mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02: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:
parent
ace4dfe58f
commit
c442dc9ecd
72 changed files with 524 additions and 171 deletions
|
@ -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%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue