summaryrefslogtreecommitdiff
path: root/json/items/gun/000shot.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 19:39:51 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 19:39:51 -0800
commit619e0b6a89c610492017a4c8525578a3cded5e49 (patch)
tree0125ced133f9655483c3528767929a2359b76032 /json/items/gun/000shot.json
parentConvert CAWS to 000 shot (diff)
downloadcataclysm-bn-mod_hk-loadout-619e0b6a89c610492017a4c8525578a3cded5e49.tar.xz
Add CAWS description
Update UCP and G11 descriptions to explain why the game has them available.
Diffstat (limited to 'json/items/gun/000shot.json')
-rw-r--r--json/items/gun/000shot.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json
index 5f94707..baf71ae 100644
--- a/json/items/gun/000shot.json
+++ b/json/items/gun/000shot.json
@@ -4,7 +4,7 @@
"copy-from": "shotgun_base",
"type": "GUN",
"name": { "str": "H&K CAWS" },
- "description": "The Heckler & Koch CAWS .",
+ "description": "The Heckler & Koch CAWS was designed to fill the need for a high accuracy, short-range weapon with low recoil. While production was originally cancelled, the design was revived years later and put into production for military use.",
"weight": "3700 g",
"volume": "2750 ml",
"looks_like": "USAS_12",
@@ -21,6 +21,7 @@
[ "mechanism", 4 ],
[ "barrel", 1 ],
[ "sling", 1 ],
+ [ "stock", 1 ],
[ "muzzle", 1 ],
[ "grip", 1 ],
[ "brass catcher", 1 ],
@@ -29,6 +30,6 @@
[ "underbarrel mount", 1 ]
],
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ],
- "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ]
+ "magazines": [ [ "000shot", [ "hk_caws_mag", "hk_caws_belt" ] ] ]
}
]