[Enhancement] Improve death counter in pause menu #6574
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.

Linked Issues
Description
This was originally just going to be a repeat of #5229 because the PR was stale, but then I had the idea to make the death counter singular when you have one death.
This PR makes it so that if the death count is at one, the death count is singular. If it's at any other value, its plural.
This PR also allows for player characters to be given unique deaths names on the pause menu that match up with their game over animations. This is done through the
deathNameanddeathNameSingularvariables in the player's.jsonfile. I provide those files in the funkin.assets PR (FunkinCrew/funkin.assets#316).I chose the dual variable approach because it's way easier than trying to account for words that end in "s" in the singular form (like loss --> losses) and irregular plurals (like goose --> geese, mouse --> mice, or sheep --> sheep).
btw the default
deathNameisDeathsand the defaultdeathNameSingularisDeath. i just gave Pico the defaults because I couldnt think of anything better and he does in fact die so it works. but if you can think of anything better its just two lines in his.jsonfile that you have to change.Screenshots/Videos
Boyfriend with 0 Blue Balls
Boyfriend with 1 Blue Ball
Boyfriend with 2 Blue Balls
Pico with 0 Deaths
Pico with 1 Death
Pico with 2 Deaths