Adjustment to chaos weights. Add progression logic.
This commit is contained in:
parent
c0b25e1f6e
commit
ea8b6e6438
|
@ -13,7 +13,7 @@ base_location_table = {
|
||||||
"Level Four": None,
|
"Level Four": None,
|
||||||
"Level Five": None
|
"Level Five": None
|
||||||
}
|
}
|
||||||
|
# 37006 - 37106
|
||||||
item_pickups = {
|
item_pickups = {
|
||||||
f"Item Pickup {i}": 37005+i for i in range(1, 101)
|
f"Item Pickup {i}": 37005+i for i in range(1, 101)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue