Increase the speed of bullets and beams by 25%#232
Open
Shroopy wants to merge 3 commits into
Open
Conversation
XeonMations
requested changes
May 11, 2026
Contributor
Author
|
Concerned it'll change a lot of stuff we don't actually want to touch, like non-bullet/beam mob projectiles |
XeonMations
requested changes
May 13, 2026
Collaborator
XeonMations
left a comment
There was a problem hiding this comment.
Make sure to have this documented in the main projectiles file i mentioned before
Contributor
Author
|
Still planning on finishing this PR, just been recovering from surgery |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About The Pull Request
Increases the speed of bullets and beams by 25%, by multiplying the speed of bullet and beam projectiles by 1.25 on initialization.
I'm not entirely sure I implemented this in the best way, but I think this should be good.
Why it's Good for the Game
Player projectiles from guns are just too slow. It's fairly easy to dodge them, and you can even run into your own bullets, somehow; I've seen multiple reports of this. Projectiles should be dodgeable, but not super easy to dodge. I think this will make guns feel a little weightier in roleplay and make combat feel better.
This isn't intended to change the balance of PvE combat.
Proof of Testing
The changes work on localhost, but are going to need a lot of testmerge testing and tweaking to see if they fit Oculis well. Both PvP and PvE combat need to be monitored for how this changes them.
Changelog
🆑
balance: Increased the speed of bullets and beams by 25%.
/:cl: