Added Bootshine to the list of actions allowed

Plogon Enjoyer 2024-08-26 01:18:45 +08:00
parent 2771163fdf
commit 00c8c16e79
3 changed files with 4 additions and 1 deletions

View File

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

View File

@ -22,5 +22,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,
Esuna = 7568,