diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-02 11:49:53 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-02 11:49:53 -0800 |
commit | 53fd457f8cb081b73e755844d1878de699a76a8d (patch) | |
tree | f574909de1cdf04bc8bd01b8cbeebb482a560d46 /json/items/gun/45.json | |
parent | Reduce plastic chunks per 25 pack of 473 ammo molds from 4 to 2. (diff) | |
download | cataclysm-bn-mod_hk-loadout-master.tar.xz |
Diffstat (limited to 'json/items/gun/45.json')
-rw-r--r-- | json/items/gun/45.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/json/items/gun/45.json b/json/items/gun/45.json index 0dc2f3c..d3bf4c2 100644 --- a/json/items/gun/45.json +++ b/json/items/gun/45.json @@ -1,5 +1,29 @@ [ { + "id": "hk_ump45", + "copy-from": "smg_base", + "type": "GUN", + "name": { "str_sp": "H&K UMP45" }, + "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": "2300 g", + "volume": "1250 ml", + "price": "2900 USD", + "price_postapoc": "30 USD", + "to_hit": -2, + "ascii_picture": "hk_ump", + "bashing": 11, + "material": [ "steel", "plastic" ], + "symbol": "(", + "color": "dark_gray", + "ammo": "45", + "ranged_damage": { "damage_type": "bullet", "amount": 1 }, + "dispersion": 240, + "durability": 8, + "min_cycle_recoil": 540, + "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ], + "magazines": [ [ "45", [ "ump45mag", "ump45_makeshiftmag" ] ] ] + }, + { "id": "usp_45", "//": "Modding this gun requires changing vanilla game files. :/ Upstream needs to get their copy-from load order problems fixed.", "copy-from": "pistol_base", @@ -37,29 +61,5 @@ "min_cycle_recoil": 400, "magazines": [ [ "45", [ "hk45mag" ] ] ], "built_in_mods": [ "pistol_grip" ] - }, - { - "id": "hk_ump45", - "copy-from": "smg_base", - "type": "GUN", - "name": { "str_sp": "H&K UMP45" }, - "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": "2300 g", - "volume": "1250 ml", - "price": "2900 USD", - "price_postapoc": "30 USD", - "to_hit": -2, - "ascii_picture": "hk_ump", - "bashing": 11, - "material": [ "steel", "plastic" ], - "symbol": "(", - "color": "dark_gray", - "ammo": "45", - "ranged_damage": { "damage_type": "bullet", "amount": 1 }, - "dispersion": 240, - "durability": 8, - "min_cycle_recoil": 540, - "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ], - "magazines": [ [ "45", [ "ump45mag", "ump45_makeshiftmag" ] ] ] } ] |