Browse Source

Snax should have 14 points, not 12

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

+ 2
- 2
koboldgen.py View File

@@ -516,11 +516,11 @@ class Campaign:
self.params = Plot()
self.art = "an" if self.params.loc_desc[0] in ["a","e","i","o","u"] else "a"
self.characters = []
self.characters.append(Character("Niwri", 123, [3,4,4,3], 123))
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("Snax", 127, [2, 4, 5, 1], 127))
self.characters.append(Character("Snax", 127, [3, 4, 6, 1], 127))
# self.print_params()
# self.print_chars()
return

Loading…
Cancel
Save