projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f6db2
)
Added new action 'Roar'
author
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Thu, 26 Dec 2024 14:53:42 +0000
(22:53 +0800)
committer
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Thu, 26 Dec 2024 14:58:45 +0000
(22:58 +0800)
QuestPaths/quest-v1.json
patch
|
blob
|
blame
|
history
Questionable.Model/Questing/Converter/ActionConverter.cs
patch
|
blob
|
blame
|
history
Questionable.Model/Questing/EAction.cs
patch
|
blob
|
blame
|
history
diff --git
a/QuestPaths/quest-v1.json
b/QuestPaths/quest-v1.json
index 3b7eeb31824e56b2495918ebf1b565a04c5dd9f5..247628f8577c55250f0f295eda120bcb2597c8f8 100644
(file)
--- a/
QuestPaths/quest-v1.json
+++ b/
QuestPaths/quest-v1.json
@@
-963,6
+963,7
@@
"Buffet (Griffin)",
"Trample",
"Fumigate",
+ "Roar",
"Seed",
"Inhale",
"Siphon Snout",
diff --git
a/Questionable.Model/Questing/Converter/ActionConverter.cs
b/Questionable.Model/Questing/Converter/ActionConverter.cs
index d5b1128f2353fd57516adcdcfdbb9d6f121dd6bd..0f72c73176819fc8c1df368c34f8cb197c8f60b0 100644
(file)
--- a/
Questionable.Model/Questing/Converter/ActionConverter.cs
+++ b/
Questionable.Model/Questing/Converter/ActionConverter.cs
@@
-27,6
+27,7
@@
public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.BuffetGriffin, "Buffet (Griffin)" },
{ EAction.Trample, "Trample" },
{ EAction.Fumigate, "Fumigate" },
+ { EAction.Roar, "Roar" },
{ EAction.Seed, "Seed" },
{ EAction.Inhale, "Inhale" },
{ EAction.SiphonSnout, "Siphon Snout" },
diff --git
a/Questionable.Model/Questing/EAction.cs
b/Questionable.Model/Questing/EAction.cs
index b4bd7c2be0c6210961c26f4e32d4064bd8cd697f..3a4981af6bc3c6175fff791989db704d5d7dab5a 100644
(file)
--- a/
Questionable.Model/Questing/EAction.cs
+++ b/
Questionable.Model/Questing/EAction.cs
@@
-26,6
+26,7
@@
public enum EAction
BuffetGriffin = 4583,
Trample = 4585,
Fumigate = 5872,
+ Roar = 6293,
Seed = 6294,
MagitekPulse = 8624,
MagitekThunder = 8625,
@@
-81,6
+82,7
@@
public static class EActionExtensions
or EAction.BuffetGriffin
or EAction.Trample
or EAction.Fumigate
+ or EAction.Roar
or EAction.Seed
or EAction.Inhale
or EAction.SiphonSnout