StS: Update location table and move item creation to create_items from generate_basic. (#1938)

This commit is contained in:
KonoTyran
2023-07-21 22:51:13 -07:00
committed by GitHub
parent 86a55c7837
commit 9b1de8fea8
4 changed files with 6 additions and 13 deletions

View File

@@ -26,9 +26,9 @@ item_table: Dict[str, ItemData] = {
item_pool: Dict[str, int] = {
'Card Draw': 15,
'Rare Card Draw': 3,
'Rare Card Draw': 2,
'Relic': 10,
'Boss Relic': 3
'Boss Relic': 2
}
event_item_pairs: Dict[str, str] = {