summaryrefslogtreecommitdiff
path: root/json/items/gun/9mm.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/gun/9mm.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/gun/9mm.json')
-rw-r--r--json/items/gun/9mm.json22
1 files changed, 3 insertions, 19 deletions
diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json
index e3171f0..56a7f9a 100644
--- a/json/items/gun/9mm.json
+++ b/json/items/gun/9mm.json
@@ -1,25 +1,9 @@
[
{
"id": "usp_9mm",
- "copy-from": "pistol_base",
- "looks_like": "glock_17",
+ "copy-from": "usp_9mm",
"type": "GUN",
"name": { "str": "H&K USP 9mm", "str_pl": "H&K USP 9mm" },
- "description": "A popular pistol, widely used among law enforcement. Extensively tested for durability, it has been found to stay accurate even after being subjected to extreme abuse.",
- "weight": "748 g",
- "volume": "500 ml",
- "price": 68000,
- "to_hit": -2,
- "bashing": 8,
- "material": [ "steel", "plastic" ],
- "symbol": "(",
- "color": "dark_gray",
- "ammo": "9mm",
- "dispersion": 400,
- "durability": 9,
- "blackpowder_tolerance": 48,
- "min_cycle_recoil": 450,
- "magazine_well": 1,
- "magazines": [ [ "9mm", [ "usp9mag" ] ] ]
-}
+ "weight": "748 g"
+ }
]