summaryrefslogtreecommitdiff
path: root/example/scripts/abilities.lua
AgeCommit message (Collapse)AuthorFilesLines
2013-08-26[Abilities] Added a add_hit_taken bindErik Schilling1-0/+4
This allows to display hit messages in the client for abilities
2013-08-26[Abilities] Made a first example attack abilityErik Schilling1-2/+20
2013-08-26[Abilities] Added a autoconsume optionErik Schilling1-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.
2013-08-26[Abilities] Removed all except one abilityErik Schilling1-5/+0
Should allow easier modification without thinking of useful examples for each one
2013-08-26[Abilities] Turned special 1 into a point target for easier testingErik Schilling1-1/+1
2013-08-26[Abilities] Renamed specials to abilitiesErik Schilling1-0/+22