From fc5a04604ed9c55a6bb4f0bc05ce2501068e46c9 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Fri, 30 May 2025 09:37:26 +0200 Subject: [PATCH] Mamool Ja mount config --- .../7.x - Dawntrail/Yak T'el/1199__MIN.json | 14 +++++++++++--- .../7.x - Dawntrail/Yak T'el/1205__BTN.json | 14 +++++++++++--- QuestPaths/quest-v1.json | 3 ++- .../Questing/Converter/ActionConverter.cs | 1 + Questionable.Model/Questing/EAction.cs | 4 +++- Questionable/Data/AlliedSocietyData.cs | 2 +- 6 files changed, 29 insertions(+), 9 deletions(-) diff --git a/GatheringPaths/7.x - Dawntrail/Yak T'el/1199__MIN.json b/GatheringPaths/7.x - Dawntrail/Yak T'el/1199__MIN.json index d42f81a1..721475aa 100644 --- a/GatheringPaths/7.x - Dawntrail/Yak T'el/1199__MIN.json +++ b/GatheringPaths/7.x - Dawntrail/Yak T'el/1199__MIN.json @@ -37,7 +37,11 @@ "MaximumAngle": -30 } ] - }, + } + ] + }, + { + "Nodes": [ { "DataId": 35259, "Locations": [ @@ -51,7 +55,11 @@ "MaximumAngle": -45 } ] - }, + } + ] + }, + { + "Nodes": [ { "DataId": 35258, "Locations": [ @@ -69,4 +77,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/GatheringPaths/7.x - Dawntrail/Yak T'el/1205__BTN.json b/GatheringPaths/7.x - Dawntrail/Yak T'el/1205__BTN.json index 8073b792..01f503d9 100644 --- a/GatheringPaths/7.x - Dawntrail/Yak T'el/1205__BTN.json +++ b/GatheringPaths/7.x - Dawntrail/Yak T'el/1205__BTN.json @@ -35,7 +35,11 @@ } } ] - }, + } + ] + }, + { + "Nodes": [ { "DataId": 35277, "Locations": [ @@ -47,7 +51,11 @@ } } ] - }, + } + ] + }, + { + "Nodes": [ { "DataId": 35276, "Locations": [ @@ -63,4 +71,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index 56d33fc9..f68bfb97 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -1060,7 +1060,8 @@ "Fire III", "Adloquium", "Water Cannon", - "Wasshoi" + "Wasshoi", + "Shrouded Luminescence" ] } }, diff --git a/Questionable.Model/Questing/Converter/ActionConverter.cs b/Questionable.Model/Questing/Converter/ActionConverter.cs index 0613ed2b..c573ced9 100644 --- a/Questionable.Model/Questing/Converter/ActionConverter.cs +++ b/Questionable.Model/Questing/Converter/ActionConverter.cs @@ -49,5 +49,6 @@ public sealed class ActionConverter() : EnumConverter(Values) { EAction.Adloquium, "Adloquium" }, { EAction.WaterCannon, "Water Cannon" }, { EAction.Wasshoi, "Wasshoi" }, + { EAction.ShroudedLuminescence, "Shrouded Luminescence" }, }; } diff --git a/Questionable.Model/Questing/EAction.cs b/Questionable.Model/Questing/EAction.cs index c80da8bb..5c2455a9 100644 --- a/Questionable.Model/Questing/EAction.cs +++ b/Questionable.Model/Questing/EAction.cs @@ -55,6 +55,7 @@ public enum EAction Adloquium = 185, WaterCannon = 11385, Wasshoi = 11499, + ShroudedLuminescence = 39505, CollectMiner = 240, LuckOfTheMountaineer = 4081, @@ -98,6 +99,7 @@ public static class EActionExtensions or EAction.ElectrixFlux or EAction.HopStep or EAction.BosomBrook - or EAction.Wasshoi; + or EAction.Wasshoi + or EAction.ShroudedLuminescence; } } diff --git a/Questionable/Data/AlliedSocietyData.cs b/Questionable/Data/AlliedSocietyData.cs index 011be991..7cc03c61 100644 --- a/Questionable/Data/AlliedSocietyData.cs +++ b/Questionable/Data/AlliedSocietyData.cs @@ -19,7 +19,7 @@ internal sealed class AlliedSocietyData { 89, new([1017322], EAetheryteLocation.ChurningMistsZenith) }, { 147, new([1024777,1024912], EAetheryteLocation.FringesPeeringStones) }, { 369, new([1051798], EAetheryteLocation.KozamaukaDockPoga) }, - //{ ??, new([], EAetheryteLocation.YakTelMamook) }, + { 391, new([1052562], EAetheryteLocation.YakTelMamook) }, }.AsReadOnly(); public EAlliedSociety GetCommonAlliedSocietyTurnIn(ElementId elementId) -- 2.30.2