-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big balance breaking bug: Train dodge using boomers up to the 11th level #36765
Comments
I wonder how it could be "fixed". Either make it undodgeable (lame), or make a specific exception for it to not train dodge (counterexploit which is imo too counterintuitive)? Or make bear traps instagib boomers? which would be an exploit in itself. Also, what next? Let's remove BB gun "exploit"? Because currently you can train rifles with them without taking any risk. |
At cursory glance it should be fixed by changing on_dodge to lower difficulty whilst keeping rng roll the same. |
The liklihood of dodging at lvl 9 is 10 / 11 * 8 / 9 == 80 / 99, so it certainly shouldn't be training to lvl 10 Probably drop that on_dodge level argument to either 5 or 6. Additionally, the exploit works because bile can't do any lasting damage in isolation, lots of options for long-lasting effects. Finally the constant stream of bile is problematic, the rate of bile attacks could drop off over time, making the strategy infeasible. |
Well, getting vomited all over should probably stand a decent chance of turning ones attire |
That's a good point, a morale-tanking effect of the bile would also pretty much kill the exploit. |
Hmm, there is DT_BIOLOGICAL placeholder, which seems like apt choice for this. |
So glad we have gone for the more sane balancing ideas rather than "nuke the game from orbit just to be safe", but still, I'm both relieved and amazed you listed all possible solutions for this one. XD |
Oh? you want "all possible solutions"? I'll get back to you, those were just off the top of my head... |
Like I said. Impressive! |
Note:
I know that the devs know about this exploit, but, because of the lack of time, it was not fixed. In my opinion, is a huge balance breaking bug and i'm creating this issue for organization, and to remember that it's still present.
Describe the bug
You can exploit the training system using bear traps and boomers to train your dodge up to the 11th level
Steps To Reproduce
1 - Find a boomer.
2 - Set a bear trap.
3 - Make the boomer trapped in the bear trap.
4 - Wait while the boomer pukes at you and you train your dodge up to the 11th level.
5 - ???
6 - Profit
Screenshots
Even better than a screenshot, Vormithrax made a video about it:
https://www.youtube.com/watch?v=gVT0dgZjjNM
The text was updated successfully, but these errors were encountered: