Mamool Ja mount config
authorLiza Carvelli <liza@carvel.li>
Fri, 30 May 2025 07:37:26 +0000 (09:37 +0200)
committerLiza Carvelli <liza@carvel.li>
Fri, 30 May 2025 07:50:53 +0000 (09:50 +0200)
GatheringPaths/7.x - Dawntrail/Yak T'el/1199__MIN.json
GatheringPaths/7.x - Dawntrail/Yak T'el/1205__BTN.json
QuestPaths/quest-v1.json
Questionable.Model/Questing/Converter/ActionConverter.cs
Questionable.Model/Questing/EAction.cs
Questionable/Data/AlliedSocietyData.cs

index d42f81a..721475a 100644 (file)
               "MaximumAngle": -30
             }
           ]
-        },
+        }
+      ]
+    },
+    {
+      "Nodes": [
         {
           "DataId": 35259,
           "Locations": [
               "MaximumAngle": -45
             }
           ]
-        },
+        }
+      ]
+    },
+    {
+      "Nodes": [
         {
           "DataId": 35258,
           "Locations": [
@@ -69,4 +77,4 @@
       ]
     }
   ]
-}
\ No newline at end of file
+}
index 8073b79..01f503d 100644 (file)
               }
             }
           ]
-        },
+        }
+      ]
+    },
+    {
+      "Nodes": [
         {
           "DataId": 35277,
           "Locations": [
               }
             }
           ]
-        },
+        }
+      ]
+    },
+    {
+      "Nodes": [
         {
           "DataId": 35276,
           "Locations": [
@@ -63,4 +71,4 @@
       ]
     }
   ]
-}
\ No newline at end of file
+}
index 56d33fc..f68bfb9 100644 (file)
                   "Fire III",
                   "Adloquium",
                   "Water Cannon",
-                  "Wasshoi"
+                  "Wasshoi",
+                  "Shrouded Luminescence"
                 ]
               }
             },
index 0613ed2..c573ced 100644 (file)
@@ -49,5 +49,6 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
         { EAction.Adloquium, "Adloquium" },
         { EAction.WaterCannon, "Water Cannon" },
         { EAction.Wasshoi, "Wasshoi" },
+        { EAction.ShroudedLuminescence, "Shrouded Luminescence" },
     };
 }
index c80da8b..5c2455a 100644 (file)
@@ -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;
     }
 }
index 011be99..7cc03c6 100644 (file)
@@ -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)