{ EAction.Adloquium, "Adloquium" },
         { EAction.WaterCannon, "Water Cannon" },
         { EAction.Wasshoi, "Wasshoi" },
+        { EAction.ShroudedLuminescence, "Shrouded Luminescence" },
     };
 }
 
     Adloquium = 185,
     WaterCannon = 11385,
     Wasshoi = 11499,
+    ShroudedLuminescence = 39505,
 
     CollectMiner = 240,
     LuckOfTheMountaineer = 4081,
             or EAction.ElectrixFlux
             or EAction.HopStep
             or EAction.BosomBrook
-            or EAction.Wasshoi;
+            or EAction.Wasshoi
+            or EAction.ShroudedLuminescence;
     }
 }
 
             { 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)