SkyHanni
SkyHanni copied to clipboard
Feature + Fix: Hoppity Event Summarization
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:
- Side Dish rabbits
- All-Time Chocolate Milestone rabbits
- Shop milestone rabbits
Images
Changelog New Features
- Added Hoppity Hunt event summary. - Daveed
Changelog Fixes
- Fixed "Side Dish" and Milestone rabbits not sending a message when Compact Hoppity is enabled. - Daveed
Changelog Technical Details
- Added
HoppityAPI
, which should likely house things specific to the event rather thanChocolateFactoryAPI
. - Daveed- Added
Always Hoppity
dev config option, which will overrideisHoppityEvent
.
- Added
- Added
RabbitFoundEvent
which will be fired when a chocolate rabbit is found from an egg, or bought from hoppity. - Daveed - Added
SIDE_DISH
andBOUGHT
asHoppityEggType
options. - Daveed