Skip to content

Commit

Permalink
Add: Item sets to museum json (NotEnoughUpdates#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs authored Nov 5, 2024
1 parent 9bac47b commit 97b1cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/updateMuseum.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def findAppropriateId(setName):
"max_values": maxValues,
"itemToXp": dict(sorted(itemToXp.items())),
"mapped_ids": dict(sorted(mappedIds.items())),
"sets_to_items": {k: sorted(v) for k, v in sorted(armorSets.items())},
}

os.makedirs(os.path.dirname("constants/museum.json"), exist_ok=True)
Expand Down

0 comments on commit 97b1cf1

Please sign in to comment.