summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/guns.json
blob: 2df10de1e3e4a2265b3589bedc0951bdba0a8881 (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
[
  {
    "type": "item_group",
    "id": "guns_pistol_rare",
    "//": "Less common pistols including those only used by police/paramilitary forces.",
    "items": [
      { "group": "nested_usp_40", "prob": 55 },
      { "group": "nested_hk_p30_9", "prob": 50 },
      { "group": "nested_hk_p30_40", "prob": 45 },
      { "group": "nested_hk_45", "prob": 40 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_pistol_rare_display",
    "//": "Empty uncommon pistols found exclusively at gun stores.",
    "items": [
      { "item": "usp_40", "prob": 25, "charges-min": 0, "charges-max": 0 },
      { "item": "hk_p30_9", "prob": 25, "charges-min": 0, "charges-max": 0 },
      { "item": "hk_p30_40", "prob": 15, "charges-min": 0, "charges-max": 0 },
      { "item": "hk_45", "prob": 6, "charges-min": 0, "charges-max": 0 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_smg_rare",
    "//": "Less common SMGs including those only used by police/paramilitary forces.",
    "items": [
      { "group": "nested_hk_ump9", "prob": 40 },
      { "group": "nested_hk_ump40", "prob": 35 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_smg_rare_display",
    "//": "Less common SMGs found exclusively in gun stores.",
    "items": [
      { "item": "hk_ump9", "prob": 40, "charges-min": 0, "charges-max": 0 },
      { "item": "hk_ump40", "prob": 35, "charges-min": 0, "charges-max": 0 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_pistol_milspec",
    "//": "Military specification pistols only ever found at military sites.",
    "items": [
      { "group": "nested_hk_ucp", "prob": 35 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_rifle_rare",
    "//": "Less common rifles including those only used by police/paramilitary forces.",
    "items": [
      { "group": "nested_hk_psg1a1", "prob": 15 }
    ]
  },
  {
    "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": [
      { "group": "nested_hk_msg90a2", "prob": 15 },
      { "group": "nested_hk_g11", "prob": 30 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_shotgun_milspec",
    "//": "Military shotguns currently in service.",
    "items": [
      { "group": "nested_hk_caws", "prob": 30 }
    ]
  },
  {
    "type": "item_group",
    "id": "sidearms_cop_in_field",
    "//": "gun plus potential expended magazines",
    "items": [
      {
        "collection": [ { "item": "usp_40", "prob": 100, "charges": [ 0, 13 ] }, { "group": "field_usp_40" } ],
        "prob": 10
      },
      {
        "collection": [ { "item": "hk_p30_9", "prob": 100, "charges": [ 0, 15 ] }, { "group": "field_hk_p30_9" } ],
        "prob": 10
      },
      {
        "collection": [ { "item": "hk_p30_40", "prob": 100, "charges": [ 0, 13 ] }, { "group": "field_hk_p30_40" } ],
        "prob": 10
      },
      {
        "collection": [ { "item": "hk_45", "prob": 100, "charges": [ 0, 10 ] }, { "group": "field_hk_45" } ],
        "prob": 10
      }
    ]
  },
  {
    "type": "item_group",
    "id": "sidearms_cop_in_field_no_gun",
    "//": "guns lost but still have mags",
    "items": [
      { "group": "field_usp_40", "prob": 10 },
      { "group": "field_hk_p30_9", "prob": 10 },
      { "group": "field_hk_p30_40", "prob": 10 },
      { "group": "field_hk_45", "prob": 10 }
    ]
  },
  {
    "type": "item_group",
    "id": "sidearms_cop",
    "items": [
      { "item": "usp_40", "prob": 10, "charges-min": 0, "charges-max": 13 },
      { "item": "hk_p30_9", "prob": 10, "charges-min": 0, "charges-max": 15 },
      { "item": "hk_p30_40", "prob": 10, "charges-min": 0, "charges-max": 13 },
      { "item": "hk_45", "prob": 10, "charges-min": 0, "charges-max": 10 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_swat",
    "//": "Guns issued to paramilitary forces in addition to standard police issue.",
    "items": [
      { "item": "hk_ump9", "prob": 15, "charges-min": 0, "charges-max": 30 },
      { "item": "hk_ump40", "prob": 15, "charges-min": 0, "charges-max": 30 }
    ]
  }
]