mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Script fixes and new effects.
Cleaned up unneeded requires in some scripts Fixed Second Wind Added new effect scripts Added bard song scripts that mostly work
This commit is contained in:
@@ -8,11 +8,11 @@ end;
|
||||
function onMagicStart(caster, target, spell)
|
||||
--27363: Enhanced Raise: No longer inflicts weakness.
|
||||
if caster.HasTrait(27363) then
|
||||
ability.statusTier = 2;
|
||||
ability.statusId = 0;
|
||||
end
|
||||
return 0;
|
||||
end;
|
||||
|
||||
--Not sure how raise works yet.
|
||||
function onSkillFinish(caster, target, skill, action, actionContainer)
|
||||
--DoAction handles rates, buffs, dealing damage
|
||||
action.DoAction(caster, target, skill, actionContainer);
|
||||
end;
|
Reference in New Issue
Block a user