Davide Gaio

Results 46 issues of Davide Gaio

https://hypixel-skyblock.fandom.com/wiki/Archfiend_Dice https://hypixel-skyblock.fandom.com/wiki/High_Class_Archfiend_Dice

bug

- [ ] Update senither - [x] Update lilyweight

bug

![image](https://user-images.githubusercontent.com/2744227/167961609-eb2d1f6d-5bc1-4124-81cb-06611b10757e.png) for front-end stats too

api

See https://github.com/HypixelDatabase/HypixelTracking/commit/95debe446433d06d016c650304ecb1e38e382631#diff-618eebadb464b46962876276524fa5b544f7cf5f45b6b2277fd75266d88c1823R6094-R6121 tuning, unlocked slots, unlocked powers, selected power, bag upgrades purchased

type:api

[src/lib.js#L1348](https://github.com/SkyCryptWebsite/SkyCrypt/blob/92b031c935279627adfb9ed59931395a9fd17ba8/src/lib.js#L1348-L1352) ![image](https://user-images.githubusercontent.com/2744227/166144170-a5c9fe11-a624-4f5b-9253-9e19164eeb4d.png) This should be updated to include the new dungeon "stars" things, armor dyes, dungeon boss enhancement (this thing: ![image](https://user-images.githubusercontent.com/2744227/166144096-dc860a26-e41e-4176-9dab-3725084a0873.png)) Or better at this point just do a whitelist...

bug

Thread: https://hypixel.net/threads/0-12-3-master-mode-7.4845290/ Catacombs level can go above 50 now

enhancement
upcoming

(`piece-shine` is the item background animation, `is-enchanted` is the enchant glint applied as a mask on item icons) --- Currently `piece-shine` and `is-enchanted` are a bit weird, this is how...

enhancement

https://github.com/SkyCryptWebsite/SkyCrypt/blob/8bccc5eade8f96a015dcbc7a23893981a1982907/src/lib.js#L2239-L2241 ...why do these things exist 😔

M7 introduced SHINY armor #1193 adds `item.shiny: boolean` to all items, the thing that adds enchant glint should check if the item is shiny and if so, add the enchant...

enhancement

https://github.com/SkyCryptWebsite/SkyCrypt/blob/2e2e979df68f1f45015df8795b0ba19d68141813/src/lib.js#L1446-L1456 currently we calculate `highest_rarity_sword` and `highest_rarity_bow`... 1. `highest_rarity_bow` is not even used 2. `highest_rarity_sword` is used to display the top weapon... but it only counts for weapons... this doesn't...