SpellDB: Generates an abilities database for league champions.
Report Bug
·
Request Feature
SpellDB is a program written using C# to parse, scrape and generate a .json file with the current patch abilities of League of Legends champions. It uses the CommunityDragon API to get the ability duration, cost and range. Useful for various projects but invaluable to scripting platforms.
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
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. See LICENSE
for more information.
Hadock - @navruc - navruc.dimitri@gmail.com
Project Link: SpellDB