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

resolve a single sequence item #48

Closed
timjen3 opened this issue Jul 20, 2021 · 1 comment · Fixed by #49
Closed

resolve a single sequence item #48

timjen3 opened this issue Jul 20, 2021 · 1 comment · Fixed by #49

Comments

@timjen3
Copy link
Owner

timjen3 commented Jul 20, 2021

Cases where it would be useful to resolve 1 sequence item:

  • getting text for an entity's health. ex: "almost dead" or "fine"
  • getting text for entity's exact hp. ex: "15 / 20"
  • getting text for how many potions entity has. ex: "5".
@timjen3
Copy link
Owner Author

timjen3 commented Jul 20, 2021

Should not have same signature as the existing internal method since that is designed for items that are part of a sequence. This new method should be really bare bones. Something like this:

string GetResult(SequenceItem item, Role role);

@timjen3 timjen3 added this to Todo in 0.6.0 Roadmap via automation Jul 20, 2021
@timjen3 timjen3 linked a pull request Jul 27, 2021 that will close this issue
@timjen3 timjen3 moved this from Todo to Done in 0.6.0 Roadmap Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant