summaryrefslogtreecommitdiff
path: root/json/items/gun/45.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/gun/45.json')
-rw-r--r--json/items/gun/45.json44
1 files changed, 40 insertions, 4 deletions
diff --git a/json/items/gun/45.json b/json/items/gun/45.json
index 25b2dbc..e6535c0 100644
--- a/json/items/gun/45.json
+++ b/json/items/gun/45.json
@@ -1,16 +1,52 @@
[
{
"id": "usp_45",
- "copy-from": "usp_45",
+ "copy-from": "usp_9mm",
"type": "GUN",
"name": { "str_sp": "H&K USP .45" },
- "weight": "789 g"
+ "weight": "789 g",
+ "ammo": "45",
+ "magazines": [ [ "45", [ "usp45mag" ] ] ]
},
{
"id": "hk_ump45",
- "copy-from": "hk_ump45",
+ "looks_like": "hk_mp5",
"type": "GUN",
+ "reload_noise_volume": 10,
"name": { "str_sp": "H&K UMP45" },
- "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ]
+ "description": "Developed as a successor to the MP5 submachine gun, the UMP45 retains the earlier model's supreme accuracy and low recoil, but in the higher .45 caliber.",
+ "weight": "2500 g",
+ "volume": "1250 ml",
+ "price": 290000,
+ "price_postapoc": 3000,
+ "to_hit": -2,
+ "ascii_picture": "hk_ump",
+ "bashing": 11,
+ "material": [ "steel", "plastic" ],
+ "symbol": "(",
+ "color": "dark_gray",
+ "ammo": "45",
+ "skill": "smg",
+ "ranged_damage": { "damage_type": "stab", "amount": 1 },
+ "dispersion": 240,
+ "durability": 8,
+ "min_cycle_recoil": 540,
+ "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ],
+ "valid_mod_locations": [
+ [ "accessories", 3 ],
+ [ "barrel", 1 ],
+ [ "bore", 1 ],
+ [ "brass catcher", 1 ],
+ [ "grip", 1 ],
+ [ "mechanism", 4 ],
+ [ "muzzle", 1 ],
+ [ "rail", 1 ],
+ [ "sights", 1 ],
+ [ "sling", 1 ],
+ [ "stock", 1 ],
+ [ "underbarrel", 1 ]
+ ],
+ "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ],
+ "magazines": [ [ "45", [ "ump45mag", "ump45_makeshiftmag" ] ] ]
}
]