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 d42f81a1bfd2fc3a9d48229f6ecd675b5d7df04f..721475aaffd1ac1145c793c2aa5ee8e7f0fd47ca 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 8073b7925699ed9fa1a165c0e36c9052a03e9d64..01f503d9d2cfe726d07be2a10acc796c5a9e0f3d 100644 (file)
               }
             }
           ]
-        },
+        }
+      ]
+    },
+    {
+      "Nodes": [
         {
           "DataId": 35277,
           "Locations": [
               }
             }
           ]
-        },
+        }
+      ]
+    },
+    {
+      "Nodes": [
         {
           "DataId": 35276,
           "Locations": [
@@ -63,4 +71,4 @@
       ]
     }
   ]
-}
\ No newline at end of file
+}
index 56d33fc9233dc5d747c90911c7a06055b9711287..f68bfb979bf6f7c9db686e7ad49878a9f9a1b06e 100644 (file)
                   "Fire III",
                   "Adloquium",
                   "Water Cannon",
-                  "Wasshoi"
+                  "Wasshoi",
+                  "Shrouded Luminescence"
                 ]
               }
             },
index 0613ed2b80790f4b8d112771c39c13395ddce078..c573ced9a04f10fe9841fce48ea1e027d3b2ecda 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 c80da8bb1fb1a1c3fc6e48fa3648485a2af45faf..5c2455a9170bd9cba4d0b5ab146370fced015d8a 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 011be991f0fb30c510d3c45ae0b4e32558771eb0..7cc03c61a5d930d4e5ad0c8e03233e69a7b01d3e 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)