Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Updating static data for each patch #12

Open
zacholade opened this issue Dec 28, 2018 · 0 comments
Open

Updating static data for each patch #12

zacholade opened this issue Dec 28, 2018 · 0 comments
Labels
enhancement New feature or request issue Going to be a problem...

Comments

@zacholade
Copy link
Owner

Every update to league of legends brings new items, champions and often icons.
Data dragon ( https://developer.riotgames.com/static-data.html ) is a web service that is meant to centralize League of Legends game data and assets, including champions, items, runes, masteries, summoner spells, and profile icons. AKA It's amazing.

The endpoints are automatically maintained for the json data; however the profile icons, champion splash art and so on are not.

They can be downloaded from:
https://ddragon.leagueoflegends.com/cdn/dragontail-6.24.1.tgz

If we are going to use discord emojis (yes this will require a shit tonnes of servers according to a current league bot owner)
Screenshot from Gyazo
I could implement a pipeline which automatically tries to lookup an icon in a server and if it doesn't exist, it will create an emoji on a selection of servers. Something like this seems reasonable.

If updating can be as simple as uploading a new static icon data; that would be great. As easy as possible!

@zacholade zacholade added enhancement New feature or request issue Going to be a problem... labels Dec 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request issue Going to be a problem...
Projects
None yet
Development

No branches or pull requests

1 participant