소스 검색

Update readme

master
Noëlle 4 년 전
부모
커밋
f60aae49e8
1개의 변경된 파일17개의 추가작업 그리고 1개의 파일을 삭제
  1. 17
    1
      README.md

+ 17
- 1
README.md 파일 보기

@@ -1,3 +1,19 @@
# koboldgen

A character/one-shot generator for KOBOLDS IN SPACE!
A character/one-shot generator for KOBOLDS IN SPACE! Requires Python 3.6+.

Invoke the script directly to generate a single kobold:

`python3 koboldgen.py`

Type a number after the name of the script to generate that many kobolds:

`python3 koboldgen.py 3`

generates 3 kobolds.

Use the `--campaign` or `-c` flags to generate a full campaign with 6 kobolds:

`python3 koboldgen.py --campaign`
`python3 koboldgen.py -c`


Loading…
취소
저장