projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01730a3
)
down with the whitelist system
author
Jackson
<9527380+Jaksuhn@users.noreply.github.com>
Sat, 28 Jun 2025 19:23:32 +0000
(20:23 +0100)
committer
Jackson
<9527380+Jaksuhn@users.noreply.github.com>
Sat, 28 Jun 2025 19:23:32 +0000
(20:23 +0100)
QuestPaths/quest-v1.json
patch
|
blob
|
blame
|
history
Questionable.Model/Questing/Converter/EmoteConverter.cs
patch
|
blob
|
blame
|
history
Questionable.Model/Questing/EEmote.cs
patch
|
blob
|
blame
|
history
diff --git
a/QuestPaths/quest-v1.json
b/QuestPaths/quest-v1.json
index
0d33cca
..
1045683
100644
(file)
--- a/
QuestPaths/quest-v1.json
+++ b/
QuestPaths/quest-v1.json
@@
-935,7
+935,8
@@
"laugh",
"greeting",
"angry",
- "unbound"
+ "unbound",
+ "congratulate"
]
}
}
diff --git
a/Questionable.Model/Questing/Converter/EmoteConverter.cs
b/Questionable.Model/Questing/Converter/EmoteConverter.cs
index
576a77e
..
c773b72
100644
(file)
--- a/
Questionable.Model/Questing/Converter/EmoteConverter.cs
+++ b/
Questionable.Model/Questing/Converter/EmoteConverter.cs
@@
-47,5
+47,6
@@
public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
{ EEmote.Greeting, "greeting" },
{ EEmote.Uchiwasshoi, "uchiwasshoi" },
{ EEmote.Unbound, "unbound" },
+ { EEmote.Congratulate, "congratulate" },
};
}
diff --git
a/Questionable.Model/Questing/EEmote.cs
b/Questionable.Model/Questing/EEmote.cs
index
7855bd1
..
c228fbf
100644
(file)
--- a/
Questionable.Model/Questing/EEmote.cs
+++ b/
Questionable.Model/Questing/EEmote.cs
@@
-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,