slothpixel / skyblock-parser

A powerful library for processing Hypixel SkyBlock data
MIT License
13 stars 9 forks source link

Grandma Wolf pet (draft) #11

Closed dukio closed 3 years ago

dukio commented 3 years ago

Well I tried to add the Grandma Wolf pet but I honestly have no idea how to calculate the correct ability times (and keep the 1 decimal formatting). You can see the formulas next to the abilityModifiers

Also no clue how to test it

dukio commented 3 years ago

image

Ok I finally figured it out what was missing (abilities object requiring values for all tiers, even if empty).

descFn now sends a 5th parameter "stat" (the stat name) so that the descFn can return different values based on what stat is requested. Abilities calculated through descFn now only need their name to start with "ability" (instead of == "ability") to allow for multiple abilities calculated through descFn