Skip to content
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

Nerf tonfa/baton damage, make tonfas autolearned. #58910

Merged
merged 3 commits into from Jul 18, 2022

Conversation

Aerin-of-the-Toast
Copy link
Contributor

Summary

Balance "Nerf baton and tonfa damage"

Purpose of change

Batons, while being self-defense tools, are also still weapons capable of killing someone or breaking bones. However, they are not anti-armor breakers that should be out-DPSing a large amount of other dedicated bashing weapons like the trench mace, which I think serves as a good baseline for bashing weapons. The speed, accuracy, easy of use, and harrying potential of batons (and tonfas) should come with a downside rather than doing as much damage as something with a weighted metal head that is noticeably clumsier. While capable of killing, they are not battlefield weapons.

Describe the solution

Chunked the damage of all the batons and tonfas to be a bit closer to the cudgel, which makes a good comparison point. Tonfas (including the PR-24) had their damages reduced to 14 instead of 20-22, and the collapsible baton had its damage reduced to 12. I've also made the tonfa and wooden tonfa autolearned instead of requiring a rare book, because most people know what a tonfa (or at least a police truncheon) is and looks like, and they're not extraordinarily complex objects to craft either.

Describe alternatives you've considered

Buffing the damage of other bashing weapons (such as the trench mace/pipe mace) to be suitably stronger than a baton or tonfa, but those weapons already seem to perform fine for their tier as is.

Testing

Game works and stuff, recipes showed up in the recipe tab.

Additional context

This incidentally serves as a sort of soft nerf to lab starts since the PR-24 or expandable batons were easy and strong weapons you could just find on security guard zombies, I suppose.

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Crafting / Construction / Recipes Includes: Uncrafting / Disassembling Game: Balance Balancing of (existing) in-game features. astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Jul 2, 2022
@github-actions github-actions bot added [C++] Changes (can be) made in C++. Previously named `Code` Code: Tests Measurement, self-control, statistics, balancing. labels Jul 2, 2022
@snipercup
Copy link
Contributor

I don't think we should balance weapons around the implementation of other weapons, but rather look at sources that tell you what IRL batons can do in bash damage and translate that into the in-game weapon.

You compare it to the trench mace which was added in #50097 but that PR has no explaination of how the bashing damage came to be. That PR has no reference to real life equivelents. Why do you think that the trench mace serves as a good baseline for other bashing weapons?

@TheShadowFerret
Copy link
Contributor

TheShadowFerret commented Jul 2, 2022

As the wooden tonfa is also made out of untreated wood like the cudgel, it should no longer be DURABLE_MELEE
(IDK about the plastic one's DURABLE_MELEE nor why the wooden one is fab 4 for a t-shaped piece of wood 😛 )

@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Jul 2, 2022
@Aerin-of-the-Toast
Copy link
Contributor Author

I don't think we should balance weapons around the implementation of other weapons, but rather look at sources that tell you what IRL batons can do in bash damage and translate that into the in-game weapon.

You compare it to the trench mace which was added in #50097 but that PR has no explaination of how the bashing damage came to be. That PR has no reference to real life equivelents. Why do you think that the trench mace serves as a good baseline for other bashing weapons?

Fair enough. I don't have a super concrete reason for saying the trench mace is perfect as-is beyond vague allusions to game balance and "it just feels right," but even disregarding them I think 12-14 damage for the batons is more accurate since that puts it at a low enough damage it can only barely dent soldier zombie armor. As mentioned, batons aren't meant for breaking armor (or, furniture) so only barely being able to damage a zoldier through its kevlar makes sense to me.

As the wooden tonfa is also made out of untreated wood like the cudgel, it should no longer be DURABLE_MELEE (IDK about the plastic one's DURABLE_MELEE nor why the wooden one is fab 4 for a t-shaped piece of wood 😛 )

I didn't really look into the recipes themselves; I think they mostly escaped notice until now because no one even knew tonfas were craftable because the Streetfighter's Sidekick is so extraordinarily rare lol.

@Aerin-of-the-Toast
Copy link
Contributor Author

Recipe for the wooden tonfa has been made a bit easier (4 to 3 fabrication since it's probably still a bit more complicated than a cudgel) and faster (2 hours to 1 hour, again still slower than a cudgel by 15 minutes), and removed DURABLE_MELEE from the wooden tonfa. Didn't touch the plastic one though, I don't know how hardened plastic compares personally.

@Sinistrem
Copy link
Contributor

I feel like this change will make security starts in labs / and especially TCL much harder, since you have to deal with a ton of moderately armored enemies early on (other security guards, occasional military zombie) and avoiding combat to "just run away" is not an option.

I'm not debating whether or not those weapons deserve a nerf, just pointing out that there are other issues it causes which are not obvious when just comparing damage to other blunt weapons. Maybe replace guard starting weapon with something more in line with old batons?

Tweaking point bonus of those starts and security guard point cost might also be an option, but I doubt extra points will compensate for the loss in early killing power.

@Aerin-of-the-Toast
Copy link
Contributor Author

Aerin-of-the-Toast commented Jul 3, 2022

I feel like this change will make security starts in labs / and especially TCL much harder...

Knock-on balance effects aren't really a concern, honestly. You can always just break apart some lockers for a pipe then sinks for pipe fittings and make a pipe mace if you need the bashing power. Also I'm not sure why guards should start with something better, they use batons irl after all, guards aren't running around with maces. (Maybe the spray kind of mace :p). And character creation points are a lie anyway tbh

@dseguin dseguin merged commit 005f40f into CleverRaven:master Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions [C++] Changes (can be) made in C++. Previously named `Code` Code: Tests Measurement, self-control, statistics, balancing. Crafting / Construction / Recipes Includes: Uncrafting / Disassembling Game: Balance Balancing of (existing) in-game features. [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants