Skip to content

Commit

Permalink
Slightly Adjusts Sniper Recoil (#3906)
Browse files Browse the repository at this point in the history
## About The Pull Request

Adjusts long-ranged rifles to either now have recoil or have reduced
recoil.

## Why It's Good For The Game

Most snipers either had 0 recoil or had as much recoil as the real
screenshakey Taipan. Makes long-ranged shooting not send you to hell.

## Changelog

:cl:
balanced: Adjusted recoil on Snipers to be lower on average
/:cl:

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
generalthrax and actions-user authored Jan 3, 2025
1 parent a8a09fa commit 3e85803
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ NO_MAG_GUN_HELPER(automatic/smg/cm5)
manufacturer = MANUFACTURER_MINUTEMAN
spread = -5
spread_unwielded = 35
recoil = 4
recoil = 2
recoil_unwielded = 10
wield_slowdown = SNIPER_SLOWDOWN
wield_delay = 1.3 SECONDS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -931,5 +931,8 @@ EMPTY_GUN_HELPER(shotgun/doublebarrel/beacon)
zoom_amt = 10 //Long range, enough to see in front of you, but no tiles behind you.
zoom_out_amt = 5

recoil = 1
recoil_unwielded = 8

manufacturer = MANUFACTURER_HUNTERSPRIDE

Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ NO_MAG_GUN_HELPER(automatic/smg/sidewinder)
manufacturer = MANUFACTURER_SCARBOROUGH
spread = -5
spread_unwielded = 35
recoil = 4
recoil = 2
recoil_unwielded = 10
wield_slowdown = SNIPER_SLOWDOWN
wield_delay = 1.3 SECONDS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
manufacturer = MANUFACTURER_SOLARARMORIES
spread = -5
spread_unwielded = 20
recoil = 0
recoil_unwielded = 4
recoil = 1
recoil_unwielded = 8
wield_slowdown = SNIPER_SLOWDOWN
wield_delay = 1.3 SECONDS

0 comments on commit 3e85803

Please sign in to comment.