skyblock-parser
skyblock-parser copied to clipboard
A powerful library for processing Hypixel SkyBlock data
PLEASE NOTE: While this all works locally I would really appreciate a second pair of eyes to see if there is anything else I can do or that needs to...
This issue lists currently missing features that are now possible after https://github.com/HypixelDatabase/HypixelTracking/commit/c2ee0fbb417d52af6de10deb490d3ac7fefd2644 ### Features - [ ] Social skill - [ ] Catacombs support - [ ] Missing pets and...
I've already started working on adding proper pet support at https://github.com/slothpixel/skyblock-parser/tree/pets, but it needs to be finished. You can find some reference code from here: https://github.com/SkyCryptWebsite/SkyCrypt/blob/master/src/lib.js#L1887
Add TypeScript definitions for `skyblock-parser`
We need to add support for custom armor bonuses. You can find some bonuses [here](https://github.com/SkyCryptWebsite/SkyCrypt/blob/cbadd5d6103dc0fc0f676899274b129f0a4c0246/src/lib.js#L1429). Example: Superior armor bonus: https://github.com/slothpixel/skyblock-parser/blob/master/src/player/Player.js#L424