down with the whitelist system
authorJackson <9527380+Jaksuhn@users.noreply.github.com>
Sat, 28 Jun 2025 19:23:32 +0000 (20:23 +0100)
committerJackson <9527380+Jaksuhn@users.noreply.github.com>
Sat, 28 Jun 2025 19:23:32 +0000 (20:23 +0100)
QuestPaths/quest-v1.json
Questionable.Model/Questing/Converter/EmoteConverter.cs
Questionable.Model/Questing/EEmote.cs

index 0d33cca..1045683 100644 (file)
                   "laugh",
                   "greeting",
                   "angry",
-                  "unbound"
+                  "unbound",
+                  "congratulate"
                 ]
               }
             }
index 576a77e..c773b72 100644 (file)
@@ -47,5 +47,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
         { EEmote.Greeting, "greeting" },
         { EEmote.Uchiwasshoi, "uchiwasshoi" },
         { EEmote.Unbound, "unbound" },
+        { EEmote.Congratulate, "congratulate" },
     };
 }
index 7855bd1..c228fbf 100644 (file)
@@ -25,6 +25,7 @@ public enum EEmote
     Me = 23,
     Deny = 25,
     Poke = 28,
+    Congratulate = 29,
     Psych = 30,
     Salute = 31,
     Rally = 34,
@@ -38,7 +39,7 @@ public enum EEmote
     ImperialSalute = 59,
     Pet = 105,
     Slap = 111,
-    SundropDance = 120, 
+    SundropDance = 120,
     BattleStance = 121,
     VictoryPose = 122,
     MogDance = 126,