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

reduce chance for a nickname in name generation #59008

Merged
merged 2 commits into from Jul 7, 2022

Conversation

nornagon
Copy link
Contributor

@nornagon nornagon commented Jul 6, 2022

Summary

None

Purpose of change

It seems to me like nickname-containing names like "Jerald 'Butcher' Costello" are generated way too frequently. I feel like nicknames should be a bit rarer and "special"-ish-feeling.

Describe the solution

Reduce the likelihood of a nickname name from 1/3 to 1/10.

Describe alternatives you've considered

1/10 still seems high to me, but I don't want to hide that content completely.

Testing

Additional context

@github-actions github-actions bot added [C++] Changes (can be) made in C++. Previously named `Code` astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Jul 6, 2022
@NetSysFire NetSysFire added the Character / World Generation Issues and enhancements concerning stages of creating a character or a world label Jul 6, 2022
src/name.cpp Outdated Show resolved Hide resolved
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Jul 6, 2022
@dseguin dseguin merged commit 50d605e into CleverRaven:master Jul 7, 2022
@nornagon nornagon deleted the patch-14 branch July 8, 2022 03:31
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` Character / World Generation Issues and enhancements concerning stages of creating a character or a world 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

4 participants