mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Updated Map Server namespace. Moved all other data folders (www and sql) to data folder. Renamed boot name to Project Meteor.
This commit is contained in:
12
Data/scripts/effects/sleep.lua
Normal file
12
Data/scripts/effects/sleep.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
require("modifiers")
|
||||
|
||||
--Set magnitude to milliseconds that HF will reduce delay by
|
||||
function onGain(owner, effect, actionContainer)
|
||||
end;
|
||||
|
||||
function onLose(owner, effect, actionContainer)
|
||||
end;
|
||||
|
||||
function onDamageTaken(effect, attacker, defender, skill, action, actionContainer)
|
||||
defender.statusEffects.RemoveStatusEffect(effect, actionContainer)
|
||||
end;
|
||||
Reference in New Issue
Block a user