projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95dd132
)
Added new action "Inhale"
author
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Sat, 28 Sep 2024 17:53:40 +0000
(
01:53
+0800)
committer
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Sun, 29 Sep 2024 16:07:41 +0000
(
00:07
+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 0c0661f7487425c1e68db6a1c9376535d8e91deb..b0fd35d2850ad25dfa690371cc1a164036753ebc 100644
(file)
--- a/
QuestPaths/quest-v1.json
+++ b/
QuestPaths/quest-v1.json
@@
-912,6
+912,7
@@
"Buffet (Griffin)",
"Trample",
"Fumigate",
+ "Inhale",
"Siphon Snout",
"Peculiar Light",
"Cannonfire",
diff --git
a/Questionable.Model/Questing/Converter/ActionConverter.cs
b/Questionable.Model/Questing/Converter/ActionConverter.cs
index 32a6654fa6df9c6a422c90544b850cb2e10b72ec..6f0be40e59ae387ece791da63ac8de2e7b5a9a2d 100644
(file)
--- a/
Questionable.Model/Questing/Converter/ActionConverter.cs
+++ b/
Questionable.Model/Questing/Converter/ActionConverter.cs
@@
-26,6
+26,7
@@
public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.BuffetGriffin, "Buffet (Griffin)" },
{ EAction.Trample, "Trample" },
{ EAction.Fumigate, "Fumigate" },
+ { EAction.Inhale, "Inhale" },
{ EAction.SiphonSnout, "Siphon Snout" },
{ EAction.PeculiarLight, "Peculiar Light" },
{ EAction.Cannonfire, "Cannonfire" },
diff --git
a/Questionable.Model/Questing/EAction.cs
b/Questionable.Model/Questing/EAction.cs
index bcc676e40a783003323a0e8ac5ef12cb329bef6b..27bcca1ffb89aa292d9f5c42caf0697c657e7da8 100644
(file)
--- a/
Questionable.Model/Questing/EAction.cs
+++ b/
Questionable.Model/Questing/EAction.cs
@@
-27,6
+27,7
@@
public enum EAction
Fumigate = 5872,
MagitekPulse = 8624,
MagitekThunder = 8625,
+ Inhale = 10013,
SiphonSnout = 18187,
PeculiarLight = 20030,
Cannonfire = 20121,
@@
-63,6
+64,7
@@
public static class EActionExtensions
or EAction.BuffetGriffin
or EAction.Trample
or EAction.Fumigate
+ or EAction.Inhale
or EAction.SiphonSnout
or EAction.PeculiarLight
or EAction.Cannonfire