You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plan is to create logical buckets, where some all items from one bucket need to be collected before accessing the next, this will ensure items in early logic will still be collected early so we don't break progression balancing
ingame we will use an algorim to makes sure early items are still randomly selected but available a lot more than later game items
for example:
we order all items in order of when they should be logically collected
and form the 3 options that are avaible, we fill the first one with a random selection from the first 5 logically collected items
the next bucket with the next 5 logically collected
and the last bucket with remaining 5 logically collected items
this way we will only be selecting from starting end of the items to collect
The text was updated successfully, but these errors were encountered:
Plan is to create logical buckets, where some all items from one bucket need to be collected before accessing the next, this will ensure items in early logic will still be collected early so we don't break progression balancing
ingame we will use an algorim to makes sure early items are still randomly selected but available a lot more than later game items
for example:
we order all items in order of when they should be logically collected
and form the 3 options that are avaible, we fill the first one with a random selection from the first 5 logically collected items
the next bucket with the next 5 logically collected
and the last bucket with remaining 5 logically collected items
this way we will only be selecting from starting end of the items to collect
The text was updated successfully, but these errors were encountered: