-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional global JSONs #1
Comments
I'm definitely open to this. In addition to your suggestions, I had a TODO list here: tibia-kill-stats/analyze-bosses.mjs Lines 525 to 535 in 25fabc3
Here's an example patch that adds some new boss categories, which then in turn result in additional files being created: 25fabc3 We could do the same thing for non-bosses. Most of the work is compiling the list of creatures per category -- so if anyone wants to help but doesn't feel like sending a patch, just commenting here with the creature lists would be super helpful! |
This makes it easy to add additional creature categories in the future. Issue: #1
Using pretty boss/creature names makes it much easier to maintain the category lists. There is now a separate conversion step that normalizes the pretty names to the less pretty names used in the kill statistics. Issue: #1
Added some more boss categories in 957164f. |
Would it be possible to add more global JSONs? I have some ideas, maybe you could add some if you think it's interesting or useful:
The text was updated successfully, but these errors were encountered: