meraki-analytics / lolstaticdata

Accurate League of Legends static data for champions and items
MIT License
63 stars 22 forks source link

Default Abilities to Wiki Categorization #76

Closed bangingheads closed 10 months ago

bangingheads commented 10 months ago

With Hwei being weird the way he is the Wiki categorizes his abilities in a manner that is inconsistent with how we'd want to parse it.

Hwei has Q, QQ, QW, QE, QR and wiki categorizes these as Q, Q, W, E etc.

This pull request makes it so if the skill doesn't match it follows the default of the skill so all of Q, QQ, QW, QE all fall under Q without needing to write an exception for each one.