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

Determine number of encounters per area #222

Open
MrTyton opened this issue Nov 4, 2022 · 0 comments
Open

Determine number of encounters per area #222

MrTyton opened this issue Nov 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@MrTyton
Copy link
Contributor

MrTyton commented Nov 4, 2022

Determine the number of encounters that we will get in an area through RNG lookahead.

https://grayfox96.github.io/FFX-Info/rng/encounters#encounter-checks for reference

This will require a few things:

  1. Determining how many units of movement the TAS does in each area
  2. Map these relative to the grace periods
  3. Use RNG0 to determine how many encounters we will get
  4. Use RNG1 to determine what the encounters are

Once we have that framework, we can work into much longer manips using that information.

@MrTyton MrTyton added the enhancement New feature or request label Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant