forked from aly/qstbak
muffin v6.26
This commit is contained in:
parent
01fde26518
commit
1bcbf18654
5 changed files with 3404 additions and 3083 deletions
|
|
@ -1297,6 +1297,7 @@
|
||||||
"enum": [
|
"enum": [
|
||||||
"Duty Action I",
|
"Duty Action I",
|
||||||
"Duty Action II",
|
"Duty Action II",
|
||||||
|
"Dismount",
|
||||||
"Heavy Swing",
|
"Heavy Swing",
|
||||||
"Bootshine",
|
"Bootshine",
|
||||||
"Twin Snakes",
|
"Twin Snakes",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -15,6 +15,10 @@ public sealed class ActionConverter : EnumConverter<EAction>
|
||||||
EAction.DutyAction2,
|
EAction.DutyAction2,
|
||||||
"Duty Action II"
|
"Duty Action II"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
EAction.Dismount,
|
||||||
|
"Dismount"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
EAction.HeavySwing,
|
EAction.HeavySwing,
|
||||||
"Heavy Swing"
|
"Heavy Swing"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ public enum EAction
|
||||||
{
|
{
|
||||||
DutyAction1 = 65562,
|
DutyAction1 = 65562,
|
||||||
DutyAction2 = 65563,
|
DutyAction2 = 65563,
|
||||||
|
Dismount = 23,
|
||||||
HeavySwing = 31,
|
HeavySwing = 31,
|
||||||
Bootshine = 53,
|
Bootshine = 53,
|
||||||
TwinSnakes = 61,
|
TwinSnakes = 61,
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ public static class EActionExtensions
|
||||||
{
|
{
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
|
case EAction.Dismount:
|
||||||
case EAction.FieryBreath:
|
case EAction.FieryBreath:
|
||||||
case EAction.BigSneeze:
|
case EAction.BigSneeze:
|
||||||
case EAction.BuffetGriffin:
|
case EAction.BuffetGriffin:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue