Browse Source

Correct stats

master
Noëlle 3 years ago
parent
commit
8c03ecba09
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      koboldgen.py

+ 1
- 1
koboldgen.py View File

@@ -527,7 +527,7 @@ class Campaign:
self.characters.append(Character("Niwri", 123, [3, 4, 4, 3], 123))
self.characters.append(Character("Zax", 124, [1, 6, 2, 5], 124))
self.characters.append(Character("Chroma", 125, [4, 2, 5, 3], 125))
self.characters.append(Character("Zenosha", 126, [3, 3, 5, 3], 126))
self.characters.append(Character("Zenosha", 126, [2, 3, 5, 2], 126))
self.characters.append(Character("Snax", 127, [3, 4, 6, 1], 127))
# self.print_params()
# self.print_chars()

Loading…
Cancel
Save