summaryrefslogtreecommitdiff
path: root/json/items/gun
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 17:22:59 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 17:22:59 -0800
commit556a034f178982b10ac0bd3aac2bc709d2cfd52b (patch)
tree740401fa64c36153ca4230155fa3b18b0b537d8a /json/items/gun
parentAdd the CAWS (diff)
downloadcataclysm-dda-mod_hk-loadout-556a034f178982b10ac0bd3aac2bc709d2cfd52b.tar.xz
Convert CAWS to 000 shot
Diffstat (limited to 'json/items/gun')
-rw-r--r--json/items/gun/000shot.json (renamed from json/items/gun/shot.json)4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/shot.json b/json/items/gun/000shot.json
index abeb352..5f94707 100644
--- a/json/items/gun/shot.json
+++ b/json/items/gun/000shot.json
@@ -4,7 +4,7 @@
"copy-from": "shotgun_base",
"type": "GUN",
"name": { "str": "H&K CAWS" },
- "description": "The H&K CAWS .",
+ "description": "The Heckler & Koch CAWS .",
"weight": "3700 g",
"volume": "2750 ml",
"looks_like": "USAS_12",
@@ -29,6 +29,6 @@
[ "underbarrel mount", 1 ]
],
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ],
- "magazines": [ [ "shot", [ "hk_caws_mag", "shotbelt_20" ] ] ]
+ "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ]
}
]