Added Hero Equipment option and giant arrow #14
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.
Hello, first of all, thank you for the work you've done and for making it open source! With the update of the heroes' equipment, as you may know, they added the giant arrow, which can be combined with the zap quacke work. I've added a button to also consider the arrow, which I modeled as a spell following your code. By default, the arrow has level zero, and in this case, it's not used for calculations. When the "Hero Equipment" button is pressed, the level is set to 1 (the minimum), and combinations with the arrow are also calculated. There is still work to be done for the combinations and ofc testing, and I would also like to add the wardenfirewall, but it would be nice to propose it in beta as well!