summaryrefslogtreecommitdiff
path: root/json/items/gun/46.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/46.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/46.json')
-rw-r--r--json/items/gun/46.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json
index 64f4a38..cf0a3f6 100644
--- a/json/items/gun/46.json
+++ b/json/items/gun/46.json
@@ -3,7 +3,7 @@
"id": "hk_ucp",
"type": "GUN",
"reload_noise_volume": 10,
- "name": { "str": "H&K UCP" },
+ "name": { "str_sp": "H&K UCP" },
"description": "The Heckler & Koch UCP is a small, very high capacity pistol designed to counter most common body armors.",
"weight": "730 g",
"volume": "500 ml",
@@ -14,7 +14,7 @@
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "light_gray",
- "ammo": "46",
+ "ammo": [ "46" ],
"skill": "pistol",
"dispersion": 410,
"durability": 9,
@@ -39,7 +39,7 @@
"id": "hk_mp7",
"copy-from": "hk_mp7",
"type": "GUN",
- "name": { "str": "H&K MP7A2" },
+ "name": { "str_sp": "H&K MP7A2" },
"weight": "1960 g",
"volume": "1000 ml",
"bashing": 10,