projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb43cf0
)
Added `mogdance` emote
author
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Wed, 27 Nov 2024 11:34:11 +0000
(19:34 +0800)
committer
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Wed, 27 Nov 2024 11:34:11 +0000
(19:34 +0800)
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 0564a3a3df30414a1759023e25d0437015357336..134b1c60d9278f4cee006a1167c08560d327e8f8 100644
(file)
--- a/
QuestPaths/quest-v1.json
+++ b/
QuestPaths/quest-v1.json
@@
-848,7
+848,8
@@
"cry",
"disappointed",
"examineself",
- "joy"
+ "joy",
+ "mogdance"
]
}
}
diff --git
a/Questionable.Model/Questing/Converter/EmoteConverter.cs
b/Questionable.Model/Questing/Converter/EmoteConverter.cs
index 3e7cb2cb2640a3c2c6b6efb8e5a6fcae999c0d7a..607f6fdab1846089574f265cdd5152dd707b1437 100644
(file)
--- a/
Questionable.Model/Questing/Converter/EmoteConverter.cs
+++ b/
Questionable.Model/Questing/Converter/EmoteConverter.cs
@@
-37,6
+37,7
@@
public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
{ EEmote.SundropDance, "sundropdance"},
{ EEmote.BattleStance, "battlestance" },
{ EEmote.VictoryPose, "victorypose" },
+ { EEmote.MogDance, "mogdance" },
{ EEmote.Flex, "flex" },
{ EEmote.Respect, "respect" },
{ EEmote.Box, "box" },
diff --git
a/Questionable.Model/Questing/EEmote.cs
b/Questionable.Model/Questing/EEmote.cs
index 93342666058236c0f1a7a896d12c984a80e49e55..e70ffd36a7662d9d135bbfd0bf48c45c31668e2b 100644
(file)
--- a/
Questionable.Model/Questing/EEmote.cs
+++ b/
Questionable.Model/Questing/EEmote.cs
@@
-38,6
+38,7
@@
public enum EEmote
SundropDance = 120,
BattleStance = 121,
VictoryPose = 122,
+ MogDance = 126,
Flex = 139,
Respect = 140,
Box = 166,