mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Adjustment to chaos weights. Add progression logic.
This commit is contained in:

committed by
Fabian Dill

parent
c0b25e1f6e
commit
ea8b6e6438
@@ -13,9 +13,9 @@ base_location_table = {
|
||||
"Level Four": None,
|
||||
"Level Five": None
|
||||
}
|
||||
|
||||
# 37006 - 37106
|
||||
item_pickups = {
|
||||
f"ItemPickup{i}": 37005+i for i in range(1, 101)
|
||||
f"Item Pickup {i}": 37005+i for i in range(1, 101)
|
||||
}
|
||||
|
||||
location_table = {**base_location_table, **item_pickups}
|
||||
|
Reference in New Issue
Block a user