// A list of bosses in the game, just to make CERTAIN they are treated as elites
/// <summary>
/// Contains ActorSNO of known Bosses
/// </summary>
public static HashSet<int> BossIds { get { return bossIds; } }
private static readonly HashSet<int> bossIds = new HashSet<int>
{
96192, 89690, 95250, 193077, // Siegebreaker, Azmodan, Cydea, Heart-thing
80509, 220160, 3349, 114917, 133562, //Kulle, Small Belial, Big Belial, Diablo 1, terror Diablo
62975, // Belial TrueForm
6031, 51298, //Maghda, Kamyr (MiniBoss before Belial)
87642, // Ghom
255929, 256711, 256508, 256187, 256189, 256709, // I dunno?
137139, // Another Cydaea
144001, 144003, 143996, 143994, // Diablo shadow clones (needs all of them, there is a male & female version of each class!)
86624, 156353, 51341, 5350, 3526, // Jondar, Chancellor, Queen Araneae (act 1 dungeons), Skeleton King, Butcher
[COLOR="#FF0000"]361347, //Jondar from the Adventure mode[/COLOR]
215103, // Istaku
4630, // Rakanoth
256015, // Xah'Rith Keywarden
115403, // A1 Cain Skeleton boss
4373, 4376, 177539, // A1 Robbers
168240, // A2 Jewler quest
84919, // Skelton King
108444, // ZombieFemale_A_TristramQuest (Wretched Mothers)
176889, // ZombieFemale_Unique_WretchedQueen
164502, // sandMonster_A_Head_Guardian
// A5
316839, // x1_deathOrb_bodyPile
375106, // A5 x1_Death_Orb_Monster
375111, // A5 x1_Death_Orb_Master_Monster
279394, // A5 Adria
300862, // X1_BigRed_Chronodemon_Event_ForgottenWar
318425, // X1_CoreEliteDemon_Chronodemon_Event_ForgottenWar
300866, // X1_Angel_TrooperBoss_Event_ForgottenWar
346482, // X1_PandExt_TimeTrap
367456, // x1_Pand_Ext_Event_Hive_Blocker
347276, // x1_Fortress_Soul_Grinder_A
374751, // x1_PortalGuardian_A
307339, // X1_Rockworm_Pand_Unique_HexMaze
297730, // x1_Malthael_Boss
};