|
099dfbd134
|
Remove most of the hardcoded effect durations and params
|
2025-07-14 20:26:13 -04:00 |
|
|
3d81d1ed01
|
Implement enough status effect handling to make Sprint work
This includes making Sprint degrade into Jog, and now status
effects start to be scripted.
|
2025-07-14 19:52:50 -04:00 |
|
|
e8581cdaba
|
Add script for Fast Blade action
This adds the necessary infrastructure to add actions that deal damage to
enemies, and tests this through the new effects builder exposed through Lua.
|
2025-03-30 09:31:50 -04:00 |
|
|
d8627c646e
|
Add a more extensible way to add actions
You now reigster actions with registerAction under Global.lua. This should make
it extremely easy to add new actions later.
|
2025-03-30 09:02:52 -04:00 |
|