An open API service indexing awesome lists of open source software.

https://github.com/moddota/abilityluaspelllibrary

The successor to the Spell Library by Pizzalol
https://github.com/moddota/abilityluaspelllibrary

Last synced: 10 months ago
JSON representation

The successor to the Spell Library by Pizzalol

Awesome Lists containing this project

README

          

# AbilityLuaSpellLibrary
A community effort to recreate DotA 2 spells using the custom game lua API.

Contributions welcome, just make a pull request!

The successor to the Spell Library by Pizzalol

## Style guidelines
Indentation should be 4 spaces.

Lua ability file should have the following organization:
```
LinkLuaModifiers

Modifier code

Ability code
```

## Thanks to our contributors
- [SinZ](https://github.com/SinZ163)
- [Pongping](https://github.com/Wouterz90)