[ARR][Class Quests][MNK] Added all ARR PGL/MNK Class Quests #37

Merged
liza merged 18 commits from plogon_enjoyer/Questionable:mnk-arr into master 2024-09-09 17:27:34 +00:00
3 changed files with 4 additions and 1 deletions
Showing only changes of commit 18da3ddbb0 - Show all commits

View File

@ -868,7 +868,8 @@
"Yellow Gulal",
"Blue Gulal",
"Electric Flux",
"Hop-step"
"Hop-step",
"Bootshine"
]
}
},

View File

@ -23,5 +23,6 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.BlueGulal, "Blue Gulal" },
{ EAction.ElectrixFlux, "Electric Flux" },
{ EAction.HopStep, "Hop-step" },
{ EAction.Bootshine, "Bootshine" },
};
}

View File

@ -7,6 +7,7 @@ namespace Questionable.Model.Questing;
public enum EAction
{
HeavySwing = 31,
Bootshine = 53,
HeavyShot = 97,
Cure = 120,
Cure2 = 135,