mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
StS: Update location table and move item creation to create_items
from generate_basic
. (#1938)
This commit is contained in:
@@ -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] = {
|
||||
|
Reference in New Issue
Block a user