frzyc / genshin-optimizer

An Artifact optimizer for Genshin Impact.
https://frzyc.github.io/genshin-optimizer/
MIT License
774 stars 228 forks source link

Remove useless stats #2234

Open nguyentvan7 opened 3 months ago

nguyentvan7 commented 3 months ago

Stamina, stamina consumption related stats, cd reduction, attack speed

nguyentvan7 commented 3 months ago

Self resistance as well, which will help avoid confusion

nguyentvan7 commented 3 months ago

https://github.com/search?q=repo%3Afrzyc%2Fgenshin-optimizer+staminaDec_&type=code

The other stats will also be in these similar/same files. Removing it from libs/gi/db/src/legacy/keys.ts should immediately cause a bunch of other things to error out, and you can keep removing the error'ed code from there

abhijay-py commented 3 months ago

I can take a look!