We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
random_mode
True
When random_mode is true, all other tags like era, occup_type etc. are ignored.
era
occup_type
Then occupation is randomly selected from all possible occupations:
if random_mode: return random.choice(cochar.OCCUPATIONS_LIST)
Decide whether it is a bug, and if it is what other arguments should be take under consideration when generating random occupation character.
(it might be kind of a feature, if I want to add an option like: "create total random character"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
random_mode
is true, all other tags likeera
,occup_type
etc. are ignored.Then occupation is randomly selected from all possible occupations:
Decide whether it is a bug, and if it is what other arguments should be take under consideration when generating random occupation character.
(it might be kind of a feature, if I want to add an option like: "create total random character"
The text was updated successfully, but these errors were encountered: