summaryrefslogtreecommitdiff
path: root/json/items/gun/46.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 21:29:49 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 21:29:49 -0700
commit60f15cc59b888e9339548fc6ad016ab48d62fa8b (patch)
tree96d8c0ecf214c4906041d1635a5d16dbe33c79c5 /json/items/gun/46.json
parentRemove migration hack for UCP. (diff)
downloadcataclysm-bn-mod_hk-loadout-60f15cc59b888e9339548fc6ad016ab48d62fa8b.tar.xz
More MP5 and USP9 magazines.
Also optimizations and bugfixes.
Diffstat (limited to 'json/items/gun/46.json')
-rw-r--r--json/items/gun/46.json36
1 files changed, 32 insertions, 4 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json
index 72d4f2e..05dc0dd 100644
--- a/json/items/gun/46.json
+++ b/json/items/gun/46.json
@@ -6,7 +6,7 @@
"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",
+ "volume": "460 ml",
"price": 125000,
"price_postapoc": 2150,
"to_hit": -2,
@@ -38,14 +38,42 @@
},
{
"id": "hk_mp7",
- "copy-from": "hk_mp7",
+ "copy-from": "smg_base",
"type": "GUN",
- "name": { "str_sp": "H&K MP7A2" },
+ "name": { "str": "H&K MP7A2" },
+ "description": "Designed as a personal defense weapon, the MP7 fires the high-powered 4.6x30mm round while being lightweight, compact in size, and practically recoil-free.",
"weight": "1960 g",
"volume": "1000 ml",
- "bashing": 10,
+ "barrel_length": "250 ml",
+ "price": 175000,
+ "price_postapoc": 3000,
+ "to_hit": -2,
+ "bashing": 7,
+ "material": [ "steel", "plastic" ],
+ "symbol": "(",
+ "color": "dark_gray",
+ "ammo": [ "46" ],
+ "skill": "smg",
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
+ "dispersion": 260,
+ "durability": 8,
+ "min_cycle_recoil": 81,
+ "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 5 ] ],
"built_in_mods": [ "folding_stock" ],
+ "valid_mod_locations": [
+ [ "accessories", 3 ],
+ [ "barrel", 1 ],
+ [ "brass catcher", 1 ],
+ [ "grip", 1 ],
+ [ "mechanism", 4 ],
+ [ "muzzle", 1 ],
+ [ "rail", 1 ],
+ [ "sights", 1 ],
+ [ "sling", 1 ],
+ [ "stock", 1 ],
+ [ "underbarrel", 1 ]
+ ],
+ "magazine_well": "250 ml",
"magazines": [ [ "46", [ "hk46bigmag", "hk46midmag", "hk46mag" ] ] ]
}
]