summaryrefslogtreecommitdiff
path: root/json/itemgroups
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-27 14:13:42 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-27 14:13:42 -0700
commit4467d6669c6e7d2d1032a8504454d0fca38e2bd7 (patch)
tree4e27152fafbac1848c47708677b1d183f3b22f2e /json/itemgroups
parentTypos (diff)
downloadcataclysm-bn-mod_hk-loadout-4467d6669c6e7d2d1032a8504454d0fca38e2bd7.tar.xz
Add USP .40
Tweak masses
Diffstat (limited to 'json/itemgroups')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/guns.json30
-rw-r--r--json/itemgroups/military.json6
2 files changed, 30 insertions, 6 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json
index c9d1f4a..1eeecf9 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/guns.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json
@@ -1,10 +1,26 @@
[
+ {
+ "type": "item_group",
+ "id": "guns_pistol_rare",
+ "//": "Less common pistols including those only used by police/paramilitary forces.",
+ "items": [
+ { "item": "usp_40", "prob": 70, "charges-min": 0, "charges-max": 12 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "guns_pistol_rare_display",
+ "//": "Empty uncommon pistols found exclusively at gun stores.",
+ "items": [
+ { "item": "usp_40", "prob": 70, "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": 35, "charges-min": 0, "charges-max": 10 }
+ { "item": "hk_ucp", "prob": 35, "charges-min": 0, "charges-max": 20 }
]
},
{
@@ -20,7 +36,7 @@
"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 }
+ { "item": "hk_psg1a1", "prob": 15, "charges-min": 0, "charges-max": 0 }
]
},
{
@@ -30,5 +46,13 @@
"items": [
{ "item": "hk_msg90a2", "prob": 50, "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": 12 }
+ ]
+ },
]
diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json
index ecf974f..2199b73 100644
--- a/json/itemgroups/military.json
+++ b/json/itemgroups/military.json
@@ -12,8 +12,8 @@
"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]} ]
+ "entries": [
+ { "item": "hk_msg90a2", "prob": 10, "charges": [ 0, 20] }
+ ]
}
]