[EW][Job Quests][SGE] Added SGE job quests. #46

Merged
liza merged 7 commits from kaiserbh/Questionable:master into master 2024-09-16 15:05:41 +00:00
3 changed files with 9 additions and 0 deletions
Showing only changes of commit 2a2e3cafb9 - Show all commits

View File

@ -875,6 +875,9 @@
"Heavy Shot", "Heavy Shot",
"Cure", "Cure",
"Cure II", "Cure II",
"Eukrasia",
"Diagnosis",
"Eukrasian Diagnosis",
"Esuna", "Esuna",
"Physick", "Physick",
"Aspected Benefic", "Aspected Benefic",

View File

@ -15,6 +15,9 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.HeavyShot, "Heavy Shot" }, { EAction.HeavyShot, "Heavy Shot" },
{ EAction.Cure, "Cure" }, { EAction.Cure, "Cure" },
{ EAction.Cure2, "Cure II" }, { EAction.Cure2, "Cure II" },
{ EAction.Eukrasia, "Eukrasia"},
{ EAction.Diagnosis, "Diagnosis"},
{ EAction.EukrasianDiagnosis, "Eukrasian Diagnosis"},
{ EAction.Esuna, "Esuna" }, { EAction.Esuna, "Esuna" },
{ EAction.Physick, "Physick" }, { EAction.Physick, "Physick" },
{ EAction.AspectedBenefic, "Aspected Benefic" }, { EAction.AspectedBenefic, "Aspected Benefic" },

View File

@ -14,6 +14,9 @@ public enum EAction
HeavyShot = 97, HeavyShot = 97,
Cure = 120, Cure = 120,
Cure2 = 135, Cure2 = 135,
Eukrasia = 24290,
Diagnosis = 24284,
EukrasianDiagnosis = 24291,
Esuna = 7568, Esuna = 7568,
Physick = 190, Physick = 190,
AspectedBenefic = 3595, AspectedBenefic = 3595,