Goal Options - #153
Draft
Myth197 wants to merge 21 commits into
Draft
Conversation
This was
linked to
issues
Jul 12, 2026
- Create the YAML options - Share the options with slotdata and UT
- remove a duplicate goal option
- Set Biobliterator requirement on by default
- Very bad, needs an overhall with rulebuilder
- Logic for certain locations now check for the event item - Creates events and adds them in a lazy way, applies crude logic, must replace post RuleBuilder update - param formatted docstrings
…nder the right option combinations
- Add Event Data Table and event location names to act as locations with no sendable item - Cleanup some location data - formatting
- Locations that disabled by yaml options now become an event, so they can be tracked but don't have items - Events hold an `Event Item` that can be collected, logic tracks these items - Remove old locations - Move Event logic creation to `rules.py` - clean up some function parameters
- Create UnitTesting for Default, Goal, and Tbolt options. - Add failure cases each time they are found for regression testing.
…acing between option and description more consistent across the board
- correct name - remove linter - dump info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds YAML options to be able to set conditions required to be met before being able to trigger the goal.
Closes:
#39
#97