"Adloquium",
"Water Cannon",
"Wasshoi",
- "Shrouded Luminescence"
+ "Shrouded Luminescence",
+ "Big Sneeze"
]
}
},
{ EAction.WaterCannon, "Water Cannon" },
{ EAction.Wasshoi, "Wasshoi" },
{ EAction.ShroudedLuminescence, "Shrouded Luminescence" },
+ { EAction.BigSneeze, "Big Sneeze" }
};
}
WaterCannon = 11385,
Wasshoi = 11499,
ShroudedLuminescence = 39505,
+ BigSneeze = 1765,
CollectMiner = 240,
LuckOfTheMountaineer = 4081,
or EAction.HopStep
or EAction.BosomBrook
or EAction.Wasshoi
- or EAction.ShroudedLuminescence;
+ or EAction.ShroudedLuminescence
+ or EAction.BigSneeze;
}
}
{ 147, new([1024777,1024912], EAetheryteLocation.FringesPeeringStones) },
{ 369, new([1051798], EAetheryteLocation.KozamaukaDockPoga) },
{ 391, new([1052562], EAetheryteLocation.YakTelMamook) },
+ { 18, new([1052562], EAetheryteLocation.EastShroudHawthorneHut) }
}.AsReadOnly();
public EAlliedSociety GetCommonAlliedSocietyTurnIn(ElementId elementId)