A Call of Cthulhu character generator¶
Installation¶
For now only source installation is supported and poetry needs to be installed.
$ git clone https://github.com/MrShark/coc-generator.git
$ cd coc-generator
$ poetry install
Usage¶
investigator¶
Generate Call of Cthulhu investigators.
- Args:
ruleset (str): What ruleset to use. locale (str): Where do the Investigator come from. number (int): Number of investigators to generate. sex (str): The sec of the investigator. occupation (str): The occupation of the investigator.
investigator [OPTIONS]
Options
- --ruleset <ruleset>¶
What ruleset to use.
- Options:
coc_swe | coc_20 | coc_modern
- --locale <locale>¶
Where do the Investigator come from.
- --number <number>¶
Number of investigators to generate.
- --sex <sex>¶
The sex of the investigator.
- --occupation <occupation>¶
The occupation of the investigator.