false-spring / gbfr-logs

GBFR Logs lets you track damage statistics with a nice overlay DPS meter for Granblue Fantasy: Relink.
MIT License
209 stars 23 forks source link

feat: Add item drop tracking event/hook #134

Open false-spring opened 4 months ago

false-spring commented 4 months ago

This PR adds the ability to track item drops from quests.

PR is on hold, as the timing that the parser uses to save the parser log is when quest completed. However, items get dropped after the "quest completion" hook is fired. Need to rework the save timing so that we save the parsed log with the dropped items in one go, or save the quest twice when we receive the items.