Skip to content

Commit

Permalink
Merge pull request #77168 from Maleclypse/Fix-Subsonic-57-recoil
Browse files Browse the repository at this point in the history
Increase 57 recoil to reasonable amount
  • Loading branch information
Night-Pryanik authored Nov 13, 2024
2 parents d6c225e + e71b3b0 commit 4ea23e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/json/items/ammo/57.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"range": 14,
"damage": { "damage_type": "bullet", "amount": 20, "armor_penetration": 18 },
"dispersion": 40,
"recoil": 90,
"recoil": 515,
"effects": [ "COOKOFF" ]
},
{
Expand Down
8 changes: 4 additions & 4 deletions data/json/items/gun/57.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ranged_damage": { "damage_type": "bullet", "amount": -2 },
"dispersion": 440,
"durability": 8,
"min_cycle_recoil": 81,
"min_cycle_recoil": 330,
"flags": [ "ALLOWS_BODY_BLOCK" ],
"weapon_category": [ "AUTOMATIC_PISTOLS" ],
"valid_mod_locations": [
Expand Down Expand Up @@ -83,7 +83,7 @@
"skill": "smg",
"dispersion": 260,
"durability": 8,
"min_cycle_recoil": 81,
"min_cycle_recoil": 330,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ],
"valid_mod_locations": [
[ "barrel", 1 ],
Expand Down Expand Up @@ -135,7 +135,7 @@
"skill": "pistol",
"dispersion": 380,
"durability": 8,
"min_cycle_recoil": 81,
"min_cycle_recoil": 330,
"reload": 500,
"flags": [ "ALLOWS_BODY_BLOCK" ],
"weapon_category": [ "AUTOMATIC_PISTOLS" ],
Expand Down Expand Up @@ -190,7 +190,7 @@
"ranged_damage": { "damage_type": "bullet", "amount": -2 },
"dispersion": 400,
"durability": 8,
"min_cycle_recoil": 81,
"min_cycle_recoil": 330,
"flags": [ "ALLOWS_BODY_BLOCK" ],
"weapon_category": [ "AUTOMATIC_PISTOLS" ],
"valid_mod_locations": [
Expand Down

0 comments on commit 4ea23e6

Please sign in to comment.