Skip to content

Commit

Permalink
add races data
Browse files Browse the repository at this point in the history
  • Loading branch information
pyanderson committed Nov 1, 2023
1 parent 7275e54 commit 2f4dc5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions generate_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def convert_to_book_folder(d):
"abilities_and_powers": abilities_and_powers,
"spells": spells_circles,
"equipments": equipments,
"races": sorted(races, key=itemgetter("name")),
},
jfile,
ensure_ascii=False,
Expand Down
2 changes: 1 addition & 1 deletion src/data/db.json

Large diffs are not rendered by default.

0 comments on commit 2f4dc5a

Please sign in to comment.