diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-23 02:28:30 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-23 02:28:30 -0800 |
commit | f02f5d406c4a404bf8b748ba08ce9802b3034474 (patch) | |
tree | 7553a7d28b0e6d3e134dff900314b34985631764 /json | |
parent | Rename bootleg to handmade (diff) | |
download | cataclysm-bn-mod_hk-loadout-f02f5d406c4a404bf8b748ba08ce9802b3034474.tar.xz |
Fix PSG1 dispersion
Fix 417 naming
Diffstat (limited to 'json')
-rw-r--r-- | json/items/gun/308.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/308.json b/json/items/gun/308.json index 1b7deeb..4b6fbb3 100644 --- a/json/items/gun/308.json +++ b/json/items/gun/308.json @@ -3,7 +3,7 @@ "id": "hk417_13", "copy-from": "hk417_13", "type": "GUN", - "name": { "str": "H&K HK417 A2" }, + "name": { "str": "H&K HK417A2" }, "description": "A German battle rifle with a 13\" barrel and telescopic stock. It is a gas operated, rotating bolt rifle with a short-stroke piston design similar to that of the G36." }, { @@ -22,7 +22,7 @@ "symbol": "(", "color": "dark_gray", "ammo": "308", - "dispersion": 75, + "dispersion": 80, "min_cycle_recoil": 2700, "durability": 8, "barrel_length": "650 ml", |