projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba12a34
)
chore: add SGE actions
author
kaiser
<carvel.jltjy@simplelogin.com>
Sun, 15 Sep 2024 00:22:29 +0000
(10:22 +1000)
committer
kaiser
<carvel.jltjy@simplelogin.com>
Sun, 15 Sep 2024 00:22:29 +0000
(10:22 +1000)
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 f47543827e5dc40746c544a0e639dba0fc7f746e..2f06454f93d62933d537f0d521c194a3b31ffe2d 100644
(file)
--- a/
QuestPaths/quest-v1.json
+++ b/
QuestPaths/quest-v1.json
@@
-875,6
+875,9
@@
"Heavy Shot",
"Cure",
"Cure II",
+ "Eukrasia",
+ "Diagnosis",
+ "Eukrasian Diagnosis",
"Esuna",
"Physick",
"Aspected Benefic",
diff --git
a/Questionable.Model/Questing/Converter/ActionConverter.cs
b/Questionable.Model/Questing/Converter/ActionConverter.cs
index d5de1fc1f0a20e0c805cd352a58922a6157065d5..3f3714944c3d51edf6aafc605f4b70f88b1f2df9 100644
(file)
--- a/
Questionable.Model/Questing/Converter/ActionConverter.cs
+++ b/
Questionable.Model/Questing/Converter/ActionConverter.cs
@@
-15,6
+15,9
@@
public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.HeavyShot, "Heavy Shot" },
{ EAction.Cure, "Cure" },
{ EAction.Cure2, "Cure II" },
+ { EAction.Eukrasia, "Eukrasia"},
+ { EAction.Diagnosis, "Diagnosis"},
+ { EAction.EukrasianDiagnosis, "Eukrasian Diagnosis"},
{ EAction.Esuna, "Esuna" },
{ EAction.Physick, "Physick" },
{ EAction.AspectedBenefic, "Aspected Benefic" },
diff --git
a/Questionable.Model/Questing/EAction.cs
b/Questionable.Model/Questing/EAction.cs
index fc4afa383effa69adf3aef1b5e4902aa4d9b2fa3..f0d2ea8b2cb0c3ae48e58b1dc98170b81947b99c 100644
(file)
--- a/
Questionable.Model/Questing/EAction.cs
+++ b/
Questionable.Model/Questing/EAction.cs
@@
-14,6
+14,9
@@
public enum EAction
HeavyShot = 97,
Cure = 120,
Cure2 = 135,
+ Eukrasia = 24290,
+ Diagnosis = 24284,
+ EukrasianDiagnosis = 24291,
Esuna = 7568,
Physick = 190,
AspectedBenefic = 3595,