-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Feature + Fix: Hoppity Event Summarization #2311
Feature + Fix: Hoppity Event Summarization #2311
Conversation
Couple bugs I need to fix still:
|
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works fine so far, only small things
src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityAPI.kt
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityRabbitRarity.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
What
https://discord.com/channels/997079228510117908/1262558938650378250
Adds a recap for Hoppity Events, added an event that gets fired when a rabbit is collected. Reworked the
HoppityEggType
enum. Tangentially related to the enum, this PR also adds functionality for Hoppity Compact to compact:Images
Changelog New Features
Changelog Fixes
Changelog Technical Details
HoppityAPI
, which should house event-specific features rather thanChocolateFactoryAPI
. - DaveedAlways Hoppity
dev config option, which will overrideisHoppityEvent
.RabbitFoundEvent
, which will be fired when a chocolate rabbit is found from an egg, bought from Hoppity, or claimed from a milestone. - DaveedSIDE_DISH
,CHOCOLATE_SHOP_MILESTONE
,CHOCOLATE_FACTORY_MILESTONE
, andBOUGHT
asHoppityEggType
options. - Daveed