summaryrefslogtreecommitdiff
path: root/json/items/gun/000shot.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:43:51 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:43:51 -0800
commit6bd924a6320887576ca79cd93dcb99cc674e22a9 (patch)
tree973440c3beaea7af6870a5b7f3fadc060bfdaa26 /json/items/gun/000shot.json
parentAdding the name not required for copy-from martialarts (diff)
downloadcataclysm-bn-mod_hk-loadout-6bd924a6320887576ca79cd93dcb99cc674e22a9.tar.xz
Fix 000 shot ordering so as to not place types before their copy-froms.
Convert guns to use str_sp instead of str. Convert ammo types and materials to arrays. Various formatting changes to recipes to ease readability. Fix factory loaded 000shot uncraft from providing less materials than a reloaded.
Diffstat (limited to 'json/items/gun/000shot.json')
-rw-r--r--json/items/gun/000shot.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json
index cb0a6bd..25a96bb 100644
--- a/json/items/gun/000shot.json
+++ b/json/items/gun/000shot.json
@@ -3,7 +3,7 @@
"id": "hk_caws",
"copy-from": "shotgun_base",
"type": "GUN",
- "name": { "str": "H&K CAWS" },
+ "name": { "str_sp": "H&K CAWS" },
"description": "The Heckler & Koch CAWS is a bullpup combat shotgun designed to fill the need for a high accuracy, short-range weapon with low recoil.",
"weight": "3700 g",
"volume": "2000 ml",
@@ -16,7 +16,7 @@
"ranged_damage": 5,
"dispersion": 300,
"durability": 8,
- "ammo": "000shot",
+ "ammo": [ "000shot" ],
"barrel_length": "81 ml",
"valid_mod_locations": [
[ "accessories", 2 ],