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
- Host: GitHub
- URL: https://github.com/moddota/abilityluaspelllibrary
- Owner: ModDota
- License: mit
- Created: 2017-11-25T09:18:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T20:26:43.000Z (over 8 years ago)
- Last Synced: 2025-04-10T21:38:16.264Z (about 1 year ago)
- Language: Lua
- Size: 65.4 KB
- Stars: 15
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)