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

Record Active Auras #222

Open AardWolf opened 1 year ago

AardWolf commented 1 year ago

We can add a table to record active auras. This should be two tables:

hunt_auras

auras

The data is returned from activeturn.php in trap_image.auras image

The extension would provide an auras property in the message that has an array of the codenames for the active auras, like Object.keys(auras).filter( codename => auras[codename].status === 'active')

AardWolf commented 1 year ago

Hunt intake would have to add the logic to look up the auras by codename, adding the ones it does not know. It would add new auras. Someone else can manually put appropriate names in the row in the aura table later.