summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/guns.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-27 15:39:41 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-27 15:39:41 -0700
commit23a8fd7942e8ba0bf634e38671a940b55436b858 (patch)
tree74088b905d246eb0976a04dce2249160158c45fe /json/itemgroups/Weapons_Mods_Ammo/guns.json
parentRename the mod as it's become more than just typo fixes. (diff)
downloadcataclysm-dda-mod_hk-loadout-23a8fd7942e8ba0bf634e38671a940b55436b858.tar.xz
Rewrite UCP description.
Add USP 40 drops.
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo/guns.json')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/guns.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json
index 1eeecf9..9c40135 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/guns.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json
@@ -4,7 +4,7 @@
"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 }
+ { "item": "usp_40", "prob": 90, "charges-min": 0, "charges-max": 13 }
]
},
{
@@ -12,7 +12,7 @@
"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 }
+ { "item": "usp_40", "prob": 90, "charges-min": 0, "charges-max": 0 }
]
},
{
@@ -20,7 +20,7 @@
"id": "guns_pistol_milspec",
"//": "Military specification pistols only ever found at military sites.",
"items": [
- { "item": "hk_ucp", "prob": 35, "charges-min": 0, "charges-max": 20 }
+ { "item": "hk_ucp", "prob": 5, "charges-min": 0, "charges-max": 20 }
]
},
{
@@ -44,7 +44,7 @@
"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 }
+ { "item": "hk_msg90a2", "prob": 15, "charges-min": 0, "charges-max": 20 }
]
},
{
@@ -52,7 +52,7 @@
"id": "guns_cop",
"//": "Police issue weapons of all types",
"items": [
- { "item": "usp_40", "prob": 10, "charges-min": 0, "charges-max": 12 }
+ { "item": "usp_40", "prob": 10, "charges-min": 0, "charges-max": 13 }
]
},
]