master #4

Merged
cacahuetes merged 75 commits from liza/Questionable:master into master 2024-09-02 21:50:11 +00:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit 34e1f62ea9 - Show all commits

View File

@ -856,6 +856,7 @@
"Heavy Swing",
"Heavy Shot",
"Cure",
"Cure II",
"Esuna",
"Physick",
"Buffet (Sanuwa)",

View File

@ -10,6 +10,7 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.HeavySwing, "Heavy Swing" },
{ EAction.HeavyShot, "Heavy Shot" },
{ EAction.Cure, "Cure" },
{ EAction.Cure2, "Cure II" },
{ EAction.Esuna, "Esuna" },
{ EAction.Physick, "Physick" },
{ EAction.BuffetSanuwa, "Buffet (Sanuwa)" },

View File

@ -9,6 +9,7 @@ public enum EAction
HeavySwing = 31,
HeavyShot = 97,
Cure = 120,
Cure2 = 135,
Esuna = 7568,
Physick = 190,
BuffetSanuwa = 4931,