Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider locations with several items capacity #12

Open
aspiwack opened this issue May 31, 2019 · 0 comments
Open

Consider locations with several items capacity #12

aspiwack opened this issue May 31, 2019 · 0 comments

Comments

@aspiwack
Copy link
Owner

I don't have an example of somewhere where this would be needed. But take Kakariko village in Alttpr, for instance.

It has 12 locations (I think) which are logically equivalent (that is: all locations expect for sick boy, which requires a bottle).

Considering these a single location with 12-item capacity doesn't have an effect on the distribution. But it reduces the search space by a factor of nearly 500 millions. Provided we translate this 12-item capacity property into a formula which doesn't allow all 500 millions shuffles as distinct (see also #10 ).

It would then be up to the client to shuffle items in this location among the chest, which is very very fast, compared to going through 500 millions formulas.

This requires declaring locations as in #11 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant