summaryrefslogtreecommitdiff
path: root/json/items/gun/45.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/45.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/45.json')
-rw-r--r--json/items/gun/45.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/json/items/gun/45.json b/json/items/gun/45.json
index 10e8ad9..5963a8f 100644
--- a/json/items/gun/45.json
+++ b/json/items/gun/45.json
@@ -1,12 +1,9 @@
[
- {
+ {
"id": "usp_45",
- "copy-from": "usp_9mm",
+ "copy-from": "usp_45",
"type": "GUN",
- "name": { "str": "H&K USP .45" },
- "weight": "789 g",
- "ammo": "45",
- "built_in_mods": [ "match_trigger" ],
- "magazines": [ [ "45", [ "usp45mag" ] ] ]
-}
+ "name": { "str": "H&K USP .45", "str_pl": "H&K USP .45" },
+ "weight": "789 g"
+ }
]