A character/one-shot generator for KOBOLDS IN SPACE!
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

README.md 435B

před 4 roky
před 4 roky
před 4 roky
1234567891011121314151617181920
  1. # koboldgen
  2. A character/one-shot generator for KOBOLDS IN SPACE! Requires Python 3.6+.
  3. Invoke the script directly to generate a single kobold:
  4. `python3 koboldgen.py`
  5. Type a number after the name of the script to generate that many kobolds:
  6. `python3 koboldgen.py 3`
  7. generates 3 kobolds.
  8. Use the `--campaign` or `-c` flags to generate a full campaign with 6 kobolds:
  9. `python3 koboldgen.py --campaign`
  10. `python3 koboldgen.py -c`