summaryrefslogtreecommitdiff
path: root/json/itemgroups
diff options
context:
space:
mode:
Diffstat (limited to 'json/itemgroups')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/guns.json24
-rw-r--r--json/itemgroups/military.json8
2 files changed, 32 insertions, 0 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json
index 8ed3651..c9d1f4a 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/guns.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json
@@ -6,5 +6,29 @@
"items": [
{ "item": "hk_ucp", "prob": 35, "charges-min": 0, "charges-max": 10 }
]
+ },
+ {
+ "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": 20 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "guns_rifle_milspec",
+ "//": "Military specification rifles only ever found at military sites.",
+ "items": [
+ { "item": "hk_msg90a2", "prob": 50, "charges-min": 0, "charges-max": 20 }
+ ]
}
]
diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json
index d36926b..ecf974f 100644
--- a/json/itemgroups/military.json
+++ b/json/itemgroups/military.json
@@ -7,5 +7,13 @@
{ "item": "hk_ucp", "prob": 6 },
{ "item": "46mm", "prob": 7 }
]
+ },
+ {
+ "type": "item_group",
+ "id": "military_standard_sniper_rifles",
+ "subtype": "distribution",
+ "entries": [ { "item": "m2010", "prob": 20, "charges": [ 0, 5 ] },
+ { "item": "m110a1", "prob": 70, "charges": [ 0, 20 ] },
+ { "item": "hk_msg90a2", "prob": 10, "charges": [ 0, 20]} ]
}
]