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:
@@ -1,8 +1,5 @@
|
||||
require("modifiers")
|
||||
require("battleutils")
|
||||
|
||||
--Forces crit on attacks made with axes
|
||||
function onPreAction(caster, target, effect, skill, action, actionContainer)
|
||||
function onPreAction(effect, caster, target, skill, action, actionContainer)
|
||||
--Assuming "attacks made with axes" means skills specific to MRD/WAR
|
||||
if (skill.job == 3 or skill.job == 17) then
|
||||
--Set action's crit rate to 100%
|
||||
|
Reference in New Issue
Block a user