projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0aedb
)
Added "Aspected Benefic" to the list of Actions
author
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Sun, 1 Sep 2024 14:15:46 +0000
(22:15 +0800)
committer
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Tue, 10 Sep 2024 19:06:53 +0000
(
03:06
+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 8068adef12606f69cb68dd86e9ce34e0d7a3b645..3f3cb32580399125c62116c966d78a967f227f9d 100644
(file)
--- a/
QuestPaths/quest-v1.json
+++ b/
QuestPaths/quest-v1.json
@@
-875,6
+875,7
@@
"Cure II",
"Esuna",
"Physick",
+ "Aspected Benefic",
"Form Shift",
"Buffet (Sanuwa)",
"Buffet (Griffin)",
diff --git
a/Questionable.Model/Questing/Converter/ActionConverter.cs
b/Questionable.Model/Questing/Converter/ActionConverter.cs
index 2ccd2388148d1297ca796f05a6cac3470318d0cd..d5de1fc1f0a20e0c805cd352a58922a6157065d5 100644
(file)
--- a/
Questionable.Model/Questing/Converter/ActionConverter.cs
+++ b/
Questionable.Model/Questing/Converter/ActionConverter.cs
@@
-17,6
+17,7
@@
public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.Cure2, "Cure II" },
{ EAction.Esuna, "Esuna" },
{ EAction.Physick, "Physick" },
+ { EAction.AspectedBenefic, "Aspected Benefic" },
{ EAction.FormShift, "Form Shift" },
{ EAction.BuffetSanuwa, "Buffet (Sanuwa)" },
{ EAction.BuffetGriffin, "Buffet (Griffin)" },
diff --git
a/Questionable.Model/Questing/EAction.cs
b/Questionable.Model/Questing/EAction.cs
index f3f905c92109ea338699a87c11848cd97d3f9fd4..fc4afa383effa69adf3aef1b5e4902aa4d9b2fa3 100644
(file)
--- a/
Questionable.Model/Questing/EAction.cs
+++ b/
Questionable.Model/Questing/EAction.cs
@@
-16,6
+16,7
@@
public enum EAction
Cure2 = 135,
Esuna = 7568,
Physick = 190,
+ AspectedBenefic = 3595,
FormShift = 4262,
BuffetSanuwa = 4931,
BuffetGriffin = 4583,