summaryrefslogtreecommitdiff
path: root/json/items/magazine/40.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-27 02:29:57 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-27 02:29:57 -0700
commit9ac7baa55d3a6b8f9613c5b055c78d08652eab7b (patch)
treece954914c4e4ad812364d53339df6285453726a5 /json/items/magazine/40.json
parentRemove excess whitespace (diff)
downloadcataclysm-dda-mod_hk-loadout-9ac7baa55d3a6b8f9613c5b055c78d08652eab7b.tar.xz
Reduce duplication of item references
No longer require editing of 45.json
Diffstat (limited to 'json/items/magazine/40.json')
-rw-r--r--json/items/magazine/40.json14
1 files changed, 3 insertions, 11 deletions
diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json
index cd6fa13..f4736a3 100644
--- a/json/items/magazine/40.json
+++ b/json/items/magazine/40.json
@@ -1,19 +1,11 @@
[
{
"id": "usp40mag",
- "looks_like": "glock17_17",
+ "copy-from": "usp9mag",
"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": "40",
- "capacity": 13,
- "reliability": 10,
- "flags": [ "MAG_COMPACT" ]
-}
+ "capacity": 13
+ }
]