This website requires JavaScript.
Sign in
mirrors
/
project-meteor-server
Watch
1
Fork
You've already forked project-meteor-server
0
mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced
2025-04-22 04:37:47 +00:00
Code
Activity
f2e34174c4
project-meteor-server
/
data
/
scripts
/
effects
/
parry_proc.lua
3 lines
81 B
Lua
Raw
Normal View
History
Unescape
Escape
New scripts New scripts for commands and effects that use the new function signatures and work with the new statuseffectcontainer
2019-05-29 23:05:40 -07:00
function
onLose
(
owner
,
effect
,
actionContainer
)
owner
:
SetProc
(
2
,
false
)
;
Combat changes and bug fixes Added the combo and proc systems Added scripts for most weaponskill and spells as well as some abilities and status effects Added support for multihit attacks Added AbilityState for abilities Added hiteffects that change based on an attack's parameters Added positionals Changed how targeting works for battlecommands Fixed bug that occurred when moving or swapping hotbar commands Fixed bug that occurred when losing status effects
2018-02-15 13:20:46 -06:00
end
;
Copy permalink