SpellDB: Generates an abilities database for league champions.
Report Bug
·
Request Feature
SpellDB is a C# program that parses Riot's Data Dragon champion data and generates a SpellDB.json file containing champion spell metadata (cooldowns, costs, ranges, etc.) for the latest League of Legends patch.
To compile the functional program yourself follow these simple steps.
-
Clone the repo
git clone https://github.com/HadockKali/SpellDB
-
Open the solution
-
Compile in Visual Studio 17+ for Release and Any CPU
- Build and run the
SpellDBproject. - The generated file is written to the current working directory as
SpellDB.json.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Copyright (c) Hadock 2023-2026. See LICENSE for more information.
Hadock - On Discord
Project Link: SpellDB