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

Tool to help collect data, estimate attraction, catch, and drop rates for a popular game.
https://www.mhct.win
MIT License
7 stars 14 forks source link

Moved is_lucky_catch to main hunts table #216

Closed AardWolf closed 1 year ago

AardWolf commented 1 year ago

Tested with one dummy curl that had is_lucky_catch false and one that had is_lucky_catch true. The extension seems to always provide one of those values but the is_lucky_catch variable got defaulted to 0 and stays that way if is_lucky_catch is not in the hunt_details at all.

Tested that last path with a made-up changed entry.

AardWolf commented 1 year ago

Going to change from unset to keep track of hunt details that have been processed.