summaryrefslogtreecommitdiff
path: root/json/items/magazine
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/items/magazine
parentTypos (diff)
downloadcataclysm-dda-mod_hk-loadout-4467d6669c6e7d2d1032a8504454d0fca38e2bd7.tar.xz
Add USP .40
Tweak masses
Diffstat (limited to 'json/items/magazine')
-rw-r--r--json/items/magazine/40.json19
-rw-r--r--json/items/magazine/45.json2
2 files changed, 20 insertions, 1 deletions
diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json
new file mode 100644
index 0000000..6eaba74
--- /dev/null
+++ b/json/items/magazine/40.json
@@ -0,0 +1,19 @@
+[
+ {
+ "id": "usp40mag",
+ "looks_like": "glock17_17",
+ "type": "MAGAZINE",
+ "name": { "str": "H&K USP .40 magazine" },
+ "description": "A standard capacity magazine for use with the H&K USP .40 handgun.",
+ "weight": "60 g",
+ "volume": "250 ml",
+ "price": 5900,
+ "material": "plastic",
+ "symbol": "#",
+ "color": "light_gray",
+ "ammo_type": "45",
+ "capacity": 13,
+ "reliability": 10,
+ "flags": [ "MAG_COMPACT" ]
+}
+]
diff --git a/json/items/magazine/45.json b/json/items/magazine/45.json
index 297f6a4..63695b3 100644
--- a/json/items/magazine/45.json
+++ b/json/items/magazine/45.json
@@ -4,7 +4,7 @@
"looks_like": "glock17_17",
"type": "MAGAZINE",
"name": { "str": "H&K USP .45 magazine" },
- "description": "A standard capacity magazine for use with the H&K USP handgun.",
+ "description": "A standard capacity magazine for use with the H&K USP .45 handgun.",
"weight": "60 g",
"volume": "250 ml",
"price": 5900,