Skip to content

Commit

Permalink
Further vanguard tweaks that drop the root from 2.5 to 1.8 (#5215)
Browse files Browse the repository at this point in the history
# About the pull request
I believe the latest buff pr i overtuned the root a bit too much,
thinking it wouldnt be too hard since you can still technically act.
# Explain why it's good for the game

2.5 root is a bit too much currently so im bringing it down to 1.8 so
its still good but not busted like 2.5

# Testing Photographs and Procedure
<details>
it works
</details>


# Changelog

:cl:
balance: Tweaks down the buffed root of vanguard down to 1.8 from 2.5
/:cl:

Co-authored-by: InsaneRed <[email protected]>
  • Loading branch information
Red-byte3D and InsaneRed committed Dec 25, 2023
1 parent 59ce96d commit de09e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

// Root config
var/root_duration_unbuffed = 1 SECONDS
var/root_duration_buffed = 2.5 SECONDS
var/root_duration_buffed = 1.8 SECONDS

// Fling config
var/fling_dist_unbuffed = 3
Expand Down

0 comments on commit de09e86

Please sign in to comment.