summaryrefslogtreecommitdiffstats
path: root/example/scripts/abilities.lua
Commit message (Collapse)AuthorAgeFilesLines
* Readded Entity:damage as lua functionabilitiesErik Schilling2013-05-121-7/+6
|
* [Abilities] Added a add_hit_taken bindErik Schilling2013-05-081-0/+4
| | | | This allows to display hit messages in the client for abilities
* [Abilities] Made a first example attack abilityErik Schilling2013-05-081-2/+20
|
* [Abilities] Added a autoconsume optionErik Schilling2013-05-081-1/+0
| | | | | | You do not need to reset the mana in the scripts if you do not want to. We will need this for attacks later since those do not nessecary have a script.
* [Abilities] Removed all except one abilityErik Schilling2013-05-081-5/+0
| | | | | Should allow easier modification without thinking of useful examples for each one
* [Abilities] Turned special 1 into a point target for easier testingErik Schilling2013-05-081-1/+1
|
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-081-0/+22