m-h-c-t / mh-helper-extension

A Chrome / Firefox browser extension that helps collect data for HitGrab's MouseHunt game
https://www.mhct.win
MIT License
14 stars 15 forks source link

Halloween 2023 Updates To Boons #480

Open AardWolf opened 12 months ago

AardWolf commented 12 months ago

Boiling Cauldron Trap no longer has any special effect in Gloomy Greenwood so that logic should be removed from the extension. It can simply always submit a normal convertible.

The base always doubles potions in gloomy greenwood so that logic may need adjustment.

The boon now adds the chance for a potion drop to mice. user.quests.QuestHalloweenBoilingCauldron.reward_track.is_complete indicates if a person has the boon (eligible?). Might need to confirm can_claim is false. This can be a hunt detail, we can query for eligible hunts with potion drops later. We might be able to submit it as a convertible but producing a static table of percents should be good enough.