summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/guns.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo/guns.json')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/guns.json29
1 files changed, 28 insertions, 1 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json
index 9b8d511..af32d98 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/guns.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json
@@ -15,7 +15,25 @@
{ "item": "usp_40", "prob": 90, "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": [
+ { "item": "hk_ump9", "prob": 30, "charges-min": 0, "charges-max": 30 },
+ { "item": "hk_ump40", "prob": 30, "charges-min": 0, "charges-max": 30 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "guns_smg_rare_display",
+ "//": "Less common SMGs found exclusively in gun stores.",
+ "items": [
+ { "item": "hk_ump9", "prob": 30, "charges-min": 0, "charges-max": 0 },
+ { "item": "hk_ump40", "prob": 30, "charges-min": 0, "charges-max": 0 }
+ ]
+ },
+ {
"type": "item_group",
"id": "guns_pistol_milspec",
"//": "Military specification pistols only ever found at military sites.",
@@ -63,5 +81,14 @@
"items": [
{ "item": "usp_40", "prob": 10, "charges-min": 0, "charges-max": 13 }
]
+ },
+ {
+ "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 }
+ ]
}
]