mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-21 20:27:47 +00:00
12 lines
349 B
Lua
12 lines
349 B
Lua
![]() |
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;
|