using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using DiIiS_NA.D3_GameServer.Core.Types.SNO; namespace DiIiS_NA.Core.MPQ { public class Dicts { public static Dictionary LoadAccolade() { Dictionary DictSNOAccolade = new Dictionary(); #region Accolade DictSNOAccolade.Add("BarbarianAncientSpear", 240110); DictSNOAccolade.Add("BarbarianBash", 240111); DictSNOAccolade.Add("BarbarianCallOfTheAncients", 240112); DictSNOAccolade.Add("BarbarianCleave", 240113); DictSNOAccolade.Add("BarbarianEarthquake", 240114); DictSNOAccolade.Add("BarbarianFrenzy", 240115); DictSNOAccolade.Add("BarbarianFuriousCharge", 240116); DictSNOAccolade.Add("BarbarianGroundStomp", 240117); DictSNOAccolade.Add("BarbarianHammerOfTheAncients", 240118); DictSNOAccolade.Add("BarbarianIgnorePain", 240119); DictSNOAccolade.Add("BarbarianLeap", 240120); DictSNOAccolade.Add("BarbarianOverpower", 240121); DictSNOAccolade.Add("BarbarianRend", 240122); DictSNOAccolade.Add("BarbarianRevenge", 240123); DictSNOAccolade.Add("BarbarianSeismicSlam", 240124); DictSNOAccolade.Add("BarbarianSprint", 240125); DictSNOAccolade.Add("BarbarianWeaponThrow", 240126); DictSNOAccolade.Add("BarbarianWhirlwind", 240127); DictSNOAccolade.Add("BarbarianWrathOfTheBerserker", 240128); DictSNOAccolade.Add("DemonHunterCaltrops", 240130); DictSNOAccolade.Add("DemonHunterChakram", 240131); DictSNOAccolade.Add("DemonHunterClusterArrow", 240132); DictSNOAccolade.Add("DemonHunterElementalArrow", 240133); DictSNOAccolade.Add("DemonHunterEntanglingShot", 240134); DictSNOAccolade.Add("DemonHunterEvasiveFire", 240135); DictSNOAccolade.Add("DemonHunterFanOfKnives", 240136); DictSNOAccolade.Add("DemonHunterGrenades", 240137); DictSNOAccolade.Add("DemonHunterHungeringArrow", 240138); DictSNOAccolade.Add("DemonHunterImpale", 240139); DictSNOAccolade.Add("DemonHunterMarkedForDeath", 240140); DictSNOAccolade.Add("DemonHunterMultishot", 240141); DictSNOAccolade.Add("DemonHunterPreparation", 240142); DictSNOAccolade.Add("DemonHunterRainOfVengeance", 240143); DictSNOAccolade.Add("DemonHunterRapidFire", 240144); DictSNOAccolade.Add("DemonHunterSentry", 240145); DictSNOAccolade.Add("DemonHunterShadowPower", 240146); DictSNOAccolade.Add("DemonHunterSmokeScreen", 240147); DictSNOAccolade.Add("DemonHunterSpikeTrap", 240148); DictSNOAccolade.Add("DemonHunterStrafe", 240149); DictSNOAccolade.Add("DemonHunterVault", 240150); DictSNOAccolade.Add("GameBestKillDeathRatio", 253379); DictSNOAccolade.Add("GameBestTakedownDeathRatio", 255143); DictSNOAccolade.Add("GameFirstBlood", 254591); DictSNOAccolade.Add("GameHighestAssists", 237433); DictSNOAccolade.Add("GameHighestAttacks", 237434); DictSNOAccolade.Add("GameHighestBlinds", 255677); DictSNOAccolade.Add("GameHighestCritDamage", 254556); DictSNOAccolade.Add("GameHighestDamageDone", 237435); DictSNOAccolade.Add("GameHighestDamageTaken", 237436); DictSNOAccolade.Add("GameHighestDamageWhileStealthed", 255678); DictSNOAccolade.Add("GameHighestFears", 255679); DictSNOAccolade.Add("GameHighestFreezes", 255680); DictSNOAccolade.Add("GameHighestHealingDone", 237437); DictSNOAccolade.Add("GameHighestHealingReceived", 237438); DictSNOAccolade.Add("GameHighestImmobilizes", 255681); DictSNOAccolade.Add("GameHighestKills", 237439); DictSNOAccolade.Add("GameHighestKnockbacks", 255682); DictSNOAccolade.Add("GameHighestStuns", 255683); DictSNOAccolade.Add("GameHighestTakedowns", 255144); DictSNOAccolade.Add("GameLongestKillStreak", 255524); DictSNOAccolade.Add("GameLowestDamageTaken", 252832); DictSNOAccolade.Add("GameLowestDeaths", 237440); DictSNOAccolade.Add("GameMostBarbarianKills", 255203); DictSNOAccolade.Add("GameMostDemonHunterKills", 255204); DictSNOAccolade.Add("GameMostMonkKills", 255205); DictSNOAccolade.Add("GameMostWitchDoctorKills", 255206); DictSNOAccolade.Add("GameMostWizardKills", 255207); DictSNOAccolade.Add("GamePlayShorthanded", 255525); DictSNOAccolade.Add("GameWinShorthanded", 255526); DictSNOAccolade.Add("MonkBlindingFlash", 240094); DictSNOAccolade.Add("MonkBreathOfHeaven", 240095); DictSNOAccolade.Add("MonkCripplingWave", 240096); DictSNOAccolade.Add("MonkCycloneStrike", 240097); DictSNOAccolade.Add("MonkDashingStrike", 240098); DictSNOAccolade.Add("MonkDeadlyReach", 240099); DictSNOAccolade.Add("MonkExplodingPalm", 240100); DictSNOAccolade.Add("MonkFistsOfThunder", 240101); DictSNOAccolade.Add("MonkInnerSanctuary", 240102); DictSNOAccolade.Add("MonkLashingTailKick", 240103); DictSNOAccolade.Add("MonkSerenity", 240104); DictSNOAccolade.Add("MonkSevenSidedStrike", 240105); DictSNOAccolade.Add("MonkSweepingWind", 240106); DictSNOAccolade.Add("MonkTempestRush", 240107); DictSNOAccolade.Add("MonkWaveOfLight", 240108); DictSNOAccolade.Add("MonkWayOfTheHundredFists", 240109); DictSNOAccolade.Add("OnDeathAssists", 255002); DictSNOAccolade.Add("OnDeathAvenger", 237740); DictSNOAccolade.Add("OnDeathCloseGame", 255006); DictSNOAccolade.Add("OnDeathEnemiesKilled", 254970); DictSNOAccolade.Add("OnDeathExtraPraise1", 254981); DictSNOAccolade.Add("OnDeathExtraPraise2", 254982); DictSNOAccolade.Add("OnDeathExtraPraise3", 254983); DictSNOAccolade.Add("OnDeathExtraPraise4", 254984); DictSNOAccolade.Add("OnDeathExtraPraise5", 254985); DictSNOAccolade.Add("OnDeathExtraPraise6", 254986); DictSNOAccolade.Add("OnDeathExtraPraise7", 254987); DictSNOAccolade.Add("OnDeathExtraPraise8", 254988); DictSNOAccolade.Add("OnDeathExtraPraise9", 254989); DictSNOAccolade.Add("OnDeathGoldStar", 238341); DictSNOAccolade.Add("OnDeathHighDamageDone", 237741); DictSNOAccolade.Add("OnDeathHighHealingDone", 237742); DictSNOAccolade.Add("OnDeathKillstreak", 237743); DictSNOAccolade.Add("OnDeathLongestLife", 237780); DictSNOAccolade.Add("OnDeathMostTeamAssists", 255011); DictSNOAccolade.Add("OnDeathMostTeamKills", 255012); DictSNOAccolade.Add("OnDeathMostTeamTakedowns", 255013); DictSNOAccolade.Add("OnDeathSurvivor", 237744); DictSNOAccolade.Add("OnDeathTakedowns", 255001); DictSNOAccolade.Add("OnDeathWinningTeam", 254967); DictSNOAccolade.Add("OnDeathWizardTeleportCasts", 237746); DictSNOAccolade.Add("TeamBestKillDeathRatio", 253380); DictSNOAccolade.Add("TeamBestTakedownDeathRatio", 255145); DictSNOAccolade.Add("TeamHighestAssists", 237441); DictSNOAccolade.Add("TeamHighestAttacks", 237442); DictSNOAccolade.Add("TeamHighestBlinds", 255684); DictSNOAccolade.Add("TeamHighestCritDamage", 254557); DictSNOAccolade.Add("TeamHighestDamageDone", 237443); DictSNOAccolade.Add("TeamHighestDamageTaken", 237444); DictSNOAccolade.Add("TeamHighestFears", 255685); DictSNOAccolade.Add("TeamHighestFreezes", 255686); DictSNOAccolade.Add("TeamHighestHealingDone", 237445); DictSNOAccolade.Add("TeamHighestHealingReceived", 237446); DictSNOAccolade.Add("TeamHighestImmobilizes", 255687); DictSNOAccolade.Add("TeamHighestKills", 237447); DictSNOAccolade.Add("TeamHighestKnockbacks", 255688); DictSNOAccolade.Add("TeamHighestStuns", 255689); DictSNOAccolade.Add("TeamHighestTakedowns", 255146); DictSNOAccolade.Add("TeamLongestKillStreak", 255527); DictSNOAccolade.Add("TeamLowestDamageTaken", 240274); DictSNOAccolade.Add("TeamLowestDeaths", 237448); DictSNOAccolade.Add("WitchdoctorAcidCloud", 240073); DictSNOAccolade.Add("WitchdoctorBigBadVoodoo", 240074); DictSNOAccolade.Add("WitchdoctorCorpseSpiders", 240075); DictSNOAccolade.Add("WitchdoctorFirebats", 240076); DictSNOAccolade.Add("WitchdoctorFirebomb", 240077); DictSNOAccolade.Add("WitchdoctorGraspOfTheDead", 240078); DictSNOAccolade.Add("WitchdoctorHaunt", 240079); DictSNOAccolade.Add("WitchdoctorHex", 240080); DictSNOAccolade.Add("WitchdoctorHorrify", 240081); DictSNOAccolade.Add("WitchdoctorLocustSwarm", 240082); DictSNOAccolade.Add("WitchdoctorMassConfusion", 240083); DictSNOAccolade.Add("WitchdoctorPlagueOfToads", 240084); DictSNOAccolade.Add("WitchdoctorPoisonDart", 240085); DictSNOAccolade.Add("WitchdoctorSacrifice", 240086); DictSNOAccolade.Add("WitchdoctorSoulHarvest", 240087); DictSNOAccolade.Add("WitchdoctorSpiritBarrage", 240088); DictSNOAccolade.Add("WitchdoctorSpiritWalk", 240089); DictSNOAccolade.Add("WitchdoctorWallOfZombies", 240090); DictSNOAccolade.Add("WitchdoctorZombieCharger", 240091); DictSNOAccolade.Add("WizardArcaneOrb", 240092); DictSNOAccolade.Add("WizardArcaneTorrent", 240093); DictSNOAccolade.Add("WizardArchonKills", 237449); DictSNOAccolade.Add("WizardBlizzard", 240061); DictSNOAccolade.Add("WizardDiamondSkin", 239966); DictSNOAccolade.Add("WizardDisintegrate", 240062); DictSNOAccolade.Add("WizardElectrocute", 239970); DictSNOAccolade.Add("WizardEnergyTwister", 240063); DictSNOAccolade.Add("WizardExplosiveBlast", 240064); DictSNOAccolade.Add("WizardFrostNova", 240065); DictSNOAccolade.Add("WizardHydra", 240066); DictSNOAccolade.Add("WizardMagicMissile", 239969); DictSNOAccolade.Add("WizardMeteor", 240067); DictSNOAccolade.Add("WizardMirrorImage", 240068); DictSNOAccolade.Add("WizardRayOfFrost", 240069); DictSNOAccolade.Add("WizardShockPulse", 240070); DictSNOAccolade.Add("WizardSlowTime", 239965); DictSNOAccolade.Add("WizardSpectralBlade", 240071); DictSNOAccolade.Add("WizardTeleport", 239962); DictSNOAccolade.Add("WizardWaveOfForce", 240072); #endregion return DictSNOAccolade; } public static Dictionary LoadActs() { Dictionary DictSNOAct = new Dictionary(); #region Act DictSNOAct.Add("A1", 70015); DictSNOAct.Add("A2", 70016); DictSNOAct.Add("A3", 70017); DictSNOAct.Add("A4", 70018); DictSNOAct.Add("A5", 236915); DictSNOAct.Add("OpenWorld", 312418); DictSNOAct.Add("WeeklyChallenge", 415757); #endregion return DictSNOAct; } public static Dictionary LoadActors() { var dict = Enum.GetValues().Where(x => x != ActorSno.__NONE).ToDictionary(x => x.ToString().Substring(1), x => (int)x); // TODO: merge with LINQ above. // this parses enum values that has SnoFileNameAttribute, in case the dict linq above didn't get a correct name // for the actor file. foreach (var d in Enum.GetValues()) { var enumType = typeof(ActorSno); var memberInfos = enumType.GetMember(d.ToString()); if (memberInfos.Length == 0) continue; var enumValueMemberInfo = memberInfos.FirstOrDefault(m => m.DeclaringType == enumType); if (enumValueMemberInfo == null) continue; var valueAttributes = enumValueMemberInfo.GetCustomAttributes(typeof(SnoFileNameAttribute), false) .Select(s=>(SnoFileNameAttribute)s) .FirstOrDefault(); if (valueAttributes != null) { dict.Add(valueAttributes.FileName, (int)d); } } return dict; } public static Dictionary LoadAdventure() { Dictionary DictSNOAdventure = new Dictionary(); #region Adventure DictSNOAdventure.Add("43_AD_Cultist_01", 454448); DictSNOAdventure.Add("43_AD_Cultist_02", 454450); DictSNOAdventure.Add("43_AD_Cultist_03", 454452); DictSNOAdventure.Add("43_AD_Cultist_04", 454454); DictSNOAdventure.Add("43_AD_Cultist_05", 454456); DictSNOAdventure.Add("43_AD_Cultist_06", 454458); DictSNOAdventure.Add("43_AD_Cultist_07", 454460); DictSNOAdventure.Add("A1C1LostAdventurersLeader", 6672); DictSNOAdventure.Add("a1Dun_Jail_GhostPrisoner", 219271); DictSNOAdventure.Add("a1Dun_Jail_NoGhostPrisoner", 112771); DictSNOAdventure.Add("a1trDun_Cath_AWRack_10ft_1A", 139925); DictSNOAdventure.Add("a1trDun_Cath_BarrelAWRack_20ft_4A", 139033); DictSNOAdventure.Add("a1trDun_Cath_BarrelAWRack_20ft_4A_NoSkel", 143344); DictSNOAdventure.Add("a1trDun_Cath_BarrelAWRack_20ft_7A", 139068); DictSNOAdventure.Add("a1trDun_Cath_BarrelAWRack_20ft_7A_Corner", 139280); DictSNOAdventure.Add("a1trDun_Cath_BarrelAWRack_20ft_7A_Corner_NoSkel", 143425); DictSNOAdventure.Add("a1trDun_Cath_BarrelAWRack_20ft_7A_NoSkel", 143345); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_3A", 139097); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_3A_NoSkel", 143346); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_4A", 139171); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_4A_Corner", 139387); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_4A_Corner_NoSkel", 143422); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_4A_NoSkel", 143347); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_4B", 139256); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_4B_NoSkel", 143348); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_5A", 139183); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_5A_Corner", 139310); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_5A_Corner_NoSkel", 143424); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_5A_NoSkel", 143349); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_7A", 139186); DictSNOAdventure.Add("a1trDun_Cath_BarrelCorpse_20ft_7A_NoSkel", 143350); DictSNOAdventure.Add("a1trDun_Cath_Barrel_10ft_2A", 138965); DictSNOAdventure.Add("a1trDun_Cath_Barrel_10ft_2A_NoSkel", 143334); DictSNOAdventure.Add("a1trDun_Cath_Barrel_10ft_3A", 138967); DictSNOAdventure.Add("a1trDun_Cath_Barrel_10ft_3A_NoSkel", 143335); DictSNOAdventure.Add("a1trDun_Cath_Barrel_10ft_3B", 138970); DictSNOAdventure.Add("a1trDun_Cath_Barrel_10ft_3B_NoSkel", 143336); DictSNOAdventure.Add("a1trDun_Cath_Barrel_10ft_4A", 138972); DictSNOAdventure.Add("a1trDun_Cath_Barrel_10ft_4A_NoSkel", 143337); DictSNOAdventure.Add("a1trDun_Cath_Barrel_20ft_2A_Corner", 139342); DictSNOAdventure.Add("a1trDun_Cath_Barrel_20ft_2A_Corner_NoSkel", 143339); DictSNOAdventure.Add("a1trDun_Cath_Barrel_20ft_4A_Corner", 139350); DictSNOAdventure.Add("a1trDun_Cath_Barrel_20ft_4A_Corner_NoSkel", 143340); DictSNOAdventure.Add("a1trDun_Cath_Barrel_20ft_5A", 138984); DictSNOAdventure.Add("a1trDun_Cath_Barrel_20ft_5A_NoSkel", 143341); DictSNOAdventure.Add("a1trDun_Cath_Barrel_20ft_6A_Corner", 139326); DictSNOAdventure.Add("a1trDun_Cath_Barrel_20ft_6A_Corner_NoSkel", 143342); DictSNOAdventure.Add("a1trDun_Crypt_UrnCorpse_20ft_3A", 141392); DictSNOAdventure.Add("a1trDun_Crypt_UrnCorpse_20ft_4A", 141389); DictSNOAdventure.Add("a1trDun_Crypt_Urn_10ft_2A", 141344); DictSNOAdventure.Add("a1trDun_Crypt_Urn_10ft_2B", 141346); DictSNOAdventure.Add("a1trDun_Crypt_Urn_10ft_2C", 141349); DictSNOAdventure.Add("a1trDun_Crypt_Urn_20ft_4A", 141388); DictSNOAdventure.Add("a1trDun_Crypt_Urn_20ft_4B", 141387); DictSNOAdventure.Add("A1_Cathedral_CorpsePile_A", 186780); DictSNOAdventure.Add("A1_Cathedral_CorpsePile_B", 220919); DictSNOAdventure.Add("A1_Cathedral_DarkRitual_A", 158114); DictSNOAdventure.Add("A1_Cathedral_DarkRitual_B", 158348); DictSNOAdventure.Add("A1_Cathedral_DarkRitual_C", 158349); DictSNOAdventure.Add("A1_Cathedral_DarkRitual_D", 158350); DictSNOAdventure.Add("A1_Cathedral_TreasureSeeker_A", 157884); DictSNOAdventure.Add("A1_Cathedral_TreasureSeeker_B", 157885); DictSNOAdventure.Add("A1_Cathedral_Vengeance_A", 158528); DictSNOAdventure.Add("A1_Cathedral_Vengeance_B", 158529); DictSNOAdventure.Add("A1_Cathedral_Vengeance_C", 158530); DictSNOAdventure.Add("A1_Cathedral_Vengeance_D", 158531); DictSNOAdventure.Add("A1_Cath_Chandelier_Level01_A", 117940); DictSNOAdventure.Add("A1_Cath_Chandelier_Level04_A", 117941); DictSNOAdventure.Add("A1_Cath_Chandelier_Level05_A", 117943); DictSNOAdventure.Add("A1_Cath_Chandelier_Level06_A", 117942); DictSNOAdventure.Add("A1_Cave_Root_Center_x20_A", 187322); DictSNOAdventure.Add("A1_Cave_Root_Center_x20_B", 187323); DictSNOAdventure.Add("A1_Cave_Root_Center_x20_C", 187324); DictSNOAdventure.Add("A1_Cave_Root_Center_x20_D", 187325); DictSNOAdventure.Add("A1_Cave_Root_Center_x30_A", 187765); DictSNOAdventure.Add("A1_Cave_Root_Center_x30_B", 187766); DictSNOAdventure.Add("A1_Cave_Root_Edge_x20_A", 187310); DictSNOAdventure.Add("A1_Cave_Root_Edge_x20_B", 187311); DictSNOAdventure.Add("A1_Cave_Root_Edge_x20_C", 187312); DictSNOAdventure.Add("A1_Cave_Root_Edge_x20_D", 187313); DictSNOAdventure.Add("A1_Cave_Root_Edge_x20_E", 187314); DictSNOAdventure.Add("A1_Cave_Root_Edge_x20_F", 187315); DictSNOAdventure.Add("A1_Cave_Root_Edge_x20_G", 187316); DictSNOAdventure.Add("A1_Cave_Root_Edge_x20_H", 187317); DictSNOAdventure.Add("A1_Cave_Root_Edge_x30_A", 187753); DictSNOAdventure.Add("A1_Cave_Root_Edge_x30_B", 187754); DictSNOAdventure.Add("A1_Cave_Root_Edge_x30_C", 187755); DictSNOAdventure.Add("A1_Cave_Root_Edge_x30_D", 187756); DictSNOAdventure.Add("A1_Crypt_CollapsingWall_A", 185060); DictSNOAdventure.Add("A1_Fields_RollingLogTrap_GoatmanRanged", 205992); DictSNOAdventure.Add("A1_Fields_RollingLogTrap_Goats", 203450); DictSNOAdventure.Add("A1_Highlands_Goatman_Drums_A", 130251); DictSNOAdventure.Add("A1_Highlands_RollingLogTrap_Cultists", 203479); DictSNOAdventure.Add("A1_Highlands_RollingLogTrap_Fleshpit", 203480); DictSNOAdventure.Add("A1_Highlands_RollingLogTrap_GoatmanRanged", 205996); DictSNOAdventure.Add("A1_Highlands_RollingLogTrap_Goats", 203481); DictSNOAdventure.Add("A1_Leorics_ChampionVessel", 174816); DictSNOAdventure.Add("A1_Leorics_DemonPortal", 174817); DictSNOAdventure.Add("A1_Leorics_IronMaiden", 174818); DictSNOAdventure.Add("A1_Leorics_VesselCircleMedium", 174814); DictSNOAdventure.Add("A1_Leorics_VesselCircleSmall", 174812); DictSNOAdventure.Add("A1_Leoric_Corner_x20_A", 190125); DictSNOAdventure.Add("A1_Leoric_Corner_x20_B", 190126); DictSNOAdventure.Add("A1_Leoric_Corner_x20_C", 190127); DictSNOAdventure.Add("A1_Leoric_Edge_x20_A", 190116); DictSNOAdventure.Add("A1_Leoric_Edge_x20_B", 190117); DictSNOAdventure.Add("A1_Leoric_Edge_x20_C", 190118); DictSNOAdventure.Add("A1_Leoric_Edge_x20_D", 190119); DictSNOAdventure.Add("A1_Leoric_Edge_x20_E", 190120); DictSNOAdventure.Add("A1_OldTristram_Edge_x10_A", 199493); DictSNOAdventure.Add("A1_OldTristram_Edge_x10_B", 199494); DictSNOAdventure.Add("A1_OldTristram_Edge_x10_C", 199495); DictSNOAdventure.Add("A1_OldTristram_Edge_x10_D", 199496); DictSNOAdventure.Add("A1_Random_Center_x20", 211728); DictSNOAdventure.Add("A1_Random_Center_x20_goblin", 457388); DictSNOAdventure.Add("A1_SpiderCaves_CornerOffset_01", 139895); DictSNOAdventure.Add("A1_SpiderCaves_CornerOffset_02", 139991); DictSNOAdventure.Add("A1_SpiderCaves_PathOffset_01", 139773); DictSNOAdventure.Add("A1_WretchedMother", 121018); DictSNOAdventure.Add("A2_Alcarnus_BerserkerSummon", 166938); DictSNOAdventure.Add("A2_Alcarnus_MageSacrifice", 167200); DictSNOAdventure.Add("A2_Alcarnus_VesselCircle_A", 166892); DictSNOAdventure.Add("A2_Alcarnus_VesselCircle_B", 166937); DictSNOAdventure.Add("A2_Boneyards_BloodhawkNest", 151872); DictSNOAdventure.Add("A2_Boneyards_SkullSpawners", 171410); DictSNOAdventure.Add("A2_Cave_Center_x20_A", 191991); DictSNOAdventure.Add("A2_Cave_Center_x20_B", 191992); DictSNOAdventure.Add("A2_Cave_Center_x20_C", 191993); DictSNOAdventure.Add("A2_Cave_Center_x20_D", 191994); DictSNOAdventure.Add("A2_Cave_Center_x30_A", 191995); DictSNOAdventure.Add("A2_Cave_Center_x30_B", 191996); DictSNOAdventure.Add("A2_Cave_Edge_x20_A", 192003); DictSNOAdventure.Add("A2_Cave_Edge_x20_B", 192004); DictSNOAdventure.Add("A2_Cave_Edge_x20_C", 192005); DictSNOAdventure.Add("A2_Cave_Edge_x20_D", 192006); DictSNOAdventure.Add("A2_Cave_Edge_x20_E", 192007); DictSNOAdventure.Add("A2_Cave_Edge_x20_F", 192008); DictSNOAdventure.Add("A2_Cave_Edge_x20_G", 192012); DictSNOAdventure.Add("A2_Cave_Edge_x20_H", 192011); DictSNOAdventure.Add("A2_Cave_Edge_x30_A", 192013); DictSNOAdventure.Add("A2_Cave_Edge_x30_B", 192014); DictSNOAdventure.Add("A2_Cave_Edge_x30_C", 192015); DictSNOAdventure.Add("A2_Cave_Edge_x30_D", 192016); DictSNOAdventure.Add("A2_Oasis_BarrelCluster", 218410); DictSNOAdventure.Add("A2_RockCave_Center_x20_A", 198841); DictSNOAdventure.Add("A2_RockCave_Center_x20_B", 198842); DictSNOAdventure.Add("A2_RockCave_Center_x20_C", 198843); DictSNOAdventure.Add("A2_RockCave_Center_x20_D", 198844); DictSNOAdventure.Add("A2_RockCave_Center_x20_D_Spider", 198846); DictSNOAdventure.Add("A2_RockCave_Center_x20_D_Worm", 198845); DictSNOAdventure.Add("A2_RockCave_Center_x30_A", 198847); DictSNOAdventure.Add("A2_RockCave_Center_x30_B", 198848); DictSNOAdventure.Add("A2_RockCave_Center_x30_C", 198849); DictSNOAdventure.Add("A2_RockCave_Center_x30_C_Spider", 198850); DictSNOAdventure.Add("A2_RockCave_Center_x30_C_Worm", 198851); DictSNOAdventure.Add("A2_RockCave_Edge_x20_A", 198833); DictSNOAdventure.Add("A2_RockCave_Edge_x20_B", 198835); DictSNOAdventure.Add("A2_RockCave_Edge_x20_C", 198836); DictSNOAdventure.Add("A2_RockCave_Edge_x20_C_Spider", 198837); DictSNOAdventure.Add("A2_RockCave_Edge_x20_C_Worm", 198839); DictSNOAdventure.Add("A2_StingingWinds_DestructibleCluster_A", 218368); DictSNOAdventure.Add("A2_StingingWinds_DestructibleCluster_A_Small", 415059); DictSNOAdventure.Add("A2_ZKArchives_ChestAmbush_Cold", 163611); DictSNOAdventure.Add("A2_ZKArchives_ChestAmbush_Fire", 163612); DictSNOAdventure.Add("A2_ZKArchives_ChestAmbush_Lightning", 163613); DictSNOAdventure.Add("A2_ZKArchives_ChestAmbush_Poison", 163614); DictSNOAdventure.Add("A2_Zolt_Archives_Corner_x20_A", 200041); DictSNOAdventure.Add("A2_Zolt_Archives_Edge_x20_A", 200045); DictSNOAdventure.Add("A2_Zolt_Archives_Edge_x20_C", 200047); DictSNOAdventure.Add("A2_Zolt_Archives_Edge_x20_D", 200048); DictSNOAdventure.Add("A2_Zolt_Archives_Edge_x20_E", 200049); DictSNOAdventure.Add("A2_Zolt_Archives_Edge_x30_A", 200050); DictSNOAdventure.Add("A2_Zolt_Archives_Edge_x30_B", 200052); DictSNOAdventure.Add("A2_Zolt_Archives_Edge_x30_C", 200053); DictSNOAdventure.Add("A2_Zolt_Random_Center_x20_A", 198388); DictSNOAdventure.Add("A2_Zolt_Random_Center_x20_B", 198389); DictSNOAdventure.Add("A2_Zolt_Random_Center_x20_C", 198390); DictSNOAdventure.Add("A2_Zolt_Random_Center_x20_D", 198391); DictSNOAdventure.Add("A2_Zolt_Random_Edge_x20_A", 198392); DictSNOAdventure.Add("A2_Zolt_Random_Edge_x20_B", 198393); DictSNOAdventure.Add("A2_Zolt_Random_Edge_x20_C", 198394); DictSNOAdventure.Add("A2_Zolt_Random_Edge_x20_D", 198395); DictSNOAdventure.Add("a3dun_Battlefields_Barrel_20ft_2A_Round", 143014); DictSNOAdventure.Add("a3dun_Battlefields_Barrel_20ft_3A_Round", 143015); DictSNOAdventure.Add("a3dun_Battlefields_Barrel_20ft_4A_Round", 143016); DictSNOAdventure.Add("a3dun_Battlefields_Barrel_20ft_5A_Round", 143017); DictSNOAdventure.Add("a3dun_Battlefields_Barrel_20ft_6A_Round", 143013); DictSNOAdventure.Add("a3dun_Battlefields_Barrel_20ft_6B_Round", 143054); DictSNOAdventure.Add("a3dun_Bridge_BarrelCrate_10ft_2A", 186174); DictSNOAdventure.Add("a3dun_Bridge_BarrelCrate_10ft_2B", 186175); DictSNOAdventure.Add("a3dun_Bridge_BarrelCrate_20ft_4A", 186165); DictSNOAdventure.Add("a3dun_Bridge_BarrelCrate_30ft_2A", 186065); DictSNOAdventure.Add("a3dun_Bridge_BarrelCrate_30ft_4A", 186066); DictSNOAdventure.Add("a3dun_Bridge_BarrelCrate_30ft_4B", 186067); DictSNOAdventure.Add("a3dun_Bridge_BarrelCrate_30ft_5A", 186068); DictSNOAdventure.Add("a3dun_Bridge_BarrelCrate_30ft_6A", 186069); DictSNOAdventure.Add("a3dun_Bridge_Barrel_10ft_2A", 186173); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_2A_Round", 186112); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_3A_Round", 186113); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_3B", 186080); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_4A", 186081); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_4A_Round", 186114); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_5A", 186082); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_5A_Round", 186115); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_6A", 186083); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_6A_Round", 186116); DictSNOAdventure.Add("a3dun_Bridge_Barrel_20ft_6B_Round", 186117); DictSNOAdventure.Add("a3dun_Bridge_Crate_10ft_1A", 186176); DictSNOAdventure.Add("a3dun_Bridge_Crate_10ft_1B", 186177); DictSNOAdventure.Add("a3dun_crater_hellportal", 136092); DictSNOAdventure.Add("a3dun_crater_hellportal_02", 204670); DictSNOAdventure.Add("a3dun_crater_hellportal_03", 204671); DictSNOAdventure.Add("a3dun_rmpt_adventure_firing_archer", 181131); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_10ft_2A", 136855); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_10ft_2B", 136856); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_20ft_2A_corner", 137074); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_20ft_3A", 136636); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_20ft_4A", 136512); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_20ft_4A_corner", 136806); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_20ft_4B", 136640); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_20ft_4B_corner", 136589); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_20ft_5A", 136540); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_20ft_6A_corner", 136798); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_30ft_2A", 136541); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_30ft_4A", 136553); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_30ft_4B", 136536); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_30ft_5A", 136586); DictSNOAdventure.Add("a3dun_rmpt_BarrelCrate_30ft_6A", 136524); DictSNOAdventure.Add("a3dun_rmpt_Barrel_10ft_2A", 136623); DictSNOAdventure.Add("a3dun_rmpt_Barrel_20ft_3A", 136601); DictSNOAdventure.Add("a3dun_rmpt_Barrel_20ft_3B", 136604); DictSNOAdventure.Add("a3dun_rmpt_Barrel_20ft_4A", 136607); DictSNOAdventure.Add("a3dun_rmpt_Barrel_20ft_5A", 136711); DictSNOAdventure.Add("a3dun_rmpt_Barrel_20ft_6A", 136616); DictSNOAdventure.Add("a3dun_rmpt_Crate_10ft_1A", 137157); DictSNOAdventure.Add("a3dun_rmpt_Crate_10ft_1B", 137160); DictSNOAdventure.Add("A3_Battlefields_Demonic_A", 148200); DictSNOAdventure.Add("A3_Battlefields_Demonic_B", 148209); DictSNOAdventure.Add("A3_Battlefields_Demonic_C", 148211); DictSNOAdventure.Add("A3_Battlefields_Demonic_D", 148320); DictSNOAdventure.Add("A3_Battlefields_Supply_A", 148007); DictSNOAdventure.Add("A3_Battlefields_Supply_B", 148073); DictSNOAdventure.Add("A3_Battlefields_Supply_C", 148074); DictSNOAdventure.Add("A3_Battlefields_Supply_D", 148203); DictSNOAdventure.Add("A3_Battlefields_Supply_E", 148204); DictSNOAdventure.Add("A3_Battlefields_Survivor_A", 147843); DictSNOAdventure.Add("A3_Battlefields_Survivor_C", 147864); DictSNOAdventure.Add("A3_Battlefields_Survivor_D", 147954); DictSNOAdventure.Add("A3_Battlefields_Survivor_E", 147955); DictSNOAdventure.Add("A3_Bridge_Backdraft_Chest", 170451); DictSNOAdventure.Add("A3_Bridge_Backdraft_DemonTrap", 170462); DictSNOAdventure.Add("A3_Bridge_Backdraft_Guard", 170460); DictSNOAdventure.Add("A3_Crater_Center_x20_A", 191316); DictSNOAdventure.Add("A3_Crater_Center_x20_B", 191317); DictSNOAdventure.Add("A3_Crater_Center_x20_C", 191318); DictSNOAdventure.Add("A3_Crater_Center_x20_D", 192454); DictSNOAdventure.Add("A3_Crater_Center_x20_E", 192455); DictSNOAdventure.Add("A3_Crater_Center_x30_A", 192446); DictSNOAdventure.Add("A3_Crater_Center_x30_B", 192447); DictSNOAdventure.Add("A3_Crater_Center_x30_C", 192448); DictSNOAdventure.Add("A3_Crater_Demonic_A", 154923); DictSNOAdventure.Add("A3_Crater_Demonic_B", 155086); DictSNOAdventure.Add("A3_Crater_Demonic_D", 155380); DictSNOAdventure.Add("A3_Crater_Demonic_E", 155381); DictSNOAdventure.Add("A3_Crater_Edge_x20_A", 191319); DictSNOAdventure.Add("A3_Crater_Edge_x20_B", 191321); DictSNOAdventure.Add("A3_Crater_Edge_x20_C", 191320); DictSNOAdventure.Add("A3_Crater_Edge_x20_D", 191323); DictSNOAdventure.Add("A3_Keep_Corner_x10_A", 222727); DictSNOAdventure.Add("A3_Keep_Corner_x10_B", 222735); DictSNOAdventure.Add("A3_Keep_Corner_x20_A", 222177); DictSNOAdventure.Add("A3_Keep_Corner_x20_B", 222337); DictSNOAdventure.Add("A3_Keep_Edge_x10_A", 222359); DictSNOAdventure.Add("A3_Keep_Edge_x10_B", 222891); DictSNOAdventure.Add("A3_Keep_Edge_x20_A", 222175); DictSNOAdventure.Add("A3_Keep_Edge_x20_B", 222340); DictSNOAdventure.Add("A3_Ramparts_Barricade_A", 137809); DictSNOAdventure.Add("A3_Ramparts_Barricade_B", 137940); DictSNOAdventure.Add("A3_Ramparts_Barricade_C", 137962); DictSNOAdventure.Add("A3_Ramparts_Barricade_D", 138762); DictSNOAdventure.Add("A3_Ramparts_Barricade_E", 138763); DictSNOAdventure.Add("A3_Ramparts_Barricade_F", 139101); DictSNOAdventure.Add("A3_Ramparts_Barricade_NoGuard_A", 199546); DictSNOAdventure.Add("A3_Ramparts_Barricade_NoGuard_B", 199547); DictSNOAdventure.Add("A3_Ramparts_Barricade_NoGuard_C", 199548); DictSNOAdventure.Add("A3_Ramparts_Barricade_NoGuard_D", 199549); DictSNOAdventure.Add("A3_Ramparts_Barricade_NoGuard_E", 199550); DictSNOAdventure.Add("A3_Ramparts_Barricade_NoGuard_F", 199551); DictSNOAdventure.Add("A3_Ramparts_Battle_A", 137808); DictSNOAdventure.Add("A3_Ramparts_Battle_B", 139250); DictSNOAdventure.Add("A3_Ramparts_Battle_C", 139359); DictSNOAdventure.Add("A3_Ramparts_Center_x20_A", 225349); DictSNOAdventure.Add("A3_Ramparts_Center_x20_B", 225350); DictSNOAdventure.Add("A3_Ramparts_Center_x20_C", 225348); DictSNOAdventure.Add("A3_Ramparts_Edge_x10_A", 225459); DictSNOAdventure.Add("A3_Ramparts_Edge_x10_B", 225460); DictSNOAdventure.Add("A3_Ramparts_Edge_x20_A", 225334); DictSNOAdventure.Add("A3_Ramparts_Edge_x20_B", 225342); DictSNOAdventure.Add("A3_Ramparts_Edge_x20_C", 225343); DictSNOAdventure.Add("A3_Ramparts_Invasion_A", 139449); DictSNOAdventure.Add("A3_Ramparts_Invasion_B", 139417); DictSNOAdventure.Add("A3_Ramparts_Invasion_C", 139420); DictSNOAdventure.Add("A3_Ramparts_Invasion_D", 139421); DictSNOAdventure.Add("A3_Ramparts_RangedGuard_Snatched", 209790); DictSNOAdventure.Add("a4dun_SpireSideDungeon_A", 408993); DictSNOAdventure.Add("a4dun_Spire_Aspect_05", 196925); DictSNOAdventure.Add("a4dun_Spire_Aspect_06", 196926); DictSNOAdventure.Add("a4dun_Spire_Aspect_07", 196927); DictSNOAdventure.Add("a4_corruption_shadow_vermin", 175750); DictSNOAdventure.Add("A4_Gardens_FlyerDemon_VS_Trooper", 205601); DictSNOAdventure.Add("A4_Gardens_MorluPacks_A", 226354); DictSNOAdventure.Add("A4_Gardens_MorluPacks_B", 226355); DictSNOAdventure.Add("A4_Gardens_MorluPacks_C", 226356); DictSNOAdventure.Add("A4_Gardens_MorluPacks_Unique", 226364); DictSNOAdventure.Add("A4_Garden_Circle_x40_A", 205557); DictSNOAdventure.Add("A4_Garden_Circle_x50_A", 205532); DictSNOAdventure.Add("A4_Garden_Edge_x20_A", 205494); DictSNOAdventure.Add("A4_Garden_Edge_x20_B", 205496); DictSNOAdventure.Add("A4_Garden_Edge_x20_C", 205497); DictSNOAdventure.Add("A4_Spire_BigRedGeyser", 219173); DictSNOAdventure.Add("A4_Spire_CorruptAngelGeyser", 219178); DictSNOAdventure.Add("A4_Spire_Corrupt_Center_20x_A", 199532); DictSNOAdventure.Add("A4_Spire_Corrupt_Center_20x_B", 199533); DictSNOAdventure.Add("A4_Spire_Corrupt_Center_20x_C", 199534); DictSNOAdventure.Add("A4_Spire_Corrupt_Center_20x_D", 199535); DictSNOAdventure.Add("A4_Spire_Corrupt_Center_30x_A", 199528); DictSNOAdventure.Add("A4_Spire_Corrupt_Center_30x_B", 199529); DictSNOAdventure.Add("A4_Spire_Corrupt_Center_30x_C", 199530); DictSNOAdventure.Add("A4_Spire_Corrupt_Center_30x_D", 199531); DictSNOAdventure.Add("A4_Spire_HellFissure", 218982); DictSNOAdventure.Add("A4_Spire_ShadowGeyser", 219026); DictSNOAdventure.Add("adventure_fallen_summon_1kpounder", 157907); DictSNOAdventure.Add("AlcarnusCultistRoadAmbush", 95985); DictSNOAdventure.Add("Cave_CultistGroupA", 231144); DictSNOAdventure.Add("Cave_CultistGroupB", 231143); DictSNOAdventure.Add("Cave_CultistGroupC", 231145); DictSNOAdventure.Add("CultistLeadTorturer", 106018); DictSNOAdventure.Add("p43_AD_Barrel_10x_01", 455176); DictSNOAdventure.Add("p43_AD_Barrel_10x_02", 455190); DictSNOAdventure.Add("p43_AD_Barrel_10x_03", 455192); DictSNOAdventure.Add("p43_AD_Barrel_20x_01", 455226); DictSNOAdventure.Add("p43_AD_Barrel_20x_01_Corner", 455222); DictSNOAdventure.Add("p43_AD_Barrel_20x_02", 455228); DictSNOAdventure.Add("p43_AD_Barrel_20x_02_Corner", 455224); DictSNOAdventure.Add("p43_AD_PoisonedWellEntrance", 453273); DictSNOAdventure.Add("P4_bounty_grounds_Crypt_Crused_Shrines", 446190); DictSNOAdventure.Add("P4_bounty_grounds_Crypt_Crused_Shrines_A5", 448487); DictSNOAdventure.Add("P4_bounty_grounds_Keep_Shaman", 446372); DictSNOAdventure.Add("P4_bounty_grounds_Keep_Shaman_A5", 448541); DictSNOAdventure.Add("P4_bounty_grounds_Leoric_Garden_Champ", 444431); DictSNOAdventure.Add("P4_bounty_grounds_Leoric_Garden_Champ_a5", 448532); DictSNOAdventure.Add("P4_bounty_grounds_Neph", 448129); DictSNOAdventure.Add("P4_bounty_grounds_Neph_A5", 448534); DictSNOAdventure.Add("P4_bounty_grounds_Swr_Burrowers", 446563); DictSNOAdventure.Add("P4_bounty_grounds_Swr_Burrowers_A5", 448537); DictSNOAdventure.Add("P4_bounty_grounds_Zolt", 448137); DictSNOAdventure.Add("P4_bounty_grounds_Zolt_A5", 448547); DictSNOAdventure.Add("p4_Event_SpeedKill_Mermaid_A", 437695); DictSNOAdventure.Add("P4_Forest_Barrels_A", 434494); DictSNOAdventure.Add("P4_Forest_Cave_GroundTile_Ambush_X10_A", 436321); DictSNOAdventure.Add("P4_Forest_Cave_GroundTile_Ambush_X10_B", 436322); DictSNOAdventure.Add("p4_Forest_Coast_Barrel_x10_A", 436422); DictSNOAdventure.Add("p4_Forest_Coast_Barrel_x10_B", 436419); DictSNOAdventure.Add("p4_Forest_Coast_Cave_Edge_30_ChestAmbush_A", 436801); DictSNOAdventure.Add("p4_Forest_Coast_Cave_Edge_30_MermaidIdol", 437522); DictSNOAdventure.Add("P4_Forest_Coast_Corpse_Ambush_01", 428042); DictSNOAdventure.Add("p4_Forest_Edge_30_WickerManAmbush_A", 442635); DictSNOAdventure.Add("P4_Forest_Snow_20_UndeadAmbush_A", 446499); DictSNOAdventure.Add("P4_Forest_WaspNests_A", 436383); DictSNOAdventure.Add("P4_Forest_WaspNests_B", 436388); DictSNOAdventure.Add("P4_Ruins_Frost_BarbarianGhosts_A", 435959); DictSNOAdventure.Add("p4_ruins_Frost_Barrel_x10_A", 415554); DictSNOAdventure.Add("p4_ruins_Frost_Barrel_x10_B", 415555); DictSNOAdventure.Add("p4_Ruins_Frost_Edge_30_YetiAmbush_A", 437903); DictSNOAdventure.Add("p6_Church_20_Beetle_Flying_Ambush_A", 465733); DictSNOAdventure.Add("p6_Church_20_Beetle_Flying_Ambush_B", 465734); DictSNOAdventure.Add("p6_Church_20_Beetle_Flying_Ambush_C", 465735); DictSNOAdventure.Add("p6_Church_20_Beetle_Ledge_Ambush_A", 465782); DictSNOAdventure.Add("p6_Church_20_Beetle_Ledge_Ambush_B", 465791); DictSNOAdventure.Add("p6_Church_20_Beetle_Ledge_Ambush_C", 465792); DictSNOAdventure.Add("p6_Church_30_ZombieNest_Ambush_A", 465347); DictSNOAdventure.Add("p6_Church_30_ZombieNest_Ambush_B", 465878); DictSNOAdventure.Add("p6_Church_30_ZombieNest_liedown_Ambush_A", 466448); DictSNOAdventure.Add("p6_Church_30_ZombieNest_Wall_Ambush_A", 465584); DictSNOAdventure.Add("p6_Church_30_ZombieNest_Wall_Ambush_B", 465868); DictSNOAdventure.Add("p6_Church_30_ZombieNest_Wall_Ambush_C", 465877); DictSNOAdventure.Add("p6_Church_40_Beetle_Ceiling_Ambush_A", 465689); DictSNOAdventure.Add("p6_Church_40_Beetle_Ceiling_Ambush_B", 465690); DictSNOAdventure.Add("p6_Church_40_Beetle_Ceiling_Ambush_C", 465691); DictSNOAdventure.Add("p6_Church_IronMaiden_Ambush_10x_01", 465773); DictSNOAdventure.Add("p6_Church_IronMaiden_Ambush_CultistMelee_40x_01", 466533); DictSNOAdventure.Add("p6_Church_IronMaiden_Ambush_CultistMix_40x_01", 466536); DictSNOAdventure.Add("p6_Church_IronMaiden_Ambush_CultistMonstrosity_40x_01", 466539); DictSNOAdventure.Add("p6_Church_IronMaiden_Ambush_CultistSpecial_10x_02", 466999); DictSNOAdventure.Add("p6_Church_IronMaiden_NoAmbush_10x_01", 465790); DictSNOAdventure.Add("p6_Church_IronMaiden_NoAmbush_40x_01", 467122); DictSNOAdventure.Add("p6_Church_Urn_20x_01", 463704); DictSNOAdventure.Add("p6_Church_Urn_20x_01_Corner", 463705); DictSNOAdventure.Add("p6_Church_Urn_20x_02", 463706); DictSNOAdventure.Add("p6_Church_Urn_20x_02_Corner", 463707); DictSNOAdventure.Add("p6_Church_Urn_20x_03", 463703); DictSNOAdventure.Add("p6_Moors_20_RavenWall_Height10_A", 469310); DictSNOAdventure.Add("p6_Moors_20_RavenWall_Height12_A", 468525); DictSNOAdventure.Add("p6_Moors_20_RavenWall_Height14_A", 469311); DictSNOAdventure.Add("p6_Moors_Barricade_30x_01", 464728); DictSNOAdventure.Add("p6_Moors_Barricade_30x_01_Fire", 464737); DictSNOAdventure.Add("p6_Moors_Barricade_30x_02", 464744); DictSNOAdventure.Add("p6_Moors_CrowHound_Ambush_10x_01", 470315); DictSNOAdventure.Add("p6_Moors_CrowHound_Ambush_10x_01_MB313", 478561); DictSNOAdventure.Add("p6_Moors_LakeZombies_30x_01", 466589); DictSNOAdventure.Add("p6_Moors_LakeZombies_30x_02", 466630); DictSNOAdventure.Add("p6_Moors_LakeZombies_30x_03", 466633); DictSNOAdventure.Add("p6_Moors_LakeZombies_Small_20x_01", 466646); DictSNOAdventure.Add("p6_Moors_RavenNest_Ambush_20x_01", 465823); DictSNOAdventure.Add("p6_Moors_RavenNest_Ambush_20x_01_MB313", 478564); DictSNOAdventure.Add("p6_Moors_RavenNest_NoAmbush_20x_01", 465828); DictSNOAdventure.Add("p6_Moors_WerewolfScavenge_30x_01", 466249); DictSNOAdventure.Add("p6_Moors_WerewolfScavenge_30x_02", 466132); DictSNOAdventure.Add("p6_Moors_WerewolfScavenge_30x_03", 466273); DictSNOAdventure.Add("p6_RoF_A3_Crater_Demonic_D", 470302); DictSNOAdventure.Add("PTR_Vendor", 476252); DictSNOAdventure.Add("px_Boneyards_Camp_AncientDevice", 432882); DictSNOAdventure.Add("px_Bridge_Camp_LostPatrol", 433182); DictSNOAdventure.Add("px_Crater_Camp_AzmodanMinions", 433297); DictSNOAdventure.Add("px_CursedRealm_ExitPortal", 408813); DictSNOAdventure.Add("px_GardensOfHope_Camp_TrappedAngels", 433101); DictSNOAdventure.Add("px_Graveyard_Camp_SkeletonJars", 433314); DictSNOAdventure.Add("px_Highlands_Camp_ResurgentCult", 432249); DictSNOAdventure.Add("px_Leorics_Camp_WorthamMilitia", 434364); DictSNOAdventure.Add("px_Oasis_Camp_IronWolves", 432332); DictSNOAdventure.Add("px_Ramparts_Camp_CatapultCommander", 433387); DictSNOAdventure.Add("px_RescueEscort_CaravanLoc", 430560); DictSNOAdventure.Add("px_RescueEscort_ReturnPoint", 430561); DictSNOAdventure.Add("px_Ruins_Frost_Ambush_x20", 435842); DictSNOAdventure.Add("px_SpiderCaves_Camp_Cocoon", 432772); DictSNOAdventure.Add("px_Spire_Camp_HellPortals", 433412); DictSNOAdventure.Add("px_StingingWinds_Camp_CaldeumPrisoners", 433049); DictSNOAdventure.Add("px_Westmarch_Camp_DeathOrbs", 433247); DictSNOAdventure.Add("px_Wilderness_Camp_TemplarPrisoners", 430764); DictSNOAdventure.Add("ravenFlock_A_Coffin", 123245); DictSNOAdventure.Add("ravenFlock_A_Corpse", 123244); DictSNOAdventure.Add("X1_abattoir_center_deadend_x30_skeletonparty", 335005); DictSNOAdventure.Add("X1_abattoir_center_x10_bonepiles", 333672); DictSNOAdventure.Add("X1_abattoir_center_x10_bonespawner_A", 335004); DictSNOAdventure.Add("X1_abattoir_center_x10_chest_A", 333701); DictSNOAdventure.Add("X1_abattoir_center_x10_chest_B", 333702); DictSNOAdventure.Add("X1_abattoir_center_x10_firespinner", 337153); DictSNOAdventure.Add("X1_abattoir_center_x20_corpses_A", 333675); DictSNOAdventure.Add("X1_abattoir_center_x20_corpses_B", 333676); DictSNOAdventure.Add("X1_Abattoir_Random01", 339336); DictSNOAdventure.Add("X1_Abattoir_Random02", 339341); DictSNOAdventure.Add("x1_Bog_CatacombsPortal_1_Correct", 341043); DictSNOAdventure.Add("x1_Bog_CatacombsPortal_2", 341044); DictSNOAdventure.Add("x1_Bog_CatacombsPortal_3", 341045); DictSNOAdventure.Add("x1_Bog_CatacombsPortal_4", 341046); DictSNOAdventure.Add("x1_Bog_CatacombsPortal_Beacon", 341238); DictSNOAdventure.Add("X1_Bog_Cave_Barricade_Ambush_X20_A", 339111); DictSNOAdventure.Add("X1_Bog_Cave_Barricade_Ambush_X20_B", 339112); DictSNOAdventure.Add("X1_Bog_Cave_Barricade_Ambush_X20_C", 339113); DictSNOAdventure.Add("X1_Bog_Cave_Chest_Ambush_X10_A", 338759); DictSNOAdventure.Add("X1_Bog_Cave_Chest_Ambush_X10_B", 338763); DictSNOAdventure.Add("X1_Bog_Cave_Chest_Ambush_X10_C", 338764); DictSNOAdventure.Add("X1_Bog_Cave_Chest_Ambush_X20_MaggotsAbove", 358025); DictSNOAdventure.Add("X1_Bog_Cave_Chest_Ambush_X20_MaggotsBelow", 358026); DictSNOAdventure.Add("X1_Bog_Cave_Chest_Ambush_X40_CaveRipper", 358028); DictSNOAdventure.Add("X1_Bog_Cave_Chest_Ambush_X50_Blight", 358030); DictSNOAdventure.Add("X1_Bog_Cave_Corpse_Ambush_A", 338765); DictSNOAdventure.Add("X1_Bog_Cave_Corpse_Ambush_B", 338766); DictSNOAdventure.Add("X1_Bog_Cave_Corpse_Ambush_C", 338767); DictSNOAdventure.Add("X1_Bog_Cave_Corpse_Ambush_D", 350507); DictSNOAdventure.Add("X1_Bog_Cave_GroundTile_Ambush_X10_A", 338768); DictSNOAdventure.Add("X1_Bog_Cave_GroundTile_Ambush_X10_B", 338769); DictSNOAdventure.Add("X1_Bog_Cave_GroundTile_Ambush_X10_C", 358031); DictSNOAdventure.Add("X1_bog_center_x10_bloodspring", 336893); DictSNOAdventure.Add("X1_bog_center_x20_bloodspring", 336895); DictSNOAdventure.Add("X1_bog_center_x20_buriedtreasure", 331834); DictSNOAdventure.Add("X1_bog_center_x20_GrubLog", 331835); DictSNOAdventure.Add("X1_bog_center_x20_GrubLog_rocks_A", 331975); DictSNOAdventure.Add("X1_bog_center_x20_grubparty", 331955); DictSNOAdventure.Add("X1_bog_center_x20_traps", 331836); DictSNOAdventure.Add("X1_bog_center_x30_bloodspring", 336896); DictSNOAdventure.Add("X1_bog_center_x30_lurechest_A", 331837); DictSNOAdventure.Add("X1_bog_center_x30_lurechest_B", 331838); DictSNOAdventure.Add("x1_Bog_Family_Guard_Tower", 347043); DictSNOAdventure.Add("x1_Catacombs_Breakable_Containers_A", 373031); DictSNOAdventure.Add("x1_Catacombs_Breakable_Containers_C", 373034); DictSNOAdventure.Add("x1_Catacombs_Breakable_Containers_G", 373038); DictSNOAdventure.Add("x1_Catacombs_Breakable_Containers_H", 373039); DictSNOAdventure.Add("x1_Catacombs_CatacombsPortalFloorMarker", 348241); DictSNOAdventure.Add("X1_catacombs_center_x10_barrels", 335758); DictSNOAdventure.Add("X1_catacombs_center_x10_barrels2", 357755); DictSNOAdventure.Add("X1_catacombs_center_x10_hauntedBod", 335759); DictSNOAdventure.Add("X1_catacombs_center_x10_hauntedLoot", 335760); DictSNOAdventure.Add("X1_catacombs_center_x10_surpriseScorp", 335989); DictSNOAdventure.Add("X1_catacombs_center_x20_blockage", 335958); DictSNOAdventure.Add("X1_catacombs_center_x20_surpriseMelee", 335965); DictSNOAdventure.Add("X1_catacombs_center_x20_surpriseRanged", 335987); DictSNOAdventure.Add("X1_catacombs_Center_x30_DeadEndReward_A", 373475); DictSNOAdventure.Add("X1_catacombs_Center_x30_DeadEndReward_B", 373480); DictSNOAdventure.Add("X1_catacombs_Center_x30_DeadEndReward_C", 373486); DictSNOAdventure.Add("x1_Event_SpeedKill_Angel_Corrupt_A", 370384); DictSNOAdventure.Add("x1_Event_SpeedKill_BileCrawler_A", 370385); DictSNOAdventure.Add("x1_Event_SpeedKill_Bloodhawk_A", 369927); DictSNOAdventure.Add("x1_Event_SpeedKill_Boss_Adria", 370644); DictSNOAdventure.Add("x1_Event_SpeedKill_Boss_Despair", 370386); DictSNOAdventure.Add("x1_Event_SpeedKill_Boss_Ghom", 370215); DictSNOAdventure.Add("x1_Event_SpeedKill_Boss_Maghda", 369928); DictSNOAdventure.Add("x1_Event_SpeedKill_Boss_SkeletonKing", 365627); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_azmodanBodyguard_A", 370216); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_BigRed_A", 370387); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_creepMob_A", 370217); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_FallenHound_D", 370218); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_FleshPitFlyer_C", 369929); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_GhostA", 365583); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_GoatmanB", 365589); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_MalletDemon_A", 370388); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_morluSpellcaster_A", 370389); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_SandShark_A", 369930); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_SoulRipper_A", 370219); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_SquiggletA", 370973); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_SummonableA", 365613); DictSNOAdventure.Add("x1_Event_SpeedKill_Champion_x1_FloaterAngel_A", 370645); DictSNOAdventure.Add("x1_Event_SpeedKill_Champon_x1_Rockworm_Pand_A", 370647); DictSNOAdventure.Add("x1_Event_SpeedKill_CoreEliteDemon_A", 370383); DictSNOAdventure.Add("x1_Event_SpeedKill_demonFlyer_B", 370220); DictSNOAdventure.Add("x1_Event_SpeedKill_electricEel_A", 369931); DictSNOAdventure.Add("x1_Event_SpeedKill_Fallen_C", 370221); DictSNOAdventure.Add("x1_Event_SpeedKill_fastMummy_A", 369932); DictSNOAdventure.Add("x1_Event_SpeedKill_GhostHumansA", 365549); DictSNOAdventure.Add("x1_Event_SpeedKill_Ghoul_E", 370222); DictSNOAdventure.Add("x1_Event_SpeedKill_GoatmanA", 364641); DictSNOAdventure.Add("x1_Event_SpeedKill_Goatman_Melee_A_Ghost", 365522); DictSNOAdventure.Add("x1_Event_SpeedKill_Goatmutant_B", 370223); DictSNOAdventure.Add("x1_Event_SpeedKill_Lacuni_B", 369933); DictSNOAdventure.Add("x1_Event_SpeedKill_Monstrosity_Scorpion_A", 370224); DictSNOAdventure.Add("x1_Event_SpeedKill_morluMelee_B", 370390); DictSNOAdventure.Add("x1_Event_SpeedKill_Rare_demonTrooper_C", 370391); DictSNOAdventure.Add("x1_Event_SpeedKill_Rare_Ghoul_B", 369934); DictSNOAdventure.Add("x1_Event_SpeedKill_Rare_Skeleton2HandA", 365620); DictSNOAdventure.Add("x1_Event_SpeedKill_Rare_ThousandPounder", 370225); DictSNOAdventure.Add("x1_Event_SpeedKill_Rare_x1_westmarchBrute_C", 370648); DictSNOAdventure.Add("x1_Event_SpeedKill_SkeletonsA", 364637); DictSNOAdventure.Add("x1_Event_SpeedKill_Skeleton_E", 370226); DictSNOAdventure.Add("x1_Event_SpeedKill_Snakeman_A", 369935); DictSNOAdventure.Add("x1_Event_SpeedKill_Spiderling_B", 369936); DictSNOAdventure.Add("x1_Event_SpeedKill_Swarm_A", 369937); DictSNOAdventure.Add("x1_Event_SpeedKill_TentacleBears", 374357); DictSNOAdventure.Add("x1_Event_SpeedKill_TriuneCultist_C", 369938); DictSNOAdventure.Add("x1_Event_SpeedKill_TriuneVesselA", 365532); DictSNOAdventure.Add("x1_Event_SpeedKill_x1_BileCrawler_Skeletal_A", 370649); DictSNOAdventure.Add("x1_Event_SpeedKill_x1_bogBlight_Maggot_A", 370650); DictSNOAdventure.Add("x1_Event_SpeedKill_x1_BogFamily_A", 370651); DictSNOAdventure.Add("x1_Event_SpeedKill_x1_leaperAngel_A", 370652); DictSNOAdventure.Add("x1_Event_SpeedKill_x1_Monstrosity_ScorpionBug_A", 370653); DictSNOAdventure.Add("x1_Event_SpeedKill_x1_portalGuardianMinion_A", 370655); DictSNOAdventure.Add("x1_Event_SpeedKill_x1_Skeleton_Ghost_A", 370656); DictSNOAdventure.Add("x1_Event_SpeedKill_x1_Tentacle_A", 370657); DictSNOAdventure.Add("x1_Event_SpeedKill_x1_westmarchHound_A", 370658); DictSNOAdventure.Add("x1_Event_SpeedKill_ZombieB", 365543); DictSNOAdventure.Add("X1_fortress_center_x20_A", 278222); DictSNOAdventure.Add("X1_fortress_center_x20_B", 278249); DictSNOAdventure.Add("X1_Fortress_Center_x20_DeadEndReward_A", 373445); DictSNOAdventure.Add("X1_Fortress_Center_x20_DeadEndReward_B", 373448); DictSNOAdventure.Add("X1_Fortress_Center_x20_DeadEndReward_C", 373452); DictSNOAdventure.Add("X1_fortress_hallway_A", 360437); DictSNOAdventure.Add("X1_fortress_hallway_B", 360439); DictSNOAdventure.Add("X1_fortress_hallway_C", 360440); DictSNOAdventure.Add("X1_fortress_hallway_D", 360450); DictSNOAdventure.Add("X1_fortress_junction_A", 360444); DictSNOAdventure.Add("X1_fortress_x40_ambush_A", 360433); DictSNOAdventure.Add("X1_fortress_x40_ambush_B", 360434); DictSNOAdventure.Add("X1_fortress_x40_ambush_C", 360449); DictSNOAdventure.Add("X1_GRAVEYARD_Cart_Ambush_X20", 337251); DictSNOAdventure.Add("X1_graveyard_Center_x10_DeadEndReward_A", 373263); DictSNOAdventure.Add("X1_GRAVEYARD_Corpse_Ambush_X10_A", 337204); DictSNOAdventure.Add("X1_GRAVEYARD_Ground_Clicky_Ambush_X10_A", 337199); DictSNOAdventure.Add("X1_GRAVEYARD_Ground_Clicky_Ambush_X10_B", 337212); DictSNOAdventure.Add("X1_GRAVEYARD_Ground_Clicky_Ambush_X10_C", 337213); DictSNOAdventure.Add("X1_GRAVEYARD_Ground_Clicky_Ambush_X10_D", 337215); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_A", 335142); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_B", 335226); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_C", 335228); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_D", 334974); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_E", 335230); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_F", 335232); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_G", 335296); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_H", 335297); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_I", 335298); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_J", 335299); DictSNOAdventure.Add("X1_GRAVEYARD_LOOT_X10_K", 335300); DictSNOAdventure.Add("X1_GRAVEYARD_NormalChest_Ambush_X10_A", 337224); DictSNOAdventure.Add("X1_LR_Boss_Location", 351820); DictSNOAdventure.Add("X1_MalthaelRandomAppearance", 365887); DictSNOAdventure.Add("X1_OpenWorld_LootRunPortal", 345929); DictSNOAdventure.Add("X1_PandExt_30_ClickRock_SpawnRocklingRanged", 326714); DictSNOAdventure.Add("X1_PandExt_AsteroidCrash_Random_20_A", 273347); DictSNOAdventure.Add("X1_PandExt_RocklingAmbush_B", 321897); DictSNOAdventure.Add("X1_pand_ext_Center_x30_DeadEndReward_A", 373571); DictSNOAdventure.Add("X1_pand_ext_Center_x30_DeadEndReward_B", 373578); DictSNOAdventure.Add("X1_pand_ext_Center_x30_DeadEndReward_C", 373584); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_A", 337037); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_B", 337039); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_C", 337040); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_D", 337041); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_E", 337042); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_F", 337043); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_G", 337044); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_H", 337045); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_I", 337069); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_J", 337070); DictSNOAdventure.Add("X1_PAND_EXT_LOOT_X10_K", 337071); DictSNOAdventure.Add("X1_random_center_x30_TentacleGroup", 374825); DictSNOAdventure.Add("X1_ScorpionBug_A_25MWall", 351367); DictSNOAdventure.Add("X1_ScorpionBug_A_BonePile", 351368); DictSNOAdventure.Add("X1_ScorpionBug_A_SinkHole", 351369); DictSNOAdventure.Add("X1_WestM_Cellar_Corpsefinder", 333053); DictSNOAdventure.Add("X1_Westm_Cellar_Kids", 351800); DictSNOAdventure.Add("X1_Westm_Cellar_Ruffians", 351799); DictSNOAdventure.Add("X1_westm_Center_x20_DeadEndReward_A", 373217); DictSNOAdventure.Add("X1_westm_Center_x20_DeadEndReward_B", 373218); DictSNOAdventure.Add("X1_westm_Center_x20_DeadEndReward_C", 373219); DictSNOAdventure.Add("X1_westm_Center_x30_Barricade_A", 290134); DictSNOAdventure.Add("X1_westm_Center_x30_Barricade_B", 290141); DictSNOAdventure.Add("X1_westm_Center_x30_Barricade_E", 290941); DictSNOAdventure.Add("X1_westm_Center_x30_Barricade_F_Archers", 292536); DictSNOAdventure.Add("X1_westm_Center_x30_DeadEndReward_A", 368172); DictSNOAdventure.Add("X1_westm_Center_x30_DeadEndReward_B", 368178); DictSNOAdventure.Add("X1_westm_Center_x30_DeadEndReward_C", 368183); DictSNOAdventure.Add("X1_westm_Center_x30_DeadEndReward_D", 368192); DictSNOAdventure.Add("X1_westm_Center_x30_DeadEndReward_E_Unique", 368242); DictSNOAdventure.Add("X1_westm_Center_x30_Guardsx10", 303173); DictSNOAdventure.Add("X1_westm_Center_x30_Guardsx2", 303174); DictSNOAdventure.Add("X1_westm_Center_x30_Guardsx3", 303175); DictSNOAdventure.Add("X1_westm_Center_x30_Guardsx4", 303176); DictSNOAdventure.Add("X1_westm_Center_x30_Guardsx6", 303177); DictSNOAdventure.Add("X1_westm_Center_x30_Rubble_A", 290350); DictSNOAdventure.Add("X1_westm_Center_x30_Rubble_B", 290929); DictSNOAdventure.Add("X1_westm_Center_x30_Rubble_C", 290942); DictSNOAdventure.Add("X1_westm_Center_x30_Rubble_D", 290943); DictSNOAdventure.Add("X1_westm_Center_x30_Rubble_E", 290944); DictSNOAdventure.Add("x1_westM_cesspoolsA", 430877); DictSNOAdventure.Add("X1_Westm_ClosedDoor", 303681); DictSNOAdventure.Add("X1_Westm_Door_Iron_Locked", 339683); DictSNOAdventure.Add("x1_WestM_HubSurvivors_01", 263426); DictSNOAdventure.Add("X1_WestM_Intro_RareChest", 314785); DictSNOAdventure.Add("X1_WestM_Int_Cellar_Deathmaiden", 334834); DictSNOAdventure.Add("X1_WestM_Int_Cellar_Dogs", 357535); DictSNOAdventure.Add("X1_WestM_Int_Cellar_Fire", 357534); DictSNOAdventure.Add("X1_westm_Int_Gen_A02Necromancer", 332698); DictSNOAdventure.Add("x1_westm_Int_Gen_A_01ZombieSorcerer", 333057); DictSNOAdventure.Add("x1_westm_Int_Gen_A_01_CaptainStokely", 322426); DictSNOAdventure.Add("x1_Westm_Int_Gen_B_02DoomedWoman", 270044); DictSNOAdventure.Add("X1_WestM_Int_Gen_B_02_var_C_Yard_Rush", 333051); DictSNOAdventure.Add("x1_westm_Int_Gen_B_03_var_B_Ghost_Chase", 335063); DictSNOAdventure.Add("X1_WestM_Int_Gen_B_03_var_C_Panic", 333360); DictSNOAdventure.Add("x1_westm_Int_Gen_C_01_Skeleton_Rush", 333358); DictSNOAdventure.Add("x1_westm_Int_Gen_C_01_ZombieFireplace", 358645); DictSNOAdventure.Add("x1_WestM_Int_Gen_C_Miser", 333117); DictSNOAdventure.Add("X1_WESTM_INT_RESCUE_GUARDS_01", 332677); DictSNOAdventure.Add("X1_WESTM_INT_RESCUE_GUARDS_02", 333111); DictSNOAdventure.Add("X1_Westm_KingEvent01", 337032); DictSNOAdventure.Add("X1_Westm_KingEvent02", 337054); DictSNOAdventure.Add("X1_Westm_KingEvent03", 337058); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_A", 264585); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_B", 325237); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_C", 325238); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_D", 325239); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_E", 325240); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_F", 325241); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_G", 325242); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_H", 325244); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_I", 325245); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_J", 325246); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_K", 325247); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_L", 329281); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_M", 329284); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_N", 329285); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_O", 329287); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_P", 329289); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_Q", 329292); DictSNOAdventure.Add("X1_WESTM_LOOT_X10_R", 329293); DictSNOAdventure.Add("X1_WESTM_Quest_RescueEvent_01", 284484); DictSNOAdventure.Add("X1_WESTM_Quest_RescueEvent_02", 284485); DictSNOAdventure.Add("x1_Westm_ReformedCultist", 309015); DictSNOAdventure.Add("X1_WESTM_Side_Dungeons_Closed_Door", 332791); DictSNOAdventure.Add("X1_WESTM_TEST_CellarMadman", 272230); DictSNOAdventure.Add("X1_WESTM_TEST_CellarPortalAdventure_A", 266801); DictSNOAdventure.Add("x1_WestM_X1_Alley_Rats", 332752); DictSNOAdventure.Add("X1_ZPVP_STARTLOC_01", 378934); DictSNOAdventure.Add("X1_ZPVP_STARTLOC_02", 378935); DictSNOAdventure.Add("X1_ZPVP_STARTLOC_03", 378936); DictSNOAdventure.Add("X1_ZPVP_STARTLOC_04", 378937); DictSNOAdventure.Add("X1_ZPVP_STARTLOC_05", 378938); DictSNOAdventure.Add("X1_ZPVP_STARTLOC_06", 378939); DictSNOAdventure.Add("X1_ZPVP_STARTLOC_07", 378940); DictSNOAdventure.Add("X1_ZPVP_STARTLOC_08", 378941); #endregion return DictSNOAdventure; } public static Dictionary LoadAmbientSound() { Dictionary DictSNOAmbientSound = new Dictionary(); #region AmbientSound DictSNOAmbientSound.Add("a4dun_Garden_HellPortal_loop", 218328); DictSNOAmbientSound.Add("affix_puppetmaster_shield_loop", 229579); DictSNOAmbientSound.Add("Ambience_Forest", 7065); DictSNOAmbientSound.Add("Ambient_Flies_DeadBodies", 7067); DictSNOAmbientSound.Add("Ambient_Flies_wagonBodies", 207771); DictSNOAmbientSound.Add("Amb_Combat_Damage_ElectricSmall_Loop", 213429); DictSNOAmbientSound.Add("Amb_Global_Stunned_Loop", 217260); DictSNOAmbientSound.Add("Amb_Monster_Gargantuan_FireLoop", 211376); DictSNOAmbientSound.Add("Amb_Monster_Gargantuan_poisonLoop", 211390); DictSNOAmbientSound.Add("Amb_p2_Gargantuan_ring_rageLoop", 435160); DictSNOAmbientSound.Add("Amb_Skill_Identify_All_Book_Idle_Loop", 303069); DictSNOAmbientSound.Add("Amb_Skill_Identify_All_Book_Idle_Loop2", 303070); DictSNOAmbientSound.Add("Amb_Skill_Monk_InnerSanctuary_Chime_Loop", 216302); DictSNOAmbientSound.Add("Amb_Skill_Monk_InnerSanctuary_RC_Damage_Loop", 216329); DictSNOAmbientSound.Add("Amb_Skill_Monk_Mantra_Chime_Loop", 214702); DictSNOAmbientSound.Add("Amb_Skill_Monk_MysticAlly_dust_loop", 216661); DictSNOAmbientSound.Add("Amb_Skill_Monk_MysticAlly_fire_loop", 216658); DictSNOAmbientSound.Add("Amb_Skill_Monk_MysticAlly_water_loop", 216643); DictSNOAmbientSound.Add("Amb_Skill_Monk_MysticAlly_wind_loop", 216659); DictSNOAmbientSound.Add("Amb_Skill_Monk_SweepingWind_Tornado_Swtnr_Loop", 214236); DictSNOAmbientSound.Add("Amb_Skill_Monk_TempestRush_tornadoSwtnr_loop", 217097); DictSNOAmbientSound.Add("Amb_Skill_WD_Firebats_batGiant_vox_loop", 216693); DictSNOAmbientSound.Add("Amb_Skill_WD_Firebats_fireSwtnr_loop", 218779); DictSNOAmbientSound.Add("Amb_Skill_WD_Gargantuan_rageLoop", 223295); DictSNOAmbientSound.Add("Amb_Skill_WD_GraspOfTheDead_groundPound_Loop", 223214); DictSNOAmbientSound.Add("Amb_Skill_WD_MassConfusion_Loop", 212861); DictSNOAmbientSound.Add("Amb_Skill_WD_SpiritWalk_Female_Loop", 212562); DictSNOAmbientSound.Add("Amb_Skill_WD_SpiritWalk_Loop", 212544); DictSNOAmbientSound.Add("Amb_Skill_WD_WallOfZombies_groundPound_Loop", 212940); DictSNOAmbientSound.Add("Amb_WD_Haunt_spiritSwish", 223299); DictSNOAmbientSound.Add("Amb_WD_Hex_Pig_Vox_Loop", 213311); DictSNOAmbientSound.Add("Amb_WD_PlagueOfToads_Frog_Ribbit_Loop", 213359); DictSNOAmbientSound.Add("Amb_WD_SpiritBarrage_HauntedGhost_loop", 222951); DictSNOAmbientSound.Add("Amb_WD_SpiritBarrage_HauntedGhost_loop2", 222963); DictSNOAmbientSound.Add("Amb_WD_SpiritBarrage_spirit1_loop", 211537); DictSNOAmbientSound.Add("Amb_WD_SpiritBarrage_spirit2_loop", 211541); DictSNOAmbientSound.Add("AS_A3_ArreatCrater_LavaFlow_Loop", 231029); DictSNOAmbientSound.Add("AS_WAmb_Act1_butchersAmb", 163839); DictSNOAmbientSound.Add("AS_WAmb_Act1_cathedralBackHallways", 179786); DictSNOAmbientSound.Add("AS_WAmb_Act1_cathedralLvl1_2", 163767); DictSNOAmbientSound.Add("AS_WAmb_Act1_cathedralLvl3_4", 163838); DictSNOAmbientSound.Add("AS_WAmb_Act1_caveGeneric", 166027); DictSNOAmbientSound.Add("AS_WAmb_Act1_cellarGeneric", 166028); DictSNOAmbientSound.Add("AS_WAmb_Act1_cryptOfTheAncients", 164723); DictSNOAmbientSound.Add("AS_WAmb_Act1_defiledCrypts", 179671); DictSNOAmbientSound.Add("AS_WAmb_Act1_desolateChamber", 164137); DictSNOAmbientSound.Add("AS_WAmb_Act1_drownedTemple", 164790); DictSNOAmbientSound.Add("AS_WAmb_Act1_floodedMemories", 198335); DictSNOAmbientSound.Add("AS_WAmb_Act1_highlandsBackHallways", 204987); DictSNOAmbientSound.Add("AS_WAmb_Act1_leoricsHold", 167296); DictSNOAmbientSound.Add("AS_WAmb_Act1_leoricsManor", 183781); DictSNOAmbientSound.Add("AS_WAmb_Act1_leoricsPassage", 163837); DictSNOAmbientSound.Add("AS_WAmb_Act1_moonClanCaveHighlands", 182459); DictSNOAmbientSound.Add("AS_WAmb_Act1_roomGeneric", 181898); DictSNOAmbientSound.Add("AS_WAmb_Act1_royalCrypt", 164122); DictSNOAmbientSound.Add("AS_WAmb_Act1_skeletonKingCrown_crypt", 179674); DictSNOAmbientSound.Add("AS_WAmb_Act1_tyraelJaillArea_01", 183678); DictSNOAmbientSound.Add("AS_WAmb_Act1_warriorsRest", 164722); DictSNOAmbientSound.Add("AS_WAmb_Act2_aqds", 200471); DictSNOAmbientSound.Add("AS_WAmb_Act2_aqdsNoLapping", 200506); DictSNOAmbientSound.Add("AS_WAmb_act2_boneyard", 200007); DictSNOAmbientSound.Add("AS_WAmb_act2_caldCityUprising", 200008); DictSNOAmbientSound.Add("AS_WAmb_act2_caOutInn", 200009); DictSNOAmbientSound.Add("AS_WAmb_Act2_causeway", 197343); DictSNOAmbientSound.Add("AS_WAmb_Act2_caveGeneric", 196546); DictSNOAmbientSound.Add("AS_WAmb_Act2_cellarGeneric", 196547); DictSNOAmbientSound.Add("AS_WAmb_Act2_mysteriousCaves", 197454); DictSNOAmbientSound.Add("AS_WAmb_act2_realmOfShadow", 200010); DictSNOAmbientSound.Add("AS_WAmb_Act2_sewers", 167898); DictSNOAmbientSound.Add("AS_WAmb_act2_zoltanKulleFight", 200076); DictSNOAmbientSound.Add("AS_WAmb_Act3_arreatCore", 205884); DictSNOAmbientSound.Add("AS_WAmb_Act3_arreatCraters", 205885); DictSNOAmbientSound.Add("AS_WAmb_Act3_bastionAreaExt-01", 210556); DictSNOAmbientSound.Add("AS_WAmb_Act3_bastionAreaExt-02", 220856); DictSNOAmbientSound.Add("AS_WAmb_Act3_bastionAreaInt-01", 210557); DictSNOAmbientSound.Add("AS_WAmb_Act3_bastionAreaInt-02", 210559); DictSNOAmbientSound.Add("AS_WAmb_Act3_battlefields", 205886); DictSNOAmbientSound.Add("AS_WAmb_Act3_bridgeOfKorsikk", 205900); DictSNOAmbientSound.Add("AS_WAmb_Act3_bridgeStores", 205887); DictSNOAmbientSound.Add("AS_WAmb_Act3_canvernsOfFrost", 205924); DictSNOAmbientSound.Add("AS_WAmb_Act3_edgeOfTheAbyss", 205888); DictSNOAmbientSound.Add("AS_WAmb_Act3_gentleWindCold", 205966); DictSNOAmbientSound.Add("AS_WAmb_Act3_gentleWindCold_02", 205976); DictSNOAmbientSound.Add("AS_WAmb_Act3_heartOfSin", 206038); DictSNOAmbientSound.Add("AS_WAmb_Act3_iceFallCaves", 205889); DictSNOAmbientSound.Add("AS_WAmb_Act3_keepDepths", 205890); DictSNOAmbientSound.Add("AS_WAmb_Act3_keepDepths_03", 205961); DictSNOAmbientSound.Add("AS_WAmb_Act3_keepRandomA", 205891); DictSNOAmbientSound.Add("AS_WAmb_Act3_keepRandomB", 205892); DictSNOAmbientSound.Add("AS_WAmb_Act3_larder", 205893); DictSNOAmbientSound.Add("AS_WAmb_Act3_rakkisCrossing", 205894); DictSNOAmbientSound.Add("AS_WAmb_Act3_randomCellars", 205895); DictSNOAmbientSound.Add("AS_WAmb_Act3_towerOfTheCursed", 205896); DictSNOAmbientSound.Add("AS_WAmb_Act3_towerOfTheDamned_01", 205897); DictSNOAmbientSound.Add("AS_WAmb_Act3_towerOfTheDamned_02", 205898); DictSNOAmbientSound.Add("AS_WAmb_Act3_trebuchetArea", 206019); DictSNOAmbientSound.Add("AS_WAmb_act4_blessedChancel", 216267); DictSNOAmbientSound.Add("AS_WAmb_act4_crownOfHeaven", 206632); DictSNOAmbientSound.Add("AS_WAmb_act4_diabloEntrance", 206576); DictSNOAmbientSound.Add("AS_WAmb_act4_diabloFightPhase3", 215097); DictSNOAmbientSound.Add("AS_WAmb_act4_diabloFightShadowRealm_Challenge_Hub", 466093); DictSNOAmbientSound.Add("AS_WAmb_act4_diabloFightShadowRealm_windy", 230782); DictSNOAmbientSound.Add("AS_WAmb_act4_greatSpan", 216290); DictSNOAmbientSound.Add("AS_WAmb_act4_heavenB", 206441); DictSNOAmbientSound.Add("AS_WAmb_act4_heavenC", 206442); DictSNOAmbientSound.Add("AS_WAmb_act4_heavenD", 206443); DictSNOAmbientSound.Add("AS_WAmb_act4_hell", 206444); DictSNOAmbientSound.Add("AS_WAmb_act4_hellRift_fireballs", 223492); DictSNOAmbientSound.Add("AS_WAmb_act4_libraryOfFate", 206506); DictSNOAmbientSound.Add("AS_WAmb_act4_silverSpire", 206445); DictSNOAmbientSound.Add("AS_WAmb_act4_silverSpire_02", 223905); DictSNOAmbientSound.Add("AS_WAmb_act4_spireEntrance", 206547); DictSNOAmbientSound.Add("AS_WAmb_caDun_caldCityBelialArea", 199344); DictSNOAmbientSound.Add("AS_WAmb_caDun_caldCityNormal", 199343); DictSNOAmbientSound.Add("AS_WAmb_caDun_theRuins", 197078); DictSNOAmbientSound.Add("AS_WAmb_caDun_zoltanKulleAreas", 199171); DictSNOAmbientSound.Add("AS_WAmb_cald_swr_ver2", 449932); DictSNOAmbientSound.Add("AS_WAmb_caOut_alcarnus", 225657); DictSNOAmbientSound.Add("AS_WAmb_caOut_desertWindMed", 185249); DictSNOAmbientSound.Add("AS_WAmb_caOut_desertWindVeryHeavy", 196699); DictSNOAmbientSound.Add("AS_WAmb_caOut_distantVoices", 196444); DictSNOAmbientSound.Add("AS_WAmb_caOut_magdaFight", 200114); DictSNOAmbientSound.Add("AS_WAmb_caOut_outpost", 225676); DictSNOAmbientSound.Add("AS_WAmb_caOut_refugeeCamp", 184686); DictSNOAmbientSound.Add("AS_WAmb_caOut_refugeeCampWind", 184690); DictSNOAmbientSound.Add("AS_WAmb_caOut_sunderedCanyonOpen", 184843); DictSNOAmbientSound.Add("AS_WAmb_caOut_sunderedCanyonSheltered", 184746); DictSNOAmbientSound.Add("AS_WAmb_caOut_sunderedCanyonSheltered_02", 196857); DictSNOAmbientSound.Add("AS_WAmb_neph_arena", 449936); DictSNOAmbientSound.Add("AS_WAmb_PVP_cald_swr_ver2", 241793); DictSNOAmbientSound.Add("AS_WAmb_PVP_caOut_arena_01", 241794); DictSNOAmbientSound.Add("AS_WAmb_PVP_neph_arena", 241795); DictSNOAmbientSound.Add("AS_WAmb_trOut_CathedralExt", 160934); DictSNOAmbientSound.Add("AS_WAmb_trOut_CemetaryOfTheForsaken", 162553); DictSNOAmbientSound.Add("AS_WAmb_trOut_FieldsOfMisery", 161928); DictSNOAmbientSound.Add("AS_WAmb_trOut_Highlands", 161087); DictSNOAmbientSound.Add("AS_WAmb_trOut_HighlandsAndVicinity", 167050); DictSNOAmbientSound.Add("AS_WAmb_trOut_NewTristram", 160591); DictSNOAmbientSound.Add("AS_WAmb_trOut_OldRuins", 160276); DictSNOAmbientSound.Add("AS_WAmb_trOut_WeepingHollow", 162552); DictSNOAmbientSound.Add("AS_WAmb_trOut_Wortham", 164309); DictSNOAmbientSound.Add("AS_WAmb_trOut_WorthamBluffs", 164308); DictSNOAmbientSound.Add("Blizzcon_legendary_ring_loop", 434498); DictSNOAmbientSound.Add("Body_HangedA_caOut_Gore_Movement", 221254); DictSNOAmbientSound.Add("Body_HangedB_caOut_Gore_Movement", 221255); DictSNOAmbientSound.Add("Body_HangedE_caOut_Gore_Movement", 221258); DictSNOAmbientSound.Add("Body_HangedF_caOut_Gore_Movement", 214790); DictSNOAmbientSound.Add("CaOut_Oasis_Gear_Box_Loop", 213593); DictSNOAmbientSound.Add("CaOut_Oasis_Gear_Box_Loop02", 213597); DictSNOAmbientSound.Add("CaOut_Oasis_Gear_Box_Loop03", 214590); DictSNOAmbientSound.Add("cine_leoricsPassage_rumble_loop", 171301); DictSNOAmbientSound.Add("Fire_Braziers", 7075); DictSNOAmbientSound.Add("Fire_Torches", 7076); DictSNOAmbientSound.Add("Forest_Rain_Storm", 447639); DictSNOAmbientSound.Add("ItemPassive_Boots_GroundFire_loop", 251575); DictSNOAmbientSound.Add("ItemPassive_Unique_Shield_011_BoneArmor", 249878); DictSNOAmbientSound.Add("JP_test", 224060); DictSNOAmbientSound.Add("monsterAffix_Plagued_Loop", 231191); DictSNOAmbientSound.Add("Monster_Belial_TrueForm_Projectile_Swtnrs", 225802); DictSNOAmbientSound.Add("Monster_Diablo_Attack_RingOfFire_Loop", 230791); DictSNOAmbientSound.Add("Monster_Diablo_Attack_RingOfFire_Loop2", 230792); DictSNOAmbientSound.Add("Monster_Diablo_Corruption_Loop", 230828); DictSNOAmbientSound.Add("Monster_Ghost_MovementLoop", 223765); DictSNOAmbientSound.Add("Monster_Gluttony_Attack_AOE_Loop", 230867); DictSNOAmbientSound.Add("Monster_Gluttony_DeathGoo_Loop", 230868); DictSNOAmbientSound.Add("Monster_Gluttony_DeathGoo_Loop2", 230869); DictSNOAmbientSound.Add("Monster_HoodedNightmare_BoneShield", 230689); DictSNOAmbientSound.Add("Monster_LordDespair_ChestLoop", 231244); DictSNOAmbientSound.Add("Monster_LordDespair_ChestMagic", 231243); DictSNOAmbientSound.Add("Monster_ShadowVermin_PortalGeyser_Loop2", 223380); DictSNOAmbientSound.Add("Monster_ShadowVermin_Portal_Loop", 223377); DictSNOAmbientSound.Add("Monster_SiegeBreaker_Death_Fireloop", 231214); DictSNOAmbientSound.Add("Monster_Spider_Elemental_Cold", 230386); DictSNOAmbientSound.Add("Monster_Spider_Elemental_Cold_Tesla", 230393); DictSNOAmbientSound.Add("Monster_Spider_Elemental_Fire", 230373); DictSNOAmbientSound.Add("Monster_Spider_Elemental_Fire_Tesla", 230391); DictSNOAmbientSound.Add("Monster_Spider_Elemental_Lightning", 223282); DictSNOAmbientSound.Add("Monster_Spider_Elemental_Lightning_Tesla", 230394); DictSNOAmbientSound.Add("Monster_Spider_Elemental_Poison", 230384); DictSNOAmbientSound.Add("Monster_Spider_Elemental_Poison_Tesla", 230396); DictSNOAmbientSound.Add("Monster_Succubus_Channeling_Stun_Spell", 222817); DictSNOAmbientSound.Add("Monster_Swarm_Flying1", 225979); DictSNOAmbientSound.Add("Monster_Swarm_Flying2", 225980); DictSNOAmbientSound.Add("Monster_Swarm_Flying3", 225981); DictSNOAmbientSound.Add("Monster_TriuneSummoner_RabbitHole_Loop", 252910); DictSNOAmbientSound.Add("Monster_TriuneSummoner_RabbitHole_Loop2", 252911); DictSNOAmbientSound.Add("Monster_zk_sandy_loop", 214646); DictSNOAmbientSound.Add("Monster_ZoltunKulle_SlowTime_Loop", 231122); DictSNOAmbientSound.Add("Monster_ZoltunKulle_Twister_Loop", 231120); DictSNOAmbientSound.Add("Monster_ZoltunKulle_Twister_Loop2", 231121); DictSNOAmbientSound.Add("Objecta2dun_zolt_shadow_realm_portal_open_loop", 215098); DictSNOAmbientSound.Add("Objects_act1_TorchSmall", 172284); DictSNOAmbientSound.Add("Objects_PVP_cald_swr_waterfall_lite", 241797); DictSNOAmbientSound.Add("Object_a1dun_Crypts_Bowl_of_Bones_Loop", 179816); DictSNOAmbientSound.Add("Object_a2dun_Aqd_Well_System_A", 199690); DictSNOAmbientSound.Add("Object_a2dun_swr_coalpile", 198349); DictSNOAmbientSound.Add("Object_a2dun_swr_coalpile_small", 198356); DictSNOAmbientSound.Add("Object_a2dun_zolt_ibstone_sand_orb_loop", 212091); DictSNOAmbientSound.Add("Object_a2dun_Zolt_Round_Spawner_shadow_realm_portal_open_loop", 216741); DictSNOAmbientSound.Add("Object_a2dun_zolt_wallTorch", 216584); DictSNOAmbientSound.Add("Object_a2_dun_zolt_sandbridge_loop_neutral", 201482); DictSNOAmbientSound.Add("Object_a3dun_Keep_Wheel_A_loop", 217914); DictSNOAmbientSound.Add("Object_a3dun_Keep_Wheel_B_loop", 217911); DictSNOAmbientSound.Add("Object_a3_Battlefield_GuardCatapult_Door_loop", 214541); DictSNOAmbientSound.Add("Object_a3_Battlefield_Siegebreaker_DestructibleColumn_idle", 214374); DictSNOAmbientSound.Add("Object_a3_Battlefield_Siegebreaker_DestructibleColumn_idle2", 214381); DictSNOAmbientSound.Add("Object_A4dun_Garden_Corruption_Mine_Loop", 221783); DictSNOAmbientSound.Add("Object_A4dun_Garden_Corruption_Mine_Loop_02", 222441); DictSNOAmbientSound.Add("Object_A4dun_Garden_Corruption_Mine_Loop_03", 222442); DictSNOAmbientSound.Add("Object_a4dun_Garden_Purification_Well_idle2", 217056); DictSNOAmbientSound.Add("object_blacksmithForge_fireBig", 257786); DictSNOAmbientSound.Add("Object_blacksmith_torch", 257784); DictSNOAmbientSound.Add("Object_blacksmith_torch_lite", 257785); DictSNOAmbientSound.Add("Object_BSS_loop", 215270); DictSNOAmbientSound.Add("Object_bss_soul_loop", 215159); DictSNOAmbientSound.Add("Object_bss_soul_loop2", 215174); DictSNOAmbientSound.Add("Object_ButcherLair_FireFloor_Loop", 230910); DictSNOAmbientSound.Add("Object_ButcherLair_FireFloor_PreBurst", 230911); DictSNOAmbientSound.Add("Object_caDun_WallTorch", 197249); DictSNOAmbientSound.Add("Object_caOut_Boneyards_chest_Rare_Loop", 194689); DictSNOAmbientSound.Add("Object_caOut_Oasis_Aqueduct_Water_Loop", 205535); DictSNOAmbientSound.Add("Object_caout_oasis_rakanishu_centerstone_loop", 221782); DictSNOAmbientSound.Add("Object_caout_oasis_rakanishu_sidestone_A_loop", 194043); DictSNOAmbientSound.Add("Object_caOut_oasis_sideWheel_loop", 215647); DictSNOAmbientSound.Add("Object_caOut_Oasis_Water_Money_Center_Wheel_loop", 201525); DictSNOAmbientSound.Add("Object_g_HellPortals_idle1", 194048); DictSNOAmbientSound.Add("Object_g_HellPortals_idle2", 218312); DictSNOAmbientSound.Add("Object_g_HellPortals_idle3", 218313); DictSNOAmbientSound.Add("Object_Leoric_Crown_Loop", 188196); DictSNOAmbientSound.Add("Object_sandbridge_loop", 201451); DictSNOAmbientSound.Add("Object_sand_portal_loop", 215309); DictSNOAmbientSound.Add("Object_trDun_StrangerHole", 89445); DictSNOAmbientSound.Add("Object_trDUN_TorchSmall", 7085); DictSNOAmbientSound.Add("Object_trDun_tyraelsJail_waterLap", 183661); DictSNOAmbientSound.Add("Object_trDun_WallTorch", 7086); DictSNOAmbientSound.Add("Object_trOut_Cultists_Summoning_Portal_Loop", 216951); DictSNOAmbientSound.Add("Object_trOUT_Highlands_River_Rapids_05", 222369); DictSNOAmbientSound.Add("Object_trOUT_Highlands_River_Rapids_06_lite", 222373); DictSNOAmbientSound.Add("Object_trOUT_WaterWheel", 130570); DictSNOAmbientSound.Add("Object_waterTower_A_Oasis_caOut_Breakable_DEATH_CREAKS", 205588); DictSNOAmbientSound.Add("p1_AS_WAmb_Cesspool", 382190); DictSNOAmbientSound.Add("p1_cesspools_bubbles_placer_Loop", 389404); DictSNOAmbientSound.Add("p1_cesspools_Main_Waterfall_grate_Loop", 389341); DictSNOAmbientSound.Add("p1_cesspools_Main_Waterfall_grate_Loop2", 390162); DictSNOAmbientSound.Add("p1_cesspools_Main_Waterfall_Loop", 389178); DictSNOAmbientSound.Add("p1_cesspools_Main_Waterfall_Loop2", 389180); DictSNOAmbientSound.Add("p1_cesspools_Waterfalls_Med_Loop", 389441); DictSNOAmbientSound.Add("p1_cesspools_Waterfalls_Sm_Loop", 389668); DictSNOAmbientSound.Add("p1_cesspools_Waterfalls_Surface_Sm_Loop", 389679); DictSNOAmbientSound.Add("p1_cesspools_Waterfall_Large_Loop", 390160); DictSNOAmbientSound.Add("p1_DH_rapidFire_muzzleFlash_electricity", 408638); DictSNOAmbientSound.Add("p1_LR_cesspools_waterfall_splashes", 402247); DictSNOAmbientSound.Add("p1_monk_skill_tempestRush_zaps", 410234); DictSNOAmbientSound.Add("p1_Monster_Greed_Shockwave_Loop", 402559); DictSNOAmbientSound.Add("p1_Object_TGoblin_Gondola_Squeaks", 392676); DictSNOAmbientSound.Add("p1_Object_TGoblin_Torch", 402213); DictSNOAmbientSound.Add("p1_Object_TGoblin_Torch2", 402214); DictSNOAmbientSound.Add("p1_TGoblin_CenterPiece_Gem_Loop", 402569); DictSNOAmbientSound.Add("p1_TGoblin_Realm", 391266); DictSNOAmbientSound.Add("p1_tieredRift_portal_zaps", 409345); DictSNOAmbientSound.Add("p2_oasis_LR_entrance_waterfall", 428841); DictSNOAmbientSound.Add("p2_Oculus_ring_bubble_loop", 434863); DictSNOAmbientSound.Add("p2_shieldPylon_shield_loopWhoosh", 429156); DictSNOAmbientSound.Add("p2_wd_skill_haunt_spiritSwishWithPoison", 428675); DictSNOAmbientSound.Add("p43_BurningDebris_Fire_Loop", 457087); DictSNOAmbientSound.Add("p4_Forest_Cavern_Loop", 447074); DictSNOAmbientSound.Add("p4_Forest_ShipWreck_creaks", 446618); DictSNOAmbientSound.Add("p4_Forest_Trees_Brush_1Shots_01", 445446); DictSNOAmbientSound.Add("p4_Forest_Trees_Brush_1Shots_02", 445447); DictSNOAmbientSound.Add("p4_FrostBanner_A_flaps_loop", 428223); DictSNOAmbientSound.Add("p4_FrostBanner_B_flaps_loop", 428224); DictSNOAmbientSound.Add("p4_KKG_firelake_LP", 449890); DictSNOAmbientSound.Add("p4_KKG_fire_LP", 449888); DictSNOAmbientSound.Add("p4_mon_ratKing_mvmntV3", 428073); DictSNOAmbientSound.Add("P4_Object_FrostRuin_Torch", 426603); DictSNOAmbientSound.Add("p4_object_Ruins_brazierFire_Loop", 436502); DictSNOAmbientSound.Add("p4_PAmb_Forest_Cliff_WindGusts", 446622); DictSNOAmbientSound.Add("p4_PAmb_LeoricManor_Waterfall_LP", 449719); DictSNOAmbientSound.Add("p4_PAmb_Ruins_fireplace_loop", 436694); DictSNOAmbientSound.Add("p4_PAmb_Ruins_Trees_Brush_1Shots_01", 436681); DictSNOAmbientSound.Add("p4_PAmb_Ruins_Trees_Brush_1Shots_02", 436680); DictSNOAmbientSound.Add("p4_PAmb_Ruins_windGusts", 436876); DictSNOAmbientSound.Add("p4_PAmb_Ruins_wind_trees", 436677); DictSNOAmbientSound.Add("p4_PAmb_Ruins_wind_trees2", 436682); DictSNOAmbientSound.Add("p4_Pamb_waterfall_neph_bounty", 449981); DictSNOAmbientSound.Add("p4_ruins_Fire_Brazier_Loop", 441626); DictSNOAmbientSound.Add("p4_ruins_KKG_room_wind", 441518); DictSNOAmbientSound.Add("p4_ruins_WaspNest_idle_loop", 428235); DictSNOAmbientSound.Add("p4_WallTorch_lp", 449336); DictSNOAmbientSound.Add("p4_WAmb_Forest_Cave_loop", 446633); DictSNOAmbientSound.Add("p4_WAmb_LeoricManor_Ext_Cliff_LP", 449709); DictSNOAmbientSound.Add("p4_WAmb_LeoricManor_Ext_LP", 449708); DictSNOAmbientSound.Add("P4_WAMB_ruins_exterior", 426161); DictSNOAmbientSound.Add("P4_WAMB_ruins_interior", 426162); DictSNOAmbientSound.Add("P6_AS_WAmb_Church_BC_01", 459610); DictSNOAmbientSound.Add("p6_Church_BloodChannel_BloodPool_Loop", 474702); DictSNOAmbientSound.Add("p6_Church_BloodGate_Loop", 474288); DictSNOAmbientSound.Add("p6_Church_BloodGate_Loop2", 474289); DictSNOAmbientSound.Add("p6_Church_HangingCenser_Swinging", 459076); DictSNOAmbientSound.Add("p6_Church_Lectern_B_SoulLoop", 471504); DictSNOAmbientSound.Add("p6_Church_Statue_Blood_AmbientSound", 471405); DictSNOAmbientSound.Add("p6_Lost_souls_fracture_close_loop", 464540); DictSNOAmbientSound.Add("p6_Lost_souls_fracture_loop", 464542); DictSNOAmbientSound.Add("p6_moor_hanging_body", 464607); DictSNOAmbientSound.Add("p6_PAmb_cave_waterfall_big", 467542); DictSNOAmbientSound.Add("p6_PAmb_cave_waterfall_Blood", 471560); DictSNOAmbientSound.Add("p6_PAmb_Church_RocksFall", 471521); DictSNOAmbientSound.Add("p6_PAmb_church_whispers", 461394); DictSNOAmbientSound.Add("p6_PAmb_church_whispers2", 461477); DictSNOAmbientSound.Add("p6_PAmb_church_wind_gusts_low", 461395); DictSNOAmbientSound.Add("p6_PAmb_Church_Wind_Loop_Tonal", 471518); DictSNOAmbientSound.Add("p6_PAmb_Church_Wind_Loop_Tonal2", 471520); DictSNOAmbientSound.Add("p6_PAmb_moors_rock_debris", 460599); DictSNOAmbientSound.Add("p6_PAmb_moors_tree_creaks", 460611); DictSNOAmbientSound.Add("p6_PAmb_moors_water_lapping", 460604); DictSNOAmbientSound.Add("P6_Skill_Necro_BoneShield_saint6P_Tornado_Loop_Lrg", 477071); DictSNOAmbientSound.Add("P6_Skill_Necro_BoneShield_saint6P_Tornado_Loop_Lrg2", 477076); DictSNOAmbientSound.Add("P6_Skill_Necro_BoneShield_saint6P_Tornado_Loop_Med", 477072); DictSNOAmbientSound.Add("P6_Skill_Necro_BoneShield_saint6P_Tornado_Loop_Med2", 477077); DictSNOAmbientSound.Add("P6_Skill_Necro_BoneShield_saint6P_Tornado_Loop_Sml", 477073); DictSNOAmbientSound.Add("P6_Skill_Necro_BoneShield_saint6P_Tornado_Loop_Sml2", 477075); DictSNOAmbientSound.Add("P6_Skill_Necro_Devour_Rune_Aura", 473774); DictSNOAmbientSound.Add("P6_Skill_Necro_Frailty_Rune_Aura", 471792); DictSNOAmbientSound.Add("P6_Skill_Necro_Leech_RuneBlood_Loop", 475701); DictSNOAmbientSound.Add("P6_Skill_Necro_Leech_RuneBlood_Loop2", 475703); DictSNOAmbientSound.Add("p6_WAmb_Lost_Souls", 460872); DictSNOAmbientSound.Add("p6_WAmb_Moors", 460407); DictSNOAmbientSound.Add("PAmb_a2dun_Aqd_GodHead_Floor_loop", 214858); DictSNOAmbientSound.Add("PAmb_a2dun_aqd_special_waterfall_idle_loop", 210264); DictSNOAmbientSound.Add("PAmb_a2dun_Zolt_Body_Container_loop", 200924); DictSNOAmbientSound.Add("PAmb_a2dun_Zolt_FloatingLights_idle", 200967); DictSNOAmbientSound.Add("PAmb_a2dun_zolt_sandwall_loop", 212336); DictSNOAmbientSound.Add("PAmb_a2_dun_floor_run_loop", 200878); DictSNOAmbientSound.Add("PAmb_a3Battlefield_Props_burnt_supply_wagon_fire", 209834); DictSNOAmbientSound.Add("PAmb_a3dun_bridge_coal_piles_Loop", 218054); DictSNOAmbientSound.Add("PAmb_a3dun_demon_anvil_fire_loop", 222950); DictSNOAmbientSound.Add("PAmb_a3dun_demon_bloodcontainer_idle", 217333); DictSNOAmbientSound.Add("PAmb_a3_battlefield_props_catapult_burnt_loop", 211736); DictSNOAmbientSound.Add("Pamb_a4dun_corruption_loop1", 217278); DictSNOAmbientSound.Add("PAmb_a4dun_corruption_loop2", 217264); DictSNOAmbientSound.Add("PAmb_a4dun_corruption_loop3", 217262); DictSNOAmbientSound.Add("PAmb_a4dun_garden_Bridge_BaseActor_loop", 216438); DictSNOAmbientSound.Add("PAmb_a4dun_spire_hope_interactive_idle", 216637); DictSNOAmbientSound.Add("PAmb_act1_batsAndRocks", 182959); DictSNOAmbientSound.Add("PAmb_act1_batsFly_01", 182831); DictSNOAmbientSound.Add("PAmb_act1_batsFly_02", 182864); DictSNOAmbientSound.Add("PAmb_Act1_cainsRoom_firePlace", 169189); DictSNOAmbientSound.Add("PAmb_act1_critterRat", 170583); DictSNOAmbientSound.Add("PAmb_Act1_fire_leoricsDungeonBoss", 183786); DictSNOAmbientSound.Add("PAmb_Act1_fire_zombiesNearTown", 172212); DictSNOAmbientSound.Add("PAmb_Act1_leahsRoom_firePlace", 169190); DictSNOAmbientSound.Add("PAmb_Act1_newTristramInn_firePlace", 169191); DictSNOAmbientSound.Add("PAmb_act1_Object_event31_Triune_cast_loop", 213818); DictSNOAmbientSound.Add("PAmb_Act1_oldTristRoad_fireSmall", 169248); DictSNOAmbientSound.Add("PAmb_act1_skeletonKing_River_Rapids", 168657); DictSNOAmbientSound.Add("PAmb_act1_skeletonKing_River_Rapids_diffuse", 168660); DictSNOAmbientSound.Add("PAmb_act1_skeletonKing_WaterFall_Large", 168652); DictSNOAmbientSound.Add("PAmb_act1_spiderCaves_acidCloud_lava_loop", 222495); DictSNOAmbientSound.Add("PAmb_act1_spiderCaves_steamHiis", 222437); DictSNOAmbientSound.Add("PAmb_act1_spiderCaves_venomPoolLaps", 222435); DictSNOAmbientSound.Add("PAmb_Act1_tinkersRoom_firePlace", 181873); DictSNOAmbientSound.Add("PAmb_act1_worthamFires", 222324); DictSNOAmbientSound.Add("PAmb_act2_aqd_waterfall1", 218931); DictSNOAmbientSound.Add("PAmb_act2_aqd_waterfall2", 218935); DictSNOAmbientSound.Add("PAmb_act2_aqd_waterfall3", 220484); DictSNOAmbientSound.Add("PAmb_act2_aqd_waterfall4", 220504); DictSNOAmbientSound.Add("PAmb_act2_aqd_waterfall5", 230720); DictSNOAmbientSound.Add("PAmb_act2_aqd_waterfall6", 230925); DictSNOAmbientSound.Add("PAmb_Act2_belialFight_winds", 218497); DictSNOAmbientSound.Add("PAmb_act2_boneyard_gooLap", 220595); DictSNOAmbientSound.Add("PAmb_act2_boneyard_windGusts", 220576); DictSNOAmbientSound.Add("PAmb_act2_boneyard_windGusts_moreFrequent", 220653); DictSNOAmbientSound.Add("PAmb_Act2_caldeumCelebrates", 217214); DictSNOAmbientSound.Add("PAmb_Act2_caldeumCelebrates_inTheCity", 218524); DictSNOAmbientSound.Add("PAmb_Act2_caldeumCity_waterChannel", 218545); DictSNOAmbientSound.Add("PAmb_Act2_caldeumRefugees", 217195); DictSNOAmbientSound.Add("PAmb_Act2_caldeumRefugees_02", 231160); DictSNOAmbientSound.Add("PAmb_Act2_caldeumRefugees_inTheCity", 218525); DictSNOAmbientSound.Add("PAmb_Act2_caldeumRefugees_inTheCity_lite", 218534); DictSNOAmbientSound.Add("PAmb_Act2_caldeumUnderAttack", 216965); DictSNOAmbientSound.Add("PAmb_Act2_caldeumUnderAttack_inTheCity_lite", 218535); DictSNOAmbientSound.Add("PAmb_Act2_caldeum_cistern", 218421); DictSNOAmbientSound.Add("PAmb_Act2_caldeum_fountain", 218420); DictSNOAmbientSound.Add("PAmb_Act2_caldeum_hookah", 218434); DictSNOAmbientSound.Add("PAMB_act2_cave_larva_idle", 200881); DictSNOAmbientSound.Add("PAmb_Act2_heavyWindGusts", 217348); DictSNOAmbientSound.Add("PAmb_Act2_lacuniDistance", 218407); DictSNOAmbientSound.Add("PAmb_act2_oasis_dripsDry", 197519); DictSNOAmbientSound.Add("PAmb_Act2_oasis_river_med", 197503); DictSNOAmbientSound.Add("PAmb_Act2_oasis_river_med_02", 198097); DictSNOAmbientSound.Add("PAmb_Act2_oasis_river_med_03", 230913); DictSNOAmbientSound.Add("PAmb_Act2_oasis_waterChannel", 218606); DictSNOAmbientSound.Add("PAmb_Act2_oasis_waterDrips", 197473); DictSNOAmbientSound.Add("PAmb_Act2_oasis_waterDrips_lite", 197511); DictSNOAmbientSound.Add("PAmb_act2_oasis_waterLap1", 218609); DictSNOAmbientSound.Add("PAmb_act2_oasis_waterLap2", 218610); DictSNOAmbientSound.Add("PAmb_act2_oasis_waterLap3", 226481); DictSNOAmbientSound.Add("PAmb_Act2_sewers_waterRuns", 168001); DictSNOAmbientSound.Add("PAmb_act2_shadowRealm_ash", 220843); DictSNOAmbientSound.Add("PAmb_act2_waterfall_special_drips", 212925); DictSNOAmbientSound.Add("PAmb_act3_arreatCraters_lavaCrevice", 226609); DictSNOAmbientSound.Add("PAmb_act3_arreatCraters_lavaFalls", 226560); DictSNOAmbientSound.Add("PAmb_act3_bastion_fire_small", 228858); DictSNOAmbientSound.Add("PAmb_Act3_battlefields_fireInWind", 231008); DictSNOAmbientSound.Add("PAmb_act3_battlefields_fissureNoises", 224863); DictSNOAmbientSound.Add("PAmb_act3_battlefields_lavaAndWind", 220138); DictSNOAmbientSound.Add("PAmb_act3_battlefields_windGustsLessDirt_01", 220056); DictSNOAmbientSound.Add("PAmb_act3_battlefields_windGusts_01", 220053); DictSNOAmbientSound.Add("PAmb_act3_battlefields_windGusts_02", 429828); DictSNOAmbientSound.Add("PAmb_act3_battlefields_windGusts_03", 432830); DictSNOAmbientSound.Add("PAmb_act3_battlefields_windGusts_04", 432991); DictSNOAmbientSound.Add("PAmb_Act3_bridge_fireBig", 220265); DictSNOAmbientSound.Add("PAmb_act3_bridge_fissureNoises", 224886); DictSNOAmbientSound.Add("PAmb_Act3_chainlight_fire", 217596); DictSNOAmbientSound.Add("PAmb_Act3_chainlight_fireRumble", 217597); DictSNOAmbientSound.Add("PAmb_act3_craterFire", 217628); DictSNOAmbientSound.Add("PAmb_act3_craterFireSpike", 217629); DictSNOAmbientSound.Add("PAmb_act3_crater_fissureNoises", 224897); DictSNOAmbientSound.Add("PAmb_act3_fieldsOfSlaughter_crevice", 231011); DictSNOAmbientSound.Add("PAmb_Act3_fieldsOfSlaughter_lavaGash", 231016); DictSNOAmbientSound.Add("PAmb_act3_heartOfSin_distantHeart_1", 227277); DictSNOAmbientSound.Add("PAmb_act3_heartOfSin_distantHeart_2", 227276); DictSNOAmbientSound.Add("PAmb_act3_heartOfSin_distantHeart_3", 227916); DictSNOAmbientSound.Add("PAmb_act3_heartOfSin_lava", 227269); DictSNOAmbientSound.Add("PAmb_act3_keep_creaks", 231005); DictSNOAmbientSound.Add("PAmb_act3_keep_frozenRiver", 219420); DictSNOAmbientSound.Add("PAmb_act3_keep_frozenRiver_02", 219438); DictSNOAmbientSound.Add("PAmb_act3_keep_frozenRiver_lite", 219423); DictSNOAmbientSound.Add("PAmb_Act3_keep_lavaChannel", 219147); DictSNOAmbientSound.Add("PAmb_Act3_keep_lavaChannel_2", 231001); DictSNOAmbientSound.Add("PAmb_Act3_keep_lavaFalls_lite", 219160); DictSNOAmbientSound.Add("PAmb_act3_keep_windGusts", 219240); DictSNOAmbientSound.Add("PAmb_act3_keep_windGusts2", 219374); DictSNOAmbientSound.Add("PAmb_act3_keep_windGusts3_cold", 219408); DictSNOAmbientSound.Add("PAmb_act3_keep_windGusts_lite", 219359); DictSNOAmbientSound.Add("PAmb_Act3_lavaBlorps_arreatCore", 217781); DictSNOAmbientSound.Add("PAmb_Act3_lavaBlorps_dist", 220171); DictSNOAmbientSound.Add("PAmb_Act3_lavaFallsA", 217602); DictSNOAmbientSound.Add("PAmb_Act3_lavaFallsB", 231033); DictSNOAmbientSound.Add("PAmb_Act3_lavaPotA", 217607); DictSNOAmbientSound.Add("PAmb_Act3_lavaPotB", 217631); DictSNOAmbientSound.Add("PAmb_Act3_lavaPotC", 217769); DictSNOAmbientSound.Add("PAmb_Act3_lavaWaterfallSplashy", 217636); DictSNOAmbientSound.Add("PAmb_Act3_lavaWaterfallSplashy_lite", 217748); DictSNOAmbientSound.Add("PAmb_act3_oilFire", 217973); DictSNOAmbientSound.Add("PAmb_act3_rakkisCrossing_fire_hot", 220186); DictSNOAmbientSound.Add("PAmb_Act3_ramparts_explInterior", 211347); DictSNOAmbientSound.Add("PAmb_Act3_ramparts_explInterior_3", 211472); DictSNOAmbientSound.Add("PAmb_Act3_ramparts_fireInWind", 215203); DictSNOAmbientSound.Add("PAmb_act3_ramparts_HubFire", 217984); DictSNOAmbientSound.Add("PAmb_Act3_signalFire", 217843); DictSNOAmbientSound.Add("PAmb_Act3_vapors_arreatCore", 217807); DictSNOAmbientSound.Add("PAmb_act3_wagonFire", 220049); DictSNOAmbientSound.Add("PAmb_Act4_corrupt_angel_spawner_lava", 220927); DictSNOAmbientSound.Add("PAmb_act4_diabloFight_destruction", 230941); DictSNOAmbientSound.Add("PAmb_act4_diabloFight_fires", 230955); DictSNOAmbientSound.Add("PAmb_act4_diabloFight_fires_2", 230956); DictSNOAmbientSound.Add("PAmb_act4_diabloFight_whooshes", 230970); DictSNOAmbientSound.Add("PAmb_act4_diabloFight_wind", 230951); DictSNOAmbientSound.Add("PAmb_act4_fireballs", 223401); DictSNOAmbientSound.Add("PAmb_act4_fireCrackly", 222775); DictSNOAmbientSound.Add("PAmb_act4_fireHot", 223500); DictSNOAmbientSound.Add("PAmb_Act4_gardens_tealPoolvapors", 223344); DictSNOAmbientSound.Add("PAmb_Act4_hellRift_lava", 223496); DictSNOAmbientSound.Add("PAmb_act4_lavaFalls", 223501); DictSNOAmbientSound.Add("PAmb_Act4_library_splashses", 231213); DictSNOAmbientSound.Add("PAmb_Act4_spire_lavaFalls_lite", 223788); DictSNOAmbientSound.Add("PAmb_act4_tealFall_loop", 231270); DictSNOAmbientSound.Add("PAmb_act4_tealFall_tight_loop", 231337); DictSNOAmbientSound.Add("PAmb_act4_twinkles", 222843); DictSNOAmbientSound.Add("PAmb_act4_vestibule_distAura", 231050); DictSNOAmbientSound.Add("PAmb_act4_waterfallSparkle_loop_B", 231205); DictSNOAmbientSound.Add("PAmb_act4_waterfall_03", 231223); DictSNOAmbientSound.Add("PAmb_act4_waterfall_03_lite", 231228); DictSNOAmbientSound.Add("PAmb_act4_waterfall_04", 231295); DictSNOAmbientSound.Add("PAmb_act4_waterfall_library", 231306); DictSNOAmbientSound.Add("PAmb_act_aqd_waterfallSplashy", 220490); DictSNOAmbientSound.Add("PAmb_act_aqd_waterfallSplashy_3", 230927); DictSNOAmbientSound.Add("PAmb_azmodan_lava_loop", 212344); DictSNOAmbientSound.Add("PAmb_battlefield_demonic_forge_idle", 210343); DictSNOAmbientSound.Add("PAmb_Battlefield_lavaPit", 432821); DictSNOAmbientSound.Add("PAmb_Belial_Magic_Blocker_loop", 200775); DictSNOAmbientSound.Add("PAmb_big_portal_event_47_loop", 216952); DictSNOAmbientSound.Add("PAmb_blood_pit_loop", 206128); DictSNOAmbientSound.Add("PAmb_caDun_overgrownPath_waterfall", 197354); DictSNOAmbientSound.Add("PAmb_caDun_sewers_WaterFall_small", 197332); DictSNOAmbientSound.Add("PAmb_caDun_sewers_WaterFall_small_02", 200460); DictSNOAmbientSound.Add("PAmb_caOut_bazaarNoises", 184729); DictSNOAmbientSound.Add("PAmb_caOut_creviceWind", 185356); DictSNOAmbientSound.Add("PAmb_caOut_creviceWind_03", 196872); DictSNOAmbientSound.Add("PAmb_caOut_creviceWind_03lite", 196469); DictSNOAmbientSound.Add("PAmb_caOut_oasis_waterfall", 197462); DictSNOAmbientSound.Add("PAmb_caOut_oasis_waterfall_big", 198088); DictSNOAmbientSound.Add("PAmb_caOut_oasis_waterfall_big_02", 198228); DictSNOAmbientSound.Add("PAmb_caOut_oasis_waterfall_longDist", 198221); DictSNOAmbientSound.Add("PAmb_caOut_oasis_waterfall_trickle", 198207); DictSNOAmbientSound.Add("PAmb_caOut_oasis_waterfall_trickle2", 218631); DictSNOAmbientSound.Add("PAmb_caOut_steam_cracks", 210471); DictSNOAmbientSound.Add("PAmb_caOut_StingingWinds_IncenseStand_A_idle", 217674); DictSNOAmbientSound.Add("PAmb_caOut_windGustsExitingBazaar", 184754); DictSNOAmbientSound.Add("PAmb_caOut_windGusts_03", 184797); DictSNOAmbientSound.Add("PAmb_caOut_windGusts_04", 429815); DictSNOAmbientSound.Add("PAmb_caOut_woodBridgeCreaks", 224787); DictSNOAmbientSound.Add("PAmb_chainpylon_fire_loop", 214886); DictSNOAmbientSound.Add("PAmb_chainpylon_fire_loop2", 215851); DictSNOAmbientSound.Add("PAmb_CrystalArch_Flame_Loop", 230814); DictSNOAmbientSound.Add("PAmb_CrystalArch_Flame_Loop_2", 230978); DictSNOAmbientSound.Add("PAmb_demonic_forge_idle", 210332); DictSNOAmbientSound.Add("PAmb_dueling_branch_rustle", 317551); DictSNOAmbientSound.Add("PAmb_dueling_distant_monsters", 317552); DictSNOAmbientSound.Add("PAmb_dun_stone_portal_loop", 220342); DictSNOAmbientSound.Add("PAmb_dun_stone_portal_loop1", 220343); DictSNOAmbientSound.Add("PAmb_eggsack_cluster_loops", 206152); DictSNOAmbientSound.Add("PAmb_fieldsOfMiseryPond_Lapping", 181841); DictSNOAmbientSound.Add("PAmb_goatportal_lp", 220254); DictSNOAmbientSound.Add("PAmb_g_portal_heavenTeal", 231394); DictSNOAmbientSound.Add("PAmb_g_portal_loop1", 220589); DictSNOAmbientSound.Add("PAmb_g_portal_loop2", 220590); DictSNOAmbientSound.Add("PAmb_MonsterAffix_arcane_loop", 221582); DictSNOAmbientSound.Add("PAmb_Objects_a3_oilvat_idle_loop", 196428); DictSNOAmbientSound.Add("PAmb_Objects_LeorDun_Jail_BlueTorch_Bridge_Loop", 115395); DictSNOAmbientSound.Add("PAmb_Objects_LeorDun_Jail_BlueTorch_Loop", 114515); DictSNOAmbientSound.Add("PAmb_Object_A2_caOut_WindMillSail_Mining", 57727); DictSNOAmbientSound.Add("PAmb_Object_A2_Zolt_Sphere_Active", 7089); DictSNOAmbientSound.Add("PAmb_Object_A2_Zolt_Sphere_Inactive", 7090); DictSNOAmbientSound.Add("PAmb_Object_BodyTumbler_Loop", 109562); DictSNOAmbientSound.Add("PAmb_object_brazierFire", 170114); DictSNOAmbientSound.Add("PAmb_Object_caOut_Crane_RopeCreaks", 217701); DictSNOAmbientSound.Add("PAmb_Object_caOut_FlagPole_RopeCreaks", 217692); DictSNOAmbientSound.Add("PAmb_Object_LeorDun_JailDoor_Screams", 110979); DictSNOAmbientSound.Add("PAmb_Object_LeorDun_PitFlies", 112760); DictSNOAmbientSound.Add("PAmb_Object_Leoric_BigFireGrate_CenterFire_Loop", 111824); DictSNOAmbientSound.Add("PAmb_Object_Leoric_Firewall", 94753); DictSNOAmbientSound.Add("PAmb_Object_Leoric_FireZombie_Spawner_Fire_Loop", 110640); DictSNOAmbientSound.Add("PAmb_Object_Leoric_Fire_Grate_Large", 107274); DictSNOAmbientSound.Add("PAmb_Object_Leoric_Fire_Grate_Large_02", 183789); DictSNOAmbientSound.Add("PAmb_Object_Leoric_MedGrate2", 110632); DictSNOAmbientSound.Add("PAmb_Object_Leoric_PitFire", 95287); DictSNOAmbientSound.Add("PAmb_Object_Leoric_PitFire2", 113995); DictSNOAmbientSound.Add("PAmb_Object_Leoric_SmallGrate", 108902); DictSNOAmbientSound.Add("PAmb_Object_Leor_Chain_Swinging", 109636); DictSNOAmbientSound.Add("PAmb_Object_Leor_Swinging_Cage_A", 110686); DictSNOAmbientSound.Add("PAmb_Object_Leor_Swinging_Cage_B", 217622); DictSNOAmbientSound.Add("PAmb_Object_Leor_Swinging_Cage_C", 217623); DictSNOAmbientSound.Add("PAmb_Object_trDun_incense_burner_Loop", 178509); DictSNOAmbientSound.Add("PAmb_Object_trOut_BannerFlap", 102333); DictSNOAmbientSound.Add("PAmb_Object_trOut_Campfire", 130835); DictSNOAmbientSound.Add("PAmb_Object_trOut_Campfire_hermit", 221896); DictSNOAmbientSound.Add("PAmb_Object_trOut_CookingPot_Fire", 158208); DictSNOAmbientSound.Add("PAmb_Object_trOUT_Corpse_RopeCreak", 148341); DictSNOAmbientSound.Add("PAmb_Object_trOut_Exploding_CampFire", 215246); DictSNOAmbientSound.Add("PAmb_Object_trOut_Highlands_Burnt_Rafters_loop", 196499); DictSNOAmbientSound.Add("PAmb_Object_trOut_ScarecrowFlaps", 158711); DictSNOAmbientSound.Add("PAmb_Object_trOut_Shutters_Squeak", 7091); DictSNOAmbientSound.Add("PAmb_Object_trOUT_Town_Lantern", 86243); DictSNOAmbientSound.Add("PAmb_Object_trOUT_Town_Lantern_Flame", 87371); DictSNOAmbientSound.Add("PAmb_Object_trOUT_Town_Ravens_Perched", 208426); DictSNOAmbientSound.Add("PAmb_Object_trOut_WagonFire", 130834); DictSNOAmbientSound.Add("PAmb_Object_trOut_ZombieFire_Loop", 7092); DictSNOAmbientSound.Add("PAmb_placeholder_distMonster-01", 225878); DictSNOAmbientSound.Add("PAmb_PVP_neph_arena_flames", 241799); DictSNOAmbientSound.Add("PAmb_ShrineGlobe_idle", 293968); DictSNOAmbientSound.Add("PAmb_Shrine_idle2", 220287); DictSNOAmbientSound.Add("PAmb_skeletonportal_lp", 220258); DictSNOAmbientSound.Add("PAmb_trDun_cathedral_starCraterHiss", 179757); DictSNOAmbientSound.Add("PAmb_trDun_cathedral_starCraterHiss_small", 182647); DictSNOAmbientSound.Add("PAmb_trDun_cathedral_starCraterHiss_small_drownedTemple", 182987); DictSNOAmbientSound.Add("PAmb_trDun_Crypt_DeathoftheKing_Sword_idle", 219907); DictSNOAmbientSound.Add("PAmb_trDun_floodedMemories_waterfall", 198367); DictSNOAmbientSound.Add("PAmb_trDun_floodedMemories_waterfall_small", 198358); DictSNOAmbientSound.Add("PAmb_trDun_floodedMemories_waterLap", 198351); DictSNOAmbientSound.Add("PAmb_trDun_floodedMemories_waterLapAndDrip", 198418); DictSNOAmbientSound.Add("PAmb_trDun_mine_FOMisery_rocksFall", 182716); DictSNOAmbientSound.Add("PAmb_trDun_mine_nephalem_rocksFall", 182833); DictSNOAmbientSound.Add("PAmb_trDun_PoolFountain", 7093); DictSNOAmbientSound.Add("PAmb_trDun_PoolFountain_skelKingArea", 204497); DictSNOAmbientSound.Add("PAmb_trDun_poolLaps_skelKingArea", 204525); DictSNOAmbientSound.Add("PAmb_trDun_tyraelJailArea_rocksFall", 183719); DictSNOAmbientSound.Add("PAmb_trDun_WaterFall_Small (2)", 7094); DictSNOAmbientSound.Add("PAmb_trDun_WaterFall_Small", 7095); DictSNOAmbientSound.Add("PAmb_trOUT_adriasHut_River_Frogs", 202426); DictSNOAmbientSound.Add("PAmb_trOUT_Cathedral_Creaks", 85651); DictSNOAmbientSound.Add("PAmb_trOUT_Cathedral_SqueaksFlaps", 85825); DictSNOAmbientSound.Add("PAmb_trOUT_Cathedral_StrangerHole", 85841); DictSNOAmbientSound.Add("PAmb_trOut_Cavern_Loop", 131709); DictSNOAmbientSound.Add("PAmb_trOut_Cavern_RockFalls_warriorsRest", 182858); DictSNOAmbientSound.Add("PAmb_trOut_cave_smallFlames", 182868); DictSNOAmbientSound.Add("PAmb_trOut_cliffWindAndNoises", 182445); DictSNOAmbientSound.Add("PAmb_trOUT_Creek_Lapping", 130996); DictSNOAmbientSound.Add("PAmb_TrOut_Duel_river_med_01", 317553); DictSNOAmbientSound.Add("PAmb_TrOut_Duel_river_splashes", 317554); DictSNOAmbientSound.Add("PAmb_trOut_eerieForestNoise", 181967); DictSNOAmbientSound.Add("PAmb_trOut_emit_dripsDry", 169871); DictSNOAmbientSound.Add("PAmb_trOut_emit_dripsDry_fast", 179861); DictSNOAmbientSound.Add("PAmb_trOut_FesteringWoods_TreeGroans", 7096); DictSNOAmbientSound.Add("PAmb_trOut_GoatmanOutpost_RoofFire_Loop", 218324); DictSNOAmbientSound.Add("PAmb_trOUT_HighlandsBluffs_River_Rapids", 166404); DictSNOAmbientSound.Add("PAmb_trOUT_highlandsBluffs_WaterFall_Large", 166197); DictSNOAmbientSound.Add("PAmb_trOUT_Highlands_River", 162296); DictSNOAmbientSound.Add("PAMB_trOut_highlands_riverFromCliff", 183109); DictSNOAmbientSound.Add("PAmb_trOUT_Highlands_River_02", 183144); DictSNOAmbientSound.Add("PAmb_trOUT_Highlands_River_03", 202428); DictSNOAmbientSound.Add("PAmb_trOUT_Highlands_River_04", 222364); DictSNOAmbientSound.Add("PAmb_trOUT_Highlands_River_NoRapids", 162303); DictSNOAmbientSound.Add("PAmb_trOUT_Highlands_WaterFall_Small", 162518); DictSNOAmbientSound.Add("PAmb_trOut_Leoric_River_01", 111385); DictSNOAmbientSound.Add("PAmb_trOut_Leoric_River_02", 111390); DictSNOAmbientSound.Add("PAmb_trOUT_oldTristramRoad_treeFrogsCDE", 169304); DictSNOAmbientSound.Add("PAmb_trOUT_oldTristramRuins_frogsAndZombies", 169509); DictSNOAmbientSound.Add("PAmb_trout_oldtristram_adriacellar_cauldron_idle", 196985); DictSNOAmbientSound.Add("PAmb_trOUT_OldTristram_South_River", 92306); DictSNOAmbientSound.Add("PAmb_trOUT_OldTristram_South_River_Frogs", 92577); DictSNOAmbientSound.Add("PAmb_trOut_pond_waterLap", 204124); DictSNOAmbientSound.Add("PAmb_trOUT_Rapids", 130215); DictSNOAmbientSound.Add("PAmb_trOUT_rapidsSweetener", 180151); DictSNOAmbientSound.Add("PAmb_trOUT_River (3)", 130097); DictSNOAmbientSound.Add("PAmb_trOUT_River (4)", 180147); DictSNOAmbientSound.Add("PAmb_trOUT_River (5)", 182765); DictSNOAmbientSound.Add("PAmb_trOUT_Temple_WaterFall", 130620); DictSNOAmbientSound.Add("PAmb_trOut_TristramField_Tree_Burning_A", 208927); DictSNOAmbientSound.Add("PAmb_trOut_Tristram_CoveredBridge_Creaks", 93128); DictSNOAmbientSound.Add("PAmb_trOut_Tristram_CoveredBridge_River", 93163); DictSNOAmbientSound.Add("PAmb_trOUT_Tristram_EastRiver_Frogs", 92192); DictSNOAmbientSound.Add("PAmb_trOUT_Tristram_East_River", 92028); DictSNOAmbientSound.Add("PAmb_trOut_Tristram_North_River", 93140); DictSNOAmbientSound.Add("PAmb_trOut_Tristram_Ocean", 92956); DictSNOAmbientSound.Add("PAmb_trOUT_Tristram_treeFrogsA", 168854); DictSNOAmbientSound.Add("PAmb_trOUT_Tristram_treeFrogsBC", 168963); DictSNOAmbientSound.Add("PAmb_trOUT_Tristram_treeFrogsH", 171816); DictSNOAmbientSound.Add("PAmb_trOut_Tristram_zombieDistant", 169089); DictSNOAmbientSound.Add("PAmb_TrOut_TubWater_Steam", 230033); DictSNOAmbientSound.Add("PAmb_trOUT_wagonWheelLoop", 202753); DictSNOAmbientSound.Add("PAmb_trOUT_WaterFall_Large_02", 180185); DictSNOAmbientSound.Add("PAmb_trOUT_WaterFall_Large_drownedTemple", 182966); DictSNOAmbientSound.Add("PAmb_trOUT_WaterFall_Large_highlands", 182528); DictSNOAmbientSound.Add("PAmb_trOUT_WaterFall_Large_highlands_loud", 183137); DictSNOAmbientSound.Add("PAmb_trOUT_WaterFall_Large_highlands_loud_03", 183299); DictSNOAmbientSound.Add("PAmb_trOUT_WaterFall_Large_highlands_med_01", 230379); DictSNOAmbientSound.Add("PAmb_trOUT_waterLaps", 180177); DictSNOAmbientSound.Add("PAmb_trOUT_waterLaps_dock", 184472); DictSNOAmbientSound.Add("PAmb_trout_wateryAmb", 169949); DictSNOAmbientSound.Add("PAmb_trOut_wellWaterLaps", 202984); DictSNOAmbientSound.Add("PAMB_trOut_wortham_fireBig", 183006); DictSNOAmbientSound.Add("PAmb_WaypointFlames", 203021); DictSNOAmbientSound.Add("PAMB_worthamChapelCellar_rumble", 182989); DictSNOAmbientSound.Add("PAmb_ZoltDun_SandSpout_Loop", 119232); DictSNOAmbientSound.Add("PAmb_ZoltDun_SandSpout_Loop_02", 199195); DictSNOAmbientSound.Add("PAmb_ZoltDun_SandSpout_Loop_03", 231398); DictSNOAmbientSound.Add("px_legendary_ashBringer_vo", 431318); DictSNOAmbientSound.Add("px_pamb_festeringWoodsDRLG_hiss", 430531); DictSNOAmbientSound.Add("px_pamb_festeringWoodsDRLG_hiss_02", 430537); DictSNOAmbientSound.Add("px_pamb_tristramFields_rapids", 430051); DictSNOAmbientSound.Add("px_pamb_tristramFields_river_med_01", 430006); DictSNOAmbientSound.Add("px_pamb_tristramFields_waterLaps", 430042); DictSNOAmbientSound.Add("px_pamb_tristramFields_waterLaps_lite_1shots", 430094); DictSNOAmbientSound.Add("px_tristramFields_frogsAndStuff", 430046); DictSNOAmbientSound.Add("px_tristramFields_waterfall_heavy", 430081); DictSNOAmbientSound.Add("px_tristramFields_waterfall_lite", 430088); DictSNOAmbientSound.Add("px_WAmb_trOut_FesteringWoods_drlg", 430503); DictSNOAmbientSound.Add("skill_barbarian_rend_blood_loop", 178428); DictSNOAmbientSound.Add("Skill_leah_disintegrate_beam2_loop", 218713); DictSNOAmbientSound.Add("skill_monk_circleOfWrath_alabaster_fear_loop", 176010); DictSNOAmbientSound.Add("Skill_Wizard_StoneArmour_RockyBits", 218519); DictSNOAmbientSound.Add("trDun_WaterSpout (2)", 7109); DictSNOAmbientSound.Add("trDun_WaterSpout_cath", 179737); DictSNOAmbientSound.Add("WAmb_act1_jarOfSouls", 202598); DictSNOAmbientSound.Add("WAmb_Act2_Borderlands_A", 7111); DictSNOAmbientSound.Add("WAMB_Act2_sewers_gloopySplash_1shots", 167991); DictSNOAmbientSound.Add("WAmb_Bnet_Act2", 210494); DictSNOAmbientSound.Add("WAmb_Bnet_Act3", 210495); DictSNOAmbientSound.Add("WAmb_Bnet_Act4", 210496); DictSNOAmbientSound.Add("WAmb_Bnet_LoginScreen", 210497); DictSNOAmbientSound.Add("WAmb_Bnet_LoginScreen_critter", 225652); DictSNOAmbientSound.Add("WAmb_Bnet_LoginScreen_critter2", 225655); DictSNOAmbientSound.Add("WAmb_Bnet_PvP", 225717); DictSNOAmbientSound.Add("WAmb_ButchersLair", 7112); DictSNOAmbientSound.Add("WAmb_caOut_oasis", 197949); DictSNOAmbientSound.Add("WAmb_devHell", 225548); DictSNOAmbientSound.Add("WAmb_Forest_Tower", 447703); DictSNOAmbientSound.Add("WAmb_IsaKeep", 7113); DictSNOAmbientSound.Add("WAmb_RandomAllTiles_Connected", 212575); DictSNOAmbientSound.Add("WAmb_SpiderCave", 136428); DictSNOAmbientSound.Add("WAmb_trDun_watchtower", 182018); DictSNOAmbientSound.Add("WAmb_trOut_FesteringWoods", 7114); DictSNOAmbientSound.Add("WAmb_trOut_Tristram_Inn", 136795); DictSNOAmbientSound.Add("X1_adriaMonster_bloodpool_big", 359745); DictSNOAmbientSound.Add("X1_affix_frozenPulse_loop", 358083); DictSNOAmbientSound.Add("x1_affix_wormhole_loop", 363518); DictSNOAmbientSound.Add("X1_Amb_Skill_Crusader_FistOFHeavens_Elec_Sweet", 352875); DictSNOAmbientSound.Add("X1_Amb_Skill_Crusader_FistOFHeavens_Wind_Sweet", 352856); DictSNOAmbientSound.Add("X1_Angel_Fixing_Ballista_Loop", 377727); DictSNOAmbientSound.Add("X1_Angel_Fixing_Ballista_Loop2", 377728); DictSNOAmbientSound.Add("X1_bogFamily_ranged_towerTorch", 362484); DictSNOAmbientSound.Add("X1_Creature_Fort_Death_Orb_Worldstone_Loop", 375541); DictSNOAmbientSound.Add("X1_Creature_Fort_Death_Orb_Worldstone_RumbleLoop", 375544); DictSNOAmbientSound.Add("X1_Creature_Westm_Death_Orb_Little_Loop", 327509); DictSNOAmbientSound.Add("X1_Creature_Westm_Death_Orb_Little_Rumble_Loop", 327518); DictSNOAmbientSound.Add("x1_dark_ghost_MovementLoop", 315207); DictSNOAmbientSound.Add("x1_dark_ghost_MovementLoop_overlook", 325618); DictSNOAmbientSound.Add("X1_Event_Abattoir_FireWreath", 377020); DictSNOAmbientSound.Add("X1_Event_Abattoir_FireWreath_02", 377045); DictSNOAmbientSound.Add("X1_Event_Abattoir_FurnaceSpinner_Fire_Rumble", 377334); DictSNOAmbientSound.Add("X1_Event_Enchantress_Soul", 375595); DictSNOAmbientSound.Add("X1_Event_LastAncient_SummonPool", 374914); DictSNOAmbientSound.Add("X1_Event_LastAncient_Syphon", 374906); DictSNOAmbientSound.Add("X1_Event_Resurection_Orb", 377052); DictSNOAmbientSound.Add("X1_Fortress_Crate_Stack_B_Wheel", 377468); DictSNOAmbientSound.Add("X1_Fortress_Rack_A", 367354); DictSNOAmbientSound.Add("X1_Fortress_Rack_B", 367355); DictSNOAmbientSound.Add("X1_Fortress_Rack_C", 367356); DictSNOAmbientSound.Add("X1_Fortress_Rack_D", 367357); DictSNOAmbientSound.Add("X1_Fortress_Rack_E", 367358); DictSNOAmbientSound.Add("X1_Fortress_Rack_F", 367359); DictSNOAmbientSound.Add("x1_malthael_swordShield_drone_nowhispies_westmevent", 363250); DictSNOAmbientSound.Add("X1_MonsterAffix_CorpseBomber_poison_area_loop", 358437); DictSNOAmbientSound.Add("X1_monsterAffix_electricity_loop", 369510); DictSNOAmbientSound.Add("X1_Monster_Bog_BloodSpring_Bubbles", 340104); DictSNOAmbientSound.Add("X1_Monster_Bog_WickerMan_Idle_Fire", 374164); DictSNOAmbientSound.Add("X1_Monster_Malthael_Apparition_Loop", 360765); DictSNOAmbientSound.Add("X1_Monster_Malthael_DeathFog_Scream_Loop", 363911); DictSNOAmbientSound.Add("X1_Monster_Malthael_DeathFog_Storm_Loop", 363912); DictSNOAmbientSound.Add("X1_Monster_Malthael_DeathFog_Storm_Loop2", 363913); DictSNOAmbientSound.Add("X1_Monster_Malthael_DrainSoul_Loop", 364251); DictSNOAmbientSound.Add("X1_Monster_Malthael_SkullHead_Loop", 369232); DictSNOAmbientSound.Add("X1_Monster_Pande_PortalMinion_Queen_FireLoop", 377191); DictSNOAmbientSound.Add("X1_Monster_Westmarch_Ranged_IceSlow", 364726); DictSNOAmbientSound.Add("X1_Monster_Westm_SoulSummoner_BlueFire_Loop", 317214); DictSNOAmbientSound.Add("X1_Monster_Westm_SoulSummoner_BlueFire_Loop_03", 328704); DictSNOAmbientSound.Add("X1_Monster_Westm_SoulSummoner_BlueFire_Loop_Hi", 325137); DictSNOAmbientSound.Add("X1_Monster_Westm_SoulSummoner_Ground_Loop_01", 317176); DictSNOAmbientSound.Add("X1_Monster_Westm_SoulSummoner_Ground_Loop_02", 324919); DictSNOAmbientSound.Add("X1_Monster_WM_DeathOrbEvent_Screams", 325960); DictSNOAmbientSound.Add("X1_Monster_WM_DeathOrbEvent_Screams_02", 325963); DictSNOAmbientSound.Add("X1_Mystic_Base_BlueSmoke", 269916); DictSNOAmbientSound.Add("X1_Mystic_Base_Campfire", 269561); DictSNOAmbientSound.Add("X1_Mystic_Base_CrystalBall", 269680); DictSNOAmbientSound.Add("X1_Mystic_Base_GreenSmoke", 269914); DictSNOAmbientSound.Add("X1_Mystic_Base_RedSmoke", 269911); DictSNOAmbientSound.Add("X1_Mystic_Base_TreeGlow", 269562); DictSNOAmbientSound.Add("X1_Mystic_Base_TreeGlow_Hardpoint", 271726); DictSNOAmbientSound.Add("X1_Mystic_Base_TreeGlow_Hardpoint_Center", 271739); DictSNOAmbientSound.Add("X1_Mystic_Base_YellowSmoke", 269679); DictSNOAmbientSound.Add("X1_Object_Abattoir_Chain_Swinging_01", 362538); DictSNOAmbientSound.Add("X1_Object_Abattoir_Fire_01", 374156); DictSNOAmbientSound.Add("X1_Object_Abattoir_FurnaceSpinner_Event_Loop_01", 374020); DictSNOAmbientSound.Add("X1_Object_Abattoir_FurnaceSpinner_Event_Loop_02", 374021); DictSNOAmbientSound.Add("X1_Object_Abattoir_Furnace_Spinner_Fire_Loop_01", 360884); DictSNOAmbientSound.Add("X1_Object_Abattoir_Furnace_Spinner_Fire_Loop_02", 360906); DictSNOAmbientSound.Add("X1_Object_Abattoir_SwingingCage_Large_Creaks", 356007); DictSNOAmbientSound.Add("X1_Object_Abattoir_SwingingCage_Small_Creaks", 356028); DictSNOAmbientSound.Add("X1_Object_Abattoir_Torch", 356231); DictSNOAmbientSound.Add("X1_Object_Abattoir_WallTorch", 356233); DictSNOAmbientSound.Add("X1_Object_Abattoir_Wall_Furnace_Loop_01", 360032); DictSNOAmbientSound.Add("X1_Object_BlackSoulStone_PostExplosion_Loop", 369457); DictSNOAmbientSound.Add("X1_Object_BlackSoulStone_PreExplosion_Loop", 369456); DictSNOAmbientSound.Add("X1_Object_BogBeacon_01", 367798); DictSNOAmbientSound.Add("X1_Object_BogBeacon_Beam_01", 367768); DictSNOAmbientSound.Add("X1_Object_BogBeacon_Beam_02", 377107); DictSNOAmbientSound.Add("X1_Object_BogBeacon_Door_Rune_01", 367836); DictSNOAmbientSound.Add("X1_Object_BogPeople_FirePit", 373793); DictSNOAmbientSound.Add("X1_Object_BogPeople_Torch_B", 347251); DictSNOAmbientSound.Add("X1_Object_BogPeople_Torch_B_02", 348825); DictSNOAmbientSound.Add("X1_Object_Bog_Beacon_BlueFire_Loop_01", 377099); DictSNOAmbientSound.Add("X1_Object_Bog_Beacon_BlueFire_Loop_02", 377101); DictSNOAmbientSound.Add("X1_Object_Bog_Family_Altar_Flies", 362551); DictSNOAmbientSound.Add("X1_Object_Catacombs_Coal_BlueGreen_Loop_01", 363426); DictSNOAmbientSound.Add("X1_Object_Catacombs_Coal_BlueGreen_Loop_02", 363424); DictSNOAmbientSound.Add("X1_Object_Catacombs_DoorB_Dead", 367113); DictSNOAmbientSound.Add("X1_Object_Catacombs_DoorB_Locked", 367108); DictSNOAmbientSound.Add("X1_Object_Catacombs_Door_Dead", 366929); DictSNOAmbientSound.Add("X1_Object_Catacombs_Door_Idle", 366942); DictSNOAmbientSound.Add("X1_Object_Catacombs_Runes_A_Dead", 367189); DictSNOAmbientSound.Add("X1_Object_Catacombs_Sand_Wall_01", 367631); DictSNOAmbientSound.Add("X1_Object_Catacombs_Sand_Wall_02", 367646); DictSNOAmbientSound.Add("X1_Object_Catacombs_Spirit_Totem_Rays_Loop", 361748); DictSNOAmbientSound.Add("X1_Object_Fortress_Crate_Loop", 377464); DictSNOAmbientSound.Add("X1_Object_Fortress_PortalSwitch", 363411); DictSNOAmbientSound.Add("X1_Object_Fortress_WeaponRack_Loop", 377390); DictSNOAmbientSound.Add("X1_Object_Graveyard_Event_Alter_Loop", 368291); DictSNOAmbientSound.Add("X1_Object_GreatWeapon", 369515); DictSNOAmbientSound.Add("X1_Object_GreatWeapon_EvilEnergy", 369744); DictSNOAmbientSound.Add("X1_Object_TimeActivator", 365518); DictSNOAmbientSound.Add("X1_Object_Westm_Banner_Flaps", 322532); DictSNOAmbientSound.Add("X1_Object_Westm_BodyPile_Tendrils_Loop_01", 325833); DictSNOAmbientSound.Add("X1_Object_Westm_Breakables_Boat_Pulley_RopeCreaks", 339907); DictSNOAmbientSound.Add("X1_Object_Westm_Campfire", 363751); DictSNOAmbientSound.Add("X1_Object_Westm_Cath_Int_Magic_Loop", 328732); DictSNOAmbientSound.Add("X1_Object_Westm_Church_Ext_Lamp_A", 318070); DictSNOAmbientSound.Add("X1_Object_Westm_Church_Ext_Lamp_A_Crackle", 318154); DictSNOAmbientSound.Add("X1_Object_Westm_Clothesline_Rope_Clothes", 322543); DictSNOAmbientSound.Add("X1_Object_Westm_Clothsline_CritterRat", 322546); DictSNOAmbientSound.Add("X1_Object_Westm_Event_BodyPile_Tendrils_Loop_01", 363798); DictSNOAmbientSound.Add("X1_Object_Westm_Fire_Card_Large_03", 376705); DictSNOAmbientSound.Add("X1_Object_Westm_Fire_Card_Medium", 376684); DictSNOAmbientSound.Add("X1_Object_Westm_Fire_Card_Small", 345396); DictSNOAmbientSound.Add("X1_Object_Westm_Fire_Geo", 376699); DictSNOAmbientSound.Add("X1_Object_Westm_Fire_Rubble_B", 344995); DictSNOAmbientSound.Add("X1_Object_Westm_Fire_Rubble_C_03", 376682); DictSNOAmbientSound.Add("X1_Object_Westm_Fire_Rubble_Small", 354653); DictSNOAmbientSound.Add("X1_Object_Westm_FogSheet_Loop", 316871); DictSNOAmbientSound.Add("X1_Object_Westm_Fountain_HauntedManorEvent_Loop", 328599); DictSNOAmbientSound.Add("X1_Object_Westm_Jail_Pillar_Fire", 365190); DictSNOAmbientSound.Add("X1_Object_Westm_Lamp_C", 319533); DictSNOAmbientSound.Add("X1_Object_Westm_Lamp_Flames", 322204); DictSNOAmbientSound.Add("X1_Object_Westm_Lamp_Squeaks", 322202); DictSNOAmbientSound.Add("X1_Object_Westm_Torch_A", 317857); DictSNOAmbientSound.Add("X1_Object_Westm_WaterWheel", 341153); DictSNOAmbientSound.Add("X1_Object_Westm_Window_Glow_Loop", 316863); DictSNOAmbientSound.Add("X1_PAmb_Abattoir_Bottomless_Pit_01", 362453); DictSNOAmbientSound.Add("X1_PAmb_Act5_CaveEntrance_Loop", 268055); DictSNOAmbientSound.Add("X1_PAmb_Bloodspring_Large", 341922); DictSNOAmbientSound.Add("X1_PAmb_Bloodspring_Medium", 341921); DictSNOAmbientSound.Add("X1_PAmb_Bloodspring_Small", 341920); DictSNOAmbientSound.Add("X1_PAmb_BogCave_WaterDrips_Loop", 263483); DictSNOAmbientSound.Add("X1_PAmb_BogCave_WaterfallDrippy", 363529); DictSNOAmbientSound.Add("X1_PAmb_BogCave_Waterfall_A_Drippy", 375800); DictSNOAmbientSound.Add("X1_PAmb_BogCave_Waterfall_C_Drippy", 375754); DictSNOAmbientSound.Add("X1_PAmb_BogCave_WaterFall_Drips", 375849); DictSNOAmbientSound.Add("X1_PAmb_BogCave_Waterfall_Drips_02", 375892); DictSNOAmbientSound.Add("X1_PAmb_BogCave_WaterFall_Lite", 263447); DictSNOAmbientSound.Add("X1_Pamb_BogCave_Water_Laps_01", 375802); DictSNOAmbientSound.Add("X1_PAmb_Bog_Blood_Laps", 377128); DictSNOAmbientSound.Add("X1_PAmb_Bog_Trees_Brush", 377129); DictSNOAmbientSound.Add("X1_PAmb_Fire_MagicalBlue", 356905); DictSNOAmbientSound.Add("x1_PAmb_Fort1_Overlook_SoulSpout_Bottom", 377825); DictSNOAmbientSound.Add("x1_PAmb_Fort1_Overlook_SoulSpout_Top", 377770); DictSNOAmbientSound.Add("x1_PAmb_HeavenPort_firefall_loop", 359830); DictSNOAmbientSound.Add("x1_PAmb_HeavenPort_portal_loop", 359842); DictSNOAmbientSound.Add("X1_PAmb_Object_HexMaze_Hives", 367659); DictSNOAmbientSound.Add("X1_PAmb_Object_HexMaze_Hives_Large", 375380); DictSNOAmbientSound.Add("x1_PAmb_Object_Pand_Spear_Cloth", 360230); DictSNOAmbientSound.Add("X1_PAmb_PandExtOverlook_FortressSouls_01", 336416); DictSNOAmbientSound.Add("X1_PAmb_Pand_Cracks", 344102); DictSNOAmbientSound.Add("x1_PAmb_SoulGrinder_Lg_1Close", 357558); DictSNOAmbientSound.Add("x1_PAmb_SoulGrinder_Lg_2Mid", 357559); DictSNOAmbientSound.Add("x1_PAmb_SoulGrinder_Lg_3Far", 357560); DictSNOAmbientSound.Add("x1_PAmb_SoulGrinder_Sm", 357060); DictSNOAmbientSound.Add("X1_PAmb_Westmarch_Overlook_D", 328748); DictSNOAmbientSound.Add("X1_Pamb_Westm_Boat_Water_Creaks_Laps", 343097); DictSNOAmbientSound.Add("X1_Pamb_Westm_Boat_Water_Creaks_Laps_02", 349898); DictSNOAmbientSound.Add("X1_Pamb_Westm_Burning_Water_Laps", 351311); DictSNOAmbientSound.Add("X1_PAmb_Westm_Cath_Event_winds", 316939); DictSNOAmbientSound.Add("X1_PAmb_Westm_Cath_Int_SoulSiphon_Loop", 328731); DictSNOAmbientSound.Add("X1_PAmb_Westm_Cath_OrbLittle_Soul_Siphon", 327523); DictSNOAmbientSound.Add("X1_PAmb_Westm_Cath_Soul_Siphon", 324109); DictSNOAmbientSound.Add("X1_PAmb_Westm_DeathOrb_Event_winds", 325943); DictSNOAmbientSound.Add("X1_PAmb_Westm_Event_KidsOrRuffians_Fireplace", 352593); DictSNOAmbientSound.Add("X1_PAmb_Westm_Event_Smouldering_Fireplace", 352710); DictSNOAmbientSound.Add("X1_PAmb_Westm_Fountain_Medium", 357920); DictSNOAmbientSound.Add("X1_PAmb_Westm_Fountain_Small", 347067); DictSNOAmbientSound.Add("X1_PAmb_Westm_Graveyard_Fountain_Medium", 359021); DictSNOAmbientSound.Add("X1_PAmb_Westm_Graveyard_WaterLaps", 376297); DictSNOAmbientSound.Add("X1_PAmb_Westm_Intro_Bridge_Wind", 349693); DictSNOAmbientSound.Add("X1_PAmb_Westm_Intro_Waterfall_Large", 316903); DictSNOAmbientSound.Add("X1_PAmb_Westm_Intro_Waterfall_Small", 316906); DictSNOAmbientSound.Add("X1_PAmb_Westm_Necromancer_Fireplace", 317868); DictSNOAmbientSound.Add("X1_PAmb_Westm_OverlookD_DistantDeathStorm", 314136); DictSNOAmbientSound.Add("X1_PAmb_Westm_OverlookD_River_01", 315564); DictSNOAmbientSound.Add("X1_PAmb_Westm_OverlookD_River_02", 315567); DictSNOAmbientSound.Add("X1_PAmb_Westm_OverlookD_Waterfall01", 314118); DictSNOAmbientSound.Add("X1_PAmb_Westm_OverlookD_Waterfall02", 319726); DictSNOAmbientSound.Add("X1_PAmb_Westm_OverlookD_Waterfall02_Rumble", 315314); DictSNOAmbientSound.Add("X1_PAmb_Westm_Overlook_DeathBeam", 322028); DictSNOAmbientSound.Add("X1_PAmb_Westm_Overlook_DeathBeam_02", 322044); DictSNOAmbientSound.Add("X1_PAmb_Westm_Overlook_StormRumble", 377655); DictSNOAmbientSound.Add("X1_PAmb_Westm_Trees_Brush", 347700); DictSNOAmbientSound.Add("X1_PAmb_Westm_Urzael_Arena_Fire_01", 368135); DictSNOAmbientSound.Add("X1_PAmb_Westm_Urzael_Arena_Fire_02", 368137); DictSNOAmbientSound.Add("X1_PAmb_Westm_Urzael_Arena_Fire_03", 368177); DictSNOAmbientSound.Add("X1_PAmb_Westm_Waterfall", 341136); DictSNOAmbientSound.Add("X1_Pamb_Westm_Water_Laps", 347008); DictSNOAmbientSound.Add("X1_Pamb_Westm_Water_Laps_01", 349902); DictSNOAmbientSound.Add("X1_PandHex_Windstream", 363691); DictSNOAmbientSound.Add("X1_Pand_HexMaze_PortalChampSummon", 367863); DictSNOAmbientSound.Add("x1_sign_arrow_a", 331368); DictSNOAmbientSound.Add("x1_sign_bed_a", 331369); DictSNOAmbientSound.Add("x1_sign_cleaver_a", 331370); DictSNOAmbientSound.Add("x1_sign_cloth_a", 331371); DictSNOAmbientSound.Add("x1_sign_cloth_b", 331372); DictSNOAmbientSound.Add("x1_sign_healer_a", 331373); DictSNOAmbientSound.Add("x1_sign_multi_a", 331374); DictSNOAmbientSound.Add("x1_sign_multi_b", 331375); DictSNOAmbientSound.Add("x1_sign_multi_c", 331376); DictSNOAmbientSound.Add("x1_sign_shield_a", 330523); DictSNOAmbientSound.Add("x1_sign_shield_b", 328360); DictSNOAmbientSound.Add("x1_sign_simple_a", 330762); DictSNOAmbientSound.Add("x1_sign_simple_b", 330767); DictSNOAmbientSound.Add("x1_sign_smithy_a", 331378); DictSNOAmbientSound.Add("x1_sign_star_a", 331379); DictSNOAmbientSound.Add("x1_sign_star_b", 331380); DictSNOAmbientSound.Add("X1_Skill_Crusader_BlessedHammer_Rotate", 306628); DictSNOAmbientSound.Add("X1_Skill_Crusader_BlessedHammer_Rotate_Fire", 349867); DictSNOAmbientSound.Add("X1_Skill_Crusader_BlessedHammer_Rotate_Fire2", 349870); DictSNOAmbientSound.Add("X1_Skill_Crusader_Godray_EarthQuake_Loop", 303352); DictSNOAmbientSound.Add("X1_Skill_Crusader_Justice_Projectile_Rotate", 328055); DictSNOAmbientSound.Add("X1_Skill_Crusader_Justice_Sword_Spin", 350333); DictSNOAmbientSound.Add("X1_Skill_Crusader_Scourge_Projectile_Root", 343260); DictSNOAmbientSound.Add("X1_Skill_Crusader_SteedCharge_Chains_Loop", 360895); DictSNOAmbientSound.Add("X1_Skill_Crusader_Trebuchet_Dist_Incomming", 331614); DictSNOAmbientSound.Add("X1_Skill_Monk_Epiphany_Loop", 359110); DictSNOAmbientSound.Add("X1_Skill_Monk_Epiphany_Water_Loop", 363862); DictSNOAmbientSound.Add("X1_Skill_Monk_Epiphany_Wind_Loop", 363850); DictSNOAmbientSound.Add("X1_Skill_WD_Piranha_Fish_BiteFace", 363331); DictSNOAmbientSound.Add("X1_Skill_WD_Piranha_Fish_BiteFace_Large", 363341); DictSNOAmbientSound.Add("X1_Skill_WD_Piranha_Piranhado", 363523); DictSNOAmbientSound.Add("X1_Skill_WD_Piranha_Pool_Splashes", 357998); DictSNOAmbientSound.Add("X1_Skill_WD_Piranha_Wave_SplashesAndBites", 363456); DictSNOAmbientSound.Add("X1_WAmb_Adria_Boss_Fight", 335016); DictSNOAmbientSound.Add("X1_WAmb_Bog", 238054); DictSNOAmbientSound.Add("X1_WAmb_BogCaves_01", 257724); DictSNOAmbientSound.Add("X1_WAmb_Bog_02", 266759); DictSNOAmbientSound.Add("X1_WAmb_Bog_AdriaRitual", 291503); DictSNOAmbientSound.Add("X1_WAmb_Bog_BogPeopleCellar", 339759); DictSNOAmbientSound.Add("X1_WAmb_Malthael_Boss_Arena", 340092); DictSNOAmbientSound.Add("X1_WAmb_PandEXT_ChronoTrigger_Close", 369041); DictSNOAmbientSound.Add("X1_WAmb_PandEXT_ChronoTrigger_Distant", 369042); DictSNOAmbientSound.Add("X1_WAmb_PandEXT_TimeTrap", 365495); DictSNOAmbientSound.Add("X1_WAmb_PandEXT_TimeTrap_Small", 365748); DictSNOAmbientSound.Add("X1_WAmb_PandEXT_TimeTrap_Small_Distant", 365749); DictSNOAmbientSound.Add("x1_WAmb_PandHeaven_Portal", 359336); DictSNOAmbientSound.Add("X1_WAmb_Pand_Ext", 332343); DictSNOAmbientSound.Add("X1_WAmb_Pand_Ext_Gate_Overlook", 336162); DictSNOAmbientSound.Add("X1_WAmb_Pand_Fort_Level_01", 338863); DictSNOAmbientSound.Add("X1_WAmb_Pand_Fort_Level_02", 364522); DictSNOAmbientSound.Add("X1_WAmb_Pand_Fort_MathaelEntrance", 364524); DictSNOAmbientSound.Add("X1_WAmb_PA_HexMazeA", 280350); DictSNOAmbientSound.Add("X1_WAmb_Westmarch_Bridge", 309037); DictSNOAmbientSound.Add("X1_WAmb_Westmarch_Overlook", 290292); DictSNOAmbientSound.Add("X1_WAmb_Westm_Blacksmith_Cellar_Ambiance", 374798); DictSNOAmbientSound.Add("X1_WAmb_Westm_Cathedral", 314423); DictSNOAmbientSound.Add("X1_WAmb_Westm_Cellar_Ruffians_Ambiance", 368726); DictSNOAmbientSound.Add("X1_WAmb_Westm_ClyftonHall_CellarGeneric", 339680); DictSNOAmbientSound.Add("X1_WAmb_Westm_DoomedWoman_Event_Ambiance", 316765); DictSNOAmbientSound.Add("X1_WAmb_Westm_Event_CaptainStokely", 363954); DictSNOAmbientSound.Add("X1_WAmb_Westm_Event_CorpseFinder", 352620); DictSNOAmbientSound.Add("X1_WAmb_Westm_Event_GhostChase", 352600); DictSNOAmbientSound.Add("X1_WAmb_Westm_Event_PanicHouse", 369130); DictSNOAmbientSound.Add("X1_WAmb_Westm_Event_Rescue_Guards_02", 352694); DictSNOAmbientSound.Add("X1_WAmb_Westm_Event_Skeleton_Rush", 352638); DictSNOAmbientSound.Add("X1_WAmb_Westm_Exterior_02", 344215); DictSNOAmbientSound.Add("X1_WAmb_Westm_Exterior_Hub", 316386); DictSNOAmbientSound.Add("X1_WAmb_Westm_Exterior_SpookyNoWater", 314814); DictSNOAmbientSound.Add("X1_WAmb_Westm_Ext_Zone_03", 334812); DictSNOAmbientSound.Add("X1_WAmb_Westm_Jail_Event", 339527); DictSNOAmbientSound.Add("X1_WAmb_Westm_Kids_Event_Ambiance", 368735); DictSNOAmbientSound.Add("X1_WAmb_Westm_KingEvent01", 339504); DictSNOAmbientSound.Add("X1_WAmb_Westm_Madman_Event_Ambiance", 316715); DictSNOAmbientSound.Add("X1_WAmb_Westm_Necromancer_Event_Ambiance", 316709); DictSNOAmbientSound.Add("X1_Wamb_Westm_RescueGuards_Event_Ambiance", 316723); DictSNOAmbientSound.Add("X1_Wamb_Westm_RescueGuards_WaterLaps", 316730); DictSNOAmbientSound.Add("X1_Wamb_Westm_RescueGuards_WaterLaps_02", 359288); DictSNOAmbientSound.Add("X1_WAmb_Westm_Urzael_Arena", 339736); DictSNOAmbientSound.Add("X1_WAmb_Westm_Urzael_Arena_Stairs", 366130); DictSNOAmbientSound.Add("X1_WAmb_WMarchMiniDungeon", 279355); DictSNOAmbientSound.Add("X1_WAmb_WMCatacombs", 279784); DictSNOAmbientSound.Add("X1_WAmb_WM_Abattoir", 295361); DictSNOAmbientSound.Add("X1_WAmb_WM_Exterior_01", 287288); DictSNOAmbientSound.Add("X1_WAmb_WM_Graveyard", 290765); DictSNOAmbientSound.Add("X1_WAmb_WM_Sewer", 291485); DictSNOAmbientSound.Add("X1_x1_affix_orbiter_focalPoint_loop", 362999); DictSNOAmbientSound.Add("X1_x1_affix_orbiter_zapV2", 362831); DictSNOAmbientSound.Add("X1_x1_PAmb_adriaFight_blorps", 366207); #endregion return DictSNOAmbientSound; } public static Dictionary LoadAnim() { return Enum.GetValues().ToDictionary(x => x.ToString(), x => (int)x); } public static Dictionary LoadAnimation2D() { Dictionary DictSNOAnimation2D = new Dictionary(); #region Animation2D DictSNOAnimation2D.Add("BarbarianResourceGlobe", 225848); DictSNOAnimation2D.Add("ChatBackground", 11537); DictSNOAnimation2D.Add("CrusaderResourceGlobe", 359171); DictSNOAnimation2D.Add("DemonHunterResourceGlobe", 225855); DictSNOAnimation2D.Add("DropDownItemMouseover00", 11539); DictSNOAnimation2D.Add("DropDownItemSelected00", 11541); DictSNOAnimation2D.Add("DropDownItemSelected01", 757); DictSNOAnimation2D.Add("EditBox2Cursor", 11543); DictSNOAnimation2D.Add("EditBoxCursor", 11544); DictSNOAnimation2D.Add("MapBkgrnd", 11546); DictSNOAnimation2D.Add("MonkResourceGlobe", 225852); DictSNOAnimation2D.Add("NecromancerResourceGlobe", 476775); DictSNOAnimation2D.Add("ProgressSpinner", 433419); DictSNOAnimation2D.Add("WitchDoctorResourceGlobe", 225870); DictSNOAnimation2D.Add("WizardResourceGlobe", 223568); #endregion return DictSNOAnimation2D; } public static Dictionary LoadAnimSet() { Dictionary DictSNOAnimSet = new Dictionary(); #region AnimSet DictSNOAnimSet.Add("a2dun_Zolt_ibstone_Orb_Sand", 186748); DictSNOAnimSet.Add("a1dunLeor_Interactive_Wooden_Door_A", 104884); DictSNOAnimSet.Add("a1dun_Cath_chest", 96530); DictSNOAnimSet.Add("a1dun_Cath_chest_Rare", 96998); DictSNOAnimSet.Add("a1dun_Cath_chest_templarOpened", 219973); DictSNOAnimSet.Add("a1dun_caves_DrownedTemple_WallDoor", 177793); DictSNOAnimSet.Add("a1dun_Caves_Goat_Barricade_B", 78940); DictSNOAnimSet.Add("a1dun_Caves_Nephalem Altar_A", 92009); DictSNOAnimSet.Add("a1dun_Caves_Nephalem Altar_A_Chest_03", 215431); DictSNOAnimSet.Add("a1dun_Caves_Nephalem Altar_Tablet_Alone", 137169); DictSNOAnimSet.Add("a1dun_Caves_Nephalem Altar_Tablet_A_Switch", 137522); DictSNOAnimSet.Add("a1dun_caves_Neph_WaterBridge_A", 100846); DictSNOAnimSet.Add("a1dun_caves_Neph_WaterBridge_A_Short", 171345); DictSNOAnimSet.Add("a1dun_Caves_RopeBridge_b_Destructable", 98805); DictSNOAnimSet.Add("a1dun_Caves_RopeBridge_Ropes", 98918); DictSNOAnimSet.Add("a1dun_Caves_Scaffolding", 79200); DictSNOAnimSet.Add("a1dun_Crypts_Bowl_of_Bones", 102075); DictSNOAnimSet.Add("a1dun_Crypts_Dual_Sarcophagus", 105751); DictSNOAnimSet.Add("a1dun_Crypts_Jar_of_Souls", 94838); DictSNOAnimSet.Add("a1dun_Crypts_Jar_of_Souls_02", 219335); DictSNOAnimSet.Add("a1dun_Crypts_Leoric_Crown_Holder", 159442); DictSNOAnimSet.Add("a1dun_Crypts_Leoric_Crown_Holder_Crown", 159786); DictSNOAnimSet.Add("a1dun_Crypts_Leoric_Crown_Holder_Idle", 199648); DictSNOAnimSet.Add("a1dun_Crypts_Leoric_Crown_Holder_ServerProp", 389718); DictSNOAnimSet.Add("a1dun_Crypt_Breakable_Pillar_A_01", 55465); DictSNOAnimSet.Add("a1dun_Leor_Barrel_Blood", 99482); DictSNOAnimSet.Add("a1dun_Leor_Barrel_Head", 106080); DictSNOAnimSet.Add("a1dun_Leor_Barrel_Torture_A_01", 87568); DictSNOAnimSet.Add("a1dun_Leor_Barrel_Water", 97354); DictSNOAnimSet.Add("a1dun_leor_Basket_of_Heads", 87847); DictSNOAnimSet.Add("a1dun_Leor_Body_Tumbler", 99131); DictSNOAnimSet.Add("a1dun_Leor_Brutal_Ex", 99197); DictSNOAnimSet.Add("a1dun_Leor_Butcher_Spiked_Bodies", 102295); DictSNOAnimSet.Add("a1dun_Leor_Butcher_Spiked_Bodies_Color", 181454); DictSNOAnimSet.Add("a1dun_Leor_Cage_A_02", 53677); DictSNOAnimSet.Add("a1dun_Leor_Chair_A_01", 87791); DictSNOAnimSet.Add("a1dun_Leor_Chair_B_01", 87825); DictSNOAnimSet.Add("a1dun_Leor_Chest", 94738); DictSNOAnimSet.Add("a1dun_Leor_Chest_Rare", 95013); DictSNOAnimSet.Add("a1dun_Leor_Door_FireZombie_Spawner_A", 108259); DictSNOAnimSet.Add("a1dun_Leor_Door_FireZombie_Spawner_A_Dead", 115551); DictSNOAnimSet.Add("a1dun_Leor_Falling_Stones_A_01", 97895); DictSNOAnimSet.Add("a1dun_Leor_Falling_Stones_B_01", 97902); DictSNOAnimSet.Add("a1dun_Leor_Fire_Gutter_Light", 90166); DictSNOAnimSet.Add("a1dun_Leor_Fire_Gutter_Light_Stump", 203002); DictSNOAnimSet.Add("a1dun_Leor_Fire_Gutter_Opening", 94968); DictSNOAnimSet.Add("a1dun_Leor_Gate_A", 106140); DictSNOAnimSet.Add("a1dun_Leor_Guillotine", 101390); DictSNOAnimSet.Add("a1dun_Leor_Hallway_Blade_Trap", 87529); DictSNOAnimSet.Add("a1dun_Leor_Iron_Maiden", 97029); DictSNOAnimSet.Add("a1dun_Leor_Iron_Maiden_Death", 97756); DictSNOAnimSet.Add("a1dun_Leor_Jail_Cart_Breakable_A", 97085); DictSNOAnimSet.Add("a1dun_Leor_Jail_Door_A", 95567); DictSNOAnimSet.Add("a1dun_Leor_Jail_Door_Breakable_A", 95487); DictSNOAnimSet.Add("a1dun_Leor_Jail_SittingGuard_A", 97377); DictSNOAnimSet.Add("a1dun_Leor_Large_Rack", 98924); DictSNOAnimSet.Add("a1dun_Leor_Light_Stand", 109743); DictSNOAnimSet.Add("a1dun_Leor_Manor_DeathofCain_Door", 103296); DictSNOAnimSet.Add("a1dun_Leor_Meat_Block_A_01", 87668); DictSNOAnimSet.Add("a1dun_Leor_Metal_Pot_A_01", 88001); DictSNOAnimSet.Add("a1dun_Leor_Rack_Stand_A_01", 89354); DictSNOAnimSet.Add("a1dun_Leor_Spike_Spawner", 103833); DictSNOAnimSet.Add("a1dun_Leor_Spike_Spawner_Chain", 105241); DictSNOAnimSet.Add("a1dun_Leor_Spike_Spawner_Switch", 105481); DictSNOAnimSet.Add("a1dun_Leor_Standing_Stocks_A_01", 89387); DictSNOAnimSet.Add("a1dun_Leor_Swinging_Cage_A", 106768); DictSNOAnimSet.Add("a1dun_Leor_Swinging_Cage_B", 111253); DictSNOAnimSet.Add("a1dun_Leor_Swinging_Cage_C_Gore", 111512); DictSNOAnimSet.Add("a1dun_Leor_Swinging_Chain_A_01", 107869); DictSNOAnimSet.Add("a1dun_Leor_Swinging_Chain_Gore_A", 110991); DictSNOAnimSet.Add("a1dun_Leor_Swinging_Chain_Hook_A", 106818); DictSNOAnimSet.Add("a1dun_Leor_Table_A_01", 87630); DictSNOAnimSet.Add("a1dun_Leor_Table_Grinder", 99677); DictSNOAnimSet.Add("a1dun_Leor_Tool_Rack_A_01", 97275); DictSNOAnimSet.Add("a1dun_leor_Torture_Rolling_Wheel", 91604); DictSNOAnimSet.Add("a1dun_leor_Torture_Table_A_01", 89424); DictSNOAnimSet.Add("a1dun_leor_Torture_Wheel_A_01", 89459); DictSNOAnimSet.Add("a1dun_Leor_Tripod_Stand_A_01", 89518); DictSNOAnimSet.Add("a1dun_Random_Cloud", 212487); DictSNOAnimSet.Add("a1dun_Random_Mushroom_Cluster_A", 211961); DictSNOAnimSet.Add("a1dun_Random_Mushroom_Cluster_B", 211955); DictSNOAnimSet.Add("a1dun_Random_Mushroom_Cluster_C", 211847); DictSNOAnimSet.Add("a1dun_Random_pot_of_gold_A", 210870); DictSNOAnimSet.Add("a1dun_Random_Present_A", 211102); DictSNOAnimSet.Add("a1_Id_All_Book_Of_Cain", 297841); DictSNOAnimSet.Add("A1_UniqueVendor_Miner", 160975); DictSNOAnimSet.Add("a2dunAqd_Interactives_Gate_B", 198164); DictSNOAnimSet.Add("a2dunCald_Deco_ChairVehicle_B", 107836); DictSNOAnimSet.Add("a2dunCald_Deco_Hookah_A", 102272); DictSNOAnimSet.Add("a2dunCald_Deco_Jar_A_Breakable", 101205); DictSNOAnimSet.Add("a2dunCald_Deco_Jar_B_Breakable", 101303); DictSNOAnimSet.Add("a2dunCald_Deco_Jar_C_Breakable", 101345); DictSNOAnimSet.Add("a2dunCald_Deco_Jar_D_Breakable", 101410); DictSNOAnimSet.Add("a2dunCald_Deco_Jar_E_Breakable", 101449); DictSNOAnimSet.Add("a2dunCald_Deco_Jar_F_Breakable", 101464); DictSNOAnimSet.Add("a2dunCald_Deco_Jar_G_Breakable", 101479); DictSNOAnimSet.Add("a2dunCald_Deco_Lantern_A", 182237); DictSNOAnimSet.Add("a2dunCald_Deco_Sewer_Lid", 190055); DictSNOAnimSet.Add("a2dunCaves_Interactives_dead_worm_Client", 198424); DictSNOAnimSet.Add("a2dunCaves_Interactives_dead_worm_spawner", 198429); DictSNOAnimSet.Add("a2dunSwr_Breakables_Barricade_B", 108190); DictSNOAnimSet.Add("a2dunSwr_Gates_Causeway_Gates", 184454); DictSNOAnimSet.Add("a2dunZolt_Snakeman_banner_arch", 192783); DictSNOAnimSet.Add("a2dunZolt_Snakeman_banner_arch_background", 192790); DictSNOAnimSet.Add("a2dunZolt_Snakeman_banner_tall_B", 192796); DictSNOAnimSet.Add("a2dunZolt_Snakeman_banner_tall_B_background", 192804); DictSNOAnimSet.Add("a2dunZolt_Snakeman_banner_tall_group", 192809); DictSNOAnimSet.Add("a2dunZolt_Snakeman_bone_tarp_A", 192813); DictSNOAnimSet.Add("a2dunZolt_Snakeman_bone_tarp_B", 192827); DictSNOAnimSet.Add("a2dun_Aqd_Act_Barrel_Storagerack_A_01", 62390); DictSNOAnimSet.Add("a2dun_Aqd_Act_Barricade_A_01", 62657); DictSNOAnimSet.Add("a2dun_Aqd_Act_Debris_Pile_A_01", 61656); DictSNOAnimSet.Add("a2dun_Aqd_Act_Lever", 172513); DictSNOAnimSet.Add("a2dun_Aqd_Act_Post_B_02", 61739); DictSNOAnimSet.Add("a2dun_Aqd_Act_Stone_Slab_A_01", 83633); DictSNOAnimSet.Add("a2dun_Aqd_Act_Vase_50Gallon_A_01", 61819); DictSNOAnimSet.Add("a2dun_Aqd_Act_Vase_A_01", 61644); DictSNOAnimSet.Add("a2dun_Aqd_Act_Wood_Platform_A_01", 62129); DictSNOAnimSet.Add("a2dun_Aqd_Chest", 82807); DictSNOAnimSet.Add("a2dun_Aqd_Chest_Rare", 82859); DictSNOAnimSet.Add("a2dun_Aqd_Chest_Special", 82871); DictSNOAnimSet.Add("a2dun_Aqd_FloatingBodyParts_Arm_A", 106520); DictSNOAnimSet.Add("a2dun_Aqd_FloatingBodyParts_HeadTorso_A", 106524); DictSNOAnimSet.Add("a2dun_Aqd_FloatingBodyParts_Leg_A", 106526); DictSNOAnimSet.Add("a2dun_Aqd_FloatingBodyParts_TorsoLegs_A", 106642); DictSNOAnimSet.Add("a2dun_Aqd_FloatingBodyParts_Torso_A", 106531); DictSNOAnimSet.Add("a2dun_Aqd_GodHead_Door", 153850); DictSNOAnimSet.Add("a2dun_Aqd_GodHead_Floor_Trigger", 154975); DictSNOAnimSet.Add("a2dun_Aqd_Grate_Spawner_a", 114859); DictSNOAnimSet.Add("a2dun_aqd_hangingLight", 11549); DictSNOAnimSet.Add("a2dun_Aqd_Hanging_Bucket", 62611); DictSNOAnimSet.Add("a2dun_Aqd_Jeweler_Altar", 213601); DictSNOAnimSet.Add("a2dun_Aqd_Jewler_Barrel", 197680); DictSNOAnimSet.Add("a2dun_Aqd_Jewler_Barrel_Proxy", 231321); DictSNOAnimSet.Add("a2dun_Aqd_MainPuzzle_Door", 159420); DictSNOAnimSet.Add("a2dun_Aqd_Mummy_Spawner_Muck", 121817); DictSNOAnimSet.Add("a2dun_Aqd_Rope_Rail_A", 62273); DictSNOAnimSet.Add("a2dun_Aqd_Sack_A", 62219); DictSNOAnimSet.Add("a2dun_Aqd_Special_01_Waterfall", 131359); DictSNOAnimSet.Add("a2dun_Aqd_Well_System_A", 63360); DictSNOAnimSet.Add("a2dun_Cald_Belial_Acid_Attack", 182201); DictSNOAnimSet.Add("a2dun_Cald_Belial_Magic_Blocker", 180435); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Bridge", 206141); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Center", 168521); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Center_1st_Hit", 168527); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Center_2nd_Hit", 168543); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Center_Client", 170165); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Lamp", 170372); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Main", 169021); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Rail", 206121); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Section_1", 168615); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Section_2", 168913); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Section_3", 169032); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Section_4", 168919); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Section_5", 168627); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Section_6", 169040); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Section_7", 169113); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_A_Breakable_Section_8", 168605); DictSNOAnimSet.Add("a2dun_Cald_Belial_Room_Gate_A", 190233); DictSNOAnimSet.Add("a2dun_Cald_Belial_SummoningMachine", 168558); DictSNOAnimSet.Add("a2dun_Cald_Bench_Upper_A1_Breakable", 99775); DictSNOAnimSet.Add("a2dun_Cald_Bench_Upper_A1_Breakable_B", 101155); DictSNOAnimSet.Add("a2dun_Cald_Bench_Upper_A1_Breakable_Base", 100792); DictSNOAnimSet.Add("a2dun_Cald_Exit_Gate", 169496); DictSNOAnimSet.Add("a2dun_Cald_FallingRocks_A", 212135); DictSNOAnimSet.Add("a2dun_Cald_FallingRocks_B", 225673); DictSNOAnimSet.Add("a2dun_Cald_Gate_Belial_A", 188408); DictSNOAnimSet.Add("a2dun_Cald_Gate_Belial_B", 188517); DictSNOAnimSet.Add("a2dun_Cald_Gate_Belial_C", 189125); DictSNOAnimSet.Add("a2dun_cave_EggSack_A", 200351); DictSNOAnimSet.Add("a2dun_Cave_Goatmen_Dropping_Log_Trap", 78590); DictSNOAnimSet.Add("a2dun_Cave_Larva", 102446); DictSNOAnimSet.Add("a2dun_Cave_SlimeGeyser_A", 114419); DictSNOAnimSet.Add("a2dun_Spider_Chest", 70537); DictSNOAnimSet.Add("a2dun_Spider_Chest_Rare", 112192); DictSNOAnimSet.Add("a2dun_Spider_EggSack_A", 121735); DictSNOAnimSet.Add("a2dun_Spider_EggSack_Clusters", 171194); DictSNOAnimSet.Add("a2dun_Spider_EggSack_Clusters_A", 171530); DictSNOAnimSet.Add("a2dun_Spider_EggSack_Clusters_B", 172000); DictSNOAnimSet.Add("a2dun_Spider_EggSack_Clusters_C", 172013); DictSNOAnimSet.Add("a2dun_Spider_EggSack_Clusters_D", 172031); DictSNOAnimSet.Add("a2dun_Spider_Ground_Spawner", 116059); DictSNOAnimSet.Add("a2dun_Spider_Queen_Web_Door", 104541); DictSNOAnimSet.Add("a2dun_Spider_Venom_Pool", 213486); DictSNOAnimSet.Add("a2dun_Swr_Act_Column_A_02", 56602); DictSNOAnimSet.Add("a2dun_Swr_Act_Iron_Railing_A_01", 53632); DictSNOAnimSet.Add("a2dun_Swr_Act_Iron_Railing_A_02", 54276); DictSNOAnimSet.Add("a2dun_Swr_Act_Post_A_01", 57115); DictSNOAnimSet.Add("a2dun_Swr_Act_Vase_A_02", 54398); DictSNOAnimSet.Add("a2dun_Swr_Arch_Spawner", 11550); DictSNOAnimSet.Add("a2dun_Swr_Arch_Spawner_Server", 209019); DictSNOAnimSet.Add("a2dun_Swr_Breakable_Wall_A", 11555); DictSNOAnimSet.Add("a2dun_Swr_Chest", 197638); DictSNOAnimSet.Add("a2dun_Swr_Chest_Rare", 197651); DictSNOAnimSet.Add("a2dun_Swr_Grate_Spawner_a", 114646); DictSNOAnimSet.Add("a2dun_Swr_Rat_Nest", 58156); DictSNOAnimSet.Add("a2dun_Swr_Tent_A", 211652); DictSNOAnimSet.Add("a2dun_Swr_TriuneTeleportationMachine", 132938); DictSNOAnimSet.Add("a2dun_Zolt_black_soulstone", 156324); DictSNOAnimSet.Add("a2dun_Zolt_black_soulstoneEvent", 204969); DictSNOAnimSet.Add("a2dun_Zolt_black_soulstone_noIdleFX", 191940); DictSNOAnimSet.Add("a2dun_Zolt_Blood_Container", 213829); DictSNOAnimSet.Add("a2dun_Zolt_Body_Container", 119827); DictSNOAnimSet.Add("a2dun_Zolt_Books_Full_Wall_A", 73400); DictSNOAnimSet.Add("a2dun_Zolt_Books_Full_Wall_B", 73606); DictSNOAnimSet.Add("a2dun_Zolt_Books_Half_Wall_B", 69978); DictSNOAnimSet.Add("a2dun_Zolt_Books_Half_Wall_Base", 68639); DictSNOAnimSet.Add("a2dun_Zolt_Book_Holder_A", 222331); DictSNOAnimSet.Add("a2dun_Zolt_Breakable_BarrelContainer", 164270); DictSNOAnimSet.Add("a2dun_Zolt_Breakable_Pillar_A", 11557); DictSNOAnimSet.Add("a2dun_Zolt_Breakable_Pillar_A_Client", 223414); DictSNOAnimSet.Add("a2dun_Zolt_Centerpiece_A", 11559); DictSNOAnimSet.Add("a2dun_Zolt_Chest", 11560); DictSNOAnimSet.Add("a2dun_Zolt_Chest_Rare", 101502); DictSNOAnimSet.Add("a2dun_Zolt_Column_Breakable_C", 68303); DictSNOAnimSet.Add("a2dun_Zolt_Column_Breakable_C_Emit", 68330); DictSNOAnimSet.Add("a2dun_Zolt_Desk_Scrolls_A", 71546); DictSNOAnimSet.Add("a2dun_Zolt_FloatingLightSource", 11563); DictSNOAnimSet.Add("a2dun_Zolt_FloatingLights_Crack_Glow", 73900); DictSNOAnimSet.Add("a2dun_Zolt_Floor_Rune", 180513); DictSNOAnimSet.Add("a2dun_Zolt_Head_Container", 213949); DictSNOAnimSet.Add("a2dun_Zolt_ibstone_A", 186783); DictSNOAnimSet.Add("a2dun_Zolt_Pedestal", 11569); DictSNOAnimSet.Add("a2dun_Zolt_PortalSwitch_ibstone_A", 195466); DictSNOAnimSet.Add("a2dun_Zolt_Pressure_Plate_A", 11570); DictSNOAnimSet.Add("a2dun_Zolt_Random_Breakable_Arch_A", 11571); DictSNOAnimSet.Add("a2dun_Zolt_Random_Breakable_Bridge", 11572); DictSNOAnimSet.Add("a2dun_Zolt_Random_Breakable_Corner", 11573); DictSNOAnimSet.Add("a2dun_Zolt_Random_Breakable_Edge_Large", 11574); DictSNOAnimSet.Add("a2dun_Zolt_Random_Breakable_HalfWall_A", 11575); DictSNOAnimSet.Add("a2dun_Zolt_Random_Breakable_Statue", 11576); DictSNOAnimSet.Add("a2dun_Zolt_Random_Breakable_Table", 11577); DictSNOAnimSet.Add("a2dun_Zolt_Random_Chest", 11578); DictSNOAnimSet.Add("a2dun_Zolt_Random_FallingRocks_B", 759); DictSNOAnimSet.Add("a2dun_Zolt_Random_GoldChest", 11581); DictSNOAnimSet.Add("a2dun_Zolt_Random_Portal_Disabled", 11583); DictSNOAnimSet.Add("a2dun_Zolt_Round_Chest_Riser", 11584); DictSNOAnimSet.Add("a2dun_Zolt_Round_Chest_Riser_StandIn", 11585); DictSNOAnimSet.Add("a2dun_Zolt_Round_Spawner", 11586); DictSNOAnimSet.Add("a2dun_Zolt_SandBridgeBase", 73011); DictSNOAnimSet.Add("a2dun_Zolt_Sand_Monster_Activate", 172806); DictSNOAnimSet.Add("a2dun_Zolt_Shadow_Realm_Portal", 142517); DictSNOAnimSet.Add("a2dun_Zolt_Shadow_Realm_Portal_Exit", 156069); DictSNOAnimSet.Add("a2dun_Zolt_Shadow_Realm_Portal_Exit_B", 217283); DictSNOAnimSet.Add("a2dun_Zolt_spellmonolith_A", 195014); DictSNOAnimSet.Add("a2dun_Zolt_spellmonolith_Group_A", 195802); DictSNOAnimSet.Add("a2dun_Zolt_Table_A_03_Scrolls", 71738); DictSNOAnimSet.Add("a2dun_Zolt_Tesla_Tower", 11594); DictSNOAnimSet.Add("a2dun_Zolt_Tesla_Tower_Fire", 11597); DictSNOAnimSet.Add("a2dun_Zolt_Tesla_Tower_Ice", 11598); DictSNOAnimSet.Add("a2dun_Zolt_Tesla_Tower_Poison", 209248); DictSNOAnimSet.Add("a2dun_zolt_WeaponRack_A", 198008); DictSNOAnimSet.Add("a2dun_zolt_WeaponRack_Sand_A", 198037); DictSNOAnimSet.Add("a2dun_Zolt_Zoltan_Sphere", 760); DictSNOAnimSet.Add("a2dun_Zolt_Zoltan_Sphere_Inactive", 11599); DictSNOAnimSet.Add("a2_Id_All_Book_Of_Cain", 297842); DictSNOAnimSet.Add("a3Battlefield_Demon_SummoningMachine", 157788); DictSNOAnimSet.Add("a3Battlefield_Props_burnt_supply_wagon_Breakable_A", 213837); DictSNOAnimSet.Add("a3Battlefield_Props_burnt_supply_wagon_B_Breakable", 214392); DictSNOAnimSet.Add("a3Battlefield_Props_Demonic_Container_A", 122964); DictSNOAnimSet.Add("a3dunIceCaves_Ice_cluster_Weaponrack_A", 195936); DictSNOAnimSet.Add("a3dunIceCaves_Ice_cluster_Weaponrack_B", 195949); DictSNOAnimSet.Add("a3dunKeep_Catapult_Stone", 132430); DictSNOAnimSet.Add("a3dunKeep_Interactives_hanging_meat_A", 193771); DictSNOAnimSet.Add("a3dunKeep_Interactives_hanging_meat_B", 193266); DictSNOAnimSet.Add("a3dunRmpt_Interactives_signal_fire_A", 197014); DictSNOAnimSet.Add("a3dun_Bridge_Barricade_A", 11980); DictSNOAnimSet.Add("a3dun_Bridge_Barricade_B", 11981); DictSNOAnimSet.Add("a3dun_Bridge_Barricade_C", 159565); DictSNOAnimSet.Add("a3dun_Bridge_Barricade_D", 160571); DictSNOAnimSet.Add("a3dun_Bridge_Generic_Rubble_C", 165834); DictSNOAnimSet.Add("a3dun_Bridge_Generic_Rubble_D", 165838); DictSNOAnimSet.Add("a3dun_Bridge_Munitions_Cart_A", 116410); DictSNOAnimSet.Add("a3dun_Bridge_Munitions_Cart_B", 116863); DictSNOAnimSet.Add("a3dun_Bridge_NS_03_Rubble_A_01", 165332); DictSNOAnimSet.Add("a3dun_Bridge_NS_03_Rubble_A_02", 165336); DictSNOAnimSet.Add("a3dun_Bridge_NS_03_Rubble_A_03", 165370); DictSNOAnimSet.Add("a3dun_Bridge_NS_03_Rubble_B_01", 166123); DictSNOAnimSet.Add("a3dun_Bridge_NS_B_03_Rubble_A", 165303); DictSNOAnimSet.Add("a3dun_Bridge_NS_B_03_Rubble_B", 165504); DictSNOAnimSet.Add("a3dun_Bridge_NS_Rafters_Rubble", 166444); DictSNOAnimSet.Add("a3dun_Bridge_NS_Staircase_Rubble_a", 167013); DictSNOAnimSet.Add("a3dun_Bridge_NS_Staircase_Rubble_b", 167319); DictSNOAnimSet.Add("a3dun_Bridge_NS_Towers_01_Rubble", 163863); DictSNOAnimSet.Add("a3dun_Bridge_NS_Towers_03_Rubble", 162984); DictSNOAnimSet.Add("a3dun_Bridge_NS_Towers_05_Rubble", 166188); DictSNOAnimSet.Add("a3dun_Bridge_Statue_A", 138222); DictSNOAnimSet.Add("a3dun_Bridge_Statue_B", 138202); DictSNOAnimSet.Add("a3dun_Bridge_Statue_C", 138208); DictSNOAnimSet.Add("a3dun_Crater_Chest", 133660); DictSNOAnimSet.Add("a3dun_Crater_Chest_Rare", 132675); DictSNOAnimSet.Add("a3dun_crater_DemonClawBomb_A", 121423); DictSNOAnimSet.Add("a3dun_crater_DemonClawBomb_A_Frags", 121425); DictSNOAnimSet.Add("a3dun_crater_Demon_Anvil", 221666); DictSNOAnimSet.Add("a3dun_crater_Demon_Anvil_Loot", 221828); DictSNOAnimSet.Add("a3dun_crater_Demon_GroundTrap_GasChamber", 123076); DictSNOAnimSet.Add("A3dun_Crater_Shake_Temp", 120972); DictSNOAnimSet.Add("a3dun_crater_st_demonic_forge", 180198); DictSNOAnimSet.Add("a3dun_crater_st_Demon_BloodContainer_A", 155259); DictSNOAnimSet.Add("a3dun_crater_st_Demon_BloodContainer_A_Stump", 155933); DictSNOAnimSet.Add("a3dun_crater_st_Demon_ChainPylon", 145362); DictSNOAnimSet.Add("a3dun_crater_st_Demon_ChainPylon_Fire", 196495); DictSNOAnimSet.Add("a3dun_Crater_ST_GiantDemonHeart", 164142); DictSNOAnimSet.Add("a3dun_crater_st_GiantDemontHeart_Explode", 167292); DictSNOAnimSet.Add("a3dun_Keep_Armor_Rack", 53518); DictSNOAnimSet.Add("a3dun_Keep_BarrelRings_A_Breakable", 56420); DictSNOAnimSet.Add("a3dun_Keep_Barrel_Breakable_Snow", 108620); DictSNOAnimSet.Add("a3dun_Keep_Barrel_B_Breakable", 56346); DictSNOAnimSet.Add("a3dun_Keep_Barrel_B_Breakable_charred_A", 206003); DictSNOAnimSet.Add("a3dun_Keep_Barrel_Snow_No_Skirt", 211461); DictSNOAnimSet.Add("a3dun_Keep_Barrel_Stack_Short", 52985); DictSNOAnimSet.Add("a3dun_Keep_Barrel_Stack_Short_Initial", 56217); DictSNOAnimSet.Add("a3dun_Keep_Barrel_Stack_Short_midB", 56299); DictSNOAnimSet.Add("a3dun_keep_Bed_A_Breakable", 54927); DictSNOAnimSet.Add("a3dun_Keep_Bridge", 52696); DictSNOAnimSet.Add("a3dun_Keep_Bridge_icy", 198124); DictSNOAnimSet.Add("a3dun_Keep_Bridge_Switch", 56690); DictSNOAnimSet.Add("a3dun_Keep_BucketMetal_A_Breakable", 53974); DictSNOAnimSet.Add("a3dun_Keep_Cart_A_Breakable", 170519); DictSNOAnimSet.Add("a3dun_Keep_Cart_A_Breakable_charred", 213726); DictSNOAnimSet.Add("a3dun_keep_Chair_A_Breakable", 54953); DictSNOAnimSet.Add("a3dun_Keep_Chest_A", 51366); DictSNOAnimSet.Add("a3dun_Keep_Chest_Lift", 51367); DictSNOAnimSet.Add("a3dun_Keep_Chest_Rare", 109269); DictSNOAnimSet.Add("a3dun_Keep_Crane_Clickable", 54782); DictSNOAnimSet.Add("a3dun_Keep_Crate_B", 52800); DictSNOAnimSet.Add("a3dun_Keep_Crate_B_Charred", 206712); DictSNOAnimSet.Add("a3dun_Keep_Crate_B_Snow", 108583); DictSNOAnimSet.Add("a3dun_Keep_Crate_D", 53657); DictSNOAnimSet.Add("a3dun_Keep_Crate_D_Snow", 108496); DictSNOAnimSet.Add("a3dun_Keep_Crate_E", 54366); DictSNOAnimSet.Add("a3dun_Keep_Crate_E_Charred", 206714); DictSNOAnimSet.Add("a3dun_Keep_Crate_E_Snow", 108614); DictSNOAnimSet.Add("a3dun_Keep_Door_Destructable", 55333); DictSNOAnimSet.Add("a3dun_Keep_Door_Destructable_Death", 55358); DictSNOAnimSet.Add("a3dun_Keep_Door_Dest_Damage1", 55337); DictSNOAnimSet.Add("a3dun_Keep_Door_Dest_Damage2", 55343); DictSNOAnimSet.Add("a3dun_Keep_Door_Dest_Wood", 55387); DictSNOAnimSet.Add("a3dun_Keep_Door_IronGate_A", 54915); DictSNOAnimSet.Add("a3dun_Keep_Door_Wooden_A", 54886); DictSNOAnimSet.Add("a3dun_Keep_Door_Wooden_A_Charred", 206718); DictSNOAnimSet.Add("a3dun_Keep_Exploding_Arch_A", 141635); DictSNOAnimSet.Add("a3dun_Keep_Exploding_Arch_A_debris", 187466); DictSNOAnimSet.Add("a3dun_Keep_Exploding_Barrel", 52834); DictSNOAnimSet.Add("a3dun_Keep_Falling_Grate", 56378); DictSNOAnimSet.Add("a3dun_keep_FireplaceTools_A_Breakable", 54963); DictSNOAnimSet.Add("a3dun_keep_FireplaceWood_A_Breakable", 54973); DictSNOAnimSet.Add("a3dun_keep_LadderShort_A_Breakable", 54029); DictSNOAnimSet.Add("a3dun_Keep_LadderShort_B_Breakable", 54195); DictSNOAnimSet.Add("a3dun_Keep_LadderTall_A_Breakable", 54003); DictSNOAnimSet.Add("a3dun_Keep_Rope_Switch", 173291); DictSNOAnimSet.Add("a3dun_Keep_SiegeTowerDoor_A", 54854); DictSNOAnimSet.Add("a3dun_Keep_Stool_A", 53806); DictSNOAnimSet.Add("a3dun_keep_TableGroupC_Breakable_Paper", 54489); DictSNOAnimSet.Add("a3dun_keep_TableGroup_A_Breakable", 54414); DictSNOAnimSet.Add("a3dun_keep_TableGroup_B_Breakable", 54447); DictSNOAnimSet.Add("a3dun_keep_TableGroup_C_Breakable", 54481); DictSNOAnimSet.Add("a3dun_keep_TableGroup_D_Breakable", 54519); DictSNOAnimSet.Add("a3dun_keep_Table_A_Breakable", 54335); DictSNOAnimSet.Add("a3dun_keep_Table_B_Breakable", 54383); DictSNOAnimSet.Add("a3dun_Keep_ToolsGroup_A_Breakable", 53859); DictSNOAnimSet.Add("a3dun_Keep_Wheel_A", 56356); DictSNOAnimSet.Add("a3dun_Keep_Wheel_B", 56362); DictSNOAnimSet.Add("a3dun_rmpt_Catapult_Elevator_A", 117550); DictSNOAnimSet.Add("a3dun_rmpt_Chunks", 149820); DictSNOAnimSet.Add("A3dun_rmpt_Debris_Pile_A", 190917); DictSNOAnimSet.Add("A3dun_rmpt_Debris_Pile_B", 190946); DictSNOAnimSet.Add("a3dun_rmpt_Demon_Elevator_A", 117341); DictSNOAnimSet.Add("a3dun_rmpt_EW_04_Destruction_A5", 150493); DictSNOAnimSet.Add("a3dun_rmpt_EW_04_Destruction_B", 150298); DictSNOAnimSet.Add("a3dun_rmpt_EW_04_Destruction_B_Base", 150550); DictSNOAnimSet.Add("a3dun_rmpt_EW_04_Door_Fragments", 150624); DictSNOAnimSet.Add("a3dun_rmpt_EW_04_Door_Rubble", 151451); DictSNOAnimSet.Add("a3dun_rmpt_EW_04_Peices_Destruction_A3", 150480); DictSNOAnimSet.Add("a3dun_rmpt_Exploding_Barrel_Snow", 182746); DictSNOAnimSet.Add("a3dun_rmpt_Exploding_Grate_A", 178748); DictSNOAnimSet.Add("a3dun_Rmpt_FrozenDoor_A", 112318); DictSNOAnimSet.Add("A3dun_rmpt_NE_02_Destruction_A", 176735); DictSNOAnimSet.Add("A3dun_rmpt_NE_02_Destruction_A_Debris_B", 180460); DictSNOAnimSet.Add("A3dun_rmpt_NE_02_Destruction_B", 176744); DictSNOAnimSet.Add("a3dun_rmpt_OilVat_A", 123812); DictSNOAnimSet.Add("a3dun_rmpt_SW_02_Destruction", 148479); DictSNOAnimSet.Add("a3dun_rmpt_SW_02_Destruction_B", 149364); DictSNOAnimSet.Add("a3dun_rmpt_SW_02_Destruction_B_Client", 149467); DictSNOAnimSet.Add("a3dun_rmpt_SW_02_Destruction_Client", 148523); DictSNOAnimSet.Add("A3dun_rmpt_SW_03_Destruction_A", 176963); DictSNOAnimSet.Add("A3dun_rmpt_SW_03_Destruction_A_Debris_B", 180749); DictSNOAnimSet.Add("A3dun_rmpt_SW_03_Destruction_B_Debris_B", 182542); DictSNOAnimSet.Add("a3dun_Wall_Lift", 82210); DictSNOAnimSet.Add("a3_azmodan_demon_spawner", 209034); DictSNOAnimSet.Add("A3_Battlefield_Cart_A_Breakable", 170653); DictSNOAnimSet.Add("A3_Battlefield_Chest_Rare", 111640); DictSNOAnimSet.Add("A3_Battlefield_Chest_Snowy", 111910); DictSNOAnimSet.Add("a3_Battlefield_Demoic_Forge", 137579); DictSNOAnimSet.Add("A3_Battlefield_DemonCage_A", 119954); DictSNOAnimSet.Add("a3_Battlefield_DemonGroundTrap_GasChamber_Snow", 181849); DictSNOAnimSet.Add("A3_Battlefield_Demonic_Catapult_ControlPanel", 196336); DictSNOAnimSet.Add("A3_Battlefield_DemonMine_C", 118592); DictSNOAnimSet.Add("A3_Battlefield_DemonMine_C_Snow", 150821); DictSNOAnimSet.Add("A3_Battlefield_Demon_Catapult_Ammo", 221976); DictSNOAnimSet.Add("A3_Battlefield_Demon_Catapult_Arm", 107452); DictSNOAnimSet.Add("A3_Battlefield_Demon_Catapult_Arm_Breakable_ArmSupport", 198889); DictSNOAnimSet.Add("A3_Battlefield_Demon_Catapult_Arm_Breakable_Arm_A", 198729); DictSNOAnimSet.Add("a3_Battlefield_GuardCatapult_Door", 184537); DictSNOAnimSet.Add("a3_Battlefield_GuardCatapult_Door_Lava", 184652); DictSNOAnimSet.Add("A3_Battlefield_Props_Demonic_Ballista", 174763); DictSNOAnimSet.Add("A3_Battlefield_Props_Demonic_Ballista_Arrows", 174766); DictSNOAnimSet.Add("A3_Battlefield_Props_Demonic_Ballista_Death", 178860); DictSNOAnimSet.Add("A3_Battlefield_Props_Demonic_Ballista_Metal_Death", 179162); DictSNOAnimSet.Add("A3_Battlefield_Props_Demonic_Ballista_Tail_Col", 207147); DictSNOAnimSet.Add("a3_Battlefield_SiegebreakerGate", 153380); DictSNOAnimSet.Add("a3_Battlefield_SiegebreakerGate_client", 209022); DictSNOAnimSet.Add("a3_Battlefield_SiegebreakerGate_Stage1_Teeth_Client", 153386); DictSNOAnimSet.Add("a3_Battlefield_SiegebreakerGate_Teeth_Client", 153390); DictSNOAnimSet.Add("a3_Battlefield_SiegebreakerGate_Top_Client", 153395); DictSNOAnimSet.Add("a3_Battlefield_Siegebreaker_DestructibleColumn", 154502); DictSNOAnimSet.Add("A3_Battlefield_Wagon_SupplyCart_A_Breakable", 121582); DictSNOAnimSet.Add("A3_Battlefield_Wagon_SupplyCart_B_Breakable", 120664); DictSNOAnimSet.Add("A3_Battlefield_Weaponrack_A", 192464); DictSNOAnimSet.Add("a3_Id_All_Book_Of_Cain", 295418); DictSNOAnimSet.Add("a4dunGarden_Corruption_gate", 204571); DictSNOAnimSet.Add("a4dunGarden_Props_Barrel_A", 198828); DictSNOAnimSet.Add("a4dunGarden_Props_Barrel_B", 198899); DictSNOAnimSet.Add("a4dunGarden_Props_Barrel_C", 198919); DictSNOAnimSet.Add("a4dunGarden_Props_Weaponrack_A", 210357); DictSNOAnimSet.Add("a4dunSpire_Interactives_Hope_Bound", 194967); DictSNOAnimSet.Add("a4dunSpire_Interactives_Izual_Ice_Barrier_A", 183103); DictSNOAnimSet.Add("a4dunSpire_Sigil_room_B_platform", 185445); DictSNOAnimSet.Add("a4dun_Diablo_Bone_Gate", 178539); DictSNOAnimSet.Add("a4dun_Diablo_Bone_Prison", 197682); DictSNOAnimSet.Add("a4dun_Diablo_Bone_Prison_Black", 197711); DictSNOAnimSet.Add("a4dun_Diablo_Bone_Prison_Broken", 197705); DictSNOAnimSet.Add("a4dun_garden_angelDemon_collide", 206658); DictSNOAnimSet.Add("A4dun_Garden_Chest", 182305); DictSNOAnimSet.Add("a4dun_Garden_Chest_Keyhole_FX", 182318); DictSNOAnimSet.Add("a4dun_Garden_Chest_Rare", 181693); DictSNOAnimSet.Add("a4dun_Garden_Chest_Rare_Keyhole_FX", 181711); DictSNOAnimSet.Add("a4dun_Garden_Common_AngelStatue_Breakable_A", 208915); DictSNOAnimSet.Add("a4dun_Garden_Common_AngelStatue_Breakable_A_Bullet", 209006); DictSNOAnimSet.Add("a4dun_Garden_Common_Tower_C_Breakable", 210284); DictSNOAnimSet.Add("a4dun_Garden_Common_Tower_C_Breakable_A_Bullet", 210305); DictSNOAnimSet.Add("a4dun_Garden_Common_Tower_C_Breakable_Statue_B", 210297); DictSNOAnimSet.Add("a4dun_Garden_Corruption_Active", 168611); DictSNOAnimSet.Add("a4dun_Garden_Corruption_Angel_Spawner", 187240); DictSNOAnimSet.Add("a4dun_Garden_Corruption_Mine", 188632); DictSNOAnimSet.Add("a4dun_Garden_HellPortal", 210316); DictSNOAnimSet.Add("a4dun_Garden_Hellportal_Pool", 225125); DictSNOAnimSet.Add("a4dun_Garden_Purification_Well_Curls", 190082); DictSNOAnimSet.Add("a4dun_Garden_Purification_Well_FX", 190092); DictSNOAnimSet.Add("a4dun_Garden_WeaponRack", 140602); DictSNOAnimSet.Add("a4dun_Heaven_Random_FallingRocks_A", 210734); DictSNOAnimSet.Add("a4dun_Heaven_Random_FallingRocks_B", 210735); DictSNOAnimSet.Add("a4dun_Sigil_room_platform_A", 193244); DictSNOAnimSet.Add("a4dun_Sigil_room_platform_A_Glow_FX", 193278); DictSNOAnimSet.Add("a4dun_Sigil_room_platform_A_Glow_FX_Closing", 193332); DictSNOAnimSet.Add("a4dun_Sigil_room_platform_A_Glow_FX_Locking", 201225); DictSNOAnimSet.Add("a4dun_Sigil_room_platform_A_Solid_FX", 193292); DictSNOAnimSet.Add("a4dun_Sigil_room_platform_A_Solid_FX_Closing", 193338); DictSNOAnimSet.Add("a4dun_Sigil_room_platform_A_Solid_FX_Opening_B", 193318); DictSNOAnimSet.Add("a4dun_spire_AngelCorpse_Barrel_A", 202016); DictSNOAnimSet.Add("a4dun_spire_AngelCorpse_Barrel_A_Client", 202221); DictSNOAnimSet.Add("a4dun_spire_AngelCorpse_Barrel_B", 201667); DictSNOAnimSet.Add("a4dun_spire_AngelCorpse_Barrel_B_Client", 201959); DictSNOAnimSet.Add("a4dun_spire_AngelCorpse_Barrel_C", 204217); DictSNOAnimSet.Add("a4dun_spire_AngelCorpse_Barrel_C_Client", 204238); DictSNOAnimSet.Add("a4dun_spire_AngelCorpse_Barrel_Physics_Chunks", 204703); DictSNOAnimSet.Add("a4dun_Spire_Angel_Statue_Corrupted_Breakable_A", 197525); DictSNOAnimSet.Add("a4dun_Spire_Bannister_Breakable_A", 220716); DictSNOAnimSet.Add("a4dun_Spire_Bannister_Breakable_B", 220994); DictSNOAnimSet.Add("a4dun_spire_barrel", 195053); DictSNOAnimSet.Add("a4dun_spire_barrel_C", 210398); DictSNOAnimSet.Add("a4dun_spire_CorruptedWallAngel_Column_1", 190925); DictSNOAnimSet.Add("a4dun_spire_CorruptedWallAngel_Column_2", 193158); DictSNOAnimSet.Add("a4dun_spire_CorruptedWallAngel_Column_3", 193161); DictSNOAnimSet.Add("a4dun_spire_CorruptedWallAngel_Ground", 193167); DictSNOAnimSet.Add("a4dun_spire_CorruptedWallAngel_Ground_Angels", 193175); DictSNOAnimSet.Add("a4dun_spire_CorruptedWallAngel_Wall_1", 193177); DictSNOAnimSet.Add("a4dun_spire_Corrupted_Column_Breakable_A", 198249); DictSNOAnimSet.Add("a4dun_spire_Corrupted_Column_Breakable_C", 221433); DictSNOAnimSet.Add("a4dun_Spire_CorruptionGeyser", 219732); DictSNOAnimSet.Add("a4dun_spire_ElevatorSwitch", 197734); DictSNOAnimSet.Add("a4dun_Spire_FallingRocks_A", 219942); DictSNOAnimSet.Add("a4dun_Spire_FallingRocks_B", 220214); DictSNOAnimSet.Add("a4dun_Spire_FallingRocks_C", 220263); DictSNOAnimSet.Add("a4dun_Spire_FallingRocks_D", 220322); DictSNOAnimSet.Add("a4dun_Spire_FallingRocks_E", 220409); DictSNOAnimSet.Add("a4dun_Spire_Ground_Attack_A_Attack", 222197); DictSNOAnimSet.Add("a4dun_spire_Sigil_Door_Fate", 188573); DictSNOAnimSet.Add("a4dun_spire_Sigil_Door_Tyrael", 188663); DictSNOAnimSet.Add("a4dun_spire_Sigil_Door_Volume_idle", 188601); DictSNOAnimSet.Add("a4dun_spire_Spike_Trap", 219872); DictSNOAnimSet.Add("a4dun_spire_Spike_Trap_2", 223997); DictSNOAnimSet.Add("a4dun_spire_weapon_rack", 221029); DictSNOAnimSet.Add("act1_Leah_Diary_Chest", 103728); DictSNOAnimSet.Add("act1_Lore_Book_Chest", 104389); DictSNOAnimSet.Add("act1_Lore_Hanging_Note_Chest", 104341); DictSNOAnimSet.Add("Adria", 11608); DictSNOAnimSet.Add("Adria_BSS_event", 194721); DictSNOAnimSet.Add("Adria_gameplay", 223543); DictSNOAnimSet.Add("Ancient_Korlic", 122390); DictSNOAnimSet.Add("Ancient_Mawdawc", 122389); DictSNOAnimSet.Add("Ancient_Talic", 122388); DictSNOAnimSet.Add("AngelWings_common_model", 150560); DictSNOAnimSet.Add("Angel_Common_A_Corpse_01", 196078); DictSNOAnimSet.Add("Angel_Common_A_Wounded", 195926); DictSNOAnimSet.Add("Angel_Corrupt", 133994); DictSNOAnimSet.Add("arcane_orb_fragment", 322351); DictSNOAnimSet.Add("AssaultBeast_Dead", 11613); DictSNOAnimSet.Add("AssaultBeast_deadSetPiece", 197580); DictSNOAnimSet.Add("AssaultBeast_Dead_top", 11614); DictSNOAnimSet.Add("AssaultBeast_dirRocks", 11615); DictSNOAnimSet.Add("assaultBeast_killGuard_foreshadow", 11616); DictSNOAnimSet.Add("AssaultBeast_Land", 11617); DictSNOAnimSet.Add("AssaultBeast_rocks", 761); DictSNOAnimSet.Add("Azmodan", 89692); DictSNOAnimSet.Add("azmodanBodyguard", 121355); DictSNOAnimSet.Add("Azmodan_bss_soul", 204630); DictSNOAnimSet.Add("Azmodan_bss_soulEvent", 204961); DictSNOAnimSet.Add("Azmodan_model_death_01", 178802); DictSNOAnimSet.Add("Azmodan_model_death_02", 178804); DictSNOAnimSet.Add("Azmodan_model_death_03", 178805); DictSNOAnimSet.Add("Barbarian_Female", 11621); DictSNOAnimSet.Add("Barbarian_Female_characterSelect", 11623); DictSNOAnimSet.Add("Barbarian_Female_whirlwindModel", 11625); DictSNOAnimSet.Add("barbarian_frenzyRune_axe_model", 163931); DictSNOAnimSet.Add("Barbarian_hammeroftheAncients_ancient", 160172); DictSNOAnimSet.Add("Barbarian_ignorePain", 159113); DictSNOAnimSet.Add("Barbarian_KKG_Follower", 449258); DictSNOAnimSet.Add("Barbarian_Male", 11626); DictSNOAnimSet.Add("Barbarian_Male_characterSelect", 11630); DictSNOAnimSet.Add("Barbarian_Male_Eaten", 11628); DictSNOAnimSet.Add("Barbarian_Male_Eaten_noFX", 198348); DictSNOAnimSet.Add("Barbarian_Male_whirlwindModel", 11631); DictSNOAnimSet.Add("Barbarian_SeismicSlam_projectile", 92888); DictSNOAnimSet.Add("Barbarian_weaponThrow_corpseZombie", 101072); DictSNOAnimSet.Add("barb_thrown", 11632); DictSNOAnimSet.Add("Barricade_Breakable_Charred", 206727); DictSNOAnimSet.Add("Barricade_Breakable_Snow_A", 195096); DictSNOAnimSet.Add("Barricade_Doube_Breakable_Snow_A", 195104); DictSNOAnimSet.Add("Barricade_Double_Breakable_Charred", 206687); DictSNOAnimSet.Add("bastionsKeepGuard_demonFlyerVictim", 121381); DictSNOAnimSet.Add("bastionsKeepGuard_Melee_B_MouthOfAzmodanCorpse", 155922); DictSNOAnimSet.Add("Bat", 11633); DictSNOAnimSet.Add("batSwarm_coneA", 117933); DictSNOAnimSet.Add("BattleNetStore_Congrats_Door", 429850); DictSNOAnimSet.Add("BattleNetStore_Congrats_Door_Glow", 430033); DictSNOAnimSet.Add("BattleNet_ravenFlock", 218726); DictSNOAnimSet.Add("Beast", 11634); DictSNOAnimSet.Add("Beast_Corpse_A", 11635); DictSNOAnimSet.Add("Beast_Corpse_B", 11636); DictSNOAnimSet.Add("Belial", 82124); DictSNOAnimSet.Add("Belial_TreasureGrant", 225015); DictSNOAnimSet.Add("Belial_TrueForm", 129239); DictSNOAnimSet.Add("BigRed", 132975); DictSNOAnimSet.Add("BigRed_itemPassive_demonChains", 250670); DictSNOAnimSet.Add("BigRed_Izual", 158289); DictSNOAnimSet.Add("BigRed_skeleton", 167184); DictSNOAnimSet.Add("Blacksmith_Anvil", 212462); DictSNOAnimSet.Add("Blacksmith_Crafting_Backbone", 101127); DictSNOAnimSet.Add("Blacksmith_Forge_Armor", 212753); DictSNOAnimSet.Add("Blacksmith_Forge_Weapons", 212777); DictSNOAnimSet.Add("Blizzcon_2010_treat", 110676); DictSNOAnimSet.Add("Bloodhawk", 11638); DictSNOAnimSet.Add("Body_HangedB_NoBody_caOut", 11641); DictSNOAnimSet.Add("Body_HangedF_NoBody_caOut", 11646); DictSNOAnimSet.Add("Breakable_Crate_A_caOut", 62527); DictSNOAnimSet.Add("breakable_painting", 11648); DictSNOAnimSet.Add("breakable_paintingGlow_End", 11649); DictSNOAnimSet.Add("Brickhouse", 60724); DictSNOAnimSet.Add("BrickhouseDeath_body", 80051); DictSNOAnimSet.Add("BrickhouseDeath_leftArm", 80046); DictSNOAnimSet.Add("BrickhouseDeath_rightArm", 80048); DictSNOAnimSet.Add("Brickhouse_B", 207553); DictSNOAnimSet.Add("Bucket_A_Fields_trOut", 58840); DictSNOAnimSet.Add("Bucket_Crane_caOut_Mining_Breakable", 59916); DictSNOAnimSet.Add("Bush_Large_A_caOut_Foliage", 11650); DictSNOAnimSet.Add("Bush_Large_B_caOut_Foliage", 11651); DictSNOAnimSet.Add("Butcher", 11652); DictSNOAnimSet.Add("Butcher_axe", 180544); DictSNOAnimSet.Add("Cain", 11653); DictSNOAnimSet.Add("CainDungeon", 81484); DictSNOAnimSet.Add("Cain_event_readScroll", 121101); DictSNOAnimSet.Add("Cain_Lore_Satchel_Chest", 223510); DictSNOAnimSet.Add("Cain_Lore_Satchel_Chest_Client", 223518); DictSNOAnimSet.Add("caldeumChild_Female_A_withDoll", 11655); DictSNOAnimSet.Add("caldeumChild_Male", 763); DictSNOAnimSet.Add("caldeumGuard_Spear", 196277); DictSNOAnimSet.Add("candleSmoke", 11658); DictSNOAnimSet.Add("candleSmoke_covered", 11659); DictSNOAnimSet.Add("caOutStingingWinds_Illusion_Bridge", 186445); DictSNOAnimSet.Add("caOutStingingWinds_Illusion_Rocks", 183909); DictSNOAnimSet.Add("CaOut_Barrel_Breakable_A", 58624); DictSNOAnimSet.Add("caOut_Boneyards_Bloodhawknest", 92520); DictSNOAnimSet.Add("caOut_Boneyards_chest", 99088); DictSNOAnimSet.Add("caOut_Boneyards_chest_Rare", 106174); DictSNOAnimSet.Add("caOut_BoneYards_Collapsing_Bones", 57488); DictSNOAnimSet.Add("caOut_BoneYards_Collapsing_Bones_Debris", 61101); DictSNOAnimSet.Add("caOut_Boneyards_Dervish_Alter", 122988); DictSNOAnimSet.Add("caOut_Boneyards_Dervish_Alter_Wind", 123004); DictSNOAnimSet.Add("caOut_Boneyards_Dervish_SubAlter", 122340); DictSNOAnimSet.Add("caOut_Boneyards_Dervish_SubAlter_Wind", 122726); DictSNOAnimSet.Add("caOut_Boneyard_BanishedSkeleton_A", 128887); DictSNOAnimSet.Add("caOut_Boneyard_BanishedSkeleton_B", 129141); DictSNOAnimSet.Add("caOut_Boneyard_BanishedSkeleton_C", 129278); DictSNOAnimSet.Add("CaOut_Boneyard_Pressure_Plate_Column_Chest", 160668); DictSNOAnimSet.Add("caOut_Boneyard_SkullSpawner", 131862); DictSNOAnimSet.Add("caOut_Boneyard_WormCave_Rubbles", 139952); DictSNOAnimSet.Add("caOut_Bone_Cairn", 11660); DictSNOAnimSet.Add("caOut_Breakable_Wagon_a", 91684); DictSNOAnimSet.Add("caOut_Breakable_Wagon_b", 92525); DictSNOAnimSet.Add("caOut_Breakable_Wagon_C", 93302); DictSNOAnimSet.Add("caOut_Breakable_Wagon_C_Extra", 93436); DictSNOAnimSet.Add("caOut_Breakable_Wagon_D", 199333); DictSNOAnimSet.Add("caOut_Breakable_Wagon_D_Top_A", 200356); DictSNOAnimSet.Add("caOut_Breakable_Wagon_E", 199423); DictSNOAnimSet.Add("caOut_Cage", 11663); DictSNOAnimSet.Add("caOut_Chest_B", 11664); DictSNOAnimSet.Add("caOut_Chest_Lift", 11665); DictSNOAnimSet.Add("caOut_Chest_Lift_Mirror", 11666); DictSNOAnimSet.Add("caOut_Cult_Y_Guy", 11667); DictSNOAnimSet.Add("caOut_Flag_Pole", 11669); DictSNOAnimSet.Add("caOut_Lift_Lever", 11671); DictSNOAnimSet.Add("caOut_Lift_Lever_Mirror", 11672); DictSNOAnimSet.Add("caOut_Oasis_aqd_door", 152767); DictSNOAnimSet.Add("caOut_Oasis_aqd_door_Effects", 152844); DictSNOAnimSet.Add("caOut_Oasis_Attack_Plant", 59405); DictSNOAnimSet.Add("CaOut_Oasis_Barrel_Lamp_Breakable_A", 60084); DictSNOAnimSet.Add("caOut_Oasis_Breakable_Cart_A", 58563); DictSNOAnimSet.Add("caout_Oasis_Celler_Door", 184793); DictSNOAnimSet.Add("caOut_Oasis_Cenote_Door", 158623); DictSNOAnimSet.Add("caOut_Oasis_Chest", 107993); DictSNOAnimSet.Add("caOut_Oasis_Chest_Rare", 107307); DictSNOAnimSet.Add("caOut_Oasis_Door_Aqueduct_A", 112306); DictSNOAnimSet.Add("caOut_Oasis_Door_Aqueduct_A_Top", 115369); DictSNOAnimSet.Add("caOut_Oasis_Exploding_Barrel", 106969); DictSNOAnimSet.Add("CaOut_Oasis_Floating _Fish_A", 185556); DictSNOAnimSet.Add("CaOut_Oasis_Floating _Fish_B", 187231); DictSNOAnimSet.Add("CaOut_Oasis_Floating _Fish_C", 187254); DictSNOAnimSet.Add("CaOut_Oasis_Floating _Fish_D", 187257); DictSNOAnimSet.Add("CaOut_Oasis_Gear_Box", 118389); DictSNOAnimSet.Add("caOut_Oasis_Mine_Entrance_A", 178156); DictSNOAnimSet.Add("caOut_Oasis_Rakanishu_CenterStone_A", 113841); DictSNOAnimSet.Add("caOut_Oasis_Rakanishu_SideStone_A", 113956); DictSNOAnimSet.Add("caOut_Oasis_RakinishuStone_A_FX", 222270); DictSNOAnimSet.Add("caOut_Oasis_RakinishuStone_B_FX", 222267); DictSNOAnimSet.Add("caOut_Oasis_RakinishuStone_C_FX", 222264); DictSNOAnimSet.Add("caOut_Oasis_RakinishuStone_D_FX", 222258); DictSNOAnimSet.Add("caOut_Oasis_Sub240_Water_Money_Center_Wheel", 157527); DictSNOAnimSet.Add("caOut_Oasis_Swinging_Boards_A", 200719); DictSNOAnimSet.Add("caOut_Oasis_Swinging_Boards_B", 200728); DictSNOAnimSet.Add("caOut_Oasis_Water_Money_Buckets", 143098); DictSNOAnimSet.Add("caOut_Oasis_Well_Lift_Chest", 106325); DictSNOAnimSet.Add("caOut_Props_Hidden_Cache", 96894); DictSNOAnimSet.Add("caOut_Raven_Pecking", 224947); DictSNOAnimSet.Add("caOut_Raven_Perched", 224946); DictSNOAnimSet.Add("caOut_Raven_Perched_fliesAway", 224939); DictSNOAnimSet.Add("caOut_Red_Bush_A1", 11675); DictSNOAnimSet.Add("caOut_Red_Bush_B", 11676); DictSNOAnimSet.Add("caOut_Rock_Cairn", 11677); DictSNOAnimSet.Add("caOut_StingingWinds_Arena_Bridge", 214191); DictSNOAnimSet.Add("caOut_StingingWinds_CaldeumPalaceGate_Breakable", 175376); DictSNOAnimSet.Add("caOut_StingingWinds_CaldeumPalaceGate_Breakable_B", 175503); DictSNOAnimSet.Add("caOut_StingingWinds_Caldeum_Cart_A", 180039); DictSNOAnimSet.Add("caOut_StingingWinds_Chest", 108124); DictSNOAnimSet.Add("caOut_StingingWinds_Chest_Rare", 108235); DictSNOAnimSet.Add("caOut_StingingWinds_Khamsin_Gate", 175805); DictSNOAnimSet.Add("caOut_StingingWinds_Kid_Fort", 156423); DictSNOAnimSet.Add("caOut_StingingWinds_TriuneBloodAltar_Chandelier", 132410); DictSNOAnimSet.Add("CaOut_Target_Dummy", 200372); DictSNOAnimSet.Add("caOut_Wagon_Clickable_a", 94129); DictSNOAnimSet.Add("caOut_WindmillSail_Mining_Left", 11681); DictSNOAnimSet.Add("caOut_WindmillSail_Mining_Right", 11682); DictSNOAnimSet.Add("capsule", 11684); DictSNOAnimSet.Add("Catapult_a3dunKeep_WarMachines", 132349); DictSNOAnimSet.Add("Catapult_a3dunKeep_WarMachines_Breakable", 129039); DictSNOAnimSet.Add("Catapult_a3dunKeep_WarMachines_Breakable_Center", 129127); DictSNOAnimSet.Add("Catapult_a3dunKeep_WarMachines_Breakable_Top", 129126); DictSNOAnimSet.Add("Catapult_a3dunKeep_WarMachines_Snow", 200030); DictSNOAnimSet.Add("CellarDoor_trOut_TristramField_Door", 74481); DictSNOAnimSet.Add("Cellar_Chair_A_trOut_Cellar", 80738); DictSNOAnimSet.Add("Cemetary_Gate_no_lock_trOut_Wilderness", 219923); DictSNOAnimSet.Add("Cemetary_Gate_trOut_Wilderness", 76165); DictSNOAnimSet.Add("ceremonialDagger_norm_unique_04", 198613); DictSNOAnimSet.Add("CG_cos_pet_Battlecruiser", 478826); DictSNOAnimSet.Add("Challenge_Rift_Inspect_ArmorRack", 462045); DictSNOAnimSet.Add("chickenBow_arrow", 203668); DictSNOAnimSet.Add("Clicky_LootType2_DemonFlyer_A_Frosty_Corpse_01", 211219); DictSNOAnimSet.Add("Clicky_LootType2_DemonFlyer_B_Frosty_Corpse_01", 211244); DictSNOAnimSet.Add("Clicky_LootType2_DemonTrooper_A_Frosty_Corpse_01", 211231); DictSNOAnimSet.Add("Clicky_LootType2_DemonTrooper_B_Frosty_Corpse_01", 211232); DictSNOAnimSet.Add("Companion_Wolf", 156386); DictSNOAnimSet.Add("coreEliteDemon", 128962); DictSNOAnimSet.Add("Cos_Pennant_p4_Holloween_dangle", 446221); DictSNOAnimSet.Add("cos_pet_BabySiege", 449503); DictSNOAnimSet.Add("cos_pet_bladedsoul", 450954); DictSNOAnimSet.Add("cos_pet_butcher", 456046); DictSNOAnimSet.Add("cos_pet_cowking", 450434); DictSNOAnimSet.Add("cos_pet_DemonHand", 450009); DictSNOAnimSet.Add("cos_pet_demonTrooper_01", 447256); DictSNOAnimSet.Add("cos_pet_Destroyer", 449547); DictSNOAnimSet.Add("cos_pet_diablo", 451522); DictSNOAnimSet.Add("cos_pet_fallenHound_01", 433219); DictSNOAnimSet.Add("cos_pet_FloatingSkull_01", 447548); DictSNOAnimSet.Add("cos_pet_GauntletHand", 439874); DictSNOAnimSet.Add("cos_pet_ghost", 450179); DictSNOAnimSet.Add("cos_pet_gluttony", 449574); DictSNOAnimSet.Add("cos_pet_goatman_melee", 439893); DictSNOAnimSet.Add("cos_pet_hoodednightmare", 450237); DictSNOAnimSet.Add("cos_pet_mimic", 447642); DictSNOAnimSet.Add("cos_pet_MooCow", 457827); DictSNOAnimSet.Add("cos_pet_nephalem_golem_01", 444319); DictSNOAnimSet.Add("cos_pet_nightmare", 449109); DictSNOAnimSet.Add("cos_pet_spider_01", 450067); DictSNOAnimSet.Add("cos_pet_squire", 445734); DictSNOAnimSet.Add("cos_pet_Succubus", 449860); DictSNOAnimSet.Add("cos_pet_wickerMan", 445875); DictSNOAnimSet.Add("cos_pet_yeti", 450910); DictSNOAnimSet.Add("cos_pet_zombie", 450905); DictSNOAnimSet.Add("cos_wings_Andariel_barbF", 442759); DictSNOAnimSet.Add("cos_wings_Andariel_barbM", 442760); DictSNOAnimSet.Add("cos_wings_Andariel_cdrF", 442761); DictSNOAnimSet.Add("cos_wings_Andariel_cdrM", 442762); DictSNOAnimSet.Add("cos_wings_Andariel_dhF", 442763); DictSNOAnimSet.Add("cos_wings_Andariel_dhM", 442764); DictSNOAnimSet.Add("cos_wings_Andariel_monkF", 442765); DictSNOAnimSet.Add("cos_wings_Andariel_monkM", 442766); DictSNOAnimSet.Add("cos_wings_Andariel_nmF", 461249); DictSNOAnimSet.Add("cos_wings_Andariel_nmM", 461250); DictSNOAnimSet.Add("cos_wings_Andariel_WDF", 442767); DictSNOAnimSet.Add("cos_wings_Andariel_WDM", 442768); DictSNOAnimSet.Add("cos_wings_Andariel_wizF", 442769); DictSNOAnimSet.Add("cos_wings_Andariel_wizM", 442770); DictSNOAnimSet.Add("cos_wings_bat", 429865); DictSNOAnimSet.Add("cos_wings_bat_barbF", 431065); DictSNOAnimSet.Add("cos_wings_bat_barbM", 431066); DictSNOAnimSet.Add("cos_wings_bat_cdrF", 431072); DictSNOAnimSet.Add("cos_wings_bat_cdrM", 431073); DictSNOAnimSet.Add("cos_wings_bat_dhF", 431079); DictSNOAnimSet.Add("cos_wings_bat_dhM", 431078); DictSNOAnimSet.Add("cos_wings_bat_monkF", 431077); DictSNOAnimSet.Add("cos_wings_bat_monkM", 431075); DictSNOAnimSet.Add("cos_wings_bat_nmF", 461277); DictSNOAnimSet.Add("cos_wings_bat_nmM", 461276); DictSNOAnimSet.Add("cos_wings_bat_WDF", 431070); DictSNOAnimSet.Add("cos_wings_bat_WDM", 431069); DictSNOAnimSet.Add("cos_wings_bat_wizF", 431068); DictSNOAnimSet.Add("cos_wings_bat_wizM", 431067); DictSNOAnimSet.Add("cos_wings_bFly_barbF", 446581); DictSNOAnimSet.Add("cos_wings_bFly_barbM", 446549); DictSNOAnimSet.Add("cos_wings_bFly_CDRF", 446583); DictSNOAnimSet.Add("cos_wings_bFly_CDRM", 446582); DictSNOAnimSet.Add("cos_wings_bFly_DHF", 446584); DictSNOAnimSet.Add("cos_wings_bFly_DHM", 446585); DictSNOAnimSet.Add("cos_wings_bFly_MonkF", 446587); DictSNOAnimSet.Add("cos_wings_bFly_MonkM", 446586); DictSNOAnimSet.Add("cos_wings_bFly_nmF", 461451); DictSNOAnimSet.Add("cos_wings_bFly_nmM", 461450); DictSNOAnimSet.Add("cos_wings_bFly_WDF", 446588); DictSNOAnimSet.Add("cos_wings_bFly_WDM", 446589); DictSNOAnimSet.Add("cos_wings_bFly_WizF", 446556); DictSNOAnimSet.Add("cos_wings_bFly_WizM", 446580); DictSNOAnimSet.Add("cos_wings_Bird_barbF", 447509); DictSNOAnimSet.Add("cos_wings_Bird_barbM", 447510); DictSNOAnimSet.Add("cos_wings_Bird_CDRF", 447511); DictSNOAnimSet.Add("cos_wings_Bird_CDRM", 447512); DictSNOAnimSet.Add("cos_wings_Bird_DHF", 447513); DictSNOAnimSet.Add("cos_wings_Bird_DHM", 447514); DictSNOAnimSet.Add("cos_wings_Bird_MonkF", 447515); DictSNOAnimSet.Add("cos_wings_Bird_MonkM", 447516); DictSNOAnimSet.Add("cos_wings_Bird_nmF", 461319); DictSNOAnimSet.Add("cos_wings_Bird_nmM", 461318); DictSNOAnimSet.Add("cos_wings_Bird_WDF", 447517); DictSNOAnimSet.Add("cos_wings_Bird_WDM", 447518); DictSNOAnimSet.Add("cos_wings_Bird_WizF", 447519); DictSNOAnimSet.Add("cos_wings_Bird_WizM", 447520); DictSNOAnimSet.Add("cos_wings_promo_01_barbF", 445930); DictSNOAnimSet.Add("cos_wings_promo_01_barbM", 445810); DictSNOAnimSet.Add("cos_wings_promo_01_CDRF", 445988); DictSNOAnimSet.Add("cos_wings_promo_01_CDRM", 445984); DictSNOAnimSet.Add("cos_wings_promo_01_DHF", 445952); DictSNOAnimSet.Add("cos_wings_promo_01_DHM", 445938); DictSNOAnimSet.Add("cos_wings_promo_01_monkF", 445964); DictSNOAnimSet.Add("cos_wings_promo_01_monkM", 445959); DictSNOAnimSet.Add("cos_wings_promo_01_nmF", 461362); DictSNOAnimSet.Add("cos_wings_promo_01_nmM", 461361); DictSNOAnimSet.Add("cos_wings_promo_01_WDF", 445969); DictSNOAnimSet.Add("cos_wings_promo_01_WDM", 445967); DictSNOAnimSet.Add("cos_wings_promo_01_wizF", 445976); DictSNOAnimSet.Add("cos_wings_promo_01_wizM", 445973); DictSNOAnimSet.Add("cos_wings_Seraph_barbF", 445654); DictSNOAnimSet.Add("cos_wings_Seraph_barbM", 445655); DictSNOAnimSet.Add("cos_wings_Seraph_CDRF", 445679); DictSNOAnimSet.Add("cos_wings_Seraph_CDRM", 445678); DictSNOAnimSet.Add("cos_wings_Seraph_DHF", 445659); DictSNOAnimSet.Add("cos_wings_Seraph_DHM", 445658); DictSNOAnimSet.Add("cos_wings_Seraph_MonkF", 445672); DictSNOAnimSet.Add("cos_wings_Seraph_MonkM", 445671); DictSNOAnimSet.Add("cos_wings_Seraph_nmF", 461334); DictSNOAnimSet.Add("cos_wings_Seraph_nmM", 461332); DictSNOAnimSet.Add("cos_wings_Seraph_WDF", 445674); DictSNOAnimSet.Add("cos_wings_Seraph_WDM", 445673); DictSNOAnimSet.Add("cos_wings_Seraph_WizF", 445676); DictSNOAnimSet.Add("cos_wings_Seraph_WizM", 445675); DictSNOAnimSet.Add("cos_wings_Shiva_barbF", 443397); DictSNOAnimSet.Add("cos_wings_Shiva_barbM", 443398); DictSNOAnimSet.Add("cos_wings_Shiva_Beads", 443696); DictSNOAnimSet.Add("cos_wings_Shiva_cdrF", 443399); DictSNOAnimSet.Add("cos_wings_Shiva_cdrM", 443400); DictSNOAnimSet.Add("cos_wings_Shiva_dhF", 443401); DictSNOAnimSet.Add("cos_wings_Shiva_dhM", 443402); DictSNOAnimSet.Add("cos_wings_Shiva_monkF", 443403); DictSNOAnimSet.Add("cos_wings_Shiva_monkM", 443404); DictSNOAnimSet.Add("cos_wings_Shiva_nmF", 461388); DictSNOAnimSet.Add("cos_wings_Shiva_nmM", 461387); DictSNOAnimSet.Add("cos_wings_Shiva_WDF", 443405); DictSNOAnimSet.Add("cos_wings_Shiva_WDM", 443406); DictSNOAnimSet.Add("cos_wings_Shiva_wizF", 443407); DictSNOAnimSet.Add("cos_wings_Shiva_wizM", 443408); DictSNOAnimSet.Add("Cow", 11689); DictSNOAnimSet.Add("Cow_Clickable", 185158); DictSNOAnimSet.Add("creepMob", 64257); DictSNOAnimSet.Add("creepMobArm", 11690); DictSNOAnimSet.Add("critterBeetle", 11691); DictSNOAnimSet.Add("critterCentipede", 11692); DictSNOAnimSet.Add("CritterChicken", 765); DictSNOAnimSet.Add("critterFly", 11694); DictSNOAnimSet.Add("CritterPig", 11695); DictSNOAnimSet.Add("CritterRabbit", 11696); DictSNOAnimSet.Add("CritterRat", 11697); DictSNOAnimSet.Add("critterScorpion", 11698); DictSNOAnimSet.Add("critterSnake", 11699); DictSNOAnimSet.Add("CritterSpider", 11700); DictSNOAnimSet.Add("crowd_angelAttack_battle", 207285); DictSNOAnimSet.Add("crowd_commonAngel_falling", 206225); DictSNOAnimSet.Add("crowd_commonAngel_verminAttack", 206302); DictSNOAnimSet.Add("crowd_coreEliteDemon_podLauncher", 204662); DictSNOAnimSet.Add("crowd_demonAttack_battle", 210483); DictSNOAnimSet.Add("crowd_siegeBreaker_crushing", 197589); DictSNOAnimSet.Add("crowd_siegeBreaker_eating", 197190); DictSNOAnimSet.Add("crowd_siegeBreaker_kungFuFighting", 198520); DictSNOAnimSet.Add("crowd_siegeBreaker_punchWalk", 198702); DictSNOAnimSet.Add("crowd_siegeBreaker_walking", 195393); DictSNOAnimSet.Add("CryingGhost", 11703); DictSNOAnimSet.Add("CryptChild", 11704); DictSNOAnimSet.Add("Crypt_Alcove_Of_Rot", 63213); DictSNOAnimSet.Add("Crypt_Alcove_Of_Rot_Core", 85685); DictSNOAnimSet.Add("Crypt_Alcove_Of_Rot_Custom", 85689); DictSNOAnimSet.Add("Crypt_Alcove_Of_Rot_Spawn", 178062); DictSNOAnimSet.Add("Crypt_Bannister_2U_Broken_B_01", 56561); DictSNOAnimSet.Add("Crypt_Bannister_4U_Broken_B_01", 56459); DictSNOAnimSet.Add("Crypt_Bannister_6U_Broken_B_01", 56448); DictSNOAnimSet.Add("Crypt_Break_Debris_01", 54598); DictSNOAnimSet.Add("Crypt_Break_Floor_01", 54247); DictSNOAnimSet.Add("Crypt_Break_Floor_02", 54389); DictSNOAnimSet.Add("Crypt_Coffin_Stone_01", 54471); DictSNOAnimSet.Add("Crypt_Coffin_Stone_02", 57363); DictSNOAnimSet.Add("Crypt_Coffin_Wood_01", 11705); DictSNOAnimSet.Add("Crypt_Coffin_Wood_02", 54171); DictSNOAnimSet.Add("Crypt_Endless_Spawner_A_Body_01", 56943); DictSNOAnimSet.Add("Crypt_Endless_Spawner_A_Door_01", 56992); DictSNOAnimSet.Add("DemonFetus", 11708); DictSNOAnimSet.Add("demonFlyer", 62758); DictSNOAnimSet.Add("demonFlyer_bomber", 132962); DictSNOAnimSet.Add("demonFlyer_corpse", 141436); DictSNOAnimSet.Add("demonFlyer_crash", 197827); DictSNOAnimSet.Add("demonFlyer_crash_projectile", 200001); DictSNOAnimSet.Add("demonFlyer_fall", 197312); DictSNOAnimSet.Add("demonFlyer_kamikaze", 205364); DictSNOAnimSet.Add("demonFlyer_manDrop", 199512); DictSNOAnimSet.Add("demonFlyer_Mega", 214587); DictSNOAnimSet.Add("demonFlyer_rainOfArrows_grenade", 162564); DictSNOAnimSet.Add("demonFlyer_swoop", 121378); DictSNOAnimSet.Add("DemonHunter_ElementalArrow_GoldenPorjectile", 155942); DictSNOAnimSet.Add("Demonhunter_Female", 74708); DictSNOAnimSet.Add("Demonhunter_Female_backflip", 111310); DictSNOAnimSet.Add("Demonhunter_female_charatcerSelect", 205379); DictSNOAnimSet.Add("Demonhunter_Male", 109799); DictSNOAnimSet.Add("Demonhunter_Male_CharacterSelect", 205381); DictSNOAnimSet.Add("DemonHunter_RainofArrows_DemonFlyer", 165813); DictSNOAnimSet.Add("demonicRitualist_Female", 11710); DictSNOAnimSet.Add("demonicRitualist_Female2", 11711); DictSNOAnimSet.Add("demonicRitualist_Female3", 11712); DictSNOAnimSet.Add("demonTrooper", 79089); DictSNOAnimSet.Add("demonTrooper_Azmodan", 175321); DictSNOAnimSet.Add("demonTrooper_corpse", 141421); DictSNOAnimSet.Add("demonTrooper_Lift", 117382); DictSNOAnimSet.Add("Demon_Trooper_gibs_eaten", 154712); DictSNOAnimSet.Add("DeSoto", 11713); DictSNOAnimSet.Add("destructibleCandles", 11714); DictSNOAnimSet.Add("destructibleCandles2", 11715); DictSNOAnimSet.Add("destructibleCandles3", 11716); DictSNOAnimSet.Add("DH_ballista_frisbee", 155300); DictSNOAnimSet.Add("DH_clusterArrow_arrowEmitter", 132168); DictSNOAnimSet.Add("DH_companion_bat", 133755); DictSNOAnimSet.Add("DH_companion_boar", 182439); DictSNOAnimSet.Add("DH_companion_raven", 168648); DictSNOAnimSet.Add("DH_companion_skull", 153341); DictSNOAnimSet.Add("DH_companion_spider", 173828); DictSNOAnimSet.Add("DH_elementalArrow_iceExplosion", 134842); DictSNOAnimSet.Add("DH_elementalArrow_iceShard", 135133); DictSNOAnimSet.Add("DH_impale_dagger", 221263); DictSNOAnimSet.Add("DH_rainofArrows_shadowBeast", 149951); DictSNOAnimSet.Add("DH_sentry", 131590); DictSNOAnimSet.Add("DH_sentryRune_heal", 166488); DictSNOAnimSet.Add("DH_sentryRune_missiles", 165396); DictSNOAnimSet.Add("DH_sentryRune_shield", 155125); DictSNOAnimSet.Add("DH_shakram_shuriken", 152134); DictSNOAnimSet.Add("DH_strafe_female_shadows", 149339); DictSNOAnimSet.Add("DH_strafe_male_shadows", 186051); DictSNOAnimSet.Add("Diablo", 123657); DictSNOAnimSet.Add("Diablo_EndGame", 215250); DictSNOAnimSet.Add("diablo_Gibs", 215878); DictSNOAnimSet.Add("Door_CellarC_caOut_Towns", 11720); DictSNOAnimSet.Add("Double_Crane_a_caout_Mining", 11721); DictSNOAnimSet.Add("Double_Crane_a_caout_Mining_Raised", 223681); DictSNOAnimSet.Add("Double_Crane_a_Invis_Door_caout_Mining", 11725); DictSNOAnimSet.Add("DuneDervish", 11728); DictSNOAnimSet.Add("Dungeon_Stone_Portal", 135322); DictSNOAnimSet.Add("emitter_event47_groundRune", 194710); DictSNOAnimSet.Add("emitter_spiral", 155357); DictSNOAnimSet.Add("emitter_verticalWobble", 62094); DictSNOAnimSet.Add("Enchantress", 11737); DictSNOAnimSet.Add("entanglingRoots", 11736); DictSNOAnimSet.Add("EOasis_BonePile_A_SkeletonAmbush", 211695); DictSNOAnimSet.Add("event47_candles", 203509); DictSNOAnimSet.Add("Event_1000Monster_Portal", 182637); DictSNOAnimSet.Add("Event_SewerSearchers_SnakemanCaster_A", 154487); DictSNOAnimSet.Add("FallenChampion", 11739); DictSNOAnimSet.Add("FallenGrunt", 11740); DictSNOAnimSet.Add("FallenGrunt_eventCorpse", 206007); DictSNOAnimSet.Add("FallenHound", 11741); DictSNOAnimSet.Add("FallenLunatic", 11743); DictSNOAnimSet.Add("FallenLunatic_B", 159857); DictSNOAnimSet.Add("FallenLunatic_C", 159895); DictSNOAnimSet.Add("FallenLunatic_corpse", 66855); DictSNOAnimSet.Add("FallenShaman", 11745); DictSNOAnimSet.Add("fastMummy", 11746); DictSNOAnimSet.Add("FastMummySpawner_Gibs", 96349); DictSNOAnimSet.Add("fastMummy_Gibs", 11747); DictSNOAnimSet.Add("fastMummy_Spawner", 11748); DictSNOAnimSet.Add("fastMummy_Spawner_A", 227333); DictSNOAnimSet.Add("Fate", 185390); DictSNOAnimSet.Add("Fate_angelWings_model", 159932); DictSNOAnimSet.Add("fearSkull", 11749); DictSNOAnimSet.Add("Fence_A_caOut_Mining_Interactive", 130854); DictSNOAnimSet.Add("Fence_C_caOut_Mining_Interactive", 131569); DictSNOAnimSet.Add("Fence_D_caOut_Mining_Interactive", 131490); DictSNOAnimSet.Add("Ferret", 181887); DictSNOAnimSet.Add("Ferryman", 184742); DictSNOAnimSet.Add("Fetish_doubleStack", 90073); DictSNOAnimSet.Add("Fetish_Melee", 87191); DictSNOAnimSet.Add("Fetish_tripleStack_voodoo", 118326); DictSNOAnimSet.Add("FleshPitFlyer", 768); DictSNOAnimSet.Add("FleshPitFlyerSpawner", 11751); DictSNOAnimSet.Add("FleshPitFlyer_B", 85947); DictSNOAnimSet.Add("FleshPitFlyer_Leoric_Inferno", 175551); DictSNOAnimSet.Add("FloaterDemon", 11752); DictSNOAnimSet.Add("Gargantuan", 144968); DictSNOAnimSet.Add("Gargantuan_ring", 435141); DictSNOAnimSet.Add("Gargantuan_ring_Slam", 435142); DictSNOAnimSet.Add("Gargantuan_Slam", 211381); DictSNOAnimSet.Add("Ghost", 11753); DictSNOAnimSet.Add("Ghost_Jail_Prisoner_Container", 111835); DictSNOAnimSet.Add("Ghost_Unique", 217870); DictSNOAnimSet.Add("Ghoul", 11756); DictSNOAnimSet.Add("GiantToad", 109905); DictSNOAnimSet.Add("gibClusters_Beast", 11757); DictSNOAnimSet.Add("gibClusters_humanoid", 11759); DictSNOAnimSet.Add("gibClusters_pulverize", 11760); DictSNOAnimSet.Add("gibClusters_quadruped", 11761); DictSNOAnimSet.Add("gibClusters_skeleton", 11762); DictSNOAnimSet.Add("Gluttony", 87652); DictSNOAnimSet.Add("gluttonyGib", 208424); DictSNOAnimSet.Add("GluttonyGuts", 98971); DictSNOAnimSet.Add("GluttonyGuts_gutLarge", 98974); DictSNOAnimSet.Add("GluttonyGuts_Intestine", 98972); DictSNOAnimSet.Add("GluttonyGuts_Torso", 98973); DictSNOAnimSet.Add("GlyphOfHealing", 11764); DictSNOAnimSet.Add("Goatman_trap_door", 60815); DictSNOAnimSet.Add("Goatman_trap_door_Branches", 67758); DictSNOAnimSet.Add("Goatman_Tree_Knot_trOut_Goatmen", 77921); DictSNOAnimSet.Add("Goatman_Weapon_Rack_trOut_Highlands", 77789); DictSNOAnimSet.Add("Goatmen_CookingPot_A", 66903); DictSNOAnimSet.Add("GoatMutant_Melee", 11765); DictSNOAnimSet.Add("GoatMutant_Ranged", 11766); DictSNOAnimSet.Add("GoatMutant_Shaman", 11767); DictSNOAnimSet.Add("Goatwarrior_Melee_Ghost", 203500); DictSNOAnimSet.Add("GoatWarrior_oneHandMelee", 11768); DictSNOAnimSet.Add("GoatWarrior_Shaman", 11769); DictSNOAnimSet.Add("Goatwarrior_Shaman_Ghost", 203503); DictSNOAnimSet.Add("GoatWarrior_Spear", 769); DictSNOAnimSet.Add("Goatwarrior_Spear_Ghost", 203502); DictSNOAnimSet.Add("Gorehound", 11771); DictSNOAnimSet.Add("GrabbingHands", 11777); DictSNOAnimSet.Add("Grass_Large_A_caOut_Foliage", 11778); DictSNOAnimSet.Add("graveDigger", 11779); DictSNOAnimSet.Add("graveDigger_ghost", 175381); DictSNOAnimSet.Add("graveDigger_nodig", 180741); DictSNOAnimSet.Add("graveDigger_nodig_nolantern", 181616); DictSNOAnimSet.Add("graveDigger_Warden", 98894); DictSNOAnimSet.Add("graveRobber", 11782); DictSNOAnimSet.Add("graveRobber_ghost", 175380); DictSNOAnimSet.Add("GuilloQueen", 105656); DictSNOAnimSet.Add("healingWell_water", 770); DictSNOAnimSet.Add("Helm_barbF_hell_base_02", 116671); DictSNOAnimSet.Add("Helm_barbF_nightmare_base_01", 116160); DictSNOAnimSet.Add("Helm_barbF_nightmare_base_04", 94101); DictSNOAnimSet.Add("Helm_barbM_hell_base_02", 116721); DictSNOAnimSet.Add("Helm_barbM_nightmare_base_01", 114512); DictSNOAnimSet.Add("Helm_barbM_nightmare_base_04", 90804); DictSNOAnimSet.Add("Helm_DHF_norm_base_04", 175084); DictSNOAnimSet.Add("Helm_DHM_norm_base_04", 174194); DictSNOAnimSet.Add("Helm_inferno_set_01", 221622); DictSNOAnimSet.Add("Helm_monkF_hell_base_02", 123099); DictSNOAnimSet.Add("Helm_monkF_hell_base_06", 231484); DictSNOAnimSet.Add("Helm_monkF_nightmare_base_01", 135850); DictSNOAnimSet.Add("Helm_monkF_nightmare_base_03", 100874); DictSNOAnimSet.Add("Helm_monkF_nightmare_base_04", 123115); DictSNOAnimSet.Add("Helm_monkM_hell_base_02", 122644); DictSNOAnimSet.Add("Helm_monkM_hell_base_06", 231497); DictSNOAnimSet.Add("Helm_monkM_nightmare_base_01", 135826); DictSNOAnimSet.Add("Helm_monkM_nightmare_base_04", 135827); DictSNOAnimSet.Add("Helm_norm_promo_01_rocks_barbM", 326001); DictSNOAnimSet.Add("Helm_WDF_hell_base_04", 114257); DictSNOAnimSet.Add("Helm_WDF_hell_base_05", 99623); DictSNOAnimSet.Add("Helm_WDM_hell_base_04", 101296); DictSNOAnimSet.Add("Helm_WDM_hell_base_05", 97503); DictSNOAnimSet.Add("Hen_House_trOut_Farms", 78710); DictSNOAnimSet.Add("hero_bugWings_barbF", 255318); DictSNOAnimSet.Add("hero_bugWings_barbM", 255727); DictSNOAnimSet.Add("hero_bugWings_cdrF", 261500); DictSNOAnimSet.Add("hero_bugWings_cdrM", 261501); DictSNOAnimSet.Add("hero_bugWings_DHF", 255728); DictSNOAnimSet.Add("hero_bugWings_DHM", 255729); DictSNOAnimSet.Add("hero_bugWings_monkF", 255730); DictSNOAnimSet.Add("hero_bugWings_monkM", 255731); DictSNOAnimSet.Add("hero_bugWings_WDF", 255732); DictSNOAnimSet.Add("hero_bugWings_WDM", 255733); DictSNOAnimSet.Add("hero_bugWings_wizF", 255734); DictSNOAnimSet.Add("hero_bugWings_wizM", 255735); DictSNOAnimSet.Add("hero_cos_pennant_p3_dangle", 441949); DictSNOAnimSet.Add("hoodedNightmare", 130262); DictSNOAnimSet.Add("hoodedNightmare_ShadowRealm", 225582); DictSNOAnimSet.Add("Hope", 185372); DictSNOAnimSet.Add("Hope_angelWings_model", 174570); DictSNOAnimSet.Add("Hope_Interactive_Bound", 194969); DictSNOAnimSet.Add("hulk_camera", 175752); DictSNOAnimSet.Add("Id_All_Book_Of_Cain_Pages", 298549); DictSNOAnimSet.Add("Jeweler_Combine", 212854); DictSNOAnimSet.Add("Jeweler_Crafting_Backbone", 209376); DictSNOAnimSet.Add("Jeweler_Crafting_Backbone_Tristram", 213408); DictSNOAnimSet.Add("Jeweler_Socket", 212822); DictSNOAnimSet.Add("Jeweler_Unsocket", 212837); DictSNOAnimSet.Add("Jill_TEST_mkRig", 64185); DictSNOAnimSet.Add("KanaiCube_Stand", 439968); DictSNOAnimSet.Add("Kanai_Cube_Standard_FX", 441105); DictSNOAnimSet.Add("Kanai_Cube_Standard_FX_LeyLines", 441221); DictSNOAnimSet.Add("Kanai_Cube_Standard_FX_Orb", 441934); DictSNOAnimSet.Add("Kanai_Cube_Uber_FX", 442000); DictSNOAnimSet.Add("Kanai_Cube_Uber_FX_3D_Cube", 441986); DictSNOAnimSet.Add("Karyna", 221391); DictSNOAnimSet.Add("lacuniFemale", 11799); DictSNOAnimSet.Add("lacuniFemale_grassOnly", 160509); DictSNOAnimSet.Add("lacuniFemale_snowOnly", 203616); DictSNOAnimSet.Add("lacuniMale", 11800); DictSNOAnimSet.Add("Lamprey", 11801); DictSNOAnimSet.Add("LanternC_caOut_Props", 11802); DictSNOAnimSet.Add("LanternE_caOut_Props", 11803); DictSNOAnimSet.Add("Larva", 11805); DictSNOAnimSet.Add("Leah", 11806); DictSNOAnimSet.Add("Leah_BSS_event", 194403); DictSNOAnimSet.Add("Leah_event_readScroll", 121102); DictSNOAnimSet.Add("LeoricTomb", 11807); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Melee_Corpse_01", 211192); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Melee_Corpse_02", 211193); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Melee_Corpse_03", 211194); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Melee_Corpse_04", 211195); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Melee_Corpse_05", 211196); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Melee_Corpse_06", 211197); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Ranged_Corpse_01", 211154); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Ranged_Corpse_02", 211155); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Ranged_Corpse_03", 211156); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Ranged_Corpse_04", 211157); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Ranged_Corpse_05", 211159); DictSNOAnimSet.Add("LootType2_BastionsKeepGuard_Frosty_Ranged_Corpse_06", 211160); DictSNOAnimSet.Add("LootType2_skeleton_A_Corpse_01", 211105); DictSNOAnimSet.Add("LootType2_skeleton_A_Corpse_02", 211106); DictSNOAnimSet.Add("LootType2_skeleton_A_Corpse_03", 211107); DictSNOAnimSet.Add("LootType2_skeleton_A_Corpse_04", 211110); DictSNOAnimSet.Add("LootType2_skeleton_A_Corpse_05", 211111); DictSNOAnimSet.Add("LootType2_skeleton_A_Corpse_06", 211112); DictSNOAnimSet.Add("LordOfDespair", 11812); DictSNOAnimSet.Add("Lore_Bookend_Chest", 192075); DictSNOAnimSet.Add("Lore_Bookend_Chest_Client", 204157); DictSNOAnimSet.Add("Lore_Cains_Book", 223366); DictSNOAnimSet.Add("Lore_Keepsake_Box_Chest", 192921); DictSNOAnimSet.Add("Lore_Satchel_Chest", 191662); DictSNOAnimSet.Add("Lore_Satchel_Chest_Client", 205871); DictSNOAnimSet.Add("Lore_Scrolls_Chest", 196213); DictSNOAnimSet.Add("LS_p4_seamonster", 470406); DictSNOAnimSet.Add("Mace_norm_unique_05", 187956); DictSNOAnimSet.Add("Maghda", 117333); DictSNOAnimSet.Add("MaghdaProjection", 193536); DictSNOAnimSet.Add("Maghda_NoLaugh", 211016); DictSNOAnimSet.Add("malletDemon", 131890); DictSNOAnimSet.Add("malletDemon_death_arms", 136555); DictSNOAnimSet.Add("MarkerLocation", 11819); DictSNOAnimSet.Add("MastaBlasta_Combined", 137857); DictSNOAnimSet.Add("MastaBlasta_Rider", 135089); DictSNOAnimSet.Add("MastaBlasta_Steed", 136272); DictSNOAnimSet.Add("mightyWeapon_1H_norm_set_01", 224039); DictSNOAnimSet.Add("mightyWeapon_1H_norm_unique_05", 219050); DictSNOAnimSet.Add("Mines_TorchLight_moving_Small", 11820); DictSNOAnimSet.Add("MistressofPain", 95251); DictSNOAnimSet.Add("Mojo_norm_base_01", 141549); DictSNOAnimSet.Add("Mojo_norm_unique_01", 191277); DictSNOAnimSet.Add("Mojo_toad_model", 192470); DictSNOAnimSet.Add("Monk_Female", 61193); DictSNOAnimSet.Add("Monk_Female_characterSelect", 111528); DictSNOAnimSet.Add("Monk_Female_FistofThunder_Blur1", 305835); DictSNOAnimSet.Add("Monk_Female_FistofThunder_Blur2", 305836); DictSNOAnimSet.Add("Monk_Female_FistofThunder_Blur3", 316848); DictSNOAnimSet.Add("Monk_Female_lethalDecoy", 208436); DictSNOAnimSet.Add("Monk_Female_mysticAlly", 130410); DictSNOAnimSet.Add("Monk_Female_mysticAllyMini_crimson", 385512); DictSNOAnimSet.Add("Monk_Female_mysticAllyRune_alabaster", 180344); DictSNOAnimSet.Add("Monk_Female_mysticAllyRune_crimson", 170958); DictSNOAnimSet.Add("Monk_Female_mysticAllyRune_golden", 172159); DictSNOAnimSet.Add("Monk_Female_mysticAllyRune_obsidian", 179873); DictSNOAnimSet.Add("monk_longReach_cyclone", 117387); DictSNOAnimSet.Add("Monk_Male", 11822); DictSNOAnimSet.Add("Monk_Male_characterSelect", 11823); DictSNOAnimSet.Add("Monk_Male_dashingStrike_torpedo", 176901); DictSNOAnimSet.Add("Monk_Male_FistofThunder_Blur", 305738); DictSNOAnimSet.Add("Monk_Male_FistofThunder_Blur2", 305739); DictSNOAnimSet.Add("Monk_Male_FistofThunder_Blur3", 305740); DictSNOAnimSet.Add("Monk_Male_lethalDecoy", 99243); DictSNOAnimSet.Add("Monk_Male_mysticAlly", 220379); DictSNOAnimSet.Add("Monk_Male_mysticAllyRune_alabaster", 220391); DictSNOAnimSet.Add("Monk_Male_mysticAllyRune_crimson", 220392); DictSNOAnimSet.Add("Monk_Male_mysticAllyRune_golden", 220393); DictSNOAnimSet.Add("Monk_Male_mysticAllyRune_obsidian", 220394); DictSNOAnimSet.Add("monk_waveofLight_Pillar_a_Breakable", 156860); DictSNOAnimSet.Add("MonsterAffix_ArcaneEnchantedDummy", 220825); DictSNOAnimSet.Add("MonsterAffix_ArcaneEnchantedDummy_60ft", 286395); DictSNOAnimSet.Add("MonsterAffix_ArcaneEnchantedDummy_60ft_reverse", 286394); DictSNOAnimSet.Add("MonsterAffix_ArcaneEnchantedDummy_reverse", 221218); DictSNOAnimSet.Add("MonsterAffix_Avenger_ArcaneEnchantedDummy", 392136); DictSNOAnimSet.Add("monsterAffix_frozen_bomb_iceBall", 11606); DictSNOAnimSet.Add("monsterAffix_waller", 226810); DictSNOAnimSet.Add("monsterMeteor", 185378); DictSNOAnimSet.Add("Monster_vanityPet_tentacleBear", 278210); DictSNOAnimSet.Add("Monstrosity_Scorpion", 11832); DictSNOAnimSet.Add("morluMelee", 11833); DictSNOAnimSet.Add("morluMelee_B", 221149); DictSNOAnimSet.Add("morluSpellcaster", 11834); DictSNOAnimSet.Add("morluSpellcaster_uber", 263092); DictSNOAnimSet.Add("MouthOfAzmodan_model_01", 197082); DictSNOAnimSet.Add("MummifiedDemon_Pit", 11837); DictSNOAnimSet.Add("murlocBaby", 223471); DictSNOAnimSet.Add("Mystic", 86688); DictSNOAnimSet.Add("Mystic_Crafting_Backbone", 209383); DictSNOAnimSet.Add("Mystic_Crafting_Backbone_Act5", 342680); DictSNOAnimSet.Add("Mystic_Crafting_Backbone_Keep", 214443); DictSNOAnimSet.Add("Mystic_Crafting_Backbone_Tristram", 213409); DictSNOAnimSet.Add("Mystic_Enchant", 212793); DictSNOAnimSet.Add("Mystic_Identify", 212807); DictSNOAnimSet.Add("Nephalem_Artifact", 111632); DictSNOAnimSet.Add("NPC_Human_Male_Cellar_Arm", 773); DictSNOAnimSet.Add("NPC_WitchDoctor_Male", 11846); DictSNOAnimSet.Add("Oasis_Rockslide_A_caOut_Breakable", 58669); DictSNOAnimSet.Add("Oasis_Rockslide_A_caOut_Breakable_B", 111737); DictSNOAnimSet.Add("OmniNPC_Adventurer_A_Ghost", 101477); DictSNOAnimSet.Add("OmniNPC_Female", 11847); DictSNOAnimSet.Add("OmniNPC_Female_angel", 354698); DictSNOAnimSet.Add("OmniNPC_Female_CombatDeaths", 312866); DictSNOAnimSet.Add("OmniNPC_female_corpse_01", 67827); DictSNOAnimSet.Add("OmniNPC_female_corpse_02", 350420); DictSNOAnimSet.Add("OmniNPC_female_corpse_03", 350423); DictSNOAnimSet.Add("OmniNPC_female_corpse_04", 350443); DictSNOAnimSet.Add("OmniNPC_Female_DoomedWoman", 322583); DictSNOAnimSet.Add("OmniNPC_Female_ghost", 339496); DictSNOAnimSet.Add("OmniNPC_Female_Poet", 223087); DictSNOAnimSet.Add("OmniNPC_Female_Poor", 221800); DictSNOAnimSet.Add("OmniNPC_Female_TownSheath", 212637); DictSNOAnimSet.Add("OmniNPC_Female_westmIntro", 373922); DictSNOAnimSet.Add("OmniNPC_Male (Wounded)", 11849); DictSNOAnimSet.Add("OmniNPC_Male", 11850); DictSNOAnimSet.Add("OmniNPC_Male_Angel", 209324); DictSNOAnimSet.Add("OmniNPC_Male_Blacksmith_Event", 202305); DictSNOAnimSet.Add("OmniNPC_Male_BSS_Ambush_event", 198867); DictSNOAnimSet.Add("OmniNPC_Male_CombatDeaths", 185638); DictSNOAnimSet.Add("OmniNPC_Male_CombatDeaths_Dying", 208726); DictSNOAnimSet.Add("OmniNPC_Male_CombatDeaths_Frosty", 374342); DictSNOAnimSet.Add("OmniNPC_Male_CombatDeaths_ScoundrelEvent", 462986); DictSNOAnimSet.Add("OmniNPC_Male_CombatDeaths_Wounded", 219998); DictSNOAnimSet.Add("OmniNPC_male_corpse_01", 11851); DictSNOAnimSet.Add("OmniNPC_male_corpse_01_EdlinSpecial", 370977); DictSNOAnimSet.Add("OmniNPC_male_corpse_02", 11852); DictSNOAnimSet.Add("OmniNPC_male_corpse_03", 11853); DictSNOAnimSet.Add("OmniNPC_male_corpse_04", 11854); DictSNOAnimSet.Add("OmniNPC_male_corpse_05", 11855); DictSNOAnimSet.Add("OmniNPC_male_corpse_06", 11856); DictSNOAnimSet.Add("OmniNPC_male_corpse_06_PandExt_Corpse", 356693); DictSNOAnimSet.Add("OmniNPC_male_ghost", 175360); DictSNOAnimSet.Add("OmniNPC_Male_HurtWalk", 219804); DictSNOAnimSet.Add("OmniNPC_Male_imperius", 219571); DictSNOAnimSet.Add("OmniNPC_Male_imperius_TyraelPurpose", 205668); DictSNOAnimSet.Add("OmniNPC_Male_imperius_TyraelPurpose_PostCinematic", 213502); DictSNOAnimSet.Add("OmniNPC_male_Jondar", 196641); DictSNOAnimSet.Add("OmniNPC_Male_Ranged_CombatDeaths", 185659); DictSNOAnimSet.Add("OmniNPC_Male_Ranged_CombatDeaths_ScoundrelEvent", 462987); DictSNOAnimSet.Add("OmniNPC_Male_Stranger", 120909); DictSNOAnimSet.Add("OmniNPC_Male_Stranger_Crater", 180899); DictSNOAnimSet.Add("OmniNPC_male_sunBleachedCorpse", 123929); DictSNOAnimSet.Add("OmniNPC_Male_TyraelPurpose", 205571); DictSNOAnimSet.Add("OmniNPC_Male_TyraelPurpose_PostCinematic", 213501); DictSNOAnimSet.Add("OmniNPC_Tyrael", 205368); DictSNOAnimSet.Add("OmniNPC_Tyrael_Act3_ScriptedEvents", 186961); DictSNOAnimSet.Add("OmniNPC_Tyrael_Hurt", 289165); DictSNOAnimSet.Add("OmniNPC_Tyrael_Ritual", 181349); DictSNOAnimSet.Add("OpenWorld_Tiered_Rift_Obelisk_portal", 396762); DictSNOAnimSet.Add("OpenWorld_Tiered_Rift_Obelisk_Portal_UI", 408111); DictSNOAnimSet.Add("orb_norm_base_rotateOrb", 156756); DictSNOAnimSet.Add("orb_norm_unique_02", 192349); DictSNOAnimSet.Add("p1_Cesspools_Barrel", 379110); DictSNOAnimSet.Add("p1_Cesspools_Barricade_Breakable_Scaffolding", 382629); DictSNOAnimSet.Add("p1_Cesspools_Barricade_Breakable_Scaffolding_CLIENT", 382623); DictSNOAnimSet.Add("p1_Cesspools_Breakable_Barricade", 388908); DictSNOAnimSet.Add("p1_Cesspools_Breakable_Barricade_Client", 388764); DictSNOAnimSet.Add("p1_Cesspools_Breakable_Cage", 380728); DictSNOAnimSet.Add("p1_Cesspools_Breakable_Grate_Wall", 393958); DictSNOAnimSet.Add("p1_Cesspools_Breakable_Railing", 380480); DictSNOAnimSet.Add("p1_Cesspools_Breakable_Railing_B", 380447); DictSNOAnimSet.Add("p1_Cesspools_CorpsePile", 383969); DictSNOAnimSet.Add("p1_Cesspools_Corpse_Bloated", 380518); DictSNOAnimSet.Add("p1_Cesspools_Door", 379079); DictSNOAnimSet.Add("p1_Cesspools_Door_Breakable", 379050); DictSNOAnimSet.Add("p1_Cesspools_Ground_Clicky", 380322); DictSNOAnimSet.Add("p1_Cesspools_Serpent", 379128); DictSNOAnimSet.Add("p1_cesspools_Wall_Pipe_Half_Grate_A_02", 380807); DictSNOAnimSet.Add("p1_cesspools_Wall_Pipe_Half_Grate_A_03", 380770); DictSNOAnimSet.Add("p1_Cesspools_WeaponRack", 380697); DictSNOAnimSet.Add("p1_cryptChild_treasureChild", 398781); DictSNOAnimSet.Add("p1_FallenLunatic_ring", 434011); DictSNOAnimSet.Add("p1_flail1H_norm_unique_01", 403814); DictSNOAnimSet.Add("p1_flail1H_norm_unique_02", 403821); DictSNOAnimSet.Add("p1_flail2H_norm_unique_01", 403848); DictSNOAnimSet.Add("p1_Greed", 382687); DictSNOAnimSet.Add("p1_Greed_charge_telegraph_model", 398999); DictSNOAnimSet.Add("p1_Greed_deathChest", 402988); DictSNOAnimSet.Add("p1_Greed_deathChest_gizmo", 404103); DictSNOAnimSet.Add("p1_Greed_Portal", 393032); DictSNOAnimSet.Add("p1_Greed_weapon_model", 403189); DictSNOAnimSet.Add("p1_helm_cdrF_norm_set_01", 415120); DictSNOAnimSet.Add("p1_helm_cdrM_norm_set_01", 415127); DictSNOAnimSet.Add("p1_LR_TieredRift_Nephalem", 403601); DictSNOAnimSet.Add("p1_normal_rifts_Orb", 436808); DictSNOAnimSet.Add("p1_staff_norm_promo_01", 403429); DictSNOAnimSet.Add("p1_TGoblin_basket_goblin", 403844); DictSNOAnimSet.Add("p1_TGoblin_Center_Piece_A", 394690); DictSNOAnimSet.Add("p1_Tgoblin_Chest_Bomb", 382669); DictSNOAnimSet.Add("p1_Tgoblin_Chest_Bomb_Chunks", 405310); DictSNOAnimSet.Add("p1_TGoblin_Gate", 390532); DictSNOAnimSet.Add("p1_TGoblin_Gate_Closed", 404627); DictSNOAnimSet.Add("p1_Tgoblin_Gold_Pile_C", 386270); DictSNOAnimSet.Add("p1_Tgoblin_Gold_Pile_C_Gib", 386436); DictSNOAnimSet.Add("p1_Tgoblin_Gold_Pile_Gib", 385659); DictSNOAnimSet.Add("p1_Tgoblin_Gold_Pile_Test", 383316); DictSNOAnimSet.Add("p1_TGoblin_Gondola", 391273); DictSNOAnimSet.Add("p1_TGoblin_Gondola_Card", 392659); DictSNOAnimSet.Add("p1_TGoblin_Gondola_Vertical", 392099); DictSNOAnimSet.Add("p1_Tgoblin_Greed_Bait", 403039); DictSNOAnimSet.Add("p1_Tgoblin_Greed_Bait_Chunks", 405341); DictSNOAnimSet.Add("p1_Tgoblin_Vase_A", 391766); DictSNOAnimSet.Add("p1_Tgoblin_Vase_C", 392607); DictSNOAnimSet.Add("p1_Tgoblin_Vault_Door", 392089); DictSNOAnimSet.Add("p1_tiered_rifts_Orb_skull", 405169); DictSNOAnimSet.Add("p1_tiered_rifts_Orb_skull_flippy", 405773); DictSNOAnimSet.Add("p1_treasureGoblin_B", 428214); DictSNOAnimSet.Add("p1_treasureGoblin_C", 428215); DictSNOAnimSet.Add("p1_treasureGoblin_C_WhatsNew", 429622); DictSNOAnimSet.Add("p1_treasureGoblin_F", 428218); DictSNOAnimSet.Add("p1_treasureGoblin_H", 428219); DictSNOAnimSet.Add("p1_treasureGoblin_inBackpack_A", 394197); DictSNOAnimSet.Add("p1_treasureGoblin_J", 429527); DictSNOAnimSet.Add("p1_treasureGoblin_tentacle", 405191); DictSNOAnimSet.Add("p1_TreasureTrooper_A", 391898); DictSNOAnimSet.Add("p2_cos_pet_jadeSerpent", 441440); DictSNOAnimSet.Add("p2_DateDungeon_Bubble_B", 404268); DictSNOAnimSet.Add("p2_Flail1H_norm_unique_01", 431092); DictSNOAnimSet.Add("p2_flail1H_norm_unique_02", 429639); DictSNOAnimSet.Add("p2_flail2H_norm_unique_01", 415006); DictSNOAnimSet.Add("p2_flail2H_norm_unique_02", 429629); DictSNOAnimSet.Add("p2_handXbow_norm_unique_01", 423245); DictSNOAnimSet.Add("p2_Mojo_norm_unique_02", 424535); DictSNOAnimSet.Add("p2_Mojo_norm_unique_flippy_02", 424678); DictSNOAnimSet.Add("p2_orb_norm_unique_01", 423037); DictSNOAnimSet.Add("p2_protossProbe", 434414); DictSNOAnimSet.Add("p2_Sword_norm_unique_01", 429675); DictSNOAnimSet.Add("p2_trDun_Cath_Orb_DevilsHandTest", 413851); DictSNOAnimSet.Add("p2_trDun_Cath_Orb_DevilsHandTest_blue", 423272); DictSNOAnimSet.Add("p2_trDun_Cath_Orb_DevilsHandTest_green", 423276); DictSNOAnimSet.Add("p2_trDun_Cath_Orb_DevilsHandTest_red", 424359); DictSNOAnimSet.Add("p2_trDun_Cath_Orb_Shatter_noFX", 423284); DictSNOAnimSet.Add("p2_treasureGoblin_D_Lrg", 433596); DictSNOAnimSet.Add("p2_treasureGoblin_D_Med", 433597); DictSNOAnimSet.Add("p2_treasureGoblin_D_Sml", 433603); DictSNOAnimSet.Add("p2_treasureGoblin_E", 410768); DictSNOAnimSet.Add("p2_treasureGoblin_G_Thief", 410852); DictSNOAnimSet.Add("p2_WeeklyChallenge_Obelisk", 478013); DictSNOAnimSet.Add("p2_xbow_norm_unique_01", 415046); DictSNOAnimSet.Add("p3_cos_pet_Murkgoblin", 441644); DictSNOAnimSet.Add("p3_Helm_WDF_norm_set_04", 440752); DictSNOAnimSet.Add("p3_Helm_WDM_norm_set_04", 440377); DictSNOAnimSet.Add("p3_Shl_WD_F_Norm_Set_04_L", 440877); DictSNOAnimSet.Add("p3_Shl_WD_F_Norm_Set_04_R", 440881); DictSNOAnimSet.Add("p3_Shl_WD_M_Norm_Set_04_L", 440411); DictSNOAnimSet.Add("p3_Shl_WD_M_Norm_Set_04_R", 440418); DictSNOAnimSet.Add("p43_AD_Catacombs_Door_A", 455441); DictSNOAnimSet.Add("p43_AD_Catacombs_Sarc_Cover", 456214); DictSNOAnimSet.Add("p43_AD_Chest", 455898); DictSNOAnimSet.Add("p43_AD_Chest_Rare", 455900); DictSNOAnimSet.Add("p43_AD_MagicRock", 454490); DictSNOAnimSet.Add("p43_AD_TabletOfLazarus", 456334); DictSNOAnimSet.Add("p43_AD_Valor_BloodStone", 455678); DictSNOAnimSet.Add("p43_d1_boss_Diablo", 455430); DictSNOAnimSet.Add("p43_d1_Butcher", 455828); DictSNOAnimSet.Add("p43_d1_fastMummy", 453921); DictSNOAnimSet.Add("p43_d1_Mage", 454571); DictSNOAnimSet.Add("p4_Barrel_Rare", 450939); DictSNOAnimSet.Add("P4_CannibalBarbarian_Wolf", 439690); DictSNOAnimSet.Add("P4_Crab_Mother", 445363); DictSNOAnimSet.Add("P4_Crab_Mother_Gibs", 445869); DictSNOAnimSet.Add("P4_demonFlyer_bomber", 441515); DictSNOAnimSet.Add("P4_entanglingRoots_telegraph_Client", 445767); DictSNOAnimSet.Add("p4_Forest_Coast_Breakable_Log_A", 425533); DictSNOAnimSet.Add("p4_Forest_Coast_Breakable_Log_B", 425549); DictSNOAnimSet.Add("p4_Forest_Coast_Breakable_Log_C", 425568); DictSNOAnimSet.Add("p4_Forest_Coast_Breakable_Sticks", 426605); DictSNOAnimSet.Add("p4_forest_coast_cave_ArmorRack", 446385); DictSNOAnimSet.Add("p4_forest_coast_cave_ArmorRack_Client", 446383); DictSNOAnimSet.Add("p4_forest_coast_cave_GroundTile", 446396); DictSNOAnimSet.Add("p4_Forest_Coast_Cave_Mermaid_Idol", 449661); DictSNOAnimSet.Add("p4_Forest_Coast_chest", 410447); DictSNOAnimSet.Add("p4_Forest_Coast_chest_Rare", 410450); DictSNOAnimSet.Add("P4_Forest_Coast_Crab", 446551); DictSNOAnimSet.Add("p4_Forest_Coast_Effigy_B", 436302); DictSNOAnimSet.Add("p4_Forest_Coast_Lightning_Tree", 431634); DictSNOAnimSet.Add("p4_Forest_Coast_rockpile_A", 410467); DictSNOAnimSet.Add("p4_Forest_Coast_Tree_A", 416330); DictSNOAnimSet.Add("p4_Forest_Coast_WaspHive_B", 445725); DictSNOAnimSet.Add("p4_Forest_Coast_WaspHive_B_Client", 446015); DictSNOAnimSet.Add("p4_Forest_Coast_WaspHive_Larva", 445230); DictSNOAnimSet.Add("p4_Forest_Coast_Wave", 427605); DictSNOAnimSet.Add("p4_Forest_Coast_Wave_ImpactOnly", 446729); DictSNOAnimSet.Add("P4_Forest_Mysterious_Hermit", 437111); DictSNOAnimSet.Add("p4_Forest_Pillar_Of_Temptation", 436125); DictSNOAnimSet.Add("p4_Forest_Snow_Breakable_Log_A", 446446); DictSNOAnimSet.Add("p4_Forest_Snow_Breakable_Log_B", 446452); DictSNOAnimSet.Add("p4_Forest_Snow_Breakable_Log_C", 446459); DictSNOAnimSet.Add("p4_Forest_Snow_Breakable_Sticks", 446465); DictSNOAnimSet.Add("p4_Forest_Snow_Log", 446150); DictSNOAnimSet.Add("P4_Forest_Wolf", 436019); DictSNOAnimSet.Add("P4_Goatman_Shaman", 437802); DictSNOAnimSet.Add("P4_Goatman_Shaman_C_dudebro", 437706); DictSNOAnimSet.Add("P4_Goatman_Shaman_Ghost", 437803); DictSNOAnimSet.Add("P4_Ice_Porcupine", 435846); DictSNOAnimSet.Add("p4_Leoric_Estate_ArmorRack_Stormshield", 447379); DictSNOAnimSet.Add("p4_Leoric_Estate_Breakable_bench", 447358); DictSNOAnimSet.Add("p4_Leoric_Estate_Breakable_bench_Client", 447365); DictSNOAnimSet.Add("p4_Leoric_Estate_Breakable_stool", 447330); DictSNOAnimSet.Add("p4_Leoric_Estate_Breakable_stool_Client", 447338); DictSNOAnimSet.Add("p4_Maggot", 423293); DictSNOAnimSet.Add("p4_MaggotSpawner_A", 410994); DictSNOAnimSet.Add("p4_Maggot_A_deathModel", 428151); DictSNOAnimSet.Add("P4_Mermaid_HydraHead", 442725); DictSNOAnimSet.Add("P4_Mermaid_Ranged", 437590); DictSNOAnimSet.Add("p4_Monstrosity_ScorpionBeetle", 415399); DictSNOAnimSet.Add("p4_naga_melee", 449253); DictSNOAnimSet.Add("p4_Rat", 427711); DictSNOAnimSet.Add("p4_RatKing_A", 425989); DictSNOAnimSet.Add("p4_RatKing_A_UI", 428325); DictSNOAnimSet.Add("p4_RatKing_B", 447105); DictSNOAnimSet.Add("p4_RatKing_LR_Boss_A", 427771); DictSNOAnimSet.Add("p4_ratKing_ratBall_cast", 427898); DictSNOAnimSet.Add("p4_ratKing_ratBall_model", 427102); DictSNOAnimSet.Add("p4_ratKing_ratBall_preBurst", 427864); DictSNOAnimSet.Add("p4_ratKing_snacking_gibClusters", 428630); DictSNOAnimSet.Add("p4_ratKing_spawn_idleState_rocks", 427947); DictSNOAnimSet.Add("p4_RatVolcano_A", 427726); DictSNOAnimSet.Add("p4_RatVolcano_Client", 427776); DictSNOAnimSet.Add("P4_Ruins_Cannibal_Barbarian_Female", 436350); DictSNOAnimSet.Add("P4_Ruins_Cannibal_Barbarian_Male", 435887); DictSNOAnimSet.Add("P4_Ruins_Frost_ArmorRack", 410981); DictSNOAnimSet.Add("P4_Ruins_Frost_Barrel", 406166); DictSNOAnimSet.Add("P4_Ruins_Frost_Brazier", 430496); DictSNOAnimSet.Add("p4_Ruins_Frost_Breakable_Barricade_Large", 441617); DictSNOAnimSet.Add("p4_ruins_Frost_Breakable_Door", 427491); DictSNOAnimSet.Add("p4_ruins_Frost_Breakable_Door_Client", 432590); DictSNOAnimSet.Add("P4_Ruins_Frost_Breakable_Tablet_A", 427166); DictSNOAnimSet.Add("P4_Ruins_Frost_Breakable_Tablet_B", 427133); DictSNOAnimSet.Add("P4_Ruins_Frost_Breakable_Tablet_C", 426879); DictSNOAnimSet.Add("p4_ruins_Frost_Breakable_Tablet_D", 426870); DictSNOAnimSet.Add("p4_ruins_Frost_Breakable_Tablet_E", 427156); DictSNOAnimSet.Add("p4_ruins_Frost_Breakable_Tablet_Set_A", 427365); DictSNOAnimSet.Add("p4_ruins_Frost_Breakable_Tablet_Set_B", 427483); DictSNOAnimSet.Add("P4_ruins_Frost_Camp_Barbskular", 441778); DictSNOAnimSet.Add("p4_ruins_frost_cart_C", 439368); DictSNOAnimSet.Add("p4_ruins_frost_cart_D", 439374); DictSNOAnimSet.Add("p4_ruins_frost_cart_E", 439380); DictSNOAnimSet.Add("p4_ruins_frost_cart_Vendor_Fish_A", 439386); DictSNOAnimSet.Add("p4_ruins_frost_cart_Vendor_Fish_B", 439392); DictSNOAnimSet.Add("p4_ruins_frost_cart_Vendor_Generic_A", 439398); DictSNOAnimSet.Add("p4_ruins_frost_cart_Vendor_Generic_B", 439404); DictSNOAnimSet.Add("p4_ruins_frost_cart_Vendor_Generic_C", 439410); DictSNOAnimSet.Add("p4_ruins_frost_cart_Vendor_Generic_D", 439416); DictSNOAnimSet.Add("P4_Ruins_Frost_Chest", 404928); DictSNOAnimSet.Add("P4_Ruins_Frost_Chest_Pillar", 437933); DictSNOAnimSet.Add("P4_Ruins_Frost_Chest_Pillar_Reward", 437934); DictSNOAnimSet.Add("P4_Ruins_Frost_Chest_Rare", 406168); DictSNOAnimSet.Add("p4_Ruins_Frost_Column_A_03", 414585); DictSNOAnimSet.Add("p4_Ruins_Frost_Column_A_03_Client", 414586); DictSNOAnimSet.Add("p4_Ruins_Frost_Column_A_04", 414782); DictSNOAnimSet.Add("p4_Ruins_Frost_Column_A_04_Client", 414786); DictSNOAnimSet.Add("p4_Ruins_Frost_Column_A_05", 414836); DictSNOAnimSet.Add("p4_Ruins_Frost_Column_A_05_Client", 414844); DictSNOAnimSet.Add("P4_Ruins_Frost_Door_Raising", 437125); DictSNOAnimSet.Add("p4_Ruins_Frost_Goatman_Drum_A", 439854); DictSNOAnimSet.Add("P4_Ruins_Frost_Ground_Clicky", 415159); DictSNOAnimSet.Add("P4_Ruins_Frost_Ground_Clicky_Client", 415167); DictSNOAnimSet.Add("p4_Ruins_Frost_KanaiCube_Altar", 437907); DictSNOAnimSet.Add("p4_Ruins_Frost_KanaiCube_Altar_ClientForUI", 441666); DictSNOAnimSet.Add("p4_Ruins_Frost_SpiritBarbarian_Female", 435997); DictSNOAnimSet.Add("p4_Ruins_Frost_SpiritBarbarian_Male", 435996); DictSNOAnimSet.Add("p4_ruins_frost_Table_Vendor_A", 439422); DictSNOAnimSet.Add("p4_ruins_frost_Table_Vendor_C", 439428); DictSNOAnimSet.Add("p4_ruins_frost_Table_Vendor_E", 439434); DictSNOAnimSet.Add("p4_ruins_frost_Table_Vendor_G", 439441); DictSNOAnimSet.Add("P4_Ruins_Frost_Trap_Dropping_Log", 439242); DictSNOAnimSet.Add("P4_Ruins_Frost_Trap_Spear_Floor", 409339); DictSNOAnimSet.Add("P4_Ruins_Frost_Trap_Swinging_Blade", 404666); DictSNOAnimSet.Add("P4_Ruins_Frost_Trigger_Lever", 405613); DictSNOAnimSet.Add("P4_Ruins_Frost_Urns_A", 410905); DictSNOAnimSet.Add("P4_Ruins_Frost_Urns_B", 410899); DictSNOAnimSet.Add("P4_Ruins_Frost_Urns_C", 410893); DictSNOAnimSet.Add("P4_Ruins_Frost_Urns_D", 410880); DictSNOAnimSet.Add("P4_Ruins_Frost_Urn_A", 410839); DictSNOAnimSet.Add("p4_ruins_frost_Vendor_Ground_A", 439447); DictSNOAnimSet.Add("p4_ruins_frost_Vendor_Ground_B", 439453); DictSNOAnimSet.Add("p4_ruins_frost_Vendor_Ground_C", 439459); DictSNOAnimSet.Add("p4_ruins_frost_Vendor_Ground_D", 439465); DictSNOAnimSet.Add("P4_Ruins_Frost_WeaponRack", 406161); DictSNOAnimSet.Add("p4_Ruins_Frost_Yeti_Corpse_Gizmo", 437829); DictSNOAnimSet.Add("p4_ruins_Frost_Ziggurat_Rune_FX", 442006); DictSNOAnimSet.Add("p4_sandWasp", 426628); DictSNOAnimSet.Add("p4_Sasquatch_A", 443246); DictSNOAnimSet.Add("P4_Sasquatch_A_Solid", 444639); DictSNOAnimSet.Add("p4_Sasquatch_B", 443247); DictSNOAnimSet.Add("P4_Sasquatch_B_Solid", 445501); DictSNOAnimSet.Add("P4_Sasquatch_Rock_blocker", 443258); DictSNOAnimSet.Add("P4_Sasquatch_Rock_Blocker_Client", 443237); DictSNOAnimSet.Add("p4_seamonster", 435780); DictSNOAnimSet.Add("p4_WickerMan", 436572); DictSNOAnimSet.Add("p4_Wolf_Bite", 440288); DictSNOAnimSet.Add("p4_Wolf_Bite_Cleave_A", 447865); DictSNOAnimSet.Add("p4_Wolf_Bite_Cleave_B", 447882); DictSNOAnimSet.Add("P4_WoodWraith_A", 432614); DictSNOAnimSet.Add("p4_WoodWraith_VineTrap_entanglingRoots", 430614); DictSNOAnimSet.Add("p4_Yeti", 413302); DictSNOAnimSet.Add("p4_Yeti_B", 441649); DictSNOAnimSet.Add("P4_Yeti_B_attack_GroundStomp_Rocks", 441657); DictSNOAnimSet.Add("p4_Yeti_Frozen", 440116); DictSNOAnimSet.Add("p4_Yeti_SnowBall", 439203); DictSNOAnimSet.Add("p4_Yeti_SnowBall_Dies", 439668); DictSNOAnimSet.Add("p4_Yeti_SnowBall_Formed", 439615); DictSNOAnimSet.Add("p6_Beetle", 464845); DictSNOAnimSet.Add("p6_BloodGolem", 460045); DictSNOAnimSet.Add("p6_BloodGolem_blood_despawn", 463881); DictSNOAnimSet.Add("P6_Bloodroom_TriuneCultist_A", 466613); DictSNOAnimSet.Add("p6_BoneGolem", 466346); DictSNOAnimSet.Add("p6_Church_ArmorRack", 465957); DictSNOAnimSet.Add("p6_Church_Banister_A_02", 465755); DictSNOAnimSet.Add("p6_Church_Banister_A_Post_02", 465061); DictSNOAnimSet.Add("p6_Church_Banister_A_Post_03", 465062); DictSNOAnimSet.Add("p6_Church_BloodChannel", 466428); DictSNOAnimSet.Add("p6_Church_BloodGate", 472939); DictSNOAnimSet.Add("P6_Church_BloodPool", 466400); DictSNOAnimSet.Add("P6_Church_Book_Ragdoll", 469340); DictSNOAnimSet.Add("P6_Church_CandleStand", 466947); DictSNOAnimSet.Add("p6_Church_ChainShadow_01", 456943); DictSNOAnimSet.Add("p6_Church_Chest", 461514); DictSNOAnimSet.Add("p6_Church_Chest_Rare", 460859); DictSNOAnimSet.Add("p6_Church_CreepyBG_01", 471253); DictSNOAnimSet.Add("p6_Church_Door_01", 458218); DictSNOAnimSet.Add("p6_Church_FallingCenser_Single", 459932); DictSNOAnimSet.Add("p6_Church_FallingCenser_Single_Client", 459927); DictSNOAnimSet.Add("p6_Church_Gate_01", 463168); DictSNOAnimSet.Add("p6_Church_GroundClicky_01", 462480); DictSNOAnimSet.Add("p6_Church_GroundClicky_02", 466303); DictSNOAnimSet.Add("p6_Church_HangingCenser", 456814); DictSNOAnimSet.Add("p6_Church_HangingCenser_Single", 456458); DictSNOAnimSet.Add("P6_Church_IronMaiden", 465525); DictSNOAnimSet.Add("P6_Church_Lectern_A", 467836); DictSNOAnimSet.Add("p6_Church_Lectern_B", 469656); DictSNOAnimSet.Add("P6_Church_Lectern_LoreBook", 469990); DictSNOAnimSet.Add("P6_Church_Pews", 467057); DictSNOAnimSet.Add("p6_Church_Table_A", 467095); DictSNOAnimSet.Add("P6_Church_Table_B", 469307); DictSNOAnimSet.Add("P6_Church_Table_C", 469718); DictSNOAnimSet.Add("p6_Church_Table_D", 469911); DictSNOAnimSet.Add("P6_Church_TortureRack_FlayedMan", 467473); DictSNOAnimSet.Add("p6_Church_Urn_A", 459987); DictSNOAnimSet.Add("p6_Church_Urn_A_Client", 459988); DictSNOAnimSet.Add("p6_Church_Urn_B", 460010); DictSNOAnimSet.Add("p6_Church_Urn_B_client", 460004); DictSNOAnimSet.Add("p6_Church_Urn_C", 460016); DictSNOAnimSet.Add("p6_Church_Urn_C_Client", 460020); DictSNOAnimSet.Add("p6_Church_WeaponRack", 465864); DictSNOAnimSet.Add("p6_Church_ZombieNest", 465065); DictSNOAnimSet.Add("p6_Church_ZombieNest_Chest", 466432); DictSNOAnimSet.Add("p6_Church_ZombieNest_liedown", 466419); DictSNOAnimSet.Add("p6_Church_ZombieNest_Wall", 464850); DictSNOAnimSet.Add("p6_ConsumeFleshGolem", 475328); DictSNOAnimSet.Add("p6_cos_pet_Bloodling", 466661); DictSNOAnimSet.Add("p6_CrowHound", 467091); DictSNOAnimSet.Add("p6_Envy", 470337); DictSNOAnimSet.Add("p6_Envy_echo", 476948); DictSNOAnimSet.Add("p6_Envy_LR_boss", 477060); DictSNOAnimSet.Add("p6_iceGolem", 474019); DictSNOAnimSet.Add("p6_Lost_Souls_Sky_tear_01", 464038); DictSNOAnimSet.Add("p6_Moors_WerewolfScavenge_BodyPile", 471854); DictSNOAnimSet.Add("p6_Moor_Altar_Guy", 466186); DictSNOAnimSet.Add("p6_Moor_Armor_Rack", 464689); DictSNOAnimSet.Add("p6_Moor_Barrel", 463053); DictSNOAnimSet.Add("p6_Moor_Barricade", 464415); DictSNOAnimSet.Add("p6_Moor_Barricade_client", 465480); DictSNOAnimSet.Add("p6_Moor_Cart", 470197); DictSNOAnimSet.Add("p6_Moor_Chest", 462973); DictSNOAnimSet.Add("p6_moor_Chest_Rare", 462980); DictSNOAnimSet.Add("p6_Moor_Event_Statue_Destruction", 471580); DictSNOAnimSet.Add("p6_Moor_Large_Crate", 464159); DictSNOAnimSet.Add("p6_Moor_Small_Crate", 464177); DictSNOAnimSet.Add("p6_Moor_Urn_B", 466378); DictSNOAnimSet.Add("p6_Moor_Urn_Short", 466399); DictSNOAnimSet.Add("p6_Moor_Urn_Short_client", 466387); DictSNOAnimSet.Add("p6_Moor_Urn_Thin", 466398); DictSNOAnimSet.Add("p6_Moor_Urn_Thin_client", 466386); DictSNOAnimSet.Add("p6_necro_bloodNova_B_boneNova", 467108); DictSNOAnimSet.Add("p6_necro_bloodNova_circleWave", 462394); DictSNOAnimSet.Add("p6_necro_bloodNova_tendril_footVeins", 470791); DictSNOAnimSet.Add("p6_necro_bloodNova_tendril_handVeins", 470677); DictSNOAnimSet.Add("p6_necro_bloodNova_tendril_headVeins", 470691); DictSNOAnimSet.Add("P6_Necro_BloodRush_F_Wipeout", 473655); DictSNOAnimSet.Add("p6_necro_boneArmor_saint6P_tornado1", 476185); DictSNOAnimSet.Add("p6_necro_boneArmor_saint6P_tornado_boneMesh", 476662); DictSNOAnimSet.Add("p6_necro_boneSpear01_death", 455947); DictSNOAnimSet.Add("p6_necro_boneSpear01_teeth", 471568); DictSNOAnimSet.Add("p6_necro_boneSpikes", 462195); DictSNOAnimSet.Add("p6_necro_boneSpikes_a_stun_actorParticle", 470483); DictSNOAnimSet.Add("p6_necro_boneSpikes_b_line_spikes01_pause", 472013); DictSNOAnimSet.Add("p6_necro_boneSpikes_c_3Spikes_actorParticle", 472542); DictSNOAnimSet.Add("p6_necro_boneSpirit_B_projectile", 473648); DictSNOAnimSet.Add("p6_necro_boneSpirit_none_impact_skull_actor", 469059); DictSNOAnimSet.Add("p6_necro_boneSpirit_none_projectile", 466409); DictSNOAnimSet.Add("p6_necro_characterSelection_skeletonMage", 476262); DictSNOAnimSet.Add("p6_necro_commandSkeletons", 473221); DictSNOAnimSet.Add("p6_necro_corpseLance_projectile02", 462875); DictSNOAnimSet.Add("p6_necro_corpse_flesh_spider_projectile", 471528); DictSNOAnimSet.Add("p6_necro_corpse_flesh_spider_projectile_spawn", 471507); DictSNOAnimSet.Add("p6_Necro_Female", 454831); DictSNOAnimSet.Add("p6_Necro_Female_characterSelect", 460052); DictSNOAnimSet.Add("p6_necro_golem_bone_boneMovement_start", 466751); DictSNOAnimSet.Add("p6_necro_golem_bone_boneTornado", 465391); DictSNOAnimSet.Add("p6_necro_golem_bone_boneTornado_circularStabbing", 466698); DictSNOAnimSet.Add("p6_necro_golem_bone_boneTornado_forwardStabbing", 465552); DictSNOAnimSet.Add("p6_necro_golem_bone_boneTornado_spinningBones", 466010); DictSNOAnimSet.Add("p6_necro_golem_noRune_impact_meatWave_blood", 472342); DictSNOAnimSet.Add("p6_necro_golem_noRune_impact_modelDespawn", 472221); DictSNOAnimSet.Add("P6_necro_GrimScythe_Base_Arch", 462991); DictSNOAnimSet.Add("P6_necro_GrimScythe_Base_Arch_RightLeft", 465356); DictSNOAnimSet.Add("P6_necro_GrimScythe_Base_weapon_A", 462749); DictSNOAnimSet.Add("P6_Necro_GrimScythe_E_Arch", 473132); DictSNOAnimSet.Add("P6_necro_GrimScythe_E_weapon_Dual", 475385); DictSNOAnimSet.Add("p6_Necro_Male", 454696); DictSNOAnimSet.Add("p6_Necro_Male_characterSelect", 460051); DictSNOAnimSet.Add("p6_necro_raiseDead_mage", 465901); DictSNOAnimSet.Add("p6_necro_revive_acidSlimes", 477635); DictSNOAnimSet.Add("p6_necro_revive_angelCorrupt", 470830); DictSNOAnimSet.Add("p6_necro_revive_armorScavenger", 477139); DictSNOAnimSet.Add("p6_necro_revive_azmodanBodyguard", 470851); DictSNOAnimSet.Add("p6_necro_revive_bat", 475410); DictSNOAnimSet.Add("p6_necro_revive_beastSkeleton", 471025); DictSNOAnimSet.Add("p6_necro_revive_beetle", 477147); DictSNOAnimSet.Add("P6_necro_revive_BigRed", 467634); DictSNOAnimSet.Add("p6_necro_revive_bileCrawlerSkeleton", 471169); DictSNOAnimSet.Add("p6_necro_revive_bloodGolem", 473405); DictSNOAnimSet.Add("p6_necro_revive_bloodhawk", 471035); DictSNOAnimSet.Add("p6_necro_revive_bogBlight", 475417); DictSNOAnimSet.Add("p6_necro_revive_bogBlightMaggot", 475467); DictSNOAnimSet.Add("p6_necro_revive_bogFamilyBrute", 477274); DictSNOAnimSet.Add("p6_necro_revive_bogFamilyMelee", 477292); DictSNOAnimSet.Add("p6_necro_revive_bogFamilyRanged", 477311); DictSNOAnimSet.Add("p6_necro_revive_brickhouse", 475671); DictSNOAnimSet.Add("p6_necro_revive_coreEliteDemon", 475697); DictSNOAnimSet.Add("p6_necro_revive_crabMother", 475758); DictSNOAnimSet.Add("p6_necro_revive_creepMob", 475772); DictSNOAnimSet.Add("p6_necro_revive_crowHound", 477154); DictSNOAnimSet.Add("p6_necro_revive_cryptChild", 475778); DictSNOAnimSet.Add("p6_necro_revive_darkAngel", 477164); DictSNOAnimSet.Add("p6_necro_revive_deathMaiden", 477184); DictSNOAnimSet.Add("P6_necro_revive_default", 462223); DictSNOAnimSet.Add("p6_necro_revive_demonFlyer", 475791); DictSNOAnimSet.Add("p6_necro_revive_demonTrooper", 476026); DictSNOAnimSet.Add("p6_necro_revive_duneDervish", 476035); DictSNOAnimSet.Add("p6_necro_revive_electricEel", 476045); DictSNOAnimSet.Add("p6_necro_revive_fallenChampion", 464080); DictSNOAnimSet.Add("p6_necro_revive_fallenGrunt", 464084); DictSNOAnimSet.Add("p6_necro_revive_fallenHound", 464086); DictSNOAnimSet.Add("p6_necro_revive_fallenLunatic", 464089); DictSNOAnimSet.Add("p6_necro_revive_fallenShaman", 464134); DictSNOAnimSet.Add("p6_necro_revive_fastMummy", 476058); DictSNOAnimSet.Add("p6_necro_revive_fleshPitFlyer", 476063); DictSNOAnimSet.Add("p6_necro_revive_floaterAngel", 477413); DictSNOAnimSet.Add("p6_necro_revive_forestCoastCrab", 475752); DictSNOAnimSet.Add("p6_necro_revive_ghost", 476072); DictSNOAnimSet.Add("p6_necro_revive_Ghoul", 471759); DictSNOAnimSet.Add("p6_necro_revive_goatmanMelee", 476084); DictSNOAnimSet.Add("p6_necro_revive_goatmanRanged", 476097); DictSNOAnimSet.Add("p6_necro_revive_goatmanShaman", 476113); DictSNOAnimSet.Add("p6_necro_revive_goatMutantMelee", 476139); DictSNOAnimSet.Add("p6_necro_revive_goatMutantRanged", 476140); DictSNOAnimSet.Add("p6_necro_revive_goatMutantShaman", 476141); DictSNOAnimSet.Add("p6_necro_revive_graveDigger", 477446); DictSNOAnimSet.Add("p6_necro_revive_hoodedNightmare", 470749); DictSNOAnimSet.Add("p6_necro_revive_icePorcupine", 476200); DictSNOAnimSet.Add("p6_necro_revive_lacuniFemale", 476528); DictSNOAnimSet.Add("p6_necro_revive_lacuniMale", 476548); DictSNOAnimSet.Add("p6_necro_revive_lamprey", 476560); DictSNOAnimSet.Add("p6_necro_revive_leaperAngel", 476568); DictSNOAnimSet.Add("p6_Necro_Revive_Mage", 477201); DictSNOAnimSet.Add("p6_necro_revive_malletDemon", 470736); DictSNOAnimSet.Add("p6_necro_revive_mastaBlastaSteed", 470594); DictSNOAnimSet.Add("p6_necro_revive_mastaBlasta_rider", 470794); DictSNOAnimSet.Add("p6_Necro_Revive_Mermaid_Melee", 477246); DictSNOAnimSet.Add("p6_Necro_Revive_Mermaid_Ranged", 477259); DictSNOAnimSet.Add("p6_necro_revive_moleMutantMelee", 477338); DictSNOAnimSet.Add("p6_Necro_Revive_MoleMutant_Ranged", 477863); DictSNOAnimSet.Add("p6_Necro_Revive_MoleMutant_Shaman", 477843); DictSNOAnimSet.Add("p6_necro_revive_monstrosity_scorpion", 477279); DictSNOAnimSet.Add("p6_necro_revive_monstrosity_scorpionBug", 477295); DictSNOAnimSet.Add("p6_Necro_revive_morluMelee", 463090); DictSNOAnimSet.Add("p6_Necro_revive_morluSpellcaster", 463092); DictSNOAnimSet.Add("p6_necro_revive_nightScreamer02", 477485); DictSNOAnimSet.Add("p6_necro_revive_portalGuardianMinion_melee", 477489); DictSNOAnimSet.Add("p6_necro_revive_quillDemon", 477318); DictSNOAnimSet.Add("p6_necro_revive_rat", 477339); DictSNOAnimSet.Add("p6_necro_revive_ratKing", 477366); DictSNOAnimSet.Add("p6_necro_revive_ravenFlyer", 477358); DictSNOAnimSet.Add("p6_necro_revive_rockworm", 477390); DictSNOAnimSet.Add("p6_Necro_Revive_Sandling", 477397); DictSNOAnimSet.Add("P6_necro_revive_sandMonster", 474328); DictSNOAnimSet.Add("p6_Necro_Revive_SandShark", 477507); DictSNOAnimSet.Add("p6_necro_revive_sandWasp", 476171); DictSNOAnimSet.Add("p6_necro_revive_scavenger", 477447); DictSNOAnimSet.Add("p6_necro_revive_scorpionBug", 477510); DictSNOAnimSet.Add("p6_Necro_Revive_shadowVermin", 477939); DictSNOAnimSet.Add("p6_necro_revive_shepherd", 477649); DictSNOAnimSet.Add("p6_necro_revive_shield_skeleton", 477548); DictSNOAnimSet.Add("p6_necro_revive_shield_skeleton_westmarch", 477555); DictSNOAnimSet.Add("p6_Necro_Revive_SkeletonArcher", 472859); DictSNOAnimSet.Add("p6_necro_revive_skeletonArcher_westmarch", 477571); DictSNOAnimSet.Add("p6_necro_revive_skeletonMage", 477458); DictSNOAnimSet.Add("p6_necro_revive_skeletonOneHand", 470889); DictSNOAnimSet.Add("p6_necro_revive_skeletonSummoner", 477377); DictSNOAnimSet.Add("p6_necro_revive_skeletonTwoHand", 470962); DictSNOAnimSet.Add("p6_necro_revive_skeletonWestmarchSS", 470989); DictSNOAnimSet.Add("p6_Necro_Revive_snakeManMelee", 477531); DictSNOAnimSet.Add("p6_necro_revive_snakeMan_caster", 477612); DictSNOAnimSet.Add("p6_necro_revive_sniperAngel", 477646); DictSNOAnimSet.Add("p6_necro_revive_soulRipper", 477584); DictSNOAnimSet.Add("p6_necro_revive_spider", 477759); DictSNOAnimSet.Add("p6_necro_revive_spiderling", 477599); DictSNOAnimSet.Add("p6_necro_revive_squigglet", 477127); DictSNOAnimSet.Add("p6_necro_revive_stitch", 475743); DictSNOAnimSet.Add("p6_necro_revive_succubus", 477683); DictSNOAnimSet.Add("p6_necro_revive_swarm", 477121); DictSNOAnimSet.Add("p6_Necro_Revive_TempleCultist_Basic", 477834); DictSNOAnimSet.Add("p6_necro_revive_templeCultist_caster", 477860); DictSNOAnimSet.Add("p6_necro_revive_templeCultist_special", 477877); DictSNOAnimSet.Add("p6_necro_revive_templeMonstrosity", 477692); DictSNOAnimSet.Add("p6_necro_revive_tentacleBear", 477211); DictSNOAnimSet.Add("p6_necro_revive_tentacleFlower", 477705); DictSNOAnimSet.Add("p6_Necro_Revive_tentacleGoatmanMelee", 477745); DictSNOAnimSet.Add("p6_Necro_Revive_tentacleGoatmanRanged", 477782); DictSNOAnimSet.Add("p6_Necro_Revive_tentacleGoatmanShaman_caster", 477794); DictSNOAnimSet.Add("p6_necro_revive_tentacleHorse", 477226); DictSNOAnimSet.Add("p6_Necro_Revive_TerrorDemon", 477706); DictSNOAnimSet.Add("P6_necro_revive_ThousandPounder", 470490); DictSNOAnimSet.Add("p6_necro_revive_triuneCultist", 477822); DictSNOAnimSet.Add("p6_necro_revive_triuneSummoner", 477897); DictSNOAnimSet.Add("p6_necro_revive_triuneVessel", 477921); DictSNOAnimSet.Add("p6_necro_revive_triune_berserker", 477742); DictSNOAnimSet.Add("p6_necro_revive_triune_summonable", 477815); DictSNOAnimSet.Add("p6_necro_revive_unburied01", 477466); DictSNOAnimSet.Add("p6_necro_revive_werewolf", 477799); DictSNOAnimSet.Add("p6_necro_revive_westmarchHound", 477730); DictSNOAnimSet.Add("p6_necro_revive_westmarchHoundSkeleton", 477773); DictSNOAnimSet.Add("p6_necro_revive_westmarchRanged", 477953); DictSNOAnimSet.Add("p6_necro_revive_westmarch_brute", 477700); DictSNOAnimSet.Add("p6_necro_revive_westmarch_bruteB", 477770); DictSNOAnimSet.Add("p6_Necro_Revive_WickerMan", 477908); DictSNOAnimSet.Add("p6_necro_revive_witherMoth", 477067); DictSNOAnimSet.Add("p6_Necro_Revive_Wolf", 477662); DictSNOAnimSet.Add("p6_necro_revive_woodWraith", 477101); DictSNOAnimSet.Add("p6_Necro_Revive_Wraith", 477948); DictSNOAnimSet.Add("p6_Necro_Revive_Yeti", 477640); DictSNOAnimSet.Add("p6_necro_revive_zombieCrawler", 466528); DictSNOAnimSet.Add("p6_necro_revive_zombieFemale", 470423); DictSNOAnimSet.Add("p6_necro_revive_zombieMale", 466477); DictSNOAnimSet.Add("p6_necro_revive_zombieMaleSkinny", 470587); DictSNOAnimSet.Add("p6_Necro_simulacrum_A", 477491); DictSNOAnimSet.Add("P6_Necro_Skeleton", 453830); DictSNOAnimSet.Add("p6_necro_skeletonMage_F_archer", 472805); DictSNOAnimSet.Add("p6_nm_boneSpear01_spawn", 454566); DictSNOAnimSet.Add("p6_nm_boneSpear02", 452807); DictSNOAnimSet.Add("P6_RavenFlyer", 467104); DictSNOAnimSet.Add("p6_ravenFlyer_Nest", 466343); DictSNOAnimSet.Add("p6_Shepherd", 459306); DictSNOAnimSet.Add("p6_taldarimProbe", 472491); DictSNOAnimSet.Add("p6_talisman_norm_base_01", 471766); DictSNOAnimSet.Add("p6_talisman_norm_base_02", 462956); DictSNOAnimSet.Add("p6_talisman_norm_base_03", 462964); DictSNOAnimSet.Add("p6_talisman_norm_base_04_dangle", 467415); DictSNOAnimSet.Add("p6_TempleCultist_BigArm", 465173); DictSNOAnimSet.Add("p6_TempleCultist_Caster", 465172); DictSNOAnimSet.Add("p6_TempleCultist_Dagger", 464417); DictSNOAnimSet.Add("p6_TempleMonstrosity", 466124); DictSNOAnimSet.Add("P6_Werewolf", 464672); DictSNOAnimSet.Add("p7_cos_pet_Azmodan_A", 480312); DictSNOAnimSet.Add("p7_cos_pet_MalGanis_A", 483496); DictSNOAnimSet.Add("p7_cos_pet_Murkromancer_A", 478545); DictSNOAnimSet.Add("p7_cos_pet_promo_01", 480299); DictSNOAnimSet.Add("p7_cos_wings_Diablo_barbF", 483193); DictSNOAnimSet.Add("p7_cos_wings_Diablo_barbM", 483194); DictSNOAnimSet.Add("p7_cos_wings_Diablo_cdrF", 483195); DictSNOAnimSet.Add("p7_cos_wings_Diablo_cdrM", 483196); DictSNOAnimSet.Add("p7_cos_wings_Diablo_dhF", 483197); DictSNOAnimSet.Add("p7_cos_wings_Diablo_dhM", 483198); DictSNOAnimSet.Add("p7_cos_wings_Diablo_monkF", 483199); DictSNOAnimSet.Add("p7_cos_wings_Diablo_monkM", 483200); DictSNOAnimSet.Add("p7_cos_wings_Diablo_nmF", 483201); DictSNOAnimSet.Add("p7_cos_wings_Diablo_nmM", 483202); DictSNOAnimSet.Add("p7_cos_wings_Diablo_WDF", 483203); DictSNOAnimSet.Add("p7_cos_wings_Diablo_WDM", 483204); DictSNOAnimSet.Add("p7_cos_wings_Diablo_wizF", 483205); DictSNOAnimSet.Add("p7_cos_wings_Diablo_wizM", 483206); DictSNOAnimSet.Add("Particle_emitter", 11859); DictSNOAnimSet.Add("Pinata", 211864); DictSNOAnimSet.Add("Plague_Proxy", 11860); DictSNOAnimSet.Add("Player_Armory", 454577); DictSNOAnimSet.Add("Player_Armory_WhatsNew", 463343); DictSNOAnimSet.Add("Player_Wardrobe", 435362); DictSNOAnimSet.Add("Polearm_norm_unique_03_energySwirl", 283962); DictSNOAnimSet.Add("Primordial", 11863); DictSNOAnimSet.Add("Prisioner_Stake", 433351); DictSNOAnimSet.Add("PT_Ahmed_cart01", 11864); DictSNOAnimSet.Add("Pvp_SteamVents_Base", 226827); DictSNOAnimSet.Add("PvP_Tower", 11870); DictSNOAnimSet.Add("px_A2_IronWolf", 433751); DictSNOAnimSet.Add("px_Bounty_Camp_azmodan_fight_spawner", 434136); DictSNOAnimSet.Add("px_Bounty_Camp_Hellportals_Frame", 434147); DictSNOAnimSet.Add("px_Bounty_Camp_TrappedAngels", 433911); DictSNOAnimSet.Add("px_Bounty_Death_Orb_Little", 433760); DictSNOAnimSet.Add("px_Camp_TristramGuard_B_Unarmed", 434371); DictSNOAnimSet.Add("px_Leorics_Camp_WorthamMilitia_Ex", 434367); DictSNOAnimSet.Add("px_SpiderCaves_Camp_Cocoon", 432771); DictSNOAnimSet.Add("QueenLeoric", 105377); DictSNOAnimSet.Add("QuillDemon", 11877); DictSNOAnimSet.Add("RatSwarm_ambient_circleA", 90308); DictSNOAnimSet.Add("RatSwarm_coneA", 87152); DictSNOAnimSet.Add("RatSwarm_cone_burrowerA", 107556); DictSNOAnimSet.Add("RatSwarm_lineA", 87153); DictSNOAnimSet.Add("RatSwarm_line_burrowerA", 89966); DictSNOAnimSet.Add("RatSwarm_radialA", 87154); DictSNOAnimSet.Add("RatSwarm_wallA", 88456); DictSNOAnimSet.Add("ravenFlock", 11882); DictSNOAnimSet.Add("ravenFlock_B", 11883); DictSNOAnimSet.Add("Raven_Pecking", 775); DictSNOAnimSet.Add("Raven_Perched", 11884); DictSNOAnimSet.Add("Rocking_Chair_trOut_Cellar", 80836); DictSNOAnimSet.Add("Rockworm", 11886); DictSNOAnimSet.Add("Rockworm_CaveEntrance_CritDeath", 80765); DictSNOAnimSet.Add("Rockworm_Grabby", 219132); DictSNOAnimSet.Add("RockWorm_Ground_preBurst", 11887); DictSNOAnimSet.Add("Sandling", 11891); DictSNOAnimSet.Add("sandMonster", 11892); DictSNOAnimSet.Add("sandMonster_B", 186242); DictSNOAnimSet.Add("sandMonster_eternalGuardian", 202301); DictSNOAnimSet.Add("SandShark", 11893); DictSNOAnimSet.Add("sandWasp", 11894); DictSNOAnimSet.Add("sandWasp_projectile", 104521); DictSNOAnimSet.Add("Scavenger", 11896); DictSNOAnimSet.Add("Scoundrel", 11816); DictSNOAnimSet.Add("setDungeonPortal02", 447885); DictSNOAnimSet.Add("shadowVermin", 60054); DictSNOAnimSet.Add("shadowVermin_green", 206855); DictSNOAnimSet.Add("shadowVermin_hoodedNightmare_death", 159229); DictSNOAnimSet.Add("shadowVermin_purple", 261560); DictSNOAnimSet.Add("shadowVermin_red", 206854); DictSNOAnimSet.Add("shoulderPad_WDF_hell_base_04_L", 114265); DictSNOAnimSet.Add("shoulderPad_WDF_hell_base_04_R", 114376); DictSNOAnimSet.Add("shoulderPad_WDM_hell_base_04_L", 101383); DictSNOAnimSet.Add("shoulderPad_WDM_hell_base_04_R", 101398); DictSNOAnimSet.Add("shrine_fxGeo_model_Global", 139935); DictSNOAnimSet.Add("Shrine_Global_Glow", 156759); DictSNOAnimSet.Add("Siege_wallMonster", 91114); DictSNOAnimSet.Add("Siege_wallMonster_02", 197464); DictSNOAnimSet.Add("Siege_wallMonster_burrow", 198854); DictSNOAnimSet.Add("SkeletonArcher", 11905); DictSNOAnimSet.Add("SkeletonArcher_BG", 449900); DictSNOAnimSet.Add("SkeletonArcher_Unique", 225842); DictSNOAnimSet.Add("SkeletonKing", 11906); DictSNOAnimSet.Add("SkeletonKingGizmo", 11907); DictSNOAnimSet.Add("SkeletonKing_death", 11908); DictSNOAnimSet.Add("SkeletonKing_Ghost", 11909); DictSNOAnimSet.Add("SkeletonKing_Ghost_attackModel", 11910); DictSNOAnimSet.Add("SkeletonKing_Ghost_attackModel_01", 11911); DictSNOAnimSet.Add("SkeletonKing_Ghost_attackModel_whirlwind", 81878); DictSNOAnimSet.Add("SkeletonKing_Ghost_deathModel", 11912); DictSNOAnimSet.Add("SkeletonKing_Ghost_stateChange", 11913); DictSNOAnimSet.Add("SkeletonKing_Teleport_Back_trailDudeModel", 93910); DictSNOAnimSet.Add("SkeletonKing_Teleport_trailDudeModel", 83861); DictSNOAnimSet.Add("skeletonMage_Cold", 11915); DictSNOAnimSet.Add("skeletonMage_Cold_hologramSpawn", 73040); DictSNOAnimSet.Add("skeletonMage_Cold_unique", 220874); DictSNOAnimSet.Add("skeletonMage_Fire", 11916); DictSNOAnimSet.Add("skeletonMage_Fire_hologramSpawn", 72816); DictSNOAnimSet.Add("skeletonMage_Fire_unique", 220876); DictSNOAnimSet.Add("skeletonMage_Lightning", 11917); DictSNOAnimSet.Add("skeletonMage_Lightning_hologramSpawn", 73088); DictSNOAnimSet.Add("skeletonMage_Lightning_unique", 217891); DictSNOAnimSet.Add("skeletonMage_Poison", 11918); DictSNOAnimSet.Add("skeletonMage_Poison_hologramSpawn", 73230); DictSNOAnimSet.Add("skeletonMage_Poison_unique", 220878); DictSNOAnimSet.Add("skeletonMage_sparkEmitter", 11919); DictSNOAnimSet.Add("SkeletonSummoner", 11920); DictSNOAnimSet.Add("Skeleton_Archer_A_Unique_Ring_015", 251774); DictSNOAnimSet.Add("Skeleton_oneHand_legendaryPets", 376785); DictSNOAnimSet.Add("Skeleton_oneHand_light", 11921); DictSNOAnimSet.Add("Skeleton_oneHand_light_BG", 449899); DictSNOAnimSet.Add("Skeleton_oneHand_light_noFXsummon", 225278); DictSNOAnimSet.Add("Skeleton_oneHand_light_Queen", 447149); DictSNOAnimSet.Add("Skeleton_oneHand_light_unique", 228596); DictSNOAnimSet.Add("Skeleton_sandHologramSpawn", 72719); DictSNOAnimSet.Add("Skeleton_shieldBroken", 777); DictSNOAnimSet.Add("Skeleton_ss_light", 11922); DictSNOAnimSet.Add("Skeleton_ss_light_noFXsummon", 225279); DictSNOAnimSet.Add("Skeleton_twoHand_light", 11923); DictSNOAnimSet.Add("snakeMan_Caster", 11925); DictSNOAnimSet.Add("Snakeman_Caster_hologramSpawn", 73247); DictSNOAnimSet.Add("SnakeMan_Corpse", 196302); DictSNOAnimSet.Add("snakeMan_Melee", 11926); DictSNOAnimSet.Add("Snakeman_Melee_hologramSpawn", 73271); DictSNOAnimSet.Add("snakeMojoItem", 141554); DictSNOAnimSet.Add("snakeProjectile", 107111); DictSNOAnimSet.Add("snakeProjectile_attach", 107164); DictSNOAnimSet.Add("SoulRipper", 11927); DictSNOAnimSet.Add("SoulRipper_tongue", 170864); DictSNOAnimSet.Add("Spider", 11930); DictSNOAnimSet.Add("SpiderBomb", 275338); DictSNOAnimSet.Add("Spiderling", 11931); DictSNOAnimSet.Add("SpiderQueen", 165064); DictSNOAnimSet.Add("spiderTotem", 11932); DictSNOAnimSet.Add("Spider_Elemental", 148154); DictSNOAnimSet.Add("Spider_MistressOfPain", 180143); DictSNOAnimSet.Add("spiritEmitter", 107494); DictSNOAnimSet.Add("Spore", 11934); DictSNOAnimSet.Add("Stitch", 11936); DictSNOAnimSet.Add("Stitch_B", 220537); DictSNOAnimSet.Add("Stitch_D", 137120); DictSNOAnimSet.Add("Stitch_Frost", 191596); DictSNOAnimSet.Add("Succubus", 96217); DictSNOAnimSet.Add("Swarm", 11939); DictSNOAnimSet.Add("Table_Empty_trOut_Cellar", 80819); DictSNOAnimSet.Add("Table_Full_trOut_Cellar", 80837); DictSNOAnimSet.Add("Teleport_Proxy", 11941); DictSNOAnimSet.Add("Templar", 11858); DictSNOAnimSet.Add("Templar_Order", 239201); DictSNOAnimSet.Add("TEMP_clicky_pile", 281703); DictSNOAnimSet.Add("TentacleBear", 210509); DictSNOAnimSet.Add("tentacleFlower", 209088); DictSNOAnimSet.Add("TentacleHorse", 192967); DictSNOAnimSet.Add("TentacleHorse_B", 207561); DictSNOAnimSet.Add("TentacleHorse_C", 214877); DictSNOAnimSet.Add("TentacleHorse_Fat", 207446); DictSNOAnimSet.Add("TentacleHorse_Fat_B", 207568); DictSNOAnimSet.Add("TentacleHorse_Split", 193224); DictSNOAnimSet.Add("TentacleLord", 213334); DictSNOAnimSet.Add("tentaclePortal_neverLeaveUs", 214728); DictSNOAnimSet.Add("TerrorDemon", 117928); DictSNOAnimSet.Add("TerrorDemon_Unique_Uber", 260146); DictSNOAnimSet.Add("ThousandPounder", 11945); DictSNOAnimSet.Add("thousandPounder_LungsHeart", 11946); DictSNOAnimSet.Add("Toad", 11947); DictSNOAnimSet.Add("Tombstone_A_Wilderness_trOut_Wilderness", 75673); DictSNOAnimSet.Add("Tombstone_B_Wilderness_trOut_Wilderness", 75759); DictSNOAnimSet.Add("Tombstone_C_Wilderness_trOut_Wilderness", 77652); DictSNOAnimSet.Add("ToolBoxA_caOut_Props", 108960); DictSNOAnimSet.Add("ToolBoxB_caOut_Props", 108822); DictSNOAnimSet.Add("ToolBoxSetA_caOut_Props", 108668); DictSNOAnimSet.Add("ToolBoxSetA_caOut_Props_B", 108683); DictSNOAnimSet.Add("Totem_A_caOut_Props", 11951); DictSNOAnimSet.Add("townPortal", 11952); DictSNOAnimSet.Add("townPortal_d2", 454076); DictSNOAnimSet.Add("townPortal_event47", 188785); DictSNOAnimSet.Add("townPortal_Gold", 322631); DictSNOAnimSet.Add("townPortal_green", 447939); DictSNOAnimSet.Add("townPortal_neverLeaveUs", 187574); DictSNOAnimSet.Add("townPortal_neverLeaveUs_red", 374243); DictSNOAnimSet.Add("townPortal_Purple", 323410); DictSNOAnimSet.Add("townPortal_Red", 11955); DictSNOAnimSet.Add("trDun_altar", 11956); DictSNOAnimSet.Add("trDun_altar_Base", 11958); DictSNOAnimSet.Add("trDun_ArmorRack", 11959); DictSNOAnimSet.Add("trDun_barrel_01", 779); DictSNOAnimSet.Add("trDun_Blacksmith_CellarDoor_Breakable", 157537); DictSNOAnimSet.Add("trDun_book_pile_a", 11960); DictSNOAnimSet.Add("trDun_book_pile_b", 11961); DictSNOAnimSet.Add("trDun_book_pile_c", 11962); DictSNOAnimSet.Add("trDun_book_pile_d", 11963); DictSNOAnimSet.Add("trDun_BrokenBridge_B", 11965); DictSNOAnimSet.Add("trDun_BrokenBridge_B_Crack_Debris", 11967); DictSNOAnimSet.Add("trDun_BrokenBridge_B_Falling_Stones", 11968); DictSNOAnimSet.Add("trDun_BrokenBridge_B_Initial_Phys", 11969); DictSNOAnimSet.Add("trDun_Butcher_Cage", 11973); DictSNOAnimSet.Add("trDun_Cain_Intro_Falling_Rocks_A", 176983); DictSNOAnimSet.Add("trDun_Cain_Intro_Falling_Rocks_Bridge", 177450); DictSNOAnimSet.Add("trDun_Candles_Random", 780); DictSNOAnimSet.Add("trDun_Cath_Bannister_x6", 11979); DictSNOAnimSet.Add("trDun_Cath_Barricade_A", 159068); DictSNOAnimSet.Add("trDun_Cath_Barricade_B", 159121); DictSNOAnimSet.Add("trDun_Cath_BoneWall_A", 108570); DictSNOAnimSet.Add("trDun_Cath_BoneWall_A_Door", 109211); DictSNOAnimSet.Add("trDun_Cath_BookcaseShelf_Door_Reverse", 11983); DictSNOAnimSet.Add("trDUn_Cath_BookcaseShelves_A", 11984); DictSNOAnimSet.Add("trDun_Cath_BookcaseShelves_A_Books", 11985); DictSNOAnimSet.Add("trDun_Cath_BookcaseShelves_A_Paper", 11986); DictSNOAnimSet.Add("trDUn_Cath_BookcaseShelves_B", 11987); DictSNOAnimSet.Add("trDun_Cath_BookcaseShelves_B_Books", 11988); DictSNOAnimSet.Add("trDun_Cath_BookcaseShelves_B_Paper", 11989); DictSNOAnimSet.Add("trDUn_Cath_BookcaseShelves_Wide", 11990); DictSNOAnimSet.Add("trDun_Cath_BookcaseShelves_Wide_Books", 11991); DictSNOAnimSet.Add("trDun_Cath_BookcaseShelves_Wide_Paper_Animation", 11992); DictSNOAnimSet.Add("trDun_Cath_BookcaseShelves_Wide_Paper_B_Animation", 11994); DictSNOAnimSet.Add("trDun_Cath_BookcaseShelves_Wide_Paper_C_Animation", 11995); DictSNOAnimSet.Add("trDun_Cath_Braizer_Chain", 319320); DictSNOAnimSet.Add("trDun_Cath_Braizer_Trap", 89507); DictSNOAnimSet.Add("trDun_Cath_Breakable_pillar", 11996); DictSNOAnimSet.Add("trDun_Cath_Cain_Intro_Bridge", 146229); DictSNOAnimSet.Add("trDun_Cath_Cain_Intro_Wall", 147892); DictSNOAnimSet.Add("trDun_Cath_Candlestand", 11997); DictSNOAnimSet.Add("trDun_Cath_Candlestand_B", 781); DictSNOAnimSet.Add("trDun_Cath_Chandelier", 12000); DictSNOAnimSet.Add("trDun_Cath_Chandelier_Trap", 12001); DictSNOAnimSet.Add("trDun_Cath_Chandelier_Trap_Chain", 12002); DictSNOAnimSet.Add("trDun_Cath_Chandelier_Trap_Switch2", 12004); DictSNOAnimSet.Add("trdun_Cath_DoorBars", 12005); DictSNOAnimSet.Add("trDun_Cath_FloorSpawner_01", 12006); DictSNOAnimSet.Add("trDun_Cath_Font", 12007); DictSNOAnimSet.Add("trdun_cath_font_base", 12008); DictSNOAnimSet.Add("trDUn_Cath_Gate_A", 12010); DictSNOAnimSet.Add("trDun_Cath_Gate_B_SkeletonKing", 162441); DictSNOAnimSet.Add("trDUn_Cath_Gate_C", 12012); DictSNOAnimSet.Add("trDUn_Cath_Gate_D", 12013); DictSNOAnimSet.Add("trDun_Cath_Lever_Type2", 12016); DictSNOAnimSet.Add("trDun_Cath_LibraryTable", 782); DictSNOAnimSet.Add("trDun_Cath_LionPost", 12017); DictSNOAnimSet.Add("trDun_Cath_LionPost_Top", 12018); DictSNOAnimSet.Add("trDun_Cath_NSEW_02_Colapsing_Floor_A", 134910); DictSNOAnimSet.Add("trDun_Cath_Orb", 12019); DictSNOAnimSet.Add("trDun_Cath_Orb_Shatter", 12020); DictSNOAnimSet.Add("trDun_Cath_Skeleton_SummoningMachine", 177219); DictSNOAnimSet.Add("trDun_Cath_Trap_SkeletonTotem", 176977); DictSNOAnimSet.Add("trDun_Cath_WalCover_A_Sarcophagus_01A", 12022); DictSNOAnimSet.Add("trDun_Cath_WalCover_A_Sarcophagus_01B", 12023); DictSNOAnimSet.Add("trDun_Cath_WallCollapse_01", 12024); DictSNOAnimSet.Add("trDun_Cath_WoodDoor_A", 12025); DictSNOAnimSet.Add("trDun_Cath_WoodDoor_A_Barricaded", 12026); DictSNOAnimSet.Add("trDun_Cath_WoodDoor_A_Barricaded_Planks", 12027); DictSNOAnimSet.Add("trDun_Cave_Neph_FallingSand", 183063); DictSNOAnimSet.Add("trDun_Cave_SwordOfJustice_Blade", 206523); DictSNOAnimSet.Add("trDun_Cave_SwordOfJustice_Shard", 206457); DictSNOAnimSet.Add("trDun_CellarDoor_Breakable", 101366); DictSNOAnimSet.Add("trDun_ChestLower", 12030); DictSNOAnimSet.Add("trDun_ChestRiser", 12031); DictSNOAnimSet.Add("TrDun_Chests", 12032); DictSNOAnimSet.Add("trDun_Crypt_Chest_01", 12035); DictSNOAnimSet.Add("trDun_Crypt_DeathoftheKing_Cloth", 163928); DictSNOAnimSet.Add("trDun_Crypt_DeathoftheKing_Sword_Clickable", 163956); DictSNOAnimSet.Add("trDun_Crypt_Door", 783); DictSNOAnimSet.Add("trDun_Crypt_Door_Wood_Spawn_1", 12036); DictSNOAnimSet.Add("trDun_Crypt_Door_Wood_Spawn_2", 12037); DictSNOAnimSet.Add("trDun_Crypt_Door_Wood_Spawn_3", 12038); DictSNOAnimSet.Add("trDun_Crypt_Door_Wood_Spawn_4", 12039); DictSNOAnimSet.Add("trDun_Crypt_Pillar_Base", 12041); DictSNOAnimSet.Add("trDun_Crypt_Pillar_Spawner", 12048); DictSNOAnimSet.Add("trDun_Crypt_Pillar_Spawner_Crack_Debris", 12049); DictSNOAnimSet.Add("trDun_Crypt_Pillar_Spawner_E_Planes_End", 12050); DictSNOAnimSet.Add("trDun_Crypt_Pillar_Spawner_E_Planes_Start", 12051); DictSNOAnimSet.Add("trDun_Crypt_Pillar_Spawner_Final_Debris", 12052); DictSNOAnimSet.Add("trDun_Crypt_Skeleton_King_Throne_Parts", 175178); DictSNOAnimSet.Add("trDun_Crypt_Stacked_Stacked_Coffins_A", 172377); DictSNOAnimSet.Add("trDun_Crypt_Stacked_Stacked_Coffins_B", 172387); DictSNOAnimSet.Add("trDun_Crypt_Stacked_Stacked_Coffins_C", 172393); DictSNOAnimSet.Add("trDun_Crypt_Stacked_Stacked_Coffins_G", 172776); DictSNOAnimSet.Add("trDun_Crypt_Stacked_Stacked_Coffins_H", 172782); DictSNOAnimSet.Add("trDun_Crypt_Urn_Group_A_01", 12053); DictSNOAnimSet.Add("trDun_Crypt_Urn_Group_A_02", 12054); DictSNOAnimSet.Add("trDun_Crypt_Urn_Group_A_03", 784); DictSNOAnimSet.Add("trDun_Floor_Sarcophagus", 12062); DictSNOAnimSet.Add("trDun_Gargoyle_01", 12063); DictSNOAnimSet.Add("trDun_Gargoyle_01_Base", 12064); DictSNOAnimSet.Add("trDun_Gargoyle_02", 12065); DictSNOAnimSet.Add("trDun_Gargoyle_02_base", 12066); DictSNOAnimSet.Add("trDun_grandChest", 12067); DictSNOAnimSet.Add("trDun_incense_burner", 12069); DictSNOAnimSet.Add("trDun_incense_burner_glass", 12070); DictSNOAnimSet.Add("trDun_Lecturn", 12071); DictSNOAnimSet.Add("trDun_Pew_01", 12073); DictSNOAnimSet.Add("trDun_Pew_02", 785); DictSNOAnimSet.Add("trDun_Pew_03", 12074); DictSNOAnimSet.Add("trDun_Pew_04", 12075); DictSNOAnimSet.Add("trDun_Sarcophagus", 12076); DictSNOAnimSet.Add("trDun_Scaffolding_A_Short", 12079); DictSNOAnimSet.Add("trDun_Scaffolding_Tall", 12080); DictSNOAnimSet.Add("trDun_Scaffolding_Wide", 12081); DictSNOAnimSet.Add("trDun_SkeletonKing_Bridge_Active", 12084); DictSNOAnimSet.Add("trDun_SkeletonKing_Bridge_Center_Debris", 12085); DictSNOAnimSet.Add("trDun_SkeletonKing_Bridge_Corner_Debris", 12086); DictSNOAnimSet.Add("trDun_SkeletonKing_Bridge_Rail_Debris", 12087); DictSNOAnimSet.Add("trDun_SkeletonKing_Sealed_Door", 12089); DictSNOAnimSet.Add("trDun_SkeletonKing_Sealed_Door_1000_Pounder", 116096); DictSNOAnimSet.Add("trDun_SkeletonKing_Sealed_Door_FX1", 12090); DictSNOAnimSet.Add("trDun_SkeletonKing_Sealed_Door_FX3b", 12091); DictSNOAnimSet.Add("trDun_TotemRiser", 177337); DictSNOAnimSet.Add("trDun_WeaponRack", 12096); DictSNOAnimSet.Add("treasureGoblin", 12098); DictSNOAnimSet.Add("treasureGoblin_backpack", 12099); DictSNOAnimSet.Add("treasureGoblin_I", 433654); DictSNOAnimSet.Add("treasureGoblin_portal_emitter", 59950); DictSNOAnimSet.Add("treasureGoblin_Slave", 338589); DictSNOAnimSet.Add("TristramGuard_Bow_Ragdoll", 12104); DictSNOAnimSet.Add("TristramGuard_corpse_01", 12107); DictSNOAnimSet.Add("TristramGuard_corpse_02", 12108); DictSNOAnimSet.Add("TristramGuard_corpse_03", 12109); DictSNOAnimSet.Add("TristramGuard_corpse_04", 12110); DictSNOAnimSet.Add("TristramGuard_corpse_05", 12111); DictSNOAnimSet.Add("TristramGuard_corpse_06", 787); DictSNOAnimSet.Add("TristramGuard_withZombie", 12113); DictSNOAnimSet.Add("Trist_chair", 12117); DictSNOAnimSet.Add("trist_Urn_Tall", 12121); DictSNOAnimSet.Add("TriuneCultist", 12122); DictSNOAnimSet.Add("triuneCultist_A_Corpse_01", 189868); DictSNOAnimSet.Add("triuneCultist_A_Corpse_02", 189869); DictSNOAnimSet.Add("TriuneSummoner", 12123); DictSNOAnimSet.Add("TriuneSummoner_CainEvent", 199482); DictSNOAnimSet.Add("TriuneVessel", 12124); DictSNOAnimSet.Add("TriuneVessel_Event31_fix", 168033); DictSNOAnimSet.Add("TriuneWizard", 12125); DictSNOAnimSet.Add("Triune_Berserker", 12126); DictSNOAnimSet.Add("Triune_Possessed", 12127); DictSNOAnimSet.Add("Triune_Summonable", 12128); DictSNOAnimSet.Add("trOut_Boat_Test", 176305); DictSNOAnimSet.Add("trOut_Boat_Test_B", 176313); DictSNOAnimSet.Add("trOut_Cath_Entrance_Door", 169556); DictSNOAnimSet.Add("trOut_Cultists_Summoning_Portal_A", 162242); DictSNOAnimSet.Add("trOut_Exploding_CampFire", 64109); DictSNOAnimSet.Add("trOut_Farms_Butcher_Rack", 79671); DictSNOAnimSet.Add("trOut_Farms_Butcher_Smoke_House", 80008); DictSNOAnimSet.Add("trOut_Farms_Butcher_Table", 79481); DictSNOAnimSet.Add("trOut_FesteringWoods_Neph_Column_B", 104595); DictSNOAnimSet.Add("trOut_FesteringWoods_Neph_Column_C_Broken_Base", 104823); DictSNOAnimSet.Add("trOut_FesteringWoods_Skeleton_Clicky_A", 169547); DictSNOAnimSet.Add("trOut_FesteringWoods_Skeleton_Clicky_B", 169725); DictSNOAnimSet.Add("trOut_fields_Cart_Fixable", 87588); DictSNOAnimSet.Add("trOut_fields_chest", 77567); DictSNOAnimSet.Add("trOut_fields_chest_Rare", 77838); DictSNOAnimSet.Add("trOut_Graveyard_Gates", 63791); DictSNOAnimSet.Add("trOut_Griswold_Sign", 12143); DictSNOAnimSet.Add("trOut_Highlands_Burnt_Rafters", 136468); DictSNOAnimSet.Add("trOut_Highlands_chest", 79254); DictSNOAnimSet.Add("trOut_Highlands_chest_Rare", 82174); DictSNOAnimSet.Add("trOut_Highlands_ChiefGoatmenMummyRack_A", 96590); DictSNOAnimSet.Add("trOut_Highlands_Goatman_Drum_A", 86381); DictSNOAnimSet.Add("trOut_Highlands_Goatman_Totem", 82643); DictSNOAnimSet.Add("trOut_Highlands_Goatmen_BeastCageGate", 167398); DictSNOAnimSet.Add("trOut_Highlands_Goatmen_Chokepoint_Gate", 170060); DictSNOAnimSet.Add("trOut_Highlands_Goatmen_SummoningMachine_A", 157225); DictSNOAnimSet.Add("trOut_Highlands_LogStack_Trap", 80427); DictSNOAnimSet.Add("trOut_Highlands_LogStack_Trap_Dynamic", 146511); DictSNOAnimSet.Add("trOut_Highlands_Manor_Cain_Door", 137896); DictSNOAnimSet.Add("TrOut_Highlands_Manor_Firewood", 213901); DictSNOAnimSet.Add("TrOut_Highlands_Manor_Front_Gate", 103311); DictSNOAnimSet.Add("trOut_Highlands_Mystic_Wagon", 178147); DictSNOAnimSet.Add("trOut_Leoric_Barrel", 12145); DictSNOAnimSet.Add("trOut_Leoric_BarrelTable", 12146); DictSNOAnimSet.Add("trOut_Leoric_Tent", 789); DictSNOAnimSet.Add("trOut_Leor_painting", 217290); DictSNOAnimSet.Add("trOut_Leor_painting_Client", 217296); DictSNOAnimSet.Add("Trout_Log", 114673); DictSNOAnimSet.Add("trOut_LogStack_Trap", 77138); DictSNOAnimSet.Add("trOut_LogStack_Trap_Dynamic", 77203); DictSNOAnimSet.Add("trOut_Nephalem_Door_Head_A", 100963); DictSNOAnimSet.Add("trOut_NewTristram_Adria_BlackMushroom", 173351); DictSNOAnimSet.Add("trOut_NewTristram_Ferry", 130119); DictSNOAnimSet.Add("trOut_NewTristram_Gate_Town", 114254); DictSNOAnimSet.Add("trOut_NewTristram_Inn_Sign_Post", 103721); DictSNOAnimSet.Add("trOut_OldTristramTombstoneDestructibleA", 12152); DictSNOAnimSet.Add("trOut_OldTristramTombstoneDestructibleB", 12153); DictSNOAnimSet.Add("trOut_OldTristramTombstoneDestructibleC", 12154); DictSNOAnimSet.Add("trOut_OldTristramTombstoneDestructibleD", 12155); DictSNOAnimSet.Add("trOut_OldTristramTombstoneDestructibleE", 12156); DictSNOAnimSet.Add("trOut_OldTristram_AdriaCellar_Cauldron", 131119); DictSNOAnimSet.Add("trOut_OldTristram_AdriasHut_ZombieAmbush_Spawner", 213956); DictSNOAnimSet.Add("trOut_OldTristram_AnvilOfFury", 173321); DictSNOAnimSet.Add("trOut_OldTristram_BonePile_A", 112161); DictSNOAnimSet.Add("trOut_OldTristram_Cathedral_CollapsingFloor_A", 195312); DictSNOAnimSet.Add("trOut_OldTristram_Cellar_ZombieAmbush_Spawner", 129681); DictSNOAnimSet.Add("trOut_OldTristram_CollapsingWall", 12159); DictSNOAnimSet.Add("trOut_OldTristram_CollapsingWall_wood", 12160); DictSNOAnimSet.Add("trOut_OldTristram_Corpse_Hanging_A", 12161); DictSNOAnimSet.Add("trOut_OldTristram_Corpse_Hanging_B", 12162); DictSNOAnimSet.Add("trOut_OldTristram_Corpse_Hanging_c", 12163); DictSNOAnimSet.Add("trOut_OldTristram_Exit_Gate", 114283); DictSNOAnimSet.Add("trOut_OldTristram_Lantern_Off", 12165); DictSNOAnimSet.Add("trOut_OldTristram_Lantern_On", 12166); DictSNOAnimSet.Add("trOut_OldTristram_ShiftingBeam", 12167); DictSNOAnimSet.Add("trOut_OldTristram_WoodPile", 12168); DictSNOAnimSet.Add("trOut_Pumpkin_A1", 12174); DictSNOAnimSet.Add("trOut_Pumpkin_A2", 12175); DictSNOAnimSet.Add("trOut_Pumpkin_B1", 12176); DictSNOAnimSet.Add("trOut_Pumpkin_B2", 12177); DictSNOAnimSet.Add("trOut_Pumpkin_C1", 12178); DictSNOAnimSet.Add("trOut_Pumpkin_C2", 12179); DictSNOAnimSet.Add("trOut_Pumpkin_D1", 12180); DictSNOAnimSet.Add("trOut_Pumpkin_D2", 12181); DictSNOAnimSet.Add("trOut_Stump_Chest", 122247); DictSNOAnimSet.Add("trOut_Townattack_Cellar_Altar", 153256); DictSNOAnimSet.Add("trOut_Town_Attack_Church", 144120); DictSNOAnimSet.Add("trOut_Town_Attack_Church_Roof_B", 143923); DictSNOAnimSet.Add("trOut_Town_Attack_Church_Roof_B_SidePeices", 146744); DictSNOAnimSet.Add("trOut_Town_Attack_Church_Roof_C", 143837); DictSNOAnimSet.Add("trOut_Town_Attack_Church_SideEntrance", 143927); DictSNOAnimSet.Add("trOut_Town_Attack_Church_SideEntrance_Door", 145147); DictSNOAnimSet.Add("trOut_Town_Attack_Church_SideEntrance_Roof", 144473); DictSNOAnimSet.Add("trOut_Town_Attack_Church_Steeple_Peices", 143936); DictSNOAnimSet.Add("trOut_Town_Attack_Church_Steeple_Shingles", 145259); DictSNOAnimSet.Add("trOut_Town_Attack_Church_Steeple_Window", 155860); DictSNOAnimSet.Add("trOut_Town_Attack_Church_Windows_B_C", 144352); DictSNOAnimSet.Add("trOut_TristamFields_Nephalem_HiddenBridgeSwitch_A", 105456); DictSNOAnimSet.Add("trOut_TristamFields_Nephalem_HiddenBridgeSwitch_Ambush", 205983); DictSNOAnimSet.Add("trOut_TristramFields_DenofEvil_FallenShaman", 139482); DictSNOAnimSet.Add("trOut_TristramFields_Punji_Trap", 77707); DictSNOAnimSet.Add("trOut_TristramFields_Punji_Trap_Mirror", 77938); DictSNOAnimSet.Add("trOut_TristramFields_TwoMenSawhorse_Breakable_A", 177265); DictSNOAnimSet.Add("trOut_TristramFields_TwoMenSawhorse_Breakable_B", 177272); DictSNOAnimSet.Add("trOut_TristramFields_Weathervane_A", 91994); DictSNOAnimSet.Add("trOut_TristramField_Cart_Broken", 114799); DictSNOAnimSet.Add("trOut_TristramField_Field_Gate", 171956); DictSNOAnimSet.Add("trOut_tristram_chest", 79171); DictSNOAnimSet.Add("trOut_Tristram_chest_Rare", 81360); DictSNOAnimSet.Add("trOut_tristShutters", 12199); DictSNOAnimSet.Add("trOut_tristShutters_right", 12201); DictSNOAnimSet.Add("trOut_Trist_Chapel_Event", 62089); DictSNOAnimSet.Add("trOUT_Unburied_Spawner_CorpseEvent", 76833); DictSNOAnimSet.Add("trOut_Wagon_Barricade", 81703); DictSNOAnimSet.Add("trOut_wagon_wheel", 201522); DictSNOAnimSet.Add("trOut_wilderness_chest", 78789); DictSNOAnimSet.Add("trOut_wilderness_chest_rare", 78956); DictSNOAnimSet.Add("trOut_Wilderness_Coffin_Spawner", 87438); DictSNOAnimSet.Add("trOut_Wilderness_Cultist_SummoningMachine_A", 115425); DictSNOAnimSet.Add("trOut_Wilderness_Family_Tombstone_A", 106357); DictSNOAnimSet.Add("trOut_Wilderness_Family_Tombstone_B", 106443); DictSNOAnimSet.Add("trOut_Wilderness_Gargoyle_A", 86262); DictSNOAnimSet.Add("trOut_Wilderness_Grave_Buried_Chest_B", 99981); DictSNOAnimSet.Add("trOut_Wilderness_Grave_Chest", 87205); DictSNOAnimSet.Add("trOut_Wilderness_Grave_Chest_Rocks", 87240); DictSNOAnimSet.Add("trOut_Wilderness_Hanging_Corpse_A", 87055); DictSNOAnimSet.Add("trOut_wilderness_LightingPost_A", 118158); DictSNOAnimSet.Add("trOut_Wilderness_Planter_A", 86396); DictSNOAnimSet.Add("trOut_Wilderness_Planter_B", 86424); DictSNOAnimSet.Add("trOut_Wilderness_RockPile_A", 112196); DictSNOAnimSet.Add("trOut_Wilderness_Scarecrow_A", 78882); DictSNOAnimSet.Add("trOut_Wilderness_Skeleton_Chair", 85568); DictSNOAnimSet.Add("trOut_Wood_Pile_A", 65028); DictSNOAnimSet.Add("Twister", 12203); DictSNOAnimSet.Add("Tyrael_BSS_event", 195045); DictSNOAnimSet.Add("Tyrael_event_Diablo", 194214); DictSNOAnimSet.Add("Tyrael_event_readScroll", 181245); DictSNOAnimSet.Add("Uber_BossPortal_Door", 258068); DictSNOAnimSet.Add("Uber_BossWorld1_Gate_B", 257167); DictSNOAnimSet.Add("Uber_BossWorld3_Siegebreaker_DestructibleColumn", 262761); DictSNOAnimSet.Add("Uber_SkeletonArcher", 260482); DictSNOAnimSet.Add("Uber_Skeleton_ss_light", 260480); DictSNOAnimSet.Add("Uber_Skeleton_twoHand_light", 260481); DictSNOAnimSet.Add("Uber_TerrorDiablo", 376665); DictSNOAnimSet.Add("Unburied", 12205); DictSNOAnimSet.Add("Unburied_arm_gibs", 12206); DictSNOAnimSet.Add("Unburied_gibs", 792); DictSNOAnimSet.Add("Unburied_spawn_rocks_left", 12207); DictSNOAnimSet.Add("Unburied_spawn_rocks_right", 65033); DictSNOAnimSet.Add("VaseA_caOut_Props_Breakable", 71829); DictSNOAnimSet.Add("VaseB_caOut_Props_Breakable", 71858); DictSNOAnimSet.Add("VaseD_caOut_Props_Breakable", 71986); DictSNOAnimSet.Add("Vidar", 12208); DictSNOAnimSet.Add("voodooMask_wdf_norm_unique_05", 221816); DictSNOAnimSet.Add("voodooMask_wdm_norm_unique_05", 221397); DictSNOAnimSet.Add("Wall_Feilds_MainC1_TrOut", 62105); DictSNOAnimSet.Add("Waterlogged_Corpse_01", 54696); DictSNOAnimSet.Add("Waterlogged_Corpse_eelSpawner", 63993); DictSNOAnimSet.Add("Waterlogged_Corpse_swarmSpawner", 92025); DictSNOAnimSet.Add("Watermill_wheel_Fields_trOut", 58721); DictSNOAnimSet.Add("waterTower_A_Oasis_caOut_Breakable", 59523); DictSNOAnimSet.Add("waterTower_A_Oasis_caOut_Breakable_C", 213423); DictSNOAnimSet.Add("WaterTrough_Breakable_Fields_trOut", 62650); DictSNOAnimSet.Add("Waypoint", 184176); DictSNOAnimSet.Add("WD_acidCloud", 60592); DictSNOAnimSet.Add("WD_acidSlimes", 120959); DictSNOAnimSet.Add("WD_acidSlimes_Gluttony", 211644); DictSNOAnimSet.Add("WD_CarrionSpider", 12210); DictSNOAnimSet.Add("WD_fireBatsRune_giant_bat", 106594); DictSNOAnimSet.Add("WD_fireBatsRune_missiles_bat", 106573); DictSNOAnimSet.Add("WD_GraspoftheDead_grabbyHands", 71337); DictSNOAnimSet.Add("WD_Horrify", 12213); DictSNOAnimSet.Add("WD_massConfusion_ghostBro", 184446); DictSNOAnimSet.Add("WD_pitOfFire_shaman", 122080); DictSNOAnimSet.Add("WD_plagueOfToadsRune_confuse", 110718); DictSNOAnimSet.Add("WD_plagueOfToadsRune_fire", 110719); DictSNOAnimSet.Add("WD_plagueOfToadsRune_mana", 110720); DictSNOAnimSet.Add("WD_plagueOfToadsRune_rain", 106436); DictSNOAnimSet.Add("WD_plagueOfToads_huge", 107893); DictSNOAnimSet.Add("WD_spiritBarrageRune_AOE_ghostModel", 186788); DictSNOAnimSet.Add("WD_spiritBarrageRune_turret_ghostModel", 181874); DictSNOAnimSet.Add("WD_wallOfDeath_spectral", 441085); DictSNOAnimSet.Add("WD_wallOfZombies", 793); DictSNOAnimSet.Add("WD_wallOfZombiesRune_tower_zombie", 131641); DictSNOAnimSet.Add("WD_wallOfZombies_tower_zombie1", 182606); DictSNOAnimSet.Add("WD_wallOfZombies_tower_zombie2", 182609); DictSNOAnimSet.Add("WD_wallOfZombies_tower_zombie3", 182611); DictSNOAnimSet.Add("WD_wallOfZombies_tower_zombie4", 182613); DictSNOAnimSet.Add("WD_zombieDogRune_fire", 104082); DictSNOAnimSet.Add("WD_zombieDogRune_lifeSteal", 108364); DictSNOAnimSet.Add("WD_zombieDogRune_poison", 105592); DictSNOAnimSet.Add("witchdoctor_corpseSpiders_jar_breakable", 110716); DictSNOAnimSet.Add("witchDoctor_corpseSpider_mommaSpider", 113666); DictSNOAnimSet.Add("witchDoctor_corpseSpider_obsidianRune", 107072); DictSNOAnimSet.Add("WitchDoctor_Female", 12218); DictSNOAnimSet.Add("WitchDoctor_Female_characterSelect", 12219); DictSNOAnimSet.Add("witchDoctor_female_spiritWalk_dummy", 107708); DictSNOAnimSet.Add("witchDoctor_hex_chicken", 107523); DictSNOAnimSet.Add("witchDoctor_hex_pig", 107873); DictSNOAnimSet.Add("WitchDoctor_Male", 12220); DictSNOAnimSet.Add("WitchDoctor_Male_characterSelect", 12221); DictSNOAnimSet.Add("WitchDoctor_Male_Fireball", 12222); DictSNOAnimSet.Add("WitchDoctor_Male_MassConfuse", 12224); DictSNOAnimSet.Add("witchDoctor_male_spiritWalk_dummy", 107696); DictSNOAnimSet.Add("WitchDoctor_zombieCharger_zombie", 74041); DictSNOAnimSet.Add("witchDoctor_zombieCharger_zombieDog_alabasterRune", 105811); DictSNOAnimSet.Add("WitchDoctor_zombieCharger_zombie_goldenRune", 105981); DictSNOAnimSet.Add("WitherMoth", 12229); DictSNOAnimSet.Add("wizardMeteor", 71074); DictSNOAnimSet.Add("Wizard_archon_rune", 162305); DictSNOAnimSet.Add("wizard_chargedBolt_lightningMan", 198961); DictSNOAnimSet.Add("Wizard_circleOfProtection", 12232); DictSNOAnimSet.Add("Wizard_conductionAura_onsetStrike", 12233); DictSNOAnimSet.Add("Wizard_Disintegrate_Target", 12234); DictSNOAnimSet.Add("Wizard_Familiar_emitter", 84508); DictSNOAnimSet.Add("Wizard_familiar_OrbSpirits", 166295); DictSNOAnimSet.Add("Wizard_Female", 12235); DictSNOAnimSet.Add("Wizard_Female_characterSelect", 12236); DictSNOAnimSet.Add("Wizard_Female_shadowClone", 238567); DictSNOAnimSet.Add("Wizard_hydraHead_1", 80651); DictSNOAnimSet.Add("Wizard_hydraHead_1_Frost", 112590); DictSNOAnimSet.Add("Wizard_hydraHead_2", 80770); DictSNOAnimSet.Add("Wizard_hydraHead_2_Frost", 112591); DictSNOAnimSet.Add("Wizard_hydraHead_3", 80781); DictSNOAnimSet.Add("Wizard_hydraHead_3_Frost", 112592); DictSNOAnimSet.Add("Wizard_Male", 12237); DictSNOAnimSet.Add("Wizard_Male_characterSelect", 12238); DictSNOAnimSet.Add("Wizard_Male_shadowClone", 238568); DictSNOAnimSet.Add("Wizard_SlowTime_Proxy", 12239); DictSNOAnimSet.Add("Wizard_Tornado_model", 12240); DictSNOAnimSet.Add("WoDFlag_barbF", 429764); DictSNOAnimSet.Add("WoDFlag_barbM", 429765); DictSNOAnimSet.Add("WoDFlag_cdrF", 429766); DictSNOAnimSet.Add("WoDFlag_cdrM", 429767); DictSNOAnimSet.Add("WoDFlag_dhF", 429768); DictSNOAnimSet.Add("WoDFlag_dhM", 429769); DictSNOAnimSet.Add("WoDFlag_monkF", 429770); DictSNOAnimSet.Add("WoDFlag_monkM", 429771); DictSNOAnimSet.Add("WoDFlag_nmF", 461002); DictSNOAnimSet.Add("WoDFlag_nmM", 460860); DictSNOAnimSet.Add("WoDFlag_wdF", 429774); DictSNOAnimSet.Add("WoDFlag_wdM", 429775); DictSNOAnimSet.Add("WoDFlag_wizF", 429772); DictSNOAnimSet.Add("WoDFlag_wizM", 429773); DictSNOAnimSet.Add("WoodFenceC_Fields_trOut", 60848); DictSNOAnimSet.Add("WoodFenceE_Fields_trOut", 60669); DictSNOAnimSet.Add("WoodWraith", 12241); DictSNOAnimSet.Add("WoodWraithUnique_Dormant", 217483); DictSNOAnimSet.Add("WoodWraith_B", 135413); DictSNOAnimSet.Add("WoodWraith_C", 139459); DictSNOAnimSet.Add("woodWraith_explosion", 794); DictSNOAnimSet.Add("woodWraith_explosion_left", 12245); DictSNOAnimSet.Add("woodWraith_explosion_right", 12246); DictSNOAnimSet.Add("x1Crusader_flailSweep_anim", 242333); DictSNOAnimSet.Add("x1WestmGraveyard_Candle_Stand_A", 358847); DictSNOAnimSet.Add("x1westmInt_Boat_Spawner_A", 367310); DictSNOAnimSet.Add("x1westmInt_Rack_A", 313996); DictSNOAnimSet.Add("x1westmInt_Rack_B", 313993); DictSNOAnimSet.Add("x1westmInt_Rack_C", 314004); DictSNOAnimSet.Add("x1westmInt_Rack_D", 314010); DictSNOAnimSet.Add("X1_Abattoir_ArmorRack", 351670); DictSNOAnimSet.Add("x1_Abattoir_ArmorRack_Armor", 360678); DictSNOAnimSet.Add("X1_Abattoir_Barrel", 351152); DictSNOAnimSet.Add("x1_Abattoir_Bonepile_A", 354810); DictSNOAnimSet.Add("X1_Abattoir_Bonepile_B", 354850); DictSNOAnimSet.Add("X1_Abattoir_Bonepile_C", 354866); DictSNOAnimSet.Add("X1_Abattoir_Chest", 339417); DictSNOAnimSet.Add("X1_Abattoir_Chest_Rare", 339425); DictSNOAnimSet.Add("X1_Abattoir_Furnace", 355289); DictSNOAnimSet.Add("x1_Abattoir_FurnaceEvent_Beam_Phase1", 375494); DictSNOAnimSet.Add("x1_Abattoir_FurnaceEvent_Beam_Phase2", 375495); DictSNOAnimSet.Add("x1_Abattoir_FurnaceEvent_Beam_Phase3", 375496); DictSNOAnimSet.Add("X1_Abattoir_Furnace_Wall", 354722); DictSNOAnimSet.Add("x1_Abattoir_Furnace_Wall_Client", 362723); DictSNOAnimSet.Add("X1_Abattoir_Ground_Clicky", 341119); DictSNOAnimSet.Add("X1_Abattoir_OmniNPC_male_corpse_05", 376483); DictSNOAnimSet.Add("X1_Abattoir_SwingingCage_Large", 352954); DictSNOAnimSet.Add("X1_Abattoir_SwingingCage_Small", 352940); DictSNOAnimSet.Add("x1_Adria", 281702); DictSNOAnimSet.Add("x1_Adria_bloodProjectile", 362587); DictSNOAnimSet.Add("x1_Adria_Blood_Pool_Fortress_Vision", 366403); DictSNOAnimSet.Add("x1_adria_death_Exploding_Organ_Gib", 370166); DictSNOAnimSet.Add("x1_Adria_maggot", 370954); DictSNOAnimSet.Add("X1_AngelTrooper_Event_ForgottenWar", 324774); DictSNOAnimSet.Add("x1_AngelWings_Warm_model", 328503); DictSNOAnimSet.Add("x1_ArcaneOrb_DeadPlanet_Fractured", 323030); DictSNOAnimSet.Add("X1_armorScavenger", 271831); DictSNOAnimSet.Add("X1_armorScavenger_asteroidRain_fallingRocks", 410529); DictSNOAnimSet.Add("x1_armorScavenger_rockGibs", 323936); DictSNOAnimSet.Add("X1_Barbarian_AncientSpear_RockActor", 365538); DictSNOAnimSet.Add("X1_Barbarian_Avalanche_RockActor_Rigged", 360588); DictSNOAnimSet.Add("x1_Barricade_Wide_Breakable_Temp", 291185); DictSNOAnimSet.Add("x1_Beast_Skeleton", 340723); DictSNOAnimSet.Add("X1_BigHeadEvent_LeftEye", 363808); DictSNOAnimSet.Add("X1_BigHeadEvent_Mouth", 363809); DictSNOAnimSet.Add("X1_BigHeadEvent_RightEye", 363807); DictSNOAnimSet.Add("X1_BigRed_Event_GreatWeapon", 370611); DictSNOAnimSet.Add("x1_BigRed_specialShader", 327007); DictSNOAnimSet.Add("x1_BileCrawler_Skeletal", 353032); DictSNOAnimSet.Add("x1_black_soulstone_hubActor", 364055); DictSNOAnimSet.Add("X1_Bloodhawk", 284692); DictSNOAnimSet.Add("X1_Bloodhawk_Spawner_Clinger", 362822); DictSNOAnimSet.Add("x1_bogBlight", 246344); DictSNOAnimSet.Add("x1_BogBlight_Corpse", 359572); DictSNOAnimSet.Add("x1_bogBlight_maggot", 254217); DictSNOAnimSet.Add("x1_bogBlight_maggot_pustule", 343146); DictSNOAnimSet.Add("x1_bogBlight_Maggot_pustule_death", 343152); DictSNOAnimSet.Add("x1_BogCave_Breakable_Stalagmites_A", 245043); DictSNOAnimSet.Add("x1_BogCave_Breakable_Stalagmites_B", 245116); DictSNOAnimSet.Add("x1_BogCave_Breakable_Stalagmites_C", 245444); DictSNOAnimSet.Add("x1_BogCave_Breakable_Stalagmites_E", 252576); DictSNOAnimSet.Add("X1_BogCave_Breakable_Stalagmites_F", 359948); DictSNOAnimSet.Add("X1_Bogcave_Breakable_Stalagmites_G", 359935); DictSNOAnimSet.Add("X1_BogCave_Corpse_OmniNPC", 370012); DictSNOAnimSet.Add("x1_BogCave_rockpile_A", 246502); DictSNOAnimSet.Add("X1_BogCave_Stalagmite_Fungus_A", 360135); DictSNOAnimSet.Add("X1_BogCave_Stalagmite_Fungus_B", 360700); DictSNOAnimSet.Add("x1_BogCave_Stalagmite_Fungus_C", 360852); DictSNOAnimSet.Add("x1_BogCave_Stalagmite_Fungus_D", 360900); DictSNOAnimSet.Add("x1_BogCave_Stalagmite_Fungus_E", 360915); DictSNOAnimSet.Add("x1_BogCave_Stalagmite_Fungus_F", 360923); DictSNOAnimSet.Add("x1_BogCave_Stalagmite_Group_A", 361072); DictSNOAnimSet.Add("x1_BogCave_Stalagmite_Group_B", 361257); DictSNOAnimSet.Add("x1_BogCave_Stalagmite_Group_C", 361287); DictSNOAnimSet.Add("x1_BogCave_Stalagmite_Group_D", 361326); DictSNOAnimSet.Add("x1_bogFamily_brute", 238535); DictSNOAnimSet.Add("x1_bogFamily_melee", 237335); DictSNOAnimSet.Add("x1_bogFamily_melee_corpse_01", 345154); DictSNOAnimSet.Add("x1_bogFamily_melee_corpse_02", 345166); DictSNOAnimSet.Add("x1_bogFamily_melee_corpse_03", 345167); DictSNOAnimSet.Add("x1_bogFamily_melee_corpse_04", 345168); DictSNOAnimSet.Add("x1_bogFamily_melee_corpse_05_clickable", 362156); DictSNOAnimSet.Add("x1_bogFamily_ranged", 239017); DictSNOAnimSet.Add("x1_bogFamily_ranged_death_towerFall_trap", 354956); DictSNOAnimSet.Add("x1_BogFamily_ranged_Tower", 288861); DictSNOAnimSet.Add("x1_Bog_ArmorRack_A", 359678); DictSNOAnimSet.Add("x1_Bog_ArmorRack_A_Client", 359726); DictSNOAnimSet.Add("x1_Bog_Barricade_Breakable", 347340); DictSNOAnimSet.Add("x1_Bog_Barricade_Round", 366470); DictSNOAnimSet.Add("X1_Bog_Beacon", 344064); DictSNOAnimSet.Add("x1_Bog_Beacon_A", 346937); DictSNOAnimSet.Add("x1_Bog_Beacon_B", 348092); DictSNOAnimSet.Add("x1_Bog_Beacon_C", 348104); DictSNOAnimSet.Add("x1_Bog_Beacon_D", 348113); DictSNOAnimSet.Add("x1_Bog_Beacon_Door_Rune_A", 348130); DictSNOAnimSet.Add("x1_Bog_Beacon_Door_Rune_B", 348139); DictSNOAnimSet.Add("x1_Bog_Beacon_Door_Rune_C", 348147); DictSNOAnimSet.Add("x1_Bog_Beacon_Door_Rune_D", 348159); DictSNOAnimSet.Add("x1_Bog_Bear_Trap", 237063); DictSNOAnimSet.Add("x1_Bog_Bear_Trap_Fizzle_Client", 290260); DictSNOAnimSet.Add("x1_Bog_Bear_Trap_projectile_Tossed", 284769); DictSNOAnimSet.Add("x1_Bog_Catacombs_Totem_Bro", 348433); DictSNOAnimSet.Add("x1_Bog_Cave_Fungus", 244006); DictSNOAnimSet.Add("X1_Bog_Chest", 340235); DictSNOAnimSet.Add("x1_Bog_Chest_Floating", 247375); DictSNOAnimSet.Add("x1_Bog_Chest_Rare", 339817); DictSNOAnimSet.Add("x1_Bog_draining_pool_sacrifice_A", 288929); DictSNOAnimSet.Add("X1_Bog_Draining_Pool_Sacrifice_A_Client", 367525); DictSNOAnimSet.Add("x1_Bog_Exploding_Organ", 250092); DictSNOAnimSet.Add("x1_Bog_Exploding_Organ_Gib", 250145); DictSNOAnimSet.Add("x1_Bog_Exploding_Organ_Ground", 250349); DictSNOAnimSet.Add("x1_Bog_Family_Guard_Tower", 288735); DictSNOAnimSet.Add("x1_Bog_Family_Guard_Tower_Mid_Client", 354935); DictSNOAnimSet.Add("X1_Bog_Family_Guard_Tower_Stump", 375571); DictSNOAnimSet.Add("x1_Bog_Family_Guard_Tower_Top", 288894); DictSNOAnimSet.Add("x1_Bog_FloatingBodyParts_HeadTorso_A", 253081); DictSNOAnimSet.Add("x1_Bog_FloatingBodyParts_Torso_A", 253133); DictSNOAnimSet.Add("x1_Bog_Floating_Logs_A", 252348); DictSNOAnimSet.Add("x1_Bog_Floating_Logs_B", 253074); DictSNOAnimSet.Add("x1_Bog_Knockback_Trap", 246134); DictSNOAnimSet.Add("x1_Bog_Log", 338664); DictSNOAnimSet.Add("x1_Bog_Lore_Chest_Adria", 368831); DictSNOAnimSet.Add("X1_Bog_OmniNPC_male_corpse_02", 360569); DictSNOAnimSet.Add("x1_Bog_Props_Bogpeople_Cage_A", 248986); DictSNOAnimSet.Add("x1_Bog_Props_Bogpeople_Cage_B", 249552); DictSNOAnimSet.Add("x1_Bog_Props_Bogpeople_Cage_C", 249601); DictSNOAnimSet.Add("x1_Bog_Props_Bogpeople_Cage_D", 342744); DictSNOAnimSet.Add("x1_Bog_props_bogpeople_spawner", 248011); DictSNOAnimSet.Add("x1_Bog_Props_Breakable_Trap_A", 249273); DictSNOAnimSet.Add("x1_Bog_Rock_A", 347209); DictSNOAnimSet.Add("x1_Bog_Roots_RottenA1_Breakable", 362937); DictSNOAnimSet.Add("x1_Bog_Roots_RottenA_Breakable", 363004); DictSNOAnimSet.Add("x1_Bog_Roots_RottenB_Breakable", 363699); DictSNOAnimSet.Add("x1_Bog_Roots_RottenC_Breakable", 363705); DictSNOAnimSet.Add("x1_Bog_Slate", 251868); DictSNOAnimSet.Add("x1_Bog_Turret_B", 236910); DictSNOAnimSet.Add("X1_Bog_Wickerman_Barricade", 370663); DictSNOAnimSet.Add("x1_Catacombs_Barrel", 347000); DictSNOAnimSet.Add("X1_Catacombs_Barricade_Breakable", 352621); DictSNOAnimSet.Add("X1_Catacombs_Barricade_Breakable_Round", 358883); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Containers_A", 349966); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Containers_B", 350026); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Containers_C", 350029); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Containers_D", 350030); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Containers_E", 350031); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Containers_F", 350032); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Containers_G", 350033); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Containers_H", 350034); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Corner_Wall", 358100); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Corner_Wall_Client", 358286); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Corner_Wall_Client_BonesDirt", 360447); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Doorway_Statues", 357526); DictSNOAnimSet.Add("X1_Catacombs_Breakable_Doorway_Statues_Client", 357536); DictSNOAnimSet.Add("X1_Catacombs_Breakable_Floor_Hole_Filler_EVENT", 356945); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Half_Bridge_Walkway_A", 362451); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Half_Bridge_Walkway_A_ClientEffect", 362459); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Statue_A_Broken", 368881); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_A", 362685); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_A_ClientEffect", 362698); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_A_ClientEffect_BonesDirt", 362710); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_B", 362557); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_B_ClientEffect", 362567); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_B_ClientEffect_Bones", 362580); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_B_ClientEffect_Reversed", 364378); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_B_Reversed", 364370); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_North", 360295); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_North_Client_Effect_BonesDirt", 360421); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_North_Client_Effect_WallChunks", 360314); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_West", 360806); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_West_Client_Effect_Lower", 361432); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_West_Client_Effect_Mid", 361450); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Wall_West_Client_Effect_Upper2", 361608); DictSNOAnimSet.Add("x1_Catacombs_Breakable_Window_Relief", 356635); DictSNOAnimSet.Add("X1_Catacombs_Breakable_Window_Relief_Client", 357062); DictSNOAnimSet.Add("X1_Catacombs_Chest", 342839); DictSNOAnimSet.Add("X1_Catacombs_Chest_Rare", 342794); DictSNOAnimSet.Add("x1_Catacombs_Corpse_01", 345742); DictSNOAnimSet.Add("x1_Catacombs_Door_A", 258596); DictSNOAnimSet.Add("x1_Catacombs_Door_A_FX", 260399); DictSNOAnimSet.Add("x1_Catacombs_Door_A_FX_Mouse", 340481); DictSNOAnimSet.Add("x1_Catacombs_Door_A_FX_Rays", 260613); DictSNOAnimSet.Add("x1_Catacombs_Door_B", 340915); DictSNOAnimSet.Add("x1_Catacombs_Door_B_Locked_FX", 340891); DictSNOAnimSet.Add("X1_Catacombs_Ground_Clicky", 342965); DictSNOAnimSet.Add("x1_Catacombs_Lore_Chest_Rakkis", 368983); DictSNOAnimSet.Add("X1_Catacombs_Lore_Chest_Rakkis_Client", 369866); DictSNOAnimSet.Add("x1_Catacombs_Nephalem_Event_Switch", 368518); DictSNOAnimSet.Add("X1_Catacombs_Neph_Ally_Male_Ancient_Mawdawc", 368951); DictSNOAnimSet.Add("x1_Catacombs_Rock_Pile_A", 347107); DictSNOAnimSet.Add("X1_Catacombs_Scarab_Spawn", 349300); DictSNOAnimSet.Add("X1_Catacombs_Spirit_Totem", 375584); DictSNOAnimSet.Add("X1_Catacombs_Spirit_Totem_Client", 375574); DictSNOAnimSet.Add("x1_Catacombs_Spirit_Totem_Soul_Bro_Bolt", 349938); DictSNOAnimSet.Add("x1_Catacombs_Weapon_Rack_Raise", 265638); DictSNOAnimSet.Add("X1_Catacomb_Floor_Runes_A", 267050); DictSNOAnimSet.Add("X1_Catacomb_Floor_Runes_A_Dead", 267590); DictSNOAnimSet.Add("X1_Catacomb_Neph_Ally_Barbarian_Male", 368950); DictSNOAnimSet.Add("x1_Catacomb_Neph_Bro", 256564); DictSNOAnimSet.Add("x1_cesspools_Door", 292192); DictSNOAnimSet.Add("X1_Child_Kyla", 315361); DictSNOAnimSet.Add("x1_chronodemon_rune_geo", 368004); DictSNOAnimSet.Add("X1_coreEliteDemon_chronoDemon", 324775); DictSNOAnimSet.Add("x1_crawlingHand", 269578); DictSNOAnimSet.Add("x1_CrusaderSteed_Mounted_Female", 359047); DictSNOAnimSet.Add("x1_CrusaderSteed_Mounted_Male", 294827); DictSNOAnimSet.Add("x1_CrusaderSteed_Phalanx_Charge", 364788); DictSNOAnimSet.Add("X1_Crusader_BlessedShield_Fire_ring", 342920); DictSNOAnimSet.Add("X1_Crusader_BlessedShield_Heal_rings", 343476); DictSNOAnimSet.Add("X1_Crusader_BlessedShield_Shield", 343793); DictSNOAnimSet.Add("X1_Crusader_Consecration_AnimatedRing", 323583); DictSNOAnimSet.Add("x1_crusader_deflection_ShieldBarrier3", 276545); DictSNOAnimSet.Add("x1_crusader_deflection_ShieldShards", 277741); DictSNOAnimSet.Add("x1_Crusader_Female", 239292); DictSNOAnimSet.Add("x1_Crusader_Female_characterSelect", 312416); DictSNOAnimSet.Add("x1_crusader_flailSweep_tracker", 265477); DictSNOAnimSet.Add("x1_Crusader_IronSkin_shoulderpads_male_left", 338250); DictSNOAnimSet.Add("x1_Crusader_IronSkin_shoulderpads_male_right", 338251); DictSNOAnimSet.Add("X1_Crusader_Justice_Hammer", 324940); DictSNOAnimSet.Add("X1_Crusader_Justice_Sword", 346106); DictSNOAnimSet.Add("x1_Crusader_Male", 239260); DictSNOAnimSet.Add("x1_Crusader_Male_characterSelect", 312417); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx", 328398); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_archers", 357371); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_archers_left", 357384); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_archers_right", 357383); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_blocker", 357476); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_Bodyguards", 364044); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_chargers", 357473); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_Death_Model_01", 292850); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_Death_Model_light", 428282); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_Form_Model_01", 292838); DictSNOAnimSet.Add("x1_Crusader_Male_Phalanx_Form_Model_light", 428285); DictSNOAnimSet.Add("x1_crusader_shackle_cage", 290025); DictSNOAnimSet.Add("x1_crusader_shieldBash_Dummy", 257778); DictSNOAnimSet.Add("X1_Crusader_ShieldBash_ShieldCross", 352921); DictSNOAnimSet.Add("X1_Crusader_SwordnadoRig", 353432); DictSNOAnimSet.Add("X1_Crusader_Swordnado_Sword", 363778); DictSNOAnimSet.Add("x1_dark_Angel", 340977); DictSNOAnimSet.Add("x1_dark_Angel_Wings", 348368); DictSNOAnimSet.Add("x1_Dark_Ghost", 304012); DictSNOAnimSet.Add("x1_Dark_Ghost_overlook", 325612); DictSNOAnimSet.Add("x1_deathMaiden", 252730); DictSNOAnimSet.Add("x1_deathMaiden_death", 292026); DictSNOAnimSet.Add("x1_deathMaiden_fiery", 341894); DictSNOAnimSet.Add("x1_deathMaiden_fiery_death", 341937); DictSNOAnimSet.Add("x1_Death_Orb_Body_Energy", 329827); DictSNOAnimSet.Add("x1_Death_Orb_Full", 315991); DictSNOAnimSet.Add("x1_Death_Orb_Full_Event_Worldstone", 375522); DictSNOAnimSet.Add("x1_Death_Orb_Head", 300379); DictSNOAnimSet.Add("x1_Death_Orb_HP_Proxy", 325544); DictSNOAnimSet.Add("x1_Death_Orb_Large", 354641); DictSNOAnimSet.Add("x1_Death_Orb_Ring_Center", 351242); DictSNOAnimSet.Add("x1_demonTrooper_A", 327046); DictSNOAnimSet.Add("X1_demonTrooper_Event_GreatWeapon", 370607); DictSNOAnimSet.Add("x1_emitter_Malthael_trails", 360528); DictSNOAnimSet.Add("x1_flail1H_norm_base_01", 246812); DictSNOAnimSet.Add("x1_flail1H_norm_unique_01", 309656); DictSNOAnimSet.Add("x1_flail1H_norm_unique_05", 367130); DictSNOAnimSet.Add("x1_flail1H_norm_unique_06", 375165); DictSNOAnimSet.Add("x1_flail2H_norm_base_01", 247324); DictSNOAnimSet.Add("x1_flail2H_norm_base_03", 309467); DictSNOAnimSet.Add("x1_flail2H_norm_unique_01", 356307); DictSNOAnimSet.Add("X1_Fortress_Ballista_Assembled_A", 373066); DictSNOAnimSet.Add("X1_Fortress_Barrel", 336815); DictSNOAnimSet.Add("x1_Fortress_Barricade_Breakable", 359870); DictSNOAnimSet.Add("X1_Fortress_Chest", 342134); DictSNOAnimSet.Add("X1_Fortress_Chest_Rare", 342141); DictSNOAnimSet.Add("X1_Fortress_Crate_A", 360157); DictSNOAnimSet.Add("X1_Fortress_Crate_B", 360833); DictSNOAnimSet.Add("X1_Fortress_Crate_C", 357458); DictSNOAnimSet.Add("X1_Fortress_Crate_D", 360202); DictSNOAnimSet.Add("X1_Fortress_Crate_Stack_A", 368263); DictSNOAnimSet.Add("X1_Fortress_Crate_Stack_B", 357406); DictSNOAnimSet.Add("X1_Fortress_Crystal_Prison", 363219); DictSNOAnimSet.Add("X1_Fortress_Crystal_Prison_Client_A", 370511); DictSNOAnimSet.Add("X1_Fortress_Crystal_Prison_Client_B", 370424); DictSNOAnimSet.Add("X1_Fortress_Crystal_Prison_Client_C", 370526); DictSNOAnimSet.Add("X1_Fortress_Crystal_Prison_Shield", 377255); DictSNOAnimSet.Add("x1_Fortress_Death_Gate", 370852); DictSNOAnimSet.Add("X1_Fortress_FloatRubble_A", 365499); DictSNOAnimSet.Add("X1_Fortress_FloatRubble_B", 365558); DictSNOAnimSet.Add("X1_Fortress_FloatRubble_C", 365576); DictSNOAnimSet.Add("X1_Fortress_FloatRubble_D", 365598); DictSNOAnimSet.Add("X1_Fortress_FloatRubble_E", 365607); DictSNOAnimSet.Add("X1_Fortress_FloatRubble_F", 365735); DictSNOAnimSet.Add("x1_Fortress_Ground_Clicky", 352816); DictSNOAnimSet.Add("X1_Fortress_Lightning", 365186); DictSNOAnimSet.Add("x1_Fortress_Lore_Chest", 376208); DictSNOAnimSet.Add("x1_Fortress_Malthael_Gate", 377472); DictSNOAnimSet.Add("X1_Fortress_Rack_A", 361056); DictSNOAnimSet.Add("X1_Fortress_Rack_A_Client", 374282); DictSNOAnimSet.Add("X1_Fortress_Rack_A_Ring_Center", 375063); DictSNOAnimSet.Add("X1_Fortress_Rack_B", 364032); DictSNOAnimSet.Add("X1_Fortress_Rack_B_Client", 374283); DictSNOAnimSet.Add("X1_Fortress_Rack_C", 364491); DictSNOAnimSet.Add("X1_Fortress_Rack_C_Client", 374284); DictSNOAnimSet.Add("X1_Fortress_Rack_D", 364532); DictSNOAnimSet.Add("X1_Fortress_Rack_D_Client", 374285); DictSNOAnimSet.Add("X1_Fortress_Rack_E", 364572); DictSNOAnimSet.Add("X1_Fortress_Rack_E_Client", 374286); DictSNOAnimSet.Add("X1_Fortress_Rack_F", 364597); DictSNOAnimSet.Add("X1_Fortress_Rack_F_Client", 374287); DictSNOAnimSet.Add("X1_Fortress_Rack_F_Client_Shadow", 374519); DictSNOAnimSet.Add("x1_Fortress_Ring_Hazard", 330630); DictSNOAnimSet.Add("X1_Fortress_Rubbleblock_A", 371008); DictSNOAnimSet.Add("X1_Fortress_Rubbleblock_B", 371034); DictSNOAnimSet.Add("X1_Fortress_Rubbleblock_C", 371036); DictSNOAnimSet.Add("X1_Fortress_Rubbleblock_D", 371038); DictSNOAnimSet.Add("X1_Fortress_Soul_Grinder", 346114); DictSNOAnimSet.Add("x1_Fortress_Soul_Grinder_Face_Fade", 376999); DictSNOAnimSet.Add("x1_Fortress_Soul_Grinder_Hook_Shatter", 376593); DictSNOAnimSet.Add("x1_Fortress_Soul_Grinder_Rubble", 377005); DictSNOAnimSet.Add("X1_Fortress_Soul_Well_A", 376503); DictSNOAnimSet.Add("X1_Fortress_Soul_Well_B", 377023); DictSNOAnimSet.Add("X1_Fortress_WeaponRack_B", 376500); DictSNOAnimSet.Add("x1_GeneralTorion", 316037); DictSNOAnimSet.Add("x1_Ghost", 294977); DictSNOAnimSet.Add("x1_GhostLord_Event", 364171); DictSNOAnimSet.Add("x1_Ghost_b", 369104); DictSNOAnimSet.Add("x1_Global_Chest", 357327); DictSNOAnimSet.Add("x1_Global_Chest_Broken", 376159); DictSNOAnimSet.Add("x1_Global_Chest_Broken_Breaking", 376406); DictSNOAnimSet.Add("x1_Global_Chest_CursedChest", 364818); DictSNOAnimSet.Add("x1_GoatWarrior_cow", 367761); DictSNOAnimSet.Add("x1_graveRobber_A_NigelsBrother", 366057); DictSNOAnimSet.Add("X1_Graveyard_Alter_of_Bones", 368294); DictSNOAnimSet.Add("X1_Graveyard_Coffin_Spawner", 376262); DictSNOAnimSet.Add("x1_HeavenBreakup_Portal", 343993); DictSNOAnimSet.Add("x1_itemPassive_unique_ring_643_wolf", 368223); DictSNOAnimSet.Add("x1_lacuniMale_plagued_summon_castRat", 374348); DictSNOAnimSet.Add("X1_LastAncient_Lore_Satchel_Chest", 374864); DictSNOAnimSet.Add("x1_leaperAngel", 304308); DictSNOAnimSet.Add("x1_legendaryItem_uniqueBow_raven", 375218); DictSNOAnimSet.Add("X1_Legendary_WD_Spider_Queen", 442236); DictSNOAnimSet.Add("x1_LeoricDeserters_Skeleton_Westmarch", 373727); DictSNOAnimSet.Add("x1_LeoricDesters_Ghosts", 369151); DictSNOAnimSet.Add("x1_Lorath", 336856); DictSNOAnimSet.Add("X1_Lore_Satchel_Chest", 363171); DictSNOAnimSet.Add("X1_LR_Boss_Angel_Corrupt_A", 367287); DictSNOAnimSet.Add("x1_Malthael", 263871); DictSNOAnimSet.Add("X1_malthael_alley_event", 349515); DictSNOAnimSet.Add("X1_malthael_appearance_event", 365927); DictSNOAnimSet.Add("x1_Malthael_Boss_Background", 367449); DictSNOAnimSet.Add("X1_Malthael_Boss_BG_Stage_2", 375924); DictSNOAnimSet.Add("x1_malthael_boss_blacksoulstone", 369504); DictSNOAnimSet.Add("x1_Malthael_Boss_Loot", 390712); DictSNOAnimSet.Add("x1_Malthael_Boss_Orb_Collapse", 370185); DictSNOAnimSet.Add("x1_malthael_deathBall_head", 365931); DictSNOAnimSet.Add("x1_Malthael_DeathSpirit", 369261); DictSNOAnimSet.Add("x1_Malthael_entrance_copies", 375664); DictSNOAnimSet.Add("x1_Malthael_gratesOfDeath_cast_copies", 369918); DictSNOAnimSet.Add("x1_Malthael_gratesOfDeath_warmUp_copies", 370748); DictSNOAnimSet.Add("X1_malthael_soulstone_shatter", 370026); DictSNOAnimSet.Add("x1_Malthael_Spirit", 362767); DictSNOAnimSet.Add("x1_Malthael_teleport_cast_copies", 370981); DictSNOAnimSet.Add("x1_Malthael_teleport_middle_copies", 370990); DictSNOAnimSet.Add("x1_Malthael_teleport_outro_copies", 370994); DictSNOAnimSet.Add("X1_MastaBlasta_Rider_Event_GreatWeapon", 370624); DictSNOAnimSet.Add("X1_Mega_Orb_Ripple", 362765); DictSNOAnimSet.Add("x1_mightyWeapon_1H_norm_base_02", 375161); DictSNOAnimSet.Add("x1_Mojo_norm_unique_11", 365924); DictSNOAnimSet.Add("x1_mojo_norm_unique_11_heart", 365986); DictSNOAnimSet.Add("x1_MoleMutant_Melee", 344208); DictSNOAnimSet.Add("x1_MoleMutant_Melee_NoResurrect", 369805); DictSNOAnimSet.Add("x1_moleMutant_Ranged", 347256); DictSNOAnimSet.Add("x1_moleMutant_shaman", 345958); DictSNOAnimSet.Add("x1_monk_mysticAlly_rock", 374086); DictSNOAnimSet.Add("X1_MonsterAffix_CorpseBomber", 325762); DictSNOAnimSet.Add("x1_Monstrosity_ScorpionBug", 345282); DictSNOAnimSet.Add("X1_morluMelee_A_Statue_B", 344037); DictSNOAnimSet.Add("x1_nightScreamer", 239518); DictSNOAnimSet.Add("X1_Object_Westm_Exploding_Barrel", 370016); DictSNOAnimSet.Add("X1_OmniNPC_Female_ghost_CorpseFinder", 363097); DictSNOAnimSet.Add("x1_OmniNPC_Female_westmarch_alley_event", 328803); DictSNOAnimSet.Add("X1_OmniNPC_GhostFemale", 363096); DictSNOAnimSet.Add("X1_OmniNPC_Male", 375031); DictSNOAnimSet.Add("X1_OmniNPC_male_ghost", 375030); DictSNOAnimSet.Add("x1_OmniNPC_Male_TyraelPurpose", 342856); DictSNOAnimSet.Add("x1_OmniNPC_Male_Victim", 255017); DictSNOAnimSet.Add("x1_OmniNPC_Male_westmarch_alley_event", 328586); DictSNOAnimSet.Add("x1_OpenWorld_LootRunObelisk_B", 364734); DictSNOAnimSet.Add("x1_OpenWorld_Tiered_Rift_Obelisk_UI", 406194); DictSNOAnimSet.Add("x1_orb_norm_base_01", 369736); DictSNOAnimSet.Add("x1_orb_norm_base_02", 371138); DictSNOAnimSet.Add("x1_orb_norm_set_06", 368809); DictSNOAnimSet.Add("X1_PandExt_ArmorRack", 326361); DictSNOAnimSet.Add("X1_PandExt_ArmorRack_Client", 327868); DictSNOAnimSet.Add("x1_PandExt_Ballista_Angelic_A", 327277); DictSNOAnimSet.Add("x1_PandExt_Ballista_B_Arrow", 325193); DictSNOAnimSet.Add("x1_PandExt_Breakable_Angel_A", 337614); DictSNOAnimSet.Add("x1_PandExt_Breakable_Angel_B", 338277); DictSNOAnimSet.Add("x1_PandExt_Breakable_Angel_C", 338350); DictSNOAnimSet.Add("x1_PandExt_Breakable_BigRed_A", 336439); DictSNOAnimSet.Add("X1_PandExt_Ideation_Bacon_Bat", 301158); DictSNOAnimSet.Add("X1_PandExt_Ideation_Bacon_humanMale", 300869); DictSNOAnimSet.Add("x1_pandExt_Ideation_sandMonster_AnimSet", 301041); DictSNOAnimSet.Add("X1_PandExt_SiegeRune_2", 374845); DictSNOAnimSet.Add("x1_PandExt_TimeTrap", 348120); DictSNOAnimSet.Add("x1_PandExt_Time_Activator", 301268); DictSNOAnimSet.Add("x1_Pand_BatteringRam_Activation", 345261); DictSNOAnimSet.Add("X1_Pand_BatteringRam_Background", 295439); DictSNOAnimSet.Add("X1_Pand_BatteringRam_Background_Debris_Center_Right", 357160); DictSNOAnimSet.Add("X1_Pand_BatteringRam_Background_Debris_Center_Right_2", 357164); DictSNOAnimSet.Add("X1_Pand_BatteringRam_Background_Debris_Left", 357168); DictSNOAnimSet.Add("X1_Pand_BatteringRam_Background_Debris_Right", 357172); DictSNOAnimSet.Add("X1_Pand_BatteringRam_Background_Static", 376687); DictSNOAnimSet.Add("x1_Pand_BatteringRam_Door_Phase_3_Chunks", 334734); DictSNOAnimSet.Add("x1_Pand_BatteringRam_Door_Phase_Open_Chunks", 338200); DictSNOAnimSet.Add("x1_Pand_BatteringRam_Hook_B", 326938); DictSNOAnimSet.Add("x1_Pand_BatteringRam_Hook_B_low", 329389); DictSNOAnimSet.Add("x1_Pand_BatteringRam_Hook_Shatter", 369650); DictSNOAnimSet.Add("x1_Pand_Cellar_FallingRock", 374737); DictSNOAnimSet.Add("x1_Pand_Ext_Barricade_Breakable", 336186); DictSNOAnimSet.Add("x1_Pand_Ext_Breakable_Container_A", 340742); DictSNOAnimSet.Add("x1_Pand_Ext_Breakable_Container_B", 340615); DictSNOAnimSet.Add("x1_Pand_Ext_Breakable_Container_C", 340495); DictSNOAnimSet.Add("x1_Pand_Ext_Breakable_Container_D", 339665); DictSNOAnimSet.Add("x1_Pand_Ext_Breakable_Container_E", 339380); DictSNOAnimSet.Add("x1_Pand_Ext_Breakable_Container_F", 338938); DictSNOAnimSet.Add("x1_Pand_Ext_Breakable_Container_G", 338139); DictSNOAnimSet.Add("x1_Pand_Ext_Breakable_Container_H", 336834); DictSNOAnimSet.Add("x1_Pand_Ext_Chest_Demon", 341684); DictSNOAnimSet.Add("x1_Pand_Ext_Chest_Demonic_Rare", 342068); DictSNOAnimSet.Add("x1_Pand_Ext_Chest_Skirt", 330738); DictSNOAnimSet.Add("x1_Pand_Ext_Event_Ballista_bloodhawk_A", 363965); DictSNOAnimSet.Add("x1_Pand_Ext_Event_greatWeapon_energyCore", 357146); DictSNOAnimSet.Add("X1_Pand_Ext_Event_Hive", 368020); DictSNOAnimSet.Add("x1_Pand_Ext_Event_Hive_Blocker", 367502); DictSNOAnimSet.Add("X1_Pand_Ext_FallingRocks", 273295); DictSNOAnimSet.Add("x1_Pand_Ext_fallingRocks_justRock", 410591); DictSNOAnimSet.Add("X1_Pand_Ext_FallingRocks_Ledge", 365242); DictSNOAnimSet.Add("x1_Pand_Ext_Heaven_Building_Flakes_D", 357972); DictSNOAnimSet.Add("x1_Pand_Ext_Heaven_Pillar_Breakable_A", 325928); DictSNOAnimSet.Add("x1_Pand_Ext_Heaven_Pillar_Breakable_A_Bottom", 326151); DictSNOAnimSet.Add("x1_Pand_Ext_Heaven_Pillar_Breakable_A_Ground", 327917); DictSNOAnimSet.Add("x1_Pand_Ext_Heaven_Pillar_Breakable_A_Mid", 326133); DictSNOAnimSet.Add("x1_Pand_Ext_Heaven_Pillar_Breakable_A_Top", 325940); DictSNOAnimSet.Add("x1_Pand_Ext_Heaven_Pillar_Breakable_B", 341310); DictSNOAnimSet.Add("x1_Pand_Ext_Heaven_Pillar_Breakable_B_Ground", 341316); DictSNOAnimSet.Add("x1_Pand_Ext_ImperiusCharge_Barricade", 351027); DictSNOAnimSet.Add("x1_Pand_Ext_ImperiusCharge_Barricade_Client", 362790); DictSNOAnimSet.Add("x1_Pand_Ext_ImperiusCharge_Skybox_B_Rubble", 351407); DictSNOAnimSet.Add("x1_Pand_Ext_ImperiusCharge_Towers", 363244); DictSNOAnimSet.Add("x1_Pand_Ext_ImperiusCharge_Towers_Chain", 364238); DictSNOAnimSet.Add("x1_Pand_Ext_ImperiusCharge_Towers_Chain_Client_A", 364300); DictSNOAnimSet.Add("x1_Pand_Ext_ImperiusCharge_Towers_Chain_Client_B", 364359); DictSNOAnimSet.Add("x1_Pand_Ext_Large_Demon_Breakable_A", 359350); DictSNOAnimSet.Add("x1_Pand_Ext_Large_Demon_Breakable_B", 342249); DictSNOAnimSet.Add("x1_Pand_Ext_Large_Demon_Breakable_B_Client", 342350); DictSNOAnimSet.Add("X1_Pand_Ext_Ledge_Breakable_Large_A", 357525); DictSNOAnimSet.Add("X1_Pand_Ext_Ledge_Breakable_Large_A_Back", 357634); DictSNOAnimSet.Add("X1_Pand_Ext_Ledge_Breakable_Large_A_Bottom", 357664); DictSNOAnimSet.Add("X1_Pand_Ext_Ledge_Breakable_Large_A_Front", 357604); DictSNOAnimSet.Add("X1_Pand_Ext_Ledge_Breakable_Large_A_Split", 358035); DictSNOAnimSet.Add("x1_Pand_Ext_ledge_Breakable_Medium", 338826); DictSNOAnimSet.Add("x1_Pand_Ext_Ledge_Breakable_Side_A", 355958); DictSNOAnimSet.Add("X1_Pand_Ext_Ledge_Breakable_Side_B", 356352); DictSNOAnimSet.Add("x1_Pand_Ext_Ledge_Breakable_Side_C", 355776); DictSNOAnimSet.Add("x1_Pand_Ext_Ledge_Breakable_Small", 338739); DictSNOAnimSet.Add("x1_Pand_Ext_Ledge_Breakable_Small_2", 338740); DictSNOAnimSet.Add("x1_Pand_Ext_Ledge_Breakable_Top_Pillar_Large_A", 356435); DictSNOAnimSet.Add("x1_Pand_Ext_Ledge_Breakable_Top_Pillar_Large_B", 356893); DictSNOAnimSet.Add("x1_Pand_Ext_Ledge_Breakable_Top_Pillar_Medium", 339079); DictSNOAnimSet.Add("x1_Pand_Ext_Ledge_Breakable_Top_Pillar_Small", 338906); DictSNOAnimSet.Add("x1_Pand_Ext_Lore_Chest_Scrolls", 368675); DictSNOAnimSet.Add("x1_Pand_Ext_Natural_Falling_Pillar", 347470); DictSNOAnimSet.Add("x1_Pand_Ext_Natural_Falling_Pillar_Client_A", 363677); DictSNOAnimSet.Add("x1_Pand_Ext_Natural_Falling_Pillar_Client_B", 363741); DictSNOAnimSet.Add("x1_Pand_Ext_Natural_Falling_Pillar_Client_Bones", 363643); DictSNOAnimSet.Add("x1_Pand_Ext_Natural_Falling_Pillar_Client_C", 363750); DictSNOAnimSet.Add("x1_Pand_Ext_Natural_Falling_Pillar_Client_FX", 363868); DictSNOAnimSet.Add("x1_Pand_Ext_Natural_Falling_Pillar_FRONT", 348380); DictSNOAnimSet.Add("X1_Pand_Ext_Ordnance_Tower_Shock_A", 326292); DictSNOAnimSet.Add("x1_Pand_Ext_Portal_Temp", 278323); DictSNOAnimSet.Add("X1_Pand_Ext_Skybox_Battlefields_Rubble", 354922); DictSNOAnimSet.Add("x1_Pand_Fortress_Ordnance_ChronoField", 332771); DictSNOAnimSet.Add("x1_Pand_Fortress_Ordnance_Mine", 329393); DictSNOAnimSet.Add("X1_Pand_HexMaze_Barricade", 364605); DictSNOAnimSet.Add("X1_Pand_HexMaze_Chest", 368145); DictSNOAnimSet.Add("X1_Pand_HexMaze_EN_Lore_SisterSoul", 368069); DictSNOAnimSet.Add("x1_Pand_HexMaze_Flare_Mesh", 289921); DictSNOAnimSet.Add("x1_Pand_HexMaze_Hive_A", 348830); DictSNOAnimSet.Add("x1_Pand_HexMaze_Hive_B", 348834); DictSNOAnimSet.Add("X1_Pand_HexMaze_Hive_C", 364037); DictSNOAnimSet.Add("x1_Pand_HexMaze_Hive_D", 364087); DictSNOAnimSet.Add("x1_Pand_test_rlarsen_rotatingRings", 258764); DictSNOAnimSet.Add("x1_Piranha", 354743); DictSNOAnimSet.Add("x1_piranhaSwarm", 358183); DictSNOAnimSet.Add("x1_Piranha_flying", 358121); DictSNOAnimSet.Add("X1_Plagued_LacuniMale_A", 357714); DictSNOAnimSet.Add("x1_portalGuardian", 274355); DictSNOAnimSet.Add("x1_portalGuardianMinion", 278138); DictSNOAnimSet.Add("x1_portalGuardianMinion_ranged", 326522); DictSNOAnimSet.Add("x1_portalGuardian_portal_fall_proxy", 375936); DictSNOAnimSet.Add("x1_portalGuardian_portal_gizmo", 355922); DictSNOAnimSet.Add("x1_Rat_clothsline", 312150); DictSNOAnimSet.Add("X1_RocklingQueen", 367486); DictSNOAnimSet.Add("x1_Rockworm_Grabby", 303588); DictSNOAnimSet.Add("x1_Rockworm_Pand", 331396); DictSNOAnimSet.Add("x1_SandShark_Crocodile", 293812); DictSNOAnimSet.Add("x1_scaryEyes", 242814); DictSNOAnimSet.Add("x1_Skeleton_Westmarch", 290501); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn", 292835); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_01_getUp", 312301); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_01_ground", 308869); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_02_getUp", 312337); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_02_SitAgainstWall", 308927); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_03_getUp", 312338); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_03_Ground", 308938); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_04_getUp", 312342); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_04_NeckStabbedAgainstWall", 308939); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_05_getUp", 312343); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_05_SitAgainstWall", 308952); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_06_getUp", 312344); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_06_Ground", 308953); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_07_getUp", 312346); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_07_StabbedAgainstWall", 308954); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_08_getUp", 312347); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_08_StabbedAgainstWall_Lower", 308955); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_09_getUp", 312348); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_09_Ground", 308956); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_10_getUp", 312349); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_CorpseSpawn_10_Ground", 308958); DictSNOAnimSet.Add("x1_Skeleton_Westmarch_Ghost", 311599); DictSNOAnimSet.Add("x1_sniperAngel", 305582); DictSNOAnimSet.Add("x1_Squigglet", 296284); DictSNOAnimSet.Add("x1_squigglet_projectile_snakeGeo", 328131); DictSNOAnimSet.Add("x1_sword_norm_promo_02", 376851); DictSNOAnimSet.Add("x1_Tentacle_Goatman_Goblin", 435491); DictSNOAnimSet.Add("x1_Tentacle_Goatman_Melee", 367951); DictSNOAnimSet.Add("x1_Tentacle_Goatman_Melee_Boss", 435291); DictSNOAnimSet.Add("x1_Tentacle_Goatman_Melee_Ghost", 435387); DictSNOAnimSet.Add("x1_Tentacle_Goatman_Ranged", 367955); DictSNOAnimSet.Add("x1_Tentacle_Goatman_Shaman", 367964); DictSNOAnimSet.Add("X1_Undead_Husband_Ghostlady", 342958); DictSNOAnimSet.Add("x1_Urzael", 328081); DictSNOAnimSet.Add("x1_Urzael_death_rune_emitter", 375374); DictSNOAnimSet.Add("x1_Urzael_SoundSpawner", 368266); DictSNOAnimSet.Add("x1_Urzael_SoundSpawner_02", 368600); DictSNOAnimSet.Add("x1_Urzael_SoundSpawner_03", 368622); DictSNOAnimSet.Add("x1_Urzael_SoundSpawner_04", 368627); DictSNOAnimSet.Add("x1_Urzael_Wings_flameSweep", 363633); DictSNOAnimSet.Add("x1_Urzael_Wings_transform_midway", 363658); DictSNOAnimSet.Add("x1_vanityPet_fallenHound", 276094); DictSNOAnimSet.Add("x1_vanityPet_thousandPounder", 278415); DictSNOAnimSet.Add("x1_voodooMask_wdf_norm_unique_07", 303740); DictSNOAnimSet.Add("x1_voodooMask_wdm_norm_unique_07", 303752); DictSNOAnimSet.Add("x1_WD_piranha_gator", 356992); DictSNOAnimSet.Add("x1_WD_zombieCharger_frost_bear", 361800); DictSNOAnimSet.Add("x1_westmarchBrute", 258691); DictSNOAnimSet.Add("x1_westmarchBrute_B", 332228); DictSNOAnimSet.Add("x1_westmarchGuard_Melee_A_CircleOfDeath", 350452); DictSNOAnimSet.Add("x1_westmarchHound", 299233); DictSNOAnimSet.Add("x1_westmarchHound_Leader", 341609); DictSNOAnimSet.Add("x1_westmarchHound_skeleton", 341765); DictSNOAnimSet.Add("x1_westmarchRanged", 262445); DictSNOAnimSet.Add("x1_westmarchRanged_disc", 275685); DictSNOAnimSet.Add("X1_Westmarch_Bat", 308296); DictSNOAnimSet.Add("X1_Westmarch_Rat", 308464); DictSNOAnimSet.Add("X1_Westmarch_Rat_B", 360500); DictSNOAnimSet.Add("x1_westm_ArmorRack", 307106); DictSNOAnimSet.Add("x1_westm_ArmorRack_Client", 327272); DictSNOAnimSet.Add("x1_westm_barrel", 327725); DictSNOAnimSet.Add("x1_westm_Barrel_B", 323922); DictSNOAnimSet.Add("x1_westm_Barrel_B_water", 323940); DictSNOAnimSet.Add("X1_Westm_barrel_Stack_Net", 362512); DictSNOAnimSet.Add("X1_Westm_Barrel_Stack_Short_Initial", 362508); DictSNOAnimSet.Add("x1_Westm_Barricade_Breakable", 291384); DictSNOAnimSet.Add("x1_Westm_Barricade_Round", 322245); DictSNOAnimSet.Add("x1_Westm_Barricade_Wide_Breakable", 291385); DictSNOAnimSet.Add("x1_westm_book_pile_A", 330308); DictSNOAnimSet.Add("x1_westm_Book_shelf", 313985); DictSNOAnimSet.Add("x1_westm_Breakables_A", 312926); DictSNOAnimSet.Add("x1_westm_Breakables_B", 313864); DictSNOAnimSet.Add("x1_westm_Breakables_d", 324356); DictSNOAnimSet.Add("x1_westm_Breakables_E", 316854); DictSNOAnimSet.Add("x1_westm_Breakables_G", 317075); DictSNOAnimSet.Add("x1_westm_Breakables_H", 317566); DictSNOAnimSet.Add("x1_westm_Breakables_J", 318023); DictSNOAnimSet.Add("x1_westm_Breakables_K", 318501); DictSNOAnimSet.Add("x1_westm_Breakables_L", 323552); DictSNOAnimSet.Add("x1_westm_Breakables_M", 324118); DictSNOAnimSet.Add("x1_westm_Breakables_N", 324154); DictSNOAnimSet.Add("x1_westm_Breakables_O", 324204); DictSNOAnimSet.Add("X1_Westm_Breakable_Awning_A", 323906); DictSNOAnimSet.Add("X1_Westm_Breakable_Awning_B", 324136); DictSNOAnimSet.Add("X1_Westm_Breakable_Awning_C", 324910); DictSNOAnimSet.Add("X1_Westm_Breakable_lamp_D", 313484); DictSNOAnimSet.Add("X1_Westm_Breakable_Rail_A", 313724); DictSNOAnimSet.Add("X1_Westm_Breakable_Rail_A_Alternate", 313759); DictSNOAnimSet.Add("X1_Westm_Breakable_Rail_B", 315500); DictSNOAnimSet.Add("X1_Westm_Breakable_Rail_C", 315712); DictSNOAnimSet.Add("X1_Westm_Breakable_Rail_Cap_A", 317252); DictSNOAnimSet.Add("X1_Westm_Breakable_Rail_Cap_Corner_A", 317284); DictSNOAnimSet.Add("x1_westm_Breakable_StreetPost_A", 319605); DictSNOAnimSet.Add("X1_Westm_Breakable_Wolf_Head_A", 313298); DictSNOAnimSet.Add("x1_westm_Bridge", 309427); DictSNOAnimSet.Add("x1_westm_Bulletin_Board_A", 340381); DictSNOAnimSet.Add("x1_westm_Canal_Pillar_A_01", 319438); DictSNOAnimSet.Add("x1_westm_cart_A", 318265); DictSNOAnimSet.Add("x1_westm_cart_B", 317866); DictSNOAnimSet.Add("x1_westm_cart_C", 300148); DictSNOAnimSet.Add("x1_westm_cart_D", 316462); DictSNOAnimSet.Add("x1_westm_cart_E", 317667); DictSNOAnimSet.Add("x1_westm_cart_F", 322060); DictSNOAnimSet.Add("X1_Westm_Cart_Vendor_Fish_A", 325519); DictSNOAnimSet.Add("x1_westm_cart_vendor_fish_B", 318552); DictSNOAnimSet.Add("X1_Westm_Cart_Vendor_Generic_A", 319727); DictSNOAnimSet.Add("X1_Westm_Cart_Vendor_Generic_B", 319728); DictSNOAnimSet.Add("X1_Westm_Cart_Vendor_Generic_C", 316249); DictSNOAnimSet.Add("X1_Westm_Cart_Vendor_Generic_D", 317721); DictSNOAnimSet.Add("X1_Westm_Chair_A_Breakable", 320149); DictSNOAnimSet.Add("X1_Westm_Chest", 303591); DictSNOAnimSet.Add("X1_Westm_Chest_Rare", 302637); DictSNOAnimSet.Add("X1_Westm_Child_Male", 363118); DictSNOAnimSet.Add("x1_westm_Church_Ext_Door_A", 317314); DictSNOAnimSet.Add("x1_westm_Church_Ext_Door_A_Client", 323718); DictSNOAnimSet.Add("x1_westm_Church_Ext_Door_ChargeUp", 323895); DictSNOAnimSet.Add("x1_westm_crate_A_single", 330257); DictSNOAnimSet.Add("X1_Westm_Crate_B", 319209); DictSNOAnimSet.Add("X1_Westm_Crate_B_Stack", 319213); DictSNOAnimSet.Add("X1_Westm_Crate_B_Triangle", 319211); DictSNOAnimSet.Add("X1_Westm_Door_Clicky", 272514); DictSNOAnimSet.Add("x1_westm_Door_Cloister_Locked", 316496); DictSNOAnimSet.Add("x1_westm_Door_Cloister_Opened", 316499); DictSNOAnimSet.Add("x1_westm_Door_Cloyster", 315788); DictSNOAnimSet.Add("X1_Westm_Door_Gate", 319825); DictSNOAnimSet.Add("X1_Westm_Door_Gate_Soul", 326097); DictSNOAnimSet.Add("X1_Westm_Door_Giant_Clicky", 286918); DictSNOAnimSet.Add("X1_Westm_Door_Giant_Clicky_Opening", 312540); DictSNOAnimSet.Add("X1_Westm_Door_Giant_Closed", 328009); DictSNOAnimSet.Add("X1_Westm_Door_Giant_Inset", 309217); DictSNOAnimSet.Add("X1_Westm_Door_Giant_Iron", 309807); DictSNOAnimSet.Add("X1_Westm_Door_Giant_Iron_Bars", 308250); DictSNOAnimSet.Add("X1_Westm_Door_Giant_Iron_Bars_Arched", 308371); DictSNOAnimSet.Add("X1_Westm_Door_Giant_Lowering", 308243); DictSNOAnimSet.Add("X1_Westm_Door_Giant_Lowering_Wolf", 308236); DictSNOAnimSet.Add("X1_Westm_Door_Hidden_Bookshelf", 316622); DictSNOAnimSet.Add("x1_westm_door_intro_sewer", 313329); DictSNOAnimSet.Add("x1_westm_door_intro_sewer_Bodies_Active", 316616); DictSNOAnimSet.Add("x1_westm_door_intro_sewer_Bodies_Floating", 316635); DictSNOAnimSet.Add("x1_westm_door_intro_sewer_Plain", 316779); DictSNOAnimSet.Add("x1_westm_Door_Wide_Clicky", 273318); DictSNOAnimSet.Add("X1_Westm_Ex", 318069); DictSNOAnimSet.Add("x1_westm_Falling_Wood_02_Urzael", 360877); DictSNOAnimSet.Add("x1_westm_Falling_Wood_Urzael", 360669); DictSNOAnimSet.Add("X1_Westm_GhostSoldier_OmniNPC_Male", 363970); DictSNOAnimSet.Add("x1_Westm_Graveyard_Armor_Rack", 360160); DictSNOAnimSet.Add("X1_Westm_Graveyard_Armor_Rack_Armor", 360320); DictSNOAnimSet.Add("X1_Westm_Graveyard_Chest", 371042); DictSNOAnimSet.Add("X1_westm_Graveyard_Chest_Buried", 365569); DictSNOAnimSet.Add("X1_Westm_Graveyard_Chest_Rare", 371048); DictSNOAnimSet.Add("X1_Westm_Graveyard_Coffin", 368540); DictSNOAnimSet.Add("X1_Westm_Graveyard_Coffin_Wagon", 360469); DictSNOAnimSet.Add("X1_Westm_Graveyard_Crate_A", 360342); DictSNOAnimSet.Add("x1_westm_Graveyard_Floor_Sarcophagus", 368552); DictSNOAnimSet.Add("x1_westm_Graveyard_Floor_Sarcophagus_Undead_Husband_Event", 368887); DictSNOAnimSet.Add("X1_Westm_Graveyard_Ground_Clicky", 371135); DictSNOAnimSet.Add("X1_Westm_Graveyard_OmniNPC_male_corpse_06", 371125); DictSNOAnimSet.Add("X1_Westm_Graveyard_Urn_Group_A_01", 370306); DictSNOAnimSet.Add("X1_Westm_Graveyard_Urn_Group_A_02", 370310); DictSNOAnimSet.Add("X1_Westm_Graveyard_Urn_Group_A_03", 370323); DictSNOAnimSet.Add("x1_westm_Ground_Clicky", 308962); DictSNOAnimSet.Add("X1_Westm_Guard_Male", 306630); DictSNOAnimSet.Add("X1_Westm_Guard_Male_Melee", 359852); DictSNOAnimSet.Add("x1_westm_Hoist_Trap", 244763); DictSNOAnimSet.Add("x1_westm_Horse_Dead", 328919); DictSNOAnimSet.Add("x1_westm_Horse_Dead_Client", 328928); DictSNOAnimSet.Add("X1_Westm_Hub_Cellar_Client_Effect", 373915); DictSNOAnimSet.Add("X1_Westm_Hub_Cellar_Door", 371340); DictSNOAnimSet.Add("X1_Westm_Hub_Cellar_Door_Unlocked", 374054); DictSNOAnimSet.Add("x1_Westm_Hub_Exploding_CampFire", 376894); DictSNOAnimSet.Add("x1_westm_int_CandleStand_A", 330117); DictSNOAnimSet.Add("x1_Westm_Int_Event_doomedWoman_soulSuckField", 361512); DictSNOAnimSet.Add("x1_westm_Int_Pew_01", 330349); DictSNOAnimSet.Add("x1_westm_Int_Pew_02", 330368); DictSNOAnimSet.Add("x1_westm_Int_Pew_03", 330526); DictSNOAnimSet.Add("x1_westm_Int_Pew_04", 330540); DictSNOAnimSet.Add("X1_Westm_Jail_Event_IronGate", 365155); DictSNOAnimSet.Add("X1_Westm_KingEvent3_OmniNPC_Male", 376539); DictSNOAnimSet.Add("X1_Westm_KingEvent3_OmniNPC_Male_CombatDeaths", 376536); DictSNOAnimSet.Add("X1_Westm_KingEvent3_OmniNPC_Male_Ranged", 376559); DictSNOAnimSet.Add("X1_Westm_KingEvent3_RangedOmniNPC_Male", 376560); DictSNOAnimSet.Add("x1_westm_ladder_short_A", 324036); DictSNOAnimSet.Add("x1_westm_ladder_short_B", 324037); DictSNOAnimSet.Add("X1_westm_Necro_Jar_of_Souls", 316373); DictSNOAnimSet.Add("x1_westm_Overlook_EvergreenTree_D", 327127); DictSNOAnimSet.Add("x1_westm_Railing_A_01_piece1", 319793); DictSNOAnimSet.Add("x1_westm_Railing_A_01_piece2", 320061); DictSNOAnimSet.Add("x1_westm_Railing_A_01_piece3", 320125); DictSNOAnimSet.Add("X1_Westm_Rat_Spawner_Well", 368438); DictSNOAnimSet.Add("X1_Westm_Scaffolding_E_Breakable", 326931); DictSNOAnimSet.Add("X1_Westm_Scaffolding_G_Breakable", 326799); DictSNOAnimSet.Add("X1_Westm_ShackleBar", 318509); DictSNOAnimSet.Add("X1_Westm_ShackleBar_B", 319220); DictSNOAnimSet.Add("X1_Westm_Shackle_Prisoner", 324988); DictSNOAnimSet.Add("x1_westm_Shelf_Items_A", 366236); DictSNOAnimSet.Add("x1_westm_Shelf_Items_A_Client", 366265); DictSNOAnimSet.Add("X1_Westm_Sign_Arrow_A", 322384); DictSNOAnimSet.Add("X1_Westm_Sign_Bed_A", 322385); DictSNOAnimSet.Add("X1_Westm_Sign_Cleaver_A", 322386); DictSNOAnimSet.Add("X1_Westm_Sign_Cloth_A", 322387); DictSNOAnimSet.Add("X1_Westm_Sign_Cloth_B", 322388); DictSNOAnimSet.Add("X1_Westm_Sign_Healer_A", 322389); DictSNOAnimSet.Add("X1_Westm_Sign_Multi_A", 322390); DictSNOAnimSet.Add("X1_Westm_Sign_Multi_B", 322391); DictSNOAnimSet.Add("X1_Westm_Sign_Multi_C", 322392); DictSNOAnimSet.Add("X1_Westm_Sign_Shield_A", 322393); DictSNOAnimSet.Add("X1_Westm_Sign_Shield_B", 322394); DictSNOAnimSet.Add("x1_westm_Sign_Simple_A", 321949); DictSNOAnimSet.Add("x1_westm_Sign_Simple_B", 322054); DictSNOAnimSet.Add("X1_Westm_Sign_Simple_C", 322206); DictSNOAnimSet.Add("X1_Westm_Sign_Smithy_A", 319456); DictSNOAnimSet.Add("X1_Westm_Sign_Stand_A", 322331); DictSNOAnimSet.Add("X1_Westm_Sign_Stand_B", 322440); DictSNOAnimSet.Add("X1_Westm_Sign_Star_A", 322301); DictSNOAnimSet.Add("x1_Westm_Sign_Star_B", 322320); DictSNOAnimSet.Add("X1_Westm_Skeleton_Chair", 352641); DictSNOAnimSet.Add("x1_westm_Soul_Summoner", 298850); DictSNOAnimSet.Add("x1_westm_Soul_Summoner_Hands", 306158); DictSNOAnimSet.Add("x1_westm_Soul_Summoner_Spawn", 308824); DictSNOAnimSet.Add("x1_westm_Soul_Summoner_twoHands", 316559); DictSNOAnimSet.Add("X1_Westm_Spawner_Short_Wall", 270027); DictSNOAnimSet.Add("X1_Westm_Stock_Clicky", 357816); DictSNOAnimSet.Add("X1_Westm_Stock_Prisoner", 324991); DictSNOAnimSet.Add("x1_westm_stool_A", 324928); DictSNOAnimSet.Add("x1_westm_Switch_Hoist", 314587); DictSNOAnimSet.Add("x1_westm_table_A", 326330); DictSNOAnimSet.Add("x1_westm_table_A_Books_A", 319388); DictSNOAnimSet.Add("x1_westm_table_a_books_b", 319504); DictSNOAnimSet.Add("X1_Westm_Table_A_Food", 326534); DictSNOAnimSet.Add("X1_Westm_Table_A_Tools", 326492); DictSNOAnimSet.Add("X1_Westm_Table_B", 326666); DictSNOAnimSet.Add("X1_Westm_Table_B_Books_A_Test", 319591); DictSNOAnimSet.Add("X1_Westm_Table_B_Tools", 326552); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_A", 319461); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_B", 319462); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_C", 319463); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_D", 319464); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_E", 319465); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_F", 319466); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_G", 319467); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_H", 319468); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_Weaver_A", 319469); DictSNOAnimSet.Add("X1_Westm_Table_Vendor_Weaver_B", 319470); DictSNOAnimSet.Add("x1_westm_tools_A", 324038); DictSNOAnimSet.Add("x1_westm_Tub_Closed_A", 323555); DictSNOAnimSet.Add("x1_westm_Tub_Open_A", 323591); DictSNOAnimSet.Add("x1_westm_Tub_Sacks_A", 322962); DictSNOAnimSet.Add("x1_westm_Tub_Short_A", 325018); DictSNOAnimSet.Add("x1_westm_Tub_Side_A", 325011); DictSNOAnimSet.Add("x1_westm_Tub_Slop_A", 323598); DictSNOAnimSet.Add("x1_westm_Tub_Tools_A", 323462); DictSNOAnimSet.Add("x1_westm_Tub_Trash_A", 323491); DictSNOAnimSet.Add("x1_westm_Urzael_Fire_Event", 365436); DictSNOAnimSet.Add("X1_Westm_Vendor_Ground_A", 318191); DictSNOAnimSet.Add("X1_Westm_Vendor_Ground_B", 318192); DictSNOAnimSet.Add("X1_Westm_Vendor_Ground_C", 318193); DictSNOAnimSet.Add("X1_Westm_Vendor_Ground_D", 318194); DictSNOAnimSet.Add("X1_Westm_Vendor_Soup_Caudron_A", 323657); DictSNOAnimSet.Add("X1_Westm_Waterwheel", 326680); DictSNOAnimSet.Add("x1_westm_Weaponrack_A", 307153); DictSNOAnimSet.Add("x1_westm_Weaponrack_Client_A", 327713); DictSNOAnimSet.Add("x1_westm_Weaponrack_Client_B", 327718); DictSNOAnimSet.Add("x1_westm_Wheel_A", 322579); DictSNOAnimSet.Add("x1_westm_Wood_Planks_A", 317810); DictSNOAnimSet.Add("X1_Westm_Xrack_Prisoner", 324992); DictSNOAnimSet.Add("x1_WickerMan", 245927); DictSNOAnimSet.Add("x1_WickerMan_ServerProp", 349108); DictSNOAnimSet.Add("x1_Wizard_ArcaneOrb_DeadPlanet_Projectile", 323150); DictSNOAnimSet.Add("X1_Wizard_magicMissile_glacialSpike", 326758); DictSNOAnimSet.Add("X1_Wizard_Meteor_Comet_IceMeteor", 345267); DictSNOAnimSet.Add("x1_Wraith", 241289); DictSNOAnimSet.Add("x1_Wraith_A_Dark", 304462); DictSNOAnimSet.Add("X1_x1_Catacombs_Armor_Rack_Weapons_Client", 340406); DictSNOAnimSet.Add("X1_X1_Pand_BatteringRam_Background_Debris_Center_Left", 357156); DictSNOAnimSet.Add("Zayl", 12254); DictSNOAnimSet.Add("ZoltunKulle", 122922); DictSNOAnimSet.Add("ZoltunKulle_hologram", 214856); DictSNOAnimSet.Add("zombieBear", 111203); DictSNOAnimSet.Add("Zombiecrawler_male", 12255); DictSNOAnimSet.Add("zombieDog", 12256); DictSNOAnimSet.Add("ZombieDoor_trOut_Cellar_State1", 82775); DictSNOAnimSet.Add("ZombieDoor_trOut_Cellar_State2", 82785); DictSNOAnimSet.Add("Zombie_Female", 12257); DictSNOAnimSet.Add("Zombie_Female_skeleton", 342246); DictSNOAnimSet.Add("Zombie_male", 12258); DictSNOAnimSet.Add("Zombie_male_skeleton", 342238); DictSNOAnimSet.Add("Zombie_Male_Skinny", 12260); DictSNOAnimSet.Add("Zombie_Male_Skinny_Eaten", 12261); DictSNOAnimSet.Add("Zombie_Male_Skinny_noSpecialDeath", 171543); DictSNOAnimSet.Add("Zombie_Male_Skinny_Skeleton", 342232); DictSNOAnimSet.Add("_x1westm_ideation_event_RATZNGGOLD_sewerLid", 286046); #endregion return DictSNOAnimSet; } public static Dictionary LoadBossEncounter() { Dictionary DictSNOBossEncounter = new Dictionary(); #region BossEncounter DictSNOBossEncounter.Add("A1_KeywardenPlaceholder", 433117); DictSNOBossEncounter.Add("A1_LeahHulkOut", 159591); DictSNOBossEncounter.Add("A2_AdriaSewer", 159584); DictSNOBossEncounter.Add("A2_BelialAudience", 162231); DictSNOBossEncounter.Add("A2_BlackSoulstone", 159586); DictSNOBossEncounter.Add("A2_KeywardenPlaceholder", 433118); DictSNOBossEncounter.Add("A3_AdriaBetrayal", 159583); DictSNOBossEncounter.Add("A3_KeywardenPlaceholder", 433120); DictSNOBossEncounter.Add("A4_1000MonsterFight", 182960); DictSNOBossEncounter.Add("A4_KeywardenPlaceholder", 433128); DictSNOBossEncounter.Add("Azmodan", 159582); DictSNOBossEncounter.Add("Belial", 159585); DictSNOBossEncounter.Add("Butcher", 158915); DictSNOBossEncounter.Add("CainIntro", 168925); DictSNOBossEncounter.Add("Despair", 161247); DictSNOBossEncounter.Add("Diablo", 161280); DictSNOBossEncounter.Add("Gluttony", 161248); DictSNOBossEncounter.Add("Imperius_SpireBase", 220541); DictSNOBossEncounter.Add("Izual", 225192); DictSNOBossEncounter.Add("Maghda", 195226); DictSNOBossEncounter.Add("MistressOfPain", 161246); DictSNOBossEncounter.Add("p1_Greed", 380760); DictSNOBossEncounter.Add("p1_Greed_Ancient", 483084); DictSNOBossEncounter.Add("P6_Envy", 464300); DictSNOBossEncounter.Add("Siegebreaker", 226716); DictSNOBossEncounter.Add("SkeletonKing", 159592); DictSNOBossEncounter.Add("SpiderQueen", 181436); DictSNOBossEncounter.Add("TyraelPurpose", 210773); DictSNOBossEncounter.Add("Uber_Diablo", 365977); DictSNOBossEncounter.Add("Uber_Portal0", 258232); DictSNOBossEncounter.Add("Uber_Portal1", 258233); DictSNOBossEncounter.Add("Uber_Portal2", 258234); DictSNOBossEncounter.Add("x1_Adria", 293007); DictSNOBossEncounter.Add("X1_BatteringRam", 296315); DictSNOBossEncounter.Add("x1_FollowerEvent_Enchantress", 365063); DictSNOBossEncounter.Add("x1_FollowerEvent_Jeweler", 365064); DictSNOBossEncounter.Add("x1_FollowerEvent_Scoundrel", 365039); DictSNOBossEncounter.Add("x1_FollowerEvent_Templar", 365062); DictSNOBossEncounter.Add("x1_fortress_MalthaelFight", 278965); DictSNOBossEncounter.Add("x1_Urzael", 298128); DictSNOBossEncounter.Add("x1_Urzael_OpenWorld", 367634); #endregion return DictSNOBossEncounter; } public static Dictionary LoadCondition() { Dictionary DictSNOCondition = new Dictionary(); #region Condition DictSNOCondition.Add("a2Dun_Zolt_Level01", 169924); DictSNOCondition.Add("a2Dun_Zolt_Level02", 169925); DictSNOCondition.Add("a2Dun_Zolt_Level03", 169928); DictSNOCondition.Add("a2Dun_Zolt_ShadowRealm_Level01", 169929); DictSNOCondition.Add("a3_Hub_OldCouple", 177488); DictSNOCondition.Add("AdventureModeOnly", 434226); DictSNOCondition.Add("AdventureModeOnly_Lvl22-70", 440046); DictSNOCondition.Add("AdventureModeOnly_Lvl45-70", 442339); DictSNOCondition.Add("AdventureModeOnly_Lvl65 - 70", 474039); DictSNOCondition.Add("Blacksmith_Lore", 158685); DictSNOCondition.Add("Cain_Journal", 167796); DictSNOCondition.Add("Cain_Journal2", 167803); DictSNOCondition.Add("Cain_Lore1", 160351); DictSNOCondition.Add("Cain_Lore2", 160352); DictSNOCondition.Add("CaliphateSardar_Lore", 190705); DictSNOCondition.Add("CampCultist_Lore", 191736); DictSNOCondition.Add("Curio_Lore", 162112); DictSNOCondition.Add("DarkZealot_Lore", 162131); DictSNOCondition.Add("Difficulty_MP00", 337546); DictSNOCondition.Add("Difficulty_MP00_only", 364466); DictSNOCondition.Add("Difficulty_MP01_only", 364467); DictSNOCondition.Add("Difficulty_MP02", 337507); DictSNOCondition.Add("Difficulty_MP02_below", 377185); DictSNOCondition.Add("Difficulty_MP02_below_Level1-69", 401662); DictSNOCondition.Add("Difficulty_MP02_below_Level70", 401663); DictSNOCondition.Add("Difficulty_MP02_only", 364468); DictSNOCondition.Add("Difficulty_MP03", 337516); DictSNOCondition.Add("Difficulty_MP03_below", 432255); DictSNOCondition.Add("Difficulty_MP03_below_Level20-70", 434285); DictSNOCondition.Add("Difficulty_MP03_Level1-69", 401664); DictSNOCondition.Add("Difficulty_MP03_Level70", 401665); DictSNOCondition.Add("Difficulty_MP03_only", 364469); DictSNOCondition.Add("Difficulty_MP04", 337518); DictSNOCondition.Add("Difficulty_MP04_Level20-70", 434286); DictSNOCondition.Add("Difficulty_MP04_only", 364470); DictSNOCondition.Add("Difficulty_MP05_Level70", 401666); DictSNOCondition.Add("Difficulty_MP05_only", 364471); DictSNOCondition.Add("Difficulty_MP06_Level70", 401667); DictSNOCondition.Add("Difficulty_MP06_only", 364472); DictSNOCondition.Add("Difficulty_MP07", 337528); DictSNOCondition.Add("Difficulty_MP07_Level70", 401668); DictSNOCondition.Add("Difficulty_MP07_only", 364473); DictSNOCondition.Add("Difficulty_MP08_Level70", 401669); DictSNOCondition.Add("Difficulty_MP08_only", 364474); DictSNOCondition.Add("Difficulty_MP09_Level70", 401670); DictSNOCondition.Add("Difficulty_MP09_only", 364475); DictSNOCondition.Add("Difficulty_MP10", 337534); DictSNOCondition.Add("Difficulty_MP10_Level70", 440001); DictSNOCondition.Add("Difficulty_MP10_only", 364476); DictSNOCondition.Add("Difficulty_MP11_Level70", 440002); DictSNOCondition.Add("Difficulty_MP11_only", 439981); DictSNOCondition.Add("Difficulty_MP12_Level70", 440003); DictSNOCondition.Add("Difficulty_MP12_only", 439983); DictSNOCondition.Add("Difficulty_MP13_Level70", 440004); DictSNOCondition.Add("Difficulty_MP13_only", 439985); DictSNOCondition.Add("Difficulty_MP14", 439986); DictSNOCondition.Add("Difficulty_MP14_Level70", 440005); DictSNOCondition.Add("Difficulty_MP14_only", 439987); DictSNOCondition.Add("Difficulty_MP15", 439988); DictSNOCondition.Add("Difficulty_MP15_Level70", 440006); DictSNOCondition.Add("Difficulty_MP15_only", 439989); DictSNOCondition.Add("Difficulty_MP16", 439990); DictSNOCondition.Add("Difficulty_MP16_Level70", 440007); DictSNOCondition.Add("Difficulty_MP16_only", 439991); DictSNOCondition.Add("Difficulty_MP17", 439992); DictSNOCondition.Add("Difficulty_MP17_Level70", 440009); DictSNOCondition.Add("Difficulty_MP17_only", 439993); DictSNOCondition.Add("Difficulty_MP18", 439994); DictSNOCondition.Add("Difficulty_MP18_Level70", 440010); DictSNOCondition.Add("Difficulty_MP18_only", 439995); DictSNOCondition.Add("Difficulty_MP19", 439996); DictSNOCondition.Add("Difficulty_MP19_Level70", 440011); DictSNOCondition.Add("Difficulty_MP19_only", 439997); DictSNOCondition.Add("DoubGobsActive_AdvOnly", 442338); DictSNOCondition.Add("DoubGobsActive_AdvOnly_Lvl22-70", 442336); DictSNOCondition.Add("DoubGobsActive_AdvOnly_Lvl45-70", 443427); DictSNOCondition.Add("DoubleGoblinsBuffActive", 439219); DictSNOCondition.Add("DoubleGoblinsBuffActive_Platinum", 439682); DictSNOCondition.Add("DrownedTemple_Lore", 162159); DictSNOCondition.Add("FarmhouseScavengers_Wife", 178637); DictSNOCondition.Add("FuadsJournal", 229123); DictSNOCondition.Add("GameIsOpenWorld", 316384); DictSNOCondition.Add("GameIsStoryMode", 337758); DictSNOCondition.Add("Gift_Level1to7", 371323); DictSNOCondition.Add("Gift_Level22to70", 371325); DictSNOCondition.Add("Gift_Level8to21", 371324); DictSNOCondition.Add("GillianJournal1", 131180); DictSNOCondition.Add("GillianJournal2", 131181); DictSNOCondition.Add("GoatmanLore1", 108087); DictSNOCondition.Add("GoatmanLore2", 108088); DictSNOCondition.Add("GoatmanLore3", 108089); DictSNOCondition.Add("GraveRobber_Lore", 162139); DictSNOCondition.Add("GuardCaptainJournal", 170235); DictSNOCondition.Add("HailesJournal", 178358); DictSNOCondition.Add("HangingTreeLore", 229109); DictSNOCondition.Add("KeepHistory", 178380); DictSNOCondition.Add("KhanDakab_Lore", 190516); DictSNOCondition.Add("Killed_Greed", 429635); DictSNOCondition.Add("KillElitePackFive", 231408); DictSNOCondition.Add("KillElitePackFour", 231407); DictSNOCondition.Add("KillElitePackOne", 230979); DictSNOCondition.Add("KillElitePackThree", 230982); DictSNOCondition.Add("KillElitePackTwo", 230981); DictSNOCondition.Add("LachdananScroll1", 85793); DictSNOCondition.Add("LachdananScroll2", 85792); DictSNOCondition.Add("LachdananScroll3", 85794); DictSNOCondition.Add("LachdananScroll4", 85795); DictSNOCondition.Add("LachdananScroll5", 85796); DictSNOCondition.Add("Leah_Lore_Five", 91039); DictSNOCondition.Add("Leah_Lore_Four", 91038); DictSNOCondition.Add("Leah_Lore_One", 87676); DictSNOCondition.Add("Leah_Lore_Seven", 91134); DictSNOCondition.Add("Leah_Lore_Six", 91040); DictSNOCondition.Add("Leah_Lore_Three", 91037); DictSNOCondition.Add("Leah_Lore_Two", 91029); DictSNOCondition.Add("LeoricExperiment", 226269); DictSNOCondition.Add("LeoricJournal1", 50918); DictSNOCondition.Add("LeoricJournal2", 50919); DictSNOCondition.Add("LeoricJournal3", 2829); DictSNOCondition.Add("LeoricJournal4", 50920); DictSNOCondition.Add("LeoricJournal5", 50921); DictSNOCondition.Add("Level10to70", 343472); DictSNOCondition.Add("Level11to70", 318140); DictSNOCondition.Add("Level12to70", 318141); DictSNOCondition.Add("Level15to70", 343473); DictSNOCondition.Add("Level1to10", 318278); DictSNOCondition.Add("Level1to4", 451527); DictSNOCondition.Add("Level1to5", 342240); DictSNOCondition.Add("Level1to59", 363548); DictSNOCondition.Add("Level1to60", 364498); DictSNOCondition.Add("Level1to65", 401532); DictSNOCondition.Add("Level1to69", 443751); DictSNOCondition.Add("Level20to70_AdventureOnly", 429832); DictSNOCondition.Add("Level25to70", 434305); DictSNOCondition.Add("Level2to70", 322150); DictSNOCondition.Add("Level40to70", 436871); DictSNOCondition.Add("Level45to70", 434306); DictSNOCondition.Add("Level4to70", 318142); DictSNOCondition.Add("Level50to70", 436873); DictSNOCondition.Add("Level55to70", 433109); DictSNOCondition.Add("Level5to70", 318143); DictSNOCondition.Add("Level60to70", 363551); DictSNOCondition.Add("Level60to70_Vanilla_Ubers_Ghom", 377879); DictSNOCondition.Add("Level60to70_Vanilla_Ubers_SkeletonKing", 377882); DictSNOCondition.Add("Level60to70_Vanilla_Ubers_ZK", 377883); DictSNOCondition.Add("Level60_TormentOnly", 377902); DictSNOCondition.Add("Level61to70", 362058); DictSNOCondition.Add("Level6to70", 318144); DictSNOCondition.Add("Level70", 364704); DictSNOCondition.Add("Level70_TormentOnly", 376848); DictSNOCondition.Add("Level70_X1_Ubers_Diablo", 377886); DictSNOCondition.Add("Level70_X1_Ubers_Ghom", 377880); DictSNOCondition.Add("Level70_X1_Ubers_SkeletonKing", 377881); DictSNOCondition.Add("Level70_X1_Ubers_ZK", 377884); DictSNOCondition.Add("Level7to70", 318145); DictSNOCondition.Add("Level9to70", 318146); DictSNOCondition.Add("Lore_A1_Crusader_1", 299925); DictSNOCondition.Add("Lore_A1_Crusader_2", 299926); DictSNOCondition.Add("Lore_A1_Crusader_3", 299927); DictSNOCondition.Add("Lore_A1_Crusader_4", 299928); DictSNOCondition.Add("Lore_A1_Crusader_5", 299929); DictSNOCondition.Add("Lore_A1_Crusader_6", 299930); DictSNOCondition.Add("Lore_A1_Crusader_7", 299931); DictSNOCondition.Add("Lore_A1_Crusader_8", 299932); DictSNOCondition.Add("Lore_A1_Crusader_9", 299933); DictSNOCondition.Add("Lore_AngirisCouncil1", 216456); DictSNOCondition.Add("Lore_AngirisCouncil2", 216457); DictSNOCondition.Add("Lore_AngirisCouncil3", 216475); DictSNOCondition.Add("Lore_AngirisCouncil4", 216476); DictSNOCondition.Add("Lore_AngirisCouncil5", 216477); DictSNOCondition.Add("Lore_AngirisCouncil6", 216478); DictSNOCondition.Add("Lore_Aqueducts", 189934); DictSNOCondition.Add("Lore_Aqueducts2", 189935); DictSNOCondition.Add("Lore_ArmorerVendor", 204997); DictSNOCondition.Add("Lore_AzmodansOrders1", 212717); DictSNOCondition.Add("Lore_AzmodansOrders2", 212718); DictSNOCondition.Add("Lore_AzmodansOrders3", 212719); DictSNOCondition.Add("Lore_AzmodansOrders4", 212720); DictSNOCondition.Add("Lore_AzmodansOrders5", 212734); DictSNOCondition.Add("Lore_AzmodansOrders6", 213442); DictSNOCondition.Add("Lore_BelialMaghdaMissive2", 167217); DictSNOCondition.Add("Lore_BelialSewers", 167313); DictSNOCondition.Add("Lore_Belial_Boneyards", 167341); DictSNOCondition.Add("Lore_Belial_GuardsOrders", 167239); DictSNOCondition.Add("Lore_Belial_ImperialGuard", 167265); DictSNOCondition.Add("Lore_Belial_MaghdaMissive1", 167190); DictSNOCondition.Add("Lore_Belial_Oasis", 167333); DictSNOCondition.Add("Lore_CaldeumHistory1", 189937); DictSNOCondition.Add("Lore_CaldeumHistory2", 189938); DictSNOCondition.Add("Lore_CaldeumHistory3", 189939); DictSNOCondition.Add("Lore_CaldeumHistory4", 189940); DictSNOCondition.Add("Lore_CaldeumHistory5", 189941); DictSNOCondition.Add("Lore_CaldeumHistory6", 189942); DictSNOCondition.Add("Lore_CemeteryCrypts", 230218); DictSNOCondition.Add("Lore_DahlgurOasis", 230673); DictSNOCondition.Add("Lore_DesolateSands1", 189945); DictSNOCondition.Add("Lore_DesolateSands2", 189946); DictSNOCondition.Add("Lore_DesolateSands3", 189947); DictSNOCondition.Add("Lore_FalloftheBarbs1", 213479); DictSNOCondition.Add("Lore_FalloftheBarbs2", 213480); DictSNOCondition.Add("Lore_FalloftheBarbs3", 213481); DictSNOCondition.Add("Lore_FalloftheBarbs4", 213482); DictSNOCondition.Add("Lore_FalloftheBarbs5", 213491); DictSNOCondition.Add("Lore_FieldsofMisery", 230237); DictSNOCondition.Add("Lore_GluttonysLog", 212702); DictSNOCondition.Add("Lore_HallsofAgony1", 157567); DictSNOCondition.Add("Lore_HallsofAgony2", 157568); DictSNOCondition.Add("Lore_Hermit_Caves", 167346); DictSNOCondition.Add("Lore_Highlands", 230242); DictSNOCondition.Add("Lore_HuntersJournal1", 216024); DictSNOCondition.Add("Lore_HuntersJournal2", 216310); DictSNOCondition.Add("Lore_HuntersJournal3", 216773); DictSNOCondition.Add("Lore_HuntersJournal4", 216802); DictSNOCondition.Add("Lore_HuntersJournal5", 216803); DictSNOCondition.Add("Lore_HuntersJournal6", 216030); DictSNOCondition.Add("Lore_Inarius1", 216539); DictSNOCondition.Add("Lore_Inarius2", 216540); DictSNOCondition.Add("Lore_Inarius3", 216541); DictSNOCondition.Add("Lore_Inarius4", 216542); DictSNOCondition.Add("Lore_KulleJournal1", 216312); DictSNOCondition.Add("Lore_KulleJournal2", 216314); DictSNOCondition.Add("Lore_KulleJournal3", 216766); DictSNOCondition.Add("Lore_KulleJournal4", 216853); DictSNOCondition.Add("Lore_LeahJournal1", 189950); DictSNOCondition.Add("Lore_LeahJournal2", 189951); DictSNOCondition.Add("Lore_LeahJournal3", 189952); DictSNOCondition.Add("Lore_LeahJournal4", 189953); DictSNOCondition.Add("Lore_LeahJournal5", 189954); DictSNOCondition.Add("Lore_LeahJournal6", 212175); DictSNOCondition.Add("Lore_LeahJournal7", 212202); DictSNOCondition.Add("Lore_LeahJournal8", 212206); DictSNOCondition.Add("Lore_LeahJournal9", 212207); DictSNOCondition.Add("Lore_Leoric_Caves1", 167347); DictSNOCondition.Add("Lore_Leoric_Caves2", 167349); DictSNOCondition.Add("Lore_LordsofHell1", 189958); DictSNOCondition.Add("Lore_LordsofHell2", 189959); DictSNOCondition.Add("Lore_LordsofHell3", 189960); DictSNOCondition.Add("Lore_LordsofHell4", 189961); DictSNOCondition.Add("Lore_LordsofHell5", 189962); DictSNOCondition.Add("Lore_LordsofHell6", 189963); DictSNOCondition.Add("Lore_LordsofHell7", 189964); DictSNOCondition.Add("Lore_LordsofHell8", 189965); DictSNOCondition.Add("Lore_Necromancer", 192267); DictSNOCondition.Add("Lore_Nephalem1", 216544); DictSNOCondition.Add("Lore_Nephalem2", 216546); DictSNOCondition.Add("Lore_Nephalem3", 216548); DictSNOCondition.Add("Lore_NephalemLastStand", 230095); DictSNOCondition.Add("Lore_NephalemWarriorsRest", 225766); DictSNOCondition.Add("Lore_NewTristram", 230234); DictSNOCondition.Add("Lore_OasisCellars_HutPrisoners", 191595); DictSNOCondition.Add("Lore_P3_ZoltunKulle_CubeHistory_01", 439699); DictSNOCondition.Add("Lore_P3_ZoltunKulle_CubeHistory_02", 439700); DictSNOCondition.Add("Lore_P3_ZoltunKulle_ShouldHaveListened", 439701); DictSNOCondition.Add("Lore_p4_Forest_ClericJournals", 433946); DictSNOCondition.Add("Lore_p4_Forest_ClericJournals2", 433947); DictSNOCondition.Add("Lore_p4_Forest_Hero_1", 433948); DictSNOCondition.Add("Lore_p4_Forest_Hero_2", 433949); DictSNOCondition.Add("Lore_p4_Forest_Hero_3", 433950); DictSNOCondition.Add("Lore_p4_Forest_Hero_4", 433951); DictSNOCondition.Add("Lore_p4_Forest_Hero_5", 433952); DictSNOCondition.Add("Lore_p4_Forest_Hero_6", 433953); DictSNOCondition.Add("Lore_p4_Forest_Hero_7", 433954); DictSNOCondition.Add("Lore_p4_Forest_ShipwreckLog_1", 434613); DictSNOCondition.Add("Lore_p4_Forest_ShipwreckLog_2", 434614); DictSNOCondition.Add("Lore_p4_Forest_ShipwreckLog_3", 434615); DictSNOCondition.Add("Lore_p4_Forest_ShipwreckLog_4", 435027); DictSNOCondition.Add("Lore_p4_Ruins_BarbLore1", 435708); DictSNOCondition.Add("Lore_p4_Ruins_BarbLore2", 435710); DictSNOCondition.Add("Lore_p4_Ruins_BarbLore3", 435711); DictSNOCondition.Add("Lore_p4_Ruins_BarbLore4", 435712); DictSNOCondition.Add("Lore_p4_Ruins_BarbLore5", 435713); DictSNOCondition.Add("Lore_p4_Ruins_BarbLore_BridgeDrop", 437212); DictSNOCondition.Add("Lore_Poltahr", 192329); DictSNOCondition.Add("Lore_PromisesOfFezuul", 252138); DictSNOCondition.Add("Lore_UriksJournal1", 166657); DictSNOCondition.Add("Lore_UriksJournal2", 166659); DictSNOCondition.Add("Lore_UriksJournal3", 166660); DictSNOCondition.Add("Lore_WorthamPriest1", 166605); DictSNOCondition.Add("Lore_WorthamPriest2", 166606); DictSNOCondition.Add("Lore_x1_Bog_CatacombCellar_NephalemMiser", 378024); DictSNOCondition.Add("LoveLetter", 169833); DictSNOCondition.Add("Maghda_Lore", 162142); DictSNOCondition.Add("MisguidedFarmer_Lore", 202575); DictSNOCondition.Add("MonsterPowerLevelEight", 260527); DictSNOCondition.Add("MonsterPowerLevelEleven", 439835); DictSNOCondition.Add("MonsterPowerLevelFive", 260528); DictSNOCondition.Add("MonsterPowerLevelFour", 260529); DictSNOCondition.Add("MonsterPowerLevelNine", 260530); DictSNOCondition.Add("MonsterPowerLevelOne", 260531); DictSNOCondition.Add("MonsterPowerLevelSeven", 260532); DictSNOCondition.Add("MonsterPowerLevelSix", 260533); DictSNOCondition.Add("MonsterPowerLevelTen", 260534); DictSNOCondition.Add("MonsterPowerLevelThirteen", 439837); DictSNOCondition.Add("MonsterPowerLevelThree", 260535); DictSNOCondition.Add("MonsterPowerLevelTwelve", 439836); DictSNOCondition.Add("MonsterPowerLevelTwo", 260536); DictSNOCondition.Add("MonsterPowerLevelZero", 260537); DictSNOCondition.Add("MorganLore1", 190909); DictSNOCondition.Add("MorganLore2", 191103); DictSNOCondition.Add("MorganLore3", 191157); DictSNOCondition.Add("OldTristamCellarLore", 202839); DictSNOCondition.Add("OldTristram_TheDescent", 251852); DictSNOCondition.Add("OneLastEntry", 170250); DictSNOCondition.Add("OnQuestA2C2Necromancer", 50925); DictSNOCondition.Add("p1_IsInTieredLootRun", 384287); DictSNOCondition.Add("p1_IsInTieredLootRunMin10", 411051); DictSNOCondition.Add("p1_IsInTieredLootRunMin20", 411052); DictSNOCondition.Add("p1_IsInTieredLootRunMin30", 411053); DictSNOCondition.Add("p1_IsInTieredLootRunMin40", 411054); DictSNOCondition.Add("p1_IsInTieredLootRunMin50", 411055); DictSNOCondition.Add("p1_IsInTieredLootRunMin60", 411056); DictSNOCondition.Add("p1_IsInTieredLootRunMin70", 411057); DictSNOCondition.Add("p1_IsInTieredLootRunMin80", 411058); DictSNOCondition.Add("p1_IsInTieredLootRunMin90", 411059); DictSNOCondition.Add("p1_LootRunIsNotTieredRift", 382383); DictSNOCondition.Add("p1_LootRunIsTieredRift", 382381); DictSNOCondition.Add("p1_TieredRiftKeyCanDrop", 411212); DictSNOCondition.Add("P3_ZoltunKulle_HowRevived", 439680); DictSNOCondition.Add("p43_AD_DisableFireSpawners", 454152); DictSNOCondition.Add("p43_AD_Lore_ChamberOfBone", 456863); DictSNOCondition.Add("p43_AD_Lore_HallsOfTheBlind", 456864); DictSNOCondition.Add("p43_AD_Lore_Valor", 456867); DictSNOCondition.Add("p43_AD_Lore_WarlordOfBlood", 456866); DictSNOCondition.Add("P43_Anniversary_Event", 457848); DictSNOCondition.Add("P43_Anniversary_PreEvent", 455793); DictSNOCondition.Add("P4_Bounty_Crypts_Champs", 447949); DictSNOCondition.Add("P4_Bounty_Crypts_Champs_A5", 448510); DictSNOCondition.Add("P4_Bounty_Crypts_Champs_A5_Cem", 448594); DictSNOCondition.Add("P4_Bounty_Crypts_Champs_A5_Cor", 448649); DictSNOCondition.Add("P4_Bounty_Crypts_Champs_A5_Ete", 448703); DictSNOCondition.Add("P4_Bounty_Crypts_Champs_BTower1", 448152); DictSNOCondition.Add("P4_Bounty_Crypts_Champs_GoH2", 448240); DictSNOCondition.Add("P4_Bounty_Crypts_Champs_Spire1", 448348); DictSNOCondition.Add("P4_Bounty_Crypts_Champs_Spire2", 448294); DictSNOCondition.Add("P4_Bounty_Crypts_Shaman", 447915); DictSNOCondition.Add("P4_Bounty_Crypts_Shaman_A5", 448550); DictSNOCondition.Add("P4_Bounty_Crypts_Shaman_A5_Cem", 448605); DictSNOCondition.Add("P4_Bounty_Crypts_Shaman_A5_Cor", 448659); DictSNOCondition.Add("P4_Bounty_Crypts_Shaman_A5_Ete", 448714); DictSNOCondition.Add("P4_Bounty_Crypts_Shrines", 446198); DictSNOCondition.Add("P4_Bounty_Crypts_Shrines_A5", 448540); DictSNOCondition.Add("P4_Bounty_Crypts_Shrines_A5_Cem", 448599); DictSNOCondition.Add("P4_Bounty_Crypts_Shrines_A5_Cor", 448653); DictSNOCondition.Add("P4_Bounty_Crypts_Shrines_A5_Ete", 448707); DictSNOCondition.Add("P4_Bounty_Crypt_Shaman_GoH2", 448250); DictSNOCondition.Add("P4_Bounty_Crypt_Shaman_Spire1", 448358); DictSNOCondition.Add("P4_Bounty_Crypt_Shaman_Spire2", 448304); DictSNOCondition.Add("P4_Bounty_Crypt_Shraman_BTower1", 448196); DictSNOCondition.Add("P4_Bounty_Crypt_Shrines_BTower1", 448190); DictSNOCondition.Add("P4_Bounty_Crypt_Shrines_GoH2", 448244); DictSNOCondition.Add("P4_Bounty_Crypt_Shrines_Spire1", 448352); DictSNOCondition.Add("P4_Bounty_Crypt_Shrines_Spire2", 448298); DictSNOCondition.Add("P4_Bounty_Keep_Burrowers", 448145); DictSNOCondition.Add("P4_Bounty_Keep_Burrowers_A5", 448557); DictSNOCondition.Add("P4_Bounty_Keep_Burrowers_A5_Cem", 448612); DictSNOCondition.Add("P4_Bounty_Keep_Burrowers_A5_Cor", 448666); DictSNOCondition.Add("P4_Bounty_Keep_Burrowers_A5_Ete", 448720); DictSNOCondition.Add("P4_Bounty_Keep_Burrowers_BTower1", 448203); DictSNOCondition.Add("P4_Bounty_Keep_Burrowers_GoH2", 448257); DictSNOCondition.Add("P4_Bounty_Keep_Burrowers_Spire1", 448365); DictSNOCondition.Add("P4_Bounty_Keep_Burrowers_Spire2", 448311); DictSNOCondition.Add("P4_Bounty_Keep_Shamans", 446374); DictSNOCondition.Add("P4_Bounty_Keep_Shamans_A5", 448551); DictSNOCondition.Add("P4_Bounty_Keep_Shamans_A5_Cem", 448606); DictSNOCondition.Add("P4_Bounty_Keep_Shamans_A5_Cor", 448660); DictSNOCondition.Add("P4_Bounty_Keep_Shamans_A5_Ete", 448715); DictSNOCondition.Add("P4_Bounty_Keep_Shaman_GoH2", 448251); DictSNOCondition.Add("P4_Bounty_Keep_Shaman_Spire1", 448359); DictSNOCondition.Add("P4_Bounty_Keep_Shaman_Spire2", 448305); DictSNOCondition.Add("P4_Bounty_Keep_Shraman_BTower1", 448197); DictSNOCondition.Add("P4_Bounty_Keep_Shrines", 448133); DictSNOCondition.Add("P4_Bounty_Keep_Shrines_A5", 448543); DictSNOCondition.Add("P4_Bounty_Keep_Shrines_A5_Cem", 448600); DictSNOCondition.Add("P4_Bounty_Keep_Shrines_A5_Cor", 448654); DictSNOCondition.Add("P4_Bounty_Keep_Shrines_A5_Ete", 448708); DictSNOCondition.Add("P4_Bounty_Keep_Shrines_BTower1", 448191); DictSNOCondition.Add("P4_Bounty_Keep_Shrines_GoH2", 448245); DictSNOCondition.Add("P4_Bounty_Keep_Shrines_Spire1", 448353); DictSNOCondition.Add("P4_Bounty_Keep_Shrines_Spire2", 448299); DictSNOCondition.Add("P4_Bounty_Leorics_Garden_Champ", 444402); DictSNOCondition.Add("P4_Bounty_Leorics_Garden_Champ_A5", 448595); DictSNOCondition.Add("P4_Bounty_Leorics_Garden_Champ_A5_Cem", 448596); DictSNOCondition.Add("P4_Bounty_Leorics_Garden_Champ_A5_Cor", 448650); DictSNOCondition.Add("P4_Bounty_Leorics_Garden_Champ_A5_Ete", 448704); DictSNOCondition.Add("P4_Bounty_Leorics_Shrines", 448134); DictSNOCondition.Add("P4_Bounty_Leorics_Shrines_A5", 448544); DictSNOCondition.Add("P4_Bounty_Leorics_Shrines_A5_Cem", 448601); DictSNOCondition.Add("P4_Bounty_Leorics_Shrines_A5_Cor", 448655); DictSNOCondition.Add("P4_Bounty_Leorics_Shrines_A5_Ete", 448709); DictSNOCondition.Add("P4_Bounty_LEoric_Champs_BTower1", 448187); DictSNOCondition.Add("P4_Bounty_Leoric_Champs_GoH2", 448241); DictSNOCondition.Add("P4_Bounty_Leoric_Champs_Spire1", 448349); DictSNOCondition.Add("P4_Bounty_Leoric_Champs_Spire2", 448295); DictSNOCondition.Add("P4_Bounty_Leoric_Shrines_BTower1", 448192); DictSNOCondition.Add("P4_Bounty_Leoric_Shrines_GoH2", 448246); DictSNOCondition.Add("P4_Bounty_Leoric_Shrines_Spire1", 448354); DictSNOCondition.Add("P4_Bounty_Leoric_Shrines_Spire2", 448300); DictSNOCondition.Add("P4_Bounty_Neph_Champs", 448131); DictSNOCondition.Add("P4_Bounty_Neph_Champs_A5", 448536); DictSNOCondition.Add("P4_Bounty_Neph_Champs_A5_Cem", 448597); DictSNOCondition.Add("P4_Bounty_Neph_Champs_A5_Cor", 448651); DictSNOCondition.Add("P4_Bounty_Neph_Champs_A5_Ete", 448705); DictSNOCondition.Add("P4_Bounty_Neph_Champs_BTower1", 448188); DictSNOCondition.Add("P4_Bounty_Neph_Champs_GoH2", 448242); DictSNOCondition.Add("P4_Bounty_Neph_Champs_Spire1", 448350); DictSNOCondition.Add("P4_Bounty_Neph_Champs_Spire2", 448296); DictSNOCondition.Add("P4_Bounty_Neph_Shamans", 448141); DictSNOCondition.Add("P4_Bounty_Neph_Shamans_A5", 448552); DictSNOCondition.Add("P4_Bounty_Neph_Shamans_A5_Cem", 448607); DictSNOCondition.Add("P4_Bounty_Neph_Shamans_A5_Cor", 448661); DictSNOCondition.Add("P4_Bounty_Neph_Shamans_A5_Ete", 448716); DictSNOCondition.Add("P4_Bounty_Neph_Shaman_GoH2", 448252); DictSNOCondition.Add("P4_Bounty_Neph_Shaman_Spire1", 448360); DictSNOCondition.Add("P4_Bounty_Neph_Shaman_Spire2", 448306); DictSNOCondition.Add("P4_Bounty_Neph_Shraman_BTower1", 448198); DictSNOCondition.Add("P4_Bounty_Neph_Shrines", 448135); DictSNOCondition.Add("P4_Bounty_Neph_Shrines_A5", 448545); DictSNOCondition.Add("P4_Bounty_Neph_Shrines_A5_Cem", 448602); DictSNOCondition.Add("P4_Bounty_Neph_Shrines_A5_Cor", 448656); DictSNOCondition.Add("P4_Bounty_Neph_Shrines_A5_Ete", 448710); DictSNOCondition.Add("P4_Bounty_Neph_Shrines_BTower1", 448193); DictSNOCondition.Add("P4_Bounty_Neph_Shrines_GoH2", 448247); DictSNOCondition.Add("P4_Bounty_Neph_Shrines_Spire1", 448355); DictSNOCondition.Add("P4_Bounty_Neph_Shrines_Spire2", 448301); DictSNOCondition.Add("P4_Bounty_Swr_Burrowers", 446561); DictSNOCondition.Add("P4_Bounty_Swr_Burrowers_A5", 448556); DictSNOCondition.Add("P4_Bounty_Swr_Burrowers_A5_Cem", 448611); DictSNOCondition.Add("P4_Bounty_Swr_Burrowers_A5_Cor", 448665); DictSNOCondition.Add("P4_Bounty_Swr_Burrowers_A5_Ete", 448719); DictSNOCondition.Add("P4_Bounty_Swr_Burrowers_BTower1", 448202); DictSNOCondition.Add("P4_Bounty_Swr_Burrowers_GoH2", 448256); DictSNOCondition.Add("P4_Bounty_Swr_Burrowers_Spire1", 448364); DictSNOCondition.Add("P4_Bounty_Swr_Burrowers_Spire2", 448310); DictSNOCondition.Add("P4_Bounty_Swr_Champ", 448132); DictSNOCondition.Add("P4_Bounty_Swr_Champs_BTower1", 448189); DictSNOCondition.Add("P4_Bounty_Swr_Champs_GoH2", 448243); DictSNOCondition.Add("P4_Bounty_Swr_Champs_Spire1", 448351); DictSNOCondition.Add("P4_Bounty_Swr_Champs_Spire2", 448297); DictSNOCondition.Add("P4_Bounty_Swr_Champ_A5", 448539); DictSNOCondition.Add("P4_Bounty_Swr_Champ_A5_Cem", 448598); DictSNOCondition.Add("P4_Bounty_Swr_Champ_A5_Cor", 448652); DictSNOCondition.Add("P4_Bounty_Swr_Champ_A5_Ete", 448706); DictSNOCondition.Add("P4_Bounty_Swr_Shamans", 448142); DictSNOCondition.Add("P4_Bounty_Swr_Shamans_A5", 448553); DictSNOCondition.Add("P4_Bounty_Swr_Shamans_A5_CEm", 448608); DictSNOCondition.Add("P4_Bounty_Swr_Shamans_A5_Cor", 448662); DictSNOCondition.Add("P4_Bounty_Swr_Shamans_A5_Ete", 448717); DictSNOCondition.Add("P4_Bounty_Swr_Shaman_BTower1", 448199); DictSNOCondition.Add("P4_Bounty_Swr_Shaman_GoH2", 448253); DictSNOCondition.Add("P4_Bounty_Swr_Shaman_Spire1", 448361); DictSNOCondition.Add("P4_Bounty_Swr_Shaman_Spire2", 448307); DictSNOCondition.Add("P4_Bounty_Swr_Shrines", 448136); DictSNOCondition.Add("P4_Bounty_Swr_Shrines_A5", 448546); DictSNOCondition.Add("P4_Bounty_Swr_Shrines_A5_Cem", 448603); DictSNOCondition.Add("P4_Bounty_Swr_Shrines_A5_Cor", 448657); DictSNOCondition.Add("P4_Bounty_Swr_Shrines_A5_Ete", 448711); DictSNOCondition.Add("P4_Bounty_Swr_Shrines_BTower1", 448194); DictSNOCondition.Add("P4_Bounty_Swr_Shrines_GoH2", 448248); DictSNOCondition.Add("P4_Bounty_Swr_Shrines_Spire1", 448356); DictSNOCondition.Add("P4_Bounty_Swr_Shrines_Spire2", 448302); DictSNOCondition.Add("P4_Bounty_Zolt_Burrowers", 448144); DictSNOCondition.Add("P4_Bounty_Zolt_Burrowers_A5", 448555); DictSNOCondition.Add("P4_Bounty_Zolt_Burrowers_A5_Cem", 448610); DictSNOCondition.Add("P4_Bounty_Zolt_Burrowers_A5_Cor", 448664); DictSNOCondition.Add("P4_Bounty_Zolt_Burrowers_A5_Ete", 448718); DictSNOCondition.Add("P4_Bounty_Zolt_Burrowers_BTower1", 448201); DictSNOCondition.Add("P4_Bounty_Zolt_Burrowers_GoH2", 448255); DictSNOCondition.Add("P4_Bounty_Zolt_Burrowers_Spire1", 448363); DictSNOCondition.Add("P4_Bounty_Zolt_Burrowers_Spire2", 448309); DictSNOCondition.Add("P4_Bounty_Zolt_Shamans", 448143); DictSNOCondition.Add("P4_Bounty_Zolt_Shamans_A5", 448554); DictSNOCondition.Add("P4_Bounty_Zolt_Shamans_A5_Cem", 448609); DictSNOCondition.Add("P4_Bounty_Zolt_Shamans_A5_Cor", 448663); DictSNOCondition.Add("P4_Bounty_Zolt_Shamans_A5_Ete", 448713); DictSNOCondition.Add("P4_Bounty_Zolt_Shaman_BTower1", 448200); DictSNOCondition.Add("P4_Bounty_Zolt_Shaman_GoH2", 448254); DictSNOCondition.Add("P4_Bounty_Zolt_Shaman_Spire1", 448362); DictSNOCondition.Add("P4_Bounty_Zolt_Shaman_Spire2", 448308); DictSNOCondition.Add("P4_Bounty_Zolt_Shrines", 448139); DictSNOCondition.Add("P4_Bounty_Zolt_Shrines_A5", 448549); DictSNOCondition.Add("P4_Bounty_Zolt_Shrines_A5_Cem", 448604); DictSNOCondition.Add("P4_Bounty_Zolt_Shrines_A5_Cor", 448658); DictSNOCondition.Add("P4_Bounty_Zolt_Shrines_A5_Ete", 448712); DictSNOCondition.Add("P4_Bounty_Zolt_Shrines_BTower1", 448195); DictSNOCondition.Add("P4_Bounty_Zolt_Shrines_GoH2", 448249); DictSNOCondition.Add("P4_Bounty_Zolt_Shrines_Spire1", 448357); DictSNOCondition.Add("P4_Bounty_Zolt_Shrines_Spire2", 448303); DictSNOCondition.Add("P4_No_Events", 433167); DictSNOCondition.Add("P6_Lore_CultistMissive", 474736); DictSNOCondition.Add("P6_Lore_MysteriousJournal1", 474724); DictSNOCondition.Add("P6_Lore_MysteriousJournal2", 474725); DictSNOCondition.Add("P6_Lore_MysteriousJournal3", 474726); DictSNOCondition.Add("P6_Lore_MysteriousJournal4", 474727); DictSNOCondition.Add("P6_Lore_MysteriousJournal5", 474728); DictSNOCondition.Add("P6_Lore_Vidian", 474908); DictSNOCondition.Add("PlatinumDailyCapReached", 434461); DictSNOCondition.Add("PlatinumEnabled", 432621); DictSNOCondition.Add("PlayerAndWorld_Level61to70", 380616); DictSNOCondition.Add("PlayerIsBarbarian", 50926); DictSNOCondition.Add("PlayerIsBarbarianStory", 339521); DictSNOCondition.Add("PlayerIsCrusader", 316924); DictSNOCondition.Add("PlayerIsCrusaderStory", 339523); DictSNOCondition.Add("PlayerIsDemonHunter", 102014); DictSNOCondition.Add("PlayerIsDemonHunterStory", 339525); DictSNOCondition.Add("PlayerIsMonk", 50927); DictSNOCondition.Add("PlayerIsMonkStory", 339519); DictSNOCondition.Add("PlayerIsNecromancer", 455462); DictSNOCondition.Add("PlayerIsNecromancerStory", 475366); DictSNOCondition.Add("PlayerIsNotBarbarian", 373119); DictSNOCondition.Add("PlayerIsNotCrusader", 373137); DictSNOCondition.Add("PlayerIsNotDemonHunter", 373120); DictSNOCondition.Add("PlayerIsNOTNecromancer", 472439); DictSNOCondition.Add("PlayerIsNOTWitchDoctor", 398796); DictSNOCondition.Add("PlayerIsNOTWizard", 398797); DictSNOCondition.Add("PlayerIsNotWizardORWitchDoctorORMonk", 378005); DictSNOCondition.Add("PlayerIsWitchDoctor", 50929); DictSNOCondition.Add("PlayerIsWitchDoctorStory", 339522); DictSNOCondition.Add("PlayerIsWizard", 50930); DictSNOCondition.Add("PlayerIsWizardStory", 339517); DictSNOCondition.Add("PoltahrHasIdol", 57728); DictSNOCondition.Add("PortalRoulette_NoJournal", 178814); DictSNOCondition.Add("ProudWife_Lore", 204728); DictSNOCondition.Add("px_Bounty_A1_Fields_RescueEscort_TristramMilitia", 430566); DictSNOCondition.Add("px_Bounty_A1_Highlands_Camp_ResurgentCult", 432295); DictSNOCondition.Add("px_Bounty_A1_LeoricsDungeon_Camp_WorthamMilitia", 434390); DictSNOCondition.Add("px_Bounty_A1_SpiderCaves_Camp_Cocoon", 432786); DictSNOCondition.Add("px_Bounty_A1_Wilderness_Camp_TemplarPrisoners", 430725); DictSNOCondition.Add("px_Bounty_A2_Boneyards_Camp_AncientDevices", 433024); DictSNOCondition.Add("px_Bounty_A2_Oasis_Camp_IronWolves", 432333); DictSNOCondition.Add("px_Bounty_A2_StingingWinds_Camp_CaldeumPrisoners", 433055); DictSNOCondition.Add("px_Bounty_A3_Bridge_Camp_LostPatrol", 433222); DictSNOCondition.Add("px_Bounty_A3_Crater_Camp_AzmodanMinions", 433311); DictSNOCondition.Add("px_Bounty_A3_Ramparts_Camp_CatapultCommander", 433395); DictSNOCondition.Add("px_Bounty_A4_GardensOfHope_Camp_TrappedAngels", 433154); DictSNOCondition.Add("px_Bounty_A4_Spire_Camp_HellPortals", 433424); DictSNOCondition.Add("px_Bounty_A5_Graveyard_Camp_SkeletonJars", 433341); DictSNOCondition.Add("px_Bounty_A5_WestmarchFire_Camp_DeathOrbs", 433258); DictSNOCondition.Add("Queen_Execution_Lore", 222461); DictSNOCondition.Add("Queen_Lore", 162137); DictSNOCondition.Add("Scoundrel_Lore", 162135); DictSNOCondition.Add("SecretMissive", 170078); DictSNOCondition.Add("ServantsDiary", 170077); DictSNOCondition.Add("Tinker_Lore", 162111); DictSNOCondition.Add("TormentONLY", 368447); DictSNOCondition.Add("TotallyNotACowLevel_Checker", 434770); DictSNOCondition.Add("TreasureGoblinDrops_1-19", 434299); DictSNOCondition.Add("TristramVillager_Lore1", 160353); DictSNOCondition.Add("TristramVillager_Lore2", 160356); DictSNOCondition.Add("TristramVillager_Lore3", 160357); DictSNOCondition.Add("UbersLeve60tol70_TormentOnly", 386951); DictSNOCondition.Add("WarrivsJournal", 229110); DictSNOCondition.Add("WaterPuzzleLore", 231134); DictSNOCondition.Add("Whimsydale_World", 457597); DictSNOCondition.Add("Wirt_Lore", 160361); DictSNOCondition.Add("x1_BogCave_Deserter1", 247885); DictSNOCondition.Add("x1_BogCave_Deserter2", 247886); DictSNOCondition.Add("x1_BogCave_Deserter3", 247889); DictSNOCondition.Add("x1_BogCave_Deserter4", 247890); DictSNOCondition.Add("x1_BogCave_Deserter5", 247891); DictSNOCondition.Add("X1_BogCave_LeoricDeserters_Disabled", 369165); DictSNOCondition.Add("X1_BogCave_LeoricDeserters_Enabled", 369164); DictSNOCondition.Add("x1_Bog_Lore_Adria01", 302705); DictSNOCondition.Add("x1_Bog_Lore_Adria02", 302706); DictSNOCondition.Add("x1_Bog_Lore_Adria03", 302707); DictSNOCondition.Add("x1_Bog_Lore_Adria04", 302708); DictSNOCondition.Add("x1_Bog_Lore_Adria05", 302709); DictSNOCondition.Add("x1_Bog_Lore_Adria06", 302710); DictSNOCondition.Add("x1_Bog_Lore_Adria07", 302711); DictSNOCondition.Add("x1_Bog_Lore_Adria08", 302712); DictSNOCondition.Add("x1_Bog_Lore_Adria09", 302713); DictSNOCondition.Add("x1_Bog_Lore_AdriaDead", 302720); DictSNOCondition.Add("x1_Bog_Lore_RakkisHistory01", 288318); DictSNOCondition.Add("x1_Bog_Lore_RakkisHistory02", 288319); DictSNOCondition.Add("x1_Bog_Lore_RakkisHistory03", 288320); DictSNOCondition.Add("x1_Bog_Lore_RakkisHistory04", 288321); DictSNOCondition.Add("x1_Bog_Lore_RakkisHistory05", 288322); DictSNOCondition.Add("x1_Bog_Lore_RakkisHistory06", 288323); DictSNOCondition.Add("x1_Bog_Lore_RakkisHistory07", 288324); DictSNOCondition.Add("x1_Bog_Lore_RakkisHistory08", 292188); DictSNOCondition.Add("x1_Bog_Lore_RakkisHistory09", 292189); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA1", 377759); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA1_ANNIVERSARY", 397528); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA2", 377760); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA2_ANNIVERSARY", 397560); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA3", 377761); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA3_ANNIVERSARY", 397561); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA4", 377762); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA4_ANNIVERSARY", 397562); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA5", 377763); DictSNOCondition.Add("X1_BountyItemRewardsAllowedA5_ANNIVERSARY", 397563); DictSNOCondition.Add("X1_CellarMadmanLore", 282403); DictSNOCondition.Add("X1_Challenge_Lore", 328151); DictSNOCondition.Add("X1_DoomedWomanLore", 280043); DictSNOCondition.Add("X1_fortress_Lore_Inarius1", 306945); DictSNOCondition.Add("X1_fortress_Lore_Inarius2", 306950); DictSNOCondition.Add("X1_fortress_Lore_Inarius3", 306956); DictSNOCondition.Add("X1_fortress_Lore_Inarius4", 306961); DictSNOCondition.Add("X1_fortress_Lore_Inarius5", 306966); DictSNOCondition.Add("X1_fortress_Lore_Inarius6", 306971); DictSNOCondition.Add("X1_fortress_Lore_Inarius7", 306976); DictSNOCondition.Add("X1_fortress_Lore_Lilith1", 314504); DictSNOCondition.Add("X1_fortress_Lore_Lilith2", 314505); DictSNOCondition.Add("X1_fortress_Lore_Lilith3", 314506); DictSNOCondition.Add("X1_fortress_Lore_Lilith4", 314507); DictSNOCondition.Add("X1_Lootrunkey", 336367); DictSNOCondition.Add("x1_Lore_fortress_Malthael1", 354479); DictSNOCondition.Add("x1_Lore_fortress_Malthael2", 354482); DictSNOCondition.Add("x1_Lore_fortress_Malthael3", 354485); DictSNOCondition.Add("x1_Lore_fortress_Malthael4", 354486); DictSNOCondition.Add("x1_Lore_fortress_Malthael5", 354487); DictSNOCondition.Add("x1_Lore_fortress_Malthael6", 354489); DictSNOCondition.Add("X1_Lore_LordofFools", 352649); DictSNOCondition.Add("X1_Lore_LostAngel", 287180); DictSNOCondition.Add("X1_Lore_Pandemonium1", 287200); DictSNOCondition.Add("X1_Lore_Pandemonium2", 287201); DictSNOCondition.Add("X1_Lore_Pandemonium3", 287202); DictSNOCondition.Add("X1_Lore_Pandemonium4", 287358); DictSNOCondition.Add("X1_Lore_PandExt_Tyrael_MalthaelsPlan", 354277); DictSNOCondition.Add("X1_Lore_PlagueTunnels", 351804); DictSNOCondition.Add("X1_Lore_PrimeDiscovery1", 287182); DictSNOCondition.Add("X1_Lore_PrimeDiscovery2", 287183); DictSNOCondition.Add("X1_Lore_PrimeDiscovery3", 287184); DictSNOCondition.Add("x1_MysticIntro_Note1", 249258); DictSNOCondition.Add("x1_MysticIntro_Note2", 249259); DictSNOCondition.Add("X1_PandExt_GreatWeaponLore", 358953); DictSNOCondition.Add("X1_Pand_HexMaze_EN_Lore_Sister1", 310948); DictSNOCondition.Add("X1_Pand_HexMaze_EN_Lore_Sister2", 310949); DictSNOCondition.Add("X1_Pand_HexMaze_EN_Lore_Sister3", 310950); DictSNOCondition.Add("X1_WestMIntro_HealthWellNormal", 367883); DictSNOCondition.Add("X1_Westm_KingJournal_Journal02", 336833); DictSNOCondition.Add("X1_Westm_KingJournal_Note", 336829); DictSNOCondition.Add("X1_Westm_Lore_01", 286540); DictSNOCondition.Add("X1_Westm_Lore_02", 286541); DictSNOCondition.Add("X1_Westm_Lore_03", 286542); DictSNOCondition.Add("X1_Westm_Lore_04", 286543); DictSNOCondition.Add("X1_Westm_Lore_05", 286545); DictSNOCondition.Add("X1_Westm_Lore_06", 286546); DictSNOCondition.Add("X1_Westm_Lore_07", 286547); DictSNOCondition.Add("X1_Westm_MaidenLoreDrop", 285393); DictSNOCondition.Add("X1_Westm_SinkholeLore", 300134); DictSNOCondition.Add("X1_Westm_UniqueDrop", 285097); DictSNOCondition.Add("X1_Westm_UrzaelJournal01_Drop", 356640); DictSNOCondition.Add("X1_Westm_UrzaelJournal02_Drop", 356641); DictSNOCondition.Add("X1_Westm_UrzaelJournal03_Drop", 356642); DictSNOCondition.Add("ZoltunKulleInit", 229465); #endregion return DictSNOCondition; } public static Dictionary LoadConversation() { Dictionary DictSNOConversation = new Dictionary(); #region Conversation DictSNOConversation.Add("1000CorpsesIntro", 97067); DictSNOConversation.Add("A1C1CainIntro", 17667); DictSNOConversation.Add("A1C1LostAdventurersLeader1st", 17680); DictSNOConversation.Add("A1C1LostAdventurersLeader2nd", 1080); DictSNOConversation.Add("A1C1SkeletonKingTauntCain", 17692); DictSNOConversation.Add("A1C2CryptsEntrance", 17704); DictSNOConversation.Add("A1C5RFarmerScavengerEpilogue2", 17837); DictSNOConversation.Add("A1C5RFarmerScavengerEpilogue3", 121567); DictSNOConversation.Add("A1C5RFarmerScavengerSuccess", 17840); DictSNOConversation.Add("A1C5RFarmerScavengerSuccess2", 86810); DictSNOConversation.Add("A1C5RQuestObj3Pre13", 59685); DictSNOConversation.Add("a1dun_leor_lockedchest", 105637); DictSNOConversation.Add("A1SkeletonKingIntroFloat", 17921); DictSNOConversation.Add("A1SkeletonKingThroneFloat", 17923); DictSNOConversation.Add("A1_CaravanLeader_ActTransition", 177564); DictSNOConversation.Add("A1_Cath01_TreasureSeeker_A_Guard_Intro", 157896); DictSNOConversation.Add("A1_Cath01_TreasureSeeker_B_Looter_Intro", 174740); DictSNOConversation.Add("A1_Cath01_TreasureSeeker_D_Guard_Intro", 158056); DictSNOConversation.Add("A1_Cath01_TreasureSeeker_D_Guard_Outro", 158058); DictSNOConversation.Add("A1_Cath02_DarkRitual_A_GhostRobber_Callout", 158117); DictSNOConversation.Add("A1_Cath04_Vengeance_E_Traveller_Callout", 158514); DictSNOConversation.Add("A1_Cath04_Vengeance_E_Traveller_Intro", 158511); DictSNOConversation.Add("A1_Cath04_Vengeance_E_Traveller_Outro", 158522); DictSNOConversation.Add("A1_Event_Leoric_RescueEvent_1", 218060); DictSNOConversation.Add("A1_Event_Leoric_RescueEvent_2", 218062); DictSNOConversation.Add("A1_Event_Leoric_RescueEvent_3", 218064); DictSNOConversation.Add("A1_LeorManor_StrangerRitual1", 75221); DictSNOConversation.Add("A1_LeorManor_StrangerRitual2", 97231); DictSNOConversation.Add("A1_SpiderCaves_Calldown_Callout01", 123414); DictSNOConversation.Add("A1_SpiderCaves_DragMeToHell_Callout01", 123547); DictSNOConversation.Add("A1_SpiderCaves_StomachAche_Callout01", 123577); DictSNOConversation.Add("A2C2Cannibal", 17948); DictSNOConversation.Add("A2C2CannibalInvisible", 17949); DictSNOConversation.Add("A2C2Cannibal_Agro", 219432); DictSNOConversation.Add("A2C2CultistSurvivorPeriodic", 17961); DictSNOConversation.Add("A2C2DyingGuardGhostGuy", 17971); DictSNOConversation.Add("A2C2GirlTrap", 17982); DictSNOConversation.Add("A2C2GirlTrapPlayer", 17983); DictSNOConversation.Add("A2C2GirlTrap_QuestEnd", 219482); DictSNOConversation.Add("A2C2GreedyMiner", 17984); DictSNOConversation.Add("A2C2GreedyMinerConversation", 17985); DictSNOConversation.Add("A2C2GreedyMinerEscort01", 17988); DictSNOConversation.Add("A2C2GreedyMinterFallenAttackEarly", 17990); DictSNOConversation.Add("A2C2GreedyMinterFallenAttackEarlytoMid", 17991); DictSNOConversation.Add("A2C2GreedyMinterFallenAttackEnd", 17992); DictSNOConversation.Add("A2C2GreedyMinterFallenAttackMid", 17994); DictSNOConversation.Add("A2C2NecromancerIntro", 18012); DictSNOConversation.Add("A2C2NecromancerLocationEnd", 18020); DictSNOConversation.Add("A2C2NecromancerLocationEnd2", 219639); DictSNOConversation.Add("A2C2NecromancerNecroLocation2", 18022); DictSNOConversation.Add("A2C2NecromancerNecroLocation3", 1098); DictSNOConversation.Add("A2C2NecromancerOops", 18023); DictSNOConversation.Add("A2C2NecromancerOops_Callout", 205017); DictSNOConversation.Add("A2C2NecromancerPlayerLocation2", 18025); DictSNOConversation.Add("A2C2NecromancerPlayerLocation3", 18026); DictSNOConversation.Add("A2C2PoltahrDungeonGotIdolFloat", 18037); DictSNOConversation.Add("A2C2PoltahrDungeonGreedFloat", 18038); DictSNOConversation.Add("A2C2PoltahrInit", 18039); DictSNOConversation.Add("A2C2PoltahrInitGotNote", 18040); DictSNOConversation.Add("A2C2PoltahrRandomFloats", 1099); DictSNOConversation.Add("A2C2SoldierWoundedGossip", 18080); DictSNOConversation.Add("A2C2WoundedHunterIntro", 18085); DictSNOConversation.Add("A2C2WoundedHunterPeriodic", 18086); DictSNOConversation.Add("A2C2WoundedHunterPeriodic2", 18087); DictSNOConversation.Add("A2C2WoundedHunterPeriodic3", 208400); DictSNOConversation.Add("a2dun_Aqd_Special_01_Entered", 164505); DictSNOConversation.Add("A2_BelialFight_Intro", 61130); DictSNOConversation.Add("A2_Belial_Stage3", 62229); DictSNOConversation.Add("A2_Belial_Trans1to2", 68408); DictSNOConversation.Add("A2_CaravanLeader_ActTransition", 177669); DictSNOConversation.Add("A2_CoiledSerpent_PlayerCallout", 184813); DictSNOConversation.Add("A2_Collector_InTown_Intro", 180872); DictSNOConversation.Add("A2_Collector_InTown_NewStuff", 210892); DictSNOConversation.Add("A2_Collector_InTown_NewStuff2", 211411); DictSNOConversation.Add("A2_CorpseEater_DyingGuyBegs", 146877); DictSNOConversation.Add("A2_Curios_InTown_Intro", 180879); DictSNOConversation.Add("A2_DogBite_PlayerCallout", 144295); DictSNOConversation.Add("A2_EscapeFromCaldeum_Leah_DescendStairs", 160703); DictSNOConversation.Add("A2_EscapeFromCaldeum_Leah_EndFollow", 160695); DictSNOConversation.Add("A2_EscapeFromCaldeum_Leah_StartFollow", 160477); DictSNOConversation.Add("A2_EscapeFromCaldeum_SummoningMachines_Leah_Intro", 186486); DictSNOConversation.Add("A2_Event_CultistRitual_Storeroom_Conclusion", 195990); DictSNOConversation.Add("A2_Event_CultistRitual_Storeroom_Warning", 195913); DictSNOConversation.Add("A2_Event_DyingMan_Mine_Free", 196417); DictSNOConversation.Add("A2_Event_DyingMan_Mine_Periodic", 196383); DictSNOConversation.Add("A2_Event_SandMonsterAmbushCallout", 117251); DictSNOConversation.Add("A2_Fence_InTown_Intro", 180867); DictSNOConversation.Add("A2_Fence_InTown_NewStuff", 211971); DictSNOConversation.Add("A2_Fence_InTown_NewStuff2", 211975); DictSNOConversation.Add("A2_JewelerBackstory_1", 162560); DictSNOConversation.Add("A2_JewelerBackstory_3", 162816); DictSNOConversation.Add("A2_JewelerBackstory_4", 162836); DictSNOConversation.Add("A2_JewelerBackstory_5", 162845); DictSNOConversation.Add("A2_KidVendor_KidIntro", 144169); DictSNOConversation.Add("A2_KidVendor_KidOpenShop", 144358); DictSNOConversation.Add("A2_KidVendor_KidOutro", 144356); DictSNOConversation.Add("A2_LeahBackToTown", 212084); DictSNOConversation.Add("A2_Leah_Boneyard2", 165925); DictSNOConversation.Add("A2_Leah_ZoltBloodA1", 165972); DictSNOConversation.Add("A2_Leah__Aqd1", 187864); DictSNOConversation.Add("A2_Leah__BoneWastes_CatchUp", 187909); DictSNOConversation.Add("A2_MapVendor_HelpCallout_1", 115992); DictSNOConversation.Add("A2_MapVendor_HelpCallout_outro", 116021); DictSNOConversation.Add("A2_MapVendor_HelpCallout_outroFloat", 193303); DictSNOConversation.Add("A2_Peddler_InTown_Intro", 180862); DictSNOConversation.Add("A2_Peddler_InTown_NewStuff", 211252); DictSNOConversation.Add("A2_Peddler_InTown_NewStuff2", 211419); DictSNOConversation.Add("A2_TemplarBackstory_1", 153679); DictSNOConversation.Add("A2_TemplarBackstory_2", 153681); DictSNOConversation.Add("A2_TemplarBackstory_3", 153683); DictSNOConversation.Add("A2_TemplarBackstory_4", 153685); DictSNOConversation.Add("A2_ZoltunKullePissed", 211869); DictSNOConversation.Add("a3dun_keep_MouthOfAzmodanEvent_Dead_Room", 155925); DictSNOConversation.Add("a3dun_keep_MouthOfAzmodanEvent_Dead_Room_02", 224756); DictSNOConversation.Add("a3dun_rmpt_atk_warning", 159119); DictSNOConversation.Add("a3dun_rmpt_manual_captain_banter1", 150602); DictSNOConversation.Add("a3dun_rmpt_manual_captain_banter2", 150606); DictSNOConversation.Add("a3dun_rmpt_manual_captain_banter3", 150608); DictSNOConversation.Add("a3dun_rmpt_manual_captain_banter4", 150611); DictSNOConversation.Add("a3dun_rmpt_manual_captain_intro", 149812); DictSNOConversation.Add("a3dun_rmpt_manual_captain_outro", 150850); DictSNOConversation.Add("a3dun_rmpt_WallClimber_intro", 108631); DictSNOConversation.Add("a3dun_rmpt_WallClimber_intro2", 196396); DictSNOConversation.Add("a3dun_rmpt_WallClimber_outro", 205123); DictSNOConversation.Add("A3_AdriaBetrayal_Intro", 160644); DictSNOConversation.Add("A3_AzmodanCrater1Taunt", 204070); DictSNOConversation.Add("A3_AzmodanCrater2Taunt", 204074); DictSNOConversation.Add("A3_AzmodanHubTauntAfterCatapults", 202785); DictSNOConversation.Add("A3_AzmodanKeepTauntSignalFires", 202714); DictSNOConversation.Add("A3_AzmodanTaunt_Ramparts", 202570); DictSNOConversation.Add("A3_Azmodan_BridgeTaunt", 203707); DictSNOConversation.Add("A3_Azmodan_BridgeTyraelAppears", 203711); DictSNOConversation.Add("A3_Azmodan_BridgeTyraelIntro", 209125); DictSNOConversation.Add("A3_Battlefields_Supply_D_Outro", 148128); DictSNOConversation.Add("A3_Battlefields_Survivor_A_Melee", 171305); DictSNOConversation.Add("A3_Battlefields_Survivor_A_Ranged", 171307); DictSNOConversation.Add("A3_Battlefields_Survivor_C_Outro", 147866); DictSNOConversation.Add("A3_Battlefields_Survivor_D_Outro", 147884); DictSNOConversation.Add("A3_Battlefields_Survivor_E_Outro", 147919); DictSNOConversation.Add("A3_Battlefields_Tyrael", 157904); DictSNOConversation.Add("a3_battlefield_event_trench_running_intro", 205818); DictSNOConversation.Add("a3_battlefield_forward_lt_done_ballistas", 202748); DictSNOConversation.Add("a3_battlefield_forward_lt_do_ballistas", 202735); DictSNOConversation.Add("a3_battlefield_sargeant_intro", 170486); DictSNOConversation.Add("A3_Bennoc_UpperRampartsWarn", 200867); DictSNOConversation.Add("A3_Bridge_Backdraft_Guard_Callout", 170500); DictSNOConversation.Add("A3_Bridge_Backdraft_Guard_Outro", 170505); DictSNOConversation.Add("a3_bridge_reinforcement_injured_intro", 153422); DictSNOConversation.Add("a3_bridge_reinforcement_lieutenant_complete", 153435); DictSNOConversation.Add("a3_bridge_reinforcement_lieutenant_death", 153442); DictSNOConversation.Add("a3_bridge_reinforcement_lieutenant_pre_event", 153431); DictSNOConversation.Add("A3_Collector_InTown_Intro", 182020); DictSNOConversation.Add("A3_Collector_InTown_NewStuff", 211258); DictSNOConversation.Add("A3_Collector_InTown_NewStuff2", 211423); DictSNOConversation.Add("A3_Fence_InTown_Intro", 182014); DictSNOConversation.Add("A3_Fence_InTown_NewStuff", 211263); DictSNOConversation.Add("A3_Fence_InTown_NewStuff2", 211428); DictSNOConversation.Add("A3_Heart_DaughtersOfPain_Intro", 152541); DictSNOConversation.Add("A3_Hub_Gate_Guard_Banter", 191615); DictSNOConversation.Add("A3_Hub_KeepTrivia_1", 160110); DictSNOConversation.Add("A3_Hub_KeepTrivia_2", 160116); DictSNOConversation.Add("A3_Hub_KeepTrivia_3", 160121); DictSNOConversation.Add("A3_Hub_KeepTrivia_4", 160125); DictSNOConversation.Add("A3_Hub_KeepTrivia_5", 160131); DictSNOConversation.Add("A3_Hub_KeepTrivia_6", 160136); DictSNOConversation.Add("A3_Hub_KeepTrivia_6b", 177888); DictSNOConversation.Add("A3_Hub_KristDemonDepthsAttack", 202801); DictSNOConversation.Add("A3_Hub_LocalColor_1", 160017); DictSNOConversation.Add("A3_Hub_LocalColor_2", 160006); DictSNOConversation.Add("A3_Hub_LocalColor_3", 160015); DictSNOConversation.Add("A3_Hub_LocalColor_4", 160025); DictSNOConversation.Add("A3_Hub_LocalColor_5", 160030); DictSNOConversation.Add("A3_Hub_LocalColor_6", 160035); DictSNOConversation.Add("A3_Hub_LocalColor_6b", 177895); DictSNOConversation.Add("A3_Hub_MamaBear_1", 159643); DictSNOConversation.Add("A3_Hub_MamaBear_2", 159649); DictSNOConversation.Add("A3_Hub_MamaBear_3", 159651); DictSNOConversation.Add("A3_Hub_MamaBear_4", 159653); DictSNOConversation.Add("A3_Hub_MamaBear_5", 159655); DictSNOConversation.Add("A3_Hub_MamaBear_6", 159657); DictSNOConversation.Add("A3_Hub_MamaBear_6b", 177908); DictSNOConversation.Add("A3_Hub_Messenger_RaisetheCatapults_1", 160091); DictSNOConversation.Add("A3_Hub_MissingPop_1", 160283); DictSNOConversation.Add("A3_Hub_MissingPop_2", 160289); DictSNOConversation.Add("A3_Hub_MissingPop_3", 160293); DictSNOConversation.Add("A3_Hub_MissingPop_4", 160307); DictSNOConversation.Add("A3_Hub_MissingPop_5", 160322); DictSNOConversation.Add("A3_Hub_MissingPop_6", 160336); DictSNOConversation.Add("A3_Hub_MissingPop_6b", 177913); DictSNOConversation.Add("A3_Hub_OldCouple_1", 159937); DictSNOConversation.Add("A3_Hub_OldCouple_2", 159950); DictSNOConversation.Add("A3_Hub_OldCouple_3", 159944); DictSNOConversation.Add("A3_Hub_OldCouple_4", 159955); DictSNOConversation.Add("A3_Hub_OldCouple_5", 159960); DictSNOConversation.Add("A3_Hub_OldCouple_6", 159965); DictSNOConversation.Add("A3_Hub_OldCouple_6b", 177937); DictSNOConversation.Add("A3_Hub_PlayingKids_Callouts_1", 160354); DictSNOConversation.Add("A3_Hub_PlayingKids_Callouts_2", 160362); DictSNOConversation.Add("A3_Hub_PlayingKids_Callouts_3", 160367); DictSNOConversation.Add("A3_Hub_PlayingKids_Callouts_4", 160372); DictSNOConversation.Add("A3_Hub_PlayingKids_Callouts_5", 160377); DictSNOConversation.Add("A3_Hub_PlayingKids_Callouts_6", 160382); DictSNOConversation.Add("A3_Hub_PlayingKids_Callouts_6b", 177941); DictSNOConversation.Add("A3_Hub_Sacrifice_1", 159970); DictSNOConversation.Add("A3_Hub_Sacrifice_2", 159976); DictSNOConversation.Add("A3_Hub_Sacrifice_3", 159990); DictSNOConversation.Add("A3_Hub_Sacrifice_4", 159994); DictSNOConversation.Add("A3_Hub_Sacrifice_5", 159998); DictSNOConversation.Add("A3_Hub_Sacrifice_6", 160002); DictSNOConversation.Add("A3_Hub_Sacrifice_6b", 177945); DictSNOConversation.Add("A3_Hub_UnluckyMayor_1", 160181); DictSNOConversation.Add("A3_Hub_UnluckyMayor_2", 160196); DictSNOConversation.Add("A3_Hub_UnluckyMayor_3", 160214); DictSNOConversation.Add("A3_Hub_UnluckyMayor_4", 160228); DictSNOConversation.Add("A3_Hub_UnluckyMayor_5", 160245); DictSNOConversation.Add("A3_Hub_UnluckyMayor_6", 160260); DictSNOConversation.Add("A3_Hub_UnluckyMayor_6b", 177950); DictSNOConversation.Add("A3_Hub_WoundedCallouts_Random_1", 160152); DictSNOConversation.Add("A3_Hub_WoundedCallouts_Random_2", 160173); DictSNOConversation.Add("A3_Hub_YoungCouple_1", 159675); DictSNOConversation.Add("A3_Hub_YoungCouple_2", 159681); DictSNOConversation.Add("A3_Hub_YoungCouple_3", 159683); DictSNOConversation.Add("A3_Hub_YoungCouple_4", 159685); DictSNOConversation.Add("A3_Hub_YoungCouple_5", 159687); DictSNOConversation.Add("A3_Hub_YoungCouple_6", 159689); DictSNOConversation.Add("A3_Hub_YoungCouple_6b", 177929); DictSNOConversation.Add("A3_JewelerBackstory_1", 162847); DictSNOConversation.Add("A3_JewelerBackstory_3", 163811); DictSNOConversation.Add("A3_JewelerBackstory_4", 163813); DictSNOConversation.Add("A3_JewelerBackstory_RANDOM_2", 163809); DictSNOConversation.Add("A3_Keep_RescueEscort_FoundBrother", 172063); DictSNOConversation.Add("A3_Keep_RescueEscort_Outro", 153578); DictSNOConversation.Add("A3_Keep_RescueEscort_PlayerReturns", 174996); DictSNOConversation.Add("a3_leah_BSS_before_explode", 198760); DictSNOConversation.Add("A3_Miner_InTown_Intro", 182025); DictSNOConversation.Add("A3_Miner_InTown_NewStuff", 211267); DictSNOConversation.Add("A3_Miner_InTown_NewStuff2", 211432); DictSNOConversation.Add("A3_Quartermaster_DestroyBallistas", 187146); DictSNOConversation.Add("A3_Quartermaster_Intro", 182030); DictSNOConversation.Add("A3_Quartermaster_KillAzmodan", 187155); DictSNOConversation.Add("A3_Quartermaster_KillTheBeast", 187134); DictSNOConversation.Add("A3_Quartermaster_KillTheSpy", 187142); DictSNOConversation.Add("A3_Quartermaster_RaiseTheCatapults", 187138); DictSNOConversation.Add("A3_Quartermaster_TraverseBridge", 187150); DictSNOConversation.Add("A3_Ramparts_Barricade_A_Callout", 137923); DictSNOConversation.Add("A3_Ramparts_Barricade_C_Survivor_01", 138017); DictSNOConversation.Add("A3_Ramparts_Barricade_C_Survivor_02", 138025); DictSNOConversation.Add("A3_Ramparts_Barricade_D_Convo", 138400); DictSNOConversation.Add("A3_Ramparts_Barricade_D_GuardCallout", 138355); DictSNOConversation.Add("A3_Ramparts_Battle_C_GuardCallouts", 139313); DictSNOConversation.Add("A3_Ramparts_CarriedGuardCallout_01", 129526); DictSNOConversation.Add("a3_rampart_lift_ambush_charge", 106186); DictSNOConversation.Add("a3_rampart_lift_ambush_final", 106195); DictSNOConversation.Add("a3_rampart_lift_ambush_intro", 106161); DictSNOConversation.Add("a3_rampart_lift_ambush_lift", 106193); DictSNOConversation.Add("a3_rampart_lift_ambush_more", 106184); DictSNOConversation.Add("a3_rampart_lift_ambush_thanks", 106238); DictSNOConversation.Add("a3_rampart_lift_ambush_thanks_Templar", 164907); DictSNOConversation.Add("a3_rampart_lift_ambush_what", 106180); DictSNOConversation.Add("a3_rampart_lift_ambush_yay", 106246); DictSNOConversation.Add("A3_rmpt_banner_callout_1", 191351); DictSNOConversation.Add("A3_rmpt_banner_callout_2", 191435); DictSNOConversation.Add("A3_rmpt_banner_callout_3", 191437); DictSNOConversation.Add("A3_rmpt_banner_callout_4", 191645); DictSNOConversation.Add("A3_rmpt_catapult_callout_1", 191877); DictSNOConversation.Add("A3_rmpt_catapult_callout_2", 191890); DictSNOConversation.Add("A3_rmpt_catapult_callout_3", 191896); DictSNOConversation.Add("a3_rmpt_catapult_follower_intro", 154150); DictSNOConversation.Add("a3_rmpt_catapult_follower_mid", 174234); DictSNOConversation.Add("a3_rmpt_catapult_follower_outro", 205127); DictSNOConversation.Add("A3_TemplarAndTyrael_1", 165233); DictSNOConversation.Add("A3_TemplarAndTyrael_2", 165239); DictSNOConversation.Add("A3_TemplarAndTyrael_3", 165244); DictSNOConversation.Add("A3_TemplarBackstory_1", 153954); DictSNOConversation.Add("A3_TemplarBackstory_2", 154080); DictSNOConversation.Add("A3_TemplarBackstory_4", 154276); DictSNOConversation.Add("A3_TemplarBackstory_Final", 154082); DictSNOConversation.Add("A3_Tyrael_BattleIntro", 204905); DictSNOConversation.Add("A3_Tyrael_BattleIntro_Attack", 206734); DictSNOConversation.Add("A3_Tyrael_BattleIntro_Fire", 204915); DictSNOConversation.Add("a4dun_Gardens_HellRiftClosed_1", 219660); DictSNOConversation.Add("a4dun_Gardens_HellRiftClosed_2", 219663); DictSNOConversation.Add("a4dun_gardens_Hope_CorruptionCallout", 207841); DictSNOConversation.Add("a4dun_gardens_Tyrael_CorruptionCallout", 207843); DictSNOConversation.Add("a4dun_Spire_Aspect_01", 197346); DictSNOConversation.Add("a4dun_Spire_Aspect_02", 198402); DictSNOConversation.Add("a4dun_Spire_Aspect_03", 198440); DictSNOConversation.Add("a4dun_Spire_Aspect_04", 198473); DictSNOConversation.Add("a4dun_Spire_Aspect_05", 198497); DictSNOConversation.Add("a4dun_Spire_Aspect_06", 198558); DictSNOConversation.Add("a4dun_Spire_Aspect_07", 198600); DictSNOConversation.Add("A4_CaptainHaile_1", 167086); DictSNOConversation.Add("A4_CaptainHaile_2", 167117); DictSNOConversation.Add("A4_CaptainHaile_3", 167152); DictSNOConversation.Add("A4_Collector_InTown_NewStuff", 211436); DictSNOConversation.Add("A4_Corruption_PlayerCallout", 203560); DictSNOConversation.Add("A4_Fence_InTown_NewStuff", 211443); DictSNOConversation.Add("A4_Hub_KeepTrivia_1", 166816); DictSNOConversation.Add("A4_Hub_KeepTrivia_2", 166821); DictSNOConversation.Add("A4_Hub_KeepTrivia_3", 166829); DictSNOConversation.Add("A4_Hub_LocalColor_1", 166801); DictSNOConversation.Add("A4_Hub_LocalColor_2", 166806); DictSNOConversation.Add("A4_Hub_LocalColor_3", 166811); DictSNOConversation.Add("A4_Hub_MamaBear_1", 166704); DictSNOConversation.Add("A4_Hub_MamaBear_2", 166711); DictSNOConversation.Add("A4_Hub_MamaBear_3", 166715); DictSNOConversation.Add("A4_Hub_MissingPop_1", 166859); DictSNOConversation.Add("A4_Hub_MissingPop_2", 166864); DictSNOConversation.Add("A4_Hub_MissingPop_3", 166893); DictSNOConversation.Add("A4_Hub_PlayingKids_Callouts_1", 166921); DictSNOConversation.Add("A4_Hub_PlayingKids_Callouts_2", 166926); DictSNOConversation.Add("A4_Hub_PlayingKids_Callouts_3", 166931); DictSNOConversation.Add("A4_Hub_Sacrifice_1", 166784); DictSNOConversation.Add("A4_Hub_Sacrifice_2", 166789); DictSNOConversation.Add("A4_Hub_Sacrifice_3", 166793); DictSNOConversation.Add("A4_Hub_UnluckyMayor_1", 166839); DictSNOConversation.Add("A4_Hub_YoungCouple_1", 166749); DictSNOConversation.Add("A4_Hub_YoungCouple_2", 166764); DictSNOConversation.Add("A4_Hub_YoungCouple_3", 166768); DictSNOConversation.Add("A4_JewelerBackstory_1", 163815); DictSNOConversation.Add("A4_JewelerBackstory_2", 200268); DictSNOConversation.Add("A4_JewelerBackstory_3", 200270); DictSNOConversation.Add("A4_Miner_InTown_NewStuff", 211447); DictSNOConversation.Add("A4_PostBetrayal_Blacksmith", 167017); DictSNOConversation.Add("A4_PostBetrayal_Enchantress", 166980); DictSNOConversation.Add("A4_PostBetrayal_Jeweler", 166994); DictSNOConversation.Add("A4_PostBetrayal_Mystic", 167031); DictSNOConversation.Add("A4_PostBetrayal_Scoundrel", 166944); DictSNOConversation.Add("A4_PostBetrayal_Templar", 166964); DictSNOConversation.Add("A4_Quartermaster_CorruptedArch", 187670); DictSNOConversation.Add("A4_Quartermaster_HeavenlySeals", 187665); DictSNOConversation.Add("A4_Quartermaster_HeavensFall", 187656); DictSNOConversation.Add("A4_Quartermaster_Hope", 187660); DictSNOConversation.Add("A4_Quartermaster_Intro", 187652); DictSNOConversation.Add("A4_TemplarBackstory_1", 154300); DictSNOConversation.Add("A4_Templar_AdriaGossip", 193864); DictSNOConversation.Add("Act3_Keep_Adria1", 152021); DictSNOConversation.Add("Act3_Keep_Adria2", 152025); DictSNOConversation.Add("Act3_Keep_Adria3", 152027); DictSNOConversation.Add("Act3_Keep_Leah1", 151534); DictSNOConversation.Add("Act3_Keep_Leah2", 151536); DictSNOConversation.Add("Act3_Keep_Leah3", 151538); DictSNOConversation.Add("Act3_Keep_Tyrael1", 151713); DictSNOConversation.Add("Act3_Keep_Tyrael2", 151716); DictSNOConversation.Add("Act3_Keep_Tyrael3", 151718); DictSNOConversation.Add("AdriaAzmodanSoul", 193537); DictSNOConversation.Add("AdriaBelialSoul", 80312); DictSNOConversation.Add("AdriaBelialSoulIntro", 192929); DictSNOConversation.Add("AdriaBlackSoulstoneFinished", 80513); DictSNOConversation.Add("AdriaCaldeumGateDestroy", 122192); DictSNOConversation.Add("AdriaCaldeumGateDestroy2", 141550); DictSNOConversation.Add("AdriaFindHead", 123146); DictSNOConversation.Add("AdriaFindHeadTemplar", 164304); DictSNOConversation.Add("AdriaLeahEvacuationBanter", 147089); DictSNOConversation.Add("AdriaPrison", 58139); DictSNOConversation.Add("AdriaPrisonLeave", 81674); DictSNOConversation.Add("AdriaPrisonTaunt", 81197); DictSNOConversation.Add("AdriaPrisonTaunt2", 188329); DictSNOConversation.Add("AdriaPrisonTaunt2_SnakemanCallout", 201406); DictSNOConversation.Add("AdriaRefugeeHistory", 82083); DictSNOConversation.Add("AdriasJournal", 167323); DictSNOConversation.Add("AdriaTyraelAboutKulle", 146576); DictSNOConversation.Add("Adria_Age", 144670); DictSNOConversation.Add("Adria_AzmodanIntro", 196366); DictSNOConversation.Add("Adria_BattleCries", 183804); DictSNOConversation.Add("Adria_Gossip_Belial", 144574); DictSNOConversation.Add("Adria_Gossip_Capture", 144560); DictSNOConversation.Add("Adria_Gossip_Kulle", 144595); DictSNOConversation.Add("Adria_Gossip_Leah", 144656); DictSNOConversation.Add("Adria_Gossip_LeahBirth", 144526); DictSNOConversation.Add("Adria_Gossip_Magic", 144641); DictSNOConversation.Add("Adria_Gossip_Motives", 144556); DictSNOConversation.Add("Adria_Gossip_Quest", 144541); DictSNOConversation.Add("Adria_Gossip_SoulstoneUse", 144611); DictSNOConversation.Add("Adria_Idle", 183821); DictSNOConversation.Add("Adria_KnowingCainGossip", 193730); DictSNOConversation.Add("Adria_LeahHoldingSoulstoneIntro", 134154); DictSNOConversation.Add("Adria_LeahHoldingSoulstonePart2", 134282); DictSNOConversation.Add("Adria_Leah_AmbientScene1", 181800); DictSNOConversation.Add("Adria_Leah_AmbientScene2", 181807); DictSNOConversation.Add("Adria_Leah_AmbientScene2b", 181815); DictSNOConversation.Add("Adria_Leah_AmbientScene3", 181813); DictSNOConversation.Add("Adria_Leah_AmbientScene4", 181829); DictSNOConversation.Add("Adria_Leah_AmbientScene5", 181836); DictSNOConversation.Add("Adria_StormCaldeum_End", 210605); DictSNOConversation.Add("Adria_StormCaldeum_EscortWarp", 192828); DictSNOConversation.Add("AlcarnusBlockadeExplain", 80314); DictSNOConversation.Add("AlcarnusPrisonerHelp", 83084); DictSNOConversation.Add("AlcarnusPrisonerRescue_Alt", 193616); DictSNOConversation.Add("AlcarnusPrisonerRescue_Alt1", 194158); DictSNOConversation.Add("AlcarnusPrisonerRescue_Alt2", 194167); DictSNOConversation.Add("AlcarnusPrisonerRescue_Alt3", 194173); DictSNOConversation.Add("AlcarnusPrisonerRescue_Alt4", 194177); DictSNOConversation.Add("AlcarnusPrisonerRescue_Alt5", 194182); DictSNOConversation.Add("AlcarnusRoadAmbush", 95983); DictSNOConversation.Add("AleserIllusion", 80978); DictSNOConversation.Add("AleserReal", 81368); DictSNOConversation.Add("Angel_AngelCorpse_Callout", 207532); DictSNOConversation.Add("Angel_TorturedAngel_Callout", 207536); DictSNOConversation.Add("Aqd_FastMummyAmbushPlayerCallout", 110779); DictSNOConversation.Add("Aqd_FastMummyAmbushPlayerEnd", 112202); DictSNOConversation.Add("Aqd_FastMummyAmbushRare", 110645); DictSNOConversation.Add("AshearaIntroduction", 163506); DictSNOConversation.Add("AshearaIntroductionTemplar", 164249); DictSNOConversation.Add("AshearaIntroduction_New", 201085); DictSNOConversation.Add("AshearaRefugeeIntro", 164038); DictSNOConversation.Add("AshearaTransitionToPalace", 165807); DictSNOConversation.Add("Asheara_IronWolves", 205290); DictSNOConversation.Add("AudienceSentence", 116036); DictSNOConversation.Add("AudienceSentence_LeahCallout", 201391); DictSNOConversation.Add("Audience_Asheara", 160894); DictSNOConversation.Add("Audience_Emperor", 160896); DictSNOConversation.Add("Auriel_BaseOfSpire", 196583); DictSNOConversation.Add("Auriel_Hope", 171617); DictSNOConversation.Add("Auriel_Tyrael", 171563); DictSNOConversation.Add("Auriel_UldyssianGossip", 193787); DictSNOConversation.Add("Auriel_WhatsNext", 171579); DictSNOConversation.Add("azmodanDemons", 123966); DictSNOConversation.Add("azmodanIntro", 123833); DictSNOConversation.Add("azmodanPortals", 123931); DictSNOConversation.Add("Azmodan_Taunts", 212928); DictSNOConversation.Add("Barkeep_Gossip_0", 113661); DictSNOConversation.Add("Barkeep_Gossip_1", 113682); DictSNOConversation.Add("Barkeep_Gossip_2", 113686); DictSNOConversation.Add("Barkeep_Gossip_3", 116126); DictSNOConversation.Add("Barkeep_Gossip_4", 123784); DictSNOConversation.Add("Barkeep_KillingBusinessCallout", 151156); DictSNOConversation.Add("BatesFarmEpilogue", 142629); DictSNOConversation.Add("BatesFarmEpilogue2", 142720); DictSNOConversation.Add("BatesFarmEpilogue3", 142722); DictSNOConversation.Add("BatesFarmEpilogue5", 143611); DictSNOConversation.Add("BatesFarmEpilogue6", 143627); DictSNOConversation.Add("Battlefield_Entry_Soldier_Banter", 192113); DictSNOConversation.Add("Battlefield_Entry_Soldier_Banter2", 192122); DictSNOConversation.Add("Battlefield_Entry_Soldier_Banter3", 192130); DictSNOConversation.Add("BlacksmithIntro_New", 198292); DictSNOConversation.Add("BlacksmithIntro_WalksToCellar_New", 198307); DictSNOConversation.Add("Blacksmith_ApprenticeFound", 132809); DictSNOConversation.Add("Blacksmith_Battle", 172554); DictSNOConversation.Add("Blacksmith_Caldeum", 172069); DictSNOConversation.Add("Blacksmith_CaldeumAfterBelial", 172517); DictSNOConversation.Add("Blacksmith_Catapults", 170625); DictSNOConversation.Add("Blacksmith_CellarCallout", 131774); DictSNOConversation.Add("Blacksmith_Change", 172282); DictSNOConversation.Add("Blacksmith_Crafting_1", 196041); DictSNOConversation.Add("Blacksmith_Crafting_2", 196043); DictSNOConversation.Add("Blacksmith_Crafting_Interim", 195714); DictSNOConversation.Add("Blacksmith_Crafting_Interim2", 195804); DictSNOConversation.Add("Blacksmith_DeadWife", 142846); DictSNOConversation.Add("Blacksmith_Family", 143020); DictSNOConversation.Add("Blacksmith_Father", 143146); DictSNOConversation.Add("Blacksmith_Father2", 143392); DictSNOConversation.Add("Blacksmith_Feel", 172588); DictSNOConversation.Add("Blacksmith_Hope", 185907); DictSNOConversation.Add("Blacksmith_Keep", 170611); DictSNOConversation.Add("Blacksmith_LeavingCellarCallout", 198327); DictSNOConversation.Add("Blacksmith_MetWife", 172307); DictSNOConversation.Add("Blacksmith_Player_MercyKillRequest", 131349); DictSNOConversation.Add("Blacksmith_Protector", 200416); DictSNOConversation.Add("Blacksmith_RescueCain", 200430); DictSNOConversation.Add("Blacksmith_Someday", 172602); DictSNOConversation.Add("Blacksmith_ThankYou_New", 198312); DictSNOConversation.Add("Blacksmith_TheEnd", 172563); DictSNOConversation.Add("Blacksmith_Tristram", 172464); DictSNOConversation.Add("Blacksmith_TristramBeforeQuest", 72402); DictSNOConversation.Add("Blacksmith_Vecin", 172359); DictSNOConversation.Add("Blacksmith_VillagerCallout", 131339); DictSNOConversation.Add("Blacksmith_WifeFoundAlt", 193264); DictSNOConversation.Add("Blacksmith_Wife_TransformationCallout", 131345); DictSNOConversation.Add("Blacksmith_Witch", 172326); DictSNOConversation.Add("bonusCaptainIntro", 134852); DictSNOConversation.Add("Butcher_FreshMeat", 211980); DictSNOConversation.Add("Butcher_Taunts", 211984); DictSNOConversation.Add("CainAboutLeah_1", 73171); DictSNOConversation.Add("CainAboutLeah_2", 179303); DictSNOConversation.Add("CainBookshelfSecretPassage", 72496); DictSNOConversation.Add("CainRunning", 80920); DictSNOConversation.Add("CainWaypoint", 72498); DictSNOConversation.Add("Cain_AboutHoradrim", 154353); DictSNOConversation.Add("Cain_AboutProphecy", 175291); DictSNOConversation.Add("Cain_AboutSkeletonKing", 154570); DictSNOConversation.Add("Cain_AboutTyrael", 154387); DictSNOConversation.Add("Cain_AboutWorldstone", 154420); DictSNOConversation.Add("Cain_AboutWorldstoneDestruction", 175194); DictSNOConversation.Add("Cain_CrownIntro", 114724); DictSNOConversation.Add("Cain_CrownIntro_New", 198691); DictSNOConversation.Add("Cain_CultGossip", 193830); DictSNOConversation.Add("Cain_Ritual_LeahCallout", 121703); DictSNOConversation.Add("Cain_Ritual_LeahCallout2NEW", 187161); DictSNOConversation.Add("Cain_SkeletonKingQuest_Intro", 80681); DictSNOConversation.Add("Cain_StrangerIntro", 117371); DictSNOConversation.Add("Cain_SwordOfJusticeComplete", 120382); DictSNOConversation.Add("Cain_TellMeAboutYourself", 154319); DictSNOConversation.Add("Cain_UndeadBashing", 87604); DictSNOConversation.Add("caldeumEliteChap1", 144370); DictSNOConversation.Add("caldeumEliteChap2", 144392); DictSNOConversation.Add("caldeumEliteChap3", 144394); DictSNOConversation.Add("caldeumEliteChap4", 144397); DictSNOConversation.Add("caldeumEliteChap5", 146164); DictSNOConversation.Add("CaldeumEscapeGuardAttack", 113912); DictSNOConversation.Add("CaldeumEvacuation_FirstRefugee", 157423); DictSNOConversation.Add("CaldeumEvacuation_Hovel", 161579); DictSNOConversation.Add("CaldeumEvacuation_SecondWave", 155755); DictSNOConversation.Add("CaldeumEvacuation_SecondWave_02", 156155); DictSNOConversation.Add("CaldeumEvacuation_SecondWave_03", 156159); DictSNOConversation.Add("CaldeumGateIntro", 145156); DictSNOConversation.Add("CaldeumGateProtestRandom", 81171); DictSNOConversation.Add("CaldeumRefugeeGuard", 57625); DictSNOConversation.Add("caldeumTortured_Poor_Female_A_Saved", 155774); DictSNOConversation.Add("caldeumTortured_Poor_Female_C_Saved", 155796); DictSNOConversation.Add("caldeumTortured_Poor_Male_C_Saved", 155783); DictSNOConversation.Add("caldeumTortured_Poor_Male_E_Saved", 155787); DictSNOConversation.Add("caldeumTortured_Poor_Male_G_Saved", 155791); DictSNOConversation.Add("Caldeum_ArchivesCallout_Female1", 142186); DictSNOConversation.Add("Caldeum_ArchivesCallout_Female2", 142251); DictSNOConversation.Add("Caldeum_ArchivesCallout_Male1", 142213); DictSNOConversation.Add("Caldeum_ArchivesCallout_Male2", 142275); DictSNOConversation.Add("Caldeum_ArchivesGossip_Female3", 143743); DictSNOConversation.Add("Caldeum_ArchivesGossip_Female4", 143751); DictSNOConversation.Add("Caldeum_ArchivesGossip_Male3", 143739); DictSNOConversation.Add("Caldeum_ArchivesGossip_Male4", 143747); DictSNOConversation.Add("Caldeum_BelialCallout_Female1", 146345); DictSNOConversation.Add("Caldeum_BelialCallout_Female2", 146349); DictSNOConversation.Add("Caldeum_BelialCallout_Male1", 146353); DictSNOConversation.Add("Caldeum_BelialCallout_Male2", 146357); DictSNOConversation.Add("Caldeum_BelialGossip_Female3", 146380); DictSNOConversation.Add("Caldeum_BelialGossip_Male3", 146374); DictSNOConversation.Add("Caldeum_BelialGossip_Male4", 146395); DictSNOConversation.Add("Caldeum_CaldeumCallout_Female1", 142169); DictSNOConversation.Add("Caldeum_CaldeumCallout_Female2", 142235); DictSNOConversation.Add("Caldeum_CaldeumCallout_Male1", 142194); DictSNOConversation.Add("Caldeum_CaldeumCallout_Male2", 142258); DictSNOConversation.Add("Caldeum_CaldeumGossip_Female3", 143614); DictSNOConversation.Add("Caldeum_CaldeumGossip_Female4", 143630); DictSNOConversation.Add("Caldeum_CaldeumGossip_Male3", 143637); DictSNOConversation.Add("Caldeum_CaldeumGossip_Male4", 143649); DictSNOConversation.Add("Caldeum_CanyonBridgeCallout_Female1", 142145); DictSNOConversation.Add("Caldeum_CanyonBridgeCallout_Male1", 143064); DictSNOConversation.Add("Caldeum_CanyonBridgeGossip_Female3", 143055); DictSNOConversation.Add("Caldeum_CanyonBridgeGossip_Female4", 143482); DictSNOConversation.Add("Caldeum_CanyonBridgeGossip_Male3", 143068); DictSNOConversation.Add("Caldeum_CanyonBridgeGossip_Male4", 143474); DictSNOConversation.Add("Caldeum_DamiusConversation", 142336); DictSNOConversation.Add("Caldeum_EvilMenConversation", 146457); DictSNOConversation.Add("Caldeum_HeroWorshipConversation", 142401); DictSNOConversation.Add("Caldeum_IronWolvesConversation", 142563); DictSNOConversation.Add("Caldeum_JewelConversation", 142963); DictSNOConversation.Add("Caldeum_KhasimGateCallout_Female1", 142149); DictSNOConversation.Add("Caldeum_KhasimGateCallout_Female2", 142230); DictSNOConversation.Add("Caldeum_KhasimGateCallout_Male1", 142190); DictSNOConversation.Add("Caldeum_KhasimGateCallout_Male2", 142325); DictSNOConversation.Add("Caldeum_KhasimGossip_Female3", 143580); DictSNOConversation.Add("Caldeum_KhasimGossip_Female4", 143597); DictSNOConversation.Add("Caldeum_KhasimGossip_Male3", 143587); DictSNOConversation.Add("Caldeum_KhasimGossip_Male4", 143592); DictSNOConversation.Add("Caldeum_KullesBloodCallout_Female1", 142182); DictSNOConversation.Add("Caldeum_KullesBloodCallout_Female2", 142247); DictSNOConversation.Add("Caldeum_KullesBloodCallout_Male1", 142209); DictSNOConversation.Add("Caldeum_KullesBloodCallout_Male2", 142271); DictSNOConversation.Add("Caldeum_KullesBloodGossip_Female3", 143722); DictSNOConversation.Add("Caldeum_KullesBloodGossip_Female4", 143727); DictSNOConversation.Add("Caldeum_KullesBloodGossip_Male3", 143731); DictSNOConversation.Add("Caldeum_KullesBloodGossip_Male4", 143735); DictSNOConversation.Add("Caldeum_KullesHeadCallout_Female1", 142178); DictSNOConversation.Add("Caldeum_KullesHeadCallout_Female2", 142243); DictSNOConversation.Add("Caldeum_KullesHeadCallout_Male1", 142205); DictSNOConversation.Add("Caldeum_KullesHeadCallout_Male2", 142267); DictSNOConversation.Add("Caldeum_KullesHeadGossip_Female3", 143701); DictSNOConversation.Add("Caldeum_KullesHeadGossip_Female4", 143709); DictSNOConversation.Add("Caldeum_KullesHeadGossip_Male3", 143713); DictSNOConversation.Add("Caldeum_KullesHeadGossip_Male4", 143717); DictSNOConversation.Add("Caldeum_Mighty_Fallen", 139758); DictSNOConversation.Add("Caldeum_MuchLessThievingConversation", 142647); DictSNOConversation.Add("Caldeum_PeopleAreTurningConversation", 142604); DictSNOConversation.Add("Caldeum_Poet", 139731); DictSNOConversation.Add("Caldeum_Poet2", 142547); DictSNOConversation.Add("Caldeum_Poet3", 142549); DictSNOConversation.Add("Caldeum_Poet4", 142551); DictSNOConversation.Add("Caldeum_Poet5", 192189); DictSNOConversation.Add("Caldeum_PreServantGhost", 140819); DictSNOConversation.Add("Caldeum_RescueAdriaCallout_Female1", 142174); DictSNOConversation.Add("Caldeum_RescueAdriaCallout_Female2", 142239); DictSNOConversation.Add("Caldeum_RescueAdriaCallout_Male1", 142198); DictSNOConversation.Add("Caldeum_RescueAdriaCallout_Male2", 142263); DictSNOConversation.Add("Caldeum_RescueAdriaGossip_Female3", 143659); DictSNOConversation.Add("Caldeum_RescueAdriaGossip_Female4", 143669); DictSNOConversation.Add("Caldeum_RescueAdriaGossip_Male3", 143680); DictSNOConversation.Add("Caldeum_RescueAdriaGossip_Male4", 143691); DictSNOConversation.Add("Caldeum_RichGuybyFountain", 139861); DictSNOConversation.Add("Caldeum_RichThief", 139703); DictSNOConversation.Add("Caldeum_RichThief2", 142906); DictSNOConversation.Add("Caldeum_RichThief3", 142910); DictSNOConversation.Add("Caldeum_RichThief4", 146179); DictSNOConversation.Add("Caldeum_RichThief5", 146181); DictSNOConversation.Add("Caldeum_SandsConversation", 142996); DictSNOConversation.Add("Caldeum_SewerChat", 139623); DictSNOConversation.Add("Caldeum_SewerChatPostBelial", 146227); DictSNOConversation.Add("Caldeum_SewerConversation", 142679); DictSNOConversation.Add("Caldeum_SurvivalConversation", 142892); DictSNOConversation.Add("Caldeum_UnderTheBootConversation", 143028); DictSNOConversation.Add("CaliemIllusion", 81314); DictSNOConversation.Add("CaliemReal", 81365); DictSNOConversation.Add("CampCultist_Callout", 191685); DictSNOConversation.Add("CanyonRimBridgeToKhamsin", 91259); DictSNOConversation.Add("CellarGuardWarn", 90408); DictSNOConversation.Add("CorpsewagonCallout", 136945); DictSNOConversation.Add("CrownCultist_Lore", 104044); DictSNOConversation.Add("Crown_Lore", 104059); DictSNOConversation.Add("CultistBridgeIllusionTaunt", 86130); DictSNOConversation.Add("CultistBridgeRitualBroken", 155765); DictSNOConversation.Add("CultistBridgeRitual_KillCivilians", 155861); DictSNOConversation.Add("CultistCanyonTaunt", 86460); DictSNOConversation.Add("CultistCellarKeyAttacked", 58761); DictSNOConversation.Add("CultistInquisitorFloat", 106760); DictSNOConversation.Add("Dalen_IntroCatapults", 196152); DictSNOConversation.Add("Dalen_IntroCatapults_PlayerCallout", 206160); DictSNOConversation.Add("DamiusPostBelial", 146213); DictSNOConversation.Add("DavydGateOpen", 81351); DictSNOConversation.Add("DavydIllusion_New", 201369); DictSNOConversation.Add("DefiledCrypts_Chancellor", 175405); DictSNOConversation.Add("DefiledCrypts_False1", 123267); DictSNOConversation.Add("DefiledCrypts_False2", 123280); DictSNOConversation.Add("DefiledCrypts_TheRightOne", 123303); DictSNOConversation.Add("Despair_Taunt", 136859); DictSNOConversation.Add("DiabloFight_Diablo_BossIntro", 132632); DictSNOConversation.Add("DiabloFight_Diablo_PlayerBanishedFight", 220040); DictSNOConversation.Add("DiabloFight_Diablo_RealmOfTerror_Intro", 151191); DictSNOConversation.Add("DiabloFight_Diablo_Stage2_ArchInterruption", 132638); DictSNOConversation.Add("DiabloFight_Diablo_Stage3_Intro", 132640); DictSNOConversation.Add("DiabloFight_Diablo_Taunt1", 148490); DictSNOConversation.Add("DiabloFight_Diablo_Taunt2", 148495); DictSNOConversation.Add("DiabloFight_Diablo_Taunt3", 148501); DictSNOConversation.Add("DiabloFight_Diablo_Taunt4", 148505); DictSNOConversation.Add("DiabloFight_Diablo_Taunt5", 148509); DictSNOConversation.Add("DiabloTaunt_Corruption1", 217226); DictSNOConversation.Add("DiabloTaunt_Corruption2", 217228); DictSNOConversation.Add("DiabloTaunt_HellPortal1", 217230); DictSNOConversation.Add("DiabloTaunt_HellPortal2", 217232); DictSNOConversation.Add("DiabloTaunt_RakanothPost", 217223); DictSNOConversation.Add("DiabloTaunt_RakanothPre", 217221); DictSNOConversation.Add("DiabloTaunt_ShadowRealm", 217711); DictSNOConversation.Add("DiabloTaunt_Spire3", 217239); DictSNOConversation.Add("DiabloTaunt_Spire3AfterIzual", 217436); DictSNOConversation.Add("DiabloTaunt_Tyrael", 217405); DictSNOConversation.Add("DiabloTaunt_VestibuleFight", 217187); DictSNOConversation.Add("DiabloTaunt_VestibuleFightPost", 217364); DictSNOConversation.Add("Diablo_Oculis", 215107); DictSNOConversation.Add("DrownedTemple_Alaric_EnterTemple", 132859); DictSNOConversation.Add("DrownedTemple_Alaric_OpenTemple", 137620); DictSNOConversation.Add("DrownedTemple_CultLeader_Taunt2", 133487); DictSNOConversation.Add("DrownedTemple_CultLeader_Taunt_New", 198925); DictSNOConversation.Add("DrownedTemple_Leah_WarpEscort", 190177); DictSNOConversation.Add("DrownedTemple_Leah_WarpEscort2", 190185); DictSNOConversation.Add("DrownedTemple_Martyr1_Arise", 133356); DictSNOConversation.Add("DrownedTemple_Martyr1_Death", 109245); DictSNOConversation.Add("DrownedTemple_Martyr2_Death", 109247); DictSNOConversation.Add("DrownedTemple_Martyr3_Death", 109249); DictSNOConversation.Add("DrownedTemple_Martyr_Appear", 133216); DictSNOConversation.Add("DrownedTemple_Martyr_Farewell", 107931); DictSNOConversation.Add("DrownedTemple_Martyr_MartyrsDead", 108256); DictSNOConversation.Add("DrownedTemple_Martyr_MartyrsDead2", 133372); DictSNOConversation.Add("DrownedTemple_SwordCallout", 120086); DictSNOConversation.Add("DrownedTemple_SwordLeahCallout", 202967); DictSNOConversation.Add("Dueling1", 275450); DictSNOConversation.Add("Dueling2", 275451); DictSNOConversation.Add("Dueling4", 275453); DictSNOConversation.Add("DyingGuy_GameIntro", 171722); DictSNOConversation.Add("EnchantressAmbushCallout", 91189); DictSNOConversation.Add("EnchantressBeginScrying", 96128); DictSNOConversation.Add("EnchantressBeginScryingTemplar", 164263); DictSNOConversation.Add("EnchantressBridgeIllusionBroken", 86196); DictSNOConversation.Add("EnchantressBridgeIntact", 90401); DictSNOConversation.Add("EnchantressBridgeIntro", 85832); DictSNOConversation.Add("EnchantressBridgeIntroFloat", 198505); DictSNOConversation.Add("EnchantressDead", 81414); DictSNOConversation.Add("EnchantressHire", 86431); DictSNOConversation.Add("EnchantressIllusionCellar", 86365); DictSNOConversation.Add("EnchantressIntroCallout", 145343); DictSNOConversation.Add("EnchantressIntroCalloutFloat", 198579); DictSNOConversation.Add("EnchantressReturnBridge_Outside", 201232); DictSNOConversation.Add("EnchantressReturnBridge_Prologue", 201228); DictSNOConversation.Add("EnchantressTaunt_New", 201387); DictSNOConversation.Add("EnchantressTaunt_NewIntro", 201791); DictSNOConversation.Add("EnchantressWestCellarCleared", 90424); DictSNOConversation.Add("Enchantress_Amplify_Damage", 119654); DictSNOConversation.Add("Enchantress_Charm", 119637); DictSNOConversation.Add("Enchantress_Disorient", 119626); DictSNOConversation.Add("Enchantress_Forceful_Push", 119633); DictSNOConversation.Add("Enchantress_Jarulf_Intro", 173255); DictSNOConversation.Add("Enchantress_Reflect_Missiles", 120174); DictSNOConversation.Add("evacCallout_caldeumGuard_Cleaver_A", 167644); DictSNOConversation.Add("evacCallout_caldeumMiddleClass_Male_C", 167595); DictSNOConversation.Add("evacCallout_caldeumMiddleClass_Male_C_NoWanderNoTurn", 167915); DictSNOConversation.Add("evacCallout_caldeumPoor_Female_B", 167428); DictSNOConversation.Add("evacCallout_caldeumPoor_Female_C", 167433); DictSNOConversation.Add("evacCallout_caldeumPoor_Female_E", 167437); DictSNOConversation.Add("evacCallout_caldeumTortured_Poor_Male_B", 167599); DictSNOConversation.Add("EvacuationSewer", 121359); DictSNOConversation.Add("EvacuationSewer_AshearaDuring", 178852); DictSNOConversation.Add("Evacuation_SecondWave_Over", 155908); DictSNOConversation.Add("Event47_Line_1", 195719); DictSNOConversation.Add("Event47_Line_10", 195764); DictSNOConversation.Add("Event47_Line_11", 195767); DictSNOConversation.Add("Event47_Line_12", 195769); DictSNOConversation.Add("Event47_Line_13", 195776); DictSNOConversation.Add("Event47_Line_2", 195721); DictSNOConversation.Add("Event47_Line_3", 195723); DictSNOConversation.Add("Event47_Line_4", 195725); DictSNOConversation.Add("Event47_Line_5", 195739); DictSNOConversation.Add("Event47_Line_6", 195741); DictSNOConversation.Add("Event47_Line_7", 195743); DictSNOConversation.Add("Event47_Line_8", 195745); DictSNOConversation.Add("Event47_Line_9", 195749); DictSNOConversation.Add("Event_A1OldTristram_ZombieTree_PlayerCallout", 134987); DictSNOConversation.Add("Event_A1_Wilderness_MultiCoffin_PlayerCallout", 134777); DictSNOConversation.Add("Event_A1_Wilderness_MultiCoffin_PlayerCallout_Mid", 138273); DictSNOConversation.Add("Event_A1_Wilderness_MultiCoffin_PlayerCallout_Outro", 140481); DictSNOConversation.Add("Event_A3Bridge_ZombieFeeding_Intro", 119951); DictSNOConversation.Add("Event_A3Bridge_ZombieFeeding_Outro", 121689); DictSNOConversation.Add("Event_Bridge_BlazeOfGlory_Captain_Charge", 152306); DictSNOConversation.Add("Event_Bridge_BlazeOfGlory_Captain_Dies", 152310); DictSNOConversation.Add("Event_Bridge_BlazeOfGlory_Captain_Flyers", 170145); DictSNOConversation.Add("Event_Bridge_BlazeOfGlory_Captain_Intro", 152242); DictSNOConversation.Add("Event_Bridge_BlazeOfGlory_Captain_Outro", 152252); DictSNOConversation.Add("Event_Bridge_BlazeOfGlory_Captain_TimerEnd", 152297); DictSNOConversation.Add("Event_Bridge_BlazeOfGlory_Captain_Worms", 170147); DictSNOConversation.Add("Event_CaldeumCurios_Callouts", 161807); DictSNOConversation.Add("Event_CaldeumCurios_Outro", 161840); DictSNOConversation.Add("Event_CampingTrip_Adventurer_Intro", 156612); DictSNOConversation.Add("Event_DogBiteCellar_Survivor_Intro", 220090); DictSNOConversation.Add("Event_DogBiteCellar_Survivor_Outro", 186295); DictSNOConversation.Add("Event_DoK_Death", 139825); DictSNOConversation.Add("Event_DoK_Kill", 139823); DictSNOConversation.Add("Event_DunExteriorA_Event_Bridge_Conv1", 95722); DictSNOConversation.Add("Event_DunExteriorA_Event_Bridge_Conv2", 96052); DictSNOConversation.Add("Event_DunExteriorA_Event_Bridge_Conv3", 101564); DictSNOConversation.Add("Event_DunExteriorA_Event_Bridge_ConvEscape", 95857); DictSNOConversation.Add("Event_DyingMan_CallOut", 140697); DictSNOConversation.Add("Event_DyingMan_Conv1", 140683); DictSNOConversation.Add("Event_FamilyThatBurrows", 86917); DictSNOConversation.Add("Event_FoundApprentice", 174019); DictSNOConversation.Add("Event_GameHunters_PlayerCalloutOutro", 140361); DictSNOConversation.Add("Event_Gharbad_The_Weak_Greet", 81069); DictSNOConversation.Add("Event_Gharbad_The_Weak_Outro", 139291); DictSNOConversation.Add("Event_Gharbad_The_Weak_Rezzed", 81344); DictSNOConversation.Add("Event_Gharbad_The_Weak_Saved", 81099); DictSNOConversation.Add("Event_Gharbad_The_Weak_WaveOver", 81629); DictSNOConversation.Add("Event_GhostGuards_GhezrimIntro", 186677); DictSNOConversation.Add("Event_GhostGuards_NecroSummon", 186695); DictSNOConversation.Add("Event_GhostHunters_Civ01_Callout", 156778); DictSNOConversation.Add("Event_GhostHunters_Intro", 156783); DictSNOConversation.Add("Event_GhostHunters_Raziel_Intro", 156806); DictSNOConversation.Add("Event_House1000Undead_End", 86044); DictSNOConversation.Add("Event_House1000Undead_Float1", 86030); DictSNOConversation.Add("Event_House1000Undead_Float2", 86032); DictSNOConversation.Add("Event_House1000Undead_TombOpened1", 93297); DictSNOConversation.Add("Event_House1000Undead_TombOpened2", 93313); DictSNOConversation.Add("Event_Keep_Blacksmith_Dying", 178546); DictSNOConversation.Add("Event_Keep_Blacksmith_Intro", 148864); DictSNOConversation.Add("Event_Keep_Blacksmith_Outro", 148866); DictSNOConversation.Add("Event_Keep_Blacksmith_Transition", 149322); DictSNOConversation.Add("Event_Keep_MonsterBarricade_CaptainIntro", 149348); DictSNOConversation.Add("Event_Keep_MonsterBarricade_CaptainOutro1", 149355); DictSNOConversation.Add("Event_Keep_RescueEscort_Intro", 153498); DictSNOConversation.Add("Event_MedicalCamp_Captain_Intro", 205272); DictSNOConversation.Add("Event_MedicalCamp_InjuredSoldier", 205285); DictSNOConversation.Add("Event_MedicalCamp_InjuredSoldier_Callout", 205276); DictSNOConversation.Add("Event_MedicalCamp_InjuredSoldier_Callout2", 205324); DictSNOConversation.Add("Event_MedicalCamp_Volunteer_Callout1", 205266); DictSNOConversation.Add("Event_MedicalCamp_Volunteer_Intro", 205268); DictSNOConversation.Add("Event_OasisCellars_FemaleRefugee", 134886); DictSNOConversation.Add("Event_OasisCellars_MaleRefugee", 134884); DictSNOConversation.Add("Event_OasisLacuniAmbush_Enchantress", 115344); DictSNOConversation.Add("Event_OasisLacuniAmbush_PlayerEnd", 115274); DictSNOConversation.Add("Event_OasisLacuniAmbush_PlayerIntro", 115257); DictSNOConversation.Add("Event_OasisLacuniAmbush_Scoundrel", 115330); DictSNOConversation.Add("Event_OasisLacuniAmbush_Templar", 115316); DictSNOConversation.Add("Event_OldTristCellar_QuillDemonChase_PlayerCallout1", 130329); DictSNOConversation.Add("Event_OldTristram_BlackMushroom", 156702); DictSNOConversation.Add("Event_PortalRoulette_Intro", 116781); DictSNOConversation.Add("Event_Queen_AfterExecution", 107174); DictSNOConversation.Add("Event_Queen_Execution", 105399); DictSNOConversation.Add("Event_Roadside_Assistance_Fixed", 81764); DictSNOConversation.Add("Event_Roadside_Assistance_Request", 81769); DictSNOConversation.Add("Event_Roadside_Assistance_RequestConv", 86886); DictSNOConversation.Add("Event_Roadside_Assistance_Saved", 81643); DictSNOConversation.Add("Event_Roadside_Assistance_Start", 81641); DictSNOConversation.Add("Event_ShadeOfRadament_Intro", 158801); DictSNOConversation.Add("Event_ShadeOfRadament_Taunt", 160719); DictSNOConversation.Add("Event_SnowyKeep_Alchemist_Callout", 178532); DictSNOConversation.Add("Event_SnowyKeep_Alchemist_Intro", 178525); DictSNOConversation.Add("Event_SpiritJourney_ShamanChant", 128824); DictSNOConversation.Add("Event_TideOfBattle_Colonel_Callout1", 207278); DictSNOConversation.Add("Event_TideOfBattle_Colonel_Callout2", 207303); DictSNOConversation.Add("Event_TideOfBattle_Colonel_Outro", 207331); DictSNOConversation.Add("Event_Tower_Of_Power_CultistInsideIntro", 80331); DictSNOConversation.Add("Event_Tower_Of_Power_CultistIntro2", 80238); DictSNOConversation.Add("Event_Tower_Of_Power_CultistIntro3", 80240); DictSNOConversation.Add("Event_VendorRescue_Brother_Rescued", 129797); DictSNOConversation.Add("Event_VendorRescue_Vendor_CultistAttack", 132163); DictSNOConversation.Add("Event_VendorRescue_Vendor_FoundBrother", 133230); DictSNOConversation.Add("Event_VendorRescue_Vendor_QuestInfo", 148405); DictSNOConversation.Add("Event_VendorRescue_Vendor_StartQuest", 129751); DictSNOConversation.Add("Event_VendorRescue_Vendor_WonQuest", 129807); DictSNOConversation.Add("Event_Vendor_Alchemist_Intro", 105378); DictSNOConversation.Add("Event_Vendor_Alchemist_Return", 105853); DictSNOConversation.Add("Event_Vendor_Alchemist_SpiderCaveHermit_Item", 105855); DictSNOConversation.Add("Event_Vendor_Armorer_Intro", 104075); DictSNOConversation.Add("Event_Vendor_Armorer_Intro_ForceEvent", 222664); DictSNOConversation.Add("Event_Vendor_Armorer_Return", 104268); DictSNOConversation.Add("Event_Vendor_Armorer_Return_NoItem", 106208); DictSNOConversation.Add("Event_Vendor_Collector_Intro", 107538); DictSNOConversation.Add("Event_Vendor_Curios_Intro", 107480); DictSNOConversation.Add("Event_Vendor_Fence_Intro", 104572); DictSNOConversation.Add("Event_Vendor_Miner_Callout_End", 107193); DictSNOConversation.Add("Event_Vendor_Miner_End", 107186); DictSNOConversation.Add("Event_Vendor_Miner_Intro", 107080); DictSNOConversation.Add("Event_Vendor_Tinker_Intro", 104575); DictSNOConversation.Add("Event_Vendor_Weaponsmith_Callout", 106538); DictSNOConversation.Add("Event_Vendor_Weaponsmith_Enemy_Conv3", 106563); DictSNOConversation.Add("Event_Vendor_Weaponsmith_Intro", 106536); DictSNOConversation.Add("Event_Vendor_Weaponsmith_Intro_DargonDead", 114155); DictSNOConversation.Add("Event_Vendor_Weaponsmith_Return", 106543); DictSNOConversation.Add("Event_YouLostMe_Artz_Warning", 165551); DictSNOConversation.Add("FamilyTree_Daughter_FamilyKilled", 77372); DictSNOConversation.Add("FamilyTree_Daughter_Gossip", 76996); DictSNOConversation.Add("FamilyTree_Daughter_Intro", 76927); DictSNOConversation.Add("FamilyTree_Daughter_Success", 76962); DictSNOConversation.Add("FamilyTree_Father_Intro", 76971); DictSNOConversation.Add("FamilyTree_Mother_Intro", 76973); DictSNOConversation.Add("FamilyTree_Son_Intro", 76975); DictSNOConversation.Add("FarmAmbushFlyerFarmer_Done", 60184); DictSNOConversation.Add("FarmAmbushFlyerFarmer_During", 120851); DictSNOConversation.Add("FarmAmbushFlyerFarmer_Greet", 60179); DictSNOConversation.Add("FarmAmbushFlyerFarmer_MidPoint", 60182); DictSNOConversation.Add("FerrymanPort_To_Tristram", 93149); DictSNOConversation.Add("FerrymanPort_To_Wertham", 72817); DictSNOConversation.Add("Ferryman_BeforeWortham", 156243); DictSNOConversation.Add("FesteringWoods_Ambush_End_Enchantress", 112003); DictSNOConversation.Add("FesteringWoods_Ambush_End_Player", 112114); DictSNOConversation.Add("FesteringWoods_Ambush_End_Scoundrel", 112001); DictSNOConversation.Add("FesteringWoods_Ambush_End_Templar", 111999); DictSNOConversation.Add("FesteringWoods_Ambush_FirstGhostGreet", 111984); DictSNOConversation.Add("FesteringWoods_Ambush_FirstGhostGreet2", 111723); DictSNOConversation.Add("FesteringWoods_Ambush_FirstGhostGreet3", 111849); DictSNOConversation.Add("FesteringWoods_Ambush_FirstGhostGreet_SkellyVersion", 137987); DictSNOConversation.Add("FesteringWoods_Ambush_PlayerEntersArea", 111968); DictSNOConversation.Add("FesteringWoods_Ambush_ThirdWaveRare", 111863); DictSNOConversation.Add("FesteringWoods_exNeph01", 137205); DictSNOConversation.Add("FesteringWoods_exNeph02", 137209); DictSNOConversation.Add("FesteringWoods_exNeph03", 137213); DictSNOConversation.Add("FesteringWoods_exNeph04", 137217); DictSNOConversation.Add("FesteringWoods_FleshpitFlyer01", 140691); DictSNOConversation.Add("FesteringWoods_Mongrel01", 137221); DictSNOConversation.Add("FesteringWoods_Mongrel02", 137231); DictSNOConversation.Add("FesteringWoods_Mongrel03", 137233); DictSNOConversation.Add("Fol_A1SkeletonKingThroneFloat", 228955); DictSNOConversation.Add("Fol_All_Camp_01", 119297); DictSNOConversation.Add("Fol_All_Camp_02", 146848); DictSNOConversation.Add("Fol_All_Camp_03", 156407); DictSNOConversation.Add("Fol_Aqueducts_E", 197898); DictSNOConversation.Add("Fol_Aqueducts_N", 198057); DictSNOConversation.Add("Fol_Archives_ActiveMachine", 162438); DictSNOConversation.Add("Fol_Archives_InactiveMachine", 162428); DictSNOConversation.Add("Fol_ArreatCore", 201196); DictSNOConversation.Add("Fol_Blood01_1", 198630); DictSNOConversation.Add("Fol_Blood01_2", 198644); DictSNOConversation.Add("Fol_Blood02", 198655); DictSNOConversation.Add("Fol_BridgeofKorsikk", 190711); DictSNOConversation.Add("Fol_Cathedral", 176873); DictSNOConversation.Add("Fol_Cemetery", 176896); DictSNOConversation.Add("Fol_CrystalColonnade", 207089); DictSNOConversation.Add("Fol_DiamondGates", 206878); DictSNOConversation.Add("Fol_EN_Alcarnus1", 161244); DictSNOConversation.Add("Fol_EN_Alcarnus2", 161251); DictSNOConversation.Add("Fol_EN_Aqueducts1", 161767); DictSNOConversation.Add("Fol_EN_Aqueducts2", 161778); DictSNOConversation.Add("Fol_EN_Aqueducts3", 161793); DictSNOConversation.Add("Fol_EN_Aqueducts4", 161798); DictSNOConversation.Add("Fol_EN_Aqueducts5", 161803); DictSNOConversation.Add("Fol_EN_Aqueducts6", 161813); DictSNOConversation.Add("Fol_EN_Aqueducts7", 161817); DictSNOConversation.Add("Fol_EN_Aqueducts8", 161976); DictSNOConversation.Add("Fol_EN_Archives1", 161587); DictSNOConversation.Add("Fol_EN_Archives2", 161593); DictSNOConversation.Add("Fol_EN_Archives3", 161602); DictSNOConversation.Add("Fol_EN_Archives4", 161614); DictSNOConversation.Add("Fol_EN_Archives5", 161619); DictSNOConversation.Add("Fol_EN_Archives6", 161645); DictSNOConversation.Add("Fol_EN_Archives7", 161649); DictSNOConversation.Add("Fol_EN_Archives8", 161669); DictSNOConversation.Add("Fol_EN_ArchivesEntrance", 161577); DictSNOConversation.Add("Fol_EN_ArreatCore1", 202149); DictSNOConversation.Add("Fol_EN_ArreatCore2", 202153); DictSNOConversation.Add("Fol_EN_ArreatCrater1", 202086); DictSNOConversation.Add("Fol_EN_ArreatCrater1_2", 202120); DictSNOConversation.Add("Fol_EN_ArreatCrater2", 202090); DictSNOConversation.Add("Fol_EN_ArreatCrater2_2", 202124); DictSNOConversation.Add("Fol_EN_ArreatCrater3", 202094); DictSNOConversation.Add("Fol_EN_ArreatCrater3_3", 202128); DictSNOConversation.Add("Fol_EN_Backstory0", 192009); DictSNOConversation.Add("Fol_EN_Backstory1", 168354); DictSNOConversation.Add("Fol_EN_Backstory11", 169319); DictSNOConversation.Add("Fol_EN_Backstory12", 169345); DictSNOConversation.Add("Fol_EN_Backstory2", 168368); DictSNOConversation.Add("Fol_EN_Backstory3", 168382); DictSNOConversation.Add("Fol_EN_Backstory4", 168396); DictSNOConversation.Add("Fol_EN_Backstory5", 168410); DictSNOConversation.Add("Fol_EN_Backstory6", 169231); DictSNOConversation.Add("Fol_EN_Backstory7", 169261); DictSNOConversation.Add("Fol_EN_Backstory8", 169275); DictSNOConversation.Add("Fol_EN_Backstory9", 169289); DictSNOConversation.Add("Fol_EN_Boneyard1", 161380); DictSNOConversation.Add("Fol_EN_Boneyard2", 161394); DictSNOConversation.Add("Fol_EN_Boneyard3", 161408); DictSNOConversation.Add("Fol_EN_Boneyard4", 161423); DictSNOConversation.Add("Fol_EN_Boneyard5", 161438); DictSNOConversation.Add("Fol_EN_Boneyard6", 161442); DictSNOConversation.Add("Fol_EN_BoneyardTimed", 161844); DictSNOConversation.Add("Fol_EN_ButcherEntrance", 170628); DictSNOConversation.Add("Fol_EN_Camp_Solo_01", 159807); DictSNOConversation.Add("Fol_EN_Camp_Solo_02", 159811); DictSNOConversation.Add("Fol_EN_Camp_Solo_03", 159819); DictSNOConversation.Add("Fol_EN_Camp_Solo_04", 159823); DictSNOConversation.Add("Fol_EN_Camp_Solo_05", 159828); DictSNOConversation.Add("Fol_EN_Camp_Solo_06", 159833); DictSNOConversation.Add("Fol_EN_Camp_Solo_07", 159839); DictSNOConversation.Add("Fol_EN_Camp_Solo_08", 159843); DictSNOConversation.Add("Fol_EN_Camp_Solo_09", 159849); DictSNOConversation.Add("Fol_EN_Camp_Solo_10", 207972); DictSNOConversation.Add("Fol_EN_Camp_Solo_11", 207976); DictSNOConversation.Add("Fol_EN_Camp_Solo_12", 207980); DictSNOConversation.Add("Fol_EN_Camp_Solo_13", 207984); DictSNOConversation.Add("Fol_EN_Camp_Solo_14", 207988); DictSNOConversation.Add("Fol_EN_Camp_Solo_15", 207992); DictSNOConversation.Add("Fol_EN_Camp_Solo_16", 207996); DictSNOConversation.Add("Fol_EN_Camp_Solo_17", 208000); DictSNOConversation.Add("Fol_EN_Camp_Solo_18", 208004); DictSNOConversation.Add("Fol_EN_Camp_Solo_19", 208008); DictSNOConversation.Add("Fol_EN_Camp_Solo_20", 208012); DictSNOConversation.Add("Fol_EN_Camp_Solo_21", 208016); DictSNOConversation.Add("Fol_EN_Cannibal", 167808); DictSNOConversation.Add("Fol_EN_Captain", 178649); DictSNOConversation.Add("Fol_EN_Cathedral", 170739); DictSNOConversation.Add("Fol_EN_Cathedral2", 170753); DictSNOConversation.Add("Fol_EN_Cathedral3", 170757); DictSNOConversation.Add("Fol_EN_Cathedral4", 172112); DictSNOConversation.Add("Fol_EN_Cathedral5", 172117); DictSNOConversation.Add("Fol_EN_Cathedral6", 172121); DictSNOConversation.Add("Fol_EN_Cellar1", 161226); DictSNOConversation.Add("Fol_EN_Cellar2", 161230); DictSNOConversation.Add("Fol_EN_Cemetery1", 170803); DictSNOConversation.Add("Fol_EN_Cemetery2", 170870); DictSNOConversation.Add("Fol_EN_CrownofHeaven1", 207404); DictSNOConversation.Add("Fol_EN_CrownofHeaven2", 207408); DictSNOConversation.Add("Fol_EN_Crypt1", 170875); DictSNOConversation.Add("Fol_EN_Crypt2", 170877); DictSNOConversation.Add("Fol_EN_Crypt3", 172082); DictSNOConversation.Add("Fol_EN_Crypt4", 172088); DictSNOConversation.Add("Fol_EN_CrystalColonnade1", 207391); DictSNOConversation.Add("Fol_EN_CrystalColonnade2", 207396); DictSNOConversation.Add("Fol_EN_CursedTower1", 202137); DictSNOConversation.Add("Fol_EN_CursedTower2", 202141); DictSNOConversation.Add("Fol_EN_CursedTower3", 202145); DictSNOConversation.Add("Fol_EN_DamnedTower1", 202099); DictSNOConversation.Add("Fol_EN_DamnedTower2", 202103); DictSNOConversation.Add("Fol_EN_DamnedTower3", 202107); DictSNOConversation.Add("Fol_EN_DamnedTower4", 202111); DictSNOConversation.Add("Fol_EN_DeadMachine", 161835); DictSNOConversation.Add("Fol_EN_DemonSpecial", 202115); DictSNOConversation.Add("Fol_EN_DiamondGates1", 207197); DictSNOConversation.Add("Fol_EN_DiamondGates2", 207202); DictSNOConversation.Add("Fol_EN_DiamondGates3", 207206); DictSNOConversation.Add("Fol_EN_EdgeoftheAbyss", 202080); DictSNOConversation.Add("Fol_EN_Evac", 161751); DictSNOConversation.Add("Fol_EN_Fields1", 172135); DictSNOConversation.Add("Fol_EN_Fields2", 172152); DictSNOConversation.Add("Fol_EN_Fields3", 172156); DictSNOConversation.Add("Fol_EN_Fields4", 172173); DictSNOConversation.Add("Fol_EN_Fields5", 172178); DictSNOConversation.Add("Fol_EN_Fields6", 172182); DictSNOConversation.Add("Fol_EN_FieldsofSlaughter1", 191218); DictSNOConversation.Add("Fol_EN_FieldsofSlaughter2", 191228); DictSNOConversation.Add("Fol_EN_FieldsofSlaughter3", 191232); DictSNOConversation.Add("Fol_EN_GardensofHope1", 207238); DictSNOConversation.Add("Fol_EN_GardensofHope10", 207343); DictSNOConversation.Add("Fol_EN_GardensofHope11", 207347); DictSNOConversation.Add("Fol_EN_GardensofHope12", 207351); DictSNOConversation.Add("Fol_EN_GardensofHope2", 207242); DictSNOConversation.Add("Fol_EN_GardensofHope3", 207246); DictSNOConversation.Add("Fol_EN_GardensofHope5", 207250); DictSNOConversation.Add("Fol_EN_GardensofHope6", 207254); DictSNOConversation.Add("Fol_EN_GardensofHope7", 207258); DictSNOConversation.Add("Fol_EN_GardensofHope8", 207333); DictSNOConversation.Add("Fol_EN_GardensofHope9", 207339); DictSNOConversation.Add("Fol_EN_GatewaySilverSpire", 207413); DictSNOConversation.Add("Fol_EN_GatewaytoHell1_1", 207318); DictSNOConversation.Add("Fol_EN_GatewaytoHell1_2", 207322); DictSNOConversation.Add("Fol_EN_GatewaytoHell1_3", 207326); DictSNOConversation.Add("Fol_EN_GatewaytoHell2_1", 207355); DictSNOConversation.Add("Fol_EN_GatewaytoHell2_2", 207359); DictSNOConversation.Add("Fol_EN_GatewaytoHell2_3", 207363); DictSNOConversation.Add("Fol_EN_HallsofAgony1", 172487); DictSNOConversation.Add("Fol_EN_HallsofAgony2", 172519); DictSNOConversation.Add("Fol_EN_HallsofAgony3", 172523); DictSNOConversation.Add("Fol_EN_HallsofAgony4", 172529); DictSNOConversation.Add("Fol_EN_Highlands1", 172247); DictSNOConversation.Add("Fol_EN_Highlands2", 172253); DictSNOConversation.Add("Fol_EN_Highlands3", 172259); DictSNOConversation.Add("Fol_EN_Highlands4", 172398); DictSNOConversation.Add("Fol_EN_Highlands5", 172404); DictSNOConversation.Add("Fol_EN_Highlands6", 172414); DictSNOConversation.Add("Fol_EN_KeepDepths1", 190984); DictSNOConversation.Add("Fol_EN_KeepDepths2", 190988); DictSNOConversation.Add("Fol_EN_KeepDepths3", 190992); DictSNOConversation.Add("Fol_EN_KeepDepths4", 190996); DictSNOConversation.Add("Fol_EN_KeepDepths5", 191010); DictSNOConversation.Add("Fol_EN_KeepDepths6", 191014); DictSNOConversation.Add("Fol_EN_KeepDepths_L2_1", 191028); DictSNOConversation.Add("Fol_EN_KeepDepths_L2_2", 191042); DictSNOConversation.Add("Fol_EN_KeepDepths_L2_3", 191046); DictSNOConversation.Add("Fol_EN_KeepDepths_L2_4", 191088); DictSNOConversation.Add("Fol_EN_KeepDepths_L2_5", 191108); DictSNOConversation.Add("Fol_EN_KeepDepths_L2_6", 191125); DictSNOConversation.Add("Fol_EN_KeepDepths_L3_1", 191131); DictSNOConversation.Add("Fol_EN_KeepDepths_L3_2", 191151); DictSNOConversation.Add("Fol_EN_KeepDepths_L3_3", 191155); DictSNOConversation.Add("Fol_EN_KeepDepths_L3_4", 191162); DictSNOConversation.Add("Fol_EN_Keep_Random", 191240); DictSNOConversation.Add("Fol_EN_KhasimGate", 161221); DictSNOConversation.Add("Fol_EN_KulleBody", 161746); DictSNOConversation.Add("Fol_EN_KulleHead", 161759); DictSNOConversation.Add("Fol_EN_Larder", 191166); DictSNOConversation.Add("Fol_EN_LeahSoulstone", 190745); DictSNOConversation.Add("Fol_EN_LeahSoulstone2", 190969); DictSNOConversation.Add("Fol_EN_Lever1", 161785); DictSNOConversation.Add("Fol_EN_Lever2", 161789); DictSNOConversation.Add("Fol_EN_LibraryofFate1", 207287); DictSNOConversation.Add("Fol_EN_LibraryofFate2", 207291); DictSNOConversation.Add("Fol_EN_LibraryofFate3", 207309); DictSNOConversation.Add("Fol_EN_LibraryofFate4", 207313); DictSNOConversation.Add("Fol_EN_LowerRamparts1", 190802); DictSNOConversation.Add("Fol_EN_LowerRamparts2", 190806); DictSNOConversation.Add("Fol_EN_LowerRamparts3", 190810); DictSNOConversation.Add("Fol_EN_LowerRamparts4", 190837); DictSNOConversation.Add("Fol_EN_LowerRamparts5", 190895); DictSNOConversation.Add("Fol_EN_Machine1", 161634); DictSNOConversation.Add("Fol_EN_MaghdaManor", 172467); DictSNOConversation.Add("Fol_EN_Manor", 172438); DictSNOConversation.Add("Fol_EN_Necromancer", 161234); DictSNOConversation.Add("Fol_EN_Oasis1", 161341); DictSNOConversation.Add("Fol_EN_Oasis2", 161349); DictSNOConversation.Add("Fol_EN_Oasis3", 161353); DictSNOConversation.Add("Fol_EN_Oasis4", 161358); DictSNOConversation.Add("Fol_EN_Oasis5", 161362); DictSNOConversation.Add("Fol_EN_Oasis6", 161376); DictSNOConversation.Add("Fol_EN_RakkisCrossing1", 202049); DictSNOConversation.Add("Fol_EN_RakkisCrossing2", 202072); DictSNOConversation.Add("Fol_EN_RakkisCrossing3", 202076); DictSNOConversation.Add("Fol_EN_Random", 161239); DictSNOConversation.Add("Fol_EN_Rift", 165030); DictSNOConversation.Add("Fol_EN_SC_Camp_01", 119416); DictSNOConversation.Add("Fol_EN_SC_Camp_02", 119422); DictSNOConversation.Add("Fol_EN_SC_Camp_03", 119465); DictSNOConversation.Add("Fol_EN_SC_Camp_04", 119427); DictSNOConversation.Add("Fol_EN_SC_Camp_05", 146851); DictSNOConversation.Add("Fol_EN_SC_Camp_06", 119432); DictSNOConversation.Add("Fol_EN_Sewers1", 161307); DictSNOConversation.Add("Fol_EN_Sewers2", 161323); DictSNOConversation.Add("Fol_EN_Sewers3", 161328); DictSNOConversation.Add("Fol_EN_Sewers4", 161332); DictSNOConversation.Add("Fol_EN_Sewers5", 161336); DictSNOConversation.Add("Fol_EN_ShadowRealm1", 161683); DictSNOConversation.Add("Fol_EN_ShadowRealm2", 161729); DictSNOConversation.Add("Fol_EN_Ship", 161217); DictSNOConversation.Add("Fol_EN_SilverSpire1", 208194); DictSNOConversation.Add("Fol_EN_SilverSpire2", 208199); DictSNOConversation.Add("Fol_EN_SilverSpire3", 208204); DictSNOConversation.Add("Fol_EN_SilverSpire4", 208208); DictSNOConversation.Add("Fol_EN_SilverSpire5", 208213); DictSNOConversation.Add("Fol_EN_SilverSpire6", 208217); DictSNOConversation.Add("Fol_EN_SkeletonKingIntro", 172788); DictSNOConversation.Add("Fol_EN_SpiderCaves1", 172201); DictSNOConversation.Add("Fol_EN_SpiderCaves2", 172210); DictSNOConversation.Add("Fol_EN_SpiderCaves3", 172215); DictSNOConversation.Add("Fol_EN_SpiderCaves4", 172221); DictSNOConversation.Add("Fol_EN_SpiderCaves5", 172225); DictSNOConversation.Add("Fol_EN_SpiderCaves6", 172230); DictSNOConversation.Add("Fol_EN_StingingWinds1", 161111); DictSNOConversation.Add("Fol_EN_StingingWinds2", 161125); DictSNOConversation.Add("Fol_EN_StingingWinds3", 161139); DictSNOConversation.Add("Fol_EN_StingingWinds4", 161180); DictSNOConversation.Add("Fol_EN_StingingWinds5", 161194); DictSNOConversation.Add("Fol_EN_StingingWinds6", 161199); DictSNOConversation.Add("Fol_EN_StingingWinds7", 161213); DictSNOConversation.Add("Fol_EN_Timed01", 161296); DictSNOConversation.Add("Fol_EN_Timed02", 161302); DictSNOConversation.Add("Fol_EN_TP_Camp_01", 119078); DictSNOConversation.Add("Fol_EN_TP_Camp_02", 119479); DictSNOConversation.Add("Fol_EN_TP_Camp_03", 119083); DictSNOConversation.Add("Fol_EN_TP_Camp_04", 119437); DictSNOConversation.Add("Fol_EN_TP_Camp_05", 119357); DictSNOConversation.Add("Fol_EN_TP_Camp_06", 119291); DictSNOConversation.Add("Fol_EN_TP_Camp_07", 119451); DictSNOConversation.Add("Fol_EN_TristramRoad1", 170703); DictSNOConversation.Add("Fol_EN_TristramRoad2", 170707); DictSNOConversation.Add("Fol_EN_TristramRoad3", 170713); DictSNOConversation.Add("Fol_EN_TristramRoad4", 170717); DictSNOConversation.Add("Fol_EN_TristramRoad5", 170721); DictSNOConversation.Add("Fol_EN_TristramRoad6", 170725); DictSNOConversation.Add("Fol_EN_Tyrael", 161261); DictSNOConversation.Add("Fol_EN_Tyrael1", 202157); DictSNOConversation.Add("Fol_EN_Tyrael2", 202162); DictSNOConversation.Add("Fol_EN_Tyrael3", 202167); DictSNOConversation.Add("Fol_EN_TyraelFollow", 179414); DictSNOConversation.Add("Fol_EN_TyraelMeet", 170636); DictSNOConversation.Add("Fol_EN_UpperRamparts1", 190749); DictSNOConversation.Add("Fol_EN_UpperRamparts2", 190755); DictSNOConversation.Add("Fol_EN_UpperRamparts3", 190759); DictSNOConversation.Add("Fol_EN_UpperRamparts4", 190778); DictSNOConversation.Add("Fol_EN_UpperRamparts5", 190784); DictSNOConversation.Add("Fol_EN_UpperRamparts6", 190798); DictSNOConversation.Add("Fol_EN_VestibleofLight1", 207211); DictSNOConversation.Add("Fol_EN_VestibleofLight2", 207216); DictSNOConversation.Add("Fol_EN_VestibleofLight3", 207230); DictSNOConversation.Add("Fol_EN_WeepingHollow", 170761); DictSNOConversation.Add("Fol_EN_WeepingHollow2", 170779); DictSNOConversation.Add("Fol_EN_WeepingHollow3", 170786); DictSNOConversation.Add("Fol_EN_WeepingHollow4", 170791); DictSNOConversation.Add("Fol_EN_WeepingHollow5", 170795); DictSNOConversation.Add("Fol_EN_WeepingHollow6", 170799); DictSNOConversation.Add("Fol_EN_Westgate1", 191170); DictSNOConversation.Add("Fol_EN_Westgate2", 191184); DictSNOConversation.Add("Fol_EN_Westgate3", 191188); DictSNOConversation.Add("Fol_EN_Westgate4", 191193); DictSNOConversation.Add("Fol_EN_ZoltTreasure", 161107); DictSNOConversation.Add("Fol_FieldsofMisery", 176918); DictSNOConversation.Add("Fol_FloodedCauseway", 197246); DictSNOConversation.Add("Fol_GardensofHope", 206944); DictSNOConversation.Add("Fol_GardensofHope2", 207012); DictSNOConversation.Add("Fol_GatewaytoHell1", 207018); DictSNOConversation.Add("Fol_HallsofAgony", 177007); DictSNOConversation.Add("Fol_Highlands", 176979); DictSNOConversation.Add("Fol_KeepDepths", 190442); DictSNOConversation.Add("Fol_KhasimOutpost", 194691); DictSNOConversation.Add("Fol_Larder", 190615); DictSNOConversation.Add("Fol_LarderEntrance", 190608); DictSNOConversation.Add("Fol_Leah_Player_EN_001", 172545); DictSNOConversation.Add("Fol_Leah_Player_EN_002", 172552); DictSNOConversation.Add("Fol_Leah_Player_EN_003", 172561); DictSNOConversation.Add("Fol_Leah_Player_EN_01", 118640); DictSNOConversation.Add("Fol_Leah_Player_EN_02", 118660); DictSNOConversation.Add("Fol_Leah_Player_EN_03", 118675); DictSNOConversation.Add("Fol_Leah_Player_EN_04", 161951); DictSNOConversation.Add("Fol_Leah_Player_EN_05", 161956); DictSNOConversation.Add("Fol_Leah_Player_EN_06", 161962); DictSNOConversation.Add("Fol_Leah_Player_EN_07", 118655); DictSNOConversation.Add("Fol_Leah_Player_SC_01", 118569); DictSNOConversation.Add("Fol_Leah_Player_SC_02", 118586); DictSNOConversation.Add("Fol_Leah_Player_SC_03", 118610); DictSNOConversation.Add("Fol_Leah_Player_SC_04", 118625); DictSNOConversation.Add("Fol_Leah_Player_SC_05", 118721); DictSNOConversation.Add("Fol_Leah_Player_SC_06", 163702); DictSNOConversation.Add("Fol_Leah_Player_SC_07", 163707); DictSNOConversation.Add("Fol_Leah_Player_SC_08", 163714); DictSNOConversation.Add("Fol_Leah_Player_SC_09", 164578); DictSNOConversation.Add("Fol_Leah_Player_SC_10", 164585); DictSNOConversation.Add("Fol_Leah_Player_SC_11", 164593); DictSNOConversation.Add("Fol_Leah_Player_TP_01", 116817); DictSNOConversation.Add("Fol_Leah_Player_TP_02", 118521); DictSNOConversation.Add("Fol_Leah_Player_TP_03", 118537); DictSNOConversation.Add("Fol_Leah_Player_TP_04", 118552); DictSNOConversation.Add("Fol_LibraryofFate", 206984); DictSNOConversation.Add("Fol_LowerRamparts", 190350); DictSNOConversation.Add("Fol_Lust", 228958); DictSNOConversation.Add("Fol_Manor", 176999); DictSNOConversation.Add("Fol_Oasis", 197269); DictSNOConversation.Add("Fol_OldTristramRoad", 176856); DictSNOConversation.Add("Fol_Player_EN_Wrld_001", 172571); DictSNOConversation.Add("Fol_Player_EN_Wrld_002", 172616); DictSNOConversation.Add("Fol_Player_EN_Wrld_003", 172647); DictSNOConversation.Add("Fol_Player_EN_Wrld_004", 172668); DictSNOConversation.Add("Fol_Player_EN_Wrld_005", 172683); DictSNOConversation.Add("Fol_Player_EN_Wrld_006", 172697); DictSNOConversation.Add("Fol_Player_EN_Wrld_007", 172715); DictSNOConversation.Add("Fol_Player_EN_Wrld_008", 172730); DictSNOConversation.Add("Fol_Player_EN_Wrld_009", 172744); DictSNOConversation.Add("Fol_Player_EN_Wrld_01", 118783); DictSNOConversation.Add("Fol_Player_EN_Wrld_010", 172758); DictSNOConversation.Add("Fol_Player_EN_Wrld_02", 118797); DictSNOConversation.Add("Fol_Player_EN_Wrld_03", 118820); DictSNOConversation.Add("Fol_Player_EN_Wrld_04", 118834); DictSNOConversation.Add("Fol_Player_EN_Wrld_05", 118759); DictSNOConversation.Add("Fol_Player_EN_Wrld_06", 161854); DictSNOConversation.Add("Fol_Player_EN_Wrld_07", 161875); DictSNOConversation.Add("Fol_Player_EN_Wrld_08", 161896); DictSNOConversation.Add("Fol_Player_EN_Wrld_09", 161911); DictSNOConversation.Add("Fol_Player_EN_Wrld_10", 161926); DictSNOConversation.Add("Fol_Player_EN_Wrld_11", 202193); DictSNOConversation.Add("Fol_Player_EN_Wrld_12", 202215); DictSNOConversation.Add("Fol_Player_EN_Wrld_13", 202200); DictSNOConversation.Add("Fol_Player_EN_Wrld_14", 202239); DictSNOConversation.Add("Fol_Player_EN_Wrld_15", 202253); DictSNOConversation.Add("Fol_Player_EN_Wrld_16", 202356); DictSNOConversation.Add("Fol_Player_EN_Wrld_17", 202371); DictSNOConversation.Add("Fol_Player_EN_Wrld_18", 202385); DictSNOConversation.Add("Fol_Player_EN_Wrld_19", 202406); DictSNOConversation.Add("Fol_Player_EN_Wrld_20", 202424); DictSNOConversation.Add("Fol_Player_EN_Wrld_21", 207437); DictSNOConversation.Add("Fol_Player_EN_Wrld_22", 207459); DictSNOConversation.Add("Fol_Player_EN_Wrld_23", 208222); DictSNOConversation.Add("Fol_Player_EN_Wrld_24", 208236); DictSNOConversation.Add("Fol_Player_EN_Wrld_25", 208250); DictSNOConversation.Add("Fol_Player_EN_Wrld_26", 208264); DictSNOConversation.Add("Fol_Player_EN_Wrld_27", 208278); DictSNOConversation.Add("Fol_Player_EN_Wrld_28", 208292); DictSNOConversation.Add("Fol_Player_EN_Wrld_29", 208306); DictSNOConversation.Add("Fol_Player_SC_Wrld_01", 118912); DictSNOConversation.Add("Fol_Player_SC_Wrld_02", 118995); DictSNOConversation.Add("Fol_Player_SC_Wrld_03", 118929); DictSNOConversation.Add("Fol_Player_SC_Wrld_04", 118945); DictSNOConversation.Add("Fol_Player_SC_Wrld_05", 135190); DictSNOConversation.Add("Fol_Player_SC_Wrld_06", 139258); DictSNOConversation.Add("Fol_Player_SC_Wrld_07", 139521); DictSNOConversation.Add("Fol_Player_SC_Wrld_08", 139535); DictSNOConversation.Add("Fol_Player_SC_Wrld_09", 156035); DictSNOConversation.Add("Fol_Player_SC_Wrld_10", 163723); DictSNOConversation.Add("Fol_Player_SC_Wrld_11", 163737); DictSNOConversation.Add("Fol_Player_SC_Wrld_12", 163752); DictSNOConversation.Add("Fol_Player_SC_Wrld_13", 137792); DictSNOConversation.Add("Fol_Player_SC_Wrld_14", 139495); DictSNOConversation.Add("Fol_Player_SC_Wrld_15", 164539); DictSNOConversation.Add("Fol_Player_SC_Wrld_16", 164557); DictSNOConversation.Add("Fol_Player_SC_Wrld_17", 164601); DictSNOConversation.Add("Fol_Player_SC_Wrld_18", 198986); DictSNOConversation.Add("Fol_Player_SC_Wrld_19", 199008); DictSNOConversation.Add("Fol_Player_SC_Wrld_20", 199037); DictSNOConversation.Add("Fol_Player_SC_Wrld_21", 199051); DictSNOConversation.Add("Fol_Player_SC_Wrld_22", 199071); DictSNOConversation.Add("Fol_Player_SC_Wrld_23", 199092); DictSNOConversation.Add("Fol_Player_SC_Wrld_24", 199107); DictSNOConversation.Add("Fol_Player_SC_Wrld_25", 199125); DictSNOConversation.Add("Fol_Player_SC_Wrld_26", 199292); DictSNOConversation.Add("Fol_Player_SC_Wrld_27", 199309); DictSNOConversation.Add("Fol_Player_SC_Wrld_28", 207175); DictSNOConversation.Add("Fol_Player_SC_Wrld_29", 207180); DictSNOConversation.Add("Fol_Player_SC_Wrld_30", 208020); DictSNOConversation.Add("Fol_Player_SC_Wrld_31", 208034); DictSNOConversation.Add("Fol_Player_SC_Wrld_32", 208055); DictSNOConversation.Add("Fol_Player_SC_Wrld_33", 208069); DictSNOConversation.Add("Fol_Player_SC_Wrld_34", 208083); DictSNOConversation.Add("Fol_Player_SC_Wrld_35", 208097); DictSNOConversation.Add("Fol_Player_SC_Wrld_36", 208111); DictSNOConversation.Add("Fol_Player_SC_Wrld_37", 208125); DictSNOConversation.Add("Fol_Player_TP_Wrld_01", 118851); DictSNOConversation.Add("Fol_Player_TP_Wrld_02", 118868); DictSNOConversation.Add("Fol_Player_TP_Wrld_03", 118882); DictSNOConversation.Add("Fol_Player_TP_Wrld_04", 118896); DictSNOConversation.Add("Fol_Player_TP_Wrld_07", 141476); DictSNOConversation.Add("Fol_Player_TP_Wrld_08", 141490); DictSNOConversation.Add("Fol_Player_TP_Wrld_09", 176804); DictSNOConversation.Add("Fol_Player_TP_Wrld_10", 193358); DictSNOConversation.Add("Fol_Player_TP_Wrld_11", 193381); DictSNOConversation.Add("Fol_Player_TP_Wrld_12", 193531); DictSNOConversation.Add("Fol_Player_TP_Wrld_13", 193609); DictSNOConversation.Add("Fol_Player_TP_Wrld_14", 193690); DictSNOConversation.Add("Fol_Player_TP_Wrld_15", 193768); DictSNOConversation.Add("Fol_Player_TP_Wrld_16", 193897); DictSNOConversation.Add("Fol_Player_TP_Wrld_17", 193933); DictSNOConversation.Add("Fol_Player_TP_Wrld_18", 193975); DictSNOConversation.Add("Fol_Player_TP_Wrld_19", 194059); DictSNOConversation.Add("Fol_Player_TP_Wrld_20", 198725); DictSNOConversation.Add("Fol_Player_TP_Wrld_21", 199348); DictSNOConversation.Add("Fol_Player_TP_Wrld_22", 200521); DictSNOConversation.Add("Fol_Player_TP_Wrld_23", 200545); DictSNOConversation.Add("Fol_Player_TP_Wrld_24", 200570); DictSNOConversation.Add("Fol_Player_TP_Wrld_25", 200595); DictSNOConversation.Add("Fol_Player_TP_Wrld_26", 200628); DictSNOConversation.Add("Fol_Player_TP_Wrld_27", 200653); DictSNOConversation.Add("Fol_Player_TP_Wrld_28", 200670); DictSNOConversation.Add("Fol_Player_TP_Wrld_29", 200687); DictSNOConversation.Add("Fol_Player_TP_Wrld_30", 203128); DictSNOConversation.Add("Fol_Player_TP_Wrld_31", 203142); DictSNOConversation.Add("Fol_Player_TP_Wrld_32", 203156); DictSNOConversation.Add("Fol_Player_TP_Wrld_33", 203170); DictSNOConversation.Add("Fol_Player_TP_Wrld_34", 203184); DictSNOConversation.Add("Fol_Player_TP_Wrld_35", 203198); DictSNOConversation.Add("Fol_Player_TP_Wrld_36", 203213); DictSNOConversation.Add("Fol_Player_TP_Wrld_37", 203227); DictSNOConversation.Add("Fol_Player_TP_Wrld_38", 203241); DictSNOConversation.Add("Fol_Player_TP_Wrld_39", 203255); DictSNOConversation.Add("Fol_SC_AdriasHut", 137149); DictSNOConversation.Add("Fol_SC_AdriasHut2", 137153); DictSNOConversation.Add("Fol_SC_Alcarnus1", 155596); DictSNOConversation.Add("Fol_SC_Alcarnus2", 155600); DictSNOConversation.Add("Fol_SC_Alcarnus3", 163570); DictSNOConversation.Add("Fol_SC_Alchemist", 139410); DictSNOConversation.Add("Fol_SC_Aqueducts1", 155630); DictSNOConversation.Add("Fol_SC_Aqueducts2", 155614); DictSNOConversation.Add("Fol_SC_Aranae1", 135182); DictSNOConversation.Add("Fol_SC_Aranae2", 135186); DictSNOConversation.Add("Fol_SC_Aranae3", 176322); DictSNOConversation.Add("Fol_SC_Archives1", 163384); DictSNOConversation.Add("Fol_SC_Archives2", 163388); DictSNOConversation.Add("Fol_SC_Archives3", 163403); DictSNOConversation.Add("Fol_SC_Archives4", 163407); DictSNOConversation.Add("Fol_SC_Archives5", 163411); DictSNOConversation.Add("Fol_SC_Archives6", 163435); DictSNOConversation.Add("Fol_SC_Armorer", 139373); DictSNOConversation.Add("Fol_SC_ArreatCore1", 201265); DictSNOConversation.Add("Fol_SC_ArreatCore2", 201269); DictSNOConversation.Add("Fol_SC_ArreatCrater1", 201062); DictSNOConversation.Add("Fol_SC_ArreatCrater1_2", 201131); DictSNOConversation.Add("Fol_SC_ArreatCrater2", 201075); DictSNOConversation.Add("Fol_SC_ArreatCrater2_2", 201136); DictSNOConversation.Add("Fol_SC_ArreatCrater3", 201079); DictSNOConversation.Add("Fol_SC_ArreatCrater3_2", 201140); DictSNOConversation.Add("Fol_SC_Backstory1", 149024); DictSNOConversation.Add("Fol_SC_Backstory10", 149229); DictSNOConversation.Add("Fol_SC_Backstory11", 149272); DictSNOConversation.Add("Fol_SC_Backstory12", 149289); DictSNOConversation.Add("Fol_SC_Backstory2", 149042); DictSNOConversation.Add("Fol_SC_Backstory3", 149056); DictSNOConversation.Add("Fol_SC_Backstory4", 149071); DictSNOConversation.Add("Fol_SC_Backstory5", 149087); DictSNOConversation.Add("Fol_SC_Backstory6", 149114); DictSNOConversation.Add("Fol_SC_Backstory7", 149141); DictSNOConversation.Add("Fol_SC_Backstory8", 149176); DictSNOConversation.Add("Fol_SC_Backstory9", 149207); DictSNOConversation.Add("Fol_SC_Boneyard1", 156005); DictSNOConversation.Add("Fol_SC_Boneyard2", 163442); DictSNOConversation.Add("Fol_SC_Boneyard3", 163464); DictSNOConversation.Add("Fol_SC_Boneyard4", 163468); DictSNOConversation.Add("Fol_SC_Boneyard5", 163473); DictSNOConversation.Add("Fol_SC_Boneyard6", 163477); DictSNOConversation.Add("Fol_SC_BoneyardTimed", 163566); DictSNOConversation.Add("Fol_SC_Borderlands1", 155387); DictSNOConversation.Add("Fol_SC_Borderlands2", 155402); DictSNOConversation.Add("Fol_SC_Borderlands3", 155416); DictSNOConversation.Add("Fol_SC_Borderlands4", 155490); DictSNOConversation.Add("Fol_SC_Borderlands5", 163678); DictSNOConversation.Add("Fol_SC_Borderlands6", 163682); DictSNOConversation.Add("Fol_SC_Borderlands7", 163686); DictSNOConversation.Add("Fol_SC_ButcherDeath", 139564); DictSNOConversation.Add("Fol_SC_Cain1", 135149); DictSNOConversation.Add("Fol_SC_Cain2", 135153); DictSNOConversation.Add("Fol_SC_Caldeum", 155476); DictSNOConversation.Add("Fol_SC_CaldeumGate", 155665); DictSNOConversation.Add("Fol_SC_CampGossip_01", 118999); DictSNOConversation.Add("Fol_SC_CampGossip_02", 119574); DictSNOConversation.Add("Fol_SC_Camp_Solo_01", 158770); DictSNOConversation.Add("Fol_SC_Camp_Solo_02", 158774); DictSNOConversation.Add("Fol_SC_Camp_Solo_03", 158781); DictSNOConversation.Add("Fol_SC_Camp_Solo_04", 158785); DictSNOConversation.Add("Fol_SC_Camp_Solo_05", 158789); DictSNOConversation.Add("Fol_SC_Camp_Solo_06", 158793); DictSNOConversation.Add("Fol_SC_Camp_Solo_07", 158797); DictSNOConversation.Add("Fol_SC_Camp_Solo_08", 159757); DictSNOConversation.Add("Fol_SC_Camp_Solo_09", 159762); DictSNOConversation.Add("Fol_SC_Camp_Solo_10", 159766); DictSNOConversation.Add("Fol_SC_Camp_Solo_11", 159770); DictSNOConversation.Add("Fol_SC_Camp_Solo_12", 159774); DictSNOConversation.Add("Fol_SC_Camp_Solo_13", 159778); DictSNOConversation.Add("Fol_SC_Camp_Solo_14", 159784); DictSNOConversation.Add("Fol_SC_Camp_Solo_15", 159792); DictSNOConversation.Add("Fol_SC_Camp_Solo_16", 159796); DictSNOConversation.Add("Fol_SC_Camp_Solo_17", 159802); DictSNOConversation.Add("Fol_SC_Camp_Solo_18", 207876); DictSNOConversation.Add("Fol_SC_Camp_Solo_19", 207880); DictSNOConversation.Add("Fol_SC_Camp_Solo_20", 207884); DictSNOConversation.Add("Fol_SC_Camp_Solo_21", 207888); DictSNOConversation.Add("Fol_SC_Camp_Solo_22", 207892); DictSNOConversation.Add("Fol_SC_Camp_Solo_23", 207896); DictSNOConversation.Add("Fol_SC_Camp_Solo_24", 207900); DictSNOConversation.Add("Fol_SC_Camp_Solo_25", 207904); DictSNOConversation.Add("Fol_SC_Camp_Solo_26", 207908); DictSNOConversation.Add("Fol_SC_Camp_Solo_27", 207912); DictSNOConversation.Add("Fol_SC_Camp_Solo_28", 207916); DictSNOConversation.Add("Fol_SC_Camp_Solo_29", 207920); DictSNOConversation.Add("Fol_SC_Cathedral", 137336); DictSNOConversation.Add("Fol_SC_Cathedral2", 137523); DictSNOConversation.Add("Fol_SC_Cathedral3", 137788); DictSNOConversation.Add("Fol_SC_Cathedral4", 176137); DictSNOConversation.Add("Fol_SC_Cathedral5", 176154); DictSNOConversation.Add("Fol_SC_CathedralExt", 176131); DictSNOConversation.Add("Fol_SC_CathedralGarden", 176158); DictSNOConversation.Add("Fol_SC_Cemetery1", 176205); DictSNOConversation.Add("Fol_SC_CrownofHeaven1", 207140); DictSNOConversation.Add("Fol_SC_CrownofHeaven2", 207144); DictSNOConversation.Add("Fol_SC_CrownofHeaven3", 207154); DictSNOConversation.Add("Fol_SC_Crypt1", 137704); DictSNOConversation.Add("Fol_SC_Crypts2", 137708); DictSNOConversation.Add("Fol_SC_Crypts3", 137722); DictSNOConversation.Add("Fol_SC_Crypts4", 137726); DictSNOConversation.Add("Fol_SC_Crypts5", 137730); DictSNOConversation.Add("Fol_SC_CrystalColonnade1", 207105); DictSNOConversation.Add("Fol_SC_CrystalColonnade2", 207111); DictSNOConversation.Add("Fol_SC_CrystalColonnade3", 207116); DictSNOConversation.Add("Fol_SC_CursedTower1", 201156); DictSNOConversation.Add("Fol_SC_CursedTower2", 201161); DictSNOConversation.Add("Fol_SC_CursedTower3", 201179); DictSNOConversation.Add("Fol_SC_CursedTower4", 201192); DictSNOConversation.Add("Fol_SC_DamnedTower1", 201087); DictSNOConversation.Add("Fol_SC_DamnedTower2", 201106); DictSNOConversation.Add("Fol_SC_DamnedTower3", 201122); DictSNOConversation.Add("Fol_SC_DamnedTower4", 201126); DictSNOConversation.Add("Fol_SC_DampCellar", 137295); DictSNOConversation.Add("Fol_SC_DankCellar", 137299); DictSNOConversation.Add("Fol_SC_DemonSpecial", 201091); DictSNOConversation.Add("Fol_SC_DiamondGates1", 206884); DictSNOConversation.Add("Fol_SC_DiamondGates2", 206889); DictSNOConversation.Add("Fol_SC_DiamondGates3", 206907); DictSNOConversation.Add("Fol_SC_DrownedTemple", 139653); DictSNOConversation.Add("Fol_SC_EdgeoftheAbyss", 201047); DictSNOConversation.Add("Fol_SC_EN_Wrld1", 155523); DictSNOConversation.Add("Fol_SC_EN_Wrld2", 155528); DictSNOConversation.Add("Fol_SC_EN_Wrld3", 155534); DictSNOConversation.Add("Fol_SC_FesteringWoods", 176215); DictSNOConversation.Add("Fol_SC_FieldsofMisery1", 137828); DictSNOConversation.Add("Fol_SC_FieldsofMisery2", 137832); DictSNOConversation.Add("Fol_SC_FieldsofMisery3", 176210); DictSNOConversation.Add("Fol_SC_FieldsofSlaughter1", 190721); DictSNOConversation.Add("Fol_SC_FieldsofSlaughter2", 190735); DictSNOConversation.Add("Fol_SC_FieldsofSlaughter3", 190739); DictSNOConversation.Add("Fol_SC_FPlayer_01", 118699); DictSNOConversation.Add("Fol_SC_FPlayer_02", 118731); DictSNOConversation.Add("Fol_SC_FPlayer_03", 118745); DictSNOConversation.Add("Fol_SC_GardensofHope1", 206950); DictSNOConversation.Add("Fol_SC_GardensofHope2", 206954); DictSNOConversation.Add("Fol_SC_GardensofHope3", 206958); DictSNOConversation.Add("Fol_SC_GardensofHope4", 206962); DictSNOConversation.Add("Fol_SC_GardensofHope5", 206966); DictSNOConversation.Add("Fol_SC_GardensofHope6", 206970); DictSNOConversation.Add("Fol_SC_GardensofHope7", 207046); DictSNOConversation.Add("Fol_SC_GardensofHope8", 207051); DictSNOConversation.Add("Fol_SC_GatewaySilverSpire", 208140); DictSNOConversation.Add("Fol_SC_GatewaytoHell1_1", 207024); DictSNOConversation.Add("Fol_SC_GatewaytoHell1_2", 207028); DictSNOConversation.Add("Fol_SC_GatewaytoHell1_3", 207032); DictSNOConversation.Add("Fol_SC_GatewaytoHell2_1", 207065); DictSNOConversation.Add("Fol_SC_GatewaytoHell2_2", 207070); DictSNOConversation.Add("Fol_SC_GatewaytoHell2_3", 207084); DictSNOConversation.Add("Fol_SC_HallsofAgony1", 139491); DictSNOConversation.Add("Fol_SC_HallsofAgony2", 139513); DictSNOConversation.Add("Fol_SC_HallsofAgony3", 139517); DictSNOConversation.Add("Fol_SC_HallsofAgony4", 139550); DictSNOConversation.Add("Fol_SC_Highlands1", 139108); DictSNOConversation.Add("Fol_SC_Highlands2", 139110); DictSNOConversation.Add("Fol_SC_Highlands3", 139112); DictSNOConversation.Add("Fol_SC_Highlands4", 176328); DictSNOConversation.Add("Fol_SC_IntroCatapults", 190346); DictSNOConversation.Add("Fol_SC_Jeweler", 139571); DictSNOConversation.Add("Fol_SC_KeepDepths1", 190455); DictSNOConversation.Add("Fol_SC_KeepDepths2", 190475); DictSNOConversation.Add("Fol_SC_KeepDepths3", 190494); DictSNOConversation.Add("Fol_SC_KeepDepths4", 190509); DictSNOConversation.Add("Fol_SC_KeepDepths_L2_1", 190517); DictSNOConversation.Add("Fol_SC_KeepDepths_L2_2", 190522); DictSNOConversation.Add("Fol_SC_KeepDepths_L2_3", 190538); DictSNOConversation.Add("Fol_SC_KeepDepths_L2_4", 190552); DictSNOConversation.Add("Fol_SC_KeepDepths_L2_5", 190556); DictSNOConversation.Add("Fol_SC_KeepDepths_L2_6", 190570); DictSNOConversation.Add("Fol_SC_KeepDepths_L3_1", 190574); DictSNOConversation.Add("Fol_SC_KeepDepths_L3_2", 190588); DictSNOConversation.Add("Fol_SC_KeepDepths_L3_3", 190602); DictSNOConversation.Add("Fol_SC_Keep_Random", 190706); DictSNOConversation.Add("Fol_SC_Khasim", 155568); DictSNOConversation.Add("Fol_SC_KilltheBeastIntro", 190281); DictSNOConversation.Add("Fol_SC_KulleBlood1", 163356); DictSNOConversation.Add("Fol_SC_KulleBlood2", 163361); DictSNOConversation.Add("Fol_SC_KulleBlood3", 163365); DictSNOConversation.Add("Fol_SC_KulleBlood4", 163369); DictSNOConversation.Add("Fol_SC_Larder", 190624); DictSNOConversation.Add("Fol_SC_Lever01", 155261); DictSNOConversation.Add("Fol_SC_Lever02", 155267); DictSNOConversation.Add("Fol_SC_LibraryofFate1", 206990); DictSNOConversation.Add("Fol_SC_LibraryofFate2", 206994); DictSNOConversation.Add("Fol_SC_LibraryofFate3", 207008); DictSNOConversation.Add("Fol_SC_LootorDie", 155683); DictSNOConversation.Add("Fol_SC_LowerRamparts1", 190399); DictSNOConversation.Add("Fol_SC_LowerRamparts2", 190406); DictSNOConversation.Add("Fol_SC_LowerRamparts3", 190412); DictSNOConversation.Add("Fol_SC_LowerRamparts4", 190416); DictSNOConversation.Add("Fol_SC_LowerRamparts5", 190422); DictSNOConversation.Add("Fol_SC_LowerRamparts6", 190437); DictSNOConversation.Add("Fol_SC_Machine1", 162400); DictSNOConversation.Add("Fol_SC_Manor2", 176382); DictSNOConversation.Add("Fol_SC_MassGrave", 137332); DictSNOConversation.Add("Fol_SC_MysticIntro", 139038); DictSNOConversation.Add("Fol_SC_NephalemCave1", 135135); DictSNOConversation.Add("Fol_SC_NephalemCave2", 135139); DictSNOConversation.Add("Fol_SC_Oasis", 155986); DictSNOConversation.Add("Fol_SC_Oasis2", 163574); DictSNOConversation.Add("Fol_SC_Oasis3", 163589); DictSNOConversation.Add("Fol_SC_Oasis4", 163603); DictSNOConversation.Add("Fol_SC_Oasis5", 163607); DictSNOConversation.Add("Fol_SC_Oasis6", 163617); DictSNOConversation.Add("Fol_SC_RakkisCrossing1", 201020); DictSNOConversation.Add("Fol_SC_RakkisCrossing2", 201024); DictSNOConversation.Add("Fol_SC_RakkisCrossing3", 201043); DictSNOConversation.Add("Fol_SC_RandomCellar2", 162704); DictSNOConversation.Add("Fol_SC_RoyalCrypts", 137810); DictSNOConversation.Add("Fol_SC_ScavengerDen1", 137860); DictSNOConversation.Add("Fol_SC_ScavengerDen2", 137866); DictSNOConversation.Add("Fol_SC_ScavengerDen3", 137983); DictSNOConversation.Add("Fol_SC_Sewers1", 155635); DictSNOConversation.Add("Fol_SC_Sewers2", 155650); DictSNOConversation.Add("Fol_SC_Sewers3", 163375); DictSNOConversation.Add("Fol_SC_Sewers4", 163632); DictSNOConversation.Add("Fol_SC_Sewers5", 163652); DictSNOConversation.Add("Fol_SC_Sewers6", 163661); DictSNOConversation.Add("Fol_SC_Sewers7", 163667); DictSNOConversation.Add("Fol_SC_ShadowRealm", 163672); DictSNOConversation.Add("Fol_SC_SigilRoomB", 208190); DictSNOConversation.Add("Fol_SC_SilverSpire1", 208144); DictSNOConversation.Add("Fol_SC_SilverSpire2", 208148); DictSNOConversation.Add("Fol_SC_SilverSpire3", 208153); DictSNOConversation.Add("Fol_SC_SilverSpire4", 208167); DictSNOConversation.Add("Fol_SC_SilverSpire5", 208171); DictSNOConversation.Add("Fol_SC_SilverSpire6", 208175); DictSNOConversation.Add("Fol_SC_StrandedEventEnd", 155582); DictSNOConversation.Add("Fol_SC_Tower1", 139334); DictSNOConversation.Add("Fol_SC_TristramRoad1", 176111); DictSNOConversation.Add("Fol_SC_TristramRoad2", 176115); DictSNOConversation.Add("Fol_SC_TristramRoad3", 176119); DictSNOConversation.Add("Fol_SC_TristramRoad4", 176123); DictSNOConversation.Add("Fol_SC_TristramTown1", 137287); DictSNOConversation.Add("Fol_SC_TristramTown2", 137291); DictSNOConversation.Add("Fol_SC_Tyrael1", 201287); DictSNOConversation.Add("Fol_SC_Tyrael2", 201305); DictSNOConversation.Add("Fol_SC_Tyrael3", 201310); DictSNOConversation.Add("Fol_SC_UpperRamparts1", 190292); DictSNOConversation.Add("Fol_SC_UpperRamparts2", 190296); DictSNOConversation.Add("Fol_SC_UpperRamparts3", 190310); DictSNOConversation.Add("Fol_SC_UpperRamparts4", 190324); DictSNOConversation.Add("Fol_SC_UpperRamparts5", 190338); DictSNOConversation.Add("Fol_SC_UpperRamparts6", 190342); DictSNOConversation.Add("Fol_SC_VendorBrotherWon", 139426); DictSNOConversation.Add("Fol_SC_VendorCollector", 139317); DictSNOConversation.Add("Fol_SC_VestibleofLight1", 206911); DictSNOConversation.Add("Fol_SC_VestibleofLight2", 206926); DictSNOConversation.Add("Fol_SC_VestibleofLight3", 206930); DictSNOConversation.Add("Fol_SC_WeepingHollow", 137681); DictSNOConversation.Add("Fol_SC_WeepingHollow2", 137688); DictSNOConversation.Add("Fol_SC_WeepingHollow3", 176185); DictSNOConversation.Add("Fol_SC_WeepingHollow4", 176189); DictSNOConversation.Add("Fol_SC_Westgate1", 190654); DictSNOConversation.Add("Fol_SC_Westgate2", 190659); DictSNOConversation.Add("Fol_SC_Westgate3", 190677); DictSNOConversation.Add("Fol_SC_Westgate4", 190683); DictSNOConversation.Add("Fol_SC_Westgate5", 190690); DictSNOConversation.Add("Fol_SC_WoodWraith", 137842); DictSNOConversation.Add("Fol_SC_Wortham", 135145); DictSNOConversation.Add("Fol_SC_WoundedHunter", 155558); DictSNOConversation.Add("Fol_SC_ZKHead", 156123); DictSNOConversation.Add("Fol_SC_ZKJailerDead", 156151); DictSNOConversation.Add("Fol_SC_ZoltRandom", 155541); DictSNOConversation.Add("Fol_ShadowPortal", 162487); DictSNOConversation.Add("Fol_SilverSpire1", 208334); DictSNOConversation.Add("Fol_SilverSpire2", 208341); DictSNOConversation.Add("Fol_SilverSpire3", 208343); DictSNOConversation.Add("Fol_SilverSpire4", 208345); DictSNOConversation.Add("Fol_SilverSpireGateway", 207134); DictSNOConversation.Add("Fol_SunderedCanyon", 194659); DictSNOConversation.Add("Fol_Terminus", 198089); DictSNOConversation.Add("Fol_TP_AdriaHut1", 140794); DictSNOConversation.Add("Fol_TP_Aqueducts", 146692); DictSNOConversation.Add("Fol_TP_Aqueducts1", 161025); DictSNOConversation.Add("Fol_TP_Aqueducts1a", 161029); DictSNOConversation.Add("Fol_TP_Aqueducts2", 146814); DictSNOConversation.Add("Fol_TP_Aqueducts3", 159115); DictSNOConversation.Add("Fol_TP_Aqueducts3a", 161034); DictSNOConversation.Add("Fol_TP_Aranae1", 141318); DictSNOConversation.Add("Fol_TP_Aranae2", 141359); DictSNOConversation.Add("Fol_TP_Aranae3", 141363); DictSNOConversation.Add("Fol_TP_BattlefieldsA_1", 165165); DictSNOConversation.Add("Fol_TP_BattlefieldsA_2", 165172); DictSNOConversation.Add("Fol_TP_BattlefieldsA_3", 165174); DictSNOConversation.Add("Fol_TP_BattlefieldsA_4", 165178); DictSNOConversation.Add("Fol_TP_BattlefieldsA_5", 165180); DictSNOConversation.Add("Fol_TP_BattlefieldsA_6", 165182); DictSNOConversation.Add("Fol_TP_BattlefieldsB_1", 165195); DictSNOConversation.Add("Fol_TP_BattlefieldsB_2", 165197); DictSNOConversation.Add("Fol_TP_BattlefieldsB_3", 165201); DictSNOConversation.Add("Fol_TP_Boneyard1", 146793); DictSNOConversation.Add("Fol_TP_Boneyard2", 161040); DictSNOConversation.Add("Fol_TP_Boneyard3", 161042); DictSNOConversation.Add("Fol_TP_Borderlands3b", 146440); DictSNOConversation.Add("Fol_TP_Borderlands3b2", 146455); DictSNOConversation.Add("Fol_TP_Borderlands3c", 146494); DictSNOConversation.Add("Fol_TP_BorderlandsAlcarnus1", 146535); DictSNOConversation.Add("Fol_TP_BorderlandsAlcarnus1a", 158354); DictSNOConversation.Add("Fol_TP_BorderlandsAlcarnus2", 146537); DictSNOConversation.Add("Fol_TP_BorderlandsAlcarnus2a", 158358); DictSNOConversation.Add("Fol_TP_BorderlandsCaldeum", 146549); DictSNOConversation.Add("Fol_TP_BorderlandsCaldeum2", 162308); DictSNOConversation.Add("Fol_TP_BorderlandsCaldeum3", 162351); DictSNOConversation.Add("Fol_TP_BorderlandsKhasmin", 146492); DictSNOConversation.Add("Fol_TP_BorderlandsKhasmin2", 162373); DictSNOConversation.Add("Fol_TP_BorderlandsKhasmin3", 162375); DictSNOConversation.Add("Fol_TP_BorderlandsTimed", 146530); DictSNOConversation.Add("Fol_TP_BorderlandsTimed2", 162389); DictSNOConversation.Add("Fol_TP_BorderlandsTimed3", 162391); DictSNOConversation.Add("Fol_TP_Bridge_1", 165251); DictSNOConversation.Add("Fol_TP_Bridge_2", 165273); DictSNOConversation.Add("Fol_TP_Bridge_3", 165296); DictSNOConversation.Add("Fol_TP_CaldeumSewers", 146573); DictSNOConversation.Add("Fol_TP_CaldeumSewers2", 162410); DictSNOConversation.Add("Fol_TP_CaldeumSewers3", 162412); DictSNOConversation.Add("Fol_TP_CaldeumSewers4", 162414); DictSNOConversation.Add("Fol_TP_CaldeumSewers5", 162416); DictSNOConversation.Add("Fol_TP_Camp_Solo_01", 158736); DictSNOConversation.Add("Fol_TP_Camp_Solo_02", 158741); DictSNOConversation.Add("Fol_TP_Camp_Solo_03", 158748); DictSNOConversation.Add("Fol_TP_Camp_Solo_04", 158754); DictSNOConversation.Add("Fol_TP_Camp_Solo_05", 158758); DictSNOConversation.Add("Fol_TP_Camp_Solo_06", 158762); DictSNOConversation.Add("Fol_TP_Camp_Solo_07", 158766); DictSNOConversation.Add("Fol_TP_Camp_Solo_08", 159711); DictSNOConversation.Add("Fol_TP_Camp_Solo_09", 159716); DictSNOConversation.Add("Fol_TP_Camp_Solo_10", 159720); DictSNOConversation.Add("Fol_TP_Camp_Solo_11", 159724); DictSNOConversation.Add("Fol_TP_Camp_Solo_12", 159729); DictSNOConversation.Add("Fol_TP_Camp_Solo_13", 159733); DictSNOConversation.Add("Fol_TP_Camp_Solo_14", 159737); DictSNOConversation.Add("Fol_TP_Camp_Solo_15", 159745); DictSNOConversation.Add("Fol_TP_Camp_Solo_16", 159749); DictSNOConversation.Add("Fol_TP_Camp_Solo_17", 159753); DictSNOConversation.Add("Fol_TP_Camp_Solo_18", 207924); DictSNOConversation.Add("Fol_TP_Camp_Solo_19", 207928); DictSNOConversation.Add("Fol_TP_Camp_Solo_20", 207932); DictSNOConversation.Add("Fol_TP_Camp_Solo_21", 207936); DictSNOConversation.Add("Fol_TP_Camp_Solo_22", 207940); DictSNOConversation.Add("Fol_TP_Camp_Solo_23", 207944); DictSNOConversation.Add("Fol_TP_Camp_Solo_24", 207948); DictSNOConversation.Add("Fol_TP_Camp_Solo_25", 207952); DictSNOConversation.Add("Fol_TP_Camp_Solo_26", 207956); DictSNOConversation.Add("Fol_TP_Camp_Solo_27", 207960); DictSNOConversation.Add("Fol_TP_Camp_Solo_28", 207964); DictSNOConversation.Add("Fol_TP_Camp_Solo_29", 207968); DictSNOConversation.Add("Fol_TP_Cathedral1", 140777); DictSNOConversation.Add("Fol_TP_Cathedral2", 140802); DictSNOConversation.Add("Fol_TP_Cathedral3", 176795); DictSNOConversation.Add("Fol_TP_Cathedral4", 176800); DictSNOConversation.Add("Fol_TP_CathedralGarden", 176646); DictSNOConversation.Add("Fol_TP_CathedralRoad", 140760); DictSNOConversation.Add("Fol_TP_CathedralRoad2", 176642); DictSNOConversation.Add("Fol_TP_Cemetery", 140817); DictSNOConversation.Add("Fol_TP_Cemetery2", 176688); DictSNOConversation.Add("Fol_TP_Cemetery3", 176692); DictSNOConversation.Add("Fol_TP_CraterA_1", 165345); DictSNOConversation.Add("Fol_TP_CraterA_2", 165349); DictSNOConversation.Add("Fol_TP_CraterA_3", 165353); DictSNOConversation.Add("Fol_TP_CraterB_1", 165385); DictSNOConversation.Add("Fol_TP_CraterB_2", 165389); DictSNOConversation.Add("Fol_TP_CraterB_3", 165393); DictSNOConversation.Add("Fol_TP_CraterC_1", 165420); DictSNOConversation.Add("Fol_TP_CraterC_2", 165424); DictSNOConversation.Add("Fol_TP_CrownofHeaven_01", 207775); DictSNOConversation.Add("Fol_TP_CrownofHeaven_02", 207779); DictSNOConversation.Add("Fol_TP_CrownofHeaven_03", 207783); DictSNOConversation.Add("Fol_TP_Crypts1", 176696); DictSNOConversation.Add("Fol_TP_Crypts2", 176712); DictSNOConversation.Add("Fol_TP_Crypts3", 176716); DictSNOConversation.Add("Fol_TP_Crypts4", 176721); DictSNOConversation.Add("Fol_TP_CrystalColonnade_01", 207826); DictSNOConversation.Add("Fol_TP_CrystalColonnade_02", 207830); DictSNOConversation.Add("Fol_TP_CrystalColonnade_03", 207834); DictSNOConversation.Add("Fol_TP_DiamondGates_01", 207747); DictSNOConversation.Add("Fol_TP_DiamondGates_02", 207751); DictSNOConversation.Add("Fol_TP_DiamondGates_03", 207755); DictSNOConversation.Add("Fol_TP_DrownedTemple", 141237); DictSNOConversation.Add("Fol_TP_FesteringWoods", 141292); DictSNOConversation.Add("Fol_TP_FesteringWoods2", 141312); DictSNOConversation.Add("Fol_TP_Fields1", 141226); DictSNOConversation.Add("Fol_TP_Fields2", 141233); DictSNOConversation.Add("Fol_TP_Fields3", 176725); DictSNOConversation.Add("Fol_TP_Fields4", 176729); DictSNOConversation.Add("Fol_TP_GardensOfHope_01", 207638); DictSNOConversation.Add("Fol_TP_GardensOfHope_02", 207662); DictSNOConversation.Add("Fol_TP_GardensOfHope_03", 207676); DictSNOConversation.Add("Fol_TP_GardensOfHope_04", 207681); DictSNOConversation.Add("Fol_TP_GardensOfHope_05", 207687); DictSNOConversation.Add("Fol_TP_GardensOfHope_06", 207691); DictSNOConversation.Add("Fol_TP_GardensOfHope_07", 207695); DictSNOConversation.Add("Fol_TP_GardensOfHope_08", 207700); DictSNOConversation.Add("Fol_TP_HallsofAgony1", 141394); DictSNOConversation.Add("Fol_TP_HallsofAgony2", 141409); DictSNOConversation.Add("Fol_TP_HallsofAgony3", 141413); DictSNOConversation.Add("Fol_TP_HallsofAgony4", 141418); DictSNOConversation.Add("Fol_TP_HallsofAgony5", 141441); DictSNOConversation.Add("Fol_TP_Highlands1", 141370); DictSNOConversation.Add("Fol_TP_Highlands2", 141374); DictSNOConversation.Add("Fol_TP_Highlands3", 141379); DictSNOConversation.Add("Fol_TP_Keep1", 164409); DictSNOConversation.Add("Fol_TP_Keep2", 164436); DictSNOConversation.Add("Fol_TP_Keep3", 164438); DictSNOConversation.Add("Fol_TP_Keep4", 164440); DictSNOConversation.Add("Fol_TP_Keep5", 164443); DictSNOConversation.Add("Fol_TP_Keep6", 164453); DictSNOConversation.Add("Fol_TP_KeepDepthsA_1", 164944); DictSNOConversation.Add("Fol_TP_KeepDepthsA_2", 164961); DictSNOConversation.Add("Fol_TP_KeepDepthsA_3", 164963); DictSNOConversation.Add("Fol_TP_KeepDepthsB_1", 164984); DictSNOConversation.Add("Fol_TP_KeepDepthsB_2", 164990); DictSNOConversation.Add("Fol_TP_KeepDepthsB_3", 164994); DictSNOConversation.Add("Fol_TP_KeepDepthsB_4", 164998); DictSNOConversation.Add("Fol_TP_LacuniCanyon", 146421); DictSNOConversation.Add("Fol_TP_LacuniCanyon2", 162442); DictSNOConversation.Add("Fol_TP_LacuniCanyon3", 162444); DictSNOConversation.Add("Fol_TP_LibraryofFate_01", 207704); DictSNOConversation.Add("Fol_TP_LibraryofFate_02", 207712); DictSNOConversation.Add("Fol_TP_LibraryofFate_03", 207716); DictSNOConversation.Add("Fol_TP_LowerRamparts1", 164916); DictSNOConversation.Add("Fol_TP_LowerRamparts2", 164920); DictSNOConversation.Add("Fol_TP_LowerRamparts3", 164924); DictSNOConversation.Add("Fol_TP_Machine1", 162394); DictSNOConversation.Add("Fol_TP_Manor", 141384); DictSNOConversation.Add("Fol_TP_Oasis", 146644); DictSNOConversation.Add("Fol_TP_Oasis2", 162464); DictSNOConversation.Add("Fol_TP_Oasis3", 162466); DictSNOConversation.Add("Fol_TP_OldTristram", 176638); DictSNOConversation.Add("Fol_TP_OutsideBoneyards", 146326); DictSNOConversation.Add("Fol_TP_OutsideBoneyards2", 162475); DictSNOConversation.Add("Fol_TP_OutsideBoneyards3", 162477); DictSNOConversation.Add("Fol_TP_OutsideBoneyards4", 162479); DictSNOConversation.Add("Fol_TP_OutsideBoneyards5", 162481); DictSNOConversation.Add("Fol_TP_OutsideBoneyards6", 162483); DictSNOConversation.Add("Fol_TP_PoisonWater", 158346); DictSNOConversation.Add("Fol_TP_PortaltoHell_01", 207720); DictSNOConversation.Add("Fol_TP_PortaltoHell_02", 207725); DictSNOConversation.Add("Fol_TP_PortaltoHell_03", 207729); DictSNOConversation.Add("Fol_TP_PortaltoHell_04", 207734); DictSNOConversation.Add("Fol_TP_PortaltoHell_05", 207738); DictSNOConversation.Add("Fol_TP_PortaltoHell_06", 207742); DictSNOConversation.Add("Fol_TP_SC_Camp_00", 159342); DictSNOConversation.Add("Fol_TP_SC_Camp_01", 119371); DictSNOConversation.Add("Fol_TP_SC_Camp_02", 119376); DictSNOConversation.Add("Fol_TP_SC_Camp_03", 119383); DictSNOConversation.Add("Fol_TP_SC_Camp_04", 119388); DictSNOConversation.Add("Fol_TP_SC_Camp_05", 119394); DictSNOConversation.Add("Fol_TP_SC_Camp_06", 119399); DictSNOConversation.Add("Fol_TP_SC_Camp_07", 119404); DictSNOConversation.Add("Fol_TP_SC_Camp_08", 119410); DictSNOConversation.Add("Fol_TP_SC_Camp_09", 140169); DictSNOConversation.Add("Fol_TP_SC_Camp_10", 140174); DictSNOConversation.Add("Fol_TP_SC_Camp_11", 140252); DictSNOConversation.Add("Fol_TP_SC_Camp_12", 146860); DictSNOConversation.Add("Fol_TP_SC_Camp_13", 119303); DictSNOConversation.Add("Fol_TP_SC_Camp_13b", 159348); DictSNOConversation.Add("Fol_TP_SC_Camp_13c", 159353); DictSNOConversation.Add("Fol_TP_SC_Camp_14", 119325); DictSNOConversation.Add("Fol_TP_SC_Camp_15", 119341); DictSNOConversation.Add("Fol_TP_SC_Camp_16", 140121); DictSNOConversation.Add("Fol_TP_ShadowRealm1", 164345); DictSNOConversation.Add("Fol_TP_ShadowRealm2", 164347); DictSNOConversation.Add("Fol_TP_SilverSpire1", 221826); DictSNOConversation.Add("Fol_TP_SilverSpire2", 221831); DictSNOConversation.Add("Fol_TP_SilverSpire3", 221835); DictSNOConversation.Add("Fol_TP_SilverSpire4", 221840); DictSNOConversation.Add("Fol_TP_SilverSpire5", 221844); DictSNOConversation.Add("Fol_TP_SilverSpire6", 221848); DictSNOConversation.Add("Fol_TP_SilverSpire7", 221852); DictSNOConversation.Add("Fol_TP_SilverSpire8", 221858); DictSNOConversation.Add("Fol_TP_SilverSpire9", 221862); DictSNOConversation.Add("Fol_TP_Tower", 165376); DictSNOConversation.Add("Fol_TP_Tower2", 165416); DictSNOConversation.Add("Fol_TP_TristramRoad", 140749); DictSNOConversation.Add("Fol_TP_TristramRoad1", 176633); DictSNOConversation.Add("Fol_TP_UpperRamparts1", 164517); DictSNOConversation.Add("Fol_TP_UpperRamparts2", 164519); DictSNOConversation.Add("Fol_TP_UpperRamparts3", 164521); DictSNOConversation.Add("Fol_TP_UpperRamparts4", 164523); DictSNOConversation.Add("Fol_TP_UpperRamparts5", 164525); DictSNOConversation.Add("Fol_TP_UpperRamparts6", 164527); DictSNOConversation.Add("Fol_TP_VestibuleofLight_01", 207759); DictSNOConversation.Add("Fol_TP_VestibuleofLight_02", 207763); DictSNOConversation.Add("Fol_TP_VestibuleofLight_03", 207767); DictSNOConversation.Add("Fol_TP_WeepingHollow1", 176656); DictSNOConversation.Add("Fol_TP_WeepingHollow2", 176675); DictSNOConversation.Add("Fol_TP_WeepingHollow3", 176679); DictSNOConversation.Add("Fol_TP_WeepingHollow4", 176684); DictSNOConversation.Add("Fol_TP_WesternRamparts1", 164861); DictSNOConversation.Add("Fol_TP_WesternRamparts2", 164879); DictSNOConversation.Add("Fol_TP_WesternRamparts3", 164881); DictSNOConversation.Add("Fol_TP_ZKRandom", 146676); DictSNOConversation.Add("Fol_TP_ZKRandom2", 162501); DictSNOConversation.Add("Fol_TP_ZKRandom3", 162503); DictSNOConversation.Add("Fol_TP_ZKRandom4", 162506); DictSNOConversation.Add("Fol_TP_ZKRandom5", 162508); DictSNOConversation.Add("Fol_TP_ZKRandom6", 162510); DictSNOConversation.Add("Fol_Trapped", 208378); DictSNOConversation.Add("Fol_Trebuchet", 201014); DictSNOConversation.Add("Fol_UpperRamparts", 190285); DictSNOConversation.Add("Fol_WeepingHollow", 176885); DictSNOConversation.Add("Fol_Westgate", 190647); DictSNOConversation.Add("Fol_WorthamBluffs", 176938); DictSNOConversation.Add("Fol_ZKGetHead", 216832); DictSNOConversation.Add("Fol_ZKHead", 197294); DictSNOConversation.Add("Fol_ZK_Aqueducts1", 187263); DictSNOConversation.Add("Fol_ZK_Archives1", 187521); DictSNOConversation.Add("Fol_ZK_Archives2", 187526); DictSNOConversation.Add("Fol_ZK_Backstory1", 187581); DictSNOConversation.Add("Fol_ZK_Backstory2", 187606); DictSNOConversation.Add("Fol_ZK_Boneyard1", 187278); DictSNOConversation.Add("Fol_ZK_Boneyard2", 187509); DictSNOConversation.Add("Fol_ZK_ShadowRealm1", 187549); DictSNOConversation.Add("FuadsJournalPartOne", 85735); DictSNOConversation.Add("Gluttony_Intro", 137018); DictSNOConversation.Add("Gluttony_Intro_Templar", 201643); DictSNOConversation.Add("Goatman_HighlandsNoPass", 129247); DictSNOConversation.Add("Goatman_Highlands_GateDown", 129259); DictSNOConversation.Add("Guard_About_LeahAndCain", 86674); DictSNOConversation.Add("Guard_KillTheBeastIntro", 182323); DictSNOConversation.Add("Guard_KillTheBeastIntroNoTyrael", 204888); DictSNOConversation.Add("Guard_RedirectLeahSoulstoneAmbush", 183792); DictSNOConversation.Add("Guard_Snatched_Scream", 209110); DictSNOConversation.Add("HakanAqueductIntro", 186905); DictSNOConversation.Add("HakanAqueductsBelial", 186990); DictSNOConversation.Add("HakanArchivesBelial", 187015); DictSNOConversation.Add("HakanArchivesHowProjection", 201770); DictSNOConversation.Add("HakanSewer", 180063); DictSNOConversation.Add("HakanSewerBelialAppearance", 187093); DictSNOConversation.Add("HakanSewerHelp", 187182); DictSNOConversation.Add("HakanSewerTrust", 187197); DictSNOConversation.Add("HakanSewer_OpenGateCallout", 201872); DictSNOConversation.Add("HangingTreeLore", 145424); DictSNOConversation.Add("Heaven_1000Monster_MobCallout", 112735); DictSNOConversation.Add("Heaven_1000Monster_MobCallout_Wave2", 189580); DictSNOConversation.Add("Heaven_1000Monster_MobCallout_Wave3", 189617); DictSNOConversation.Add("Heaven_AurielTyrael_End", 199726); DictSNOConversation.Add("Heaven_Fate_DespairIntro", 131933); DictSNOConversation.Add("Heaven_Fate_Intro", 112763); DictSNOConversation.Add("Heaven_Fate_Intro_PlayerCallout", 207470); DictSNOConversation.Add("Heaven_Fate_Wrapup", 114124); DictSNOConversation.Add("Heaven_Fate_Wrapup_Fol", 206772); DictSNOConversation.Add("Heaven_TrooperBattleCallouts", 203582); DictSNOConversation.Add("Heaven_Tyrael_DiabloDoor", 199693); DictSNOConversation.Add("Heaven_Tyrael_DiabloDoor_TyraelCallout", 205512); DictSNOConversation.Add("Heaven_Tyrael_LibExit", 114131); DictSNOConversation.Add("Heaven_Tyrael_PreDiablo", 199698); DictSNOConversation.Add("HelperCannotFollow", 18128); DictSNOConversation.Add("Hero_Apologize", 173571); DictSNOConversation.Add("Hero_Beseech", 173558); DictSNOConversation.Add("Hero_CriticalHit", 173887); DictSNOConversation.Add("Hero_Depart", 173513); DictSNOConversation.Add("Hero_Go", 174087); DictSNOConversation.Add("Hero_Healed", 173929); DictSNOConversation.Add("Hero_Idle", 173961); DictSNOConversation.Add("Hero_JoinGame", 202500); DictSNOConversation.Add("Hero_Lead", 173530); DictSNOConversation.Add("Hero_Leah_01", 119497); DictSNOConversation.Add("Hero_Leah_010", 200163); DictSNOConversation.Add("Hero_Leah_011", 200167); DictSNOConversation.Add("Hero_Leah_012", 200182); DictSNOConversation.Add("Hero_Leah_02", 119511); DictSNOConversation.Add("Hero_Leah_03", 119525); DictSNOConversation.Add("Hero_Leah_04", 119539); DictSNOConversation.Add("Hero_Leah_05", 200078); DictSNOConversation.Add("Hero_Leah_06", 200097); DictSNOConversation.Add("Hero_Leah_07", 200116); DictSNOConversation.Add("Hero_Leah_08", 200131); DictSNOConversation.Add("Hero_Leah_09", 200147); DictSNOConversation.Add("Hero_LeaveGame", 202512); DictSNOConversation.Add("Hero_LevelUp", 173943); DictSNOConversation.Add("Hero_No", 173597); DictSNOConversation.Add("Hero_Offer", 173491); DictSNOConversation.Add("Hero_PvP_Attack", 173640); DictSNOConversation.Add("Hero_PvP_Hold", 173666); DictSNOConversation.Add("Hero_PvP_Objective", 173680); DictSNOConversation.Add("Hero_PvP_Retreat", 173653); DictSNOConversation.Add("Hero_PvP_Stay", 173625); DictSNOConversation.Add("Hero_Run", 174058); DictSNOConversation.Add("Hero_Taunt", 173543); DictSNOConversation.Add("Hero_Thanks", 173978); DictSNOConversation.Add("Hero_Wait", 174072); DictSNOConversation.Add("Hero_Warnings", 173610); DictSNOConversation.Add("Hero_Yes", 173584); DictSNOConversation.Add("Hireling_Approval", 115651); DictSNOConversation.Add("Hireling_Battle_Cry", 86113); DictSNOConversation.Add("Hireling_Burning", 111767); DictSNOConversation.Add("Hireling_Cant_Use_Item", 115701); DictSNOConversation.Add("Hireling_Champion_Rare_Sighted", 116612); DictSNOConversation.Add("Hireling_Critical_Hit", 90463); DictSNOConversation.Add("Hireling_Damaged", 115685); DictSNOConversation.Add("Hireling_Death_Cry", 111797); DictSNOConversation.Add("Hireling_Disapproval", 115661); DictSNOConversation.Add("Hireling_FesteringWoods_Float", 129100); DictSNOConversation.Add("Hireling_Finished_Battle", 116599); DictSNOConversation.Add("Hireling_Frozen", 111782); DictSNOConversation.Add("Hireling_Generic_Dot", 115679); DictSNOConversation.Add("Hireling_Given_Item", 115719); DictSNOConversation.Add("Hireling_Greetings_Farwells", 115713); DictSNOConversation.Add("Hireling_Healed", 90518); DictSNOConversation.Add("Hireling_Idle", 115725); DictSNOConversation.Add("Hireling_Join_Player", 90512); DictSNOConversation.Add("Hireling_Killed_Champion_Rare", 116606); DictSNOConversation.Add("Hireling_Level_Up", 90506); DictSNOConversation.Add("Hireling_Near_Death", 88008); DictSNOConversation.Add("Hireling_New_Skill", 115739); DictSNOConversation.Add("Hireling_Player_Level_Up", 115689); DictSNOConversation.Add("Hireling_Poisoned", 90465); DictSNOConversation.Add("Hireling_Quest_Counters", 118502); DictSNOConversation.Add("Hireling_Quest_Counter_Done", 137474); DictSNOConversation.Add("Hireling_Quest_Counter_Few", 137484); DictSNOConversation.Add("Hireling_Quest_Counter_Five", 137431); DictSNOConversation.Add("Hireling_Quest_Counter_Four", 137433); DictSNOConversation.Add("Hireling_Quest_Counter_One", 137440); DictSNOConversation.Add("Hireling_Quest_Counter_Three", 137435); DictSNOConversation.Add("Hireling_Quest_Counter_Two", 137437); DictSNOConversation.Add("Hireling_Quest_Timer", 116623); DictSNOConversation.Add("Hireling_Resurrected", 90487); DictSNOConversation.Add("Hireling_Retrain", 115731); DictSNOConversation.Add("Hireling_Rooted", 115673); DictSNOConversation.Add("Hireling_SpiderCavesFloat", 129692); DictSNOConversation.Add("Hireling_Stunned", 111773); DictSNOConversation.Add("Hireling_Surprised", 116779); DictSNOConversation.Add("Hireling_Thanks", 115707); DictSNOConversation.Add("Hireling_Treasure_Sighted", 116580); DictSNOConversation.Add("Hireling_Unspent_Skillpoints", 117430); DictSNOConversation.Add("Hireling_Use_Power_Offensive", 90576); DictSNOConversation.Add("HulkOut_Bind_PulledDown", 211148); DictSNOConversation.Add("HulkOut_Stranger", 129640); DictSNOConversation.Add("HulkOut_Stranger2", 178394); DictSNOConversation.Add("Imperius_BaseofSpire", 196579); DictSNOConversation.Add("Imperius_BaseOfSpire_Float", 196566); DictSNOConversation.Add("Imperius_IntroFloat", 195607); DictSNOConversation.Add("Imperius_IntroFloat2_Fol", 206614); DictSNOConversation.Add("Imperius_Showdown", 196589); DictSNOConversation.Add("Imperius_Showdown2", 205952); DictSNOConversation.Add("Imperius_ShowdownFloat", 196607); DictSNOConversation.Add("Imperius_ShowdownFloat2", 205681); DictSNOConversation.Add("Imperius_ShowdownFloat2_whatisThis", 221032); DictSNOConversation.Add("Imperius_ShowdownFloat3", 219182); DictSNOConversation.Add("Innkeeper_Archives", 186731); DictSNOConversation.Add("Innkeeper_Belial", 186739); DictSNOConversation.Add("Innkeeper_Caldeum", 186713); DictSNOConversation.Add("Innkeeper_CanyonBridge", 186703); DictSNOConversation.Add("Innkeeper_Evacuation", 186735); DictSNOConversation.Add("Innkeeper_Intro", 180885); DictSNOConversation.Add("Innkeeper_KhamsinAlcarnus", 186708); DictSNOConversation.Add("Innkeeper_RescueAdria", 186717); DictSNOConversation.Add("Innkeeper_ZKBlood", 186727); DictSNOConversation.Add("Innkeeper_ZKHead", 186723); DictSNOConversation.Add("IronWorldAtCaldeumGates", 205296); DictSNOConversation.Add("Itherael_NephalemGossip", 193751); DictSNOConversation.Add("Itherael_SeeingFuture", 171423); DictSNOConversation.Add("Itherael_TheEnd", 171337); DictSNOConversation.Add("Izual_Corruption", 149894); DictSNOConversation.Add("Izual_Intro", 149890); DictSNOConversation.Add("Izual_Taunt", 149986); DictSNOConversation.Add("Jail_Prisoners_Freed", 101445); DictSNOConversation.Add("JarulfIntro", 164197); DictSNOConversation.Add("JarulfIntro_EnchantressFloat", 201367); DictSNOConversation.Add("Jeweler_BlacksmithQuest", 204253); DictSNOConversation.Add("Jeweler_CainExit", 204299); DictSNOConversation.Add("Jeweler_Caldeum", 204351); DictSNOConversation.Add("Jeweler_CanyonBridge", 204347); DictSNOConversation.Add("Jeweler_DestroyBallistas", 204418); DictSNOConversation.Add("Jeweler_End", 212903); DictSNOConversation.Add("Jeweler_Evacuation", 204382); DictSNOConversation.Add("Jeweler_Heaven_CorruptedArch", 204467); DictSNOConversation.Add("Jeweler_Heaven_HeavenlySeals", 204453); DictSNOConversation.Add("Jeweler_Heaven_HeavensFall", 204447); DictSNOConversation.Add("Jeweler_InTristram", 135414); DictSNOConversation.Add("Jeweler_Intro_Chatter01", 195920); DictSNOConversation.Add("Jeweler_Intro_Chatter02", 195927); DictSNOConversation.Add("Jeweler_Intro_Chatter03", 195929); DictSNOConversation.Add("Jeweler_Intro_Chatter04", 195940); DictSNOConversation.Add("Jeweler_Intro_GreetingCallout", 195892); DictSNOConversation.Add("Jeweler_Intro_Joined", 195897); DictSNOConversation.Add("Jeweler_Intro_Level1Random", 199731); DictSNOConversation.Add("Jeweler_Intro_OpenBarrelRandom", 199654); DictSNOConversation.Add("Jeweler_Intro_WanderRandom", 195946); DictSNOConversation.Add("Jeweler_KillAzmodan", 204432); DictSNOConversation.Add("Jeweler_KillTheBeast", 204402); DictSNOConversation.Add("Jeweler_Leaving", 204397); DictSNOConversation.Add("Jeweler_Leoric_Intro_Exploring2", 171374); DictSNOConversation.Add("Jeweler_Leoric_Intro_MaidenRandom", 171281); DictSNOConversation.Add("Jeweler_Leoric_Intro_PreZombieBoss", 171414); DictSNOConversation.Add("Jeweler_Leoric_Intro_Walking", 168948); DictSNOConversation.Add("Jeweler_Leoric_Intro_ZombieBoss", 171557); DictSNOConversation.Add("Jeweler_Leoric_Post_Boss", 168703); DictSNOConversation.Add("Jeweler_Leoric_Success", 93546); DictSNOConversation.Add("Jeweler_MeteorPiece", 204274); DictSNOConversation.Add("Jeweler_Nephalem_Power", 204291); DictSNOConversation.Add("Jeweler_OpenBarrel", 193709); DictSNOConversation.Add("Jeweler_ProtectorOfTristram", 204218); DictSNOConversation.Add("Jeweler_RescueCain", 204235); DictSNOConversation.Add("Jeweler_RescueTyrael", 204307); DictSNOConversation.Add("Jeweler_ReturnToTristram", 204323); DictSNOConversation.Add("Jeweler_SkeletonKing", 204270); DictSNOConversation.Add("Jeweler_TellMeAboutYourself", 142334); DictSNOConversation.Add("Jeweler_TownAttack", 204295); DictSNOConversation.Add("Jeweler_ZoltunKulleHead", 204368); DictSNOConversation.Add("KadinIllusion", 80984); DictSNOConversation.Add("KadinReal", 81371); DictSNOConversation.Add("KamyrTaunt", 102653); DictSNOConversation.Add("KhamsinGateToAlcarnusChatter", 91262); DictSNOConversation.Add("KhamsinPrisonerFreed", 60608); DictSNOConversation.Add("Khamsin_mine_player_enters_1", 195060); DictSNOConversation.Add("Khamsin_mine_player_enters_2", 195062); DictSNOConversation.Add("Khamsin_mine_snakeman01", 61116); DictSNOConversation.Add("KulleArchivesIntro", 62519); DictSNOConversation.Add("KulleAttacks_New", 201414); DictSNOConversation.Add("KulleAttacks_PlayerCallout", 202697); DictSNOConversation.Add("KulleDungeonEntrance1", 211641); DictSNOConversation.Add("KulleDungeonEntrance2", 211656); DictSNOConversation.Add("KulleGettingHead", 145891); DictSNOConversation.Add("KulleGettingHead_LeahCallout", 204714); DictSNOConversation.Add("KulleLobby", 61866); DictSNOConversation.Add("KulleNephalem1", 148643); DictSNOConversation.Add("KulleNephalem2", 148714); DictSNOConversation.Add("KulleNephalem3", 148796); DictSNOConversation.Add("KulleNephalem4", 149178); DictSNOConversation.Add("KulleNephalem5", 149240); DictSNOConversation.Add("KulleOpenGate", 155292); DictSNOConversation.Add("KulleReform1", 62613); DictSNOConversation.Add("KulleReform2", 62619); DictSNOConversation.Add("KulleReform3", 62621); DictSNOConversation.Add("KulleReformEnd", 62511); DictSNOConversation.Add("KulleReformStart", 62505); DictSNOConversation.Add("KulleReformStart_KulleCallout", 201410); DictSNOConversation.Add("KulleResurrected", 185928); DictSNOConversation.Add("KulleSoulstoneBeginning", 179614); DictSNOConversation.Add("KulleSoulstoneIntro", 62513); DictSNOConversation.Add("LachdananScrollFinal", 85819); DictSNOConversation.Add("LachdananScrollFive", 85775); DictSNOConversation.Add("LachdananScrollFour", 85771); DictSNOConversation.Add("LachdananScrollOne", 85753); DictSNOConversation.Add("LachdananScrollThree", 85766); DictSNOConversation.Add("LachdananScrollTwo", 85761); DictSNOConversation.Add("LeahAboutArchives", 164235); DictSNOConversation.Add("LeahAboutCainCaldeum", 164219); DictSNOConversation.Add("LeahAboutTristram", 72416); DictSNOConversation.Add("LeahAboutZoltunKulle", 164215); DictSNOConversation.Add("LeahAdriaKulleDead", 167635); DictSNOConversation.Add("LeahAdriaSewerReached", 175282); DictSNOConversation.Add("LeahAzmodanSoul", 193542); DictSNOConversation.Add("LeahBlackSoulstoneFound", 82727); DictSNOConversation.Add("LeahCainReturns_New", 198617); DictSNOConversation.Add("LeahCainStories_Callouts", 198622); DictSNOConversation.Add("LeahEntersCaldeum", 97852); DictSNOConversation.Add("LeahJournal_PartFive", 89508); DictSNOConversation.Add("LeahJournal_PartFour", 89442); DictSNOConversation.Add("LeahJournal_PartOne", 86630); DictSNOConversation.Add("LeahJournal_PartSeven", 89512); DictSNOConversation.Add("LeahJournal_PartSix", 89510); DictSNOConversation.Add("LeahJournal_PartThree", 89440); DictSNOConversation.Add("LeahJournal_PartTwo", 87903); DictSNOConversation.Add("LeahPalace_New", 201393); DictSNOConversation.Add("LeahPassingRefugeeEntrance", 120317); DictSNOConversation.Add("LeahRitual_Outtro", 211185); DictSNOConversation.Add("LeahSewer", 57608); DictSNOConversation.Add("LeahSewerAdria", 81573); DictSNOConversation.Add("LeahSewerEntranceEscort", 87505); DictSNOConversation.Add("LeahSewerIntro", 145873); DictSNOConversation.Add("Leah_AboutAdria", 152219); DictSNOConversation.Add("Leah_AboutAncients", 129904); DictSNOConversation.Add("Leah_AboutPowers", 132733); DictSNOConversation.Add("Leah_AdriaBattleIntro", 200849); DictSNOConversation.Add("Leah_AdriasCellar_New", 198588); DictSNOConversation.Add("Leah_AdriasDeath", 167540); DictSNOConversation.Add("Leah_AdriasHut_EscortWarp", 190845); DictSNOConversation.Add("Leah_AfterDeath_Exit", 138268); DictSNOConversation.Add("Leah_AfterKilling", 151167); DictSNOConversation.Add("Leah_AfterKulleReformed", 212062); DictSNOConversation.Add("Leah_AfterTownAttack", 93337); DictSNOConversation.Add("Leah_AfterTownAttack_PlayerCallout", 203905); DictSNOConversation.Add("Leah_AncientsFloat", 129554); DictSNOConversation.Add("Leah_BarIntro", 151123); DictSNOConversation.Add("Leah_BarIntro_LeahFloat", 204113); DictSNOConversation.Add("Leah_BattleCries", 184144); DictSNOConversation.Add("Leah_Bomb", 214053); DictSNOConversation.Add("Leah_CainRescueIntro_New", 198541); DictSNOConversation.Add("Leah_CainsRoom", 202944); DictSNOConversation.Add("Leah_CaptainDaltynCallout", 167115); DictSNOConversation.Add("Leah_Carts", 214226); DictSNOConversation.Add("Leah_Doors", 214075); DictSNOConversation.Add("Leah_DrownedTemple", 129632); DictSNOConversation.Add("Leah_FesteringAmbushFloat", 129645); DictSNOConversation.Add("Leah_FesteringWoods", 129624); DictSNOConversation.Add("Leah_FinishedBattle", 184282); DictSNOConversation.Add("Leah_Idle", 184315); DictSNOConversation.Add("Leah_InFields", 129441); DictSNOConversation.Add("Leah_LeahsJournal", 202928); DictSNOConversation.Add("Leah_LeahsRoom", 202923); DictSNOConversation.Add("Leah_OldTristramGate", 166678); DictSNOConversation.Add("Leah_OnWayToAdrias", 167034); DictSNOConversation.Add("Leah_Past", 129872); DictSNOConversation.Add("Leah_PostHulkOutNEW", 165161); DictSNOConversation.Add("Leah_PostHulkOutNEW2", 165170); DictSNOConversation.Add("Leah_PostTownAttack", 129613); DictSNOConversation.Add("Leah_Post_KeepSoulstoneFight", 134266); DictSNOConversation.Add("Leah_RescueCain_EscortWarp", 190404); DictSNOConversation.Add("Leah_RescueTyraelIntro", 141902); DictSNOConversation.Add("Leah_SecondSwordPiece_Callout", 198715); DictSNOConversation.Add("Leah_StormCaldeum_EscortWarp", 192791); DictSNOConversation.Add("Leah_TellMeAboutYourself", 155050); DictSNOConversation.Add("Leah_Timer", 214080); DictSNOConversation.Add("Leah_TownAttack_EscortWarp", 190392); DictSNOConversation.Add("LeoricJournalPart1", 84557); DictSNOConversation.Add("LeoricJournalPart2", 85715); DictSNOConversation.Add("LeoricJournalPart3", 85720); DictSNOConversation.Add("LeoricJournalPart4", 85725); DictSNOConversation.Add("LeoricJournalPart5", 85730); DictSNOConversation.Add("LeoricManor_Victim", 136385); DictSNOConversation.Add("Lore_A1_Misguided_Farmer", 201961); DictSNOConversation.Add("Lore_A2_Oasis_KamyrsOrders", 153966); DictSNOConversation.Add("Lore_A2_Oasis_KamyrsOrdersTwo", 154001); DictSNOConversation.Add("Lore_A2_TemplarBackstory_3_Landus's_Diary", 153754); DictSNOConversation.Add("Lore_A3_Battlefields_Supply_WagonDiaries", 148150); DictSNOConversation.Add("Lore_A3_ProudWife", 204679); DictSNOConversation.Add("Lore_A4_Hub_OldCouple_1", 166776); DictSNOConversation.Add("Lore_Adria_ZoltunKulle2", 158011); DictSNOConversation.Add("Lore_AngirisCouncil", 193561); DictSNOConversation.Add("Lore_AngirisCouncil_Auriel", 193575); DictSNOConversation.Add("Lore_AngirisCouncil_Imperius", 193587); DictSNOConversation.Add("Lore_AngirisCouncil_Itherael", 193581); DictSNOConversation.Add("Lore_AngirisCouncil_Malthael", 193569); DictSNOConversation.Add("Lore_AngirisCouncil_Tyrael", 193593); DictSNOConversation.Add("Lore_Aqueducts1", 189636); DictSNOConversation.Add("Lore_Aqueducts2", 189640); DictSNOConversation.Add("Lore_ArmorerVendor", 146652); DictSNOConversation.Add("Lore_AzmodansOrders1", 203923); DictSNOConversation.Add("Lore_AzmodansOrders2", 203929); DictSNOConversation.Add("Lore_AzmodansOrders3", 203933); DictSNOConversation.Add("Lore_AzmodansOrders4", 203939); DictSNOConversation.Add("Lore_AzmodansOrders5", 203943); DictSNOConversation.Add("Lore_AzmodansOrders6", 203947); DictSNOConversation.Add("Lore_Belial_DesolateSands", 145590); DictSNOConversation.Add("Lore_Belial_GuardsOrders", 145567); DictSNOConversation.Add("Lore_Belial_ImperialGuard", 145575); DictSNOConversation.Add("Lore_Belial_MaghdaMissive1", 145563); DictSNOConversation.Add("Lore_Belial_MaghdaMissive2", 145571); DictSNOConversation.Add("Lore_Belial_Oasis", 145586); DictSNOConversation.Add("Lore_Belial_Sewers", 145582); DictSNOConversation.Add("Lore_Bestiary_Accursed", 196746); DictSNOConversation.Add("Lore_Bestiary_ArmoredDestroyer", 206250); DictSNOConversation.Add("Lore_Bestiary_Beast", 177070); DictSNOConversation.Add("Lore_Bestiary_Berserker", 177094); DictSNOConversation.Add("Lore_Bestiary_BileCrawler", 206266); DictSNOConversation.Add("Lore_Bestiary_BloodClan", 204557); DictSNOConversation.Add("Lore_Bestiary_Bloodhawk", 177082); DictSNOConversation.Add("Lore_Bestiary_CarrionBat", 177074); DictSNOConversation.Add("Lore_Bestiary_CarrionNest", 177078); DictSNOConversation.Add("Lore_Bestiary_ColossalGolgor", 204591); DictSNOConversation.Add("Lore_Bestiary_CryptChild", 145908); DictSNOConversation.Add("Lore_Bestiary_Cultist", 177090); DictSNOConversation.Add("Lore_Bestiary_Deceivers", 196774); DictSNOConversation.Add("Lore_Bestiary_DemonFlyer", 204552); DictSNOConversation.Add("Lore_Bestiary_DemonicHellBearer", 204577); DictSNOConversation.Add("Lore_Bestiary_DemonicTremor", 204527); DictSNOConversation.Add("Lore_Bestiary_DemonTrooper", 204520); DictSNOConversation.Add("Lore_Bestiary_DuneDervish", 196725); DictSNOConversation.Add("Lore_Bestiary_DuneThresher", 196762); DictSNOConversation.Add("Lore_Bestiary_DustImp", 196754); DictSNOConversation.Add("Lore_Bestiary_ElectricEel", 196730); DictSNOConversation.Add("Lore_Bestiary_EnslavedNightmare", 206254); DictSNOConversation.Add("Lore_Bestiary_FallenGrunt", 196734); DictSNOConversation.Add("Lore_Bestiary_FallenLunatic", 196738); DictSNOConversation.Add("Lore_Bestiary_FallenShaman", 196742); DictSNOConversation.Add("Lore_Bestiary_Ghost", 145950); DictSNOConversation.Add("Lore_Bestiary_Ghoul", 147292); DictSNOConversation.Add("Lore_Bestiary_Grotesque", 147302); DictSNOConversation.Add("Lore_Bestiary_Hellion", 177098); DictSNOConversation.Add("Lore_Bestiary_HeraldofPestilence", 204548); DictSNOConversation.Add("Lore_Bestiary_HulkingPhasebeast", 204487); DictSNOConversation.Add("Lore_Bestiary_Khazra", 135586); DictSNOConversation.Add("Lore_Bestiary_KhazraShaman", 140379); DictSNOConversation.Add("Lore_Bestiary_Lacuni", 196750); DictSNOConversation.Add("Lore_Bestiary_Mallet", 206241); DictSNOConversation.Add("Lore_Bestiary_Megademon", 206246); DictSNOConversation.Add("Lore_Bestiary_MinionofTerror", 206262); DictSNOConversation.Add("Lore_Bestiary_Morlu", 204511); DictSNOConversation.Add("Lore_Bestiary_P4_IceKhazra", 436759); DictSNOConversation.Add("Lore_Bestiary_P4_IcePorcupine", 436753); DictSNOConversation.Add("Lore_Bestiary_P4_Leviathan", 436741); DictSNOConversation.Add("Lore_Bestiary_P4_Mermaid", 436766); DictSNOConversation.Add("Lore_Bestiary_P4_Oozing Arachnid", 436747); DictSNOConversation.Add("Lore_Bestiary_P4_RatKing", 436724); DictSNOConversation.Add("Lore_Bestiary_P4_Sasquatch", 436706); DictSNOConversation.Add("Lore_Bestiary_P4_WoodSpecter", 436718); DictSNOConversation.Add("Lore_Bestiary_P6_Crow_Hound", 473563); DictSNOConversation.Add("Lore_Bestiary_P6_RavenFlyer", 472410); DictSNOConversation.Add("Lore_Bestiary_P6_TempleCultist", 472422); DictSNOConversation.Add("Lore_Bestiary_P6_Temple_Monstrosity", 473567); DictSNOConversation.Add("Lore_Bestiary_P6_Werewolf", 472418); DictSNOConversation.Add("Lore_Bestiary_QuillFiend_Alt", 214769); DictSNOConversation.Add("Lore_Bestiary_Rockworm", 177086); DictSNOConversation.Add("Lore_Bestiary_SandDweller", 196758); DictSNOConversation.Add("Lore_Bestiary_SandWasp", 196766); DictSNOConversation.Add("Lore_Bestiary_Scavenger", 177050); DictSNOConversation.Add("Lore_Bestiary_ShadowVermin", 204582); DictSNOConversation.Add("Lore_Bestiary_Siegebreaker", 204596); DictSNOConversation.Add("Lore_Bestiary_SkeletalGuardian", 196770); DictSNOConversation.Add("Lore_Bestiary_Skeleton", 140385); DictSNOConversation.Add("Lore_Bestiary_SoulRipper", 204516); DictSNOConversation.Add("Lore_Bestiary_Spider", 177054); DictSNOConversation.Add("Lore_Bestiary_Spiderling", 177058); DictSNOConversation.Add("Lore_Bestiary_StingingSwarm", 196778); DictSNOConversation.Add("Lore_Bestiary_Subjugator", 206258); DictSNOConversation.Add("Lore_Bestiary_Succubus", 204587); DictSNOConversation.Add("Lore_Bestiary_TormentedStinger", 204561); DictSNOConversation.Add("Lore_Bestiary_TreasureGoblin", 145954); DictSNOConversation.Add("Lore_Bestiary_Unburied", 147296); DictSNOConversation.Add("Lore_Bestiary_Vessel", 177102); DictSNOConversation.Add("Lore_Bestiary_Withermoth", 177066); DictSNOConversation.Add("Lore_Bestiary_WoodWraith", 147306); DictSNOConversation.Add("Lore_Bestiary_WretchedMother_Alt", 214754); DictSNOConversation.Add("Lore_Bestiary_Zombie", 133594); DictSNOConversation.Add("Lore_Butcher", 207650); DictSNOConversation.Add("Lore_CainJournal", 115116); DictSNOConversation.Add("Lore_CainJournal2", 167798); DictSNOConversation.Add("Lore_CainsLetter", 128853); DictSNOConversation.Add("Lore_CaldeumHistory1", 187874); DictSNOConversation.Add("Lore_CaldeumHistory2", 187879); DictSNOConversation.Add("Lore_CaldeumHistory3", 187883); DictSNOConversation.Add("Lore_CaldeumHistory4", 187888); DictSNOConversation.Add("Lore_CaldeumHistory5", 187894); DictSNOConversation.Add("Lore_CaldeumHistory6", 187900); DictSNOConversation.Add("Lore_CaliphateSardar", 190663); DictSNOConversation.Add("Lore_CampCultist", 191718); DictSNOConversation.Add("Lore_Catacombs_NephDefenseSystem", 258102); DictSNOConversation.Add("Lore_CemeteryCrypts", 208388); DictSNOConversation.Add("Lore_CommandersLog", 148993); DictSNOConversation.Add("Lore_Conversation_PromisesOfFezuul", 140358); DictSNOConversation.Add("Lore_CurioVender", 146498); DictSNOConversation.Add("Lore_Cydaea", 207668); DictSNOConversation.Add("Lore_Dahlgur_Oasis", 169933); DictSNOConversation.Add("Lore_DarkZealot", 146657); DictSNOConversation.Add("Lore_DesolateSands1", 189601); DictSNOConversation.Add("Lore_DesolateSands2", 189607); DictSNOConversation.Add("Lore_DesolateSands3", 189611); DictSNOConversation.Add("Lore_EnchantressJournal", 187935); DictSNOConversation.Add("Lore_Event_BastionsKeep_Officer", 148956); DictSNOConversation.Add("Lore_FalloftheBarbs1", 203999); DictSNOConversation.Add("Lore_FalloftheBarbs2", 204006); DictSNOConversation.Add("Lore_FalloftheBarbs3", 204011); DictSNOConversation.Add("Lore_FalloftheBarbs4", 204020); DictSNOConversation.Add("Lore_FalloftheBarbs5", 204025); DictSNOConversation.Add("Lore_FieldsofMisery", 208392); DictSNOConversation.Add("Lore_Ghom", 207660); DictSNOConversation.Add("Lore_GluttonysLog", 203975); DictSNOConversation.Add("Lore_GoatmenHunter1", 107818); DictSNOConversation.Add("Lore_GoatmenHunter2", 108039); DictSNOConversation.Add("Lore_GoatmenHunter3", 108044); DictSNOConversation.Add("Lore_GuardCaptainJournal", 170225); DictSNOConversation.Add("Lore_HailesJournal", 178350); DictSNOConversation.Add("Lore_HallsofAgony1", 146664); DictSNOConversation.Add("Lore_HallsofAgony2", 146666); DictSNOConversation.Add("Lore_Hermit", 146648); DictSNOConversation.Add("Lore_Highlands", 208396); DictSNOConversation.Add("Lore_HuntersJournal1", 148673); DictSNOConversation.Add("Lore_HuntersJournal2", 148681); DictSNOConversation.Add("Lore_HuntersJournal3", 148687); DictSNOConversation.Add("Lore_HuntersJournal4", 148694); DictSNOConversation.Add("Lore_HuntersJournal5", 148702); DictSNOConversation.Add("Lore_HuntersJournal6", 148708); DictSNOConversation.Add("Lore_Inarius1", 206418); DictSNOConversation.Add("Lore_Inarius2", 206424); DictSNOConversation.Add("Lore_Inarius3", 206430); DictSNOConversation.Add("Lore_Inarius4", 206435); DictSNOConversation.Add("Lore_Izual", 206413); DictSNOConversation.Add("Lore_JewelerBackstory", 162669); DictSNOConversation.Add("Lore_JewelerJournal", 171263); DictSNOConversation.Add("Lore_KalasPoem", 189836); DictSNOConversation.Add("Lore_KeepHistory", 178368); DictSNOConversation.Add("Lore_KhanDakab", 190498); DictSNOConversation.Add("Lore_KidVendor", 189615); DictSNOConversation.Add("Lore_KulleJournal1", 148801); DictSNOConversation.Add("Lore_KulleJournal2", 148807); DictSNOConversation.Add("Lore_KulleJournal3", 148813); DictSNOConversation.Add("Lore_KulleJournal4", 169895); DictSNOConversation.Add("Lore_Lazarus_Grimoire", 106978); DictSNOConversation.Add("Lore_LeahJournal1", 187913); DictSNOConversation.Add("Lore_LeahJournal2", 187917); DictSNOConversation.Add("Lore_LeahJournal3", 187921); DictSNOConversation.Add("Lore_LeahJournal4", 187927); DictSNOConversation.Add("Lore_LeahJournal5", 187931); DictSNOConversation.Add("Lore_LeahJournal6", 203979); DictSNOConversation.Add("Lore_LeahJournal7", 203983); DictSNOConversation.Add("Lore_LeahJournal8", 203987); DictSNOConversation.Add("Lore_LeahJournal9", 203993); DictSNOConversation.Add("Lore_LeoricCaves1", 146636); DictSNOConversation.Add("Lore_LeoricCaves2", 146641); DictSNOConversation.Add("Lore_LeoricExperiment", 148626); DictSNOConversation.Add("Lore_Leorics_Death", 139828); DictSNOConversation.Add("Lore_LordsofHell_Andariel", 187815); DictSNOConversation.Add("Lore_LordsofHell_Azmodan", 187800); DictSNOConversation.Add("Lore_LordsofHell_Baal", 187849); DictSNOConversation.Add("Lore_LordsofHell_Belial", 187796); DictSNOConversation.Add("Lore_LordsofHell_Diablo", 187809); DictSNOConversation.Add("Lore_LordsofHell_Duriel", 187827); DictSNOConversation.Add("Lore_LordsofHell_Intro", 187792); DictSNOConversation.Add("Lore_LordsofHell_Mephisto", 187845); DictSNOConversation.Add("Lore_LoveLetter2", 171461); DictSNOConversation.Add("Lore_Maghda", 207655); DictSNOConversation.Add("Lore_MaghdaManor", 144182); DictSNOConversation.Add("Lore_MerchantsLedger", 170202); DictSNOConversation.Add("Lore_MorganJournal1", 190880); DictSNOConversation.Add("Lore_MorganJournal2", 191081); DictSNOConversation.Add("Lore_MorganJournal3", 191134); DictSNOConversation.Add("Lore_Necromancer", 189623); DictSNOConversation.Add("Lore_Nephalem1", 206463); DictSNOConversation.Add("Lore_Nephalem2", 206467); DictSNOConversation.Add("Lore_Nephalem3", 206471); DictSNOConversation.Add("Lore_NephalemBonusTome", 111125); DictSNOConversation.Add("Lore_NewTristram", 208384); DictSNOConversation.Add("Lore_OasisCellars_HutPrisoners", 189632); DictSNOConversation.Add("Lore_OldTristramCellar_Lore_New", 158661); DictSNOConversation.Add("Lore_OldTristram_DescentJournal", 156660); DictSNOConversation.Add("Lore_OldTristram_WarrivsJournal", 156684); DictSNOConversation.Add("Lore_OneLastEntry2", 170258); DictSNOConversation.Add("Lore_P3_ZoltunKulle_CubeHistory_01", 438484); DictSNOConversation.Add("Lore_P3_ZoltunKulle_CubeHistory_02", 439304); DictSNOConversation.Add("Lore_P3_ZoltunKulle_HowRevived", 438928); DictSNOConversation.Add("Lore_P3_ZoltunKulle_ShouldHaveListened", 438931); DictSNOConversation.Add("Lore_p4_Forest_Cleric_1", 433836); DictSNOConversation.Add("Lore_p4_Forest_Cleric_2", 433842); DictSNOConversation.Add("Lore_p4_Forest_Cleric_MonsterDeath", 439737); DictSNOConversation.Add("Lore_p4_Forest_Hero_1", 433788); DictSNOConversation.Add("Lore_p4_Forest_Hero_2", 433794); DictSNOConversation.Add("Lore_p4_Forest_Hero_3", 433800); DictSNOConversation.Add("Lore_p4_Forest_Hero_4", 433806); DictSNOConversation.Add("Lore_p4_Forest_Hero_5", 433813); DictSNOConversation.Add("Lore_p4_Forest_Hero_6", 433819); DictSNOConversation.Add("Lore_p4_Forest_Hero_7", 433825); DictSNOConversation.Add("Lore_p4_Forest_Shipwreck_1", 434604); DictSNOConversation.Add("Lore_p4_Forest_Shipwreck_2", 434732); DictSNOConversation.Add("Lore_p4_Forest_Shipwreck_3", 434734); DictSNOConversation.Add("Lore_p4_Forest_Shipwreck_4", 435022); DictSNOConversation.Add("Lore_P4_Ruins_BarbStory_1", 435462); DictSNOConversation.Add("Lore_P4_Ruins_BarbStory_2", 435438); DictSNOConversation.Add("Lore_P4_Ruins_BarbStory_3", 435445); DictSNOConversation.Add("Lore_P4_Ruins_BarbStory_4", 435451); DictSNOConversation.Add("Lore_P4_Ruins_BarbStory_5", 435457); DictSNOConversation.Add("Lore_P6_CultistMissive", 473007); DictSNOConversation.Add("Lore_Poltahr", 189627); DictSNOConversation.Add("Lore_PortalRoulette", 178771); DictSNOConversation.Add("Lore_Queens_Journal", 106349); DictSNOConversation.Add("Lore_Rakanoth", 207672); DictSNOConversation.Add("Lore_Scoundrel_Journal_New", 158669); DictSNOConversation.Add("Lore_Scoundrel_KingsportBill", 142053); DictSNOConversation.Add("Lore_SecretMissive", 170008); DictSNOConversation.Add("Lore_ServantsDiary", 170065); DictSNOConversation.Add("Lore_SkeletonKing", 207624); DictSNOConversation.Add("Lore_SpiderQueen", 207646); DictSNOConversation.Add("Lore_SpiritJourney", 151113); DictSNOConversation.Add("Lore_Tinker", 146508); DictSNOConversation.Add("Lore_TownAttackCellar_Maghda", 142838); DictSNOConversation.Add("Lore_UriksJournal1", 145357); DictSNOConversation.Add("Lore_UriksJournal2", 145370); DictSNOConversation.Add("Lore_UriksJournal3", 145374); DictSNOConversation.Add("Lore_WaterPuzzle", 183612); DictSNOConversation.Add("Lore_WorthamPriest1", 146528); DictSNOConversation.Add("Lore_WorthamPriest2", 146632); DictSNOConversation.Add("Lore_x1_BogCave_Deserter1", 247842); DictSNOConversation.Add("Lore_x1_BogCave_Deserter2", 247851); DictSNOConversation.Add("Lore_x1_BogCave_Deserter3", 247859); DictSNOConversation.Add("Lore_x1_BogCave_Deserter4", 247866); DictSNOConversation.Add("Lore_x1_BogCave_Deserter5", 247872); DictSNOConversation.Add("Lore_X1_Bog_Ideation_AdriaSpikeChest", 288711); DictSNOConversation.Add("Lore_x1_Bog_LastAncient", 247313); DictSNOConversation.Add("Lore_X1_Bog_LordofFools", 351957); DictSNOConversation.Add("Lore_X1_CellarMadman", 282396); DictSNOConversation.Add("Lore_X1_DoomedWoman", 280032); DictSNOConversation.Add("Lore_X1_Graveyard_Azthar", 290951); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_DeathMaiden", 329407); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_Executioner", 335560); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_Exorcist", 335501); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_GhastlySeraph", 335554); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_RevenantArcher", 329340); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_RevenantShieldGuard", 355328); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_RevenantSoldier", 329327); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_ShadowofDeath", 329398); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_SkeletalBeast", 335572); DictSNOConversation.Add("Lore_x1_Lore_Bestiary_SummonedArcher", 329278); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_SummonedShieldGuard", 329317); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_SummonedSoldier", 329253); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_SummonerofDead", 335512); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_WarBeast", 335542); DictSNOConversation.Add("Lore_X1_Lore_Bestiary_WarBeastLeader", 355353); DictSNOConversation.Add("Lore_x1_MysticIntro1", 249246); DictSNOConversation.Add("Lore_x1_MysticIntro2", 249252); DictSNOConversation.Add("Lore_X1_PandExt_GreatWeapon", 353004); DictSNOConversation.Add("Lore_X1_PandExt_Tyrael_MalthaelsPlan", 354271); DictSNOConversation.Add("Lore_x1_TemplarMaester", 248897); DictSNOConversation.Add("Lore_X1_TemplarMaesterJournal", 328757); DictSNOConversation.Add("Lore_X1_UrzaelsJournal_01", 353205); DictSNOConversation.Add("Lore_X1_UrzaelsJournal_02", 353213); DictSNOConversation.Add("Lore_X1_UrzaelsJournal_03", 353219); DictSNOConversation.Add("Lore_X1_WestmarchHistory_01", 283541); DictSNOConversation.Add("Lore_X1_WestmarchHistory_02", 283547); DictSNOConversation.Add("Lore_X1_WestmarchHistory_03", 283555); DictSNOConversation.Add("Lore_X1_WestmarchHistory_04", 283561); DictSNOConversation.Add("Lore_X1_WestmarchHistory_05", 283569); DictSNOConversation.Add("Lore_X1_WestmarchHistory_06", 283575); DictSNOConversation.Add("Lore_X1_WestmarchHistory_07", 283581); DictSNOConversation.Add("Lore_X1_Westm_CultRetaliation", 299935); DictSNOConversation.Add("Lore_x1_Westm_Hovel_Miser", 246416); DictSNOConversation.Add("Lore_X1_Westm_KingEvent_Journal01", 336551); DictSNOConversation.Add("Lore_X1_Westm_KingEvent_Journal02", 336825); DictSNOConversation.Add("Lore_X1_Westm_KingEvent_Note", 336730); DictSNOConversation.Add("Lore_X1_Westm_MaidenDrop", 285387); DictSNOConversation.Add("Lore_X1_Westm_PlagueTunnels", 351784); DictSNOConversation.Add("Lore_X1_Westm_Sinkhole", 300128); DictSNOConversation.Add("Lore_X1_Westm_Unique_Drop", 284666); DictSNOConversation.Add("LoveLetterLore", 99219); DictSNOConversation.Add("LustCallout", 207632); DictSNOConversation.Add("LustConcubinePrisoners", 195546); DictSNOConversation.Add("LustCrater01", 192656); DictSNOConversation.Add("LustCrater02", 192712); DictSNOConversation.Add("LustHealthHigh", 203278); DictSNOConversation.Add("LustHealthLow", 203287); DictSNOConversation.Add("LustHealthMed", 203282); DictSNOConversation.Add("LustHeartDestroyed", 195530); DictSNOConversation.Add("LustPitDemonA", 195517); DictSNOConversation.Add("LustPitDemonB", 195521); DictSNOConversation.Add("LustPitDemonC", 195525); DictSNOConversation.Add("LustRareChestCrater", 195536); DictSNOConversation.Add("LustRareChestTower", 195540); DictSNOConversation.Add("LustSuccubusDead", 195512); DictSNOConversation.Add("LustTower01", 195471); DictSNOConversation.Add("LustTower01B", 195495); DictSNOConversation.Add("LustTower02", 195478); DictSNOConversation.Add("LustTower02B", 195499); DictSNOConversation.Add("LustTower03", 195483); DictSNOConversation.Add("LustTower03B", 195501); DictSNOConversation.Add("LustTower04", 195487); DictSNOConversation.Add("LustTower04B", 195505); DictSNOConversation.Add("LustTowerIntro", 204172); DictSNOConversation.Add("MB313_001", 478388); DictSNOConversation.Add("MB313_002", 478390); DictSNOConversation.Add("MB313_003", 478392); DictSNOConversation.Add("MB313_004", 478394); DictSNOConversation.Add("MeteorPiece_Cain_SwordPiece", 118037); DictSNOConversation.Add("MeteorPiece_Intro_New", 198706); DictSNOConversation.Add("MeteorRoom_Callout", 117367); DictSNOConversation.Add("MeteorRoom_StrangerNEW1", 181910); DictSNOConversation.Add("MeteorRoom_StrangerNEW2", 181912); DictSNOConversation.Add("MouthOfAzmodan_GluttonyDead", 215318); DictSNOConversation.Add("MouthOfAzmodan_KeepTaunt1", 149010); DictSNOConversation.Add("MouthOfAzmodan_MockingBattlefields", 134723); DictSNOConversation.Add("Mystic_Adria", 157049); DictSNOConversation.Add("Mystic_BadIdea", 171087); DictSNOConversation.Add("Mystic_Belial", 157132); DictSNOConversation.Add("Mystic_Blacksmith", 157120); DictSNOConversation.Add("Mystic_BlacksmithQuest", 202622); DictSNOConversation.Add("Mystic_CainExit", 202681); DictSNOConversation.Add("Mystic_Caldeum", 157045); DictSNOConversation.Add("Mystic_CanyonBridgeGossip", 156955); DictSNOConversation.Add("Mystic_ChangingFuture", 291651); DictSNOConversation.Add("Mystic_CultStingingWinds", 156939); DictSNOConversation.Add("Mystic_DrownedTemple", 202652); DictSNOConversation.Add("Mystic_Enchantress", 156919); DictSNOConversation.Add("Mystic_Family", 157008); DictSNOConversation.Add("Mystic_Followers", 157025); DictSNOConversation.Add("Mystic_FoulDarkness", 171088); DictSNOConversation.Add("Mystic_FutureVision", 171089); DictSNOConversation.Add("Mystic_GluttonyPrediction", 171090); DictSNOConversation.Add("Mystic_HeavenlySeals", 185786); DictSNOConversation.Add("Mystic_HeavensFall", 185694); DictSNOConversation.Add("Mystic_InTristram01", 135388); DictSNOConversation.Add("Mystic_InTristram02", 135366); DictSNOConversation.Add("Mystic_Jeweler", 157031); DictSNOConversation.Add("Mystic_Leah", 157076); DictSNOConversation.Add("Mystic_PostBelial", 157351); DictSNOConversation.Add("Mystic_Protector", 202435); DictSNOConversation.Add("Mystic_RestorationOfHope", 185772); DictSNOConversation.Add("Mystic_SkeletonKing", 202638); DictSNOConversation.Add("Mystic_TellMeAboutYourself", 136450); DictSNOConversation.Add("Mystic_TownAttack", 202666); DictSNOConversation.Add("Mystic_Visions", 155326); DictSNOConversation.Add("Mystic_YoungGuards", 171091); DictSNOConversation.Add("Mystic_ZoltunKulle1", 157091); DictSNOConversation.Add("Mystic_ZoltunKulle2", 157106); DictSNOConversation.Add("NephalemLore_CryptofAncients", 103998); DictSNOConversation.Add("NephalemLore_LastStand", 104002); DictSNOConversation.Add("NephalemLore_PartOne", 93097); DictSNOConversation.Add("NephalemLore_PowerQuestEnd", 103989); DictSNOConversation.Add("NephalemLore_WarriorsRest", 103993); DictSNOConversation.Add("NPC_AlaricToBridge", 136633); DictSNOConversation.Add("NPC_CanyonBridge_EnchantressWarp", 182461); DictSNOConversation.Add("NPC_DrownedTempleApproach_Leah_Short", 194286); DictSNOConversation.Add("NPC_EnchantressIntro_FirstScry", 169938); DictSNOConversation.Add("NPC_EnchantressIntro_FirstScry2", 169944); DictSNOConversation.Add("NPC_EnchantressIntro_Float", 198467); DictSNOConversation.Add("NPC_EnchantressIntro_Intro", 169197); DictSNOConversation.Add("NPC_EnchantressIntro_PreAmbush", 169360); DictSNOConversation.Add("NPC_EnchantressIntro_PreAmbush2", 186450); DictSNOConversation.Add("NPC_EnchantressIntro_SubsequentScries", 178375); DictSNOConversation.Add("NPC_Kamyr_CaldeumSiegeIntro", 154322); DictSNOConversation.Add("NPC_LeahHulkout_MaghdaAndMinionIntro", 143386); DictSNOConversation.Add("NPC_Leah_a2c3Dun_Aqd_Oasis_Level01_Entered", 165316); DictSNOConversation.Add("NPC_Leah_CaldeumRefugeeEscape", 162280); DictSNOConversation.Add("NPC_Leah_CaldeumRefugeeEscape2", 162312); DictSNOConversation.Add("NPC_Leah_CaldeumRefugeeEscape3", 162314); DictSNOConversation.Add("NPC_Leah_CaldeumRefugeeEscape4", 214295); DictSNOConversation.Add("NPC_Leah_CaldeumRefugeeEscape5", 214299); DictSNOConversation.Add("NPC_Leah_CaldeumRefugeeEscape6", 214303); DictSNOConversation.Add("NPC_Leah_CaldeumSiegeMid", 154343); DictSNOConversation.Add("NPC_Leah_Evacuation_FromCaldeumToSewers", 168566); DictSNOConversation.Add("NPC_Leah_FesteringWoodsFirstGhostKilled", 136664); DictSNOConversation.Add("NPC_Leah_HulkOut2", 165428); DictSNOConversation.Add("NPC_Leah_HulkOut_New1", 190199); DictSNOConversation.Add("NPC_Leah_HulkOut_New2", 190201); DictSNOConversation.Add("NPC_Leah_HulkOut_Pre", 165125); DictSNOConversation.Add("NPC_Leah_KulleReformPre", 166089); DictSNOConversation.Add("NPC_Leah_Level1Operated", 165023); DictSNOConversation.Add("NPC_Leah_WaterfallAmbushEnd", 177432); DictSNOConversation.Add("NPC_MagdaButcher_Intro", 135059); DictSNOConversation.Add("NPC_MaghdaMansion_Aggro", 134968); DictSNOConversation.Add("NPC_MaghdaMansion_Intro", 134366); DictSNOConversation.Add("NPC_MaghdaMansion_Mid", 134972); DictSNOConversation.Add("NPC_Maghda_WorthamSanctum_Taunt", 165080); DictSNOConversation.Add("NPC_SwordOfJustice_Callout_Intro", 131113); DictSNOConversation.Add("NPC_SwordOfJustice_Callout_Maghda", 131144); DictSNOConversation.Add("NPC_SwordOfJustice_Callout_Maghda1p5_New", 194412); DictSNOConversation.Add("NPC_SwordOfJustice_Callout_Maghda2", 141778); DictSNOConversation.Add("NPC_SwordOfJustice_Callout_Tripflare", 132494); DictSNOConversation.Add("NPC_TemplarIntro_WeaponsMinion", 144741); DictSNOConversation.Add("NPC_WaterfallAmbush_Mid", 168855); DictSNOConversation.Add("OasisAmbush_BossAggro", 114144); DictSNOConversation.Add("OasisAmbush_PlayerEnd", 114266); DictSNOConversation.Add("OasisAmbush_PlayerEnters", 114213); DictSNOConversation.Add("OasisAmbush_SkeletonCallout", 114078); DictSNOConversation.Add("OasisAmbush_SkeletonCallout2", 114082); DictSNOConversation.Add("OasisAmbush_SkeletonCallout3", 114086); DictSNOConversation.Add("OasisAmbush_SkeletonCallout4", 114104); DictSNOConversation.Add("OasisAmbush_SkeletonCallout5", 114109); DictSNOConversation.Add("OasisAmbush_SkeletonCallout6", 114113); DictSNOConversation.Add("OasisCellars_Callout_Captain", 110905); DictSNOConversation.Add("OasisCellars_Callout_HutPrisoner_Intro", 111216); DictSNOConversation.Add("OasisCellars_Callout_HutPrisoner_Leave", 134874); DictSNOConversation.Add("OasisCellars_Callout_HutPrisoner_Lore", 134921); DictSNOConversation.Add("OasisCellars_Callout_HutPrisoner_Success", 111103); DictSNOConversation.Add("OasisSwarmWave_Enchantress", 114536); DictSNOConversation.Add("OasisSwarmWave_EnchantressEnd", 114620); DictSNOConversation.Add("OasisSwarmWave_PlayerEnd", 114636); DictSNOConversation.Add("OasisSwarmWave_PlayerIntro", 114739); DictSNOConversation.Add("OasisSwarmWave_Scoundrel", 114532); DictSNOConversation.Add("OasisSwarmWave_ScoundrelEnd", 114623); DictSNOConversation.Add("OasisSwarmWave_Templar", 114528); DictSNOConversation.Add("OasisSwarmWave_TemplarEnd", 114626); DictSNOConversation.Add("OldManFalls", 211177); DictSNOConversation.Add("Old_Tristram_Lore_Cain", 91451); DictSNOConversation.Add("Old_Tristram_Lore_Cain2", 91455); DictSNOConversation.Add("Old_Tristram_Lore_Gillian", 91425); DictSNOConversation.Add("Old_Tristram_Lore_Gillian2", 131019); DictSNOConversation.Add("Old_Tristram_Lore_Villager1", 91518); DictSNOConversation.Add("Old_Tristram_Lore_Villager2", 91524); DictSNOConversation.Add("Old_Tristram_Lore_Villager3", 91528); DictSNOConversation.Add("Old_Tristram_Lore_WirtsStory", 91418); DictSNOConversation.Add("p1_Challenge_GemNPC_Hello", 398699); DictSNOConversation.Add("p1_Challenge_GemNPC_Lore", 398697); DictSNOConversation.Add("p1_Challenge_GemNPC_Spawn", 398695); DictSNOConversation.Add("p2_DateDungeon_Antechamber", 403577); DictSNOConversation.Add("p2_DateDungeon_Antechamber_Float", 401964); DictSNOConversation.Add("p2_DateDungeon_Banter_1", 400733); DictSNOConversation.Add("p2_DateDungeon_Banter_2", 400738); DictSNOConversation.Add("p2_DateDungeon_Banter_3", 400742); DictSNOConversation.Add("p2_DateDungeon_Banter_4", 400786); DictSNOConversation.Add("p2_DateDungeon_Banter_6", 403572); DictSNOConversation.Add("p2_DateDungeon_Banter_Extra_01", 409031); DictSNOConversation.Add("p2_DateDungeon_Banter_Extra_02", 409036); DictSNOConversation.Add("p2_DateDungeon_BossFight_Intro", 402940); DictSNOConversation.Add("p2_DateDungeon_Epilogue", 402661); DictSNOConversation.Add("p2_DateDungeon_Epilogue_Float", 402665); DictSNOConversation.Add("p2_DateDungeon_Outro", 402645); DictSNOConversation.Add("p2_DateDungeon_Outro_Float", 402674); DictSNOConversation.Add("p2_DateDungeon_PostCrushBanter_1", 404073); DictSNOConversation.Add("p2_DateDungeon_PostCrushBanter_2", 404077); DictSNOConversation.Add("p2_DateDungeon_PostCrushBanter_Extra_01", 409041); DictSNOConversation.Add("p2_DateDungeon_RealAntechamber", 404081); DictSNOConversation.Add("p2_ScoundrelEvent2_CorruptGuard_Callout", 389008); DictSNOConversation.Add("p2_ScoundrelEvent2_CorruptGuard_Outro", 389050); DictSNOConversation.Add("p2_ScoundrelEvent_02_EnterHome", 404019); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_01", 386108); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_02", 386125); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_03", 386154); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_04", 389737); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_05", 389753); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_06", 391196); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_07", 391200); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_CessPools01", 389789); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_CessPools02", 389803); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonCallout_FindHideout", 389078); DictSNOConversation.Add("p2_ScoundrelEvent_02_LyndonNoteCallout", 391587); DictSNOConversation.Add("p2_ScoundrelEvent_02_SimonsLetter", 385473); DictSNOConversation.Add("p2_ScoundrelEvent_02_SimonsLetter_IntroFloat", 385474); DictSNOConversation.Add("p2_ScoundrelEvent_02_ThievesIntro", 385476); DictSNOConversation.Add("p2_ScoundrelEvent_02_ThievesIntroFloat", 385477); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeBanter_01", 404129); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeBanter_02", 404131); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeBanter_03", 404139); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeNPCIntro", 385152); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeNPCIntro_01", 385311); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeNPCIntro_02", 385289); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeNPCIntro_03", 385313); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeNPCOutro", 385158); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeNPCOutro_01", 385351); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeNPCOutro_01_Float", 404909); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeNPCOutro_02", 385293); DictSNOConversation.Add("p2_ScoundrelEvent_02_WifeNPCTakeBoat", 404343); DictSNOConversation.Add("p2_scoundrelevent_Boss_Intro", 385330); DictSNOConversation.Add("p2_scoundrelevent_Boss_Intro02", 385334); DictSNOConversation.Add("p2_scoundrelevent_Boss_Intro_Float", 389150); DictSNOConversation.Add("P3_ZoltunKulle_Cube", 430217); DictSNOConversation.Add("P3_ZoltunKulle_Intro", 430146); DictSNOConversation.Add("P3_ZoltunKulle_Ruins", 430213); DictSNOConversation.Add("p43_AD_Lore_ChamberOfBone", 456840); DictSNOConversation.Add("p43_AD_Lore_HallsOfTheBlind", 456829); DictSNOConversation.Add("p43_AD_Lore_Valor", 456838); DictSNOConversation.Add("p43_AD_Lore_WarlordOfBlood", 456842); DictSNOConversation.Add("p43_AD_Mood_Level_01", 456946); DictSNOConversation.Add("p43_AD_Mood_Level_05", 456950); DictSNOConversation.Add("p43_AD_Mood_Level_09", 456954); DictSNOConversation.Add("p43_AD_Mood_Level_13", 456958); DictSNOConversation.Add("p4_Forest_Cleric_AttackFloat", 433875); DictSNOConversation.Add("P4_Forest_DyingExplorer", 437222); DictSNOConversation.Add("p4_Forest_HermitEvent_1_ApproachFloat", 433761); DictSNOConversation.Add("p4_Forest_HermitEvent_1_AttackFloat", 433856); DictSNOConversation.Add("p4_Forest_HermitEvent_1_Intro", 433852); DictSNOConversation.Add("p4_Forest_HermitEvent_2_ApproachFloat", 433868); DictSNOConversation.Add("p4_Forest_HermitEvent_2_AttackFloat", 433860); DictSNOConversation.Add("p4_Forest_HermitEvent_2_Intro", 433864); DictSNOConversation.Add("p4_Forest_HighCleric_1_Intro", 433870); DictSNOConversation.Add("P4_Future_Hermit_Intro_01", 437516); DictSNOConversation.Add("P4_Future_Hermit_Intro_02", 437554); DictSNOConversation.Add("P4_Ruins_BarbNPC_Intro", 435473); DictSNOConversation.Add("P4_Ruins_BarbNPC_ZigguratEndCallout", 435979); DictSNOConversation.Add("P4_Ruins_Barb_BarbCivCallout", 436131); DictSNOConversation.Add("P4_Ruins_Barb_BarbSpikes", 436441); DictSNOConversation.Add("P4_Ruins_Barb_BladeHallwayCallout", 436155); DictSNOConversation.Add("P4_Ruins_Barb_CannibalCallout1", 436404); DictSNOConversation.Add("P4_Ruins_Barb_CannibalCallout2", 436163); DictSNOConversation.Add("P4_Ruins_Barb_CannibalCallout3", 436409); DictSNOConversation.Add("P4_Ruins_Barb_CannibalCallout4", 436167); DictSNOConversation.Add("P4_Ruins_Barb_CannibalCallout5", 436413); DictSNOConversation.Add("P4_Ruins_Barb_DemonHordeCallout", 436175); DictSNOConversation.Add("P4_Ruins_Barb_GhostCallout", 436142); DictSNOConversation.Add("P4_Ruins_Barb_HazirIntroCallout", 436503); DictSNOConversation.Add("P4_Ruins_Barb_KanaiCallout", 436129); DictSNOConversation.Add("P4_Ruins_Barb_KanaiCouncilCallout", 437066); DictSNOConversation.Add("P4_Ruins_Barb_KanaiEventCallout", 436183); DictSNOConversation.Add("P4_Ruins_Barb_SecretRoomCallout", 436652); DictSNOConversation.Add("P4_Ruins_Barb_SescheronCallout", 436133); DictSNOConversation.Add("P4_Ruins_Barb_ShrineCallout", 435983); DictSNOConversation.Add("P4_Ruins_Barb_StopFollowing", 436435); DictSNOConversation.Add("P4_Ruins_Barb_Warp", 436431); DictSNOConversation.Add("P4_Ruins_frost_camp_SkularRescue_OtherBarbsBail", 436008); DictSNOConversation.Add("P4_Ruins_frost_camp_SkularRescue_StartFloat", 436004); DictSNOConversation.Add("P4_Ruins_Hazir_BarbCivCallout", 435918); DictSNOConversation.Add("P4_Ruins_Hazir_BarbGhostCallout", 436146); DictSNOConversation.Add("P4_Ruins_Hazir_BladeHallwayCallout", 436150); DictSNOConversation.Add("P4_Ruins_Hazir_CannibalBarb_Callouts1", 436028); DictSNOConversation.Add("P4_Ruins_Hazir_CannibalBarb_Callouts1A", 436033); DictSNOConversation.Add("P4_Ruins_Hazir_CannibalBarb_Callouts3", 436159); DictSNOConversation.Add("P4_Ruins_Hazir_CannibalBarb_Callouts4", 436171); DictSNOConversation.Add("P4_Ruins_Hazir_DemonHorde_Callout", 435987); DictSNOConversation.Add("P4_Ruins_Hazir_Follow", 435567); DictSNOConversation.Add("P4_Ruins_Hazir_Follow2", 435688); DictSNOConversation.Add("P4_Ruins_Hazir_FurtherDetails", 435483); DictSNOConversation.Add("P4_Ruins_Hazir_HelpFloat", 435563); DictSNOConversation.Add("P4_Ruins_Hazir_Idle", 435923); DictSNOConversation.Add("P4_Ruins_Hazir_Intro", 435479); DictSNOConversation.Add("P4_Ruins_Hazir_KanaiCallout", 435932); DictSNOConversation.Add("P4_Ruins_Hazir_KanaiEventCallout", 436354); DictSNOConversation.Add("P4_Ruins_Hazir_Leaves", 435692); DictSNOConversation.Add("P4_Ruins_Hazir_RandomCallout1", 436656); DictSNOConversation.Add("P4_Ruins_Hazir_RandomCallout2", 436660); DictSNOConversation.Add("P4_Ruins_Hazir_SecretRoomCallout", 436648); DictSNOConversation.Add("P4_Ruins_Hazir_SescheronCallout", 435937); DictSNOConversation.Add("P4_Ruins_Hazir_Spikes", 436443); DictSNOConversation.Add("P4_Ruins_Hazir_Warps", 435697); DictSNOConversation.Add("P4_Ruins_Hazir_ZigguratEndCallout", 435942); DictSNOConversation.Add("P4_Ruins_ThreeGuardians_FollowerCallouts", 435975); DictSNOConversation.Add("P4_Ruins_ThreeGuardians_Spirits_FollowerCallouts", 435970); DictSNOConversation.Add("P6_Adventurer_Death", 465849); DictSNOConversation.Add("P6_Adventurer_Temple_Ahead", 465840); DictSNOConversation.Add("P6_Adventurer_Torture", 465844); DictSNOConversation.Add("P6_Challenge_Rift_BossAlert", 472123); DictSNOConversation.Add("P6_Challenge_Rift_End", 470872); DictSNOConversation.Add("P6_Challenge_Rift_EndFail", 473881); DictSNOConversation.Add("P6_Challenge_Rift_Intro", 471065); DictSNOConversation.Add("P6_Challenge_Rift_Practice", 471076); DictSNOConversation.Add("P6_Challenge_Rift_StartBanter", 472131); DictSNOConversation.Add("P6_Envy_BossIntro_01", 467396); DictSNOConversation.Add("P6_Envy_BossIntro_02", 467400); DictSNOConversation.Add("P6_Envy_BossIntro_03", 467404); DictSNOConversation.Add("P6_Envy_Challenge", 467651); DictSNOConversation.Add("P6_Envy_Maidens", 467637); DictSNOConversation.Add("P6_Envy_Near_Death", 467951); DictSNOConversation.Add("P6_Envy_Wounded_Taunt", 467919); DictSNOConversation.Add("P6_Event_Moor_BloodCaravan_CultistsAttack", 465276); DictSNOConversation.Add("P6_Event_Moor_BloodCaravan_End", 466181); DictSNOConversation.Add("P6_Event_Moor_BloodCaravan_FriendlyAdventurer_Breadcrumb", 465285); DictSNOConversation.Add("P6_Event_Moor_BloodCaravan_Statue", 472115); DictSNOConversation.Add("P6_Event_Moor_BloodCaravan_Vermin", 472069); DictSNOConversation.Add("P6_Event_Moor_BloodCollection_CultistLeaderArrival", 465224); DictSNOConversation.Add("P6_Event_Moor_BloodCollection_CultistsAttack", 465228); DictSNOConversation.Add("P6_Event_Moor_BloodCollection_FriendlyAdventurer_Breadcrumb", 465246); DictSNOConversation.Add("P6_Event_moor_BloodCollection_MercyKilling", 472154); DictSNOConversation.Add("P6_Event_Moor_BloodCollection_Portals", 472158); DictSNOConversation.Add("P6_Event_Moor_BloodCollection_Victim", 465235); DictSNOConversation.Add("P6_Event_Moor_BloodCollection_VictimReminder", 465255); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_B_01", 466726); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_B_02", 466728); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_B_03", 469583); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_Chest_01", 470248); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_Chest_02", 470250); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_Chest_03", 470252); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_Chest_04", 470254); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_RavenEggs_01", 469701); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_RavenEggs_02", 469703); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_RavenEggs_03", 469705); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_RavenEggs_04", 469853); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_Wagon_01", 470073); DictSNOConversation.Add("P6_Event_Moor_GraveRobbers_Wagon_02", 470075); DictSNOConversation.Add("P6_Friendly_Adventurer_Banter", 462117); DictSNOConversation.Add("P6_Friendly_Adventurer_Champion_Rare_Sighted", 470640); DictSNOConversation.Add("P6_Friendly_Adventurer_ForgottenWell", 472150); DictSNOConversation.Add("P6_Friendly_Adventurer_Idle", 470705); DictSNOConversation.Add("P6_Friendly_Adventurer_Killed_Champion_Rare", 470693); DictSNOConversation.Add("P6_Friendly_Adventurer_OnJoin", 471928); DictSNOConversation.Add("P6_Friendly_Adventurer_SeesCave", 472148); DictSNOConversation.Add("P6_Lore_MysteriousJournal1", 472374); DictSNOConversation.Add("P6_Lore_MysteriousJournal2", 472382); DictSNOConversation.Add("P6_Lore_MysteriousJournal3", 472388); DictSNOConversation.Add("P6_Lore_MysteriousJournal4", 472394); DictSNOConversation.Add("P6_Lore_MysteriousJournal5", 472400); DictSNOConversation.Add("P6_Lore_RealmsofFate", 472406); DictSNOConversation.Add("P6_Lore_Vidian", 472430); DictSNOConversation.Add("P6_MoorsCave_DeathPriest", 466599); DictSNOConversation.Add("P6_MoorsCave_DeathPriest_Gatekeeper", 466607); DictSNOConversation.Add("P6_MoorsCave_DeathPriest_Ghost", 466603); DictSNOConversation.Add("P6_Temple_CultistChants", 473169); DictSNOConversation.Add("P6_Tyrael_EndlessBattles", 472365); DictSNOConversation.Add("P6_Tyrael_Reflections", 472369); DictSNOConversation.Add("PlayerCathedralEntered", 77312); DictSNOConversation.Add("PlayerSwordOfJusticeCaveCallout", 130225); DictSNOConversation.Add("Player_AdriasCellar", 167088); DictSNOConversation.Add("Player_AdriasHut", 167051); DictSNOConversation.Add("Player_AngelCorpse_Callout", 205516); DictSNOConversation.Add("Player_BoneyardWormCaveCallout", 136113); DictSNOConversation.Add("Player_CathedralFront", 132451); DictSNOConversation.Add("Player_DemonGateEnd", 205783); DictSNOConversation.Add("Player_EnteredGame_Float", 100913); DictSNOConversation.Add("Player_Event_LastStand_GizmoClicked", 136903); DictSNOConversation.Add("Player_Event_LastStand_Intro", 136876); DictSNOConversation.Add("Player_Event_LastStand_Outtro", 136889); DictSNOConversation.Add("Player_Event_LastStand_SkeletonSpawned", 136926); DictSNOConversation.Add("Player_FarmAmbushFlyer_Mid", 131508); DictSNOConversation.Add("Player_FesteringWoodsAmbush_Callout", 138921); DictSNOConversation.Add("Player_GoatmanPyre_Callout", 139637); DictSNOConversation.Add("Player_GoatmanPyre_CalloutOutro", 139658); DictSNOConversation.Add("Player_HellportalSummoningMachine_Intro", 131925); DictSNOConversation.Add("Player_HellPortalSummoningMachine_Outtro", 131927); DictSNOConversation.Add("Player_JarOfSouls_Callout1", 138358); DictSNOConversation.Add("Player_JarOfSouls_Callout2", 138371); DictSNOConversation.Add("Player_MaghdaChapelCellarOuttro", 143182); DictSNOConversation.Add("Player_MaghdaMansion_Mid", 134565); DictSNOConversation.Add("Player_MaghdaMansion_Outtro", 134578); DictSNOConversation.Add("Player_Maghda_WorthamSanctum_Taunt", 165101); DictSNOConversation.Add("Player_PuppyLove_Intro", 131510); DictSNOConversation.Add("Player_QuillDemonFamily_Intro", 135416); DictSNOConversation.Add("Player_QuillDemonFamily_Outro", 140446); DictSNOConversation.Add("Player_RabbitHole_Callout2", 139993); DictSNOConversation.Add("Player_RoadsideAssistance_Outtro", 131511); DictSNOConversation.Add("Player_ScavengerFarmBossSpawned", 178597); DictSNOConversation.Add("Player_ScavengerFarmIntro", 166735); DictSNOConversation.Add("Player_SkeletonMassGrave_Callout", 138995); DictSNOConversation.Add("Player_SpiderCaveHermitCallout", 137626); DictSNOConversation.Add("Player_SpiderCavesGoblinCocooned_Intro", 134607); DictSNOConversation.Add("Player_SpiderCavesGoblinCocooned_Mid", 139142); DictSNOConversation.Add("Player_SpiderCaveStomachAcheCallout", 137582); DictSNOConversation.Add("Player_SpiderQueenCallout", 148646); DictSNOConversation.Add("Player_SwordOfJustice_Callout_CultistsDead", 132531); DictSNOConversation.Add("Player_SwordOfJustice_Callout_Mid", 131124); DictSNOConversation.Add("Player_SwordOfJustice_Callout_Outtro", 131165); DictSNOConversation.Add("Player_TheOldMan_Intro", 131512); DictSNOConversation.Add("Player_TheOldMan_Outtro", 131513); DictSNOConversation.Add("Player_ThousandPounderFloat", 195284); DictSNOConversation.Add("Player_Tinkerer_Callout", 140533); DictSNOConversation.Add("Player_TorturedAngel_Callout", 207515); DictSNOConversation.Add("Player_Tristram_Float_alt", 174619); DictSNOConversation.Add("Player_VendorCurios_Intro", 131827); DictSNOConversation.Add("Player_ZKHeadDungeonTrigger", 204930); DictSNOConversation.Add("PoltahrSkeletonAmbush", 57723); DictSNOConversation.Add("Priest_Heal", 181330); DictSNOConversation.Add("PrisonerAmbush_Callout", 114009); DictSNOConversation.Add("PrisonerAmbush_Heartbeat", 114017); DictSNOConversation.Add("PrisonerFreed_Intro", 108726); DictSNOConversation.Add("PrisonerFreed_Success", 108731); DictSNOConversation.Add("PVP_Callout_Ace", 238977); DictSNOConversation.Add("PVP_Callout_AllFoesDead", 240421); DictSNOConversation.Add("PVP_Callout_Avenger", 238978); DictSNOConversation.Add("PVP_Callout_Countdown", 240317); DictSNOConversation.Add("PVP_Callout_EndGame", 240335); DictSNOConversation.Add("PVP_Callout_EndWarning", 240331); DictSNOConversation.Add("PVP_Callout_FirstKill", 238979); DictSNOConversation.Add("PVP_Callout_FoeJoins", 240391); DictSNOConversation.Add("PVP_Callout_FoeLeaves", 240405); DictSNOConversation.Add("PVP_Callout_FriendJoins", 240375); DictSNOConversation.Add("PVP_Callout_FriendLeaves", 240395); DictSNOConversation.Add("PVP_Callout_Go", 240321); DictSNOConversation.Add("PVP_Callout_KillBonus", 240439); DictSNOConversation.Add("PVP_Callout_KillEvent", 240409); DictSNOConversation.Add("PVP_Callout_Killstreak_10", 238980); DictSNOConversation.Add("PVP_Callout_Killstreak_3", 238981); DictSNOConversation.Add("PVP_Callout_Killstreak_5", 238982); DictSNOConversation.Add("PVP_Callout_Killstreak_7", 238983); DictSNOConversation.Add("PVP_Callout_LostGame", 240352); DictSNOConversation.Add("PVP_Callout_MultipleKillsFast", 240429); DictSNOConversation.Add("PVP_Callout_MultipleKillsNoDeaths", 240425); DictSNOConversation.Add("PVP_Callout_OtherAnnouncements", 240463); DictSNOConversation.Add("PVP_Callout_OtherKills", 240459); DictSNOConversation.Add("PVP_Callout_Payback", 240455); DictSNOConversation.Add("PVP_Callout_Savior", 238984); DictSNOConversation.Add("PVP_Callout_Start", 240302); DictSNOConversation.Add("PVP_Callout_Survivor", 238985); DictSNOConversation.Add("PVP_Callout_TieGame", 240360); DictSNOConversation.Add("PVP_Callout_TimeWarnings", 240371); DictSNOConversation.Add("PVP_Callout_WonGame", 240348); DictSNOConversation.Add("PvP_Vendor_InTown", 239737); DictSNOConversation.Add("PvP_Vendor_InTown1", 239087); DictSNOConversation.Add("Quest_Jail_Queen_01", 103388); DictSNOConversation.Add("Quest_Jail_Queen_AllPrisonersFreed", 109728); DictSNOConversation.Add("Quest_Jail_Warden_01", 103239); DictSNOConversation.Add("Quest_Jail_Warden_02", 103303); DictSNOConversation.Add("Quest_Jail_Warden_03", 103321); DictSNOConversation.Add("Quest_trOut_Nephalem_Powers_FoundFirstKey", 138837); DictSNOConversation.Add("Quest_trOut_Nephalem_Powers_FoundSecondtKey", 138850); DictSNOConversation.Add("RakinishuShrine_Player_EventStart", 114591); DictSNOConversation.Add("RangedCaptain_Scream", 209781); DictSNOConversation.Add("RavdAshearaGate", 165477); DictSNOConversation.Add("RavdAshearaGate_Callout", 201820); DictSNOConversation.Add("RavdAshearaGate_New", 201285); DictSNOConversation.Add("RavdAshearaGate_Outro", 185616); DictSNOConversation.Add("RumfordProtectorEnd_New", 198521); DictSNOConversation.Add("Rumford_Blacksmith", 146903); DictSNOConversation.Add("Rumford_CaptainDaltyn", 146624); DictSNOConversation.Add("Rumford_Debt", 146930); DictSNOConversation.Add("Rumford_Fields", 146921); DictSNOConversation.Add("Rumford_FirstSummonerKilled", 156223); DictSNOConversation.Add("Rumford_GateIntro", 151087); DictSNOConversation.Add("Rumford_GateIntro2", 198199); DictSNOConversation.Add("Rumford_OldStories", 146926); DictSNOConversation.Add("Rumford_OpenGates", 151102); DictSNOConversation.Add("Rumford_WorseningNews", 146907); DictSNOConversation.Add("Rumford_Yourself", 146889); DictSNOConversation.Add("ScoundrelIntro_Greet", 81576); DictSNOConversation.Add("ScoundrelIntro_InTown_Greet", 81580); DictSNOConversation.Add("Scoundrel_Dirty_Fighting", 119614); DictSNOConversation.Add("Scoundrel_Intro_Callout", 141772); DictSNOConversation.Add("Scoundrel_Intro_Confrontation", 167677); DictSNOConversation.Add("Scoundrel_Intro_Finish", 111899); DictSNOConversation.Add("Scoundrel_Intro_Finish2", 206578); DictSNOConversation.Add("Scoundrel_Intro_Gate", 167656); DictSNOConversation.Add("Scoundrel_Intro_MercGossip", 175103); DictSNOConversation.Add("Scoundrel_Intro_Mercs", 112110); DictSNOConversation.Add("Scoundrel_Intro_NigelAttacks", 174043); DictSNOConversation.Add("Scoundrel_Intro_Outro", 116881); DictSNOConversation.Add("Scoundrel_Intro_Outro1", 223956); DictSNOConversation.Add("Scoundrel_Intro_Outro2", 223934); DictSNOConversation.Add("Scoundrel_Intro_Startup", 111893); DictSNOConversation.Add("Scoundrel_Intro_Taunt", 141765); DictSNOConversation.Add("Scoundrel_Intro_WarpEscort", 190169); DictSNOConversation.Add("Scoundrel_NearBridge2Woods", 81590); DictSNOConversation.Add("Scoundrel_NearBridge2Woods_gossip", 194249); DictSNOConversation.Add("Scoundrel_Near_Neph_Dungeon_Open", 81601); DictSNOConversation.Add("Scoundrel_Power_Shot", 119618); DictSNOConversation.Add("Scoundrel_Vanish", 119622); DictSNOConversation.Add("SergeantMentyn_Scream", 209783); DictSNOConversation.Add("SewerSearchers", 107856); DictSNOConversation.Add("SewerSearchersSummoned", 107862); DictSNOConversation.Add("SharkHunterHadiWave2", 59449); DictSNOConversation.Add("SpiderCaveHermitCallout", 74121); DictSNOConversation.Add("Stranded2Adventurer_A_Front", 60409); DictSNOConversation.Add("Stranded2DudeAllSaved", 60402); DictSNOConversation.Add("Stranded2DudeGreet", 59967); DictSNOConversation.Add("Stranded2DudeGreet2", 62544); DictSNOConversation.Add("Stranded2DudeGreet3", 62546); DictSNOConversation.Add("Stranded2DudeGreet4", 62548); DictSNOConversation.Add("Stranded2DudeSaved", 59974); DictSNOConversation.Add("Stranded2DudeSaved2", 62550); DictSNOConversation.Add("Stranded2DudeSaved3", 62552); DictSNOConversation.Add("Stranded2DudeSaved4", 62554); DictSNOConversation.Add("Stranded2LeaderBossSpawn", 60097); DictSNOConversation.Add("Stranded2LeaderFightOver", 60404); DictSNOConversation.Add("Stranded2LeaderGreet", 59977); DictSNOConversation.Add("Stranded2LeaderSaved", 59979); DictSNOConversation.Add("Stranded2LeaderStartWaves01", 60091); DictSNOConversation.Add("Stranded2LeaderStartWaves01_Outro", 215094); DictSNOConversation.Add("Stranger_PostRitual", 119680); DictSNOConversation.Add("Stranger_SecondSwordPiece_New", 198713); DictSNOConversation.Add("SuccubusPrison_PrisonerExposition", 191690); DictSNOConversation.Add("SuccubusPrison_PrisonerFollow", 191293); DictSNOConversation.Add("SuccubusPrison_PrisonerFollowEnd", 191301); DictSNOConversation.Add("SuccubusPrison_ThrallFreed", 191325); DictSNOConversation.Add("TemplarHire", 86951); DictSNOConversation.Add("TemplarIntro_ApproachingEndFight", 104877); DictSNOConversation.Add("TemplarIntro_ApproachingEndFight2", 105561); DictSNOConversation.Add("TemplarIntro_AtTyraelVantage", 104474); DictSNOConversation.Add("TemplarIntro_CaptorsAndFriendsDead", 104033); DictSNOConversation.Add("TemplarIntro_CaptorSpectatorAggro", 104695); DictSNOConversation.Add("TemplarIntro_CaptorSpectatorSecondWave", 104701); DictSNOConversation.Add("TemplarIntro_DestroysWall", 104676); DictSNOConversation.Add("TemplarIntro_EscortLeave", 220314); DictSNOConversation.Add("TemplarIntro_Exposition", 104408); DictSNOConversation.Add("TemplarIntro_Freed", 103964); DictSNOConversation.Add("TemplarIntro_JondarKilled", 104670); DictSNOConversation.Add("TemplarIntro_JondarNear_Name", 168282); DictSNOConversation.Add("TemplarIntro_OnWayToStuff_Callout01", 144816); DictSNOConversation.Add("TemplarIntro_RitualWeakening", 104782); DictSNOConversation.Add("TemplarIntro_Stash", 104627); DictSNOConversation.Add("TemplarIntro_Stash_Got_it_Name", 168278); DictSNOConversation.Add("Templar_Backstory1", 145225); DictSNOConversation.Add("Templar_Backstory2", 145415); DictSNOConversation.Add("Templar_Backstory3", 145417); DictSNOConversation.Add("Templar_Backstory4", 145419); DictSNOConversation.Add("Templar_Charge", 117302); DictSNOConversation.Add("Templar_Heal", 117225); DictSNOConversation.Add("Templar_Intervene", 117406); DictSNOConversation.Add("Templar_Onslaught", 119596); DictSNOConversation.Add("Temp_CloseSiegeGate", 93693); DictSNOConversation.Add("TimedDungeonFail", 217516); DictSNOConversation.Add("TimedDungeonIntro", 217505); DictSNOConversation.Add("TimedDungeonRunning", 217512); DictSNOConversation.Add("TimedDungeonSuccess", 217514); DictSNOConversation.Add("Tinkerer_Float", 105344); DictSNOConversation.Add("TownAttackCultistAggro", 101557); DictSNOConversation.Add("TownAttackCultistKilled", 101585); DictSNOConversation.Add("TownAttackFail_FirstBossKilled", 93412); DictSNOConversation.Add("TownAttackFail_SecondBossKilled", 93414); DictSNOConversation.Add("TownAttackFail_ThirdBossKilled", 93416); DictSNOConversation.Add("TownAttackFail_Villager", 93404); DictSNOConversation.Add("TownAttack_ChapelHeavyDamaged", 91209); DictSNOConversation.Add("TownAttack_FirstBossKilled", 91163); DictSNOConversation.Add("TownAttack_Leah_BeforeFirstBoss_First", 194933); DictSNOConversation.Add("TownAttack_Leah_BeforeFirstBoss_Last", 194942); DictSNOConversation.Add("TownAttack_Leah_BeforeSecondBoss", 102352); DictSNOConversation.Add("TownAttack_Priest", 120372); DictSNOConversation.Add("TownAttack_SecondBossKilled", 91165); DictSNOConversation.Add("TownAttack_Stranger", 120357); DictSNOConversation.Add("TownAttack_ThirdBossKilled", 91167); DictSNOConversation.Add("TownAttack_Villager_Dies", 102752); DictSNOConversation.Add("TownAttack_Villager_PlayerApproachesVillager", 91032); DictSNOConversation.Add("TownAttack_Villager_PlayerApproachesVillager_Greeter_Approaches", 102187); DictSNOConversation.Add("TownAttack_Villager_TownSaved", 91175); DictSNOConversation.Add("TristramCart_NPC", 108672); DictSNOConversation.Add("TristramCart_NPC_AfterBlock", 116078); DictSNOConversation.Add("TristramGuardBodies", 17693); DictSNOConversation.Add("TristramGuardCaptainIntro_New", 198503); DictSNOConversation.Add("TristramSummonersKilled", 96958); DictSNOConversation.Add("TristramWestGateAttack_Guard_Intro", 79978); DictSNOConversation.Add("TristramWestGateAttack_Guard_Intro_gossip", 80100); DictSNOConversation.Add("TristramWestGateAttack_Guard_Precursor", 79534); DictSNOConversation.Add("TristramZombieAttackGateGuard", 80088); DictSNOConversation.Add("TristramZombieAttackGateGuard_SummonerWave", 110948); DictSNOConversation.Add("Tristram_Collector_InTown_Intro", 177835); DictSNOConversation.Add("Tristram_Collector_InTown_Mid", 179339); DictSNOConversation.Add("Tristram_Collector_InTown_NewStuff", 210888); DictSNOConversation.Add("Tristram_Collector_InTown_NewStuff2", 211391); DictSNOConversation.Add("Tristram_CorpseLady", 178082); DictSNOConversation.Add("Tristram_Family", 160629); DictSNOConversation.Add("Tristram_Fence_InTown_Intro", 177849); DictSNOConversation.Add("Tristram_Fence_InTown_NewStuff", 210884); DictSNOConversation.Add("Tristram_Fence_InTown_NewStuff2", 211395); DictSNOConversation.Add("Tristram_Fourth_Flavor_1", 123755); DictSNOConversation.Add("Tristram_Fourth_Flavor_2", 123757); DictSNOConversation.Add("Tristram_Fourth_Flavor_3", 123759); DictSNOConversation.Add("Tristram_Fourth_Flavor_4", 123761); DictSNOConversation.Add("Tristram_Fourth_Flavor_5", 131739); DictSNOConversation.Add("Tristram_Fourth_Flavor_6", 141859); DictSNOConversation.Add("Tristram_Fourth_Flavor_Drunk", 131675); DictSNOConversation.Add("Tristram_History", 160538); DictSNOConversation.Add("Tristram_Intro_Flavor_1", 79537); DictSNOConversation.Add("Tristram_Intro_Flavor_2", 79541); DictSNOConversation.Add("Tristram_Intro_Flavor_3", 79547); DictSNOConversation.Add("Tristram_Intro_Flavor_4", 86753); DictSNOConversation.Add("Tristram_Intro_Flavor_5", 131624); DictSNOConversation.Add("Tristram_Intro_Flavor_6", 141849); DictSNOConversation.Add("Tristram_Intro_Flavor_Drunk", 131677); DictSNOConversation.Add("Tristram_LeahGossip", 137134); DictSNOConversation.Add("Tristram_MayorHate", 136980); DictSNOConversation.Add("Tristram_MilitiaGossip1", 141573); DictSNOConversation.Add("Tristram_MilitiaGossip2", 142072); DictSNOConversation.Add("Tristram_MilitiaGossip3", 142074); DictSNOConversation.Add("Tristram_MilitiaGossip4", 142076); DictSNOConversation.Add("Tristram_MilitiaGossip5", 142078); DictSNOConversation.Add("Tristram_Miner_InTown_Intro", 177856); DictSNOConversation.Add("Tristram_Miner_InTown_NewStuff", 210879); DictSNOConversation.Add("Tristram_Miner_InTown_NewStuff2", 211399); DictSNOConversation.Add("Tristram_MusicLover", 137024); DictSNOConversation.Add("Tristram_MusicLover2", 142130); DictSNOConversation.Add("Tristram_MusicLover3", 142132); DictSNOConversation.Add("Tristram_MusicLover4", 142134); DictSNOConversation.Add("Tristram_MusicLover5", 142136); DictSNOConversation.Add("Tristram_MusicLover6", 142138); DictSNOConversation.Add("Tristram_Nosy1", 141951); DictSNOConversation.Add("Tristram_Nosy2", 141953); DictSNOConversation.Add("Tristram_Nosy3", 141956); DictSNOConversation.Add("Tristram_Nosy4", 141958); DictSNOConversation.Add("Tristram_PanickedGuard", 108687); DictSNOConversation.Add("Tristram_PreCain_Flavor_2", 101024); DictSNOConversation.Add("Tristram_PreCain_Flavor_3", 101026); DictSNOConversation.Add("Tristram_PreCain_Flavor_4", 101029); DictSNOConversation.Add("Tristram_PreCain_Flavor_5", 131621); DictSNOConversation.Add("Tristram_PreCain_Flavor_Drunk", 131679); DictSNOConversation.Add("Tristram_PriestLastRites", 108743); DictSNOConversation.Add("tristram_PriestProphecy1", 137270); DictSNOConversation.Add("tristram_PriestProphecy2", 141266); DictSNOConversation.Add("tristram_PriestProphecy3", 141268); DictSNOConversation.Add("tristram_PriestProphecy4", 141270); DictSNOConversation.Add("tristram_PriestProphecy5", 141272); DictSNOConversation.Add("tristram_PriestProphecy6", 141274); DictSNOConversation.Add("Tristram_RumfordConversation", 151107); DictSNOConversation.Add("Tristram_Second_Flavor_1", 93364); DictSNOConversation.Add("Tristram_Second_Flavor_2", 93371); DictSNOConversation.Add("Tristram_Second_Flavor_3", 93377); DictSNOConversation.Add("Tristram_Second_Flavor_4", 93379); DictSNOConversation.Add("Tristram_Second_Flavor_5", 131733); DictSNOConversation.Add("Tristram_Second_Flavor_6", 141854); DictSNOConversation.Add("Tristram_Second_Flavor_Drunk", 131681); DictSNOConversation.Add("Tristram_Third_Flavor_1", 93366); DictSNOConversation.Add("Tristram_Third_Flavor_2", 93381); DictSNOConversation.Add("Tristram_Third_Flavor_3", 93383); DictSNOConversation.Add("Tristram_Third_Flavor_4", 93385); DictSNOConversation.Add("Tristram_Third_Flavor_5", 131689); DictSNOConversation.Add("Tristram_Third_Flavor_6", 141856); DictSNOConversation.Add("Tristram_Third_Flavor_Drunk", 131683); DictSNOConversation.Add("trOut_Barkeep_Float1", 109471); DictSNOConversation.Add("trOut_Highlands_Event_Crazy88s_Cultist1", 94747); DictSNOConversation.Add("trOut_Highlands_Event_Crazy88s_Cultist2", 94755); DictSNOConversation.Add("trOut_Wilderness_Event_PuppyLove_End", 80609); DictSNOConversation.Add("trOut_Wilderness_Event_PuppyLove_Start", 80607); DictSNOConversation.Add("TyraelAboutBelial", 170299); DictSNOConversation.Add("TyraelAboutFall", 170290); DictSNOConversation.Add("TyraelAboutKulleDeath", 180403); DictSNOConversation.Add("TyraelAboutRefugees", 164368); DictSNOConversation.Add("TyraelAfterD2", 170349); DictSNOConversation.Add("TyraelBelialCaptured", 80329); DictSNOConversation.Add("TyraelCaravanCaldeum", 81221); DictSNOConversation.Add("TyraelCultDestroyedTalkAsheara", 213860); DictSNOConversation.Add("TyraelD2", 170373); DictSNOConversation.Add("TyraelFollowing_Spire1", 217243); DictSNOConversation.Add("TyraelFollowing_Spire2", 217245); DictSNOConversation.Add("TyraelFollowing_Spire3", 217247); DictSNOConversation.Add("TyraelFollowing_Spire4", 217249); DictSNOConversation.Add("TyraelFollowing_Spire5", 219855); DictSNOConversation.Add("TyraelFollowing_Spire6", 219861); DictSNOConversation.Add("TyraelFollowing_Spire7", 219894); DictSNOConversation.Add("TyraelFollowing_Spire8", 219902); DictSNOConversation.Add("TyraelRefugeeCorruptionCaldeum", 81735); DictSNOConversation.Add("TyraelStingingWindsIntro", 57401); DictSNOConversation.Add("TyraelStormCaldeum", 59896); DictSNOConversation.Add("TyraelStormCaldeum_PlayerCallout", 201418); DictSNOConversation.Add("TyraelToSewers", 169954); DictSNOConversation.Add("TyraelTristramRescued", 72897); DictSNOConversation.Add("Tyrael_AdriaGossip", 194636); DictSNOConversation.Add("Tyrael_AfterResurrection", 120220); DictSNOConversation.Add("Tyrael_BallistasIntro", 134423); DictSNOConversation.Add("Tyrael_BallistasIntroTemplar", 165032); DictSNOConversation.Add("Tyrael_BattleCries", 183667); DictSNOConversation.Add("Tyrael_CrushCultIntro", 120253); DictSNOConversation.Add("Tyrael_DarkWandererGossip", 193714); DictSNOConversation.Add("Tyrael_DiamondGates", 217170); DictSNOConversation.Add("Tyrael_EpicBattleGossip", 166278); DictSNOConversation.Add("Tyrael_EternalConflict2Gossip", 166251); DictSNOConversation.Add("Tyrael_EternalConflictGossip", 166151); DictSNOConversation.Add("Tyrael_FinishedBattle", 183679); DictSNOConversation.Add("Tyrael_Gossip_Cult", 144919); DictSNOConversation.Add("Tyrael_Gossip_Demons", 144935); DictSNOConversation.Add("Tyrael_Gossip_HumanKnowledge", 191627); DictSNOConversation.Add("Tyrael_Gossip_Memory", 144882); DictSNOConversation.Add("Tyrael_Gossip_Sword", 144904); DictSNOConversation.Add("Tyrael_HeavenEntrance", 112449); DictSNOConversation.Add("Tyrael_HeavenEntranceFloat", 195641); DictSNOConversation.Add("Tyrael_Heavensfall", 171645); DictSNOConversation.Add("Tyrael_HighHeavensGossip", 153918); DictSNOConversation.Add("Tyrael_Idle", 183697); DictSNOConversation.Add("Tyrael_IntroCatapults", 134291); DictSNOConversation.Add("Tyrael_IntroCatapultsTemplar", 164843); DictSNOConversation.Add("Tyrael_KillTheBeastIntroTemplar", 164405); DictSNOConversation.Add("Tyrael_LeahGoneGossip", 193846); DictSNOConversation.Add("Tyrael_MalthaelGossip", 193802); DictSNOConversation.Add("Tyrael_MalthaelGossip2", 193816); DictSNOConversation.Add("Tyrael_OnWayToSpire", 196560); DictSNOConversation.Add("Tyrael_PrimeEvilGossip", 193879); DictSNOConversation.Add("Tyrael_SiegeGatesIntro", 134311); DictSNOConversation.Add("Tyrael_SoulstoneGossip", 191392); DictSNOConversation.Add("Tyrael_SoulstoneGossip2", 191396); DictSNOConversation.Add("Tyrael_SpireWarp", 214841); DictSNOConversation.Add("Tyrael_SpireWarp2", 220305); DictSNOConversation.Add("Tyrael_WorldGossip", 191364); DictSNOConversation.Add("WaheedGate", 163548); DictSNOConversation.Add("WebGuyIntro", 191494); DictSNOConversation.Add("WebGuy_Freed", 191507); DictSNOConversation.Add("WebGuy_GetTheVenom", 191500); DictSNOConversation.Add("WebGuy_InHighlands", 191511); DictSNOConversation.Add("X1_A5_JewelerBackstory_1", 294043); DictSNOConversation.Add("X1_A5_JewelerBackstory_2", 294077); DictSNOConversation.Add("X1_A5_JewelerBackstory_3", 294100); DictSNOConversation.Add("X1_A5_JewelerBackstory_4", 294116); DictSNOConversation.Add("X1_A5_JewelerBackstory_5", 294260); DictSNOConversation.Add("X1_A5_JewelerBackstory_6", 294630); DictSNOConversation.Add("X1_A5_JewelerBackstory_7", 352081); DictSNOConversation.Add("X1_A5_JewelerBackstory_8", 297379); DictSNOConversation.Add("X1_Abattoir_EntranceBanter", 294218); DictSNOConversation.Add("x1_AdventureMode_BountyTurnin", 352539); DictSNOConversation.Add("x1_AdventureMode_BountyTurnin_A2", 357038); DictSNOConversation.Add("x1_AdventureMode_BountyTurnin_A3", 357040); DictSNOConversation.Add("x1_AdventureMode_BountyTurnin_A4", 357021); DictSNOConversation.Add("x1_AdventureMode_BountyTurnin_A5", 357042); DictSNOConversation.Add("x1_AdventureMode_HoradrimBanter1", 371255); DictSNOConversation.Add("x1_AdventureMode_HoradrimBanter2", 371280); DictSNOConversation.Add("x1_AdventureMode_Lorath_Bought", 367106); DictSNOConversation.Add("x1_AdventureMode_Lorath_Fail", 367149); DictSNOConversation.Add("x1_AdventureMode_Lorath_Junk", 373121); DictSNOConversation.Add("x1_AdventureMode_Lorath_Sell", 367021); DictSNOConversation.Add("x1_AdventureMode_TyraelDummy", 377808); DictSNOConversation.Add("x1_AdventureMode_TyraelGossip", 367567); DictSNOConversation.Add("x1_AdventureMode_TyraelGossip2", 367991); DictSNOConversation.Add("x1_AdventureMode_TyraelGossip3", 368021); DictSNOConversation.Add("x1_AdventureMode_TyraelIntro", 367563); DictSNOConversation.Add("x1_AdventureMode_TyraelQuest", 371237); DictSNOConversation.Add("x1_AdventureMode_TyraelShards", 371250); DictSNOConversation.Add("x1_Adventure_FerrymanPort_To_Wertham", 353438); DictSNOConversation.Add("X1_Blacksmith_Backstory1", 298693); DictSNOConversation.Add("X1_Blacksmith_Backstory2", 298729); DictSNOConversation.Add("X1_Blacksmith_Backstory3", 298746); DictSNOConversation.Add("X1_Blacksmith_Backstory4", 298763); DictSNOConversation.Add("X1_Blacksmith_Backstory5", 298780); DictSNOConversation.Add("X1_Blacksmith_Backstory6", 317270); DictSNOConversation.Add("X1_Blacksmith_BackstoryRandom", 310955); DictSNOConversation.Add("X1_Blacksmith_Backstory_Event", 298710); DictSNOConversation.Add("X1_Blacksmith_Backstory_Event2", 317782); DictSNOConversation.Add("x1_BogCellar_Cultist", 247599); DictSNOConversation.Add("x1_Bog_BloodMarshDoorUnlocked", 343883); DictSNOConversation.Add("x1_Bog_CatacombsEntranceBlocked", 345820); DictSNOConversation.Add("x1_Bog_CatacombsEntranceBlocked_LorathCallout", 347896); DictSNOConversation.Add("x1_Bog_CatacombsPortal_MaybeEntrance", 351849); DictSNOConversation.Add("x1_Bog_CatacombsPortal_RightEntrance", 351869); DictSNOConversation.Add("x1_Bog_CatacombsPortal_WrongEntrance", 351834); DictSNOConversation.Add("X1_bog_event_angrybats_cryForHelp", 343132); DictSNOConversation.Add("X1_bog_event_angrybats_dialog_01", 343142); DictSNOConversation.Add("X1_bog_event_angrybats_dialog_02", 343157); DictSNOConversation.Add("X1_bog_event_angrybats_dialog_03", 343417); DictSNOConversation.Add("X1_bog_event_angrybats_scream", 343360); DictSNOConversation.Add("X1_Bog_Hillbilly_BadEnding", 290630); DictSNOConversation.Add("X1_Bog_Hillbilly_GoodEnding", 290628); DictSNOConversation.Add("X1_Bog_Hillbilly_HelpShout", 290457); DictSNOConversation.Add("X1_Bog_Hillbilly_PostFight", 290468); DictSNOConversation.Add("x1_Bog_LastAncient1", 246619); DictSNOConversation.Add("x1_Bog_LastAncient2", 246625); DictSNOConversation.Add("x1_Bog_LastAncient3", 246629); DictSNOConversation.Add("x1_Bog_LastAncient4", 246633); DictSNOConversation.Add("x1_Bog_LastAncient5", 246637); DictSNOConversation.Add("x1_Bog_LastAncient6", 246710); DictSNOConversation.Add("x1_Bog_Level1_IntroBanter", 256637); DictSNOConversation.Add("x1_Bog_LorathBanter", 350609); DictSNOConversation.Add("x1_Bog_LorathRuinsBanter", 343564); DictSNOConversation.Add("X1_Bog_LordOfFools_Lord2ndWaveShout", 289788); DictSNOConversation.Add("X1_Bog_LordOfFools_LordFinalShout", 289790); DictSNOConversation.Add("X1_Bog_LordOfFools_LordShout", 289775); DictSNOConversation.Add("X1_Bog_LordOfFools_PlayerIntro", 289766); DictSNOConversation.Add("x1_Bog_Lore_AdriaAidan", 302534); DictSNOConversation.Add("x1_Bog_Lore_AdriaBetrayal", 287843); DictSNOConversation.Add("x1_Bog_Lore_AdriaChild", 292063); DictSNOConversation.Add("x1_Bog_Lore_AdriaDead", 273713); DictSNOConversation.Add("x1_Bog_Lore_AdriaEmptiness", 287847); DictSNOConversation.Add("x1_Bog_Lore_AdriaFather", 292113); DictSNOConversation.Add("x1_Bog_Lore_AdriaFear", 292106); DictSNOConversation.Add("x1_Bog_Lore_AdriaFire", 302522); DictSNOConversation.Add("x1_Bog_Lore_AdriaLeah", 287793); DictSNOConversation.Add("x1_Bog_Lore_AdriaLosingControl", 287797); DictSNOConversation.Add("x1_Bog_Lore_AdriaMeeting", 292131); DictSNOConversation.Add("x1_Bog_Lore_AdriaMurderer", 302526); DictSNOConversation.Add("x1_Bog_Lore_AdriaNewHost", 287781); DictSNOConversation.Add("x1_Bog_Lore_AdriaPower", 287851); DictSNOConversation.Add("x1_Bog_Lore_AdriaPurpose", 287855); DictSNOConversation.Add("x1_Bog_Lore_AdriaVoices", 292120); DictSNOConversation.Add("x1_Bog_Lore_AdriaWitch", 302530); DictSNOConversation.Add("x1_Bog_Lore_RakkisHistory01", 287809); DictSNOConversation.Add("x1_Bog_Lore_RakkisHistory02", 287815); DictSNOConversation.Add("x1_Bog_Lore_RakkisHistory03", 287819); DictSNOConversation.Add("x1_Bog_Lore_RakkisHistory04", 287823); DictSNOConversation.Add("x1_Bog_Lore_RakkisHistory05", 288247); DictSNOConversation.Add("x1_Bog_Lore_RakkisHistory06", 288255); DictSNOConversation.Add("x1_Bog_Lore_RakkisHistory07", 288282); DictSNOConversation.Add("x1_Bog_Lore_RakkisHistory08", 292157); DictSNOConversation.Add("x1_Bog_Lore_RakkisHistory09", 292159); DictSNOConversation.Add("x1_Bog_NephalemWaystoneExplain", 347205); DictSNOConversation.Add("x1_Bog_NephalemWaystoneFirst1", 346611); DictSNOConversation.Add("x1_Bog_NephalemWaystone_Right", 351884); DictSNOConversation.Add("x1_Bog_NephalemWaystone_Wrong", 351902); DictSNOConversation.Add("X1_Bog_Sub240_Ideation_Draining_Pool_Lore", 288938); DictSNOConversation.Add("x1_Bog_TributeEvent", 351599); DictSNOConversation.Add("X1_Bog_Zayl", 352777); DictSNOConversation.Add("X1_Bog_Zayl_Gossip", 352879); DictSNOConversation.Add("x1_Cain_AboutCrusader", 294422); DictSNOConversation.Add("x1_CatacombCellar_TemplarAmbush_IntroFloat", 256011); DictSNOConversation.Add("x1_Catacombs_AdriaBossIntro", 260103); DictSNOConversation.Add("x1_Catacombs_AdriaBossIntro_Callout", 353175); DictSNOConversation.Add("x1_Catacombs_AdriaBossIntro_PlayerCallout", 377054); DictSNOConversation.Add("x1_Catacombs_AdriaBossOutro", 326076); DictSNOConversation.Add("x1_Catacombs_AdriaDead", 260191); DictSNOConversation.Add("x1_Catacombs_AdriaRitual", 351142); DictSNOConversation.Add("x1_Catacombs_AdriaTaunts", 351130); DictSNOConversation.Add("x1_Catacombs_CatacombsPortal_WrongEntrance", 341467); DictSNOConversation.Add("X1_catacombs_event_nephyloot", 342407); DictSNOConversation.Add("x1_Catacombs_Jeweler_Banter", 352201); DictSNOConversation.Add("x1_Catacombs_Jeweler_Escape", 352130); DictSNOConversation.Add("x1_Catacombs_Jeweler_Intro", 352097); DictSNOConversation.Add("x1_Catacombs_Jeweler_Intro_Callout", 352115); DictSNOConversation.Add("x1_Catacombs_Jeweler_JewelFound", 352209); DictSNOConversation.Add("x1_Catacombs_Jeweler_Liria", 352227); DictSNOConversation.Add("x1_Catacombs_Jeweler_Outro", 352236); DictSNOConversation.Add("x1_Catacombs_Jeweler_Outro_Banter", 352251); DictSNOConversation.Add("x1_Catacombs_Jeweler_Reunited1", 352170); DictSNOConversation.Add("x1_Catacombs_Jeweler_Reunited2", 352185); DictSNOConversation.Add("x1_Catacombs_Jeweler_Separated", 352166); DictSNOConversation.Add("x1_Catacombs_Jeweler_Trap", 352150); DictSNOConversation.Add("x1_Catacombs_LorathBanter", 350621); DictSNOConversation.Add("x1_Catacombs_LorathStopFollowing", 348502); DictSNOConversation.Add("X1_Challenge_MooNPC_End", 343749); DictSNOConversation.Add("X1_Challenge_MooNPC_Start", 343746); DictSNOConversation.Add("X1_Challenge_NephalemNPC_BossAlert", 366542); DictSNOConversation.Add("X1_Challenge_NephalemNPC_End", 340878); DictSNOConversation.Add("X1_Challenge_NephalemNPC_Lore", 366420); DictSNOConversation.Add("X1_Challenge_NephalemNPC_NoKeystone", 366529); DictSNOConversation.Add("X1_Challenge_NephalemNPC_Rifts", 366550); DictSNOConversation.Add("X1_Challenge_NephalemNPC_Rifts2", 373206); DictSNOConversation.Add("X1_Challenge_NephalemNPC_StartHorde", 330142); DictSNOConversation.Add("X1_event_catacombs_nephyLoot_intro", 345902); DictSNOConversation.Add("X1_Event_ForgottenWar_Alert", 301088); DictSNOConversation.Add("X1_Event_ForgottenWar_AngelBoss", 301097); DictSNOConversation.Add("X1_Event_ForgottenWar_Banter", 301090); DictSNOConversation.Add("X1_Event_ForgottenWar_DemonBoss", 301094); DictSNOConversation.Add("X1_Event_Fortress_LeaperAmbushD_Intro", 336116); DictSNOConversation.Add("X1_Event_Fortress_LeaperAmbushD_Outro", 336121); DictSNOConversation.Add("X1_Event_Kids_Kid1Saved", 317087); DictSNOConversation.Add("X1_Event_Kids_Kid3Saved", 317091); DictSNOConversation.Add("X1_Event_Ruffians_BackRoomSaved2", 317476); DictSNOConversation.Add("X1_Event_Ruffians_BossIntro", 317763); DictSNOConversation.Add("X1_Event_Ruffians_FirstPrisonerSaved", 317567); DictSNOConversation.Add("X1_Event_Ruffians_GetTheGirl", 317472); DictSNOConversation.Add("X1_Event_Ruffians_GirlSaved", 317484); DictSNOConversation.Add("X1_Event_Ruffians_GirlSaved2", 317489); DictSNOConversation.Add("X1_Event_Ruffians_GirlSaved3", 317496); DictSNOConversation.Add("X1_Event_Ruffians_Intro", 317613); DictSNOConversation.Add("X1_Event_Westm_BrutelyUnfortunate_Intro", 329831); DictSNOConversation.Add("X1_Event_Westm_BrutelyUnfortunate_Saved", 329894); DictSNOConversation.Add("X1_Event_Westm_CaptainStokely_End", 321943); DictSNOConversation.Add("X1_Event_Westm_CaptainStokely_Intro", 321935); DictSNOConversation.Add("X1_Event_Westm_CaptainStokely_Wave2", 321941); DictSNOConversation.Add("x1_Event_Westm_doomedGuard_intro", 304034); DictSNOConversation.Add("x1_Event_Westm_doomedGuard_phase2", 304039); DictSNOConversation.Add("x1_Event_Westm_doomedGuard_phase3", 304063); DictSNOConversation.Add("x1_Fol_EN_Abattoir", 351666); DictSNOConversation.Add("X1_Fol_EN_Backstory13", 298445); DictSNOConversation.Add("X1_Fol_EN_Backstory14", 298448); DictSNOConversation.Add("X1_Fol_EN_Backstory15", 298450); DictSNOConversation.Add("X1_Fol_EN_Backstory16", 298452); DictSNOConversation.Add("X1_Fol_EN_Backstory17", 298458); DictSNOConversation.Add("X1_Fol_EN_Backstory18_2", 337797); DictSNOConversation.Add("X1_Fol_EN_Backstory19", 299108); DictSNOConversation.Add("X1_Fol_EN_BackstoryIntro", 361634); DictSNOConversation.Add("x1_Fol_EN_BattlegroundsofEternity1", 351432); DictSNOConversation.Add("x1_Fol_EN_BattlegroundsofEternity2", 350603); DictSNOConversation.Add("x1_Fol_EN_BlockedGate", 351607); DictSNOConversation.Add("x1_Fol_EN_BloodMarsh", 350593); DictSNOConversation.Add("x1_Fol_EN_BogCave", 351717); DictSNOConversation.Add("x1_Fol_EN_BriarthornCemetery", 350579); DictSNOConversation.Add("x1_Fol_EN_Camp_Solo", 352075); DictSNOConversation.Add("x1_Fol_EN_CathedralCourtyard", 350439); DictSNOConversation.Add("x1_Fol_EN_ClassSpirit", 351736); DictSNOConversation.Add("x1_Fol_EN_EdlinDead", 351662); DictSNOConversation.Add("x1_Fol_EN_GideonsRow", 350574); DictSNOConversation.Add("x1_Fol_EN_MolderingWaterway", 350434); DictSNOConversation.Add("x1_Fol_EN_NoblesRestCourtyard", 350584); DictSNOConversation.Add("x1_Fol_EN_OvergrownRuins", 350591); DictSNOConversation.Add("x1_Fol_EN_PandemoniumFortressLevel1", 350605); DictSNOConversation.Add("x1_Fol_EN_PandemoniumFortressLevel2_1", 350607); DictSNOConversation.Add("x1_Fol_EN_PandemoniumFortressLevel2_2", 351583); DictSNOConversation.Add("x1_Fol_EN_PandemoniumGate", 350599); DictSNOConversation.Add("x1_Fol_EN_PassagetoCorvus", 350595); DictSNOConversation.Add("x1_Fol_EN_PathofWar", 350601); DictSNOConversation.Add("x1_Fol_EN_PathsoftheDrowned", 351386); DictSNOConversation.Add("x1_Fol_EN_RealmoftheBanished", 351728); DictSNOConversation.Add("x1_Fol_EN_RuinsofCorvus", 350597); DictSNOConversation.Add("X1_Fol_EN_SC_Camp_07", 351653); DictSNOConversation.Add("X1_Fol_EN_SC_Camp_08", 351693); DictSNOConversation.Add("X1_Fol_EN_SC_Camp_09", 351698); DictSNOConversation.Add("x1_Fol_EN_TowerofKorelan", 350589); DictSNOConversation.Add("x1_Fol_EN_TP_Camp_08", 351954); DictSNOConversation.Add("x1_Fol_EN_TP_Camp_09", 352037); DictSNOConversation.Add("x1_Fol_EN_TP_Camp_10", 352044); DictSNOConversation.Add("x1_Fol_EN_TP_Camp_11", 352695); DictSNOConversation.Add("x1_Fol_EN_WestmarchCommons", 350455); DictSNOConversation.Add("x1_Fol_EN_WestmarchHeights", 350586); DictSNOConversation.Add("x1_Fol_EN_WolfGate", 350428); DictSNOConversation.Add("x1_Fol_EN_ZakarumCathedral", 350449); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_30", 352257); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_31", 352261); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_32", 352263); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_33", 352265); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_34", 352267); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_35", 352269); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_36", 352271); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_37", 352273); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_38", 352275); DictSNOConversation.Add("x1_Fol_Player_EN_Wrld_39", 352277); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_38", 351317); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_39", 352019); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_40", 352035); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_41", 352132); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_42", 352203); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_43", 352231); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_44", 352336); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_45", 352462); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_46", 352464); DictSNOConversation.Add("x1_Fol_Player_SC_Wrld_47", 352466); DictSNOConversation.Add("X1_Fol_Player_TP_Bog_01", 349785); DictSNOConversation.Add("X1_Fol_Player_TP_Bog_02", 349799); DictSNOConversation.Add("X1_Fol_Player_TP_Bog_03", 349803); DictSNOConversation.Add("X1_Fol_Player_TP_Bog_04", 349871); DictSNOConversation.Add("X1_Fol_Player_TP_Catacombs_01", 350459); DictSNOConversation.Add("X1_Fol_Player_TP_Catacombs_02", 350640); DictSNOConversation.Add("X1_Fol_Player_TP_Catacombs_03", 350659); DictSNOConversation.Add("X1_Fol_Player_TP_Catacombs_04", 350664); DictSNOConversation.Add("X1_Fol_Player_TP_Catacombs_05", 350673); DictSNOConversation.Add("X1_Fol_Player_TP_Cathedral", 349637); DictSNOConversation.Add("X1_Fol_Player_TP_Fortress_01", 351246); DictSNOConversation.Add("X1_Fol_Player_TP_Fortress_02", 351660); DictSNOConversation.Add("X1_Fol_Player_TP_Fortress_03", 351686); DictSNOConversation.Add("X1_Fol_Player_TP_Fortress_04", 351767); DictSNOConversation.Add("X1_Fol_Player_TP_GideonsRow", 349521); DictSNOConversation.Add("X1_Fol_Player_TP_Graveyard", 349643); DictSNOConversation.Add("X1_Fol_Player_TP_IntroSewer", 349568); DictSNOConversation.Add("X1_Fol_Player_TP_LastOrb", 349650); DictSNOConversation.Add("X1_Fol_Player_TP_OvergrownRuins", 349764); DictSNOConversation.Add("X1_Fol_Player_TP_PandBattlefields_01", 351011); DictSNOConversation.Add("X1_Fol_Player_TP_PandBattlefields_02", 351016); DictSNOConversation.Add("X1_Fol_Player_TP_PandBattlefields_03", 351042); DictSNOConversation.Add("X1_Fol_Player_TP_PandBattlefields_04", 351052); DictSNOConversation.Add("X1_Fol_Player_TP_PathWar_01", 350998); DictSNOConversation.Add("X1_Fol_Player_TP_WestmBridge_01", 308451); DictSNOConversation.Add("X1_Fol_Player_TP_WestmOverlook_01", 308332); DictSNOConversation.Add("X1_Fol_Player_TP_WestmZone1_01", 308334); DictSNOConversation.Add("X1_Fol_Player_TP_WestmZone1_02", 308425); DictSNOConversation.Add("X1_Fol_Player_TP_WestmZone1_03", 308441); DictSNOConversation.Add("X1_Fol_Player_TP_WestmZone1_04", 308447); DictSNOConversation.Add("X1_Fol_Player_TP_WestmZone1_05", 339737); DictSNOConversation.Add("X1_Fol_Player_TP_WestmZone3_01", 349655); DictSNOConversation.Add("X1_Fol_Player_TP_WestmZone3_02", 349671); DictSNOConversation.Add("X1_Fol_Player_TP_WestmZone3_03", 349673); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_40", 299129); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_41", 299252); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_42", 299268); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_43", 299293); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_44", 299300); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_45", 299305); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_46", 299325); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_47", 299344); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_48", 299361); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_49", 299379); DictSNOConversation.Add("X1_Fol_Player_TP_Wrld_50", 299400); DictSNOConversation.Add("X1_Fol_SC_Abattoir1", 337856); DictSNOConversation.Add("X1_Fol_SC_Abattoir2", 337860); DictSNOConversation.Add("X1_Fol_SC_Abattoir3", 337876); DictSNOConversation.Add("X1_Fol_SC_Abattoir4", 337936); DictSNOConversation.Add("X1_Fol_SC_AdriaDead", 341581); DictSNOConversation.Add("X1_Fol_SC_Alley", 337201); DictSNOConversation.Add("X1_Fol_SC_Backstory13", 295450); DictSNOConversation.Add("X1_Fol_SC_Backstory14_Hub", 351523); DictSNOConversation.Add("X1_Fol_SC_Backstory15", 295530); DictSNOConversation.Add("X1_Fol_SC_Backstory16", 295676); DictSNOConversation.Add("X1_Fol_SC_Backstory17", 296410); DictSNOConversation.Add("X1_Fol_SC_Backstory17b", 302024); DictSNOConversation.Add("X1_Fol_SC_BackstoryAlert", 301338); DictSNOConversation.Add("X1_Fol_SC_BackstoryAlert2", 306334); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event0", 303686); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event00", 354778); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event1", 303443); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event2", 303483); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event2b", 340798); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event3", 303490); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event3a", 303667); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event3b", 303669); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event3c", 303677); DictSNOConversation.Add("X1_Fol_SC_Backstory_Event4", 303655); DictSNOConversation.Add("X1_Fol_SC_Backstory_ThievesAttack", 340802); DictSNOConversation.Add("X1_Fol_SC_BloodMarsh1", 338424); DictSNOConversation.Add("X1_Fol_SC_BloodMarsh2", 338449); DictSNOConversation.Add("X1_Fol_SC_BloodMarsh3", 338495); DictSNOConversation.Add("X1_Fol_SC_BloodMarsh4", 338499); DictSNOConversation.Add("X1_Fol_SC_BloodMarsh5", 338501); DictSNOConversation.Add("X1_Fol_SC_BriarthornCemetery1", 351498); DictSNOConversation.Add("X1_Fol_SC_BriarthornCemetery2", 351502); DictSNOConversation.Add("X1_Fol_SC_BriarthornCemetery3", 351518); DictSNOConversation.Add("X1_Fol_SC_BrokenGate", 336938); DictSNOConversation.Add("X1_Fol_SC_Camp_Solo", 351528); DictSNOConversation.Add("X1_Fol_SC_CathedralCourtyard", 336954); DictSNOConversation.Add("X1_Fol_SC_DeathMadman", 337852); DictSNOConversation.Add("X1_Fol_SC_DeathMaidenKills", 336950); DictSNOConversation.Add("X1_Fol_SC_Fortress1", 341677); DictSNOConversation.Add("X1_Fol_SC_Fortress2", 341679); DictSNOConversation.Add("X1_Fol_SC_Fortress3", 341691); DictSNOConversation.Add("X1_Fol_SC_Fortress4", 341726); DictSNOConversation.Add("X1_Fol_SC_Fortress5", 341763); DictSNOConversation.Add("X1_Fol_SC_Fortress6", 354064); DictSNOConversation.Add("X1_Fol_SC_Greeting", 361611); DictSNOConversation.Add("X1_Fol_SC_MolderingWaterway", 336945); DictSNOConversation.Add("X1_Fol_SC_NoblesRest", 348799); DictSNOConversation.Add("X1_Fol_SC_OvergrownRuins", 338149); DictSNOConversation.Add("X1_Fol_SC_PandemoniumGate", 341599); DictSNOConversation.Add("X1_Fol_SC_PandExt1", 341616); DictSNOConversation.Add("X1_Fol_SC_PandExt2", 341626); DictSNOConversation.Add("X1_Fol_SC_PandExt3", 341639); DictSNOConversation.Add("X1_Fol_SC_PandExt4", 341660); DictSNOConversation.Add("X1_Fol_SC_PassagetoCorvus1", 351490); DictSNOConversation.Add("X1_Fol_SC_PassagetoCorvus2", 351494); DictSNOConversation.Add("X1_Fol_SC_PathofWar", 341606); DictSNOConversation.Add("X1_Fol_SC_RuinsofCorvus1", 338519); DictSNOConversation.Add("X1_Fol_SC_RuinsofCorvus2", 338523); DictSNOConversation.Add("X1_Fol_SC_RuinsofCorvus3", 338539); DictSNOConversation.Add("X1_Fol_SC_RuinsofCorvus4", 338543); DictSNOConversation.Add("X1_Fol_SC_RuinsofCorvus5", 338559); DictSNOConversation.Add("X1_Fol_SC_TemplarMaester_Intro_Alt", 337912); DictSNOConversation.Add("X1_Fol_SC_TemplarQuestIntro", 337904); DictSNOConversation.Add("X1_Fol_SC_TowerofKorelan", 337919); DictSNOConversation.Add("X1_Fol_SC_WestmarchCommons", 337825); DictSNOConversation.Add("X1_Fol_SC_WestmarchCommons2", 337127); DictSNOConversation.Add("X1_Fol_SC_WestmarchCommons3", 337143); DictSNOConversation.Add("X1_Fol_SC_WestmarchCommons4", 337151); DictSNOConversation.Add("X1_Fol_SC_WestmarchHeights1", 337880); DictSNOConversation.Add("X1_Fol_SC_WestmarchHeights2", 337884); DictSNOConversation.Add("X1_Fol_SC_WestmarchHeights3", 337900); DictSNOConversation.Add("X1_Fol_SC_WestmarchOverlook", 336911); DictSNOConversation.Add("X1_Fol_SC_WolfGate1", 336924); DictSNOConversation.Add("X1_Fol_SC_WolfGate2", 336907); DictSNOConversation.Add("X1_Fol_SC_ZakarumCathedral", 336958); DictSNOConversation.Add("X1_Fol_TP_Camp_Solo", 352395); DictSNOConversation.Add("X1_Fol_TP_SC_Camp_12", 351605); DictSNOConversation.Add("X1_Fol_TP_SC_Camp_13", 351614); DictSNOConversation.Add("X1_Fol_TP_SC_Camp_14", 351619); DictSNOConversation.Add("X1_Fol_TP_SC_Camp_15", 351626); DictSNOConversation.Add("x1_Fortress_Angel_Trooper_A_Arrive", 347585); DictSNOConversation.Add("x1_Fortress_Angel_Trooper_A_Combat", 347589); DictSNOConversation.Add("x1_Fortress_Angel_Trooper_A_Depart", 347587); DictSNOConversation.Add("x1_fortress_event_ancientJail", 334485); DictSNOConversation.Add("X1_fortress_event_ancientJail_end", 348600); DictSNOConversation.Add("X1_fortress_event_ancientJail_end02", 348908); DictSNOConversation.Add("X1_fortress_event_ancientJail_reward", 345468); DictSNOConversation.Add("X1_fortress_event_ancientJail_warn01", 345550); DictSNOConversation.Add("X1_fortress_event_ancientJail_warn02", 345554); DictSNOConversation.Add("X1_Fortress_Event_Worldstone_Complete", 334718); DictSNOConversation.Add("X1_Fortress_Event_Worldstone_Gossip", 334914); DictSNOConversation.Add("X1_Fortress_Event_Worldstone_Intro", 334507); DictSNOConversation.Add("X1_Fortress_Event_Worldstone_PlayerCallout", 334858); DictSNOConversation.Add("X1_Fortress_JudgeEvent_AfterW1", 334682); DictSNOConversation.Add("X1_Fortress_JudgeEvent_AfterW2", 334684); DictSNOConversation.Add("X1_Fortress_JudgeEvent_Start", 334582); DictSNOConversation.Add("X1_fortress_Lore_Inarius1", 306930); DictSNOConversation.Add("X1_fortress_Lore_Inarius2", 306946); DictSNOConversation.Add("X1_fortress_Lore_Inarius3", 306952); DictSNOConversation.Add("X1_fortress_Lore_Inarius4", 306957); DictSNOConversation.Add("X1_fortress_Lore_Inarius5", 306962); DictSNOConversation.Add("X1_fortress_Lore_Inarius6", 306967); DictSNOConversation.Add("X1_fortress_Lore_Inarius7", 306972); DictSNOConversation.Add("x1_fortress_Lore_Lilith1", 314483); DictSNOConversation.Add("x1_fortress_Lore_Lilith2", 314488); DictSNOConversation.Add("x1_fortress_Lore_Lilith3", 314490); DictSNOConversation.Add("x1_fortress_Lore_Lilith4", 314492); DictSNOConversation.Add("x1_fortress_MalthaelDead", 351334); DictSNOConversation.Add("x1_fortress_MalthaelFight_Phase1_Intro", 328785); DictSNOConversation.Add("x1_fortress_MalthaelFight_Phase1_Intro2", 364144); DictSNOConversation.Add("x1_fortress_MalthaelFight_Phase1_Intro3", 364146); DictSNOConversation.Add("x1_fortress_MalthaelFight_Phase1_Taunt", 351537); DictSNOConversation.Add("x1_fortress_MalthaelFight_Phase2_Intro", 328787); DictSNOConversation.Add("x1_fortress_MalthaelFight_Phase2_Taunt", 351535); DictSNOConversation.Add("x1_fortress_MalthaelFight_Phase3_Intro", 328791); DictSNOConversation.Add("x1_fortress_MalthaelFight_Phase3_Intro2", 364682); DictSNOConversation.Add("x1_fortress_MalthaelFight_Phase3_Taunt", 358159); DictSNOConversation.Add("x1_fortress_PortalsActivate_Barbarian", 350768); DictSNOConversation.Add("x1_fortress_PortalsActivate_CrusaderF", 350780); DictSNOConversation.Add("x1_fortress_PortalsActivate_CrusaderM", 350784); DictSNOConversation.Add("x1_fortress_PortalsActivate_DemonHunter", 350788); DictSNOConversation.Add("x1_fortress_PortalsActivate_Monk", 350792); DictSNOConversation.Add("x1_fortress_PortalsActivate_WitchDoctor", 350796); DictSNOConversation.Add("x1_fortress_PortalsActivate_Wizard", 350800); DictSNOConversation.Add("x1_fortress_SpiritLevel1_Barbarian", 335174); DictSNOConversation.Add("x1_fortress_SpiritLevel1_CrusaderF", 336674); DictSNOConversation.Add("x1_fortress_SpiritLevel1_CrusaderM", 336672); DictSNOConversation.Add("x1_fortress_SpiritLevel1_DemonHunter", 336676); DictSNOConversation.Add("x1_fortress_SpiritLevel1_Monk", 336678); DictSNOConversation.Add("x1_fortress_SpiritLevel1_Necromancer", 469534); DictSNOConversation.Add("x1_fortress_SpiritLevel1_WitchDoctor", 336680); DictSNOConversation.Add("x1_fortress_SpiritLevel1_Wizard", 336682); DictSNOConversation.Add("X1_Fortress_SpiritPrison", 348276); DictSNOConversation.Add("X1_Fortress_SpiritPrison_End", 348303); DictSNOConversation.Add("x1_fortress_SpiritWell_01_Barbarian", 308752); DictSNOConversation.Add("x1_fortress_SpiritWell_01_BarbarianGossipGuardian", 312675); DictSNOConversation.Add("x1_fortress_SpiritWell_01_BarbarianGossipMalthael", 312686); DictSNOConversation.Add("x1_fortress_SpiritWell_01_BarbarianGossipSpirits", 312684); DictSNOConversation.Add("x1_fortress_SpiritWell_01_Barbarian_Intro", 349559); DictSNOConversation.Add("x1_fortress_SpiritWell_01_CrusaderF", 319523); DictSNOConversation.Add("x1_fortress_SpiritWell_01_CrusaderGossipCrusaderF", 319525); DictSNOConversation.Add("x1_fortress_SpiritWell_01_CrusaderGossipCrusaderM", 315090); DictSNOConversation.Add("x1_fortress_SpiritWell_01_CrusaderGossipMalthaelF", 323562); DictSNOConversation.Add("x1_fortress_SpiritWell_01_CrusaderGossipMalthaelM", 334953); DictSNOConversation.Add("x1_fortress_SpiritWell_01_CrusaderGossipSpiritsF", 319529); DictSNOConversation.Add("x1_fortress_SpiritWell_01_CrusaderGossipSpiritsM", 315098); DictSNOConversation.Add("x1_fortress_SpiritWell_01_CrusaderM", 314906); DictSNOConversation.Add("x1_fortress_SpiritWell_01_DemonHunter", 314911); DictSNOConversation.Add("x1_fortress_SpiritWell_01_DemonHunterGossipMalthael", 315107); DictSNOConversation.Add("x1_fortress_SpiritWell_01_DemonHunterGossipMaster", 315103); DictSNOConversation.Add("x1_fortress_SpiritWell_01_DemonHunterGossipSpirits", 315112); DictSNOConversation.Add("x1_fortress_SpiritWell_01_Monk", 314915); DictSNOConversation.Add("x1_fortress_SpiritWell_01_MonkGossipMalthael", 315116); DictSNOConversation.Add("x1_fortress_SpiritWell_01_MonkGossipPatriarch", 315120); DictSNOConversation.Add("x1_fortress_SpiritWell_01_MonkGossipSpirits", 315122); DictSNOConversation.Add("x1_fortress_SpiritWell_01_Necromancer", 469542); DictSNOConversation.Add("x1_fortress_SpiritWell_01_NecromancerGossipMalthael", 469593); DictSNOConversation.Add("x1_fortress_SpiritWell_01_NecromancerGossipMaster", 469602); DictSNOConversation.Add("x1_fortress_SpiritWell_01_WitchDoctor", 314919); DictSNOConversation.Add("x1_fortress_SpiritWell_01_WitchDoctorGossipMalthael", 315124); DictSNOConversation.Add("x1_fortress_SpiritWell_01_WitchDoctorGossipMbwiruEikura", 315132); DictSNOConversation.Add("x1_fortress_SpiritWell_01_WitchDoctor_Intro", 349828); DictSNOConversation.Add("x1_fortress_SpiritWell_01_Wizard", 314924); DictSNOConversation.Add("x1_fortress_SpiritWell_01_WizardGossipMalthael", 315140); DictSNOConversation.Add("x1_fortress_SpiritWell_01_WizardGossipMaster", 315144); DictSNOConversation.Add("x1_fortress_SpiritWell_01_WizardGossipSpirits", 315148); DictSNOConversation.Add("x1_fortress_SpiritWell_02_Barbarian", 308778); DictSNOConversation.Add("x1_fortress_SpiritWell_02_BarbarianGossipDeath", 314430); DictSNOConversation.Add("x1_fortress_SpiritWell_02_BarbarianGossipGuardian", 312705); DictSNOConversation.Add("x1_fortress_SpiritWell_02_CrusaderF", 319535); DictSNOConversation.Add("x1_fortress_SpiritWell_02_CrusaderGossipCrusaderF", 319537); DictSNOConversation.Add("x1_fortress_SpiritWell_02_CrusaderGossipCrusaderM", 315156); DictSNOConversation.Add("x1_fortress_SpiritWell_02_CrusaderGossipDeathF", 319540); DictSNOConversation.Add("x1_fortress_SpiritWell_02_CrusaderGossipDeathM", 315152); DictSNOConversation.Add("x1_fortress_SpiritWell_02_CrusaderGossipKillingDeathF", 319527); DictSNOConversation.Add("x1_fortress_SpiritWell_02_CrusaderGossipKillingDeathM", 315094); DictSNOConversation.Add("x1_fortress_SpiritWell_02_CrusaderM", 314942); DictSNOConversation.Add("x1_fortress_SpiritWell_02_DemonHunter", 314946); DictSNOConversation.Add("x1_fortress_SpiritWell_02_DemonHunterGossipDeath", 315165); DictSNOConversation.Add("x1_fortress_SpiritWell_02_DemonHunterGossipMaster", 315161); DictSNOConversation.Add("x1_fortress_SpiritWell_02_Monk", 314950); DictSNOConversation.Add("x1_fortress_SpiritWell_02_MonkGossipDeath", 315169); DictSNOConversation.Add("x1_fortress_SpiritWell_02_MonkGossipGods", 315173); DictSNOConversation.Add("x1_fortress_SpiritWell_02_Necromancer", 469645); DictSNOConversation.Add("x1_fortress_SpiritWell_02_NecromancerGossipDeath", 469661); DictSNOConversation.Add("x1_fortress_SpiritWell_02_NecromancerGossipKillingDeath", 469669); DictSNOConversation.Add("x1_fortress_SpiritWell_02_NecromancerGossipMaster", 469651); DictSNOConversation.Add("x1_fortress_SpiritWell_02_WitchDoctor", 314954); DictSNOConversation.Add("x1_fortress_SpiritWell_02_WitchDoctorGossipDeath", 315177); DictSNOConversation.Add("x1_fortress_SpiritWell_02_WitchDoctorGossipSpirits", 315181); DictSNOConversation.Add("x1_fortress_SpiritWell_02_Wizard", 314958); DictSNOConversation.Add("x1_fortress_SpiritWell_02_WizardGossipDeath", 315185); DictSNOConversation.Add("x1_fortress_SpiritWell_02_WizardGossipKillingDeath", 323631); DictSNOConversation.Add("x1_fortress_SpiritWell_02_WizardGossipMaster", 315189); DictSNOConversation.Add("x1_Fortress_TyraelCallout", 302948); DictSNOConversation.Add("x1_fortress_TyraelGossipFortress", 303054); DictSNOConversation.Add("x1_fortress_TyraelPreFortress", 302646); DictSNOConversation.Add("x1_Graveyard_GraveRobert_Float01", 351635); DictSNOConversation.Add("x1_Graveyard_GraveRobert_Float02", 351641); DictSNOConversation.Add("x1_Graveyard_GraveRobert_Float03", 351645); DictSNOConversation.Add("x1_Graveyard_GraveRobert_Intro", 351628); DictSNOConversation.Add("x1_Graveyard_GraveRobert_Outro", 351741); DictSNOConversation.Add("x1_Graveyard_GraveRobert_Screwed", 351649); DictSNOConversation.Add("x1_Heaven_ImperiusAppears", 361184); DictSNOConversation.Add("x1_Heaven_ImperiusMalthael", 361192); DictSNOConversation.Add("x1_Heaven_LamielSpeech", 361123); DictSNOConversation.Add("x1_Heaven_LamielSpotted", 361166); DictSNOConversation.Add("x1_Heaven_TyraelImperiusLeaves2", 349123); DictSNOConversation.Add("x1_Hero_Dance", 457556); DictSNOConversation.Add("x1_Hero_EliteSighted", 355439); DictSNOConversation.Add("x1_Hero_TownPortal", 355423); DictSNOConversation.Add("x1_JarofSouls_NecroVersion_Intro", 239309); DictSNOConversation.Add("x1_JarofSouls_NecroVersion_Outro", 278000); DictSNOConversation.Add("x1_JarofSouls_NecroVersion_Outro_Templar", 365247); DictSNOConversation.Add("x1_Jeweler_Backstory_Random", 352555); DictSNOConversation.Add("x1_Leah_AboutCrusader", 294420); DictSNOConversation.Add("X1_LorathIntro_New", 317212); DictSNOConversation.Add("X1_LorathIntro_New_Float", 319391); DictSNOConversation.Add("X1_LorathIntro_New_IntroFloat", 320130); DictSNOConversation.Add("x1_Lore_A1_Crusader_1", 294384); DictSNOConversation.Add("x1_Lore_A1_Crusader_2", 294388); DictSNOConversation.Add("x1_Lore_A1_Crusader_3", 294392); DictSNOConversation.Add("x1_Lore_A1_Crusader_4", 294394); DictSNOConversation.Add("x1_Lore_A1_Crusader_5", 294396); DictSNOConversation.Add("x1_Lore_A1_Crusader_6", 294398); DictSNOConversation.Add("x1_Lore_A1_Crusader_7", 294400); DictSNOConversation.Add("x1_Lore_A1_Crusader_8", 294402); DictSNOConversation.Add("x1_Lore_A1_Crusader_9", 294404); DictSNOConversation.Add("x1_Lore_AdventureMode_ZKNephalem", 352314); DictSNOConversation.Add("x1_Lore_AdventureMode_ZKPlans", 352318); DictSNOConversation.Add("x1_Lore_AdventureMode_ZKPortals", 352310); DictSNOConversation.Add("x1_Lore_AdventureMode_ZKReturn", 352306); DictSNOConversation.Add("X1_Lore_Bestiary_Anarch", 353612); DictSNOConversation.Add("X1_Lore_Bestiary_BarbedKraken", 353597); DictSNOConversation.Add("X1_Lore_Bestiary_BoganTrapper", 353568); DictSNOConversation.Add("X1_Lore_Bestiary_Boggit", 353566); DictSNOConversation.Add("X1_Lore_Bestiary_CorpseRaiser", 353549); DictSNOConversation.Add("X1_Lore_Bestiary_EnragedPhantasm", 353547); DictSNOConversation.Add("X1_Lore_Bestiary_Exarch", 353608); DictSNOConversation.Add("X1_Lore_Bestiary_FleshGorger", 353621); DictSNOConversation.Add("X1_Lore_Bestiary_FleshHurler", 353623); DictSNOConversation.Add("X1_Lore_Bestiary_FleshShaman", 353625); DictSNOConversation.Add("X1_Lore_Bestiary_MaggotBrood", 353617); DictSNOConversation.Add("X1_Lore_Bestiary_PrimordialScavenger", 353594); DictSNOConversation.Add("X1_Lore_Bestiary_Scarab", 353583); DictSNOConversation.Add("X1_Lore_Bestiary_ScavengingTunneler", 353592); DictSNOConversation.Add("X1_Lore_Bestiary_ScouringCharger", 353600); DictSNOConversation.Add("X1_Lore_Bestiary_ShriekingTerror", 353619); DictSNOConversation.Add("X1_Lore_Bestiary_SkeletalCrawler", 353553); DictSNOConversation.Add("X1_Lore_Bestiary_TuskedBogan", 353556); DictSNOConversation.Add("X1_Lore_Bestiary_VileBat", 353551); DictSNOConversation.Add("X1_Lore_Bestiary_WarscarredMarauder", 356491); DictSNOConversation.Add("X1_Lore_Bestiary_WarscarredRavager", 356577); DictSNOConversation.Add("X1_Lore_Bestiary_WingedAssassin", 353610); DictSNOConversation.Add("X1_Lore_Bestiary_WingedTalus", 353604); DictSNOConversation.Add("X1_Lore_DevilsHand_1", 331965); DictSNOConversation.Add("X1_Lore_DevilsHand_2", 332730); DictSNOConversation.Add("X1_Lore_DevilsHand_3", 332732); DictSNOConversation.Add("x1_Lore_fortress_Malthael1", 354414); DictSNOConversation.Add("x1_Lore_fortress_Malthael2", 354427); DictSNOConversation.Add("x1_Lore_fortress_Malthael3", 354432); DictSNOConversation.Add("x1_Lore_fortress_Malthael4", 354436); DictSNOConversation.Add("x1_Lore_fortress_Malthael5", 354440); DictSNOConversation.Add("x1_Lore_fortress_Malthael6", 354444); DictSNOConversation.Add("X1_Lore_LostAngel", 285778); DictSNOConversation.Add("x1_Lore_Necromancer1", 471424); DictSNOConversation.Add("x1_Lore_Necromancer2", 471429); DictSNOConversation.Add("x1_Lore_Necromancer3", 471433); DictSNOConversation.Add("x1_Lore_Necromancer4", 471437); DictSNOConversation.Add("x1_Lore_Necromancer5", 471441); DictSNOConversation.Add("x1_Lore_Necromancer6", 471445); DictSNOConversation.Add("x1_Lore_Necromancer7", 471449); DictSNOConversation.Add("x1_Lore_Necromancer8", 471453); DictSNOConversation.Add("x1_Lore_Necromancer9", 471455); DictSNOConversation.Add("X1_Lore_Pandemonium1", 286999); DictSNOConversation.Add("X1_Lore_Pandemonium2", 287003); DictSNOConversation.Add("X1_Lore_Pandemonium3", 287005); DictSNOConversation.Add("X1_Lore_Pandemonium4", 287307); DictSNOConversation.Add("X1_Lore_PrimeDiscovery1", 286974); DictSNOConversation.Add("X1_Lore_PrimeDiscovery2", 286976); DictSNOConversation.Add("X1_Lore_PrimeDiscovery3", 286978); DictSNOConversation.Add("X1_Lore_Realmwalker", 285284); DictSNOConversation.Add("X1_Lore_SC_Note", 302760); DictSNOConversation.Add("X1_Lore_SiegeAngels", 287232); DictSNOConversation.Add("X1_Lore_SiegeRunes", 349186); DictSNOConversation.Add("x1_LR_ZoltunKulle_CreateDungeon", 324166); DictSNOConversation.Add("X1_MysticDungeon_Comment_02A", 275908); DictSNOConversation.Add("X1_MysticDungeon_Comment_03", 273981); DictSNOConversation.Add("X1_MysticDungeon_Comment_04", 307395); DictSNOConversation.Add("X1_MysticDungeon_Comment_05", 307489); DictSNOConversation.Add("X1_MysticDungeon_Comment_06", 308292); DictSNOConversation.Add("X1_MysticDungeon_Comment_07", 327931); DictSNOConversation.Add("x1_MysticIntro_Citizen", 249171); DictSNOConversation.Add("x1_MysticIntro_CitizenAmbient", 249200); DictSNOConversation.Add("x1_MysticIntro_CombatCriticism2", 249324); DictSNOConversation.Add("x1_Mystic_TellMeAboutYourself2", 291250); DictSNOConversation.Add("x1_Mystic_TellMeAboutYourselfRandom", 291786); DictSNOConversation.Add("X1_OpenWorld_RandomItem1", 361614); DictSNOConversation.Add("X1_OpenWorld_RandomItem2", 361616); DictSNOConversation.Add("X1_OpenWorld_RandomItem2_Legendary", 374981); DictSNOConversation.Add("X1_OpenWorld_RandomItem2_Rare", 374983); DictSNOConversation.Add("X1_PandExt_AngelInRange", 290335); DictSNOConversation.Add("X1_PandExt_BallistaeEvent_AngelCallout", 351965); DictSNOConversation.Add("X1_PandExt_BallistaeEvent_AngelCallout_Bloodhawk", 351974); DictSNOConversation.Add("X1_PandExt_BallistaeEvent_AngelIntro", 351970); DictSNOConversation.Add("X1_PandExt_BallistaeEvent_AngelOutro", 351978); DictSNOConversation.Add("X1_PandExt_EventVoltron1", 302058); DictSNOConversation.Add("X1_PandExt_Event_GreatWeapon_AidAngel", 352730); DictSNOConversation.Add("X1_PandExt_Event_GreatWeapon_DemonBossShout", 352732); DictSNOConversation.Add("X1_PandExt_Event_GreatWeapon_EndTalk", 352734); DictSNOConversation.Add("X1_PandExt_Event_GreatWeapon_GetUnderShield", 354507); DictSNOConversation.Add("X1_PandExt_Event_GreatWeapon_IntroCallout", 352725); DictSNOConversation.Add("X1_PandExt_Event_GreatWeapon_Start", 352728); DictSNOConversation.Add("X1_PandExt_Ideation_Bacon_ScoutMaster_Event_Dialogue", 301109); DictSNOConversation.Add("X1_PandExt_ImperiusAttack", 361265); DictSNOConversation.Add("X1_PandExt_ImperiusCharge_ImperiusTalksAboutSiege_Float", 351067); DictSNOConversation.Add("X1_PandExt_ImperiusOverlook_1", 361252); DictSNOConversation.Add("X1_PandExt_ImperiusOverlook_2", 361275); DictSNOConversation.Add("X1_PandExt_ImperiusSiegeRune", 361280); DictSNOConversation.Add("X1_PandExt_NearImperius", 361245); DictSNOConversation.Add("X1_PandExt_PlayerTriesToExitEarly", 346659); DictSNOConversation.Add("X1_PandExt_RamFight7", 292240); DictSNOConversation.Add("X1_PandExt_RamFight9", 292310); DictSNOConversation.Add("X1_PandExt_SiegeAngelCalloutHelp", 273872); DictSNOConversation.Add("X1_PandExt_SiegeAngelThankYou", 273878); DictSNOConversation.Add("X1_PandExt_Timetrap_ChokepointDemonFreed", 349392); DictSNOConversation.Add("X1_PandExt_Timetrap_ChokepointPostKill", 349413); DictSNOConversation.Add("X1_PandExt_TrackingImperius", 290337); DictSNOConversation.Add("X1_PandExt_TyraelGossip1", 279249); DictSNOConversation.Add("X1_PandExt_TyraelGossip2", 280320); DictSNOConversation.Add("X1_PandExt_TyraelGossip3", 288314); DictSNOConversation.Add("X1_PandExt_TyraelGossipBarbarian", 308798); DictSNOConversation.Add("X1_PandExt_TyraelGossipCrusader", 314963); DictSNOConversation.Add("X1_PandExt_TyraelGossipDemonHunter", 314968); DictSNOConversation.Add("X1_PandExt_TyraelGossipDemonHunterDeath", 324438); DictSNOConversation.Add("X1_PandExt_TyraelGossipMonk", 314973); DictSNOConversation.Add("X1_PandExt_TyraelGossipNecromancer", 469609); DictSNOConversation.Add("X1_PandExt_TyraelGossipWitchDoctor", 314978); DictSNOConversation.Add("X1_PandExt_TyraelGossipWizard", 314983); DictSNOConversation.Add("X1_PandExt_TyraelPreInterior", 276788); DictSNOConversation.Add("X1_PandExt_TyraelPreRamFight", 346540); DictSNOConversation.Add("X1_PandExt_WoundedAngelFarewell", 279259); DictSNOConversation.Add("X1_PandExt_WoundedAngelWarning", 278512); DictSNOConversation.Add("X1_PandFort_LvL2_Templar_SanctuaryDead", 353259); DictSNOConversation.Add("X1_Pand_BatteringRam_BreakHooks2", 312669); DictSNOConversation.Add("X1_Pand_Ext_AlertRamGuard", 338685); DictSNOConversation.Add("X1_Pand_Ext_Cellar_Event_AngelbrosAdventures_FoundDemon", 351356); DictSNOConversation.Add("X1_Pand_Ext_Cellar_Event_AngelbrosAdventures_Intro", 351309); DictSNOConversation.Add("X1_Pand_Ext_Cellar_Event_AngelbrosAdventures_Win", 351372); DictSNOConversation.Add("X1_Pand_Ext_Event_AsteroidMasterAlert", 341838); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Banter", 311952); DictSNOConversation.Add("X1_Pand_HexMaze_EN_IntroBanter", 307649); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Lore_Sister1", 310925); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Lore_Sister2", 310930); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Lore_Sister3", 310934); DictSNOConversation.Add("X1_Pand_HexMaze_EN_NearLysa", 310768); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Prophet", 310841); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister1", 307452); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister1Eirena", 312071); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister1Found", 307658); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister1Freed", 311487); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister2", 307457); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister2Eirena", 312073); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister2Found", 307662); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister2Freed", 311494); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister3", 307461); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister3Eirena", 312090); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister3Found", 307668); DictSNOConversation.Add("X1_Pand_HexMaze_EN_Sister3Freed", 311498); DictSNOConversation.Add("X1_Pand_HexMaze_EN_SisterAmbush", 311393); DictSNOConversation.Add("X1_Pand_HexMaze_EN_SisterDemonsKilled", 311149); DictSNOConversation.Add("X1_Pand_HexMaze_EN_SisterLysa", 310773); DictSNOConversation.Add("X1_Pand_HexMaze_EN_SisterMemory", 311517); DictSNOConversation.Add("X1_TemplarBackstory_1", 295473); DictSNOConversation.Add("X1_TemplarBackstory_2", 295177); DictSNOConversation.Add("X1_TemplarBackstory_3", 295193); DictSNOConversation.Add("X1_TemplarBackstory_4", 295226); DictSNOConversation.Add("X1_TemplarBackstory_5", 295254); DictSNOConversation.Add("X1_TemplarBackstory_6", 295299); DictSNOConversation.Add("X1_TemplarBackstory_7", 298288); DictSNOConversation.Add("x1_TemplarNPC02_Float", 331230); DictSNOConversation.Add("x1_TemplarNPC03_Float", 331235); DictSNOConversation.Add("x1_TemplarNPC04_Float", 331241); DictSNOConversation.Add("x1_TemplarNPC_Alt", 328649); DictSNOConversation.Add("X1_WestmarchBoss_Intro", 274357); DictSNOConversation.Add("X1_WestmarchBoss_Intro2", 364382); DictSNOConversation.Add("X1_WestmarchBoss_Intro_PlayerFloat", 287468); DictSNOConversation.Add("X1_WestmarchBoss_Malthael", 274423); DictSNOConversation.Add("X1_WestmarchBoss_Malthael_PlayerFloat", 276688); DictSNOConversation.Add("X1_WestmarchBoss_PhaseShift", 345773); DictSNOConversation.Add("x1_WestmChurch_General_EntryCallout", 309278); DictSNOConversation.Add("X1_WestmHub_Adria1", 338328); DictSNOConversation.Add("X1_WestmHub_Adria2", 338336); DictSNOConversation.Add("X1_WestmHub_Adria3", 338341); DictSNOConversation.Add("X1_WestmHub_Adria4", 338347); DictSNOConversation.Add("X1_WestmHub_Adria5", 338370); DictSNOConversation.Add("X1_WestmHub_AmbientHeroWorship01", 321449); DictSNOConversation.Add("X1_WestmHub_AmbientHeroWorship02", 321481); DictSNOConversation.Add("X1_WestmHub_angryman_Tempchatter", 259272); DictSNOConversation.Add("X1_WestmHub_angryman_Tempchatter2", 259273); DictSNOConversation.Add("X1_WestmHub_angryman_Tempchatter3", 259274); DictSNOConversation.Add("X1_WestmHub_angryman_Tempchatter4", 259275); DictSNOConversation.Add("X1_WestmHub_arguingman1_Tempchatter", 259278); DictSNOConversation.Add("X1_WestmHub_arguingman1_Tempchatter2", 259279); DictSNOConversation.Add("X1_WestmHub_arguingman1_Tempchatter3", 259280); DictSNOConversation.Add("X1_WestmHub_arguingman1_Tempchatter4", 259281); DictSNOConversation.Add("X1_WestmHub_arguingman1_Tempchatter4b", 311640); DictSNOConversation.Add("X1_WestmHub_arguingman1_Tempchatter4c", 311644); DictSNOConversation.Add("X1_WestmHub_arguingman1_Tempchatter5", 259282); DictSNOConversation.Add("X1_WestmHub_Brycen1", 338659); DictSNOConversation.Add("X1_WestmHub_Brycen2", 338676); DictSNOConversation.Add("X1_WestmHub_BSS_01", 344438); DictSNOConversation.Add("X1_WestmHub_BSS_06", 364134); DictSNOConversation.Add("X1_WestmHub_BSS_Random01", 365897); DictSNOConversation.Add("X1_WestmHub_BSS_Random02", 365900); DictSNOConversation.Add("X1_WestmHub_Collector1", 309797); DictSNOConversation.Add("X1_WestmHub_Deserter1", 337906); DictSNOConversation.Add("X1_WestmHub_Deserter2", 338014); DictSNOConversation.Add("X1_WestmHub_Deserter3", 338146); DictSNOConversation.Add("X1_WestmHub_Deserter4", 338295); DictSNOConversation.Add("X1_WestmHub_Deserter5", 338297); DictSNOConversation.Add("X1_WestmHub_Deserter6", 338319); DictSNOConversation.Add("X1_WestmHub_Deserter7", 338465); DictSNOConversation.Add("X1_WestmHub_EmilyChatter1", 319409); DictSNOConversation.Add("X1_WestmHub_EmilyChatter2", 319416); DictSNOConversation.Add("X1_WestmHub_EmilyChatter3", 319428); DictSNOConversation.Add("X1_WestmHub_EmilyChatter4", 319653); DictSNOConversation.Add("X1_WestmHub_EmilyChatter5", 319675); DictSNOConversation.Add("X1_WestmHub_EmilyChatter6", 337829); DictSNOConversation.Add("X1_WestmHub_Fence1", 309820); DictSNOConversation.Add("X1_WestmHub_grieving_Tempchatter", 259285); DictSNOConversation.Add("X1_WestmHub_grieving_Tempchatter2", 259286); DictSNOConversation.Add("X1_WestmHub_grieving_Tempchatter3", 259287); DictSNOConversation.Add("x1_WestmHub_GuardF", 356449); DictSNOConversation.Add("x1_WestmHub_GuardF_Callouts", 356453); DictSNOConversation.Add("X1_WestmHub_GuardHoldingOut", 285705); DictSNOConversation.Add("X1_WestmHub_GuardReinforcements", 287440); DictSNOConversation.Add("x1_WestmHub_Guard_DeadKing_Alt", 362823); DictSNOConversation.Add("x1_WestmHub_Guard_King", 351922); DictSNOConversation.Add("x1_WestmHub_Guard_SurvivorIntro", 284649); DictSNOConversation.Add("x1_WestmHub_Guard_SurvivorIntro_PlayerFloat", 287425); DictSNOConversation.Add("X1_WestmHub_guard_Tempchatter", 259288); DictSNOConversation.Add("X1_WestmHub_guard_Tempchatter2", 259289); DictSNOConversation.Add("X1_WestmHub_guard_Tempchatter3", 259290); DictSNOConversation.Add("X1_WestmHub_guard_Tempchatter4", 259291); DictSNOConversation.Add("X1_WestmHub_guard_Tempchatter5", 259292); DictSNOConversation.Add("X1_WestmHub_Healer1", 309877); DictSNOConversation.Add("X1_WestmHub_hystericalman_Tempchatter", 259293); DictSNOConversation.Add("X1_WestmHub_hystericalman_Tempchatter2", 259294); DictSNOConversation.Add("X1_WestmHub_hystericalman_Tempchatter3", 259295); DictSNOConversation.Add("X1_WestmHub_Innkeeper1", 309716); DictSNOConversation.Add("X1_WestmHub_Kids1", 351832); DictSNOConversation.Add("X1_WestmHub_Kids2", 351867); DictSNOConversation.Add("X1_WestmHub_Kids3", 351942); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter", 259296); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter10", 342089); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter11", 342093); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter12", 342110); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter2", 259297); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter3", 259298); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter4", 259299); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter5", 259300); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter6", 259301); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter7", 259302); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter8", 259303); DictSNOConversation.Add("X1_WestmHub_librarian_Tempchatter9", 342083); DictSNOConversation.Add("X1_WestmHub_LorathBackstory", 286474); DictSNOConversation.Add("X1_WestmHub_LorathCain", 285687); DictSNOConversation.Add("X1_WestmHub_LorathGossip_01", 352823); DictSNOConversation.Add("X1_WestmHub_LorathGossip_02", 352827); DictSNOConversation.Add("X1_WestmHub_LorathGossip_03", 352831); DictSNOConversation.Add("X1_WestmHub_LorathHeroWorship", 321488); DictSNOConversation.Add("X1_WestmHub_LorathHoradrim02", 286453); DictSNOConversation.Add("x1_WestmHub_LorathLeaving", 346844); DictSNOConversation.Add("x1_WestmHub_LorathLeaving_Float", 347382); DictSNOConversation.Add("x1_WestmHub_LorathPandemoniumFortress", 352572); DictSNOConversation.Add("X1_WestmHub_LorathSoulstoneDestruction", 313875); DictSNOConversation.Add("X1_WestmHub_madman_Tempchatter3", 259304); DictSNOConversation.Add("X1_WestmHub_madman_Temp_chatter", 259305); DictSNOConversation.Add("X1_WestmHub_madman_Temp_chatter2", 259306); DictSNOConversation.Add("X1_WestmHub_Miner1", 309840); DictSNOConversation.Add("X1_WestmHub_MysticAdriaQuest", 291341); DictSNOConversation.Add("X1_WestmHub_MysticAdriaQuest2", 291374); DictSNOConversation.Add("X1_WestmHub_MysticPandemoniumExt", 291450); DictSNOConversation.Add("X1_WestmHub_MysticPandemoniumExt2", 291508); DictSNOConversation.Add("X1_WestmHub_MysticSliver", 285100); DictSNOConversation.Add("X1_WestmHub_MysticSliver_Float", 285106); DictSNOConversation.Add("X1_WestmHub_MysticUrzael", 286490); DictSNOConversation.Add("X1_WestmHub_Nobleman02_Ambient1", 288896); DictSNOConversation.Add("X1_WestmHub_Nobleman02_Ambient2", 288900); DictSNOConversation.Add("X1_WestmHub_Nobleman02_Ambient3", 288904); DictSNOConversation.Add("X1_WestmHub_Nobleman02_Ambient4", 288908); DictSNOConversation.Add("X1_WestmHub_Nobleman02_Ambient5", 288912); DictSNOConversation.Add("X1_WestmHub_nobleman_Temp_chatter", 259307); DictSNOConversation.Add("X1_WestmHub_nobleman_Temp_chatter02", 259308); DictSNOConversation.Add("X1_WestmHub_nobleman_Temp_chatter03", 259309); DictSNOConversation.Add("X1_WestmHub_nobleman_Temp_chatter04", 259310); DictSNOConversation.Add("X1_WestmHub_nobleman_Temp_chatter05", 259311); DictSNOConversation.Add("x1_WestmHub_Player_AfterUrzaelSequence", 344228); DictSNOConversation.Add("X1_WestmHub_priest_Tempchatter", 259312); DictSNOConversation.Add("X1_WestmHub_priest_Tempchatter2", 259313); DictSNOConversation.Add("X1_WestmHub_priest_Tempchatter3", 259314); DictSNOConversation.Add("X1_WestmHub_priest_Tempchatter4", 259315); DictSNOConversation.Add("X1_WestmHub_repenter_Tempchatter", 259317); DictSNOConversation.Add("X1_WestmHub_repenter_Tempchatter2", 259318); DictSNOConversation.Add("X1_WestmHub_repenter_Tempchatter3", 259319); DictSNOConversation.Add("X1_WestmHub_repenter_Tempchatter4", 259320); DictSNOConversation.Add("X1_WestmHub_repenter_Tempchatter5", 259321); DictSNOConversation.Add("X1_WestmHub_SendPlayerToBog", 346431); DictSNOConversation.Add("X1_WestmHub_Servants1", 351787); DictSNOConversation.Add("X1_WestmHub_Servants2", 351809); DictSNOConversation.Add("X1_WestmHub_Servants3", 351813); DictSNOConversation.Add("X1_WestmHub_Servants4", 351818); DictSNOConversation.Add("X1_WestmHub_Servants5", 351824); DictSNOConversation.Add("X1_WestmHub_Touched1", 338396); DictSNOConversation.Add("X1_WestmHub_Touched2", 338400); DictSNOConversation.Add("X1_WestmHub_Touched3", 338404); DictSNOConversation.Add("X1_WestmHub_Touched4", 338408); DictSNOConversation.Add("X1_WestmHub_Touched5", 338412); DictSNOConversation.Add("X1_WestmHub_TyraelAboutMalthael", 285518); DictSNOConversation.Add("X1_WestmHub_TyraelAfterBossDeath", 274440); DictSNOConversation.Add("x1_WestmHub_TyraelAfterUrzael", 283403); DictSNOConversation.Add("x1_WestmHub_TyraelAfterUrzaelPlayerCallout", 346860); DictSNOConversation.Add("x1_WestmHub_TyraelAngirisCouncil", 303326); DictSNOConversation.Add("x1_WestmHub_TyraelHubCallout_02", 275873); DictSNOConversation.Add("x1_WestmHub_TyraelHubCallout_03", 275877); DictSNOConversation.Add("X1_WestmHub_TyraelMalthaelsCreatures", 285602); DictSNOConversation.Add("X1_WestmHub_TyraelMalthaelsMercy", 288296); DictSNOConversation.Add("X1_WestmHub_TyraelMood", 297891); DictSNOConversation.Add("X1_WestmHub_TyraelPain", 285551); DictSNOConversation.Add("X1_WestmHub_TyraelSliver", 285586); DictSNOConversation.Add("X1_WestmHub_TyraelSliver01", 344354); DictSNOConversation.Add("X1_WestmHub_TyraelSoulstone", 285568); DictSNOConversation.Add("X1_WestmHub_TyraelUrzael", 285618); DictSNOConversation.Add("x1_WestmHub_TyraelWaveIntro", 252089); DictSNOConversation.Add("x1_WestmHub_TyraelWaveOver", 252100); DictSNOConversation.Add("X1_WestmHub_wife_Tempchatter", 259324); DictSNOConversation.Add("X1_WestmHub_wife_Tempchatter2", 259325); DictSNOConversation.Add("X1_WestmHub_wife_Tempchatter3", 259326); DictSNOConversation.Add("X1_WestmHub_wife_Tempchatter4", 259327); DictSNOConversation.Add("X1_WestmHub_wife_Tempchatter5", 259328); DictSNOConversation.Add("X1_WestmHub_wife_Tempchatter6", 338018); DictSNOConversation.Add("x1_westm_adventure_CrawlingGuard_Outro", 290147); DictSNOConversation.Add("x1_westm_adventure_RescueChild", 290961); DictSNOConversation.Add("x1_westm_adventure_RescueChild_Complete", 342330); DictSNOConversation.Add("X1_westm_circleofdeath_intro", 285996); DictSNOConversation.Add("X1_westm_circleofdeath_outro", 286006); DictSNOConversation.Add("x1_Westm_DeathMadman", 268092); DictSNOConversation.Add("x1_westm_deathOrb_B_DeathMaidenActivate", 321891); DictSNOConversation.Add("x1_westm_deathOrb_B_DeathMaidenIntro", 321885); DictSNOConversation.Add("x1_westm_deathOrb_B_DeathMaidenTaunt", 321877); DictSNOConversation.Add("x1_Westm_DeathOrb_Discover_PlayerCallout", 313333); DictSNOConversation.Add("X1_WestM_Event_Corpsefinder_End", 302313); DictSNOConversation.Add("X1_WestM_Event_CorpseFinder_Surprise", 302168); DictSNOConversation.Add("X1_WestM_Event_Corpsefinder_WomanHelp", 302104); DictSNOConversation.Add("X1_WestM_Event_Corpsefinder_WrongOne", 302369); DictSNOConversation.Add("x1_westm_Event_DoomedGuards_InjuredSoldier", 306988); DictSNOConversation.Add("X1_Westm_Event_PontificusDiablomus_Priest_Dialogue", 301514); DictSNOConversation.Add("X1_WestM_Event_TheHarvest_NobleTalk", 304090); DictSNOConversation.Add("X1_WestM_Event_TheHarvest_Start", 304061); DictSNOConversation.Add("X1_WestM_Event_TheHarvest_Trap", 304103); DictSNOConversation.Add("X1_Westm_GraveyarAltar_PlayerCallout", 348914); DictSNOConversation.Add("X1_WestM_Graveyard_Soldier_Holdout_Event_AfterBrute", 332273); DictSNOConversation.Add("X1_WestM_Graveyard_Soldier_Holdout_Event_AfterWave1", 332267); DictSNOConversation.Add("X1_WestM_Graveyard_Soldier_Holdout_Event_BruteSpawn", 332726); DictSNOConversation.Add("X1_WestM_Graveyard_Soldier_Holdout_Event_Start", 332099); DictSNOConversation.Add("X1_WestM_Graveyard_Undead_Husband_DeathMaidenTalk", 331435); DictSNOConversation.Add("X1_WestM_Graveyard_Undead_Husband_Hubby_Dead", 331422); DictSNOConversation.Add("X1_WestM_Graveyard_Undead_Husband_Hubby_Dead_OHNO", 331587); DictSNOConversation.Add("X1_WestM_Graveyard_Undead_Husband_Hubby_Spawned", 331717); DictSNOConversation.Add("X1_WestM_Graveyard_Undead_Husband_Start", 331403); DictSNOConversation.Add("X1_WestM_Graveyard_Unique_1_End", 335090); DictSNOConversation.Add("X1_WestM_Graveyard_Unique_1_Start", 334895); DictSNOConversation.Add("X1_Westm_GuardSurvivor_01", 284790); DictSNOConversation.Add("X1_Westm_GuardSurvivor_02", 284808); DictSNOConversation.Add("X1_Westm_Harvest_FemaleSaved", 353646); DictSNOConversation.Add("X1_Westm_Harvest_MaleSaved", 353561); DictSNOConversation.Add("x1_WestM_HubSurvivor_FinalRescue", 263466); DictSNOConversation.Add("x1_WestM_HubSurvivor_Rescue01", 263523); DictSNOConversation.Add("x1_WestM_HubSurvivor_Rescue01_Float", 264311); DictSNOConversation.Add("x1_WestM_HubSurvivor_Rescue02", 263525); DictSNOConversation.Add("X1_Westm_IntroGuy", 308393); DictSNOConversation.Add("X1_Westm_IntroGuy_Float", 309725); DictSNOConversation.Add("X1_Westm_IntroGuy_HeroFloat", 318075); DictSNOConversation.Add("X1_westm_Intro_BrokenGate", 293446); DictSNOConversation.Add("X1_westm_Intro_DeathMaidenKills", 308772); DictSNOConversation.Add("X1_westm_Intro_DeathMaidenKills_PlayerCallout", 323834); DictSNOConversation.Add("X1_westm_Intro_DeathMaidenStart", 308768); DictSNOConversation.Add("X1_westm_Intro_FirstBlood", 310681); DictSNOConversation.Add("X1_westm_Intro_FirstRunnerFromDeath", 311433); DictSNOConversation.Add("X1_westm_Intro_GateCallout", 328010); DictSNOConversation.Add("X1_westm_Intro_GeneralDefendsChurch", 308834); DictSNOConversation.Add("X1_westm_Intro_GetToChurch", 308964); DictSNOConversation.Add("X1_westm_Intro_SecondRunnerFromDeath", 311435); DictSNOConversation.Add("X1_WESTM_INT_RESCUE_GUARDS_EVENT_01", 301358); DictSNOConversation.Add("X1_WESTM_INT_RESCUE_GUARDS_EVENT_02", 306927); DictSNOConversation.Add("X1_WESTM_INT_RESCUE_GUARDS_EVENT_02_Outro", 351830); DictSNOConversation.Add("X1_WESTM_INT_RESCUE_GUARDS_MonstersDead", 310716); DictSNOConversation.Add("X1_Westm_KingEvent01_SeverinFloat01", 336530); DictSNOConversation.Add("X1_Westm_KingEvent01_SeverinFloat02", 336534); DictSNOConversation.Add("X1_Westm_KingEvent01_SeverinIntroFloat", 336502); DictSNOConversation.Add("X1_Westm_KingEvent01_SeverinOutro", 336510); DictSNOConversation.Add("X1_Westm_KingEvent02_Gorrel", 336638); DictSNOConversation.Add("X1_Westm_KingEvent02_GorrelCallout", 336857); DictSNOConversation.Add("X1_Westm_KingEvent02_PlayerCallout", 344958); DictSNOConversation.Add("X1_Westm_KingEvent02_PlayerCallout02", 344976); DictSNOConversation.Add("X1_Westm_KingEvent03_Aldritch", 336713); DictSNOConversation.Add("X1_Westm_KingEvent03_Aldritch_AttackFloat", 336725); DictSNOConversation.Add("x1_Westm_LadySacrifice", 268183); DictSNOConversation.Add("x1_Westm_LadySacrifice_Float", 268218); DictSNOConversation.Add("X1_Westm_LorathIntro", 284534); DictSNOConversation.Add("X1_Westm_LorathStop", 310825); DictSNOConversation.Add("X1_Westm_MalthaelEncounter_Malthael", 351563); DictSNOConversation.Add("X1_Westm_MalthaelEncounter_Malthael02", 364677); DictSNOConversation.Add("X1_Westm_MalthaelEncounter_Mystic", 351567); DictSNOConversation.Add("X1_Westm_Orb_MysticIntro", 305750); DictSNOConversation.Add("X1_Westm_Orb_MysticIntro_Float", 305820); DictSNOConversation.Add("X1_Westm_Orb_MysticIntro_Float01", 325537); DictSNOConversation.Add("X1_Westm_Orb_MysticRevelation", 305871); DictSNOConversation.Add("X1_Westm_PanicGuardsScreaming", 348812); DictSNOConversation.Add("X1_Westm_PanicGuardsScreaming02", 348820); DictSNOConversation.Add("X1_Westm_Rescue_Intro", 303779); DictSNOConversation.Add("X1_Westm_SkeletonRush_NPCHelp", 353652); DictSNOConversation.Add("X1_Westm_SkeletonRush_NPCThanks", 353672); DictSNOConversation.Add("x1_WestM_TemplarAmbush_KormacFinish_Alt", 328645); DictSNOConversation.Add("x1_WestM_TemplarEventWorldIntro", 351474); DictSNOConversation.Add("x1_WestM_TemplarInquisitors_Float_Alt", 328662); DictSNOConversation.Add("x1_WestM_TemplarInquisitors_Intro02_Alt", 328722); DictSNOConversation.Add("x1_WestM_TemplarInquisitors_Intro_Alt", 328654); DictSNOConversation.Add("x1_WestM_TemplarMaester_AggroFloat", 332016); DictSNOConversation.Add("x1_WestM_TemplarMaester_Ambient_Alt", 328666); DictSNOConversation.Add("x1_WestM_TemplarMaester_Intro_Alt", 328671); DictSNOConversation.Add("x1_WestM_TemplarQuestFinish", 255468); DictSNOConversation.Add("x1_WestM_TemplarQuestIntro", 252817); DictSNOConversation.Add("X1_westm_TowerShowdown", 309300); DictSNOConversation.Add("X1_Westm_UrzaelOrbDeathScream", 346287); DictSNOConversation.Add("X1_ZombieCellar_NPC_Float_01", 283063); DictSNOConversation.Add("X1_ZombieCellar_NPC_Float_02", 283083); DictSNOConversation.Add("X1_ZombieCellar_NPC_Float_03", 283254); DictSNOConversation.Add("X1_ZombieCellar_NPC_Intro", 283067); DictSNOConversation.Add("X1_ZombieCellar_NPC_Outro", 300813); DictSNOConversation.Add("X1_ZombieCellar_Player_Outro", 300797); DictSNOConversation.Add("ZakarwaMerchant_GuardCallout1", 113577); DictSNOConversation.Add("ZakarwaMerchant_Guard_Intro", 113587); DictSNOConversation.Add("ZakarwaMerchant_Merchant_Callout", 113581); DictSNOConversation.Add("ZakarwaMerchant_Merchant_Intro", 113604); DictSNOConversation.Add("ZakarwaPrisoner_Callout1", 108926); DictSNOConversation.Add("ZakarwaPrisoner_Emote1", 108884); DictSNOConversation.Add("ZKArchivesOpen", 177683); DictSNOConversation.Add("ZKBloodRitual1", 147026); DictSNOConversation.Add("ZKBloodRitual2", 147062); DictSNOConversation.Add("_x1_westm_ideation_Event_TeamPacMan_GhostLordShout", 286055); DictSNOConversation.Add("_x1_westm_ideation_Event_TeamPacMan_PlayerWorried", 286057); #endregion return DictSNOConversation; } public static Dictionary DictSNOEffectGroup = new Dictionary(); public static Dictionary LoadEffectGroup() { #region EffectGroup DictSNOEffectGroup.Clear(); DictSNOEffectGroup.Add("A1C4HouseFireSmall", 1111); DictSNOEffectGroup.Add("a1dun_Leor_Barrel_Torture_A_01_guts", 87589); DictSNOEffectGroup.Add("a1dun_leor_BigFireGrate", 108018); DictSNOEffectGroup.Add("a1dun_Leor_Chair_A_01", 87793); DictSNOEffectGroup.Add("a1dun_Leor_Chair_B_01", 87833); DictSNOEffectGroup.Add("a1dun_Leor_Meat_Block_A_01", 87672); DictSNOEffectGroup.Add("a1dun_Leor_Metal_Pot_A_01", 88007); DictSNOEffectGroup.Add("a1dun_Leor_Rack_Stand_A_01", 89379); DictSNOEffectGroup.Add("a1dun_Leor_Standing_Stocks_A_01", 89395); DictSNOEffectGroup.Add("a1dun_Leor_Table_A_01", 87654); DictSNOEffectGroup.Add("a1dun_leor_Torture_Wheel_A_01", 89461); DictSNOEffectGroup.Add("a1dun_Leor_Tripod_Stand_A_01", 89524); DictSNOEffectGroup.Add("a2dun_Cave_SlimeGeyser_A", 114480); DictSNOEffectGroup.Add("a2dun_Cave_SlimeGeyser_A_hit", 114711); DictSNOEffectGroup.Add("a2dun_Zolt_FloatingLights", 132611); DictSNOEffectGroup.Add("a2dun_zolt_hologram_skeletonMage", 72453); DictSNOEffectGroup.Add("a2dun_zolt_LargeSandPool", 18270); DictSNOEffectGroup.Add("a2dun_zolt_MediumSandPool", 18271); DictSNOEffectGroup.Add("a2dun_zolt_smallSandPool", 18274); DictSNOEffectGroup.Add("a2dun_zolt_tesla_tower_glow", 204973); DictSNOEffectGroup.Add("a2dun_zolt_tesla_tower_glow_cold", 208839); DictSNOEffectGroup.Add("a2dun_zolt_tesla_tower_glow_fire", 208975); DictSNOEffectGroup.Add("a2dun_zolt_tesla_tower_glow_poison", 209241); DictSNOEffectGroup.Add("a3dunRmpt_Interactives_signal_fire_A", 203009); DictSNOEffectGroup.Add("a3dun_Bridge_Barricade_A_Death", 158323); DictSNOEffectGroup.Add("a3dun_Bridge_Barricade_A_Death_B", 158816); DictSNOEffectGroup.Add("a3dun_Bridge_Barricade_C_Death", 159549); DictSNOEffectGroup.Add("a3dun_crater_Demon_GroundTrap_GasChamber_fireCloud", 128742); DictSNOEffectGroup.Add("a3dun_crater_Demon_GroundTrap_GasChamber_fireCloud_fireOnly", 212434); DictSNOEffectGroup.Add("a3dun_crater_Demon_GroundTrap_GasChamber_warningCloud", 128735); DictSNOEffectGroup.Add("a3Dun_Crater_fallingDust", 206750); DictSNOEffectGroup.Add("a3Dun_Crater_fallingDust2", 206801); DictSNOEffectGroup.Add("a3dun_Crater_ST_GiantDemonHeart_shield", 210368); DictSNOEffectGroup.Add("a3dun_iceCaves_fallingRocks_Falling_Ice", 189586); DictSNOEffectGroup.Add("a3Dun_keep_fallingDust", 197656); DictSNOEffectGroup.Add("a3dun_keep_FireTrench_01", 200062); DictSNOEffectGroup.Add("a3dun_keep_FireTrench_02", 200040); DictSNOEffectGroup.Add("a3_azmodan_demon_spawner_death", 214649); DictSNOEffectGroup.Add("a4Dun_Diablo_ShadowRealm_Storm", 181337); DictSNOEffectGroup.Add("a4dun_Garden_Corruption_Mine_attack", 189248); DictSNOEffectGroup.Add("a4dun_Garden_Corruption_Mine_attack_projectile", 189303); DictSNOEffectGroup.Add("a4dun_Garden_Corruption_Mine_miss", 189255); DictSNOEffectGroup.Add("a4dun_Garden_Purification_Well", 193141); DictSNOEffectGroup.Add("a4dun_Spire_CorruptionGeyser_hit", 219722); DictSNOEffectGroup.Add("a4dun_spire_firewall_slideExplode", 224754); DictSNOEffectGroup.Add("Achievement_reward_back_UI", 224697); DictSNOEffectGroup.Add("Achievement_reward_front_UI", 224698); DictSNOEffectGroup.Add("Achievement_toast_back_UI", 221997); DictSNOEffectGroup.Add("Achievement_toast_front_UI", 221996); DictSNOEffectGroup.Add("Actor_acidCloud_disease_debuff", 121864); DictSNOEffectGroup.Add("actor_acidDeath", 18275); DictSNOEffectGroup.Add("actor_acidDeathSwitch", 18276); DictSNOEffectGroup.Add("actor_acidDeath_large", 18277); DictSNOEffectGroup.Add("actor_acidDeath_med_keepShadow", 183969); DictSNOEffectGroup.Add("actor_acidDeath_small", 18278); DictSNOEffectGroup.Add("Actor_acid_large", 18279); DictSNOEffectGroup.Add("Actor_acid_med", 18280); DictSNOEffectGroup.Add("Actor_acid_small", 18281); DictSNOEffectGroup.Add("actor_arcaneMissiles_impact", 18282); DictSNOEffectGroup.Add("actor_arcane_critSwitch_boss", 193202); DictSNOEffectGroup.Add("actor_arcane_critSwitch_fat", 18283); DictSNOEffectGroup.Add("actor_arcane_critSwitch_large", 18284); DictSNOEffectGroup.Add("actor_arcane_critSwitch_med", 18285); DictSNOEffectGroup.Add("actor_arcane_critSwitch_small", 18286); DictSNOEffectGroup.Add("actor_arcane_critSwitch_spider", 18287); DictSNOEffectGroup.Add("actor_arcane_critSwitch_tall", 18288); DictSNOEffectGroup.Add("actor_arcane_death_fat", 1112); DictSNOEffectGroup.Add("actor_arcane_death_large", 18289); DictSNOEffectGroup.Add("actor_arcane_death_med", 18290); DictSNOEffectGroup.Add("actor_arcane_death_small", 18291); DictSNOEffectGroup.Add("actor_arcane_death_spider", 18292); DictSNOEffectGroup.Add("actor_arcane_death_tall", 18293); DictSNOEffectGroup.Add("actor_arcane_dmgSwitch_boss", 193195); DictSNOEffectGroup.Add("actor_arcane_dmgSwitch_fat", 18294); DictSNOEffectGroup.Add("actor_arcane_dmgSwitch_large", 18295); DictSNOEffectGroup.Add("actor_arcane_dmgSwitch_med", 18296); DictSNOEffectGroup.Add("actor_arcane_dmgSwitch_small", 18297); DictSNOEffectGroup.Add("actor_arcane_dmgSwitch_spider", 18298); DictSNOEffectGroup.Add("actor_arcane_dmgSwitch_tall", 18299); DictSNOEffectGroup.Add("actor_arcane_dot_fat", 230734); DictSNOEffectGroup.Add("actor_arcane_dot_large", 230735); DictSNOEffectGroup.Add("actor_arcane_dot_med", 230733); DictSNOEffectGroup.Add("actor_arcane_dot_small", 230730); DictSNOEffectGroup.Add("actor_arcane_dot_spider", 230732); DictSNOEffectGroup.Add("actor_arcane_dot_tall", 230731); DictSNOEffectGroup.Add("actor_bleed_fat", 228521); DictSNOEffectGroup.Add("actor_bleed_large", 228520); DictSNOEffectGroup.Add("actor_bleed_med", 228519); DictSNOEffectGroup.Add("actor_bleed_small", 228518); DictSNOEffectGroup.Add("actor_bleed_spider", 228523); DictSNOEffectGroup.Add("actor_bleed_tall", 228522); DictSNOEffectGroup.Add("actor_burning_med", 18302); DictSNOEffectGroup.Add("Actor_Champion_Fat", 18305); DictSNOEffectGroup.Add("Actor_Champion_Huge", 18306); DictSNOEffectGroup.Add("actor_Champion_lookSwitch", 18307); DictSNOEffectGroup.Add("Actor_Champion_Med", 1113); DictSNOEffectGroup.Add("Actor_Champion_Small", 18308); DictSNOEffectGroup.Add("Actor_Champion_Spider", 18309); DictSNOEffectGroup.Add("Actor_Champion_Tall", 18310); DictSNOEffectGroup.Add("actor_cold_critSwitch_med", 18313); DictSNOEffectGroup.Add("actor_cold_critSwitch_small", 18314); DictSNOEffectGroup.Add("actor_cold_crit_dmgSwitch_boss", 221522); DictSNOEffectGroup.Add("actor_cold_crit_dmgSwitch_fat", 221519); DictSNOEffectGroup.Add("actor_cold_crit_dmgSwitch_large", 221517); DictSNOEffectGroup.Add("actor_cold_crit_dmgSwitch_med", 221516); DictSNOEffectGroup.Add("actor_cold_crit_dmgSwitch_small", 221515); DictSNOEffectGroup.Add("actor_cold_crit_dmgSwitch_spider", 221521); DictSNOEffectGroup.Add("actor_cold_crit_dmgSwitch_tall", 221520); DictSNOEffectGroup.Add("actor_cold_death_fat", 18316); DictSNOEffectGroup.Add("actor_cold_death_large", 18317); DictSNOEffectGroup.Add("actor_cold_death_med", 18318); DictSNOEffectGroup.Add("actor_cold_death_small", 18319); DictSNOEffectGroup.Add("actor_cold_death_tall", 18320); DictSNOEffectGroup.Add("actor_cold_dmgSwitch_boss", 193190); DictSNOEffectGroup.Add("actor_cold_dmgSwitch_fat", 18321); DictSNOEffectGroup.Add("actor_cold_dmgSwitch_large", 18322); DictSNOEffectGroup.Add("actor_cold_dmgSwitch_med", 18323); DictSNOEffectGroup.Add("actor_cold_dmgSwitch_small", 18324); DictSNOEffectGroup.Add("actor_cold_dmgSwitch_spider", 18325); DictSNOEffectGroup.Add("actor_cold_dmgSwitch_tall", 18326); DictSNOEffectGroup.Add("actor_cold_dot_fat", 367079); DictSNOEffectGroup.Add("actor_cold_dot_large", 367071); DictSNOEffectGroup.Add("actor_cold_dot_med", 367060); DictSNOEffectGroup.Add("actor_cold_dot_small", 367070); DictSNOEffectGroup.Add("actor_cold_dot_spider", 367075); DictSNOEffectGroup.Add("actor_cold_dot_tall", 367077); DictSNOEffectGroup.Add("Actor_Cursed_AmpDamage", 1114); DictSNOEffectGroup.Add("actor_decapitateDeathSwitch", 18327); DictSNOEffectGroup.Add("Actor_decapitate_fat", 18328); DictSNOEffectGroup.Add("Actor_decapitate_large", 18329); DictSNOEffectGroup.Add("Actor_decapitate_med", 18330); DictSNOEffectGroup.Add("Actor_decapitate_small", 18331); DictSNOEffectGroup.Add("actor_disintDeathSwitch", 18332); DictSNOEffectGroup.Add("actor_disint_death_fat", 18333); DictSNOEffectGroup.Add("actor_disint_death_large", 18334); DictSNOEffectGroup.Add("actor_disint_death_med", 18335); DictSNOEffectGroup.Add("actor_disint_death_small", 18336); DictSNOEffectGroup.Add("actor_dismember_DeathSwitch", 18337); DictSNOEffectGroup.Add("Actor_dismember_fat", 18338); DictSNOEffectGroup.Add("Actor_dismember_large", 18339); DictSNOEffectGroup.Add("Actor_dismember_med", 18340); DictSNOEffectGroup.Add("Actor_dismember_small", 18341); DictSNOEffectGroup.Add("actor_fire_burning_fat", 18342); DictSNOEffectGroup.Add("actor_fire_burning_large", 18343); DictSNOEffectGroup.Add("actor_fire_burning_med", 18344); DictSNOEffectGroup.Add("actor_fire_burning_small", 18345); DictSNOEffectGroup.Add("actor_fire_burning_spider", 344392); DictSNOEffectGroup.Add("actor_fire_burning_tall", 1115); DictSNOEffectGroup.Add("actor_fire_critSwitch_boss", 193199); DictSNOEffectGroup.Add("actor_fire_critSwitch_fat", 18346); DictSNOEffectGroup.Add("actor_fire_critSwitch_large", 18347); DictSNOEffectGroup.Add("actor_fire_critSwitch_med", 18348); DictSNOEffectGroup.Add("actor_fire_critSwitch_small", 18349); DictSNOEffectGroup.Add("actor_fire_critSwitch_tall", 18350); DictSNOEffectGroup.Add("actor_fire_death_fat", 18351); DictSNOEffectGroup.Add("actor_fire_death_large", 18352); DictSNOEffectGroup.Add("actor_fire_death_med", 18353); DictSNOEffectGroup.Add("actor_fire_death_small", 18354); DictSNOEffectGroup.Add("actor_fire_death_spider", 18355); DictSNOEffectGroup.Add("actor_fire_death_tall", 18356); DictSNOEffectGroup.Add("actor_fire_dmgSwitch_boss", 193192); DictSNOEffectGroup.Add("actor_fire_dmgSwitch_fat", 18357); DictSNOEffectGroup.Add("actor_fire_dmgSwitch_large", 18358); DictSNOEffectGroup.Add("actor_fire_dmgSwitch_med", 18359); DictSNOEffectGroup.Add("actor_fire_dmgSwitch_small", 18360); DictSNOEffectGroup.Add("actor_fire_dmgSwitch_spider", 18361); DictSNOEffectGroup.Add("actor_fire_dmgSwitch_tall", 18362); DictSNOEffectGroup.Add("actor_frostNovaMinor", 18364); DictSNOEffectGroup.Add("actor_frozen_cicles_fat", 18368); DictSNOEffectGroup.Add("actor_frozen_cicles_large", 18369); DictSNOEffectGroup.Add("actor_frozen_cicles_med", 18370); DictSNOEffectGroup.Add("actor_frozen_cicles_small", 18371); DictSNOEffectGroup.Add("actor_ghost_death_med", 98768); DictSNOEffectGroup.Add("actor_ghost_getHit_med", 98771); DictSNOEffectGroup.Add("actor_ghost_spawn_ground_med", 315245); DictSNOEffectGroup.Add("actor_ghost_spawn_large", 220205); DictSNOEffectGroup.Add("actor_ghost_spawn_med", 220195); DictSNOEffectGroup.Add("actor_ghost_spawn_med_fast", 249048); DictSNOEffectGroup.Add("Actor_gib_arcane_Beast", 18372); DictSNOEffectGroup.Add("Actor_gib_arcane_human_fat", 18373); DictSNOEffectGroup.Add("Actor_gib_arcane_human_large", 18374); DictSNOEffectGroup.Add("Actor_gib_arcane_human_med", 18375); DictSNOEffectGroup.Add("Actor_gib_arcane_human_small", 18376); DictSNOEffectGroup.Add("Actor_gib_champion_human_med", 18379); DictSNOEffectGroup.Add("Actor_gib_champion_human_small", 18380); DictSNOEffectGroup.Add("Actor_gib_champion_skeleton", 18381); DictSNOEffectGroup.Add("Actor_gib_fire_Beast", 18382); DictSNOEffectGroup.Add("Actor_gib_fire_human_fat", 18383); DictSNOEffectGroup.Add("Actor_gib_fire_human_large", 1117); DictSNOEffectGroup.Add("Actor_gib_fire_human_med", 18384); DictSNOEffectGroup.Add("Actor_gib_fire_human_small", 18385); DictSNOEffectGroup.Add("Actor_gib_frost_human_fat", 18388); DictSNOEffectGroup.Add("Actor_gib_frost_human_large", 18389); DictSNOEffectGroup.Add("Actor_gib_frost_human_med", 18390); DictSNOEffectGroup.Add("Actor_gib_frost_human_small", 18391); DictSNOEffectGroup.Add("Actor_gib_holy_beast_large", 112434); DictSNOEffectGroup.Add("Actor_gib_holy_human_fat", 112436); DictSNOEffectGroup.Add("Actor_gib_holy_human_large", 112426); DictSNOEffectGroup.Add("Actor_gib_holy_human_med", 95952); DictSNOEffectGroup.Add("Actor_gib_holy_human_small", 112422); DictSNOEffectGroup.Add("Actor_gib_lightning_Beast", 18394); DictSNOEffectGroup.Add("Actor_gib_lightning_human_fat", 18395); DictSNOEffectGroup.Add("Actor_gib_lightning_human_large", 18396); DictSNOEffectGroup.Add("Actor_gib_lightning_human_med", 18397); DictSNOEffectGroup.Add("Actor_gib_lightning_human_small", 18398); DictSNOEffectGroup.Add("Actor_gib_phys_angel_large", 342689); DictSNOEffectGroup.Add("Actor_gib_phys_Beast", 18401); DictSNOEffectGroup.Add("Actor_gib_phys_black_med", 18402); DictSNOEffectGroup.Add("Actor_gib_phys_black_small", 1118); DictSNOEffectGroup.Add("Actor_gib_phys_envyEcho_large", 476951); DictSNOEffectGroup.Add("Actor_gib_phys_human_fat", 18403); DictSNOEffectGroup.Add("Actor_gib_phys_human_large", 18404); DictSNOEffectGroup.Add("Actor_gib_phys_human_med", 18405); DictSNOEffectGroup.Add("Actor_gib_phys_human_small", 18406); DictSNOEffectGroup.Add("Actor_gib_phys_Rockworm", 80767); DictSNOEffectGroup.Add("Actor_gib_poison_Beast", 18409); DictSNOEffectGroup.Add("Actor_gib_poison_human_fat", 18410); DictSNOEffectGroup.Add("Actor_gib_poison_human_large", 18411); DictSNOEffectGroup.Add("Actor_gib_poison_human_med", 18412); DictSNOEffectGroup.Add("Actor_gib_poison_human_small", 18413); DictSNOEffectGroup.Add("actor_holyDeathSwitch", 95809); DictSNOEffectGroup.Add("actor_holy_crit_dmgSwitch_boss", 221546); DictSNOEffectGroup.Add("actor_holy_crit_dmgSwitch_fat", 221547); DictSNOEffectGroup.Add("actor_holy_crit_dmgSwitch_large", 221548); DictSNOEffectGroup.Add("actor_holy_crit_dmgSwitch_med", 221549); DictSNOEffectGroup.Add("actor_holy_crit_dmgSwitch_small", 221550); DictSNOEffectGroup.Add("actor_holy_crit_dmgSwitch_spider", 221551); DictSNOEffectGroup.Add("actor_holy_crit_dmgSwitch_tall", 221552); DictSNOEffectGroup.Add("actor_holy_death_fat", 95906); DictSNOEffectGroup.Add("actor_holy_death_large", 95904); DictSNOEffectGroup.Add("actor_holy_death_med", 95740); DictSNOEffectGroup.Add("actor_holy_death_small", 95902); DictSNOEffectGroup.Add("actor_holy_death_spider", 95912); DictSNOEffectGroup.Add("actor_holy_death_tall", 95908); DictSNOEffectGroup.Add("actor_holy_dmgSwitch_boss", 193196); DictSNOEffectGroup.Add("actor_holy_dmgSwitch_fat", 95488); DictSNOEffectGroup.Add("actor_holy_dmgSwitch_large", 95476); DictSNOEffectGroup.Add("actor_holy_dmgSwitch_med", 95373); DictSNOEffectGroup.Add("actor_holy_dmgSwitch_small", 95474); DictSNOEffectGroup.Add("actor_holy_dmgSwitch_spider", 95477); DictSNOEffectGroup.Add("actor_holy_dmgSwitch_tall", 95492); DictSNOEffectGroup.Add("actor_holy_dot_fat", 184036); DictSNOEffectGroup.Add("actor_holy_dot_large", 184037); DictSNOEffectGroup.Add("actor_holy_dot_med", 184038); DictSNOEffectGroup.Add("actor_holy_dot_small", 184098); DictSNOEffectGroup.Add("actor_holy_dot_tall", 184040); DictSNOEffectGroup.Add("actor_InvisToRegularSwitch", 315269); DictSNOEffectGroup.Add("actor_isBlinded", 18416); DictSNOEffectGroup.Add("actor_isConfused", 110702); DictSNOEffectGroup.Add("actor_isDoingLessDamage", 345275); DictSNOEffectGroup.Add("actor_isFeared", 18417); DictSNOEffectGroup.Add("actor_isSlowed_large", 112150); DictSNOEffectGroup.Add("actor_isSlowed_med", 112107); DictSNOEffectGroup.Add("actor_isSlowed_small", 112133); DictSNOEffectGroup.Add("actor_isSlowed_switch", 106269); DictSNOEffectGroup.Add("actor_isTakingMoreDamage", 345272); DictSNOEffectGroup.Add("actor_isTakingMoreDamage_arcane", 345400); DictSNOEffectGroup.Add("actor_isTakingMoreDamage_cold", 345389); DictSNOEffectGroup.Add("actor_isTakingMoreDamage_fire", 345379); DictSNOEffectGroup.Add("actor_isTakingMoreDamage_lightning", 345426); DictSNOEffectGroup.Add("actor_isThreatShoutRune_damageBuffed", 99809); DictSNOEffectGroup.Add("actor_isThreatShoutRune_extraGold_buffed", 201535); DictSNOEffectGroup.Add("actor_isThreatShoutRune_slowBuffed", 216338); DictSNOEffectGroup.Add("actor_isThreatShoutRune_staggeringBuffed", 99817); DictSNOEffectGroup.Add("actor_isThreatShoutRune_terrifyBuffed", 99815); DictSNOEffectGroup.Add("actor_isThreatShout_buffed", 99813); DictSNOEffectGroup.Add("Actor_isWallWalking", 117014); DictSNOEffectGroup.Add("actor_lavaDeath", 18418); DictSNOEffectGroup.Add("actor_lavaDeathSwitch", 18419); DictSNOEffectGroup.Add("actor_lavaDeath_fat", 18420); DictSNOEffectGroup.Add("actor_lavaDeath_keepShadow", 183970); DictSNOEffectGroup.Add("actor_lavaDeath_small", 18421); DictSNOEffectGroup.Add("Actor_lava_fat", 1119); DictSNOEffectGroup.Add("Actor_lava_med", 18423); DictSNOEffectGroup.Add("Actor_lava_small", 18424); DictSNOEffectGroup.Add("actor_lightning_critSwitch_boss", 193201); DictSNOEffectGroup.Add("actor_lightning_critSwitch_fat", 18425); DictSNOEffectGroup.Add("actor_lightning_critSwitch_large", 18426); DictSNOEffectGroup.Add("actor_lightning_critSwitch_med", 18427); DictSNOEffectGroup.Add("actor_lightning_critSwitch_small", 18428); DictSNOEffectGroup.Add("actor_lightning_critSwitch_spider", 18429); DictSNOEffectGroup.Add("actor_lightning_critSwitch_tall", 18430); DictSNOEffectGroup.Add("actor_lightning_crit_arcSwitch_large", 18431); DictSNOEffectGroup.Add("actor_lightning_death_arcSwitch_fortress", 290067); DictSNOEffectGroup.Add("actor_lightning_death_arcSwitch_large", 18434); DictSNOEffectGroup.Add("actor_lightning_death_fat", 18437); DictSNOEffectGroup.Add("actor_lightning_death_large", 18438); DictSNOEffectGroup.Add("actor_lightning_death_med", 18439); DictSNOEffectGroup.Add("actor_lightning_death_small", 18440); DictSNOEffectGroup.Add("actor_lightning_death_spider", 1120); DictSNOEffectGroup.Add("actor_lightning_death_tall", 18441); DictSNOEffectGroup.Add("actor_lightning_dmgSwitch_boss", 193193); DictSNOEffectGroup.Add("actor_lightning_dmgSwitch_fat", 18442); DictSNOEffectGroup.Add("actor_lightning_dmgSwitch_large", 18443); DictSNOEffectGroup.Add("actor_lightning_dmgSwitch_med", 18444); DictSNOEffectGroup.Add("actor_lightning_dmgSwitch_small", 18445); DictSNOEffectGroup.Add("actor_lightning_dmgSwitch_spider", 18446); DictSNOEffectGroup.Add("actor_lightning_dmgSwitch_tall", 18447); DictSNOEffectGroup.Add("actor_lightning_DOT_fat", 345191); DictSNOEffectGroup.Add("actor_lightning_DOT_large", 345186); DictSNOEffectGroup.Add("actor_lightning_DOT_med", 345185); DictSNOEffectGroup.Add("actor_lightning_DOT_small", 345181); DictSNOEffectGroup.Add("actor_lightning_DOT_tall", 345194); DictSNOEffectGroup.Add("actor_lightning_impulse_01", 18448); DictSNOEffectGroup.Add("actor_lightning_impulse_light", 18451); DictSNOEffectGroup.Add("actor_magicMissileRune_arcanePower_impact", 189395); DictSNOEffectGroup.Add("actor_magicMissileRune_pierce_impact", 189447); DictSNOEffectGroup.Add("Actor_MKB_blood_med", 18453); DictSNOEffectGroup.Add("Actor_MKB_blood_outward_med", 18454); DictSNOEffectGroup.Add("Actor_MKB_blood_small", 18455); DictSNOEffectGroup.Add("Actor_MKB_blood_switch", 18456); DictSNOEffectGroup.Add("Actor_Normal_lookSwitch", 463190); DictSNOEffectGroup.Add("actor_physDeathSwitch", 18457); DictSNOEffectGroup.Add("actor_phys_death_black_med", 18458); DictSNOEffectGroup.Add("actor_phys_death_black_tiny", 18459); DictSNOEffectGroup.Add("actor_phys_death_blue_small", 18461); DictSNOEffectGroup.Add("actor_phys_death_green_tiny", 18462); DictSNOEffectGroup.Add("actor_phys_death_red_large", 18463); DictSNOEffectGroup.Add("actor_phys_death_red_med", 18464); DictSNOEffectGroup.Add("actor_phys_death_red_small", 18466); DictSNOEffectGroup.Add("actor_phys_death_red_tiny", 18465); DictSNOEffectGroup.Add("actor_phys_getHit_angel_large", 341815); DictSNOEffectGroup.Add("actor_phys_getHit_angel_large_crit", 341832); DictSNOEffectGroup.Add("actor_phys_getHit_angel_med", 341812); DictSNOEffectGroup.Add("actor_phys_getHit_angel_med_crit", 341830); DictSNOEffectGroup.Add("actor_phys_getHit_angel_small", 341813); DictSNOEffectGroup.Add("actor_phys_getHit_angel_small_crit", 341831); DictSNOEffectGroup.Add("actor_phys_getHit_black_boss", 18467); DictSNOEffectGroup.Add("actor_phys_getHit_black_critter", 18468); DictSNOEffectGroup.Add("actor_phys_getHit_black_large", 18469); DictSNOEffectGroup.Add("actor_phys_getHit_black_med", 18470); DictSNOEffectGroup.Add("actor_phys_getHit_black_small", 18471); DictSNOEffectGroup.Add("actor_phys_getHit_black_spider", 18472); DictSNOEffectGroup.Add("actor_phys_getHit_blue_xl", 18476); DictSNOEffectGroup.Add("actor_phys_getHit_flash_boss", 193188); DictSNOEffectGroup.Add("actor_phys_getHit_flash_critter", 55369); DictSNOEffectGroup.Add("actor_phys_getHit_flash_fat", 55368); DictSNOEffectGroup.Add("actor_phys_getHit_flash_large", 18483); DictSNOEffectGroup.Add("actor_phys_getHit_flash_med", 18484); DictSNOEffectGroup.Add("actor_phys_getHit_flash_small", 18485); DictSNOEffectGroup.Add("actor_phys_getHit_flash_tall", 55374); DictSNOEffectGroup.Add("actor_phys_getHit_frostBlood_small", 426581); DictSNOEffectGroup.Add("actor_phys_getHit_greenGlow_med", 18486); DictSNOEffectGroup.Add("actor_phys_getHit_green_small", 18489); DictSNOEffectGroup.Add("actor_phys_getHit_med", 18491); DictSNOEffectGroup.Add("actor_phys_getHit_med_crit", 221502); DictSNOEffectGroup.Add("actor_phys_getHit_red_boss", 18492); DictSNOEffectGroup.Add("actor_phys_getHit_red_boss_crit", 221500); DictSNOEffectGroup.Add("actor_phys_getHit_red_critter", 18493); DictSNOEffectGroup.Add("actor_phys_getHit_red_critter_crit", 221499); DictSNOEffectGroup.Add("actor_phys_getHit_red_fat", 18494); DictSNOEffectGroup.Add("actor_phys_getHit_red_fat_crit", 221497); DictSNOEffectGroup.Add("actor_phys_getHit_red_large", 18495); DictSNOEffectGroup.Add("actor_phys_getHit_red_large_crit", 221496); DictSNOEffectGroup.Add("actor_phys_getHit_red_med", 18496); DictSNOEffectGroup.Add("actor_phys_getHit_red_med_crit", 221495); DictSNOEffectGroup.Add("actor_phys_getHit_red_small", 18497); DictSNOEffectGroup.Add("actor_phys_getHit_red_small_crit", 221494); DictSNOEffectGroup.Add("actor_phys_getHit_red_spider", 1123); DictSNOEffectGroup.Add("actor_phys_getHit_red_spider_crit", 221501); DictSNOEffectGroup.Add("actor_phys_getHit_red_tall", 18498); DictSNOEffectGroup.Add("actor_phys_getHit_red_tall_crit", 221498); DictSNOEffectGroup.Add("actor_phys_getHit_small", 18499); DictSNOEffectGroup.Add("actor_plagueDeathSwitch", 18503); DictSNOEffectGroup.Add("Actor_plague_fat", 18504); DictSNOEffectGroup.Add("Actor_plague_large", 18505); DictSNOEffectGroup.Add("Actor_plague_med", 18506); DictSNOEffectGroup.Add("Actor_plague_med_keepShadow", 183962); DictSNOEffectGroup.Add("Actor_plague_small", 18507); DictSNOEffectGroup.Add("actor_poisoned_fat", 18508); DictSNOEffectGroup.Add("actor_poisoned_large", 18509); DictSNOEffectGroup.Add("actor_poisoned_med", 18510); DictSNOEffectGroup.Add("actor_poisoned_small", 18511); DictSNOEffectGroup.Add("actor_poisoned_spider", 18512); DictSNOEffectGroup.Add("actor_poisoned_tall", 18513); DictSNOEffectGroup.Add("actor_poison_critSwitch_boss", 193200); DictSNOEffectGroup.Add("actor_poison_critSwitch_fat", 18518); DictSNOEffectGroup.Add("actor_poison_critSwitch_large", 18519); DictSNOEffectGroup.Add("actor_poison_critSwitch_med", 18520); DictSNOEffectGroup.Add("actor_poison_critSwitch_small", 18521); DictSNOEffectGroup.Add("actor_poison_critSwitch_tall", 18522); DictSNOEffectGroup.Add("actor_poison_death_fat", 18523); DictSNOEffectGroup.Add("actor_poison_death_large", 18524); DictSNOEffectGroup.Add("actor_poison_death_med", 18525); DictSNOEffectGroup.Add("actor_poison_death_small", 18526); DictSNOEffectGroup.Add("actor_poison_death_spider", 18527); DictSNOEffectGroup.Add("actor_poison_death_tall", 18528); DictSNOEffectGroup.Add("actor_poison_dmgSwitch_boss", 193191); DictSNOEffectGroup.Add("actor_poison_dmgSwitch_fat", 18529); DictSNOEffectGroup.Add("actor_poison_dmgSwitch_large", 18530); DictSNOEffectGroup.Add("actor_poison_dmgSwitch_med", 18531); DictSNOEffectGroup.Add("actor_poison_dmgSwitch_small", 18532); DictSNOEffectGroup.Add("actor_poison_dmgSwitch_spider", 18533); DictSNOEffectGroup.Add("actor_poison_dmgSwitch_tall", 18534); DictSNOEffectGroup.Add("actor_pulverizeDeathSwitch", 18535); DictSNOEffectGroup.Add("actor_pulverizeDeath_large", 1125); DictSNOEffectGroup.Add("actor_pulverizeDeath_med", 18536); DictSNOEffectGroup.Add("actor_pulverizeDeath_small", 18537); DictSNOEffectGroup.Add("actor_pulverizeDeath_tiny", 18538); DictSNOEffectGroup.Add("Actor_pulverize_large", 18539); DictSNOEffectGroup.Add("Actor_pulverize_med", 18540); DictSNOEffectGroup.Add("Actor_pulverize_small", 18541); DictSNOEffectGroup.Add("Actor_pulverize_tiny", 18542); DictSNOEffectGroup.Add("actor_questMob_indicator", 108503); DictSNOEffectGroup.Add("Actor_Rare_lookSwitch_fat", 205415); DictSNOEffectGroup.Add("Actor_Rare_lookSwitch_large", 205411); DictSNOEffectGroup.Add("Actor_Rare_lookSwitch_med", 205409); DictSNOEffectGroup.Add("Actor_Rare_lookSwitch_small", 205410); DictSNOEffectGroup.Add("Actor_Rare_Minion_Ring", 447339); DictSNOEffectGroup.Add("actor_regularLookSwitch", 18544); DictSNOEffectGroup.Add("actor_RegularToInvisSwitch", 315268); DictSNOEffectGroup.Add("actor_resurrection_buff", 18545); DictSNOEffectGroup.Add("actor_shrine_buff", 18549); DictSNOEffectGroup.Add("actor_skeletonDeathSwitch", 18550); DictSNOEffectGroup.Add("actor_soulSuckSwitch", 312905); DictSNOEffectGroup.Add("actor_soulSuck_part2Switch", 312906); DictSNOEffectGroup.Add("actor_spawnFX_ground_fat", 348678); DictSNOEffectGroup.Add("actor_spawnFX_ground_large", 348659); DictSNOEffectGroup.Add("actor_spawnFX_ground_med", 348623); DictSNOEffectGroup.Add("actor_spawnFX_ground_small", 348681); DictSNOEffectGroup.Add("actor_spawnFX_ground_tiny", 348682); DictSNOEffectGroup.Add("actor_specialDeath_lightning_Proxy_explosion", 18558); DictSNOEffectGroup.Add("actor_spiritDeathSwitch", 108148); DictSNOEffectGroup.Add("actor_spirit_death_med", 108105); DictSNOEffectGroup.Add("actor_spirit_death_med_keepShadow", 183957); DictSNOEffectGroup.Add("actor_storyTrigger", 105777); DictSNOEffectGroup.Add("Actor_Unique_lookSwitch_med", 222842); DictSNOEffectGroup.Add("adria_event47_channel_left_hand", 207680); DictSNOEffectGroup.Add("adria_event47_channel_noHands", 203858); DictSNOEffectGroup.Add("adria_event47_channel_right_hand", 207601); DictSNOEffectGroup.Add("adria_event47_channel_target", 203844); DictSNOEffectGroup.Add("Adria_event47_impact", 203055); DictSNOEffectGroup.Add("angelCorrupt_dash_end", 177667); DictSNOEffectGroup.Add("angelCorrupt_dash_wave", 177563); DictSNOEffectGroup.Add("Angel_lineAttack", 205862); DictSNOEffectGroup.Add("ArcanumBall", 215409); DictSNOEffectGroup.Add("Arrow_norm_arcane", 112072); DictSNOEffectGroup.Add("Arrow_norm_fire", 111794); DictSNOEffectGroup.Add("Arrow_norm_holy", 111964); DictSNOEffectGroup.Add("Arrow_norm_ice", 112057); DictSNOEffectGroup.Add("Arrow_norm_lightning", 112079); DictSNOEffectGroup.Add("Arrow_norm_poison", 112053); DictSNOEffectGroup.Add("AssaultBeast_arcane_critSwitch", 18564); DictSNOEffectGroup.Add("AssaultBeast_arcane_dmgSwitch", 18565); DictSNOEffectGroup.Add("assaultBeast_boulderImpact", 18566); DictSNOEffectGroup.Add("assaultBeast_chargeSmash", 18567); DictSNOEffectGroup.Add("AssaultBeast_cold_dmgSwitch", 18568); DictSNOEffectGroup.Add("AssaultBeast_criticalHit", 18569); DictSNOEffectGroup.Add("AssaultBeast_fire_critSwitch", 18570); DictSNOEffectGroup.Add("AssaultBeast_fire_dmgSwitch", 18571); DictSNOEffectGroup.Add("AssaultBeast_fire_DOT", 18572); DictSNOEffectGroup.Add("assaultBeast_frozen_cicles", 18573); DictSNOEffectGroup.Add("assaultBeast_getHit", 1127); DictSNOEffectGroup.Add("AssaultBeast_getHit_poison_streamSwitch", 18574); DictSNOEffectGroup.Add("AssaultBeast_getHit_red_streamSwitch", 18575); DictSNOEffectGroup.Add("assaultBeast_groundStomp", 18576); DictSNOEffectGroup.Add("assaultBeast_groundStomp_physOnly_noExplosion", 18578); DictSNOEffectGroup.Add("AssaultBeast_lightning_critSwitch", 18581); DictSNOEffectGroup.Add("AssaultBeast_lightning_dmgSwitch", 18582); DictSNOEffectGroup.Add("AssaultBeast_poison_dmgSwitch", 18583); DictSNOEffectGroup.Add("AssaultBeast_poison_DOT", 18584); DictSNOEffectGroup.Add("assaultBeast_stompSparks_left", 18587); DictSNOEffectGroup.Add("assaultBeast_stompSparks_right", 18588); DictSNOEffectGroup.Add("AttackSpeed_PvP_Buff", 54588); DictSNOEffectGroup.Add("Axe1h_norm_arcane", 18590); DictSNOEffectGroup.Add("Axe1h_norm_arcane_t3", 18591); DictSNOEffectGroup.Add("Axe1h_norm_arcane_t4", 18592); DictSNOEffectGroup.Add("Axe1h_norm_arcane_t5", 1128); DictSNOEffectGroup.Add("Axe1h_norm_arcane_t6", 18593); DictSNOEffectGroup.Add("Axe1h_norm_arcane_t7", 18594); DictSNOEffectGroup.Add("Axe1h_norm_attack", 18595); DictSNOEffectGroup.Add("Axe1h_norm_cast", 18596); DictSNOEffectGroup.Add("Axe1h_norm_cold", 18597); DictSNOEffectGroup.Add("Axe1h_norm_cold_t3", 18598); DictSNOEffectGroup.Add("Axe1h_norm_cold_t4", 18599); DictSNOEffectGroup.Add("Axe1h_norm_cold_t5", 18600); DictSNOEffectGroup.Add("Axe1h_norm_cold_t6", 18601); DictSNOEffectGroup.Add("Axe1h_norm_cold_t7", 18602); DictSNOEffectGroup.Add("Axe1h_norm_fire", 18603); DictSNOEffectGroup.Add("Axe1h_norm_fire_t3", 18604); DictSNOEffectGroup.Add("Axe1h_norm_fire_t4", 18605); DictSNOEffectGroup.Add("Axe1h_norm_fire_t5", 18606); DictSNOEffectGroup.Add("Axe1h_norm_fire_t6", 18607); DictSNOEffectGroup.Add("Axe1h_norm_fire_t7", 18608); DictSNOEffectGroup.Add("Axe1h_norm_goldFind", 18609); DictSNOEffectGroup.Add("Axe1h_norm_holy", 95516); DictSNOEffectGroup.Add("Axe1h_norm_holy_t3", 95518); DictSNOEffectGroup.Add("Axe1h_norm_holy_t4", 95521); DictSNOEffectGroup.Add("Axe1h_norm_holy_t5", 95522); DictSNOEffectGroup.Add("Axe1h_norm_holy_t6", 95523); DictSNOEffectGroup.Add("Axe1h_norm_holy_t7", 95524); DictSNOEffectGroup.Add("Axe1h_norm_lifeSteal", 18610); DictSNOEffectGroup.Add("Axe1h_norm_lifeSteal_t1", 18611); DictSNOEffectGroup.Add("Axe1h_norm_lifeSteal_t2", 1129); DictSNOEffectGroup.Add("Axe1h_norm_lifeSteal_t3", 18612); DictSNOEffectGroup.Add("Axe1h_norm_lifeSteal_t4", 18613); DictSNOEffectGroup.Add("Axe1h_norm_lifeSteal_t5", 194099); DictSNOEffectGroup.Add("Axe1h_norm_lifeSteal_t6", 194100); DictSNOEffectGroup.Add("Axe1h_norm_lifeSteal_t7", 186953); DictSNOEffectGroup.Add("Axe1h_norm_lightning", 18614); DictSNOEffectGroup.Add("Axe1h_norm_lightning_t3", 18615); DictSNOEffectGroup.Add("Axe1h_norm_lightning_t4", 18616); DictSNOEffectGroup.Add("Axe1h_norm_lightning_t5", 18617); DictSNOEffectGroup.Add("Axe1h_norm_lightning_t6", 18618); DictSNOEffectGroup.Add("Axe1h_norm_lightning_t7", 18619); DictSNOEffectGroup.Add("Axe1h_norm_magicFind", 18620); DictSNOEffectGroup.Add("Axe1h_norm_manaSteal", 18621); DictSNOEffectGroup.Add("Axe1h_norm_poison", 18622); DictSNOEffectGroup.Add("Axe1h_norm_poison_t3", 18623); DictSNOEffectGroup.Add("Axe1h_norm_poison_t4", 18624); DictSNOEffectGroup.Add("Axe1h_norm_poison_t5", 18625); DictSNOEffectGroup.Add("Axe1h_norm_poison_t6", 18626); DictSNOEffectGroup.Add("Axe1h_norm_poison_t7", 18627); DictSNOEffectGroup.Add("Axe1h_norm_spell", 18628); DictSNOEffectGroup.Add("Axe1h_unique_Sankis", 181510); DictSNOEffectGroup.Add("Axe2h_norm_arcane", 18629); DictSNOEffectGroup.Add("Axe2h_norm_cast", 18630); DictSNOEffectGroup.Add("Axe2h_norm_cold", 1130); DictSNOEffectGroup.Add("Axe2h_norm_fire", 18631); DictSNOEffectGroup.Add("Axe2h_norm_fire_t3", 18633); DictSNOEffectGroup.Add("Axe2h_norm_fire_t4", 18634); DictSNOEffectGroup.Add("Axe2h_norm_fire_t5", 18635); DictSNOEffectGroup.Add("Axe2h_norm_fire_t6", 18636); DictSNOEffectGroup.Add("Axe2h_norm_fire_t7", 18637); DictSNOEffectGroup.Add("Axe2h_norm_goldFind", 18638); DictSNOEffectGroup.Add("Axe2h_norm_goldFind_t1", 18639); DictSNOEffectGroup.Add("Axe2h_norm_goldFind_t2", 18640); DictSNOEffectGroup.Add("Axe2h_norm_goldFind_t3", 18641); DictSNOEffectGroup.Add("Axe2h_norm_goldFind_t4", 18642); DictSNOEffectGroup.Add("Axe2h_norm_goldFind_t5", 18643); DictSNOEffectGroup.Add("Axe2h_norm_goldFind_t6", 18644); DictSNOEffectGroup.Add("Axe2h_norm_goldFind_t7", 18645); DictSNOEffectGroup.Add("Axe2h_norm_holy", 95525); DictSNOEffectGroup.Add("Axe2h_norm_holy_t3", 306150); DictSNOEffectGroup.Add("Axe2h_norm_holy_t4", 306151); DictSNOEffectGroup.Add("Axe2h_norm_holy_t5", 306152); DictSNOEffectGroup.Add("Axe2h_norm_holy_t6", 306153); DictSNOEffectGroup.Add("Axe2h_norm_holy_t7", 306154); DictSNOEffectGroup.Add("Axe2h_norm_lifeSteal", 18646); DictSNOEffectGroup.Add("Axe2h_norm_lifeSteal_t1", 18647); DictSNOEffectGroup.Add("Axe2h_norm_lifeSteal_t2", 18648); DictSNOEffectGroup.Add("Axe2h_norm_lifeSteal_t3", 18649); DictSNOEffectGroup.Add("Axe2h_norm_lifeSteal_t4", 1131); DictSNOEffectGroup.Add("Axe2h_norm_lifeSteal_t5", 194093); DictSNOEffectGroup.Add("Axe2h_norm_lifeSteal_t6", 194094); DictSNOEffectGroup.Add("Axe2h_norm_lifeSteal_t7", 186954); DictSNOEffectGroup.Add("Axe2h_norm_lightning", 18650); DictSNOEffectGroup.Add("Axe2h_norm_magicFind", 18651); DictSNOEffectGroup.Add("Axe2h_norm_magicFind_t1", 18652); DictSNOEffectGroup.Add("Axe2h_norm_magicFind_t2", 18653); DictSNOEffectGroup.Add("Axe2h_norm_magicFind_t3", 18654); DictSNOEffectGroup.Add("Axe2h_norm_magicFind_t4", 18655); DictSNOEffectGroup.Add("Axe2h_norm_magicFind_t5", 18656); DictSNOEffectGroup.Add("Axe2h_norm_magicFind_t6", 18657); DictSNOEffectGroup.Add("Axe2h_norm_magicFind_t7", 18658); DictSNOEffectGroup.Add("Axe2h_norm_manaSteal", 18659); DictSNOEffectGroup.Add("Axe2h_norm_poison", 18660); DictSNOEffectGroup.Add("Axe2h_norm_spell", 18661); DictSNOEffectGroup.Add("Azmodan_aoeDemon", 123853); DictSNOEffectGroup.Add("Azmodan_BSS_explosion", 205347); DictSNOEffectGroup.Add("Azmodan_BSS_soul", 199392); DictSNOEffectGroup.Add("Azmodan_corpseRain_bodies", 123484); DictSNOEffectGroup.Add("Azmodan_corpseRain_pending", 123848); DictSNOEffectGroup.Add("Azmodan_death_explosion", 209701); DictSNOEffectGroup.Add("Azmodan_death_stage_01", 176085); DictSNOEffectGroup.Add("Azmodan_laserAttack_groundExplode", 209063); DictSNOEffectGroup.Add("Azmodan_OA_projectile", 171284); DictSNOEffectGroup.Add("Azmodan_orbofAnnihilation_groundExplode", 123451); DictSNOEffectGroup.Add("Azmodan_possessedGuard", 181266); DictSNOEffectGroup.Add("Azurewrath_knockback", 251707); DictSNOEffectGroup.Add("bannerSelect_highlight", 217012); DictSNOEffectGroup.Add("Banner_arrival_FX", 196241); DictSNOEffectGroup.Add("Banner_cast_fx", 195686); DictSNOEffectGroup.Add("Banner_waypoint_FX", 205016); DictSNOEffectGroup.Add("Banner_waypoint_FX_partyGuide", 298897); DictSNOEffectGroup.Add("Barbarian_AncientSpear_RuneBleed", 79420); DictSNOEffectGroup.Add("Barbarian_Bash", 18662); DictSNOEffectGroup.Add("Barbarian_BashRune_blastwave", 93867); DictSNOEffectGroup.Add("Barbarian_BashRune_damage", 160813); DictSNOEffectGroup.Add("Barbarian_BashRune_damageBuff", 215632); DictSNOEffectGroup.Add("Barbarian_BashRune_fury", 160683); DictSNOEffectGroup.Add("Barbarian_BashRune_strike", 93251); DictSNOEffectGroup.Add("Barbarian_BashRune_strike_female", 93277); DictSNOEffectGroup.Add("Barbarian_BashRune_strike_male", 93276); DictSNOEffectGroup.Add("Barbarian_BashRune_stun", 160891); DictSNOEffectGroup.Add("Barbarian_Bash_Impact", 18663); DictSNOEffectGroup.Add("Barbarian_Bash_Pulverize_Impact", 312958); DictSNOEffectGroup.Add("Barbarian_Battlecry", 18664); DictSNOEffectGroup.Add("Barbarian_battlecryRune_alabaster", 101517); DictSNOEffectGroup.Add("Barbarian_battlecryRune_alabaster_auraGrantee", 101521); DictSNOEffectGroup.Add("Barbarian_battlecryRune_crimson", 101526); DictSNOEffectGroup.Add("Barbarian_battlecryRune_crimson_auraGrantee", 101529); DictSNOEffectGroup.Add("Barbarian_battlecryRune_golden", 101512); DictSNOEffectGroup.Add("Barbarian_battlecryRune_golden_auraGrantee", 101513); DictSNOEffectGroup.Add("Barbarian_battlecryRune_indigo", 101324); DictSNOEffectGroup.Add("Barbarian_battlecryRune_indigo_auraGrantee", 101332); DictSNOEffectGroup.Add("Barbarian_battlecryRune_obsidian", 165745); DictSNOEffectGroup.Add("Barbarian_battlecryRune_obsidian_auraGrantee", 165747); DictSNOEffectGroup.Add("Barbarian_battleCry_auraGrantee", 101302); DictSNOEffectGroup.Add("Barbarian_BattleCry_fxSwitch", 106981); DictSNOEffectGroup.Add("Barbarian_BattleCry_Grantee_fxSwitch", 107527); DictSNOEffectGroup.Add("Barbarian_BattleCry_YellSound", 180092); DictSNOEffectGroup.Add("Barbarian_BattleRage", 18666); DictSNOEffectGroup.Add("Barbarian_BattleRage_alabaster", 162710); DictSNOEffectGroup.Add("Barbarian_BattleRage_alabaster_addCritExplode", 210321); DictSNOEffectGroup.Add("Barbarian_BattleRage_buff", 215686); DictSNOEffectGroup.Add("Barbarian_BattleRage_buffSwitch", 215719); DictSNOEffectGroup.Add("Barbarian_BattleRage_buff_alabaster", 215699); DictSNOEffectGroup.Add("Barbarian_BattleRage_buff_crimson", 215702); DictSNOEffectGroup.Add("Barbarian_BattleRage_buff_golden", 215703); DictSNOEffectGroup.Add("Barbarian_BattleRage_buff_indigo", 215704); DictSNOEffectGroup.Add("Barbarian_BattleRage_buff_obsidian", 215705); DictSNOEffectGroup.Add("Barbarian_BattleRage_crimson", 162706); DictSNOEffectGroup.Add("Barbarian_BattleRage_golden", 162709); DictSNOEffectGroup.Add("Barbarian_BattleRage_indigo", 162707); DictSNOEffectGroup.Add("Barbarian_BattleRage_obsidian", 162708); DictSNOEffectGroup.Add("Barbarian_BattleRage_switch", 162703); DictSNOEffectGroup.Add("Barbarian_battleRage_YellSound", 202900); DictSNOEffectGroup.Add("Barbarian_berserker_endSound", 213892); DictSNOEffectGroup.Add("Barbarian_berserker_YellSound", 213883); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_buff", 215442); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_buff_alabaster", 215450); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_buff_crimson", 215446); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_buff_golden", 215449); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_buff_indigo", 215447); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_buff_obsidian", 215448); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Female", 209727); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Female_alabaster", 209732); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Female_crimson", 209728); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Female_golden", 209731); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Female_indigo", 209729); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Female_obsidian", 209730); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Female_OnContact", 209720); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Male", 209721); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Male_alabaster", 209726); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Male_crimson", 209722); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Male_golden", 209725); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Male_indigo", 209723); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Male_obsidian", 209724); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_Male_OnContact", 209719); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_onCast", 215458); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_onCast_alabaster", 215473); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_onCast_crimson", 215469); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_onCast_golden", 215472); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_onCast_indigo", 215470); DictSNOEffectGroup.Add("Barbarian_CallOfTheAncients_onCast_obsidian", 215471); DictSNOEffectGroup.Add("Barbarian_cleave_addDeathExplode_explosion", 161045); DictSNOEffectGroup.Add("Barbarian_cleave_land_addKnockback", 99550); DictSNOEffectGroup.Add("Barbarian_cleave_swipeExtra_increaseAOE", 99671); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_left", 18671); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_left_addDeathExplode", 159460); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_left_addFury", 159459); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_left_addKnockback", 159458); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_left_dragInMonsters", 159457); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_left_increaseAOE", 159452); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_left_switch", 159449); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_right", 18672); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_right_addDeathExplode", 159476); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_right_addFury", 159477); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_right_addKnockback", 159478); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_right_dragInMonsters", 159479); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_right_increaseAOE", 159480); DictSNOEffectGroup.Add("Barbarian_cleave_swipe_right_switch", 159481); DictSNOEffectGroup.Add("barbarian_earthquake", 55689); DictSNOEffectGroup.Add("Barbarian_earthquake_crimson", 168430); DictSNOEffectGroup.Add("Barbarian_earthquake_crimson_miniQuake", 168441); DictSNOEffectGroup.Add("Barbarian_earthquake_golden", 168470); DictSNOEffectGroup.Add("Barbarian_earthquake_land", 18674); DictSNOEffectGroup.Add("Barbarian_earthquake_obsidian", 168506); DictSNOEffectGroup.Add("Barbarian_earthquake_unruned", 168303); DictSNOEffectGroup.Add("Barbarian_earthquake_unruned_miniQuake", 18673); DictSNOEffectGroup.Add("Barbarian_Fatality_Rune", 92270); DictSNOEffectGroup.Add("Barbarian_Female_whirlwindModel", 18677); DictSNOEffectGroup.Add("Barbarian_Frenzy", 18678); DictSNOEffectGroup.Add("Barbarian_Frenzy_alabaster", 159641); DictSNOEffectGroup.Add("Barbarian_Frenzy_crimson", 159623); DictSNOEffectGroup.Add("Barbarian_Frenzy_golden", 159637); DictSNOEffectGroup.Add("Barbarian_Frenzy_golden_stunned", 163470); DictSNOEffectGroup.Add("Barbarian_Frenzy_indigo", 159624); DictSNOEffectGroup.Add("Barbarian_Frenzy_obsidian", 163981); DictSNOEffectGroup.Add("Barbarian_Frenzy_unruned", 159622); DictSNOEffectGroup.Add("Barbarian_FuriousChargeEnd", 18679); DictSNOEffectGroup.Add("Barbarian_FuriousChargeEnd_addsSpeed", 166204); DictSNOEffectGroup.Add("Barbarian_FuriousChargeEnd_cold", 408507); DictSNOEffectGroup.Add("Barbarian_FuriousChargeEnd_increaseDamage", 166196); DictSNOEffectGroup.Add("Barbarian_FuriousChargeEnd_increaseHealthDrop", 166206); DictSNOEffectGroup.Add("Barbarian_FuriousChargeEnd_lightning", 408527); DictSNOEffectGroup.Add("Barbarian_FuriousChargeEnd_switch", 166193); DictSNOEffectGroup.Add("Barbarian_FuriousChargeStart", 18680); DictSNOEffectGroup.Add("Barbarian_FuriousChargeStart_addsSpeed", 166205); DictSNOEffectGroup.Add("Barbarian_FuriousChargeStart_cold", 408513); DictSNOEffectGroup.Add("Barbarian_FuriousChargeStart_increaseDamage", 166198); DictSNOEffectGroup.Add("Barbarian_FuriousChargeStart_increaseHealthDrop", 166207); DictSNOEffectGroup.Add("Barbarian_FuriousChargeStart_lightning", 408530); DictSNOEffectGroup.Add("Barbarian_FuriousChargeStart_switch", 166194); DictSNOEffectGroup.Add("Barbarian_groundStomp", 18685); DictSNOEffectGroup.Add("Barbarian_groundStompRune_knockback", 159416); DictSNOEffectGroup.Add("Barbarian_groundStompRune_knockback_cast", 159412); DictSNOEffectGroup.Add("Barbarian_groundStompRune_pullClose", 159415); DictSNOEffectGroup.Add("Barbarian_groundStompRune_pullClose_cast", 159411); DictSNOEffectGroup.Add("Barbarian_groundStompRune_resistance", 159397); DictSNOEffectGroup.Add("Barbarian_groundStompRune_resistance_cast", 159404); DictSNOEffectGroup.Add("Barbarian_groundStompRune_slow", 159418); DictSNOEffectGroup.Add("Barbarian_groundStompRune_slow_cast", 159414); DictSNOEffectGroup.Add("Barbarian_groundStompRune_stun", 159417); DictSNOEffectGroup.Add("Barbarian_groundStompRune_stun_cast", 159413); DictSNOEffectGroup.Add("Barbarian_groundStomp_cast", 18686); DictSNOEffectGroup.Add("Barbarian_groundStomp_cast_masterFX", 159410); DictSNOEffectGroup.Add("Barbarian_GroundStomp_CrimsonRune", 99685); DictSNOEffectGroup.Add("Barbarian_GroundStomp_debuff_crimsonRune", 99689); DictSNOEffectGroup.Add("Barbarian_groundStomp_debuff_ObsidianRune", 99693); DictSNOEffectGroup.Add("Barbarian_groundStomp_masterFX", 159409); DictSNOEffectGroup.Add("Barbarian_GroundStomp_Obsidian", 99604); DictSNOEffectGroup.Add("Barbarian_HammeroftheAncientsRune_ghost_ancient", 162535); DictSNOEffectGroup.Add("Barbarian_hammeroftheAncientsRune_lava_proxy", 168452); DictSNOEffectGroup.Add("Barbarian_HammeroftheAncients_contact", 157234); DictSNOEffectGroup.Add("Barbarian_HammeroftheAncients_contact_masterFX", 158731); DictSNOEffectGroup.Add("Barbarian_HotARunes_loot_explode", 168313); DictSNOEffectGroup.Add("Barbarian_HotARune_ghost_contact", 162576); DictSNOEffectGroup.Add("Barbarian_HotARune_lava_contact", 168451); DictSNOEffectGroup.Add("Barbarian_HotARune_lava_proxy", 168461); DictSNOEffectGroup.Add("Barbarian_HotARune_loot_contact", 162751); DictSNOEffectGroup.Add("Barbarian_HotARune_shockWave_contact", 162630); DictSNOEffectGroup.Add("Barbarian_HotARune_stun_contact", 162894); DictSNOEffectGroup.Add("Barbarian_HotARune_stun_mace_explode", 162876); DictSNOEffectGroup.Add("Barbarian_ignorePain", 18687); DictSNOEffectGroup.Add("Barbarian_ignorePain_AlabasterRune", 99746); DictSNOEffectGroup.Add("Barbarian_ignorePain_buff", 159007); DictSNOEffectGroup.Add("Barbarian_ignorePain_buff_alabaster", 159157); DictSNOEffectGroup.Add("Barbarian_ignorePain_buff_crimson", 159153); DictSNOEffectGroup.Add("Barbarian_ignorePain_buff_golden", 159156); DictSNOEffectGroup.Add("Barbarian_ignorePain_buff_indigo", 159154); DictSNOEffectGroup.Add("Barbarian_ignorePain_buff_obsidian", 159155); DictSNOEffectGroup.Add("Barbarian_ignorePain_buff_switch", 159136); DictSNOEffectGroup.Add("Barbarian_ignorePain_cast_alabaster", 158751); DictSNOEffectGroup.Add("Barbarian_ignorePain_cast_crimson", 158740); DictSNOEffectGroup.Add("Barbarian_ignorePain_cast_golden", 158750); DictSNOEffectGroup.Add("Barbarian_ignorePain_cast_indigo", 158744); DictSNOEffectGroup.Add("Barbarian_ignorePain_cast_obsidian", 158747); DictSNOEffectGroup.Add("Barbarian_IgnorePain_cast_switch", 158735); DictSNOEffectGroup.Add("Barbarian_ignorePain_obsidianRune", 99710); DictSNOEffectGroup.Add("Barbarian_ignorePain_YellSound", 202889); DictSNOEffectGroup.Add("Barbarian_KKG_Appear", 441643); DictSNOEffectGroup.Add("barbarian_KKG_Awaken", 441063); DictSNOEffectGroup.Add("Barbarian_KKG_PortOut", 449265); DictSNOEffectGroup.Add("Barbarian_KKG_Vanish", 441634); DictSNOEffectGroup.Add("Barbarian_leapAttack_buff_addsArmorFury", 216098); DictSNOEffectGroup.Add("Barbarian_leap_land", 18688); DictSNOEffectGroup.Add("Barbarian_Leap_land_addsArmorFury", 162822); DictSNOEffectGroup.Add("Barbarian_Leap_land_addsDominoKnockback", 162820); DictSNOEffectGroup.Add("Barbarian_Leap_land_addsShockwaves", 162819); DictSNOEffectGroup.Add("Barbarian_Leap_land_addsStartDamage", 162821); DictSNOEffectGroup.Add("Barbarian_Leap_land_addsStartDamage_takeOff", 165924); DictSNOEffectGroup.Add("Barbarian_Leap_land_addsStun", 162823); DictSNOEffectGroup.Add("Barbarian_Leap_land_monsterAddsKnockback", 173266); DictSNOEffectGroup.Add("Barbarian_Leap_land_switch", 162811); DictSNOEffectGroup.Add("Barbarian_Leap_RuneRock_Spike", 99893); DictSNOEffectGroup.Add("Barbarian_Male_whirlwindModel", 18689); DictSNOEffectGroup.Add("Barbarian_overkill_cast", 18690); DictSNOEffectGroup.Add("Barbarian_overPowerRune_duration_buff", 214032); DictSNOEffectGroup.Add("Barbarian_overPowerRune_duration_cast", 165007); DictSNOEffectGroup.Add("Barbarian_overPowerRune_heal_cast", 164989); DictSNOEffectGroup.Add("Barbarian_overPowerRune_reflect_buff", 165957); DictSNOEffectGroup.Add("Barbarian_overPowerRune_reflect_cast", 165008); DictSNOEffectGroup.Add("Barbarian_overPowerRune_reflect_hit", 166004); DictSNOEffectGroup.Add("Barbarian_overPowerRune_weapons_cast", 164986); DictSNOEffectGroup.Add("Barbarian_overPowerRune_wide_cast", 164983); DictSNOEffectGroup.Add("Barbarian_overPower_cast", 163634); DictSNOEffectGroup.Add("Barbarian_overPower_cast_masterFX", 165009); DictSNOEffectGroup.Add("Barbarian_Overpower_projectile", 317734); DictSNOEffectGroup.Add("Barbarian_Rage_Generation", 99555); DictSNOEffectGroup.Add("Barbarian_Rend", 70614); DictSNOEffectGroup.Add("Barbarian_Rend_alabaster_bloody", 161605); DictSNOEffectGroup.Add("Barbarian_Rend_crimson_stacks", 161594); DictSNOEffectGroup.Add("Barbarian_Rend_Death", 92259); DictSNOEffectGroup.Add("Barbarian_Rend_Debuff", 70804); DictSNOEffectGroup.Add("Barbarian_Rend_golden_fury", 161652); DictSNOEffectGroup.Add("Barbarian_Rend_HitSound", 230135); DictSNOEffectGroup.Add("Barbarian_Rend_indigoRune", 100842); DictSNOEffectGroup.Add("Barbarian_Rend_obsidian_healing", 161655); DictSNOEffectGroup.Add("Barbarian_Rend_switch", 161069); DictSNOEffectGroup.Add("Barbarian_Revenge", 158689); DictSNOEffectGroup.Add("Barbarian_Revenge_addsDamage", 158690); DictSNOEffectGroup.Add("Barbarian_Revenge_addsHealthFury", 158695); DictSNOEffectGroup.Add("Barbarian_Revenge_increaseCrit", 158696); DictSNOEffectGroup.Add("Barbarian_Revenge_increaseCrit_Buff", 215680); DictSNOEffectGroup.Add("Barbarian_Revenge_Ready", 227791); DictSNOEffectGroup.Add("Barbarian_Revenge_removesDebuffs", 158693); DictSNOEffectGroup.Add("Barbarian_Revenge_switch", 158687); DictSNOEffectGroup.Add("Barbarian_Revenge_widerAOE", 158692); DictSNOEffectGroup.Add("Barbarian_seismicSlamRune_aftershocks", 92902); DictSNOEffectGroup.Add("Barbarian_seismicSlamRune_echo", 92894); DictSNOEffectGroup.Add("Barbarian_seismicSlam_alabaster_cast", 164416); DictSNOEffectGroup.Add("Barbarian_seismicSlam_alabaster_impact", 164173); DictSNOEffectGroup.Add("Barbarian_seismicSlam_alabaster_projectile", 164166); DictSNOEffectGroup.Add("Barbarian_seismicSlam_cast", 18693); DictSNOEffectGroup.Add("Barbarian_seismicSlam_crimson_cast", 164413); DictSNOEffectGroup.Add("Barbarian_seismicSlam_crimson_impact", 164169); DictSNOEffectGroup.Add("Barbarian_seismicSlam_crimson_projectile", 164161); DictSNOEffectGroup.Add("Barbarian_seismicSlam_golden_cast", 164415); DictSNOEffectGroup.Add("Barbarian_seismicSlam_golden_impact", 164170); DictSNOEffectGroup.Add("Barbarian_seismicSlam_golden_projectile", 164164); DictSNOEffectGroup.Add("Barbarian_seismicSlam_impact", 18694); DictSNOEffectGroup.Add("Barbarian_seismicSlam_indigo_cast", 164414); DictSNOEffectGroup.Add("Barbarian_seismicSlam_indigo_impact", 164171); DictSNOEffectGroup.Add("Barbarian_seismicSlam_indigo_projectile", 164163); DictSNOEffectGroup.Add("Barbarian_seismicSlam_obsidian_cast", 164417); DictSNOEffectGroup.Add("Barbarian_seismicSlam_obsidian_impact", 164172); DictSNOEffectGroup.Add("Barbarian_seismicSlam_obsidian_projectile", 164165); DictSNOEffectGroup.Add("Barbarian_seismicSlam_projectile", 18695); DictSNOEffectGroup.Add("Barbarian_seismicSlam_soundBooms", 208997); DictSNOEffectGroup.Add("Barbarian_seismicSlam_soundBooms_aftershocks", 209002); DictSNOEffectGroup.Add("Barbarian_seismicSlam_soundBooms_snowy", 377367); DictSNOEffectGroup.Add("Barbarian_seismicSlam_unruned_cast", 164412); DictSNOEffectGroup.Add("Barbarian_seismicSlam_unruned_impact", 164168); DictSNOEffectGroup.Add("Barbarian_Sprint", 18701); DictSNOEffectGroup.Add("Barbarian_SprintRune_agile", 108765); DictSNOEffectGroup.Add("Barbarian_SprintRune_checking", 108791); DictSNOEffectGroup.Add("Barbarian_SprintRune_sustain", 108735); DictSNOEffectGroup.Add("Barbarian_SprintRune_swift", 108782); DictSNOEffectGroup.Add("Barbarian_SprintRune_whirlwind", 108870); DictSNOEffectGroup.Add("Barbarian_SprintRune_whirlwind_AOE", 108873); DictSNOEffectGroup.Add("Barbarian_Sprint_start", 217920); DictSNOEffectGroup.Add("Barbarian_Sprint_trail_switch", 108730); DictSNOEffectGroup.Add("Barbarian_tauntMonster", 18704); DictSNOEffectGroup.Add("Barbarian_ThreateningShout_buffSwitch", 109547); DictSNOEffectGroup.Add("Barbarian_ThreateningShout_castSwitch", 201477); DictSNOEffectGroup.Add("Barbarian_ThreatShout", 18705); DictSNOEffectGroup.Add("Barbarian_ThreatShoutRune_damage", 99810); DictSNOEffectGroup.Add("Barbarian_ThreatShoutRune_extraGold", 201534); DictSNOEffectGroup.Add("Barbarian_ThreatShoutRune_slowing", 216339); DictSNOEffectGroup.Add("Barbarian_ThreatShoutRune_staggering", 99821); DictSNOEffectGroup.Add("Barbarian_ThreatShoutRune_terrify", 99798); DictSNOEffectGroup.Add("Barbarian_threatShout_YellSound", 202891); DictSNOEffectGroup.Add("Barbarian_UnstoppableWill", 18706); DictSNOEffectGroup.Add("Barbarian_weaponThrow_axe_base", 100801); DictSNOEffectGroup.Add("Barbarian_weaponThrow_axe_crimsonRune", 100840); DictSNOEffectGroup.Add("Barbarian_weaponThrow_axe_fury", 364958); DictSNOEffectGroup.Add("Barbarian_weaponThrow_confuse", 100933); DictSNOEffectGroup.Add("Barbarian_weaponThrow_hammer_obsidianRune", 100831); DictSNOEffectGroup.Add("Barbarian_weaponThrow_HitFX", 18707); DictSNOEffectGroup.Add("Barbarian_weaponThrow_HitFX_alabaster", 166339); DictSNOEffectGroup.Add("Barbarian_weaponThrow_HitFX_crimson", 166333); DictSNOEffectGroup.Add("Barbarian_weaponThrow_HitFX_Fury", 365041); DictSNOEffectGroup.Add("Barbarian_weaponThrow_HitFX_indigo", 166334); DictSNOEffectGroup.Add("Barbarian_weaponThrow_HitFX_obsidian", 166335); DictSNOEffectGroup.Add("Barbarian_weaponThrow_miss_HitFX", 168294); DictSNOEffectGroup.Add("Barbarian_weaponThrow_miss_HitFX_alabaster", 168295); DictSNOEffectGroup.Add("Barbarian_weaponThrow_miss_HitFX_crimson", 168296); DictSNOEffectGroup.Add("Barbarian_weaponThrow_miss_HitFX_fury", 365144); DictSNOEffectGroup.Add("Barbarian_weaponThrow_miss_HitFX_indigo", 168297); DictSNOEffectGroup.Add("Barbarian_weaponThrow_miss_HitFX_obsidian", 168298); DictSNOEffectGroup.Add("Barbarian_Whirlwind", 18708); DictSNOEffectGroup.Add("Barbarian_Whirlwind_Alabaster", 161689); DictSNOEffectGroup.Add("Barbarian_Whirlwind_Bul-Kathos", 252481); DictSNOEffectGroup.Add("Barbarian_Whirlwind_Crimson", 162085); DictSNOEffectGroup.Add("Barbarian_Whirlwind_genderSwitch", 18709); DictSNOEffectGroup.Add("Barbarian_Whirlwind_Golden", 161450); DictSNOEffectGroup.Add("Barbarian_Whirlwind_Indigo", 162384); DictSNOEffectGroup.Add("Barbarian_Whirlwind_Obsidian", 161958); DictSNOEffectGroup.Add("Barbarian_Whirlwind_unruned", 161661); DictSNOEffectGroup.Add("Barbarian_WotB", 209498); DictSNOEffectGroup.Add("Barbarian_WotB_alabaster", 209503); DictSNOEffectGroup.Add("Barbarian_WotB_alabaster_addDeathExplode", 210319); DictSNOEffectGroup.Add("Barbarian_WotB_crimson", 209499); DictSNOEffectGroup.Add("Barbarian_WotB_golden", 209502); DictSNOEffectGroup.Add("Barbarian_WotB_indigo", 209500); DictSNOEffectGroup.Add("Barbarian_WotB_obsidian", 209501); DictSNOEffectGroup.Add("Barbarian_WotB_switch", 209497); DictSNOEffectGroup.Add("Barbarian_WrathOfTheBerserker_end", 209488); DictSNOEffectGroup.Add("Barb_cleave_drag_dragInMonster", 99545); DictSNOEffectGroup.Add("Beast_charge_End", 18710); DictSNOEffectGroup.Add("Beast_charge_groundScratch", 18711); DictSNOEffectGroup.Add("Beast_charge_Start", 18712); DictSNOEffectGroup.Add("Beast_groundStomp", 18713); DictSNOEffectGroup.Add("BelialTrueForm_Attack", 166445); DictSNOEffectGroup.Add("Belial_armSlam_projectile", 67046); DictSNOEffectGroup.Add("Belial_breathAttack_bolt", 96067); DictSNOEffectGroup.Add("Belial_Death", 167375); DictSNOEffectGroup.Add("Belial_Death_Glows", 205986); DictSNOEffectGroup.Add("Belial_Death_Main", 168201); DictSNOEffectGroup.Add("Belial_GoundBomb_Event_Impact", 185058); DictSNOEffectGroup.Add("Belial_GoundBomb_Event_Pending", 184991); DictSNOEffectGroup.Add("Belial_GoundBomb_Impact", 161821); DictSNOEffectGroup.Add("Belial_GoundBomb_Pending", 162083); DictSNOEffectGroup.Add("Belial_GroundBomb_ArmHoles", 163938); DictSNOEffectGroup.Add("Belial_GroundBomb_ArmHoles_Impact", 164063); DictSNOEffectGroup.Add("Belial_GroundBomb_ArmHoles_Left", 163989); DictSNOEffectGroup.Add("Belial_GroundBomb_ArmHoles_Outro", 164244); DictSNOEffectGroup.Add("Belial_groundProjectile", 69927); DictSNOEffectGroup.Add("Belial_groundProjectile_Hit", 159673); DictSNOEffectGroup.Add("Belial_GroundSpike_ArmHoles_Impact", 164176); DictSNOEffectGroup.Add("Belial_GroundSpike_Far_ArmHoles_Impact", 164246); DictSNOEffectGroup.Add("Belial_GroundSpike_Pending", 164158); DictSNOEffectGroup.Add("Belial_Teleport_Destroy", 204694); DictSNOEffectGroup.Add("Belial_TripleAttack1_Pending", 202864); DictSNOEffectGroup.Add("Belial_TripleAttack2_Pending", 202865); DictSNOEffectGroup.Add("Belial_TripleAttack3_Pending", 202866); DictSNOEffectGroup.Add("Belial_TripleAttack_Attack1_Impact", 164684); DictSNOEffectGroup.Add("Belial_TripleAttack_Attack2_Impact", 165250); DictSNOEffectGroup.Add("Belial_TrueForm_Ground", 165638); DictSNOEffectGroup.Add("BigRed_charge_End", 160701); DictSNOEffectGroup.Add("BigRed_charge_Start", 160700); DictSNOEffectGroup.Add("BigRed_firebreath", 160634); DictSNOEffectGroup.Add("Binkles_BoyKing_explosion", 208502); DictSNOEffectGroup.Add("Binkles_event19_buildUp", 184931); DictSNOEffectGroup.Add("Binkles_event19_explosion", 130848); DictSNOEffectGroup.Add("Binkles_event47_explosion", 199076); DictSNOEffectGroup.Add("Binkles_event47_prison", 204995); DictSNOEffectGroup.Add("Binkles_openRope_explosion", 190030); DictSNOEffectGroup.Add("blackSoulstone_idleFX", 181895); DictSNOEffectGroup.Add("blackSoulstone_suckDown", 202922); DictSNOEffectGroup.Add("Blizzcon_legendary_ring_sound", 434587); DictSNOEffectGroup.Add("BloodShard_pickup", 447092); DictSNOEffectGroup.Add("BloodShard_pickup_Bloop", 447093); DictSNOEffectGroup.Add("BloodWell_full", 119418); DictSNOEffectGroup.Add("BloodWell_half", 119677); DictSNOEffectGroup.Add("Blood_getHit_angel_streamSwitch_large", 341816); DictSNOEffectGroup.Add("Blood_getHit_angel_streamSwitch_med", 209546); DictSNOEffectGroup.Add("Blood_getHit_angel_streamSwitch_small", 341814); DictSNOEffectGroup.Add("Blood_getHit_black_streamSwitch_large", 18715); DictSNOEffectGroup.Add("Blood_getHit_black_streamSwitch_med", 18716); DictSNOEffectGroup.Add("Blood_getHit_black_streamSwitch_small", 18717); DictSNOEffectGroup.Add("Blood_getHit_blue_streamSwitch_small", 18720); DictSNOEffectGroup.Add("Blood_getHit_blue_streamSwitch_xl", 18721); DictSNOEffectGroup.Add("Blood_getHit_frostBlood_streamSwitch_small", 426582); DictSNOEffectGroup.Add("Blood_getHit_green_streamSwitch_small", 18731); DictSNOEffectGroup.Add("Blood_getHit_poison_streamSwitch_large", 18732); DictSNOEffectGroup.Add("Blood_getHit_poison_streamSwitch_med", 18733); DictSNOEffectGroup.Add("Blood_getHit_poison_streamSwitch_small", 18734); DictSNOEffectGroup.Add("Blood_getHit_poison_streamSwitch_xl", 18735); DictSNOEffectGroup.Add("Blood_getHit_poison_streamSwitch_xxl", 18736); DictSNOEffectGroup.Add("Blood_getHit_red_streamSwitch_large", 18737); DictSNOEffectGroup.Add("Blood_getHit_red_streamSwitch_med", 18738); DictSNOEffectGroup.Add("Blood_getHit_red_streamSwitch_small", 18739); DictSNOEffectGroup.Add("Blood_getHit_red_streamSwitch_xl", 18740); DictSNOEffectGroup.Add("Blood_getHit_red_streamSwitch_xxl", 18741); DictSNOEffectGroup.Add("Bodyguard_teleportOut_switch", 193242); DictSNOEffectGroup.Add("Bodyguard_Teleport_end", 161561); DictSNOEffectGroup.Add("Bodyguard_teleport_switch", 193241); DictSNOEffectGroup.Add("boyEmperor_phaseIn", 185190); DictSNOEffectGroup.Add("boyEmperor_phaseOut", 185267); DictSNOEffectGroup.Add("brickHouse_death_headBurst", 80349); DictSNOEffectGroup.Add("brickHouse_death_sideBurst", 80352); DictSNOEffectGroup.Add("brickHouse_enraged", 72731); DictSNOEffectGroup.Add("brickHouse_enraged_end", 73071); DictSNOEffectGroup.Add("brickHouse_rage_endLookSwitch", 73423); DictSNOEffectGroup.Add("brickHouse_rage_startLookSwitch", 73429); DictSNOEffectGroup.Add("brickHouse_shield", 72352); DictSNOEffectGroup.Add("brickHouse_specialAttack_groundImpact", 72144); DictSNOEffectGroup.Add("BSS_explosion", 195829); DictSNOEffectGroup.Add("butcherLair_FloorPanel_LowerLeft_Activate", 201247); DictSNOEffectGroup.Add("butcherLair_FloorPanel_LowerMid_Activate", 201011); DictSNOEffectGroup.Add("butcherLair_FloorPanel_LowerRight_Activate", 201471); DictSNOEffectGroup.Add("butcherLair_FloorPanel_MiddleMid_Activate", 201432); DictSNOEffectGroup.Add("butcherLair_FloorPanel_UpperLeft_Activate", 201257); DictSNOEffectGroup.Add("butcherLair_FloorPanel_UpperMid_Activate", 201444); DictSNOEffectGroup.Add("butcherLair_FloorPanel_UpperRight_Activate", 201459); DictSNOEffectGroup.Add("Butcher_hook_impactPlayer", 18748); DictSNOEffectGroup.Add("CainIntro_shake", 81546); DictSNOEffectGroup.Add("camp_portal_summon_attractor", 434588); DictSNOEffectGroup.Add("camp_portal_summon_spawnFX", 434644); DictSNOEffectGroup.Add("caOut_Boneyards_Bloodhawknest", 92937); DictSNOEffectGroup.Add("caOut_Boneyard_AntLionsDen_PortalRoulette_A", 194908); DictSNOEffectGroup.Add("challengeRift_TimeBeat_levelUp", 476867); DictSNOEffectGroup.Add("Challenge_rifts_Orb_attract", 473332); DictSNOEffectGroup.Add("Challenge_Rifts_Orb_B", 475907); DictSNOEffectGroup.Add("Challenge_Rifts_Orb_B_flippyInAir", 475914); DictSNOEffectGroup.Add("challenge_rifts_Orb_pickup", 476897); DictSNOEffectGroup.Add("Champion_Teleport", 18755); DictSNOEffectGroup.Add("Champion_Teleport_end", 18756); DictSNOEffectGroup.Add("characterSelect_highlight", 18757); DictSNOEffectGroup.Add("ClonedDefault", 18758); DictSNOEffectGroup.Add("Cold_Aura", 18759); DictSNOEffectGroup.Add("CombatStaff_2H_009_Frenzy", 251723); DictSNOEffectGroup.Add("Community_Buff_chicken_explosion", 483902); DictSNOEffectGroup.Add("companionWarp", 18760); DictSNOEffectGroup.Add("console_powerGlobe_castBuff", 308854); DictSNOEffectGroup.Add("console_powerGlobe_endExplosion", 309765); DictSNOEffectGroup.Add("console_powerGlobe_explosion", 309125); DictSNOEffectGroup.Add("console_powerGlobe_ropeImpact", 309771); DictSNOEffectGroup.Add("console_powerGlobe_singleImpact", 309772); DictSNOEffectGroup.Add("console_powerGlobe_stateBuff", 309126); DictSNOEffectGroup.Add("console_powerGlobe_stateBuff_large", 309776); DictSNOEffectGroup.Add("console_powerGlobe_stateBuff_mid", 309782); DictSNOEffectGroup.Add("coreEliteDemon_podForm_inSwitch", 195094); DictSNOEffectGroup.Add("coreEliteDemon_podForm_outSwitch", 195099); DictSNOEffectGroup.Add("Corpulent_bellyAttack_bloodSpray", 18761); DictSNOEffectGroup.Add("Corpulent_punchAttack_bloodSpray", 18762); DictSNOEffectGroup.Add("cos_pennant_blizzcon2015", 442233); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfCain_01_barbarian_genderSwitch", 449425); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfCain_01_crusader_genderSwitch", 449430); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfCain_01_demonhunter_genderSwitch", 449435); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfCain_01_master", 449455); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfCain_01_monk_genderSwitch", 449440); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfCain_01_necromancer_genderSwitch", 460998); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfCain_01_witchdoctor_genderSwitch", 449445); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfCain_01_wizard_genderSwitch", 449450); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfTyrael_01_barbarian_genderSwitch", 449779); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfTyrael_01_crusader_genderSwitch", 449784); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfTyrael_01_demonhunter_genderSwitch", 449789); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfTyrael_01_master", 449809); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfTyrael_01_monk_genderSwitch", 449794); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfTyrael_01_necromancer_genderSwitch", 461005); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfTyrael_01_witchdoctor_genderSwitch", 449799); DictSNOEffectGroup.Add("cos_pennant_p4_BookOfTyrael_01_wizard_genderSwitch", 449804); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dog_barbarian_genderSwitch", 450702); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dog_crusader_genderSwitch", 450707); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dog_demonhunter_genderSwitch", 450712); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dog_master", 450883); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dog_monk_genderSwitch", 450717); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dog_necromancer_genderSwitch", 461010); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dog_witchdoctor_genderSwitch", 450722); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dog_wizard_genderSwitch", 450727); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dragon_barbarian_genderSwitch", 450522); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dragon_crusader_genderSwitch", 450527); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dragon_demonhunter_genderSwitch", 450532); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dragon_master", 450882); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dragon_monk_genderSwitch", 450537); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dragon_necromancer_genderSwitch", 461015); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dragon_witchdoctor_genderSwitch", 450542); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Dragon_wizard_genderSwitch", 450547); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Horse_barbarian_genderSwitch", 450582); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Horse_crusader_genderSwitch", 450587); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Horse_demonhunter_genderSwitch", 450592); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Horse_master", 450884); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Horse_monk_genderSwitch", 450597); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Horse_necromancer_genderSwitch", 461020); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Horse_witchdoctor_genderSwitch", 450602); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Horse_wizard_genderSwitch", 450607); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Monkey_barbarian_genderSwitch", 450642); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Monkey_crusader_genderSwitch", 450647); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Monkey_demonhunter_genderSwitch", 450652); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Monkey_master", 450885); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Monkey_monk_genderSwitch", 450657); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Monkey_necromancer_genderSwitch", 461025); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Monkey_witchdoctor_genderSwitch", 450662); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Monkey_wizard_genderSwitch", 450667); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Ox_barbarian_genderSwitch", 450792); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Ox_crusader_genderSwitch", 450797); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Ox_demonhunter_genderSwitch", 450802); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Ox_master", 450886); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Ox_monk_genderSwitch", 450807); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Ox_necromancer_genderSwitch", 461031); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Ox_witchdoctor_genderSwitch", 450812); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Ox_wizard_genderSwitch", 450817); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Pig_barbarian_genderSwitch", 450732); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Pig_crusader_genderSwitch", 450737); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Pig_demonhunter_genderSwitch", 450742); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Pig_master", 450887); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Pig_monk_genderSwitch", 450747); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Pig_necromancer_genderSwitch", 461036); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Pig_witchdoctor_genderSwitch", 450752); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Pig_wizard_genderSwitch", 450757); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rabbit_barbarian_genderSwitch", 450852); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rabbit_crusader_genderSwitch", 450857); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rabbit_demonhunter_genderSwitch", 450862); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rabbit_master", 450888); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rabbit_monk_genderSwitch", 450867); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rabbit_necromancer_genderSwitch", 461041); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rabbit_witchdoctor_genderSwitch", 450872); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rabbit_wizard_genderSwitch", 450877); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rat_barbarian_genderSwitch", 450762); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rat_crusader_genderSwitch", 450767); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rat_demonhunter_genderSwitch", 450772); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rat_master", 450889); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rat_monk_genderSwitch", 450777); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rat_necromancer_genderSwitch", 461046); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rat_witchdoctor_genderSwitch", 450782); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rat_wizard_genderSwitch", 450787); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rooster_barbarian_genderSwitch", 450672); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rooster_crusader_genderSwitch", 450677); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rooster_demonhunter_genderSwitch", 450682); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rooster_master", 450890); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rooster_monk_genderSwitch", 450687); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rooster_necromancer_genderSwitch", 461051); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rooster_witchdoctor_genderSwitch", 450692); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Rooster_wizard_genderSwitch", 450697); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Sheep_barbarian_genderSwitch", 450612); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Sheep_crusader_genderSwitch", 450617); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Sheep_demonhunter_genderSwitch", 450622); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Sheep_master", 450891); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Sheep_monk_genderSwitch", 450627); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Sheep_necromancer_genderSwitch", 461056); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Sheep_witchdoctor_genderSwitch", 450632); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Sheep_wizard_genderSwitch", 450637); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Snake_barbarian_genderSwitch", 450552); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Snake_crusader_genderSwitch", 450557); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Snake_demonhunter_genderSwitch", 450562); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Snake_master", 450892); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Snake_monk_genderSwitch", 450567); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Snake_necromancer_genderSwitch", 461061); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Snake_witchdoctor_genderSwitch", 450572); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Snake_wizard_genderSwitch", 450577); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Tiger_barbarian_genderSwitch", 450822); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Tiger_crusader_genderSwitch", 450827); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Tiger_demonhunter_genderSwitch", 450832); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Tiger_master", 450893); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Tiger_monk_genderSwitch", 450837); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Tiger_necromancer_genderSwitch", 461066); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Tiger_witchdoctor_genderSwitch", 450842); DictSNOEffectGroup.Add("cos_pennant_Zodiac_Tiger_wizard_genderSwitch", 450847); DictSNOEffectGroup.Add("cos_pet_yeti_earthpound", 450920); DictSNOEffectGroup.Add("cos_wings_Andariel_01_barb_genderSwitch", 442783); DictSNOEffectGroup.Add("cos_wings_Andariel_01_cdr_genderSwitch", 442786); DictSNOEffectGroup.Add("cos_wings_Andariel_01_DH_genderSwitch", 442789); DictSNOEffectGroup.Add("cos_wings_Andariel_01_master", 442801); DictSNOEffectGroup.Add("cos_wings_Andariel_01_monk_genderSwitch", 442792); DictSNOEffectGroup.Add("cos_wings_Andariel_01_necro_genderSwitch", 461242); DictSNOEffectGroup.Add("cos_wings_Andariel_01_WD_genderSwitch", 442795); DictSNOEffectGroup.Add("cos_wings_Andariel_01_wiz_genderSwitch", 442798); DictSNOEffectGroup.Add("cos_wings_angel_flame_cyan_barb_genderSwitch", 429442); DictSNOEffectGroup.Add("cos_wings_angel_flame_cyan_cdr_genderSwitch", 429454); DictSNOEffectGroup.Add("cos_wings_angel_flame_cyan_DH_genderSwitch", 429439); DictSNOEffectGroup.Add("cos_wings_angel_flame_cyan_master", 429438); DictSNOEffectGroup.Add("cos_wings_angel_flame_cyan_monk_genderSwitch", 429451); DictSNOEffectGroup.Add("cos_wings_angel_flame_cyan_necro_genderSwitch", 461251); DictSNOEffectGroup.Add("cos_wings_angel_flame_cyan_WD_genderSwitch", 429448); DictSNOEffectGroup.Add("cos_wings_angel_flame_cyan_wiz_genderSwitch", 429445); DictSNOEffectGroup.Add("cos_wings_angel_flame_orange_barb_genderSwitch", 429422); DictSNOEffectGroup.Add("cos_wings_angel_flame_orange_cdr_genderSwitch", 429434); DictSNOEffectGroup.Add("cos_wings_angel_flame_orange_DH_genderSwitch", 429419); DictSNOEffectGroup.Add("cos_wings_angel_flame_orange_master", 429418); DictSNOEffectGroup.Add("cos_wings_angel_flame_orange_monk_genderSwitch", 429431); DictSNOEffectGroup.Add("cos_wings_angel_flame_orange_necro_genderSwitch", 461254); DictSNOEffectGroup.Add("cos_wings_angel_flame_orange_WD_genderSwitch", 429428); DictSNOEffectGroup.Add("cos_wings_angel_flame_orange_wiz_genderSwitch", 429425); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_blue_barb_genderSwitch", 437596); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_blue_cdr_genderSwitch", 437608); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_blue_DH_genderSwitch", 437593); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_blue_master", 437592); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_blue_monk_genderSwitch", 437605); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_blue_necro_genderSwitch", 461257); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_blue_WD_genderSwitch", 437602); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_blue_wiz_genderSwitch", 437599); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_gold_barb_genderSwitch", 429383); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_gold_cdr_genderSwitch", 429395); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_gold_DH_genderSwitch", 429380); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_gold_master", 429379); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_gold_monk_genderSwitch", 429392); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_gold_necro_genderSwitch", 461260); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_gold_WD_genderSwitch", 429389); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_gold_wiz_genderSwitch", 429386); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_greyscale_barb_genderSwitch", 429402); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_greyscale_cdr_genderSwitch", 429414); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_greyscale_DH_genderSwitch", 429399); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_greyscale_master", 429398); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_greyscale_monk_genderSwitch", 429411); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_greyscale_necro_genderSwitch", 461263); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_greyscale_WD_genderSwitch", 429408); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_greyscale_wiz_genderSwitch", 429405); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_purple_barb_genderSwitch", 429363); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_purple_cdr_genderSwitch", 429376); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_purple_DH_genderSwitch", 429360); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_purple_master", 429417); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_purple_monk_genderSwitch", 429373); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_purple_necro_genderSwitch", 461266); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_purple_WD_genderSwitch", 429370); DictSNOEffectGroup.Add("cos_wings_angel_twoTone_purple_wiz_genderSwitch", 429367); DictSNOEffectGroup.Add("cos_wings_bat_02_barb_genderSwitch", 435214); DictSNOEffectGroup.Add("cos_wings_bat_02_cdr_genderSwitch", 435235); DictSNOEffectGroup.Add("cos_wings_bat_02_DH_genderSwitch", 435207); DictSNOEffectGroup.Add("cos_wings_bat_02_master", 435203); DictSNOEffectGroup.Add("cos_wings_bat_02_monk_genderSwitch", 435230); DictSNOEffectGroup.Add("cos_wings_bat_02_necro_genderSwitch", 461278); DictSNOEffectGroup.Add("cos_wings_bat_02_WD_genderSwitch", 435225); DictSNOEffectGroup.Add("cos_wings_bat_02_wiz_genderSwitch", 435220); DictSNOEffectGroup.Add("cos_wings_bat_03_barb_genderSwitch", 435248); DictSNOEffectGroup.Add("cos_wings_bat_03_cdr_genderSwitch", 435268); DictSNOEffectGroup.Add("cos_wings_bat_03_DH_genderSwitch", 435243); DictSNOEffectGroup.Add("cos_wings_bat_03_master", 435242); DictSNOEffectGroup.Add("cos_wings_bat_03_monk_genderSwitch", 435263); DictSNOEffectGroup.Add("cos_wings_bat_03_necro_genderSwitch", 461283); DictSNOEffectGroup.Add("cos_wings_bat_03_WD_genderSwitch", 435258); DictSNOEffectGroup.Add("cos_wings_bat_03_wiz_genderSwitch", 435253); DictSNOEffectGroup.Add("cos_wings_bat_04_barb_genderSwitch", 436088); DictSNOEffectGroup.Add("cos_wings_bat_04_cdr_genderSwitch", 436108); DictSNOEffectGroup.Add("cos_wings_bat_04_DH_genderSwitch", 436083); DictSNOEffectGroup.Add("cos_wings_bat_04_master", 436082); DictSNOEffectGroup.Add("cos_wings_bat_04_monk_genderSwitch", 436103); DictSNOEffectGroup.Add("cos_wings_bat_04_necro_genderSwitch", 461288); DictSNOEffectGroup.Add("cos_wings_bat_04_WD_genderSwitch", 436098); DictSNOEffectGroup.Add("cos_wings_bat_04_wiz_genderSwitch", 436093); DictSNOEffectGroup.Add("cos_wings_bat_05_barb_genderSwitch", 436207); DictSNOEffectGroup.Add("cos_wings_bat_05_cdr_genderSwitch", 436227); DictSNOEffectGroup.Add("cos_wings_bat_05_DH_genderSwitch", 436201); DictSNOEffectGroup.Add("cos_wings_bat_05_master", 436200); DictSNOEffectGroup.Add("cos_wings_bat_05_monk_genderSwitch", 436222); DictSNOEffectGroup.Add("cos_wings_bat_05_necro_genderSwitch", 461293); DictSNOEffectGroup.Add("cos_wings_bat_05_WD_genderSwitch", 436217); DictSNOEffectGroup.Add("cos_wings_bat_05_wiz_genderSwitch", 436212); DictSNOEffectGroup.Add("cos_wings_bat_06_barb_genderSwitch", 436240); DictSNOEffectGroup.Add("cos_wings_bat_06_cdr_genderSwitch", 436260); DictSNOEffectGroup.Add("cos_wings_bat_06_DH_genderSwitch", 436234); DictSNOEffectGroup.Add("cos_wings_bat_06_master", 436233); DictSNOEffectGroup.Add("cos_wings_bat_06_monk_genderSwitch", 436255); DictSNOEffectGroup.Add("cos_wings_bat_06_necro_genderSwitch", 461298); DictSNOEffectGroup.Add("cos_wings_bat_06_WD_genderSwitch", 436250); DictSNOEffectGroup.Add("cos_wings_bat_06_wiz_genderSwitch", 436245); DictSNOEffectGroup.Add("cos_wings_bat_07_barb_genderSwitch", 437354); DictSNOEffectGroup.Add("cos_wings_bat_07_cdr_genderSwitch", 437376); DictSNOEffectGroup.Add("cos_wings_bat_07_DH_genderSwitch", 437349); DictSNOEffectGroup.Add("cos_wings_bat_07_master", 437346); DictSNOEffectGroup.Add("cos_wings_bat_07_monk_genderSwitch", 437371); DictSNOEffectGroup.Add("cos_wings_bat_07_necro_genderSwitch", 461303); DictSNOEffectGroup.Add("cos_wings_bat_07_WD_genderSwitch", 437366); DictSNOEffectGroup.Add("cos_wings_bat_07_wiz_genderSwitch", 437360); DictSNOEffectGroup.Add("cos_wings_bat_08_barb_genderSwitch", 442358); DictSNOEffectGroup.Add("cos_wings_bat_08_cdr_genderSwitch", 442363); DictSNOEffectGroup.Add("cos_wings_bat_08_DH_genderSwitch", 442368); DictSNOEffectGroup.Add("cos_wings_bat_08_master", 442388); DictSNOEffectGroup.Add("cos_wings_bat_08_monk_genderSwitch", 442373); DictSNOEffectGroup.Add("cos_wings_bat_08_necro_genderSwitch", 461308); DictSNOEffectGroup.Add("cos_wings_bat_08_WD_genderSwitch", 442378); DictSNOEffectGroup.Add("cos_wings_bat_08_wiz_genderSwitch", 442383); DictSNOEffectGroup.Add("cos_wings_bat_barb_genderSwitch", 431051); DictSNOEffectGroup.Add("cos_wings_bat_cdr_genderSwitch", 431059); DictSNOEffectGroup.Add("cos_wings_bat_DH_genderSwitch", 431052); DictSNOEffectGroup.Add("cos_wings_bat_master", 431028); DictSNOEffectGroup.Add("cos_wings_bat_monk_genderSwitch", 431054); DictSNOEffectGroup.Add("cos_wings_bat_necro_genderSwitch", 461271); DictSNOEffectGroup.Add("cos_wings_bat_WD_genderSwitch", 431053); DictSNOEffectGroup.Add("cos_wings_bat_wiz_genderSwitch", 431050); DictSNOEffectGroup.Add("cos_wings_bfly_01_barb_genderSwitch", 446809); DictSNOEffectGroup.Add("cos_wings_bfly_01_cdr_genderSwitch", 446829); DictSNOEffectGroup.Add("cos_wings_bfly_01_DH_genderSwitch", 446804); DictSNOEffectGroup.Add("cos_wings_bfly_01_master", 446803); DictSNOEffectGroup.Add("cos_wings_bfly_01_monk_genderSwitch", 446824); DictSNOEffectGroup.Add("cos_wings_bfly_01_necro_genderSwitch", 461412); DictSNOEffectGroup.Add("cos_wings_bfly_01_WD_genderSwitch", 446819); DictSNOEffectGroup.Add("cos_wings_bfly_01_wiz_genderSwitch", 446814); DictSNOEffectGroup.Add("cos_wings_bfly_02_barb_genderSwitch", 446841); DictSNOEffectGroup.Add("cos_wings_bfly_02_cdr_genderSwitch", 446861); DictSNOEffectGroup.Add("cos_wings_bfly_02_DH_genderSwitch", 446836); DictSNOEffectGroup.Add("cos_wings_bfly_02_master", 446835); DictSNOEffectGroup.Add("cos_wings_bfly_02_monk_genderSwitch", 446856); DictSNOEffectGroup.Add("cos_wings_bfly_02_necro_genderSwitch", 461417); DictSNOEffectGroup.Add("cos_wings_bfly_02_WD_genderSwitch", 446851); DictSNOEffectGroup.Add("cos_wings_bfly_02_wiz_genderSwitch", 446846); DictSNOEffectGroup.Add("cos_wings_bfly_03_barb_genderSwitch", 446873); DictSNOEffectGroup.Add("cos_wings_bfly_03_cdr_genderSwitch", 446896); DictSNOEffectGroup.Add("cos_wings_bfly_03_DH_genderSwitch", 446868); DictSNOEffectGroup.Add("cos_wings_bfly_03_master", 446867); DictSNOEffectGroup.Add("cos_wings_bfly_03_monk_genderSwitch", 446890); DictSNOEffectGroup.Add("cos_wings_bfly_03_necro_genderSwitch", 461422); DictSNOEffectGroup.Add("cos_wings_bfly_03_WD_genderSwitch", 446885); DictSNOEffectGroup.Add("cos_wings_bfly_03_wiz_genderSwitch", 446879); DictSNOEffectGroup.Add("cos_wings_bfly_04_barb_genderSwitch", 446907); DictSNOEffectGroup.Add("cos_wings_bfly_04_cdr_genderSwitch", 446927); DictSNOEffectGroup.Add("cos_wings_bfly_04_DH_genderSwitch", 446902); DictSNOEffectGroup.Add("cos_wings_bfly_04_master", 446901); DictSNOEffectGroup.Add("cos_wings_bfly_04_monk_genderSwitch", 446922); DictSNOEffectGroup.Add("cos_wings_bfly_04_necro_genderSwitch", 461427); DictSNOEffectGroup.Add("cos_wings_bfly_04_WD_genderSwitch", 446917); DictSNOEffectGroup.Add("cos_wings_bfly_04_wiz_genderSwitch", 446912); DictSNOEffectGroup.Add("cos_wings_bfly_05_barb_genderSwitch", 446938); DictSNOEffectGroup.Add("cos_wings_bfly_05_cdr_genderSwitch", 446958); DictSNOEffectGroup.Add("cos_wings_bfly_05_DH_genderSwitch", 446933); DictSNOEffectGroup.Add("cos_wings_bfly_05_master", 446932); DictSNOEffectGroup.Add("cos_wings_bfly_05_monk_genderSwitch", 446953); DictSNOEffectGroup.Add("cos_wings_bfly_05_necro_genderSwitch", 461432); DictSNOEffectGroup.Add("cos_wings_bfly_05_WD_genderSwitch", 446948); DictSNOEffectGroup.Add("cos_wings_bfly_05_wiz_genderSwitch", 446943); DictSNOEffectGroup.Add("cos_wings_bfly_06_barb_genderSwitch", 449280); DictSNOEffectGroup.Add("cos_wings_bfly_06_cdr_genderSwitch", 449300); DictSNOEffectGroup.Add("cos_wings_bfly_06_DH_genderSwitch", 449275); DictSNOEffectGroup.Add("cos_wings_bfly_06_master", 449274); DictSNOEffectGroup.Add("cos_wings_bfly_06_monk_genderSwitch", 449295); DictSNOEffectGroup.Add("cos_wings_bfly_06_necro_genderSwitch", 461437); DictSNOEffectGroup.Add("cos_wings_bfly_06_WD_genderSwitch", 449290); DictSNOEffectGroup.Add("cos_wings_bfly_06_wiz_genderSwitch", 449285); DictSNOEffectGroup.Add("cos_wings_bfly_Galaxy_barb_genderSwitch", 447708); DictSNOEffectGroup.Add("cos_wings_bfly_Galaxy_cdr_genderSwitch", 447713); DictSNOEffectGroup.Add("cos_wings_bfly_Galaxy_DH_genderSwitch", 447718); DictSNOEffectGroup.Add("cos_wings_bfly_Galaxy_master", 447738); DictSNOEffectGroup.Add("cos_wings_bfly_Galaxy_monk_genderSwitch", 447723); DictSNOEffectGroup.Add("cos_wings_bfly_Galaxy_necro_genderSwitch", 461442); DictSNOEffectGroup.Add("cos_wings_bfly_Galaxy_WD_genderSwitch", 447728); DictSNOEffectGroup.Add("cos_wings_bfly_Galaxy_wiz_genderSwitch", 447733); DictSNOEffectGroup.Add("cos_wings_Bird_01_barb_genderSwitch", 446767); DictSNOEffectGroup.Add("cos_wings_Bird_01_cdr_genderSwitch", 446772); DictSNOEffectGroup.Add("cos_wings_Bird_01_DH_genderSwitch", 446777); DictSNOEffectGroup.Add("cos_wings_Bird_01_master", 446797); DictSNOEffectGroup.Add("cos_wings_Bird_01_monk_genderSwitch", 446782); DictSNOEffectGroup.Add("cos_wings_Bird_01_necro_genderSwitch", 461313); DictSNOEffectGroup.Add("cos_wings_Bird_01_WD_genderSwitch", 446787); DictSNOEffectGroup.Add("cos_wings_Bird_01_wiz_genderSwitch", 446792); DictSNOEffectGroup.Add("cos_wings_Bird_Galaxy_barb_genderSwitch", 447771); DictSNOEffectGroup.Add("cos_wings_Bird_Galaxy_cdr_genderSwitch", 447776); DictSNOEffectGroup.Add("cos_wings_Bird_Galaxy_DH_genderSwitch", 447781); DictSNOEffectGroup.Add("cos_wings_Bird_Galaxy_master", 447801); DictSNOEffectGroup.Add("cos_wings_Bird_Galaxy_monk_genderSwitch", 447786); DictSNOEffectGroup.Add("cos_wings_Bird_Galaxy_necro_genderSwitch", 461326); DictSNOEffectGroup.Add("cos_wings_Bird_Galaxy_WD_genderSwitch", 447791); DictSNOEffectGroup.Add("cos_wings_Bird_Galaxy_wiz_genderSwitch", 447796); DictSNOEffectGroup.Add("cos_wings_demonic_blackBlue_barb_genderSwitch", 429127); DictSNOEffectGroup.Add("cos_wings_demonic_blackBlue_cdr_genderSwitch", 429139); DictSNOEffectGroup.Add("cos_wings_demonic_blackBlue_DH_genderSwitch", 429124); DictSNOEffectGroup.Add("cos_wings_demonic_blackBlue_master", 429123); DictSNOEffectGroup.Add("cos_wings_demonic_blackBlue_monk_genderSwitch", 429136); DictSNOEffectGroup.Add("cos_wings_demonic_blackBlue_necro_genderSwitch", 461341); DictSNOEffectGroup.Add("cos_wings_demonic_blackBlue_WD_genderSwitch", 429133); DictSNOEffectGroup.Add("cos_wings_demonic_blackBlue_wiz_genderSwitch", 429130); DictSNOEffectGroup.Add("cos_wings_demonic_blackCyan_barb_genderSwitch", 429341); DictSNOEffectGroup.Add("cos_wings_demonic_blackCyan_cdr_genderSwitch", 429344); DictSNOEffectGroup.Add("cos_wings_demonic_blackCyan_DH_genderSwitch", 429347); DictSNOEffectGroup.Add("cos_wings_demonic_blackCyan_master", 429340); DictSNOEffectGroup.Add("cos_wings_demonic_blackCyan_monk_genderSwitch", 429350); DictSNOEffectGroup.Add("cos_wings_demonic_blackCyan_necro_genderSwitch", 461344); DictSNOEffectGroup.Add("cos_wings_demonic_blackCyan_WD_genderSwitch", 429353); DictSNOEffectGroup.Add("cos_wings_demonic_blackCyan_wiz_genderSwitch", 429356); DictSNOEffectGroup.Add("cos_wings_demonic_blackRed_barb_genderSwitch", 429303); DictSNOEffectGroup.Add("cos_wings_demonic_blackRed_cdr_genderSwitch", 429306); DictSNOEffectGroup.Add("cos_wings_demonic_blackRed_DH_genderSwitch", 429309); DictSNOEffectGroup.Add("cos_wings_demonic_blackRed_master", 429302); DictSNOEffectGroup.Add("cos_wings_demonic_blackRed_monk_genderSwitch", 429312); DictSNOEffectGroup.Add("cos_wings_demonic_blackRed_necro_genderSwitch", 461347); DictSNOEffectGroup.Add("cos_wings_demonic_blackRed_WD_genderSwitch", 429315); DictSNOEffectGroup.Add("cos_wings_demonic_blackRed_wiz_genderSwitch", 429318); DictSNOEffectGroup.Add("cos_wings_demonic_blackYellow_barb_genderSwitch", 429322); DictSNOEffectGroup.Add("cos_wings_demonic_blackYellow_cdr_genderSwitch", 429325); DictSNOEffectGroup.Add("cos_wings_demonic_blackYellow_DH_genderSwitch", 429328); DictSNOEffectGroup.Add("cos_wings_demonic_blackYellow_master", 429321); DictSNOEffectGroup.Add("cos_wings_demonic_blackYellow_monk_genderSwitch", 429331); DictSNOEffectGroup.Add("cos_wings_demonic_blackYellow_necro_genderSwitch", 461350); DictSNOEffectGroup.Add("cos_wings_demonic_blackYellow_WD_genderSwitch", 429334); DictSNOEffectGroup.Add("cos_wings_demonic_blackYellow_wiz_genderSwitch", 429337); DictSNOEffectGroup.Add("cos_wings_Necromancer_01_barb_genderSwitch", 465401); DictSNOEffectGroup.Add("cos_wings_Necromancer_01_cdr_genderSwitch", 465421); DictSNOEffectGroup.Add("cos_wings_Necromancer_01_DH_genderSwitch", 465395); DictSNOEffectGroup.Add("cos_wings_Necromancer_01_master", 465393); DictSNOEffectGroup.Add("cos_wings_Necromancer_01_monk_genderSwitch", 465416); DictSNOEffectGroup.Add("cos_wings_Necromancer_01_necro_genderSwitch", 465426); DictSNOEffectGroup.Add("cos_wings_Necromancer_01_WD_genderSwitch", 465411); DictSNOEffectGroup.Add("cos_wings_Necromancer_01_wiz_genderSwitch", 465406); DictSNOEffectGroup.Add("cos_wings_Necromancer_02_barb_genderSwitch", 473063); DictSNOEffectGroup.Add("cos_wings_Necromancer_02_cdr_genderSwitch", 473083); DictSNOEffectGroup.Add("cos_wings_Necromancer_02_DH_genderSwitch", 473058); DictSNOEffectGroup.Add("cos_wings_Necromancer_02_master", 473057); DictSNOEffectGroup.Add("cos_wings_Necromancer_02_monk_genderSwitch", 473078); DictSNOEffectGroup.Add("cos_wings_Necromancer_02_necro_genderSwitch", 473088); DictSNOEffectGroup.Add("cos_wings_Necromancer_02_WD_genderSwitch", 473073); DictSNOEffectGroup.Add("cos_wings_Necromancer_02_wiz_genderSwitch", 473068); DictSNOEffectGroup.Add("cos_wings_promo_01_barb_genderSwitch", 445993); DictSNOEffectGroup.Add("cos_wings_promo_01_cdr_genderSwitch", 446005); DictSNOEffectGroup.Add("cos_wings_promo_01_DH_genderSwitch", 445990); DictSNOEffectGroup.Add("cos_wings_promo_01_master", 445989); DictSNOEffectGroup.Add("cos_wings_promo_01_monk_genderSwitch", 446002); DictSNOEffectGroup.Add("cos_wings_promo_01_necro_genderSwitch", 461353); DictSNOEffectGroup.Add("cos_wings_promo_01_WD_genderSwitch", 445999); DictSNOEffectGroup.Add("cos_wings_promo_01_wiz_genderSwitch", 445996); DictSNOEffectGroup.Add("cos_wings_Seraph_01_barb_genderSwitch", 444438); DictSNOEffectGroup.Add("cos_wings_Seraph_01_cdr_genderSwitch", 444443); DictSNOEffectGroup.Add("cos_wings_Seraph_01_DH_genderSwitch", 444448); DictSNOEffectGroup.Add("cos_wings_Seraph_01_master", 444468); DictSNOEffectGroup.Add("cos_wings_Seraph_01_monk_genderSwitch", 444453); DictSNOEffectGroup.Add("cos_wings_Seraph_01_necro_genderSwitch", 461327); DictSNOEffectGroup.Add("cos_wings_Seraph_01_WD_genderSwitch", 444458); DictSNOEffectGroup.Add("cos_wings_Seraph_01_wiz_genderSwitch", 444463); DictSNOEffectGroup.Add("cos_wings_Seraph_Galaxy_barb_genderSwitch", 447740); DictSNOEffectGroup.Add("cos_wings_Seraph_Galaxy_cdr_genderSwitch", 447745); DictSNOEffectGroup.Add("cos_wings_Seraph_Galaxy_DH_genderSwitch", 447750); DictSNOEffectGroup.Add("cos_wings_Seraph_Galaxy_master", 447770); DictSNOEffectGroup.Add("cos_wings_Seraph_Galaxy_monk_genderSwitch", 447755); DictSNOEffectGroup.Add("cos_wings_Seraph_Galaxy_necro_genderSwitch", 461336); DictSNOEffectGroup.Add("cos_wings_Seraph_Galaxy_WD_genderSwitch", 447760); DictSNOEffectGroup.Add("cos_wings_Seraph_Galaxy_wiz_genderSwitch", 447765); DictSNOEffectGroup.Add("cos_wings_setDngn_01_barb_genderSwitch", 449614); DictSNOEffectGroup.Add("cos_wings_setDngn_01_cdr_genderSwitch", 449634); DictSNOEffectGroup.Add("cos_wings_setDngn_01_DH_genderSwitch", 449609); DictSNOEffectGroup.Add("cos_wings_setDngn_01_master", 449608); DictSNOEffectGroup.Add("cos_wings_setDngn_01_monk_genderSwitch", 449629); DictSNOEffectGroup.Add("cos_wings_setDngn_01_necro_genderSwitch", 461377); DictSNOEffectGroup.Add("cos_wings_setDngn_01_WD_genderSwitch", 449624); DictSNOEffectGroup.Add("cos_wings_setDngn_01_wiz_genderSwitch", 449619); DictSNOEffectGroup.Add("cos_wings_setDngn_02_barb_genderSwitch", 449687); DictSNOEffectGroup.Add("cos_wings_setDngn_02_cdr_genderSwitch", 449699); DictSNOEffectGroup.Add("cos_wings_setDngn_02_DH_genderSwitch", 449684); DictSNOEffectGroup.Add("cos_wings_setDngn_02_master", 449683); DictSNOEffectGroup.Add("cos_wings_setDngn_02_monk_genderSwitch", 449696); DictSNOEffectGroup.Add("cos_wings_setDngn_02_necro_genderSwitch", 461382); DictSNOEffectGroup.Add("cos_wings_setDngn_02_WD_genderSwitch", 449693); DictSNOEffectGroup.Add("cos_wings_setDngn_02_wiz_genderSwitch", 449690); DictSNOEffectGroup.Add("cos_wings_Shiva_01_barb_genderSwitch", 443361); DictSNOEffectGroup.Add("cos_wings_Shiva_01_cdr_genderSwitch", 443362); DictSNOEffectGroup.Add("cos_wings_Shiva_01_DH_genderSwitch", 443363); DictSNOEffectGroup.Add("cos_wings_Shiva_01_master", 443364); DictSNOEffectGroup.Add("cos_wings_Shiva_01_monk_genderSwitch", 443365); DictSNOEffectGroup.Add("cos_wings_Shiva_01_necro_genderSwitch", 461389); DictSNOEffectGroup.Add("cos_wings_Shiva_01_WD_genderSwitch", 443366); DictSNOEffectGroup.Add("cos_wings_Shiva_01_wiz_genderSwitch", 443367); DictSNOEffectGroup.Add("Cow_goreExplosion", 185161); DictSNOEffectGroup.Add("creepMob_Arm_burrow", 71469); DictSNOEffectGroup.Add("creepMob_arm_damage_AOE", 72143); DictSNOEffectGroup.Add("criticalHit_med_g", 1137); DictSNOEffectGroup.Add("crowd_angelDemonImpact", 205904); DictSNOEffectGroup.Add("crowd_commonAngel_verminAttack", 206320); DictSNOEffectGroup.Add("crowd_demonFlyer_manDrop_burning", 199540); DictSNOEffectGroup.Add("crowd_explosion", 194483); DictSNOEffectGroup.Add("Dagger_norm_arcane", 18765); DictSNOEffectGroup.Add("Dagger_norm_attack", 18766); DictSNOEffectGroup.Add("Dagger_norm_cast", 18767); DictSNOEffectGroup.Add("Dagger_norm_cold", 18768); DictSNOEffectGroup.Add("Dagger_norm_fire", 18769); DictSNOEffectGroup.Add("Dagger_norm_goldFind", 18770); DictSNOEffectGroup.Add("Dagger_norm_holy", 95710); DictSNOEffectGroup.Add("Dagger_norm_holy_t3", 95711); DictSNOEffectGroup.Add("Dagger_norm_holy_t4", 95717); DictSNOEffectGroup.Add("Dagger_norm_holy_t5", 95718); DictSNOEffectGroup.Add("Dagger_norm_holy_t6", 95719); DictSNOEffectGroup.Add("Dagger_norm_holy_t7", 95720); DictSNOEffectGroup.Add("Dagger_norm_lifeSteal", 18771); DictSNOEffectGroup.Add("Dagger_norm_lifeSteal_t1", 18772); DictSNOEffectGroup.Add("Dagger_norm_lifeSteal_t2", 18773); DictSNOEffectGroup.Add("Dagger_norm_lifeSteal_t3", 18774); DictSNOEffectGroup.Add("Dagger_norm_lifeSteal_t4", 18775); DictSNOEffectGroup.Add("Dagger_norm_lifeSteal_t5", 194097); DictSNOEffectGroup.Add("Dagger_norm_lifeSteal_t6", 194098); DictSNOEffectGroup.Add("Dagger_norm_lifeSteal_t7", 186956); DictSNOEffectGroup.Add("Dagger_norm_lightning", 18776); DictSNOEffectGroup.Add("Dagger_norm_magicFind", 18777); DictSNOEffectGroup.Add("Dagger_norm_manaSteal", 18778); DictSNOEffectGroup.Add("Dagger_norm_poison", 18779); DictSNOEffectGroup.Add("Dagger_norm_spell", 18780); DictSNOEffectGroup.Add("Dagger_norm_spell_t3", 18781); DictSNOEffectGroup.Add("Dagger_norm_spell_t4", 18782); DictSNOEffectGroup.Add("Dagger_norm_spell_t5", 1138); DictSNOEffectGroup.Add("Dagger_norm_spell_t6", 18783); DictSNOEffectGroup.Add("Dagger_norm_spell_t7", 18784); DictSNOEffectGroup.Add("Dagger_norm_unique_02", 192580); DictSNOEffectGroup.Add("darkCultist_summon", 18785); DictSNOEffectGroup.Add("darkritual_activation", 195270); DictSNOEffectGroup.Add("darkRitual_monsterSummonFX", 202468); DictSNOEffectGroup.Add("darkRitual_monsterUse", 195333); DictSNOEffectGroup.Add("darkRitual_summon", 195336); DictSNOEffectGroup.Add("demonFlyer_bomb_impact", 181997); DictSNOEffectGroup.Add("demonFlyer_bomb_projectile", 182159); DictSNOEffectGroup.Add("demonFlyer_fireball_impact", 160400); DictSNOEffectGroup.Add("demonFlyer_fireball_projectile", 160155); DictSNOEffectGroup.Add("demonHunter_backflip", 111271); DictSNOEffectGroup.Add("demonHunter_backflip_crimson_damage", 148893); DictSNOEffectGroup.Add("demonHunter_backflip_indigo_distance", 148895); DictSNOEffectGroup.Add("demonHunter_backflip_knockback", 148898); DictSNOEffectGroup.Add("demonHunter_backflip_projectile", 148896); DictSNOEffectGroup.Add("demonHunter_backflip_reduceCost", 148897); DictSNOEffectGroup.Add("demonHunter_backflip_switch", 148892); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_delay_Explosion", 154070); DictSNOEffectGroup.Add("demonHunter_bolaShotRune_delay_projectile", 153816); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_delay_Wrapping", 153869); DictSNOEffectGroup.Add("demonHunter_bolaShotRune_explode_projectile", 153812); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_explode_Wrapping", 153870); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_Explosion", 153727); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_hatred_Explosion", 154072); DictSNOEffectGroup.Add("demonHunter_bolaShotRune_hatred_projectile", 153815); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_hatred_Wrapping", 153871); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_multi_Explosion", 154073); DictSNOEffectGroup.Add("demonHunter_bolaShotRune_multi_projectile", 153813); DictSNOEffectGroup.Add("demonHunter_bolaShotRune_multi_projectileCast", 176853); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_multi_Wrapping", 153872); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_stun_Explosion", 154074); DictSNOEffectGroup.Add("demonHunter_bolaShotRune_stun_projectile", 153814); DictSNOEffectGroup.Add("DemonHunter_BolaShotRune_stun_Wrapping", 153873); DictSNOEffectGroup.Add("demonHunter_bolaShot_cast", 86374); DictSNOEffectGroup.Add("demonHunter_bolaShot_cast_masterFX", 176854); DictSNOEffectGroup.Add("DemonHunter_BolaShot_Explosion", 77573); DictSNOEffectGroup.Add("demonHunter_bolaShot_projectile", 86388); DictSNOEffectGroup.Add("DemonHunter_BolaShot_Wrapping", 77577); DictSNOEffectGroup.Add("DemonHunter_clusterArrow_cast", 167307); DictSNOEffectGroup.Add("DemonHunter_clusterArrow_cast_switch", 167306); DictSNOEffectGroup.Add("DemonHunter_ElementalArrow_Alabaster_projectile", 154675); DictSNOEffectGroup.Add("DemonHunter_ElementalArrow_FireImpact", 155917); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuff", 76227); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuffChain", 112323); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuffChain_alabaster_lifesteal", 149972); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuffChain_crimson_duration", 149969); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuffChain_golden_reduceCost", 149970); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuffChain_obsidian_electric", 149971); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuff_alabaster_lifesteal", 149966); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuff_crimson_duration", 149963); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuff_golden_reduceCost", 149965); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuff_obsidian_electric", 149964); DictSNOEffectGroup.Add("demonHunter_entangleShot_debuff_switch", 149958); DictSNOEffectGroup.Add("DemonHunter_entangleShot_hit", 76223); DictSNOEffectGroup.Add("DemonHunter_entangleShot_hit_Alabaster", 152563); DictSNOEffectGroup.Add("DemonHunter_entangleShot_hit_Crimson", 152773); DictSNOEffectGroup.Add("DemonHunter_entangleShot_hit_Golden", 153086); DictSNOEffectGroup.Add("DemonHunter_FanOfKnives", 149690); DictSNOEffectGroup.Add("DemonHunter_FanOfKnives_Cast", 77547); DictSNOEffectGroup.Add("DemonHunter_FanOfKnives_Empty", 149694); DictSNOEffectGroup.Add("DemonHunter_FanOfKnives_Indigo_Projectile", 149475); DictSNOEffectGroup.Add("DemonHunter_Grenade_Explosion_Alabaster", 152087); DictSNOEffectGroup.Add("DemonHunter_Grenade_Explosion_Crimson", 150802); DictSNOEffectGroup.Add("DemonHunter_Grenade_Explosion_Crimson_AOE", 154078); DictSNOEffectGroup.Add("DemonHunter_Grenade_Explosion_Golden", 153992); DictSNOEffectGroup.Add("DemonHunter_Grenade_Explosion_Indigo", 153984); DictSNOEffectGroup.Add("DemonHunter_Grenade_Explosion_noRune", 153982); DictSNOEffectGroup.Add("DemonHunter_Grenade_Explosion_Obsidian", 150701); DictSNOEffectGroup.Add("DemonHunter_LegBow_Explosion", 451550); DictSNOEffectGroup.Add("DemonHunter_Multishot_Cast", 77647); DictSNOEffectGroup.Add("DemonHunter_RainOfArrows", 131702); DictSNOEffectGroup.Add("DemonHunter_RainOfArrows_alabaster_discipline", 151843); DictSNOEffectGroup.Add("DemonHunter_RainOfArrows_golden_cooldown", 151833); DictSNOEffectGroup.Add("DemonHunter_RainOfArrows_grenade_cast", 165048); DictSNOEffectGroup.Add("DemonHunter_RainOfArrows_indigo_buff", 153030); DictSNOEffectGroup.Add("demonHunter_rainOfArrows_shadowbeast_unburrow", 165237); DictSNOEffectGroup.Add("DemonHunter_rainOfArrows_slideExplode", 200819); DictSNOEffectGroup.Add("DemonHunter_SmokeScreen_switch", 151127); DictSNOEffectGroup.Add("DemonHunter_spikeTrapRune_curse", 202060); DictSNOEffectGroup.Add("DemonHunter_spikeTrapRune_multiTarget_trap", 158949); DictSNOEffectGroup.Add("DemonHunter_spikeTrapRune_rearm_trap", 158878); DictSNOEffectGroup.Add("DemonHunter_spikeTrapSticky_LegBowChain", 442254); DictSNOEffectGroup.Add("DemonHunter_spikeTrap_IceRune", 441837); DictSNOEffectGroup.Add("DemonHunter_spikeTrap_LongFuse02", 441974); DictSNOEffectGroup.Add("DemonHunter_spikeTrap_ProxyActor", 75307); DictSNOEffectGroup.Add("DemonHunter_spikeTrap_ProxyActor_LightningRune", 442011); DictSNOEffectGroup.Add("DemonHunter_SpikeTrap_pvp_switch", 256615); DictSNOEffectGroup.Add("DemonHunter_spikeTrap_trap", 78469); DictSNOEffectGroup.Add("demonHunter_spikeTrap_triggered", 111573); DictSNOEffectGroup.Add("demonHunter_spikeTrap_triggered_physical", 451510); DictSNOEffectGroup.Add("demonicRitualist_female_preDeath", 18791); DictSNOEffectGroup.Add("Demonic_GoundBomb_Event_Impact", 185502); DictSNOEffectGroup.Add("Demonic_Meteor_Pending", 185370); DictSNOEffectGroup.Add("DestructionStreak_runSpeed_buff", 391580); DictSNOEffectGroup.Add("DH_BallistaRune_impact_pierce_small", 214042); DictSNOEffectGroup.Add("DH_Ballista_buff_addsDOTDamage", 179323); DictSNOEffectGroup.Add("DH_boneArrow_addsExplosion_explosion", 154764); DictSNOEffectGroup.Add("DH_boneArrow_cast", 133442); DictSNOEffectGroup.Add("DH_boneArrow_cast_switch", 215732); DictSNOEffectGroup.Add("DH_boneArrow_hitFX", 215788); DictSNOEffectGroup.Add("DH_boneArrow_hitFX_switch", 215787); DictSNOEffectGroup.Add("DH_boneArrow_projectile", 131616); DictSNOEffectGroup.Add("DH_boneArrow_projectileFX", 215777); DictSNOEffectGroup.Add("DH_boneArrow_projectile_addsDamage", 154616); DictSNOEffectGroup.Add("DH_boneArrow_projectile_addsFireDamage", 154618); DictSNOEffectGroup.Add("DH_boneArrow_projectile_cold", 396319); DictSNOEffectGroup.Add("DH_boneArrow_projectile_increaseSpeed", 154619); DictSNOEffectGroup.Add("DH_boneArrow_projectile_miniSplit", 154621); DictSNOEffectGroup.Add("DH_boneArrow_projectile_splits", 154620); DictSNOEffectGroup.Add("DH_caltrops_inactive_proxyActor", 196032); DictSNOEffectGroup.Add("DH_caltrops_runeA_damage", 154809); DictSNOEffectGroup.Add("DH_caltrops_runeA_damage_start", 177999); DictSNOEffectGroup.Add("DH_caltrops_runeB_slower", 155733); DictSNOEffectGroup.Add("DH_caltrops_runeB_slower_start", 178000); DictSNOEffectGroup.Add("DH_caltrops_runeC_weakenMonsters", 155160); DictSNOEffectGroup.Add("DH_caltrops_runeC_weakenMonsters_start", 178001); DictSNOEffectGroup.Add("DH_caltrops_runeD_reduceDiscipline", 155849); DictSNOEffectGroup.Add("DH_caltrops_runeD_reduceDiscipline_start", 178002); DictSNOEffectGroup.Add("DH_caltrops_runeE_empower", 155377); DictSNOEffectGroup.Add("DH_caltrops_runeE_empower_start", 178003); DictSNOEffectGroup.Add("DH_caltrops_unruned", 131623); DictSNOEffectGroup.Add("DH_caltrops_unruned_start", 178004); DictSNOEffectGroup.Add("DH_chakram_alabaster_shield", 182571); DictSNOEffectGroup.Add("DH_chakram_alabaster_shield_cast", 182572); DictSNOEffectGroup.Add("DH_chakram_alabaster_shield_end", 376348); DictSNOEffectGroup.Add("DH_chakram_explosion", 136010); DictSNOEffectGroup.Add("DH_chakram_projectile", 131471); DictSNOEffectGroup.Add("DH_chakram_projectile_golden_straight", 154767); DictSNOEffectGroup.Add("DH_chakram_projectile_indigo_boomerang", 154747); DictSNOEffectGroup.Add("DH_chakram_projectile_obsidian_slow", 154792); DictSNOEffectGroup.Add("DH_clusterArrow_explosion1", 131729); DictSNOEffectGroup.Add("DH_clusterArrow_explosion1_alabaster", 166622); DictSNOEffectGroup.Add("DH_clusterArrow_explosion1_crimson", 166558); DictSNOEffectGroup.Add("DH_clusterArrow_explosion1_golden", 166912); DictSNOEffectGroup.Add("DH_clusterArrow_explosion1_indigo", 166563); DictSNOEffectGroup.Add("DH_clusterArrow_explosion1_obsidian", 167301); DictSNOEffectGroup.Add("DH_clusterArrow_explosion2", 132042); DictSNOEffectGroup.Add("DH_clusterArrow_explosion2_alabaster", 166623); DictSNOEffectGroup.Add("DH_clusterArrow_explosion2_crimson", 166590); DictSNOEffectGroup.Add("DH_clusterArrow_explosion2_obsidian", 167359); DictSNOEffectGroup.Add("DH_clusterArrow_missiles", 166596); DictSNOEffectGroup.Add("DH_companionRune_bat_playerAura", 263629); DictSNOEffectGroup.Add("DH_companionRune_boar_cleave", 403455); DictSNOEffectGroup.Add("DH_companionRune_boar_playerAura", 262880); DictSNOEffectGroup.Add("DH_companionRune_ferrets_hit", 215272); DictSNOEffectGroup.Add("DH_companionRune_raven_hit", 168943); DictSNOEffectGroup.Add("DH_companionRune_skull_hit", 171034); DictSNOEffectGroup.Add("DH_companionRune_spider_hit", 173927); DictSNOEffectGroup.Add("DH_companionRune_sword_swipes", 170838); DictSNOEffectGroup.Add("DH_companionRune_wolf_hit", 169410); DictSNOEffectGroup.Add("DH_elementalArrow_cast", 135252); DictSNOEffectGroup.Add("DH_elementalArrow_contact", 135251); DictSNOEffectGroup.Add("DH_elementalArrow_contact_Alabaster", 154846); DictSNOEffectGroup.Add("DH_elementalArrow_contact_Crimson", 155087); DictSNOEffectGroup.Add("DH_elementalArrow_contact_Indigo", 154845); DictSNOEffectGroup.Add("DH_elementalArrow_contact_NoRune", 154844); DictSNOEffectGroup.Add("DH_elementalArrow_contact_Poison", 156007); DictSNOEffectGroup.Add("DH_elementalArrow_iceImpact", 131673); DictSNOEffectGroup.Add("DH_elementalArrow_iceProjectile", 131665); DictSNOEffectGroup.Add("DH_elementalArrow_iceShardImpact", 133672); DictSNOEffectGroup.Add("DH_elementalArrow_iceShardStream", 133674); DictSNOEffectGroup.Add("DH_elementalArrow_runeB_lightningArc", 153934); DictSNOEffectGroup.Add("DH_impale_CastingSwitch", 222161); DictSNOEffectGroup.Add("DH_impale_impact", 220786); DictSNOEffectGroup.Add("DH_impale_impact_blood", 221164); DictSNOEffectGroup.Add("DH_impale_impact_blood_damage", 222146); DictSNOEffectGroup.Add("DH_impale_impact_blood_DOT", 222133); DictSNOEffectGroup.Add("DH_impale_impact_blood_knockback", 222120); DictSNOEffectGroup.Add("DH_impale_impact_blood_pierce", 222107); DictSNOEffectGroup.Add("DH_markedforDeath_addDamage_debuff", 147973); DictSNOEffectGroup.Add("DH_markedforDeath_addDamage_parent", 147993); DictSNOEffectGroup.Add("DH_markedforDeath_cast_addDamage_parent", 195601); DictSNOEffectGroup.Add("DH_markedforDeath_cast_debuff", 195600); DictSNOEffectGroup.Add("DH_markedforDeath_cast_debuff_areaBased", 196080); DictSNOEffectGroup.Add("DH_markedforDeath_cast_debuff_contagious", 196079); DictSNOEffectGroup.Add("DH_markedforDeath_cast_debuff_grantHatred", 196081); DictSNOEffectGroup.Add("DH_markedforDeath_cast_debuff_healing", 196082); DictSNOEffectGroup.Add("DH_markedforDeath_cast_Female", 214016); DictSNOEffectGroup.Add("DH_markedforDeath_cast_Male", 213848); DictSNOEffectGroup.Add("DH_markedforDeath_cast_master", 195599); DictSNOEffectGroup.Add("DH_markedforDeath_damageArea", 148006); DictSNOEffectGroup.Add("DH_markedforDeath_debuff", 131391); DictSNOEffectGroup.Add("DH_markedforDeath_debuff_areaBased", 148164); DictSNOEffectGroup.Add("DH_markedforDeath_debuff_areaBased_end", 402668); DictSNOEffectGroup.Add("DH_markedforDeath_debuff_contagious", 148014); DictSNOEffectGroup.Add("DH_markedforDeath_debuff_contagious_end", 402669); DictSNOEffectGroup.Add("DH_markedforDeath_debuff_end", 402667); DictSNOEffectGroup.Add("DH_markedForDeath_debuff_end_switch", 403257); DictSNOEffectGroup.Add("DH_markedforDeath_debuff_grantHatred", 148175); DictSNOEffectGroup.Add("DH_markedforDeath_debuff_grantHatred_end", 402670); DictSNOEffectGroup.Add("DH_markedforDeath_debuff_healing", 148180); DictSNOEffectGroup.Add("DH_markedforDeath_debuff_healing_end", 402671); DictSNOEffectGroup.Add("DH_markedforDeath_master", 147992); DictSNOEffectGroup.Add("DH_multiShotRune_bounce_cast", 154208); DictSNOEffectGroup.Add("DH_multiShotRune_bounce_Explosion", 196636); DictSNOEffectGroup.Add("DH_multiShotRune_bounce_missiles", 154840); DictSNOEffectGroup.Add("DH_multiShotRune_cost_cast", 154211); DictSNOEffectGroup.Add("DH_multiShotRune_cost_cast_attached", 154168); DictSNOEffectGroup.Add("DH_multiShotRune_damage_cast", 154203); DictSNOEffectGroup.Add("DH_multiShotRune_damage_cast_attached", 154165); DictSNOEffectGroup.Add("DH_multiShotRune_discipline_cast", 154212); DictSNOEffectGroup.Add("DH_multiShotRune_discipline_cast_attached", 154169); DictSNOEffectGroup.Add("DH_multiShotRune_width_cast", 154206); DictSNOEffectGroup.Add("DH_multiShotRune_width_cast_attached", 154166); DictSNOEffectGroup.Add("DH_multiShotRune_width_explosion", 154409); DictSNOEffectGroup.Add("DH_multiShot_cast_attached", 153354); DictSNOEffectGroup.Add("DH_multiShot_cast_masterFX", 154214); DictSNOEffectGroup.Add("DH_Preparation", 132466); DictSNOEffectGroup.Add("DH_Preparation_alabaster_noCooldown", 148876); DictSNOEffectGroup.Add("DH_Preparation_alabaster_noCooldown_extra", 158497); DictSNOEffectGroup.Add("DH_Preparation_crimson_hatred", 148872); DictSNOEffectGroup.Add("DH_Preparation_golden_health", 148875); DictSNOEffectGroup.Add("DH_Preparation_indigo_willpower", 148873); DictSNOEffectGroup.Add("DH_Preparation_indigo_willpower_buff", 148877); DictSNOEffectGroup.Add("DH_Preparation_obsidian_regen", 148874); DictSNOEffectGroup.Add("DH_Preparation_obsidian_regenBuff", 158521); DictSNOEffectGroup.Add("DH_Preparation_switch", 148870); DictSNOEffectGroup.Add("DH_rainOfArrows_attractor", 153078); DictSNOEffectGroup.Add("DH_rainofArrows_cast", 150446); DictSNOEffectGroup.Add("DH_rainofArrows_cast_alabaster_discipline", 151919); DictSNOEffectGroup.Add("DH_rainofArrows_cast_attached", 150451); DictSNOEffectGroup.Add("DH_rainofArrows_cast_attached_alabaster_discipline", 151999); DictSNOEffectGroup.Add("DH_rainofArrows_cast_attached_crimson_shadowbeast", 152270); DictSNOEffectGroup.Add("DH_rainofArrows_cast_attached_golden_cooldown", 151930); DictSNOEffectGroup.Add("DH_rainofArrows_cast_attached_indigo_buff", 152737); DictSNOEffectGroup.Add("DH_rainofArrows_cast_attached_obsidian_grenades", 154094); DictSNOEffectGroup.Add("DH_rainofArrows_cast_crimson_shadowbeast", 151910); DictSNOEffectGroup.Add("DH_rainofArrows_cast_golden_cooldown", 151915); DictSNOEffectGroup.Add("DH_rainofArrows_cast_indigo_buff", 151911); DictSNOEffectGroup.Add("DH_rainofArrows_cast_obsidian_grenades", 151912); DictSNOEffectGroup.Add("DH_rainofArrows_cast_switch", 151907); DictSNOEffectGroup.Add("DH_rainOfArrows_demonflyer_explode", 200516); DictSNOEffectGroup.Add("DH_rainOfArrows_explosion_obsidian_grenade", 154020); DictSNOEffectGroup.Add("DH_rainOfArrows_grenade_cast_attractor", 165450); DictSNOEffectGroup.Add("DH_rainOfArrows_shadowbeast_explosion", 152590); DictSNOEffectGroup.Add("DH_rainOfArrows_shadowbeast_flare", 152294); DictSNOEffectGroup.Add("DH_rapidFire_impact_explosion", 149943); DictSNOEffectGroup.Add("DH_rapidFire_impact_explosion_addsDamage", 149941); DictSNOEffectGroup.Add("DH_rapidFire_impact_explosion_addsMissiles", 149940); DictSNOEffectGroup.Add("DH_rapidFire_impact_explosion_addsMissiles_missile", 158128); DictSNOEffectGroup.Add("DH_rapidFire_impact_explosion_addsPierce", 149938); DictSNOEffectGroup.Add("DH_rapidFire_impact_explosion_addsSlow", 149942); DictSNOEffectGroup.Add("DH_rapidFire_impact_explosion_grenades", 149939); DictSNOEffectGroup.Add("DH_rapidFire_missiles", 149945); DictSNOEffectGroup.Add("DH_rapidFire_muzzleFlash", 150042); DictSNOEffectGroup.Add("DH_rapidFire_muzzleFlash_addsDamage", 150047); DictSNOEffectGroup.Add("DH_rapidFire_muzzleFlash_addsMissiles", 150046); DictSNOEffectGroup.Add("DH_rapidFire_muzzleFlash_addsPierce", 150044); DictSNOEffectGroup.Add("DH_rapidFire_muzzleFlash_addsSlow", 150048); DictSNOEffectGroup.Add("DH_rapidFire_muzzleFlash_grenades", 150043); DictSNOEffectGroup.Add("DH_rapidFire_muzzleFlash_switch", 150049); DictSNOEffectGroup.Add("DH_safetyShotRune_AOE_impact", 150801); DictSNOEffectGroup.Add("DH_safetyShotRune_AOE_muzzleFlash", 150666); DictSNOEffectGroup.Add("DH_safetyShotRune_Bomb_impact", 150803); DictSNOEffectGroup.Add("DH_safetyShotRune_Bomb_muzzleFlash", 150668); DictSNOEffectGroup.Add("DH_safetyShotRune_Cost_impact", 150804); DictSNOEffectGroup.Add("DH_safetyShotRune_Cost_muzzleFlash", 150669); DictSNOEffectGroup.Add("DH_safetyShotRune_Distance_impact", 150805); DictSNOEffectGroup.Add("DH_safetyShotRune_Distance_muzzleFlash", 150670); DictSNOEffectGroup.Add("DH_safetyShotRune_Spread_impact", 150807); DictSNOEffectGroup.Add("DH_safetyShotRune_Spread_muzzleFlash", 150667); DictSNOEffectGroup.Add("DH_safetyShot_addsArmor_buff", 463056); DictSNOEffectGroup.Add("DH_safetyShot_ArmorBuff_impact", 261992); DictSNOEffectGroup.Add("DH_safetyShot_impact", 134836); DictSNOEffectGroup.Add("DH_safetyShot_impact_masterFX", 150799); DictSNOEffectGroup.Add("DH_safetyShot_mine_explode", 148790); DictSNOEffectGroup.Add("DH_safetyShot_muzzleFlash", 134689); DictSNOEffectGroup.Add("DH_safetyShot_muzzleFlash_masterFX", 150649); DictSNOEffectGroup.Add("DH_sentry_heal", 165770); DictSNOEffectGroup.Add("DH_sentry_shield", 153068); DictSNOEffectGroup.Add("DH_sentry_tether", 151186); DictSNOEffectGroup.Add("DH_sentry_turretAttack_flamethrower", 148639); DictSNOEffectGroup.Add("DH_sentry_turretAttack_missiles", 150040); DictSNOEffectGroup.Add("DH_shadowPower", 133729); DictSNOEffectGroup.Add("DH_shadowPowerRune_addDodgeChance", 152943); DictSNOEffectGroup.Add("DH_shadowPowerRune_addDodgeChance_cast", 171166); DictSNOEffectGroup.Add("DH_shadowPowerRune_addDodgeChance_female", 193507); DictSNOEffectGroup.Add("DH_shadowPowerRune_addHatred", 152941); DictSNOEffectGroup.Add("DH_shadowPowerRune_addHatred_cast", 171167); DictSNOEffectGroup.Add("DH_shadowPowerRune_addHatred_female", 193508); DictSNOEffectGroup.Add("DH_shadowPowerRune_addRunSpeed", 152942); DictSNOEffectGroup.Add("DH_shadowPowerRune_addRunSpeed_cast", 171168); DictSNOEffectGroup.Add("DH_shadowPowerRune_addRunSpeed_female", 193509); DictSNOEffectGroup.Add("DH_shadowPowerRune_lifeSteal", 152946); DictSNOEffectGroup.Add("DH_shadowPowerRune_lifeSteal_cast", 171169); DictSNOEffectGroup.Add("DH_shadowPowerRune_lifeSteal_female", 193510); DictSNOEffectGroup.Add("DH_shadowPowerRune_reduceCost", 152944); DictSNOEffectGroup.Add("DH_shadowPowerRune_reduceCost_cast", 171170); DictSNOEffectGroup.Add("DH_shadowPowerRune_reduceCost_female", 193511); DictSNOEffectGroup.Add("DH_shadowPower_cast", 171165); DictSNOEffectGroup.Add("DH_shadowPower_cast_masterFX", 171164); DictSNOEffectGroup.Add("DH_shadowPower_female", 193505); DictSNOEffectGroup.Add("DH_shadowPower_switch", 151359); DictSNOEffectGroup.Add("DH_shadowPower_switch_female", 193512); DictSNOEffectGroup.Add("DH_shockSpike_turret", 132735); DictSNOEffectGroup.Add("DH_smokeScreen", 131425); DictSNOEffectGroup.Add("DH_smokeScreen_alabaster_speedbuff", 150445); DictSNOEffectGroup.Add("DH_smokescreen_buffSmoke", 219653); DictSNOEffectGroup.Add("DH_smokeScreen_crimson_cloud", 150441); DictSNOEffectGroup.Add("DH_smokeScreen_crimson_groundCloud", 151511); DictSNOEffectGroup.Add("DH_smokeScreen_golden_reduceCost", 150444); DictSNOEffectGroup.Add("DH_smokeScreen_indigo_duration", 150442); DictSNOEffectGroup.Add("DH_smokescreen_obsidian_cloud", 150843); DictSNOEffectGroup.Add("DH_smokeScreen_obsidian_hatred", 150443); DictSNOEffectGroup.Add("DH_smokeScreen_reappear", 133698); DictSNOEffectGroup.Add("DH_smokeScreen_reappear_alabaster_speedbuff", 150790); DictSNOEffectGroup.Add("DH_smokeScreen_reappear_crimson_cloud", 150786); DictSNOEffectGroup.Add("DH_smokeScreen_reappear_golden_reduceCost", 150789); DictSNOEffectGroup.Add("DH_smokeScreen_reappear_indigo_duration", 150787); DictSNOEffectGroup.Add("DH_smokeScreen_reappear_obsidian_hatred", 150788); DictSNOEffectGroup.Add("DH_smokeScreen_speedTrails", 151130); DictSNOEffectGroup.Add("DH_strafeRune_knives_critExplosion", 156148); DictSNOEffectGroup.Add("DH_strafeRune_knives_projectile", 156104); DictSNOEffectGroup.Add("DH_strafe_cast", 221960); DictSNOEffectGroup.Add("DH_strafe_female_buff", 149343); DictSNOEffectGroup.Add("DH_strafe_female_buff_grenades", 219515); DictSNOEffectGroup.Add("DH_strafe_female_buff_knives", 219586); DictSNOEffectGroup.Add("DH_strafe_female_buff_masterFX", 156235); DictSNOEffectGroup.Add("DH_strafe_female_buff_movementspeed", 219505); DictSNOEffectGroup.Add("DH_strafe_female_buff_rockets", 219562); DictSNOEffectGroup.Add("DH_strafe_female_FXswitch", 219569); DictSNOEffectGroup.Add("DH_strafe_hitFX", 138968); DictSNOEffectGroup.Add("DH_strafe_male_buff2", 219592); DictSNOEffectGroup.Add("DH_strafe_male_buff_grenades", 219594); DictSNOEffectGroup.Add("DH_strafe_male_buff_knives", 219595); DictSNOEffectGroup.Add("DH_strafe_male_buff_movementspeed", 219596); DictSNOEffectGroup.Add("DH_strafe_male_buff_rockets", 219597); DictSNOEffectGroup.Add("DH_strafe_male_FXswitch", 219590); DictSNOEffectGroup.Add("DH_vaultRune_damage_buff", 151278); DictSNOEffectGroup.Add("DH_vaultRune_damage_ground", 151809); DictSNOEffectGroup.Add("DH_vaultRune_distance_buff", 151279); DictSNOEffectGroup.Add("DH_vaultRune_knockback_buff", 151283); DictSNOEffectGroup.Add("DH_vaultRune_projectile_buff", 151280); DictSNOEffectGroup.Add("DH_vaultRune_reduceCost_buff", 151281); DictSNOEffectGroup.Add("DH_vault_buff", 151217); DictSNOEffectGroup.Add("DH_vault_buff_masterFX", 151269); DictSNOEffectGroup.Add("DH_Vault_explosion_alabaster_stun", 148891); DictSNOEffectGroup.Add("DiabloDeath_InitialExplosion", 214740); DictSNOEffectGroup.Add("DiabloDeath_InitialExplosion2", 216835); DictSNOEffectGroup.Add("DiabloDeath_SmallChunk", 214033); DictSNOEffectGroup.Add("DiabloDeath_SmallChunk_persitant", 214647); DictSNOEffectGroup.Add("Diablo_ArenaCracks_Explosion", 212668); DictSNOEffectGroup.Add("Diablo_ArenaCracks_Explosion_small", 213739); DictSNOEffectGroup.Add("Diablo_ArenaCracks_MainExplosion", 214230); DictSNOEffectGroup.Add("Diablo_awaken_FX", 200835); DictSNOEffectGroup.Add("Diablo_Beatdown_GetHit", 215593); DictSNOEffectGroup.Add("Diablo_Beatdown_GetHit_1", 215688); DictSNOEffectGroup.Add("Diablo_Beatdown_GetHit_2", 215689); DictSNOEffectGroup.Add("Diablo_Beatdown_GetHit_3", 215690); DictSNOEffectGroup.Add("Diablo_Beatdown_GetHit_4", 215691); DictSNOEffectGroup.Add("Diablo_channel_Corruption", 196278); DictSNOEffectGroup.Add("Diablo_curseOfAnguish", 137182); DictSNOEffectGroup.Add("Diablo_curseOfDestruction", 137162); DictSNOEffectGroup.Add("diablo_curseOfDestruction_explode", 229174); DictSNOEffectGroup.Add("diablo_curseOfDestruction_finalExplode", 229205); DictSNOEffectGroup.Add("Diablo_curseOfHate", 137174); DictSNOEffectGroup.Add("Diablo_curseOfPain", 137178); DictSNOEffectGroup.Add("Diablo_death_Phase1", 210077); DictSNOEffectGroup.Add("Diablo_death_Phase2", 210080); DictSNOEffectGroup.Add("Diablo_death_PhaseAll", 210079); DictSNOEffectGroup.Add("Diablo_ExpandingFireRing", 186006); DictSNOEffectGroup.Add("Diablo_fireArea", 226352); DictSNOEffectGroup.Add("Diablo_fireArea_stage3", 226527); DictSNOEffectGroup.Add("diablo_fireColumn_castFX", 184543); DictSNOEffectGroup.Add("diablo_fireColumn_contactFX", 184544); DictSNOEffectGroup.Add("Diablo_FireRain", 214808); DictSNOEffectGroup.Add("Diablo_grab", 189875); DictSNOEffectGroup.Add("diablo_hellspike_cast", 189650); DictSNOEffectGroup.Add("Diablo_hellSpike_warningCircle", 144314); DictSNOEffectGroup.Add("Diablo_lightningBreath_cast", 185986); DictSNOEffectGroup.Add("Diablo_lightningBreath_projectile", 136534); DictSNOEffectGroup.Add("diablo_lightningBreath_selfBuff", 186016); DictSNOEffectGroup.Add("diablo_passive", 188429); DictSNOEffectGroup.Add("diablo_passive_shadow", 213719); DictSNOEffectGroup.Add("Diablo_ringofFire_damageArea", 226351); DictSNOEffectGroup.Add("Diablo_ringofFire_damageArea_stage3", 226526); DictSNOEffectGroup.Add("Diablo_RingOfFire_new", 196518); DictSNOEffectGroup.Add("diablo_SE1_tyrael_powerBlow", 196666); DictSNOEffectGroup.Add("diablo_SE1_tyrael_powerSuck", 196665); DictSNOEffectGroup.Add("diablo_shadowclones_spawn", 203539); DictSNOEffectGroup.Add("diablo_shadowRealm_playerteleport", 200242); DictSNOEffectGroup.Add("Diablo_shadowVanish_cast", 136598); DictSNOEffectGroup.Add("Diablo_StompAndStun_FX", 200786); DictSNOEffectGroup.Add("diablo_teleport_cast", 186794); DictSNOEffectGroup.Add("Disintegrate_Beam", 18792); DictSNOEffectGroup.Add("Disintegrate_hitFX_override", 18793); DictSNOEffectGroup.Add("DuneDervish_Teleport", 18795); DictSNOEffectGroup.Add("DuneDervish_whirlwind", 18796); DictSNOEffectGroup.Add("ElectricEel_caster_lightNova", 59831); DictSNOEffectGroup.Add("Enchantress_AmplifyDamage_Attractor", 184107); DictSNOEffectGroup.Add("Enchantress_AmplifyDamage_Cast", 178212); DictSNOEffectGroup.Add("Enchantress_AmplifyDamage_HitExpand", 190130); DictSNOEffectGroup.Add("Enchantress_Charm_cast", 176106); DictSNOEffectGroup.Add("Enchantress_Cripple_explosion", 255242); DictSNOEffectGroup.Add("Enchantress_Disorient_cast", 176047); DictSNOEffectGroup.Add("Enchantress_EnergyBomb_explosion", 117558); DictSNOEffectGroup.Add("Enchantress_EnergyBomb_projectile", 117565); DictSNOEffectGroup.Add("Enchantress_ForcefulPush_Cast", 140895); DictSNOEffectGroup.Add("Enchantress_ForcefulPush_Explosion", 215474); DictSNOEffectGroup.Add("Enchantress_ForcefulPush_Hit", 140876); DictSNOEffectGroup.Add("Enchantress_lowerResist_cast", 176163); DictSNOEffectGroup.Add("Enchantress_massCharm_contact", 217853); DictSNOEffectGroup.Add("Enchantress_ReflectMissiles_hit", 184051); DictSNOEffectGroup.Add("event19_bang_shakey", 184938); DictSNOEffectGroup.Add("event19_boom_shakey", 184937); DictSNOEffectGroup.Add("event19_buildUp_shakey", 184930); DictSNOEffectGroup.Add("event19_portal", 184365); DictSNOEffectGroup.Add("event19_target_hurt", 184602); DictSNOEffectGroup.Add("event47_bang_shakey", 207772); DictSNOEffectGroup.Add("event47_bobbingCam", 207603); DictSNOEffectGroup.Add("event47_candles_deathSwitch", 204792); DictSNOEffectGroup.Add("event47_candles_onSwitch", 203605); DictSNOEffectGroup.Add("event47_wobbleCam", 207860); DictSNOEffectGroup.Add("event_adriaSwr_lightningDebuff", 203452); DictSNOEffectGroup.Add("Event_House1000Undead_alter", 90023); DictSNOEffectGroup.Add("Event_House1000Undead_alter_detach", 90879); DictSNOEffectGroup.Add("Event_House1000Undead_end", 90024); DictSNOEffectGroup.Add("Event_rabbitHole_shield", 175100); DictSNOEffectGroup.Add("event_swordOfJustice_cultistInterrupt", 186931); DictSNOEffectGroup.Add("FallenChampion_LeaderShout", 18799); DictSNOEffectGroup.Add("FallenChamp_attack2_impact", 18800); DictSNOEffectGroup.Add("fallenLunatic_A_explode", 159317); DictSNOEffectGroup.Add("FallenLunatic_A_insanityGlow", 159300); DictSNOEffectGroup.Add("FallenLunatic_B_insanityGlow", 159304); DictSNOEffectGroup.Add("fallenLunatic_C_explode", 159878); DictSNOEffectGroup.Add("FallenLunatic_C_insanityGlow", 159309); DictSNOEffectGroup.Add("FallenLunatic_D_insanityGlow", 159313); DictSNOEffectGroup.Add("fallen_genericSpawn", 67101); DictSNOEffectGroup.Add("fastMummySpawner_damage_change1", 87155); DictSNOEffectGroup.Add("fastMummySpawner_damage_change1_lookB", 160584); DictSNOEffectGroup.Add("fastMummySpawner_death", 97154); DictSNOEffectGroup.Add("fastMummySpawner_death_lookB", 160586); DictSNOEffectGroup.Add("fastMummy_death_burst", 18802); DictSNOEffectGroup.Add("fastMummy_death_spray", 18803); DictSNOEffectGroup.Add("fastMummy_death_toxicCloud", 18804); DictSNOEffectGroup.Add("FireLakeEmitterAmbient", 449979); DictSNOEffectGroup.Add("Fire_Aura", 18805); DictSNOEffectGroup.Add("fistWeapon_norm_lifeSteal", 179925); DictSNOEffectGroup.Add("fistWeapon_norm_lifeSteal_t1", 179921); DictSNOEffectGroup.Add("fistWeapon_norm_lifeSteal_t2", 179922); DictSNOEffectGroup.Add("fistWeapon_norm_lifeSteal_t3", 179923); DictSNOEffectGroup.Add("fistWeapon_norm_lifeSteal_t4", 179924); DictSNOEffectGroup.Add("fistWeapon_norm_lifeSteal_t5", 194111); DictSNOEffectGroup.Add("fistWeapon_norm_lifeSteal_t6", 194114); DictSNOEffectGroup.Add("fistWeapon_norm_lifeSteal_t7", 186957); DictSNOEffectGroup.Add("FleshPitFlyer_melee_lightning", 18806); DictSNOEffectGroup.Add("FleshPitFlyer_melee_poison", 66938); DictSNOEffectGroup.Add("FleshPitFlyer_Projectile_buildup", 18808); DictSNOEffectGroup.Add("follower_levelUp", 79173); DictSNOEffectGroup.Add("followMeArrow", 77651); DictSNOEffectGroup.Add("getHit_mid_med_skeleton", 18811); DictSNOEffectGroup.Add("Ghost_ghostStuff", 18815); DictSNOEffectGroup.Add("Ghost_SoulSiphonBeam", 18816); DictSNOEffectGroup.Add("Gluttony_gasCloud", 93704); DictSNOEffectGroup.Add("Gluttony_loogiespawn_impact", 211552); DictSNOEffectGroup.Add("Goatman_DrumShout_Buff", 108759); DictSNOEffectGroup.Add("goatman_shaman_AoE_lightning", 80155); DictSNOEffectGroup.Add("Goatman_shaman_frostBolt", 141092); DictSNOEffectGroup.Add("goatman_shaman_lightningShield", 18820); DictSNOEffectGroup.Add("goatman_shaman_snowShield_retribution", 141089); DictSNOEffectGroup.Add("GoatMutant_Melee_enraged", 169632); DictSNOEffectGroup.Add("GoatMutant_Melee_enraged_end", 169823); DictSNOEffectGroup.Add("Goatmutant_Shaman_Empower_buff", 176602); DictSNOEffectGroup.Add("goatWarrior_shaman_cast", 80118); DictSNOEffectGroup.Add("goatWarrior_shaman_projectile", 80135); DictSNOEffectGroup.Add("Goatwarrior_shaman_weapon", 93116); DictSNOEffectGroup.Add("Grenade_Explosion_Grenadier", 217322); DictSNOEffectGroup.Add("Grenadier_proj_trail", 217476); DictSNOEffectGroup.Add("g_actor_gainedArcanePower", 196455); DictSNOEffectGroup.Add("g_actor_gainedFaith", 279197); DictSNOEffectGroup.Add("g_actor_gainedHealth", 108349); DictSNOEffectGroup.Add("g_actor_gainedMana", 18826); DictSNOEffectGroup.Add("g_actor_gainedSpirit", 137900); DictSNOEffectGroup.Add("g_actor_gainingArcanePower", 391636); DictSNOEffectGroup.Add("g_actor_gainingFury", 391784); DictSNOEffectGroup.Add("g_actor_gainingHatredDiscipline", 391776); DictSNOEffectGroup.Add("g_actor_gainingMana", 391633); DictSNOEffectGroup.Add("g_actor_gainingSpirit", 391736); DictSNOEffectGroup.Add("g_actor_gainingWrath", 391771); DictSNOEffectGroup.Add("g_actor_stunned", 18827); DictSNOEffectGroup.Add("g_actor_stunned_giant", 18828); DictSNOEffectGroup.Add("g_actor_stunned_large", 18829); DictSNOEffectGroup.Add("g_actor_stunned_small", 18830); DictSNOEffectGroup.Add("g_Chest_glow", 197769); DictSNOEffectGroup.Add("g_gold_pickup", 60198); DictSNOEffectGroup.Add("g_grandChest_glow", 87458); DictSNOEffectGroup.Add("g_grandChest_glow_sm", 222596); DictSNOEffectGroup.Add("g_grandChest_openFX", 80968); DictSNOEffectGroup.Add("g_healthGlobe_02", 85805); DictSNOEffectGroup.Add("g_healthGlobe_03", 209094); DictSNOEffectGroup.Add("g_healthGlobe_04", 209121); DictSNOEffectGroup.Add("g_hero_ring", 195902); DictSNOEffectGroup.Add("g_hitFlash", 248997); DictSNOEffectGroup.Add("g_hitFlash_boss", 173512); DictSNOEffectGroup.Add("g_hitFlash_boss_lofi", 454701); DictSNOEffectGroup.Add("g_hitFlash_fat", 173500); DictSNOEffectGroup.Add("g_hitFlash_fat_lofi", 454700); DictSNOEffectGroup.Add("g_hitFlash_large", 454656); DictSNOEffectGroup.Add("g_hitFlash_large_lofi", 454699); DictSNOEffectGroup.Add("g_hitFlash_lofi", 454697); DictSNOEffectGroup.Add("g_hitFlash_small", 173499); DictSNOEffectGroup.Add("g_hitFlash_topology", 173428); DictSNOEffectGroup.Add("g_hitFlash_topology_lofi", 454618); DictSNOEffectGroup.Add("g_monster_projectile_arcane", 158982); DictSNOEffectGroup.Add("g_monster_projectile_arcane_impact", 159158); DictSNOEffectGroup.Add("g_monster_projectile_cold_impact", 159143); DictSNOEffectGroup.Add("g_monster_projectile_fire", 158578); DictSNOEffectGroup.Add("g_monster_projectile_fire_impact", 159100); DictSNOEffectGroup.Add("g_monster_projectile_holy", 158979); DictSNOEffectGroup.Add("g_monster_projectile_holy_impact", 159075); DictSNOEffectGroup.Add("g_monster_projectile_lightning", 158978); DictSNOEffectGroup.Add("g_monster_projectile_lightning_impact", 159092); DictSNOEffectGroup.Add("g_monster_projectile_phys", 159013); DictSNOEffectGroup.Add("g_monster_projectile_phys_impact", 159109); DictSNOEffectGroup.Add("g_monster_projectile_poison_impact", 159139); DictSNOEffectGroup.Add("g_player_gainingResource", 391794); DictSNOEffectGroup.Add("g_Poisoned", 18842); DictSNOEffectGroup.Add("g_Stealthed", 18845); DictSNOEffectGroup.Add("g_teleport", 200673); DictSNOEffectGroup.Add("g_Thorns", 18847); DictSNOEffectGroup.Add("g_Weakened", 18849); DictSNOEffectGroup.Add("handXbow_norm_arcane", 203808); DictSNOEffectGroup.Add("handXBow_norm_arcane_t3", 203819); DictSNOEffectGroup.Add("handXBow_norm_arcane_t4", 203820); DictSNOEffectGroup.Add("handXBow_norm_arcane_t5", 203821); DictSNOEffectGroup.Add("handXBow_norm_arcane_t6", 203822); DictSNOEffectGroup.Add("handXBow_norm_arcane_t7", 203823); DictSNOEffectGroup.Add("HealthBall", 18852); DictSNOEffectGroup.Add("Health_Well_Active", 18853); DictSNOEffectGroup.Add("Health_Well_Dispurse", 18854); DictSNOEffectGroup.Add("hero_angelWings_barbarian_genderSwitch", 198280); DictSNOEffectGroup.Add("hero_angelWings_crusader_genderSwitch", 256157); DictSNOEffectGroup.Add("hero_angelWings_demonhunter_genderSwitch", 198279); DictSNOEffectGroup.Add("hero_angelWings_Imperius_barbarian_genderSwitch", 378321); DictSNOEffectGroup.Add("hero_angelWings_Imperius_crusader_genderSwitch", 378322); DictSNOEffectGroup.Add("hero_angelWings_Imperius_demonhunter_genderSwitch", 378323); DictSNOEffectGroup.Add("hero_angelWings_Imperius_master", 378324); DictSNOEffectGroup.Add("hero_angelWings_Imperius_monk_genderSwitch", 378325); DictSNOEffectGroup.Add("hero_angelWings_Imperius_necromancer_genderSwitch", 461397); DictSNOEffectGroup.Add("hero_angelWings_Imperius_off", 378343); DictSNOEffectGroup.Add("hero_angelWings_Imperius_on", 378344); DictSNOEffectGroup.Add("hero_angelWings_Imperius_witchdoctor_genderSwitch", 378326); DictSNOEffectGroup.Add("hero_angelWings_Imperius_wizard_genderSwitch", 378327); DictSNOEffectGroup.Add("hero_angelWings_master", 198277); DictSNOEffectGroup.Add("hero_angelWings_monk_genderSwitch", 198285); DictSNOEffectGroup.Add("hero_angelWings_necromancer_genderSwitch", 461400); DictSNOEffectGroup.Add("hero_angelWings_off", 265600); DictSNOEffectGroup.Add("hero_angelWings_on", 265601); DictSNOEffectGroup.Add("hero_angelWings_witchdoctor_genderSwitch", 198283); DictSNOEffectGroup.Add("hero_angelWings_wizard_genderSwitch", 198282); DictSNOEffectGroup.Add("hero_bugWings_barbarian_genderSwitch", 255320); DictSNOEffectGroup.Add("hero_bugWings_crusader_genderSwitch", 261510); DictSNOEffectGroup.Add("hero_bugWings_demonhunter_genderSwitch", 255321); DictSNOEffectGroup.Add("hero_bugWings_master", 255322); DictSNOEffectGroup.Add("hero_bugWings_monk_genderSwitch", 255323); DictSNOEffectGroup.Add("hero_bugWings_necromancer_genderSwitch", 461403); DictSNOEffectGroup.Add("hero_bugWings_off", 265602); DictSNOEffectGroup.Add("hero_bugWings_on", 265603); DictSNOEffectGroup.Add("hero_bugWings_witchdoctor_genderSwitch", 255324); DictSNOEffectGroup.Add("hero_bugWings_wizard_genderSwitch", 255325); DictSNOEffectGroup.Add("hero_cos_pennant_01_barbarian_genderSwitch", 430779); DictSNOEffectGroup.Add("hero_cos_pennant_01_crusader_genderSwitch", 430799); DictSNOEffectGroup.Add("hero_cos_pennant_01_demonhunter_genderSwitch", 430774); DictSNOEffectGroup.Add("hero_cos_pennant_01_master", 430771); DictSNOEffectGroup.Add("hero_cos_pennant_01_monk_genderSwitch", 430794); DictSNOEffectGroup.Add("hero_cos_pennant_01_necromancer_genderSwitch", 461071); DictSNOEffectGroup.Add("hero_cos_pennant_01_witchdoctor_genderSwitch", 430789); DictSNOEffectGroup.Add("hero_cos_pennant_01_wizard_genderSwitch", 430784); DictSNOEffectGroup.Add("hero_cos_pennant_02_barbarian_genderSwitch", 430816); DictSNOEffectGroup.Add("hero_cos_pennant_02_crusader_genderSwitch", 430838); DictSNOEffectGroup.Add("hero_cos_pennant_02_demonhunter_genderSwitch", 430811); DictSNOEffectGroup.Add("hero_cos_pennant_02_master", 430810); DictSNOEffectGroup.Add("hero_cos_pennant_02_monk_genderSwitch", 430833); DictSNOEffectGroup.Add("hero_cos_pennant_02_necromancer_genderSwitch", 461076); DictSNOEffectGroup.Add("hero_cos_pennant_02_witchdoctor_genderSwitch", 430828); DictSNOEffectGroup.Add("hero_cos_pennant_02_wizard_genderSwitch", 430823); DictSNOEffectGroup.Add("hero_cos_pennant_03_barbarian_genderSwitch", 430849); DictSNOEffectGroup.Add("hero_cos_pennant_03_crusader_genderSwitch", 430869); DictSNOEffectGroup.Add("hero_cos_pennant_03_demonhunter_genderSwitch", 430844); DictSNOEffectGroup.Add("hero_cos_pennant_03_master", 430843); DictSNOEffectGroup.Add("hero_cos_pennant_03_monk_genderSwitch", 430864); DictSNOEffectGroup.Add("hero_cos_pennant_03_necromancer_genderSwitch", 461082); DictSNOEffectGroup.Add("hero_cos_pennant_03_witchdoctor_genderSwitch", 430859); DictSNOEffectGroup.Add("hero_cos_pennant_03_wizard_genderSwitch", 430854); DictSNOEffectGroup.Add("hero_cos_pennant_04_barbarian_genderSwitch", 431333); DictSNOEffectGroup.Add("hero_cos_pennant_04_crusader_genderSwitch", 431364); DictSNOEffectGroup.Add("hero_cos_pennant_04_demonhunter_genderSwitch", 431381); DictSNOEffectGroup.Add("hero_cos_pennant_04_master", 431332); DictSNOEffectGroup.Add("hero_cos_pennant_04_monk_genderSwitch", 431359); DictSNOEffectGroup.Add("hero_cos_pennant_04_necromancer_genderSwitch", 461087); DictSNOEffectGroup.Add("hero_cos_pennant_04_witchdoctor_genderSwitch", 431348); DictSNOEffectGroup.Add("hero_cos_pennant_04_wizard_genderSwitch", 431338); DictSNOEffectGroup.Add("hero_cos_pennant_05_barbarian_genderSwitch", 431650); DictSNOEffectGroup.Add("hero_cos_pennant_05_crusader_genderSwitch", 431670); DictSNOEffectGroup.Add("hero_cos_pennant_05_demonhunter_genderSwitch", 431645); DictSNOEffectGroup.Add("hero_cos_pennant_05_master", 431644); DictSNOEffectGroup.Add("hero_cos_pennant_05_monk_genderSwitch", 431665); DictSNOEffectGroup.Add("hero_cos_pennant_05_necromancer_genderSwitch", 461092); DictSNOEffectGroup.Add("hero_cos_pennant_05_witchdoctor_genderSwitch", 431660); DictSNOEffectGroup.Add("hero_cos_pennant_05_wizard_genderSwitch", 431655); DictSNOEffectGroup.Add("hero_cos_pennant_Blizzcon2015_barbarian_genderSwitch", 441379); DictSNOEffectGroup.Add("hero_cos_pennant_Blizzcon2015_crusader_genderSwitch", 441380); DictSNOEffectGroup.Add("hero_cos_pennant_Blizzcon2015_demonhunter_genderSwitch", 441381); DictSNOEffectGroup.Add("hero_cos_pennant_Blizzcon2015_master", 441385); DictSNOEffectGroup.Add("hero_cos_pennant_Blizzcon2015_monk_genderSwitch", 441382); DictSNOEffectGroup.Add("hero_cos_pennant_Blizzcon2015_necromancer_genderSwitch", 461097); DictSNOEffectGroup.Add("hero_cos_pennant_Blizzcon2015_witchdoctor_genderSwitch", 441383); DictSNOEffectGroup.Add("hero_cos_pennant_Blizzcon2015_wizard_genderSwitch", 441384); DictSNOEffectGroup.Add("hero_cos_pennant_cdrSigil_01_barbarian_genderSwitch", 440813); DictSNOEffectGroup.Add("hero_cos_pennant_cdrSigil_01_crusader_genderSwitch", 440833); DictSNOEffectGroup.Add("hero_cos_pennant_cdrSigil_01_demonhunter_genderSwitch", 440808); DictSNOEffectGroup.Add("hero_cos_pennant_cdrSigil_01_master", 440807); DictSNOEffectGroup.Add("hero_cos_pennant_cdrSigil_01_monk_genderSwitch", 440828); DictSNOEffectGroup.Add("hero_cos_pennant_cdrSigil_01_necromancer_genderSwitch", 461103); DictSNOEffectGroup.Add("hero_cos_pennant_cdrSigil_01_witchdoctor_genderSwitch", 440823); DictSNOEffectGroup.Add("hero_cos_pennant_cdrSigil_01_wizard_genderSwitch", 440818); DictSNOEffectGroup.Add("hero_cos_pennant_harvest_01_barbarian_genderSwitch", 445388); DictSNOEffectGroup.Add("hero_cos_pennant_harvest_01_crusader_genderSwitch", 445393); DictSNOEffectGroup.Add("hero_cos_pennant_harvest_01_demonhunter_genderSwitch", 445398); DictSNOEffectGroup.Add("hero_cos_pennant_harvest_01_master", 445419); DictSNOEffectGroup.Add("hero_cos_pennant_harvest_01_monk_genderSwitch", 445403); DictSNOEffectGroup.Add("hero_cos_pennant_harvest_01_necromancer_genderSwitch", 461109); DictSNOEffectGroup.Add("hero_cos_pennant_harvest_01_witchdoctor_genderSwitch", 445408); DictSNOEffectGroup.Add("hero_cos_pennant_harvest_01_wizard_genderSwitch", 445413); DictSNOEffectGroup.Add("hero_cos_pennant_NecroSigil_01_master", 462407); DictSNOEffectGroup.Add("hero_cos_pennant_NecroSigil_02_master", 472536); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Anniversary_01_barbarian_genderSwitch", 434450); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Anniversary_01_crusader_genderSwitch", 434539); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Anniversary_01_demonhunter_genderSwitch", 434540); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Anniversary_01_master", 434544); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Anniversary_01_monk_genderSwitch", 434541); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Anniversary_01_necromancer_genderSwitch", 461114); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Anniversary_01_witchdoctor_genderSwitch", 434542); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Anniversary_01_wizard_genderSwitch", 434543); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Heroes_01_barbarian_genderSwitch", 434578); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Heroes_01_crusader_genderSwitch", 434577); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Heroes_01_demonhunter_genderSwitch", 434576); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Heroes_01_master", 434579); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Heroes_01_monk_genderSwitch", 434575); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Heroes_01_necromancer_genderSwitch", 461125); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Heroes_01_witchdoctor_genderSwitch", 434574); DictSNOEffectGroup.Add("hero_cos_pennant_p2_Heroes_01_wizard_genderSwitch", 434573); DictSNOEffectGroup.Add("hero_cos_pennant_p2_WitchDoctorSigil_barbarian_genderSwitch", 439539); DictSNOEffectGroup.Add("hero_cos_pennant_p2_WitchDoctorSigil_crusader_genderSwitch", 439559); DictSNOEffectGroup.Add("hero_cos_pennant_p2_WitchDoctorSigil_demonhunter_genderSwitch", 439534); DictSNOEffectGroup.Add("hero_cos_pennant_p2_WitchDoctorSigil_Master", 439533); DictSNOEffectGroup.Add("hero_cos_pennant_p2_WitchDoctorSigil_monk_genderSwitch", 439554); DictSNOEffectGroup.Add("hero_cos_pennant_p2_WitchDoctorSigil_necromancer_genderSwitch", 461130); DictSNOEffectGroup.Add("hero_cos_pennant_p2_WitchDoctorSigil_witchdoctor_genderSwitch", 439549); DictSNOEffectGroup.Add("hero_cos_pennant_p2_WitchDoctorSigil_wizard_genderSwitch", 439544); DictSNOEffectGroup.Add("hero_cos_pennant_p3_BarbSigil_01_barbarian_genderSwitch", 441748); DictSNOEffectGroup.Add("hero_cos_pennant_p3_BarbSigil_01_crusader_genderSwitch", 441749); DictSNOEffectGroup.Add("hero_cos_pennant_p3_BarbSigil_01_demonhunter_genderSwitch", 441751); DictSNOEffectGroup.Add("hero_cos_pennant_p3_BarbSigil_01_master", 441757); DictSNOEffectGroup.Add("hero_cos_pennant_p3_BarbSigil_01_monk_genderSwitch", 441752); DictSNOEffectGroup.Add("hero_cos_pennant_p3_BarbSigil_01_necromancer_genderSwitch", 461135); DictSNOEffectGroup.Add("hero_cos_pennant_p3_BarbSigil_01_witchdoctor_genderSwitch", 441753); DictSNOEffectGroup.Add("hero_cos_pennant_p3_BarbSigil_01_wizard_genderSwitch", 441754); DictSNOEffectGroup.Add("hero_cos_pennant_p3_DHSigil_01_barbarian_genderSwitch", 441886); DictSNOEffectGroup.Add("hero_cos_pennant_p3_DHSigil_01_crusader_genderSwitch", 441887); DictSNOEffectGroup.Add("hero_cos_pennant_p3_DHSigil_01_demonhunter_genderSwitch", 441888); DictSNOEffectGroup.Add("hero_cos_pennant_p3_DHSigil_01_master", 441892); DictSNOEffectGroup.Add("hero_cos_pennant_p3_DHSigil_01_monk_genderSwitch", 441889); DictSNOEffectGroup.Add("hero_cos_pennant_p3_DHSigil_01_necromancer_genderSwitch", 461140); DictSNOEffectGroup.Add("hero_cos_pennant_p3_DHSigil_01_witchdoctor_genderSwitch", 441890); DictSNOEffectGroup.Add("hero_cos_pennant_p3_DHSigil_01_wizard_genderSwitch", 441891); DictSNOEffectGroup.Add("hero_cos_pennant_p3_MonkSigil_01_barbarian_genderSwitch", 441918); DictSNOEffectGroup.Add("hero_cos_pennant_p3_MonkSigil_01_crusader_genderSwitch", 441920); DictSNOEffectGroup.Add("hero_cos_pennant_p3_MonkSigil_01_demonhunter_genderSwitch", 441921); DictSNOEffectGroup.Add("hero_cos_pennant_p3_MonkSigil_01_master", 441925); DictSNOEffectGroup.Add("hero_cos_pennant_p3_MonkSigil_01_monk_genderSwitch", 441922); DictSNOEffectGroup.Add("hero_cos_pennant_p3_MonkSigil_01_necromancer_genderSwitch", 461145); DictSNOEffectGroup.Add("hero_cos_pennant_p3_MonkSigil_01_witchdoctor_genderSwitch", 441923); DictSNOEffectGroup.Add("hero_cos_pennant_p3_MonkSigil_01_wizard_genderSwitch", 441924); DictSNOEffectGroup.Add("hero_cos_pennant_p4_Holloween_01_barbarian_genderSwitch", 446224); DictSNOEffectGroup.Add("hero_cos_pennant_p4_Holloween_01_crusader_genderSwitch", 446229); DictSNOEffectGroup.Add("hero_cos_pennant_p4_Holloween_01_demonhunter_genderSwitch", 446234); DictSNOEffectGroup.Add("hero_cos_pennant_p4_Holloween_01_master", 446254); DictSNOEffectGroup.Add("hero_cos_pennant_p4_Holloween_01_monk_genderSwitch", 446239); DictSNOEffectGroup.Add("hero_cos_pennant_p4_Holloween_01_necromancer_genderSwitch", 461150); DictSNOEffectGroup.Add("hero_cos_pennant_p4_Holloween_01_witchdoctor_genderSwitch", 446244); DictSNOEffectGroup.Add("hero_cos_pennant_p4_Holloween_01_wizard_genderSwitch", 446249); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_01_barbarian_genderSwitch", 448782); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_01_crusader_genderSwitch", 448802); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_01_demonhunter_genderSwitch", 448777); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_01_master", 448876); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_01_monk_genderSwitch", 448797); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_01_necromancer_genderSwitch", 461155); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_01_witchdoctor_genderSwitch", 448792); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_01_wizard_genderSwitch", 448787); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_02_barbarian_genderSwitch", 448813); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_02_crusader_genderSwitch", 448833); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_02_demonhunter_genderSwitch", 448808); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_02_master", 448877); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_02_monk_genderSwitch", 448828); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_02_necromancer_genderSwitch", 461160); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_02_witchdoctor_genderSwitch", 448823); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_02_wizard_genderSwitch", 448818); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_03_barbarian_genderSwitch", 448847); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_03_crusader_genderSwitch", 448867); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_03_demonhunter_genderSwitch", 448844); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_03_master", 448878); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_03_monk_genderSwitch", 448862); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_03_necromancer_genderSwitch", 461165); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_03_witchdoctor_genderSwitch", 448857); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_03_wizard_genderSwitch", 448852); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_04_barbarian_genderSwitch", 448893); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_04_crusader_genderSwitch", 448913); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_04_demonhunter_genderSwitch", 448888); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_04_master", 448887); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_04_monk_genderSwitch", 448908); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_04_necromancer_genderSwitch", 461170); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_04_witchdoctor_genderSwitch", 448903); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_04_wizard_genderSwitch", 448898); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_05_barbarian_genderSwitch", 448924); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_05_crusader_genderSwitch", 448944); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_05_demonhunter_genderSwitch", 448919); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_05_master", 448918); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_05_monk_genderSwitch", 448939); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_05_necromancer_genderSwitch", 461175); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_05_witchdoctor_genderSwitch", 448934); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_05_wizard_genderSwitch", 448929); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_06_barbarian_genderSwitch", 448955); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_06_crusader_genderSwitch", 448975); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_06_demonhunter_genderSwitch", 448950); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_06_master", 448949); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_06_monk_genderSwitch", 448970); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_06_necromancer_genderSwitch", 461180); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_06_witchdoctor_genderSwitch", 448965); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_06_wizard_genderSwitch", 448960); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_07_barbarian_genderSwitch", 461593); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_07_crusader_genderSwitch", 461613); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_07_demonhunter_genderSwitch", 461588); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_07_master", 461587); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_07_monk_genderSwitch", 461608); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_07_necromancer_genderSwitch", 461618); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_07_witchdoctor_genderSwitch", 461603); DictSNOEffectGroup.Add("hero_cos_pennant_p4_setDngn_07_wizard_genderSwitch", 461598); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_01_barbarian_genderSwitch", 462416); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_01_crusader_genderSwitch", 462436); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_01_demonhunter_genderSwitch", 462411); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_01_monk_genderSwitch", 462431); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_01_necromancer_genderSwitch", 462441); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_01_witchdoctor_genderSwitch", 462426); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_01_wizard_genderSwitch", 462421); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_02_barbarian_genderSwitch", 472501); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_02_crusader_genderSwitch", 472506); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_02_demonhunter_genderSwitch", 472511); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_02_monk_genderSwitch", 472516); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_02_necromancer_genderSwitch", 472521); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_02_witchdoctor_genderSwitch", 472526); DictSNOEffectGroup.Add("hero_cos_pennant_p6_NecroSigil_02_wizard_genderSwitch", 472531); DictSNOEffectGroup.Add("hero_cos_pennant_wizSigil_01_barbarian_genderSwitch", 440344); DictSNOEffectGroup.Add("hero_cos_pennant_wizSigil_01_crusader_genderSwitch", 440365); DictSNOEffectGroup.Add("hero_cos_pennant_wizSigil_01_demonhunter_genderSwitch", 440338); DictSNOEffectGroup.Add("hero_cos_pennant_wizSigil_01_master", 440337); DictSNOEffectGroup.Add("hero_cos_pennant_wizSigil_01_monk_genderSwitch", 440360); DictSNOEffectGroup.Add("hero_cos_pennant_wizSigil_01_necromancer_genderSwitch", 461185); DictSNOEffectGroup.Add("hero_cos_pennant_wizSigil_01_witchdoctor_genderSwitch", 440355); DictSNOEffectGroup.Add("hero_cos_pennant_wizSigil_01_wizard_genderSwitch", 440350); DictSNOEffectGroup.Add("hero_decapitateDeathSwitch", 18857); DictSNOEffectGroup.Add("hero_disintDeathSwitch", 18858); DictSNOEffectGroup.Add("hero_dismember_DeathSwitch", 1142); DictSNOEffectGroup.Add("hero_ghostWings_barbarian_genderSwitch", 476383); DictSNOEffectGroup.Add("hero_ghostWings_crusader_genderSwitch", 476386); DictSNOEffectGroup.Add("hero_ghostWings_demonhunter_genderSwitch", 476389); DictSNOEffectGroup.Add("hero_ghostWings_master", 476382); DictSNOEffectGroup.Add("hero_ghostWings_monk_genderSwitch", 476392); DictSNOEffectGroup.Add("hero_ghostWings_necromancer_genderSwitch", 476395); DictSNOEffectGroup.Add("hero_ghostWings_witchdoctor_genderSwitch", 476398); DictSNOEffectGroup.Add("hero_ghostWings_wizard_genderSwitch", 476401); DictSNOEffectGroup.Add("hero_pulverizeDeathSwitch", 18860); DictSNOEffectGroup.Add("hero_pulverizeDeath_med", 18861); DictSNOEffectGroup.Add("hero_redWings_barbarian_genderSwitch", 317120); DictSNOEffectGroup.Add("hero_redWings_crusader_genderSwitch", 359129); DictSNOEffectGroup.Add("hero_redWings_demonhunter_genderSwitch", 317121); DictSNOEffectGroup.Add("hero_redWings_master", 317122); DictSNOEffectGroup.Add("hero_redWings_monk_genderSwitch", 317123); DictSNOEffectGroup.Add("hero_redWings_necromancer_genderSwitch", 461408); DictSNOEffectGroup.Add("hero_redWings_off", 317124); DictSNOEffectGroup.Add("hero_redWings_on", 317125); DictSNOEffectGroup.Add("hero_redWings_witchdoctor_genderSwitch", 317126); DictSNOEffectGroup.Add("hero_redWings_wizard_genderSwitch", 317127); DictSNOEffectGroup.Add("hero_skeletonDeathSwitch", 18862); DictSNOEffectGroup.Add("hero_WoDFlag_barbarian_genderSwitch", 375405); DictSNOEffectGroup.Add("hero_WoDFlag_crusader_genderSwitch", 376656); DictSNOEffectGroup.Add("hero_WoDFlag_demonhunter_genderSwitch", 376653); DictSNOEffectGroup.Add("hero_WoDFlag_master", 375410); DictSNOEffectGroup.Add("hero_WoDFlag_monk_genderSwitch", 376652); DictSNOEffectGroup.Add("hero_WoDFlag_necro_genderSwitch", 460868); DictSNOEffectGroup.Add("hero_WoDFlag_off", 377240); DictSNOEffectGroup.Add("hero_WoDFlag_on", 377239); DictSNOEffectGroup.Add("hero_WoDFlag_witchdoctor_genderSwitch", 376654); DictSNOEffectGroup.Add("hero_WoDFlag_wizard_genderSwitch", 376657); DictSNOEffectGroup.Add("HoodedNightmare_BoneArmor", 136068); DictSNOEffectGroup.Add("hoodedNightmare_boneArmor_cast", 158316); DictSNOEffectGroup.Add("hoodedNightmare_curse_cast_bolt", 158344); DictSNOEffectGroup.Add("hoodedNightmare_curse_lowerPhysResist_debuff", 157677); DictSNOEffectGroup.Add("hoodedNightmare_curse_lowerResists_debuff", 157562); DictSNOEffectGroup.Add("hoodedNightmare_curse_slow_debuff", 157648); DictSNOEffectGroup.Add("hoodedNightmare_curse_weaken_debuff", 157140); DictSNOEffectGroup.Add("hoodedNightmare_death_portal", 159360); DictSNOEffectGroup.Add("hoodedNightmare_lightningAtk", 156840); DictSNOEffectGroup.Add("hoodedNightmare_lightningAtk_impact", 158300); DictSNOEffectGroup.Add("hoodedNightmare_portal", 155244); DictSNOEffectGroup.Add("hoodedNightmare_portal_dissipate", 159387); DictSNOEffectGroup.Add("hoodedNightmare_portal_spawnFX", 159489); DictSNOEffectGroup.Add("Identify_castLoopSwitch", 263113); DictSNOEffectGroup.Add("Imperius_explode", 206000); DictSNOEffectGroup.Add("Imperius_Purpose_Explosion_Gold", 222686); DictSNOEffectGroup.Add("infernalMachine_MorluCaster_hover", 261018); DictSNOEffectGroup.Add("infernalMachine_terrorDemon_rush", 261162); DictSNOEffectGroup.Add("infernalMachine_uberMonster_shadow", 261017); DictSNOEffectGroup.Add("Invulnerability_PvP_buff", 55612); DictSNOEffectGroup.Add("itemFlippy_Cosmetic_Scroll", 450983); DictSNOEffectGroup.Add("itemFlippy_deathsBreath", 449027); DictSNOEffectGroup.Add("itemFlippy_devilsHand_med", 323388); DictSNOEffectGroup.Add("itemFlippy_gold_large", 63859); DictSNOEffectGroup.Add("itemFlippy_gold_small", 63858); DictSNOEffectGroup.Add("itemFlippy_legend_med", 60740); DictSNOEffectGroup.Add("itemFlippy_legend_med_primal", 482964); DictSNOEffectGroup.Add("itemFlippy_magic_large", 62402); DictSNOEffectGroup.Add("itemFlippy_magic_med", 60736); DictSNOEffectGroup.Add("itemFlippy_magic_small", 62401); DictSNOEffectGroup.Add("itemFlippy_norm_large", 62404); DictSNOEffectGroup.Add("itemFlippy_norm_med", 60729); DictSNOEffectGroup.Add("itemFlippy_norm_small", 62403); DictSNOEffectGroup.Add("itemFlippy_platinum", 434164); DictSNOEffectGroup.Add("itemFlippy_quest_med", 60759); DictSNOEffectGroup.Add("itemFlippy_rare_large", 63978); DictSNOEffectGroup.Add("itemFlippy_rare_med", 60739); DictSNOEffectGroup.Add("itemFlippy_rare_small", 63977); DictSNOEffectGroup.Add("itemFlippy_rune_med", 176866); DictSNOEffectGroup.Add("itemFlippy_set_med", 336435); DictSNOEffectGroup.Add("itemFlippy_set_med_primal", 482963); DictSNOEffectGroup.Add("ItemPassive_Butcher_callOut", 246119); DictSNOEffectGroup.Add("itemPassive_Moloth_skull", 251721); DictSNOEffectGroup.Add("itemPassive_Unique_Amulet_001_sound", 249695); DictSNOEffectGroup.Add("itemPassive_Unique_Amulet_003_buffOrbit1", 246746); DictSNOEffectGroup.Add("itemPassive_Unique_Amulet_003_buffOrbit2", 246747); DictSNOEffectGroup.Add("itemPassive_Unique_Amulet_003_buffOrbit3", 246748); DictSNOEffectGroup.Add("itemPassive_Unique_Amulet_003_buffOrbit4", 246749); DictSNOEffectGroup.Add("ItemPassive_Unique_Boots_groundFire", 246438); DictSNOEffectGroup.Add("itemPassive_unique_bow_015_chickenImpact", 249960); DictSNOEffectGroup.Add("ItemPassive_Unique_CombatStaff_2H_007_slap", 247776); DictSNOEffectGroup.Add("ItemPassive_Unique_Dagger_006_bloodSplatter", 247767); DictSNOEffectGroup.Add("ItemPassive_Unique_Dagger_007_oink", 245834); DictSNOEffectGroup.Add("itemPassive_Unique_Dagger_010_sound", 249980); DictSNOEffectGroup.Add("ItemPassive_Unique_Fist_010_fistfire", 248926); DictSNOEffectGroup.Add("itemPassive_unique_fist_010_projectile", 250172); DictSNOEffectGroup.Add("itemPassive_unique_fist_010_projectile_impact", 250312); DictSNOEffectGroup.Add("itemPassive_unique_fist_010_projectile_miss", 250313); DictSNOEffectGroup.Add("itemPassive_Unique_Helm_003", 248821); DictSNOEffectGroup.Add("ItemPassive_Unique_Mace_2H_009", 377006); DictSNOEffectGroup.Add("ItemPassive_Unique_Mighty_1H_coldAura", 246833); DictSNOEffectGroup.Add("ItemPassive_Unique_Mojo_010_cloud_exp", 248485); DictSNOEffectGroup.Add("ItemPassive_Unique_Mojo_010_stinkCloud", 249542); DictSNOEffectGroup.Add("itemPassive_unique_pants_007_gasCloud", 249219); DictSNOEffectGroup.Add("itemPassive_Unique_Polearm_001", 249725); DictSNOEffectGroup.Add("ItemPassive_Unique_Ring_001_impact", 248878); DictSNOEffectGroup.Add("ItemPassive_Unique_Ring_001_jump", 248879); DictSNOEffectGroup.Add("itemPassive_unique_ring_001_spiritBuff", 250257); DictSNOEffectGroup.Add("ItemPassive_unique_ring_024_groundImpact", 260019); DictSNOEffectGroup.Add("ItemPassive_unique_ring_024_projectile", 260020); DictSNOEffectGroup.Add("itemPassive_Unique_Shield_008_fx", 249753); DictSNOEffectGroup.Add("ItemPassive_Unique_Shield_011_BoneArmor", 247582); DictSNOEffectGroup.Add("ItemPassive_Unique_Shoulder_002_fanOfKnives", 247618); DictSNOEffectGroup.Add("itemPassive_unique_sword_2H_004_explode", 249316); DictSNOEffectGroup.Add("itemPassive_unique_sword_2H_004_rampup", 249317); DictSNOEffectGroup.Add("itemPassive_unique_sword_2H_010_demonSpawn", 250704); DictSNOEffectGroup.Add("itemPassive_unique_voodooMask_002_cast", 251675); DictSNOEffectGroup.Add("itemPassive_unique_voodooMask_002_charFX", 251703); DictSNOEffectGroup.Add("itemPassive_unique_voodooMask_002_end", 251676); DictSNOEffectGroup.Add("ItemPassive_Unique_Wand_013_laugh", 248685); DictSNOEffectGroup.Add("itemPassive_unique_wizardHat_004_impact", 249469); DictSNOEffectGroup.Add("itemPassive_unique_wizardHat_004_projectile", 249470); DictSNOEffectGroup.Add("itemPassive_unique_XBow_002_entangler", 250272); DictSNOEffectGroup.Add("itemPassive_unique_XBow_002_entangler_large", 251640); DictSNOEffectGroup.Add("itemPassive_unique_XBow_002_entangler_small", 251641); DictSNOEffectGroup.Add("itemPassive_unique_XBow_002_outro", 250273); DictSNOEffectGroup.Add("itemPassive_unique_XBow_002_outro_large", 251642); DictSNOEffectGroup.Add("itemPassive_unique_XBow_002_outro_small", 251643); DictSNOEffectGroup.Add("itemPassive_unique_Xbow_002_switch", 251644); DictSNOEffectGroup.Add("itemPassive_unique_Xbow_002_switch_outro", 251645); DictSNOEffectGroup.Add("itemPassive_unique_XBow_012_impact", 249524); DictSNOEffectGroup.Add("itemPassive_unique_XBow_012_projectile", 249729); DictSNOEffectGroup.Add("Izual_FrostNova", 170276); DictSNOEffectGroup.Add("KanaiCube_Stand_FX", 440447); DictSNOEffectGroup.Add("lacuniFemale_bomb_groundMiss", 18866); DictSNOEffectGroup.Add("Larva_deathSquish", 18867); DictSNOEffectGroup.Add("LeahTraining_Fizzle", 200247); DictSNOEffectGroup.Add("LeahTraining_Flub", 200248); DictSNOEffectGroup.Add("LeahTraining_Impact", 199765); DictSNOEffectGroup.Add("LeahTraining_Miss", 201905); DictSNOEffectGroup.Add("Leah_Azmodan_BSS_channel", 205460); DictSNOEffectGroup.Add("Leoric_FireTrench", 89752); DictSNOEffectGroup.Add("Leoric_FireTrench_01", 90427); DictSNOEffectGroup.Add("Leoric_FireTrench_02", 112262); DictSNOEffectGroup.Add("LightningColumn_Switch", 18868); DictSNOEffectGroup.Add("Lightning_Aura", 18871); DictSNOEffectGroup.Add("lordOfDespair_death", 183955); DictSNOEffectGroup.Add("lordOfDespair_energyDisc_impact", 206034); DictSNOEffectGroup.Add("lordOfDespair_energyDisc_projectile", 190129); DictSNOEffectGroup.Add("lordOfDespair_summoning_projectile", 219600); DictSNOEffectGroup.Add("LS_p4_SeaMonster_summon_spawnFX", 470417); DictSNOEffectGroup.Add("Mace1h_norm_arcane", 18872); DictSNOEffectGroup.Add("Mace1h_norm_arcane_t3", 18873); DictSNOEffectGroup.Add("Mace1h_norm_arcane_t4", 18874); DictSNOEffectGroup.Add("Mace1h_norm_arcane_t5", 18875); DictSNOEffectGroup.Add("Mace1h_norm_arcane_t6", 18876); DictSNOEffectGroup.Add("Mace1h_norm_arcane_t7", 18877); DictSNOEffectGroup.Add("Mace1h_norm_attack", 1143); DictSNOEffectGroup.Add("Mace1h_norm_attack_t3", 18878); DictSNOEffectGroup.Add("Mace1h_norm_attack_t4", 18879); DictSNOEffectGroup.Add("Mace1h_norm_attack_t5", 18880); DictSNOEffectGroup.Add("Mace1h_norm_attack_t6", 18881); DictSNOEffectGroup.Add("Mace1h_norm_attack_t7", 18882); DictSNOEffectGroup.Add("Mace1h_norm_cast", 18883); DictSNOEffectGroup.Add("Mace1h_norm_cast_t3", 18884); DictSNOEffectGroup.Add("Mace1h_norm_cast_t4", 18885); DictSNOEffectGroup.Add("Mace1h_norm_cast_t5", 18886); DictSNOEffectGroup.Add("Mace1h_norm_cast_t6", 18887); DictSNOEffectGroup.Add("Mace1h_norm_cast_t7", 18888); DictSNOEffectGroup.Add("Mace1h_norm_cold", 18889); DictSNOEffectGroup.Add("Mace1h_norm_cold_t3", 18890); DictSNOEffectGroup.Add("Mace1h_norm_cold_t4", 18891); DictSNOEffectGroup.Add("Mace1h_norm_cold_t5", 18892); DictSNOEffectGroup.Add("Mace1h_norm_cold_t6", 18893); DictSNOEffectGroup.Add("Mace1h_norm_cold_t7", 18894); DictSNOEffectGroup.Add("Mace1h_norm_fire", 18895); DictSNOEffectGroup.Add("Mace1h_norm_fire_t3", 18896); DictSNOEffectGroup.Add("Mace1h_norm_fire_t4", 1144); DictSNOEffectGroup.Add("Mace1h_norm_fire_t5", 18897); DictSNOEffectGroup.Add("Mace1h_norm_fire_t6", 18898); DictSNOEffectGroup.Add("Mace1h_norm_fire_t7", 18899); DictSNOEffectGroup.Add("Mace1h_norm_goldFind", 18900); DictSNOEffectGroup.Add("Mace1h_norm_holy", 95712); DictSNOEffectGroup.Add("Mace1h_norm_lifeSteal", 18901); DictSNOEffectGroup.Add("Mace1h_norm_lightning", 18906); DictSNOEffectGroup.Add("Mace1h_norm_lightning_t3", 18907); DictSNOEffectGroup.Add("Mace1h_norm_lightning_t4", 18908); DictSNOEffectGroup.Add("Mace1h_norm_lightning_t5", 18909); DictSNOEffectGroup.Add("Mace1h_norm_lightning_t6", 18910); DictSNOEffectGroup.Add("Mace1h_norm_lightning_t7", 18911); DictSNOEffectGroup.Add("Mace1h_norm_magicFind", 18912); DictSNOEffectGroup.Add("Mace1h_norm_manaSteal", 18913); DictSNOEffectGroup.Add("Mace1h_norm_poison", 18914); DictSNOEffectGroup.Add("Mace1h_norm_poison_t3", 18915); DictSNOEffectGroup.Add("Mace1h_norm_poison_t4", 1145); DictSNOEffectGroup.Add("Mace1h_norm_poison_t5", 18916); DictSNOEffectGroup.Add("Mace1h_norm_poison_t6", 18917); DictSNOEffectGroup.Add("Mace1h_norm_poison_t7", 18918); DictSNOEffectGroup.Add("Mace1h_norm_spell", 18919); DictSNOEffectGroup.Add("Mace1h_norm_spell_t3", 18920); DictSNOEffectGroup.Add("Mace1h_norm_spell_t4", 18921); DictSNOEffectGroup.Add("Mace1h_norm_spell_t5", 18922); DictSNOEffectGroup.Add("Mace1h_norm_spell_t6", 18923); DictSNOEffectGroup.Add("Mace1h_norm_spell_t7", 18924); DictSNOEffectGroup.Add("Mace2h_norm_arcane", 18925); DictSNOEffectGroup.Add("Mace2h_norm_attack", 18926); DictSNOEffectGroup.Add("Mace2h_norm_cast", 18927); DictSNOEffectGroup.Add("Mace2h_norm_cold", 18928); DictSNOEffectGroup.Add("Mace2h_norm_fire", 18929); DictSNOEffectGroup.Add("Mace2h_norm_goldFind", 18930); DictSNOEffectGroup.Add("Mace2h_norm_holy", 95713); DictSNOEffectGroup.Add("Mace2h_norm_lifeSteal", 18931); DictSNOEffectGroup.Add("Mace2h_norm_lightning", 18932); DictSNOEffectGroup.Add("Mace2h_norm_magicFind", 18933); DictSNOEffectGroup.Add("Mace2h_norm_manaSteal", 18934); DictSNOEffectGroup.Add("Mace2h_norm_poison", 1146); DictSNOEffectGroup.Add("Mace2h_norm_spell", 18935); DictSNOEffectGroup.Add("Maghda_curse_attractor_moths", 170474); DictSNOEffectGroup.Add("Maghda_curse_mark", 167650); DictSNOEffectGroup.Add("Maghda_event19_projectile", 184339); DictSNOEffectGroup.Add("Maghda_event19_projectile_debuff_impact", 184336); DictSNOEffectGroup.Add("Maghda_event19_target_DOT", 184347); DictSNOEffectGroup.Add("Maghda_mothDust_cast", 135688); DictSNOEffectGroup.Add("Maghda_phaseIn", 168258); DictSNOEffectGroup.Add("Maghda_phaseOut", 168249); DictSNOEffectGroup.Add("Maghda_Punish_projectile", 166687); DictSNOEffectGroup.Add("Maghda_Punish_projectile_buff_impact", 167603); DictSNOEffectGroup.Add("Maghda_Punish_projectile_impact", 167486); DictSNOEffectGroup.Add("Maghda_Punish_target_DOT", 166555); DictSNOEffectGroup.Add("Maghda_Shield", 131736); DictSNOEffectGroup.Add("Maghda_summon_attractor", 167914); DictSNOEffectGroup.Add("Maghda_summon_spawnFX", 167735); DictSNOEffectGroup.Add("Maghda_teleport_impact", 135699); DictSNOEffectGroup.Add("MastaBlasta_Rider_leap_trail", 179392); DictSNOEffectGroup.Add("MastaBlasta_Rider_projectile_impact", 179233); DictSNOEffectGroup.Add("MastaBlasta_Steed_stomp_impact", 179024); DictSNOEffectGroup.Add("master_acidDeath", 266480); DictSNOEffectGroup.Add("master_arcane_critSwitch", 18937); DictSNOEffectGroup.Add("master_arcane_death", 266493); DictSNOEffectGroup.Add("master_arcane_dmgSwitch", 18938); DictSNOEffectGroup.Add("master_arcane_dot", 230729); DictSNOEffectGroup.Add("master_bleed_dot", 228515); DictSNOEffectGroup.Add("master_Champion_fxSwitch", 18939); DictSNOEffectGroup.Add("master_cold_critSwitch", 18942); DictSNOEffectGroup.Add("master_cold_death", 266484); DictSNOEffectGroup.Add("master_cold_dmgSwitch", 18943); DictSNOEffectGroup.Add("master_cold_DOT", 367069); DictSNOEffectGroup.Add("master_decap_death", 266495); DictSNOEffectGroup.Add("master_disint_death", 266497); DictSNOEffectGroup.Add("master_dismember_death", 266496); DictSNOEffectGroup.Add("master_fire_burning", 18945); DictSNOEffectGroup.Add("master_fire_critSwitch", 18946); DictSNOEffectGroup.Add("master_fire_death", 266485); DictSNOEffectGroup.Add("master_fire_dmgSwitch", 18947); DictSNOEffectGroup.Add("master_frozen_cicles", 18948); DictSNOEffectGroup.Add("master_gib_arcane", 18949); DictSNOEffectGroup.Add("master_gib_Champion", 18950); DictSNOEffectGroup.Add("master_gib_fire", 18951); DictSNOEffectGroup.Add("master_gib_frost", 18952); DictSNOEffectGroup.Add("master_gib_holy", 95227); DictSNOEffectGroup.Add("master_gib_lightning", 18953); DictSNOEffectGroup.Add("master_gib_phys", 1147); DictSNOEffectGroup.Add("master_gib_phys_black", 18954); DictSNOEffectGroup.Add("master_gib_poison", 18955); DictSNOEffectGroup.Add("master_holy_critSwitch", 95226); DictSNOEffectGroup.Add("master_holy_death", 110625); DictSNOEffectGroup.Add("master_holy_dmgSwitch", 95225); DictSNOEffectGroup.Add("master_holy_dot", 184929); DictSNOEffectGroup.Add("master_itemFlippy_gold_switch", 63856); DictSNOEffectGroup.Add("master_itemFlippy_legend_switch", 60728); DictSNOEffectGroup.Add("master_itemFlippy_legend_switch_primal", 482965); DictSNOEffectGroup.Add("master_itemFlippy_magic_switch", 60726); DictSNOEffectGroup.Add("master_itemFlippy_norm_switch", 60725); DictSNOEffectGroup.Add("master_itemFlippy_quest_switch", 60767); DictSNOEffectGroup.Add("master_itemFlippy_rare_switch", 60727); DictSNOEffectGroup.Add("master_itemFlippy_rune_switch", 176865); DictSNOEffectGroup.Add("master_lava_death", 266499); DictSNOEffectGroup.Add("master_lightning_critSwitch", 18957); DictSNOEffectGroup.Add("master_lightning_death", 266498); DictSNOEffectGroup.Add("master_lightning_dmgSwitch", 18958); DictSNOEffectGroup.Add("master_lightning_DOT", 345179); DictSNOEffectGroup.Add("master_phys_critSwitch", 18959); DictSNOEffectGroup.Add("master_phys_critSwitch_angel", 341823); DictSNOEffectGroup.Add("master_phys_death", 97541); DictSNOEffectGroup.Add("master_phys_getHit_angel", 341766); DictSNOEffectGroup.Add("master_phys_getHit_black", 18960); DictSNOEffectGroup.Add("master_phys_getHit_red", 18962); DictSNOEffectGroup.Add("master_plague_death", 266486); DictSNOEffectGroup.Add("master_plague_DOT", 18963); DictSNOEffectGroup.Add("master_poisoned_DOT", 18964); DictSNOEffectGroup.Add("master_poison_critSwitch", 18965); DictSNOEffectGroup.Add("master_poison_death", 266492); DictSNOEffectGroup.Add("master_poison_dmgSwitch", 18966); DictSNOEffectGroup.Add("master_pulverize_death", 266494); DictSNOEffectGroup.Add("master_spawnFX_ground", 348622); DictSNOEffectGroup.Add("master_spirit_death", 111159); DictSNOEffectGroup.Add("master_stunned_fxSwitch", 18969); DictSNOEffectGroup.Add("master_webbed_fxSwitch", 18970); DictSNOEffectGroup.Add("mightyWeapon_1H_norm_unique_02", 192707); DictSNOEffectGroup.Add("MistressOfPain_painBolt_impact", 182419); DictSNOEffectGroup.Add("MistressOfPain_painBolt_projectile", 180201); DictSNOEffectGroup.Add("mistressOfPain_shield", 194129); DictSNOEffectGroup.Add("mistressOfPain_spiderling_explosion", 182681); DictSNOEffectGroup.Add("mistressOfPain_spiderSpawner", 182450); DictSNOEffectGroup.Add("mistressOfPain_spiderSpawner_cast", 182709); DictSNOEffectGroup.Add("mistressOfPain_summon_attractor", 182624); DictSNOEffectGroup.Add("mistressOfPain_webPatch_attractor", 182997); DictSNOEffectGroup.Add("Monk_7sidedStrikeRune_explode", 99098); DictSNOEffectGroup.Add("Monk_7sidedStrike_dashEnd_switch", 151722); DictSNOEffectGroup.Add("Monk_7sidedStrike_dash_switch", 143468); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact1", 98826); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact1_addsDisorient", 143107); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact1_addsExplosion", 143109); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact1_addsHits", 143106); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact1_addsTeleport", 143105); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact1_reducedSpirit", 143108); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact1_switch", 143104); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact2", 98831); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact2_addsDisorient", 143131); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact2_addsExplosion", 143132); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact2_addsHits", 143134); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact2_addsTeleport", 143137); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact2_reducedSpirit", 143135); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact2_switch", 143136); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact4", 98842); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact4_addsDisorient", 143145); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact4_addsExplosion", 143148); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact4_addsHits", 143149); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact4_addsTeleport", 143152); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact4_reducedSpirit", 143150); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact4_switch", 143151); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact5", 98844); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact5_addsDisorient", 143153); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact5_addsExplosion", 143155); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact5_addsHits", 143156); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact5_addsTeleport", 143159); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact5_reducedSpirit", 143157); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact5_switch", 143158); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact6", 98873); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact6_addsDisorient", 143162); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact6_addsExplosion", 143163); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact6_addsHits", 143164); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact6_addsTeleport", 143165); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact6_reducedSpirit", 143166); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact6_switch", 143167); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact7", 98875); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact7_addsDisorient", 143168); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact7_addsExplosion", 143169); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact7_addsHits", 143170); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact7_addsTeleport", 143171); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact7_reducedSpirit", 143199); DictSNOEffectGroup.Add("Monk_7sidedStrike_impact7_switch", 143200); DictSNOEffectGroup.Add("Monk_7sidedStrike_impactSwitcher", 98884); DictSNOEffectGroup.Add("Monk_7sidedStrike_rune", 98886); DictSNOEffectGroup.Add("Monk_7sidedStrike_rune_addsDisorient", 145037); DictSNOEffectGroup.Add("Monk_7sidedStrike_rune_addsExplosion", 145038); DictSNOEffectGroup.Add("Monk_7sidedStrike_rune_addsTeleport", 145039); DictSNOEffectGroup.Add("Monk_7sidedStrike_rune_reducedSpirit", 145040); DictSNOEffectGroup.Add("Monk_7sidedStrike_rune_switch", 145041); DictSNOEffectGroup.Add("monk_auraFade", 199677); DictSNOEffectGroup.Add("Monk_blindingFlash_contact", 137107); DictSNOEffectGroup.Add("Monk_blindingFlash_contact_alabaster_nonSuperFlash", 141242); DictSNOEffectGroup.Add("Monk_blindingFlash_contact_alabaster_superFlash", 138197); DictSNOEffectGroup.Add("Monk_blindingFlash_contact_crimson_damage", 137489); DictSNOEffectGroup.Add("Monk_blindingFlash_contact_golden_soulSteal", 137931); DictSNOEffectGroup.Add("Monk_blindingFlash_contact_indigo_holyDamage", 137745); DictSNOEffectGroup.Add("Monk_blindingFlash_contact_obsidian_confuse", 137773); DictSNOEffectGroup.Add("Monk_blindingFlash_contact_switch", 137644); DictSNOEffectGroup.Add("Monk_blindingFlash_golden_jump", 139451); DictSNOEffectGroup.Add("Monk_BlindingFlash_hitFX", 216387); DictSNOEffectGroup.Add("monk_blindingFlash_indigo_debuff", 139497); DictSNOEffectGroup.Add("monk_blindingFlash_selfBuff", 139202); DictSNOEffectGroup.Add("monk_breathofHeaven_cast", 101174); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_addsGuardian", 136259); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_addsGuardian_ItemPassive", 323108); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_chainHeal", 136256); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_chainHeal_ItemPassive", 323077); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_duration", 183337); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_duration_ItemPassive", 323079); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_immunity", 136257); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_immunity_ItemPassive", 323081); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_ItemPassive", 323080); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_skillPower", 136258); DictSNOEffectGroup.Add("monk_breathofHeaven_cast_skillPower_ItemPassive", 323078); DictSNOEffectGroup.Add("monk_breathOfHeaven_switch", 136253); DictSNOEffectGroup.Add("monk_breathOfHeaven_switch_ItemPassive", 323076); DictSNOEffectGroup.Add("Monk_CelestialWheel", 69483); DictSNOEffectGroup.Add("Monk_CircleOfWrath_Cast_fireDamage_buff", 136381); DictSNOEffectGroup.Add("Monk_CircleOfWrath_increaseSpirit_spirit", 139587); DictSNOEffectGroup.Add("monk_cripplingWave_debuff", 18986); DictSNOEffectGroup.Add("monk_cripplingWave_debuff_enemyTakesMoreDamage", 175871); DictSNOEffectGroup.Add("monk_cripplingWave_explosion_stage01", 18994); DictSNOEffectGroup.Add("monk_cripplingWave_explosion_stage01_addsKnockback", 149377); DictSNOEffectGroup.Add("monk_cripplingWave_explosion_stage01_addsSpirit", 149378); DictSNOEffectGroup.Add("monk_cripplingWave_explosion_stage01_enemyDealsLessDamage", 149379); DictSNOEffectGroup.Add("monk_cripplingWave_explosion_stage01_enemyTakesMoreDamage", 149380); DictSNOEffectGroup.Add("monk_cripplingWave_explosion_stage01_increaseSkillDamage", 149381); DictSNOEffectGroup.Add("monk_cripplingWave_Stage01", 18987); DictSNOEffectGroup.Add("monk_cripplingWave_Stage01_armTrail_switch", 152353); DictSNOEffectGroup.Add("monk_cripplingWave_Stage02", 18988); DictSNOEffectGroup.Add("monk_cripplingWave_Stage02_addsKnockback", 147907); DictSNOEffectGroup.Add("monk_cripplingWave_Stage02_addsSpirit", 147908); DictSNOEffectGroup.Add("monk_cripplingWave_Stage02_armTrail_switch", 152365); DictSNOEffectGroup.Add("monk_cripplingWave_Stage02_enemyDealsLessDamage", 147911); DictSNOEffectGroup.Add("monk_cripplingWave_Stage02_enemyTakesMoreDamage", 147909); DictSNOEffectGroup.Add("monk_cripplingWave_Stage02_increaseSkillDamage", 147910); DictSNOEffectGroup.Add("monk_cripplingWave_Stage02_switch", 147912); DictSNOEffectGroup.Add("monk_cripplingWave_Stage03", 96519); DictSNOEffectGroup.Add("monk_cripplingWave_Stage03_addsKnockback", 147924); DictSNOEffectGroup.Add("monk_cripplingWave_Stage03_addSpirit", 147925); DictSNOEffectGroup.Add("monk_cripplingWave_Stage03_armTrail_switch", 152366); DictSNOEffectGroup.Add("monk_cripplingWave_Stage03_enemyDealsLessDamage", 147926); DictSNOEffectGroup.Add("monk_cripplingWave_Stage03_enemyTakesMoreDamage", 147927); DictSNOEffectGroup.Add("monk_cripplingWave_Stage03_increaseSkillDamage", 147928); DictSNOEffectGroup.Add("monk_cripplingWave_Stage03_switch", 147929); DictSNOEffectGroup.Add("Monk_dashingStrikeRune_speed_buff", 216357); DictSNOEffectGroup.Add("Monk_dashingStrike_cast", 111132); DictSNOEffectGroup.Add("Monk_dashingStrike_impact", 113720); DictSNOEffectGroup.Add("Monk_dashingStrike_impact_switch", 409438); DictSNOEffectGroup.Add("Monk_DashingStrike_speedBoost", 192085); DictSNOEffectGroup.Add("monk_dominateAura", 95688); DictSNOEffectGroup.Add("monk_dominateAuraRune_debuff", 146996); DictSNOEffectGroup.Add("monk_dominateAuraRune_debuff_cast", 147335); DictSNOEffectGroup.Add("monk_dominateAuraRune_debuff_grantee", 147385); DictSNOEffectGroup.Add("monk_dominateAuraRune_improved", 146993); DictSNOEffectGroup.Add("monk_dominateAuraRune_improved_cast", 147330); DictSNOEffectGroup.Add("monk_dominateAuraRune_improved_grantee", 147381); DictSNOEffectGroup.Add("monk_dominateAuraRune_increaseCast", 146992); DictSNOEffectGroup.Add("monk_dominateAuraRune_increaseCast_cast", 147331); DictSNOEffectGroup.Add("monk_dominateAuraRune_increaseCast_grantee", 147382); DictSNOEffectGroup.Add("monk_dominateAuraRune_lifeLeech", 146995); DictSNOEffectGroup.Add("monk_dominateAuraRune_lifeLeech_cast", 147332); DictSNOEffectGroup.Add("monk_dominateAuraRune_lifeLeech_grantee", 147384); DictSNOEffectGroup.Add("monk_dominateAuraRune_slow", 146994); DictSNOEffectGroup.Add("monk_dominateAuraRune_slow_cast", 147334); DictSNOEffectGroup.Add("monk_dominateAuraRune_slow_grantee", 147383); DictSNOEffectGroup.Add("monk_dominateAura_aura_masterFX", 146990); DictSNOEffectGroup.Add("monk_dominateAura_cast", 95955); DictSNOEffectGroup.Add("monk_dominateAura_cast_masterFX", 147329); DictSNOEffectGroup.Add("monk_dominateAura_debuff_masterFX", 147380); DictSNOEffectGroup.Add("monk_dominateAura_grantee", 95903); DictSNOEffectGroup.Add("Monk_explodingPalm_buff_MasterFX", 248463); DictSNOEffectGroup.Add("Monk_explodingPalm_debuff", 18989); DictSNOEffectGroup.Add("Monk_explodingPalm_debuff_fire", 248464); DictSNOEffectGroup.Add("monk_explodingPalm_gib_fxSwitch", 18991); DictSNOEffectGroup.Add("monk_explodingPalm_gib_human_small", 18992); DictSNOEffectGroup.Add("Monk_explodingPalm_stage03", 142473); DictSNOEffectGroup.Add("Monk_explodingPalm_stage03_MasterFX", 143473); DictSNOEffectGroup.Add("Monk_HandsOfLightning_AuraBuff", 188015); DictSNOEffectGroup.Add("Monk_handsofLightning_stage01_alabaster_dodge", 143696); DictSNOEffectGroup.Add("Monk_handsofLightning_stage01_crimson_aoe", 143525); DictSNOEffectGroup.Add("Monk_handsofLightning_stage01_obsidian_debuff", 143672); DictSNOEffectGroup.Add("Monk_handsOfLightning_stage01_switch", 143516); DictSNOEffectGroup.Add("Monk_handsofLightning_stage03_alabaster_dodge", 143703); DictSNOEffectGroup.Add("Monk_handsOfLightning_stage03_cast_alabaster_dodge", 143700); DictSNOEffectGroup.Add("Monk_handsOfLightning_stage03_cast_crimson_aoe", 143639); DictSNOEffectGroup.Add("Monk_handsOfLightning_stage03_cast_obsidian_debuff", 143679); DictSNOEffectGroup.Add("Monk_handsofLightning_stage03_crimson_aoe", 143644); DictSNOEffectGroup.Add("Monk_handsofLightning_stage03_obsidian_debuff", 143682); DictSNOEffectGroup.Add("Monk_handsOfLightning_stage03_switch", 143518); DictSNOEffectGroup.Add("Monk_hobbleRune_EnemyDamageReduction", 182351); DictSNOEffectGroup.Add("Monk_hobbleRune_ReduceDamageTaken", 182364); DictSNOEffectGroup.Add("Monk_hobbleRune_RunSpeed", 182414); DictSNOEffectGroup.Add("Monk_hobbleRune_Snare", 182371); DictSNOEffectGroup.Add("Monk_hobbleRune_Spirit", 182369); DictSNOEffectGroup.Add("Monk_holyAuraRune_shield", 137550); DictSNOEffectGroup.Add("Monk_holyAura_auraGrantee", 99970); DictSNOEffectGroup.Add("Monk_holyAura_auraGrantee_addSpiritRegen", 140412); DictSNOEffectGroup.Add("Monk_holyAura_auraGrantee_addVitality", 140240); DictSNOEffectGroup.Add("Monk_holyAura_auraGrantee_master", 140239); DictSNOEffectGroup.Add("Monk_holyAura_auraGrantor", 99942); DictSNOEffectGroup.Add("Monk_holyAura_auraGrantor_addHealthRegen", 140157); DictSNOEffectGroup.Add("Monk_holyAura_auraGrantor_addSpiritRegen", 140377); DictSNOEffectGroup.Add("Monk_holyAura_auraGrantor_addVitality", 140200); DictSNOEffectGroup.Add("Monk_holyAura_auraGrantor_master", 140190); DictSNOEffectGroup.Add("Monk_holyAura_healingNova", 99948); DictSNOEffectGroup.Add("Monk_holyAura_healingNova_extraHeal", 140436); DictSNOEffectGroup.Add("Monk_holyAura_healingNova_master", 140445); DictSNOEffectGroup.Add("Monk_HoL_hitFX_CL", 215130); DictSNOEffectGroup.Add("Monk_HoL_stage01", 215639); DictSNOEffectGroup.Add("Monk_HoL_stage01_CL", 215082); DictSNOEffectGroup.Add("Monk_HoL_stage03", 215623); DictSNOEffectGroup.Add("Monk_HoL_stage03_cast", 215644); DictSNOEffectGroup.Add("Monk_HoL_stage03_cast_CL", 214923); DictSNOEffectGroup.Add("Monk_HoL_stage03_Cast_switch", 214928); DictSNOEffectGroup.Add("Monk_HoL_stage03_CL", 214903); DictSNOEffectGroup.Add("Monk_HoL_stage03_hitFX_CL", 215263); DictSNOEffectGroup.Add("Monk_innerSanctuary", 65497); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_damage", 98747); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_damage_outro", 142853); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_duration", 149853); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_duration_outro", 149854); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_healing", 98483); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_healing_outro", 142727); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_presanctified", 150461); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_protect", 137558); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_protect_outro", 137557); DictSNOEffectGroup.Add("Monk_innerSanctuaryRune_sanctified", 142302); DictSNOEffectGroup.Add("Monk_innerSanctuary_outro", 98556); DictSNOEffectGroup.Add("Monk_LashingTail_Kick", 142616); DictSNOEffectGroup.Add("Monk_LashingTail_Kick_Alabaster", 144749); DictSNOEffectGroup.Add("Monk_LashingTail_Kick_crimson", 143898); DictSNOEffectGroup.Add("Monk_LashingTail_Kick_golden", 144255); DictSNOEffectGroup.Add("Monk_LashingTail_Kick_indigo", 143275); DictSNOEffectGroup.Add("Monk_LashingTail_Kick_NoRunes", 143782); DictSNOEffectGroup.Add("Monk_LashingTail_Kick_Obsidian", 145063); DictSNOEffectGroup.Add("Monk_LashingTail_Kick_Obsidian_projectile", 145095); DictSNOEffectGroup.Add("Monk_LashingTail_Whirlwind_Center_Death", 190831); DictSNOEffectGroup.Add("Monk_LashingTail_Whirlwind_Projectile", 143439); DictSNOEffectGroup.Add("Monk_lethalDecoy2_contact", 223570); DictSNOEffectGroup.Add("Monk_lethalDecoy2_contact_dodge", 224196); DictSNOEffectGroup.Add("Monk_lethalDecoy2_contact_fire", 224030); DictSNOEffectGroup.Add("Monk_lethalDecoy2_contact_heal", 224267); DictSNOEffectGroup.Add("Monk_lethalDecoy2_contact_radius", 224165); DictSNOEffectGroup.Add("Monk_lethalDecoy2_contact_spirit", 224147); DictSNOEffectGroup.Add("Monk_lethalDecoy2_explosion", 223640); DictSNOEffectGroup.Add("Monk_lethalDecoy2_explosion_dodge", 224195); DictSNOEffectGroup.Add("Monk_lethalDecoy2_explosion_fire", 224031); DictSNOEffectGroup.Add("Monk_lethalDecoy2_explosion_heal", 224269); DictSNOEffectGroup.Add("Monk_lethalDecoy2_explosion_radius", 224166); DictSNOEffectGroup.Add("Monk_lethalDecoy2_explosion_spirit", 224148); DictSNOEffectGroup.Add("Monk_lethalDecoy2_FXswitch_contact", 224246); DictSNOEffectGroup.Add("Monk_lethalDecoy2_FXswitch_explosion", 224247); DictSNOEffectGroup.Add("Monk_lethalDecoy2_miss", 226250); DictSNOEffectGroup.Add("Monk_lethalDecoy2_miss_dodge", 226261); DictSNOEffectGroup.Add("Monk_lethalDecoy2_miss_fire", 226262); DictSNOEffectGroup.Add("Monk_lethalDecoy2_miss_heal", 226263); DictSNOEffectGroup.Add("Monk_lethalDecoy2_miss_radius", 226264); DictSNOEffectGroup.Add("Monk_lethalDecoy2_miss_spirit", 226265); DictSNOEffectGroup.Add("Monk_lethalDecoy_explosion", 99504); DictSNOEffectGroup.Add("monk_longReach_buff_crits", 215982); DictSNOEffectGroup.Add("monk_longReach_buff_multi", 215870); DictSNOEffectGroup.Add("Monk_LongReach_stage01", 71921); DictSNOEffectGroup.Add("Monk_longReach_stage01_crits", 142031); DictSNOEffectGroup.Add("Monk_longReach_stage01_debuff", 140873); DictSNOEffectGroup.Add("Monk_longReach_stage01_MasterFX", 140870); DictSNOEffectGroup.Add("Monk_longReach_stage01_multi", 141157); DictSNOEffectGroup.Add("Monk_longReach_stage01_randomAOE", 141289); DictSNOEffectGroup.Add("Monk_longReach_stage01_spirit", 141589); DictSNOEffectGroup.Add("Monk_longReach_stage02", 72134); DictSNOEffectGroup.Add("Monk_longReach_stage02_crits", 142032); DictSNOEffectGroup.Add("Monk_longReach_stage02_debuff", 141036); DictSNOEffectGroup.Add("Monk_longReach_stage02_MasterFX", 140871); DictSNOEffectGroup.Add("Monk_longReach_stage02_multi", 141158); DictSNOEffectGroup.Add("Monk_longReach_stage02_randomAOE", 141290); DictSNOEffectGroup.Add("Monk_longReach_stage02_spirit", 141590); DictSNOEffectGroup.Add("Monk_longReach_stage03", 72331); DictSNOEffectGroup.Add("Monk_longReach_stage03_crits", 142033); DictSNOEffectGroup.Add("Monk_longReach_stage03_debuff", 141153); DictSNOEffectGroup.Add("monk_longReach_stage03_explosion", 141221); DictSNOEffectGroup.Add("Monk_longReach_stage03_MasterFX", 140872); DictSNOEffectGroup.Add("Monk_longReach_stage03_multi", 141159); DictSNOEffectGroup.Add("Monk_longReach_stage03_multi_targetFX", 403563); DictSNOEffectGroup.Add("Monk_longReach_stage03_randomAOE", 141288); DictSNOEffectGroup.Add("Monk_longReach_stage03_spirit", 141591); DictSNOEffectGroup.Add("Monk_male_bronzeMen_masterFX", 169137); DictSNOEffectGroup.Add("Monk_male_hobble", 121869); DictSNOEffectGroup.Add("Monk_Male_rapidStrikes_stage01", 18996); DictSNOEffectGroup.Add("Monk_Male_rapidStrikes_stage01_crits", 138229); DictSNOEffectGroup.Add("Monk_Male_rapidStrikes_stage01_holyDOT", 137404); DictSNOEffectGroup.Add("Monk_Male_rapidStrikes_stage01_spiritBonus", 139761); DictSNOEffectGroup.Add("Monk_Male_rapidStrikes_stage01_widerAOE", 137846); DictSNOEffectGroup.Add("Monk_Male_rapidStrikes_stage01_windStrike", 140289); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage02", 98412); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage02_crits", 138230); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage02_holyDOT", 137457); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage02_spiritBonus", 139762); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage02_widerAOE", 137864); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage02_windStrike", 140290); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage03", 98416); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage03_crits", 138231); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage03_holyDOT", 137565); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage03_spiritBonus", 139763); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage03_widerAOE", 137865); DictSNOEffectGroup.Add("Monk_male_rapidStrikes_stage03_windStrike", 140291); DictSNOEffectGroup.Add("monk_MantraOfConviction_switchWithVoxFemale", 218122); DictSNOEffectGroup.Add("monk_MantraOfConviction_switchWithVoxMale", 218124); DictSNOEffectGroup.Add("Monk_MantraOfEvasion_fireNova", 212532); DictSNOEffectGroup.Add("monk_mantra_vox_female", 218121); DictSNOEffectGroup.Add("monk_mantra_vox_male", 218452); DictSNOEffectGroup.Add("Monk_mysticAllyRune_fire_longReach", 170970); DictSNOEffectGroup.Add("Monk_mysticAllyRune_sand_attractor", 191331); DictSNOEffectGroup.Add("Monk_mysticAllyRune_sand_spout", 180223); DictSNOEffectGroup.Add("Monk_mysticAllyRune_water_waveAttack", 171013); DictSNOEffectGroup.Add("Monk_mysticAlly_respawn", 215883); DictSNOEffectGroup.Add("Monk_mysticAlly_sweepingWind", 73953); DictSNOEffectGroup.Add("Monk_rapidStrikes_getHit", 137555); DictSNOEffectGroup.Add("Monk_rapidStrikes_holyDOT", 137628); DictSNOEffectGroup.Add("Monk_rapidStrikes_projectile_windStrike", 140275); DictSNOEffectGroup.Add("Monk_rapidStrikes_stage01_MasterFX", 137345); DictSNOEffectGroup.Add("Monk_rapidStrikes_stage02_MasterFX", 137346); DictSNOEffectGroup.Add("Monk_rapidStrikes_stage03_MasterFX", 137347); DictSNOEffectGroup.Add("Monk_resistAuraRune_armor_aura", 144216); DictSNOEffectGroup.Add("Monk_resistAuraRune_armor_auraGrantee", 145126); DictSNOEffectGroup.Add("Monk_resistAuraRune_armor_resistNova", 143969); DictSNOEffectGroup.Add("Monk_resistAuraRune_elemental_arcane_aura", 145293); DictSNOEffectGroup.Add("Monk_resistAuraRune_elemental_aura", 144211); DictSNOEffectGroup.Add("Monk_resistAuraRune_elemental_auraGrantee", 145125); DictSNOEffectGroup.Add("Monk_resistAuraRune_elemental_cold_aura", 145635); DictSNOEffectGroup.Add("Monk_resistAuraRune_elemental_fire_aura", 145683); DictSNOEffectGroup.Add("Monk_resistAuraRune_elemental_lightning_aura", 145707); DictSNOEffectGroup.Add("Monk_resistAuraRune_elemental_poison_aura", 145713); DictSNOEffectGroup.Add("Monk_resistAuraRune_elemental_resistNova", 143967); DictSNOEffectGroup.Add("Monk_resistAuraRune_improved_aura", 144205); DictSNOEffectGroup.Add("Monk_resistAuraRune_improved_auraGrantee", 145091); DictSNOEffectGroup.Add("Monk_resistAuraRune_improved_resistNova", 143965); DictSNOEffectGroup.Add("Monk_resistAuraRune_increaseCast_aura", 144207); DictSNOEffectGroup.Add("Monk_resistAuraRune_increaseCast_auraGrantee", 145123); DictSNOEffectGroup.Add("Monk_resistAuraRune_increaseCast_resistNova", 143966); DictSNOEffectGroup.Add("Monk_resistAuraRune_spirit_aura", 144212); DictSNOEffectGroup.Add("Monk_resistAuraRune_spirit_auraGrantee", 145124); DictSNOEffectGroup.Add("Monk_resistAuraRune_spirit_resistNova", 143968); DictSNOEffectGroup.Add("Monk_resistAura_auraGrantee", 99823); DictSNOEffectGroup.Add("Monk_resistAura_auraGrantor", 99793); DictSNOEffectGroup.Add("Monk_resistAura_buff_masterFX", 143963); DictSNOEffectGroup.Add("Monk_resistAura_cast_masterFX", 143964); DictSNOEffectGroup.Add("Monk_resistAura_friendly_masterFX", 145062); DictSNOEffectGroup.Add("Monk_resistAura_resistNova", 99958); DictSNOEffectGroup.Add("monk_resistAura_shield", 213763); DictSNOEffectGroup.Add("Monk_retributionAuraRune_crit_auraGrantor", 142994); DictSNOEffectGroup.Add("Monk_retributionAuraRune_crit_nova", 143006); DictSNOEffectGroup.Add("Monk_retributionAuraRune_damageAura_auraGrantor", 142989); DictSNOEffectGroup.Add("Monk_retributionAuraRune_damageAura_nova", 142998); DictSNOEffectGroup.Add("Monk_retributionAuraRune_damageCast_auraGrantor", 142991); DictSNOEffectGroup.Add("Monk_retributionAuraRune_damageCast_nova", 142999); DictSNOEffectGroup.Add("Monk_retributionAuraRune_holy_auraGrantor", 142992); DictSNOEffectGroup.Add("Monk_retributionAuraRune_holy_nova", 143000); DictSNOEffectGroup.Add("Monk_retributionAuraRune_increaseResist_auraGrantor", 142993); DictSNOEffectGroup.Add("Monk_retributionAuraRune_increaseResist_nova", 143005); DictSNOEffectGroup.Add("Monk_retributionAura_auraGrantee", 101085); DictSNOEffectGroup.Add("Monk_retributionAura_auraGrantor", 100768); DictSNOEffectGroup.Add("Monk_retributionAura_crit_holyFireWave", 193348); DictSNOEffectGroup.Add("Monk_retributionAura_holyFireNova", 101053); DictSNOEffectGroup.Add("Monk_retributionAura_masterAuraFX", 142987); DictSNOEffectGroup.Add("Monk_retributionAura_masterCastFX", 142974); DictSNOEffectGroup.Add("Monk_serenity_AOE_explode", 143941); DictSNOEffectGroup.Add("monk_serenity_buff", 129194); DictSNOEffectGroup.Add("Monk_serenity_buffEnd", 129330); DictSNOEffectGroup.Add("Monk_serenity_buffEnd_AOE", 143246); DictSNOEffectGroup.Add("Monk_serenity_buffEnd_health", 143242); DictSNOEffectGroup.Add("Monk_serenity_buffEnd_immune", 143243); DictSNOEffectGroup.Add("Monk_serenity_buffEnd_MasterFX", 143230); DictSNOEffectGroup.Add("Monk_serenity_buffEnd_reflect", 143244); DictSNOEffectGroup.Add("Monk_serenity_buffEnd_spirit", 143245); DictSNOEffectGroup.Add("monk_serenity_buff_allies", 194377); DictSNOEffectGroup.Add("Monk_Serenity_cast", 123156); DictSNOEffectGroup.Add("Monk_Serenity_cast_AOE", 142902); DictSNOEffectGroup.Add("Monk_Serenity_cast_health", 142894); DictSNOEffectGroup.Add("Monk_Serenity_cast_immune", 142896); DictSNOEffectGroup.Add("Monk_Serenity_cast_MasterFX", 142890); DictSNOEffectGroup.Add("Monk_Serenity_cast_reflect", 142895); DictSNOEffectGroup.Add("Monk_Serenity_cast_spirit", 142901); DictSNOEffectGroup.Add("monk_sevenSidedStrike_female_cast", 218498); DictSNOEffectGroup.Add("monk_sevenSidedStrike_male_cast", 218500); DictSNOEffectGroup.Add("Monk_sweepingWindRune_blade_stage01_buff", 196996); DictSNOEffectGroup.Add("Monk_sweepingWindRune_blade_stage01_buff_startSound", 376170); DictSNOEffectGroup.Add("Monk_sweepingWindRune_blade_stage02_buff", 197003); DictSNOEffectGroup.Add("Monk_sweepingWindRune_blade_stage02_buff_startSound", 376236); DictSNOEffectGroup.Add("Monk_sweepingWindRune_blade_stage03_buff", 197004); DictSNOEffectGroup.Add("Monk_sweepingWindRune_blade_stage03_buff_startSound", 376249); DictSNOEffectGroup.Add("Monk_sweepingWindRune_gale_stage01_buff", 197020); DictSNOEffectGroup.Add("Monk_sweepingWindRune_gale_stage01_buff_startSound", 376174); DictSNOEffectGroup.Add("Monk_sweepingWindRune_gale_stage01_cast", 197015); DictSNOEffectGroup.Add("Monk_sweepingWindRune_gale_stage02_buff", 197075); DictSNOEffectGroup.Add("Monk_sweepingWindRune_gale_stage02_buff_startSound", 376237); DictSNOEffectGroup.Add("Monk_sweepingWindRune_gale_stage02_cast", 197016); DictSNOEffectGroup.Add("Monk_sweepingWindRune_gale_stage03_buff", 197076); DictSNOEffectGroup.Add("Monk_sweepingWindRune_gale_stage03_buff_startSound", 376250); DictSNOEffectGroup.Add("Monk_sweepingWindRune_gale_stage03_cast", 197017); DictSNOEffectGroup.Add("Monk_sweepingWindRune_hurricane_stage01_buff", 197172); DictSNOEffectGroup.Add("Monk_sweepingWindRune_hurricane_stage01_buff_startSound", 376183); DictSNOEffectGroup.Add("Monk_sweepingWindRune_Hurricane_stage01_cast", 197167); DictSNOEffectGroup.Add("Monk_sweepingWindRune_hurricane_stage02_buff", 197173); DictSNOEffectGroup.Add("Monk_sweepingWindRune_hurricane_stage02_buff_startSound", 376239); DictSNOEffectGroup.Add("Monk_sweepingWindRune_hurricane_stage02_cast", 197168); DictSNOEffectGroup.Add("Monk_sweepingWindRune_hurricane_stage03_buff", 197174); DictSNOEffectGroup.Add("Monk_sweepingWindRune_hurricane_stage03_buff_startSound", 376251); DictSNOEffectGroup.Add("Monk_sweepingWindRune_hurricane_stage03_cast", 197169); DictSNOEffectGroup.Add("Monk_sweepingWindRune_main_stage01_buff_startSound", 376194); DictSNOEffectGroup.Add("Monk_sweepingWindRune_main_stage02_buff_startSound", 376244); DictSNOEffectGroup.Add("Monk_sweepingWindRune_main_stage03_buff_startSound", 376255); DictSNOEffectGroup.Add("Monk_sweepingWindRune_sand_stage01_buff", 197117); DictSNOEffectGroup.Add("Monk_sweepingWindRune_sand_stage01_buff_startSound", 376186); DictSNOEffectGroup.Add("Monk_sweepingWindRune_sand_stage01_cast", 197104); DictSNOEffectGroup.Add("Monk_sweepingWindRune_sand_stage02_buff", 197132); DictSNOEffectGroup.Add("Monk_sweepingWindRune_sand_stage02_buff_startSound", 376240); DictSNOEffectGroup.Add("Monk_sweepingWindRune_sand_stage02_cast", 197120); DictSNOEffectGroup.Add("Monk_sweepingWindRune_sand_stage03_buff", 197118); DictSNOEffectGroup.Add("Monk_sweepingWindRune_sand_stage03_buff_startSound", 376252); DictSNOEffectGroup.Add("Monk_sweepingWindRune_sand_stage03_cast", 197123); DictSNOEffectGroup.Add("Monk_sweepingWindRune_spirit_stage01_buff", 197109); DictSNOEffectGroup.Add("Monk_sweepingWindRune_spirit_stage01_buff_startSound", 376187); DictSNOEffectGroup.Add("Monk_sweepingWindRune_spirit_stage01_cast", 197105); DictSNOEffectGroup.Add("Monk_sweepingWindRune_spirit_stage02_buff", 197110); DictSNOEffectGroup.Add("Monk_sweepingWindRune_spirit_stage02_buff_startSound", 376241); DictSNOEffectGroup.Add("Monk_sweepingWindRune_spirit_stage02_cast", 197107); DictSNOEffectGroup.Add("Monk_sweepingWindRune_spirit_stage03_buff", 197111); DictSNOEffectGroup.Add("Monk_sweepingWindRune_spirit_stage03_buff_startSound", 376253); DictSNOEffectGroup.Add("Monk_sweepingWindRune_spirit_stage03_cast", 197108); DictSNOEffectGroup.Add("monk_sweepingWindSet6_base_stage3_buff", 483768); DictSNOEffectGroup.Add("monk_sweepingWindSet6_blade_stage3_buff", 483778); DictSNOEffectGroup.Add("monk_sweepingWindSet6_gale_stage3_buff", 483784); DictSNOEffectGroup.Add("monk_sweepingWindSet6_hurricane_stage3_buff", 483781); DictSNOEffectGroup.Add("monk_sweepingWindSet6_sand_stage3_buff", 483774); DictSNOEffectGroup.Add("monk_sweepingWindSet6_spirit_stage3_buff", 483779); DictSNOEffectGroup.Add("monk_sweepingWindSet6_stage3_buff_switch", 483772); DictSNOEffectGroup.Add("monk_sweepingWindSet_base_stage1_buff", 483676); DictSNOEffectGroup.Add("monk_sweepingWindSet_base_stage2_buff", 483683); DictSNOEffectGroup.Add("monk_sweepingWindSet_base_stage3_buff", 483688); DictSNOEffectGroup.Add("monk_sweepingWindSet_blade_stage1_buff", 483725); DictSNOEffectGroup.Add("monk_sweepingWindSet_blade_stage2_buff", 483728); DictSNOEffectGroup.Add("monk_sweepingWindSet_blade_stage3_buff", 483732); DictSNOEffectGroup.Add("monk_sweepingWindSet_hurricane_stage1_buff", 483695); DictSNOEffectGroup.Add("monk_sweepingWindSet_hurricane_stage2_buff", 483700); DictSNOEffectGroup.Add("monk_sweepingWindSet_hurricane_stage3_buff", 483704); DictSNOEffectGroup.Add("monk_sweepingWindSet_sand_stage1_buff", 483711); DictSNOEffectGroup.Add("monk_sweepingWindSet_sand_stage2_buff", 483714); DictSNOEffectGroup.Add("monk_sweepingWindSet_sand_stage3_buff", 483719); DictSNOEffectGroup.Add("monk_sweepingWindSet_spirit_stage1_buff", 483738); DictSNOEffectGroup.Add("monk_sweepingWindSet_spirit_stage2_buff", 483742); DictSNOEffectGroup.Add("monk_sweepingWindSet_spirit_stage3_buff", 483747); DictSNOEffectGroup.Add("monk_sweepingWindSet_stage1_buff_switch", 483679); DictSNOEffectGroup.Add("monk_sweepingWindSet_stage2_buff_switch", 483680); DictSNOEffectGroup.Add("monk_sweepingWindSet_stage3_buff_switch", 483681); DictSNOEffectGroup.Add("Monk_sweepingWind_hurricane_lightningArc", 202186); DictSNOEffectGroup.Add("Monk_sweepingWind_stage01_buff", 196989); DictSNOEffectGroup.Add("Monk_sweepingWind_stage01_buff_startSound", 376167); DictSNOEffectGroup.Add("Monk_sweepingWind_stage01_cast", 196981); DictSNOEffectGroup.Add("Monk_sweepingWind_stage01_cast_switch", 196978); DictSNOEffectGroup.Add("Monk_sweepingWind_stage01_switch", 145642); DictSNOEffectGroup.Add("Monk_sweepingWind_stage02_buff", 196990); DictSNOEffectGroup.Add("Monk_sweepingWind_stage02_buff_startSound", 376225); DictSNOEffectGroup.Add("Monk_sweepingWind_stage02_cast", 196983); DictSNOEffectGroup.Add("Monk_sweepingWind_stage02_cast_switch", 196979); DictSNOEffectGroup.Add("Monk_sweepingWind_stage02_switch", 145643); DictSNOEffectGroup.Add("Monk_sweepingWind_stage03_buff", 196993); DictSNOEffectGroup.Add("Monk_sweepingWind_stage03_buff_startSound", 376235); DictSNOEffectGroup.Add("Monk_sweepingWind_stage03_cast", 196984); DictSNOEffectGroup.Add("Monk_sweepingWind_stage03_cast_switch", 196980); DictSNOEffectGroup.Add("Monk_sweepingWind_stage03_switch", 145644); DictSNOEffectGroup.Add("Monk_waveofLight_AOE_wave", 172717); DictSNOEffectGroup.Add("Monk_waveofLight_bells_flash", 173298); DictSNOEffectGroup.Add("Monk_waveofLight_bells_MasterFX", 173307); DictSNOEffectGroup.Add("Monk_waveofLight_hit", 144079); DictSNOEffectGroup.Add("Monk_waveofLight_hit_AOE", 145016); DictSNOEffectGroup.Add("Monk_waveofLight_hit_bells", 145013); DictSNOEffectGroup.Add("Monk_waveofLight_hit_damage", 145012); DictSNOEffectGroup.Add("Monk_waveofLight_hit_MasterFX", 145011); DictSNOEffectGroup.Add("Monk_waveofLight_hit_spirit", 145014); DictSNOEffectGroup.Add("Monk_WaveOfLight_Start", 216429); DictSNOEffectGroup.Add("monsterAffix_ArcaneEnchanted_cast", 216418); DictSNOEffectGroup.Add("MonsterAffix_ArcaneEnchanted_castJump", 221571); DictSNOEffectGroup.Add("MonsterAffix_arcaneEnchanted_group", 220737); DictSNOEffectGroup.Add("MonsterAffix_arcaneEnchanted_indicator_up", 221647); DictSNOEffectGroup.Add("MonsterAffix_arcaneEnchanted_spawnGroup", 221639); DictSNOEffectGroup.Add("monsterAffix_Avenger_cast_fat", 227306); DictSNOEffectGroup.Add("monsterAffix_Avenger_cast_large", 227307); DictSNOEffectGroup.Add("monsterAffix_Avenger_cast_master", 227310); DictSNOEffectGroup.Add("monsterAffix_Avenger_cast_med", 227308); DictSNOEffectGroup.Add("monsterAffix_Avenger_cast_small", 227309); DictSNOEffectGroup.Add("monsterAffix_Avenger_fat", 226805); DictSNOEffectGroup.Add("monsterAffix_Avenger_large", 226797); DictSNOEffectGroup.Add("monsterAffix_Avenger_master", 226725); DictSNOEffectGroup.Add("monsterAffix_Avenger_med", 226720); DictSNOEffectGroup.Add("monsterAffix_Avenger_small", 226796); DictSNOEffectGroup.Add("monsterAffix_Desecrator_damage_AOE", 84607); DictSNOEffectGroup.Add("monsterAffix_Desecrator_telegraph", 84605); DictSNOEffectGroup.Add("monsterAffix_entangler", 226604); DictSNOEffectGroup.Add("monsterAffix_entanglerCast", 226633); DictSNOEffectGroup.Add("monsterAffix_entangler_outro", 228888); DictSNOEffectGroup.Add("MonsterAffix_Frenzy", 143250); DictSNOEffectGroup.Add("monsterAffix_frozen_death_nova", 231169); DictSNOEffectGroup.Add("monsterAffix_Ghostly_cast", 226770); DictSNOEffectGroup.Add("monsterAffix_Ghostly_introMaster", 227212); DictSNOEffectGroup.Add("monsterAffix_Ghostly_intro_large", 227222); DictSNOEffectGroup.Add("monsterAffix_Ghostly_intro_med", 226835); DictSNOEffectGroup.Add("monsterAffix_Ghostly_intro_small", 227209); DictSNOEffectGroup.Add("monsterAffix_Ghostly_intro_tall", 227233); DictSNOEffectGroup.Add("monsterAffix_Ghostly_large", 227216); DictSNOEffectGroup.Add("monsterAffix_Ghostly_master", 226769); DictSNOEffectGroup.Add("monsterAffix_Ghostly_med", 226707); DictSNOEffectGroup.Add("monsterAffix_Ghostly_outro", 226824); DictSNOEffectGroup.Add("monsterAffix_Ghostly_small", 227190); DictSNOEffectGroup.Add("monsterAffix_Ghostly_tall", 227234); DictSNOEffectGroup.Add("monsterAffix_Grenadier_cast", 217427); DictSNOEffectGroup.Add("monsterAffix_healthLink_jump", 98219); DictSNOEffectGroup.Add("monsterAffix_healthLink_receive", 98461); DictSNOEffectGroup.Add("monsterAffix_invulnerableMinion_large", 227708); DictSNOEffectGroup.Add("monsterAffix_invulnerableMinion_master", 227717); DictSNOEffectGroup.Add("monsterAffix_invulnerableMinion_med", 227696); DictSNOEffectGroup.Add("monsterAffix_invulnerableMinion_small", 227700); DictSNOEffectGroup.Add("monsterAffix_invulnerableMinion_tall", 227711); DictSNOEffectGroup.Add("monsterAffix_linked_getHit2", 228295); DictSNOEffectGroup.Add("monsterAffix_linked_outro", 228623); DictSNOEffectGroup.Add("monsterAffix_MissileDampening", 214140); DictSNOEffectGroup.Add("monsterAffix_molten_bomb_end_med", 18552); DictSNOEffectGroup.Add("monsterAffix_molten_bomb_med", 18553); DictSNOEffectGroup.Add("monsterAffix_Molten_trail", 95867); DictSNOEffectGroup.Add("MonsterAffix_Mortar_Pending", 250032); DictSNOEffectGroup.Add("monsterAffix_Plagued_aura", 19011); DictSNOEffectGroup.Add("monsterAffix_Plagued_endCloud", 108867); DictSNOEffectGroup.Add("monsterAffix_puppetMaster_tendrils", 214342); DictSNOEffectGroup.Add("MonsterAffix_reflectDamage_daggers_fat", 286658); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_daggers_large", 284039); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_daggers_med", 284038); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_daggers_small", 284042); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_daggers_tall", 284040); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_master", 284037); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_onPlayer", 375270); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_warmUp_fat", 442889); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_warmUp_large", 442888); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_warmUp_master", 442891); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_warmUp_med", 442838); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_warmUp_small", 442892); DictSNOEffectGroup.Add("monsterAffix_reflectDamage_warmUp_tall", 442890); DictSNOEffectGroup.Add("monsterAffix_Vortex_cast", 91598); DictSNOEffectGroup.Add("monsterAffix_Vortex_target", 93439); DictSNOEffectGroup.Add("MorluCaster_hover", 18999); DictSNOEffectGroup.Add("morluMelee_ashOver_switch", 218756); DictSNOEffectGroup.Add("morluMelee_ashRevive_switch", 218754); DictSNOEffectGroup.Add("morluMelee_ashTransition_switch", 218748); DictSNOEffectGroup.Add("morluMelee_ash_switch", 218751); DictSNOEffectGroup.Add("MorluSpellcaster_Meteor_afterBurn", 173119); DictSNOEffectGroup.Add("MorluSpellcaster_Meteor_impact", 173120); DictSNOEffectGroup.Add("MorluSpellcaster_Meteor_pending", 173122); DictSNOEffectGroup.Add("morluSpellcaster_teleport_trail", 175445); DictSNOEffectGroup.Add("mysticAlly_RG_airAOEattack", 220434); DictSNOEffectGroup.Add("mysticAlly_waveAttack", 220423); DictSNOEffectGroup.Add("NPC_Human_Male_blood_red_streamSwitch", 19001); DictSNOEffectGroup.Add("NPC_Human_Male_Cellar_deathPull", 19002); DictSNOEffectGroup.Add("NPC_isVendor", 147906); DictSNOEffectGroup.Add("OpenWorld_LootRunObelisk_Point_Glow", 377247); DictSNOEffectGroup.Add("Orb_glowy_ShowNtell", 19003); DictSNOEffectGroup.Add("orb_norm_arcane", 157547); DictSNOEffectGroup.Add("orb_norm_arcane_t3", 157552); DictSNOEffectGroup.Add("orb_norm_arcane_t4", 157553); DictSNOEffectGroup.Add("orb_norm_arcane_t5", 157554); DictSNOEffectGroup.Add("orb_norm_arcane_t6", 157555); DictSNOEffectGroup.Add("orb_norm_arcane_t7", 157556); DictSNOEffectGroup.Add("orb_norm_attack", 157572); DictSNOEffectGroup.Add("orb_norm_attack_t3", 157573); DictSNOEffectGroup.Add("orb_norm_attack_t4", 157574); DictSNOEffectGroup.Add("orb_norm_attack_t5", 157575); DictSNOEffectGroup.Add("orb_norm_attack_t6", 157576); DictSNOEffectGroup.Add("orb_norm_attack_t7", 157577); DictSNOEffectGroup.Add("orb_norm_cast", 157588); DictSNOEffectGroup.Add("orb_norm_cast_t3", 157589); DictSNOEffectGroup.Add("orb_norm_cast_t4", 157590); DictSNOEffectGroup.Add("orb_norm_cast_t5", 157591); DictSNOEffectGroup.Add("orb_norm_cast_t6", 157592); DictSNOEffectGroup.Add("orb_norm_cast_t7", 157593); DictSNOEffectGroup.Add("orb_norm_cold", 157594); DictSNOEffectGroup.Add("orb_norm_cold_t3", 157595); DictSNOEffectGroup.Add("orb_norm_cold_t4", 157654); DictSNOEffectGroup.Add("orb_norm_cold_t5", 157655); DictSNOEffectGroup.Add("orb_norm_cold_t6", 157656); DictSNOEffectGroup.Add("orb_norm_cold_t7", 157657); DictSNOEffectGroup.Add("orb_norm_fire", 157659); DictSNOEffectGroup.Add("orb_norm_fire_t3", 157662); DictSNOEffectGroup.Add("orb_norm_fire_t4", 157663); DictSNOEffectGroup.Add("orb_norm_fire_t5", 157664); DictSNOEffectGroup.Add("orb_norm_fire_t6", 157665); DictSNOEffectGroup.Add("orb_norm_fire_t7", 157666); DictSNOEffectGroup.Add("orb_norm_goldFind", 157667); DictSNOEffectGroup.Add("orb_norm_goldFind_t2", 157668); DictSNOEffectGroup.Add("orb_norm_goldFind_t3", 157670); DictSNOEffectGroup.Add("orb_norm_goldFind_t4", 157671); DictSNOEffectGroup.Add("orb_norm_goldFind_t5", 157672); DictSNOEffectGroup.Add("orb_norm_goldFind_t6", 157673); DictSNOEffectGroup.Add("orb_norm_goldFind_t7", 157674); DictSNOEffectGroup.Add("orb_norm_holy", 157678); DictSNOEffectGroup.Add("orb_norm_holy_t3", 157679); DictSNOEffectGroup.Add("orb_norm_holy_t4", 157680); DictSNOEffectGroup.Add("orb_norm_holy_t5", 157681); DictSNOEffectGroup.Add("orb_norm_holy_t6", 157682); DictSNOEffectGroup.Add("orb_norm_holy_t7", 157683); DictSNOEffectGroup.Add("orb_norm_lifeSteal", 157686); DictSNOEffectGroup.Add("orb_norm_lifeSteal_t2", 157687); DictSNOEffectGroup.Add("orb_norm_lifeSteal_t3", 157688); DictSNOEffectGroup.Add("orb_norm_lifeSteal_t4", 157689); DictSNOEffectGroup.Add("orb_norm_lifeSteal_t5", 157690); DictSNOEffectGroup.Add("orb_norm_lifeSteal_t6", 157691); DictSNOEffectGroup.Add("orb_norm_lifeSteal_t7", 157692); DictSNOEffectGroup.Add("orb_norm_lightning", 157694); DictSNOEffectGroup.Add("orb_norm_lightning_t2", 157695); DictSNOEffectGroup.Add("orb_norm_lightning_t3", 157696); DictSNOEffectGroup.Add("orb_norm_lightning_t4", 157697); DictSNOEffectGroup.Add("orb_norm_lightning_t5", 157698); DictSNOEffectGroup.Add("orb_norm_lightning_t6", 157699); DictSNOEffectGroup.Add("orb_norm_lightning_t7", 157700); DictSNOEffectGroup.Add("orb_norm_magicFind", 157701); DictSNOEffectGroup.Add("orb_norm_magicFind_t3", 157703); DictSNOEffectGroup.Add("orb_norm_magicFind_t4", 157704); DictSNOEffectGroup.Add("orb_norm_magicFind_t5", 157705); DictSNOEffectGroup.Add("orb_norm_magicFind_t6", 157706); DictSNOEffectGroup.Add("orb_norm_magicFind_t7", 157707); DictSNOEffectGroup.Add("orb_norm_manaSteal", 157711); DictSNOEffectGroup.Add("orb_norm_manaSteal_t1", 237057); DictSNOEffectGroup.Add("orb_norm_manaSteal_t2", 157716); DictSNOEffectGroup.Add("orb_norm_manaSteal_t3", 157717); DictSNOEffectGroup.Add("orb_norm_manaSteal_t4", 157718); DictSNOEffectGroup.Add("orb_norm_manaSteal_t5", 157719); DictSNOEffectGroup.Add("orb_norm_manaSteal_t6", 157720); DictSNOEffectGroup.Add("orb_norm_manaSteal_t7", 157722); DictSNOEffectGroup.Add("orb_norm_poison", 157732); DictSNOEffectGroup.Add("orb_norm_poison_t3", 157733); DictSNOEffectGroup.Add("orb_norm_poison_t4", 157744); DictSNOEffectGroup.Add("orb_norm_poison_t5", 157750); DictSNOEffectGroup.Add("orb_norm_poison_t6", 157751); DictSNOEffectGroup.Add("orb_norm_poison_t7", 157752); DictSNOEffectGroup.Add("orb_norm_spell", 157776); DictSNOEffectGroup.Add("orb_norm_spell_t3", 157778); DictSNOEffectGroup.Add("orb_norm_spell_t4", 157779); DictSNOEffectGroup.Add("orb_norm_spell_t5", 157780); DictSNOEffectGroup.Add("orb_norm_spell_t6", 157781); DictSNOEffectGroup.Add("orb_norm_spell_t7", 157782); DictSNOEffectGroup.Add("p1_Achievement_toast_back_UI_red", 406076); DictSNOEffectGroup.Add("p1_Achievement_toast_back_UI_Season", 409711); DictSNOEffectGroup.Add("p1_Achievement_toast_front_UI_red", 406069); DictSNOEffectGroup.Add("p1_Achievement_toast_front_UI_Season", 409719); DictSNOEffectGroup.Add("p1_Barbarian_earthquake_phys", 410742); DictSNOEffectGroup.Add("p1_DH_clusterArrow_cold_missilesAttract", 410294); DictSNOEffectGroup.Add("p1_DH_elementalArrow_fire_impact", 410315); DictSNOEffectGroup.Add("p1_DH_sentry_cold", 406100); DictSNOEffectGroup.Add("p1_DH_strafe_cold_impact", 408454); DictSNOEffectGroup.Add("p1_DH_strafe_fire_attractMissiles", 410267); DictSNOEffectGroup.Add("p1_DH_strafe_fire_impact", 408439); DictSNOEffectGroup.Add("p1_DH_strafe_fire_rocketImpact", 410266); DictSNOEffectGroup.Add("p1_DH_strafe_lightning_impact", 408447); DictSNOEffectGroup.Add("p1_DH_strafe_physical_impact", 408440); DictSNOEffectGroup.Add("p1_Greed_backGoblins_buff", 394199); DictSNOEffectGroup.Add("p1_Greed_backGoblins_buff_end", 394201); DictSNOEffectGroup.Add("p1_greed_chargeIndicator", 399078); DictSNOEffectGroup.Add("p1_Greed_critSwitch_arcane", 402704); DictSNOEffectGroup.Add("p1_Greed_critSwitch_cold", 402705); DictSNOEffectGroup.Add("p1_Greed_critSwitch_fire", 402706); DictSNOEffectGroup.Add("p1_Greed_critSwitch_holy", 402710); DictSNOEffectGroup.Add("p1_Greed_critSwitch_lightning", 402707); DictSNOEffectGroup.Add("p1_Greed_critSwitch_phys", 402709); DictSNOEffectGroup.Add("p1_Greed_critSwitch_poison", 402708); DictSNOEffectGroup.Add("p1_Greed_deathChest_glow", 404553); DictSNOEffectGroup.Add("p1_Greed_getHit_arcane", 402698); DictSNOEffectGroup.Add("p1_Greed_getHit_cold", 402699); DictSNOEffectGroup.Add("p1_Greed_getHit_fire", 402701); DictSNOEffectGroup.Add("p1_Greed_getHit_holy", 402700); DictSNOEffectGroup.Add("p1_Greed_getHit_lightning", 402702); DictSNOEffectGroup.Add("p1_Greed_getHit_phys", 402696); DictSNOEffectGroup.Add("p1_Greed_getHit_poison", 402703); DictSNOEffectGroup.Add("p1_greed_goldPickUp_warning", 389381); DictSNOEffectGroup.Add("p1_Greed_Portal_Opening", 393172); DictSNOEffectGroup.Add("p1_Greed_Shockwave_Projectile", 400003); DictSNOEffectGroup.Add("p1_itemPassive_akkhan_holyBolt", 403540); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_cast_cold", 409703); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_cast_fire", 409531); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_cast_holy", 409426); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_cast_lightning", 409471); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_cast_phys", 409633); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_cast_switch", 409848); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_impact_cold", 409462); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_impact_fire", 409495); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_impact_holy", 409444); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_impact_lightning", 409477); DictSNOEffectGroup.Add("p1_Monk_dashingStrike_impact_phys", 409498); DictSNOEffectGroup.Add("p1_Monk_DashingStrike_strikeBarrage_phys", 409720); DictSNOEffectGroup.Add("p1_Monk_explodingPalmRune_stage03_cold", 410088); DictSNOEffectGroup.Add("p1_Monk_explodingPalmRune_stage03_fire", 410089); DictSNOEffectGroup.Add("p1_Monk_explodingPalmRune_stage03_holy", 410090); DictSNOEffectGroup.Add("p1_Monk_explodingPalmRune_stage03_lightning", 410087); DictSNOEffectGroup.Add("p1_Monk_explodingPalmRune_stage03_phys", 410091); DictSNOEffectGroup.Add("p1_Monk_explodingPalm_debuff_cold", 409909); DictSNOEffectGroup.Add("p1_Monk_explodingPalm_debuff_fire", 410094); DictSNOEffectGroup.Add("p1_Monk_explodingPalm_debuff_holy", 410093); DictSNOEffectGroup.Add("p1_Monk_explodingPalm_debuff_lightning", 409911); DictSNOEffectGroup.Add("p1_Monk_explodingPalm_debuff_phys", 410092); DictSNOEffectGroup.Add("p1_monk_explodingPalm_explosion_base", 409953); DictSNOEffectGroup.Add("p1_monk_explodingPalm_explosion_cold", 409928); DictSNOEffectGroup.Add("p1_monk_explodingPalm_explosion_fire", 409949); DictSNOEffectGroup.Add("p1_monk_explodingPalm_explosion_holy", 409948); DictSNOEffectGroup.Add("p1_monk_explodingPalm_explosion_lightning", 409947); DictSNOEffectGroup.Add("p1_monk_explodingPalm_explosion_phys", 410113); DictSNOEffectGroup.Add("p1_Monk_handsOfLightning_stage01_static", 409354); DictSNOEffectGroup.Add("p1_Monk_handsOfLightning_stage03_cast_static", 409404); DictSNOEffectGroup.Add("p1_Monk_handsofLightning_stage03_static", 409381); DictSNOEffectGroup.Add("p1_Monk_hobbleRune_cold_explosion", 409251); DictSNOEffectGroup.Add("p1_Monk_mysticAlly_damageBuff", 410395); DictSNOEffectGroup.Add("p1_Monk_waveOfLight_pillar_ropeSwitch", 394684); DictSNOEffectGroup.Add("p1_rifts_Orb", 434927); DictSNOEffectGroup.Add("p1_rifts_Orb_attract", 434925); DictSNOEffectGroup.Add("p1_rifts_Orb_pickup", 434921); DictSNOEffectGroup.Add("p1_soundGroup_barb_skill_earthquake_rockSounds", 410820); DictSNOEffectGroup.Add("p1_soundgroup_tieredRift_ghost_spawn", 410219); DictSNOEffectGroup.Add("p1_soundGroup_ui_tieredRift_timeRunsOut", 410679); DictSNOEffectGroup.Add("p1_Tgoblin_Chest_Bomb", 382717); DictSNOEffectGroup.Add("p1_Tgoblin_Chest_Bomb_castIndicator", 382851); DictSNOEffectGroup.Add("p1_Tgoblin_Killer_Chest_openFX", 404737); DictSNOEffectGroup.Add("p1_tiered_rifts_Orb_attract", 405910); DictSNOEffectGroup.Add("p1_tiered_rifts_Orb_B", 408435); DictSNOEffectGroup.Add("p1_tiered_rifts_Orb_B_flippyInAir", 408579); DictSNOEffectGroup.Add("p1_tiered_rifts_Orb_flippyInAir", 405705); DictSNOEffectGroup.Add("p1_tiered_rifts_Orb_pickup", 405401); DictSNOEffectGroup.Add("p1_treasureGoblin_jump_impact", 403553); DictSNOEffectGroup.Add("p1_treasureGoblin_staggerFX", 414773); DictSNOEffectGroup.Add("p1_treasureGoblin_staggerFX_bloodShard", 414957); DictSNOEffectGroup.Add("p1_treasureGoblin_staggerFX_gems", 414981); DictSNOEffectGroup.Add("p1_treasureGoblin_staggerFX_green", 414984); DictSNOEffectGroup.Add("p1_treasureGoblin_teleport", 428090); DictSNOEffectGroup.Add("p1_treasureGoblin_teleport_end", 428091); DictSNOEffectGroup.Add("p1_WD_fetishShaman_hitOverride", 404852); DictSNOEffectGroup.Add("p1_WD_fetish_hitOverride", 404851); DictSNOEffectGroup.Add("p1_WD_locustSwarm_cold_cast", 404498); DictSNOEffectGroup.Add("p1_WD_locustSwarm_cold_death_med", 404657); DictSNOEffectGroup.Add("p1_WD_locustSwarm_cold_DOT_large", 404478); DictSNOEffectGroup.Add("p1_WD_locustSwarm_cold_DOT_med", 404479); DictSNOEffectGroup.Add("p1_WD_locustSwarm_cold_DOT_small", 404480); DictSNOEffectGroup.Add("p1_WD_locustSwarm_cold_DOT_switch", 404481); DictSNOEffectGroup.Add("p1_WD_locustSwarm_cold_jump", 404800); DictSNOEffectGroup.Add("p1_WD_locustSwarm_phys_cast", 404753); DictSNOEffectGroup.Add("p1_WD_locustSwarm_phys_death_med", 404782); DictSNOEffectGroup.Add("p1_WD_locustSwarm_phys_DOT_large", 404762); DictSNOEffectGroup.Add("p1_WD_locustSwarm_phys_DOT_med", 404757); DictSNOEffectGroup.Add("p1_WD_locustSwarm_phys_DOT_small", 404761); DictSNOEffectGroup.Add("p1_WD_locustSwarm_phys_DOT_switch", 404781); DictSNOEffectGroup.Add("p1_WD_locustSwarm_phys_jump", 404806); DictSNOEffectGroup.Add("p1_WD_zombieDog_fire_hitOverride", 404862); DictSNOEffectGroup.Add("p1_WD_zombieDog_hitOverride", 404863); DictSNOEffectGroup.Add("p1_WD_zombieDog_poison_hitOverride", 404864); DictSNOEffectGroup.Add("p1_Wizard_arcaneTorrent_fire_cast", 409547); DictSNOEffectGroup.Add("p1_Wizard_Blizzard_castSwitch", 409576); DictSNOEffectGroup.Add("p1_Wizard_Blizzard_fire_cast", 409578); DictSNOEffectGroup.Add("p1_Wizard_Blizzard_lightning", 409286); DictSNOEffectGroup.Add("p1_Wizard_Blizzard_lightning_cast", 409583); DictSNOEffectGroup.Add("p1_Wizard_explosiveBlast_lightning_cast", 409422); DictSNOEffectGroup.Add("p1_Wizard_explosiveBlast_lightning_intro", 409424); DictSNOEffectGroup.Add("p2_demonHunter_spikeTrap_triggered_cold", 428741); DictSNOEffectGroup.Add("p2_fallenLunatic_ring_explode", 434015); DictSNOEffectGroup.Add("p2_FallenLunatic_ring_insanityGlow", 434000); DictSNOEffectGroup.Add("p2_itemPassive_unique_ashbringer_activate", 430974); DictSNOEffectGroup.Add("p2_itemPassive_unique_ashbringer_impact", 431315); DictSNOEffectGroup.Add("p2_itemPassive_unique_blizzconRing_arcane", 434111); DictSNOEffectGroup.Add("p2_itemPassive_unique_blizzconRing_cold", 434251); DictSNOEffectGroup.Add("p2_itemPassive_unique_blizzconRing_fire", 434138); DictSNOEffectGroup.Add("p2_itemPassive_unique_blizzconRing_holy", 434307); DictSNOEffectGroup.Add("p2_itemPassive_unique_blizzconRing_lightning", 434266); DictSNOEffectGroup.Add("p2_itemPassive_unique_blizzconRing_phys", 434322); DictSNOEffectGroup.Add("p2_itemPassive_unique_blizzconRing_poison", 434289); DictSNOEffectGroup.Add("p2_itemPassive_unique_ring_014_locustAura", 426472); DictSNOEffectGroup.Add("p2_itemPassive_unique_ring_017", 433958); DictSNOEffectGroup.Add("p2_itemPassive_unique_ring_017_blue", 483600); DictSNOEffectGroup.Add("p2_itemPassive_unique_ring_017_purple", 483613); DictSNOEffectGroup.Add("p2_itemPassive_unique_ring_017_teal", 483619); DictSNOEffectGroup.Add("p2_itemPassive_unique_Ring_733_x1_fireDamageBuff", 423169); DictSNOEffectGroup.Add("p2_LR_terrorDemon_lightningBreath_selfBuff", 430291); DictSNOEffectGroup.Add("p2_Monk_lethalDecoy_explosion_cold", 425711); DictSNOEffectGroup.Add("p2_Monk_lethalDecoy_explosion_fire", 425554); DictSNOEffectGroup.Add("p2_Monk_lethalDecoy_explosion_lightning", 425561); DictSNOEffectGroup.Add("p2_Monk_lethalDecoy_explosion_phys", 425584); DictSNOEffectGroup.Add("p2_morluSpellcaster_teleport_trail_cold", 428807); DictSNOEffectGroup.Add("p2_potionAffix_fear_AOE", 428832); DictSNOEffectGroup.Add("p2_powerUp_runSpeed_barb", 428991); DictSNOEffectGroup.Add("p2_powerUp_runSpeed_cdr", 428996); DictSNOEffectGroup.Add("p2_powerUp_runSpeed_DH", 428992); DictSNOEffectGroup.Add("p2_powerUp_runSpeed_genderSwitch_cdr", 429006); DictSNOEffectGroup.Add("p2_powerUp_runSpeed_genderSwitch_WD", 429004); DictSNOEffectGroup.Add("p2_powerUp_runSpeed_monk", 428995); DictSNOEffectGroup.Add("p2_powerUp_runSpeed_WD", 428994); DictSNOEffectGroup.Add("p2_powerUp_runSpeed_wiz", 428993); DictSNOEffectGroup.Add("P2_SoundGroup_MatsDrop", 418361); DictSNOEffectGroup.Add("p2_soundgroup_shieldPylon_shield_expires", 429122); DictSNOEffectGroup.Add("p2_TGoblinD_SplitFX", 432390); DictSNOEffectGroup.Add("p2_treasureGoblin_goldPile_spawnFX", 429553); DictSNOEffectGroup.Add("p2_WeeklyChallenge_Obelisk_Point_Glow", 478026); DictSNOEffectGroup.Add("p2_westmarchBrute_leapAOE", 428937); DictSNOEffectGroup.Add("p2_westmarchBrute_leapAOE_impact", 428940); DictSNOEffectGroup.Add("p2_westmarchBrute_leap_telegraph", 428950); DictSNOEffectGroup.Add("P3_ItemPassive_Unique_Mighty_1H_coldAura", 441769); DictSNOEffectGroup.Add("p43_AD_shrine_defaultFX_activate_Global", 455257); DictSNOEffectGroup.Add("p43_AD_TownPortalSound", 455481); DictSNOEffectGroup.Add("p43_AD_WirtsMap_Sound_01", 458403); DictSNOEffectGroup.Add("p43_AD_WirtsMap_Sound_02", 458404); DictSNOEffectGroup.Add("p43_AD_WirtsMap_Sound_03", 458405); DictSNOEffectGroup.Add("p43_d1_FleshPitFlyer_1_teleportCast", 454024); DictSNOEffectGroup.Add("p43_d1_Mage_Flash", 454587); DictSNOEffectGroup.Add("p43_d1_TerrorDemon_lightningBreath_projectile", 454170); DictSNOEffectGroup.Add("P43_WitchDoctor_SpiritBarrage_Explode_Base", 463060); DictSNOEffectGroup.Add("P43_WitchDoctor_SpiritBarrage_Explode_Fire", 456596); DictSNOEffectGroup.Add("P43_WitchDoctor_SpiritBarrage_Explode_Ghost", 463063); DictSNOEffectGroup.Add("P43_WitchDoctor_SpiritBarrage_Explode_Mana", 463062); DictSNOEffectGroup.Add("P43_WitchDoctor_SpiritBarrage_Explode_Purp", 463085); DictSNOEffectGroup.Add("p4_CannibalBarbarian_FuriousChargeStart", 441499); DictSNOEffectGroup.Add("P4_CannibalBarbarian_GroundStomp", 441544); DictSNOEffectGroup.Add("P4_CannibalBarbarian_GroundStompCast", 441543); DictSNOEffectGroup.Add("P4_CannibalBarbarian_Hota_Cast", 441444); DictSNOEffectGroup.Add("p4_cannibalBarbarian_Hota_Contact", 441442); DictSNOEffectGroup.Add("P4_CannibalBarbarian_LeapImpact", 441575); DictSNOEffectGroup.Add("P4_CannibalBarbarian_WeaponThrow_Axe_Base", 441520); DictSNOEffectGroup.Add("P4_CannibalBarbarian_WeaponThrow_HitFX", 441602); DictSNOEffectGroup.Add("P4_CannibalBarbarian_WhirlWind", 441555); DictSNOEffectGroup.Add("p4_Forest_Coast_Mist", 410481); DictSNOEffectGroup.Add("p4_Forest_Coast_Mist_B", 411343); DictSNOEffectGroup.Add("p4_Forest_Coast_Mist_Cracks", 411344); DictSNOEffectGroup.Add("P4_Goatman_fireball_impact", 437825); DictSNOEffectGroup.Add("P4_Goatman_shaman_cast", 437779); DictSNOEffectGroup.Add("P4_Goatman_shaman_weapon", 437766); DictSNOEffectGroup.Add("P4_Ice_Porcupine_A", 440281); DictSNOEffectGroup.Add("P4_Ice_Porcupine_Death", 441324); DictSNOEffectGroup.Add("p4_ice_porcupine_nova_projectile_cast", 430431); DictSNOEffectGroup.Add("p4_ice_porcupine_nova_projectile_impact", 430433); DictSNOEffectGroup.Add("p4_ice_porcupine_nova_stream", 440333); DictSNOEffectGroup.Add("p4_maggot_suicide_frostExplosion", 423302); DictSNOEffectGroup.Add("p4_monstrosity_scorpionBeetle_projectile", 426827); DictSNOEffectGroup.Add("p4_monstrosity_scorpionBeetle_projectile_impact", 426824); DictSNOEffectGroup.Add("p4_monstrosity_scorpionBeetle_projectile_telegraph", 426800); DictSNOEffectGroup.Add("p4_mysteriousHermit_fireball_cast", 448063); DictSNOEffectGroup.Add("p4_mysteriousHermit_fireball_impact", 448066); DictSNOEffectGroup.Add("p4_mysteriousHermit_firewave_cast", 448093); DictSNOEffectGroup.Add("p4_mysteriousHermit_ghostball_cast", 448989); DictSNOEffectGroup.Add("p4_mysteriousHermit_ghostball_impact", 448728); DictSNOEffectGroup.Add("p4_mysteriousHermit_transform", 448983); DictSNOEffectGroup.Add("p4_mysteriousHermit_transform_ground", 448994); DictSNOEffectGroup.Add("p4_ratKing_burrowed_idleState", 427807); DictSNOEffectGroup.Add("p4_RatKing_B_Swarm_cloud", 447136); DictSNOEffectGroup.Add("p4_ratKing_ratBall_death", 427732); DictSNOEffectGroup.Add("p4_ratKing_ratBall_preBurst", 427832); DictSNOEffectGroup.Add("p4_ratKing_thunderdome", 427589); DictSNOEffectGroup.Add("p4_RatKing_WaspRain_Bolt", 447120); DictSNOEffectGroup.Add("p4_RatKing_WaspRain_impact", 447131); DictSNOEffectGroup.Add("p4_RatKing_WaspRain_Launch", 449072); DictSNOEffectGroup.Add("p4_ruins_frost_Brazier_Fire", 440572); DictSNOEffectGroup.Add("p4_ruins_frost_Brazier_Fire_Embers_A", 441623); DictSNOEffectGroup.Add("p4_ruins_frost_Brazier_Flare", 440573); DictSNOEffectGroup.Add("p4_Ruins_Frost_Breakable_Tablet_Debris", 427371); DictSNOEffectGroup.Add("p4_Ruins_Frost_Chest_Pillar_LoopSound_Start", 441696); DictSNOEffectGroup.Add("p4_Ruins_Frost_Chest_Pillar_LoopSound_Stop", 441685); DictSNOEffectGroup.Add("p4_Ruins_Frost_KanaiCube_Attract", 441404); DictSNOEffectGroup.Add("p4_sandWasp_projectile_impact", 426625); DictSNOEffectGroup.Add("P4_Sasquash_attack_HammerFists", 437795); DictSNOEffectGroup.Add("p4_Sasquatch_A_attack_HammerFists_01", 443262); DictSNOEffectGroup.Add("P4_Sasquatch_A_attack_melee", 443248); DictSNOEffectGroup.Add("P4_Sasquatch_A_EarthPound", 443343); DictSNOEffectGroup.Add("p4_Sasquatch_B_melee_Impact", 443544); DictSNOEffectGroup.Add("p4_Sasquatch_B_TossOver_EffectGroup", 443522); DictSNOEffectGroup.Add("p4_Sasquatch_B_TossOver_Hand_Sparks", 443523); DictSNOEffectGroup.Add("p4_SeaMonster_summon_attractor", 435838); DictSNOEffectGroup.Add("p4_SeaMonster_summon_spawnFX", 445719); DictSNOEffectGroup.Add("p4_soundGroup_mon_ratKing_corpseSounds", 428140); DictSNOEffectGroup.Add("p4_soundgroup_mon_ratKing_idleAndBreaths", 427992); DictSNOEffectGroup.Add("p4_soundGroup_ratKing_thunderdome_ends", 428242); DictSNOEffectGroup.Add("P4_SpiderBomb_AOD", 277156); DictSNOEffectGroup.Add("P4_Spiderbomb_pulse", 277756); DictSNOEffectGroup.Add("p4_Wolf_Bite", 440292); DictSNOEffectGroup.Add("p4_Wolf_Bite_Cleave_A", 447898); DictSNOEffectGroup.Add("p4_Wolf_Bite_Cleave_B", 447877); DictSNOEffectGroup.Add("P4_WoodWraith_A_footStomp", 446158); DictSNOEffectGroup.Add("P4_WoodWraith_A_footStomp_large", 446159); DictSNOEffectGroup.Add("P4_WoodWraith_explosion_dir_left_B", 449740); DictSNOEffectGroup.Add("P4_WoodWraith_explosion_dir_right_B", 449752); DictSNOEffectGroup.Add("P4_WoodWraith_explosion_large_dir_right_B", 449749); DictSNOEffectGroup.Add("P4_WoodWraith_getHit_large_B", 449736); DictSNOEffectGroup.Add("p4_WoodWraith_VineTrap_armed", 445769); DictSNOEffectGroup.Add("p4_WoodWraith_VineTrap_telegraph", 430610); DictSNOEffectGroup.Add("P4_Yeti_A", 437887); DictSNOEffectGroup.Add("P4_Yeti_attack_Boulder_Forming", 437901); DictSNOEffectGroup.Add("P4_Yeti_attack_EarthPound", 437530); DictSNOEffectGroup.Add("P4_Yeti_attack_HammerFists", 437535); DictSNOEffectGroup.Add("P4_Yeti_attack_melee", 437812); DictSNOEffectGroup.Add("P4_Yeti_B_attack_GroundStomp_01", 441658); DictSNOEffectGroup.Add("P4_Yeti_B_attack_HammerFists", 441793); DictSNOEffectGroup.Add("P4_Yeti_B_attack_melee", 441783); DictSNOEffectGroup.Add("p4_Yeti_FrostBreath", 415559); DictSNOEffectGroup.Add("p4_Yeti_IceBeam_telegraph", 416190); DictSNOEffectGroup.Add("P4_Yeti_Snowball_Bounce", 439280); DictSNOEffectGroup.Add("P4_Yeti_Snowball_Dies", 439279); DictSNOEffectGroup.Add("P4_Yeti_Snowball_Impact", 439225); DictSNOEffectGroup.Add("p6_bloodCultist_shield", 466864); DictSNOEffectGroup.Add("p6_Church_BloodFloor", 470310); DictSNOEffectGroup.Add("p6_Church_Decor_Statue_Blood_FX", 470628); DictSNOEffectGroup.Add("p6_Church_HangingCenser_FX", 457637); DictSNOEffectGroup.Add("p6_commandSkeletons_runeSwitch_death", 473802); DictSNOEffectGroup.Add("p6_commandSkeletons_runeSwitch_deathFlash", 473770); DictSNOEffectGroup.Add("p6_commandSkeletons_runeSwitch_deathLooks", 473712); DictSNOEffectGroup.Add("p6_envy_portal", 476625); DictSNOEffectGroup.Add("p6_envy_projectile_impact", 476738); DictSNOEffectGroup.Add("p6_grandChest_glow", 471659); DictSNOEffectGroup.Add("p6_necro_aotd_c_skeleAttack", 471802); DictSNOEffectGroup.Add("p6_necro_AotD_C_skeleAttack_bottom", 474437); DictSNOEffectGroup.Add("p6_necro_AotD_C_skeleAttack_bottomLeft", 474453); DictSNOEffectGroup.Add("p6_necro_AotD_C_skeleAttack_bottomRight", 474455); DictSNOEffectGroup.Add("p6_necro_AotD_C_skeleAttack_left", 474400); DictSNOEffectGroup.Add("p6_necro_AotD_C_skeleAttack_right", 474402); DictSNOEffectGroup.Add("p6_necro_AotD_C_skeleAttack_top", 474435); DictSNOEffectGroup.Add("p6_necro_AotD_C_skeleAttack_topLeft", 474466); DictSNOEffectGroup.Add("p6_necro_AotD_C_skeleAttack_topRight", 474464); DictSNOEffectGroup.Add("p6_necro_AotD_e_spinning", 472198); DictSNOEffectGroup.Add("p6_necro_AotD_e_windup", 472197); DictSNOEffectGroup.Add("p6_necro_bloodGolem_base_golemDeathFX", 475373); DictSNOEffectGroup.Add("p6_necro_bloodGolem_blood_actorToActor", 463712); DictSNOEffectGroup.Add("p6_necro_bloodGolem_blood_actorToActor_blueVein02", 465156); DictSNOEffectGroup.Add("p6_necro_bloodGolem_blood_actorToActor_pickOne", 464541); DictSNOEffectGroup.Add("p6_necro_bloodGolem_blood_actorToActor_redVein", 464193); DictSNOEffectGroup.Add("p6_necro_bloodGolem_blood_golemDeath_attractor", 463811); DictSNOEffectGroup.Add("p6_necro_bloodGolem_blood_ground", 463891); DictSNOEffectGroup.Add("p6_necro_bloodGolem_B_golemDeathFX", 475371); DictSNOEffectGroup.Add("p6_necro_bloodGolem_D_golemDeathFX", 475372); DictSNOEffectGroup.Add("P6_Necro_BloodMovement_Cast", 453797); DictSNOEffectGroup.Add("p6_necro_bloodNova_02", 462662); DictSNOEffectGroup.Add("p6_necro_bloodNova_aTendril", 466321); DictSNOEffectGroup.Add("p6_necro_bloodNova_bBone", 466324); DictSNOEffectGroup.Add("p6_necro_bloodNova_castEffect_a", 474459); DictSNOEffectGroup.Add("p6_necro_bloodNova_castEffect_b", 474460); DictSNOEffectGroup.Add("p6_necro_bloodNova_castEffect_c", 474461); DictSNOEffectGroup.Add("p6_necro_bloodNova_castEffect_d", 474462); DictSNOEffectGroup.Add("p6_necro_bloodNova_castEffect_e", 474463); DictSNOEffectGroup.Add("p6_necro_bloodNova_castEffect_noRune", 474458); DictSNOEffectGroup.Add("p6_necro_bloodNova_castEffect_picker", 474457); DictSNOEffectGroup.Add("p6_necro_bloodNova_d_decay02", 472863); DictSNOEffectGroup.Add("p6_necro_bloodNova_D_groundAoE", 471115); DictSNOEffectGroup.Add("p6_necro_bloodNova_e_large", 474421); DictSNOEffectGroup.Add("p6_necro_bloodNova_e_medium", 474432); DictSNOEffectGroup.Add("p6_necro_bloodNova_e_Small", 474410); DictSNOEffectGroup.Add("p6_necro_bloodNova_noRune", 474290); DictSNOEffectGroup.Add("P6_Necro_BloodRush_A_End", 472922); DictSNOEffectGroup.Add("P6_Necro_BloodRush_A_FXToDest", 472927); DictSNOEffectGroup.Add("P6_Necro_BloodRush_B_End", 473633); DictSNOEffectGroup.Add("P6_Necro_BloodRush_B_FXToDest", 473636); DictSNOEffectGroup.Add("P6_Necro_BloodRush_B_ToMonsters", 473668); DictSNOEffectGroup.Add("P6_Necro_BloodRush_B_ToMonsters_Rope", 473790); DictSNOEffectGroup.Add("P6_Necro_BloodRush_C_End", 472923); DictSNOEffectGroup.Add("P6_Necro_BloodRush_C_FXToDest", 472928); DictSNOEffectGroup.Add("P6_Necro_BloodRush_D_End", 473635); DictSNOEffectGroup.Add("P6_Necro_BloodRush_D_FXToDest", 473637); DictSNOEffectGroup.Add("P6_Necro_BloodRush_E_buff", 473877); DictSNOEffectGroup.Add("P6_Necro_BloodRush_E_End", 473634); DictSNOEffectGroup.Add("P6_Necro_BloodRush_E_FXToDest", 473638); DictSNOEffectGroup.Add("P6_Necro_BloodRush_F_End", 473248); DictSNOEffectGroup.Add("P6_Necro_BloodRush_F_FXToDest", 473249); DictSNOEffectGroup.Add("P6_Necro_BloodRush_StartFX", 456109); DictSNOEffectGroup.Add("P6_Necro_BloodSiphon_FX_Source", 453672); DictSNOEffectGroup.Add("P6_Necro_BloodSiphon_FX_SourceFailed", 454122); DictSNOEffectGroup.Add("P6_Necro_BoneArmor_A", 474132); DictSNOEffectGroup.Add("P6_Necro_BoneArmor_B", 474133); DictSNOEffectGroup.Add("P6_Necro_BoneArmor_C", 474134); DictSNOEffectGroup.Add("P6_Necro_BoneArmor_D", 474137); DictSNOEffectGroup.Add("P6_Necro_BoneArmor_E", 474138); DictSNOEffectGroup.Add("P6_Necro_BoneArmor_F", 474139); DictSNOEffectGroup.Add("p6_necro_boneArmor_saint6P_tornado1", 474831); DictSNOEffectGroup.Add("p6_necro_boneArmor_saint6P_tornado2", 474832); DictSNOEffectGroup.Add("p6_necro_boneArmor_saint6P_tornado3", 474833); DictSNOEffectGroup.Add("P6_Necro_BoneShield_Base", 463264); DictSNOEffectGroup.Add("P6_Necro_BoneShield_Base_Circle", 463470); DictSNOEffectGroup.Add("P6_Necro_BoneShield_Base_Circle_Failed", 469972); DictSNOEffectGroup.Add("P6_Necro_BoneShield_Base_GetHit", 471524); DictSNOEffectGroup.Add("P6_Necro_BoneShield_B_Circle", 474623); DictSNOEffectGroup.Add("P6_Necro_BoneShield_B_TargetToTarget", 474713); DictSNOEffectGroup.Add("P6_Necro_BoneShield_C_Circle", 474943); DictSNOEffectGroup.Add("P6_Necro_BoneShield_C_Circle_Failed", 474945); DictSNOEffectGroup.Add("P6_Necro_BoneShield_C_TargetToTarget", 474952); DictSNOEffectGroup.Add("P6_Necro_BoneShield_Despawn_SOUNDGROUP", 478263); DictSNOEffectGroup.Add("P6_Necro_BoneShield_D_Circle", 474798); DictSNOEffectGroup.Add("P6_Necro_BoneShield_D_Circle_Failed", 474951); DictSNOEffectGroup.Add("P6_Necro_BoneShield_D_TargetToTarget", 474972); DictSNOEffectGroup.Add("P6_Necro_BoneShield_E_Circle", 474334); DictSNOEffectGroup.Add("P6_Necro_BoneShield_E_Circle_Failed", 474335); DictSNOEffectGroup.Add("P6_Necro_BoneShield_E_TargetToTarget", 474339); DictSNOEffectGroup.Add("P6_Necro_BoneShield_F_Circle", 474385); DictSNOEffectGroup.Add("P6_Necro_BoneShield_F_Circle_Failed", 474942); DictSNOEffectGroup.Add("P6_Necro_BoneShield_F_TargetToTarget", 474392); DictSNOEffectGroup.Add("P6_Necro_BoneShield_TargetToTarget", 463263); DictSNOEffectGroup.Add("p6_necro_boneSpear_blood_castFX", 468566); DictSNOEffectGroup.Add("p6_necro_boneSpear_blood_death", 469571); DictSNOEffectGroup.Add("p6_necro_boneSpear_castEffect_picker", 465222); DictSNOEffectGroup.Add("P6_Necro_BoneSpear_castFX", 454559); DictSNOEffectGroup.Add("p6_necro_boneSpear_c_impact", 470160); DictSNOEffectGroup.Add("p6_necro_boneSpear_c_impact_00", 469564); DictSNOEffectGroup.Add("p6_necro_boneSpear_c_impact_01", 469565); DictSNOEffectGroup.Add("p6_necro_boneSpear_c_impact_02", 469566); DictSNOEffectGroup.Add("p6_necro_boneSpear_c_impact_03", 469567); DictSNOEffectGroup.Add("p6_necro_boneSpear_c_impact_04", 469568); DictSNOEffectGroup.Add("p6_necro_boneSpear_c_impact_05", 469569); DictSNOEffectGroup.Add("p6_necro_boneSpear_c_impact_XX", 470162); DictSNOEffectGroup.Add("P6_Necro_BoneSpear_Death", 455943); DictSNOEffectGroup.Add("P6_Necro_BoneSpear_decay_castFX", 469345); DictSNOEffectGroup.Add("p6_necro_boneSpear_decay_death", 469550); DictSNOEffectGroup.Add("p6_necro_boneSpear_default_impact", 470202); DictSNOEffectGroup.Add("p6_necro_boneSpear_e_teeth_castFx", 471567); DictSNOEffectGroup.Add("p6_necro_boneSpear_e_teeth_death", 471674); DictSNOEffectGroup.Add("P6_Necro_BoneSpear_ghostly_castFX", 460154); DictSNOEffectGroup.Add("p6_necro_boneSpear_hitEffect", 456994); DictSNOEffectGroup.Add("p6_necro_boneSpear_hitEffect_flash_master", 460173); DictSNOEffectGroup.Add("p6_necro_boneSpear_hitEffect_switch", 465271); DictSNOEffectGroup.Add("p6_necro_boneSpear_ice_death", 470294); DictSNOEffectGroup.Add("p6_necro_boneSpear_shatter_explosion", 465209); DictSNOEffectGroup.Add("P6_Necro_boneSpikes", 462185); DictSNOEffectGroup.Add("p6_necro_boneSpikes_a_stun", 470458); DictSNOEffectGroup.Add("P6_Necro_boneSpikes_b_line_1", 471513); DictSNOEffectGroup.Add("P6_Necro_boneSpikes_b_line_2", 471514); DictSNOEffectGroup.Add("P6_Necro_boneSpikes_b_line_3", 471515); DictSNOEffectGroup.Add("P6_Necro_boneSpikes_b_line_4", 471516); DictSNOEffectGroup.Add("p6_necro_boneSpikes_channeled_cast_master", 472777); DictSNOEffectGroup.Add("p6_necro_boneSpikes_channeled_cast_noRune", 472778); DictSNOEffectGroup.Add("p6_necro_boneSpikes_channeled_e_cast", 472779); DictSNOEffectGroup.Add("p6_necro_boneSpikes_c_3Spikes", 472538); DictSNOEffectGroup.Add("p6_necro_boneSpikes_d_groundslow", 471410); DictSNOEffectGroup.Add("p6_necro_boneSpikes_D_ice", 472598); DictSNOEffectGroup.Add("p6_necro_boneSpikes_e_blood", 472762); DictSNOEffectGroup.Add("p6_necro_boneSpikes_master", 470456); DictSNOEffectGroup.Add("p6_necro_boneSpirit_A_cast", 469604); DictSNOEffectGroup.Add("p6_necro_boneSpirit_A_focus", 470213); DictSNOEffectGroup.Add("p6_necro_boneSpirit_A_impact", 467680); DictSNOEffectGroup.Add("p6_necro_boneSpirit_A_target", 470214); DictSNOEffectGroup.Add("p6_necro_boneSpirit_B_cast", 473041); DictSNOEffectGroup.Add("p6_necro_boneSpirit_B_focus", 473031); DictSNOEffectGroup.Add("p6_necro_boneSpirit_B_impact", 473025); DictSNOEffectGroup.Add("p6_necro_boneSpirit_B_target", 473048); DictSNOEffectGroup.Add("p6_necro_boneSpirit_cast_runeSwitch", 469601); DictSNOEffectGroup.Add("p6_necro_boneSpirit_C_aoe", 473093); DictSNOEffectGroup.Add("p6_necro_boneSpirit_C_cast", 473042); DictSNOEffectGroup.Add("p6_necro_boneSpirit_C_focus", 473032); DictSNOEffectGroup.Add("p6_necro_boneSpirit_C_impact", 473026); DictSNOEffectGroup.Add("p6_necro_boneSpirit_C_target", 473050); DictSNOEffectGroup.Add("p6_necro_boneSpirit_D_cast", 473043); DictSNOEffectGroup.Add("p6_necro_boneSpirit_D_focus", 473033); DictSNOEffectGroup.Add("p6_necro_boneSpirit_D_impact", 473027); DictSNOEffectGroup.Add("p6_necro_boneSpirit_D_target", 473051); DictSNOEffectGroup.Add("p6_necro_boneSpirit_E_aoe", 473768); DictSNOEffectGroup.Add("p6_necro_boneSpirit_E_cast", 473044); DictSNOEffectGroup.Add("p6_necro_boneSpirit_E_focus", 473034); DictSNOEffectGroup.Add("p6_necro_boneSpirit_E_impact", 473028); DictSNOEffectGroup.Add("p6_necro_boneSpirit_E_target", 473052); DictSNOEffectGroup.Add("p6_necro_boneSpirit_F_cast", 473045); DictSNOEffectGroup.Add("p6_necro_boneSpirit_F_focus", 473035); DictSNOEffectGroup.Add("p6_necro_boneSpirit_F_impact", 473029); DictSNOEffectGroup.Add("p6_necro_boneSpirit_F_target", 473053); DictSNOEffectGroup.Add("p6_necro_boneSpirit_lockedOnSFX", 472574); DictSNOEffectGroup.Add("p6_necro_boneSpirit_target_runeSwitch", 473047); DictSNOEffectGroup.Add("p6_necro_characterSelection_skeletonMage_actor_death", 476136); DictSNOEffectGroup.Add("p6_necro_characterSelection_skeletonMage_spawn", 476125); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_buff", 473103); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_death", 473787); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_spawn", 473308); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_spawnTrail", 473199); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_target_Boss", 474243); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_target_fat", 474227); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_target_large", 474185); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_target_meduim", 473879); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_target_small", 474172); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_A_topoSwitch_target", 473980); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_buff", 473478); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_death", 473803); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_spawn", 473445); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_spawnTrail", 473467); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_target_boss", 474768); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_target_fat", 474767); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_target_large", 474750); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_target_meduim", 473981); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_target_small", 474751); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_B_topoSwitch_target", 473988); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_buff", 473580); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_death", 473810); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_spawn", 473590); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_spawnTrail", 473604); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_target_boss", 474792); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_target_fat", 474787); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_target_large", 474755); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_target_meduim", 474043); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_target_small", 474760); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_C_topoSwitch_target", 474053); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_buff", 473537); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_death", 473817); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_spawn", 473542); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_spawnTrail", 473557); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_target_boss", 474793); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_target_fat", 474788); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_target_large", 474756); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_target_meduim", 474162); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_target_small", 474761); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_D_topoSwitch_target", 474171); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_buff", 473742); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_death", 473832); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_spawn", 473750); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_spawnTrail", 473761); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_target_boss", 474794); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_target_fat", 474789); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_target_large", 474758); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_target_meduim", 473994); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_target_small", 474762); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_E_topoSwitch_target", 474003); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_buff", 473505); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_death", 473842); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_spawn", 473512); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_spawnTrail", 473523); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_target_boss", 474795); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_target_fat", 474791); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_target_large", 474759); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_target_meduim", 474140); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_target_small", 474763); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_F_topoSwitch_target", 474161); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_runeSwitch_buff", 473482); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_runeSwitch_spawn", 473309); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_runeSwitch_spawnTrail", 473365); DictSNOEffectGroup.Add("p6_necro_commandSkeletons_runeSwitch_target", 473979); DictSNOEffectGroup.Add("p6_necro_commandSkeleton_D_AOE", 471423); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_a_decay_indicator", 473926); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_A_explosion", 471539); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_B_explosion", 471258); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_b_finalEmbrace_cast", 474173); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_cast", 462125); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_cast_picker", 473913); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_c_cast", 473917); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_c_decay_indicator", 473907); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_C_explosion", 471249); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_D_explosion", 471247); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_explosion", 457183); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_e_cast", 473914); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_E_explosion", 471236); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_e_ice_indicator", 473864); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_indicator", 459954); DictSNOEffectGroup.Add("p6_necro_corpseExplosion_indicator_picker", 473859); DictSNOEffectGroup.Add("p6_necro_corpseLance_b_ice_fail", 468303); DictSNOEffectGroup.Add("p6_necro_corpseLance_b_ice_targetToTarget", 468240); DictSNOEffectGroup.Add("P6_Necro_CorpseLance_C_PlayerToTarget", 467966); DictSNOEffectGroup.Add("p6_necro_corpseLance_decay_slowAndDmgReduce_debuff", 474630); DictSNOEffectGroup.Add("p6_necro_corpseLance_decay_targetIndicator", 474731); DictSNOEffectGroup.Add("P6_Necro_CorpseLance_decay_TargetToTarget", 474474); DictSNOEffectGroup.Add("P6_Necro_CorpseLance_Fail", 461944); DictSNOEffectGroup.Add("p6_necro_corpseLance_fail_master", 468302); DictSNOEffectGroup.Add("P6_Necro_CorpseLance_hitEffect", 462180); DictSNOEffectGroup.Add("p6_necro_corpseLance_ice_targetIndicator", 474735); DictSNOEffectGroup.Add("p6_necro_corpseLance_ItemSet_b_ice_targetToTarget", 476124); DictSNOEffectGroup.Add("P6_Necro_CorpseLance_ItemSet_C_PlayerToTarget", 476163); DictSNOEffectGroup.Add("P6_Necro_CorpseLance_ItemSet_decay_TargetToTarget", 476123); DictSNOEffectGroup.Add("P6_Necro_CorpseLance_ItemSet_TargetToTarget", 476122); DictSNOEffectGroup.Add("P6_Necro_CorpseLance_ItemSet_targetToTarget_onBloodRune", 476457); DictSNOEffectGroup.Add("p6_necro_corpseLance_noRune_targetIndicator", 474690); DictSNOEffectGroup.Add("P6_Necro_CorpseLance_TargetToTarget", 462073); DictSNOEffectGroup.Add("p6_necro_corpseLance_targetToTarget_master", 468032); DictSNOEffectGroup.Add("p6_necro_decrepify_A_cast", 466039); DictSNOEffectGroup.Add("p6_necro_decrepify_A_debuff", 466041); DictSNOEffectGroup.Add("p6_necro_decrepify_A_indi", 466027); DictSNOEffectGroup.Add("p6_necro_decrepify_B_cast", 466109); DictSNOEffectGroup.Add("p6_necro_decrepify_B_indi", 466107); DictSNOEffectGroup.Add("p6_necro_decrepify_cast_runeSwitch", 466026); DictSNOEffectGroup.Add("p6_necro_decrepify_debuff_runeSwitch", 466040); DictSNOEffectGroup.Add("p6_necro_decrepify_F_cast", 470147); DictSNOEffectGroup.Add("p6_necro_decrepify_F_indi", 470088); DictSNOEffectGroup.Add("p6_necro_decrepify_indi_runeSwitch", 470087); DictSNOEffectGroup.Add("p6_necro_devour_attractor_runeSwitch", 467186); DictSNOEffectGroup.Add("p6_necro_devour_A_attractor", 467193); DictSNOEffectGroup.Add("p6_necro_devour_A_cast", 467196); DictSNOEffectGroup.Add("p6_necro_devour_A_corpseEat", 467200); DictSNOEffectGroup.Add("p6_necro_devour_B_attractor", 462750); DictSNOEffectGroup.Add("p6_necro_devour_B_cast", 462759); DictSNOEffectGroup.Add("p6_necro_devour_B_corpseEat", 462756); DictSNOEffectGroup.Add("p6_necro_devour_cast_runeSwitch", 467188); DictSNOEffectGroup.Add("p6_necro_devour_corpseEat_runeSwitch", 467190); DictSNOEffectGroup.Add("p6_necro_devour_C_attractor", 467228); DictSNOEffectGroup.Add("p6_necro_devour_C_cast", 467229); DictSNOEffectGroup.Add("p6_necro_devour_C_corpseEat", 467230); DictSNOEffectGroup.Add("p6_necro_devour_D_attractor", 470480); DictSNOEffectGroup.Add("p6_necro_devour_D_Aura", 472217); DictSNOEffectGroup.Add("p6_necro_devour_D_cast", 470481); DictSNOEffectGroup.Add("p6_necro_devour_D_corpseEat", 470482); DictSNOEffectGroup.Add("p6_necro_devour_E_attractor", 470547); DictSNOEffectGroup.Add("p6_necro_devour_E_cast", 470548); DictSNOEffectGroup.Add("p6_necro_devour_E_corpseEat", 470549); DictSNOEffectGroup.Add("p6_necro_devour_F_attractor", 470573); DictSNOEffectGroup.Add("p6_necro_devour_F_cast", 470575); DictSNOEffectGroup.Add("p6_necro_devour_F_corpseEat", 470574); DictSNOEffectGroup.Add("p6_necro_frailty_A_cast", 466333); DictSNOEffectGroup.Add("p6_necro_frailty_A_death", 472011); DictSNOEffectGroup.Add("p6_necro_frailty_A_debuff", 461659); DictSNOEffectGroup.Add("p6_necro_frailty_A_indi", 461651); DictSNOEffectGroup.Add("p6_necro_frailty_B_death", 476465); DictSNOEffectGroup.Add("p6_necro_frailty_B_debuff", 470925); DictSNOEffectGroup.Add("p6_necro_frailty_B_indi", 470786); DictSNOEffectGroup.Add("p6_necro_frailty_cast_runeSwitch", 470715); DictSNOEffectGroup.Add("p6_necro_frailty_C_AOE", 471144); DictSNOEffectGroup.Add("p6_necro_frailty_C_cast", 473628); DictSNOEffectGroup.Add("p6_necro_frailty_C_death", 476468); DictSNOEffectGroup.Add("p6_necro_frailty_C_debuff", 470928); DictSNOEffectGroup.Add("p6_necro_frailty_C_indi", 470824); DictSNOEffectGroup.Add("p6_necro_frailty_debuff_runeSwitch", 471057); DictSNOEffectGroup.Add("p6_necro_frailty_D_debuff", 470932); DictSNOEffectGroup.Add("p6_necro_frailty_D_indi", 470838); DictSNOEffectGroup.Add("p6_necro_frailty_E_cast", 471394); DictSNOEffectGroup.Add("p6_necro_frailty_E_death", 476471); DictSNOEffectGroup.Add("p6_necro_frailty_E_debuff", 470934); DictSNOEffectGroup.Add("p6_necro_frailty_E_indi", 470892); DictSNOEffectGroup.Add("p6_necro_frailty_F_Aura", 471124); DictSNOEffectGroup.Add("p6_necro_frailty_F_cast", 471806); DictSNOEffectGroup.Add("p6_necro_frailty_indi_runeSwitch", 471244); DictSNOEffectGroup.Add("p6_necro_golem_blood_noTargets", 464721); DictSNOEffectGroup.Add("p6_necro_golem_blood_veinDeathBloodSplash", 465050); DictSNOEffectGroup.Add("p6_necro_golem_bone_actorToActor_boneCageStart", 465585); DictSNOEffectGroup.Add("p6_necro_golem_bone_actorToActor_rootEnd", 465604); DictSNOEffectGroup.Add("p6_necro_golem_bone_areaIndicator", 466735); DictSNOEffectGroup.Add("p6_necro_golem_bone_boneMovement", 465385); DictSNOEffectGroup.Add("p6_necro_golem_bone_monsterRoot", 465605); DictSNOEffectGroup.Add("p6_necro_golem_bone_normalState_buffFx", 475352); DictSNOEffectGroup.Add("p6_necro_golem_bone_onGolemRootStart", 466618); DictSNOEffectGroup.Add("p6_necro_golem_bone_tornadoStart02", 466557); DictSNOEffectGroup.Add("p6_necro_golem_decay_buffed", 474982); DictSNOEffectGroup.Add("p6_necro_golem_decay_normal", 474981); DictSNOEffectGroup.Add("p6_necro_golem_noRune_clickedLocation", 472237); DictSNOEffectGroup.Add("p6_necro_golem_noRune_impact", 472189); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_BASE_SweepFXLeftRight", 471730); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_BASE_SweepFX_RightLeft", 471733); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_BLOOD_SweepFXLeftRight", 471734); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_BLOOD_SweepFX_RightLeft", 471735); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_Decay_SweepFXLeftRight", 472315); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_Decay_SweepFX_RightLeft", 472303); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_D_SweepFXLeftRight", 472477); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_D_SweepFX_RightLeft", 472465); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_E_SweepFX_A", 471943); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_E_SweepFX_B", 472971); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_F_SweepFXLeftRight", 472619); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_F_SweepFX_RightLeft", 472631); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_SweepFXLeftRight", 462199); DictSNOEffectGroup.Add("P6_Necro_GrimScythe_SweepFX_RightLeft", 464069); DictSNOEffectGroup.Add("p6_necro_landOfTheDead_A_buff", 474959); DictSNOEffectGroup.Add("p6_necro_landOfTheDead_A_Buff_countdown", 475159); DictSNOEffectGroup.Add("p6_necro_landOfTheDead_buff_runeSwitch", 475054); DictSNOEffectGroup.Add("p6_necro_landOfTheDead_B_buff", 475211); DictSNOEffectGroup.Add("p6_necro_landOfTheDead_C_buff", 475057); DictSNOEffectGroup.Add("p6_necro_landOfTheDead_D_buff", 475257); DictSNOEffectGroup.Add("p6_necro_landOfTheDead_D_ExtendSoundGroup", 477301); DictSNOEffectGroup.Add("p6_necro_landOfTheDead_E_buff", 475277); DictSNOEffectGroup.Add("P6_Necro_Leech", 462256); DictSNOEffectGroup.Add("P6_Necro_Leech_A", 473263); DictSNOEffectGroup.Add("P6_Necro_Leech_B", 475194); DictSNOEffectGroup.Add("P6_Necro_Leech_C", 473264); DictSNOEffectGroup.Add("P6_Necro_Leech_cast_master", 462279); DictSNOEffectGroup.Add("P6_Necro_Leech_D", 475171); DictSNOEffectGroup.Add("P6_Necro_Leech_E", 473361); DictSNOEffectGroup.Add("P6_Necro_Leech_F", 473432); DictSNOEffectGroup.Add("P6_Necro_Leech_FX", 462280); DictSNOEffectGroup.Add("P6_Necro_Passive_BonePrison", 472970); DictSNOEffectGroup.Add("p6_necro_passive_bonePrison_boss", 475885); DictSNOEffectGroup.Add("p6_necro_passive_bonePrison_fat", 475867); DictSNOEffectGroup.Add("p6_necro_passive_bonePrison_large", 475865); DictSNOEffectGroup.Add("p6_necro_passive_bonePrison_medium", 475863); DictSNOEffectGroup.Add("p6_necro_passive_bonePrison_small", 475843); DictSNOEffectGroup.Add("p6_necro_passive_bonePrison_tall", 475879); DictSNOEffectGroup.Add("p6_necro_raiseGolem_C_consumeAttractor", 471626); DictSNOEffectGroup.Add("p6_necro_raiseGolem_decayGolem_consumeFX", 474841); DictSNOEffectGroup.Add("p6_necro_raiseGolem_decayGolem_consumeFX_onGolem", 475451); DictSNOEffectGroup.Add("p6_necro_raiseGolem_iceGolem_freezeFX", 474839); DictSNOEffectGroup.Add("P6_Necro_RaiseSkeleton_CommandSound", 459929); DictSNOEffectGroup.Add("p6_necro_revive_A_cast", 465290); DictSNOEffectGroup.Add("p6_necro_revive_A_death_large", 470604); DictSNOEffectGroup.Add("p6_necro_revive_A_death_med", 464468); DictSNOEffectGroup.Add("p6_necro_revive_A_death_topoSwitch", 464904); DictSNOEffectGroup.Add("p6_necro_revive_A_indi", 465009); DictSNOEffectGroup.Add("p6_necro_revive_A_spawn_large", 470605); DictSNOEffectGroup.Add("p6_necro_revive_A_spawn_med", 464739); DictSNOEffectGroup.Add("p6_necro_revive_A_spawn_topoSwitch", 464795); DictSNOEffectGroup.Add("p6_necro_revive_B_cast", 465304); DictSNOEffectGroup.Add("p6_necro_revive_B_death_large", 470697); DictSNOEffectGroup.Add("p6_necro_revive_B_death_med", 464469); DictSNOEffectGroup.Add("p6_necro_revive_B_death_topoSwitch", 464961); DictSNOEffectGroup.Add("p6_necro_revive_B_indi", 465011); DictSNOEffectGroup.Add("p6_necro_revive_B_spawn_large", 470660); DictSNOEffectGroup.Add("p6_necro_revive_B_spawn_med", 464859); DictSNOEffectGroup.Add("p6_necro_revive_B_spawn_topoSwitch", 464918); DictSNOEffectGroup.Add("p6_necro_revive_cast_runeSwitch", 465289); DictSNOEffectGroup.Add("p6_necro_revive_C_cast", 465307); DictSNOEffectGroup.Add("p6_necro_revive_C_death_large", 470698); DictSNOEffectGroup.Add("p6_necro_revive_C_death_med", 464470); DictSNOEffectGroup.Add("p6_necro_revive_C_death_topoSwitch", 464962); DictSNOEffectGroup.Add("p6_necro_revive_C_indi", 465016); DictSNOEffectGroup.Add("p6_necro_revive_C_spawn_large", 470661); DictSNOEffectGroup.Add("p6_necro_revive_C_spawn_med", 464872); DictSNOEffectGroup.Add("p6_necro_revive_C_spawn_topoSwitch", 464958); DictSNOEffectGroup.Add("p6_necro_revive_death_common", 464836); DictSNOEffectGroup.Add("p6_necro_revive_death_lookSwitch", 464150); DictSNOEffectGroup.Add("p6_necro_revive_D_cast", 465311); DictSNOEffectGroup.Add("p6_necro_revive_D_death_large", 470699); DictSNOEffectGroup.Add("p6_necro_revive_D_death_med", 464471); DictSNOEffectGroup.Add("p6_necro_revive_D_death_topoSwitch", 464963); DictSNOEffectGroup.Add("p6_necro_revive_D_indi", 465021); DictSNOEffectGroup.Add("p6_necro_revive_D_spawn_large", 470686); DictSNOEffectGroup.Add("p6_necro_revive_D_spawn_med", 464900); DictSNOEffectGroup.Add("p6_necro_revive_D_spawn_topoSwitch", 464959); DictSNOEffectGroup.Add("p6_necro_revive_E_cast", 465314); DictSNOEffectGroup.Add("p6_necro_revive_E_death_large", 470700); DictSNOEffectGroup.Add("p6_necro_revive_E_death_med", 464472); DictSNOEffectGroup.Add("p6_necro_revive_E_death_topoSwitch", 464964); DictSNOEffectGroup.Add("p6_necro_revive_E_indi", 465026); DictSNOEffectGroup.Add("p6_necro_revive_E_spawn_large", 470687); DictSNOEffectGroup.Add("p6_necro_revive_E_spawn_med", 464746); DictSNOEffectGroup.Add("p6_necro_revive_E_spawn_topoSwitch", 464772); DictSNOEffectGroup.Add("p6_necro_revive_F_cast", 465317); DictSNOEffectGroup.Add("p6_necro_revive_F_death_large", 470701); DictSNOEffectGroup.Add("p6_necro_revive_F_death_med", 464473); DictSNOEffectGroup.Add("p6_necro_revive_F_death_topoSwitch", 464965); DictSNOEffectGroup.Add("p6_necro_revive_F_indi", 465027); DictSNOEffectGroup.Add("p6_necro_revive_F_spawn_large", 470743); DictSNOEffectGroup.Add("p6_necro_revive_F_spawn_med", 464954); DictSNOEffectGroup.Add("p6_necro_revive_F_spawn_topoSwitch", 464960); DictSNOEffectGroup.Add("p6_necro_revive_indi_runeSwitch", 465010); DictSNOEffectGroup.Add("p6_Necro_Revive_MorluSpellcaster_hover", 463083); DictSNOEffectGroup.Add("p6_necro_revive_projectile_impact_med", 470772); DictSNOEffectGroup.Add("p6_necro_revive_rockworm_groundBurst", 477408); DictSNOEffectGroup.Add("p6_necro_revive_templeCultist_special_explosion", 477888); DictSNOEffectGroup.Add("p6_necro_revive_westmarch_brute_leapImpact", 477804); DictSNOEffectGroup.Add("p6_necro_simulacrum_a_lookSwitchDeath", 473206); DictSNOEffectGroup.Add("p6_necro_simulacrum_a_petBuff", 473127); DictSNOEffectGroup.Add("p6_necro_simulacrum_a_pet_spawn", 473317); DictSNOEffectGroup.Add("p6_necro_simulacrum_A_sharedSpawnFX", 466886); DictSNOEffectGroup.Add("p6_necro_simulacrum_a_targetToTarget", 473318); DictSNOEffectGroup.Add("p6_necro_simulacrum_b_lookSwitchDeath", 473209); DictSNOEffectGroup.Add("p6_necro_simulacrum_b_petBuff", 473139); DictSNOEffectGroup.Add("p6_necro_simulacrum_b_pet_spawn", 473319); DictSNOEffectGroup.Add("p6_necro_simulacrum_b_targetToTarget", 473320); DictSNOEffectGroup.Add("p6_necro_simulacrum_c_lookSwitchDeath", 473210); DictSNOEffectGroup.Add("p6_necro_simulacrum_c_petBuff", 473160); DictSNOEffectGroup.Add("p6_necro_simulacrum_deathLook_picker", 473203); DictSNOEffectGroup.Add("p6_necro_simulacrum_d_lookSwitchDeath", 473211); DictSNOEffectGroup.Add("p6_necro_simulacrum_d_skeletonLookSwitch", 473198); DictSNOEffectGroup.Add("p6_necro_simulacrum_d_skeletonLookSwitchDeath", 473202); DictSNOEffectGroup.Add("p6_necro_simulacrum_e_lookSwitchDeath", 473212); DictSNOEffectGroup.Add("p6_necro_simulacrum_e_petBuff", 473197); DictSNOEffectGroup.Add("p6_necro_simulacrum_noRune_lookSwitchDeath", 473207); DictSNOEffectGroup.Add("p6_necro_simulacrum_noRune_pet_spawn", 473321); DictSNOEffectGroup.Add("p6_necro_simulacrum_noRune_targetToTarget", 473322); DictSNOEffectGroup.Add("p6_necro_simulacrum_petBuff_noRune", 473119); DictSNOEffectGroup.Add("p6_necro_simulacrum_petBuff_picker", 473118); DictSNOEffectGroup.Add("p6_necro_simulacrum_petExpire", 467050); DictSNOEffectGroup.Add("p6_necro_simulacrum_pet_spawn_picker", 473276); DictSNOEffectGroup.Add("p6_necro_simulacrum_sacrifice_attractor", 472169); DictSNOEffectGroup.Add("p6_necro_simulacrum_targetToTarget_picker", 473275); DictSNOEffectGroup.Add("p6_necro_siphonBlood_A_connect", 467458); DictSNOEffectGroup.Add("p6_necro_siphonBlood_A_connect_legendaryChain", 476927); DictSNOEffectGroup.Add("p6_necro_siphonBlood_A_miss", 455808); DictSNOEffectGroup.Add("p6_necro_siphonBlood_A_target", 467461); DictSNOEffectGroup.Add("p6_necro_siphonBlood_A_target_legendaryChain", 476933); DictSNOEffectGroup.Add("p6_necro_siphonBlood_B_connect", 467544); DictSNOEffectGroup.Add("p6_necro_siphonBlood_B_connect_legendaryChain", 476928); DictSNOEffectGroup.Add("p6_necro_siphonBlood_B_miss", 467550); DictSNOEffectGroup.Add("p6_necro_siphonBlood_B_target", 467557); DictSNOEffectGroup.Add("p6_necro_siphonBlood_B_target_legendaryChain", 476934); DictSNOEffectGroup.Add("p6_necro_siphonBlood_C_connect", 467490); DictSNOEffectGroup.Add("p6_necro_siphonBlood_C_connect_legendaryChain", 476929); DictSNOEffectGroup.Add("p6_necro_siphonBlood_C_miss", 467508); DictSNOEffectGroup.Add("p6_necro_siphonBlood_C_target", 467500); DictSNOEffectGroup.Add("p6_necro_siphonBlood_C_target_legendaryChain", 476935); DictSNOEffectGroup.Add("p6_necro_siphonBlood_D_connect", 467641); DictSNOEffectGroup.Add("p6_necro_siphonBlood_D_connect_legendaryChain", 476930); DictSNOEffectGroup.Add("p6_necro_siphonBlood_D_miss", 467642); DictSNOEffectGroup.Add("p6_necro_siphonBlood_D_target", 467643); DictSNOEffectGroup.Add("p6_necro_siphonBlood_D_target_legendaryChain", 476936); DictSNOEffectGroup.Add("p6_necro_siphonBlood_E_connect", 467670); DictSNOEffectGroup.Add("p6_necro_siphonBlood_E_connect_legendaryChain", 476931); DictSNOEffectGroup.Add("p6_necro_siphonBlood_E_miss", 469357); DictSNOEffectGroup.Add("p6_necro_siphonBlood_E_target", 469460); DictSNOEffectGroup.Add("p6_necro_siphonBlood_E_target_legendaryChain", 476937); DictSNOEffectGroup.Add("p6_necro_siphonBlood_F_connect", 469274); DictSNOEffectGroup.Add("p6_necro_siphonBlood_F_connect_legendaryChain", 476932); DictSNOEffectGroup.Add("p6_necro_siphonBlood_F_miss", 469276); DictSNOEffectGroup.Add("p6_necro_siphonBlood_F_target", 469275); DictSNOEffectGroup.Add("p6_necro_siphonBlood_F_target_legendaryChain", 476938); DictSNOEffectGroup.Add("p6_necro_siphonBlood_miss_runeSwitch", 467459); DictSNOEffectGroup.Add("p6_necro_skeletonMage_A_death", 472584); DictSNOEffectGroup.Add("p6_necro_skeletonMage_A_rangedAttack", 472442); DictSNOEffectGroup.Add("p6_necro_skeletonMage_A_spawn", 472276); DictSNOEffectGroup.Add("p6_necro_skeletonMage_B_death", 472595); DictSNOEffectGroup.Add("p6_necro_skeletonMage_B_rangedAttack", 472754); DictSNOEffectGroup.Add("p6_necro_skeletonMage_B_spawn", 472596); DictSNOEffectGroup.Add("p6_necro_skeletonMage_C_death", 472613); DictSNOEffectGroup.Add("p6_necro_skeletonMage_C_rangedAttack", 472652); DictSNOEffectGroup.Add("p6_necro_skeletonMage_C_spawn", 472614); DictSNOEffectGroup.Add("p6_necro_skeletonMage_D_death", 472717); DictSNOEffectGroup.Add("p6_necro_skeletonMage_D_rangedAttack", 472719); DictSNOEffectGroup.Add("p6_necro_skeletonMage_D_spawn", 472718); DictSNOEffectGroup.Add("p6_necro_skeletonMage_E_aoeAttack", 472876); DictSNOEffectGroup.Add("p6_necro_skeletonMage_E_death", 472780); DictSNOEffectGroup.Add("p6_necro_skeletonMage_E_spawn", 472781); DictSNOEffectGroup.Add("p6_necro_skeletonMage_F_death", 472804); DictSNOEffectGroup.Add("p6_necro_skeletonMage_F_spawn", 472803); DictSNOEffectGroup.Add("p6_necro_skeletonMage_runeSwitch_attack", 472651); DictSNOEffectGroup.Add("p6_necro_skeletonMage_runeSwitch_death", 472594); DictSNOEffectGroup.Add("p6_necro_skeletonMage_runeSwitch_spawn", 472597); DictSNOEffectGroup.Add("p6_necro_skeletonMage_runeSwitch_spawnAttack", 472661); DictSNOEffectGroup.Add("p6_raiseGolem_C_failFX", 474922); DictSNOEffectGroup.Add("p6_raiseGolem_C_successFX", 474925); DictSNOEffectGroup.Add("p6_raiseGolem_E_successFX", 474986); DictSNOEffectGroup.Add("p6_Shepherd_portal", 471672); DictSNOEffectGroup.Add("p6_Shepherd_portal_intro", 475844); DictSNOEffectGroup.Add("p6_Shepherd_portal_outro", 472566); DictSNOEffectGroup.Add("p6_Shepherd_portal_spawn", 476263); DictSNOEffectGroup.Add("p6_shepherd_projectile_impact", 476481); DictSNOEffectGroup.Add("p6_SoundGroup_NecroDeath_scream", 459517); DictSNOEffectGroup.Add("P6_SoundGroup_Necro_Corpse_Spawn", 460438); DictSNOEffectGroup.Add("P6_SoundGroup_Necro_Corpse_Spawn_UniqueGloves21", 478421); DictSNOEffectGroup.Add("p6_templeCultist_special_explosion", 472079); DictSNOEffectGroup.Add("p6_templeMonstrosity_beetle_detonate", 476517); DictSNOEffectGroup.Add("P6_Werewolf_Howl_HandGlow", 464641); DictSNOEffectGroup.Add("p7_cos_wings_Cosmic_Bat_01_barb_genderSwitch", 483459); DictSNOEffectGroup.Add("p7_cos_wings_Cosmic_Bat_01_cdr_genderSwitch", 483465); DictSNOEffectGroup.Add("p7_cos_wings_Cosmic_Bat_01_DH_genderSwitch", 483464); DictSNOEffectGroup.Add("p7_cos_wings_Cosmic_Bat_01_master", 483458); DictSNOEffectGroup.Add("p7_cos_wings_Cosmic_Bat_01_monk_genderSwitch", 483463); DictSNOEffectGroup.Add("p7_cos_wings_Cosmic_Bat_01_necro_genderSwitch", 483462); DictSNOEffectGroup.Add("p7_cos_wings_Cosmic_Bat_01_WD_genderSwitch", 483461); DictSNOEffectGroup.Add("p7_cos_wings_Cosmic_Bat_01_wiz_genderSwitch", 483460); DictSNOEffectGroup.Add("p7_cos_wings_Diablo_barb_genderSwitch", 483138); DictSNOEffectGroup.Add("p7_cos_wings_Diablo_cdr_genderSwitch", 483139); DictSNOEffectGroup.Add("p7_cos_wings_Diablo_DH_genderSwitch", 483140); DictSNOEffectGroup.Add("p7_cos_wings_Diablo_master", 483141); DictSNOEffectGroup.Add("p7_cos_wings_Diablo_monk_genderSwitch", 483142); DictSNOEffectGroup.Add("p7_cos_wings_Diablo_necro_genderSwitch", 483143); DictSNOEffectGroup.Add("p7_cos_wings_Diablo_WD_genderSwitch", 483144); DictSNOEffectGroup.Add("p7_cos_wings_Diablo_wiz_genderSwitch", 483145); DictSNOEffectGroup.Add("p7_cos_wings_promo_01_barb_genderSwitch", 480273); DictSNOEffectGroup.Add("p7_cos_wings_promo_01_cdr_genderSwitch", 480285); DictSNOEffectGroup.Add("p7_cos_wings_promo_01_DH_genderSwitch", 480262); DictSNOEffectGroup.Add("p7_cos_wings_promo_01_master", 480261); DictSNOEffectGroup.Add("p7_cos_wings_promo_01_monk_genderSwitch", 480282); DictSNOEffectGroup.Add("p7_cos_wings_promo_01_necro_genderSwitch", 480288); DictSNOEffectGroup.Add("p7_cos_wings_promo_01_WD_genderSwitch", 480279); DictSNOEffectGroup.Add("p7_cos_wings_promo_01_wiz_genderSwitch", 480276); DictSNOEffectGroup.Add("playerHeadstone_click", 229737); DictSNOEffectGroup.Add("player_AA_levelUp", 252023); DictSNOEffectGroup.Add("Player_Busy", 71472); DictSNOEffectGroup.Add("Player_completedQuest", 122916); DictSNOEffectGroup.Add("Player_crit", 180743); DictSNOEffectGroup.Add("Player_gainedDiscipline", 171864); DictSNOEffectGroup.Add("Player_gainedFury", 160761); DictSNOEffectGroup.Add("Player_gainedHatred", 171865); DictSNOEffectGroup.Add("Player_gainedMana", 175947); DictSNOEffectGroup.Add("player_levelUp_0", 85186); DictSNOEffectGroup.Add("player_levelUp_05", 85190); DictSNOEffectGroup.Add("player_levelUp_10", 85187); DictSNOEffectGroup.Add("player_levelUp_20", 85192); DictSNOEffectGroup.Add("player_levelUp_50", 85194); DictSNOEffectGroup.Add("player_levelUp_80", 85195); DictSNOEffectGroup.Add("player_poisoned_DOT", 344077); DictSNOEffectGroup.Add("player_poison_damage", 159520); DictSNOEffectGroup.Add("Player_rageTimer", 212314); DictSNOEffectGroup.Add("Player_Stash_Upgrade", 433916); DictSNOEffectGroup.Add("Player_useScroll", 378105); DictSNOEffectGroup.Add("Polearm_norm_holy", 95725); DictSNOEffectGroup.Add("PoolOfReflection_Active", 373464); DictSNOEffectGroup.Add("PoolOfReflection_Dispurse", 373565); DictSNOEffectGroup.Add("PowerUpGlobe", 295018); DictSNOEffectGroup.Add("puzzleRing_portal_openFX", 251665); DictSNOEffectGroup.Add("PvP_TeamColoring_ControlPoint", 272215); DictSNOEffectGroup.Add("PvP_TeamColoring_Player", 19013); DictSNOEffectGroup.Add("PvP_TeamColoring_Player_nonAttackable", 218183); DictSNOEffectGroup.Add("PvP_TeamColoring_switch", 273466); DictSNOEffectGroup.Add("PvP_Temp_Powerup_Effect", 210358); DictSNOEffectGroup.Add("px_DevilsHand_TestGlobe_Blue_flippyInAir", 429999); DictSNOEffectGroup.Add("QueenLeoric_hasReappeared", 114316); DictSNOEffectGroup.Add("Queen_ghost_Despawn", 449331); DictSNOEffectGroup.Add("Queen_ghost_spawn", 449330); DictSNOEffectGroup.Add("Quest_a4dun_LibraryOfFate_Hope_PlayerBlessing", 206831); DictSNOEffectGroup.Add("Quest_trDun_Jail_playerBlessing", 109885); DictSNOEffectGroup.Add("Quicksand_debuff", 19015); DictSNOEffectGroup.Add("returnDamage_med", 19018); DictSNOEffectGroup.Add("returnDamage_small", 467124); DictSNOEffectGroup.Add("Rockworm_getHit_streamSwitch_large", 19019); DictSNOEffectGroup.Add("Rockworm_GroundBurst", 19020); DictSNOEffectGroup.Add("Rockworm_GroundBurst_noRocks", 219246); DictSNOEffectGroup.Add("Rockworm_phys_getHit_large", 19022); DictSNOEffectGroup.Add("Rockworm_PreBurst", 19023); DictSNOEffectGroup.Add("Sandling_gib_death", 89643); DictSNOEffectGroup.Add("Sandling_phys_getHit", 89646); DictSNOEffectGroup.Add("Sandling_poison_getHit", 89650); DictSNOEffectGroup.Add("Sandling_sandDeath", 89616); DictSNOEffectGroup.Add("SandMonster_SandPile_Spawn", 51466); DictSNOEffectGroup.Add("SandMonster_SandWall", 19024); DictSNOEffectGroup.Add("sandShark_burrow", 19025); DictSNOEffectGroup.Add("sandWasp_projectile_impact", 19028); DictSNOEffectGroup.Add("Scavenger_burrow", 19029); DictSNOEffectGroup.Add("Scoundrel_Bandage_heal", 137103); DictSNOEffectGroup.Add("Scoundrel_dirtyFighting", 135391); DictSNOEffectGroup.Add("Scoundrel_Hysteria", 217704); DictSNOEffectGroup.Add("scoundrel_powershot_aoeBurst", 215305); DictSNOEffectGroup.Add("Scoundrel_Vanish_invisible", 261027); DictSNOEffectGroup.Add("Scoundrel_Vanish_reappear", 136967); DictSNOEffectGroup.Add("setDungeonPortalStatue_Closed", 447917); DictSNOEffectGroup.Add("setDungeonPortalStatue_Open", 447919); DictSNOEffectGroup.Add("shadowVermin_geyser", 196404); DictSNOEffectGroup.Add("SheetLightning_switch", 19030); DictSNOEffectGroup.Add("shield_block", 19031); DictSNOEffectGroup.Add("shrine_blessedTransition_lookSwitch", 19032); DictSNOEffectGroup.Add("shrine_blessed_lookSwitch", 19033); DictSNOEffectGroup.Add("shrine_defaultFX_activate_Global", 140639); DictSNOEffectGroup.Add("shrine_defaultFX_activate_Global_Calling", 220666); DictSNOEffectGroup.Add("SkeletonKingGhost_swipeLeft", 19042); DictSNOEffectGroup.Add("skeletonKing_getHit_phys", 193203); DictSNOEffectGroup.Add("SkeletonKing_summon_Skeleton", 19043); DictSNOEffectGroup.Add("SkeletonKing_Teleport", 81003); DictSNOEffectGroup.Add("SkeletonKing_Teleport_arrival", 93891); DictSNOEffectGroup.Add("skeletonMage_coldAtk_projectile", 19044); DictSNOEffectGroup.Add("skeletonMage_cold_groundImpact", 19045); DictSNOEffectGroup.Add("skeletonMage_fireAtk_projectile", 19046); DictSNOEffectGroup.Add("skeletonMage_fire_groundImpact", 19047); DictSNOEffectGroup.Add("skeletonMage_fire_groundPool", 19048); DictSNOEffectGroup.Add("skeletonMage_lightningAtk_projectile", 1152); DictSNOEffectGroup.Add("skeletonMage_poisonAtk_projectile", 19049); DictSNOEffectGroup.Add("skeletonMage_poison_death", 19050); DictSNOEffectGroup.Add("skeletonMage_poison_groundImpact", 19051); DictSNOEffectGroup.Add("SkeletonSummoner_impact", 19052); DictSNOEffectGroup.Add("SkeletonSummoner_projectile", 19053); DictSNOEffectGroup.Add("skeleton_acidDeathSwitch", 19054); DictSNOEffectGroup.Add("skeleton_acid_med", 19055); DictSNOEffectGroup.Add("skeleton_arcane_death_med", 19056); DictSNOEffectGroup.Add("skeleton_champion_deathSwitch", 214695); DictSNOEffectGroup.Add("skeleton_disintDeathSwitch", 19057); DictSNOEffectGroup.Add("skeleton_getHit_mid_med", 19058); DictSNOEffectGroup.Add("skeleton_getHit_mid_med_crit", 221503); DictSNOEffectGroup.Add("Skeleton_gib_arcane_human_med", 19059); DictSNOEffectGroup.Add("Skeleton_gib_fire_human_med", 19060); DictSNOEffectGroup.Add("Skeleton_gib_frost_human_med", 19061); DictSNOEffectGroup.Add("Skeleton_gib_holy_human_med", 112503); DictSNOEffectGroup.Add("Skeleton_gib_lightning_human_med", 19062); DictSNOEffectGroup.Add("Skeleton_gib_phys_human_med", 19063); DictSNOEffectGroup.Add("Skeleton_gib_poison_human_med", 19064); DictSNOEffectGroup.Add("skeleton_lavaDeathSwitch", 19065); DictSNOEffectGroup.Add("skeleton_phys_death_med", 97542); DictSNOEffectGroup.Add("skeleton_plagueDeathSwitch", 19066); DictSNOEffectGroup.Add("Skeleton_plague_med", 266489); DictSNOEffectGroup.Add("skeleton_poison_critSwitch_med", 19067); DictSNOEffectGroup.Add("skeleton_poison_death_med", 1153); DictSNOEffectGroup.Add("skeleton_poison_dmgSwitch_med", 19068); DictSNOEffectGroup.Add("skeleton_pulverizeDeathSwitch", 19069); DictSNOEffectGroup.Add("skeleton_ss_decapitateDeathSwitch", 19070); DictSNOEffectGroup.Add("skeleton_ss_shieldSwitch", 19071); DictSNOEffectGroup.Add("SkillSwitch_castLoopSwitch", 218295); DictSNOEffectGroup.Add("SkillSwitch_castLoopSwitch_idAll", 302739); DictSNOEffectGroup.Add("SkillSwitch_castLoop_barbarian", 218296); DictSNOEffectGroup.Add("SkillSwitch_castLoop_barbarian_idAll", 302734); DictSNOEffectGroup.Add("SkillSwitch_castLoop_crusader", 330069); DictSNOEffectGroup.Add("SkillSwitch_castLoop_crusader_idAll", 330070); DictSNOEffectGroup.Add("SkillSwitch_castLoop_DH", 218297); DictSNOEffectGroup.Add("SkillSwitch_castLoop_DH_idAll", 302735); DictSNOEffectGroup.Add("SkillSwitch_castLoop_monk", 218298); DictSNOEffectGroup.Add("SkillSwitch_castLoop_monk_idAll", 302736); DictSNOEffectGroup.Add("SkillSwitch_castLoop_necro", 475840); DictSNOEffectGroup.Add("SkillSwitch_castLoop_necro_idAll", 475842); DictSNOEffectGroup.Add("SkillSwitch_castLoop_WD", 218299); DictSNOEffectGroup.Add("SkillSwitch_castLoop_WD_idAll", 302737); DictSNOEffectGroup.Add("SkillSwitch_castLoop_wizard", 218278); DictSNOEffectGroup.Add("SkillSwitch_castLoop_wizard_idAll", 302738); DictSNOEffectGroup.Add("Skill_Barb_AncientSpear_castSoundNoRune_noChain", 374795); DictSNOEffectGroup.Add("Skill_Barb_AncientSpear_castSoundNoRune_single", 209958); DictSNOEffectGroup.Add("Skill_Barb_AncientSpear_castSound_switch", 209971); DictSNOEffectGroup.Add("Snakeman_caster_lightNova", 19072); DictSNOEffectGroup.Add("Snakeman_MeleeStealth", 19074); DictSNOEffectGroup.Add("Snakeman_MeleeUnstealth", 19075); DictSNOEffectGroup.Add("Snakeman_stealth_fadeIn_switch", 220222); DictSNOEffectGroup.Add("Snakeman_stealth_fadeOut_switch", 220224); DictSNOEffectGroup.Add("Snakeman_stealth_switch", 220223); DictSNOEffectGroup.Add("Snakeman_Transform", 61476); DictSNOEffectGroup.Add("Snakeman_unstealth_switch", 220225); DictSNOEffectGroup.Add("soundGroup_a3dun_crater_Demon_GroundTrap_GasChamber_fireCloud", 231047); DictSNOEffectGroup.Add("SoundGroup_act3_ramparts_hurrah", 217982); DictSNOEffectGroup.Add("SoundGroup_act3_siegebreakerImpact_distant", 217862); DictSNOEffectGroup.Add("SoundGroup_act4_cine_imperius_armorClatter", 228108); DictSNOEffectGroup.Add("SoundGroup_act4_cine_imperius_sounds_1", 228106); DictSNOEffectGroup.Add("SoundGroup_act4_cine_imperius_sounds_2", 228611); DictSNOEffectGroup.Add("SoundGroup_affix_arcaneEnchanded_tendrils", 229981); DictSNOEffectGroup.Add("SoundGroup_affix_frenzy_end", 230690); DictSNOEffectGroup.Add("SoundGroup_affix_frenzy_start", 230683); DictSNOEffectGroup.Add("SoundGroup_affix_jailer", 229564); DictSNOEffectGroup.Add("SoundGroup_barbDeath_scream", 256769); DictSNOEffectGroup.Add("SoundGroup_creationSound_armor_foley", 229920); DictSNOEffectGroup.Add("SoundGroup_creationSound_armor_hit", 229891); DictSNOEffectGroup.Add("SoundGroup_creationSound_dh_fx", 230123); DictSNOEffectGroup.Add("SoundGroup_creationSound_dh_fx2", 230127); DictSNOEffectGroup.Add("SoundGroup_creationSound_dh_shot", 230122); DictSNOEffectGroup.Add("SoundGroup_creationSound_WDF_spell", 229966); DictSNOEffectGroup.Add("SoundGroup_creationSound_WD_boneNoise", 229973); DictSNOEffectGroup.Add("SoundGroup_creationSound_wd_knife", 230114); DictSNOEffectGroup.Add("SoundGroup_creationSound_wizard_orb", 229999); DictSNOEffectGroup.Add("SoundGroup_creationSound_xbow_foley", 230083); DictSNOEffectGroup.Add("SoundGroup_crusaderDeath_scream", 332337); DictSNOEffectGroup.Add("SoundGroup_DHDeath_scream", 256772); DictSNOEffectGroup.Add("Soundgroup_dh_markedForDeath_attach", 229767); DictSNOEffectGroup.Add("soundGroup_identify_success", 230762); DictSNOEffectGroup.Add("SoundGroup_monkDeath_scream", 256775); DictSNOEffectGroup.Add("SoundGroup_monster_malletDemon_death", 213566); DictSNOEffectGroup.Add("SoundGroup_monster_malletDemon_fs", 222753); DictSNOEffectGroup.Add("SoundGroup_Pamb_act4_diabloArena_meteors", 223930); DictSNOEffectGroup.Add("SoundGroup_PAmb_act4_fireballs", 223400); DictSNOEffectGroup.Add("SoundGroup_playerDeath_scream", 256778); DictSNOEffectGroup.Add("SoundGroup_priest_heal", 268129); DictSNOEffectGroup.Add("SoundGroup_resurrect_click", 230464); DictSNOEffectGroup.Add("SoundGroup_Skill_Barb_Cleave_Swing", 221636); DictSNOEffectGroup.Add("SoundGroup_Skill_Barb_weaponThrow_boulder", 374315); DictSNOEffectGroup.Add("SoundGroup_Skill_Barb_weaponThrow_hammer", 374870); DictSNOEffectGroup.Add("SoundGroup_Skill_Barb_weaponThrow_metal", 239125); DictSNOEffectGroup.Add("SoundGroup_Skill_Barb_weaponThrow_metal2", 374867); DictSNOEffectGroup.Add("SoundGroup_Skill_Barb_weaponThrow_switch", 239126); DictSNOEffectGroup.Add("SoundGroup_Skill_Wizard_Familiar_Despawn", 305790); DictSNOEffectGroup.Add("SoundGroup_WDDeath_scream", 256779); DictSNOEffectGroup.Add("SoundGroup_wizardDeath_scream", 256782); DictSNOEffectGroup.Add("SoundGroup_Wizard_Archon_cast", 305791); DictSNOEffectGroup.Add("SoundGroup_x1_ghost_idle", 309107); DictSNOEffectGroup.Add("SoundTrigger_trOut_ManorInterior_E04_S02_DistantCultists", 228398); DictSNOEffectGroup.Add("spiderQueen_spiderVomit_DOT", 161159); DictSNOEffectGroup.Add("spiderQueen_spiderVomit_pool", 161051); DictSNOEffectGroup.Add("Spire_Elevator_Port", 211293); DictSNOEffectGroup.Add("Spire_Elevator_PortDown", 211310); DictSNOEffectGroup.Add("Staff_norm_arcane", 19077); DictSNOEffectGroup.Add("Staff_norm_attack", 19078); DictSNOEffectGroup.Add("Staff_norm_cast", 19079); DictSNOEffectGroup.Add("Staff_norm_cold", 19080); DictSNOEffectGroup.Add("Staff_norm_fire", 19081); DictSNOEffectGroup.Add("Staff_norm_goldFind", 19082); DictSNOEffectGroup.Add("Staff_norm_holy", 99076); DictSNOEffectGroup.Add("Staff_norm_lifeSteal", 19083); DictSNOEffectGroup.Add("staff_norm_lifeSteal_t1", 186829); DictSNOEffectGroup.Add("staff_norm_lifeSteal_t2", 186826); DictSNOEffectGroup.Add("staff_norm_lifeSteal_t3", 186827); DictSNOEffectGroup.Add("staff_norm_lifeSteal_t4", 186828); DictSNOEffectGroup.Add("staff_norm_lifeSteal_t5", 194102); DictSNOEffectGroup.Add("staff_norm_lifeSteal_t6", 194103); DictSNOEffectGroup.Add("staff_norm_lifeSteal_t7", 186959); DictSNOEffectGroup.Add("Staff_norm_lightning", 19084); DictSNOEffectGroup.Add("Staff_norm_magicFind", 19085); DictSNOEffectGroup.Add("Staff_norm_manaSteal", 19086); DictSNOEffectGroup.Add("Staff_norm_poison", 1154); DictSNOEffectGroup.Add("Staff_norm_spell", 19087); DictSNOEffectGroup.Add("Staff_norm_unique_05", 193067); DictSNOEffectGroup.Add("StaticShortHighRumble", 314652); DictSNOEffectGroup.Add("StaticShortLowRumble", 313322); DictSNOEffectGroup.Add("StaticShortMedRumble", 313315); DictSNOEffectGroup.Add("Stitch_gib_frost", 191605); DictSNOEffectGroup.Add("Stitch_gib_phys", 19088); DictSNOEffectGroup.Add("Stranger_event31_slipOnBanana", 102930); DictSNOEffectGroup.Add("stranger_levelUp", 202202); DictSNOEffectGroup.Add("stranger_ritualEnd_flame", 182557); DictSNOEffectGroup.Add("Succubus_BloodStar_Debuff", 121331); DictSNOEffectGroup.Add("succubus_bloodStar_projectile", 164830); DictSNOEffectGroup.Add("succubus_bloodStar_projectile_impact", 165029); DictSNOEffectGroup.Add("Summon_Skeleton_Pillar_sKing", 19089); DictSNOEffectGroup.Add("swarm_Champion_lookSwitch", 252352); DictSNOEffectGroup.Add("Swarm_Champion_switch", 252353); DictSNOEffectGroup.Add("Swarm_death", 128730); DictSNOEffectGroup.Add("Swarm_deathSwitch", 128728); DictSNOEffectGroup.Add("Swarm_death_black", 128734); DictSNOEffectGroup.Add("Swarm_death_red", 128733); DictSNOEffectGroup.Add("Swarm_death_yellow", 128731); DictSNOEffectGroup.Add("Swarm_getHit", 54444); DictSNOEffectGroup.Add("Swarm_getHit_black", 128723); DictSNOEffectGroup.Add("Swarm_getHit_red", 128714); DictSNOEffectGroup.Add("Swarm_getHit_yellow", 128721); DictSNOEffectGroup.Add("swarm_Rare_lookSwitch", 252355); DictSNOEffectGroup.Add("Sword1h_norm_arcane", 19090); DictSNOEffectGroup.Add("Sword1h_norm_arcane_t3", 19091); DictSNOEffectGroup.Add("Sword1h_norm_arcane_t4", 19092); DictSNOEffectGroup.Add("Sword1h_norm_arcane_t5", 19093); DictSNOEffectGroup.Add("Sword1h_norm_arcane_t6", 19094); DictSNOEffectGroup.Add("Sword1h_norm_arcane_t7", 19095); DictSNOEffectGroup.Add("Sword1h_norm_attack", 19096); DictSNOEffectGroup.Add("Sword1h_norm_attack_t3", 19097); DictSNOEffectGroup.Add("Sword1h_norm_attack_t4", 19098); DictSNOEffectGroup.Add("Sword1h_norm_attack_t5", 19099); DictSNOEffectGroup.Add("Sword1h_norm_attack_t6", 19100); DictSNOEffectGroup.Add("Sword1h_norm_attack_t7", 19101); DictSNOEffectGroup.Add("Sword1h_norm_cast", 19102); DictSNOEffectGroup.Add("Sword1h_norm_cast_t3", 19103); DictSNOEffectGroup.Add("Sword1h_norm_cast_t4", 19104); DictSNOEffectGroup.Add("Sword1h_norm_cast_t5", 19105); DictSNOEffectGroup.Add("Sword1h_norm_cast_t6", 1155); DictSNOEffectGroup.Add("Sword1h_norm_cast_t7", 19106); DictSNOEffectGroup.Add("Sword1h_norm_cold", 19107); DictSNOEffectGroup.Add("Sword1h_norm_cold_t3", 19108); DictSNOEffectGroup.Add("Sword1h_norm_cold_t4", 19109); DictSNOEffectGroup.Add("Sword1h_norm_cold_t5", 19110); DictSNOEffectGroup.Add("Sword1h_norm_cold_t6", 19111); DictSNOEffectGroup.Add("Sword1h_norm_cold_t7", 19112); DictSNOEffectGroup.Add("Sword1h_norm_fire", 19113); DictSNOEffectGroup.Add("Sword1h_norm_fire_t3", 19114); DictSNOEffectGroup.Add("Sword1h_norm_fire_t4", 19115); DictSNOEffectGroup.Add("Sword1h_norm_fire_t5", 19116); DictSNOEffectGroup.Add("Sword1h_norm_fire_t6", 19117); DictSNOEffectGroup.Add("Sword1h_norm_fire_t7", 19118); DictSNOEffectGroup.Add("Sword1h_norm_goldFind", 19119); DictSNOEffectGroup.Add("Sword1h_norm_goldFind_t1", 19120); DictSNOEffectGroup.Add("Sword1h_norm_goldFind_t2", 19121); DictSNOEffectGroup.Add("Sword1h_norm_goldFind_t3", 19122); DictSNOEffectGroup.Add("Sword1h_norm_goldFind_t4", 19123); DictSNOEffectGroup.Add("Sword1h_norm_goldFind_t5", 19124); DictSNOEffectGroup.Add("Sword1h_norm_goldFind_t6", 1156); DictSNOEffectGroup.Add("Sword1h_norm_goldFind_t7", 19125); DictSNOEffectGroup.Add("Sword1h_norm_holy", 95498); DictSNOEffectGroup.Add("Sword1h_norm_holy_t3", 95503); DictSNOEffectGroup.Add("Sword1h_norm_holy_t4", 95509); DictSNOEffectGroup.Add("Sword1h_norm_holy_t5", 95510); DictSNOEffectGroup.Add("Sword1h_norm_holy_t6", 95511); DictSNOEffectGroup.Add("Sword1h_norm_holy_t7", 95512); DictSNOEffectGroup.Add("Sword1h_norm_lifeSteal", 19126); DictSNOEffectGroup.Add("Sword1h_norm_lifeSteal_t1", 19127); DictSNOEffectGroup.Add("Sword1h_norm_lifeSteal_t2", 19128); DictSNOEffectGroup.Add("Sword1h_norm_lifeSteal_t3", 19129); DictSNOEffectGroup.Add("Sword1h_norm_lifeSteal_t4", 19130); DictSNOEffectGroup.Add("Sword1h_norm_lifeSteal_t5", 194104); DictSNOEffectGroup.Add("Sword1h_norm_lifeSteal_t6", 194106); DictSNOEffectGroup.Add("Sword1h_norm_lifeSteal_t7", 186812); DictSNOEffectGroup.Add("Sword1h_norm_lightning", 19131); DictSNOEffectGroup.Add("Sword1h_norm_lightning_t2", 19132); DictSNOEffectGroup.Add("Sword1h_norm_lightning_t3", 19133); DictSNOEffectGroup.Add("Sword1h_norm_lightning_t4", 19134); DictSNOEffectGroup.Add("Sword1h_norm_lightning_t5", 19135); DictSNOEffectGroup.Add("Sword1h_norm_lightning_t6", 19136); DictSNOEffectGroup.Add("Sword1h_norm_lightning_t7", 19137); DictSNOEffectGroup.Add("Sword1h_norm_magicFind", 19138); DictSNOEffectGroup.Add("Sword1h_norm_magicFind_t1", 19139); DictSNOEffectGroup.Add("Sword1h_norm_magicFind_t2", 19140); DictSNOEffectGroup.Add("Sword1h_norm_magicFind_t3", 19141); DictSNOEffectGroup.Add("Sword1h_norm_magicFind_t4", 19142); DictSNOEffectGroup.Add("Sword1h_norm_magicFind_t5", 19143); DictSNOEffectGroup.Add("Sword1h_norm_magicFind_t6", 1157); DictSNOEffectGroup.Add("Sword1h_norm_magicFind_t7", 19144); DictSNOEffectGroup.Add("Sword1h_norm_manaSteal", 19145); DictSNOEffectGroup.Add("Sword1h_norm_manaSteal_t1", 19146); DictSNOEffectGroup.Add("Sword1h_norm_manaSteal_t2", 19147); DictSNOEffectGroup.Add("Sword1h_norm_manaSteal_t3", 19148); DictSNOEffectGroup.Add("Sword1h_norm_manaSteal_t4", 19149); DictSNOEffectGroup.Add("Sword1h_norm_manaSteal_t5", 194107); DictSNOEffectGroup.Add("Sword1h_norm_manaSteal_t6", 194108); DictSNOEffectGroup.Add("Sword1h_norm_manaSteal_t7", 194109); DictSNOEffectGroup.Add("Sword1h_norm_poison", 19150); DictSNOEffectGroup.Add("Sword1h_norm_poison_t3", 19151); DictSNOEffectGroup.Add("Sword1h_norm_poison_t4", 19152); DictSNOEffectGroup.Add("Sword1h_norm_poison_t5", 19153); DictSNOEffectGroup.Add("Sword1h_norm_poison_t6", 19154); DictSNOEffectGroup.Add("Sword1h_norm_poison_t7", 19155); DictSNOEffectGroup.Add("Sword1h_norm_spell", 19156); DictSNOEffectGroup.Add("Sword1h_norm_spell_t3", 19157); DictSNOEffectGroup.Add("Sword1h_norm_spell_t4", 19158); DictSNOEffectGroup.Add("Sword1h_norm_spell_t5", 19159); DictSNOEffectGroup.Add("Sword1h_norm_spell_t6", 19160); DictSNOEffectGroup.Add("Sword1h_norm_spell_t7", 19161); DictSNOEffectGroup.Add("Sword1h_norm_unique_03_lightning", 116809); DictSNOEffectGroup.Add("Sword2h_norm_arcane", 19162); DictSNOEffectGroup.Add("Sword2h_norm_arcane_t3", 1158); DictSNOEffectGroup.Add("Sword2h_norm_arcane_t4", 19163); DictSNOEffectGroup.Add("Sword2h_norm_arcane_t5", 19164); DictSNOEffectGroup.Add("Sword2h_norm_arcane_t6", 19165); DictSNOEffectGroup.Add("Sword2h_norm_arcane_t7", 19166); DictSNOEffectGroup.Add("Sword2h_norm_cast", 19167); DictSNOEffectGroup.Add("Sword2h_norm_cold", 19168); DictSNOEffectGroup.Add("Sword2h_norm_fire", 19169); DictSNOEffectGroup.Add("Sword2h_norm_fire_t3", 19170); DictSNOEffectGroup.Add("Sword2h_norm_fire_t4", 19171); DictSNOEffectGroup.Add("Sword2h_norm_fire_t5", 19172); DictSNOEffectGroup.Add("Sword2h_norm_fire_t6", 19173); DictSNOEffectGroup.Add("Sword2h_norm_fire_t7", 19174); DictSNOEffectGroup.Add("Sword2h_norm_goldFind", 19175); DictSNOEffectGroup.Add("Sword2h_norm_holy", 95514); DictSNOEffectGroup.Add("Sword2h_norm_holy_t3", 305909); DictSNOEffectGroup.Add("Sword2h_norm_holy_t4", 305910); DictSNOEffectGroup.Add("Sword2h_norm_holy_t5", 305911); DictSNOEffectGroup.Add("Sword2h_norm_holy_t6", 305912); DictSNOEffectGroup.Add("Sword2h_norm_holy_t7", 305913); DictSNOEffectGroup.Add("Sword2h_norm_lifeSteal", 19176); DictSNOEffectGroup.Add("sword2h_norm_lightning", 19181); DictSNOEffectGroup.Add("Sword2h_norm_lightning_t2", 1159); DictSNOEffectGroup.Add("Sword2h_norm_lightning_t3", 19182); DictSNOEffectGroup.Add("Sword2h_norm_lightning_t4", 19183); DictSNOEffectGroup.Add("Sword2h_norm_lightning_t5", 19184); DictSNOEffectGroup.Add("Sword2h_norm_lightning_t6", 19185); DictSNOEffectGroup.Add("Sword2h_norm_lightning_t7", 19186); DictSNOEffectGroup.Add("Sword2h_norm_magicFind", 19187); DictSNOEffectGroup.Add("Sword2h_norm_manaSteal", 19188); DictSNOEffectGroup.Add("Sword2h_norm_poison", 19189); DictSNOEffectGroup.Add("Sword2h_norm_spell", 19190); DictSNOEffectGroup.Add("SwordOfJustice_assembleFX", 182191); DictSNOEffectGroup.Add("SwordOfJustice_piece_FX", 182188); DictSNOEffectGroup.Add("TalRashaShield_Arcane", 431076); DictSNOEffectGroup.Add("TalRashaShield_Cold", 431074); DictSNOEffectGroup.Add("TalRashaShield_Fire", 431071); DictSNOEffectGroup.Add("TalRashaShield_Lightning", 431064); DictSNOEffectGroup.Add("Templar_Empathy", 19005); DictSNOEffectGroup.Add("Templar_Guardian", 198659); DictSNOEffectGroup.Add("Templar_heal_self", 19007); DictSNOEffectGroup.Add("Templar_intervene", 129835); DictSNOEffectGroup.Add("Templar_Intervene_tauntMonsters", 260830); DictSNOEffectGroup.Add("Templar_Onslaught", 135044); DictSNOEffectGroup.Add("Templar_shieldCharge", 129792); DictSNOEffectGroup.Add("TEMP_beams_pinkColumn_up", 326757); DictSNOEffectGroup.Add("TEMP_BubbleDome_pink", 139897); DictSNOEffectGroup.Add("TEMP_buff_A", 321810); DictSNOEffectGroup.Add("TEMP_ChallengeMode_ScavengerHunt_buff", 300541); DictSNOEffectGroup.Add("TEMP_curse_arrow_pink", 135690); DictSNOEffectGroup.Add("TEMP_damage_AOE_constant_arcane_10foot", 69588); DictSNOEffectGroup.Add("TEMP_damage_AOE_constant_demonic_10foot", 69590); DictSNOEffectGroup.Add("TEMP_damage_AOE_constant_fire_10foot", 69719); DictSNOEffectGroup.Add("TEMP_damage_AOE_constant_holy_10foot", 69592); DictSNOEffectGroup.Add("TEMP_damage_AOE_constant_lightning_30foot", 274971); DictSNOEffectGroup.Add("TEMP_damage_AOE_constant_pink", 63901); DictSNOEffectGroup.Add("TEMP_damage_AOE_constant_pink_10foot", 69594); DictSNOEffectGroup.Add("TEMP_damage_AOE_constant_pink_14foot", 243201); DictSNOEffectGroup.Add("TEMP_damage_AOE_constant_pink_28foot", 305847); DictSNOEffectGroup.Add("TEMP_damage_cone_arcane_55foot", 269837); DictSNOEffectGroup.Add("TEMP_damage_cone_cold_55foot", 269838); DictSNOEffectGroup.Add("TEMP_damage_cone_fire_55foot", 269839); DictSNOEffectGroup.Add("TEMP_damage_cone_green_55foot", 269840); DictSNOEffectGroup.Add("TEMP_damage_cone_holy_55foot", 269841); DictSNOEffectGroup.Add("TEMP_damage_cone_lightning_55foot", 269842); DictSNOEffectGroup.Add("TEMP_damage_cone_pink_55foot", 269843); DictSNOEffectGroup.Add("TEMP_explosion_AOE_demonic_10foot", 69676); DictSNOEffectGroup.Add("TEMP_explosion_AOE_fire_10foot", 69678); DictSNOEffectGroup.Add("TEMP_explosion_AOE_pink", 63087); DictSNOEffectGroup.Add("TEMP_explosion_AOE_pink_10foot", 69682); DictSNOEffectGroup.Add("TEMP_explosion_AOE_pink_40foot", 139894); DictSNOEffectGroup.Add("TEMP_explosion_AOE_pink_75foot", 161223); DictSNOEffectGroup.Add("TEMP_projectile_groundImpact_pool_pink", 18843); DictSNOEffectGroup.Add("TEMP_projectile_impact_holy", 69307); DictSNOEffectGroup.Add("TEMP_projectile_impact_pink", 18844); DictSNOEffectGroup.Add("TEMP_projectile_pink", 63318); DictSNOEffectGroup.Add("TEMP_shieldBubble_pink_med", 320140); DictSNOEffectGroup.Add("TEMP_x1_Bog_Exploding_Wisp_b", 238574); DictSNOEffectGroup.Add("TEMP_x1_Brute_Cleave_swipe", 262454); DictSNOEffectGroup.Add("tentacleBear_pulverizeDeath_med", 210545); DictSNOEffectGroup.Add("tentacleBear_pulverize_med", 210546); DictSNOEffectGroup.Add("tentacleHorse_decapitate_med", 206821); DictSNOEffectGroup.Add("tentacleHorse_dismember_med", 206817); DictSNOEffectGroup.Add("tentacleHorse_gib_phys_human_large", 206823); DictSNOEffectGroup.Add("TentacleHorse_passive_fx", 193270); DictSNOEffectGroup.Add("tentacleHorse_pulverizeDeath_large", 206824); DictSNOEffectGroup.Add("tentacleHorse_pulverize_large", 206825); DictSNOEffectGroup.Add("TerrorDemon_appearSwitch_1", 218627); DictSNOEffectGroup.Add("TerrorDemon_appearSwitch_2", 218628); DictSNOEffectGroup.Add("TerrorDemon_bamfIn", 134856); DictSNOEffectGroup.Add("terrorDemon_curse_reduceHealing_debuff", 159182); DictSNOEffectGroup.Add("TheCubeDiscovery_Kanai", 441336); DictSNOEffectGroup.Add("ThousandPounder_maceBash", 19197); DictSNOEffectGroup.Add("ThousandPounder_phys_getHit", 19198); DictSNOEffectGroup.Add("ThousandPounder_phys_getHit_bloodStreamSwitch", 19199); DictSNOEffectGroup.Add("ThousandPounder_spawn_portal_fast", 185320); DictSNOEffectGroup.Add("ThousandPounder_summon_portal", 19200); DictSNOEffectGroup.Add("townPortal_arrivingSomewhereButNotHere", 202893); DictSNOEffectGroup.Add("townPortal_castLoopSwitch", 202713); DictSNOEffectGroup.Add("townPortal_castLoop_barbarian", 203464); DictSNOEffectGroup.Add("townPortal_castLoop_crusader", 307351); DictSNOEffectGroup.Add("townPortal_castLoop_DH", 203470); DictSNOEffectGroup.Add("townPortal_castLoop_monk", 203451); DictSNOEffectGroup.Add("townPortal_castLoop_necro", 458132); DictSNOEffectGroup.Add("townPortal_castLoop_WD", 203458); DictSNOEffectGroup.Add("townPortal_castLoop_wizard", 203647); DictSNOEffectGroup.Add("townPortal_contact", 188028); DictSNOEffectGroup.Add("townPortal_depart", 202824); DictSNOEffectGroup.Add("townPortal_depart_event47", 207493); DictSNOEffectGroup.Add("townPortal_FX_blue", 19201); DictSNOEffectGroup.Add("townPortal_openFX_blue", 19202); DictSNOEffectGroup.Add("townPortal_pet_depart", 436695); DictSNOEffectGroup.Add("townPortal_return", 210004); DictSNOEffectGroup.Add("trdun_Cave_Neph_FallingSand", 183024); DictSNOEffectGroup.Add("treasureGoblin_appearSound", 410731); DictSNOEffectGroup.Add("treasureGoblin_appearSound_Anniversary", 434864); DictSNOEffectGroup.Add("treasureGoblin_appearSound_Platinum", 433900); DictSNOEffectGroup.Add("treasureGoblin_appearSound_Splitter", 434870); DictSNOEffectGroup.Add("treasureGoblin_death", 19207); DictSNOEffectGroup.Add("treasureGoblin_platinum_death", 433659); DictSNOEffectGroup.Add("treasureGoblin_portal", 60566); DictSNOEffectGroup.Add("treasureGoblin_portal_closeFX", 60561); DictSNOEffectGroup.Add("treasureGoblin_portal_openFX", 60547); DictSNOEffectGroup.Add("treasureGoblin_portal_summoning", 108420); DictSNOEffectGroup.Add("treasureGoblin_portal_summoning_end", 109128); DictSNOEffectGroup.Add("treasureGoblin_stunImmune", 122160); DictSNOEffectGroup.Add("Tristram_barrel_destruct", 19210); DictSNOEffectGroup.Add("Triune_Berserker_maceImpact", 19215); DictSNOEffectGroup.Add("Triune_groundSpawn", 106647); DictSNOEffectGroup.Add("Triune_Possessed_death_gibs", 223842); DictSNOEffectGroup.Add("Triune_Vessel_Nailed", 19218); DictSNOEffectGroup.Add("trOut_Town_Attack_Church_SideEntrance", 145441); DictSNOEffectGroup.Add("trOut_Wilderness_Sub80_preSpawn", 75752); DictSNOEffectGroup.Add("twoHandedAxe_norm_unique_flame", 19219); DictSNOEffectGroup.Add("TyraelPurpose_CorruptArch", 205712); DictSNOEffectGroup.Add("TyraelPurpose_CorruptArch_light", 221044); DictSNOEffectGroup.Add("UberMaghda_mothDust_cast", 278328); DictSNOEffectGroup.Add("UberMaghda_Punish_projectile", 278329); DictSNOEffectGroup.Add("UberMaghda_Punish_projectile_impact", 278330); DictSNOEffectGroup.Add("Uber_Morlu_cast", 260763); DictSNOEffectGroup.Add("Uber_Morlu_Frozen_corpseZombie", 260764); DictSNOEffectGroup.Add("Uber_Morlu_Frozen_Explosion", 260765); DictSNOEffectGroup.Add("Uber_Morlu_Frozen_Linger", 260766); DictSNOEffectGroup.Add("Uber_Morlu_GroundBomb_Pending", 260767); DictSNOEffectGroup.Add("Uber_Shrine_Global_activate", 357625); DictSNOEffectGroup.Add("UI_massacre_dynamite", 393999); DictSNOEffectGroup.Add("Unburied_death_splash_med", 19222); DictSNOEffectGroup.Add("Unburied_death_splash_small", 19223); DictSNOEffectGroup.Add("Unburied_groundImpact", 19224); DictSNOEffectGroup.Add("UnholyShield", 142293); DictSNOEffectGroup.Add("Unique_Axe_1H_005_lightning", 249207); DictSNOEffectGroup.Add("Unique_CombatStaff_2H_009_sound", 249690); DictSNOEffectGroup.Add("Unique_dagger_pigSticker_glow", 244361); DictSNOEffectGroup.Add("unique_fist_wonkhimlau_arcSwitch", 246956); DictSNOEffectGroup.Add("Unique_HandXBow_012_fx", 249709); DictSNOEffectGroup.Add("Unique_Mace_2H_006_explosion", 249118); DictSNOEffectGroup.Add("Unique_Monster_Earthquake_Prototype", 257993); DictSNOEffectGroup.Add("Unique_Monster_IceTrail", 260379); DictSNOEffectGroup.Add("unique_sword1h_stranger_fx", 182348); DictSNOEffectGroup.Add("unique_sword_SwordOfJustice_groundFX", 182209); DictSNOEffectGroup.Add("Vacuum_Pickup", 434280); DictSNOEffectGroup.Add("Vacuum_Pickup_Bloop", 434341); DictSNOEffectGroup.Add("Wand_norm_arcane", 19225); DictSNOEffectGroup.Add("Wand_norm_attack", 19226); DictSNOEffectGroup.Add("Wand_norm_cast", 19227); DictSNOEffectGroup.Add("Wand_norm_cold", 19228); DictSNOEffectGroup.Add("Wand_norm_cold_t3", 19229); DictSNOEffectGroup.Add("Wand_norm_cold_t4", 19230); DictSNOEffectGroup.Add("Wand_norm_cold_t5", 19231); DictSNOEffectGroup.Add("Wand_norm_cold_t6", 19232); DictSNOEffectGroup.Add("Wand_norm_cold_t7", 19233); DictSNOEffectGroup.Add("Wand_norm_fire", 19234); DictSNOEffectGroup.Add("Wand_norm_goldFind", 19235); DictSNOEffectGroup.Add("Wand_norm_holy", 141519); DictSNOEffectGroup.Add("Wand_norm_lifeSteal", 19236); DictSNOEffectGroup.Add("Wand_norm_lightning", 19240); DictSNOEffectGroup.Add("Wand_norm_magicFind", 19241); DictSNOEffectGroup.Add("Wand_norm_manaSteal", 19242); DictSNOEffectGroup.Add("Wand_norm_poison", 19243); DictSNOEffectGroup.Add("Wand_norm_spell", 19244); DictSNOEffectGroup.Add("waterloggedCorpse_goreExplosion", 55036); DictSNOEffectGroup.Add("waterloggedCorpse_toxicCloud", 57031); DictSNOEffectGroup.Add("waypoint_arrival_FX", 194529); DictSNOEffectGroup.Add("waypoint_arrival_warmup_FX", 194530); DictSNOEffectGroup.Add("Waypoint_opening_FX", 194517); DictSNOEffectGroup.Add("WD_acidCloud", 60705); DictSNOEffectGroup.Add("WD_acidCloudRune_barf_pools", 121909); DictSNOEffectGroup.Add("WD_acidCloudRune_damage", 121654); DictSNOEffectGroup.Add("WD_acidCloudRune_disease", 121730); DictSNOEffectGroup.Add("WD_acidCloudRune_disease_pools", 121902); DictSNOEffectGroup.Add("WD_acidCloudRune_slimes", 121940); DictSNOEffectGroup.Add("WD_acidCloudRune_splash", 121932); DictSNOEffectGroup.Add("WD_BBV_alabasterRing", 182044); DictSNOEffectGroup.Add("WD_BBV_aura_gainedMana", 216031); DictSNOEffectGroup.Add("WD_BBV_baseRing", 182260); DictSNOEffectGroup.Add("WD_BBV_buff_golden_mana", 181781); DictSNOEffectGroup.Add("WD_BBV_buff_obsidian_heal", 181780); DictSNOEffectGroup.Add("WD_BBV_buff_switch", 181776); DictSNOEffectGroup.Add("WD_BBV_fetishAura_alabaster_resurrect", 181297); DictSNOEffectGroup.Add("WD_BBV_fetishAura_base", 181953); DictSNOEffectGroup.Add("WD_BBV_fetishAura_crimson_damage", 181293); DictSNOEffectGroup.Add("WD_BBV_fetishAura_golden_mana", 181296); DictSNOEffectGroup.Add("WD_BBV_fetishAura_indigo_duration", 181294); DictSNOEffectGroup.Add("WD_BBV_fetishAura_obsidian_heal", 181295); DictSNOEffectGroup.Add("WD_BBV_fetishAura_switch", 181291); DictSNOEffectGroup.Add("WD_BBV_fetishDespawn", 183110); DictSNOEffectGroup.Add("WD_BBV_fetishDespawn_A", 183120); DictSNOEffectGroup.Add("WD_BBV_fetishDespawn_C", 183121); DictSNOEffectGroup.Add("WD_BBV_fetishDespawn_D", 183122); DictSNOEffectGroup.Add("WD_BBV_fetishDespawn_E", 183123); DictSNOEffectGroup.Add("WD_BBV_fetishSpawn", 181209); DictSNOEffectGroup.Add("WD_BBV_fetishSpawn_A", 182288); DictSNOEffectGroup.Add("WD_BBV_fetishSpawn_C", 182289); DictSNOEffectGroup.Add("WD_BBV_fetishSpawn_D", 182290); DictSNOEffectGroup.Add("WD_BBV_fetishSpawn_E", 182291); DictSNOEffectGroup.Add("WD_BBV_fireRing", 182035); DictSNOEffectGroup.Add("WD_BBV_goldenRing", 182052); DictSNOEffectGroup.Add("WD_BBV_healRing", 181986); DictSNOEffectGroup.Add("WD_BBV_indigoRing", 182230); DictSNOEffectGroup.Add("WD_fetishArmy_shamanFireBreath", 213553); DictSNOEffectGroup.Add("WD_fireball_addsDistance", 186457); DictSNOEffectGroup.Add("WD_fireball_bounce", 19250); DictSNOEffectGroup.Add("WD_fireball_bounce_chainlightning", 251638); DictSNOEffectGroup.Add("WD_fireball_groundMiss", 19251); DictSNOEffectGroup.Add("WD_fireball_groundMiss_masterFX", 193457); DictSNOEffectGroup.Add("WD_fireball_groundMiss_noPMA", 366174); DictSNOEffectGroup.Add("WD_fireball_groundMiss_radius", 193206); DictSNOEffectGroup.Add("WD_fireball_projectile", 193923); DictSNOEffectGroup.Add("WD_fireball_projectile_cast", 19252); DictSNOEffectGroup.Add("WD_fireball_projectile_cast_delete", 19253); DictSNOEffectGroup.Add("WD_fireball_projectile_radius", 194297); DictSNOEffectGroup.Add("WD_fireball_projectile_turretsProjectile", 194370); DictSNOEffectGroup.Add("WD_Fireball_pvp_switch", 256254); DictSNOEffectGroup.Add("WD_fireBatsRune_blood_cast", 106511); DictSNOEffectGroup.Add("WD_fireBatsRune_missiles", 106575); DictSNOEffectGroup.Add("WD_fireBatsRune_missiles_cast", 106583); DictSNOEffectGroup.Add("WD_fireBatsRune_poison_cast", 106495); DictSNOEffectGroup.Add("WD_fireBatsRune_swarm_cast", 106555); DictSNOEffectGroup.Add("WD_fireBats_cast", 19254); DictSNOEffectGroup.Add("WD_fireBats_switch", 106579); DictSNOEffectGroup.Add("WD_GargantuanRune_poison_buff", 171829); DictSNOEffectGroup.Add("WD_GargantuanRune_rage_aoe", 186861); DictSNOEffectGroup.Add("WD_GargantuanRune_rage_buff", 186860); DictSNOEffectGroup.Add("WD_GargantuanRune_ring_poison_buff", 435149); DictSNOEffectGroup.Add("WD_GargantuanRune_ring_rage_buff", 435150); DictSNOEffectGroup.Add("WD_GargantuanRune_smash_fire", 186864); DictSNOEffectGroup.Add("WD_Gargantuan_smash", 186865); DictSNOEffectGroup.Add("WD_GraspoftheDead_cast", 71397); DictSNOEffectGroup.Add("WD_graspoftheDead_pvp_switch", 113717); DictSNOEffectGroup.Add("WD_HauntRune_alabaster_cast", 111537); DictSNOEffectGroup.Add("WD_HauntRune_alabaster_impact", 111561); DictSNOEffectGroup.Add("WD_HauntRune_alabaster_jump", 111564); DictSNOEffectGroup.Add("WD_HauntRune_alabaster_spiritBuff", 113763); DictSNOEffectGroup.Add("WD_HauntRune_crimson_cast", 111295); DictSNOEffectGroup.Add("WD_HauntRune_crimson_impact", 111303); DictSNOEffectGroup.Add("WD_HauntRune_crimson_jump", 111257); DictSNOEffectGroup.Add("WD_HauntRune_crimson_spiritBuff", 111336); DictSNOEffectGroup.Add("WD_HauntRune_golden_cast", 111459); DictSNOEffectGroup.Add("WD_HauntRune_golden_impact", 111460); DictSNOEffectGroup.Add("WD_HauntRune_golden_jump", 111461); DictSNOEffectGroup.Add("WD_HauntRune_golden_spiritBuff", 111462); DictSNOEffectGroup.Add("WD_HauntRune_indigo_cast", 111348); DictSNOEffectGroup.Add("WD_HauntRune_indigo_impact", 111365); DictSNOEffectGroup.Add("WD_HauntRune_indigo_jump", 111370); DictSNOEffectGroup.Add("WD_HauntRune_indigo_spiritBuff", 111343); DictSNOEffectGroup.Add("WD_HauntRune_poison_cast", 426108); DictSNOEffectGroup.Add("WD_HauntRune_poison_impact", 426114); DictSNOEffectGroup.Add("WD_HauntRune_poison_jump", 426128); DictSNOEffectGroup.Add("WD_HauntRune_poison_spiritBuff", 426127); DictSNOEffectGroup.Add("WD_Haunt_buffSwitch", 111332); DictSNOEffectGroup.Add("WD_Haunt_cast", 111024); DictSNOEffectGroup.Add("WD_Haunt_castSwitch", 111025); DictSNOEffectGroup.Add("WD_Haunt_impact", 111108); DictSNOEffectGroup.Add("WD_Haunt_jump", 19257); DictSNOEffectGroup.Add("WD_Haunt_spiritBuff", 111334); DictSNOEffectGroup.Add("WD_hex_animals_MasterFX", 108361); DictSNOEffectGroup.Add("WD_hex_cast_switch", 188756); DictSNOEffectGroup.Add("WD_hex_chicken", 107524); DictSNOEffectGroup.Add("WD_hex_chicken_explosion_poison", 440709); DictSNOEffectGroup.Add("WD_hex_chicken_explosion_poison_child", 441593); DictSNOEffectGroup.Add("WD_hex_crimson_endingEffect", 188477); DictSNOEffectGroup.Add("WD_hex_endingEffect", 112431); DictSNOEffectGroup.Add("WD_hex_fetish_contact", 107823); DictSNOEffectGroup.Add("WD_hex_fetish_heal", 108196); DictSNOEffectGroup.Add("WD_hex_indigo_cast", 188759); DictSNOEffectGroup.Add("WD_Horrify", 123731); DictSNOEffectGroup.Add("WD_HorrifyRune_alabaster_runspeed", 123918); DictSNOEffectGroup.Add("WD_HorrifyRune_alabaster_sprint", 215986); DictSNOEffectGroup.Add("WD_HorrifyRune_crimson_slowed", 123917); DictSNOEffectGroup.Add("WD_HorrifyRune_golden_mana", 123916); DictSNOEffectGroup.Add("WD_HorrifyRune_indigo_radius", 123919); DictSNOEffectGroup.Add("WD_HorrifyRune_obsidian_duration", 123920); DictSNOEffectGroup.Add("WD_Horrify_switch", 130054); DictSNOEffectGroup.Add("WD_locustSwarmRune_disease_cast", 106814); DictSNOEffectGroup.Add("WD_locustSwarmRune_disease_death_med", 115839); DictSNOEffectGroup.Add("WD_locustSwarmRune_disease_DOT", 108533); DictSNOEffectGroup.Add("WD_locustSwarmRune_disease_DOT_large", 216076); DictSNOEffectGroup.Add("WD_locustSwarmRune_disease_DOT_med", 216083); DictSNOEffectGroup.Add("WD_locustSwarmRune_disease_DOT_small", 216075); DictSNOEffectGroup.Add("WD_locustSwarmRune_disease_DOT_switch", 216091); DictSNOEffectGroup.Add("WD_locustSwarmRune_disease_jump", 108523); DictSNOEffectGroup.Add("WD_locustSwarmRune_DOT_switch", 108529); DictSNOEffectGroup.Add("WD_locustSwarmRune_fire_cast", 106813); DictSNOEffectGroup.Add("WD_locustSwarmRune_fire_death_med", 115840); DictSNOEffectGroup.Add("WD_locustSwarmRune_fire_DOT_large", 216078); DictSNOEffectGroup.Add("WD_locustSwarmRune_fire_DOT_med", 216085); DictSNOEffectGroup.Add("WD_locustSwarmRune_fire_DOT_small", 216072); DictSNOEffectGroup.Add("WD_locustSwarmRune_fire_DOT_switch", 216090); DictSNOEffectGroup.Add("WD_locustSwarmRune_fire_jump", 106860); DictSNOEffectGroup.Add("WD_locustSwarmRune_multiply_cast", 216033); DictSNOEffectGroup.Add("WD_locustSwarmRune_multiply_death_med", 216034); DictSNOEffectGroup.Add("WD_locustSwarmRune_multiply_DOT_large", 216081); DictSNOEffectGroup.Add("WD_locustSwarmRune_multiply_DOT_med", 216087); DictSNOEffectGroup.Add("WD_locustSwarmRune_multiply_DOT_small", 216074); DictSNOEffectGroup.Add("WD_locustSwarmRune_multiply_DOT_switch", 216093); DictSNOEffectGroup.Add("WD_locustSwarmRune_multiply_jump", 216036); DictSNOEffectGroup.Add("WD_locustSwarm_cast", 106758); DictSNOEffectGroup.Add("WD_locustSwarm_cast_switch", 106765); DictSNOEffectGroup.Add("WD_locustSwarm_death_med", 115837); DictSNOEffectGroup.Add("WD_locustSwarm_DOT_large", 216079); DictSNOEffectGroup.Add("WD_locustSwarm_DOT_med", 216082); DictSNOEffectGroup.Add("WD_locustSwarm_DOT_small", 216070); DictSNOEffectGroup.Add("WD_locustSwarm_DOT_switch", 216088); DictSNOEffectGroup.Add("WD_locustSwarm_jump", 106839); DictSNOEffectGroup.Add("WD_massConfusion_castSwitch", 184540); DictSNOEffectGroup.Add("WD_massConfusion_cooldown_cast", 184976); DictSNOEffectGroup.Add("WD_massConfusion_damage_cast", 184579); DictSNOEffectGroup.Add("WD_massConfusion_dogs_cast", 185020); DictSNOEffectGroup.Add("WD_massConfusion_ghostBro_cast", 184542); DictSNOEffectGroup.Add("WD_massConfusion_stun_cast", 184963); DictSNOEffectGroup.Add("WD_massConfusion_unruned_cast", 184541); DictSNOEffectGroup.Add("WD_mass_confused", 19259); DictSNOEffectGroup.Add("WD_plagueOfToadsRune_rain", 106365); DictSNOEffectGroup.Add("WD_plagueOfToads_castSwitch", 219156); DictSNOEffectGroup.Add("WD_plagueofToads_digestion", 209933); DictSNOEffectGroup.Add("WD_plague_DOT_small", 19269); DictSNOEffectGroup.Add("WD_plague_DOT_zombieDog", 19270); DictSNOEffectGroup.Add("WD_Sacrifice", 19272); DictSNOEffectGroup.Add("WD_SacrificeRune_buff", 107550); DictSNOEffectGroup.Add("WD_SacrificeRune_buffSwitch", 108388); DictSNOEffectGroup.Add("WD_SacrificeRune_buff_aura", 107672); DictSNOEffectGroup.Add("WD_SacrificeRune_mana", 107552); DictSNOEffectGroup.Add("WD_SacrificeRune_mana_jump", 107660); DictSNOEffectGroup.Add("WD_SacrificeRune_root", 107697); DictSNOEffectGroup.Add("WD_SacrificeRune_root_debuff", 108387); DictSNOEffectGroup.Add("WD_SacrificeRune_spawn", 107682); DictSNOEffectGroup.Add("WD_Sacrifice_cast", 19273); DictSNOEffectGroup.Add("WD_Sacrifice_femaleCast", 19274); DictSNOEffectGroup.Add("WD_soulHarvest_cast", 19275); DictSNOEffectGroup.Add("WD_soulHarvest_hit", 1164); DictSNOEffectGroup.Add("WD_soulHarvest_jump", 19277); DictSNOEffectGroup.Add("WD_spiritBarrageRune_AOE_impactExplosion", 186804); DictSNOEffectGroup.Add("WD_spiritBarrageRune_heal_ghost", 181766); DictSNOEffectGroup.Add("WD_spiritBarrageRune_heal_ghost_single", 403668); DictSNOEffectGroup.Add("WD_spiritBarrageRune_heal_impactExplosion", 181929); DictSNOEffectGroup.Add("WD_spiritBarrageRune_mana_ghost", 181825); DictSNOEffectGroup.Add("WD_spiritBarrageRune_mana_impactExplosion", 181933); DictSNOEffectGroup.Add("WD_spiritBarrageRune_multi_ghost", 181843); DictSNOEffectGroup.Add("WD_spiritBarrageRune_multi_impactExplosion", 181948); DictSNOEffectGroup.Add("WD_spiritBarrageRune_turret_ghost", 181866); DictSNOEffectGroup.Add("WD_spiritBarrageRune_turret_impactExplosion", 181944); DictSNOEffectGroup.Add("WD_spiritBarrageRune_turret_spirit", 181883); DictSNOEffectGroup.Add("WD_spiritBarrage_ghost", 175350); DictSNOEffectGroup.Add("WD_spiritBarrage_impactExplosion", 175403); DictSNOEffectGroup.Add("WD_spiritWalk_buff", 181952); DictSNOEffectGroup.Add("WD_spiritWalk_buff_addDamage", 181955); DictSNOEffectGroup.Add("WD_spiritWalk_buff_addDuration", 181956); DictSNOEffectGroup.Add("WD_spiritWalk_buff_addMana", 181957); DictSNOEffectGroup.Add("WD_spiritWalk_buff_deathDamage", 181958); DictSNOEffectGroup.Add("WD_spiritWalk_buff_reduceDamage", 181959); DictSNOEffectGroup.Add("WD_spiritWalk_buff_switch", 181940); DictSNOEffectGroup.Add("WD_spiritWalk_decoyDeath", 181934); DictSNOEffectGroup.Add("WD_spiritWalk_decoyDeath_addDamage", 181935); DictSNOEffectGroup.Add("WD_spiritWalk_decoyDeath_addDuration", 181936); DictSNOEffectGroup.Add("WD_spiritWalk_decoyDeath_addMana", 181938); DictSNOEffectGroup.Add("WD_spiritWalk_decoyDeath_deathDamage", 181937); DictSNOEffectGroup.Add("WD_spiritWalk_decoyDeath_reduceDamage", 181939); DictSNOEffectGroup.Add("WD_spiritWalk_decoyDeath_switch", 181918); DictSNOEffectGroup.Add("WD_spiritWalk_decoyLook", 181970); DictSNOEffectGroup.Add("WD_spiritWalk_decoyLook_addDamage", 181971); DictSNOEffectGroup.Add("WD_spiritWalk_decoyLook_addDuration", 181972); DictSNOEffectGroup.Add("WD_spiritWalk_decoyLook_addMana", 181973); DictSNOEffectGroup.Add("WD_spiritWalk_decoyLook_deathDamage", 181974); DictSNOEffectGroup.Add("WD_spiritWalk_decoyLook_reduceDamage", 181975); DictSNOEffectGroup.Add("WD_spiritWalk_decoyLook_switch", 181976); DictSNOEffectGroup.Add("WD_wallOfDeath_fire_cast", 441122); DictSNOEffectGroup.Add("WD_wallOfDeath_poison_cast", 441119); DictSNOEffectGroup.Add("WD_wallOfDeath_spectral_cast", 441126); DictSNOEffectGroup.Add("WD_wallOfZombies_castSwitch", 184007); DictSNOEffectGroup.Add("WD_wallOfZombies_obsidian_cast", 184009); DictSNOEffectGroup.Add("WD_wallOfZombies_unruned_cast", 184008); DictSNOEffectGroup.Add("WD_ZombieDogRune_fire_cast", 108538); DictSNOEffectGroup.Add("WD_ZombieDogRune_healthGlobe_cast", 108558); DictSNOEffectGroup.Add("WD_zombieDogRune_healthLink", 105774); DictSNOEffectGroup.Add("WD_ZombieDogRune_lifesteal_cast", 108548); DictSNOEffectGroup.Add("WD_ZombieDogRune_poison_cast", 108552); DictSNOEffectGroup.Add("WD_ZombieDog_cast", 108537); DictSNOEffectGroup.Add("WD_ZombieDog_cast_switch", 108535); DictSNOEffectGroup.Add("WeaponFireDefault", 19289); DictSNOEffectGroup.Add("weapon_norm_cold_g", 19293); DictSNOEffectGroup.Add("weapon_norm_fire_g", 19294); DictSNOEffectGroup.Add("weapon_norm_lightning_g", 19295); DictSNOEffectGroup.Add("weapon_norm_poison_g", 1165); DictSNOEffectGroup.Add("weapon_norm_trail_switcher", 19296); DictSNOEffectGroup.Add("witchDoctor_corpseSpider_buff_switch", 109929); DictSNOEffectGroup.Add("witchDoctor_corpseSpider_cast", 219327); DictSNOEffectGroup.Add("witchDoctor_corpseSpider_jarExplode", 107155); DictSNOEffectGroup.Add("witchDoctor_corpseSpider_jarExplode_alabaster", 215846); DictSNOEffectGroup.Add("witchDoctor_corpseSpider_jarExplode_crimson", 215843); DictSNOEffectGroup.Add("witchDoctor_corpseSpider_jarExplode_golden", 215839); DictSNOEffectGroup.Add("witchDoctor_corpseSpider_jarExplode_indigo", 215848); DictSNOEffectGroup.Add("witchDoctor_corpseSpider_jarExplode_obsidian", 215834); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Cast", 72754); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Cast_addsCasters", 133758); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Cast_addsHunters", 133760); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Cast_addsMelees", 133757); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Cast_apparateDamage", 133756); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Cast_lessCooldown", 133759); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Cast_MasterFX", 133769); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Spawn", 72803); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Spawn_addsCasters", 133732); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Spawn_addsHunters", 133735); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Spawn_addsMelees", 133734); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Spawn_apparateDamage", 133761); DictSNOEffectGroup.Add("witchDoctor_FetishArmy_Spawn_lessCooldown", 133737); DictSNOEffectGroup.Add("Witchdoctor_GraspoftheDead", 69218); DictSNOEffectGroup.Add("Witchdoctor_GraspoftheDead_alabasterRune", 103841); DictSNOEffectGroup.Add("Witchdoctor_GraspoftheDead_crimsonRune", 102450); DictSNOEffectGroup.Add("Witchdoctor_GraspoftheDead_goldenRune", 102680); DictSNOEffectGroup.Add("Witchdoctor_GraspoftheDead_indigoRune", 103533); DictSNOEffectGroup.Add("Witchdoctor_GraspoftheDead_indigo_explosion", 238553); DictSNOEffectGroup.Add("Witchdoctor_GraspoftheDead_obsidianRune", 102640); DictSNOEffectGroup.Add("witchDoctor_poisonDart_snakeAttach", 107163); DictSNOEffectGroup.Add("witchDoctor_Sacrifice_ResurrectProxy_Spawn", 209092); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_buff", 106234); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_contact", 106131); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_contact_alabasterRune", 106415); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_contact_crimsonRune", 106312); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_contact_indigoRune", 106390); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_contact_obsidianRune", 106403); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_debuff_obsidianRune", 106411); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_hit", 106240); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_jump_crimsonRune", 106388); DictSNOEffectGroup.Add("witchDoctor_soulHarvest_masterFX_contact", 106207); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_alabasterRune", 105836); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_bear_spawn", 216882); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_cast", 216735); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_cast_bears", 216738); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_cast_fire", 216737); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_cast_onDeath", 216736); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_cast_poisonCloud", 216740); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_cast_switch", 216734); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_contact_switch", 216840); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_obsidianRune_puddle", 105503); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_onHit", 217008); DictSNOEffectGroup.Add("witchDoctor_zombieCharger_onHit_multiBears", 362798); DictSNOEffectGroup.Add("WitherMoth_phys_getHit", 19301); DictSNOEffectGroup.Add("witherMoth_spawn_lookSwitch", 258724); DictSNOEffectGroup.Add("WizardSpike_FrozenOrb", 251692); DictSNOEffectGroup.Add("WizardSpike_FrozenOrb_explosion", 251693); DictSNOEffectGroup.Add("Wizard_acidCloud_pools", 19303); DictSNOEffectGroup.Add("Wizard_ArcaneDynamo_Ready", 229755); DictSNOEffectGroup.Add("Wizard_arcaneMissileRune_damage_projectile", 99576); DictSNOEffectGroup.Add("Wizard_arcaneOrbRune_buffOrbit1", 75747); DictSNOEffectGroup.Add("Wizard_arcaneOrbRune_buffOrbit2", 75748); DictSNOEffectGroup.Add("Wizard_arcaneOrbRune_buffOrbit3", 75749); DictSNOEffectGroup.Add("Wizard_arcaneOrbRune_buffOrbit4", 75750); DictSNOEffectGroup.Add("Wizard_arcaneOrbRune_buffProjectile", 75734); DictSNOEffectGroup.Add("Wizard_arcaneOrbRune_damage_impact", 130020); DictSNOEffectGroup.Add("Wizard_arcaneOrbRune_damage_projectile", 130033); DictSNOEffectGroup.Add("Wizard_arcaneOrbRune_golden_impact", 216056); DictSNOEffectGroup.Add("WizArd_arcaneOrb_cast", 19307); DictSNOEffectGroup.Add("Wizard_arcaneOrb_castingSwitch", 215563); DictSNOEffectGroup.Add("WizArd_arcaneOrb_cast_crimson", 247682); DictSNOEffectGroup.Add("WizArd_arcaneOrb_cast_obsidian", 247681); DictSNOEffectGroup.Add("Wizard_arcaneOrb_goldenProjectile", 216042); DictSNOEffectGroup.Add("Wizard_arcaneOrb_impact", 19308); DictSNOEffectGroup.Add("WizArd_arcaneOrb_indigocast", 215568); DictSNOEffectGroup.Add("Wizard_arcaneOrb_indigoImpact", 215580); DictSNOEffectGroup.Add("Wizard_arcaneOrb_projectile", 19309); DictSNOEffectGroup.Add("Wizard_arcaneTorrentRune_singles_stream", 164077); DictSNOEffectGroup.Add("Wizard_arcaneTorrentRune_singles_stream_indigo_spawner", 170983); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_cast", 97385); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_cast_indigo", 170470); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_cast_switch", 170456); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_impactExplosion_bomb", 171183); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_Pending_DeathBlossom", 250021); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_stream", 134442); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_stream_crimson_debuff", 170263); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_stream_golden_stone", 170572); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_stream_indigo_spawner", 170264); DictSNOEffectGroup.Add("Wizard_arcaneTorrent_stream_obsidian_bomb", 170569); DictSNOEffectGroup.Add("Wizard_Archon_arcaneBlast", 166085); DictSNOEffectGroup.Add("Wizard_Archon_arcaneBlast_dmg", 216936); DictSNOEffectGroup.Add("Wizard_Archon_arcaneBlast_erupt", 216885); DictSNOEffectGroup.Add("Wizard_Archon_arcaneBlast_explode", 216892); DictSNOEffectGroup.Add("Wizard_Archon_arcaneBlast_slow", 217127); DictSNOEffectGroup.Add("Wizard_Archon_arcaneBlast_teleport", 216900); DictSNOEffectGroup.Add("Wizard_Archon_arcaneStrike_contact", 164678); DictSNOEffectGroup.Add("Wizard_Archon_arcaneStrike_contact_dmg", 216459); DictSNOEffectGroup.Add("Wizard_Archon_arcaneStrike_contact_erupt", 216814); DictSNOEffectGroup.Add("Wizard_Archon_arcaneStrike_contact_explode", 216527); DictSNOEffectGroup.Add("Wizard_Archon_arcaneStrike_contact_slow", 216815); DictSNOEffectGroup.Add("Wizard_Archon_arcaneStrike_contact_teleport", 216849); DictSNOEffectGroup.Add("Wizard_Archon_disintegrationWave", 161575); DictSNOEffectGroup.Add("Wizard_Archon_disintegrationWave_dmg", 216981); DictSNOEffectGroup.Add("Wizard_Archon_disintegrationWave_erupt", 216983); DictSNOEffectGroup.Add("Wizard_Archon_disintegrationWave_explode", 216963); DictSNOEffectGroup.Add("Wizard_Archon_disintegrationWave_slow", 217257); DictSNOEffectGroup.Add("Wizard_Archon_disintegrationWave_teleport", 217128); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_onCast", 217849); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_onCast_alabaster", 217855); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_onCast_crimson", 217850); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_onCast_golden", 217854); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_onCast_indigo", 217851); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_onCast_obsidian", 217852); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_onCast_switch", 217848); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_selfBuff", 161802); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_selfBuff_dmg", 216968); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_selfBuff_erupt", 216982); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_selfBuff_explode", 216793); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_selfBuff_slow", 217158); DictSNOEffectGroup.Add("Wizard_Archon_disintegration_selfBuff_teleport", 217112); DictSNOEffectGroup.Add("Wizard_Archon_selfBuff", 166406); DictSNOEffectGroup.Add("Wizard_BlackHole_CosmicGate_Impact", 343298); DictSNOEffectGroup.Add("Wizard_Blizzard", 19311); DictSNOEffectGroup.Add("Wizard_BlizzardRune_mist", 75641); DictSNOEffectGroup.Add("Wizard_Blizzard_addFreeze", 185550); DictSNOEffectGroup.Add("Wizard_Blizzard_addSize", 185482); DictSNOEffectGroup.Add("Wizard_Blizzard_addTime", 185452); DictSNOEffectGroup.Add("Wizard_Blizzard_cast", 19312); DictSNOEffectGroup.Add("Wizard_Blizzard_reduceCost", 185505); DictSNOEffectGroup.Add("Wizard_chargedBoltRune_indigo_lightningArc", 176747); DictSNOEffectGroup.Add("Wizard_chargedBolt_alabaster_cast", 176353); DictSNOEffectGroup.Add("Wizard_Chargedbolt_cast", 67099); DictSNOEffectGroup.Add("Wizard_chargedBolt_crimson_cast", 176290); DictSNOEffectGroup.Add("Wizard_chargedBolt_golden_cast", 176250); DictSNOEffectGroup.Add("Wizard_chargedBolt_indigo_cast", 176354); DictSNOEffectGroup.Add("Wizard_chargedBolt_obsidian_cast", 176355); DictSNOEffectGroup.Add("Wizard_Chargedbolt_unruned_cast", 176277); DictSNOEffectGroup.Add("Wizard_diamondSkinRune_burstEnd", 92957); DictSNOEffectGroup.Add("Wizard_diamondSkin_end", 93077); DictSNOEffectGroup.Add("Wizard_diamondSkin_end_alabaster", 187851); DictSNOEffectGroup.Add("Wizard_diamondSkin_end_crimson", 187716); DictSNOEffectGroup.Add("Wizard_diamondSkin_end_golden", 187831); DictSNOEffectGroup.Add("Wizard_diamondSkin_end_indigo", 187805); DictSNOEffectGroup.Add("Wizard_diamondSkin_end_obsidian", 187822); DictSNOEffectGroup.Add("Wizard_diamondSkin_end_switch", 187715); DictSNOEffectGroup.Add("Wizard_disintegrateRune_explode", 93574); DictSNOEffectGroup.Add("Wizard_DisintegrateRune_fatBeam", 93529); DictSNOEffectGroup.Add("Wizard_DisintegrateRune_field", 93563); DictSNOEffectGroup.Add("Wizard_DisintegrateRune_miniBuff", 95258); DictSNOEffectGroup.Add("Wizard_DisintegrateRune_pulseBeam", 93593); DictSNOEffectGroup.Add("Wizard_Disintegrate_deathBeam", 216368); DictSNOEffectGroup.Add("Wizard_electrocuteRune_cone", 77807); DictSNOEffectGroup.Add("Wizard_electrocuteRune_impact", 77858); DictSNOEffectGroup.Add("Wizard_ElectrocuteRune_projectile", 77686); DictSNOEffectGroup.Add("Wizard_EnergyShield", 19318); DictSNOEffectGroup.Add("Wizard_EnergyShield_absorb", 185314); DictSNOEffectGroup.Add("Wizard_EnergyShield_absorb_cast", 185304); DictSNOEffectGroup.Add("Wizard_EnergyShield_cast", 87200); DictSNOEffectGroup.Add("Wizard_EnergyShield_castSwitch", 185113); DictSNOEffectGroup.Add("Wizard_EnergyShield_damage", 185104); DictSNOEffectGroup.Add("Wizard_EnergyShield_damage_cast", 185114); DictSNOEffectGroup.Add("Wizard_energyShield_damage_hitMelee", 185227); DictSNOEffectGroup.Add("Wizard_EnergyShield_hit", 87618); DictSNOEffectGroup.Add("Wizard_EnergyShield_hitMelee_switch", 185241); DictSNOEffectGroup.Add("Wizard_EnergyShield_hit_melee", 87624); DictSNOEffectGroup.Add("Wizard_EnergyShield_hit_switch", 185280); DictSNOEffectGroup.Add("Wizard_EnergyShield_maxLife", 185281); DictSNOEffectGroup.Add("Wizard_EnergyShield_maxLife_cast", 185294); DictSNOEffectGroup.Add("Wizard_EnergyShield_maxLife_hit", 185298); DictSNOEffectGroup.Add("Wizard_energyShield_maxLife_hitMelee", 185302); DictSNOEffectGroup.Add("Wizard_EnergyShield_reflect", 185122); DictSNOEffectGroup.Add("Wizard_EnergyShield_reflect_cast", 185123); DictSNOEffectGroup.Add("Wizard_EnergyShield_reflect_hit", 185234); DictSNOEffectGroup.Add("Wizard_energyShield_reflect_hitMelee", 185235); DictSNOEffectGroup.Add("Wizard_EnergyShield_resource", 185277); DictSNOEffectGroup.Add("Wizard_EnergyShield_resource_cast", 185276); DictSNOEffectGroup.Add("Wizard_EnergyShield_resource_hit", 185278); DictSNOEffectGroup.Add("Wizard_energyShield_resource_hitMelee", 185279); DictSNOEffectGroup.Add("Wizard_EnergyShield_switch", 185100); DictSNOEffectGroup.Add("Wizard_explosiveBlastRune_detach", 115507); DictSNOEffectGroup.Add("Wizard_explosiveBlastRune_golden_cast", 202021); DictSNOEffectGroup.Add("Wizard_explosiveBlastRune_golden_intro", 202029); DictSNOEffectGroup.Add("Wizard_explosiveBlastRune_indigo_cast", 202023); DictSNOEffectGroup.Add("Wizard_explosiveBlastRune_indigo_intro", 202030); DictSNOEffectGroup.Add("Wizard_explosiveBlast_cast", 89448); DictSNOEffectGroup.Add("Wizard_explosiveBlast_castSwitch", 202027); DictSNOEffectGroup.Add("Wizard_explosiveBlast_intro", 89449); DictSNOEffectGroup.Add("Wizard_explosiveBlast_introSwitch", 202028); DictSNOEffectGroup.Add("Wizard_Familiar", 84505); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Absorb", 167269); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Absorb_cast", 238667); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Absorb_hit", 168006); DictSNOEffectGroup.Add("Wizard_FamiliarRune_AOE", 167469); DictSNOEffectGroup.Add("Wizard_FamiliarRune_AOE_cast", 238668); DictSNOEffectGroup.Add("Wizard_FamiliarRune_AOE_hit", 167993); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Damage", 167275); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Damage_cast", 238669); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Damage_hit", 168007); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Pierce", 167471); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Pierce_cast", 238670); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Pierce_hit", 168008); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Regen", 166332); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Regen_cast", 238671); DictSNOEffectGroup.Add("Wizard_FamiliarRune_Regen_hit", 168009); DictSNOEffectGroup.Add("Wizard_Familiar_cast_masterFX", 238666); DictSNOEffectGroup.Add("Wizard_Familiar_cast_MasterFX_plusSound", 305792); DictSNOEffectGroup.Add("Wizard_Familiar_firing", 118040); DictSNOEffectGroup.Add("Wizard_Familiar_pet", 117307); DictSNOEffectGroup.Add("Wizard_Familiar_pet_masterFX", 167334); DictSNOEffectGroup.Add("Wizard_FrostBolt_projectile", 19320); DictSNOEffectGroup.Add("wizard_frostNova", 19321); DictSNOEffectGroup.Add("Wizard_FrostNovaRune_coldCircle", 75640); DictSNOEffectGroup.Add("Wizard_frostNova_alabaster_buff", 215519); DictSNOEffectGroup.Add("wizard_frostNova_alabaster_unfreeze", 189099); DictSNOEffectGroup.Add("wizard_frostNova_crimson_addDamage", 189063); DictSNOEffectGroup.Add("wizard_frostNova_indigo_miniFrostNovas", 189174); DictSNOEffectGroup.Add("wizard_frostNova_reduceCooldown", 189163); DictSNOEffectGroup.Add("Wizard_hydra_arcane_cast", 219790); DictSNOEffectGroup.Add("Wizard_Hydra_Arcane_impact", 81874); DictSNOEffectGroup.Add("Wizard_Hydra_Arcane_Pool", 81301); DictSNOEffectGroup.Add("Wizard_Hydra_Arcane_projectile", 81739); DictSNOEffectGroup.Add("Wizard_Hydra_Big_Pool", 86328); DictSNOEffectGroup.Add("Wizard_Hydra_Big_Pool_Pet", 302839); DictSNOEffectGroup.Add("Wizard_Hydra_castSwitch", 219757); DictSNOEffectGroup.Add("Wizard_Hydra_DefaultFire_Pool", 81102); DictSNOEffectGroup.Add("Wizard_Hydra_DefaultFire_Projectile", 77117); DictSNOEffectGroup.Add("Wizard_hydra_fire_cast", 219760); DictSNOEffectGroup.Add("Wizard_hydra_frost_cast", 219770); DictSNOEffectGroup.Add("Wizard_hydra_frost_Pool", 82995); DictSNOEffectGroup.Add("Wizard_hydra_lightning_cast", 219776); DictSNOEffectGroup.Add("Wizard_hydra_lightning_Pool", 82116); DictSNOEffectGroup.Add("Wizard_Hydra_RuneFrost_Breath", 84033); DictSNOEffectGroup.Add("Wizard_hydra_spawnPicker", 80776); DictSNOEffectGroup.Add("Wizard_IceArmor", 19324); DictSNOEffectGroup.Add("Wizard_IceArmorRune_aura", 87896); DictSNOEffectGroup.Add("Wizard_IceArmorRune_buff_switch", 173229); DictSNOEffectGroup.Add("Wizard_IceArmorRune_iceBlade", 87899); DictSNOEffectGroup.Add("Wizard_IceArmor_alabaster", 185624); DictSNOEffectGroup.Add("Wizard_IceArmor_alabaster_cast", 185644); DictSNOEffectGroup.Add("Wizard_IceArmor_alabaster_end", 185655); DictSNOEffectGroup.Add("Wizard_IceArmor_cast", 19325); DictSNOEffectGroup.Add("Wizard_IceArmor_damage", 185809); DictSNOEffectGroup.Add("Wizard_IceArmor_damage_cast", 185803); DictSNOEffectGroup.Add("Wizard_IceArmor_damage_end", 185813); DictSNOEffectGroup.Add("Wizard_IceArmor_duration", 185674); DictSNOEffectGroup.Add("Wizard_IceArmor_duration_cast", 185665); DictSNOEffectGroup.Add("Wizard_IceArmor_duration_end", 185669); DictSNOEffectGroup.Add("Wizard_IceArmor_end", 19326); DictSNOEffectGroup.Add("Wizard_IceArmor_end_switch", 185652); DictSNOEffectGroup.Add("Wizard_IceArmor_switch", 185650); DictSNOEffectGroup.Add("Wizard_Intensify", 19328); DictSNOEffectGroup.Add("Wizard_LightningSpeed", 19330); DictSNOEffectGroup.Add("Wizard_lightningSpeed_onset_arcSwitch", 19332); DictSNOEffectGroup.Add("Wizard_magicMissileRune_pierce_projectile", 189441); DictSNOEffectGroup.Add("Wizard_magicMissile_projectile", 99568); DictSNOEffectGroup.Add("Wizard_magicMissile_warmUp", 189463); DictSNOEffectGroup.Add("Wizard_magicWeaponRune_cast_damage", 219390); DictSNOEffectGroup.Add("Wizard_magicWeaponRune_cast_deflection", 396294); DictSNOEffectGroup.Add("Wizard_magicWeaponRune_cast_fire", 219289); DictSNOEffectGroup.Add("Wizard_magicWeaponRune_cast_lightning", 219306); DictSNOEffectGroup.Add("Wizard_magicWeapon_cast", 218923); DictSNOEffectGroup.Add("Wizard_magicWeapon_end_fxSwitch", 249443); DictSNOEffectGroup.Add("Wizard_magicWeapon_fxSwitch", 219290); DictSNOEffectGroup.Add("Wizard_Meteor_afterBurn", 90369); DictSNOEffectGroup.Add("Wizard_Meteor_afterBurn_cost", 217309); DictSNOEffectGroup.Add("Wizard_Meteor_afterBurn_frost_rune", 91710); DictSNOEffectGroup.Add("Wizard_Meteor_afterBurn_longer", 217422); DictSNOEffectGroup.Add("Wizard_Meteor_CastingEffect", 71141); DictSNOEffectGroup.Add("Wizard_Meteor_CastingEffect_longer", 217461); DictSNOEffectGroup.Add("Wizard_Meteor_cast_cost", 217377); DictSNOEffectGroup.Add("Wizard_Meteor_frost_rune_cast", 92222); DictSNOEffectGroup.Add("Wizard_Meteor_Impact", 90362); DictSNOEffectGroup.Add("Wizard_Meteor_Impact_addDamage", 215812); DictSNOEffectGroup.Add("Wizard_Meteor_Impact_cost", 217140); DictSNOEffectGroup.Add("Wizard_Meteor_Impact_frost_rune", 92027); DictSNOEffectGroup.Add("Wizard_Meteor_Impact_longer", 217419); DictSNOEffectGroup.Add("Wizard_Meteor_Impact_Rune", 91442); DictSNOEffectGroup.Add("Wizard_Meteor_Pending", 90361); DictSNOEffectGroup.Add("Wizard_Meteor_Pending_addDamage", 215849); DictSNOEffectGroup.Add("Wizard_Meteor_Pending_cost", 217144); DictSNOEffectGroup.Add("Wizard_Meteor_Pending_frost_rune", 91712); DictSNOEffectGroup.Add("Wizard_Meteor_Pending_longer", 217420); DictSNOEffectGroup.Add("Wizard_Meteor_Pending_Rune", 91437); DictSNOEffectGroup.Add("wizard_meteor_projectile_cost", 217183); DictSNOEffectGroup.Add("Wizard_Meteor_pvp_switch", 112827); DictSNOEffectGroup.Add("Wizard_MirrorImageRune_breakFree_cast", 115392); DictSNOEffectGroup.Add("Wizard_MirrorImageRune_damage_cast", 115386); DictSNOEffectGroup.Add("Wizard_MirrorImageRune_duration_cast", 115394); DictSNOEffectGroup.Add("Wizard_MirrorImageRune_explode_cast", 115390); DictSNOEffectGroup.Add("Wizard_MirrorImageRune_multiple_cast", 115385); DictSNOEffectGroup.Add("Wizard_mirrorImage_blast", 19337); DictSNOEffectGroup.Add("Wizard_MirrorImage_cast", 19338); DictSNOEffectGroup.Add("Wizard_MirrorImage_cast_normal", 109363); DictSNOEffectGroup.Add("Wizard_MirrorImage_end", 112881); DictSNOEffectGroup.Add("Wizard_mirrorImage_FriendlyIndicator", 112852); DictSNOEffectGroup.Add("Wizard_mirrorImage_switch", 109275); DictSNOEffectGroup.Add("Wizard_poweredImpact_manaGlobeFlash", 19339); DictSNOEffectGroup.Add("Wizard_rayOfFrost", 19327); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_alabaster_cast", 217169); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_crimson_cast", 217165); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_damage", 149835); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_energy", 149869); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_freeze", 149836); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_golden_cast", 217168); DictSNOEffectGroup.Add("WizArd_rayOfFrostRune_iceDome", 148061); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_indigo_cast", 217166); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_obsidian_cast", 217167); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_pool", 149879); DictSNOEffectGroup.Add("Wizard_rayOfFrostRune_pools_pool", 149878); DictSNOEffectGroup.Add("Wizard_rayOfFrost_cast", 217164); DictSNOEffectGroup.Add("Wizard_rayOfFrost_castSwitch", 217163); DictSNOEffectGroup.Add("Wizard_SentryHeal_pvp_switch", 256255); DictSNOEffectGroup.Add("Wizard_slowTimeRune_attackSpeed_cast", 112821); DictSNOEffectGroup.Add("Wizard_SlowTimeRune_attackSpeed_proxy", 112804); DictSNOEffectGroup.Add("Wizard_slowTimeRune_cost_cast", 112819); DictSNOEffectGroup.Add("Wizard_SlowTimeRune_cost_proxy", 112574); DictSNOEffectGroup.Add("Wizard_slowTimeRune_damage_cast", 112813); DictSNOEffectGroup.Add("Wizard_SlowTimeRune_damage_proxy", 112584); DictSNOEffectGroup.Add("Wizard_slowTimeRune_linger_cast", 112815); DictSNOEffectGroup.Add("Wizard_SlowTimeRune_linger_proxy", 112809); DictSNOEffectGroup.Add("Wizard_SlowTimeRune_small_proxy", 112568); DictSNOEffectGroup.Add("Wizard_SlowTimeRune_small_pvp_switch", 112795); DictSNOEffectGroup.Add("Wizard_slowTime_cast", 19341); DictSNOEffectGroup.Add("Wizard_SlowTime_cast_switch", 112825); DictSNOEffectGroup.Add("Wizard_SlowTime_Proxy", 19342); DictSNOEffectGroup.Add("Wizard_SlowTime_pvp_switch", 112790); DictSNOEffectGroup.Add("wizard_spectralBlade", 19343); DictSNOEffectGroup.Add("Wizard_SpectralBlade_cast_switch", 188941); DictSNOEffectGroup.Add("wizard_spectralBlade_obsidian_crit", 197271); DictSNOEffectGroup.Add("wizard_spectralBlade_rune", 92228); DictSNOEffectGroup.Add("Wizard_StaticCharge", 19345); DictSNOEffectGroup.Add("Wizard_StoneArmor_cast", 19346); DictSNOEffectGroup.Add("Wizard_StoneArmor_cast_alabaster_purple", 187680); DictSNOEffectGroup.Add("Wizard_StoneArmor_cast_crimson", 187687); DictSNOEffectGroup.Add("Wizard_StoneArmor_cast_golden", 187682); DictSNOEffectGroup.Add("Wizard_StoneArmor_cast_indigo", 187690); DictSNOEffectGroup.Add("Wizard_StoneArmor_cast_obsidian", 187694); DictSNOEffectGroup.Add("Wizard_StoneArmor_cast_switch", 187679); DictSNOEffectGroup.Add("Wizard_StoneSkin", 19349); DictSNOEffectGroup.Add("Wizard_stormArmorRune_tesla", 80567); DictSNOEffectGroup.Add("Wizard_stormArmor_alabaster", 185827); DictSNOEffectGroup.Add("Wizard_stormArmor_cast_switch", 185825); DictSNOEffectGroup.Add("Wizard_stormArmor_crimson", 185955); DictSNOEffectGroup.Add("Wizard_stormArmor_golden", 185838); DictSNOEffectGroup.Add("Wizard_stormArmor_golden_cast", 185885); DictSNOEffectGroup.Add("Wizard_stormArmor_indigo", 185958); DictSNOEffectGroup.Add("Wizard_stormArmor_indigo_buff", 219191); DictSNOEffectGroup.Add("Wizard_stormArmor_indigo_cast", 185967); DictSNOEffectGroup.Add("Wizard_stormArmor_obsidian", 185822); DictSNOEffectGroup.Add("Wizard_stormArmor_obsidian_cast", 185903); DictSNOEffectGroup.Add("Wizard_stormArmor_proc", 261345); DictSNOEffectGroup.Add("Wizard_stormArmor_proc_alabaster", 261618); DictSNOEffectGroup.Add("Wizard_stormArmor_proc_crimson", 261619); DictSNOEffectGroup.Add("Wizard_stormArmor_proc_golden", 261346); DictSNOEffectGroup.Add("Wizard_stormArmor_proc_indigo", 261347); DictSNOEffectGroup.Add("Wizard_stormArmor_proc_obsidian", 261348); DictSNOEffectGroup.Add("Wizard_stormArmor_switch", 185824); DictSNOEffectGroup.Add("Wizard_stormArmor_unruned", 185821); DictSNOEffectGroup.Add("Wizard_stormArmor_unruned_cast", 185826); DictSNOEffectGroup.Add("Wizard_Teleport", 19352); DictSNOEffectGroup.Add("Wizard_teleport_alabaster_cast", 192151); DictSNOEffectGroup.Add("Wizard_teleport_alabaster_contact", 192152); DictSNOEffectGroup.Add("Wizard_teleport_cast", 170231); DictSNOEffectGroup.Add("Wizard_teleport_castSwitch", 191848); DictSNOEffectGroup.Add("Wizard_teleport_contact", 170232); DictSNOEffectGroup.Add("Wizard_teleport_contactSwitch", 191849); DictSNOEffectGroup.Add("Wizard_teleport_crimson_cast", 205685); DictSNOEffectGroup.Add("Wizard_teleport_golden_cast", 192074); DictSNOEffectGroup.Add("Wizard_teleport_golden_contact", 192080); DictSNOEffectGroup.Add("wizard_teleport_golden_groundportal", 206679); DictSNOEffectGroup.Add("Wizard_teleport_indigo_cast", 205684); DictSNOEffectGroup.Add("Wizard_teleport_obsidian_buff", 192069); DictSNOEffectGroup.Add("Wizard_teleport_obsidian_cast", 191913); DictSNOEffectGroup.Add("Wizard_teleport_obsidian_contact", 192053); DictSNOEffectGroup.Add("Wizard_teleport_waveOfForce", 170289); DictSNOEffectGroup.Add("Wizard_TornadoRune_buff_cast", 215760); DictSNOEffectGroup.Add("Wizard_Tornado_cast", 19353); DictSNOEffectGroup.Add("Wizard_Tornado_castCF", 19354); DictSNOEffectGroup.Add("Wizard_Tornado_cast_switch", 215755); DictSNOEffectGroup.Add("Wizard_Tornado_projectile", 19355); DictSNOEffectGroup.Add("Wizard_unstableEnergy_blastWave", 181141); DictSNOEffectGroup.Add("Wizard_UseArcaneGlobe", 166212); DictSNOEffectGroup.Add("Wizard_waveOfForce", 19356); DictSNOEffectGroup.Add("Wizard_waveOfForceRune_alabaster", 215404); DictSNOEffectGroup.Add("Wizard_waveOfForceRune_damage", 82649); DictSNOEffectGroup.Add("Wizard_waveOfForceRune_golden", 215403); DictSNOEffectGroup.Add("Wizard_waveOfForceRune_indigo", 215399); DictSNOEffectGroup.Add("Wizard_waveOfForceRune_mini", 82798); DictSNOEffectGroup.Add("Wizard_waveOfForceRune_obsidian", 215400); DictSNOEffectGroup.Add("Wizard_WaveOfForce_RuneTeleport", 77975); DictSNOEffectGroup.Add("Wizard_WaveOfForce_RuneTeleport_End", 77976); DictSNOEffectGroup.Add("WoodFence_Fields_trOut", 90438); DictSNOEffectGroup.Add("WoodWraith_death1_lookSwitch", 19357); DictSNOEffectGroup.Add("WoodWraith_death2_lookSwitch", 19358); DictSNOEffectGroup.Add("WoodWraith_death3_lookSwitch", 19359); DictSNOEffectGroup.Add("WoodWraith_energySwitch", 19360); DictSNOEffectGroup.Add("WoodWraith_explosion_dir_left", 19361); DictSNOEffectGroup.Add("WoodWraith_explosion_dir_right", 19362); DictSNOEffectGroup.Add("WoodWraith_explosion_large_dir_right", 19363); DictSNOEffectGroup.Add("WoodWraith_footStep_rocks_leftRear", 19364); DictSNOEffectGroup.Add("WoodWraith_footStep_rocks_midFront", 19365); DictSNOEffectGroup.Add("WoodWraith_footStep_rocks_right", 19366); DictSNOEffectGroup.Add("WoodWraith_footStomp", 19367); DictSNOEffectGroup.Add("WoodWraith_footStomp_large", 19368); DictSNOEffectGroup.Add("WoodWraith_getHit_dir_left", 19371); DictSNOEffectGroup.Add("WoodWraith_getHit_dir_right", 1169); DictSNOEffectGroup.Add("WoodWraith_getHit_large", 19372); DictSNOEffectGroup.Add("WoodWraith_sporeCloud", 19374); DictSNOEffectGroup.Add("WoodWraith_wake_energySwitch", 19376); DictSNOEffectGroup.Add("x1_ healthGlobe_flippyInAir", 366137); DictSNOEffectGroup.Add("x1_Abattoir_bones", 367861); DictSNOEffectGroup.Add("x1_Abattoir_Dust", 367886); DictSNOEffectGroup.Add("x1_Abattoir_Exp", 367892); DictSNOEffectGroup.Add("x1_Abattoir_furnaceSpinner_burning", 355156); DictSNOEffectGroup.Add("x1_Abattoir_furnaceSpinner_cast", 355117); DictSNOEffectGroup.Add("x1_Abattoir_furnaceSpinner_death", 359670); DictSNOEffectGroup.Add("x1_Abattoir_furnaceSpinner_warmUp", 359530); DictSNOEffectGroup.Add("x1_Abattoir_furnaceWall_burning", 355373); DictSNOEffectGroup.Add("x1_Abattoir_Stone", 367994); DictSNOEffectGroup.Add("x1_Abattoir_Stone_Dust", 367998); DictSNOEffectGroup.Add("x1_Abattoir_WoodChip", 367957); DictSNOEffectGroup.Add("x1_actor_isShielded", 341978); DictSNOEffectGroup.Add("x1_Actor_isWallWalking_orange", 298801); DictSNOEffectGroup.Add("X1_adria_arcane_pool", 360599); DictSNOEffectGroup.Add("x1_Adria_Arena_FloorPanel_Activate", 292509); DictSNOEffectGroup.Add("X1_Adria_Bloodpool_large", 358406); DictSNOEffectGroup.Add("X1_adria_blood_geyser_pending", 366228); DictSNOEffectGroup.Add("X1_Adria_Cauldron_bloodFountain", 362882); DictSNOEffectGroup.Add("x1_Adria_Geyser", 315363); DictSNOEffectGroup.Add("x1_Adria_Geyser_Pending", 315359); DictSNOEffectGroup.Add("x1_Adria_homingProjectile_impact", 337093); DictSNOEffectGroup.Add("X1_Adria_Projectile_impact", 364203); DictSNOEffectGroup.Add("x1_Adria_spit_Geyser", 364289); DictSNOEffectGroup.Add("X1_Angel_Trooper_Event_ForgottenWar_wings", 324335); DictSNOEffectGroup.Add("x1_armorScavenger_armorOff_lookSwitch", 325627); DictSNOEffectGroup.Add("x1_armorScavenger_armorOn_lookSwitch", 325626); DictSNOEffectGroup.Add("X1_armorScavenger_armorPieces", 271590); DictSNOEffectGroup.Add("X1_armorScavenger_armorPieces_remove", 271651); DictSNOEffectGroup.Add("x1_armorScavenger_burrowed", 320096); DictSNOEffectGroup.Add("x1_armorScavenger_burrowIn", 320081); DictSNOEffectGroup.Add("x1_armorScavenger_getHit", 319831); DictSNOEffectGroup.Add("X1_Barbarian_Avalanche_Dirt", 350701); DictSNOEffectGroup.Add("X1_Barbarian_Avalanche_Ice", 358464); DictSNOEffectGroup.Add("X1_Barbarian_Avalanche_impact_switch", 362294); DictSNOEffectGroup.Add("X1_Barbarian_Avalanche_Lahar", 363065); DictSNOEffectGroup.Add("X1_Barbarian_Avalanche_Lava", 361960); DictSNOEffectGroup.Add("X1_Barbarian_Avalanche_lava_impact", 374169); DictSNOEffectGroup.Add("X1_Barbarian_Avalanche_Sand", 363736); DictSNOEffectGroup.Add("X1_Barbarian_Avalanche_v2_Ready", 368016); DictSNOEffectGroup.Add("x1_Barbarian_isShielded", 341988); DictSNOEffectGroup.Add("x1_Barbarian_isShielded_riftShrine", 369712); DictSNOEffectGroup.Add("x1_barbarian_overpower_playNothing", 376553); DictSNOEffectGroup.Add("x1_Barbarian_skill_avalanche_YellSound", 360418); DictSNOEffectGroup.Add("x1_blackSoulstone_sliver_change_explosion", 367278); DictSNOEffectGroup.Add("x1_blackSoulstone_sliver_spawn_lookSwitch", 368995); DictSNOEffectGroup.Add("X1_Bloodhawk_Event_BallistaBoss_charge", 364304); DictSNOEffectGroup.Add("X1_Bloodhawk_Launcher", 367016); DictSNOEffectGroup.Add("X1_Bloodhawk_Launcher_Detach", 367017); DictSNOEffectGroup.Add("x1_bogBlight_PreBurst", 273328); DictSNOEffectGroup.Add("x1_bogBlight_projectile_impact", 273552); DictSNOEffectGroup.Add("x1_bogBlight_PustuleSpawn_AOE", 273567); DictSNOEffectGroup.Add("x1_bogBlight_pustule_projectile", 273845); DictSNOEffectGroup.Add("x1_BogCave_Dirt", 369640); DictSNOEffectGroup.Add("x1_BogCave_Stone", 369652); DictSNOEffectGroup.Add("x1_bogFamily_brute_charge_end", 266605); DictSNOEffectGroup.Add("x1_bogFamily_brute_charge_start", 266604); DictSNOEffectGroup.Add("x1_bogFamily_grunt_beingThrown", 272207); DictSNOEffectGroup.Add("x1_bogFamily_grunt_throw_impact", 272182); DictSNOEffectGroup.Add("x1_Bog_Beacon_Fire", 365467); DictSNOEffectGroup.Add("x1_Bog_Beacon_todoLines", 365479); DictSNOEffectGroup.Add("x1_Bog_bearTrap", 237522); DictSNOEffectGroup.Add("x1_Bog_bearTrap_closed", 338858); DictSNOEffectGroup.Add("x1_Bog_Bear_Trap_projectile_lobbed", 284754); DictSNOEffectGroup.Add("x1_Bog_Bear_Trap_Ring", 375989); DictSNOEffectGroup.Add("X1_Bog_bloodspring_large", 338811); DictSNOEffectGroup.Add("X1_Bog_bloodspring_medium", 338812); DictSNOEffectGroup.Add("X1_Bog_bloodspring_small", 338790); DictSNOEffectGroup.Add("x1_Bog_bloodSpring_warmup", 338724); DictSNOEffectGroup.Add("x1_Bog_bloodSpring_warmup_large", 338824); DictSNOEffectGroup.Add("x1_Bog_bloodSpring_warmup_medium", 338825); DictSNOEffectGroup.Add("x1_Bog_Curse", 239749); DictSNOEffectGroup.Add("x1_Bog_Dirt", 369321); DictSNOEffectGroup.Add("x1_Bog_draining_pool_sacrifice_A_active", 374575); DictSNOEffectGroup.Add("x1_Bog_Hit", 316942); DictSNOEffectGroup.Add("x1_Bog_Roots", 368956); DictSNOEffectGroup.Add("x1_Bog_Rope", 369478); DictSNOEffectGroup.Add("X1_Bog_WoodChip", 369609); DictSNOEffectGroup.Add("x1_Catacombs_bones", 370130); DictSNOEffectGroup.Add("X1_Catacombs_Door_A_FX_Rays_Slowing", 345697); DictSNOEffectGroup.Add("x1_Catacombs_Door_B_Locked_FX", 341107); DictSNOEffectGroup.Add("x1_Catacombs_Door_B_Unlocked_FX", 341521); DictSNOEffectGroup.Add("X1_Catacombs_Floor_Runes_A_Activate", 267469); DictSNOEffectGroup.Add("x1_Catacombs_ScorpionBug_spawn_BonePile", 376649); DictSNOEffectGroup.Add("x1_Catacombs_Spirit_Totem_Activate", 345952); DictSNOEffectGroup.Add("x1_Catacombs_Spirit_Totem_Jump", 345953); DictSNOEffectGroup.Add("x1_Catacombs_Spirit_Totem_Rays", 238785); DictSNOEffectGroup.Add("X1_Catacomb_Floor_Runes_A_buff", 267705); DictSNOEffectGroup.Add("x1_Cesspool_Slime_Posion_Attack_impact", 367949); DictSNOEffectGroup.Add("x1_Cesspool_Slime_Posion_Attack_Projectile", 368393); DictSNOEffectGroup.Add("X1_CoreEliteDemon_Event_ForgottenWar_smoke", 324970); DictSNOEffectGroup.Add("X1_Crafting_Learn_Recipe", 365891); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_Cast", 338454); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_Cast_charm", 356277); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_Cast_cooldown", 355928); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_Cast_cower", 355699); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_Cast_fire", 355548); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_Cast_respawn", 356169); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_Cast_switch", 355567); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_End", 342486); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_End_charm", 356325); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_End_cooldown", 355934); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_End_cower", 355717); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_End_fire", 355551); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_End_respawn", 356166); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_End_switch", 355568); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_MaleFX", 337294); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_MaleFX_charm", 356330); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_MaleFX_cooldown", 355925); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_MaleFX_cower", 355765); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_MaleFX_fire", 355531); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_MaleFX_respawn", 356136); DictSNOEffectGroup.Add("X1_Crusader_AkaratsChampion_MaleFX_switch", 355570); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Armor_cast", 348219); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Armor_cast_male", 349453); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Armor_shieldProjectile", 348192); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Base_cast", 341351); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Base_cast_male", 349450); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_cast", 282441); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_cast_male", 349348); DictSNOEffectGroup.Add("x1_crusader_blessedShield_fiery_explosion", 349584); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Fiery_shieldProjectile", 349535); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Fire_cast", 342903); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Fire_cast_male", 349452); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Hit", 353682); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Hit_armor", 353685); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Hit_fire", 353684); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Hit_piercing", 353687); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Hit_split", 353686); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Hit_stun", 353683); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_impact", 284992); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_impact_stun", 349025); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_MissFx_switch", 349015); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Piercing_cast", 348757); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Piercing_cast_male", 349454); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Piercing_shieldProjectile", 348723); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Shatter_impact", 343708); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_shieldProjectile", 280478); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_shieldProjectile_stun", 348992); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Split_cast", 348730); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Split_cast_male", 349341); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Split_shieldProjectile", 348765); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Split_shieldProjectile_small", 349489); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Stun_cast", 341355); DictSNOEffectGroup.Add("X1_Crusader_BlessedShield_Stun_cast_male", 349451); DictSNOEffectGroup.Add("x1_crusader_bombardment_mines_explosion", 357450); DictSNOEffectGroup.Add("x1_Crusader_Consecration", 257096); DictSNOEffectGroup.Add("x1_Crusader_Consecration_cast", 277642); DictSNOEffectGroup.Add("x1_Crusader_Consecration_cast_fear", 351034); DictSNOEffectGroup.Add("x1_Crusader_Consecration_cast_frozen", 352425); DictSNOEffectGroup.Add("x1_Crusader_Consecration_cast_sharedDamage", 352413); DictSNOEffectGroup.Add("x1_Crusader_Consecration_cast_ShatteredGround", 324084); DictSNOEffectGroup.Add("x1_Crusader_Consecration_defense", 352928); DictSNOEffectGroup.Add("x1_Crusader_Consecration_fear", 351032); DictSNOEffectGroup.Add("x1_Crusader_Consecration_frozen", 351089); DictSNOEffectGroup.Add("x1_Crusader_Consecration_outro", 277733); DictSNOEffectGroup.Add("x1_Crusader_Consecration_outro_fear", 351033); DictSNOEffectGroup.Add("x1_Crusader_Consecration_outro_frozen", 352438); DictSNOEffectGroup.Add("x1_Crusader_Consecration_outro_sharedDamage", 352412); DictSNOEffectGroup.Add("x1_Crusader_Consecration_outro_ShatteredGround", 324162); DictSNOEffectGroup.Add("x1_Crusader_Consecration_sharedDamage", 352416); DictSNOEffectGroup.Add("x1_Crusader_Consecration_ShatteredGround", 324083); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveA_buffEnergy", 293794); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveA_damage1", 294045); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveA_damage2", 294325); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveA_damage3", 294434); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveA_damage4", 294515); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveA_damage5", 293765); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveB_buffEnergy", 293870); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveB_damage1", 294050); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveB_damage2", 294338); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveB_damage3", 294444); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveB_damage4", 294525); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveB_damage5", 293840); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveC_buffEnergy", 293917); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveC_damage1", 294055); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveC_damage2", 294353); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveC_damage3", 294454); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveC_damage4", 294535); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveC_damage5", 293893); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveD_buffEnergy", 293996); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveD_damage1", 294164); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveD_damage2", 294363); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveD_damage3", 294464); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveD_damage4", 294545); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveD_damage5", 293925); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveE_buffEnergy", 294021); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveE_damage1", 294178); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveE_damage2", 294373); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveE_damage3", 294474); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveE_damage4", 294555); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolveE_damage5", 294003); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolve_buffEnergy", 293748); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolve_buffMain", 293792); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolve_buffOn", 294689); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolve_damage0", 295040); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolve_damage1", 290283); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolve_damage2", 290317); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolve_damage3", 290326); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolve_damage4", 290332); DictSNOEffectGroup.Add("X1_Crusader_CrushingResolve_damage5", 290345); DictSNOEffectGroup.Add("x1_crusader_deflection_ShieldBarrier_explosion", 277780); DictSNOEffectGroup.Add("x1_crusader_deflection_ShieldBarrier_explosion_instant", 352857); DictSNOEffectGroup.Add("x1_crusader_deflection_ShieldBarrier_explosion_legendary", 365208); DictSNOEffectGroup.Add("x1_crusader_deflection_ShieldBarrier_explosion_moreDamage", 352671); DictSNOEffectGroup.Add("x1_crusader_deflection_ShieldBarrier_explosion_radius", 352707); DictSNOEffectGroup.Add("x1_crusader_deflection_ShieldBarrier_explosion_reduceCooldown", 352971); DictSNOEffectGroup.Add("x1_crusader_deflection_ShieldBarrier_explosion_suckInMonsters", 352957); DictSNOEffectGroup.Add("x1_crusader_deflection_ShieldBarrier_switch", 352661); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_AftertLightning_partTheClouds", 312568); DictSNOEffectGroup.Add("X1_Crusader_fallingSword_contact", 274731); DictSNOEffectGroup.Add("X1_Crusader_fallingSword_contact_cooldown", 354244); DictSNOEffectGroup.Add("X1_Crusader_fallingSword_contact_RiseBrothers", 353107); DictSNOEffectGroup.Add("X1_Crusader_fallingSword_contact_switch", 324915); DictSNOEffectGroup.Add("x1_crusader_fallingSword_groundBurn", 353814); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impact", 241761); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impactLightning", 275347); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impactLightning_cooldown", 354254); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impactLightning_partTheClouds", 324832); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impactLightning_riseBrothers", 353108); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impactLightning_switch", 324907); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impactLightning_Swordnado", 354632); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impact_cooldown", 354245); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impact_groundBurn", 353634); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impact_partTheClouds", 324826); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impact_riseBrothers", 353109); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impact_switch", 324908); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_impact_Swordnado", 353851); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_launch", 241760); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_launch_cooldown", 354259); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_launch_groundBurn", 353616); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_launch_PartTheClouds", 324779); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_launch_RiseBrothers", 353105); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_launch_switch", 324895); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_launch_Swordnado", 354419); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_pending", 265543); DictSNOEffectGroup.Add("X1_Crusader_fallingSword_pendingRune_burnGround_Outro", 361061); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_pending_cooldown", 354266); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_pending_GroundBurn", 353540); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_pending_PartTheClouds", 324791); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_pending_RiseBrothers", 353106); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_pending_switch", 324901); DictSNOEffectGroup.Add("x1_Crusader_fallingSword_pending_swordnado", 354546); DictSNOEffectGroup.Add("X1_Crusader_FistOfHeavens", 241710); DictSNOEffectGroup.Add("X1_Crusader_FistOfHeavens_knockback", 342928); DictSNOEffectGroup.Add("X1_Crusader_FistOfHeavens_lightningRod", 341131); DictSNOEffectGroup.Add("X1_Crusader_FistOfHeavens_lightningRod_sparkPulse", 341688); DictSNOEffectGroup.Add("X1_Crusader_FistOfHeavens_Piercing", 347356); DictSNOEffectGroup.Add("X1_Crusader_FistofHeavens_Piercing_Explosion", 347410); DictSNOEffectGroup.Add("x1_Crusader_FistOfHeavens_stormCloud", 341091); DictSNOEffectGroup.Add("x1_Crusader_FistOfHeavens_stormCloud_storm", 342305); DictSNOEffectGroup.Add("X1_Crusader_FistOfHeavens_Switch", 323990); DictSNOEffectGroup.Add("X1_Crusader_FistofHeavens_TeslaCoil", 347125); DictSNOEffectGroup.Add("X1_Crusader_FistofHeavens_TeslaCoil_death", 356833); DictSNOEffectGroup.Add("X1_Crusader_FistOfHeavens_WellOfRetribution", 324044); DictSNOEffectGroup.Add("x1_Crusader_FistOfHeavens_wellOfRetribution_Well", 323721); DictSNOEffectGroup.Add("x1_Crusader_FistOfHeavens_wellOfRetribution_Well_Outro", 340477); DictSNOEffectGroup.Add("X1_Crusader_Godray_BeamPulse", 350406); DictSNOEffectGroup.Add("X1_Crusader_Godray_outro", 333362); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_cast", 291270); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_cast_electricBlue", 344327); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_cast_fire", 345236); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_cast_green", 293359); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_cast_silver", 347522); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_cast_switch", 293361); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_frostNova", 404169); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_hitFX_cold_miss", 362501); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_hitFX_fire", 344572); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_hitFX_green_miss", 362500); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_hitFX_lightning_miss", 362497); DictSNOEffectGroup.Add("X1_Crusader_HolyHammer_hitFX_miss", 362494); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buff", 349322); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buffEnd", 349323); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buffEnd_duration", 349962); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buffEnd_explosive", 349711); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buffEnd_Lightning", 349352); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buffEnd_movement", 349998); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buffEnd_Switch", 339968); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buffEnd_thorns", 350013); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buff_duration", 349961); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buff_explosive", 349663); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buff_Lightning", 349470); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buff_movement", 349987); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buff_Switch", 339439); DictSNOEffectGroup.Add("x1_crusader_ironSkin_buff_thorns", 350012); DictSNOEffectGroup.Add("x1_crusader_ironSkin_explosion", 349877); DictSNOEffectGroup.Add("x1_crusader_ironSkin_idle_Lightning", 349479); DictSNOEffectGroup.Add("x1_crusader_ironSkin_shoulderPads_female", 358256); DictSNOEffectGroup.Add("x1_crusader_ironSkin_shoulderPads_genderSwitch", 358255); DictSNOEffectGroup.Add("x1_crusader_ironSkin_shoulderPads_Lightning_female", 358285); DictSNOEffectGroup.Add("x1_crusader_ironSkin_shoulderPads_Lightning_genderSwitch", 358282); DictSNOEffectGroup.Add("x1_crusader_ironSkin_shoulderPads_Lightning_male", 358284); DictSNOEffectGroup.Add("x1_crusader_ironSkin_shoulderPads_male", 358257); DictSNOEffectGroup.Add("x1_crusader_ironSkin_shoulderPads_movement_female", 358288); DictSNOEffectGroup.Add("x1_crusader_ironSkin_shoulderPads_movement_genderSwitch", 358283); DictSNOEffectGroup.Add("x1_crusader_ironSkin_shoulderPads_movement_male", 358287); DictSNOEffectGroup.Add("x1_Crusader_isShielded", 341993); DictSNOEffectGroup.Add("x1_Crusader_isShielded_riftShrine", 369711); DictSNOEffectGroup.Add("x1_Crusader_Judgement", 343622); DictSNOEffectGroup.Add("x1_crusader_Judgement_chains", 324851); DictSNOEffectGroup.Add("x1_Crusader_Judgement_Crushing", 343623); DictSNOEffectGroup.Add("x1_Crusader_Judgement_Extended", 343652); DictSNOEffectGroup.Add("x1_Crusader_Judgement_Heal", 343680); DictSNOEffectGroup.Add("x1_Crusader_Judgement_Suck", 343666); DictSNOEffectGroup.Add("x1_Crusader_Judgement_SummonPhalanx", 345410); DictSNOEffectGroup.Add("x1_crusader_Judgement_Switch", 343621); DictSNOEffectGroup.Add("X1_Crusader_Justice_Base", 344298); DictSNOEffectGroup.Add("X1_Crusader_Justice_Base_HolyBolt", 345252); DictSNOEffectGroup.Add("X1_Crusader_Justice_Cast", 345374); DictSNOEffectGroup.Add("X1_Crusader_Justice_Cast_Switch", 345373); DictSNOEffectGroup.Add("X1_Crusader_Justice_Exploding", 344575); DictSNOEffectGroup.Add("X1_Crusader_Justice_Exploding_Impact", 345210); DictSNOEffectGroup.Add("X1_Crusader_Justice_HitFlash_Switch", 345384); DictSNOEffectGroup.Add("x1_Crusader_Justice_Impact", 325529); DictSNOEffectGroup.Add("X1_Crusader_Justice_Seeking", 344303); DictSNOEffectGroup.Add("X1_Crusader_Justice_Split", 345785); DictSNOEffectGroup.Add("X1_Crusader_Justice_SprintBuff", 346480); DictSNOEffectGroup.Add("X1_Crusader_Justice_Sword", 346152); DictSNOEffectGroup.Add("x1_crusader_lawsOfFate", 293932); DictSNOEffectGroup.Add("x1_crusader_lawsOfFate_outro", 336719); DictSNOEffectGroup.Add("X1_crusader_lawsOfFate_passive", 332326); DictSNOEffectGroup.Add("X1_crusader_lawsOfFate_passive_active", 333809); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_buff", 331351); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_buff_addGlobes", 355886); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_buff_addHealing", 355836); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_buff_movement", 355575); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_buff_stopHP", 356466); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_buff_switch", 355574); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_buff_wrathHeal", 356238); DictSNOEffectGroup.Add("x1_crusader_lawsOfHope_outro", 336720); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_passive", 328306); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_passive_addGlobes", 355893); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_passive_addHealing", 355837); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_passive_movement", 355577); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_passive_stopHP", 356467); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_passive_switch", 355576); DictSNOEffectGroup.Add("X1_crusader_lawsOfHope_passive_wrathHeal", 356237); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_buff", 332688); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_buff_absorb", 356533); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_buff_armor", 355788); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_buff_base", 355783); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_buff_crowdControl", 356520); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_buff_damageRedirect", 356838); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_buff_damageReduction", 356653); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_outro", 336721); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passive", 332689); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passiveActivate", 332691); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passiveActivate_absorb", 356547); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passiveActivate_armor", 355801); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passiveActivate_base", 355785); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passiveActivate_crowdControl", 356518); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passiveActivate_damageRedirect", 356840); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passiveActivate_damageReduction", 356670); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passive_absorb", 356541); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passive_armor", 355796); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passive_base", 355784); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passive_crowdControl", 356519); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passive_damageRedirect", 356839); DictSNOEffectGroup.Add("X1_crusader_lawsOfJustice_passive_damageReduction", 356663); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_buff", 327770); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_buff_runeCrit", 355165); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_buff_runeGlobe", 355206); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_buff_runeLife", 341300); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_buff_runeStun", 355460); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_buff_runeWrath", 355466); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_buff_switch", 341307); DictSNOEffectGroup.Add("x1_crusader_lawsOfValor_outro", 336722); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_passive", 323702); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_passiveActivate", 327796); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_passiveActivate_runeLife", 341201); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_passiveActivate_switch", 341295); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_passive_runeCrit", 355172); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_passive_runeGlobe", 355205); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_passive_runeLife", 341183); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_passive_runeStun", 340432); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_passive_runeWrath", 355474); DictSNOEffectGroup.Add("X1_crusader_lawsOfValor_switch", 340462); DictSNOEffectGroup.Add("X1_Crusader_Phalanx_contact_soundGroup", 364164); DictSNOEffectGroup.Add("X1_Crusader_Phalanx_contact_soundGroup_archers", 364446); DictSNOEffectGroup.Add("X1_Crusader_Phalanx_contact_soundGroup_chargers", 364447); DictSNOEffectGroup.Add("X1_Crusader_Phalanx_contact_soundGroup_pet", 364450); DictSNOEffectGroup.Add("X1_Crusader_Phalanx_contact_soundGroup_pony", 364448); DictSNOEffectGroup.Add("X1_Crusader_Phalanx_contact_soundGroup_stationary", 364449); DictSNOEffectGroup.Add("X1_Crusader_Phalanx_Death_Shield", 375441); DictSNOEffectGroup.Add("x1_Crusader_projectile_mine_trail", 405593); DictSNOEffectGroup.Add("X1_Crusader_Provoke", 325005); DictSNOEffectGroup.Add("X1_Crusader_Provoke_block", 350217); DictSNOEffectGroup.Add("X1_Crusader_Provoke_fear", 350081); DictSNOEffectGroup.Add("X1_Crusader_Provoke_health", 350156); DictSNOEffectGroup.Add("X1_Crusader_Provoke_lightning", 350048); DictSNOEffectGroup.Add("X1_Crusader_Provoke_lightning_buff", 351132); DictSNOEffectGroup.Add("X1_Crusader_Provoke_slow", 350166); DictSNOEffectGroup.Add("X1_Crusader_Punish_Buff", 289607); DictSNOEffectGroup.Add("X1_Crusader_Punish_Buff_addsAOE", 345912); DictSNOEffectGroup.Add("X1_Crusader_Punish_Buff_addsHeal", 345433); DictSNOEffectGroup.Add("X1_Crusader_Punish_Buff_attackSpeed", 345432); DictSNOEffectGroup.Add("X1_Crusader_Punish_Buff_critChance", 348580); DictSNOEffectGroup.Add("X1_Crusader_Punish_Buff_damage", 348581); DictSNOEffectGroup.Add("X1_Crusader_Punish_Buff_Pulse", 311051); DictSNOEffectGroup.Add("X1_Crusader_Punish_Buff_switch", 345430); DictSNOEffectGroup.Add("x1_crusader_punish_impact_switch", 348395); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff", 309252); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_addsAOE", 345743); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_addsAOE_explosion", 345839); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_addsHeal", 345360); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_attackSpeed", 345314); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_base", 345317); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_critChance", 345910); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_critChance_buff", 346267); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_damage", 348555); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_impact", 348239); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_impact_addsAOE", 348355); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_impact_addsHeal", 348386); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_impact_attackSpeed", 348366); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_impact_critChance", 348374); DictSNOEffectGroup.Add("x1_Crusader_Punish_ShieldBuff_impact_damage", 348556); DictSNOEffectGroup.Add("x1_crusader_retaliation_shieldBarrier", 352663); DictSNOEffectGroup.Add("x1_crusader_retaliation_shieldBarrier_moreDamage", 352664); DictSNOEffectGroup.Add("x1_crusader_retaliation_shieldBarrier_radius", 352703); DictSNOEffectGroup.Add("x1_crusader_retaliation_shieldBarrier_reduceCooldown", 352972); DictSNOEffectGroup.Add("x1_crusader_retaliation_shieldBarrier_suckInMonsters", 352956); DictSNOEffectGroup.Add("x1_crusader_shackle_buff_distributesDamage", 343029); DictSNOEffectGroup.Add("x1_crusader_shackle_buff_switch", 336999); DictSNOEffectGroup.Add("x1_crusader_shackle_cast", 290264); DictSNOEffectGroup.Add("x1_crusader_shackle_cast_addsExplosion", 335911); DictSNOEffectGroup.Add("x1_crusader_shackle_cast_addsRoot", 335910); DictSNOEffectGroup.Add("x1_crusader_shackle_cast_distributesDamage", 335909); DictSNOEffectGroup.Add("x1_crusader_shackle_cast_lifeRegen", 335912); DictSNOEffectGroup.Add("x1_crusader_shackle_cast_moreBounce", 345216); DictSNOEffectGroup.Add("x1_crusader_shackle_cast_switch", 335908); DictSNOEffectGroup.Add("x1_crusader_shackle_chains", 288396); DictSNOEffectGroup.Add("x1_crusader_shackle_chains_distributesDamage", 338180); DictSNOEffectGroup.Add("x1_crusader_shackle_chains_explosion", 337165); DictSNOEffectGroup.Add("x1_crusader_shackle_chains_lifeRegen", 342996); DictSNOEffectGroup.Add("x1_crusader_shackle_chains_moreBounce", 345217); DictSNOEffectGroup.Add("x1_crusader_shackle_chains_root", 337095); DictSNOEffectGroup.Add("X1_crusader_shackle_chains_root_buff", 342266); DictSNOEffectGroup.Add("x1_crusader_shackle_explosion", 289274); DictSNOEffectGroup.Add("x1_crusader_shackle_jump", 336292); DictSNOEffectGroup.Add("x1_crusader_shackle_jump_addExplosion", 338254); DictSNOEffectGroup.Add("x1_crusader_shackle_jump_addRoot", 338255); DictSNOEffectGroup.Add("x1_crusader_shackle_jump_distributesDamage", 338256); DictSNOEffectGroup.Add("x1_crusader_shackle_jump_lifeRegen", 343105); DictSNOEffectGroup.Add("x1_crusader_shieldBash_castEffects", 350397); DictSNOEffectGroup.Add("x1_crusader_shieldBash_castEffects_Cross", 352927); DictSNOEffectGroup.Add("x1_crusader_shieldBash_castEffects_explode", 350702); DictSNOEffectGroup.Add("x1_crusader_shieldBash_castEffects_lowRange", 350407); DictSNOEffectGroup.Add("x1_crusader_shieldBash_castEffects_rootKnockback", 350620); DictSNOEffectGroup.Add("x1_crusader_shieldBash_castEffects_switch", 350405); DictSNOEffectGroup.Add("x1_crusader_shieldBash_chargeStart", 361128); DictSNOEffectGroup.Add("x1_crusader_shieldBash_explosiveLine", 350805); DictSNOEffectGroup.Add("X1_Crusader_ShieldBash_HitEffect", 265302); DictSNOEffectGroup.Add("x1_crusader_shieldBash_shieldPulse", 239492); DictSNOEffectGroup.Add("x1_crusader_shieldBash_shieldPulse_cross", 340055); DictSNOEffectGroup.Add("x1_crusader_shieldBash_shieldPulse_endExplode", 340353); DictSNOEffectGroup.Add("x1_crusader_shieldBash_shieldPulse_explode", 350581); DictSNOEffectGroup.Add("x1_crusader_shieldBash_shieldPulse_lowRange", 350467); DictSNOEffectGroup.Add("x1_crusader_shieldBash_shieldPulse_rootKnockback", 350619); DictSNOEffectGroup.Add("x1_crusader_shieldBash_shieldPulse_switch", 340067); DictSNOEffectGroup.Add("x1_crusader_shieldGlare_damageDebuff", 329314); DictSNOEffectGroup.Add("X1_Crusader_ShieldGlare_explosion_impact", 312718); DictSNOEffectGroup.Add("X1_Crusader_ShieldGlare_Glare", 273792); DictSNOEffectGroup.Add("X1_Crusader_ShieldGlare_Glare_addsCharm", 332690); DictSNOEffectGroup.Add("X1_Crusader_ShieldGlare_Glare_addsWrath", 332746); DictSNOEffectGroup.Add("X1_Crusader_ShieldGlare_Glare_explosion", 312653); DictSNOEffectGroup.Add("X1_Crusader_ShieldGlare_Glare_moreDamage", 332622); DictSNOEffectGroup.Add("X1_Crusader_ShieldGlare_Glare_speedReduced", 332745); DictSNOEffectGroup.Add("X1_Crusader_ShieldGlare_switch", 312652); DictSNOEffectGroup.Add("X1_Crusader_Slash", 290213); DictSNOEffectGroup.Add("X1_Crusader_Slash_Armor", 347402); DictSNOEffectGroup.Add("x1_crusader_slash_buff", 347358); DictSNOEffectGroup.Add("X1_Crusader_Slash_cone", 345612); DictSNOEffectGroup.Add("X1_Crusader_Slash_Crush", 346528); DictSNOEffectGroup.Add("x1_crusader_slash_defensiveBuff", 347501); DictSNOEffectGroup.Add("X1_Crusader_Slash_Lightning", 346986); DictSNOEffectGroup.Add("X1_Crusader_Slash_Switch", 298328); DictSNOEffectGroup.Add("X1_Crusader_Slash_Wrath", 345962); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge", 243924); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_base_female", 359049); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_base_genderSwitch", 359050); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_drag", 354403); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_drag_female", 359051); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_drag_genderSwitch", 359052); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_duration", 354575); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_duration_female", 359053); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_duration_genderSwitch", 359054); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_Fire", 355124); DictSNOEffectGroup.Add("x1_Crusader_Steedcharge_FirePool", 355177); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_Fire_female", 359055); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_fire_genderSwitch", 359056); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_heal", 354963); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_heal_female", 359057); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_heal_genderSwitch", 359058); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_knockback", 354360); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_knockback_female", 359059); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_knockback_genderSwitch", 359060); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_onEnd", 331852); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_onEnd_drag", 354404); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_onEnd_duration", 354573); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_onEnd_Fire", 355134); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_onEnd_heal", 354961); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_onEnd_knockback", 354362); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_onEnd_switch", 354363); DictSNOEffectGroup.Add("X1_Crusader_SteedCharge_Summon", 330461); DictSNOEffectGroup.Add("X1_Crusader_SteedCharge_Summon_drag", 354405); DictSNOEffectGroup.Add("X1_Crusader_SteedCharge_Summon_duration", 354574); DictSNOEffectGroup.Add("X1_Crusader_SteedCharge_Summon_Fire", 355074); DictSNOEffectGroup.Add("X1_Crusader_SteedCharge_Summon_heal", 354962); DictSNOEffectGroup.Add("X1_Crusader_SteedCharge_Summon_knockback", 354364); DictSNOEffectGroup.Add("X1_Crusader_SteedCharge_Summon_switch", 354365); DictSNOEffectGroup.Add("x1_Crusader_SteedCharge_switch", 354361); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_contact", 335962); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_contact_addsBleed", 336108); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_contact_addsFreeze", 343877); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_contact_addsHeal", 336109); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_contact_addsStun", 336103); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_contact_pullsInEnemies", 336107); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_contact_switch", 335961); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_start", 335963); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_start_addsBleed", 336277); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_start_addsFreeze", 343952); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_start_addsHeal", 336211); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_start_addsStun", 336105); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_start_pullsInEnemies", 336354); DictSNOEffectGroup.Add("x1_Crusader_SweepAttack_start_switch", 335960); DictSNOEffectGroup.Add("x1_Crusader_Trebuchet_Impact_AOE", 293316); DictSNOEffectGroup.Add("x1_Crusader_Trebuchet_Impact_AOE_Impact", 357272); DictSNOEffectGroup.Add("x1_Crusader_Trebuchet_Impact_AOE_tar", 356927); DictSNOEffectGroup.Add("x1_Crusader_Trebuchet_Impact_AOE_Targeted", 357421); DictSNOEffectGroup.Add("x1_Crusader_Trebuchet_Pending", 285290); DictSNOEffectGroup.Add("x1_Crusader_Trebuchet_Pending_Impact", 357318); DictSNOEffectGroup.Add("x1_Crusader_Trebuchet_Pending_tar", 356906); DictSNOEffectGroup.Add("x1_Crusader_Trebuchet_Pending_Targeted", 357440); DictSNOEffectGroup.Add("x1_Crusader_Trebuchet_Projectile", 327300); DictSNOEffectGroup.Add("X1_Crusader_Trebuchet_Projectile_Pending", 327812); DictSNOEffectGroup.Add("X1_Crusader_Trebuchet_Projectile_Pending_heal", 357944); DictSNOEffectGroup.Add("X1_Crusader_Trebuchet_Projectile_Pending_Impact", 357241); DictSNOEffectGroup.Add("X1_Crusader_Trebuchet_Projectile_Pending_tar", 356717); DictSNOEffectGroup.Add("X1_Crusader_Trebuchet_Projectile_Pending_Targeted", 357434); DictSNOEffectGroup.Add("X1_Crusader_Trebuchet_Prrojectile", 327421); DictSNOEffectGroup.Add("x1_DarkAngel_soulRush_attract", 347947); DictSNOEffectGroup.Add("X1_DarkAngel_soulRush_onHit", 345099); DictSNOEffectGroup.Add("X1_darkAngel_Summon", 342979); DictSNOEffectGroup.Add("x1_darkAngel_summon_spawn", 347274); DictSNOEffectGroup.Add("x1_deathMaiden_channel", 315983); DictSNOEffectGroup.Add("x1_deathMaiden_intro_channel", 329918); DictSNOEffectGroup.Add("x1_deathMaiden_intro_despawn", 329246); DictSNOEffectGroup.Add("x1_deathMaiden_intro_killTalker", 329898); DictSNOEffectGroup.Add("x1_deathMaiden_intro_spawn", 329214); DictSNOEffectGroup.Add("x1_deathMaiden_invisSwitch", 309336); DictSNOEffectGroup.Add("x1_deathMaiden_invuln_shield", 324150); DictSNOEffectGroup.Add("x1_deathMaiden_powerSlam_impact", 290423); DictSNOEffectGroup.Add("x1_deathMaiden_powerSlam_telegraph", 290441); DictSNOEffectGroup.Add("x1_deathMaiden_scriptKill_bolt", 312523); DictSNOEffectGroup.Add("x1_deathMaiden_SkeletonSummon", 309735); DictSNOEffectGroup.Add("x1_deathMaiden_spawn1Switch", 309337); DictSNOEffectGroup.Add("x1_deathMaiden_spawn2Switch", 309338); DictSNOEffectGroup.Add("x1_deathMaiden_spawnEndSwitch", 309339); DictSNOEffectGroup.Add("x1_deathMaiden_summon_attractor", 311359); DictSNOEffectGroup.Add("x1_DeathMaiden_Unique_Fire_AbattoirFurnace_fireWreath", 376674); DictSNOEffectGroup.Add("x1_DeathMaiden_Unique_Fire_AbattoirFurnace_fireWreathBurst", 376879); DictSNOEffectGroup.Add("x1_DeathMaiden_Unique_Fire_AbattoirFurnace_fireWreathCast", 377083); DictSNOEffectGroup.Add("x1_DeathMaiden_Unique_Fire_AbattoirFurnace_fireWreathPending", 376565); DictSNOEffectGroup.Add("x1_DeathMaiden_Unique_Fire_AbattoirFurnace_fireWreathSpawn", 376747); DictSNOEffectGroup.Add("x1_deathMaiden_whirlwind", 290192); DictSNOEffectGroup.Add("x1_deathOrb_bodyPile_spraySwitch", 316859); DictSNOEffectGroup.Add("x1_deathOrb_fastMummySpawner_damage_change1", 316843); DictSNOEffectGroup.Add("x1_deathOrb_fastMummySpawner_death", 316841); DictSNOEffectGroup.Add("x1_Death_Orb", 315944); DictSNOEffectGroup.Add("x1_Death_Orb_Small", 315945); DictSNOEffectGroup.Add("x1_DemonHunter_isShielded", 341982); DictSNOEffectGroup.Add("x1_DemonHunter_isShielded_riftShrine", 369710); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_addAOE_DamageBuff", 361879); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_addGrenades_impact", 361507); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_addGrenades_pending", 361434); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile", 349624); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_addAOE", 360670); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_addGrenade", 360774); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_addHate", 361113); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_addPet", 360658); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_Impact", 355472); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_Impact_addAOE", 360555); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_Impact_addGrenade", 360556); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_Impact_addHate", 360559); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_Impact_addHeal", 360557); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_Impact_addPet", 360558); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_AutoMissile_Switch", 360552); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Buff", 349607); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Buff_addAOE", 360672); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Buff_addGrenade", 360775); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Buff_addHate", 361111); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Buff_addHeal", 361026); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Buff_addPet", 360625); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Buff_Switch", 360553); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Intro_addPet", 362833); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Intro_Switch", 360560); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Outtro", 353011); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Outtro_addAOE", 360673); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Outtro_addGrenade", 360776); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Outtro_addHate", 361182); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Outtro_addHeal", 361028); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Outtro_addPet", 360654); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_Outtro_Switch", 360554); DictSNOEffectGroup.Add("X1_DemonHunter_Vengeance_SplitShot_Impact", 355383); DictSNOEffectGroup.Add("x1_DH_companion_batBuff", 375628); DictSNOEffectGroup.Add("x1_DH_companion_bat_spawnSound", 376318); DictSNOEffectGroup.Add("x1_DH_companion_birdBuff", 375630); DictSNOEffectGroup.Add("x1_DH_companion_boarBuff", 375634); DictSNOEffectGroup.Add("x1_DH_companion_boar_spawnSound", 376313); DictSNOEffectGroup.Add("x1_DH_companion_ferretBuff", 375636); DictSNOEffectGroup.Add("x1_DH_companion_ferret_spawnSound", 376315); DictSNOEffectGroup.Add("x1_DH_companion_main_spawnSound", 376324); DictSNOEffectGroup.Add("x1_DH_companion_raven_spawnSound", 376314); DictSNOEffectGroup.Add("x1_DH_companion_spider_spawnSound", 376319); DictSNOEffectGroup.Add("x1_DH_companion_wolf_spawnSound", 376320); DictSNOEffectGroup.Add("x1_flail1h_norm_arcane", 311930); DictSNOEffectGroup.Add("x1_flail1h_norm_arcane_t3", 312908); DictSNOEffectGroup.Add("x1_flail1h_norm_arcane_t4", 312909); DictSNOEffectGroup.Add("x1_flail1h_norm_arcane_t5", 312910); DictSNOEffectGroup.Add("x1_flail1h_norm_arcane_t6", 312911); DictSNOEffectGroup.Add("x1_flail1h_norm_arcane_t7", 312912); DictSNOEffectGroup.Add("x1_flail1h_norm_attack", 311929); DictSNOEffectGroup.Add("x1_flail1h_norm_attack_t3", 313793); DictSNOEffectGroup.Add("x1_flail1h_norm_attack_t4", 313794); DictSNOEffectGroup.Add("x1_flail1h_norm_attack_t5", 313795); DictSNOEffectGroup.Add("x1_flail1h_norm_attack_t6", 313796); DictSNOEffectGroup.Add("x1_flail1h_norm_attack_t7", 313797); DictSNOEffectGroup.Add("x1_flail1h_norm_cast", 311928); DictSNOEffectGroup.Add("x1_flail1h_norm_cast_t3", 314098); DictSNOEffectGroup.Add("x1_flail1h_norm_cast_t4", 314099); DictSNOEffectGroup.Add("x1_flail1h_norm_cast_t5", 314100); DictSNOEffectGroup.Add("x1_flail1h_norm_cast_t6", 314101); DictSNOEffectGroup.Add("x1_flail1h_norm_cast_t7", 314102); DictSNOEffectGroup.Add("x1_flail1h_norm_cold", 311927); DictSNOEffectGroup.Add("x1_flail1h_norm_cold_t3", 314107); DictSNOEffectGroup.Add("x1_flail1h_norm_cold_t4", 314108); DictSNOEffectGroup.Add("x1_flail1h_norm_cold_t5", 314109); DictSNOEffectGroup.Add("x1_flail1h_norm_cold_t6", 314110); DictSNOEffectGroup.Add("x1_flail1h_norm_cold_t7", 314111); DictSNOEffectGroup.Add("x1_flail1h_norm_fire", 311926); DictSNOEffectGroup.Add("x1_flail1h_norm_fire_t3", 313545); DictSNOEffectGroup.Add("x1_flail1h_norm_fire_t4", 313546); DictSNOEffectGroup.Add("x1_flail1h_norm_fire_t5", 313547); DictSNOEffectGroup.Add("x1_flail1h_norm_fire_t6", 313548); DictSNOEffectGroup.Add("x1_flail1h_norm_fire_t7", 313549); DictSNOEffectGroup.Add("x1_flail1h_norm_goldFind", 311925); DictSNOEffectGroup.Add("x1_flail1h_norm_goldFind_t1", 321462); DictSNOEffectGroup.Add("x1_flail1h_norm_goldFind_t2", 321463); DictSNOEffectGroup.Add("x1_flail1h_norm_goldFind_t3", 321464); DictSNOEffectGroup.Add("x1_flail1h_norm_goldFind_t4", 321465); DictSNOEffectGroup.Add("x1_flail1h_norm_goldFind_t5", 321466); DictSNOEffectGroup.Add("x1_flail1h_norm_goldFind_t6", 321467); DictSNOEffectGroup.Add("x1_flail1h_norm_goldFind_t7", 321468); DictSNOEffectGroup.Add("x1_flail1h_norm_holy", 311924); DictSNOEffectGroup.Add("x1_flail1h_norm_holy_t3", 313703); DictSNOEffectGroup.Add("x1_flail1h_norm_holy_t4", 313704); DictSNOEffectGroup.Add("x1_flail1h_norm_holy_t5", 313705); DictSNOEffectGroup.Add("x1_flail1h_norm_holy_t6", 313706); DictSNOEffectGroup.Add("x1_flail1h_norm_holy_t7", 313707); DictSNOEffectGroup.Add("x1_flail1h_norm_lifeSteal", 311923); DictSNOEffectGroup.Add("x1_flail1h_norm_lifeSteal_t2", 314138); DictSNOEffectGroup.Add("x1_flail1h_norm_lifeSteal_t3", 314139); DictSNOEffectGroup.Add("x1_flail1h_norm_lifeSteal_t4", 314140); DictSNOEffectGroup.Add("x1_flail1h_norm_lifeSteal_t5", 314141); DictSNOEffectGroup.Add("x1_flail1h_norm_lifeSteal_t6", 314142); DictSNOEffectGroup.Add("x1_flail1h_norm_lifeSteal_t7", 314143); DictSNOEffectGroup.Add("x1_flail1h_norm_lightning", 311921); DictSNOEffectGroup.Add("x1_flail1h_norm_lightning_t3", 314342); DictSNOEffectGroup.Add("x1_flail1h_norm_lightning_t4", 314343); DictSNOEffectGroup.Add("x1_flail1h_norm_lightning_t5", 314344); DictSNOEffectGroup.Add("x1_flail1h_norm_lightning_t6", 314345); DictSNOEffectGroup.Add("x1_flail1h_norm_lightning_t7", 314346); DictSNOEffectGroup.Add("x1_flail1h_norm_magicFind", 311920); DictSNOEffectGroup.Add("x1_flail1h_norm_magicFind_t2", 314367); DictSNOEffectGroup.Add("x1_flail1h_norm_magicFind_t3", 314368); DictSNOEffectGroup.Add("x1_flail1h_norm_magicFind_t4", 314369); DictSNOEffectGroup.Add("x1_flail1h_norm_magicFind_t5", 314370); DictSNOEffectGroup.Add("x1_flail1h_norm_magicFind_t6", 314371); DictSNOEffectGroup.Add("x1_flail1h_norm_magicFind_t7", 314372); DictSNOEffectGroup.Add("x1_flail1h_norm_manaSteal", 311919); DictSNOEffectGroup.Add("x1_flail1h_norm_manaSteal_t2", 314247); DictSNOEffectGroup.Add("x1_flail1h_norm_manaSteal_t3", 314248); DictSNOEffectGroup.Add("x1_flail1h_norm_manaSteal_t4", 314249); DictSNOEffectGroup.Add("x1_flail1h_norm_manaSteal_t5", 314250); DictSNOEffectGroup.Add("x1_flail1h_norm_manaSteal_t6", 314251); DictSNOEffectGroup.Add("x1_flail1h_norm_manaSteal_t7", 314252); DictSNOEffectGroup.Add("x1_flail1h_norm_poison", 311918); DictSNOEffectGroup.Add("x1_flail1h_norm_poison_t3", 314311); DictSNOEffectGroup.Add("x1_flail1h_norm_poison_t4", 314312); DictSNOEffectGroup.Add("x1_flail1h_norm_poison_t5", 314313); DictSNOEffectGroup.Add("x1_flail1h_norm_poison_t6", 314314); DictSNOEffectGroup.Add("x1_flail1h_norm_poison_t7", 314315); DictSNOEffectGroup.Add("x1_flail1h_norm_spell", 311917); DictSNOEffectGroup.Add("x1_flail2h_norm_arcane", 309443); DictSNOEffectGroup.Add("x1_flail2h_norm_arcane_t3", 313532); DictSNOEffectGroup.Add("x1_flail2h_norm_arcane_t4", 313533); DictSNOEffectGroup.Add("x1_flail2h_norm_arcane_t5", 313534); DictSNOEffectGroup.Add("x1_flail2h_norm_arcane_t6", 313535); DictSNOEffectGroup.Add("x1_flail2h_norm_arcane_t7", 313536); DictSNOEffectGroup.Add("x1_flail2h_norm_attack", 309448); DictSNOEffectGroup.Add("x1_flail2h_norm_attack_t3", 314087); DictSNOEffectGroup.Add("x1_flail2h_norm_attack_t4", 314088); DictSNOEffectGroup.Add("x1_flail2h_norm_attack_t5", 314089); DictSNOEffectGroup.Add("x1_flail2h_norm_attack_t6", 314090); DictSNOEffectGroup.Add("x1_flail2h_norm_attack_t7", 314091); DictSNOEffectGroup.Add("x1_flail2h_norm_cast", 309449); DictSNOEffectGroup.Add("x1_flail2h_norm_cold", 309440); DictSNOEffectGroup.Add("x1_flail2h_norm_cold_t3", 314123); DictSNOEffectGroup.Add("x1_flail2h_norm_cold_t4", 314124); DictSNOEffectGroup.Add("x1_flail2h_norm_cold_t5", 314125); DictSNOEffectGroup.Add("x1_flail2h_norm_cold_t6", 314126); DictSNOEffectGroup.Add("x1_flail2h_norm_cold_t7", 314127); DictSNOEffectGroup.Add("x1_flail2h_norm_fire", 309438); DictSNOEffectGroup.Add("x1_flail2h_norm_fire_t3", 313555); DictSNOEffectGroup.Add("x1_flail2h_norm_fire_t4", 313556); DictSNOEffectGroup.Add("x1_flail2h_norm_fire_t5", 313557); DictSNOEffectGroup.Add("x1_flail2h_norm_fire_t6", 313558); DictSNOEffectGroup.Add("x1_flail2h_norm_fire_t7", 313559); DictSNOEffectGroup.Add("x1_flail2h_norm_goldFind", 309447); DictSNOEffectGroup.Add("x1_flail2h_norm_holy", 309450); DictSNOEffectGroup.Add("x1_flail2h_norm_holy_t3", 313714); DictSNOEffectGroup.Add("x1_flail2h_norm_holy_t4", 313715); DictSNOEffectGroup.Add("x1_flail2h_norm_holy_t5", 313716); DictSNOEffectGroup.Add("x1_flail2h_norm_holy_t6", 313717); DictSNOEffectGroup.Add("x1_flail2h_norm_holy_t7", 313718); DictSNOEffectGroup.Add("x1_flail2h_norm_lifeSteal", 309444); DictSNOEffectGroup.Add("x1_flail2h_norm_lifeSteal_t2", 314230); DictSNOEffectGroup.Add("x1_flail2h_norm_lifeSteal_t3", 314231); DictSNOEffectGroup.Add("x1_flail2h_norm_lifeSteal_t4", 314232); DictSNOEffectGroup.Add("x1_flail2h_norm_lifeSteal_t5", 314233); DictSNOEffectGroup.Add("x1_flail2h_norm_lifeSteal_t6", 314234); DictSNOEffectGroup.Add("x1_flail2h_norm_lifeSteal_t7", 314235); DictSNOEffectGroup.Add("x1_flail2h_norm_lightning", 309441); DictSNOEffectGroup.Add("x1_flail2h_norm_lightning_t3", 314359); DictSNOEffectGroup.Add("x1_flail2h_norm_lightning_t4", 314360); DictSNOEffectGroup.Add("x1_flail2h_norm_lightning_t5", 314361); DictSNOEffectGroup.Add("x1_flail2h_norm_lightning_t6", 314362); DictSNOEffectGroup.Add("x1_flail2h_norm_lightning_t7", 314363); DictSNOEffectGroup.Add("x1_flail2h_norm_magicFind", 309446); DictSNOEffectGroup.Add("x1_flail2h_norm_manaSteal", 309445); DictSNOEffectGroup.Add("x1_flail2h_norm_manaSteal_t2", 314304); DictSNOEffectGroup.Add("x1_flail2h_norm_manaSteal_t3", 314305); DictSNOEffectGroup.Add("x1_flail2h_norm_manaSteal_t4", 314306); DictSNOEffectGroup.Add("x1_flail2h_norm_manaSteal_t5", 314307); DictSNOEffectGroup.Add("x1_flail2h_norm_manaSteal_t6", 314308); DictSNOEffectGroup.Add("x1_flail2h_norm_manaSteal_t7", 314309); DictSNOEffectGroup.Add("x1_flail2h_norm_poison", 309442); DictSNOEffectGroup.Add("x1_flail2h_norm_poison_t3", 314328); DictSNOEffectGroup.Add("x1_flail2h_norm_poison_t4", 314329); DictSNOEffectGroup.Add("x1_flail2h_norm_poison_t5", 314330); DictSNOEffectGroup.Add("x1_flail2h_norm_poison_t6", 314331); DictSNOEffectGroup.Add("x1_flail2h_norm_poison_t7", 314332); DictSNOEffectGroup.Add("x1_flail2h_norm_spell", 309451); DictSNOEffectGroup.Add("x1_floaterAngel_lightningStrike", 340543); DictSNOEffectGroup.Add("x1_floaterAngel_xform", 340855); DictSNOEffectGroup.Add("x1_floaterAngel_xformEnd", 340824); DictSNOEffectGroup.Add("X1_Fortress_B_AmbientFX", 343403); DictSNOEffectGroup.Add("X1_Fortress_Crate_C_FX", 370893); DictSNOEffectGroup.Add("X1_Fortress_Crate_D_FX", 371064); DictSNOEffectGroup.Add("X1_Fortress_Crate_Stack_B_FX", 371168); DictSNOEffectGroup.Add("X1_Fortress_lightning", 365187); DictSNOEffectGroup.Add("X1_Fortress_Rack_A", 373835); DictSNOEffectGroup.Add("X1_Fortress_Rack_B", 373350); DictSNOEffectGroup.Add("X1_Fortress_Rack_C", 373816); DictSNOEffectGroup.Add("X1_Fortress_Rack_D", 374141); DictSNOEffectGroup.Add("X1_Fortress_Rack_E", 373626); DictSNOEffectGroup.Add("X1_Fortress_Rack_F", 374111); DictSNOEffectGroup.Add("x1_Fortress_Soul_Grinder_Buff", 376760); DictSNOEffectGroup.Add("x1_Fortress_Soul_Grinder_Hook_Impact_B", 377235); DictSNOEffectGroup.Add("x1_Fortress_Soul_Grinder_Slam_A", 377156); DictSNOEffectGroup.Add("x1_Fortress_Soul_Grinder_Slam_B", 377161); DictSNOEffectGroup.Add("x1_Fortress_Soul_Grinder_Slam_C", 377164); DictSNOEffectGroup.Add("x1_Fortress_WeaponRack", 376771); DictSNOEffectGroup.Add("x1_Ghost_SoulSiphonBeam", 298687); DictSNOEffectGroup.Add("x1_Global_Chest_activate", 357517); DictSNOEffectGroup.Add("x1_Global_Chest_Broken_Breaking", 376408); DictSNOEffectGroup.Add("x1_Global_Chest_Broken_Exploding", 376330); DictSNOEffectGroup.Add("x1_Global_Chest_Event_Start", 376386); DictSNOEffectGroup.Add("X1_Global_Chest_glow", 357335); DictSNOEffectGroup.Add("x1_Global_Chest_Lock_FX", 357926); DictSNOEffectGroup.Add("X1_Global_Chest_openFX", 357343); DictSNOEffectGroup.Add("X1_Global_Chest_Spawn", 376175); DictSNOEffectGroup.Add("x1_healthGlobe_playerIsHealed_attract", 367057); DictSNOEffectGroup.Add("x1_healthGlobe_steak_01", 375145); DictSNOEffectGroup.Add("x1_healthGlobe_steak_02", 375127); DictSNOEffectGroup.Add("x1_hero_isShielded", 341980); DictSNOEffectGroup.Add("x1_hero_isShielded_riftShrine", 369705); DictSNOEffectGroup.Add("x1_Imperius_leap_impact", 352776); DictSNOEffectGroup.Add("x1_itemPassive_unique_belt_101_explosion", 366508); DictSNOEffectGroup.Add("x1_itemPassive_unique_belt_104_chaosField", 367828); DictSNOEffectGroup.Add("x1_itemPassive_unique_ring_508_poisonNova", 367247); DictSNOEffectGroup.Add("x1_itemPassive_unique_ring_577", 328995); DictSNOEffectGroup.Add("x1_itemPassive_unique_ring_643_impact", 375826); DictSNOEffectGroup.Add("x1_ItemPassive_Unique_Ring_644_FX", 366492); DictSNOEffectGroup.Add("x1_itemPassive_unique_ring_645_damageFX", 368314); DictSNOEffectGroup.Add("x1_itemPassive_unique_ring_648_explosion", 368898); DictSNOEffectGroup.Add("x1_itemPassive_Unique_Ring_739_poisonNova", 377182); DictSNOEffectGroup.Add("x1_itemPassive_unique_ring_739_projectile_impact", 377229); DictSNOEffectGroup.Add("x1_lacuniMale_plagued_summon_ratSpawn", 365790); DictSNOEffectGroup.Add("X1_LastAncient_SpawnBones", 370610); DictSNOEffectGroup.Add("X1_LastAncient_SummonPool", 370419); DictSNOEffectGroup.Add("X1_LastAncient_Teleport", 370609); DictSNOEffectGroup.Add("x1_leaperAngel_bladeGlow", 330815); DictSNOEffectGroup.Add("x1_leaperAngel_bladeGlow_end", 332887); DictSNOEffectGroup.Add("x1_leaperAngel_bladeGlow_offSwitch", 332885); DictSNOEffectGroup.Add("x1_leaperAngel_bladeGlow_onSwitch", 332801); DictSNOEffectGroup.Add("x1_Lieutenant_proj_trail", 282461); DictSNOEffectGroup.Add("x1_Malthael_Baal_Hoarfrost", 324900); DictSNOEffectGroup.Add("x1_Malthael_Baal_Rift_Drain", 330209); DictSNOEffectGroup.Add("X1_malthael_boss_blackSoulstone_idleFX", 369503); DictSNOEffectGroup.Add("X1_Malthael_Boss_BSSbits", 369240); DictSNOEffectGroup.Add("x1_Malthael_boss_BSSburst", 370156); DictSNOEffectGroup.Add("X1_Malthael_Death_Flash", 359520); DictSNOEffectGroup.Add("X1_Malthael_Death_Flash_ExtraLarge", 368813); DictSNOEffectGroup.Add("X1_Malthael_Death_Flash_Large", 368757); DictSNOEffectGroup.Add("X1_Malthael_Death_Flash_Med", 368758); DictSNOEffectGroup.Add("X1_Malthael_Death_Flash_Small", 368765); DictSNOEffectGroup.Add("X1_Malthael_Death_SpiritAttack", 369220); DictSNOEffectGroup.Add("X1_Malthael_Death_SpiritBreak", 369208); DictSNOEffectGroup.Add("x1_Malthael_drainSoul", 335528); DictSNOEffectGroup.Add("x1_Malthael_entrance_spawnFX", 371130); DictSNOEffectGroup.Add("x1_malthael_lightningBreath_cast", 370099); DictSNOEffectGroup.Add("x1_Malthael_Mephisto_BigLightning", 340865); DictSNOEffectGroup.Add("x1_Malthael_Mephisto_PoisonCloud", 330364); DictSNOEffectGroup.Add("x1_Malthael_Mephisto_SkullMissile", 323607); DictSNOEffectGroup.Add("X1_Malthael_phase3_bodyFX", 377446); DictSNOEffectGroup.Add("x1_malthael_shield_reflectProjectile", 371302); DictSNOEffectGroup.Add("X1_Malthael_Spirit_AOE_Death", 374176); DictSNOEffectGroup.Add("x1_Malthael_SwordShield_AOE_Constant", 336788); DictSNOEffectGroup.Add("X1_Mega_Orb_Ripple_Flare", 363035); DictSNOEffectGroup.Add("x1_moleMutant_shaman_resurrect_attract", 356762); DictSNOEffectGroup.Add("X1_Monk_Epiphany_Base_Aura", 355139); DictSNOEffectGroup.Add("X1_Monk_Epiphany_Base_Cast", 355553); DictSNOEffectGroup.Add("X1_Monk_Epiphany_Base_Outtro", 355645); DictSNOEffectGroup.Add("x1_Monk_epiphany_fiery_impactSwitcher", 374073); DictSNOEffectGroup.Add("X1_Monk_Epiphany_FireRune_Cast", 358062); DictSNOEffectGroup.Add("X1_Monk_Epiphany_FireRune_Outtro", 358063); DictSNOEffectGroup.Add("X1_Monk_Epiphany_InnerFire_Aura", 357243); DictSNOEffectGroup.Add("X1_Monk_Epiphany_LightningRune", 357368); DictSNOEffectGroup.Add("X1_Monk_Epiphany_LightningRune_Cast", 358078); DictSNOEffectGroup.Add("X1_Monk_Epiphany_LightningRune_Outtro", 358077); DictSNOEffectGroup.Add("X1_Monk_Epiphany_MasterBuff", 357216); DictSNOEffectGroup.Add("X1_Monk_Epiphany_MasterCast", 358135); DictSNOEffectGroup.Add("X1_Monk_Epiphany_MasterOuttro", 358136); DictSNOEffectGroup.Add("X1_Monk_Epiphany_SandRune", 357829); DictSNOEffectGroup.Add("X1_Monk_Epiphany_SandRune_Cast", 358066); DictSNOEffectGroup.Add("X1_Monk_Epiphany_SandRune_Outtro", 358075); DictSNOEffectGroup.Add("X1_Monk_Epiphany_sandSwirl", 322648); DictSNOEffectGroup.Add("X1_Monk_Epiphany_Teleport_Sound", 360411); DictSNOEffectGroup.Add("X1_Monk_Epiphany_WaterRune", 357572); DictSNOEffectGroup.Add("X1_Monk_Epiphany_WaterRune_Cast", 358064); DictSNOEffectGroup.Add("X1_Monk_Epiphany_WaterRune_Cleanse", 358055); DictSNOEffectGroup.Add("X1_Monk_Epiphany_WaterRune_Outtro", 358079); DictSNOEffectGroup.Add("X1_Monk_Epiphany_windDome", 322400); DictSNOEffectGroup.Add("X1_Monk_Epiphany_WindRune", 357772); DictSNOEffectGroup.Add("X1_Monk_Epiphany_WindRune_Cast", 358065); DictSNOEffectGroup.Add("X1_Monk_Epiphany_WindRune_Outtro", 358080); DictSNOEffectGroup.Add("X1_Monk_innerSanctuaryIntervene_cast", 319592); DictSNOEffectGroup.Add("X1_Monk_innerSanctuaryIntervene_impact", 319593); DictSNOEffectGroup.Add("x1_Monk_isShielded", 341992); DictSNOEffectGroup.Add("x1_Monk_isShielded_riftShrine", 369709); DictSNOEffectGroup.Add("x1_monk_mantraofConviction_runspeed", 376286); DictSNOEffectGroup.Add("x1_MonsterAffix_Avenger_ArcaneEnchanted_castJump", 387008); DictSNOEffectGroup.Add("x1_MonsterAffix_CorpseBomber_bomb_start", 340320); DictSNOEffectGroup.Add("x1_MonsterAffix_CorpseBomber_proj", 328283); DictSNOEffectGroup.Add("X1_MonsterAffix_CorpseBomber_slime_dead", 340399); DictSNOEffectGroup.Add("x1_MonsterAffix_FrozenPulse_active", 366889); DictSNOEffectGroup.Add("x1_MonsterAffix_FrozenPulse_pulse", 349806); DictSNOEffectGroup.Add("x1_MonsterAffix_FrozenPulse_search", 366922); DictSNOEffectGroup.Add("x1_MonsterAffix_TeleportMine_teleportCast", 337993); DictSNOEffectGroup.Add("x1_mortar_explosion", 365803); DictSNOEffectGroup.Add("x1_nightScreamer_allyBuff", 321928); DictSNOEffectGroup.Add("x1_nightScreamer_allyBuff_large", 322559); DictSNOEffectGroup.Add("x1_nightScreamer_allyBuff_med", 321926); DictSNOEffectGroup.Add("x1_nightScreamer_allyBuff_small", 322557); DictSNOEffectGroup.Add("x1_nightScreamer_charge", 322718); DictSNOEffectGroup.Add("x1_nightScreamer_teleport_arrival", 321808); DictSNOEffectGroup.Add("x1_nightScreamer_teleport_cast", 321532); DictSNOEffectGroup.Add("x1_nightScreamer_xform", 339651); DictSNOEffectGroup.Add("x1_npc_soulStrike_death", 312837); DictSNOEffectGroup.Add("x1_npc_soulSuck_death_skeletonize", 301546); DictSNOEffectGroup.Add("x1_npc_westM_intro_death_skeletonize", 312874); DictSNOEffectGroup.Add("X1_PandExt_Chrono_Event_activate", 324979); DictSNOEffectGroup.Add("X1_PandExt_Chrono_Event_activate_large", 351467); DictSNOEffectGroup.Add("X1_PandExt_Chrono_Event_unfreeze", 325099); DictSNOEffectGroup.Add("X1_PandExt_Chrono_Event_unfreeze_large", 351458); DictSNOEffectGroup.Add("X1_PandExt_Chrono_Event_unfreeze_medium", 351463); DictSNOEffectGroup.Add("X1_PandExt_Chrono_Event_unfreeze_small", 351462); DictSNOEffectGroup.Add("X1_PandExt_Collapsing_Pillar_dust", 322968); DictSNOEffectGroup.Add("x1_PandExt_Collapsing_Pillar_Knockback_Indicator", 322471); DictSNOEffectGroup.Add("X1_PandExt_Event_ForgottenWarEnter", 365684); DictSNOEffectGroup.Add("X1_PandExt_ideation_Bacon_lightningFlash", 300765); DictSNOEffectGroup.Add("X1_PandExt_TimeTrap", 348075); DictSNOEffectGroup.Add("x1_PandExt_Time_Activator_energyCore", 351469); DictSNOEffectGroup.Add("x1_pand_BatteringRam_Hit_Glow", 333212); DictSNOEffectGroup.Add("x1_Pand_Ext_chrono_bubble", 301196); DictSNOEffectGroup.Add("x1_Pand_Ext_chrono_forgottenWar_bubble", 336004); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_ballista_beingFixed", 366901); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_bossSpawn", 361268); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_bossSpawn_projectile", 358447); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_bossSuckIn_cagedDebuff", 360721); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_evilEnergy", 356993); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_evilExplosion", 357479); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_evilExplosionHit", 366270); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_evilExplosionImpact", 366074); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_evilExplosionImpactSmall", 373057); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_evilExplosionLeft", 366065); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_evilExplosionRight", 366066); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_goodEnergy", 356998); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_isShielded", 358690); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_spiritSpawn", 358352); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_spiritSpawnAttractor", 358132); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_spiritSpawnCast", 357937); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_greatWeapon_warningPulse", 362845); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_Resurrection_orbDeath", 377073); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_RockHive_bossSpawn", 375308); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_RockHive_mainHiveDeath", 375122); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_RockHive_miniHiveBurst", 374605); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_RockHive_miniHiveDeath", 375090); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_RockHive_miniHiveSpawn", 374850); DictSNOEffectGroup.Add("x1_Pand_Ext_Event_RockHive_miniHiveWarning", 375705); DictSNOEffectGroup.Add("x1_Pand_Ext_FallingRocks", 330401); DictSNOEffectGroup.Add("x1_Pand_Ext_FallingRocks_Molten", 330190); DictSNOEffectGroup.Add("x1_Pand_Ext_FallingRocks_Molten_Pool", 330404); DictSNOEffectGroup.Add("x1_Pand_Ext_Ordnance_Mine_Aware", 369581); DictSNOEffectGroup.Add("x1_Pand_Fortress_Ordnance_ChronoField", 322024); DictSNOEffectGroup.Add("X1_Pand_HexMaze_EN_LysaSuccubusSpawn", 374103); DictSNOEffectGroup.Add("X1_Pand_HexMaze_EN_SisterDeath", 374069); DictSNOEffectGroup.Add("X1_Pand_HexMaze_EN_SisterSoul", 367930); DictSNOEffectGroup.Add("x1_Pand_HexMaze_Flare", 289978); DictSNOEffectGroup.Add("x1_Pand_Judgement_Summon", 334257); DictSNOEffectGroup.Add("x1_Pand_Judgement_SummonFX", 334259); DictSNOEffectGroup.Add("x1_Pand_Judgement_SummonPersistent", 377212); DictSNOEffectGroup.Add("x1_portalGuardianMinion_charge_End", 322574); DictSNOEffectGroup.Add("x1_portalGuardianMinion_charge_Start", 322573); DictSNOEffectGroup.Add("x1_portalGuardianMinion_death_lookSwitch", 325916); DictSNOEffectGroup.Add("x1_portalGuardianMinion_getHit", 322360); DictSNOEffectGroup.Add("x1_portalGuardianMinion_phys_death", 324069); DictSNOEffectGroup.Add("x1_portalGuardianMinion_projectile_impact", 322356); DictSNOEffectGroup.Add("x1_portalGuardian_death_gibs", 331783); DictSNOEffectGroup.Add("x1_portalGuardian_getHit", 322366); DictSNOEffectGroup.Add("x1_portalGuardian_portalSpawn_castFX", 329159); DictSNOEffectGroup.Add("x1_portalGuardian_portal_attached", 349835); DictSNOEffectGroup.Add("x1_portalGuardian_portal_death", 353467); DictSNOEffectGroup.Add("x1_portalGuardian_preSpawn_ground_model", 376113); DictSNOEffectGroup.Add("x1_portalGuardian_stomp", 325721); DictSNOEffectGroup.Add("x1_portalGuardian_summon_attractor", 349756); DictSNOEffectGroup.Add("x1_portalGuardian_summon_spawnFX", 335452); DictSNOEffectGroup.Add("x1_Portal_LootRun_spawn", 325691); DictSNOEffectGroup.Add("x1_PowerUpGlobe_flippyInAir", 366166); DictSNOEffectGroup.Add("x1_powerUp_channeling_buff", 369722); DictSNOEffectGroup.Add("x1_powerUp_damage_buff", 369713); DictSNOEffectGroup.Add("x1_powerUp_electrified_buff", 368163); DictSNOEffectGroup.Add("x1_powerUp_lightning_bolt", 449982); DictSNOEffectGroup.Add("x1_powerUp_playerAcquired_attract", 367059); DictSNOEffectGroup.Add("x1_powerUp_runSpeed_buff", 369716); DictSNOEffectGroup.Add("x1_Rockworm_Pand_GroundBurst", 331399); DictSNOEffectGroup.Add("x1_Sidekick_buffApply", 378420); DictSNOEffectGroup.Add("x1_Sidekick_buffApply_wings_barb_genderSwitch", 378984); DictSNOEffectGroup.Add("x1_Sidekick_buffApply_wings_cdr_genderSwitch", 378988); DictSNOEffectGroup.Add("x1_Sidekick_buffApply_wings_DH_genderSwitch", 378983); DictSNOEffectGroup.Add("x1_Sidekick_buffApply_wings_master", 378981); DictSNOEffectGroup.Add("x1_Sidekick_buffApply_wings_monk_genderSwitch", 378987); DictSNOEffectGroup.Add("x1_Sidekick_buffApply_wings_WD_genderSwitch", 378986); DictSNOEffectGroup.Add("x1_Sidekick_buffApply_wings_wiz_genderSwitch", 378985); DictSNOEffectGroup.Add("x1_Sidekick_buff_end", 379114); DictSNOEffectGroup.Add("x1_skeletonArcher_arrow_cold_impact", 340346); DictSNOEffectGroup.Add("x1_skeleton_westmarch_death", 311585); DictSNOEffectGroup.Add("x1_sniperAngel_shardBolt_boltAttract", 333513); DictSNOEffectGroup.Add("x1_sniperAngel_shardBolt_impact", 334595); DictSNOEffectGroup.Add("x1_sniperAngel_shardBolt_orb", 333687); DictSNOEffectGroup.Add("X1_SoundGroup_adriaMonster_burrowBubbles", 365904); DictSNOEffectGroup.Add("X1_SoundGroup_adriaMonster_missile_fire", 365996); DictSNOEffectGroup.Add("x1_Soundgroup_adriaMonster_whoosh", 355605); DictSNOEffectGroup.Add("x1_SoundGroup_affix_teleprt_die", 364609); DictSNOEffectGroup.Add("x1_SOUNDGROUP_barbarian_skill_avalanche", 360126); DictSNOEffectGroup.Add("x1_SOUNDGROUP_barbarian_skill_avalanche_lava", 369276); DictSNOEffectGroup.Add("x1_SOUNDGROUP_barbarian_skill_avalanche_smallWood", 365442); DictSNOEffectGroup.Add("x1_SOUNDGROUP_barbarian_skill_avalanche_snow", 360407); DictSNOEffectGroup.Add("x1_SOUNDGROUP_barbarian_skill_avalanche_wood", 365415); DictSNOEffectGroup.Add("X1_SoundGroup_barb_skill_avalanche_snoCap", 375466); DictSNOEffectGroup.Add("x1_Soundgroup_BogFamily_ranged_stunned", 285308); DictSNOEffectGroup.Add("X1_SoundGroup_Crusader_Justice_Impact", 375513); DictSNOEffectGroup.Add("X1_SoundGroup_ElementalDamage_arcane", 369572); DictSNOEffectGroup.Add("X1_SoundGroup_ElementalDamage_cold", 369571); DictSNOEffectGroup.Add("X1_SoundGroup_ElementalDamage_fire", 369570); DictSNOEffectGroup.Add("X1_SoundGroup_ElementalDamage_holy", 369579); DictSNOEffectGroup.Add("X1_SoundGroup_ElementalDamage_lightning", 369573); DictSNOEffectGroup.Add("X1_SoundGroup_ElementalDamage_physical", 369578); DictSNOEffectGroup.Add("X1_SoundGroup_ElementalDamage_poison", 369574); DictSNOEffectGroup.Add("x1_SoundGroup_hellfire_lava_blorps", 377852); DictSNOEffectGroup.Add("x1_Soundgroup_malthael_fs", 358733); DictSNOEffectGroup.Add("X1_SoundGroup_Skill_Crusader_GodRay_Beam", 318492); DictSNOEffectGroup.Add("X1_SoundGroup_Skill_Crusader_GodRay_BeamV2", 363243); DictSNOEffectGroup.Add("X1_SoundGroup_Skill_Crusader_GodRay_WanderSml_Beam", 363333); DictSNOEffectGroup.Add("x1_SoundGroup_urzael_death_bloodFlow", 377698); DictSNOEffectGroup.Add("x1_squigglet_projectile_impact", 323479); DictSNOEffectGroup.Add("x1_squigglet_projectile_miss", 323483); DictSNOEffectGroup.Add("x1_terrorDemon_lightningBreath_cast", 434850); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_DOT_Cold_10foot", 359704); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_DOT_Cold_20foot", 363220); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_DOT_Fire_10foot", 359692); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_DOT_Fire_20foot", 363221); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_DOT_Lightning_10foot", 364545); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_DOT_Lightning_20foot", 364546); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_DOT_Poison_10foot", 360047); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_DOT_Poison_20foot", 363222); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Cold_10foot", 359526); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Cold_20foot", 363223); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Cold_40foot", 364436); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Cold_Warning_10foot", 377031); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Cold_Warning_20foot", 377032); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Cold_Warning_40foot", 377033); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Fire_10foot", 358915); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Fire_20foot", 358964); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Fire_40foot", 364437); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Fire_Warning_10foot", 377034); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Fire_Warning_20foot", 377035); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Fire_Warning_40foot", 377036); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Lightning_10foot", 364548); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Lightning_20foot", 364549); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Lightning_40foot", 364550); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Lightning_Warning_10foot", 377037); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Lightning_Warning_20foot", 377038); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Lightning_Warning_40foot", 377039); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Poison_10foot", 359992); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Poison_20foot", 363224); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Poison_40foot", 364438); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Poison_Warning_10foot", 377040); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Poison_Warning_20foot", 377041); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_AOE_Nova_Poison_Warning_40foot", 377042); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_ProjectileCast_Arcane", 377757); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_ProjectileCast_Cold", 377712); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_ProjectileCast_Fire", 377754); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_ProjectileCast_Holy", 377758); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_ProjectileCast_Lightning", 377755); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_ProjectileCast_Physical", 377753); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_ProjectileCast_Poison", 377756); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_Projectile_Cold", 377093); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_Projectile_Fire", 377094); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_Projectile_Poison", 377095); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_Summon_Attractor", 366035); DictSNOEffectGroup.Add("X1_Unique_Monster_Generic_Summon_SpawnFX", 366036); DictSNOEffectGroup.Add("x1_Urzael_Cannonball_burning_impact", 346978); DictSNOEffectGroup.Add("x1_Urzael_Cannonball_burning_projectile", 346987); DictSNOEffectGroup.Add("x1_Urzael_Cannonball_impact", 346301); DictSNOEffectGroup.Add("x1_Urzael_Cannonball_projectile", 345653); DictSNOEffectGroup.Add("x1_Urzael_ceilingDebris_beam_impact", 363047); DictSNOEffectGroup.Add("x1_Urzael_CeilingDebris_DamagingFire_wall", 360643); DictSNOEffectGroup.Add("x1_Urzael_ceilingDebris_Impact_Beam", 359203); DictSNOEffectGroup.Add("x1_Urzael_ceilingDebris_Impact_Circle", 360880); DictSNOEffectGroup.Add("x1_Urzael_death_bloodFlow_attractor", 375421); DictSNOEffectGroup.Add("x1_Urzael_death_rune", 375214); DictSNOEffectGroup.Add("x1_Urzael_death_rune_dissipate", 375359); DictSNOEffectGroup.Add("x1_Urzael_FireLook", 346908); DictSNOEffectGroup.Add("x1_Urzael_FireLook_phase1", 363660); DictSNOEffectGroup.Add("x1_Urzael_FireLook_phase2", 363661); DictSNOEffectGroup.Add("x1_Urzael_leap_impact", 346949); DictSNOEffectGroup.Add("x1_Urzael_leap_impact_blue", 361680); DictSNOEffectGroup.Add("x1_Urzael_leap_telegraph", 347160); DictSNOEffectGroup.Add("x1_Urzael_leap_trail", 363100); DictSNOEffectGroup.Add("x1_Urzael_Melee_Impact", 308311); DictSNOEffectGroup.Add("x1_Urzael_StartEnrage", 305747); DictSNOEffectGroup.Add("x1_Urzael_StompAndStun", 363685); DictSNOEffectGroup.Add("x1_vanityPet_genericReaction", 274843); DictSNOEffectGroup.Add("x1_vanityPet_panicReaction", 283923); DictSNOEffectGroup.Add("x1_WD_piranha_buff_fat", 355257); DictSNOEffectGroup.Add("x1_WD_piranha_buff_large", 355256); DictSNOEffectGroup.Add("x1_WD_piranha_buff_med", 355220); DictSNOEffectGroup.Add("x1_WD_piranha_buff_small", 355255); DictSNOEffectGroup.Add("x1_WD_piranha_buff_spider", 356911); DictSNOEffectGroup.Add("X1_WD_piranha_buff_switch", 355219); DictSNOEffectGroup.Add("x1_WD_piranha_ice_buff_fat", 360524); DictSNOEffectGroup.Add("x1_WD_piranha_ice_buff_large", 360521); DictSNOEffectGroup.Add("x1_WD_piranha_ice_buff_med", 360518); DictSNOEffectGroup.Add("x1_WD_piranha_ice_buff_small", 360522); DictSNOEffectGroup.Add("x1_WD_piranha_ice_buff_spider", 360523); DictSNOEffectGroup.Add("X1_WD_piranha_ice_buff_switch", 360517); DictSNOEffectGroup.Add("x1_WD_piranha_phys_buff_fat", 395025); DictSNOEffectGroup.Add("x1_WD_piranha_phys_buff_large", 395026); DictSNOEffectGroup.Add("x1_WD_piranha_phys_buff_med", 395027); DictSNOEffectGroup.Add("x1_WD_piranha_phys_buff_small", 395028); DictSNOEffectGroup.Add("x1_WD_piranha_phys_buff_spider", 395029); DictSNOEffectGroup.Add("X1_WD_piranha_phys_buff_switch", 395084); DictSNOEffectGroup.Add("x1_WD_piranha_red_buff_fat", 358216); DictSNOEffectGroup.Add("x1_WD_piranha_red_buff_large", 358212); DictSNOEffectGroup.Add("x1_WD_piranha_red_buff_med", 358201); DictSNOEffectGroup.Add("x1_WD_piranha_red_buff_small", 358211); DictSNOEffectGroup.Add("x1_WD_piranha_red_buff_spider", 358214); DictSNOEffectGroup.Add("X1_WD_piranha_red_buff_switch", 358199); DictSNOEffectGroup.Add("x1_WD_piranha_undead_buff_fat", 358371); DictSNOEffectGroup.Add("x1_WD_piranha_undead_buff_large", 358368); DictSNOEffectGroup.Add("x1_WD_piranha_undead_buff_med", 358367); DictSNOEffectGroup.Add("x1_WD_piranha_undead_buff_small", 358369); DictSNOEffectGroup.Add("x1_WD_piranha_undead_buff_spider", 358370); DictSNOEffectGroup.Add("X1_WD_piranha_undead_buff_switch", 358366); DictSNOEffectGroup.Add("x1_WD_zombieCharger_frost_cast", 361809); DictSNOEffectGroup.Add("x1_WD_zombieCharger_frost_contact", 361810); DictSNOEffectGroup.Add("x1_westmarchBrute_B_leap_impact", 332304); DictSNOEffectGroup.Add("x1_westmarchBrute_B_leap_telegraph", 332308); DictSNOEffectGroup.Add("x1_westmarchBrute_leap_impact", 289416); DictSNOEffectGroup.Add("x1_westmarchBrute_leap_telegraph", 289826); DictSNOEffectGroup.Add("x1_westmarchHound_leader_death", 341634); DictSNOEffectGroup.Add("x1_westmarchRanged_projectile_impact", 290102); DictSNOEffectGroup.Add("x1_westmarchRanged_projectile_miss", 290103); DictSNOEffectGroup.Add("X1_westmarch_Cath_int_vortex_ordScenes", 316811); DictSNOEffectGroup.Add("X1_westmarch_Cath_int_vortex_small", 315613); DictSNOEffectGroup.Add("x1_westmarch_CircleOfDeath_spawn", 312484); DictSNOEffectGroup.Add("x1_westmarch_convert_aoe_impact", 307371); DictSNOEffectGroup.Add("x1_westmarch_convert_jump", 306546); DictSNOEffectGroup.Add("x1_westmarch_convert_preBuff", 307357); DictSNOEffectGroup.Add("x1_Westmarch_Hound_actorIsSlimed", 335599); DictSNOEffectGroup.Add("X1_Westm_actor_ghost_spawn_ground_med", 363972); DictSNOEffectGroup.Add("x1_westm_ambient_spirits", 316231); DictSNOEffectGroup.Add("X1_Westm_barrel_explosion", 286408); DictSNOEffectGroup.Add("x1_westM_churchFight_orb_spirits", 316657); DictSNOEffectGroup.Add("x1_westm_doomedWoman", 322656); DictSNOEffectGroup.Add("x1_westm_doomedWoman_change", 322657); DictSNOEffectGroup.Add("x1_westm_Dust", 325574); DictSNOEffectGroup.Add("X1_WestM_Event_KingEvent_forceField", 367301); DictSNOEffectGroup.Add("X1_WestM_Event_KingEvent_mageSpawn", 368700); DictSNOEffectGroup.Add("x1_Westm_Exp", 328635); DictSNOEffectGroup.Add("X1_westm_fountain_event_startEvent", 312820); DictSNOEffectGroup.Add("X1_westm_ghostLord_shockwave", 314654); DictSNOEffectGroup.Add("X1_Westm_Graveyard_bones", 368549); DictSNOEffectGroup.Add("X1_Westm_Graveyard_WoodChip", 368596); DictSNOEffectGroup.Add("x1_Westm_Int_Event_doomedWoman_soulSuck", 361577); DictSNOEffectGroup.Add("x1_Westm_Int_Event_doomedWoman_soulSuckCleanup", 361861); DictSNOEffectGroup.Add("x1_Westm_papers", 326783); DictSNOEffectGroup.Add("x1_westm_Rope", 325692); DictSNOEffectGroup.Add("x1_westm_shingles", 325853); DictSNOEffectGroup.Add("X1_WestM_SkeletonSummon", 295060); DictSNOEffectGroup.Add("X1_WestM_SkeletonSummon_fast", 312521); DictSNOEffectGroup.Add("x1_westm_Soul_Summoner", 315059); DictSNOEffectGroup.Add("x1_westm_Soul_Summoner_Active", 301428); DictSNOEffectGroup.Add("x1_westm_Stone", 325637); DictSNOEffectGroup.Add("x1_westm_Stone_Dust", 325849); DictSNOEffectGroup.Add("x1_westm_WoodChip", 325556); DictSNOEffectGroup.Add("x1_Wickerman_fireBurstRing", 350068); DictSNOEffectGroup.Add("x1_Wickerman_fireNovaCast", 350330); DictSNOEffectGroup.Add("x1_Wickerman_launchFireBall", 349642); DictSNOEffectGroup.Add("x1_Wickerman_turnIntoFireBall", 349457); DictSNOEffectGroup.Add("x1_WitchDoctor_isShielded", 341991); DictSNOEffectGroup.Add("x1_WitchDoctor_isShielded_riftShrine", 369708); DictSNOEffectGroup.Add("x1_Wizard_arcaneOrbRune_frozen_cast", 317479); DictSNOEffectGroup.Add("x1_Wizard_arcaneOrbRune_frozen_impact", 317503); DictSNOEffectGroup.Add("x1_Wizard_arcaneOrbRune_frozen_projectile", 317399); DictSNOEffectGroup.Add("X1_Wizard_arcaneOrbRune_lightning_bolt", 317775); DictSNOEffectGroup.Add("X1_Wizard_arcaneOrbRune_lightning_buff", 322575); DictSNOEffectGroup.Add("x1_Wizard_arcaneOrbRune_lightning_projectile", 317730); DictSNOEffectGroup.Add("x1_Wizard_arcaneOrbRune_sunburst_cast", 317619); DictSNOEffectGroup.Add("x1_Wizard_ArcaneOrb_DeadPlanet_Fractured", 323113); DictSNOEffectGroup.Add("x1_Wizard_blackHole_AbsoluteZero_cast", 345621); DictSNOEffectGroup.Add("x1_Wizard_blackHole_cast", 345619); DictSNOEffectGroup.Add("x1_Wizard_blackHole_cast_switch", 345618); DictSNOEffectGroup.Add("x1_Wizard_blackHole_CosmicGate_cast", 345622); DictSNOEffectGroup.Add("x1_Wizard_blackHole_EventHorizon_cast", 345623); DictSNOEffectGroup.Add("x1_Wizard_blackHole_SpellSteal_cast", 345624); DictSNOEffectGroup.Add("x1_Wizard_blackHole_SuperMassive_cast", 345625); DictSNOEffectGroup.Add("x1_Wizard_explosiveBlastRune_fiery_cast", 328272); DictSNOEffectGroup.Add("x1_Wizard_explosiveBlastRune_fiery_intro", 328284); DictSNOEffectGroup.Add("x1_Wizard_Hydra_RuneFire_Pool", 326277); DictSNOEffectGroup.Add("x1_Wizard_isShielded", 341981); DictSNOEffectGroup.Add("x1_Wizard_isShielded_riftShrine", 369706); DictSNOEffectGroup.Add("x1_Wizard_magicMissile_castSwitch", 351160); DictSNOEffectGroup.Add("x1_Wizard_magicMissile_fire_warmUp", 351168); DictSNOEffectGroup.Add("x1_Wizard_magicMissile_frost_warmUp", 351165); DictSNOEffectGroup.Add("x1_Wizard_magicMissile_moreDamage_warmUp", 351163); DictSNOEffectGroup.Add("x1_Wizard_magicWeaponRune_cast_force", 326315); DictSNOEffectGroup.Add("X1_Wizard_SlowTime_Bubble", 324436); DictSNOEffectGroup.Add("x1_wizard_spectralBlade", 321961); DictSNOEffectGroup.Add("x1_Wizard_spectralBladeRune_flame", 322243); DictSNOEffectGroup.Add("x1_Wizard_spectralBladeRune_healing", 323162); DictSNOEffectGroup.Add("x1_Wizard_spectralBladeRune_ice", 322587); DictSNOEffectGroup.Add("x1_Wizard_spectralBladeRune_siphoning", 324806); DictSNOEffectGroup.Add("x1_Wizard_spectralBladeRune_thrown", 323989); DictSNOEffectGroup.Add("x1_Wizard_TornadoRune_big_projectile", 321991); DictSNOEffectGroup.Add("x1_Wizard_TornadoRune_cold_projectile", 322015); DictSNOEffectGroup.Add("x1_Wizard_TornadoRune_damage_projectile", 322361); DictSNOEffectGroup.Add("x1_Wizard_tornadoRune_fire_cast", 324455); DictSNOEffectGroup.Add("x1_Wizard_TornadoRune_fire_projectile", 319769); DictSNOEffectGroup.Add("x1_Wizard_tornadoRune_frost_cast", 324462); DictSNOEffectGroup.Add("x1_Wizard_TornadoRune_lightning_projectile", 322404); DictSNOEffectGroup.Add("x1_Wizard_TornadoRune_stationary", 322466); DictSNOEffectGroup.Add("x1_Wizard_tornadoRune_windCharge_Buff", 211726); DictSNOEffectGroup.Add("x1_Wizard_tornadoRune_windCharge_projectile", 323359); DictSNOEffectGroup.Add("x1_wraith_dash_groundFX", 272244); DictSNOEffectGroup.Add("X2_Barbarian_Earthquake_DOT", 451155); DictSNOEffectGroup.Add("X2_Barbarian_Earthquake_DOT_Empty_Effect", 451187); DictSNOEffectGroup.Add("X2_Wizard_EnergyTwisterDOT", 451154); DictSNOEffectGroup.Add("XBow_norm_unique_02", 192839); DictSNOEffectGroup.Add("ZK_tornado_cast", 186206); DictSNOEffectGroup.Add("zoltunKulle_assemble_buildUp", 201579); DictSNOEffectGroup.Add("zoltunKulle_assemble_explosion", 201593); DictSNOEffectGroup.Add("ZoltunKulle_CameraShake", 19379); DictSNOEffectGroup.Add("ZoltunKulle_CameraShakeInitial", 19380); DictSNOEffectGroup.Add("ZoltunKulle_death_blast", 185671); DictSNOEffectGroup.Add("zoltunKulle_death_blastRing", 185622); DictSNOEffectGroup.Add("zoltunKulle_fadeIn", 186237); DictSNOEffectGroup.Add("zoltunKulle_fieryBoulder_groundImpact", 185817); DictSNOEffectGroup.Add("zoltunKulle_fieryBoulder_projectile", 185680); DictSNOEffectGroup.Add("zoltunKulle_slowTime", 185879); DictSNOEffectGroup.Add("zolt_smallFloorSpawner", 71325); DictSNOEffectGroup.Add("zombie_female_barfBall_impact", 142812); DictSNOEffectGroup.Add("zombie_male_skinny_flyCloud", 19381); DictSNOEffectGroup.Add("Zombie_splitDeathSwitch", 19383); DictSNOEffectGroup.Add("_x1_westm_ideation_Event_Jar_of_Souls_fire", 299165); #endregion return DictSNOEffectGroup; } public static Dictionary LoadEncounter() { Dictionary DictSNOEncounter = new Dictionary(); #region Encounter DictSNOEncounter.Add("A1Dun_Leorics_ZombieTorsoSpawner", 93918); DictSNOEncounter.Add("a1dun_Random_Mushroom_Clusters", 212200); DictSNOEncounter.Add("a1dun_Random_Mushroom_Clusters_goblin", 457659); DictSNOEncounter.Add("a1dun_random_present_A_withFail", 211732); DictSNOEncounter.Add("a1dun_random_present_A_withFail_goblin", 457391); DictSNOEncounter.Add("A1_Cath01_DeadEndReward", 186777); DictSNOEncounter.Add("A1_CathGardensSkeletonSpawner", 218325); DictSNOEncounter.Add("A1_CathGardensUniqueZombieSpawner", 218668); DictSNOEncounter.Add("A1_Cath_Chandelier_Level01_Corpse", 118018); DictSNOEncounter.Add("A1_Cath_Chandelier_Level04_Skeletons", 118019); DictSNOEncounter.Add("A1_Cath_Chandelier_Level06_SkeletonArchers", 118025); DictSNOEncounter.Add("A1_Crypts_DeadEndReward", 221986); DictSNOEncounter.Add("A1_Highlands_Cave_Goat_DeadEndReward", 187159); DictSNOEncounter.Add("A1_Highlands_Cave_Root_DeadEndReward", 187160); DictSNOEncounter.Add("A1_Highlands_DeadEndReward", 186908); DictSNOEncounter.Add("A1_Highlands_Goatman_Drums_B", 130254); DictSNOEncounter.Add("A1_Highlands_Manor_DeadEndReward", 229756); DictSNOEncounter.Add("A1_Highlands_RollingLogTrap_RandomCultist", 203471); DictSNOEncounter.Add("A1_Leorics_DeadEndReward", 186966); DictSNOEncounter.Add("A1_OldTristram_DeadEndReward", 186750); DictSNOEncounter.Add("A1_OldTristram_DeadEndReward_House", 230303); DictSNOEncounter.Add("A1_RoyalCrypts_DeadEndReward", 221993); DictSNOEncounter.Add("A1_TreeCaveUniqueZombieSpawner", 218302); DictSNOEncounter.Add("A1_TristramFields_A_DeadEndReward", 186869); DictSNOEncounter.Add("A1_TristramFields_B_DeadEndReward", 186884); DictSNOEncounter.Add("A1_TristramFields_Cave_Goat_DeadEndReward", 187113); DictSNOEncounter.Add("A1_TristramFields_Cave_Mine_DeadEndReward", 187115); DictSNOEncounter.Add("A1_TristramFields_Cave_Root_DeadEndReward", 187114); DictSNOEncounter.Add("A1_Wilderness_DeadEndReward", 186816); DictSNOEncounter.Add("A1_Wilderness_ZombieCrawler_Custom", 188589); DictSNOEncounter.Add("A1_Wortham_DeadEndReward", 222174); DictSNOEncounter.Add("A1_WretchedMother_ZombieSkinny_A", 121019); DictSNOEncounter.Add("A1_WretchedMother_Zombie_A", 121022); DictSNOEncounter.Add("a2dun_Cave_Larva_Monster", 209010); DictSNOEncounter.Add("a2dun_Cave_SlimeGeyser_A_01", 212233); DictSNOEncounter.Add("a2dun_Cave_SlimeGeyser_B_01", 154107); DictSNOEncounter.Add("a2dun_Cave_SlimeGeyser_C", 218227); DictSNOEncounter.Add("a2dun_Zolt_Book_Pile_WithFail", 200035); DictSNOEncounter.Add("a2dun_Zolt_Tesla_Tower_Spawner", 205687); DictSNOEncounter.Add("A2_Aqd_DeadEndReward", 222018); DictSNOEncounter.Add("A2_Boneyards_DeadEndReward", 189184); DictSNOEncounter.Add("A2_FloodedCave_DeadEndReward", 222010); DictSNOEncounter.Add("A2_Oasis_DeadEndReward", 189190); DictSNOEncounter.Add("A2_Oasis_RandomBarrel", 218408); DictSNOEncounter.Add("A2_Oasis_RandomExplodingBarrel", 218409); DictSNOEncounter.Add("A2_P6_Cave_to_Church_DeadEndReward_ChestAndSkeletons", 467543); DictSNOEncounter.Add("A2_StingingWinds_DeadEndReward", 189166); DictSNOEncounter.Add("A2_StingingWinds_NoSand_DeadEndReward", 230871); DictSNOEncounter.Add("A2_StingingWinds_RandomBarrel", 218378); DictSNOEncounter.Add("A2_StingingWinds_RandomBeastCorpse", 218383); DictSNOEncounter.Add("A2_StingingWinds_RandomCorpse", 218382); DictSNOEncounter.Add("A2_StingingWinds_RandomWeaponCrate", 218375); DictSNOEncounter.Add("A2_Swr_DeadEndReward", 222019); DictSNOEncounter.Add("A2_WormCave_Boneyards_DeadEndReward", 222016); DictSNOEncounter.Add("A2_ZoltArchives_DeadEndReward", 202332); DictSNOEncounter.Add("A2_ZoltRandom_DeadEndReward", 222020); DictSNOEncounter.Add("A2_ZoltShadow_DeadEndReward", 222021); DictSNOEncounter.Add("a3dunIceCaves_Ice_cluster_Weaponrack", 201826); DictSNOEncounter.Add("a3dun_Bridge_Barricade", 170453); DictSNOEncounter.Add("a3dun_Bridge_Munitions_Cart", 201010); DictSNOEncounter.Add("a3dun_Crater_DemonClawBomb_A_Monster", 225330); DictSNOEncounter.Add("a3dun_Keep_Chest_Rare_25Chance", 263831); DictSNOEncounter.Add("a3dun_Keep_Falling_Grate_Skeletons", 215266); DictSNOEncounter.Add("a3dun_Keep_Rare", 223723); DictSNOEncounter.Add("a3dun_Keep_Skeleton_Spawner", 55660); DictSNOEncounter.Add("a3dun_rmpt_Barricade_Double", 137388); DictSNOEncounter.Add("a3dun_rmpt_Barricade_Single", 137385); DictSNOEncounter.Add("A3_Battlefields_DeadEndReward", 190221); DictSNOEncounter.Add("A3_Battlefields_Supply_Wagon", 148011); DictSNOEncounter.Add("A3_Battlefields_Survivor_A", 170909); DictSNOEncounter.Add("a3_Battlefield_demonic_forge", 198202); DictSNOEncounter.Add("A3_Bridge_DeadEndReward", 190645); DictSNOEncounter.Add("A3_CraterIslands_ChainTrap_RandomChest", 199663); DictSNOEncounter.Add("A3_Crater_DeadEndReward", 190222); DictSNOEncounter.Add("A3_Crater_Demonic_A_ClawBombs", 154919); DictSNOEncounter.Add("a3_crater_st_demonic_forge", 178447); DictSNOEncounter.Add("A3_DemonCage_Monstrosity_Scorpion_A", 196421); DictSNOEncounter.Add("A3_IceCaves_DeadEndReward", 190224); DictSNOEncounter.Add("A3_Keep_DeadEndReward", 190220); DictSNOEncounter.Add("A3_Keep_LootAdventures_Barrel", 222343); DictSNOEncounter.Add("A3_Keep_LootAdventures_Crate", 222346); DictSNOEncounter.Add("A3_Keep_LootAdventures_CrateOrBarrel", 222964); DictSNOEncounter.Add("A3_Keep_LootAdventures_ExplodingBarrel", 222349); DictSNOEncounter.Add("A3_Keep_LootAdventures_Type3_Corpse", 222344); DictSNOEncounter.Add("A3_Ramparts_Clusters_Barrel", 225338); DictSNOEncounter.Add("A3_Ramparts_Clusters_Barrel_or_ExplodingBarrel", 225461); DictSNOEncounter.Add("A3_Ramparts_Clusters_Crate", 225341); DictSNOEncounter.Add("A3_Ramparts_Clusters_ExplodingBarrel", 225336); DictSNOEncounter.Add("A3_Ramparts_Clusters_WeaponRack_Or_Crate", 225339); DictSNOEncounter.Add("A3_Ramparts_DeadEndReward", 190219); DictSNOEncounter.Add("A3_Spire_DemonCageSpawn_ShadowVermin", 199511); DictSNOEncounter.Add("a4dunGarden_Props_Barrel", 205493); DictSNOEncounter.Add("a4dun_Garden_Chests", 230961); DictSNOEncounter.Add("a4dun_Garden_Corruption_Mine", 203639); DictSNOEncounter.Add("a4dun_Spire_01_Aspects", 226420); DictSNOEncounter.Add("a4dun_Spire_02_Aspects", 226419); DictSNOEncounter.Add("a4dun_spire_AngelCorpse_Barrel_50", 231194); DictSNOEncounter.Add("a4dun_spire_barrel", 210736); DictSNOEncounter.Add("a4dun_spire_CorruptSlimeGeyser_A", 223308); DictSNOEncounter.Add("a4dun_Spire_FallingRocks", 221875); DictSNOEncounter.Add("A4_GardensOfHope_DeadEndReward", 205845); DictSNOEncounter.Add("A4_Gardens_MorluPacks_Unique", 226363); DictSNOEncounter.Add("A4_HellRifts_DeadEndReward", 210008); DictSNOEncounter.Add("A4_SpireCorrupt_DeadEndReward", 231199); DictSNOEncounter.Add("Bat_Swarm_ConeA_enc", 120967); DictSNOEncounter.Add("Breakable_WaterTower", 63239); DictSNOEncounter.Add("c2_SporeCloud_Promo_04", 397490); DictSNOEncounter.Add("caOut_Border_Cairn_Spawn", 1170); DictSNOEncounter.Add("caOut_Tornado", 19391); DictSNOEncounter.Add("Cave_Spider_B", 198954); DictSNOEncounter.Add("Cave_Spider_C", 219332); DictSNOEncounter.Add("Clicky_a3dun_Bridge_Statue", 155315); DictSNOEncounter.Add("Clicky_a4dun_Corrupt_Shrines", 225184); DictSNOEncounter.Add("Clicky_a4dun_Shrines", 225183); DictSNOEncounter.Add("Clicky_a4dun_Shrines_nobandits", 466845); DictSNOEncounter.Add("Clicky_a4dun_Spire_Angel_Statue_Large", 220407); DictSNOEncounter.Add("Clicky_a4dun_Spire_Angel_Statue_Small", 220406); DictSNOEncounter.Add("Clicky_Adventurer_Corpse", 19399); DictSNOEncounter.Add("Clicky_Altar", 19402); DictSNOEncounter.Add("Clicky_Aqd_Sack", 64269); DictSNOEncounter.Add("Clicky_Barricade", 19403); DictSNOEncounter.Add("Clicky_BoneYards_Collapsing_Bones", 205118); DictSNOEncounter.Add("Clicky_BookcaseShelf_Door", 19405); DictSNOEncounter.Add("Clicky_BookcaseShelf_Door_Reverse", 19406); DictSNOEncounter.Add("Clicky_Books", 19407); DictSNOEncounter.Add("Clicky_Breakable_Painting", 19408); DictSNOEncounter.Add("Clicky_Breakable_Painting_level01", 119830); DictSNOEncounter.Add("clicky_CaldeumRedneckCorpse", 1171); DictSNOEncounter.Add("Clicky_Caldeum_Jars", 117756); DictSNOEncounter.Add("Clicky_Caldeum_Jars_Shadowed", 200481); DictSNOEncounter.Add("Clicky_caOut_Bone_Cairns", 19411); DictSNOEncounter.Add("Clicky_CaOut_Health_Well", 19413); DictSNOEncounter.Add("Clicky_caOut_Rock_Cairns", 19414); DictSNOEncounter.Add("Clicky_Cath_WeaponArmor_Rack", 139025); DictSNOEncounter.Add("Clicky_Cave_Flooded_WaterloggedCorpse", 209629); DictSNOEncounter.Add("Clicky_Chair", 19417); DictSNOEncounter.Add("Clicky_Chandelier_Trap_Switch", 19418); DictSNOEncounter.Add("Clicky_Crypt_Alcove_Of_Rot", 115406); DictSNOEncounter.Add("Clicky_Crypt_Chest", 19420); DictSNOEncounter.Add("Clicky_Crypt_Endless_Spawner", 57894); DictSNOEncounter.Add("Clicky_Crypt_WoodCoffins", 84582); DictSNOEncounter.Add("Clicky_Cult_Y_Guy", 19422); DictSNOEncounter.Add("Clicky_FallenShaman_or_Bishibosh", 226300); DictSNOEncounter.Add("Clicky_FloorSpawner", 19426); DictSNOEncounter.Add("Clicky_FloorSpawner_level01", 119831); DictSNOEncounter.Add("Clicky_Gargoyle", 19427); DictSNOEncounter.Add("Clicky_Gargoyle_Left", 19428); DictSNOEncounter.Add("Clicky_Holy_Water", 19430); DictSNOEncounter.Add("Clicky_Incense_Burner", 19431); DictSNOEncounter.Add("Clicky_Jail_Cart_Breakable_A", 98690); DictSNOEncounter.Add("Clicky_Jail_SittingGuard_A", 98718); DictSNOEncounter.Add("Clicky_Keep_Armor_Rack", 53521); DictSNOEncounter.Add("Clicky_Keep_Barrel_Stack_Short", 53621); DictSNOEncounter.Add("Clicky_Keep_Chest_Lift", 52903); DictSNOEncounter.Add("Clicky_Keep_Crane_Clickable", 55041); DictSNOEncounter.Add("Clicky_Keep_Crate", 55042); DictSNOEncounter.Add("Clicky_Keep_Door_IronGate_A", 54957); DictSNOEncounter.Add("Clicky_Keep_Door_IronGate_A_BREAKABLEONLY", 184924); DictSNOEncounter.Add("Clicky_Keep_FallingGrate", 58930); DictSNOEncounter.Add("Clicky_LeoricLogs", 215323); DictSNOEncounter.Add("Clicky_Leor_Barrel_Water", 99673); DictSNOEncounter.Add("Clicky_Leor_Body_Tumbler", 99618); DictSNOEncounter.Add("Clicky_Leor_Chair_A_01", 102639); DictSNOEncounter.Add("Clicky_Leor_Fake_Door", 111173); DictSNOEncounter.Add("Clicky_Leor_Jail_Door_A", 95624); DictSNOEncounter.Add("Clicky_Leor_Large_Rack", 99637); DictSNOEncounter.Add("Clicky_Leor_Rack_Stand_A_01", 100275); DictSNOEncounter.Add("Clicky_Leor_Table_A_01", 102698); DictSNOEncounter.Add("Clicky_leor_Torture_Table_A_01", 102695); DictSNOEncounter.Add("Clicky_LootType2_Adventurer_Corpse", 187811); DictSNOEncounter.Add("Clicky_LootType2_BastionsKeepGuard_Corpse", 187870); DictSNOEncounter.Add("Clicky_LootType2_BastionsKeepGuard_Frosty_Corpse", 200238); DictSNOEncounter.Add("Clicky_LootType2_Beast_Corpse", 190943); DictSNOEncounter.Add("Clicky_LootType2_Boneyard_BanishedSkeletons", 153761); DictSNOEncounter.Add("Clicky_LootType2_caldeumTortured_Corpse", 188350); DictSNOEncounter.Add("Clicky_LootType2_CaldeumVillager_Male_Corpse", 187976); DictSNOEncounter.Add("Clicky_LootType2_Demon_Corpse", 188874); DictSNOEncounter.Add("Clicky_LootType2_Demon_Corpse_Bridge", 230769); DictSNOEncounter.Add("Clicky_LootType2_Demon_Frosty_Corpse", 200255); DictSNOEncounter.Add("Clicky_LootType2_FesteringSkeleton_Corpse", 188121); DictSNOEncounter.Add("Clicky_LootType2_OldTristram_Guard_Corpse", 188226); DictSNOEncounter.Add("Clicky_LootType2_skeleton_A_Corpse", 188070); DictSNOEncounter.Add("Clicky_LootType2_TristramVillager_Male_Corpse", 187824); DictSNOEncounter.Add("Clicky_LootType3_ArmoredAdventurer_Corpse", 188122); DictSNOEncounter.Add("Clicky_LootType3_IronWolf_Corpse", 187941); DictSNOEncounter.Add("Clicky_LootType3_Mercenary_Corpse", 188113); DictSNOEncounter.Add("Clicky_LootType3_TombRaider_Corpse", 193045); DictSNOEncounter.Add("Clicky_LootType3_TristramGuard_Corpse", 187899); DictSNOEncounter.Add("Clicky_OrbB", 19434); DictSNOEncounter.Add("Clicky_Pew", 19435); DictSNOEncounter.Add("Clicky_PurificationWells", 220935); DictSNOEncounter.Add("Clicky_SandMonster_D", 64056); DictSNOEncounter.Add("Clicky_Shrines", 176071); DictSNOEncounter.Add("Clicky_Shrines_Retro", 455173); DictSNOEncounter.Add("Clicky_Skeleton_Climb_From_Under", 77371); DictSNOEncounter.Add("Clicky_Spawner_Swarm_A", 59226); DictSNOEncounter.Add("Clicky_Spider_Egg_Spawner", 99578); DictSNOEncounter.Add("Clicky_Swr_Arch_Spawner", 19438); DictSNOEncounter.Add("Clicky_Swr_WaterloggedCorpse", 55539); DictSNOEncounter.Add("Clicky_Table", 19439); DictSNOEncounter.Add("Clicky_Torture_Rolling_Wheel", 93464); DictSNOEncounter.Add("Clicky_trDun_Cath_WoodDoor_A", 19440); DictSNOEncounter.Add("Clicky_trDun_Crypt_Gate_C", 19443); DictSNOEncounter.Add("Clicky_Urn", 19448); DictSNOEncounter.Add("Clicky_WallCover_A", 19450); DictSNOEncounter.Add("Clicky_WallCover_B", 19451); DictSNOEncounter.Add("Clicky_Westm_Barrel_Chance", 329302); DictSNOEncounter.Add("Clicky_Westm_Barrel_Or_Crate", 329301); DictSNOEncounter.Add("Clicky_Westm_Barrel_Random", 329298); DictSNOEncounter.Add("Clicky_WWI_Chest", 19454); DictSNOEncounter.Add("Clicky_WWI_Orb", 19455); DictSNOEncounter.Add("Clicky_X1_WestM_Corpse", 309461); DictSNOEncounter.Add("Clicky_x1_Westm_Rack", 292163); DictSNOEncounter.Add("Clicky_Zoltan_Sphere_Inactive", 19456); DictSNOEncounter.Add("Clicky_Zolt_Round_Spawner", 19395); DictSNOEncounter.Add("Clicky_Zolt_Zoltan_Sphere", 19465); DictSNOEncounter.Add("coreEliteDemon_fastFade", 224672); DictSNOEncounter.Add("demonFlyer_A_bomber", 166386); DictSNOEncounter.Add("Doodad_BastionsKeepGuard", 199571); DictSNOEncounter.Add("Doodad_DemonTrooperCorpse", 199573); DictSNOEncounter.Add("Eggsack_Spiderling_A", 171846); DictSNOEncounter.Add("Encounter_Ice_Goatman_Family", 435845); DictSNOEncounter.Add("Event_SkullSpawner_FastMummySpawners", 171506); DictSNOEncounter.Add("FailChance_LootType3_TristramGuard_Corpse_", 220911); DictSNOEncounter.Add("FallenShaman_A_Cosmetic_Unique_01", 451516); DictSNOEncounter.Add("FloorSpawner_Skeletons", 119832); DictSNOEncounter.Add("Goatman_TrapDoors_Fields", 116971); DictSNOEncounter.Add("Goatman_TrapDoors_Highlands", 77705); DictSNOEncounter.Add("Graverobber", 172969); DictSNOEncounter.Add("Hooded_Nightmare_Gateway_Spawner", 136842); DictSNOEncounter.Add("IceCaves_LacuniFemale_C", 206644); DictSNOEncounter.Add("Leoric_Skel_Barrel", 99116); DictSNOEncounter.Add("LootType2_AngelCorpse", 204627); DictSNOEncounter.Add("LS_a3dun_Crater_DemonClawBomb_A_Monster", 470228); DictSNOEncounter.Add("LS_a3_Battlefield_demonic_forge", 468091); DictSNOEncounter.Add("MarkerLocation_RampartsCatapult", 205711); DictSNOEncounter.Add("MarkerLocation_SpecialGoblinRiftSpawn", 429672); DictSNOEncounter.Add("OrbSkeletons", 174706); DictSNOEncounter.Add("OrbTotems", 211141); DictSNOEncounter.Add("p2_caOut_Breakable_Wagon", 415204); DictSNOEncounter.Add("p2_Graverobber_ScoundrelEvent", 388992); DictSNOEncounter.Add("p2_TotallyNotACowLevel_Corpses", 434675); DictSNOEncounter.Add("p2_TreasureGoblinPicker", 409051); DictSNOEncounter.Add("p43_AD_Barrel_Common_Skeleton", 455179); DictSNOEncounter.Add("p43_AD_Barrel_Random", 455187); DictSNOEncounter.Add("p43_AD_Barrel_Random_Blank", 455189); DictSNOEncounter.Add("p43_AD_Spawner_AnvilOfFury", 455052); DictSNOEncounter.Add("p43_DeadCultists", 456985); DictSNOEncounter.Add("p4_Forest_Snow_IceCave_DeadEndReward", 445941); DictSNOEncounter.Add("P4_Ruins_Frost_BarbarianGhosts_Picker", 435965); DictSNOEncounter.Add("p4_Ruins_Frost_SecretRoom_RandomTreasure", 436710); DictSNOEncounter.Add("p4_SetDung_Barb_Might_Elite", 451147); DictSNOEncounter.Add("p4_SetDung_Clicky_Leor_Fake_Door", 445586); DictSNOEncounter.Add("p4_SetDung_Clicky_WallCover_A", 450099); DictSNOEncounter.Add("p4_SetDung_Triune_Beserker", 447143); DictSNOEncounter.Add("p4_SetDung_Wiz_Rasha_Clicky_Leor_Fake_Door", 444558); DictSNOEncounter.Add("p4_SetDung_Wiz_Rasha_Worm", 450456); DictSNOEncounter.Add("p6_Church_ZombieNest_ChestTrap", 466042); DictSNOEncounter.Add("p6_Church_ZombieNest_liedown_ChestTrap", 466445); DictSNOEncounter.Add("p6_Church_ZombieNest_Wall_ChestTrap", 466049); DictSNOEncounter.Add("px_bountytest_eviltemplarspawners", 430713); DictSNOEncounter.Add("px_Highlands_Camp_ResurgentCult", 432291); DictSNOEncounter.Add("px_SpiderCaves_Camp_Cocoon_MysterySpawner", 432777); DictSNOEncounter.Add("px_SpiderCaves_Camp_Cocoon_RareSpawner", 435182); DictSNOEncounter.Add("px_StingingWinds_Camp_CultistEncounter", 433059); DictSNOEncounter.Add("RatSwarm_burrower_ConeA_enc", 107919); DictSNOEncounter.Add("RatSwarm_CircleA_enc", 89480); DictSNOEncounter.Add("RatSwarm_ConeA_enc", 94862); DictSNOEncounter.Add("RatSwarm_LineA_Burrower_enc", 89421); DictSNOEncounter.Add("RatSwarm_LineA_enc", 94930); DictSNOEncounter.Add("RatSwarm_RadialA_enc", 95238); DictSNOEncounter.Add("RatSwarm_WallA_enc", 94854); DictSNOEncounter.Add("ravenFlock_A", 122581); DictSNOEncounter.Add("ravenFlock_B", 123234); DictSNOEncounter.Add("ravenFlock_C_Perched", 123238); DictSNOEncounter.Add("SkeletonBonePile", 220912); DictSNOEncounter.Add("Spawner_Forest_Coast_Crab", 437208); DictSNOEncounter.Add("Spawner_Skeleton_A_Coffin", 214624); DictSNOEncounter.Add("sunBleachedCorpse_A_01_MummyEvent", 219204); DictSNOEncounter.Add("TentacleBear_C_Unique_01", 374830); DictSNOEncounter.Add("TentacleHorse_Fat_Unique_B", 374829); DictSNOEncounter.Add("trDun_Cath_ChandelierTraps", 154318); DictSNOEncounter.Add("trdun_skel_barrel", 81430); DictSNOEncounter.Add("trDun_Wall_Colapse_V1", 19501); DictSNOEncounter.Add("trdun_zombie_barrel", 93363); DictSNOEncounter.Add("TreasureGoblinPicker", 165955); DictSNOEncounter.Add("trOUT_chest_encounter", 366029); DictSNOEncounter.Add("trOUT_chest_zombieambush", 362398); DictSNOEncounter.Add("trOUT_Fields_WoodWraith_A", 102415); DictSNOEncounter.Add("trOut_Fields_WoodWraith_A_01_pose", 141743); DictSNOEncounter.Add("trOut_Fields_WoodWraith_A_02_pose", 141746); DictSNOEncounter.Add("trOut_Fields_WoodWraith_A_03_pose", 141748); DictSNOEncounter.Add("trOut_Fields_WoodWraith_B_01_pose", 175010); DictSNOEncounter.Add("trOut_Fields_WoodWraith_B_02_pose", 175011); DictSNOEncounter.Add("trOut_Fields_WoodWraith_B_03_pose", 175013); DictSNOEncounter.Add("trOUT_FleshPitFliers_B", 95324); DictSNOEncounter.Add("trOut_Highlands_Withermoth_A_Hidden", 99601); DictSNOEncounter.Add("trOut_OldTristram_Cellar_2_RareMonster", 230330); DictSNOEncounter.Add("trOUT_Withermoth_A_33", 80743); DictSNOEncounter.Add("trOUT_WoodWraith_B_60", 77766); DictSNOEncounter.Add("trOUT_ZombiesB_BurialGround", 73615); DictSNOEncounter.Add("Wilderness_Coffin_Spawner", 106652); DictSNOEncounter.Add("X1_a4dun_spire_AngelCorpse_Barrel_LootRuns", 348300); DictSNOEncounter.Add("x1_abattoir_encounter_bones", 333442); DictSNOEncounter.Add("x1_abattoir_encounter_bones_adv", 334963); DictSNOEncounter.Add("x1_abattoir_encounter_corpses", 333480); DictSNOEncounter.Add("x1_abattoir_W_01 (DeadEndDoorAmbush) Uniques", 369502); DictSNOEncounter.Add("X1_armorScavenger_Unique_C", 374822); DictSNOEncounter.Add("x1_bogPeople_trapDoors", 250869); DictSNOEncounter.Add("X1_Bog_corpses", 361626); DictSNOEncounter.Add("x1_bog_DeadEndReward", 238953); DictSNOEncounter.Add("x1_bog_encounter_buriedTreasure", 331675); DictSNOEncounter.Add("x1_bog_encounter_rack", 331818); DictSNOEncounter.Add("x1_bog_encounter_rocks", 331973); DictSNOEncounter.Add("x1_Bog_Racks", 292361); DictSNOEncounter.Add("x1_Catacombs_Door_Hazard", 263927); DictSNOEncounter.Add("x1_Clicky_LootType2_WestmarchGuard_Corpse", 317460); DictSNOEncounter.Add("x1_Clicky_LR_Shrines", 330700); DictSNOEncounter.Add("x1_Clicky_LR_Shrines_TieredRift", 386415); DictSNOEncounter.Add("x1_DeathMaiden_Unique_D", 369616); DictSNOEncounter.Add("x1_Event_SpeedKill_Fallen_C_Encounter", 370040); DictSNOEncounter.Add("x1_Event_SpeedKill_GhostHumansA_Encounter", 365563); DictSNOEncounter.Add("x1_Event_SpeedKill_GoatmanA_Encounter", 364643); DictSNOEncounter.Add("x1_Event_SpeedKill_Goatmutant_B_Encounter", 370041); DictSNOEncounter.Add("x1_Event_SpeedKill_Lacuni_B_Encounter", 369877); DictSNOEncounter.Add("x1_Event_SpeedKill_SkeletonsA_Encounter", 364639); DictSNOEncounter.Add("x1_Event_SpeedKill_Skeleton_E_Encounter", 370057); DictSNOEncounter.Add("x1_Event_SpeedKill_Snakeman_A", 369846); DictSNOEncounter.Add("x1_Event_SpeedKill_TentacleBears_Encounter", 370669); DictSNOEncounter.Add("x1_Event_SpeedKill_x1_BogFamily_A_Encounter", 370438); DictSNOEncounter.Add("x1_Event_SpeedKill_x1_portalGuardianMinion_A_Encounter", 370493); DictSNOEncounter.Add("x1_Event_SpeedKill_x1_Skeleton_Ghost_A_Encounter", 370432); DictSNOEncounter.Add("x1_Event_SpeedKill_x1_Tentacle_A_Encounter", 370566); DictSNOEncounter.Add("x1_Event_SpeedKill_ZombieB_Encounter", 365539); DictSNOEncounter.Add("X1_Fast_RandomZombie(noFemale)", 356800); DictSNOEncounter.Add("X1_Fast_RandomZombie", 340078); DictSNOEncounter.Add("X1_Fast_Zombie_Unique_A", 374805); DictSNOEncounter.Add("x1_FloaterAngel_Unique_06", 369618); DictSNOEncounter.Add("X1_fortress_randomclicky", 333069); DictSNOEncounter.Add("X1_fortress_randomLoot", 360353); DictSNOEncounter.Add("x1_Fortress_Ring_Hazard", 346678); DictSNOEncounter.Add("x1_Ghost_Dark_Unique_D", 369617); DictSNOEncounter.Add("X1_Graveyard_Corpse_Chance", 336594); DictSNOEncounter.Add("X1_Graveyard_CrateLong_Chance", 335239); DictSNOEncounter.Add("x1_HexMaze_PortalMinion_Melee_Spawner_A_DropDown_5", 348549); DictSNOEncounter.Add("X1_Hexmaze_Rockling_Ledge_Spawners", 348711); DictSNOEncounter.Add("X1_LeoricDeserters", 369119); DictSNOEncounter.Add("X1_LeoricDeserters_Corpses", 369122); DictSNOEncounter.Add("X1_LeoricDeserters_Ghosts", 369121); DictSNOEncounter.Add("X1_LR_Boss_All", 349433); DictSNOEncounter.Add("X1_LR_Boss_Blizzcon2017", 478440); DictSNOEncounter.Add("X1_LR_Boss_CowKing", 370797); DictSNOEncounter.Add("X1_LR_Boss_Prototype", 429680); DictSNOEncounter.Add("X1_LR_Boss_X1TMU_JMosq", 380151); DictSNOEncounter.Add("x1_MoleMutant_Melee_Unique_C", 374814); DictSNOEncounter.Add("x1_moleMutant_Ranged_Unique_C", 374816); DictSNOEncounter.Add("x1_MoleMutant_Shaman_Unique_C", 374818); DictSNOEncounter.Add("x1_Monstrosity_ScorpionBug_Unique_A", 374815); DictSNOEncounter.Add("x1_neph_cat_DeadEndReward", 261133); DictSNOEncounter.Add("X1_Orb_Alley_Zombie_Crawler", 340552); DictSNOEncounter.Add("x1_P4_Forest_Coast_Cave_DeadEndReward", 445949); DictSNOEncounter.Add("X1_PandExt_PortalMonster", 360666); DictSNOEncounter.Add("X1_PandExt_PortalMonster_Bloone", 374780); DictSNOEncounter.Add("X1_PandExt_PortalMonster_Borgoth", 374781); DictSNOEncounter.Add("X1_PandExt_PortalMonster_Grotescor", 374782); DictSNOEncounter.Add("X1_PandExt_PortalMonster_Haziael", 374783); DictSNOEncounter.Add("X1_PandExt_PortalMonster_Magrethar", 374784); DictSNOEncounter.Add("X1_PandExt_PortalMonster_Severag", 374785); DictSNOEncounter.Add("X1_Pand_Ext_Ordnance_Tower_Shock_A", 361618); DictSNOEncounter.Add("X1_Pand_HexMaze_EN_Sister1", 302611); DictSNOEncounter.Add("X1_Pand_HexMaze_EN_Sister2", 302616); DictSNOEncounter.Add("X1_Pand_HexMaze_EN_Sister3", 302619); DictSNOEncounter.Add("x1_Pand_HexMaze_Hive_A", 349316); DictSNOEncounter.Add("X1_Pand_HexMaze_PortalChampSummon", 348085); DictSNOEncounter.Add("x1_Shield_Skeleton_Westmarch_Unique_B", 374809); DictSNOEncounter.Add("x1_Skeleton_Westmarch_CorpseSpawn_01_ground", 316668); DictSNOEncounter.Add("x1_Skeleton_Westmarch_CorpseSpawn_01_ground03", 316670); DictSNOEncounter.Add("x1_Skeleton_Westmarch_CorpseSpawn_01_ground06", 316672); DictSNOEncounter.Add("x1_Skeleton_Westmarch_CorpseSpawn_01_ground09", 316683); DictSNOEncounter.Add("x1_Skeleton_Westmarch_CorpseSpawn_01_ground10", 316686); DictSNOEncounter.Add("x1_Skeleton_Westmarch_CorpseSpawn_01_neckstab", 316674); DictSNOEncounter.Add("x1_Skeleton_Westmarch_CorpseSpawn_01_sitagainstwall", 316669); DictSNOEncounter.Add("x1_sniperAngel_Unique_C", 374824); DictSNOEncounter.Add("X1_Spawner_Fast_Zombie_Random", 373265); DictSNOEncounter.Add("x1_Spawner_WestmarchGuard_Corpse", 321905); DictSNOEncounter.Add("x1_Squigglet_Unique_D", 374821); DictSNOEncounter.Add("X1_Tentacle_Horses", 374828); DictSNOEncounter.Add("X1_Tentacle_Minis", 374827); DictSNOEncounter.Add("x1_westmarchBrute_C_Unique_01", 374823); DictSNOEncounter.Add("x1_westmarchBrute_Unique_C", 369620); DictSNOEncounter.Add("x1_westmarchHound_Leader_Unique_B", 374808); DictSNOEncounter.Add("x1_westmarchHound_Unique_B", 369619); DictSNOEncounter.Add("x1_westmarchRanged_Unique_F", 374806); DictSNOEncounter.Add("x1_westmarch_RatSwarm_burrower_ConeA_enc", 301446); DictSNOEncounter.Add("x1_westmarch_RatSwarm_ConeA_enc", 301448); DictSNOEncounter.Add("x1_westmarch_RatSwarm_LineA_enc", 301450); DictSNOEncounter.Add("x1_westmarch_RatSwarm_RadialA_enc", 301451); DictSNOEncounter.Add("x1_westmarch_RatSwarm_WallA_enc", 301452); DictSNOEncounter.Add("X1_WestmHub_Guard_Convert", 347260); DictSNOEncounter.Add("X1_WestmHub_Guard_Convert_Malthael", 347261); DictSNOEncounter.Add("x1_westm_DeadEndReward", 328082); DictSNOEncounter.Add("X1_WestM_GuardCorpse_SkeletonSpawn", 330623); DictSNOEncounter.Add("X1_westm_skeleton_monster_A", 328201); DictSNOEncounter.Add("x1_westm_Soul_Summoner", 301946); DictSNOEncounter.Add("X1_Westm_Spawner_Window_Protoype_Double_A", 269995); DictSNOEncounter.Add("X1_Westm_Spawner_Window_Protoype_Large", 269994); DictSNOEncounter.Add("X1_Westm_Statue_L", 253944); DictSNOEncounter.Add("X1_Westm_Statue_M", 253943); DictSNOEncounter.Add("X1_Westm_Statue_S", 253945); DictSNOEncounter.Add("X1_westm_zombie", 342242); DictSNOEncounter.Add("X1_ZPVP_POWERUPS", 378943); DictSNOEncounter.Add("X2_A2_IronWolf_RandomElement", 432321); DictSNOEncounter.Add("ZombieSkinnyCorpse", 220918); DictSNOEncounter.Add("ZombieSpawner_PushingDaises", 176554); #endregion return DictSNOEncounter; } public static Dictionary LoadGameBalance() { Dictionary DictSNOGameBalance = new Dictionary(); #region GameBalance DictSNOGameBalance.Add("1xx_AffixList", 306532); DictSNOGameBalance.Add("AffixList", 19737); DictSNOGameBalance.Add("Characters", 19740); DictSNOGameBalance.Add("CurrencyConversions", 453959); DictSNOGameBalance.Add("ExperienceTable", 19741); DictSNOGameBalance.Add("ExperienceTableAlt", 252616); DictSNOGameBalance.Add("ExperienceTablePvP", 19742); DictSNOGameBalance.Add("HandicapLevels", 256027); DictSNOGameBalance.Add("Hirelings", 19744); DictSNOGameBalance.Add("Inventory", 19745); DictSNOGameBalance.Add("Inventory_PvP", 19746); DictSNOGameBalance.Add("ItemRequiredLevels", 256158); DictSNOGameBalance.Add("ItemSalvageLevels", 361430); DictSNOGameBalance.Add("Items_Armor", 19750); DictSNOGameBalance.Add("Items_Legendary", 170627); DictSNOGameBalance.Add("Items_Legendary_Other", 1189); DictSNOGameBalance.Add("Items_Legendary_Weapons", 19752); DictSNOGameBalance.Add("Items_Other", 19753); DictSNOGameBalance.Add("Items_PagesOfFate", 245193); DictSNOGameBalance.Add("Items_Quests", 130867); DictSNOGameBalance.Add("Items_Quests_Beta", 197880); DictSNOGameBalance.Add("Items_RandomPlaceholder", 361240); DictSNOGameBalance.Add("Items_Weapons", 19754); DictSNOGameBalance.Add("ItemTypes", 19755); DictSNOGameBalance.Add("Item_ArtTest", 402453); DictSNOGameBalance.Add("LabelsGlobal", 19757); DictSNOGameBalance.Add("MonsterAffixes", 19759); DictSNOGameBalance.Add("MonsterLevels", 19760); DictSNOGameBalance.Add("MonsterNames", 19761); DictSNOGameBalance.Add("ParagonBonuses", 286748); DictSNOGameBalance.Add("PowerFormulaTables", 153762); DictSNOGameBalance.Add("RareNames", 19765); DictSNOGameBalance.Add("RecipesBlacksmith", 190073); DictSNOGameBalance.Add("RecipesJeweler", 190074); DictSNOGameBalance.Add("RecipesMystic", 190075); DictSNOGameBalance.Add("SetItemBonuses", 123048); DictSNOGameBalance.Add("SocketedEffects", 19766); DictSNOGameBalance.Add("TransmuteRecipes", 429023); DictSNOGameBalance.Add("x1_AffixList", 302484); DictSNOGameBalance.Add("x1_EnchantItemAffixUseCountCostScalars", 346698); DictSNOGameBalance.Add("x1_LegacyItemConversions", 342632); DictSNOGameBalance.Add("x1_TieredLootRunLevels", 380479); #endregion return DictSNOGameBalance; } public static Dictionary LoadMarkerSet() { Dictionary DictSNOMarkerSet = new Dictionary(); #region MarkerSet DictSNOMarkerSet.Add("1000MonsterFight_E01_S02 (Encounters)", 168005); DictSNOMarkerSet.Add("1000MonsterFight_E01_S02 (Environment)", 119990); DictSNOMarkerSet.Add("1000MonsterFight_E01_S02 (Foliage)", 119986); DictSNOMarkerSet.Add("1000MonsterFight_E01_S02 (Lighting)", 119997); DictSNOMarkerSet.Add("1000MonsterFight_E01_S02 (Loot)", 119998); DictSNOMarkerSet.Add("1000MonsterFight_E01_S02", 119979); DictSNOMarkerSet.Add("1000MonsterFight_E02_S01 (Encounters)", 122411); DictSNOMarkerSet.Add("1000MonsterFight_E02_S01 (Environment)", 119984); DictSNOMarkerSet.Add("1000MonsterFight_E02_S01 (Foliage)", 119989); DictSNOMarkerSet.Add("1000MonsterFight_E02_S01 (Lighting)", 119991); DictSNOMarkerSet.Add("1000MonsterFight_E02_S01 (Loot)", 119992); DictSNOMarkerSet.Add("1000MonsterFight_E02_S01", 119985); DictSNOMarkerSet.Add("1000MonsterFight_E02_S02 (Audio)", 231052); DictSNOMarkerSet.Add("1000MonsterFight_E02_S02 (Encounters)", 122407); DictSNOMarkerSet.Add("1000MonsterFight_E02_S02 (Environment)", 119982); DictSNOMarkerSet.Add("1000MonsterFight_E02_S02 (Foliage)", 119980); DictSNOMarkerSet.Add("1000MonsterFight_E02_S02 (Lighting)", 120000); DictSNOMarkerSet.Add("1000MonsterFight_E02_S02 (Loot)", 120001); DictSNOMarkerSet.Add("1000MonsterFight_E02_S02 (Particles)", 173205); DictSNOMarkerSet.Add("1000MonsterFight_E02_S02", 119983); DictSNOMarkerSet.Add("1000MonsterFight_E02_S03 (Environment)", 178233); DictSNOMarkerSet.Add("1000MonsterFight_E02_S03 (Foliage)", 178232); DictSNOMarkerSet.Add("1000MonsterFight_E02_S03 (Lighting)", 178240); DictSNOMarkerSet.Add("1000MonsterFight_E02_S03 (Loot)", 178241); DictSNOMarkerSet.Add("1000MonsterFight_E02_S03", 178236); DictSNOMarkerSet.Add("1000MonsterFight_E03_S01 (Environment)", 185335); DictSNOMarkerSet.Add("1000MonsterFight_E03_S01 (Foliage)", 185334); DictSNOMarkerSet.Add("1000MonsterFight_E03_S01 (Lighting)", 185337); DictSNOMarkerSet.Add("1000MonsterFight_E03_S01 (Loot)", 185338); DictSNOMarkerSet.Add("1000MonsterFight_E03_S01", 185336); DictSNOMarkerSet.Add("1000MonsterFight_E03_S02 (Audio)", 231051); DictSNOMarkerSet.Add("1000MonsterFight_E03_S02 (Encounters)", 169520); DictSNOMarkerSet.Add("1000MonsterFight_E03_S02 (Lighting)", 169401); DictSNOMarkerSet.Add("1000MonsterFight_E03_S02 (Loot)", 169402); DictSNOMarkerSet.Add("1000MonsterFight_E03_S02 (Open World)", 375035); DictSNOMarkerSet.Add("1000MonsterFight_E03_S02 (Set Dungeons)", 447249); DictSNOMarkerSet.Add("1000MonsterFight_E03_S02", 169400); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S01 (Environment)", 184254); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S01 (Foliage)", 184253); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S01 (Lighting)", 184261); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S01 (Loot)", 184262); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S01", 184257); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S02 (Environment)", 184159); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S02 (Foliage)", 184158); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S02 (Lighting)", 184161); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S02 (Loot)", 184162); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E01_S02", 184160); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S01 (Environment)", 184071); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S01 (Foliage)", 184070); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S01 (Lighting)", 184072); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S01 (Loot)", 184073); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S01", 184069); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S02 (Environment)", 184101); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S02 (Foliage)", 184100); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S02 (Lighting)", 184103); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S02 (Loot)", 184104); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S02 (Particles)", 196425); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E02_S02", 184102); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S01 (Encounters)", 182946); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S01 (Environment)", 182927); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S01 (Foliage)", 182928); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S01 (Lighting)", 182941); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S01 (Loot)", 182942); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S01 (Particles)", 184265); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S01", 182932); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S02 (Audio)", 229523); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S02 (Encounters)", 186102); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S02 (Environment)", 182933); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S02 (Foliage)", 182926); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S02 (Lighting)", 182935); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S02 (Loot)", 182936); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S02 (Particles)", 184268); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E03_S02", 182934); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E04_S02 (Audio)", 222776); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E04_S02 (Encounters)", 182947); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E04_S02 (Environment)", 182930); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E04_S02 (Foliage)", 182929); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E04_S02 (Lighting)", 182938); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E04_S02 (Loot)", 182939); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E04_S02 (Particles)", 182948); DictSNOMarkerSet.Add("1000MonsterFight_Entrance_E04_S02", 182931); DictSNOMarkerSet.Add("43_AD_Cultist_01", 454447); DictSNOMarkerSet.Add("43_AD_Cultist_02", 454449); DictSNOMarkerSet.Add("43_AD_Cultist_03", 454451); DictSNOMarkerSet.Add("43_AD_Cultist_04", 454453); DictSNOMarkerSet.Add("43_AD_Cultist_05", 454455); DictSNOMarkerSet.Add("43_AD_Cultist_06", 454457); DictSNOMarkerSet.Add("43_AD_Cultist_07", 454459); DictSNOMarkerSet.Add("A1C1LostAdventurersLeader", 20459); DictSNOMarkerSet.Add("a1dun_Leor_01_Filler", 20492); DictSNOMarkerSet.Add("a1dun_Leor_EW_01 (Gore)", 108011); DictSNOMarkerSet.Add("a1dun_Leor_EW_01 (Lighting)", 456172); DictSNOMarkerSet.Add("a1dun_Leor_EW_01 (Loot)", 92296); DictSNOMarkerSet.Add("a1dun_Leor_EW_01 (Transition)", 456324); DictSNOMarkerSet.Add("a1dun_Leor_EW_01", 1228); DictSNOMarkerSet.Add("a1dun_Leor_EW_01b (Lighting)", 462726); DictSNOMarkerSet.Add("a1dun_Leor_EW_01b (Transition)", 462727); DictSNOMarkerSet.Add("a1dun_Leor_EW_01_BellowsRoom (CursedChest_Deathfire)", 365149); DictSNOMarkerSet.Add("a1dun_Leor_EW_01_BellowsRoom (Encounters)", 87987); DictSNOMarkerSet.Add("a1dun_Leor_EW_01_BellowsRoom (Gore)", 108187); DictSNOMarkerSet.Add("a1dun_Leor_EW_01_BellowsRoom (Jeweler)", 158279); DictSNOMarkerSet.Add("a1dun_Leor_EW_01_BellowsRoom (Loot)", 93878); DictSNOMarkerSet.Add("a1dun_Leor_EW_01_BellowsRoom", 52705); DictSNOMarkerSet.Add("a1dun_Leor_EW_01_BellowsRoom_Chains", 111298); DictSNOMarkerSet.Add("a1dun_Leor_EW_01_Chains", 108437); DictSNOMarkerSet.Add("a1dun_Leor_EW_02 (Encounters)", 62438); DictSNOMarkerSet.Add("a1dun_Leor_EW_02 (Gore)", 108188); DictSNOMarkerSet.Add("a1dun_Leor_EW_02 (Jeweler)", 170915); DictSNOMarkerSet.Add("a1dun_Leor_EW_02 (Loot)", 92281); DictSNOMarkerSet.Add("a1dun_Leor_EW_02 (Spawners Level 1)", 93925); DictSNOMarkerSet.Add("a1dun_Leor_EW_02", 20493); DictSNOMarkerSet.Add("a1dun_Leor_E_Dead_End_01 (Encounters)", 62416); DictSNOMarkerSet.Add("a1dun_Leor_E_Dead_End_01 (Jeweler)", 170916); DictSNOMarkerSet.Add("a1dun_Leor_E_Dead_End_01 (Loot)", 92313); DictSNOMarkerSet.Add("a1dun_Leor_E_Dead_End_01", 20495); DictSNOMarkerSet.Add("a1dun_Leor_E_Dead_End_01_Chains", 108391); DictSNOMarkerSet.Add("a1dun_Leor_E_DungeonStone_Exit_01 (Encounters)", 184408); DictSNOMarkerSet.Add("a1dun_Leor_E_DungeonStone_Exit_01 (Loot)", 184407); DictSNOMarkerSet.Add("a1dun_Leor_E_Entrance_01 (Encounters)", 20496); DictSNOMarkerSet.Add("a1dun_Leor_E_Entrance_01 (Jeweler)", 158177); DictSNOMarkerSet.Add("a1dun_Leor_E_Entrance_01 (Loot)", 93675); DictSNOMarkerSet.Add("a1dun_Leor_E_Entrance_01", 20497); DictSNOMarkerSet.Add("a1dun_Leor_E_Entrance_01_Chains", 108401); DictSNOMarkerSet.Add("a1dun_Leor_E_Entrance_01_Estate (Encounters)", 451092); DictSNOMarkerSet.Add("a1dun_leor_E_Exit_01 (Encounters)", 20498); DictSNOMarkerSet.Add("a1dun_leor_E_Exit_01 (level01_only)", 230933); DictSNOMarkerSet.Add("a1dun_leor_E_Exit_01 (level03_Only)", 62772); DictSNOMarkerSet.Add("a1dun_leor_E_Exit_01 (Loot)", 92298); DictSNOMarkerSet.Add("a1dun_leor_E_Exit_01", 20499); DictSNOMarkerSet.Add("a1dun_leor_E_Exit_01_Chains", 108419); DictSNOMarkerSet.Add("a1dun_Leor_Jail_E_01 (JailSetUpA)", 103223); DictSNOMarkerSet.Add("a1dun_Leor_Jail_E_01 (Lighting)", 91396); DictSNOMarkerSet.Add("a1dun_Leor_Jail_E_01 (Loot)", 100203); DictSNOMarkerSet.Add("a1dun_Leor_Jail_E_01 (Swarm)", 97216); DictSNOMarkerSet.Add("a1dun_Leor_Jail_E_01", 91395); DictSNOMarkerSet.Add("a1dun_Leor_Jail_E_01_Skeletons", 107528); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_01 (Audio)", 229230); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_01 (Lighting)", 91310); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_01", 91309); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_Exit_01 (Lighting)", 97157); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_Exit_01", 97156); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_Exit_01_Chains", 108836); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_NE_01 (Lighting)", 99173); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_NE_01 (PvP Starts)", 258851); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_NE_01", 99172); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_NW_01 (Lighting)", 99177); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_NW_01", 99176); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_SE_01 (Encounters)", 366099); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_SE_01 (Lighting)", 99181); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_SE_01 (ScoundrelJailEvent)", 366100); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_SE_01", 99180); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_SW_01 (Lighting)", 99185); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_SW_01 (PvP Starts)", 258852); DictSNOMarkerSet.Add("a1dun_Leor_Jail_Filler_SW_01", 99184); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NE_01 (Encounters)", 95627); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NE_01 (Lighting)", 91380); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NE_01 (Loot)", 424541); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NE_01", 91379); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NE_01_Skeletons", 106068); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_01 (Encounters)", 91466); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_01 (JailSetUpA)", 103224); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_01 (Lighting)", 91434); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_01 (Loot)", 100202); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_01 (Special Markers)", 91467); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_01 (Swarm)", 97341); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_01", 91433); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_01_Skeletons", 104579); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_02 (Encounters)", 91985); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_02 (JailSetUpA)", 104554); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_02 (Lighting)", 91981); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_02 (Loot)", 353315); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_02 (Swarm)", 97325); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_02", 91980); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_02_Skeletons", 105499); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_03 (Encounters)", 94179); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_03 (GhoulsClimbing)", 104730); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_03 (Lighting)", 92334); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_03 (Loot)", 100200); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_03", 92333); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_03_Chains", 108085); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_03_Markers", 98104); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_04 (Encounters)", 95629); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_04 (JailSetUpA)", 103222); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_04 (Lighting)", 93449); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_04 (Loot)", 99118); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_04 (Swarm)", 97319); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_04", 93448); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_04_Skeletons", 105498); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_05 (Encounters)", 95670); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_05 (JailSetUpA)", 103228); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_05 (Lighting)", 93834); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_05 (Loot)", 100201); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_05 (Swarm)", 97327); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NSEW_05", 93833); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NW_01 (Lighting)", 91376); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NW_01 (Loot)", 424540); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NW_01 (ScoundrelJailEvent)", 366097); DictSNOMarkerSet.Add("a1dun_Leor_Jail_NW_01", 91375); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_01 (Encounters)", 98710); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_01 (Lighting)", 91392); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_01", 91391); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_Dungeonstone_Exit_01 (Exit)", 354873); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_Exit_01 (Audio)", 229241); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_Exit_01 (Encounters)", 95626); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_Exit_01 (Lighting)", 95361); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_Exit_01 (Loot)", 100204); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_Exit_01", 95360); DictSNOMarkerSet.Add("a1dun_Leor_Jail_N_Exit_01_Chains", 108797); DictSNOMarkerSet.Add("a1dun_Leor_Jail_SE_01 (Encounters)", 91496); DictSNOMarkerSet.Add("a1dun_Leor_Jail_SE_01 (GhoulsClimbing)", 104729); DictSNOMarkerSet.Add("a1dun_Leor_Jail_SE_01 (Lighting)", 91321); DictSNOMarkerSet.Add("a1dun_Leor_Jail_SE_01 (Loot)", 424542); DictSNOMarkerSet.Add("a1dun_Leor_Jail_SE_01", 91320); DictSNOMarkerSet.Add("a1dun_Leor_Jail_SW_01 (Encounters)", 98715); DictSNOMarkerSet.Add("a1dun_Leor_Jail_SW_01 (Lighting)", 91372); DictSNOMarkerSet.Add("a1dun_Leor_Jail_SW_01 (Loot)", 424543); DictSNOMarkerSet.Add("a1dun_Leor_Jail_SW_01", 91371); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_01 (Encounters)", 113951); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_01 (Lighting)", 91388); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_01 (Special Markers)", 91987); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_01", 91387); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_Entrance_01 (Encounters)", 94188); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_Entrance_01 (JailSetUpA)", 103219); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_Entrance_01 (Lighting)", 93288); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_Entrance_01 (Loot)", 99114); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_Entrance_01 (ScoundrelLighting)", 354808); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_Entrance_01 (Swarm)", 96931); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_Entrance_01", 93287); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_Entrance_01_Chains", 108774); DictSNOMarkerSet.Add("a1dun_Leor_Jail_S_Entrance_01_Skeletons", 107329); DictSNOMarkerSet.Add("a1dun_Leor_Jail_W_01 (Encounters)", 98708); DictSNOMarkerSet.Add("a1dun_Leor_Jail_W_01 (Lighting)", 91384); DictSNOMarkerSet.Add("a1dun_Leor_Jail_W_01", 91383); DictSNOMarkerSet.Add("a1dun_Leor_NEW_01 (Encounters)", 62429); DictSNOMarkerSet.Add("a1dun_Leor_NEW_01 (Loot)", 92291); DictSNOMarkerSet.Add("a1dun_Leor_NEW_01", 20500); DictSNOMarkerSet.Add("a1dun_Leor_NEW_01_Chains", 108837); DictSNOMarkerSet.Add("a1dun_Leor_NEW_02 (Encounters)", 62437); DictSNOMarkerSet.Add("a1dun_Leor_NEW_02 (Loot)", 92282); DictSNOMarkerSet.Add("a1dun_Leor_NEW_02 (Spawners Level 1)", 94009); DictSNOMarkerSet.Add("a1dun_Leor_NEW_02", 20501); DictSNOMarkerSet.Add("a1dun_Leor_NEW_02_Chains", 108848); DictSNOMarkerSet.Add("A1dun_Leor_NE_01 (Encounters)", 62442); DictSNOMarkerSet.Add("A1dun_Leor_NE_01 (Event)", 106124); DictSNOMarkerSet.Add("A1dun_Leor_NE_01 (Gore)", 111255); DictSNOMarkerSet.Add("A1dun_Leor_NE_01 (Loot)", 92310); DictSNOMarkerSet.Add("A1dun_Leor_NE_01 (Spawners Level 1)", 94012); DictSNOMarkerSet.Add("A1dun_Leor_NE_01", 20502); DictSNOMarkerSet.Add("A1dun_Leor_NE_01_Chains", 109277); DictSNOMarkerSet.Add("a1dun_Leor_NE_02 (Encounters)", 62424); DictSNOMarkerSet.Add("a1dun_Leor_NE_02 (Loot)", 92299); DictSNOMarkerSet.Add("a1dun_Leor_NE_02", 20503); DictSNOMarkerSet.Add("a1dun_Leor_NE_02_Chains", 108796); DictSNOMarkerSet.Add("a1dun_Leor_NE_03 (Chains)", 185137); DictSNOMarkerSet.Add("a1dun_Leor_NE_03 (Encounters)", 185141); DictSNOMarkerSet.Add("a1dun_Leor_NE_03 (Gore)", 185139); DictSNOMarkerSet.Add("a1dun_Leor_NE_03 (Lighting)", 183303); DictSNOMarkerSet.Add("a1dun_Leor_NE_03 (Loot)", 183304); DictSNOMarkerSet.Add("a1dun_Leor_NE_03 (Spawners Level 1)", 185138); DictSNOMarkerSet.Add("a1dun_Leor_NE_03", 183302); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_01 (Encounters)", 62423); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_01 (Gore)", 111325); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_01 (Loot)", 92300); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_01 (Spawners Level 1)", 94015); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_01", 20504); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_01_Chains", 109120); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_02 (Encounters)", 62430); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_02 (Loot)", 92290); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_02 (Spawners Level 1)", 94016); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_02", 20505); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_03 (Encounters)", 62421); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_03 (Loot)", 93876); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_03 (p43_Diablo)", 454171); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_03 (Spawners Level 1)", 94021); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_03", 52706); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_03_Chains", 109130); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_03_Diablo (Encounters)", 454177); DictSNOMarkerSet.Add("a1dun_Leor_NSEW_03_Diablo", 454178); DictSNOMarkerSet.Add("a1dun_Leor_NSE_01 (Encounters)", 62417); DictSNOMarkerSet.Add("a1dun_Leor_NSE_01 (Gore)", 111280); DictSNOMarkerSet.Add("a1dun_Leor_NSE_01 (Loot)", 92315); DictSNOMarkerSet.Add("a1dun_Leor_NSE_01 (Spawners Level 1)", 94014); DictSNOMarkerSet.Add("a1dun_Leor_NSE_01", 20506); DictSNOMarkerSet.Add("a1dun_Leor_NSE_01_Chains", 108968); DictSNOMarkerSet.Add("a1dun_Leor_NSE_02 (Encounters)", 62441); DictSNOMarkerSet.Add("a1dun_Leor_NSE_02 (Loot)", 92308); DictSNOMarkerSet.Add("a1dun_Leor_NSE_02", 20507); DictSNOMarkerSet.Add("a1dun_Leor_NSE_02_Chains", 109089); DictSNOMarkerSet.Add("a1dun_Leor_NSW_01 (Audio)", 95289); DictSNOMarkerSet.Add("a1dun_Leor_NSW_01 (Encounters)", 62435); DictSNOMarkerSet.Add("a1dun_Leor_NSW_01 (Gore)", 112322); DictSNOMarkerSet.Add("a1dun_Leor_NSW_01 (Loot)", 92283); DictSNOMarkerSet.Add("a1dun_Leor_NSW_01", 20508); DictSNOMarkerSet.Add("a1dun_Leor_NSW_02 (Encounters)", 62410); DictSNOMarkerSet.Add("a1dun_Leor_NSW_02 (Gore)", 111400); DictSNOMarkerSet.Add("a1dun_Leor_NSW_02 (Loot)", 92324); DictSNOMarkerSet.Add("a1dun_Leor_NSW_02", 20509); DictSNOMarkerSet.Add("a1dun_Leor_NSW_02_Chains", 108390); DictSNOMarkerSet.Add("a1dun_Leor_NS_01 (Encounters)", 59919); DictSNOMarkerSet.Add("a1dun_Leor_NS_01 (Loot)", 93706); DictSNOMarkerSet.Add("a1dun_Leor_NS_01", 20510); DictSNOMarkerSet.Add("a1dun_Leor_NS_01_Chains", 108878); DictSNOMarkerSet.Add("a1dun_Leor_NS_01_Executioner (blood)", 107032); DictSNOMarkerSet.Add("a1dun_Leor_NS_01_Executioner (Encounters)", 52707); DictSNOMarkerSet.Add("a1dun_Leor_NS_01_Executioner (Loot)", 93877); DictSNOMarkerSet.Add("a1dun_Leor_NS_01_Executioner", 52708); DictSNOMarkerSet.Add("a1dun_Leor_NS_02 (Encounters)", 62413); DictSNOMarkerSet.Add("a1dun_Leor_NS_02 (Loot)", 92321); DictSNOMarkerSet.Add("a1dun_Leor_NS_02 (Spawners Level 1)", 94013); DictSNOMarkerSet.Add("a1dun_Leor_NS_02", 20511); DictSNOMarkerSet.Add("a1dun_Leor_NS_02_Chains", 108936); DictSNOMarkerSet.Add("a1dun_Leor_NW_01 (Encounters)", 62414); DictSNOMarkerSet.Add("a1dun_Leor_NW_01 (Gore)", 111326); DictSNOMarkerSet.Add("a1dun_Leor_NW_01 (Loot)", 92320); DictSNOMarkerSet.Add("a1dun_Leor_NW_01", 1229); DictSNOMarkerSet.Add("a1dun_Leor_NW_01_Chains", 109144); DictSNOMarkerSet.Add("a1dun_Leor_NW_02 (Encounters)", 111444); DictSNOMarkerSet.Add("a1dun_Leor_NW_02 (Gore)", 111438); DictSNOMarkerSet.Add("a1dun_Leor_NW_02 (Lighting)", 111473); DictSNOMarkerSet.Add("a1dun_Leor_NW_02 (Loot)", 113969); DictSNOMarkerSet.Add("a1dun_Leor_NW_02", 113968); DictSNOMarkerSet.Add("a1dun_Leor_NW_02_Chains", 109843); DictSNOMarkerSet.Add("a1dun_Leor_N_Dead_End_01 (Encounters)", 62408); DictSNOMarkerSet.Add("a1dun_Leor_N_Dead_End_01 (Loot)", 92325); DictSNOMarkerSet.Add("a1dun_Leor_N_Dead_End_01 (p43_Diablo)", 454185); DictSNOMarkerSet.Add("a1dun_Leor_N_Dead_End_01", 20513); DictSNOMarkerSet.Add("a1dun_Leor_N_Dead_End_01_Chains", 108720); DictSNOMarkerSet.Add("a1dun_Leor_N_DungeonStone_Exit_01 (Encounters)", 184417); DictSNOMarkerSet.Add("a1dun_Leor_N_DungeonStone_Exit_01 (Loot)", 184416); DictSNOMarkerSet.Add("a1dun_Leor_N_Entrance_01 (Encounters)", 20514); DictSNOMarkerSet.Add("a1dun_Leor_N_Entrance_01 (Gore)", 111258); DictSNOMarkerSet.Add("a1dun_Leor_N_Entrance_01 (Loot)", 92322); DictSNOMarkerSet.Add("a1dun_Leor_N_Entrance_01", 20515); DictSNOMarkerSet.Add("a1dun_Leor_N_Entrance_01_Chains", 108753); DictSNOMarkerSet.Add("a1dun_Leor_N_Entrance_01_Estate (Encounters)", 451095); DictSNOMarkerSet.Add("a1dun_Leor_N_Exit_01 (Encounters)", 20516); DictSNOMarkerSet.Add("a1dun_Leor_N_Exit_01 (Level01_Only)", 230935); DictSNOMarkerSet.Add("a1dun_Leor_N_Exit_01 (Level03_Only)", 62767); DictSNOMarkerSet.Add("a1dun_Leor_N_Exit_01 (Loot)", 92314); DictSNOMarkerSet.Add("a1dun_Leor_N_Exit_01", 20517); DictSNOMarkerSet.Add("a1dun_Leor_N_Exit_01_Chains", 108761); DictSNOMarkerSet.Add("A1dun_Leor_SEW_01 (Encounters)", 62415); DictSNOMarkerSet.Add("A1dun_Leor_SEW_01 (Gore)", 113600); DictSNOMarkerSet.Add("A1dun_Leor_SEW_01 (Loot)", 92318); DictSNOMarkerSet.Add("A1dun_Leor_SEW_01 (Spawners Level 1)", 94020); DictSNOMarkerSet.Add("A1dun_Leor_SEW_01", 20518); DictSNOMarkerSet.Add("a1dun_Leor_SEW_01_Chains", 108416); DictSNOMarkerSet.Add("a1dun_Leor_SEW_02 (Encounters)", 62420); DictSNOMarkerSet.Add("a1dun_Leor_SEW_02 (Loot)", 92317); DictSNOMarkerSet.Add("a1dun_Leor_SEW_02 (Spawners Level 1)", 94018); DictSNOMarkerSet.Add("a1dun_Leor_SEW_02", 20519); DictSNOMarkerSet.Add("a1dun_Leor_SEW_02_Chains", 107938); DictSNOMarkerSet.Add("a1dun_Leor_SE_01 (Encounters)", 62434); DictSNOMarkerSet.Add("a1dun_Leor_SE_01 (FireGrateEvent)", 361315); DictSNOMarkerSet.Add("a1dun_Leor_SE_01 (Gore)", 112342); DictSNOMarkerSet.Add("a1dun_Leor_SE_01 (Loot)", 92285); DictSNOMarkerSet.Add("a1dun_Leor_SE_01 (NoEvent)", 361316); DictSNOMarkerSet.Add("a1dun_Leor_SE_01 (Spawners Level 1)", 94017); DictSNOMarkerSet.Add("a1dun_Leor_SE_01", 20520); DictSNOMarkerSet.Add("a1dun_Leor_SE_01_Chains", 109215); DictSNOMarkerSet.Add("a1dun_Leor_SE_02 (Encounters)", 62411); DictSNOMarkerSet.Add("a1dun_Leor_SE_02 (Loot)", 93873); DictSNOMarkerSet.Add("a1dun_Leor_SE_02", 20521); DictSNOMarkerSet.Add("a1dun_Leor_SE_02_WardlordOfBlood (Encounters)", 454659); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01 (Encounters)", 62439); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01 (Loot)", 92305); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01", 20522); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_B (Blood)", 109564); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_B (Encounters)", 109553); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_B (Loot)", 109554); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_B", 109552); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_C (Blood)", 109581); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_C (Encounters)", 109580); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_C (Loot)", 109579); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_C (Swarm)", 109584); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_C Chains", 109593); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_C", 109582); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_01_Chains", 109141); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_02 (Encounters)", 62422); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_02 (Loot)", 93875); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_02", 20523); DictSNOMarkerSet.Add("a1dun_Leor_SW_Hall_02_Chains", 109127); DictSNOMarkerSet.Add("a1dun_Leor_S_Dead_End_01 (Encounters)", 62440); DictSNOMarkerSet.Add("a1dun_Leor_S_Dead_End_01 (Loot)", 92307); DictSNOMarkerSet.Add("a1dun_Leor_S_Dead_End_01", 20524); DictSNOMarkerSet.Add("a1dun_Leor_S_Dead_End_01_Chains", 109157); DictSNOMarkerSet.Add("a1dun_Leor_S_DungeonStone_Exit_01 (Encounters)", 184419); DictSNOMarkerSet.Add("a1dun_Leor_S_DungeonStone_Exit_01 (Loot)", 184420); DictSNOMarkerSet.Add("a1dun_Leor_S_DungeonStone_Exit_01 (Special Markers)", 185001); DictSNOMarkerSet.Add("a1dun_Leor_S_Entrance_01 (Encounters)", 20525); DictSNOMarkerSet.Add("a1dun_Leor_S_Entrance_01 (Loot)", 92301); DictSNOMarkerSet.Add("a1dun_Leor_S_Entrance_01", 20526); DictSNOMarkerSet.Add("a1dun_Leor_S_Entrance_01_Chains", 109521); DictSNOMarkerSet.Add("a1dun_Leor_S_Entrance_01_Estate (Encounters)", 451098); DictSNOMarkerSet.Add("a1dun_Leor_S_Exit_01 (Encounters)", 20527); DictSNOMarkerSet.Add("a1dun_Leor_S_Exit_01 (Level01_only)", 230936); DictSNOMarkerSet.Add("a1dun_Leor_S_Exit_01 (level03_only)", 62773); DictSNOMarkerSet.Add("a1dun_Leor_S_Exit_01 (Loot)", 92289); DictSNOMarkerSet.Add("a1dun_Leor_S_Exit_01", 20528); DictSNOMarkerSet.Add("a1dun_Leor_S_Exit_01_Chains", 109243); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Back_Skybox_01 (Lighting)", 148746); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Back_Skybox_01 (Loot)", 148747); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Back_Skybox_01", 148745); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Filler_02 (Lighting)", 135708); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Filler_02 (Loot)", 135709); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Filler_02", 135707); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_jail_01 (Audio)", 183662); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_jail_01 (Encounters)", 135529); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_jail_01 (Lighting)", 135394); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_jail_01 (Loot)", 135395); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_jail_01", 135393); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Stairs_A_01 (Audio)", 183722); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Stairs_A_01 (Encounters)", 136571); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Stairs_A_01 (Lighting)", 135519); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Stairs_A_01 (Loot)", 135520); DictSNOMarkerSet.Add("a1dun_Leor_Tyrael_Stairs_A_01", 135518); DictSNOMarkerSet.Add("a1dun_Leor_W_Dead_End_01 (Encounters)", 62433); DictSNOMarkerSet.Add("a1dun_Leor_W_Dead_End_01 (Loot)", 92288); DictSNOMarkerSet.Add("a1dun_Leor_W_Dead_End_01 (p43_Diablo)", 454186); DictSNOMarkerSet.Add("a1dun_Leor_W_Dead_End_01", 20529); DictSNOMarkerSet.Add("a1dun_Leor_W_Dead_End_01_Chains", 108971); DictSNOMarkerSet.Add("a1dun_Leor_W_DungeonStone_Exit_01 (Encounters)", 184421); DictSNOMarkerSet.Add("a1dun_Leor_W_DungeonStone_Exit_01 (Loot)", 184422); DictSNOMarkerSet.Add("a1dun_Leor_W_Entrance_01 (Encounters)", 20530); DictSNOMarkerSet.Add("a1dun_Leor_W_Entrance_01 (Gore)", 112343); DictSNOMarkerSet.Add("a1dun_Leor_W_Entrance_01 (Jeweler)", 178118); DictSNOMarkerSet.Add("a1dun_Leor_W_Entrance_01 (Loot)", 101715); DictSNOMarkerSet.Add("a1dun_Leor_W_Entrance_01", 1230); DictSNOMarkerSet.Add("a1dun_Leor_W_Entrance_01_Chains", 108443); DictSNOMarkerSet.Add("a1dun_Leor_W_Entrance_01_Estate (Encounters)", 451101); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_01 (Encounters)", 52894); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_01 (level01_only)", 230937); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_01 (level03_only)", 62774); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_01 (Loot)", 93879); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_01", 20531); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_01_Chains", 108426); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_Boss_01 (Audio)", 183784); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_Boss_01 (Encounters)", 62419); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_Boss_01 (Iron Maiden Event)", 226267); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_Boss_01 (Lighting)", 93642); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_Boss_01 (No Event)", 226268); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_Boss_01 (Particles)", 174219); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_Boss_01(Loot)", 92316); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_Boss_01", 20512); DictSNOMarkerSet.Add("a1dun_Leor_W_Exit_Boss_01_Chains", 108423); DictSNOMarkerSet.Add("a1dun_Random_EW_01 (Encounters)", 209859); DictSNOMarkerSet.Add("a1dun_Random_EW_01 (Environment)", 209177); DictSNOMarkerSet.Add("a1dun_Random_EW_01 (Foliage)", 209176); DictSNOMarkerSet.Add("a1dun_Random_EW_01 (Lighting)", 209179); DictSNOMarkerSet.Add("a1dun_Random_EW_01 (Loot)", 209180); DictSNOMarkerSet.Add("a1dun_Random_EW_01 (ShenAdventure)", 403921); DictSNOMarkerSet.Add("a1dun_Random_EW_01", 209178); DictSNOMarkerSet.Add("a1dun_Random_E_01 (Encounters)", 209852); DictSNOMarkerSet.Add("a1dun_Random_E_01 (Lighting)", 204622); DictSNOMarkerSet.Add("a1dun_Random_E_01 (Loot)", 204623); DictSNOMarkerSet.Add("a1dun_Random_E_01 (ShenAdventure2)", 403825); DictSNOMarkerSet.Add("a1dun_Random_E_01 {Dynamic Dungeon Stone)", 409056); DictSNOMarkerSet.Add("a1dun_Random_E_01 {Dynamic Portal)", 409055); DictSNOMarkerSet.Add("a1dun_Random_E_01", 204621); DictSNOMarkerSet.Add("a1dun_Random_E_DungeonStone_Exit_01 (Encounters)", 343950); DictSNOMarkerSet.Add("a1dun_Random_E_Entrance_01 (Encounters)", 211494); DictSNOMarkerSet.Add("a1dun_Random_E_Entrance_01 (Loot)", 217651); DictSNOMarkerSet.Add("a1dun_Random_E_Exit_01 (Encounters)", 211503); DictSNOMarkerSet.Add("a1dun_Random_NSEW_01 (Encounters)", 204943); DictSNOMarkerSet.Add("a1dun_Random_NSEW_01 (Lighting)", 204735); DictSNOMarkerSet.Add("a1dun_Random_NSEW_01 (Loot)", 204736); DictSNOMarkerSet.Add("a1dun_Random_NSEW_01", 204734); DictSNOMarkerSet.Add("a1dun_Random_NSEW_02 (Encounters)", 204965); DictSNOMarkerSet.Add("a1dun_Random_NSEW_02 (Lighting)", 204743); DictSNOMarkerSet.Add("a1dun_Random_NSEW_02 (Loot)", 204744); DictSNOMarkerSet.Add("a1dun_Random_NSEW_02 (ShenAdventure2)", 403868); DictSNOMarkerSet.Add("a1dun_Random_NSEW_02", 204742); DictSNOMarkerSet.Add("a1dun_Random_NSEW_03 (Encounters)", 209854); DictSNOMarkerSet.Add("a1dun_Random_NSEW_03 (Lighting)", 204753); DictSNOMarkerSet.Add("a1dun_Random_NSEW_03 (Loot)", 204754); DictSNOMarkerSet.Add("a1dun_Random_NSEW_03", 204752); DictSNOMarkerSet.Add("a1dun_Random_NSEW_04 (Encounters)", 209855); DictSNOMarkerSet.Add("a1dun_Random_NSEW_04 (Lighting)", 204763); DictSNOMarkerSet.Add("a1dun_Random_NSEW_04 (Loot)", 204764); DictSNOMarkerSet.Add("a1dun_Random_NSEW_04", 204762); DictSNOMarkerSet.Add("a1dun_Random_NSEW_05 (Encounters)", 206732); DictSNOMarkerSet.Add("a1dun_Random_NSEW_05 (Lighting)", 204773); DictSNOMarkerSet.Add("a1dun_Random_NSEW_05 (Loot)", 204774); DictSNOMarkerSet.Add("a1dun_Random_NSEW_05", 204772); DictSNOMarkerSet.Add("a1dun_Random_NS_01 (Encounters)", 209860); DictSNOMarkerSet.Add("a1dun_Random_NS_01 (Environment)", 209221); DictSNOMarkerSet.Add("a1dun_Random_NS_01 (Foliage)", 209220); DictSNOMarkerSet.Add("a1dun_Random_NS_01 (Lighting)", 209223); DictSNOMarkerSet.Add("a1dun_Random_NS_01 (Loot)", 209224); DictSNOMarkerSet.Add("a1dun_Random_NS_01", 209222); DictSNOMarkerSet.Add("a1dun_Random_N_01 (Dynamic Dungeon Stone)", 409062); DictSNOMarkerSet.Add("a1dun_Random_N_01 (Dynamic Portal)", 409061); DictSNOMarkerSet.Add("a1dun_Random_N_01 (Encounters)", 209853); DictSNOMarkerSet.Add("a1dun_Random_N_01 (Lighting)", 204786); DictSNOMarkerSet.Add("a1dun_Random_N_01 (Loot)", 204787); DictSNOMarkerSet.Add("a1dun_Random_N_01", 204785); DictSNOMarkerSet.Add("a1dun_Random_N_DungeonStone_Exit_01 (Encounters)", 343951); DictSNOMarkerSet.Add("a1dun_Random_N_Entrance_01 (Encounters)", 211497); DictSNOMarkerSet.Add("a1dun_Random_N_Entrance_01 (Loot)", 217653); DictSNOMarkerSet.Add("a1dun_Random_N_Exit_01 (Encounters)", 211504); DictSNOMarkerSet.Add("a1dun_Random_S_01 (Dynamic Dungeon Stone)", 409069); DictSNOMarkerSet.Add("a1dun_Random_S_01 (Dynamic Portal)", 409067); DictSNOMarkerSet.Add("a1dun_Random_S_01 (Encounters)", 209856); DictSNOMarkerSet.Add("a1dun_Random_S_01 (Lighting)", 204802); DictSNOMarkerSet.Add("a1dun_Random_S_01 (Loot)", 204803); DictSNOMarkerSet.Add("a1dun_Random_S_01 (ShenAdventure2)", 403824); DictSNOMarkerSet.Add("a1dun_Random_S_01", 204801); DictSNOMarkerSet.Add("a1dun_Random_S_DungeonStone_Exit_01 (Encounters)", 343956); DictSNOMarkerSet.Add("a1dun_Random_S_Entrance_01 (Encounters)", 211500); DictSNOMarkerSet.Add("a1dun_Random_S_Entrance_01 (Loot)", 217654); DictSNOMarkerSet.Add("a1dun_Random_S_Exit_01 (Encounters)", 211505); DictSNOMarkerSet.Add("a1dun_Random_W_01 (Dynamic Dungeon Stone)", 409071); DictSNOMarkerSet.Add("a1dun_Random_W_01 (Dynamic Portal)", 409070); DictSNOMarkerSet.Add("a1dun_Random_W_01 (Encounters)", 209858); DictSNOMarkerSet.Add("a1dun_Random_W_01 (Lighting)", 204812); DictSNOMarkerSet.Add("a1dun_Random_W_01 (Loot)", 204813); DictSNOMarkerSet.Add("a1dun_Random_W_01", 204811); DictSNOMarkerSet.Add("a1dun_Random_W_DungeonStone_Exit_01 (Encounters)", 343957); DictSNOMarkerSet.Add("a1dun_Random_W_Entrance_01 (Encounters)", 211501); DictSNOMarkerSet.Add("a1dun_Random_W_Entrance_01 (Loot)", 217655); DictSNOMarkerSet.Add("a1dun_Random_W_Exit_01 (Encounters)", 211507); DictSNOMarkerSet.Add("a1trDun_Cath_AWRack_10ft_1A", 139923); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelAWRack_20ft_4A", 139032); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelAWRack_20ft_4A_NoSkel", 143406); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelAWRack_20ft_7A", 139067); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelAWRack_20ft_7A_Corner", 139279); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelAWRack_20ft_7A_Corner_NoSkel", 143408); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelAWRack_20ft_7A_NoSkel", 143407); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_3A", 139100); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_3A_NoSkel", 143409); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_4A", 139170); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_4A_Corner", 139307); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_4A_Corner_NoSkel", 143423); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_4A_NoSkel", 143410); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_4B", 139255); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_4B_NoSkel", 143411); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_5A", 139179); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_5A_Corner", 139309); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_5A_Corner_NoSkel", 143413); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_5A_NoSkel", 143412); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_7A", 139185); DictSNOMarkerSet.Add("a1trDun_Cath_BarrelCorpse_20ft_7A_NoSkel", 143414); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_10ft_2A", 138963); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_10ft_2A_NoSkel", 143351); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_10ft_3A", 138964); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_10ft_3A_NoSkel", 143352); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_10ft_3B", 138969); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_10ft_3B_NoSkel", 143353); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_10ft_4A", 138971); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_10ft_4A_NoSkel", 143354); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_20ft_2A_Corner", 139339); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_20ft_2A_Corner_NoSkel", 143356); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_20ft_4A_Corner", 139348); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_20ft_4A_Corner_NoSkel", 143357); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_20ft_5A", 138982); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_20ft_5A_NoSkel", 143358); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_20ft_6A_Corner", 139324); DictSNOMarkerSet.Add("a1trDun_Cath_Barrel_20ft_6A_Corner_NoSkel", 143360); DictSNOMarkerSet.Add("a1trDun_Crypt_UrnCorpse_20ft_3A", 141352); DictSNOMarkerSet.Add("a1trDun_Crypt_UrnCorpse_20ft_4A", 141351); DictSNOMarkerSet.Add("a1trDun_Crypt_Urn_10ft_2A", 141343); DictSNOMarkerSet.Add("a1trDun_Crypt_Urn_10ft_2B", 141347); DictSNOMarkerSet.Add("a1trDun_Crypt_Urn_10ft_2C", 141348); DictSNOMarkerSet.Add("a1trDun_Crypt_Urn_20ft_4A", 141355); DictSNOMarkerSet.Add("a1trDun_Crypt_Urn_20ft_4B", 141358); DictSNOMarkerSet.Add("A1_Cathedral_CorpsePile_A", 186782); DictSNOMarkerSet.Add("A1_Cathedral_CorpsePile_B", 220913); DictSNOMarkerSet.Add("A1_Cathedral_DarkRitual_A", 158112); DictSNOMarkerSet.Add("A1_Cathedral_DarkRitual_B", 158113); DictSNOMarkerSet.Add("A1_Cathedral_DarkRitual_C", 158136); DictSNOMarkerSet.Add("A1_Cathedral_DarkRitual_D", 158150); DictSNOMarkerSet.Add("A1_Cathedral_TreasureSeeker_A", 157889); DictSNOMarkerSet.Add("A1_Cathedral_TreasureSeeker_B", 157923); DictSNOMarkerSet.Add("A1_Cathedral_Vengeance_A", 158479); DictSNOMarkerSet.Add("A1_Cathedral_Vengeance_B", 158482); DictSNOMarkerSet.Add("A1_Cathedral_Vengeance_C", 158489); DictSNOMarkerSet.Add("A1_Cathedral_Vengeance_D", 158495); DictSNOMarkerSet.Add("A1_Cath_Chandelier_Level01_A", 117936); DictSNOMarkerSet.Add("A1_Cath_Chandelier_Level04_A", 117937); DictSNOMarkerSet.Add("A1_Cath_Chandelier_Level05_A", 117938); DictSNOMarkerSet.Add("A1_Cath_Chandelier_Level06_A", 117939); DictSNOMarkerSet.Add("A1_Cave_Root_Center_x20_A", 187318); DictSNOMarkerSet.Add("A1_Cave_Root_Center_x20_B", 187319); DictSNOMarkerSet.Add("A1_Cave_Root_Center_x20_C", 187320); DictSNOMarkerSet.Add("A1_Cave_Root_Center_x20_D", 187321); DictSNOMarkerSet.Add("A1_Cave_Root_Center_x30_A", 187757); DictSNOMarkerSet.Add("A1_Cave_Root_Center_x30_B", 187764); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x20_A", 187302); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x20_B", 187303); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x20_C", 187304); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x20_D", 187305); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x20_E", 187306); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x20_F", 187307); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x20_G", 187308); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x20_H", 187309); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x30_A", 187749); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x30_B", 187750); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x30_C", 187751); DictSNOMarkerSet.Add("A1_Cave_Root_Edge_x30_D", 187752); DictSNOMarkerSet.Add("A1_Crypt_CollapsingWall_A", 185062); DictSNOMarkerSet.Add("A1_Fields_RollingLogTrap_GoatmanRanged", 205993); DictSNOMarkerSet.Add("A1_Fields_RollingLogTrap_Goats", 203410); DictSNOMarkerSet.Add("A1_Highlands_Goatman_Drums_B", 130252); DictSNOMarkerSet.Add("A1_Highlands_RollingLogTrap_Cultists", 203468); DictSNOMarkerSet.Add("A1_Highlands_RollingLogTrap_Fleshpit", 203469); DictSNOMarkerSet.Add("A1_Highlands_RollingLogTrap_GoatmanRanged", 205995); DictSNOMarkerSet.Add("A1_Highlands_RollingLogTrap_Goats", 203465); DictSNOMarkerSet.Add("A1_Leorics_ChampionVessel", 175070); DictSNOMarkerSet.Add("A1_Leorics_DemonPortal", 175160); DictSNOMarkerSet.Add("A1_Leorics_IronMaiden", 174823); DictSNOMarkerSet.Add("A1_Leorics_VesselCircleMedium", 174822); DictSNOMarkerSet.Add("A1_Leorics_VesselCircleSmall", 174813); DictSNOMarkerSet.Add("A1_Leoric_Corner_x20_A", 190121); DictSNOMarkerSet.Add("A1_Leoric_Corner_x20_B", 190122); DictSNOMarkerSet.Add("A1_Leoric_Corner_x20_C", 190124); DictSNOMarkerSet.Add("A1_Leoric_Edge_x20_A", 190108); DictSNOMarkerSet.Add("A1_Leoric_Edge_x20_B", 190111); DictSNOMarkerSet.Add("A1_Leoric_Edge_x20_C", 190112); DictSNOMarkerSet.Add("A1_Leoric_Edge_x20_D", 190114); DictSNOMarkerSet.Add("A1_Leoric_Edge_x20_E", 190115); DictSNOMarkerSet.Add("A1_OldTristram_Edge_x10_A", 199488); DictSNOMarkerSet.Add("A1_OldTristram_Edge_x10_B", 199489); DictSNOMarkerSet.Add("A1_OldTristram_Edge_x10_C", 199491); DictSNOMarkerSet.Add("A1_OldTristram_Edge_x10_D", 199492); DictSNOMarkerSet.Add("A1_Random_Center_x20", 211729); DictSNOMarkerSet.Add("A1_Random_Center_x20_goblin", 457389); DictSNOMarkerSet.Add("A1_SpiderCaves_CornerOffset_01", 139893); DictSNOMarkerSet.Add("A1_SpiderCaves_CornerOffset_02", 139992); DictSNOMarkerSet.Add("A1_SpiderCaves_PathOffset_01", 139774); DictSNOMarkerSet.Add("A1_WretchedMother", 121020); DictSNOMarkerSet.Add("a2dun_Aqd_01_Filler", 20534); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01 (Audio)", 226858); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01 (Encounters)", 63937); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01 (Loot)", 116270); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01 (Swarm)", 191201); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01 (WaterFaceCheck)", 183325); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01 (WaterFacePuzzle)", 157846); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01", 20535); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01B (Encounters)", 63952); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01B (Environment)", 123856); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01B (lights)", 123858); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01B (Loot)", 116271); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01B (Swarm)", 191283); DictSNOMarkerSet.Add("a2dun_Aqd_EW_01B", 20536); DictSNOMarkerSet.Add("a2dun_Aqd_EW_02 (Audio)", 220487); DictSNOMarkerSet.Add("a2dun_Aqd_EW_02 (Encounters)", 63953); DictSNOMarkerSet.Add("a2dun_Aqd_EW_02 (Jeweler)", 192870); DictSNOMarkerSet.Add("a2dun_Aqd_EW_02 (Loot)", 116281); DictSNOMarkerSet.Add("a2dun_Aqd_EW_02 (Swarm)", 191289); DictSNOMarkerSet.Add("a2dun_Aqd_EW_02", 20537); DictSNOMarkerSet.Add("a2dun_Aqd_EW_02_Jeweler (Audio)", 220513); DictSNOMarkerSet.Add("a2dun_Aqd_EW_02_Jeweler (Loot)", 218798); DictSNOMarkerSet.Add("a2dun_Aqd_E_01 (Audio)", 220498); DictSNOMarkerSet.Add("a2dun_Aqd_E_01 (Encounters)", 63931); DictSNOMarkerSet.Add("a2dun_Aqd_E_01 (Face Puzzle Unique)", 207597); DictSNOMarkerSet.Add("a2dun_Aqd_E_01 (Jeweler)", 192917); DictSNOMarkerSet.Add("a2dun_Aqd_E_01 (Loot)", 116234); DictSNOMarkerSet.Add("a2dun_Aqd_E_01 (Swarm)", 191087); DictSNOMarkerSet.Add("a2dun_Aqd_E_01", 20538); DictSNOMarkerSet.Add("a2dun_Aqd_E_DungeonStone_Exit_01 (Encounters)", 184465); DictSNOMarkerSet.Add("a2dun_Aqd_E_DungeonStone_Exit_01 (Loot)", 352655); DictSNOMarkerSet.Add("a2dun_Aqd_E_Entrance_01 (Aqueduct A)", 216715); DictSNOMarkerSet.Add("a2dun_Aqd_E_Entrance_01 (Audio)", 229657); DictSNOMarkerSet.Add("a2dun_Aqd_E_Entrance_01 (Encounters)", 20539); DictSNOMarkerSet.Add("a2dun_Aqd_E_Entrance_01 (Loot)", 116235); DictSNOMarkerSet.Add("a2dun_Aqd_E_Entrance_01 (Sewer)", 102330); DictSNOMarkerSet.Add("a2dun_Aqd_E_Entrance_01 (Swarm)", 191191); DictSNOMarkerSet.Add("a2dun_Aqd_E_Entrance_01", 20540); DictSNOMarkerSet.Add("a2dun_Aqd_E_Exit_01 (AncientPath)", 232092); DictSNOMarkerSet.Add("a2dun_Aqd_E_Exit_01 (Encounters)", 57480); DictSNOMarkerSet.Add("a2dun_Aqd_E_Exit_01 (FlowControlA)", 232091); DictSNOMarkerSet.Add("a2dun_Aqd_E_Exit_01 (FlowControlB)", 232093); DictSNOMarkerSet.Add("a2dun_Aqd_E_Exit_01 (Jeweler)", 192871); DictSNOMarkerSet.Add("a2dun_Aqd_E_Exit_01 (Loot)", 116216); DictSNOMarkerSet.Add("a2dun_Aqd_E_Exit_01 (Set Dungeons)", 447213); DictSNOMarkerSet.Add("a2dun_Aqd_E_Exit_01 (Swarm)", 191200); DictSNOMarkerSet.Add("a2dun_Aqd_E_Exit_01", 68131); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_01 (Audio)", 226852); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_01 (Encounters)", 63938); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_01 (Loot)", 116269); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_01 (Swarm)", 191431); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_01", 20541); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_02 (Encounters)", 63951); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_02 (Loot)", 116272); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_02 (Swarm)", 191447); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_02 (WaterFaceCheck)", 183330); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_02 (WaterFacePuzzle)", 157865); DictSNOMarkerSet.Add("a2dun_Aqd_NEW_02", 20542); DictSNOMarkerSet.Add("a2dun_Aqd_NE_01 (Audio)", 220514); DictSNOMarkerSet.Add("a2dun_Aqd_NE_01 (Encounters)", 63930); DictSNOMarkerSet.Add("a2dun_Aqd_NE_01 (Loot)", 116221); DictSNOMarkerSet.Add("a2dun_Aqd_NE_01 (Swarm)", 191345); DictSNOMarkerSet.Add("a2dun_Aqd_NE_01 (WaterFacePuzzle)", 157866); DictSNOMarkerSet.Add("a2dun_Aqd_NE_01 (WaterPuzzleCheck)", 183209); DictSNOMarkerSet.Add("a2dun_Aqd_NE_01", 20543); DictSNOMarkerSet.Add("a2dun_Aqd_NE_02 (Audio)", 220512); DictSNOMarkerSet.Add("a2dun_Aqd_NE_02 (Encounters)", 63932); DictSNOMarkerSet.Add("a2dun_Aqd_NE_02 (FastMummyAmbush)", 110523); DictSNOMarkerSet.Add("a2dun_Aqd_NE_02 (Loot)", 116236); DictSNOMarkerSet.Add("a2dun_Aqd_NE_02 (Swarm)", 191349); DictSNOMarkerSet.Add("a2dun_Aqd_NE_02", 20544); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01 (Audio)", 220515); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01 (Encounters)", 63940); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01 (Loot)", 116268); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01 (Swarm)", 191644); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01 (WaterFaceCheck)", 183326); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01 (WaterFacePuzzle)", 157869); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01", 20545); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01B (Encounters)", 63946); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01B (Loot)", 116273); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01B (Swarm)", 191651); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01B (WaterFaceCheck)", 183331); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01B (WaterFacePuzzle)", 157870); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01B", 20546); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01C (Encounters)", 63971); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01C (Loot)", 116279); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01C (Swarm)", 191659); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_01C", 20547); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_02 (BelialMinionAmbush)", 168846); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_02 (Encounters)", 63975); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_02 (Loot)", 116284); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_02 (Swarm)", 191694); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_02 (WaterFaceCheck)", 183336); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_02 (WaterFacePuzzle)", 157871); DictSNOMarkerSet.Add("a2dun_Aqd_NSEW_02", 20548); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01 (Audio)", 226859); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01 (Encounters)", 54419); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01 (Loot)", 116213); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01 (Swarm)", 191491); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01", 20549); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01B (Audio)", 226856); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01B (Encounters)", 63921); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01B (Loot)", 116220); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01B (Swarm)", 191577); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01B (WaterFacePuzzle)", 157868); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01B (WaterPuzzleCheck)", 183211); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_01B", 1231); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_02 (Alpha Cat)", 162048); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_02 (Audio)", 218940); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_02 (Encounters)", 63933); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_02 (Loot)", 116237); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_02 (Swarm)", 191617); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_02", 20550); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_01 (Encounters)", 158364); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_01 (Lighting)", 158159); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_01 (Loot)", 158160); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_01 (PuzzleSmall)", 158591); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_01 (WaterFacePuzzle)", 158277); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_01 (WaterPuzzleLarge)", 158598); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_01", 158158); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_02 (Audio)", 238856); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_02 (Encounters)", 83018); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_02 (PuzzleLarge)", 158599); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_02 (PuzzleSmall)", 158592); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_02 (Swarm)", 191639); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_02 (WaterFacePuzzle)", 157880); DictSNOMarkerSet.Add("a2dun_Aqd_NSE_Vault_02", 80579); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_01 (Encounters)", 63897); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_01 (Jeweler)", 192918); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_01 (Loot)", 116214); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_01 (Swarm)", 191699); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_01", 20551); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_02 (Audio)", 220488); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_02 (Encounters)", 63920); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_02 (Loot)", 116219); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_02 (Swarm)", 191762); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_02", 20552); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_02_Jeweler (Audio)", 220516); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_02_Jeweler (Jeweler Intro)", 199786); DictSNOMarkerSet.Add("a2dun_Aqd_NSW_02_Jeweler (Loot)", 218797); DictSNOMarkerSet.Add("a2dun_Aqd_NS_01 (Audio)", 218939); DictSNOMarkerSet.Add("a2dun_Aqd_NS_01 (Encounters)", 63970); DictSNOMarkerSet.Add("a2dun_Aqd_NS_01 (Loot)", 116280); DictSNOMarkerSet.Add("a2dun_Aqd_NS_01 (Swarm)", 191465); DictSNOMarkerSet.Add("a2dun_Aqd_NS_01", 20553); DictSNOMarkerSet.Add("a2dun_Aqd_NS_02 (Encounters)", 63976); DictSNOMarkerSet.Add("a2dun_Aqd_NS_02 (Loot)", 116283); DictSNOMarkerSet.Add("a2dun_Aqd_NS_02 (Swarm)", 191490); DictSNOMarkerSet.Add("a2dun_Aqd_NS_02 (WaterFaceCheck)", 183335); DictSNOMarkerSet.Add("a2dun_Aqd_NS_02 (WaterFacePuzzle)", 157864); DictSNOMarkerSet.Add("a2dun_Aqd_NS_02", 20554); DictSNOMarkerSet.Add("a2dun_Aqd_NW_01 (Encounters)", 63935); DictSNOMarkerSet.Add("a2dun_Aqd_NW_01 (Loot)", 116238); DictSNOMarkerSet.Add("a2dun_Aqd_NW_01 (Swarm)", 191793); DictSNOMarkerSet.Add("a2dun_Aqd_NW_01", 20555); DictSNOMarkerSet.Add("a2dun_Aqd_NW_02 (Encounters)", 63941); DictSNOMarkerSet.Add("a2dun_Aqd_NW_02 (Loot)", 116267); DictSNOMarkerSet.Add("a2dun_Aqd_NW_02 (Swarm)", 191879); DictSNOMarkerSet.Add("a2dun_Aqd_NW_02 (WaterFaceCheck)", 183327); DictSNOMarkerSet.Add("a2dun_Aqd_NW_02 (WaterFacePuzzle)", 157873); DictSNOMarkerSet.Add("a2dun_Aqd_NW_02", 20556); DictSNOMarkerSet.Add("a2dun_Aqd_N_01 (Audio)", 218934); DictSNOMarkerSet.Add("a2dun_Aqd_N_01 (Encounters)", 116154); DictSNOMarkerSet.Add("a2dun_Aqd_N_01 (Loot)", 116282); DictSNOMarkerSet.Add("a2dun_Aqd_N_01 (Swarm)", 191305); DictSNOMarkerSet.Add("a2dun_Aqd_N_01 (WaterFaceCheck)", 183334); DictSNOMarkerSet.Add("a2dun_Aqd_N_01 (WaterFacePuzzle)", 157860); DictSNOMarkerSet.Add("a2dun_Aqd_N_01", 20557); DictSNOMarkerSet.Add("a2dun_Aqd_N_DungeonStone_Exit_01 (Encounters)", 184466); DictSNOMarkerSet.Add("a2dun_Aqd_N_DungeonStone_Exit_01 (Loot)", 352658); DictSNOMarkerSet.Add("a2dun_Aqd_N_Entrance_01 (Aqueduct A)", 216716); DictSNOMarkerSet.Add("a2dun_Aqd_N_Entrance_01 (Encounters)", 20558); DictSNOMarkerSet.Add("a2dun_Aqd_N_Entrance_01 (Loot)", 116212); DictSNOMarkerSet.Add("a2dun_Aqd_N_Entrance_01 (Swarm)", 191324); DictSNOMarkerSet.Add("a2dun_Aqd_N_Entrance_01", 20559); DictSNOMarkerSet.Add("a2dun_Aqd_N_Exit_01 (Encounters)", 57481); DictSNOMarkerSet.Add("a2dun_Aqd_N_Exit_01 (FlowControlA)", 232099); DictSNOMarkerSet.Add("a2dun_Aqd_N_Exit_01 (FlowControlB)", 232102); DictSNOMarkerSet.Add("a2dun_Aqd_N_Exit_01 (Loot)", 116217); DictSNOMarkerSet.Add("a2dun_Aqd_N_Exit_01 (Swarm)", 191334); DictSNOMarkerSet.Add("a2dun_Aqd_N_Exit_01", 68150); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01 (Audio)", 231403); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01 (Encounters)", 63918); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01 (Loot)", 116218); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01 (Swarm)", 192179); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01", 20560); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01B (Audio)", 230926); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01B (Encounters)", 63936); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01B (Loot)", 116254); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01B (Swarm)", 192186); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01B (WaterFacePuzzle)", 157874); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01B (WaterPuzzleCheck)", 183323); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_01B", 20561); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_02 (Audio)", 220489); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_02 (Encounters)", 63942); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_02 (Loot)", 116266); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_02 (Swarm)", 192193); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_02 (WaterFaceCheck)", 183329); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_02 (WaterFacePuzzle)", 157876); DictSNOMarkerSet.Add("a2dun_Aqd_SEW_02", 20562); DictSNOMarkerSet.Add("a2dun_Aqd_SE_01 (Audio)", 220501); DictSNOMarkerSet.Add("a2dun_Aqd_SE_01 (Encounters)", 63974); DictSNOMarkerSet.Add("a2dun_Aqd_SE_01 (Loot)", 116285); DictSNOMarkerSet.Add("a2dun_Aqd_SE_01 (Swarm)", 192139); DictSNOMarkerSet.Add("a2dun_Aqd_SE_01", 20563); DictSNOMarkerSet.Add("a2dun_Aqd_SE_01_Actors", 68387); DictSNOMarkerSet.Add("a2dun_Aqd_SE_02 (Audio)", 218942); DictSNOMarkerSet.Add("a2dun_Aqd_SE_02 (Encounters)", 63898); DictSNOMarkerSet.Add("a2dun_Aqd_SE_02 (Loot)", 116215); DictSNOMarkerSet.Add("a2dun_Aqd_SE_02 (Swarm)", 192175); DictSNOMarkerSet.Add("a2dun_Aqd_SE_02", 20564); DictSNOMarkerSet.Add("a2dun_Aqd_Special_01 (Audio)", 220508); DictSNOMarkerSet.Add("a2dun_Aqd_Special_01 (Encounters)", 63943); DictSNOMarkerSet.Add("a2dun_Aqd_Special_01 (Loot)", 116276); DictSNOMarkerSet.Add("a2dun_Aqd_Special_01 (OpenWorldWaypoint)", 432995); DictSNOMarkerSet.Add("a2dun_Aqd_Special_01 (Special Markers)", 62730); DictSNOMarkerSet.Add("a2dun_Aqd_Special_01", 59371); DictSNOMarkerSet.Add("a2dun_Aqd_Special_01_Actors", 70979); DictSNOMarkerSet.Add("a2dun_Aqd_SW_02 (Audio)", 218943); DictSNOMarkerSet.Add("a2dun_Aqd_SW_02 (Encounters)", 63944); DictSNOMarkerSet.Add("a2dun_Aqd_SW_02 (Loot)", 116275); DictSNOMarkerSet.Add("a2dun_Aqd_SW_02 (Swarm)", 192202); DictSNOMarkerSet.Add("a2dun_Aqd_SW_02 (WaterFaceCheck)", 183332); DictSNOMarkerSet.Add("a2dun_Aqd_SW_02 (WaterFacePuzzle)", 157878); DictSNOMarkerSet.Add("a2dun_Aqd_SW_02", 20565); DictSNOMarkerSet.Add("a2dun_Aqd_S_01 (Encounters)", 63945); DictSNOMarkerSet.Add("a2dun_Aqd_S_01 (FacePuzzle)", 207570); DictSNOMarkerSet.Add("a2dun_Aqd_S_01 (Loot)", 116274); DictSNOMarkerSet.Add("a2dun_Aqd_S_01 (Swarm)", 190391); DictSNOMarkerSet.Add("a2dun_Aqd_S_01", 20566); DictSNOMarkerSet.Add("a2dun_Aqd_S_DungeonStone_Exit_01 (Encounters)", 184467); DictSNOMarkerSet.Add("a2dun_Aqd_S_DungeonStone_Exit_01 (Loot)", 352662); DictSNOMarkerSet.Add("a2dun_Aqd_S_Entrance_01 (Aqueduct A)", 216717); DictSNOMarkerSet.Add("a2dun_Aqd_S_Entrance_01 (Audio)", 218930); DictSNOMarkerSet.Add("a2dun_Aqd_S_Entrance_01 (Encounters)", 20567); DictSNOMarkerSet.Add("a2dun_Aqd_S_Entrance_01 (Loot)", 116278); DictSNOMarkerSet.Add("a2dun_Aqd_S_Entrance_01 (Swarm)", 192110); DictSNOMarkerSet.Add("a2dun_Aqd_S_Entrance_01 (WaterFaceCheck)", 183333); DictSNOMarkerSet.Add("a2dun_Aqd_S_Entrance_01 (WaterFacePuzzle)", 157872); DictSNOMarkerSet.Add("a2dun_Aqd_S_Entrance_01", 20568); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01 (AncientPath)", 232098); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01 (Encounters)", 57482); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01 (FlowControlA)", 232100); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01 (FlowControlB)", 232103); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01 (Jeweler)", 192919); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01 (Loot)", 116264); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01 (Swarm)", 192133); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01 (WaterFaceCheck)", 183324); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01 (WaterFacePuzzle)", 157881); DictSNOMarkerSet.Add("a2dun_Aqd_S_Exit_01", 68154); DictSNOMarkerSet.Add("a2dun_Aqd_W_01 (Audio)", 218941); DictSNOMarkerSet.Add("a2dun_Aqd_W_01 (Encounters)", 63972); DictSNOMarkerSet.Add("a2dun_Aqd_W_01 (Face Puzzle)", 207587); DictSNOMarkerSet.Add("a2dun_Aqd_W_01 (Loot)", 116277); DictSNOMarkerSet.Add("a2dun_Aqd_W_01 (Swarm)", 192203); DictSNOMarkerSet.Add("a2dun_Aqd_W_01", 1232); DictSNOMarkerSet.Add("a2dun_Aqd_W_DungeonStone_Exit_01 (Encounters)", 184468); DictSNOMarkerSet.Add("a2dun_Aqd_W_DungeonStone_Exit_01 (Loot)", 352668); DictSNOMarkerSet.Add("a2dun_Aqd_W_Entrance_01 (Aqueduct A)", 216718); DictSNOMarkerSet.Add("a2dun_Aqd_W_Entrance_01 (Encounters)", 20569); DictSNOMarkerSet.Add("a2dun_Aqd_W_Entrance_01 (Jeweler)", 192869); DictSNOMarkerSet.Add("a2dun_Aqd_W_Entrance_01 (Loot)", 116286); DictSNOMarkerSet.Add("a2dun_Aqd_W_Entrance_01 (Swarm)", 192204); DictSNOMarkerSet.Add("a2dun_Aqd_W_Entrance_01", 20570); DictSNOMarkerSet.Add("a2dun_Aqd_W_Exit_01 (Encounters)", 57483); DictSNOMarkerSet.Add("a2dun_Aqd_W_Exit_01 (FlowControlA)", 232101); DictSNOMarkerSet.Add("a2dun_Aqd_W_Exit_01 (FlowControlB)", 232104); DictSNOMarkerSet.Add("a2dun_Aqd_W_Exit_01 (Loot)", 116265); DictSNOMarkerSet.Add("a2dun_Aqd_W_Exit_01 (Swarm)", 192205); DictSNOMarkerSet.Add("a2dun_Aqd_W_Exit_01", 68163); DictSNOMarkerSet.Add("a2dun_Cald (World)", 97528); DictSNOMarkerSet.Add("a2dun_Cald_E03_S01 (BeforeSiege)", 113705); DictSNOMarkerSet.Add("a2dun_Cald_E03_S01 (Encounters)", 89344); DictSNOMarkerSet.Add("a2dun_Cald_E03_S01 (Environment)", 86566); DictSNOMarkerSet.Add("a2dun_Cald_E03_S01 (EscapeFromCaldeum)", 159634); DictSNOMarkerSet.Add("a2dun_Cald_E03_S01 (Foliage)", 86565); DictSNOMarkerSet.Add("a2dun_Cald_E03_S01", 86568); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Audio)", 218526); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Benches)", 208602); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (cloth)", 188038); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Encounters)", 89345); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Environment)", 86548); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (EscapeFromCaldeum)", 159633); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Foliage)", 86547); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Lighting)", 96930); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Loot)", 122547); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Particles)", 188612); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Set Dungeons)", 449542); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02 (Siege)", 114856); DictSNOMarkerSet.Add("a2dun_Cald_E03_S02", 86550); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (Audio)", 218517); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (Cloth)", 188008); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (Encounters)", 89337); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (Environment)", 86577); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (EscapeFromCaldeum)", 159635); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (Foliage)", 86573); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (Lighting)", 97583); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (Loot)", 117777); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (Particles)", 188611); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03 (Siege)", 114504); DictSNOMarkerSet.Add("a2dun_Cald_E03_S03", 86530); DictSNOMarkerSet.Add("a2dun_Cald_E03_S04 (cloth)", 188035); DictSNOMarkerSet.Add("a2dun_Cald_E03_S04 (Environment)", 86544); DictSNOMarkerSet.Add("a2dun_Cald_E03_S04 (Foliage)", 86541); DictSNOMarkerSet.Add("a2dun_Cald_E03_S04", 86545); DictSNOMarkerSet.Add("a2dun_Cald_E04_S01 (Environment)", 86562); DictSNOMarkerSet.Add("a2dun_Cald_E04_S01 (Foliage)", 86560); DictSNOMarkerSet.Add("a2dun_Cald_E04_S01", 86563); DictSNOMarkerSet.Add("a2dun_Cald_E04_S02 (Environment)", 86543); DictSNOMarkerSet.Add("a2dun_Cald_E04_S02 (Foliage)", 86542); DictSNOMarkerSet.Add("a2dun_Cald_E04_S02", 86576); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (Audio)", 218528); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (Breakables)", 200475); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (Encounters)", 87442); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (Environment)", 86567); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (EscapeFromCaldeum)", 159636); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (Foliage)", 86564); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (Lighting)", 97732); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (Loot)", 122545); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (Particles)", 188983); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03 (Siege)", 114475); DictSNOMarkerSet.Add("a2dun_Cald_E04_S03", 86570); DictSNOMarkerSet.Add("a2dun_Cald_E04_S04 (Environment)", 86534); DictSNOMarkerSet.Add("a2dun_Cald_E04_S04 (Foliage)", 86531); DictSNOMarkerSet.Add("a2dun_Cald_E04_S04", 86537); DictSNOMarkerSet.Add("a2dun_Cald_Filler_C (Particles)", 192172); DictSNOMarkerSet.Add("a2dun_Cald_Filler_C", 87836); DictSNOMarkerSet.Add("a2dun_Cald_Skybox (Particles)", 190689); DictSNOMarkerSet.Add("a2dun_Cave_EW_01 (Encounters)", 189589); DictSNOMarkerSet.Add("a2dun_Cave_EW_01 (Environment)", 188197); DictSNOMarkerSet.Add("a2dun_Cave_EW_01 (Foliage)", 186669); DictSNOMarkerSet.Add("a2dun_Cave_EW_01 (Lighting)", 199233); DictSNOMarkerSet.Add("a2dun_Cave_EW_01 (Loot)", 122283); DictSNOMarkerSet.Add("a2dun_Cave_EW_01 (Plant)", 188482); DictSNOMarkerSet.Add("a2dun_Cave_EW_01", 67722); DictSNOMarkerSet.Add("a2dun_Cave_E_01 (Foliage)", 186662); DictSNOMarkerSet.Add("a2dun_Cave_E_01 (Lighting)", 199230); DictSNOMarkerSet.Add("a2dun_Cave_E_01 (Loot)", 122282); DictSNOMarkerSet.Add("a2dun_Cave_E_01 (Plant)", 188488); DictSNOMarkerSet.Add("a2dun_Cave_E_01", 67674); DictSNOMarkerSet.Add("a2dun_Cave_E_dungeonStone_Exit_01 (Audio)", 229683); DictSNOMarkerSet.Add("a2dun_Cave_E_dungeonStone_Exit_01 (Encounters)", 153335); DictSNOMarkerSet.Add("a2dun_Cave_E_dungeonStone_Exit_01 (Foliage)", 187442); DictSNOMarkerSet.Add("a2dun_Cave_E_dungeonStone_Exit_01 (Lighting)", 199257); DictSNOMarkerSet.Add("a2dun_Cave_E_dungeonStone_Exit_01 (Loot)", 192758); DictSNOMarkerSet.Add("a2dun_Cave_E_dungeonStone_Exit_01 (Plant)", 188489); DictSNOMarkerSet.Add("a2dun_Cave_E_dungeonStone_Exit_01 (ZK Blood 1)", 204789); DictSNOMarkerSet.Add("a2dun_Cave_E_Entrance_01 (Encounters)", 99056); DictSNOMarkerSet.Add("a2dun_Cave_E_Entrance_01 (Foliage)", 186663); DictSNOMarkerSet.Add("a2dun_Cave_E_Entrance_01 (Lighting)", 199231); DictSNOMarkerSet.Add("a2dun_Cave_E_Entrance_01 (Loot)", 123829); DictSNOMarkerSet.Add("a2dun_Cave_E_Entrance_01 (Plant)", 188490); DictSNOMarkerSet.Add("a2dun_Cave_E_Entrance_01 (ZK Blood Cave)", 216761); DictSNOMarkerSet.Add("a2dun_Cave_E_Entrance_01", 67689); DictSNOMarkerSet.Add("a2dun_Cave_E_Exit_01 (Encounters)", 99060); DictSNOMarkerSet.Add("a2dun_Cave_E_Exit_01 (Foliage)", 186666); DictSNOMarkerSet.Add("a2dun_Cave_E_Exit_01 (Lighting)", 199232); DictSNOMarkerSet.Add("a2dun_Cave_E_Exit_01 (Loot)", 123830); DictSNOMarkerSet.Add("a2dun_Cave_E_Exit_01 (Plant)", 188491); DictSNOMarkerSet.Add("a2dun_Cave_E_Exit_01 (ZKBlood)", 231141); DictSNOMarkerSet.Add("a2dun_Cave_E_Exit_01", 68146); DictSNOMarkerSet.Add("a2dun_Cave_Filler_01 (Environment)", 167939); DictSNOMarkerSet.Add("a2dun_Cave_Filler_01 (Foliage)", 167938); DictSNOMarkerSet.Add("a2dun_Cave_Filler_01 (Lighting)", 167940); DictSNOMarkerSet.Add("a2dun_Cave_Filler_01 (Loot)", 167941); DictSNOMarkerSet.Add("a2dun_Cave_Filler_01", 167937); DictSNOMarkerSet.Add("a2dun_Cave_Flooded_EW_01 (Audio)", 197542); DictSNOMarkerSet.Add("a2dun_Cave_Flooded_EW_01 (Lighting)", 132027); DictSNOMarkerSet.Add("a2dun_Cave_Flooded_EW_01 (Loot)", 132028); DictSNOMarkerSet.Add("a2dun_Cave_Flooded_EW_01", 132026); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_01 (Lighting)", 132201); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_01 (Loot)", 132202); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_01", 132200); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_DungeonStone_Exit_01 (Encounters)", 160883); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_DungeonStone_Exit_01 (Environment)", 160756); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_DungeonStone_Exit_01 (Foliage)", 160755); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_DungeonStone_Exit_01 (Lighting)", 160758); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_DungeonStone_Exit_01 (Loot)", 160759); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_DungeonStone_Exit_01", 160757); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_Entrance_01 (Audio)", 197539); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_Entrance_01 (Encounters)", 160956); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_Entrance_01 (Lighting)", 132206); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_Entrance_01 (Loot)", 132207); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_Entrance_01", 132205); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_Exit_01 (Encounters)", 160996); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_Exit_01 (Lighting)", 132211); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_Exit_01 (Loot)", 132212); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_E_Exit_01", 132210); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NEW_01 (Audio)", 218898); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NEW_01 (Lighting)", 132236); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NEW_01 (Loot)", 132237); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NEW_01", 132235); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NE_01 (Audio)", 197532); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NE_01 (Lighting)", 132231); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NE_01 (Loot)", 132232); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NE_01", 132230); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NSEW_01 (Dropdown Entrance - NightmarePlus)", 221276); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NSEW_01 (Dropdown Entrance)", 171963); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NSEW_01 (Lighting)", 131900); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NSEW_01 (Loot)", 131901); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NSEW_01", 131899); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NSE_01 (Lighting)", 132246); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NSE_01 (Loot)", 132247); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NSE_01", 132245); DictSNOMarkerSet.Add("a2dun_Cave_Flooded_NSW_01 (CursedChest_SunkenGrave)", 365941); DictSNOMarkerSet.Add("a2dun_Cave_Flooded_NSW_01 (Lighting)", 132251); DictSNOMarkerSet.Add("a2dun_Cave_Flooded_NSW_01 (Loot)", 132252); DictSNOMarkerSet.Add("a2dun_Cave_Flooded_NSW_01", 132250); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NS_01 (Audio)", 197538); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NS_01 (Lighting)", 132241); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NS_01 (Loot)", 132242); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NS_01 (SetDung_Necro_Blood)", 471550); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NS_01", 132240); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NW_01 (Audio)", 197534); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NW_01 (Lighting)", 132256); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NW_01 (Loot)", 132257); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_NW_01", 132255); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_01 (Audio)", 169876); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_01 (Lighting)", 132216); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_01 (Loot)", 132217); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_01", 132215); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_DungeonStone_Exit_01 (Encounters)", 160886); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_DungeonStone_Exit_01 (Environment)", 160830); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_DungeonStone_Exit_01 (Foliage)", 160829); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_DungeonStone_Exit_01 (Lighting)", 160832); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_DungeonStone_Exit_01 (Loot)", 160833); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_DungeonStone_Exit_01", 160831); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_Entrance_01 (Encounters)", 160997); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_Entrance_01 (Lighting)", 132221); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_Entrance_01 (Loot)", 132222); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_Entrance_01", 132220); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_Exit_01 (Encounters)", 160998); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_Exit_01 (Lighting)", 132226); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_Exit_01 (Loot)", 132227); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_N_Exit_01", 132225); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SEW_01 (Lighting)", 132281); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SEW_01 (Loot)", 132282); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SEW_01", 132280); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SE_01 (Audio)", 179117); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SE_01 (Lighting)", 132276); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SE_01 (Loot)", 132277); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SE_01", 132275); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SW_01 (Audio)", 197540); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SW_01 (Lighting)", 132286); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SW_01 (Loot)", 132287); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_SW_01", 132285); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_01 (Lighting)", 132261); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_01 (Loot)", 132262); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_01", 132260); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_DungeonStone_Exit_01 (Encounters)", 160887); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_DungeonStone_Exit_01 (Environment)", 160846); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_DungeonStone_Exit_01 (Foliage)", 160845); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_DungeonStone_Exit_01 (Lighting)", 160848); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_DungeonStone_Exit_01 (Loot)", 160849); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_DungeonStone_Exit_01", 160847); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_Entrance_01 (Encounters)", 160999); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_Entrance_01 (Lighting)", 132266); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_Entrance_01 (Loot)", 132267); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_Entrance_01", 132265); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_Exit_01 (Encounters)", 161001); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_Exit_01 (Lighting)", 132271); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_Exit_01 (Loot)", 132272); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_S_Exit_01", 132270); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_01 (Audio)", 179889); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_01 (Lighting)", 132291); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_01 (Loot)", 132292); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_01", 132290); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_DungeonStone_Exit_01 (Encounters)", 160888); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_DungeonStone_Exit_01 (Environment)", 160874); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_DungeonStone_Exit_01 (Foliage)", 160873); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_DungeonStone_Exit_01 (Lighting)", 160876); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_DungeonStone_Exit_01 (Loot)", 160877); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_DungeonStone_Exit_01", 160875); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_Entrance_01 (Encounters)", 161002); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_Entrance_01 (Lighting)", 132296); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_Entrance_01 (Loot)", 132297); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_Entrance_01", 132295); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_Exit_01 (Encounters)", 161003); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_Exit_01 (Lighting)", 132301); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_Exit_01 (Loot)", 132302); DictSNOMarkerSet.Add("a2Dun_Cave_Flooded_W_Exit_01", 132300); DictSNOMarkerSet.Add("a2dun_Cave_NEW_01 (Environment)", 188205); DictSNOMarkerSet.Add("a2dun_Cave_NEW_01 (Foliage)", 186870); DictSNOMarkerSet.Add("a2dun_Cave_NEW_01 (Lighting)", 199238); DictSNOMarkerSet.Add("a2dun_Cave_NEW_01 (Loot)", 122297); DictSNOMarkerSet.Add("a2dun_Cave_NEW_01 (Plant)", 188498); DictSNOMarkerSet.Add("a2dun_Cave_NEW_01", 67884); DictSNOMarkerSet.Add("a2dun_Cave_NE_01 (Environment)", 188758); DictSNOMarkerSet.Add("a2dun_Cave_NE_01 (Foliage)", 186712); DictSNOMarkerSet.Add("a2dun_Cave_NE_01 (Lighting)", 199237); DictSNOMarkerSet.Add("a2dun_Cave_NE_01 (Loot)", 122298); DictSNOMarkerSet.Add("a2dun_Cave_NE_01 (Plant)", 188526); DictSNOMarkerSet.Add("a2dun_Cave_NE_01", 67810); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_01 (Environment)", 186190); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_01 (Foliage)", 186655); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_01 (Lighting)", 199241); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_01 (Loot)", 122290); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_01 (Plant)", 188501); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_01", 67324); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Holes_01 (Environment)", 188984); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Holes_01 (Foliage)", 187017); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Holes_01 (Lighting)", 199242); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Holes_01 (Loot)", 122289); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Holes_01 (Plant)", 188503); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Holes_01", 69173); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Worms_01 (Environment)", 188773); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Worms_01 (Foliage)", 187215); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Worms_01 (Lighting)", 199244); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Worms_01 (Loot)", 122286); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Worms_01 (Plant)", 188504); DictSNOMarkerSet.Add("a2dun_Cave_NSEW_Worms_01", 68221); DictSNOMarkerSet.Add("a2dun_Cave_NSE_01 (Environment)", 188771); DictSNOMarkerSet.Add("a2dun_Cave_NSE_01 (Foliage)", 186987); DictSNOMarkerSet.Add("a2dun_Cave_NSE_01 (Lighting)", 199240); DictSNOMarkerSet.Add("a2dun_Cave_NSE_01 (Loot)", 122293); DictSNOMarkerSet.Add("a2dun_Cave_NSE_01 (Plant)", 188500); DictSNOMarkerSet.Add("a2dun_Cave_NSE_01", 59138); DictSNOMarkerSet.Add("a2dun_Cave_NSW_01 (Environment)", 188786); DictSNOMarkerSet.Add("a2dun_Cave_NSW_01 (Foliage)", 187034); DictSNOMarkerSet.Add("a2dun_Cave_NSW_01 (Lighting)", 199245); DictSNOMarkerSet.Add("a2dun_Cave_NSW_01 (Loot)", 122299); DictSNOMarkerSet.Add("a2dun_Cave_NSW_01 (Plant)", 188506); DictSNOMarkerSet.Add("a2dun_Cave_NSW_01", 67911); DictSNOMarkerSet.Add("a2Dun_Cave_NS_01 (Environment)", 188768); DictSNOMarkerSet.Add("a2Dun_Cave_NS_01 (Foliage)", 186934); DictSNOMarkerSet.Add("a2Dun_Cave_NS_01 (Lighting)", 199239); DictSNOMarkerSet.Add("a2Dun_Cave_NS_01 (Loot)", 122296); DictSNOMarkerSet.Add("a2Dun_Cave_NS_01 (Plant)", 188499); DictSNOMarkerSet.Add("a2Dun_Cave_NS_01", 69787); DictSNOMarkerSet.Add("a2dun_Cave_NW_01 (Environment)", 188787); DictSNOMarkerSet.Add("a2dun_Cave_NW_01 (Foliage)", 187216); DictSNOMarkerSet.Add("a2dun_Cave_NW_01 (Lighting)", 199246); DictSNOMarkerSet.Add("a2dun_Cave_NW_01 (Loot)", 122323); DictSNOMarkerSet.Add("a2dun_Cave_NW_01 (Plant)", 188507); DictSNOMarkerSet.Add("a2dun_Cave_NW_01", 67930); DictSNOMarkerSet.Add("a2dun_Cave_N_01 (Foliage)", 186686); DictSNOMarkerSet.Add("a2dun_Cave_N_01 (Lighting", 199234); DictSNOMarkerSet.Add("a2dun_Cave_N_01 (Loot)", 122285); DictSNOMarkerSet.Add("a2dun_Cave_N_01 (Plant)", 188493); DictSNOMarkerSet.Add("a2dun_Cave_N_01", 67774); DictSNOMarkerSet.Add("a2dun_Cave_N_dungeonStone_Exit_01 (Encounters)", 153336); DictSNOMarkerSet.Add("a2dun_Cave_N_dungeonStone_Exit_01 (Foliage)", 187608); DictSNOMarkerSet.Add("a2dun_Cave_N_dungeonStone_Exit_01 (Lighting)", 199258); DictSNOMarkerSet.Add("a2dun_Cave_N_dungeonStone_Exit_01 (Loot)", 353353); DictSNOMarkerSet.Add("a2dun_Cave_N_dungeonStone_Exit_01 (Plant)", 188494); DictSNOMarkerSet.Add("a2dun_Cave_N_Entrance_01 (Betrayer)", 205454); DictSNOMarkerSet.Add("a2dun_Cave_N_Entrance_01 (Encounters)", 99057); DictSNOMarkerSet.Add("a2dun_Cave_N_Entrance_01 (Foliage)", 186687); DictSNOMarkerSet.Add("a2dun_Cave_N_Entrance_01 (Lighting)", 199236); DictSNOMarkerSet.Add("a2dun_Cave_N_Entrance_01 (Loot)", 154146); DictSNOMarkerSet.Add("a2dun_Cave_N_Entrance_01 (Plant)", 188495); DictSNOMarkerSet.Add("a2dun_Cave_N_Entrance_01 (ZK Blood Cave)", 216763); DictSNOMarkerSet.Add("a2dun_Cave_N_Entrance_01", 67789); DictSNOMarkerSet.Add("a2dun_Cave_N_Exit_01 (Encounters)", 99061); DictSNOMarkerSet.Add("a2dun_Cave_N_Exit_01 (Foliage)", 186689); DictSNOMarkerSet.Add("a2dun_Cave_N_Exit_01 (Lighting)", 199235); DictSNOMarkerSet.Add("a2dun_Cave_N_Exit_01 (Loot)", 154147); DictSNOMarkerSet.Add("a2dun_Cave_N_Exit_01 (Plant)", 188496); DictSNOMarkerSet.Add("a2dun_Cave_N_Exit_01 (ZKBlood)", 231139); DictSNOMarkerSet.Add("a2dun_Cave_N_Exit_01", 68147); DictSNOMarkerSet.Add("a2dun_Cave_SEW_01 (Audio)", 229666); DictSNOMarkerSet.Add("a2dun_Cave_SEW_01 (Environment)", 188797); DictSNOMarkerSet.Add("a2dun_Cave_SEW_01 (Foliage)", 187163); DictSNOMarkerSet.Add("a2dun_Cave_SEW_01 (Lighting)", 199251); DictSNOMarkerSet.Add("a2dun_Cave_SEW_01 (Loot)", 122316); DictSNOMarkerSet.Add("a2dun_Cave_SEW_01 (Plant)", 188513); DictSNOMarkerSet.Add("a2dun_Cave_SEW_01", 68090); DictSNOMarkerSet.Add("a2dun_Cave_SE_01 (Environment)", 188796); DictSNOMarkerSet.Add("a2dun_Cave_SE_01 (Foliage)", 187133); DictSNOMarkerSet.Add("a2dun_Cave_SE_01 (Lighting)", 199250); DictSNOMarkerSet.Add("a2dun_Cave_SE_01 (Loot)", 122320); DictSNOMarkerSet.Add("a2dun_Cave_SE_01 (Plant)", 188512); DictSNOMarkerSet.Add("a2dun_Cave_SE_01", 68075); DictSNOMarkerSet.Add("a2dun_Cave_SW_01 (Environment)", 188798); DictSNOMarkerSet.Add("a2dun_Cave_SW_01 (Foliage)", 187165); DictSNOMarkerSet.Add("a2dun_Cave_SW_01 (Lighting)", 199252); DictSNOMarkerSet.Add("a2dun_Cave_SW_01 (Loot)", 122301); DictSNOMarkerSet.Add("a2dun_Cave_SW_01 (Plant)", 188515); DictSNOMarkerSet.Add("a2dun_Cave_SW_01", 68109); DictSNOMarkerSet.Add("a2dun_Cave_S_01 (Encounters)", 205432); DictSNOMarkerSet.Add("a2dun_Cave_S_01 (Environment)", 188788); DictSNOMarkerSet.Add("a2dun_Cave_S_01 (Foliage)", 187068); DictSNOMarkerSet.Add("a2dun_Cave_S_01 (Loot)", 122322); DictSNOMarkerSet.Add("a2dun_Cave_S_01 (Plant)", 188508); DictSNOMarkerSet.Add("a2dun_Cave_S_01 Lighting)", 199247); DictSNOMarkerSet.Add("a2dun_Cave_S_01", 68056); DictSNOMarkerSet.Add("a2dun_Cave_S_dungeonStone_Exit_01 (Encounters)", 153339); DictSNOMarkerSet.Add("a2dun_Cave_S_dungeonStone_Exit_01 (Foliage)", 187619); DictSNOMarkerSet.Add("a2dun_Cave_S_dungeonStone_Exit_01 (Lighting)", 199259); DictSNOMarkerSet.Add("a2dun_Cave_S_dungeonStone_Exit_01 (Loot)", 199276); DictSNOMarkerSet.Add("a2dun_Cave_S_dungeonStone_Exit_01 (Plant)", 188509); DictSNOMarkerSet.Add("a2dun_Cave_S_Entrance_01 (Encounters)", 99058); DictSNOMarkerSet.Add("a2dun_Cave_S_Entrance_01 (Environment)", 188789); DictSNOMarkerSet.Add("a2dun_Cave_S_Entrance_01 (Foliage)", 186659); DictSNOMarkerSet.Add("a2dun_Cave_S_Entrance_01 (Lighting)", 199248); DictSNOMarkerSet.Add("a2dun_Cave_S_Entrance_01 (Loot)", 122328); DictSNOMarkerSet.Add("a2dun_Cave_S_Entrance_01 (Plant)", 188510); DictSNOMarkerSet.Add("a2dun_Cave_S_Entrance_01 (ZK Blood Cave)", 216764); DictSNOMarkerSet.Add("a2dun_Cave_S_Entrance_01", 68066); DictSNOMarkerSet.Add("a2dun_Cave_S_Exit_01 (Encounters)", 204830); DictSNOMarkerSet.Add("a2dun_Cave_S_Exit_01 (Environment)", 188792); DictSNOMarkerSet.Add("a2dun_Cave_S_Exit_01 (Foliage)", 187079); DictSNOMarkerSet.Add("a2dun_Cave_S_Exit_01 (Lighting)", 199249); DictSNOMarkerSet.Add("a2dun_Cave_S_Exit_01 (Loot)", 122321); DictSNOMarkerSet.Add("a2dun_Cave_S_Exit_01 (Plant)", 188511); DictSNOMarkerSet.Add("a2dun_Cave_S_Exit_01 (ZKBlood_ExitMarker)", 231137); DictSNOMarkerSet.Add("a2dun_Cave_S_Exit_01", 68148); DictSNOMarkerSet.Add("a2dun_Cave_W_01 (Environment)", 188801); DictSNOMarkerSet.Add("a2dun_Cave_W_01 (Foliage)", 186654); DictSNOMarkerSet.Add("a2dun_Cave_W_01 (Lighting)", 199253); DictSNOMarkerSet.Add("a2dun_Cave_W_01 (Loot)", 122312); DictSNOMarkerSet.Add("a2dun_Cave_W_01 (Plant)", 188516); DictSNOMarkerSet.Add("a2dun_Cave_W_01", 68118); DictSNOMarkerSet.Add("a2dun_Cave_W_dungeonStone_Exit_01 (Encounters)", 153342); DictSNOMarkerSet.Add("a2dun_Cave_W_dungeonStone_Exit_01 (Foliage)", 187621); DictSNOMarkerSet.Add("a2dun_Cave_W_dungeonStone_Exit_01 (Loot)", 199273); DictSNOMarkerSet.Add("a2dun_Cave_W_dungeonStone_Exit_01 (Plant)", 188518); DictSNOMarkerSet.Add("a2dun_Cave_W_Entrance_01 (Encounters)", 99059); DictSNOMarkerSet.Add("a2dun_Cave_W_Entrance_01 (Environment)", 188803); DictSNOMarkerSet.Add("a2dun_Cave_W_Entrance_01 (Foliage)", 187169); DictSNOMarkerSet.Add("a2dun_Cave_W_Entrance_01 (Lighting)", 199254); DictSNOMarkerSet.Add("a2dun_Cave_W_Entrance_01 (Loot)", 199282); DictSNOMarkerSet.Add("a2dun_Cave_W_Entrance_01 (Plant)", 188519); DictSNOMarkerSet.Add("a2dun_Cave_W_Entrance_01 (ZK Blood Cave)", 216765); DictSNOMarkerSet.Add("a2dun_Cave_W_Entrance_01", 68129); DictSNOMarkerSet.Add("a2dun_Cave_W_Exit_01 (Encounters)", 99062); DictSNOMarkerSet.Add("a2dun_Cave_W_Exit_01 (Environment)", 188804); DictSNOMarkerSet.Add("a2dun_Cave_W_Exit_01 (Foliage)", 187200); DictSNOMarkerSet.Add("a2dun_Cave_W_Exit_01 (Lighting)", 199255); DictSNOMarkerSet.Add("a2dun_Cave_W_Exit_01 (Loot)", 199279); DictSNOMarkerSet.Add("a2dun_Cave_W_Exit_01 (Plant)", 188520); DictSNOMarkerSet.Add("a2dun_Cave_W_Exit_01 (ZKBlood)", 231140); DictSNOMarkerSet.Add("a2dun_Cave_W_Exit_01", 68149); DictSNOMarkerSet.Add("a2dun_Spider_01_Filler (Loot)", 149041); DictSNOMarkerSet.Add("a2dun_Spider_01_Filler", 74879); DictSNOMarkerSet.Add("a2dun_Spider_02_Filler (Encounters)", 182790); DictSNOMarkerSet.Add("a2dun_Spider_02_Filler (Environment)", 182749); DictSNOMarkerSet.Add("a2dun_Spider_02_Filler (Foliage)", 182748); DictSNOMarkerSet.Add("a2dun_Spider_02_Filler (Lighting)", 182751); DictSNOMarkerSet.Add("a2dun_Spider_02_Filler (Loot)", 182752); DictSNOMarkerSet.Add("a2dun_Spider_02_Filler", 182750); DictSNOMarkerSet.Add("a2dun_Spider_EW_01 (Encounters)", 99602); DictSNOMarkerSet.Add("a2dun_Spider_EW_01 (Lighting)", 89786); DictSNOMarkerSet.Add("a2dun_Spider_EW_01 (Loot)", 112880); DictSNOMarkerSet.Add("a2dun_Spider_EW_01", 20571); DictSNOMarkerSet.Add("a2dun_Spider_E_01 (Encounters)", 99590); DictSNOMarkerSet.Add("a2dun_Spider_E_01 (Lighting)", 89783); DictSNOMarkerSet.Add("a2dun_Spider_E_01 (Loot)", 114157); DictSNOMarkerSet.Add("a2dun_Spider_E_01", 20572); DictSNOMarkerSet.Add("a2dun_Spider_E_02 (Encounters)", 99592); DictSNOMarkerSet.Add("a2dun_Spider_E_02 (Lighting)", 89784); DictSNOMarkerSet.Add("a2dun_Spider_E_02 (Loot)", 139800); DictSNOMarkerSet.Add("a2dun_Spider_E_02", 69668); DictSNOMarkerSet.Add("a2dun_Spider_E_DungeonStone_Exit_01 (Encounters)", 324801); DictSNOMarkerSet.Add("a2dun_Spider_E_DungeonStone_Exit_01 (Loot)", 353344); DictSNOMarkerSet.Add("a2dun_Spider_E_Entrance_01 (Encounters)", 20573); DictSNOMarkerSet.Add("a2dun_Spider_E_Entrance_01 (Lighting)", 89785); DictSNOMarkerSet.Add("a2dun_Spider_E_Entrance_01 (Loot)", 114047); DictSNOMarkerSet.Add("a2dun_Spider_E_Entrance_01", 20574); DictSNOMarkerSet.Add("a2dun_Spider_E_Exit_01 (Encounters)", 404574); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_01 (Encounters)", 20575); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_01 (Lighting)", 89790); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_01 (Loot)", 114077); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_01", 20576); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_02 (Encounters)", 70190); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_02 (Lighting)", 89791); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_02 (Loot)", 114208); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_02", 20578); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_03 (Drag Me To Hell)", 123543); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_03 (Encounters)", 70191); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_03 (Lighting)", 89792); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_03 (Loot)", 114097); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_03", 20580); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_04 (CursedChest_SpiderTrap)", 365268); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_04 (Encounters)", 99605); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_04 (Lighting)", 89793); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_04 (Loot)", 140037); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_04", 71535); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_05 (Encounters)", 99609); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_05 (Lighting)", 89794); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_05 (Loot)", 139804); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_05", 71937); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_Queen (Encounters)", 61479); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_Queen (Lighting)", 89795); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_Queen (Loot)", 115644); DictSNOMarkerSet.Add("a2dun_Spider_NSEW_Queen", 61474); DictSNOMarkerSet.Add("a2dun_Spider_NS_01 (Encounters)", 99584); DictSNOMarkerSet.Add("a2dun_Spider_NS_01 (GoblinCocooned)", 123740); DictSNOMarkerSet.Add("a2dun_Spider_NS_01 (Lighting)", 89789); DictSNOMarkerSet.Add("a2dun_Spider_NS_01 (Loot)", 114121); DictSNOMarkerSet.Add("a2dun_Spider_NS_01 (Rappeling Spiders)", 167271); DictSNOMarkerSet.Add("a2dun_Spider_NS_01 (Stomach Ache)", 123574); DictSNOMarkerSet.Add("a2dun_Spider_NS_01", 20581); DictSNOMarkerSet.Add("a2dun_Spider_NS_01_StomachAche (Audio)", 229170); DictSNOMarkerSet.Add("a2dun_Spider_NS_01_StomachAche (Loot)", 140039); DictSNOMarkerSet.Add("a2dun_Spider_N_01 (Encounters)", 99603); DictSNOMarkerSet.Add("a2dun_Spider_N_01 (Lighting)", 89787); DictSNOMarkerSet.Add("a2dun_Spider_N_01 (Loot)", 114093); DictSNOMarkerSet.Add("a2dun_Spider_N_01", 20582); DictSNOMarkerSet.Add("a2dun_Spider_N_02 (Encounters)", 99607); DictSNOMarkerSet.Add("a2dun_Spider_N_02 (Lighting)", 89788); DictSNOMarkerSet.Add("a2dun_Spider_N_02 (Loot)", 139803); DictSNOMarkerSet.Add("a2dun_Spider_N_02", 20583); DictSNOMarkerSet.Add("a2dun_Spider_N_DungeonStone_Exit_01 (Encounters)", 324802); DictSNOMarkerSet.Add("a2dun_Spider_N_Entrance_01 (Encounters)", 398368); DictSNOMarkerSet.Add("a2dun_Spider_N_Entrance_01 (Environment)", 398040); DictSNOMarkerSet.Add("a2dun_Spider_N_Entrance_01 (Foliage)", 398039); DictSNOMarkerSet.Add("a2dun_Spider_N_Entrance_01 (Lighting)", 398042); DictSNOMarkerSet.Add("a2dun_Spider_N_Entrance_01 (Loot)", 398043); DictSNOMarkerSet.Add("a2dun_Spider_N_Entrance_01", 398041); DictSNOMarkerSet.Add("a2dun_Spider_N_Exit_01 (Encounters)", 404572); DictSNOMarkerSet.Add("a2dun_Spider_S_01 (Encounters)", 99591); DictSNOMarkerSet.Add("a2dun_Spider_S_01 (Lighting)", 89796); DictSNOMarkerSet.Add("a2dun_Spider_S_01 (Loot)", 114142); DictSNOMarkerSet.Add("a2dun_Spider_S_01", 20584); DictSNOMarkerSet.Add("a2dun_Spider_S_02 (Encounters)", 99597); DictSNOMarkerSet.Add("a2dun_Spider_S_02 (Lighting)", 89797); DictSNOMarkerSet.Add("a2dun_Spider_S_02 (Loot)", 139814); DictSNOMarkerSet.Add("a2dun_Spider_S_02", 69952); DictSNOMarkerSet.Add("a2dun_Spider_S_DungeonStone_Exit_01 (Encounters)", 324803); DictSNOMarkerSet.Add("a2dun_Spider_S_Entrance_01 (Encounters)", 404571); DictSNOMarkerSet.Add("a2dun_Spider_S_Exit_01 (Encounters)", 182511); DictSNOMarkerSet.Add("a2dun_Spider_S_Exit_01 (Environment)", 182471); DictSNOMarkerSet.Add("a2dun_Spider_S_Exit_01 (Foliage)", 182470); DictSNOMarkerSet.Add("a2dun_Spider_S_Exit_01 (Lighting)", 182473); DictSNOMarkerSet.Add("a2dun_Spider_S_Exit_01 (Loot)", 182474); DictSNOMarkerSet.Add("a2dun_Spider_S_Exit_01", 182472); DictSNOMarkerSet.Add("a2dun_Spider_S_Queen (Audio)", 222436); DictSNOMarkerSet.Add("a2dun_Spider_S_Queen (Encounters)", 72750); DictSNOMarkerSet.Add("a2dun_Spider_S_Queen (Lighting)", 89799); DictSNOMarkerSet.Add("a2dun_Spider_S_Queen (Loot)", 147899); DictSNOMarkerSet.Add("a2dun_Spider_S_Queen", 72742); DictSNOMarkerSet.Add("a2dun_Spider_W_01 (Calldown)", 123322); DictSNOMarkerSet.Add("a2dun_Spider_W_01 (Encounters)", 99606); DictSNOMarkerSet.Add("a2dun_Spider_W_01 (Lighting)", 89800); DictSNOMarkerSet.Add("a2dun_Spider_W_01 (Loot)", 114141); DictSNOMarkerSet.Add("a2dun_Spider_W_01", 20587); DictSNOMarkerSet.Add("a2dun_Spider_W_02 (Encounters)", 99610); DictSNOMarkerSet.Add("a2dun_Spider_W_02 (Lighting)", 89801); DictSNOMarkerSet.Add("a2dun_Spider_W_02 (Loot)", 139816); DictSNOMarkerSet.Add("a2dun_Spider_W_02 (Waypoint)", 169726); DictSNOMarkerSet.Add("a2dun_Spider_W_02", 70281); DictSNOMarkerSet.Add("a2dun_Spider_W_DungeonStone_Exit_01 (Encounters)", 324804); DictSNOMarkerSet.Add("a2dun_Spider_W_Entrance_01 (Encounters)", 398369); DictSNOMarkerSet.Add("a2dun_Spider_W_Entrance_01 (Lighting)", 397523); DictSNOMarkerSet.Add("a2dun_Spider_W_Entrance_01 (Loot)", 397524); DictSNOMarkerSet.Add("a2dun_Spider_W_Entrance_01", 397522); DictSNOMarkerSet.Add("a2dun_Spider_W_Exit_01 (Encounters)", 404573); DictSNOMarkerSet.Add("a2dun_Swr_01_Filler", 1233); DictSNOMarkerSet.Add("a2Dun_Swr_Adria_Level01 (World)", 81185); DictSNOMarkerSet.Add("a2dun_Swr_EW_01 (Encounters)", 20588); DictSNOMarkerSet.Add("a2dun_Swr_EW_01 (Loot)", 121926); DictSNOMarkerSet.Add("a2dun_Swr_EW_01 (Swarm)", 192578); DictSNOMarkerSet.Add("a2dun_Swr_EW_01", 20589); DictSNOMarkerSet.Add("a2dun_Swr_EW_01B (Encounters)", 20590); DictSNOMarkerSet.Add("a2dun_Swr_EW_01B (Loot)", 121927); DictSNOMarkerSet.Add("a2dun_Swr_EW_01B (Swarm)", 192647); DictSNOMarkerSet.Add("a2dun_Swr_EW_01B", 20591); DictSNOMarkerSet.Add("a2dun_Swr_EW_02 (Encounters)", 20592); DictSNOMarkerSet.Add("a2dun_Swr_EW_02 (Loot)", 121928); DictSNOMarkerSet.Add("a2dun_Swr_EW_02 (Swarm)", 192652); DictSNOMarkerSet.Add("a2dun_Swr_EW_02", 20593); DictSNOMarkerSet.Add("a2dun_Swr_E_01 (Encounters)", 20594); DictSNOMarkerSet.Add("a2dun_Swr_E_01 (Loot)", 121992); DictSNOMarkerSet.Add("a2dun_Swr_E_01 (Swarm)", 192555); DictSNOMarkerSet.Add("a2dun_Swr_E_01", 20595); DictSNOMarkerSet.Add("a2dun_Swr_E_01_Actors", 57631); DictSNOMarkerSet.Add("a2dun_Swr_E_DungeonStone_Exit_01 (Encounters)", 184430); DictSNOMarkerSet.Add("a2dun_Swr_E_Dungeonstone_Exit_01 (Loot)", 322669); DictSNOMarkerSet.Add("A2dun_Swr_E_Entrance_01 (Encounters)", 51383); DictSNOMarkerSet.Add("A2dun_Swr_E_Entrance_01 (Loot)", 122199); DictSNOMarkerSet.Add("A2dun_Swr_E_Entrance_01 (Rescue Adria)", 119202); DictSNOMarkerSet.Add("A2dun_Swr_E_Entrance_01 (SewerToOasis)", 239094); DictSNOMarkerSet.Add("A2dun_Swr_E_Entrance_01 (Swarm)", 192566); DictSNOMarkerSet.Add("A2dun_Swr_E_Entrance_01", 20596); DictSNOMarkerSet.Add("a2dun_Swr_E_ExitToPrison_01 (Encounters)", 174086); DictSNOMarkerSet.Add("a2dun_Swr_E_ExitToPrison_01 (Loot)", 174103); DictSNOMarkerSet.Add("a2dun_Swr_E_ExitToPrison_01 (Swarm)", 192577); DictSNOMarkerSet.Add("a2dun_Swr_E_Exit_01 (Encounters)", 58029); DictSNOMarkerSet.Add("a2dun_Swr_E_Exit_01 (Loot)", 121925); DictSNOMarkerSet.Add("a2dun_Swr_E_Exit_01 (Sewer to Oasis)", 178783); DictSNOMarkerSet.Add("a2dun_Swr_E_Exit_01 (Swarm)", 192575); DictSNOMarkerSet.Add("a2dun_Swr_E_Exit_01", 58028); DictSNOMarkerSet.Add("a2dun_Swr_NEW_01 (Encounters)", 20597); DictSNOMarkerSet.Add("a2dun_Swr_NEW_01 (Loot)", 121939); DictSNOMarkerSet.Add("a2dun_Swr_NEW_01 (Swarm)", 192688); DictSNOMarkerSet.Add("a2dun_Swr_NEW_01", 20598); DictSNOMarkerSet.Add("a2dun_Swr_NEW_02 (Encounters)", 20599); DictSNOMarkerSet.Add("a2dun_Swr_NEW_02 (Loot)", 121945); DictSNOMarkerSet.Add("a2dun_Swr_NEW_02 (Swarm)", 192692); DictSNOMarkerSet.Add("a2dun_Swr_NEW_02", 20600); DictSNOMarkerSet.Add("a2dun_Swr_NE_01 (Audio)", 226848); DictSNOMarkerSet.Add("a2dun_Swr_NE_01 (Encounters)", 20601); DictSNOMarkerSet.Add("a2dun_Swr_NE_01 (Loot)", 121934); DictSNOMarkerSet.Add("a2dun_Swr_NE_01 (Swarm)", 96990); DictSNOMarkerSet.Add("a2dun_Swr_NE_01", 20602); DictSNOMarkerSet.Add("a2dun_Swr_NE_02 (Encounters)", 20603); DictSNOMarkerSet.Add("a2dun_Swr_NE_02 (Loot)", 121938); DictSNOMarkerSet.Add("a2dun_Swr_NE_02 (Swarm)", 192677); DictSNOMarkerSet.Add("a2dun_Swr_NE_02", 20604); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01 (Encounters)", 20605); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01 (Loot)", 121969); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01 (Shade of Radament Event)", 156997); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01 (Swarm)", 192949); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01", 20606); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01B (Encounters)", 1234); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01B (Loot)", 121971); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01B (Swarm)", 192951); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01B", 20607); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01C (Audio)", 197333); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01C (Encounters)", 20608); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01C (Loot)", 121972); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01C (SewerSearchers)", 107698); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01C (Swarm)", 192957); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01C", 20609); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_01_Actors", 20611); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_02 (Encounters)", 20612); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_02 (Loot)", 121973); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_02 (Sewer Searchers)", 219797); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_02 (Swarm)", 192979); DictSNOMarkerSet.Add("a2dun_Swr_NSEW_02", 20613); DictSNOMarkerSet.Add("a2dun_Swr_NSE_01 (Encounters)", 20614); DictSNOMarkerSet.Add("a2dun_Swr_NSE_01 (Loot)", 121963); DictSNOMarkerSet.Add("a2dun_Swr_NSE_01 (Swarm)", 192810); DictSNOMarkerSet.Add("a2dun_Swr_NSE_01", 20615); DictSNOMarkerSet.Add("a2dun_Swr_NSE_01B (Audio)", 197334); DictSNOMarkerSet.Add("a2dun_Swr_NSE_01B (Encounters)", 20616); DictSNOMarkerSet.Add("a2dun_Swr_NSE_01B (Loot)", 121964); DictSNOMarkerSet.Add("a2dun_Swr_NSE_01B (Swarm)", 192811); DictSNOMarkerSet.Add("a2dun_Swr_NSE_01B", 20617); DictSNOMarkerSet.Add("a2dun_Swr_NSE_02 (Encounters)", 20618); DictSNOMarkerSet.Add("a2dun_Swr_NSE_02 (Loot)", 121968); DictSNOMarkerSet.Add("a2dun_Swr_NSE_02 (Swarm)", 192947); DictSNOMarkerSet.Add("a2dun_Swr_NSE_02", 20619); DictSNOMarkerSet.Add("a2dun_Swr_NSW_01 (Encounters)", 20620); DictSNOMarkerSet.Add("a2dun_Swr_NSW_01 (Loot)", 121974); DictSNOMarkerSet.Add("a2dun_Swr_NSW_01 (Swarm)", 192981); DictSNOMarkerSet.Add("a2dun_Swr_NSW_01", 20621); DictSNOMarkerSet.Add("a2dun_Swr_NSW_02 (Audio)", 221868); DictSNOMarkerSet.Add("a2dun_Swr_NSW_02 (Caldeum Sewers)", 120256); DictSNOMarkerSet.Add("a2dun_Swr_NSW_02 (Encounters)", 20622); DictSNOMarkerSet.Add("a2dun_Swr_NSW_02 (Loot)", 121975); DictSNOMarkerSet.Add("a2dun_Swr_NSW_02", 20623); DictSNOMarkerSet.Add("a2dun_Swr_NS_01 (Encounters)", 20624); DictSNOMarkerSet.Add("a2dun_Swr_NS_01 (Loot)", 121948); DictSNOMarkerSet.Add("a2dun_Swr_NS_01 (Swarm)", 192779); DictSNOMarkerSet.Add("a2dun_Swr_NS_01", 20625); DictSNOMarkerSet.Add("a2dun_Swr_NS_02 (Encounters)", 20626); DictSNOMarkerSet.Add("a2dun_Swr_NS_02 (Loot)", 121962); DictSNOMarkerSet.Add("a2dun_Swr_NS_02 (Swarm)", 192806); DictSNOMarkerSet.Add("a2dun_Swr_NS_02", 20627); DictSNOMarkerSet.Add("a2dun_Swr_NW_01 (Encounters)", 20629); DictSNOMarkerSet.Add("a2dun_Swr_NW_01 (Loot)", 121976); DictSNOMarkerSet.Add("a2dun_Swr_NW_01 (Swarm)", 193046); DictSNOMarkerSet.Add("a2dun_Swr_NW_01", 20630); DictSNOMarkerSet.Add("a2dun_Swr_NW_02 (Encounters)", 55544); DictSNOMarkerSet.Add("a2dun_Swr_NW_02 (Loot)", 121977); DictSNOMarkerSet.Add("a2dun_Swr_NW_02 (Swarm)", 193208); DictSNOMarkerSet.Add("a2dun_Swr_NW_02", 20631); DictSNOMarkerSet.Add("a2dun_Swr_N_01 (Encounters)", 51384); DictSNOMarkerSet.Add("a2dun_Swr_N_01 (Ghost Hunters Event)", 168861); DictSNOMarkerSet.Add("a2dun_Swr_N_01 (Loot)", 121994); DictSNOMarkerSet.Add("a2dun_Swr_N_01 (Swarm)", 192655); DictSNOMarkerSet.Add("a2dun_Swr_N_01", 20632); DictSNOMarkerSet.Add("a2dun_Swr_N_DungeonStone_Exit_01 (Encounters)", 184431); DictSNOMarkerSet.Add("a2dun_Swr_N_Dungeonstone_Exit_01 (Loot)", 322670); DictSNOMarkerSet.Add("a2dun_Swr_N_Entrance_01 (Encounters)", 20633); DictSNOMarkerSet.Add("a2dun_Swr_N_Entrance_01 (Loot)", 121929); DictSNOMarkerSet.Add("a2dun_Swr_N_Entrance_01 (Rescue Adria)", 119241); DictSNOMarkerSet.Add("a2dun_Swr_N_Entrance_01 (SewerToOasis)", 239095); DictSNOMarkerSet.Add("a2dun_Swr_N_Entrance_01 (Swarm)", 192669); DictSNOMarkerSet.Add("a2dun_Swr_N_Entrance_01", 51385); DictSNOMarkerSet.Add("a2dun_Swr_N_ExitToPrison_01 (Encounters)", 174074); DictSNOMarkerSet.Add("a2dun_Swr_N_ExitToPrison_01 (Loot)", 174108); DictSNOMarkerSet.Add("a2dun_Swr_N_ExitToPrison_01 (Swarm)", 192673); DictSNOMarkerSet.Add("a2dun_Swr_N_Exit_01 (Encounters)", 58031); DictSNOMarkerSet.Add("a2dun_Swr_N_Exit_01 (Loot)", 121930); DictSNOMarkerSet.Add("a2dun_Swr_N_Exit_01 (SewerToOasis)", 178785); DictSNOMarkerSet.Add("a2dun_Swr_N_Exit_01 (Swarm)", 192672); DictSNOMarkerSet.Add("a2dun_Swr_N_Exit_01", 58030); DictSNOMarkerSet.Add("a2dun_Swr_SEW_01 (Encounters)", 20634); DictSNOMarkerSet.Add("a2dun_Swr_SEW_01 (Loot)", 121982); DictSNOMarkerSet.Add("a2dun_Swr_SEW_01 (Swarm)", 193356); DictSNOMarkerSet.Add("a2dun_Swr_SEW_01", 20635); DictSNOMarkerSet.Add("a2dun_Swr_SEW_01B (CaldeumSewers)", 113917); DictSNOMarkerSet.Add("a2dun_Swr_SEW_01B (Encounters)", 51386); DictSNOMarkerSet.Add("a2dun_Swr_SEW_01B (Loot)", 121983); DictSNOMarkerSet.Add("a2dun_Swr_SEW_01B (Swarm)", 193400); DictSNOMarkerSet.Add("a2dun_Swr_SEW_01B", 20636); DictSNOMarkerSet.Add("a2dun_Swr_SEW_02 (Encounters)", 20637); DictSNOMarkerSet.Add("a2dun_Swr_SEW_02 (Loot)", 121984); DictSNOMarkerSet.Add("a2dun_Swr_SEW_02 (Swarm)", 193404); DictSNOMarkerSet.Add("a2dun_Swr_SEW_02", 20638); DictSNOMarkerSet.Add("a2dun_Swr_SE_01 (Audio)", 230722); DictSNOMarkerSet.Add("a2dun_Swr_SE_01 (Encounters)", 20639); DictSNOMarkerSet.Add("a2dun_Swr_SE_01 (Loot)", 121980); DictSNOMarkerSet.Add("a2dun_Swr_SE_01 (Swarm)", 193276); DictSNOMarkerSet.Add("a2dun_Swr_SE_01", 20640); DictSNOMarkerSet.Add("a2dun_Swr_SE_02 (Audio)", 197340); DictSNOMarkerSet.Add("a2dun_Swr_SE_02 (Encounters)", 20641); DictSNOMarkerSet.Add("a2dun_Swr_SE_02 (Loot)", 121981); DictSNOMarkerSet.Add("a2dun_Swr_SE_02 (Swarm)", 193347); DictSNOMarkerSet.Add("a2dun_Swr_SE_02", 20642); DictSNOMarkerSet.Add("a2dun_Swr_SW_02 (Encounters)", 20643); DictSNOMarkerSet.Add("a2dun_Swr_SW_02 (Loot)", 121985); DictSNOMarkerSet.Add("a2dun_Swr_SW_02 (Swarm)", 193614); DictSNOMarkerSet.Add("a2dun_Swr_SW_02", 20644); DictSNOMarkerSet.Add("a2dun_Swr_S_01 (Encounters)", 1236); DictSNOMarkerSet.Add("a2dun_Swr_S_01 (Loot)", 121996); DictSNOMarkerSet.Add("a2dun_Swr_S_01 (Sewer Shark Event)", 156736); DictSNOMarkerSet.Add("a2dun_Swr_S_01 (Swarm)", 193255); DictSNOMarkerSet.Add("a2dun_Swr_S_01", 20645); DictSNOMarkerSet.Add("a2dun_Swr_S_DungeonStone_Exit_01 (Encounters)", 184434); DictSNOMarkerSet.Add("a2dun_Swr_S_Dungeonstone_Exit_01 (Loot)", 322671); DictSNOMarkerSet.Add("a2dun_Swr_S_Entrance_01 (Encounters)", 20646); DictSNOMarkerSet.Add("a2dun_Swr_S_Entrance_01 (Loot)", 121978); DictSNOMarkerSet.Add("a2dun_Swr_S_Entrance_01 (Rescue Adria)", 119242); DictSNOMarkerSet.Add("a2dun_Swr_S_Entrance_01 (SewerToOasis)", 239096); DictSNOMarkerSet.Add("a2dun_Swr_S_Entrance_01 (Swarm)", 193262); DictSNOMarkerSet.Add("a2dun_Swr_S_Entrance_01", 20647); DictSNOMarkerSet.Add("a2dun_Swr_S_ExitToPrison_01 (Encounters)", 174114); DictSNOMarkerSet.Add("a2dun_Swr_S_ExitToPrison_01 (Loot)", 174113); DictSNOMarkerSet.Add("a2dun_Swr_S_Exit_01 (Encounters)", 58061); DictSNOMarkerSet.Add("a2dun_Swr_S_Exit_01 (Loot)", 121979); DictSNOMarkerSet.Add("a2dun_Swr_S_Exit_01 (Sewers to Oasis)", 178799); DictSNOMarkerSet.Add("a2dun_Swr_S_Exit_01 (Swarm)", 193274); DictSNOMarkerSet.Add("a2dun_Swr_S_Exit_01", 58059); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_02 (Audio)", 197250); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_02 (Encounters)", 58492); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_02 (Loot)", 153820); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_02", 58490); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_04 (Audio)", 229537); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_04 (Encounters)", 178946); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_04 (Lighting)", 178460); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_04 (Loot)", 178461); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_04 (Set Dungeons)", 447281); DictSNOMarkerSet.Add("a2dun_Swr_S_Special_04", 178459); DictSNOMarkerSet.Add("a2dun_Swr_W_01 (Encounters)", 20648); DictSNOMarkerSet.Add("a2dun_Swr_W_01 (Loot)", 121998); DictSNOMarkerSet.Add("a2dun_Swr_W_01 (Swarm)", 193645); DictSNOMarkerSet.Add("a2dun_Swr_W_01", 20649); DictSNOMarkerSet.Add("a2dun_Swr_W_DungeonStone_Exit_01 (Encounters)", 184433); DictSNOMarkerSet.Add("a2dun_Swr_W_Dungeonstone_Exit_01 (Loot)", 322674); DictSNOMarkerSet.Add("a2dun_Swr_W_Entrance_01 (Caldeum Sewer)", 116373); DictSNOMarkerSet.Add("a2dun_Swr_W_Entrance_01 (Encounters)", 51388); DictSNOMarkerSet.Add("a2dun_Swr_W_Entrance_01 (Loot)", 121999); DictSNOMarkerSet.Add("a2dun_Swr_W_Entrance_01 (Rescue Adria)", 119243); DictSNOMarkerSet.Add("a2dun_Swr_W_Entrance_01 (SewerToOasis)", 239097); DictSNOMarkerSet.Add("a2dun_Swr_W_Entrance_01 (Swarm)", 193648); DictSNOMarkerSet.Add("a2dun_Swr_W_Entrance_01", 51389); DictSNOMarkerSet.Add("a2dun_Swr_W_ExitToPrison_01 (Encounters)", 174119); DictSNOMarkerSet.Add("a2dun_Swr_W_ExitToPrison_01 (Loot)", 174118); DictSNOMarkerSet.Add("a2dun_Swr_W_Exit_01 (Encounters)", 58064); DictSNOMarkerSet.Add("a2dun_Swr_W_Exit_01 (Loot)", 121986); DictSNOMarkerSet.Add("a2dun_Swr_W_Exit_01 (Sewer to Oasis)", 178803); DictSNOMarkerSet.Add("a2dun_Swr_W_Exit_01 (Swarm)", 193656); DictSNOMarkerSet.Add("a2dun_Swr_W_Exit_01", 58063); DictSNOMarkerSet.Add("a2dun_Zolt_01_Filler (Encounters)", 20650); DictSNOMarkerSet.Add("a2dun_Zolt_01_Filler", 20651); DictSNOMarkerSet.Add("a2dun_Zolt_02_Filler", 20652); DictSNOMarkerSet.Add("a2dun_Zolt_02_Filler_Library", 68086); DictSNOMarkerSet.Add("a2dun_Zolt_02_Filler_tablet", 20653); DictSNOMarkerSet.Add("a2dun_Zolt_02_Filler_tablet_NS", 20654); DictSNOMarkerSet.Add("a2dun_Zolt_03_Filler (Encounters)", 201148); DictSNOMarkerSet.Add("a2dun_Zolt_03_Filler", 20655); DictSNOMarkerSet.Add("a2dun_Zolt_05_Filler", 20657); DictSNOMarkerSet.Add("a2dun_Zolt_Bossfight (Audio)", 231400); DictSNOMarkerSet.Add("a2dun_Zolt_Bossfight (Encounters)", 60196); DictSNOMarkerSet.Add("a2dun_Zolt_Bossfight (Loot)", 152482); DictSNOMarkerSet.Add("a2dun_Zolt_Bossfight", 59809); DictSNOMarkerSet.Add("a2dun_Zolt_EW_01 (Encounters)", 20658); DictSNOMarkerSet.Add("a2dun_Zolt_EW_01 (Loot)", 122200); DictSNOMarkerSet.Add("a2dun_Zolt_EW_01", 20659); DictSNOMarkerSet.Add("a2dun_Zolt_EW_02 (Encounters)", 20660); DictSNOMarkerSet.Add("a2dun_Zolt_EW_02 (Loot)", 108831); DictSNOMarkerSet.Add("a2dun_Zolt_EW_02", 20663); DictSNOMarkerSet.Add("a2dun_Zolt_EW_04 (Encounters)", 1237); DictSNOMarkerSet.Add("a2dun_Zolt_EW_04 (Loot)", 122210); DictSNOMarkerSet.Add("a2dun_Zolt_EW_04 (Zoltun Kulle Sand Ambush)", 116108); DictSNOMarkerSet.Add("a2dun_Zolt_EW_04", 20666); DictSNOMarkerSet.Add("a2dun_Zolt_EW_04_Markers", 69132); DictSNOMarkerSet.Add("a2dun_Zolt_E_01 (Encounters)", 20667); DictSNOMarkerSet.Add("a2dun_Zolt_E_01 (Loot)", 122209); DictSNOMarkerSet.Add("a2dun_Zolt_E_01", 20668); DictSNOMarkerSet.Add("a2dun_Zolt_E_02 (A2C2ZK_Timed)", 217571); DictSNOMarkerSet.Add("a2dun_Zolt_E_02 (Encounters)", 20669); DictSNOMarkerSet.Add("a2dun_Zolt_E_02 (Loot)", 122208); DictSNOMarkerSet.Add("a2dun_Zolt_E_02 (Loot_Timed_Zolt)", 217718); DictSNOMarkerSet.Add("a2dun_Zolt_E_02", 20670); DictSNOMarkerSet.Add("a2dun_Zolt_E_03 (Encounters)", 151955); DictSNOMarkerSet.Add("a2dun_Zolt_E_03 (Lighting)", 151788); DictSNOMarkerSet.Add("a2dun_Zolt_E_03 (Loot)", 151789); DictSNOMarkerSet.Add("a2dun_Zolt_E_03 (Shadow Portal)", 214553); DictSNOMarkerSet.Add("a2dun_Zolt_E_03", 151787); DictSNOMarkerSet.Add("a2dun_Zolt_E_DungeonStone_Exit_01 (Encounters)", 184623); DictSNOMarkerSet.Add("a2dun_Zolt_E_DungeonStone_Exit_01 (Loot)", 192679); DictSNOMarkerSet.Add("a2dun_Zolt_E_Entrance (Encounters)", 20671); DictSNOMarkerSet.Add("a2dun_Zolt_E_Entrance (Exit)", 106111); DictSNOMarkerSet.Add("a2dun_Zolt_E_Entrance (Loot)", 122207); DictSNOMarkerSet.Add("a2dun_Zolt_E_Entrance (Special Markers)", 20672); DictSNOMarkerSet.Add("a2dun_Zolt_E_Entrance", 20673); DictSNOMarkerSet.Add("a2dun_Zolt_E_Exit (Encounters)", 20674); DictSNOMarkerSet.Add("a2dun_Zolt_E_Exit (Loot)", 122206); DictSNOMarkerSet.Add("a2dun_Zolt_E_Exit (Special Markers)", 20675); DictSNOMarkerSet.Add("a2dun_Zolt_E_Exit", 20676); DictSNOMarkerSet.Add("a2dun_Zolt_Filler_Contraption_B (Encounters)", 199811); DictSNOMarkerSet.Add("a2dun_Zolt_Filler_Contraption_B", 75655); DictSNOMarkerSet.Add("a2dun_Zolt_FIller_fog_400 (Lighting)", 168885); DictSNOMarkerSet.Add("a2dun_Zolt_FIller_fog_400 (Loot)", 168886); DictSNOMarkerSet.Add("a2dun_Zolt_FIller_fog_400", 168884); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_02 (CursedChest_Dustbowl)", 367976); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_02 (CursedChest_FoulHatchery)", 365795); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_02 (Encounters)", 20677); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_02 (Loot)", 122211); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_02 (Zoltun Kulle Ambush)", 116071); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_02", 20680); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_03 (Encounters)", 20681); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_03 (Loot)", 122273); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_03", 20683); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_03_Markers", 72901); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_04 (Encounters)", 20685); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_04 (Loot)", 122272); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_04", 20687); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_04_Library (Encounters)", 154983); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_04_Library (Loot)", 122221); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_04_Library", 67026); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_04_Library_LightingFX", 74633); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_04_Library_Markers", 69186); DictSNOMarkerSet.Add("a2dun_zolt_Hall_EW_04_Markers", 69919); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_200 (Encounters)", 199788); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_200 (Loot)", 152266); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_200", 59215); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_200_Markersets", 172790); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_480 (Encounters)", 20689); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_480 (Loot)", 122226); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_EW_480", 20692); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_01 (Encounters)", 20693); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_01 (Loot)", 122271); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_01", 20694); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_01_Markers", 69929); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_02 (Encounters)", 20695); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_02 (Loot)", 122225); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_02", 20698); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_03 (Encounters)", 20699); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_03 (Loot)", 122224); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_03", 1239); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_03_Markersets", 72935); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_200 (Encounters)", 199994); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_200 (Loot)", 122223); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_200", 59557); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_200_Markersets", 173443); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480 (Encounters)", 20702); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480 (Lobby)", 106092); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480 (Loot)", 122222); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480", 20705); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480_02 (Bridge Ambush - Ghosts)", 140690); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480_02 (Encounters)", 53810); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480_02 (Loot)", 122227); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480_02", 20706); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480_02_Library (Encounters)", 199796); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480_02_Library (Loot)", 122228); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480_02_Library", 67557); DictSNOMarkerSet.Add("a2dun_Zolt_Hall_NS_480_02_Library_Markersets", 72944); DictSNOMarkerSet.Add("a2dun_Zolt_NEW_01 (Encounters)", 20708); DictSNOMarkerSet.Add("a2dun_Zolt_NEW_01 (Environment)", 248737); DictSNOMarkerSet.Add("a2dun_Zolt_NEW_01 (Loot)", 152576); DictSNOMarkerSet.Add("a2dun_Zolt_NEW_01", 20709); DictSNOMarkerSet.Add("a2dun_Zolt_NEW_01_Markers", 73075); DictSNOMarkerSet.Add("a2dun_Zolt_NE_01 (Encounters)", 20710); DictSNOMarkerSet.Add("a2dun_Zolt_NE_01 (Loot)", 122230); DictSNOMarkerSet.Add("a2dun_Zolt_NE_01", 20712); DictSNOMarkerSet.Add("a2dun_Zolt_NE_01_Markers", 73073); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01 (Encounters)", 20713); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01 (Loot)", 122232); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01", 20714); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceA (Archives1)", 150938); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceA (Encounters)", 150936); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceA (Lighting)", 150673); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceA (Loot)", 150674); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceA", 150672); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceC (Archives3)", 150946); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceC (Encounters)", 199798); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceC (Loot)", 150945); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceC", 69229); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_CenterpieceC_Markersets", 73272); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_01_Markers", 72562); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_02 (Encounters)", 20715); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_02 (Loot)", 122270); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_02", 20716); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_02_Library (Encounters)", 199943); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_02_Library (Loot)", 122235); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_02_Library", 67927); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_02_Library_Markersets", 73173); DictSNOMarkerSet.Add("a2dun_Zolt_NSEW_02_Markersets", 73152); DictSNOMarkerSet.Add("a2dun_Zolt_NSE_02 (Encounters)", 53814); DictSNOMarkerSet.Add("a2dun_Zolt_NSE_02 (Loot)", 152673); DictSNOMarkerSet.Add("a2dun_Zolt_NSE_02", 20721); DictSNOMarkerSet.Add("a2dun_Zolt_NSE_02_Markers", 73117); DictSNOMarkerSet.Add("a2dun_Zolt_NSE_Library (Encounters)", 198948); DictSNOMarkerSet.Add("a2dun_Zolt_NSE_Library (Loot)", 122231); DictSNOMarkerSet.Add("a2dun_Zolt_NSE_Library", 65902); DictSNOMarkerSet.Add("a2dun_Zolt_NSE_Library_Markersets", 73135); DictSNOMarkerSet.Add("a2dun_Zolt_NSW_01 (Encounters)", 20722); DictSNOMarkerSet.Add("a2dun_Zolt_NSW_01 (Loot)", 122269); DictSNOMarkerSet.Add("a2dun_Zolt_NSW_01", 20725); DictSNOMarkerSet.Add("a2dun_Zolt_NSW_01_Library (Encounters)", 199996); DictSNOMarkerSet.Add("a2dun_Zolt_NSW_01_Library (Loot)", 122239); DictSNOMarkerSet.Add("a2dun_Zolt_NSW_01_Library", 67750); DictSNOMarkerSet.Add("a2dun_Zolt_NSW_01_Library_Markersets", 73181); DictSNOMarkerSet.Add("a2dun_Zolt_NSW_01_Markersets", 73179); DictSNOMarkerSet.Add("a2dun_Zolt_NS_01 (Encounters)", 20726); DictSNOMarkerSet.Add("a2dun_Zolt_NS_01 (Environment)", 20727); DictSNOMarkerSet.Add("a2dun_Zolt_NS_01 (Loot)", 152588); DictSNOMarkerSet.Add("a2dun_Zolt_NS_01", 20729); DictSNOMarkerSet.Add("a2dun_Zolt_NS_01_Markers", 70273); DictSNOMarkerSet.Add("a2dun_Zolt_NW_01 (Encounters)", 20730); DictSNOMarkerSet.Add("a2dun_Zolt_NW_01 (Loot)", 122238); DictSNOMarkerSet.Add("a2dun_Zolt_NW_01", 20733); DictSNOMarkerSet.Add("a2dun_Zolt_NW_01_Markers", 70448); DictSNOMarkerSet.Add("a2dun_Zolt_N_01 (Encounters)", 20735); DictSNOMarkerSet.Add("a2dun_Zolt_N_01 (Environment)", 199816); DictSNOMarkerSet.Add("a2dun_Zolt_N_01 (Loot)", 122229); DictSNOMarkerSet.Add("a2dun_Zolt_N_01", 20737); DictSNOMarkerSet.Add("a2dun_Zolt_N_02 (A2C2ZK_Timed)", 217569); DictSNOMarkerSet.Add("a2dun_Zolt_N_02 (Encounters)", 20738); DictSNOMarkerSet.Add("a2dun_Zolt_N_02 (Loot)", 202334); DictSNOMarkerSet.Add("a2dun_Zolt_N_02 (Loot_Timed_Zolt)", 217729); DictSNOMarkerSet.Add("a2dun_Zolt_N_02", 20739); DictSNOMarkerSet.Add("a2dun_Zolt_N_03 (Encounters)", 1241); DictSNOMarkerSet.Add("a2dun_Zolt_N_03 (Loot)", 164618); DictSNOMarkerSet.Add("a2dun_Zolt_N_03", 20740); DictSNOMarkerSet.Add("a2dun_Zolt_N_03_Markers", 73061); DictSNOMarkerSet.Add("a2dun_Zolt_N_DungeonStone_Exit_01 (Encounters)", 184624); DictSNOMarkerSet.Add("a2dun_Zolt_N_DungeonStone_Exit_01 (Loot)", 192696); DictSNOMarkerSet.Add("a2dun_Zolt_N_Entrance (Encounters)", 20741); DictSNOMarkerSet.Add("a2dun_Zolt_N_Entrance (Loot)", 202333); DictSNOMarkerSet.Add("a2dun_Zolt_N_Entrance (Special Markers)", 20742); DictSNOMarkerSet.Add("a2dun_Zolt_N_Entrance", 20743); DictSNOMarkerSet.Add("a2dun_Zolt_N_Exit (Encounters)", 20744); DictSNOMarkerSet.Add("a2dun_Zolt_N_Exit (Loot)", 152670); DictSNOMarkerSet.Add("a2dun_Zolt_N_Exit (Special Markers)", 20745); DictSNOMarkerSet.Add("a2dun_Zolt_N_Exit", 20746); DictSNOMarkerSet.Add("a2dun_Zolt_N_Portal (Encounters)", 20748); DictSNOMarkerSet.Add("a2dun_Zolt_N_Portal (Loot)", 152278); DictSNOMarkerSet.Add("a2dun_Zolt_N_Portal (Special Markers)", 20749); DictSNOMarkerSet.Add("a2dun_Zolt_N_Portal", 20750); DictSNOMarkerSet.Add("a2dun_Zolt_Portalroom_A (Encounters)", 20751); DictSNOMarkerSet.Add("a2dun_Zolt_Portalroom_A (Reforming Zoltun Kulle)", 168245); DictSNOMarkerSet.Add("a2dun_Zolt_Portalroom_A", 20752); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW (Encounters)", 20755); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW (Falling Rocks)", 20756); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW (Loot)", 153146); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW (Snakeman Kit)", 198562); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW", 20757); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW_01 (Encounters)", 20758); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW_01 (Loot)", 153194); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW_01", 20759); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW_01_Markersets", 20760); DictSNOMarkerSet.Add("a2dun_Zolt_Random_EW_Markersets", 20761); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_02 (Encounters)", 20763); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_02 (GhostCellar)", 59526); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_02 (Loot)", 153096); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_02 (Snakeman Kit)", 198219); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_02", 20765); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_02_Markersets", 20766); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_DungeonStone_Exit_01 (Encounters)", 184815); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_DungeonStone_Exit_01 (Loot)", 192702); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_DungeonStone_Exit_01 (ZK Blood)", 208597); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_DungeonStone_Exit_01 (ZK Head)", 212725); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01 (Critters)", 218823); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01 (Encounters)", 20768); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01 (GhostCellar)", 59530); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01 (Loot)", 153123); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01 (Poltahr)", 91244); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01 (Portal Roulette 02)", 196037); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01 (Snakeman Kit)", 198682); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01 (ZK Head)", 215296); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01", 20771); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01_Disabled (Boneyard_Timed)", 168324); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01_Disabled (Dynamic)", 432962); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01_Disabled (Encounters)", 20772); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01_Disabled (Loot)", 153120); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01_Disabled (Snakeman Kit)", 198705); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01_Disabled (Zolt_Timed01)", 168274); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01_Disabled", 20774); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Entrance_01_Markers", 20775); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Exit_01 (A2C2ZK_Timed)", 20776); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Exit_01 (Encounters)", 20777); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Exit_01 (Loot Run)", 289326); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Exit_01 (Loot)", 153212); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Exit_01 (Snakeman Kit)", 198774); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Exit_01 (SW_Zolt_Random01)", 1243); DictSNOMarkerSet.Add("a2dun_Zolt_Random_E_Exit_01", 20778); DictSNOMarkerSet.Add("a2dun_Zolt_Random_Filler_01", 20779); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NEW_01 (Encounters)", 20780); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NEW_01 (Loot)", 153135); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NEW_01 (Snakeman Kit)", 198905); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NEW_01", 20782); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NEW_01_Markersets", 20783); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NE_01 (Encounters)", 20784); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NE_01 (Loot)", 153102); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NE_01 (Snakeman Kit)", 198909); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NE_01", 20786); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NE_01_Markersets", 20787); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW (Encounters)", 20789); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW (Loot)", 153204); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW (Snakeman Kit)", 198912); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW", 20791); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW_02 (CursedChest_ArmyOfTheDead)", 365713); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW_02 (Encounters)", 20792); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW_02 (Loot)", 153193); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW_02 (Snakeman Kit)", 198268); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW_02", 20793); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW_02_Markersets", 20794); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSEW_Markersets", 20795); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSE_01 (Encounters)", 20796); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSE_01 (Loot)", 153195); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSE_01 (Snakeman Kit)", 198913); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSE_01", 1244); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSE_01_Markersets", 20797); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSW_01 (Encounters)", 20798); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSW_01 (Loot)", 153215); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSW_01 (Snakeman Kit)", 198233); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSW_01", 20800); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NSW_01_Markersets", 20801); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NS_01 (Encounters)", 20802); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NS_01 (Loot)", 153153); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NS_01 (Snakeman Kit)", 198902); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NS_01", 20804); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NS_01_Markers", 20805); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NW_01 (Encounters)", 20806); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NW_01 (Loot)", 153236); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NW_01 (Snakeman Kit)", 198884); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NW_01", 20808); DictSNOMarkerSet.Add("a2dun_Zolt_Random_NW_01_Markers", 20809); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_02 (Encounters)", 20810); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_02 (GhostCellar)", 59531); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_02 (Loot)", 153214); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_02 (Snakeman Kit)", 198457); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_02", 20812); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_02_Markersets", 20813); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_DungeonStone_Exit_01 (Audio)", 229607); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_DungeonStone_Exit_01 (Encounters)", 184816); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_DungeonStone_Exit_01 (Loot)", 192704); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_DungeonStone_Exit_01 (ZK Blood)", 208598); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_DungeonStone_Exit_01 (ZK Head)", 212726); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01 (A2C2TreasureHunter)", 20814); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01 (Encounters)", 20815); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01 (GhostCellar)", 59532); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01 (Loot)", 153227); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01 (Snakeman Kit)", 198410); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01 (ZK Head)", 216025); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01", 20817); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01_Disabled (Boneyard_Timed)", 168351); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01_Disabled (Dynamic)", 432963); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01_Disabled (Encounters)", 20818); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01_Disabled (Lighting)", 20820); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01_Disabled (Loot)", 153142); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01_Disabled (Zolt_Timed01)", 168275); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Entrance_01_Markers", 20821); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Exit_01 (A2C2ZK_Timed)", 20822); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Exit_01 (Encounters)", 20823); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Exit_01 (Loot Run)", 289328); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Exit_01 (Loot)", 153222); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Exit_01 (Snakeman Kit)", 198799); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Exit_01 (SW_Zolt_Random01)", 20824); DictSNOMarkerSet.Add("a2dun_Zolt_Random_N_Exit_01", 20825); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SEW_02 (Encounters)", 20826); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SEW_02 (Loot)", 153197); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SEW_02 (Snakeman Kit)", 198898); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SEW_02", 20828); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SEW_02_Markersets", 20829); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SE_01 (Encounters)", 20830); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SE_01 (Loot)", 153167); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SE_01 (Snakeman Kit)", 198906); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SE_01", 20832); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SE_01_Markers", 20833); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SW_02 (Encounters)", 20834); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SW_02 (Loot)", 153209); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SW_02 (Snakeman Kit)", 198890); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SW_02", 20835); DictSNOMarkerSet.Add("a2dun_Zolt_Random_SW_02_Markersets", 20836); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_02 (Encounters)", 20837); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_02 (GhostCellar)", 59534); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_02 (Loot)", 153113); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_02 (Snakeman Kit)", 198891); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_02", 20839); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_02_Markersets", 20840); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_DungeonStone_Exit_01 (Encounters)", 184818); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_DungeonStone_Exit_01 (Loot)", 192706); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_DungeonStone_Exit_01 (ZK Blood)", 208599); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_DungeonStone_Exit_01 (ZK Head)", 212727); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01 (Encounters)", 20842); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01 (GhostCellar)", 59535); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01 (Loot)", 153141); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01 (Poltahr)", 91245); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01 (Snakeman Kit)", 198878); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01 (ZK Head)", 216026); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01", 20845); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01_Disabled (Boneyard_Timed)", 168352); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01_Disabled (Encounters)", 20846); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01_Disabled (Loot)", 153192); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01_Disabled (Zolt_Timed01)", 168276); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01_Disabled", 20848); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Entrance_01_Markers", 20849); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Exit_01 (A2C2TreasureHunter)", 20850); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Exit_01 (A2C2ZK_Timed)", 20851); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Exit_01 (Encounters)", 20852); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Exit_01 (Loot Run)", 289329); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Exit_01 (Loot)", 153240); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Exit_01 (SW_Zolt_Random01)", 20853); DictSNOMarkerSet.Add("a2dun_Zolt_Random_S_Exit_01", 1247); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_02 (A2C2Treasure)", 20854); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_02 (Critters)", 218822); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_02 (Encounters)", 20855); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_02 (GhostCellar)", 59536); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_02 (Loot)", 153219); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_02 (Portal Roulette A)", 111669); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_02 (Snakeman Kit)", 198887); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_02", 20857); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_02_Markersets", 20858); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_03_Poltahr (Encounters)", 219662); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_03_Poltahr (Loot)", 199501); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_03_Poltahr (Poltahr)", 219665); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_03_Poltahr", 199499); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_DungeonStone_Exit_01 (Encounters)", 184819); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_DungeonStone_Exit_01 (Loot)", 192675); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_DungeonStone_Exit_01 (ZK Blood)", 208600); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_DungeonStone_Exit_01 (ZK Head)", 212728); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01 (Encounters)", 20863); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01 (GhostCellar)", 59537); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01 (Loot)", 153239); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01 (Poltahr)", 91246); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01 (Snakeman Kit)", 198903); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01 (ZK Blood)", 205440); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01 (ZK Head)", 216027); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01", 20866); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01_Disabled (Boneyard_Timed)", 168353); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01_Disabled (Encounters)", 20867); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01_Disabled (Loot)", 153199); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01_Disabled (Zolt_Timed01)", 168277); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Entrance_01_Markers", 20869); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Exit_01 (A2C2ZK_Timed)", 20870); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Exit_01 (Encounters)", 20871); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Exit_01 (Loot Run)", 289330); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Exit_01 (Loot)", 153121); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Exit_01 (Snakeman Kit)", 198161); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Exit_01 (SW_Zolt_Random01)", 20872); DictSNOMarkerSet.Add("a2dun_Zolt_Random_W_Exit_01", 1248); DictSNOMarkerSet.Add("a2dun_Zolt_SEW_01 (Encounters)", 20875); DictSNOMarkerSet.Add("a2dun_Zolt_SEW_01 (Loot)", 122265); DictSNOMarkerSet.Add("a2dun_Zolt_SEW_01", 20878); DictSNOMarkerSet.Add("a2dun_Zolt_SEW_01_Markersets", 73228); DictSNOMarkerSet.Add("a2dun_Zolt_SEW_02 (Encounters)", 20879); DictSNOMarkerSet.Add("a2dun_Zolt_SEW_02 (Loot)", 122264); DictSNOMarkerSet.Add("a2dun_Zolt_SEW_02 (Special Markers)", 20880); DictSNOMarkerSet.Add("a2dun_Zolt_SEW_02 (Sudden Sand Arena)", 163402); DictSNOMarkerSet.Add("a2dun_Zolt_SEW_02", 20881); DictSNOMarkerSet.Add("a2dun_Zolt_SE_01 (Encounters)", 20882); DictSNOMarkerSet.Add("a2dun_Zolt_SE_01 (Loot)", 122267); DictSNOMarkerSet.Add("a2dun_Zolt_SE_01", 20885); DictSNOMarkerSet.Add("a2dun_Zolt_SE_01_Markersets", 74067); DictSNOMarkerSet.Add("a2dun_Zolt_SE_02 (Audio)", 20886); DictSNOMarkerSet.Add("a2dun_Zolt_SE_02 (Encounters)", 20887); DictSNOMarkerSet.Add("a2dun_Zolt_SE_02 (Loot)", 122266); DictSNOMarkerSet.Add("a2dun_Zolt_SE_02", 20890); DictSNOMarkerSet.Add("a2dun_Zolt_SE_02_Markersets", 73224); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_EW (Encounters)", 198969); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_EW (Loot)", 131769); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_EW", 131768); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_EW_01 (Encounters)", 154973); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_EW_01 (Loot)", 122255); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_EW_01", 75481); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_02 (Encounters)", 198958); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_02 (Loot)", 131821); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_02", 131820); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_Entrance_01 (Encounters)", 152018); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_Entrance_01 (Loot)", 122256); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_Entrance_01", 75349); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_Exit_01 (Encounters)", 152094); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_Exit_01 (loot)", 131757); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_Exit_01 (ZK_Body)", 152207); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_E_Exit_01", 131756); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_Filler_01", 75491); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NEW_01 (Encounters)", 198970); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NEW_01 (Loot)", 131784); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NEW_01", 131783); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NE_01 (Encounters)", 198967); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NE_01 (Loot)", 131779); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NE_01", 131778); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSEW (Encounters)", 198975); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSEW (Loot)", 131842); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSEW", 131841); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSEW_02 (Audio)", 230382); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSEW_02 (Encounters)", 198962); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSEW_02 (Loot)", 122252); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSEW_02", 75438); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSE_01 (Encounters)", 198974); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSE_01 (Loot)", 131790); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSE_01", 131789); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSW_01 (Encounters)", 198966); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSW_01 (Loot)", 131795); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NSW_01", 131794); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NS_01 (Encounters)", 198973); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NS_01 (Loot)", 131787); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NS_01", 131786); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NW_01 (Encounters)", 198968); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NW_01 (Loot)", 131798); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_NW_01", 131797); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_02 (Encounters)", 154981); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_02 (Loot)", 122254); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_02", 75597); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_Entrance_01 (Encounters)", 152086); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_Entrance_01 (Loot)", 152338); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_Entrance_01", 86357); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_Exit_01 (Encounters)", 152098); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_Exit_01 (Loot)", 131773); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_Exit_01 (ZK_Body)", 152208); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_N_Exit_01", 131772); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_SEW_02 (Encounters)", 198963); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_SEW_02 (Loot)", 131808); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_SEW_02", 131807); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_SE_01 (Encounters)", 198976); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_SE_01 (Loot)", 131805); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_SE_01", 131804); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_SW_02 (Encounters)", 198965); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_SW_02 (Loot)", 131811); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_SW_02", 131810); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_02 (Encounters)", 154982); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_02 (Loot)", 122250); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_02", 75477); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_Entrance_01 (Encounters)", 152090); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_Entrance_01 (Loot)", 152334); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_Entrance_01", 86370); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_Exit_01 (Audio)", 229993); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_Exit_01 (Encounters)", 152100); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_Exit_01 (Loot)", 131801); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_Exit_01 (ZK_Body)", 152209); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_S_Exit_01", 131800); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_02 (Encounters)", 154984); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_02 (Loot)", 122249); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_02", 75489); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_03 (Encounters)", 198972); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_03 (Loot)", 131814); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_03", 131813); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_Entrance_01 (Encounters)", 152092); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_Entrance_01 (Lighting)", 141249); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_Entrance_01 (Loot)", 152331); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_Exit_01 (Encounters)", 152101); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_Exit_01 (Loot)", 131817); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_Exit_01 (ZK_Body)", 152210); DictSNOMarkerSet.Add("a2dun_Zolt_Shadow_Realm_W_Exit_01", 131816); DictSNOMarkerSet.Add("a2dun_Zolt_SW_01 (Encounters)", 20892); DictSNOMarkerSet.Add("a2dun_Zolt_SW_01 (Lighting)", 156552); DictSNOMarkerSet.Add("a2dun_Zolt_SW_01 (Loot)", 122263); DictSNOMarkerSet.Add("a2dun_Zolt_SW_01", 20895); DictSNOMarkerSet.Add("a2dun_Zolt_SW_02 (Encounters)", 20896); DictSNOMarkerSet.Add("a2dun_Zolt_SW_02 (Loot)", 122262); DictSNOMarkerSet.Add("a2dun_Zolt_SW_02", 20899); DictSNOMarkerSet.Add("a2dun_Zolt_SW_02_Markers", 70521); DictSNOMarkerSet.Add("a2dun_Zolt_SW_Library (Encounters)", 199993); DictSNOMarkerSet.Add("a2dun_Zolt_SW_Library (Loot)", 122257); DictSNOMarkerSet.Add("a2dun_Zolt_SW_Library", 64241); DictSNOMarkerSet.Add("a2dun_Zolt_SW_Library_Markersets", 73250); DictSNOMarkerSet.Add("a2dun_Zolt_S_01 (Encounters)", 20901); DictSNOMarkerSet.Add("a2dun_Zolt_S_01 (Loot)", 122237); DictSNOMarkerSet.Add("a2dun_Zolt_S_01", 20902); DictSNOMarkerSet.Add("a2dun_Zolt_S_02 (A2C2ZK_Timed)", 217572); DictSNOMarkerSet.Add("a2dun_Zolt_S_02 (Encounters)", 20903); DictSNOMarkerSet.Add("a2dun_Zolt_S_02 (Loot)", 122268); DictSNOMarkerSet.Add("a2dun_Zolt_S_02 (Loot_Zolt_Timed)", 217731); DictSNOMarkerSet.Add("a2dun_Zolt_S_02", 20904); DictSNOMarkerSet.Add("a2dun_Zolt_S_DungeonStone_Exit_01 (Encounters)", 184625); DictSNOMarkerSet.Add("a2dun_Zolt_S_DungeonStone_Exit_01 (Loot)", 192698); DictSNOMarkerSet.Add("a2dun_Zolt_S_Entrance (Encounters)", 20905); DictSNOMarkerSet.Add("a2dun_Zolt_S_Entrance (Loot)", 122242); DictSNOMarkerSet.Add("a2dun_Zolt_S_Entrance (Special Markers)", 20906); DictSNOMarkerSet.Add("a2dun_Zolt_S_Entrance", 20907); DictSNOMarkerSet.Add("a2dun_Zolt_S_Exit (Encounters)", 20908); DictSNOMarkerSet.Add("a2dun_Zolt_S_Exit (Lighting)", 196148); DictSNOMarkerSet.Add("a2dun_Zolt_S_Exit (Loot)", 122243); DictSNOMarkerSet.Add("a2dun_Zolt_S_Exit (Special Markers)", 20909); DictSNOMarkerSet.Add("a2dun_Zolt_S_Exit", 20910); DictSNOMarkerSet.Add("a2dun_Zolt_W_01 (Encounters)", 20911); DictSNOMarkerSet.Add("a2dun_Zolt_W_01 (Loot)", 122258); DictSNOMarkerSet.Add("a2dun_Zolt_W_01 (Special Markers)", 20913); DictSNOMarkerSet.Add("a2dun_Zolt_W_01", 20914); DictSNOMarkerSet.Add("a2dun_Zolt_W_02 (A2C2ZK_Timed)", 217573); DictSNOMarkerSet.Add("a2dun_Zolt_W_02 (Encounters)", 20915); DictSNOMarkerSet.Add("a2dun_Zolt_W_02 (Loot)", 122259); DictSNOMarkerSet.Add("a2dun_Zolt_W_02 (Loot_Zolt_Timed)", 217732); DictSNOMarkerSet.Add("a2dun_Zolt_W_02", 20916); DictSNOMarkerSet.Add("a2dun_Zolt_W_DungeonStone_Exit_01 (Encounters)", 184626); DictSNOMarkerSet.Add("a2dun_Zolt_W_DungeonStone_Exit_01 (Loot)", 192700); DictSNOMarkerSet.Add("a2dun_Zolt_W_Entrance (Encounters)", 20917); DictSNOMarkerSet.Add("a2dun_Zolt_W_Entrance (Loot)", 122260); DictSNOMarkerSet.Add("a2dun_Zolt_W_Entrance (Special Markers)", 20918); DictSNOMarkerSet.Add("a2dun_Zolt_W_Entrance", 20919); DictSNOMarkerSet.Add("a2dun_Zolt_W_Exit (Encounters)", 20920); DictSNOMarkerSet.Add("a2dun_Zolt_W_Exit (Loot)", 122261); DictSNOMarkerSet.Add("a2dun_Zolt_W_Exit (Special Markers)", 20921); DictSNOMarkerSet.Add("a2dun_Zolt_W_Exit", 20922); DictSNOMarkerSet.Add("A2_Alcarnus_BerserkerSummon", 166939); DictSNOMarkerSet.Add("A2_Alcarnus_MageSacrifice", 167201); DictSNOMarkerSet.Add("A2_Alcarnus_VesselCircle_A", 166895); DictSNOMarkerSet.Add("A2_Alcarnus_VesselCircle_B", 166919); DictSNOMarkerSet.Add("A2_Belial_Room_Intro (Environment)", 202038); DictSNOMarkerSet.Add("A2_Belial_Room_Intro (Foliage)", 202037); DictSNOMarkerSet.Add("A2_Belial_Room_Intro (Lighting)", 202040); DictSNOMarkerSet.Add("A2_Belial_Room_Intro (Loot)", 202041); DictSNOMarkerSet.Add("A2_Belial_Room_Intro", 202039); DictSNOMarkerSet.Add("A2_BloodhawkNest", 151855); DictSNOMarkerSet.Add("A2_Boneyards_SkullSpawners", 171412); DictSNOMarkerSet.Add("A2_Cave_Center_x20_A", 191997); DictSNOMarkerSet.Add("A2_Cave_Center_x20_B", 191998); DictSNOMarkerSet.Add("A2_Cave_Center_x20_C", 191999); DictSNOMarkerSet.Add("A2_Cave_Center_x20_D", 192000); DictSNOMarkerSet.Add("A2_Cave_Center_x30_A", 192001); DictSNOMarkerSet.Add("A2_Cave_Center_x30_B", 192002); DictSNOMarkerSet.Add("A2_Cave_Edge_x20_A", 192018); DictSNOMarkerSet.Add("A2_Cave_Edge_x20_B", 192019); DictSNOMarkerSet.Add("A2_Cave_Edge_x20_C", 192020); DictSNOMarkerSet.Add("A2_Cave_Edge_x20_D", 192022); DictSNOMarkerSet.Add("A2_Cave_Edge_x20_E2", 192023); DictSNOMarkerSet.Add("A2_Cave_Edge_x20_F2", 192024); DictSNOMarkerSet.Add("A2_Cave_Edge_x20_G2", 192025); DictSNOMarkerSet.Add("A2_Cave_Edge_x20_H2", 192026); DictSNOMarkerSet.Add("A2_Cave_Edge_x30_A", 192027); DictSNOMarkerSet.Add("A2_Cave_Edge_x30_B", 192028); DictSNOMarkerSet.Add("A2_Cave_Edge_x30_C", 192029); DictSNOMarkerSet.Add("A2_Cave_Edge_x30_D", 192030); DictSNOMarkerSet.Add("A2_Oasis_BarrelCluster", 218411); DictSNOMarkerSet.Add("A2_RockCave_Center_x20_A", 198815); DictSNOMarkerSet.Add("A2_RockCave_Center_x20_B", 198817); DictSNOMarkerSet.Add("A2_RockCave_Center_x20_C", 198818); DictSNOMarkerSet.Add("A2_RockCave_Center_x20_D", 198819); DictSNOMarkerSet.Add("A2_RockCave_Center_x20_D_Spider", 198821); DictSNOMarkerSet.Add("A2_RockCave_Center_x20_D_Worm", 198820); DictSNOMarkerSet.Add("A2_RockCave_Center_x30_A", 198823); DictSNOMarkerSet.Add("A2_RockCave_Center_x30_B", 198824); DictSNOMarkerSet.Add("A2_RockCave_Center_x30_C", 198825); DictSNOMarkerSet.Add("A2_RockCave_Center_x30_C_Spider", 198827); DictSNOMarkerSet.Add("A2_RockCave_Center_x30_C_Worm", 198826); DictSNOMarkerSet.Add("A2_RockCave_Edge_x20_A", 198805); DictSNOMarkerSet.Add("A2_RockCave_Edge_x20_B", 198806); DictSNOMarkerSet.Add("A2_RockCave_Edge_x20_C", 198807); DictSNOMarkerSet.Add("A2_RockCave_Edge_x20_C_Spider", 198813); DictSNOMarkerSet.Add("A2_RockCave_Edge_x20_C_Worm", 198808); DictSNOMarkerSet.Add("A2_StingingWinds_DestructibleCluster_A", 218369); DictSNOMarkerSet.Add("A2_StingingWinds_DestructibleCluster_A_Small", 415060); DictSNOMarkerSet.Add("A2_Swr_FCauseWay_01 (World)", 178952); DictSNOMarkerSet.Add("A2_ZKArchives_ChestAmbush_Cold", 163636); DictSNOMarkerSet.Add("A2_ZKArchives_ChestAmbush_Fire", 163637); DictSNOMarkerSet.Add("A2_ZKArchives_ChestAmbush_Lightning", 163654); DictSNOMarkerSet.Add("A2_ZKArchives_ChestAmbush_Poison", 163657); DictSNOMarkerSet.Add("A2_Zolt_Archives_Corner_x20_A", 200021); DictSNOMarkerSet.Add("A2_Zolt_Archives_Edge_x20_A", 200013); DictSNOMarkerSet.Add("A2_Zolt_Archives_Edge_x20_C", 200015); DictSNOMarkerSet.Add("A2_Zolt_Archives_Edge_x20_D", 200016); DictSNOMarkerSet.Add("A2_Zolt_Archives_Edge_x20_E", 200017); DictSNOMarkerSet.Add("A2_Zolt_Archives_Edge_x30_A", 200018); DictSNOMarkerSet.Add("A2_Zolt_Archives_Edge_x30_B", 200019); DictSNOMarkerSet.Add("A2_Zolt_Archives_Edge_x30_C", 200020); DictSNOMarkerSet.Add("A2_Zolt_Random_Center_x20_A", 198378); DictSNOMarkerSet.Add("A2_Zolt_Random_Center_x20_B", 198379); DictSNOMarkerSet.Add("A2_Zolt_Random_Center_x20_C", 198380); DictSNOMarkerSet.Add("A2_Zolt_Random_Center_x20_D", 198381); DictSNOMarkerSet.Add("A2_Zolt_Random_Edge_x20_A", 198374); DictSNOMarkerSet.Add("A2_Zolt_Random_Edge_x20_B", 198375); DictSNOMarkerSet.Add("A2_Zolt_Random_Edge_x20_C", 198376); DictSNOMarkerSet.Add("A2_Zolt_Random_Edge_x20_D", 198377); DictSNOMarkerSet.Add("a3dun_Azmodan_Arena (Encounters)", 120980); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_N01 (Environment)", 146257); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_N01 (Foliage)", 146256); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_N01 (Lighting)", 146258); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_N01 (Loot)", 146259); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_N01", 146249); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S01 (Audio)", 217805); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S01 (Environment)", 146251); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S01 (Foliage)", 146250); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S01 (Lighting)", 146264); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S01 (Loot)", 146265); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S01", 146252); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S02 (Environment)", 147461); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S02 (Foliage)", 147460); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S02 (Lighting)", 147477); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S02 (Loot)", 147478); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E01_S02", 147462); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_N01 (Environment)", 147455); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_N01 (Foliage)", 147456); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_N01 (Lighting)", 147468); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_N01 (Loot)", 147469); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_N01", 147454); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S01 (Environment)", 147466); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S01 (Foliage)", 147453); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S01 (Lighting)", 147471); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S01 (Loot)", 147472); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S01", 147467); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S02 (Audio)", 217804); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S02 (Encounters)", 150954); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S02 (Environment)", 147458); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S02 (Foliage)", 147457); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S02 (Lighting)", 147480); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S02 (Loot)", 147481); DictSNOMarkerSet.Add("a3dun_azmodan_arena_E02_S02", 147459); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_N01 (Environment)", 146247); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_N01 (Foliage)", 146248); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_N01 (Lighting)", 146267); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_N01 (Loot)", 146268); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_N01", 146254); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S01 (Environment)", 146246); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S01 (Foliage)", 146253); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S01 (Lighting)", 146261); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S01 (Loot)", 146262); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S01", 146255); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S02 (Environment)", 147464); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S02 (Foliage)", 147463); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S02 (Lighting)", 147474); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S02 (Loot)", 147475); DictSNOMarkerSet.Add("a3dun_azmodan_arena_W01_S02", 147465); DictSNOMarkerSet.Add("a3dun_Battlefields_Barrel_20ft_2A_Round", 142975); DictSNOMarkerSet.Add("a3dun_Battlefields_Barrel_20ft_3A_Round", 142955); DictSNOMarkerSet.Add("a3dun_Battlefields_Barrel_20ft_4A_Round", 142960); DictSNOMarkerSet.Add("a3dun_Battlefields_Barrel_20ft_5A_Round", 142972); DictSNOMarkerSet.Add("a3dun_Battlefields_Barrel_20ft_6A_Round", 142973); DictSNOMarkerSet.Add("a3dun_Battlefields_Barrel_20ft_6B_Round", 143052); DictSNOMarkerSet.Add("a3dun_Bridge_Arch_T_01 (subscene)", 68381); DictSNOMarkerSet.Add("a3dun_Bridge_Arch_T_01", 68156); DictSNOMarkerSet.Add("a3dun_Bridge_BarrelCrate_10ft_2A", 186171); DictSNOMarkerSet.Add("a3dun_Bridge_BarrelCrate_10ft_2B", 186170); DictSNOMarkerSet.Add("a3dun_Bridge_BarrelCrate_20ft_4A", 186093); DictSNOMarkerSet.Add("a3dun_Bridge_BarrelCrate_30ft_2A", 186061); DictSNOMarkerSet.Add("a3dun_Bridge_BarrelCrate_30ft_4A", 186062); DictSNOMarkerSet.Add("a3dun_Bridge_BarrelCrate_30ft_4B", 186063); DictSNOMarkerSet.Add("a3dun_Bridge_BarrelCrate_30ft_5A", 186064); DictSNOMarkerSet.Add("a3dun_Bridge_BarrelCrate_30ft_6A", 186060); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_10ft_2A", 186172); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_20ft_2A_Round", 186110); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_20ft_3A_Round", 186111); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_20ft_3B", 186087); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_20ft_4A", 186088); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_20ft_5A", 186090); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_20ft_5A_Round", 186108); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_20ft_6A", 186091); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_20ft_6A_Round", 186107); DictSNOMarkerSet.Add("a3dun_Bridge_Barrel_20ft_6B_Round", 186106); DictSNOMarkerSet.Add("a3dun_Bridge_Crate_10ft_1A", 186169); DictSNOMarkerSet.Add("a3dun_Bridge_Crate_10ft_1B", 186168); DictSNOMarkerSet.Add("a3dun_Bridge_FillerC (Environment)", 110540); DictSNOMarkerSet.Add("a3dun_Bridge_FillerC (Foliage)", 110539); DictSNOMarkerSet.Add("a3dun_Bridge_FillerC (Lighting)", 110542); DictSNOMarkerSet.Add("a3dun_Bridge_FillerC (Loot)", 110543); DictSNOMarkerSet.Add("a3dun_Bridge_FillerC", 110541); DictSNOMarkerSet.Add("a3dun_Bridge_FillerC_Start (Lighting)", 179828); DictSNOMarkerSet.Add("a3dun_Bridge_FillerC_Start (Loot)", 179829); DictSNOMarkerSet.Add("a3dun_Bridge_FillerC_Start", 179827); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01 (Audio)", 220123); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01 (Encounters)", 69166); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01 (Environment)", 169474); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01 (Lighting)", 93175); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01 (Loot)", 142676); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01 (Smoke)", 179453); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01 (StartLocation)", 69948); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01", 67781); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01_Chokepoint (Encounters)", 212922); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01_Chokepoint (Lighting)", 212923); DictSNOMarkerSet.Add("a3dun_Bridge_NS_01_Chokepoint", 212921); DictSNOMarkerSet.Add("a3dun_Bridge_NS_03 (Audio)", 220122); DictSNOMarkerSet.Add("a3dun_Bridge_NS_03 (Encounters)", 145660); DictSNOMarkerSet.Add("a3dun_Bridge_NS_03 (Lighting)", 187645); DictSNOMarkerSet.Add("a3dun_Bridge_NS_03 (Loot)", 141632); DictSNOMarkerSet.Add("a3dun_Bridge_NS_03", 68026); DictSNOMarkerSet.Add("a3dun_Bridge_NS_03_Chokepoint (Encounters)", 212897); DictSNOMarkerSet.Add("a3dun_Bridge_NS_03_Chokepoint (Lighting)", 212898); DictSNOMarkerSet.Add("a3dun_Bridge_NS_04 (Blaze of Glory)", 152149); DictSNOMarkerSet.Add("a3dun_Bridge_NS_04 (Encounters)", 69938); DictSNOMarkerSet.Add("a3dun_Bridge_NS_04 (Loot)", 152148); DictSNOMarkerSet.Add("a3dun_Bridge_NS_04", 68282); DictSNOMarkerSet.Add("a3dun_Bridge_NS_04_Chokepoint (Encounters)", 212913); DictSNOMarkerSet.Add("a3dun_Bridge_NS_04_Chokepoint", 212914); DictSNOMarkerSet.Add("a3dun_Bridge_NS_B_02 (Audio)", 220128); DictSNOMarkerSet.Add("a3dun_Bridge_NS_B_02 (Encounters)", 145679); DictSNOMarkerSet.Add("a3dun_Bridge_NS_B_02 (Loot)", 152917); DictSNOMarkerSet.Add("a3dun_Bridge_NS_B_02", 68413); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_03 (Audio)", 220121); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_03 (Encounters)", 69937); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_03 (Lighting)", 187707); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_03 (Loot)", 141631); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_03 temp", 163320); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_03", 68168); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_05 (Audio)", 220124); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_05 (Encounters)", 70506); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_05 (Loot)", 155337); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_05 (Reinforcements)", 153417); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_05", 70500); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_01 (Audio)", 220125); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_01 (Encounters)", 116959); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_01 (Loot)", 190939); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_01", 68499); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_02 (Audio)", 220126); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_02 (Demon Feeding)", 205427); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_02 (Encounters)", 69876); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_02 (Loot)", 169473); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_02 (To Vendor Event)", 205426); DictSNOMarkerSet.Add("a3dun_Bridge_NS_Towers_B_02", 69755); DictSNOMarkerSet.Add("a3dun_Bridge_Room_Towers_B_02 (Alchemist Vendor)", 177735); DictSNOMarkerSet.Add("a3dun_Bridge_Room_Towers_B_02 (Encounters)", 69909); DictSNOMarkerSet.Add("a3dun_Bridge_Room_Towers_B_02 (Loot)", 199187); DictSNOMarkerSet.Add("a3dun_Bridge_Room_Towers_B_02 (Tower Rare)", 205423); DictSNOMarkerSet.Add("a3dun_Bridge_Room_Towers_B_02", 69820); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_E01_N01 (Audio)", 230214); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_E01_N01 (Encounters)", 170528); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_E01_N01 (Lighting)", 142378); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_E01_N01 (Loot)", 142379); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_E01_N01", 142377); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_E01_S01 (Lighting)", 142368); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_E01_S01 (Loot)", 142369); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_E01_S01", 142367); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_W01_N01 (Audio)", 226665); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_W01_N01 (Encounters)", 156180); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_W01_N01 (Lighting)", 142385); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_W01_N01 (Loot)", 142386); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_W01_N01", 142384); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_W01_S01 (Lighting)", 142373); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_W01_S01 (Loot)", 142374); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_01_W01_S01", 142372); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_E01_N01 (Audio)", 217716); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_E01_N01 (Encounters)", 152790); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_E01_N01 (Lighting)", 146823); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_E01_N01 (Loot)", 146824); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_E01_N01", 146822); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_E01_S01 (Encounters)", 208583); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_E01_S01 (Lighting)", 146818); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_E01_S01 (Loot)", 146819); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_E01_S01", 146817); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_N01 (Lighting)", 146833); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_N01 (Loot)", 146834); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_N01 (Props)", 375210); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_N01", 146832); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Encounters)", 152789); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Lighting)", 146828); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Loot)", 146829); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Savepoint 3900)", 228433); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Savepoint 3910)", 228434); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Savepoint 3920)", 228435); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Savepoint 3930)", 228436); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Savepoint 3935)", 230202); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Savepoint 3940)", 228437); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Savepoint 3950)", 228438); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Savepoint 3960)", 228439); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01 (Savepoint 3970)", 228440); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_02_W01_S01", 146827); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_N01 (Audio)", 217802); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_N01 (Environment)", 151253); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_N01 (Foliage)", 151252); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_N01 (Lighting)", 151254); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_N01 (Loot)", 151255); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_N01", 151245); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_S01 (Environment)", 151247); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_S01 (Foliage)", 151246); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_S01 (Lighting)", 151260); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_S01 (Loot)", 151261); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_E01_S01", 151248); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_N01 (Audio)", 217801); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_N01 (Encounters)", 154999); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_N01 (Environment)", 151243); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_N01 (Foliage)", 151244); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_N01 (Lighting)", 151263); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_N01 (Loot)", 151264); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_N01", 151250); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_S01 (Encounters)", 159560); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_S01 (Environment)", 151242); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_S01 (Foliage)", 151249); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_S01 (Lighting)", 151257); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_S01 (Loot)", 151258); DictSNOMarkerSet.Add("a3dun_Crater_Entrance_03_W01_S01", 151251); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_E01_N01 (Lighting)", 116323); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_E01_N01 (Loot)", 116324); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_E01_N01", 116322); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_E01_S01 (Audio)", 226610); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_E01_S01 (Lighting)", 116331); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_E01_S01 (Loot)", 116332); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_E01_S01", 116330); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_W01_N01 (Lighting)", 116327); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_W01_N01 (Loot)", 116328); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_W01_N01", 116326); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_W01_S01 (Lighting)", 116319); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_W01_S01 (Loot)", 116320); DictSNOMarkerSet.Add("a3dun_Crater_EW_03_W01_S01", 116318); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_E01_N01 (Lighting)", 116493); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_E01_N01 (Loot)", 116494); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_E01_N01", 116492); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_E01_S01 (Audio)", 224905); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_E01_S01 (Encounters)", 136089); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_E01_S01 (Lighting)", 116501); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_E01_S01 (Loot)", 116502); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_E01_S01", 116500); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_W01_N01 (Lighting)", 116497); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_W01_N01 (Loot)", 116498); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_W01_N01", 116496); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_W01_S01 (Lighting)", 116489); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_W01_S01 (Loot)", 116490); DictSNOMarkerSet.Add("a3dun_Crater_EW_04_W01_S01", 116488); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_N01 (Environment)", 117995); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_N01 (Foliage)", 118000); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_N01 (Lighting)", 118002); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_N01 (Loot)", 118003); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_N01", 117996); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_N01_LootRuns (Encounters)", 326341); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_S01 (Environment)", 117993); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_S01 (Foliage)", 117991); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_S01 (Lighting)", 118011); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_S01 (Loot)", 118012); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_E01_S01", 117994); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_N01 (Environment)", 117999); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_N01 (Foliage)", 117998); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_N01 (Lighting)", 118005); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_N01 (Loot)", 118006); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_N01", 117992); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_S01 (Environment)", 118001); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_S01 (Foliage)", 117997); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_S01 (Lighting)", 118008); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_S01 (Loot)", 118009); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_01_W01_S01", 117990); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (Audio)", 230370); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (dungeonstone)", 391668); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (Encounters)", 203590); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (Environment)", 150763); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (Foliage)", 150762); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (Lighting)", 150769); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (Loot)", 150770); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (Open World)", 362109); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (Portal_01)", 210382); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01 (Portal_02)", 210383); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01", 150764); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_N01_Dungeonstone (Encounters)", 362186); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_S01 (Environment)", 150755); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_S01 (Foliage)", 150756); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_S01 (Lighting)", 150775); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_S01 (Loot)", 150776); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_E01_S01", 150753); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_N01 (Environment)", 150761); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_N01 (Foliage)", 150760); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_N01 (Lighting)", 150772); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_N01 (Loot)", 150773); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_N01", 150758); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_S01 (Environment)", 150765); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_S01 (Foliage)", 150757); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_S01 (Lighting)", 150766); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_S01 (Loot)", 150767); DictSNOMarkerSet.Add("a3dun_Crater_E_Dead_End_02_W01_S01", 150759); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_N01 (Environment)", 199980); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_N01 (Foliage)", 199979); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_N01 (Lighting)", 199981); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_N01 (Loot)", 199982); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_N01", 199972); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_S01 (Environment)", 199974); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_S01 (Foliage)", 199973); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_S01 (Lighting)", 199987); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_S01 (Loot)", 199988); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_E01_S01", 199975); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_N01 (Environment)", 199970); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_N01 (Foliage)", 199971); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_N01 (Lighting)", 199990); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_N01 (Loot)", 199991); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_N01", 199977); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_S01 (Environment)", 199969); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_S01 (Foliage)", 199976); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_S01 (Lighting)", 199984); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_S01 (Loot)", 199985); DictSNOMarkerSet.Add("a3dun_Crater_FIller_A_01_W01_S01", 199978); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_N01 (Environment)", 156356); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_N01 (Foliage)", 156357); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_N01 (Lighting)", 156376); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_N01 (Loot)", 156377); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_N01", 156363); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_S01 (Environment)", 156355); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_S01 (Foliage)", 156362); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_S01 (Lighting)", 156370); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_S01 (Loot)", 156371); DictSNOMarkerSet.Add("a3dun_Crater_Filler_NS_04_Low_W01_S01", 156364); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_N01 (Environment)", 156282); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_N01 (Foliage)", 156281); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_N01 (Lighting)", 156283); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_N01 (Loot)", 156284); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_N01", 156273); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_S01 (Environment)", 156276); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_S01 (Foliage)", 156274); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_S01 (Lighting)", 156289); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_S01 (Loot)", 156290); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_E01_S01", 156277); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_N01 (Environment)", 156271); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_N01 (Foliage)", 156272); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_N01 (Lighting)", 156293); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_N01 (Loot)", 156294); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_N01", 156279); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_S01 (Environment)", 156270); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_S01 (Foliage)", 156278); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_S01 (Lighting)", 156286); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_S01 (Loot)", 156287); DictSNOMarkerSet.Add("a3dun_Crater_Filler_S_exit_03_W01_S01", 156280); DictSNOMarkerSet.Add("a3dun_Crater_HellPortal_Adventure", 136093); DictSNOMarkerSet.Add("a3dun_Crater_HellPortal_Adventure_02", 204668); DictSNOMarkerSet.Add("a3dun_Crater_HellPortal_Adventure_03", 204669); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_E01_N01 (Lighting)", 116994); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_E01_N01 (Loot)", 116995); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_E01_N01", 116993); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_E01_S01 (Lighting)", 117002); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_E01_S01 (Loot)", 117003); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_E01_S01", 117001); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_W01_N01 (Audio)", 226565); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_W01_N01 (Lighting)", 116998); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_W01_N01 (Loot)", 116999); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_W01_N01", 116997); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_W01_S01 (Audio)", 226564); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_W01_S01 (Lighting)", 116990); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_W01_S01 (Loot)", 116991); DictSNOMarkerSet.Add("a3dun_Crater_NEW_01_W01_S01", 116989); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_N01 (Environment)", 111053); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_N01 (Foliage)", 111058); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_N01 (Lighting)", 111060); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_N01 (Loot)", 111061); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_N01", 111054); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_S01 (Environment)", 111051); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_S01 (Foliage)", 111049); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_S01 (Lighting)", 111069); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_S01 (Loot)", 111070); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_E01_S01", 111052); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_N01 (Demon_Temp)", 123816); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_N01 (Environment)", 111057); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_N01 (Foliage)", 111056); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_N01 (Lighting)", 111063); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_N01 (Loot)", 111064); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_N01", 111050); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_S01 (Audio)", 226614); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_S01 (Environment)", 111059); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_S01 (Foliage)", 111055); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_S01 (Lighting)", 111066); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_S01 (Loot)", 111067); DictSNOMarkerSet.Add("a3dun_Crater_NE_01_W01_S01", 111048); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_N01 (Environment)", 120591); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_N01 (Foliage)", 120596); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_N01 (Lighting)", 120598); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_N01 (Loot)", 120599); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_N01", 120592); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_S01 (AnvilOfSin)", 220978); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_S01 (Environment)", 120570); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_S01 (Foliage)", 120569); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_S01 (Lighting)", 120572); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_S01 (Loot)", 120573); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_E01_S01", 120571); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_N01 (Environment)", 120595); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_N01 (Foliage)", 120594); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_N01 (Lighting)", 120601); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_N01 (Loot)", 120602); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_N01", 120590); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_S01 (Environment)", 120597); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_S01 (Foliage)", 120593); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_S01 (Lighting)", 120604); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_S01 (Loot)", 120605); DictSNOMarkerSet.Add("a3dun_Crater_NE_02_W01_S01", 120588); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_N01 (Encounters)", 87014); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_N01 (Environment)", 86845); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_N01 (Foliage)", 86850); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_N01 (Lighting)", 98824); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_N01 (Loot)", 135309); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_N01", 86846); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_S01 (Encounters)", 111432); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_S01 (Environment)", 86843); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_S01 (Foliage)", 86841); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_S01 (Lighting)", 93826); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_S01 (Loot)", 135310); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_E01_S01", 86844); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_N01 (Environment)", 86849); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_N01 (Foliage)", 86848); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_N01 (Lighting)", 98837); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_N01 (Loot)", 135306); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_N01", 86842); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_S01 (Encounters)", 111422); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_S01 (Environment)", 86851); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_S01 (Foliage)", 86847); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_S01 (Lighting)", 93940); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_S01 (Loot)", 135311); DictSNOMarkerSet.Add("a3dun_Crater_NSEW_01_W01_S01", 86840); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_E01_N01 (Audio)", 217639); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_E01_N01 (Lighting)", 115452); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_E01_N01 (Loot)", 115453); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_E01_N01", 115451); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_E01_S01 (Lighting)", 115460); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_E01_S01 (Loot)", 115461); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_E01_S01", 115459); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_N01 (Audio)", 226666); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_N01 (Lighting)", 115456); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_N01 (Loot)", 115457); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_N01", 115455); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_S01 (Audio)", 217646); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_S01 (Lighting)", 115448); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_S01 (Loot)", 115449); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_S01 (Sudden Chain Arena)", 196706); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_S01 (Sudden Creep Arena)", 197952); DictSNOMarkerSet.Add("a3dun_Crater_NSE_01_W01_S01", 115447); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_N01 (Audio)", 226571); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_N01 (Environment)", 115214); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_N01 (Foliage)", 115219); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_N01 (Lighting)", 115221); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_N01 (Loot)", 115222); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_N01", 115215); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_S01 (Environment)", 115212); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_S01 (Foliage)", 115210); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_S01 (Lighting)", 115230); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_S01 (Loot)", 115231); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_E01_S01", 115213); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_N01 (Audio)", 226563); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_N01 (Environment)", 115218); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_N01 (Foliage)", 115217); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_N01 (Lighting)", 115224); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_N01 (Loot)", 115225); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_N01", 115211); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_S01 (Audio)", 226562); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_S01 (CursedChest_BloodClanAssault)", 368134); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_S01 (Environment)", 115220); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_S01 (Foliage)", 115216); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_S01 (Lighting)", 115227); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_S01 (Loot)", 115228); DictSNOMarkerSet.Add("a3dun_Crater_NSW_01_W01_S01", 115209); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_E01_N01 (Gas Trap)", 151526); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_E01_N01 (Lighting)", 118413); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_E01_N01 (Loot)", 118414); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_E01_N01", 118412); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_E01_S01 (Lighting)", 118421); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_E01_S01 (Loot)", 118422); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_E01_S01", 118420); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_W01_N01 (Audio)", 231038); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_W01_N01 (Lighting)", 118417); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_W01_N01 (Loot)", 118418); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_W01_N01", 118416); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_W01_S01 (Lighting)", 118409); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_W01_S01 (Loot)", 118410); DictSNOMarkerSet.Add("a3dun_Crater_NSW_02_W01_S01", 118408); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_E01_N01 (Lighting)", 120444); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_E01_N01 (Loot)", 120445); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_E01_N01", 120443); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_E01_S01 (Lighting)", 120452); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_E01_S01 (Loot)", 120453); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_E01_S01 (Sudden Chain Trap - Scorpions)", 197780); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_E01_S01", 120451); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_W01_N01 (Lighting)", 120448); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_W01_N01 (Loot)", 120449); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_W01_N01", 120447); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_W01_S01 (Lighting)", 120440); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_W01_S01 (Loot)", 120441); DictSNOMarkerSet.Add("a3dun_Crater_NS_03_W01_S01", 120439); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_E01_N01 (Audio)", 217754); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_E01_N01 (Lighting)", 115974); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_E01_N01 (Loot)", 115975); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_E01_N01", 115973); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_E01_S01 (Lighting)", 115982); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_E01_S01 (Loot)", 115983); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_E01_S01", 115981); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_N01 (Environment)", 150334); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_N01 (Foliage)", 150333); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_N01 (Lighting)", 150335); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_N01 (Loot)", 150336); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_N01", 150326); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_S01 (Audio)", 217799); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_S01 (Encounters)", 159532); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_S01 (Environment)", 150328); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_S01 (Foliage)", 150327); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_S01 (Lighting)", 150341); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_S01 (Loot)", 150342); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_E01_S01", 150329); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_N01 (Audio)", 217785); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_N01 (Environment)", 150324); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_N01 (Foliage)", 150325); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_N01 (Lighting)", 150344); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_N01 (Loot)", 150345); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_N01 (Set Dungeons)", 449460); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_N01", 150331); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_S01 (Audio)", 217789); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_S01 (Environment)", 150323); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_S01 (Foliage)", 150330); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_S01 (Lighting)", 150338); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_S01 (Loot)", 150339); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_Low_W01_S01", 150332); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_W01_N01 (Lighting)", 115978); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_W01_N01 (Loot)", 115979); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_W01_N01", 115977); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_W01_S01 (Fire Gauntlet)", 196498); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_W01_S01 (Lighting)", 115970); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_W01_S01 (Loot)", 115971); DictSNOMarkerSet.Add("a3dun_Crater_NS_04_W01_S01", 115969); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_E01_N01 (Lighting)", 121190); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_E01_N01 (Loot)", 121191); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_E01_N01", 121189); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_E01_S01 (Lighting)", 121198); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_E01_S01 (Loot)", 121199); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_E01_S01", 121197); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_W01_N01 (Lighting)", 121194); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_W01_N01 (Loot)", 121195); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_W01_N01", 121193); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_W01_S01 (Lighting)", 121186); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_W01_S01 (Loot)", 121187); DictSNOMarkerSet.Add("a3dun_Crater_NS_05_W01_S01", 121185); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_E01_N01 (Audio)", 217752); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_E01_N01 (Demon_Temp)", 123798); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_E01_N01 (Lighting)", 107256); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_E01_N01 (Loot)", 107257); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_E01_N01", 107255); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_E01_S01 (Audio)", 217746); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_E01_S01 (Lighting)", 107246); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_E01_S01 (Loot)", 107247); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_E01_S01", 107245); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_W01_N01 (Audio)", 217747); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_W01_N01 (Lighting)", 107261); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_W01_N01 (Loot)", 107262); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_W01_N01", 107260); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_W01_S01 (Demon_Temp)", 123797); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_W01_S01 (Lighting)", 107251); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_W01_S01 (Loot)", 107252); DictSNOMarkerSet.Add("a3dun_Crater_NW_02_W01_S01", 107250); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_N01 (Audio)", 217638); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_N01 (Environment)", 120053); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_N01 (Foliage)", 120058); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_N01 (Lighting)", 120060); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_N01 (Loot)", 120061); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_N01", 120054); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_S01 (Environment)", 120051); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_S01 (Foliage)", 120049); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_S01 (Lighting)", 120069); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_S01 (Loot)", 120070); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_E01_S01", 120052); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_N01 (Environment)", 120057); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_N01 (Foliage)", 120056); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_N01 (Lighting)", 120063); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_N01 (Loot)", 120064); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_N01", 120050); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_S01 (Environment)", 120059); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_S01 (Foliage)", 120055); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_S01 (Lighting)", 120066); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_S01 (Loot)", 120067); DictSNOMarkerSet.Add("a3dun_Crater_NW_03_W01_S01", 120048); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_N01 (Environment)", 117832); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_N01 (Foliage)", 117837); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_N01 (hell_portal_01)", 143289); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_N01 (Lighting)", 117839); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_N01 (Loot)", 117840); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_N01", 117833); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_N01_LootRuns (Encounters)", 326339); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_S01 (Environment)", 117830); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_S01 (Foliage)", 117828); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_S01 (Lighting)", 117848); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_S01 (Loot)", 117849); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_E01_S01", 117831); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_N01 (Audio)", 231045); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_N01 (Encounters)", 194515); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_N01 (Environment)", 117836); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_N01 (Foliage)", 117835); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_N01 (hell_portal_01)", 143288); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_N01 (Lighting)", 117842); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_N01 (Loot)", 117843); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_N01", 117829); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_S01 (Environment)", 117838); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_S01 (Foliage)", 117834); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_S01 (Lighting)", 117845); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_S01 (Loot)", 117846); DictSNOMarkerSet.Add("a3dun_Crater_N_Dead_End_01_W01_S01", 117827); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_N01 (Environment)", 114338); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_N01 (Foliage)", 114343); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_N01 (Lighting)", 114345); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_N01 (Loot)", 114346); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_N01", 114339); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_S01 (Environment)", 114336); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_S01 (Foliage)", 114334); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_S01 (Lighting)", 114354); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_S01 (Loot)", 114355); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_E01_S01", 114337); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_N01 (Environment)", 114342); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_N01 (Foliage)", 114341); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_N01 (Lighting)", 114348); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_N01 (Loot)", 114349); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_N01", 114335); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_S01 (Environment)", 114344); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_S01 (Foliage)", 114340); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_S01 (Lighting)", 114351); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_S01 (Loot)", 114352); DictSNOMarkerSet.Add("a3dun_Crater_SEW_01_W01_S01", 114333); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_E01_N01 (Audio)", 226611); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_E01_N01 (Lighting)", 117761); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_E01_N01 (Loot)", 117762); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_E01_N01", 117760); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_E01_S01 (Audio)", 226612); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_E01_S01 (Lighting)", 117769); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_E01_S01 (Loot)", 117770); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_E01_S01", 117768); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_W01_N01 (Lighting)", 117765); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_W01_N01 (Loot)", 117766); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_W01_N01", 117764); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_W01_S01 (Audio)", 226613); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_W01_S01 (Lighting)", 117757); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_W01_S01 (Loot)", 117758); DictSNOMarkerSet.Add("a3dun_Crater_SEW_02_W01_S01", 117755); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_N01 (Environment)", 116924); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_N01 (Foliage)", 116929); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_N01 (Lighting)", 116931); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_N01 (Loot)", 116932); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_N01", 116925); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_S01 (Environment)", 116922); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_S01 (Foliage)", 116920); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_S01 (Lighting)", 116940); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_S01 (Loot)", 116941); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_E01_S01", 116923); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_N01 (Environment)", 116928); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_N01 (Foliage)", 116927); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_N01 (Lighting)", 116934); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_N01 (Loot)", 116935); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_N01", 116921); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_S01 (Environment)", 116930); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_S01 (Foliage)", 116926); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_S01 (Lighting)", 116937); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_S01 (Loot)", 116938); DictSNOMarkerSet.Add("a3dun_Crater_SE_01_W01_S01", 116919); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_N01 (Audio)", 217667); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_N01 (Environment)", 116244); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_N01 (Foliage)", 116249); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_N01 (Lighting)", 116251); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_N01 (Loot)", 116252); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_N01", 116245); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_S01 (Environment)", 116242); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_S01 (Foliage)", 116240); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_S01 (Lighting)", 116261); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_S01 (Loot)", 116262); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_E01_S01", 116243); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_N01 (Audio)", 217668); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_N01 (Environment)", 116248); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_N01 (Foliage)", 116247); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_N01 (Lighting)", 116255); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_N01 (Loot)", 116256); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_N01", 116241); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_S01 (Audio)", 217666); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_S01 (Environment)", 116250); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_S01 (Foliage)", 116246); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_S01 (Lighting)", 116258); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_S01 (Loot)", 116259); DictSNOMarkerSet.Add("a3dun_Crater_SE_02_W01_S01", 116239); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_N01 (Audio)", 217742); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_N01 (Environment)", 115863); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_N01 (Foliage)", 115868); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_N01 (Lighting)", 115870); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_N01 (Loot)", 115871); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_N01", 115864); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_S01 (Audio)", 217753); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_S01 (Environment)", 115861); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_S01 (Foliage)", 115859); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_S01 (Lighting)", 115879); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_S01 (Loot)", 115880); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_E01_S01", 115862); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_N01 (Audio)", 217728); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_N01 (Environment)", 115867); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_N01 (Foliage)", 115866); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_N01 (Lighting)", 115873); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_N01 (Loot)", 115874); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_N01", 115860); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_S01 (Audio)", 217719); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_S01 (Environment)", 115869); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_S01 (Foliage)", 115865); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_S01 (Lighting)", 115876); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_S01 (Loot)", 115877); DictSNOMarkerSet.Add("a3dun_Crater_SE_03_W01_S01", 115858); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_E01_N01 (fire_gauntlet)", 153416); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_E01_N01 (Lighting)", 120826); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_E01_N01 (Loot)", 120827); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_E01_N01", 120825); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_E01_S01 (Demon Forge Gauntlet)", 197937); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_E01_S01 (Lighting)", 120834); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_E01_S01 (Loot)", 120835); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_E01_S01", 120833); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_W01_N01 (Lighting)", 120830); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_W01_N01 (Loot)", 120831); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_W01_N01", 120829); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_W01_S01 (Lighting)", 120822); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_W01_S01 (Loot)", 120823); DictSNOMarkerSet.Add("a3dun_Crater_SE_04_W01_S01", 120821); DictSNOMarkerSet.Add("a3dun_Crater_ST_1 (WorldMarker)", 203490); DictSNOMarkerSet.Add("a3dun_Crater_ST_1B (WorldMarker)", 203493); DictSNOMarkerSet.Add("a3dun_Crater_ST_2B (WorldMarker)", 203496); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Audio)", 230225); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Encounters)", 169875); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Environment)", 129722); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Foliage)", 129721); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Lighting)", 129723); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Loot)", 129724); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Savepoint 3900)", 214447); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Savepoint 3910)", 214448); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Savepoint 3920)", 214449); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Savepoint 3930)", 214450); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Savepoint 3940)", 214451); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Savepoint 3950)", 214479); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Savepoint 3960)", 214522); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01 (Savepoint 3970)", 214523); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_N01", 129714); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_S01 (Encounters)", 129999); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_S01 (Environment)", 129716); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_S01 (Foliage)", 129715); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_S01 (Lighting)", 129729); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_S01 (Loot)", 129730); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_E01_S01", 129717); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_N01 (Audio)", 227300); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_N01 (Encounters)", 169869); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_N01 (Environment)", 129712); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_N01 (Foliage)", 129713); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_N01 (Lighting)", 129732); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_N01 (Loot)", 129733); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_N01", 129719); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_S01 (Audio)", 227279); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_S01 (Encounters)", 130000); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_S01 (Environment)", 129711); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_S01 (Foliage)", 129718); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_S01 (Lighting)", 129726); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_S01 (Loot)", 129727); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_S01", 129720); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_01_W01_S01_Dungeonstone (Encounters)", 353098); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01 (Audio)", 230331); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01 (Encounters)", 139461); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01 (Environment)", 131455); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01 (Foliage)", 131454); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01 (Lighting)", 131456); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01 (Loot)", 131457); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01 (Savepoint 3950)", 214483); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01 (Savepoint 3960)", 214525); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01 (Savepoint 3970)", 214526); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_N01", 131447); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_S01 (Encounters)", 204710); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_S01 (Environment)", 131449); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_S01 (Foliage)", 131448); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_S01 (Lighting)", 131462); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_S01 (Loot)", 131463); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_E01_S01", 131450); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_N01 (Encounters)", 169810); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_N01 (Environment)", 131445); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_N01 (Foliage)", 131446); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_N01 (Lighting)", 131465); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_N01 (Loot)", 131466); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_N01", 131452); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_S01 (Audio)", 227904); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_S01 (Encounters)", 139462); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_S01 (Environment)", 131444); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_S01 (Foliage)", 131451); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_S01 (Lighting)", 131459); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_S01 (Loot)", 131460); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_S01", 131453); DictSNOMarkerSet.Add("a3dun_Crater_ST_Cent_02_W01_S01_Dungeonstone (Encounters)", 353091); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Encounters)", 122373); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Environment)", 120290); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Foliage)", 120289); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Lighting)", 120295); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Loot)", 120296); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Savepoint 3900)", 214454); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Savepoint 3910)", 214455); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Savepoint 3920)", 214456); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Savepoint 3930)", 214457); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Savepoint 3940)", 214458); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Savepoint 3950)", 214484); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Savepoint 3960)", 214528); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01 (Savepoint 3970)", 214529); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_N01", 120291); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_S01 (Encounters)", 122381); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_S01 (Environment)", 120283); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_S01 (Foliage)", 120282); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_S01 (Lighting)", 120301); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_S01 (Loot)", 120302); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_E01_S01", 120284); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_N01 (Encounters)", 148225); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_N01 (Environment)", 120281); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_N01 (Foliage)", 120286); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_N01 (Lighting)", 120298); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_N01 (Loot)", 120299); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_N01", 120288); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_S01 (Audio)", 228736); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_S01 (Encounters)", 122378); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_S01 (Environment)", 120287); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_S01 (Foliage)", 120285); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_S01 (Lighting)", 120292); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_S01 (Loot)", 120293); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_S01", 120280); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_01_W01_S01_Dungeonstone (Encounters)", 353100); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Encounters)", 141817); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Environment)", 142825); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Foliage)", 142824); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Lighting)", 169570); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Loot)", 153324); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Savepoint 3900)", 240492); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Savepoint 3910)", 240493); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Savepoint 3920)", 240494); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Savepoint 3930)", 240495); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Savepoint 3940)", 240496); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Savepoint 3950)", 240497); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Savepoint 3960)", 240498); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01 (Savepoint 3970)", 240499); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_N01", 142817); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_S01 (Encounters)", 141818); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_S01 (Environment)", 142819); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_S01 (Foliage)", 142818); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_S01 (Lighting)", 169566); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_S01 (Loot)", 153326); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_E01_S01", 142820); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_N01 (Encounters)", 148121); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_N01 (Environment)", 141819); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_N01 (Foliage)", 142816); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_N01 (Lighting)", 169565); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_N01 (Loot)", 153329); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_N01", 142822); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_S01 (Audio)", 228794); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_S01 (Encounters)", 141820); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_S01 (Environment)", 142815); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_S01 (Foliage)", 142821); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_S01 (Lighting)", 169569); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_S01 (Loot)", 153330); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_S01", 142823); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_02_W01_S01_Dungeonstone (Encounters)", 353277); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress (World)", 202447); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_N01 (Audio)", 217770); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_N01 (Encounters)", 133408); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_N01 (Environment)", 133027); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_N01 (Foliage)", 133026); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_N01 (Lighting)", 133028); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_N01 (Loot)", 133029); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_N01", 133019); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_S01 (Audio)", 227895); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_S01 (Encounters)", 133528); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_S01 (Environment)", 133021); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_S01 (Foliage)", 133020); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_S01 (Lighting)", 133034); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_S01 (Loot)", 133035); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_E01_S01", 133022); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_N01 (Encounters)", 139316); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_N01 (Environment)", 133017); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_N01 (Foliage)", 133018); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_N01 (Lighting)", 133037); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_N01 (Loot)", 133038); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_N01", 133024); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_S01 (Encounters)", 169882); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_S01 (Environment)", 133016); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_S01 (Foliage)", 133023); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_S01 (Lighting)", 133031); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_S01 (Loot)", 133032); DictSNOMarkerSet.Add("a3dun_Crater_ST_Circ_Mistress_W01_S01", 133025); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_N01 (Encounters)", 204898); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_N01 (Environment)", 129424); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_N01 (Foliage)", 129423); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_N01 (Lighting)", 129425); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_N01 (Loot)", 129426); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_N01", 129416); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_S01 (Encounters)", 129950); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_S01 (Environment)", 129418); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_S01 (Foliage)", 129417); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_S01 (Lighting)", 129431); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_S01 (Loot)", 129432); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_E01_S01", 129419); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_N01 (Encounters)", 169862); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_N01 (Environment)", 129414); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_N01 (Foliage)", 129415); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_N01 (Lighting)", 129434); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_N01 (Loot)", 129435); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_N01", 129421); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Audio)", 230215); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Encounters)", 129948); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Environment)", 129413); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Foliage)", 129420); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Lighting)", 129428); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Loot)", 129429); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Savepoint 3910)", 214413); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Savepoint 3920)", 214414); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Savepoint 3930)", 214415); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Savepoint 3940)", 214416); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Savepoint 3950)", 214487); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Savepoint 3960)", 214532); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Savepoint 3970)", 214533); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01 (Savepoints 3900)", 214412); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01", 129422); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_01_W01_S01_Dungeonstone (Encounters)", 353281); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Audio)", 230327); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Encounters)", 136336); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Environment)", 130292); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Foliage)", 130291); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Lighting)", 130293); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Loot)", 130294); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Savepoint 3900)", 214424); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Savepoint 3910)", 214425); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Savepoint 3920)", 214426); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Savepoint 3930)", 214427); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Savepoint 3940)", 214428); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Savepoint 3950)", 214490); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Savepoint 3960)", 214534); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01 (Savepoint 3970)", 214535); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_N01", 130284); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_S01 (Encounters)", 136337); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_S01 (Environment)", 130286); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_S01 (Foliage)", 130285); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_S01 (Lighting)", 130299); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_S01 (Loot)", 130300); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_E01_S01", 130287); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_N01 (Encounters)", 169842); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_N01 (Environment)", 130282); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_N01 (Foliage)", 130283); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_N01 (Lighting)", 130302); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_N01 (Loot)", 130303); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_N01", 130289); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_S01 (Encounters)", 204892); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_S01 (Environment)", 130281); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_S01 (Foliage)", 130288); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_S01 (Lighting)", 130296); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_S01 (Loot)", 130297); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_S01", 130290); DictSNOMarkerSet.Add("a3dun_Crater_ST_Entrance_02_W01_S01_Dungeonstone (Encounters)", 353102); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_N01 (Audio)", 227271); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_N01 (Encounters)", 129949); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_N01 (Environment)", 128921); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_N01 (Foliage)", 128922); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_N01 (Lighting)", 128929); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_N01 (Loot)", 128930); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_N01", 128920); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_N01_Dungeonstone (Encounters)", 353081); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_S01 (Encounters)", 129946); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_S01 (Environment)", 128927); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_S01 (Foliage)", 128928); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_S01 (Lighting)", 128935); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_S01 (Loot)", 128936); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_E01_S01", 128926); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_N01 (Encounters)", 159500); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_N01 (Environment)", 128918); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_N01 (Foliage)", 128919); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_N01 (Lighting)", 128938); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_N01 (Loot)", 128939); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_N01", 128917); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_S01 (Audio)", 227274); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_S01 (Encounters)", 169678); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_S01 (Environment)", 128924); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_S01 (Foliage)", 128925); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_S01 (Lighting)", 128932); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_S01 (Loot)", 128933); DictSNOMarkerSet.Add("a3dun_Crater_ST_Exit_01_W01_S01", 128923); DictSNOMarkerSet.Add("a3dun_Crater_ST_Showcase_WorldMarker", 123175); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_N01 (Environment)", 112655); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_N01 (Foliage)", 112660); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_N01 (Lighting)", 112662); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_N01 (Loot)", 112663); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_N01", 112656); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_S01 (Environment)", 112653); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_S01 (Foliage)", 112651); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_S01 (Lighting)", 112671); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_S01 (Loot)", 112672); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_E01_S01", 112654); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_N01 (Environment)", 112659); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_N01 (Foliage)", 112658); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_N01 (Lighting)", 112665); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_N01 (Loot)", 112666); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_N01", 112652); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_S01 (Environment)", 112661); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_S01 (Foliage)", 112657); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_S01 (Lighting)", 112668); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_S01 (Loot)", 112669); DictSNOMarkerSet.Add("a3dun_Crater_SW_01_W01_S01", 112650); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_N01 (Environment)", 118300); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_N01 (Foliage)", 118305); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_N01 (hell_portal_01)", 143462); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_N01 (Lighting)", 118307); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_N01 (Loot)", 118308); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_N01", 118301); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_S01 (Environment)", 118298); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_S01 (Foliage)", 118296); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_S01 (Lighting)", 118316); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_S01 (Loot)", 118317); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_S01", 118299); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_E01_S01_LootRuns (Encounters)", 326345); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_N01 (Environment)", 118304); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_N01 (Foliage)", 118303); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_N01 (Lighting)", 118310); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_N01 (Loot)", 118311); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_N01", 118297); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_S01 (Environment)", 118306); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_S01 (Foliage)", 118302); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_S01 (Lighting)", 118313); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_S01 (Loot)", 118314); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_01_W01_S01", 118295); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01 (Dungeonstone)", 391665); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01 (Encounters)", 203591); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01 (Environment)", 151073); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01 (Foliage)", 151072); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01 (Lighting)", 151074); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01 (Loot)", 151075); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01 (Open World)", 361770); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01 (Portal_01)", 210391); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01 (Portal_02)", 210393); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01", 151065); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_N01_Dungeonstone (Encounters)", 362193); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_S01 (Audio)", 223493); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_S01 (Environment)", 151067); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_S01 (Foliage)", 151066); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_S01 (Lighting)", 151080); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_S01 (Loot)", 151081); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_E01_S01", 151068); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_N01 (Environment)", 151063); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_N01 (Foliage)", 151064); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_N01 (Lighting)", 151083); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_N01 (Loot)", 151084); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_N01", 151070); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_S01 (Environment)", 151062); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_S01 (Foliage)", 151069); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_S01 (Lighting)", 151077); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_S01 (Loot)", 151078); DictSNOMarkerSet.Add("a3dun_Crater_S_Dead_End_02_W01_S01", 151071); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_N01 (Audio)", 217682); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_N01 (Encounters)", 149981); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_N01 (Lighting)", 148098); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_N01 (Loot)", 148099); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_N01 (World01)", 231221); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_N01 (World02)", 231222); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_N01", 148097); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_S01 (Encounters)", 159486); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_S01 (Lighting)", 148087); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_S01 (Loot)", 148088); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_E01_S01", 148086); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_W01_N01 (Audio)", 217683); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_W01_N01 (Lighting)", 148103); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_W01_N01 (Loot)", 148104); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_W01_N01", 148102); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_W01_S01 (Audio)", 217681); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_W01_S01 (Lighting)", 148093); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_W01_S01 (Loot)", 148094); DictSNOMarkerSet.Add("a3dun_Crater_S_Exit_02_W01_S01", 148092); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_N01 (Audio)", 217803); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_N01 (Encounters)", 155000); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_N01 (Environment)", 152709); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_N01 (Foliage)", 152708); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_N01 (Lighting)", 156677); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_N01 (Loot)", 156697); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_N01", 152701); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_S01 (Audio)", 217784); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_S01 (Environment)", 152703); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_S01 (Foliage)", 152702); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_S01 (Lighting)", 156675); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_S01 (Loot)", 156699); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_E01_S01", 152704); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_N01 (Environment)", 152699); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_N01 (Foliage)", 152700); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_N01 (Lighting)", 156676); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_N01", 152706); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_S01 (Audio)", 217782); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_S01 (Environment)", 152698); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_S01 (Foliage)", 152705); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_S01 (lighting)", 156674); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_S01 (Loot)", 156701); DictSNOMarkerSet.Add("a3Dun_Crater_S_exit_03_W01_S01", 152707); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_N01 (Audio)", 217664); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_N01 (Encounters)", 123968); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_N01 (Environment)", 119056); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_N01 (Foliage)", 119061); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_N01 (Lighting)", 119063); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_N01 (Loot)", 119064); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_N01", 119057); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_N01_LootRuns (Encounters)", 326347); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_S01 (Encounters)", 123969); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_S01 (Environment)", 119054); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_S01 (Foliage)", 119052); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_S01 (hell_portal_01)", 143724); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_S01 (Lighting)", 119072); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_S01 (Loot)", 119073); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_E01_S01", 119055); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_N01 (Audio)", 217660); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_N01 (Encounters)", 123970); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_N01 (Environment)", 119060); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_N01 (Foliage)", 119059); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_N01 (Lighting)", 119066); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_N01 (Loot)", 119067); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_N01", 119053); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_S01 (Audio)", 217662); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_S01 (Encounters)", 123971); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_S01 (Environment)", 119062); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_S01 (Foliage)", 119058); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_S01 (Lighting)", 119069); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_S01 (Loot)", 119070); DictSNOMarkerSet.Add("a3dun_Crater_W_Dead_End_01_W01_S01", 119051); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_01 (Blood)", 186676); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_01 (Encounters)", 187105); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_01 (Environment)", 186547); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_01 (Foliage)", 186546); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_01 (Lighting)", 186548); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_01 (Loot)", 186549); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_01 (Special Markers)", 186862); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_01", 186545); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_Intro_01 (Audio)", 211238); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_Intro_01 (Encounters)", 204716); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_Intro_01 (Lighting)", 204719); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_Intro_01 (Props)", 210586); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_Intro_01 (Special Markers)", 204721); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_Vista_skybox (Lighting)", 186589); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_Vista_skybox (Loot)", 186590); DictSNOMarkerSet.Add("a3dun_hub_AdriaTower_Vista_skybox", 186588); DictSNOMarkerSet.Add("a3dun_hub_keep (World)", 200708); DictSNOMarkerSet.Add("a3dun_iceCaves_EW_01 (CursedChest_DeathChill)", 368043); DictSNOMarkerSet.Add("a3dun_iceCaves_EW_01 (Environment)", 188822); DictSNOMarkerSet.Add("a3dun_iceCaves_EW_01 (Foliage)", 188821); DictSNOMarkerSet.Add("a3dun_iceCaves_EW_01 (Ice Lacuni Ambush A)", 206338); DictSNOMarkerSet.Add("a3dun_iceCaves_EW_01 (Lighting)", 188824); DictSNOMarkerSet.Add("a3dun_iceCaves_EW_01 (Loot)", 188825); DictSNOMarkerSet.Add("a3dun_iceCaves_EW_01 (Secrets)", 222070); DictSNOMarkerSet.Add("a3dun_iceCaves_EW_01", 188823); DictSNOMarkerSet.Add("a3dun_iceCaves_E_01 (Environment)", 188838); DictSNOMarkerSet.Add("a3dun_iceCaves_E_01 (Foliage)", 188837); DictSNOMarkerSet.Add("a3dun_iceCaves_E_01 (Lighting)", 188840); DictSNOMarkerSet.Add("a3dun_iceCaves_E_01 (Loot)", 188841); DictSNOMarkerSet.Add("a3dun_iceCaves_E_01", 188839); DictSNOMarkerSet.Add("a3dun_iceCaves_E_DungeonStone_Exit_01 (Encounters)", 189327); DictSNOMarkerSet.Add("a3dun_iceCaves_E_DungeonStone_Exit_01 (Loot)", 192746); DictSNOMarkerSet.Add("a3dun_iceCaves_E_Entrance_01 (Encounters)", 189308); DictSNOMarkerSet.Add("a3dun_iceCaves_E_Entrance_01 (Environment)", 188848); DictSNOMarkerSet.Add("a3dun_iceCaves_E_Entrance_01 (Foliage)", 188847); DictSNOMarkerSet.Add("a3dun_iceCaves_E_Entrance_01 (Lighting)", 188850); DictSNOMarkerSet.Add("a3dun_iceCaves_E_Entrance_01 (Loot)", 188851); DictSNOMarkerSet.Add("a3dun_iceCaves_E_Entrance_01", 188849); DictSNOMarkerSet.Add("a3dun_iceCaves_E_Exit_01 (Encounters)", 221696); DictSNOMarkerSet.Add("a3dun_iceCaves_Filler_01 (Lighting)", 188858); DictSNOMarkerSet.Add("a3dun_iceCaves_Filler_01 (Loot)", 188859); DictSNOMarkerSet.Add("a3dun_iceCaves_Filler_01", 188857); DictSNOMarkerSet.Add("a3dun_iceCaves_NEW_01 (Environment)", 188868); DictSNOMarkerSet.Add("a3dun_iceCaves_NEW_01 (Foliage)", 188867); DictSNOMarkerSet.Add("a3dun_iceCaves_NEW_01 (Ice Lacuni Ambush A)", 206346); DictSNOMarkerSet.Add("a3dun_iceCaves_NEW_01 (Lighting)", 188870); DictSNOMarkerSet.Add("a3dun_iceCaves_NEW_01 (Loot)", 188871); DictSNOMarkerSet.Add("a3dun_iceCaves_NEW_01 (Particles)", 189685); DictSNOMarkerSet.Add("a3dun_iceCaves_NEW_01", 188869); DictSNOMarkerSet.Add("a3dun_iceCaves_NE_01 (Environment)", 188880); DictSNOMarkerSet.Add("a3dun_iceCaves_NE_01 (Foliage)", 188879); DictSNOMarkerSet.Add("a3dun_iceCaves_NE_01 (Ice Lacuni Ambush A)", 206231); DictSNOMarkerSet.Add("a3dun_iceCaves_NE_01 (Lighting)", 188882); DictSNOMarkerSet.Add("a3dun_iceCaves_NE_01 (Loot)", 188883); DictSNOMarkerSet.Add("a3dun_iceCaves_NE_01 (Particles)", 189841); DictSNOMarkerSet.Add("a3dun_iceCaves_NE_01", 188881); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_01 (Environment)", 188749); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_01 (Foliage)", 188748); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_01 (Ice Lacuni Ambush A)", 206491); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_01 (Lighting)", 188751); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_01 (Loot)", 188752); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_01 (Particles)", 189845); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_01", 188750); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_Holes_01 (Environment)", 189318); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_Holes_01 (Foliage)", 189317); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_Holes_01 (Ice Lacuni Ambush A)", 206528); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_Holes_01 (Lighting)", 189320); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_Holes_01 (Loot)", 189321); DictSNOMarkerSet.Add("a3dun_iceCaves_NSEW_Holes_01", 189319); DictSNOMarkerSet.Add("a3dun_iceCaves_NSE_01 (Encounters)", 189915); DictSNOMarkerSet.Add("a3dun_iceCaves_NSE_01 (Environment)", 188892); DictSNOMarkerSet.Add("a3dun_iceCaves_NSE_01 (Foliage)", 188891); DictSNOMarkerSet.Add("a3dun_iceCaves_NSE_01 (Ice Lacuni Ambush A)", 206410); DictSNOMarkerSet.Add("a3dun_iceCaves_NSE_01 (Lighting)", 188894); DictSNOMarkerSet.Add("a3dun_iceCaves_NSE_01 (Loot)", 188895); DictSNOMarkerSet.Add("a3dun_iceCaves_NSE_01 (Particles)", 190060); DictSNOMarkerSet.Add("a3dun_iceCaves_NSE_01", 188893); DictSNOMarkerSet.Add("a3dun_iceCaves_NSW_01 (Environment)", 188905); DictSNOMarkerSet.Add("a3dun_iceCaves_NSW_01 (Foliage)", 188904); DictSNOMarkerSet.Add("a3dun_iceCaves_NSW_01 (Ice Lacuni Ambush A)", 206530); DictSNOMarkerSet.Add("a3dun_iceCaves_NSW_01 (Lighting)", 188907); DictSNOMarkerSet.Add("a3dun_iceCaves_NSW_01 (Loot)", 188908); DictSNOMarkerSet.Add("a3dun_iceCaves_NSW_01", 188906); DictSNOMarkerSet.Add("a3dun_iceCaves_NS_01 (Environment)", 188922); DictSNOMarkerSet.Add("a3dun_iceCaves_NS_01 (Foliage)", 188921); DictSNOMarkerSet.Add("a3dun_iceCaves_NS_01 (Ice Lacuni Ambush A)", 206387); DictSNOMarkerSet.Add("a3dun_iceCaves_NS_01 (Lighting)", 188924); DictSNOMarkerSet.Add("a3dun_iceCaves_NS_01 (Loot)", 188925); DictSNOMarkerSet.Add("a3dun_iceCaves_NS_01 (Particles)", 190228); DictSNOMarkerSet.Add("a3dun_iceCaves_NS_01", 188923); DictSNOMarkerSet.Add("a3dun_iceCaves_NW_01 (Environment)", 188936); DictSNOMarkerSet.Add("a3dun_iceCaves_NW_01 (Foliage)", 188935); DictSNOMarkerSet.Add("a3dun_iceCaves_NW_01 (Ice Lacuni Ambush A)", 206572); DictSNOMarkerSet.Add("a3dun_iceCaves_NW_01 (Lighting)", 188938); DictSNOMarkerSet.Add("a3dun_iceCaves_NW_01 (Loot)", 188939); DictSNOMarkerSet.Add("a3dun_iceCaves_NW_01", 188937); DictSNOMarkerSet.Add("a3dun_iceCaves_N_01 (Environment)", 188953); DictSNOMarkerSet.Add("a3dun_iceCaves_N_01 (Foliage)", 188952); DictSNOMarkerSet.Add("a3dun_iceCaves_N_01 (Lighting)", 188955); DictSNOMarkerSet.Add("a3dun_iceCaves_N_01 (Loot)", 188956); DictSNOMarkerSet.Add("a3dun_iceCaves_N_01", 188954); DictSNOMarkerSet.Add("a3dun_iceCaves_N_DungeonStone_Exit_01 (Encounters)", 189328); DictSNOMarkerSet.Add("a3dun_iceCaves_N_DungeonStone_Exit_01 (Loot)", 192748); DictSNOMarkerSet.Add("a3dun_iceCaves_N_Entrance_01 (Encounters)", 189309); DictSNOMarkerSet.Add("a3dun_iceCaves_N_Entrance_01 (Environment)", 188968); DictSNOMarkerSet.Add("a3dun_iceCaves_N_Entrance_01 (Foliage)", 188967); DictSNOMarkerSet.Add("a3dun_iceCaves_N_Entrance_01 (Lighting)", 188971); DictSNOMarkerSet.Add("a3dun_iceCaves_N_Entrance_01 (Loot)", 188972); DictSNOMarkerSet.Add("a3dun_iceCaves_N_Entrance_01", 188969); DictSNOMarkerSet.Add("a3dun_iceCaves_N_Exit_01 (Encounters)", 221697); DictSNOMarkerSet.Add("a3dun_iceCaves_SEW_01 (Environment)", 188999); DictSNOMarkerSet.Add("a3dun_iceCaves_SEW_01 (Foliage)", 188998); DictSNOMarkerSet.Add("a3dun_iceCaves_SEW_01 (Ice Lacuni Ambush A)", 206601); DictSNOMarkerSet.Add("a3dun_iceCaves_SEW_01 (Lighting)", 189001); DictSNOMarkerSet.Add("a3dun_iceCaves_SEW_01 (Loot)", 189002); DictSNOMarkerSet.Add("a3dun_iceCaves_SEW_01 (Particles)", 190226); DictSNOMarkerSet.Add("a3dun_iceCaves_SEW_01", 189000); DictSNOMarkerSet.Add("a3dun_iceCaves_SE_01 (Environment)", 189012); DictSNOMarkerSet.Add("a3dun_iceCaves_SE_01 (Foliage)", 189011); DictSNOMarkerSet.Add("a3dun_iceCaves_SE_01 (Ice Lacuni Ambush A)", 206617); DictSNOMarkerSet.Add("a3dun_iceCaves_SE_01 (Lighting)", 189014); DictSNOMarkerSet.Add("a3dun_iceCaves_SE_01 (Loot)", 189015); DictSNOMarkerSet.Add("a3dun_iceCaves_SE_01", 189013); DictSNOMarkerSet.Add("a3dun_iceCaves_SW_01 (Environment)", 189024); DictSNOMarkerSet.Add("a3dun_iceCaves_SW_01 (Foliage)", 189023); DictSNOMarkerSet.Add("a3dun_iceCaves_SW_01 (Ice Lacuni Ambush A)", 206629); DictSNOMarkerSet.Add("a3dun_iceCaves_SW_01 (Lighting)", 189026); DictSNOMarkerSet.Add("a3dun_iceCaves_SW_01 (Loot)", 189027); DictSNOMarkerSet.Add("a3dun_iceCaves_SW_01", 189025); DictSNOMarkerSet.Add("a3dun_iceCaves_S_01 (Environment)", 189084); DictSNOMarkerSet.Add("a3dun_iceCaves_S_01 (Foliage)", 189083); DictSNOMarkerSet.Add("a3dun_iceCaves_S_01 (Lighting)", 189087); DictSNOMarkerSet.Add("a3dun_iceCaves_S_01 (Loot)", 189088); DictSNOMarkerSet.Add("a3dun_iceCaves_S_01", 189085); DictSNOMarkerSet.Add("a3dun_iceCaves_S_DungeonStone_Exit_01 (Encounters)", 189329); DictSNOMarkerSet.Add("a3dun_iceCaves_S_DungeonStone_Exit_01 (Loot)", 192756); DictSNOMarkerSet.Add("a3dun_iceCaves_S_Entrance_01 (Encounters)", 189310); DictSNOMarkerSet.Add("a3dun_iceCaves_S_Entrance_01 (Environment)", 189116); DictSNOMarkerSet.Add("a3dun_iceCaves_S_Entrance_01 (Foliage)", 189115); DictSNOMarkerSet.Add("a3dun_iceCaves_S_Entrance_01 (Lighting)", 189118); DictSNOMarkerSet.Add("a3dun_iceCaves_S_Entrance_01 (Loot)", 189119); DictSNOMarkerSet.Add("a3dun_iceCaves_S_Entrance_01", 189117); DictSNOMarkerSet.Add("a3dun_iceCaves_S_Exit_01 (Encounters)", 221698); DictSNOMarkerSet.Add("a3dun_iceCaves_W_01 (Environment)", 189133); DictSNOMarkerSet.Add("a3dun_iceCaves_W_01 (Foliage)", 189132); DictSNOMarkerSet.Add("a3dun_iceCaves_W_01 (Lighting)", 189135); DictSNOMarkerSet.Add("a3dun_iceCaves_W_01 (Loot)", 189136); DictSNOMarkerSet.Add("a3dun_iceCaves_W_01", 189134); DictSNOMarkerSet.Add("a3dun_iceCaves_W_DungeonStone_Exit_01 (Encounters)", 189330); DictSNOMarkerSet.Add("a3dun_iceCaves_W_DungeonStone_Exit_01 (Loot)", 192757); DictSNOMarkerSet.Add("a3dun_iceCaves_W_Entrance_01 (Encounters)", 189311); DictSNOMarkerSet.Add("a3dun_iceCaves_W_Entrance_01 (Environment)", 189148); DictSNOMarkerSet.Add("a3dun_iceCaves_W_Entrance_01 (Foliage)", 189147); DictSNOMarkerSet.Add("a3dun_iceCaves_W_Entrance_01 (Lighting)", 189150); DictSNOMarkerSet.Add("a3dun_iceCaves_W_Entrance_01 (Loot)", 189151); DictSNOMarkerSet.Add("a3dun_iceCaves_W_Entrance_01", 189149); DictSNOMarkerSet.Add("a3dun_iceCaves_W_Exit_01 (Encounters)", 221699); DictSNOMarkerSet.Add("a3dun_Keep_EW_01 (Audio)", 219358); DictSNOMarkerSet.Add("a3dun_Keep_EW_01 (Encounters)", 104361); DictSNOMarkerSet.Add("a3dun_Keep_EW_01 (Loot)", 120213); DictSNOMarkerSet.Add("a3dun_Keep_EW_01", 20923); DictSNOMarkerSet.Add("a3dun_Keep_EW_01_Actors", 72506); DictSNOMarkerSet.Add("a3dun_Keep_EW_02 (Audio)", 219427); DictSNOMarkerSet.Add("a3dun_Keep_EW_02 (Encounters)", 104365); DictSNOMarkerSet.Add("a3dun_Keep_EW_02 (Lighting)", 136843); DictSNOMarkerSet.Add("a3dun_Keep_EW_02 (Loot)", 120137); DictSNOMarkerSet.Add("a3dun_Keep_EW_02 (Rescue Escort End)", 223911); DictSNOMarkerSet.Add("a3dun_Keep_EW_02", 20924); DictSNOMarkerSet.Add("a3dun_Keep_EW_02_Actors", 71533); DictSNOMarkerSet.Add("a3dun_Keep_EW_03", 80274); DictSNOMarkerSet.Add("a3dun_Keep_EW_03_Actors", 80372); DictSNOMarkerSet.Add("a3dun_Keep_EW_03_Forge (Audio)", 231000); DictSNOMarkerSet.Add("a3dun_Keep_EW_03_Forge (Encounters)", 104370); DictSNOMarkerSet.Add("a3dun_Keep_EW_03_Forge (Hydra Ambush)", 149797); DictSNOMarkerSet.Add("a3dun_Keep_EW_03_Forge (Loot)", 120138); DictSNOMarkerSet.Add("a3dun_Keep_E_01 (Encounters)", 104348); DictSNOMarkerSet.Add("a3dun_Keep_E_01 (Loot)", 120136); DictSNOMarkerSet.Add("a3dun_Keep_E_01", 65899); DictSNOMarkerSet.Add("a3dun_Keep_E_01_Actors", 85141); DictSNOMarkerSet.Add("a3dun_Keep_E_DungeonStone_Exit_01 (Encounters)", 185240); DictSNOMarkerSet.Add("a3dun_Keep_E_DungeonStone_Exit_01 (Loot)", 192719); DictSNOMarkerSet.Add("a3dun_Keep_E_Entrance_01 (Encounters)", 75302); DictSNOMarkerSet.Add("a3dun_Keep_E_Entrance_01 (Loot)", 114727); DictSNOMarkerSet.Add("a3dun_Keep_E_Entrance_01 (Rescue Escort)", 153490); DictSNOMarkerSet.Add("a3dun_Keep_E_Entrance_01 (Savepoint 3300)", 214330); DictSNOMarkerSet.Add("a3dun_Keep_E_Entrance_01 (Savepoint 3400)", 214331); DictSNOMarkerSet.Add("a3dun_Keep_E_Entrance_01 (Savepoint 3500)", 214332); DictSNOMarkerSet.Add("a3dun_Keep_E_Entrance_01", 74013); DictSNOMarkerSet.Add("a3dun_Keep_E_Entrance_01_Actors", 74015); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01 (BossPortal)", 173981); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01 (Encounters)", 75316); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01 (Loot Run)", 289325); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01 (Loot)", 130639); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01 (LvL2)", 94163); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01 (LvL3)", 94168); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01 (LvL4)", 94173); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01 (Portal)", 173980); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01 (Waypoints)", 94164); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01", 73911); DictSNOMarkerSet.Add("a3dun_Keep_E_Exit_01_Actors", 73913); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01 (Audio)", 205968); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01 (Encounters)", 155093); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01 (Environment)", 148319); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01 (Loot)", 147405); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01", 147403); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01_Actors", 180127); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01_Filler_N (Lighting)", 191208); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01_Filler_N (Loot)", 191209); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01_Filler_N", 191207); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01_Filler_S (Lighting)", 190889); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01_Filler_S (Loot)", 190890); DictSNOMarkerSet.Add("a3dun_Keep_E_Out_01_Filler_S", 190888); DictSNOMarkerSet.Add("a3dun_keep_FillScene_01", 20925); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Filler_01 (Encounters)", 169807); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Filler_01 (Lighting)", 166378); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Filler_01 (Loot)", 166379); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Filler_01", 166377); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Hall_01 (Lighting)", 165289); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Hall_01 (Loot)", 165290); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Hall_01", 165288); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Hall_Exit_01 (Encounters)", 171254); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Hall_Exit_01 (Lighting)", 166024); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Hall_Exit_01 (Loot)", 166025); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Hall_Exit_01 (SetDung_Necro_Plague)", 472047); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Hall_Exit_01", 166023); DictSNOMarkerSet.Add("a3dun_Keep_Gluttony_Room (UberBoss)", 256715); DictSNOMarkerSet.Add("a3dun_Keep_Hub_Inn (Audio)", 211468); DictSNOMarkerSet.Add("a3dun_Keep_Hub_Inn (Encounters)", 182683); DictSNOMarkerSet.Add("a3dun_Keep_Hub_Inn (Gore)", 215867); DictSNOMarkerSet.Add("a3dun_Keep_Hub_Inn (Lighting)", 180636); DictSNOMarkerSet.Add("a3dun_Keep_Hub_Inn (Loot)", 180637); DictSNOMarkerSet.Add("a3dun_Keep_Hub_Inn (Set Dungeons)", 447215); DictSNOMarkerSet.Add("a3dun_Keep_Hub_Inn", 180635); DictSNOMarkerSet.Add("a3dun_Keep_NEW_01 (Encounters)", 104346); DictSNOMarkerSet.Add("a3dun_Keep_NEW_01 (Loot)", 120143); DictSNOMarkerSet.Add("a3dun_Keep_NEW_01", 20926); DictSNOMarkerSet.Add("a3dun_Keep_NEW_01_Actors", 71427); DictSNOMarkerSet.Add("a3dun_Keep_NEW_02 (Encounters)", 104351); DictSNOMarkerSet.Add("a3dun_Keep_NEW_02 (Loot)", 120145); DictSNOMarkerSet.Add("a3dun_Keep_NEW_02", 20927); DictSNOMarkerSet.Add("a3dun_Keep_NEW_02_Actors", 75299); DictSNOMarkerSet.Add("a3dun_Keep_NEW_03 (Encounters)", 73406); DictSNOMarkerSet.Add("a3dun_Keep_NEW_03", 71303); DictSNOMarkerSet.Add("a3dun_Keep_NEW_03_Actors", 72711); DictSNOMarkerSet.Add("a3dun_Keep_NEW_03_River (Audio)", 219411); DictSNOMarkerSet.Add("a3dun_Keep_NEW_03_River (Loot)", 120146); DictSNOMarkerSet.Add("a3dun_Keep_NEW_03_River(MouthOfAzmodan)", 155920); DictSNOMarkerSet.Add("a3dun_Keep_NEW_04", 83191); DictSNOMarkerSet.Add("a3dun_Keep_NEW_04_Actors", 83639); DictSNOMarkerSet.Add("a3dun_Keep_NEW_04_River (Audio)", 219437); DictSNOMarkerSet.Add("a3dun_Keep_NEW_04_River (Encounters)", 104359); DictSNOMarkerSet.Add("a3dun_Keep_NEW_04_River (Loot)", 120147); DictSNOMarkerSet.Add("a3dun_Keep_NE_01 (Audio)", 219426); DictSNOMarkerSet.Add("a3dun_Keep_NE_01 (Encounters)", 104366); DictSNOMarkerSet.Add("a3dun_Keep_NE_01 (Lighting)", 137665); DictSNOMarkerSet.Add("a3dun_Keep_NE_01 (Loot)", 120141); DictSNOMarkerSet.Add("a3dun_Keep_NE_01", 20928); DictSNOMarkerSet.Add("a3dun_Keep_NE_01_Actors", 72121); DictSNOMarkerSet.Add("a3dun_Keep_NE_02 (Audio)", 219410); DictSNOMarkerSet.Add("a3dun_Keep_NE_02 (Encounters)", 104371); DictSNOMarkerSet.Add("a3dun_Keep_NE_02 (Loot)", 120142); DictSNOMarkerSet.Add("a3dun_Keep_NE_02", 20929); DictSNOMarkerSet.Add("a3dun_Keep_NE_02_Actors", 75657); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_01 (Encounters)", 52856); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_01 (Loot)", 120155); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_01", 20930); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_01_Actors", 52709); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_02 (Audio)", 219394); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_02 (Brickhouse Bridge)", 230748); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_02 (Encounters)", 104363); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_02 (Loot)", 120156); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_02 (Lunatic Swarm)", 230739); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_02", 72814); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_02_Markersets", 75885); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_03", 75866); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_03_Actors", 76513); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_03_War (CursedChest_ForsakenSoldiers)", 368122); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_03_War (Encounters)", 104368); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_03_War (Loot)", 120157); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_04", 76605); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_04_Actors", 77383); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_04_War (Audio)", 219241); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_04_War (Encounters)", 104373); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_04_War (Loot)", 120158); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_05", 77632); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_05_Actors", 77753); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_05_River (Audio)", 219412); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_05_River (Encounters)", 104378); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_05_River (Loot)", 120159); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_06", 77899); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_06_Actors", 78076); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_06_River (Audio)", 219422); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_06_River (Encounters)", 104353); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_06_River (Loot)", 120160); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_07 (Encounters)", 104357); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_07 (Flyer Demon Ambush - Snowy Keep)", 214043); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_07 (Flyer Demon Ambush)", 205474); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_07 (Loot)", 120161); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_07", 87799); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_07_Actors", 78093); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_08", 81941); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_08_Actors", 82613); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_08_River (Alchemist Event)", 178519); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_08_River (Audio)", 219413); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_08_River (Encounters)", 104360); DictSNOMarkerSet.Add("a3dun_Keep_NSEW_08_River (Loot)", 120180); DictSNOMarkerSet.Add("a3dun_Keep_NSE_01 (Encounters)", 104352); DictSNOMarkerSet.Add("a3dun_Keep_NSE_01 (Loot)", 120153); DictSNOMarkerSet.Add("a3dun_Keep_NSE_01 (Mass Skeleton Ambush)", 230746); DictSNOMarkerSet.Add("a3dun_Keep_NSE_01", 20931); DictSNOMarkerSet.Add("a3dun_Keep_NSE_01_Actors", 73498); DictSNOMarkerSet.Add("a3dun_Keep_NSE_02 (Encounters)", 104356); DictSNOMarkerSet.Add("a3dun_Keep_NSE_02 (Loot)", 120154); DictSNOMarkerSet.Add("a3dun_Keep_NSE_02", 20932); DictSNOMarkerSet.Add("a3dun_Keep_NSE_02_Actors", 75251); DictSNOMarkerSet.Add("a3dun_Keep_NSW_01 (Encounters)", 104364); DictSNOMarkerSet.Add("a3dun_Keep_NSW_01 (Loot)", 120162); DictSNOMarkerSet.Add("a3dun_Keep_NSW_01", 20933); DictSNOMarkerSet.Add("a3dun_Keep_NSW_01_Actors", 73661); DictSNOMarkerSet.Add("a3dun_Keep_NSW_02 (Encounters)", 52857); DictSNOMarkerSet.Add("a3dun_Keep_NSW_02", 20934); DictSNOMarkerSet.Add("a3dun_Keep_NSW_02_Actors", 52838); DictSNOMarkerSet.Add("a3dun_Keep_NSW_02_War (Flyer Demon Ambush - Snowy Keep)", 214044); DictSNOMarkerSet.Add("a3dun_Keep_NSW_02_War (Flyer Demon Ambush)", 205475); DictSNOMarkerSet.Add("a3dun_Keep_NSW_02_War (Loot)", 120163); DictSNOMarkerSet.Add("a3dun_Keep_NSW_03 (Encounters)", 79112); DictSNOMarkerSet.Add("a3dun_Keep_NSW_03", 71106); DictSNOMarkerSet.Add("a3dun_Keep_NSW_03_Actors", 72526); DictSNOMarkerSet.Add("a3dun_Keep_NSW_03_Forge (Audio)", 219149); DictSNOMarkerSet.Add("a3dun_Keep_NSW_03_Forge (Encounters)", 104374); DictSNOMarkerSet.Add("a3dun_Keep_NSW_03_Forge (Loot)", 120164); DictSNOMarkerSet.Add("a3dun_Keep_NS_01 (Encounters)", 104362); DictSNOMarkerSet.Add("a3dun_Keep_NS_01 (Loot)", 114729); DictSNOMarkerSet.Add("a3dun_Keep_NS_01 (Sound Test)", 172934); DictSNOMarkerSet.Add("a3dun_Keep_NS_01", 20935); DictSNOMarkerSet.Add("a3dun_Keep_NS_01_Actors", 72422); DictSNOMarkerSet.Add("a3dun_Keep_NS_02 (Encounters)", 104367); DictSNOMarkerSet.Add("a3dun_Keep_NS_02 (Loot)", 120148); DictSNOMarkerSet.Add("a3dun_Keep_NS_02 (Monster Barricade)", 149341); DictSNOMarkerSet.Add("a3dun_Keep_NS_02", 20936); DictSNOMarkerSet.Add("a3dun_Keep_NS_02_Actors", 74131); DictSNOMarkerSet.Add("a3dun_Keep_NS_03", 65039); DictSNOMarkerSet.Add("a3dun_Keep_NS_03_Actors", 85927); DictSNOMarkerSet.Add("a3dun_Keep_NS_03_Forge (Audio)", 226845); DictSNOMarkerSet.Add("a3dun_Keep_NS_03_Forge (Encounters)", 104372); DictSNOMarkerSet.Add("a3dun_Keep_NS_03_Forge (Loot)", 120150); DictSNOMarkerSet.Add("a3dun_Keep_NS_03_Forge (Sound Test)", 172932); DictSNOMarkerSet.Add("a3dun_Keep_NS_04", 80882); DictSNOMarkerSet.Add("a3dun_Keep_NS_04_Actors", 80990); DictSNOMarkerSet.Add("a3dun_Keep_NS_04_Forge (Audio)", 219151); DictSNOMarkerSet.Add("a3dun_Keep_NS_04_Forge (Encounters)", 104377); DictSNOMarkerSet.Add("a3dun_Keep_NS_04_Forge (Loot)", 120151); DictSNOMarkerSet.Add("a3dun_Keep_NW_01 (Encounters)", 104379); DictSNOMarkerSet.Add("a3dun_Keep_NW_01 (Loot)", 130646); DictSNOMarkerSet.Add("a3dun_Keep_NW_01", 20937); DictSNOMarkerSet.Add("a3dun_Keep_NW_01_Actors", 73710); DictSNOMarkerSet.Add("a3dun_Keep_NW_02", 20938); DictSNOMarkerSet.Add("a3dun_Keep_NW_02_Actors", 74700); DictSNOMarkerSet.Add("a3dun_Keep_NW_02_Forge (Audio)", 224855); DictSNOMarkerSet.Add("a3dun_Keep_NW_02_Forge (Encounters)", 104354); DictSNOMarkerSet.Add("a3dun_Keep_NW_02_Forge (Fire Skeleton Pit)", 129991); DictSNOMarkerSet.Add("a3dun_Keep_NW_02_Forge (Loot)", 130653); DictSNOMarkerSet.Add("a3dun_Keep_N_01 (Encounters)", 104350); DictSNOMarkerSet.Add("a3dun_Keep_N_01 (Loot)", 120139); DictSNOMarkerSet.Add("a3dun_Keep_N_01 (Rescue Escort)", 172006); DictSNOMarkerSet.Add("a3dun_Keep_N_01", 65906); DictSNOMarkerSet.Add("a3dun_Keep_N_01_Actors", 73745); DictSNOMarkerSet.Add("a3dun_Keep_N_DungeonStone_Exit_01 (Encounters)", 185242); DictSNOMarkerSet.Add("a3dun_Keep_N_DungeonStone_Exit_01 (Loot)", 192718); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_01 (Encounters)", 52710); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_01", 51390); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_01_Actors", 52711); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_01_River (Loot)", 120140); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_01_River (Rescue Escort)", 153491); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_02 (Audio)", 226844); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_02 (Encounters)", 93115); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_02 (Loot)", 130679); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_02 (Rescue Escort)", 153492); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_02 (Savepoint 3300)", 214334); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_02 (Savepoint 3400)", 214357); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_02 (Savepoint 3500)", 214358); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_02", 89484); DictSNOMarkerSet.Add("a3dun_Keep_N_Entrance_02_Actors", 89487); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01 (BossPortal)", 173997); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01 (Encounters)", 75317); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01 (Loot Run)", 289324); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01 (Loot)", 130678); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01 (LvL02)", 94161); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01 (LvL3)", 94167); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01 (LvL4)", 94172); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01 (Portal)", 173994); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01 (Waypoints)", 94162); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01", 73789); DictSNOMarkerSet.Add("a3dun_Keep_N_Exit_01_Actors", 73790); DictSNOMarkerSet.Add("a3dun_Keep_SEW_01 (Encounters)", 104358); DictSNOMarkerSet.Add("a3dun_Keep_SEW_01 (Loot)", 120170); DictSNOMarkerSet.Add("a3dun_Keep_SEW_01", 20939); DictSNOMarkerSet.Add("a3dun_Keep_SEW_01_Actors", 73238); DictSNOMarkerSet.Add("a3dun_Keep_SEW_02 (Encounters)", 52839); DictSNOMarkerSet.Add("a3dun_Keep_SEW_02 (Loot)", 120171); DictSNOMarkerSet.Add("a3dun_Keep_SEW_02", 20940); DictSNOMarkerSet.Add("a3dun_Keep_SEW_02_Actors", 53823); DictSNOMarkerSet.Add("a3dun_Keep_SEW_02_War (Audio)", 205967); DictSNOMarkerSet.Add("a3dun_Keep_SEW_02_War (Flyer Demon Ambush - Snowy keep)", 214041); DictSNOMarkerSet.Add("a3dun_Keep_SEW_02_War (Flyer Demon Ambush)", 205473); DictSNOMarkerSet.Add("a3dun_Keep_SE_01 (Encounters)", 104369); DictSNOMarkerSet.Add("a3dun_Keep_SE_01 (Loot)", 130676); DictSNOMarkerSet.Add("a3dun_Keep_SE_01", 20941); DictSNOMarkerSet.Add("a3dun_Keep_SE_01_Actors", 72933); DictSNOMarkerSet.Add("a3dun_Keep_SE_02 (Encounters)", 104375); DictSNOMarkerSet.Add("a3dun_Keep_SE_02 (Loot)", 120167); DictSNOMarkerSet.Add("a3dun_Keep_SE_02", 20942); DictSNOMarkerSet.Add("a3dun_Keep_SE_02_Actors", 74395); DictSNOMarkerSet.Add("a3dun_Keep_SE_03", 70714); DictSNOMarkerSet.Add("a3dun_Keep_SE_03_War (Audio)", 205972); DictSNOMarkerSet.Add("a3dun_Keep_SE_03_War (Encounters)", 99358); DictSNOMarkerSet.Add("a3dun_Keep_SE_03_War (Flyer Demon Ambush - Snowy Keep)", 214034); DictSNOMarkerSet.Add("a3dun_Keep_SE_03_War (Flyer Demon Ambush)", 205472); DictSNOMarkerSet.Add("a3dun_Keep_SE_03_War (Loot)", 130655); DictSNOMarkerSet.Add("a3dun_Keep_SE_04", 81242); DictSNOMarkerSet.Add("a3dun_Keep_SE_04_Actors", 81244); DictSNOMarkerSet.Add("a3dun_Keep_SE_04_Forge (Audio)", 221884); DictSNOMarkerSet.Add("a3dun_Keep_SE_04_Forge (Encounters)", 104355); DictSNOMarkerSet.Add("a3dun_Keep_SE_04_Forge (Loot)", 120168); DictSNOMarkerSet.Add("a3dun_Keep_SW_01 (Dead Men Event)", 230727); DictSNOMarkerSet.Add("a3dun_Keep_SW_01 (Encounters)", 52993); DictSNOMarkerSet.Add("a3dun_Keep_SW_01 (Loot)", 114728); DictSNOMarkerSet.Add("a3dun_Keep_SW_01", 20943); DictSNOMarkerSet.Add("a3dun_Keep_SW_01_Actors", 73116); DictSNOMarkerSet.Add("a3dun_Keep_SW_02 (Encounters)", 104376); DictSNOMarkerSet.Add("a3dun_Keep_SW_02 (Loot)", 120172); DictSNOMarkerSet.Add("a3dun_Keep_SW_02", 20944); DictSNOMarkerSet.Add("a3dun_Keep_SW_02_Actors", 75439); DictSNOMarkerSet.Add("a3dun_Keep_SW_03", 79982); DictSNOMarkerSet.Add("a3dun_Keep_SW_03_Actors", 80099); DictSNOMarkerSet.Add("a3dun_Keep_SW_03_Forge (Audio)", 219152); DictSNOMarkerSet.Add("a3dun_Keep_SW_03_Forge (Blacksmith Event)", 148840); DictSNOMarkerSet.Add("a3dun_Keep_SW_03_Forge (Encounters)", 104380); DictSNOMarkerSet.Add("a3dun_Keep_SW_03_Forge (Loot)", 120173); DictSNOMarkerSet.Add("a3dun_Keep_S_01 (Loot)", 149726); DictSNOMarkerSet.Add("a3dun_Keep_S_01", 66162); DictSNOMarkerSet.Add("a3dun_Keep_S_01_Actors", 73730); DictSNOMarkerSet.Add("a3dun_Keep_S_DungeonStone_Exit_01 (Encounters)", 183721); DictSNOMarkerSet.Add("a3dun_Keep_S_DungeonStone_Exit_01 (Loot)", 192709); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01 (Encounters)", 75305); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01 (KeepLvL2)", 94154); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01 (Loot)", 166774); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01 (Rescue Escort)", 153493); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01 (Savepoint 3300)", 214363); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01 (Savepoint 3400)", 214365); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01 (Savepoint 3500)", 214366); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01 (Waypoints)", 94155); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01", 73986); DictSNOMarkerSet.Add("a3dun_Keep_S_Entrance_01_Actors", 73984); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01 (BossPortal)", 173966); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01 (Encounters)", 75318); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01 (Keep_LvL2)", 94157); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01 (Loot Run)", 289323); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01 (Loot)", 166781); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01 (LvL3)", 94166); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01 (LvL4)", 94171); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01 (Portal)", 173963); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01 (Waypoints)", 94158); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01", 72774); DictSNOMarkerSet.Add("a3dun_Keep_S_Exit_01_Actors", 72776); DictSNOMarkerSet.Add("a3dun_Keep_W_01 (Encounters)", 104549); DictSNOMarkerSet.Add("a3dun_Keep_W_01 (Loot)", 171382); DictSNOMarkerSet.Add("a3dun_Keep_W_01", 66165); DictSNOMarkerSet.Add("a3dun_Keep_W_01_Actors", 73746); DictSNOMarkerSet.Add("a3dun_Keep_W_DungeonStone_Exit_01 (Encounters)", 185245); DictSNOMarkerSet.Add("a3dun_Keep_W_DungeonStone_Exit_01 (Loot)", 222868); DictSNOMarkerSet.Add("a3dun_Keep_W_Entrance_01 (Encounters)", 75306); DictSNOMarkerSet.Add("a3dun_Keep_W_Entrance_01 (Loot)", 130677); DictSNOMarkerSet.Add("a3dun_Keep_W_Entrance_01 (Rescue Escort)", 153494); DictSNOMarkerSet.Add("a3dun_Keep_W_Entrance_01 (Savepoint 3300)", 214368); DictSNOMarkerSet.Add("a3dun_Keep_W_Entrance_01 (Savepoint 3400)", 214369); DictSNOMarkerSet.Add("a3dun_Keep_W_Entrance_01 (Savepoint 3500)", 214370); DictSNOMarkerSet.Add("a3dun_Keep_W_Entrance_01", 74061); DictSNOMarkerSet.Add("a3dun_Keep_W_Entrance_01_Actors", 74063); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01 (BossPortal)", 174000); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01 (Encounters)", 75319); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01 (Loot Run)", 289322); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01 (Loot)", 166782); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01 (LvL02)", 94159); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01 (LvL3)", 94165); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01 (Lvl4)", 134259); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01 (Portal)", 173999); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01 (Waypoints)", 94160); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01", 73934); DictSNOMarkerSet.Add("a3dun_Keep_W_Exit_01_Actors", 73936); DictSNOMarkerSet.Add("a3dun_rmpt_adventure_firing_archer", 181130); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_10ft_2A", 136851); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_10ft_2B", 136857); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_20ft_2A_corner", 137073); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_20ft_3A", 136513); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_20ft_4A", 136641); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_20ft_4A_corner", 136804); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_20ft_4B", 136637); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_20ft_4B_corner", 136590); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_20ft_5A", 136539); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_20ft_6A_corner", 136797); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_30ft_2A", 136542); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_30ft_4A", 136572); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_30ft_4B", 136537); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_30ft_5A", 136587); DictSNOMarkerSet.Add("a3dun_rmpt_BarrelCrate_30ft_6A", 136525); DictSNOMarkerSet.Add("a3dun_rmpt_Barrel_10ft_2A", 136624); DictSNOMarkerSet.Add("a3dun_rmpt_Barrel_20ft_3A", 136602); DictSNOMarkerSet.Add("a3dun_rmpt_Barrel_20ft_3B", 136605); DictSNOMarkerSet.Add("a3dun_rmpt_Barrel_20ft_4A", 136608); DictSNOMarkerSet.Add("a3dun_rmpt_Barrel_20ft_5A", 136695); DictSNOMarkerSet.Add("a3dun_rmpt_Barrel_20ft_6A", 136619); DictSNOMarkerSet.Add("a3dun_rmpt_Crate_10ft_1A", 137158); DictSNOMarkerSet.Add("a3dun_rmpt_Crate_10ft_1B", 137159); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_01 (Environment)", 135733); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_01 (Foliage)", 135732); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_01 (Lighting)", 135735); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_01 (Loot)", 135736); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_01", 135734); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_02 (Lighting)", 136034); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_02 (Loot)", 136035); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_02", 136033); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_03 (Lighting)", 135977); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_03 (Loot)", 135978); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_03", 135976); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_EW_01 (Lighting)", 163349); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_EW_01 (Loot)", 163350); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_EW_01", 163348); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_NE_01 (Lighting)", 162727); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_NE_01 (Loot)", 162728); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_NE_01", 162726); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_NSEW_01 (Lighting)", 162923); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_NSEW_01 (Loot)", 162924); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_NSEW_01", 162922); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_NSEW_02 (Lighting)", 219967); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_NSEW_02 (Loot)", 219968); DictSNOMarkerSet.Add("a3dun_rmpt_dmg_Filler_NSEW_02", 219966); DictSNOMarkerSet.Add("a3dun_rmpt_EW_01 (Audio)", 218210); DictSNOMarkerSet.Add("a3dun_rmpt_EW_01 (Encounters)", 73277); DictSNOMarkerSet.Add("a3dun_rmpt_EW_01 (Gore)", 186610); DictSNOMarkerSet.Add("a3dun_rmpt_EW_01 (Lighting)", 102105); DictSNOMarkerSet.Add("a3dun_rmpt_EW_01 (Loot)", 129972); DictSNOMarkerSet.Add("a3dun_rmpt_EW_01 (Lvl01B)", 100969); DictSNOMarkerSet.Add("a3dun_rmpt_EW_01", 71077); DictSNOMarkerSet.Add("a3dun_rmpt_EW_02_Dmg (Audio)", 218104); DictSNOMarkerSet.Add("a3dun_rmpt_EW_02_Dmg (Encounters)", 167228); DictSNOMarkerSet.Add("a3dun_rmpt_EW_02_Dmg (Environment)", 118278); DictSNOMarkerSet.Add("a3dun_rmpt_EW_02_Dmg (Foliage)", 118277); DictSNOMarkerSet.Add("a3dun_rmpt_EW_02_Dmg (Gore)", 186617); DictSNOMarkerSet.Add("a3dun_rmpt_EW_02_Dmg (Lighting)", 118280); DictSNOMarkerSet.Add("a3dun_rmpt_EW_02_Dmg (Loot)", 118281); DictSNOMarkerSet.Add("a3dun_rmpt_EW_02_Dmg", 118279); DictSNOMarkerSet.Add("a3dun_rmpt_EW_03 (Encounters)", 93484); DictSNOMarkerSet.Add("a3dun_rmpt_EW_03 (Loot)", 129858); DictSNOMarkerSet.Add("a3dun_rmpt_EW_03", 71166); DictSNOMarkerSet.Add("a3dun_rmpt_EW_03_gore", 186488); DictSNOMarkerSet.Add("a3dun_rmpt_EW_04 (Audio)", 211380); DictSNOMarkerSet.Add("a3dun_rmpt_EW_04 (CaptainKilled)", 134790); DictSNOMarkerSet.Add("a3dun_rmpt_EW_04 (Encounters)", 93721); DictSNOMarkerSet.Add("a3dun_rmpt_EW_04 (Gore)", 181323); DictSNOMarkerSet.Add("a3dun_rmpt_EW_04 (Loot)", 129878); DictSNOMarkerSet.Add("a3dun_rmpt_EW_04", 71176); DictSNOMarkerSet.Add("a3dun_rmpt_EW_Load_02 (Audio)", 218136); DictSNOMarkerSet.Add("a3dun_rmpt_EW_Load_02 (Catapult_Reinforcement)", 153638); DictSNOMarkerSet.Add("a3dun_rmpt_EW_Load_02 (Encounters)", 73082); DictSNOMarkerSet.Add("a3dun_rmpt_EW_Load_02 (gore)", 186631); DictSNOMarkerSet.Add("a3dun_rmpt_EW_Load_02 (Lighting)", 179215); DictSNOMarkerSet.Add("a3dun_rmpt_EW_Load_02 (Loot)", 129890); DictSNOMarkerSet.Add("a3dun_rmpt_EW_Load_02", 72875); DictSNOMarkerSet.Add("a3dun_rmpt_E_Entrance_01 (Audio)", 211386); DictSNOMarkerSet.Add("a3dun_rmpt_E_Entrance_01 (Encounters)", 110768); DictSNOMarkerSet.Add("a3dun_rmpt_E_Entrance_01 (Environment)", 190078); DictSNOMarkerSet.Add("a3dun_rmpt_E_Entrance_01 (Gore)", 186499); DictSNOMarkerSet.Add("a3dun_rmpt_E_Entrance_01 (KillEmAllTest)", 133098); DictSNOMarkerSet.Add("a3dun_rmpt_E_Entrance_01 (Lighting)", 109294); DictSNOMarkerSet.Add("a3dun_rmpt_E_Entrance_01 (Loot)", 109295); DictSNOMarkerSet.Add("a3dun_rmpt_E_Entrance_01", 109293); DictSNOMarkerSet.Add("a3dun_rmpt_E_Load_01_Dmg (Audio)", 218214); DictSNOMarkerSet.Add("a3dun_rmpt_E_Load_01_Dmg (Encounters)", 138234); DictSNOMarkerSet.Add("a3dun_rmpt_E_Load_01_Dmg (Environment)", 110486); DictSNOMarkerSet.Add("a3dun_rmpt_E_Load_01_Dmg (Foliage)", 110485); DictSNOMarkerSet.Add("a3dun_rmpt_E_Load_01_Dmg (Gore)", 199594); DictSNOMarkerSet.Add("a3dun_rmpt_E_Load_01_Dmg (Lighting)", 110488); DictSNOMarkerSet.Add("a3dun_rmpt_E_Load_01_Dmg (Loot)", 110489); DictSNOMarkerSet.Add("a3dun_rmpt_E_Load_01_Dmg", 110487); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_01", 73031); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_02 (Lighting)", 194385); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_02", 73132); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_03", 73141); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_04", 76969); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_Battle_01 (Audio)", 211369); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_Battle_01 (Lighting)", 193429); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_Battle_01 (Loot)", 193430); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_Battle_01", 193428); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_EW_01 (Lighting)", 193938); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_EW_01 (Loot)", 193939); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_EW_01", 193937); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_NE_01 (Lighting)", 193918); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_NE_01 (Loot)", 193919); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_NE_01", 193917); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_NSEW_01 (Audio)", 211509); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_NSEW_01 (Lighting)", 193901); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_NSEW_01 (Loot)", 193902); DictSNOMarkerSet.Add("a3dun_rmpt_Filler_NSEW_01", 193900); DictSNOMarkerSet.Add("a3dun_rmpt_NE_01_Dmg (Encounters)", 134236); DictSNOMarkerSet.Add("a3dun_rmpt_NE_01_Dmg (Environment)", 111114); DictSNOMarkerSet.Add("a3dun_rmpt_NE_01_Dmg (Foliage)", 111113); DictSNOMarkerSet.Add("a3dun_rmpt_NE_01_Dmg (Gore)", 186635); DictSNOMarkerSet.Add("a3dun_rmpt_NE_01_Dmg (Lighting)", 111116); DictSNOMarkerSet.Add("a3dun_rmpt_NE_01_Dmg (Loot)", 111117); DictSNOMarkerSet.Add("a3dun_rmpt_NE_01_Dmg", 111115); DictSNOMarkerSet.Add("a3dun_rmpt_NE_02_Dmg (Audio)", 218125); DictSNOMarkerSet.Add("a3dun_rmpt_NE_02_Dmg (Encounters)", 167336); DictSNOMarkerSet.Add("a3dun_rmpt_NE_02_Dmg (Environment)", 111357); DictSNOMarkerSet.Add("a3dun_rmpt_NE_02_Dmg (Foliage)", 111356); DictSNOMarkerSet.Add("a3dun_rmpt_NE_02_Dmg (Gore)", 186647); DictSNOMarkerSet.Add("a3dun_rmpt_NE_02_Dmg (Lighting)", 111359); DictSNOMarkerSet.Add("a3dun_rmpt_NE_02_Dmg (Loot)", 111360); DictSNOMarkerSet.Add("a3dun_rmpt_NE_02_Dmg", 111358); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03 (Encounters)", 73124); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03 (Loot)", 129987); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03", 70880); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_Dmg (Audio)", 218208); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_Dmg (Encounters)", 167176); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_Dmg (Environment)", 116555); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_Dmg (Foliage)", 116554); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_Dmg (Gore)", 186667); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_Dmg (Lighting)", 116557); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_Dmg (Loot)", 116558); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_Dmg", 116556); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_KOTH (Audio)", 211357); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_KOTH (Encounters)", 139858); DictSNOMarkerSet.Add("a3dun_rmpt_NE_03_KOTH (Gore)", 186573); DictSNOMarkerSet.Add("a3dun_rmpt_NE_04 (Audio)", 211378); DictSNOMarkerSet.Add("a3dun_rmpt_NE_04 (Encounters)", 73263); DictSNOMarkerSet.Add("a3dun_rmpt_NE_04 (Gore)", 186601); DictSNOMarkerSet.Add("a3dun_rmpt_NE_04 (Loot)", 129988); DictSNOMarkerSet.Add("a3dun_rmpt_NE_04", 70961); DictSNOMarkerSet.Add("a3dun_rmpt_NS_01_Dmg (Audio)", 218198); DictSNOMarkerSet.Add("a3dun_rmpt_NS_01_Dmg (Encounters)", 167330); DictSNOMarkerSet.Add("a3dun_rmpt_NS_01_Dmg (Environment)", 117066); DictSNOMarkerSet.Add("a3dun_rmpt_NS_01_Dmg (Foliage)", 117065); DictSNOMarkerSet.Add("a3dun_rmpt_NS_01_Dmg (Gore)", 186675); DictSNOMarkerSet.Add("a3dun_rmpt_NS_01_Dmg (Lighting)", 117068); DictSNOMarkerSet.Add("a3dun_rmpt_NS_01_Dmg (Loot)", 117069); DictSNOMarkerSet.Add("a3dun_rmpt_NS_01_Dmg", 117067); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02 (Audio)", 211364); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02 (Encounters)", 190452); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02 (Gore)", 186577); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02 (KillAllTest)", 137972); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02 (Loot)", 129895); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02", 71212); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02_Dmg (Audio)", 218186); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02_Dmg (Encounters)", 167342); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02_Dmg (Environment)", 116007); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02_Dmg (Foliage)", 116006); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02_Dmg (Gore)", 186683); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02_Dmg (Lighting)", 116009); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02_Dmg (Loot)", 116010); DictSNOMarkerSet.Add("a3dun_rmpt_NS_02_Dmg", 116008); DictSNOMarkerSet.Add("a3dun_rmpt_NS_03 (Encounters)", 73333); DictSNOMarkerSet.Add("a3dun_rmpt_NS_03 (Gore)", 186694); DictSNOMarkerSet.Add("a3dun_rmpt_NS_03 (Loot)", 129893); DictSNOMarkerSet.Add("a3dun_rmpt_NS_03 (LvL3)", 94169); DictSNOMarkerSet.Add("a3dun_rmpt_NS_03 (Waypoints)", 94170); DictSNOMarkerSet.Add("a3dun_rmpt_NS_03", 71215); DictSNOMarkerSet.Add("a3dun_rmpt_NS_04 (Encounters)", 73279); DictSNOMarkerSet.Add("a3dun_rmpt_NS_04 (Gore)", 186580); DictSNOMarkerSet.Add("a3dun_rmpt_NS_04 (Loot)", 129776); DictSNOMarkerSet.Add("a3dun_rmpt_NS_04", 71278); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01 (Audio)", 211356); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01 (Encounters)", 110699); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01 (Environment)", 109487); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01 (Foliage)", 109486); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01 (Gore)", 186555); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01 (KillEmAllTest)", 130656); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01 (Lighting)", 109116); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01 (Loot)", 109117); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01 (StartAttack)", 197459); DictSNOMarkerSet.Add("a3dun_rmpt_N_Entrance_01", 109115); DictSNOMarkerSet.Add("a3dun_rmpt_SW_01 (Audio)", 218106); DictSNOMarkerSet.Add("a3dun_rmpt_SW_01 (Encounters)", 156401); DictSNOMarkerSet.Add("a3dun_rmpt_SW_01 (Gore)", 186773); DictSNOMarkerSet.Add("a3dun_rmpt_SW_01 (Loot)", 129992); DictSNOMarkerSet.Add("a3dun_rmpt_SW_01 (Reinforcements)", 186128); DictSNOMarkerSet.Add("a3dun_rmpt_SW_01", 71340); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02 (Audio)", 211366); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02 (Encounters)", 152130); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02 (Gore)", 186584); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02 (KillAllTest)", 140598); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02 (Lighting)", 157137); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02 (Loot)", 129990); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02", 71343); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02_Dmg (Audio)", 218137); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02_Dmg (Encounters)", 115943); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02_Dmg (Environment)", 112708); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02_Dmg (Foliage)", 112707); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02_Dmg (Gore)", 186700); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02_Dmg (Lighting)", 112710); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02_Dmg (Loot)", 112711); DictSNOMarkerSet.Add("a3dun_rmpt_SW_02_Dmg", 112709); DictSNOMarkerSet.Add("a3dun_rmpt_SW_03_Dmg (Encounters)", 115944); DictSNOMarkerSet.Add("a3dun_rmpt_SW_03_Dmg (Environment)", 114851); DictSNOMarkerSet.Add("a3dun_rmpt_SW_03_Dmg (Foliage)", 114850); DictSNOMarkerSet.Add("a3dun_rmpt_SW_03_Dmg (Gore)", 186719); DictSNOMarkerSet.Add("a3dun_rmpt_SW_03_Dmg (Lighting)", 114853); DictSNOMarkerSet.Add("a3dun_rmpt_SW_03_Dmg (Loot)", 114854); DictSNOMarkerSet.Add("a3dun_rmpt_SW_03_Dmg", 114852); DictSNOMarkerSet.Add("a3dun_rmpt_SW_04 (Audio)", 211363); DictSNOMarkerSet.Add("a3dun_rmpt_SW_04 (Encounters)", 155930); DictSNOMarkerSet.Add("a3dun_rmpt_SW_04 (Gore)", 186597); DictSNOMarkerSet.Add("a3dun_rmpt_SW_04 (Loot)", 129979); DictSNOMarkerSet.Add("a3dun_rmpt_SW_04 (Set Dungeons)", 447280); DictSNOMarkerSet.Add("a3dun_rmpt_SW_04", 71349); DictSNOMarkerSet.Add("a3dun_rmpt_SW_05 (Audio)", 211379); DictSNOMarkerSet.Add("a3dun_rmpt_SW_05 (Encounters)", 92000); DictSNOMarkerSet.Add("a3dun_rmpt_SW_05 (Gore)", 186605); DictSNOMarkerSet.Add("a3dun_rmpt_SW_05 (KillAllTest)", 138408); DictSNOMarkerSet.Add("a3dun_rmpt_SW_05 (Loot)", 130001); DictSNOMarkerSet.Add("a3dun_rmpt_SW_05", 74906); DictSNOMarkerSet.Add("a3dun_rmpt_W_Load_01 (Audio)", 218103); DictSNOMarkerSet.Add("a3dun_rmpt_W_Load_01 (Encounters)", 110707); DictSNOMarkerSet.Add("a3dun_rmpt_W_Load_01 (Gore)", 186751); DictSNOMarkerSet.Add("a3dun_rmpt_W_Load_01 (Lighting)", 96986); DictSNOMarkerSet.Add("a3dun_rmpt_W_Load_01 (Loot)", 130601); DictSNOMarkerSet.Add("a3dun_rmpt_W_Load_01 (Lvl01B)", 110708); DictSNOMarkerSet.Add("a3dun_rmpt_W_Load_01 (Rmpt_Lvl3)", 133784); DictSNOMarkerSet.Add("a3dun_rmpt_W_Load_01", 96985); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S01 (Act3)", 183564); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S01 (Audio)", 211339); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S01 (Encounters)", 174447); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S01 (Lighting)", 172886); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S01 (Loot)", 172887); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S01", 172885); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Act 4)", 341347); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Act3)", 178140); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Act4)", 178154); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Audio)", 211335); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Book of Cain)", 379853); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Challenge Rift Reward)", 471306); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Encounters)", 174448); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Equipment Manager)", 456075); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Lighting)", 172874); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Loot)", 172875); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Mailbox)", 378075); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02 (Wardrobe)", 439275); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S02", 172873); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S03 (Lighting)", 172861); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S03 (Loot)", 172862); DictSNOMarkerSet.Add("a3dun_vendors_A_E01_S03", 172860); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S01 (Act3)", 201641); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S01 (Lighting)", 172882); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S01 (Loot)", 172883); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S01", 172881); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S02 (Audio)", 211350); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S02 (Encounters)", 174858); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S02 (Lighting)", 172870); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S02 (Loot)", 172871); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S02", 172869); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S03 (Lighting)", 172906); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S03 (Loot)", 172907); DictSNOMarkerSet.Add("a3dun_vendors_A_E02_S03", 172905); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S01 (Act3)", 201642); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S01 (Audio)", 211338); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S01 (Lighting)", 172890); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S01 (Loot)", 172891); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S01", 172889); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S02 (Lighting)", 172878); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S02 (Loot)", 172879); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S02", 172877); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S03 (Lighting)", 172866); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S03 (Loot)", 172867); DictSNOMarkerSet.Add("a3dun_vendors_A_W01_S03", 172865); DictSNOMarkerSet.Add("a3_Battlefield (World)", 86606); DictSNOMarkerSet.Add("A3_Battlefields_Demonic_A", 148199); DictSNOMarkerSet.Add("A3_Battlefields_Demonic_B", 148210); DictSNOMarkerSet.Add("A3_Battlefields_Demonic_C", 148212); DictSNOMarkerSet.Add("A3_Battlefields_Demonic_D", 148226); DictSNOMarkerSet.Add("A3_Battlefields_Supply_A", 148008); DictSNOMarkerSet.Add("A3_Battlefields_Supply_B", 148037); DictSNOMarkerSet.Add("A3_Battlefields_Supply_C", 148049); DictSNOMarkerSet.Add("A3_Battlefields_Supply_D", 148117); DictSNOMarkerSet.Add("A3_Battlefields_Supply_E", 148169); DictSNOMarkerSet.Add("A3_Battlefields_Survivor_A", 147850); DictSNOMarkerSet.Add("A3_Battlefields_Survivor_C", 147865); DictSNOMarkerSet.Add("A3_Battlefields_Survivor_D", 147878); DictSNOMarkerSet.Add("A3_Battlefields_Survivor_E", 147900); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E01_S01 (Audio)", 220110); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E01_S01 (Challenge Marker)", 313934); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E01_S01 (Encounters)", 86466); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E01_S01 (Environment)", 86453); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E01_S01 (Foliage)", 86452); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E01_S01 (Lighting)", 153489); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E01_S01 (Loot)", 145561); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E01_S01 (Particles)", 153506); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E01_S01", 86450); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E02_S01 (Audio)", 220109); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E02_S01 (Challenge Marker)", 313935); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E02_S01 (Encounters)", 86465); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E02_S01 (Environment)", 86455); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E02_S01 (Foliage)", 86454); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E02_S01 (Loot)", 114702); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E02_S01 (Particles)", 153633); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E02_S01", 86451); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E03_S01 (Audio)", 220108); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E03_S01 (Challenge marker)", 313936); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E03_S01 (Encounters)", 86650); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E03_S01 (Environment)", 86646); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E03_S01 (Foliage)", 86645); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E03_S01 (Lighting)", 190829); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E03_S01 (Loot)", 148324); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E03_S01 (Particles)", 190836); DictSNOMarkerSet.Add("a3_Battlefield_ChokepointB_E03_S01", 86644); DictSNOMarkerSet.Add("a3_Battlefield_Chokepoint_B (Audio)", 220105); DictSNOMarkerSet.Add("a3_Battlefield_Chokepoint_B (Challenge Marker)", 313927); DictSNOMarkerSet.Add("a3_Battlefield_Chokepoint_B (Cloth)", 184106); DictSNOMarkerSet.Add("a3_Battlefield_Chokepoint_B (Encounters)", 113537); DictSNOMarkerSet.Add("a3_Battlefield_Chokepoint_B (Lighting)", 110569); DictSNOMarkerSet.Add("a3_Battlefield_Chokepoint_B (Loot)", 114692); DictSNOMarkerSet.Add("a3_Battlefield_Chokepoint_B (Special Markers)", 110573); DictSNOMarkerSet.Add("a3_Battlefield_Chokepoint_B", 110568); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S01 (Encounters)", 87183); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S01 (Environment)", 87069); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S01 (Foliage)", 87068); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S01 (lighting)", 200447); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S01 (Loot)", 114694); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S01", 87066); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S02 (Encounters)", 87074); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S02 (Environment)", 87071); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S02 (Foliage)", 87070); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S02 (Lighting)", 161519); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S02 (Loot)", 114695); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S02 (Particles)", 168934); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E01_S02", 87067); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S01 (a3Dun_Keep_random_01)", 185256); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S01 (a3Dun_Keep_random_02)", 185257); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S01 (Audio)", 230090); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S01 (Encounters)", 165596); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S01 (Environment)", 87178); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S01 (Foliage)", 87180); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S01 (Loot)", 142606); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S01", 87179); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S02 (Audio)", 230084); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S02 (Encounters)", 205674); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S02 (Environment)", 87081); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S02 (Foliage)", 87080); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S02 (Lighting)", 161520); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S02 (Loot)", 142614); DictSNOMarkerSet.Add("a3_Battlefield_EntranceA_E02_S02", 87082); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S01 (Environment)", 89893); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S01 (Foliage)", 89892); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S01", 89890); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (Audio)", 220143); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (effects)", 114722); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (Encounters)", 104651); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (Environment)", 104646); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (Foliage)", 104645); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (Interactives)", 154604); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (Lighting)", 104648); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (Loot)", 115649); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (LOOTRUN)", 349062); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02 (UberBoss)", 256743); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S02", 104647); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (Audio)", 220132); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (Encounters)", 155203); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (Environment)", 376884); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (Lighting)", 145390); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (Loot)", 145391); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (NoRandomCellar)", 226618); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (NoSiege)", 226781); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (Particles)", 154521); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (RandomCellar)", 226620); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (Set Dungeons)", 446984); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (Siege)", 226719); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03 (UberBoss)", 256744); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S03", 145389); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S04 (Audio)", 220129); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S04 (Encounters)", 160649); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S04 (Lighting)", 145411); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S04 (Loot)", 145412); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S04 (Particles)", 182510); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E01_S04", 145410); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S02 (Audio)", 220142); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S02 (Environment)", 108054); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S02 (Foliage)", 108053); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S02 (Lighting)", 108062); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S02 (Loot)", 108063); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S02 (Particles)", 155070); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S02", 108056); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S03 (Audio)", 220140); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S03 (Lighting)", 145394); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S03 (Loot)", 145395); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S03 (Particles)", 155072); DictSNOMarkerSet.Add("a3_Battlefield_Exit_E02_S03", 145393); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S02 (Audio)", 220289); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S02 (effects)", 115195); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S02 (Environment)", 108057); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S02 (Foliage)", 108055); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S02 (Lighting)", 108058); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S02 (Loot)", 108059); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S02", 108052); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S03 (Audio)", 220134); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S03 (Lighting)", 145402); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S03 (Loot)", 145403); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S03 (Particles)", 153908); DictSNOMarkerSet.Add("a3_Battlefield_Exit_W01_S03", 145401); DictSNOMarkerSet.Add("a3_Battlefield_NEW_02 (Audio)", 220055); DictSNOMarkerSet.Add("a3_Battlefield_NEW_02 (Challenge Marker)", 313921); DictSNOMarkerSet.Add("a3_Battlefield_NEW_02 (Encounters)", 85983); DictSNOMarkerSet.Add("a3_Battlefield_NEW_02 (Environment)", 82829); DictSNOMarkerSet.Add("a3_Battlefield_NEW_02 (Foliage)", 82828); DictSNOMarkerSet.Add("a3_Battlefield_NEW_02 (lighting)", 200365); DictSNOMarkerSet.Add("a3_Battlefield_NEW_02 (Loot)", 114688); DictSNOMarkerSet.Add("a3_Battlefield_NEW_02", 82830); DictSNOMarkerSet.Add("a3_Battlefield_NE_01 (Audio)", 220119); DictSNOMarkerSet.Add("a3_Battlefield_NE_01 (Challenge Marker)", 313929); DictSNOMarkerSet.Add("a3_Battlefield_NE_01 (Environment)", 82836); DictSNOMarkerSet.Add("a3_Battlefield_NE_01 (Foliage)", 82835); DictSNOMarkerSet.Add("a3_Battlefield_NE_01 (lighting)", 200788); DictSNOMarkerSet.Add("a3_Battlefield_NE_01 (Loot)", 114698); DictSNOMarkerSet.Add("a3_Battlefield_NE_01", 82837); DictSNOMarkerSet.Add("a3_Battlefield_NSEW_02 (Challenge Marker)", 313938); DictSNOMarkerSet.Add("a3_Battlefield_NSEW_02 (Environment)", 82877); DictSNOMarkerSet.Add("a3_Battlefield_NSEW_02 (Foliage)", 82876); DictSNOMarkerSet.Add("a3_Battlefield_NSEW_02 (FX)", 105858); DictSNOMarkerSet.Add("a3_Battlefield_NSEW_02 (Lighting)", 94850); DictSNOMarkerSet.Add("a3_Battlefield_NSEW_02 (Loot)", 114696); DictSNOMarkerSet.Add("a3_Battlefield_NSEW_02 (Special Markers)", 104667); DictSNOMarkerSet.Add("a3_Battlefield_NSEW_02", 82878); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02 (Audio)", 220059); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02 (Challenge Marker)", 313922); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02 (Encounters)", 85998); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02 (Environment)", 85995); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02 (Foliage)", 85994); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02 (Lighting)", 200235); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02 (Loot)", 114697); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02", 85996); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02_Lava (Audio)", 220113); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02_Lava (Challenge Marker)", 313932); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02_Lava (Encounters)", 192615); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02_Lava (Environment)", 377208); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02_Lava (Lighting)", 192562); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02_Lava (Loot)", 192563); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02_Lava (Particles)", 192622); DictSNOMarkerSet.Add("a3_Battlefield_NSE_02_Lava", 192561); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02 (Audio)", 220058); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02 (Challenge Marker)", 313925); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02 (Environment)", 82899); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02 (Foliage)", 82898); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02 (lighting)", 200254); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02 (Loot)", 114690); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02 (Special Markers)", 101187); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02", 82900); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02_Lava (Audio)", 220107); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02_Lava (Challenge marker)", 313937); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02_Lava (Lighting)", 192730); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02_Lava (Loot)", 192731); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02_Lava (Particles)", 192744); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02_Lava (Special Markers)", 192742); DictSNOMarkerSet.Add("a3_Battlefield_NSW_02_Lava", 192729); DictSNOMarkerSet.Add("a3_Battlefield_NW_01 (Audio)", 220103); DictSNOMarkerSet.Add("a3_Battlefield_NW_01 (Challenge Marker)", 313924); DictSNOMarkerSet.Add("a3_Battlefield_NW_01 (Environment)", 82906); DictSNOMarkerSet.Add("a3_Battlefield_NW_01 (Foliage)", 82905); DictSNOMarkerSet.Add("a3_Battlefield_NW_01 (lighting)", 200449); DictSNOMarkerSet.Add("a3_Battlefield_NW_01 (Loot)", 114689); DictSNOMarkerSet.Add("a3_Battlefield_NW_01", 82907); DictSNOMarkerSet.Add("a3_Battlefield_SEW_02 (Encounters)", 86334); DictSNOMarkerSet.Add("a3_Battlefield_SEW_02 (Environment)", 82930); DictSNOMarkerSet.Add("a3_Battlefield_SEW_02 (Foliage)", 82929); DictSNOMarkerSet.Add("a3_Battlefield_SEW_02 (Loot)", 114701); DictSNOMarkerSet.Add("a3_Battlefield_SEW_02 (Special Markers)", 117916); DictSNOMarkerSet.Add("a3_Battlefield_SEW_02", 82931); DictSNOMarkerSet.Add("a3_Battlefield_SE_01 (Audio)", 220106); DictSNOMarkerSet.Add("a3_Battlefield_SE_01 (Challenge Marker)", 313923); DictSNOMarkerSet.Add("a3_Battlefield_SE_01 (Environment)", 82937); DictSNOMarkerSet.Add("a3_Battlefield_SE_01 (Foliage)", 82936); DictSNOMarkerSet.Add("a3_Battlefield_SE_01 (lighting)", 200367); DictSNOMarkerSet.Add("a3_Battlefield_SE_01 (Loot)", 114693); DictSNOMarkerSet.Add("a3_Battlefield_SE_01", 82938); DictSNOMarkerSet.Add("a3_Battlefield_SE_03 (Audio)", 220118); DictSNOMarkerSet.Add("a3_Battlefield_SE_03 (Challenge Marker)", 313930); DictSNOMarkerSet.Add("a3_Battlefield_SE_03 (Encounters)", 86014); DictSNOMarkerSet.Add("a3_Battlefield_SE_03 (Environment)", 86011); DictSNOMarkerSet.Add("a3_Battlefield_SE_03 (Foliage)", 86010); DictSNOMarkerSet.Add("a3_Battlefield_SE_03 (Lighting)", 190743); DictSNOMarkerSet.Add("a3_Battlefield_SE_03 (Loot)", 141627); DictSNOMarkerSet.Add("a3_Battlefield_SE_03 (Particles)", 190744); DictSNOMarkerSet.Add("a3_Battlefield_SE_03", 86012); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A (Audio)", 230141); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A (Creep Mob Ambush)", 201998); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A (Encounters)", 101753); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A (Environment)", 100214); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A (Flyer Demon Ambush)", 202002); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A (Foliage)", 100213); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A (Ghoul Ambush)", 202003); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A (Lighting)", 100216); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A (Loot)", 141596); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonBallista_A", 100215); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericA (Audio)", 224872); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericA (Environment)", 104735); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericA (Foliage)", 104734); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericA (Lighting)", 104737); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericA (Loot)", 141620); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericA (Particles)", 168565); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericA", 104736); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericB (Audio)", 231015); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericB (Environment)", 104745); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericB (Foliage)", 104744); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericB (Lighting)", 104747); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericB (Loot)", 141623); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericB (Particles)", 168597); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericB", 104746); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericC (Challenge Marker)", 313933); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericC (Environment)", 104756); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericC (Foliage)", 104755); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericC (Lighting)", 104758); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericC (Loot)", 141625); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_DemonGenericC", 104757); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA (Cloth)", 170139); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA (Corpse Ambush)", 205021); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA (Creep Mob Ambush)", 205023); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA (Encounters)", 104908); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA (Environment)", 104903); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA (Foliage)", 104902); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA (Lighting)", 104905); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA (Loot)", 200784); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA (Particles)", 168933); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericA", 104904); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericB (Cloth)", 168635); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericB (Environment)", 105418); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericB (Foliage)", 105417); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericB (Lighting)", 105420); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericB (Loot)", 147980); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericB", 105419); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericC (Environment)", 106154); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericC (Foliage)", 106153); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericC (Lighting)", 106157); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericC (Loot)", 200785); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericC", 106155); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericD (Blood)", 108758); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericD (Encounters)", 174691); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericD (Environment)", 107207); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericD (Foliage)", 107206); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericD (Lighting)", 107209); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericD (Loot)", 107210); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericD", 107208); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Abandoned Camp)", 205356); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Audio)", 230092); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Blood)", 108760); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Cloth)", 169997); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Environment)", 108247); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Foliage)", 108246); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Lighting)", 108249); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Loot)", 108250); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Medical Camp)", 205148); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Particles)", 170835); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE (Tide of Battle)", 207120); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_HumanGenericE", 108248); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_IceCavesEntrance_A (Encounters)", 189342); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_IceCavesEntrance_A (Lighting)", 188347); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_IceCavesEntrance_A (Loot)", 188348); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_IceCavesEntrance_A (Random)", 190052); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_IceCavesEntrance_A (Timed)", 190053); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_IceCavesEntrance_A", 188346); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_Trenchapault (Blood)", 170072); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_Trenchapault (Cloth)", 170098); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_Trenchapault (Environment)", 90474); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_Trenchapault (Foliage)", 90473); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_Trenchapault (Lighting)", 90476); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_Trenchapault (Loot)", 200787); DictSNOMarkerSet.Add("a3_Battlefield_Sub120_Trenchapault", 90475); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_DemonCatapultA (Audio)", 206025); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_DemonCatapultA (Encounters)", 107654); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_DemonCatapultA (Environment)", 105356); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_DemonCatapultA (Lighting)", 105358); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_DemonCatapultA (Loot)", 115648); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_DemonCatapultA (Particles)", 163554); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_DemonCatapultA (Set Dungeons)", 447226); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_DemonCatapultA", 105357); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_01 (Blood)", 109791); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_01 (Encounters)", 205760); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_01 (Environment)", 104136); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_01 (Foliage)", 104135); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_01 (Lighting)", 104138); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_01 (Loot)", 115647); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_01", 104137); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_02 (a3Dun_Keep_random_03)", 185258); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_02 (a3Dun_Keep_random_04)", 185259); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_02 (CursedChest_InfernalSky)", 368030); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_02 (Encounters)", 104909); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_02 (Environment)", 104403); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_02 (Foliage)", 104402); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_02 (Lighting)", 104405); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_02 (Loot)", 115645); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_02", 104404); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Audio)", 230094); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Blood)", 166494); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Cloth)", 166153); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Dark Tower)", 206113); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Encounters)", 166128); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Environment)", 104434); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Foliage)", 104433); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Lighting)", 104436); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Loot)", 115646); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (LOOTRUN EXIT)", 349012); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (Particles)", 164738); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03 (PlayingDead)", 205999); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_HumanOutpost_03", 104435); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_ParentScene (Audio)", 220173); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_ParentScene (Environment)", 104173); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_ParentScene (Foliage)", 104172); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_ParentScene (Lighting)", 104175); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_ParentScene (Loot)", 145557); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_ParentScene (Special Markers)", 104177); DictSNOMarkerSet.Add("a3_Battlefield_Sub240_ParentScene", 104174); DictSNOMarkerSet.Add("a3_Battlefield_SW_01 (Audio)", 220104); DictSNOMarkerSet.Add("a3_Battlefield_SW_01 (Challenge Marker)", 313926); DictSNOMarkerSet.Add("a3_Battlefield_SW_01 (Effects)", 150655); DictSNOMarkerSet.Add("a3_Battlefield_SW_01 (Environment)", 82952); DictSNOMarkerSet.Add("a3_Battlefield_SW_01 (Foliage)", 82951); DictSNOMarkerSet.Add("a3_Battlefield_SW_01 (Loot)", 114691); DictSNOMarkerSet.Add("a3_Battlefield_SW_01", 82953); DictSNOMarkerSet.Add("A3_Bridge_Backdraft_Chest", 170452); DictSNOMarkerSet.Add("A3_Bridge_Backdraft_DemonTrap", 170461); DictSNOMarkerSet.Add("A3_Bridge_Backdraft_Guard", 170459); DictSNOMarkerSet.Add("A3_Crater_Center_x20_A", 191306); DictSNOMarkerSet.Add("A3_Crater_Center_x20_B", 191309); DictSNOMarkerSet.Add("A3_Crater_Center_x20_C", 191310); DictSNOMarkerSet.Add("A3_Crater_Center_x20_D", 192452); DictSNOMarkerSet.Add("A3_Crater_Center_x20_E", 192453); DictSNOMarkerSet.Add("A3_Crater_Center_x30_A", 192443); DictSNOMarkerSet.Add("A3_Crater_Center_x30_B", 192444); DictSNOMarkerSet.Add("A3_Crater_Center_x30_C", 192445); DictSNOMarkerSet.Add("A3_Crater_Demonic_A", 154916); DictSNOMarkerSet.Add("A3_Crater_Demonic_B", 154971); DictSNOMarkerSet.Add("A3_Crater_Demonic_D", 155383); DictSNOMarkerSet.Add("A3_Crater_Demonic_E", 155389); DictSNOMarkerSet.Add("A3_Crater_Edge_x20_A", 191311); DictSNOMarkerSet.Add("A3_Crater_Edge_x20_B", 191312); DictSNOMarkerSet.Add("A3_Crater_Edge_x20_C", 191313); DictSNOMarkerSet.Add("A3_Crater_Edge_x20_D", 191314); DictSNOMarkerSet.Add("A3_Keep_Corner_x10_A", 222728); DictSNOMarkerSet.Add("A3_Keep_Corner_x10_B", 222736); DictSNOMarkerSet.Add("A3_Keep_Corner_x20_A", 222345); DictSNOMarkerSet.Add("A3_Keep_Corner_x20_B", 222348); DictSNOMarkerSet.Add("A3_Keep_Edge_x10_A", 222358); DictSNOMarkerSet.Add("A3_Keep_Edge_x10_B", 222892); DictSNOMarkerSet.Add("A3_Keep_Edge_x20_A", 222351); DictSNOMarkerSet.Add("A3_Keep_Edge_x20_B", 222354); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_A", 137910); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_B", 137941); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_C", 137963); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_D", 138346); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_E", 138453); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_F", 139087); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_NoGuard_A", 199558); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_NoGuard_B", 199559); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_NoGuard_C", 199560); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_NoGuard_D", 199561); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_NoGuard_E", 199562); DictSNOMarkerSet.Add("A3_Ramparts_Barricade_NoGuard_F", 199563); DictSNOMarkerSet.Add("A3_Ramparts_Battle_A", 139248); DictSNOMarkerSet.Add("A3_Ramparts_Battle_B", 139340); DictSNOMarkerSet.Add("A3_Ramparts_Battle_C", 139289); DictSNOMarkerSet.Add("A3_Ramparts_Center_x20_A", 225344); DictSNOMarkerSet.Add("A3_Ramparts_Center_x20_B", 225345); DictSNOMarkerSet.Add("A3_Ramparts_Center_x20_C", 225346); DictSNOMarkerSet.Add("A3_Ramparts_Edge_x10_A", 225457); DictSNOMarkerSet.Add("A3_Ramparts_Edge_x10_B", 225458); DictSNOMarkerSet.Add("A3_Ramparts_Edge_x20_A", 225335); DictSNOMarkerSet.Add("A3_Ramparts_Edge_x20_B", 225337); DictSNOMarkerSet.Add("A3_Ramparts_Edge_x20_C", 225340); DictSNOMarkerSet.Add("A3_Ramparts_Invasion_A", 139430); DictSNOMarkerSet.Add("A3_Ramparts_Invasion_B", 139402); DictSNOMarkerSet.Add("A3_Ramparts_Invasion_C", 139425); DictSNOMarkerSet.Add("A3_Ramparts_Invasion_D", 139249); DictSNOMarkerSet.Add("A3_Ramparts_RangedGuard_Snatched", 209791); DictSNOMarkerSet.Add("a4dun_1000Monster_WorldMarker", 178210); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S02 (Environment)", 162961); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S02 (Foliage)", 162960); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S02 (Lighting)", 162974); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S02 (Loot)", 162975); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S02", 162962); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S03 (Environment)", 163112); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S03 (Foliage)", 163113); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S03 (Lighting)", 163132); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S03 (Loot)", 163133); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S03", 163111); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S04 (Environment)", 163123); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S04 (Foliage)", 163122); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S04 (Lighting)", 163144); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S04 (Loot)", 163145); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E02_S04", 163108); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S02 (Environment)", 163039); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S02 (Foliage)", 163038); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S02 (Lighting)", 163054); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S02 (Loot)", 163055); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S02", 163040); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S03 (Audio)", 230958); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S03 (Encounters)", 164492); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S03 (Environment)", 163115); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S03 (Foliage)", 163131); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S03 (Lighting)", 163135); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S03 (Loot)", 163136); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S03", 163114); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S04 (Encounters)", 164642); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S04 (Environment)", 163120); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S04 (Foliage)", 163119); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S04 (Lighting)", 163147); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S04 (Loot)", 163148); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S04", 163121); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S05 (Environment)", 163277); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S05 (Foliage)", 163293); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S05 (Lighting)", 163297); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S05 (Loot)", 163298); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E03_S05", 163276); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S02 (Environment)", 163036); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S02 (Foliage)", 163035); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S02 (Lighting)", 163057); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S02 (Loot)", 163058); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S02", 163021); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S03 (Encounters)", 164641); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S03 (Environment)", 163129); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S03 (Foliage)", 163128); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S03 (Lighting)", 163138); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S03 (Loot)", 163139); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S03", 163130); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S04 (Audio)", 230664); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S04 (Encounters)", 164630); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S04 (Environment)", 163117); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S04 (Foliage)", 163116); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S04 (Lighting)", 163150); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S04 (Loot)", 163151); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S04", 163118); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S05 (Environment)", 163291); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S05 (Foliage)", 163290); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S05 (Lighting)", 163300); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S05 (Loot)", 163301); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E04_S05", 163292); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S03 (Environment)", 163189); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S03 (Foliage)", 163190); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S03 (Lighting)", 163233); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S03 (Loot)", 163234); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S03", 163204); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S04 (Environment)", 163195); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S04 (Foliage)", 163211); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S04 (Lighting)", 163215); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S04 (Loot)", 163216); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S04", 163194); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S05 (Encounters)", 164493); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S05 (Environment)", 163206); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S05 (Foliage)", 163205); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S05 (Lighting)", 163221); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S05 (Loot)", 163222); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_E05_S05", 163207); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S02 (Environment)", 199872); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S02 (Foliage)", 199873); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S02 (Lighting)", 199907); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S02 (Loot)", 199908); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S02", 199895); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S03 (Audio)", 230973); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S03 (Environment)", 199881); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S03 (Foliage)", 199882); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S03 (Lighting)", 199916); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S03 (Loot)", 199917); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S03", 199880); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S04 (Environment)", 199899); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S04 (Foliage)", 199898); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S04 (Lighting)", 199925); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S04 (Loot)", 199926); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E02_S04", 199900); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S02 (Audio)", 230972); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S02 (Environment)", 199875); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S02 (Foliage)", 199876); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S02 (Lighting)", 199910); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S02 (Loot)", 199911); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S02", 199874); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S03 (Audio)", 230815); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S03 (Encounters)", 200025); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S03 (Environment)", 199905); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S03 (Foliage)", 199904); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S03 (Lighting)", 199919); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S03 (Loot)", 199920); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S03", 199906); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S04 (Environment)", 199896); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S04 (Foliage)", 199871); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S04 (Lighting)", 199928); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S04 (Loot)", 199929); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E03_S04", 199897); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S02 (Environment)", 199878); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S02 (Foliage)", 199879); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S02 (Lighting)", 199913); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S02 (Loot)", 199914); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S02", 199877); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S03 (Environment)", 199902); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S03 (Foliage)", 199901); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S03 (Lighting)", 199922); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S03 (Loot)", 199923); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S03", 199903); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S05 (Environment)", 199887); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S05 (Foliage)", 199886); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S05 (Lighting)", 199937); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S05 (Loot)", 199938); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E04_S05", 199888); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S04 (Environment)", 199890); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S04 (Foliage)", 199889); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S04 (Lighting)", 199934); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S04 (Loot)", 199935); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S04", 199891); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S05 (Environment)", 199884); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S05 (Foliage)", 199883); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S05 (Lighting)", 199940); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S05 (Loot)", 199941); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Phase3_E05_S05", 199885); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Skybox_A (Lighting)", 169775); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Skybox_A (Loot)", 169776); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_Skybox_A", 169774); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_skybox_A_phase3 (Lighting)", 202975); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_skybox_A_phase3 (Loot)", 202976); DictSNOMarkerSet.Add("a4dun_Diablo_Arena_skybox_A_phase3", 202974); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S01 (Audio)", 230968); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S01 (Encounters)", 177985); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S01 (Environment)", 175262); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S01 (Foliage)", 175263); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S01 (Lighting)", 175284); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S01 (Loot)", 175285); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S01", 175269); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S01_MB313 (Encounters)", 478150); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S02 (Audio)", 230967); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S02 (Encounters)", 195662); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S02 (Environment)", 175261); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S02 (Foliage)", 175268); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S02 (Lighting)", 175276); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S02 (Loot)", 175277); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S02", 175270); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E01_S02_MB313 (Encounters)", 478153); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S01 (Audio)", 230969); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S01 (Encounters)", 195666); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S01 (Environment)", 175272); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S01 (Foliage)", 175271); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S01 (Lighting)", 175273); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S01 (Loot)", 175274); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S01", 175264); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S01_MB313 (Encounters)", 478151); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S02 (Audio)", 230960); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S02 (Encounters)", 175980); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S02 (Environment)", 175266); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S02 (Foliage)", 175265); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S02 (Lighting)", 175279); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S02 (Loot)", 175280); DictSNOMarkerSet.Add("a4dun_Diablo_ShadowRealm_E02_S02", 175267); DictSNOMarkerSet.Add("a4dun_Garden3_SpireEntrance (World)", 191781); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S03 (Environment)", 117144); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S03 (Foliage)", 117143); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S03 (Lighting)", 117200); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S03 (Loot)", 117201); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S03", 117146); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S04 (Audio)", 222862); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S04 (CursedChest_Juggernaut))", 377822); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S04 (Encounters)", 197868); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S04 (Environment)", 117172); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S04 (Foliage)", 117169); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S04 (Lighting)", 117188); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S04 (Loot)", 117189); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S04", 117122); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S05 (Audio)", 222863); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S05 (Encounters)", 162770); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S05 (Lighting)", 157406); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S05 (Loot)", 157407); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S05", 157405); DictSNOMarkerSet.Add("a4dun_garden_level_01_E01_S05_Dungeonstone (Encounters)", 354163); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S03 (Audio)", 222865); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S03 (Corruption Only)", 209770); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S03 (Encounters)", 203489); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S03 (Environment)", 117140); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S03 (Foliage)", 117138); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S03 (Lighting)", 117197); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S03 (Loot)", 117198); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S03 (Rift)", 209771); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S03", 117141); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S04 (Audio)", 222861); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S04 (Encounters)", 118042); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S04 (Environment)", 117163); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S04 (Foliage)", 117160); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S04 (Lighting)", 117185); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S04 (Loot)", 117186); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S04", 117166); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S05 (Audio)", 222864); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S05 (Environment)", 117136); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S05 (Foliage)", 117133); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S05 (Lighting)", 117176); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S05 (Loot)", 117177); DictSNOMarkerSet.Add("a4dun_garden_level_01_E02_S05", 117139); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S02 (Environment)", 117153); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S02 (Foliage)", 117152); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S02 (Lighting)", 117206); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S02 (Loot)", 117207); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S02", 117155); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (Audio)", 222866); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (Corruption)", 198068); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (CursedChest_Juggernaut)", 368330); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (Encounters)", 117958); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (Environment)", 117135); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (Foliage)", 117134); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (Lighting)", 117221); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (Loot)", 117222); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (Rift)", 209774); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03 (Special Markers)", 117788); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S03", 117137); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S04 (Audio)", 222860); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S04 (Encounters)", 142848); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S04 (Environment)", 117154); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S04 (Foliage)", 117151); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S04 (Lighting)", 117182); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S04 (Loot)", 117183); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S04", 117157); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S05 (Environment)", 117126); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S05 (Foliage)", 117123); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S05 (Lighting)", 117173); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S05 (Loot)", 117174); DictSNOMarkerSet.Add("a4dun_garden_level_01_E03_S05", 117129); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S01 (Audio)", 231204); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S01 (Encounters)", 119273); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S01 (Environment)", 117162); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S01 (Foliage)", 117161); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S01 (Lighting)", 117212); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S01 (Loot)", 117213); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S01", 117164); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02 (Audio)", 222867); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02 (Corruption)", 209777); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02 (CursedChest_Juggernaut)", 377831); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02 (Encounters)", 117959); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02 (Environment)", 117149); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02 (Foliage)", 117147); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02 (Lighting)", 117203); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02 (Loot)", 117204); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02 (Rift)", 209776); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S02", 117150); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S03 (Audio)", 222844); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S03 (Encounters)", 119220); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S03 (Environment)", 117131); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S03 (Foliage)", 117128); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S03 (Lighting)", 117194); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S03 (Loot)", 117195); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S03", 117132); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S04 (Audio)", 222845); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S04 (Encounters)", 117956); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S04 (Environment)", 117145); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S04 (Foliage)", 117142); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S04 (Lighting)", 117179); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S04 (Loot)", 117180); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S04 (Special Markers)", 117783); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S04", 117148); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S05 (Environment)", 148770); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S05 (Foliage)", 148772); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S05 (Lighting)", 148780); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S05 (Loot)", 148781); DictSNOMarkerSet.Add("a4dun_garden_level_01_E04_S05", 148769); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S01 (Environment)", 148775); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S01 (Foliage)", 148774); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S01 (Lighting)", 148777); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S01 (Loot)", 148778); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S01", 148768); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S02 (Audio)", 222869); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S02 (Corruption)", 198083); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S02 (Encounters)", 142849); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S02 (Environment)", 118778); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S02 (Foliage)", 118777); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S02 (Lighting)", 118780); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S02 (Loot)", 118781); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S02 (Rift)", 209778); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S02", 118779); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S04 (Environment)", 148771); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S04 (Foliage)", 148776); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S04 (Lighting)", 148783); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S04 (Loot)", 148784); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S04", 148773); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S05 (Audio)", 222846); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S05 (Encounters)", 212333); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S05 (Environment)", 183963); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S05 (Foliage)", 183964); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S05 (Lighting)", 183966); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S05 (Loot)", 183967); DictSNOMarkerSet.Add("a4dun_garden_level_01_E05_S05", 183965); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S03 (Environment)", 161829); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S03 (Foliage)", 161828); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S03 (Lighting)", 161830); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S03 (Loot)", 161831); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S03", 161827); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S04 (Environment)", 160424); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S04 (Foliage)", 160425); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S04 (Lighting)", 160438); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S04 (Loot)", 160439); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S04", 160429); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S05 (Environment)", 160430); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S05 (Foliage)", 160423); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S05 (Lighting)", 160432); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S05 (Loot)", 160433); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S05", 160431); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S06 (Environment)", 160427); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S06 (Foliage)", 160426); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S06 (Lighting)", 160435); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S06 (Loot)", 160436); DictSNOMarkerSet.Add("a4dun_garden_level_01_W01_S06", 160428); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S03 (Audio)", 222878); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S03 (Environment)", 162225); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S03 (Foliage)", 162224); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S03 (Lighting)", 162227); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S03 (Loot)", 162228); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S03", 162226); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S04 (Audio)", 222874); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S04 (Encounters)", 121259); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S04 (Environment)", 120194); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S04 (Foliage)", 120202); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S04 (Lighting)", 120206); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S04 (Loot)", 120207); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S04", 120198); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S04_Dungeonstone (Encounters)", 353868); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Audio)", 222870); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Corruption Only)", 209626); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Encounters)", 143851); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Environment)", 120197); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Event Room A)", 214025); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Event Room B)", 214026); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Event Room C)", 214027); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Event Room D)", 214028); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Foliage)", 120196); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Lighting)", 120209); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Loot)", 120210); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (No Event Room)", 214029); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05 (Rift)", 209627); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S05", 120200); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S06 (Environment)", 162211); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S06 (Foliage)", 162215); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S06 (Lighting)", 162217); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S06 (Loot)", 162218); DictSNOMarkerSet.Add("a4dun_garden_level_02_E01_S06", 162216); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S03 (Lighting)", 121080); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S03 (Loot)", 121081); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S03", 121079); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S04 (Audio)", 222875); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S04 (Encounters)", 117955); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S04 (Environment)", 117513); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S04 (Foliage)", 117510); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S04 (Lighting)", 117523); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S04 (Loot)", 117524); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S04", 117481); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S05 (Audio)", 222871); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S05 (Encounters)", 145435); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S05 (Environment)", 117485); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S05 (Foliage)", 117482); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S05 (Lighting)", 117514); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S05 (Loot)", 117515); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S05", 117489); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S06 (Environment)", 162213); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S06 (Foliage)", 162212); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S06 (Lighting)", 162220); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S06 (Loot)", 162221); DictSNOMarkerSet.Add("a4dun_garden_level_02_E02_S06", 162214); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S01 (Audio)", 222904); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S01 (Encounters)", 119716); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S01 (Environment)", 117512); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S01 (Foliage)", 117511); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S01 (Lighting)", 117541); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S01 (Loot)", 117542); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S01", 117486); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S02 (Environment)", 117503); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S02 (Foliage)", 117502); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S02 (Lighting)", 117535); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S02 (Loot)", 117536); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S02", 117505); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S03 (Audio)", 222880); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S03 (Corrupt)", 209741); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S03 (Encounters)", 143839); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S03 (Environment)", 117490); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S03 (Foliage)", 117488); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S03 (Lighting)", 117544); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S03 (Loot)", 117545); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S03 (Rift)", 209742); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S03", 117491); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S04 (Audio)", 222876); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S04 (Corruption Only)", 209743); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S04 (Encounters)", 143301); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S04 (Environment)", 117504); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S04 (Foliage)", 117501); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S04 (Lighting)", 117520); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S04 (Loot)", 117521); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S04 (Rift)", 209744); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S04", 117507); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Audio)", 222872); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Corruption)", 209751); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Encounters)", 143840); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Environment)", 121251); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Event Room A)", 214035); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Event Room B)", 214036); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Event Room C)", 214038); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Event Room D)", 214039); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Lighting)", 121068); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Loot)", 121069); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (No Event Room)", 214040); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05 (Rift)", 209750); DictSNOMarkerSet.Add("a4dun_garden_level_02_E03_S05", 121067); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S01 (Audio)", 222905); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S01 (Corruption Only)", 209757); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S01 (Encounters)", 121262); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S01 (Environment)", 117508); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S01 (Foliage)", 117506); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S01 (Lighting)", 117538); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S01 (Loot)", 117539); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S01 (Rift)", 209756); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S01", 117509); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S02 (Audio)", 222883); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S02 (Encounters)", 117954); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S02 (Environment)", 117499); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S02 (Foliage)", 117497); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S02 (Lighting)", 117532); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S02 (Loot)", 117533); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S02", 117500); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S03 (Audio)", 222881); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S03 (Encounters)", 143304); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S03 (Environment)", 117484); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S03 (Foliage)", 117483); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S03 (Lighting)", 117526); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S03 (Loot)", 117527); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S03", 117487); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Audio)", 222877); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Encounters)", 118043); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Environment)", 117495); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Event Room A)", 214048); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Event Room B)", 214049); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Event Room C)", 214050); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Event Room D)", 214051); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Foliage)", 117492); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Lighting)", 117517); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (Loot)", 117518); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04 (No Event Room)", 214052); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S04", 117498); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S05 (Audio)", 222873); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S05 (Lighting)", 121064); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S05 (Loot)", 121065); DictSNOMarkerSet.Add("a4dun_garden_level_02_E04_S05", 121063); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_N01 (Environment)", 162189); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_N01 (Foliage)", 162188); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_N01 (Lighting)", 162190); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_N01 (Loot)", 162191); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_N01", 162187); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Audio)", 222906); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Corruption Only)", 209759); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Encounters)", 143838); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Environment)", 120201); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Event Room A)", 214056); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Event Room B)", 214057); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Event Room C)", 214058); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Event Room D)", 214059); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Foliage)", 120199); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Lighting)", 120203); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Loot)", 120204); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (No Event Room)", 214062); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01 (Rift)", 209758); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S01", 120195); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S02 (Audio)", 222884); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S02 (Encounters)", 143306); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S02 (Environment)", 117494); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S02 (Foliage)", 117493); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S02 (Lighting)", 117529); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S02 (Loot)", 117530); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S02", 117496); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Audio)", 222882); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Corruption Only)", 209761); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Encounters)", 144745); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Environment)", 212045); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Event Room A)", 214070); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Event Room B)", 214071); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Event Room C)", 214072); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Event Room D)", 214073); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Lighting)", 121076); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Loot)", 121077); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (No Event Room)", 214074); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03 (Rift)", 209760); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S03", 121075); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S04 (Lighting)", 121072); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S04 (Loot)", 121073); DictSNOMarkerSet.Add("a4dun_garden_level_02_E05_S04", 121071); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S01 (Audio)", 222907); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S01 (Environment)", 149710); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S01 (Foliage)", 149709); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S01 (Lighting)", 149717); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S01 (Loot)", 149718); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S01", 149713); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S02 (Environment)", 149708); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S02 (Foliage)", 149711); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S02 (Lighting)", 149714); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S02 (Loot)", 149715); DictSNOMarkerSet.Add("a4dun_garden_level_02_E06_S02", 149712); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S04 (Environment)", 170889); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S04 (Foliage)", 170888); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S04 (Lighting)", 170890); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S04 (Loot)", 170891); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S04", 170887); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S05 (Environment)", 162199); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S05 (Foliage)", 162198); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S05 (Lighting)", 162200); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S05 (Loot)", 162201); DictSNOMarkerSet.Add("a4dun_garden_level_02_W01_S05", 162197); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S03 (Audio)", 222939); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S03 (Environment)", 119726); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S03 (Foliage)", 119725); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S03 (Lighting)", 119728); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S03 (Loot)", 119729); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S03", 119727); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S04 (Audio)", 222931); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S04 (Encounters)", 144735); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S04 (Environment)", 117647); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S04 (Foliage)", 117646); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S04 (Lighting)", 117698); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S04 (Loot)", 117699); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S04", 117649); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S05 (Audio)", 222927); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S05 (Environment)", 163457); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S05 (Foliage)", 163456); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S05 (Lighting)", 163458); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S05 (Loot)", 163459); DictSNOMarkerSet.Add("a4dun_garden_level_03_E01_S05", 163455); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S03 (Audio)", 222940); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S03 (Corruption)", 219826); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S03 (Environment)", 117667); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S03 (Foliage)", 117665); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S03 (Lighting)", 117707); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S03 (Loot)", 117708); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S03 (Rift)", 219825); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S03", 117668); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S04 (Audio)", 222932); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S04 (Corruption)", 219811); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S04 (Encounters)", 117952); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S04 (Environment)", 117682); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S04 (Foliage)", 117678); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S04 (Lighting)", 117695); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S04 (Loot)", 117696); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S04 (Rift)", 219812); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S04", 117644); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Audio)", 222928); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Corruption)", 219816); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Environment)", 119743); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Event Room A)", 220079); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Event Room B)", 220080); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Event Room C)", 220081); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Event Room D)", 220082); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Foliage)", 119742); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Lighting)", 119745); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Loot)", 119746); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (No Event Room)", 220083); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05 (Rift)", 219815); DictSNOMarkerSet.Add("a4dun_garden_level_03_E02_S05", 119744); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S02 (Audio)", 222954); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S02 (Environment)", 117676); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S02 (Foliage)", 117674); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S02 (Lighting)", 117713); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S02 (Loot)", 117714); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S02", 117677); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S03 (Audio)", 222941); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S03 (Corruption)", 219819); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S03 (Encounters)", 169802); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S03 (Environment)", 117662); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S03 (Foliage)", 117661); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S03 (Lighting)", 117704); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S03 (Loot)", 117705); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S03 (Rift)", 219818); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S03", 117664); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S04 (Audio)", 222935); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S04 (Encounters)", 144006); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S04 (Environment)", 117672); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S04 (Foliage)", 117669); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S04 (Lighting)", 117692); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S04 (Loot)", 117693); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S04", 117675); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Audio)", 222929); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Corruption)", 219828); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Encounters)", 144736); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Environment)", 117656); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Event Room A)", 219746); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Event Room B)", 219747); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Event Room C)", 219748); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Event Room D)", 219749); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Foliage)", 117655); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Lighting)", 117686); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Loot)", 117687); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (No Event Room)", 219750); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05 (Rift)", 219827); DictSNOMarkerSet.Add("a4dun_garden_level_03_E03_S05", 117657); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S01 (Audio)", 222960); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S01 (Encounters)", 119717); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S01 (Environment)", 117680); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S01 (Foliage)", 117679); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S01 (Lighting)", 117716); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S01 (Loot)", 117717); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S01", 117650); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S02 (Audio)", 222955); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S02 (Encounters)", 117953); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S02 (Environment)", 117671); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S02 (Foliage)", 117670); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S02 (Lighting)", 117710); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S02 (Loot)", 117711); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S02", 117673); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S02_Dungeonstone (Encounters)", 354151); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S03 (Audio)", 222942); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S03 (Corruption)", 219824); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S03 (Encounters)", 118044); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S03 (Environment)", 117658); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S03 (Foliage)", 117681); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S03 (Lighting)", 117701); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S03 (Loot)", 117702); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S03 (Rift)", 219823); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S03", 117659); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Audio)", 222937); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Encounters)", 144738); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Environment)", 117663); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Event Room A)", 219761); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Event Room B)", 219762); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Event Room C)", 219764); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Event Room D)", 219765); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Foliage)", 117660); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Lighting)", 117689); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (Loot)", 117690); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04 (No Event Room)", 219766); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S04", 117666); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S05 (Audio)", 222930); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S05 (Environment)", 117648); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S05 (Foliage)", 117645); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S05 (Lighting)", 117683); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S05 (Loot)", 117684); DictSNOMarkerSet.Add("a4dun_garden_level_03_E04_S05", 117652); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S01 (Environment)", 162936); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S01 (Foliage)", 162935); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S01 (Lighting)", 162937); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S01 (Loot)", 162938); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S01", 162934); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02 (Audio)", 222957); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02 (Encounters)", 220156); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02 (Event Room A)", 220084); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02 (Event Room B)", 220085); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02 (Event Room C)", 220086); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02 (Event Room D)", 220087); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02 (Lighting)", 143949); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02 (Loot)", 143950); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02 (No Event Room)", 220088); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S02", 143948); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Audio)", 222943); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Encounters)", 144739); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Environment)", 117653); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Event Room A)", 219781); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Event Room B)", 219783); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Event Room C)", 219784); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Event Room D)", 219785); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Foliage)", 117651); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Lighting)", 117719); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (Loot)", 117720); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03 (No Event Room)", 219786); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S03", 117654); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S04 (Audio)", 222938); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S04 (Environment)", 119757); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S04 (Foliage)", 119756); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S04 (Lighting)", 119759); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S04 (Loot)", 119760); DictSNOMarkerSet.Add("a4dun_garden_level_03_E05_S04", 119758); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S02 (Audio)", 222959); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S02 (Corruption)", 222255); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S02 (Environment)", 220069); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S02 (Foliage)", 220068); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S02 (Lighting)", 220075); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S02 (Loot)", 220076); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S02 (Rift)", 222256); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S02", 220066); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S03 (Audio)", 222944); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S03 (Environment)", 220071); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S03 (Foliage)", 220070); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S03 (Lighting)", 220072); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S03 (Loot)", 220073); DictSNOMarkerSet.Add("a4dun_garden_level_03_E06_S03", 220067); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E01_S03 (Environment)", 115894); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E01_S03 (Foliage)", 115893); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E01_S03 (Lighting)", 115895); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E01_S03 (Loot)", 115896); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E01_S03", 115890); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S02 (Audio)", 231242); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S02 (Encounters)", 103912); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S02 (Environment)", 103899); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S02 (Foliage)", 103898); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S02 (Lighting)", 103904); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S02 (Loot)", 201676); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S02", 103892); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S03 (Environment)", 103901); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S03 (Foliage)", 103897); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S03 (Lighting)", 103906); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E02_S03", 103890); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S01 (Environment)", 115892); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S01 (Foliage)", 115891); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S01 (Lighting)", 115898); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S01 (Loot)", 115899); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S01", 115889); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S02 (Environment)", 103895); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S02 (Foliage)", 103900); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S02 (Lighting)", 103902); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S02", 103896); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S03 (Encounters)", 103911); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S03 (Environment)", 103893); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S03 (Foliage)", 103891); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S03 (Lighting)", 103908); DictSNOMarkerSet.Add("a4dun_garden_SpireEntrance_E03_S03", 103894); DictSNOMarkerSet.Add("a4dun_Garden_WorldMarker", 159254); DictSNOMarkerSet.Add("a4dun_Heaven_Keep_Hub_Inn (Encounters)", 183802); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (Audio)", 230884); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (dungeonstone)", 391669); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (Encounters)", 203579); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (Environment)", 147786); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (Foliage)", 147785); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (Lighting)", 147787); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (Loot)", 147788); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (Open World)", 362110); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (Portal_01)", 210374); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01 (Portal_02)", 210375); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01", 147778); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01_Dungeonstone (Encounters)", 362181); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_S01 (Environment)", 147780); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_S01 (Foliage)", 147779); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_S01 (Lighting)", 147793); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_S01 (Loot)", 147794); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_E01_S01", 147781); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_N01 (Environment)", 147776); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_N01 (Foliage)", 147777); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_N01 (Lighting)", 147796); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_N01 (Loot)", 147797); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_N01", 147783); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_S01 (Environment)", 147775); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_S01 (Foliage)", 147782); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_S01 (Lighting)", 147790); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_S01 (Loot)", 147791); DictSNOMarkerSet.Add("a4dun_HellPortal_E_Dead_End_01_W01_S01", 147784); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01 (Audio)", 223494); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01 (Encounters)", 219851); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01 (Environment)", 147745); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01 (Foliage)", 147744); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01 (Lighting)", 147746); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01 (Loot)", 147747); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01 (Open World)", 361777); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01 (Portal_02)", 210378); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01", 147737); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_S01 (Environment)", 147739); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_S01 (Foliage)", 147738); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_S01 (Lighting)", 147752); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_S01 (Loot)", 147753); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_E01_S01", 147740); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_N01 (Environment)", 147735); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_N01 (Foliage)", 147736); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_N01 (Lighting)", 147755); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_N01 (Loot)", 147756); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_N01", 147742); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_S01 (Environment)", 147734); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_S01 (Foliage)", 147741); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_S01 (Lighting)", 147749); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_S01 (Loot)", 147750); DictSNOMarkerSet.Add("a4dun_HellPortal_N_Dead_End_01_W01_S01", 147743); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01 (Dungeonstone)", 391664); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01 (Encounters)", 203581); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01 (Environment)", 147705); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01 (Foliage)", 147704); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01 (Lighting)", 147706); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01 (Loot)", 147707); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01 (Open World)", 362114); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01 (Portal_01)", 210379); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01 (Portal_02)", 210380); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01", 147697); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01_Dungeonstone (Encounters)", 362190); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_S01 (Audio)", 229819); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_S01 (Environment)", 147699); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_S01 (Foliage)", 147698); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_S01 (Lighting)", 147712); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_S01 (Loot)", 147713); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_E01_S01", 147700); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_N01 (Environment)", 147695); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_N01 (Foliage)", 147696); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_N01 (Lighting)", 147715); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_N01 (Loot)", 147716); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_N01", 147702); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_S01 (Environment)", 147694); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_S01 (Foliage)", 147701); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_S01 (Lighting)", 147709); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_S01 (Loot)", 147710); DictSNOMarkerSet.Add("a4dun_HellPortal_S_Dead_End_01_W01_S01", 147703); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_N01 (Environment)", 147658); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_N01 (Foliage)", 147657); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_N01 (Lighting)", 147659); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_N01 (Loot)", 147660); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_N01", 147650); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01 (Encounters)", 169803); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01 (Environment)", 147652); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01 (Foliage)", 147651); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01 (Lighting)", 147665); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01 (Loot)", 147666); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01 (Portal_02)", 210381); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01 (Waypoint)", 365812); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01", 147653); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_N01 (Environment)", 147648); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_N01 (Foliage)", 147649); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_N01 (Lighting)", 147669); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_N01 (Loot)", 147670); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_N01", 147655); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_S01 (Environment)", 147647); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_S01 (Foliage)", 147654); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_S01 (Lighting)", 147662); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_S01 (Loot)", 147663); DictSNOMarkerSet.Add("a4dun_HellPortal_W_Dead_End_01_W01_S01", 147656); DictSNOMarkerSet.Add("a4dun_sigil_B_lighting", 213410); DictSNOMarkerSet.Add("a4dun_sigil_C_lighting", 213459); DictSNOMarkerSet.Add("a4dun_SpireSideDungeon_A", 408994); DictSNOMarkerSet.Add("a4dun_Spire_Aspect_05", 196890); DictSNOMarkerSet.Add("a4dun_Spire_Aspect_06", 196891); DictSNOMarkerSet.Add("a4dun_Spire_Aspect_07", 196892); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_01 (Environment)", 151135); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_01 (Foliage)", 151134); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_01 (Hell Fissures)", 219261); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_01 (Lighting)", 151205); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_01 (Loot)", 151142); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_01", 151136); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02 (Environment)", 151316); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02 (Foliage)", 151315); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02 (Lighting)", 151466); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02 (Loot)", 151318); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02", 151314); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02_firewall", 223767); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02_Spikes (Audio)", 230105); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02_Spikes (Encounters)", 223743); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02_Spikes (Environment)", 223749); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02_Spikes (Foliage)", 223748); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02_Spikes (Lighting)", 223751); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02_Spikes (Loot)", 223747); DictSNOMarkerSet.Add("a4dun_spire_corrupt_EW_02_Spikes", 223750); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_01 (Encounters)", 199479); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_01 (Environment)", 151652); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_01 (Foliage)", 151651); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_01 (Lighting)", 151653); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_01 (Loot)", 151654); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_01", 151650); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Entrance_01 (Audio)", 223790); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Entrance_01 (Encounters)", 196200); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Entrance_01 (Environment)", 151958); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Entrance_01 (Floor 1 Portal)", 357958); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Entrance_01 (Floor 2 Portal)", 357959); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Entrance_01 (Foliage)", 151957); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Entrance_01 (Lighting)", 151977); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Entrance_01 (Loot)", 151978); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Entrance_01", 151959); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01 (Encounters)", 196201); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01 (Environment)", 156630); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01 (Foliage)", 156629); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01 (Lighting)", 156635); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01 (Loot)", 156636); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01", 156631); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01_Izual (Encounters)", 225216); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01_Izual (Environment)", 225626); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01_Izual (Foliage)", 225627); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01_Izual (Lighting)", 225628); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01_Izual (Loot)", 225629); DictSNOMarkerSet.Add("a4dun_spire_corrupt_E_Exit_01_Izual", 225215); DictSNOMarkerSet.Add("a4dun_spire_corrupt_Filler_01 (Foliage)", 154947); DictSNOMarkerSet.Add("a4dun_spire_corrupt_Filler_01 (Lighting)", 154950); DictSNOMarkerSet.Add("a4dun_spire_corrupt_Filler_01 (Loot)", 154951); DictSNOMarkerSet.Add("a4dun_spire_corrupt_Filler_01", 154946); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NEW_01 (Audio)", 230662); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NEW_01 (Encounters)", 221625); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NEW_01 (Environment)", 152035); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NEW_01 (Foliage)", 152034); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NEW_01 (Lighting)", 152263); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NEW_01 (Loot)", 152037); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NEW_01", 152033); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_01 (Environment)", 152559); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_01 (Fissure Room)", 223599); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_01 (Foliage)", 152558); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_01 (Lighting)", 152560); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_01 (Loot)", 152561); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_01 (test)", 198624); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_01", 152557); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_02 (Environment)", 152607); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_02 (Foliage)", 152606); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_02 (Lighting)", 152608); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_02 (Loot)", 152609); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NE_02", 152605); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_01 (Encounters)", 221649); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_01 (Environment)", 152932); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_01 (Foliage)", 152931); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_01 (Lighting)", 152933); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_01 (Loot)", 152934); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_01", 152930); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_02 (Big Red Geysers)", 221819); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_02 (Corrupt Angel Geysers)", 221820); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_02 (Environment)", 221303); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_02 (Foliage)", 221302); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_02 (Lighting)", 221305); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_02 (Loot)", 221306); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_02 (Shadow Vermin Ritual)", 221821); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSEW_02", 221304); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSE_01 (Environment)", 133971); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSE_01 (Foliage)", 133970); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSE_01 (Lighting)", 133976); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSE_01 (Loot)", 133973); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSE_01", 133969); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSW_01 (Audio)", 230660); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSW_01 (Environment)", 151695); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSW_01 (Foliage)", 151694); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSW_01 (Lighting)", 151696); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSW_01 (Loot)", 151697); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSW_01 (test)", 198625); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NSW_01", 151693); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_01 (Audio)", 230107); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_01 (Big Red Geysers)", 219717); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_01 (Corrupt Angel Geysers)", 219718); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_01 (Environment)", 153109); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_01 (Foliage)", 153108); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_01 (Hell Geysers)", 219706); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_01 (Lighting)", 153110); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_01 (Loot)", 153111); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_01", 153107); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02 (Environment)", 153247); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02 (Foliage)", 153246); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02 (Lighting)", 156607); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02 (Loot)", 169886); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02", 153245); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Firewall (Audio)", 224646); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Firewall (Encounters)", 224647); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Firewall (Environment)", 225317); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Firewall (Lighting)", 225316); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Firewall (Loot)", 224648); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Firewall (Special Markers)", 225988); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Firewall", 224645); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Spikes (Encounters)", 220801); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Spikes (Environment)", 223746); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Spikes (Lighting)", 223745); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Spikes (Loot)", 220803); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NS_02_Spikes", 220802); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NW_01 (Audio)", 230104); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NW_01 (Environment)", 153284); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NW_01 (Fissure Room)", 223600); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NW_01 (Lighting)", 156617); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NW_01 (Loot)", 169927); DictSNOMarkerSet.Add("a4dun_spire_corrupt_NW_01", 153282); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_01 (Environment)", 154035); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_01 (Foliage)", 154034); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_01 (Lighting)", 154036); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_01 (Loot)", 154037); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_01", 154033); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Entrance_01 (Encounters)", 196202); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Entrance_01 (Environment)", 154053); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Entrance_01 (Floor 1 Portal)", 357953); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Entrance_01 (Floor 2 Portal)", 357954); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Entrance_01 (Foliage)", 154052); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Entrance_01 (Lighting)", 154054); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Entrance_01 (Loot)", 154055); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Entrance_01 (TyraelPurpose)", 205256); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Entrance_01", 154051); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01 (Encounters)", 196203); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01 (Environment)", 154063); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01 (Foliage)", 154062); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01 (Lighting)", 154064); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01 (Loot)", 154065); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01", 154061); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01_Izual (Encounters)", 225218); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01_Izual (Environment)", 225613); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01_Izual (Foliage)", 225614); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01_Izual (Lighting)", 225615); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01_Izual (Loot)", 225616); DictSNOMarkerSet.Add("a4dun_spire_corrupt_N_Exit_01_Izual", 225217); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SEW_01 (Environment)", 154115); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SEW_01 (Foliage)", 154114); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SEW_01 (Lighting)", 154116); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SEW_01 (Loot)", 154117); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SEW_01", 154113); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_01 (Environment)", 154186); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_01 (Fissure Room)", 223602); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_01 (Foliage)", 154185); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_01 (Lighting)", 154187); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_01 (Loot)", 154188); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_01", 154184); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_02 (CursedChest_ArmyOfHell)", 368302); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_02 (Lighting)", 154221); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_02 (Loot)", 154222); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SE_02", 154218); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SW_01 (Environment)", 154636); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SW_01 (Fissure Room)", 223601); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SW_01 (Foliage)", 154635); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SW_01 (Lighting)", 154637); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SW_01 (Loot)", 154638); DictSNOMarkerSet.Add("a4dun_spire_corrupt_SW_01", 154634); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_01 (Environment)", 154684); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_01 (Foliage)", 154683); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_01 (Lighting)", 154685); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_01 (Loot)", 154686); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_01", 154682); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Entrance_01 (Encounters)", 196204); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Entrance_01 (Environment)", 154728); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Entrance_01 (Floor 1 Portal)", 357960); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Entrance_01 (Floor 2 Portal)", 357961); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Entrance_01 (Foliage)", 154727); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Entrance_01 (Lighting)", 154729); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Entrance_01 (Loot)", 154730); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Entrance_01", 154726); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01 (Encounters)", 196205); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01 (Environment)", 156646); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01 (Foliage)", 156645); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01 (Lighting)", 156647); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01 (Loot)", 156648); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01", 156644); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01_Izual (Encounters)", 225219); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01_Izual (Environment)", 225619); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01_Izual (Foliage)", 225620); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01_Izual (Lighting)", 225621); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01_Izual (Loot)", 225623); DictSNOMarkerSet.Add("a4dun_spire_corrupt_S_Exit_01_Izual", 225220); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_01 (Encounters)", 221661); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_01 (Environment)", 154788); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_01 (Foliage)", 154787); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_01 (Lighting)", 154789); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_01 (Loot)", 154790); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_01", 154786); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Entrance_01 (Encounters)", 196206); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Entrance_01 (Environment)", 154818); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Entrance_01 (Floor 1 Portal)", 357962); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Entrance_01 (Floor 2 Portal)", 357963); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Entrance_01 (Foliage)", 154817); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Entrance_01 (Lighting)", 154819); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Entrance_01 (Loot)", 154820); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Entrance_01", 154816); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01 (Encounters)", 196207); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01 (Environment)", 155322); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01 (Foliage)", 155321); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01 (Lighting)", 155323); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01 (Loot)", 155324); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01", 155320); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01_Izual (Encounters)", 225224); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01_Izual (Environment)", 225634); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01_Izual (Foliage)", 225633); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01_Izual (Lighting)", 225632); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01_Izual (Loot)", 225631); DictSNOMarkerSet.Add("a4dun_spire_corrupt_W_Exit_01_Izual", 225223); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S01 (Environment)", 205087); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S01 (Foliage)", 205086); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S01 (Lighting)", 205112); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S01 (Loot)", 205113); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S01", 205068); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S02 (Environment)", 205070); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S02 (Foliage)", 205067); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S02 (Lighting)", 205103); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S02 (Loot)", 205104); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S02", 205071); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S03 (Environment)", 205081); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S03 (Foliage)", 205077); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S03 (Lighting)", 205115); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S03 (Loot)", 205116); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E01_S03", 205085); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S01 (Environment)", 205082); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S01 (Foliage)", 205079); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S01 (Lighting)", 205109); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S01 (Loot)", 205110); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S01", 205083); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S02 (Audio)", 230945); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S02 (Encounters)", 205323); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S02 (Environment)", 205089); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S02 (Foliage)", 205076); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S02 (Lighting)", 205100); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S02 (Loot)", 205101); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S02 (Set Dungeons)", 447305); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S02", 205066); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S03 (Environment)", 205069); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S03 (Foliage)", 205065); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S03 (Lighting)", 205094); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S03 (Loot)", 205095); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E02_S03", 205073); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S01 (Environment)", 205075); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S01 (Foliage)", 205074); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S01 (Lighting)", 205106); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S01 (Loot)", 205107); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S01", 205078); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S02 (Environment)", 205088); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S02 (Foliage)", 205090); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S02 (Lighting)", 205097); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S02 (Loot)", 205098); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S02", 205080); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S03 (Environment)", 205072); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S03 (Foliage)", 205084); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S03 (Lighting)", 205091); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S03 (Loot)", 205092); DictSNOMarkerSet.Add("a4dun_spire_DiabloEntrance_E03_S03", 205064); DictSNOMarkerSet.Add("a4dun_spire_exterior (World)", 215544); DictSNOMarkerSet.Add("a4dun_spire_exterior_E01_S03 (Encounters)", 215078); DictSNOMarkerSet.Add("a4dun_spire_exterior_E01_S03 (Environment)", 215019); DictSNOMarkerSet.Add("a4dun_spire_exterior_E01_S03 (Foliage)", 215018); DictSNOMarkerSet.Add("a4dun_spire_exterior_E01_S03 (interactives)", 215862); DictSNOMarkerSet.Add("a4dun_spire_exterior_E01_S03 (Lighting)", 215058); DictSNOMarkerSet.Add("a4dun_spire_exterior_E01_S03 (Loot)", 215059); DictSNOMarkerSet.Add("a4dun_spire_exterior_E01_S03", 215020); DictSNOMarkerSet.Add("a4dun_spire_exterior_E02_S03 (Audio)", 230106); DictSNOMarkerSet.Add("a4dun_spire_exterior_E02_S03 (Encounters)", 215226); DictSNOMarkerSet.Add("a4dun_spire_exterior_E02_S03 (Environment)", 215016); DictSNOMarkerSet.Add("a4dun_spire_exterior_E02_S03 (Foliage)", 215015); DictSNOMarkerSet.Add("a4dun_spire_exterior_E02_S03 (Lighting)", 215061); DictSNOMarkerSet.Add("a4dun_spire_exterior_E02_S03 (Loot)", 215062); DictSNOMarkerSet.Add("a4dun_spire_exterior_E02_S03", 215017); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S01 (Encounters)", 215067); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S01 (Environment)", 215008); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S01 (Foliage)", 215009); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S01 (interactives)", 215912); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S01 (Lighting)", 215040); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S01 (Loot)", 215041); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S01", 215007); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S02 (Audio)", 230658); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S02 (Encounters)", 215225); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S02 (Environment)", 215025); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S02 (Foliage)", 215024); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S02 (interactives)", 215915); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S02 (Lighting)", 215052); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S02 (Loot)", 215053); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S02", 215026); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S03 (Encounters)", 215223); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S03 (Environment)", 215217); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S03 (Foliage)", 215216); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S03 (Lighting)", 215219); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S03 (Loot)", 215220); DictSNOMarkerSet.Add("a4dun_spire_exterior_E03_S03", 215218); DictSNOMarkerSet.Add("a4dun_spire_exterior_Filler (Encounters)", 215887); DictSNOMarkerSet.Add("a4dun_spire_exterior_Filler (Environment)", 215655); DictSNOMarkerSet.Add("a4dun_spire_exterior_Filler (Foliage)", 215654); DictSNOMarkerSet.Add("a4dun_spire_exterior_Filler (Lighting)", 215656); DictSNOMarkerSet.Add("a4dun_spire_exterior_Filler (Loot)", 215657); DictSNOMarkerSet.Add("a4dun_spire_exterior_Filler", 215653); DictSNOMarkerSet.Add("a4dun_spire_E_Exit_01_Diablo (Encounters)", 185181); DictSNOMarkerSet.Add("a4dun_spire_E_Exit_01_Diablo (Environment)", 185182); DictSNOMarkerSet.Add("a4dun_spire_E_Exit_01_Diablo (Foliage)", 185183); DictSNOMarkerSet.Add("a4dun_spire_E_Exit_01_Diablo (Lighting)", 185184); DictSNOMarkerSet.Add("a4dun_spire_E_Exit_01_Diablo (Loot)", 185185); DictSNOMarkerSet.Add("a4dun_spire_E_Exit_01_Diablo", 185180); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01 (Audio)", 223487); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01 (Encounters)", 136858); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01 (Environment)", 136298); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01 (Foliage)", 136297); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01 (Lighting)", 136300); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01 (Loot)", 136301); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01", 136299); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_Crystals (Environment)", 157415); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_Crystals (Foliage)", 157414); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_Crystals (Lighting)", 157416); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_Crystals (Loot)", 157417); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_Crystals", 157413); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_N (Environment)", 155366); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_N (Foliage)", 155365); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_N (Lighting)", 155367); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_N (Loot)", 155368); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_N", 155364); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NE (Encounters)", 375640); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NE (Environment)", 158184); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NE (Foliage)", 158183); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NE (Lighting)", 158185); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NE (Loot)", 158186); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NE", 158182); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NW (Environment)", 157584); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NW (Foliage)", 157583); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NW (Lighting)", 157585); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NW (Loot)", 157586); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_NW", 157582); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_S (Environment)", 156032); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_S (Foliage)", 156031); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_S (Lighting)", 156033); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_S (Loot)", 156034); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_S", 156030); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_SW (Environment)", 158146); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_SW (Foliage)", 158145); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_SW (Lighting)", 158147); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_SW (Loot)", 158148); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_SW", 158144); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_W (Environment)", 155972); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_W (Foliage)", 155971); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_W (Lighting)", 155973); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_W (Loot)", 155974); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_01_Filler_W", 155970); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_Entrance_01 (Audio)", 229542); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_Entrance_01 (Encounters)", 156238); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_Entrance_01 (Environment)", 156170); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_Entrance_01 (Foliage)", 156169); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_Entrance_01 (Lighting)", 156171); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_Entrance_01 (Loot)", 156172); DictSNOMarkerSet.Add("a4dun_spire_LibraryOfFate_Entrance_01", 156168); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S01 (Encounters)", 199518); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S01 (Environment)", 197422); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S01 (Foliage)", 197421); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S01 (Lighting)", 197447); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S01 (Loot)", 197448); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S01", 197403); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S02 (Environment)", 197405); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S02 (Foliage)", 197402); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S02 (Lighting)", 197438); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S02 (Loot)", 197439); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S02", 197406); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S03 (Environment)", 197416); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S03 (Foliage)", 197412); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S03 (Lighting)", 197450); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S03 (Loot)", 197451); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E01_S03", 197420); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S01 (Environment)", 197417); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S01 (Foliage)", 197414); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S01 (Lighting)", 197444); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S01 (Loot)", 197445); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S01", 197418); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S02 (Audio)", 223502); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S02 (Encounters)", 198289); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S02 (Environment)", 197424); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S02 (Foliage)", 197411); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S02 (Lighting)", 197435); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S02 (Loot)", 197436); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S02", 197401); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S03 (Environment)", 197404); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S03 (Foliage)", 197400); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S03 (Lighting)", 197429); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S03 (Loot)", 197430); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E02_S03", 197408); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S01 (Environment)", 197410); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S01 (Foliage)", 197409); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S01 (Lighting)", 197441); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S01 (Loot)", 197442); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S01", 197413); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S02 (Audio)", 223503); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S02 (Environment)", 197423); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S02 (Foliage)", 197425); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S02 (Lighting)", 197432); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S02 (Loot)", 197433); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S02", 197415); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S03 (Audio)", 230649); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S03 (Encounters)", 198284); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S03 (Environment)", 197407); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S03 (Foliage)", 197419); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S03 (Lighting)", 197426); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S03 (Loot)", 197427); DictSNOMarkerSet.Add("a4dun_spire_MainEntrance_E03_S03", 197399); DictSNOMarkerSet.Add("a4dun_spire_N_Exit_01_Diablo (Encounters)", 185195); DictSNOMarkerSet.Add("a4dun_spire_N_Exit_01_Diablo (Environment)", 185196); DictSNOMarkerSet.Add("a4dun_spire_N_Exit_01_Diablo (Foliage)", 185197); DictSNOMarkerSet.Add("a4dun_spire_N_Exit_01_Diablo (Lighting)", 185198); DictSNOMarkerSet.Add("a4dun_spire_N_Exit_01_Diablo (Loot)", 185199); DictSNOMarkerSet.Add("a4dun_spire_N_Exit_01_Diablo", 185194); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A (Audio)", 230634); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A (EliteStrike)", 410414); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A (Encounters)", 141536); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A (Lighting)", 139962); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A (Loot)", 139963); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A (TrooperAmbush)", 410413); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A", 139961); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Entrance (Audio)", 230636); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Entrance (Encounters)", 175211); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Entrance (Environment)", 162531); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Entrance (Foliage)", 162530); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Entrance (Lighting)", 162532); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Entrance (Loot)", 162533); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Entrance (TrooperAmbush)", 410412); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Entrance", 162529); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_E (Environment)", 206382); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_E (Foliage)", 206381); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_E (Lighting)", 206384); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_E (Loot)", 206385); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_E", 206383); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_N (Environment)", 165363); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_N (Foliage)", 165362); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_N (Lighting)", 165364); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_N (Loot)", 165365); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_N", 165361); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_NW (Environment)", 165436); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_NW (Foliage)", 165435); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_NW (Lighting)", 165437); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_NW (Loot)", 165438); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_NW", 165434); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_W (Environment)", 164513); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_W (Foliage)", 164512); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_W (Lighting)", 164514); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_W (Loot)", 164515); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_A_Filler_W", 164511); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B (Audio)", 230638); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B (Encounters)", 142057); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B (Lighting)", 140706); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B (Loot)", 140707); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B", 140705); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B_Entrance (Audio)", 231289); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B_Entrance (Encounters)", 175199); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B_Entrance (Environment)", 163775); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B_Entrance (Foliage)", 163774); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B_Entrance (Lighting)", 163776); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B_Entrance (Loot)", 163777); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_B_Entrance", 163773); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C (Audio)", 230076); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C (CursedChest_RadiantChapel)", 409866); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C (Encounters)", 201420); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C (Environment)", 181639); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C (Foliage)", 181638); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C (Lighting)", 181640); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C (Loot)", 181641); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C (MastaBlastaRider)", 265344); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C", 181637); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C_Entrance (Audio)", 231241); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C_Entrance (Encounters)", 209613); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C_Entrance (Environment)", 181732); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C_Entrance (Foliage)", 181731); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C_Entrance (Lighting)", 181733); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C_Entrance (Loot)", 181734); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_C_Entrance", 181730); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D (Audio)", 230078); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D (Encounters)", 201528); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D (Environment)", 180506); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D (Foliage)", 180505); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D (Lighting)", 180507); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D (Loot)", 180508); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D (MastaBlastaSteedRare)", 265345); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D (WallMonsterEvent)", 410364); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D", 180504); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D_Entrance (Audio)", 231237); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D_Entrance (Encounters)", 209614); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D_Entrance (Environment)", 181722); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D_Entrance (Foliage)", 181721); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D_Entrance (Lighting)", 181723); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D_Entrance (Loot)", 181724); DictSNOMarkerSet.Add("a4dun_spire_SigilRoom_D_Entrance", 181720); DictSNOMarkerSet.Add("a4dun_spire_S_Exit_01_Diablo (Encounters)", 185201); DictSNOMarkerSet.Add("a4dun_spire_S_Exit_01_Diablo (Environment)", 185202); DictSNOMarkerSet.Add("a4dun_spire_S_Exit_01_Diablo (Foliage)", 185203); DictSNOMarkerSet.Add("a4dun_spire_S_Exit_01_Diablo (Lighting)", 185204); DictSNOMarkerSet.Add("a4dun_spire_S_Exit_01_Diablo (Loot)", 185205); DictSNOMarkerSet.Add("a4dun_spire_S_Exit_01_Diablo", 185200); DictSNOMarkerSet.Add("a4dun_spire_W_Exit_01_Diablo (Encounters)", 185207); DictSNOMarkerSet.Add("a4dun_spire_W_Exit_01_Diablo (Environment)", 185208); DictSNOMarkerSet.Add("a4dun_spire_W_Exit_01_Diablo (Foliage)", 185209); DictSNOMarkerSet.Add("a4dun_spire_W_Exit_01_Diablo (Lighting)", 185210); DictSNOMarkerSet.Add("a4dun_spire_W_Exit_01_Diablo (Loot)", 185211); DictSNOMarkerSet.Add("a4dun_spire_W_Exit_01_Diablo", 185206); DictSNOMarkerSet.Add("a4dun_Uber_Diablo_ShadowRealm_E02_S02 (Encounters)", 365975); DictSNOMarkerSet.Add("a4dun_Uber_Diablo_ShadowRealm_E02_S02_MB313 (Encounters)", 478152); DictSNOMarkerSet.Add("a4dun_vendors_A_E01_S02 (Audio)", 216160); DictSNOMarkerSet.Add("a4_corruption_shadow_vermin", 175749); DictSNOMarkerSet.Add("A4_Gardens_FlyerDemon_VS_Trooper", 205603); DictSNOMarkerSet.Add("A4_Gardens_MorluPacks_A", 226359); DictSNOMarkerSet.Add("A4_Gardens_MorluPacks_B", 226360); DictSNOMarkerSet.Add("A4_Gardens_MorluPacks_C", 226361); DictSNOMarkerSet.Add("A4_Gardens_MorluPacks_Unique", 226362); DictSNOMarkerSet.Add("A4_Garden_Circle_x40_A", 205558); DictSNOMarkerSet.Add("A4_Garden_Circle_x50_A", 205533); DictSNOMarkerSet.Add("A4_Garden_Edge_x20_A", 205498); DictSNOMarkerSet.Add("A4_Garden_Edge_x20_B", 205499); DictSNOMarkerSet.Add("A4_Garden_Edge_x20_C", 205500); DictSNOMarkerSet.Add("A4_Spire_BigRedGeyser", 219174); DictSNOMarkerSet.Add("A4_Spire_CorruptAngelGeyser", 219179); DictSNOMarkerSet.Add("A4_Spire_Corrupt_Center_20x_A", 199519); DictSNOMarkerSet.Add("A4_Spire_Corrupt_Center_20x_B", 199520); DictSNOMarkerSet.Add("A4_Spire_Corrupt_Center_20x_C", 199523); DictSNOMarkerSet.Add("A4_Spire_Corrupt_Center_20x_D", 199521); DictSNOMarkerSet.Add("A4_Spire_Corrupt_Center_30x_A", 199522); DictSNOMarkerSet.Add("A4_Spire_Corrupt_Center_30x_B", 199525); DictSNOMarkerSet.Add("A4_Spire_Corrupt_Center_30x_C", 199526); DictSNOMarkerSet.Add("A4_Spire_Corrupt_Center_30x_D", 199527); DictSNOMarkerSet.Add("A4_Spire_HellFissure", 218977); DictSNOMarkerSet.Add("A4_Spire_ShadowGeyser", 219027); DictSNOMarkerSet.Add("Adventure_a1Dun_Jail_GhostPrisoner", 219272); DictSNOMarkerSet.Add("Adventure_a1Dun_Jail_NoGhostPrisoner", 112772); DictSNOMarkerSet.Add("adventure_fallen_summon_1kpounder", 157090); DictSNOMarkerSet.Add("AlcarnusCultistRoadAmbush", 95963); DictSNOMarkerSet.Add("BattleNet_Act2Screen (Environment)", 191371); DictSNOMarkerSet.Add("BattleNet_Act2Screen (Foliage)", 191370); DictSNOMarkerSet.Add("BattleNet_Act2Screen (Lighting)", 191372); DictSNOMarkerSet.Add("BattleNet_Act2Screen (Loot)", 191373); DictSNOMarkerSet.Add("BattleNet_Act2Screen (Particles)", 225731); DictSNOMarkerSet.Add("BattleNet_Act2Screen", 191369); DictSNOMarkerSet.Add("BattleNet_Act3Screen (Environment)", 191474); DictSNOMarkerSet.Add("BattleNet_Act3Screen (Foliage)", 191473); DictSNOMarkerSet.Add("BattleNet_Act3Screen (Lighting)", 191475); DictSNOMarkerSet.Add("BattleNet_Act3Screen (Loot)", 191476); DictSNOMarkerSet.Add("BattleNet_Act3Screen", 191472); DictSNOMarkerSet.Add("BattleNet_Act4Screen (Environment)", 191485); DictSNOMarkerSet.Add("BattleNet_Act4Screen (Foliage)", 191484); DictSNOMarkerSet.Add("BattleNet_Act4Screen (Lighting)", 191486); DictSNOMarkerSet.Add("BattleNet_Act4Screen (Loot)", 191487); DictSNOMarkerSet.Add("BattleNet_Act4Screen", 191483); DictSNOMarkerSet.Add("BattleNet_Act5Screen (Environment)", 288100); DictSNOMarkerSet.Add("BattleNet_Act5Screen (Foliage)", 288099); DictSNOMarkerSet.Add("BattleNet_Act5Screen (Lighting)", 288101); DictSNOMarkerSet.Add("BattleNet_Act5Screen (Loot)", 288102); DictSNOMarkerSet.Add("BattleNet_Act5Screen", 288098); DictSNOMarkerSet.Add("BattleNet_PVPScreen (Environment)", 194278); DictSNOMarkerSet.Add("BattleNet_PVPScreen (Foliage)", 194277); DictSNOMarkerSet.Add("BattleNet_PVPScreen (Lighting)", 194279); DictSNOMarkerSet.Add("BattleNet_PVPScreen (Loot)", 194280); DictSNOMarkerSet.Add("BattleNet_PVPScreen", 194276); DictSNOMarkerSet.Add("CainIntro_StrikeTeam_Prototype_A (Actors)", 78566); DictSNOMarkerSet.Add("CainIntro_StrikeTeam_Prototype_A (Encounters)", 78776); DictSNOMarkerSet.Add("CainIntro_StrikeTeam_Prototype_A (Lighting)", 78570); DictSNOMarkerSet.Add("CainIntro_StrikeTeam_Prototype_A (Special Markers)", 78571); DictSNOMarkerSet.Add("CainIntro_StrikeTeam_Prototype_A", 78565); DictSNOMarkerSet.Add("caOut_Arena_Alcarnus (Encounters)", 195225); DictSNOMarkerSet.Add("caOut_Arena_Alcarnus (Environment)", 195195); DictSNOMarkerSet.Add("caOut_Arena_Alcarnus (Foliage)", 195194); DictSNOMarkerSet.Add("caOut_Arena_Alcarnus (Lighting)", 195197); DictSNOMarkerSet.Add("caOut_Arena_Alcarnus (Loot)", 195198); DictSNOMarkerSet.Add("caOut_Arena_Alcarnus", 195196); DictSNOMarkerSet.Add("caOut_BelialFight (Audio)", 218496); DictSNOMarkerSet.Add("caOut_BelialFight (Effects)", 76666); DictSNOMarkerSet.Add("caOut_BelialFight (Encounters)", 60770); DictSNOMarkerSet.Add("caOut_BelialFight (Environment)", 76656); DictSNOMarkerSet.Add("caOut_BelialFight (Foliage)", 76653); DictSNOMarkerSet.Add("caOut_BelialFight (Lighting)", 93652); DictSNOMarkerSet.Add("caOut_BelialFight", 60769); DictSNOMarkerSet.Add("caOut_BelialIntro (Encounters)", 81713); DictSNOMarkerSet.Add("caOut_Boneyard (World)", 54746); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_01 (Audio)", 220597); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_01 (Encounters)", 60663); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_01 (Environment)", 59170); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_01 (Lighting)", 196998); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_01 (Loot)", 62867); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_01 (SteamCracks)", 177740); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_01", 51391); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_02 (Audio)", 185361); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_02 (Encounters)", 57725); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_02 (Environment)", 54302); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_02 (Loot)", 62863); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_02 (Particles)", 58769); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_02 (SteamCracks)", 179257); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_E_02", 51392); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_03 (Audio)", 220599); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_03 (Encounters)", 189240); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_03 (Environment)", 54336); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_03 (Lighting)", 197000); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_03 (Loot)", 62869); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_03", 52754); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_04 (Audio)", 220600); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_04 (Encounters)", 61504); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_04 (Environment)", 59179); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_04 (FX)", 196439); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_04 (Loot)", 62870); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_04 (Special Markers)", 55604); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_04 (SteamCracks)", 179466); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NE_04", 52755); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NW_04 (Audio)", 220628); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NW_04 (Encounters)", 185474); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NW_04 (Environment)", 54411); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NW_04 (Lighting)", 197001); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NW_04 (Loot)", 62845); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NW_04 (Special Markers)", 55605); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NW_04 (SteamCracks)", 179480); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_NW_04", 52757); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_N_02 (Audio)", 220601); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_N_02 (Encounters)", 185471); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_N_02 (Environment)", 58593); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_N_02 (Loot)", 62885); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_N_02 (Particles)", 58883); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_N_02 (Special Markers)", 55601); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_N_02 (SteamCracks)", 179324); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_N_02", 52758); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SE_04 (Audio)", 220629); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SE_04 (Encounters)", 185476); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SE_04 (Environment)", 58981); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SE_04 (Lighting)", 196502); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SE_04 (Loot)", 62934); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SE_04 (SteamCracks)", 179734); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SE_04", 52761); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_03 (Audio)", 220626); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_03 (Encounters)", 60831); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_03 (Environment)", 54278); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_03 (Lighting)", 196997); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_03 (Loot)", 62840); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_03", 52762); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_04 (Audio)", 220627); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_04 (Encounters)", 185477); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_04 (Environment)", 59699); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_04 (Loot)", 62929); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_04 (Special Markers)", 55606); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_04 (SteamCracks)", 179807); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_SW_04", 52763); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_02 (Audio)", 220623); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_02 (Encounters)", 189238); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_02 (Environment)", 54177); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_02 (Loot)", 62936); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_02 (Weaponsmith)", 161784); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_02 Lighting)", 196992); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_02", 52764); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_03 (Audio)", 220624); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_03 (Encounters)", 197674); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_03 (Environment)", 197669); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_03 (Foliage)", 197668); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_03 (Lighting)", 197671); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_03 (Loot)", 197672); DictSNOMarkerSet.Add("caOut_Boneyard_Edge_W_03", 197670); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S01 (Environment)", 155440); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S01 (Foliage)", 155441); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S01 (Lighting)", 155460); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S01 (Loot)", 155461); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S01 (Particles)", 210362); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S01", 155447); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S02 (Encounters)", 214870); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S02 (Environment)", 155439); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S02 (Foliage)", 155446); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S02 (Lighting)", 155454); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S02 (Loot)", 155455); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S02 (Particles)", 210266); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E01_S02", 155448); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S01 (Audio)", 220602); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S01 (Environment)", 155450); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S01 (Foliage)", 155449); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S01 (Lighting)", 155451); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S01 (Loot)", 155452); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S01 (Set Dungeons)", 447203); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S01", 155442); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S02 (Audio)", 220603); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S02 (Encounters)", 155711); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S02 (Environment)", 155444); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S02 (Foliage)", 155443); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S02 (Lighting)", 155457); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S02 (Loot)", 155458); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S02 (Minimap Pings)", 212733); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_E02_S02", 155445); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S01 (Environment)", 180110); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S01 (Foliage)", 180109); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S01 (Lighting)", 180117); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S01 (Loot)", 180118); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S01", 180113); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S02 (Environment)", 180108); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S02 (Foliage)", 180111); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S02 (Lighting)", 180114); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S02 (Loot)", 180115); DictSNOMarkerSet.Add("caOut_Boneyard_ExitA_W01_S02", 180112); DictSNOMarkerSet.Add("caOut_Boneyard_Filler (Environment)", 378248); DictSNOMarkerSet.Add("caOut_Boneyard_Filler (Foliage)", 378247); DictSNOMarkerSet.Add("caOut_Boneyard_Filler (Lighting)", 378250); DictSNOMarkerSet.Add("caOut_Boneyard_Filler (Loot)", 378251); DictSNOMarkerSet.Add("caOut_Boneyard_Filler", 378249); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_AntLionsDen_01 (Audio)", 220635); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_AntLionsDen_01 (Encounters)", 54699); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_AntLionsDen_01 (Environment)", 53588); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_AntLionsDen_01 (Loot)", 122504); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_AntLionsDen_01 (Portal Roulette)", 130316); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_AntLionsDen_01", 53586); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_AntLionsDen_01_Dungeonstone (Encounters)", 360616); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_AntLionsDen_01_LootRun (Encounters)", 360613); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_FieldOfBones_01 (Encounters)", 189236); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_FieldOfBones_01 (Loot)", 122559); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_FieldOfBones_01 (SteamCracks)", 178087); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_FieldOfBones_01", 54309); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_POIs (Special Markers)", 54544); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_POIs", 54542); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_sandSpout_Single (SandSpout)", 54906); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SandSpout_Single_01 (Encounters)", 185613); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SandSpout_Single_01 (Environment)", 54317); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SandSpout_Single_01 (Loot)", 122502); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SandSpout_Single_01", 54315); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SkullSpawner_01 (Audio)", 220633); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SkullSpawner_01 (Encounters)", 54493); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SkullSpawner_01 (Environment)", 54491); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SkullSpawner_01 (Loot)", 166651); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SkullSpawner_01 (SteamCracks)", 178347); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SkullSpawner_01", 53600); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SnakeBones_01 (Encounters)", 52995); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SnakeBones_01 (Environment)", 53611); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SnakeBones_01 (Loot)", 122523); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SnakeBones_01 (SteamCracks)", 178468); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_SnakeBones_01", 53609); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_TarPits_01 (Encounters)", 185614); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_TarPits_01 (Lighting)", 197002); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_TarPits_01 (Loot)", 115154); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_TarPits_01 (SteamCracks)", 178473); DictSNOMarkerSet.Add("caOut_Boneyard_Sub240_TarPits_01", 54321); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_02 (Encounters)", 61384); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_02 (Loot)", 122503); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_02 (Nine Toads)", 218168); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_02", 54510); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_03 (Encounters)", 212556); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_03 (Interactives)", 122663); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_03 (Loot)", 122562); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_03 Lighting)", 197011); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_03", 54524); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_04 (Loot)", 62895); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_04", 54750); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_05 (Encounters)", 189237); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_05 (Loot)", 153766); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_05 (Wormsign)", 112753); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_05", 54763); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_06 (Corpse Hives)", 219209); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_06 (FastMummy)", 55596); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_06", 54771); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_07 (Encounters)", 212558); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_07 (Lighting)", 197010); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_07 (Loot)", 122510); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_07", 54604); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_08 (Dervish Devil)", 132960); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_08 (Encounters)", 189239); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_08 (Loot)", 122505); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_08", 54591); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_09 (Encounters)", 212569); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_09 (Lighting)", 197009); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_09 (Loot)", 122556); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_09", 54585); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_10 (FastMummy)", 55598); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Bones_10", 54549); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_GenericCaveEntrance_01 (Encounters)", 132662); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_GenericCaveEntrance_01 (Environment)", 132658); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_GenericCaveEntrance_01 (Foliage)", 132657); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_GenericCaveEntrance_01 (Lighting)", 132659); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_GenericCaveEntrance_01 (Loot)", 132660); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_GenericCaveEntrance_01", 132656); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_SpiderCaveEntrance_01 (Encounters)", 55665); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_SpiderCaveEntrance_01 (Environment)", 54760); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_SpiderCaveEntrance_01 (Particles)", 199223); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_SpiderCaveEntrance_01", 54713); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Waypoint (Encounters)", 143416); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Waypoint (Environment)", 143402); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Waypoint (Foliage)", 143401); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Waypoint (Lighting)", 143403); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Waypoint (Loot)", 143404); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_Waypoint", 143400); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_WormCaveEntrance_01 (Encounters)", 54958); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_WormCaveEntrance_01 (Environment)", 62123); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_WormCaveEntrance_01", 54717); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_ZKDungeonEntrance_02 (Encounters)", 164497); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_ZKDungeonEntrance_02 (Environment)", 141256); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_ZKDungeonEntrance_02 (Foliage)", 141255); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_ZKDungeonEntrance_02 (Lighting)", 141258); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_ZKDungeonEntrance_02 (Loot)", 141259); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_ZKDungeonEntrance_02 (ZK Blood 2)", 141295); DictSNOMarkerSet.Add("caOut_Boneyard_Sub80_ZKDungeonEntrance_02", 141257); DictSNOMarkerSet.Add("caOut_Hub_Inn (Audio)", 174709); DictSNOMarkerSet.Add("caOut_Hub_Inn (Encounters)", 174593); DictSNOMarkerSet.Add("caOut_Hub_Inn (Environment)", 174525); DictSNOMarkerSet.Add("caOut_Hub_Inn (Foliage)", 174524); DictSNOMarkerSet.Add("caOut_Hub_Inn (Lighting)", 174527); DictSNOMarkerSet.Add("caOut_Hub_Inn (Loot)", 174528); DictSNOMarkerSet.Add("caOut_Hub_Inn (Particles)", 178496); DictSNOMarkerSet.Add("caOut_Hub_Inn", 174526); DictSNOMarkerSet.Add("caOut_Interior_B_x01_y01 (CultistCave)", 140932); DictSNOMarkerSet.Add("caOut_Interior_B_x01_y01 (Encounters)", 185386); DictSNOMarkerSet.Add("caOut_Interior_B_x01_y01 (Environment)", 21728); DictSNOMarkerSet.Add("caOut_Interior_B_x01_y01 (Lights)", 121234); DictSNOMarkerSet.Add("caOut_Interior_B_x01_y01 (Special Markers)", 1293); DictSNOMarkerSet.Add("caOut_Interior_B_x01_y01 (Swarms)", 208814); DictSNOMarkerSet.Add("caOut_Interior_B_x01_y01", 21729); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (Dog Bite Cellar)", 144229); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (Encounters)", 123117); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (Environment)", 21730); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (Gore)", 158807); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (Imprisioned)", 162223); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (Khamsin)", 60431); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (Lighting)", 158553); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (Special Markers)", 51404); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (Swarm)", 208821); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01 (World)", 60888); DictSNOMarkerSet.Add("caOut_Interior_C_x01_y01", 51405); DictSNOMarkerSet.Add("caOut_Interior_D_x01_y01 (Encounters)", 89915); DictSNOMarkerSet.Add("caOut_Interior_D_x01_y01 (Environment)", 2854); DictSNOMarkerSet.Add("caOut_Interior_D_x01_y01 (Lighting)", 158554); DictSNOMarkerSet.Add("caOut_Interior_D_x01_y01 (Particles)", 161013); DictSNOMarkerSet.Add("caOut_Interior_D_x01_y01 (Special Markers)", 51406); DictSNOMarkerSet.Add("caOut_Interior_D_x01_y01 (Swarm)", 208822); DictSNOMarkerSet.Add("caOut_Interior_D_x01_y01 (VesselConversion)", 161564); DictSNOMarkerSet.Add("caOut_Interior_D_x01_y01 (WestRitual)", 161563); DictSNOMarkerSet.Add("caOut_Interior_D_x01_y01", 51407); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01 (EastRitual)", 162180); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01 (Encounters)", 86103); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01 (Environment)", 51411); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01 (Lighting)", 158556); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01 (Loot)", 173264); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01 (Particles)", 162128); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01 (Pile-O-Bodies)", 162181); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01 (Special Markers)", 51412); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01 (Swarm)", 208893); DictSNOMarkerSet.Add("caOut_Interior_F_x01_y01", 51413); DictSNOMarkerSet.Add("caOut_Interior_G_x01_y01 (Encounters)", 122542); DictSNOMarkerSet.Add("caOut_Interior_G_x01_y01 (Environment)", 52900); DictSNOMarkerSet.Add("caOut_Interior_G_x01_y01 (Lighting)", 158557); DictSNOMarkerSet.Add("caOut_Interior_G_x01_y01 (Loot)", 193041); DictSNOMarkerSet.Add("caOut_Interior_G_x01_y01 (Special Markers)", 52901); DictSNOMarkerSet.Add("caOut_Interior_G_x01_y01 (Swarm)", 208902); DictSNOMarkerSet.Add("caOut_Interior_H_HoneyRoom (Encounters)", 193146); DictSNOMarkerSet.Add("caOut_Interior_H_HoneyRoom (Environment)", 165459); DictSNOMarkerSet.Add("caOut_Interior_H_HoneyRoom (Foliage)", 165458); DictSNOMarkerSet.Add("caOut_Interior_H_HoneyRoom (Honey Room)", 165527); DictSNOMarkerSet.Add("caOut_Interior_H_HoneyRoom (Lighting)", 165460); DictSNOMarkerSet.Add("caOut_Interior_H_HoneyRoom (Loot)", 165461); DictSNOMarkerSet.Add("caOut_Interior_H_HoneyRoom (Swarm)", 208914); DictSNOMarkerSet.Add("caOut_Interior_H_HoneyRoom", 165457); DictSNOMarkerSet.Add("caOut_Interior_H_Rockworm (Encounters)", 193147); DictSNOMarkerSet.Add("caOut_Interior_H_Rockworm (Environment)", 159540); DictSNOMarkerSet.Add("caOut_Interior_H_Rockworm (Foliage)", 159539); DictSNOMarkerSet.Add("caOut_Interior_H_Rockworm (Lighting)", 159542); DictSNOMarkerSet.Add("caOut_Interior_H_Rockworm (Loot)", 159543); DictSNOMarkerSet.Add("caOut_Interior_H_Rockworm (RockWormEvent)", 159557); DictSNOMarkerSet.Add("caOut_Interior_H_Rockworm (Swarm)", 208933); DictSNOMarkerSet.Add("caOut_Interior_H_Rockworm", 159541); DictSNOMarkerSet.Add("caOut_Interior_I (Encounters)", 136378); DictSNOMarkerSet.Add("caOut_Interior_I (Environment)", 136373); DictSNOMarkerSet.Add("caOut_Interior_I (Foliage)", 136372); DictSNOMarkerSet.Add("caOut_Interior_I (Kid Vendor Cellar)", 144150); DictSNOMarkerSet.Add("caOut_Interior_I (Lighting)", 136374); DictSNOMarkerSet.Add("caOut_Interior_I (Loot)", 136375); DictSNOMarkerSet.Add("caOut_Interior_I (PriceOfMercy)", 195818); DictSNOMarkerSet.Add("caOut_Interior_I (Swarm)", 208940); DictSNOMarkerSet.Add("caOut_Interior_I", 136371); DictSNOMarkerSet.Add("caOut_Interior_I_CorpseEater (Corpse Eater Event)", 184906); DictSNOMarkerSet.Add("caOut_Interior_I_CorpseEater (Encounters)", 192953); DictSNOMarkerSet.Add("caOut_Interior_I_CorpseEater (Environment)", 180490); DictSNOMarkerSet.Add("caOut_Interior_I_CorpseEater (Foliage)", 180489); DictSNOMarkerSet.Add("caOut_Interior_I_CorpseEater (Lighting)", 180492); DictSNOMarkerSet.Add("caOut_Interior_I_CorpseEater (Loot)", 180493); DictSNOMarkerSet.Add("caOut_Interior_I_CorpseEater (Particles)", 180730); DictSNOMarkerSet.Add("caOut_Interior_I_CorpseEater (Swarm)", 208945); DictSNOMarkerSet.Add("caOut_Interior_I_CorpseEater", 180491); DictSNOMarkerSet.Add("caOut_Mine_Abandoned_CellarA (Encounters)", 120941); DictSNOMarkerSet.Add("caOut_Mine_Abandoned_CellarA (Environment)", 72686); DictSNOMarkerSet.Add("caOut_Mine_Abandoned_CellarA (Lighting)", 121278); DictSNOMarkerSet.Add("caOut_Mine_Abandoned_CellarA (Special Markers)", 21732); DictSNOMarkerSet.Add("caOut_Mine_Abandoned_CellarA", 72684); DictSNOMarkerSet.Add("caOut_Oasis_AqueductEntranceA (Audio)", 198235); DictSNOMarkerSet.Add("caOut_Oasis_AqueductEntranceA (Encounters)", 58442); DictSNOMarkerSet.Add("caOut_Oasis_AqueductEntranceA (Environment)", 62786); DictSNOMarkerSet.Add("caOut_Oasis_AqueductEntranceA (Foliage)", 62788); DictSNOMarkerSet.Add("caOut_Oasis_AqueductEntranceA (Lighting)", 148902); DictSNOMarkerSet.Add("caOut_Oasis_AqueductEntranceA (Particles)", 148571); DictSNOMarkerSet.Add("caOut_Oasis_AqueductEntranceA", 57507); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (A2C3)", 58611); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (Audio)", 197358); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (Encounters)", 63683); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (Environment)", 61637); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (Foliage)", 61638); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (Interactives)", 63284); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (Lighting)", 76840); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (Loot)", 116966); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (Particles)", 149374); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA (Special Markers)", 57578); DictSNOMarkerSet.Add("caOut_Oasis_AqueductExitA", 57576); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_A (Caldeum Curios)", 169476); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_A (Encounters)", 136924); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_A (Environment)", 129964); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_A (Foliage)", 129963); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_A (Lighting)", 129965); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_A (Loot)", 129966); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_A (Particles)", 131225); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_A (Swarm)", 200669); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_A", 129962); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_B (Audio)", 198208); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_B (Encounters)", 136928); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_B (Environment)", 130068); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_B (Foliage)", 130067); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_B (Lighting)", 130069); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_B (Loot)", 130070); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_B (Particles)", 131884); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_B (Swarm)", 200703); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_B", 130066); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_C (Encounters)", 134828); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_C (Environment)", 131876); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_C (Foliage)", 131875); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_C (Lighting)", 131877); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_C (Loot)", 131878); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_C (Swarm)", 200720); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_C (Zakarwa Merchant)", 134824); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_C", 131874); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_D (Encounters)", 134986); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_D (Environment)", 132566); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_D (Foliage)", 132565); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_D (Lighting)", 132567); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_D (Loot)", 132568); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_D (Refugee Cellar)", 134833); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_D (Swarm)", 200722); DictSNOMarkerSet.Add("caOut_Oasis_Cellar_D", 132564); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01 (Audio)", 197509); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01 (Encounters)", 185634); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01 (Environment)", 59211); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01 (Foliage)", 59212); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01 (Interactives)", 63273); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01 (Lighting)", 145137); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01 (Loot)", 63115); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01 (Particles)", 132697); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01 (Special Markers)", 59824); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_01", 52902); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_02 (Environment)", 196963); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_02 (Foliage)", 196962); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_02 (Interactives)", 197265); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_02 (Lighting)", 196965); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_02 (Loot)", 196966); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_02 (Particles)", 197268); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_02 (ShenAdventure2)", 403786); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_02 (Special Markers)", 199704); DictSNOMarkerSet.Add("caOut_Oasis_Edge_E_02", 196964); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01 (Audio)", 197463); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01 (Encounters)", 61150); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01 (Environment)", 59233); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01 (Foliage)", 59234); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01 (Interactives)", 63272); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01 (Lighting)", 135740); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01 (Loot)", 63120); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01 (Particles)", 145818); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01", 53694); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_01_Dungeonstone (Encounters)", 409798); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (Audio)", 197510); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (Encounters)", 185627); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (Environment)", 59995); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (Foliage)", 59996); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (Interactives)", 63262); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (Lighting)", 155217); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (Loot)", 63119); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (NoRandomCellar)", 136870); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (Particles)", 138759); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (RandomCellar)", 136869); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02 (Special Markers)", 59675); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NE_02", 53758); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (Audio)", 197469); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (Encounters)", 185631); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (Environment)", 60173); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (Foliage)", 60174); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (Interactives)", 63270); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (Lighting)", 177998); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (Loot)", 63100); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (Particles)", 136527); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (ShenAdventure2)", 403751); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01 (Special Markers)", 59124); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01", 53717); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_01_Dungeonstone (Encounters)", 409799); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (Audio)", 218652); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (Encounters)", 104765); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (Environment)", 60217); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (Foliage)", 60218); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (Interactives)", 63263); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (Lighting)", 177991); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (lights)", 142465); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (Loot)", 63113); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (Particles)", 142365); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02 (Special Markers)", 59681); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_02", 53770); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (Audio)", 198082); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (Bug Patch)", 428461); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (Encounters)", 185633); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (Environment)", 60834); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (Foliage)", 60835); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (Interactives)", 63268); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (Lighting)", 77075); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (Loot)", 63101); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (particles)", 148190); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03 (Special Markers)", 59679); DictSNOMarkerSet.Add("caOut_Oasis_Edge_NW_03", 58115); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Audio)", 218650); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Bug Patch)", 428462); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Encounters)", 80077); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Environment)", 60593); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Foliage)", 60594); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Interactives)", 63271); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Lighting)", 137971); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Loot)", 63132); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (NoRandomCellar)", 136875); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Particles)", 137973); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (RandomCellar)", 136874); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02 (Special Markers)", 62981); DictSNOMarkerSet.Add("caOut_Oasis_Edge_N_02", 57979); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01 (Audio)", 197508); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01 (Encounters)", 185626); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01 (Environment)", 59250); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01 (Foliage)", 59251); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01 (Interactives)", 63283); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01 (Lighting)", 177577); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01 (Loot)", 63116); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01 (Map Vendor)", 162160); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01 (Particles)", 141053); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B (Audio)", 197518); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B (Encounters)", 187859); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B (Environment)", 187860); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B (Foliage)", 187861); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B (Interactives)", 187862); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B (Lighting)", 187863); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B (Loot)", 187866); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B (Particles)", 187867); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B", 187858); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_01B_Dungeonstone (Encounters)", 409800); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_02 (Audio)", 197513); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_02 (Encounters)", 185636); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_02 (Environment)", 60237); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_02 (Foliage)", 60238); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_02 (Interactives)", 63260); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_02 (Loot)", 63117); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_02 (Particles)", 141823); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SE_02", 53779); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01 (Audio)", 218642); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01 (Encounters)", 189200); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01 (Environment)", 61400); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01 (Foliage)", 61399); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01 (Interactives)", 63281); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01 (Loot)", 63091); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01 (Particles)", 142475); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01 (ShenAdventure2)", 403827); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01", 53714); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01_AO_1 (Audio)", 218607); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01_AO_1 (Set Dungeons)", 447167); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_01_Dungeonstone (Encounters)", 409801); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (Audio)", 197507); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (Encounters)", 80076); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (Environment)", 61132); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (Foliage)", 61133); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (Interactives)", 63259); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (Loot)", 63092); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (NoRandomCellar)", 136868); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (Particles)", 142965); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (RandomCellar)", 136867); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02 (Special Markers)", 59674); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_02", 53740); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Audio)", 198081); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Chests)", 114669); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Encounters)", 185635); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Environment)", 114661); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Foliage)", 114660); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Interactives)", 114670); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Lighting)", 114663); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Loot)", 114664); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (NoRandomCellar)", 144102); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Particles)", 139778); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (RandonCellar)", 144097); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04 (Special Markers)", 114667); DictSNOMarkerSet.Add("caOut_Oasis_Edge_SW_04", 114662); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01 (Audio)", 218612); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01 (Encounters)", 185628); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01 (Environment)", 58997); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01 (Foliage)", 58998); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01 (Interactives)", 63265); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01 (Lighting)", 198415); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01 (Loot)", 63032); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01 (Particles)", 140054); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01 (Special Markers)", 59673); DictSNOMarkerSet.Add("caOut_Oasis_Edge_S_01", 53710); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (Audio)", 197498); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (Encounters)", 185630); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (Environment)", 54747); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (Foliage)", 60128); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (Interactives)", 63275); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (lights)", 144399); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (Loot)", 63099); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (particles)", 144309); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (ShenAdventure2)", 403750); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (Special Markers)", 59833); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01 (Swarm)", 87254); DictSNOMarkerSet.Add("caOut_Oasis_Edge_W_01", 53722); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S01 (Audio)", 220580); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S01 (Encounters)", 123184); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S01 (Environment)", 115593); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S01 (Foliage)", 115592); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S01 (Lighting)", 115599); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S01 (Loot)", 115600); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S01", 115586); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S02 (Encounters)", 123186); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S02 (Environment)", 115595); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S02 (Foliage)", 115591); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S02 (Lighting)", 115602); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S02 (Loot)", 115603); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S02", 115584); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S03 (Audio)", 220534); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S03 (Encounters)", 136756); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S03 (Environment)", 136745); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S03 (Foliage)", 136749); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S03 (Lighting)", 136753); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S03 (Loot)", 136754); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E01_S03", 136744); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S01 (Audio)", 220581); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S01 (Encounters)", 189235); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S01 (Environment)", 115589); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S01 (Foliage)", 115594); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S01 (Lighting)", 115596); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S01 (Loot)", 115597); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S01", 115590); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S02 (Environment)", 115587); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S02 (Foliage)", 115585); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S02 (Lighting)", 115605); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S02 (Loot)", 115606); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S02", 115588); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S03 (Environment)", 136747); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S03 (Foliage)", 136746); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S03 (Lighting)", 136750); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S03 (Loot)", 136751); DictSNOMarkerSet.Add("caOut_Oasis_ExitA_E02_S03", 136748); DictSNOMarkerSet.Add("caOut_Oasis_Exit_NE_01 (Encounters)", 427186); DictSNOMarkerSet.Add("caOut_Oasis_Exit_NW_01 (Audio)", 427187); DictSNOMarkerSet.Add("caOut_Oasis_Exit_NW_01 (Encounters)", 427188); DictSNOMarkerSet.Add("caOut_Oasis_Exit_SW_01 (Encounters)", 427190); DictSNOMarkerSet.Add("caOut_Oasis_Filler_01 (Lighting)", 409774); DictSNOMarkerSet.Add("caOut_Oasis_Filler_01 (Loot)", 409775); DictSNOMarkerSet.Add("caOut_Oasis_Filler_01", 409773); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Cenote_Prisoners (Encounters)", 103320); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Cenote_Prisoners (Environment)", 69935); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Cenote_Prisoners (Foliage)", 69936); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Cenote_Prisoners (Interactives)", 113818); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Cenote_Prisoners (lighting)", 149881); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Cenote_Prisoners (Loot)", 116960); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Cenote_Prisoners (particles)", 149877); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Cenote_Prisoners (Zakarwa Prisoners A)", 107765); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Cenote_Prisoners", 68268); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Audio)", 226512); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Chest Ambush 2)", 220241); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Chest Ambush 3)", 220242); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Chest Ambush)", 212685); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Encounters)", 106010); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Environment)", 73479); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Foliage)", 73480); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Interactives)", 121117); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Lighting)", 149825); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (Loot)", 212686); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools (particles)", 149818); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_LunaticPools", 72759); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_POI (Audio)", 198108); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_POI (Special Markers)", 59749); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_POI", 58596); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Audio)", 218618); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Effects)", 74199); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Encounters)", 98224); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Environment)", 69351); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Foliage)", 69352); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Interactives)", 121118); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Lighting)", 150376); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Loot)", 432880); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Particles)", 150375); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine (Raakinishu Event)", 109503); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_RakanishuShrine", 68263); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_WaterPuzzle (Audio)", 218904); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_WaterPuzzle (Encounters)", 113527); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_WaterPuzzle (Environment)", 71518); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_WaterPuzzle (Foliage)", 71519); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_WaterPuzzle (Lights)", 72255); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_WaterPuzzle (Loot)", 116969); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_WaterPuzzle (Particles)", 152132); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_WaterPuzzle", 70870); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money (Audio)", 198095); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money (Blinky)", 140411); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money (Encounters)", 103297); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money (Environment)", 71311); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money (Foliage)", 71312); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money (Interactives)", 73149); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money (Lighting)", 150923); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money (Loot)", 116965); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money (Particles)", 151533); DictSNOMarkerSet.Add("caOut_Oasis_Sub240_Water_Money", 71309); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote (Audio)", 218626); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote (Environment)", 74180); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote (Foliage)", 74179); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote (Interactives)", 121120); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote (Particles)", 153202); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote (SwarmWave)", 114430); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote", 74181); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote_DungeonEntranceA (Encounters)", 140434); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote_DungeonEntranceA (Environment)", 71786); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote_DungeonEntranceA (Foliage)", 71787); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Cenote_DungeonEntranceA", 68274); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonCavesA (Cave1)", 59791); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonCavesA (Cave2)", 59795); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonCavesA (Environment)", 57680); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonCavesA (Foliage)", 61534); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonCavesA (Interactives)", 121121); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonCavesA (Lights)", 75224); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonCavesA", 57678); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonZKRandomB (Encounters)", 57674); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonZKRandomB (Environment)", 57673); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonZKRandomB (Foliage)", 61082); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonZKRandomB (Loot)", 116962); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_DungeonZKRandomB", 57671); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHut (Environment)", 69481); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHut (Foliage)", 69480); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHut (Interactives)", 113822); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHut (Prisoner Ambush)", 108418); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHut", 69478); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHutCellar (Closed Cellar)", 135304); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHutCellar (Encounters)", 135302); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHutCellar (Environment)", 69442); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHutCellar (Foliage)", 69441); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHutCellar (Interactives)", 113823); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHutCellar (Oasis Cellars A)", 110817); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericHutCellar", 69439); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericTerrainA (Encounters)", 189241); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericTerrainA (Environment)", 115413); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericTerrainA (Foliage)", 115412); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericTerrainA (Lighting)", 115415); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericTerrainA (Loot)", 115416); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_GenericTerrainA", 115414); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_LunaticPool (Encounters)", 135625); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_LunaticPool (Lighting)", 152569); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_LunaticPool (Particles)", 152566); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_LunaticPool", 72850); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Pool_01 (Encounters)", 189242); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Pool_01 (Environment)", 113507); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Pool_01 (Foliage)", 113506); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Pool_01 (Lacuni Ambush)", 115122); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Pool_01 (Lighting)", 113509); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Pool_01 (Loot)", 113510); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Pool_01 (SkeletonAmbush)", 113513); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Pool_01", 113508); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Water_Eel (Encounters)", 105653); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Water_Eel (Environment)", 74446); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Water_Eel (Foliage)", 74445); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Water_Eel", 74447); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Waypoint (Encounters)", 143196); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Waypoint (Environment)", 143178); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Waypoint (Foliage)", 143177); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Waypoint (Lighting)", 143179); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Waypoint (Loot)", 143180); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_Waypoint", 143176); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_ZakarwaHut (Closed Cellar)", 135305); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_ZakarwaHut (Encounters)", 62664); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_ZakarwaHut (Environment)", 61831); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_ZakarwaHut (Foliage)", 61832); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_ZakarwaHut (Zakarwa Merchant)", 112896); DictSNOMarkerSet.Add("caOut_Oasis_Sub80_ZakarwaHut", 61827); DictSNOMarkerSet.Add("caOut_RefugeeCamp(World)", 187955); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S01 (Audio)", 184691); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S01 (Encounters)", 162694); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S01 (Environment)", 161494); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S01 (Foliage)", 161495); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S01 (Lighting)", 161514); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S01 (Loot)", 161515); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S01", 161501); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Audio)", 184692); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Book of Cain)", 379858); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Encounters)", 162752); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Environment)", 161493); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Equipment Manager)", 456074); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Foliage)", 161500); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Lighting)", 161508); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Loot)", 161509); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Mailbox)", 397088); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02 (Stash)", 185547); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S02", 161502); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S03 (Environment)", 185537); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S03 (Foliage)", 185536); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S03 (Lighting)", 185540); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S03 (Loot)", 185541); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E01_S03", 185539); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S01 (Audio)", 196465); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S01 (Encounters)", 163383); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S01 (Environment)", 161504); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S01 (Foliage)", 161503); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S01 (Lighting)", 161505); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S01 (Loot)", 161506); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S01", 161496); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02 (Audio)", 218416); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02 (Challenge Rift Reward)", 471310); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02 (Encounters)", 162556); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02 (Environment)", 161498); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02 (Foliage)", 161497); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02 (Lighting)", 161511); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02 (Loot)", 161512); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02 (Stash)", 163780); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02 (Wardrobe)", 435363); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S02", 161499); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S03 (Audio)", 196471); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S03 (Encounters)", 187726); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S03 (Environment)", 185534); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S03 (Foliage)", 185533); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S03 (Lighting)", 185543); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S03 (Loot)", 185544); DictSNOMarkerSet.Add("caOut_RefugeeCamp_E02_S03", 185535); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S07 (Encounters)", 21125); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S07 (Environment)", 21126); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S07 (Foliage)", 21127); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S07 (Interactives)", 113760); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S07 (Lighting)", 148286); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S07 (Loot)", 122035); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S07", 21128); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S08 (Environment)", 21129); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S08 (Foliage)", 21130); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S08", 21131); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S09 (Environment)", 21132); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S09 (Foliage)", 21133); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S09", 21134); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S10 (Encounters)", 21135); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S10 (Environment)", 21136); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S10 (Foliage)", 21137); DictSNOMarkerSet.Add("caOut_StingingWinds_E02_S10", 21138); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S06 (Encounters)", 21155); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S06 (Environment)", 21156); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S06 (Foliage)", 21157); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S06", 21158); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Armorer)", 161769); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Audio)", 225675); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Encounters)", 62050); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Environment)", 61788); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Fade)", 208796); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Foliage)", 61789); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Interactives)", 113759); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Lighting)", 148284); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Loot)", 122034); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Particles)", 196621); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07 (Special Markers)", 1263); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S07", 21159); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08 (A2C2TreasureHunterBody)", 21160); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08 (Audio)", 229448); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08 (Challenge Marker)", 313734); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08 (Encounters)", 21161); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08 (Environment)", 21162); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08 (Foliage)", 21163); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08 (Interactives)", 100195); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08 (Lighting)", 148285); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08 (Loot)", 122036); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S08", 21164); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S09 (A2C2TreasureHunterBody04)", 21165); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S09 (Challenge Marker)", 313735); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S09 (Encounters)", 21166); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S09 (Environment)", 21167); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S09 (Foliage)", 21168); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S09 (Interactives)", 113744); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S09 (Lighting)", 148282); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S09 (Loot)", 122026); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S09", 21169); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S10 (Challenge Marker)", 313736); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S10 (Encounters)", 21170); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S10 (Environment)", 21171); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S10 (Foliage)", 21172); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S10 (Interactives)", 113743); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S10 (Lighting)", 148280); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S10 (Loot)", 122025); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S10 (Special Markers)", 21173); DictSNOMarkerSet.Add("caOut_StingingWinds_E03_S10", 21174); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S06 (Challenge Marker)", 313738); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S06 (Environment)", 21205); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S06 (Foliage)", 21206); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S06 (Loot)", 136963); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S06", 21207); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07 (A2C2TreasureHunterBody01)", 21208); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07 (Audio)", 229499); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07 (Challenge Marker)", 313731); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07 (Encounters)", 21209); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07 (Environment)", 21210); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07 (Foliage)", 21211); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07 (Lighting)", 148283); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07 (Loot)", 122033); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07 (Special Markers)", 21212); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S07", 21213); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S08 (A2C2TreasureHunterBody02)", 21215); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S08 (Challenge Marker)", 313733); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S08 (Encounters)", 1266); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S08 (Environment)", 21216); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S08 (Foliage)", 21217); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S08 (Lighting)", 148262); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S08 (Loot)", 122027); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S08 (Special Markers)", 21218); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S08", 21219); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S09 (Environment)", 21221); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S09 (Foliage)", 21222); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S09 (Special Markers)", 21223); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S09", 21224); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S10 (Challenge Marker)", 313737); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S10 (Encounters)", 21225); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S10 (Environment)", 21226); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S10 (Foliage)", 21227); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S10 (Lighting)", 148281); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S10 (Loot)", 122024); DictSNOMarkerSet.Add("caOut_StingingWinds_E04_S10", 21228); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S05 (Environment)", 21255); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S05 (Foliage)", 21256); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S05", 21257); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S06 (Challenge Marker)", 313739); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S06 (Encounters)", 21258); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S06 (Environment)", 21259); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S06 (Foliage)", 21260); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S06 (Interactives)", 113745); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S06 (Loot)", 122031); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S06", 21261); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S07 (Special Markers)", 21262); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S07", 21263); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S08 (A2C2TreasureHunterBody03)", 21264); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S08 (Challenge Marker)", 313732); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S08 (Encounters)", 21265); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S08 (Environment)", 21266); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S08 (Foliage)", 21267); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S08 (Loot)", 122028); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S08 (Special Markers)", 67637); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S08", 21268); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (Audio)", 229443); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (Encounters)", 21270); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (Environment)", 21271); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (Foliage)", 1269); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (Interactives)", 100194); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (Lighting)", 148263); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (Loot)", 122023); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (NoRandomCellar)", 136529); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (Particles)", 21273); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09 (RandomCellar)", 136134); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S09", 21274); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10 (Encounters)", 21276); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10 (Environment)", 21277); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10 (Foliage)", 21278); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10 (Interactives)", 113741); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10 (Lighting)", 148264); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10 (Loot)", 122022); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10 (NoRandomCellar)", 136528); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10 (RandomCellar)", 136027); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10 (Special Markers)", 21279); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S10", 21280); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S11 (Encounters)", 21281); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S11 (Environment)", 21282); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S11 (Foliage)", 21283); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S11", 21284); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S12 (Encounters)", 21285); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S12 (Environment)", 21286); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S12 (Foliage)", 21287); DictSNOMarkerSet.Add("caOut_StingingWinds_E05_S12", 21288); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S05 (Environment)", 21315); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S05 (Foliage)", 21316); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S05", 21317); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S06 (Challenge Marker)", 313740); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S06 (Encounters)", 21318); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S06 (Environment)", 21319); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S06 (Foliage)", 21320); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S06 (Interactives)", 113746); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S06 (Lighting)", 148312); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S06 (Loot)", 122030); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S06", 21321); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (A2C2DruggedVictim)", 21322); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (Audio)", 229462); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (Challenge Marker)", 313741); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (Encounters)", 21323); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (Environment)", 21324); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (Foliage)", 21325); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (Interactives)", 100197); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (Lighting)", 148302); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (Loot)", 122029); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07 (Particles)", 196624); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S07", 21326); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (A2C2DruggedVictim)", 21327); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (Challenge Marker)", 314386); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (Encounters)", 21328); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (Environment)", 21329); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (Foliage)", 21330); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (Interactives)", 100199); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (Lighting)", 148294); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (Loot)", 122045); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (Particles)", 63292); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08 (Set Dungeons)", 446964); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S08", 21331); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (Dying Map)", 56577); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (Encounters)", 21334); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (Environment)", 21335); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (Foliage)", 21337); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (Interactives)", 100192); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (Lighting)", 148266); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (Loot)", 122020); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (NoRandomCellar)", 136530); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (Particles)", 63158); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (RandomCellar)", 136111); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09 (Special Markers)", 21338); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S09", 21339); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (A2C2BodyTrail)", 21340); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (A2C2SoldierEscort)", 21342); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (Audio)", 196871); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (Encounters)", 21343); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (Environment)", 21344); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (FallenCraziness)", 21345); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (Foliage)", 21346); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (Interactives)", 100193); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (Lighting)", 148265); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (Loot)", 122021); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10 (Particles)", 196609); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S10", 21347); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (Encounters)", 21349); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (Environment)", 21350); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (FallenCraziness)", 21351); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (Foliage)", 21352); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (Footsteps - West Route Loc 1)", 143568); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (Footsteps - West Route Loc 2)", 143533); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (Interactives)", 113732); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (Lighting)", 148276); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (Loot)", 122011); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (Special Markers)", 165771); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (WestCellar)", 133950); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (WestCellarLoc2)", 182642); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11 (WestNoCellar)", 153916); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S11", 21353); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (Encounters)", 21354); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (Environment)", 21355); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (FallenCraziness)", 21356); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (Foliage)", 21357); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (Interactives)", 118232); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (Lighting)", 148275); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (Loot)", 122010); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (Particles)", 21358); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (Special Markers)", 21359); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (WestCellar)", 133949); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12 (WestNoCellar)", 153917); DictSNOMarkerSet.Add("caOut_StingingWinds_E06_S12", 21360); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S05 (Encounters)", 21391); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S05 (Environment)", 21392); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S05 (Foliage)", 21393); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S05 (Loot)", 122061); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S05 (NoRandomCellar)", 148822); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S05 (Particles)", 21394); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S05 (RandomCellar)", 148794); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S05", 21395); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S06 (Encounters)", 21396); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S06 (Environment)", 21397); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S06 (Foliage)", 21398); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S06 (Loot)", 122047); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S06 (NoRandomCellar)", 148821); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S06 (Particles)", 21399); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S06 (RandomCellar)", 148791); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S06 (Script)", 21400); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S06", 21401); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S07 (Audio)", 225660); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S07 (Encounters)", 21403); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S07 (Environment)", 21404); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S07 (Foliage)", 21405); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S07 (Interactives)", 114092); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S07 (Lighting)", 148297); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S07 (Loot)", 122046); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S07 (Particles)", 1276); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S07", 21406); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S08 (Challenge Marker)", 313747); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S08 (Encounters)", 21407); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S08 (Environment)", 21408); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S08 (Foliage)", 21409); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S08 (Interactives)", 100198); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S08 (Lighting)", 148295); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S08 (Loot)", 122044); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S08", 21410); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09 (A2C2OreBags)", 21411); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09 (Encounters)", 21412); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09 (Environment)", 21413); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09 (FallenCraziness)", 21414); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09 (Foliage)", 21415); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09 (Interactives)", 113735); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09 (Lighting)", 148267); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09 (Loot)", 122043); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09 (Particles)", 196619); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S09", 21417); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10 (A2C2OreBags)", 21418); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10 (Audio)", 196862); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10 (Encounters)", 21419); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10 (Environment)", 21420); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10 (Foliage)", 21421); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10 (Interactives)", 100181); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10 (Lighting)", 148268); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10 (Loot)", 122019); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10 (Particles)", 196606); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S10", 21422); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S11 (Audio)", 229392); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S11 (Encounters)", 21423); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S11 (Special Markers)", 21424); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S11 (WestCellar_Loc2)", 172334); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S11", 1277); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Audio)", 229340); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (East Loc 1)", 178471); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (East Loc 2)", 178476); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (East Loc3)", 172656); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Encounters)", 21425); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Environment)", 21426); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (FallenCraziness)", 21427); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Foliage)", 21428); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Footsteps - West Route Loc 1)", 143530); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Footsteps - West Route Loc 2)", 143531); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Interactives)", 99995); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Lighting)", 148274); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Loot)", 122004); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Particles)", 21429); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12 (Special Markers)", 165772); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S12", 21430); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S13 (Environment)", 21431); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S13 (Foliage)", 21432); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S13", 21433); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S14 (Environment)", 21434); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S14 (Foliage)", 21435); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S14", 21436); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S15 (Environment)", 110446); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S15 (Foliage)", 110444); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S15 (Lighting)", 110460); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S15 (Loot)", 110461); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S15", 110431); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S16 (Audio)", 231159); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S16 (Birds)", 205819); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S16 (Celebration)", 227330); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S16 (Encounters)", 111135); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S16 (Environment)", 110438); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S16 (Foliage)", 110437); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S16 (Lighting)", 110457); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S16 (Loot)", 110458); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S16", 110440); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S17 (Birds)", 205821); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S17 (Encounters)", 111959); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S17 (Environment)", 110443); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S17 (Foliage)", 110442); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S17 (Lighting)", 110454); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S17 (Loot)", 110455); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S17 (Particles)", 178467); DictSNOMarkerSet.Add("caOut_StingingWinds_E07_S17", 110445); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S04 (Environment)", 21458); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S04 (Foliage)", 21459); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S04", 21460); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S05 (Encounters)", 21461); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S05 (Environment)", 21462); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S05 (Foliage)", 1279); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S05 (Loot)", 122059); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S05", 21464); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S06 (Audio)", 229505); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S06 (Encounters)", 21465); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S06 (Environment)", 21466); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S06 (Foliage)", 21467); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S06 (Loot)", 122048); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S06 (NoRandomCellar)", 148820); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S06 (Particles)", 21468); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S06 (RandomCellar)", 148642); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S06", 21469); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S07 (Encounters)", 21470); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S07 (Environment)", 21471); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S07 (Foliage)", 21472); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S07", 21474); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S09 (EastCellar)", 133878); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S09 (EastNoCellar)", 153914); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S09 (Encounters)", 21478); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S09 (Environment)", 21479); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S09 (Foliage)", 21480); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S09 (Interactives)", 113731); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S09 (Loot)", 122016); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S09", 21481); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Audio)", 196701); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Encounters)", 1280); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Environment)", 21482); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Foliage)", 21484); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Footsteps - East Route Loc 1)", 143582); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Footsteps - East Route Loc 2)", 143583); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Footsteps - East Route Loc 3)", 143586); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Interactives)", 99999); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Lighting", 148269); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Loot)", 122015); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Particles)", 196591); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10 (Special Markers)", 21485); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S10", 21486); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Encounters)", 21488); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Environment)", 21489); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (FallenCraziness)", 21490); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Foliage)", 21491); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Footsteps - East Route Loc 1)", 143600); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Footsteps - East Route Loc 2)", 143602); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Footsteps - East Route Loc 3)", 143603); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Interactives)", 99996); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Lighting)", 148272); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Loot)", 122008); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Particles)", 196585); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (Special Markers)", 21492); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 (West Loc1)", 172312); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11 West Loc2)", 172355); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S11", 21493); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Audio)", 229335); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Encounters)", 21496); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Environment)", 21497); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Fallen)", 21498); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Foliage)", 21499); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Interactives)", 99993); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Lacuni)", 21500); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Lighting)", 148273); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Loot)", 122006); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Particles)", 1281); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12 (Scrying_Always)", 183126); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S12", 21503); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Audio)", 185340); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Enchantress Intro)", 171795); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Encounters)", 21507); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Environment)", 21508); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Foliage)", 21510); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Interactives)", 99992); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Lacuni)", 21511); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Lighting)", 148277); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Loot)", 122005); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Particles)", 196577); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (Special Markers)", 21514); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13 (WaspHives)", 21515); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S13", 21517); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S14 (Encounters)", 21519); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S14 (Environment)", 1282); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S14 (Foliage)", 21521); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S14 (Interactives)", 99991); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S14 (Lacuni)", 21522); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S14 (Lighting)", 148279); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S14 (WaspHives)", 21525); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S14", 21527); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S15 (Encounters)", 163793); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S15 (Environment)", 21528); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S15 (Foliage)", 21529); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S15 (Siege)", 115399); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S15", 21530); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Audio)", 184732); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Birds)", 205758); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Celebration)", 226590); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Encounters)", 111134); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Environment)", 110433); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Foliage)", 110430); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Lighting)", 110463); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Loot)", 110464); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (particles)", 178463); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (SandStorms)", 199204); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (SavePoint)", 203674); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Siege)", 115400); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16 (Uprising)", 111149); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S16", 110434); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S17 (Audio)", 184737); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S17 (Birds)", 205796); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S17 (Encounters)", 110629); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S17 (Environment)", 110439); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S17 (Foliage)", 110436); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S17 (Lighting)", 110451); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S17 (Loot)", 110452); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S17 (Particles)", 178466); DictSNOMarkerSet.Add("caOut_StingingWinds_E08_S17", 110441); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S08 (Encounters)", 21559); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S08 (Environment)", 21560); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S08 (Foliage)", 21561); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S08", 21562); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S09 (Encounters)", 21563); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S09 (Environment)", 21564); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S09 (Foliage)", 21565); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S09 (Interactives)", 118228); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S09 (Loot)", 122017); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S09", 21566); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (Audio)", 185362); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (EastCellar)", 90393); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (EastNoCellar)", 153913); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (Encounters)", 21567); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (Environment)", 21568); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (Foliage)", 21569); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (Interactives)", 113701); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (Lighting)", 148270); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (Loot)", 122018); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10 (Miner)", 161740); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S10", 21571); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11 (EastCellar)", 133884); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11 (EastNoCellar)", 153912); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11 (Encounters)", 21572); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11 (Environment)", 21573); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11 (Foliage)", 21574); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11 (Interactives)", 118209); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11 (Lighting)", 148271); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11 (Loot)", 122007); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11 (NoCellar)", 153907); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S11", 21575); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S12 (Environment)", 21576); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S12 (Foliage)", 1285); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S12", 21577); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S13 (Encounters)", 21578); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S13 (Environment)", 21579); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S13 (Foliage)", 21580); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S13 (Lacuni)", 21581); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S13", 21583); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S14 (Audio)", 185329); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S14 (Encounters)", 21587); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S14 (Environment)", 21588); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S14 (Foliage)", 21590); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S14 (Interactives)", 99990); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S14 (Lacuni)", 21591); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S14 (Special Markers)", 21594); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S14 (WaspHives)", 21595); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S14", 21596); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S15 (Encounters)", 91078); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S15 (Environment)", 21597); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S15 (Foliage)", 21598); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S15 (Loot)", 122003); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S15", 21599); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Audio)", 196483); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Birds)", 205755); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Celebration)", 227328); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Encounters)", 110634); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Environment)", 110428); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Foliage)", 110447); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Lighting)", 178688); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Loot)", 170032); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (particles)", 178464); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (SandStorms)", 199203); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Siege)", 176981); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16 (Special Markers)", 21600); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S16", 21601); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S17 (Encounters)", 110630); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S17 (Environment)", 110432); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S17 (Foliage)", 110429); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S17 (Lighting)", 110448); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S17 (Loot)", 110449); DictSNOMarkerSet.Add("caOut_StingingWinds_E09_S17", 110435); DictSNOMarkerSet.Add("caOut_StingingWinds_E10_S14 (Environment)", 21638); DictSNOMarkerSet.Add("caOut_StingingWinds_E10_S14 (Set Dungeons)", 447147); DictSNOMarkerSet.Add("caOut_StingingWinds_E10_S14", 21639); DictSNOMarkerSet.Add("caOut_StingingWinds_E10_S15 (Environment)", 21644); DictSNOMarkerSet.Add("caOut_StingingWinds_E10_S15 (Special Markers)", 21645); DictSNOMarkerSet.Add("caOut_StingingWinds_E10_S15", 21646); DictSNOMarkerSet.Add("caOut_StingingWinds_Sub80_SunkenShip (Encounters)", 165473); DictSNOMarkerSet.Add("caOut_StingingWinds_Sub80_SunkenShip (Environment)", 117861); DictSNOMarkerSet.Add("caOut_StingingWinds_Sub80_SunkenShip (Foliage)", 117860); DictSNOMarkerSet.Add("caOut_StingingWinds_Sub80_SunkenShip (Lighting)", 117863); DictSNOMarkerSet.Add("caOut_StingingWinds_Sub80_SunkenShip (Loot)", 117864); DictSNOMarkerSet.Add("caOut_StingingWinds_Sub80_SunkenShip", 117862); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (A2C2GirlTrap)", 21837); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (A2C2Sub240GirlTrap_Environment)", 72699); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (Audio)", 229404); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (CursedChest_DesertFortress)", 365691); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (CursedChest_FallenWarband)", 365676); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (Encounters)", 1299); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (Environment)", 72697); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (Foliage)", 72698); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (Interactives)", 100259); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (Loot)", 122071); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (Particles)", 21844); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed (Secrets)", 222242); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Destroyed", 72695); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Ruin (Encounters)", 21850); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Ruin (Environment)", 21851); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Ruin (Foliage)", 21852); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Ruin (Interactives)", 100289); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Ruin (Loot)", 122032); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Ruin (Necromancer)", 21853); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Ruin (Particles)", 21854); DictSNOMarkerSet.Add("caOut_Sub240x240_Battlements_Ruin", 21855); DictSNOMarkerSet.Add("caOut_Sub240x240_Caravan_Destroyed_A (DividingLoot)", 21891); DictSNOMarkerSet.Add("caOut_Sub240x240_Caravan_Destroyed_A (Environment)", 21892); DictSNOMarkerSet.Add("caOut_Sub240x240_Caravan_Destroyed_A (Foliage)", 21893); DictSNOMarkerSet.Add("caOut_Sub240x240_Caravan_Destroyed_A (Interactives)", 100343); DictSNOMarkerSet.Add("caOut_Sub240x240_Caravan_Destroyed_A (Loot)", 122164); DictSNOMarkerSet.Add("caOut_Sub240x240_Caravan_Destroyed_A", 21894); DictSNOMarkerSet.Add("caOut_Sub240x240_LandRift_Natural_B (Environment)", 21931); DictSNOMarkerSet.Add("caOut_Sub240x240_LandRift_Natural_B (Foliage)", 21932); DictSNOMarkerSet.Add("caOut_Sub240x240_LandRift_Natural_B (Interactives)", 100342); DictSNOMarkerSet.Add("caOut_Sub240x240_LandRift_Natural_B (Lacuni)", 21933); DictSNOMarkerSet.Add("caOut_Sub240x240_LandRift_Natural_B (Loot)", 122161); DictSNOMarkerSet.Add("caOut_Sub240x240_LandRift_Natural_B", 21935); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Abandoned (A2C2CannibalCellar)", 21936); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Abandoned (Audio)", 196854); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Abandoned (Encounters)", 62961); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Abandoned (Environment)", 21939); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Abandoned (Foliage)", 21940); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Abandoned (Interactives)", 100274); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Abandoned (Loot)", 122165); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Abandoned", 21941); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Destroyed (A2C2GreedyMiner) Conductor", 52652); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Destroyed (Audio)", 224832); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Destroyed (BodyLift)", 21943); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Destroyed (ChestLift)", 21944); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Destroyed (Environment)", 21945); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Destroyed (Foliage)", 21946); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Destroyed (Interactives)", 100283); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Destroyed (Loot)", 122014); DictSNOMarkerSet.Add("caOut_Sub240x240_Mine_Destroyed", 21947); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin (A2C2Ghosts)", 21991); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin (Challenge Marker)", 314391); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin (Encounters)", 62963); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin (Environment)", 21992); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin (Foliage)", 21993); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin (Interactives)", 100284); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin (Lacuni)", 1307); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin (Loot)", 122121); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin", 21995); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin_Entrance (CultistCave)", 56582); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin_Entrance (Encounters)", 62962); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin_Entrance (Environment)", 21989); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin_Entrance (Interactives)", 100285); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin_Entrance (Loot)", 122158); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin_Entrance (Particles)", 196642); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin_Entrance (PriceOfMercy)", 57989); DictSNOMarkerSet.Add("caOut_Sub240x240_Tower_Ruin_Entrance", 21990); DictSNOMarkerSet.Add("caOut_Sub80x80_Beast_Dead (Environment)", 22068); DictSNOMarkerSet.Add("caOut_Sub80x80_Beast_Dead (Foliage)", 22069); DictSNOMarkerSet.Add("caOut_Sub80x80_Beast_Dead (Interactives)", 100244); DictSNOMarkerSet.Add("caOut_Sub80x80_Beast_Dead (Loot)", 122168); DictSNOMarkerSet.Add("caOut_Sub80x80_Beast_Dead", 1311); DictSNOMarkerSet.Add("caOut_Sub80x80_CaveEntrance_A (Environment)", 22071); DictSNOMarkerSet.Add("caOut_Sub80x80_CaveEntrance_A (Foliage)", 22072); DictSNOMarkerSet.Add("caOut_Sub80x80_CaveEntrance_A (Interactives)", 113664); DictSNOMarkerSet.Add("caOut_Sub80x80_CaveEntrance_A (Loot)", 122120); DictSNOMarkerSet.Add("caOut_Sub80x80_CaveEntrance_A (Special Markers)", 22073); DictSNOMarkerSet.Add("caOut_Sub80x80_CaveEntrance_A (Stranded2)", 60305); DictSNOMarkerSet.Add("caOut_Sub80x80_CaveEntrance_A", 22070); DictSNOMarkerSet.Add("caOut_Sub80x80_CultistCamp_A (A2C2CultistCamp)", 22075); DictSNOMarkerSet.Add("caOut_Sub80x80_CultistCamp_A (Environment)", 22077); DictSNOMarkerSet.Add("caOut_Sub80x80_CultistCamp_A (Foliage)", 22078); DictSNOMarkerSet.Add("caOut_Sub80x80_CultistCamp_A", 22079); DictSNOMarkerSet.Add("caOut_Sub80x80_DeadGuyCamp (Encounters)", 22084); DictSNOMarkerSet.Add("caOut_Sub80x80_DeadGuyCamp (Environment)", 22085); DictSNOMarkerSet.Add("caOut_Sub80x80_DeadGuyCamp (Foliage)", 22086); DictSNOMarkerSet.Add("caOut_Sub80x80_DeadGuyCamp (Particles)", 22087); DictSNOMarkerSet.Add("caOut_Sub80x80_DeadGuyCamp", 1312); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_A (Encounters)", 22091); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_A (Environment)", 22092); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_A (Foliage)", 22093); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_A (Loot)", 122176); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_A (Particles)", 194454); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_A (Special Markers)", 22094); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_A (ZK_Timed)", 22095); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_A (Zone3_D1)", 22096); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_A", 22098); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_C (A2C2TreasureHunter)", 22103); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_C (Encounters)", 22104); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_C (Environment)", 22105); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_C (Foliage)", 22106); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_C (Loot)", 122178); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_C (Particles)", 194460); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_C (Special Markers)", 220521); DictSNOMarkerSet.Add("caOut_Sub80x80_DungeonEntrance_C", 22107); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_A (Encounters)", 22110); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_A (Environment)", 22111); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_A (Interactives)", 100256); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_A (Loot)", 122167); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_A", 22112); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_Hive (Environment)", 165576); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_Hive (Foliage)", 165575); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_Hive (Lighting)", 165577); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_Hive (Loot)", 165578); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_Hive (Particles)", 183328); DictSNOMarkerSet.Add("caOut_Sub80x80_Rocks_Hive", 165574); DictSNOMarkerSet.Add("caOut_Sub80x80_SharkPool_A (Environment)", 73886); DictSNOMarkerSet.Add("caOut_Sub80x80_SharkPool_A (Foliage)", 73885); DictSNOMarkerSet.Add("caOut_Sub80x80_Shark_Pool_A (A2C2SharkScavenger)", 22119); DictSNOMarkerSet.Add("caOut_Sub80x80_Shark_Pool_A (Interactives)", 113678); DictSNOMarkerSet.Add("caOut_Sub80x80_Shark_Pool_A (Loot)", 122118); DictSNOMarkerSet.Add("caOut_Sub80x80_Tower_A (Environment)", 22124); DictSNOMarkerSet.Add("caOut_Sub80x80_Tower_A (Foliage)", 22125); DictSNOMarkerSet.Add("caOut_Sub80x80_Tower_A", 22126); DictSNOMarkerSet.Add("caOut_Sub80x80_Wagon_Broken (Encounters)", 22127); DictSNOMarkerSet.Add("caOut_Sub80x80_Wagon_Broken (Environment)", 22128); DictSNOMarkerSet.Add("caOut_Sub80x80_Wagon_Broken (Foliage)", 22129); DictSNOMarkerSet.Add("caOut_Sub80x80_Wagon_Broken (Lacuni)", 22130); DictSNOMarkerSet.Add("caOut_Sub80x80_Wagon_Broken", 22131); DictSNOMarkerSet.Add("caOut_Sub80x80_Wayoint", 22089); DictSNOMarkerSet.Add("caOut_Sub80x80_Well_Ruin (Environment)", 22133); DictSNOMarkerSet.Add("caOut_Sub80x80_Well_Ruin (Fallen)", 22134); DictSNOMarkerSet.Add("caOut_Sub80x80_Well_Ruin (Foliage)", 22135); DictSNOMarkerSet.Add("caOut_Sub80x80_Well_Ruin (Interactives)", 100243); DictSNOMarkerSet.Add("caOut_Sub80x80_Well_Ruin (Lacuni)", 22136); DictSNOMarkerSet.Add("caOut_Sub80x80_Well_Ruin (Loot)", 122179); DictSNOMarkerSet.Add("caOut_Sub80x80_Well_Ruin", 22137); DictSNOMarkerSet.Add("caOUT_Town (World)", 80320); DictSNOMarkerSet.Add("Cave_CultistGroupA", 231146); DictSNOMarkerSet.Add("Cave_CultistGroupB", 231147); DictSNOMarkerSet.Add("Cave_CultistGroupC", 231148); DictSNOMarkerSet.Add("Crater_St_SuccubusPrison2", 191635); DictSNOMarkerSet.Add("CultistLeaderTorturer", 106020); DictSNOMarkerSet.Add("EmptyMarkerSet", 22917); DictSNOMarkerSet.Add("Flatworld_500x500 (Audio)", 231025); DictSNOMarkerSet.Add("Flatworld_500x500 (Encounters)", 22927); DictSNOMarkerSet.Add("Flatworld_500x500 (Special Markers)", 22928); DictSNOMarkerSet.Add("Flatworld_500x500", 22929); DictSNOMarkerSet.Add("FlatWorld_Brown_empty (Special Markers)", 229684); DictSNOMarkerSet.Add("FlatWorld_Brown_empty", 22934); DictSNOMarkerSet.Add("Flatworld_PVP_demo", 265832); DictSNOMarkerSet.Add("Gluttony_Room (Encounters)", 102061); DictSNOMarkerSet.Add("Gluttony_Room (Lighting)", 94926); DictSNOMarkerSet.Add("Gluttony_Room (Loot)", 166831); DictSNOMarkerSet.Add("Gluttony_Room", 94925); DictSNOMarkerSet.Add("Lost_Souls_a3dun_Keep_EW_01 (Transition)", 466982); DictSNOMarkerSet.Add("Lost_Souls_a3dun_Keep_NS_02 (Transition)", 466975); DictSNOMarkerSet.Add("Lost_Souls_Leor_01_Filler", 456391); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01 (Encounters)", 456125); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01 (Gore)", 456127); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01 (Jeweler)", 456129); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01 (Loot)", 456126); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01", 456124); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01b (Encounters)", 462721); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01b (Gore)", 462723); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01b (Jeweler)", 462725); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01b (Loot)", 462722); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01b", 462720); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01b_Chains", 462724); DictSNOMarkerSet.Add("Lost_Souls_Leor_EW_01_Chains", 456128); DictSNOMarkerSet.Add("Lost_Souls_Out_FesteringWoods_120_Edge_Filler (Environment)", 459110); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NE_01 (Environment)", 459647); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NE_01 (Foliage)", 459648); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NE_01 (Lighting)", 459649); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NE_01 (Loot)", 459650); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NE_01 (Transistion)", 460458); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NE_01", 459646); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSE_01 (Environment)", 459652); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSE_01 (Foliage)", 459653); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSE_01 (Lighting)", 459654); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSE_01 (Loot)", 459655); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSE_01 (Transistion)", 460256); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSE_01", 459651); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSW_01 (Environment)", 459657); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSW_01 (Foliage)", 459658); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSW_01 (Lighting)", 459659); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSW_01 (Loot)", 459660); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSW_01 (Transition)", 460257); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NSW_01", 459656); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NW_01 (Audio)", 469452); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NW_01 (Environment)", 459662); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NW_01 (Foliage)", 459663); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NW_01 (Fracture)", 469451); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NW_01 (Lighting)", 459664); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NW_01 (Loot)", 459665); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NW_01 (Transistion)", 460457); DictSNOMarkerSet.Add("Lost_Souls_px_festeringWoods_Border_NW_01", 459661); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Chandelier Level01 A)", 456909); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Chandelier Level01 B)", 456910); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Encounters)", 456904); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Event Ghoul Attack)", 456906); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Event Skeleton Attack)", 456907); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Lighting)", 456912); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Loot)", 456908); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Special Markers)", 456903); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Transistion)", 456823); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01 (Waypoint)", 475012); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01", 456809); DictSNOMarkerSet.Add("Lost_Souls_trDun_Cath_W_01_Actors", 456905); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_120_Edge_Filler (Foliage)", 459111); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_120_Edge_Filler (Transistion)", 469189); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_120_Edge_Filler", 459109); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_E_01 (Environment)", 459118); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_E_01 (Foliage)", 459119); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_E_01 (Loot)", 459120); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_E_01 (Transition)", 459968); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_E_01", 459117); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_W_01 (Encounters)", 459126); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_W_01 (Environment)", 459122); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_W_01 (Foliage)", 459123); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_W_01 (Lighting)", 459818); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_W_01 (Loot)", 459125); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_W_01 (Swarm)", 459124); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_W_01 (Transistion)", 459967); DictSNOMarkerSet.Add("Lost_Souls_trOut_FesteringWoods_Edge_W_01", 459121); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_entrance_room_02 (Encounters)", 458019); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_entrance_room_02 (Environment)", 458016); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_entrance_room_02 (Foliage)", 458012); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_entrance_room_02 (Lighting)", 458017); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_entrance_room_02 (Loot)", 458018); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_entrance_room_02 (Props)", 458020); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_entrance_room_02 (Transition)", 458184); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_entrance_room_02", 458011); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_EW_05_soul_well (Audio)", 463778); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_EW_05_soul_well (DeathGates)", 458028); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_EW_05_soul_well (Environment)", 458026); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_EW_05_soul_well (Foliage)", 458027); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_EW_05_soul_well (Fracture)", 463565); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_EW_05_soul_well (Lighting)", 458024); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_EW_05_soul_well (Props)", 458023); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_EW_05_soul_well (Transistion)", 458355); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_EW_05_soul_well", 458025); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_Filler_01 (Environment)", 458030); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_Filler_01 (Foliage)", 458031); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_Filler_01 (Loot)", 458033); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_Filler_01", 458029); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_Filler_01_B (Lighting)", 458032); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_Filler_02 (Loot)", 458037); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_Filler_02", 458035); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_Filler_02_B (Lighting)", 458036); DictSNOMarkerSet.Add("Lost_Souls_x1_fortress_level01_ActorFiller", 458034); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_Elbow_NW_02 (Lighting)", 459707); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_Elbow_NW_02 (Loot)", 459712); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_Elbow_NW_02 (Props)", 459715); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_Elbow_NW_02", 459706); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_02 (CursedChest_RoF_V4_01)", 470607); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_02 (Lighting)", 459726); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_02 (Loot)", 459727); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_02 (Props)", 459729); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_02 (Transition)", 464524); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_02", 459725); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_03 (Lighting)", 459733); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_03 (Loot)", 459734); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_03 (Props)", 459735); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_03 (Transistion)", 468484); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_03", 459732); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_02 (Lighting)", 459737); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_02 (Loot)", 459738); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_02 (Props)", 459739); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_02 (Transistion)", 460233); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_02", 459736); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_04 (Audio)", 463785); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_04 (Fraction)", 463643); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_04 (Lighting)", 459742); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_04 (Loot)", 459743); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_04 (Props)", 459744); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_04 (Transistion)", 459952); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_04", 459741); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_03 (Audio)", 463786); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_03 (Encounter)", 460914); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_03 (Lighting)", 459746); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_03 (Loot)", 459747); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_03 (Props)", 459748); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_03 (Transistion)", 459951); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_03", 459745); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_04 (Fracture)", 464522); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_04 (Lighting)", 459750); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_04 (Loot)", 459751); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_04 (Props)", 459752); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_04 (Transistion)", 460234); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_04", 459749); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NW_02 (Audio)", 469454); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NW_02 (Fracture)", 469453); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NW_02 (Lighting)", 459754); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NW_02 (Loot)", 459755); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NW_02 (Props)", 459756); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NW_02", 459753); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_02 (Audio)", 469457); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_02 (Lighting)", 459768); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_02 (Loot)", 459769); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_02 (Props)", 459770); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_02 (Transition)", 467068); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_02", 459767); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_03 (Lighting)", 459772); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_03 (Loot)", 459773); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_03 (Props)", 459774); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_03 (Transistion)", 460258); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_03", 459771); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SE_01 (Audio)", 469455); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SE_01 (Environment)", 459758); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SE_01 (Foliage)", 459759); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SE_01 (Lighting)", 459760); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SE_01 (Loot)", 459761); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SE_01 (Props)", 459762); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SE_01", 459757); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SW_01 (Lighting)", 459776); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SW_01 (Loot)", 459777); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SW_01 (Props)", 459778); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SW_01", 459775); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_Background (Lighting)", 459182); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_Background (Loot)", 459183); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_Background", 459181); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E02_S01 (Encounters)", 459191); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E02_S01 (Foliage)", 459188); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E02_S01 (Lighting)", 459189); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E02_S01 (Loot)", 459190); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E02_S01", 459186); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E02_S02 (Environment)", 459187); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Environment)", 459193); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Foliage)", 459194); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Lighting)", 459195); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Loot)", 459196); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Special Markers)", 459197); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S01", 459192); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Audio)", 459205); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Encounters)", 459203); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Environment)", 459199); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Foliage)", 459200); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Fraction)", 464529); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Lighting)", 459201); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Loot)", 459202); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Props)", 459206); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02 (transition)", 459826); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02", 459198); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Audio)", 469468); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Encounters)", 459212); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Environment)", 459208); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Foliage)", 459209); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Lighting)", 459210); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Loot)", 459211); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Props)", 459213); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Transistion)", 460349); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03", 459207); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Encounters)", 459219); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Environment)", 459215); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Foliage)", 459216); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Lighting)", 459217); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Loot)", 459218); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Transistion)", 460345); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S03", 459214); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Audio)", 460343); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Encounters)", 459225); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Environment)", 459221); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Foliage)", 459222); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Lighting)", 459223); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Loot)", 459224); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Props)", 459226); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Transistion)", 460344); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04", 459220); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_Edge_E_01 (Audio)", 469333); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_Edge_E_01 (Lighting)", 458039); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_Edge_E_01 (Loot)", 458040); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_Edge_E_01 (Stream)", 458042); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_Edge_E_01", 458038); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_Edge_N_01 (Lighting)", 458044); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_Edge_N_01 (Loot)", 458045); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_Edge_N_01 (Stream)", 458047); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_Edge_N_01", 458043); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_EW_01 (Audio)", 469331); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_EW_01 (Fracture)", 469329); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_EW_01 (Lighting)", 458050); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_EW_01 (Loot)", 458051); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_EW_01 (Particles)", 458052); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_EW_01 (Stream)", 458054); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_EW_01", 458049); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02 (Audio)", 463779); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02 (Environment)", 458056); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02 (Foliage)", 458057); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02 (Fracture)", 463566); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02 (Lighting)", 458058); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02 (Loot)", 458059); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02 (Particles", 458060); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02 (Stream)", 458062); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02 (Transition)", 458157); DictSNOMarkerSet.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02", 458055); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01 (Audio)", 458075); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01 (CursedChest_RoF_V3_01)", 467791); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01 (Environment)", 458066); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01 (Foliage)", 458067); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01 (Lighting)", 458068); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01 (Loot)", 458069); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01 (Props)", 458071); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01 (Puddle)", 458074); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01 (Transistion)", 458170); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01", 458065); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N02 (Environment)", 458077); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N02 (Foliage)", 458078); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N02 (Lighting)", 458079); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N02 (Loot)", 458080); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W01_N02", 458076); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N01 (Environment)", 458082); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N01 (Foliage)", 458083); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N01 (Lighting)", 458084); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N01 (Loot)", 458085); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N01 (props)", 458086); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N01", 458081); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02 (Audio)", 469341); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02 (Encounters)", 458094); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02 (Environment)", 458088); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02 (Foliage)", 458089); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02 (Lighting)", 458090); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02 (Loot)", 458093); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02 (Props)", 458096); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02 (Puddle)", 458095); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02 (Transition)", 458434); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02", 458087); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_deathorb_B_W02_S01 (Transistion)", 458182); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_N01 (Audio)", 458116); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_N01 (Encounters)", 458113); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_N01 (Fracture)", 463564); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_N01 (Lighting)", 458111); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_N01 (Loot)", 458112); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_N01 (Particles)", 458115); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_N01 (Props)", 458114); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_N01 (Transition)", 458129); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_N01", 458110); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_S01 (Encounters)", 458121); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_S01 (Lighting)", 458118); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_S01 (Loot)", 458119); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_S01 (Props)", 458120); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_S01 (Transition)", 463201); DictSNOMarkerSet.Add("Lost_Souls_x1_westm_intro_E02_S01", 458117); DictSNOMarkerSet.Add("LS_a1dun_Leor_01_Filler", 462524); DictSNOMarkerSet.Add("LS_a1dun_Leor_EW_01 (Audio)", 463771); DictSNOMarkerSet.Add("LS_a1dun_Leor_EW_01 (Fracture)", 463507); DictSNOMarkerSet.Add("LS_a1dun_Leor_EW_01b (Audio)", 463772); DictSNOMarkerSet.Add("LS_a1dun_Leor_EW_01b (Fracture)", 463508); DictSNOMarkerSet.Add("LS_a1dun_Leor_NE_02 (Encounters)", 462531); DictSNOMarkerSet.Add("LS_a1dun_Leor_NE_02 (Loot)", 462532); DictSNOMarkerSet.Add("LS_a1dun_Leor_NE_02", 462530); DictSNOMarkerSet.Add("LS_a1dun_Leor_NE_02_Chains", 462533); DictSNOMarkerSet.Add("LS_a1dun_Leor_NSW_01 (Audio)", 462537); DictSNOMarkerSet.Add("LS_a1dun_Leor_NSW_01 (Encounters)", 462535); DictSNOMarkerSet.Add("LS_a1dun_Leor_NSW_01 (fix)", 463883); DictSNOMarkerSet.Add("LS_a1dun_Leor_NSW_01 (Gore)", 462538); DictSNOMarkerSet.Add("LS_a1dun_Leor_NSW_01 (Loot)", 462536); DictSNOMarkerSet.Add("LS_a1dun_Leor_NSW_01", 462534); DictSNOMarkerSet.Add("LS_a1dun_Leor_N_Dead_End_01 (Encounters)", 462526); DictSNOMarkerSet.Add("LS_a1dun_Leor_N_Dead_End_01 (Loot)", 462527); DictSNOMarkerSet.Add("LS_a1dun_Leor_N_Dead_End_01 (p43_Diablo)", 462529); DictSNOMarkerSet.Add("LS_a1dun_Leor_N_Dead_End_01 (Transision)", 463912); DictSNOMarkerSet.Add("LS_a1dun_Leor_N_Dead_End_01", 462525); DictSNOMarkerSet.Add("LS_a1dun_Leor_N_Dead_End_01_Chains", 462528); DictSNOMarkerSet.Add("LS_a1dun_Leor_SE_02 (Audio)", 469298); DictSNOMarkerSet.Add("LS_a1dun_Leor_SE_02 (Encounters)", 462544); DictSNOMarkerSet.Add("LS_a1dun_Leor_SE_02 (Loot)", 462545); DictSNOMarkerSet.Add("LS_a1dun_Leor_SE_02", 462543); DictSNOMarkerSet.Add("LS_a1dun_Leor_S_Dead_End_01 (Encounters)", 462540); DictSNOMarkerSet.Add("LS_a1dun_Leor_S_Dead_End_01 (Loot)", 462541); DictSNOMarkerSet.Add("LS_a1dun_Leor_S_Dead_End_01", 462539); DictSNOMarkerSet.Add("LS_a1dun_Leor_S_Dead_End_01_Chains", 462542); DictSNOMarkerSet.Add("LS_a3dun_Crater_EW_03_E01_S01 (Audio)", 467903); DictSNOMarkerSet.Add("LS_a3dun_Crater_EW_03_E01_S01 (Lighting)", 467914); DictSNOMarkerSet.Add("LS_a3dun_Crater_EW_03_E01_S01 (Loot)", 467902); DictSNOMarkerSet.Add("LS_a3dun_Crater_EW_03_E01_S01", 467900); DictSNOMarkerSet.Add("LS_a3dun_Crater_EW_03_W01_N01 (Loot)", 468101); DictSNOMarkerSet.Add("LS_a3dun_Crater_EW_03_W01_N01 (Transistion)", 467811); DictSNOMarkerSet.Add("LS_a3dun_Crater_EW_03_W01_S01 (Fracture)", 467813); DictSNOMarkerSet.Add("LS_a3dun_Crater_EW_03_W01_S01 (Loot)", 468029); DictSNOMarkerSet.Add("LS_a3dun_Crater_EW_03_W01_S01 (Transistion)", 467812); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_N01 (Audio)", 469271); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_N01 (Environment)", 462585); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_N01 (Foliage)", 462586); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_N01 (Lighting)", 462583); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_N01 (Loot)", 462588); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_N01 (Transistion)", 462731); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_N01", 462584); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_S01 (Environment)", 462591); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_S01 (Foliage)", 462592); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_S01 (Lighting)", 462589); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_S01 (Loot)", 462593); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_S01 (transistion)", 462728); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_E01_S01", 462590); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_W01_N01 (Demon_Temp)", 462595); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_W01_N01 (Environment)", 462597); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_W01_N01 (Foliage)", 462598); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_W01_N01 (Lighting)", 462594); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_W01_N01 (Loot)", 462599); DictSNOMarkerSet.Add("LS_a3dun_Crater_NE_01_W01_N01", 462596); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_N01 (Environment)", 462601); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_N01 (Foliage)", 462602); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_N01 (Lighting)", 462603); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_N01 (Loot)", 462604); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_N01", 462600); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_S01 (Environment)", 462606); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_S01 (Foliage)", 462607); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_S01 (Lighting)", 462608); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_S01 (Loot)", 462609); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_E01_S01", 462605); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_N01 (CursedChest_RoF_V2_01)", 470558); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_N01 (Environment)", 462611); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_N01 (Foliage)", 462612); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_N01 (Lighting)", 462613); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_N01 (Loot)", 462614); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_N01", 462610); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_S01 (Audio)", 469268); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_S01 (Environment)", 462616); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_S01 (Foliage)", 462617); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_S01 (Lighting)", 462618); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_S01 (Loot)", 462620); DictSNOMarkerSet.Add("LS_a3dun_Crater_SW_01_W01_S01", 462615); DictSNOMarkerSet.Add("LS_a3dun_Keep_EW_01 (Audio)", 466987); DictSNOMarkerSet.Add("LS_a3dun_Keep_EW_01 (Encounters)", 466985); DictSNOMarkerSet.Add("LS_a3dun_Keep_EW_01 (Loot)", 466986); DictSNOMarkerSet.Add("LS_a3dun_Keep_EW_01", 466983); DictSNOMarkerSet.Add("LS_a3dun_Keep_EW_01_Actors", 466984); DictSNOMarkerSet.Add("LS_a3dun_Keep_NSEW_02 (Audio)", 468156); DictSNOMarkerSet.Add("LS_a3dun_Keep_NSEW_02 (Encounters)", 468154); DictSNOMarkerSet.Add("LS_a3dun_Keep_NSEW_02 (fracture)", 468272); DictSNOMarkerSet.Add("LS_a3dun_Keep_NSEW_02 (Loot)", 468155); DictSNOMarkerSet.Add("LS_a3dun_Keep_NSEW_02 (Transistion)", 468163); DictSNOMarkerSet.Add("LS_a3dun_Keep_NSEW_02", 468151); DictSNOMarkerSet.Add("LS_a3dun_Keep_NSEW_02_Markersets", 468153); DictSNOMarkerSet.Add("LS_a3dun_Keep_NS_02 (Audio)", 468520); DictSNOMarkerSet.Add("LS_a3dun_Keep_NS_02 (Encounters)", 466979); DictSNOMarkerSet.Add("LS_a3dun_Keep_NS_02 (Loot)", 466978); DictSNOMarkerSet.Add("LS_a3dun_Keep_NS_02 (Monster Barricade)", 466977); DictSNOMarkerSet.Add("LS_a3dun_Keep_NS_02_Actors", 466980); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_NS_02 (Environment)", 464563); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_NS_02 (Foliage)", 464564); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_NS_02 (Lighting)", 464565); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_NS_02 (Loot)", 464566); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_NS_02 (Transistion)", 464587); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_NS_02", 464562); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_NW_01 (Fracture)", 464117); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_NW_01 (Transistion)", 463262); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_W_01 (Audio)", 471541); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_W_01 (Fraction)", 464118); DictSNOMarkerSet.Add("LS_a4dun_spire_corrupt_W_01 (Transistion)", 464719); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01 (Fracture)", 463506); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01 (Waypoint)", 464047); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_N (Environment)", 463012); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_N (Foliage)", 463013); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_N (Lighting)", 463014); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_N (Loot)", 463015); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_N (Transition)", 463098); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_N", 463011); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_W (Environment)", 463033); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_W (Foliage)", 463034); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_W (Lighting)", 463035); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_W (Loot)", 463036); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_W", 463032); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_02 (Audio)", 463198); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_02 (Encounters)", 463197); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_02 (Environment)", 463193); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_02 (Foliage)", 463194); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_02 (Lighting)", 463195); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_02 (Loot)", 463196); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_02", 463192); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_02_Cryder (Transition)", 463505); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_03 (Encounters)", 463289); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_03 (Environment)", 463285); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_03 (Foliage)", 463286); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_03 (Lighting)", 463287); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_03 (Loot)", 463288); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_03 (Transition)", 463291); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_03(Audio)", 463326); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_03", 463284); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04 (Audio)", 463311); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04 (Encounters)", 463310); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04 (Environment)", 463306); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04 (Foliage)", 463307); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04 (Fracture)", 463567); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04 (Lighting)", 463308); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04 (Loot)", 463309); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04 (Transition)", 463312); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04 (Waypoint)", 464050); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_04", 463305); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05 (Audio)", 463321); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05 (Encounters)", 463320); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05 (Environment)", 463316); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05 (Foliage)", 463317); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05 (Fraction)", 463713); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05 (Lighting)", 463318); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05 (Loot)", 463319); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05 (Transition)", 463322); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05 (Waypoint)", 464052); DictSNOMarkerSet.Add("LS_a4dun_spire_LibraryOfFate_05", 463315); DictSNOMarkerSet.Add("LS_BogCave_Buffer_Template (Foliage)", 461818); DictSNOMarkerSet.Add("LS_BogCave_Buffer_Template", 461817); DictSNOMarkerSet.Add("LS_Cave_A_Buffer_Template (Patch)", 461820); DictSNOMarkerSet.Add("LS_Cave_A_E_01 (Audio)", 461824); DictSNOMarkerSet.Add("LS_Cave_A_E_01 (Environment)", 461821); DictSNOMarkerSet.Add("LS_Cave_A_E_01 (Lighting)", 461822); DictSNOMarkerSet.Add("LS_Cave_A_E_01 (Loot)", 461823); DictSNOMarkerSet.Add("LS_Cave_A_E_01 (Moss)", 461825); DictSNOMarkerSet.Add("LS_Cave_A_NE_01 (AmbientBats)", 461831); DictSNOMarkerSet.Add("LS_Cave_A_NE_01 (Audio)", 461826); DictSNOMarkerSet.Add("LS_Cave_A_NE_01 (Environment)", 461827); DictSNOMarkerSet.Add("LS_Cave_A_NE_01 (Lighting)", 461828); DictSNOMarkerSet.Add("LS_Cave_A_NE_01 (Loot)", 461829); DictSNOMarkerSet.Add("LS_Cave_A_NE_01 (Moss)", 461830); DictSNOMarkerSet.Add("LS_Cave_A_NE_01 (TidalPools)", 461832); DictSNOMarkerSet.Add("LS_Cave_A_NSEW_01(Water Replacement)", 461819); DictSNOMarkerSet.Add("LS_Cave_A_NSEW_03 (Audio)", 461840); DictSNOMarkerSet.Add("LS_Cave_A_NSEW_03 (Environment)", 461841); DictSNOMarkerSet.Add("LS_Cave_A_NSEW_03 (Lighting)", 461842); DictSNOMarkerSet.Add("LS_Cave_A_NSEW_03 (Loot)", 461843); DictSNOMarkerSet.Add("LS_Cave_A_NSEW_03 (Patch)", 461844); DictSNOMarkerSet.Add("LS_Cave_A_NSW_01 (Audio)", 461845); DictSNOMarkerSet.Add("LS_Cave_A_NSW_01 (Environment)", 461846); DictSNOMarkerSet.Add("LS_Cave_A_NSW_01 (Lighting)", 461847); DictSNOMarkerSet.Add("LS_Cave_A_NSW_01 (Loot)", 461848); DictSNOMarkerSet.Add("LS_Cave_A_NSW_01 (MerqueenEvent)", 461850); DictSNOMarkerSet.Add("LS_Cave_A_NSW_01 (Moss)", 461849); DictSNOMarkerSet.Add("LS_Cave_A_NS_01 (AmbientBats)", 461838); DictSNOMarkerSet.Add("LS_Cave_A_NS_01 (Audio)", 461833); DictSNOMarkerSet.Add("LS_Cave_A_NS_01 (Environment)", 461834); DictSNOMarkerSet.Add("LS_Cave_A_NS_01 (Lighting)", 461835); DictSNOMarkerSet.Add("LS_Cave_A_NS_01 (Loot)", 461836); DictSNOMarkerSet.Add("LS_Cave_A_NS_01 (Patch)", 461837); DictSNOMarkerSet.Add("LS_Cave_A_NS_01 (TidalPools)", 461839); DictSNOMarkerSet.Add("LS_Cave_A_S_01 (Audio)", 461851); DictSNOMarkerSet.Add("LS_Cave_A_S_01 (Environment)", 461852); DictSNOMarkerSet.Add("LS_Cave_A_S_01 (Loot)", 461853); DictSNOMarkerSet.Add("LS_Cave_A_S_01 (Moss)", 461855); DictSNOMarkerSet.Add("LS_Cave_A_S_01 (Roots)", 461854); DictSNOMarkerSet.Add("LS_Cave_A_W_01 (Audio)", 461856); DictSNOMarkerSet.Add("LS_Cave_A_W_01 (Environment)", 461857); DictSNOMarkerSet.Add("LS_Cave_A_W_01 (Loot)", 461858); DictSNOMarkerSet.Add("LS_Cave_A_W_01 (Roots)", 461859); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02 (Audio)", 461867); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02 (Encounters)", 461863); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02 (Environment)", 461861); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02 (Foliage)", 461862); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02 (Lighting)", 461864); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02 (Loot)", 461869); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02 (Monsters)", 461868); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02 (Vendor_Fence)", 461865); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02 (Vendor_Weaponsmith)", 461866); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S02", 461860); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S03 (Encounters)", 461873); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S03 (Environment)", 461871); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S03 (Foliage)", 461872); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S03 (Loot)", 461874); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S03 (Monsters)", 461877); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S03 (Vendor_Fence)", 461875); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S03 (Vendor_Weaponsmith)", 461876); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E01_S03", 461870); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S02 (Encounters)", 461881); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S02 (Environment)", 461879); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S02 (Foliage)", 461880); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S02 (Lighting)", 461882); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S02 (Loot)", 461884); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S02 (Weaponsmith)", 461883); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S02", 461878); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S03 (Audio)", 461891); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S03 (Encounters)", 461888); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S03 (Environment)", 461886); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S03 (Foliage)", 461887); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S03 (Loot)", 461893); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S03 (Monsters)", 461892); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S03 (Vendor_Fence)", 461889); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S03 (Vendor_Weaponsmith)", 461890); DictSNOMarkerSet.Add("LS_Highlands_DunExterior_A_E02_S03", 461885); DictSNOMarkerSet.Add("LS_Labyrinth_NSEW_02 (Lighting)", 462039); DictSNOMarkerSet.Add("LS_Labyrinth_NSEW_02 (Loot)", 462040); DictSNOMarkerSet.Add("LS_Labyrinth_NSEW_02", 462038); DictSNOMarkerSet.Add("LS_Labyrinth_NSEW_A_01 (Lighting)", 461582); DictSNOMarkerSet.Add("LS_Labyrinth_NSEW_A_01 (Loot)", 461583); DictSNOMarkerSet.Add("LS_Labyrinth_NSEW_A_01", 461581); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_240_Connection_NS_01 (Audio)", 462628); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_240_Connection_NS_01 (Encounters)", 462627); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_240_Connection_NS_01 (Environment)", 462622); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_240_Connection_NS_01 (Foliage)", 462623); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_240_Connection_NS_01 (Lighting)", 462624); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_240_Connection_NS_01 (Loot)", 462625); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_240_Connection_NS_01 (Particles)", 462626); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_240_Connection_NS_01", 462621); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01 (Audio)", 462637); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01 (Cellar 01)", 462632); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01 (Cellar 02)", 462633); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01 (Cellar 03)", 462634); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01 (Cellar 04)", 462635); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01 (Fix)", 463956); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01 (Lighting)", 462630); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01 (Loot)", 462631); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01 (Particles)", 462636); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01", 462629); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Elbow_NW_02 (Lighting)", 462639); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Elbow_NW_02 (Loot)", 462640); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Elbow_NW_02 (Particles)", 462641); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Elbow_NW_02", 462638); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Elbow_SW_02 (Lighting)", 462643); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Elbow_SW_02 (Loot)", 462644); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Elbow_SW_02 (Particles)", 462646); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_Elbow_SW_02", 462642); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NEW_01 (Fracture)", 463510); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NEW_01 (Lighting)", 462794); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NEW_01 (Loot)", 462795); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NEW_01 (Patch)", 462796); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NEW_01 (transistion)", 462738); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NEW_01", 462793); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NEW_01b (transistion)", 463515); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01 (Adventure)", 462651); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01 (CursedChest_ForestChest02)", 462652); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01 (Lighting)", 462648); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01 (Loot)", 462649); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01 (Particles)", 462650); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01 (Transistion)", 462745); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01", 462647); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01b (Adventure)", 464057); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01b (Audio)", 469303); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01b (CursedChest_ForestChest02)", 464058); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01b (Lighting)", 464054); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01b (Loot)", 464055); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01b (Particles)", 464056); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01b (Transistion)", 464059); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_NSW_01b", 464053); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01 (Adventure)", 462657); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01 (Encounters)", 462658); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01 (Fracture)", 463509); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01 (Lighting)", 462655); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01 (Loot)", 462656); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01 (Particles)", 462659); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01 (Patch)", 462661); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01 (Props)", 462660); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01 (transistion)", 462741); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SEW_01", 462654); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SW_01 (Adventure)", 462672); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SW_01 (Audio)", 462676); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SW_01 (Environment)", 462664); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SW_01 (Foliage)", 462666); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SW_01 (Lighting)", 462667); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SW_01 (Loot)", 462668); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SW_01 (Particles)", 462670); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SW_01 (WickermanAmbush)", 462674); DictSNOMarkerSet.Add("LS_p4_Forest_Coast_Border_SW_01", 462663); DictSNOMarkerSet.Add("LS_px_Cave_A_NE_01 (Fracture)", 470190); DictSNOMarkerSet.Add("LS_px_Cave_A_NSEW_03 (Transisiton)", 462075); DictSNOMarkerSet.Add("LS_px_Cave_A_NSW_01 (Audio)", 470185); DictSNOMarkerSet.Add("LS_px_Cave_A_NSW_01 (Fracture)", 470186); DictSNOMarkerSet.Add("LS_px_Cave_A_NS_01 (Fracture)", 464642); DictSNOMarkerSet.Add("LS_px_Cave_A_NS_01 (Transistion)", 462116); DictSNOMarkerSet.Add("LS_spire_corrupt_NW_01 (Audio)", 461802); DictSNOMarkerSet.Add("LS_spire_corrupt_NW_01 (Environment)", 461798); DictSNOMarkerSet.Add("LS_spire_corrupt_NW_01 (Fissure Room)", 461801); DictSNOMarkerSet.Add("LS_spire_corrupt_NW_01 (Lighting)", 461799); DictSNOMarkerSet.Add("LS_spire_corrupt_NW_01 (Loot)", 461800); DictSNOMarkerSet.Add("LS_spire_corrupt_NW_01", 461797); DictSNOMarkerSet.Add("LS_spire_corrupt_SEW_01 (Environment)", 461744); DictSNOMarkerSet.Add("LS_spire_corrupt_SEW_01 (Foliage)", 461745); DictSNOMarkerSet.Add("LS_spire_corrupt_SEW_01 (Lighting)", 461746); DictSNOMarkerSet.Add("LS_spire_corrupt_SEW_01 (Loot)", 461747); DictSNOMarkerSet.Add("LS_spire_corrupt_SEW_01", 461743); DictSNOMarkerSet.Add("LS_spire_corrupt_W_01 (Encounters)", 461808); DictSNOMarkerSet.Add("LS_spire_corrupt_W_01 (Environment)", 461804); DictSNOMarkerSet.Add("LS_spire_corrupt_W_01 (Foliage)", 461805); DictSNOMarkerSet.Add("LS_spire_corrupt_W_01 (Lighting)", 461806); DictSNOMarkerSet.Add("LS_spire_corrupt_W_01 (Loot)", 461807); DictSNOMarkerSet.Add("LS_spire_corrupt_W_01", 461803); DictSNOMarkerSet.Add("LS_trDun_Cath_01_Filler", 462678); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_01 (Audio)", 463776); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_01 (Chandelier Level01 A)", 462685); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_01 (Chandelier Level01 B)", 462686); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_01 (Encounters)", 462683); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_01 (Fracture)", 463511); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_01 (Loot)", 462684); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_01 (Special Markers)", 462682); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_01 (Transistion)", 462746); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_01", 462681); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_02 (Audio)", 462695); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_02 (Chandelier Level01 A)", 462692); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_02 (Chandelier Level01 B)", 462693); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_02 (Encounters)", 462688); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_02 (Event Crypt Kids)", 462689); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_02 (Loot)", 462690); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_02 (NoArmorer)", 462696); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_02 (Vendor_Armorer_Item)", 462694); DictSNOMarkerSet.Add("LS_trDun_Cath_EW_Hall_02", 462687); DictSNOMarkerSet.Add("LS_trDun_Cath_E_Dead_End_01", 462715); DictSNOMarkerSet.Add("LS_trDun_Cath_NE_Hall_04 (Audio)", 462702); DictSNOMarkerSet.Add("LS_trDun_Cath_NE_Hall_04 (Chandelier Level01 A)", 462701); DictSNOMarkerSet.Add("LS_trDun_Cath_NE_Hall_04 (Encounters)", 462699); DictSNOMarkerSet.Add("LS_trDun_Cath_NE_Hall_04 (fix)", 463806); DictSNOMarkerSet.Add("LS_trDun_Cath_NE_Hall_04 (Loot)", 462700); DictSNOMarkerSet.Add("LS_trDun_Cath_NE_Hall_04", 462698); DictSNOMarkerSet.Add("LS_trDun_Cath_NE_Hall_Stranger_04", 462697); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02 (Audio)", 462711); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02 (Chandelier Level01 A)", 462709); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02 (Chandelier Level01 B)", 462710); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02 (Encounters)", 462705); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02 (Event GhoulClimbers)", 462707); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02 (fix)", 464075); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02 (Loot)", 462708); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02 (Special Markers)", 462706); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02", 462703); DictSNOMarkerSet.Add("LS_trDun_Cath_SEW_02_Markerset_01", 462704); DictSNOMarkerSet.Add("LS_trDun_Cath_W_Dead_End_01 (Encounters)", 462713); DictSNOMarkerSet.Add("LS_trDun_Cath_W_Dead_End_01 (Loot)", 462716); DictSNOMarkerSet.Add("LS_trDun_Cath_W_Dead_End_01 (p43_AD_Lazarus)", 462717); DictSNOMarkerSet.Add("LS_trDun_Cath_W_Dead_End_01 (Special Markers)", 462714); DictSNOMarkerSet.Add("LS_trDun_Cath_W_Dead_End_01", 462712); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E01_S02 (Audio)", 470173); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E01_S02 (Fracture)", 470174); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E01_S02 (transition)", 462079); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E01_S03 (Audio)", 470170); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E01_S03 (Fracture)", 470171); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E02_S02 (Audio)", 470180); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E02_S02 (Fracture)", 463728); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E02_S02 (Transition)", 462083); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E02_S03 (Fracture)", 463717); DictSNOMarkerSet.Add("LS_trOut_Highlands_DunExterior_A_E02_S03 (Transistion)", 462063); DictSNOMarkerSet.Add("LS_UNUSED_trDun_Cath_EW_Hall_02 (Event Crypt Kids 2)", 462691); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NE_01 (Audio)", 461921); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NE_01 (Date)", 461922); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NE_01 (Environment)", 461917); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NE_01 (Foliage)", 461918); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NE_01 (Lighting)", 461919); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NE_01 (Loot)", 461920); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NE_01", 461916); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NW_01 (Encounters)", 461929); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NW_01 (Environment)", 461924); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NW_01 (Foliage)", 461925); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NW_01 (Lighting)", 461926); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NW_01 (Loot)", 461927); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NW_01 (Props)", 461928); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_NW_01", 461923); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_SW_01 (Audio)", 461937); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_SW_01 (Date)", 461938); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_SW_01 (Environment)", 461933); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_SW_01 (Foliage)", 461934); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_SW_01 (Lighting)", 461935); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_SW_01 (Loot)", 461936); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_Elbow_SW_01", 461932); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NEW_01 (Audio)", 461952); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NEW_01 (Environment)", 461947); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NEW_01 (Foliage)", 461948); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NEW_01 (Lighting)", 461949); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NEW_01 (Loot)", 461950); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NEW_01 (Particles)", 461951); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NEW_01", 461946); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NE_01 (Environment)", 461940); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NE_01 (Foliage)", 461941); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NE_01 (Lighting)", 461942); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NE_01 (Loot)", 461943); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NE_01", 461939); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NSW_01 (Audio)", 461958); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NSW_01 (Encounters)", 461959); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NSW_01 (Environment)", 461954); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NSW_01 (Foliage)", 461955); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NSW_01 (Lighting)", 461956); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NSW_01 (Loot)", 461957); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_NSW_01", 461953); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SEW_03 (Date)", 461973); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SEW_03 (Encounters)", 461971); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SEW_03 (Environment)", 461967); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SEW_03 (Foliage)", 461968); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SEW_03 (Lighting)", 461969); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SEW_03 (Loot)", 461970); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SEW_03 (Props)", 461972); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SEW_03", 461966); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SE_01 (Environment)", 461962); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SE_01 (Foliage)", 461963); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SE_01 (Lighting)", 461964); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SE_01 (Loot)", 461965); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SE_01", 461961); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SW_01 (Environment)", 461975); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SW_01 (Foliage)", 461976); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SW_01 (Lighting)", 461977); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SW_01 (Loot)", 461978); DictSNOMarkerSet.Add("LS_westm_graveyard_Border_SW_01", 461974); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_01 (Encounters)", 461984); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_01 (Environment)", 461980); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_01 (Foliage)", 461981); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_01 (Lighting)", 461982); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_01 (Loot)", 461983); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_01", 461979); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_02 (Encounters)", 461990); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_02 (Environment)", 461986); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_02 (Foliage)", 461987); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_02 (Lighting)", 461988); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_02 (Loot)", 461989); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_02", 461985); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_05 (Environment)", 461992); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_05 (Foliage)", 461993); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_05 (Lighting)", 461994); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_05 (Loot)", 461996); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_05 (Props)", 461997); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_05", 461991); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_06 (Environment)", 461999); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_06 (Foliage)", 462000); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_06 (Graveyard_Unique_1)", 462003); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_06 (Lighting)", 462001); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_06 (Loot)", 462002); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_06 (Props)", 462004); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_06", 461998); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_07 (DateDungeon)", 462012); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_07 (Entrance)", 462010); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_07 (Environment)", 462006); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_07 (Foliage)", 462007); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_07 (Lighting)", 462008); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_07 (Loot)", 462009); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_07 (Props)", 462011); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_07", 462005); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_10 (Encounters)", 462019); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_10 (Environment)", 462015); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_10 (Foliage)", 462016); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_10 (Lighting)", 462017); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_10 (Loot)", 462018); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_10 (Props)", 462020); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_10", 462014); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_15 (Challenge - DreadGhosts)", 462028); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_15 (Environment)", 462026); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_15 (Foliage)", 462027); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_15 (Lighting)", 462024); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_15 (Loot)", 462025); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_15 (Props)", 462029); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_15", 462023); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_Event_02 (Encounters)", 462031); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_Event_02 (Environment)", 462032); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_Event_02 (Foliage)", 462033); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_Event_02 (Lighting)", 462034); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_Event_02 (Loot)", 462035); DictSNOMarkerSet.Add("LS_westm_graveyard_NSEW_Event_02", 462030); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_Elbow_NE_01 (Audio)", 469549); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_Elbow_NE_01 (Transistion)", 461756); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_Elbow_NW_01 (Audio)", 470166); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_Elbow_NW_01 (Fracture)", 464630); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_Elbow_NW_01 (Transistion)", 462070); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_Elbow_SW_01 (Fracture)", 464616); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_Elbow_SW_01 (Transistion)", 462069); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_NEW_01 (transition)", 461757); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_NSW_01 (Audio)", 470098); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_NSW_01 (Fracture)", 470099); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_NSW_01 (Transistion)", 464615); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_SEW_03 (Audio)", 470083); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_Border_SEW_03 (Fracture)", 470085); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_01 (Audio)", 470063); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_01 (Fracture)", 470065); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_05 (Audio)", 469557); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_05 (Fracture)", 469558); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_06 (Audio)", 470081); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_06 (Fracture)", 470082); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_06 (transistion)", 464635); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_07 (Audio)", 470100); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_07 (Fracture)", 470101); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_07 (LS_Fix)", 465475); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_10 (Audio)", 470070); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_10 (Fracture)", 470072); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_Event_02 (Audio)", 470062); DictSNOMarkerSet.Add("LS_x1_westm_graveyard_NSEW_Event_02 (Fracture)", 470061); DictSNOMarkerSet.Add("nagrand_arena_appearance (Lighting)", 100825); DictSNOMarkerSet.Add("nagrand_arena_appearance", 100824); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E01_S01_TieredRift (Encounters)", 408086); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E01_S01_TieredRift (Lighting)", 409168); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E01_S02_TieredRift (Encounters)", 408087); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E01_S02_TieredRift (Lighting)", 409167); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E02_S01_TieredRift (Encounters)", 408085); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E02_S01_TieredRift (Lighting)", 409169); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E02_S02_Benchmark (Event)", 436520); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E02_S02_TieredRift (Encounters)", 405692); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E02_S02_TieredRift (Event)", 406209); DictSNOMarkerSet.Add("p1_a4dun_Diablo_ShadowRealm_E02_S02_TieredRift (Lighting)", 409166); DictSNOMarkerSet.Add("p1_cesspools_01_Filler (Environment)", 378649); DictSNOMarkerSet.Add("p1_cesspools_01_Filler (Foliage)", 378648); DictSNOMarkerSet.Add("p1_cesspools_01_Filler (Lighting)", 378650); DictSNOMarkerSet.Add("p1_cesspools_01_Filler (Loot)", 378651); DictSNOMarkerSet.Add("p1_cesspools_01_Filler", 378647); DictSNOMarkerSet.Add("p1_cesspools_EW_01 (Encounters)", 380336); DictSNOMarkerSet.Add("p1_cesspools_EW_01 (Environment)", 378661); DictSNOMarkerSet.Add("p1_cesspools_EW_01 (Foliage)", 378660); DictSNOMarkerSet.Add("p1_cesspools_EW_01 (Lighting)", 378662); DictSNOMarkerSet.Add("p1_cesspools_EW_01 (Loot)", 378663); DictSNOMarkerSet.Add("p1_cesspools_EW_01 (Props)", 386445); DictSNOMarkerSet.Add("p1_cesspools_EW_01", 378659); DictSNOMarkerSet.Add("p1_cesspools_E_01 (Encounters)", 380335); DictSNOMarkerSet.Add("p1_cesspools_E_01 (EntranceExit)", 380271); DictSNOMarkerSet.Add("p1_cesspools_E_01 (Environment)", 378673); DictSNOMarkerSet.Add("p1_cesspools_E_01 (Foliage)", 378672); DictSNOMarkerSet.Add("p1_cesspools_E_01 (Lighting)", 378674); DictSNOMarkerSet.Add("p1_cesspools_E_01 (Loot)", 378675); DictSNOMarkerSet.Add("p1_cesspools_E_01 (Props)", 386572); DictSNOMarkerSet.Add("p1_cesspools_E_01 (ScoundrelEvent)", 404355); DictSNOMarkerSet.Add("p1_cesspools_E_01", 378671); DictSNOMarkerSet.Add("p1_cesspools_E_02 (Environment)", 386709); DictSNOMarkerSet.Add("p1_cesspools_E_02 (Foliage)", 386708); DictSNOMarkerSet.Add("p1_cesspools_E_02 (Lighting)", 386710); DictSNOMarkerSet.Add("p1_cesspools_E_02 (Loot)", 386711); DictSNOMarkerSet.Add("p1_cesspools_E_02", 386707); DictSNOMarkerSet.Add("p1_cesspools_E_DungeonStone_01 (Encounters)", 380290); DictSNOMarkerSet.Add("p1_cesspools_E_Entrance_01 (Encounters)", 380291); DictSNOMarkerSet.Add("p1_cesspools_E_Exit_01 (Encounters)", 380292); DictSNOMarkerSet.Add("p1_cesspools_NSEW_01 (Encounters)", 380339); DictSNOMarkerSet.Add("p1_cesspools_NSEW_01 (Environment)", 385460); DictSNOMarkerSet.Add("p1_cesspools_NSEW_01 (Lighting)", 378691); DictSNOMarkerSet.Add("p1_cesspools_NSEW_01 (Loot)", 378692); DictSNOMarkerSet.Add("p1_cesspools_NSEW_01 (Props)", 380523); DictSNOMarkerSet.Add("p1_cesspools_NSEW_01 (Scoundrel2)", 404188); DictSNOMarkerSet.Add("p1_cesspools_NSEW_01", 378690); DictSNOMarkerSet.Add("p1_cesspools_NSEW_02 (Encounters)", 380340); DictSNOMarkerSet.Add("p1_cesspools_NSEW_02 (Environment)", 378637); DictSNOMarkerSet.Add("p1_cesspools_NSEW_02 (Foliage)", 378636); DictSNOMarkerSet.Add("p1_cesspools_NSEW_02 (Lighting)", 378638); DictSNOMarkerSet.Add("p1_cesspools_NSEW_02 (Loot)", 378639); DictSNOMarkerSet.Add("p1_cesspools_NSEW_02 (Props)", 380475); DictSNOMarkerSet.Add("p1_cesspools_NSEW_02", 378635); DictSNOMarkerSet.Add("p1_cesspools_NSEW_03 (Encounters)", 380341); DictSNOMarkerSet.Add("p1_cesspools_NSEW_03 (Environment)", 378700); DictSNOMarkerSet.Add("p1_cesspools_NSEW_03 (Foliage)", 378699); DictSNOMarkerSet.Add("p1_cesspools_NSEW_03 (Lighting)", 378701); DictSNOMarkerSet.Add("p1_cesspools_NSEW_03 (Loot)", 378702); DictSNOMarkerSet.Add("p1_cesspools_NSEW_03", 378698); DictSNOMarkerSet.Add("p1_cesspools_NSEW_04 (Encounters)", 380342); DictSNOMarkerSet.Add("p1_cesspools_NSEW_04 (Environment)", 378710); DictSNOMarkerSet.Add("p1_cesspools_NSEW_04 (Foliage)", 378709); DictSNOMarkerSet.Add("p1_cesspools_NSEW_04 (Lighting)", 378711); DictSNOMarkerSet.Add("p1_cesspools_NSEW_04 (Loot)", 378712); DictSNOMarkerSet.Add("p1_cesspools_NSEW_04 (Props)", 386824); DictSNOMarkerSet.Add("p1_cesspools_NSEW_04", 378708); DictSNOMarkerSet.Add("p1_cesspools_NSEW_05 (Encounters)", 380343); DictSNOMarkerSet.Add("p1_cesspools_NSEW_05 (Environment)", 378720); DictSNOMarkerSet.Add("p1_cesspools_NSEW_05 (Foliage)", 378719); DictSNOMarkerSet.Add("p1_cesspools_NSEW_05 (Lighting)", 378721); DictSNOMarkerSet.Add("p1_cesspools_NSEW_05 (Loot)", 378722); DictSNOMarkerSet.Add("p1_cesspools_NSEW_05 (Props)", 383302); DictSNOMarkerSet.Add("p1_cesspools_NSEW_05", 378718); DictSNOMarkerSet.Add("p1_cesspools_NS_01 (Encounters)", 380338); DictSNOMarkerSet.Add("p1_cesspools_NS_01 (Environment)", 378730); DictSNOMarkerSet.Add("p1_cesspools_NS_01 (Foliage)", 378729); DictSNOMarkerSet.Add("p1_cesspools_NS_01 (Lighting)", 378731); DictSNOMarkerSet.Add("p1_cesspools_NS_01 (Loot)", 378732); DictSNOMarkerSet.Add("p1_cesspools_NS_01 (Props)", 386341); DictSNOMarkerSet.Add("p1_cesspools_NS_01 (Scoundrel)", 404187); DictSNOMarkerSet.Add("p1_cesspools_NS_01", 378728); DictSNOMarkerSet.Add("p1_cesspools_N_01 (Encounters)", 380337); DictSNOMarkerSet.Add("p1_cesspools_N_01 (EntranceExit)", 380273); DictSNOMarkerSet.Add("p1_cesspools_N_01 (Environment)", 378740); DictSNOMarkerSet.Add("p1_cesspools_N_01 (Foliage)", 378739); DictSNOMarkerSet.Add("p1_cesspools_N_01 (Lighting)", 378741); DictSNOMarkerSet.Add("p1_cesspools_N_01 (Loot)", 378742); DictSNOMarkerSet.Add("p1_cesspools_N_01 (Props)", 386582); DictSNOMarkerSet.Add("p1_cesspools_N_01 (ScoundrelEvent)", 389807); DictSNOMarkerSet.Add("p1_cesspools_N_01", 378738); DictSNOMarkerSet.Add("p1_cesspools_N_02 (Environment)", 386719); DictSNOMarkerSet.Add("p1_cesspools_N_02 (Foliage)", 386718); DictSNOMarkerSet.Add("p1_cesspools_N_02 (Lighting)", 386720); DictSNOMarkerSet.Add("p1_cesspools_N_02 (Loot)", 386721); DictSNOMarkerSet.Add("p1_cesspools_N_02", 386717); DictSNOMarkerSet.Add("p1_cesspools_N_DungeonStone_01 (Encounters)", 380293); DictSNOMarkerSet.Add("p1_cesspools_N_Entrance_01 (Encounters)", 380294); DictSNOMarkerSet.Add("p1_cesspools_N_Exit_01 (Encounters)", 380295); DictSNOMarkerSet.Add("p1_cesspools_S_01 (Encounters)", 380344); DictSNOMarkerSet.Add("p1_cesspools_S_01 (EntranceExit)", 380277); DictSNOMarkerSet.Add("p1_cesspools_S_01 (Environment)", 378750); DictSNOMarkerSet.Add("p1_cesspools_S_01 (Foliage)", 378749); DictSNOMarkerSet.Add("p1_cesspools_S_01 (Lighting)", 378751); DictSNOMarkerSet.Add("p1_cesspools_S_01 (Loot)", 378752); DictSNOMarkerSet.Add("p1_cesspools_S_01 (Props)", 386586); DictSNOMarkerSet.Add("p1_cesspools_S_01 (ScoundrelEvent)", 389802); DictSNOMarkerSet.Add("p1_cesspools_S_01", 378748); DictSNOMarkerSet.Add("p1_cesspools_S_01_ScoundrelDeadEnd (ScoundrelEvent)", 404532); DictSNOMarkerSet.Add("p1_cesspools_S_02 (Environment)", 386743); DictSNOMarkerSet.Add("p1_cesspools_S_02 (Foliage)", 386742); DictSNOMarkerSet.Add("p1_cesspools_S_02 (Lighting)", 386744); DictSNOMarkerSet.Add("p1_cesspools_S_02 (Loot)", 386745); DictSNOMarkerSet.Add("p1_cesspools_S_02 (Props)", 391380); DictSNOMarkerSet.Add("p1_cesspools_S_02", 386741); DictSNOMarkerSet.Add("p1_cesspools_S_DungeonStone_01 (Encounters)", 380296); DictSNOMarkerSet.Add("p1_cesspools_S_Entrance_01 (Encounters)", 380297); DictSNOMarkerSet.Add("p1_cesspools_S_Exit_01 (Encounters)", 380298); DictSNOMarkerSet.Add("p1_cesspools_W_01 (Encounters)", 380345); DictSNOMarkerSet.Add("p1_cesspools_W_01 (EntranceExit)", 380278); DictSNOMarkerSet.Add("p1_cesspools_W_01 (Environment)", 378763); DictSNOMarkerSet.Add("p1_cesspools_W_01 (Foliage)", 378762); DictSNOMarkerSet.Add("p1_cesspools_W_01 (Lighting)", 378764); DictSNOMarkerSet.Add("p1_cesspools_W_01 (Loot)", 378765); DictSNOMarkerSet.Add("p1_cesspools_W_01 (Props)", 386723); DictSNOMarkerSet.Add("p1_cesspools_W_01", 378761); DictSNOMarkerSet.Add("p1_cesspools_W_02 (Environment)", 386769); DictSNOMarkerSet.Add("p1_cesspools_W_02 (Foliage)", 386768); DictSNOMarkerSet.Add("p1_cesspools_W_02 (Lighting)", 386771); DictSNOMarkerSet.Add("p1_cesspools_W_02 (Loot)", 386772); DictSNOMarkerSet.Add("p1_cesspools_W_02", 386770); DictSNOMarkerSet.Add("p1_cesspools_W_DungeonStone_01 (Encounters)", 380299); DictSNOMarkerSet.Add("p1_cesspools_W_Entrance_01 (Encounters)", 380300); DictSNOMarkerSet.Add("p1_cesspools_W_Entrance_01 (ScoundrelEvent)", 384577); DictSNOMarkerSet.Add("p1_cesspools_W_Exit_01 (Encounters)", 380302); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Farlight(Lighting)", 390535); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S01 (Encounters)", 393058); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S01 (Environment)", 383423); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S01 (Loot)", 380608); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S01 (Props)", 398391); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S01 gold (Lighting)", 403134); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S01", 380606); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S02 (Critters)", 401673); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S02 (Encounters)", 393021); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S02 (Environment)", 383165); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S02 (Lighting)", 380599); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S02 (Loot)", 380600); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S02 (Particles)", 390686); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S02 (Props)", 391759); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S02", 380598); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S02_Ancient (Loot)", 483066); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S03 (Encounters)", 380757); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S03 (Environment)", 383171); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S03 (Lighting)", 380636); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S03 (Loot)", 380637); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S03 (Particles)", 390683); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S03 (Props)", 391758); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S03", 380635); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E01_S03_Ancient (Loot)", 483065); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S02 (Environment)", 383167); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S02 (Lighting)", 380714); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S02 (Loot)", 380715); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S02", 380713); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S03 (Critters)", 401630); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S03 (Environment)", 383173); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S03 (Lighting)", 380718); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S03 (Loot)", 380719); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S03 (Particles)", 390685); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S03 (Props)", 391745); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S03", 380717); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_E02_S03_Ancient (Loot)", 483067); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01 (Encounters)", 380759); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01 (Environment)", 383426); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01 (Greed)", 390451); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01 (Loot)", 380604); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01 (Particles)", 386285); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01 (Pre Greed)", 394463); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01 gold (Lighting)", 403135); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01", 380602); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01_Ancient (Greed)", 483081); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S01_Ancient (Pre Greed)", 483078); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S02 (Encounters)", 380758); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S02 (Environment)", 383163); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S02 (Lighting)", 380611); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S02 (Loot)", 380612); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S02 (Particles)", 390692); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S02 (Props)", 392109); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S02", 380610); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S02_Ancient (Loot)", 483068); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S03 (Environment)", 383169); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S03 (Lighting)", 380640); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S03 (Loot)", 380641); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S03 (Particles)", 390687); DictSNOMarkerSet.Add("p1_TGoblin_Realm_Prototype3_W01_S03", 380639); DictSNOMarkerSet.Add("p2_cesspools_NSEW_02 (ScoundrelEvent)", 384697); DictSNOMarkerSet.Add("p2_trDun_Crypt_SE_01 (Date)", 409068); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_Elbow_NE_02 (Environment)", 405180); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_Elbow_NE_02 (Foliage)", 405179); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_Elbow_NE_02 (Lighting)", 405182); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_Elbow_NE_02 (Loot)", 405183); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_Elbow_NE_02", 405181); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_NSW_02 (Lighting)", 405044); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_NSW_02 (Loot)", 405045); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_NSW_02", 405043); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_SW_FillerOnly (Lighting)", 405411); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_SW_FillerOnly (Loot)", 405412); DictSNOMarkerSet.Add("p2_westm_graveyard_Border_SW_FillerOnly", 405410); DictSNOMarkerSet.Add("p2_westm_graveyard_NSEW_DD (Date)", 409340); DictSNOMarkerSet.Add("p2_westm_graveyard_NSEW_DD (Encounters)", 409248); DictSNOMarkerSet.Add("p2_westm_graveyard_NSEW_DD (Environment)", 405116); DictSNOMarkerSet.Add("p2_westm_graveyard_NSEW_DD (Foliage)", 405115); DictSNOMarkerSet.Add("p2_westm_graveyard_NSEW_DD (Lighting)", 405118); DictSNOMarkerSet.Add("p2_westm_graveyard_NSEW_DD (Loot)", 405119); DictSNOMarkerSet.Add("p2_westm_graveyard_NSEW_DD", 405117); DictSNOMarkerSet.Add("p2_Westm_Int_Gen_A_03_ScoundrelEvent2", 384453); DictSNOMarkerSet.Add("p2_westm_NEW_03 (ScoundrelEvent)", 384706); DictSNOMarkerSet.Add("p43_AD_Barrel_10x_01", 455177); DictSNOMarkerSet.Add("p43_AD_Barrel_10x_02", 455191); DictSNOMarkerSet.Add("p43_AD_Barrel_10x_03", 455193); DictSNOMarkerSet.Add("p43_AD_Barrel_20x_01", 455227); DictSNOMarkerSet.Add("p43_AD_Barrel_20x_01_Corner", 455223); DictSNOMarkerSet.Add("p43_AD_Barrel_20x_02", 455229); DictSNOMarkerSet.Add("p43_AD_Barrel_20x_02_Corner", 455225); DictSNOMarkerSet.Add("p43_AD_Catacombs_EW_01 (Lighting)", 456220); DictSNOMarkerSet.Add("p43_AD_Catacombs_EW_02 (Lighting)", 456223); DictSNOMarkerSet.Add("p43_AD_Catacombs_E_01 (Lighting)", 456217); DictSNOMarkerSet.Add("p43_AD_Catacombs_E_Entrance_01 (Lighting)", 456191); DictSNOMarkerSet.Add("p43_AD_Catacombs_E_Exit_02 (Lighting)", 456212); DictSNOMarkerSet.Add("p43_AD_Catacombs_NEW_01 (Lighting)", 456234); DictSNOMarkerSet.Add("p43_AD_Catacombs_NEW_02 (Lighting)", 456237); DictSNOMarkerSet.Add("p43_AD_Catacombs_NE_01 (Lighting)", 456229); DictSNOMarkerSet.Add("p43_AD_Catacombs_NE_02 (Lighting)", 456271); DictSNOMarkerSet.Add("p43_AD_Catacombs_NSEW_01 (Lighting)", 456248); DictSNOMarkerSet.Add("p43_AD_Catacombs_NSEW_02 (Lighting)", 456251); DictSNOMarkerSet.Add("p43_AD_Catacombs_NSE_01 (Lighting)", 456296); DictSNOMarkerSet.Add("p43_AD_Catacombs_NSE_02 (Lighting)", 456297); DictSNOMarkerSet.Add("p43_AD_Catacombs_NSW_01 (Lighting)", 456254); DictSNOMarkerSet.Add("p43_AD_Catacombs_NSW_03 (Lighting)", 456257); DictSNOMarkerSet.Add("p43_AD_Catacombs_NS_01 (Lighting)", 456240); DictSNOMarkerSet.Add("p43_AD_Catacombs_NS_02 (Lighting)", 456243); DictSNOMarkerSet.Add("p43_AD_Catacombs_NS_06 (Lighting)", 456290); DictSNOMarkerSet.Add("p43_AD_Catacombs_NW_01 (Lighting)", 456261); DictSNOMarkerSet.Add("p43_AD_Catacombs_NW_02 (Lighting)", 456264); DictSNOMarkerSet.Add("p43_AD_Catacombs_N_01 (Lighting)", 456226); DictSNOMarkerSet.Add("p43_AD_Catacombs_N_Entrance_04 (Lighting)", 456200); DictSNOMarkerSet.Add("p43_AD_Catacombs_N_Exit_01 (Lighting)", 456203); DictSNOMarkerSet.Add("p43_AD_Catacombs_SEW_01 (HallsOfTheBlind)", 456317); DictSNOMarkerSet.Add("p43_AD_Catacombs_SEW_01 (Lighting)", 456277); DictSNOMarkerSet.Add("p43_AD_Catacombs_SEW_02 (Lighting)", 456280); DictSNOMarkerSet.Add("p43_AD_Catacombs_SE_01 (Lighting)", 456270); DictSNOMarkerSet.Add("p43_AD_Catacombs_SE_02 (Lighting)", 456274); DictSNOMarkerSet.Add("p43_AD_Catacombs_SW_01 (Lighting)", 456283); DictSNOMarkerSet.Add("p43_AD_Catacombs_SW_02 (Lighting)", 456286); DictSNOMarkerSet.Add("p43_AD_Catacombs_S_01 (Lighting)", 456267); DictSNOMarkerSet.Add("p43_AD_Catacombs_S_Entrance_01 (Lighting)", 456194); DictSNOMarkerSet.Add("p43_AD_Catacombs_S_Exit_01 (Lighting)", 456206); DictSNOMarkerSet.Add("p43_AD_Catacombs_W_01 (Lighting)", 456289); DictSNOMarkerSet.Add("p43_AD_Catacombs_W_Entrance_01 (Lighting)", 456199); DictSNOMarkerSet.Add("p43_AD_Catacombs_W_Exit_01 (Lighting)", 456209); DictSNOMarkerSet.Add("p43_AD_Cathedral_SW_01_Bandaid", 460253); DictSNOMarkerSet.Add("p43_AD_crypt_NS_Flooded_entrance_01 (Encounters)", 456628); DictSNOMarkerSet.Add("p43_AD_crypt_NS_Flooded_entrance_01 (Loot)", 456629); DictSNOMarkerSet.Add("p43_AD_crypt_NS_Flooded_entrance_01 (Special Markers)", 456630); DictSNOMarkerSet.Add("p43_AD_crypt_NS_Flooded_entrance_01", 456631); DictSNOMarkerSet.Add("p43_AD_PoisonedWellEntrance", 453270); DictSNOMarkerSet.Add("p43_Retro_Tristram_E01_S03 (Encounters)", 455648); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_N01 (Audio)", 455528); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_N01 (Encounters)", 455527); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_N01 (Environment)", 455524); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_N01 (Foliage)", 455525); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_N01 (Lighting)", 455526); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_N01 (Loot)", 455529); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_N01 (p43_AD)", 455530); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_N01", 455523); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (Audio)", 455539); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (Encounters)", 455535); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (Environment)", 455532); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (Foliage)", 455533); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (Lighting)", 455534); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (p43_AD)", 455882); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (Portal Tree)", 455538); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (Set Dungeons)", 455540); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (Swarm)", 455536); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01 (Zombie Tree)", 455537); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S01", 455531); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02 (Audio)", 455542); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02 (Effects)", 455546); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02 (Encounters)", 455544); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02 (Environment)", 455548); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02 (Foliage)", 455551); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02 (Lighting)", 455547); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02 (NoCellar)", 455543); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02 (p43_AD)", 455541); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02 (Swarm)", 455545); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S02", 455549); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (Audio)", 455516); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (Encounters)", 455511); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (Environment)", 455508); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (Foliage)", 455509); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (Lighting)", 455510); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (Loot)", 455512); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (NoCellar)", 455515); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (p43_AD)", 455517); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (Particles)", 455514); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03 (Swarm)", 455513); DictSNOMarkerSet.Add("p43_Retro_Tristram_E02_S03", 455507); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_N01 (Audio)", 455554); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_N01 (Encounters)", 455557); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_N01 (Environment)", 455553); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_N01 (Foliage)", 455556); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_N01 (Lighting)", 455555); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_N01", 455552); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S01 (Audio)", 455564); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S01 (Encounter)", 455565); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S01 (Environment)", 455559); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S01 (Foliage)", 455560); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S01 (Lighting)", 455561); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S01 (Loot)", 455563); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S01 (p43_AD)", 455562); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S01", 455558); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S02 (Encounters)", 455572); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S02 (Environment)", 455568); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S02 (Foliage)", 455569); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S02 (Lighting)", 455570); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S02 (Loot)", 455573); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S02 (p43_AD)", 455576); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S02 (Swarm)", 455575); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S02", 455567); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S03 (Encounters)", 455581); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S03 (Environment)", 455578); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S03 (Foliage)", 455579); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S03 (Lighting)", 455580); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S03 (Loot)", 455582); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S03 (p43_AD)", 455585); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S03 (Particles)", 455584); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S03 (Swarm)", 455583); DictSNOMarkerSet.Add("p43_Retro_Tristram_E03_S03", 455577); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Crypt_01 (Bounty)", 448415); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Crypt_01 (Champions)", 448417); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Crypt_01 (Loot)", 448413); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Crypt_01 (Props)", 448414); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Crypt_01 (Shaman)", 448416); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Keep_01 (Burrowers)", 448407); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Keep_01 (Loot)", 448405); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Keep_01 (Shaman Bounty)", 448406); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Keep_01 (Shrines)", 448408); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Leorics_Garden_01 (Champs)", 448400); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Leorics_Garden_01 (Loot)", 448399); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Leorics_Garden_01 (Shrines)", 448401); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Neph_01_E01_S01 (Champions)", 448395); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Neph_01_E01_S01 (Loot)", 448392); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Neph_01_E01_S01 (Shaman)", 448393); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Neph_01_E01_S01 (Shrines)", 448394); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Swr_01 (Bounty)", 448377); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Swr_01 (Champs)", 448380); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Swr_01 (Loot)", 448376); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Swr_01 (Shaman)", 448378); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Swr_01 (Shrines)", 448379); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Zolt_01 (Burrowers)", 448371); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Zolt_01 (Loot)", 448369); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Zolt_01 (Shaman)", 448370); DictSNOMarkerSet.Add("p4_A5_bounty_grounds_Zolt_01 (Shrines)", 448372); DictSNOMarkerSet.Add("p4_bounty_grounds_Crypt_01 (Audio)", 449955); DictSNOMarkerSet.Add("p4_bounty_grounds_Crypt_01 (Bounty)", 445738); DictSNOMarkerSet.Add("p4_bounty_grounds_Crypt_01 (Champions)", 447943); DictSNOMarkerSet.Add("p4_bounty_grounds_Crypt_01 (Lighting)", 443711); DictSNOMarkerSet.Add("p4_bounty_grounds_Crypt_01 (Loot)", 443712); DictSNOMarkerSet.Add("p4_bounty_grounds_Crypt_01 (Props)", 443727); DictSNOMarkerSet.Add("p4_bounty_grounds_Crypt_01 (Shaman)", 447907); DictSNOMarkerSet.Add("p4_bounty_grounds_Crypt_01", 443710); DictSNOMarkerSet.Add("P4_bounty_grounds_Crypt_Cursed_Shrines", 446191); DictSNOMarkerSet.Add("P4_bounty_grounds_Crypt_Cursed_Shrines_A5", 448488); DictSNOMarkerSet.Add("p4_bounty_grounds_Keep_01 (Audio)", 449956); DictSNOMarkerSet.Add("p4_bounty_grounds_Keep_01 (Burrowers)", 447967); DictSNOMarkerSet.Add("p4_bounty_grounds_Keep_01 (Environment)", 443634); DictSNOMarkerSet.Add("p4_bounty_grounds_Keep_01 (Foliage)", 443633); DictSNOMarkerSet.Add("p4_bounty_grounds_Keep_01 (Lighting)", 443636); DictSNOMarkerSet.Add("p4_bounty_grounds_Keep_01 (Loot)", 443637); DictSNOMarkerSet.Add("p4_bounty_grounds_Keep_01 (Shaman Bounty)", 446328); DictSNOMarkerSet.Add("p4_bounty_grounds_Keep_01 (Shrines)", 447971); DictSNOMarkerSet.Add("p4_bounty_grounds_Keep_01", 443635); DictSNOMarkerSet.Add("P4_bounty_grounds_Keep_shaman", 446373); DictSNOMarkerSet.Add("P4_bounty_grounds_Keep_shaman_A5", 448542); DictSNOMarkerSet.Add("p4_bounty_grounds_Leorics_Garden_01 (Champs)", 443986); DictSNOMarkerSet.Add("p4_bounty_grounds_Leorics_Garden_01 (Lighting)", 443737); DictSNOMarkerSet.Add("p4_bounty_grounds_Leorics_Garden_01 (Loot)", 443738); DictSNOMarkerSet.Add("p4_bounty_grounds_Leorics_Garden_01 (Shrines)", 448000); DictSNOMarkerSet.Add("p4_bounty_grounds_Leorics_Garden_01", 443736); DictSNOMarkerSet.Add("P4_bounty_grounds_Leoric_garden_Chamo", 444432); DictSNOMarkerSet.Add("P4_bounty_grounds_Leoric_garden_Chamo_a5", 448533); DictSNOMarkerSet.Add("P4_bounty_grounds_Neph", 448130); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_N01 (Lighting)", 443887); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_N01 (Loot)", 443888); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_N01", 443886); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S01 (Audio)", 449980); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S01 (Champions)", 448022); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S01 (Lighting)", 443829); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S01 (Loot)", 443830); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S01 (Shaman)", 448004); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S01 (Shrines)", 448014); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S01", 443828); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S02 (Lighting)", 443871); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S02 (Loot)", 443872); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E01_S02", 443870); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E02_N01 (Lighting)", 443879); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E02_N01 (Loot)", 443880); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E02_N01", 443878); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E02_S01 (Lighting)", 443867); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E02_S01 (Loot)", 443868); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E02_S01", 443866); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E02_S02 (Lighting)", 443883); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E02_S02 (Loot)", 443884); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_E02_S02", 443882); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_W01_N01 (Lighting)", 443891); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_W01_N01 (Loot)", 443892); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_W01_N01", 443890); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_W01_S01 (Lighting)", 443875); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_W01_S01 (Loot)", 443876); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_W01_S01", 443874); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_W01_S02 (Lighting)", 443863); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_W01_S02 (Loot)", 443864); DictSNOMarkerSet.Add("p4_bounty_grounds_Neph_01_W01_S02", 443862); DictSNOMarkerSet.Add("P4_bounty_grounds_Neph_A5", 448535); DictSNOMarkerSet.Add("p4_bounty_grounds_Swr_01 (Audio)", 449954); DictSNOMarkerSet.Add("p4_bounty_grounds_Swr_01 (Bounty)", 446533); DictSNOMarkerSet.Add("p4_bounty_grounds_Swr_01 (Champs)", 448035); DictSNOMarkerSet.Add("p4_bounty_grounds_Swr_01 (Lighting)", 443683); DictSNOMarkerSet.Add("p4_bounty_grounds_Swr_01 (Loot)", 443684); DictSNOMarkerSet.Add("p4_bounty_grounds_Swr_01 (Shaman)", 448027); DictSNOMarkerSet.Add("p4_bounty_grounds_Swr_01 (Shrines)", 448031); DictSNOMarkerSet.Add("p4_bounty_grounds_Swr_01", 443682); DictSNOMarkerSet.Add("P4_bounty_grounds_Swr_Burrowers", 446564); DictSNOMarkerSet.Add("P4_bounty_grounds_Swr_Burrowers_A5", 448538); DictSNOMarkerSet.Add("P4_bounty_grounds_Zolt", 448138); DictSNOMarkerSet.Add("p4_bounty_grounds_Zolt_01 (Burrowers)", 448052); DictSNOMarkerSet.Add("p4_bounty_grounds_Zolt_01 (Lighting)", 443701); DictSNOMarkerSet.Add("p4_bounty_grounds_Zolt_01 (Loot)", 443702); DictSNOMarkerSet.Add("p4_bounty_grounds_Zolt_01 (Shaman)", 448047); DictSNOMarkerSet.Add("p4_bounty_grounds_Zolt_01 (Shrines)", 448059); DictSNOMarkerSet.Add("p4_bounty_grounds_Zolt_01", 443700); DictSNOMarkerSet.Add("P4_bounty_grounds_Zolt_A5", 448548); DictSNOMarkerSet.Add("p4_Event_SpeedKill_Mermaid_A", 437696); DictSNOMarkerSet.Add("P4_Forest_Barrel_A", 434496); DictSNOMarkerSet.Add("P4_Forest_Cave_GroundTile_Ambush_X10_A", 436320); DictSNOMarkerSet.Add("P4_Forest_Cave_GroundTile_Ambush_X10_B", 436323); DictSNOMarkerSet.Add("p4_Forest_Coast_01_Catacombs_N_dungeonStone_Exit_01 (Encounters)", 435631); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_EW_01 (Audio)", 446635); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_EW_01 (Encounters)", 434771); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_EW_01 (Environment)", 432364); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_EW_01 (Foliage)", 432363); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_EW_01 (Lighting)", 432365); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_EW_01 (Loot)", 432366); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_EW_01 (Particles)", 432794); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_EW_01", 432362); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_NS_01 (Audio)", 446636); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_NS_01 (Encounters)", 434772); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_NS_01 (Environment)", 432604); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_NS_01 (Foliage)", 432603); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_NS_01 (Lighting)", 432605); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_NS_01 (Loot)", 432606); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_NS_01 (Particles)", 433103); DictSNOMarkerSet.Add("p4_Forest_Coast_240_Connection_NS_01", 432602); DictSNOMarkerSet.Add("p4_Forest_Coast_Barrel_x10_A", 436423); DictSNOMarkerSet.Add("p4_Forest_Coast_Barrel_x10_B", 436420); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NEW_01 (Audio)", 446616); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NEW_01 (Cellar 01)", 437046); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NEW_01 (Cellar 02)", 437047); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NEW_01 (Cellar 03)", 437048); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NEW_01 (Cellar 04)", 437049); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NEW_01 (Lighting)", 436832); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NEW_01 (Loot)", 436833); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NEW_01 (Particles)", 437132); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NEW_01", 436831); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSE_01 (Audio)", 446637); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSE_01 (Cellar 01)", 437042); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSE_01 (Cellar 02)", 437043); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSE_01 (Cellar 03)", 437044); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSE_01 (Cellar 04)", 437045); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSE_01 (Lighting)", 436841); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSE_01 (Loot)", 436842); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSE_01 (Particles)", 437207); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSE_01", 436840); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSW_01 (Audio)", 446619); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSW_01 (Cellar 01)", 437057); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSW_01 (Cellar 02)", 437058); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSW_01 (Cellar 03)", 437059); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSW_01 (Cellar 04)", 437060); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSW_01 (Lighting)", 436850); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSW_01 (Loot)", 436851); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSW_01 (Particles)", 437061); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_NSW_01", 436849); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Adventure)", 437051); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Cellar 02)", 437052); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Cellar 03)", 437053); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Cellar 04)", 437054); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Cellar)", 437055); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Encounters)", 437250); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Lighting)", 436858); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Loot)", 436859); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Particles)", 436862); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02 (Ropes)", 436861); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Camp_SEW_02", 436857); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_NE_02 (Lighting)", 436884); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_NE_02 (Loot)", 436885); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_NE_02 (Particles)", 436890); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_NE_02", 436883); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_NW_02 (Lighting)", 436898); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_NW_02 (Loot)", 436899); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_NW_02 (Particles)", 436902); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_NW_02", 436897); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_SE_02 (Lighting)", 436909); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_SE_02 (Loot)", 436910); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_SE_02 (Particles)", 436912); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_SE_02", 436908); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_SW_02 (Lighting)", 436922); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_SW_02 (Loot)", 436923); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_SW_02 (Particles)", 436925); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Elbow_SW_02", 436921); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NEW_01 (Entrance)", 436937); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NEW_01 (Lighting)", 436933); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NEW_01 (Loot)", 436934); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NEW_01 (Particles)", 436936); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NEW_01", 436932); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSE_01 (Entrance)", 436947); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSE_01 (Lighting)", 436944); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSE_01 (Loot)", 436945); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSE_01 (Particles)", 436948); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSE_01", 436943); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSW_01 (Entrance)", 436963); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSW_01 (Lighting)", 436955); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSW_01 (Loot)", 436956); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSW_01 (Particles)", 436964); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_NSW_01", 436954); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_SEW_01 (Entrance)", 436976); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_SEW_01 (Lighting)", 436973); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_SEW_01 (Loot)", 436974); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_SEW_01 (Particles)", 436977); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Entrance_SEW_01", 436972); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Exit_NEW_01 (Encounters)", 449420); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Exit_NSE_01 (Encounters)", 449419); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Exit_NSW_01 (Encounters)", 446799); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_Exit_SEW_01 (Encounters)", 449421); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NEW_01 (Lighting)", 436989); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NEW_01 (Loot)", 436990); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NEW_01 (Patch)", 447857); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NEW_01", 436988); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NEW_DungeonStone_Exit_01 (Audio)", 447070); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NEW_DungeonStone_Exit_01 (Encounters)", 443979); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NE_01 (Audio)", 446623); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NE_01 (Environment)", 404902); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NE_01 (Foliage)", 404901); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NE_01 (Lighting)", 404904); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NE_01 (Loot)", 404905); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NE_01 (Particles)", 429812); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NE_01 (WickermanAmbush)", 442694); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NE_01", 404903); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSE_01 (Lighting)", 437008); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSE_01 (Loot)", 437009); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSE_01 (Particles)", 437011); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSE_01", 437007); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSE_DungeonStone_Exit_01 (Audio)", 447071); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSE_DungeonStone_Exit_01 (Encounters)", 443980); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSW_01 (Adventure)", 437024); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSW_01 (CursedChest_ForestChest02)", 437025); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSW_01 (Lighting)", 437019); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSW_01 (Loot)", 437020); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSW_01 (Particles)", 437023); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSW_01", 437018); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSW_DungeonStone_Exit_01 (Audio)", 447072); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NSW_DungeonStone_Exit_01 (Encounters)", 443981); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NW_01 (Audio)", 446624); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NW_01 (Environment)", 405601); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NW_01 (Foliage)", 405600); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NW_01 (Lighting)", 405603); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NW_01 (Loot)", 405604); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NW_01 (Particles)", 405607); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NW_01 (WickermanAmbush)", 442700); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_NW_01", 405602); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_01 (Adventure)", 437037); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_01 (Encounters)", 437038); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_01 (Lighting)", 437033); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_01 (Loot)", 437034); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_01 (Particles)", 437039); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_01 (Patch)", 449469); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_01 (Props)", 437040); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_01", 437032); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_DungeonStone_Exit_01 (Audio)", 447073); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SEW_DungeonStone_Exit_01 (Encounters)", 451127); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SE_01 (Audio)", 446626); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SE_01 (Environment)", 405318); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SE_01 (Foliage)", 405317); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SE_01 (Lighting)", 405320); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SE_01 (Loot)", 405321); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SE_01 (Particles)", 405338); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SE_01", 405319); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SW_01 (Adventure)", 436387); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SW_01 (Audio)", 446627); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SW_01 (Environment)", 404880); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SW_01 (Foliage)", 404879); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SW_01 (Lighting)", 404882); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SW_01 (Loot)", 404883); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SW_01 (Particles)", 404893); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SW_01 (WickermanAmbush)", 442693); DictSNOMarkerSet.Add("p4_Forest_Coast_Border_SW_01", 404881); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_EW_01 (Lighting)", 435594); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_EW_01 (Loot)", 436584); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_EW_02 (Lighting)", 435595); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_EW_02 (Loot)", 436585); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_E_01 (Lighting)", 435575); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_E_01 (Loot)", 436579); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_E_dungeonStone_Exit_01 (Encounters)", 435582); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_E_dungeonStone_Exit_01 (Lighting)", 435579); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_E_dungeonStone_Exit_01 (Loot)", 436580); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_E_Entrance_01 (Lighting)", 435571); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_E_Entrance_01 (Loot)", 436581); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_E_Exit_02 (Lighting)", 435588); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_E_Exit_02 (Loot)", 436582); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NEW_01 (Lighting)", 435602); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NEW_01 (Loot)", 436596); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NEW_02 (Lighting)", 435603); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NEW_02 (Loot)", 436597); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NE_01 (Lighting)", 435600); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NE_01 (Loot)", 436589); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NE_02 (Lighting)", 435601); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NE_02 (Loot)", 436595); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSEW_01 (Lighting)", 435609); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSEW_01 (Loot)", 436608); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSEW_02 (Lighting)", 435610); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSEW_02 (Loot)", 436609); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSE_01 (Lighting)", 435607); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSE_01 (Loot)", 436606); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSE_02 (Lighting)", 435608); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSE_02 (Loot)", 436607); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSW_01 (Lighting)", 435611); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSW_01 (Loot)", 436610); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSW_03 (Lighting)", 435612); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NSW_03 (Loot)", 436611); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NS_01 (Lighting)", 435604); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NS_01 (Loot)", 436603); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NS_02 (Lighting)", 435605); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NS_02 (Loot)", 436604); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NS_06 (Lighting)", 435606); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NS_06 (Loot)", 436605); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NW_01 (Lighting)", 435572); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NW_01 (Loot)", 436612); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NW_02 (Lighting)", 435614); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_NW_02 (Loot)", 436613); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_N_01 (Lighting)", 435596); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_N_01 (Loot)", 436586); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_N_dungeonStone_Exit_01 (Lighting)", 435597); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_N_Entrance_04 (Lighting)", 435598); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_N_Entrance_04 (Loot)", 436587); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_N_Exit_01 (Lighting)", 435599); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_N_Exit_01 (Loot)", 436588); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SEW_01 (Lighting)", 435621); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SEW_01 (Loot)", 436622); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SEW_02 (Lighting)", 435622); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SEW_02 (Loot)", 436623); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SE_01 (Lighting)", 435619); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SE_01 (Loot)", 436620); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SE_02 (Lighting)", 435620); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SE_02 (Loot)", 436621); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SW_01 (Lighting)", 435623); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SW_01 (Loot)", 436624); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SW_02 (Lighting)", 435625); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_SW_02 (Loot)", 436626); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_S_01 (Lighting)", 435615); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_S_01 (Loot)", 436614); DictSNOMarkerSet.Add("p4_Forest_Coast_Catacombs_S_dungeonStone_Exit_01 (Encounters)", 435632); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_S_dungeonStone_Exit_01 (Lighting)", 435616); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_S_dungeonStone_Exit_01 (Loot)", 436615); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_S_Entrance_01 (Lighting)", 435617); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_S_Entrance_01 (Loot)", 436618); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_S_Exit_01 (Lighting)", 435618); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_S_Exit_01 (Loot)", 436619); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_W_01 (Lighting)", 435626); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_W_01 (Loot)", 436627); DictSNOMarkerSet.Add("p4_Forest_Coast_Catacombs_W_dungeonStone_Exit_01 (Encounters)", 435633); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_W_dungeonStone_Exit_01 (Lighting)", 435627); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_W_dungeonStone_Exit_01 (Loot)", 436633); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_W_Entrance_01 (Lighting)", 435628); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_W_Entrance_01 (Loot)", 436634); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_W_Exit_01 (Lighting)", 435629); DictSNOMarkerSet.Add("P4_Forest_Coast_Catacombs_W_Exit_01 (Loot)", 436635); DictSNOMarkerSet.Add("p4_Forest_Coast_Cave_Edge_30_ChestAmbush_A", 436804); DictSNOMarkerSet.Add("p4_Forest_Coast_Cave_Edge_30_MermaidIdol", 437523); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Audio)", 447901); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Encounters)", 424523); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Environment)", 415901); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Foliage)", 415900); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Lighting)", 415902); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Loot)", 415903); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Monster 3)", 435469); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Monsters 2)", 435443); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Monsters)", 435427); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Particles)", 435862); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01 (Props)", 435675); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_01", 415899); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_02 (Ambush Adventure)", 433155); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_02 (Encounters)", 424524); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_02 (Environment)", 415911); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_02 (Foliage)", 415910); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_02 (Lighting)", 415912); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_02 (Loot)", 415913); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_02", 415909); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Audio)", 446634); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Encounters)", 424527); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Environment)", 415921); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Foliage)", 415920); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Lighting)", 415922); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Loot)", 415923); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Monsters 01)", 435509); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Monsters 02)", 439192); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Particles)", 447612); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03 (Props)", 435676); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_03", 415919); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_04 (Encounters)", 424530); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_04 (Environment)", 415931); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_04 (Foliage)", 415930); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_04 (Lighting)", 415932); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_04 (Loot)", 415933); DictSNOMarkerSet.Add("p4_Forest_Coast_Cellar_04", 415929); DictSNOMarkerSet.Add("P4_Forest_Coast_Corpse_Ambush_01", 428043); DictSNOMarkerSet.Add("p4_Forest_Coast_Filler_01 (Encounters)", 427610); DictSNOMarkerSet.Add("p4_Forest_Coast_Filler_01 (Environment)", 405350); DictSNOMarkerSet.Add("p4_Forest_Coast_Filler_01 (Foliage)", 405349); DictSNOMarkerSet.Add("p4_Forest_Coast_Filler_01 (Lighting)", 405352); DictSNOMarkerSet.Add("p4_Forest_Coast_Filler_01 (Loot)", 405353); DictSNOMarkerSet.Add("p4_Forest_Coast_Filler_01", 405351); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_01 (Audio)", 445445); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_01 (Environment)", 404709); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_01 (Foliage)", 404708); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_01 (Lighting)", 404711); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_01 (Loot)", 404712); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_01 (Particles)", 430131); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_01", 404710); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_02 (Adventure)", 436397); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_02 (Audio)", 446628); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_02 (CursedChest_ForestChest01)", 436352); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_02 (Environment)", 404772); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_02 (Foliage)", 404771); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_02 (Lighting)", 404774); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_02 (Loot)", 404775); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_02 (Particles)", 430142); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_02", 404773); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_03 (Adventure)", 436386); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_03 (Audio)", 446629); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_03 (Environment)", 404834); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_03 (Foliage)", 404833); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_03 (Lighting)", 404836); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_03 (Loot)", 404837); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_03 (Particles)", 430202); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_03 (WickermanAmbush)", 442674); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_03", 404835); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04 (Audio)", 446630); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04 (Encounters)", 405902); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04 (Environment)", 404999); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04 (Foliage)", 404998); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04 (Lighting)", 405001); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04 (Loot)", 405002); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04 (Particles)", 416207); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04 (Props)", 415176); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04 (WickermanAmbush)", 442695); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_04", 405000); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_05 (Adventure)", 436392); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_05 (Audio)", 446631); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_05 (Environment)", 408593); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_05 (Foliage)", 408592); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_05 (Lighting)", 408595); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_05 (Loot)", 408596); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_05 (Particles)", 430513); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_05", 408594); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_06 (CursedShrine_ForestShrine01)", 436820); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_06 (Lighting)", 436737); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_06 (Loot)", 436738); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_06 (Particles)", 437662); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_06", 436736); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_07 (Lighting)", 436778); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_07 (Loot)", 436779); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_07 (Particles)", 437611); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_07", 436777); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_CaveEntrance_01 (Adventure)", 436396); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_CaveEntrance_01 (Cellar 01)", 424372); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_CaveEntrance_01 (Environment)", 415804); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_CaveEntrance_01 (Foliage)", 415803); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_CaveEntrance_01 (Lighting)", 415806); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_CaveEntrance_01 (Loot)", 415807); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_CaveEntrance_01 (Particles)", 430486); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_CaveEntrance_01", 415805); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_01 (Ancient city Event)", 433492); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_01 (Environment)", 415822); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_01 (Foliage)", 415821); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_01 (Lighting)", 415824); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_01 (Loot)", 415825); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_01 (Particles)", 435789); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_01", 415823); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_02 (Cave)", 436819); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_02 (Environment)", 415833); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_02 (Foliage)", 415832); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_02 (Lighting)", 415835); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_02 (Loot)", 415836); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_02 (Particles)", 439614); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_02", 415834); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_03 (Environment)", 415844); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_03 (Foliage)", 415843); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_03 (Lighting)", 415846); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_03 (Loot)", 415847); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_03", 415845); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_04 (Environment)", 415858); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_04 (Foliage)", 415857); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_04 (Lighting)", 415861); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_04 (Loot)", 415862); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_04", 415860); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_05 (Environment)", 415873); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_05 (Foliage)", 415872); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_05 (Lighting)", 415875); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_05 (Loot)", 415876); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_05", 415874); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_06 (Environment)", 434065); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_06 (Foliage)", 434064); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_06 (Ghost Prison Encounter)", 434235); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_06 (Lighting)", 434067); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_06 (Loot)", 434068); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_06 (Particles)", 435782); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_06", 434066); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_EffigyMeadow (Environment)", 435170); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_EffigyMeadow (Foliage)", 435169); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_EffigyMeadow (Lighting)", 435172); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_EffigyMeadow (Loot)", 435173); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_EffigyMeadow (Particles)", 437480); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_EffigyMeadow", 435171); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_Ideation_Cdon (Encounters)", 431781); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_Ideation_Mryan_B (Ceremony Event)", 433293); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_TreeRitual (Environment)", 435193); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_TreeRitual (Foliage)", 435192); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_TreeRitual (Lighting)", 435195); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_TreeRitual (Loot)", 435196); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_TreeRitual (Particles)", 437548); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Sub120_TreeRitual", 435194); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Waypoint_01 (Encounters)", 428078); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Waypoint_01 (Environment)", 415635); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Waypoint_01 (Foliage)", 415634); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Waypoint_01 (Lighting)", 415637); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Waypoint_01 (Loot)", 415638); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Waypoint_01 (Particles)", 436514); DictSNOMarkerSet.Add("p4_Forest_Coast_NSEW_Waypoint_01", 415636); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_01 (Audio)", 447739); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_01 (Lighting)", 440802); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_01 (Loot)", 440803); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_01 (Particles)", 440922); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_01 (Props)", 441141); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_01 (testOnly)", 440849); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_01", 440801); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02 (HighClericEvent)", 443540); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02 (Lighting)", 440911); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02 (Loot)", 440912); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02 (Props)", 441288); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02 (test)", 440915); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02", 440910); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02_B (Lighting)", 441416); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02_B (Props)", 441414); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02_B (test)", 441415); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_02_B", 441417); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_03 (Lighting)", 441393); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_03 (Loot)", 441394); DictSNOMarkerSet.Add("P4_Forest_Coast_Tower_A_03 (Murder Scene)", 442739); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_03 (Test)", 441463); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_03", 441392); DictSNOMarkerSet.Add("P4_Forest_Coast_Tower_A_03_Alt (Future Hermit)", 442738); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_03_Alt (Lighting)", 442348); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_03_Alt (Loot)", 442349); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_A_03_Alt", 442347); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_N_01 (Lighting)", 441486); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_N_01 (Loot)", 441487); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_N_01", 441485); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_N_01_Alt (Lighting)", 442165); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_N_01_Alt (Loot)", 442166); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_N_01_Alt", 442164); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_W_01 (Lighting)", 441477); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_W_01 (Loot)", 441478); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_W_01", 441476); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_W_01_Alt (Lighting)", 442398); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_W_01_Alt (Loot)", 442399); DictSNOMarkerSet.Add("p4_Forest_Coast_Tower_filler_W_01_Alt", 442397); DictSNOMarkerSet.Add("p4_Forest_Edge_30_WickerManAmbush_A", 442636); DictSNOMarkerSet.Add("P4_Forest_Snow_20_UndeadAmbush_A", 446500); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_NE_02 (Audio)", 449891); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_NE_02 (Lighting)", 442984); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_NE_02 (Loot)", 442985); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_NE_02", 442983); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_NW_02 (Audio)", 449892); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_NW_02 (Lighting)", 442975); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_NW_02 (Loot)", 442976); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_NW_02", 442974); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_SE_02 (Audio)", 449893); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_SE_02 (Lighting)", 442992); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_SE_02 (Loot)", 442993); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_SE_02", 442991); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_SW_02 (Audio)", 449894); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_SW_02 (Lighting)", 443001); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_SW_02 (Loot)", 443002); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Elbow_SW_02", 443000); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NEW_01 (Audio)", 449908); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NEW_01 (Entrance)", 443942); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NEW_01 (Lighting)", 443130); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NEW_01 (Loot)", 443131); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NEW_01", 443129); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSE_01 (Audio)", 449909); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSE_01 (Entrance)", 443943); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSE_01 (Lighting)", 443010); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSE_01 (Loot)", 443011); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSE_01", 443009); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSW_01 (Audio)", 449911); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSW_01 (Lighting)", 443019); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSW_01 (Loot)", 443020); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSW_01 Entrance)", 443944); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_NSW_01", 443018); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_SEW_01 (Audio)", 449917); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_SEW_01 (Entrance)", 443951); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_SEW_01 (Lighting)", 443028); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_SEW_01 (Loot)", 443029); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Entrance_SEW_01", 443027); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Exit_NEW_01 (Audio)", 449937); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Exit_NEW_01 (Entrance)", 443952); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Exit_NSE_01 (Audio)", 449910); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Exit_NSE_01 (Entrance)", 443954); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Exit_NSW_01 (Audio)", 449916); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Exit_NSW_01 (Entrance)", 443957); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Exit_SEW_01 (Audio)", 449918); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_Exit_SEW_01 (Entrance)", 443958); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NEW_01 (Audio)", 449920); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NEW_01 (Lighting)", 443037); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NEW_01 (Loot)", 443038); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NEW_01", 443036); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NEW_DungeonStone_Exit_01 (Audio)", 449943); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NEW_DungeonStone_Exit_01 (Encounters)", 443982); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NE_01 (Audio)", 449919); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NE_01 (Lighting)", 443046); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NE_01 (Loot)", 443047); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NE_01", 443045); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSE_01 (Audio)", 449921); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSE_01 (Lighting)", 443055); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSE_01 (Loot)", 443056); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSE_01", 443054); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSE_DungeonStone_Exit_01 (Audio)", 449944); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSE_DungeonStone_Exit_01 (Encounters)", 443983); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSW_01 (Audio)", 449922); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSW_01 (Encounters)", 445652); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSW_01 (Lighting)", 442955); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSW_01 (Loot)", 442956); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSW_01", 442954); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSW_DungeonStone_Exit_01 (Audio)", 449946); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NSW_DungeonStone_Exit_01 (Encounters)", 443984); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NW_01 (Audio)", 449923); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NW_01 (Encounters)", 445651); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NW_01 (Lighting)", 443064); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NW_01 (Loot)", 443065); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_NW_01", 443063); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SEW_01 (Audio)", 449928); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SEW_01 (Lighting)", 443073); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SEW_01 (Loot)", 443074); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SEW_01", 443072); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SEW_02 (Lighting)", 445343); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SEW_02 (Loot)", 445344); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SEW_02", 445342); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SEW_DungeonStone_Exit_01 (Audio)", 449945); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SEW_DungeonStone_Exit_01 (Encounters)", 443985); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SE_01 (Audio)", 449926); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SE_01 (Lighting)", 443082); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SE_01 (Loot)", 443083); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SE_01", 443081); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SW_01 (Audio)", 449930); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SW_01 (Lighting)", 443091); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SW_01 (Loot)", 443092); DictSNOMarkerSet.Add("p4_Forest_Snow_Border_SW_01", 443090); DictSNOMarkerSet.Add("p4_Forest_Snow_Cave_Entrance_NSEW_01 (Audio)", 449924); DictSNOMarkerSet.Add("p4_Forest_Snow_Cave_Entrance_NSEW_01 (Encounters)", 445375); DictSNOMarkerSet.Add("p4_Forest_Snow_Cave_Entrance_NSEW_01 (Lighting)", 445370); DictSNOMarkerSet.Add("p4_Forest_Snow_Cave_Entrance_NSEW_01 (Loot)", 445371); DictSNOMarkerSet.Add("p4_Forest_Snow_Cave_Entrance_NSEW_01", 445369); DictSNOMarkerSet.Add("p4_Forest_Snow_Cellar_A (Audio)", 449947); DictSNOMarkerSet.Add("p4_Forest_Snow_Cellar_A (Encounters)", 445929); DictSNOMarkerSet.Add("p4_Forest_Snow_Cellar_A (Environment)", 445900); DictSNOMarkerSet.Add("p4_Forest_Snow_Cellar_A (Lights)", 445905); DictSNOMarkerSet.Add("p4_Forest_Snow_Cellar_A (Loot)", 447104); DictSNOMarkerSet.Add("p4_Forest_Snow_Cellar_A (Particles)", 445901); DictSNOMarkerSet.Add("p4_Forest_Snow_Filler_02 (Lighting)", 443278); DictSNOMarkerSet.Add("p4_Forest_Snow_Filler_02 (Loot)", 443279); DictSNOMarkerSet.Add("p4_Forest_Snow_Filler_02", 443277); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_01 (Audio)", 449938); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_01 (Encounters)", 445682); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_01 (Lighting)", 442945); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_01 (Loot)", 442946); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_01", 442944); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_02 (Audio)", 449939); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_02 (CursedShrine_ForestSnowShrine01)", 447342); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_02 (Encounters)", 445650); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_02 (Lighting)", 443106); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_02 (Loot)", 443107); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_02", 443105); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_04 (Audio)", 449940); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_04 (Lighting)", 443115); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_04 (Loot)", 443116); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_04", 443114); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_05 (Audio)", 449941); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_05 (CursedChest_ForestSnow01)", 445895); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_05 (Encounters)", 445649); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_05 (Lighting)", 445333); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_05 (Loot)", 445334); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_05", 445332); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_06 (Encounters)", 445681); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_06 (Lighting)", 445613); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_06 (Loot)", 445614); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_06", 445612); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_07 (Audio)", 449942); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_07 (Encounters)", 445653); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_07 (Lighting)", 445627); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_07 (Loot)", 445628); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_07 (Props)", 445648); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_07", 445626); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_08 (Encounters)", 445714); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_08 (Lighting)", 445688); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_08 (Loot)", 445689); DictSNOMarkerSet.Add("p4_Forest_Snow_NSEW_08", 445687); DictSNOMarkerSet.Add("P4_Forest_WaspNests_A", 436384); DictSNOMarkerSet.Add("P4_Forest_WaspNests_B", 436389); DictSNOMarkerSet.Add("p4_Highlands_ManorInterior_Light (World)", 443304); DictSNOMarkerSet.Add("p4_iceCaves_E_Entrance_01 (Encounters)", 445779); DictSNOMarkerSet.Add("p4_iceCaves_N_Entrance_01 (Encounters)", 445780); DictSNOMarkerSet.Add("p4_iceCaves_S_Entrance_01 (Encounters)", 445781); DictSNOMarkerSet.Add("p4_iceCaves_W_Entrance_01 (Encounters)", 445782); DictSNOMarkerSet.Add("p4_ruins_frost_01_Filler (Audio)", 426165); DictSNOMarkerSet.Add("p4_ruins_frost_01_Filler (Lighting)", 410674); DictSNOMarkerSet.Add("p4_ruins_frost_01_Filler (Loot)", 410675); DictSNOMarkerSet.Add("p4_ruins_frost_01_Filler", 410673); DictSNOMarkerSet.Add("P4_Ruins_Frost_BarbarianGhosts_A", 435960); DictSNOMarkerSet.Add("p4_ruins_Frost_Barrel_x10_A", 415556); DictSNOMarkerSet.Add("p4_ruins_Frost_Barrel_x10_B", 415557); DictSNOMarkerSet.Add("p4_Ruins_Frost_Edge_30_YetiAmbush_A", 437904); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (Audio)", 426177); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (Encounters)", 410999); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (Environment)", 405888); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (Foliage)", 405887); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (Gore)", 432610); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (Lighting)", 405890); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (Loot)", 405891); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (OpenWorldOnly)", 411040); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (Props)", 426499); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (ScorpionBug)", 439227); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (SwingingBlades)", 414986); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01 (Vendor)", 439565); DictSNOMarkerSet.Add("p4_ruins_frost_EW_01", 405889); DictSNOMarkerSet.Add("p4_ruins_frost_EW_02_Blades (Encounters)", 434440); DictSNOMarkerSet.Add("p4_ruins_frost_EW_02_Blades (Gore)", 437537); DictSNOMarkerSet.Add("p4_ruins_frost_EW_02_Blades (Lighting)", 434435); DictSNOMarkerSet.Add("p4_ruins_frost_EW_02_Blades (Loot)", 434436); DictSNOMarkerSet.Add("p4_ruins_frost_EW_02_Blades (OpenWorldOnly)", 441223); DictSNOMarkerSet.Add("p4_ruins_frost_EW_02_Blades (Props)", 437489); DictSNOMarkerSet.Add("p4_ruins_frost_EW_02_Blades (Vendor)", 439566); DictSNOMarkerSet.Add("p4_ruins_frost_EW_02_Blades", 434434); DictSNOMarkerSet.Add("p4_ruins_frost_E_01 (Audio)", 436599); DictSNOMarkerSet.Add("p4_ruins_frost_E_01 (Lighting)", 405853); DictSNOMarkerSet.Add("p4_ruins_frost_E_01 (Loot)", 405854); DictSNOMarkerSet.Add("p4_ruins_frost_E_01 (OpenWorldOnly)", 411199); DictSNOMarkerSet.Add("p4_ruins_frost_E_01 (Props)", 426497); DictSNOMarkerSet.Add("p4_ruins_frost_E_01", 405852); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG (Audio)", 436790); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG (Encounters)", 435841); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG (Environment)", 434242); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG (Foliage)", 434241); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG (Lighting)", 434244); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG (Loot)", 434245); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG", 434243); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_E01_S01 (Audio)", 441467); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_E01_S01 (Environment)", 437163); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_E01_S01 (FireOn)", 440262); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_E01_S01 (Foliage)", 437166); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_E01_S01 (Lighting)", 437169); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_E01_S01 (Loot)", 437170); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_E01_S01 (Props)", 439662); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_E01_S01", 437167); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_W01_S01 (Audio)", 440038); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_W01_S01 (Environment)", 437165); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_W01_S01 (FireOn)", 440261); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_W01_S01 (Foliage)", 437164); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_W01_S01 (KKG_Event)", 437514); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_W01_S01 (Lighting)", 437172); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_W01_S01 (Loot)", 437173); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_W01_S01 (Props)", 437924); DictSNOMarkerSet.Add("p4_ruins_frost_E_02_KKG_W01_S01", 437168); DictSNOMarkerSet.Add("p4_ruins_frost_E_DungeonStone_Exit_01 (Audio)", 436791); DictSNOMarkerSet.Add("p4_ruins_frost_E_DungeonStone_Exit_01 (Encounters)", 430350); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (Audio)", 436667); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (Environment)", 428004); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (Gore)", 432596); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (Lighting)", 427840); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (Loot)", 427841); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (Props)", 427866); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (PropsEntrance)", 441534); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (StandardPortals)", 430342); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (Vendor)", 439564); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01 (Waypoint)", 432863); DictSNOMarkerSet.Add("p4_ruins_frost_E_Entrance_01", 427839); DictSNOMarkerSet.Add("p4_ruins_frost_E_Exit_01 (Audio)", 436666); DictSNOMarkerSet.Add("p4_ruins_frost_E_Exit_01 (PropsExit)", 441535); DictSNOMarkerSet.Add("p4_ruins_frost_E_Exit_01 (StandardPortals)", 430346); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (Audio)", 436617); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (CursedChest_DeadlyNature)", 434219); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (Environment)", 414935); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (Gore)", 432616); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (Lighting)", 405620); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (Loot)", 405621); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (OpenWorldOnly)", 413852); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (Props)", 426954); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (ScorpionBug)", 439347); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01 (Vendor)", 439570); DictSNOMarkerSet.Add("p4_ruins_frost_NEW_01", 405619); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (Audio)", 436704); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (Environment)", 429533); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (Foliage)", 429532); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (Gore)", 432615); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (Lighting)", 405538); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (Loot)", 405539); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (Props)", 429614); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (SecretRoom)", 436784); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (SpikeRoom)", 413337); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01 (Vendor)", 439569); DictSNOMarkerSet.Add("p4_ruins_frost_NE_01", 405537); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Audio)", 436602); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Encounters)", 406099); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Environment)", 404315); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Foliage)", 404314); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Gore)", 432619); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Lighting)", 404317); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Loot)", 404318); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (OpenWorldOnly)", 411038); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Props)", 410654); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (ScorpionBug)", 439346); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (SpikeRoom)", 413336); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Trap_SwingingBlades)", 408744); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01 (Vendor)", 439576); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_01", 404316); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_03_Ziggurat (Audio)", 437095); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_03_Ziggurat (Environment)", 430017); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_03_Ziggurat (Foliage)", 430016); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_03_Ziggurat (Gore)", 432620); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_03_Ziggurat (Lighting)", 430019); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_03_Ziggurat (Loot)", 430020); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_03_Ziggurat (Props)", 430292); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_03_Ziggurat (TheZiggurat)", 432799); DictSNOMarkerSet.Add("p4_ruins_frost_NSEW_03_Ziggurat", 430018); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (Audio)", 426181); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (Encounters)", 415075); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (Environment)", 414970); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (Gore)", 432618); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (HazirRescue)", 435825); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (Lighting)", 405878); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (Loot)", 405879); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (Prop)", 423143); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (SpikeRoom)", 413341); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01 (Vendor)", 439572); DictSNOMarkerSet.Add("p4_ruins_frost_NSE_01", 405877); DictSNOMarkerSet.Add("p4_ruins_frost_NSW_01 (Audio)", 437041); DictSNOMarkerSet.Add("p4_ruins_frost_NSW_01 (Environment)", 429143); DictSNOMarkerSet.Add("p4_ruins_frost_NSW_01 (Gore)", 432625); DictSNOMarkerSet.Add("p4_ruins_frost_NSW_01 (Lighting)", 405739); DictSNOMarkerSet.Add("p4_ruins_frost_NSW_01 (Loot)", 405740); DictSNOMarkerSet.Add("p4_ruins_frost_NSW_01 (Props)", 429243); DictSNOMarkerSet.Add("p4_ruins_frost_NSW_01 (ScorpionBug)", 439349); DictSNOMarkerSet.Add("p4_ruins_frost_NSW_01 (Vendor)", 439577); DictSNOMarkerSet.Add("p4_ruins_frost_NSW_01", 405738); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (Audio)", 436800); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (Environment)", 404395); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (Foliage)", 404394); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (Gore)", 432617); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (Lighting)", 404396); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (Loot)", 404397); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (Props)", 429038); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (ScorpionBug)", 439287); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (SecretRoom)", 436772); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01 (SkularQuest)", 435826); DictSNOMarkerSet.Add("p4_ruins_frost_NS_01", 404393); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (Audio)", 435678); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (CursedChest_NorthernAggression)", 434210); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (Environment)", 414729); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (Gore)", 432626); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (Lighting)", 405646); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (Loot)", 405647); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (Props)", 426894); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (ScorpionBug)", 439348); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (SpikeRoom)", 436455); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01 (Vendor)", 439578); DictSNOMarkerSet.Add("p4_ruins_frost_NW_01", 405645); DictSNOMarkerSet.Add("p4_ruins_frost_N_01 (Audio)", 436592); DictSNOMarkerSet.Add("p4_ruins_frost_N_01 (Encounters)", 411341); DictSNOMarkerSet.Add("p4_ruins_frost_N_01 (Environment)", 415456); DictSNOMarkerSet.Add("p4_ruins_frost_N_01 (Gore)", 432611); DictSNOMarkerSet.Add("p4_ruins_frost_N_01 (Lighting)", 405834); DictSNOMarkerSet.Add("p4_ruins_frost_N_01 (Loot)", 405835); DictSNOMarkerSet.Add("p4_ruins_frost_N_01 (Props)", 426995); DictSNOMarkerSet.Add("p4_ruins_frost_N_01 (ScorpionBug)", 439228); DictSNOMarkerSet.Add("p4_ruins_frost_N_01", 405833); DictSNOMarkerSet.Add("p4_ruins_frost_N_DungeonStone_Exit_01 (Audio)", 436796); DictSNOMarkerSet.Add("p4_ruins_frost_N_DungeonStone_Exit_01 (Encounters)", 430351); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (Audio)", 436672); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (Encounters)", 432561); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (Environment)", 429505); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (Foliage)", 429504); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (Lighting)", 429507); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (Loot)", 429508); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (Props)", 429534); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (PropsEntrance)", 441536); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (StandardPortals)", 430345); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (Vendor)", 439568); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01 (Waypoint)", 432865); DictSNOMarkerSet.Add("p4_ruins_frost_N_Entrance_01", 429506); DictSNOMarkerSet.Add("p4_ruins_frost_N_Exit_01 (Audio)", 436671); DictSNOMarkerSet.Add("p4_ruins_frost_N_Exit_01 (Gore)", 432612); DictSNOMarkerSet.Add("p4_ruins_frost_N_Exit_01 (PropsExit)", 441537); DictSNOMarkerSet.Add("p4_ruins_frost_N_Exit_01 (StandardPortals)", 430347); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (Audio)", 426180); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (Encounters)", 413268); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (Environment)", 414937); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (Gore)", 432630); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (Lighting)", 405580); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (Loot)", 405581); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (OpenWorldOnly)", 426352); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (Props)", 426134); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (SpikeRoom)", 413338); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (SwingingBlades))", 414987); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (TrapRoom_SwingingBlades)", 436439); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01 (Vendor)", 439581); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_01", 405579); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (Audio)", 436673); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (Environment)", 433716); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (Foliage)", 433715); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (Gore)", 433734); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (Lighting)", 433718); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (Loot)", 433719); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (OpenWorld_Only)", 433735); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (Props)", 433736); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (SecretRoom)", 436709); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02 (Vendor)", 439470); DictSNOMarkerSet.Add("p4_ruins_frost_SEW_02", 433717); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (Audio)", 436647); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (Environment)", 429294); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (Foliage)", 429293); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (Gore)", 432629); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (Lighting)", 405789); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (Loot)", 405790); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (Props)", 429626); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (ScorpionBug)", 439215); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (SpikeRoom)", 411372); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01 (Vendor)", 439580); DictSNOMarkerSet.Add("p4_ruins_frost_SE_01", 405788); DictSNOMarkerSet.Add("p4_ruins_frost_SE_02_Guardians (Audio)", 436812); DictSNOMarkerSet.Add("p4_ruins_frost_SE_02_Guardians (Environment)", 430740); DictSNOMarkerSet.Add("p4_ruins_frost_SE_02_Guardians (Foliage)", 430739); DictSNOMarkerSet.Add("p4_ruins_frost_SE_02_Guardians (Gore)", 437103); DictSNOMarkerSet.Add("p4_ruins_frost_SE_02_Guardians (Lighting)", 430742); DictSNOMarkerSet.Add("p4_ruins_frost_SE_02_Guardians (Loot)", 430743); DictSNOMarkerSet.Add("p4_ruins_frost_SE_02_Guardians (Props)", 430746); DictSNOMarkerSet.Add("p4_ruins_frost_SE_02_Guardians (ThreeGuardians)", 434091); DictSNOMarkerSet.Add("p4_ruins_frost_SE_02_Guardians", 430741); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (Audio)", 436637); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (Encounters)", 408722); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (Environment)", 414932); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (Gore)", 432631); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (Lighting)", 405712); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (Loot)", 405713); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (OpenWorldOnly)", 411039); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (Props)", 409836); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (SpikeRoom)", 413340); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (Trap_SwingingBlades)", 408745); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01 (Vendor)", 439582); DictSNOMarkerSet.Add("p4_ruins_frost_SW_01", 405711); DictSNOMarkerSet.Add("p4_ruins_frost_S_01 (Audio)", 436594); DictSNOMarkerSet.Add("p4_ruins_frost_S_01 (Encounters)", 411211); DictSNOMarkerSet.Add("p4_ruins_frost_S_01 (Environment)", 415702); DictSNOMarkerSet.Add("p4_ruins_frost_S_01 (Gore)", 432627); DictSNOMarkerSet.Add("p4_ruins_frost_S_01 (Lighting)", 405825); DictSNOMarkerSet.Add("p4_ruins_frost_S_01 (Loot)", 405826); DictSNOMarkerSet.Add("p4_ruins_frost_S_01 (Props)", 426994); DictSNOMarkerSet.Add("p4_ruins_frost_S_01", 405824); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube (Audio)", 441493); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube (Cube Encounter)", 437824); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube (Encounters)", 437271); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube (Environment)", 437238); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube (Foliage)", 437237); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube (Lighting)", 437240); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube (Loot)", 437241); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube (OpenWorldOnly)", 439281); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube (Props)", 439282); DictSNOMarkerSet.Add("p4_ruins_frost_S_02_Cube", 437239); DictSNOMarkerSet.Add("p4_ruins_frost_S_DungeonStone_Exit_01 (Audio)", 436892); DictSNOMarkerSet.Add("p4_ruins_frost_S_DungeonStone_Exit_01 (Encounters)", 430352); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (Audio)", 436668); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (Environment)", 428705); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (Foliage)", 428704); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (Lighting)", 428707); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (Loot)", 428708); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (Props)", 428731); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (PropsEntrance)", 441538); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (StandardPortals)", 430343); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (Vendor)", 439579); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01 (Waypoint)", 432869); DictSNOMarkerSet.Add("p4_ruins_frost_S_Entrance_01", 428706); DictSNOMarkerSet.Add("p4_ruins_frost_S_Exit_01 (Audio)", 436669); DictSNOMarkerSet.Add("p4_ruins_frost_S_Exit_01 (Gore)", 432628); DictSNOMarkerSet.Add("p4_ruins_frost_S_Exit_01 (PropsExit)", 441539); DictSNOMarkerSet.Add("p4_ruins_frost_S_Exit_01 (StandardPortals)", 430348); DictSNOMarkerSet.Add("p4_ruins_frost_W_01 (Audio)", 436590); DictSNOMarkerSet.Add("p4_ruins_frost_W_01 (Encounters)", 411141); DictSNOMarkerSet.Add("p4_ruins_frost_W_01 (Lighting)", 405843); DictSNOMarkerSet.Add("p4_ruins_frost_W_01 (Loot)", 405844); DictSNOMarkerSet.Add("p4_ruins_frost_W_01 (OpenWorldOnly)", 411182); DictSNOMarkerSet.Add("p4_ruins_frost_W_01 (Props)", 426997); DictSNOMarkerSet.Add("p4_ruins_frost_W_01 (ScorpionBug)", 439229); DictSNOMarkerSet.Add("p4_ruins_frost_W_01", 405842); DictSNOMarkerSet.Add("p4_ruins_frost_W_DungeonStone_Exit_01 (Audio)", 436816); DictSNOMarkerSet.Add("p4_ruins_frost_W_DungeonStone_Exit_01 (Encounters)", 430353); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (Audio)", 436664); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (Environment)", 428779); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (Foliage)", 428778); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (Gore)", 432632); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (Lighting)", 428781); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (Loot)", 428782); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (Props)", 428793); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (PropsEntrance)", 441540); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (StandardPortals)", 430344); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (Vendor)", 439585); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01 (Waypoint)", 432862); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_01", 428780); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01 (Audio)", 441429); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01 (Encounters)", 436799); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01 (Gore)", 437856); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01 (Lighting)", 435766); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01 (Loot)", 435767); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01 (Props)", 435787); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01 (Set Dungeons)", 447299); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01", 435765); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E02_S01 (Audio)", 441443); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E02_S01 (Encounters)", 437867); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E02_S01 (Lighting)", 435770); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E02_S01 (Loot)", 435771); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E02_S01 (Props)", 437855); DictSNOMarkerSet.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E02_S01", 435769); DictSNOMarkerSet.Add("p4_ruins_frost_W_Exit_01 (Audio)", 436665); DictSNOMarkerSet.Add("p4_ruins_frost_W_Exit_01 (PropsExit)", 441541); DictSNOMarkerSet.Add("p4_ruins_frost_W_Exit_01 (ScorpionBug)", 439231); DictSNOMarkerSet.Add("p4_ruins_frost_W_Exit_01 (StandardPortals)", 430349); DictSNOMarkerSet.Add("p4_SetDung_Barb_Kings_Swr_E_Entrance_01 (Encounters)", 444906); DictSNOMarkerSet.Add("p4_SetDung_Barb_Kings_Swr_E_Entrance_01 (lighting)", 449715); DictSNOMarkerSet.Add("p4_SetDung_Barb_Kings_Swr_N_Exit_01 (lighting)", 449717); DictSNOMarkerSet.Add("p4_SetDung_Barb_Might_Zolt_EW_01 (Set Dungeons)", 451149); DictSNOMarkerSet.Add("p4_SetDung_Barb_Might_Zolt_E_Entrance (Encounters)", 444940); DictSNOMarkerSet.Add("p4_SetDung_Barb_Might_Zolt_NE_01 (Set Dungeons)", 451150); DictSNOMarkerSet.Add("p4_SetDung_Barb_Might_Zolt_NS_01 (Set Dungeons)", 451152); DictSNOMarkerSet.Add("p4_SetDung_Barb_Might_Zolt_SW_02 (Set Dungeons)", 451148); DictSNOMarkerSet.Add("p4_SetDung_Barb_Might_Zolt_SW_Library (Set Dungeons)", 451153); DictSNOMarkerSet.Add("p4_SetDung_Barb_Raekor_Keep_S_Entrance_01 (Encounters)", 444904); DictSNOMarkerSet.Add("p4_SetDung_Barb_Wastes_ruins_frost_EW_02_Blades (Encounters)", 445292); DictSNOMarkerSet.Add("p4_SetDung_Barb_Wastes_ruins_frost_NE_01 (Set Dungeon)", 447144); DictSNOMarkerSet.Add("p4_SetDung_Barb_Wastes_ruins_frost_W_Entrance_01 (Loot)", 445286); DictSNOMarkerSet.Add("p4_SetDung_Barb_Wastes_ruins_frost_W_Entrance_01 (Props)", 449658); DictSNOMarkerSet.Add("p4_SetDung_Cru_Akkhan_spire_corrupt_N_Entrance_01 (Encounters)", 444701); DictSNOMarkerSet.Add("p4_SetDung_Cru_Roland_Cave_Flooded_E_Entrance_01 (Encounters)", 444907); DictSNOMarkerSet.Add("p4_SetDung_Cru_Roland_Cave_N_Entrance_01 (Encounters)", 445316); DictSNOMarkerSet.Add("p4_SetDung_Cru_Seeker_Spider_E_Entrance_01", 447573); DictSNOMarkerSet.Add("p4_SetDung_Cru_Seeker_Spider_NSEW_01 (Encounters)", 447563); DictSNOMarkerSet.Add("p4_SetDung_Cru_Seeker_Spider_S_Entrance_01 (Encounters)", 447572); DictSNOMarkerSet.Add("p4_SetDung_DH_Ess_fortress_EW_01 (Set Dungeons)", 450379); DictSNOMarkerSet.Add("p4_SetDung_DH_Ess_fortress_NSW_02 (Set Dungeons)", 450371); DictSNOMarkerSet.Add("p4_SetDung_DH_Ess_fortress_N_Entrance_01 (Encounters)", 445381); DictSNOMarkerSet.Add("p4_SetDung_DH_Ess_fortress_SEW_02 (Set Dungeons)", 450373); DictSNOMarkerSet.Add("p4_SetDung_DH_Ess_fortress_SE_01 (Set Dungeons)", 450377); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_NEW_01 (Set Dungeons)", 451135); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_NSEW_01 (Set Dungeons)", 451134); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_NSEW_02 (Set Dungeons)", 451140); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_NSW_01 (Set Dungeons)", 451137); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_NS_Event_01 (Set Dungeons)", 451139); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_NW_01 (Set Dungeons)", 451136); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_N_Entrance_01 (Encounters)", 445322); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_N_Entrance_01 (Props)", 450228); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_SEW_01 (Set Dungeons)", 451138); DictSNOMarkerSet.Add("p4_SetDung_DH_Mar_Cave_A_S_Exit_01 (Props)", 450227); DictSNOMarkerSet.Add("p4_SetDung_DH_Nat_Pand_Ext_240_SW_Entrance_01 (Encounters)", 445420); DictSNOMarkerSet.Add("p4_SetDung_DH_Shadow_Crypt_EW_01 (Encounters)", 450104); DictSNOMarkerSet.Add("p4_SetDung_DH_Shadow_Crypt_N_Entrance_02 (Encounters)", 445432); DictSNOMarkerSet.Add("p4_SetDung_DH_Shadow_Crypt_N_Entrance_02_Markerset_01", 450106); DictSNOMarkerSet.Add("p4_SetDung_DH_Shadow_Crypt_SE_Hall_01 (Encounters)", 450100); DictSNOMarkerSet.Add("p4_SetDung_Monk_Innas_Pand_HexMaze_Entrance_S_01 (Encounters)", 445531); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_EW_02 (Unique)", 446107); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_E_Exit (Pylon)", 446089); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NEW_02 (Pylon 03)", 446094); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NEW_02 (Pylon)", 446076); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NEW_02 (Unique)", 446108); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NE_02 (Pylon)", 446081); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NSEW_01C (Unique)", 446105); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NSEW_02 (Pylon)", 446087); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NSE_01 (Pylon)", 446092); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NSW_02 (Unique)", 446101); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NS_02 (Pylon)", 445538); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_NS_02 (Unique)", 446096); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_N_Entrance_01 (Encounters)", 445540); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_N_Entrance_01 (Pylon)", 446078); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_SEW_02 (Pylon)", 446079); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_SEW_02 (Unique)", 446099); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_W_Exit_01 (Pylon)", 446091); DictSNOMarkerSet.Add("p4_SetDung_Monk_Storms_Swr_W_Exit_01_02 (Chest)", 446068); DictSNOMarkerSet.Add("p4_SetDung_Monk_Sunwuko_Cath_S_Entrance_01 (Encounters)", 445548); DictSNOMarkerSet.Add("p4_SetDung_Monk_Uliana_Leor_EW_01 (Encounters)", 450223); DictSNOMarkerSet.Add("p4_SetDung_Monk_Uliana_Leor_EW_01_BellowsRoom (Encounters)", 445593); DictSNOMarkerSet.Add("p4_SetDung_Monk_Uliana_Leor_NE_03 (Encounters)", 445595); DictSNOMarkerSet.Add("p4_SetDung_Monk_Uliana_Leor_NS_02 (Encounters)", 445585); DictSNOMarkerSet.Add("p4_SetDung_Monk_Uliana_Leor_SEW_02 (Encounters)", 450225); DictSNOMarkerSet.Add("p4_SetDung_Monk_Uliana_Leor_SE_02 (Encounters)", 445589); DictSNOMarkerSet.Add("p4_SetDung_Monk_Uliana_Leor_S_Entrance_01 (Encounters)", 445583); DictSNOMarkerSet.Add("p4_SetDung_Swr_S_ExitToPrison_01 (Special Spawn)", 446569); DictSNOMarkerSet.Add("p4_SetDung_Swr_W_Exit_01 (Special Spawn)", 446568); DictSNOMarkerSet.Add("p4_SetDung_WD_Haunt_graveyard_Border_SEW_01_Entrance (Encounters)", 445451); DictSNOMarkerSet.Add("p4_SetDung_WD_Haunt_graveyard_Border_SEW_01_Entrance (Props)", 450229); DictSNOMarkerSet.Add("p4_SetDung_WD_Haunt_Zolt_Random_N_Entrance_01 (Encounters)", 445465); DictSNOMarkerSet.Add("p4_SetDung_WD_Spider_Swr_W_Entrance_01 (Encounters)", 445477); DictSNOMarkerSet.Add("p4_SetDung_WD_Spider_Swr_W_Exit_01 (lighting)", 449720); DictSNOMarkerSet.Add("p4_SetDung_WD_Tooth_BogCave_E_Entrance_01 (Encounters)", 445509); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Catacombs_NE_01 (Loot)", 444335); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Firebird_iceCaves_W_Entrance_01 (Encounters)", 444615); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_LeorN_Entrance_01", 444552); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_NEW_01 (Encounters)", 444555); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_NEW_01 (Set Dungeons)", 450445); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_NE_02 (Encounters)", 444559); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_NSE_02 (Encounters)", 444556); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_NSE_02 (Set Dungeons)", 450443); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_NS_01 (Encounters)", 444557); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_NW_02 (Set Dungeons)", 450441); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_NW_02_02 (Set Dungeons)", 450448); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_N_Entrance_01 (Encounters)", 444553); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_SEW_01 (Set Dungeons)", 450440); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_SE_02 (Encounters)", 444554); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Rasha_Leor_SE_02 (Set Dungeons)", 450444); DictSNOMarkerSet.Add("p4_SetDung_Wiz_Vyr_Leor_Jail_S_Entrance_01 (Encounters)", 445441); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_N01 (Audio)", 471556); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_N01 (Encounters)", 465204); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_N01 (Lighting)", 463659); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_N01 (Loot)", 463660); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_N01 (Props)", 464427); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_N01", 463658); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_N02 (Lighting)", 464399); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_N02 (Loot)", 464400); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_N02", 464398); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_S01 (Adventurer Death Event)", 465206); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_S01 (Audio)", 467538); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_S01 (Encounters)", 465202); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_S01 (Lighting)", 463663); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_S01 (Loot)", 463664); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_S01 (Props)", 464984); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E01_S01", 463662); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E02_N01 (Lighting)", 463927); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E02_N01 (Loot)", 463928); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E02_N01", 463926); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E02_N02 (Lighting)", 464395); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E02_N02 (Loot)", 464396); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E02_N02", 464394); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E02_S01 (Lighting)", 463931); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E02_S01 (Loot)", 463932); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_E02_S01", 463930); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_N01 (Audio)", 471563); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_N01 (Lighting)", 463744); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_N01 (Loot)", 463745); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_N01 (Props)", 464186); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_N01", 463743); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_N02 (Lighting)", 464403); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_N02 (Loot)", 464404); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_N02", 464402); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_S01 (Lighting)", 463748); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_S01 (Loot)", 463749); DictSNOMarkerSet.Add("p6_Caves_S_Exit_01_W01_S01", 463747); DictSNOMarkerSet.Add("p6_Church_01_Filler (CreepyActors)", 465352); DictSNOMarkerSet.Add("p6_Church_01_Filler (Environment)", 456499); DictSNOMarkerSet.Add("p6_Church_01_Filler (Foliage)", 456498); DictSNOMarkerSet.Add("p6_Church_01_Filler (Lighting)", 456500); DictSNOMarkerSet.Add("p6_Church_01_Filler (Loot)", 456501); DictSNOMarkerSet.Add("p6_Church_01_Filler", 456497); DictSNOMarkerSet.Add("p6_Church_20_Beetle_Flying_Ambush_A", 465729); DictSNOMarkerSet.Add("p6_Church_20_Beetle_Flying_Ambush_B", 465731); DictSNOMarkerSet.Add("p6_Church_20_Beetle_Flying_Ambush_C", 465732); DictSNOMarkerSet.Add("p6_Church_20_Beetle_Ledge_Ambush_A", 465783); DictSNOMarkerSet.Add("p6_Church_20_Beetle_Ledge_Ambush_B", 465793); DictSNOMarkerSet.Add("p6_Church_20_Beetle_Ledge_Ambush_C", 465794); DictSNOMarkerSet.Add("p6_Church_30_ZombieNest_Ambush_A", 465346); DictSNOMarkerSet.Add("p6_Church_30_ZombieNest_Ambush_B", 465875); DictSNOMarkerSet.Add("p6_Church_30_ZombieNest_liedown_Ambush_A", 466447); DictSNOMarkerSet.Add("p6_Church_30_ZombieNest_Wall_Ambush_A", 465583); DictSNOMarkerSet.Add("p6_Church_30_ZombieNest_Wall_Ambush_B", 465867); DictSNOMarkerSet.Add("p6_Church_30_ZombieNest_Wall_Ambush_C", 465874); DictSNOMarkerSet.Add("p6_Church_40_Beetle_Ceiling_Ambush_A", 465680); DictSNOMarkerSet.Add("p6_Church_40_Beetle_Ceiling_Ambush_B", 465686); DictSNOMarkerSet.Add("p6_Church_40_Beetle_Ceiling_Ambush_C", 465687); DictSNOMarkerSet.Add("p6_Church_EW_01 (Audio)", 461480); DictSNOMarkerSet.Add("p6_Church_EW_01 (Encounters)", 465716); DictSNOMarkerSet.Add("p6_Church_EW_01 (Environment)", 466689); DictSNOMarkerSet.Add("p6_Church_EW_01 (Lighting)", 455992); DictSNOMarkerSet.Add("p6_Church_EW_01 (Loot)", 455993); DictSNOMarkerSet.Add("p6_Church_EW_01 (Props)", 466693); DictSNOMarkerSet.Add("p6_Church_EW_01", 455991); DictSNOMarkerSet.Add("p6_Church_EW_01_MB313 (Encounters)", 478346); DictSNOMarkerSet.Add("p6_Church_E_01 (Audio)", 461478); DictSNOMarkerSet.Add("p6_Church_E_01 (Encounters)", 465715); DictSNOMarkerSet.Add("p6_Church_E_01 (Environment)", 467420); DictSNOMarkerSet.Add("p6_Church_E_01 (Lighting)", 456441); DictSNOMarkerSet.Add("p6_Church_E_01 (Loot)", 456442); DictSNOMarkerSet.Add("p6_Church_E_01 (Props)", 467472); DictSNOMarkerSet.Add("p6_Church_E_01", 456440); DictSNOMarkerSet.Add("p6_Church_E_DungeonStone_Exit_01 (Encounters)", 470221); DictSNOMarkerSet.Add("p6_Church_E_Entrance_01 (Audio)", 462897); DictSNOMarkerSet.Add("p6_Church_E_Entrance_01 (Encounters)", 457894); DictSNOMarkerSet.Add("p6_Church_E_Entrance_01 (Environment)", 466258); DictSNOMarkerSet.Add("p6_Church_E_Entrance_01 (Lighting)", 456450); DictSNOMarkerSet.Add("p6_Church_E_Entrance_01 (Loot)", 456451); DictSNOMarkerSet.Add("p6_Church_E_Entrance_01 (Props)", 466299); DictSNOMarkerSet.Add("p6_Church_E_Entrance_01 (Waypoint)", 464029); DictSNOMarkerSet.Add("p6_Church_E_Entrance_01", 456449); DictSNOMarkerSet.Add("p6_Church_E_Exit_01 (Audio)", 462896); DictSNOMarkerSet.Add("p6_Church_E_Exit_01 (Encounters)", 457899); DictSNOMarkerSet.Add("p6_Church_IronMaiden3x3_Ambush_CultistMelee_40x", 466495); DictSNOMarkerSet.Add("p6_Church_IronMaiden3x3_Ambush_CultistMix_40x", 466534); DictSNOMarkerSet.Add("p6_Church_IronMaiden3x3_Ambush_CultistMonstrosity_40x", 466537); DictSNOMarkerSet.Add("p6_Church_IronMaiden3x3_NoAmbush_40x", 467121); DictSNOMarkerSet.Add("p6_Church_IronMaiden_Ambush_10x_01", 465774); DictSNOMarkerSet.Add("p6_Church_IronMaiden_Ambush_CultistSpecial_10x_02", 466998); DictSNOMarkerSet.Add("p6_Church_IronMaiden_NoAmbush_10x_01", 465789); DictSNOMarkerSet.Add("p6_Church_NEW_01 (Audio)", 461487); DictSNOMarkerSet.Add("p6_Church_NEW_01 (Encounters)", 465719); DictSNOMarkerSet.Add("p6_Church_NEW_01 (Environment)", 466402); DictSNOMarkerSet.Add("p6_Church_NEW_01 (Lighting)", 456082); DictSNOMarkerSet.Add("p6_Church_NEW_01 (Loot)", 456083); DictSNOMarkerSet.Add("p6_Church_NEW_01 (Props)", 461627); DictSNOMarkerSet.Add("p6_Church_NEW_01", 456081); DictSNOMarkerSet.Add("p6_Church_NE_01 (Audio)", 461396); DictSNOMarkerSet.Add("p6_Church_NE_01 (CreepyActors)", 465494); DictSNOMarkerSet.Add("p6_Church_NE_01 (Encounters)", 465718); DictSNOMarkerSet.Add("p6_Church_NE_01 (Environment)", 466834); DictSNOMarkerSet.Add("p6_Church_NE_01 (Lighting)", 455895); DictSNOMarkerSet.Add("p6_Church_NE_01 (Loot)", 455896); DictSNOMarkerSet.Add("p6_Church_NE_01 (Props)", 464586); DictSNOMarkerSet.Add("p6_Church_NE_01", 455894); DictSNOMarkerSet.Add("p6_Church_NSEW_01 (Audio)", 461447); DictSNOMarkerSet.Add("p6_Church_NSEW_01 (Encounters)", 465721); DictSNOMarkerSet.Add("p6_Church_NSEW_01 (Environment)", 454057); DictSNOMarkerSet.Add("p6_Church_NSEW_01 (Foliage)", 454056); DictSNOMarkerSet.Add("p6_Church_NSEW_01 (Lighting)", 454058); DictSNOMarkerSet.Add("p6_Church_NSEW_01 (Loot)", 454059); DictSNOMarkerSet.Add("p6_Church_NSEW_01 (Props)", 457633); DictSNOMarkerSet.Add("p6_Church_NSEW_01", 454055); DictSNOMarkerSet.Add("p6_Church_NSE_01 (Audio)", 461411); DictSNOMarkerSet.Add("p6_Church_NSE_01 (Encounters)", 465720); DictSNOMarkerSet.Add("p6_Church_NSE_01 (Environment)", 466891); DictSNOMarkerSet.Add("p6_Church_NSE_01 (Lighting)", 456183); DictSNOMarkerSet.Add("p6_Church_NSE_01 (Loot)", 456184); DictSNOMarkerSet.Add("p6_Church_NSE_01 (Props)", 466902); DictSNOMarkerSet.Add("p6_Church_NSE_01", 456182); DictSNOMarkerSet.Add("p6_Church_NSW_01 (Audio)", 461488); DictSNOMarkerSet.Add("p6_Church_NSW_01 (CursedChest_Church01)", 464657); DictSNOMarkerSet.Add("p6_Church_NSW_01 (Encounters)", 465722); DictSNOMarkerSet.Add("p6_Church_NSW_01 (Environment)", 467253); DictSNOMarkerSet.Add("p6_Church_NSW_01 (Lighting)", 456061); DictSNOMarkerSet.Add("p6_Church_NSW_01 (Loot)", 456062); DictSNOMarkerSet.Add("p6_Church_NSW_01 (Props)", 467281); DictSNOMarkerSet.Add("p6_Church_NSW_01", 456060); DictSNOMarkerSet.Add("p6_Church_NS_01 (Audio)", 459237); DictSNOMarkerSet.Add("p6_Church_NS_01 (Blizzcon)", 458354); DictSNOMarkerSet.Add("p6_Church_NS_01 (Creepy)", 457076); DictSNOMarkerSet.Add("p6_Church_NS_01 (Encounters)", 465977); DictSNOMarkerSet.Add("p6_Church_NS_01 (Environment)", 467242); DictSNOMarkerSet.Add("p6_Church_NS_01 (Lighting)", 455078); DictSNOMarkerSet.Add("p6_Church_NS_01 (Loot)", 455079); DictSNOMarkerSet.Add("p6_Church_NS_01 (Props)", 456372); DictSNOMarkerSet.Add("p6_Church_NS_01", 455077); DictSNOMarkerSet.Add("p6_Church_NS_01_MB313 (Props)", 478345); DictSNOMarkerSet.Add("p6_Church_NW_01 (Audio)", 461623); DictSNOMarkerSet.Add("p6_Church_NW_01 (Encounters)", 465723); DictSNOMarkerSet.Add("p6_Church_NW_01 (Lighting)", 455929); DictSNOMarkerSet.Add("p6_Church_NW_01 (Loot)", 455930); DictSNOMarkerSet.Add("p6_Church_NW_01 (Props)", 466016); DictSNOMarkerSet.Add("p6_Church_NW_01", 455928); DictSNOMarkerSet.Add("p6_Church_NW_01_MB313 (Encounters)", 478371); DictSNOMarkerSet.Add("p6_Church_N_01 (Audio)", 462088); DictSNOMarkerSet.Add("p6_Church_N_01 (Encounters)", 465717); DictSNOMarkerSet.Add("p6_Church_N_01 (Environment)", 467120); DictSNOMarkerSet.Add("p6_Church_N_01 (Lighting)", 456347); DictSNOMarkerSet.Add("p6_Church_N_01 (Loot)", 456348); DictSNOMarkerSet.Add("p6_Church_N_01", 456346); DictSNOMarkerSet.Add("p6_Church_N_DungeonStone_Exit_01 (Encounters)", 470223); DictSNOMarkerSet.Add("p6_Church_N_Entrance_01 (Audio)", 462895); DictSNOMarkerSet.Add("p6_Church_N_Entrance_01 (Encounters)", 457895); DictSNOMarkerSet.Add("p6_Church_N_Entrance_01 (Environment)", 466652); DictSNOMarkerSet.Add("p6_Church_N_Entrance_01 (Lighting)", 456378); DictSNOMarkerSet.Add("p6_Church_N_Entrance_01 (Loot)", 456379); DictSNOMarkerSet.Add("p6_Church_N_Entrance_01 (Props)", 466706); DictSNOMarkerSet.Add("p6_Church_N_Entrance_01 (Waypoint)", 464030); DictSNOMarkerSet.Add("p6_Church_N_Entrance_01", 456377); DictSNOMarkerSet.Add("p6_Church_N_Entrance_01_MB313 (Encounters)", 478290); DictSNOMarkerSet.Add("p6_Church_N_Exit_01 (Audio)", 462894); DictSNOMarkerSet.Add("p6_Church_N_Exit_01 (Encounters)", 457900); DictSNOMarkerSet.Add("p6_Church_SEW_01 (Audio)", 462051); DictSNOMarkerSet.Add("p6_Church_SEW_01 (Encounters)", 465726); DictSNOMarkerSet.Add("p6_Church_SEW_01 (Lighting)", 456035); DictSNOMarkerSet.Add("p6_Church_SEW_01 (Loot)", 456036); DictSNOMarkerSet.Add("p6_Church_SEW_01 (Props)", 467090); DictSNOMarkerSet.Add("p6_Church_SEW_01", 456034); DictSNOMarkerSet.Add("p6_Church_SEW_02 (AscensionRitual)", 465490); DictSNOMarkerSet.Add("p6_Church_SEW_02 (Audio)", 459244); DictSNOMarkerSet.Add("p6_Church_SEW_02 (Encounters)", 465992); DictSNOMarkerSet.Add("p6_Church_SEW_02 (Environment)", 467304); DictSNOMarkerSet.Add("p6_Church_SEW_02 (Lighting)", 457618); DictSNOMarkerSet.Add("p6_Church_SEW_02 (Loot)", 457619); DictSNOMarkerSet.Add("p6_Church_SEW_02 (Props)", 459892); DictSNOMarkerSet.Add("p6_Church_SEW_02", 457617); DictSNOMarkerSet.Add("p6_Church_SE_01 (Audio)", 461624); DictSNOMarkerSet.Add("p6_Church_SE_01 (Encounters)", 465725); DictSNOMarkerSet.Add("p6_Church_SE_01 (Environment)", 466869); DictSNOMarkerSet.Add("p6_Church_SE_01 (Lighting)", 455962); DictSNOMarkerSet.Add("p6_Church_SE_01 (Loot)", 455963); DictSNOMarkerSet.Add("p6_Church_SE_01", 455961); DictSNOMarkerSet.Add("p6_Church_SE_01_MB313 (Encounters)", 478291); DictSNOMarkerSet.Add("p6_Church_SW_01 (Audio)", 461625); DictSNOMarkerSet.Add("p6_Church_SW_01 (Encounters)", 465727); DictSNOMarkerSet.Add("p6_Church_SW_01 (Lighting)", 455939); DictSNOMarkerSet.Add("p6_Church_SW_01 (Loot)", 455940); DictSNOMarkerSet.Add("p6_Church_SW_01 (Props)", 466855); DictSNOMarkerSet.Add("p6_Church_SW_01", 455938); DictSNOMarkerSet.Add("p6_Church_S_01 (Audio)", 462050); DictSNOMarkerSet.Add("p6_Church_S_01 (CreepyActors)", 465496); DictSNOMarkerSet.Add("p6_Church_S_01 (Encounters)", 465724); DictSNOMarkerSet.Add("p6_Church_S_01 (Environment)", 466517); DictSNOMarkerSet.Add("p6_Church_S_01 (Lighting)", 456488); DictSNOMarkerSet.Add("p6_Church_S_01 (Loot)", 456489); DictSNOMarkerSet.Add("p6_Church_S_01 (Props)", 466554); DictSNOMarkerSet.Add("p6_Church_S_01", 456487); DictSNOMarkerSet.Add("p6_Church_S_Boss_01 (Audio)", 464376); DictSNOMarkerSet.Add("p6_Church_S_Boss_01 (Blood)", 469690); DictSNOMarkerSet.Add("p6_Church_S_Boss_01 (EntryWay)", 469344); DictSNOMarkerSet.Add("p6_Church_S_Boss_01 (Envy Fight)", 467343); DictSNOMarkerSet.Add("p6_Church_S_Boss_01 (Envy noFight)", 470236); DictSNOMarkerSet.Add("p6_Church_S_Boss_01 (Lighting)", 464370); DictSNOMarkerSet.Add("p6_Church_S_Boss_01 (Loot)", 464371); DictSNOMarkerSet.Add("p6_Church_S_Boss_01 (Props)", 464373); DictSNOMarkerSet.Add("p6_Church_S_Boss_01", 464369); DictSNOMarkerSet.Add("p6_Church_S_DungeonStone_Exit_01 (Encounters)", 470225); DictSNOMarkerSet.Add("p6_Church_S_Entrance_01 (Audio)", 462046); DictSNOMarkerSet.Add("p6_Church_S_Entrance_01 (Encounters)", 457896); DictSNOMarkerSet.Add("p6_Church_S_Entrance_01 (Environment)", 466468); DictSNOMarkerSet.Add("p6_Church_S_Entrance_01 (Lighting)", 456359); DictSNOMarkerSet.Add("p6_Church_S_Entrance_01 (Loot)", 456360); DictSNOMarkerSet.Add("p6_Church_S_Entrance_01 (Props)", 466489); DictSNOMarkerSet.Add("p6_Church_S_Entrance_01 (Waypoint)", 464031); DictSNOMarkerSet.Add("p6_Church_S_Entrance_01", 456358); DictSNOMarkerSet.Add("p6_Church_S_Exit_01 (Audio)", 462047); DictSNOMarkerSet.Add("p6_Church_S_Exit_01 (CreepyActors)", 465493); DictSNOMarkerSet.Add("p6_Church_S_Exit_01 (Encounters)", 457901); DictSNOMarkerSet.Add("p6_Church_S_Exit_02 (BloodRoom)", 466499); DictSNOMarkerSet.Add("p6_Church_S_Exit_02 (Encounters)", 465767); DictSNOMarkerSet.Add("p6_Church_S_Exit_02 (Environment)", 467061); DictSNOMarkerSet.Add("p6_Church_S_Exit_02 (Lighting)", 465296); DictSNOMarkerSet.Add("p6_Church_S_Exit_02 (Loot)", 465297); DictSNOMarkerSet.Add("p6_Church_S_Exit_02 (Props)", 465303); DictSNOMarkerSet.Add("p6_Church_S_Exit_02", 465295); DictSNOMarkerSet.Add("p6_Church_S_Exit_02_MB313 (BloodRoom)", 478288); DictSNOMarkerSet.Add("p6_Church_S_Exit_02_MB313 (Encounters)", 478289); DictSNOMarkerSet.Add("p6_Church_S_Exit_02_MB313 (Props)", 478340); DictSNOMarkerSet.Add("p6_Church_Urn_20x_01", 463672); DictSNOMarkerSet.Add("p6_Church_Urn_20x_01_Corner", 463673); DictSNOMarkerSet.Add("p6_Church_Urn_20x_02", 463674); DictSNOMarkerSet.Add("p6_Church_Urn_20x_02_Corner", 463675); DictSNOMarkerSet.Add("p6_Church_Urn_20x_03", 463671); DictSNOMarkerSet.Add("p6_Church_W_01 (Audio)", 462057); DictSNOMarkerSet.Add("p6_Church_W_01 (Encounters)", 465728); DictSNOMarkerSet.Add("p6_Church_W_01 (Environment)", 466405); DictSNOMarkerSet.Add("p6_Church_W_01 (Lighting)", 456467); DictSNOMarkerSet.Add("p6_Church_W_01 (Loot)", 456468); DictSNOMarkerSet.Add("p6_Church_W_01", 456466); DictSNOMarkerSet.Add("p6_Church_W_DungeonStone_Exit_01 (Encounters)", 470227); DictSNOMarkerSet.Add("p6_Church_W_Entrance_01 (Audio)", 462048); DictSNOMarkerSet.Add("p6_Church_W_Entrance_01 (CreepyActors)", 465495); DictSNOMarkerSet.Add("p6_Church_W_Entrance_01 (Encounters)", 457897); DictSNOMarkerSet.Add("p6_Church_W_Entrance_01 (Environment)", 465881); DictSNOMarkerSet.Add("p6_Church_W_Entrance_01 (Lighting)", 456479); DictSNOMarkerSet.Add("p6_Church_W_Entrance_01 (Loot)", 456480); DictSNOMarkerSet.Add("p6_Church_W_Entrance_01 (props)", 463852); DictSNOMarkerSet.Add("p6_Church_W_Entrance_01 (Waypoint)", 464032); DictSNOMarkerSet.Add("p6_Church_W_Entrance_01", 456478); DictSNOMarkerSet.Add("p6_Church_W_Exit_01 (Audio)", 462049); DictSNOMarkerSet.Add("p6_Church_W_Exit_01 (Encounters)", 457906); DictSNOMarkerSet.Add("P6_Lost_Souls_a3dun_Keep_EW_01 (Fraction)", 467018); DictSNOMarkerSet.Add("P6_Lost_Souls_a3dun_Keep_NS_02 (Fracture)", 467089); DictSNOMarkerSet.Add("P6_Lost_Souls_a4dun_spire_LibraryOfFate_03 (Fracture)", 463563); DictSNOMarkerSet.Add("P6_Lost_Souls_a4dun_spire_LibraryOfFate_03 (Waypoint)", 464049); DictSNOMarkerSet.Add("P6_Lost_Souls_Forest_Coast_Border_NEW_01 (Fracture)", 463512); DictSNOMarkerSet.Add("P6_Lost_Souls_Labyrinth_NSEW_A_01 (Audio)", 470192); DictSNOMarkerSet.Add("P6_Lost_Souls_Labyrinth_NSEW_A_01 (Fracture)", 463732); DictSNOMarkerSet.Add("P6_Lost_Souls_Labyrinth_NSEW_A_01 (SetDung_Necro_Blood)", 471546); DictSNOMarkerSet.Add("P6_Lost_Souls_Labyrinth_NSEW_A_01 (Transistion)", 462114); DictSNOMarkerSet.Add("P6_Lost_Souls_Labyrinth_NSEW_A_02 (Audio)", 470198); DictSNOMarkerSet.Add("P6_Lost_Souls_Labyrinth_NSEW_A_02 (Fracture)", 470199); DictSNOMarkerSet.Add("P6_Lost_Souls_Labyrinth_NSEW_A_02 (Transistion)", 465619); DictSNOMarkerSet.Add("P6_Lost_Souls_Labyrinth_NSEW_A_02 (Waypoint)", 475022); DictSNOMarkerSet.Add("P6_Lost_Souls_spire_corrupt_SEW_01 (Audio)", 463764); DictSNOMarkerSet.Add("P6_Lost_Souls_spire_corrupt_SEW_01 (Fracture)", 463716); DictSNOMarkerSet.Add("P6_Lost_Souls_spire_corrupt_SEW_01 (Transition)", 461755); DictSNOMarkerSet.Add("P6_Lost_Souls_trOut_FesteringWoods_Edge_E_01 (Audio)", 463787); DictSNOMarkerSet.Add("P6_Lost_Souls_trOut_FesteringWoods_Edge_E_01 (Fraction)", 463641); DictSNOMarkerSet.Add("P6_Lost_Souls_trOut_FesteringWoods_Edge_W_01 (Fracture)", 463640); DictSNOMarkerSet.Add("P6_Lost_Souls_x1_BogCave_NSEW_03 (Fracture)", 463719); DictSNOMarkerSet.Add("P6_Lost_Souls_x1_fortress_entrance_room_02 (Audio)", 469342); DictSNOMarkerSet.Add("P6_Lost_Souls_x1_fortress_entrance_room_02 (Fracture)", 464155); DictSNOMarkerSet.Add("P6_Lost_Souls_x1_Pand_Ext_120_Edge_NSE_02 (Encounters)", 460916); DictSNOMarkerSet.Add("p6_Moors_20_RavenWall_Height10_A", 469312); DictSNOMarkerSet.Add("p6_Moors_20_RavenWall_Height12_A", 468526); DictSNOMarkerSet.Add("p6_Moors_20_RavenWall_Height14_A", 469313); DictSNOMarkerSet.Add("p6_Moors_Barricade_30x_01", 464729); DictSNOMarkerSet.Add("p6_Moors_Barricade_30x_01_Fire", 464738); DictSNOMarkerSet.Add("p6_Moors_Barricade_30x_02", 464745); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_E_01 (Lighting)", 466943); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_E_01 (Loot)", 466912); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_E_01", 466942); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NSEW_01 (Dropdown Entrance)", 466917); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NSEW_01 (Encounters)", 472209); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NSEW_01 (Lighting)", 466919); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NSEW_01 (Loot)", 466915); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NSEW_01", 466918); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NSEW_02 (Dropdown Entrance)", 466969); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NSEW_02 (Lighting)", 466967); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NSEW_02 (Loot)", 466968); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NSEW_02", 466966); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NW_01 (Audio)", 466938); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NW_01 (Lighting)", 466936); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NW_01 (Loot)", 466937); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_NW_01", 466935); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_N_01 (Audio)", 466941); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_N_01 (Lighting)", 466940); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_N_01 (Loot)", 466914); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_N_01", 466939); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_N_Entrance_01 (Encounters)", 467537); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_N_Entrance_01 (Environment)", 467561); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_N_Entrance_01 (Lighting)", 467539); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_N_Entrance_01", 467534); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_SEW_01 (Lighting)", 466926); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_SEW_01 (Loot)", 466927); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_SEW_01", 466925); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_S_01 (Lighting)", 466933); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_S_01 (Loot)", 466934); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_S_01", 466932); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_W_01 (Audio)", 466924); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_W_01 (Lighting)", 466922); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_W_01 (Loot)", 466923); DictSNOMarkerSet.Add("p6_Moors_Cave_Flooded_W_01", 466921); DictSNOMarkerSet.Add("p6_Moors_CrowHound_Ambush_10x_01", 470317); DictSNOMarkerSet.Add("p6_Moors_CrowHound_Ambush_10x_01_MB313", 478562); DictSNOMarkerSet.Add("p6_Moors_LakeZombies_30x_01", 466590); DictSNOMarkerSet.Add("p6_Moors_LakeZombies_30x_02", 466631); DictSNOMarkerSet.Add("p6_Moors_LakeZombies_30x_03", 466634); DictSNOMarkerSet.Add("p6_Moors_LakeZombies_Small_20x_01", 466645); DictSNOMarkerSet.Add("p6_Moors_RavenNest_Ambush_20x_01", 465824); DictSNOMarkerSet.Add("p6_Moors_RavenNest_Ambush_20x_01_MB313", 478565); DictSNOMarkerSet.Add("p6_Moors_RavenNest_NoAmbush_20x_01", 465827); DictSNOMarkerSet.Add("p6_Moors_WerewolfScavenge_30x_01", 466247); DictSNOMarkerSet.Add("p6_Moors_WerewolfScavenge_30x_02", 466133); DictSNOMarkerSet.Add("p6_Moors_WerewolfScavenge_30x_03", 466271); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NE_01 (Audio)", 460685); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NE_01 (Lighting)", 453844); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NE_01 (Loot)", 453845); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NE_01", 453843); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NW_01 (Audio)", 460686); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NW_01 (Environment)", 470332); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NW_01 (Lighting)", 453854); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NW_01 (Loot)", 453855); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NW_01", 453853); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_NW_01_MB313 (Encounters)", 478323); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_01 (Audio)", 460687); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_01 (Lighting)", 453863); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_01 (Loot)", 453864); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_01", 453862); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_01_MB313 (Encounters)", 478320); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_02 (Audio)", 466196); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_02 (Encounters)", 466225); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_02 (Lighting)", 463906); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_02 (Loot)", 463907); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SE_02", 463905); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SW_01 (Audio)", 460688); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SW_01 (Encounters)", 470359); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SW_01 (Lighting)", 453872); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SW_01 (Loot)", 453873); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SW_01 (Particles)", 459071); DictSNOMarkerSet.Add("p6_Moor_Border_Elbow_SW_01", 453871); DictSNOMarkerSet.Add("p6_Moor_Filler_01 (Environment)", 460485); DictSNOMarkerSet.Add("p6_Moor_Filler_01 (Foliage)", 460484); DictSNOMarkerSet.Add("p6_Moor_Filler_01 (Lighting)", 460487); DictSNOMarkerSet.Add("p6_Moor_Filler_01 (Loot)", 460488); DictSNOMarkerSet.Add("p6_Moor_Filler_01", 460486); DictSNOMarkerSet.Add("p6_Moor_NEW_01 (Audio)", 460690); DictSNOMarkerSet.Add("p6_Moor_NEW_01 (Lighting)", 453876); DictSNOMarkerSet.Add("p6_Moor_NEW_01 (Loot)", 453877); DictSNOMarkerSet.Add("p6_Moor_NEW_01 (Particles)", 457636); DictSNOMarkerSet.Add("p6_Moor_NEW_01", 453875); DictSNOMarkerSet.Add("p6_Moor_NEW_01_MB313 (Encounters)", 478318); DictSNOMarkerSet.Add("p6_Moor_NEW_02 (Audio)", 460692); DictSNOMarkerSet.Add("p6_Moor_NEW_02 (Encounters)", 470360); DictSNOMarkerSet.Add("p6_Moor_NEW_02 (Lighting)", 457745); DictSNOMarkerSet.Add("p6_Moor_NEW_02 (Loot)", 457746); DictSNOMarkerSet.Add("p6_Moor_NEW_02 (Particles)", 457748); DictSNOMarkerSet.Add("p6_Moor_NEW_02", 457744); DictSNOMarkerSet.Add("p6_Moor_NEW_02_MB313 (Encounters)", 478325); DictSNOMarkerSet.Add("p6_Moor_NE_01 (Audio)", 460689); DictSNOMarkerSet.Add("p6_Moor_NE_01 (Lighting)", 453810); DictSNOMarkerSet.Add("p6_Moor_NE_01 (Loot)", 453811); DictSNOMarkerSet.Add("p6_Moor_NE_01 (Particles)", 458964); DictSNOMarkerSet.Add("p6_Moor_NE_01", 453809); DictSNOMarkerSet.Add("p6_Moor_NE_120_Entrance_01 (Audio)", 466198); DictSNOMarkerSet.Add("p6_Moor_NE_120_Entrance_01 (Encounters)", 465569); DictSNOMarkerSet.Add("p6_Moor_NE_120_Entrance_01 (Lighting)", 465539); DictSNOMarkerSet.Add("p6_Moor_NE_120_Entrance_01 (Loot)", 465540); DictSNOMarkerSet.Add("p6_Moor_NE_120_Entrance_01", 465538); DictSNOMarkerSet.Add("p6_Moor_NE_120_Exit_01 (Audio)", 466201); DictSNOMarkerSet.Add("p6_Moor_NE_120_Exit_01 (Encounters)", 465570); DictSNOMarkerSet.Add("p6_Moor_NE_120_Exit_01 (Lighting)", 465547); DictSNOMarkerSet.Add("p6_Moor_NE_120_Exit_01 (Loot)", 465548); DictSNOMarkerSet.Add("p6_Moor_NE_120_Exit_01", 465546); DictSNOMarkerSet.Add("p6_Moor_NE_DungeonStone_Exit_01 (Encounters)", 466787); DictSNOMarkerSet.Add("p6_Moor_NE_Entrance_01 (Audio)", 461530); DictSNOMarkerSet.Add("p6_Moor_NE_Entrance_01 (Encounters)", 458887); DictSNOMarkerSet.Add("p6_Moor_NE_Entrance_01 (Lighting)", 458590); DictSNOMarkerSet.Add("p6_Moor_NE_Entrance_01 (Loot)", 458591); DictSNOMarkerSet.Add("p6_Moor_NE_Entrance_01 (Particles)", 461897); DictSNOMarkerSet.Add("p6_Moor_NE_Entrance_01 (Waypoint)", 460681); DictSNOMarkerSet.Add("p6_Moor_NE_Entrance_01", 458589); DictSNOMarkerSet.Add("p6_Moor_NE_Entrance_01_MB313 (Encounters)", 478317); DictSNOMarkerSet.Add("p6_Moor_NE_Exit_01 (Audio)", 462099); DictSNOMarkerSet.Add("p6_Moor_NE_Exit_01 (Encounters)", 458890); DictSNOMarkerSet.Add("p6_Moor_NE_Exit_01 (Lighting)", 458599); DictSNOMarkerSet.Add("p6_Moor_NE_Exit_01 (Loot)", 458600); DictSNOMarkerSet.Add("p6_Moor_NE_Exit_01", 458598); DictSNOMarkerSet.Add("p6_Moor_NSEW_01 (Audio)", 460696); DictSNOMarkerSet.Add("p6_Moor_NSEW_01 (Lighting)", 453946); DictSNOMarkerSet.Add("p6_Moor_NSEW_01 (Loot)", 453947); DictSNOMarkerSet.Add("p6_Moor_NSEW_01 (p6_Event_Moor_GraveRobbers_RavenEggs)", 469644); DictSNOMarkerSet.Add("p6_Moor_NSEW_01 (RavenRoosts)", 468523); DictSNOMarkerSet.Add("p6_Moor_NSEW_01", 453945); DictSNOMarkerSet.Add("p6_Moor_NSEW_02 (Audio)", 460699); DictSNOMarkerSet.Add("p6_Moor_NSEW_02 (Encounters)", 470364); DictSNOMarkerSet.Add("p6_Moor_NSEW_02 (Lighting)", 456609); DictSNOMarkerSet.Add("p6_Moor_NSEW_02 (Loot)", 456610); DictSNOMarkerSet.Add("p6_Moor_NSEW_02", 456608); DictSNOMarkerSet.Add("p6_Moor_NSEW_03 (Audio)", 460700); DictSNOMarkerSet.Add("p6_Moor_NSEW_03 (Encounters)", 466598); DictSNOMarkerSet.Add("p6_Moor_NSEW_03 (Lighting)", 457564); DictSNOMarkerSet.Add("p6_Moor_NSEW_03 (Loot)", 457565); DictSNOMarkerSet.Add("p6_Moor_NSEW_03 (Particles)", 457571); DictSNOMarkerSet.Add("p6_Moor_NSEW_03 (RavenRoosts)", 469548); DictSNOMarkerSet.Add("p6_Moor_NSEW_03", 457563); DictSNOMarkerSet.Add("p6_Moor_NSEW_04 (Audio)", 460701); DictSNOMarkerSet.Add("p6_Moor_NSEW_04 (Encounters)", 470365); DictSNOMarkerSet.Add("p6_Moor_NSEW_04 (Environment)", 458192); DictSNOMarkerSet.Add("p6_Moor_NSEW_04 (Foliage)", 458191); DictSNOMarkerSet.Add("p6_Moor_NSEW_04 (Lighting)", 458194); DictSNOMarkerSet.Add("p6_Moor_NSEW_04 (Loot)", 458195); DictSNOMarkerSet.Add("p6_Moor_NSEW_04 (p6_Event_Moor_GraveRobbers_Chest)", 470215); DictSNOMarkerSet.Add("p6_Moor_NSEW_04", 458193); DictSNOMarkerSet.Add("p6_Moor_NSEW_05 (Audio)", 460702); DictSNOMarkerSet.Add("p6_Moor_NSEW_05 (Encounters)", 470367); DictSNOMarkerSet.Add("p6_Moor_NSEW_05 (Environment)", 459903); DictSNOMarkerSet.Add("p6_Moor_NSEW_05 (Foliage)", 459902); DictSNOMarkerSet.Add("p6_Moor_NSEW_05 (Lighting)", 459905); DictSNOMarkerSet.Add("p6_Moor_NSEW_05 (Loot)", 459906); DictSNOMarkerSet.Add("p6_Moor_NSEW_05 (RavenRoosts)", 469573); DictSNOMarkerSet.Add("p6_Moor_NSEW_05", 459904); DictSNOMarkerSet.Add("p6_Moor_NSEW_06 (CursedChest_Moors01)", 464619); DictSNOMarkerSet.Add("p6_Moor_NSEW_06 (Encounters)", 466226); DictSNOMarkerSet.Add("p6_Moor_NSEW_06 (Lighting)", 463761); DictSNOMarkerSet.Add("p6_Moor_NSEW_06 (Loot)", 463762); DictSNOMarkerSet.Add("p6_Moor_NSEW_06", 463760); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_01 (Audio)", 460754); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_01 (BloodCaravan)", 465110); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_01 (Encounters)", 470368); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_01 (Lighting)", 458574); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_01 (Loot)", 458575); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_01 (Props)", 461679); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_01", 458573); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_02 (Audio)", 460828); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_02 (Encounters)", 466193); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_02 (Environment)", 460727); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_02 (Foliage)", 460726); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_02 (Loot)", 462898); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_02 (Moors Cursed Chest 02)", 466842); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_02 (Particles)", 462409); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_02 (RavenRoosts)", 469591); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_02", 460728); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03 (Audio)", 460831); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03 (Encounters)", 470373); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03 (Environment)", 460735); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03 (Event_BloodCollection)", 465078); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03 (Foliage)", 460734); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03 (Lighting)", 466853); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03 (Loot)", 462899); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03", 460736); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03_MB313 (Encounters)", 478326); DictSNOMarkerSet.Add("p6_Moor_NSEW_240_03_MB313 (Event_BloodCollection)", 478313); DictSNOMarkerSet.Add("p6_Moor_NSEW_Waypoint (Audio)", 464603); DictSNOMarkerSet.Add("p6_Moor_NSEW_Waypoint (Lighting)", 463831); DictSNOMarkerSet.Add("p6_Moor_NSEW_Waypoint (Loot)", 463832); DictSNOMarkerSet.Add("p6_Moor_NSEW_Waypoint (Waypoint)", 463842); DictSNOMarkerSet.Add("p6_Moor_NSEW_Waypoint", 463830); DictSNOMarkerSet.Add("p6_Moor_NSEW_Waypoint_MB313 (Encounters)", 478324); DictSNOMarkerSet.Add("p6_Moor_NSEW_Well (Audio)", 464605); DictSNOMarkerSet.Add("p6_Moor_NSEW_Well (Cellar)", 464555); DictSNOMarkerSet.Add("p6_Moor_NSEW_Well (Encounters)", 470374); DictSNOMarkerSet.Add("p6_Moor_NSEW_Well (Lighting)", 464552); DictSNOMarkerSet.Add("p6_Moor_NSEW_Well (Loot)", 464553); DictSNOMarkerSet.Add("p6_Moor_NSEW_Well (RavenRoosts)", 470654); DictSNOMarkerSet.Add("p6_Moor_NSEW_Well", 464551); DictSNOMarkerSet.Add("p6_Moor_NSE_01 (Audio)", 460693); DictSNOMarkerSet.Add("p6_Moor_NSE_01 (Encounters)", 470361); DictSNOMarkerSet.Add("p6_Moor_NSE_01 (Lighting)", 453885); DictSNOMarkerSet.Add("p6_Moor_NSE_01 (Loot)", 453886); DictSNOMarkerSet.Add("p6_Moor_NSE_01 (RavenRoosts)", 469689); DictSNOMarkerSet.Add("p6_Moor_NSE_01", 453884); DictSNOMarkerSet.Add("p6_Moor_NSE_01_MB313 (Encounters)", 478316); DictSNOMarkerSet.Add("p6_Moor_NSE_01_MB313 (RavenRoosts)", 478315); DictSNOMarkerSet.Add("p6_Moor_NSE_02 (Audio)", 464979); DictSNOMarkerSet.Add("p6_Moor_NSE_02 (Encounters)", 470362); DictSNOMarkerSet.Add("p6_Moor_NSE_02 (Lighting)", 463693); DictSNOMarkerSet.Add("p6_Moor_NSE_02 (Loot)", 463694); DictSNOMarkerSet.Add("p6_Moor_NSE_02 (p6_Event_Moor_GraveRobbers_Wagon)", 470064); DictSNOMarkerSet.Add("p6_Moor_NSE_02", 463692); DictSNOMarkerSet.Add("p6_Moor_NSW_01 (Audio)", 460703); DictSNOMarkerSet.Add("p6_Moor_NSW_01 (Lighting)", 453894); DictSNOMarkerSet.Add("p6_Moor_NSW_01 (Loot)", 453895); DictSNOMarkerSet.Add("p6_Moor_NSW_01 (Particles)", 456882); DictSNOMarkerSet.Add("p6_Moor_NSW_01", 453893); DictSNOMarkerSet.Add("p6_Moor_NSW_02 (Audio)", 460704); DictSNOMarkerSet.Add("p6_Moor_NSW_02 (Lighting)", 457800); DictSNOMarkerSet.Add("p6_Moor_NSW_02 (Loot)", 457801); DictSNOMarkerSet.Add("p6_Moor_NSW_02 (Particles)", 457803); DictSNOMarkerSet.Add("p6_Moor_NSW_02", 457799); DictSNOMarkerSet.Add("p6_Moor_NSW_03 (Audio)", 460705); DictSNOMarkerSet.Add("p6_Moor_NSW_03 (Encounters)", 466643); DictSNOMarkerSet.Add("p6_Moor_NSW_03 (Lighting)", 457839); DictSNOMarkerSet.Add("p6_Moor_NSW_03 (Loot)", 457840); DictSNOMarkerSet.Add("p6_Moor_NSW_03 (Particles)", 457842); DictSNOMarkerSet.Add("p6_Moor_NSW_03 (RavenRoosts)", 469600); DictSNOMarkerSet.Add("p6_Moor_NSW_03", 457838); DictSNOMarkerSet.Add("p6_Moor_NSW_03_MB313 (Encounters)", 478327); DictSNOMarkerSet.Add("p6_Moor_NW_01 (Audio)", 460706); DictSNOMarkerSet.Add("p6_Moor_NW_01 (Lighting)", 453908); DictSNOMarkerSet.Add("p6_Moor_NW_01 (Loot)", 453909); DictSNOMarkerSet.Add("p6_Moor_NW_01 (Particles)", 457638); DictSNOMarkerSet.Add("p6_Moor_NW_01", 453907); DictSNOMarkerSet.Add("p6_Moor_NW_01_Event (Audio)", 464606); DictSNOMarkerSet.Add("p6_Moor_NW_01_Event (Encounters)", 463189); DictSNOMarkerSet.Add("p6_Moor_NW_01_Event (Grave Robber B Event)", 466739); DictSNOMarkerSet.Add("p6_Moor_NW_01_Event (Lighting)", 463186); DictSNOMarkerSet.Add("p6_Moor_NW_01_Event (Loot)", 463187); DictSNOMarkerSet.Add("p6_Moor_NW_01_Event (Particles)", 463257); DictSNOMarkerSet.Add("p6_Moor_NW_01_Event", 463185); DictSNOMarkerSet.Add("p6_Moor_NW_01_MB313 (Encounters)", 478319); DictSNOMarkerSet.Add("p6_Moor_NW_02 (Audio)", 460707); DictSNOMarkerSet.Add("p6_Moor_NW_02 (Lighting)", 457815); DictSNOMarkerSet.Add("p6_Moor_NW_02 (Loot)", 457816); DictSNOMarkerSet.Add("p6_Moor_NW_02 (Particles)", 457818); DictSNOMarkerSet.Add("p6_Moor_NW_02", 457814); DictSNOMarkerSet.Add("p6_Moor_NW_02_MB313 (Encounters)", 478328); DictSNOMarkerSet.Add("p6_Moor_NW_DungeonStone_Exit_01 (Encounters)", 466789); DictSNOMarkerSet.Add("p6_Moor_NW_Entrance_01 (Audio)", 460755); DictSNOMarkerSet.Add("p6_Moor_NW_Entrance_01 (Encounters)", 458888); DictSNOMarkerSet.Add("p6_Moor_NW_Entrance_01 (Lighting)", 458607); DictSNOMarkerSet.Add("p6_Moor_NW_Entrance_01 (Loot)", 458608); DictSNOMarkerSet.Add("p6_Moor_NW_Entrance_01 (Particles)", 462065); DictSNOMarkerSet.Add("p6_Moor_NW_Entrance_01 (Waypoint)", 460682); DictSNOMarkerSet.Add("p6_Moor_NW_Entrance_01", 458606); DictSNOMarkerSet.Add("p6_Moor_NW_Exit_01 (Audio)", 462950); DictSNOMarkerSet.Add("p6_Moor_NW_Exit_01 (Encounters)", 458891); DictSNOMarkerSet.Add("p6_Moor_NW_Exit_01 (Lighting)", 458615); DictSNOMarkerSet.Add("p6_Moor_NW_Exit_01 (Loot)", 458616); DictSNOMarkerSet.Add("p6_Moor_NW_Exit_01", 458614); DictSNOMarkerSet.Add("p6_Moor_SEW_01 (Audio)", 460709); DictSNOMarkerSet.Add("p6_Moor_SEW_01 (Encounters)", 470378); DictSNOMarkerSet.Add("p6_Moor_SEW_01 (Lighting)", 453917); DictSNOMarkerSet.Add("p6_Moor_SEW_01 (Loot)", 453918); DictSNOMarkerSet.Add("p6_Moor_SEW_01 (Particles)", 456102); DictSNOMarkerSet.Add("p6_Moor_SEW_01 (RavenRoosts)", 469680); DictSNOMarkerSet.Add("p6_Moor_SEW_01", 453916); DictSNOMarkerSet.Add("p6_Moor_SEW_01_MB313 (Encounters)", 478312); DictSNOMarkerSet.Add("p6_Moor_SEW_01_MB313 (RavenRoosts)", 478311); DictSNOMarkerSet.Add("p6_Moor_SE_01 (Audio)", 460708); DictSNOMarkerSet.Add("p6_Moor_SE_01 (Encounters)", 470377); DictSNOMarkerSet.Add("p6_Moor_SE_01 (Lighting)", 453928); DictSNOMarkerSet.Add("p6_Moor_SE_01 (Loot)", 453929); DictSNOMarkerSet.Add("p6_Moor_SE_01 (RavenRoosts)", 469677); DictSNOMarkerSet.Add("p6_Moor_SE_01", 453927); DictSNOMarkerSet.Add("p6_Moor_SE_01_MB313 (Encounters)", 478322); DictSNOMarkerSet.Add("p6_Moor_SE_01_MB313 (RavenRoosts)", 478314); DictSNOMarkerSet.Add("p6_Moor_SE_DungeonStone_Exit_01 (Encounters)", 466792); DictSNOMarkerSet.Add("p6_Moor_SE_Entrance_01 (Audio)", 462058); DictSNOMarkerSet.Add("p6_Moor_SE_Entrance_01 (Encounters)", 458886); DictSNOMarkerSet.Add("p6_Moor_SE_Entrance_01 (Lighting)", 458623); DictSNOMarkerSet.Add("p6_Moor_SE_Entrance_01 (Loot)", 458624); DictSNOMarkerSet.Add("p6_Moor_SE_Entrance_01 (Particles)", 461730); DictSNOMarkerSet.Add("p6_Moor_SE_Entrance_01 (Waypoint)", 460683); DictSNOMarkerSet.Add("p6_Moor_SE_Entrance_01", 458622); DictSNOMarkerSet.Add("p6_Moor_SE_Exit_01 (Audio)", 462059); DictSNOMarkerSet.Add("p6_Moor_SE_Exit_01 (Encounters)", 458892); DictSNOMarkerSet.Add("p6_Moor_SE_Exit_01 (Lighting)", 458631); DictSNOMarkerSet.Add("p6_Moor_SE_Exit_01 (Loot)", 458632); DictSNOMarkerSet.Add("p6_Moor_SE_Exit_01", 458630); DictSNOMarkerSet.Add("p6_Moor_SW_01 (Audio)", 460710); DictSNOMarkerSet.Add("p6_Moor_SW_01 (Lighting)", 453937); DictSNOMarkerSet.Add("p6_Moor_SW_01 (Loot)", 453938); DictSNOMarkerSet.Add("p6_Moor_SW_01 (Particles)", 457843); DictSNOMarkerSet.Add("p6_Moor_SW_01 (RavenRoosts)", 469686); DictSNOMarkerSet.Add("p6_Moor_SW_01", 453936); DictSNOMarkerSet.Add("p6_Moor_SW_120_Entrance_01 (Audio)", 466202); DictSNOMarkerSet.Add("p6_Moor_SW_120_Entrance_01 (Encounters)", 465571); DictSNOMarkerSet.Add("p6_Moor_SW_120_Entrance_01 (Lighting)", 465515); DictSNOMarkerSet.Add("p6_Moor_SW_120_Entrance_01 (Loot)", 465516); DictSNOMarkerSet.Add("p6_Moor_SW_120_Entrance_01", 465514); DictSNOMarkerSet.Add("p6_Moor_SW_120_Exit_01 (Audio)", 466203); DictSNOMarkerSet.Add("p6_Moor_SW_120_Exit_01 (Encounters)", 465572); DictSNOMarkerSet.Add("p6_Moor_SW_120_Exit_01 (Lighting)", 465529); DictSNOMarkerSet.Add("p6_Moor_SW_120_Exit_01 (Loot)", 465530); DictSNOMarkerSet.Add("p6_Moor_SW_120_Exit_01", 465528); DictSNOMarkerSet.Add("p6_Moor_SW_DungeonStone_Exit_01 (Encounters)", 466793); DictSNOMarkerSet.Add("p6_Moor_SW_Entrance_01 (Audio)", 460711); DictSNOMarkerSet.Add("p6_Moor_SW_Entrance_01 (Encounters)", 458885); DictSNOMarkerSet.Add("p6_Moor_SW_Entrance_01 (Lighting)", 458639); DictSNOMarkerSet.Add("p6_Moor_SW_Entrance_01 (Loot)", 458640); DictSNOMarkerSet.Add("p6_Moor_SW_Entrance_01 (Particles)", 460818); DictSNOMarkerSet.Add("p6_Moor_SW_Entrance_01 (Waypoint)", 460684); DictSNOMarkerSet.Add("p6_Moor_SW_Entrance_01", 458638); DictSNOMarkerSet.Add("p6_Moor_SW_Entrance_01_MB313 (Encounters)", 478310); DictSNOMarkerSet.Add("p6_Moor_SW_Exit_01 (Audio)", 460712); DictSNOMarkerSet.Add("p6_Moor_SW_Exit_01 (Encounters)", 458889); DictSNOMarkerSet.Add("p6_Moor_SW_Exit_01 (Lighting)", 458647); DictSNOMarkerSet.Add("p6_Moor_SW_Exit_01 (Loot)", 458648); DictSNOMarkerSet.Add("p6_Moor_SW_Exit_01", 458646); DictSNOMarkerSet.Add("p6_RoF_A3_Crater_Demonic_D", 470301); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NE_01 (Audio)", 474569); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NE_01 (CreepyActors)", 474570); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NE_01 (Encounters)", 474610); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NE_01 (Environment)", 474571); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NE_01 (Foliage)", 474572); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NE_01 (Lighting)", 474573); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NE_01 (Loot)", 474611); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NE_01 (Props)", 474574); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NE_01", 474568); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSEW_01 (Audio)", 474576); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSEW_01 (Encounters)", 474612); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSEW_01 (Environment)", 474577); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSEW_01 (Foliage)", 474578); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSEW_01 (Lighting)", 474579); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSEW_01 (Loot)", 474613); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSEW_01 (Props)", 474580); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSEW_01", 474575); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSW_01 (Audio)", 474582); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSW_01 (Encounters)", 474614); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSW_01 (Environment)", 474583); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSW_01 (Foliage)", 474584); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSW_01 (Lighting)", 474585); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSW_01 (Loot)", 474615); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSW_01 (Props)", 474587); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NSW_01", 474581); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NW_01 (Audio)", 474589); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NW_01 (Encounters)", 474616); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NW_01 (Environment)", 474590); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NW_01 (Foliage)", 474591); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NW_01 (Lighting)", 474592); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NW_01 (Loot)", 474617); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NW_01 (Props)", 474593); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_NW_01", 474588); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_N_Entrance_01 (Audio)", 468205); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_N_Entrance_01 (Encounters)", 468206); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_N_Entrance_01 (Environment)", 468209); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_N_Entrance_01 (Foliage)", 468210); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_N_Entrance_01 (Lighting)", 468211); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_N_Entrance_01 (Loot)", 468212); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_N_Entrance_01 (Props)", 468213); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_N_Entrance_01", 468204); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SEW_02 (Audio)", 474600); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SEW_02 (Encounters)", 474618); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SEW_02 (Environment)", 474601); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SEW_02 (Foliage)", 474602); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SEW_02 (Lighting)", 474603); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SEW_02 (Loot)", 474621); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SEW_02 (Props)", 474604); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SEW_02", 474599); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SE_01 (Audio)", 476223); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SE_01 (Encounters)", 476224); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SE_01 (Environment)", 476225); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SE_01 (Foliage)", 476226); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SE_01 (Lighting)", 476227); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SE_01 (Loot)", 476228); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_SE_01", 476222); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_S_01 (Audio)", 468226); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_S_01 (CreepyActors)", 468225); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_S_01 (Encounters)", 468222); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_S_01 (Environment)", 468221); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_S_01 (Foliage)", 468220); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_S_01 (Lighting)", 468219); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_S_01 (Loot)", 468216); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_S_01 (Props)", 468215); DictSNOMarkerSet.Add("p6_SetDung_Necro_Blood_Church_S_01", 468214); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_E_02 (Encounters)", 469231); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_E_02 (Environment)", 469232); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_E_02 (Foliage)", 469233); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_E_02 (Lighting)", 469234); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_E_02 (Loot)", 469235); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_E_02", 469230); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NE_05 (Encounters)", 475094); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NE_05 (Environment)", 475095); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NE_05 (Foliage)", 475096); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NE_05 (Lighting)", 475097); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NE_05 (Loot)", 475098); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NE_05", 475093); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04 (Audio)", 475109); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04 (Chains)", 475110); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04 (Encounters)", 475111); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04 (Environment)", 475112); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04 (Foliage)", 475113); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04 (Lighting)", 475115); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04 (Loot)", 475116); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04 (Props)", 475117); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04", 475108); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_06 (Chains)", 475119); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_06 (Encounters)", 475120); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_06 (Environment)", 475121); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_06 (Foliage)", 475122); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_06 (Lighting)", 475123); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_06 (Loot)", 475124); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_06", 475118); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NW_05 (Encounters)", 476247); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NW_05 (Environment)", 476248); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NW_05 (Foliage)", 476249); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NW_05 (Lighting)", 476250); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NW_05 (Loot)", 476251); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_NW_05", 476246); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SE_05 (Encounters)", 475126); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SE_05 (Environment)", 475127); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SE_05 (Foliage)", 475128); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SE_05 (Lighting)", 475129); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SE_05 (Loot)", 475130); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SE_05", 475125); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SW_05 (Encounters)", 475138); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SW_05 (Environment)", 475139); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SW_05 (Foliage)", 475140); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SW_05 (Lighting)", 475141); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SW_05 (Loot)", 475142); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_SW_05", 475137); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_W_Entrance_01 (Encounters)", 469237); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_W_Entrance_01 (Environment)", 469238); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_W_Entrance_01 (Foliage)", 469239); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_W_Entrance_01 (Lighting)", 469240); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_W_Entrance_01 (Loot)", 469241); DictSNOMarkerSet.Add("p6_SetDung_Necro_Bone_x1_abattoir_W_Entrance_01", 469236); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_03 (Audio)", 476002); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_03 (Encounters)", 476003); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_03 (Environment)", 476004); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_03 (Foliage)", 476005); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_03 (Lighting)", 476006); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_03 (Loot)", 476007); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_03 (Props)", 476008); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_03", 476001); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_05 (Audio)", 475994); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_05 (Encounters)", 475995); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_05 (Environment)", 475996); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_05 (Foliage)", 475997); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_05 (Lighting)", 475998); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_05 (Loot)", 475999); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_05 (Props)", 476000); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_EW_05", 475993); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NE_02 (Audio)", 475986); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NE_02 (Encounters)", 475987); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NE_02 (Environment)", 475988); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NE_02 (Foliage)", 475989); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NE_02 (Lighting)", 475990); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NE_02 (Loot)", 475991); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NE_02 (Props)", 475992); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NE_02", 475985); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NSE_03 (Audio)", 475978); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NSE_03 (Encounters)", 475979); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NSE_03 (Environment)", 475980); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NSE_03 (Foliage)", 475981); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NSE_03 (Lighting)", 475982); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NSE_03 (Loot)", 475983); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NSE_03 (Props)", 475984); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NSE_03", 475977); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01 (Audio)", 475969); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01 (Encounters)", 475970); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01 (Environment)", 475971); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01 (Foliage)", 475972); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01 (Lighting)", 475973); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01 (Loot)", 475974); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01 (Props)", 475975); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01 (Puddle)", 475976); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01", 475968); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_SW_03 (Encounters)", 475962); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_SW_03 (Environment)", 475963); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_SW_03 (Foliage)", 475964); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_SW_03 (Lighting)", 475965); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_SW_03 (Loot)", 475966); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_SW_03 (Props)", 475967); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_SW_03", 475961); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_S_Entrance_01 (Audio)", 469202); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_S_Entrance_01 (Encounters)", 469203); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_S_Entrance_01 (Environment)", 469204); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_S_Entrance_01 (Foliage)", 469205); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_S_Entrance_01 (Loot)", 469206); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_S_Entrance_01 (Props)", 469207); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_S_Entrance_01 (Puddles)", 469208); DictSNOMarkerSet.Add("p6_SetDung_Necro_Plague_x1_westm_S_Entrance_01", 469201); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_Moor_SW_Entrance_01 (Audio)", 469151); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_Moor_SW_Entrance_01 (Encounters)", 469150); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_Moor_SW_Entrance_01 (Lighting)", 469149); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_Moor_SW_Entrance_01 (Loot)", 469148); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_Moor_SW_Entrance_01 (Particles)", 469147); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_Moor_SW_Entrance_01", 469144); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NE_01 (Audio)", 475545); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NE_01 (Lighting)", 475546); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NE_01 (Loot)", 475547); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NE_01", 475544); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NW_01 (Audio)", 475549); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NW_01 (Environment)", 475550); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NW_01 (Lighting)", 475551); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NW_01 (Loot)", 475552); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NW_01", 475548); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_01 (Audio)", 475554); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_01 (Lighting)", 475555); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_01 (Loot)", 475556); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_01", 475553); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_02 (Audio)", 475558); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_02 (Encounters)", 475559); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_02 (Lighting)", 475560); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_02 (Loot)", 475561); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_02", 475557); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SW_01 (Audio)", 475563); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SW_01 (Encounters)", 475564); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SW_01 (Lighting)", 475565); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SW_01 (Loot)", 475566); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SW_01 (Particles)", 475567); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SW_01", 475562); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NEW_01 (Audio)", 475574); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NEW_01 (Lighting)", 475575); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NEW_01 (Loot)", 475576); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NEW_01 (Particles)", 475577); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NEW_01", 475573); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NE_01 (Audio)", 475569); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NE_01 (Lighting)", 475570); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NE_01 (Loot)", 475571); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NE_01 (Particles)", 475572); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NE_01", 475568); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_01 (Audio)", 475589); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_01 (Lighting)", 475590); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_01 (Loot)", 475591); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_01", 475588); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_02 (Audio)", 475593); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_02 (Encounters)", 475594); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_02 (Lighting)", 475595); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_02 (Loot)", 475597); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_02", 475592); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_03 (Audio)", 475599); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_03 (Encounters)", 475600); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_03 (Lighting)", 475601); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_03 (Loot)", 475602); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_03 (Particles)", 475603); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_03", 475598); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_05 (Audio)", 475605); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_05 (Encounters)", 475606); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_05 (Environment)", 475607); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_05 (Foliage)", 475608); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_05 (Lighting)", 475609); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_05 (Loot)", 475610); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_05", 475604); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_01 (Audio)", 475579); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_01 (Encounters)", 475580); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_01 (Lighting)", 475581); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_01 (Loot)", 475582); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_01", 475578); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_02 (Audio)", 475584); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_02 (Encounters)", 475585); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_02 (Lighting)", 475586); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_02 (Loot)", 475587); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_02", 475583); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_01 (Audio)", 475612); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_01 (Lighting)", 475613); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_01 (Loot)", 475614); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_01 (Particles)", 475615); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_01", 475611); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_03 (Audio)", 475617); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_03 (Encounters)", 475618); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_03 (Lighting)", 475619); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_03 (Loot)", 475620); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_03 (Particles)", 475621); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_03", 475616); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NW_01 (Audio)", 475623); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NW_01 (Lighting)", 475624); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NW_01 (Loot)", 475625); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NW_01 (Particles)", 475626); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_NW_01", 475622); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SEW_01 (Audio)", 475633); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SEW_01 (Encounters)", 475634); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SEW_01 (Lighting)", 475635); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SEW_01 (Loot)", 475636); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SEW_01 (Particles)", 475637); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SEW_01", 475632); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SE_01 (Audio)", 475628); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SE_01 (Encounters)", 475629); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SE_01 (Lighting)", 475630); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SE_01 (Loot)", 475631); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SE_01", 475627); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SW_01 (Audio)", 475639); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SW_01 (Lighting)", 475640); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SW_01 (Loot)", 475641); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SW_01 (Particles)", 475642); DictSNOMarkerSet.Add("p6_SetDung_Necro_Saint_p6_Moor_SW_01", 475638); DictSNOMarkerSet.Add("PTR_Vendor", 476253); DictSNOMarkerSet.Add("PvP_Butcher_Arena (Lighting)", 129021); DictSNOMarkerSet.Add("PvP_Butcher_Arena", 102104); DictSNOMarkerSet.Add("PvP_Cald_Swr_Ver2 (Audio)", 241800); DictSNOMarkerSet.Add("PvP_Cald_Swr_Ver2 (Encounters)", 114726); DictSNOMarkerSet.Add("PvP_Cald_Swr_Ver2 (Lighting)", 112860); DictSNOMarkerSet.Add("PvP_Cald_Swr_Ver2 (Loot)", 112861); DictSNOMarkerSet.Add("PvP_Cald_Swr_Ver2", 112859); DictSNOMarkerSet.Add("PvP_caOut_Arena_01 (Environment)", 79006); DictSNOMarkerSet.Add("PvP_caOut_Arena_01 (Foliage)", 79005); DictSNOMarkerSet.Add("PvP_caOut_Arena_01 (Lighting)", 102966); DictSNOMarkerSet.Add("PvP_caOut_Arena_01 (PMA)", 105442); DictSNOMarkerSet.Add("PvP_caOut_Arena_01 (Special Markers)", 79419); DictSNOMarkerSet.Add("PvP_caOut_Arena_01", 79007); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S01 (Environment)", 142931); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S01 (Foliage)", 142932); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S01 (Lighting)", 142951); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S01 (Loot)", 142952); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S01", 142938); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S02 (Encounters)", 142961); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S02 (Environment)", 142930); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S02 (Foliage)", 142937); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S02 (Lighting)", 142945); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S02 (Loot)", 142946); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E01_S02", 142939); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S01 (Encounters)", 142962); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S01 (Environment)", 142941); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S01 (Foliage)", 142940); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S01 (Lighting)", 142942); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S01 (Loot)", 142943); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S01", 142933); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S02 (Environment)", 142935); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S02 (Foliage)", 142934); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S02 (Lighting)", 142948); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S02 (Loot)", 142949); DictSNOMarkerSet.Add("PvP_Crater_ST_Arena_E02_S02", 142936); DictSNOMarkerSet.Add("PvP_Crypt_Arena_01 (Encounters)", 131921); DictSNOMarkerSet.Add("PvP_Crypt_Arena_01 (Layout 1)", 131956); DictSNOMarkerSet.Add("PvP_Crypt_Arena_01 (Lighting)", 131912); DictSNOMarkerSet.Add("PvP_Crypt_Arena_01 (Loot)", 131913); DictSNOMarkerSet.Add("PvP_Crypt_Arena_01", 131911); DictSNOMarkerSet.Add("PvP_Crypt_Arena_02 (Encounters)", 139487); DictSNOMarkerSet.Add("PvP_Crypt_Arena_02 (Environment)", 139476); DictSNOMarkerSet.Add("PvP_Crypt_Arena_02 (Foliage)", 139475); DictSNOMarkerSet.Add("PvP_Crypt_Arena_02 (Lighting)", 139477); DictSNOMarkerSet.Add("PvP_Crypt_Arena_02 (Loot)", 139478); DictSNOMarkerSet.Add("PvP_Crypt_Arena_02", 139474); DictSNOMarkerSet.Add("PvP_Crypt_Filler_01 (Lighting)", 135595); DictSNOMarkerSet.Add("PvP_Crypt_Filler_01 (Loot)", 135596); DictSNOMarkerSet.Add("PvP_Crypt_Filler_01", 135594); DictSNOMarkerSet.Add("PvP_Duel_Box (Encounters)", 273300); DictSNOMarkerSet.Add("PvP_Duel_Box (Environment)", 273248); DictSNOMarkerSet.Add("PvP_Duel_Box (Foliage)", 273249); DictSNOMarkerSet.Add("PvP_Duel_Box (Lighting)", 273250); DictSNOMarkerSet.Add("PvP_Duel_Box (Loot)", 273251); DictSNOMarkerSet.Add("PvP_Duel_Box", 273252); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_N01 (Environment)", 279571); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_N01 (Foliage)", 279572); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_N01 (Lighting)", 279573); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_N01 (Loot)", 279574); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_N01", 279575); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S01 (Audio)", 317388); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S01 (Encounters)", 279576); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S01 (Environment)", 279577); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S01 (Foliage)", 279578); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S01 (Lighting)", 279579); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S01 (Loot)", 279580); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S01", 279581); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S02 (Environment)", 279582); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S02 (Foliage)", 279583); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S02 (Lighting)", 279584); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S02 (Loot)", 279585); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E01_S02", 279586); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_N01 (Environment)", 279587); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_N01 (Foliage)", 279588); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_N01 (Lighting)", 279589); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_N01 (Loot)", 279590); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_N01", 279591); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S01 (Environment)", 279592); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S01 (Foliage)", 279593); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S01 (Lighting)", 279594); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S01 (Loot)", 279595); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S01", 279596); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S02 (Environment)", 279597); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S02 (Foliage)", 279598); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S02 (Lighting)", 279599); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S02 (Loot)", 279600); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_E02_S02", 279601); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_N01 (Environment)", 279602); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_N01 (Foliage)", 279603); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_N01 (Lighting)", 279604); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_N01 (Loot)", 279605); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_N01", 279606); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S01 (Environment)", 279607); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S01 (Foliage)", 279608); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S01 (Lighting)", 279609); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S01 (Loot)", 279610); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S01", 279611); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S02 (Environment)", 279612); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S02 (Foliage)", 279613); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S02 (Lighting)", 279614); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S02 (Loot)", 279615); DictSNOMarkerSet.Add("PvP_Duel_Small_Multi_W01_S02", 279616); DictSNOMarkerSet.Add("PvP_Filler_Generic (Environment)", 274764); DictSNOMarkerSet.Add("PvP_Filler_Generic (Foliage)", 274765); DictSNOMarkerSet.Add("PvP_Filler_Generic (Lighting)", 274766); DictSNOMarkerSet.Add("PvP_Filler_Generic (Loot)", 274767); DictSNOMarkerSet.Add("PvP_Filler_Generic", 274768); DictSNOMarkerSet.Add("PvP_Garden_Arena (Encounters)", 227208); DictSNOMarkerSet.Add("PvP_Garden_Arena (Environment)", 227201); DictSNOMarkerSet.Add("PvP_Garden_Arena (Foliage)", 227200); DictSNOMarkerSet.Add("PvP_Garden_Arena (Lighting)", 227203); DictSNOMarkerSet.Add("PvP_Garden_Arena (Loot)", 227204); DictSNOMarkerSet.Add("PvP_Garden_Arena", 227202); DictSNOMarkerSet.Add("PvP_Keep_Arena (Encounters)", 225871); DictSNOMarkerSet.Add("PvP_Keep_Arena (Environment)", 225864); DictSNOMarkerSet.Add("PvP_Keep_Arena (Foliage)", 225863); DictSNOMarkerSet.Add("PvP_Keep_Arena (Lighting)", 225865); DictSNOMarkerSet.Add("PvP_Keep_Arena (Loot)", 225866); DictSNOMarkerSet.Add("PvP_Keep_Arena", 225862); DictSNOMarkerSet.Add("PvP_LeoricsGarden_Arena (Environment)", 235218); DictSNOMarkerSet.Add("PvP_LeoricsGarden_Arena (FallenChampion_Summoner)", 308764); DictSNOMarkerSet.Add("PvP_LeoricsGarden_Arena (Foliage)", 235219); DictSNOMarkerSet.Add("PvP_LeoricsGarden_Arena (Loot)", 235221); DictSNOMarkerSet.Add("PvP_LeoricsGarden_Arena", 235222); DictSNOMarkerSet.Add("PvP_Map2_WorldMarkers", 23068); DictSNOMarkerSet.Add("PvP_Map2_x03_y02", 23085); DictSNOMarkerSet.Add("PvP_Map2_x03_y03", 23086); DictSNOMarkerSet.Add("PvP_Map2_x03_y04", 23087); DictSNOMarkerSet.Add("PvP_Map2_x03_y05", 23088); DictSNOMarkerSet.Add("PvP_Map2_x03_y06", 23089); DictSNOMarkerSet.Add("PvP_Map2_x03_y07", 23090); DictSNOMarkerSet.Add("PvP_Map2_x04_y01", 23092); DictSNOMarkerSet.Add("PvP_Map2_x04_y02", 23093); DictSNOMarkerSet.Add("PvP_Map2_x04_y03", 23094); DictSNOMarkerSet.Add("PvP_Map2_x04_y04", 23095); DictSNOMarkerSet.Add("PvP_Map2_x04_y05 (Special Markers)", 1365); DictSNOMarkerSet.Add("PvP_Map2_x04_y05", 23096); DictSNOMarkerSet.Add("PvP_Map2_x04_y06", 23097); DictSNOMarkerSet.Add("PvP_Map2_x04_y07", 23098); DictSNOMarkerSet.Add("PvP_Map2_x04_y08", 23099); DictSNOMarkerSet.Add("PvP_Map2_x05_y01", 23100); DictSNOMarkerSet.Add("PvP_Map2_x05_y02 (Special Markers)", 23101); DictSNOMarkerSet.Add("PvP_Map2_x05_y03", 23103); DictSNOMarkerSet.Add("PvP_Map2_x05_y04", 23104); DictSNOMarkerSet.Add("PvP_Map2_x05_y05", 23105); DictSNOMarkerSet.Add("PvP_Map2_x05_y06", 23106); DictSNOMarkerSet.Add("PvP_Map2_x05_y07 (Special Markers)", 23107); DictSNOMarkerSet.Add("PvP_Map2_x05_y07", 23108); DictSNOMarkerSet.Add("PvP_Map2_x05_y08", 23109); DictSNOMarkerSet.Add("PvP_Map2_x06_y01", 23110); DictSNOMarkerSet.Add("PvP_Map2_x06_y02", 23111); DictSNOMarkerSet.Add("PvP_Map2_x06_y03", 23112); DictSNOMarkerSet.Add("PvP_Map2_x06_y04 (Special Markers)", 23113); DictSNOMarkerSet.Add("PvP_Map2_x06_y04", 23114); DictSNOMarkerSet.Add("PvP_Map2_x06_y05", 1366); DictSNOMarkerSet.Add("PvP_Map2_x06_y06", 23115); DictSNOMarkerSet.Add("PvP_Map2_x06_y07", 23116); DictSNOMarkerSet.Add("PvP_Map2_x06_y08", 23117); DictSNOMarkerSet.Add("PvP_Map2_x07_y02", 23119); DictSNOMarkerSet.Add("PvP_Map2_x07_y03", 23120); DictSNOMarkerSet.Add("PvP_Map2_x07_y04", 23121); DictSNOMarkerSet.Add("PvP_Map2_x07_y05", 23122); DictSNOMarkerSet.Add("PvP_Map2_x07_y06", 23123); DictSNOMarkerSet.Add("PvP_Map2_x07_y07", 23124); DictSNOMarkerSet.Add("PVP_Maze_Arena_01_x01_y01 (Special Markers)", 1367); DictSNOMarkerSet.Add("PvP_Murderball_Test_01 (Encounters)", 277815); DictSNOMarkerSet.Add("PvP_Murderball_Test_01 (Environment)", 277659); DictSNOMarkerSet.Add("PvP_Murderball_Test_01 (Foliage)", 277660); DictSNOMarkerSet.Add("PvP_Murderball_Test_01 (Lighting)", 277661); DictSNOMarkerSet.Add("PvP_Murderball_Test_01 (Loot)", 277662); DictSNOMarkerSet.Add("PvP_Murderball_Test_01", 277663); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_N01 (Environment)", 133281); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_N01 (Foliage)", 133282); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_N01 (Lighting)", 133301); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_N01 (Loot)", 133302); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_N01", 133280); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S01 (Audio)", 218965); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S01 (Encounters)", 129131); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S01 (Lighting)", 129111); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S01 (Loot)", 129112); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S01 (Murderball)", 275052); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S01", 129110); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S02 (Environment)", 133289); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S02 (Foliage)", 133288); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S02 (Lighting)", 133316); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S02 (Loot)", 133317); DictSNOMarkerSet.Add("PvP_Neph_Arena_E01_S02", 133290); DictSNOMarkerSet.Add("PvP_Neph_Arena_E02_S01 (Environment)", 133295); DictSNOMarkerSet.Add("PvP_Neph_Arena_E02_S01 (Foliage)", 133294); DictSNOMarkerSet.Add("PvP_Neph_Arena_E02_S01 (Lighting)", 133310); DictSNOMarkerSet.Add("PvP_Neph_Arena_E02_S01 (Loot)", 133311); DictSNOMarkerSet.Add("PvP_Neph_Arena_E02_S01", 133296); DictSNOMarkerSet.Add("PvP_Neph_Arena_W01_S01 (Environment)", 133298); DictSNOMarkerSet.Add("PvP_Neph_Arena_W01_S01 (Foliage)", 133297); DictSNOMarkerSet.Add("PvP_Neph_Arena_W01_S01 (Lighting)", 133307); DictSNOMarkerSet.Add("PvP_Neph_Arena_W01_S01 (Loot)", 133308); DictSNOMarkerSet.Add("PvP_Neph_Arena_W01_S01", 133299); DictSNOMarkerSet.Add("PvP_Octogon_Arena_01_x01_y01 (Special Markers)", 23136); DictSNOMarkerSet.Add("PvP_Octogon_Arena_01_x01_y01", 23137); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_N01 (Encounters)", 274625); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_N01 (Environment)", 274626); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_N01 (Foliage)", 274627); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_N01 (Lighting)", 274628); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_N01 (Loot)", 274629); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_N01", 274630); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S01 (Encounters)", 274631); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S01 (Environment)", 274632); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S01 (Foliage)", 274633); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S01 (Lighting)", 274634); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S01 (Loot)", 274635); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S01", 274636); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S02 (Encounters)", 274637); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S02 (Environment)", 274638); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S02 (Foliage)", 274639); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S02 (Lighting)", 274640); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S02 (Loot)", 274641); DictSNOMarkerSet.Add("PvP_Peanut_LongLanes_E01_S02", 274642); DictSNOMarkerSet.Add("PVP_Pillar_01 (Encounters)", 23138); DictSNOMarkerSet.Add("PVP_Pillar_01", 23139); DictSNOMarkerSet.Add("PvP_Regicide_Greybox_Small (Encounters)", 258625); DictSNOMarkerSet.Add("PvP_Regicide_Greybox_Small (Environment)", 258619); DictSNOMarkerSet.Add("PvP_Regicide_Greybox_Small (Foliage)", 258618); DictSNOMarkerSet.Add("PvP_Regicide_Greybox_Small (Lighting)", 258620); DictSNOMarkerSet.Add("PvP_Regicide_Greybox_Small (Loot)", 258621); DictSNOMarkerSet.Add("PvP_Regicide_Greybox_Small", 258617); DictSNOMarkerSet.Add("PvP_Square_Test_01 (Encounters)", 275570); DictSNOMarkerSet.Add("PvP_Square_Test_01 (Environment)", 276252); DictSNOMarkerSet.Add("PvP_Square_Test_01 (Foliage)", 276253); DictSNOMarkerSet.Add("PvP_Square_Test_01", 276254); DictSNOMarkerSet.Add("PvP_Stairs_Arena_01_x01_y01 (Encounters)", 23140); DictSNOMarkerSet.Add("PvP_Stairs_Arena_01_x01_y01 (Special Markers)", 23141); DictSNOMarkerSet.Add("PvP_Stairs_Arena_01_x01_y01", 23142); DictSNOMarkerSet.Add("PvP_Three_Control (Encounters)", 276076); DictSNOMarkerSet.Add("PvP_Three_Control (Environment)", 276077); DictSNOMarkerSet.Add("PvP_Three_Control (Foliage)", 276078); DictSNOMarkerSet.Add("PvP_Three_Control (Lighting)", 276079); DictSNOMarkerSet.Add("PvP_Three_Control (Loot)", 276080); DictSNOMarkerSet.Add("PvP_Three_Control", 276081); DictSNOMarkerSet.Add("PVP_TrainingGround (Encounters)", 168244); DictSNOMarkerSet.Add("PVP_TrainingGround", 168231); DictSNOMarkerSet.Add("PVP_TrainingInn (Audio)", 170380); DictSNOMarkerSet.Add("PVP_TrainingInn (Encounters)", 170400); DictSNOMarkerSet.Add("PVP_TrainingInn (Environment)", 170381); DictSNOMarkerSet.Add("PVP_TrainingInn (Lighting)", 170382); DictSNOMarkerSet.Add("PVP_TrainingInn (Particle)", 170383); DictSNOMarkerSet.Add("PVP_TrainingInn", 170378); DictSNOMarkerSet.Add("PvP_Zolt_Ruins_Arena (Encounters)", 137480); DictSNOMarkerSet.Add("PvP_Zolt_Ruins_Arena (Environment)", 137448); DictSNOMarkerSet.Add("PvP_Zolt_Ruins_Arena (Foliage)", 137447); DictSNOMarkerSet.Add("PvP_Zolt_Ruins_Arena (Lighting)", 137449); DictSNOMarkerSet.Add("PvP_Zolt_Ruins_Arena (Loot)", 137450); DictSNOMarkerSet.Add("PvP_Zolt_Ruins_Arena", 137446); DictSNOMarkerSet.Add("PvP_Zolt_Small_Arena (Encounters)", 236143); DictSNOMarkerSet.Add("PvP_Zolt_Small_Arena (Environment)", 236144); DictSNOMarkerSet.Add("PvP_Zolt_Small_Arena (Foliage)", 236145); DictSNOMarkerSet.Add("PvP_Zolt_Small_Arena (Lighting)", 236146); DictSNOMarkerSet.Add("PvP_Zolt_Small_Arena (Loot)", 236147); DictSNOMarkerSet.Add("PvP_Zolt_Small_Arena", 236148); DictSNOMarkerSet.Add("PvP_Z_Lane_Test (Encounters)", 274225); DictSNOMarkerSet.Add("PvP_Z_Lane_Test (Environment)", 274035); DictSNOMarkerSet.Add("PvP_Z_Lane_Test (Foliage)", 274036); DictSNOMarkerSet.Add("PvP_Z_Lane_Test (Lighting)", 274037); DictSNOMarkerSet.Add("PvP_Z_Lane_Test (Loot)", 274038); DictSNOMarkerSet.Add("PvP_Z_Lane_Test", 274039); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_NE_01 (Audio)", 429925); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_NE_01 (Encounters)", 424617); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_NE_01 (Environment)", 424291); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_NE_01 (Foliage)", 424290); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_NE_01 (Loot)", 432675); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_NE_01", 424289); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_NW_01 (Patch)", 430613); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SE_01 (Audio)", 429926); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SE_01 (Encounters)", 425381); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SE_01 (Environment)", 424298); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SE_01 (Foliage)", 424297); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SE_01 (Loot)", 432674); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SE_01", 424296); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SW_01 (Audio)", 429929); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SW_01 (Encounters)", 425740); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SW_01 (Environment)", 424305); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SW_01 (Foliage)", 424304); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SW_01 (Loot)", 432673); DictSNOMarkerSet.Add("px_Battlefield_Border_Elbow_SW_01", 424303); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_DungeonStone_Exit_01 (Encounters)", 432685); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_Entrance_01 (Audio)", 432990); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_Entrance_01 (Encounters)", 432677); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_Entrance_01 (Environment)", 423599); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_Entrance_01 (Foliage)", 423598); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_Entrance_01 (Lighting)", 423601); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_Entrance_01 (Loot)", 423602); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_Entrance_01", 423600); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_Exit_01 (Audio)", 434396); DictSNOMarkerSet.Add("px_Battlefield_Border_NEW_Exit_01 (Encounters)", 432681); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_DungeonStone_Exit_01 (Encounters)", 432686); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Entrance_01 (Audio)", 432813); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Entrance_01 (Encounters)", 425781); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Entrance_01 (Environment)", 424025); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Entrance_01 (Foliage)", 424017); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Entrance_01 (Lighting)", 424040); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Entrance_01 (Loot)", 424045); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Entrance_01 (Props)", 430721); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Entrance_01", 424032); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Exit_01 (Audio)", 434397); DictSNOMarkerSet.Add("px_Battlefield_Border_NSE_Exit_01 (Encounters)", 432682); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_01 (Patch)", 432549); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_DungeonStone_Exit_01 (Encounters)", 432687); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Entrance_01 (Audio)", 432996); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Entrance_01 (Encounters)", 432679); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Entrance_01 (Environment)", 424174); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Entrance_01 (Foliage)", 424173); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Entrance_01 (Lighting)", 424176); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Entrance_01 (Loot)", 424177); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Entrance_01 (Props)", 429987); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Entrance_01", 424175); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Exit_01 (Audio)", 434398); DictSNOMarkerSet.Add("px_Battlefield_Border_NSW_Exit_01 (Encounters)", 432676); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_01 (Audio)", 434410); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_01 (Encounters)", 424316); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_01 (Environment)", 424315); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_01 (Foliage)", 424314); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_01", 424313); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_DungeonStone_Exit_01 (Audio)", 429834); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_DungeonStone_Exit_01 (Encounters)", 432688); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Entrance_01 (Audio)", 429830); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Entrance_01 (Encounters)", 432680); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Entrance_01 (Environment)", 424190); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Entrance_01 (Foliage)", 424189); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Entrance_01 (Lighting)", 424191); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Entrance_01 (Loot)", 424192); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Entrance_01", 424188); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Exit_01 (Audio)", 429833); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Exit_01 (Encounters)", 432684); DictSNOMarkerSet.Add("px_Battlefield_Border_SEW_Exit_01", 432683); DictSNOMarkerSet.Add("px_Battlefield_Filler_01 (Environment)", 424210); DictSNOMarkerSet.Add("px_Battlefield_Filler_01 (Foliage)", 424209); DictSNOMarkerSet.Add("px_Battlefield_Filler_01 (Lighting)", 424212); DictSNOMarkerSet.Add("px_Battlefield_Filler_01 (Loot)", 424213); DictSNOMarkerSet.Add("px_Battlefield_Filler_01", 424211); DictSNOMarkerSet.Add("px_Boneyards_Camp_AncientDevice", 432883); DictSNOMarkerSet.Add("px_Bridge_Camp_LostPatrol", 433183); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_NE_01 (AOskirt)", 404307); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_NE_01 (Encounters)", 409741); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_NE_01 (Lighting)", 404175); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_NE_01 (Loot)", 404176); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_NE_01", 404174); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_NW_01 (Encounters)", 409739); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_SE_01 (Audio)", 428842); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_SE_01 (Encounters)", 409733); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_SE_01 (Lighting)", 404515); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_SE_01 (Loot)", 404516); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_SE_01", 404514); DictSNOMarkerSet.Add("px_caOut_Oasis_Entrance_SW_01 (Encounters)", 409729); DictSNOMarkerSet.Add("px_caOut_Oasis_Exit_NE_01 (AOskirt)", 427191); DictSNOMarkerSet.Add("px_caOut_Oasis_Exit_NW_01 (Audio)", 409738); DictSNOMarkerSet.Add("px_caOut_Oasis_Exit_SE_01 (Encounters)", 409736); DictSNOMarkerSet.Add("px_Cave_A_Buffer_Template (Patch)", 450181); DictSNOMarkerSet.Add("px_Cave_A_EW_01 (AmbientBats)", 436571); DictSNOMarkerSet.Add("px_Cave_A_EW_01 (Audio)", 427236); DictSNOMarkerSet.Add("px_Cave_A_EW_01 (Environment)", 427237); DictSNOMarkerSet.Add("px_Cave_A_EW_01 (Lighting)", 427238); DictSNOMarkerSet.Add("px_Cave_A_EW_01 (Loot)", 427239); DictSNOMarkerSet.Add("px_Cave_A_EW_01 (Moss)", 427843); DictSNOMarkerSet.Add("px_Cave_A_EW_01 (TidalPools)", 437110); DictSNOMarkerSet.Add("px_Cave_A_EW_Event_02 (Environment)", 427284); DictSNOMarkerSet.Add("px_Cave_A_EW_Event_02 (Lighting)", 427285); DictSNOMarkerSet.Add("px_Cave_A_EW_Event_02 (Loot)", 427286); DictSNOMarkerSet.Add("px_Cave_A_EW_Event_02 (Moss)", 427889); DictSNOMarkerSet.Add("px_Cave_A_E_01 (Audio)", 427235); DictSNOMarkerSet.Add("px_Cave_A_E_01 (Environment)", 427231); DictSNOMarkerSet.Add("px_Cave_A_E_01 (Lighting)", 427232); DictSNOMarkerSet.Add("px_Cave_A_E_01 (Loot)", 427234); DictSNOMarkerSet.Add("px_Cave_A_E_01 (Moss)", 427747); DictSNOMarkerSet.Add("px_Cave_A_E_dungeonStone_Exit_01 (Audio)", 427246); DictSNOMarkerSet.Add("px_Cave_A_E_dungeonStone_Exit_01 (Encounters)", 427248); DictSNOMarkerSet.Add("px_Cave_A_E_dungeonStone_Exit_01 (Environment)", 427249); DictSNOMarkerSet.Add("px_Cave_A_E_dungeonStone_Exit_01 (Lighting)", 427250); DictSNOMarkerSet.Add("px_Cave_A_E_dungeonStone_Exit_01 (Loot)", 427251); DictSNOMarkerSet.Add("px_Cave_A_E_dungeonStone_Exit_01 (Moss)", 427800); DictSNOMarkerSet.Add("px_Cave_A_E_Entrance_01 (Audio)", 427265); DictSNOMarkerSet.Add("px_Cave_A_E_Entrance_01 (Encounters)", 427266); DictSNOMarkerSet.Add("px_Cave_A_E_Entrance_01 (Environment)", 427267); DictSNOMarkerSet.Add("px_Cave_A_E_Entrance_01 (Lighting)", 427269); DictSNOMarkerSet.Add("px_Cave_A_E_Entrance_01 (Loot)", 427270); DictSNOMarkerSet.Add("px_Cave_A_E_Entrance_01 (Moss)", 427781); DictSNOMarkerSet.Add("px_Cave_A_E_Exit_01 (Audio)", 427471); DictSNOMarkerSet.Add("px_Cave_A_E_Exit_01 (Encounters)", 432591); DictSNOMarkerSet.Add("px_Cave_A_E_Exit_01 (Loot)", 427468); DictSNOMarkerSet.Add("px_Cave_A_NEW_01 (AmbientBats)", 436577); DictSNOMarkerSet.Add("px_Cave_A_NEW_01 (Audio)", 427329); DictSNOMarkerSet.Add("px_Cave_A_NEW_01 (Environment)", 427328); DictSNOMarkerSet.Add("px_Cave_A_NEW_01 (Lighting)", 427327); DictSNOMarkerSet.Add("px_Cave_A_NEW_01 (Loot)", 427326); DictSNOMarkerSet.Add("px_Cave_A_NEW_01 (Moss)", 428021); DictSNOMarkerSet.Add("px_Cave_A_NEW_01 (Patch)", 427324); DictSNOMarkerSet.Add("px_Cave_A_NEW_01 (TidalPools)", 437244); DictSNOMarkerSet.Add("px_Cave_A_NEW_02 (AmbientBats)", 436642); DictSNOMarkerSet.Add("px_Cave_A_NEW_02 (Audio)", 427323); DictSNOMarkerSet.Add("px_Cave_A_NEW_02 (Environment)", 427322); DictSNOMarkerSet.Add("px_Cave_A_NEW_02 (Lighting)", 427321); DictSNOMarkerSet.Add("px_Cave_A_NEW_02 (Loot)", 427320); DictSNOMarkerSet.Add("px_Cave_A_NEW_02 (Moss)", 428006); DictSNOMarkerSet.Add("px_Cave_A_NE_01 (AmbientBats)", 436576); DictSNOMarkerSet.Add("px_Cave_A_NE_01 (Audio)", 416049); DictSNOMarkerSet.Add("px_Cave_A_NE_01 (Environment)", 415788); DictSNOMarkerSet.Add("px_Cave_A_NE_01 (Lighting)", 416050); DictSNOMarkerSet.Add("px_Cave_A_NE_01 (Loot)", 416051); DictSNOMarkerSet.Add("px_Cave_A_NE_01 (Moss)", 427142); DictSNOMarkerSet.Add("px_Cave_A_NE_01 (TidalPools)", 437205); DictSNOMarkerSet.Add("px_Cave_A_NSEW_01 (Audio)", 416058); DictSNOMarkerSet.Add("px_Cave_A_NSEW_01 (Encounters)", 436000); DictSNOMarkerSet.Add("px_Cave_A_NSEW_01 (Environment)", 415642); DictSNOMarkerSet.Add("px_Cave_A_NSEW_01 (Lighting)", 416059); DictSNOMarkerSet.Add("px_Cave_A_NSEW_01 (Loot)", 416060); DictSNOMarkerSet.Add("px_Cave_A_NSEW_01 (Moss)", 416127); DictSNOMarkerSet.Add("px_Cave_A_NSEW_01 (TidalPools)", 437147); DictSNOMarkerSet.Add("px_Cave_A_NSEW_01(Water Replacement)", 415576); DictSNOMarkerSet.Add("px_Cave_A_NSEW_02 (AmbientBats)", 436639); DictSNOMarkerSet.Add("px_Cave_A_NSEW_02 (Audio)", 427379); DictSNOMarkerSet.Add("px_Cave_A_NSEW_02 (Environment)", 427378); DictSNOMarkerSet.Add("px_Cave_A_NSEW_02 (Lighting)", 427377); DictSNOMarkerSet.Add("px_Cave_A_NSEW_02 (Loot)", 427376); DictSNOMarkerSet.Add("px_Cave_A_NSEW_02 (Moss)", 428289); DictSNOMarkerSet.Add("px_Cave_A_NSEW_03 (Audio)", 427386); DictSNOMarkerSet.Add("px_Cave_A_NSEW_03 (Environment)", 427387); DictSNOMarkerSet.Add("px_Cave_A_NSEW_03 (Lighting)", 427388); DictSNOMarkerSet.Add("px_Cave_A_NSEW_03 (Loot)", 427389); DictSNOMarkerSet.Add("px_Cave_A_NSEW_03 (Patch)", 427390); DictSNOMarkerSet.Add("px_Cave_A_NSEW_04 (AmbientBats)", 436643); DictSNOMarkerSet.Add("px_Cave_A_NSEW_04 (Audio)", 427398); DictSNOMarkerSet.Add("px_Cave_A_NSEW_04 (Environment)", 427396); DictSNOMarkerSet.Add("px_Cave_A_NSEW_04 (Loot)", 427394); DictSNOMarkerSet.Add("px_Cave_A_NSEW_04 (Moss)", 428317); DictSNOMarkerSet.Add("px_Cave_A_NSEW_04 (Patch)", 427393); DictSNOMarkerSet.Add("px_Cave_A_NSEW_05 (Environment)", 427405); DictSNOMarkerSet.Add("px_Cave_A_NSEW_05 (Lighting)", 427404); DictSNOMarkerSet.Add("px_Cave_A_NSEW_05 (Loot)", 427403); DictSNOMarkerSet.Add("px_Cave_A_NSEW_05 (Moss)", 428324); DictSNOMarkerSet.Add("px_Cave_A_NSEW_05 (Roots)", 428322); DictSNOMarkerSet.Add("px_Cave_A_NSE_01 (Audio)", 416057); DictSNOMarkerSet.Add("px_Cave_A_NSE_01 (Encounters)", 416056); DictSNOMarkerSet.Add("px_Cave_A_NSE_01 (Environment)", 415770); DictSNOMarkerSet.Add("px_Cave_A_NSE_01 (Lighting)", 415786); DictSNOMarkerSet.Add("px_Cave_A_NSE_01 (Loot)", 416055); DictSNOMarkerSet.Add("px_Cave_A_NSE_01 (Moss)", 426892); DictSNOMarkerSet.Add("px_Cave_A_NSE_01 (Patch)", 416037); DictSNOMarkerSet.Add("px_Cave_A_NSE_01 (TidalPools)", 437217); DictSNOMarkerSet.Add("px_Cave_A_NSW_01 (Audio)", 427538); DictSNOMarkerSet.Add("px_Cave_A_NSW_01 (Environment)", 427539); DictSNOMarkerSet.Add("px_Cave_A_NSW_01 (Lighting)", 427540); DictSNOMarkerSet.Add("px_Cave_A_NSW_01 (Loot)", 427541); DictSNOMarkerSet.Add("px_Cave_A_NSW_01 (MerqueenEvent)", 436012); DictSNOMarkerSet.Add("px_Cave_A_NSW_01 (Moss)", 428342); DictSNOMarkerSet.Add("px_Cave_A_NS_01 (AmbientBats)", 436598); DictSNOMarkerSet.Add("px_Cave_A_NS_01 (Audio)", 427353); DictSNOMarkerSet.Add("px_Cave_A_NS_01 (Environment)", 427352); DictSNOMarkerSet.Add("px_Cave_A_NS_01 (Lighting)", 427351); DictSNOMarkerSet.Add("px_Cave_A_NS_01 (Loot)", 427350); DictSNOMarkerSet.Add("px_Cave_A_NS_01 (Patch)", 427349); DictSNOMarkerSet.Add("px_Cave_A_NS_01 (TidalPools)", 437232); DictSNOMarkerSet.Add("px_Cave_A_NS_Event_01 (AmbientBats)", 436645); DictSNOMarkerSet.Add("px_Cave_A_NS_Event_01 (Audio)", 427347); DictSNOMarkerSet.Add("px_Cave_A_NS_Event_01 (Environment)", 427346); DictSNOMarkerSet.Add("px_Cave_A_NS_Event_01 (Lighting)", 427345); DictSNOMarkerSet.Add("px_Cave_A_NS_Event_01 (Loot)", 427344); DictSNOMarkerSet.Add("px_Cave_A_NS_Event_01 (Moss)", 428274); DictSNOMarkerSet.Add("px_Cave_A_NS_Event_01 (particles)", 427343); DictSNOMarkerSet.Add("px_Cave_A_NW_01 (AmbientBats)", 436600); DictSNOMarkerSet.Add("px_Cave_A_NW_01 (bug patch)", 450220); DictSNOMarkerSet.Add("px_Cave_A_NW_01 (Environment)", 415794); DictSNOMarkerSet.Add("px_Cave_A_NW_01 (Lighting)", 427116); DictSNOMarkerSet.Add("px_Cave_A_NW_01 (Loot)", 435468); DictSNOMarkerSet.Add("px_Cave_A_NW_01 (Moss)", 427118); DictSNOMarkerSet.Add("px_Cave_A_NW_01 (TidalPools)", 437148); DictSNOMarkerSet.Add("px_Cave_A_N_01 (AmbientBats)", 436575); DictSNOMarkerSet.Add("px_Cave_A_N_01 (Audio)", 427290); DictSNOMarkerSet.Add("px_Cave_A_N_01 (Environment)", 427291); DictSNOMarkerSet.Add("px_Cave_A_N_01 (Lighting)", 427292); DictSNOMarkerSet.Add("px_Cave_A_N_01 (Loot)", 427293); DictSNOMarkerSet.Add("px_Cave_A_N_01 (Moss)", 427997); DictSNOMarkerSet.Add("px_Cave_A_N_01 (TidalPools)", 437204); DictSNOMarkerSet.Add("px_Cave_A_N_dungeonStone_Exit_01 (Audio)", 427304); DictSNOMarkerSet.Add("px_Cave_A_N_dungeonStone_Exit_01 (Encounters)", 435487); DictSNOMarkerSet.Add("px_Cave_A_N_dungeonStone_Exit_01 (Environment)", 427305); DictSNOMarkerSet.Add("px_Cave_A_N_dungeonStone_Exit_01 (Lighting)", 427306); DictSNOMarkerSet.Add("px_Cave_A_N_dungeonStone_Exit_01 (Loot)", 427307); DictSNOMarkerSet.Add("px_Cave_A_N_dungeonStone_Exit_01 (Moss)", 427987); DictSNOMarkerSet.Add("px_Cave_A_N_dungeonStone_Exit_01 (Patch)", 427308); DictSNOMarkerSet.Add("px_Cave_A_N_Entrance_01 (Audio)", 427313); DictSNOMarkerSet.Add("px_Cave_A_N_Entrance_01 (Encounters)", 432536); DictSNOMarkerSet.Add("px_Cave_A_N_Entrance_01 (Environment)", 427314); DictSNOMarkerSet.Add("px_Cave_A_N_Entrance_01 (Lighting)", 427315); DictSNOMarkerSet.Add("px_Cave_A_N_Entrance_01 (Loot)", 427316); DictSNOMarkerSet.Add("px_Cave_A_N_Entrance_01 (Moss)", 427944); DictSNOMarkerSet.Add("px_Cave_A_N_Exit_01 (Audio)", 427477); DictSNOMarkerSet.Add("px_Cave_A_N_Exit_01 (Encounters)", 432592); DictSNOMarkerSet.Add("px_Cave_A_N_Exit_01 (Loot)", 427474); DictSNOMarkerSet.Add("px_Cave_A_SEW_01 (AmbientBats)", 436625); DictSNOMarkerSet.Add("px_Cave_A_SEW_01 (Environment)", 427447); DictSNOMarkerSet.Add("px_Cave_A_SEW_01 (Loot)", 427444); DictSNOMarkerSet.Add("px_Cave_A_SEW_01 (Moss)", 428482); DictSNOMarkerSet.Add("px_Cave_A_SEW_01 (Patch)", 427445); DictSNOMarkerSet.Add("px_Cave_A_SE_01 (AmbientBats)", 436616); DictSNOMarkerSet.Add("px_Cave_A_SE_01 (Audio)", 426781); DictSNOMarkerSet.Add("px_Cave_A_SE_01 (Environment)", 415815); DictSNOMarkerSet.Add("px_Cave_A_SE_01 (Lighting)", 415859); DictSNOMarkerSet.Add("px_cave_A_SE_01 (Loot)", 426780); DictSNOMarkerSet.Add("px_Cave_A_SE_01 (Moss)", 426865); DictSNOMarkerSet.Add("px_Cave_A_SE_01 (TidalPools)", 437150); DictSNOMarkerSet.Add("px_Cave_A_SE_02 (AmbientBats)", 436638); DictSNOMarkerSet.Add("px_Cave_A_SE_02 (Audio)", 427441); DictSNOMarkerSet.Add("px_Cave_A_SE_02 (Environment)", 427440); DictSNOMarkerSet.Add("px_Cave_A_SE_02 (Loot)", 427438); DictSNOMarkerSet.Add("px_Cave_A_SE_02 (Moss)", 428473); DictSNOMarkerSet.Add("px_Cave_A_SE_02 (Particles)", 440404); DictSNOMarkerSet.Add("px_Cave_A_SW_01 (AmbientBats)", 436636); DictSNOMarkerSet.Add("px_Cave_A_SW_01 (Audio)", 426589); DictSNOMarkerSet.Add("px_Cave_A_SW_01 (Environment)", 415810); DictSNOMarkerSet.Add("px_Cave_A_SW_01 (Lighting)", 415888); DictSNOMarkerSet.Add("px_Cave_A_SW_01 (Loot)", 426590); DictSNOMarkerSet.Add("px_Cave_A_SW_01 (Moss)", 426653); DictSNOMarkerSet.Add("px_Cave_A_SW_01 (Patch)", 426587); DictSNOMarkerSet.Add("px_Cave_A_S_01 (Audio)", 427411); DictSNOMarkerSet.Add("px_Cave_A_S_01 (Environment)", 427410); DictSNOMarkerSet.Add("px_Cave_A_S_01 (Loot)", 427408); DictSNOMarkerSet.Add("px_Cave_A_S_01 (Moss)", 428379); DictSNOMarkerSet.Add("px_Cave_A_S_01 (Roots)", 428378); DictSNOMarkerSet.Add("px_Cave_A_S_dungeonStone_Exit_01 (Audio)", 427417); DictSNOMarkerSet.Add("px_Cave_A_S_dungeonStone_Exit_01 (Encounters)", 435485); DictSNOMarkerSet.Add("px_Cave_A_S_dungeonStone_Exit_01 (Loot)", 427421); DictSNOMarkerSet.Add("px_Cave_A_S_Entrance_01 (Audio)", 427434); DictSNOMarkerSet.Add("px_Cave_A_S_Entrance_01 (Encounters)", 432538); DictSNOMarkerSet.Add("px_Cave_A_S_Entrance_01 (Environment)", 427433); DictSNOMarkerSet.Add("px_Cave_A_S_Entrance_01 (Lighting)", 427432); DictSNOMarkerSet.Add("px_Cave_A_S_Entrance_01 (Loot)", 427431); DictSNOMarkerSet.Add("px_Cave_A_S_Entrance_01 (Moss)", 428389); DictSNOMarkerSet.Add("px_Cave_A_S_Exit_01 (Audio)", 427499); DictSNOMarkerSet.Add("px_Cave_A_S_Exit_01 (Encounters)", 432593); DictSNOMarkerSet.Add("px_Cave_A_S_Exit_01 (Loot)", 427502); DictSNOMarkerSet.Add("px_Cave_A_W_01 (Audio)", 427453); DictSNOMarkerSet.Add("px_Cave_A_W_01 (Environment)", 427452); DictSNOMarkerSet.Add("px_Cave_A_W_01 (Loot)", 427450); DictSNOMarkerSet.Add("px_Cave_A_W_01 (Roots)", 428343); DictSNOMarkerSet.Add("px_Cave_A_W_dungeonStone_Exit_01 (Audio)", 427458); DictSNOMarkerSet.Add("px_Cave_A_W_dungeonStone_Exit_01 (Encounters)", 435486); DictSNOMarkerSet.Add("px_Cave_A_W_dungeonStone_Exit_01 (Environment)", 427457); DictSNOMarkerSet.Add("px_Cave_A_W_dungeonStone_Exit_01 (Lighting)", 427456); DictSNOMarkerSet.Add("px_Cave_A_W_dungeonStone_Exit_01 (Loot)", 427455); DictSNOMarkerSet.Add("px_Cave_A_W_Entrance_01 (Audio)", 427465); DictSNOMarkerSet.Add("px_Cave_A_W_Entrance_01 (Encounters)", 432540); DictSNOMarkerSet.Add("px_Cave_A_W_Entrance_01 (Environment)", 427464); DictSNOMarkerSet.Add("px_Cave_A_W_Entrance_01 (Lighting)", 427463); DictSNOMarkerSet.Add("px_Cave_A_W_Entrance_01 (Loot)", 427462); DictSNOMarkerSet.Add("px_Cave_A_W_Entrance_01 (Moss)", 428369); DictSNOMarkerSet.Add("px_Cave_A_W_Entrance_01 (Roots)", 428364); DictSNOMarkerSet.Add("px_Cave_A_W_Exit_01 (Audio)", 427505); DictSNOMarkerSet.Add("px_Cave_A_W_Exit_01 (Encounters)", 432594); DictSNOMarkerSet.Add("px_Cave_A_W_Exit_01 (Loot)", 427509); DictSNOMarkerSet.Add("px_Crater_Camp_AzmodanMinions", 433296); DictSNOMarkerSet.Add("px_CursedRealm_ExitPortal", 408814); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NE_01 (Audio)", 429827); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NE_01 (Environment)", 404647); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NE_01 (Foliage)", 404646); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NE_01 (Lighting)", 404649); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NE_01 (Loot)", 404650); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NE_01", 404648); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NW_01 (Environment)", 404617); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NW_01 (Foliage)", 404616); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NW_01 (Lighting)", 404619); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NW_01 (Loot)", 404620); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_NW_01", 404618); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SE_01 (Audio)", 429826); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SE_01 (Environment)", 404635); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SE_01 (Foliage)", 404634); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SE_01 (Lighting)", 404637); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SE_01 (Loot)", 404638); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SE_01", 404636); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SW_01 (Audio)", 429825); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SW_01 (Environment)", 404605); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SW_01 (Foliage)", 404604); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SW_01 (Lighting)", 404607); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SW_01 (Loot)", 404608); DictSNOMarkerSet.Add("px_desert_120_Border_Elbow_SW_01", 404606); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_01 (Audio)", 429821); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_01 (Environment)", 404491); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_01 (Foliage)", 404490); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_01 (Lighting)", 404493); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_01 (Loot)", 404494); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_01", 404492); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_DungeonStone_Exit_01 (Audio)", 429822); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_DungeonStone_Exit_01 (Encounters)", 404891); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_Entrance_01 (Audio)", 429824); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_Entrance_01 (Encounters)", 404846); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_Entrance_01 (Environment)", 404673); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_Entrance_01 (Foliage)", 404672); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_Entrance_01 (Lighting)", 404675); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_Entrance_01 (Loot)", 404676); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_Entrance_01", 404674); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_Exit_01 (Audio)", 429823); DictSNOMarkerSet.Add("px_desert_120_Border_NEW_Exit_01 (Encounters)", 404889); DictSNOMarkerSet.Add("px_desert_120_Border_NE_01 (Environment)", 404593); DictSNOMarkerSet.Add("px_desert_120_Border_NE_01 (Foliage)", 404592); DictSNOMarkerSet.Add("px_desert_120_Border_NE_01 (Lighting)", 404595); DictSNOMarkerSet.Add("px_desert_120_Border_NE_01 (Loot)", 404596); DictSNOMarkerSet.Add("px_desert_120_Border_NE_01", 404594); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_01 (Environment)", 404432); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_01 (Foliage)", 404431); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_01 (Lighting)", 404434); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_01 (Loot)", 404435); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_01", 404433); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_DungeonStone_Exit_01 (Encounters)", 405068); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_Entrance_01 (Encounters)", 405064); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_Entrance_01 (Environment)", 405056); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_Entrance_01 (Foliage)", 405055); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_Entrance_01 (Lighting)", 405058); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_Entrance_01 (Loot)", 405059); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_Entrance_01", 405057); DictSNOMarkerSet.Add("px_desert_120_Border_NSE_Exit_01 (Encounters)", 405065); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_01 (Audio)", 429814); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_01 (Environment)", 404456); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_01 (Foliage)", 404455); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_01 (Lighting)", 404458); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_01 (Loot)", 404459); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_01", 404457); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_DungeonStone_Exit_01 (Encounters)", 405142); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_Entrance_01 (Encounters)", 405137); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_Entrance_01 (Environment)", 405131); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_Entrance_01 (Foliage)", 405130); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_Entrance_01 (Lighting)", 405133); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_Entrance_01 (Loot)", 405134); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_Entrance_01", 405132); DictSNOMarkerSet.Add("px_desert_120_Border_NSW_Exit_01 (Encounters)", 405140); DictSNOMarkerSet.Add("px_desert_120_Border_NW_01 (Audio)", 429820); DictSNOMarkerSet.Add("px_desert_120_Border_NW_01 (Environment)", 404581); DictSNOMarkerSet.Add("px_desert_120_Border_NW_01 (Foliage)", 404580); DictSNOMarkerSet.Add("px_desert_120_Border_NW_01 (Lighting)", 404583); DictSNOMarkerSet.Add("px_desert_120_Border_NW_01 (Loot)", 404584); DictSNOMarkerSet.Add("px_desert_120_Border_NW_01", 404582); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_01 (Environment)", 404471); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_01 (Foliage)", 404470); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_01 (Lighting)", 404473); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_01 (Loot)", 404474); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_01", 404472); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_DungeonStone_Exit_01 (Encounters)", 405226); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_Entrance_01 (Encounters)", 405219); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_Entrance_01 (Environment)", 405213); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_Entrance_01 (Foliage)", 405212); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_Entrance_01 (Lighting)", 405215); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_Entrance_01 (Loot)", 405216); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_Entrance_01", 405214); DictSNOMarkerSet.Add("px_desert_120_Border_SEW_Exit_01 (Encounters)", 405221); DictSNOMarkerSet.Add("px_desert_120_Border_SE_01 (Environment)", 404546); DictSNOMarkerSet.Add("px_desert_120_Border_SE_01 (Foliage)", 404545); DictSNOMarkerSet.Add("px_desert_120_Border_SE_01 (Lighting)", 404548); DictSNOMarkerSet.Add("px_desert_120_Border_SE_01 (Loot)", 404549); DictSNOMarkerSet.Add("px_desert_120_Border_SE_01", 404547); DictSNOMarkerSet.Add("px_desert_120_Border_SW_01 (Audio)", 429819); DictSNOMarkerSet.Add("px_desert_120_Border_SW_01 (Environment)", 404565); DictSNOMarkerSet.Add("px_desert_120_Border_SW_01 (Foliage)", 404564); DictSNOMarkerSet.Add("px_desert_120_Border_SW_01 (Lighting)", 404567); DictSNOMarkerSet.Add("px_desert_120_Border_SW_01 (Loot)", 404568); DictSNOMarkerSet.Add("px_desert_120_Border_SW_01", 404566); DictSNOMarkerSet.Add("px_desert_120_Filler_01 (Environment)", 404445); DictSNOMarkerSet.Add("px_desert_120_Filler_01 (Foliage)", 404444); DictSNOMarkerSet.Add("px_desert_120_Filler_01 (Lighting)", 404447); DictSNOMarkerSet.Add("px_desert_120_Filler_01 (Loot)", 404448); DictSNOMarkerSet.Add("px_desert_120_Filler_01", 404446); DictSNOMarkerSet.Add("px_desert_120_NSEW_01 (Environment)", 404368); DictSNOMarkerSet.Add("px_desert_120_NSEW_01 (Foliage)", 404367); DictSNOMarkerSet.Add("px_desert_120_NSEW_01 (Lighting)", 404370); DictSNOMarkerSet.Add("px_desert_120_NSEW_01 (Loot)", 404371); DictSNOMarkerSet.Add("px_desert_120_NSEW_01", 404369); DictSNOMarkerSet.Add("px_desert_120_NSEW_02 (Environment)", 404794); DictSNOMarkerSet.Add("px_desert_120_NSEW_02 (Foliage)", 404793); DictSNOMarkerSet.Add("px_desert_120_NSEW_02 (Lighting)", 404796); DictSNOMarkerSet.Add("px_desert_120_NSEW_02 (Loot)", 404797); DictSNOMarkerSet.Add("px_desert_120_NSEW_02", 404795); DictSNOMarkerSet.Add("px_desert_120_NSEW_03 (Environment)", 404819); DictSNOMarkerSet.Add("px_desert_120_NSEW_03 (Foliage)", 404818); DictSNOMarkerSet.Add("px_desert_120_NSEW_03 (Lighting)", 404821); DictSNOMarkerSet.Add("px_desert_120_NSEW_03 (Loot)", 404822); DictSNOMarkerSet.Add("px_desert_120_NSEW_03", 404820); DictSNOMarkerSet.Add("px_desert_120_NSEW_04 (Environment)", 405366); DictSNOMarkerSet.Add("px_desert_120_NSEW_04 (Foliage)", 405365); DictSNOMarkerSet.Add("px_desert_120_NSEW_04 (Lighting)", 405368); DictSNOMarkerSet.Add("px_desert_120_NSEW_04 (Loot)", 405369); DictSNOMarkerSet.Add("px_desert_120_NSEW_04", 405367); DictSNOMarkerSet.Add("px_desert_120_NSEW_05 (Environment)", 405562); DictSNOMarkerSet.Add("px_desert_120_NSEW_05 (Foliage)", 405561); DictSNOMarkerSet.Add("px_desert_120_NSEW_05 (Lighting)", 405564); DictSNOMarkerSet.Add("px_desert_120_NSEW_05 (Loot)", 405565); DictSNOMarkerSet.Add("px_desert_120_NSEW_05", 405563); DictSNOMarkerSet.Add("px_desert_120_NSEW_06 (Encounters)", 411172); DictSNOMarkerSet.Add("px_desert_120_NSEW_06 (Environment)", 411166); DictSNOMarkerSet.Add("px_desert_120_NSEW_06 (Foliage)", 411165); DictSNOMarkerSet.Add("px_desert_120_NSEW_06 (Lighting)", 411168); DictSNOMarkerSet.Add("px_desert_120_NSEW_06 (Loot)", 411169); DictSNOMarkerSet.Add("px_desert_120_NSEW_06", 411167); DictSNOMarkerSet.Add("px_desert_120_NSEW_07 (Environment)", 411229); DictSNOMarkerSet.Add("px_desert_120_NSEW_07 (Foliage)", 411228); DictSNOMarkerSet.Add("px_desert_120_NSEW_07 (Lighting)", 411231); DictSNOMarkerSet.Add("px_desert_120_NSEW_07 (Loot)", 411232); DictSNOMarkerSet.Add("px_desert_120_NSEW_07", 411230); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80 (Encounters)", 409201); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80 (Environment)", 409195); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80 (Foliage)", 409194); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80 (Lighting)", 409197); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80 (Loot)", 409198); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80", 409196); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80_02 (Encounters)", 411249); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80_02 (Environment)", 411243); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80_02 (Foliage)", 411242); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80_02 (Lighting)", 411245); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80_02 (Loot)", 411246); DictSNOMarkerSet.Add("px_desert_120_NSEW_Sub80_02", 411244); DictSNOMarkerSet.Add("px_desert_240_NSEW_Sub240 (Encounters)", 411273); DictSNOMarkerSet.Add("px_desert_240_NSEW_Sub240 (Environment)", 411268); DictSNOMarkerSet.Add("px_desert_240_NSEW_Sub240 (Foliage)", 411267); DictSNOMarkerSet.Add("px_desert_240_NSEW_Sub240 (Lighting)", 411269); DictSNOMarkerSet.Add("px_desert_240_NSEW_Sub240 (Loot)", 411270); DictSNOMarkerSet.Add("px_desert_240_NSEW_Sub240", 411266); DictSNOMarkerSet.Add("px_desert_Sub240_Battlements_Destroyed (Lighting)", 411285); DictSNOMarkerSet.Add("px_desert_Sub240_Battlements_Destroyed (Loot)", 411286); DictSNOMarkerSet.Add("px_desert_Sub240_Battlements_Destroyed", 411284); DictSNOMarkerSet.Add("px_desert_Sub240_Battlements_Ruin (Lighting)", 411308); DictSNOMarkerSet.Add("px_desert_Sub240_Battlements_Ruin (Loot)", 411309); DictSNOMarkerSet.Add("px_desert_Sub240_Battlements_Ruin", 411307); DictSNOMarkerSet.Add("px_desert_Sub240_Caravan_Destroyed_A (Lighting)", 411326); DictSNOMarkerSet.Add("px_desert_Sub240_Caravan_Destroyed_A (Loot)", 411327); DictSNOMarkerSet.Add("px_desert_Sub240_Caravan_Destroyed_A", 411325); DictSNOMarkerSet.Add("px_desert_Sub240_LandRift_Natural_B (Lighting)", 411317); DictSNOMarkerSet.Add("px_desert_Sub240_LandRift_Natural_B (Loot)", 411318); DictSNOMarkerSet.Add("px_desert_Sub240_LandRift_Natural_B", 411316); DictSNOMarkerSet.Add("px_desert_Sub240_Mine_Abandoned (Encounters)", 411301); DictSNOMarkerSet.Add("px_desert_Sub240_Mine_Abandoned (Lighting)", 411297); DictSNOMarkerSet.Add("px_desert_Sub240_Mine_Abandoned (Loot)", 411298); DictSNOMarkerSet.Add("px_desert_Sub240_Mine_Abandoned", 411296); DictSNOMarkerSet.Add("px_desert_Sub80_CultistCamp_A (Encounters)", 415169); DictSNOMarkerSet.Add("px_desert_Sub80_CultistCamp_A (Loot)", 415170); DictSNOMarkerSet.Add("px_desert_Sub80_DeadGuyCamp (Loot)", 415171); DictSNOMarkerSet.Add("px_desert_Sub80_Rocks_A (Loot)", 415172); DictSNOMarkerSet.Add("px_desert_Sub80_Rocks_Hive (Loot)", 415173); DictSNOMarkerSet.Add("px_desert_Sub80_Shark_Pool_A (Encounters)", 415174); DictSNOMarkerSet.Add("px_desert_Sub80_Shark_Pool_A (Loot)", 415175); DictSNOMarkerSet.Add("px_desert_Sub80_SunkenShip (Encounters)", 415199); DictSNOMarkerSet.Add("px_desert_Sub80_SunkenShip (Loot)", 415200); DictSNOMarkerSet.Add("px_desert_Sub80_Tower_A (Loot)", 415201); DictSNOMarkerSet.Add("px_desert_Sub80_Wagon_Broken (Encounters)", 415203); DictSNOMarkerSet.Add("px_desert_Sub80_Wagon_Broken (Loot)", 415202); DictSNOMarkerSet.Add("px_desert_Sub80_Well_Ruin (Loot)", 415206); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NE_01 (Environment)", 403875); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NE_01 (Foliage)", 403874); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NE_01 (Lighting)", 403877); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NE_01 (Loot)", 403878); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NE_01", 403876); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NW_01 (Environment)", 403794); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NW_01 (Foliage)", 403793); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NW_01 (Lighting)", 403796); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NW_01 (Loot)", 403797); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_NW_01", 403795); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SE_01 (Environment)", 403733); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SE_01 (Foliage)", 403732); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SE_01 (Lighting)", 403735); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SE_01 (Loot)", 403736); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SE_01", 403734); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SW_01 (Environment)", 403757); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SW_01 (Foliage)", 403756); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SW_01 (Lighting)", 403759); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SW_01 (Loot)", 403760); DictSNOMarkerSet.Add("px_festeringWoods_Border_Elbow_SW_01", 403758); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01 (Environment)", 403968); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01 (Foliage)", 403967); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01 (Lighting)", 403970); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01 (Loot)", 403971); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01", 403969); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01_DungeonStone_exit (Encounters)", 414975); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01_entrance (Encounters)", 408079); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01_entrance (Environment)", 405302); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01_entrance (Foliage)", 405301); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01_entrance (Lighting)", 405304); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01_entrance (Loot)", 405305); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01_entrance", 405303); DictSNOMarkerSet.Add("px_festeringWoods_Border_NEW_01_exit (Encounters)", 408077); DictSNOMarkerSet.Add("px_festeringWoods_Border_NE_01 (Environment)", 403693); DictSNOMarkerSet.Add("px_festeringWoods_Border_NE_01 (Foliage)", 403692); DictSNOMarkerSet.Add("px_festeringWoods_Border_NE_01 (Lighting)", 403695); DictSNOMarkerSet.Add("px_festeringWoods_Border_NE_01 (Loot)", 403696); DictSNOMarkerSet.Add("px_festeringWoods_Border_NE_01", 403694); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01 (Environment)", 403649); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01 (Foliage)", 403648); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01 (Lighting)", 403651); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01 (Loot)", 403652); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01", 403650); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01_DungeonStone_exit (Encounters)", 414974); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01_entrance (Encounters)", 408078); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01_entrance (Environment)", 405025); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01_entrance (Foliage)", 405024); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01_entrance (Lighting)", 405027); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01_entrance (Loot)", 405028); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01_entrance", 405026); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSE_01_exit (Encounters)", 408082); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01 (Environment)", 403639); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01 (Foliage)", 403638); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01 (Lighting)", 403641); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01 (Loot)", 403642); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01", 403640); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01_DungeonStone_exit (Encounters)", 414973); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01_entrance (Encounters)", 408081); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01_entrance (Environment)", 406032); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01_entrance (Foliage)", 406031); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01_entrance (Lighting)", 405088); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01_entrance (Loot)", 405089); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01_entrance", 405087); DictSNOMarkerSet.Add("px_festeringWoods_Border_NSW_01_exit (Encounters)", 408083); DictSNOMarkerSet.Add("px_festeringWoods_Border_NW_01 (Environment)", 403716); DictSNOMarkerSet.Add("px_festeringWoods_Border_NW_01 (Foliage)", 403715); DictSNOMarkerSet.Add("px_festeringWoods_Border_NW_01 (Lighting)", 403718); DictSNOMarkerSet.Add("px_festeringWoods_Border_NW_01 (Loot)", 403719); DictSNOMarkerSet.Add("px_festeringWoods_Border_NW_01", 403717); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01 (Environment)", 403661); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01 (Foliage)", 403660); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01 (Lighting)", 403663); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01 (Loot)", 403664); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01", 403662); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01_DungeonStone_exit (Encounters)", 414972); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01_entrance (Encounters)", 408080); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01_entrance (Environment)", 404207); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01_entrance (Foliage)", 404206); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01_entrance (Lighting)", 404209); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01_entrance (Loot)", 404210); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01_entrance", 404208); DictSNOMarkerSet.Add("px_festeringWoods_Border_SEW_01_exit (Encounters)", 408084); DictSNOMarkerSet.Add("px_festeringWoods_Border_SE_01 (Audio)", 430539); DictSNOMarkerSet.Add("px_festeringWoods_Border_SE_01 (Environment)", 403675); DictSNOMarkerSet.Add("px_festeringWoods_Border_SE_01 (Foliage)", 403674); DictSNOMarkerSet.Add("px_festeringWoods_Border_SE_01 (Lighting)", 403677); DictSNOMarkerSet.Add("px_festeringWoods_Border_SE_01 (Loot)", 403678); DictSNOMarkerSet.Add("px_festeringWoods_Border_SE_01", 403676); DictSNOMarkerSet.Add("px_festeringWoods_Border_SW_01 (Environment)", 403704); DictSNOMarkerSet.Add("px_festeringWoods_Border_SW_01 (Foliage)", 403703); DictSNOMarkerSet.Add("px_festeringWoods_Border_SW_01 (Lighting)", 403706); DictSNOMarkerSet.Add("px_festeringWoods_Border_SW_01 (Loot)", 403707); DictSNOMarkerSet.Add("px_festeringWoods_Border_SW_01", 403705); DictSNOMarkerSet.Add("px_festeringWoods_Filler (Environment)", 404223); DictSNOMarkerSet.Add("px_festeringWoods_Filler (Foliage)", 404222); DictSNOMarkerSet.Add("px_festeringWoods_Filler (Lighting)", 404225); DictSNOMarkerSet.Add("px_festeringWoods_Filler (Loot)", 404226); DictSNOMarkerSet.Add("px_festeringWoods_Filler", 404224); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_01 (Environment)", 403986); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_01 (Foliage)", 403985); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_01 (Lighting)", 403988); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_01 (Loot)", 403989); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_01", 403987); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_02 (Audio)", 430529); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_02 (Environment)", 405422); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_02 (Foliage)", 405421); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_02 (Lighting)", 405424); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_02 (Loot)", 405425); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_02", 405423); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_03 (Audio)", 430536); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_03 (Environment)", 405437); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_03 (Foliage)", 405436); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_03 (Lighting)", 405439); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_03 (Loot)", 405440); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_03", 405438); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_04 (Environment)", 405449); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_04 (Foliage)", 405448); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_04 (Lighting)", 405451); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_04 (Loot)", 405452); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_04", 405450); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_05 (Environment)", 405472); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_05 (Foliage)", 405471); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_05 (Lighting)", 405474); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_05 (Loot)", 405475); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_05", 405473); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_06 (Environment)", 405491); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_06 (Foliage)", 405490); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_06 (Lighting)", 405493); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_06 (Loot)", 405494); DictSNOMarkerSet.Add("px_festeringWoods_NSEW_06", 405492); DictSNOMarkerSet.Add("px_GardensOfHope_Camp_TrappedAngels", 433102); DictSNOMarkerSet.Add("px_Graveyard_Camp_SkeletonJars", 433315); DictSNOMarkerSet.Add("px_Highlands_Camp_ResurgentCult", 432250); DictSNOMarkerSet.Add("px_Leorics_Camp_WorthamMilitia", 434365); DictSNOMarkerSet.Add("px_Oasis_Camp_IronWolves", 432313); DictSNOMarkerSet.Add("px_Ramparts_Camp_CatapultCommander", 433390); DictSNOMarkerSet.Add("px_RescueEscort_CaravanLoc", 430559); DictSNOMarkerSet.Add("px_RescueEscort_ReturnPoint", 430562); DictSNOMarkerSet.Add("px_Ruins_Frost_Ambush_x20", 435843); DictSNOMarkerSet.Add("px_SpiderCaves_Camp_Cocoon", 432773); DictSNOMarkerSet.Add("px_Spire_Camp_HellPortals", 433401); DictSNOMarkerSet.Add("px_StingingWinds_Camp_CaldeumPrisoners", 433050); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NE_01 (Audio)", 430009); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NE_01 (Lighting)", 408285); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NE_01 (Loot)", 408286); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NE_01", 408284); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NE_02 (Audio)", 430041); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NE_02 (Lighting)", 408752); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NE_02 (Loot)", 408753); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NE_02", 408751); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NW_01 (Audio)", 430047); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NW_01 (Lighting)", 408295); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NW_01 (Loot)", 408296); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_NW_01", 408294); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SE_01 (Audio)", 430048); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SE_01 (Lighting)", 406109); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SE_01 (Loot)", 406110); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SE_01", 406108); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_01 (Audio)", 430049); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_01 (House_A)", 410684); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_01 (Lighting)", 408272); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_01 (Loot)", 408273); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_01 (WaterWheel)", 411376); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_01", 408271); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_02 (Audio)", 430052); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_02 (House_A)", 410685); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_02 (Lighting)", 409324); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_02 (Loot)", 409325); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_02 (Waterwell_A)", 410887); DictSNOMarkerSet.Add("px_TristramFields_Border_Elbow_SW_02", 409323); DictSNOMarkerSet.Add("px_TristramFields_Border_NEW_01 (Audio)", 430055); DictSNOMarkerSet.Add("px_TristramFields_Border_NEW_01 (Lighting)", 406154); DictSNOMarkerSet.Add("px_TristramFields_Border_NEW_01 (Loot)", 406155); DictSNOMarkerSet.Add("px_TristramFields_Border_NEW_01", 406153); DictSNOMarkerSet.Add("px_TristramFields_Border_NE_01 (Audio)", 430053); DictSNOMarkerSet.Add("px_TristramFields_Border_NE_01 (Lighting)", 406202); DictSNOMarkerSet.Add("px_TristramFields_Border_NE_01 (Loot)", 406203); DictSNOMarkerSet.Add("px_TristramFields_Border_NE_01", 406201); DictSNOMarkerSet.Add("px_TristramFields_Border_NE_Dungeonstone_Exit_01 (Audio)", 430054); DictSNOMarkerSet.Add("px_TristramFields_Border_NE_Dungeonstone_Exit_01 (Encounters)", 415386); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_01 (Audio)", 430056); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_01 (Lighting)", 408323); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_01 (Loot)", 408324); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_01 (Stable and Well)", 414712); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_01 (Stable_A)", 410874); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_01 (Waterwell_A)", 410883); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_01", 408322); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_02 (Audio)", 430057); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_02 (House and Well)", 414713); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_02 (House_A)", 410717); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_02 (Lighting)", 409118); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_02 (Loot)", 409119); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_02 (Stable_A)", 410864); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_02 (Waterwell_A)", 410722); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_02", 409117); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_03 (Audio)", 430058); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_03 (Lighting)", 409132); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_03 (Loot)", 409133); DictSNOMarkerSet.Add("px_TristramFields_Border_NSE_03", 409131); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_01 (Audio)", 430059); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_01 (Lighting)", 406092); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_01 (Loot)", 406093); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_01", 406091); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_02 (Audio)", 430061); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_02 (Lighting)", 408496); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_02 (Loot)", 408497); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_02", 408495); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_03 (Audio)", 430062); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_03 (Lighting)", 408684); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_03 (Loot)", 408685); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_03", 408683); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_04 (Audio)", 430063); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_04 (Lighting)", 408699); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_04 (Loot)", 408700); DictSNOMarkerSet.Add("px_TristramFields_Border_NSW_04", 408698); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_01 (Audio)", 430064); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_01 (Lighting)", 406141); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_01 (Loot)", 406142); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_01", 406140); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_02 (Audio)", 430065); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_02 (Lighting)", 409301); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_02 (Loot)", 409302); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_02", 409300); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_Dungeonstone_Exit_01 (Audio)", 430066); DictSNOMarkerSet.Add("px_TristramFields_Border_NW_Dungeonstone_Exit_01 (Encounters)", 415387); DictSNOMarkerSet.Add("px_TristramFields_Border_SEW_01 (Audio)", 430067); DictSNOMarkerSet.Add("px_TristramFields_Border_SEW_01 (House and Well)", 414711); DictSNOMarkerSet.Add("px_TristramFields_Border_SEW_01 (House_A)", 410756); DictSNOMarkerSet.Add("px_TristramFields_Border_SEW_01 (Lighting)", 408342); DictSNOMarkerSet.Add("px_TristramFields_Border_SEW_01 (Loot)", 408343); DictSNOMarkerSet.Add("px_TristramFields_Border_SEW_01 (Waterwell_A)", 410757); DictSNOMarkerSet.Add("px_TristramFields_Border_SEW_01", 408341); DictSNOMarkerSet.Add("px_TristramFields_Border_SE_01 (Lighting)", 408243); DictSNOMarkerSet.Add("px_TristramFields_Border_SE_01 (Loot)", 408244); DictSNOMarkerSet.Add("px_TristramFields_Border_SE_01", 408242); DictSNOMarkerSet.Add("px_TristramFields_Border_SE_Dungeonstone_Exit_01 (Encounters)", 415388); DictSNOMarkerSet.Add("px_TristramFields_Border_SW_01 (Audio)", 430068); DictSNOMarkerSet.Add("px_TristramFields_Border_SW_01 (Lighting)", 408261); DictSNOMarkerSet.Add("px_TristramFields_Border_SW_01 (Loot)", 408262); DictSNOMarkerSet.Add("px_TristramFields_Border_SW_01", 408260); DictSNOMarkerSet.Add("px_TristramFields_Border_SW_Dungeonstone_Exit_01 (Audio)", 430070); DictSNOMarkerSet.Add("px_TristramFields_Border_SW_Dungeonstone_Exit_01 (Encounters)", 415389); DictSNOMarkerSet.Add("px_TristramFields_Filler_01 (Lighting)", 409520); DictSNOMarkerSet.Add("px_TristramFields_Filler_01 (Loot)", 409521); DictSNOMarkerSet.Add("px_TristramFields_Filler_01", 409519); DictSNOMarkerSet.Add("px_TristramFields_NE_Entrance_01 (Audio)", 430071); DictSNOMarkerSet.Add("px_TristramFields_NE_Entrance_01 (Encounters)", 414744); DictSNOMarkerSet.Add("px_TristramFields_NE_Entrance_01 (Lighting)", 409648); DictSNOMarkerSet.Add("px_TristramFields_NE_Entrance_01 (Loot)", 409649); DictSNOMarkerSet.Add("px_TristramFields_NE_Entrance_01", 409647); DictSNOMarkerSet.Add("px_TristramFields_NE_Exit_01 (Audio)", 430072); DictSNOMarkerSet.Add("px_TristramFields_NE_Exit_01 (Encounters)", 415378); DictSNOMarkerSet.Add("px_TristramFields_NE_Exit_01 (Lighting)", 415344); DictSNOMarkerSet.Add("px_TristramFields_NE_Exit_01 (Loot)", 415345); DictSNOMarkerSet.Add("px_TristramFields_NE_Exit_01", 415343); DictSNOMarkerSet.Add("px_TristramFields_NSEW_01 (Lighting)", 408312); DictSNOMarkerSet.Add("px_TristramFields_NSEW_01 (Loot)", 408313); DictSNOMarkerSet.Add("px_TristramFields_NSEW_01 (Special Markers)", 409122); DictSNOMarkerSet.Add("px_TristramFields_NSEW_01", 408311); DictSNOMarkerSet.Add("px_TristramFields_NSEW_03 (Audio)", 430073); DictSNOMarkerSet.Add("px_TristramFields_NSEW_03 (Encounters)", 414977); DictSNOMarkerSet.Add("px_TristramFields_NSEW_04 (Audio)", 430074); DictSNOMarkerSet.Add("px_TristramFields_NSEW_04 (Loot)", 414850); DictSNOMarkerSet.Add("px_TristramFields_NSEW_05 (Loot)", 414851); DictSNOMarkerSet.Add("px_tristramFields_NSEW_Sub240 (Encounters)", 414804); DictSNOMarkerSet.Add("px_tristramFields_NSEW_Sub240 (Loot)", 414788); DictSNOMarkerSet.Add("px_tristramFields_NSEW_Sub240 (Special Markers)", 414750); DictSNOMarkerSet.Add("px_TristramFields_NW_Entrance_01 (Audio)", 430075); DictSNOMarkerSet.Add("px_TristramFields_NW_Entrance_01 (Encounters)", 414745); DictSNOMarkerSet.Add("px_TristramFields_NW_Entrance_01 (Lighting)", 409787); DictSNOMarkerSet.Add("px_TristramFields_NW_Entrance_01 (Loot)", 409788); DictSNOMarkerSet.Add("px_TristramFields_NW_Entrance_01 (Props)", 410808); DictSNOMarkerSet.Add("px_TristramFields_NW_Entrance_01", 409786); DictSNOMarkerSet.Add("px_TristramFields_NW_Exit_01 (Audio)", 430085); DictSNOMarkerSet.Add("px_TristramFields_NW_Exit_01 (Encounters)", 415379); DictSNOMarkerSet.Add("px_TristramFields_NW_Exit_01 (Lighting)", 415335); DictSNOMarkerSet.Add("px_TristramFields_NW_Exit_01 (Loot)", 415336); DictSNOMarkerSet.Add("px_TristramFields_NW_Exit_01", 415334); DictSNOMarkerSet.Add("px_TristramFields_SE_Entrance_01 (Audio)", 430086); DictSNOMarkerSet.Add("px_TristramFields_SE_Entrance_01 (Encounters)", 414742); DictSNOMarkerSet.Add("px_TristramFields_SE_Entrance_01 (Lighting)", 410333); DictSNOMarkerSet.Add("px_TristramFields_SE_Entrance_01 (Loot)", 410334); DictSNOMarkerSet.Add("px_TristramFields_SE_Entrance_01", 410332); DictSNOMarkerSet.Add("px_TristramFields_SE_Exit_01 (Audio)", 430091); DictSNOMarkerSet.Add("px_TristramFields_SE_Exit_01 (Encounters)", 415380); DictSNOMarkerSet.Add("px_TristramFields_SE_Exit_01 (Lighting)", 415325); DictSNOMarkerSet.Add("px_TristramFields_SE_Exit_01 (Loot)", 415326); DictSNOMarkerSet.Add("px_TristramFields_SE_Exit_01", 415324); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_FarmHouseA (Encounters)", 415042); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_FarmHouseA (Environment)", 414572); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_FarmHouseA (Farmstead)", 457831); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_FarmHouseA (Foliage)", 414571); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_FarmHouseA (Lighting)", 414574); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_FarmHouseA (Loot)", 414575); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_FarmHouseA", 414573); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_GoatmanOutpostA (Lighting)", 414469); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_GoatmanOutpostA (Loot)", 414470); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_GoatmanOutpostA (NecroShortStory)", 453617); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_GoatmanOutpostA", 414468); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_GraveyardA (Audio)", 430092); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_GraveyardA (Encounters)", 414803); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_GraveyardA (Loot)", 414801); DictSNOMarkerSet.Add("px_TristramFields_Sub240x240_PondA (Loot)", 415043); DictSNOMarkerSet.Add("px_TristramFields_Sub80FleshPitFlyerDen_A (Encounters)", 414748); DictSNOMarkerSet.Add("px_TristramFields_Sub80FleshPitFlyerDen_A (Loot)", 414806); DictSNOMarkerSet.Add("px_TristramFields_Sub80_A (Audio)", 430096); DictSNOMarkerSet.Add("px_TristramFields_Sub80_A (Lighting)", 414536); DictSNOMarkerSet.Add("px_TristramFields_Sub80_A (Loot)", 414537); DictSNOMarkerSet.Add("px_TristramFields_Sub80_A (Stable and Well)", 414550); DictSNOMarkerSet.Add("px_TristramFields_Sub80_A (Stable)", 414542); DictSNOMarkerSet.Add("px_TristramFields_Sub80_A (TreeBushClump)", 414539); DictSNOMarkerSet.Add("px_TristramFields_Sub80_A (Well)", 414543); DictSNOMarkerSet.Add("px_TristramFields_Sub80_A", 414535); DictSNOMarkerSet.Add("px_TristramFields_Sub80_B (Lighting)", 414215); DictSNOMarkerSet.Add("px_TristramFields_Sub80_B (Loot)", 414216); DictSNOMarkerSet.Add("px_TristramFields_Sub80_B", 414214); DictSNOMarkerSet.Add("px_TristramFields_Sub80_C (House)", 414421); DictSNOMarkerSet.Add("px_TristramFields_Sub80_C (Lighting)", 414403); DictSNOMarkerSet.Add("px_TristramFields_Sub80_C (Loot)", 414404); DictSNOMarkerSet.Add("px_TristramFields_Sub80_C (Stable)", 414446); DictSNOMarkerSet.Add("px_TristramFields_Sub80_C", 414402); DictSNOMarkerSet.Add("px_TristramFields_Sub80_Camp_A (Loot)", 414749); DictSNOMarkerSet.Add("px_TristramFields_Sub80_Camp_C (Loot)", 414808); DictSNOMarkerSet.Add("px_TristramFields_Sub80_HouseA (Encounters)", 414747); DictSNOMarkerSet.Add("px_TristramFields_Sub80_HouseA (Loot)", 414809); DictSNOMarkerSet.Add("px_TristramFields_Sub80_PuppyLove (CursedChest_TippingPoint)", 434744); DictSNOMarkerSet.Add("px_TristramFields_Sub80_PuppyLove (Loot)", 414810); DictSNOMarkerSet.Add("px_TristramFields_SW_Entrance_01 (Audio)", 430111); DictSNOMarkerSet.Add("px_TristramFields_SW_Entrance_01 (Encounters)", 414741); DictSNOMarkerSet.Add("px_TristramFields_SW_Entrance_01 (Lighting)", 409960); DictSNOMarkerSet.Add("px_TristramFields_SW_Entrance_01 (Loot)", 409961); DictSNOMarkerSet.Add("px_TristramFields_SW_Entrance_01", 409959); DictSNOMarkerSet.Add("px_TristramFields_SW_Exit_01 (Audio)", 430114); DictSNOMarkerSet.Add("px_TristramFields_SW_Exit_01 (Encounters)", 415381); DictSNOMarkerSet.Add("px_TristramFields_SW_Exit_01 (Lighting)", 415274); DictSNOMarkerSet.Add("px_TristramFields_SW_Exit_01 (Loot)", 415275); DictSNOMarkerSet.Add("px_TristramFields_SW_Exit_01", 415273); DictSNOMarkerSet.Add("px_trOut_Tristram_E09_S15 (bug patch)", 415551); DictSNOMarkerSet.Add("px_trOut_Tristram_E09_S15 (Encounters)", 415351); DictSNOMarkerSet.Add("px_trOut_Tristram_E09_S15 (Lighting)", 414830); DictSNOMarkerSet.Add("px_trOut_Tristram_E10_S15 (Artisans)", 414995); DictSNOMarkerSet.Add("px_trOut_Tristram_E10_S15 (Book of Cain)", 415349); DictSNOMarkerSet.Add("px_trOut_Tristram_E10_S15 (Challenge Rift Reward)", 471292); DictSNOMarkerSet.Add("px_trOut_Tristram_E10_S15 (Encounters)", 415350); DictSNOMarkerSet.Add("px_trOut_Tristram_E10_S15 (Lighting)", 414796); DictSNOMarkerSet.Add("px_trOut_Tristram_E10_S15 (No Uber Boss Event)", 414988); DictSNOMarkerSet.Add("px_trOut_Tristram_E10_S15 (temp)", 414802); DictSNOMarkerSet.Add("px_trOut_Tristram_E10_S15 (Uber Boss Event)", 415348); DictSNOMarkerSet.Add("px_trOut_Tristram_E10_S15 (Wardrobe)", 439277); DictSNOMarkerSet.Add("px_Westmarch_Camp_DeathOrbs", 433248); DictSNOMarkerSet.Add("px_Wilderness_Camp_TemplarPrisoners", 430765); DictSNOMarkerSet.Add("ravenFlock_A_Coffin", 123246); DictSNOMarkerSet.Add("ravenFlock_A_Corpse", 123247); DictSNOMarkerSet.Add("Sewers_Other_Pathnodes", 155074); DictSNOMarkerSet.Add("SkeletonKingCrown (World)", 109854); DictSNOMarkerSet.Add("Stranded2", 59961); DictSNOMarkerSet.Add("TEST_KKGriffith02 (world)", 164065); DictSNOMarkerSet.Add("trDun_ButcherLair (Audio)", 183727); DictSNOMarkerSet.Add("trDun_ButcherLair (Encounters)", 78864); DictSNOMarkerSet.Add("trDun_ButcherLair (lighting)", 95032); DictSNOMarkerSet.Add("trDun_ButcherLair", 78826); DictSNOMarkerSet.Add("trDun_ButcherLair_Jump (blood)", 146491); DictSNOMarkerSet.Add("trDun_ButcherLair_Jump (Encounters)", 78879); DictSNOMarkerSet.Add("trDun_ButcherLair_Jump (Loot)", 185101); DictSNOMarkerSet.Add("trDun_ButcherLair_Jump", 78823); DictSNOMarkerSet.Add("trDun_ButcherLair_MB313 (Encounters)", 478060); DictSNOMarkerSet.Add("trDun_ButcherLair_MB313", 478062); DictSNOMarkerSet.Add("trDun_Cath_01_Filler", 23736); DictSNOMarkerSet.Add("trDun_Cath_Cain_Intro_01 (Audio)", 179720); DictSNOMarkerSet.Add("trDun_Cath_Cain_Intro_01 (Loot)", 139818); DictSNOMarkerSet.Add("trDun_Cath_Cain_Intro_01_Env", 180051); DictSNOMarkerSet.Add("trDun_Cath_E (Audio)", 23746); DictSNOMarkerSet.Add("trDun_Cath_E (Chandelier Level01 A)", 117582); DictSNOMarkerSet.Add("trDun_Cath_E (Encounters)", 23747); DictSNOMarkerSet.Add("trDun_Cath_E (Event Crypt Kid Ambush)", 81417); DictSNOMarkerSet.Add("trDun_Cath_E (Loot)", 81432); DictSNOMarkerSet.Add("trDun_Cath_E (Special Markers)", 23748); DictSNOMarkerSet.Add("trDun_Cath_E", 23750); DictSNOMarkerSet.Add("trDun_Cath_EW_01 (Chandelier Level01 A)", 117587); DictSNOMarkerSet.Add("trDun_Cath_EW_01 (Encounters)", 23751); DictSNOMarkerSet.Add("trDun_Cath_EW_01 (Gore)", 177535); DictSNOMarkerSet.Add("trDun_Cath_EW_01 (Loot)", 81451); DictSNOMarkerSet.Add("trDun_Cath_EW_01 (Special Markers)", 23752); DictSNOMarkerSet.Add("trDun_Cath_EW_01", 23755); DictSNOMarkerSet.Add("trDun_Cath_EW_01_Actors", 23756); DictSNOMarkerSet.Add("trDun_Cath_EW_02 (Audio)", 228849); DictSNOMarkerSet.Add("trDun_Cath_EW_02 (Encounters)", 219443); DictSNOMarkerSet.Add("trDun_Cath_EW_02 (Event Shield Archer Attack)", 81375); DictSNOMarkerSet.Add("trDun_Cath_EW_02 (Event SkeletonAttack)", 81328); DictSNOMarkerSet.Add("trDun_Cath_EW_02 (Lighting)", 157483); DictSNOMarkerSet.Add("trDun_Cath_EW_02 (Loot)", 139927); DictSNOMarkerSet.Add("trDun_Cath_EW_02 (Templar)", 103258); DictSNOMarkerSet.Add("trDun_Cath_EW_02", 67022); DictSNOMarkerSet.Add("trDun_Cath_EW_02_Actors", 67023); DictSNOMarkerSet.Add("trDun_Cath_EW_Entrance_01 (Cath Savepoint A)", 189201); DictSNOMarkerSet.Add("trDun_Cath_EW_Entrance_01 (Cath Savepoint B)", 189202); DictSNOMarkerSet.Add("trDun_Cath_EW_Entrance_01 (Chandelier Level01 A)", 117588); DictSNOMarkerSet.Add("trDun_Cath_EW_Entrance_01 (Encounters)", 23758); DictSNOMarkerSet.Add("trDun_Cath_EW_Entrance_01 (Loot)", 81452); DictSNOMarkerSet.Add("trDun_Cath_EW_Entrance_01 (MysticIntro)", 249239); DictSNOMarkerSet.Add("trDun_Cath_EW_Entrance_01 (Special Markers)", 23761); DictSNOMarkerSet.Add("trDun_Cath_EW_Entrance_01", 23763); DictSNOMarkerSet.Add("trDun_Cath_EW_Entrance_01_Actors", 23764); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_01 (Chandelier Level01 A)", 117590); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_01 (Chandelier Level01 B)", 117591); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_01 (Encounters)", 23765); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_01 (Loot)", 81509); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_01 (Special Markers)", 23766); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_01", 23767); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_02 (Audio)", 180132); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_02 (Chandelier Level01 A)", 117592); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_02 (Chandelier Level01 B)", 117593); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_02 (Encounters)", 56279); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_02 (Event Crypt Kids)", 81224); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_02 (Loot)", 81510); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_02 (NoArmorer)", 221595); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_02 (Vendor_Armorer_Item)", 174794); DictSNOMarkerSet.Add("trDun_Cath_EW_Hall_02", 23768); DictSNOMarkerSet.Add("trDun_Cath_E_Actors", 23775); DictSNOMarkerSet.Add("trDun_Cath_E_Dead_End_01 (Encounters)", 23777); DictSNOMarkerSet.Add("trDun_Cath_E_Dead_End_01 (Loot)", 81435); DictSNOMarkerSet.Add("trDun_Cath_E_Dead_End_01 (Special Markers)", 23778); DictSNOMarkerSet.Add("trDun_Cath_E_Dead_End_01", 23779); DictSNOMarkerSet.Add("trDun_Cath_E_DungeonStone_Exit_01 (Encounters)", 136172); DictSNOMarkerSet.Add("trDun_Cath_E_DungeonStone_Exit_01 (Loot)", 140849); DictSNOMarkerSet.Add("trDun_Cath_E_DungeonStone_Exit_01", 136171); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance01 (Audio)", 1401); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance01 (Cath Savepoint A)", 189187); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance01 (Cath Savepoint B)", 189192); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance01 (Chandelier Level01 A)", 117585); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance01 (Encounters)", 23780); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance01 (Loot)", 81449); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance01 (Special Markers)", 23786); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance01", 23787); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance01_Markerset_01", 23788); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_01 (Tower of Power)", 218360); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02 (Cath Savepoint A)", 189183); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02 (Cath Savepoint B)", 189185); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02 (Chandelier Level01 A)", 117584); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02 (Encounters)", 23793); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02 (Loot)", 81450); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02 (MysticIntro)", 249238); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02 (Special Markers)", 23796); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02 (Vendor_Armorer)", 104067); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02", 23797); DictSNOMarkerSet.Add("trDun_Cath_E_Entrance_02_MarkerSet", 23798); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (A1C2 Waypoint L2 Activate)", 62531); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (a1trDun_Level03)", 1402); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (a1trDun_Level04)", 23799); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (A1trDun_Level08 Tyrael)", 23800); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (Chandelier Level01 A)", 117886); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (Chandelier Level01 B)", 117968); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (Encounters)", 23801); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (Loot)", 81446); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (QuestA1C1Torr)", 23802); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (Special Markers)", 23805); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (TemplarIntro)", 86626); DictSNOMarkerSet.Add("trDun_Cath_E_Exit (Waypoints_On_Cath)", 78759); DictSNOMarkerSet.Add("trDun_Cath_E_Exit", 23807); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_02 (a1trDun_Level03)", 23809); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_02 (a1trDun_Level04)", 23810); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_02 (A1trDun_Level08 Tyrael)", 23811); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_02 (Chandelier Level01 A)", 117586); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_02 (Encounters)", 23812); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_02 (Loot)", 81445); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_02 (Special Markers)", 23815); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_02", 23816); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_02_Markerset", 23817); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_CainIntro (Audio)", 174636); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_CainIntro (Encounters)", 174635); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_CainIntro (Environment)", 174637); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_CainIntro (Foliage)", 174638); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_CainIntro (Loot)", 174639); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_CainIntro (Special Markers)", 174640); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_CainIntro", 174634); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_Crypt_01 (A1trDun_Level06)", 1403); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_Crypt_01 (Chandelier Level01 A)", 117969); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_Crypt_01 (Encounters)", 23818); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_Crypt_01 (Loot)", 81436); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_Crypt_01 (Special Markers)", 23820); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_Crypt_01", 23823); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_Crypt_01_SkeletonKing (Encounters)", 453472); DictSNOMarkerSet.Add("trDun_Cath_E_Exit_Markerset_01", 23824); DictSNOMarkerSet.Add("trDun_Cath_NEW_01 (Chandelier Level01 A)", 117722); DictSNOMarkerSet.Add("trDun_Cath_NEW_01 (Chandelier Level01 B)", 117724); DictSNOMarkerSet.Add("trDun_Cath_NEW_01 (Encounters)", 23843); DictSNOMarkerSet.Add("trDun_Cath_NEW_01 (Loot)", 81553); DictSNOMarkerSet.Add("trDun_Cath_NEW_01 (Special Markers)", 23844); DictSNOMarkerSet.Add("trDun_Cath_NEW_01", 23846); DictSNOMarkerSet.Add("trDun_Cath_NEW_Markerset_01", 23847); DictSNOMarkerSet.Add("trDun_Cath_NE_01 (Audio)", 228850); DictSNOMarkerSet.Add("trDun_Cath_NE_01 (Chandelier Level01 A)", 118056); DictSNOMarkerSet.Add("trDun_Cath_NE_01 (Encounters)", 23848); DictSNOMarkerSet.Add("trDun_Cath_NE_01 (Loot)", 81526); DictSNOMarkerSet.Add("trDun_Cath_NE_01 (Special Markers)", 23849); DictSNOMarkerSet.Add("trDun_Cath_NE_01", 23852); DictSNOMarkerSet.Add("trDun_cath_NE_01_Actors", 23853); DictSNOMarkerSet.Add("trDun_Cath_NE_02 (Audio)", 179738); DictSNOMarkerSet.Add("trDun_Cath_NE_02 (Encounters)", 188040); DictSNOMarkerSet.Add("trDun_Cath_NE_02 (Loot)", 148901); DictSNOMarkerSet.Add("trDun_Cath_NE_02", 66569); DictSNOMarkerSet.Add("trDun_Cath_NE_02_Actors", 66630); DictSNOMarkerSet.Add("trDun_Cath_NE_Exit_01 (A1trDun_Level03)", 23855); DictSNOMarkerSet.Add("trDun_Cath_NE_Exit_01 (a1trDun_Level04)", 1405); DictSNOMarkerSet.Add("trDun_Cath_NE_Exit_01 (A1trDun_Level08 Tyrael)", 23856); DictSNOMarkerSet.Add("trDun_Cath_NE_Exit_01 (Chandelier Level01 A)", 117889); DictSNOMarkerSet.Add("trDun_Cath_NE_Exit_01 (Encounters)", 23858); DictSNOMarkerSet.Add("trDun_Cath_NE_Exit_01 (Loot)", 81527); DictSNOMarkerSet.Add("trDun_Cath_NE_Exit_01 (Special Markers)", 23861); DictSNOMarkerSet.Add("trDun_Cath_NE_Exit_01", 23862); DictSNOMarkerSet.Add("trDun_Cath_NE_Exit_01_Markerset_01", 23863); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_01 (Chandelier Level01 A)", 117603); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_01 (Encounters)", 23864); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_01 (Loot)", 81531); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_01 (Special Markers)", 23865); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_01", 23866); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_02 (Audio)", 181981); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_02 (Chandelier Level01 A)", 117604); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_02 (Chandelier Level01 B)", 117957); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_02 (Encounters)", 23867); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_02 (Loot)", 82803); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_02 (NoArmorer)", 221596); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_02 (Special Markers)", 23868); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_02 (Vendor_Armorer_Item)", 104266); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_02", 23870); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_03 (Encounters)", 23871); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_03 (Loot)", 81532); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_03 (Special Markers)", 23872); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_03", 23873); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_04 (Audio)", 228830); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_04 (Chandelier Level01 A)", 117890); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_04 (Encounters)", 55962); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_04 (Loot)", 81537); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_04", 23874); DictSNOMarkerSet.Add("trDun_Cath_NE_Hall_Stranger_04", 1406); DictSNOMarkerSet.Add("trDun_Cath_NSEW_01 (Chandelier Level01 B)", 117735); DictSNOMarkerSet.Add("trDun_Cath_NSEW_01 (Encounters)", 23875); DictSNOMarkerSet.Add("trDun_Cath_NSEW_01 (Loot)", 81555); DictSNOMarkerSet.Add("trDun_Cath_NSEW_01 (Skeleton Mass Grave)", 135111); DictSNOMarkerSet.Add("trDun_Cath_NSEW_01 (Special Markers)", 23876); DictSNOMarkerSet.Add("trDun_Cath_NSEW_01", 23878); DictSNOMarkerSet.Add("trDun_Cath_NSEW_01_markerset_01", 23879); DictSNOMarkerSet.Add("trDun_Cath_NSEW_02 (TemplarIntro)", 87906); DictSNOMarkerSet.Add("trDun_Cath_NSEW_02_markerset", 23880); DictSNOMarkerSet.Add("trDun_Cath_NSEW_02_Templar (Audio)", 182661); DictSNOMarkerSet.Add("trDun_Cath_NSEW_02_Templar (Encounters)", 188335); DictSNOMarkerSet.Add("trDun_Cath_NSEW_02_Templar (Loot)", 141222); DictSNOMarkerSet.Add("trDun_Cath_NSEW_02_Templar (TemplarIntro2)", 105433); DictSNOMarkerSet.Add("trDun_Cath_NSEW_tyrael_02", 23881); DictSNOMarkerSet.Add("trDun_Cath_NSE_01 (Chandelier Level01 A)", 117731); DictSNOMarkerSet.Add("trDun_Cath_NSE_01 (Encounters)", 23882); DictSNOMarkerSet.Add("trDun_Cath_NSE_01 (Event Skeleton Barricade)", 81391); DictSNOMarkerSet.Add("trDun_Cath_NSE_01 (Loot)", 81538); DictSNOMarkerSet.Add("trDun_Cath_NSE_01 (Special Markers)", 23884); DictSNOMarkerSet.Add("trDun_Cath_NSE_01", 23887); DictSNOMarkerSet.Add("trDun_Cath_NSE_01_Actors", 23888); DictSNOMarkerSet.Add("trDun_Cath_NSE_01_Lazarus", 454193); DictSNOMarkerSet.Add("trDun_Cath_NSW_01 (Chandelier Level01 A)", 117738); DictSNOMarkerSet.Add("trDun_Cath_NSW_01 (Chandelier Level01 B)", 117739); DictSNOMarkerSet.Add("trDun_Cath_NSW_01 (CursedChest_ChamberOfBone)", 356763); DictSNOMarkerSet.Add("trDun_Cath_NSW_01 (Encounters)", 23889); DictSNOMarkerSet.Add("trDun_Cath_NSW_01 (Greedy Guard)", 178645); DictSNOMarkerSet.Add("trDun_Cath_NSW_01 (Lliogor the Crazed)", 218732); DictSNOMarkerSet.Add("trDun_Cath_NSW_01 (Loot)", 81567); DictSNOMarkerSet.Add("trDun_Cath_NSW_01 (Special Markers)", 23890); DictSNOMarkerSet.Add("trDun_Cath_NSW_01", 23893); DictSNOMarkerSet.Add("trDun_Cath_NSW_01_Actors", 1407); DictSNOMarkerSet.Add("trDun_Cath_NS_01 (Chandelier Level01 A)", 117726); DictSNOMarkerSet.Add("trDun_Cath_NS_01 (Encounters)", 23894); DictSNOMarkerSet.Add("trDun_Cath_NS_01 (Loot)", 81543); DictSNOMarkerSet.Add("trDun_Cath_NS_01 (Special Markers)", 23895); DictSNOMarkerSet.Add("trDun_Cath_NS_01", 23898); DictSNOMarkerSet.Add("trDun_Cath_NS_01_Bannisters01", 23899); DictSNOMarkerSet.Add("trDun_Cath_NS_02 (Encounters)", 74048); DictSNOMarkerSet.Add("trDun_Cath_NS_02 (Loot)", 148906); DictSNOMarkerSet.Add("trDun_Cath_NS_02 (TemplarIntro)", 86273); DictSNOMarkerSet.Add("trDun_Cath_NS_02", 66920); DictSNOMarkerSet.Add("trDun_Cath_NS_02_Actors", 66921); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_01 (Chandelier Level01 A)", 117728); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_01 (Encounters)", 23902); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_01 (Loot)", 81541); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_01 (Special Markers)", 23903); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_01", 23905); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_01_Markers", 23906); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_02 (Chandelier Level01 A)", 117729); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_02 (Chandelier Level01 B)", 117730); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_02 (Encounters)", 56061); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_02 (loot)", 81539); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_02 (NoArmorer)", 221597); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_02 (Vendor_Armorer_Item)", 140274); DictSNOMarkerSet.Add("trDun_Cath_NS_Hall_02", 23907); DictSNOMarkerSet.Add("trDun_Cath_NW_01 (Chandelier Level01 A)", 117740); DictSNOMarkerSet.Add("trDun_Cath_NW_01 (Chandelier Level01 B)", 117741); DictSNOMarkerSet.Add("trDun_Cath_NW_01 (Encounters)", 23908); DictSNOMarkerSet.Add("trDun_Cath_NW_01 (Loot)", 81678); DictSNOMarkerSet.Add("trDun_Cath_NW_01 (Special Markers)", 23909); DictSNOMarkerSet.Add("trDun_Cath_NW_01", 23911); DictSNOMarkerSet.Add("trDun_Cath_NW_01_Actors", 23912); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_01 (Chandelier Level01 A)", 117742); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_01 (Encounters)", 23914); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_01 (Gore)", 177533); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_01 (Loot)", 81681); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_01 (Special Markers)", 23917); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_01", 23919); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_01_Markerset_01", 23920); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_02 (Chandelier Level01 A)", 117772); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_02 (Chandelier Level01 B)", 117773); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_02 (Encounters)", 56060); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_02 (Loot)", 119591); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_02", 23921); DictSNOMarkerSet.Add("trDun_Cath_NW_Hall_02_Butcher (Encounters)", 453235); DictSNOMarkerSet.Add("trDun_Cath_N_01 (Encounters)", 23923); DictSNOMarkerSet.Add("trDun_Cath_N_01 (Loot)", 81512); DictSNOMarkerSet.Add("trDun_Cath_N_01 (Special Markers)", 23924); DictSNOMarkerSet.Add("trDun_Cath_N_01", 23925); DictSNOMarkerSet.Add("trDun_Cath_N_01_Actors", 23926); DictSNOMarkerSet.Add("trDun_Cath_N_02 (Chandelier Level01 A)", 117596); DictSNOMarkerSet.Add("trDun_Cath_N_02 (Chandelier Level01 B)", 117597); DictSNOMarkerSet.Add("trDun_Cath_N_02 (Encounters)", 23927); DictSNOMarkerSet.Add("trDun_Cath_N_02 (Loot)", 81514); DictSNOMarkerSet.Add("trDun_Cath_N_02 (Special Markers)", 23928); DictSNOMarkerSet.Add("trDun_Cath_N_02 (Tower of Power)", 80358); DictSNOMarkerSet.Add("trDun_Cath_N_02", 23931); DictSNOMarkerSet.Add("trDun_Cath_N_02_markerset_01", 1409); DictSNOMarkerSet.Add("trDun_Cath_N_Dead_End_01 (Encounters)", 23932); DictSNOMarkerSet.Add("trDun_Cath_N_Dead_End_01 (Loot)", 81525); DictSNOMarkerSet.Add("trDun_Cath_N_Dead_End_01 (p43_AD)", 454199); DictSNOMarkerSet.Add("trDun_Cath_N_Dead_End_01 (Special Markers)", 23933); DictSNOMarkerSet.Add("trDun_Cath_N_Dead_End_01 (TemplarIntro)", 104820); DictSNOMarkerSet.Add("trDun_Cath_N_Dead_End_01", 23934); DictSNOMarkerSet.Add("trDun_Cath_N_DungeonStone_Exit_01 (Encounters)", 136174); DictSNOMarkerSet.Add("trDun_Cath_N_DungeonStone_Exit_01 (Loot)", 140848); DictSNOMarkerSet.Add("trDun_Cath_N_DungeonStone_Exit_01", 136173); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_01 (Cath Savepoint A)", 189203); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_01 (Cath Savepoint B)", 189204); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_01 (Chandelier Level01 A)", 117598); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_01 (Encounters)", 23935); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_01 (Loot)", 82802); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_01 (MysticIntro)", 249244); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_01 (Special Markers)", 23940); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_01 (Tower of Power)", 80355); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_01", 23941); DictSNOMarkerSet.Add("trDun_Cath_N_entrance_01_Markerset_01", 23944); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_02 (Cath Savepoint A)", 189205); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_02 (Cath Savepoint B)", 189206); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_02 (Chandelier Level01 A)", 117599); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_02 (Encounters)", 23948); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_02 (LeaderTest)", 23949); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_02 (Loot)", 81521); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_02 (Special Markers)", 23953); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_02 (Vendor_Armorer)", 104099); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_02", 23954); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_03 (Cath Savepoint A)", 189207); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_03 (Cath Savepoint B)", 189208); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_03 (Chandelier Level01 A)", 117600); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_03 (Encounters)", 23955); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_03 (Loot)", 81520); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_03 (Special Markers)", 23960); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_03 (Vendor_Armorer)", 104100); DictSNOMarkerSet.Add("trDun_Cath_N_Entrance_03", 23961); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01 (A1C3AdventurerCapt)", 23963); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01 (A1trDun_Level03)", 23964); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01 (a1trDun_Level04)", 23965); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01 (A1trDun_Level08 Tyrael)", 23966); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01 (Chandelier Level01 A)", 117601); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01 (Encounters)", 23967); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01 (Loot)", 81519); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01 (Special Markers)", 23968); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01", 23969); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01_CainIntro (Encounters)", 174645); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01_CainIntro (Loot)", 174646); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01_CainIntro (Special Markers)", 174647); DictSNOMarkerSet.Add("trDun_Cath_N_Exit_01_CainIntro", 174644); DictSNOMarkerSet.Add("trDun_Cath_SEW_01 (Chandelier Level01 A)", 117799); DictSNOMarkerSet.Add("trDun_Cath_SEW_01 (Encounters)", 23988); DictSNOMarkerSet.Add("trDun_Cath_SEW_01 (Loot)", 81749); DictSNOMarkerSet.Add("trDun_Cath_SEW_01 (Special Markers)", 1412); DictSNOMarkerSet.Add("trDun_Cath_SEW_01", 23990); DictSNOMarkerSet.Add("trDun_Cath_SEW_01_Markerset_01", 23991); DictSNOMarkerSet.Add("trDun_Cath_SEW_02 (Audio)", 228842); DictSNOMarkerSet.Add("trDun_Cath_SEW_02 (Chandelier Level01 A)", 117797); DictSNOMarkerSet.Add("trDun_Cath_SEW_02 (Chandelier Level01 B)", 117798); DictSNOMarkerSet.Add("trDun_Cath_SEW_02 (Encounters)", 23992); DictSNOMarkerSet.Add("trDun_Cath_SEW_02 (Event GhoulClimbers)", 81362); DictSNOMarkerSet.Add("trDun_Cath_SEW_02 (Loot)", 81750); DictSNOMarkerSet.Add("trDun_Cath_SEW_02 (Special Markers)", 23993); DictSNOMarkerSet.Add("trDun_Cath_SEW_02", 23994); DictSNOMarkerSet.Add("trDun_Cath_SEW_02_Markerset_01", 23998); DictSNOMarkerSet.Add("trDun_Cath_SE_01 (Chandelier Level01 A)", 117806); DictSNOMarkerSet.Add("trDun_Cath_SE_01 (Encounters)", 24000); DictSNOMarkerSet.Add("trDun_Cath_SE_01 (Loot)", 81717); DictSNOMarkerSet.Add("trDun_Cath_SE_01 (Special Markers)", 24002); DictSNOMarkerSet.Add("trDun_Cath_SE_01 (UnburiedEventA)", 80295); DictSNOMarkerSet.Add("trDun_Cath_SE_01 (UnburiedEventB)", 80307); DictSNOMarkerSet.Add("trDun_Cath_SE_01", 24003); DictSNOMarkerSet.Add("trDun_Cath_SE_01_Markerset_01", 24004); DictSNOMarkerSet.Add("trDun_Cath_SE_02 (Loot)", 141146); DictSNOMarkerSet.Add("trDun_Cath_SE_02", 66926); DictSNOMarkerSet.Add("trDun_Cath_SE_02_Markerset", 66927); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_01 (Chandelier Level01 A)", 117803); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_01 (Chandelier Level01 B)", 117804); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_01 (Encounters)", 24005); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_01 (Loot)", 81710); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_01 (Special Markers)", 24006); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_01", 1413); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_01_Markerset_01", 24008); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_02 (Audio)", 170254); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_02 (Chandelier Level01 A)", 117800); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_02 (Chandelier Level01 C)", 117802); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_02 (Encounters)", 56058); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_02 (Loot)", 81707); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_02 (NoArmorer)", 221598); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_02 (Vendor_Armorer_Item)", 104267); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_02", 24009); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_03 (Audio)", 182664); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_03 (Encounters)", 56297); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_03 (Loot)", 81748); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_03", 24010); DictSNOMarkerSet.Add("trDun_Cath_SE_Hall_tyrael_03", 24011); DictSNOMarkerSet.Add("trDun_Cath_SW_01 (Chandelier Level01 A)", 117794); DictSNOMarkerSet.Add("trDun_Cath_SW_01 (Chandelier Level01 B)", 117795); DictSNOMarkerSet.Add("trDun_Cath_SW_01 (Encounters)", 24013); DictSNOMarkerSet.Add("trDun_Cath_SW_01 (Event_Tower_Of_Power)", 84995); DictSNOMarkerSet.Add("trDun_Cath_SW_01 (Guardian Orb Trap)", 211136); DictSNOMarkerSet.Add("trDun_Cath_SW_01 (Loot)", 81875); DictSNOMarkerSet.Add("trDun_Cath_SW_01 (NoOrbTrap)", 176109); DictSNOMarkerSet.Add("trDun_Cath_SW_01 (Special Markers)", 24014); DictSNOMarkerSet.Add("trDun_Cath_SW_01", 24016); DictSNOMarkerSet.Add("trDun_Cath_SW_01_Markerset_01", 24017); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_01 (Chandelier Level01 A)", 117791); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_01 (Chandelier Level01 B)", 117792); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_01 (CursedChest_GhoulSwarm)", 375104); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_01 (Encounters)", 24018); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_01 (Loot)", 81898); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_01 (SkeletonAmbush)", 156765); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_01 (Special Markers)", 24019); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_01", 24021); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_01_Markerset_01", 24022); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_02 (Chandelier Level01 A)", 117786); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_02 (Encounters)", 55988); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_02 (Loot)", 81907); DictSNOMarkerSet.Add("trDun_Cath_SW_Hall_02", 24023); DictSNOMarkerSet.Add("trDun_Cath_S_01 (Chandelier Level01 A)", 117774); DictSNOMarkerSet.Add("trDun_Cath_S_01 (Chandelier Level01 B)", 117775); DictSNOMarkerSet.Add("trDun_Cath_S_01 (Encounters)", 24026); DictSNOMarkerSet.Add("trDun_Cath_S_01 (Loot)", 82856); DictSNOMarkerSet.Add("trDun_Cath_S_01 (Special Markers)", 1414); DictSNOMarkerSet.Add("trDun_Cath_S_01", 24027); DictSNOMarkerSet.Add("trDun_Cath_S_01_Markerset_01", 24028); DictSNOMarkerSet.Add("trDun_Cath_S_02_Tyrael (Audio)", 89450); DictSNOMarkerSet.Add("trDun_Cath_S_02_Tyrael (Encounters)", 24029); DictSNOMarkerSet.Add("trDun_Cath_S_02_Tyrael (Loot)", 82855); DictSNOMarkerSet.Add("trDun_Cath_S_02_Tyrael (Special Markers)", 24030); DictSNOMarkerSet.Add("trDun_Cath_S_02_Tyrael", 24031); DictSNOMarkerSet.Add("trDun_Cath_S_02_Tyrael_Actors", 24032); DictSNOMarkerSet.Add("trDun_Cath_S_Dead_End_01 (Encounters)", 24033); DictSNOMarkerSet.Add("trDun_Cath_S_Dead_End_01 (Loot)", 82847); DictSNOMarkerSet.Add("trDun_Cath_S_Dead_End_01 (p43_AD)", 454198); DictSNOMarkerSet.Add("trDun_Cath_S_Dead_End_01 (Special Markers)", 24034); DictSNOMarkerSet.Add("trDun_Cath_S_Dead_End_01", 24035); DictSNOMarkerSet.Add("trDun_Cath_S_DungeonStone_Exit_01 (Encounters)", 136176); DictSNOMarkerSet.Add("trDun_Cath_S_DungeonStone_Exit_01 (Loot)", 140919); DictSNOMarkerSet.Add("trDun_Cath_S_DungeonStone_Exit_01", 136175); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01 (Cath Savepoint A)", 189210); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01 (Cath Savepoint B)", 189211); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01 (Chandelier Level01 A)", 117896); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01 (Encounters)", 24036); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01 (Loot)", 82846); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01 (MysticIntro)", 249237); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01 (Special Markers)", 24041); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01 (TemplarIntro)", 86194); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01 (Vendor_Armorer)", 104101); DictSNOMarkerSet.Add("trDun_Cath_S_Entrance_01", 24043); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_01 (a1trDun_Level04)", 1415); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_01 (A1trDun_Level08 Tyrael)", 24046); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_01 (Chandelier Level01 A)", 117903); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_01 (Encounters)", 24047); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_01 (Loot)", 82817); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_01 (Special Markers)", 24050); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_01 (TemplarIntro)", 104638); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_01", 24052); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_01_Actors", 24053); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03 (A1trDun_Level03)", 24058); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03 (a1trDun_Level04)", 24059); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03 (A1trDun_Level08 Tyrael)", 24060); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03 (Chandelier Level01 A)", 117781); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03 (Encounters)", 24061); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03 (Loot)", 81704); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03 (Special Markers)", 24064); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03", 1416); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03_CainIntro (Audio)", 228589); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03_CainIntro (Encounters)", 174654); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03_CainIntro (Loot)", 174655); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03_CainIntro (Special Markers)", 174656); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03_CainIntro", 174653); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_03_MarkerSet", 24065); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_Crypt_02 (a1trDun_level06)", 24072); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_Crypt_02 (Encounters)", 24073); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_Crypt_02 (Loot)", 81744); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_Crypt_02 (Special Markers)", 24074); DictSNOMarkerSet.Add("trDun_Cath_S_Exit_Crypt_02", 24076); DictSNOMarkerSet.Add("trDun_Cath_W_01 (Chandelier Level01 A)", 117784); DictSNOMarkerSet.Add("trDun_Cath_W_01 (Chandelier Level01 B)", 117785); DictSNOMarkerSet.Add("trDun_Cath_W_01 (Encounters)", 1417); DictSNOMarkerSet.Add("trDun_Cath_W_01 (Event Ghoul Attack)", 81421); DictSNOMarkerSet.Add("trDun_Cath_W_01 (Event Skeleton Attack)", 81422); DictSNOMarkerSet.Add("trDun_Cath_W_01 (Loot)", 81915); DictSNOMarkerSet.Add("trDun_Cath_W_01 (Special Markers)", 24084); DictSNOMarkerSet.Add("trDun_Cath_W_01", 24087); DictSNOMarkerSet.Add("trDun_Cath_W_01_Actors", 24088); DictSNOMarkerSet.Add("trDun_Cath_W_Dead_End_01 (Encounters)", 24089); DictSNOMarkerSet.Add("trDun_Cath_W_Dead_End_01 (Loot)", 81914); DictSNOMarkerSet.Add("trDun_Cath_W_Dead_End_01 (p43_AD_Lazarus)", 454192); DictSNOMarkerSet.Add("trDun_Cath_W_Dead_End_01 (Special Markers)", 24090); DictSNOMarkerSet.Add("trDun_Cath_W_Dead_End_01", 24092); DictSNOMarkerSet.Add("trDun_Cath_W_DungeonStone_Exit_01 (Encounters)", 136178); DictSNOMarkerSet.Add("trDun_Cath_W_DungeonStone_Exit_01 (Loot)", 140918); DictSNOMarkerSet.Add("trDun_Cath_W_DungeonStone_Exit_01", 136177); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01 (Audio)", 182660); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01 (Encounters)", 24094); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01 (Loot)", 81913); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01 (MysticIntro)", 249197); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01 (Savepoint A)", 189196); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01 (Savepoint B)", 189197); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01 (Special Markers)", 24099); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01 (Templar)", 189198); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01 (Vendor_Armorer)", 104102); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01", 24100); DictSNOMarkerSet.Add("trDun_Cath_W_Entrance_01_MarkerSet_01", 24101); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01 (A1trDun_Level03)", 1418); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01 (a1trDun_Level04)", 24103); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01 (A1trDun_Level08 Tyrael)", 24104); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01 (Chandelier Level01 A)", 117782); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01 (Encounters)", 24105); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01 (Loot)", 81912); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01 (Special Markers)", 24108); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01", 24109); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01_CainIntro (Encounters)", 174659); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01_CainIntro (Loot)", 174660); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01_CainIntro (Special Markers)", 174661); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01_CainIntro", 174658); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_01_MarkerSet_01", 24110); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_Crypt_01 (a1trDun_level06)", 24111); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_Crypt_01 (Chandelier Level01 A)", 117951); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_Crypt_01 (Encounters)", 24112); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_Crypt_01 (Loot)", 81911); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_Crypt_01 (Special Markers)", 24113); DictSNOMarkerSet.Add("trDun_Cath_W_Exit_Crypt_01", 24115); DictSNOMarkerSet.Add("trDun_Cave_01_Filler (Lighting)", 154773); DictSNOMarkerSet.Add("trDun_Cave_01_Filler (Loot)", 154774); DictSNOMarkerSet.Add("trDun_Cave_01_Filler", 154772); DictSNOMarkerSet.Add("trDun_Cave_EW_01 (Encounters)", 24135); DictSNOMarkerSet.Add("trDun_Cave_EW_01 (Loot)", 121411); DictSNOMarkerSet.Add("trDun_Cave_EW_01", 24138); DictSNOMarkerSet.Add("trDun_Cave_E_01 (Encounters)", 62593); DictSNOMarkerSet.Add("trDun_Cave_E_01 (Loot)", 104882); DictSNOMarkerSet.Add("trDun_Cave_E_01 (p43_AD)", 455685); DictSNOMarkerSet.Add("trDun_Cave_E_01", 24142); DictSNOMarkerSet.Add("trDun_Cave_E_01_MB313 (p43_AD)", 478087); DictSNOMarkerSet.Add("trDun_Cave_E_DungeonStone_Exit_01 (Loot)", 121457); DictSNOMarkerSet.Add("trDun_Cave_E_DungeonStone_Exit_01 (Special Markers)", 92972); DictSNOMarkerSet.Add("trDun_Cave_E_Entrance_01 (Encounters)", 24143); DictSNOMarkerSet.Add("trDun_Cave_E_Entrance_01 (Loot)", 176452); DictSNOMarkerSet.Add("trDun_Cave_E_Entrance_01 (p43_AD)", 455686); DictSNOMarkerSet.Add("trDun_Cave_E_Entrance_01 (Special Markers)", 24144); DictSNOMarkerSet.Add("trDun_Cave_E_Entrance_01 (VendorRescue)", 132996); DictSNOMarkerSet.Add("trDun_Cave_E_Entrance_01", 24145); DictSNOMarkerSet.Add("trDun_Cave_E_Exit_01 (Encounters)", 24147); DictSNOMarkerSet.Add("trDun_Cave_E_Exit_01 (Loot)", 121443); DictSNOMarkerSet.Add("trDun_Cave_E_Exit_01 (p43_AD)", 455687); DictSNOMarkerSet.Add("trDun_Cave_E_Exit_01 (Special Markers)", 24148); DictSNOMarkerSet.Add("trDun_Cave_E_Exit_01", 24149); DictSNOMarkerSet.Add("trDun_Cave_Goat_EW_01 (Encounters)", 82708); DictSNOMarkerSet.Add("trDun_Cave_Goat_EW_01 (Loot)", 121504); DictSNOMarkerSet.Add("trDun_Cave_Goat_EW_01", 75260); DictSNOMarkerSet.Add("trDun_Cave_Goat_NE_01 (Encounters)", 82709); DictSNOMarkerSet.Add("trDun_Cave_Goat_NE_01 (Lighting)", 184872); DictSNOMarkerSet.Add("trDun_Cave_Goat_NE_01 (Loot)", 121505); DictSNOMarkerSet.Add("trDun_Cave_Goat_NE_01", 75140); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSEW_01 (Encounters)", 82711); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSEW_01 (Loot)", 121508); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSEW_01", 75352); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSEW_02 (Audio)", 182649); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSEW_02 (Lighting)", 120024); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSEW_02 (Loot)", 121458); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSEW_02 (SwordOfJustice)", 119931); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSW_01 (Encounters)", 82712); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSW_01 (Loot)", 121510); DictSNOMarkerSet.Add("trDun_Cave_Goat_NSW_01", 75143); DictSNOMarkerSet.Add("trDun_Cave_Goat_NS_01 (Audio)", 228993); DictSNOMarkerSet.Add("trDun_Cave_Goat_NS_01 (Encounters)", 82710); DictSNOMarkerSet.Add("trDun_Cave_Goat_NS_01 (Loot)", 121506); DictSNOMarkerSet.Add("trDun_Cave_Goat_NS_01", 75185); DictSNOMarkerSet.Add("trDun_Cave_Goat_S_Entrance_01 (Encounters)", 82713); DictSNOMarkerSet.Add("trDun_Cave_Goat_S_Entrance_01 (Loot)", 121514); DictSNOMarkerSet.Add("trDun_Cave_Goat_S_Entrance_01 (Special Markers)", 82586); DictSNOMarkerSet.Add("trDun_Cave_Goat_S_Entrance_01", 75137); DictSNOMarkerSet.Add("trDun_Cave_Goat_W_Entrance_01 (Encounters)", 82714); DictSNOMarkerSet.Add("trDun_Cave_Goat_W_Entrance_01 (Loot)", 121515); DictSNOMarkerSet.Add("trDun_Cave_Goat_W_Entrance_01 (Special Markers)", 82587); DictSNOMarkerSet.Add("trDun_Cave_Goat_W_Entrance_01", 75605); DictSNOMarkerSet.Add("trDun_Cave_Middle_ChasmA (Audio)", 182859); DictSNOMarkerSet.Add("trDun_Cave_Middle_ChasmA (Encounters)", 24155); DictSNOMarkerSet.Add("trDun_Cave_Middle_ChasmA (Environment)", 101642); DictSNOMarkerSet.Add("trDun_Cave_Middle_ChasmA (Foliage)", 101643); DictSNOMarkerSet.Add("trDun_Cave_Middle_ChasmA (Loot)", 175309); DictSNOMarkerSet.Add("trDun_Cave_Middle_ChasmA (Special Markers)", 24156); DictSNOMarkerSet.Add("trDun_Cave_Middle_ChasmA (Swarm)", 120984); DictSNOMarkerSet.Add("trDun_Cave_Middle_ChasmA", 24157); DictSNOMarkerSet.Add("trDun_Cave_Middle_LostCampA (Audio)", 182832); DictSNOMarkerSet.Add("trDun_Cave_Middle_LostCampA (Encounters)", 24159); DictSNOMarkerSet.Add("trDun_Cave_Middle_LostCampA (Special Markers)", 1421); DictSNOMarkerSet.Add("trDun_Cave_Middle_LostCampA (Swarm)", 170515); DictSNOMarkerSet.Add("trDun_Cave_Middle_LostCampA", 24160); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA (Audio)", 182967); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA (Encounters)", 24161); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA (Encounters)_OldCultAttack", 140586); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA (Environment)", 69376); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA (Lighting)", 122943); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA (Loot)", 175313); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA (Pat)", 119900); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA (SetDung_Necro_Saint)", 471551); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA (Special Markers)", 24162); DictSNOMarkerSet.Add("trDun_Cave_Middle_RiverA", 24163); DictSNOMarkerSet.Add("trDun_Cave_Mine_EW_01 (Encounters)", 91304); DictSNOMarkerSet.Add("trDun_Cave_Mine_EW_01 (Loot)", 121541); DictSNOMarkerSet.Add("trDun_Cave_Mine_EW_01 (p43_AD)", 455688); DictSNOMarkerSet.Add("trDun_Cave_Mine_EW_01 (Vendor)", 121888); DictSNOMarkerSet.Add("trDun_Cave_Mine_EW_01 (VendorGems)", 203973); DictSNOMarkerSet.Add("trDun_Cave_Mine_EW_01 (VendorMetals)", 203974); DictSNOMarkerSet.Add("trDun_Cave_Mine_EW_01", 77018); DictSNOMarkerSet.Add("trDun_Cave_Mine_NE_01 (Loot)", 121540); DictSNOMarkerSet.Add("trDun_Cave_Mine_NE_01 (p43_AD)", 455692); DictSNOMarkerSet.Add("trDun_Cave_Mine_NE_01 (VendorMetals)", 203963); DictSNOMarkerSet.Add("trDun_Cave_Mine_NE_01 (VendorsGems)", 203962); DictSNOMarkerSet.Add("trDun_Cave_Mine_NE_01", 77527); DictSNOMarkerSet.Add("trDun_Cave_Mine_NE_01_MB313 (Encounters)", 478095); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSEW_01 (Audio)", 182719); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSEW_01 (Loot)", 121534); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSEW_01 (p43_AD)", 455694); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSEW_01 (Vendor Miner)", 202258); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSEW_01 (VendorGems)", 203966); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSEW_01 (VendorMetals)", 203967); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSEW_01", 76668); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSEW_01_MB313 (Encounters)", 478097); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSEW_01_MB313 (p43_AD)", 478086); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSW_01 (Loot)", 121531); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSW_01 (p43_AD)", 455695); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSW_01 (VendorGems)", 203970); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSW_01 (VendorMetals)", 203969); DictSNOMarkerSet.Add("trDun_Cave_Mine_NSW_01", 77558); DictSNOMarkerSet.Add("trDun_Cave_Mine_NS_01 (Encounters)", 91313); DictSNOMarkerSet.Add("trDun_Cave_Mine_NS_01 (Loot)", 121536); DictSNOMarkerSet.Add("trDun_Cave_Mine_NS_01 (p43_AD)", 455693); DictSNOMarkerSet.Add("trDun_Cave_Mine_NS_01 (VendorGems)", 203964); DictSNOMarkerSet.Add("trDun_Cave_Mine_NS_01 (VendorMetals)", 203965); DictSNOMarkerSet.Add("trDun_Cave_Mine_NS_01", 77742); DictSNOMarkerSet.Add("trDun_Cave_Mine_S_Entrance_01 (Encounters)", 91315); DictSNOMarkerSet.Add("trDun_Cave_Mine_S_Entrance_01 (Loot)", 121580); DictSNOMarkerSet.Add("trDun_Cave_Mine_S_Entrance_01 (Special Markers)", 82375); DictSNOMarkerSet.Add("trDun_Cave_Mine_S_Entrance_01 (Vendor_Miner)", 107104); DictSNOMarkerSet.Add("trDun_Cave_Mine_S_Entrance_01", 76836); DictSNOMarkerSet.Add("trDun_Cave_Mine_S_Entrance_01_MB313 (Encounters)", 478091); DictSNOMarkerSet.Add("trDun_Cave_Mine_S_Entrance_01_MB313 (Special Markers)", 478094); DictSNOMarkerSet.Add("trDun_Cave_Mine_W_Entrance_01 (Encounters)", 225961); DictSNOMarkerSet.Add("trDun_Cave_Mine_W_Entrance_01 (Loot)", 189520); DictSNOMarkerSet.Add("trDun_Cave_Mine_W_Entrance_01 (Special Markers)", 82374); DictSNOMarkerSet.Add("trDun_Cave_Mine_W_Entrance_01 (Vendor_Miner)", 107078); DictSNOMarkerSet.Add("trDun_Cave_Mine_W_Entrance_01", 77875); DictSNOMarkerSet.Add("trDun_Cave_NEW_01 (Encounters)", 24166); DictSNOMarkerSet.Add("trDun_Cave_NEW_01 (Loot)", 121402); DictSNOMarkerSet.Add("trDun_Cave_NEW_01 (p43_AD)", 455697); DictSNOMarkerSet.Add("trDun_Cave_NEW_01", 24167); DictSNOMarkerSet.Add("trDun_Cave_NE_01 (Encounters)", 24168); DictSNOMarkerSet.Add("trDun_Cave_NE_01 (Loot)", 102791); DictSNOMarkerSet.Add("trDun_Cave_NE_01", 24171); DictSNOMarkerSet.Add("trDun_Cave_NSEW_01 (Encounters)", 24172); DictSNOMarkerSet.Add("trDun_Cave_NSEW_01 (Loot)", 121414); DictSNOMarkerSet.Add("trDun_Cave_NSEW_01 (TimedDungeon)", 430656); DictSNOMarkerSet.Add("trDun_Cave_NSEW_01", 24175); DictSNOMarkerSet.Add("trDun_Cave_NSE_01 (Encounters)", 24176); DictSNOMarkerSet.Add("trDun_Cave_NSE_01 (Loot)", 121415); DictSNOMarkerSet.Add("trDun_Cave_NSE_01 (p43_AD)", 455698); DictSNOMarkerSet.Add("trDun_Cave_NSE_01", 24177); DictSNOMarkerSet.Add("trDun_Cave_NSE_01_MB313 (Encounters)", 478096); DictSNOMarkerSet.Add("trDun_Cave_NSE_01_MB313 (p43_AD)", 478088); DictSNOMarkerSet.Add("trDun_Cave_NSW_01 (Encounters)", 24178); DictSNOMarkerSet.Add("trDun_Cave_NSW_01 (Loot)", 121441); DictSNOMarkerSet.Add("trDun_Cave_NSW_01 (p43_AD)", 455700); DictSNOMarkerSet.Add("trDun_Cave_NSW_01 (VendorRescue)", 133084); DictSNOMarkerSet.Add("trDun_Cave_NSW_01", 24180); DictSNOMarkerSet.Add("trDun_Cave_NSW_02 (Environment)", 135681); DictSNOMarkerSet.Add("trDun_Cave_NSW_02 (Foliage)", 135680); DictSNOMarkerSet.Add("trDun_Cave_NSW_02 (Lighting)", 135683); DictSNOMarkerSet.Add("trDun_Cave_NSW_02 (Loot)", 135684); DictSNOMarkerSet.Add("trDun_Cave_NSW_02", 135682); DictSNOMarkerSet.Add("trDun_Cave_NS_01 (Encounters)", 24181); DictSNOMarkerSet.Add("trDun_Cave_NS_01 (Loot)", 121388); DictSNOMarkerSet.Add("trDun_Cave_NS_01", 24183); DictSNOMarkerSet.Add("trDun_Cave_NW_01 (Encounters)", 24184); DictSNOMarkerSet.Add("trDun_Cave_NW_01 (Loot)", 121396); DictSNOMarkerSet.Add("trDun_Cave_NW_01 (p43_AD)", 455704); DictSNOMarkerSet.Add("trDun_Cave_NW_01", 24187); DictSNOMarkerSet.Add("trDun_Cave_N_01 (Loot)", 181506); DictSNOMarkerSet.Add("trDun_Cave_N_01", 24188); DictSNOMarkerSet.Add("trDun_Cave_N_DungeonStone_Exit_01 (Loot)", 121627); DictSNOMarkerSet.Add("trDun_Cave_N_DungeonStone_Exit_01 (Special Markers)", 92973); DictSNOMarkerSet.Add("trDun_Cave_N_Entrance_01 (Encounters)", 24189); DictSNOMarkerSet.Add("trDun_Cave_N_Entrance_01 (Loot)", 176453); DictSNOMarkerSet.Add("trDun_Cave_N_Entrance_01 (Special Markers)", 24190); DictSNOMarkerSet.Add("trDun_Cave_N_Entrance_01 (VendorRescue)", 132997); DictSNOMarkerSet.Add("trDun_Cave_N_Entrance_01", 24191); DictSNOMarkerSet.Add("trDun_Cave_N_Exit_01 (Encounters)", 24193); DictSNOMarkerSet.Add("trDun_Cave_N_Exit_01 (Loot)", 176470); DictSNOMarkerSet.Add("trDun_Cave_N_Exit_01 (Special Markers)", 24194); DictSNOMarkerSet.Add("trDun_Cave_N_Exit_01", 24195); DictSNOMarkerSet.Add("trDun_Cave_SEW_01 (Encounters)", 62599); DictSNOMarkerSet.Add("trDun_Cave_SEW_01 (Loot)", 121391); DictSNOMarkerSet.Add("trDun_Cave_SEW_01 (p43_AD)", 455711); DictSNOMarkerSet.Add("trDun_Cave_SEW_01", 24199); DictSNOMarkerSet.Add("trDun_Cave_SE_01 (Encounters)", 24200); DictSNOMarkerSet.Add("trDun_Cave_SE_01 (Loot)", 121405); DictSNOMarkerSet.Add("trDun_Cave_SE_01 (p43_AD)", 455706); DictSNOMarkerSet.Add("trDun_Cave_SE_01", 24203); DictSNOMarkerSet.Add("trDun_Cave_SW_01 (Encounters)", 24204); DictSNOMarkerSet.Add("trDun_Cave_SW_01 (Loot)", 121400); DictSNOMarkerSet.Add("trDun_Cave_SW_01", 24206); DictSNOMarkerSet.Add("trDun_Cave_S_01 (Encounters)", 24207); DictSNOMarkerSet.Add("trDun_Cave_S_01 (Loot)", 181507); DictSNOMarkerSet.Add("trDun_Cave_S_01", 24208); DictSNOMarkerSet.Add("trDun_Cave_S_DungeonStone_Exit_01 (Special Markers)", 92974); DictSNOMarkerSet.Add("trDun_Cave_S_Entrance_01 (Encounters)", 24209); DictSNOMarkerSet.Add("trDun_Cave_S_Entrance_01 (Loot)", 102790); DictSNOMarkerSet.Add("trDun_Cave_S_Entrance_01 (Special Markers)", 24210); DictSNOMarkerSet.Add("trDun_Cave_S_Entrance_01 (VendorRescue)", 129739); DictSNOMarkerSet.Add("trDun_Cave_S_Entrance_01", 24211); DictSNOMarkerSet.Add("trDun_Cave_S_Exit (Encounters)", 24213); DictSNOMarkerSet.Add("trDun_Cave_S_Exit (Loot)", 121526); DictSNOMarkerSet.Add("trDun_Cave_S_Exit_01 (A2C3)", 24212); DictSNOMarkerSet.Add("trDun_Cave_S_Exit_01 (Lighting)", 170638); DictSNOMarkerSet.Add("trDun_Cave_S_Exit_01 (p43_AD)", 455705); DictSNOMarkerSet.Add("trDun_Cave_S_Exit_01 (Special Markers)", 24214); DictSNOMarkerSet.Add("trDun_Cave_S_Exit_01", 24215); DictSNOMarkerSet.Add("trDun_Cave_W_01 (Encounters)", 24220); DictSNOMarkerSet.Add("trDun_Cave_W_01 (Loot)", 121416); DictSNOMarkerSet.Add("trDun_Cave_W_01", 24221); DictSNOMarkerSet.Add("trDun_Cave_W_01_MB313 (Encounters)", 478098); DictSNOMarkerSet.Add("trDun_Cave_W_DungeonStone_Exit_01 (Loot)", 353327); DictSNOMarkerSet.Add("trDun_Cave_W_DungeonStone_Exit_01 (Special Markers)", 92975); DictSNOMarkerSet.Add("trDun_Cave_W_Entrance_01 (Encounters)", 62598); DictSNOMarkerSet.Add("trDun_Cave_W_Entrance_01 (Loot)", 149532); DictSNOMarkerSet.Add("trDun_Cave_W_Entrance_01 (Special Markers)", 24222); DictSNOMarkerSet.Add("trDun_Cave_W_Entrance_01 (VendorRescue)", 132998); DictSNOMarkerSet.Add("trDun_Cave_W_Entrance_01", 24223); DictSNOMarkerSet.Add("trDun_Cave_W_Exit_01 (A2C3)", 24224); DictSNOMarkerSet.Add("trDun_Cave_W_Exit_01 (Encounters)", 24225); DictSNOMarkerSet.Add("trDun_Cave_W_Exit_01 (Loot)", 121522); DictSNOMarkerSet.Add("trDun_Cave_W_Exit_01 (Special Markers)", 24226); DictSNOMarkerSet.Add("trDun_Cave_W_Exit_01", 24227); DictSNOMarkerSet.Add("trDun_Cave_W_Exit_01_MB313 (Encounters)", 478089); DictSNOMarkerSet.Add("trDun_Cave_W_Exit_01_MB313 (Special Markers)", 478436); DictSNOMarkerSet.Add("trDun_Cave_W_Exit_01_MB313", 478090); DictSNOMarkerSet.Add("trDun_Crypt_EW_01 (DateDungeon)", 409271); DictSNOMarkerSet.Add("trDun_Crypt_EW_01 (Encounters)", 24236); DictSNOMarkerSet.Add("trDun_Crypt_EW_01 (Loot)", 84584); DictSNOMarkerSet.Add("trDun_Crypt_EW_01", 24237); DictSNOMarkerSet.Add("trDun_Crypt_EW_Hall_01 (Date)", 405159); DictSNOMarkerSet.Add("trDun_Crypt_EW_Hall_01 (Encounters)", 24242); DictSNOMarkerSet.Add("trDun_Crypt_EW_Hall_01 (Loot)", 84585); DictSNOMarkerSet.Add("trDun_Crypt_EW_Hall_01", 24243); DictSNOMarkerSet.Add("trDun_Crypt_EW_Hall_1000dead_01 (Encounters)", 83327); DictSNOMarkerSet.Add("trDun_Crypt_EW_Hall_1000dead_01 (Loot)", 148975); DictSNOMarkerSet.Add("trDun_Crypt_EW_Hall_1000dead_01", 82106); DictSNOMarkerSet.Add("trdun_Crypt_E_02 (Encounters)", 178332); DictSNOMarkerSet.Add("trdun_Crypt_E_02 (Loot)", 102430); DictSNOMarkerSet.Add("trdun_Crypt_E_02", 61402); DictSNOMarkerSet.Add("trDun_Crypt_E_Dead_End_01 (Encounters)", 57049); DictSNOMarkerSet.Add("trDun_Crypt_E_Dead_End_01 (Loot)", 82998); DictSNOMarkerSet.Add("trDun_Crypt_E_Dead_End_01", 24247); DictSNOMarkerSet.Add("trdun_Crypt_E_DungeonStone_Exit_01 (Ancient City Adventure)", 433674); DictSNOMarkerSet.Add("trdun_Crypt_E_DungeonStone_Exit_01 (Audio)", 225879); DictSNOMarkerSet.Add("trdun_Crypt_E_DungeonStone_Exit_01 (Encounters)", 175022); DictSNOMarkerSet.Add("trdun_Crypt_E_DungeonStone_Exit_01 (Loot)", 353010); DictSNOMarkerSet.Add("trdun_Crypt_E_DungeonStone_Exit_01 (NoCrown)", 215907); DictSNOMarkerSet.Add("trDun_Crypt_E_Entrance_02 (Crown)", 225946); DictSNOMarkerSet.Add("trDun_Crypt_E_Entrance_02 (Encounters)", 57899); DictSNOMarkerSet.Add("trDun_Crypt_E_Entrance_02 (Loot)", 84581); DictSNOMarkerSet.Add("trDun_Crypt_E_Entrance_02 (MysticEntrance)", 273934); DictSNOMarkerSet.Add("trDun_Crypt_E_Entrance_02 (P2_DateDungeon_Event)", 402743); DictSNOMarkerSet.Add("trDun_Crypt_E_Entrance_02 (Special Markers)", 24253); DictSNOMarkerSet.Add("trDun_Crypt_E_Entrance_02", 24254); DictSNOMarkerSet.Add("trdun_Crypt_E_Exit_Down_01 (Encounters)", 135065); DictSNOMarkerSet.Add("trdun_Crypt_E_Exit_Down_01 (Loot)", 135056); DictSNOMarkerSet.Add("trdun_Crypt_E_Exit_Down_01 (MysticExit)", 276258); DictSNOMarkerSet.Add("trdun_Crypt_E_Exit_Down_01", 84765); DictSNOMarkerSet.Add("trDun_Crypt_Filler_01", 24260); DictSNOMarkerSet.Add("trDun_Crypt_Filler_Throne_01", 24261); DictSNOMarkerSet.Add("trDun_Crypt_Filler_Throne_02", 24262); DictSNOMarkerSet.Add("trDun_Crypt_Filler_Throne_Pillar_01", 24263); DictSNOMarkerSet.Add("trDun_Crypt_King_Entrance (Audio)", 204505); DictSNOMarkerSet.Add("trDun_Crypt_King_Entrance (Encounters)", 24266); DictSNOMarkerSet.Add("trDun_Crypt_King_Entrance (Loot)", 84749); DictSNOMarkerSet.Add("trDun_Crypt_King_Entrance (Special Markers)", 24267); DictSNOMarkerSet.Add("trDun_Crypt_King_Entrance", 24268); DictSNOMarkerSet.Add("trDun_Crypt_King_Entrance_Actors", 24269); DictSNOMarkerSet.Add("trDun_Crypt_NEW_01 (Encounters)", 24273); DictSNOMarkerSet.Add("trDun_Crypt_NEW_01 (Loot)", 84592); DictSNOMarkerSet.Add("trDun_Crypt_NEW_01", 1427); DictSNOMarkerSet.Add("trDun_Crypt_NE_01 (Encounters)", 24277); DictSNOMarkerSet.Add("trDun_Crypt_NE_01 (Loot)", 84594); DictSNOMarkerSet.Add("trDun_Crypt_NE_01 (P2_DateDungeon_Event)", 401989); DictSNOMarkerSet.Add("trDun_Crypt_NE_01", 24278); DictSNOMarkerSet.Add("trDun_Crypt_NE_Hall_01 (DateDungeon)", 409276); DictSNOMarkerSet.Add("trDun_Crypt_NE_Hall_01 (Encounters)", 24283); DictSNOMarkerSet.Add("trDun_Crypt_NE_Hall_01 (Loot)", 84593); DictSNOMarkerSet.Add("trDun_Crypt_NE_Hall_01", 24284); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_01 (Audio)", 198345); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_01 (Encounters)", 24286); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_01 (FamilyTree)", 175890); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_01 (Loot)", 84595); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_01 (TheCurseOfKingLeoric)", 453466); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_01", 24287); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_02 (Audio)", 228861); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_02 (DoK_Event)", 139747); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_02 (Encounters)", 57040); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_02 (Loot)", 82997); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_02", 24289); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_03 (Encounters)", 178344); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_03 (Loot)", 84599); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_03", 61747); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_JarSouls_01 (DateDungeon)", 403353); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_JarSouls_01 (Encounters)", 84751); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_JarSouls_01 (JarOfCows)", 366330); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_JarSouls_01 (Loot)", 149021); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_JarSouls_01 (TheCurseOfKingLeoric)", 455301); DictSNOMarkerSet.Add("trDun_Crypt_NSEW_JarSouls_01", 82767); DictSNOMarkerSet.Add("trDun_Crypt_NSE_01 (Encounters)", 24290); DictSNOMarkerSet.Add("trDun_Crypt_NSE_01 (Loot)", 84588); DictSNOMarkerSet.Add("trDun_Crypt_NSE_01", 24291); DictSNOMarkerSet.Add("trDun_Crypt_NSW_01 (DateDungeon)", 409279); DictSNOMarkerSet.Add("trDun_Crypt_NSW_01 (Encounters)", 24294); DictSNOMarkerSet.Add("trDun_Crypt_NSW_01 (Loot)", 84602); DictSNOMarkerSet.Add("trDun_Crypt_NSW_01", 24295); DictSNOMarkerSet.Add("trDun_Crypt_NS_01 (DateDungeon)", 403817); DictSNOMarkerSet.Add("trDun_Crypt_NS_01 (Encounters)", 24296); DictSNOMarkerSet.Add("trDun_Crypt_NS_01 (Environment)", 377916); DictSNOMarkerSet.Add("trDun_Crypt_NS_01 (HallsOfTheBlind)", 453761); DictSNOMarkerSet.Add("trDun_Crypt_NS_01 (Loot)", 84591); DictSNOMarkerSet.Add("trDun_Crypt_NS_01 (Sarcaphorace)", 86367); DictSNOMarkerSet.Add("trDun_Crypt_NS_01", 24297); DictSNOMarkerSet.Add("trdun_crypt_NS_Flooded_entrance_01 (Audio)", 198416); DictSNOMarkerSet.Add("trdun_crypt_NS_Flooded_entrance_01 (Encounters)", 173250); DictSNOMarkerSet.Add("trdun_crypt_NS_Flooded_entrance_01 (Loot)", 84590); DictSNOMarkerSet.Add("trdun_crypt_NS_Flooded_entrance_01 (Special Markers)", 81680); DictSNOMarkerSet.Add("trdun_crypt_NS_Flooded_entrance_01", 74348); DictSNOMarkerSet.Add("trDun_Crypt_NS_Hall_01 (Encounters)", 24299); DictSNOMarkerSet.Add("trDun_Crypt_NS_Hall_01 (Environment)", 248708); DictSNOMarkerSet.Add("trDun_Crypt_NS_Hall_01 (Interact Arrows)", 176845); DictSNOMarkerSet.Add("trDun_Crypt_NS_Hall_01 (Loot)", 84589); DictSNOMarkerSet.Add("trDun_Crypt_NS_Hall_01 (Special Markers)", 24300); DictSNOMarkerSet.Add("trDun_Crypt_NS_Hall_01", 24301); DictSNOMarkerSet.Add("trDun_Crypt_NS_Hall_01_Marker01", 24302); DictSNOMarkerSet.Add("trDun_Crypt_NW_01 (DateDungeon)", 409273); DictSNOMarkerSet.Add("trDun_Crypt_NW_01 (Encounters)", 24303); DictSNOMarkerSet.Add("trDun_Crypt_NW_01 (Loot)", 84603); DictSNOMarkerSet.Add("trDun_Crypt_NW_01", 24304); DictSNOMarkerSet.Add("trDun_Crypt_NW_Hall_01 (DateDungeon)", 409275); DictSNOMarkerSet.Add("trDun_Crypt_NW_Hall_01 (Encounters)", 24305); DictSNOMarkerSet.Add("trDun_Crypt_NW_Hall_01 (Loot)", 84609); DictSNOMarkerSet.Add("trDun_Crypt_NW_Hall_01", 24306); DictSNOMarkerSet.Add("trDun_Crypt_NW_Special_01 (Encounters)", 63700); DictSNOMarkerSet.Add("trDun_Crypt_NW_Special_01 (Loot)", 84610); DictSNOMarkerSet.Add("trDun_Crypt_NW_Special_01", 62984); DictSNOMarkerSet.Add("trdun_Crypt_N_02 (Encounters)", 178387); DictSNOMarkerSet.Add("trdun_Crypt_N_02 (Loot)", 215913); DictSNOMarkerSet.Add("trdun_Crypt_N_02", 61448); DictSNOMarkerSet.Add("trdun_Crypt_N_DungeonStone_Exit_01 ( Ancient Lich Adventure )", 433675); DictSNOMarkerSet.Add("trdun_Crypt_N_DungeonStone_Exit_01 (Encounters)", 175030); DictSNOMarkerSet.Add("trdun_Crypt_N_DungeonStone_Exit_01 (Loot)", 184275); DictSNOMarkerSet.Add("trdun_Crypt_N_DungeonStone_Exit_01 (NoCrown)", 215906); DictSNOMarkerSet.Add("trDun_Crypt_N_Entrance_02 (Encounters)", 24313); DictSNOMarkerSet.Add("trDun_Crypt_N_Entrance_02 (Loot)", 82973); DictSNOMarkerSet.Add("trDun_Crypt_N_Entrance_02 (Special Markers)", 24314); DictSNOMarkerSet.Add("trDun_Crypt_N_Entrance_02", 24315); DictSNOMarkerSet.Add("trDun_Crypt_N_Entrance_02_Markerset_01", 24316); DictSNOMarkerSet.Add("trdun_Crypt_N_Entrance_04 (Crown)", 225947); DictSNOMarkerSet.Add("trdun_Crypt_N_Entrance_04 (Encounters)", 123664); DictSNOMarkerSet.Add("trdun_Crypt_N_Entrance_04 (Loot)", 84587); DictSNOMarkerSet.Add("trdun_Crypt_N_Entrance_04 (MysticEntrance)", 273935); DictSNOMarkerSet.Add("trdun_Crypt_N_Entrance_04 (Special Markers)", 81679); DictSNOMarkerSet.Add("trdun_Crypt_N_Entrance_04", 61566); DictSNOMarkerSet.Add("trdun_Crypt_N_Exit_Down_01 (Encounters)", 135067); DictSNOMarkerSet.Add("trdun_Crypt_N_Exit_Down_01 (Loot)", 148996); DictSNOMarkerSet.Add("trdun_Crypt_N_Exit_Down_01 (MysticExit)", 276259); DictSNOMarkerSet.Add("trdun_Crypt_N_Exit_Down_01", 84774); DictSNOMarkerSet.Add("trDun_Crypt_SEW_02 (BrokenCrown)", 92171); DictSNOMarkerSet.Add("trDun_Crypt_SEW_02 (Encounters)", 92167); DictSNOMarkerSet.Add("trDun_Crypt_SEW_02 (Loot)", 102427); DictSNOMarkerSet.Add("trDun_Crypt_SEW_02 (P2_DateDungeon_Event)", 401990); DictSNOMarkerSet.Add("trDun_Crypt_SEW_02", 61125); DictSNOMarkerSet.Add("trDun_Crypt_SE_01 (Date)", 405033); DictSNOMarkerSet.Add("trDun_Crypt_SE_01 (Encounters)", 24326); DictSNOMarkerSet.Add("trDun_Crypt_SE_01 (Loot)", 148987); DictSNOMarkerSet.Add("trDun_Crypt_SE_01", 24327); DictSNOMarkerSet.Add("trDun_Crypt_SE_Hall_01 (Encounters)", 24328); DictSNOMarkerSet.Add("trDun_Crypt_SE_Hall_01 (Lighting)", 134952); DictSNOMarkerSet.Add("trDun_Crypt_SE_Hall_01 (Loot)", 84644); DictSNOMarkerSet.Add("trDun_Crypt_SE_Hall_01", 24329); DictSNOMarkerSet.Add("trDun_Crypt_SE_Hall_01_Markerset_01", 24330); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Entrance_SEW_01 (A1C3)", 74016); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Entrance_SEW_01 (Encounters)", 74017); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Entrance_SEW_01 (Loot)", 84754); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Entrance_SEW_01 (Set Dungeons)", 449459); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Entrance_SEW_01", 74007); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Entrance_SEW_01_Markerset_01", 74018); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Throne (Audio)", 24335); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Throne (Encounters)", 24336); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Throne (Loot)", 141540); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Throne (Special Markers)", 24337); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Throne", 24338); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Throne_B (Special Markers)", 24339); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Throne_B", 24340); DictSNOMarkerSet.Add("trDun_Crypt_Skeletal_Throne_Markers01", 24341); DictSNOMarkerSet.Add("trDun_Crypt_SW_01 (Date)", 405034); DictSNOMarkerSet.Add("trDun_Crypt_SW_01 (Encounters)", 24342); DictSNOMarkerSet.Add("trDun_Crypt_SW_01 (Loot)", 84642); DictSNOMarkerSet.Add("trDun_Crypt_SW_01", 24343); DictSNOMarkerSet.Add("trDun_Crypt_SW_Hall_01 (DateDungeon)", 409272); DictSNOMarkerSet.Add("trDun_Crypt_SW_Hall_01 (Encounters)", 24345); DictSNOMarkerSet.Add("trDun_Crypt_SW_Hall_01 (Loot)", 84636); DictSNOMarkerSet.Add("trDun_Crypt_SW_Hall_01", 24346); DictSNOMarkerSet.Add("trdun_Crypt_S_02 (Loot)", 149020); DictSNOMarkerSet.Add("trdun_Crypt_S_02", 61427); DictSNOMarkerSet.Add("trdun_Crypt_S_DungeonStone_Exit_01 (Ancient Lich Adventure)", 433676); DictSNOMarkerSet.Add("trdun_Crypt_S_DungeonStone_Exit_01 (Encounters)", 175060); DictSNOMarkerSet.Add("trdun_Crypt_S_DungeonStone_Exit_01 (Loot)", 216444); DictSNOMarkerSet.Add("trdun_Crypt_S_DungeonStone_Exit_01 (NoCrown)", 215908); DictSNOMarkerSet.Add("trDun_Crypt_S_Entrance_01 (Crown)", 225949); DictSNOMarkerSet.Add("trDun_Crypt_S_Entrance_01 (Encounters)", 57047); DictSNOMarkerSet.Add("trDun_Crypt_S_Entrance_01 (Loot)", 84671); DictSNOMarkerSet.Add("trDun_Crypt_S_Entrance_01 (MysticEntrance)", 273936); DictSNOMarkerSet.Add("trDun_Crypt_S_Entrance_01 (Special Markers)", 24351); DictSNOMarkerSet.Add("trDun_Crypt_S_Entrance_01", 24352); DictSNOMarkerSet.Add("trdun_Crypt_S_Entrance_02 (Crown)", 225950); DictSNOMarkerSet.Add("trdun_Crypt_S_Entrance_02 (Encounters)", 173252); DictSNOMarkerSet.Add("trdun_Crypt_S_Entrance_02 (Loot)", 135054); DictSNOMarkerSet.Add("trdun_Crypt_S_Entrance_02 (MysticEntrance)", 273937); DictSNOMarkerSet.Add("trdun_Crypt_S_Entrance_02 (Special Markers)", 81682); DictSNOMarkerSet.Add("trdun_Crypt_S_Entrance_02", 61488); DictSNOMarkerSet.Add("trdun_Crypt_S_Exit_Down_01 (Encounters)", 135068); DictSNOMarkerSet.Add("trdun_Crypt_S_Exit_Down_01 (Loot)", 135093); DictSNOMarkerSet.Add("trdun_Crypt_S_Exit_Down_01 (MysticExit)", 276260); DictSNOMarkerSet.Add("trdun_Crypt_S_Exit_Down_01", 84783); DictSNOMarkerSet.Add("trdun_Crypt_W_02 (Encounters)", 178345); DictSNOMarkerSet.Add("trdun_Crypt_W_02 (Loot)", 102428); DictSNOMarkerSet.Add("trdun_Crypt_W_02", 61236); DictSNOMarkerSet.Add("trDun_Crypt_W_Dead_End_01 (Encounters)", 24362); DictSNOMarkerSet.Add("trDun_Crypt_W_Dead_End_01 (Loot)", 141506); DictSNOMarkerSet.Add("trDun_Crypt_W_Dead_End_01", 24363); DictSNOMarkerSet.Add("trDun_Crypt_W_Dead_End_01_Markers01", 24364); DictSNOMarkerSet.Add("trdun_Crypt_W_DungeonStone_Exit_01 (Ancient Lich Adventure)", 433680); DictSNOMarkerSet.Add("trdun_Crypt_W_DungeonStone_Exit_01 (Encounters)", 175062); DictSNOMarkerSet.Add("trdun_Crypt_W_DungeonStone_Exit_01 (Loot)", 215911); DictSNOMarkerSet.Add("trdun_Crypt_W_DungeonStone_Exit_01 (NoCrown)", 215910); DictSNOMarkerSet.Add("trDun_Crypt_W_Entrance_01 (Encounters)", 57922); DictSNOMarkerSet.Add("trDun_Crypt_W_Entrance_01 (Special Markers)", 24365); DictSNOMarkerSet.Add("trDun_Crypt_W_Entrance_01", 24366); DictSNOMarkerSet.Add("trdun_Crypt_W_Entrance_02 (Crown)", 225951); DictSNOMarkerSet.Add("trdun_Crypt_W_Entrance_02 (Encounters)", 173249); DictSNOMarkerSet.Add("trdun_Crypt_W_Entrance_02 (Loot)", 84672); DictSNOMarkerSet.Add("trdun_Crypt_W_Entrance_02 (MysticEntrance)", 273938); DictSNOMarkerSet.Add("trdun_Crypt_W_Entrance_02 (Special Markers)", 81924); DictSNOMarkerSet.Add("trdun_Crypt_W_Entrance_02", 61649); DictSNOMarkerSet.Add("trDun_Crypt_W_Exit_01 (Encounters)", 57046); DictSNOMarkerSet.Add("trDun_Crypt_W_Exit_01 (Special Markers)", 24367); DictSNOMarkerSet.Add("trDun_Crypt_W_Exit_01", 24368); DictSNOMarkerSet.Add("trdun_Crypt_W_Exit_Down_01 (Encounters)", 135070); DictSNOMarkerSet.Add("trdun_Crypt_W_Exit_Down_01 (Loot)", 135084); DictSNOMarkerSet.Add("trdun_Crypt_W_Exit_Down_01 (MysticExit)", 276261); DictSNOMarkerSet.Add("trdun_Crypt_W_Exit_Down_01", 84786); DictSNOMarkerSet.Add("trDun_Crypt_W_Exit_Stranger_01 (Audio)", 180130); DictSNOMarkerSet.Add("trDun_Crypt_W_Exit_Stranger_01 (Encounters)", 117384); DictSNOMarkerSet.Add("trDun_Crypt_W_Exit_Stranger_01 (Environment)", 140550); DictSNOMarkerSet.Add("trDun_Crypt_W_Exit_Stranger_01 (Lighting)", 117033); DictSNOMarkerSet.Add("trDun_Crypt_W_Exit_Stranger_01 (Loot)", 117034); DictSNOMarkerSet.Add("trDun_Crypt_W_Exit_Stranger_01", 117032); DictSNOMarkerSet.Add("trDun_StartScreen (Special Markers)", 24521); DictSNOMarkerSet.Add("trDun_StartScreen", 24522); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_E_01 (Environment)", 80933); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_E_01 (Foliage)", 80932); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_E_01 (loot)", 111885); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_E_01", 80934); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_Filler (Environment)", 80940); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_Filler (Foliage)", 80939); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_Filler", 80941); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_NE_01 (Environment)", 80947); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_NE_01 (Foliage)", 80946); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_NE_01 (Loot)", 111905); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_NE_01", 80948); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_NW_01 (Audio)", 131393); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_NW_01 (Environment)", 80955); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_NW_01 (Foliage)", 80954); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_NW_01 (Loot)", 111919); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_NW_01", 80956); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_N_01 (Environment)", 80965); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_N_01 (Foliage)", 80964); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_N_01 (Loot)", 111906); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_N_01", 80966); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SE_01 (Environment)", 80974); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SE_01 (Foliage)", 80973); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SE_01 (Loot)", 111883); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SE_01", 80975); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SE_02 (Audio)", 229009); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SE_02 (Environment)", 80996); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SE_02 (Foliage)", 80995); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SE_02 (Loot)", 111879); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SE_02", 80997); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SW_01 (Encounters)", 358775); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SW_01 (Environment)", 81024); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SW_01 (Foliage)", 81023); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SW_01 (Loot)", 111914); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SW_01", 81025); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SW_02 (Environment)", 81041); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SW_02 (Foliage)", 81040); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SW_02 (Loot)", 111909); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_SW_02", 81042); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_W_01 (Encounters)", 129629); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_W_01 (Environment)", 81055); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_W_01 (Foliage)", 81054); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_W_01 (Loot)", 111917); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_Edge_W_01", 81056); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_NSEW_01 (Special Markers)", 81144); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_NSEW_01", 81077); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_NSEW_02 (Audio)", 131390); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_NSEW_02 (Encounters)", 83287); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_NSEW_02 (Environment)", 81112); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_NSEW_02 (Foliage)", 81111); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_NSEW_02 (Lighting)", 81549); DictSNOMarkerSet.Add("trOut_FesteringWoods_120_NSEW_02", 81113); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_E_01 (Environment)", 81087); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_E_01 (Foliage)", 81086); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_E_01 (Loot)", 111903); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_E_01", 81088); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_N_01 (Environment)", 81124); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_N_01 (Foliage)", 81123); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_N_01 (Loot)", 111920); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_N_01", 81125); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_W_01 (Encounters)", 358776); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_W_01 (Environment)", 81137); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_W_01 (Foliage)", 81136); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_W_01 (Loot)", 111915); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_W_01 (Swarm)", 89533); DictSNOMarkerSet.Add("trOut_FesteringWoods_Edge_W_01", 81138); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_01 (Ambush)", 110626); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_01 (Environment)", 81150); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_01 (Foliage)", 81149); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_01 (Lighting)", 82324); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_01 (Loot)", 173101); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_01", 81151); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_02 (Environment)", 81157); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_02 (FesteringWoods_Ambush)", 111673); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_02 (Foliage)", 81156); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_02 (Loot)", 353071); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_02", 81158); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_03 (Encounters)", 110685); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_03 (Environment)", 82666); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_03 (Foliage)", 82665); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_03 (Loot)", 111921); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_03", 82667); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_04 (Ambush)", 110624); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_04 (Environment)", 82682); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_04 (Foliage)", 82681); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_04 (Loot)", 353072); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_04 (Swarm)", 87255); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Generic_04", 82683); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceA (Encounters)", 81160); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceA (Environment)", 80040); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceA (Foliage)", 80039); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceA (Lighting)", 80269); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceA (Loot)", 173099); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceA", 80041); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceB (Encounters)", 81161); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceB (Environment)", 80368); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceB (Foliage)", 80367); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceB (Lighting)", 80433); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_NephalemEntranceB", 80369); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Waypoint (Encounters)", 162685); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Waypoint (Environment)", 162680); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Waypoint (Foliage)", 162679); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Waypoint (Lighting)", 162682); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Waypoint (Loot)", 162683); DictSNOMarkerSet.Add("trOut_FesteringWoods_Sub120_Waypoint", 162681); DictSNOMarkerSet.Add("trOut_Fields_Vendor_Curios (Encounters)", 171498); DictSNOMarkerSet.Add("trOut_Fields_Vendor_Curios (Environment)", 122596); DictSNOMarkerSet.Add("trOut_Fields_Vendor_Curios (Foliage)", 122595); DictSNOMarkerSet.Add("trOut_Fields_Vendor_Curios (Lighting)", 122603); DictSNOMarkerSet.Add("trOut_Fields_Vendor_Curios (Loot)", 122604); DictSNOMarkerSet.Add("trOut_Fields_Vendor_Curios (Particles)", 122612); DictSNOMarkerSet.Add("trOut_Fields_Vendor_Curios (VendorCurios)", 171497); DictSNOMarkerSet.Add("trOut_Fields_Vendor_Curios", 122597); DictSNOMarkerSet.Add("trOut_Highlands_Cellar_A (Encounters)", 173441); DictSNOMarkerSet.Add("trOut_Highlands_Cellar_A (Environment)", 173435); DictSNOMarkerSet.Add("trOut_Highlands_Cellar_A (Foliage)", 173434); DictSNOMarkerSet.Add("trOut_Highlands_Cellar_A (Lighting)", 173437); DictSNOMarkerSet.Add("trOut_Highlands_Cellar_A (Loot)", 173438); DictSNOMarkerSet.Add("trOut_Highlands_Cellar_A (Special Markers)", 173444); DictSNOMarkerSet.Add("trOut_Highlands_Cellar_A (Swarm)", 211336); DictSNOMarkerSet.Add("trOut_Highlands_Cellar_A (Vendor_Collector)", 173445); DictSNOMarkerSet.Add("trOut_Highlands_Cellar_A", 173436); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_N01 (Challenge Marker)", 318162); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_N01 (Environment)", 130495); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_N01 (Foliage)", 130492); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_N01 (Goatmen)", 130587); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_N01 (Lighting)", 130517); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_N01 (Loot)", 130518); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_N01", 130496); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_S01 (Corpse Pen)", 229050); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_S01 (Environment)", 130474); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_S01 (Foliage)", 130502); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_S01 (Goatmen)", 130578); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_S01 (Lighting)", 130538); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_S01 (Loot)", 130539); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_S01 (Rare Beast)", 229049); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_S01 (Wasp Ambush)", 229051); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E01_S01", 130501); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_N01 (Encounters)", 130589); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_N01 (Environment)", 130488); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_N01 (Foliage)", 130487); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_N01 (Goatmen)", 130590); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_N01 (Lighting)", 130520); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_N01 (Loot)", 130521); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_N01", 130491); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_S01 (Audio)", 229195); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_S01 (Encounters)", 130580); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_S01 (Environment)", 130494); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_S01 (Foliage)", 130490); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_S01 (Goatmen)", 130581); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_S01 (Lighting)", 130541); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_S01 (Loot)", 130542); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E02_S01", 130498); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_N01 (Challenge Marker)", 318163); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_N01 (Environment)", 130483); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_N01 (Foliage)", 130506); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_N01 (Goatmen)", 130592); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_N01 (Lighting)", 130523); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_N01 (Loot)", 130524); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_N01", 130484); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_S01 (Encounters)", 130583); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_S01 (Environment)", 130482); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_S01 (Foliage)", 130478); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_S01 (Goatmen)", 130584); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_S01 (Lighting)", 130544); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_S01 (Loot)", 130545); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E03_S01", 130486); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_N01 (Challenge Marker)", 318164); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_N01 (Environment)", 130476); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_N01 (Foliage)", 130475); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_N01 (Lighting)", 130526); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_N01 (Loot)", 130527); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_N01", 130479); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_S01 (Challenge Markers)", 317778); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_S01 (Environment)", 130470); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_S01 (Foliage)", 130469); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_S01 (Lighting)", 130547); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_S01 (Loot)", 130548); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E04_S01", 130473); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_N01 (Encounters)", 175903); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_N01 (Environment)", 130471); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_N01 (Foliage)", 130468); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_N01 (Lighting)", 130529); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_N01 (Loot)", 130530); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_N01", 130472); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_S01 (Challenge Markers)", 317779); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_S01 (Encounters)", 176011); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_S01 (Environment)", 130493); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_S01 (Foliage)", 130505); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_S01 (Lighting)", 130550); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_S01 (Loot)", 130551); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_E05_S01", 130481); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_N01 (Challenge Marker)", 318161); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_N01 (Encounters)", 130586); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_N01 (Environment)", 130500); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_N01 (Foliage)", 130499); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_N01 (Lighting)", 130514); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_N01 (Loot)", 130515); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_N01", 130503); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_S01 (Audio)", 183133); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_S01 (Environment)", 130489); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_S01 (Foliage)", 130497); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_S01 (Lighting)", 130535); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_S01 (Loot)", 130536); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W01_S01", 130485); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_N01 (Audio)", 182494); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_N01 (Environment)", 130507); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_N01 (Foliage)", 130504); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_N01 (Lighting)", 130511); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_N01 (Loot)", 130512); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_N01", 130508); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_S01 (Environment)", 130477); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_S01 (Foliage)", 130480); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_S01 (Lighting)", 130532); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_S01 (Loot)", 130533); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_A_W02_S01", 130467); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S01 (Challenge Markers)", 318176); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S01 (Encounters)", 86234); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S01 (Environment)", 77265); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S01 (Foliage)", 77263); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S01 (Loot)", 97194); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S01", 77266); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S02 (Audio)", 182533); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S02 (Challenge Markers)", 318171); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S02 (Encounters)", 116028); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S02 (Environment)", 77270); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S02 (Foliage)", 77267); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S02 (Loot)", 97145); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E06_S02", 77273); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S01 (Encounters)", 77291); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S01 (Environment)", 77279); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S01 (Foliage)", 77258); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S01 (Loot)", 98028); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S01", 77262); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S02 (Challenge Markers)", 318170); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S02 (Encounters)", 79398); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S02 (Environment)", 77261); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S02 (Foliage)", 77260); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S02 (Loot)", 98029); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E07_S02", 77264); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S01 (Encounters)", 80468); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S01 (Environment)", 77254); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S01 (Foliage)", 77253); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S01 (Loot)", 97195); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S01", 77257); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S02 (Challenge Markers)", 318175); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S02 (Encounters)", 94134); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S02 (Environment)", 77255); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S02 (Foliage)", 77252); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S02 (Loot)", 97196); DictSNOMarkerSet.Add("trOut_Highlands_Chokepoint_B_E08_S02", 77259); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S01 (Audio)", 111382); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S01 (Blood)", 105313); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S01 (Encounters)", 95464); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S01 (Environment)", 87760); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S01 (Foliage)", 87758); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S01", 87739); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02 (Audio)", 111387); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02 (Encounters)", 95463); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02 (Environment)", 87746); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02 (Foliage)", 87745); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02 (Lighting)", 105328); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02 (Loot)", 362382); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02 (Monsters)", 238496); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02 (Vendor_Fence)", 106345); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02 (Vendor_Weaponsmith)", 106558); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S02", 87748); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S03 (Encounters)", 95461); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S03 (Environment)", 87756); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S03 (Foliage)", 87753); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S03 (Loot)", 101760); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S03 (Monsters)", 238497); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S03 (Vendor_Fence)", 104568); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S03 (Vendor_Weaponsmith)", 106348); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E01_S03", 87759); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S01 (Encounters)", 90478); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S01 (Environment)", 87755); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S01 (Foliage)", 87754); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S01 (Lighting)", 103867); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S01 (Loot)", 362384); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S01 (Vendor_Weaponsmith)", 106588); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S01", 87757); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S02 (Encounters)", 95465); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S02 (Environment)", 87741); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S02 (Foliage)", 87738); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S02 (Lighting)", 105335); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S02 (Loot)", 362385); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S02 (Weaponsmith)", 106590); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S02", 87742); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S03 (Audio)", 111383); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S03 (Encounters)", 95462); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S03 (Environment)", 87747); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S03 (Foliage)", 87744); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S03 (Loot)", 362383); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S03 (Monsters)", 238498); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S03 (Vendor_Fence)", 106344); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S03 (Vendor_Weaponsmith)", 106346); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E02_S03", 87750); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S02 (Environment)", 87735); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S02 (Foliage)", 87761); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S02", 87737); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Audio)", 229215); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Blood)", 105317); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Disabled)", 177020); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Encounters)", 89601); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Environment)", 87740); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Foliage)", 87736); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Lighting)", 103865); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Loot)", 362381); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Vendor_Fence)", 106343); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03 (Vendor_Weaponsmith)", 106341); DictSNOMarkerSet.Add("trOut_Highlands_DunExterior_A_E03_S03", 87743); DictSNOMarkerSet.Add("trOut_Highlands_EdgeFiller_01 (Environment)", 78559); DictSNOMarkerSet.Add("trOut_Highlands_EdgeFiller_01 (Foliage)", 78558); DictSNOMarkerSet.Add("trOut_Highlands_EdgeFiller_01", 78560); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01 (Audio)", 202427); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01 (Challenge Marker)", 318165); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01 (Chests)", 63234); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01 (Encounters)", 79138); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01 (Environment)", 74136); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01 (Foliage)", 74135); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01 (Loot)", 96708); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01 (Particles)", 79103); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01 (Special Markers)", 79111); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_E_01", 60235); DictSNOMarkerSet.Add("trOut_Highlands_Edge_E_02 (Challenge Markers)", 318182); DictSNOMarkerSet.Add("trOut_Highlands_Edge_E_02 (Encounters)", 80087); DictSNOMarkerSet.Add("trOut_Highlands_Edge_E_02 (Environment)", 80373); DictSNOMarkerSet.Add("trOut_Highlands_Edge_E_02 (Foliage)", 78632); DictSNOMarkerSet.Add("trOut_Highlands_Edge_E_02 (Loot)", 96713); DictSNOMarkerSet.Add("trOut_Highlands_Edge_E_02 (Special Markers)", 99688); DictSNOMarkerSet.Add("trOut_Highlands_Edge_E_02", 78630); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_NE_01 (Challenge Markers)", 318180); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_NE_01 (Chests)", 63235); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_NE_01 (Encounters)", 79991); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_NE_01 (Environment)", 74169); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_NE_01 (Foliage)", 74168); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_NE_01 (Loot)", 96749); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_NE_01", 60257); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_NE_01_AO_1 (Challenge markers)", 317780); DictSNOMarkerSet.Add("trOUT_Highlands_Edge_NE_01_AO_2 (Challenge Markers)", 318169); DictSNOMarkerSet.Add("trOut_Highlands_Edge_N_02 (Challenge Markers)", 318179); DictSNOMarkerSet.Add("trOut_Highlands_Edge_N_02 (Encounters)", 80467); DictSNOMarkerSet.Add("trOut_Highlands_Edge_N_02 (Environment)", 80011); DictSNOMarkerSet.Add("trOut_Highlands_Edge_N_02 (Foliage)", 80010); DictSNOMarkerSet.Add("trOut_Highlands_Edge_N_02 (Loot)", 96748); DictSNOMarkerSet.Add("trOut_Highlands_Edge_N_02 (Special Markers)", 78668); DictSNOMarkerSet.Add("trOut_Highlands_Edge_N_02", 78666); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_N01 (Encounters)", 116044); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_N01 (Environment)", 75343); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_N01 (Foliage)", 75342); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_N01 (Loot)", 98548); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_N01", 75338); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S01 (Encounters)", 157569); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S01 (Environment)", 75345); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S01 (Foliage)", 75341); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S01 (Loot)", 98045); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S01", 75337); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S04 (Challenge Marker)", 317771); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S04 (Environment)", 75787); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S04 (Foliage)", 75786); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S04 (Loot)", 96615); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S04", 75782); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S05 (Environment)", 75788); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S05 (Foliage)", 75785); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E04_S05", 75780); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_N01 (Challenge Markers)", 317781); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_N01 (Environment)", 75339); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_N01 (Foliage)", 75344); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_N01 (Loot)", 293380); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_N01", 75340); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S01 (Environment)", 74848); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S01 (Foliage)", 74847); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S01 (Loot)", 293381); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S01 (Spirit Journey)", 166021); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S01", 74811); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S02 (Encounters)", 176042); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S02 (Environment)", 74830); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S02 (Foliage)", 74829); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S02 (Loot)", 98052); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S02 (Particle)", 167125); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S02", 74832); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S03 (Audio)", 224061); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S03 (Encounters)", 93699); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S03 (Environment)", 74812); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S03 (Foliage)", 74809); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S03 (Loot)", 116047); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S03", 74813); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S04 (Encounters)", 93714); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S04 (Environment)", 74831); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S04 (Foliage)", 74828); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S04 (Loot)", 116018); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E05_S04", 74834); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S01 (Environment)", 74844); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S01 (Foliage)", 74842); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S01", 74845); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S02 (Audio)", 183139); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S02 (Encounters)", 82715); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S02 (Environment)", 74826); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S02 (Foliage)", 74824); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S02 (Loot)", 97814); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S02 (Particle)", 167231); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S02", 74827); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S03 (Audio)", 162294); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S03 (Encounters)", 93630); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S03 (Environment)", 74806); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S03 (Foliage)", 74805); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S03 (Loot)", 116046); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S03 (Particles)", 89898); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S03", 74808); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S04 (Environment)", 74822); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S04 (Foliage)", 74819); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E06_S04", 74825); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S01 (Environment)", 74839); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S01 (Foliage)", 74838); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S01", 74841); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S02 (Encounters)", 75258); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S02 (Environment)", 74821); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S02 (Foliage)", 74820); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S02 (Loot)", 96428); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S02", 74823); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S03 (Encounters)", 74873); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S03 (Environment)", 74850); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S03 (Foliage)", 74846); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S03 (Loot)", 96429); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S03", 74803); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S04 (Environment)", 74817); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S04 (Foliage)", 74814); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E07_S04", 74818); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S01 (Audio)", 162536); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S01 (Encounters)", 74869); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S01 (Environment)", 74835); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S01 (Foliage)", 74833); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S01 (Particles)", 89652); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S01", 74836); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S02 (Audio)", 162524); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S02 (Encounters)", 93640); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S02 (Environment)", 74816); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S02 (Foliage)", 74815); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S02 (Loot)", 116045); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S02 (Particles)", 89648); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S02", 74849); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S03 (Encounters)", 93638); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S03 (Environment)", 74840); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S03 (Foliage)", 74837); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S03 (Loot)", 98054); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S03", 74843); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S04 (Environment)", 74807); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S04 (Foliage)", 74804); DictSNOMarkerSet.Add("trOut_Highlands_Entrance_E08_S04", 74810); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S01 (Environment)", 75471); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S01 (Foliage)", 75470); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S01 (Loot)", 98065); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S01", 74523); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S02 (Encounters)", 177031); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S02 (Environment)", 75462); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S02 (Foliage)", 75460); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S02 (Loot)", 98069); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S02 (Special Markers)", 76674); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S02 (Waypoint)", 445454); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S02", 74526); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S02_Dungeonstone (Encounters)", 356340); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S03 (Environment)", 75466); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S03 (Foliage)", 75463); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E02_S03", 74529); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S01 (Audio)", 182548); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S01 (Environment)", 75468); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S01 (Foliage)", 75467); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S01 (Loot)", 100206); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S01 (Particle)", 167180); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S01", 74532); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S02 (Audio)", 182493); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S02 (Encounters)", 77027); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S02 (Environment)", 75458); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S02 (Foliage)", 75475); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S02 (Loot)", 100205); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S02 (Particle)", 167175); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S02", 74535); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S03 (Audio)", 182549); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S03 (Environment)", 75461); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S03 (Foliage)", 75459); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S03 (Loot)", 116040); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S03 (Particle)", 167168); DictSNOMarkerSet.Add("trOut_Highlands_LeoricManor_E03_S03", 74511); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S01 (Environment)", 76477); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S01 (Foliage)", 76475); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S01 (Lighting)", 78682); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S01", 76449); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S02 (Environment)", 76459); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S02 (Foliage)", 76457); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S02 (Lighting)", 78683); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S02", 76460); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S03 (Environment)", 76473); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S03 (Foliage)", 76470); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S03 (Lighting)", 78684); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E01_S03", 76476); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S01 (Environment)", 76472); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S01 (Foliage)", 76471); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S01 (Lighting)", 78685); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S01", 76474); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S02 (Audio)", 229213); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S02 (Encounters)", 76498); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S02 (Environment)", 76453); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S02 (Foliage)", 76452); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S02 (Lighting)", 78686); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S02 (Loot)", 121336); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S02 (Maghda)", 134316); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S02", 76456); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S03 (Environment)", 76464); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S03 (Foliage)", 76461); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S03 (Lighting)", 78687); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E02_S03", 76467); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S01 (Encounters)", 215359); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S01 (Environment)", 76468); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S01 (Foliage)", 76466); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S01 (Lighting)", 78688); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S01", 76469); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S02 (Audio)", 228441); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S02 (Encounters)", 76491); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S02 (Environment)", 76448); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S02 (Foliage)", 76446); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S02 (Lighting)", 78689); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S02 (Loot)", 121338); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S02", 76450); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S03 (Environment)", 76455); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S03 (Foliage)", 76454); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S03 (Lighting)", 78690); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S03 (Loot)", 121339); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E03_S03", 76458); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E04_S02 (Audio)", 228335); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E04_S02 (Encounters)", 215332); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E04_S02 (Environment)", 76443); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E04_S02 (Foliage)", 76478); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E04_S02 (Lighting)", 78692); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E04_S02 (Loot)", 121337); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E04_S02 (Special Markers)", 76675); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_E04_S02", 76445); DictSNOMarkerSet.Add("trOut_Highlands_ManorInterior_Light (World)", 76524); DictSNOMarkerSet.Add("trOut_Highlands_River_SW_01 (Audio)", 182465); DictSNOMarkerSet.Add("trOut_Highlands_River_SW_01 (Chests)", 63190); DictSNOMarkerSet.Add("trOut_Highlands_River_SW_01 (Environment)", 74716); DictSNOMarkerSet.Add("trOut_Highlands_River_SW_01 (Foliage)", 74715); DictSNOMarkerSet.Add("trOut_Highlands_River_SW_01 (Loot)", 96432); DictSNOMarkerSet.Add("trOut_Highlands_River_SW_01", 51423); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_01 (Challenge Marker)", 317769); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_01 (Encounters)", 79664); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_01 (Environment)", 74155); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_01 (Foliage)", 74154); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_01 (Loot)", 96431); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_01", 24625); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_02 (Audio)", 182496); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_02 (Challenge Marker)", 317770); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_02 (Encounters)", 177487); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_02 (Environment)", 177232); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_02 (Foliage)", 177231); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_02 (Lighting)", 177234); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_02 (Loot)", 177235); DictSNOMarkerSet.Add("trOUT_Highlands_River_S_02", 177233); DictSNOMarkerSet.Add("trOUT_Highlands_River_W_01 (Audio)", 182553); DictSNOMarkerSet.Add("trOUT_Highlands_River_W_01 (Chests)", 74149); DictSNOMarkerSet.Add("trOUT_Highlands_River_W_01 (Encounters)", 79140); DictSNOMarkerSet.Add("trOUT_Highlands_River_W_01 (Environment)", 74146); DictSNOMarkerSet.Add("trOUT_Highlands_River_W_01 (Foliage)", 74145); DictSNOMarkerSet.Add("trOUT_Highlands_River_W_01 (Ghost_Death_of_King)", 102746); DictSNOMarkerSet.Add("trOUT_Highlands_River_W_01 (Loot)", 96617); DictSNOMarkerSet.Add("trOUT_Highlands_River_W_01 (Special Markers)", 81660); DictSNOMarkerSet.Add("trOUT_Highlands_River_W_01", 74147); DictSNOMarkerSet.Add("trOut_Highlands_River_W_02 (Audio)", 182512); DictSNOMarkerSet.Add("trOut_Highlands_River_W_02 (Encounters)", 80084); DictSNOMarkerSet.Add("trOut_Highlands_River_W_02 (Environment)", 79488); DictSNOMarkerSet.Add("trOut_Highlands_River_W_02 (Foliage)", 79487); DictSNOMarkerSet.Add("trOut_Highlands_River_W_02 (Loot)", 96620); DictSNOMarkerSet.Add("trOut_Highlands_River_W_02", 78703); DictSNOMarkerSet.Add("trOut_Highlands_River_W_03 (Challenge Markers)", 318173); DictSNOMarkerSet.Add("trOut_Highlands_River_W_03 (Encounters)", 80085); DictSNOMarkerSet.Add("trOut_Highlands_River_W_03 (Environment)", 79592); DictSNOMarkerSet.Add("trOut_Highlands_River_W_03 (Foliage)", 79591); DictSNOMarkerSet.Add("trOut_Highlands_River_W_03 (Loot)", 96621); DictSNOMarkerSet.Add("trOut_Highlands_River_W_03", 78714); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_01 (Encounters)", 79136); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_01 (Environment)", 76170); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_01 (Foliage)", 76169); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_01 (Loot)", 90065); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_01", 76171); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_02 (Encounters)", 84579); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_02 (Environment)", 83451); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_02 (Foliage)", 83450); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_02 (Loot)", 96622); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_02", 83452); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_03 (Audio)", 224059); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_03 (Encounters)", 84578); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_03 (Environment)", 83393); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_03 (Foliage)", 83392); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_03 (Loot)", 96623); DictSNOMarkerSet.Add("trOut_Highlands_Roads_EW_03", 83394); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_01 (Encounters)", 80901); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_01 (Environment)", 76177); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_01 (Foliage)", 76176); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_01 (Loot)", 96624); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_01", 76178); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_02 (Challenge marker)", 317774); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_02 (Encounters)", 84576); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_02 (Environment)", 83324); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_02 (Foliage)", 83323); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_02 (Loot)", 96626); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NE_02", 83325); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NSEW_01 (Challenge Markers)", 318177); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NSEW_01 (Encounters)", 115946); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NSEW_01 (Environment)", 76184); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NSEW_01 (Foliage)", 76183); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NSEW_01 (Loot)", 98581); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NSEW_01 (Special Markers)", 77118); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NSEW_01", 76185); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_01 (Encounters)", 79137); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_01 (Environment)", 76191); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_01 (Foliage)", 76190); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_01 (Loot)", 96628); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_01", 76192); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_01_AO_1 (Challenge Markers)", 318174); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_02 (Encounters)", 84575); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_02 (Environment)", 83284); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_02 (Foliage)", 83283); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_02 (Loot)", 96629); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_02", 83285); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_03 (Encounters)", 84574); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_03 (Environment)", 83255); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_03 (Foliage)", 83254); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_03 (Loot)", 96633); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NS_03", 83256); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_01 (Encounters)", 80902); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_01 (Environment)", 76198); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_01 (Foliage)", 76197); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_01 (Loot)", 96634); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_01", 76199); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_02 (Encounters)", 84547); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_02 (Environment)", 83126); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_02 (Foliage)", 83125); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_02 (Loot)", 96635); DictSNOMarkerSet.Add("trOut_Highlands_Roads_NW_02", 83127); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_01 (Encounters)", 80903); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_01 (Environment)", 76205); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_01 (Foliage)", 76204); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_01 (Loot)", 96636); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_01", 76206); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_02 (Encounters)", 84526); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_02 (Environment)", 83005); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_02 (Foliage)", 83004); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_02 (Loot)", 96658); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SE_02", 83006); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_01 (Encounters)", 76964); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_01 (Environment)", 76212); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_01 (Foliage)", 76211); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_01 (Loot)", 96659); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_01", 76213); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_02 (Audio)", 229197); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_02 (Encounters)", 84525); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_02 (Environment)", 82759); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_02 (Foliage)", 82758); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_02 (Loot)", 96660); DictSNOMarkerSet.Add("trOut_Highlands_Roads_SW_02", 82760); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatCamp_A (Audio)", 229192); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatCamp_A (DontFenceMeIn)", 194248); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatCamp_A (Encounters)", 79167); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatCamp_A (Environment)", 25029); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatCamp_A (Foliage)", 25030); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatCamp_A (Loot)", 96688); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatCamp_A", 25031); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A (Encounters)", 109928); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A (Environment)", 25032); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A (Foliage)", 25033); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A (Gharbad the Weak)", 81066); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A (Goatman Pyre)", 81442); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A (Loot)", 96689); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A (secrets)", 222246); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A", 25034); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricBattlements_A (CursedChest_KhazraWarband)", 376537); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricBattlements_A (Encounters)", 94048); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricBattlements_A (Environment)", 25018); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricBattlements_A (Foliage)", 25019); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricBattlements_A (Loot)", 116406); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricBattlements_A", 25020); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricRuinedTower_A (Encounters)", 80023); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricRuinedTower_A (Environment)", 25043); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricRuinedTower_A (Foliage)", 25044); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricRuinedTower_A (Loot)", 116405); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricRuinedTower_A (Tower Of Power)", 80117); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricRuinedTower_A", 25045); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricServantHouse (Challenge Marker)", 317777); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricServantHouse (Encounters)", 116125); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricServantHouse (Environment)", 25046); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricServantHouse (Foliage)", 25047); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricServantHouse (Loot)", 116116); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricServantHouse (NoCellar)", 171525); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricServantHouse (Vendor_Collector)", 170529); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_LeoricServantHouse", 25048); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_POI (Special Markers)", 62744); DictSNOMarkerSet.Add("trOut_Highlands_Sub240_POI", 62715); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_A (Encounters)", 82640); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_A (Environment)", 25165); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_A (Foliage)", 25166); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_A (Loot)", 109466); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_A (Special Markers)", 25167); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_A", 1474); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_B (Encounters)", 132993); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_B (Environment)", 132988); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_B (Foliage)", 132987); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_B (Lighting)", 132989); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_B (Loot)", 132990); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_CaveEntrance_B", 132986); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_A (Audio)", 229196); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_A (Challenge marker)", 317776); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_A (Encounters)", 176062); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_A (Environment)", 82620); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_A (Foliage)", 25152); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_A (Loot)", 96695); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_A", 25153); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_B (Environment)", 81888); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_B (Foliage)", 81887); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_B (Game Hunters)", 123921); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_B (Loot)", 96697); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_B", 81889); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_C (Encounters)", 116020); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_C (Environment)", 81755); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_C (Foliage)", 81754); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_C (Loot)", 96698); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_C (Waypoint)", 138542); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_Generic_C", 81756); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_GoatmenSummonMachine (Environment)", 160597); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_GoatmenSummonMachine (Foliage)", 160596); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_GoatmenSummonMachine (Goat Machine)", 160603); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_GoatmenSummonMachine (Lighting)", 160599); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_GoatmenSummonMachine (Loot)", 160600); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_GoatmenSummonMachine", 160598); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MothMound (Encounters)", 108455); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MothMound (Environment)", 108450); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MothMound (Foliage)", 108449); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MothMound (Lighting)", 108452); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MothMound (Loot)", 108453); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MothMound (Woody)", 223527); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MothMound", 108451); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MysticWagon (Encounters)", 123955); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MysticWagon (Environment)", 123948); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MysticWagon (Foliage)", 123947); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MysticWagon (Lighting)", 123950); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MysticWagon (Loot)", 123951); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_MysticWagon", 123949); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_RuinedBuilding (Encounters)", 179675); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_RuinedBuilding (Environment)", 134062); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_RuinedBuilding (Foliage)", 134061); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_RuinedBuilding (Lighting)", 134063); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_RuinedBuilding (Loot)", 134064); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_RuinedBuilding (Particles)", 135294); DictSNOMarkerSet.Add("trOut_Highlands_Sub80_RuinedBuilding", 134060); DictSNOMarkerSet.Add("trOUT_NewTristram (Path Nodes)", 74099); DictSNOMarkerSet.Add("trOut_oldTristram_AdriasCellar (Encounters)", 82707); DictSNOMarkerSet.Add("trOut_oldTristram_AdriasCellar (Environment)", 81964); DictSNOMarkerSet.Add("trOut_oldTristram_AdriasCellar (Foliage)", 81963); DictSNOMarkerSet.Add("trOut_oldTristram_AdriasCellar (lights)", 81903); DictSNOMarkerSet.Add("trOut_oldTristram_AdriasCellar (Loot)", 123663); DictSNOMarkerSet.Add("trOut_oldTristram_AdriasCellar (secrets)", 222678); DictSNOMarkerSet.Add("trOut_oldTristram_AdriasCellar (Special Markers)", 82706); DictSNOMarkerSet.Add("trOut_oldTristram_AdriasCellar (Swarm)", 211337); DictSNOMarkerSet.Add("trOut_oldTristram_AdriasCellar", 81865); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Chest)", 363420); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Encounters)", 81959); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Environment)", 80684); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Foliage)", 80683); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Goblin)", 242219); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Lights)", 80674); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Loot)", 115153); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Special Markers)", 81958); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Swarm)", 211340); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A (Vendor_Collector)", 171219); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_A", 80672); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (Encounters)", 120030); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (Environment)", 118241); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (Foliage)", 118240); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (Lighting)", 118243); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (Loot)", 118244); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (Normal Monsters)", 230699); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (QuillDemonFamily)", 128816); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (Rare Monsters)", 230700); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (Swarm)", 211342); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C (Unique Monsters)", 230701); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_C", 118242); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_D (Encounters)", 120031); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_D (Environment)", 118681); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_D (Foliage)", 118680); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_D (Lighting)", 118683); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_D (Loot)", 118684); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_D (QuillDemonChase)", 128991); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_D (Swarm)", 211346); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_D", 118682); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (CursedChest_DeathCellar)", 365250); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (Encounters)", 120035); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (Environment)", 119159); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (Foliage)", 119158); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (Lighting)", 119161); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (Loot)", 119162); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (particles)", 120339); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (RareMonster)", 230329); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (Swarm)", 211348); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E (ZombieAmbush)", 128794); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_E", 119160); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_F (Audio)", 228673); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_F (Encounters)", 142310); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_F (Environment)", 136309); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_F (Foliage)", 136308); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_F (Lighting)", 136310); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_F (Loot)", 136311); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_F (Particles)", 136453); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_F (Swarm)", 211351); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_F", 136307); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_G (Audio)", 182990); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_G (Encounters)", 167726); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_G (Environment)", 167715); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_G (Foliage)", 167714); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_G (Furniture)", 178280); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_G (Lighting)", 167717); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_G (Loot)", 167718); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_G (Swarm)", 211354); DictSNOMarkerSet.Add("trOut_oldTristram_Cellar_G", 167716); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_A (Audio)", 169230); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_A (Camping Trip)", 156604); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_A (Encounters)", 113970); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_A (Environment)", 103246); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_A (Foliage)", 103245); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_A (Lighting)", 103248); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_A (Particle)", 110384); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_A (Zombie Spawners)", 156605); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_A", 103247); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_B (Audio)", 175312); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_B (Encounters)", 157122); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_B (Environment)", 157055); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_B (Foliage)", 157054); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_B (Lighting)", 157057); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_B (Loot)", 157058); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_B (Particle)", 157129); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_B (Warrivs Last Shipment)", 157470); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Camp_B", 157056); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_A (Encounters)", 113979); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_A (Environment)", 103254); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_A (Foliage)", 103253); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_A (Lighting)", 103256); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_A (Loot)", 122117); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_A (NoEvent)", 156650); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_A (The Descent Event)", 156652); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_A", 103255); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_B (Encounters)", 119894); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_B (Environment)", 103265); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_B (Foliage)", 103264); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_B (Lighting)", 103267); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_B (NoEvent)", 156639); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_B (Scare Zombie Event)", 156638); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Generic_B", 103266); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Well_A (Dungeon)", 158960); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Well_A (Encounters)", 158959); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Well_A (Environment)", 158336); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Well_A (Foliage)", 158335); DictSNOMarkerSet.Add("trOut_oldTristram_Sub80_Well_A", 158337); DictSNOMarkerSet.Add("trOut_oldTristram_TreeCave (Encounters)", 84627); DictSNOMarkerSet.Add("trOut_oldTristram_TreeCave (Environment)", 83414); DictSNOMarkerSet.Add("trOut_oldTristram_TreeCave (Foliage)", 83413); DictSNOMarkerSet.Add("trOut_oldTristram_TreeCave (Lights)", 84519); DictSNOMarkerSet.Add("trOut_oldTristram_TreeCave (Special Markers)", 84624); DictSNOMarkerSet.Add("trOut_oldTristram_TreeCave", 83415); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_N01 (Environment)", 93979); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_N01 (Foliage)", 93978); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_N01 (Lighting)", 93995); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_N01", 93980); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_N02 (Environment)", 93988); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_N02 (Foliage)", 93987); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_N02 (Lighting)", 94001); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_N02", 93968); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S01 (Environment)", 90274); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S01 (Foliage)", 90273); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S01 (Lighting)", 90296); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S01", 90244); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S02 (Audio)", 202992); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S02 (Cellar)", 107019); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S02 (Encounters)", 91361); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S02 (Environment)", 90257); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S02 (Foliage)", 90256); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S02 (Lighting)", 90288); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S02 (Loot)", 91367); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S02 (NoCellar)", 112217); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S02", 90259); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S03 (Audio)", 130840); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S03 (Effects)", 90984); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S03 (Encounters)", 91357); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S03 (Environment)", 90245); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S03 (Foliage)", 90242); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S03 (Lighting)", 90298); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S03 (Loot)", 90987); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S03 (Swarm)", 108007); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S03", 90246); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S04 (Effects)", 90985); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S04 (Encounters)", 91415); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S04 (Environment)", 90258); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S04 (Foliage)", 90255); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S04 (Lighting)", 90282); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S04 (Loot)", 90986); DictSNOMarkerSet.Add("trOut_Old_Tristram_E01_S04", 90261); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N01 (Audio)", 95681); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N01 (Encounters)", 94184); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N01 (Environment)", 93976); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N01 (Foliage)", 93975); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N01 (Lighting)", 93993); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N01 (Loot)", 186765); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N01 (p43_AD)", 453647); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N01", 93977); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N02 (Environment)", 93985); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N02 (Foliage)", 93984); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N02 (Lighting)", 93999); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_N02", 93986); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01 (Audio)", 147088); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01 (Encounters)", 105386); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01 (Environment)", 90271); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01 (Foliage)", 90269); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01 (Lighting)", 90294); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01 (Portal Tree)", 112087); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01 (Set Dungeons)", 449543); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01 (Swarm)", 108034); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01 (Zombie Tree)", 112086); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S01", 90272); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Audio)", 169480); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Cellar)", 107049); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Effects)", 90983); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Encounters)", 91399); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Environment)", 90192); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Foliage)", 90191); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Lighting)", 90197); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Loot)", 91368); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (NoCellar)", 112215); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (p43_AD)", 453644); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Set Dungeons)", 446985); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02 (Swarm)", 108008); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S02", 90185); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (Audio)", 138321); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (Cellar)", 107020); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (Encounters)", 91336); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (Environment)", 90194); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (Foliage)", 90190); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (Lighting)", 90199); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (Loot)", 91365); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (NoCellar)", 112219); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (p43_AD)", 453645); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (Particles)", 111675); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03 (Swarm)", 107989); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S03", 90183); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S04 (Audio)", 130866); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S04 (Encounters)", 91398); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S04 (Environment)", 90253); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S04 (Foliage)", 90252); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S04 (Lighting)", 90280); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S04 (Loot)", 91364); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S04 (Particles)", 109510); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S04 (Swarm)", 107984); DictSNOMarkerSet.Add("trOut_Old_Tristram_E02_S04", 90254); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N01 (Audio)", 96092); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N01 (Encounters)", 95694); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N01 (Environment)", 93973); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N01 (Foliage)", 93972); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N01 (Lighting)", 93991); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N01", 93974); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N02 (Black Mushroom)", 230777); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N02 (Environment)", 93982); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N02 (Foliage)", 93981); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N02 (Lighting)", 93997); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N02 (Loot)", 186768); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_N02", 93983); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S01 (Audio)", 97000); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S01 (Encounter)", 91046); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S01 (Environment)", 90266); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S01 (Foliage)", 90265); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S01 (Lighting)", 90292); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S01 (Loot)", 176044); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S01 (p43_AD)", 453646); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S01", 90268); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S02 (Anvil of Fury)", 157442); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S02 (Encounters)", 91047); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S02 (Environment)", 90188); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S02 (Foliage)", 90193); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S02 (Lighting)", 90195); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S02 (Loot)", 91369); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S02 (p43_AD)", 453643); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S02 (Swarm)", 108010); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S02", 90189); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S03 (Encounters)", 91360); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S03 (Environment)", 90186); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S03 (Foliage)", 90184); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S03 (Lighting)", 90201); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S03 (Loot)", 91366); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S03 (p43_AD)", 453642); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S03 (Particles)", 176566); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S03 (Swarm)", 107995); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S03", 90187); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (Audio)", 130838); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (Cellar)", 107021); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (Encounters)", 91063); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (Environment)", 90250); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (Foliage)", 90247); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (Lighting)", 90278); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (Loot)", 91362); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (NoCellar)", 112220); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (Particles)", 110594); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04 (Swarm)", 107975); DictSNOMarkerSet.Add("trOut_Old_Tristram_E03_S04", 90251); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_N01 (Environment)", 93970); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_N01 (Foliage)", 93969); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_N01 (Lighting)", 93989); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_N01", 93971); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S01 (Audio)", 176364); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S01 (Environment)", 90262); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S01 (Foliage)", 90260); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S01 (Lighting)", 90290); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S01", 90263); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S02 (Environment)", 90249); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S02 (Foliage)", 90248); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S02 (Lighting)", 90286); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S02", 90275); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S03 (Environment)", 90267); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S03 (Foliage)", 90264); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S03 (Lighting)", 90284); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S03", 90270); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S04 (Environment)", 90241); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S04 (Foliage)", 90240); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S04 (Lighting)", 90276); DictSNOMarkerSet.Add("trOut_Old_Tristram_E04_S04", 90243); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseA_x01_y01 (A1C5Scavenger)", 24971); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseA_x01_y01 (Encounters)", 77538); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseA_x01_y01 (Environment)", 24972); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseA_x01_y01 (Foliage)", 24973); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseA_x01_y01 (Loot)", 115612); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseA_x01_y01 (Particles)", 63891); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseA_x01_y01", 24974); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseB_x01_y01 (Encounters)", 24975); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseB_x01_y01 (Environment)", 62581); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseB_x01_y01 (FlyerAmbush)", 60150); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseB_x01_y01 (Foliage)", 24976); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseB_x01_y01 (Loot)", 115642); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseB_x01_y01 (Particles)", 24977); DictSNOMarkerSet.Add("trOut_Sub240x240_FarmHouseB_x01_y01", 1464); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsGraveyardA (Encounters)", 100752); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsGraveyardA (Environment)", 71082); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsGraveyardA (Foliage)", 71083); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsGraveyardA (Particles)", 121422); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsGraveyardA", 63692); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsPondA_x01_y01 (Audio)", 143418); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsPondA_x01_y01 (Encounters)", 353020); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsPondA_x01_y01 (Environment)", 62589); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsPondA_x01_y01 (Foliage)", 24993); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsPondA_x01_y01 (Loot)", 115643); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsPondA_x01_y01 (Particles)", 120870); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsPondA_x01_y01", 24994); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsTreeGroveB_x01_y01 (CursedChest_FleshpitGrove)", 364595); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsTreeGroveB_x01_y01 (Encounters)", 77362); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsTreeGroveB_x01_y01 (Environment)", 62452); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsTreeGroveB_x01_y01 (Foliage)", 25000); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsTreeGroveB_x01_y01 (Loot)", 115513); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsTreeGroveB_x01_y01 (TheOldMan)", 129321); DictSNOMarkerSet.Add("trOut_Sub240x240_FieldsTreeGroveB_x01_y01", 25001); DictSNOMarkerSet.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01 (Encounters)", 80465); DictSNOMarkerSet.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01 (Environment)", 25004); DictSNOMarkerSet.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01 (Foliage)", 25005); DictSNOMarkerSet.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01 (Goatmen Chanting)", 176589); DictSNOMarkerSet.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01 (Lighting)", 190466); DictSNOMarkerSet.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01 (Loot)", 116958); DictSNOMarkerSet.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01 (Particles)", 116094); DictSNOMarkerSet.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01", 25006); DictSNOMarkerSet.Add("trOut_Sub240_Fields_CellarA (Encounters)", 73809); DictSNOMarkerSet.Add("trOut_Sub240_Fields_CellarA (Environment)", 61492); DictSNOMarkerSet.Add("trOut_Sub240_Fields_CellarA (lights)", 85089); DictSNOMarkerSet.Add("trOut_Sub240_Fields_CellarA (Particles)", 116636); DictSNOMarkerSet.Add("trOut_Sub240_Fields_CellarA (Special Markers)", 62708); DictSNOMarkerSet.Add("trOut_Sub240_Fields_CellarA (Swarm)", 211358); DictSNOMarkerSet.Add("trOut_Sub240_Fields_CellarA", 61491); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_A_x01_y01 (Encounters)", 72533); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_A_x01_y01 (Foliage)", 25101); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_A_x01_y01 (Goatman Ambush)", 123636); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_A_x01_y01 (Loot)", 121375); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_A_x01_y01 (Particles)", 25102); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_A_x01_y01", 25103); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_C_x01_y01 (Encounters)", 138423); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_C_x01_y01 (Environment)", 71390); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_C_x01_y01 (Foliage)", 25107); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_C_x01_y01 (Particles)", 25108); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsCamp_C_x01_y01", 25109); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsFleshPitFlyerDen_A_x01_y01 (Encounters)", 78989); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsFleshPitFlyerDen_A_x01_y01 (Environment)", 71515); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsFleshPitFlyerDen_A_x01_y01 (Foliage)", 25114); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsFleshPitFlyerDen_A_x01_y01 (Particles)", 25115); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsFleshPitFlyerDen_A_x01_y01", 25116); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsHouseA_x01_y01 (Environment)", 71609); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsHouseA_x01_y01 (Foliage)", 25117); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsHouseA_x01_y01 (Particles)", 119829); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsHouseA_x01_y01 (Vendor_Curios)", 107416); DictSNOMarkerSet.Add("trOut_Sub80x80_FieldsHouseA_x01_y01", 25118); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntranceC (Encounters)", 119879); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntranceC (Environment)", 118191); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntranceC (Foliage)", 118190); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntranceC (Lighting)", 118193); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntranceC (Loot)", 118194); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntranceC", 118192); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntrance_A (Cave1)", 59547); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntrance_A (Encounters)", 72688); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntrance_A (Environment)", 72093); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntrance_A (Foliage)", 72094); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntrance_A (LootRuns)", 333195); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntrance_A", 72092); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntrance_B (Foliage)", 56833); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntrance_B (ScavengerDen)", 81663); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_CaveEntrance_B", 56831); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_Waypoint_A (Encounters)", 179668); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_Waypoint_A (Environment)", 178829); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_Waypoint_A (Foliage)", 178828); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_Waypoint_A (Lighting)", 178830); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_Waypoint_A (Loot)", 178831); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_Waypoint_A", 178827); DictSNOMarkerSet.Add("trOut_Sub80x80_Fields_Waypoint_A_TotallyNotACowLevel (Encounters)", 434656); DictSNOMarkerSet.Add("trOut_TinkersRoom (Audio)", 181875); DictSNOMarkerSet.Add("trOut_TinkersRoom (Corpse House)", 199389); DictSNOMarkerSet.Add("trOut_TinkersRoom (Environment)", 104420); DictSNOMarkerSet.Add("trOut_TinkersRoom (Foliage)", 104419); DictSNOMarkerSet.Add("trOut_TinkersRoom (Lighting)", 104422); DictSNOMarkerSet.Add("trOut_TinkersRoom (Particles)", 117021); DictSNOMarkerSet.Add("trOut_TinkersRoom (Special Markers)", 104480); DictSNOMarkerSet.Add("trOut_TinkersRoom (Vendor_Tinker)", 104479); DictSNOMarkerSet.Add("trOut_TinkersRoom", 104421); DictSNOMarkerSet.Add("trOut_Town (World)", 81145); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S13 (Environment)", 87881); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S13 (Foliage)", 87880); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S13", 87879); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S14 (Environment)", 76058); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S14 (Foliage)", 76057); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S14", 75964); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S15 (Environment)", 76046); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S15 (Foliage)", 76045); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S15", 75969); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S16 (Environment)", 76056); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S16 (Foliage)", 76053); DictSNOMarkerSet.Add("trOut_TownAttack_E07_S16", 75974); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S13 (Audio)", 166248); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S13 (Encounters)", 88010); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S13 (Environment)", 84735); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S13 (Foliage)", 84733); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S13 (Lighting)", 152317); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S13 (Loot)", 115786); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S13 (Particles)", 100057); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S13 (VendorAlchemist)", 105744); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S13", 84729); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S14 (Audio)", 183010); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S14 (Effects)", 89608); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S14 (Encounters)", 79642); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S14 (Environment)", 76055); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S14 (Foliage)", 76054); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S14 (Loot)", 115785); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S14 (Particles)", 99776); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S14 (Special Markers)", 79643); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S14", 75979); DictSNOMarkerSet.Add("trOUT_TownAttack_E08_S15 (Encounters)", 76065); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S15 (Environment)", 76042); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S15 (Foliage)", 76041); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S15", 75984); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S16 (Environment)", 76050); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S16 (Foliage)", 76047); DictSNOMarkerSet.Add("trOut_TownAttack_E08_S16", 75989); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S13 (Environment)", 84728); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S13 (Foliage)", 84736); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S13", 84732); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S14 (Audio)", 166189); DictSNOMarkerSet.Add("trOUT_TownAttack_E09_S14 (Encounters)", 76064); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S14 (Environment)", 76052); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S14 (Foliage)", 76051); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S14 (Loot)", 115784); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S14 (Particles)", 100113); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S14", 75994); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S15 (Audio)", 183013); DictSNOMarkerSet.Add("trOUT_TownAttack_E09_S15 (Encounters)", 76061); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S15 (Environment)", 76040); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S15 (Foliage)", 76038); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S15 (Loot)", 115783); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S15 (Particles)", 99213); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S15 (Set Dungeons)", 446967); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S15", 75999); DictSNOMarkerSet.Add("trOUT_TownAttack_E09_S16 (Encounters)", 76060); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S16 (Environment)", 76044); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S16 (Foliage)", 76043); DictSNOMarkerSet.Add("trOut_TownAttack_E09_S16", 76004); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S13 (Environment)", 84731); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S13 (Foliage)", 84730); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S13", 84734); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S14 (Audio)", 183060); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S14 (Encounters)", 84802); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S14 (Environment)", 76049); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S14 (Foliage)", 76048); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S14", 76009); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S15 (Audio)", 183048); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S15 (Encounters)", 99891); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S15 (Environment)", 76036); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S15 (Foliage)", 76059); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S15 (Loot)", 115782); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S15 (Particles)", 98812); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S15", 76014); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S16 (Environment)", 76039); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S16 (Foliage)", 76037); DictSNOMarkerSet.Add("trOut_TownAttack_E10_S16", 75959); DictSNOMarkerSet.Add("trOut_TownAttack_E11_S14 (Environment)", 84715); DictSNOMarkerSet.Add("trOut_TownAttack_E11_S14 (Foliage)", 84712); DictSNOMarkerSet.Add("trOut_TownAttack_E11_S14", 84716); DictSNOMarkerSet.Add("trOut_TownAttack_E11_S15 (Environment)", 84713); DictSNOMarkerSet.Add("trOut_TownAttack_E11_S15 (Foliage)", 84711); DictSNOMarkerSet.Add("trOut_TownAttack_E11_S15", 84714); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_NW_01 (Audio)", 181980); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_NW_01 (Encounters)", 62903); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_NW_01 (Environment)", 51427); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_NW_01 (Foliage)", 51428); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_NW_01 (Loot)", 62807); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_NW_01", 25181); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01 (Encounters)", 62905); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01 (Environment)", 51431); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01 (Foliage)", 51432); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01 (Loot)", 62812); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01 (LootRunDoor)", 347739); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01 (NoTinker)", 118320); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01 (Particles)", 60094); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01 (ScavengerTinkerAmbush)", 199327); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01 (Tinker)", 102413); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_N_01", 25183); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_01 (Audio)", 181979); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_01 (Encounters)", 62861); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_01 (Environment)", 60795); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_01 (Foliage)", 60793); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_01 (Loot)", 62781); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_01", 25184); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_02 (Encounters)", 62883); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_02 (Environment)", 61754); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_02 (Foliage)", 61753); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_02 (Interactives)", 121320); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_02 (Loot)", 62777); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_02 (Special Markers)", 58849); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SE_02", 25185); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_01 (Encounters)", 62900); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_01 (Environment)", 51433); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_01 (Foliage)", 51434); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_01 (Loot)", 62797); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_01", 25186); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_02 (Audio)", 181969); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_02 (CursedChest_CultistLegion)", 377803); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_02 (Encounters)", 62892); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_02 (Environment)", 51435); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_02 (Foliage)", 1475); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_02 (Interactives)", 121321); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_02 (Loot)", 62805); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_SW_02", 25187); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_S_01 (Audio)", 181978); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_S_01 (Encounters)", 62868); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_S_01 (Environment)", 51436); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_S_01 (Foliage)", 25188); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_S_01 (Loot)", 62783); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_S_01", 25189); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_W_01 (Encounters)", 62902); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_W_01 (Environment)", 25190); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_W_01 (Foliage)", 25191); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_W_01 (Loot)", 62806); DictSNOMarkerSet.Add("trOut_TristramFields_Edge_W_01", 25192); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S01 (Audio)", 130032); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S01 (Encounters)", 56970); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S01 (Environment)", 62702); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S01 (Foliage)", 62698); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S01 (Lighting)", 93626); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S01 (Loot)", 115554); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S01 (Special Markers)", 56594); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S01", 56592); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S02 (Environment)", 62700); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S02 (Foliage)", 62699); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S02 (Loot)", 114824); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S02", 62696); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S03 (Audio)", 204122); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S03 (Environment)", 123074); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S03 (Foliage)", 123073); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S03 (Lighting)", 123077); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S03 (Loot)", 123078); DictSNOMarkerSet.Add("trOut_TristramFields_EntranceA_E01_S03", 123075); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_N01 (Encounters)", 111452); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_N01 (Environment)", 79213); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_N01 (Foliage)", 79212); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_N01 (Loot)", 173092); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_N01", 79210); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S01 (Audio)", 131503); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S01 (Encounters)", 60674); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S01 (Environment)", 58977); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S01 (Foliage)", 58978); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S01 (Particles)", 173446); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S01 (Special Markers)", 60621); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S01", 58968); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S02 (Audio)", 130641); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S02 (Effects)", 121702); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S02 (Encounters)", 60711); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S02 (Environment)", 60706); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S02 (Foliage)", 60707); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S02 (NephGate)", 61502); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S02 (Particles)", 173429); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S02 (Special Markers)", 60710); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S02", 60694); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S03 (Encounters)", 147430); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S03 (Environment)", 78209); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S03 (Foliage)", 78208); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S03 (Loot)", 115626); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E01_S03", 78210); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_N01 (Audio)", 131394); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_N01 (Encounters)", 111204); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_N01 (Environment)", 79215); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_N01 (Foliage)", 79214); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_N01 (Loot)", 111766); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_N01", 79211); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S01 (Audio)", 131387); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S01 (Encounters)", 59954); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S01 (Environment)", 58975); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S01 (Foliage)", 58976); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S01 (Loot)", 111762); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S01 (Particle)", 173465); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S01", 58973); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S02 (Audio)", 130576); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S02 (Encounters)", 60719); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S02 (Environment)", 60708); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S02 (Foliage)", 60709); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S02 (Loot)", 115631); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S02 (MOVE ME INTO ENCOUNTERS)", 76870); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S02 (Particles)", 173466); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S02", 60699); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03 (AdventureMode_Nigel)", 364954); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03 (After Scoundrel Quest)", 178956); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03 (Audio)", 130180); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03 (CursedChest_CultistLegion)", 364625); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03 (Encounters)", 78213); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03 (Environment)", 78206); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03 (Foliage)", 78205); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03 (Loot)", 115628); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03 (Particles)", 146661); DictSNOMarkerSet.Add("trOut_TristramFields_ExitA_E02_S03", 78207); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_03 (Encounters)", 62916); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_03 (Environment)", 61732); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_03 (Foliage)", 61731); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_03 (Loot)", 62809); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_03 (Special Markers)", 59458); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_03", 59059); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_04 (CursedChest_CultistLegion)", 377804); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_04 (Encounters)", 62917); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_04 (Environment)", 62097); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_04 (Foliage)", 62096); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_04 (Loot)", 62810); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_04 (Special Markers)", 59461); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_04", 59092); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_05 (Encounters)", 62927); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_05 (Environment)", 62270); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_05 (Foliage)", 62269); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_05 (Loot)", 62813); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_05 (Special Markers)", 59459); DictSNOMarkerSet.Add("trOut_TristramFields_NSEW_05", 59101); DictSNOMarkerSet.Add("trOut_TristramFields_River_EW_03 (Audio)", 130117); DictSNOMarkerSet.Add("trOut_TristramFields_River_EW_03 (Encounters)", 67006); DictSNOMarkerSet.Add("trOut_TristramFields_River_EW_03 (Environment)", 51440); DictSNOMarkerSet.Add("trOut_TristramFields_River_EW_03 (Foliage)", 51441); DictSNOMarkerSet.Add("trOut_TristramFields_River_EW_03 (Loot)", 62775); DictSNOMarkerSet.Add("trOut_TristramFields_River_EW_03", 25195); DictSNOMarkerSet.Add("trOut_TristramFields_River_NE_02 (Audio)", 130152); DictSNOMarkerSet.Add("trOut_TristramFields_River_NE_02 (Encounters)", 61095); DictSNOMarkerSet.Add("trOut_TristramFields_River_NE_02 (Environment)", 51442); DictSNOMarkerSet.Add("trOut_TristramFields_River_NE_02 (Foliage)", 51443); DictSNOMarkerSet.Add("trOut_TristramFields_River_NE_02 (Loot)", 62787); DictSNOMarkerSet.Add("trOut_TristramFields_River_NE_02 (Particles)", 60567); DictSNOMarkerSet.Add("trOut_TristramFields_River_NE_02", 25197); DictSNOMarkerSet.Add("trOut_TristramFields_River_SW_02 (Audio)", 130179); DictSNOMarkerSet.Add("trOut_TristramFields_River_SW_02 (CursedChest_CultistLegion)", 377794); DictSNOMarkerSet.Add("trOut_TristramFields_River_SW_02 (Encounters)", 62090); DictSNOMarkerSet.Add("trOut_TristramFields_River_SW_02 (Environment)", 51452); DictSNOMarkerSet.Add("trOut_TristramFields_River_SW_02 (Foliage)", 51453); DictSNOMarkerSet.Add("trOut_TristramFields_River_SW_02 (Loot)", 62820); DictSNOMarkerSet.Add("trOut_TristramFields_River_SW_02", 51454); DictSNOMarkerSet.Add("trOut_TristramFields_Sub240_POI_01 (Audio)", 143417); DictSNOMarkerSet.Add("trOut_TristramFields_Sub240_POI_01 (Encounters)", 78979); DictSNOMarkerSet.Add("trOut_TristramFields_Sub240_POI_01 (Special Markers)", 59517); DictSNOMarkerSet.Add("trOut_TristramFields_Sub240_POI_01", 59104); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_PuppyLove (Encounters)", 80303); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_PuppyLove (Environment)", 80300); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_PuppyLove (Foliage)", 80299); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_PuppyLove (PuppyLove)", 165795); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_PuppyLove", 80301); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_RoadsideAssistance (Encounters)", 81193); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_RoadsideAssistance (Environment)", 81190); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_RoadsideAssistance (Foliage)", 81189); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_RoadsideAssistance (RoadSideAssistance)", 165796); DictSNOMarkerSet.Add("trOut_TristramFields_Sub80_RoadsideAssistance", 81191); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse (Audio)", 169194); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse (Encounters)", 130707); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse (Environment)", 130082); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse (Foliage)", 130081); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse (Lighting)", 130083); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse (Loot)", 130084); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse (Lore)", 130864); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse", 130080); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse_Event (Audio)", 174484); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse_Event (Encounters)", 174485); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse_Event (Loot)", 174489); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse_Event (Special Markers)", 174488); DictSNOMarkerSet.Add("trOut_Tristram_CainsHouse_Event", 174483); DictSNOMarkerSet.Add("trOut_Tristram_E08_S14 (A1C4)", 24800); DictSNOMarkerSet.Add("trOut_Tristram_E08_S14 (A1C5)", 58812); DictSNOMarkerSet.Add("trOut_Tristram_E08_S14 (Encounters)", 73462); DictSNOMarkerSet.Add("trOut_Tristram_E08_S14 (Environment)", 24801); DictSNOMarkerSet.Add("trOut_Tristram_E08_S14 (Foliage)", 24802); DictSNOMarkerSet.Add("trOut_Tristram_E08_S14 (Lighting)", 91303); DictSNOMarkerSet.Add("trOut_Tristram_E08_S14 (Loot)", 86775); DictSNOMarkerSet.Add("trOut_Tristram_E08_S14", 24803); DictSNOMarkerSet.Add("trOut_Tristram_E08_S15 (Audio)", 93129); DictSNOMarkerSet.Add("trOut_Tristram_E08_S15 (Encounters)", 73472); DictSNOMarkerSet.Add("trOut_Tristram_E08_S15 (Environment)", 24804); DictSNOMarkerSet.Add("trOut_Tristram_E08_S15 (Foliage)", 24805); DictSNOMarkerSet.Add("trOut_Tristram_E08_S15 (Lighting)", 91306); DictSNOMarkerSet.Add("trOut_Tristram_E08_S15 (Loot)", 114837); DictSNOMarkerSet.Add("trOut_Tristram_E08_S15 (Open World Waypoint)", 388272); DictSNOMarkerSet.Add("trOut_Tristram_E08_S15", 24806); DictSNOMarkerSet.Add("trOut_Tristram_E08_S15_MB313 (Encounters)", 476763); DictSNOMarkerSet.Add("trOut_Tristram_E09_S14 (Encounters)", 74912); DictSNOMarkerSet.Add("trOut_Tristram_E09_S14 (Environment)", 24822); DictSNOMarkerSet.Add("trOut_Tristram_E09_S14 (Foliage)", 24823); DictSNOMarkerSet.Add("trOut_Tristram_E09_S14 (Lighting)", 91226); DictSNOMarkerSet.Add("trOut_Tristram_E09_S14", 24824); DictSNOMarkerSet.Add("trOut_Tristram_E09_S14_MB313 (Encounters)", 476760); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15 (Audio)", 228649); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15 (Encounters)", 61533); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15 (Environment)", 1456); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15 (Foliage)", 24826); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15 (Lighting)", 91225); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15 (Special Markers)", 79491); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15 (Wardrobe)", 435372); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15", 24827); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15_MB313 (Encounters)", 476759); DictSNOMarkerSet.Add("trOut_Tristram_E09_S15_MB313 (Monsters BC)", 477070); DictSNOMarkerSet.Add("trOut_Tristram_E09_S16 (Audio)", 92958); DictSNOMarkerSet.Add("trOut_Tristram_E09_S16 (Encounters)", 72561); DictSNOMarkerSet.Add("trOut_Tristram_E09_S16 (Environment)", 24828); DictSNOMarkerSet.Add("trOut_Tristram_E09_S16 (Foliage)", 24829); DictSNOMarkerSet.Add("trOut_Tristram_E09_S16 (Lightmap)", 91230); DictSNOMarkerSet.Add("trOut_Tristram_E09_S16 (Particles)", 169819); DictSNOMarkerSet.Add("trOut_Tristram_E09_S16", 24830); DictSNOMarkerSet.Add("trOut_Tristram_E09_S16_MB313 (Encounters)", 476764); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14 (Audio)", 91208); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14 (Bug Patch)", 415552); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14 (Encounters)", 24846); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14 (Environment)", 24847); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14 (Foliage)", 24848); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14 (Lighting)", 122928); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14 (Particles)", 96400); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14 (Quest Object)", 178439); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14 (Swarm)", 120970); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14", 24850); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14_MB313 (Encounters)", 476756); DictSNOMarkerSet.Add("trOut_Tristram_E10_S14_MB313 (Monsters BC)", 477068); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Audio)", 168926); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Book of Cain)", 379860); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Encounters)", 56275); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Environment)", 24853); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Foliage)", 24854); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Lighting)", 91204); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Loot)", 101193); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Mailbox)", 341882); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Mayors Cart Normal)", 227175); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (No Uber Boss Event)", 258383); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Open World Portal Entrance)", 333201); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Open World Portal Exit)", 333202); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Open World)", 333842); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (OpenWorld Waypoint)", 357046); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Particles)", 113815); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Quest Props)", 178432); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Special Markers)", 24855); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (StoryMode Waypoint)", 357047); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Tristram Save Point)", 188780); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15 (Uber Boss Event)", 258021); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15", 24857); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15_MB313 (Encounters)", 476674); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15_MB313 (Monsters BC)", 477069); DictSNOMarkerSet.Add("trOut_Tristram_E10_S15_MB313 (No Uber Boss Event)", 476676); DictSNOMarkerSet.Add("trOut_Tristram_E10_S16 (Audio)", 168881); DictSNOMarkerSet.Add("trOut_Tristram_E10_S16 (Encounters)", 76292); DictSNOMarkerSet.Add("trOut_Tristram_E10_S16 (Environment)", 24858); DictSNOMarkerSet.Add("trOut_Tristram_E10_S16 (Foliage)", 24859); DictSNOMarkerSet.Add("trOut_Tristram_E10_S16 (Lighting)", 91193); DictSNOMarkerSet.Add("trOut_Tristram_E10_S16 (Loot)", 101194); DictSNOMarkerSet.Add("trOut_Tristram_E10_S16 (Set Dungeons)", 447274); DictSNOMarkerSet.Add("trOut_Tristram_E10_S16", 24861); DictSNOMarkerSet.Add("trOut_Tristram_E10_S16_MB313 (Encounters)", 476673); DictSNOMarkerSet.Add("trOut_Tristram_E11_S14 (A1C1)", 57017); DictSNOMarkerSet.Add("trOut_Tristram_E11_S14 (A1C5)", 57991); DictSNOMarkerSet.Add("trOut_Tristram_E11_S14 (Environment)", 24882); DictSNOMarkerSet.Add("trOut_Tristram_E11_S14 (Foliage)", 1459); DictSNOMarkerSet.Add("trOut_Tristram_E11_S14", 24883); DictSNOMarkerSet.Add("trOut_Tristram_E11_S15 (A1C1)", 59694); DictSNOMarkerSet.Add("trOut_Tristram_E11_S15 (A1C5)", 58947); DictSNOMarkerSet.Add("trOut_Tristram_E11_S15 (Encounters)", 76290); DictSNOMarkerSet.Add("trOut_Tristram_E11_S15 (Environment)", 24884); DictSNOMarkerSet.Add("trOut_Tristram_E11_S15 (Foliage)", 24885); DictSNOMarkerSet.Add("trOut_Tristram_E11_S15", 24886); DictSNOMarkerSet.Add("trOut_Tristram_E11_S16 (Environment)", 76153); DictSNOMarkerSet.Add("trOut_Tristram_E11_S16 (Foliage)", 76152); DictSNOMarkerSet.Add("trOut_Tristram_E11_S16", 24887); DictSNOMarkerSet.Add("trOut_Tristram_Inn (Audio)", 169192); DictSNOMarkerSet.Add("trOut_Tristram_Inn (Encounters)", 109452); DictSNOMarkerSet.Add("trOut_Tristram_Inn (Environment)", 109355); DictSNOMarkerSet.Add("trOut_Tristram_Inn (Foliage)", 109354); DictSNOMarkerSet.Add("trOut_Tristram_Inn (Lighting)", 109357); DictSNOMarkerSet.Add("trOut_Tristram_Inn (Loot)", 109358); DictSNOMarkerSet.Add("trOut_Tristram_Inn (Particle)", 115545); DictSNOMarkerSet.Add("trOut_Tristram_Inn (Quest Props)", 178420); DictSNOMarkerSet.Add("trOut_Tristram_Inn", 109356); DictSNOMarkerSet.Add("trOut_Tristram_LeahsRoom (Audio)", 169193); DictSNOMarkerSet.Add("trOut_Tristram_LeahsRoom (Encounters)", 96336); DictSNOMarkerSet.Add("trOut_Tristram_LeahsRoom (Environment)", 96332); DictSNOMarkerSet.Add("trOut_Tristram_LeahsRoom (Foliage)", 96331); DictSNOMarkerSet.Add("trOut_Tristram_LeahsRoom (Leah)", 107453); DictSNOMarkerSet.Add("trOut_Tristram_LeahsRoom (Lighting)", 96334); DictSNOMarkerSet.Add("trOut_Tristram_LeahsRoom", 96333); DictSNOMarkerSet.Add("trOut_WaypointA_Subscene", 25841); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_E_01 (Encounters)", 79127); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_E_01 (Environment)", 75281); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_E_01 (Foliage)", 75280); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_E_01 (Interactives)", 122621); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_E_01 (Lighting)", 93622); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_E_01 (Loot)", 86763); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_E_01", 75282); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_Filler (Environment)", 74461); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_Filler (Foliage)", 74460); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_Filler", 74462); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_01 (Encounters)", 79124); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_01 (Environment)", 74354); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_01 (Foliage)", 74353); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_01 (Loot)", 86777); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_01", 74355); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_02 (Encounters)", 79125); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_02 (Environment)", 74361); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_02 (Foliage)", 74360); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_02 (Interactives)", 122624); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_02 (Lighting)", 91631); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_02 (Loot)", 86774); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_NE_02", 74362); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_01 (Encounters)", 79110); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_01 (Environment)", 74305); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_01 (Foliage)", 74304); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_01 (Interactives)", 122626); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_01 (Lighting)", 91620); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_01 (Loot)", 95272); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_01", 74306); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_02 (Encounters)", 79120); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_02 (Environment)", 74327); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_02 (Foliage)", 74326); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_02 (Interactives)", 122611); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_02 (Lighting)", 93623); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_02 (Loot)", 86772); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_SW_02", 74328); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_S_01 (Environment)", 75295); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_S_01 (Foliage)", 75294); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_S_01 (Interactives)", 122580); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_S_01 (Lighting)", 91317); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_S_01 (Loot)", 86745); DictSNOMarkerSet.Add("trOut_Wilderness_120_Edge_S_01", 75296); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_S_01 (Encounters)", 79102); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_S_01 (Environment)", 74218); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_S_01 (Foliage)", 74217); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_S_01 (Interactives)", 122585); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_S_01 (Lighting)", 91318); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_S_01 (Loot)", 86750); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_S_01", 74219); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_W_01 (Encounters)", 79099); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_W_01 (Environment)", 74225); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_W_01 (Foliage)", 74224); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_W_01 (Lighting)", 91545); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_W_01 (Loot)", 86771); DictSNOMarkerSet.Add("trOut_Wilderness_Edge_W_01", 74226); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Audio)", 131710); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown1A)", 102560); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown1B)", 102561); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown1C)", 102562); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown2A)", 102563); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown2B)", 102564); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown2C)", 102565); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown3A)", 102566); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown3B)", 102583); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown3C)", 102567); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown4A)", 102568); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown4B)", 102569); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Crown4C)", 102570); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Encounters)", 93513); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Environment)", 74608); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Foliage)", 74606); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Interactives)", 122669); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Lighting)", 131006); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01 (Loot)", 95288); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S01", 74580); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S02 (Encounters)", 84617); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S02 (Environment)", 74594); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S02 (Foliage)", 74593); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S02 (Interactives)", 123253); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S02 (Loot)", 86702); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S02", 74596); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Audio)", 133240); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown1A)", 102608); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown1B)", 102609); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown1C)", 102610); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown2A)", 102611); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown2B)", 102612); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown2C)", 102613); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown3A)", 102614); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown3B)", 102615); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown3C)", 102616); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown4A)", 102617); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown4B)", 102618); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Crown4C)", 102619); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Encounters)", 75799); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Environment)", 74579); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (FissureA)", 95005); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Foliage)", 74577); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Interactives)", 122670); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Lighting)", 130991); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03 (Loot)", 86722); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S03", 74581); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S04 (Audio)", 134092); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S04 (Encounters)", 75806); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S04 (Environment)", 74595); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S04 (FissureA)", 95004); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S04 (Foliage)", 74592); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S04 (Interactives)", 122671); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S04 (Loot)", 86721); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E01_S04", 74598); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S01 (Encounters)", 77024); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S01 (Environment)", 74603); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S01 (Foliage)", 74602); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S01 (Lighting)", 182973); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S01 (Loot)", 95320); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S01", 74605); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S02 (Audio)", 131754); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S02 (Encounters)", 77030); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S02 (Environment)", 74590); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S02 (Foliage)", 74588); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S02 (Interactives)", 123255); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S02 (Lighting)", 182971); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S02 (Loot)", 95294); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S02 (Special Markers)", 75807); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S02", 74591); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S03 (Audio)", 133241); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S03 (Encounters)", 75808); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S03 (Environment)", 74574); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S03 (FissureA)", 95006); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S03 (Foliage)", 74609); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S03 (Interactives)", 122673); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S03 (Loot)", 95321); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S03", 74576); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S04 (Audio)", 138789); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S04 (Encounters)", 75809); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S04 (Environment)", 74586); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S04 (Foliage)", 74585); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S04 (Interactives)", 122674); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S04 (Loot)", 86709); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E02_S04", 74589); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown1A)", 102590); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown1B)", 102591); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown1C)", 102592); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown2A)", 102584); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown2B)", 102585); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown2C)", 102586); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown3A)", 102587); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown3B)", 102588); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown3C)", 102589); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown4A)", 102593); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown4B)", 102595); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Crown4C)", 102594); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Encounters)", 86793); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Environment)", 74599); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Foliage)", 74597); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Interactives)", 122675); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Lighting)", 131005); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01 (Loot)", 86704); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S01", 74600); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown1A)", 137274); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown1B)", 137275); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown1C)", 137276); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown2A)", 137277); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown2B)", 137278); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown2C)", 137279); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown3A)", 137280); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown3B)", 137281); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown3C)", 137282); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown4A)", 137283); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown4B)", 137284); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Crown4C)", 137285); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Encounters)", 86792); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Environment)", 74584); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (FissureC)", 95009); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Foliage)", 74583); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Interactives)", 123257); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Lighting)", 176603); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02 (Loot)", 86699); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S02", 74587); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S03 (Audio)", 132617); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S03 (Encounters)", 77134); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S03 (Environment)", 74604); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S03 (FissureC)", 95008); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S03 (Foliage)", 74601); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S03 (Interactives)", 122680); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S03 (Lighting)", 130990); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S03 (Loot)", 86698); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S03", 74607); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S04 (Audio)", 142607); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S04 (Encounters)", 77133); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S04 (Environment)", 74578); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S04 (FissureB)", 95007); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S04 (Foliage)", 74575); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S04 (Interactives)", 122681); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S04 (Loot)", 95322); DictSNOMarkerSet.Add("trOut_Wilderness_MainGraveyard_E03_S04", 74582); DictSNOMarkerSet.Add("trOut_Wilderness_NSEW_01 (Environment)", 74232); DictSNOMarkerSet.Add("trOut_Wilderness_NSEW_01 (Foliage)", 74231); DictSNOMarkerSet.Add("trOut_Wilderness_NSEW_01 (Interactives)", 122590); DictSNOMarkerSet.Add("trOut_Wilderness_NSEW_01 (Loot)", 86752); DictSNOMarkerSet.Add("trOut_Wilderness_NSEW_01 (Special Markers)", 75190); DictSNOMarkerSet.Add("trOut_Wilderness_NSEW_01", 74233); DictSNOMarkerSet.Add("trOut_Wilderness_Road_EW_01 (Encounters)", 76851); DictSNOMarkerSet.Add("trOut_Wilderness_Road_EW_01 (Environment)", 74239); DictSNOMarkerSet.Add("trOut_Wilderness_Road_EW_01 (Foliage)", 74238); DictSNOMarkerSet.Add("trOut_Wilderness_Road_EW_01 (Interactives)", 121205); DictSNOMarkerSet.Add("trOut_Wilderness_Road_EW_01 (Lighting)", 91312); DictSNOMarkerSet.Add("trOut_Wilderness_Road_EW_01 (Loot)", 86716); DictSNOMarkerSet.Add("trOut_Wilderness_Road_EW_01 (Swarm)", 87253); DictSNOMarkerSet.Add("trOut_Wilderness_Road_EW_01", 74240); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_01 (Encounters)", 76917); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_01 (Environment)", 74246); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_01 (Foliage)", 74245); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_01 (Interactives)", 122610); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_01 (Lighting)", 91627); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_01 (Loot)", 90095); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_01", 74247); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_02 (Encounters)", 79048); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_02 (Environment)", 78418); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_02 (Foliage)", 78417); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_02 (Interactives)", 121215); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_02 (Lighting)", 93613); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_02 (Loot)", 90094); DictSNOMarkerSet.Add("trOut_Wilderness_Road_NE_02", 78419); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_01 (Encounters)", 97164); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_01 (Environment)", 74274); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_01 (Foliage)", 74273); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_01 (Lighting)", 91632); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_01 (Loot)", 90099); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_01 (Special Markers)", 76922); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_01 Lighting)", 93617); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_01", 74275); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_02 (Encounters)", 79094); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_02 (Environment)", 78796); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_02 (Foliage)", 78795); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_02 (Interactives)", 123282); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_02 (Lighting)", 93621); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_02 (Loot)", 90100); DictSNOMarkerSet.Add("trOut_Wilderness_Road_SW_02", 78797); DictSNOMarkerSet.Add("trOut_Wilderness_Sub120_POI (Lighting)", 91630); DictSNOMarkerSet.Add("trOut_Wilderness_Sub120_POI (Loot)", 86762); DictSNOMarkerSet.Add("trOut_Wilderness_Sub120_POI (Special Markers)", 79029); DictSNOMarkerSet.Add("trOut_Wilderness_Sub120_POI", 79022); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Blacksmith (Encounters)", 132394); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Blacksmith (Environment)", 132388); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Blacksmith (Foliage)", 132387); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Blacksmith (Lighting)", 132389); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Blacksmith (Loot)", 132390); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Blacksmith", 132386); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CaveEntrance_A (DenOfEvil)", 158603); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CaveEntrance_A (Environment)", 156019); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CaveEntrance_A (Foliage)", 156018); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CaveEntrance_A (Lighting)", 156021); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CaveEntrance_A (Loot)", 156022); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CaveEntrance_A", 156020); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CorpseWagon (Corpse Wagon Ambush)", 176053); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CorpseWagon (Encounters)", 77811); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CorpseWagon (Environment)", 74400); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CorpseWagon (Foliage)", 74399); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CorpseWagon (Interactives)", 123295); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CorpseWagon (Lighting)", 91316); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CorpseWagon (Loot)", 189244); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_CorpseWagon", 74401); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Crows (Encounters)", 77126); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Crows (Environment)", 74417); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Crows (Foliage)", 74416); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Crows (Loot)", 189245); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Crows", 74418); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_FamilyTree (Encounters)", 76901); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_FamilyTree (Environment)", 74432); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_FamilyTree (Family Ties)", 176541); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_FamilyTree (Foliage)", 74431); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_FamilyTree (Interactives)", 122591); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_FamilyTree (Lighting)", 133778); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_FamilyTree (Loot)", 189246); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_FamilyTree (Pushing Daisies)", 176542); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_FamilyTree", 74433); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_01 (Encounters)", 82705); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_01 (Environment)", 74453); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_01 (Foliage)", 74452); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_01 (Lighting)", 91626); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_01 (Loot)", 95406); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_01", 74454); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_02 (Environment)", 80562); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_02 (Foliage)", 80561); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_02 (Loot)", 95407); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_Generic_02", 80563); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_GraveDiggerRescue (Cursed Grave)", 176061); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_GraveDiggerRescue (Encounters)", 78031); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_GraveDiggerRescue (Environment)", 74439); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_GraveDiggerRescue (Foliage)", 74438); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_GraveDiggerRescue (Loot)", 95408); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_GraveDiggerRescue", 74440); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_HangingTree (Encounters)", 77314); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_HangingTree (Environment)", 74381); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_HangingTree (Foliage)", 74380); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_HangingTree (Interactives)", 122586); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_HangingTree (Lighting)", 91625); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_HangingTree (Loot)", 86744); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_HangingTree (Multi Coffin)", 109140); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_HangingTree (Single Coffin)", 109139); DictSNOMarkerSet.Add("trOut_Wilderness_Sub80_HangingTree", 74382); DictSNOMarkerSet.Add("Uber_BossWorld1_Markers01", 262893); DictSNOMarkerSet.Add("Uber_BossWorld2_Areana(Lighting)", 262081); DictSNOMarkerSet.Add("Uber_BossWorld3 (World)", 257637); DictSNOMarkerSet.Add("Uber_BossWorld3_E01_S02 (Audio)", 262472); DictSNOMarkerSet.Add("Uber_BossWorld3_E01_S02 (Interactives)", 262473); DictSNOMarkerSet.Add("Uber_BossWorld3_E01_S02 (Lighting)", 262474); DictSNOMarkerSet.Add("Uber_BossWorld3_E01_S03 (Audio)", 262475); DictSNOMarkerSet.Add("Uber_BossWorld3_E01_S03 (Lighting)", 262476); DictSNOMarkerSet.Add("Uber_BossWorld3_E02_S02 (Audio)", 262477); DictSNOMarkerSet.Add("Uber_BossWorld3_E02_S02 (Lighting)", 262478); DictSNOMarkerSet.Add("Uber_BossWorld3_E02_S03 (Audio)", 262479); DictSNOMarkerSet.Add("Uber_BossWorld3_E02_S03 (Lighting)", 262480); DictSNOMarkerSet.Add("Uber_BossWorld3_W01_S02 (Audio)", 262481); DictSNOMarkerSet.Add("Uber_BossWorld3_W01_S02 (Lighting)", 262482); DictSNOMarkerSet.Add("Uber_BossWorld3_W01_S03 (Audio)", 262483); DictSNOMarkerSet.Add("Uber_BossWorld3_W01_S03 (Lighting)", 262484); DictSNOMarkerSet.Add("Uber_Boss_PortalWorld (Encounters)", 257544); DictSNOMarkerSet.Add("Uber_Boss_PortalWorld (Environment)", 257545); DictSNOMarkerSet.Add("Uber_Boss_PortalWorld (Foliage)", 257546); DictSNOMarkerSet.Add("Uber_Boss_PortalWorld (Lighting)", 257547); DictSNOMarkerSet.Add("Uber_Boss_PortalWorld (Loot)", 257548); DictSNOMarkerSet.Add("Uber_Boss_PortalWorld", 257549); DictSNOMarkerSet.Add("Uber_Skeletal_Throne (Encounters)", 256700); DictSNOMarkerSet.Add("Uber_Skeletal_Throne", 256701); DictSNOMarkerSet.Add("UNUSED_trDun_Cath_EW_Hall_02 (Event Crypt Kids 2)", 81280); DictSNOMarkerSet.Add("utility_server_scene (Lighting)", 223479); DictSNOMarkerSet.Add("utility_server_scene (Loot)", 223480); DictSNOMarkerSet.Add("utility_server_scene", 223478); DictSNOMarkerSet.Add("Weekly_Challenge_Hub_Filler_01 (Lighting)", 470674); DictSNOMarkerSet.Add("Weekly_Challenge_Hub_NSEW (Encounters)", 470126); DictSNOMarkerSet.Add("Weekly_Challenge_Hub_NSEW (Environment)", 470183); DictSNOMarkerSet.Add("Weekly_Challenge_Hub_NSEW (Lighting)", 470123); DictSNOMarkerSet.Add("Weekly_Challenge_Hub_NSEW (Loot)", 470124); DictSNOMarkerSet.Add("Weekly_Challenge_Hub_NSEW (Props)", 470189); DictSNOMarkerSet.Add("Weekly_Challenge_Hub_NSEW", 470122); DictSNOMarkerSet.Add("X1_a4dun_spire_corrupt_E_Dungeonstone_Exit_01 (Encounters)", 261457); DictSNOMarkerSet.Add("X1_a4dun_spire_corrupt_N_Dungeonstone_Exit_01 (Encounters)", 261461); DictSNOMarkerSet.Add("X1_a4dun_spire_corrupt_S_Dungeonstone_Exit_01 (Encounters)", 261462); DictSNOMarkerSet.Add("X1_a4dun_spire_corrupt_W_Dungeonstone_Exit_01 (Encounters)", 261463); DictSNOMarkerSet.Add("X1_abattoir_center_deadend_x30_skeletonparty", 334911); DictSNOMarkerSet.Add("X1_abattoir_center_x10_bonepiles", 333447); DictSNOMarkerSet.Add("X1_abattoir_center_x10_bonespawner_A", 334887); DictSNOMarkerSet.Add("X1_abattoir_center_x10_chest_A", 333694); DictSNOMarkerSet.Add("X1_abattoir_center_x10_chest_B", 333695); DictSNOMarkerSet.Add("X1_abattoir_center_x10_firespinner", 337147); DictSNOMarkerSet.Add("X1_abattoir_center_x20_corpses_A", 333511); DictSNOMarkerSet.Add("X1_abattoir_center_x20_corpses_B", 333512); DictSNOMarkerSet.Add("x1_abattoir_EW_02 (Audio)", 376465); DictSNOMarkerSet.Add("x1_abattoir_EW_02 (Chains)", 355710); DictSNOMarkerSet.Add("x1_abattoir_EW_02 (Environment)", 306064); DictSNOMarkerSet.Add("x1_abattoir_EW_02 (Foliage)", 306063); DictSNOMarkerSet.Add("x1_abattoir_EW_02 (furnace)", 360493); DictSNOMarkerSet.Add("x1_abattoir_EW_02 (Lighting)", 306066); DictSNOMarkerSet.Add("x1_abattoir_EW_02 (Loot)", 306067); DictSNOMarkerSet.Add("x1_abattoir_EW_02", 306065); DictSNOMarkerSet.Add("x1_abattoir_E_01 (Encounters)", 294584); DictSNOMarkerSet.Add("x1_abattoir_E_01 (Environment)", 292899); DictSNOMarkerSet.Add("x1_abattoir_E_01 (Foliage)", 292898); DictSNOMarkerSet.Add("x1_abattoir_E_01 (Lighting)", 292901); DictSNOMarkerSet.Add("x1_abattoir_E_01 (Loot)", 292902); DictSNOMarkerSet.Add("x1_abattoir_E_01", 292900); DictSNOMarkerSet.Add("x1_abattoir_E_dungeonStone_Exit_01 (Encounters)", 338962); DictSNOMarkerSet.Add("x1_abattoir_E_dungeonStone_Exit_01 (Loot)", 357794); DictSNOMarkerSet.Add("x1_abattoir_E_Entrance_01 (Bones)", 377476); DictSNOMarkerSet.Add("x1_abattoir_E_Entrance_01 (Encounters)", 294124); DictSNOMarkerSet.Add("x1_abattoir_E_Entrance_01 (Environment)", 291571); DictSNOMarkerSet.Add("x1_abattoir_E_Entrance_01 (Foliage)", 291570); DictSNOMarkerSet.Add("x1_abattoir_E_Entrance_01 (Lighting)", 291573); DictSNOMarkerSet.Add("x1_abattoir_E_Entrance_01 (Loot)", 291574); DictSNOMarkerSet.Add("x1_abattoir_E_Entrance_01 (Quest)", 294217); DictSNOMarkerSet.Add("x1_abattoir_E_Entrance_01", 291572); DictSNOMarkerSet.Add("x1_abattoir_E_Exit_01 (Encounters)", 294170); DictSNOMarkerSet.Add("x1_abattoir_E_Exit_01 (Lighting)", 294163); DictSNOMarkerSet.Add("x1_abattoir_E_Exit_01 (Loot)", 357193); DictSNOMarkerSet.Add("x1_abattoir_E_Exit_01 (Quest)", 298329); DictSNOMarkerSet.Add("x1_abattoir_filler (Environment)", 285647); DictSNOMarkerSet.Add("x1_abattoir_filler (Foliage)", 285646); DictSNOMarkerSet.Add("x1_abattoir_filler (Lighting)", 285649); DictSNOMarkerSet.Add("x1_abattoir_filler (Loot)", 285650); DictSNOMarkerSet.Add("x1_abattoir_filler", 285648); DictSNOMarkerSet.Add("x1_abattoir_NEW_05 (Encounters)", 294571); DictSNOMarkerSet.Add("x1_abattoir_NEW_05 (Loot)", 300522); DictSNOMarkerSet.Add("x1_abattoir_NE_05 (Encounters)", 294570); DictSNOMarkerSet.Add("x1_abattoir_NE_05 (Loot)", 294196); DictSNOMarkerSet.Add("x1_abattoir_NSEW_03 (Audio)", 376453); DictSNOMarkerSet.Add("x1_abattoir_NSEW_03 (Chains)", 355816); DictSNOMarkerSet.Add("x1_abattoir_NSEW_03 (Encounters)", 294862); DictSNOMarkerSet.Add("x1_abattoir_NSEW_03 (Environment)", 289400); DictSNOMarkerSet.Add("x1_abattoir_NSEW_03 (Foliage)", 289398); DictSNOMarkerSet.Add("x1_abattoir_NSEW_03 (Lighting)", 289404); DictSNOMarkerSet.Add("x1_abattoir_NSEW_03 (Loot)", 289405); DictSNOMarkerSet.Add("x1_abattoir_NSEW_03 (Meat)", 343558); DictSNOMarkerSet.Add("x1_abattoir_NSEW_03", 289402); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04 (Audio)", 362466); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04 (Chains)", 356195); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04 (Encounters)", 294863); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04 (Environment)", 289881); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04 (Foliage)", 289880); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04 (furnace)", 360495); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04 (Lighting)", 289883); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04 (Loot)", 289884); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04 (Props)", 370700); DictSNOMarkerSet.Add("x1_abattoir_NSEW_04", 289882); DictSNOMarkerSet.Add("x1_abattoir_NSEW_05 (Environment)", 290084); DictSNOMarkerSet.Add("x1_abattoir_NSEW_05 (Foliage)", 290083); DictSNOMarkerSet.Add("x1_abattoir_NSEW_05 (Lighting)", 290086); DictSNOMarkerSet.Add("x1_abattoir_NSEW_05", 290085); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06 (Chains)", 360410); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06 (CursedChest_Bonepit)", 369328); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06 (Encounters)", 300525); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06 (Environment)", 293618); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06 (Event 1)", 353001); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06 (Foliage)", 293617); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06 (Lighting)", 293620); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06 (Loot)", 293621); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06 (NoEvent)", 375356); DictSNOMarkerSet.Add("x1_abattoir_NSEW_06", 293619); DictSNOMarkerSet.Add("x1_abattoir_NSE_05 (Encounters)", 294574); DictSNOMarkerSet.Add("x1_abattoir_NSE_05 (Loot)", 300523); DictSNOMarkerSet.Add("x1_abattoir_NSW_05 (Encounters)", 294576); DictSNOMarkerSet.Add("x1_abattoir_NSW_05 (Loot)", 300526); DictSNOMarkerSet.Add("x1_abattoir_NS_02 (Chains)", 355812); DictSNOMarkerSet.Add("x1_abattoir_NS_02 (Environment)", 306035); DictSNOMarkerSet.Add("x1_abattoir_NS_02 (Foliage)", 306034); DictSNOMarkerSet.Add("x1_abattoir_NS_02 (furnace)", 360497); DictSNOMarkerSet.Add("x1_abattoir_NS_02 (Lighting)", 306037); DictSNOMarkerSet.Add("x1_abattoir_NS_02 (Loot)", 306038); DictSNOMarkerSet.Add("x1_abattoir_NS_02", 306036); DictSNOMarkerSet.Add("x1_abattoir_NW_05 (Encounters)", 294578); DictSNOMarkerSet.Add("x1_abattoir_NW_05 (Loot)", 294206); DictSNOMarkerSet.Add("x1_abattoir_N_01 (Encounters)", 300402); DictSNOMarkerSet.Add("x1_abattoir_N_01 (Environment)", 292548); DictSNOMarkerSet.Add("x1_abattoir_N_01 (Foliage)", 292547); DictSNOMarkerSet.Add("x1_abattoir_N_01 (Lighting)", 292550); DictSNOMarkerSet.Add("x1_abattoir_N_01 (Loot)", 292551); DictSNOMarkerSet.Add("x1_abattoir_N_01", 292549); DictSNOMarkerSet.Add("x1_abattoir_N_dungeonStone_Exit_01 (Encounters)", 338963); DictSNOMarkerSet.Add("x1_abattoir_N_dungeonStone_Exit_01 (Lighting)", 353872); DictSNOMarkerSet.Add("x1_abattoir_N_dungeonStone_Exit_01 (Loot)", 357985); DictSNOMarkerSet.Add("x1_abattoir_N_Entrance_01 (Encounters)", 294125); DictSNOMarkerSet.Add("x1_abattoir_N_Entrance_01 (Environment)", 291282); DictSNOMarkerSet.Add("x1_abattoir_N_Entrance_01 (Foliage)", 291281); DictSNOMarkerSet.Add("x1_abattoir_N_Entrance_01 (Lighting)", 291284); DictSNOMarkerSet.Add("x1_abattoir_N_Entrance_01 (Loot)", 291285); DictSNOMarkerSet.Add("x1_abattoir_N_Entrance_01 (Quest)", 294243); DictSNOMarkerSet.Add("x1_abattoir_N_Entrance_01", 291283); DictSNOMarkerSet.Add("x1_abattoir_N_Exit_01 (Encounters)", 294172); DictSNOMarkerSet.Add("x1_abattoir_N_Exit_01 (Lighting)", 294165); DictSNOMarkerSet.Add("x1_abattoir_N_Exit_01 (Loot)", 357194); DictSNOMarkerSet.Add("x1_abattoir_N_Exit_01 (Quest)", 298347); DictSNOMarkerSet.Add("X1_Abattoir_Random01", 339340); DictSNOMarkerSet.Add("X1_Abattoir_Random02", 339342); DictSNOMarkerSet.Add("x1_abattoir_SEW_05 (Encounters)", 294581); DictSNOMarkerSet.Add("x1_abattoir_SEW_05 (Loot)", 300527); DictSNOMarkerSet.Add("x1_abattoir_SE_05 (Encounters)", 294579); DictSNOMarkerSet.Add("x1_abattoir_SE_05 (Loot)", 294216); DictSNOMarkerSet.Add("x1_abattoir_SW_05 (Encounters)", 294582); DictSNOMarkerSet.Add("x1_abattoir_SW_05 (Loot)", 294229); DictSNOMarkerSet.Add("x1_abattoir_S_01 (Encounters)", 300423); DictSNOMarkerSet.Add("x1_abattoir_S_01 (Environment)", 292446); DictSNOMarkerSet.Add("x1_abattoir_S_01 (Foliage)", 292445); DictSNOMarkerSet.Add("x1_abattoir_S_01 (Lighting)", 292448); DictSNOMarkerSet.Add("x1_abattoir_S_01 (Loot)", 292449); DictSNOMarkerSet.Add("x1_abattoir_S_01", 292447); DictSNOMarkerSet.Add("x1_abattoir_S_dungeonStone_Exit_01 (Encounters)", 338964); DictSNOMarkerSet.Add("x1_abattoir_S_dungeonStone_Exit_01 (Lighting)", 354352); DictSNOMarkerSet.Add("x1_abattoir_S_dungeonStone_Exit_01 (Loot)", 358036); DictSNOMarkerSet.Add("x1_abattoir_S_Entrance_01 (Encounters)", 294126); DictSNOMarkerSet.Add("x1_abattoir_S_Entrance_01 (Environment)", 290992); DictSNOMarkerSet.Add("x1_abattoir_S_Entrance_01 (Foliage)", 290991); DictSNOMarkerSet.Add("x1_abattoir_S_Entrance_01 (Lighting)", 290994); DictSNOMarkerSet.Add("x1_abattoir_S_Entrance_01 (Loot)", 290995); DictSNOMarkerSet.Add("x1_abattoir_S_Entrance_01 (Quest)", 294244); DictSNOMarkerSet.Add("x1_abattoir_S_Entrance_01", 290993); DictSNOMarkerSet.Add("x1_abattoir_S_Exit_01 (Bones)", 377491); DictSNOMarkerSet.Add("x1_abattoir_S_Exit_01 (Encounters)", 294176); DictSNOMarkerSet.Add("x1_abattoir_S_Exit_01 (Lighting)", 294166); DictSNOMarkerSet.Add("x1_abattoir_S_Exit_01 (Loot)", 357195); DictSNOMarkerSet.Add("x1_abattoir_S_Exit_01 (Quest)", 298348); DictSNOMarkerSet.Add("x1_abattoir_W_01 (DeadEndDoorAmbush)", 369454); DictSNOMarkerSet.Add("x1_abattoir_W_01 (Encounters)", 300425); DictSNOMarkerSet.Add("x1_abattoir_W_01 (Environment)", 292572); DictSNOMarkerSet.Add("x1_abattoir_W_01 (Foliage)", 292571); DictSNOMarkerSet.Add("x1_abattoir_W_01 (Lighting)", 292574); DictSNOMarkerSet.Add("x1_abattoir_W_01 (Loot)", 292575); DictSNOMarkerSet.Add("x1_abattoir_W_01", 292573); DictSNOMarkerSet.Add("x1_abattoir_W_dungeonStone_Exit_01 (Encounters)", 338965); DictSNOMarkerSet.Add("x1_abattoir_W_dungeonStone_Exit_01 (Lighting)", 353679); DictSNOMarkerSet.Add("x1_abattoir_W_dungeonStone_Exit_01 (Loot)", 358047); DictSNOMarkerSet.Add("x1_abattoir_W_Entrance_01 (Encounters)", 294127); DictSNOMarkerSet.Add("x1_abattoir_W_Entrance_01 (Environment)", 291405); DictSNOMarkerSet.Add("x1_abattoir_W_Entrance_01 (Foliage)", 291404); DictSNOMarkerSet.Add("x1_abattoir_W_Entrance_01 (Lighting)", 291407); DictSNOMarkerSet.Add("x1_abattoir_W_Entrance_01 (Loot)", 291408); DictSNOMarkerSet.Add("x1_abattoir_W_Entrance_01 (Quest)", 294245); DictSNOMarkerSet.Add("x1_abattoir_W_Entrance_01", 291406); DictSNOMarkerSet.Add("x1_abattoir_W_Exit_01 (Encounters)", 294184); DictSNOMarkerSet.Add("x1_abattoir_W_Exit_01 (Lighting)", 294168); DictSNOMarkerSet.Add("x1_abattoir_W_Exit_01 (Loot)", 357196); DictSNOMarkerSet.Add("x1_abattoir_W_Exit_01 (Quest)", 298349); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_N01 (Encounters)", 319824); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_N01 (Lighting)", 319140); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_N01 (Loot)", 319141); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_N01", 319139); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_S01 (Audio)", 366208); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_S01 (Encounters)", 319887); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_S01 (Lighting)", 319124); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_S01 (Loot)", 319125); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_S01", 319123); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_S02 (Lighting)", 319144); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_S02 (Loot)", 319145); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E01_S02", 319143); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E02_N01 (Lighting)", 319132); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E02_N01 (Loot)", 319133); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E02_N01", 319131); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E02_S01 (Lighting)", 319128); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E02_S01 (Loot)", 319129); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E02_S01", 319127); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E02_S02 (Lighting)", 319148); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E02_S02 (Loot)", 319149); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_E02_S02", 319147); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_N01 (Lighting)", 319152); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_N01 (Loot)", 319153); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_N01", 319151); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_S01 (Encounters)", 319879); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_S01 (Environment)", 380655); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_S01 (Lighting)", 319156); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_S01 (Loot)", 319157); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_S01", 319155); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_S02 (Lighting)", 319136); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_S02 (Loot)", 319137); DictSNOMarkerSet.Add("x1_Adria_Boss_Arena_W01_S02", 319135); DictSNOMarkerSet.Add("x1_BogCave (World)", 242204); DictSNOMarkerSet.Add("x1_BogCave_Buffer_Template (Environment)", 245616); DictSNOMarkerSet.Add("x1_BogCave_Buffer_Template (Foliage)", 245615); DictSNOMarkerSet.Add("x1_BogCave_Buffer_Template", 245614); DictSNOMarkerSet.Add("x1_BogCave_EW_01 (Audio)", 265447); DictSNOMarkerSet.Add("x1_BogCave_EW_01 (Encounters)", 270950); DictSNOMarkerSet.Add("x1_BogCave_EW_01 (Environment)", 234295); DictSNOMarkerSet.Add("x1_BogCave_EW_01 (Foliage)", 234294); DictSNOMarkerSet.Add("x1_BogCave_EW_01 (Lighting)", 234297); DictSNOMarkerSet.Add("x1_BogCave_EW_01 (Loot)", 234298); DictSNOMarkerSet.Add("x1_BogCave_EW_01 (Particles)", 257767); DictSNOMarkerSet.Add("x1_BogCave_EW_01", 234296); DictSNOMarkerSet.Add("x1_BogCave_EW_Event_02 (BogMonsterEvent)", 356140); DictSNOMarkerSet.Add("x1_BogCave_EW_Event_02 (Encounters)", 361965); DictSNOMarkerSet.Add("x1_BogCave_EW_Event_02 (Environment)", 354676); DictSNOMarkerSet.Add("x1_BogCave_EW_Event_02 (Foliage)", 354675); DictSNOMarkerSet.Add("x1_BogCave_EW_Event_02 (Lighting)", 354678); DictSNOMarkerSet.Add("x1_BogCave_EW_Event_02 (Loot)", 354679); DictSNOMarkerSet.Add("x1_BogCave_EW_Event_02", 354677); DictSNOMarkerSet.Add("x1_BogCave_E_01 (Audio)", 375804); DictSNOMarkerSet.Add("x1_BogCave_E_01 (Encounters)", 361987); DictSNOMarkerSet.Add("x1_BogCave_E_01 (Environment)", 234581); DictSNOMarkerSet.Add("x1_BogCave_E_01 (Foliage)", 234580); DictSNOMarkerSet.Add("x1_BogCave_E_01 (Lighting)", 234583); DictSNOMarkerSet.Add("x1_BogCave_E_01 (Loot)", 234584); DictSNOMarkerSet.Add("x1_BogCave_E_01", 234582); DictSNOMarkerSet.Add("x1_BogCave_E_dungeonStone_Exit_01 (Audio)", 375854); DictSNOMarkerSet.Add("x1_BogCave_E_dungeonStone_Exit_01 (Encounters)", 235115); DictSNOMarkerSet.Add("x1_BogCave_E_dungeonStone_Exit_01 (Environment)", 235116); DictSNOMarkerSet.Add("x1_BogCave_E_dungeonStone_Exit_01 (Foliage)", 235117); DictSNOMarkerSet.Add("x1_BogCave_E_dungeonStone_Exit_01 (Lighting)", 235118); DictSNOMarkerSet.Add("x1_BogCave_E_dungeonStone_Exit_01 (Loot)", 235119); DictSNOMarkerSet.Add("x1_BogCave_E_dungeonStone_Exit_01", 235114); DictSNOMarkerSet.Add("x1_BogCave_E_Entrance_01 (Audio)", 268056); DictSNOMarkerSet.Add("x1_BogCave_E_Entrance_01 (Encounters)", 235021); DictSNOMarkerSet.Add("x1_BogCave_E_Entrance_01 (Environment)", 234591); DictSNOMarkerSet.Add("x1_BogCave_E_Entrance_01 (Foliage)", 234590); DictSNOMarkerSet.Add("x1_BogCave_E_Entrance_01 (Lighting)", 234593); DictSNOMarkerSet.Add("x1_BogCave_E_Entrance_01 (Loot)", 234594); DictSNOMarkerSet.Add("x1_BogCave_E_Entrance_01 (x1_BogCave_LeoricDeserters)", 369166); DictSNOMarkerSet.Add("x1_BogCave_E_Entrance_01", 234592); DictSNOMarkerSet.Add("x1_BogCave_E_Exit_01 (Audio)", 375851); DictSNOMarkerSet.Add("x1_BogCave_E_Exit_01 (Encounters)", 235022); DictSNOMarkerSet.Add("x1_BogCave_E_Exit_01 (Environment)", 234968); DictSNOMarkerSet.Add("x1_BogCave_E_Exit_01 (Foliage)", 234969); DictSNOMarkerSet.Add("x1_BogCave_E_Exit_01 (Lighting)", 234970); DictSNOMarkerSet.Add("x1_BogCave_E_Exit_01 (Loot)", 234971); DictSNOMarkerSet.Add("x1_BogCave_E_Exit_01", 234967); DictSNOMarkerSet.Add("x1_BogCave_E_Exit_01_Connector (Audio)", 375842); DictSNOMarkerSet.Add("x1_BogCave_E_Exit_01_Connector (Encounters)", 367477); DictSNOMarkerSet.Add("x1_BogCave_NEW_01 (Audio)", 375793); DictSNOMarkerSet.Add("x1_BogCave_NEW_01 (Encounters)", 271023); DictSNOMarkerSet.Add("x1_BogCave_NEW_01 (Environment)", 234614); DictSNOMarkerSet.Add("x1_BogCave_NEW_01 (Foliage)", 234613); DictSNOMarkerSet.Add("x1_BogCave_NEW_01 (Lighting)", 234616); DictSNOMarkerSet.Add("x1_BogCave_NEW_01 (Loot)", 234617); DictSNOMarkerSet.Add("x1_BogCave_NEW_01 (Particles)", 255805); DictSNOMarkerSet.Add("x1_BogCave_NEW_01 (Patch)", 369941); DictSNOMarkerSet.Add("x1_BogCave_NEW_01", 234615); DictSNOMarkerSet.Add("x1_BogCave_NEW_02 (Audio)", 375833); DictSNOMarkerSet.Add("x1_BogCave_NEW_02 (Encounters)", 248758); DictSNOMarkerSet.Add("x1_BogCave_NEW_02 (Environment)", 248109); DictSNOMarkerSet.Add("x1_BogCave_NEW_02 (Foliage)", 248108); DictSNOMarkerSet.Add("x1_BogCave_NEW_02 (Lighting)", 248747); DictSNOMarkerSet.Add("x1_BogCave_NEW_02 (Loot)", 248759); DictSNOMarkerSet.Add("x1_BogCave_NEW_02 (Particles)", 248699); DictSNOMarkerSet.Add("x1_BogCave_NEW_02", 248110); DictSNOMarkerSet.Add("x1_BogCave_NE_01 (Audio)", 375813); DictSNOMarkerSet.Add("x1_BogCave_NE_01 (Encounters)", 271024); DictSNOMarkerSet.Add("x1_BogCave_NE_01 (Environment)", 234624); DictSNOMarkerSet.Add("x1_BogCave_NE_01 (Foliage)", 234623); DictSNOMarkerSet.Add("x1_BogCave_NE_01 (Lighting)", 234626); DictSNOMarkerSet.Add("x1_BogCave_NE_01 (Loot)", 234627); DictSNOMarkerSet.Add("x1_BogCave_NE_01", 234625); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01 (Audio)", 263459); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01 (Encounters)", 270989); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01 (Environment)", 236844); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01 (Foliage)", 236843); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01 (Lighting)", 236846); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01 (Loot)", 236847); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01 (MaggotDinnerParty)", 350142); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01 (NoEvent)", 376173); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01 (Particles)", 255465); DictSNOMarkerSet.Add("x1_BogCave_NSEW_01", 236845); DictSNOMarkerSet.Add("x1_BogCave_NSEW_02 (Audio)", 375829); DictSNOMarkerSet.Add("x1_BogCave_NSEW_02 (Encounters)", 248781); DictSNOMarkerSet.Add("x1_BogCave_NSEW_02 (Environment)", 253732); DictSNOMarkerSet.Add("x1_BogCave_NSEW_02 (Lighting)", 248765); DictSNOMarkerSet.Add("x1_BogCave_NSEW_02 (Loot)", 247898); DictSNOMarkerSet.Add("x1_BogCave_NSEW_02 (Particles)", 248724); DictSNOMarkerSet.Add("x1_BogCave_NSEW_02", 246580); DictSNOMarkerSet.Add("x1_BogCave_NSEW_03 (Audio)", 375830); DictSNOMarkerSet.Add("x1_BogCave_NSEW_03 (Encounters)", 343563); DictSNOMarkerSet.Add("x1_BogCave_NSEW_03 (Environment)", 254022); DictSNOMarkerSet.Add("x1_BogCave_NSEW_03 (Foliage)", 254021); DictSNOMarkerSet.Add("x1_BogCave_NSEW_03 (Lighting)", 254024); DictSNOMarkerSet.Add("x1_BogCave_NSEW_03 (Loot)", 254025); DictSNOMarkerSet.Add("x1_BogCave_NSEW_03 (Patch)", 370009); DictSNOMarkerSet.Add("x1_BogCave_NSEW_03", 254023); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04 (Audio)", 375831); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04 (Encounters)", 361978); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04 (Environment)", 254032); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04 (Foliage)", 254031); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04 (LeoricDeserters)", 359889); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04 (Lighting)", 254034); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04 (Loot)", 254035); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04 (MME)", 350414); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04 (Patch)", 369982); DictSNOMarkerSet.Add("x1_BogCave_NSEW_04", 254033); DictSNOMarkerSet.Add("x1_BogCave_NSEW_05 (Audio)", 375832); DictSNOMarkerSet.Add("x1_BogCave_NSEW_05 (Encounters)", 361981); DictSNOMarkerSet.Add("x1_BogCave_NSEW_05 (Environment)", 254042); DictSNOMarkerSet.Add("x1_BogCave_NSEW_05 (Foliage)", 254041); DictSNOMarkerSet.Add("x1_BogCave_NSEW_05 (Lighting)", 254044); DictSNOMarkerSet.Add("x1_BogCave_NSEW_05 (Loot)", 254045); DictSNOMarkerSet.Add("x1_BogCave_NSEW_05 (Particles)", 341647); DictSNOMarkerSet.Add("x1_BogCave_NSEW_05", 254043); DictSNOMarkerSet.Add("x1_BogCave_NSE_01 (Audio)", 375834); DictSNOMarkerSet.Add("x1_BogCave_NSE_01 (Encounters)", 252724); DictSNOMarkerSet.Add("x1_BogCave_NSE_01 (Environment)", 234654); DictSNOMarkerSet.Add("x1_BogCave_NSE_01 (Foliage)", 234653); DictSNOMarkerSet.Add("x1_BogCave_NSE_01 (Lighting)", 234656); DictSNOMarkerSet.Add("x1_BogCave_NSE_01 (Loot)", 234657); DictSNOMarkerSet.Add("x1_BogCave_NSE_01 (Patch)", 369753); DictSNOMarkerSet.Add("x1_BogCave_NSE_01", 234655); DictSNOMarkerSet.Add("x1_BogCave_NSW_01 (Audio)", 375835); DictSNOMarkerSet.Add("x1_BogCave_NSW_01 (Encounters)", 271025); DictSNOMarkerSet.Add("x1_BogCave_NSW_01 (Environment)", 234664); DictSNOMarkerSet.Add("x1_BogCave_NSW_01 (Foliage)", 234663); DictSNOMarkerSet.Add("x1_BogCave_NSW_01 (Lighting)", 234666); DictSNOMarkerSet.Add("x1_BogCave_NSW_01 (Loot)", 234667); DictSNOMarkerSet.Add("x1_BogCave_NSW_01", 234665); DictSNOMarkerSet.Add("x1_BogCave_NS_01 (Audio)", 375815); DictSNOMarkerSet.Add("x1_BogCave_NS_01 (Encounters)", 270980); DictSNOMarkerSet.Add("x1_BogCave_NS_01 (Environment)", 234676); DictSNOMarkerSet.Add("x1_BogCave_NS_01 (Foliage)", 234675); DictSNOMarkerSet.Add("x1_BogCave_NS_01 (Lighting)", 234678); DictSNOMarkerSet.Add("x1_BogCave_NS_01 (Loot)", 234679); DictSNOMarkerSet.Add("x1_BogCave_NS_01 (Patch)", 370140); DictSNOMarkerSet.Add("x1_BogCave_NS_01 (Special Markers)", 252309); DictSNOMarkerSet.Add("x1_BogCave_NS_01", 234677); DictSNOMarkerSet.Add("x1_BogCave_NS_Event_01 (Audio)", 375841); DictSNOMarkerSet.Add("x1_BogCave_NS_Event_01 (Encounters)", 356410); DictSNOMarkerSet.Add("x1_BogCave_NS_Event_01 (Environment)", 353660); DictSNOMarkerSet.Add("x1_BogCave_NS_Event_01 (Foliage)", 353659); DictSNOMarkerSet.Add("x1_BogCave_NS_Event_01 (Lighting)", 353662); DictSNOMarkerSet.Add("x1_BogCave_NS_Event_01 (Loot)", 353663); DictSNOMarkerSet.Add("x1_BogCave_NS_Event_01 (MaggotLoad)", 356739); DictSNOMarkerSet.Add("x1_BogCave_NS_Event_01 (particles)", 358501); DictSNOMarkerSet.Add("x1_BogCave_NS_Event_01", 353661); DictSNOMarkerSet.Add("x1_BogCave_NW_01 (Audio)", 375836); DictSNOMarkerSet.Add("x1_BogCave_NW_01 (Encounters)", 271009); DictSNOMarkerSet.Add("x1_BogCave_NW_01 (Environment)", 234689); DictSNOMarkerSet.Add("x1_BogCave_NW_01 (Foliage)", 234688); DictSNOMarkerSet.Add("x1_BogCave_NW_01 (Lighting)", 234691); DictSNOMarkerSet.Add("x1_BogCave_NW_01 (Loot)", 234692); DictSNOMarkerSet.Add("x1_BogCave_NW_01 (Patch)", 450332); DictSNOMarkerSet.Add("x1_BogCave_NW_01", 234690); DictSNOMarkerSet.Add("x1_BogCave_N_01 (Audio)", 375805); DictSNOMarkerSet.Add("x1_BogCave_N_01 (Bug Patch)", 449853); DictSNOMarkerSet.Add("x1_BogCave_N_01 (Encounters)", 270995); DictSNOMarkerSet.Add("x1_BogCave_N_01 (Environment)", 234699); DictSNOMarkerSet.Add("x1_BogCave_N_01 (Foliage)", 234698); DictSNOMarkerSet.Add("x1_BogCave_N_01 (Lighting)", 234701); DictSNOMarkerSet.Add("x1_BogCave_N_01 (Loot)", 234702); DictSNOMarkerSet.Add("x1_BogCave_N_01", 234700); DictSNOMarkerSet.Add("x1_BogCave_N_dungeonStone_Exit_01 (Audio)", 375855); DictSNOMarkerSet.Add("x1_BogCave_N_dungeonStone_Exit_01 (Encounters)", 235121); DictSNOMarkerSet.Add("x1_BogCave_N_dungeonStone_Exit_01 (Environment)", 235123); DictSNOMarkerSet.Add("x1_BogCave_N_dungeonStone_Exit_01 (Foliage)", 235124); DictSNOMarkerSet.Add("x1_BogCave_N_dungeonStone_Exit_01 (Lighting)", 235125); DictSNOMarkerSet.Add("x1_BogCave_N_dungeonStone_Exit_01 (Loot)", 235126); DictSNOMarkerSet.Add("x1_BogCave_N_dungeonStone_Exit_01 (Patch)", 370121); DictSNOMarkerSet.Add("x1_BogCave_N_dungeonStone_Exit_01", 235120); DictSNOMarkerSet.Add("x1_BogCave_N_Entrance_01 (Audio)", 375807); DictSNOMarkerSet.Add("x1_BogCave_N_Entrance_01 (Encounters)", 235023); DictSNOMarkerSet.Add("x1_BogCave_N_Entrance_01 (Environment)", 234709); DictSNOMarkerSet.Add("x1_BogCave_N_Entrance_01 (Foliage)", 234708); DictSNOMarkerSet.Add("x1_BogCave_N_Entrance_01 (Lighting)", 234711); DictSNOMarkerSet.Add("x1_BogCave_N_Entrance_01 (Loot)", 234712); DictSNOMarkerSet.Add("x1_BogCave_N_Entrance_01 (x1_BogCave_LeoricDeserters)", 369167); DictSNOMarkerSet.Add("x1_BogCave_N_Entrance_01", 234710); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01 (Audio)", 375852); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01 (Encounters)", 235024); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01 (Environment)", 234973); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01 (Foliage)", 234974); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01 (Lighting)", 234975); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01 (Loot)", 234976); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01 (Quest Cave 1)", 280312); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01", 234972); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01_Connector (Audio)", 375843); DictSNOMarkerSet.Add("x1_BogCave_N_Exit_01_Connector (Encounters)", 367478); DictSNOMarkerSet.Add("x1_BogCave_SEW_01 (Audio)", 375838); DictSNOMarkerSet.Add("x1_BogCave_SEW_01 (Encounters)", 271006); DictSNOMarkerSet.Add("x1_BogCave_SEW_01 (Environment)", 234719); DictSNOMarkerSet.Add("x1_BogCave_SEW_01 (Foliage)", 234718); DictSNOMarkerSet.Add("x1_BogCave_SEW_01 (Lighting)", 234721); DictSNOMarkerSet.Add("x1_BogCave_SEW_01 (Loot)", 234722); DictSNOMarkerSet.Add("x1_BogCave_SEW_01 (Patch)", 369962); DictSNOMarkerSet.Add("x1_BogCave_SEW_01", 234720); DictSNOMarkerSet.Add("x1_BogCave_SE_01 (Audio)", 265376); DictSNOMarkerSet.Add("x1_BogCave_SE_01 (Encounters)", 255761); DictSNOMarkerSet.Add("x1_BogCave_SE_01 (Environment)", 234729); DictSNOMarkerSet.Add("x1_BogCave_SE_01 (Foliage)", 234728); DictSNOMarkerSet.Add("x1_BogCave_SE_01 (Lighting)", 234731); DictSNOMarkerSet.Add("x1_BogCave_SE_01 (Loot)", 234732); DictSNOMarkerSet.Add("x1_BogCave_SE_01 (Particles)", 263701); DictSNOMarkerSet.Add("x1_BogCave_SE_01 (Patch)", 450331); DictSNOMarkerSet.Add("x1_BogCave_SE_01", 234730); DictSNOMarkerSet.Add("x1_BogCave_SE_02 (Audio)", 375840); DictSNOMarkerSet.Add("x1_BogCave_SE_02 (Encounters)", 248784); DictSNOMarkerSet.Add("x1_BogCave_SE_02 (Environment)", 248226); DictSNOMarkerSet.Add("x1_BogCave_SE_02 (Foliage)", 248225); DictSNOMarkerSet.Add("x1_BogCave_SE_02 (Lighting)", 248772); DictSNOMarkerSet.Add("x1_BogCave_SE_02 (Loot)", 248773); DictSNOMarkerSet.Add("x1_BogCave_SE_02 (Particles)", 248696); DictSNOMarkerSet.Add("x1_BogCave_SE_02", 248227); DictSNOMarkerSet.Add("x1_BogCave_SW_01 (Audio)", 265400); DictSNOMarkerSet.Add("x1_BogCave_SW_01 (Encounters)", 270976); DictSNOMarkerSet.Add("x1_BogCave_SW_01 (Environment)", 234741); DictSNOMarkerSet.Add("x1_BogCave_SW_01 (Foliage)", 234740); DictSNOMarkerSet.Add("x1_BogCave_SW_01 (Lighting)", 234743); DictSNOMarkerSet.Add("x1_BogCave_SW_01 (Loot)", 234744); DictSNOMarkerSet.Add("x1_BogCave_SW_01 (Particles)", 264354); DictSNOMarkerSet.Add("x1_BogCave_SW_01 (Patch)", 369972); DictSNOMarkerSet.Add("x1_BogCave_SW_01", 234742); DictSNOMarkerSet.Add("x1_BogCave_S_01 (Audio)", 375837); DictSNOMarkerSet.Add("x1_BogCave_S_01 (Encounters)", 270975); DictSNOMarkerSet.Add("x1_BogCave_S_01 (Environment)", 234752); DictSNOMarkerSet.Add("x1_BogCave_S_01 (Foliage)", 234751); DictSNOMarkerSet.Add("x1_BogCave_S_01 (Lighting)", 234754); DictSNOMarkerSet.Add("x1_BogCave_S_01 (Loot)", 234755); DictSNOMarkerSet.Add("x1_BogCave_S_01", 234753); DictSNOMarkerSet.Add("x1_BogCave_S_dungeonStone_Exit_01 (Audio)", 375856); DictSNOMarkerSet.Add("x1_BogCave_S_dungeonStone_Exit_01 (Encounters)", 235128); DictSNOMarkerSet.Add("x1_BogCave_S_dungeonStone_Exit_01 (Environment)", 235129); DictSNOMarkerSet.Add("x1_BogCave_S_dungeonStone_Exit_01 (Foliage)", 235130); DictSNOMarkerSet.Add("x1_BogCave_S_dungeonStone_Exit_01 (Lighting)", 235131); DictSNOMarkerSet.Add("x1_BogCave_S_dungeonStone_Exit_01 (Loot)", 235132); DictSNOMarkerSet.Add("x1_BogCave_S_dungeonStone_Exit_01", 235127); DictSNOMarkerSet.Add("x1_BogCave_S_Entrance_01 (Audio)", 375816); DictSNOMarkerSet.Add("x1_BogCave_S_Entrance_01 (Encounters)", 235025); DictSNOMarkerSet.Add("x1_BogCave_S_Entrance_01 (Environment)", 234762); DictSNOMarkerSet.Add("x1_BogCave_S_Entrance_01 (Foliage)", 234761); DictSNOMarkerSet.Add("x1_BogCave_S_Entrance_01 (Lighting)", 234764); DictSNOMarkerSet.Add("x1_BogCave_S_Entrance_01 (Loot)", 234765); DictSNOMarkerSet.Add("x1_BogCave_S_Entrance_01 (x1_BogCave_LeoricDeserters)", 369168); DictSNOMarkerSet.Add("x1_BogCave_S_Entrance_01", 234763); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01 (Audio)", 375853); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01 (Encounters)", 235026); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01 (Environment)", 234978); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01 (Foliage)", 234979); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01 (Lighting)", 234980); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01 (Loot)", 234981); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01 (Quest Cave 1)", 280313); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01", 234977); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01_Connector (Audio)", 375844); DictSNOMarkerSet.Add("x1_BogCave_S_Exit_01_Connector (Encounters)", 367479); DictSNOMarkerSet.Add("x1_BogCave_W_01 (Audio)", 375839); DictSNOMarkerSet.Add("x1_BogCave_W_01 (Encounters)", 270990); DictSNOMarkerSet.Add("x1_BogCave_W_01 (Environment)", 234778); DictSNOMarkerSet.Add("x1_BogCave_W_01 (Foliage)", 234777); DictSNOMarkerSet.Add("x1_BogCave_W_01 (Lighting)", 234780); DictSNOMarkerSet.Add("x1_BogCave_W_01 (Loot)", 234781); DictSNOMarkerSet.Add("x1_BogCave_W_01", 234779); DictSNOMarkerSet.Add("x1_BogCave_W_dungeonStone_Exit_01 (Audio)", 375857); DictSNOMarkerSet.Add("x1_BogCave_W_dungeonStone_Exit_01 (Encounters)", 235134); DictSNOMarkerSet.Add("x1_BogCave_W_dungeonStone_Exit_01 (Environment)", 235135); DictSNOMarkerSet.Add("x1_BogCave_W_dungeonStone_Exit_01 (Foliage)", 235136); DictSNOMarkerSet.Add("x1_BogCave_W_dungeonStone_Exit_01 (Lighting)", 235137); DictSNOMarkerSet.Add("x1_BogCave_W_dungeonStone_Exit_01 (Loot)", 235138); DictSNOMarkerSet.Add("x1_BogCave_W_dungeonStone_Exit_01", 235133); DictSNOMarkerSet.Add("x1_BogCave_W_Entrance_01 (Audio)", 375820); DictSNOMarkerSet.Add("x1_BogCave_W_Entrance_01 (Encounters)", 235027); DictSNOMarkerSet.Add("x1_BogCave_W_Entrance_01 (Environment)", 234800); DictSNOMarkerSet.Add("x1_BogCave_W_Entrance_01 (Foliage)", 234799); DictSNOMarkerSet.Add("x1_BogCave_W_Entrance_01 (Lighting)", 234802); DictSNOMarkerSet.Add("x1_BogCave_W_Entrance_01 (Loot)", 234803); DictSNOMarkerSet.Add("x1_BogCave_W_Entrance_01 (Particles)", 263956); DictSNOMarkerSet.Add("x1_BogCave_W_Entrance_01 (x1_BogCave_LeoricDeserters)", 369169); DictSNOMarkerSet.Add("x1_BogCave_W_Entrance_01", 234801); DictSNOMarkerSet.Add("x1_BogCave_W_Exit_01 (Audio)", 265429); DictSNOMarkerSet.Add("x1_BogCave_W_Exit_01 (Encounters)", 235020); DictSNOMarkerSet.Add("x1_BogCave_W_Exit_01 (Environment)", 234983); DictSNOMarkerSet.Add("x1_BogCave_W_Exit_01 (Lighting)", 234985); DictSNOMarkerSet.Add("x1_BogCave_W_Exit_01 (Loot)", 234986); DictSNOMarkerSet.Add("x1_BogCave_W_Exit_01 (Particles)", 264035); DictSNOMarkerSet.Add("x1_BogCave_W_Exit_01_Connector (Encounters)", 367480); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_01 (Audio)", 377534); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_01 (Encounters)", 336645); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_01 (Environment)", 235855); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_01 (Foliage)", 235854); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_01 (Lighting)", 235857); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_01 (Loot)", 235858); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_01 (particles)", 307648); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_01", 235856); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_02 (Audio)", 377622); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_02 (Encounters)", 361452); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_02 (Environment)", 341261); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_02 (Foliage)", 341260); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_02 (Lighting)", 341263); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_02 (Loot)", 341264); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_02 (Particles)", 341553); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NE_02", 341262); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_01 (Audio)", 377533); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_01 (Encounters)", 336647); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_01 (Environment)", 235843); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_01 (Foliage)", 235842); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_01 (Lighting)", 235845); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_01 (Loot)", 235846); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_01 (Particles)", 308151); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_01", 235844); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_02 (Audio)", 377623); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_02 (Encounters)", 361470); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_02 (event angryBats)", 343014); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_02 (Lighting)", 341529); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_02 (Loot)", 341530); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_02 (Particles)", 341548); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_NW_02", 341528); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_01 (Audio)", 377620); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_01 (Encounters)", 336649); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_01 (Environment)", 235877); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_01 (Foliage)", 235876); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_01 (Lighting)", 235879); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_01 (Loot)", 235880); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_01 (Particles)", 308214); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_01", 235878); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_02 (Audio)", 377625); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_02 (Encounters)", 361509); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_02 (Environment)", 341721); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_02 (Foliage)", 341720); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_02 (Lighting)", 341723); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_02 (Loot)", 341724); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_02 (Particles)", 342193); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SE_02", 341722); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_01 (Audio)", 377535); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_01 (Encounters)", 336641); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_01 (Environment)", 235866); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_01 (Foliage)", 235865); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_01 (Lighting)", 235868); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_01 (Loot)", 235869); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_01 (Particles)", 307954); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_01", 235867); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_02 (Audio)", 377626); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_02 (Encounters)", 361516); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_02 (Environment)", 342227); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_02 (event)", 346483); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_02 (Foliage)", 342226); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_02 (Lighting)", 342229); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_02 (Loot)", 342230); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_02 (Particles)", 342569); DictSNOMarkerSet.Add("x1_Bog_120_Border_Elbow_SW_02", 342228); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01 (Audio)", 377531); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01 (Encounters)", 339446); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01 (Environment)", 235627); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01 (Foliage)", 235626); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01 (Lighting)", 235629); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01 (Loot)", 235630); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01 (Particles)", 308234); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01", 235628); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01 (Bog Cave 1)", 376710); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01 (Bog Cave 2)", 376711); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01 (Encounters)", 253439); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01 (Lighting)", 252717); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01 (Loot)", 252718); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01 (Particles)", 311786); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01", 252716); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01_Connector (Encounters)", 359104); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01_Connector_Exit (Encounters)", 359132); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Entrance (Encounters)", 266129); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Entrance (Environment)", 264668); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Entrance (Foliage)", 264667); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Entrance (Lighting)", 264670); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Entrance (Loot)", 264671); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Entrance (Particles)", 309691); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Entrance", 264669); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Exit (Encounters)", 266214); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Exit (Environment)", 265689); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Exit (Foliage)", 265688); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Exit (Lighting)", 265691); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Exit (Loot)", 265692); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Exit (LootRun)", 369034); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Exit (Particles)", 311131); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Exit", 265690); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance (Cellar A)", 362651); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance (Cellar B)", 362652); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance (Cellar C)", 362653); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance (Cellar D)", 362654); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance (Encounters)", 335812); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance (Environment)", 312574); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance (Lighting)", 312465); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance (Loot)", 312466); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance (Particles)", 312566); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_01_Family_Entrance", 312464); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_02 (Audio)", 377540); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_02 (Encounters)", 237576); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_02 (Environment)", 237567); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_02 (Foliage)", 237566); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_02 (Lighting)", 237569); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_02 (Loot)", 237570); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_02 (Particles)", 341359); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_02", 237568); DictSNOMarkerSet.Add("x1_Bog_120_Border_NEW_02_Dungeonstone_Exit (Encounters)", 356934); DictSNOMarkerSet.Add("x1_Bog_120_Border_NE_01 (Environment)", 235706); DictSNOMarkerSet.Add("x1_Bog_120_Border_NE_01 (Foliage)", 235705); DictSNOMarkerSet.Add("x1_Bog_120_Border_NE_01 (Lighting)", 235708); DictSNOMarkerSet.Add("x1_Bog_120_Border_NE_01 (Loot)", 235709); DictSNOMarkerSet.Add("x1_Bog_120_Border_NE_01 (Particles)", 307488); DictSNOMarkerSet.Add("x1_Bog_120_Border_NE_01", 235707); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01 (Audio)", 377532); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01 (Encounters)", 336644); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01 (Environment)", 235638); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01 (Foliage)", 235637); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01 (Lighting)", 235640); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01 (Loot)", 235641); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01 (Particles)", 308398); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01", 235639); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Entrance (Encounters)", 266130); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Entrance (Environment)", 264770); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Entrance (Foliage)", 264769); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Entrance (Lighting)", 264772); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Entrance (Loot)", 264773); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Entrance (Particles)", 309737); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Entrance", 264771); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Exit (Encounters)", 266215); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Exit (Environment)", 265674); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Exit (Foliage)", 265673); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Exit (Lighting)", 265676); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Exit (Loot)", 265677); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Exit (LootRun)", 369037); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Exit (Particles)", 337752); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_01_Exit", 265675); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02 (Audio)", 377541); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02 (Encounters)", 361469); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02 (Environment)", 339082); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02 (Lighting)", 332056); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02 (Loot)", 332057); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02 (particles)", 366378); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02", 332055); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02_Dungeonstone_Exit (Encounters)", 356938); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02_Dungeonstone_Exit (Particles)", 366567); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02_Family_Entrance (Audio)", 377616); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02_Family_Entrance (Cellar A)", 362659); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02_Family_Entrance (Cellar B)", 362660); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02_Family_Entrance (Cellar C)", 362662); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02_Family_Entrance (Cellar D)", 362663); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSE_02_Family_Entrance (Particles)", 366559); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01 (Audio)", 377603); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01 (Bog Cave 1)", 376714); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01 (Bog Cave 2)", 376715); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01 (Encounters)", 253440); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01 (Lighting)", 252741); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01 (Loot)", 252742); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01 (Particles)", 366558); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01", 252740); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01_Connector (Encounters)", 359105); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01_Connector (Particles)", 366568); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01_Connector_Exit (Encounters)", 359141); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01_Connector_Exit (Particles)", 366569); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01 (Audio)", 377133); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01 (Encounters)", 336650); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01 (Environment)", 235615); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01 (Foliage)", 235614); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01 (Lighting)", 235617); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01 (Loot)", 235618); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01 (Particles)", 309104); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01", 235616); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01 (Bog Cave 1)", 376716); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01 (Bog Cave 2)", 376717); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01 (Encounters)", 253442); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01 (Lighting)", 252764); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01 (Loot)", 252765); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01 (Particles)", 312116); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01", 252763); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01_Connector (Audio)", 377608); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01_Connector (Encounters)", 359106); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01_Connector_Exit (Audio)", 377610); DictSNOMarkerSet.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01_Connector_Exit (Encounters)", 359142); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Entrance (Encounters)", 266131); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Entrance (Environment)", 264978); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Entrance (Foliage)", 264977); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Entrance (Lighting)", 264980); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Entrance (Loot)", 264981); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Entrance (Particles)", 309894); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Entrance", 264979); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Exit (Audio)", 377591); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Exit (Encounters)", 266216); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Exit (Environment)", 265620); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Exit (Foliage)", 265619); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Exit (Lighting)", 265622); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Exit (Loot)", 265623); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Exit (LootRun)", 369038); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Exit (Particles)", 312451); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_01_Exit", 265621); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02 (Audio)", 377582); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02 (Encounters)", 361496); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02 (Environment)", 365470); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02 (Lighting)", 332071); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02 (Loot)", 332072); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02 (Particles)", 338772); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02", 332070); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02_Dungeonstone_Exit (Encounters)", 356947); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02_Family_Entrance (Audio)", 377617); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02_Family_Entrance (Cellar B)", 362666); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02_Family_Entrance (Cellar C)", 362667); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02_Family_Entrance (Cellar D)", 362669); DictSNOMarkerSet.Add("x1_Bog_120_Border_NSW_02_Family_Entrance (Encounters)", 369781); DictSNOMarkerSet.Add("x1_Bog_120_Border_NW_01 (Encounters)", 339447); DictSNOMarkerSet.Add("x1_Bog_120_Border_NW_01 (Environment)", 235694); DictSNOMarkerSet.Add("x1_Bog_120_Border_NW_01 (Foliage)", 235693); DictSNOMarkerSet.Add("x1_Bog_120_Border_NW_01 (Lighting)", 235696); DictSNOMarkerSet.Add("x1_Bog_120_Border_NW_01 (Loot)", 235697); DictSNOMarkerSet.Add("x1_Bog_120_Border_NW_01 (Particles)", 308488); DictSNOMarkerSet.Add("x1_Bog_120_Border_NW_01", 235695); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01 (Encounters)", 361502); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01 (Environment)", 235649); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01 (Foliage)", 235648); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01 (Lighting)", 235651); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01 (Loot)", 235652); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01 (Particles)", 308926); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01", 235650); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01 (Audio)", 377604); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01 (Bog Cave 1)", 376718); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01 (Bog Cave 2)", 376719); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01 (Encounters)", 253444); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01 (Lighting)", 252774); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01 (Loot)", 252775); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01 (Particles)", 312403); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01", 252773); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01_Connector (Audio)", 377609); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01_Connector (Encounters)", 359111); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01_Connector_Exit (Audio)", 377611); DictSNOMarkerSet.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01_Connector_Exit (Encounters)", 359143); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Entrance (Audio)", 377538); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Entrance (Encounters)", 266132); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Entrance (Environment)", 264878); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Entrance (Foliage)", 264877); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Entrance (Lighting)", 264880); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Entrance (Loot)", 264881); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Entrance (Particles)", 310779); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Entrance", 264879); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Exit (Encounters)", 266217); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Exit (Environment)", 265651); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Exit (Foliage)", 265650); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Exit (Lighting)", 265653); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Exit (Loot)", 265654); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Exit (LootRun)", 369036); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Exit (Particles)", 338299); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_01_Exit", 265652); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02 (Audio)", 377542); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02 (Encounters)", 237560); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02 (Environment)", 237506); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02 (event tribute)", 343800); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02 (Foliage)", 237505); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02 (Lighting)", 237508); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02 (Loot)", 237509); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02", 237507); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02_Dungeonstone_Exit (Encounters)", 356944); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02_Family_Entrance (Audio)", 377619); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02_Family_Entrance (Cellar A)", 362670); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02_Family_Entrance (Cellar B)", 362671); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02_Family_Entrance (Cellar C)", 362672); DictSNOMarkerSet.Add("x1_Bog_120_Border_SEW_02_Family_Entrance (Cellar D)", 362673); DictSNOMarkerSet.Add("x1_Bog_120_Border_SE_01 (Environment)", 235660); DictSNOMarkerSet.Add("x1_Bog_120_Border_SE_01 (Foliage)", 235659); DictSNOMarkerSet.Add("x1_Bog_120_Border_SE_01 (Lighting)", 235662); DictSNOMarkerSet.Add("x1_Bog_120_Border_SE_01 (Loot)", 235663); DictSNOMarkerSet.Add("x1_Bog_120_Border_SE_01 (Particles)", 308492); DictSNOMarkerSet.Add("x1_Bog_120_Border_SE_01", 235661); DictSNOMarkerSet.Add("x1_Bog_120_Border_SW_01 (Environment)", 235672); DictSNOMarkerSet.Add("x1_Bog_120_Border_SW_01 (Foliage)", 235671); DictSNOMarkerSet.Add("x1_Bog_120_Border_SW_01 (Lighting)", 235674); DictSNOMarkerSet.Add("x1_Bog_120_Border_SW_01 (Loot)", 235675); DictSNOMarkerSet.Add("x1_Bog_120_Border_SW_01 (Particles)", 309215); DictSNOMarkerSet.Add("x1_Bog_120_Border_SW_01", 235673); DictSNOMarkerSet.Add("x1_Bog_120_Edge_EW_01 (Encounters)", 336885); DictSNOMarkerSet.Add("x1_Bog_120_Edge_EW_01 (Environment)", 246016); DictSNOMarkerSet.Add("x1_Bog_120_Edge_EW_01 (Foliage)", 246015); DictSNOMarkerSet.Add("x1_Bog_120_Edge_EW_01 (Lighting)", 246018); DictSNOMarkerSet.Add("x1_Bog_120_Edge_EW_01 (Loot)", 246019); DictSNOMarkerSet.Add("x1_Bog_120_Edge_EW_01 (Particles)", 305882); DictSNOMarkerSet.Add("x1_Bog_120_Edge_EW_01", 246017); DictSNOMarkerSet.Add("x1_Bog_120_Edge_E_01 (Encounters)", 361500); DictSNOMarkerSet.Add("x1_Bog_120_Edge_E_01 (Environment)", 246034); DictSNOMarkerSet.Add("x1_Bog_120_Edge_E_01 (Foliage)", 246033); DictSNOMarkerSet.Add("x1_Bog_120_Edge_E_01 (Lighting)", 246036); DictSNOMarkerSet.Add("x1_Bog_120_Edge_E_01 (Loot)", 246037); DictSNOMarkerSet.Add("x1_Bog_120_Edge_E_01 (Particles)", 306069); DictSNOMarkerSet.Add("x1_Bog_120_Edge_E_01", 246035); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_01 (Audio)", 295058); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_01 (Encounters)", 250918); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_01 (Environment)", 246054); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_01 (Foliage)", 246053); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_01 (Lighting)", 246056); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_01 (Loot)", 246057); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_01 (particle)", 303480); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_01", 246055); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_02 (Audio)", 377612); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_02 (Encounters)", 361454); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_02 (Lighting)", 342295); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_02 (Loot)", 342296); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_02 (Particles)", 342369); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NEW_02", 342294); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_01 (Encounters)", 250920); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_01 (Environment)", 246069); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_01 (Foliage)", 246068); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_01 (Lighting)", 246071); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_01 (Loot)", 246072); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_01 (particles)", 305697); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_01", 246070); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_02 (Audio)", 377600); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_02 (Encounters)", 361524); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_02 (Lighting)", 341804); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_02 (Loot)", 341805); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_02 (Particles)", 342264); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NE_02", 341803); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_01 (Encounters)", 336665); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_01 (Environment)", 246087); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_01 (Foliage)", 246086); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_01 (Lighting)", 246089); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_01 (Loot)", 246090); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_01 (particle)", 303649); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_01", 246088); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_02 (Audio)", 377613); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_02 (Encounters)", 361471); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_02 (Lighting)", 342645); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_02 (Loot)", 342646); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_02 (Particles)", 360485); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSE_02", 342644); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_01 (Encounters)", 250099); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_01 (Environment)", 246172); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_01 (Foliage)", 246171); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_01 (Lighting)", 246174); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_01 (Loot)", 246175); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_01 (particle)", 303774); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_01", 246173); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_02 (Audio)", 377614); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_02 (Encounters)", 361484); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_02 (Environment)", 342608); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_02 (Foliage)", 342607); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_02 (Lighting)", 342610); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_02 (Loot)", 342611); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_02 (Particles)", 342845); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NSW_02", 342609); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NS_01 (Encounters)", 336663); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NS_01 (Environment)", 246184); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NS_01 (Foliage)", 246183); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NS_01 (Lighting)", 246186); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NS_01 (Loot)", 246187); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NS_01 (particles)", 306085); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NS_01", 246185); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_01 (Encounters)", 250917); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_01 (Environment)", 246198); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_01 (Foliage)", 246197); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_01 (Lighting)", 246200); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_01 (Loot)", 246201); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_01 (Particles)", 306212); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_01", 246199); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_02 (Encounters)", 361498); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_02 (Environment)", 342273); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_02 (Foliage)", 342272); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_02 (Lighting)", 342275); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_02 (Loot)", 342276); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_02 (Particles)", 342401); DictSNOMarkerSet.Add("x1_Bog_120_Edge_NW_02", 342274); DictSNOMarkerSet.Add("x1_Bog_120_Edge_N_01 (Encounters)", 336659); DictSNOMarkerSet.Add("x1_Bog_120_Edge_N_01 (Environment)", 246210); DictSNOMarkerSet.Add("x1_Bog_120_Edge_N_01 (Foliage)", 246209); DictSNOMarkerSet.Add("x1_Bog_120_Edge_N_01 (Lighting)", 246212); DictSNOMarkerSet.Add("x1_Bog_120_Edge_N_01 (Loot)", 246213); DictSNOMarkerSet.Add("x1_Bog_120_Edge_N_01 (Particles)", 305698); DictSNOMarkerSet.Add("x1_Bog_120_Edge_N_01", 246211); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_01 (Encounters)", 250922); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_01 (Environment)", 246223); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_01 (Foliage)", 246222); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_01 (Lighting)", 246225); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_01 (Loot)", 246226); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_01 (particle)", 303795); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_01", 246224); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_02 (Audio)", 377615); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_02 (Encounters)", 361517); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_02 (Lighting)", 342660); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_02 (Loot)", 342661); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_02 (Particles)", 342674); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SEW_02", 342659); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_01 (Encounters)", 250921); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_01 (Environment)", 246235); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_01 (Foliage)", 246234); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_01 (Lighting)", 246237); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_01 (Loot)", 246238); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_01 (Particles)", 306237); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_01", 246236); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_02 (Audio)", 377601); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_02 (Encounters)", 361510); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_02 (Lighting)", 342466); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_02 (Loot)", 342467); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_02 (Particles)", 342473); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SE_02", 342465); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_01 (Encounters)", 250924); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_01 (Environment)", 246246); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_01 (Foliage)", 246245); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_01 (Lighting)", 246248); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_01 (Loot)", 246249); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_01 (Particles)", 306240); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_01", 246247); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_02 (Audio)", 377602); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_02 (Encounters)", 361525); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_02 (Environment)", 365229); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_02 (Lighting)", 341889); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_02 (Loot)", 341890); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_02 (Particles)", 342061); DictSNOMarkerSet.Add("x1_Bog_120_Edge_SW_02", 341888); DictSNOMarkerSet.Add("x1_Bog_120_Edge_S_01 (Encounters)", 336640); DictSNOMarkerSet.Add("x1_Bog_120_Edge_S_01 (Environment)", 246258); DictSNOMarkerSet.Add("x1_Bog_120_Edge_S_01 (Foliage)", 246257); DictSNOMarkerSet.Add("x1_Bog_120_Edge_S_01 (Lighting)", 246260); DictSNOMarkerSet.Add("x1_Bog_120_Edge_S_01 (Loot)", 246261); DictSNOMarkerSet.Add("x1_Bog_120_Edge_S_01 (Particles)", 306233); DictSNOMarkerSet.Add("x1_Bog_120_Edge_S_01", 246259); DictSNOMarkerSet.Add("x1_Bog_120_Edge_W_01 (Encounters)", 336715); DictSNOMarkerSet.Add("x1_Bog_120_Edge_W_01 (Environment)", 246269); DictSNOMarkerSet.Add("x1_Bog_120_Edge_W_01 (Foliage)", 246268); DictSNOMarkerSet.Add("x1_Bog_120_Edge_W_01 (Lighting)", 246271); DictSNOMarkerSet.Add("x1_Bog_120_Edge_W_01 (Loot)", 246272); DictSNOMarkerSet.Add("x1_Bog_120_Edge_W_01 (Particles)", 306289); DictSNOMarkerSet.Add("x1_Bog_120_Edge_W_01", 246270); DictSNOMarkerSet.Add("x1_Bog_120_Filler (Environment)", 246402); DictSNOMarkerSet.Add("x1_Bog_120_Filler (Foliage)", 246401); DictSNOMarkerSet.Add("x1_Bog_120_Filler (Lighting)", 246403); DictSNOMarkerSet.Add("x1_Bog_120_Filler (Loot)", 246404); DictSNOMarkerSet.Add("x1_Bog_120_Filler (Particles)", 334970); DictSNOMarkerSet.Add("x1_Bog_120_Filler", 246400); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01 (Encounters)", 251240); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01 (Environment)", 246287); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01 (Foliage)", 246286); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01 (Lighting)", 246289); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01 (Loot)", 246290); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01 (particles)", 257623); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01", 246288); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Cellar A)", 362655); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Cellar B)", 362656); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Cellar C)", 362657); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Cellar D)", 362658); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Encounters)", 246705); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Environment)", 246700); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Foliage)", 246699); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Lighting)", 246702); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Loot)", 246703); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01 (Particles)", 368394); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01", 246701); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_family (Audio)", 377539); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_family (Encounters)", 361448); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_family (Environment)", 250079); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_family (Lighting)", 250054); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_family (Loot)", 250055); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_family (PapaBrute)", 340351); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_family (Particles)", 312369); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_family (Quest)", 282638); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_family", 250053); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_Ruins (Audio)", 377593); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_Ruins (Encounters)", 336716); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_Ruins (Lighting)", 306394); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_Ruins (Loot)", 306395); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_Ruins (Particles)", 306507); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_01_Ruins", 306393); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02 (Encounters)", 336881); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02 (Environment)", 246298); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02 (Foliage)", 246297); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02 (Lighting)", 246300); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02 (Loot)", 246301); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02 (particle)", 257621); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02 (RedLighting)", 300100); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02", 246299); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02_Ruins (Encounters)", 358157); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02_Ruins (Environment)", 364892); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02_Ruins (Lighting)", 306643); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02_Ruins (Loot)", 306644); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02_Ruins (Particles)", 306674); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_02_Ruins", 306642); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03 (Encounters)", 361486); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03 (Environment)", 246323); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03 (Foliage)", 246322); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03 (Lighting)", 246325); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03 (Loot)", 246326); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03 (particle)", 256697); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03 (RedLighting)", 300101); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03", 246324); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03_ruins (Encounters)", 361449); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03_ruins (Environment)", 364894); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03_ruins (Lighting)", 303886); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03_ruins (Loot)", 303887); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03_ruins (particle)", 303895); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_03_ruins", 303885); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_04_ruins (Encounters)", 336883); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_04_ruins (event angryBats)", 449348); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_04_ruins (Lighting)", 306984); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_04_ruins (Loot)", 306985); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_04_ruins (Particles)", 307103); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_04_ruins", 306983); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05 (Audio)", 377592); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05 (Encounters)", 361468); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05 (Environment)", 257818); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05 (Foliage)", 257817); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05 (Lighting)", 257820); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05 (Loot)", 257821); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05 (particles)", 257836); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05", 257819); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05_Ruins (Encounters)", 361477); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05_Ruins (Environment)", 364898); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05_Ruins (event boggit party)", 357032); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05_Ruins (Lighting)", 306741); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05_Ruins (Loot)", 306742); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05_Ruins (Particles)", 306744); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_05_Ruins", 306740); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_10 (Audio)", 377594); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_10 (Encounters)", 361478); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_10 (Lighting)", 339251); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_10 (Loot)", 339252); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_10", 339250); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_11 (Audio)", 377595); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_11 (Encounters)", 361497); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_11 (Lighting)", 339221); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_11 (Loot)", 339222); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_11", 339220); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_12 (Encounters)", 361508); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_12 (Lighting)", 338272); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_12 (Loot)", 338273); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_12 (Particles)", 366560); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_12", 338271); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_13 (Encounters)", 361514); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_13 (Environment)", 364951); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_13 (Lighting)", 338159); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_13 (Loot)", 338160); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_13 (Particles)", 338173); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_13", 338158); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CatacombsEntrance_01 (Audio)", 377597); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CatacombsEntrance_01 (Encounters)", 340994); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CatacombsEntrance_01 (Lighting)", 340752); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CatacombsEntrance_01 (Loot)", 340753); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CatacombsEntrance_01 (Particles)", 340866); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CatacombsEntrance_01", 340751); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01 (Bog Cave 1)", 376712); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01 (Bog Cave 2)", 376713); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01 (Encounters)", 253583); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01 (Environment)", 246336); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01 (Foliage)", 246335); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01 (Lighting)", 246338); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01 (Loot)", 246339); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01 (Particles)", 341628); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01", 246337); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01_Connector_Entrance (Encounters)", 359115); DictSNOMarkerSet.Add("x1_Bog_120_NSEW_CaveEntrance_01_Connector_Exit (Encounters)", 359144); DictSNOMarkerSet.Add("X1_Bog_120_NSEW_Waypoint_01 (Encounters)", 337824); DictSNOMarkerSet.Add("X1_Bog_120_NSEW_Waypoint_01 (Lighting)", 251909); DictSNOMarkerSet.Add("X1_Bog_120_NSEW_Waypoint_01 (Loot)", 251910); DictSNOMarkerSet.Add("X1_Bog_120_NSEW_Waypoint_01 (Particles)", 335361); DictSNOMarkerSet.Add("X1_Bog_120_NSEW_Waypoint_01", 251908); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_EW_02 (Encounters)", 268813); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_EW_02 (Environment)", 268030); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_EW_02 (Foliage)", 268029); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_EW_02 (Lighting)", 268032); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_EW_02 (Loot)", 268033); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_EW_02 (Particles)", 340228); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_EW_02", 268031); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_NS_02 (Encounters)", 268826); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_NS_02 (Environment)", 267873); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_NS_02 (Foliage)", 267872); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_NS_02 (Lighting)", 267875); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_NS_02 (Loot)", 267876); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_NS_02 (Particles)", 337419); DictSNOMarkerSet.Add("X1_Bog_240_ChokePoint_NS_02", 267874); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S01 (Encounters)", 337784); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S01 (Environment)", 337772); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S01 (Foliage)", 337776); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S01 (Lighting)", 337781); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S01 (Loot)", 337782); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S01 (Particles)", 338597); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S01 (Set Dungeons)", 447272); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S01", 337777); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S02 (Encounters)", 337786); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S02 (Environment)", 337774); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S02 (Foliage)", 337773); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S02 (Lighting)", 337778); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S02 (Loot)", 337779); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S02 (Particles)", 338596); DictSNOMarkerSet.Add("x1_Bog_240_Entrance_A_E01_S02", 337775); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A (Death Grubs)", 341168); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A (Encounters)", 251194); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A (Environment)", 272171); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A (Event)", 276105); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A (Foliage)", 272170); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A (Hunters)", 341086); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A (Lighting)", 249652); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A (Loot)", 249653); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A (particles)", 272363); DictSNOMarkerSet.Add("x1_bog_bogpeople_Cellar_A", 249651); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_C (Encounters)", 337327); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_C (Environment)", 271061); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_C (Foliage)", 271060); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_C (Lighting)", 269866); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_C (Loot)", 269867); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_C (MaggotCrew)", 341150); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_C (particles)", 271101); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_C", 269865); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_D (3bears event)", 340594); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_D (ambush event)", 373841); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_D (Encounters)", 337328); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_D (Environment)", 271528); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_D (Foliage)", 271527); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_D (Lighting)", 271530); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_D (Loot)", 271531); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_D (Particles)", 271931); DictSNOMarkerSet.Add("x1_Bog_bogpeople_Cellar_D", 271529); DictSNOMarkerSet.Add("x1_Bog_CatacombsPortal_1_Correct", 340996); DictSNOMarkerSet.Add("x1_Bog_CatacombsPortal_2", 341010); DictSNOMarkerSet.Add("x1_Bog_CatacombsPortal_3", 341011); DictSNOMarkerSet.Add("x1_Bog_CatacombsPortal_4", 341012); DictSNOMarkerSet.Add("x1_Bog_CatacombsPortal_Beacon", 341213); DictSNOMarkerSet.Add("X1_Bog_Cave_Barricade_Ambush_X20_A", 339080); DictSNOMarkerSet.Add("X1_Bog_Cave_Barricade_Ambush_X20_B", 339086); DictSNOMarkerSet.Add("X1_Bog_Cave_Barricade_Ambush_X20_C", 339106); DictSNOMarkerSet.Add("X1_Bog_Cave_Chest_Ambush_X10_A", 337483); DictSNOMarkerSet.Add("X1_Bog_Cave_Chest_Ambush_X10_B", 338733); DictSNOMarkerSet.Add("X1_Bog_Cave_Chest_Ambush_X10_C", 338734); DictSNOMarkerSet.Add("X1_Bog_Cave_Chest_Ambush_X20_MaggotsAbove", 358005); DictSNOMarkerSet.Add("X1_Bog_Cave_Chest_Ambush_X20_MaggotsBelow", 358007); DictSNOMarkerSet.Add("X1_Bog_Cave_Chest_Ambush_X40_CaveRipper", 358009); DictSNOMarkerSet.Add("X1_Bog_Cave_Chest_Ambush_X50_Blight", 358003); DictSNOMarkerSet.Add("X1_Bog_Cave_Corpse_Ambush_A", 337480); DictSNOMarkerSet.Add("X1_Bog_Cave_Corpse_Ambush_B", 338746); DictSNOMarkerSet.Add("X1_Bog_Cave_Corpse_Ambush_C", 338747); DictSNOMarkerSet.Add("X1_Bog_Cave_Corpse_Ambush_D", 350504); DictSNOMarkerSet.Add("X1_Bog_Cave_GroundTile_Ambush_X10_A", 338755); DictSNOMarkerSet.Add("X1_Bog_Cave_GroundTile_Ambush_X10_C", 358015); DictSNOMarkerSet.Add("X1_bog_center_x10_bloodspring", 336891); DictSNOMarkerSet.Add("X1_bog_center_x20_bloodspring", 336898); DictSNOMarkerSet.Add("X1_bog_center_x20_buriedtreasure", 331681); DictSNOMarkerSet.Add("X1_bog_center_x20_GrubLog", 331796); DictSNOMarkerSet.Add("X1_bog_center_x20_GrubLog_rocks_A", 331972); DictSNOMarkerSet.Add("X1_bog_center_x20_grubparty", 331954); DictSNOMarkerSet.Add("X1_bog_center_x20_traps", 331825); DictSNOMarkerSet.Add("X1_bog_center_x30_bloodspring", 336899); DictSNOMarkerSet.Add("X1_bog_center_x30_lurechest_A", 331661); DictSNOMarkerSet.Add("X1_bog_center_x30_lurechest_B", 331663); DictSNOMarkerSet.Add("x1_Bog_Family_Guard_Tower", 347042); DictSNOMarkerSet.Add("X1_Bog_Sub240_Hillbilly (Audio)", 377605); DictSNOMarkerSet.Add("X1_Bog_Sub240_Hillbilly (Encounters)", 361455); DictSNOMarkerSet.Add("X1_Bog_Sub240_Hillbilly (Event - Hillbilly BAD)", 363494); DictSNOMarkerSet.Add("X1_Bog_Sub240_Hillbilly (Event - Hillbilly)", 350410); DictSNOMarkerSet.Add("X1_Bog_Sub240_Hillbilly (HillbillyProps)", 348871); DictSNOMarkerSet.Add("X1_Bog_Sub240_Hillbilly (Lighting)", 348589); DictSNOMarkerSet.Add("X1_Bog_Sub240_Hillbilly (Loot)", 348590); DictSNOMarkerSet.Add("X1_Bog_Sub240_Hillbilly (Particles)", 365856); DictSNOMarkerSet.Add("X1_Bog_Sub240_Hillbilly", 348588); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (BogPeople)", 347664); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (CursedChest_HunterKillers))", 377657); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (Encounters)", 361491); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (Environment)", 288529); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (Foliage)", 288528); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (King of the Hill)", 288622); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (Lighting)", 288531); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (Loot)", 288532); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (Particles)", 365833); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill (Tower)", 288764); DictSNOMarkerSet.Add("X1_Bog_Sub240_KingOfTheHill", 288530); DictSNOMarkerSet.Add("X1_Bog_Sub240_LordOfFools (Audio)", 377606); DictSNOMarkerSet.Add("X1_Bog_Sub240_LordOfFools (Encounters)", 361518); DictSNOMarkerSet.Add("X1_Bog_Sub240_LordOfFools (Environment)", 350198); DictSNOMarkerSet.Add("X1_Bog_Sub240_LordOfFools (Event - Lord of Fools)", 357402); DictSNOMarkerSet.Add("X1_Bog_Sub240_LordOfFools (Foliage)", 350197); DictSNOMarkerSet.Add("X1_Bog_Sub240_LordOfFools (Lighting)", 350200); DictSNOMarkerSet.Add("X1_Bog_Sub240_LordOfFools (Loot)", 350201); DictSNOMarkerSet.Add("X1_Bog_Sub240_LordOfFools (Particles)", 365849); DictSNOMarkerSet.Add("X1_Bog_Sub240_LordOfFools", 350199); DictSNOMarkerSet.Add("X1_Bog_Sub240_Prisoner_Pit (Encounters)", 360585); DictSNOMarkerSet.Add("X1_Bog_Sub240_Prisoner_Pit (Environment)", 360579); DictSNOMarkerSet.Add("X1_Bog_Sub240_Prisoner_Pit (Foliage)", 360578); DictSNOMarkerSet.Add("X1_Bog_Sub240_Prisoner_Pit (Lighting)", 360581); DictSNOMarkerSet.Add("X1_Bog_Sub240_Prisoner_Pit (Loot)", 360582); DictSNOMarkerSet.Add("X1_Bog_Sub240_Prisoner_Pit (Particles)", 365861); DictSNOMarkerSet.Add("X1_Bog_Sub240_Prisoner_Pit (Prisoner Pit)", 368944); DictSNOMarkerSet.Add("X1_Bog_Sub240_Prisoner_Pit", 360580); DictSNOMarkerSet.Add("X1_Bog_Sub240_Wickerman (Encounters)", 289974); DictSNOMarkerSet.Add("X1_Bog_Sub240_Wickerman (Environment)", 289968); DictSNOMarkerSet.Add("X1_Bog_Sub240_Wickerman (Foliage)", 289967); DictSNOMarkerSet.Add("X1_Bog_Sub240_Wickerman (Lighting)", 289970); DictSNOMarkerSet.Add("X1_Bog_Sub240_Wickerman (Loot)", 289971); DictSNOMarkerSet.Add("X1_Bog_Sub240_Wickerman (Particles", 365852); DictSNOMarkerSet.Add("X1_Bog_Sub240_Wickerman", 289969); DictSNOMarkerSet.Add("x1_Catacombs_Breakable_Containers_A", 373019); DictSNOMarkerSet.Add("x1_Catacombs_Breakable_Containers_C", 373021); DictSNOMarkerSet.Add("x1_Catacombs_Breakable_Containers_G", 373025); DictSNOMarkerSet.Add("x1_Catacombs_Breakable_Containers_H", 373026); DictSNOMarkerSet.Add("x1_Catacombs_CatacombsPortalFloorMarker", 348230); DictSNOMarkerSet.Add("X1_catacombs_center_x10_barrels", 335585); DictSNOMarkerSet.Add("X1_catacombs_center_x10_barrels2", 357753); DictSNOMarkerSet.Add("X1_catacombs_center_x10_hauntedBod", 335755); DictSNOMarkerSet.Add("X1_catacombs_center_x10_hauntedLoot", 335753); DictSNOMarkerSet.Add("X1_catacombs_center_x10_surpriseScorp", 335988); DictSNOMarkerSet.Add("X1_catacombs_center_x20_blockage", 335957); DictSNOMarkerSet.Add("X1_catacombs_center_x20_surpriseMelee", 335966); DictSNOMarkerSet.Add("X1_catacombs_center_x20_surpriseRanged", 335986); DictSNOMarkerSet.Add("X1_catacombs_Center_x30_DeadEndReward_A", 373479); DictSNOMarkerSet.Add("X1_catacombs_Center_x30_DeadEndReward_B", 373481); DictSNOMarkerSet.Add("X1_catacombs_Center_x30_DeadEndReward_C", 373488); DictSNOMarkerSet.Add("x1_Catacombs_EW_01 (Bones)", 371111); DictSNOMarkerSet.Add("x1_Catacombs_EW_01 (Encounters)", 264392); DictSNOMarkerSet.Add("x1_Catacombs_EW_01 (Environment)", 256827); DictSNOMarkerSet.Add("x1_Catacombs_EW_01 (Foliage)", 256826); DictSNOMarkerSet.Add("x1_Catacombs_EW_01 (Lighting)", 256829); DictSNOMarkerSet.Add("x1_Catacombs_EW_01 (Loot)", 256830); DictSNOMarkerSet.Add("x1_Catacombs_EW_01 (Props)", 363901); DictSNOMarkerSet.Add("x1_Catacombs_EW_01", 256828); DictSNOMarkerSet.Add("x1_Catacombs_EW_02 (Bones)", 371314); DictSNOMarkerSet.Add("x1_Catacombs_EW_02 (Encounters)", 269546); DictSNOMarkerSet.Add("x1_Catacombs_EW_02 (Environment)", 257227); DictSNOMarkerSet.Add("x1_Catacombs_EW_02 (Foliage)", 257226); DictSNOMarkerSet.Add("x1_Catacombs_EW_02 (Lighting)", 257228); DictSNOMarkerSet.Add("x1_Catacombs_EW_02 (Loot)", 257229); DictSNOMarkerSet.Add("x1_Catacombs_EW_02 (Props)", 363976); DictSNOMarkerSet.Add("x1_Catacombs_EW_02", 257225); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_bighead (BigHeadEvent)", 361890); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_bighead (Bones)", 371146); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_bighead (Environment)", 270884); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_bighead (Foliage)", 270883); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_bighead (Lighting)", 270885); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_bighead (Loot)", 270886); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_bighead (Props)", 365011); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_bighead", 270882); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_scorpion_hole (Bones)", 371126); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_scorpion_hole (Encounters)", 362095); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_scorpion_hole (Environment)", 270715); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_scorpion_hole (Foliage)", 270714); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_scorpion_hole (Lighting)", 270716); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_scorpion_hole (Loot)", 270717); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_scorpion_hole (Props)", 364946); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_scorpion_hole (Scorpion Hole)", 366260); DictSNOMarkerSet.Add("x1_Catacombs_EW_06_scorpion_hole", 270713); DictSNOMarkerSet.Add("x1_Catacombs_E_01 (Bones)", 371123); DictSNOMarkerSet.Add("x1_Catacombs_E_01 (Encounters)", 362090); DictSNOMarkerSet.Add("x1_Catacombs_E_01 (Environment)", 256838); DictSNOMarkerSet.Add("x1_Catacombs_E_01 (Foliage)", 256837); DictSNOMarkerSet.Add("x1_Catacombs_E_01 (Lighting)", 256839); DictSNOMarkerSet.Add("x1_Catacombs_E_01 (Loot)", 256840); DictSNOMarkerSet.Add("x1_Catacombs_E_01 (Props)", 364069); DictSNOMarkerSet.Add("x1_Catacombs_E_01", 256836); DictSNOMarkerSet.Add("x1_Catacombs_E_dungeonStone_Exit_01 (Encounters)", 341027); DictSNOMarkerSet.Add("x1_Catacombs_E_dungeonStone_Exit_01 (Lighting)", 341017); DictSNOMarkerSet.Add("x1_Catacombs_E_dungeonStone_Exit_01 (Loot)", 341016); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Adventure Mode Waypoint)", 360277); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Bones)", 373142); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Encounters)", 258282); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Environment)", 256848); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Fake Entrance)", 341985); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Foliage)", 256847); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Jeweler)", 358608); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Level 1)", 288210); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Level 2)", 298666); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Lighting)", 256849); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Loot)", 256850); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Props)", 364058); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01 (Savepoint Level 1)", 338078); DictSNOMarkerSet.Add("x1_Catacombs_E_Entrance_01", 256846); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02 (Bones)", 373144); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02 (Encounters)", 328901); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02 (Environment)", 298462); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02 (Foliage)", 298461); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02 (Level 1)", 348704); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02 (Lighting)", 298463); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02 (Loot)", 298464); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02 (Props)", 364065); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02 (Waypoint)", 341499); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02", 298460); DictSNOMarkerSet.Add("x1_Catacombs_E_Exit_02_Adria (Encounters)", 342451); DictSNOMarkerSet.Add("x1_Catacombs_Filler_01 (Environment)", 255402); DictSNOMarkerSet.Add("x1_Catacombs_Filler_01 (Foliage)", 255401); DictSNOMarkerSet.Add("x1_Catacombs_Filler_01 (Lighting)", 255403); DictSNOMarkerSet.Add("x1_Catacombs_Filler_01 (Loot)", 255404); DictSNOMarkerSet.Add("x1_Catacombs_Filler_01", 255400); DictSNOMarkerSet.Add("x1_Catacombs_Filler_02 (Lighting)", 265006); DictSNOMarkerSet.Add("x1_Catacombs_Filler_02 (Loot)", 265007); DictSNOMarkerSet.Add("x1_Catacombs_Filler_02", 265005); DictSNOMarkerSet.Add("x1_Catacombs_NEW_01 (Bones)", 373010); DictSNOMarkerSet.Add("x1_Catacombs_NEW_01 (Encounters)", 261663); DictSNOMarkerSet.Add("x1_Catacombs_NEW_01 (Environment)", 256868); DictSNOMarkerSet.Add("x1_Catacombs_NEW_01 (Foliage)", 256867); DictSNOMarkerSet.Add("x1_Catacombs_NEW_01 (Lighting)", 256869); DictSNOMarkerSet.Add("x1_Catacombs_NEW_01 (Loot)", 256870); DictSNOMarkerSet.Add("x1_Catacombs_NEW_01 (Props)", 363881); DictSNOMarkerSet.Add("x1_Catacombs_NEW_01", 256866); DictSNOMarkerSet.Add("x1_Catacombs_NEW_02 (bones)", 370842); DictSNOMarkerSet.Add("x1_Catacombs_NEW_02 (Encounters)", 258126); DictSNOMarkerSet.Add("x1_Catacombs_NEW_02 (Environment)", 257247); DictSNOMarkerSet.Add("x1_Catacombs_NEW_02 (Foliage)", 257246); DictSNOMarkerSet.Add("x1_Catacombs_NEW_02 (Lighting)", 257248); DictSNOMarkerSet.Add("x1_Catacombs_NEW_02 (Loot)", 257249); DictSNOMarkerSet.Add("x1_Catacombs_NEW_02 (Props)", 363882); DictSNOMarkerSet.Add("x1_Catacombs_NEW_02", 257245); DictSNOMarkerSet.Add("x1_Catacombs_NE_01 (Bones)", 371316); DictSNOMarkerSet.Add("x1_Catacombs_NE_01 (Encounters)", 269545); DictSNOMarkerSet.Add("x1_Catacombs_NE_01 (Environment)", 256878); DictSNOMarkerSet.Add("x1_Catacombs_NE_01 (Event - Last Ancient)", 365289); DictSNOMarkerSet.Add("x1_Catacombs_NE_01 (Foliage)", 256877); DictSNOMarkerSet.Add("x1_Catacombs_NE_01 (Jeweler Level 1)", 358768); DictSNOMarkerSet.Add("x1_Catacombs_NE_01 (Lighting)", 256879); DictSNOMarkerSet.Add("x1_Catacombs_NE_01 (Loot)", 256880); DictSNOMarkerSet.Add("x1_Catacombs_NE_01 (Props)", 363884); DictSNOMarkerSet.Add("x1_Catacombs_NE_01", 256876); DictSNOMarkerSet.Add("x1_Catacombs_NE_02 (Bones)", 373008); DictSNOMarkerSet.Add("x1_Catacombs_NE_02 (Encounters)", 264391); DictSNOMarkerSet.Add("x1_Catacombs_NE_02 (Environment)", 257257); DictSNOMarkerSet.Add("x1_Catacombs_NE_02 (Foliage)", 257256); DictSNOMarkerSet.Add("x1_Catacombs_NE_02 (Lighting)", 257258); DictSNOMarkerSet.Add("x1_Catacombs_NE_02 (Loot)", 257259); DictSNOMarkerSet.Add("x1_Catacombs_NE_02 (p43_AD_ZharTheMad)", 454377); DictSNOMarkerSet.Add("x1_Catacombs_NE_02 (Props)", 363885); DictSNOMarkerSet.Add("x1_Catacombs_NE_02", 257255); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_01 (Bones)", 373016); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_01 (Encounters)", 254834); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_01 (Environment)", 252119); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_01 (Foliage)", 252118); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_01 (Lighting)", 252120); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_01 (Loot)", 252121); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_01 (Props)", 365391); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_01", 252117); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_02 (Bones)", 370931); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_02 (CursedChest_AncientEvils)", 369426); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_02 (Encounters)", 269550); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_02 (Environment)", 252131); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_02 (Foliage)", 252130); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_02 (Lighting)", 252132); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_02 (Loot)", 252133); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_02 (Props)", 364490); DictSNOMarkerSet.Add("x1_Catacombs_NSEW_02", 252129); DictSNOMarkerSet.Add("x1_Catacombs_NSE_01 (Bones)", 370941); DictSNOMarkerSet.Add("x1_Catacombs_NSE_01 (Encounters)", 264394); DictSNOMarkerSet.Add("x1_Catacombs_NSE_01 (Environment)", 256889); DictSNOMarkerSet.Add("x1_Catacombs_NSE_01 (Foliage)", 256888); DictSNOMarkerSet.Add("x1_Catacombs_NSE_01 (Lighting)", 256890); DictSNOMarkerSet.Add("x1_Catacombs_NSE_01 (Loot)", 256891); DictSNOMarkerSet.Add("x1_Catacombs_NSE_01 (p43_AD_Valor)", 454462); DictSNOMarkerSet.Add("x1_Catacombs_NSE_01 (Props)", 364398); DictSNOMarkerSet.Add("x1_Catacombs_NSE_01", 256887); DictSNOMarkerSet.Add("x1_Catacombs_NSE_02 (Bones)", 370938); DictSNOMarkerSet.Add("x1_Catacombs_NSE_02 (Encounters)", 258130); DictSNOMarkerSet.Add("x1_Catacombs_NSE_02 (Environment)", 257269); DictSNOMarkerSet.Add("x1_Catacombs_NSE_02 (Foliage)", 257268); DictSNOMarkerSet.Add("x1_Catacombs_NSE_02 (Lighting)", 257270); DictSNOMarkerSet.Add("x1_Catacombs_NSE_02 (Loot)", 257271); DictSNOMarkerSet.Add("x1_Catacombs_NSE_02 (Props)", 365480); DictSNOMarkerSet.Add("x1_Catacombs_NSE_02", 257267); DictSNOMarkerSet.Add("x1_Catacombs_NSE_06_dropdown (Bones)", 370998); DictSNOMarkerSet.Add("x1_Catacombs_NSE_06_dropdown (Encounters)", 362096); DictSNOMarkerSet.Add("x1_Catacombs_NSE_06_dropdown (Environment)", 270944); DictSNOMarkerSet.Add("x1_Catacombs_NSE_06_dropdown (event nephy loot)", 341646); DictSNOMarkerSet.Add("x1_Catacombs_NSE_06_dropdown (Foliage)", 270943); DictSNOMarkerSet.Add("x1_Catacombs_NSE_06_dropdown (Lighting)", 270945); DictSNOMarkerSet.Add("x1_Catacombs_NSE_06_dropdown (Loot)", 270946); DictSNOMarkerSet.Add("x1_Catacombs_NSE_06_dropdown (Props)", 365108); DictSNOMarkerSet.Add("x1_Catacombs_NSE_06_dropdown", 270942); DictSNOMarkerSet.Add("x1_Catacombs_NSW_01 (Bones)", 373027); DictSNOMarkerSet.Add("x1_Catacombs_NSW_01 (Encounters)", 264393); DictSNOMarkerSet.Add("x1_Catacombs_NSW_01 (Environment)", 256899); DictSNOMarkerSet.Add("x1_Catacombs_NSW_01 (Foliage)", 256898); DictSNOMarkerSet.Add("x1_Catacombs_NSW_01 (Jeweler 1)", 376131); DictSNOMarkerSet.Add("x1_Catacombs_NSW_01 (Lighting)", 256900); DictSNOMarkerSet.Add("x1_Catacombs_NSW_01 (Loot)", 256901); DictSNOMarkerSet.Add("x1_Catacombs_NSW_01 (Props)", 363996); DictSNOMarkerSet.Add("x1_Catacombs_NSW_01", 256897); DictSNOMarkerSet.Add("x1_Catacombs_NSW_03 (Bones)", 370922); DictSNOMarkerSet.Add("x1_Catacombs_NSW_03 (Encounters)", 258131); DictSNOMarkerSet.Add("x1_Catacombs_NSW_03 (Environment)", 257281); DictSNOMarkerSet.Add("x1_Catacombs_NSW_03 (Foliage)", 257280); DictSNOMarkerSet.Add("x1_Catacombs_NSW_03 (Lighting)", 257282); DictSNOMarkerSet.Add("x1_Catacombs_NSW_03 (Loot)", 257283); DictSNOMarkerSet.Add("x1_Catacombs_NSW_03 (Props)", 364413); DictSNOMarkerSet.Add("x1_Catacombs_NSW_03", 257279); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (Bones)", 373011); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (Encounters)", 260385); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (Environment)", 252811); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (Foliage)", 252810); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (Jeweler Level 1)", 358076); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (Lighting)", 252813); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (Loot)", 252814); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (p43_AD_HallsOfTheBlind)", 454363); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (Props)", 365858); DictSNOMarkerSet.Add("x1_Catacombs_NS_01 (Shenventure)", 398705); DictSNOMarkerSet.Add("x1_Catacombs_NS_01", 252812); DictSNOMarkerSet.Add("x1_Catacombs_NS_02 (Bones)", 371073); DictSNOMarkerSet.Add("x1_Catacombs_NS_02 (Encounters)", 269547); DictSNOMarkerSet.Add("x1_Catacombs_NS_02 (Environment)", 257291); DictSNOMarkerSet.Add("x1_Catacombs_NS_02 (Foliage)", 257290); DictSNOMarkerSet.Add("x1_Catacombs_NS_02 (Jeweler Level 1)", 358766); DictSNOMarkerSet.Add("x1_Catacombs_NS_02 (Lighting)", 257292); DictSNOMarkerSet.Add("x1_Catacombs_NS_02 (Loot)", 257293); DictSNOMarkerSet.Add("x1_Catacombs_NS_02 (Props)", 365603); DictSNOMarkerSet.Add("x1_Catacombs_NS_02", 257289); DictSNOMarkerSet.Add("x1_Catacombs_NS_06 (Audio)", 365715); DictSNOMarkerSet.Add("x1_Catacombs_NS_06 (Encounters)", 267445); DictSNOMarkerSet.Add("x1_Catacombs_NS_06 (Environment)", 267324); DictSNOMarkerSet.Add("x1_Catacombs_NS_06 (Foliage)", 267323); DictSNOMarkerSet.Add("x1_Catacombs_NS_06 (HighClericEvent)", 433998); DictSNOMarkerSet.Add("x1_Catacombs_NS_06 (Jeweler)", 359901); DictSNOMarkerSet.Add("x1_Catacombs_NS_06 (Lighting)", 267325); DictSNOMarkerSet.Add("x1_Catacombs_NS_06 (Loot)", 267326); DictSNOMarkerSet.Add("x1_Catacombs_NS_06 (Mutant_Evant)", 365717); DictSNOMarkerSet.Add("x1_Catacombs_NS_06", 267322); DictSNOMarkerSet.Add("x1_Catacombs_NW_01 (Bones)", 373028); DictSNOMarkerSet.Add("x1_Catacombs_NW_01 (Encounters)", 269541); DictSNOMarkerSet.Add("x1_Catacombs_NW_01 (Environment)", 256911); DictSNOMarkerSet.Add("x1_Catacombs_NW_01 (Foliage)", 256910); DictSNOMarkerSet.Add("x1_Catacombs_NW_01 (Lighting)", 256912); DictSNOMarkerSet.Add("x1_Catacombs_NW_01 (Loot)", 256913); DictSNOMarkerSet.Add("x1_Catacombs_NW_01 (Props)", 364404); DictSNOMarkerSet.Add("x1_Catacombs_NW_01", 256909); DictSNOMarkerSet.Add("x1_Catacombs_NW_02 (Bones)", 370916); DictSNOMarkerSet.Add("x1_Catacombs_NW_02 (Encounters)", 261669); DictSNOMarkerSet.Add("x1_Catacombs_NW_02 (Environment)", 257314); DictSNOMarkerSet.Add("x1_Catacombs_NW_02 (Foliage)", 257313); DictSNOMarkerSet.Add("x1_Catacombs_NW_02 (Lighting)", 257315); DictSNOMarkerSet.Add("x1_Catacombs_NW_02 (Loot)", 257316); DictSNOMarkerSet.Add("x1_Catacombs_NW_02 (Props)", 363962); DictSNOMarkerSet.Add("x1_Catacombs_NW_02", 257312); DictSNOMarkerSet.Add("x1_Catacombs_N_01 (Bones)", 373043); DictSNOMarkerSet.Add("x1_Catacombs_N_01 (Encounters)", 269549); DictSNOMarkerSet.Add("x1_Catacombs_N_01 (Environment)", 256921); DictSNOMarkerSet.Add("x1_Catacombs_N_01 (Foliage)", 256920); DictSNOMarkerSet.Add("x1_Catacombs_N_01 (Lighting)", 256922); DictSNOMarkerSet.Add("x1_Catacombs_N_01 (Loot)", 256923); DictSNOMarkerSet.Add("x1_Catacombs_N_01 (Props)", 364036); DictSNOMarkerSet.Add("x1_Catacombs_N_01", 256919); DictSNOMarkerSet.Add("x1_Catacombs_N_dungeonStone_Exit_01 (Encounters)", 341028); DictSNOMarkerSet.Add("x1_Catacombs_N_dungeonStone_Exit_01 (Lighting)", 341025); DictSNOMarkerSet.Add("x1_Catacombs_N_dungeonStone_Exit_01 (Loot)", 341026); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Adventure Mode Waypoint)", 360269); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Bones)", 373138); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Encounters)", 298225); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Environment)", 296500); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Fake Entrance)", 341989); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Foliage)", 296499); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Jeweler Level 1)", 358068); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Level 1)", 298668); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Level 2)", 298667); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Lighting)", 296501); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Loot)", 296502); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Props)", 363993); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04 (Savepoint Level 1)", 338073); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04", 296498); DictSNOMarkerSet.Add("x1_Catacombs_N_Entrance_04_Jeweler (Encounters)", 375660); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Bones)", 373047); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Catacombs)", 298397); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (CatacombsIntro)", 258100); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Encounters)", 257859); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Environment)", 256931); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Foliage)", 256930); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Level 1)", 348701); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Lighting)", 256932); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Loot)", 256933); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Props)", 364033); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01 (Waypoint)", 341493); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01", 256929); DictSNOMarkerSet.Add("x1_Catacombs_N_Exit_01_Adria (Encounters)", 313832); DictSNOMarkerSet.Add("x1_Catacombs_SEW_01 (Bones)", 370899); DictSNOMarkerSet.Add("x1_Catacombs_SEW_01 (Encounters)", 269551); DictSNOMarkerSet.Add("x1_Catacombs_SEW_01 (Environment)", 256953); DictSNOMarkerSet.Add("x1_Catacombs_SEW_01 (Foliage)", 256952); DictSNOMarkerSet.Add("x1_Catacombs_SEW_01 (Lighting)", 256954); DictSNOMarkerSet.Add("x1_Catacombs_SEW_01 (Loot)", 256955); DictSNOMarkerSet.Add("x1_Catacombs_SEW_01 (Props)", 364324); DictSNOMarkerSet.Add("x1_Catacombs_SEW_01 (treasure room)", 337415); DictSNOMarkerSet.Add("x1_Catacombs_SEW_01", 256951); DictSNOMarkerSet.Add("x1_Catacombs_SEW_02 (Bones)", 370858); DictSNOMarkerSet.Add("x1_Catacombs_SEW_02 (Encounters)", 258134); DictSNOMarkerSet.Add("x1_Catacombs_SEW_02 (Environment)", 257907); DictSNOMarkerSet.Add("x1_Catacombs_SEW_02 (Foliage)", 257906); DictSNOMarkerSet.Add("x1_Catacombs_SEW_02 (Lighting)", 257908); DictSNOMarkerSet.Add("x1_Catacombs_SEW_02 (Loot)", 257909); DictSNOMarkerSet.Add("x1_Catacombs_SEW_02 (Props)", 363650); DictSNOMarkerSet.Add("x1_Catacombs_SEW_02", 257905); DictSNOMarkerSet.Add("x1_Catacombs_SEW_06_garden (Bones)", 371004); DictSNOMarkerSet.Add("x1_Catacombs_SEW_06_garden (Encounters)", 362100); DictSNOMarkerSet.Add("x1_Catacombs_SEW_06_garden (Environment)", 269688); DictSNOMarkerSet.Add("x1_Catacombs_SEW_06_garden (Foliage)", 269687); DictSNOMarkerSet.Add("x1_Catacombs_SEW_06_garden (GardenEvent1)", 341662); DictSNOMarkerSet.Add("x1_Catacombs_SEW_06_garden (Lighting)", 269689); DictSNOMarkerSet.Add("x1_Catacombs_SEW_06_garden (Loot)", 269690); DictSNOMarkerSet.Add("x1_Catacombs_SEW_06_garden (Props)", 365209); DictSNOMarkerSet.Add("x1_Catacombs_SEW_06_garden", 269686); DictSNOMarkerSet.Add("x1_Catacombs_SE_01 (Bones)", 370912); DictSNOMarkerSet.Add("x1_Catacombs_SE_01 (Encounters)", 362093); DictSNOMarkerSet.Add("x1_Catacombs_SE_01 (Environment)", 257364); DictSNOMarkerSet.Add("x1_Catacombs_SE_01 (Foliage)", 257363); DictSNOMarkerSet.Add("x1_Catacombs_SE_01 (Lighting)", 257365); DictSNOMarkerSet.Add("x1_Catacombs_SE_01 (Loot)", 257366); DictSNOMarkerSet.Add("x1_Catacombs_SE_01 (Props)", 364394); DictSNOMarkerSet.Add("x1_Catacombs_SE_01", 257362); DictSNOMarkerSet.Add("x1_Catacombs_SE_02 (Bones)", 370903); DictSNOMarkerSet.Add("x1_Catacombs_SE_02 (ChamberOfBone)", 454357); DictSNOMarkerSet.Add("x1_Catacombs_SE_02 (Encounters)", 264395); DictSNOMarkerSet.Add("x1_Catacombs_SE_02 (Environment)", 252853); DictSNOMarkerSet.Add("x1_Catacombs_SE_02 (Foliage)", 252852); DictSNOMarkerSet.Add("x1_Catacombs_SE_02 (Lighting)", 252854); DictSNOMarkerSet.Add("x1_Catacombs_SE_02 (Loot)", 252855); DictSNOMarkerSet.Add("x1_Catacombs_SE_02 (Props)", 364400); DictSNOMarkerSet.Add("x1_Catacombs_SE_02", 252851); DictSNOMarkerSet.Add("x1_Catacombs_SE_06_scorpion_pit (Bones)", 371003); DictSNOMarkerSet.Add("x1_Catacombs_SE_06_scorpion_pit (Encounters)", 362094); DictSNOMarkerSet.Add("x1_Catacombs_SE_06_scorpion_pit (Environment)", 271087); DictSNOMarkerSet.Add("x1_Catacombs_SE_06_scorpion_pit (Foliage)", 271086); DictSNOMarkerSet.Add("x1_Catacombs_SE_06_scorpion_pit (Lighting)", 271088); DictSNOMarkerSet.Add("x1_Catacombs_SE_06_scorpion_pit (Loot)", 271089); DictSNOMarkerSet.Add("x1_Catacombs_SE_06_scorpion_pit (Props)", 365192); DictSNOMarkerSet.Add("x1_Catacombs_SE_06_scorpion_pit (sandwich of doom)", 337000); DictSNOMarkerSet.Add("x1_Catacombs_SE_06_scorpion_pit", 271085); DictSNOMarkerSet.Add("x1_Catacombs_SW_01 (Bones)", 370857); DictSNOMarkerSet.Add("x1_Catacombs_SW_01 (Encounters)", 261657); DictSNOMarkerSet.Add("x1_Catacombs_SW_01 (Environment)", 256943); DictSNOMarkerSet.Add("x1_Catacombs_SW_01 (Foliage)", 256942); DictSNOMarkerSet.Add("x1_Catacombs_SW_01 (Jeweler)", 358122); DictSNOMarkerSet.Add("x1_Catacombs_SW_01 (Lighting)", 256944); DictSNOMarkerSet.Add("x1_Catacombs_SW_01 (Loot)", 256945); DictSNOMarkerSet.Add("x1_Catacombs_SW_01 (Props)", 364248); DictSNOMarkerSet.Add("x1_Catacombs_SW_01", 256941); DictSNOMarkerSet.Add("x1_Catacombs_SW_02 (Bones)", 370847); DictSNOMarkerSet.Add("x1_Catacombs_SW_02 (Environment)", 257341); DictSNOMarkerSet.Add("x1_Catacombs_SW_02 (Foliage)", 257340); DictSNOMarkerSet.Add("x1_Catacombs_SW_02 (Lighting)", 257342); DictSNOMarkerSet.Add("x1_Catacombs_SW_02 (Loot)", 257343); DictSNOMarkerSet.Add("x1_Catacombs_SW_02 (Props)", 364259); DictSNOMarkerSet.Add("x1_Catacombs_SW_02", 257339); DictSNOMarkerSet.Add("x1_Catacombs_S_01 (Bones)", 370914); DictSNOMarkerSet.Add("x1_Catacombs_S_01 (Encounters)", 362098); DictSNOMarkerSet.Add("x1_Catacombs_S_01 (Environment)", 256965); DictSNOMarkerSet.Add("x1_Catacombs_S_01 (Foliage)", 256964); DictSNOMarkerSet.Add("x1_Catacombs_S_01 (Lighting)", 256966); DictSNOMarkerSet.Add("x1_Catacombs_S_01 (Loot)", 256967); DictSNOMarkerSet.Add("x1_Catacombs_S_01 (Props)", 364570); DictSNOMarkerSet.Add("x1_Catacombs_S_01 (Shenventure)", 398762); DictSNOMarkerSet.Add("x1_Catacombs_S_01", 256963); DictSNOMarkerSet.Add("x1_Catacombs_S_dungeonStone_Exit_01 (Encounters)", 341029); DictSNOMarkerSet.Add("x1_Catacombs_S_dungeonStone_Exit_01 (Lighting)", 341019); DictSNOMarkerSet.Add("x1_Catacombs_S_dungeonStone_Exit_01 (Loot)", 341020); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Adventure Mode Waypoint)", 360271); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Bones)", 373135); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Encounters)", 258300); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Environment)", 256975); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Fake Entrance)", 341986); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Foliage)", 256974); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Level 1)", 288212); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Level 2)", 298663); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Lighting)", 256976); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Loot)", 256977); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Props)", 364355); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01 (Savepoint Level 1)", 338077); DictSNOMarkerSet.Add("x1_Catacombs_S_Entrance_01", 256973); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Bones)", 373048); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Catacombs)", 298398); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Encounters)", 257864); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Environment)", 256985); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Foliage)", 256984); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Jeweler Level 1)", 358606); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Level 1)", 348702); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Lighting)", 256986); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Loot)", 256987); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Props)", 364627); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01 (Waypoint)", 341497); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01", 256983); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01_Adria (bones)", 382737); DictSNOMarkerSet.Add("x1_Catacombs_S_Exit_01_Adria (Encounters)", 313835); DictSNOMarkerSet.Add("x1_Catacombs_W_01 (Bones)", 373134); DictSNOMarkerSet.Add("x1_Catacombs_W_01 (Encounters)", 253857); DictSNOMarkerSet.Add("x1_Catacombs_W_01 (Environment)", 253800); DictSNOMarkerSet.Add("x1_Catacombs_W_01 (Foliage)", 253799); DictSNOMarkerSet.Add("x1_Catacombs_W_01 (Lighting)", 253802); DictSNOMarkerSet.Add("x1_Catacombs_W_01 (Loot)", 253803); DictSNOMarkerSet.Add("x1_Catacombs_W_01 (Props)", 364177); DictSNOMarkerSet.Add("x1_Catacombs_W_01", 253801); DictSNOMarkerSet.Add("x1_Catacombs_W_dungeonStone_Exit_01 (Encounters)", 341030); DictSNOMarkerSet.Add("x1_Catacombs_W_dungeonStone_Exit_01 (Lighting)", 341022); DictSNOMarkerSet.Add("x1_Catacombs_W_dungeonStone_Exit_01 (Loot)", 341023); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Adventure Mode Waypoint)", 360270); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Bones)", 373049); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Encounters)", 258301); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Environment)", 256995); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Fake Entrance)", 341987); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Foliage)", 256994); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Level 1)", 288194); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Level 2)", 298664); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Lighting)", 256996); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Loot)", 256997); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Props)", 362603); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01 (Savepoint Level 1)", 338075); DictSNOMarkerSet.Add("x1_Catacombs_W_Entrance_01", 256993); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Bones)", 373050); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Catacombs)", 298399); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Encounters)", 258302); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Environment)", 257005); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Foliage)", 257004); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Level 1)", 348703); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Lighting)", 257006); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Loot)", 257007); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Props)", 364088); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01 (Waypoint)", 341498); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01", 257003); DictSNOMarkerSet.Add("x1_Catacombs_W_Exit_01_Adria (Encounters)", 313834); DictSNOMarkerSet.Add("X1_Challenge_ChallengeTestWorld (Encounters)", 245738); DictSNOMarkerSet.Add("X1_Challenge_ChallengeTestWorld (Portals)", 312324); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Angel_Corrupt_A", 370331); DictSNOMarkerSet.Add("x1_Event_SpeedKill_BileCrawler_A", 370313); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Bloodhawk_A", 369843); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Boss_Adria", 370550); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Boss_Despair", 370371); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Boss_Ghom", 370196); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Boss_Maghda", 369894); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Boss_SkeletonKing", 365629); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_azmodanBodyguard_A", 370072); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_BigRed_A", 370353); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_creepMob_A", 370064); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_FallenHound_D", 370084); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_FleshPitFlyer_C", 369889); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_GhostA", 365584); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_GoatmanB", 365590); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_MalletDemon_A", 370363); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_morluSpellcaster_A", 370344); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_SandShark_A", 369891); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_SoulRipper_A", 370134); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_SquiggletA", 370834); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_SummonableA", 365616); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champion_x1_FloaterAngel_A", 370514); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Champon_x1_Rockworm_Pand_A", 370519); DictSNOMarkerSet.Add("x1_Event_SpeedKill_CoreEliteDemon_A", 370318); DictSNOMarkerSet.Add("x1_Event_SpeedKill_demonFlyer_B", 370029); DictSNOMarkerSet.Add("x1_Event_SpeedKill_electricEel_A", 369816); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Fallen_C", 370035); DictSNOMarkerSet.Add("x1_Event_SpeedKill_fastMummy_A", 369835); DictSNOMarkerSet.Add("x1_Event_SpeedKill_GhostHumansA", 365550); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Ghoul_E", 370052); DictSNOMarkerSet.Add("x1_Event_SpeedKill_GoatmanA", 364642); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Goatman_Melee_A_Ghost", 365504); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Goatmutant_B", 370042); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Lacuni_B", 369872); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Monstrosity_Scorpion_A", 370047); DictSNOMarkerSet.Add("x1_Event_SpeedKill_morluMelee_B", 370326); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Rare_demonTrooper_C", 370355); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Rare_Ghoul_B", 369890); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Rare_Skeleton2HandA", 365621); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Rare_ThousandPounder", 370144); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Rare_x1_westmarchBrute_C", 370498); DictSNOMarkerSet.Add("x1_Event_SpeedKill_SkeletonsA", 364634); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Skeleton_E", 370058); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Snakeman_A", 369847); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Spiderling_B", 369882); DictSNOMarkerSet.Add("x1_Event_SpeedKill_Swarm_A", 369858); DictSNOMarkerSet.Add("x1_Event_SpeedKill_TentacleBears", 370664); DictSNOMarkerSet.Add("x1_Event_SpeedKill_TriuneCultist_C", 369828); DictSNOMarkerSet.Add("x1_Event_SpeedKill_TriuneVesselA", 365531); DictSNOMarkerSet.Add("x1_Event_SpeedKill_x1_BileCrawler_Skeletal_A", 370481); DictSNOMarkerSet.Add("x1_Event_SpeedKill_x1_bogBlight_Maggot_A", 370443); DictSNOMarkerSet.Add("x1_Event_SpeedKill_x1_BogFamily_A", 370433); DictSNOMarkerSet.Add("x1_Event_SpeedKill_x1_leaperAngel_A", 370464); DictSNOMarkerSet.Add("x1_Event_SpeedKill_x1_Monstrosity_ScorpionBug_A", 370450); DictSNOMarkerSet.Add("x1_Event_SpeedKill_x1_portalGuardianMinion_A", 370488); DictSNOMarkerSet.Add("x1_Event_SpeedKill_x1_Skeleton_Ghost_A", 370426); DictSNOMarkerSet.Add("x1_Event_SpeedKill_x1_Tentacle_A", 370558); DictSNOMarkerSet.Add("x1_Event_SpeedKill_x1_westmarchHound_A", 370474); DictSNOMarkerSet.Add("x1_Event_SpeedKill_ZombieB", 365544); DictSNOMarkerSet.Add("X1_fortress_adv_ambush_A", 360392); DictSNOMarkerSet.Add("X1_fortress_adv_ambush_B", 360394); DictSNOMarkerSet.Add("X1_fortress_adv_hallway_A", 360381); DictSNOMarkerSet.Add("X1_fortress_adv_hallway_B", 360423); DictSNOMarkerSet.Add("X1_fortress_adv_hallway_C", 360424); DictSNOMarkerSet.Add("X1_fortress_adv_junction_A", 360432); DictSNOMarkerSet.Add("X1_fortress_adv_leapers_A", 360359); DictSNOMarkerSet.Add("X1_fortress_adv_leapers_rain", 360397); DictSNOMarkerSet.Add("X1_fortress_center_x20_A", 278223); DictSNOMarkerSet.Add("X1_fortress_center_x20_B", 278251); DictSNOMarkerSet.Add("X1_Fortress_Center_x20_DeadEndReward_A", 373446); DictSNOMarkerSet.Add("X1_Fortress_Center_x20_DeadEndReward_B", 373449); DictSNOMarkerSet.Add("X1_Fortress_Center_x20_DeadEndReward_C", 373453); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01 (Audio)", 377775); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01 (Encounters)", 342951); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01 (Environment)", 342539); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01 (Foliage)", 342538); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01 (Lighting2)", 342906); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01 (Loot)", 342541); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01 (Props)", 370814); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01 (Savepoint)", 360742); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01 (Set Dungeons)", 449508); DictSNOMarkerSet.Add("x1_fortress_Entrance_Room_01", 342537); DictSNOMarkerSet.Add("x1_fortress_entrance_room_02 (Encounters)", 344261); DictSNOMarkerSet.Add("x1_fortress_entrance_room_02 (Environment)", 344009); DictSNOMarkerSet.Add("x1_fortress_entrance_room_02 (Foliage)", 344008); DictSNOMarkerSet.Add("x1_fortress_entrance_room_02 (Lighting)", 344010); DictSNOMarkerSet.Add("x1_fortress_entrance_room_02 (Loot)", 344011); DictSNOMarkerSet.Add("x1_fortress_entrance_room_02 (Props)", 358931); DictSNOMarkerSet.Add("x1_fortress_entrance_room_02", 344007); DictSNOMarkerSet.Add("x1_fortress_entrance_room_03_filler (Environment)", 344555); DictSNOMarkerSet.Add("x1_fortress_entrance_room_03_filler (Foliage)", 344554); DictSNOMarkerSet.Add("x1_fortress_entrance_room_03_filler (Lighting)", 344556); DictSNOMarkerSet.Add("x1_fortress_entrance_room_03_filler (Loot)", 344557); DictSNOMarkerSet.Add("x1_fortress_entrance_room_03_filler", 344553); DictSNOMarkerSet.Add("x1_fortress_EW_01 (BrutalAssault)", 343587); DictSNOMarkerSet.Add("x1_fortress_EW_01 (Encounters)", 290358); DictSNOMarkerSet.Add("x1_fortress_EW_01 (Environment)", 268845); DictSNOMarkerSet.Add("x1_fortress_EW_01 (Foliage)", 268844); DictSNOMarkerSet.Add("x1_fortress_EW_01 (Lighting)", 268846); DictSNOMarkerSet.Add("x1_fortress_EW_01 (Loot)", 268847); DictSNOMarkerSet.Add("x1_fortress_EW_01 (Props)", 358936); DictSNOMarkerSet.Add("x1_fortress_EW_01", 268843); DictSNOMarkerSet.Add("x1_fortress_EW_01_B (Lighting)", 339580); DictSNOMarkerSet.Add("x1_fortress_EW_02 (Encounters)", 333073); DictSNOMarkerSet.Add("x1_fortress_EW_02 (Environment)", 271540); DictSNOMarkerSet.Add("x1_fortress_EW_02 (Foliage)", 271539); DictSNOMarkerSet.Add("x1_fortress_EW_02 (Lighting)", 271541); DictSNOMarkerSet.Add("x1_fortress_EW_02 (Loot)", 271542); DictSNOMarkerSet.Add("x1_fortress_EW_02 (Props)", 356386); DictSNOMarkerSet.Add("x1_fortress_EW_02", 271538); DictSNOMarkerSet.Add("x1_fortress_EW_02_B (Lighting)", 339581); DictSNOMarkerSet.Add("x1_fortress_EW_05_soul_well (DeathGates)", 375148); DictSNOMarkerSet.Add("x1_fortress_EW_05_soul_well (Environment)", 357600); DictSNOMarkerSet.Add("x1_fortress_EW_05_soul_well (Foliage)", 357599); DictSNOMarkerSet.Add("x1_fortress_EW_05_soul_well (Lighting)", 357733); DictSNOMarkerSet.Add("x1_fortress_EW_05_soul_well (Props)", 357732); DictSNOMarkerSet.Add("x1_fortress_EW_05_soul_well", 357598); DictSNOMarkerSet.Add("x1_fortress_E_01 (Environment)", 269278); DictSNOMarkerSet.Add("x1_fortress_E_01 (Foliage)", 269277); DictSNOMarkerSet.Add("x1_fortress_E_01 (Lighting)", 269279); DictSNOMarkerSet.Add("x1_fortress_E_01 (Loot)", 269280); DictSNOMarkerSet.Add("x1_fortress_E_01 (Props)", 356392); DictSNOMarkerSet.Add("x1_fortress_E_01 (Special Markers)", 269310); DictSNOMarkerSet.Add("x1_fortress_E_01", 269276); DictSNOMarkerSet.Add("x1_fortress_E_01_B (Lighting)", 339576); DictSNOMarkerSet.Add("x1_fortress_E_BossExit_01 (Encounters)", 358977); DictSNOMarkerSet.Add("x1_fortress_E_BossExit_01 (Environment)", 356569); DictSNOMarkerSet.Add("x1_fortress_E_BossExit_01 (Foliage)", 356568); DictSNOMarkerSet.Add("x1_fortress_E_BossExit_01 (Lighting)", 356570); DictSNOMarkerSet.Add("x1_fortress_E_BossExit_01 (Loot)", 356571); DictSNOMarkerSet.Add("x1_fortress_E_BossExit_01 (Props)", 370681); DictSNOMarkerSet.Add("x1_fortress_E_BossExit_01", 356567); DictSNOMarkerSet.Add("x1_fortress_E_DungeonStone_Exit_01 (Encounters)", 347689); DictSNOMarkerSet.Add("x1_fortress_E_DungeonStone_Exit_01 (Loot)", 353191); DictSNOMarkerSet.Add("x1_fortress_E_Entrance_01 (Encounters)", 270888); DictSNOMarkerSet.Add("x1_fortress_E_Entrance_01 (Environment)", 270856); DictSNOMarkerSet.Add("x1_fortress_E_Entrance_01 (Foliage)", 270855); DictSNOMarkerSet.Add("x1_fortress_E_Entrance_01 (Lighting)", 270857); DictSNOMarkerSet.Add("x1_fortress_E_Entrance_01 (Loot)", 270858); DictSNOMarkerSet.Add("x1_fortress_E_Entrance_01 (Props)", 356046); DictSNOMarkerSet.Add("x1_fortress_E_Entrance_01 (Savepoint Level 1)", 338121); DictSNOMarkerSet.Add("x1_fortress_E_Entrance_01", 270854); DictSNOMarkerSet.Add("x1_fortress_E_Exit_01 (Encounters)", 270874); DictSNOMarkerSet.Add("x1_fortress_E_Exit_01 (Environment)", 270870); DictSNOMarkerSet.Add("x1_fortress_E_Exit_01 (Foliage)", 270869); DictSNOMarkerSet.Add("x1_fortress_E_Exit_01 (Fortress 1)", 330247); DictSNOMarkerSet.Add("x1_fortress_E_Exit_01 (Fortress 2)", 330248); DictSNOMarkerSet.Add("x1_fortress_E_Exit_01 (Lighting)", 270871); DictSNOMarkerSet.Add("x1_fortress_E_Exit_01 (Loot)", 270872); DictSNOMarkerSet.Add("x1_fortress_E_Exit_01 (Props)", 369994); DictSNOMarkerSet.Add("x1_fortress_E_Exit_01", 270868); DictSNOMarkerSet.Add("x1_fortress_Filler_01 (Environment)", 269725); DictSNOMarkerSet.Add("x1_fortress_Filler_01 (Foliage)", 269724); DictSNOMarkerSet.Add("x1_fortress_Filler_01 (Lighting)", 269726); DictSNOMarkerSet.Add("x1_fortress_Filler_01 (Loot)", 269727); DictSNOMarkerSet.Add("x1_fortress_Filler_01", 269723); DictSNOMarkerSet.Add("x1_fortress_Filler_02 (Lighting)", 300505); DictSNOMarkerSet.Add("x1_fortress_Filler_02 (Loot)", 300506); DictSNOMarkerSet.Add("x1_fortress_Filler_02", 300504); DictSNOMarkerSet.Add("x1_fortress_Filler_03 (Lighting)", 302447); DictSNOMarkerSet.Add("x1_fortress_Filler_03 (Loot)", 302448); DictSNOMarkerSet.Add("x1_fortress_Filler_03", 302446); DictSNOMarkerSet.Add("x1_fortress_Filler_03_B (Lighting)", 339584); DictSNOMarkerSet.Add("x1_fortress_Filler_04 (Lighting)", 302552); DictSNOMarkerSet.Add("x1_fortress_Filler_04 (Loot)", 302553); DictSNOMarkerSet.Add("x1_fortress_Filler_04", 302551); DictSNOMarkerSet.Add("x1_fortress_island_EW_01 (Encounters)", 338572); DictSNOMarkerSet.Add("x1_fortress_island_EW_01 (Environment)", 338168); DictSNOMarkerSet.Add("x1_fortress_island_EW_01 (Foliage)", 338167); DictSNOMarkerSet.Add("x1_fortress_island_EW_01 (Lighting)", 338169); DictSNOMarkerSet.Add("x1_fortress_island_EW_01 (Loot)", 338170); DictSNOMarkerSet.Add("x1_fortress_island_EW_01 (Props)", 356709); DictSNOMarkerSet.Add("x1_fortress_island_EW_01", 338166); DictSNOMarkerSet.Add("x1_fortress_island_EW_02 (Encounters)", 361134); DictSNOMarkerSet.Add("x1_fortress_island_EW_02 (Environment)", 360990); DictSNOMarkerSet.Add("x1_fortress_island_EW_02 (Foliage)", 360989); DictSNOMarkerSet.Add("x1_fortress_island_EW_02 (Lighting)", 360991); DictSNOMarkerSet.Add("x1_fortress_island_EW_02 (Loot)", 360992); DictSNOMarkerSet.Add("x1_fortress_island_EW_02 (Props)", 370097); DictSNOMarkerSet.Add("x1_fortress_island_EW_02", 360988); DictSNOMarkerSet.Add("x1_fortress_island_NE_01 (Encounters)", 338584); DictSNOMarkerSet.Add("x1_fortress_island_NE_01 (Environment)", 338580); DictSNOMarkerSet.Add("x1_fortress_island_NE_01 (Foliage)", 338579); DictSNOMarkerSet.Add("x1_fortress_island_NE_01 (Lighting)", 338581); DictSNOMarkerSet.Add("x1_fortress_island_NE_01 (Loot)", 338582); DictSNOMarkerSet.Add("x1_fortress_island_NE_01 (Props)", 370173); DictSNOMarkerSet.Add("x1_fortress_island_NE_01", 338578); DictSNOMarkerSet.Add("x1_fortress_island_NS_01 (Encounters)", 338616); DictSNOMarkerSet.Add("x1_fortress_island_NS_01 (Environment)", 338611); DictSNOMarkerSet.Add("x1_fortress_island_NS_01 (Foliage)", 338610); DictSNOMarkerSet.Add("x1_fortress_island_NS_01 (Lighting)", 338612); DictSNOMarkerSet.Add("x1_fortress_island_NS_01 (Loot)", 338613); DictSNOMarkerSet.Add("x1_fortress_island_NS_01 (Props)", 370228); DictSNOMarkerSet.Add("x1_fortress_island_NS_01", 338609); DictSNOMarkerSet.Add("x1_fortress_island_NS_02 (Encounters)", 361793); DictSNOMarkerSet.Add("x1_fortress_island_NS_02 (Environment)", 361787); DictSNOMarkerSet.Add("x1_fortress_island_NS_02 (Foliage)", 361786); DictSNOMarkerSet.Add("x1_fortress_island_NS_02 (Lighting)", 361788); DictSNOMarkerSet.Add("x1_fortress_island_NS_02 (Loot)", 361789); DictSNOMarkerSet.Add("x1_fortress_island_NS_02 (Props)", 361891); DictSNOMarkerSet.Add("x1_fortress_island_NS_02", 361785); DictSNOMarkerSet.Add("x1_fortress_island_NW_01 (Encounters)", 338629); DictSNOMarkerSet.Add("x1_fortress_island_NW_01 (Environment)", 338624); DictSNOMarkerSet.Add("x1_fortress_island_NW_01 (Foliage)", 338623); DictSNOMarkerSet.Add("x1_fortress_island_NW_01 (Lighting)", 338625); DictSNOMarkerSet.Add("x1_fortress_island_NW_01 (Loot)", 338626); DictSNOMarkerSet.Add("x1_fortress_island_NW_01 (Props)", 356391); DictSNOMarkerSet.Add("x1_fortress_island_NW_01", 338622); DictSNOMarkerSet.Add("x1_fortress_island_NW_01_Waypoint", 459858); DictSNOMarkerSet.Add("x1_fortress_island_SE_01 (Encounters)", 338642); DictSNOMarkerSet.Add("x1_fortress_island_SE_01 (Environment)", 338637); DictSNOMarkerSet.Add("x1_fortress_island_SE_01 (Foliage)", 338636); DictSNOMarkerSet.Add("x1_fortress_island_SE_01 (Lighting)", 338638); DictSNOMarkerSet.Add("x1_fortress_island_SE_01 (Loot)", 338639); DictSNOMarkerSet.Add("x1_fortress_island_SE_01 (Props)", 370255); DictSNOMarkerSet.Add("x1_fortress_island_SE_01", 338635); DictSNOMarkerSet.Add("x1_fortress_island_SW_01 (Encounters)", 338654); DictSNOMarkerSet.Add("x1_fortress_island_SW_01 (Environment)", 338649); DictSNOMarkerSet.Add("x1_fortress_island_SW_01 (Foliage)", 338648); DictSNOMarkerSet.Add("x1_fortress_island_SW_01 (Lighting)", 338650); DictSNOMarkerSet.Add("x1_fortress_island_SW_01 (Loot)", 338651); DictSNOMarkerSet.Add("x1_fortress_island_SW_01 (Props)", 356706); DictSNOMarkerSet.Add("x1_fortress_island_SW_01", 338647); DictSNOMarkerSet.Add("x1_fortress_level01_ActorFiller", 335945); DictSNOMarkerSet.Add("x1_fortress_level_02 (World)", 332630); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_N01 (Environment)", 346373); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_N01 (Foliage)", 346370); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_N01 (Lighting)", 346400); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_N01 (Loot)", 346401); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_N01", 346374); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S01 (Encounters)", 349778); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S01 (Environment)", 346380); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S01 (Foliage)", 346367); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S01 (Lighting)", 346391); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S01 (Loot)", 346392); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S01 (rocks)", 383227); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S01", 346357); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S02 (Environment)", 346360); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S02 (Foliage)", 346356); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S02 (Lighting)", 346385); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S02 (Loot)", 346386); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E01_S02", 346364); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_N01 (Environment)", 346366); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_N01 (Foliage)", 346365); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_N01 (Lighting)", 346397); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_N01 (Loot)", 346398); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_N01", 346369); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S01 (Environment)", 346379); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S01 (Foliage)", 346381); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S01 (Lighting)", 346388); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S01 (Loot)", 346389); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S01", 346371); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S02 (Encounters)", 348538); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S02 (Environment)", 346363); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S02 (Foliage)", 346375); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S02 (Lighting)", 346382); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S02 (Loot)", 346383); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S02 (rocks)", 383232); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S02 (Set Dungeons)", 447300); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_E02_S02", 346355); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_N01 (Environment)", 346378); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_N01 (Foliage)", 346377); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_N01 (Lighting)", 346403); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_N01 (Loot)", 346404); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_N01", 346359); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S01 (Environment)", 346361); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S01 (Foliage)", 346358); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S01 (Lighting)", 346394); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S01 (Loot)", 346395); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S01", 346362); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S02 (Environment)", 346372); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S02 (Foliage)", 346368); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S02 (Lighting)", 346406); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S02 (Loot)", 346407); DictSNOMarkerSet.Add("x1_fortress_malthael_entrance_W01_S02", 346376); DictSNOMarkerSet.Add("x1_fortress_NEW_01 (Encounters)", 333078); DictSNOMarkerSet.Add("x1_fortress_NEW_01 (Environment)", 269078); DictSNOMarkerSet.Add("x1_fortress_NEW_01 (Foliage)", 269077); DictSNOMarkerSet.Add("x1_fortress_NEW_01 (Lighting)", 269079); DictSNOMarkerSet.Add("x1_fortress_NEW_01 (Loot)", 269080); DictSNOMarkerSet.Add("x1_fortress_NEW_01 (Props)", 356370); DictSNOMarkerSet.Add("x1_fortress_NEW_01", 269076); DictSNOMarkerSet.Add("x1_fortress_NEW_01_B (Lighting)", 339605); DictSNOMarkerSet.Add("x1_fortress_NEW_02 (Demon Prison)", 343978); DictSNOMarkerSet.Add("x1_fortress_NEW_02 (Encounters)", 333079); DictSNOMarkerSet.Add("x1_fortress_NEW_02 (Lighting)", 271682); DictSNOMarkerSet.Add("x1_fortress_NEW_02 (Loot)", 271683); DictSNOMarkerSet.Add("x1_fortress_NEW_02 (Props)", 358945); DictSNOMarkerSet.Add("x1_fortress_NEW_02", 271681); DictSNOMarkerSet.Add("x1_fortress_NEW_02_B (Lighting)", 339606); DictSNOMarkerSet.Add("x1_fortress_NEW_05_soul_well (Encounters)", 344256); DictSNOMarkerSet.Add("x1_fortress_NE_01 (Encounters)", 333076); DictSNOMarkerSet.Add("x1_fortress_NE_01 (Environment)", 269060); DictSNOMarkerSet.Add("x1_fortress_NE_01 (Foliage)", 269059); DictSNOMarkerSet.Add("x1_fortress_NE_01 (Lighting)", 269061); DictSNOMarkerSet.Add("x1_fortress_NE_01 (Loot)", 269062); DictSNOMarkerSet.Add("x1_fortress_NE_01 (Props)", 369783); DictSNOMarkerSet.Add("x1_fortress_NE_01", 269058); DictSNOMarkerSet.Add("x1_fortress_NE_01_B (Lighting)", 339597); DictSNOMarkerSet.Add("x1_fortress_NE_02 (CursedChest_FlyingAssasins)", 369523); DictSNOMarkerSet.Add("x1_fortress_NE_02 (Encounters)", 333077); DictSNOMarkerSet.Add("x1_fortress_NE_02 (Environment)", 269424); DictSNOMarkerSet.Add("x1_fortress_NE_02 (Foliage)", 269423); DictSNOMarkerSet.Add("x1_fortress_NE_02 (Lighting)", 269425); DictSNOMarkerSet.Add("x1_fortress_NE_02 (Loot)", 269426); DictSNOMarkerSet.Add("x1_fortress_NE_02 (Props)", 357320); DictSNOMarkerSet.Add("x1_fortress_NE_02", 269422); DictSNOMarkerSet.Add("x1_fortress_NE_02_B (Lighting)", 339604); DictSNOMarkerSet.Add("x1_fortress_NE_05_soul_well (Audio)", 377787); DictSNOMarkerSet.Add("x1_fortress_NE_05_soul_well (DeathGates)", 375147); DictSNOMarkerSet.Add("x1_fortress_NSEW_01 (Encounters)", 333084); DictSNOMarkerSet.Add("x1_fortress_NSEW_01 (Environment)", 268551); DictSNOMarkerSet.Add("x1_fortress_NSEW_01 (Foliage)", 268550); DictSNOMarkerSet.Add("x1_fortress_NSEW_01 (Lighting)", 268552); DictSNOMarkerSet.Add("x1_fortress_NSEW_01 (Loot)", 268553); DictSNOMarkerSet.Add("x1_fortress_NSEW_01 (Props)", 357321); DictSNOMarkerSet.Add("x1_fortress_NSEW_01 (Special Markers)", 270093); DictSNOMarkerSet.Add("x1_fortress_NSEW_01", 268549); DictSNOMarkerSet.Add("x1_fortress_NSEW_01_B (Lighting)", 339615); DictSNOMarkerSet.Add("x1_fortress_NSEW_02 (Chrono Prison)", 369682); DictSNOMarkerSet.Add("x1_fortress_NSEW_02 (Lighting)", 272178); DictSNOMarkerSet.Add("x1_fortress_NSEW_02 (Loot)", 272179); DictSNOMarkerSet.Add("x1_fortress_NSEW_02 (Props)", 359173); DictSNOMarkerSet.Add("x1_fortress_NSEW_02", 272177); DictSNOMarkerSet.Add("x1_fortress_NSEW_02_B (Lighting)", 339616); DictSNOMarkerSet.Add("x1_fortress_NSE_01 (Encounters)", 333082); DictSNOMarkerSet.Add("x1_fortress_NSE_01 (Environment)", 268614); DictSNOMarkerSet.Add("x1_fortress_NSE_01 (Foliage)", 268613); DictSNOMarkerSet.Add("x1_fortress_NSE_01 (Lighting)", 268615); DictSNOMarkerSet.Add("x1_fortress_NSE_01 (Loot)", 268616); DictSNOMarkerSet.Add("x1_fortress_NSE_01 (Props)", 359099); DictSNOMarkerSet.Add("x1_fortress_NSE_01", 268612); DictSNOMarkerSet.Add("x1_fortress_NSE_01_B (Lighting)", 339609); DictSNOMarkerSet.Add("x1_fortress_NSE_02 (Encounters)", 333083); DictSNOMarkerSet.Add("x1_fortress_NSE_02 (Lighting)", 271993); DictSNOMarkerSet.Add("x1_fortress_NSE_02 (Loot)", 271994); DictSNOMarkerSet.Add("x1_fortress_NSE_02 (Props)", 359114); DictSNOMarkerSet.Add("x1_fortress_NSE_02", 271992); DictSNOMarkerSet.Add("x1_fortress_NSE_02_B (Lighting)", 339612); DictSNOMarkerSet.Add("x1_fortress_NSW_01 (Environment)", 269201); DictSNOMarkerSet.Add("x1_fortress_NSW_01 (Foliage)", 269198); DictSNOMarkerSet.Add("x1_fortress_NSW_01 (Lighting)", 269202); DictSNOMarkerSet.Add("x1_fortress_NSW_01 (Loot)", 269203); DictSNOMarkerSet.Add("x1_fortress_NSW_01 (Props)", 357325); DictSNOMarkerSet.Add("x1_fortress_NSW_01", 269194); DictSNOMarkerSet.Add("x1_fortress_NSW_01_B (Lighting)", 339617); DictSNOMarkerSet.Add("x1_fortress_NSW_02 (Environment)", 271757); DictSNOMarkerSet.Add("x1_fortress_NSW_02 (Foliage)", 271756); DictSNOMarkerSet.Add("x1_fortress_NSW_02 (Lighting)", 271758); DictSNOMarkerSet.Add("x1_fortress_NSW_02 (Loot)", 271759); DictSNOMarkerSet.Add("x1_fortress_NSW_02 (Props)", 359174); DictSNOMarkerSet.Add("x1_fortress_NSW_02", 271755); DictSNOMarkerSet.Add("x1_fortress_NSW_02_B (Lighting)", 339620); DictSNOMarkerSet.Add("x1_fortress_NS_01 (Encounters)", 333080); DictSNOMarkerSet.Add("x1_fortress_NS_01 (Environment)", 268940); DictSNOMarkerSet.Add("x1_fortress_NS_01 (Foliage)", 268939); DictSNOMarkerSet.Add("x1_fortress_NS_01 (LeaperAmbushA)", 344252); DictSNOMarkerSet.Add("x1_fortress_NS_01 (Lighting)", 268941); DictSNOMarkerSet.Add("x1_fortress_NS_01 (Loot)", 268942); DictSNOMarkerSet.Add("x1_fortress_NS_01 (Props)", 357365); DictSNOMarkerSet.Add("x1_fortress_NS_01", 268938); DictSNOMarkerSet.Add("x1_fortress_NS_01_AncientJail (Environment)", 334235); DictSNOMarkerSet.Add("x1_fortress_NS_01_AncientJail (Foliage)", 334234); DictSNOMarkerSet.Add("x1_fortress_NS_01_AncientJail (Lighting)", 334236); DictSNOMarkerSet.Add("x1_fortress_NS_01_AncientJail (Loot)", 334237); DictSNOMarkerSet.Add("x1_fortress_NS_01_AncientJail (prison event)", 334398); DictSNOMarkerSet.Add("x1_fortress_NS_01_AncientJail (rubble)", 378888); DictSNOMarkerSet.Add("x1_fortress_NS_01_AncientJail", 334233); DictSNOMarkerSet.Add("x1_fortress_NS_01_B (Lighting)", 339607); DictSNOMarkerSet.Add("x1_fortress_NS_02 (Encounters)", 333081); DictSNOMarkerSet.Add("x1_fortress_NS_02 (Environment)", 271568); DictSNOMarkerSet.Add("x1_fortress_NS_02 (Foliage)", 271567); DictSNOMarkerSet.Add("x1_fortress_NS_02 (Lighting)", 271569); DictSNOMarkerSet.Add("x1_fortress_NS_02 (Loot)", 271570); DictSNOMarkerSet.Add("x1_fortress_NS_02 (Props)", 356390); DictSNOMarkerSet.Add("x1_fortress_NS_02", 271566); DictSNOMarkerSet.Add("x1_fortress_NS_02_B (Lighting)", 339608); DictSNOMarkerSet.Add("x1_fortress_NW_01 (Environment)", 269044); DictSNOMarkerSet.Add("x1_fortress_NW_01 (Foliage)", 269043); DictSNOMarkerSet.Add("x1_fortress_NW_01 (Lighting)", 269045); DictSNOMarkerSet.Add("x1_fortress_NW_01 (Loot)", 269046); DictSNOMarkerSet.Add("x1_fortress_NW_01 (Props)", 357319); DictSNOMarkerSet.Add("x1_fortress_NW_01", 269042); DictSNOMarkerSet.Add("x1_fortress_NW_01_B (Lighting)", 339621); DictSNOMarkerSet.Add("x1_fortress_NW_02 (Encounters)", 333900); DictSNOMarkerSet.Add("x1_fortress_NW_02 (Environment)", 271693); DictSNOMarkerSet.Add("x1_fortress_NW_02 (Foliage)", 271692); DictSNOMarkerSet.Add("x1_fortress_NW_02 (Lighting)", 271694); DictSNOMarkerSet.Add("x1_fortress_NW_02 (Loot)", 271695); DictSNOMarkerSet.Add("x1_fortress_NW_02 (Props)", 356397); DictSNOMarkerSet.Add("x1_fortress_NW_02", 271691); DictSNOMarkerSet.Add("x1_fortress_NW_02_B (Lighting)", 339622); DictSNOMarkerSet.Add("x1_fortress_NW_05_mousetrap (Environment)", 334304); DictSNOMarkerSet.Add("x1_fortress_NW_05_mousetrap (Foliage)", 334303); DictSNOMarkerSet.Add("x1_fortress_NW_05_mousetrap (Lighting)", 334305); DictSNOMarkerSet.Add("x1_fortress_NW_05_mousetrap (Loot)", 334306); DictSNOMarkerSet.Add("x1_fortress_NW_05_mousetrap (Teleport_Event)", 353585); DictSNOMarkerSet.Add("x1_fortress_NW_05_mousetrap", 334302); DictSNOMarkerSet.Add("x1_fortress_N_01 (Environment)", 269237); DictSNOMarkerSet.Add("x1_fortress_N_01 (Foliage)", 269236); DictSNOMarkerSet.Add("x1_fortress_N_01 (Lighting)", 269238); DictSNOMarkerSet.Add("x1_fortress_N_01 (Loot)", 269239); DictSNOMarkerSet.Add("x1_fortress_N_01 (Props)", 356033); DictSNOMarkerSet.Add("x1_fortress_N_01 (Special Markers)", 269344); DictSNOMarkerSet.Add("x1_fortress_N_01", 269235); DictSNOMarkerSet.Add("x1_fortress_N_01_B (Lighting)", 339586); DictSNOMarkerSet.Add("x1_fortress_N_DungeonStone_Exit_01 (Encounters)", 347691); DictSNOMarkerSet.Add("x1_fortress_N_DungeonStone_Exit_01 (Loot)", 353197); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01 (Encounters)", 270899); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01 (Environment)", 270895); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01 (Foliage)", 270894); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01 (Level 1)", 332913); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01 (Lighting)", 270896); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01 (Loot)", 270897); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01 (Props)", 370324); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01 (Savepoint Level 1)", 338123); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01", 270893); DictSNOMarkerSet.Add("x1_fortress_N_Entrance_01_B (Lighting)", 339589); DictSNOMarkerSet.Add("x1_fortress_N_Exit_01 (Encounters)", 270948); DictSNOMarkerSet.Add("x1_fortress_N_Exit_01 (Environment)", 270928); DictSNOMarkerSet.Add("x1_fortress_N_Exit_01 (Foliage)", 270927); DictSNOMarkerSet.Add("x1_fortress_N_Exit_01 (Fortress 1)", 330202); DictSNOMarkerSet.Add("x1_fortress_N_Exit_01 (Fortress 2)", 330203); DictSNOMarkerSet.Add("x1_fortress_N_Exit_01 (Lighting)", 270929); DictSNOMarkerSet.Add("x1_fortress_N_Exit_01 (Loot)", 270930); DictSNOMarkerSet.Add("x1_fortress_N_Exit_01 (Props)", 356402); DictSNOMarkerSet.Add("x1_fortress_N_Exit_01", 270926); DictSNOMarkerSet.Add("x1_fortress_SEW_01 (Environment)", 268679); DictSNOMarkerSet.Add("x1_fortress_SEW_01 (Foliage)", 268678); DictSNOMarkerSet.Add("x1_fortress_SEW_01 (Lighting)", 268680); DictSNOMarkerSet.Add("x1_fortress_SEW_01 (Loot)", 268681); DictSNOMarkerSet.Add("x1_fortress_SEW_01 (Props)", 356387); DictSNOMarkerSet.Add("x1_fortress_SEW_01", 268677); DictSNOMarkerSet.Add("x1_fortress_SEW_01_B (Lighting)", 339631); DictSNOMarkerSet.Add("x1_fortress_SEW_02 (Environment)", 271839); DictSNOMarkerSet.Add("x1_fortress_SEW_02 (Foliage)", 271838); DictSNOMarkerSet.Add("x1_fortress_SEW_02 (Lighting)", 271840); DictSNOMarkerSet.Add("x1_fortress_SEW_02 (Loot)", 271841); DictSNOMarkerSet.Add("x1_fortress_SEW_02 (Props)", 359232); DictSNOMarkerSet.Add("x1_fortress_SEW_02", 271837); DictSNOMarkerSet.Add("x1_fortress_SEW_02_B (Lighting)", 339632); DictSNOMarkerSet.Add("x1_fortress_SE_01 (Environment)", 269180); DictSNOMarkerSet.Add("x1_fortress_SE_01 (Foliage)", 269179); DictSNOMarkerSet.Add("x1_fortress_SE_01 (Lighting)", 269181); DictSNOMarkerSet.Add("x1_fortress_SE_01 (Loot)", 269182); DictSNOMarkerSet.Add("x1_fortress_SE_01 (Props)", 359175); DictSNOMarkerSet.Add("x1_fortress_SE_01", 269178); DictSNOMarkerSet.Add("x1_fortress_SE_01_B (Lighting)", 339629); DictSNOMarkerSet.Add("x1_fortress_SE_02 (Environment)", 271658); DictSNOMarkerSet.Add("x1_fortress_SE_02 (Foliage)", 271657); DictSNOMarkerSet.Add("x1_fortress_SE_02 (Lighting)", 271659); DictSNOMarkerSet.Add("x1_fortress_SE_02 (Loot)", 271660); DictSNOMarkerSet.Add("x1_fortress_SE_02 (Props)", 356223); DictSNOMarkerSet.Add("x1_fortress_SE_02", 271656); DictSNOMarkerSet.Add("x1_fortress_SE_02_B (Lighting)", 339630); DictSNOMarkerSet.Add("x1_fortress_SE_05_Worldstone (Environment)", 334334); DictSNOMarkerSet.Add("x1_fortress_SE_05_Worldstone (Foliage)", 334333); DictSNOMarkerSet.Add("x1_fortress_SE_05_Worldstone (Lighting)", 334335); DictSNOMarkerSet.Add("x1_fortress_SE_05_Worldstone (Loot)", 334336); DictSNOMarkerSet.Add("x1_fortress_SE_05_Worldstone (Props)", 370708); DictSNOMarkerSet.Add("x1_fortress_SE_05_Worldstone (Worldstone)", 334356); DictSNOMarkerSet.Add("x1_fortress_SE_05_Worldstone", 334332); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_N01 (Encounters)", 352603); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_N01 (Environment)", 366578); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_N01 (Lighting)", 348853); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_N01 (Loot)", 348854); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_N01", 348852); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_S01 (Encounters)", 350697); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_S01 (Environment)", 366574); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_S01 (Lighting)", 348865); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_S01 (Loot)", 348866); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_S01 (Props)", 370767); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_E01_S01", 348864); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_N01 (Encounters)", 352605); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_N01 (Environment)", 366580); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_N01 (Lighting)", 348857); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_N01 (Loot)", 348858); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_N01 (Open World Portal)", 362476); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_N01 (Props)", 370769); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_N01", 348856); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_S01 (Encounters)", 350687); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_S01 (Environment)", 366576); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_S01 (Lighting)", 348861); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_S01 (Loot)", 348862); DictSNOMarkerSet.Add("x1_fortress_soul_grinder_A_W01_S01", 348860); DictSNOMarkerSet.Add("x1_fortress_SW_01 (Environment)", 269224); DictSNOMarkerSet.Add("x1_fortress_SW_01 (Foliage)", 269223); DictSNOMarkerSet.Add("x1_fortress_SW_01 (Lighting)", 269225); DictSNOMarkerSet.Add("x1_fortress_SW_01 (Loot)", 269226); DictSNOMarkerSet.Add("x1_fortress_SW_01 (Props)", 359442); DictSNOMarkerSet.Add("x1_fortress_SW_01 (Trooper Holdout)", 344041); DictSNOMarkerSet.Add("x1_fortress_SW_01", 269222); DictSNOMarkerSet.Add("x1_fortress_SW_01_B (Lighting)", 339633); DictSNOMarkerSet.Add("x1_fortress_SW_02 (Environment)", 271721); DictSNOMarkerSet.Add("x1_fortress_SW_02 (Foliage)", 271720); DictSNOMarkerSet.Add("x1_fortress_SW_02 (Lighting)", 271722); DictSNOMarkerSet.Add("x1_fortress_SW_02 (Loot)", 271723); DictSNOMarkerSet.Add("x1_fortress_SW_02 (Props)", 357316); DictSNOMarkerSet.Add("x1_fortress_SW_02", 271719); DictSNOMarkerSet.Add("x1_fortress_SW_02_B (Lighting)", 339634); DictSNOMarkerSet.Add("x1_fortress_S_01 (Environment)", 269250); DictSNOMarkerSet.Add("x1_fortress_S_01 (Foliage)", 269249); DictSNOMarkerSet.Add("x1_fortress_S_01 (Lighting)", 269251); DictSNOMarkerSet.Add("x1_fortress_S_01 (Loot)", 269252); DictSNOMarkerSet.Add("x1_fortress_S_01 (Props)", 356026); DictSNOMarkerSet.Add("x1_fortress_S_01 (Special Markers)", 269346); DictSNOMarkerSet.Add("x1_fortress_S_01", 269248); DictSNOMarkerSet.Add("x1_fortress_S_01_B (Lighting)", 339623); DictSNOMarkerSet.Add("x1_fortress_S_03_Judgment (Environment)", 334351); DictSNOMarkerSet.Add("x1_fortress_S_03_Judgment (Foliage)", 334350); DictSNOMarkerSet.Add("x1_fortress_S_03_Judgment (JudgeEvent)", 334450); DictSNOMarkerSet.Add("x1_fortress_S_03_Judgment (Lighting)", 334352); DictSNOMarkerSet.Add("x1_fortress_S_03_Judgment (Loot)", 334353); DictSNOMarkerSet.Add("x1_fortress_S_03_Judgment (Props)", 370701); DictSNOMarkerSet.Add("x1_fortress_S_03_Judgment", 334349); DictSNOMarkerSet.Add("x1_fortress_S_BossExit_01 (Encounters)", 280371); DictSNOMarkerSet.Add("x1_fortress_S_BossExit_01 (Lighting)", 278959); DictSNOMarkerSet.Add("x1_fortress_S_BossExit_01 (Loot)", 278960); DictSNOMarkerSet.Add("x1_fortress_S_BossExit_01 (Props)", 370257); DictSNOMarkerSet.Add("x1_fortress_S_BossExit_01", 278958); DictSNOMarkerSet.Add("x1_fortress_S_DungeonStone_Exit_01 (Encounters)", 347697); DictSNOMarkerSet.Add("x1_fortress_S_DungeonStone_Exit_01 (Loot)", 353199); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01 (Encounters)", 270961); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01 (Environment)", 270957); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01 (Foliage)", 270956); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01 (Fortress 3)", 313109); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01 (Level 1)", 332912); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01 (Lighting)", 270958); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01 (Loot)", 270959); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01 (Props)", 370308); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01 (Savepoint Level 1)", 338124); DictSNOMarkerSet.Add("x1_fortress_S_Entrance_01", 270955); DictSNOMarkerSet.Add("x1_fortress_S_Exit_01 (Encounters)", 270974); DictSNOMarkerSet.Add("x1_fortress_S_Exit_01 (Environment)", 270970); DictSNOMarkerSet.Add("x1_fortress_S_Exit_01 (Foliage)", 270969); DictSNOMarkerSet.Add("x1_fortress_S_Exit_01 (Fortress 1)", 330253); DictSNOMarkerSet.Add("x1_fortress_S_Exit_01 (Fortress 2)", 330254); DictSNOMarkerSet.Add("x1_fortress_S_Exit_01 (Lighting)", 270971); DictSNOMarkerSet.Add("x1_fortress_S_Exit_01 (Loot)", 270972); DictSNOMarkerSet.Add("x1_fortress_S_Exit_01 (Props)", 370297); DictSNOMarkerSet.Add("x1_fortress_S_Exit_01", 270968); DictSNOMarkerSet.Add("x1_fortress_W_01 (Environment)", 269268); DictSNOMarkerSet.Add("x1_fortress_W_01 (Foliage)", 269267); DictSNOMarkerSet.Add("x1_fortress_W_01 (Lighting)", 269269); DictSNOMarkerSet.Add("x1_fortress_W_01 (Loot)", 269270); DictSNOMarkerSet.Add("x1_fortress_W_01 (Props)", 370685); DictSNOMarkerSet.Add("x1_fortress_W_01 (Special Markers)", 269345); DictSNOMarkerSet.Add("x1_fortress_W_01", 269266); DictSNOMarkerSet.Add("x1_fortress_W_01_B (Lighting)", 339635); DictSNOMarkerSet.Add("x1_fortress_W_DungeonStone_Exit_01 (Encounters)", 347699); DictSNOMarkerSet.Add("x1_fortress_W_DungeonStone_Exit_01 (Loot)", 353202); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01 (Encounters)", 271007); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01 (Environment)", 271002); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01 (Foliage)", 271001); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01 (Fortress 3)", 313101); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01 (Level 1)", 332907); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01 (Lighting)", 271003); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01 (Loot)", 271004); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01 (Props)", 356367); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01 (Savepoint Level 1)", 338125); DictSNOMarkerSet.Add("x1_fortress_W_Entrance_01", 271000); DictSNOMarkerSet.Add("x1_fortress_W_Exit_01 (Encounters)", 271020); DictSNOMarkerSet.Add("x1_fortress_W_Exit_01 (Environment)", 271016); DictSNOMarkerSet.Add("x1_fortress_W_Exit_01 (Foliage)", 271015); DictSNOMarkerSet.Add("x1_fortress_W_Exit_01 (Fortress 1)", 330251); DictSNOMarkerSet.Add("x1_fortress_W_Exit_01 (Fortress 2)", 330252); DictSNOMarkerSet.Add("x1_fortress_W_Exit_01 (Lighting)", 271017); DictSNOMarkerSet.Add("x1_fortress_W_Exit_01 (Loot)", 271018); DictSNOMarkerSet.Add("x1_fortress_W_Exit_01 (Props)", 370693); DictSNOMarkerSet.Add("x1_fortress_W_Exit_01", 271014); DictSNOMarkerSet.Add("X1_GRAVEYARD_Cart_Ambush_X20", 337250); DictSNOMarkerSet.Add("X1_graveyard_Center_x10_DeadEndReward_A", 373262); DictSNOMarkerSet.Add("X1_GRAVEYARD_Corpse_Ambush_X10_A", 337203); DictSNOMarkerSet.Add("X1_GRAVEYARD_Ground_Clicky_Ambush_X10_A", 337198); DictSNOMarkerSet.Add("X1_GRAVEYARD_Ground_Clicky_Ambush_X10_B", 337210); DictSNOMarkerSet.Add("X1_GRAVEYARD_Ground_Clicky_Ambush_X10_C", 337211); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_A", 335143); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_B", 335227); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_C", 335229); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_D", 334975); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_E", 335231); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_F", 335233); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_G", 335301); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_H", 335302); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_I", 335303); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_J", 335304); DictSNOMarkerSet.Add("X1_GRAVEYARD_LOOT_X10_K", 335305); DictSNOMarkerSet.Add("X1_GRAVEYARD_NormalChest_Ambush_X10_A", 337222); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S02 (Environment)", 340202); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S02 (Foliage)", 340201); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S02 (Lighting)", 340203); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S02 (Loot)", 340204); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S02", 340198); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S03 (Environment)", 339179); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S03 (Foliage)", 339196); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S03 (Lighting)", 339209); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S03 (Loot)", 339210); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E01_S03", 339181); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S01 (Environment)", 340200); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S01 (Foliage)", 340199); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S01 (Lighting)", 340206); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S01 (Loot)", 340207); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S01", 340197); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S02 (Encounters)", 339395); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S02 (Environment)", 339190); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S02 (Foliage)", 339189); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S02 (Lighting)", 339203); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S02 (Loot)", 339204); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S02", 339192); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S03 (Encounters)", 342852); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S03 (Environment)", 339191); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S03 (Foliage)", 339188); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S03 (Lighting)", 339197); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S03 (Loot)", 339198); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E02_S03", 339194); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S01 (Environment)", 339195); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S01 (Foliage)", 339193); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S01 (Lighting)", 339206); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S01 (Loot)", 339207); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S01", 339182); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S02 (Encounters)", 342853); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S02 (Environment)", 339186); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S02 (Foliage)", 339183); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S02 (Lighting)", 339200); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S02 (Loot)", 339201); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S02", 339187); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S03 (Encounters)", 339467); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S03 (Environment)", 339184); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S03 (Foliage)", 339180); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S03 (Lighting)", 339212); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S03 (Loot)", 339213); DictSNOMarkerSet.Add("x1_Heaven_Pandemonium_Portal_E03_S03", 339185); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N01 (Audio)", 449707); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N01 (Lighting)", 442909); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N01 (Loot)", 442910); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N01 (Props)", 445318); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N01 (Queen)", 447250); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N01 (Set Dungeons)", 449885); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N01", 442908); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N02 (Lighting)", 444419); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N02 (Loot)", 444420); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_N02", 444418); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_S01 (Lighting)", 442905); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_S01 (Loot)", 442906); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E01_S01", 442904); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01 (Audio)", 449657); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01 (Chamber)", 444399); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01 (Encounters)", 444470); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01 (Ghost Queen)", 445564); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01 (Lighting)", 442831); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01 (Loot)", 442832); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01 (Props)", 443439); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01 (Set Dungeons)", 447822); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01 (Throne Room Creatures)", 447230); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N01", 442830); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N02 (Lighting)", 444415); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N02 (Loot)", 444416); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N02 (Props)", 446733); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_N02", 444414); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_S01 (Audio)", 449710); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_S01 (Lighting)", 442823); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_S01 (Loot)", 442824); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_S01 (Props)", 443287); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_S01 (South Courtyard)", 447269); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E02_S01", 442822); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_N01 (Audio)", 449711); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_N01 (Lighting)", 442827); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_N01 (Loot)", 442828); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_N01 (North Courtyard 02)", 447207); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_N01 (Props)", 443282); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_N01", 442826); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_N02 (Lighting)", 444423); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_N02 (Loot)", 444424); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_N02", 444422); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S01 (Audio)", 449721); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S01 (BallRoom Creatures)", 447112); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S01 (Ghost Queen)", 445577); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S01 (Lighting)", 442714); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S01 (Loot)", 442715); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S01 (North Courtyard 01)", 447206); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S01 (Props)", 442722); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S01 (Waiting Room Creatures)", 447168); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S01", 442713); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S02 (Ghost Queen)", 445487); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S02 (Lighting)", 442718); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S02 (Loot)", 442719); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S02 (Props)", 442721); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E03_S02", 442717); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_N01 (Armory Creatures)", 447225); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_N01 (Audio)", 449722); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_N01 (Lighting)", 443188); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_N01 (Loot)", 443189); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_N01 (Props)", 443281); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_N01", 443187); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_S01 (Audio)", 449723); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_S01 (Lighting)", 443192); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_S01 (Loot)", 443193); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_S01 (North Courtyard 03)", 447217); DictSNOMarkerSet.Add("x1_Highlands_ManorInterior_E04_S01", 443191); DictSNOMarkerSet.Add("x1_Leor_Jail_S_Entrance_01_Scoundrel (Scoundrel Event Entrance)", 303439); DictSNOMarkerSet.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_NSEW_02 (Encounters)", 366005); DictSNOMarkerSet.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_NSEW_02 (Lighting)", 366007); DictSNOMarkerSet.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_NSEW_02 (Loot)", 366006); DictSNOMarkerSet.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_NSEW_05 (Encounters)", 366111); DictSNOMarkerSet.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_SE_01 (Encounters)", 366098); DictSNOMarkerSet.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_W_01 (Encounters)", 366089); DictSNOMarkerSet.Add("x1_LR_trOut_TristramFields_EntranceA_E01_S01 (Encounters)", 355983); DictSNOMarkerSet.Add("x1_LR_trOut_TristramFields_ExitA_E02_S03 (Encounters)", 353426); DictSNOMarkerSet.Add("x1_LR_trOut_TristramFields_ExitA_E02_S03 (Lighting)", 353408); DictSNOMarkerSet.Add("x1_LR_trOut_TristramFields_ExitA_E02_S03 (Loot)", 353409); DictSNOMarkerSet.Add("x1_LR_trOut_TristramFields_ExitA_E02_S03", 353407); DictSNOMarkerSet.Add("x1_LR_trOut_Tristram_E08_S15 (Encounters)", 356253); DictSNOMarkerSet.Add("x1_LR_trOut_Wilderness_MainGraveyard_E01_S01 (Encounters)", 356135); DictSNOMarkerSet.Add("x1_LR_trOut_Wilderness_MainGraveyard_E01_S01_Dungeonstone (Encounters)", 356334); DictSNOMarkerSet.Add("x1_LR_trOut_Wilderness_MainGraveyard_E01_S02 (Encounters)", 356142); DictSNOMarkerSet.Add("x1_LR_trOut_Wilderness_MainGraveyard_E01_S03 (Encounters)", 356149); DictSNOMarkerSet.Add("x1_LR_trOut_Wilderness_MainGraveyard_E03_S01 (Encounters)", 356192); DictSNOMarkerSet.Add("x1_LR_trOut_Wilderness_MainGraveyard_E03_S02 (Encounters)", 356193); DictSNOMarkerSet.Add("x1_LR_trOut_Wilderness_MainGraveyard_E03_S03 (Encounters)", 356194); DictSNOMarkerSet.Add("x1_Malthael_Boss_Arena (Encounters)", 328564); DictSNOMarkerSet.Add("x1_Malthael_Boss_Arena (Environment)", 328480); DictSNOMarkerSet.Add("x1_Malthael_Boss_Arena (Foliage)", 328479); DictSNOMarkerSet.Add("x1_Malthael_Boss_Arena (Lighting)", 328481); DictSNOMarkerSet.Add("x1_Malthael_Boss_Arena (Loot)", 328482); DictSNOMarkerSet.Add("x1_Malthael_Boss_Arena", 328478); DictSNOMarkerSet.Add("X1_OpenWorld_LootRunPortal", 345930); DictSNOMarkerSet.Add("X1_PandExt_240_NSEW_Event_Rockhive (The Hive)", 353573); DictSNOMarkerSet.Add("X1_PandExt_AsteroidCrash", 273348); DictSNOMarkerSet.Add("X1_PandExt_ClickRock_SpawnRocklingRanged", 326530); DictSNOMarkerSet.Add("X1_PandExt_RocklingAmbush_A", 321869); DictSNOMarkerSet.Add("x1_Pand_BatteringRam_240 (Encounters)", 295376); DictSNOMarkerSet.Add("x1_Pand_BatteringRam_240 (Lighting)", 295371); DictSNOMarkerSet.Add("x1_Pand_BatteringRam_240 (Loot)", 295372); DictSNOMarkerSet.Add("x1_Pand_BatteringRam_240", 295370); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_01 (Environment)", 268856); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_01 (Foliage)", 268855); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_01 (Lighting)", 268858); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_01 (Loot)", 268859); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_01 (Props)", 358372); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_01", 268857); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_02 (Lighting)", 347117); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_02 (Loot)", 347118); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_02 (Props)", 360056); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NE_02", 347116); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_01 (Environment)", 268833); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_01 (Foliage)", 268832); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_01 (Lighting)", 268835); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_01 (Loot)", 268836); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_01 (Props)", 360196); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_01", 268834); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_02 (Lighting)", 346516); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_02 (Loot)", 346517); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_02 (Props)", 360236); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_NW_02", 346515); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SE_01 (Lighting)", 268822); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SE_01 (Loot)", 268823); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SE_01 (Props)", 360292); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SE_01", 268821); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SE_02 (Lighting)", 346932); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SE_02 (Loot)", 346933); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SE_02 (Props)", 360465); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SE_02", 346931); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SW_01 (Lighting)", 268809); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SW_01 (Loot)", 268810); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SW_01 (Props)", 360489); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SW_01", 268808); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SW_02 (Lighting)", 347291); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SW_02 (Loot)", 347292); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SW_02 (Props)", 360513); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_Elbow_SW_02", 347290); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_01 (Lighting)", 268703); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_01 (Loot)", 268704); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_01 (Props)", 324990); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_01", 268702); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_02 (Event - The Swarm)", 348280); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_02 (Lighting)", 270149); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_02 (Loot)", 270150); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_02 (Props)", 360531); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_02", 270148); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_03 (Lighting)", 270239); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_03 (Loot)", 270240); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_03 (Props)", 360532); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NEW_03", 270238); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_01 (Environment)", 268750); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_01 (Foliage)", 268749); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_01 (Lighting)", 268752); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_01 (Loot)", 268753); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_01 (Props)", 358886); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_01", 268751); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_02 (Lighting)", 295141); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_02 (Loot)", 295142); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_02 (Props)", 360525); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_02", 295140); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_DungeonStone_Exit_01 (Encounters)", 364225); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_Entrance_01 (Encounters)", 453207); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_Exit_01 (Encounters)", 333295); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_Exit_01 (Lighting)", 333291); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_Exit_01 (Loot)", 333292); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_Exit_01 (Props)", 360530); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NE_Exit_01", 333290); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_01 (Environment)", 262557); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_01 (Foliage)", 262556); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_01 (Lighting)", 262558); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_01 (Loot)", 262559); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_01 (Props)", 358888); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_01", 262555); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_02 (Lighting)", 284280); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_02 (Loot)", 284281); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_02 (Props)", 360535); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_02", 284279); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_03 (Lighting)", 289931); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_03 (Loot)", 289932); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_03 (Props)", 360536); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_03", 289930); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_04 (Lighting)", 295408); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_04 (Loot)", 295409); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_04 (Props)", 360537); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSE_04", 295407); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_01 (Lighting)", 268691); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_01 (Loot)", 268692); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_01 (Props)", 360540); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_01", 268690); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_02 (Lighting)", 271869); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_02 (Loot)", 271870); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_02 (Props)", 360619); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_02", 271868); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_03 (Lighting)", 284375); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_03 (Loot)", 284376); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_03 (Props)", 360718); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_03", 284374); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_04 (Lighting)", 284885); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_04 (Loot)", 284886); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_04 (Props)", 360791); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NSW_04", 284884); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_01 (Lighting)", 268774); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_01 (Loot)", 268775); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_01 (Props)", 324993); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_01", 268773); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_02 (Lighting)", 348424); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_02 (Loot)", 348425); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_02 (Props)", 360912); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_02", 348423); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_Dungeonstone_Exit_01 (Encounters)", 364226); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_Entrance_01 (Encounters)", 453208); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_Exit_01 (Encounters)", 333307); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_Exit_01 (Lighting)", 333303); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_Exit_01 (Loot)", 333304); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_Exit_01 (Props)", 360922); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_NW_Exit_01", 333302); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_01 (Lighting)", 268718); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_01 (Loot)", 268719); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_01 (Props)", 361052); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_01", 268717); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_02 (Lighting)", 284959); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_02 (Loot)", 284960); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_02 (Props)", 361079); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_02", 284958); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_03 (Lighting)", 284988); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_03 (Loot)", 284989); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_03 (Props)", 289581); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SEW_03", 284987); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_01 (Environment)", 268738); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_01 (Foliage)", 268737); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_01 (Lighting)", 268740); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_01 (Loot)", 268741); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_01 (Props)", 360930); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_01", 268739); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_02 (Lighting)", 348397); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_02 (Loot)", 348398); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_02 (Props)", 360960); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_02", 348396); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_Dungeonstone_Exit_01 (Encounters)", 364227); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_Entrance_01 (Encounters)", 453209); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_Exit_01 (Encounters)", 333320); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_Exit_01 (Lighting)", 333316); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_Exit_01 (Loot)", 333317); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_Exit_01 (Props)", 361038); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SE_Exit_01", 333315); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_01 (Lighting)", 268786); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_01 (Loot)", 268787); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_01 (Props)", 324996); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_01", 268785); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_02 (Lighting)", 348215); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_02 (Loot)", 348216); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_02 (Props)", 361378); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_02", 348214); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_Dungeonstone_Exit_01 (Encounters)", 364228); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_Exit_01 (Encounters)", 333333); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_Exit_01 (Lighting)", 333329); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_Exit_01 (Loot)", 333330); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_Exit_01 (Props)", 361389); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Edge_SW_Exit_01", 333328); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_01 (Environment)", 269014); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_01 (Foliage)", 269013); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_01 (Lighting)", 269015); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_01 (Loot)", 269016); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_01", 269012); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_02 (Environment)", 285057); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_02 (Foliage)", 285056); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_02 (Lighting)", 285058); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_02 (Loot)", 285059); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_02", 285055); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_03 (Lighting)", 345110); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_03 (Loot)", 345111); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_03", 345109); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_04 (Lighting)", 348613); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_04 (Loot)", 348614); DictSNOMarkerSet.Add("x1_Pand_Ext_120_Filler_04", 348612); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01 (Cellar A)", 299328); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01 (Cellar B)", 357679); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01 (Cellar C)", 357680); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01 (Cellar D)", 357681); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01 (Cellar E)", 357682); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01 (Lighting)", 298846); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01 (Loot)", 298847); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01 (Props)", 361803); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01", 298845); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_01 (Encounters)", 274898); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_01 (Imperius Race)", 274899); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_01 (Lighting)", 262626); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_01 (Loot)", 262627); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_01 (Props)", 361959); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_01", 262623); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_02 (Lighting)", 262643); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_02 (Loot)", 262644); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_02 (Props)", 362124); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_02", 262640); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_03 (Encounters)", 276135); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_03 (Lighting)", 269065); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_03 (Loot)", 269066); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_03 (Props)", 363354); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_03", 269064); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_04 (Environment)", 269305); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_04 (Foliage)", 269304); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_04 (Lighting)", 269306); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_04 (Loot)", 269307); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_04 (Props)", 362647); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_04", 269303); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_05 (Encounters)", 269361); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_05 (Lighting)", 269340); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_05 (Loot)", 269341); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_05 (Props)", 362853); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_05", 269339); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_06 (Environment)", 269368); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_06 (Foliage)", 269367); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_06 (Lighting)", 269370); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_06 (Loot)", 269371); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_06 (Props)", 362950); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_06", 269369); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_07 (Environment)", 269523); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_07 (Foliage)", 269522); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_07 (Lighting)", 269525); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_07 (Loot)", 269526); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_07 (Props)", 363714); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_07", 269524); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_08 (Environment)", 270224); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_08 (Foliage)", 270223); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_08 (Lighting)", 270226); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_08 (Loot)", 270227); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_08 (Props)", 363715); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_08", 270225); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_09 (Lighting)", 270159); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_09 (Loot)", 270160); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_09 (Props)", 363716); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_09", 270158); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_10 (Lighting)", 270252); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_10 (Loot)", 270253); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_10 (Props)", 364310); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_10", 270251); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_11 (Lighting)", 274101); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_11 (Loot)", 274102); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_11 (Props)", 363830); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_11", 274100); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_12 (Lighting)", 275123); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_12 (Loot)", 275124); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_12 (Props)", 363886); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_12", 275122); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_13 (Lighting)", 280488); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_13 (Loot)", 280489); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_13 (Props)", 364432); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_13", 280487); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_14 (Encounters)", 282932); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_14 (Environment)", 282617); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_14 (Foliage)", 282616); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_14 (Lighting)", 282619); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_14 (Loot)", 282620); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_14 (Props)", 364374); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_14", 282618); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_15 (Environment)", 286813); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_15 (Foliage)", 286812); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_15 (Lighting)", 286815); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_15 (Loot)", 286816); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_15 (Props)", 364531); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_15", 286814); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_16 (Environment)", 328910); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_16 (Event - Asteroid Master)", 341835); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_16 (Foliage)", 328909); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_16 (Lighting)", 328912); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_16 (Loot)", 328913); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_16 (Props)", 364380); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_16", 328911); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_17 (Environment)", 328957); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_17 (Foliage)", 328956); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_17 (Lighting)", 328959); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_17 (Loot)", 328960); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_17", 328958); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_18 (Environment)", 328989); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_18 (Foliage)", 328988); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_18 (Lighting)", 328991); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_18 (Loot)", 328992); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_18 (Props)", 364344); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_18", 328990); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_19 (Environment)", 329180); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_19 (Foliage)", 329179); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_19 (Lighting)", 329182); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_19 (Loot)", 329183); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_19 (Props)", 364326); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_19", 329181); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_20 (CursedChest_HostileRealm)", 340487); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_20 (Environment)", 329267); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_20 (Foliage)", 329266); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_20 (Lighting)", 329269); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_20 (Loot)", 329270); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_20", 329268); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_21 (Lighting)", 329966); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_21 (Loot)", 329967); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_21 (Props)", 361251); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_21", 329965); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01 (Cellar A)", 301337); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01 (Cellar B)", 357728); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01 (Cellar C)", 357729); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01 (Cellar D)", 357730); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01 (Cellar E)", 357731); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01 (Lighting)", 301280); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01 (Loot)", 301281); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01 (Props)", 364277); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01", 301279); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01_EN (Encounters)", 325225); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Event_01_chrono (Lighting)", 346280); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Event_01_chrono (Loot)", 346281); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Event_01_chrono (Power Stone - A)", 346439); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSEW_Event_01_chrono", 346279); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01 (Cellar A)", 300114); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01 (Cellar B)", 357716); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01 (Cellar C)", 357717); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01 (Cellar D)", 357719); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01 (Cellar E)", 357720); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01 (Lighting)", 300111); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01 (Loot)", 300112); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01 (Props)", 361943); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01", 300110); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01 (Cellar A)", 301084); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01 (Cellar B)", 357763); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01 (Cellar C)", 357764); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01 (Cellar D)", 357766); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01 (Cellar E)", 357767); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01 (Environment)", 364200); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01 (Lighting)", 301075); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01 (Loot)", 301076); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01 (Props)", 364209); DictSNOMarkerSet.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01", 301074); DictSNOMarkerSet.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01 (Cellar A)", 300217); DictSNOMarkerSet.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01 (Cellar B)", 357750); DictSNOMarkerSet.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01 (Cellar C)", 357751); DictSNOMarkerSet.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01 (Cellar D)", 357752); DictSNOMarkerSet.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01 (Cellar E)", 357754); DictSNOMarkerSet.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01 (Lighting)", 300214); DictSNOMarkerSet.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01 (Loot)", 300215); DictSNOMarkerSet.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01 (Props)", 364252); DictSNOMarkerSet.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01", 300213); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_02 (ambush event B)", 354375); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_02 (Encounters)", 299346); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_02 (Event Temp Ambush and Chest)", 322548); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_02 (Lighting)", 299055); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_02 (Loot)", 299056); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_02 (Props)", 323458); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_02 (test)", 319594); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_02", 299054); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_03 (Demon Holdout)", 365917); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_03 (Encounters)", 357641); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_03 (event)", 348705); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_03 (Lighting)", 317699); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_03 (Loot)", 317700); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_03 (test)", 319595); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_03", 317698); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_04 (Demon_Event)", 365014); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_04 (Encounters)", 357646); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_04 (Lighting)", 317882); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_04 (Loot)", 317883); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_04", 317881); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_05 (Angelbro's Adventures)", 351187); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_05 (Demon Cellar 9)", 365756); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_05 (Encounters)", 357644); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_05 (Environment)", 342427); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_05 (event many rocklings)", 356388); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_05 (Foliage)", 342426); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_05 (Lighting)", 342429); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_05 (Loot)", 342430); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_05", 342428); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_06 (Encounters)", 357649); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_06 (Lighting)", 347479); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_06 (Loot)", 347480); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Cellar_06", 347478); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Encounters)", 276429); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Environment)", 268962); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Event - Infestation)", 340284); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Event - The Barricades)", 340240); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Foliage)", 268961); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Lighting)", 268963); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Loot)", 268964); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Ordnance)", 340323); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Special Markers)", 272210); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01 (Time Trap - First One)", 349307); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_01", 268960); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_02 (Encounters)", 276814); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_02 (Environment)", 276577); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_02 (Foliage)", 276576); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_02 (Lighting)", 276579); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_02 (Loot)", 276580); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_EW_02", 276578); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01 (Encounters)", 272340); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01 (Environment)", 268918); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01 (Event - Infestation)", 340262); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01 (Event - The Barricades)", 340247); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01 (Foliage)", 268917); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01 (Lighting)", 268919); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01 (Loot)", 268920); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01 (Ordnance)", 340325); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01 (Time Trap - First One)", 349432); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_01", 268916); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_02 (Encounters)", 276850); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_02 (Environment)", 276593); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_02 (Foliage)", 276591); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_02 (Lighting)", 276599); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_02 (Loot)", 276600); DictSNOMarkerSet.Add("x1_Pand_Ext_240_Chokepoint_NS_02", 276597); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_01_chrono (Adventure Mode)", 369350); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_01_chrono (Encounters)", 346607); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_01_chrono (Environment)", 346599); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_01_chrono (Foliage)", 346598); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_01_chrono (Lighting)", 346601); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_01_chrono (Loot)", 346602); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_01_chrono (Props)", 362983); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_01_chrono", 346600); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_FallenAngelVoltron (Encounters)", 301085); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_FallenAngelVoltron (Lighting)", 301050); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_FallenAngelVoltron (Loot)", 301051); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Event_FallenAngelVoltron", 301049); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Exit_01 (Encounters)", 279827); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Exit_01 (Environment)", 279821); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Exit_01 (Foliage)", 279820); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Exit_01 (Lighting)", 279823); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Exit_01 (Loot)", 279824); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NEW_Exit_01", 279822); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NE_Entrance_01 (Environment)", 333275); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NE_Entrance_01 (Lighting)", 333277); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NE_Entrance_01 (Loot)", 333278); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NE_Entrance_01 (LootRun)", 364260); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NE_Entrance_01 (Props)", 363531); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NE_Entrance_01 (Savepoint Level 1)", 338065); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NE_Entrance_01 (Waypoint - Adventure Mode)", 360357); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NE_Entrance_01", 333276); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NE_Entrance_01_Level1", 333281); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01 (BallistaEvent)", 356374); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01 (Encounters)", 353066); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01 (Environment)", 352502); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01 (Foliage)", 352501); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01 (Lighting)", 352504); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01 (Loot)", 352505); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01 (Props)", 363122); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01", 352503); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_GreatWeapon_01 (Environment)", 353027); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_GreatWeapon_01 (Foliage)", 353026); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_GreatWeapon_01 (Great Weapon Event)", 354387); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_GreatWeapon_01 (Lighting)", 353028); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_GreatWeapon_01 (Loot)", 353029); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_GreatWeapon_01 (Props)", 364034); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_GreatWeapon_01", 353025); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_RockHive_01 (Environment)", 352994); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_RockHive_01 (Foliage)", 352993); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_RockHive_01 (Lighting)", 352996); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_RockHive_01 (Loot)", 352997); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_RockHive_01 (Props)", 363667); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSEW_Event_RockHive_01", 352995); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Islands_01 (Environment)", 300784); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Islands_01 (Foliage)", 300783); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Islands_01 (IDEATION BACON)", 301040); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Islands_01 (Lighting)", 300786); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Islands_01 (Loot)", 300787); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Islands_01", 300785); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Prison_01 (Demons - Adventure)", 369407); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Prison_01 (Demons)", 301081); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Prison_01 (Environment)", 300845); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Prison_01 (Foliage)", 300844); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Prison_01 (Lighting)", 300847); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Prison_01 (Loot)", 300848); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Prison_01 (Props)", 362719); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Event_Prison_01", 300846); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Exit_01 (Encounters)", 278318); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Exit_01 (Environment)", 278312); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Exit_01 (Foliage)", 278311); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Exit_01 (Lighting)", 278314); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Exit_01 (Loot)", 278315); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSE_Exit_01", 278313); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02 (Audio)", 365447); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02 (Environment)", 300688); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02 (Foliage)", 300687); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02 (Forgotten War - Adventure)", 369417); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02 (Forgotten War)", 300861); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02 (Lighting)", 300690); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02 (Loot)", 300691); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02 (Props)", 363115); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02", 300689); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02_ForgottenWar (Encounters)", 324399); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02_ForgottenWar (Environment)", 324393); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02_ForgottenWar (Foliage)", 324392); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02_ForgottenWar (Lighting)", 324395); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02_ForgottenWar (Loot)", 324396); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_02_ForgottenWar", 324394); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_Sandrock_Ambush (Encounters)", 300854); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_Sandrock_Ambush (Lighting)", 300734); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_Sandrock_Ambush (Loot)", 300735); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Event_Sandrock_Ambush", 300733); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Exit_01 (Encounters)", 278491); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Exit_01 (Environment)", 278485); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Exit_01 (Foliage)", 278484); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Exit_01 (Lighting)", 278487); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Exit_01 (Loot)", 278488); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NSW_Exit_01", 278486); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NW_Entrance_01 (Lighting)", 333243); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NW_Entrance_01 (Loot)", 333244); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NW_Entrance_01 (LootRun)", 364208); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NW_Entrance_01 (Props)", 363635); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NW_Entrance_01 (Savepoint Level 1)", 338063); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NW_Entrance_01 (Waypoint - Adventure Mode)", 360358); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NW_Entrance_01", 333242); DictSNOMarkerSet.Add("x1_Pand_Ext_240_NW_Entrance_01_Level1", 333248); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Event_01_chrono (Adventure Mode)", 369403); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Event_01_chrono (Chrono Event)", 300723); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Event_01_chrono (Lighting)", 300699); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Event_01_chrono (Loot)", 300700); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Event_01_chrono (Props)", 362535); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Event_01_chrono", 300698); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Exit_01 (Encounters)", 277919); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Exit_01 (Environment)", 277867); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Exit_01 (Foliage)", 277866); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Exit_01 (Lighting)", 277869); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Exit_01 (Loot)", 277870); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SEW_Exit_01", 277868); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SE_Entrance_01 (Lighting)", 333098); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SE_Entrance_01 (Loot)", 333099); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SE_Entrance_01 (LootRun)", 364261); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SE_Entrance_01 (Props)", 363684); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SE_Entrance_01 (Savepoint Level 1)", 338067); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SE_Entrance_01 (Waypoint - Adventure Mode)", 360351); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SE_Entrance_01", 333097); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SE_Entrance_01_Level1", 333104); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01 (Environment)", 333260); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01 (Foliage)", 333259); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01 (Lighting)", 333262); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01 (Loot)", 333263); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01 (LootRun)", 364262); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01 (Props)", 363638); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01 (Savepoint Level 1)", 338066); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01 (Waypoint - Adventure Mode)", 360352); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01", 333261); DictSNOMarkerSet.Add("x1_Pand_Ext_240_SW_Entrance_01_level1", 333266); DictSNOMarkerSet.Add("X1_Pand_Ext_2_Battlefields (World)", 355637); DictSNOMarkerSet.Add("X1_Pand_Ext_BatteringRam_Entrance_A (World)", 356502); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_Background (Environment)", 356614); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_Background (Foliage)", 356613); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_Background (Lighting)", 356615); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_Background (Loot)", 356616); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_Background", 356612); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02 (Encounters)", 339333); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02 (Environment)", 339300); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02 (Foliage)", 339299); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02 (Lighting)", 339310); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02 (Loot)", 339311); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02 (Props)", 364891); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02", 339301); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02_MB313 (Encounters)", 478137); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03 (Encounters)", 339411); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03 (Environment)", 339294); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03 (Foliage)", 339293); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03 (Lighting)", 339316); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03 (Loot)", 339317); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03 (Props)", 365513); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03", 339295); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03_MB313 (Encounters)", 478140); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S02 (Environment)", 339283); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S02 (Foliage)", 339296); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S02 (Lighting)", 339313); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S02 (Loot)", 339314); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S02 (Props)", 365514); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S02", 339298); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03 (Encounters)", 339332); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03 (Environment)", 339291); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03 (Foliage)", 339290); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03 (Lighting)", 339319); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03 (Loot)", 339320); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03 (Props)", 364632); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03", 339292); DictSNOMarkerSet.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03_MB313 (Encounters)", 478138); DictSNOMarkerSet.Add("X1_pand_ext_Center_x30_DeadEndReward_A", 373574); DictSNOMarkerSet.Add("X1_pand_ext_Center_x30_DeadEndReward_B", 373579); DictSNOMarkerSet.Add("X1_pand_ext_Center_x30_DeadEndReward_C", 373585); DictSNOMarkerSet.Add("X1_Pand_Ext_GateOverlook (World)", 355669); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_Background (Lighting)", 352015); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_Background (Loot)", 352016); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_Background", 352014); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02 (Encounters)", 306207); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02 (Environment)", 317959); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02 (Foliage)", 317958); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02 (Lighting)", 291923); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02 (Loot)", 291924); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02 (Props)", 366302); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02 (Special Markers)", 325039); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02", 317960); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S03 (Environment)", 317950); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S03 (Foliage)", 317949); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S03 (Lighting)", 291935); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S03 (Loot)", 291936); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S03", 317951); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S01 (Encounters)", 299296); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S01 (Foliage)", 317964); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S01 (Lighting)", 291929); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S01 (Loot)", 291930); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S01", 317966); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02 (Audio)", 336631); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02 (Encounters)", 299224); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02 (Environment)", 317956); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02 (Foliage)", 317955); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02 (Lighting)", 291920); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02 (Loot)", 291921); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02 (Props)", 366301); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02 (Special Markers)", 325041); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02", 317957); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Environment)", 317962); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Foliage)", 317961); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Lighting)", 291926); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Loot)", 291927); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S01 (Special Markers)", 325043); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S01", 317963); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Audio)", 336353); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Encounters)", 306205); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Environment)", 317953); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Foliage)", 317952); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Lighting)", 291917); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Loot)", 291918); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Props)", 366299); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02 (Special Markers)", 325042); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02", 317954); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Encounters)", 298447); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Environment)", 317944); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Foliage)", 317943); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Lighting)", 291911); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Loot)", 291912); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S03 (Props)", 366284); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S03", 317945); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S04 (Environment)", 339721); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S04 (Foliage)", 339724); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S04 (Lighting)", 339729); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S04 (Loot)", 339730); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S04", 339723); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Encounters)", 340169); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Environment)", 339691); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Foliage)", 339690); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Lighting)", 339693); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S03 (Loot)", 339694); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S03", 339692); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Encounters)", 339886); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Environment)", 339722); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Foliage)", 339720); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Lighting)", 339726); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Loot)", 339727); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S04 (Props)", 366300); DictSNOMarkerSet.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S04", 339725); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_A", 337038); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_B", 337047); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_C", 337048); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_D", 337049); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_E", 337050); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_F", 337051); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_G", 337052); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_H", 337053); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_I", 337072); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_J", 337073); DictSNOMarkerSet.Add("X1_PAND_EXT_LOOT_X10_K", 337074); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_E_01 (Enchantress)", 302610); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_E_01 (Lighting)", 292909); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_E_01 (Loot)", 292910); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_E_01 (Particles)", 293123); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_E_01 (Stream)", 356584); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_E_01", 292908); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_E_Dungeonstone_01 (Encounters)", 360713); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_N_01 (Enchantress)", 309503); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_N_01 (Lighting)", 288964); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_N_01 (Loot)", 288965); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_N_01 (Particles)", 295098); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_N_01 (Stream)", 356648); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_N_01", 288961); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_N_Dungeonstone_01 (Encounters)", 360714); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_S_01 (Enchantress)", 309504); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_S_01 (Environment)", 292954); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_S_01 (Foliage)", 292953); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_S_01 (Lighting)", 292955); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_S_01 (Loot)", 292956); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_S_01 (Particles)", 295091); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_S_01 (Stream)", 356692); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_S_01", 292952); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_S_Dungeonstone_01 (Encounters)", 360715); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_W_01 (Enchantress)", 309505); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_W_01 (Lighting)", 289229); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_W_01 (Loot)", 289230); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_W_01 (Particles)", 293119); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_W_01 (Stream)", 356710); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_W_01", 289226); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Edge_W_Dungeonstone_01 (Encounters)", 360716); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Dynamic Portal)", 360642); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Enchantress)", 307481); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Encounters)", 294690); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Environment)", 293456); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Foliage)", 293455); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Level 2 Entrance)", 332062); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Lighting)", 293457); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Loot)", 293458); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Particles)", 294822); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Side Dungeon Entrance)", 340082); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Siege Angels)", 310823); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Standard Portal)", 360641); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01 (Stream)", 356753); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_E_01", 293454); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Enchantress)", 307482); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Encounters)", 294692); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Environment)", 293466); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Foliage)", 293465); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Level 2 Entrance)", 332121); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Lighting)", 293467); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Loot)", 293468); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (particles)", 294750); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Side Dungeon Entrance)", 340086); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Siege Angels)", 310824); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Standard Portal)", 360684); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01 (Stream)", 356764); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_N_01", 293464); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Enchantress)", 307483); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Encounters)", 294693); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Environment)", 293476); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Foliage)", 293475); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Level 2 Entrance)", 332125); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Lighting)", 293477); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Loot)", 293478); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Particles)", 294998); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Side Dungeon Entrance)", 340088); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Siege Angels)", 310827); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Stair)", 343579); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Standard Portal)", 360685); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01 (Stream)", 356867); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_S_01", 293474); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Enchantress)", 307484); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Encounters)", 294695); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Environment)", 293497); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Foliage)", 293496); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Level 2 Entrance)", 332126); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Lighting)", 293498); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Loot)", 293499); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Particles)", 295080); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Side Dungeon Entrance)", 340090); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Siege Angels)", 310828); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Standard Portal)", 360686); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01 (Stream)", 356889); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Entrance_W_01", 293495); DictSNOMarkerSet.Add("x1_Pand_HexMaze_EW_01 (Enchantress)", 309506); DictSNOMarkerSet.Add("x1_Pand_HexMaze_EW_01 (Lighting)", 292967); DictSNOMarkerSet.Add("x1_Pand_HexMaze_EW_01 (Loot)", 292968); DictSNOMarkerSet.Add("x1_Pand_HexMaze_EW_01 (Particles)", 293126); DictSNOMarkerSet.Add("x1_Pand_HexMaze_EW_01 (Stream)", 356910); DictSNOMarkerSet.Add("x1_Pand_HexMaze_EW_01", 292966); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit (To Level 2)", 332041); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01 (Dstone)", 351191); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01 (Enchantress)", 309490); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01 (Environment)", 293486); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01 (Foliage)", 293485); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01 (Lighting)", 293487); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01 (Loot)", 293488); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01 (Particles)", 296482); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01 (Standard Portal)", 360687); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01 (Stream)", 357044); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_E_01", 293484); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01 (Dstone)", 351194); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01 (Enchantress)", 309499); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01 (Environment)", 293509); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01 (Foliage)", 293508); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01 (Lighting)", 293510); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01 (Loot)", 293511); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01 (Particles)", 296490); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01 (Standard Portal)", 360688); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01 (Stream)", 357061); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_N_01", 293507); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01 (DStone)", 351190); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01 (Enchantress)", 309501); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01 (Environment)", 293519); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01 (Foliage)", 293518); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01 (Lighting)", 293520); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01 (Loot)", 293521); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01 (Particles)", 296512); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01 (Standard Portal)", 360691); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01 (Stream)", 357077); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01", 293517); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_S_01_EN (Encounters)", 310715); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01 (Dstone)", 351209); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01 (Enchantress)", 309502); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01 (Environment)", 293537); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01 (Foliage)", 293536); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01 (Lighting)", 293538); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01 (Loot)", 293539); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01 (Particles)", 296573); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01 (Standard Portal)", 360695); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01 (Stream)", 357079); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Exit_W_01", 293535); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Filler_02 (energy)", 289240); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Filler_02 (Environment)", 288273); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Filler_02 (Foliage)", 288272); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Filler_02 (Lighting)", 288274); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Filler_02 (Loot)", 288275); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Filler_02 (Stream)", 357080); DictSNOMarkerSet.Add("x1_Pand_HexMaze_Filler_02", 288271); DictSNOMarkerSet.Add("x1_Pand_HexMaze_LR_World_Light", 374516); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_02 (Enchantress)", 309510); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_02 (Environment)", 293032); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_02 (Foliage)", 293031); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_02 (Lighting)", 293033); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_02 (Loot)", 293034); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_02 (Particles", 293709); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_02 (Stream)", 357085); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_02", 293030); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_03 (Enchantress)", 309511); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_03 (Environment)", 362524); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_03 (Lighting)", 293231); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_03 (Loot)", 293232); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_03 (particles)", 295093); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_03 (Stream)", 357087); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_03", 293230); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_04 (Enchantress)", 309512); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_04 (Environment)", 362526); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_04 (Lighting)", 293327); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_04 (Loot)", 293328); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_04 (Particles)", 295292); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_04 (Stream)", 357217); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_04", 293326); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_05 (Enchantress)", 309514); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_05 (Environment)", 362530); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_05 (Lighting)", 294282); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_05 (Loot)", 294283); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_05 (Stream)", 357237); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_05", 294281); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01 (Enchantress)", 309513); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01 (Encounters)", 278232); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01 (Environment)", 271070); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01 (Foliage)", 271069); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01 (Lighting)", 271071); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01 (Loot)", 271072); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01 (Particles)", 276319); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01 (Props)", 363128); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01 (Stream)", 357235); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NSEW_A_01", 271068); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NS_01 (Enchantress)", 309507); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NS_01 (Environment)", 292830); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NS_01 (Foliage)", 292829); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NS_01 (Lighting)", 292831); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NS_01 (Loot)", 292832); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NS_01 (Particles)", 295326); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NS_01 (Stream)", 356851); DictSNOMarkerSet.Add("x1_Pand_HexMaze_NS_01", 292828); DictSNOMarkerSet.Add("x1_Pand_HexMaze_World_Light", 287893); DictSNOMarkerSet.Add("X1_POF_DungeonBoss_01", 252152); DictSNOMarkerSet.Add("X1_POF_Skeletal_Throne (Berserker)", 262229); DictSNOMarkerSet.Add("X1_POF_Skeletal_Throne (Encounters)", 252187); DictSNOMarkerSet.Add("X1_POF_Skeletal_Throne (Morlu Caster)", 262243); DictSNOMarkerSet.Add("X1_POF_Skeletal_Throne (ThousandPounder)", 262183); DictSNOMarkerSet.Add("X1_random_center_x30_TentacleGroup", 374826); DictSNOMarkerSet.Add("X1_Random_Malthael_Appearance", 365884); DictSNOMarkerSet.Add("X1_ScorpionBug_A_25MWall", 351365); DictSNOMarkerSet.Add("X1_ScorpionBug_A_BonePile", 351364); DictSNOMarkerSet.Add("X1_ScorpionBug_A_SinkHole", 351363); DictSNOMarkerSet.Add("x1_TEST_fortress_NSEW_02_malthael (Encounters)", 273460); DictSNOMarkerSet.Add("X1_trDun_Crypt_NSEW_01_POF_HUB (Encounters)", 261921); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W01_N02 (Environment)", 308536); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W01_N02 (Foliage)", 308535); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W01_N02 (Lighting)", 308537); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W01_N02 (Loot)", 308538); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W01_N02", 308528); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W01_N03 (Lighting)", 309146); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W01_N03 (Loot)", 309147); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W01_N03", 309145); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N01 (Environment)", 308525); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N01 (Foliage)", 308532); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N01 (Lighting)", 308540); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N01 (Loot)", 308541); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N01", 308534); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N02 (Audio)", 316937); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N02 (Encounters)", 308550); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N02 (Environment)", 308526); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N02 (Foliage)", 308527); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N02 (Lighting)", 308546); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N02 (Loot)", 308547); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N02 (Set Dungeons)", 447232); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N02", 308533); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N03 (Lighting)", 309172); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N03 (Loot)", 309173); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W02_N03", 309171); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W03_N02 (Lighting)", 309159); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W03_N02 (Loot)", 309160); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W03_N02", 309158); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W03_N03 (Lighting)", 309163); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W03_N03 (Loot)", 309164); DictSNOMarkerSet.Add("X1_Westmarch_Cath_Int_W03_N03", 309162); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N02 (Lighting)", 315708); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N02 (Loot)", 315709); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N02", 315707); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Book of Cain)", 379847); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Challenge Rift Reward)", 471314); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Environment)", 311281); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Equipment Manager)", 456087); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Foliage)", 311280); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Lighting)", 311308); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Loot)", 311309); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Mailbox)", 378080); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Props)", 324836); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (Wardrobe)", 435359); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03 (WestM Intro)", 314905); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N03", 311282); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N04 (Encounters)", 319882); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N04 (Environment)", 311276); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N04 (Foliage)", 311292); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N04 (Lighting)", 311296); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N04 (Loot)", 311297); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N04 (Props)", 324841); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N04", 311275); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N05 (Lighting)", 313851); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N05 (Loot)", 313852); DictSNOMarkerSet.Add("x1_westmarch_Hub_E01_N05", 313850); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N03 (Environment)", 311278); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N03 (Foliage)", 311277); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N03 (Lighting)", 311311); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N03 (Loot)", 311312); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N03", 311279); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N04 (Encounters)", 311897); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N04 (Environment)", 311290); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N04 (Foliage)", 311289); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N04 (Lighting)", 311299); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N04 (Loot)", 311300); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N04", 311291); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N05 (Lighting)", 313855); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N05 (Loot)", 313856); DictSNOMarkerSet.Add("x1_westmarch_Hub_E02_N05", 313854); DictSNOMarkerSet.Add("X1_Westmarch_Hub_E02_S03 (Encounters)", 305819); DictSNOMarkerSet.Add("X1_Westmarch_Hub_E03_S02 (Encounters)", 306538); DictSNOMarkerSet.Add("X1_Westmarch_Hub_E03_S03 (Encounters)", 307470); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N02 (Lighting)", 315704); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N02 (Loot)", 315705); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N02", 315703); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N03 (Book of Cain)", 440769); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N03 (Environment)", 311284); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N03 (Foliage)", 311283); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N03 (Lighting)", 311305); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N03 (Loot)", 311306); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N03 (Wardrobe)", 433234); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N03", 311269); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N04 (Encounters)", 313801); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N04 (Environment)", 311273); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N04 (Foliage)", 311274); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N04 (Lighting)", 311293); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N04 (Loot)", 311294); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N04", 311272); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N05 (Lighting)", 313847); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N05 (Loot)", 313848); DictSNOMarkerSet.Add("x1_westmarch_Hub_W01_N05", 313846); DictSNOMarkerSet.Add("x1_westmarch_Hub_W02_N04 (Environment)", 311270); DictSNOMarkerSet.Add("x1_westmarch_Hub_W02_N04 (Foliage)", 311271); DictSNOMarkerSet.Add("x1_westmarch_Hub_W02_N04 (Lighting)", 311314); DictSNOMarkerSet.Add("x1_westmarch_Hub_W02_N04 (Loot)", 311315); DictSNOMarkerSet.Add("x1_westmarch_Hub_W02_N04", 311285); DictSNOMarkerSet.Add("x1_westmarch_Hub_W02_N05 (Lighting)", 313843); DictSNOMarkerSet.Add("x1_westmarch_Hub_W02_N05 (Loot)", 313844); DictSNOMarkerSet.Add("x1_westmarch_Hub_W02_N05", 313842); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_N01 (Environment)", 308646); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_N01 (Foliage)", 308615); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_N01 (Lighting)", 308687); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_N01 (Loot)", 308688); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_N01", 308647); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_S01 (Audio)", 314105); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_S01 (Encounters)", 309452); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_S01 (Environment)", 308631); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_S01 (Foliage)", 308630); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_S01 (Lighting)", 308702); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_S01 (Loot)", 308703); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_S01 (Props)", 321444); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_E01_S01", 308632); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N01 (Encounters)", 308839); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N01 (Environment)", 308649); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N01 (Foliage)", 308648); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N01 (Lighting)", 308684); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N01 (Loot)", 308685); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N01", 308650); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N02 (Environment)", 308625); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N02 (Foliage)", 308626); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N02 (Lighting)", 308669); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N02 (Loot)", 308670); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_N02", 308624); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_S01 (Audio)", 314121); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_S01 (Encounters)", 309025); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_S01 (Environment)", 308634); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_S01 (Foliage)", 308633); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_S01 (Lighting)", 308699); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_S01 (Loot)", 308700); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_S01 (Props)", 321432); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W01_S01", 308635); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W02_S01 (Environment)", 308637); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W02_S01 (Foliage)", 308636); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W02_S01 (Lighting)", 308696); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W02_S01 (Loot)", 308697); DictSNOMarkerSet.Add("x1_Westmarch_Overlook_D_W02_S01", 308638); DictSNOMarkerSet.Add("x1_westm_01_Filler (Lighting)", 313268); DictSNOMarkerSet.Add("x1_westm_01_Filler (Loot)", 313269); DictSNOMarkerSet.Add("x1_westm_01_Filler", 313267); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_N01 (Lighting)", 348974); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_N01 (Loot)", 348975); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_N01 (Props)", 350514); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_N01", 348973); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_S01 (Encounters)", 360484); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_S01 (Lighting)", 348986); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_S01 (Loot)", 348987); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_S01 (Props)", 350506); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_S01 (Puddles)", 350510); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_E01_S01", 348985); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_N01 (Encounters)", 351148); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_N01 (Lighting)", 348978); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_N01 (Loot)", 348979); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_N01 (Props)", 350076); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_N01 (Puddles)", 350511); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_N01", 348977); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_S01 (Lighting)", 348982); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_S01 (Loot)", 348983); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_S01 (Props)", 350517); DictSNOMarkerSet.Add("x1_westm_alley_rats_A_W01_S01", 348981); DictSNOMarkerSet.Add("x1_westm_Boss_E01_N01 (Environment)", 307052); DictSNOMarkerSet.Add("x1_westm_Boss_E01_N01 (Foliage)", 307049); DictSNOMarkerSet.Add("x1_westm_Boss_E01_N01 (Lighting)", 307080); DictSNOMarkerSet.Add("x1_westm_Boss_E01_N01 (Loot)", 307081); DictSNOMarkerSet.Add("x1_westm_Boss_E01_N01", 307053); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S01 (Audio)", 366094); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S01 (Encounters)", 308456); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S01 (Environment)", 307059); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S01 (Fire)", 309245); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S01 (Foliage)", 307046); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S01 (Lighting)", 307070); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S01 (Loot)", 307071); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S01", 307036); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S02 (Environment)", 307039); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S02 (Fire)", 309891); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S02 (Foliage)", 307035); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S02 (Lighting)", 307064); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S02 (Loot)", 307065); DictSNOMarkerSet.Add("x1_westm_Boss_E01_S02", 307043); DictSNOMarkerSet.Add("x1_westm_Boss_W01_N01 (Environment)", 307057); DictSNOMarkerSet.Add("x1_westm_Boss_W01_N01 (Foliage)", 307056); DictSNOMarkerSet.Add("x1_westm_Boss_W01_N01 (Lighting)", 307083); DictSNOMarkerSet.Add("x1_westm_Boss_W01_N01 (Loot)", 307084); DictSNOMarkerSet.Add("x1_westm_Boss_W01_N01", 307038); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S01 (Environment)", 307040); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S01 (Foliage)", 307037); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S01 (Lighting)", 307074); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S01 (Loot)", 307075); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S01", 307041); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S02 (Environment)", 307051); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S02 (Foliage)", 307047); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S02 (Lighting)", 307086); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S02 (Loot)", 307087); DictSNOMarkerSet.Add("x1_westm_Boss_W01_S02", 307055); DictSNOMarkerSet.Add("X1_WestM_Cellar_Corpsefinder", 333054); DictSNOMarkerSet.Add("X1_Westm_Cellar_Kids", 351797); DictSNOMarkerSet.Add("X1_Westm_Cellar_Ruffians", 351798); DictSNOMarkerSet.Add("X1_westm_Center_x20_DeadEndReward_A", 373246); DictSNOMarkerSet.Add("X1_westm_Center_x20_DeadEndReward_B", 373244); DictSNOMarkerSet.Add("X1_westm_Center_x20_DeadEndReward_C", 373242); DictSNOMarkerSet.Add("X1_westm_Center_x30_Barricade_A", 290135); DictSNOMarkerSet.Add("X1_westm_Center_x30_Barricade_B", 290142); DictSNOMarkerSet.Add("X1_westm_Center_x30_Barricade_E", 290977); DictSNOMarkerSet.Add("X1_westm_Center_x30_Barricade_F_Archers", 292506); DictSNOMarkerSet.Add("X1_westm_Center_x30_DeadEndReward_A", 368171); DictSNOMarkerSet.Add("X1_westm_Center_x30_DeadEndReward_B", 368179); DictSNOMarkerSet.Add("X1_westm_Center_x30_DeadEndReward_C", 368184); DictSNOMarkerSet.Add("X1_westm_Center_x30_DeadEndReward_D", 368193); DictSNOMarkerSet.Add("X1_westm_Center_x30_DeadEndReward_E_Unique", 368243); DictSNOMarkerSet.Add("X1_westm_Center_x30_Guardsx10", 303164); DictSNOMarkerSet.Add("X1_westm_Center_x30_Guardsx2", 303159); DictSNOMarkerSet.Add("X1_westm_Center_x30_Guardsx3", 303161); DictSNOMarkerSet.Add("X1_westm_Center_x30_Guardsx4", 303162); DictSNOMarkerSet.Add("X1_westm_Center_x30_Guardsx6", 303163); DictSNOMarkerSet.Add("X1_westm_Center_x30_Rubble_A", 290349); DictSNOMarkerSet.Add("X1_westm_Center_x30_Rubble_B", 290928); DictSNOMarkerSet.Add("X1_westm_Center_x30_Rubble_C", 290947); DictSNOMarkerSet.Add("X1_westm_Center_x30_Rubble_D", 291004); DictSNOMarkerSet.Add("X1_westm_Center_x30_Rubble_E", 291038); DictSNOMarkerSet.Add("x1_westM_cesspoolsA", 430878); DictSNOMarkerSet.Add("x1_westm_custom_alley_05 (Encounters)", 291082); DictSNOMarkerSet.Add("x1_westm_custom_alley_05 (Environment)", 289194); DictSNOMarkerSet.Add("x1_westm_custom_alley_05 (Foliage)", 289193); DictSNOMarkerSet.Add("x1_westm_custom_alley_05 (Lighting)", 289196); DictSNOMarkerSet.Add("x1_westm_custom_alley_05 (Loot)", 289197); DictSNOMarkerSet.Add("x1_westm_custom_alley_05 (Props)", 291083); DictSNOMarkerSet.Add("x1_westm_custom_alley_05 (Puddles)", 361368); DictSNOMarkerSet.Add("x1_westm_custom_alley_05", 289195); DictSNOMarkerSet.Add("x1_westm_custom_alley_06 (Ambient Rats)", 291119); DictSNOMarkerSet.Add("x1_westm_custom_alley_06 (Encounters)", 291081); DictSNOMarkerSet.Add("x1_westm_custom_alley_06 (Environment)", 289036); DictSNOMarkerSet.Add("x1_westm_custom_alley_06 (Foliage)", 289035); DictSNOMarkerSet.Add("x1_westm_custom_alley_06 (Lighting)", 289038); DictSNOMarkerSet.Add("x1_westm_custom_alley_06 (Loot)", 289039); DictSNOMarkerSet.Add("x1_westm_custom_alley_06 (Props)", 291085); DictSNOMarkerSet.Add("x1_westm_custom_alley_06 (Puddles)", 361369); DictSNOMarkerSet.Add("x1_westm_custom_alley_06", 289037); DictSNOMarkerSet.Add("x1_westm_custom_alley_06_A (Encounters)", 305691); DictSNOMarkerSet.Add("x1_westm_custom_alley_Corner_01 (Environment)", 248404); DictSNOMarkerSet.Add("x1_westm_custom_alley_Corner_01 (Foliage)", 248403); DictSNOMarkerSet.Add("x1_westm_custom_alley_Corner_01 (Lighting)", 248406); DictSNOMarkerSet.Add("x1_westm_custom_alley_Corner_01 (Loot)", 248407); DictSNOMarkerSet.Add("x1_westm_custom_alley_Corner_01", 248405); DictSNOMarkerSet.Add("x1_westm_cust_alley_06_A (Rat Props)", 338213); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_N01 (Encounters)", 336259); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_N01 (Environment)", 335716); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_N01 (Foliage)", 335718); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_N01 (Lighting)", 335725); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_N01 (Loot)", 335726); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_N01", 335708); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_S01 (Encounters)", 341456); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_S01 (Environment)", 335700); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_S01 (Foliage)", 335712); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_S01 (Lighting)", 335719); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_S01 (Loot)", 335720); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_S01 (Props)", 336480); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_S01 (Puddle)", 337619); DictSNOMarkerSet.Add("x1_westm_deathorb_B_E01_S01", 335692); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01 (Audio)", 350084); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01 (DeathOrb - MaidenB)", 336258); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01 (Encounters)", 336249); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01 (Environment)", 335717); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01 (Foliage)", 335704); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01 (Lighting)", 335728); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01 (Loot)", 335729); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01 (Props)", 336253); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01 (Puddle)", 337620); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N01", 335694); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N02 (Environment)", 335710); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N02 (Foliage)", 335707); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N02 (Lighting)", 335737); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N02 (Loot)", 335738); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_N02", 335711); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_S01 (Environment)", 335697); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_S01 (Foliage)", 335693); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_S01 (Lighting)", 335722); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_S01 (Loot)", 335723); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_S01 (Props)", 336476); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W01_S01", 335701); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N01 (Environment)", 335698); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N01 (Foliage)", 335695); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N01 (Lighting)", 335731); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N01 (Loot)", 335732); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N01 (props)", 377529); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N01", 335699); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N02 (Encounters)", 339734); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N02 (Environment)", 335715); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N02 (Foliage)", 335714); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N02 (Lighting)", 335740); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N02 (Loot)", 335741); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N02 (Props)", 377530); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N02 (Puddle)", 340593); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_N02", 335696); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_S01 (Environment)", 335709); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_S01 (Foliage)", 335705); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_S01 (Lighting)", 335743); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_S01 (Loot)", 335744); DictSNOMarkerSet.Add("x1_westm_deathorb_B_W02_S01", 335713); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_N01 (Environment)", 339047); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_N01 (Foliage)", 339049); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_N01 (Lighting)", 339056); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_N01 (Loot)", 339057); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_N01", 339039); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S01 (Audio)", 350187); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S01 (Encounters)", 339154); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S01 (Environment)", 339031); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S01 (Foliage)", 339043); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S01 (Lighting)", 339050); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S01 (Loot)", 339051); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S01 (Props)", 342360); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S01 (Puddle)", 342366); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S01", 339023); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S02 (Environment)", 339364); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S02 (Foliage)", 339363); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S02 (Lighting)", 339372); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S02 (Loot)", 339373); DictSNOMarkerSet.Add("x1_westm_deathorb_C_E01_S02", 339365); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N01 (Encounters)", 339152); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N01 (Environment)", 339048); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N01 (Foliage)", 339035); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N01 (Lighting)", 339059); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N01 (Loot)", 339060); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N01 (Puddle)", 342368); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N01", 339025); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N02 (Environment)", 339041); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N02 (Foliage)", 339038); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N02 (Lighting)", 339068); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N02 (Loot)", 339069); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_N02", 339042); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S01 (Audio)", 359134); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S01 (Environment)", 339028); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S01 (Foliage)", 339024); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S01 (Lighting)", 339053); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S01 (Loot)", 339054); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S01", 339032); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S02 (Environment)", 339367); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S02 (Foliage)", 339360); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S02 (Lighting)", 339369); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S02 (Loot)", 339370); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W01_S02", 339368); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W02_N01 (Environment)", 339029); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W02_N01 (Foliage)", 339026); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W02_N01 (Lighting)", 339062); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W02_N01 (Loot)", 339063); DictSNOMarkerSet.Add("x1_westm_deathorb_C_W02_N01", 339030); DictSNOMarkerSet.Add("X1_Westm_Door_Iron_Locked", 339684); DictSNOMarkerSet.Add("X1_Westm_Event_ClosedDoor", 303659); DictSNOMarkerSet.Add("x1_westm_EW_01 (Audio)", 359291); DictSNOMarkerSet.Add("x1_westm_EW_01 (Encounters)", 245345); DictSNOMarkerSet.Add("x1_westm_EW_01 (Environment)", 242484); DictSNOMarkerSet.Add("x1_westm_EW_01 (Foliage)", 242483); DictSNOMarkerSet.Add("x1_westm_EW_01 (Lighting)", 242485); DictSNOMarkerSet.Add("x1_westm_EW_01 (Loot)", 242486); DictSNOMarkerSet.Add("x1_westm_EW_01 (Props)", 284067); DictSNOMarkerSet.Add("x1_westm_EW_01 (The Run Around)", 330133); DictSNOMarkerSet.Add("x1_westm_EW_01 (TunnelExit)", 246215); DictSNOMarkerSet.Add("x1_westm_EW_01", 242482); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (Audio)", 303757); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (Encounters)", 303584); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (Environment)", 303597); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (fire)", 303692); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (Foliage)", 303598); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (gank event)", 328065); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (Lighting)", 303599); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (Loot)", 303600); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (Props)", 303601); DictSNOMarkerSet.Add("x1_westm_EW_01_fire (wall ambush)", 328382); DictSNOMarkerSet.Add("x1_westm_EW_01_fire", 303583); DictSNOMarkerSet.Add("x1_westm_EW_02 (Encounters)", 361630); DictSNOMarkerSet.Add("x1_westm_EW_02 (Environment)", 242878); DictSNOMarkerSet.Add("x1_westm_EW_02 (Foliage)", 242877); DictSNOMarkerSet.Add("x1_westm_EW_02 (Lighting)", 242879); DictSNOMarkerSet.Add("x1_westm_EW_02 (Loot)", 242880); DictSNOMarkerSet.Add("x1_westm_EW_02 (Props)", 298132); DictSNOMarkerSet.Add("x1_westm_EW_02 (Puddle)", 334948); DictSNOMarkerSet.Add("x1_westm_EW_02", 242876); DictSNOMarkerSet.Add("x1_westm_EW_03 (Audio)", 328529); DictSNOMarkerSet.Add("x1_westm_EW_03 (Encounters)", 312437); DictSNOMarkerSet.Add("x1_westm_EW_03 (Environment)", 243920); DictSNOMarkerSet.Add("x1_westm_EW_03 (Foliage)", 243919); DictSNOMarkerSet.Add("x1_westm_EW_03 (Lighting)", 243921); DictSNOMarkerSet.Add("x1_westm_EW_03 (Loot)", 243922); DictSNOMarkerSet.Add("x1_westm_EW_03 (Props)", 306235); DictSNOMarkerSet.Add("x1_westm_EW_03", 243918); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Audio)", 337240); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Encounters)", 337241); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Environment)", 337242); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Fire)", 337249); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Foliage)", 337243); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Lighting)", 337244); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Loot)", 337245); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Mystic)", 337246); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Props)", 337247); DictSNOMarkerSet.Add("x1_westm_EW_03_fire (Survivors)", 337248); DictSNOMarkerSet.Add("x1_westm_EW_03_fire", 337239); DictSNOMarkerSet.Add("x1_westm_EW_05 (Audio)", 359292); DictSNOMarkerSet.Add("x1_westm_EW_05 (Encounters Creepy Forest Event)", 296560); DictSNOMarkerSet.Add("x1_westm_EW_05 (Encounters)", 296559); DictSNOMarkerSet.Add("x1_westm_EW_05 (Environment)", 289142); DictSNOMarkerSet.Add("x1_westm_EW_05 (Foliage)", 289141); DictSNOMarkerSet.Add("x1_westm_EW_05 (Lighting)", 289144); DictSNOMarkerSet.Add("x1_westm_EW_05 (Loot)", 289145); DictSNOMarkerSet.Add("x1_westm_EW_05 (Props)", 306903); DictSNOMarkerSet.Add("x1_westm_EW_05", 289143); DictSNOMarkerSet.Add("x1_westm_E_01_vista (Encounters)", 251308); DictSNOMarkerSet.Add("x1_westm_E_01_vista (Environment)", 244918); DictSNOMarkerSet.Add("x1_westm_E_01_vista (Foliage)", 244917); DictSNOMarkerSet.Add("x1_westm_E_01_vista (Lighting)", 244919); DictSNOMarkerSet.Add("x1_westm_E_01_vista (Loot)", 244920); DictSNOMarkerSet.Add("x1_westm_E_01_vista (Props)", 329244); DictSNOMarkerSet.Add("x1_westm_E_01_vista (Puddle)", 329306); DictSNOMarkerSet.Add("x1_westm_E_01_vista", 244916); DictSNOMarkerSet.Add("x1_westm_E_02 (Encounters)", 249188); DictSNOMarkerSet.Add("x1_westm_E_02 (Environment)", 243951); DictSNOMarkerSet.Add("x1_westm_E_02 (Foliage)", 243950); DictSNOMarkerSet.Add("x1_westm_E_02 (Lighting)", 243952); DictSNOMarkerSet.Add("x1_westm_E_02 (Loot)", 243953); DictSNOMarkerSet.Add("x1_westm_E_02 (Props)", 285205); DictSNOMarkerSet.Add("x1_westm_E_02 (ScoundrelEvent)", 389739); DictSNOMarkerSet.Add("x1_westm_E_02", 243949); DictSNOMarkerSet.Add("x1_westm_E_02_fire (Encounters)", 303463); DictSNOMarkerSet.Add("x1_westm_E_02_fire (Environment)", 303464); DictSNOMarkerSet.Add("x1_westm_E_02_fire (fire)", 303213); DictSNOMarkerSet.Add("x1_westm_E_02_fire (Foliage)", 303465); DictSNOMarkerSet.Add("x1_westm_E_02_fire (lighting)", 303216); DictSNOMarkerSet.Add("x1_westm_E_02_fire (Loot)", 303467); DictSNOMarkerSet.Add("x1_westm_E_02_fire (Props)", 303469); DictSNOMarkerSet.Add("x1_westm_E_02_fire", 303462); DictSNOMarkerSet.Add("x1_westm_E_DungeonStone_Exit_01_vista (Encounters)", 347717); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01 (Audio)", 359289); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01 (Encounters)", 250887); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01 (Loot)", 290727); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01 (Props)", 330573); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01 (Puddles)", 333724); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01_fire (Encounters)", 337653); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01_fire (Environment)", 355810); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01_fire (Fire)", 343370); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01_fire (Loot)", 337654); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01_fire (Props)", 337655); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01_fire (Puddles)", 337656); DictSNOMarkerSet.Add("x1_westm_E_Entrance_01_fire", 337652); DictSNOMarkerSet.Add("x1_westm_E_Exit_01 (Audio)", 359290); DictSNOMarkerSet.Add("x1_westm_E_Exit_01 (Encounters)", 250896); DictSNOMarkerSet.Add("x1_westm_E_Exit_01 (Loot)", 290732); DictSNOMarkerSet.Add("x1_westm_E_Exit_01 (Props)", 336029); DictSNOMarkerSet.Add("x1_westm_E_Exit_01 (Puddles)", 336031); DictSNOMarkerSet.Add("x1_westm_E_Exit_01 (Survivors)", 263610); DictSNOMarkerSet.Add("x1_westm_E_Exit_01 (TowerEntrance)", 285189); DictSNOMarkerSet.Add("x1_westm_E_Exit_01 (Zone1)", 342203); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NE_01 (Audio)", 376312); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NE_01 (Date)", 409057); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NE_01 (Environment)", 265336); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NE_01 (Foliage)", 265335); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NE_01 (Lighting)", 265338); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NE_01 (Loot)", 265339); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NE_01", 265337); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_01 (Encounters)", 409263); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_01 (Environment)", 265358); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_01 (Foliage)", 265357); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_01 (Lighting)", 265360); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_01 (Loot)", 265361); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_01 (Props)", 363133); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_01", 265359); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_02 (Date)", 404921); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_02 (Encounters)", 276685); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_02 (Environment)", 275902); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_02 (Foliage)", 275901); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_02 (Lighting)", 275904); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_02 (Loot)", 275905); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_02 (Props)", 363134); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_NW_02", 275903); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SE_01 (Audio)", 376317); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SE_01 (Date)", 404989); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SE_01 (Environment)", 265407); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SE_01 (Foliage)", 265406); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SE_01 (Lighting)", 265409); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SE_01 (Loot)", 265410); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SE_01", 265408); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SW_01 (Audio)", 376316); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SW_01 (Date)", 404920); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SW_01 (Environment)", 265370); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SW_01 (Foliage)", 265369); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SW_01 (Lighting)", 265372); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SW_01 (Loot)", 265373); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SW_01", 265371); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_Elbow_SW_01_v2 (Encounters)", 409259); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01 (Audio)", 376307); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01 (Environment)", 265079); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01 (Foliage)", 265078); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01 (Lighting)", 265081); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01 (Loot)", 265082); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01 (Particles)", 275397); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01", 265080); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Entrance (Audio)", 359135); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Entrance (Encounters)", 265119); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Entrance (Environment)", 265112); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Entrance (Foliage)", 265111); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Entrance (GraveyardDeathOrb)", 342633); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Entrance (Lighting)", 265114); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Entrance (Loot)", 265115); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Entrance (Props)", 362981); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Entrance", 265113); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Exit (Audio)", 359136); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Exit (DeathOrbQuest)", 339334); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Exit (Encounters)", 265104); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Exit (Environment)", 265092); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Exit (Foliage)", 265091); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Exit (Lighting)", 265094); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Exit (Loot)", 265095); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_01_Exit", 265093); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NEW_Dungeonstone_Exit_01 (Encounters)", 369642); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NE_01 (Environment)", 265310); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NE_01 (Foliage)", 265309); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NE_01 (Lighting)", 265312); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NE_01 (Loot)", 265313); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NE_01", 265311); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01 (Audio)", 359137); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01 (Date)", 405669); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01 (Environment)", 265246); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01 (Foliage)", 265245); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01 (Lighting)", 265248); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01 (Loot)", 265249); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01 (Particles)", 275865); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01 (Props)", 362985); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01", 265247); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Entrance (DateEvent)", 400732); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Entrance (Encounters)", 265476); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Entrance (Environment)", 265422); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Entrance (Foliage)", 265420); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Entrance (GraveayrdDeathOrb)", 342637); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Entrance (Lighting)", 265424); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Entrance (Loot)", 265425); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Entrance", 265423); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Exit (DeathOrbQuest)", 339339); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Exit (Encounters)", 265496); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Exit (Environment)", 265488); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Exit (Foliage)", 265487); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Exit (Lighting)", 265490); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Exit (Loot)", 265491); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_Exit", 265489); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_01_v2 (Date)", 404991); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_02 (Date)", 404922); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_02 (Encounters)", 276729); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_02 (Environment)", 276724); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_02 (Foliage)", 276723); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_02 (Lighting)", 276726); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_02 (Loot)", 276727); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_02 (Props)", 362982); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_02", 276725); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_Dungeonstone_Exit_01 (Encounters)", 369643); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSE_Dungeonstone_Exit_01 (Loot)", 369644); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01 (Audio)", 376306); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01 (Encounters)", 409262); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01 (Environment)", 264631); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01 (Foliage)", 264630); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01 (Lighting)", 264633); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01 (Loot)", 264634); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01", 264632); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Entrance (Audio)", 359024); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Entrance (Encounters)", 264674); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Entrance (Environment)", 264655); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Entrance (Foliage)", 264654); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Entrance (GraveyardDeathOrb)", 342638); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Entrance (Lighting)", 264657); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Entrance (Loot)", 264658); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Entrance", 264656); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Exit (Audio)", 359025); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Exit (DeathOrbQuest)", 339344); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Exit (Encounters)", 264687); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Exit (Environment)", 264643); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Exit (Foliage)", 264642); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Exit (Lighting)", 264645); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Exit (Loot)", 264646); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_01_Exit", 264644); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NSW_Dungeonstone_Exit_01 (Encounters)", 369645); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NW_01 (Audio)", 376309); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NW_01 (Environment)", 265219); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NW_01 (Foliage)", 265218); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NW_01 (Lighting)", 265221); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NW_01 (Loot)", 265222); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_NW_01", 265220); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01 (Encounters)", 409260); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01 (Environment)", 264524); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01 (Foliage)", 264523); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01 (Lighting)", 264526); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01 (Loot)", 264527); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01", 264525); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Entrance (Encounters)", 264688); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Entrance (Environment)", 264681); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Entrance (Foliage)", 264680); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Entrance (GraveyardDeathOrb)", 342639); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Entrance (Lighting)", 264683); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Entrance (Loot)", 264684); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Entrance", 264682); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Exit (DeathOrbQuest", 339345); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Exit (Encounters)", 264673); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Exit (Environment)", 264565); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Exit (Foliage)", 264564); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Exit (Lighting)", 264567); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Exit (Loot)", 264568); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_01_Exit", 264566); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_02 (DateDungeon)", 409261); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_02 (Encounters)", 276686); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_02 (Environment)", 275519); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_02 (Foliage)", 275518); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_02 (Lighting)", 275521); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_02 (Loot)", 275522); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_02 (Props)", 363129); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_02", 275520); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_03 (Date)", 409059); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_03 (Encounters)", 276741); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_03 (Environment)", 276736); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_03 (Foliage)", 276735); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_03 (Lighting)", 276738); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_03 (Loot)", 276739); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_03 (Props)", 363130); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_03", 276737); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SEW_Dungeonstone_Exit_01 (Encounters)", 369648); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SE_01 (Environment)", 265323); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SE_01 (Foliage)", 265322); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SE_01 (Lighting)", 265325); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SE_01 (Loot)", 265326); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SE_01", 265324); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SW_01 (Environment)", 265293); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SW_01 (Foliage)", 265292); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SW_01 (Lighting)", 265295); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SW_01 (Loot)", 265296); DictSNOMarkerSet.Add("x1_westm_graveyard_Border_SW_01", 265294); DictSNOMarkerSet.Add("x1_westm_graveyard_B_Border_NEW_01_Exit (Date)", 404919); DictSNOMarkerSet.Add("x1_westm_graveyard_B_Border_NEW_01_Exit (Special Markers)", 276183); DictSNOMarkerSet.Add("x1_westm_graveyard_Filler (Environment)", 264728); DictSNOMarkerSet.Add("x1_westm_graveyard_Filler (Foliage)", 264727); DictSNOMarkerSet.Add("x1_westm_graveyard_Filler (Lighting)", 264729); DictSNOMarkerSet.Add("x1_westm_graveyard_Filler (Loot)", 264730); DictSNOMarkerSet.Add("x1_westm_graveyard_Filler", 264726); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_01 (Encounters)", 282316); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_01 (Environment)", 264462); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_01 (Foliage)", 264461); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_01 (Lighting)", 264464); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_01 (Loot)", 264465); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_01", 264463); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_02 (Encounters)", 332262); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_02 (Environment)", 264701); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_02 (Foliage)", 264700); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_02 (Lighting)", 264703); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_02 (Loot)", 264704); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_02", 264702); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_05 (Environment)", 274710); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_05 (Foliage)", 274709); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_05 (Graveyard_Soldier_Holdout)", 331933); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_05 (Lighting)", 274712); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_05 (Loot)", 274713); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_05 (Props)", 363044); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_05", 274711); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_06 (Environment)", 273522); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_06 (Foliage)", 273521); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_06 (Graveyard_Unique_1)", 331943); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_06 (Lighting)", 273525); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_06 (Loot)", 273526); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_06 (Props)", 363132); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_06", 273524); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_07 (DateDungeon)", 402624); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_07 (Entrance)", 276036); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_07 (Environment)", 276019); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_07 (Foliage)", 276018); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_07 (Lighting)", 276021); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_07 (Loot)", 276022); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_07 (Props)", 363135); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_07", 276020); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_08 (Encounters)", 282369); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_08 (Environment)", 276859); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_08 (Foliage)", 276858); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_08 (Lighting)", 276861); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_08 (Loot)", 276862); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_08 (Props)", 363209); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_08 (Undead_Husband)", 331383); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_08", 276860); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_09 (Encounters)", 283100); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_09 (Environment)", 276926); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_09 (Foliage)", 276925); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_09 (Lighting)", 276928); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_09 (Loot)", 276929); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_09 (Props)", 363211); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_09", 276927); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_10 (Encounters)", 283258); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_10 (Environment)", 277102); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_10 (Foliage)", 277101); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_10 (Lighting)", 277104); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_10 (Loot)", 277105); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_10 (Props)", 363249); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_10", 277103); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_12 (Encounters)", 341973); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_12 (Environment)", 341974); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_12 (Foliage)", 341975); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_12 (Lighting)", 341976); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_12 (Loot)", 341977); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_12 (Props)", 363255); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_12", 341972); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_13 (Encounters)", 341962); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_13 (Environment)", 341963); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_13 (Foliage)", 341964); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_13 (Lighting)", 341965); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_13 (Loot)", 341966); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_13 (Props)", 363002); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_13", 341961); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_14 (Environment)", 341955); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_14 (Foliage)", 341956); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_14 (Lighting)", 341957); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_14 (Loot)", 341958); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_14 (Props)", 363131); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_14", 341953); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_15 (Challenge - DreadGhosts)", 349585); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_15 (Environment)", 342048); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_15 (Foliage)", 342047); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_15 (Lighting)", 341949); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_15 (Loot)", 341950); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_15 (Props)", 363148); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_15", 341948); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_16 (Encounters)", 342006); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_16 (Environment)", 342007); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_16 (Foliage)", 342008); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_16 (Lighting)", 342009); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_16 (Loot)", 342010); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_16 (Props)", 363167); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_16", 342005); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_01 (Alter_Event)", 335446); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_01 (Encounters)", 332271); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_01 (Environment)", 331847); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_01 (Foliage)", 331846); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_01 (GraveRobber_Event)", 335447); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_01 (Lighting)", 331849); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_01 (Loot)", 331850); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_01", 331848); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_02 (Encounters)", 347548); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_02 (Environment)", 347549); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_02 (Foliage)", 347550); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_02 (Lighting)", 347552); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_02 (Loot)", 347553); DictSNOMarkerSet.Add("x1_westm_graveyard_NSEW_Event_02", 347546); DictSNOMarkerSet.Add("x1_WestM_HubSurvivors_01", 263428); DictSNOMarkerSet.Add("x1_WestM_Intro_Alley DM Kill 2", 313360); DictSNOMarkerSet.Add("x1_WestM_Intro_Alley DM Kill", 311849); DictSNOMarkerSet.Add("X1_WestM_Intro_ChurchBalcony (WestM Intro)", 309328); DictSNOMarkerSet.Add("X1_WestM_Intro_ChurchInterior (WestM Intro)", 309271); DictSNOMarkerSet.Add("x1_westm_intro_E01_N01 (Lighting)", 306619); DictSNOMarkerSet.Add("x1_westm_intro_E01_N01 (Loot)", 306620); DictSNOMarkerSet.Add("x1_westm_intro_E01_N01", 306618); DictSNOMarkerSet.Add("x1_westm_intro_E01_N02 (Encounters)", 316369); DictSNOMarkerSet.Add("x1_westm_intro_E01_N02 (Lighting)", 306615); DictSNOMarkerSet.Add("x1_westm_intro_E01_N02 (Loot)", 306616); DictSNOMarkerSet.Add("x1_westm_intro_E01_N02 (Props)", 314962); DictSNOMarkerSet.Add("x1_westm_intro_E01_N02", 306614); DictSNOMarkerSet.Add("x1_westm_intro_E01_N04 (Encounters)", 308803); DictSNOMarkerSet.Add("x1_westm_intro_E01_S01 (Audio)", 349694); DictSNOMarkerSet.Add("x1_westm_intro_E01_S01 (Encounters)", 368756); DictSNOMarkerSet.Add("x1_westm_intro_E01_S01 (Lighting)", 306599); DictSNOMarkerSet.Add("x1_westm_intro_E01_S01 (Loot)", 306600); DictSNOMarkerSet.Add("x1_westm_intro_E01_S01 (Props)", 311750); DictSNOMarkerSet.Add("x1_westm_intro_E01_S01 (WestM Intro)", 311621); DictSNOMarkerSet.Add("x1_westm_intro_E01_S01", 306598); DictSNOMarkerSet.Add("x1_westm_intro_E01_S02 (Encounters)", 311617); DictSNOMarkerSet.Add("x1_westm_intro_E01_S02 (Lighting)", 311472); DictSNOMarkerSet.Add("x1_westm_intro_E01_S02 (Loot)", 311473); DictSNOMarkerSet.Add("x1_westm_intro_E01_S02 (Props)", 313502); DictSNOMarkerSet.Add("x1_westm_intro_E01_S02", 311471); DictSNOMarkerSet.Add("x1_westm_intro_E02_N01 (Audio)", 316813); DictSNOMarkerSet.Add("x1_westm_intro_E02_N01 (Encounters)", 308461); DictSNOMarkerSet.Add("x1_westm_intro_E02_N01 (Lighting)", 306587); DictSNOMarkerSet.Add("x1_westm_intro_E02_N01 (Loot)", 306588); DictSNOMarkerSet.Add("x1_westm_intro_E02_N01 (Particles)", 316651); DictSNOMarkerSet.Add("x1_westm_intro_E02_N01 (Props)", 312066); DictSNOMarkerSet.Add("x1_westm_intro_E02_N01", 306586); DictSNOMarkerSet.Add("x1_westm_intro_E02_N02 (Audio)", 316825); DictSNOMarkerSet.Add("x1_westm_intro_E02_N02 (Encounters)", 308370); DictSNOMarkerSet.Add("x1_westm_intro_E02_N02 (Lighting)", 306603); DictSNOMarkerSet.Add("x1_westm_intro_E02_N02 (Loot)", 306604); DictSNOMarkerSet.Add("x1_westm_intro_E02_N02 (Props)", 307485); DictSNOMarkerSet.Add("x1_westm_intro_E02_N02", 306602); DictSNOMarkerSet.Add("x1_westm_intro_E02_N03 (Encounters)", 315553); DictSNOMarkerSet.Add("x1_westm_intro_E02_N03 (Lighting)", 306706); DictSNOMarkerSet.Add("x1_westm_intro_E02_N03 (Loot)", 306707); DictSNOMarkerSet.Add("x1_westm_intro_E02_N03 (Props)", 307486); DictSNOMarkerSet.Add("x1_westm_intro_E02_N03", 306705); DictSNOMarkerSet.Add("x1_westm_intro_E02_S01 (Encounters)", 306750); DictSNOMarkerSet.Add("x1_westm_intro_E02_S01 (Lighting)", 306607); DictSNOMarkerSet.Add("x1_westm_intro_E02_S01 (Loot)", 306608); DictSNOMarkerSet.Add("x1_westm_intro_E02_S01 (Props)", 311637); DictSNOMarkerSet.Add("x1_westm_intro_E02_S01", 306606); DictSNOMarkerSet.Add("x1_westm_intro_E02_S02 (Lighting)", 311476); DictSNOMarkerSet.Add("x1_westm_intro_E02_S02 (Loot)", 311477); DictSNOMarkerSet.Add("x1_westm_intro_E02_S02", 311475); DictSNOMarkerSet.Add("x1_westm_intro_E03_N02 (Encounters)", 310627); DictSNOMarkerSet.Add("x1_westm_intro_E03_N02 (Lighting)", 306595); DictSNOMarkerSet.Add("x1_westm_intro_E03_N02 (Loot)", 306596); DictSNOMarkerSet.Add("x1_westm_intro_E03_N02", 306594); DictSNOMarkerSet.Add("x1_westm_intro_E03_N03 (Lighting)", 306710); DictSNOMarkerSet.Add("x1_westm_intro_E03_N03 (Loot)", 306711); DictSNOMarkerSet.Add("x1_westm_intro_E03_N03 (Props)", 311122); DictSNOMarkerSet.Add("x1_westm_intro_E03_N03", 306709); DictSNOMarkerSet.Add("X1_WestM_Intro_OutsideCathedral", 308819); DictSNOMarkerSet.Add("X1_WestM_Intro_OverlookFight", 319422); DictSNOMarkerSet.Add("X1_WestM_Intro_OverlookFight_Entrance", 322224); DictSNOMarkerSet.Add("X1_WestM_Intro_RareChestAdventure", 314787); DictSNOMarkerSet.Add("x1_westm_intro_W01_N04 (WestM Intro)", 324405); DictSNOMarkerSet.Add("x1_westm_intro_W01_S01 (Lighting)", 313972); DictSNOMarkerSet.Add("x1_westm_intro_W01_S01 (Loot)", 313973); DictSNOMarkerSet.Add("x1_westm_intro_W01_S01", 313971); DictSNOMarkerSet.Add("x1_westm_intro_W01_S02 (Lighting)", 313976); DictSNOMarkerSet.Add("x1_westm_intro_W01_S02 (Loot)", 313977); DictSNOMarkerSet.Add("x1_westm_intro_W01_S02", 313975); DictSNOMarkerSet.Add("X1_WestM_Int_Cellar_Deathmaiden", 334838); DictSNOMarkerSet.Add("X1_WestM_Int_Cellar_Dogs", 357539); DictSNOMarkerSet.Add("X1_WestM_Int_Cellar_Fire", 357540); DictSNOMarkerSet.Add("x1_westm_Int_Filler (Audio)", 343830); DictSNOMarkerSet.Add("x1_westm_Int_Filler (Lighting)", 289266); DictSNOMarkerSet.Add("x1_westm_Int_Filler (Loot)", 289267); DictSNOMarkerSet.Add("x1_westm_Int_Filler", 289265); DictSNOMarkerSet.Add("X1_westm_Int_Gen_A02Necromancer", 332699); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01 (Audio)", 341113); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01 (CaptainStokely)", 321957); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01 (Encounters)", 289269); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01 (Lighting)", 288263); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01 (Loot)", 288264); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01 (LootRun)", 364406); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01 (Props)", 289270); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01", 288262); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01ZombieSorcerer (Encounters)", 302894); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01ZombieSorcerer", 333058); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01_CaptainStokely", 322427); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01_Necromancer (Audio)", 317870); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01_Necromancer (Encounters)", 362037); DictSNOMarkerSet.Add("X1_WESTM_INT_GEN_A_01_RESCUE_GUARDS_02 (Audio)", 352700); DictSNOMarkerSet.Add("X1_WESTM_INT_GEN_A_01_RESCUE_GUARDS_02 (Encounters)", 306839); DictSNOMarkerSet.Add("X1_WESTM_INT_GEN_A_01_RESCUE_GUARDS_02 (Lighting)", 306840); DictSNOMarkerSet.Add("X1_WESTM_INT_GEN_A_01_RESCUE_GUARDS_02 (Loot)", 306841); DictSNOMarkerSet.Add("X1_WESTM_INT_GEN_A_01_RESCUE_GUARDS_02 (Props)", 306842); DictSNOMarkerSet.Add("X1_WESTM_INT_GEN_A_01_RESCUE_GUARDS_02", 306838); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_01_ZombieSorcerer (Audio)", 341196); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02 (Audio)", 316729); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02 (Encounters)", 294383); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02 (Lighting)", 294318); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02 (Loot)", 294319); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02 (LootRun)", 364408); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02 (Props)", 294321); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02 (TemplarEvent)", 330394); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02", 294317); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02Necromancer (Props)", 303367); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02_Guards_Rescue(Encounters)", 294635); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02_Templar (Audio)", 347010); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02_Templar (Lighting)", 330237); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02_Templar (Loot)", 330238); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_02_Templar", 330236); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (Audio)", 339493); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (Encounters)", 331290); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (Environment)", 330684); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (Foliage)", 330683); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (KingEvent)", 336243); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (Lighting)", 330686); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (Loot)", 330687); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (LootRun)", 364409); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (Props)", 331289); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03 (test)", 331509); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_03", 330685); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E (Audio)", 363179); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E (Encounters)", 362024); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E (Environment)", 331869); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E (Foliage)", 331868); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E (Lighting)", 331871); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E (Loot)", 331872); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E (Props)", 331874); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E (TemplarMaester)", 356877); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E (test)", 331875); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_E", 331870); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_F (Encounters)", 362042); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_F (Foliage)", 331890); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_F (Lighting)", 331893); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_F (Loot)", 331894); DictSNOMarkerSet.Add("X1_Westm_Int_Gen_A_03_var_F", 331892); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_04 (Audio)", 343834); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_04 (Encounters)", 362006); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_04 (KingEvent03)", 336904); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_04 (Lighting)", 332147); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_04 (Loot)", 332148); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_04 (Props)", 334909); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_04 (Scoundrel)", 404280); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_04 (test)", 332221); DictSNOMarkerSet.Add("x1_westm_Int_Gen_A_04", 332146); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01 (Audio)", 343918); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01 (Encounters)", 289415); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01 (Environment)", 290369); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01 (Lighting)", 289412); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01 (Loot)", 289413); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01 (Particles)", 290281); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01 (Props)", 290280); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01", 289411); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01Madman (DeathMadman)", 302764); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01Madman (Encounters)", 302740); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01Madman (Loot)", 384948); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01_Kids", 316677); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01_Madman (Audio)", 317898); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_01_Ruffians", 316381); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02 (Audio)", 328121); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02 (Encounters)", 362011); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02 (KingEvent02)", 336841); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02 (KingEvent_Gore)", 356841); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02 (Lighting)", 302627); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02 (Loot)", 302628); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02 (Props)", 302631); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02", 302626); DictSNOMarkerSet.Add("x1_Westm_Int_Gen_B_02DoomedWoman", 270045); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_C (Lighting)", 311706); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_C (Props)", 311708); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_C (Special Markers)", 311709); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_C (Yard_Rush)", 327831); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_C", 311705); DictSNOMarkerSet.Add("X1_WestM_Int_Gen_B_02_var_C_Yard_Rush (Audio)", 343858); DictSNOMarkerSet.Add("X1_WestM_Int_Gen_B_02_var_C_Yard_Rush", 333052); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_D (Audio)", 352767); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_D (Environment)", 328088); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_D (Foliage)", 328087); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_D (Lighting)", 328090); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_D (Loot)", 328091); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_D (Props)", 328094); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_D", 328089); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_02_var_D_DoomedWoman (Encounters)", 328093); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B (Audio)", 352604); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B (Encounters)", 362016); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B (Environment)", 329364); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B (Foliage)", 329363); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B (Ghost Chase)", 330127); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B (Lighting)", 329366); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B (Loot)", 329367); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B (Props)", 329377); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B", 329365); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_B_Ghost_Chase", 335066); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_C (Environment)", 329798); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_C (Foliage)", 329797); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_C (Lighting)", 329800); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_C (Loot)", 329801); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_C (Panic)", 330199); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_C", 329799); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_03_var_C_Panic (Audio)", 343861); DictSNOMarkerSet.Add("X1_WestM_Int_Gen_B_03_var_C_Panic", 333361); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_05 (Blacksmith)", 368424); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_05 (Encounters)", 362043); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_05 (Lighting)", 332373); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_05 (Loot)", 332374); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_05 (Props)", 332393); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_05 (test)", 332376); DictSNOMarkerSet.Add("x1_westm_Int_Gen_B_05", 332372); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01 (Encounters)", 289373); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01 (Lighting)", 289366); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01 (Loot)", 289367); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01 (Props)", 292198); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01 (Skel Rush - Loot)", 359978); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01 (Skeleton_Rush)", 328197); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01", 289365); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01_Skeleton_Rush (Audio)", 352640); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01_Skeleton_Rush", 333359); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01_ZombieFireplace (Encounters)", 358638); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01_ZombieFireplace (Lighting)", 358635); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01_ZombieFireplace (Loot)", 358636); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01_ZombieFireplace", 358634); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_01_ZombieFireplace_Adv", 358646); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_02 (Encounters)", 332589); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_02 (Lighting)", 332573); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_02 (Loot)", 332574); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_02 (Props)", 332776); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_02 (Scoundrel)", 404279); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_02 (test)", 332578); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_02", 332572); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03 (Lighting)", 306910); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03 (Loot)", 306911); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03 (Props)", 307391); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03", 306909); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Audio)", 351306); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (BurningPiles)", 339481); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Deathmaiden)", 328814); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Dogs)", 328809); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Encounters)", 362005); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Entrance)", 357576); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Environment)", 328776); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Fire)", 328801); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Foliage)", 328775); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Lighting)", 328778); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements (Loot)", 328779); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_03_Elements", 328777); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04 (Lighting)", 311041); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04 (Loot)", 311042); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04 (Special)", 311044); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04", 311040); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04_var_B (Audio)", 352630); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04_var_B (Encounters)", 312310); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04_var_B (Lighting)", 312312); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04_var_B (Loot)", 384947); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04_var_B (Props)", 312313); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04_var_B (Special Markers)", 312311); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_04_var_B", 312309); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_Miser (Audio)", 369394); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_Miser (Encounters)", 323329); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_Miser (Props)", 323330); DictSNOMarkerSet.Add("x1_westm_Int_Gen_C_Miser (Special Markers)", 323351); DictSNOMarkerSet.Add("x1_WestM_Int_Gen_C_Miser", 333118); DictSNOMarkerSet.Add("x1_Westm_Int_Gen_Necromancer", 303357); DictSNOMarkerSet.Add("x1_westm_Int_Gen_ReformedCultist_01 (Encounters)", 310958); DictSNOMarkerSet.Add("x1_westm_Int_ReformedCultist_01 (Audio)", 316777); DictSNOMarkerSet.Add("x1_westm_Int_ReformedCultist_01 (Encounters)", 312723); DictSNOMarkerSet.Add("x1_westm_Int_ReformedCultist_TreasureRoom (Audio)", 328403); DictSNOMarkerSet.Add("x1_westm_Int_ReformedCultist_TreasureRoom (Encounters)", 310954); DictSNOMarkerSet.Add("X1_WESTM_INT_RESCUE_GUARDS_01", 332678); DictSNOMarkerSet.Add("X1_WESTM_INT_RESCUE_GUARDS_02", 333112); DictSNOMarkerSet.Add("x1_westm_Int_Templar_01 (Encounters)", 302137); DictSNOMarkerSet.Add("x1_westm_Int_Templar_01 (Lighting)", 302128); DictSNOMarkerSet.Add("x1_westm_Int_Templar_01 (Loot)", 302129); DictSNOMarkerSet.Add("x1_westm_Int_Templar_01 (Props)", 302132); DictSNOMarkerSet.Add("x1_westm_Int_Templar_01", 302127); DictSNOMarkerSet.Add("x1_westm_Int_Templar_01_Alt (Audio)", 339479); DictSNOMarkerSet.Add("x1_Westm_Int_Templar_Scene01_Alt (Encounters)", 328642); DictSNOMarkerSet.Add("x1_Westm_Int_Templar_Scene02_Alt (Encounters)", 328643); DictSNOMarkerSet.Add("x1_Westm_Int_Templar_Scene03_Alt (Encounters)", 328644); DictSNOMarkerSet.Add("x1_westm_Int_Treasure_01 (Lighting)", 308124); DictSNOMarkerSet.Add("x1_westm_Int_Treasure_01 (Loot)", 308125); DictSNOMarkerSet.Add("x1_westm_Int_Treasure_01 (Particles)", 316071); DictSNOMarkerSet.Add("x1_westm_Int_Treasure_01 (Props)", 311983); DictSNOMarkerSet.Add("x1_westm_Int_Treasure_01", 308123); DictSNOMarkerSet.Add("X1_Westm_KingEvent01", 337034); DictSNOMarkerSet.Add("X1_Westm_KingEvent02", 337055); DictSNOMarkerSet.Add("X1_Westm_KingEvent03", 337056); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_A", 264586); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_B", 325227); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_C", 325228); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_D", 325229); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_E", 325230); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_F", 325231); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_G", 325232); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_H", 325233); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_I", 325234); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_J", 325235); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_K", 325236); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_L", 329282); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_M", 329283); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_N", 329286); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_O", 329288); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_P", 329290); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_Q", 329291); DictSNOMarkerSet.Add("X1_WESTM_LOOT_X10_R", 329294); DictSNOMarkerSet.Add("x1_westm_NEW_01 (Encounters)", 245057); DictSNOMarkerSet.Add("x1_westm_NEW_01 (Environment)", 242675); DictSNOMarkerSet.Add("x1_westm_NEW_01 (Foliage)", 242674); DictSNOMarkerSet.Add("x1_westm_NEW_01 (Lighting)", 242676); DictSNOMarkerSet.Add("x1_westm_NEW_01 (Loot)", 242677); DictSNOMarkerSet.Add("x1_westm_NEW_01 (Props)", 284996); DictSNOMarkerSet.Add("x1_westm_NEW_01", 242673); DictSNOMarkerSet.Add("x1_westm_NEW_01_fire (Encounters)", 335476); DictSNOMarkerSet.Add("x1_westm_NEW_01_fire (Environment)", 335477); DictSNOMarkerSet.Add("x1_westm_NEW_01_fire (Fire)", 335485); DictSNOMarkerSet.Add("x1_westm_NEW_01_fire (Foliage)", 335478); DictSNOMarkerSet.Add("x1_westm_NEW_01_fire (Lighting)", 335479); DictSNOMarkerSet.Add("x1_westm_NEW_01_fire (Loot)", 335480); DictSNOMarkerSet.Add("x1_westm_NEW_01_fire (Props)", 335481); DictSNOMarkerSet.Add("x1_westm_NEW_01_fire (Survivors)", 335482); DictSNOMarkerSet.Add("x1_westm_NEW_01_fire", 335475); DictSNOMarkerSet.Add("x1_westm_NEW_02 (Encounters)", 265448); DictSNOMarkerSet.Add("x1_westm_NEW_02 (Environment)", 244670); DictSNOMarkerSet.Add("x1_westm_NEW_02 (Foliage)", 244669); DictSNOMarkerSet.Add("x1_westm_NEW_02 (Lighting)", 244671); DictSNOMarkerSet.Add("x1_westm_NEW_02 (Loot)", 244672); DictSNOMarkerSet.Add("x1_westm_NEW_02 (Props)", 287206); DictSNOMarkerSet.Add("x1_westm_NEW_02", 244668); DictSNOMarkerSet.Add("x1_westm_NEW_02_fire (Encounters)", 337497); DictSNOMarkerSet.Add("x1_westm_NEW_02_fire (Environment)", 337498); DictSNOMarkerSet.Add("x1_westm_NEW_02_fire (Fire)", 337506); DictSNOMarkerSet.Add("x1_westm_NEW_02_fire (Foliage)", 337499); DictSNOMarkerSet.Add("x1_westm_NEW_02_fire (Lighting)", 337500); DictSNOMarkerSet.Add("x1_westm_NEW_02_fire (Loot)", 337501); DictSNOMarkerSet.Add("x1_westm_NEW_02_fire (Props)", 337502); DictSNOMarkerSet.Add("x1_westm_NEW_02_fire (Survivors)", 337503); DictSNOMarkerSet.Add("x1_westm_NEW_02_fire", 337496); DictSNOMarkerSet.Add("x1_westm_NEW_03 (Audio)", 326752); DictSNOMarkerSet.Add("x1_westm_NEW_03 (Encounters)", 308499); DictSNOMarkerSet.Add("x1_westm_NEW_03 (Environment)", 244740); DictSNOMarkerSet.Add("x1_westm_NEW_03 (Foliage)", 244739); DictSNOMarkerSet.Add("x1_westm_NEW_03 (Lighting)", 244741); DictSNOMarkerSet.Add("x1_westm_NEW_03 (Loot)", 244742); DictSNOMarkerSet.Add("x1_westm_NEW_03 (Props)", 306403); DictSNOMarkerSet.Add("x1_westm_NEW_03 (Puddles)", 356782); DictSNOMarkerSet.Add("x1_westm_NEW_03", 244738); DictSNOMarkerSet.Add("x1_westm_NEW_03_Scoundrel (Lighting)", 409341); DictSNOMarkerSet.Add("x1_westm_NE_01 (Audio)", 359367); DictSNOMarkerSet.Add("x1_westm_NE_01 (Encounters)", 339702); DictSNOMarkerSet.Add("x1_westm_NE_01 (Environment)", 242932); DictSNOMarkerSet.Add("x1_westm_NE_01 (Foliage)", 242931); DictSNOMarkerSet.Add("x1_westm_NE_01 (Lighting)", 242933); DictSNOMarkerSet.Add("x1_westm_NE_01 (Loot)", 242934); DictSNOMarkerSet.Add("x1_westm_NE_01 (Props)", 325953); DictSNOMarkerSet.Add("x1_westm_NE_01 (Puddle)", 328209); DictSNOMarkerSet.Add("x1_westm_NE_01 (ScoundrelEvent2)", 388957); DictSNOMarkerSet.Add("x1_westm_NE_01", 242930); DictSNOMarkerSet.Add("x1_westm_NE_01_ScoundrelEvent2 (Encounters)", 388967); DictSNOMarkerSet.Add("x1_westm_NE_01_ScoundrelEvent2 (Lighting)", 409164); DictSNOMarkerSet.Add("x1_westm_NE_02 (Audio)", 349905); DictSNOMarkerSet.Add("x1_westm_NE_02 (Encounters)", 301507); DictSNOMarkerSet.Add("x1_westm_NE_02 (Environment)", 244652); DictSNOMarkerSet.Add("x1_westm_NE_02 (Foliage)", 244651); DictSNOMarkerSet.Add("x1_westm_NE_02 (Lighting)", 244653); DictSNOMarkerSet.Add("x1_westm_NE_02 (Loot)", 244654); DictSNOMarkerSet.Add("x1_westm_NE_02 (Props)", 315012); DictSNOMarkerSet.Add("x1_westm_NE_02", 244650); DictSNOMarkerSet.Add("x1_westm_NE_02_fire (Encounters)", 337430); DictSNOMarkerSet.Add("x1_westm_NE_02_fire (Environment)", 337431); DictSNOMarkerSet.Add("x1_westm_NE_02_fire (Fire)", 337437); DictSNOMarkerSet.Add("x1_westm_NE_02_fire (Foliage)", 337432); DictSNOMarkerSet.Add("x1_westm_NE_02_fire (Lighting)", 337433); DictSNOMarkerSet.Add("x1_westm_NE_02_fire (Loot)", 337434); DictSNOMarkerSet.Add("x1_westm_NE_02_fire (Props)", 337435); DictSNOMarkerSet.Add("x1_westm_NE_02_fire (Survivors)", 337436); DictSNOMarkerSet.Add("x1_westm_NE_02_fire", 337429); DictSNOMarkerSet.Add("x1_westm_NE_03 (Encounters)", 361623); DictSNOMarkerSet.Add("x1_westm_NE_03 (Environment)", 244703); DictSNOMarkerSet.Add("x1_westm_NE_03 (Foliage)", 244702); DictSNOMarkerSet.Add("x1_westm_NE_03 (Lighting)", 244704); DictSNOMarkerSet.Add("x1_westm_NE_03 (Loot)", 244705); DictSNOMarkerSet.Add("x1_westm_NE_03 (Props)", 328389); DictSNOMarkerSet.Add("x1_westm_NE_03 (Puddle)", 328468); DictSNOMarkerSet.Add("x1_westm_NE_03", 244701); DictSNOMarkerSet.Add("x1_westm_NE_04 (Audio)", 359368); DictSNOMarkerSet.Add("x1_westm_NE_04 (Encounters)", 274818); DictSNOMarkerSet.Add("x1_westm_NE_04 (Environment)", 244719); DictSNOMarkerSet.Add("x1_westm_NE_04 (Foliage)", 244718); DictSNOMarkerSet.Add("x1_westm_NE_04 (Lighting)", 244720); DictSNOMarkerSet.Add("x1_westm_NE_04 (Loot)", 244721); DictSNOMarkerSet.Add("x1_westm_NE_04 (Props)", 276294); DictSNOMarkerSet.Add("x1_westm_NE_04", 244717); DictSNOMarkerSet.Add("x1_westm_NE_04_fire (Encounters)", 304054); DictSNOMarkerSet.Add("x1_westm_NE_04_fire (Environment)", 304055); DictSNOMarkerSet.Add("x1_westm_NE_04_fire (fire)", 304071); DictSNOMarkerSet.Add("x1_westm_NE_04_fire (Foliage)", 304056); DictSNOMarkerSet.Add("x1_westm_NE_04_fire (Lighting)", 304057); DictSNOMarkerSet.Add("x1_westm_NE_04_fire (Loot)", 304058); DictSNOMarkerSet.Add("x1_westm_NE_04_fire (Props)", 304059); DictSNOMarkerSet.Add("x1_westm_NE_04_fire", 304053); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (Audio)", 359373); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (Encounters)", 251304); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (Environment)", 242323); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (Foliage)", 242322); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (Gameplay)", 251399); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (GateTest)", 264334); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (Lighting)", 242324); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (Loot)", 242325); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (Props)", 281734); DictSNOMarkerSet.Add("x1_westm_NSEW_01 (Puddle)", 332929); DictSNOMarkerSet.Add("x1_westm_NSEW_01", 242321); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire (Encounters)", 337452); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire (Environment)", 337453); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire (Fire)", 337465); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire (Foliage)", 337454); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire (Lighting)", 337457); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire (Loot)", 337458); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire (Props)", 337459); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire (Puddle)", 337460); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire (Survivors)", 337461); DictSNOMarkerSet.Add("x1_westm_NSEW_01_fire", 337451); DictSNOMarkerSet.Add("x1_westm_NSEW_02 (Audio)", 359293); DictSNOMarkerSet.Add("x1_westm_NSEW_02 (Encounters)", 253498); DictSNOMarkerSet.Add("x1_westm_NSEW_02 (Environment)", 243987); DictSNOMarkerSet.Add("x1_westm_NSEW_02 (fog)", 315219); DictSNOMarkerSet.Add("x1_westm_NSEW_02 (Foliage)", 243986); DictSNOMarkerSet.Add("x1_westm_NSEW_02 (Lighting)", 243988); DictSNOMarkerSet.Add("x1_westm_NSEW_02 (Loot)", 243989); DictSNOMarkerSet.Add("x1_westm_NSEW_02 (Props)", 288032); DictSNOMarkerSet.Add("x1_westm_NSEW_02", 243985); DictSNOMarkerSet.Add("x1_westm_NSEW_02_fire (Ambush 1)", 328349); DictSNOMarkerSet.Add("x1_westm_NSEW_02_fire (Encounters)", 306860); DictSNOMarkerSet.Add("x1_westm_NSEW_02_fire (Environment)", 306861); DictSNOMarkerSet.Add("x1_westm_NSEW_02_fire (fire)", 306867); DictSNOMarkerSet.Add("x1_westm_NSEW_02_fire (Foliage)", 306862); DictSNOMarkerSet.Add("x1_westm_NSEW_02_fire (Lighting)", 306863); DictSNOMarkerSet.Add("x1_westm_NSEW_02_fire (Loot)", 306864); DictSNOMarkerSet.Add("x1_westm_NSEW_02_fire (Props)", 306865); DictSNOMarkerSet.Add("x1_westm_NSEW_02_fire", 306859); DictSNOMarkerSet.Add("x1_westm_NSEW_04 (Audio)", 359374); DictSNOMarkerSet.Add("x1_westm_NSEW_04 (Encounters)", 253499); DictSNOMarkerSet.Add("x1_westm_NSEW_04 (Environment)", 326957); DictSNOMarkerSet.Add("x1_westm_NSEW_04 (Lighting)", 253154); DictSNOMarkerSet.Add("x1_westm_NSEW_04 (Loot)", 253155); DictSNOMarkerSet.Add("x1_westm_NSEW_04 (Props)", 303229); DictSNOMarkerSet.Add("x1_westm_NSEW_04", 253153); DictSNOMarkerSet.Add("x1_westm_NSEW_04_fire (Encounters)", 337472); DictSNOMarkerSet.Add("x1_westm_NSEW_04_fire (Environment)", 337473); DictSNOMarkerSet.Add("x1_westm_NSEW_04_fire (Fire)", 337482); DictSNOMarkerSet.Add("x1_westm_NSEW_04_fire (Foliage)", 337474); DictSNOMarkerSet.Add("x1_westm_NSEW_04_fire (Lighting)", 337475); DictSNOMarkerSet.Add("x1_westm_NSEW_04_fire (Loot)", 337476); DictSNOMarkerSet.Add("x1_westm_NSEW_04_fire (Props)", 337477); DictSNOMarkerSet.Add("x1_westm_NSEW_04_fire", 337471); DictSNOMarkerSet.Add("x1_westm_NSEW_05 (Audio)", 359375); DictSNOMarkerSet.Add("x1_westm_NSEW_05 (Encounters)", 253500); DictSNOMarkerSet.Add("x1_westm_NSEW_05 (Environment)", 253318); DictSNOMarkerSet.Add("x1_westm_NSEW_05 (Foliage)", 253317); DictSNOMarkerSet.Add("x1_westm_NSEW_05 (Lighting)", 253320); DictSNOMarkerSet.Add("x1_westm_NSEW_05 (Loot)", 253321); DictSNOMarkerSet.Add("x1_westm_NSEW_05 (Props)", 328705); DictSNOMarkerSet.Add("x1_westm_NSEW_05 (Puddles)", 333732); DictSNOMarkerSet.Add("x1_westm_NSEW_05 (The Harvest)", 304021); DictSNOMarkerSet.Add("x1_westm_NSEW_05", 253319); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (Audio)", 359376); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (CursedChest_GuardSlaughter)", 369363); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (DoomedGuards)", 350649); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (Encounters)", 253501); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (Environment)", 253391); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (Foliage)", 253390); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (Koolaid Drinkers)", 330198); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (Lighting)", 253393); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (Loot)", 253394); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (Monster Affix Test World)", 335122); DictSNOMarkerSet.Add("x1_westm_NSEW_06 (Props)", 314456); DictSNOMarkerSet.Add("x1_westm_NSEW_06", 253392); DictSNOMarkerSet.Add("x1_westm_NSEW_08 (Audio)", 359377); DictSNOMarkerSet.Add("x1_westm_NSEW_08 (Encounters)", 296582); DictSNOMarkerSet.Add("x1_westm_NSEW_08 (Environment)", 289131); DictSNOMarkerSet.Add("x1_westm_NSEW_08 (Foliage)", 289130); DictSNOMarkerSet.Add("x1_westm_NSEW_08 (Lighting)", 289133); DictSNOMarkerSet.Add("x1_westm_NSEW_08 (Loot)", 289134); DictSNOMarkerSet.Add("x1_westm_NSEW_08 (Props)", 296584); DictSNOMarkerSet.Add("x1_westm_NSEW_08 (Sinkhole)", 294049); DictSNOMarkerSet.Add("x1_westm_NSEW_08", 289132); DictSNOMarkerSet.Add("x1_westm_NSE_01 (Audio)", 359371); DictSNOMarkerSet.Add("x1_westm_NSE_01 (Encounters)", 249835); DictSNOMarkerSet.Add("x1_westm_NSE_01 (Environment)", 242309); DictSNOMarkerSet.Add("x1_westm_NSE_01 (Foliage)", 242308); DictSNOMarkerSet.Add("x1_westm_NSE_01 (Level 1-2)", 250824); DictSNOMarkerSet.Add("x1_westm_NSE_01 (Lighting)", 242310); DictSNOMarkerSet.Add("x1_westm_NSE_01 (Loot)", 242311); DictSNOMarkerSet.Add("x1_westm_NSE_01 (Props)", 284418); DictSNOMarkerSet.Add("x1_westm_NSE_01 (Puddle)", 332947); DictSNOMarkerSet.Add("x1_westm_NSE_01", 242307); DictSNOMarkerSet.Add("x1_westm_NSE_01_fire (Encounters)", 304643); DictSNOMarkerSet.Add("x1_westm_NSE_01_fire (Environment)", 304644); DictSNOMarkerSet.Add("x1_westm_NSE_01_fire (fire)", 305554); DictSNOMarkerSet.Add("x1_westm_NSE_01_fire (Foliage)", 304645); DictSNOMarkerSet.Add("x1_westm_NSE_01_fire (Lighting)", 304646); DictSNOMarkerSet.Add("x1_westm_NSE_01_fire (Loot)", 304648); DictSNOMarkerSet.Add("x1_westm_NSE_01_fire (Props)", 304649); DictSNOMarkerSet.Add("x1_westm_NSE_01_fire", 304642); DictSNOMarkerSet.Add("x1_westm_NSE_01_Urzael (Encounters)", 339681); DictSNOMarkerSet.Add("x1_westm_NSE_01_Urzael (Environment)", 338872); DictSNOMarkerSet.Add("x1_westm_NSE_01_Urzael (Fire)", 356268); DictSNOMarkerSet.Add("x1_westm_NSE_01_Urzael (Foliage)", 338871); DictSNOMarkerSet.Add("x1_westm_NSE_01_Urzael (Lighting)", 338874); DictSNOMarkerSet.Add("x1_westm_NSE_01_Urzael (Loot)", 338875); DictSNOMarkerSet.Add("x1_westm_NSE_01_Urzael (Props)", 339452); DictSNOMarkerSet.Add("x1_westm_NSE_01_Urzael", 338873); DictSNOMarkerSet.Add("x1_westm_NSE_02 (Encounters)", 292130); DictSNOMarkerSet.Add("x1_westm_NSE_02 (Environment)", 245189); DictSNOMarkerSet.Add("x1_westm_NSE_02 (Foliage)", 245188); DictSNOMarkerSet.Add("x1_westm_NSE_02 (Lighting)", 245190); DictSNOMarkerSet.Add("x1_westm_NSE_02 (Loot)", 245191); DictSNOMarkerSet.Add("x1_westm_NSE_02 (Props)", 286966); DictSNOMarkerSet.Add("x1_westm_NSE_02", 245187); DictSNOMarkerSet.Add("x1_westm_NSE_03 (Audio)", 359372); DictSNOMarkerSet.Add("x1_westm_NSE_03 (Encounters)", 312455); DictSNOMarkerSet.Add("x1_westm_NSE_03 (Environment)", 244614); DictSNOMarkerSet.Add("x1_westm_NSE_03 (Foliage)", 244613); DictSNOMarkerSet.Add("x1_westm_NSE_03 (Gameplay)", 252704); DictSNOMarkerSet.Add("x1_westm_NSE_03 (Lighting)", 244615); DictSNOMarkerSet.Add("x1_westm_NSE_03 (Loot)", 244616); DictSNOMarkerSet.Add("x1_westm_NSE_03 (Props)", 297821); DictSNOMarkerSet.Add("x1_westm_NSE_03", 244612); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Audio)", 359378); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Encounters)", 245002); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Environment)", 242269); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Foliage)", 242268); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Gate Test)", 264529); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Lighting)", 242270); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Loot)", 242271); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Props)", 328834); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Puddle)", 328842); DictSNOMarkerSet.Add("x1_westm_NSW_01 (Survivors)", 263679); DictSNOMarkerSet.Add("x1_westm_NSW_01", 242267); DictSNOMarkerSet.Add("x1_westm_NSW_02 (Audio)", 359294); DictSNOMarkerSet.Add("x1_westm_NSW_02 (Encounters)", 250826); DictSNOMarkerSet.Add("x1_westm_NSW_02 (Environment)", 245362); DictSNOMarkerSet.Add("x1_westm_NSW_02 (Foliage)", 245361); DictSNOMarkerSet.Add("x1_westm_NSW_02 (Lighting)", 245363); DictSNOMarkerSet.Add("x1_westm_NSW_02 (Loot)", 245364); DictSNOMarkerSet.Add("x1_westm_NSW_02 (Props)", 279570); DictSNOMarkerSet.Add("x1_westm_NSW_02", 245360); DictSNOMarkerSet.Add("x1_westm_NSW_02_fire (BrutelyUnfortunate)", 329388); DictSNOMarkerSet.Add("x1_westm_NSW_02_fire (Encounters)", 307401); DictSNOMarkerSet.Add("x1_westm_NSW_02_fire (Environment)", 307402); DictSNOMarkerSet.Add("x1_westm_NSW_02_fire (fire)", 307407); DictSNOMarkerSet.Add("x1_westm_NSW_02_fire (Foliage)", 307403); DictSNOMarkerSet.Add("x1_westm_NSW_02_fire (Lighting)", 307404); DictSNOMarkerSet.Add("x1_westm_NSW_02_fire (Loot)", 307405); DictSNOMarkerSet.Add("x1_westm_NSW_02_fire (Props)", 307406); DictSNOMarkerSet.Add("x1_westm_NSW_02_fire", 307400); DictSNOMarkerSet.Add("x1_westm_NSW_03 (Audio)", 359379); DictSNOMarkerSet.Add("x1_westm_NSW_03 (Encounters)", 361636); DictSNOMarkerSet.Add("x1_westm_NSW_03 (Environment)", 245504); DictSNOMarkerSet.Add("x1_westm_NSW_03 (Foliage)", 245503); DictSNOMarkerSet.Add("x1_westm_NSW_03 (Lighting)", 245505); DictSNOMarkerSet.Add("x1_westm_NSW_03 (Loot)", 245506); DictSNOMarkerSet.Add("x1_westm_NSW_03 (Props)", 324813); DictSNOMarkerSet.Add("x1_westm_NSW_03 (Puddle)", 332926); DictSNOMarkerSet.Add("x1_westm_NSW_03 (Walls)", 253595); DictSNOMarkerSet.Add("x1_westm_NSW_03", 245502); DictSNOMarkerSet.Add("x1_westm_NSW_04 (Audio)", 359295); DictSNOMarkerSet.Add("x1_westm_NSW_04 (Encounters)", 292022); DictSNOMarkerSet.Add("x1_westm_NSW_04 (Environment)", 245641); DictSNOMarkerSet.Add("x1_westm_NSW_04 (Foliage)", 245640); DictSNOMarkerSet.Add("x1_westm_NSW_04 (Lighting)", 245642); DictSNOMarkerSet.Add("x1_westm_NSW_04 (Loot)", 245643); DictSNOMarkerSet.Add("x1_westm_NSW_04 (Props)", 314025); DictSNOMarkerSet.Add("x1_westm_NSW_04 (Puddle)", 327815); DictSNOMarkerSet.Add("x1_westm_NSW_04", 245639); DictSNOMarkerSet.Add("x1_westm_NS_01 (Audio)", 359369); DictSNOMarkerSet.Add("x1_westm_NS_01 (Encounters)", 244981); DictSNOMarkerSet.Add("x1_westm_NS_01 (Environment)", 242186); DictSNOMarkerSet.Add("x1_westm_NS_01 (Foliage)", 242185); DictSNOMarkerSet.Add("x1_westm_NS_01 (Lighting)", 242188); DictSNOMarkerSet.Add("x1_westm_NS_01 (Loot)", 242189); DictSNOMarkerSet.Add("x1_westm_NS_01 (Props)", 328145); DictSNOMarkerSet.Add("x1_westm_NS_01 (Puddles)", 333733); DictSNOMarkerSet.Add("x1_westm_NS_01 (Torches)", 242209); DictSNOMarkerSet.Add("x1_westm_NS_01", 242187); DictSNOMarkerSet.Add("x1_westm_NS_02 (Audio)", 343017); DictSNOMarkerSet.Add("x1_westm_NS_02 (Encounters)", 361629); DictSNOMarkerSet.Add("x1_westm_NS_02 (Environment)", 242798); DictSNOMarkerSet.Add("x1_westm_NS_02 (Foliage)", 242797); DictSNOMarkerSet.Add("x1_westm_NS_02 (Lighting)", 242799); DictSNOMarkerSet.Add("x1_westm_NS_02 (Loot)", 242800); DictSNOMarkerSet.Add("x1_westm_NS_02 (Props)", 304652); DictSNOMarkerSet.Add("x1_westm_NS_02", 242796); DictSNOMarkerSet.Add("x1_westm_NS_03 (Corpsefinder)", 301947); DictSNOMarkerSet.Add("x1_westm_NS_03 (Encounters)", 262047); DictSNOMarkerSet.Add("x1_westm_NS_03 (Environment)", 243098); DictSNOMarkerSet.Add("x1_westm_NS_03 (Foliage)", 243097); DictSNOMarkerSet.Add("x1_westm_NS_03 (Lighting)", 243099); DictSNOMarkerSet.Add("x1_westm_NS_03 (Loot)", 243100); DictSNOMarkerSet.Add("x1_westm_NS_03 (MassacredGuards)", 336267); DictSNOMarkerSet.Add("x1_westm_NS_03 (Props)", 269748); DictSNOMarkerSet.Add("x1_westm_NS_03 (ScoundrelEvent2)", 384455); DictSNOMarkerSet.Add("x1_westm_NS_03", 243096); DictSNOMarkerSet.Add("x1_westm_NS_03_fire (Encounters)", 304255); DictSNOMarkerSet.Add("x1_westm_NS_03_fire (Environment)", 304256); DictSNOMarkerSet.Add("x1_westm_NS_03_fire (fire)", 304296); DictSNOMarkerSet.Add("x1_westm_NS_03_fire (Foliage)", 304257); DictSNOMarkerSet.Add("x1_westm_NS_03_fire (Lighting)", 304258); DictSNOMarkerSet.Add("x1_westm_NS_03_fire (Loot)", 304259); DictSNOMarkerSet.Add("x1_westm_NS_03_fire (Props)", 304260); DictSNOMarkerSet.Add("x1_westm_NS_03_fire", 304253); DictSNOMarkerSet.Add("x1_westm_NS_03_Scoundrel (Encounters)", 386307); DictSNOMarkerSet.Add("x1_westm_NS_03_Scoundrel (Lighting)", 409220); DictSNOMarkerSet.Add("x1_westm_NS_03_Scoundrel (Loot)", 386305); DictSNOMarkerSet.Add("x1_westm_NS_03_Scoundrel (Props)", 386309); DictSNOMarkerSet.Add("x1_westm_NS_04 (Audio)", 359370); DictSNOMarkerSet.Add("x1_westm_NS_04 (Encounters)", 361632); DictSNOMarkerSet.Add("x1_westm_NS_04 (Environment)", 244149); DictSNOMarkerSet.Add("x1_westm_NS_04 (Foliage)", 244148); DictSNOMarkerSet.Add("x1_westm_NS_04 (Lighting)", 244150); DictSNOMarkerSet.Add("x1_westm_NS_04 (Loot)", 244151); DictSNOMarkerSet.Add("x1_westm_NS_04 (Props)", 329395); DictSNOMarkerSet.Add("x1_westm_NS_04 (Puddles)", 333731); DictSNOMarkerSet.Add("x1_westm_NS_04", 244147); DictSNOMarkerSet.Add("x1_westm_NW_01 (Audio)", 359380); DictSNOMarkerSet.Add("x1_westm_NW_01 (Encounters)", 248006); DictSNOMarkerSet.Add("x1_westm_NW_01 (Environment)", 244572); DictSNOMarkerSet.Add("x1_westm_NW_01 (Foliage)", 244571); DictSNOMarkerSet.Add("x1_westm_NW_01 (Lighting)", 244573); DictSNOMarkerSet.Add("x1_westm_NW_01 (Loot)", 244574); DictSNOMarkerSet.Add("x1_westm_NW_01 (Mystic)", 264969); DictSNOMarkerSet.Add("x1_westm_NW_01 (Props)", 286806); DictSNOMarkerSet.Add("x1_westm_NW_01 (Puddle)", 332927); DictSNOMarkerSet.Add("x1_westm_NW_01 (ScoundrelEvent)", 386124); DictSNOMarkerSet.Add("x1_westm_NW_01", 244570); DictSNOMarkerSet.Add("x1_westm_NW_01_fire (Encounters)", 335110); DictSNOMarkerSet.Add("x1_westm_NW_01_fire (Environment)", 335111); DictSNOMarkerSet.Add("x1_westm_NW_01_fire (Fire)", 335117); DictSNOMarkerSet.Add("x1_westm_NW_01_fire (Foliage)", 335112); DictSNOMarkerSet.Add("x1_westm_NW_01_fire (Lighting)", 335113); DictSNOMarkerSet.Add("x1_westm_NW_01_fire (Loot)", 335114); DictSNOMarkerSet.Add("x1_westm_NW_01_fire (Props)", 335115); DictSNOMarkerSet.Add("x1_westm_NW_01_fire (Survivors)", 335116); DictSNOMarkerSet.Add("x1_westm_NW_01_fire", 335109); DictSNOMarkerSet.Add("x1_westm_NW_02 (Audio)", 349904); DictSNOMarkerSet.Add("x1_westm_NW_02 (Encounters)", 309924); DictSNOMarkerSet.Add("x1_westm_NW_02 (Environment)", 242708); DictSNOMarkerSet.Add("x1_westm_NW_02 (Foliage)", 242707); DictSNOMarkerSet.Add("x1_westm_NW_02 (Lighting)", 242709); DictSNOMarkerSet.Add("x1_westm_NW_02 (Loot)", 242710); DictSNOMarkerSet.Add("x1_westm_NW_02 (Props)", 296475); DictSNOMarkerSet.Add("x1_westm_NW_02", 242706); DictSNOMarkerSet.Add("x1_westm_N_01 (Encounters)", 244971); DictSNOMarkerSet.Add("x1_westm_N_01 (Environment)", 243002); DictSNOMarkerSet.Add("x1_westm_N_01 (fog)", 315517); DictSNOMarkerSet.Add("x1_westm_N_01 (Foliage)", 243001); DictSNOMarkerSet.Add("x1_westm_N_01 (Lighting)", 243003); DictSNOMarkerSet.Add("x1_westm_N_01 (Loot)", 243004); DictSNOMarkerSet.Add("x1_westm_N_01 (Props)", 285512); DictSNOMarkerSet.Add("x1_westm_N_01", 243000); DictSNOMarkerSet.Add("x1_westm_N_01_fire (Encounters)", 303937); DictSNOMarkerSet.Add("x1_westm_N_01_fire (Environment)", 355887); DictSNOMarkerSet.Add("x1_westm_N_01_fire (fire)", 303945); DictSNOMarkerSet.Add("x1_westm_N_01_fire (Foliage)", 303938); DictSNOMarkerSet.Add("x1_westm_N_01_fire (Gameplay)", 303939); DictSNOMarkerSet.Add("x1_westm_N_01_fire (Lighting)", 303940); DictSNOMarkerSet.Add("x1_westm_N_01_fire (Loot)", 303941); DictSNOMarkerSet.Add("x1_westm_N_01_fire (Props)", 303942); DictSNOMarkerSet.Add("x1_westm_N_01_fire", 303936); DictSNOMarkerSet.Add("x1_westm_N_02 (Audio)", 359366); DictSNOMarkerSet.Add("x1_westm_N_02 (Encounters)", 308497); DictSNOMarkerSet.Add("x1_westm_N_02 (Environment)", 243902); DictSNOMarkerSet.Add("x1_westm_N_02 (Foliage)", 243901); DictSNOMarkerSet.Add("x1_westm_N_02 (Lighting)", 243903); DictSNOMarkerSet.Add("x1_westm_N_02 (Loot)", 243904); DictSNOMarkerSet.Add("x1_westm_N_02 (Props)", 316500); DictSNOMarkerSet.Add("x1_westm_N_02", 243900); DictSNOMarkerSet.Add("x1_westm_N_DungeonStone_Exit_01 (Encounters)", 347718); DictSNOMarkerSet.Add("x1_westm_N_DungeonStone_Exit_01 (Loot)", 353416); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01 (Encounters)", 250888); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01 (Loot)", 290731); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01 (Props)", 331877); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01 (Puddles)", 333720); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01_fire (Encounters)", 337608); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01_fire (Environment)", 355953); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01_fire (Fire)", 337612); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01_fire (Loot)", 337609); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01_fire (Props)", 337610); DictSNOMarkerSet.Add("x1_westm_N_Entrance_01_fire", 337607); DictSNOMarkerSet.Add("x1_westm_N_Exit_01 (Encounters)", 250897); DictSNOMarkerSet.Add("x1_westm_N_Exit_01 (Loot)", 290735); DictSNOMarkerSet.Add("x1_westm_N_Exit_01 (Props)", 336027); DictSNOMarkerSet.Add("x1_westm_N_Exit_01 (Puddles)", 336028); DictSNOMarkerSet.Add("x1_westm_N_Exit_01 (Survivors)", 263788); DictSNOMarkerSet.Add("x1_westm_N_Exit_01 (TowerEntrance)", 285191); DictSNOMarkerSet.Add("x1_westm_N_Exit_01 (Zone1)", 342205); DictSNOMarkerSet.Add("x1_westm_Overlook_D (World)", 312410); DictSNOMarkerSet.Add("X1_WESTM_Quest_RescueEvent_01", 284487); DictSNOMarkerSet.Add("X1_WESTM_Quest_RescueEvent_02", 284488); DictSNOMarkerSet.Add("X1_WESTM_ReformedCultist", 311020); DictSNOMarkerSet.Add("x1_westm_room_rescue_interior_01 (Encounters)", 284512); DictSNOMarkerSet.Add("x1_westm_room_rescue_interior_01", 284669); DictSNOMarkerSet.Add("x1_westm_room_rescue_interior_02 (Encounters)", 284513); DictSNOMarkerSet.Add("x1_westm_room_rescue_interior_02", 284685); DictSNOMarkerSet.Add("x1_westm_SEW_01 (Audio)", 341132); DictSNOMarkerSet.Add("x1_westm_SEW_01 (Dead End Trap)", 329974); DictSNOMarkerSet.Add("x1_westm_SEW_01 (Encounters)", 244990); DictSNOMarkerSet.Add("x1_westm_SEW_01 (Environment)", 242292); DictSNOMarkerSet.Add("x1_westm_SEW_01 (Foliage)", 242291); DictSNOMarkerSet.Add("x1_westm_SEW_01 (Lighting)", 242293); DictSNOMarkerSet.Add("x1_westm_SEW_01 (Loot)", 242294); DictSNOMarkerSet.Add("x1_westm_SEW_01 (Props)", 285473); DictSNOMarkerSet.Add("x1_westm_SEW_01 (Puddle)", 360307); DictSNOMarkerSet.Add("x1_westm_SEW_01", 242290); DictSNOMarkerSet.Add("x1_westm_SEW_02 (Encounters)", 308498); DictSNOMarkerSet.Add("x1_westm_SEW_02 (Environment)", 245075); DictSNOMarkerSet.Add("x1_westm_SEW_02 (Foliage)", 245074); DictSNOMarkerSet.Add("x1_westm_SEW_02 (Lighting)", 245076); DictSNOMarkerSet.Add("x1_westm_SEW_02 (Loot)", 245077); DictSNOMarkerSet.Add("x1_westm_SEW_02 (Props)", 301246); DictSNOMarkerSet.Add("x1_westm_SEW_02 (Puddle)", 332928); DictSNOMarkerSet.Add("x1_westm_SEW_02", 245073); DictSNOMarkerSet.Add("x1_westm_SEW_03 (Audio)", 345801); DictSNOMarkerSet.Add("x1_westm_SEW_03 (Encounters)", 301570); DictSNOMarkerSet.Add("x1_westm_SEW_03 (Environment)", 245021); DictSNOMarkerSet.Add("x1_westm_SEW_03 (Foliage)", 245020); DictSNOMarkerSet.Add("x1_westm_SEW_03 (gameplay)", 252702); DictSNOMarkerSet.Add("x1_westm_SEW_03 (Lighting)", 245022); DictSNOMarkerSet.Add("x1_westm_SEW_03 (Loot)", 245023); DictSNOMarkerSet.Add("x1_westm_SEW_03 (Props)", 299236); DictSNOMarkerSet.Add("x1_westm_SEW_03", 245019); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire (Encounters)", 337439); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire (Environment)", 337440); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire (Fire)", 337449); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire (Foliage)", 337441); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire (gameplay)", 337442); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire (Lighting)", 337443); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire (Loot)", 337444); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire (Props)", 337445); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire (Survivors)", 337446); DictSNOMarkerSet.Add("x1_westm_SEW_03_fire", 337438); DictSNOMarkerSet.Add("x1_westm_SEW_04 (Audio)", 359299); DictSNOMarkerSet.Add("x1_westm_SEW_04 (Encounters)", 292143); DictSNOMarkerSet.Add("x1_westm_SEW_04 (Environment)", 245129); DictSNOMarkerSet.Add("x1_westm_SEW_04 (Foliage)", 245128); DictSNOMarkerSet.Add("x1_westm_SEW_04 (Lighting)", 245130); DictSNOMarkerSet.Add("x1_westm_SEW_04 (Loot)", 245131); DictSNOMarkerSet.Add("x1_westm_SEW_04 (Props)", 278146); DictSNOMarkerSet.Add("x1_westm_SEW_04 (Starting Box)", 255285); DictSNOMarkerSet.Add("x1_westm_SEW_04", 245127); DictSNOMarkerSet.Add("x1_westm_SEW_04_fire (Environment)", 291439); DictSNOMarkerSet.Add("x1_westm_SEW_04_fire (Fire)", 291486); DictSNOMarkerSet.Add("x1_westm_SEW_04_fire (Foliage)", 291438); DictSNOMarkerSet.Add("x1_westm_SEW_04_fire (Lighting)", 291441); DictSNOMarkerSet.Add("x1_westm_SEW_04_fire (Loot)", 291442); DictSNOMarkerSet.Add("x1_westm_SEW_04_fire (Props)", 291444); DictSNOMarkerSet.Add("x1_westm_SEW_04_fire", 291440); DictSNOMarkerSet.Add("x1_westm_SEW_05 (Audio)", 359381); DictSNOMarkerSet.Add("x1_westm_SEW_05 (Circle of Death)", 289961); DictSNOMarkerSet.Add("x1_westm_SEW_05 (Encounters)", 296587); DictSNOMarkerSet.Add("x1_westm_SEW_05 (Environment)", 289058); DictSNOMarkerSet.Add("x1_westm_SEW_05 (Foliage)", 289057); DictSNOMarkerSet.Add("x1_westm_SEW_05 (Lighting)", 289060); DictSNOMarkerSet.Add("x1_westm_SEW_05 (Loot)", 289061); DictSNOMarkerSet.Add("x1_westm_SEW_05 (Props)", 296588); DictSNOMarkerSet.Add("x1_westm_SEW_05 (Puddles)", 348764); DictSNOMarkerSet.Add("x1_westm_SEW_05", 289059); DictSNOMarkerSet.Add("x1_westm_SE_01 (Audio)", 359298); DictSNOMarkerSet.Add("x1_westm_SE_01 (Encounters)", 244988); DictSNOMarkerSet.Add("x1_westm_SE_01 (Environment)", 242151); DictSNOMarkerSet.Add("x1_westm_SE_01 (Foliage)", 242150); DictSNOMarkerSet.Add("x1_westm_SE_01 (Lighting)", 242153); DictSNOMarkerSet.Add("x1_westm_SE_01 (Loot)", 242154); DictSNOMarkerSet.Add("x1_westm_SE_01 (Props)", 276640); DictSNOMarkerSet.Add("x1_westm_SE_01", 242152); DictSNOMarkerSet.Add("x1_westm_SE_01_fire (Encounters)", 336090); DictSNOMarkerSet.Add("x1_westm_SE_01_fire (Environment)", 336091); DictSNOMarkerSet.Add("x1_westm_SE_01_fire (Fire)", 336099); DictSNOMarkerSet.Add("x1_westm_SE_01_fire (Foliage)", 336092); DictSNOMarkerSet.Add("x1_westm_SE_01_fire (Lighting)", 336093); DictSNOMarkerSet.Add("x1_westm_SE_01_fire (Loot)", 336094); DictSNOMarkerSet.Add("x1_westm_SE_01_fire (Mystic)", 336095); DictSNOMarkerSet.Add("x1_westm_SE_01_fire (Props)", 336097); DictSNOMarkerSet.Add("x1_westm_SE_01_fire (Survivors)", 336098); DictSNOMarkerSet.Add("x1_westm_SE_01_fire", 336089); DictSNOMarkerSet.Add("x1_westm_SE_02 (Audio)", 346960); DictSNOMarkerSet.Add("x1_westm_SE_02 (Encounters)", 301842); DictSNOMarkerSet.Add("x1_westm_SE_02 (Environment)", 244796); DictSNOMarkerSet.Add("x1_westm_SE_02 (Foliage)", 244795); DictSNOMarkerSet.Add("x1_westm_SE_02 (Lighting)", 244798); DictSNOMarkerSet.Add("x1_westm_SE_02 (Loot)", 244799); DictSNOMarkerSet.Add("x1_westm_SE_02 (Props)", 300589); DictSNOMarkerSet.Add("x1_westm_SE_02", 244797); DictSNOMarkerSet.Add("x1_westm_SE_02_fire (Encounters)", 337485); DictSNOMarkerSet.Add("x1_westm_SE_02_fire (Environment)", 337486); DictSNOMarkerSet.Add("x1_westm_SE_02_fire (Fire)", 337494); DictSNOMarkerSet.Add("x1_westm_SE_02_fire (Foliage)", 337487); DictSNOMarkerSet.Add("x1_westm_SE_02_fire (Lighting)", 337488); DictSNOMarkerSet.Add("x1_westm_SE_02_fire (Loot)", 337489); DictSNOMarkerSet.Add("x1_westm_SE_02_fire (Props)", 337490); DictSNOMarkerSet.Add("x1_westm_SE_02_fire (Survivors)", 337491); DictSNOMarkerSet.Add("x1_westm_SE_02_fire", 337484); DictSNOMarkerSet.Add("x1_westm_SE_05 (Encounters)", 341630); DictSNOMarkerSet.Add("x1_westm_SE_05 (Environment)", 245200); DictSNOMarkerSet.Add("x1_westm_SE_05 (Foliage)", 245199); DictSNOMarkerSet.Add("x1_westm_SE_05 (Lighting)", 245202); DictSNOMarkerSet.Add("x1_westm_SE_05 (Loot)", 245203); DictSNOMarkerSet.Add("x1_westm_SE_05 (Props)", 325067); DictSNOMarkerSet.Add("x1_westm_SE_05 (Puddles)", 333727); DictSNOMarkerSet.Add("x1_westm_SE_05", 245201); DictSNOMarkerSet.Add("X1_WESTM_Side_Dungeons_Closed_Door", 332792); DictSNOMarkerSet.Add("x1_westm_SW_03 (Encounters)", 292146); DictSNOMarkerSet.Add("x1_westm_SW_03 (Environment)", 244023); DictSNOMarkerSet.Add("x1_westm_SW_03 (Foliage)", 244022); DictSNOMarkerSet.Add("x1_westm_SW_03 (Lighting)", 244024); DictSNOMarkerSet.Add("x1_westm_SW_03 (Loot)", 244025); DictSNOMarkerSet.Add("x1_westm_SW_03 (Props)", 284068); DictSNOMarkerSet.Add("x1_westm_SW_03 (Scoundrel2)", 388956); DictSNOMarkerSet.Add("x1_westm_SW_03", 244021); DictSNOMarkerSet.Add("x1_westm_SW_03_fire (Encounters)", 335591); DictSNOMarkerSet.Add("x1_westm_SW_03_fire (Environment)", 335592); DictSNOMarkerSet.Add("x1_westm_SW_03_fire (Fire)", 335598); DictSNOMarkerSet.Add("x1_westm_SW_03_fire (Foliage)", 335593); DictSNOMarkerSet.Add("x1_westm_SW_03_fire (Lighting)", 335594); DictSNOMarkerSet.Add("x1_westm_SW_03_fire (Loot)", 335595); DictSNOMarkerSet.Add("x1_westm_SW_03_fire (Props)", 335596); DictSNOMarkerSet.Add("x1_westm_SW_03_fire (Survivors)", 335597); DictSNOMarkerSet.Add("x1_westm_SW_03_fire", 335590); DictSNOMarkerSet.Add("x1_westm_SW_03_Scoundrel2 (Encounters)", 390543); DictSNOMarkerSet.Add("x1_westm_SW_03_Scoundrel2 (Lighting)", 409221); DictSNOMarkerSet.Add("x1_westm_SW_03_Scoundrel2 (Props)", 410537); DictSNOMarkerSet.Add("x1_westm_SW_04 (Audio)", 328277); DictSNOMarkerSet.Add("x1_westm_SW_04 (Encounters)", 316713); DictSNOMarkerSet.Add("x1_westm_SW_04 (Environment)", 244268); DictSNOMarkerSet.Add("x1_westm_SW_04 (Foliage)", 244267); DictSNOMarkerSet.Add("x1_westm_SW_04 (Lighting)", 244269); DictSNOMarkerSet.Add("x1_westm_SW_04 (Loot)", 244270); DictSNOMarkerSet.Add("x1_westm_SW_04 (Props)", 316040); DictSNOMarkerSet.Add("x1_westm_SW_04", 244266); DictSNOMarkerSet.Add("x1_westm_SW_05 (Audio)", 359382); DictSNOMarkerSet.Add("x1_westm_SW_05 (Encounters)", 253690); DictSNOMarkerSet.Add("x1_westm_SW_05 (Environment)", 252800); DictSNOMarkerSet.Add("x1_westm_SW_05 (Foliage)", 252799); DictSNOMarkerSet.Add("x1_westm_SW_05 (Lighting)", 252802); DictSNOMarkerSet.Add("x1_westm_SW_05 (Loot)", 252803); DictSNOMarkerSet.Add("x1_westm_SW_05 (Props)", 308732); DictSNOMarkerSet.Add("x1_westm_SW_05", 252801); DictSNOMarkerSet.Add("x1_westm_S_01 (Encounters)", 301511); DictSNOMarkerSet.Add("x1_westm_S_01 (Environment)", 243891); DictSNOMarkerSet.Add("x1_westm_S_01 (fog)", 315518); DictSNOMarkerSet.Add("x1_westm_S_01 (Foliage)", 243890); DictSNOMarkerSet.Add("x1_westm_S_01 (Lighting)", 243893); DictSNOMarkerSet.Add("x1_westm_S_01 (Loot)", 243894); DictSNOMarkerSet.Add("x1_westm_S_01 (Props)", 285704); DictSNOMarkerSet.Add("x1_westm_S_01 (ScoundrelEvent02)", 386153); DictSNOMarkerSet.Add("x1_westm_S_01", 243892); DictSNOMarkerSet.Add("x1_westm_S_01_fire (Encounters)", 335460); DictSNOMarkerSet.Add("x1_westm_S_01_fire (Environment)", 335461); DictSNOMarkerSet.Add("x1_westm_S_01_fire (Fire)", 335468); DictSNOMarkerSet.Add("x1_westm_S_01_fire (fog)", 335462); DictSNOMarkerSet.Add("x1_westm_S_01_fire (Foliage)", 335463); DictSNOMarkerSet.Add("x1_westm_S_01_fire (Lighting)", 335465); DictSNOMarkerSet.Add("x1_westm_S_01_fire (Loot)", 335466); DictSNOMarkerSet.Add("x1_westm_S_01_fire (Props)", 335467); DictSNOMarkerSet.Add("x1_westm_S_01_fire", 335459); DictSNOMarkerSet.Add("x1_westm_S_01_vista (Encounters)", 246778); DictSNOMarkerSet.Add("x1_westm_S_01_vista (Environment)", 243966); DictSNOMarkerSet.Add("x1_westm_S_01_vista (Foliage)", 243965); DictSNOMarkerSet.Add("x1_westm_S_01_vista (Lighting)", 243968); DictSNOMarkerSet.Add("x1_westm_S_01_vista (Loot)", 243969); DictSNOMarkerSet.Add("x1_westm_S_01_vista (Props)", 330652); DictSNOMarkerSet.Add("x1_westm_S_01_vista (Puddle)", 330742); DictSNOMarkerSet.Add("x1_westm_S_01_vista", 243967); DictSNOMarkerSet.Add("x1_westm_S_DungeonStone_Exit_01 (Encounters)", 347719); DictSNOMarkerSet.Add("x1_westm_S_DungeonStone_Exit_01 (Loot)", 353422); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01 (Audio)", 359296); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01 (Encounters)", 250889); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01 (Loot)", 290734); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01 (Props)", 333715); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01 (Puddles)", 333717); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01_fire (Encounters)", 337622); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01_fire (Environment)", 355598); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01_fire (Fire)", 337627); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01_fire (Loot)", 337624); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01_fire (Props)", 337625); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01_fire (Puddles)", 337626); DictSNOMarkerSet.Add("x1_westm_S_Entrance_01_fire", 337621); DictSNOMarkerSet.Add("x1_westm_S_Exit_01 (Audio)", 359297); DictSNOMarkerSet.Add("x1_westm_S_Exit_01 (Encounters)", 250898); DictSNOMarkerSet.Add("x1_westm_S_Exit_01 (Loot)", 290740); DictSNOMarkerSet.Add("x1_westm_S_Exit_01 (Props)", 335967); DictSNOMarkerSet.Add("x1_westm_S_Exit_01 (Puddles)", 335968); DictSNOMarkerSet.Add("x1_westm_S_Exit_01 (Survivors)", 263789); DictSNOMarkerSet.Add("x1_westm_S_Exit_01 (TowerEntrance)", 285194); DictSNOMarkerSet.Add("x1_westm_S_Exit_01 (Zone1)", 342207); DictSNOMarkerSet.Add("X1_WESTM_TEST_CellarMadman", 272231); DictSNOMarkerSet.Add("X1_WESTM_TEST_CellarPortalAdventure_A", 266802); DictSNOMarkerSet.Add("x1_westm_W_01 (Encounters)", 292149); DictSNOMarkerSet.Add("x1_westm_W_01 (Environment)", 244227); DictSNOMarkerSet.Add("x1_westm_W_01 (Foliage)", 244226); DictSNOMarkerSet.Add("x1_westm_W_01 (Lighting)", 244228); DictSNOMarkerSet.Add("x1_westm_W_01 (Loot)", 244229); DictSNOMarkerSet.Add("x1_westm_W_01 (Props)", 286579); DictSNOMarkerSet.Add("x1_westm_W_01 (Puddle)", 327816); DictSNOMarkerSet.Add("x1_westm_W_01 (Scoundrel Event)", 389752); DictSNOMarkerSet.Add("x1_westm_W_01", 244225); DictSNOMarkerSet.Add("x1_westm_W_01_fire (Encounters)", 335069); DictSNOMarkerSet.Add("x1_westm_W_01_fire (Environment)", 335070); DictSNOMarkerSet.Add("x1_westm_W_01_fire (fire)", 335075); DictSNOMarkerSet.Add("x1_westm_W_01_fire (Foliage)", 335071); DictSNOMarkerSet.Add("x1_westm_W_01_fire (Lighting)", 335072); DictSNOMarkerSet.Add("x1_westm_W_01_fire (Loot)", 338046); DictSNOMarkerSet.Add("x1_westm_W_01_fire (Props)", 335073); DictSNOMarkerSet.Add("x1_westm_W_01_fire (Start)", 335074); DictSNOMarkerSet.Add("x1_westm_W_01_fire", 335068); DictSNOMarkerSet.Add("x1_westm_W_01_Scoundrel2 (Encounters)", 390534); DictSNOMarkerSet.Add("x1_westm_W_01_Scoundrel2 (Lighting)", 409204); DictSNOMarkerSet.Add("x1_westm_W_02 (Audio)", 349906); DictSNOMarkerSet.Add("x1_westm_W_02 (Encounters)", 248265); DictSNOMarkerSet.Add("x1_westm_W_02 (Environment)", 244129); DictSNOMarkerSet.Add("x1_westm_W_02 (fog)", 315206); DictSNOMarkerSet.Add("x1_westm_W_02 (Foliage)", 244128); DictSNOMarkerSet.Add("x1_westm_W_02 (Lighting)", 244130); DictSNOMarkerSet.Add("x1_westm_W_02 (Loot)", 244131); DictSNOMarkerSet.Add("x1_westm_W_02", 244127); DictSNOMarkerSet.Add("x1_westm_W_DungeonStone_Exit_01 (Encounters)", 347721); DictSNOMarkerSet.Add("x1_westm_W_DungeonStone_Exit_01 (Loot)", 353423); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01 (Audio)", 359301); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01 (Encounters)", 250891); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01 (Environment)", 317648); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01 (Loot)", 252473); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01 (Props)", 331636); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01 (Puddles)", 333719); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01_fire (Encounters)", 337671); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01_fire (Environment)", 355106); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01_fire (Fire)", 343378); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01_fire (Loot)", 337672); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01_fire (Props)", 337673); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01_fire (Puddles)", 337674); DictSNOMarkerSet.Add("x1_westm_W_Entrance_01_fire", 337670); DictSNOMarkerSet.Add("x1_westm_W_Exit_01 (Audio)", 359302); DictSNOMarkerSet.Add("x1_westm_W_Exit_01 (Encounters)", 250899); DictSNOMarkerSet.Add("x1_westm_W_Exit_01 (fog)", 315267); DictSNOMarkerSet.Add("x1_westm_W_Exit_01 (Loot)", 290742); DictSNOMarkerSet.Add("x1_westm_W_Exit_01 (Props)", 336025); DictSNOMarkerSet.Add("x1_westm_W_Exit_01 (Puddles)", 336026); DictSNOMarkerSet.Add("x1_westm_W_Exit_01 (Survivors)", 263790); DictSNOMarkerSet.Add("x1_westm_W_Exit_01 (TowerEntrance)", 285196); DictSNOMarkerSet.Add("x1_westm_W_Exit_01 (Zone1)", 342202); DictSNOMarkerSet.Add("x1_WestM_X1_Alley_Rats", 332749); DictSNOMarkerSet.Add("X1_ZPVP_STARTLOC_01", 378949); DictSNOMarkerSet.Add("X1_ZPVP_STARTLOC_02", 378950); DictSNOMarkerSet.Add("X1_ZPVP_STARTLOC_03", 378951); DictSNOMarkerSet.Add("X1_ZPVP_STARTLOC_04", 378952); DictSNOMarkerSet.Add("X1_ZPVP_STARTLOC_05", 378953); DictSNOMarkerSet.Add("X1_ZPVP_STARTLOC_06", 378954); DictSNOMarkerSet.Add("X1_ZPVP_STARTLOC_07", 378955); DictSNOMarkerSet.Add("X1_ZPVP_STARTLOC_08", 378956); #endregion return DictSNOMarkerSet; } public static Dictionary LoadMonster() { Dictionary DictSNOMonster = new Dictionary(); #region Monster DictSNOMonster.Add("43_AD_graveDigger_A", 454386); DictSNOMonster.Add("43_AD_TriuneCultist_C", 454388); DictSNOMonster.Add("43_AD_TriuneSummoner_WestMCultist_Lore", 455665); DictSNOMonster.Add("43_AD_TriuneVesselActivated_C", 454384); DictSNOMonster.Add("43_AD_TriuneVessel_C", 454382); DictSNOMonster.Add("43_AD_x1_TriuneSummoner_WestMCultist", 454390); DictSNOMonster.Add("A1AdventurerLeader", 25907); DictSNOMonster.Add("A1C1DyingCaravanGuy", 25909); DictSNOMonster.Add("A1C2R1 AdventurerLeader", 25917); DictSNOMonster.Add("A1C4Cultist", 25927); DictSNOMonster.Add("A1C4CultistMelee", 25928); DictSNOMonster.Add("A1C4Guard", 25930); DictSNOMonster.Add("A1C4QuestVillager", 25934); DictSNOMonster.Add("A1C4Villager", 25943); DictSNOMonster.Add("A1C4ZombieSkinny", 25946); DictSNOMonster.Add("A1C5CultistMelee", 63095); DictSNOMonster.Add("A1C5RFarmer", 25947); DictSNOMonster.Add("a1dun_leor_BigFireGrate", 108014); DictSNOMonster.Add("a1dun_Leor_FireBurst", 104473); DictSNOMonster.Add("a1dun_leor_firewall1", 89662); DictSNOMonster.Add("a1dun_leor_firewall2", 89663); DictSNOMonster.Add("a1dun_Leor_Hallway_Blade_Trap", 89944); DictSNOMonster.Add("A1_GenericVendor_Tinker", 81652); DictSNOMonster.Add("A1_JewelerIntro_Thief", 167951); DictSNOMonster.Add("A1_UniqueVendor_Alchemist", 105373); DictSNOMonster.Add("A1_UniqueVendor_Armorer", 81651); DictSNOMonster.Add("A1_UniqueVendor_Collector", 107536); DictSNOMonster.Add("A1_UniqueVendor_Collector_InTown_01", 178363); DictSNOMonster.Add("A1_UniqueVendor_Collector_InTown_02", 178384); DictSNOMonster.Add("A1_UniqueVendor_Curios", 107421); DictSNOMonster.Add("A1_UniqueVendor_Fence", 104570); DictSNOMonster.Add("A1_UniqueVendor_Fence_InTown", 177324); DictSNOMonster.Add("A1_UniqueVendor_Fence_InTown_01", 178389); DictSNOMonster.Add("A1_UniqueVendor_Miner", 107077); DictSNOMonster.Add("A1_UniqueVendor_Miner_InTown", 177325); DictSNOMonster.Add("A1_UniqueVendor_Miner_InTown_01", 178397); DictSNOMonster.Add("A1_UniqueVendor_PVP", 239362); DictSNOMonster.Add("A1_UniqueVendor_Weaponsmith", 106355); DictSNOMonster.Add("A2C2AbdAlHazir", 25956); DictSNOMonster.Add("A2C2AlcarnusPrisoner", 25957); DictSNOMonster.Add("A2C2AlcarnusPrisoner2", 194151); DictSNOMonster.Add("A2C2AlcarnusPrisoner4", 194152); DictSNOMonster.Add("A2C2AlcarnusPrisoner_Female3", 194147); DictSNOMonster.Add("A2C2AlcarnusPrisoner_Female5", 194150); DictSNOMonster.Add("A2C2Caliem", 25959); DictSNOMonster.Add("A2C2Coman", 25960); DictSNOMonster.Add("A2C2DyingGhostGuy", 25965); DictSNOMonster.Add("A2C2GreedyMiner", 25967); DictSNOMonster.Add("A2C2MotherSandShark", 25972); DictSNOMonster.Add("A2C2Necromancer", 25973); DictSNOMonster.Add("A2C2RAdventurerLeader", 25976); DictSNOMonster.Add("A2C2WoundedHunter", 25981); DictSNOMonster.Add("a2dun_Cald_Belial_SummoningMachine_Node_Monster", 179032); DictSNOMonster.Add("a2dun_Cave_larva", 206560); DictSNOMonster.Add("a2dun_Cave_SlimeGeyser_A", 114305); DictSNOMonster.Add("a2dun_Cave_SlimeGeyser_B", 212229); DictSNOMonster.Add("a2dun_Cave_SlimeGeyser_C", 218229); DictSNOMonster.Add("a2dun_Orb", 25985); DictSNOMonster.Add("a2Dun_Swr_Arch_Spawner", 1517); DictSNOMonster.Add("a2dun_Zolt_RockDrop", 25986); DictSNOMonster.Add("a2dun_Zolt_Round_Spawner", 25987); DictSNOMonster.Add("a2dun_Zolt_Tesla_Tower_Fire", 25993); DictSNOMonster.Add("a2dun_Zolt_Tesla_Tower_Ice", 25994); DictSNOMonster.Add("a2dun_Zolt_Tesla_Tower_Lightning", 25995); DictSNOMonster.Add("a2dun_Zolt_Tesla_Tower_spawner", 204522); DictSNOMonster.Add("a2dun_Zolt_Tesla_Tower_spawner_cold", 208843); DictSNOMonster.Add("a2dun_Zolt_Tesla_Tower_spawner_fire", 208969); DictSNOMonster.Add("a2dun_Zolt_Tesla_Tower_spawner_poison", 209235); DictSNOMonster.Add("A2_UniqueVendor_Armorer", 161716); DictSNOMonster.Add("A2_UniqueVendor_Collector", 161698); DictSNOMonster.Add("A2_UniqueVendor_Collector_InTown_01", 180810); DictSNOMonster.Add("A2_UniqueVendor_Curios2", 169063); DictSNOMonster.Add("A2_UniqueVendor_Event_MapVendor", 115934); DictSNOMonster.Add("A2_UniqueVendor_Fence", 161717); DictSNOMonster.Add("A2_UniqueVendor_Fence_InTown_01", 180820); DictSNOMonster.Add("A2_UniqueVendor_FishingMerchant", 190196); DictSNOMonster.Add("A2_UniqueVendor_InnKeeper", 180292); DictSNOMonster.Add("A2_UniqueVendor_Miner", 161715); DictSNOMonster.Add("A2_UniqueVendor_Miner_InTown_01", 180803); DictSNOMonster.Add("A2_UniqueVendor_Peddler_InTown", 180594); DictSNOMonster.Add("A2_UniqueVendor_Peddler_InTown_01", 180786); DictSNOMonster.Add("A2_UniqueVendor_SewerMerchant", 210352); DictSNOMonster.Add("A2_UniqueVendor_Tinker", 144331); DictSNOMonster.Add("A2_UniqueVendor_Weaponsmith", 161718); DictSNOMonster.Add("a3battlefield_Demon_TrebuchetDevice", 177042); DictSNOMonster.Add("a3dun_Crater_DemonClawBomb_A", 206570); DictSNOMonster.Add("a3dun_crater_Demon_GroundTrap_GasChamber", 122364); DictSNOMonster.Add("a3dun_Crater_ST_GiantDemonHeart_Mob", 193082); DictSNOMonster.Add("a3dun_keep_firewall1", 199999); DictSNOMonster.Add("a3dun_keep_firewall2", 200000); DictSNOMonster.Add("a3_azmodan_fight_spawner", 230098); DictSNOMonster.Add("a3_azmodan_fight_spawner_old_gen", 401274); DictSNOMonster.Add("a3_azmodan_fight_TEMP_spawner", 122926); DictSNOMonster.Add("A3_Battlefield_Demonic_Ballista", 176989); DictSNOMonster.Add("a3_Battlefield_demonic_forge", 174901); DictSNOMonster.Add("a3_battlefield_sargeant", 170483); DictSNOMonster.Add("a3_crater_st_demonic_forge", 185392); DictSNOMonster.Add("A3_Hub_KeepTrivia_Cris", 160108); DictSNOMonster.Add("A3_Hub_KeepTrivia_Markus", 160107); DictSNOMonster.Add("A3_Hub_LocalColor_A", 160010); DictSNOMonster.Add("A3_Hub_LocalColor_B", 160011); DictSNOMonster.Add("A3_Hub_Messenger_RaisetheCatapults", 160082); DictSNOMonster.Add("A3_Hub_MissingPop_Boy", 160280); DictSNOMonster.Add("A3_Hub_OldCouple_Marta", 159830); DictSNOMonster.Add("A3_Hub_OldCouple_Rondal", 159814); DictSNOMonster.Add("A3_Hub_PlayingKids_Callouts_Boy", 160281); DictSNOMonster.Add("A3_Hub_PlayingKids_Callouts_Girl", 160282); DictSNOMonster.Add("A3_Hub_SacrificeLady", 159973); DictSNOMonster.Add("A3_Hub_WoundedCallouts_Random_A", 160142); DictSNOMonster.Add("A3_Hub_WoundedCallouts_Random_B", 160146); DictSNOMonster.Add("A3_Hub_WoundedCallouts_Random_C", 160147); DictSNOMonster.Add("A3_Hub_WoundedCallouts_Random_D", 160148); DictSNOMonster.Add("A3_Hub_WoundedCallouts_Random_E", 160162); DictSNOMonster.Add("A3_Hub_WoundedCallouts_Random_F", 160167); DictSNOMonster.Add("A3_Hub_WoundedCallouts_Random_G", 160168); DictSNOMonster.Add("A3_Hub_WoundedCallouts_Random_H", 160169); DictSNOMonster.Add("A3_Hub_YoungCouple_Drian", 159670); DictSNOMonster.Add("A3_Hub_YoungCouple_Nikola", 159672); DictSNOMonster.Add("a3_rampart_captain", 106228); DictSNOMonster.Add("a3_rampart_captain_B", 141149); DictSNOMonster.Add("a3_rampart_soldier", 106176); DictSNOMonster.Add("a3_rampart_soldier_manual_captain", 149811); DictSNOMonster.Add("A3_Tristram_Mayor", 160213); DictSNOMonster.Add("A3_UniqueVendor_Alchemist", 176830); DictSNOMonster.Add("A3_UniqueVendor_Collector", 176829); DictSNOMonster.Add("A3_UniqueVendor_Collector_InTown_01", 181532); DictSNOMonster.Add("A3_UniqueVendor_Fence_InTown_01", 181533); DictSNOMonster.Add("A3_UniqueVendor_InnKeeper", 181541); DictSNOMonster.Add("A3_UniqueVendor_Miner_InTown_01", 181534); DictSNOMonster.Add("A3_UniqueVendor_Weaponsmith", 174649); DictSNOMonster.Add("a4dun_Aspect_Anguish", 197847); DictSNOMonster.Add("a4dun_Aspect_Destruction", 197851); DictSNOMonster.Add("a4dun_Aspect_Ghost_01", 218379); DictSNOMonster.Add("a4dun_Aspect_Ghost_02", 218380); DictSNOMonster.Add("a4dun_Aspect_Hatred", 197850); DictSNOMonster.Add("a4dun_Aspect_Lies", 197853); DictSNOMonster.Add("a4dun_Aspect_Pain", 197849); DictSNOMonster.Add("a4dun_Aspect_Sin", 197852); DictSNOMonster.Add("a4dun_Aspect_Terror", 197848); DictSNOMonster.Add("a4dun_Garden_Corruption", 210119); DictSNOMonster.Add("a4dun_Garden_Corruption_HellRift", 210269); DictSNOMonster.Add("a4dun_Garden_Corruption_Mine", 188915); DictSNOMonster.Add("a4dun_Garden_Hellportal_Pillar", 208660); DictSNOMonster.Add("A4dun_Spire_AspectGhost_04", 216560); DictSNOMonster.Add("a4dun_Spire_CorruptionGeyser", 219674); DictSNOMonster.Add("a4dun_spire_firewallMonster", 223418); DictSNOMonster.Add("a4dun_Spire_HellFissure", 223334); DictSNOMonster.Add("a4dun_spire_Spike_Trap_Monster", 220637); DictSNOMonster.Add("A4_CaptainHaile", 167073); DictSNOMonster.Add("A4_CaptainHaile_Damotrius", 167124); DictSNOMonster.Add("A4_Chelle", 157879); DictSNOMonster.Add("A4_Hub_UnluckyMayorGuard", 166837); DictSNOMonster.Add("A4_Tristram_Mayor_Dead", 177502); DictSNOMonster.Add("A4_UniqueVendor_Collector_InTown_01", 182391); DictSNOMonster.Add("A4_UniqueVendor_Fence_InTown_01", 182392); DictSNOMonster.Add("A4_UniqueVendor_InnKeeper", 182412); DictSNOMonster.Add("A4_UniqueVendor_InnKeeper_08", 230866); DictSNOMonster.Add("A4_UniqueVendor_Miner_InTown_01", 182393); DictSNOMonster.Add("acidSlime", 120990); DictSNOMonster.Add("Adria", 25996); DictSNOMonster.Add("Adria_Azmodan_BSS", 205451); DictSNOMonster.Add("Adria_event47", 203594); DictSNOMonster.Add("Adventurer_A_Ghost", 97604); DictSNOMonster.Add("Adventurer_A_PrisonerAmbush", 183036); DictSNOMonster.Add("Adventurer_B_PortalRoulette", 116790); DictSNOMonster.Add("Adventurer_C_TemplarIntro", 86332); DictSNOMonster.Add("Adventurer_D_TemplarIntroUnique", 86625); DictSNOMonster.Add("Adventurer_D_TemplarIntroUnique_AdventureMode", 361348); DictSNOMonster.Add("Aleser", 25958); DictSNOMonster.Add("Angel_Common_A", 195306); DictSNOMonster.Add("Angel_Common_A_Wounded", 195710); DictSNOMonster.Add("Angel_Corrupt_A", 118149); DictSNOMonster.Add("Angel_Corrupt_A_Unique_01", 219769); DictSNOMonster.Add("Angel_Corrupt_A_Unique_03", 219892); DictSNOMonster.Add("Angel_Corrupt_Izual", 149871); DictSNOMonster.Add("Angel_Ram1", 277952); DictSNOMonster.Add("Angel_Ram2", 278629); DictSNOMonster.Add("Angel_Trooper_A", 178320); DictSNOMonster.Add("Angel_Trooper_A_sword_1H_004", 247661); DictSNOMonster.Add("Angel_Trooper_A_tyraelPurpose", 205926); DictSNOMonster.Add("Angel_Trooper_Izual", 185008); DictSNOMonster.Add("Asheara", 26003); DictSNOMonster.Add("Azmodan", 93398); DictSNOMonster.Add("azmodanBodyguard_A", 123676); DictSNOMonster.Add("azmodanBodyguard_A_Unique_01", 220807); DictSNOMonster.Add("azmodanBodyguard_A_Unique_02", 220813); DictSNOMonster.Add("azmodanBodyguard_A_Unique_03", 220885); DictSNOMonster.Add("azmodanBodyguard_B", 170301); DictSNOMonster.Add("Azmodan_AOD_Demon", 123155); DictSNOMonster.Add("Azmodan_BSS_soul", 201829); DictSNOMonster.Add("Azmodan_LaserAttack_Proxy", 129256); DictSNOMonster.Add("Barbarian_CallOfTheAncients_1", 90444); DictSNOMonster.Add("Barbarian_CallOfTheAncients_2", 90537); DictSNOMonster.Add("Barbarian_CallOfTheAncients_3", 90538); DictSNOMonster.Add("Barbarian_KKG", 436295); DictSNOMonster.Add("Barbarian_KKG_Event", 449329); DictSNOMonster.Add("BastionsKeepGuard_A_NoWander", 129580); DictSNOMonster.Add("bastionsKeepGuard_Injured_Reinforcement_Event", 153420); DictSNOMonster.Add("bastionsKeepGuard_Lieutenant_Post_Ballista_Event", 202733); DictSNOMonster.Add("bastionsKeepGuard_Lieutenant_Reinforcement_Event", 153429); DictSNOMonster.Add("bastionsKeepGuard_Melee_A", 147110); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC", 169097); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_Ambient", 208484); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_Bat_Gate1", 192111); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_Bat_Gate2", 192112); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_BeginningGuard", 182339); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_Bennoc", 201640); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_Gate1", 191478); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_Gate2", 191613); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_Krist", 202805); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_Morgan", 192763); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_01_NPC_Super", 214111); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_Event_Catapult_Follower", 153588); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_Event_TideOfBattle", 207273); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_Event_Trench", 205803); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_Event_TrenchStatic", 205825); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_HubGuard", 201648); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_RescueEscort", 223539); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_rmpt_atk_warning", 159094); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_small_awareness", 208640); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_StationedGuard", 205188); DictSNOMonster.Add("bastionsKeepGuard_Melee_A_Wounded", 148418); DictSNOMonster.Add("bastionsKeepGuard_Melee_B_BlazeOfGlory", 152146); DictSNOMonster.Add("bastionsKeepGuard_Melee_B_Event_Injured_Catapult_Follower", 154143); DictSNOMonster.Add("bastionsKeepGuard_Melee_B_MouthOfAzmodanCorpse", 155923); DictSNOMonster.Add("bastionsKeepGuard_Melee_B_Sgt_Dalen", 196151); DictSNOMonster.Add("bastionsKeepGuard_Melee_C", 174670); DictSNOMonster.Add("bastionsKeepGuard_Ranged_A_FireAtNothing", 180920); DictSNOMonster.Add("bastionsKeepGuard_Ranged_A_FireAtNothing_Snatched", 209772); DictSNOMonster.Add("bastionsKeepGuard_Ranged_A_NPC", 160405); DictSNOMonster.Add("bastionsKeepGuard_Ranged_A_NPC_Snatched", 209780); DictSNOMonster.Add("bastionsKeepGuard_Ranged_A_NPC_Super", 343353); DictSNOMonster.Add("Beast_A", 51457); DictSNOMonster.Add("Beast_A_LeoricsGarden_Champs", 446185); DictSNOMonster.Add("Beast_A_Unique_01", 218423); DictSNOMonster.Add("Beast_A_Unique_02", 218537); DictSNOMonster.Add("Beast_A_Unique_03", 365337); DictSNOMonster.Add("Beast_B", 26005); DictSNOMonster.Add("Beast_C", 26006); DictSNOMonster.Add("Beast_D", 26007); DictSNOMonster.Add("BelialBoyEmperor", 59446); DictSNOMonster.Add("Belial_Arms_Proxy", 259122); DictSNOMonster.Add("Belial_Monster_NoTreasure", 220166); DictSNOMonster.Add("Belial_ProxyHealthSpawner", 95822); DictSNOMonster.Add("Belial_Spray_Marker", 60109); DictSNOMonster.Add("Belial_True_Form", 62976); DictSNOMonster.Add("BigRed_A", 135654); DictSNOMonster.Add("BigRed_A_Unique", 189570); DictSNOMonster.Add("BigRed_A_Unique_01", 219728); DictSNOMonster.Add("BigRed_A_Unique_03", 334421); DictSNOMonster.Add("BigRed_Izual", 149872); DictSNOMonster.Add("BileCrawler_A", 26010); DictSNOMonster.Add("BileCrawler_A_Large_Aggro", 224637); DictSNOMonster.Add("BileCrawler_B", 223688); DictSNOMonster.Add("BileCrawler_B_Large_Aggro", 225258); DictSNOMonster.Add("BlacksmithWife", 98889); DictSNOMonster.Add("Blizzcon_Raven_Pecking_A", 26012); DictSNOMonster.Add("Blizzcon_Raven_Perched_A", 26013); DictSNOMonster.Add("Bloodhawk_A", 26015); DictSNOMonster.Add("Bloodhawk_A_Unique_01", 222012); DictSNOMonster.Add("Bloodhawk_A_Unique_02", 222386); DictSNOMonster.Add("Bloodhawk_A_Unique_HexMaze", 360615); DictSNOMonster.Add("Bloodhawk_B", 230845); DictSNOMonster.Add("Brickhouse_A", 60833); DictSNOMonster.Add("Brickhouse_A_MonsterBarricadeEvent", 149345); DictSNOMonster.Add("Brickhouse_A_Unique_01", 220486); DictSNOMonster.Add("Brickhouse_A_Unique_02", 220492); DictSNOMonster.Add("Brickhouse_B", 205769); DictSNOMonster.Add("Brycen", 298727); DictSNOMonster.Add("BrycenInvisible", 369545); DictSNOMonster.Add("Butcher", 26021); DictSNOMonster.Add("ButcherLair_FloorPanel", 202281); DictSNOMonster.Add("Cain", 26022); DictSNOMonster.Add("CainPreRitual", 219684); DictSNOMonster.Add("Cain_Intro", 102387); DictSNOMonster.Add("caldeumChild_Female", 111957); DictSNOMonster.Add("caldeumChild_Female_Follow", 196432); DictSNOMonster.Add("caldeumChild_Female_x1Event_Ruffians", 323837); DictSNOMonster.Add("caldeumChild_Male", 111958); DictSNOMonster.Add("caldeumChild_Male_Bunny", 201239); DictSNOMonster.Add("caldeumEliteChapLady", 144406); DictSNOMonster.Add("caldeumFormerRichGuy", 139932); DictSNOMonster.Add("CaldeumGuard_A", 60771); DictSNOMonster.Add("CaldeumGuard_A_Stranded", 185492); DictSNOMonster.Add("CaldeumGuard_Captain_A", 57500); DictSNOMonster.Add("CaldeumGuard_Captain_B", 58144); DictSNOMonster.Add("CaldeumGuard_Captain_B_Ravd", 164058); DictSNOMonster.Add("CaldeumGuard_Cleaver_A", 115307); DictSNOMonster.Add("caldeumGuard_Cleaver_A_AlcarnusCaptain", 170221); DictSNOMonster.Add("CaldeumGuard_Cleaver_A_Jarulf", 166019); DictSNOMonster.Add("caldeumGuard_Cleaver_A_Thadar", 204666); DictSNOMonster.Add("CaldeumGuard_Cleaver_A_Waheed", 168988); DictSNOMonster.Add("CaldeumGuard_Spear_A", 26024); DictSNOMonster.Add("CaldeumGuard_Spear_B", 86132); DictSNOMonster.Add("CaldeumGuard_Spear_B_Merchant", 223505); DictSNOMonster.Add("caldeumMiddleClass_Male_A", 152634); DictSNOMonster.Add("caldeumMiddleClass_Male_A_TimedDungeon", 217510); DictSNOMonster.Add("caldeumMiddleClass_Male_B", 152635); DictSNOMonster.Add("caldeumMiddleClass_Male_C", 152628); DictSNOMonster.Add("caldeumMiddleClass_Male_C_BreaksPots", 156999); DictSNOMonster.Add("caldeumPoorGate", 141140); DictSNOMonster.Add("caldeumPoor_Female", 81174); DictSNOMonster.Add("caldeumPoor_Female_A", 227185); DictSNOMonster.Add("caldeumPoor_Female_B_Town", 192261); DictSNOMonster.Add("caldeumPoor_Female_C", 152637); DictSNOMonster.Add("caldeumPoor_Female_C_Town", 192263); DictSNOMonster.Add("caldeumPoor_Female_F", 152638); DictSNOMonster.Add("caldeumPoor_Female_NoWanderNoTurn", 197322); DictSNOMonster.Add("caldeumPoor_Female_Shopper", 197277); DictSNOMonster.Add("caldeumPoor_Male", 82290); DictSNOMonster.Add("CaldeumPoor_Male3", 141141); DictSNOMonster.Add("caldeumPoor_Male_A_Evacuation1", 193366); DictSNOMonster.Add("caldeumPoor_Male_A_Evacuation2", 193367); DictSNOMonster.Add("caldeumPoor_Male_A_Evacuation3", 193368); DictSNOMonster.Add("caldeumPoor_Male_A_Quest", 218976); DictSNOMonster.Add("caldeumPoor_Male_B", 152640); DictSNOMonster.Add("caldeumPoor_Male_B_Town", 192264); DictSNOMonster.Add("caldeumPoor_Male_B_Wounded", 184369); DictSNOMonster.Add("caldeumPoor_Male_C_Quest", 218975); DictSNOMonster.Add("caldeumPoor_Male_Leader", 156163); DictSNOMonster.Add("caldeumTortured_Poor_Female_A", 186184); DictSNOMonster.Add("caldeumTortured_Poor_Female_A_Cellar", 206446); DictSNOMonster.Add("caldeumTortured_Poor_Male_A_RitualVictim", 171330); DictSNOMonster.Add("caldeumTortured_Poor_Male_B_Town", 192256); DictSNOMonster.Add("caldeumTortured_Poor_Male_C_DogBite", 186301); DictSNOMonster.Add("caldeumTortured_Poor_Male_G_Hurt", 219802); DictSNOMonster.Add("caldeumWealthyPoet", 142586); DictSNOMonster.Add("caldeumWealthy_Female", 111956); DictSNOMonster.Add("caldeumWealthy_Male", 113715); DictSNOMonster.Add("Caldeum_FormerNoblewoman", 156897); DictSNOMonster.Add("Caldeum_GhostServant", 140688); DictSNOMonster.Add("Caldeum_MiddleClass_Male_NPC_NoWanderNoTurn", 142579); DictSNOMonster.Add("caldeum_rich_thief", 205308); DictSNOMonster.Add("CaptainRumfoord", 26025); DictSNOMonster.Add("CaptainRumfoord_cainScroll", 222720); DictSNOMonster.Add("CellarCannibal", 26026); DictSNOMonster.Add("CellarCannibalInvisible", 26027); DictSNOMonster.Add("Challenge_Rift_Dummy_Westmarch_Brute_A", 460113); DictSNOMonster.Add("CircleOfProtection", 26028); DictSNOMonster.Add("Companion", 131983); DictSNOMonster.Add("Companion_Pickup", 434030); DictSNOMonster.Add("CoreEliteDemon_A", 123685); DictSNOMonster.Add("CoreEliteDemon_A_NoPod", 136865); DictSNOMonster.Add("CoreEliteDemon_A_NoPod_Unique", 207839); DictSNOMonster.Add("CoreEliteDemon_A_Unique_01", 219652); DictSNOMonster.Add("CoreEliteDemon_B", 175615); DictSNOMonster.Add("CoreEliteDemon_B_LR_Boss", 369413); DictSNOMonster.Add("CorpseSpider", 26029); DictSNOMonster.Add("Corpulent_A", 26030); DictSNOMonster.Add("Corpulent_A_Unique_01", 218309); DictSNOMonster.Add("Corpulent_A_Unique_02", 218310); DictSNOMonster.Add("Corpulent_A_Unique_03", 365451); DictSNOMonster.Add("Corpulent_B", 26031); DictSNOMonster.Add("Corpulent_B_Unique_01", 218406); DictSNOMonster.Add("Corpulent_C", 26032); DictSNOMonster.Add("Corpulent_C_OasisAmbush_Unique", 113996); DictSNOMonster.Add("Corpulent_D", 26033); DictSNOMonster.Add("Corpulent_D_CultistSurvivor_Unique", 195640); DictSNOMonster.Add("Corpulent_D_Unique_Spec_01", 365466); DictSNOMonster.Add("Corpulent_Frost_A", 191825); DictSNOMonster.Add("Cow", 26034); DictSNOMonster.Add("Crater_St_SuccubusPrison_Male_A", 191161); DictSNOMonster.Add("creepMob_A", 71373); DictSNOMonster.Add("creepMob_A_MedicalCamp_Unique", 260214); DictSNOMonster.Add("creepMob_A_Unique_01", 220510); DictSNOMonster.Add("creepMob_A_Unique_02", 220790); DictSNOMonster.Add("CreepMob_The_Flew", 396878); DictSNOMonster.Add("CrownCultist_Leader", 104682); DictSNOMonster.Add("CryingGhostMom", 26036); DictSNOMonster.Add("CryptChild_A", 26037); DictSNOMonster.Add("CryptChild_A_FamilyTree_Son", 77088); DictSNOMonster.Add("CryptChild_A_FastEvent", 81284); DictSNOMonster.Add("CryptChild_B", 26038); DictSNOMonster.Add("CryptChild_C", 26039); DictSNOMonster.Add("CryptChild_Cob_Marin", 396910); DictSNOMonster.Add("CryptChild_D", 137597); DictSNOMonster.Add("CryptChild_Son_of_Nichol", 396892); DictSNOMonster.Add("Crypt_Endless_Spawner", 57740); DictSNOMonster.Add("CultistCrownScript", 26040); DictSNOMonster.Add("Cultist_Leader_Buckley", 396864); DictSNOMonster.Add("Cultist_Leader_Hershberg", 396813); DictSNOMonster.Add("Cultist_Leader_Poirier", 396850); DictSNOMonster.Add("Cultist_Leader_Son_of_Jacob", 396837); DictSNOMonster.Add("Dargon_WeaponsmithEvent", 109481); DictSNOMonster.Add("Davyd", 25964); DictSNOMonster.Add("Deathbro_Skeleton_Warrior", 451531); DictSNOMonster.Add("DebugPlainDog", 186034); DictSNOMonster.Add("demonFlyerMega_A", 162230); DictSNOMonster.Add("demonFlyer_A", 73079); DictSNOMonster.Add("demonFlyer_A_bomber", 132952); DictSNOMonster.Add("demonFlyer_A_swoop", 121328); DictSNOMonster.Add("demonFlyer_A_Unique_01", 220233); DictSNOMonster.Add("demonFlyer_B", 130793); DictSNOMonster.Add("demonFlyer_B_NoFlee", 221771); DictSNOMonster.Add("demonFlyer_B_Unique_01", 220702); DictSNOMonster.Add("demonFlyer_B_Unique_02", 220776); DictSNOMonster.Add("demonFlyer_C", 177525); DictSNOMonster.Add("demonFlyer_C_bomber", 218952); DictSNOMonster.Add("demonFlyer_C_Challenge", 368342); DictSNOMonster.Add("demonFlyer_C_unique_01", 367367); DictSNOMonster.Add("DemonHunter_ShockSpike_Spike", 133087); DictSNOMonster.Add("DemonHunter_SpikeTrap_Proxy", 111214); DictSNOMonster.Add("DemonicRitualist_Female", 26057); DictSNOMonster.Add("DemonicRitualist_Female2", 26058); DictSNOMonster.Add("DemonicRitualist_Female3", 26059); DictSNOMonster.Add("demonTrooper_A", 77795); DictSNOMonster.Add("demonTrooper_Azmodan", 123644); DictSNOMonster.Add("demonTrooper_A_AmbushBoss", 147625); DictSNOMonster.Add("demonTrooper_A_HubAttacks", 201766); DictSNOMonster.Add("demonTrooper_A_Reinforcements_Unique", 260215); DictSNOMonster.Add("demonTrooper_A_SiegeBreaker", 316259); DictSNOMonster.Add("demonTrooper_A_Unique_02", 220396); DictSNOMonster.Add("demonTrooper_A_Unique_03", 220398); DictSNOMonster.Add("demonTrooper_B", 170274); DictSNOMonster.Add("demonTrooper_B_Unique_01", 220478); DictSNOMonster.Add("demonTrooper_B_Unique_02", 367334); DictSNOMonster.Add("demonTrooper_B_Unique_03", 367336); DictSNOMonster.Add("demonTrooper_C", 148173); DictSNOMonster.Add("Despair", 113928); DictSNOMonster.Add("Despina", 26062); DictSNOMonster.Add("DH_caltrops_inactive_proxyActor", 201855); DictSNOMonster.Add("DH_caltrops_runeA_damage", 201842); DictSNOMonster.Add("DH_caltrops_runeB_slower", 201850); DictSNOMonster.Add("DH_caltrops_runeC_weakenMonsters", 201851); DictSNOMonster.Add("DH_caltrops_runeD_reduceDiscipline", 201852); DictSNOMonster.Add("DH_caltrops_runeE_empower", 201853); DictSNOMonster.Add("DH_caltrops_unruned", 201854); DictSNOMonster.Add("DH_Companion", 133742); DictSNOMonster.Add("DH_Companion_Melee_Boar", 262120); DictSNOMonster.Add("DH_Companion_Melee_Spider", 262121); DictSNOMonster.Add("DH_Companion_Melee_Wolf", 262122); DictSNOMonster.Add("DH_Companion_RuneD", 159132); DictSNOMonster.Add("DH_Companion_RuneE", 159146); DictSNOMonster.Add("DH_rainofArrows_shadowBeast", 149955); DictSNOMonster.Add("DH_sentry", 141404); DictSNOMonster.Add("Diablo", 114918); DictSNOMonster.Add("Diablo_shadowClone_Barbarian", 136263); DictSNOMonster.Add("Diablo_shadowClone_Crusader", 346292); DictSNOMonster.Add("Diablo_shadowClone_DemonHunter", 141941); DictSNOMonster.Add("Diablo_shadowClone_Monk", 141942); DictSNOMonster.Add("Diablo_shadowClone_Necromancer", 462775); DictSNOMonster.Add("Diablo_shadowClone_WitchDoctor", 141940); DictSNOMonster.Add("Diablo_shadowClone_Wizard", 141939); DictSNOMonster.Add("Diablo_VO", 215665); DictSNOMonster.Add("Disintegrate_Target", 26063); DictSNOMonster.Add("DuneDervish_A", 26065); DictSNOMonster.Add("DuneDervish_A_DervishTwister_Unique", 111869); DictSNOMonster.Add("DuneDervish_A_DyingManMine", 140948); DictSNOMonster.Add("DuneDervish_A_Unique_01", 367012); DictSNOMonster.Add("DuneDervish_B", 26066); DictSNOMonster.Add("DuneDervish_B_Unique_01", 222181); DictSNOMonster.Add("DuneDervish_B_Unique_Uber", 256025); DictSNOMonster.Add("DuneDervish_C", 26067); DictSNOMonster.Add("Edric", 26069); DictSNOMonster.Add("electricEel_A", 57240); DictSNOMonster.Add("electricEel_A_spiderclimb", 212916); DictSNOMonster.Add("electricEel_B", 202855); DictSNOMonster.Add("Enchantress", 26072); DictSNOMonster.Add("EnchantressNPC", 85844); DictSNOMonster.Add("EnchantressNPC_Outtro", 206407); DictSNOMonster.Add("EntanglingRoots", 26071); DictSNOMonster.Add("EquipmentManagerTest", 451548); DictSNOMonster.Add("Event_Highlands_VendorRescue_Vendor", 135715); DictSNOMonster.Add("FallenChampion_A", 26073); DictSNOMonster.Add("FallenChampion_A_BountyGrounds_Keep", 446358); DictSNOMonster.Add("FallenChampion_A_Unique_01", 221378); DictSNOMonster.Add("FallenChampion_A_Unique_02", 221380); DictSNOMonster.Add("FallenChampion_A_Unique_Cosmetic_02", 450998); DictSNOMonster.Add("FallenChampion_A_ZoltLev", 231352); DictSNOMonster.Add("FallenChampion_B", 148830); DictSNOMonster.Add("FallenChampion_B_PrisonersEvent_Unique", 260216); DictSNOMonster.Add("FallenChampion_B_Unique_01", 222336); DictSNOMonster.Add("FallenChampion_B_Unique_02", 367007); DictSNOMonster.Add("FallenChampion_C", 136901); DictSNOMonster.Add("FallenChampion_C_Blizzcon", 459518); DictSNOMonster.Add("FallenChampion_D", 165474); DictSNOMonster.Add("FallenChampion_D_Unique_01", 220378); DictSNOMonster.Add("FallenGrunt_A", 26075); DictSNOMonster.Add("FallenGrunt_A_BountyGrounds_Keep", 446341); DictSNOMonster.Add("FallenGrunt_A_Rakanishu", 220111); DictSNOMonster.Add("FallenGrunt_A_Rakanishu_Unique", 260217); DictSNOMonster.Add("FallenGrunt_A_Unique_01", 221407); DictSNOMonster.Add("FallenGrunt_A_ZoltLev", 231353); DictSNOMonster.Add("FallenGrunt_B", 165380); DictSNOMonster.Add("FallenGrunt_B_HealthDropper", 210437); DictSNOMonster.Add("FallenGrunt_B_Unique_01", 367019); DictSNOMonster.Add("FallenGrunt_C", 136902); DictSNOMonster.Add("FallenGrunt_C_RescueEscort_Unique", 260218); DictSNOMonster.Add("FallenGrunt_D", 166397); DictSNOMonster.Add("FallenGrunt_Pearsing_Son", 396885); DictSNOMonster.Add("FallenHound_A", 26079); DictSNOMonster.Add("FallenHound_A_ZoltLev", 231357); DictSNOMonster.Add("FallenHound_B", 26080); DictSNOMonster.Add("FallenHound_C", 1522); DictSNOMonster.Add("FallenHound_D", 130868); DictSNOMonster.Add("FallenHound_D_Unique_01", 220382); DictSNOMonster.Add("FallenHound_D_Unique_02", 220437); DictSNOMonster.Add("FallenHound_E_Unique_01", 367372); DictSNOMonster.Add("FallenLunatic_A", 26081); DictSNOMonster.Add("FallenLunatic_A_ZoltLev", 231358); DictSNOMonster.Add("FallenLunatic_A_ZoltLev_LR", 364803); DictSNOMonster.Add("FallenLunatic_B", 165409); DictSNOMonster.Add("FallenLunatic_B_Despair", 375553); DictSNOMonster.Add("FallenLunatic_C", 151225); DictSNOMonster.Add("FallenLunatic_D", 170914); DictSNOMonster.Add("FallenShaman_A", 26082); DictSNOMonster.Add("FallenShaman_A_BountyGrounds_Keep", 446331); DictSNOMonster.Add("FallenShaman_A_Cosmetic_Unique_01", 451005); DictSNOMonster.Add("FallenShaman_A_Unique01", 166134); DictSNOMonster.Add("FallenShaman_A_UniqueWhipple", 215437); DictSNOMonster.Add("FallenShaman_A_Unique_MiniPools", 208544); DictSNOMonster.Add("FallenShaman_A_ZoltLev", 231354); DictSNOMonster.Add("FallenShaman_A_ZoltLev_LR_Boss", 365022); DictSNOMonster.Add("FallenShaman_B", 155328); DictSNOMonster.Add("FallenShaman_B_Water_Money", 140472); DictSNOMonster.Add("FallenShaman_C", 136918); DictSNOMonster.Add("FallenShaman_C_Unique_01", 367344); DictSNOMonster.Add("FallenShaman_D", 216300); DictSNOMonster.Add("FamilyTree_Daughter", 76908); DictSNOMonster.Add("Farmer_Event_Roadside_Assistance", 81797); DictSNOMonster.Add("fastMummy_A", 26083); DictSNOMonster.Add("fastMummy_A_ShadeOfRadament", 219585); DictSNOMonster.Add("fastMummy_B", 26084); DictSNOMonster.Add("fastMummy_B_FacePuzzleUnique", 203796); DictSNOMonster.Add("fastMummy_B_FastMummyAmbush", 110615); DictSNOMonster.Add("fastMummy_B_unique_01", 222187); DictSNOMonster.Add("fastMummy_B_unique_02", 222401); DictSNOMonster.Add("fastMummy_C", 204476); DictSNOMonster.Add("fastMummy_C_large_awareness", 208631); DictSNOMonster.Add("fastMummy_C_Unique", 217743); DictSNOMonster.Add("fastMummy_C_Unique_01", 220692); DictSNOMonster.Add("fastMummy_Spawner_A", 53662); DictSNOMonster.Add("fastMummy_Spawner_B_FastMummyAmbush", 110618); DictSNOMonster.Add("Fate", 112769); DictSNOMonster.Add("Ferryman", 153022); DictSNOMonster.Add("Fetish_Melee_A", 93482); DictSNOMonster.Add("Fetish_Melee_ItemPassive", 245833); DictSNOMonster.Add("Fetish_Ranged_A", 93483); DictSNOMonster.Add("Fetish_Shaman_A", 118441); DictSNOMonster.Add("Fetish_Sycophants", 415774); DictSNOMonster.Add("FleshPitFlyerSpawner_A", 26086); DictSNOMonster.Add("FleshPitFlyerSpawner_B", 26087); DictSNOMonster.Add("FleshPitFlyerSpawner_B_Event_FarmAmbush", 81983); DictSNOMonster.Add("FleshPitFlyerSpawner_C", 98931); DictSNOMonster.Add("FleshPitFlyerSpawner_D", 218184); DictSNOMonster.Add("FleshPitFlyerSpawner_E_Gardens", 207434); DictSNOMonster.Add("FleshPitFlyer_A", 26088); DictSNOMonster.Add("FleshPitFlyer_A_Unique_01", 218315); DictSNOMonster.Add("FleshPitFlyer_A_Unique_02", 218361); DictSNOMonster.Add("FleshPitFlyer_B", 26089); DictSNOMonster.Add("FleshPitFlyer_B_Event_Ambusher", 81953); DictSNOMonster.Add("FleshPitFlyer_B_FarmhouseAmbush_Unique", 260219); DictSNOMonster.Add("FleshPitFlyer_C", 165582); DictSNOMonster.Add("FleshPitFlyer_C_Unique_01", 218567); DictSNOMonster.Add("FleshPitFlyer_C_Unique_02", 222428); DictSNOMonster.Add("FleshPitFlyer_D", 174453); DictSNOMonster.Add("FleshPitFlyer_E", 195748); DictSNOMonster.Add("FleshPitFlyer_E_GuildMinion", 432704); DictSNOMonster.Add("FleshPitFlyer_F", 217306); DictSNOMonster.Add("FleshPitFlyer_Leoric_Inferno", 104425); DictSNOMonster.Add("Generic_Invisible_Monster", 445890); DictSNOMonster.Add("Generic_Invisible_Monster_Desecrator", 445926); DictSNOMonster.Add("Generic_Invisible_Monster_Frozen", 445913); DictSNOMonster.Add("Generic_Invisible_Monster_Orbiter", 445932); DictSNOMonster.Add("Generic_Invisible_Monster_Waller", 445917); DictSNOMonster.Add("Generic_Proxy", 26092); DictSNOMonster.Add("Gharbad_The_Weak_Ghost", 81437); DictSNOMonster.Add("GhostKnight1", 26093); DictSNOMonster.Add("GhostKnight1_Festering", 136644); DictSNOMonster.Add("GhostKnight1_FWAmbush", 111752); DictSNOMonster.Add("GhostKnight2", 26094); DictSNOMonster.Add("GhostKnight3", 26095); DictSNOMonster.Add("Ghost_A", 26101); DictSNOMonster.Add("Ghost_A_NoRun", 136944); DictSNOMonster.Add("Ghost_A_Unique_01", 202718); DictSNOMonster.Add("Ghost_A_Unique_02", 218442); DictSNOMonster.Add("Ghost_A_Unique_Chancellor", 156379); DictSNOMonster.Add("Ghost_A_Unique_House1000Undead", 85972); DictSNOMonster.Add("Ghost_B", 177037); DictSNOMonster.Add("Ghost_C", 26102); DictSNOMonster.Add("Ghost_C_Event", 229686); DictSNOMonster.Add("Ghost_D", 26103); DictSNOMonster.Add("Ghost_D_DuneDervishEvent", 133094); DictSNOMonster.Add("Ghost_D_FacePuzzleUnique", 207606); DictSNOMonster.Add("Ghost_D_GhostHuntersEvent", 156764); DictSNOMonster.Add("Ghost_D_SewerShadeEvent", 157007); DictSNOMonster.Add("Ghost_D_Unique01", 165603); DictSNOMonster.Add("Ghost_D_Unique_01", 222527); DictSNOMonster.Add("Ghost_Queen_Leoric", 103386); DictSNOMonster.Add("Ghoul_A", 26105); DictSNOMonster.Add("Ghoul_A_NephMonument_Unique", 260220); DictSNOMonster.Add("Ghoul_A_Unique_01", 218445); DictSNOMonster.Add("Ghoul_B", 26106); DictSNOMonster.Add("Ghoul_B_SpeedKill_Rare", 371014); DictSNOMonster.Add("Ghoul_B_Unique_01", 222237); DictSNOMonster.Add("Ghoul_C", 100209); DictSNOMonster.Add("Ghoul_D", 112238); DictSNOMonster.Add("Ghoul_E", 171847); DictSNOMonster.Add("Ghoul_E_BlazeOfGlory_Unique", 260221); DictSNOMonster.Add("Ghoul_E_Unique_01", 220811); DictSNOMonster.Add("GirlTrap", 26108); DictSNOMonster.Add("Gluttony", 91118); DictSNOMonster.Add("Gluttony_acidSlime", 211305); DictSNOMonster.Add("Goatman_Melee_A_Unique_01", 218429); DictSNOMonster.Add("Goatman_Melee_A_Unique_03", 365331); DictSNOMonster.Add("Goatman_Melee_A_Unique_04", 451552); DictSNOMonster.Add("Goatman_Melee_B_Unique_01", 218470); DictSNOMonster.Add("Goatman_Moonclan_Melee_A", 26109); DictSNOMonster.Add("Goatman_Moonclan_Melee_A_Ghost", 230013); DictSNOMonster.Add("Goatman_Moonclan_Melee_B", 26110); DictSNOMonster.Add("Goatman_Moonclan_Melee_B_Event_Ghost", 81694); DictSNOMonster.Add("Goatman_Moonclan_Melee_C", 79296); DictSNOMonster.Add("Goatman_Moonclan_Ranged_A", 26111); DictSNOMonster.Add("Goatman_Moonclan_Ranged_A_LeoricsGarden_Champs", 446177); DictSNOMonster.Add("Goatman_Moonclan_Ranged_B", 26112); DictSNOMonster.Add("Goatman_Moonclan_Ranged_B_Event_Ghost", 81697); DictSNOMonster.Add("Goatman_Moonclan_Ranged_C", 373779); DictSNOMonster.Add("Goatman_Moonclan_Shaman_A", 26113); DictSNOMonster.Add("Goatman_Moonclan_Shaman_A_Event_Ghost", 81696); DictSNOMonster.Add("Goatman_Moonclan_Shaman_A_Event_Graveyard", 81536); DictSNOMonster.Add("Goatman_Moonclan_Shaman_B", 26114); DictSNOMonster.Add("Goatman_Moonclan_Shaman_B_Unique", 76677); DictSNOMonster.Add("Goatman_Moonclan_Shaman_B_Unique_1", 365440); DictSNOMonster.Add("Goatman_Moonclan_Shaman_B_Unique_MysticWagon", 169534); DictSNOMonster.Add("Goatman_Moonclan_Shaman_C", 373778); DictSNOMonster.Add("Goatman_Ranged_A_Unique_01", 218475); DictSNOMonster.Add("Goatman_Ranged_A_Unique_04", 451554); DictSNOMonster.Add("Goatman_Shaman_A_Unique_01", 218509); DictSNOMonster.Add("Goatman_Shaman_A_Unique_04", 451556); DictSNOMonster.Add("Goatman_Shaman_C_Unique_01", 366977); DictSNOMonster.Add("Goatman_Shaman_C_Unique_02", 366982); DictSNOMonster.Add("GoatMutant_Melee_A", 26115); DictSNOMonster.Add("GoatMutant_Melee_A_GuardNoWander", 178567); DictSNOMonster.Add("GoatMutant_Melee_A_Large_Aggro", 204977); DictSNOMonster.Add("GoatMutant_Melee_A_Unique_01", 220689); DictSNOMonster.Add("GoatMutant_Melee_A_Unique_02", 220698); DictSNOMonster.Add("GoatMutant_Melee_A_Unique_03", 220709); DictSNOMonster.Add("GoatMutant_Melee_A_Unique_Gharbad", 81343); DictSNOMonster.Add("GoatMutant_Melee_B", 213849); DictSNOMonster.Add("GoatMutant_Melee_B_Unique_01", 220858); DictSNOMonster.Add("GoatMutant_Melee_B_Unique_02", 220863); DictSNOMonster.Add("GoatMutant_Ranged_A", 26116); DictSNOMonster.Add("GoatMutant_Ranged_A_Large_Aggro", 204978); DictSNOMonster.Add("GoatMutant_Ranged_A_Unique_01", 220707); DictSNOMonster.Add("GoatMutant_Ranged_A_Unique_Uber", 255705); DictSNOMonster.Add("GoatMutant_Ranged_B", 213850); DictSNOMonster.Add("GoatMutant_Ranged_B_Unique_01", 220854); DictSNOMonster.Add("GoatMutant_Shaman_A", 26117); DictSNOMonster.Add("GoatMutant_Shaman_A_Unique_01", 220728); DictSNOMonster.Add("GoatMutant_Shaman_B", 170908); DictSNOMonster.Add("GoatMutant_Shaman_B_Unique_01", 220849); DictSNOMonster.Add("GoatMutant_Shaman_B_Unique_02", 220870); DictSNOMonster.Add("Gorash", 1524); DictSNOMonster.Add("Gorehound_B", 26120); DictSNOMonster.Add("GrabbingHands", 26123); DictSNOMonster.Add("graveDiggerCrownScript", 26128); DictSNOMonster.Add("graveDigger_A", 26140); DictSNOMonster.Add("graveDigger_B", 26136); DictSNOMonster.Add("graveDigger_B_Unique", 218207); DictSNOMonster.Add("graveDigger_B_Unique_01", 225503); DictSNOMonster.Add("graveDigger_C", 26133); DictSNOMonster.Add("graveDigger_Warden", 101444); DictSNOMonster.Add("GraveGuard_A_Unique", 211097); DictSNOMonster.Add("graveRobber_A", 26159); DictSNOMonster.Add("graveRobber_A_Ghost_Unique_01", 218349); DictSNOMonster.Add("graveRobber_A_Ghost_Unique_02", 218352); DictSNOMonster.Add("graveRobber_A_Ghost_Unique_03", 220684); DictSNOMonster.Add("graveRobber_B", 26160); DictSNOMonster.Add("graveRobber_C", 26163); DictSNOMonster.Add("graveRobber_C_Bertram", 370594); DictSNOMonster.Add("graveRobber_C_Nigel", 174014); DictSNOMonster.Add("graveRobber_C_Nigel2point0", 317823); DictSNOMonster.Add("graveRobber_D", 26164); DictSNOMonster.Add("graveRobber_ghost_A", 179219); DictSNOMonster.Add("Hakan", 62523); DictSNOMonster.Add("HelperSoldier", 26169); DictSNOMonster.Add("Hireling_Enchantress", 26173); DictSNOMonster.Add("Hireling_Scoundrel", 26175); DictSNOMonster.Add("Hireling_Templar", 26174); DictSNOMonster.Add("HoodedNightmare_A", 135522); DictSNOMonster.Add("HoodedNightmare_A_Unique_01", 219950); DictSNOMonster.Add("HoodedNightmare_A_Unique_02", 219961); DictSNOMonster.Add("HoodedNightmare_ShadowRealm_A", 225575); DictSNOMonster.Add("HoodedNightmare_Sigil_C", 203309); DictSNOMonster.Add("Hope", 114075); DictSNOMonster.Add("Hub_CaravanLeader", 177545); DictSNOMonster.Add("Human_NPC_Male_Event_FarmAmbush", 81981); DictSNOMonster.Add("IceRay_Target", 26177); DictSNOMonster.Add("Imperius", 195667); DictSNOMonster.Add("Imperius_TyraelPurpose", 205582); DictSNOMonster.Add("Intro_Jeweler", 61559); DictSNOMonster.Add("invisible_target", 180656); DictSNOMonster.Add("IskatuVoiceover", 186131); DictSNOMonster.Add("ItemPassive_DemonChains", 249335); DictSNOMonster.Add("ItemPassive_FallenChampion", 246802); DictSNOMonster.Add("ItemPassive_MurlocBaby_A", 248137); DictSNOMonster.Add("ItemPassive_Raven", 246604); DictSNOMonster.Add("ItemPassive_Unique_Ring_651_x1", 361579); DictSNOMonster.Add("Kadin", 25970); DictSNOMonster.Add("Kamyr", 25982); DictSNOMonster.Add("KanaiCube_Stand", 440051); DictSNOMonster.Add("Karyna", 194386); DictSNOMonster.Add("keepCaptain", 134794); DictSNOMonster.Add("Keep_Spy", 111713); DictSNOMonster.Add("Khamsin_Mine_Unique", 60584); DictSNOMonster.Add("KidVendorVoiceover", 162459); DictSNOMonster.Add("LacuniFemale_A", 26184); DictSNOMonster.Add("LacuniFemale_A_Unique", 59971); DictSNOMonster.Add("LacuniFemale_A_Unique_01", 221368); DictSNOMonster.Add("LacuniFemale_A_Unique_02", 221373); DictSNOMonster.Add("LacuniFemale_B", 26185); DictSNOMonster.Add("LacuniFemale_B_Range", 203544); DictSNOMonster.Add("LacuniFemale_B_Unique_01", 222342); DictSNOMonster.Add("LacuniFemale_C", 190366); DictSNOMonster.Add("LacuniFemale_C_OpenWorld_Unique", 323527); DictSNOMonster.Add("LacuniFemale_C_Unique", 212751); DictSNOMonster.Add("LacuniMale_A", 26186); DictSNOMonster.Add("LacuniMale_A_A2C2RAdventurer", 26187); DictSNOMonster.Add("LacuniMale_A_AlphaCat", 162052); DictSNOMonster.Add("LacuniMale_B", 59594); DictSNOMonster.Add("LacuniMale_B_Unique_OasisLacuniAmbush", 115289); DictSNOMonster.Add("LacuniMale_C", 59595); DictSNOMonster.Add("Lamprey_A", 26188); DictSNOMonster.Add("Lamprey_C_OasisAmbush", 114360); DictSNOMonster.Add("Lazarus", 26195); DictSNOMonster.Add("Leah", 26196); DictSNOMonster.Add("LeahCaldeumNoFight", 113676); DictSNOMonster.Add("LeahRefugeeCamp", 155870); DictSNOMonster.Add("LeahRitual", 143555); DictSNOMonster.Add("LeahSewer", 87497); DictSNOMonster.Add("Leah_AfterCainDeath_Exit", 138287); DictSNOMonster.Add("Leah_event47", 201916); DictSNOMonster.Add("Leah_In_Caldeum_Uprising", 149968); DictSNOMonster.Add("Leah_In_Wortham", 178756); DictSNOMonster.Add("Leah_Party", 144673); DictSNOMonster.Add("Leah_Spirit", 218872); DictSNOMonster.Add("LeaperAngel_Saint_Tiffany", 396689); DictSNOMonster.Add("LeoricGhost", 26197); DictSNOMonster.Add("Lieutenant Vachem", 174497); DictSNOMonster.Add("LostAdventurer", 26199); DictSNOMonster.Add("LS_p4_seamonster_A", 470334); DictSNOMonster.Add("Maghda", 26353); DictSNOMonster.Add("Maghda_NoLaugh", 211015); DictSNOMonster.Add("Maghda_TempProjection", 129346); DictSNOMonster.Add("MalletDemon_A", 118151); DictSNOMonster.Add("MalletDemon_A_Unique_01", 219737); DictSNOMonster.Add("MalletDemon_A_Unique_02", 219752); DictSNOMonster.Add("MastaBlasta_Combined_A", 143937); DictSNOMonster.Add("MastaBlasta_Rider_A", 138874); DictSNOMonster.Add("MastaBlasta_Rider_A_noride", 175834); DictSNOMonster.Add("MastaBlasta_Rider_A_Unique_01", 219669); DictSNOMonster.Add("MastaBlasta_Steed_A", 138875); DictSNOMonster.Add("MastaBlasta_Steed_A_Unique_01", 219917); DictSNOMonster.Add("MistressOfPain", 111486); DictSNOMonster.Add("MistressOfPainVoiceover", 213417); DictSNOMonster.Add("MistressOfPain_Spiderling", 137140); DictSNOMonster.Add("Monk_LethalDecoy", 98941); DictSNOMonster.Add("Monk_LethalDecoy_RuneC", 145556); DictSNOMonster.Add("Monk_mysticAlly_NoRune", 169048); DictSNOMonster.Add("Monk_mysticAlly_RuneA", 169015); DictSNOMonster.Add("Monk_mysticAlly_RuneA_cast_mini", 363839); DictSNOMonster.Add("Monk_mysticAlly_RuneB", 169216); DictSNOMonster.Add("Monk_mysticAlly_RuneC", 169560); DictSNOMonster.Add("Monk_mysticAlly_RuneD", 169733); DictSNOMonster.Add("Monk_mysticAlly_RuneE", 169806); DictSNOMonster.Add("MonsterAffix_ArcaneEnchanted_PetSweep", 219703); DictSNOMonster.Add("MonsterAffix_Avenger_ArcaneEnchanted_PetSweep", 384432); DictSNOMonster.Add("Monster_M001", 477235); DictSNOMonster.Add("Monster_M003", 477203); DictSNOMonster.Add("Monster_M004", 477207); DictSNOMonster.Add("Monster_M005", 478070); DictSNOMonster.Add("Monster_M006", 478076); DictSNOMonster.Add("Monster_M007", 478100); DictSNOMonster.Add("Monster_M008", 478102); DictSNOMonster.Add("Monster_M009", 478104); DictSNOMonster.Add("Monster_M010", 478106); DictSNOMonster.Add("Monster_M011", 478405); DictSNOMonster.Add("Monster_M012", 478495); DictSNOMonster.Add("Monster_M013", 478497); DictSNOMonster.Add("Monster_M015", 478501); DictSNOMonster.Add("Monster_M016", 478503); DictSNOMonster.Add("Monster_M017", 478505); DictSNOMonster.Add("Monster_M018", 478507); DictSNOMonster.Add("Monster_M019", 478516); DictSNOMonster.Add("Monster_M020", 478518); DictSNOMonster.Add("Monster_M021", 478521); DictSNOMonster.Add("Monster_M022", 478523); DictSNOMonster.Add("Monster_M023", 478525); DictSNOMonster.Add("Monster_M024", 478527); DictSNOMonster.Add("Monster_M025", 478529); DictSNOMonster.Add("Monster_M026", 478531); DictSNOMonster.Add("Monster_M027", 478533); DictSNOMonster.Add("Monster_M028", 478567); DictSNOMonster.Add("Monster_M029", 478570); DictSNOMonster.Add("Monster_M030", 478572); DictSNOMonster.Add("Monster_M031", 478574); DictSNOMonster.Add("Monster_M032", 478577); DictSNOMonster.Add("Monstrosity_Scorpion_A", 55490); DictSNOMonster.Add("Monstrosity_Scorpion_A_Unique_01", 220796); DictSNOMonster.Add("Monstrosity_Scorpion_A_Unique_02", 220818); DictSNOMonster.Add("Monstrosity_Scorpion_B", 55491); DictSNOMonster.Add("Monstrosity_Scorpion_B_Unique_01", 220892); DictSNOMonster.Add("MorluMelee_A", 55727); DictSNOMonster.Add("MorluMelee_A_Unique_01", 219926); DictSNOMonster.Add("MorluMelee_A_Unique_02", 219937); DictSNOMonster.Add("MorluMelee_B", 55728); DictSNOMonster.Add("MorluMelee_C", 55729); DictSNOMonster.Add("MorluSpellcaster_A", 55731); DictSNOMonster.Add("MorluSpellcaster_A_Sao_Unique", 218874); DictSNOMonster.Add("MorluSpellcaster_A_Unique_01", 219986); DictSNOMonster.Add("MorluSpellcaster_A_Unique_Sigil", 223693); DictSNOMonster.Add("MorluSpellcaster_A_Unique_Uber", 256044); DictSNOMonster.Add("MorluSpellcaster_B", 55732); DictSNOMonster.Add("Nephalem_Ghost_A_DrownedTemple", 108023); DictSNOMonster.Add("Nephalem_Ghost_A_DrownedTemple_Martyr1", 108025); DictSNOMonster.Add("Nephalem_Ghost_A_DrownedTemple_Martyr1_Skeleton", 139714); DictSNOMonster.Add("Nephalem_Ghost_A_DrownedTemple_Martyr2", 108070); DictSNOMonster.Add("Nephalem_Ghost_A_DrownedTemple_Martyr2_Skeleton", 139716); DictSNOMonster.Add("Nephalem_Ghost_A_DrownedTemple_Martyr3", 108074); DictSNOMonster.Add("Nephalem_Ghost_A_DrownedTemple_Martyr3_Skeleton", 139718); DictSNOMonster.Add("Nephalem_Ghost_A_DrownedTemple_Martyr_Skeleton", 139726); DictSNOMonster.Add("OmniNPC_Female", 79559); DictSNOMonster.Add("OmniNPC_Female_MedicalCamp", 205469); DictSNOMonster.Add("OmniNPC_Male", 79560); DictSNOMonster.Add("OmniNPC_Male_Skeleton_A_Alaric", 142600); DictSNOMonster.Add("OmniNPC_Tristram_Male_A", 84530); DictSNOMonster.Add("OmniNPC_Tristram_Male_A_Dying", 171710); DictSNOMonster.Add("OmniNPC_Tristram_Male_A_NewTristram", 205666); DictSNOMonster.Add("OmniNPC_Tristram_Male_B", 84533); DictSNOMonster.Add("OmniNPC_Tristram_Male_B_NoLook 2", 142108); DictSNOMonster.Add("OmniNPC_Tristram_Male_B_NoLook", 110981); DictSNOMonster.Add("OmniNPC_Tristram_Male_C", 84535); DictSNOMonster.Add("OmniNPC_Tristram_Male_C_NoWander", 140137); DictSNOMonster.Add("OmniNPC_Tristram_Male_D", 84541); DictSNOMonster.Add("OmniNPC_Tristram_Male_E", 84543); DictSNOMonster.Add("OmniNPC_Tristram_Male_E_angryBatsEvent", 343334); DictSNOMonster.Add("OmniNPC_Tristram_Male_F", 84545); DictSNOMonster.Add("OmniNPC_Tristram_Male_G", 84549); DictSNOMonster.Add("OmniNPC_Tristram_Male_G_NoWander", 221711); DictSNOMonster.Add("OmniNPC_Tristram_Male_Leoric_RescueEvent", 218072); DictSNOMonster.Add("p1_Greed", 378666); DictSNOMonster.Add("p1_Greed_Ancient", 483083); DictSNOMonster.Add("p1_Greed_Boss_Loot", 404181); DictSNOMonster.Add("p1_Greed_Boss_Loot_Ancient", 483111); DictSNOMonster.Add("p1_Greed_PortalMonsterSummon", 405751); DictSNOMonster.Add("p1_LR_BogBlight_A", 418903); DictSNOMonster.Add("p1_LR_Ghost_A", 418912); DictSNOMonster.Add("p1_LR_Ghost_B", 418919); DictSNOMonster.Add("p1_LR_Ghost_C", 418921); DictSNOMonster.Add("p1_LR_Ghost_D", 418920); DictSNOMonster.Add("p1_LR_sandMonster_A", 418901); DictSNOMonster.Add("p1_treasureGobin_A_Unique_GreedMinion", 380658); DictSNOMonster.Add("p1_treasureGoblin_tentacle_A", 405624); DictSNOMonster.Add("p1_TreasureTrooper_A", 382973); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_01", 398182); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_02", 402362); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_03", 402363); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_04", 402364); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_05", 402365); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_06", 402366); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_07", 402367); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_08", 402368); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_09", 402369); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_10", 402370); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_11", 402371); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_12", 402372); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_13", 402373); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_14", 402374); DictSNOMonster.Add("p1_TreasureTrooper_A_Unique_15", 402375); DictSNOMonster.Add("P2_Angel_Corrupt_A_Unique_01", 409640); DictSNOMonster.Add("P2_BigRed_Burned_A_Unique", 409544); DictSNOMonster.Add("p2_DateDungeon_Cultist_Boss_Human", 403046); DictSNOMonster.Add("p2_FallenLunatic_Ring_Summon", 433454); DictSNOMonster.Add("p2_Ghost_A_JarOfSouls", 415756); DictSNOMonster.Add("P2_HoodedNightmare_A_Unique_01", 409613); DictSNOMonster.Add("P2_MalletDemon_A_Unique_01", 409611); DictSNOMonster.Add("P2_MastaBlasta_Combined_Unique_A", 409629); DictSNOMonster.Add("P2_MorluMelee_A_Unique_01", 409617); DictSNOMonster.Add("P2_MorluMelee_A_Unique_02", 409844); DictSNOMonster.Add("P2_MorluSpellcaster_A_Unique_01", 409616); DictSNOMonster.Add("p2_ScoundrelEvent2_Brigham", 385183); DictSNOMonster.Add("p2_ScoundrelEvent_02_WifeNPC", 384699); DictSNOMonster.Add("p2_scoundrelevent_Boss_NigelsBrother", 385285); DictSNOMonster.Add("p2_scoundrelevent_Boss_NigelsBrother_NPC", 385350); DictSNOMonster.Add("p2_scoundrelevent_SimonNote", 385435); DictSNOMonster.Add("P2_TerrorDemon_A_Unique_01", 409632); DictSNOMonster.Add("P2_TreasureChild_Backup", 410393); DictSNOMonster.Add("p2_vizjereiMale_ScoundrelEvent", 400817); DictSNOMonster.Add("p43_AD_Cow", 453639); DictSNOMonster.Add("p43_AD_Farnham", 453622); DictSNOMonster.Add("p43_AD_GhostlyEcho", 457575); DictSNOMonster.Add("p43_AD_Griswold", 453635); DictSNOMonster.Add("p43_AD_Ogden", 453636); DictSNOMonster.Add("p43_AD_Pepin", 453618); DictSNOMonster.Add("p43_AD_Rogue", 454675); DictSNOMonster.Add("p43_AD_Warrior", 453768); DictSNOMonster.Add("p43_d1_BigRed_1", 453356); DictSNOMonster.Add("p43_d1_BigRed_2", 453357); DictSNOMonster.Add("p43_d1_BigRed_3", 453358); DictSNOMonster.Add("p43_d1_BigRed_4", 453359); DictSNOMonster.Add("p43_d1_Bloodhawk_1", 454085); DictSNOMonster.Add("p43_d1_Bloodhawk_2", 454100); DictSNOMonster.Add("p43_d1_Bloodhawk_2_Unique_Nightwing", 454589); DictSNOMonster.Add("p43_d1_Bloodhawk_3", 454102); DictSNOMonster.Add("p43_d1_Bloodhawk_3_Unique_Bloodclaw", 454592); DictSNOMonster.Add("p43_d1_Bloodhawk_4", 454104); DictSNOMonster.Add("p43_d1_Bloodhawk_4_Unique_DeathWing", 454593); DictSNOMonster.Add("p43_d1_Boss_Butcher", 453569); DictSNOMonster.Add("p43_d1_Boss_Diablo", 453748); DictSNOMonster.Add("p43_d1_Boss_SkeletonKing", 453588); DictSNOMonster.Add("p43_d1_Boss_ZoltunKulle", 453717); DictSNOMonster.Add("p43_d1_FallenChampion_1", 453364); DictSNOMonster.Add("p43_d1_FallenChampion_1_Unique_Bilefroth", 454594); DictSNOMonster.Add("p43_d1_FallenChampion_2", 453365); DictSNOMonster.Add("p43_d1_FallenChampion_2_Unique_BaronSluge", 455328); DictSNOMonster.Add("p43_d1_FallenChampion_3", 453366); DictSNOMonster.Add("p43_d1_FallenChampion_3_Unique_Oozedrool", 454596); DictSNOMonster.Add("p43_d1_FallenChampion_4", 453367); DictSNOMonster.Add("p43_d1_FallenGrunt_1", 453368); DictSNOMonster.Add("p43_d1_FallenGrunt_2", 453369); DictSNOMonster.Add("p43_d1_FallenGrunt_3", 453370); DictSNOMonster.Add("p43_d1_FallenGrunt_4", 453371); DictSNOMonster.Add("p43_d1_FallenGrunt_4_Unique_Shadowcrow", 454597); DictSNOMonster.Add("p43_d1_FallenGrunt_4_Unique_Snotspill", 454598); DictSNOMonster.Add("p43_d1_fastMummy_1", 453372); DictSNOMonster.Add("p43_d1_fastMummy_2", 453373); DictSNOMonster.Add("p43_d1_fastMummy_3", 453374); DictSNOMonster.Add("p43_d1_fastMummy_4", 453375); DictSNOMonster.Add("p43_d1_FleshPitFlyer_1", 453376); DictSNOMonster.Add("p43_d1_FleshPitFlyer_2", 453377); DictSNOMonster.Add("p43_d1_FleshPitFlyer_3", 453378); DictSNOMonster.Add("p43_d1_FleshPitFlyer_3_Unique_Foulwing", 454599); DictSNOMonster.Add("p43_d1_FleshPitFlyer_4", 453379); DictSNOMonster.Add("p43_d1_Goatman_Melee_1", 453380); DictSNOMonster.Add("p43_d1_Goatman_Melee_1_Unique_Gharbad", 454601); DictSNOMonster.Add("p43_d1_Goatman_Melee_2", 453381); DictSNOMonster.Add("p43_d1_Goatman_Melee_2_Unique_Deathshade", 455322); DictSNOMonster.Add("p43_d1_Goatman_Melee_3", 453382); DictSNOMonster.Add("p43_d1_Goatman_Melee_3_Unique_Bloodgutter", 454602); DictSNOMonster.Add("p43_d1_Goatman_Melee_4", 453383); DictSNOMonster.Add("p43_d1_Goatman_Melee_4_Unique_Blighthorn", 454603); DictSNOMonster.Add("p43_d1_Goatman_Ranged_1", 453384); DictSNOMonster.Add("p43_d1_Goatman_Ranged_1_Unique_Bloodskin", 454604); DictSNOMonster.Add("p43_d1_Goatman_Ranged_2", 453385); DictSNOMonster.Add("p43_d1_Goatman_Ranged_3", 453386); DictSNOMonster.Add("p43_d1_Goatman_Ranged_4", 453387); DictSNOMonster.Add("p43_d1_Goatman_Ranged_4_Unique_Gorestone", 454605); DictSNOMonster.Add("p43_d1_Gorehound_1", 453388); DictSNOMonster.Add("p43_d1_Gorehound_2", 453389); DictSNOMonster.Add("p43_d1_Gorehound_3", 453390); DictSNOMonster.Add("p43_d1_Gorehound_4", 453391); DictSNOMonster.Add("p43_d1_Mage_1", 454533); DictSNOMonster.Add("p43_d1_Mage_1_Unique_ZharTheMad", 454673); DictSNOMonster.Add("p43_d1_Mage_2", 454534); DictSNOMonster.Add("p43_d1_Mage_3", 454535); DictSNOMonster.Add("p43_d1_Mage_3_Unique_TheVizier", 454609); DictSNOMonster.Add("p43_d1_Mage_4", 454536); DictSNOMonster.Add("p43_d1_MoleMutant_Melee_1", 453392); DictSNOMonster.Add("p43_d1_MoleMutant_Melee_2", 453393); DictSNOMonster.Add("p43_d1_MoleMutant_Melee_2_Unique_Mud", 454619); DictSNOMonster.Add("p43_d1_MoleMutant_Melee_3", 453394); DictSNOMonster.Add("p43_d1_MoleMutant_Melee_3_Unique_Bluehorn", 454620); DictSNOMonster.Add("p43_d1_MoleMutant_Melee_4", 453395); DictSNOMonster.Add("p43_d1_MoleMutant_Melee_4_Unique_Blackstorm", 454621); DictSNOMonster.Add("p43_d1_sandMonster_1", 453396); DictSNOMonster.Add("p43_d1_sandMonster_1_Unique_Firewound", 454622); DictSNOMonster.Add("p43_d1_sandMonster_2", 453397); DictSNOMonster.Add("p43_d1_sandMonster_3", 453398); DictSNOMonster.Add("p43_d1_sandMonster_4", 453399); DictSNOMonster.Add("p43_d1_Shield_Skeleton_1", 453400); DictSNOMonster.Add("p43_d1_Shield_Skeleton_2", 453401); DictSNOMonster.Add("p43_d1_Shield_Skeleton_3", 453402); DictSNOMonster.Add("p43_d1_Shield_Skeleton_3_Unique_Brokenhead", 454623); DictSNOMonster.Add("p43_d1_Shield_Skeleton_4", 453403); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_1", 453404); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_1_Unique_Lionskull", 454624); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_2", 453405); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_2_Unique_Graywar", 454625); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_2_Unique_Rustweaver", 454626); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_3", 453406); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_3_Unique_Steelskull", 454627); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_3_Unique_WarlordOfBlood", 454628); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_4", 453444); DictSNOMonster.Add("p43_d1_Shield_Skeleton_Westmarch_4_Unique_SirGorash", 454637); DictSNOMonster.Add("p43_d1_SkeletonArcher_1", 453407); DictSNOMonster.Add("p43_d1_SkeletonArcher_2", 453408); DictSNOMonster.Add("p43_d1_SkeletonArcher_3", 453409); DictSNOMonster.Add("p43_d1_SkeletonArcher_3_Unique_Blacklash", 454639); DictSNOMonster.Add("p43_d1_SkeletonArcher_4", 453410); DictSNOMonster.Add("p43_d1_Skeleton_1", 453411); DictSNOMonster.Add("p43_d1_Skeleton_2", 453412); DictSNOMonster.Add("p43_d1_Skeleton_3", 453413); DictSNOMonster.Add("p43_d1_Skeleton_3_Unique_Madeye", 454638); DictSNOMonster.Add("p43_d1_Skeleton_4", 453414); DictSNOMonster.Add("p43_d1_snakeMan_Melee_1", 453415); DictSNOMonster.Add("p43_d1_snakeMan_Melee_1_Unique_Fangspeir", 454640); DictSNOMonster.Add("p43_d1_snakeMan_Melee_2", 453416); DictSNOMonster.Add("p43_d1_snakeMan_Melee_2_Unique_Viperflame", 454651); DictSNOMonster.Add("p43_d1_snakeMan_Melee_3", 453417); DictSNOMonster.Add("p43_d1_snakeMan_Melee_4", 453418); DictSNOMonster.Add("p43_d1_Succubus_1", 453419); DictSNOMonster.Add("p43_d1_Succubus_2", 453420); DictSNOMonster.Add("p43_d1_Succubus_2_Unique_Witchmoon", 454641); DictSNOMonster.Add("p43_d1_Succubus_3", 453421); DictSNOMonster.Add("p43_d1_Succubus_3_Unique_Blackjade", 454642); DictSNOMonster.Add("p43_d1_Succubus_3_Unique_RedVex", 454655); DictSNOMonster.Add("p43_d1_Succubus_3_Unique_Stareye", 454643); DictSNOMonster.Add("p43_d1_Succubus_4", 453422); DictSNOMonster.Add("p43_d1_TerrorDemon_1", 453423); DictSNOMonster.Add("p43_d1_TerrorDemon_1_Unique_Brokenstorm", 454644); DictSNOMonster.Add("p43_d1_TerrorDemon_2", 453424); DictSNOMonster.Add("p43_d1_TerrorDemon_2_Unique_TheFlayer", 455326); DictSNOMonster.Add("p43_d1_TerrorDemon_3", 453425); DictSNOMonster.Add("p43_d1_TerrorDemon_4", 453426); DictSNOMonster.Add("p43_d1_Triune_Summonable_1", 453427); DictSNOMonster.Add("p43_d1_Triune_Summonable_1_Unique_Shadowbite", 454645); DictSNOMonster.Add("p43_d1_Triune_Summonable_2", 453428); DictSNOMonster.Add("p43_d1_Triune_Summonable_3", 453429); DictSNOMonster.Add("p43_d1_Triune_Summonable_4", 453430); DictSNOMonster.Add("p43_d1_ZombieSkinny_1", 453435); DictSNOMonster.Add("p43_d1_ZombieSkinny_1_Unique_Rotfeast", 454653); DictSNOMonster.Add("p43_d1_ZombieSkinny_2", 453436); DictSNOMonster.Add("p43_d1_ZombieSkinny_3", 453437); DictSNOMonster.Add("p43_d1_ZombieSkinny_4", 453438); DictSNOMonster.Add("P43_Monk_Mimic_Monster", 455818); DictSNOMonster.Add("P4_Ancient_Ruins_SkeletonSummoner_B", 433640); DictSNOMonster.Add("P4_Crab_Mother", 434074); DictSNOMonster.Add("P4_Crab_Mother_Unique_01", 444993); DictSNOMonster.Add("P4_demonFlyer_B", 439321); DictSNOMonster.Add("p4_demonTrooper_C", 434234); DictSNOMonster.Add("P4_FleshPitFlyer_C", 447369); DictSNOMonster.Add("P4_Forest_AncientCity_SacrificeMonster", 437202); DictSNOMonster.Add("p4_Forest_ClericGhost", 433833); DictSNOMonster.Add("p4_Forest_Coast_Bat", 434078); DictSNOMonster.Add("P4_Forest_Coast_Crab", 432965); DictSNOMonster.Add("p4_Forest_Coast_Event_Bat", 434419); DictSNOMonster.Add("p4_Forest_Hero", 433698); DictSNOMonster.Add("P4_Forest_Mysterious_Hermit_Friendly", 437084); DictSNOMonster.Add("P4_Forest_Mysterious_Hermit_Future", 437491); DictSNOMonster.Add("P4_Forest_Mysterious_Man_01", 433409); DictSNOMonster.Add("P4_Forest_Mysterious_Man_01_Future", 437493); DictSNOMonster.Add("P4_Forest_Mysterious_Man_01_Future_Spirit_Form", 437527); DictSNOMonster.Add("P4_Forest_Mysterious_Man_Friendly", 433981); DictSNOMonster.Add("p4_Forest_ShipwreckSurvivor", 436308); DictSNOMonster.Add("P4_Forest_Snow_Ice_Porcupine_Unique_01", 445349); DictSNOMonster.Add("P4_Forest_Snow_Ice_Porcupine_Unique_02", 450218); DictSNOMonster.Add("p4_Forest_Snow_Unburied_A", 445831); DictSNOMonster.Add("P4_Forest_Snow_Yeti_A_Unique_01", 445350); DictSNOMonster.Add("P4_Forest_Snow_Yeti_B_Unique_01", 450233); DictSNOMonster.Add("p4_Forest_Snow_ZombieCrawler_A", 445835); DictSNOMonster.Add("p4_Forest_Snow_ZombieFemale_A", 445836); DictSNOMonster.Add("p4_Forest_Snow_ZombieSkinny_A", 445837); DictSNOMonster.Add("p4_Forest_Snow_Zombie_A", 445832); DictSNOMonster.Add("P4_Forest_Tower_Mummy", 434119); DictSNOMonster.Add("P4_Forest_Wolf_A", 432739); DictSNOMonster.Add("P4_Forest_Wolf_Unique_A", 434490); DictSNOMonster.Add("P4_Forest_Zombie_Male_Skeleton_A", 433153); DictSNOMonster.Add("P4_Ghost_C", 430948); DictSNOMonster.Add("P4_Ghost_C_Event_Ghost_Prison", 434288); DictSNOMonster.Add("P4_Ice_Goatman_Melee_C", 433133); DictSNOMonster.Add("P4_Ice_Goatman_Melee_C_GuardiansUnique", 434638); DictSNOMonster.Add("P4_Ice_Goatman_Melee_C_SkularUnique", 435829); DictSNOMonster.Add("P4_Ice_Goatman_Ranged_C", 433138); DictSNOMonster.Add("P4_Ice_Goatman_Ranged_C_GuardiansUnique", 434639); DictSNOMonster.Add("P4_Ice_Goatman_Shaman_C", 433081); DictSNOMonster.Add("P4_Ice_Goatman_Shaman_C_GuardiansUnique", 434640); DictSNOMonster.Add("P4_Ice_Goatman_Shaman_C_Ziggurat_Unique", 433532); DictSNOMonster.Add("P4_Ice_Porcupine", 432819); DictSNOMonster.Add("p4_Lamprey_A", 435998); DictSNOMonster.Add("p4_LR_Boss_BoneTurret", 433227); DictSNOMonster.Add("p4_Maggot_A", 409553); DictSNOMonster.Add("P4_Mermaid_HydraHead", 442670); DictSNOMonster.Add("P4_Mermaid_Melee", 432727); DictSNOMonster.Add("P4_Mermaid_Ranged", 432749); DictSNOMonster.Add("P4_Mermaid_Ranged_Unique_MerqueenEvent", 436016); DictSNOMonster.Add("p4_MoleMutant_Melee_A_SetDung_Opus", 444037); DictSNOMonster.Add("p4_RatKing_A", 425937); DictSNOMonster.Add("p4_RatKing_B", 432980); DictSNOMonster.Add("p4_RatKing_B_Unique_01", 433331); DictSNOMonster.Add("p4_RatKing_RatBallMonster", 427171); DictSNOMonster.Add("p4_rat_A", 409591); DictSNOMonster.Add("p4_rat_B", 440701); DictSNOMonster.Add("P4_Ruins_AbdAlHazir", 435671); DictSNOMonster.Add("P4_Ruins_CannibalBarbarian_A_Unique", 435869); DictSNOMonster.Add("P4_Ruins_CannibalBarbarian_B_Unique", 435877); DictSNOMonster.Add("P4_Ruins_CannibalBarbarian_B_Unique_02", 436382); DictSNOMonster.Add("P4_Ruins_CannibalBarbarian_C_Unique", 435883); DictSNOMonster.Add("P4_Ruins_CannibalBarbarian_D_Unique", 435891); DictSNOMonster.Add("P4_Ruins_CannibalBarbarian_WolfCompanion", 435895); DictSNOMonster.Add("p4_Ruins_Frost_SpiritBarbarian", 435989); DictSNOMonster.Add("P4_Ruins_Frost_Trap_Swinging_Blade", 406179); DictSNOMonster.Add("p4_Sandwasp_A", 409677); DictSNOMonster.Add("P4_Sasquatch_A", 429945); DictSNOMonster.Add("P4_Sasquatch_B", 411009); DictSNOMonster.Add("P4_Sasquatch_B_Unique_01", 435471); DictSNOMonster.Add("p4_ScorpionBug_A", 409563); DictSNOMonster.Add("p4_ScorpionBug_B", 410254); DictSNOMonster.Add("p4_seamonster_A", 431419); DictSNOMonster.Add("p4_SetDung_Angel_Corrupt_A", 444488); DictSNOMonster.Add("p4_SetDung_Angel_Corrupt_A_Unique", 450323); DictSNOMonster.Add("p4_SetDung_BigRed_A_Unique", 449383); DictSNOMonster.Add("p4_SetDung_BigRed_A_Unique_02", 450306); DictSNOMonster.Add("p4_SetDung_Brickhouse_B_Unique", 446738); DictSNOMonster.Add("p4_SetDung_CreepMob_Unique", 446591); DictSNOMonster.Add("p4_SetDung_demonTrooper_A_Unique", 446751); DictSNOMonster.Add("p4_SetDung_FallenShaman_B_Unique_01", 445618); DictSNOMonster.Add("p4_SetDung_FallenShaman_B_Unique_02", 450131); DictSNOMonster.Add("p4_SetDung_GoatMutant_Melee_A_Unique", 450315); DictSNOMonster.Add("p4_SetDung_GoatMutant_Melee_B_Unique", 447575); DictSNOMonster.Add("p4_SetDung_GoatMutant_Melee_B_Unique_02", 450313); DictSNOMonster.Add("p4_SetDung_MalletDemon_A_Unique", 450310); DictSNOMonster.Add("p4_SetDung_Monstrosity_ScorpionBug_A", 444410); DictSNOMonster.Add("p4_SetDung_SkeletonSummoner_A", 450353); DictSNOMonster.Add("p4_SetDung_SnakeMan_Caster_A_Unique", 450321); DictSNOMonster.Add("p4_SetDung_Spider_A_Unique_01", 446018); DictSNOMonster.Add("p4_SetDung_Squigglet_A", 447322); DictSNOMonster.Add("p4_SetDung_TerrorDemon_A_Unique", 445439); DictSNOMonster.Add("p4_SetDung_ThousandPounder_C_Unique", 447586); DictSNOMonster.Add("p4_SetDung_ThousandPounder_C_Unique_02", 450317); DictSNOMonster.Add("p4_SetDung_Triune_Berserker_A", 460772); DictSNOMonster.Add("p4_SetDung_Triune_Berserker_A_Unique", 450301); DictSNOMonster.Add("p4_SetDung_Triune_Berserker_A_Unique_02", 450308); DictSNOMonster.Add("p4_SetDung_Triune_Berserker_B", 460776); DictSNOMonster.Add("p4_SetDung_Triune_Berserker_C", 460778); DictSNOMonster.Add("p4_SetDung_Westmarch_Brute_Unique_A", 446010); DictSNOMonster.Add("p4_SetDung_Westmarch_Brute_Unique_A_02", 450319); DictSNOMonster.Add("p4_SetDung_Wiz_Firebird_Yeti_B", 444596); DictSNOMonster.Add("p4_ShenAdventure_Dirgest", 403842); DictSNOMonster.Add("P4_SpiderBomb", 274463); DictSNOMonster.Add("P4_WickerMan_A", 430606); DictSNOMonster.Add("P4_WickerMan_A_Ceremony_Event", 435860); DictSNOMonster.Add("P4_WickerMan_B", 442644); DictSNOMonster.Add("P4_WoodWraith_A", 430929); DictSNOMonster.Add("P4_WoodWraith_A_Forest_Event_01", 433407); DictSNOMonster.Add("P4_WoodWraith_A_Forest_Event_02", 435847); DictSNOMonster.Add("P4_Yeti_A", 411018); DictSNOMonster.Add("P4_Yeti_B", 411021); DictSNOMonster.Add("p6_Angel_Corrupt_A_Unique_RoF_V3_01", 471143); DictSNOMonster.Add("p6_Beetle", 461713); DictSNOMonster.Add("p6_Beetle_MB313", 478344); DictSNOMonster.Add("P6_Bloodroom_TriuneCultist_A", 466612); DictSNOMonster.Add("P6_Bloodroom_TriuneCultist_B", 466710); DictSNOMonster.Add("p6_Blood_Vermin", 467648); DictSNOMonster.Add("P6_ChallengeRift_Nephalem", 470783); DictSNOMonster.Add("p6_Corpulent_A_Unique_RoF_V2_01", 471116); DictSNOMonster.Add("p6_Crab_Mother_Unique_RoF_V5_01", 471184); DictSNOMonster.Add("p6_CrowHound", 461700); DictSNOMonster.Add("p6_Cultist_Unique_BloodCollection", 465133); DictSNOMonster.Add("p6_Dark_Angel_Unique_RoF_V3_01", 471141); DictSNOMonster.Add("p6_DeathMaiden_Unique_RoF_V3", 471138); DictSNOMonster.Add("P6_Death_Event_Triune_Cultist_C", 466488); DictSNOMonster.Add("p6_Event_Moor_GraveRobbers_graveDigger_A", 469295); DictSNOMonster.Add("p6_Event_Moor_GraveRobbers_graveRobber_C", 469290); DictSNOMonster.Add("p6_Event_Moor_GraveRobbers_Zombie_A_Unique", 466718); DictSNOMonster.Add("P6_Friendly_Adventurer", 462096); DictSNOMonster.Add("P6_Friendly_Adventurer_BossFight", 467385); DictSNOMonster.Add("p6_Ghoul_A_Unique_RoF_V5_01", 471188); DictSNOMonster.Add("p6_GoatMutant_Shaman_B_Unique_RoF_V2_01", 471114); DictSNOMonster.Add("P6_Lore_MysteriousJournal", 472378); DictSNOMonster.Add("P6_MastaBlasta_Rider_Unique_RoF_A", 464931); DictSNOMonster.Add("p6_morluSpellcaster_A_Unique_RoF_V5_01", 471181); DictSNOMonster.Add("P6_Necro_BloodGolem", 451539); DictSNOMonster.Add("P6_Necro_BoneGolem", 465240); DictSNOMonster.Add("P6_Necro_ConsumeGolem", 471620); DictSNOMonster.Add("P6_Necro_DecayGolem", 471648); DictSNOMonster.Add("P6_Necro_IceGolem", 471650); DictSNOMonster.Add("p6_Necro_Revive_Angel_Corrupt", 469979); DictSNOMonster.Add("p6_Necro_Revive_armorScavenger", 476777); DictSNOMonster.Add("p6_Necro_Revive_azmodanBodyguard", 470492); DictSNOMonster.Add("p6_Necro_Revive_Bat", 474381); DictSNOMonster.Add("p6_Necro_Revive_Beast", 470881); DictSNOMonster.Add("p6_Necro_Revive_Beetle", 476408); DictSNOMonster.Add("p6_Necro_Revive_BigRed", 467630); DictSNOMonster.Add("p6_Necro_Revive_BileCrawler", 470946); DictSNOMonster.Add("p6_Necro_Revive_Bloodhawk", 470948); DictSNOMonster.Add("p6_Necro_Revive_BogBlight", 474276); DictSNOMonster.Add("p6_Necro_Revive_BogBlight_Maggot", 474284); DictSNOMonster.Add("p6_Necro_Revive_BogFamily_brute", 477162); DictSNOMonster.Add("p6_Necro_Revive_BogFamily_melee", 477214); DictSNOMonster.Add("p6_Necro_Revive_BogFamily_ranged", 477230); DictSNOMonster.Add("p6_Necro_Revive_Brickhouse", 470950); DictSNOMonster.Add("p6_Necro_Revive_CoreEliteDemon", 470975); DictSNOMonster.Add("p6_Necro_Revive_Corpulent", 470987); DictSNOMonster.Add("p6_Necro_Revive_Crab", 474388); DictSNOMonster.Add("p6_Necro_Revive_Crab_Mother", 474376); DictSNOMonster.Add("p6_Necro_Revive_creepMob", 471073); DictSNOMonster.Add("p6_Necro_Revive_CrowHound", 476436); DictSNOMonster.Add("p6_Necro_Revive_CryptChild", 471075); DictSNOMonster.Add("p6_Necro_Revive_Dark_Angel", 476334); DictSNOMonster.Add("p6_Necro_Revive_DeathMaiden", 476495); DictSNOMonster.Add("P6_necro_revive_default", 462718); DictSNOMonster.Add("p6_Necro_Revive_demonFlyer", 471090); DictSNOMonster.Add("p6_Necro_Revive_demonTrooper", 471130); DictSNOMonster.Add("p6_Necro_Revive_DuneDervish", 471145); DictSNOMonster.Add("p6_Necro_Revive_electricEel", 471152); DictSNOMonster.Add("p6_Necro_Revive_FallenChampion", 463067); DictSNOMonster.Add("p6_Necro_Revive_FallenGrunt", 462985); DictSNOMonster.Add("p6_Necro_Revive_FallenHound", 463151); DictSNOMonster.Add("p6_Necro_Revive_FallenLunatic", 463179); DictSNOMonster.Add("p6_Necro_Revive_FallenShaman", 463170); DictSNOMonster.Add("p6_Necro_Revive_fastMummy", 471165); DictSNOMonster.Add("p6_Necro_Revive_FleshPitFlyer", 471238); DictSNOMonster.Add("p6_Necro_Revive_FloaterAngel", 477394); DictSNOMonster.Add("p6_Necro_Revive_Ghost", 471638); DictSNOMonster.Add("p6_Necro_Revive_Ghoul", 471758); DictSNOMonster.Add("p6_Necro_Revive_Goatman_Melee", 471866); DictSNOMonster.Add("p6_Necro_Revive_Goatman_Ranged", 471861); DictSNOMonster.Add("p6_Necro_Revive_Goatman_Shaman", 471815); DictSNOMonster.Add("p6_Necro_Revive_GoatMutant_Melee", 471958); DictSNOMonster.Add("p6_Necro_Revive_GoatMutant_Ranged", 471960); DictSNOMonster.Add("p6_Necro_Revive_GoatMutant_Shaman", 471978); DictSNOMonster.Add("P6_Necro_Revive_Golem", 471948); DictSNOMonster.Add("p6_Necro_Revive_graveDigger", 477445); DictSNOMonster.Add("p6_Necro_Revive_HoodedNightmare", 467624); DictSNOMonster.Add("p6_Necro_Revive_Ice_Porcupine", 474752); DictSNOMonster.Add("p6_Necro_Revive_LacuniFemale", 472054); DictSNOMonster.Add("p6_Necro_Revive_LacuniMale", 472111); DictSNOMonster.Add("p6_Necro_Revive_Lamprey", 472121); DictSNOMonster.Add("p6_Necro_Revive_leaperAngel", 474091); DictSNOMonster.Add("p6_Necro_Revive_Mage", 476350); DictSNOMonster.Add("p6_Necro_Revive_MalletDemon", 467584); DictSNOMonster.Add("p6_Necro_Revive_MastaBlasta_Rider", 467514); DictSNOMonster.Add("p6_Necro_Revive_MastaBlasta_Steed", 467521); DictSNOMonster.Add("p6_Necro_Revive_Mermaid_Melee", 475234); DictSNOMonster.Add("p6_Necro_Revive_Mermaid_Ranged", 475298); DictSNOMonster.Add("p6_Necro_Revive_MoleMutant_Melee", 475414); DictSNOMonster.Add("p6_Necro_Revive_MoleMutant_Ranged", 475461); DictSNOMonster.Add("p6_Necro_Revive_MoleMutant_Shaman", 475491); DictSNOMonster.Add("p6_Necro_Revive_Monstrosity_Scorpion", 474130); DictSNOMonster.Add("p6_Necro_Revive_Monstrosity_ScorpionBug", 476121); DictSNOMonster.Add("p6_Necro_Revive_MorluMelee", 462375); DictSNOMonster.Add("p6_Necro_Revive_MorluSpellcaster", 462966); DictSNOMonster.Add("p6_Necro_Revive_NightScreamer", 477450); DictSNOMonster.Add("p6_Necro_Revive_portalGuardianMinion_Melee", 477285); DictSNOMonster.Add("p6_Necro_Revive_portalGuardianMinion_Ranged", 477331); DictSNOMonster.Add("p6_Necro_Revive_QuillDemon", 476521); DictSNOMonster.Add("p6_Necro_Revive_Rat", 475878); DictSNOMonster.Add("p6_Necro_Revive_RatKing", 475896); DictSNOMonster.Add("p6_Necro_Revive_RavenFlyer", 476526); DictSNOMonster.Add("p6_Necro_Revive_Rockworm", 476998); DictSNOMonster.Add("p6_Necro_Revive_Sandling", 477037); DictSNOMonster.Add("p6_Necro_Revive_sandMonster", 474327); DictSNOMonster.Add("p6_Necro_Revive_SandShark", 474253); DictSNOMonster.Add("p6_Necro_Revive_SandWasp", 475905); DictSNOMonster.Add("p6_Necro_Revive_Scavenger", 477045); DictSNOMonster.Add("p6_Necro_Revive_ScorpionBug", 476086); DictSNOMonster.Add("p6_Necro_Revive_shadowVermin", 476463); DictSNOMonster.Add("p6_Necro_Revive_Shepherd", 476702); DictSNOMonster.Add("p6_Necro_Revive_Shield_Skeleton", 466493); DictSNOMonster.Add("p6_Necro_Revive_Shield_Skeleton_Westmarch", 466880); DictSNOMonster.Add("p6_Necro_Revive_Skeleton", 466490); DictSNOMonster.Add("p6_Necro_Revive_SkeletonArcher", 466505); DictSNOMonster.Add("p6_Necro_Revive_SkeletonArcher_Westmarch", 466954); DictSNOMonster.Add("p6_Necro_Revive_skeletonMage", 466876); DictSNOMonster.Add("p6_Necro_Revive_SkeletonSummoner", 466518); DictSNOMonster.Add("p6_Necro_Revive_Skeleton_twohander", 466514); DictSNOMonster.Add("p6_Necro_Revive_Skeleton_Westmarch", 466951); DictSNOMonster.Add("p6_Necro_Revive_Slime", 477374); DictSNOMonster.Add("p6_Necro_Revive_snakeMan_Caster", 476260); DictSNOMonster.Add("p6_Necro_Revive_snakeMan_Melee", 476277); DictSNOMonster.Add("p6_Necro_Revive_sniperAngel", 477430); DictSNOMonster.Add("p6_Necro_Revive_SoulRipper", 477049); DictSNOMonster.Add("p6_Necro_Revive_Spider", 476297); DictSNOMonster.Add("p6_Necro_Revive_Spiderling", 476304); DictSNOMonster.Add("p6_Necro_Revive_Squigglet", 476313); DictSNOMonster.Add("p6_Necro_Revive_Succubus", 476352); DictSNOMonster.Add("p6_Necro_Revive_Swarm", 477064); DictSNOMonster.Add("p6_Necro_Revive_TempleCultist_Basic", 476705); DictSNOMonster.Add("p6_Necro_Revive_TempleCultist_Caster", 476707); DictSNOMonster.Add("p6_Necro_Revive_TempleCultist_Special", 476712); DictSNOMonster.Add("p6_Necro_Revive_TempleMonstrosity", 476698); DictSNOMonster.Add("p6_Necro_Revive_TentacleBear", 477092); DictSNOMonster.Add("p6_Necro_Revive_tentacleFlower", 477103); DictSNOMonster.Add("p6_Necro_Revive_TentacleHorse", 477106); DictSNOMonster.Add("p6_Necro_Revive_TentacleHorse_Fat", 477117); DictSNOMonster.Add("p6_Necro_Revive_Tentacle_Goatman_Melee", 476511); DictSNOMonster.Add("p6_Necro_Revive_Tentacle_Goatman_Ranged", 476514); DictSNOMonster.Add("p6_Necro_Revive_Tentacle_Goatman_Shaman", 476516); DictSNOMonster.Add("p6_Necro_Revive_TerrorDemon", 469797); DictSNOMonster.Add("p6_Necro_Revive_ThousandPounder", 470474); DictSNOMonster.Add("p6_Necro_Revive_TriuneCultist", 467249); DictSNOMonster.Add("p6_Necro_Revive_TriuneSummoner", 467270); DictSNOMonster.Add("p6_Necro_Revive_TriuneVessel", 467280); DictSNOMonster.Add("p6_Necro_Revive_Triune_Berserker", 467246); DictSNOMonster.Add("p6_Necro_Revive_Triune_Summonable", 467276); DictSNOMonster.Add("p6_Necro_Revive_Unburied", 474821); DictSNOMonster.Add("p6_Necro_Revive_Werewolf", 476682); DictSNOMonster.Add("p6_Necro_Revive_westmarchHound", 477575); DictSNOMonster.Add("p6_Necro_Revive_westmarchHound_Leader", 477580); DictSNOMonster.Add("p6_Necro_Revive_westmarchRanged", 476829); DictSNOMonster.Add("p6_Necro_Revive_Westmarch_Brute", 470956); DictSNOMonster.Add("p6_Necro_Revive_Westmarch_BruteB", 470969); DictSNOMonster.Add("p6_Necro_Revive_WickerMan", 467621); DictSNOMonster.Add("p6_Necro_Revive_WitherMoth", 477066); DictSNOMonster.Add("p6_Necro_Revive_Wolf", 475232); DictSNOMonster.Add("p6_Necro_Revive_WoodWraith", 467612); DictSNOMonster.Add("p6_Necro_Revive_Wraith", 476921); DictSNOMonster.Add("p6_Necro_Revive_Yeti", 474910); DictSNOMonster.Add("p6_Necro_Revive_Zombie", 466215); DictSNOMonster.Add("p6_Necro_Revive_ZombieCrawler", 466219); DictSNOMonster.Add("p6_Necro_Revive_ZombieFemale", 466252); DictSNOMonster.Add("p6_Necro_Revive_ZombieSkinny", 466251); DictSNOMonster.Add("P6_Necro_Simulacrum_Male", 466263); DictSNOMonster.Add("P6_Necro_SkeletalWarrior", 453836); DictSNOMonster.Add("P6_Necro_Skeleton_Mage", 451533); DictSNOMonster.Add("P6_Necro_Skeleton_Mage_D", 471353); DictSNOMonster.Add("P6_Necro_Skeleton_Mage_E", 471371); DictSNOMonster.Add("p6_QuillDemon_C_Unique_RoF_V4_01", 471233); DictSNOMonster.Add("p6_RatKing_B_Unique_RoF_V2_01", 471119); DictSNOMonster.Add("p6_RavenFlyer", 461675); DictSNOMonster.Add("p6_RavenFlyer_Unique_A", 464733); DictSNOMonster.Add("p6_RoF_FleshPitFlyer_B", 476621); DictSNOMonster.Add("p6_RoF_Monstrosity_Scorpion_B", 476657); DictSNOMonster.Add("p6_RoF_P4_Forest_Wolf_A", 476654); DictSNOMonster.Add("P6_Sasquatch_B_Unique_RoF_01", 470710); DictSNOMonster.Add("p6_SetDung_Necro_Bone_x1_Beast_Skeleton_Unique_A", 474995); DictSNOMonster.Add("p6_SetDung_Necro_Plague_p4_RatKing_B_Unique_01", 475156); DictSNOMonster.Add("p6_SetDung_Necro_Saint_Werewolf_White_Unique_A", 475920); DictSNOMonster.Add("p6_SetDung_Necro_TempleMonstrosity_Unique_A", 474518); DictSNOMonster.Add("p6_shadowVermin", 466619); DictSNOMonster.Add("p6_Shepherd", 460756); DictSNOMonster.Add("p6_Shepherd_Boss", 464222); DictSNOMonster.Add("p6_Shepherd_Boss_Echo", 469810); DictSNOMonster.Add("p6_Shepherd_Unique_A", 464205); DictSNOMonster.Add("p6_Shepherd_Unique_AscensionRitual", 466338); DictSNOMonster.Add("P6_Skeleton_A_MoorsCave", 465811); DictSNOMonster.Add("P6_Skeleton_B_Unique_01_RoF", 470745); DictSNOMonster.Add("p6_Skeleton_B_Unique_RoF_V4_01", 471235); DictSNOMonster.Add("p6_TempleCultist_Basic", 461706); DictSNOMonster.Add("p6_TempleCultist_BasicEnvy", 471903); DictSNOMonster.Add("p6_TempleCultist_Caster", 461709); DictSNOMonster.Add("p6_TempleCultist_Caster_Unique_A", 471617); DictSNOMonster.Add("p6_TempleCultist_Special", 461711); DictSNOMonster.Add("p6_TempleCultist_Special_MB313", 478348); DictSNOMonster.Add("p6_TempleMonstrosity", 461716); DictSNOMonster.Add("p6_TempleMonstrosity_Unique_A", 471605); DictSNOMonster.Add("p6_Unburied_C_Unique_01_ROF_V2_01", 470756); DictSNOMonster.Add("P6_Werewolf_Black", 461702); DictSNOMonster.Add("P6_Werewolf_White", 461717); DictSNOMonster.Add("P6_Werewolf_White_Unique_A", 464166); DictSNOMonster.Add("P6_Werewolf_White_Unique_B", 471715); DictSNOMonster.Add("p6_X1_armorScavenger_A_Unique_ROF_V4_01", 470667); DictSNOMonster.Add("p6_X1_armorScavenger_Unique_RoF_V4_01", 471231); DictSNOMonster.Add("p6_x1_fortress_SpiritMasterNecromancer", 469537); DictSNOMonster.Add("P6_x1_Squigglet_A_Unique_RoF", 470731); DictSNOMonster.Add("p6_x1_westmarchRanged_A_Unique_ROF_V5_01", 468512); DictSNOMonster.Add("p6_x1_Wraith_Unique_A_Unique_ROF_V3_01", 470720); DictSNOMonster.Add("PigWander", 26208); DictSNOMonster.Add("PigWander_FoulLair", 201567); DictSNOMonster.Add("Plague_Proxy", 26209); DictSNOMonster.Add("Poltahr", 26210); DictSNOMonster.Add("Power_Proxy_Seeker", 26211); DictSNOMonster.Add("Priest", 140868); DictSNOMonster.Add("Priest_BastionsKeep", 208622); DictSNOMonster.Add("Priest_BastionsKeep2", 230029); DictSNOMonster.Add("Priest_Caldeum", 226344); DictSNOMonster.Add("Priest_Male_B_NoLook", 141248); DictSNOMonster.Add("PTR_ItemVendor", 460270); DictSNOMonster.Add("PT_Blacksmith", 56951); DictSNOMonster.Add("PT_Blacksmith_ForgeArmorShortcut", 195176); DictSNOMonster.Add("PT_Blacksmith_ForgeWeaponShortcut", 195179); DictSNOMonster.Add("PT_Blacksmith_NonVendor", 71367); DictSNOMonster.Add("PT_Blacksmith_RepairShortcut", 195180); DictSNOMonster.Add("PT_Jeweler", 56953); DictSNOMonster.Add("PT_Jeweler_AddSocketShortcut", 212520); DictSNOMonster.Add("PT_Jeweler_CombineShortcut", 212518); DictSNOMonster.Add("PT_Jeweler_RemoveGemShortcut", 212522); DictSNOMonster.Add("PT_Mystic", 56952); DictSNOMonster.Add("PT_Mystic_EnhanceEvent", 340647); DictSNOMonster.Add("PT_Mystic_EnhanceShortcut", 212516); DictSNOMonster.Add("PT_Mystic_IdentifyShortcut", 212513); DictSNOMonster.Add("PT_Mystic_NoVendor", 61628); DictSNOMonster.Add("PT_Mystic_NoVendor_NonGlobalFollower", 175555); DictSNOMonster.Add("PVP_AV_King", 275444); DictSNOMonster.Add("PVP_controlpoint", 265715); DictSNOMonster.Add("PvP_Dueling_NPC", 275525); DictSNOMonster.Add("PVP_hill", 267461); DictSNOMonster.Add("PVP_melee", 265716); DictSNOMonster.Add("PVP_Muderball_HighScoringZone", 275755); DictSNOMonster.Add("PVP_Peanut_NeutralObjective", 276836); DictSNOMonster.Add("PVP_ranged", 265717); DictSNOMonster.Add("PVP_spawner_destructible_temp", 265718); DictSNOMonster.Add("PVP_spawner_invulnerable", 265954); DictSNOMonster.Add("PVP_SquareMap_stationary_defender", 275360); DictSNOMonster.Add("PVP_stationary_defender", 274281); DictSNOMonster.Add("PVP_TargetDummy_Level60", 170426); DictSNOMonster.Add("PVP_threepoint_stationary_defender", 276806); DictSNOMonster.Add("PVP_tower_destructible", 265719); DictSNOMonster.Add("px_A2_IronWolf_Fire", 432318); DictSNOMonster.Add("px_A2_IronWolf_Frost", 432315); DictSNOMonster.Add("px_A2_IronWolf_Lightning", 432320); DictSNOMonster.Add("px_BigRed_A_WormSign_Unique_A", 410385); DictSNOMonster.Add("px_bountytest_chaosportals", 430623); DictSNOMonster.Add("px_Camp_bastionsKeepGuard_Melee_A_01", 434765); DictSNOMonster.Add("px_Camp_TristramGuard_B_Fighter", 434370); DictSNOMonster.Add("px_Crater_Camp_AzmodanMinions_PortalSpawner", 434334); DictSNOMonster.Add("px_Highlands_Camp_ResurgentCult_PortalSpawner", 434362); DictSNOMonster.Add("px_morluSpellcaster_D_Unique_EliteStrike", 410427); DictSNOMonster.Add("px_Ruins_Frost_Camp_BarbNPC", 435738); DictSNOMonster.Add("px_Ruins_Frost_Camp_BarbSkular", 435722); DictSNOMonster.Add("px_Skeleton_A_Bounty_Camp_Graveyard", 433324); DictSNOMonster.Add("px_Spire_Camp_HellPortals_PortalSpawner", 434339); DictSNOMonster.Add("px_TotallyNowACowLevel_Boss", 434665); DictSNOMonster.Add("QuillDemon_A", 107723); DictSNOMonster.Add("QuillDemon_A_Baby_Event", 128782); DictSNOMonster.Add("QuillDemon_A_LootHoarder", 187667); DictSNOMonster.Add("QuillDemon_A_Unique_LootHoarderLeader", 201879); DictSNOMonster.Add("QuillDemon_B", 107950); DictSNOMonster.Add("QuillDemon_C", 107951); DictSNOMonster.Add("QuillDemon_C_Unique_01", 220466); DictSNOMonster.Add("QuillDemon_D", 107983); DictSNOMonster.Add("QuillDemon_FastAttack_A", 364564); DictSNOMonster.Add("QuillDemon_Mother_Unique", 361975); DictSNOMonster.Add("Refugee_Voiceover_Male", 161568); DictSNOMonster.Add("Rockworm_A", 26239); DictSNOMonster.Add("Rockworm_A3_Crater", 203049); DictSNOMonster.Add("Rockworm_A3_Crater_Unique_01", 220778); DictSNOMonster.Add("Rockworm_A3_Crater_Unique_02", 220852); DictSNOMonster.Add("Rockworm_C", 54993); DictSNOMonster.Add("Rockworm_D", 174458); DictSNOMonster.Add("Rockworm_Stationary", 58588); DictSNOMonster.Add("Rockworm_Stationary_KingWorm", 144403); DictSNOMonster.Add("Rockworm_Stationary_Mortar_MB313", 478334); DictSNOMonster.Add("Rockworm_Stationary_QueenWorm", 218948); DictSNOMonster.Add("SacrificeLadyA", 174856); DictSNOMonster.Add("Sandling_A", 26244); DictSNOMonster.Add("Sandling_B", 83088); DictSNOMonster.Add("Sandling_B_Unique_01", 222353); DictSNOMonster.Add("Sandling_C", 141220); DictSNOMonster.Add("SandMonster_A", 26245); DictSNOMonster.Add("SandMonster_A_Eternal_Guardian_ZoltBoss", 226850); DictSNOMonster.Add("SandMonster_A_FastWakeup", 116075); DictSNOMonster.Add("SandMonster_A_Gauntlet", 116305); DictSNOMonster.Add("SandMonster_A_Head_Guardian", 164503); DictSNOMonster.Add("sandMonster_A_PortalRoulette", 219833); DictSNOMonster.Add("SandMonster_B", 57063); DictSNOMonster.Add("SandMonster_B_Unique_01", 222415); DictSNOMonster.Add("SandMonster_C", 57064); DictSNOMonster.Add("SandMonster_C_Unique_01", 222524); DictSNOMonster.Add("SandMonster_D", 57065); DictSNOMonster.Add("SandMonster_PandExt_Ideation", 301240); DictSNOMonster.Add("SandShark_A", 26247); DictSNOMonster.Add("SandShark_A_Unique_01", 221403); DictSNOMonster.Add("SandShark_B_SewerSharkEvent", 156739); DictSNOMonster.Add("SandTwister", 26249); DictSNOMonster.Add("Sandwasp_A", 26250); DictSNOMonster.Add("Sandwasp_B", 136803); DictSNOMonster.Add("Sandwasp_C", 213846); DictSNOMonster.Add("Scavenger_A", 26251); DictSNOMonster.Add("Scavenger_A_Unique_01", 218333); DictSNOMonster.Add("Scavenger_B", 1531); DictSNOMonster.Add("Scavenger_B_Armorer_Unique", 104248); DictSNOMonster.Add("Scavenger_B_MinerEvent_Unique", 260222); DictSNOMonster.Add("Scavenger_B_PuppyLove", 143095); DictSNOMonster.Add("Scavenger_B_Unique_01", 218425); DictSNOMonster.Add("Scavenger_B_Unique_ScavengerFarm", 167206); DictSNOMonster.Add("Scavenger_C", 26252); DictSNOMonster.Add("Scavenger_D", 191611); DictSNOMonster.Add("Scoundrel", 78412); DictSNOMonster.Add("ScoundrelNPC", 80813); DictSNOMonster.Add("Scoundrel_Farmers_Daughter", 176027); DictSNOMonster.Add("Secret_Cow", 64180); DictSNOMonster.Add("Severin", 26253); DictSNOMonster.Add("shadowVermin_A", 71338); DictSNOMonster.Add("shadowVermin_A_1000MonsterFight", 188430); DictSNOMonster.Add("shadowVermin_B", 82765); DictSNOMonster.Add("shadowVermin_C", 135613); DictSNOMonster.Add("shadowVermin_C_Spire", 199475); DictSNOMonster.Add("shadowVermin_SoulstoneEvent", 201920); DictSNOMonster.Add("Shield_Skeleton_A", 26254); DictSNOMonster.Add("Shield_Skeleton_A_NephChamp", 136929); DictSNOMonster.Add("Shield_Skeleton_A_Unique_01", 218395); DictSNOMonster.Add("Shield_Skeleton_B", 26255); DictSNOMonster.Add("Shield_Skeleton_C", 26256); DictSNOMonster.Add("Shield_Skeleton_C_LR_Boss_Reflect", 365256); DictSNOMonster.Add("Shield_Skeleton_C_Queen", 447161); DictSNOMonster.Add("Shield_Skeleton_C_Unique001", 449821); DictSNOMonster.Add("Shield_Skeleton_D", 137005); DictSNOMonster.Add("Shield_Skeleton_D_Diablo", 375475); DictSNOMonster.Add("Shield_Skeleton_D_Queen_Large", 447401); DictSNOMonster.Add("Shield_Skeleton_D_Queen_Large_Unique02", 449374); DictSNOMonster.Add("Shield_Skeleton_E", 170764); DictSNOMonster.Add("Shield_Skeleton_E_Unique_01", 220469); DictSNOMonster.Add("Shield_Skeleton_E_Unique_02", 220711); DictSNOMonster.Add("Shield_Skeleton_Jail", 230830); DictSNOMonster.Add("Shield_Skeleton_westm_A", 251045); DictSNOMonster.Add("SiegebreakerDemon", 26258); DictSNOMonster.Add("Siegebreaker_Skeleton_Spawner", 26265); DictSNOMonster.Add("Siege_WallMonster_A", 93362); DictSNOMonster.Add("Siege_WallMonster_A_02", 230726); DictSNOMonster.Add("Siege_WallMonster_A_SiegeBreaker", 316260); DictSNOMonster.Add("Siege_WallMonster_C", 410367); DictSNOMonster.Add("Siege_WallMonster_catapult", 220473); DictSNOMonster.Add("SkeletonArcher_A", 26267); DictSNOMonster.Add("SkeletonArcher_A_LeoricsGarden_Champs", 446175); DictSNOMonster.Add("SkeletonArcher_A_Unique_01", 218401); DictSNOMonster.Add("SkeletonArcher_A_Unique_Ring_015", 251731); DictSNOMonster.Add("SkeletonArcher_B", 26268); DictSNOMonster.Add("SkeletonArcher_C", 141397); DictSNOMonster.Add("SkeletonArcher_C_LR_Boss_Mortar", 365265); DictSNOMonster.Add("SkeletonArcher_C_Queen", 447157); DictSNOMonster.Add("SkeletonArcher_C_Unique001", 449820); DictSNOMonster.Add("SkeletonArcher_D", 26269); DictSNOMonster.Add("SkeletonArcher_D_Diablo", 375487); DictSNOMonster.Add("SkeletonArcher_E", 170782); DictSNOMonster.Add("SkeletonArcher_E_Unique_01", 220502); DictSNOMonster.Add("SkeletonArcher_F", 179342); DictSNOMonster.Add("SkeletonArcher_Jail", 230836); DictSNOMonster.Add("SkeletonArcher_westm_A", 251043); DictSNOMonster.Add("SkeletonKing", 26270); DictSNOMonster.Add("SkeletonKing_Ghost", 26271); DictSNOMonster.Add("SkeletonKing_Shield_Skeleton", 26272); DictSNOMonster.Add("SkeletonKing_Skeleton", 26273); DictSNOMonster.Add("SkeletonKing_SkeletonArcher", 26274); DictSNOMonster.Add("SkeletonKing_Target_Proxy", 80141); DictSNOMonster.Add("skeletonMage_Cold_A", 26275); DictSNOMonster.Add("skeletonMage_Cold_B", 26276); DictSNOMonster.Add("skeletonMage_Cold_B_Unique_01", 222505); DictSNOMonster.Add("skeletonMage_Cold_B_ZK_BodyGuardian", 152215); DictSNOMonster.Add("skeletonMage_Fire_A", 26277); DictSNOMonster.Add("skeletonMage_Fire_B", 26278); DictSNOMonster.Add("skeletonMage_Fire_B_Unique_01", 222513); DictSNOMonster.Add("skeletonMage_Fire_B_Unique_BloodGuardian", 230758); DictSNOMonster.Add("skeletonMage_Fire_B_ZK_BodyGuardian", 152216); DictSNOMonster.Add("skeletonMage_Fire_NephalemSpirit", 61676); DictSNOMonster.Add("skeletonMage_Lightning_A", 26279); DictSNOMonster.Add("skeletonMage_Lightning_B", 26280); DictSNOMonster.Add("skeletonMage_Lightning_B_Ghezrim", 186658); DictSNOMonster.Add("skeletonMage_Lightning_B_Unique_01", 222514); DictSNOMonster.Add("skeletonMage_Lightning_B_ZK_BodyGuardian", 152217); DictSNOMonster.Add("skeletonMage_Poison_A", 26281); DictSNOMonster.Add("skeletonMage_Poison_B", 26282); DictSNOMonster.Add("skeletonMage_Poison_B_Unique_01", 222515); DictSNOMonster.Add("skeletonMage_Poison_B_ZK_BodyGuardian", 152218); DictSNOMonster.Add("SkeletonSummoner_A", 26283); DictSNOMonster.Add("SkeletonSummoner_A_TemplarIntro", 104727); DictSNOMonster.Add("SkeletonSummoner_B", 26284); DictSNOMonster.Add("SkeletonSummoner_C", 94183); DictSNOMonster.Add("SkeletonSummoner_C_Queen", 447158); DictSNOMonster.Add("SkeletonSummoner_C_Queen_Unique03", 449377); DictSNOMonster.Add("SkeletonSummoner_C_Unique001", 449811); DictSNOMonster.Add("SkeletonSummoner_D", 144988); DictSNOMonster.Add("SkeletonSummoner_E", 182280); DictSNOMonster.Add("Skeleton_A", 26285); DictSNOMonster.Add("Skeleton_A_Cain", 87013); DictSNOMonster.Add("Skeleton_A_Cain_Unique", 115404); DictSNOMonster.Add("Skeleton_A_LeoricsGarden_Champs", 446181); DictSNOMonster.Add("Skeleton_A_LR_NoLoot", 365372); DictSNOMonster.Add("Skeleton_A_Necromancer", 183893); DictSNOMonster.Add("Skeleton_A_TemplarIntro", 104726); DictSNOMonster.Add("Skeleton_A_TemplarIntro_NoWander", 105864); DictSNOMonster.Add("Skeleton_A_Unique_02", 218322); DictSNOMonster.Add("Skeleton_A_Unique_03", 218365); DictSNOMonster.Add("Skeleton_A_Unique_Ring_015", 250340); DictSNOMonster.Add("Skeleton_A_Unique_Ring_916", 434459); DictSNOMonster.Add("Skeleton_B", 26286); DictSNOMonster.Add("Skeleton_B_Unique_01", 365426); DictSNOMonster.Add("Skeleton_B_Unique_02", 365431); DictSNOMonster.Add("Skeleton_C", 26287); DictSNOMonster.Add("Skeleton_Cain", 80653); DictSNOMonster.Add("Skeleton_C_LR_Boss_Fast", 365258); DictSNOMonster.Add("Skeleton_C_OasisAmbush", 114377); DictSNOMonster.Add("Skeleton_C_Queen", 447150); DictSNOMonster.Add("Skeleton_C_Unique_001", 449824); DictSNOMonster.Add("Skeleton_D", 26288); DictSNOMonster.Add("Skeleton_D_Fire", 187235); DictSNOMonster.Add("Skeleton_D_Fire_BlacksmithEvent_Unique", 260223); DictSNOMonster.Add("Skeleton_E", 182286); DictSNOMonster.Add("Skeleton_NecroJar", 239341); DictSNOMonster.Add("Skeleton_twohander_A", 1533); DictSNOMonster.Add("Skeleton_twohander_B", 26290); DictSNOMonster.Add("Skeleton_twohander_C", 141396); DictSNOMonster.Add("skeleton_twoHander_C_LR_Boss_Knockback", 365261); DictSNOMonster.Add("Skeleton_twohander_C_Queen", 447156); DictSNOMonster.Add("Skeleton_twohander_C_Queen_Unique002", 449832); DictSNOMonster.Add("Skeleton_twohander_C_Queen_Unique01", 449372); DictSNOMonster.Add("Skeleton_twohander_D", 177932); DictSNOMonster.Add("Skeleton_twohander_D_Diablo", 375480); DictSNOMonster.Add("skeleton_twoHander_D_Queen_Large", 447403); DictSNOMonster.Add("Skeleton_twohander_E", 182284); DictSNOMonster.Add("skeleton_twoHander_Keep_Swift_E", 204233); DictSNOMonster.Add("skeleton_twoHander_Keep_Swift_E_Unique_01", 220480); DictSNOMonster.Add("SlowTime_Proxy", 26291); DictSNOMonster.Add("SnakeMan_Caster_A", 26294); DictSNOMonster.Add("SnakeMan_Caster_A_AdriaTorturer", 188399); DictSNOMonster.Add("SnakeMan_Caster_A_Event_SewerSearchers", 219814); DictSNOMonster.Add("SnakeMan_Caster_A_Unique_01", 222009); DictSNOMonster.Add("snakeMan_Caster_A_Unique_WaterfallAmbush", 168952); DictSNOMonster.Add("SnakeMan_Caster_B", 26295); DictSNOMonster.Add("Snakeman_Caster_Belial", 104016); DictSNOMonster.Add("SnakeMan_Caster_B_Unique_01", 367074); DictSNOMonster.Add("SnakeMan_Caster_B_Unique_02", 367094); DictSNOMonster.Add("SnakeMan_Caster_C", 230704); DictSNOMonster.Add("SnakeMan_Melee_A", 26296); DictSNOMonster.Add("SnakeMan_Melee_A_AdriaRescue", 213843); DictSNOMonster.Add("SnakeMan_Melee_A_EscapeFromCaldeum", 160528); DictSNOMonster.Add("SnakeMan_Melee_A_Unique_01", 222006); DictSNOMonster.Add("SnakeMan_Melee_A_Unique_02", 222239); DictSNOMonster.Add("SnakeMan_Melee_B", 26297); DictSNOMonster.Add("SnakeMan_Melee_BelialGuard", 62678); DictSNOMonster.Add("SnakeMan_Melee_B_Unique_01", 367097); DictSNOMonster.Add("SnakeMan_Melee_C", 179947); DictSNOMonster.Add("SnakeMan_Melee_C_Khamsin", 230705); DictSNOMonster.Add("Solan", 169829); DictSNOMonster.Add("SoulRipper_A", 77794); DictSNOMonster.Add("SoulRipper_A_Unique_01", 220445); DictSNOMonster.Add("SoulRipper_A_Unique_02", 220482); DictSNOMonster.Add("SoulRipper_A_Unique_03", 220815); DictSNOMonster.Add("SoulRipper_B", 201749); DictSNOMonster.Add("SoulRipper_C_Despair", 222095); DictSNOMonster.Add("SoulRipper_Evan_the_Terrible", 396697); DictSNOMonster.Add("Spawner_Leor_Iron_Maiden", 110588); DictSNOMonster.Add("SpiderCaveHermit", 74127); DictSNOMonster.Add("Spiderling_A", 73820); DictSNOMonster.Add("Spiderling_A_Unique_01", 218457); DictSNOMonster.Add("Spiderling_B", 137930); DictSNOMonster.Add("Spiderling_C", 219333); DictSNOMonster.Add("SpiderQueen", 26298); DictSNOMonster.Add("Spider_A", 26299); DictSNOMonster.Add("Spider_A_SpiderQueen_Minion", 122366); DictSNOMonster.Add("Spider_A_Unique", 129440); DictSNOMonster.Add("Spider_A_Unique_01", 218449); DictSNOMonster.Add("Spider_B", 51459); DictSNOMonster.Add("Spider_Elemental_Cold_A", 138000); DictSNOMonster.Add("Spider_Elemental_Cold_tesla_A", 208844); DictSNOMonster.Add("Spider_Elemental_Fire_A", 138001); DictSNOMonster.Add("Spider_Elemental_Fire_tesla_A", 208967); DictSNOMonster.Add("Spider_Elemental_Lightning_A", 138003); DictSNOMonster.Add("Spider_Elemental_Lightning_tesla_A", 205691); DictSNOMonster.Add("Spider_Elemental_Poison_A", 138004); DictSNOMonster.Add("Spider_Elemental_Poison_tesla_A", 209534); DictSNOMonster.Add("Spider_Poison_A", 166920); DictSNOMonster.Add("Spider_Poison_A_Unique_01", 218459); DictSNOMonster.Add("Spider_Poison_A_Unique_02", 218463); DictSNOMonster.Add("SporePod", 26302); DictSNOMonster.Add("StrandedIronWolf", 167922); DictSNOMonster.Add("Stranger", 117366); DictSNOMonster.Add("Stranger_Crater", 180901); DictSNOMonster.Add("Succubus_A", 118154); DictSNOMonster.Add("Succubus_A_Unique_01", 202410); DictSNOMonster.Add("Succubus_A_Unique_02", 220784); DictSNOMonster.Add("Succubus_B", 175611); DictSNOMonster.Add("Succubus_C", 219805); DictSNOMonster.Add("Succubus_C_Unique_01", 219848); DictSNOMonster.Add("Succubus_DaughterOfPain", 152536); DictSNOMonster.Add("Succubus_Mistress_Julia", 396687); DictSNOMonster.Add("SummoningMachine", 117723); DictSNOMonster.Add("SummoningMachineNode", 119036); DictSNOMonster.Add("SuperCaldeumGuard_Cleaver_A", 26303); DictSNOMonster.Add("SurlyHermit", 26304); DictSNOMonster.Add("Swarm_A", 26305); DictSNOMonster.Add("Swarm_B", 26306); DictSNOMonster.Add("Swarm_B_Unique_01", 222190); DictSNOMonster.Add("Swarm_C", 52862); DictSNOMonster.Add("Swarm_D", 52863); DictSNOMonster.Add("Swarm_Frost_A", 191924); DictSNOMonster.Add("TargetDummy_Level10", 112730); DictSNOMonster.Add("TargetDummy_Level40", 26308); DictSNOMonster.Add("TargetDummy_Level5", 26309); DictSNOMonster.Add("Teleport_Proxy", 26310); DictSNOMonster.Add("Templar", 26182); DictSNOMonster.Add("TemplarNPC", 87038); DictSNOMonster.Add("TemplarNPC_Imprisoned", 104814); DictSNOMonster.Add("Template_Filler", 423140); DictSNOMonster.Add("TEMP_A1C5_innMonster", 58570); DictSNOMonster.Add("TentacleBear_A", 211532); DictSNOMonster.Add("TentacleBear_A_CursedChest", 374354); DictSNOMonster.Add("TentacleBear_A_Unique_01", 212663); DictSNOMonster.Add("TentacleBear_C_Unique_01", 373870); DictSNOMonster.Add("TentacleBear_C_Unique_Cosmetic_02", 451003); DictSNOMonster.Add("tentacleFlower", 211533); DictSNOMonster.Add("tentacleFlower_A_Unique_01", 212666); DictSNOMonster.Add("TentacleHorse_A", 192968); DictSNOMonster.Add("TentacleHorse_A_Unique_01", 209483); DictSNOMonster.Add("TentacleHorse_A_Unique_02", 218803); DictSNOMonster.Add("TentacleHorse_A_Unique_03", 218809); DictSNOMonster.Add("TentacleHorse_A_Unique_04", 218810); DictSNOMonster.Add("TentacleHorse_A_Unique_05", 218811); DictSNOMonster.Add("TentacleHorse_B", 212019); DictSNOMonster.Add("TentacleHorse_B_Unique_01", 209535); DictSNOMonster.Add("TentacleHorse_B_Unique_02", 370252); DictSNOMonster.Add("TentacleHorse_C_Unique_01", 214947); DictSNOMonster.Add("TentacleHorse_C_Unique_Cosmetic_02", 451001); DictSNOMonster.Add("TentacleHorse_Fat_A", 212023); DictSNOMonster.Add("TentacleHorse_Fat_A_Unique_01", 218805); DictSNOMonster.Add("TentacleHorse_Fat_B", 212024); DictSNOMonster.Add("TentacleHorse_Fat_Unique_B", 373834); DictSNOMonster.Add("TentacleLord", 212049); DictSNOMonster.Add("TerrorDemon_A", 118153); DictSNOMonster.Add("TerrorDemon_A_LootRun", 408486); DictSNOMonster.Add("TerrorDemon_A_Unique_01", 334766); DictSNOMonster.Add("TerrorDemon_A_Unique_1000Monster", 196104); DictSNOMonster.Add("TerrorDemon_A_Unique_Uber", 256058); DictSNOMonster.Add("TerrorDemon_Clone_A", 153301); DictSNOMonster.Add("TerrorDemon_Clone_B", 153302); DictSNOMonster.Add("TerrorDiablo", 133561); DictSNOMonster.Add("Test_SpikeTrap_Ruins", 409413); DictSNOMonster.Add("ThousandPounder", 26311); DictSNOMonster.Add("ThousandPounder_B", 189850); DictSNOMonster.Add("ThousandPounder_B_Unique", 212943); DictSNOMonster.Add("ThousandPounder_B_Unique_02", 367364); DictSNOMonster.Add("ThousandPounder_C", 217676); DictSNOMonster.Add("ThousandPounder_C_Unique_01", 220882); DictSNOMonster.Add("ThousandPounder_C_Unique_DevilsHand", 343034); DictSNOMonster.Add("ThousandPounder_Unique", 129998); DictSNOMonster.Add("ThousandPounder_Unique_01", 220774); DictSNOMonster.Add("Tower_of_Power_Cultist_Voiceover", 153772); DictSNOMonster.Add("Tower_of_Power_Unique_Voiceover", 153774); DictSNOMonster.Add("TownAttack_Berserker", 178301); DictSNOMonster.Add("TownAttack_Cultist", 90368); DictSNOMonster.Add("TownAttack_CultistMelee", 90025); DictSNOMonster.Add("TownAttack_Summonable_A", 90456); DictSNOMonster.Add("TownAttack_Summoner", 178298); DictSNOMonster.Add("TownAttack_Summoner_Unique", 178620); DictSNOMonster.Add("TownAttack_TriuneSummonerBoss_C", 105540); DictSNOMonster.Add("Travelling Merchant", 170215); DictSNOMonster.Add("trDun_Cath_Orb", 26316); DictSNOMonster.Add("trDun_Cath_SkeletonTotem", 178365); DictSNOMonster.Add("trDun_Cath_Skeleton_SummoningMachine", 179031); DictSNOMonster.Add("trDun_Cath_WallCollapse_01", 26318); DictSNOMonster.Add("trDun_Cath_WoodDoor_A_Barricaded", 26319); DictSNOMonster.Add("trDun_Cath_WoodDoor_B_Barricaded", 26320); DictSNOMonster.Add("trDun_Crypt_Pillar_Spawner", 26321); DictSNOMonster.Add("trDun_Crypt_Urn_Group_A_01", 26326); DictSNOMonster.Add("trDun_Crypt_Urn_Group_A_02", 26327); DictSNOMonster.Add("trDun_Crypt_Urn_Group_A_03", 1535); DictSNOMonster.Add("trDun_Magic_Painting", 26328); DictSNOMonster.Add("trDun_Magic_Painting_B", 26329); DictSNOMonster.Add("trDun_Magic_Painting_C", 26330); DictSNOMonster.Add("trDun_Magic_Painting_D", 26331); DictSNOMonster.Add("trDun_Wall_Colapse_A", 26332); DictSNOMonster.Add("TreasureGoblin_A", 429795); DictSNOMonster.Add("TreasureGoblin_Anniversary_Event", 434748); DictSNOMonster.Add("TreasureGoblin_B", 429794); DictSNOMonster.Add("TreasureGoblin_C", 429793); DictSNOMonster.Add("TreasureGoblin_D_Splitter", 429792); DictSNOMonster.Add("TreasureGoblin_D_Splitter_02", 429796); DictSNOMonster.Add("TreasureGoblin_D_Splitter_03", 429797); DictSNOMonster.Add("TreasureGoblin_E", 429789); DictSNOMonster.Add("TreasureGoblin_F", 429787); DictSNOMonster.Add("TreasureGoblin_G", 429786); DictSNOMonster.Add("TreasureGoblin_H", 429785); DictSNOMonster.Add("TreasureGoblin_I", 429802); DictSNOMonster.Add("TreasureGoblin_J", 429803); DictSNOMonster.Add("TreasureGoblin_K", 451059); DictSNOMonster.Add("Treasure_Goblin_A_Slave", 326804); DictSNOMonster.Add("Treasure_Goblin_C_Unique_DevilsHand", 343048); DictSNOMonster.Add("Treasure_Goblin_Portal", 54888); DictSNOMonster.Add("Treasure_Goblin_Portal_Proxy", 54889); DictSNOMonster.Add("TristramFemale", 26335); DictSNOMonster.Add("TristramFemale_InnNPC1", 128691); DictSNOMonster.Add("TristramFloatGuard", 26336); DictSNOMonster.Add("TristramGateGuardR", 26337); DictSNOMonster.Add("TristramGateGuardR_Event", 207484); DictSNOMonster.Add("TristramGuard_A", 26339); DictSNOMonster.Add("TristramGuard_A_Ghost", 176130); DictSNOMonster.Add("TristramGuard_A_OneLastEntry", 170246); DictSNOMonster.Add("TristramGuard_A_snatched", 121345); DictSNOMonster.Add("TristramGuard_B", 26340); DictSNOMonster.Add("TristramGuard_C", 26341); DictSNOMonster.Add("TristramGuard_C_NoWander", 129520); DictSNOMonster.Add("TristramMale", 26342); DictSNOMonster.Add("Tristram_Mayor", 141509); DictSNOMonster.Add("Tristram_MilitiaGossip_Eran", 141651); DictSNOMonster.Add("Tristram_MilitiaGossip_Joshua", 141653); DictSNOMonster.Add("trist_Urn_Tall", 26346); DictSNOMonster.Add("TriuneCultist_A", 26348); DictSNOMonster.Add("TriuneCultist_A_Moors_Cultist", 465440); DictSNOMonster.Add("TriuneCultist_A_Templar", 145746); DictSNOMonster.Add("TriuneCultist_A_Unique_01", 218657); DictSNOMonster.Add("TriuneCultist_A_Unique_02", 218677); DictSNOMonster.Add("TriuneCultist_A_Unique_03", 366999); DictSNOMonster.Add("TriuneCultist_A_VendorRescue_Unique", 260225); DictSNOMonster.Add("TriuneCultist_B", 26349); DictSNOMonster.Add("TriuneCultist_B_Unique_01", 366992); DictSNOMonster.Add("TriuneCultist_C", 26350); DictSNOMonster.Add("TriuneCultist_C_Maghda", 356771); DictSNOMonster.Add("TriuneCultist_C_Moors_Cultist", 465436); DictSNOMonster.Add("TriuneCultist_C_Moors_Cultist_Invis", 476095); DictSNOMonster.Add("TriuneCultist_C_Moors_Cultist_MB313", 478335); DictSNOMonster.Add("TriuneCultist_C_TortureLeader", 105961); DictSNOMonster.Add("TriuneCultist_C_Unique_01", 221982); DictSNOMonster.Add("TriuneCultist_C_Unique_02", 222000); DictSNOMonster.Add("TriuneCultist_D", 26351); DictSNOMonster.Add("TriuneCultist_D_NPC", 26352); DictSNOMonster.Add("TriuneCultist_E", 178215); DictSNOMonster.Add("TriuneCultist_Reformed", 315615); DictSNOMonster.Add("TriuneSummoner_A", 26356); DictSNOMonster.Add("TriuneSummoner_A_Unique_01", 218663); DictSNOMonster.Add("TriuneSummoner_A_Unique_02", 218665); DictSNOMonster.Add("TriuneSummoner_A_Unique_SwordofJustice", 131132); DictSNOMonster.Add("TriuneSummoner_B", 26357); DictSNOMonster.Add("TriuneSummoner_B_RabbitHoleEvent", 111581); DictSNOMonster.Add("TriuneSummoner_C", 26359); DictSNOMonster.Add("TriuneSummoner_C_Unique_01", 222002); DictSNOMonster.Add("TriuneSummoner_D", 26360); DictSNOMonster.Add("TriuneVesselActivated_A", 26362); DictSNOMonster.Add("TriuneVesselActivated_A_TMUnique_01", 316415); DictSNOMonster.Add("TriuneVesselActivated_A_Unique_Tower_Of_Power", 189905); DictSNOMonster.Add("TriuneVesselActivated_B", 26363); DictSNOMonster.Add("TriuneVesselActivated_B_CorpseEaterEvent", 147156); DictSNOMonster.Add("TriuneVesselActivated_C", 164146); DictSNOMonster.Add("TriuneVessel_A", 26364); DictSNOMonster.Add("TriuneVessel_A_Maghda", 355297); DictSNOMonster.Add("TriuneVessel_B", 26365); DictSNOMonster.Add("TriuneVessel_C", 164138); DictSNOMonster.Add("TriuneVessel_Event31", 102453); DictSNOMonster.Add("TriuneWizardVulnerable", 26366); DictSNOMonster.Add("Triune_Berserker_A", 26367); DictSNOMonster.Add("Triune_Berserker_A_LeoricsGarden_Champs", 446183); DictSNOMonster.Add("Triune_Berserker_A_Unique_01", 218673); DictSNOMonster.Add("Triune_Berserker_A_Unique_02", 218675); DictSNOMonster.Add("Triune_Berserker_A_Unique_03", 218680); DictSNOMonster.Add("Triune_Berserker_A_Unique_04", 220035); DictSNOMonster.Add("Triune_Berserker_B", 137547); DictSNOMonster.Add("Triune_Berserker_B_G_Unique_01", 229947); DictSNOMonster.Add("Triune_Berserker_B_G_Unique_02", 229951); DictSNOMonster.Add("Triune_Berserker_B_G_Unique_03", 229952); DictSNOMonster.Add("Triune_Berserker_B_RestlessSands_Unique", 260224); DictSNOMonster.Add("Triune_Berserker_B_Unique_01", 221443); DictSNOMonster.Add("Triune_Berserker_C", 164144); DictSNOMonster.Add("Triune_Berserker_C_Unique_01", 222004); DictSNOMonster.Add("Triune_Berserker_C_Unique_AlcarnusBridge", 156512); DictSNOMonster.Add("Triune_Berserker_D", 168556); DictSNOMonster.Add("Triune_Berserker_D_Unique", 220983); DictSNOMonster.Add("Triune_Berserker_MaghdaPet", 178511); DictSNOMonster.Add("Triune_Berserker_MaghdaPet_Fire", 355225); DictSNOMonster.Add("Triune_Berserker_MaghdaPet_Ice", 355158); DictSNOMonster.Add("Triune_Summonable_A", 26368); DictSNOMonster.Add("Triune_Summonable_B", 26369); DictSNOMonster.Add("Triune_Summonable_C", 26370); DictSNOMonster.Add("Triune_Summonable_D", 26371); DictSNOMonster.Add("Triune_Summonable_D_Unique_01", 221811); DictSNOMonster.Add("Triune_Warden", 59407); DictSNOMonster.Add("trOut_Barkeep", 109468); DictSNOMonster.Add("trOut_Highlands_Goatmen_SummoningMachine_A_Node", 179005); DictSNOMonster.Add("TrOut_Raven_Pecking_A", 26372); DictSNOMonster.Add("TrOut_Raven_Perched_A", 26373); DictSNOMonster.Add("Tyrael", 26374); DictSNOMonster.Add("TyraelNoFight", 163544); DictSNOMonster.Add("Tyrael_Fighter", 202185); DictSNOMonster.Add("Tyrael_Heaven", 114625); DictSNOMonster.Add("Uber_Berserker_MaghdaPet", 257947); DictSNOMonster.Add("Uber_Despair", 256716); DictSNOMonster.Add("Uber_Despair_Diablo", 367760); DictSNOMonster.Add("Uber_Gluttony", 255639); DictSNOMonster.Add("Uber_Gluttony_acidSlime", 257948); DictSNOMonster.Add("Uber_Gluttony_Diablo", 364674); DictSNOMonster.Add("Uber_Maghda", 255621); DictSNOMonster.Add("Uber_Maghda_Diablo", 367756); DictSNOMonster.Add("Uber_SiegebreakerDemon", 255624); DictSNOMonster.Add("Uber_SiegebreakerDemon_Diablo", 367759); DictSNOMonster.Add("Uber_SkeletonKingRed", 256109); DictSNOMonster.Add("Uber_SkeletonKingRed_Diablo", 367758); DictSNOMonster.Add("Uber_SoulRipper_Despair", 257949); DictSNOMonster.Add("Uber_TerrorDiablo", 364581); DictSNOMonster.Add("Uber_ZoltunKulle", 255635); DictSNOMonster.Add("Uber_ZoltunKulle_Diablo", 364766); DictSNOMonster.Add("Unburied_A", 26375); DictSNOMonster.Add("Unburied_A_TMUnique_01", 225115); DictSNOMonster.Add("Unburied_A_Unique", 82670); DictSNOMonster.Add("Unburied_A_Unique_01", 218357); DictSNOMonster.Add("Unburied_A_Unique_LeoricBoss", 82562); DictSNOMonster.Add("Unburied_B", 26376); DictSNOMonster.Add("Unburied_C", 92342); DictSNOMonster.Add("Unburied_C_Unique_01", 365907); DictSNOMonster.Add("Unburied_D", 197114); DictSNOMonster.Add("Unburied_Minaca", 396754); DictSNOMonster.Add("Unique_CaptainDaltyn", 147978); DictSNOMonster.Add("Unique_CaptainDaltyn_AdventureMode", 361351); DictSNOMonster.Add("Unique_WretchedQueen", 176890); DictSNOMonster.Add("Villager", 26378); DictSNOMonster.Add("vizjereiFemale", 113708); DictSNOMonster.Add("vizjereiFemale_A", 152653); DictSNOMonster.Add("vizjereiFemale_Wealthy_Gates", 210088); DictSNOMonster.Add("vizjereiMale_A", 103934); DictSNOMonster.Add("vizjereiMale_A_CathAdventures", 162546); DictSNOMonster.Add("vizjereiMale_A_CathAdventures_NPC", 217451); DictSNOMonster.Add("Voiceover_Act1_Tinker", 128912); DictSNOMonster.Add("Voiceover_FreedPrisoner", 111457); DictSNOMonster.Add("Voiceover_JailWarden", 103329); DictSNOMonster.Add("WardrobeTest", 431096); DictSNOMonster.Add("Warriv", 167956); DictSNOMonster.Add("WD_fetish_A", 107312); DictSNOMonster.Add("WD_fetish_D", 107753); DictSNOMonster.Add("WD_Gargantuan", 122315); DictSNOMonster.Add("WD_massConfusion_inkyBro", 187844); DictSNOMonster.Add("WD_plagueOfToads_huge_toad", 107898); DictSNOMonster.Add("WD_wallOfZombiesRune_spawn", 146539); DictSNOMonster.Add("WD_wallOfZombies_emitter_taunt", 354715); DictSNOMonster.Add("WD_ZombieDog", 26383); DictSNOMonster.Add("witchdoctor_bigbadvoodoo_fetish", 118424); DictSNOMonster.Add("witchDoctor_CorpseSpider_crimsonRune", 107057); DictSNOMonster.Add("witchDoctor_CorpseSpider_indigoRune", 107059); DictSNOMonster.Add("witchDoctor_CorpseSpider_obsidianRune", 107068); DictSNOMonster.Add("WitchDoctor_Male_Fireball_turret", 230620); DictSNOMonster.Add("WitchDoctor_MirrorImage_Female", 251615); DictSNOMonster.Add("WitchDoctor_MirrorImage_Male", 251616); DictSNOMonster.Add("Witchdoctor_PitOfFire_fetish", 121260); DictSNOMonster.Add("Witchdoctor_SpiritBarrage_RuneC", 181305); DictSNOMonster.Add("witchDoctor_spiritWalk_Dummy", 106591); DictSNOMonster.Add("WitherMoth_A", 26385); DictSNOMonster.Add("WitherMoth_A_Hidden", 99512); DictSNOMonster.Add("Wizard_ArcaneTorrent_RuneC", 166132); DictSNOMonster.Add("Wizard_HydraHead_Acid", 77055); DictSNOMonster.Add("Wizard_HydraHead_Arcane", 77053); DictSNOMonster.Add("Wizard_HydraHead_Big", 84027); DictSNOMonster.Add("Wizard_HydraHead_Default", 77072); DictSNOMonster.Add("Wizard_HydraHead_Frost", 83035); DictSNOMonster.Add("Wizard_HydraHead_Lightning", 77054); DictSNOMonster.Add("Wizard_MirrorImage_Female", 98011); DictSNOMonster.Add("Wizard_MirrorImage_Male", 107915); DictSNOMonster.Add("Wizard_Tornado", 26387); DictSNOMonster.Add("WMChild_Male_B", 361427); DictSNOMonster.Add("WoodWraith_A", 26389); DictSNOMonster.Add("WoodWraith_A_HighlandsVer", 180761); DictSNOMonster.Add("WoodWraith_Static_pose_01_A", 26391); DictSNOMonster.Add("WoodWraith_Static_pose_01_B", 26392); DictSNOMonster.Add("WoodWraith_Static_pose_02_A", 26394); DictSNOMonster.Add("WoodWraith_Static_pose_02_B", 26395); DictSNOMonster.Add("WoodWraith_Static_pose_03_A", 26397); DictSNOMonster.Add("WoodWraith_Static_pose_03_B", 26398); DictSNOMonster.Add("WoodWraith_Unique_A", 26400); DictSNOMonster.Add("X1_A5_UniqueVendor_Collector", 309899); DictSNOMonster.Add("X1_A5_UniqueVendor_Fence", 309895); DictSNOMonster.Add("X1_A5_UniqueVendor_InnKeeper", 309720); DictSNOMonster.Add("X1_A5_UniqueVendor_Miner", 309892); DictSNOMonster.Add("X1_A5_UniqueVendor_WarehouseMiner", 337418); DictSNOMonster.Add("X1_A5_WestmHub_Healer", 309882); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner", 353842); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_Event", 359957); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_Event_Phase1", 375455); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_Event_Phase2", 375459); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_Event_Phase3", 375502); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise", 354851); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise_Event", 360001); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise_Event_Phase1", 377628); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise_Event_Phase2", 377633); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise_Event_Phase3", 377637); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_fireBeam_counterClockwise", 354879); DictSNOMonster.Add("x1_Abattoir_furnaceSpinner_fireBeam_counterClockwise_Event", 360005); DictSNOMonster.Add("x1_Abattoir_furnaceWall", 355366); DictSNOMonster.Add("x1_abattoir_furnace_01", 324818); DictSNOMonster.Add("x1_Adria", 279256); DictSNOMonster.Add("x1_Adria_Boss", 279395); DictSNOMonster.Add("x1_Adria_CauldronSpawner_Temp", 330773); DictSNOMonster.Add("x1_AdventureMode_LorathNahr", 359844); DictSNOMonster.Add("X1_Angel_Common_Event_GreatWeapon", 354408); DictSNOMonster.Add("X1_Angel_TrooperBoss_Event_ForgottenWar", 300867); DictSNOMonster.Add("X1_Angel_Trooper_Event_ForgottenWar", 300865); DictSNOMonster.Add("X1_Angel_Trooper_Unique_HexMaze", 307330); DictSNOMonster.Add("X1_armorScavenger_A", 271616); DictSNOMonster.Add("X1_armorScavenger_AsteroidRain", 341761); DictSNOMonster.Add("X1_armorScavenger_A_StartUnarmored", 369080); DictSNOMonster.Add("X1_armorScavenger_A_Unique_HexMaze", 307334); DictSNOMonster.Add("X1_armorScavenger_Unique_A", 362893); DictSNOMonster.Add("X1_armorScavenger_Unique_B", 362896); DictSNOMonster.Add("X1_armorScavenger_Unique_C", 373893); DictSNOMonster.Add("X1_armorScavenger_Unique_Event_Worldstone", 334643); DictSNOMonster.Add("x1_Beast_Skeleton_A", 294128); DictSNOMonster.Add("x1_Beast_Skeleton_Unique_A", 368176); DictSNOMonster.Add("X1_BigRed_B", 292339); DictSNOMonster.Add("X1_BigRed_Burned_A", 326660); DictSNOMonster.Add("X1_BigRed_Burned_A_unique", 365760); DictSNOMonster.Add("X1_BigRed_Burned_RamGuard", 338682); DictSNOMonster.Add("X1_BigRed_Cata_Demon_Event", 365957); DictSNOMonster.Add("X1_BigRed_Event_A", 300706); DictSNOMonster.Add("X1_BigRed_Event_ForgottenWar", 300863); DictSNOMonster.Add("X1_BigRed_Event_GreatWeapon", 354529); DictSNOMonster.Add("X1_BigRed_Event_ImperiusCharge", 299242); DictSNOMonster.Add("X1_BigRed_Event_Jeweler", 352214); DictSNOMonster.Add("X1_BigRed_Event_Prison", 325780); DictSNOMonster.Add("X1_BigRed_TimeTrapped_A", 346464); DictSNOMonster.Add("X1_BigRed_TimeTrapped_Chokepoint", 349378); DictSNOMonster.Add("X1_BigRed_Unique_HexMaze", 307336); DictSNOMonster.Add("x1_BileCrawler_Skeletal_A", 225597); DictSNOMonster.Add("x1_Bloodhawk_A", 273793); DictSNOMonster.Add("X1_Bloodhawk_Event_BallistaBoss", 353158); DictSNOMonster.Add("x1_BogBlight_A", 234499); DictSNOMonster.Add("x1_BogBlight_A_Console", 401761); DictSNOMonster.Add("x1_BogBlight_A_Unique_MaggotCrew", 341601); DictSNOMonster.Add("x1_BogBlight_MaggotDinnerParty_Unique", 351255); DictSNOMonster.Add("x1_bogBlight_Maggot_A", 338754); DictSNOMonster.Add("x1_bogBlight_Maggot_A_Challenge", 344018); DictSNOMonster.Add("x1_bogBlight_Maggot_A_Event_MaggotCrew", 341188); DictSNOMonster.Add("x1_bogBlight_Maggot_A_unique_deathGrub", 341293); DictSNOMonster.Add("x1_bogBlight_Maggot_A_unique_MaggotLoad", 356780); DictSNOMonster.Add("x1_bogBlight_Maggot_DinnerPartyMom", 351254); DictSNOMonster.Add("x1_BogBlight_MME_Unique_A", 350755); DictSNOMonster.Add("x1_BogBlight_Unique_A", 370770); DictSNOMonster.Add("x1_BogFamily_brute_A", 238536); DictSNOMonster.Add("x1_BogFamily_brute_A_eventAngryBats", 363640); DictSNOMonster.Add("x1_BogFamily_brute_A_MaggotCrew", 361666); DictSNOMonster.Add("x1_BogFamily_brute_BogMonsterEvent_Unique", 356382); DictSNOMonster.Add("x1_BogFamily_brute_KingOfTheHill", 288657); DictSNOMonster.Add("x1_BogFamily_Brute_Unique_A", 336419); DictSNOMonster.Add("x1_BogFamily_Brute_Unique_B", 361772); DictSNOMonster.Add("x1_BogFamily_brute_unique_familyEvent_A", 340327); DictSNOMonster.Add("x1_BogFamily_melee_A", 237371); DictSNOMonster.Add("x1_BogFamily_melee_A_Unique_DH", 351180); DictSNOMonster.Add("x1_BogFamily_melee_A_unique_key", 350569); DictSNOMonster.Add("x1_BogFamily_ranged_A", 239505); DictSNOMonster.Add("x1_BogFamily_ranged_A_unique_hunter", 341106); DictSNOMonster.Add("x1_BogFamily_ranged_A_unique_hunter_B", 361953); DictSNOMonster.Add("x1_BogFamily_ranged_tower_A", 339991); DictSNOMonster.Add("x1_BogFamily_ranged_Unique_A", 361977); DictSNOMonster.Add("x1_BogFamily_ranged_Unique_B", 361979); DictSNOMonster.Add("X1_Bog_Bear_Trap", 290253); DictSNOMonster.Add("X1_Bog_bloodSpring_large", 335792); DictSNOMonster.Add("X1_Bog_bloodSpring_medium", 335786); DictSNOMonster.Add("X1_Bog_bloodSpring_small", 335746); DictSNOMonster.Add("X1_Bog_CatacombCellar_NephalemMiser", 318091); DictSNOMonster.Add("x1_Bog_CoreEliteDemon_B_NoPod_Quest", 279370); DictSNOMonster.Add("X1_Bog_Family_Guard_Tower", 288916); DictSNOMonster.Add("x1_Bog_Ghoul_LastAncientMinion", 246863); DictSNOMonster.Add("X1_Bog_Hillbilly", 290450); DictSNOMonster.Add("X1_Bog_Hillbilly_Evil", 290454); DictSNOMonster.Add("x1_Bog_LastAncient", 246598); DictSNOMonster.Add("x1_Bog_Rakkis", 287812); DictSNOMonster.Add("X1_BountyGrounds_Burrowers_Mom", 447834); DictSNOMonster.Add("X1_BountyGrounds_Burrowers_Mom_A5", 450235); DictSNOMonster.Add("x1_Catacombs_Jeweler", 362479); DictSNOMonster.Add("x1_Catacombs_Liria", 352230); DictSNOMonster.Add("X1_Catacombs_Scarab_Spawn", 353371); DictSNOMonster.Add("x1_Catacomb_Neph_Ally_Male", 349100); DictSNOMonster.Add("X1_CaveRipper_A", 336557); DictSNOMonster.Add("x1_Cesspool_Slime_minion", 301929); DictSNOMonster.Add("x1_Cesspool_Slime_minion_LR_Boss", 366282); DictSNOMonster.Add("X1_Challenge_Nephalem", 327997); DictSNOMonster.Add("x1_Child_Kyla", 315369); DictSNOMonster.Add("X1_CoreEliteDemon_Burned_A", 326659); DictSNOMonster.Add("X1_CoreEliteDemon_Burned_A_DropPod", 340241); DictSNOMonster.Add("X1_CoreEliteDemon_C", 292337); DictSNOMonster.Add("X1_CoreEliteDemon_Event_ForgottenWar", 318429); DictSNOMonster.Add("x1_CoreEliteDemon_fancyTest_red", 300894); DictSNOMonster.Add("X1_CoreEliteDemon_Fire_A", 334436); DictSNOMonster.Add("X1_CowKing_Minion", 359764); DictSNOMonster.Add("X1_CrazedAngel_A", 326658); DictSNOMonster.Add("X1_CrazedAngel_Ranged_A", 327506); DictSNOMonster.Add("X1_Crusader_FistOfHeavens_TeslaCoil_StormCloud", 342971); DictSNOMonster.Add("x1_Crusader_GodRay_Proxy_Wander", 316081); DictSNOMonster.Add("x1_Crusader_Phalanx", 348712); DictSNOMonster.Add("x1_Crusader_PhalanxArcher", 369796); DictSNOMonster.Add("x1_Dark_Angel", 297707); DictSNOMonster.Add("x1_Dark_Angel_Jebb", 396968); DictSNOMonster.Add("x1_Dark_Angel_Unique_A", 361298); DictSNOMonster.Add("x1_Dark_Angel_Unique_B", 361314); DictSNOMonster.Add("x1_DeathMaiden_A", 273413); DictSNOMonster.Add("x1_DeathMaiden_A_DeathMaiden", 361476); DictSNOMonster.Add("x1_DeathMaiden_Pand_A", 327972); DictSNOMonster.Add("x1_DeathMaiden_Pand_A_FortressUnique", 360246); DictSNOMonster.Add("x1_DeathMaiden_Unique_A", 273414); DictSNOMonster.Add("x1_DeathMaiden_Unique_A_DH", 351184); DictSNOMonster.Add("x1_DeathMaiden_Unique_A_Heaven", 348772); DictSNOMonster.Add("x1_DeathMaiden_Unique_A_Heaven_VO", 361131); DictSNOMonster.Add("x1_DeathMaiden_Unique_B", 273415); DictSNOMonster.Add("x1_DeathMaiden_Unique_C", 274323); DictSNOMonster.Add("x1_DeathMaiden_Unique_D", 369425); DictSNOMonster.Add("x1_DeathMaiden_Unique_DeathOrb_B", 319398); DictSNOMonster.Add("x1_DeathMaiden_Unique_DeathOrb_C", 336384); DictSNOMonster.Add("x1_DeathMaiden_Unique_Fire_A", 355668); DictSNOMonster.Add("x1_DeathMaiden_Unique_Fire_AbattoirFurnace", 375400); DictSNOMonster.Add("x1_DeathMaiden_Unique_Fire_B", 355677); DictSNOMonster.Add("x1_DeathMaiden_Unique_Fire_C", 355681); DictSNOMonster.Add("x1_DeathMaiden_UrzaelFight", 292466); DictSNOMonster.Add("x1_Death_Orb_Little_Event_Worldstone", 334467); DictSNOMonster.Add("x1_Death_Orb_Master_Monster", 375112); DictSNOMonster.Add("x1_Death_Orb_Monster", 375107); DictSNOMonster.Add("x1_demonFlyerMega_A", 278231); DictSNOMonster.Add("x1_demonFlyer_A_bomber", 278241); DictSNOMonster.Add("x1_demonMelee_A", 280083); DictSNOMonster.Add("x1_demonMelee_Catacombs_Mutant_Event_Unique", 365851); DictSNOMonster.Add("X1_demonTrooper_Burned_A", 327404); DictSNOMonster.Add("X1_demonTrooper_C", 374221); DictSNOMonster.Add("X1_demonTrooper_Demon_Event_Unique", 365051); DictSNOMonster.Add("X1_demonTrooper_Event_A", 300719); DictSNOMonster.Add("X1_demonTrooper_Event_ForgottenWar", 318439); DictSNOMonster.Add("X1_demonTrooper_Event_GreatWeapon", 354532); DictSNOMonster.Add("X1_demonTrooper_MouseTrap_Event_Unique", 365102); DictSNOMonster.Add("X1_DevilsHandNPC", 330751); DictSNOMonster.Add("x1_devilshand_unique_Rockworm_A3", 340453); DictSNOMonster.Add("x1_devilshand_unique_SkeletonSummoner_B", 332435); DictSNOMonster.Add("x1_devilshand_unique_TriuneSummoner_C", 332436); DictSNOMonster.Add("x1_DoomedWoman", 280045); DictSNOMonster.Add("x1_electricEel_B", 315923); DictSNOMonster.Add("X1_Event_WestM_HauntedManor_GhostLord", 286041); DictSNOMonster.Add("X1_FallenChampion_LostLegion", 363786); DictSNOMonster.Add("X1_FallenChampion_LostLegion_Boss1", 363790); DictSNOMonster.Add("X1_FallenChampion_LostLegion_Boss2", 363792); DictSNOMonster.Add("X1_FallenGrunt_LostLegion", 363782); DictSNOMonster.Add("x1_FallenShaman_A", 278171); DictSNOMonster.Add("X1_FallenShaman_LostLegion", 363784); DictSNOMonster.Add("X1_FallenShaman_LostLegion_Boss3", 363793); DictSNOMonster.Add("x1_FallenShaman_SandRockIdeation", 301241); DictSNOMonster.Add("x1_fastMummy_CircleOfDeath_BodyPile", 309471); DictSNOMonster.Add("X1_Fast_ZombieCrawler_A", 334797); DictSNOMonster.Add("X1_Fast_ZombieFemale_A", 334802); DictSNOMonster.Add("X1_Fast_ZombieSkinny_A", 334799); DictSNOMonster.Add("X1_Fast_ZombieSkinny_Unique_A", 336802); DictSNOMonster.Add("X1_Fast_ZombieSkinny_Unique_B", 361420); DictSNOMonster.Add("X1_Fast_Zombie_A", 334795); DictSNOMonster.Add("X1_Fast_Zombie_A_GraveRobertUnique", 353241); DictSNOMonster.Add("X1_Fast_Zombie_Unique_A", 373820); DictSNOMonster.Add("x1_FloaterAngel", 272331); DictSNOMonster.Add("x1_FloaterAngel_A_ZombieSorcerer_Unique", 357051); DictSNOMonster.Add("x1_FloaterAngel_Malthael", 354377); DictSNOMonster.Add("x1_FloaterAngel_Unique_03", 307100); DictSNOMonster.Add("x1_FloaterAngel_Unique_04", 309463); DictSNOMonster.Add("x1_FloaterAngel_Unique_05", 360850); DictSNOMonster.Add("x1_FloaterAngel_Unique_06", 369436); DictSNOMonster.Add("x1_FortressBrute_Unique_A", 363380); DictSNOMonster.Add("x1_FortressBrute_Unique_B", 363422); DictSNOMonster.Add("x1_Fortress_Angel_Trooper_A", 345572); DictSNOMonster.Add("x1_Fortress_Event_Worldstone_Halbu", 334628); DictSNOMonster.Add("x1_Fortress_Event_Worldstone_Jamella", 334626); DictSNOMonster.Add("X1_Fortress_JudgeEvent_BigRed", 334464); DictSNOMonster.Add("X1_Fortress_JudgeEvent_leaperAngel", 334276); DictSNOMonster.Add("X1_Fortress_JudgeEvent_MastaBlasta_Rider", 334462); DictSNOMonster.Add("X1_Fortress_JudgeEvent_shadowVermin", 334292); DictSNOMonster.Add("X1_Fortress_JudgeEvent_SniperAngel_judge", 334277); DictSNOMonster.Add("X1_Fortress_JudgeEvent_ThousandPounder", 334460); DictSNOMonster.Add("X1_Fortress_JudgeEvent_Wraith", 334278); DictSNOMonster.Add("X1_Fortress_NephalemSpirit", 354347); DictSNOMonster.Add("x1_Fortress_Rotating_Door", 330638); DictSNOMonster.Add("X1_fortress_SpiritBarb", 308754); DictSNOMonster.Add("x1_fortress_SpiritCrusaderF", 319509); DictSNOMonster.Add("x1_fortress_SpiritCrusaderM", 314803); DictSNOMonster.Add("x1_fortress_SpiritDemonHunter", 314805); DictSNOMonster.Add("x1_fortress_SpiritMonk", 314811); DictSNOMonster.Add("x1_fortress_SpiritWitchDoctor", 314818); DictSNOMonster.Add("x1_fortress_SpiritWizard", 314793); DictSNOMonster.Add("x1_GhostGuard", 289389); DictSNOMonster.Add("x1_GhostGuard_01_A", 276476); DictSNOMonster.Add("x1_GhostGuard_02_A", 276499); DictSNOMonster.Add("X1_GhostLord_LordOfFools", 289393); DictSNOMonster.Add("X1_GhostLord_LordOfFools_noncombat", 365076); DictSNOMonster.Add("x1_Ghost_A", 276494); DictSNOMonster.Add("x1_Ghost_B", 362737); DictSNOMonster.Add("x1_Ghost_Dark_A", 309113); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_01", 381410); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_02", 381489); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_03", 381488); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_04", 381487); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_05", 381486); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_06", 381485); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_07", 381484); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_08", 381483); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_09", 381482); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_10", 382237); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_11", 381481); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_12", 381480); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_13", 381479); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_14", 381478); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_15", 381477); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_16", 381476); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_17", 381475); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_18", 381474); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_19", 381473); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_20", 381472); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_21", 381509); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_22", 381507); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_23", 381508); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_24", 381506); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_25", 381505); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_26", 381504); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_27", 381503); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_28", 381502); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_29", 381501); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_30", 381500); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_31", 381499); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_32", 381498); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_33", 381497); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_34", 381496); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_35", 381495); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_36", 381494); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_37", 381493); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_38", 381492); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_39", 381491); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_40", 381490); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_41", 381532); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_42", 381531); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_43", 381530); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_44", 381529); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_45", 381528); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_46", 381527); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_47", 381526); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_48", 381525); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_49", 381524); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_50", 381523); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_51", 381522); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_52", 381521); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_53", 381520); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_54", 381519); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_55", 381518); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_56", 381517); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_57", 381516); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_58", 381515); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_59", 381514); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_60", 381513); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_61", 381512); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_62", 381511); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_63", 381510); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_64", 437669); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_65", 437670); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_66", 437673); DictSNOMonster.Add("x1_Ghost_Dark_A_QATMU_67", 437675); DictSNOMonster.Add("X1_Ghost_Dark_IntroOverlook", 319444); DictSNOMonster.Add("x1_Ghost_Dark_Unique_A", 360834); DictSNOMonster.Add("x1_Ghost_Dark_Unique_B", 360843); DictSNOMonster.Add("x1_Ghost_Dark_Unique_C", 360870); DictSNOMonster.Add("x1_Ghost_Dark_Unique_D", 369434); DictSNOMonster.Add("x1_Ghoul_A_Challenge", 294665); DictSNOMonster.Add("X1_graveDiggerGhost", 289390); DictSNOMonster.Add("X1_graveRobberGhost", 289391); DictSNOMonster.Add("X1_graveRobber_A", 370598); DictSNOMonster.Add("x1_graveRobber_A_NigelsBrother", 366056); DictSNOMonster.Add("X1_graveRobber_A_ScoundrelEvent", 340735); DictSNOMonster.Add("X1_graveRobber_A_ScoundrelEvent_Unique01", 430882); DictSNOMonster.Add("X1_graveRobber_B", 370599); DictSNOMonster.Add("X1_graveRobber_B_ScoundrelEvent", 340737); DictSNOMonster.Add("X1_graveRobber_B_ScoundrelEvent_Unique03", 430884); DictSNOMonster.Add("X1_graveRobber_C", 370600); DictSNOMonster.Add("X1_graveRobber_C_ScoundrelEvent", 340739); DictSNOMonster.Add("X1_graveRobber_C_ScoundrelEvent_Unique02", 430883); DictSNOMonster.Add("X1_graveRobber_D", 370712); DictSNOMonster.Add("X1_gravespirit_A", 367865); DictSNOMonster.Add("x1_Graveyard_GraveRobert", 351622); DictSNOMonster.Add("x1_Heaven_Angel_Trooper_A_TyraelPurpose", 361356); DictSNOMonster.Add("x1_Heaven_Soul_Summoner", 361481); DictSNOMonster.Add("x1_HoodedNightmare_A", 276509); DictSNOMonster.Add("x1_Humbert", 352791); DictSNOMonster.Add("x1_Imperius", 275410); DictSNOMonster.Add("X1_Inarius_Lore", 306934); DictSNOMonster.Add("X1_ItemPassive_Cow", 341935); DictSNOMonster.Add("X1_Lamprey_E", 314821); DictSNOMonster.Add("x1_leaperAngel_A_Unique_LeaperOfSouls", 356814); DictSNOMonster.Add("x1_leaperAngel_Unique_A", 363229); DictSNOMonster.Add("x1_leaperAngel_Unique_B", 363231); DictSNOMonster.Add("x1_Legendary_Diablo_shadowClone_Barbarian", 366198); DictSNOMonster.Add("x1_Legendary_Diablo_shadowClone_Crusader", 366199); DictSNOMonster.Add("x1_Legendary_Diablo_shadowClone_DemonHunter", 366200); DictSNOMonster.Add("x1_Legendary_Diablo_shadowClone_Monk", 366201); DictSNOMonster.Add("x1_Legendary_Diablo_shadowClone_Necromancer", 465153); DictSNOMonster.Add("x1_Legendary_Diablo_shadowClone_WitchDoctor", 366202); DictSNOMonster.Add("x1_Legendary_Diablo_shadowClone_Wizard", 366203); DictSNOMonster.Add("X1_Legendary_WD_Spider_Queen", 439876); DictSNOMonster.Add("x1_LeoricDeserter_Melee", 369095); DictSNOMonster.Add("x1_LeoricDeserter_Ranged", 369105); DictSNOMonster.Add("X1_Lilith_Lore", 314487); DictSNOMonster.Add("X1_LostAngel", 285781); DictSNOMonster.Add("X1_LR_Boss_Angel_Corrupt_A", 358491); DictSNOMonster.Add("X1_LR_Boss_BigRed_Izual", 354146); DictSNOMonster.Add("x1_LR_Boss_Butcher", 357918); DictSNOMonster.Add("X1_LR_Boss_creepMob_A", 358615); DictSNOMonster.Add("X1_LR_Boss_Dark_Angel", 354053); DictSNOMonster.Add("X1_LR_Boss_DeathMaiden", 346566); DictSNOMonster.Add("X1_LR_Boss_demonFlyerMega", 354656); DictSNOMonster.Add("x1_LR_Boss_Despair", 343760); DictSNOMonster.Add("x1_LR_Boss_Gluttony", 343754); DictSNOMonster.Add("x1_LR_Boss_MalletDemon", 343768); DictSNOMonster.Add("X1_LR_Boss_Minion_electricEel_B", 360330); DictSNOMonster.Add("X1_LR_Boss_Minion_shadowVermin_A", 360767); DictSNOMonster.Add("X1_LR_Boss_Minion_Swarm_A", 360328); DictSNOMonster.Add("X1_LR_Boss_Minion_TerrorDemon_Clone_C", 360795); DictSNOMonster.Add("X1_LR_Boss_MistressOfPain", 358430); DictSNOMonster.Add("X1_LR_Boss_morluSpellcaster_Fire", 345005); DictSNOMonster.Add("X1_LR_Boss_morluSpellcaster_Ice", 344120); DictSNOMonster.Add("X1_LR_Boss_RatKing_A", 426944); DictSNOMonster.Add("X1_LR_Boss_SandMonster", 344391); DictSNOMonster.Add("X1_LR_Boss_Secret_Cow", 353519); DictSNOMonster.Add("X1_LR_Boss_Shepherd", 472770); DictSNOMonster.Add("x1_LR_Boss_SkeletonKing", 343744); DictSNOMonster.Add("X1_LR_Boss_SkeletonSummoner_C", 359095); DictSNOMonster.Add("X1_LR_Boss_Snakeman_Melee_Belial", 360298); DictSNOMonster.Add("X1_LR_Boss_sniperAngel", 353826); DictSNOMonster.Add("X1_LR_Boss_Squigglet", 353536); DictSNOMonster.Add("X1_LR_Boss_Succubus_A", 359689); DictSNOMonster.Add("X1_LR_Boss_TerrorDemon_A", 360637); DictSNOMonster.Add("X1_LR_Boss_TerrorDemon_A_BreathMinion", 429007); DictSNOMonster.Add("X1_LR_Boss_westmarchBrute", 353876); DictSNOMonster.Add("X1_LR_Boss_ZoltunKulle", 358210); DictSNOMonster.Add("x1_LR_demonFlyer_A", 418908); DictSNOMonster.Add("X1_LR_Nephalem", 363745); DictSNOMonster.Add("X1_LR_TieredRift_Nephalem", 396541); DictSNOMonster.Add("x1_LR_WestmarchBat_A", 367909); DictSNOMonster.Add("X1_MalletDemon_Event_AncientJail", 358105); DictSNOMonster.Add("x1_Malthael", 256249); DictSNOMonster.Add("x1_Malthael_Baal_FesteringAppendage", 330035); DictSNOMonster.Add("x1_Malthael_Boss", 297726); DictSNOMonster.Add("x1_Malthael_Boss_Loot", 388987); DictSNOMonster.Add("x1_Malthael_DeathFogMonster", 325138); DictSNOMonster.Add("x1_Malthael_Spirit", 347294); DictSNOMonster.Add("x1_MastaBlasta_Rider_A", 266911); DictSNOMonster.Add("X1_MastaBlasta_Rider_A_Unique_HexMaze", 307332); DictSNOMonster.Add("X1_MastaBlasta_Rider_Boss_Event_ChronoTrigger", 347364); DictSNOMonster.Add("X1_MastaBlasta_Rider_Event_GreatWeapon", 352999); DictSNOMonster.Add("X1_MastaBlasta_Rider_Event_GreatWeapon_Minion", 365644); DictSNOMonster.Add("x1_MastaBlasta_Rider_Tower_A", 365324); DictSNOMonster.Add("x1_MoleMutant_Garden_Unique_A", 354553); DictSNOMonster.Add("x1_MoleMutant_Garden_Unique_B", 354554); DictSNOMonster.Add("x1_MoleMutant_Garden_Unique_C", 354555); DictSNOMonster.Add("x1_MoleMutant_Garden_Unique_D", 354556); DictSNOMonster.Add("x1_MoleMutant_Garden_Unique_E", 354583); DictSNOMonster.Add("x1_MoleMutant_Melee_A", 346589); DictSNOMonster.Add("x1_MoleMutant_Melee_Unique_A", 362300); DictSNOMonster.Add("x1_MoleMutant_Melee_Unique_B", 362304); DictSNOMonster.Add("x1_MoleMutant_Melee_Unique_C", 373843); DictSNOMonster.Add("x1_MoleMutant_Ranged_A", 349039); DictSNOMonster.Add("x1_MoleMutant_Ranged_Unique_A", 362306); DictSNOMonster.Add("x1_MoleMutant_Ranged_Unique_B", 362311); DictSNOMonster.Add("x1_MoleMutant_Ranged_Unique_C", 373880); DictSNOMonster.Add("x1_MoleMutant_Shaman_A", 346592); DictSNOMonster.Add("x1_MoleMutant_Shaman_Unique_A", 362308); DictSNOMonster.Add("x1_MoleMutant_Shaman_Unique_B", 362312); DictSNOMonster.Add("x1_MoleMutant_Shaman_Unique_C", 373882); DictSNOMonster.Add("x1_MonsterAffix_Avenger_LightningStorm_Proxy_Wander", 384632); DictSNOMonster.Add("X1_MonsterAffix_corpseBomber_bomb", 328073); DictSNOMonster.Add("x1_MonsterAffix_LightningStorm_Proxy_Wander", 328309); DictSNOMonster.Add("X1_MonsterAffix_TeleportMines", 337110); DictSNOMonster.Add("x1_Monstrosity_ScorpionBug_A", 294766); DictSNOMonster.Add("x1_Monstrosity_ScorpionBug_A_CryptCursedShrine", 446171); DictSNOMonster.Add("x1_Monstrosity_ScorpionBug_A_event_unique", 339755); DictSNOMonster.Add("x1_Monstrosity_ScorpionBug_A_GardenEvent1", 342356); DictSNOMonster.Add("x1_Monstrosity_ScorpionBug_A_ScorpionHole", 366257); DictSNOMonster.Add("x1_Monstrosity_ScorpionBug_B", 294767); DictSNOMonster.Add("x1_Monstrosity_ScorpionBug_Unique_A", 373850); DictSNOMonster.Add("x1_Monstrosity_ScorpionBug_Unique_B", 374740); DictSNOMonster.Add("X1_morluSpellcaster_POF_Boss", 252191); DictSNOMonster.Add("X1_NegativeHealthGlobe", 333207); DictSNOMonster.Add("x1_NightScreamer_A", 272415); DictSNOMonster.Add("x1_NightScreamer_Unique_A", 361758); DictSNOMonster.Add("x1_NightScreamer_Unique_B", 361992); DictSNOMonster.Add("x1_NPC_LorathNahr", 284531); DictSNOMonster.Add("x1_NPC_Westmarch_Aldritch", 336712); DictSNOMonster.Add("x1_NPC_Westmarch_Gorrel", 336636); DictSNOMonster.Add("x1_NPC_Westmarch_Gorrel_NonUnique", 357019); DictSNOMonster.Add("x1_NPC_Westmarch_IntroGuy", 308379); DictSNOMonster.Add("x1_NPC_Westmarch_KingJustinian", 343821); DictSNOMonster.Add("x1_NPC_Westmarch_Male_B_Fighter", 336382); DictSNOMonster.Add("x1_NPC_Westmarch_Peasant_Male_B", 363329); DictSNOMonster.Add("x1_NPC_Zombiecellar_Male_A", 283062); DictSNOMonster.Add("X1_PandExt_Event_Hive_Blocker", 368740); DictSNOMonster.Add("X1_PandExt_Ideation_Bacon_ScoutMaster", 301064); DictSNOMonster.Add("x1_PandExt_RockFodder_Charger", 271811); DictSNOMonster.Add("x1_PandExt_RockFodder_Ranged", 271807); DictSNOMonster.Add("X1_PandExt_TimeTrap", 346591); DictSNOMonster.Add("X1_PandInt_SplitMonster", 276299); DictSNOMonster.Add("X1_PandInt_SplitMonster_baby", 276320); DictSNOMonster.Add("x1_Pand_BatteringRam_Hook", 303104); DictSNOMonster.Add("x1_Pand_BatteringRam_Hook_B_low_MB313", 478536); DictSNOMonster.Add("x1_Pand_Ext_Ideation_FallenAngelVoltron", 300703); DictSNOMonster.Add("X1_Pand_Ext_Ordnance_Mine", 369495); DictSNOMonster.Add("X1_Pand_Ext_Ordnance_Tower_Shock_A", 326654); DictSNOMonster.Add("x1_Pand_Fortress_Ordnance_ChronoField", 321856); DictSNOMonster.Add("X1_Pand_HexMaze_EN_CoreEliteDemon_B", 309824); DictSNOMonster.Add("X1_Pand_HexMaze_EN_EirenaVO", 309497); DictSNOMonster.Add("X1_Pand_HexMaze_EN_Prophet", 310846); DictSNOMonster.Add("X1_Pand_HexMaze_EN_Sister1", 302613); DictSNOMonster.Add("X1_Pand_HexMaze_EN_Sister2", 302614); DictSNOMonster.Add("X1_Pand_HexMaze_EN_Sister3", 302617); DictSNOMonster.Add("X1_Pand_HexMaze_EN_SisterLysa", 310765); DictSNOMonster.Add("X1_Pand_HexMaze_EN_Succubus_A", 309829); DictSNOMonster.Add("X1_Pand_HexMaze_EN_Succubus_Lysa", 310785); DictSNOMonster.Add("X1_Pand_HexMaze_PortalChampSummon", 347224); DictSNOMonster.Add("x1_Pand_LeaperAngel", 274231); DictSNOMonster.Add("x1_Pand_LeaperAngel_CursedChest", 369540); DictSNOMonster.Add("x1_Pand_LeaperAngel_FortressUnique", 360247); DictSNOMonster.Add("x1_Pand_MosquitoBat_Ideation", 300747); DictSNOMonster.Add("X1_Plagued_LacuniMale_A", 349602); DictSNOMonster.Add("X1_Plagued_LacuniMale_Event_RatAlley", 367493); DictSNOMonster.Add("X1_Plagued_LacuniMale_Unique_A", 361090); DictSNOMonster.Add("X1_Plagued_LacuniMale_Unique_B", 361103); DictSNOMonster.Add("x1_portalGuardianMinion_Ranged_A_BountyGrounds_Burrower", 446518); DictSNOMonster.Add("x1_PortalGuardian_A", 267807); DictSNOMonster.Add("X1_RandomItemNPC", 361242); DictSNOMonster.Add("X1_Rockling_Event_RockHive_Queen", 353669); DictSNOMonster.Add("X1_Rockling_Melee_Large", 332401); DictSNOMonster.Add("X1_Rockling_Ranged_Large", 332400); DictSNOMonster.Add("x1_Rockworm_Pand_A", 275109); DictSNOMonster.Add("x1_Rockworm_Pand_Unique_A", 363052); DictSNOMonster.Add("x1_Rockworm_Pand_Unique_B", 363061); DictSNOMonster.Add("X1_Rockworm_Pand_Unique_HexMaze", 307340); DictSNOMonster.Add("x1_sandShark_Crocodile_A", 294902); DictSNOMonster.Add("x1_ScaryEyes_A", 242858); DictSNOMonster.Add("x1_shadowVermin_A", 279255); DictSNOMonster.Add("x1_Shield_Skeleton_D", 294161); DictSNOMonster.Add("X1_Shield_Skeleton_LastAncient", 365293); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_A", 284742); DictSNOMonster.Add("X1_Shield_Skeleton_Westmarch_FireAmbush_Captain", 353444); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A", 317327); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_01", 379226); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_02", 379654); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_03", 379655); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_04", 379656); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_05", 379657); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_06", 379658); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_07", 379659); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_08", 379660); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_09", 379661); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_10", 379662); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_11", 379663); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_12", 379664); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_13", 379665); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_14", 379666); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_15", 379667); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_16", 379668); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_17", 379669); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_18", 379670); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_19", 379671); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_20", 379672); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_21", 379673); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_22", 379674); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_23", 379675); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_24", 379676); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_25", 379677); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_26", 379678); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_27", 379679); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_28", 379680); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_29", 379681); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_30", 379682); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_31", 379683); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_32", 379684); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_33", 379685); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_34", 379818); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_35", 379817); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_36", 379816); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_37", 379815); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_38", 379814); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_39", 379813); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_40", 379812); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_41", 379811); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_42", 379810); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_43", 379809); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_44", 379808); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_45", 379807); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_46", 379806); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_47", 379805); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_55", 460371); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_57", 471179); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_58", 471193); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_59", 474110); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Ghost_A_X1TMU_60", 474120); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Unique_A", 360854); DictSNOMonster.Add("x1_Shield_Skeleton_Westmarch_Unique_B", 373832); DictSNOMonster.Add("X1_Shield_Skeleton_Westmarch_Unique_SkeletonRush", 359983); DictSNOMonster.Add("X1_Shield_Skeleton_Westmarch_Unique_YardRush", 356913); DictSNOMonster.Add("X1_SkeletonArcher_Fire_A", 334338); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_A", 290743); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A", 311130); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_01", 379237); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_02", 379239); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_03", 379240); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_04", 379241); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_05", 379242); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_06", 379243); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_07", 379244); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_08", 379245); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_09", 379246); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_10", 379247); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_11", 379319); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_12", 379328); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_13", 379327); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_14", 379326); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_15", 379325); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_16", 379324); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_17", 379323); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_18", 379322); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_19", 379321); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_20", 379320); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_21", 379338); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_22", 379337); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_23", 379336); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_24", 379335); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_25", 379334); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_26", 379333); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_27", 379332); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_28", 379331); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_29", 379330); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_30", 379329); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_31", 379357); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_32", 379356); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_33", 379355); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_34", 379354); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_35", 379353); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_36", 379352); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_37", 379351); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_38", 379350); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_39", 379349); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_40", 379348); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_41", 379347); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_42", 379346); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_43", 379345); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_44", 379344); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_45", 379343); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_46", 379342); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_47", 379341); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_48", 379340); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_49", 379339); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_50", 447897); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_51", 460354); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_52", 460363); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_53", 460365); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_54", 471167); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_55", 471191); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_56", 471195); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_57", 471219); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_58", 474107); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_59", 474112); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_60", 474118); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Ghost_A_X1TMU_61", 474122); DictSNOMonster.Add("x1_SkeletonArcher_Westmarch_Unique_A", 360862); DictSNOMonster.Add("X1_SkeletonTwoHander_Fire_A", 334416); DictSNOMonster.Add("X1_Skeleton_Fire_A", 334325); DictSNOMonster.Add("X1_Skeleton_LastAncient", 365297); DictSNOMonster.Add("x1_Skeleton_Westmarch_A", 284740); DictSNOMonster.Add("x1_Skeleton_Westmarch_A_Dummy", 460068); DictSNOMonster.Add("x1_Skeleton_Westmarch_A_UniqueEvent_MassacredGuards", 336402); DictSNOMonster.Add("x1_Skeleton_Westmarch_DrainingPools_Unique_A", 288736); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A", 311124); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_01", 379520); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_02", 379228); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_03", 379521); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_04", 379522); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_05", 379523); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_06", 379524); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_07", 379525); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_08", 379526); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_09", 379527); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_10", 379528); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_11", 379529); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_12", 379530); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_13", 379531); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_14", 379532); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_15", 379533); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_16", 379534); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_17", 379535); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_18", 379536); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_19", 379537); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_20", 379538); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_21", 379539); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_22", 379540); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_23", 379541); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_24", 379542); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_25", 379543); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_26", 379544); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_27", 379545); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_28", 379546); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_29", 379547); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_30", 379548); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_31", 379549); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_32", 379550); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_33", 379551); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_34", 379552); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_35", 379553); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_36", 379554); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_37", 379555); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_38", 379556); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_39", 379557); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_40", 379558); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_41", 379559); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_42", 379560); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_43", 379561); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_44", 379562); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_45", 379563); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_54", 460369); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_57", 460377); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_58", 460379); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_60", 460384); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_62", 471186); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_63", 471190); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_64", 474114); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_65", 474116); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_66", 474124); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_67", 474126); DictSNOMonster.Add("x1_Skeleton_Westmarch_Ghost_A_X1TMU_68", 474525); DictSNOMonster.Add("x1_Skeleton_Westmarch_Unique_A", 360859); DictSNOMonster.Add("x1_sniperAngel_a", 274471); DictSNOMonster.Add("x1_sniperAngel_A_FortressUnique", 360248); DictSNOMonster.Add("x1_sniperAngel_Mousetrap_A", 365295); DictSNOMonster.Add("x1_sniperAngel_Unique_A", 363368); DictSNOMonster.Add("x1_sniperAngel_Unique_B", 363375); DictSNOMonster.Add("x1_sniperAngel_Unique_C", 373874); DictSNOMonster.Add("X1_Spawner_RatAlleyEvent", 367489); DictSNOMonster.Add("x1_SpeedKill_Adria_Boss", 370548); DictSNOMonster.Add("x1_SpeedKill_Despair", 370377); DictSNOMonster.Add("x1_SpeedKill_Gluttony", 370153); DictSNOMonster.Add("x1_SpeedKill_Maghda", 369923); DictSNOMonster.Add("x1_SpeedKill_SkeletonKing", 369922); DictSNOMonster.Add("X1_Spider_Poison_A", 374980); DictSNOMonster.Add("X1_Spider_Poison_A_Unique_01", 374988); DictSNOMonster.Add("X1_Squigglet_A", 272287); DictSNOMonster.Add("x1_Squigglet_A_Event_AngelbrosAdventures", 351354); DictSNOMonster.Add("X1_Squigglet_A_unique_cellarEventB", 354379); DictSNOMonster.Add("X1_Squigglet_Unique_A", 363074); DictSNOMonster.Add("X1_Squigglet_Unique_B", 363109); DictSNOMonster.Add("X1_Squigglet_Unique_C", 370284); DictSNOMonster.Add("X1_Squigglet_Unique_D", 373885); DictSNOMonster.Add("x1_Succubus_A", 290749); DictSNOMonster.Add("x1_Succubus_Doomed_Unique_A", 328027); DictSNOMonster.Add("x1_SurvivorCaptain", 284863); DictSNOMonster.Add("x1_SurvivorCaptain_Rescue_Guards", 295475); DictSNOMonster.Add("x1_SurvivorCaptain_Rescue_Guards_02", 306913); DictSNOMonster.Add("x1_TemplarInquisitor", 264735); DictSNOMonster.Add("x1_TemplarMaester", 248542); DictSNOMonster.Add("x1_TemplarMaester_Bounty_Camp_Unique01", 435157); DictSNOMonster.Add("x1_TemplarMaester_Bounty_Camp_Unique02", 435162); DictSNOMonster.Add("x1_TemplarMaester_Bounty_Camp_Unique03", 435163); DictSNOMonster.Add("x1_TemplarMaester_Monster", 370011); DictSNOMonster.Add("x1_TemplarNPC", 239208); DictSNOMonster.Add("x1_TemplarNPC_Camp_Bounty", 433034); DictSNOMonster.Add("X1_Templar_Ranged", 358460); DictSNOMonster.Add("X1_Templar_Ranged_Camp_Bounty", 433033); DictSNOMonster.Add("x1_TEMP_Westm_GhostSoldier_01", 321932); DictSNOMonster.Add("x1_Tentacle_Goatman_Melee_A", 294964); DictSNOMonster.Add("x1_Tentacle_Goatman_Melee_A_Unique", 294988); DictSNOMonster.Add("x1_Tentacle_Goatman_Ranged_A", 338780); DictSNOMonster.Add("x1_Tentacle_Goatman_Shaman_A", 338781); DictSNOMonster.Add("X1_TerrorDemon_PandExtCellar", 366160); DictSNOMonster.Add("x1_TEST_FallenChampion_LR_Summoner", 308286); DictSNOMonster.Add("X1_ThousandPounder_POF_Boss", 252189); DictSNOMonster.Add("x1_TreasureChild_A", 380182); DictSNOMonster.Add("X1_Treasure_Goblin_Event_Runner", 330134); DictSNOMonster.Add("x1_TriuneSummoner_C_Unique_01", 341246); DictSNOMonster.Add("x1_TriuneSummoner_C_Unique_Cosmetic_01", 451012); DictSNOMonster.Add("x1_TriuneSummoner_WestMCultist", 288216); DictSNOMonster.Add("x1_Triune_Summonable_WestMCultist", 289292); DictSNOMonster.Add("x1_Urzael_Boss", 291369); DictSNOMonster.Add("X1_VizjereiMale_Event_KingEvent3", 355861); DictSNOMonster.Add("x1_WestmarchBat_A", 289164); DictSNOMonster.Add("x1_WestmarchBat_B", 336529); DictSNOMonster.Add("x1_WestmarchBat_Unique_B", 370801); DictSNOMonster.Add("x1_westmarchBrute_A_Unique_captainStokely", 321954); DictSNOMonster.Add("x1_westmarchBrute_B_Unique_Event_BrutelyUnfortunate", 330000); DictSNOMonster.Add("x1_westmarchBrute_C_Unique_01", 373872); DictSNOMonster.Add("x1_westmarchBrute_Graveyard_Soldier_Holdout_Brute", 332674); DictSNOMonster.Add("x1_westmarchBrute_Unique_D", 360865); DictSNOMonster.Add("x1_westmarchBrute_Unique_Event_Pontificus", 309509); DictSNOMonster.Add("x1_westmarchFemale_A", 305877); DictSNOMonster.Add("x1_westmarchFemale_A_AnguishedMother", 323838); DictSNOMonster.Add("x1_westmarchFemale_A_BraveDaughter", 318157); DictSNOMonster.Add("x1_westmarchFemale_A_Fighter", 336374); DictSNOMonster.Add("x1_westmarchFemale_A_Graveyard_Unique_1", 332873); DictSNOMonster.Add("X1_WestmarchFemale_Corpsefinder", 330765); DictSNOMonster.Add("x1_westmarchFemale_DeathMaidenKill", 310632); DictSNOMonster.Add("x1_westmarchFemale_VictorsWifeEmily", 317773); DictSNOMonster.Add("x1_westmarchGuard_Graveyard_Soldier_Holdout_Grunt1", 332670); DictSNOMonster.Add("x1_westmarchGuard_Graveyard_Soldier_Holdout_Grunt2", 332671); DictSNOMonster.Add("x1_westmarchGuard_Graveyard_Soldier_Holdout_Grunt3", 332672); DictSNOMonster.Add("x1_westmarchGuard_Graveyard_Soldier_Holdout_Talks", 332669); DictSNOMonster.Add("x1_westmarchGuard_Melee_A_ScoundrelEvent", 389016); DictSNOMonster.Add("x1_westmarchGuard_Melee_A_ScoundrelEvent2", 390889); DictSNOMonster.Add("X1_westmarchGuard_Melee_Event_KingEvent3", 356220); DictSNOMonster.Add("X1_westmarchGuard_Ranged_Event_KingEvent3", 356222); DictSNOMonster.Add("x1_westmarchGuard_Ranged_ScoundrelEvent", 389022); DictSNOMonster.Add("x1_WestmarchHounds_B", 363991); DictSNOMonster.Add("x1_WestmarchHound_A", 300104); DictSNOMonster.Add("x1_westmarchHound_Leader_A", 363915); DictSNOMonster.Add("x1_westmarchHound_Leader_Unique_A", 363914); DictSNOMonster.Add("x1_westmarchHound_Leader_Unique_B", 363987); DictSNOMonster.Add("x1_WestmarchHound_Skeleton_A", 342601); DictSNOMonster.Add("x1_WestmarchHound_Skeleton_A_LR_Boss", 375196); DictSNOMonster.Add("x1_WestmarchHound_Unique_A", 363989); DictSNOMonster.Add("x1_WestmarchHound_Unique_B", 363992); DictSNOMonster.Add("x1_westmarchRanged_A", 289861); DictSNOMonster.Add("x1_westmarchRanged_A_Unique_01", 289862); DictSNOMonster.Add("x1_westmarchRanged_A_Unique_02", 289863); DictSNOMonster.Add("x1_westmarchRanged_B", 340921); DictSNOMonster.Add("x1_westmarchRanged_Graveyard_Unique_1", 335080); DictSNOMonster.Add("x1_westmarchRanged_Unique_A", 360882); DictSNOMonster.Add("x1_westmarchRanged_Unique_B", 361418); DictSNOMonster.Add("x1_westmarchRanged_Unique_C", 369468); DictSNOMonster.Add("x1_westmarchRanged_Unique_D", 369469); DictSNOMonster.Add("x1_westmarchRanged_Unique_E", 369470); DictSNOMonster.Add("x1_westmarchRanged_Unique_F", 373822); DictSNOMonster.Add("x1_westmarch_adventure_lostgirl", 312967); DictSNOMonster.Add("x1_westmarch_boss", 274344); DictSNOMonster.Add("X1_Westmarch_Brute_A", 262145); DictSNOMonster.Add("X1_Westmarch_Brute_A_Unique_FireAmbush", 330457); DictSNOMonster.Add("X1_Westmarch_Brute_BatteringRamBoss", 358947); DictSNOMonster.Add("X1_Westmarch_Brute_C", 332680); DictSNOMonster.Add("X1_Westmarch_Brute_C_FortressUnique", 360249); DictSNOMonster.Add("X1_Westmarch_Brute_Unique_B", 311344); DictSNOMonster.Add("X1_Westmarch_Brute_Unique_C", 323526); DictSNOMonster.Add("X1_Westmarch_Brute_Unique_Josh", 380981); DictSNOMonster.Add("x1_Westmarch_Guard_Female", 356452); DictSNOMonster.Add("X1_Westmarch_Male_Event_KingEvent2", 355871); DictSNOMonster.Add("x1_westmarch_rat_A", 284714); DictSNOMonster.Add("x1_westmarch_rat_B", 360272); DictSNOMonster.Add("x1_westmarch_rat_C", 375464); DictSNOMonster.Add("X1_WestmHub_Adria_Female", 338390); DictSNOMonster.Add("X1_WestmHub_Adria_Male", 338391); DictSNOMonster.Add("X1_WestmHub_angryman_Temp", 259344); DictSNOMonster.Add("X1_WestmHub_arguingman1_Temp", 259345); DictSNOMonster.Add("X1_WestmHub_arguingman2_Temp", 259346); DictSNOMonster.Add("X1_WestmHub_BSS", 344446); DictSNOMonster.Add("X1_WestmHub_Butler", 351792); DictSNOMonster.Add("X1_WestmHub_Cook", 351790); DictSNOMonster.Add("X1_WestmHub_Deserter", 338119); DictSNOMonster.Add("X1_WestmHub_DeserterRescued", 338120); DictSNOMonster.Add("x1_WestmHub_General", 303829); DictSNOMonster.Add("X1_WestmHub_grieving_Temp", 259348); DictSNOMonster.Add("x1_WestmHub_Guard", 284569); DictSNOMonster.Add("X1_WestmHub_Guard_Convert", 306535); DictSNOMonster.Add("X1_WestmHub_Guard_Convert_Malthael", 346477); DictSNOMonster.Add("x1_WestmHub_Guard_DeserterCatcher", 338468); DictSNOMonster.Add("x1_WestmHub_Guard_Patrol", 363120); DictSNOMonster.Add("X1_WestmHub_guard_Temp", 259349); DictSNOMonster.Add("X1_WestmHub_hystericalman_Temp", 259350); DictSNOMonster.Add("X1_WestmHub_librarian_Temp", 259351); DictSNOMonster.Add("X1_WestmHub_madman_Temp", 259352); DictSNOMonster.Add("X1_WestmHub_Medic", 362443); DictSNOMonster.Add("X1_WestmHub_nobleman_02", 305553); DictSNOMonster.Add("X1_WestmHub_nobleman_SkeletonRush", 359980); DictSNOMonster.Add("X1_WestmHub_nobleman_Temp", 259353); DictSNOMonster.Add("X1_WestmHub_noblewife_Temp", 259354); DictSNOMonster.Add("X1_WestmHub_optimist_Temp", 259355); DictSNOMonster.Add("X1_WestmHub_priest_Temp", 259356); DictSNOMonster.Add("x1_WestmHub_PrisonGuard", 295513); DictSNOMonster.Add("X1_WestmHub_repenter_Temp", 259357); DictSNOMonster.Add("X1_WestmHub_repenter_Temp2", 304654); DictSNOMonster.Add("X1_WestmHub_repenter_Temp3", 304655); DictSNOMonster.Add("X1_WestmHub_repenter_Temp4", 304611); DictSNOMonster.Add("x1_WestmHub_Sailor_A", 363303); DictSNOMonster.Add("x1_WestmHub_Sailor_C", 363305); DictSNOMonster.Add("x1_WestmHub_Touched", 338392); DictSNOMonster.Add("X1_WestmHub_wife_Temp", 259359); DictSNOMonster.Add("x1_Westm_DeathOrb_Caster_TEST", 324868); DictSNOMonster.Add("x1_Westm_DungeonGuard", 340598); DictSNOMonster.Add("X1_Westm_Event_TheHarvest_Noble", 304381); DictSNOMonster.Add("X1_WestM_GhostFemale_Corpsefinder", 301985); DictSNOMonster.Add("x1_WestM_Graveyard_DeathMaiden_Undead_Husband_Event", 331401); DictSNOMonster.Add("x1_WestM_Graveyard_Undead_Husband_Ghostlady", 331390); DictSNOMonster.Add("x1_WestM_Graveyard_Undead_Husband_Ghost_Husband", 337087); DictSNOMonster.Add("x1_WestM_Graveyard_Undead_Husband_Husband", 331393); DictSNOMonster.Add("x1_Westm_Guard_Temp", 304032); DictSNOMonster.Add("x1_Westm_Guard_Temp_DoomedGuard_NPC", 304530); DictSNOMonster.Add("x1_Westm_HeroWorship01_VO", 321452); DictSNOMonster.Add("x1_Westm_HeroWorship02_VO", 321455); DictSNOMonster.Add("x1_Westm_HeroWorship03_VO", 321480); DictSNOMonster.Add("x1_Westm_IntroVictim", 261148); DictSNOMonster.Add("x1_WestM_Intro_BadGuy", 251348); DictSNOMonster.Add("x1_WestM_Intro_BadGuy_Unique", 360207); DictSNOMonster.Add("X1_WestM_Intro_Human_Male", 311189); DictSNOMonster.Add("X1_WestM_Intro_Human_Male2", 311190); DictSNOMonster.Add("x1_WestM_ScoundrelEvent", 303683); DictSNOMonster.Add("X1_westm_soul_summoner", 301571); DictSNOMonster.Add("X1_westm_soul_summoner_GhostChase", 330610); DictSNOMonster.Add("x1_Westm_TemplarEvent", 291563); DictSNOMonster.Add("x1_Westm_TemplarEventVO", 291559); DictSNOMonster.Add("X1_WestM_Zombie_Inferno_C", 328279); DictSNOMonster.Add("x1_WickerMan_A", 246093); DictSNOMonster.Add("x1_WickerMan_Unique_A", 288472); DictSNOMonster.Add("x1_WitherMoth_A", 279254); DictSNOMonster.Add("x1_WitherMoth_A_Unique_01", 375404); DictSNOMonster.Add("X1_Wizard_Meteor_Pulsar", 302477); DictSNOMonster.Add("x1_Wraith_A", 249504); DictSNOMonster.Add("x1_Wraith_A_FortressUnique", 360250); DictSNOMonster.Add("x1_Wraith_Unique_A", 363233); DictSNOMonster.Add("x1_Wraith_Unique_B", 363363); DictSNOMonster.Add("x1_Zayl", 356399); DictSNOMonster.Add("X1_ZombieCrawler_Blacksmith", 368511); DictSNOMonster.Add("X1_ZombieCrawler_Orb", 340560); DictSNOMonster.Add("x1_ZombieFemale_Skeleton_A", 342574); DictSNOMonster.Add("x1_ZombieFemale_Skeleton_A_LR_Boss", 375193); DictSNOMonster.Add("x1_ZombieSkinnyFast_A", 287484); DictSNOMonster.Add("x1_ZombieSkinny_A", 276466); DictSNOMonster.Add("x1_ZombieSkinny_Skeleton_A", 342604); DictSNOMonster.Add("x1_ZombieSkinny_Skeleton_A_LR_Boss", 375194); DictSNOMonster.Add("x1_Zombie_A", 276468); DictSNOMonster.Add("x1_Zombie_Male_Skeleton_A", 342243); DictSNOMonster.Add("x1_Zombie_Male_Skeleton_Alter_Event", 360147); DictSNOMonster.Add("x1_Zombie_Male_Skeleton_A_LR_Boss", 375190); DictSNOMonster.Add("Zakarum_Female_B", 212286); DictSNOMonster.Add("Zakarum_Male_A", 112762); DictSNOMonster.Add("ZKJailer", 82380); DictSNOMonster.Add("ZoltunKulle", 80510); DictSNOMonster.Add("ZoltunKulleDuringReform", 229627); DictSNOMonster.Add("ZoltunKulleFollower", 212283); DictSNOMonster.Add("ZoltunKulleImage", 61858); DictSNOMonster.Add("ZoltunKulleTownHead", 217780); DictSNOMonster.Add("ZoltunKulle_EnergyTwister", 139742); DictSNOMonster.Add("ZombieCrawler_A", 26419); DictSNOMonster.Add("ZombieCrawler_B", 26420); DictSNOMonster.Add("ZombieCrawler_Barricade_A", 218366); DictSNOMonster.Add("ZombieCrawler_C", 85687); DictSNOMonster.Add("ZombieCrawler_Custom_A", 76866); DictSNOMonster.Add("ZombieCrawler_Custom_B", 123161); DictSNOMonster.Add("ZombieCrawler_Custom_C", 113950); DictSNOMonster.Add("ZombieCrawler_E", 218814); DictSNOMonster.Add("ZombieCrawler_F", 219274); DictSNOMonster.Add("zombieCrawler_Spawner_B", 176055); DictSNOMonster.Add("ZombieFemale_A", 26421); DictSNOMonster.Add("ZombieFemale_A_Blacksmith_A", 85901); DictSNOMonster.Add("ZombieFemale_A_FamilyTree_Mother", 77086); DictSNOMonster.Add("ZombieFemale_A_TristramQuest", 108445); DictSNOMonster.Add("ZombieFemale_A_TristramQuest_Unique", 219726); DictSNOMonster.Add("ZombieFemale_B", 26423); DictSNOMonster.Add("ZombieFemale_B_MB313", 478377); DictSNOMonster.Add("ZombieFemale_B_QAUnique_01", 229895); DictSNOMonster.Add("ZombieFemale_B_QAUnique_02", 229904); DictSNOMonster.Add("ZombieFemale_B_QAUnique_03", 316425); DictSNOMonster.Add("ZombieFemale_B_QAUnique_04", 316426); DictSNOMonster.Add("ZombieFemale_B_TMUnique_01", 222607); DictSNOMonster.Add("ZombieFemale_B_TMUnique_02", 224822); DictSNOMonster.Add("ZombieFemale_B_TMUnique_03", 224827); DictSNOMonster.Add("ZombieFemale_B_TMUnique_04", 224836); DictSNOMonster.Add("ZombieFemale_B_TMUnique_05", 224842); DictSNOMonster.Add("ZombieFemale_B_TMUnique_06", 224852); DictSNOMonster.Add("ZombieFemale_B_TMUnique_07", 224932); DictSNOMonster.Add("ZombieFemale_B_TMUnique_08", 224943); DictSNOMonster.Add("ZombieFemale_B_TMUnique_09", 224968); DictSNOMonster.Add("ZombieFemale_B_TMUnique_10", 224985); DictSNOMonster.Add("ZombieFemale_B_TMUnique_11", 224995); DictSNOMonster.Add("ZombieFemale_B_TMUnique_12", 225037); DictSNOMonster.Add("ZombieFemale_B_TMUnique_13", 225113); DictSNOMonster.Add("ZombieFemale_B_TMUnique_14", 449537); DictSNOMonster.Add("ZombieFemale_B_TMUnique_15", 449557); DictSNOMonster.Add("ZombieFemale_B_TMUnique_16", 449564); DictSNOMonster.Add("ZombieFemale_B_TMUnique_19", 471217); DictSNOMonster.Add("ZombieFemale_B_TMUnique_20", 471215); DictSNOMonster.Add("ZombieFemale_B_TMUnique_21", 474509); DictSNOMonster.Add("ZombieFemale_B_Unique001", 449830); DictSNOMonster.Add("ZombieFemale_C", 116426); DictSNOMonster.Add("ZombieFemale_D", 116427); DictSNOMonster.Add("ZombieFemale_Spitter_A", 364501); DictSNOMonster.Add("ZombieFemale_Spitter_Unique_A", 373018); DictSNOMonster.Add("ZombieSkinny_A", 26425); DictSNOMonster.Add("ZombieSkinny_A_LeahInn", 203122); DictSNOMonster.Add("ZombieSkinny_A_LeoricsGarden_Champs", 446179); DictSNOMonster.Add("ZombieSkinny_A_Unique_01", 202306); DictSNOMonster.Add("ZombieSkinny_A_Unique_02", 218271); DictSNOMonster.Add("ZombieSkinny_A_Unique_03", 218346); DictSNOMonster.Add("ZombieSkinny_A_Unique_04", 218432); DictSNOMonster.Add("ZombieSkinny_A_Unique_05", 218667); DictSNOMonster.Add("ZombieSkinny_A_Unique_06", 219994); DictSNOMonster.Add("ZombieSkinny_A_Unique_Marko", 226510); DictSNOMonster.Add("ZombieSkinny_B", 26427); DictSNOMonster.Add("ZombieSkinny_B_MB313", 478373); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_01", 227690); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_02", 229852); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_03", 229856); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_04", 229860); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_05", 229864); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_07", 229872); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_08", 229876); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_09", 229882); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_10", 229886); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_11", 229900); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_12", 229906); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_13", 316427); DictSNOMonster.Add("ZombieSkinny_B_QAUnique_14", 316428); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_01", 222722); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_02", 224705); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_03", 224716); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_04", 224720); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_05", 224760); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_06", 224766); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_07", 224773); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_08", 224779); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_09", 224799); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_10", 224803); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_11", 224807); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_12", 224810); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_13", 224817); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_14", 224824); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_15", 224831); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_16", 224838); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_17", 224848); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_18", 224877); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_19", 224882); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_20", 224919); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_21", 224927); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_22", 224929); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_23", 224949); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_24", 224956); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_25", 224960); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_26", 224967); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_27", 224973); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_28", 224977); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_29", 224981); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_30", 224987); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_31", 224991); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_32", 224997); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_33", 225043); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_34", 225048); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_35", 225052); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_36", 225056); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_37", 225062); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_38", 225070); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_39", 225074); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_40", 225079); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_41", 225083); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_42", 225089); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_43", 225091); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_44", 225097); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_45", 225101); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_46", 225106); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_47", 225110); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_48", 225303); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_49", 316429); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_50", 316430); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_51", 316431); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_52", 316432); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_53", 316433); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_54", 316434); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_55", 316435); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_56", 366211); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_57", 456776); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_58", 456777); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_59", 456778); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_60", 456779); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_61", 456780); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_62", 460360); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_63", 460386); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_64", 471198); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_65", 471200); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_66", 471205); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_67", 471211); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_68", 474499); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_69", 474503); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_70", 474507); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_71", 474511); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_72", 474515); DictSNOMonster.Add("ZombieSkinny_B_TMUnique_73", 474521); DictSNOMonster.Add("ZombieSkinny_B_Unique_313", 451120); DictSNOMonster.Add("ZombieSkinny_C", 63347); DictSNOMonster.Add("ZombieSkinny_Custom_A", 218338); DictSNOMonster.Add("ZombieSkinny_D", 202190); DictSNOMonster.Add("ZombieSkinny_E", 218796); DictSNOMonster.Add("Zombie_A", 26429); DictSNOMonster.Add("Zombie_A_FamilyTree_Father", 77084); DictSNOMonster.Add("Zombie_B", 26431); DictSNOMonster.Add("Zombie_B_QAUnique_01", 227681); DictSNOMonster.Add("Zombie_B_QAUnique_02", 229849); DictSNOMonster.Add("Zombie_B_QAUnique_03", 229854); DictSNOMonster.Add("Zombie_B_QAUnique_04", 229858); DictSNOMonster.Add("Zombie_B_QAUnique_06", 229866); DictSNOMonster.Add("Zombie_B_QAUnique_08", 229874); DictSNOMonster.Add("Zombie_B_QAUnique_09", 229879); DictSNOMonster.Add("Zombie_B_QAUnique_10", 229884); DictSNOMonster.Add("Zombie_B_QAUnique_11", 229897); DictSNOMonster.Add("Zombie_B_QAUnique_12", 229902); DictSNOMonster.Add("Zombie_B_QAUnique_13", 229943); DictSNOMonster.Add("Zombie_B_QAUnique_14", 316416); DictSNOMonster.Add("Zombie_B_TMUnique_01", 222653); DictSNOMonster.Add("Zombie_B_TMUnique_02", 224711); DictSNOMonster.Add("Zombie_B_TMUnique_03", 224714); DictSNOMonster.Add("Zombie_B_TMUnique_04", 224718); DictSNOMonster.Add("Zombie_B_TMUnique_05", 224736); DictSNOMonster.Add("Zombie_B_TMUnique_06", 224764); DictSNOMonster.Add("Zombie_B_TMUnique_07", 224771); DictSNOMonster.Add("Zombie_B_TMUnique_08", 224776); DictSNOMonster.Add("Zombie_B_TMUnique_09", 224790); DictSNOMonster.Add("Zombie_B_TMUnique_10", 224801); DictSNOMonster.Add("Zombie_B_TMUnique_11", 224805); DictSNOMonster.Add("Zombie_B_TMUnique_12", 224814); DictSNOMonster.Add("Zombie_B_TMUnique_14", 224820); DictSNOMonster.Add("Zombie_B_TMUnique_15", 224829); DictSNOMonster.Add("Zombie_B_TMUnique_16", 224834); DictSNOMonster.Add("Zombie_B_TMUnique_17", 224845); DictSNOMonster.Add("Zombie_B_TMUnique_18", 224854); DictSNOMonster.Add("Zombie_B_TMUnique_19", 224879); DictSNOMonster.Add("Zombie_B_TMUnique_20", 224884); DictSNOMonster.Add("Zombie_B_TMUnique_21", 224925); DictSNOMonster.Add("Zombie_B_TMUnique_22", 224930); DictSNOMonster.Add("Zombie_B_TMUnique_23", 224945); DictSNOMonster.Add("Zombie_B_TMUnique_24", 224954); DictSNOMonster.Add("Zombie_B_TMUnique_25", 224958); DictSNOMonster.Add("Zombie_B_TMUnique_27", 224971); DictSNOMonster.Add("Zombie_B_TMUnique_28", 224975); DictSNOMonster.Add("Zombie_B_TMUnique_29", 224979); DictSNOMonster.Add("Zombie_B_TMUnique_30", 224982); DictSNOMonster.Add("Zombie_B_TMUnique_31", 224989); DictSNOMonster.Add("Zombie_B_TMUnique_32", 224993); DictSNOMonster.Add("Zombie_B_TMUnique_33", 225036); DictSNOMonster.Add("Zombie_B_TMUnique_34", 225046); DictSNOMonster.Add("Zombie_B_TMUnique_35", 225049); DictSNOMonster.Add("Zombie_B_TMUnique_36", 225053); DictSNOMonster.Add("Zombie_B_TMUnique_37", 225059); DictSNOMonster.Add("Zombie_B_TMUnique_38", 225065); DictSNOMonster.Add("Zombie_B_TMUnique_39", 225072); DictSNOMonster.Add("Zombie_B_TMUnique_40", 225076); DictSNOMonster.Add("Zombie_B_TMUnique_41", 225081); DictSNOMonster.Add("Zombie_B_TMUnique_42", 225086); DictSNOMonster.Add("Zombie_B_TMUnique_43", 225092); DictSNOMonster.Add("Zombie_B_TMUnique_44", 225095); DictSNOMonster.Add("Zombie_B_TMUnique_45", 225099); DictSNOMonster.Add("Zombie_B_TMUnique_46", 225104); DictSNOMonster.Add("Zombie_B_TMUnique_47", 225108); DictSNOMonster.Add("Zombie_B_TMUnique_48", 225302); DictSNOMonster.Add("Zombie_B_TMUnique_49", 316417); DictSNOMonster.Add("Zombie_B_TMUnique_50", 316418); DictSNOMonster.Add("Zombie_B_TMUnique_51", 316419); DictSNOMonster.Add("Zombie_B_TMUnique_52", 316420); DictSNOMonster.Add("Zombie_B_TMUnique_53", 316421); DictSNOMonster.Add("Zombie_B_TMUnique_54", 316422); DictSNOMonster.Add("Zombie_B_TMUnique_55", 316423); DictSNOMonster.Add("Zombie_B_TMUnique_56", 316424); DictSNOMonster.Add("Zombie_B_TMUnique_57", 449525); DictSNOMonster.Add("Zombie_B_TMUnique_58", 449526); DictSNOMonster.Add("Zombie_B_TMUnique_59", 449529); DictSNOMonster.Add("Zombie_B_TMUnique_60", 449531); DictSNOMonster.Add("Zombie_B_TMUnique_61", 449533); DictSNOMonster.Add("Zombie_B_TMUnique_62", 449535); DictSNOMonster.Add("Zombie_B_TMUnique_63", 449539); DictSNOMonster.Add("Zombie_B_TMUnique_64", 449541); DictSNOMonster.Add("Zombie_B_TMUnique_65", 449553); DictSNOMonster.Add("Zombie_B_TMUnique_66", 449554); DictSNOMonster.Add("Zombie_B_TMUnique_67", 449559); DictSNOMonster.Add("Zombie_B_TMUnique_68", 449561); DictSNOMonster.Add("Zombie_B_TMUnique_69", 449563); DictSNOMonster.Add("Zombie_B_TMUnique_70", 449567); DictSNOMonster.Add("Zombie_B_TMUnique_71", 449569); DictSNOMonster.Add("Zombie_B_TMUnique_72", 449571); DictSNOMonster.Add("Zombie_B_TMUnique_73", 471212); DictSNOMonster.Add("Zombie_B_TMUnique_74", 474501); DictSNOMonster.Add("Zombie_B_TMUnique_75", 474505); DictSNOMonster.Add("Zombie_B_TMUnique_76", 474512); DictSNOMonster.Add("Zombie_B_TMUnique_77", 474517); DictSNOMonster.Add("Zombie_B_TMUnique_79", 474523); DictSNOMonster.Add("Zombie_B_TMUnique_80", 471202); DictSNOMonster.Add("Zombie_C", 63346); DictSNOMonster.Add("Zombie_D", 218794); DictSNOMonster.Add("Zombie_E", 204257); DictSNOMonster.Add("Zombie_Inferno_C", 90454); DictSNOMonster.Add("Zombie_Inferno_C_Unique", 105621); DictSNOMonster.Add("Zombie_Lord_Mathieu", 396871); DictSNOMonster.Add("Zombie_Plagued_C_Unique", 111380); DictSNOMonster.Add("Zombie_Torso_Lord_Stuart", 396702); DictSNOMonster.Add("_x1westm_ideation_event_RATZNGGOLD", 286068); #endregion return DictSNOMonster; } public static Dictionary LoadMusic() { Dictionary DictSNOMusic = new Dictionary(); #region Music DictSNOMusic.Add("BC_Music_BC_Ruins_Frost_Ext_01", 427768); DictSNOMusic.Add("Music_A0_Blizzcon_PVP", 219228); DictSNOMusic.Add("Music_A1_Atmos_int", 211710); DictSNOMusic.Add("Music_A1_ButcherIntro_evt", 209805); DictSNOMusic.Add("Music_A1_Butcher_Defeat", 210213); DictSNOMusic.Add("Music_A1_Butcher_Fight", 210212); DictSNOMusic.Add("Music_A1_CainIntro_evt", 201839); DictSNOMusic.Add("Music_A1_CaveMaghda_evt", 215970); DictSNOMusic.Add("Music_A1_CaveMaghda_evt_b", 215971); DictSNOMusic.Add("Music_A1_Cellar_int", 151898); DictSNOMusic.Add("Music_A1_Cellar_int_alt", 178035); DictSNOMusic.Add("Music_A1_CellsOfTheCondemned_int", 229280); DictSNOMusic.Add("Music_A1_CemetaryForsaken_ext", 144267); DictSNOMusic.Add("Music_A1_Church_int", 132857); DictSNOMusic.Add("Music_A1_CryptAncients_BeaconLight", 212195); DictSNOMusic.Add("Music_A1_Crypt_SkeletonKingCrown", 212193); DictSNOMusic.Add("Music_A1_Crypt_TyraelCrater_evt", 212194); DictSNOMusic.Add("Music_A1_DrownedTemple_evt", 215965); DictSNOMusic.Add("Music_A1_DrownedTemple_int", 144266); DictSNOMusic.Add("Music_A1_EventMoment_b", 177256); DictSNOMusic.Add("Music_A1_FesteringWoods_ext", 144265); DictSNOMusic.Add("Music_A1_FesteringWoods_LastStandAncients", 212196); DictSNOMusic.Add("Music_A1_FieldsMisery_ext", 141670); DictSNOMusic.Add("Music_A1_FieldsofMisery_Ambush", 215429); DictSNOMusic.Add("Music_A1_ForlornFarm_Ambush", 216405); DictSNOMusic.Add("Music_A1_GoatmanPyre_evt", 216335); DictSNOMusic.Add("Music_A1_Highlands_ext", 144268); DictSNOMusic.Add("Music_A1_LeahHulkout_evt", 209804); DictSNOMusic.Add("Music_A1_Leoric_int", 132858); DictSNOMusic.Add("Music_A1_MaghdaChapel_evt", 215972); DictSNOMusic.Add("Music_A1_Manglemaw_evt", 215966); DictSNOMusic.Add("Music_A1_ManorGrounds_ext", 144269); DictSNOMusic.Add("Music_A1_Nephalem_int", 144270); DictSNOMusic.Add("Music_A1_NewTristram_ZombieSwam", 212192); DictSNOMusic.Add("Music_A1_Pathway_trg_a", 228274); DictSNOMusic.Add("Music_A1_Pathway_trg_aa", 229008); DictSNOMusic.Add("Music_A1_Pathway_trg_b", 228426); DictSNOMusic.Add("Music_A1_Pathway_trg_bb", 229010); DictSNOMusic.Add("Music_A1_Pathway_trg_c", 228430); DictSNOMusic.Add("Music_A1_Pathway_trg_cc", 229011); DictSNOMusic.Add("Music_A1_Pathway_trg_d", 228513); DictSNOMusic.Add("Music_A1_Pathway_trg_dd", 229045); DictSNOMusic.Add("Music_A1_Pathway_trg_e", 228525); DictSNOMusic.Add("Music_A1_Pathway_trg_ee", 229169); DictSNOMusic.Add("Music_A1_Pathway_trg_f", 228545); DictSNOMusic.Add("Music_A1_Pathway_trg_ff", 229171); DictSNOMusic.Add("Music_A1_Pathway_trg_g", 228590); DictSNOMusic.Add("Music_A1_Pathway_trg_gg", 229172); DictSNOMusic.Add("Music_A1_Pathway_trg_h", 228640); DictSNOMusic.Add("Music_A1_Pathway_trg_hh", 229191); DictSNOMusic.Add("Music_A1_Pathway_trg_i", 228642); DictSNOMusic.Add("Music_A1_Pathway_trg_ii", 229193); DictSNOMusic.Add("Music_A1_Pathway_trg_j", 228647); DictSNOMusic.Add("Music_A1_Pathway_trg_jj", 229198); DictSNOMusic.Add("Music_A1_Pathway_trg_k", 228672); DictSNOMusic.Add("Music_A1_Pathway_trg_kk", 229199); DictSNOMusic.Add("Music_A1_Pathway_trg_l", 228743); DictSNOMusic.Add("Music_A1_Pathway_trg_ll", 229212); DictSNOMusic.Add("Music_A1_Pathway_trg_m", 228759); DictSNOMusic.Add("Music_A1_Pathway_trg_mm", 229214); DictSNOMusic.Add("Music_A1_Pathway_trg_n", 228818); DictSNOMusic.Add("Music_A1_Pathway_trg_nn", 229242); DictSNOMusic.Add("Music_A1_Pathway_trg_o", 228829); DictSNOMusic.Add("Music_A1_Pathway_trg_p", 228841); DictSNOMusic.Add("Music_A1_Pathway_trg_q", 228848); DictSNOMusic.Add("Music_A1_Pathway_trg_r", 228851); DictSNOMusic.Add("Music_A1_Pathway_trg_s", 228859); DictSNOMusic.Add("Music_A1_Pathway_trg_t", 228863); DictSNOMusic.Add("Music_A1_Pathway_trg_u", 228884); DictSNOMusic.Add("Music_A1_Pathway_trg_v", 228981); DictSNOMusic.Add("Music_A1_Pathway_trg_w", 228994); DictSNOMusic.Add("Music_A1_Pathway_trg_x", 228995); DictSNOMusic.Add("Music_A1_Pathway_trg_y", 228996); DictSNOMusic.Add("Music_A1_Pathway_trg_z", 228997); DictSNOMusic.Add("Music_A1_PhattyTrek_int", 132833); DictSNOMusic.Add("Music_A1_QueenAsylla_evt", 215967); DictSNOMusic.Add("Music_A1_Rungle_int", 132842); DictSNOMusic.Add("Music_A1_Shire_ext", 225818); DictSNOMusic.Add("Music_A1_SkeletonKingAppears_evt", 215968); DictSNOMusic.Add("Music_A1_SkeletonKing_Defeat", 143302); DictSNOMusic.Add("Music_A1_SkeletonKing_Fight", 143300); DictSNOMusic.Add("Music_A1_SpiderCave_int", 144271); DictSNOMusic.Add("Music_A1_SpiderQueen_Defeat", 210208); DictSNOMusic.Add("Music_A1_SpiderQueen_Fight", 210210); DictSNOMusic.Add("Music_A1_SpiderQueen_Intro", 210211); DictSNOMusic.Add("Music_A1_ThroneRoom_int", 143298); DictSNOMusic.Add("Music_A1_TristramCatchall_int", 217336); DictSNOMusic.Add("Music_A1_TristramFields_ext", 137975); DictSNOMusic.Add("Music_A1_Tristram_ext", 132856); DictSNOMusic.Add("Music_A1_TyraelRitual_evt", 209806); DictSNOMusic.Add("Music_A1_WarriorsRest_BeaconHonor", 212197); DictSNOMusic.Add("Music_A1_Wortham_evt", 230974); DictSNOMusic.Add("Music_A1_Wortham_ext", 144272); DictSNOMusic.Add("Music_A2_AdriaInTheSewer_evt", 210160); DictSNOMusic.Add("Music_A2_AlcarnusShatterbone_evt", 216871); DictSNOMusic.Add("Music_A2_AncientPath_ZoltunKulle", 212051); DictSNOMusic.Add("Music_A2_AshearaSewers_evt", 216859); DictSNOMusic.Add("Music_A2_BelialBoyKingIntro_evt", 210153); DictSNOMusic.Add("Music_A2_Belial_Defeat", 210221); DictSNOMusic.Add("Music_A2_Belial_Fight", 210222); DictSNOMusic.Add("Music_A2_Belial_Fight_alt", 230948); DictSNOMusic.Add("Music_A2_Belial_Intro", 210223); DictSNOMusic.Add("Music_A2_BlackCanyonBridge_Enchantress", 212059); DictSNOMusic.Add("Music_A2_Borderlands_ext", 132839); DictSNOMusic.Add("Music_A2_BSSZoltunKulle_evt", 210159); DictSNOMusic.Add("Music_A2_Caldeum_any", 192394); DictSNOMusic.Add("Music_A2_Causeways_int", 192395); DictSNOMusic.Add("Music_A2_CaveBetrayer_ReliquaryBlood", 212048); DictSNOMusic.Add("Music_A2_CellarKulle_int", 231099); DictSNOMusic.Add("Music_A2_Cellar_int", 177250); DictSNOMusic.Add("Music_A2_Cydaea_BossIntro", 213425); DictSNOMusic.Add("Music_A2_DhalgurOasis_any", 192397); DictSNOMusic.Add("Music_A2_DhalgurOasis_ZK_evt", 216847); DictSNOMusic.Add("Music_A2_ForgottenSanctum_int", 192398); DictSNOMusic.Add("Music_A2_HiddenCamp_AdriaConvo", 212054); DictSNOMusic.Add("Music_A2_HiddenCamp_TyraelConvo", 212033); DictSNOMusic.Add("Music_A2_HiddenConclave_CultistRitual", 212069); DictSNOMusic.Add("Music_A2_HowlingPlateau_CultistAmbush", 212061); DictSNOMusic.Add("Music_A2_HowlingPlateau_EnchantressDispel", 212064); DictSNOMusic.Add("Music_A2_HowlingPlateau_FirstEntrance", 212022); DictSNOMusic.Add("Music_A2_HowlingPlateau_IronWolves", 212070); DictSNOMusic.Add("Music_A2_HowlingPlateau_JarulfMonologue", 212071); DictSNOMusic.Add("Music_A2_ImperialPalace_GuardAttack", 212056); DictSNOMusic.Add("Music_A2_KhasimOutpost_Maghda", 212058); DictSNOMusic.Add("Music_A2_Kulle_int", 217089); DictSNOMusic.Add("Music_A2_LeahAndAdriaDestroyGatesA_evt", 210161); DictSNOMusic.Add("Music_A2_LeahAndAdriaDestroyGatesB_evt", 210162); DictSNOMusic.Add("Music_A2_Maghda_Defeat", 210215); DictSNOMusic.Add("Music_A2_Maghda_Fight", 210216); DictSNOMusic.Add("Music_A2_Maghda_PreIntro", 212181); DictSNOMusic.Add("Music_A2_Mines_int", 177251); DictSNOMusic.Add("Music_A2_OvergrownPath_any", 192401); DictSNOMusic.Add("Music_A2_Pathway_trg_a", 228196); DictSNOMusic.Add("Music_A2_Pathway_trg_b", 229294); DictSNOMusic.Add("Music_A2_Pathway_trg_c", 229316); DictSNOMusic.Add("Music_A2_Pathway_trg_d", 229393); DictSNOMusic.Add("Music_A2_Pathway_trg_e", 229442); DictSNOMusic.Add("Music_A2_Pathway_trg_f", 229444); DictSNOMusic.Add("Music_A2_Pathway_trg_g", 229447); DictSNOMusic.Add("Music_A2_Pathway_trg_h", 229461); DictSNOMusic.Add("Music_A2_Pathway_trg_i", 229460); DictSNOMusic.Add("Music_A2_Pathway_trg_j", 229503); DictSNOMusic.Add("Music_A2_Pathway_trg_k", 229504); DictSNOMusic.Add("Music_A2_Pathway_trg_l", 229509); DictSNOMusic.Add("Music_A2_Pathway_trg_m", 229513); DictSNOMusic.Add("Music_A2_Pathway_trg_n", 229516); DictSNOMusic.Add("Music_A2_Pathway_trg_o", 229552); DictSNOMusic.Add("Music_A2_Pathway_trg_p", 229606); DictSNOMusic.Add("Music_A2_Pathway_trg_q", 229612); DictSNOMusic.Add("Music_A2_Pathway_trg_r", 229613); DictSNOMusic.Add("Music_A2_Pathway_trg_s", 229620); DictSNOMusic.Add("Music_A2_Pathway_trg_t", 229652); DictSNOMusic.Add("Music_A2_Pathway_trg_u", 229654); DictSNOMusic.Add("Music_A2_Pathway_trg_v", 229668); DictSNOMusic.Add("Music_A2_Pathway_trg_w", 229679); DictSNOMusic.Add("Music_A2_Pathway_trg_x", 229736); DictSNOMusic.Add("Music_A2_Pathway_trg_y", 229994); DictSNOMusic.Add("Music_A2_Pathway_trg_z", 230380); DictSNOMusic.Add("Music_A2_Sewers_int", 192402); DictSNOMusic.Add("Music_A2_StingingWinds_ext", 192403); DictSNOMusic.Add("Music_A2_StingingWinds_Mehtan", 212067); DictSNOMusic.Add("Music_A2_StingingWinds_NecromancerTotems", 212082); DictSNOMusic.Add("Music_A2_StormPassage_ShadowLock", 212034); DictSNOMusic.Add("Music_A2_SunderedCanyon_ext", 192404); DictSNOMusic.Add("Music_A2_Terminus_RedLights", 212030); DictSNOMusic.Add("Music_A2_UnknownDepths_DustImps", 212550); DictSNOMusic.Add("Music_A2_UnknownDepths_SandDwellerAmbush", 212046); DictSNOMusic.Add("Music_A2_UnknownDepths_ShadowLock", 212036); DictSNOMusic.Add("Music_A2_VaultAssassin_ReliquaryBlood", 212052); DictSNOMusic.Add("Music_A2_Waterways_int", 192406); DictSNOMusic.Add("Music_A2_ZoltanKulle_int", 192407); DictSNOMusic.Add("Music_A2_ZoltunKulleReassembly_evt", 210155); DictSNOMusic.Add("Music_A2_ZoltunKulle_Defeat", 210218); DictSNOMusic.Add("Music_A2_ZoltunKulle_Fight", 210219); DictSNOMusic.Add("Music_A2_ZoltunKulle_Intro", 210220); DictSNOMusic.Add("Music_A3_AdriaBSSAzmodan_evt", 210167); DictSNOMusic.Add("Music_A3_AdriasBetrayal_evt", 210168); DictSNOMusic.Add("Music_A3_ArreatCrater_AzmodanPain", 210917); DictSNOMusic.Add("Music_A3_ArreatCrater_AzmodanTaunt", 210914); DictSNOMusic.Add("Music_A3_ArreatCrater_int", 210093); DictSNOMusic.Add("Music_A3_Azmodan_Defeat", 210238); DictSNOMusic.Add("Music_A3_Azmodan_Fight", 210235); DictSNOMusic.Add("Music_A3_Azmodan_Intro", 210237); DictSNOMusic.Add("Music_A3_Barracks_int", 210095); DictSNOMusic.Add("Music_A3_BastionsKeepStronghold_Azmodan", 210912); DictSNOMusic.Add("Music_A3_BastionsKeepStronghold_int", 210092); DictSNOMusic.Add("Music_A3_Battlefields_ext", 210097); DictSNOMusic.Add("Music_A3_BSSAmbush_evt", 210164); DictSNOMusic.Add("Music_A3_Cydaea_Defeat", 210231); DictSNOMusic.Add("Music_A3_Cydaea_Fight", 210232); DictSNOMusic.Add("Music_A3_Cydaea_Intro", 210233); DictSNOMusic.Add("Music_A3_EdgeAbyss_Tyrael", 210904); DictSNOMusic.Add("Music_A3_EdgeOfAbyss_int", 230179); DictSNOMusic.Add("Music_A3_Ghom_Defeat", 210225); DictSNOMusic.Add("Music_A3_Ghom_Fight", 210226); DictSNOMusic.Add("Music_A3_Ghom_Intro", 210227); DictSNOMusic.Add("Music_A3_HeartOfSin_int", 210094); DictSNOMusic.Add("Music_A3_IcefallCaves_int", 210101); DictSNOMusic.Add("Music_A3_KeepDepths_AzmodanWarning", 210900); DictSNOMusic.Add("Music_A3_KeepDepths_int", 210102); DictSNOMusic.Add("Music_A3_KeepStores_int", 210103); DictSNOMusic.Add("Music_A3_KeepStores_Leah", 210911); DictSNOMusic.Add("Music_A3_KeepTower_ext", 217086); DictSNOMusic.Add("Music_A3_Pathway_trg_a", 229175); DictSNOMusic.Add("Music_A3_Pathway_trg_c", 230079); DictSNOMusic.Add("Music_A3_Pathway_trg_d", 230085); DictSNOMusic.Add("Music_A3_Pathway_trg_e", 230086); DictSNOMusic.Add("Music_A3_Pathway_trg_f", 230089); DictSNOMusic.Add("Music_A3_Pathway_trg_g", 230091); DictSNOMusic.Add("Music_A3_Pathway_trg_h", 230093); DictSNOMusic.Add("Music_A3_Pathway_trg_i", 230138); DictSNOMusic.Add("Music_A3_Pathway_trg_j", 230139); DictSNOMusic.Add("Music_A3_Pathway_trg_k", 230140); DictSNOMusic.Add("Music_A3_Pathway_trg_l", 230158); DictSNOMusic.Add("Music_A3_Pathway_trg_m", 230212); DictSNOMusic.Add("Music_A3_Pathway_trg_n", 230213); DictSNOMusic.Add("Music_A3_Pathway_trg_o", 230219); DictSNOMusic.Add("Music_A3_Pathway_trg_p", 230220); DictSNOMusic.Add("Music_A3_Pathway_trg_q", 230286); DictSNOMusic.Add("Music_A3_Pathway_trg_r", 230326); DictSNOMusic.Add("Music_A3_Pathway_trg_s", 230328); DictSNOMusic.Add("Music_A3_Pathway_trg_t", 230334); DictSNOMusic.Add("Music_A3_RakkisCrossing_Azmodan", 210905); DictSNOMusic.Add("Music_A3_Rakkis_ext", 230152); DictSNOMusic.Add("Music_A3_Siegebreaker_Defeat", 210228); DictSNOMusic.Add("Music_A3_Siegebreaker_Fight", 210229); DictSNOMusic.Add("Music_A3_SkycrownBattlements_ext", 210105); DictSNOMusic.Add("Music_A3_Skycrown_Azmodan", 210915); DictSNOMusic.Add("Music_A3_Skycrown_CaptCyrilis", 210916); DictSNOMusic.Add("Music_A3_Skycrown_SignalBeacons", 210960); DictSNOMusic.Add("Music_A3_Stonefort_CaptHaile", 210901); DictSNOMusic.Add("Music_A3_Stonefort_CaptHaile_b", 217017); DictSNOMusic.Add("Music_A3_Stonefort_Catapult", 210961); DictSNOMusic.Add("Music_A3_Stonefort_LieutClyfton", 210959); DictSNOMusic.Add("Music_A3_Stonefort_LieutLavail", 210958); DictSNOMusic.Add("Music_A3_TheLarder_int", 210106); DictSNOMusic.Add("Music_A3_TwrOfCursed_SinHeart", 210902); DictSNOMusic.Add("Music_A4_AurielsLastWord_evt", 216010); DictSNOMusic.Add("Music_A4_BlessedChancel_int", 210110); DictSNOMusic.Add("Music_A4_CrystalColonnade_ImperiusThreat", 210683); DictSNOMusic.Add("Music_A4_CrystalColonnade_ImperiusWarning", 210686); DictSNOMusic.Add("Music_A4_CrystalColonnade_Imperius_alt", 230180); DictSNOMusic.Add("Music_A4_DiabloFight1_evt", 210170); DictSNOMusic.Add("Music_A4_DiabloFight2_evt", 210171); DictSNOMusic.Add("Music_A4_DiabloFight3_evt", 215762); DictSNOMusic.Add("Music_A4_Diablo_Fight", 216005); DictSNOMusic.Add("Music_A4_Diablo_Fight_b", 216006); DictSNOMusic.Add("Music_A4_Diablo_Fight_c", 216007); DictSNOMusic.Add("Music_A4_Diablo_Fight_Finish_evt", 216013); DictSNOMusic.Add("Music_A4_DiamondGates_any", 210111); DictSNOMusic.Add("Music_A4_GardensHope_FindTyrael", 210681); DictSNOMusic.Add("Music_A4_GatewaySpire_AspectTerror", 210692); DictSNOMusic.Add("Music_A4_GatewaySpire_int", 210117); DictSNOMusic.Add("Music_A4_HellRift_int", 210109); DictSNOMusic.Add("Music_A4_Iskatu_Defeat", 230611); DictSNOMusic.Add("Music_A4_Iskatu_Fight", 230612); DictSNOMusic.Add("Music_A4_Izual_Fight", 230965); DictSNOMusic.Add("Music_A4_LibraryFate_Auriel", 210453); DictSNOMusic.Add("Music_A4_Pathway_trg_a", 230181); DictSNOMusic.Add("Music_A4_Pathway_trg_b", 230182); DictSNOMusic.Add("Music_A4_Pathway_trg_diablo_a", 230210); DictSNOMusic.Add("Music_A4_Pathway_trg_diablo_d", 230283); DictSNOMusic.Add("Music_A4_Pathway_trg_diablo_e", 230289); DictSNOMusic.Add("Music_A4_Pathway_trg_diablo_f", 230371); DictSNOMusic.Add("Music_A4_Pathway_trg_diablo_g", 230886); DictSNOMusic.Add("Music_A4_Pathway_trg_e", 230398); DictSNOMusic.Add("Music_A4_Pathway_trg_f", 230399); DictSNOMusic.Add("Music_A4_Pathway_trg_g", 230400); DictSNOMusic.Add("Music_A4_Pathway_trg_i", 230459); DictSNOMusic.Add("Music_A4_Pathway_trg_j", 230461); DictSNOMusic.Add("Music_A4_Pathway_trg_k", 230465); DictSNOMusic.Add("Music_A4_Pathway_trg_l", 230578); DictSNOMusic.Add("Music_A4_Pathway_trg_m", 230635); DictSNOMusic.Add("Music_A4_Pathway_trg_n", 230637); DictSNOMusic.Add("Music_A4_Pathway_trg_o", 230639); DictSNOMusic.Add("Music_A4_Pathway_trg_p", 230650); DictSNOMusic.Add("Music_A4_Pathway_trg_q", 230657); DictSNOMusic.Add("Music_A4_Pathway_trg_r", 230659); DictSNOMusic.Add("Music_A4_Pathway_trg_s", 230661); DictSNOMusic.Add("Music_A4_Pathway_trg_t", 230663); DictSNOMusic.Add("Music_A4_Pathway_trg_u", 230665); DictSNOMusic.Add("Music_A4_Rakanoth_Defeat", 210239); DictSNOMusic.Add("Music_A4_Rakanoth_Fight", 210240); DictSNOMusic.Add("Music_A4_Rakanoth_Intro", 210241); DictSNOMusic.Add("Music_A4_ShadowRealm_int", 210108); DictSNOMusic.Add("Music_A4_SilverSpire_AspectAnguish", 210694); DictSNOMusic.Add("Music_A4_SilverSpire_AspectHatred", 210701); DictSNOMusic.Add("Music_A4_SilverSpire_AspectLies", 210705); DictSNOMusic.Add("Music_A4_SilverSpire_AspectSin", 217009); DictSNOMusic.Add("Music_A4_SilverSpire_CaptRumford", 217010); DictSNOMusic.Add("Music_A4_SilverSpire_DeckardCain", 210699); DictSNOMusic.Add("Music_A4_SilverSpire_IzualDefeat", 210697); DictSNOMusic.Add("Music_A4_SilverSpire_IzualReturn", 210695); DictSNOMusic.Add("Music_A4_SilverSpire_LeahGhost", 210688); DictSNOMusic.Add("Music_A4_SilverSpire_Maghda", 210693); DictSNOMusic.Add("Music_A4_SilverSpire_MiraEamon", 210704); DictSNOMusic.Add("Music_A4_TyraelsPurpose_evt", 210169); DictSNOMusic.Add("Music_A4_VestibuleLight_Iskatu_Intro", 210435); DictSNOMusic.Add("Music_A4_VestibuleLight_Itherael_Intro", 210434); DictSNOMusic.Add("Music_Ax_UberBossfight_Intro", 261880); DictSNOMusic.Add("Music_Ax_UberDiablo_Fight", 376881); DictSNOMusic.Add("Music_Ax_UberGhomDespair_Defeat", 261795); DictSNOMusic.Add("Music_Ax_UberGhomDespair_Fight", 261793); DictSNOMusic.Add("Music_Ax_UberPortalCellar_int", 259758); DictSNOMusic.Add("Music_Ax_UberSK-Maghda_Defeat", 261761); DictSNOMusic.Add("Music_Ax_UberSK-Maghda_Fight", 261760); DictSNOMusic.Add("Music_Ax_UberZK-Siege_Defeat", 263592); DictSNOMusic.Add("Music_Ax_UberZK-Siege_Fight", 261876); DictSNOMusic.Add("Music_D3_A1_BnetScreen_any", 210539); DictSNOMusic.Add("Music_D3_A2_BnetScreen_any", 210542); DictSNOMusic.Add("Music_D3_A3_BnetScreen_any", 210543); DictSNOMusic.Add("Music_D3_A4_BnetScreen_any", 210544); DictSNOMusic.Add("Music_D3_Ax_BnetScreen_any_01", 210540); DictSNOMusic.Add("Music_D3_Ax_LoginScreen_Any", 210536); DictSNOMusic.Add("Music_D3_Credits", 216730); DictSNOMusic.Add("Music_P1_Cesspools_Itr", 410223); DictSNOMusic.Add("Music_P1_GoblinRealm_Int", 403565); DictSNOMusic.Add("Music_P1_GoblinRealm_Int_Ancient", 483118); DictSNOMusic.Add("Music_P1_GoblinRealm_Itr", 404748); DictSNOMusic.Add("Music_P1_Greed_Death", 404158); DictSNOMusic.Add("Music_P1_Greed_Fight", 403558); DictSNOMusic.Add("Music_P2_Blades_Evt", 441761); DictSNOMusic.Add("Music_P2_CursedSurprise_Evt", 441763); DictSNOMusic.Add("Music_P2_Guardians_Evt", 441765); DictSNOMusic.Add("Music_P2_ReturnAbdA_Evt", 441766); DictSNOMusic.Add("Music_P2_ReturnAbdB_Evt", 441767); DictSNOMusic.Add("Music_P2_Ruins_Frost_Ext_01", 450960); DictSNOMusic.Add("Music_P2_Ziggurat_Evt", 441768); DictSNOMusic.Add("Music_P43_Catecombs_Int_01", 454897); DictSNOMusic.Add("Music_P43_Cathedral_Dungeon_Int_01", 454896); DictSNOMusic.Add("Music_P43_Caves_Int_01", 454898); DictSNOMusic.Add("Music_P43_Hell_Int_01", 454901); DictSNOMusic.Add("Music_P43_Tristram_Ext_01", 455904); DictSNOMusic.Add("Music_P6_AscensionRitual_Evt", 477054); DictSNOMusic.Add("Music_P6_BloodCaravan_Evt", 477055); DictSNOMusic.Add("Music_P6_BloodCollection_Evt", 477056); DictSNOMusic.Add("Music_P6_Caves_Int_01", 476808); DictSNOMusic.Add("Music_P6_ChurchIntro_01", 476825); DictSNOMusic.Add("Music_P6_Church_Int_01", 476809); DictSNOMusic.Add("Music_P6_DeathofAdventurer_Evt", 477057); DictSNOMusic.Add("Music_P6_MoorsIntro_01", 476796); DictSNOMusic.Add("Music_P6_Moors_Ext_01", 476800); DictSNOMusic.Add("Music_P6_SacrificesMade_Evt", 477058); DictSNOMusic.Add("Music_P6_Vidian_Defeat", 473307); DictSNOMusic.Add("Music_P6_Vidian_Fight_A", 473299); DictSNOMusic.Add("Music_P6_Vidian_Fight_B", 473300); DictSNOMusic.Add("music_titlescreen", 132851); DictSNOMusic.Add("Music_X1_A5_Abattoir2_Int", 370093); DictSNOMusic.Add("Music_X1_A5_Abattoire_Intro", 370004); DictSNOMusic.Add("Music_X1_A5_Abattoire_Intro_B", 370079); DictSNOMusic.Add("Music_X1_A5_Abattoire_Intro_C", 370080); DictSNOMusic.Add("Music_X1_A5_Abattoire_Intro_D", 370081); DictSNOMusic.Add("Music_X1_A5_AbattoirRand1B_Int", 370092); DictSNOMusic.Add("Music_X1_A5_Abattoir_Int", 370089); DictSNOMusic.Add("Music_X1_A5_Abattoir_Rand2B_Int", 370090); DictSNOMusic.Add("Music_X1_A5_AdriaRena_Int", 377905); DictSNOMusic.Add("Music_X1_A5_Adria_Defeat", 368249); DictSNOMusic.Add("Music_X1_A5_Adria_Fight_A", 365286); DictSNOMusic.Add("Music_X1_A5_Adria_Fight_B", 365287); DictSNOMusic.Add("Music_X1_A5_Adria_Intro", 368219); DictSNOMusic.Add("Music_X1_A5_Altar_Evt", 364799); DictSNOMusic.Add("Music_X1_A5_AncientJail_Evt", 364867); DictSNOMusic.Add("Music_X1_A5_AngryBats_Evt", 364837); DictSNOMusic.Add("Music_X1_A5_BloodMarsh_Ext", 357789); DictSNOMusic.Add("Music_X1_A5_BloodMarsh_Itr", 364188); DictSNOMusic.Add("Music_X1_A5_Bnetscreen_any", 330087); DictSNOMusic.Add("Music_X1_A5_BogCatacombs7_Evt", 364846); DictSNOMusic.Add("Music_X1_A5_BogCatacombs8_Evt", 364847); DictSNOMusic.Add("Music_X1_A5_BogginFightClub_Evt", 364761); DictSNOMusic.Add("Music_X1_A5_Bogloriffic_Evt", 364852); DictSNOMusic.Add("Music_X1_A5_BrutalAssault_Evt", 364763); DictSNOMusic.Add("Music_X1_A5_CannibalHillbilly_Evt", 364838); DictSNOMusic.Add("Music_X1_A5_CaptainStokely_Evt", 360746); DictSNOMusic.Add("Music_X1_A5_Catacomb_Int", 357790); DictSNOMusic.Add("Music_X1_A5_Cathedral_Int", 316821); DictSNOMusic.Add("Music_X1_A5_CellarKids_Evt", 360745); DictSNOMusic.Add("Music_X1_A5_CellarWestmarche_int", 357485); DictSNOMusic.Add("Music_X1_A5_CellarWestmarch_int", 357480); DictSNOMusic.Add("Music_X1_A5_Cemetary_Intro", 370002); DictSNOMusic.Add("Music_X1_A5_ChestAmbushA_Evt", 364747); DictSNOMusic.Add("Music_X1_A5_ChestAmbushB_Evt", 364748); DictSNOMusic.Add("Music_X1_A5_Chronotrigger_Evt", 364856); DictSNOMusic.Add("Music_X1_A5_CircleOfDeath_Evt", 360723); DictSNOMusic.Add("Music_X1_A5_ClyftonHall_Int", 376495); DictSNOMusic.Add("Music_X1_A5_Corpsefinder_Evt", 360744); DictSNOMusic.Add("Music_X1_A5_Corvus2_Intro", 370098); DictSNOMusic.Add("Music_X1_A5_Corvus_Itr", 364192); DictSNOMusic.Add("Music_X1_A5_CrumblingBunker_Evt", 364746); DictSNOMusic.Add("Music_X1_A5_Cryptology_Evt", 364800); DictSNOMusic.Add("Music_X1_A5_CursedChestGeneric_Evt", 365123); DictSNOMusic.Add("Music_X1_A5_DarkGideon_Intro", 369973); DictSNOMusic.Add("Music_X1_A5_DeadEndChest_Evt", 360722); DictSNOMusic.Add("Music_X1_A5_DeathGrub_Evt", 364745); DictSNOMusic.Add("Music_X1_A5_DeathMaidenAmbush_Evt", 364826); DictSNOMusic.Add("Music_X1_A5_DeathMaiden_Evt", 365765); DictSNOMusic.Add("Music_X1_A5_DemonCache_Evt", 376028); DictSNOMusic.Add("Music_X1_A5_Distressed_Int", 342629); DictSNOMusic.Add("Music_X1_A5_DogAmbush_Evt", 364825); DictSNOMusic.Add("Music_X1_A5_DoomedGuards_Evt", 330095); DictSNOMusic.Add("Music_X1_A5_DoomedWoman_Evt", 330093); DictSNOMusic.Add("Music_X1_A5_Dreven_Enc", 369971); DictSNOMusic.Add("Music_X1_A5_FireAmbush_Evt", 364797); DictSNOMusic.Add("Music_X1_A5_FireExternal2A_Evt", 364873); DictSNOMusic.Add("Music_X1_A5_FireExternal2B_Evt", 364874); DictSNOMusic.Add("Music_X1_A5_FireExternal_Evt", 364798); DictSNOMusic.Add("Music_X1_A5_ForgottenWar_Evt", 364857); DictSNOMusic.Add("Music_X1_A5_Fortified_Evt", 364868); DictSNOMusic.Add("Music_X1_A5_Fortress2_Intro", 370171); DictSNOMusic.Add("Music_X1_A5_Fortress_int", 357708); DictSNOMusic.Add("Music_X1_A5_Fortress_Intro", 370170); DictSNOMusic.Add("Music_X1_A5_Fortress_Mal_Intro", 375654); DictSNOMusic.Add("Music_X1_A5_Garden_Evt", 364848); DictSNOMusic.Add("Music_X1_A5_GideonsCourt_Ext", 340371); DictSNOMusic.Add("Music_X1_A5_GraveRobert_Evt", 364876); DictSNOMusic.Add("Music_X1_A5_GreatWeapon_Evt", 364861); DictSNOMusic.Add("Music_X1_A5_HauntedInn_Evt", 364830); DictSNOMusic.Add("Music_X1_A5_HauntedManor_Evt", 330097); DictSNOMusic.Add("Music_X1_A5_HexMaze2_int", 370204); DictSNOMusic.Add("Music_X1_A5_Hexmaze2_Intro", 370201); DictSNOMusic.Add("Music_X1_A5_HexMazeEN1_int", 370206); DictSNOMusic.Add("Music_X1_A5_HexmazeEN1_Intro", 370203); DictSNOMusic.Add("Music_X1_A5_HexMazeEN2_int", 370205); DictSNOMusic.Add("Music_X1_A5_HexmazeEN2_Intro", 370202); DictSNOMusic.Add("Music_X1_A5_HexMaze_int", 357707); DictSNOMusic.Add("Music_X1_A5_Hexmaze_Intro", 370200); DictSNOMusic.Add("Music_X1_A5_HouseDeepSorrow_Int", 314039); DictSNOMusic.Add("Music_X1_A5_InfestedRuins_Evt", 364749); DictSNOMusic.Add("Music_X1_A5_Intro_B", 369815); DictSNOMusic.Add("Music_X1_A5_ItsTrap_Evt", 364840); DictSNOMusic.Add("Music_X1_A5_Judgement_Evt", 364869); DictSNOMusic.Add("Music_X1_A5_KingEventThree_Evt", 377648); DictSNOMusic.Add("Music_X1_A5_KingOfBogHill_Evt", 364841); DictSNOMusic.Add("Music_X1_A5_KoolAidDrinkers_Evt", 360724); DictSNOMusic.Add("Music_X1_A5_LastAncients_Evt", 364821); DictSNOMusic.Add("Music_X1_A5_LeaperAmbush_Evt", 364764); DictSNOMusic.Add("Music_X1_A5_LootRunIntro_A", 334545); DictSNOMusic.Add("Music_X1_A5_LordOfFools_Evt", 364842); DictSNOMusic.Add("Music_X1_A5_LostAndForgotten_Evt", 364853); DictSNOMusic.Add("Music_X1_A5_LR_BossSpawn", 375768); DictSNOMusic.Add("Music_X1_A5_MadMan_Evt", 330094); DictSNOMusic.Add("Music_X1_A5_Madman_Int", 314040); DictSNOMusic.Add("Music_X1_A5_MaggotCrew_Evt", 364814); DictSNOMusic.Add("Music_X1_A5_MaggotLoad_Evt", 364762); DictSNOMusic.Add("Music_X1_A5_MaggotParty_Evt", 364854); DictSNOMusic.Add("Music_X1_A5_MaggotsMaggots_Evt", 364855); DictSNOMusic.Add("Music_X1_A5_MalthaelFight_Defeat", 365235); DictSNOMusic.Add("Music_X1_A5_MalthaelFight_Intro", 365234); DictSNOMusic.Add("Music_X1_A5_MalthaelFight_Intro2", 365708); DictSNOMusic.Add("Music_X1_A5_MalthaelFight_Intro3", 365763); DictSNOMusic.Add("Music_X1_A5_MalthaelPandemonium_Int", 370822); DictSNOMusic.Add("Music_X1_A5_Malthael_Fight_A", 365232); DictSNOMusic.Add("Music_X1_A5_Malthael_Fight_B", 365233); DictSNOMusic.Add("Music_X1_A5_Malthael_Fight_C", 365707); DictSNOMusic.Add("Music_X1_A5_MassacredGuards_Evt", 360725); DictSNOMusic.Add("Music_X1_A5_MasterAsteroids_Evt", 364858); DictSNOMusic.Add("Music_X1_A5_Miser_Evt", 360750); DictSNOMusic.Add("Music_X1_A5_Necromancers_Int", 314038); DictSNOMusic.Add("Music_X1_A5_Necromancer_Evt", 330090); DictSNOMusic.Add("Music_X1_A5_NephalemLoot_Evt", 364849); DictSNOMusic.Add("Music_X1_A5_OrbFinish_A", 377689); DictSNOMusic.Add("Music_X1_A5_Orb_Fight", 377668); DictSNOMusic.Add("Music_X1_A5_Pandemonium_Ext", 341577); DictSNOMusic.Add("Music_X1_A5_Pandemonium_Intro", 370213); DictSNOMusic.Add("Music_X1_A5_PandemOverlook_Itr", 357804); DictSNOMusic.Add("Music_X1_A5_PanicHouse_Evt", 364831); DictSNOMusic.Add("Music_X1_A5_Prison_Evt", 364859); DictSNOMusic.Add("Music_X1_A5_RatsAttack_Evt", 364832); DictSNOMusic.Add("Music_X1_A5_ReformedCultist_Evt", 330091); DictSNOMusic.Add("Music_X1_A5_ReformedCultist_Int", 314037); DictSNOMusic.Add("Music_X1_A5_RescueGuards_Evt", 330092); DictSNOMusic.Add("Music_X1_A5_Ressurection_Evt", 364822); DictSNOMusic.Add("Music_X1_A5_Ruffians_Evt", 364833); DictSNOMusic.Add("Music_X1_A5_Runaround_Evt", 364875); DictSNOMusic.Add("Music_X1_A5_Sacristy_Intro", 369974); DictSNOMusic.Add("Music_X1_A5_ScorpionPit_Evt", 364850); DictSNOMusic.Add("Music_X1_A5_Scoundrel_Evt", 364828); DictSNOMusic.Add("Music_X1_A5_Shen_Evt", 364816); DictSNOMusic.Add("Music_X1_A5_ShippingStorehouse_Int", 314041); DictSNOMusic.Add("Music_X1_A5_SiegeDistraction_Evt", 364860); DictSNOMusic.Add("Music_X1_A5_Sinkhole_Evt", 330096); DictSNOMusic.Add("Music_X1_A5_SkeletonRush_Evt", 364834); DictSNOMusic.Add("Music_X1_A5_SlaughterPeasants_Evt", 364753); DictSNOMusic.Add("Music_X1_A5_SorcerorsRoom_Evt", 364754); DictSNOMusic.Add("Music_X1_A5_SpiritPrisonA_Evt", 364870); DictSNOMusic.Add("Music_X1_A5_Templar_Evt", 364829); DictSNOMusic.Add("Music_X1_A5_TheBog_Ext", 341578); DictSNOMusic.Add("Music_X1_A5_TheHarvest_Evt", 360726); DictSNOMusic.Add("Music_X1_A5_TheHive_Evt", 364862); DictSNOMusic.Add("Music_X1_A5_TheSwarm_Evt", 364801); DictSNOMusic.Add("Music_X1_A5_ThreeBears_Evt", 364815); DictSNOMusic.Add("Music_X1_A5_TreasureRoom_Evt", 364851); DictSNOMusic.Add("Music_X1_A5_Tribute_Evt", 364843); DictSNOMusic.Add("Music_X1_A5_TustinesBrewery_Evt", 364755); DictSNOMusic.Add("Music_X1_A5_UndeadHusband_Evt", 364877); DictSNOMusic.Add("Music_X1_A5_UrzaelIntroduction_Seq", 365771); DictSNOMusic.Add("Music_X1_A5_UrzaelKorelan_Int", 369981); DictSNOMusic.Add("Music_X1_A5_Urzael_A", 340261); DictSNOMusic.Add("Music_X1_A5_Urzael_B", 340258); DictSNOMusic.Add("Music_X1_A5_Urzael_C", 340259); DictSNOMusic.Add("Music_X1_A5_Urzael_Fight", 340254); DictSNOMusic.Add("Music_X1_A5_WestmarchFire_itr", 356878); DictSNOMusic.Add("Music_X1_A5_WestmarchHub", 314036); DictSNOMusic.Add("Music_X1_A5_WestmarchHub_Intro", 369829); DictSNOMusic.Add("Music_X1_A5_WestmarchIntro", 314035); DictSNOMusic.Add("Music_X1_A5_WestmarchOverlook", 314034); DictSNOMusic.Add("Music_X1_A5_Westmarch_Ext", 330099); DictSNOMusic.Add("Music_X1_A5_Westmarch_Ext_03", 369726); DictSNOMusic.Add("Music_X1_A5_Wickerman_Evt", 364844); DictSNOMusic.Add("Music_X1_A5_Worldstone_Evt", 364872); DictSNOMusic.Add("Music_X1_A5_WyntonCourtyard_Evt", 364756); DictSNOMusic.Add("Music_X1_A5_YardRush_Evt", 364759); DictSNOMusic.Add("Music_X1_A5_ZombieAmbush_Evt", 364827); DictSNOMusic.Add("Music_X1_A5_ZombieFireplace_Evt", 364835); DictSNOMusic.Add("P1_LR_Music_Cesspools", 403603); DictSNOMusic.Add("p2_TotallyNotACowLevel_Music", 435472); DictSNOMusic.Add("P6_LR_music_LostSouls", 476220); DictSNOMusic.Add("px_lr_music_stingingWinds", 428911); DictSNOMusic.Add("x1_LR_music_abattoir", 354311); DictSNOMusic.Add("x1_LR_Music_aqueducts", 353815); DictSNOMusic.Add("x1_LR_music_arreatCrater", 354312); DictSNOMusic.Add("x1_LR_music_battlefields", 354133); DictSNOMusic.Add("x1_LR_Music_bogCave", 353819); DictSNOMusic.Add("x1_LR_music_bog_ext", 354025); DictSNOMusic.Add("x1_LR_music_boneyards", 354137); DictSNOMusic.Add("x1_LR_Music_catacombs", 353827); DictSNOMusic.Add("x1_LR_Music_cathedral", 353692); DictSNOMusic.Add("x1_LR_music_caveGeneric", 354073); DictSNOMusic.Add("x1_LR_Music_Crypt_Enivob", 377451); DictSNOMusic.Add("x1_LR_music_curruptSpire", 353830); DictSNOMusic.Add("x1_LR_music_festeringWoods", 354139); DictSNOMusic.Add("x1_LR_music_floodedCave", 354054); DictSNOMusic.Add("x1_LR_music_gardensOfHeavan", 354026); DictSNOMusic.Add("x1_LR_music_hexMaze", 354152); DictSNOMusic.Add("x1_LR_music_highlands", 354128); DictSNOMusic.Add("x1_LR_music_iceCaves", 354057); DictSNOMusic.Add("x1_LR_music_keepDepths", 354059); DictSNOMusic.Add("x1_LR_music_leorics", 354069); DictSNOMusic.Add("x1_LR_music_leoricsJail", 354066); DictSNOMusic.Add("x1_LR_music_oasis", 354032); DictSNOMusic.Add("x1_LR_music_pandemoniumFortress", 354148); DictSNOMusic.Add("x1_LR_music_pandemonium_ext", 354033); DictSNOMusic.Add("x1_LR_music_ramparts", 354034); DictSNOMusic.Add("x1_LR_music_sewers", 354074); DictSNOMusic.Add("x1_LR_Music_skeletonKingCrypt", 353696); DictSNOMusic.Add("x1_LR_Music_spiderCave", 353740); DictSNOMusic.Add("x1_LR_Music_tristramFields", 353811); DictSNOMusic.Add("x1_LR_music_westmarch_ext", 354028); DictSNOMusic.Add("x1_LR_music_whimsyshire", 354165); DictSNOMusic.Add("x1_LR_music_wortham", 354132); DictSNOMusic.Add("x1_LR_music_zoltArchives", 354105); DictSNOMusic.Add("x1_LR_music_zoltRuins", 354108); #endregion return DictSNOMusic; } public static Dictionary LoadObserver() { Dictionary DictSNOObserver = new Dictionary(); #region Observer DictSNOObserver.Add("Battlenet_BannerCustomization_BannerObserver", 225591); DictSNOObserver.Add("Battlenet_FriendInfoPanel_BannerObserver", 179191); DictSNOObserver.Add("Battlenet_FriendInfoPanel_HeroObserver", 131137); DictSNOObserver.Add("Battlenet_GameSettingsChallengeRiftsPedestal_Observer", 472286); DictSNOObserver.Add("Battlenet_GameSettingsChallengeRifts_Observer", 472051); DictSNOObserver.Add("BattleNet_MainScreen_Demo_Observer", 470546); DictSNOObserver.Add("BattleNet_MainScreen_Observer", 148541); DictSNOObserver.Add("Battlenet_NecroPurchase_Observer_BoneWings", 472257); DictSNOObserver.Add("Battlenet_NecroPurchase_Observer_GolemPet", 472262); DictSNOObserver.Add("Battlenet_NecroPurchase_Observer_NecroF", 472250); DictSNOObserver.Add("Battlenet_NecroPurchase_Observer_NecroM", 472256); DictSNOObserver.Add("BattleNet_Pause_HeroObserver", 359831); DictSNOObserver.Add("BattleNet_ProfileCarousel_Observer", 191083); DictSNOObserver.Add("Battlenet_ProfileHeroes_Observer", 192518); DictSNOObserver.Add("BattleNet_PvP_MatchSummary_AllyBannerObserver", 246472); DictSNOObserver.Add("BattleNet_PvP_MatchSummary_BannerObserver", 250362); DictSNOObserver.Add("BattleNet_PvP_MatchSummary_HeroObserver", 239039); DictSNOObserver.Add("BattleNet_PvP_PreGame_AllyBannerObserver", 248890); DictSNOObserver.Add("Battlenet_SeasonJourney_Pennant_Observer", 440213); DictSNOObserver.Add("Battlenet_SeasonJourney_PetDefault_Observer", 450932); DictSNOObserver.Add("Battlenet_SeasonJourney_PetGhost_Observer", 451223); DictSNOObserver.Add("Battlenet_SeasonJourney_PetLarge01_Observer", 450929); DictSNOObserver.Add("Battlenet_SeasonJourney_PetMedium01_Observer", 450927); DictSNOObserver.Add("Battlenet_SeasonJourney_PetMedium02_Observer", 450928); DictSNOObserver.Add("Battlenet_SeasonJourney_PetNightmare_Observer", 451222); DictSNOObserver.Add("Battlenet_SeasonJourney_PetSmall01_Observer", 450926); DictSNOObserver.Add("Battlenet_SeasonJourney_Wings_Observer", 440212); DictSNOObserver.Add("Battlenet_Social_Tooltip_HeroObserver", 323587); DictSNOObserver.Add("Battlenet_StorePremiumPass_Character_X1_Observer", 435746); DictSNOObserver.Add("Battlenet_StorePremiumPass_Character_X1_Observer1", 435747); DictSNOObserver.Add("Battlenet_StorePreview_Character_X1_Observer", 428604); DictSNOObserver.Add("Battlenet_StorePreview_Ghost_X1_Observer", 451193); DictSNOObserver.Add("Battlenet_StorePreview_Nightmare_X1_Observer", 451189); DictSNOObserver.Add("Battlenet_StorePreview_PetLarge01_X1_Observer", 444475); DictSNOObserver.Add("Battlenet_StorePreview_PetMedium01_X1_Observer", 449951); DictSNOObserver.Add("Battlenet_StorePreview_PetMedium02_X1_Observer", 449952); DictSNOObserver.Add("Battlenet_StorePreview_PetSmall01_X1_Observer", 449950); DictSNOObserver.Add("Battlenet_StorePreview_Pet_X1_Observer", 428608); DictSNOObserver.Add("Battlenet_Store_BarbFeatured_Observer", 430490); DictSNOObserver.Add("Battlenet_Store_BarbGrid_Observer", 427373); DictSNOObserver.Add("Battlenet_Store_BarbPennant_Observer", 433264); DictSNOObserver.Add("Battlenet_Store_CongratsDoor_X1_Observer", 429858); DictSNOObserver.Add("Battlenet_Store_CongratsParticle_X1_Observer", 430258); DictSNOObserver.Add("Battlenet_Store_MonkFeatured_Observer", 433041); DictSNOObserver.Add("Battlenet_Store_MonkGrid_Observer", 433020); DictSNOObserver.Add("Battlenet_Store_MonkPennant_Observer", 433269); DictSNOObserver.Add("Battlenet_Store_NecroPurchased_Observer", 476672); DictSNOObserver.Add("Battlenet_Store_PennantGrid_Observer", 433146); DictSNOObserver.Add("Battlenet_Store_PetFeaturedGhost_Observer", 451191); DictSNOObserver.Add("Battlenet_Store_PetFeaturedLarge_Observer", 449639); DictSNOObserver.Add("Battlenet_Store_PetFeaturedMedium01_Observer", 449974); DictSNOObserver.Add("Battlenet_Store_PetFeaturedMedium02_Observer", 449975); DictSNOObserver.Add("Battlenet_Store_PetFeaturedNightmare_Observer", 451190); DictSNOObserver.Add("Battlenet_Store_PetFeaturedSmall_Observer", 449882); DictSNOObserver.Add("Battlenet_Store_PetFeatured_Observer", 430491); DictSNOObserver.Add("Battlenet_Store_PetGridGhost_Observer", 451192); DictSNOObserver.Add("Battlenet_Store_PetGridLarge01_Observer", 444472); DictSNOObserver.Add("Battlenet_Store_PetGridMedium01_Observer", 449897); DictSNOObserver.Add("Battlenet_Store_PetGridMedium02_Observer", 449901); DictSNOObserver.Add("Battlenet_Store_PetGridNightmare_Observer", 451188); DictSNOObserver.Add("Battlenet_Store_PetGridSmall01_Observer", 442401); DictSNOObserver.Add("Battlenet_Store_PetGrid_Observer", 429118); DictSNOObserver.Add("Battlenet_Store_WitchDoctorFeatured_Observer", 433022); DictSNOObserver.Add("Battlenet_Store_WitchDoctorPennant_Observer", 433280); DictSNOObserver.Add("Battlenet_WhatsNew_203_Observer_1", 441065); DictSNOObserver.Add("Battlenet_WhatsNew_203_Observer_2", 441066); DictSNOObserver.Add("Battlenet_WhatsNew_204_Observer_1", 447649); DictSNOObserver.Add("Battlenet_WhatsNew_204_Observer_2", 447820); DictSNOObserver.Add("Battlenet_WhatsNew_205_Observer_1", 463268); DictSNOObserver.Add("Battlenet_WhatsNew_212_Observer_1", 429562); DictSNOObserver.Add("Battlenet_WhatsNew_212_Observer_2", 429592); DictSNOObserver.Add("Battlenet_WhatsNew_212_Observer_3", 429598); DictSNOObserver.Add("Battlenet_WhatsNew_BlizzconPC_Observer", 428122); DictSNOObserver.Add("Battlenet_WhatsNew_Patch_Observer", 363348); DictSNOObserver.Add("Battlenet_WhatsNew_X1_Observer", 363376); DictSNOObserver.Add("ChallengeRifts_Obelisk_P1_Observer", 457177); DictSNOObserver.Add("Chat_Roster_Observer", 355363); DictSNOObserver.Add("Console_Belial_Observer", 239363); DictSNOObserver.Add("Console_Massacre_Dynamite_Observer", 394016); DictSNOObserver.Add("DyePreview", 457681); DictSNOObserver.Add("EquipmentManagerPreview", 452510); DictSNOObserver.Add("Guild_Carousel_Observer", 314890); DictSNOObserver.Add("HUDActor", 26438); DictSNOObserver.Add("LoadScreenMain", 26441); DictSNOObserver.Add("MouseButton_Observer", 447233); DictSNOObserver.Add("observer", 1541); DictSNOObserver.Add("observerRetro", 453713); DictSNOObserver.Add("P2_3_KanaiCube_Effects_Observer", 441129); DictSNOObserver.Add("RestXP_Observer", 447435); DictSNOObserver.Add("RiftEndScreenPreview", 434941); DictSNOObserver.Add("Screenshot_Front", 26443); DictSNOObserver.Add("SkillButton_Observer", 447214); DictSNOObserver.Add("SplashScreen", 26444); DictSNOObserver.Add("TransmogPreview", 313317); DictSNOObserver.Add("VanityPet", 319805); DictSNOObserver.Add("wide", 95468); DictSNOObserver.Add("X1_fortress_malthael_entrance_observer", 348540); DictSNOObserver.Add("X1_fortress_malthael_entrance_observer_con", 377703); DictSNOObserver.Add("X1_OpenWorld_Rifts_Placed_Stone_FX_Background_Observer", 410348); DictSNOObserver.Add("x1_Pand_BatteringRamObserver", 295412); DictSNOObserver.Add("X1_WestM_OverlookObserver1", 308870); DictSNOObserver.Add("X1_WestM_OverlookObserver2", 307653); DictSNOObserver.Add("X1_WestM_OverlookObserver3", 308871); DictSNOObserver.Add("X1_WestM_OverlookObserverD", 309026); DictSNOObserver.Add("zoom", 26471); #endregion return DictSNOObserver; } public static Dictionary LoadLore() { Dictionary DictSNOLore = new Dictionary(); #region Lore DictSNOLore.Add("A1_Misguided_Farmer", 201960); DictSNOLore.Add("A2_Oasis_KamyrsOrders", 153965); DictSNOLore.Add("A2_Oasis_KamyrsOrdersTwo", 154000); DictSNOLore.Add("A2_TemplarBackstory_3_Landus's_Diary", 153753); DictSNOLore.Add("A3_Battlefields_Supply_WagonDiaries", 148149); DictSNOLore.Add("A3_ProudWife", 204678); DictSNOLore.Add("A4_Hub_OldCouple_1", 166775); DictSNOLore.Add("AdriasJournal", 167322); DictSNOLore.Add("Adria_ZoltunKulle2", 158010); DictSNOLore.Add("AngirisCouncil", 193560); DictSNOLore.Add("AngirisCouncil_Auriel", 193574); DictSNOLore.Add("AngirisCouncil_Imperius", 193586); DictSNOLore.Add("AngirisCouncil_Itherael", 193580); DictSNOLore.Add("AngirisCouncil_Malthael", 193568); DictSNOLore.Add("AngirisCouncil_Tyrael", 193592); DictSNOLore.Add("Axe Bad Data", 83331); DictSNOLore.Add("Blacksmith_LoveLetter", 98897); DictSNOLore.Add("CainJournal", 115115); DictSNOLore.Add("CainJournal2", 167797); DictSNOLore.Add("CainsLetter", 128852); DictSNOLore.Add("CaliphateSardar", 190662); DictSNOLore.Add("CampCultist", 191717); DictSNOLore.Add("Catacombs_NephDefenseSystem", 258101); DictSNOLore.Add("CommandersLog", 148992); DictSNOLore.Add("Crown_Lore", 104064); DictSNOLore.Add("CultCrown_Lore", 104049); DictSNOLore.Add("Dahlgur_Oasis", 169932); DictSNOLore.Add("Event_BastionsKeep_Officer", 148955); DictSNOLore.Add("FuadsJournalPartOne", 85734); DictSNOLore.Add("GuardCaptainJournal", 170224); DictSNOLore.Add("HailesJournal", 178349); DictSNOLore.Add("HangingTreeLore", 145423); DictSNOLore.Add("HuntersJournal1", 148672); DictSNOLore.Add("HuntersJournal2", 148680); DictSNOLore.Add("HuntersJournal3", 148686); DictSNOLore.Add("HuntersJournal4", 148693); DictSNOLore.Add("HuntersJournal5", 148701); DictSNOLore.Add("HuntersJournal6", 148707); DictSNOLore.Add("JewelerBackstory", 162668); DictSNOLore.Add("JewelerJournal", 171262); DictSNOLore.Add("KeepHistory", 178367); DictSNOLore.Add("KhanDakab", 190497); DictSNOLore.Add("Kingsport_Bill", 142058); DictSNOLore.Add("KulleJournal1", 148800); DictSNOLore.Add("KulleJournal2", 148806); DictSNOLore.Add("KulleJournal3", 148812); DictSNOLore.Add("KulleJournal4", 169903); DictSNOLore.Add("LachdanansScrollFinal", 85823); DictSNOLore.Add("LachdanansScrollPartFive", 85781); DictSNOLore.Add("LachdanansScrollPartFour", 85780); DictSNOLore.Add("LachdanansScrollPartOne", 85757); DictSNOLore.Add("LachdanansScrollPartThree", 85779); DictSNOLore.Add("LachdanansScrollPartTwo", 85759); DictSNOLore.Add("Lazarus_Grimoire", 158648); DictSNOLore.Add("LeahJournal_PartFive", 89521); DictSNOLore.Add("LeahJournal_PartFour", 89520); DictSNOLore.Add("LeahJournal_PartOne", 86639); DictSNOLore.Add("LeahJournal_PartSeven", 89523); DictSNOLore.Add("LeahJournal_PartSix", 89522); DictSNOLore.Add("LeahJournal_PartThree", 89519); DictSNOLore.Add("LeahJournal_PartTwo", 89489); DictSNOLore.Add("LeoricExperiment", 148625); DictSNOLore.Add("LeoricJournal_Part1", 84556); DictSNOLore.Add("LeoricJournal_Part2", 85714); DictSNOLore.Add("LeoricJournal_Part3", 85719); DictSNOLore.Add("LeoricJournal_Part4", 85724); DictSNOLore.Add("LeoricJournal_Part5", 85729); DictSNOLore.Add("Leorics_Death", 139827); DictSNOLore.Add("Lore_Aqueducts1", 189652); DictSNOLore.Add("Lore_Aqueducts2", 189654); DictSNOLore.Add("Lore_ArmorerVendor", 146698); DictSNOLore.Add("Lore_AzmodansOrders1", 204033); DictSNOLore.Add("Lore_AzmodansOrders2", 204817); DictSNOLore.Add("Lore_AzmodansOrders3", 204820); DictSNOLore.Add("Lore_AzmodansOrders4", 204822); DictSNOLore.Add("Lore_AzmodansOrders5", 204824); DictSNOLore.Add("Lore_AzmodansOrders6", 204826); DictSNOLore.Add("Lore_BelialOasis", 156476); DictSNOLore.Add("Lore_BelialSewers", 156478); DictSNOLore.Add("Lore_Belial_Desolate_Sands", 156465); DictSNOLore.Add("Lore_Belial_Guards_Orders", 156468); DictSNOLore.Add("Lore_Belial_Imperial_Guard", 156470); DictSNOLore.Add("Lore_Belial_Maghda_Missive1", 156472); DictSNOLore.Add("Lore_Belial_Maghda_Missive2", 156474); DictSNOLore.Add("Lore_Bestiary_Accursed", 196820); DictSNOLore.Add("Lore_Bestiary_ArmoredDestroyer", 211587); DictSNOLore.Add("Lore_Bestiary_Beast", 177106); DictSNOLore.Add("Lore_Bestiary_Berserker", 177108); DictSNOLore.Add("Lore_Bestiary_BileCrawler", 211577); DictSNOLore.Add("Lore_Bestiary_BloodClan", 204634); DictSNOLore.Add("Lore_Bestiary_Bloodhawk", 177110); DictSNOLore.Add("Lore_Bestiary_CarrionBat", 177113); DictSNOLore.Add("Lore_Bestiary_CarrionNest", 177115); DictSNOLore.Add("Lore_Bestiary_ColossalGolgor", 204636); DictSNOLore.Add("Lore_Bestiary_CryptChild", 147311); DictSNOLore.Add("Lore_Bestiary_Cultist", 177117); DictSNOLore.Add("Lore_Bestiary_Deceivers", 196822); DictSNOLore.Add("Lore_Bestiary_DemonFlyer", 204638); DictSNOLore.Add("Lore_Bestiary_DemonicHellBearer", 204640); DictSNOLore.Add("Lore_Bestiary_DemonicTremor", 204642); DictSNOLore.Add("Lore_Bestiary_DemonTrooper", 204644); DictSNOLore.Add("Lore_Bestiary_DuneDervish", 196825); DictSNOLore.Add("Lore_Bestiary_DuneThresher", 196827); DictSNOLore.Add("Lore_Bestiary_DustImp", 196832); DictSNOLore.Add("Lore_Bestiary_ElectricEel", 196834); DictSNOLore.Add("Lore_Bestiary_EnslavedNightmare", 211589); DictSNOLore.Add("Lore_Bestiary_FallenGrunt", 196837); DictSNOLore.Add("Lore_Bestiary_FallenLunatic", 196839); DictSNOLore.Add("Lore_Bestiary_FallenShaman", 196841); DictSNOLore.Add("Lore_Bestiary_Ghost", 147313); DictSNOLore.Add("Lore_Bestiary_Ghoul", 147317); DictSNOLore.Add("Lore_Bestiary_Grotesque", 147325); DictSNOLore.Add("Lore_Bestiary_Hellion", 177119); DictSNOLore.Add("Lore_Bestiary_HeraldofPestilence", 204646); DictSNOLore.Add("Lore_Bestiary_HulkingPhasebeast", 204648); DictSNOLore.Add("Lore_Bestiary_Khazra", 140327); DictSNOLore.Add("Lore_Bestiary_KhazraShaman", 140464); DictSNOLore.Add("Lore_Bestiary_Lacuni", 196843); DictSNOLore.Add("Lore_Bestiary_Mallet", 211591); DictSNOLore.Add("Lore_Bestiary_Megademon", 211593); DictSNOLore.Add("Lore_Bestiary_MinionofTerror", 211595); DictSNOLore.Add("Lore_Bestiary_Morlu", 204650); DictSNOLore.Add("Lore_Bestiary_P4_IceKhazra", 436758); DictSNOLore.Add("Lore_Bestiary_P4_IcePorcupine", 436752); DictSNOLore.Add("Lore_Bestiary_P4_Leviathan", 436740); DictSNOLore.Add("Lore_Bestiary_P4_Mermaid", 436765); DictSNOLore.Add("Lore_Bestiary_P4_Oozing Arachnid", 436746); DictSNOLore.Add("Lore_Bestiary_P4_RatKing", 436723); DictSNOLore.Add("Lore_Bestiary_P4_Sasquatch", 436705); DictSNOLore.Add("Lore_Bestiary_P4_WoodSpecter", 436717); DictSNOLore.Add("Lore_Bestiary_P6_Crow_Hound", 473610); DictSNOLore.Add("Lore_Bestiary_P6_RavenFlyer", 472409); DictSNOLore.Add("Lore_Bestiary_P6_TempleCultist", 472421); DictSNOLore.Add("Lore_Bestiary_P6_Temple_Monstrosity", 473622); DictSNOLore.Add("Lore_Bestiary_P6_Werewolf", 472417); DictSNOLore.Add("Lore_Bestiary_QuillFiend", 177121); DictSNOLore.Add("Lore_Bestiary_Rockworm", 177123); DictSNOLore.Add("Lore_Bestiary_SandDweller", 196845); DictSNOLore.Add("Lore_Bestiary_SandWasp", 196847); DictSNOLore.Add("Lore_Bestiary_Scavenger", 177125); DictSNOLore.Add("Lore_Bestiary_ShadowVermin", 204652); DictSNOLore.Add("Lore_Bestiary_Siegebreaker", 204654); DictSNOLore.Add("Lore_Bestiary_SkeletalGuardian", 196849); DictSNOLore.Add("Lore_Bestiary_Skeleton", 140468); DictSNOLore.Add("Lore_Bestiary_SoulRipper", 204656); DictSNOLore.Add("Lore_Bestiary_Spider", 177127); DictSNOLore.Add("Lore_Bestiary_Spiderling", 177129); DictSNOLore.Add("Lore_Bestiary_StingingSwarm", 196851); DictSNOLore.Add("Lore_Bestiary_Subjugator", 211597); DictSNOLore.Add("Lore_Bestiary_Succubus", 204658); DictSNOLore.Add("Lore_Bestiary_TormentedStinger", 204660); DictSNOLore.Add("Lore_Bestiary_TreasureGoblin", 147315); DictSNOLore.Add("Lore_Bestiary_Unburied", 147320); DictSNOLore.Add("Lore_Bestiary_Vessel", 177131); DictSNOLore.Add("Lore_Bestiary_Withermoth", 177133); DictSNOLore.Add("Lore_Bestiary_WoodWraith", 147327); DictSNOLore.Add("Lore_Bestiary_WretchedMother", 135815); DictSNOLore.Add("Lore_Bestiary_Zombie", 136834); DictSNOLore.Add("Lore_Butcher", 211556); DictSNOLore.Add("Lore_CaldeumHistory1", 189657); DictSNOLore.Add("Lore_CaldeumHistory2", 189660); DictSNOLore.Add("Lore_CaldeumHistory3", 189664); DictSNOLore.Add("Lore_CaldeumHistory4", 189666); DictSNOLore.Add("Lore_CaldeumHistory5", 189669); DictSNOLore.Add("Lore_CaldeumHistory6", 189671); DictSNOLore.Add("Lore_CemeteryCrypts", 211558); DictSNOLore.Add("Lore_CurioVendor2", 154405); DictSNOLore.Add("Lore_Cydaea", 211582); DictSNOLore.Add("Lore_Dark_Zealot", 156433); DictSNOLore.Add("Lore_DesolateSands1", 189677); DictSNOLore.Add("Lore_DesolateSands2", 189679); DictSNOLore.Add("Lore_DesolateSands3", 189687); DictSNOLore.Add("Lore_EnchantressJournal", 189682); DictSNOLore.Add("Lore_FalloftheBarbs1", 204828); DictSNOLore.Add("Lore_FalloftheBarbs2", 204831); DictSNOLore.Add("Lore_FalloftheBarbs3", 204839); DictSNOLore.Add("Lore_FalloftheBarbs4", 204846); DictSNOLore.Add("Lore_FalloftheBarbs5", 204848); DictSNOLore.Add("Lore_FieldsofMisery", 211562); DictSNOLore.Add("Lore_Ghom", 211584); DictSNOLore.Add("Lore_GluttonysLog", 204850); DictSNOLore.Add("Lore_GoatmenHunter1", 108067); DictSNOLore.Add("Lore_GoatmenHunter2", 108068); DictSNOLore.Add("Lore_GoatmenHunter3", 108071); DictSNOLore.Add("Lore_Halls_of_Agony1", 156458); DictSNOLore.Add("Lore_Halls_of_Agony2", 156460); DictSNOLore.Add("Lore_Hermit_Caves", 156462); DictSNOLore.Add("Lore_Highlands", 211565); DictSNOLore.Add("Lore_Inarius1", 211599); DictSNOLore.Add("Lore_Inarius2", 211601); DictSNOLore.Add("Lore_Inarius3", 211603); DictSNOLore.Add("Lore_Inarius4", 211605); DictSNOLore.Add("Lore_Izual", 211607); DictSNOLore.Add("Lore_KalasPoem", 189871); DictSNOLore.Add("Lore_Kidvendor", 189691); DictSNOLore.Add("Lore_LeahJournal1", 189698); DictSNOLore.Add("Lore_LeahJournal2", 189700); DictSNOLore.Add("Lore_LeahJournal3", 189702); DictSNOLore.Add("Lore_LeahJournal4", 189704); DictSNOLore.Add("Lore_LeahJournal5", 189715); DictSNOLore.Add("Lore_LeahJournal6", 204853); DictSNOLore.Add("Lore_LeahJournal7", 204859); DictSNOLore.Add("Lore_LeahJournal8", 204875); DictSNOLore.Add("Lore_LeahJournal9", 204878); DictSNOLore.Add("Lore_Leoric_Caves1", 156453); DictSNOLore.Add("Lore_Leoric_Caves2", 156455); DictSNOLore.Add("Lore_LordsofHell_Andariel", 189736); DictSNOLore.Add("Lore_LordsofHell_Azmodan", 189764); DictSNOLore.Add("Lore_LordsofHell_Baal", 189779); DictSNOLore.Add("Lore_LordsofHell_Belial", 189781); DictSNOLore.Add("Lore_LordsofHell_Diablo", 189783); DictSNOLore.Add("Lore_LordsofHell_Duriel", 189785); DictSNOLore.Add("Lore_LordsofHell_Intro", 189789); DictSNOLore.Add("Lore_LordsofHell_Mephisto", 189806); DictSNOLore.Add("Lore_Maghda", 212003); DictSNOLore.Add("Lore_Necromancer", 189822); DictSNOLore.Add("Lore_Nephalem1", 211609); DictSNOLore.Add("Lore_Nephalem2", 211611); DictSNOLore.Add("Lore_Nephalem3", 211613); DictSNOLore.Add("Lore_NewTristram", 211567); DictSNOLore.Add("Lore_OasisCellars_HutPrisoners", 189824); DictSNOLore.Add("Lore_P3_ZoltunKulle_CubeHistory_01", 439694); DictSNOLore.Add("Lore_P3_ZoltunKulle_CubeHistory_02", 439696); DictSNOLore.Add("Lore_P3_ZoltunKulle_HowRevived", 439678); DictSNOLore.Add("Lore_P3_ZoltunKulle_ShouldHaveListened", 439697); DictSNOLore.Add("Lore_p4_Forest_Cleric_1", 433835); DictSNOLore.Add("Lore_p4_Forest_Cleric_2", 433841); DictSNOLore.Add("Lore_P4_Forest_Cleric_MonsterDeath", 439747); DictSNOLore.Add("Lore_p4_Forest_Hero_1", 433787); DictSNOLore.Add("Lore_p4_Forest_Hero_2", 433793); DictSNOLore.Add("Lore_p4_Forest_Hero_3", 433799); DictSNOLore.Add("Lore_p4_Forest_Hero_4", 433805); DictSNOLore.Add("Lore_p4_Forest_Hero_5", 433812); DictSNOLore.Add("Lore_p4_Forest_Hero_6", 433818); DictSNOLore.Add("Lore_p4_Forest_Hero_7", 433824); DictSNOLore.Add("Lore_p4_Forest_Shipwreck_1", 434603); DictSNOLore.Add("Lore_p4_Forest_Shipwreck_2", 434609); DictSNOLore.Add("Lore_p4_Forest_Shipwreck_3", 434610); DictSNOLore.Add("Lore_p4_Forest_Shipwreck_4", 435021); DictSNOLore.Add("Lore_P4_Ruins_BarbStory_1", 435431); DictSNOLore.Add("Lore_P4_Ruins_BarbStory_2", 435437); DictSNOLore.Add("Lore_P4_Ruins_BarbStory_3", 435444); DictSNOLore.Add("Lore_P4_Ruins_BarbStory_4", 435450); DictSNOLore.Add("Lore_P4_Ruins_BarbStory_5", 435456); DictSNOLore.Add("Lore_P6_CultistMissive", 473006); DictSNOLore.Add("Lore_Poltahr", 189826); DictSNOLore.Add("Lore_PortalRoulette", 178770); DictSNOLore.Add("Lore_PromisesOfFezuul", 140357); DictSNOLore.Add("Lore_Rakanoth", 211615); DictSNOLore.Add("Lore_SkeletonKing", 211570); DictSNOLore.Add("Lore_SpiderQueen", 211572); DictSNOLore.Add("Lore_UriktheSeer1", 166878); DictSNOLore.Add("Lore_UriktheSeer2", 166896); DictSNOLore.Add("Lore_UriktheSeer3", 166898); DictSNOLore.Add("Lore_Vendor_Tinker", 154423); DictSNOLore.Add("Lore_WaterPuzzle", 183610); DictSNOLore.Add("Lore_Wortham_Priest1", 156447); DictSNOLore.Add("Lore_Wortham_Priest2", 156451); DictSNOLore.Add("LoveLetter2", 171460); DictSNOLore.Add("MaghdaManor", 144181); DictSNOLore.Add("MerchantsLedger", 170201); DictSNOLore.Add("MorganJournal1", 190879); DictSNOLore.Add("MorganJournal2", 191086); DictSNOLore.Add("MorganJournal3", 191133); DictSNOLore.Add("NephalemBonusTome", 111124); DictSNOLore.Add("NephalemLore_CryptofAncients", 106821); DictSNOLore.Add("NephalemLore_DrownedTemple", 119733); DictSNOLore.Add("NephalemLore_LastStand", 106815); DictSNOLore.Add("NephalemLore_WarriorsRest", 106823); DictSNOLore.Add("Nephalem_Lore_PartOne", 93146); DictSNOLore.Add("OldTristramCain1", 91532); DictSNOLore.Add("OldTristramCain2", 91534); DictSNOLore.Add("OldTristramCellar_Lore_New", 158660); DictSNOLore.Add("OldTristramDespina", 91539); DictSNOLore.Add("OldTristramGillian", 91535); DictSNOLore.Add("OldTristramGillian2", 131018); DictSNOLore.Add("OldTristramVillager1", 91536); DictSNOLore.Add("OldTristramVillager2", 91537); DictSNOLore.Add("OldTristramVillager3", 91538); DictSNOLore.Add("OldTristram_DescentJournal", 156659); DictSNOLore.Add("OldTristram_WarrivsJournal", 156683); DictSNOLore.Add("OneLastEntry2", 170257); DictSNOLore.Add("p43_AD_Lore_ChamberOfBone", 456846); DictSNOLore.Add("p43_AD_Lore_HallsOfTheBlind", 456824); DictSNOLore.Add("p43_AD_Lore_Valor", 456845); DictSNOLore.Add("p43_AD_Lore_WarlordOfBlood", 456844); DictSNOLore.Add("P6_Lore_MysteriousJournal1", 472373); DictSNOLore.Add("P6_Lore_MysteriousJournal2", 472381); DictSNOLore.Add("P6_Lore_MysteriousJournal3", 472387); DictSNOLore.Add("P6_Lore_MysteriousJournal4", 472393); DictSNOLore.Add("P6_Lore_MysteriousJournal5", 472399); DictSNOLore.Add("P6_Lore_RealmsofFate", 472405); DictSNOLore.Add("P6_Lore_Vidian", 472429); DictSNOLore.Add("Queens_Prison_Journal", 107268); DictSNOLore.Add("Scoundrel_Journal_New", 158668); DictSNOLore.Add("SecretMissive", 170007); DictSNOLore.Add("ServantsDiary", 170064); DictSNOLore.Add("SpiritJourney", 151112); DictSNOLore.Add("TownAttackCellar_Maghda", 142837); DictSNOLore.Add("x1_BogCave_Deserter1", 247841); DictSNOLore.Add("x1_BogCave_Deserter2", 247850); DictSNOLore.Add("x1_BogCave_Deserter3", 247858); DictSNOLore.Add("x1_BogCave_Deserter4", 247865); DictSNOLore.Add("x1_BogCave_Deserter5", 247871); DictSNOLore.Add("x1_Bog_CatacombCellar_NephalemMiser", 246415); DictSNOLore.Add("X1_Bog_Ideation_AdriaSpikeChest", 288710); DictSNOLore.Add("x1_Bog_LastAncient", 247312); DictSNOLore.Add("X1_Bog_LordofFools", 351956); DictSNOLore.Add("x1_Bog_Lore_AdriaAidan", 302688); DictSNOLore.Add("x1_Bog_Lore_AdriaBetrayal", 287859); DictSNOLore.Add("x1_Bog_Lore_AdriaChild", 292070); DictSNOLore.Add("x1_Bog_Lore_AdriaDead", 273717); DictSNOLore.Add("x1_Bog_Lore_AdriaEmptiness", 287860); DictSNOLore.Add("x1_Bog_Lore_AdriaFather", 292117); DictSNOLore.Add("x1_Bog_Lore_AdriaFear", 292110); DictSNOLore.Add("x1_Bog_Lore_AdriaFire", 302678); DictSNOLore.Add("x1_Bog_Lore_AdriaLeah", 287791); DictSNOLore.Add("x1_Bog_Lore_AdriaLosingControl", 287792); DictSNOLore.Add("x1_Bog_Lore_AdriaMeeting", 292135); DictSNOLore.Add("x1_Bog_Lore_AdriaMurderer", 302691); DictSNOLore.Add("x1_Bog_Lore_AdriaNewHost", 287785); DictSNOLore.Add("x1_Bog_Lore_AdriaPower", 287861); DictSNOLore.Add("x1_Bog_Lore_AdriaPurpose", 287862); DictSNOLore.Add("x1_Bog_Lore_AdriaVoices", 292124); DictSNOLore.Add("x1_Bog_Lore_AdriaWitch", 302692); DictSNOLore.Add("x1_Bog_Lore_RakkisHistory_01", 287827); DictSNOLore.Add("x1_Bog_Lore_RakkisHistory_02", 287828); DictSNOLore.Add("x1_Bog_Lore_RakkisHistory_03", 287829); DictSNOLore.Add("x1_Bog_Lore_RakkisHistory_04", 287830); DictSNOLore.Add("x1_Bog_Lore_RakkisHistory_05", 288251); DictSNOLore.Add("x1_Bog_Lore_RakkisHistory_06", 288286); DictSNOLore.Add("x1_Bog_Lore_RakkisHistory_07", 288287); DictSNOLore.Add("x1_Bog_Lore_RakkisHistory_08", 292178); DictSNOLore.Add("x1_Bog_Lore_RakkisHistory_09", 292179); DictSNOLore.Add("X1_Bog_Sub240_Ideation_Draining_Pool_Lore", 288951); DictSNOLore.Add("X1_CellarMadman", 282395); DictSNOLore.Add("X1_Challenge_Lore", 328000); DictSNOLore.Add("X1_DoomedWoman", 280031); DictSNOLore.Add("X1_fortress_Lore_Inarius1", 306936); DictSNOLore.Add("X1_fortress_Lore_Inarius2", 306948); DictSNOLore.Add("X1_fortress_Lore_Inarius3", 306954); DictSNOLore.Add("X1_fortress_Lore_Inarius4", 306959); DictSNOLore.Add("X1_fortress_Lore_Inarius5", 306964); DictSNOLore.Add("X1_fortress_Lore_Inarius6", 306969); DictSNOLore.Add("X1_fortress_Lore_Inarius7", 306974); DictSNOLore.Add("x1_fortress_Lore_Lilith1", 314495); DictSNOLore.Add("x1_fortress_Lore_Lilith2", 314499); DictSNOLore.Add("x1_fortress_Lore_Lilith3", 314500); DictSNOLore.Add("x1_fortress_Lore_Lilith4", 314501); DictSNOLore.Add("X1_Graveyard_Azthar", 290950); DictSNOLore.Add("x1_Lore_A1_Crusader_1", 300198); DictSNOLore.Add("X1_Lore_A1_Crusader_2", 300179); DictSNOLore.Add("X1_Lore_A1_Crusader_3", 300181); DictSNOLore.Add("X1_Lore_A1_Crusader_4", 300183); DictSNOLore.Add("X1_Lore_A1_Crusader_5", 300185); DictSNOLore.Add("X1_Lore_A1_Crusader_6", 300187); DictSNOLore.Add("X1_Lore_A1_Crusader_7", 300189); DictSNOLore.Add("X1_Lore_A1_Crusader_8", 300191); DictSNOLore.Add("X1_Lore_A1_Crusader_9", 300193); DictSNOLore.Add("x1_Lore_AdventureMode_ZKNephalem", 353495); DictSNOLore.Add("x1_Lore_AdventureMode_ZKPlans", 353499); DictSNOLore.Add("x1_Lore_AdventureMode_ZKPortals", 353500); DictSNOLore.Add("x1_Lore_AdventureMode_ZKReturn", 353496); DictSNOLore.Add("X1_Lore_Besitary_RevenantShieldGuard", 333740); DictSNOLore.Add("X1_Lore_Bestiary_Anarch", 358295); DictSNOLore.Add("X1_Lore_Bestiary_BarbedKraken", 358297); DictSNOLore.Add("X1_Lore_Bestiary_BoganTrapper", 358299); DictSNOLore.Add("X1_Lore_Bestiary_Boggit", 358301); DictSNOLore.Add("X1_Lore_Bestiary_CorpseRaiser", 358303); DictSNOLore.Add("X1_Lore_Bestiary_DeathMaiden", 329406); DictSNOLore.Add("X1_Lore_Bestiary_EnragedPhantasm", 358305); DictSNOLore.Add("X1_Lore_Bestiary_Exarch", 358307); DictSNOLore.Add("X1_Lore_Bestiary_Executioner", 335559); DictSNOLore.Add("X1_Lore_Bestiary_Exorcist", 335500); DictSNOLore.Add("X1_Lore_Bestiary_FleshGorger", 358309); DictSNOLore.Add("X1_Lore_Bestiary_FleshHurler", 358311); DictSNOLore.Add("X1_Lore_Bestiary_FleshShaman", 358313); DictSNOLore.Add("X1_Lore_Bestiary_GhastlySeraph", 335553); DictSNOLore.Add("X1_Lore_Bestiary_MaggotBrood", 358315); DictSNOLore.Add("X1_Lore_Bestiary_PrimordialScavenger", 358317); DictSNOLore.Add("X1_Lore_Bestiary_RevenantArcher", 329339); DictSNOLore.Add("X1_Lore_Bestiary_RevenantSoldier", 329326); DictSNOLore.Add("X1_Lore_Bestiary_Scarab", 358319); DictSNOLore.Add("X1_Lore_Bestiary_ScavengingTunneler", 358321); DictSNOLore.Add("X1_Lore_Bestiary_ScouringCharger", 358323); DictSNOLore.Add("X1_Lore_Bestiary_ShadowofDeath", 329397); DictSNOLore.Add("X1_Lore_Bestiary_ShriekingTerror", 358325); DictSNOLore.Add("X1_Lore_Bestiary_SkeletalBeast", 335571); DictSNOLore.Add("X1_Lore_Bestiary_SkeletalCrawler", 358327); DictSNOLore.Add("x1_Lore_Bestiary_SummonedArcher", 329277); DictSNOLore.Add("X1_Lore_Bestiary_SummonedShieldGuard", 329316); DictSNOLore.Add("X1_Lore_Bestiary_SummonedSoldier", 329252); DictSNOLore.Add("X1_Lore_Bestiary_SummonerofDead", 335511); DictSNOLore.Add("X1_Lore_Bestiary_TuskedBogan", 358329); DictSNOLore.Add("X1_Lore_Bestiary_VileBat", 358332); DictSNOLore.Add("X1_Lore_Bestiary_WarBeast", 335541); DictSNOLore.Add("X1_Lore_Bestiary_WarBeastLeader", 358293); DictSNOLore.Add("X1_Lore_Bestiary_WarscarredMarauder", 358336); DictSNOLore.Add("X1_Lore_Bestiary_WarscarredRavager", 358338); DictSNOLore.Add("X1_Lore_Bestiary_WingedAssassin", 358340); DictSNOLore.Add("X1_Lore_Bestiary_WingedTalus", 358342); DictSNOLore.Add("X1_Lore_DevilsHand_1", 332377); DictSNOLore.Add("X1_Lore_DevilsHand_2", 335001); DictSNOLore.Add("X1_Lore_DevilsHand_3", 335006); DictSNOLore.Add("x1_Lore_fortress_Malthael1", 354448); DictSNOLore.Add("x1_Lore_fortress_Malthael2", 354453); DictSNOLore.Add("x1_Lore_fortress_Malthael3", 354454); DictSNOLore.Add("x1_Lore_fortress_Malthael4", 354455); DictSNOLore.Add("x1_Lore_fortress_Malthael5", 354456); DictSNOLore.Add("x1_Lore_fortress_Malthael6", 354458); DictSNOLore.Add("X1_Lore_LostAngelNew", 287394); DictSNOLore.Add("X1_Lore_Necromancer1", 471462); DictSNOLore.Add("X1_Lore_Necromancer2", 471463); DictSNOLore.Add("X1_Lore_Necromancer3", 471464); DictSNOLore.Add("X1_Lore_Necromancer4", 471465); DictSNOLore.Add("X1_Lore_Necromancer5", 471466); DictSNOLore.Add("X1_Lore_Necromancer6", 471467); DictSNOLore.Add("X1_Lore_Necromancer7", 471468); DictSNOLore.Add("X1_Lore_Necromancer8", 471469); DictSNOLore.Add("X1_Lore_Necromancer9", 471470); DictSNOLore.Add("X1_Lore_Pandemonium1", 287155); DictSNOLore.Add("X1_Lore_Pandemonium2", 287157); DictSNOLore.Add("X1_Lore_Pandemonium3", 287158); DictSNOLore.Add("X1_Lore_Pandemonium4", 287359); DictSNOLore.Add("X1_Lore_PrimeDiscovery1", 287165); DictSNOLore.Add("X1_Lore_PrimeDiscovery2", 287167); DictSNOLore.Add("X1_Lore_PrimeDiscovery3", 287169); DictSNOLore.Add("X1_Lore_Realmwalker", 287161); DictSNOLore.Add("X1_Lore_SC_Note", 302759); DictSNOLore.Add("X1_Lore_SiegeAngelHex", 287376); DictSNOLore.Add("X1_Lore_SiegeRunes", 358344); DictSNOLore.Add("x1_MysticIntro1", 249245); DictSNOLore.Add("x1_MysticIntro2", 249251); DictSNOLore.Add("X1_PandExt_GreatWeapon", 353003); DictSNOLore.Add("X1_PandExt_Tyrael_MalthaelsPlan", 354270); DictSNOLore.Add("X1_Pand_HexMaze_EN_Lore_Sister1", 310938); DictSNOLore.Add("X1_Pand_HexMaze_EN_Lore_Sister2", 310939); DictSNOLore.Add("X1_Pand_HexMaze_EN_Lore_Sister3", 310940); DictSNOLore.Add("x1_TemplarMaester", 248896); DictSNOLore.Add("X1_TemplarMaesterJournal", 328756); DictSNOLore.Add("X1_UrzaelsJournal_01", 353204); DictSNOLore.Add("X1_UrzaelsJournal_02", 353212); DictSNOLore.Add("X1_UrzaelsJournal_03", 353218); DictSNOLore.Add("X1_WestmarchHistory_01", 283540); DictSNOLore.Add("X1_WestmarchHistory_02", 283546); DictSNOLore.Add("X1_WestmarchHistory_03", 283554); DictSNOLore.Add("X1_WestmarchHistory_04", 283560); DictSNOLore.Add("X1_WestmarchHistory_05", 283568); DictSNOLore.Add("X1_WestmarchHistory_06", 283574); DictSNOLore.Add("X1_WestmarchHistory_07", 283580); DictSNOLore.Add("X1_Westm_CultRetaliation", 299934); DictSNOLore.Add("X1_Westm_KingEvent_Journal01", 336550); DictSNOLore.Add("X1_Westm_KingEvent_Journal02", 336824); DictSNOLore.Add("X1_Westm_KingEvent_Note", 336729); DictSNOLore.Add("X1_Westm_MaidenDrop", 285386); DictSNOLore.Add("X1_Westm_PlagueTunnels", 351783); DictSNOLore.Add("X1_Westm_Sinkhole", 300127); DictSNOLore.Add("X1_Westm_Unique_Drop", 284665); #endregion return DictSNOLore; } public static Dictionary LoadLevelArea() { Dictionary DictSNOLevelArea = new Dictionary(); #region LevelArea DictSNOLevelArea.Add("A1_C6_SpiderCave_01_Entrance", 58278); DictSNOLevelArea.Add("A1_C6_SpiderCave_01_Main", 78572); DictSNOLevelArea.Add("A1_C6_SpiderCave_01_Queen", 62726); DictSNOLevelArea.Add("A1_Dun_Crypt_Dev_Hell", 222593); DictSNOLevelArea.Add("A1_Dun_QA_Hell", 229945); DictSNOLevelArea.Add("A1_Fields_Cave_SwordOfJustice_Level01", 119893); DictSNOLevelArea.Add("A1_Fields_Den", 135237); DictSNOLevelArea.Add("A1_Fields_Den_Level02", 194232); DictSNOLevelArea.Add("A1_Fields_RandomDRLG_CaveA_Level01", 82372); DictSNOLevelArea.Add("A1_Fields_RandomDRLG_CaveA_Level02", 82373); DictSNOLevelArea.Add("A1_Fields_RandomDRLG_ScavengerDenA_Level01", 81165); DictSNOLevelArea.Add("A1_Fields_RandomDRLG_ScavengerDenA_Level02", 81175); DictSNOLevelArea.Add("A1_Fields_Vendor_Tinker_Exterior", 179212); DictSNOLevelArea.Add("A1_Highlands_RandomDRLG_GoatmanCaveA_Level01", 82566); DictSNOLevelArea.Add("A1_Highlands_RandomDRLG_GoatmanCaveA_Level02", 82567); DictSNOLevelArea.Add("A1_Highlands_RandomDRLG_WestTower_Level01", 82326); DictSNOLevelArea.Add("A1_Highlands_RandomDRLG_WestTower_Level02", 82327); DictSNOLevelArea.Add("A1_Random_Level01", 211479); DictSNOLevelArea.Add("A1_trDun_Blacksmith_Cellar", 83110); DictSNOLevelArea.Add("A1_trDun_ButchersLair_02", 90881); DictSNOLevelArea.Add("A1_trDun_Cain_Intro", 60714); DictSNOLevelArea.Add("A1_trDun_Cave_Highlands_Random01_VendorRescue", 135952); DictSNOLevelArea.Add("A1_trdun_Cave_Nephalem_01", 60396); DictSNOLevelArea.Add("A1_trdun_Cave_Nephalem_02", 60397); DictSNOLevelArea.Add("A1_trdun_Cave_Nephalem_03", 60398); DictSNOLevelArea.Add("A1_trDun_Cave_Old_Ruins_Random01", 161964); DictSNOLevelArea.Add("A1_trDun_CrownRoom", 102362); DictSNOLevelArea.Add("A1_trDun_Crypt_Event_Tower_Of_Power", 80116); DictSNOLevelArea.Add("A1_trDun_Crypt_Flooded_Memories_Level01", 102300); DictSNOLevelArea.Add("A1_trDun_Crypt_Flooded_Memories_Level02", 165798); DictSNOLevelArea.Add("A1_trdun_Crypt_Special_00", 154588); DictSNOLevelArea.Add("A1_trdun_Crypt_Special_01", 60601); DictSNOLevelArea.Add("A1_trDun_Event_JarOfSouls", 145182); DictSNOLevelArea.Add("A1_trDun_FalseSecretPassage_01", 83264); DictSNOLevelArea.Add("A1_trDun_FalseSecretPassage_02", 83265); DictSNOLevelArea.Add("A1_trDun_FalseSecretPassage_03", 83266); DictSNOLevelArea.Add("A1_trDun_FalseSecretPassage_04", 83267); DictSNOLevelArea.Add("A1_trDun_Jail_Level01", 94672); DictSNOLevelArea.Add("A1_trDun_Jail_Level01_Cells", 96317); DictSNOLevelArea.Add("A1_trDun_Leoric01", 19774); DictSNOLevelArea.Add("A1_trDun_Leoric02", 19775); DictSNOLevelArea.Add("A1_trDun_Leoric03", 19776); DictSNOLevelArea.Add("A1_trDun_Leoric_Master", 332464); DictSNOLevelArea.Add("A1_trDun_Level01", 19780); DictSNOLevelArea.Add("A1_trDun_Level04", 19783); DictSNOLevelArea.Add("A1_trDun_Level05_Templar", 87907); DictSNOLevelArea.Add("A1_trDun_Level06", 19785); DictSNOLevelArea.Add("A1_trDun_Level07B", 19787); DictSNOLevelArea.Add("A1_trDun_Level07D", 19789); DictSNOLevelArea.Add("A1_trDun_TyraelJail", 148551); DictSNOLevelArea.Add("A1_trDun_Tyrael_Level09", 117411); DictSNOLevelArea.Add("A1_Tristram_Adventure_Mode_Hub", 332339); DictSNOLevelArea.Add("A1_trOUT_Adria'sHut", 19929); DictSNOLevelArea.Add("A1_trOut_AdriasCellar", 62968); DictSNOLevelArea.Add("A1_trOut_BatesFarmCellar", 149669); DictSNOLevelArea.Add("A1_trOUT_Church", 19933); DictSNOLevelArea.Add("A1_trOut_Fields_Vendor_Curios", 107447); DictSNOLevelArea.Add("A1_trOut_Fields_Vendor_Curios_Exterior", 179835); DictSNOLevelArea.Add("A1_trOUT_FishingVillage", 19935); DictSNOLevelArea.Add("A1_trOUT_FishingVillageHeights", 129795); DictSNOLevelArea.Add("A1_trOut_ForlornFarm", 134002); DictSNOLevelArea.Add("A1_trOUT_Graveyard", 19938); DictSNOLevelArea.Add("A1_trOUT_Highlands", 19940); DictSNOLevelArea.Add("A1_trOUT_Highlands2", 19941); DictSNOLevelArea.Add("A1_trOUT_Highlands3", 1199); DictSNOLevelArea.Add("A1_trOUT_Highlands_Bridge", 93632); DictSNOLevelArea.Add("A1_trOut_Highlands_DunExterior_A", 87832); DictSNOLevelArea.Add("A1_trOUT_Highlands_Master", 332587); DictSNOLevelArea.Add("A1_trOUT_Highlands_Northern_Master", 344170); DictSNOLevelArea.Add("A1_trOUT_Highlands_ServantHouse_Cellar_Vendor", 171217); DictSNOLevelArea.Add("A1_trOUT_Highlands_Southern_Master", 344169); DictSNOLevelArea.Add("A1_trOUT_Highlands_Sub240_GoatmanGraveyard", 129375); DictSNOLevelArea.Add("A1_trOUT_Leoric'sManor", 19943); DictSNOLevelArea.Add("A1_trOut_Leoric_Manor_Int", 100854); DictSNOLevelArea.Add("A1_trOut_MysticWagon", 134920); DictSNOLevelArea.Add("A1_trOUT_NewTristram", 19947); DictSNOLevelArea.Add("A1_trOUT_NewTristramOverlook", 156038); DictSNOLevelArea.Add("A1_trOUT_NewTristram_AttackArea", 202446); DictSNOLevelArea.Add("A1_trOut_OldTristram_Cell ar", 107051); DictSNOLevelArea.Add("A1_trOut_OldTristram_Cellar_1", 106756); DictSNOLevelArea.Add("A1_trOut_OldTristram_Cellar_2", 106757); DictSNOLevelArea.Add("A1_trOut_OldTristram_Cellar_3", 103202); DictSNOLevelArea.Add("A1_trOut_oldTristram_TreeCave", 105607); DictSNOLevelArea.Add("A1_trOut_Old_Tristram", 91133); DictSNOLevelArea.Add("A1_trOut_Old_Tristram_Road", 91324); DictSNOLevelArea.Add("A1_trOut_Old_Tristram_Road_Cath", 101351); DictSNOLevelArea.Add("a1_trOut_Scoundrel_Event_Old_Mill_2", 218454); DictSNOLevelArea.Add("A1_trOut_TownAttack_ChapelCellar", 119870); DictSNOLevelArea.Add("A1_trOut_TristramFields_A", 19952); DictSNOLevelArea.Add("A1_trOut_TristramFields_B", 19953); DictSNOLevelArea.Add("A1_trOut_TristramFields_ExitA", 61573); DictSNOLevelArea.Add("A1_trOut_TristramFields_Forsaken_Grounds", 179567); DictSNOLevelArea.Add("A1_trOut_TristramFields_Secluded_Grove", 179566); DictSNOLevelArea.Add("A1_trOut_TristramWilderness", 19954); DictSNOLevelArea.Add("A1_trOut_TristramWilderness_Cemetary_Master", 334900); DictSNOLevelArea.Add("A1_trOut_TristramWilderness_SubScenes", 145066); DictSNOLevelArea.Add("A1_trOut_Tristram_CainsHouse", 130163); DictSNOLevelArea.Add("A1_trOut_Tristram_Inn", 109457); DictSNOLevelArea.Add("A1_trOut_Tristram_LeahsRoom", 86857); DictSNOLevelArea.Add("A1_trOut_Vendor_Tinker_Room", 104481); DictSNOLevelArea.Add("A1_trOut_Wilderness_BurialGrounds", 72712); DictSNOLevelArea.Add("A1_trOut_Wilderness_CorpseHouse", 199391); DictSNOLevelArea.Add("A1_trOut_Wilderness_Sub80_FamilyTree", 145057); DictSNOLevelArea.Add("a2dun_Aqd_Oasis_Level00", 192694); DictSNOLevelArea.Add("a2dun_Aqd_Oasis_Level01", 192689); DictSNOLevelArea.Add("A2_Belial_Room_01", 60757); DictSNOLevelArea.Add("A2_Belial_Room_Intro", 81178); DictSNOLevelArea.Add("A2_c1Dun_Swr_Caldeum_01", 19791); DictSNOLevelArea.Add("A2_c2dun_Zolt_TreasureHunter", 19795); DictSNOLevelArea.Add("A2_c3Dun_Aqd_Oasis_Level01", 57449); DictSNOLevelArea.Add("A2_cadun_Zolt_Timed01_Level01", 19794); DictSNOLevelArea.Add("A2_cadun_Zolt_Timed01_Level02", 168200); DictSNOLevelArea.Add("A2_Caldeum", 102964); DictSNOLevelArea.Add("A2_Caldeum_Uprising", 210451); DictSNOLevelArea.Add("A2_caOUT_Alcarnus_Master", 368276); DictSNOLevelArea.Add("A2_caOut_Alcarnus_RandomCellar_1", 148903); DictSNOLevelArea.Add("A2_caOut_Alcarnus_RandomCellar_2", 148904); DictSNOLevelArea.Add("A2_caOut_Alcarnus_RandomCellar_3", 148905); DictSNOLevelArea.Add("A2_caOUT_Boneyard_01", 53834); DictSNOLevelArea.Add("A2_caOUT_Boneyard_Master", 332905); DictSNOLevelArea.Add("A2_caOUT_BorderlandsKhamsin", 63666); DictSNOLevelArea.Add("A2_caOUT_Borderlands_Khamsin_Mine", 61066); DictSNOLevelArea.Add("A2_caOut_Cellar_Alcarnus_Main", 195268); DictSNOLevelArea.Add("A2_caOut_CT_RefugeeCamp", 55313); DictSNOLevelArea.Add("A2_caOut_CT_RefugeeCamp_Gates", 203005); DictSNOLevelArea.Add("A2_caOut_CT_RefugeeCamp_Hub", 168314); DictSNOLevelArea.Add("A2_caOUT_HowlingPlateau_BlackCanyonMine_Master", 332921); DictSNOLevelArea.Add("A2_caOut_Hub_Inn", 174592); DictSNOLevelArea.Add("A2_caOut_Interior_C_DogBite", 186299); DictSNOLevelArea.Add("A2_caOut_Interior_H_RockWorm", 144117); DictSNOLevelArea.Add("A2_caOut_Mine_Abandoned_Cellar", 19841); DictSNOLevelArea.Add("A2_caOut_Oasis", 57425); DictSNOLevelArea.Add("A2_caOut_Oasis1_Water", 58980); DictSNOLevelArea.Add("A2_caOut_Oasis2", 57432); DictSNOLevelArea.Add("A2_caOut_OasisCellars", 110848); DictSNOLevelArea.Add("A2_caOut_Oasis_Exit", 175330); DictSNOLevelArea.Add("A2_caOut_Oasis_Exit_A", 175367); DictSNOLevelArea.Add("A2_caOut_Oasis_Master", 332903); DictSNOLevelArea.Add("A2_caOut_Oasis_Rakanishu", 211933); DictSNOLevelArea.Add("A2_caOut_Oasis_RandomCellar_1", 159897); DictSNOLevelArea.Add("A2_caOut_Oasis_RandomCellar_2", 159898); DictSNOLevelArea.Add("A2_caOut_Oasis_RandomCellar_3", 159899); DictSNOLevelArea.Add("A2_caOut_Oasis_RandomCellar_4", 162791); DictSNOLevelArea.Add("A2_caOUT_StingingWinds", 19839); DictSNOLevelArea.Add("A2_caOUT_StingingWinds_Alcarnus_Tier1", 19825); DictSNOLevelArea.Add("A2_caOUT_StingingWinds_Alcarnus_Tier2", 19826); DictSNOLevelArea.Add("A2_caOUT_StingingWinds_Bridge", 170118); DictSNOLevelArea.Add("A2_caOUT_StingingWinds_Canyon", 19836); DictSNOLevelArea.Add("A2_caOUT_StingingWinds_FallenCamp01", 166127); DictSNOLevelArea.Add("A2_caOUT_StingingWinds_PostBridge", 19838); DictSNOLevelArea.Add("A2_caOUT_StingingWinds_PreAlcarnus", 19835); DictSNOLevelArea.Add("A2_caOUT_StingingWinds_PreBridge", 19837); DictSNOLevelArea.Add("A2_caOut_Stranded2", 121418); DictSNOLevelArea.Add("A2_caOut_ZakarwaMerchantCellar", 114363); DictSNOLevelArea.Add("A2_Cave_Random01", 159588); DictSNOLevelArea.Add("A2_Cave_Random01_Level02", 220805); DictSNOLevelArea.Add("A2_CultistCellarEast", 102936); DictSNOLevelArea.Add("A2_CultistCellarWest", 102932); DictSNOLevelArea.Add("A2_dun_Aqd_Control_A", 63987); DictSNOLevelArea.Add("A2_dun_Aqd_Control_B", 63988); DictSNOLevelArea.Add("A2_dun_Aqd_Oasis_RandomFacePuzzle_Large", 158594); DictSNOLevelArea.Add("A2_dun_Aqd_Oasis_RandomFacePuzzle_Small", 158384); DictSNOLevelArea.Add("A2_dun_Aqd_Special_01", 62752); DictSNOLevelArea.Add("A2_dun_Aqd_Special_A", 62778); DictSNOLevelArea.Add("A2_dun_Aqd_Special_A_Level01", 432994); DictSNOLevelArea.Add("A2_dun_Aqd_Special_A_Level02", 432999); DictSNOLevelArea.Add("A2_dun_Aqd_Special_B", 62780); DictSNOLevelArea.Add("A2_dun_Aqd_Special_B_level01", 433000); DictSNOLevelArea.Add("A2_dun_Aqd_Special_B_level02", 433002); DictSNOLevelArea.Add("A2_Dun_Aqd_Swr-to-Oasis_Level01", 146838); DictSNOLevelArea.Add("A2_dun_Cave_BloodVial_01", 204629); DictSNOLevelArea.Add("A2_dun_Cave_BloodVial_02", 204675); DictSNOLevelArea.Add("A2_dun_Oasis_Cave_MapDungeon", 169494); DictSNOLevelArea.Add("A2_dun_Oasis_Cave_MapDungeon_Level02", 194239); DictSNOLevelArea.Add("A2_dun_PortalRoulette_A", 111487); DictSNOLevelArea.Add("A2_Dun_Swr_Adria_Level01", 58494); DictSNOLevelArea.Add("A2_Dun_Swr_Caldeum_Sewers_01", 111109); DictSNOLevelArea.Add("A2_dun_Zolt_Blood02_Level01_Part1", 123182); DictSNOLevelArea.Add("A2_dun_Zolt_Blood02_Level01_Part2", 153714); DictSNOLevelArea.Add("A2_Dun_Zolt_BossFight_Level04", 60194); DictSNOLevelArea.Add("A2_dun_Zolt_Head_Random01", 61632); DictSNOLevelArea.Add("A2_Dun_Zolt_Level01", 19797); DictSNOLevelArea.Add("A2_Dun_Zolt_Level02", 19798); DictSNOLevelArea.Add("A2_Dun_Zolt_Level03", 19799); DictSNOLevelArea.Add("A2_Dun_Zolt_Lobby", 19800); DictSNOLevelArea.Add("A2_Dun_Zolt_LobbyCenter", 176058); DictSNOLevelArea.Add("A2_Dun_Zolt_Master", 332915); DictSNOLevelArea.Add("A2_Dun_Zolt_Random_Level01", 19801); DictSNOLevelArea.Add("A2_Dun_Zolt_Random_Level02", 222577); DictSNOLevelArea.Add("A2_dun_Zolt_Random_PortalRoulette_02", 196047); DictSNOLevelArea.Add("A2_Dun_Zolt_ShadowRealm_Level01", 80592); DictSNOLevelArea.Add("A2_Event_DyingManMine", 141067); DictSNOLevelArea.Add("A2_Event_PriceOfMercy_Cellar", 195998); DictSNOLevelArea.Add("A2_P6_Cave_Moors_to_Church_01", 464830); DictSNOLevelArea.Add("A2_p6_Church_Level_01", 456638); DictSNOLevelArea.Add("A2_p6_Church_Level_02", 464092); DictSNOLevelArea.Add("A2_p6_Moors_Cave_Well_01", 465885); DictSNOLevelArea.Add("A2_p6_Moor_01", 460671); DictSNOLevelArea.Add("A2_Rockworm_Cellar_Cave", 196225); DictSNOLevelArea.Add("A2_trDun_Boneyard_Spider_Cave_01", 111671); DictSNOLevelArea.Add("A2_trDun_Boneyard_Spider_Cave_02", 218968); DictSNOLevelArea.Add("A2_trDun_Boneyard_Worm_Cave_01", 111667); DictSNOLevelArea.Add("A2_trDun_Boneyard_Worm_Cave_02", 218969); DictSNOLevelArea.Add("A2_trDun_Cave_Oasis_Random01", 62575); DictSNOLevelArea.Add("A2_trDun_Cave_Oasis_Random01_Level02", 194242); DictSNOLevelArea.Add("A2_trDun_Cave_Oasis_Random02", 62574); DictSNOLevelArea.Add("A2_trDun_Cave_Oasis_Random02_Level02", 161105); DictSNOLevelArea.Add("a3dun_hub_AdriaTower_Intro_01", 206142); DictSNOLevelArea.Add("a3dun_Hub_Adria_Tower", 201250); DictSNOLevelArea.Add("A3_AzmodanFight", 111516); DictSNOLevelArea.Add("A3_Battlefield_A", 112548); DictSNOLevelArea.Add("A3_Battlefield_B", 112565); DictSNOLevelArea.Add("A3_Battlefield_C", 112580); DictSNOLevelArea.Add("A3_Battlefield_Master", 336718); DictSNOLevelArea.Add("A3_Bridge_01", 69504); DictSNOLevelArea.Add("A3_Bridge_Choke_A", 155048); DictSNOLevelArea.Add("A3_Dun_Battlefield_Gate", 154644); DictSNOLevelArea.Add("A3_dun_Bridge_Interior_Random01", 140461); DictSNOLevelArea.Add("A3_dun_Bridge_Interior_Random02", 205424); DictSNOLevelArea.Add("A3_Dun_Crater_Level_01", 86080); DictSNOLevelArea.Add("A3_Dun_Crater_Level_02", 119305); DictSNOLevelArea.Add("A3_Dun_Crater_Level_03", 119306); DictSNOLevelArea.Add("A3_dun_Crater_ST_Level01", 80791); DictSNOLevelArea.Add("A3_dun_Crater_ST_Level01B", 119653); DictSNOLevelArea.Add("A3_dun_Crater_ST_Level02", 80792); DictSNOLevelArea.Add("A3_dun_Crater_ST_Level02B", 139274); DictSNOLevelArea.Add("A3_dun_Crater_ST_Level04", 85202); DictSNOLevelArea.Add("A3_dun_Crater_ST_Level04B", 119656); DictSNOLevelArea.Add("A3_Dun_Crater_Towers_Master", 336739); DictSNOLevelArea.Add("A3_dun_Event_Ruins_Frost_KKG_Dungeon", 436292); DictSNOLevelArea.Add("A3_dun_IceCaves_Random_01", 189345); DictSNOLevelArea.Add("A3_dun_IceCaves_Random_01_Level_02", 221702); DictSNOLevelArea.Add("A3_dun_IceCaves_Timed_01", 191078); DictSNOLevelArea.Add("A3_dun_IceCaves_Timed_01_Level_02", 221703); DictSNOLevelArea.Add("A3_Dun_Keep_Hub", 92945); DictSNOLevelArea.Add("A3_Dun_Keep_Hub_Inn", 185228); DictSNOLevelArea.Add("A3_Dun_Keep_Level03", 75436); DictSNOLevelArea.Add("A3_Dun_Keep_Level04", 93103); DictSNOLevelArea.Add("A3_Dun_Keep_Level05", 136448); DictSNOLevelArea.Add("A3_Dun_Keep_Master", 336472); DictSNOLevelArea.Add("A3_Dun_Keep_Random_01", 174666); DictSNOLevelArea.Add("A3_Dun_Keep_Random_01_Level_02", 221752); DictSNOLevelArea.Add("A3_Dun_Keep_Random_02", 182258); DictSNOLevelArea.Add("A3_Dun_Keep_Random_02_Level_02", 221753); DictSNOLevelArea.Add("A3_Dun_Keep_Random_03", 182274); DictSNOLevelArea.Add("A3_Dun_Keep_Random_03_Level_02", 221754); DictSNOLevelArea.Add("A3_Dun_Keep_Random_04", 182502); DictSNOLevelArea.Add("A3_Dun_Keep_Random_04_Level_02", 221761); DictSNOLevelArea.Add("A3_Dun_Keep_Random_Cellar_01", 220905); DictSNOLevelArea.Add("A3_Dun_Keep_Random_Cellar_02", 220904); DictSNOLevelArea.Add("A3_Dun_Keep_Random_Cellar_03", 197623); DictSNOLevelArea.Add("A3_Dun_Keep_TheBreach_Level04", 218511); DictSNOLevelArea.Add("A3_dun_rmpt_Level01", 92960); DictSNOLevelArea.Add("A3_dun_rmpt_Level02", 93173); DictSNOLevelArea.Add("A3_dun_rmpt_Master", 336467); DictSNOLevelArea.Add("A3_dun_ruins_frost_city_A_01", 428494); DictSNOLevelArea.Add("A3_dun_ruins_frost_city_A_02", 430336); DictSNOLevelArea.Add("A3_dun_ruins_frost_city_A_02_Kanai", 436319); DictSNOLevelArea.Add("A3_Gluttony_Boss", 111232); DictSNOLevelArea.Add("a4dun_Diablo_ShadowRealm_01", 153669); DictSNOLevelArea.Add("a4dun_spire_DiabloEntrance", 205434); DictSNOLevelArea.Add("a4dun_spire_exterior", 215396); DictSNOLevelArea.Add("A4_dun_CorruptSpire_SideDungeon_A_Level1", 409001); DictSNOLevelArea.Add("A4_dun_CorruptSpire_SideDungeon_A_Level2", 409375); DictSNOLevelArea.Add("A4_dun_Diablo_Arena", 109563); DictSNOLevelArea.Add("A4_dun_Diablo_Arena_Phase3", 215235); DictSNOLevelArea.Add("A4_dun_Garden3_SpireEntrance", 119882); DictSNOLevelArea.Add("A4_dun_Garden_of_Hope_01", 109514); DictSNOLevelArea.Add("A4_dun_Garden_of_Hope_02", 109516); DictSNOLevelArea.Add("A4_dun_Garden_of_Hope_A", 409512); DictSNOLevelArea.Add("A4_dun_Garden_of_Hope_B", 409517); DictSNOLevelArea.Add("A4_dun_Garden_of_Hope_Master", 343354); DictSNOLevelArea.Add("A4_dun_Heaven_1000_Monsters_Fight", 109149); DictSNOLevelArea.Add("A4_dun_Heaven_1000_Monsters_Fight_Entrance", 192873); DictSNOLevelArea.Add("A4_dun_Hell_Portal_01", 109526); DictSNOLevelArea.Add("A4_dun_Hell_Portal_01_OpenWorld", 361791); DictSNOLevelArea.Add("A4_dun_Hell_Portal_02", 109531); DictSNOLevelArea.Add("A4_dun_Hell_Portal_02_OpenWorld", 361792); DictSNOLevelArea.Add("A4_Dun_Keep_Hub", 197101); DictSNOLevelArea.Add("A4_dun_LibraryOfFate", 143648); DictSNOLevelArea.Add("A4_dun_Spire_00", 198564); DictSNOLevelArea.Add("A4_dun_Spire_01", 109538); DictSNOLevelArea.Add("A4_dun_Spire_02", 109540); DictSNOLevelArea.Add("A4_dun_Spire_03", 109542); DictSNOLevelArea.Add("A4_dun_Spire_04", 210728); DictSNOLevelArea.Add("A4_dun_Spire_Master", 343355); DictSNOLevelArea.Add("A4_dun_Spire_SigilRoom_A", 201668); DictSNOLevelArea.Add("A4_dun_Spire_SigilRoom_B", 175738); DictSNOLevelArea.Add("A4_dun_Spire_SigilRoom_C", 201670); DictSNOLevelArea.Add("A4_dun_Spire_SigilRoom_D", 201671); DictSNOLevelArea.Add("A4_P6_Realm_of_Fate_02_Master", 470716); DictSNOLevelArea.Add("A4_P6_Realm_of_Fate_03_Master", 464981); DictSNOLevelArea.Add("A4_P6_Realm_of_Fate_04_Master", 464985); DictSNOLevelArea.Add("A4_P6_Realm_of_Fate_05_Master", 468102); DictSNOLevelArea.Add("A4_P6_RoF_02_Section_01", 464063); DictSNOLevelArea.Add("A4_P6_RoF_05_Section_01", 464066); DictSNOLevelArea.Add("A4_P6_RoF_a1dun_Leor_01", 464886); DictSNOLevelArea.Add("A4_P6_RoF_a3dun_Crater_01", 464882); DictSNOLevelArea.Add("A4_P6_RoF_a4dun_spire_corrupt_01", 464940); DictSNOLevelArea.Add("A4_P6_RoF_a4dun_spire_LibraryOfFate_01", 464857); DictSNOLevelArea.Add("A4_P6_RoF_a4dun_spire_LibraryOfFate_03", 464065); DictSNOLevelArea.Add("A4_P6_RoF_Labyrinth_01", 464944); DictSNOLevelArea.Add("A4_P6_RoF_Labyrinth_01b", 475856); DictSNOLevelArea.Add("A4_P6_RoF_p4_Forest_Coast_Border_01", 464889); DictSNOLevelArea.Add("A4_P6_RoF_px_festeringWoods_Border_01", 464865); DictSNOLevelArea.Add("A4_P6_RoF_px_festeringWoods_Border_02", 464870); DictSNOLevelArea.Add("A4_P6_RoF_trDun_Cath_EW_Hall_01", 464890); DictSNOLevelArea.Add("A4_P6_RoF_trDun_Cath_EW_Hall_01b", 475854); DictSNOLevelArea.Add("A4_P6_RoF_trOut_Highlands_DunExterior_A_01", 464942); DictSNOLevelArea.Add("A4_P6_RoF_x1_BogCave_01", 464943); DictSNOLevelArea.Add("A4_P6_RoF_x1_Catacombs_01", 464858); DictSNOLevelArea.Add("A4_P6_RoF_x1_Catacombs_02", 464868); DictSNOLevelArea.Add("A4_P6_RoF_x1_Catacombs_03", 464874); DictSNOLevelArea.Add("A4_P6_RoF_x1_fortress_01", 464810); DictSNOLevelArea.Add("A4_P6_RoF_x1_Pand_Ext_120_Edge_01", 464867); DictSNOLevelArea.Add("A4_P6_RoF_x1_Pand_Ext_120_Edge_02", 464873); DictSNOLevelArea.Add("A4_P6_RoF_x1_Pand_Ext_120_Edge_03", 464875); DictSNOLevelArea.Add("A4_P6_RoF_x1_Pand_Ext_ImperiusGauntlet_01", 464871); DictSNOLevelArea.Add("A4_P6_RoF_x1_Pand_HexMaze_01", 464821); DictSNOLevelArea.Add("A4_P6_RoF_x1_westm_deathorb_B_01", 464822); DictSNOLevelArea.Add("A4_P6_RoF_x1_westm_graveyard_Border_Elbow_01", 464941); DictSNOLevelArea.Add("A4_P6_RoF_x1_westm_intro_01", 464820); DictSNOLevelArea.Add("Axe FlatWorld", 218824); DictSNOLevelArea.Add("Cave_MB313", 478093); DictSNOLevelArea.Add("Church_MB313", 478281); DictSNOLevelArea.Add("DuelWorld", 270054); DictSNOLevelArea.Add("Lava_MB313", 478149); DictSNOLevelArea.Add("Limbo", 231173); DictSNOLevelArea.Add("MB313_LV01", 476773); DictSNOLevelArea.Add("Moors_MB313", 478309); DictSNOLevelArea.Add("p1_a1Dun_Random_Level_Goblin", 409094); DictSNOLevelArea.Add("P1_LR_Tileset_Cesspools", 380081); DictSNOLevelArea.Add("p1_TieredRift_Challenge", 405915); DictSNOLevelArea.Add("p1_TreasureRealm", 380773); DictSNOLevelArea.Add("p1_TreasureRealm_Ancient", 483058); DictSNOLevelArea.Add("p1_TreasureRealm_Greed", 380774); DictSNOLevelArea.Add("p1_TreasureRealm_Greed_Ancient", 483085); DictSNOLevelArea.Add("P2_DateDungeon_01", 404913); DictSNOLevelArea.Add("P2_DateDungeon_02", 405007); DictSNOLevelArea.Add("p2_ScoundrelEvent_BossRoom", 404308); DictSNOLevelArea.Add("p2_ScoundrelEvent_Cesspools", 384441); DictSNOLevelArea.Add("p2_ScoundrelEvent_House", 384440); DictSNOLevelArea.Add("p2_ScoundrelEvent_Kingsport", 384427); DictSNOLevelArea.Add("p2_ScoundrelEvent_ThievesMansion", 404281); DictSNOLevelArea.Add("p2_TotallyNotACowLevel", 434650); DictSNOLevelArea.Add("p3_Benchmark_Challenge", 436498); DictSNOLevelArea.Add("p43_AD_AbandonedFarmstead", 458256); DictSNOLevelArea.Add("p43_AD_Catacombs_Level_05", 452992); DictSNOLevelArea.Add("p43_AD_Catacombs_Level_06", 452993); DictSNOLevelArea.Add("p43_AD_Catacombs_Level_07", 452994); DictSNOLevelArea.Add("p43_AD_Catacombs_Level_07_Fake", 454375); DictSNOLevelArea.Add("p43_AD_Catacombs_Level_07_HallsOfTheBlind", 453764); DictSNOLevelArea.Add("p43_AD_Catacombs_Level_08", 452995); DictSNOLevelArea.Add("p43_AD_Catacombs_Level_08_Fake", 454378); DictSNOLevelArea.Add("p43_AD_Cathedral_Level_01", 452986); DictSNOLevelArea.Add("p43_AD_Cathedral_Level_02", 452988); DictSNOLevelArea.Add("p43_AD_Cathedral_Level_03", 452989); DictSNOLevelArea.Add("p43_AD_Cathedral_Level_04", 452990); DictSNOLevelArea.Add("p43_AD_Caves_Level_09", 453001); DictSNOLevelArea.Add("p43_AD_Caves_Level_10", 453007); DictSNOLevelArea.Add("p43_AD_Caves_Level_11", 453006); DictSNOLevelArea.Add("p43_AD_Caves_Level_12", 453005); DictSNOLevelArea.Add("p43_AD_Hell_Level_13", 453009); DictSNOLevelArea.Add("p43_AD_Hell_Level_14", 453011); DictSNOLevelArea.Add("p43_AD_Hell_Level_15", 453012); DictSNOLevelArea.Add("p43_AD_Hell_Level_16", 453013); DictSNOLevelArea.Add("p43_AD_Level02_SideDungeon_DarkPassage", 453441); DictSNOLevelArea.Add("p43_AD_Level03_SideDungeon_LeoricsTomb", 453471); DictSNOLevelArea.Add("p43_AD_Level06_SideDungeon_ChamberOfBone", 453583); DictSNOLevelArea.Add("p43_AD_Level15_SideDungeon_UnholyAltar", 454209); DictSNOLevelArea.Add("p43_AD_OldTristram", 455466); DictSNOLevelArea.Add("P4_A5_bounty_grounds_Burrowers_Swr", 448375); DictSNOLevelArea.Add("p4_A5_bounty_grounds_Crypt_01", 448411); DictSNOLevelArea.Add("p4_A5_bounty_grounds_Keep_01", 448404); DictSNOLevelArea.Add("P4_A5_bounty_grounds_Leorics_Garden", 448398); DictSNOLevelArea.Add("P4_A5_bounty_grounds_Neph", 448391); DictSNOLevelArea.Add("P4_A5_bounty_grounds_Zolt", 448368); DictSNOLevelArea.Add("P4_bounty_grounds_Burrowers_Swr", 446550); DictSNOLevelArea.Add("p4_bounty_grounds_Crypt_01", 445792); DictSNOLevelArea.Add("p4_bounty_grounds_Keep_01", 446367); DictSNOLevelArea.Add("P4_bounty_grounds_Leorics_Garden", 444396); DictSNOLevelArea.Add("P4_bounty_grounds_Neph", 448011); DictSNOLevelArea.Add("P4_bounty_grounds_Zolt", 448039); DictSNOLevelArea.Add("P4_Forest_Coast_Future_Hermit", 437399); DictSNOLevelArea.Add("p4_Forest_Snow_01", 444307); DictSNOLevelArea.Add("p4_Forest_Snow_IceCave_01", 445762); DictSNOLevelArea.Add("p4_Leroics_Manor_Palace_Wing", 445426); DictSNOLevelArea.Add("p4_LR_Tileset_Exterior_Forest", 442960); DictSNOLevelArea.Add("p4_LR_Tileset_Exterior_Forest_Snow", 443694); DictSNOLevelArea.Add("p4_LR_Tileset_Forest_Coast_Cave", 443998); DictSNOLevelArea.Add("p4_LR_Tileset_Ruins_Frost", 442936); DictSNOLevelArea.Add("p4_ruins_frost_events", 436307); DictSNOLevelArea.Add("p4_SetDung_Barb_Kings", 444760); DictSNOLevelArea.Add("p4_SetDung_Barb_Might", 444913); DictSNOLevelArea.Add("p4_SetDung_Barb_Raekor", 444864); DictSNOLevelArea.Add("p4_SetDung_Barb_Wastes", 444822); DictSNOLevelArea.Add("p4_SetDung_Barb_Wastes_2", 447110); DictSNOLevelArea.Add("p4_SetDung_Cru_Akkhan", 444621); DictSNOLevelArea.Add("p4_SetDung_Cru_Roland", 444709); DictSNOLevelArea.Add("p4_SetDung_Cru_Seeker", 445263); DictSNOLevelArea.Add("p4_SetDung_Cru_Thorns", 445239); DictSNOLevelArea.Add("p4_SetDung_DH_Ess", 445024); DictSNOLevelArea.Add("p4_SetDung_DH_Mar", 444982); DictSNOLevelArea.Add("p4_SetDung_DH_Nat", 445003); DictSNOLevelArea.Add("p4_SetDung_DH_Shadow", 445043); DictSNOLevelArea.Add("p4_SetDung_Jail_Level01_Cells", 449491); DictSNOLevelArea.Add("p4_SetDung_Monk_Innas", 445164); DictSNOLevelArea.Add("p4_SetDung_Monk_Storms", 445216); DictSNOLevelArea.Add("p4_SetDung_Monk_Sunwuko", 445181); DictSNOLevelArea.Add("p4_SetDung_Monk_Uliana", 445198); DictSNOLevelArea.Add("p4_SetDung_WD_Haunt", 445089); DictSNOLevelArea.Add("p4_SetDung_WD_Jade", 445146); DictSNOLevelArea.Add("p4_SetDung_WD_Spider", 445107); DictSNOLevelArea.Add("p4_SetDung_WD_Tooth", 445069); DictSNOLevelArea.Add("p4_SetDung_Wiz_Firebird", 444572); DictSNOLevelArea.Add("p4_SetDung_Wiz_Opus", 443773); DictSNOLevelArea.Add("p4_SetDung_Wiz_Rasha", 444484); DictSNOLevelArea.Add("p4_SetDung_Wiz_Vyr", 444958); DictSNOLevelArea.Add("p4_SetDung_Wiz_Vyr_NoName", 449492); DictSNOLevelArea.Add("P6_Cave_01", 460670); DictSNOLevelArea.Add("P6_Envy_boss", 467383); DictSNOLevelArea.Add("p6_SetDung_Necro_Blood", 468097); DictSNOLevelArea.Add("p6_SetDung_Necro_Bone", 468098); DictSNOLevelArea.Add("p6_SetDung_Necro_Plague", 468100); DictSNOLevelArea.Add("p6_SetDung_Necro_Saint", 468099); DictSNOLevelArea.Add("PvPArena", 19868); DictSNOLevelArea.Add("PvP_Cald_Swr_Arena", 242031); DictSNOLevelArea.Add("PvP_Caout_Arena", 242032); DictSNOLevelArea.Add("PvP_Keep_Arena", 242030); DictSNOLevelArea.Add("PvP_Maze_01", 19874); DictSNOLevelArea.Add("PvP_Neph_Arena", 242029); DictSNOLevelArea.Add("PvP_Octogon_01", 19875); DictSNOLevelArea.Add("PvP_Pillar_01", 19876); DictSNOLevelArea.Add("PvP_Stairs_01", 19877); DictSNOLevelArea.Add("PvP_Test_BlueTeam", 19878); DictSNOLevelArea.Add("PvP_Test_Neutral", 19879); DictSNOLevelArea.Add("PvP_Test_RedTeam", 19880); DictSNOLevelArea.Add("Uber_BossWorld1", 256767); DictSNOLevelArea.Add("Uber_BossWorld2", 256106); DictSNOLevelArea.Add("Uber_BossWorld3", 256742); DictSNOLevelArea.Add("Uber_BossWorld_Diablo", 374239); DictSNOLevelArea.Add("Uber_PortalWorld", 257116); DictSNOLevelArea.Add("Weekly_Challenge_Hub", 415369); DictSNOLevelArea.Add("x1_A1_Challenge_Wilderness_ChamberOfBone", 292309); DictSNOLevelArea.Add("x1_A1_Challenge_Wilderness_CursedTomb", 292357); DictSNOLevelArea.Add("x1_A1_Challenge_Wilderness_ghoulswarm", 292231); DictSNOLevelArea.Add("x1_A2_Challenge_Boneyards_BloodCarvers", 300637); DictSNOLevelArea.Add("x1_A2_Challenge_Boneyards_Dustbowl", 296524); DictSNOLevelArea.Add("x1_A2_Challenge_Boneyards_SunkenGrave", 302111); DictSNOLevelArea.Add("x1_A2_Challenge_ShadowRealm_DemonShade", 303221); DictSNOLevelArea.Add("x1_A2_Challenge_ShadowRealm_HoradricGuardians", 303382); DictSNOLevelArea.Add("x1_A2_Challenge_ShadowRealm_WraithStorm", 298216); DictSNOLevelArea.Add("x1_A2_Challenge_StingingWinds_DesertFortress", 300508); DictSNOLevelArea.Add("x1_A2_Challenge_StingingWinds_FallenWarband", 300509); DictSNOLevelArea.Add("x1_A2_Challenge_StingingWinds_ForsakenOutpost", 300598); DictSNOLevelArea.Add("x1_A5_Challenge_Westm_DreadGhosts", 331953); DictSNOLevelArea.Add("X1_Abattoir_Random01", 338931); DictSNOLevelArea.Add("X1_Abattoir_Random01_B", 338970); DictSNOLevelArea.Add("X1_Abattoir_Random02", 338932); DictSNOLevelArea.Add("X1_Abattoir_Random02_B", 338978); DictSNOLevelArea.Add("x1_Adria_Boss_Arena", 287220); DictSNOLevelArea.Add("x1_BogCave_Random01", 235003); DictSNOLevelArea.Add("x1_BogCave_Random01_B", 336577); DictSNOLevelArea.Add("x1_BogCave_Random02", 235891); DictSNOLevelArea.Add("x1_BogCave_Random02_B", 336578); DictSNOLevelArea.Add("x1_BogCave_Random_Connector", 358956); DictSNOLevelArea.Add("x1_Bog_01", 245964); DictSNOLevelArea.Add("x1_Bog_01_Part2", 258142); DictSNOLevelArea.Add("x1_Bog_AdriaRitual", 282487); DictSNOLevelArea.Add("x1_Bog_BogPeople_Cellar_A", 335811); DictSNOLevelArea.Add("x1_Bog_BogPeople_Cellar_B", 359864); DictSNOLevelArea.Add("x1_Bog_BogPeople_Cellar_C", 335815); DictSNOLevelArea.Add("x1_Bog_BogPeople_Cellar_D", 337313); DictSNOLevelArea.Add("x1_Bog_BogRitualCave", 274329); DictSNOLevelArea.Add("x1_Catacombs_FakeEntrance_02", 341036); DictSNOLevelArea.Add("x1_Catacombs_FakeEntrance_03", 341039); DictSNOLevelArea.Add("x1_Catacombs_FakeEntrance_04", 341041); DictSNOLevelArea.Add("x1_Catacombs_Jeweler_1", 342114); DictSNOLevelArea.Add("x1_Catacombs_Jeweler_2", 358555); DictSNOLevelArea.Add("x1_Catacombs_Level01", 283553); DictSNOLevelArea.Add("x1_Catacombs_Level02", 283567); DictSNOLevelArea.Add("X1_Challenge_ChallengeTestWorld", 245739); DictSNOLevelArea.Add("x1_fortress_level_01", 271234); DictSNOLevelArea.Add("x1_fortress_level_01_B", 340533); DictSNOLevelArea.Add("x1_fortress_level_01_Master", 370512); DictSNOLevelArea.Add("x1_fortress_level_02", 271271); DictSNOLevelArea.Add("x1_fortress_level_02_Intro", 360494); DictSNOLevelArea.Add("x1_fortress_level_02_islands", 459863); DictSNOLevelArea.Add("x1_fortress_level_02_Master", 366169); DictSNOLevelArea.Add("x1_Fortress_MalthaelArena", 276361); DictSNOLevelArea.Add("X1_fortress_malthael_entrance", 349787); DictSNOLevelArea.Add("x1_Heaven_Pandemonium_Portal", 339468); DictSNOLevelArea.Add("X1_LR_DungeonFinder", 325902); DictSNOLevelArea.Add("X1_LR_DungeonFinder_Elites", 452987); DictSNOLevelArea.Add("X1_LR_HubWorld", 275997); DictSNOLevelArea.Add("X1_LR_Level_01", 288482); DictSNOLevelArea.Add("X1_LR_Level_02", 288684); DictSNOLevelArea.Add("X1_LR_Level_03", 288686); DictSNOLevelArea.Add("X1_LR_Level_04", 288797); DictSNOLevelArea.Add("X1_LR_Level_05", 288799); DictSNOLevelArea.Add("X1_LR_Level_06", 288801); DictSNOLevelArea.Add("X1_LR_Level_07", 288803); DictSNOLevelArea.Add("X1_LR_Level_08", 288809); DictSNOLevelArea.Add("X1_LR_Level_09", 288812); DictSNOLevelArea.Add("X1_LR_Level_10", 288813); DictSNOLevelArea.Add("X1_LR_PathToTheBoss", 283676); DictSNOLevelArea.Add("X1_LR_Tileset_Abattoir", 352652); DictSNOLevelArea.Add("X1_LR_Tileset_Aqueducts", 353527); DictSNOLevelArea.Add("x1_LR_Tileset_BogCave", 352690); DictSNOLevelArea.Add("X1_LR_Tileset_Breakup_Wortham", 348617); DictSNOLevelArea.Add("X1_LR_Tileset_Catacombs", 352713); DictSNOLevelArea.Add("X1_LR_Tileset_Cathedral", 275923); DictSNOLevelArea.Add("X1_LR_Tileset_Church", 462874); DictSNOLevelArea.Add("X1_LR_Tileset_CorruptSpire", 275929); DictSNOLevelArea.Add("x1_LR_Tileset_Crater", 323580); DictSNOLevelArea.Add("X1_LR_Tileset_CraterTowers", 342477); DictSNOLevelArea.Add("X1_LR_Tileset_Crypt", 276150); DictSNOLevelArea.Add("X1_LR_Tileset_Exerior_TristramFieldsDRLG", 415365); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_BattlefieldsBridge", 349048); DictSNOLevelArea.Add("x1_LR_Tileset_Exterior_Bog", 332335); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_Boneyards", 349181); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_Desert", 415044); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_FesteringWoods", 348577); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_GardensOfHope", 346565); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_Graveyard", 347870); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_Highlands", 347562); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_Moors", 458908); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_Oasis", 332323); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_PandExt", 347961); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_Ramparts", 346527); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_TristramFields", 330531); DictSNOLevelArea.Add("X1_LR_Tileset_Exterior_Wilderness", 347196); DictSNOLevelArea.Add("X1_LR_Tileset_FloodedCave", 276212); DictSNOLevelArea.Add("X1_LR_Tileset_Fortress", 333758); DictSNOLevelArea.Add("X1_LR_Tileset_HellPortal", 362179); DictSNOLevelArea.Add("X1_LR_Tileset_HexMaze", 352719); DictSNOLevelArea.Add("X1_LR_Tileset_IceCave", 276230); DictSNOLevelArea.Add("X1_LR_Tileset_Keep", 276226); DictSNOLevelArea.Add("X1_LR_Tileset_Leorics", 275927); DictSNOLevelArea.Add("X1_LR_Tileset_LeoricsJail", 334821); DictSNOLevelArea.Add("X1_LR_Tileset_Pony", 343965); DictSNOLevelArea.Add("X1_LR_Tileset_RootCave", 276128); DictSNOLevelArea.Add("X1_LR_Tileset_Sewers", 290245); DictSNOLevelArea.Add("X1_LR_Tileset_SpiderCaves", 322727); DictSNOLevelArea.Add("X1_LR_Tileset_Westmarch", 331264); DictSNOLevelArea.Add("X1_LR_Tileset_WormCaves", 276215); DictSNOLevelArea.Add("X1_LR_Tileset_ZoltArchives", 312606); DictSNOLevelArea.Add("X1_LR_Tileset_ZoltRuins", 312607); DictSNOLevelArea.Add("X1_Malthael_Boss_Arena", 330576); DictSNOLevelArea.Add("x1_P2_Forest_Coast_Level_01", 427763); DictSNOLevelArea.Add("x1_P4_Forest_Ancient_City_Crypt_03", 433612); DictSNOLevelArea.Add("x1_P4_Forest_Ancient_Tower_Crypt_01", 433890); DictSNOLevelArea.Add("x1_P4_Forest_Ancient_Tower_Entrance", 443340); DictSNOLevelArea.Add("x1_P4_Forest_Ancient_Tower_Floor_02", 442664); DictSNOLevelArea.Add("x1_P4_Forest_Ancient_Tower_Floor_03", 449000); DictSNOLevelArea.Add("x1_P4_Forest_Ancient_Tower_Floor_Top", 442665); DictSNOLevelArea.Add("x1_P4_Forest_Coast_Cave_Level01", 432439); DictSNOLevelArea.Add("x1_P4_Forest_Coast_Cave_Level02", 432440); DictSNOLevelArea.Add("X1_P4_Forest_Coast_Cellar_01", 424374); DictSNOLevelArea.Add("X1_P4_Forest_Coast_Cellar_02", 424522); DictSNOLevelArea.Add("X1_P4_Forest_Coast_Cellar_03", 424526); DictSNOLevelArea.Add("X1_P4_Forest_Coast_Cellar_04", 424529); DictSNOLevelArea.Add("X1_P4_Forest_Snow_Cellar_A", 446719); DictSNOLevelArea.Add("X1_PandExt_RamOverlook", 274985); DictSNOLevelArea.Add("X1_PandExt_RamOverlookAtGate", 279169); DictSNOLevelArea.Add("X1_Pand_BatteringRam", 295228); DictSNOLevelArea.Add("X1_Pand_Ext_1_Outlands", 338603); DictSNOLevelArea.Add("X1_Pand_Ext_2_Battlefields", 338602); DictSNOLevelArea.Add("X1_Pand_Ext_2_Battlefields_LongNub", 367831); DictSNOLevelArea.Add("X1_Pand_Ext_2_Battlefields_Master", 377700); DictSNOLevelArea.Add("X1_Pand_Ext_BatteringRam_Entrance_A", 339397); DictSNOLevelArea.Add("X1_Pand_Ext_BatteringRam_Entrance_A_MB313", 478132); DictSNOLevelArea.Add("x1_Pand_Ext_Cellar_01", 282938); DictSNOLevelArea.Add("X1_Pand_Ext_Cellar_A", 322645); DictSNOLevelArea.Add("X1_Pand_Ext_Cellar_B", 357651); DictSNOLevelArea.Add("X1_Pand_Ext_Cellar_C", 357654); DictSNOLevelArea.Add("X1_Pand_Ext_Cellar_D", 357655); DictSNOLevelArea.Add("X1_Pand_Ext_Cellar_E", 357657); DictSNOLevelArea.Add("X1_Pand_Ext_Level_01", 267810); DictSNOLevelArea.Add("X1_Pand_HexMaze", 294586); DictSNOLevelArea.Add("X1_Pand_HexMaze_2", 307433); DictSNOLevelArea.Add("X1_Pand_HexMaze_Bloone", 374757); DictSNOLevelArea.Add("X1_Pand_HexMaze_Borgoth", 374761); DictSNOLevelArea.Add("X1_Pand_HexMaze_EN_01", 302609); DictSNOLevelArea.Add("X1_Pand_HexMaze_EN_02", 310711); DictSNOLevelArea.Add("X1_Pand_HexMaze_Grotescor", 374765); DictSNOLevelArea.Add("X1_Pand_HexMaze_Haziael", 374769); DictSNOLevelArea.Add("X1_Pand_HexMaze_Magrethar", 374773); DictSNOLevelArea.Add("X1_Pand_HexMaze_Severag", 374777); DictSNOLevelArea.Add("X1_POF_DungeonBoss_01", 252218); DictSNOLevelArea.Add("X1_POF_DungeonLayout_Level_01", 245404); DictSNOLevelArea.Add("X1_POF_DungeonLayout_Level_01B", 252203); DictSNOLevelArea.Add("x1_TreasureGoblin_A", 378681); DictSNOLevelArea.Add("x1_TreasureGoblin_A_Ancient", 483484); DictSNOLevelArea.Add("x1_Urzael_Arena", 308487); DictSNOLevelArea.Add("X1_WestM_Alley_Rats", 304359); DictSNOLevelArea.Add("X1_Westm_CathedralCourtyard", 311624); DictSNOLevelArea.Add("X1_WestM_Cellar_Corpsefinder", 330763); DictSNOLevelArea.Add("X1_Westm_Cellar_Kids", 351801); DictSNOLevelArea.Add("X1_Westm_Cellar_Ruffians", 351802); DictSNOLevelArea.Add("X1_westm_cesspools_randomA_level01", 430876); DictSNOLevelArea.Add("X1_westm_cesspools_randomA_level02", 430875); DictSNOLevelArea.Add("x1_westm_custom_alley_01_Rat", 299955); DictSNOLevelArea.Add("X1_WestM_DeathOrb_GideonsCourt", 338956); DictSNOLevelArea.Add("X1_WestM_DeathOrb_KerwinsRow", 339158); DictSNOLevelArea.Add("X1_Westm_Graveyard_DeathOrb", 338946); DictSNOLevelArea.Add("x1_Westm_Hub", 270011); DictSNOLevelArea.Add("X1_westm_Interior01", 276704); DictSNOLevelArea.Add("X1_westm_Interior02", 276705); DictSNOLevelArea.Add("X1_Westm_IntroAlley", 311623); DictSNOLevelArea.Add("X1_Westm_IntroBridge", 308323); DictSNOLevelArea.Add("X1_Westm_IntroBridge_A", 315938); DictSNOLevelArea.Add("X1_Westm_IntroGate", 308324); DictSNOLevelArea.Add("X1_Westm_IntroSewer", 308325); DictSNOLevelArea.Add("X1_WestM_Intro_Cath_Int_Door", 309413); DictSNOLevelArea.Add("x1_westm_intro_overlook", 284069); DictSNOLevelArea.Add("x1_westm_Int_Blacksmith", 368430); DictSNOLevelArea.Add("X1_westm_int_gen_a02necromancer", 316646); DictSNOLevelArea.Add("x1_westm_Int_Gen_A_01_CaptainStokely", 321983); DictSNOLevelArea.Add("X1_WestM_Int_Gen_B_02_var_C_Yard_Rush", 328342); DictSNOLevelArea.Add("x1_westm_Int_Gen_B_03_var_B (Ghost Chase)", 335059); DictSNOLevelArea.Add("X1_WestM_Int_Gen_B_03_var_C_Panic", 336217); DictSNOLevelArea.Add("X1_WestM_Int_Gen_C_01_Skeleton_Rush", 328336); DictSNOLevelArea.Add("X1_WestM_Int_Gen_C_01_ZombieFireplace", 358642); DictSNOLevelArea.Add("x1_westm_Int_Gen_C_03_Deathmaiden", 357578); DictSNOLevelArea.Add("x1_westm_Int_Gen_C_03_Dogs", 357577); DictSNOLevelArea.Add("x1_westm_Int_Gen_C_03_Elements", 328813); DictSNOLevelArea.Add("x1_WestM_Int_Gen_C_Miser", 246663); DictSNOLevelArea.Add("X1_WESTM_INT_RESCUE_GUARDS_01", 294634); DictSNOLevelArea.Add("X1_WESTM_INT_RESCUE_GUARDS_02", 306916); DictSNOLevelArea.Add("X1_Westm_Int_ZombieSorcerer", 303053); DictSNOLevelArea.Add("x1_westm_KingEvent01", 336846); DictSNOLevelArea.Add("x1_westm_KingEvent02", 336847); DictSNOLevelArea.Add("x1_westm_KingEvent03", 336848); DictSNOLevelArea.Add("X1_Westm_ReformedCultist_Entrance", 310991); DictSNOLevelArea.Add("X1_Westm_ReformedCultist_TreasureRoom", 310992); DictSNOLevelArea.Add("x1_westm_RescueInterior_01", 284489); DictSNOLevelArea.Add("x1_westm_RescueInterior_02", 284490); DictSNOLevelArea.Add("x1_westm_ScoundrelEvent", 303497); DictSNOLevelArea.Add("x1_westm_ScoundrelEvent_Level02", 340644); DictSNOLevelArea.Add("X1_Westm_TemplarEvent", 276513); DictSNOLevelArea.Add("X1_Westm_Warehouse", 316374); DictSNOLevelArea.Add("X1_WESTM_ZONE_01", 261758); DictSNOLevelArea.Add("X1_WESTM_ZONE_01_A", 314782); DictSNOLevelArea.Add("X1_WESTM_ZONE_01_B", 314783); DictSNOLevelArea.Add("X1_WESTM_ZONE_01_Master", 368269); DictSNOLevelArea.Add("X1_WESTM_ZONE_03", 263493); DictSNOLevelArea.Add("X2_ZPVP_CATH_01", 378948); #endregion return DictSNOLevelArea; } public static Dictionary LoadPower() { Dictionary DictSNOPower = new Dictionary(); #region Power DictSNOPower.Add("1000MonsterFight_Meteor", 199789); DictSNOPower.Add("a1dun_leoric_fireTrench", 89418); DictSNOPower.Add("a1dun_leoric_fireTrench_01", 90428); DictSNOPower.Add("a1dun_leoric_fireTrench_02", 112259); DictSNOPower.Add("a1dun_Leor_BigFireGrate", 108017); DictSNOPower.Add("a1dun_Leor_Fire_Gutter_fire", 175159); DictSNOPower.Add("a1dun_Leor_Hallway_Blade_Trap", 441108); DictSNOPower.Add("a2dun_Aqd_Act_Wood_Platform_Damage", 396386); DictSNOPower.Add("a2dun_Cave_Goatmen_Dropping_Log_Trap_attack", 175069); DictSNOPower.Add("a2dun_Cave_Larva", 206565); DictSNOPower.Add("a2dun_Cave_Larva_AOE", 189864); DictSNOPower.Add("a2dun_Cave_SlimeGeyser_A", 114308); DictSNOPower.Add("a2dun_Zolt_Tesla_Tower_Cold_spawnAttack", 223739); DictSNOPower.Add("a2dun_Zolt_Tesla_Tower_Fire", 29983); DictSNOPower.Add("a2dun_Zolt_Tesla_Tower_Fire_spawnAttack", 223738); DictSNOPower.Add("a2dun_Zolt_Tesla_Tower_IceNova", 29984); DictSNOPower.Add("a2dun_Zolt_Tesla_Tower_Lightning_pewpew", 174642); DictSNOPower.Add("a2dun_Zolt_Tesla_Tower_Lightning_spawnAttack", 223731); DictSNOPower.Add("a2dun_Zolt_Tesla_Tower_Poison_spawnAttack", 223740); DictSNOPower.Add("A2_Evacuation_BelialBomb", 153000); DictSNOPower.Add("a3dun_bastionKeepGuard_FireAtNothing", 180931); DictSNOPower.Add("a3dun_crater_DemonClawBomb_A", 162328); DictSNOPower.Add("a3dun_Crater_DemonClawBomb_A_trigger", 206575); DictSNOPower.Add("a3dun_crater_Demon_GroundTrap_GasChamber", 123043); DictSNOPower.Add("a3dun_crater_Demon_GroundTrap_GasChamber_FireOnly", 212330); DictSNOPower.Add("a3dun_Keep_Barrel_Stack_Short_Damage", 55014); DictSNOPower.Add("a3dun_Keep_Exploding_Barrel_Stun_power", 186638); DictSNOPower.Add("a3dun_keep_fireTrench_01", 200051); DictSNOPower.Add("a3dun_keep_fireTrench_02", 200038); DictSNOPower.Add("A3Intro_CatapultAttack", 244155); DictSNOPower.Add("a3_battlefield_demonic_forge", 174905); DictSNOPower.Add("A3_Battlefield_DemonMine_AOE", 122327); DictSNOPower.Add("a4dun_Garden_Corruption_Mine", 188960); DictSNOPower.Add("a4dun_Heaven_HellRift_FallingRocks_A", 223721); DictSNOPower.Add("a4dun_Heaven_HellRift_FallingRocks_B", 223722); DictSNOPower.Add("a4Dun_HellFissure", 223286); DictSNOPower.Add("a4dun_Spire_CorruptionGeyser", 219695); DictSNOPower.Add("a4dun_spire_firewall", 223284); DictSNOPower.Add("a4dun_spire_Spike_Trap", 220634); DictSNOPower.Add("ActorDisabledBuff", 93716); DictSNOPower.Add("ActorGhostedBuff", 224639); DictSNOPower.Add("ActorInTownBuff", 220304); DictSNOPower.Add("ActorInvulBuff", 439438); DictSNOPower.Add("ActorLoadingBuff", 212032); DictSNOPower.Add("Adria_event47_blast", 199222); DictSNOPower.Add("Adria_event47_projectile", 199198); DictSNOPower.Add("AIEvadeBuff", 99543); DictSNOPower.Add("AI_Backpedal", 313697); DictSNOPower.Add("AI_Backpedal_OneShotThroughActors", 327537); DictSNOPower.Add("AI_Circle", 29986); DictSNOPower.Add("AI_Circle_Long", 29987); DictSNOPower.Add("AI_Circle_Strafe", 29989); DictSNOPower.Add("AI_Circle_Strafe_Short", 29988); DictSNOPower.Add("AI_Close", 29990); DictSNOPower.Add("AI_Close_Far", 466012); DictSNOPower.Add("AI_Close_Farther", 477010); DictSNOPower.Add("AI_Close_Long", 29991); DictSNOPower.Add("AI_EscortFollow", 29992); DictSNOPower.Add("AI_Follow", 29993); DictSNOPower.Add("AI_FollowPath", 29994); DictSNOPower.Add("AI_FollowWithWalk", 1728); DictSNOPower.Add("AI_FollowWithWalkNatural", 477018); DictSNOPower.Add("AI_FollowWithWalk_Far", 467524); DictSNOPower.Add("AI_Follow_Close", 29995); DictSNOPower.Add("AI_Follow_MeleeLead", 104514); DictSNOPower.Add("AI_Follow_MeleeLead_Pet", 231004); DictSNOPower.Add("AI_Follow_MeleeLead_Pet_Far", 472153); DictSNOPower.Add("AI_Idle", 29996); DictSNOPower.Add("AI_Idle_Long", 29997); DictSNOPower.Add("AI_Idle_Short", 29998); DictSNOPower.Add("AI_Orbit", 55433); DictSNOPower.Add("AI_ReturnToGuardObject", 193411); DictSNOPower.Add("AI_ReturnToPath", 30000); DictSNOPower.Add("AI_RunAway", 30001); DictSNOPower.Add("AI_RunAway_Long", 30002); DictSNOPower.Add("AI_RunAway_Short", 30003); DictSNOPower.Add("AI_RunAway_Short_V2", 410363); DictSNOPower.Add("AI_RunInFront", 30004); DictSNOPower.Add("AI_RunInFront_Guaranteed", 163339); DictSNOPower.Add("AI_RunNearby", 30005); DictSNOPower.Add("AI_RunNearby_Gloam", 30006); DictSNOPower.Add("AI_RunNearby_Long", 30007); DictSNOPower.Add("AI_RunNearby_Short", 30008); DictSNOPower.Add("AI_RunTo", 30009); DictSNOPower.Add("AI_RunTo_Guaranteed", 163338); DictSNOPower.Add("AI_RunTo_Guaranteed_Spider", 376110); DictSNOPower.Add("AI_SprintInFront_Guaranteed", 163336); DictSNOPower.Add("AI_SprintTo", 82805); DictSNOPower.Add("AI_SprintTo_Guaranteed", 163335); DictSNOPower.Add("AI_Strafe", 30010); DictSNOPower.Add("AI_TownWalkTo_Guaranteed", 217618); DictSNOPower.Add("AI_WalkInFront", 30012); DictSNOPower.Add("AI_WalkInFront_Guaranteed", 163334); DictSNOPower.Add("AI_WalkTo", 30013); DictSNOPower.Add("AI_WalkTo_Guaranteed", 163333); DictSNOPower.Add("AI_Wander", 1729); DictSNOPower.Add("AI_WanderRun", 30014); DictSNOPower.Add("AI_Wander_Long", 30015); DictSNOPower.Add("AI_Wander_Minion", 476791); DictSNOPower.Add("AI_Wander_superLong", 30016); DictSNOPower.Add("AI_WarnOthers", 114421); DictSNOPower.Add("AncientSpearKnockback", 106281); DictSNOPower.Add("Angel_Corrupt_PiercingDash", 440446); DictSNOPower.Add("Anniversary_Buff_EXPMF", 311167); DictSNOPower.Add("Axe_Operate_Gizmo", 30021); DictSNOPower.Add("Axe_Operate_NPC", 30022); DictSNOPower.Add("Azmodan_AOD_Damage", 123199); DictSNOPower.Add("Azmodan_FallingCorpses", 122700); DictSNOPower.Add("Azmodan_GlobeOfAnnihilation", 122699); DictSNOPower.Add("Azmodan_LaserAttack", 129243); DictSNOPower.Add("Azmodan_Melee", 133744); DictSNOPower.Add("Azmodan_onDeath", 176046); DictSNOPower.Add("Azmodan_Phase3Channel", 123466); DictSNOPower.Add("Azmodan_Taunt", 211934); DictSNOPower.Add("Azmodan_Turning", 211856); DictSNOPower.Add("BannerDrop", 185040); DictSNOPower.Add("BannerDropPVP", 234255); DictSNOPower.Add("Banter_Cooldown", 134334); DictSNOPower.Add("Barbarian_Bash", 79242); DictSNOPower.Add("Barbarian_BattleRage", 79076); DictSNOPower.Add("Barbarian_CallOfTheAncients", 80049); DictSNOPower.Add("Barbarian_CallOfTheAncients_Basic_Melee", 187092); DictSNOPower.Add("Barbarian_CallOfTheAncients_Cleave", 168823); DictSNOPower.Add("Barbarian_CallOfTheAncients_FuriousCharge", 168824); DictSNOPower.Add("Barbarian_CallOfTheAncients_Leap", 168825); DictSNOPower.Add("Barbarian_CallOfTheAncients_SeismicSlam", 168827); DictSNOPower.Add("Barbarian_CallOfTheAncients_WeaponThrow", 168828); DictSNOPower.Add("Barbarian_CallOfTheAncients_Whirlwind", 168830); DictSNOPower.Add("Barbarian_Cleave", 80263); DictSNOPower.Add("Barbarian_Earthquake", 98878); DictSNOPower.Add("Barbarian_Frenzy", 78548); DictSNOPower.Add("Barbarian_FuriousCharge", 97435); DictSNOPower.Add("Barbarian_GroundStomp", 79446); DictSNOPower.Add("Barbarian_GroundStompEffect", 30080); DictSNOPower.Add("Barbarian_HammerOfTheAncients", 80028); DictSNOPower.Add("Barbarian_IgnorePain", 79528); DictSNOPower.Add("Barbarian_Leap", 93409); DictSNOPower.Add("Barbarian_Leap_OLD", 30097); DictSNOPower.Add("Barbarian_Overpower", 159169); DictSNOPower.Add("Barbarian_Overpower_CowKing", 368239); DictSNOPower.Add("Barbarian_Passive_Animosity", 205228); DictSNOPower.Add("Barbarian_Passive_BerserkerRage", 205187); DictSNOPower.Add("Barbarian_Passive_Bloodthirst", 205217); DictSNOPower.Add("Barbarian_Passive_BoonOfBulKathos", 204603); DictSNOPower.Add("Barbarian_Passive_Brawler", 205133); DictSNOPower.Add("Barbarian_Passive_InspiringPresence", 205546); DictSNOPower.Add("Barbarian_Passive_Juggernaut", 205707); DictSNOPower.Add("Barbarian_Passive_NervesOfSteel", 217819); DictSNOPower.Add("Barbarian_Passive_NoEscape", 204725); DictSNOPower.Add("Barbarian_Passive_PoundOfFlesh", 205205); DictSNOPower.Add("Barbarian_Passive_Relentless", 205398); DictSNOPower.Add("Barbarian_Passive_Ruthless", 205175); DictSNOPower.Add("Barbarian_Passive_Superstition", 205491); DictSNOPower.Add("Barbarian_Passive_ToughAsNails", 205848); DictSNOPower.Add("Barbarian_Passive_Unforgiving", 205300); DictSNOPower.Add("Barbarian_Passive_WeaponsMaster", 206147); DictSNOPower.Add("Barbarian_Rend", 70472); DictSNOPower.Add("Barbarian_Revenge", 109342); DictSNOPower.Add("Barbarian_Revenge_Buff", 109344); DictSNOPower.Add("Barbarian_SeismicSlam", 86989); DictSNOPower.Add("Barbarian_Sprint", 78551); DictSNOPower.Add("Barbarian_ThreateningShout", 79077); DictSNOPower.Add("Barbarian_Whirlwind", 96296); DictSNOPower.Add("Barbarian_Whirlwind_DustDevils_Passability", 442221); DictSNOPower.Add("Barbarian_WrathOfTheBerserker", 79607); DictSNOPower.Add("BareHandedPassive", 30145); DictSNOPower.Add("Barrel_Explode_Instant", 1736); DictSNOPower.Add("BeastCharge", 30147); DictSNOPower.Add("Beast_Weapon_Melee_Instant", 109289); DictSNOPower.Add("BelialArmProxy", 259123); DictSNOPower.Add("Belial_Ground_Pound", 67753); DictSNOPower.Add("Belial_LightningBreath", 95856); DictSNOPower.Add("Belial_LightningStrike_Enrage", 241757); DictSNOPower.Add("Belial_LightningStrike_v2", 96212); DictSNOPower.Add("Belial_Melee", 96712); DictSNOPower.Add("Belial_Melee_Reach", 156429); DictSNOPower.Add("Belial_Phase3Buff", 95811); DictSNOPower.Add("Belial_Ranged_Attack", 63079); DictSNOPower.Add("Belial_Sprint", 98565); DictSNOPower.Add("Belial_Sprint_Away", 105312); DictSNOPower.Add("BigRed_Charge", 149875); DictSNOPower.Add("BigRed_FireBreath", 150552); DictSNOPower.Add("BlockChance_10", 355392); DictSNOPower.Add("BodyGuard_Teleport", 131193); DictSNOPower.Add("Bone_Turret_MortarCast", 433233); DictSNOPower.Add("BountyGroundsBurrowOut", 446530); DictSNOPower.Add("Brickhouse_ArmShields", 72675); DictSNOPower.Add("Brickhouse_DestructionSetup", 180875); DictSNOPower.Add("Brickhouse_Enrage", 72713); DictSNOPower.Add("Brickhouse_Slam", 72812); DictSNOPower.Add("BugWingsBuff", 255336); DictSNOPower.Add("BurrowIn", 30156); DictSNOPower.Add("BurrowInHidden", 194582); DictSNOPower.Add("BurrowInSetup", 69949); DictSNOPower.Add("BurrowInSetup2HSwing", 327086); DictSNOPower.Add("BurrowInSetupHidden", 346610); DictSNOPower.Add("BurrowInSetupStaff", 327088); DictSNOPower.Add("BurrowOut", 30157); DictSNOPower.Add("BurrowOutSetup", 194596); DictSNOPower.Add("BurrowOut_NoFacing", 75226); DictSNOPower.Add("BurrowStartBuff", 30158); DictSNOPower.Add("Butcher_DamagingFire", 86627); DictSNOPower.Add("Butcher_FloorPanelFire", 96925); DictSNOPower.Add("Butcher_Frenzy", 85001); DictSNOPower.Add("Butcher_Frenzy_Custom_LR_Boss", 364220); DictSNOPower.Add("Butcher_GrapplingHook", 83008); DictSNOPower.Add("Butcher_OnDeath", 209203); DictSNOPower.Add("Butcher_Slam", 85152); DictSNOPower.Add("Butcher_Smash", 30160); DictSNOPower.Add("Butcher_Spears", 198671); DictSNOPower.Add("Butcher_Target_Ranged", 109153); DictSNOPower.Add("Cain_Intro_Swing", 102449); DictSNOPower.Add("Caldeum_PoisonLaser", 156211); DictSNOPower.Add("CalldownGrenade", 91155); DictSNOPower.Add("Callout_Cooldown", 134225); DictSNOPower.Add("Camera_Focus_Buff", 151595); DictSNOPower.Add("Camera_Focus_Pet_Buff", 151604); DictSNOPower.Add("CannotDieDuringBuff", 225599); DictSNOPower.Add("caOut_BoneYards_Collapsing_Bones_Damage", 396376); DictSNOPower.Add("caOut_Oasis_Attack_Plant_attack", 102874); DictSNOPower.Add("CatapultAttack", 108036); DictSNOPower.Add("ChampionClone", 30166); DictSNOPower.Add("ChampionTeleport", 30167); DictSNOPower.Add("CleanupSummons_OnDeath", 442438); DictSNOPower.Add("CollectorsEditionBuff", 208706); DictSNOPower.Add("Community_Buff_LegacyOfNightmares", 483485); DictSNOPower.Add("Community_Buff_TriunesWill", 483606); DictSNOPower.Add("Community_Event_Buff_EXPMF", 370781); DictSNOPower.Add("CompanionBuff", 275399); DictSNOPower.Add("Console_PowerGlobe", 300082); DictSNOPower.Add("Consumable_Potion_Buffs", 409455); DictSNOPower.Add("Cooldown", 30176); DictSNOPower.Add("CopiedVisualEffectsBuff", 91052); DictSNOPower.Add("CoreElitePodSetUp", 134815); DictSNOPower.Add("CoreElite_DropPod", 134816); DictSNOPower.Add("CoreElite_DropPod_Begin", 136455); DictSNOPower.Add("CorpulentExplode", 30178); DictSNOPower.Add("CorruptAngel_SpectralStrike", 122978); DictSNOPower.Add("Cosmetic_SpectralHound_Buff", 428398); DictSNOPower.Add("CreepMob_Creeper_Attack", 72366); DictSNOPower.Add("CreepMob_Knockback", 71646); DictSNOPower.Add("CreepMob_Knockback_LR", 376935); DictSNOPower.Add("CreepMob_Ranged_Arm_Attack", 71688); DictSNOPower.Add("CritDebuffCold", 30180); DictSNOPower.Add("CryptChildEat", 1738); DictSNOPower.Add("CryptChildLeapOut", 30185); DictSNOPower.Add("CryptChildLeapOutBuff", 30186); DictSNOPower.Add("DamageAttribute", 86152); DictSNOPower.Add("DeathBro_BoneCage", 451544); DictSNOPower.Add("DeathBro_SummonSkeletons", 451528); DictSNOPower.Add("DeathBro_Teleport", 451543); DictSNOPower.Add("DebuffBleed", 228423); DictSNOPower.Add("DebuffBlind", 103216); DictSNOPower.Add("DebuffCharmed", 311910); DictSNOPower.Add("DebuffChilled", 30195); DictSNOPower.Add("DebuffFeared", 101002); DictSNOPower.Add("DebuffFireDamageProc", 312061); DictSNOPower.Add("DebuffForceGripped", 312799); DictSNOPower.Add("DebuffPoisonDamageProc", 312062); DictSNOPower.Add("DebuffRooted", 101003); DictSNOPower.Add("DebuffSlowed", 100971); DictSNOPower.Add("DebuffStunned", 101000); DictSNOPower.Add("DeleteSelfAnim", 346635); DictSNOPower.Add("demonFlyer_dropBomb", 132940); DictSNOPower.Add("DemonFlyer_FireBreath", 155188); DictSNOPower.Add("DemonFlyer_Projectile", 130798); DictSNOPower.Add("demonFlyer_snatch", 121326); DictSNOPower.Add("DemonHunter_Bolas", 77552); DictSNOPower.Add("DemonHunter_Caltrops", 129216); DictSNOPower.Add("DemonHunter_Chakram", 129213); DictSNOPower.Add("DemonHunter_ClusterArrow", 129214); DictSNOPower.Add("DemonHunter_ElementalArrow", 131325); DictSNOPower.Add("DemonHunter_EvasiveFire_Flip", 134280); DictSNOPower.Add("DemonHunter_FanOfKnives", 77546); DictSNOPower.Add("DemonHunter_Grenades", 86610); DictSNOPower.Add("DemonHunter_HungeringArrow", 129215); DictSNOPower.Add("DemonHunter_Impale", 131366); DictSNOPower.Add("DemonHunter_MarkedForDeath", 130738); DictSNOPower.Add("DemonHunter_Multishot", 77649); DictSNOPower.Add("DemonHunter_Passive_Archery", 209734); DictSNOPower.Add("DemonHunter_Passive_Ballistics", 155723); DictSNOPower.Add("DemonHunter_Passive_Brooding", 210801); DictSNOPower.Add("DemonHunter_Passive_CullTheWeak", 155721); DictSNOPower.Add("DemonHunter_Passive_CustomEngineering", 208610); DictSNOPower.Add("DemonHunter_Passive_Grenadier", 208779); DictSNOPower.Add("DemonHunter_Passive_HotPursuit", 155725); DictSNOPower.Add("DemonHunter_Passive_NightStalker", 218350); DictSNOPower.Add("DemonHunter_Passive_NumbingTraps", 218398); DictSNOPower.Add("DemonHunter_Passive_Perfectionist", 155722); DictSNOPower.Add("DemonHunter_Passive_Sharpshooter", 155715); DictSNOPower.Add("DemonHunter_Passive_SteadyAim", 164363); DictSNOPower.Add("DemonHunter_Passive_TacticalAdvantage", 218385); DictSNOPower.Add("DemonHunter_Passive_ThrillOfTheHunt", 211225); DictSNOPower.Add("DemonHunter_Passive_Vengeance", 155714); DictSNOPower.Add("DemonHunter_Preparation", 129212); DictSNOPower.Add("DemonHunter_Preparation_Passive", 324845); DictSNOPower.Add("DemonHunter_RainOfVengeance", 130831); DictSNOPower.Add("DemonHunter_RapidFire", 131192); DictSNOPower.Add("DemonHunter_Sentry", 129217); DictSNOPower.Add("DemonHunter_Sentry_TurretAttack", 129661); DictSNOPower.Add("DemonHunter_ShadowPower", 130830); DictSNOPower.Add("DemonHunter_SmokeScreen", 130695); DictSNOPower.Add("DemonHunter_SpikeTrap", 75301); DictSNOPower.Add("DemonHunter_Strafe", 134030); DictSNOPower.Add("DemonHunter_Vault", 111215); DictSNOPower.Add("DemonTrooperLeapOut", 143198); DictSNOPower.Add("Dervish_Whirlwind", 30207); DictSNOPower.Add("Dervish_Whirlwind_Mortar_Prototype", 256026); DictSNOPower.Add("Despair_Melee_Cleave", 152865); DictSNOPower.Add("Despair_Melee_CleaveEnrage", 241778); DictSNOPower.Add("Despair_SummonMinion", 150486); DictSNOPower.Add("Despair_Teleport", 149911); DictSNOPower.Add("Despair_Teleport_Away", 209700); DictSNOPower.Add("Despair_Volley", 152866); DictSNOPower.Add("Despair_Volley_LR_Boss", 366277); DictSNOPower.Add("DestructableObjectAOE", 30208); DictSNOPower.Add("DestructableObjectChandelier_AOE", 30209); DictSNOPower.Add("DestructableObjectChandelier_AOE_Hoist", 358809); DictSNOPower.Add("DestructionStreak_Buff_Run_Speed", 368174); DictSNOPower.Add("DH_Companion_ChargeAttack", 133887); DictSNOPower.Add("DH_Companion_MeleeAttack", 227240); DictSNOPower.Add("DH_rainofArrows_shadowBeast_bombDrop", 150075); DictSNOPower.Add("Diablo_Charge", 195816); DictSNOPower.Add("Diablo_ClawRip", 136189); DictSNOPower.Add("Diablo_ClawRip_Uber", 375905); DictSNOPower.Add("Diablo_CorruptionShield", 161174); DictSNOPower.Add("Diablo_CurseOfAnguish", 136828); DictSNOPower.Add("Diablo_CurseOfDestruction", 136831); DictSNOPower.Add("Diablo_CurseOfHate", 136830); DictSNOPower.Add("Diablo_CurseOfPain", 136829); DictSNOPower.Add("Diablo_ExpandingFireRing", 185997); DictSNOPower.Add("Diablo_ExpandingFireRing_Uber", 375908); DictSNOPower.Add("Diablo_FireMeteor", 214831); DictSNOPower.Add("Diablo_GetHit", 214668); DictSNOPower.Add("Diablo_HellSpikes", 136226); DictSNOPower.Add("Diablo_LightningBreath", 136219); DictSNOPower.Add("Diablo_LightningBreath_LR_TerrorDemon", 428985); DictSNOPower.Add("Diablo_LightningBreath_LR_TerrorDemon_Clone", 439719); DictSNOPower.Add("Diablo_LightningBreath_Turret_MB313", 478410); DictSNOPower.Add("Diablo_LightningBreath_Uber", 375904); DictSNOPower.Add("Diablo_LightningBreath_v2", 167560); DictSNOPower.Add("Diablo_Phase1Buff", 141865); DictSNOPower.Add("Diablo_Phase2Buff", 136850); DictSNOPower.Add("Diablo_Phase3Buff", 136852); DictSNOPower.Add("Diablo_RingOfFire", 136223); DictSNOPower.Add("Diablo_RingOfFire_Uber", 375907); DictSNOPower.Add("Diablo_ShadowClones", 136281); DictSNOPower.Add("Diablo_ShadowVanish", 136237); DictSNOPower.Add("Diablo_ShadowVanish_Charge", 142582); DictSNOPower.Add("Diablo_ShadowVanish_Grab", 136849); DictSNOPower.Add("Diablo_Smash_Puny_Destructible", 169212); DictSNOPower.Add("Diablo_StompAndStun", 199476); DictSNOPower.Add("Diablo_StompAndStunMB313", 478072); DictSNOPower.Add("Diablo_Teleport", 219598); DictSNOPower.Add("DisableGetHitBuff_Infinite", 360319); DictSNOPower.Add("DisablePowerBuff_Infinite", 340708); DictSNOPower.Add("DOTDebuff", 95701); DictSNOPower.Add("DrinkHealthPotion", 30211); DictSNOPower.Add("DualWieldBuff", 193438); DictSNOPower.Add("DualWield_Scripted", 335158); DictSNOPower.Add("DualWield_Scripted_Remove", 335253); DictSNOPower.Add("DuelBuff", 270058); DictSNOPower.Add("DuelDefeatBuff", 275135); DictSNOPower.Add("Easter_Egg_World_Buff", 434761); DictSNOPower.Add("EatCorpse", 30214); DictSNOPower.Add("ElectricEelLeapOut", 59836); DictSNOPower.Add("ElectricEel_ElectricBurst", 57932); DictSNOPower.Add("EmoteAttack", 188254); DictSNOPower.Add("EmoteBye", 185085); DictSNOPower.Add("EmoteDance", 384214); DictSNOPower.Add("EmoteDie", 185087); DictSNOPower.Add("EmoteFollow", 185042); DictSNOPower.Add("EmoteGive", 185081); DictSNOPower.Add("EmoteGo", 185629); DictSNOPower.Add("EmoteHelp", 185093); DictSNOPower.Add("EmoteHold", 188256); DictSNOPower.Add("EmoteLaugh", 188258); DictSNOPower.Add("EmoteNo", 188252); DictSNOPower.Add("EmoteRetreat", 188255); DictSNOPower.Add("EmoteRun", 185598); DictSNOPower.Add("EmoteSorry", 185083); DictSNOPower.Add("EmoteStay", 188253); DictSNOPower.Add("EmoteTakeObjective", 188257); DictSNOPower.Add("EmoteThanks", 185082); DictSNOPower.Add("EmoteWait", 185600); DictSNOPower.Add("EmoteYes", 188251); DictSNOPower.Add("Enchantress_Charm", 102057); DictSNOPower.Add("Enchantress_Cripple", 84469); DictSNOPower.Add("Enchantress_Disorient", 101990); DictSNOPower.Add("Enchantress_FocusedMind", 101425); DictSNOPower.Add("Enchantress_ForcefulPush", 101969); DictSNOPower.Add("Enchantress_MassCharm", 201524); DictSNOPower.Add("Enchantress_Melee_Instant", 230238); DictSNOPower.Add("Enchantress_MissileWard", 257687); DictSNOPower.Add("Enchantress_PoweredArmor", 101461); DictSNOPower.Add("Enchantress_RunAway", 186200); DictSNOPower.Add("Enchantress_ScorchedEarth", 220872); DictSNOPower.Add("EnterRecallPortal", 201538); DictSNOPower.Add("EnterStoneOfRecall", 200036); DictSNOPower.Add("EnvironmentKill_Buff_Resource_Regen", 391680); DictSNOPower.Add("EquippedLegendaryPower", 434427); DictSNOPower.Add("EscortingBuff", 86241); DictSNOPower.Add("ExitRecallPortal", 201570); DictSNOPower.Add("ExitStoneOfRecall", 200039); DictSNOPower.Add("FallenChampion_Leader_Shout", 30222); DictSNOPower.Add("FallenChampion_Power_Hit", 1740); DictSNOPower.Add("FallenGrunt_Shout", 30223); DictSNOPower.Add("FallenShaman_Projectile", 30225); DictSNOPower.Add("FallenShaman_Projectile_LR", 364817); DictSNOPower.Add("Fallen_Lunatic_Aggro_A", 158955); DictSNOPower.Add("Fallen_Lunatic_Aggro_B", 330501); DictSNOPower.Add("Fallen_Lunatic_Aggro_C", 330800); DictSNOPower.Add("Fallen_Lunatic_Aggro_D", 330802); DictSNOPower.Add("Fallen_Lunatic_Suicide", 66547); DictSNOPower.Add("Fallen_Lunatic_Suicide_Ring_Summon", 433469); DictSNOPower.Add("FallingSword_CheckPath_Passability", 329401); DictSNOPower.Add("FastMummy_Disease_Cloud", 30227); DictSNOPower.Add("Frenzy_Affix", 123843); DictSNOPower.Add("GenericArrow_Projectile", 30242); DictSNOPower.Add("Generic_SetCannotBeAddedToAITargetList", 129386); DictSNOPower.Add("Generic_SetDoesFakeDamage", 129395); DictSNOPower.Add("Generic_SetInvisible", 76107); DictSNOPower.Add("Generic_SetInvulnerable", 62731); DictSNOPower.Add("Generic_SetObserver", 129393); DictSNOPower.Add("Generic_SetTakesNoDamage", 129394); DictSNOPower.Add("Generic_SetUntargetable", 62666); DictSNOPower.Add("Generic_Taunt", 60777); DictSNOPower.Add("GhostWalkThroughWalls", 99094); DictSNOPower.Add("Ghost_A_Unique_House1000Undead_Slow", 94972); DictSNOPower.Add("Ghost_Melee_Drain", 30243); DictSNOPower.Add("Ghost_SoulSiphon", 30244); DictSNOPower.Add("GizmoOperatePortalWithAnimation", 30249); DictSNOPower.Add("Gizmo_a3dun_rmpt_OilVat_A_Attack", 129689); DictSNOPower.Add("Gluttony_Breath_Attack", 93838); DictSNOPower.Add("Gluttony_Gas_Cloud", 93676); DictSNOPower.Add("Gluttony_Gas_Cloud_LR_Boss", 369667); DictSNOPower.Add("Gluttony_Loogiespawn", 211292); DictSNOPower.Add("Gluttony_OnDeath", 98587); DictSNOPower.Add("GoatmanDrumsBeating", 97497); DictSNOPower.Add("Goatman_Cold_Shield", 123158); DictSNOPower.Add("Goatman_Iceball", 99077); DictSNOPower.Add("Goatman_Lightning_Shield", 30251); DictSNOPower.Add("Goatman_Moonclan_Ranged_Projectile", 30252); DictSNOPower.Add("Goatman_Shaman_Empower", 168554); DictSNOPower.Add("Goatman_Shaman_Lightningbolt", 77342); DictSNOPower.Add("GoatMutantEnrage", 131588); DictSNOPower.Add("GoatMutantGroundSmash", 131699); DictSNOPower.Add("GoatMutantShamanBlast", 157947); DictSNOPower.Add("GoatMutant_Ranged_Projectile", 159004); DictSNOPower.Add("GoblinAffix_Teleporter", 413313); DictSNOPower.Add("GraveDigger_Knockback_Attack", 30255); DictSNOPower.Add("graveDigger_warden_rangedAttack", 113817); DictSNOPower.Add("GraveRobber_Dodge_Left", 30256); DictSNOPower.Add("GraveRobber_Dodge_Right", 30257); DictSNOPower.Add("graveRobber_Projectile", 30258); DictSNOPower.Add("Greed_StompAndStun", 408505); DictSNOPower.Add("g_killElitePack", 230745); DictSNOPower.Add("g_levelUp", 85954); DictSNOPower.Add("g_levelUp_AA", 252038); DictSNOPower.Add("g_paragonBuff", 286747); DictSNOPower.Add("HealingWell_Heal", 30264); DictSNOPower.Add("Hearth", 30265); DictSNOPower.Add("Hearth_Finish", 30266); DictSNOPower.Add("HellPortalSummoningMachineActivate", 118226); DictSNOPower.Add("HelperArcherProjectile", 73289); DictSNOPower.Add("HirelingMage_MagicMissile", 30273); DictSNOPower.Add("Hireling_Callout_BattleCry", 87093); DictSNOPower.Add("Hireling_Callout_BattleFinished", 117323); DictSNOPower.Add("Hireling_Dismiss", 196142); DictSNOPower.Add("Hireling_Dismiss_Buff", 196103); DictSNOPower.Add("Hireling_Dismiss_Buff_Remove", 196251); DictSNOPower.Add("HoodedNightmare_BoneArmor", 135701); DictSNOPower.Add("HoodedNightmare_Curses", 136071); DictSNOPower.Add("HoodedNightmare_GatewayToHell", 136072); DictSNOPower.Add("HoodedNightmare_LightningOfUnlife", 135412); DictSNOPower.Add("IdentifyAllWithCast", 293981); DictSNOPower.Add("IdentifyWithCast", 226757); DictSNOPower.Add("IdentifyWithCastLegendary", 259848); DictSNOPower.Add("IGR_Buff_EXP", 238686); DictSNOPower.Add("ImmuneToFearDuringBuff", 30283); DictSNOPower.Add("ImmuneToRootDuringBuff", 30284); DictSNOPower.Add("ImmuneToSnareDuringBuff", 30285); DictSNOPower.Add("ImmuneToStunDuringBuff", 30286); DictSNOPower.Add("Interact_Crouching", 30287); DictSNOPower.Add("Interact_Normal", 30288); DictSNOPower.Add("InvisibileDuringBuff", 30289); DictSNOPower.Add("InvulnerableDuringBuff", 30290); DictSNOPower.Add("ItemPassive_SetBonus_Chantodo", 371005); DictSNOPower.Add("itemPassive_Unique_Amulet_001", 246590); DictSNOPower.Add("itemPassive_Unique_Amulet_003", 246750); DictSNOPower.Add("itemPassive_Unique_Amulet_003_x1", 364343); DictSNOPower.Add("itemPassive_Unique_Amulet_011", 248136); DictSNOPower.Add("ItemPassive_Unique_Amulet_017_x1", 322978); DictSNOPower.Add("ItemPassive_Unique_Amulet_105_x1", 334880); DictSNOPower.Add("ItemPassive_Unique_Axe_1H_003", 245854); DictSNOPower.Add("ItemPassive_Unique_Axe_1H_003_x1", 364311); DictSNOPower.Add("ItemPassive_Unique_Axe_1H_005", 246101); DictSNOPower.Add("ItemPassive_Unique_Axe_1H_005_p2", 433993); DictSNOPower.Add("ItemPassive_Unique_Axe_1H_005_x1", 364318); DictSNOPower.Add("ItemPassive_Unique_Axe_1H_006", 248484); DictSNOPower.Add("ItemPassive_Unique_Axe_1H_007", 246113); DictSNOPower.Add("ItemPassive_Unique_Axe_2H_001", 246118); DictSNOPower.Add("ItemPassive_Unique_Axe_2H_010", 248462); DictSNOPower.Add("ItemPassive_Unique_Axe_2H_012_x1", 322974); DictSNOPower.Add("ItemPassive_Unique_BarbBelt_003", 246363); DictSNOPower.Add("ItemPassive_Unique_BarbBelt_003_x1", 364341); DictSNOPower.Add("ItemPassive_Unique_Belt_016_p2", 433996); DictSNOPower.Add("ItemPassive_Unique_Belt_016_x1", 322980); DictSNOPower.Add("ItemPassive_Unique_Boots_007", 246442); DictSNOPower.Add("ItemPassive_Unique_Boots_007_p2", 434010); DictSNOPower.Add("ItemPassive_Unique_Boots_007_x1", 342515); DictSNOPower.Add("ItemPassive_Unique_Boots_020_x1", 322976); DictSNOPower.Add("ItemPassive_Unique_Bow_008", 246605); DictSNOPower.Add("ItemPassive_Unique_Bow_008_x1", 375037); DictSNOPower.Add("ItemPassive_Unique_Bow_015", 248817); DictSNOPower.Add("ItemPassive_Unique_Bow_015_x1", 344372); DictSNOPower.Add("ItemPassive_Unique_Bracer_105_x1", 334881); DictSNOPower.Add("ItemPassive_Unique_CeremonialDagger_002", 245835); DictSNOPower.Add("ItemPassive_Unique_CeremonialDagger_002_x1", 364316); DictSNOPower.Add("ItemPassive_Unique_CeremonialDagger_008", 247896); DictSNOPower.Add("ItemPassive_Unique_Chest_001", 246515); DictSNOPower.Add("ItemPassive_Unique_CombatStaff_2H_007", 247777); DictSNOPower.Add("ItemPassive_Unique_CombatStaff_2H_009", 246562); DictSNOPower.Add("ItemPassive_Unique_Dagger_006", 247769); DictSNOPower.Add("ItemPassive_Unique_Dagger_007", 245836); DictSNOPower.Add("ItemPassive_Unique_Dagger_010", 245837); DictSNOPower.Add("ItemPassive_Unique_Dagger_010_x1", 364312); DictSNOPower.Add("ItemPassive_Unique_Dagger_011_x1", 334882); DictSNOPower.Add("ItemPassive_Unique_Dagger_103_x1", 322979); DictSNOPower.Add("ItemPassive_Unique_Fist_010", 248928); DictSNOPower.Add("ItemPassive_Unique_Fist_010_x1", 360490); DictSNOPower.Add("ItemPassive_Unique_Gem_001U_x1", 451157); DictSNOPower.Add("ItemPassive_Unique_Gem_001_x1", 383014); DictSNOPower.Add("ItemPassive_Unique_Gem_002U_x1", 403457); DictSNOPower.Add("ItemPassive_Unique_Gem_002_x1", 403456); DictSNOPower.Add("ItemPassive_Unique_Gem_003U_x1", 428691); DictSNOPower.Add("ItemPassive_Unique_Gem_003_x1", 403459); DictSNOPower.Add("ItemPassive_Unique_Gem_004U_x1", 403560); DictSNOPower.Add("ItemPassive_Unique_Gem_004_x1", 403460); DictSNOPower.Add("ItemPassive_Unique_Gem_005U_x1", 403556); DictSNOPower.Add("ItemPassive_Unique_Gem_005_x1", 403461); DictSNOPower.Add("ItemPassive_Unique_Gem_006U_x1", 403600); DictSNOPower.Add("ItemPassive_Unique_Gem_006_x1", 403462); DictSNOPower.Add("ItemPassive_Unique_Gem_007U_x1", 403620); DictSNOPower.Add("ItemPassive_Unique_Gem_007_x1", 403463); DictSNOPower.Add("ItemPassive_Unique_Gem_008U_x1", 403524); DictSNOPower.Add("ItemPassive_Unique_Gem_008_x1", 403464); DictSNOPower.Add("ItemPassive_Unique_Gem_009U_x1", 403624); DictSNOPower.Add("ItemPassive_Unique_Gem_009_x1", 403465); DictSNOPower.Add("ItemPassive_Unique_Gem_010U_x1", 403472); DictSNOPower.Add("ItemPassive_Unique_Gem_010_x1", 403466); DictSNOPower.Add("ItemPassive_Unique_Gem_011U_x1", 403687); DictSNOPower.Add("ItemPassive_Unique_Gem_011_x1", 403467); DictSNOPower.Add("ItemPassive_Unique_Gem_012U_x1", 403727); DictSNOPower.Add("ItemPassive_Unique_Gem_012_x1", 403468); DictSNOPower.Add("ItemPassive_Unique_Gem_013U_x1", 403473); DictSNOPower.Add("ItemPassive_Unique_Gem_013_x1", 403469); DictSNOPower.Add("ItemPassive_Unique_Gem_014U_x1", 403784); DictSNOPower.Add("ItemPassive_Unique_Gem_014_x1", 403470); DictSNOPower.Add("ItemPassive_Unique_Gem_015U_x1", 403785); DictSNOPower.Add("ItemPassive_Unique_Gem_015_x1", 403471); DictSNOPower.Add("ItemPassive_Unique_Gem_016U_x1", 428030); DictSNOPower.Add("ItemPassive_Unique_Gem_016_x1", 428029); DictSNOPower.Add("ItemPassive_Unique_Gem_017U_x1", 428032); DictSNOPower.Add("ItemPassive_Unique_Gem_017_x1", 428031); DictSNOPower.Add("ItemPassive_Unique_Gem_018U_x1", 428349); DictSNOPower.Add("ItemPassive_Unique_Gem_018_x1", 428348); DictSNOPower.Add("ItemPassive_Unique_Gem_019U_x1", 428351); DictSNOPower.Add("ItemPassive_Unique_Gem_019_x1", 428350); DictSNOPower.Add("ItemPassive_Unique_Gem_020U_x1", 428353); DictSNOPower.Add("ItemPassive_Unique_Gem_020_x1", 428352); DictSNOPower.Add("ItemPassive_Unique_Gem_021U_x1", 428356); DictSNOPower.Add("ItemPassive_Unique_Gem_021_x1", 428354); DictSNOPower.Add("ItemPassive_Unique_Gem_022U_x1", 454737); DictSNOPower.Add("ItemPassive_Unique_Gem_022_x1", 454736); DictSNOPower.Add("ItemPassive_Unique_Gem_023U_x1", 483320); DictSNOPower.Add("ItemPassive_Unique_Gem_023_x1", 483319); DictSNOPower.Add("ItemPassive_Unique_HandXBow_012", 246678); DictSNOPower.Add("itemPassive_Unique_Helm_003", 246814); DictSNOPower.Add("itemPassive_Unique_Helm_003_p2", 434034); DictSNOPower.Add("itemPassive_Unique_Helm_003_x1", 338061); DictSNOPower.Add("ItemPassive_Unique_Helm_017_x1", 322977); DictSNOPower.Add("itemPassive_Unique_Mace_1H_002", 246918); DictSNOPower.Add("itemPassive_Unique_Mace_1H_002_x1", 364325); DictSNOPower.Add("itemPassive_Unique_Mace_1H_009", 247484); DictSNOPower.Add("ItemPassive_Unique_Mace_2H_003", 249958); DictSNOPower.Add("ItemPassive_Unique_Mace_2H_006", 248501); DictSNOPower.Add("ItemPassive_Unique_Mace_2H_009", 247913); DictSNOPower.Add("ItemPassive_Unique_Mace_2H_009_p2", 434033); DictSNOPower.Add("ItemPassive_Unique_Mace_2H_009_x1", 364319); DictSNOPower.Add("ItemPassive_Unique_Mighty_1H_006", 246836); DictSNOPower.Add("ItemPassive_Unique_Mighty_1H_006_p3", 441762); DictSNOPower.Add("ItemPassive_Unique_Mighty_1H_006_x1", 364322); DictSNOPower.Add("ItemPassive_Unique_Mighty_1H_011", 248481); DictSNOPower.Add("ItemPassive_Unique_Mighty_1H_011_x1", 360488); DictSNOPower.Add("ItemPassive_Unique_Mojo_003_x1", 374670); DictSNOPower.Add("ItemPassive_Unique_Mojo_010", 248489); DictSNOPower.Add("ItemPassive_Unique_Mojo_010_x1", 360491); DictSNOPower.Add("ItemPassive_Unique_Mojo_010_x1_tooltipDummy_1", 440744); DictSNOPower.Add("ItemPassive_Unique_Orb_001_x1", 374308); DictSNOPower.Add("itemPassive_Unique_Pants_007", 247009); DictSNOPower.Add("itemPassive_Unique_Pants_007_p2", 434009); DictSNOPower.Add("itemPassive_Unique_Pants_007_x1", 364342); DictSNOPower.Add("ItemPassive_Unique_Polearm_001", 247641); DictSNOPower.Add("ItemPassive_Unique_Polearm_001_x1", 367008); DictSNOPower.Add("ItemPassive_Unique_Potion_01_x1", 341335); DictSNOPower.Add("ItemPassive_Unique_Potion_02_x1", 341340); DictSNOPower.Add("ItemPassive_Unique_Potion_03_x1", 341341); DictSNOPower.Add("ItemPassive_Unique_Ring_001", 248880); DictSNOPower.Add("ItemPassive_Unique_Ring_001_x1", 364345); DictSNOPower.Add("ItemPassive_Unique_Ring_004", 247797); DictSNOPower.Add("ItemPassive_Unique_Ring_015", 248763); DictSNOPower.Add("ItemPassive_Unique_Ring_015_x1", 360492); DictSNOPower.Add("ItemPassive_Unique_Ring_020", 248537); DictSNOPower.Add("ItemPassive_Unique_Ring_020_x1", 364340); DictSNOPower.Add("ItemPassive_Unique_Ring_024", 257586); DictSNOPower.Add("ItemPassive_Unique_Ring_025_x1", 322975); DictSNOPower.Add("ItemPassive_Unique_Ring_500_p2", 434037); DictSNOPower.Add("ItemPassive_Unique_Ring_500_x1", 318241); DictSNOPower.Add("ItemPassive_Unique_Ring_501_x1", 318300); DictSNOPower.Add("ItemPassive_Unique_Ring_502_x1", 318346); DictSNOPower.Add("ItemPassive_Unique_Ring_503_x1", 318347); DictSNOPower.Add("ItemPassive_Unique_Ring_504_x1", 318348); DictSNOPower.Add("ItemPassive_Unique_Ring_505_x1", 318349); DictSNOPower.Add("ItemPassive_Unique_Ring_506_x1", 318351); DictSNOPower.Add("ItemPassive_Unique_Ring_507_x1", 318358); DictSNOPower.Add("ItemPassive_Unique_Ring_508_x1", 318359); DictSNOPower.Add("ItemPassive_Unique_Ring_509_x1", 318360); DictSNOPower.Add("ItemPassive_Unique_Ring_510_x1", 318371); DictSNOPower.Add("ItemPassive_Unique_Ring_511_x1", 318372); DictSNOPower.Add("ItemPassive_Unique_Ring_512_x1", 318374); DictSNOPower.Add("ItemPassive_Unique_Ring_513_AI_Pickup_x1", 326968); DictSNOPower.Add("ItemPassive_Unique_Ring_513_x1", 318375); DictSNOPower.Add("ItemPassive_Unique_Ring_514_x1", 318376); DictSNOPower.Add("ItemPassive_Unique_Ring_515_x1", 318377); DictSNOPower.Add("ItemPassive_Unique_Ring_516_x1", 318378); DictSNOPower.Add("ItemPassive_Unique_Ring_517_x1", 318379); DictSNOPower.Add("ItemPassive_Unique_Ring_518_x1", 318380); DictSNOPower.Add("ItemPassive_Unique_Ring_519_x1", 318381); DictSNOPower.Add("ItemPassive_Unique_Ring_520_x1", 318382); DictSNOPower.Add("ItemPassive_Unique_Ring_521_x1", 318383); DictSNOPower.Add("ItemPassive_Unique_Ring_522_x1", 318384); DictSNOPower.Add("ItemPassive_Unique_Ring_523_x1", 318385); DictSNOPower.Add("ItemPassive_Unique_Ring_524_x1", 318386); DictSNOPower.Add("ItemPassive_Unique_Ring_525_x1", 318410); DictSNOPower.Add("ItemPassive_Unique_Ring_526_x1", 318411); DictSNOPower.Add("ItemPassive_Unique_Ring_527_x1", 318412); DictSNOPower.Add("ItemPassive_Unique_Ring_528_x1", 318417); DictSNOPower.Add("ItemPassive_Unique_Ring_529_x1", 318418); DictSNOPower.Add("ItemPassive_Unique_Ring_530_x1", 318419); DictSNOPower.Add("ItemPassive_Unique_Ring_531_x1", 318420); DictSNOPower.Add("ItemPassive_Unique_Ring_532_x1", 318421); DictSNOPower.Add("ItemPassive_Unique_Ring_533_x1", 318423); DictSNOPower.Add("ItemPassive_Unique_Ring_534_x1", 318426); DictSNOPower.Add("ItemPassive_Unique_Ring_535_x1", 318427); DictSNOPower.Add("ItemPassive_Unique_Ring_536_x1", 318428); DictSNOPower.Add("ItemPassive_Unique_Ring_537_x1", 318430); DictSNOPower.Add("ItemPassive_Unique_Ring_538_x1", 318431); DictSNOPower.Add("ItemPassive_Unique_Ring_539_x1", 318432); DictSNOPower.Add("ItemPassive_Unique_Ring_540_x1", 318433); DictSNOPower.Add("ItemPassive_Unique_Ring_541_x1", 318434); DictSNOPower.Add("ItemPassive_Unique_Ring_542_x1", 318435); DictSNOPower.Add("ItemPassive_Unique_Ring_543_x1", 318436); DictSNOPower.Add("ItemPassive_Unique_Ring_544_x1", 318715); DictSNOPower.Add("ItemPassive_Unique_Ring_545_x1", 318716); DictSNOPower.Add("ItemPassive_Unique_Ring_546_x1", 318717); DictSNOPower.Add("ItemPassive_Unique_Ring_547_x1", 318718); DictSNOPower.Add("ItemPassive_Unique_Ring_548_x1", 318719); DictSNOPower.Add("ItemPassive_Unique_Ring_549_x1", 318720); DictSNOPower.Add("ItemPassive_Unique_Ring_550_x1", 318721); DictSNOPower.Add("ItemPassive_Unique_Ring_551_x1", 318722); DictSNOPower.Add("ItemPassive_Unique_Ring_552_x1", 318724); DictSNOPower.Add("ItemPassive_Unique_Ring_553_x1", 318730); DictSNOPower.Add("ItemPassive_Unique_Ring_554_x1", 318731); DictSNOPower.Add("ItemPassive_Unique_Ring_555_x1", 318732); DictSNOPower.Add("ItemPassive_Unique_Ring_556_x1", 318733); DictSNOPower.Add("ItemPassive_Unique_Ring_557_x1", 318734); DictSNOPower.Add("ItemPassive_Unique_Ring_558_x1", 318740); DictSNOPower.Add("ItemPassive_Unique_Ring_559_x1", 318741); DictSNOPower.Add("ItemPassive_Unique_Ring_560_p2", 434008); DictSNOPower.Add("ItemPassive_Unique_Ring_560_x1", 318742); DictSNOPower.Add("ItemPassive_Unique_Ring_561_x1", 318743); DictSNOPower.Add("ItemPassive_Unique_Ring_562_x1", 318744); DictSNOPower.Add("ItemPassive_Unique_Ring_563_x1", 318745); DictSNOPower.Add("ItemPassive_Unique_Ring_564_x1", 318746); DictSNOPower.Add("ItemPassive_Unique_Ring_565_x1", 318747); DictSNOPower.Add("ItemPassive_Unique_Ring_566_x1", 318748); DictSNOPower.Add("ItemPassive_Unique_Ring_567_x1", 318749); DictSNOPower.Add("ItemPassive_Unique_Ring_568_x1", 318750); DictSNOPower.Add("ItemPassive_Unique_Ring_569_x1", 318751); DictSNOPower.Add("ItemPassive_Unique_Ring_570_x1", 318752); DictSNOPower.Add("ItemPassive_Unique_Ring_571_x1", 318753); DictSNOPower.Add("ItemPassive_Unique_Ring_572_x1", 318754); DictSNOPower.Add("ItemPassive_Unique_Ring_573_x1", 318755); DictSNOPower.Add("ItemPassive_Unique_Ring_574_x1", 318756); DictSNOPower.Add("ItemPassive_Unique_Ring_575_x1", 318757); DictSNOPower.Add("ItemPassive_Unique_Ring_576_x1", 318758); DictSNOPower.Add("ItemPassive_Unique_Ring_577_x1", 318759); DictSNOPower.Add("ItemPassive_Unique_Ring_578_x1", 318760); DictSNOPower.Add("ItemPassive_Unique_Ring_579_x1", 318761); DictSNOPower.Add("ItemPassive_Unique_Ring_580_x1", 318762); DictSNOPower.Add("ItemPassive_Unique_Ring_581_x1", 318763); DictSNOPower.Add("ItemPassive_Unique_Ring_582_x1", 318764); DictSNOPower.Add("ItemPassive_Unique_Ring_583_x1", 318765); DictSNOPower.Add("ItemPassive_Unique_Ring_584_x1", 318766); DictSNOPower.Add("ItemPassive_Unique_Ring_585_x1", 318767); DictSNOPower.Add("ItemPassive_Unique_Ring_586_x1", 318768); DictSNOPower.Add("ItemPassive_Unique_Ring_587_x1", 318769); DictSNOPower.Add("ItemPassive_Unique_Ring_588_x1", 318770); DictSNOPower.Add("ItemPassive_Unique_Ring_589_x1", 318771); DictSNOPower.Add("ItemPassive_Unique_Ring_590_x1", 318772); DictSNOPower.Add("ItemPassive_Unique_Ring_591_x1", 318773); DictSNOPower.Add("ItemPassive_Unique_Ring_592_x1", 318774); DictSNOPower.Add("ItemPassive_Unique_Ring_593_x1", 318775); DictSNOPower.Add("ItemPassive_Unique_Ring_594_x1", 318776); DictSNOPower.Add("ItemPassive_Unique_Ring_595_x1", 318777); DictSNOPower.Add("ItemPassive_Unique_Ring_596_x1", 318778); DictSNOPower.Add("ItemPassive_Unique_Ring_597_p2", 434006); DictSNOPower.Add("ItemPassive_Unique_Ring_597_x1", 318779); DictSNOPower.Add("ItemPassive_Unique_Ring_598_x1", 318780); DictSNOPower.Add("ItemPassive_Unique_Ring_599_x1", 318781); DictSNOPower.Add("ItemPassive_Unique_Ring_600_x1", 318782); DictSNOPower.Add("ItemPassive_Unique_Ring_601_x1", 318783); DictSNOPower.Add("ItemPassive_Unique_Ring_602_x1", 318784); DictSNOPower.Add("ItemPassive_Unique_Ring_603_x1", 318785); DictSNOPower.Add("ItemPassive_Unique_Ring_604_x1", 318786); DictSNOPower.Add("ItemPassive_Unique_Ring_605_x1", 318787); DictSNOPower.Add("ItemPassive_Unique_Ring_606_x1", 318788); DictSNOPower.Add("ItemPassive_Unique_Ring_607_x1", 318789); DictSNOPower.Add("ItemPassive_Unique_Ring_608_x1", 318790); DictSNOPower.Add("ItemPassive_Unique_Ring_609_x1", 318791); DictSNOPower.Add("ItemPassive_Unique_Ring_610_x1", 318792); DictSNOPower.Add("ItemPassive_Unique_Ring_611_x1", 318793); DictSNOPower.Add("ItemPassive_Unique_Ring_612_p3", 441681); DictSNOPower.Add("ItemPassive_Unique_Ring_612_x1", 318794); DictSNOPower.Add("ItemPassive_Unique_Ring_613_x1", 318795); DictSNOPower.Add("ItemPassive_Unique_Ring_614_x1", 318796); DictSNOPower.Add("ItemPassive_Unique_Ring_615_x1", 318797); DictSNOPower.Add("ItemPassive_Unique_Ring_616_x1", 318798); DictSNOPower.Add("ItemPassive_Unique_Ring_617_x1", 318799); DictSNOPower.Add("ItemPassive_Unique_Ring_618_x1", 318800); DictSNOPower.Add("ItemPassive_Unique_Ring_619_x1", 318801); DictSNOPower.Add("ItemPassive_Unique_Ring_620_x1", 318802); DictSNOPower.Add("ItemPassive_Unique_Ring_621_x1", 318803); DictSNOPower.Add("ItemPassive_Unique_Ring_622_x1", 318804); DictSNOPower.Add("ItemPassive_Unique_Ring_623_x1", 318805); DictSNOPower.Add("ItemPassive_Unique_Ring_624_x1", 318806); DictSNOPower.Add("ItemPassive_Unique_Ring_625_x1", 318807); DictSNOPower.Add("ItemPassive_Unique_Ring_626_x1", 318808); DictSNOPower.Add("ItemPassive_Unique_Ring_627_x1", 318809); DictSNOPower.Add("ItemPassive_Unique_Ring_628_x1", 318810); DictSNOPower.Add("ItemPassive_Unique_Ring_629_x1", 318811); DictSNOPower.Add("ItemPassive_Unique_Ring_630_x1", 318812); DictSNOPower.Add("ItemPassive_Unique_Ring_631_x1", 318813); DictSNOPower.Add("ItemPassive_Unique_Ring_632_x1", 318814); DictSNOPower.Add("ItemPassive_Unique_Ring_633_x1", 318815); DictSNOPower.Add("ItemPassive_Unique_Ring_634_x1", 318816); DictSNOPower.Add("ItemPassive_Unique_Ring_635_x1", 318817); DictSNOPower.Add("ItemPassive_Unique_Ring_636_x1", 318818); DictSNOPower.Add("ItemPassive_Unique_Ring_637_x1", 318819); DictSNOPower.Add("ItemPassive_Unique_Ring_638_x1", 318820); DictSNOPower.Add("ItemPassive_Unique_Ring_639_x1", 318821); DictSNOPower.Add("ItemPassive_Unique_Ring_640_x1", 318822); DictSNOPower.Add("ItemPassive_Unique_Ring_641_x1", 318823); DictSNOPower.Add("ItemPassive_Unique_Ring_642_x1", 318824); DictSNOPower.Add("ItemPassive_Unique_Ring_643_p2", 434004); DictSNOPower.Add("ItemPassive_Unique_Ring_643_x1", 318825); DictSNOPower.Add("ItemPassive_Unique_Ring_644_x1", 318826); DictSNOPower.Add("ItemPassive_Unique_Ring_645_x1", 318827); DictSNOPower.Add("ItemPassive_Unique_Ring_646_x1", 318828); DictSNOPower.Add("ItemPassive_Unique_Ring_647_x1", 318829); DictSNOPower.Add("ItemPassive_Unique_Ring_648_p2", 434022); DictSNOPower.Add("ItemPassive_Unique_Ring_648_x1", 318830); DictSNOPower.Add("ItemPassive_Unique_Ring_649_x1", 318831); DictSNOPower.Add("ItemPassive_Unique_Ring_650_x1", 318832); DictSNOPower.Add("ItemPassive_Unique_Ring_651_p2", 434039); DictSNOPower.Add("ItemPassive_Unique_Ring_651_x1", 318833); DictSNOPower.Add("ItemPassive_Unique_Ring_652_x1", 318834); DictSNOPower.Add("ItemPassive_Unique_Ring_653_x1", 318835); DictSNOPower.Add("ItemPassive_Unique_Ring_654_x1", 318849); DictSNOPower.Add("ItemPassive_Unique_Ring_655_x1", 318850); DictSNOPower.Add("ItemPassive_Unique_Ring_656_x1", 318851); DictSNOPower.Add("ItemPassive_Unique_Ring_657_x1", 318852); DictSNOPower.Add("ItemPassive_Unique_Ring_658_x1", 318853); DictSNOPower.Add("ItemPassive_Unique_Ring_659_x1", 318854); DictSNOPower.Add("ItemPassive_Unique_Ring_660_x1", 318855); DictSNOPower.Add("ItemPassive_Unique_Ring_661_x1", 318856); DictSNOPower.Add("ItemPassive_Unique_Ring_662_x1", 318857); DictSNOPower.Add("ItemPassive_Unique_Ring_663_x1", 318858); DictSNOPower.Add("ItemPassive_Unique_Ring_664_p2", 434007); DictSNOPower.Add("ItemPassive_Unique_Ring_664_x1", 318860); DictSNOPower.Add("ItemPassive_Unique_Ring_665_x1", 318861); DictSNOPower.Add("ItemPassive_Unique_Ring_666_x1", 318862); DictSNOPower.Add("ItemPassive_Unique_Ring_667_x1", 318863); DictSNOPower.Add("ItemPassive_Unique_Ring_668_x1", 318864); DictSNOPower.Add("ItemPassive_Unique_Ring_669_x1", 318865); DictSNOPower.Add("ItemPassive_Unique_Ring_670_p2", 434036); DictSNOPower.Add("ItemPassive_Unique_Ring_670_x1", 318866); DictSNOPower.Add("ItemPassive_Unique_Ring_671_x1", 318867); DictSNOPower.Add("ItemPassive_Unique_Ring_672_x1", 318868); DictSNOPower.Add("ItemPassive_Unique_Ring_673_x1", 318869); DictSNOPower.Add("ItemPassive_Unique_Ring_674_x1", 318870); DictSNOPower.Add("ItemPassive_Unique_Ring_675_x1", 318871); DictSNOPower.Add("ItemPassive_Unique_Ring_676_x1", 318872); DictSNOPower.Add("ItemPassive_Unique_Ring_677_x1", 318873); DictSNOPower.Add("ItemPassive_Unique_Ring_678_x1", 318874); DictSNOPower.Add("ItemPassive_Unique_Ring_679_x1", 318875); DictSNOPower.Add("ItemPassive_Unique_Ring_680_x1", 318876); DictSNOPower.Add("ItemPassive_Unique_Ring_681_p2", 434012); DictSNOPower.Add("ItemPassive_Unique_Ring_681_x1", 318877); DictSNOPower.Add("ItemPassive_Unique_Ring_682_x1", 318878); DictSNOPower.Add("ItemPassive_Unique_Ring_683_x1", 318879); DictSNOPower.Add("ItemPassive_Unique_Ring_684_x1", 318880); DictSNOPower.Add("ItemPassive_Unique_Ring_685_x1", 318881); DictSNOPower.Add("ItemPassive_Unique_Ring_686_x1", 318882); DictSNOPower.Add("ItemPassive_Unique_Ring_687_x1", 318883); DictSNOPower.Add("ItemPassive_Unique_Ring_688_x1", 318884); DictSNOPower.Add("ItemPassive_Unique_Ring_689_x1", 318885); DictSNOPower.Add("ItemPassive_Unique_Ring_690_x1", 318886); DictSNOPower.Add("ItemPassive_Unique_Ring_691_x1", 318887); DictSNOPower.Add("ItemPassive_Unique_Ring_692_x1", 318888); DictSNOPower.Add("ItemPassive_Unique_Ring_693_x1", 318889); DictSNOPower.Add("ItemPassive_Unique_Ring_694_x1", 318890); DictSNOPower.Add("ItemPassive_Unique_Ring_695_x1", 318891); DictSNOPower.Add("ItemPassive_Unique_Ring_696_x1", 318892); DictSNOPower.Add("ItemPassive_Unique_Ring_697_x1", 318893); DictSNOPower.Add("ItemPassive_Unique_Ring_698_x1", 318894); DictSNOPower.Add("ItemPassive_Unique_Ring_699_x1", 318895); DictSNOPower.Add("ItemPassive_Unique_Ring_700_x1", 359537); DictSNOPower.Add("ItemPassive_Unique_Ring_701_x1", 359538); DictSNOPower.Add("ItemPassive_Unique_Ring_702_x1", 359539); DictSNOPower.Add("ItemPassive_Unique_Ring_703_x1", 359540); DictSNOPower.Add("ItemPassive_Unique_Ring_704_x1", 359545); DictSNOPower.Add("ItemPassive_Unique_Ring_705_x1", 359546); DictSNOPower.Add("ItemPassive_Unique_Ring_706_x1", 359550); DictSNOPower.Add("ItemPassive_Unique_Ring_707_x1", 359552); DictSNOPower.Add("ItemPassive_Unique_Ring_708_x1", 359553); DictSNOPower.Add("ItemPassive_Unique_Ring_709_x1", 359554); DictSNOPower.Add("ItemPassive_Unique_Ring_710_x1", 359555); DictSNOPower.Add("ItemPassive_Unique_Ring_711_x1", 359556); DictSNOPower.Add("ItemPassive_Unique_Ring_712_x1", 359557); DictSNOPower.Add("ItemPassive_Unique_Ring_713_x1", 359558); DictSNOPower.Add("ItemPassive_Unique_Ring_714_x1", 359559); DictSNOPower.Add("ItemPassive_Unique_Ring_715_x1", 359560); DictSNOPower.Add("ItemPassive_Unique_Ring_716_x1", 359561); DictSNOPower.Add("ItemPassive_Unique_Ring_717_x1", 359562); DictSNOPower.Add("ItemPassive_Unique_Ring_718_x1", 359563); DictSNOPower.Add("ItemPassive_Unique_Ring_719_x1", 359564); DictSNOPower.Add("ItemPassive_Unique_Ring_720_x1", 359565); DictSNOPower.Add("ItemPassive_Unique_Ring_721_x1", 359566); DictSNOPower.Add("ItemPassive_Unique_Ring_722_x1", 359567); DictSNOPower.Add("ItemPassive_Unique_Ring_723_x1", 359568); DictSNOPower.Add("ItemPassive_Unique_Ring_724_SpawnDecoy_x1", 425390); DictSNOPower.Add("ItemPassive_Unique_Ring_724_x1", 359569); DictSNOPower.Add("ItemPassive_Unique_Ring_725_x1", 359570); DictSNOPower.Add("ItemPassive_Unique_Ring_726_x1", 359573); DictSNOPower.Add("ItemPassive_Unique_Ring_727_x1", 359574); DictSNOPower.Add("ItemPassive_Unique_Ring_728_x1", 359576); DictSNOPower.Add("ItemPassive_Unique_Ring_729_x1", 359577); DictSNOPower.Add("ItemPassive_Unique_Ring_730_x1", 359578); DictSNOPower.Add("ItemPassive_Unique_Ring_731_x1", 359579); DictSNOPower.Add("ItemPassive_Unique_Ring_732_x1", 359580); DictSNOPower.Add("ItemPassive_Unique_Ring_733_x1", 359581); DictSNOPower.Add("ItemPassive_Unique_Ring_734_x1", 359582); DictSNOPower.Add("ItemPassive_Unique_Ring_735_x1", 359583); DictSNOPower.Add("ItemPassive_Unique_Ring_736_x1", 359584); DictSNOPower.Add("ItemPassive_Unique_Ring_737_x1", 359585); DictSNOPower.Add("ItemPassive_Unique_Ring_738_x1", 359586); DictSNOPower.Add("ItemPassive_Unique_Ring_739_x1", 359587); DictSNOPower.Add("ItemPassive_Unique_Ring_740_x1", 359589); DictSNOPower.Add("ItemPassive_Unique_Ring_741_x1", 359591); DictSNOPower.Add("ItemPassive_Unique_Ring_742_x1", 359593); DictSNOPower.Add("ItemPassive_Unique_Ring_743_x1", 359594); DictSNOPower.Add("ItemPassive_Unique_Ring_744_x1", 359597); DictSNOPower.Add("ItemPassive_Unique_Ring_745_x1", 359598); DictSNOPower.Add("ItemPassive_Unique_Ring_746_x1", 359601); DictSNOPower.Add("ItemPassive_Unique_Ring_747_x1", 359602); DictSNOPower.Add("ItemPassive_Unique_Ring_748_x1", 359604); DictSNOPower.Add("ItemPassive_Unique_Ring_749_x1", 359605); DictSNOPower.Add("ItemPassive_Unique_Ring_750_x1", 359606); DictSNOPower.Add("ItemPassive_Unique_Ring_751_x1", 397780); DictSNOPower.Add("ItemPassive_Unique_Ring_752_x1", 397781); DictSNOPower.Add("ItemPassive_Unique_Ring_753_p2", 434038); DictSNOPower.Add("ItemPassive_Unique_Ring_753_x1", 397782); DictSNOPower.Add("ItemPassive_Unique_Ring_754_x1", 397783); DictSNOPower.Add("ItemPassive_Unique_Ring_755_x1", 397784); DictSNOPower.Add("ItemPassive_Unique_Ring_756_x1", 397785); DictSNOPower.Add("ItemPassive_Unique_Ring_757_x1", 397786); DictSNOPower.Add("ItemPassive_Unique_Ring_758_x1", 397787); DictSNOPower.Add("ItemPassive_Unique_Ring_759_x1", 397788); DictSNOPower.Add("ItemPassive_Unique_Ring_760_x1", 397789); DictSNOPower.Add("ItemPassive_Unique_Ring_761_x1", 397792); DictSNOPower.Add("ItemPassive_Unique_Ring_762_x1", 397802); DictSNOPower.Add("ItemPassive_Unique_Ring_763_x1", 397805); DictSNOPower.Add("ItemPassive_Unique_Ring_764_x1", 397806); DictSNOPower.Add("ItemPassive_Unique_Ring_765_x1", 397807); DictSNOPower.Add("ItemPassive_Unique_Ring_766_x1", 397808); DictSNOPower.Add("ItemPassive_Unique_Ring_767_x1", 397809); DictSNOPower.Add("ItemPassive_Unique_Ring_768_x1", 397811); DictSNOPower.Add("ItemPassive_Unique_Ring_769_x1", 397812); DictSNOPower.Add("ItemPassive_Unique_Ring_770_x1", 397813); DictSNOPower.Add("ItemPassive_Unique_Ring_771_x1", 397814); DictSNOPower.Add("ItemPassive_Unique_Ring_772_x1", 397815); DictSNOPower.Add("ItemPassive_Unique_Ring_773_x1", 397816); DictSNOPower.Add("ItemPassive_Unique_Ring_774_x1", 397817); DictSNOPower.Add("ItemPassive_Unique_Ring_775_x1", 397818); DictSNOPower.Add("ItemPassive_Unique_Ring_776_x1", 397819); DictSNOPower.Add("ItemPassive_Unique_Ring_777_x1", 397820); DictSNOPower.Add("ItemPassive_Unique_Ring_778_x1", 397822); DictSNOPower.Add("ItemPassive_Unique_Ring_779_x1", 397831); DictSNOPower.Add("ItemPassive_Unique_Ring_780_x1", 397832); DictSNOPower.Add("ItemPassive_Unique_Ring_781_x1", 397833); DictSNOPower.Add("ItemPassive_Unique_Ring_782_x1", 397834); DictSNOPower.Add("ItemPassive_Unique_Ring_783_x1", 397835); DictSNOPower.Add("ItemPassive_Unique_Ring_784_x1", 397836); DictSNOPower.Add("ItemPassive_Unique_Ring_785_x1", 397838); DictSNOPower.Add("ItemPassive_Unique_Ring_786_x1", 397839); DictSNOPower.Add("ItemPassive_Unique_Ring_787_x1", 397841); DictSNOPower.Add("ItemPassive_Unique_Ring_788_x1", 397842); DictSNOPower.Add("ItemPassive_Unique_Ring_789_x1", 397843); DictSNOPower.Add("ItemPassive_Unique_Ring_790_x1", 397844); DictSNOPower.Add("ItemPassive_Unique_Ring_791_x1", 397845); DictSNOPower.Add("ItemPassive_Unique_Ring_792_x1", 397846); DictSNOPower.Add("ItemPassive_Unique_Ring_793_x1", 397847); DictSNOPower.Add("ItemPassive_Unique_Ring_794_x1", 397848); DictSNOPower.Add("ItemPassive_Unique_Ring_795_x1", 397849); DictSNOPower.Add("ItemPassive_Unique_Ring_796_x1", 397850); DictSNOPower.Add("ItemPassive_Unique_Ring_797_x1", 397851); DictSNOPower.Add("ItemPassive_Unique_Ring_798_x1", 397852); DictSNOPower.Add("ItemPassive_Unique_Ring_799_x1", 397853); DictSNOPower.Add("ItemPassive_Unique_Ring_800_x1", 397854); DictSNOPower.Add("ItemPassive_Unique_Ring_801_x1", 401366); DictSNOPower.Add("ItemPassive_Unique_Ring_802_x1", 401367); DictSNOPower.Add("ItemPassive_Unique_Ring_803_x1", 401368); DictSNOPower.Add("ItemPassive_Unique_Ring_804_x1", 401369); DictSNOPower.Add("ItemPassive_Unique_Ring_805_x1", 401370); DictSNOPower.Add("ItemPassive_Unique_Ring_806_x1", 401371); DictSNOPower.Add("ItemPassive_Unique_Ring_807_x1", 401378); DictSNOPower.Add("ItemPassive_Unique_Ring_808_x1", 401379); DictSNOPower.Add("ItemPassive_Unique_Ring_809_x1", 401380); DictSNOPower.Add("ItemPassive_Unique_Ring_810_x1", 401381); DictSNOPower.Add("ItemPassive_Unique_Ring_811_x1", 401382); DictSNOPower.Add("ItemPassive_Unique_Ring_812_x1", 401383); DictSNOPower.Add("ItemPassive_Unique_Ring_813_x1", 401384); DictSNOPower.Add("ItemPassive_Unique_Ring_814_x1", 401385); DictSNOPower.Add("ItemPassive_Unique_Ring_815_x1", 401386); DictSNOPower.Add("ItemPassive_Unique_Ring_816_x1", 401387); DictSNOPower.Add("ItemPassive_Unique_Ring_817_x1", 401388); DictSNOPower.Add("ItemPassive_Unique_Ring_818_x1", 401389); DictSNOPower.Add("ItemPassive_Unique_Ring_819_x1", 401390); DictSNOPower.Add("ItemPassive_Unique_Ring_820_x1", 401391); DictSNOPower.Add("ItemPassive_Unique_Ring_821_x1", 401392); DictSNOPower.Add("ItemPassive_Unique_Ring_822_x1", 401393); DictSNOPower.Add("ItemPassive_Unique_Ring_823_x1", 401394); DictSNOPower.Add("ItemPassive_Unique_Ring_824_x1", 401395); DictSNOPower.Add("ItemPassive_Unique_Ring_825_x1", 401414); DictSNOPower.Add("ItemPassive_Unique_Ring_826_x1", 401415); DictSNOPower.Add("ItemPassive_Unique_Ring_827_x1", 401416); DictSNOPower.Add("ItemPassive_Unique_Ring_828_x1", 401417); DictSNOPower.Add("ItemPassive_Unique_Ring_829_x1", 401418); DictSNOPower.Add("ItemPassive_Unique_Ring_830_x1", 401419); DictSNOPower.Add("ItemPassive_Unique_Ring_831_x1", 401420); DictSNOPower.Add("ItemPassive_Unique_Ring_832_x1", 401421); DictSNOPower.Add("ItemPassive_Unique_Ring_833_x1", 401422); DictSNOPower.Add("ItemPassive_Unique_Ring_834_x1", 401423); DictSNOPower.Add("ItemPassive_Unique_Ring_835_x1", 401424); DictSNOPower.Add("ItemPassive_Unique_Ring_836_x1", 401425); DictSNOPower.Add("ItemPassive_Unique_Ring_837_x1", 401426); DictSNOPower.Add("ItemPassive_Unique_Ring_838_x1", 401427); DictSNOPower.Add("ItemPassive_Unique_Ring_839_x1", 401428); DictSNOPower.Add("ItemPassive_Unique_Ring_840_x1", 401429); DictSNOPower.Add("ItemPassive_Unique_Ring_841_x1", 401430); DictSNOPower.Add("ItemPassive_Unique_Ring_842_x1", 401458); DictSNOPower.Add("ItemPassive_Unique_Ring_843_x1", 401459); DictSNOPower.Add("ItemPassive_Unique_Ring_844_x1", 401460); DictSNOPower.Add("ItemPassive_Unique_Ring_845_x1", 401461); DictSNOPower.Add("ItemPassive_Unique_Ring_846_x1", 401462); DictSNOPower.Add("ItemPassive_Unique_Ring_847_x1", 401463); DictSNOPower.Add("ItemPassive_Unique_Ring_848_x1", 401464); DictSNOPower.Add("ItemPassive_Unique_Ring_849_x1", 401465); DictSNOPower.Add("ItemPassive_Unique_Ring_850_x1", 401466); DictSNOPower.Add("ItemPassive_Unique_Ring_851_x1", 401467); DictSNOPower.Add("ItemPassive_Unique_Ring_852_x1", 401468); DictSNOPower.Add("ItemPassive_Unique_Ring_853_x1", 401469); DictSNOPower.Add("ItemPassive_Unique_Ring_854_x1", 401470); DictSNOPower.Add("ItemPassive_Unique_Ring_855_x1", 401471); DictSNOPower.Add("ItemPassive_Unique_Ring_856_x1", 401472); DictSNOPower.Add("ItemPassive_Unique_Ring_857_x1", 401473); DictSNOPower.Add("ItemPassive_Unique_Ring_858_x1", 401474); DictSNOPower.Add("ItemPassive_Unique_Ring_859_x1", 401475); DictSNOPower.Add("ItemPassive_Unique_Ring_860_x1", 401476); DictSNOPower.Add("ItemPassive_Unique_Ring_861_x1", 401495); DictSNOPower.Add("ItemPassive_Unique_Ring_862_x1", 401496); DictSNOPower.Add("ItemPassive_Unique_Ring_863_x1", 401497); DictSNOPower.Add("ItemPassive_Unique_Ring_864_x1", 401498); DictSNOPower.Add("ItemPassive_Unique_Ring_865_x1", 401499); DictSNOPower.Add("ItemPassive_Unique_Ring_866_x1", 401500); DictSNOPower.Add("ItemPassive_Unique_Ring_867_x1", 401501); DictSNOPower.Add("ItemPassive_Unique_Ring_868_x1", 401502); DictSNOPower.Add("ItemPassive_Unique_Ring_869_x1", 401503); DictSNOPower.Add("ItemPassive_Unique_Ring_870_x1", 401504); DictSNOPower.Add("ItemPassive_Unique_Ring_871_x1", 401505); DictSNOPower.Add("ItemPassive_Unique_Ring_872_x1", 401506); DictSNOPower.Add("ItemPassive_Unique_Ring_873_x1", 401507); DictSNOPower.Add("ItemPassive_Unique_Ring_874_x1", 401508); DictSNOPower.Add("ItemPassive_Unique_Ring_875_x1", 401509); DictSNOPower.Add("ItemPassive_Unique_Ring_876_x1", 401510); DictSNOPower.Add("ItemPassive_Unique_Ring_877_x1", 401511); DictSNOPower.Add("ItemPassive_Unique_Ring_878_x1", 409335); DictSNOPower.Add("ItemPassive_Unique_Ring_879_x1", 439528); DictSNOPower.Add("ItemPassive_Unique_Ring_880_x1", 442744); DictSNOPower.Add("ItemPassive_Unique_Ring_899_x1", 409431); DictSNOPower.Add("ItemPassive_Unique_Ring_900_x1", 409428); DictSNOPower.Add("ItemPassive_Unique_Ring_901_x1", 402407); DictSNOPower.Add("ItemPassive_Unique_Ring_902_x1", 402408); DictSNOPower.Add("ItemPassive_Unique_Ring_903_x1", 402411); DictSNOPower.Add("ItemPassive_Unique_Ring_904_x1", 402406); DictSNOPower.Add("ItemPassive_Unique_Ring_905_x1", 402413); DictSNOPower.Add("ItemPassive_Unique_Ring_906_x1", 402414); DictSNOPower.Add("ItemPassive_Unique_Ring_907_x1", 402415); DictSNOPower.Add("ItemPassive_Unique_Ring_908_x1", 402416); DictSNOPower.Add("ItemPassive_Unique_Ring_909_x1", 402444); DictSNOPower.Add("ItemPassive_Unique_Ring_910_x1", 402446); DictSNOPower.Add("ItemPassive_Unique_Ring_911_x1", 402447); DictSNOPower.Add("ItemPassive_Unique_Ring_912_x1", 402448); DictSNOPower.Add("ItemPassive_Unique_Ring_913_x1", 402449); DictSNOPower.Add("ItemPassive_Unique_Ring_914_x1", 402450); DictSNOPower.Add("ItemPassive_Unique_Ring_915_x1", 402451); DictSNOPower.Add("ItemPassive_Unique_Ring_916_x1", 402455); DictSNOPower.Add("ItemPassive_Unique_Ring_917_x1", 402456); DictSNOPower.Add("ItemPassive_Unique_Ring_918_x1", 402457); DictSNOPower.Add("ItemPassive_Unique_Ring_919_x1", 402458); DictSNOPower.Add("ItemPassive_Unique_Ring_920_x1", 402459); DictSNOPower.Add("ItemPassive_Unique_Ring_921_x1", 402460); DictSNOPower.Add("ItemPassive_Unique_Ring_922_x1", 402461); DictSNOPower.Add("ItemPassive_Unique_Ring_923_x1", 402462); DictSNOPower.Add("ItemPassive_Unique_Ring_924_x1", 402463); DictSNOPower.Add("ItemPassive_Unique_Ring_925_x1", 402464); DictSNOPower.Add("ItemPassive_Unique_Ring_926_x1", 402465); DictSNOPower.Add("ItemPassive_Unique_Ring_927_x1", 402466); DictSNOPower.Add("ItemPassive_Unique_Ring_928_x1", 402467); DictSNOPower.Add("ItemPassive_Unique_Ring_929_x1", 402469); DictSNOPower.Add("ItemPassive_Unique_Ring_930_x1", 402470); DictSNOPower.Add("ItemPassive_Unique_Ring_931_x1", 402471); DictSNOPower.Add("ItemPassive_Unique_Ring_932_x1", 402472); DictSNOPower.Add("ItemPassive_Unique_Ring_933_x1", 402473); DictSNOPower.Add("ItemPassive_Unique_Ring_934_x1", 402474); DictSNOPower.Add("ItemPassive_Unique_Ring_935_x1", 402475); DictSNOPower.Add("ItemPassive_Unique_Ring_936_x1", 402476); DictSNOPower.Add("ItemPassive_Unique_Ring_937_x1", 402477); DictSNOPower.Add("ItemPassive_Unique_Ring_938_x1", 402478); DictSNOPower.Add("ItemPassive_Unique_Ring_939_x1", 402479); DictSNOPower.Add("ItemPassive_Unique_Ring_940_x1", 402480); DictSNOPower.Add("ItemPassive_Unique_Ring_941_x1", 440913); DictSNOPower.Add("ItemPassive_Unique_Ring_Hellfire_x1", 367462); DictSNOPower.Add("itemPassive_Unique_Shield_008", 247053); DictSNOPower.Add("itemPassive_Unique_Shield_011", 247585); DictSNOPower.Add("ItemPassive_Unique_Shoulder_002", 247619); DictSNOPower.Add("ItemPassive_Unique_Shoulder_002_p2", 434005); DictSNOPower.Add("ItemPassive_Unique_Shoulder_002_x1", 364339); DictSNOPower.Add("ItemPassive_Unique_Shoulder_009", 247544); DictSNOPower.Add("ItemPassive_Unique_Shoulder_103_x1", 334883); DictSNOPower.Add("itemPassive_Unique_Staff_006", 246780); DictSNOPower.Add("itemPassive_Unique_Staff_007", 247572); DictSNOPower.Add("ItemPassive_Unique_Sword_1H_004", 247662); DictSNOPower.Add("ItemPassive_Unique_Sword_1H_004_x1", 364315); DictSNOPower.Add("ItemPassive_Unique_Sword_1H_007", 249967); DictSNOPower.Add("ItemPassive_Unique_Sword_1H_012", 249592); DictSNOPower.Add("ItemPassive_Unique_Sword_1H_012_p3", 441723); DictSNOPower.Add("ItemPassive_Unique_Sword_1H_012_x1", 374362); DictSNOPower.Add("ItemPassive_Unique_Sword_2H_004", 247537); DictSNOPower.Add("ItemPassive_Unique_Sword_2H_004_x1", 364321); DictSNOPower.Add("ItemPassive_Unique_Sword_2H_010", 249138); DictSNOPower.Add("ItemPassive_Unique_Sword_2H_010_x1", 364317); DictSNOPower.Add("ItemPassive_Unique_VoodooMask_002", 251572); DictSNOPower.Add("itemPassive_Unique_Wand_013", 248686); DictSNOPower.Add("itemPassive_Unique_WizardHat_004", 247090); DictSNOPower.Add("itemPassive_Unique_WizardHat_004_p2", 434035); DictSNOPower.Add("itemPassive_Unique_WizardHat_004_x1", 364338); DictSNOPower.Add("ItemPassive_Unique_XBow_001", 247429); DictSNOPower.Add("ItemPassive_Unique_XBow_001_x1", 364332); DictSNOPower.Add("itemPassive_Unique_XBow_002", 247577); DictSNOPower.Add("ItemPassive_Unique_XBow_011", 248480); DictSNOPower.Add("ItemPassive_Unique_XBow_011_x1", 374344); DictSNOPower.Add("ItemPassive_Unique_XBow_012", 247430); DictSNOPower.Add("ItemPassive_Unique_XBow_012_x1", 364335); DictSNOPower.Add("ItemPassive_x1_Amulet_norm_unique_25_Barbarian", 374500); DictSNOPower.Add("ItemPassive_x1_Amulet_norm_unique_25_Crusader", 374502); DictSNOPower.Add("ItemPassive_x1_Amulet_norm_unique_25_DemonHunter", 374503); DictSNOPower.Add("ItemPassive_x1_Amulet_norm_unique_25_Monk", 374504); DictSNOPower.Add("ItemPassive_x1_Amulet_norm_unique_25_Necromancer", 475677); DictSNOPower.Add("ItemPassive_x1_Amulet_norm_unique_25_WitchDoctor", 374506); DictSNOPower.Add("ItemPassive_x1_Amulet_norm_unique_25_Wizard", 374505); DictSNOPower.Add("Izual_Charge", 241651); DictSNOPower.Add("Izual_FrostNova", 162329); DictSNOPower.Add("Izual_FrozenCast", 241653); DictSNOPower.Add("Kill_Actor", 445899); DictSNOPower.Add("Knockback", 70432); DictSNOPower.Add("Knockback_NoLandingAnim", 356848); DictSNOPower.Add("Knockback_OverObstacles", 85936); DictSNOPower.Add("Knockback_ThroughOwnedByTeam", 329195); DictSNOPower.Add("Knockdown", 30296); DictSNOPower.Add("LacuniBurrowIn", 30297); DictSNOPower.Add("LacuniBurrowOut", 30298); DictSNOPower.Add("LacuniCombo", 1744); DictSNOPower.Add("LacuniMale_DoubleSwing", 30299); DictSNOPower.Add("Lacuni_Leap", 30300); DictSNOPower.Add("Lacuni_Lob", 30301); DictSNOPower.Add("Laugh", 30307); DictSNOPower.Add("Laugh_SkeletonKing", 84699); DictSNOPower.Add("Leah_HulkOut", 190230); DictSNOPower.Add("Leah_Vortex", 93831); DictSNOPower.Add("Leah_Vortex_Again", 208501); DictSNOPower.Add("Lewis_ItemPassive_Test", 437919); DictSNOPower.Add("Lost_Souls_Prototype_V2", 456719); DictSNOPower.Add("LR_Boss_CollapseCeiling", 366477); DictSNOPower.Add("LR_Boss_Fast", 366481); DictSNOPower.Add("LR_Boss_Izual_Charge", 366830); DictSNOPower.Add("LR_Boss_PathBlocked_Teleport", 366204); DictSNOPower.Add("LR_Boss_Sprint", 366527); DictSNOPower.Add("LS_p4_SeaMonster_SpawnCrabs", 470419); DictSNOPower.Add("Maghda_Mark", 131741); DictSNOPower.Add("Maghda_MothDust", 131745); DictSNOPower.Add("Maghda_PortalCreateCinematic", 184598); DictSNOPower.Add("Maghda_Projectile", 30568); DictSNOPower.Add("Maghda_Punish", 131746); DictSNOPower.Add("Maghda_PunishCinematic", 178279); DictSNOPower.Add("Maghda_Summon_Beserker", 131744); DictSNOPower.Add("Maghda_Teleport", 131749); DictSNOPower.Add("MagicPainting_Summon_Skeleton", 30313); DictSNOPower.Add("MalletDemon_Power_Hit", 123381); DictSNOPower.Add("Manual_Walk", 229128); DictSNOPower.Add("MastaBlasta_Combined_Dismount_Rider", 145022); DictSNOPower.Add("MastaBlasta_Combined_Lobbed_Shot", 143940); DictSNOPower.Add("MastaBlasta_Rider_Alpha_Strike", 140857); DictSNOPower.Add("MastaBlasta_Rider_Combine", 143991); DictSNOPower.Add("MastaBlasta_Rider_Leap", 140856); DictSNOPower.Add("MastaBlasta_Rider_Lobbed_Shot", 139356); DictSNOPower.Add("MastaBlasta_Rider_Lobbed_Shot_LR", 445562); DictSNOPower.Add("MastaBlasta_Steed_Combine", 144289); DictSNOPower.Add("MastaBlasta_Steed_DrainAttack", 141333); DictSNOPower.Add("MastaBlasta_Steed_Stomp", 140859); DictSNOPower.Add("MistressOfPain_Ascend", 212136); DictSNOPower.Add("MistressOfPain_Descend", 212237); DictSNOPower.Add("MistressOfPain_PainBolts", 136790); DictSNOPower.Add("MistressOfPain_PainBolts_LR", 369693); DictSNOPower.Add("MistressOfPain_Spiderling_Explode", 137143); DictSNOPower.Add("MistressOfPain_SummonSpiders", 136958); DictSNOPower.Add("MistressOfPain_SummonSpiders_Airborne", 212239); DictSNOPower.Add("MistressOfPain_TeleportToThrone", 137483); DictSNOPower.Add("MistressOfPain_WebPatch", 136722); DictSNOPower.Add("Monk_BlindingFlash", 136954); DictSNOPower.Add("Monk_BreathOfHeaven", 69130); DictSNOPower.Add("Monk_CripplingWave", 96311); DictSNOPower.Add("Monk_CycloneStrike", 223473); DictSNOPower.Add("Monk_DeadlyReach", 96019); DictSNOPower.Add("Monk_ExplodingPalm", 97328); DictSNOPower.Add("Monk_FistsofThunder", 95940); DictSNOPower.Add("Monk_LashingTailKick", 111676); DictSNOPower.Add("Monk_LashingTailKick_HandOfYtar_Passability", 366119); DictSNOPower.Add("Monk_LethalDecoy_Taunt", 110575); DictSNOPower.Add("Monk_MysticAlly_Pet_RuneA_Kick", 169155); DictSNOPower.Add("Monk_MysticAlly_Pet_RuneB_WaveAttack_Fast", 363493); DictSNOPower.Add("Monk_MysticAlly_Pet_RuneC_GroundPunch", 169715); DictSNOPower.Add("Monk_MysticAlly_Pet_RuneD_AOEAttack", 169728); DictSNOPower.Add("Monk_MysticAlly_Pet_Weapon_Melee_Instant", 169081); DictSNOPower.Add("Monk_Passive_BeaconOfYtar", 209104); DictSNOPower.Add("Monk_Passive_ChantOfResonance", 156467); DictSNOPower.Add("Monk_Passive_CombinationStrike", 218415); DictSNOPower.Add("Monk_Passive_ExaltedSoul", 209027); DictSNOPower.Add("Monk_Passive_FleetFooted", 209029); DictSNOPower.Add("Monk_Passive_GuidingLight", 156492); DictSNOPower.Add("Monk_Passive_NearDeathExperience", 156484); DictSNOPower.Add("Monk_Passive_Resolve", 211581); DictSNOPower.Add("Monk_Passive_SeizeTheInitiative", 209628); DictSNOPower.Add("Monk_Passive_SixthSense", 209622); DictSNOPower.Add("Monk_Passive_TheGuardiansPath", 209812); DictSNOPower.Add("Monk_Passive_Transcendence", 209250); DictSNOPower.Add("Monk_ResistAura", 69489); DictSNOPower.Add("Monk_ResistAura_RuneC_Arcane", 144312); DictSNOPower.Add("Monk_ResistAura_RuneC_Cold", 144197); DictSNOPower.Add("Monk_ResistAura_RuneC_Fire", 143382); DictSNOPower.Add("Monk_ResistAura_RuneC_Holy", 144322); DictSNOPower.Add("Monk_ResistAura_RuneC_Lightning", 144188); DictSNOPower.Add("Monk_ResistAura_RuneC_Poison", 144202); DictSNOPower.Add("Monk_Serenity", 96215); DictSNOPower.Add("Monk_SevenSidedStrike", 96694); DictSNOPower.Add("Monk_SweepingWind", 96090); DictSNOPower.Add("Monk_TempestRush", 121442); DictSNOPower.Add("Monk_WaveOfLight", 96033); DictSNOPower.Add("Monk_WayOfTheHundredFists", 97110); DictSNOPower.Add("MonsterAffix_ArcaneEnchanted", 214594); DictSNOPower.Add("MonsterAffix_ArcaneEnchantedCast", 214791); DictSNOPower.Add("MonsterAffix_ArcaneEnchantedCast_NoTarget", 450358); DictSNOPower.Add("MonsterAffix_ArcaneEnchanted_Champion", 221130); DictSNOPower.Add("MonsterAffix_ArcaneEnchanted_Minion", 221219); DictSNOPower.Add("MonsterAffix_ArcaneEnchanted_New_PetBasic", 219671); DictSNOPower.Add("MonsterAffix_Avenger_ArcaneEnchanted", 384426); DictSNOPower.Add("MonsterAffix_Avenger_ArcaneEnchantedCast", 384436); DictSNOPower.Add("MonsterAffix_Avenger_ArcaneEnchanted_New_PetBasic", 392128); DictSNOPower.Add("MonsterAffix_Avenger_Buff", 226292); DictSNOPower.Add("MonsterAffix_Avenger_Champion", 226289); DictSNOPower.Add("MonsterAffix_Avenger_Mortar", 384594); DictSNOPower.Add("MonsterAffix_Avenger_MortarCast", 384596); DictSNOPower.Add("MonsterAffix_Ballista", 91098); DictSNOPower.Add("MonsterAffix_ChampionBuff", 210333); DictSNOPower.Add("MonsterAffix_Desecrator", 70874); DictSNOPower.Add("MonsterAffix_DesecratorBuff", 156106); DictSNOPower.Add("MonsterAffix_DesecratorBuff_Champion", 221131); DictSNOPower.Add("MonsterAffix_DesecratorCast", 156105); DictSNOPower.Add("MonsterAffix_DieTogether", 91232); DictSNOPower.Add("MonsterAffix_Electrified", 81420); DictSNOPower.Add("MonsterAffix_Electrified_LR_Boss_Custom", 365083); DictSNOPower.Add("MonsterAffix_Electrified_Minion", 109899); DictSNOPower.Add("MonsterAffix_ExtraHealth", 70650); DictSNOPower.Add("MonsterAffix_Fast", 70849); DictSNOPower.Add("MonsterAffix_Frozen", 90144); DictSNOPower.Add("MonsterAffix_FrozenCast", 231149); DictSNOPower.Add("MonsterAffix_FrozenRare", 231157); DictSNOPower.Add("MonsterAffix_Healing", 276798); DictSNOPower.Add("MonsterAffix_Healthlink", 71239); DictSNOPower.Add("MonsterAffix_Illusionist", 71108); DictSNOPower.Add("MonsterAffix_IllusionistCast", 264185); DictSNOPower.Add("MonsterAffix_Jailer", 222743); DictSNOPower.Add("MonsterAffix_JailerCast", 222744); DictSNOPower.Add("MonsterAffix_Jailer_Champion", 222745); DictSNOPower.Add("MonsterAffix_Juggernaut", 455436); DictSNOPower.Add("MonsterAffix_Knockback", 70655); DictSNOPower.Add("MonsterAffix_Linked", 226497); DictSNOPower.Add("MonsterAffix_MissileDampening", 91028); DictSNOPower.Add("MonsterAffix_MissileDampeningCast", 376860); DictSNOPower.Add("MonsterAffix_Molten", 90314); DictSNOPower.Add("MonsterAffix_Molten_Minion", 109898); DictSNOPower.Add("MonsterAffix_Mortar", 215756); DictSNOPower.Add("MonsterAffix_MortarCast", 215757); DictSNOPower.Add("MonsterAffix_Nightmarish", 247258); DictSNOPower.Add("MonsterAffix_Pheonix", 120655); DictSNOPower.Add("MonsterAffix_Plagued", 90566); DictSNOPower.Add("MonsterAffix_PlaguedCast", 231115); DictSNOPower.Add("MonsterAffix_Puppetmaster", 71023); DictSNOPower.Add("MonsterAffix_Puppetmaster_Minion", 71024); DictSNOPower.Add("MonsterAffix_ReflectsDamage", 230877); DictSNOPower.Add("MonsterAffix_ReflectsDamageCast", 285770); DictSNOPower.Add("MonsterAffix_Shielding", 226437); DictSNOPower.Add("MonsterAffix_ShieldingCast", 226438); DictSNOPower.Add("MonsterAffix_TeleporterBuff", 155958); DictSNOPower.Add("MonsterAffix_TeleporterCast", 155959); DictSNOPower.Add("MonsterAffix_ThunderstormBuff", 336177); DictSNOPower.Add("MonsterAffix_ThunderstormBuff_Champion", 336178); DictSNOPower.Add("MonsterAffix_ThunderstormCast", 336179); DictSNOPower.Add("MonsterAffix_Vampiric", 70309); DictSNOPower.Add("MonsterAffix_VortexBuff", 120306); DictSNOPower.Add("MonsterAffix_VortexBuff_Champion", 221132); DictSNOPower.Add("MonsterAffix_VortexCast", 120305); DictSNOPower.Add("MonsterAffix_Waller", 226293); DictSNOPower.Add("MonsterAffix_WallerCast", 226294); DictSNOPower.Add("MonsterAffix_WallerRare", 231117); DictSNOPower.Add("MonsterAffix_WallerRareCast", 231118); DictSNOPower.Add("Monster_Poison_Melee_Attack", 30333); DictSNOPower.Add("Monster_Ranged_Projectile", 30334); DictSNOPower.Add("Monster_Spell_Projectile", 30338); DictSNOPower.Add("MorluSpellcaster_BreathOfFire", 158970); DictSNOPower.Add("MorluSpellcaster_BreathOfFrost", 263415); DictSNOPower.Add("MorluSpellcaster_Meteor", 158969); DictSNOPower.Add("MorluSpellcaster_Meteor_GraspOfTheDead_Prototype", 256045); DictSNOPower.Add("MorluSpellcaster_Shift", 158968); DictSNOPower.Add("MorluSpellcaster_Shift_NoCooldown_Cold", 428806); DictSNOPower.Add("Multiplayer_Buff", 258199); DictSNOPower.Add("NPC_LookAt", 30342); DictSNOPower.Add("Oasis_Rockslide_A_Damage", 395342); DictSNOPower.Add("OnDeathArcane", 30343); DictSNOPower.Add("OnDeathCold", 30344); DictSNOPower.Add("OnDeathFire", 30345); DictSNOPower.Add("OnDeathLightning", 30346); DictSNOPower.Add("OnDeathPoison", 30347); DictSNOPower.Add("Operate_Helper_Attach", 30348); DictSNOPower.Add("p1_GreedMinion_PassiveLifetimeBuff", 382195); DictSNOPower.Add("p1_Greed_Charge", 380460); DictSNOPower.Add("p1_Greed_Charge_Long", 391073); DictSNOPower.Add("p1_Greed_Charge_No_LOS", 398253); DictSNOPower.Add("p1_Greed_GoblinKnockback", 394194); DictSNOPower.Add("p1_Greed_GoldenMeteorShower", 385810); DictSNOPower.Add("p1_Greed_GoldSpawner", 385737); DictSNOPower.Add("p1_Greed_PassiveGoblinSpawner_test", 391176); DictSNOPower.Add("p1_Greed_PassiveLifetimeBuff", 381205); DictSNOPower.Add("p1_Greed_Shockwave", 380646); DictSNOPower.Add("p1_Greed_SpawnMinion", 382342); DictSNOPower.Add("p1_Greed_Ultimate_MeteorShower", 391193); DictSNOPower.Add("p1_ItemPassive_Unique_Ring_941", 402540); DictSNOPower.Add("p1_ItemPassive_Unique_Ring_942", 408974); DictSNOPower.Add("p1_ItemPassive_Unique_Ring_943", 409811); DictSNOPower.Add("p1_ItemPassive_Unique_Ring_944", 410217); DictSNOPower.Add("p1_ItemPassive_Unique_Ring_945", 440923); DictSNOPower.Add("p1_Monk_Passive_Harmony", 404168); DictSNOPower.Add("p1_Monk_Passive_Provocation", 402633); DictSNOPower.Add("p1_Monk_Passive_RelentlessAssault", 404245); DictSNOPower.Add("p1_TieredRift_SpawnNPC", 409173); DictSNOPower.Add("p1_TreasureGoblin_OnDeathAnniversaryPortal", 434819); DictSNOPower.Add("p1_TreasureGoblin_OnDeathGreedPortal", 382738); DictSNOPower.Add("p1_TreasureGoblin_OnDeathWhimsyshirePortal", 405592); DictSNOPower.Add("p2_FallenLunatic_Aggro_ring", 434026); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_001", 423205); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_002", 423206); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_003", 423226); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_004", 423227); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_005", 423228); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_006", 423229); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_007", 423230); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_008", 423231); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_009", 423233); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_010", 423234); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_011", 423235); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_012", 423236); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_013", 423237); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_014", 423238); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_015", 423239); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_016", 423240); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_017", 423241); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_018", 423242); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_019", 423243); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_020", 423244); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_021", 427798); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_022", 427799); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_023", 428220); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_024", 429648); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_025", 429665); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_026", 429673); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_027", 429851); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_028", 429855); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_029", 429856); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_030", 429857); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_031", 429885); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_032", 430135); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_033", 430228); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_034", 430289); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_035", 430671); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_036", 430672); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_037", 430673); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_038", 430674); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_039", 430675); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_040", 430676); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_041", 430677); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_042", 430678); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_043", 430679); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_044", 430680); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_045", 430681); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_046", 430682); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_047", 430683); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_048", 430684); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_049", 430685); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_050", 430686); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_051", 434377); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_052", 434849); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_053", 434964); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_054", 434966); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_055", 434967); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_056", 434969); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_057", 434980); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_058", 435016); DictSNOPower.Add("P2_ItemPassive_Unique_Ring_059", 435040); DictSNOPower.Add("P2_Legendary_Potion_07", 433021); DictSNOPower.Add("P2_SpecialGoblinRiftSpawn", 429651); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_001", 436426); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_002", 436427); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_003", 436428); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_004", 436430); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_005", 436468); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_006", 436472); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_007", 436481); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_008", 436521); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_009", 437710); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_010", 437711); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_011", 437840); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_012", 437843); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_013", 437844); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_014", 437854); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_015", 439303); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_016", 439308); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_017", 439309); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_018", 439310); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_019", 439311); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_020", 439312); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_021", 440235); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_022", 440336); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_023", 440434); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_024", 440457); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_025", 440568); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_026", 440569); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_027", 440598); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_028", 440743); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_029", 440790); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_030", 441113); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_031", 441278); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_032", 441279); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_033", 441280); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_034", 441294); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_035", 441305); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_036", 441318); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_037", 441349); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_038", 441517); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_039", 442353); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_040", 442477); DictSNOPower.Add("P3_ItemPassive_Unique_Ring_041", 442478); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_001", 451158); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_002", 451160); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_003", 451161); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_004", 451162); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_005", 451163); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_006", 451164); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_007", 451165); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_008", 451166); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_009", 451167); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_010", 451168); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_011", 451169); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_012", 451170); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_013", 451171); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_014", 451172); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_015", 451173); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_016", 451174); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_017", 451175); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_018", 451176); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_019", 451177); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_020", 451178); DictSNOPower.Add("P41_ItemPassive_Unique_Ring_021", 451186); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_001", 451236); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_002", 451237); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_003", 451238); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_004", 451239); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_005", 451240); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_006", 451241); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_007", 451242); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_008", 451243); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_009", 451244); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_010", 451245); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_011", 451246); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_012", 451247); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_013", 451248); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_014", 451249); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_015", 451250); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_016", 451251); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_017", 451252); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_018", 451253); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_019", 451254); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_020", 451255); DictSNOPower.Add("P42_ItemPassive_Unique_Ring_697_x1", 451313); DictSNOPower.Add("p42_ItemPassive_Unique_Ring_945", 451333); DictSNOPower.Add("p43_AD_Barrel_Explode", 455182); DictSNOPower.Add("p43_AD_Event_AnvilOfFury", 455050); DictSNOPower.Add("p43_AD_TrapArrow", 455198); DictSNOPower.Add("p43_d1_Butcher_Melee_Basic", 455501); DictSNOPower.Add("p43_d1_Diablo_ClawRip", 453765); DictSNOPower.Add("p43_d1_fastMummy_Melee", 453803); DictSNOPower.Add("p43_d1_fastMummy_Stealth", 453802); DictSNOPower.Add("p43_d1_FleshPitFlyer_Blink", 453994); DictSNOPower.Add("p43_d1_Gorehound_AcidSpit", 454139); DictSNOPower.Add("p43_d1_Mage_Flash", 454586); DictSNOPower.Add("p43_d1_Mage_Teleport", 454584); DictSNOPower.Add("p43_d1_TerrorDemon_LightningBreath", 454163); DictSNOPower.Add("p43_d1_ZoltunKulle_FieryBoulder", 453734); DictSNOPower.Add("p43_d1_ZoltunKulle_Teleport", 453738); DictSNOPower.Add("p43_d1_ZombieSkinny_Melee", 454045); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_001", 454918); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_002", 454927); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_003", 454929); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_004", 454930); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_005", 454932); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_006", 454934); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_007", 454935); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_008", 454936); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_009", 454937); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_010", 454938); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_011", 454939); DictSNOPower.Add("P43_ItemPassive_Unique_Ring_012", 454940); DictSNOPower.Add("P4_Crab_Mother_Enrage", 442660); DictSNOPower.Add("P4_DemonFlyer_FireBreath", 439325); DictSNOPower.Add("p4_demonTrooper_SpecialMelee", 435046); DictSNOPower.Add("P4_Forest_MysteriousHermit_ArcaneFireball+", 445864); DictSNOPower.Add("P4_Forest_MysteriousHermit_ArcaneFireball", 445642); DictSNOPower.Add("P4_Forest_MysteriousHermit_ArcaneFlameWall+", 445865); DictSNOPower.Add("p4_Forest_MysteriousHermit_BoomerangBlade", 445808); DictSNOPower.Add("p4_Forest_MysteriousHermit_Projectile", 437112); DictSNOPower.Add("p4_Forest_MysteriousHermit_TeleportIllusion", 445850); DictSNOPower.Add("P4_Forest_Mysterious_Man_Spirit_Form", 437524); DictSNOPower.Add("P4_Forest_Mysterious_Man_Spirit_Setup", 437546); DictSNOPower.Add("p4_Goatman_Fireball", 433729); DictSNOPower.Add("p4_Ice_Goatman_Ranged_Charged_Shot", 437534); DictSNOPower.Add("p4_Ice_Porcupine_Backpedal_Shot", 434171); DictSNOPower.Add("p4_Ice_Porcupine_JumpBack", 434174); DictSNOPower.Add("p4_Ice_Porcupine_Nova", 430206); DictSNOPower.Add("p4_Ice_Porcupine_Shot", 434209); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_001", 444521); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_002", 444522); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_003", 444929); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_004", 444969); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_005", 445008); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_006", 445266); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_007", 445274); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_008", 445279); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_009", 445427); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_010", 445639); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_011", 445692); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_012", 445694); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_013", 445765); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_014", 445798); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_015", 445814); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_016", 445829); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_017", 445920); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_018", 445942); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_019", 445943); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_020", 446008); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_021", 446063); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_022", 446142); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_023", 446146); DictSNOPower.Add("p4_ItemPassive_Unique_Ring_024_KKG", 436797); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_025", 446162); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_026", 446187); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_027", 446195); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_028", 446318); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_029", 446359); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_030", 446502); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_031", 446511); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_032", 446541); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_033", 446562); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_034", 446565); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_035", 446592); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_036", 446615); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_037", 446638); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_038", 446639); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_039", 446640); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_040", 446641); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_041", 446655); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_042", 446734); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_043", 446761); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_043_SpawnDecoy", 446963); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_044", 446762); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_045", 446969); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_046", 447029); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_047", 447030); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_048", 447043); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_049", 447060); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_050", 447130); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_051", 447290); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_052", 447291); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_053", 447295); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_054", 447368); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_055", 447372); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_056", 447375); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_057", 447541); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_058", 447553); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_059", 447581); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_060", 447696); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_061", 447816); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_062", 447839); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_063", 447843); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_064", 447905); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_065", 448998); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_066", 449001); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_067", 449021); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_068", 449031); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_069", 449037); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_070", 449043); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_071", 449046); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_072", 449048); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_073", 449049); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_074", 449063); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_075", 449064); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_076", 449114); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_077", 449222); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_078", 449236); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_079", 449237); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_080", 449252); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_081", 449264); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_082", 449671); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_083", 449703); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_084", 450294); DictSNOPower.Add("P4_ItemPassive_Unique_Ring_085", 450472); DictSNOPower.Add("p4_LR_Boss_FedExCharge", 433232); DictSNOPower.Add("p4_LR_Boss_SpawnBoneTurrets", 433225); DictSNOPower.Add("p4_LR_TerrorDemon_Wall", 429019); DictSNOPower.Add("p4_Maggot_Suicide_ProgressiveFreeze", 435737); DictSNOPower.Add("P4_Mermaid_Hydra", 442662); DictSNOPower.Add("p4_Mole_Rat_Charge", 423014); DictSNOPower.Add("p4_RatKing_DoubleSwing", 436574); DictSNOPower.Add("p4_RatKing_LifetimeBuff_Plagued", 440700); DictSNOPower.Add("p4_RatKing_RatBallMonster_Setup", 427175); DictSNOPower.Add("p4_RatKing_SummonRatBallMonster", 427176); DictSNOPower.Add("p4_RatKing_SummonRatVolcano", 427244); DictSNOPower.Add("p4_RatKing_Thunderdome", 427211); DictSNOPower.Add("p4_RatKing_WaspRain", 432984); DictSNOPower.Add("p4_rat_host_teleport", 423072); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_BurrowOut", 437397); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_CombatRoll", 436379); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_FuriousCharge", 437858); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_Groundstomp", 436370); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_HammerOfTheAncients", 439318); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_IntroFear", 435911); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_LeapQuake", 436375); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_Shout", 435875); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_Summon", 437262); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_WeaponThrow", 437865); DictSNOPower.Add("P4_Ruins_CannibalBarbarian_Whirlwind", 435885); DictSNOPower.Add("p4_ruins_frost_Event_TheZiggurat", 433486); DictSNOPower.Add("P4_Ruins_Frost_Trap_Swinging_Blade", 406180); DictSNOPower.Add("P4_SacrificeMonster_BreakableNova", 450213); DictSNOPower.Add("P4_SacrificeMonster_Enrage", 447376); DictSNOPower.Add("P4_SandWasp_Projectile", 410520); DictSNOPower.Add("p4_Sasquatch_GorillaPound", 430556); DictSNOPower.Add("p4_Sasquatch_RockPunchKnockback", 415079); DictSNOPower.Add("p4_Sasquatch_SpikeLine", 430582); DictSNOPower.Add("p4_Sasquatch_TriplePunch", 430448); DictSNOPower.Add("p4_ScavengerSpawner_A_Death", 435467); DictSNOPower.Add("p4_ScorpionBug_Hover_Projectile", 426866); DictSNOPower.Add("p4_SeaMonster_SpawnCrabs", 431678); DictSNOPower.Add("p4_SetDung_Barb_Kings_Enmy", 444770); DictSNOPower.Add("p4_SetDung_Barb_Kings_Ply", 444771); DictSNOPower.Add("p4_SetDung_Barb_Might_Enmy", 444922); DictSNOPower.Add("p4_SetDung_Barb_Might_Ply", 444923); DictSNOPower.Add("p4_SetDung_Barb_Raekor_Enmy", 444875); DictSNOPower.Add("p4_SetDung_Barb_Raekor_Ply", 444876); DictSNOPower.Add("p4_SetDung_Barb_Wastes_Enmy", 444832); DictSNOPower.Add("p4_SetDung_Barb_Wastes_Ply", 444834); DictSNOPower.Add("p4_SetDung_Cru_Akkhan_Enmy", 444632); DictSNOPower.Add("p4_SetDung_Cru_Akkhan_Ply", 444633); DictSNOPower.Add("p4_SetDung_Cru_Roland_Enmy", 444712); DictSNOPower.Add("p4_SetDung_Cru_Roland_Ply", 444713); DictSNOPower.Add("p4_SetDung_Cru_Seeker_Enmy", 445277); DictSNOPower.Add("p4_SetDung_Cru_Seeker_Ply", 445278); DictSNOPower.Add("p4_SetDung_Cru_Thorns_Enmy", 445257); DictSNOPower.Add("p4_SetDung_Cru_Thorns_Ply", 445258); DictSNOPower.Add("p4_SetDung_Death_Barb_Kings", 444769); DictSNOPower.Add("p4_SetDung_Death_Barb_Might", 444915); DictSNOPower.Add("p4_SetDung_Death_Barb_Raekor", 444874); DictSNOPower.Add("p4_SetDung_Death_Barb_Wastes", 444826); DictSNOPower.Add("p4_SetDung_Death_Cru_Akkhan", 444631); DictSNOPower.Add("p4_SetDung_Death_Cru_Roland", 444710); DictSNOPower.Add("p4_SetDung_Death_Cru_Seeker", 445276); DictSNOPower.Add("p4_SetDung_Death_Cru_Thorns", 445251); DictSNOPower.Add("p4_SetDung_Death_DH_Ess", 445035); DictSNOPower.Add("p4_SetDung_Death_DH_Mar", 444996); DictSNOPower.Add("p4_SetDung_Death_DH_Nat", 445007); DictSNOPower.Add("p4_SetDung_Death_DH_Shadow", 445062); DictSNOPower.Add("p4_SetDung_Death_Monk_Innas", 445173); DictSNOPower.Add("p4_SetDung_Death_Monk_Storms", 445225); DictSNOPower.Add("p4_SetDung_Death_Monk_Sunwuko", 445191); DictSNOPower.Add("p4_SetDung_Death_Monk_Uliana", 445208); DictSNOPower.Add("p4_SetDung_Death_WD_Haunt", 445098); DictSNOPower.Add("p4_SetDung_Death_WD_Jade", 445155); DictSNOPower.Add("p4_SetDung_Death_WD_Spider", 445132); DictSNOPower.Add("p4_SetDung_Death_WD_Tooth", 445081); DictSNOPower.Add("p4_SetDung_Death_Wiz_Firebird", 444577); DictSNOPower.Add("p4_SetDung_Death_Wiz_Opus", 443832); DictSNOPower.Add("p4_SetDung_Death_Wiz_Rasha", 444516); DictSNOPower.Add("p4_SetDung_Death_Wiz_Vyr", 444972); DictSNOPower.Add("p4_SetDung_DH_Ess_Enmy", 445036); DictSNOPower.Add("p4_SetDung_DH_Ess_Ply", 445037); DictSNOPower.Add("p4_SetDung_DH_Mar_Enmy", 444997); DictSNOPower.Add("p4_SetDung_DH_Mar_Ply", 444998); DictSNOPower.Add("p4_SetDung_DH_Nat_Enmy", 445009); DictSNOPower.Add("p4_SetDung_DH_Nat_Ply", 445010); DictSNOPower.Add("p4_SetDung_DH_Shadow_Enmy", 445063); DictSNOPower.Add("p4_SetDung_DH_Shadow_Ply", 445064); DictSNOPower.Add("p4_SetDung_Generics_Enmy", 443795); DictSNOPower.Add("p4_SetDung_Generics_Ply", 443833); DictSNOPower.Add("p4_SetDung_Generics_Ply_Balance", 450351); DictSNOPower.Add("p4_SetDung_Generics_Portal", 450469); DictSNOPower.Add("p4_SetDung_Monk_Innas_Enmy", 445174); DictSNOPower.Add("p4_SetDung_Monk_Innas_Ply", 445175); DictSNOPower.Add("p4_SetDung_Monk_Storms_Enmy", 445233); DictSNOPower.Add("p4_SetDung_Monk_Storms_Ply", 445234); DictSNOPower.Add("p4_SetDung_Monk_Sunwuko_Enmy", 445192); DictSNOPower.Add("p4_SetDung_Monk_Sunwuko_Ply", 445193); DictSNOPower.Add("p4_SetDung_Monk_Uliana_Enmy", 445209); DictSNOPower.Add("p4_SetDung_Monk_Uliana_Ply", 445210); DictSNOPower.Add("p4_SetDung_MonsterAffix_MortarCast", 447584); DictSNOPower.Add("p4_SetDung_Pedestal_Barb_Kings", 447950); DictSNOPower.Add("p4_SetDung_Pedestal_Barb_Might", 447975); DictSNOPower.Add("p4_SetDung_Pedestal_Barb_Raekor", 447976); DictSNOPower.Add("p4_SetDung_Pedestal_Barb_Wastes", 447977); DictSNOPower.Add("p4_SetDung_Pedestal_Cru_Akkhan", 447978); DictSNOPower.Add("p4_SetDung_Pedestal_Cru_Roland", 447979); DictSNOPower.Add("p4_SetDung_Pedestal_Cru_Seeker", 447980); DictSNOPower.Add("p4_SetDung_Pedestal_Cru_Thorns", 447981); DictSNOPower.Add("p4_SetDung_Pedestal_DH_Ess", 447982); DictSNOPower.Add("p4_SetDung_Pedestal_DH_Mar", 447984); DictSNOPower.Add("p4_SetDung_Pedestal_DH_Nat", 447983); DictSNOPower.Add("p4_SetDung_Pedestal_DH_Shadow", 447985); DictSNOPower.Add("p4_SetDung_Pedestal_Monk_Innas", 447986); DictSNOPower.Add("p4_SetDung_Pedestal_Monk_Storms", 447987); DictSNOPower.Add("p4_SetDung_Pedestal_Monk_Sunwuko", 447988); DictSNOPower.Add("p4_SetDung_Pedestal_Monk_Uliana", 447989); DictSNOPower.Add("p4_SetDung_Pedestal_WD_Haunt", 447990); DictSNOPower.Add("p4_SetDung_Pedestal_WD_Jade", 447991); DictSNOPower.Add("p4_SetDung_Pedestal_WD_Spider", 447992); DictSNOPower.Add("p4_SetDung_Pedestal_WD_Tooth", 447993); DictSNOPower.Add("p4_SetDung_Pedestal_Wiz_Firebird", 447995); DictSNOPower.Add("p4_SetDung_Pedestal_Wiz_Opus", 447996); DictSNOPower.Add("p4_SetDung_Pedestal_Wiz_Rasha", 447997); DictSNOPower.Add("p4_SetDung_Pedestal_Wiz_Vyr", 447998); DictSNOPower.Add("p4_SetDung_Portal_Checks", 447038); DictSNOPower.Add("p4_SetDung_WD_Haunt_Enmy", 445099); DictSNOPower.Add("p4_SetDung_WD_Haunt_Ply", 445100); DictSNOPower.Add("p4_SetDung_WD_Jade_Enmy", 445156); DictSNOPower.Add("p4_SetDung_WD_Jade_Ply", 445157); DictSNOPower.Add("p4_SetDung_WD_Spider_Enmy", 445133); DictSNOPower.Add("p4_SetDung_WD_Spider_Ply", 445134); DictSNOPower.Add("p4_SetDung_WD_Tooth_Enmy", 445082); DictSNOPower.Add("p4_SetDung_WD_Tooth_Ply", 445083); DictSNOPower.Add("p4_SetDung_Westmarch_Brute_Charge", 451207); DictSNOPower.Add("p4_SetDung_Wiz_Firebird_Enmy", 445771); DictSNOPower.Add("p4_SetDung_Wiz_Firebird_Ply", 445772); DictSNOPower.Add("p4_SetDung_Wiz_Opus_Enmy", 444008); DictSNOPower.Add("p4_SetDung_Wiz_Opus_Ply", 443898); DictSNOPower.Add("p4_SetDung_Wiz_Rasha_Enmy", 444519); DictSNOPower.Add("p4_SetDung_Wiz_Rasha_Ply", 444520); DictSNOPower.Add("p4_SetDung_Wiz_Vyr_Enmy", 444975); DictSNOPower.Add("p4_SetDung_Wiz_Vyr_Ply", 444976); DictSNOPower.Add("P4_Shrine_Debuff_Damage", 445778); DictSNOPower.Add("P4_Shrine_Debuff_Spawner", 445788); DictSNOPower.Add("p4_SkeletonZombieSpawner_A_Death", 433150); DictSNOPower.Add("P4_SpiderBomb_AOD_Damage", 274506); DictSNOPower.Add("P4_SpiderBomb_BurrowIn", 275328); DictSNOPower.Add("p4_Wasp_Nest_Death", 410598); DictSNOPower.Add("p4_WickermanSpawner_A_Death", 435834); DictSNOPower.Add("P4_WoodWraithSummonSpores_Ceremony_Event", 435833); DictSNOPower.Add("p4_WoodWraith_VineTrap", 430133); DictSNOPower.Add("p4_Yeti_IceBreath", 411373); DictSNOPower.Add("p4_Yeti_IceSpikes", 413296); DictSNOPower.Add("p4_Yeti_Melee_Basic", 437834); DictSNOPower.Add("p4_Yeti_OverheadSmash", 440693); DictSNOPower.Add("p4_Yeti_SnowBoulderRoll", 429905); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_001", 451256); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_002", 451257); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_003", 451258); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_004", 451259); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_005", 451260); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_006", 451261); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_007", 451262); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_008", 451263); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_009", 451264); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_010", 451265); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_011", 451266); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_012", 451267); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_013", 451268); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_014", 451269); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_015", 451270); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_016", 451271); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_017", 451272); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_018", 451273); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_019", 451274); DictSNOPower.Add("P5_ItemPassive_Unique_Ring_020", 451275); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_001", 478473); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_002", 478474); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_003", 478475); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_004", 478476); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_005", 478477); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_006", 478478); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_007", 478479); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_008", 478480); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_009", 478481); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_010", 478483); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_011", 478484); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_012", 478485); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_013", 478486); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_014", 478487); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_015", 478488); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_016", 478489); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_017", 478490); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_018", 478491); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_019", 478508); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_020", 478510); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_021", 478511); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_022", 478513); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_023", 478514); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_024", 478534); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_025", 478537); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_026", 478538); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_027", 478539); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_028", 478553); DictSNOPower.Add("P61_ItemPassive_Unique_Ring_029", 478554); DictSNOPower.Add("P65_ItemPassive_Unique_Ring_007", 483506); DictSNOPower.Add("P65_ItemPassive_Unique_Ring_076", 483505); DictSNOPower.Add("P65_ItemPassive_Unique_Ring_576_x1", 483481); DictSNOPower.Add("P65_ItemPassive_Unique_Ring_911_x1", 483400); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_924", 483515); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_925", 483516); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_927", 483518); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_928", 483521); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_929", 483522); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_930", 483537); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_931", 483552); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_932", 483571); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_933", 483572); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_934", 483573); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_935", 483574); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_941", 483548); DictSNOPower.Add("P66_ItemPassive_Unique_Ring_946", 483570); DictSNOPower.Add("p6_CrowHound_Projectile", 470770); DictSNOPower.Add("P6_EnvyDMGReduction", 474684); DictSNOPower.Add("P6_Envy_Boss_Look_Switch", 470267); DictSNOPower.Add("P6_Envy_Boss_MirrorPort_Buff", 470530); DictSNOPower.Add("P6_Envy_Boss_MirrorPort_Buff_Remove", 470543); DictSNOPower.Add("P6_Envy_Boss_RangedPort_Buff", 470531); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_001", 467463); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_002", 467464); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_003", 467465); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_004", 472266); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_005", 472267); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_006", 472268); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_007", 472269); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_008", 472270); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_009", 472271); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_010", 472272); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_011", 472273); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_012", 472274); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_013", 472668); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_014", 472669); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_015", 472670); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_016", 472671); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_017", 472672); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_018", 472673); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_019", 472674); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_020", 472675); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_021", 472676); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_022", 472677); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_023", 472678); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_024", 472679); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_025", 472693); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_026", 472694); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_027", 472695); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_028", 472697); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_029", 472698); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_030", 472699); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_031", 472700); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_032", 472701); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_033", 472702); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_034", 472703); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_035", 472704); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_036", 472705); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_037", 475241); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_038", 475242); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_039", 475243); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_040", 475244); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_041", 475245); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_042", 475246); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_043", 475247); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_044", 475248); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_045", 475249); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_046", 475250); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_047", 475251); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_048", 475253); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_049", 475252); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_050", 475254); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_051", 476047); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_052", 476048); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_053", 476049); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_054", 476050); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_055", 476051); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_056", 476052); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_057", 476578); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_058", 476579); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_059", 476580); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_060", 476581); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_061", 476582); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_062", 476583); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_063", 476584); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_064", 476585); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_065", 476586); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_066", 476587); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_067", 476588); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_068", 476589); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_069", 476590); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_070", 476684); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_071", 476686); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_072", 476689); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_073", 476695); DictSNOPower.Add("P6_ItemPassive_Unique_Ring_074", 476696); DictSNOPower.Add("P6_Necro_BloodNova", 462243); DictSNOPower.Add("P6_Necro_BloodRush", 454090); DictSNOPower.Add("P6_Necro_BoneArmor", 466857); DictSNOPower.Add("P6_Necro_BoneSpear", 451490); DictSNOPower.Add("P6_Necro_BoneSpikes", 462147); DictSNOPower.Add("P6_Necro_BoneSpikes_InversePassability", 472587); DictSNOPower.Add("p6_Necro_BoneSpirit", 464896); DictSNOPower.Add("P6_Necro_BoneSpirit_Passive", 464999); DictSNOPower.Add("P6_Necro_CommandSkeletons", 453801); DictSNOPower.Add("P6_Necro_CorpseExplosion", 454174); DictSNOPower.Add("P6_Necro_CorpseLance", 461650); DictSNOPower.Add("P6_Necro_Decrepify", 451491); DictSNOPower.Add("P6_Necro_Devour", 460757); DictSNOPower.Add("P6_Necro_Devour_Aura", 474325); DictSNOPower.Add("P6_Necro_Frailty", 460870); DictSNOPower.Add("P6_Necro_Frailty_Aura", 473992); DictSNOPower.Add("P6_Necro_GenericCorpseTargeting", 454137); DictSNOPower.Add("P6_Necro_Golem_Melee", 451561); DictSNOPower.Add("P6_Necro_GrimScythe", 462198); DictSNOPower.Add("P6_Necro_LandOfTheDead", 465839); DictSNOPower.Add("P6_Necro_Leech", 462255); DictSNOPower.Add("P6_Necro_PassiveManager_Decrepify", 471738); DictSNOPower.Add("P6_Necro_PassiveManager_Frailty", 471845); DictSNOPower.Add("P6_Necro_PassiveManager_Leech", 471869); DictSNOPower.Add("P6_Necro_Passive_AberrantAnimator", 472949); DictSNOPower.Add("P6_Necro_Passive_BloodIsPower", 465037); DictSNOPower.Add("P6_Necro_Passive_BonePrison", 472965); DictSNOPower.Add("P6_Necro_Passive_BuilderAttackSpeed", 470805); DictSNOPower.Add("P6_Necro_Passive_CheatDeath", 465952); DictSNOPower.Add("P6_Necro_Passive_CommanderoftheDead", 472962); DictSNOPower.Add("P6_Necro_Passive_CorpseConsumptionIncreasesMovementSpeed", 465917); DictSNOPower.Add("P6_Necro_Passive_CurseDamageBonus", 472220); DictSNOPower.Add("P6_Necro_Passive_EternalTorment", 472795); DictSNOPower.Add("P6_Necro_Passive_GrislyTribute", 473019); DictSNOPower.Add("P6_Necro_Passive_HealthGlobesFreeCast", 465821); DictSNOPower.Add("P6_Necro_Passive_HealthGlobesFromCorpseConsumption", 465703); DictSNOPower.Add("P6_Necro_Passive_HealthRegen", 465264); DictSNOPower.Add("P6_Necro_Passive_MaxEssence", 470764); DictSNOPower.Add("P6_Necro_Passive_PuppetMaster", 464994); DictSNOPower.Add("P6_Necro_Passive_RathmasShield", 472910); DictSNOPower.Add("P6_Necro_Passive_RigorMortis", 466415); DictSNOPower.Add("P6_Necro_Passive_ScytheRegenPerKill", 470812); DictSNOPower.Add("P6_Necro_Passive_Serration", 472905); DictSNOPower.Add("P6_Necro_Passive_StandAlone", 470725); DictSNOPower.Add("P6_Necro_RaiseDead", 462089); DictSNOPower.Add("P6_Necro_RaiseDead_D_DecayAura", 471359); DictSNOPower.Add("P6_Necro_RaiseDead_D_DecayAura_Spawn", 474371); DictSNOPower.Add("P6_Necro_RaiseDead_E_ArcherAttack", 471374); DictSNOPower.Add("P6_Necro_RaiseDead_E_ArcherSpawnAttack", 472995); DictSNOPower.Add("P6_Necro_RaiseDead_Mage_SpawnAttack", 457769); DictSNOPower.Add("P6_Necro_RaiseDead_Mage_SpawnAttack_NoTarget", 464530); DictSNOPower.Add("P6_Necro_RaiseGolem", 451537); DictSNOPower.Add("p6_Necro_RaiseGolem_BloodGolem_VeinAoE", 463797); DictSNOPower.Add("P6_Necro_RaiseGolem_BoneGolem_Tornado", 465257); DictSNOPower.Add("P6_Necro_RaiseGolem_ConsumeGolem_EatCorpses", 471615); DictSNOPower.Add("p6_Necro_RaiseGolem_DestroyBreakables", 478216); DictSNOPower.Add("P6_Necro_RaiseGolem_FleshGolem_DropCorpses", 466862); DictSNOPower.Add("P6_Necro_RaiseGolem_IceGolem_Freeze", 471655); DictSNOPower.Add("P6_Necro_RaiseSkeletons_ChargeAttack", 456302); DictSNOPower.Add("P6_Necro_Revive", 462239); DictSNOPower.Add("p6_Necro_Revive_Angel_Corrupt_PiercingDash", 469983); DictSNOPower.Add("p6_Necro_Revive_armorScavenger_buff", 476778); DictSNOPower.Add("p6_Necro_Revive_BeastCharge", 470882); DictSNOPower.Add("p6_Necro_Revive_BigRed_Charge", 467631); DictSNOPower.Add("p6_Necro_Revive_BogFamily_Ranged_RapidShot", 477233); DictSNOPower.Add("p6_Necro_Revive_Brickhouse_Slam", 470952); DictSNOPower.Add("p6_Necro_Revive_CorpulentExplode", 470990); DictSNOPower.Add("p6_Necro_Revive_CrowHound_Projectile", 476425); DictSNOPower.Add("p6_Necro_Revive_Dark_Angel_SoulRush", 476335); DictSNOPower.Add("p6_Necro_Revive_deathMaiden_Spin_Attack", 476485); DictSNOPower.Add("p6_Necro_Revive_DemonFlyer_Projectile", 471091); DictSNOPower.Add("p6_Necro_Revive_Dervish_Whirlwind", 471147); DictSNOPower.Add("p6_Necro_Revive_FallenShaman_Projectile", 463173); DictSNOPower.Add("p6_Necro_Revive_FastMummy_Disease_Cloud", 471173); DictSNOPower.Add("p6_Necro_Revive_FloaterAngel_Projectile", 477406); DictSNOPower.Add("p6_Necro_Revive_Goatman_Ranged_Projectile", 471863); DictSNOPower.Add("p6_Necro_Revive_Goatman_Shaman_Lightningbolt", 471809); DictSNOPower.Add("P6_Necro_Revive_GoatMutantShamanBlast", 471982); DictSNOPower.Add("P6_Necro_Revive_GoatMutant_Ranged_Projectile", 471972); DictSNOPower.Add("p6_Necro_Revive_HoodedNightmare_Projectile", 467625); DictSNOPower.Add("P6_Necro_Revive_Ice_Porcupine_Shot", 474749); DictSNOPower.Add("p6_Necro_Revive_LacuniMale_DoubleSwing", 472112); DictSNOPower.Add("p6_Necro_Revive_Lacuni_Leap", 472055); DictSNOPower.Add("p6_Necro_Revive_LeaperAngel_Leap", 474096); DictSNOPower.Add("P6_Necro_Revive_Melee", 474930); DictSNOPower.Add("p6_Necro_Revive_Mermaid_Ranged_Projectile", 475304); DictSNOPower.Add("p6_Necro_Revive_MoleMutant_Ranged_Projectile", 475462); DictSNOPower.Add("p6_Necro_Revive_MoleMutant_Shaman_Projectile", 475495); DictSNOPower.Add("p6_Necro_Revive_MorluSpellcaster_BreathOfFire", 462969); DictSNOPower.Add("p6_Necro_Revive_NightScreamer_Projectile", 477454); DictSNOPower.Add("p6_Necro_Revive_pandExt_Ranged", 476314); DictSNOPower.Add("p6_Necro_Revive_PortalGuardianMinion_projectile", 477336); DictSNOPower.Add("p6_Necro_Revive_QuillDemon_Projectile", 476524); DictSNOPower.Add("p6_Necro_Revive_rockworm_projectile", 477004); DictSNOPower.Add("p6_Necro_Revive_SandWasp_Projectile", 475916); DictSNOPower.Add("p6_Necro_Revive_ScorpionBug_Hover_Projectile", 476109); DictSNOPower.Add("p6_Necro_Revive_Shepherd_Projectile", 476699); DictSNOPower.Add("p6_Necro_Revive_SkeletonArcher_Projectile", 466508); DictSNOPower.Add("p6_Necro_Revive_skeletonMage_Projectile", 466879); DictSNOPower.Add("p6_Necro_Revive_SkeletonSummoner_Projectile", 466524); DictSNOPower.Add("p6_Necro_Revive_SniperAngel_closeRangedAttack", 477433); DictSNOPower.Add("p6_Necro_Revive_Succubus_BloodStar", 476353); DictSNOPower.Add("p6_Necro_Revive_TempleCultist_Caster_Projectile", 476710); DictSNOPower.Add("p6_Necro_Revive_TempleCultist_Suicide", 476715); DictSNOPower.Add("p6_Necro_Revive_ThousandPounder_Knockback", 470477); DictSNOPower.Add("p6_Necro_Revive_TriuneSummoner_Projectile", 467271); DictSNOPower.Add("p6_Necro_Revive_Unburied_Knockback", 474825); DictSNOPower.Add("p6_Necro_Revive_Werewolf_Melee", 476685); DictSNOPower.Add("p6_Necro_Revive_WestmarchHound_Taunt", 477578); DictSNOPower.Add("p6_Necro_Revive_WestmarchHound_TauntSearch", 477579); DictSNOPower.Add("p6_Necro_Revive_westmarchRanged_Projectile", 476848); DictSNOPower.Add("p6_Necro_Revive_Westmarch_BruteB_Decapitate_Slide", 470970); DictSNOPower.Add("p6_Necro_Revive_Westmarch_Brute_Charge", 477779); DictSNOPower.Add("P6_Necro_Revive_Wraith_Melee", 476925); DictSNOPower.Add("p6_Necro_Revive_ZombieFemale_Projectile", 466256); DictSNOPower.Add("P6_Necro_Simulacrum", 465350); DictSNOPower.Add("P6_Necro_Simulacrum_Weapon_Melee_Instant", 475334); DictSNOPower.Add("P6_Necro_SiphonBlood", 453563); DictSNOPower.Add("P6_Necro_SkeleBomb", 460358); DictSNOPower.Add("P6_Necro_Skeletal_Warrior_Melee", 455151); DictSNOPower.Add("P6_Necro_Skeletal_Warrior_UberMelee", 457832); DictSNOPower.Add("P6_Necro_SkeletonMage_Fire_Projectile", 451557); DictSNOPower.Add("P6_Necro_Trait_GolemSpawner", 460062); DictSNOPower.Add("P6_Necro_Trait_SkeletonSpawner", 453793); DictSNOPower.Add("p6_RavenFlyer_JumpBack_Attack", 467137); DictSNOPower.Add("p6_RavenFlyer_PathingBuff", 469618); DictSNOPower.Add("p6_SetDung_Death_Necro_Blood", 468592); DictSNOPower.Add("p6_SetDung_Death_Necro_Bone", 468593); DictSNOPower.Add("p6_SetDung_Death_Necro_Plague", 468594); DictSNOPower.Add("p6_SetDung_Death_Necro_Saint", 468595); DictSNOPower.Add("p6_SetDung_Necro_Blood_Enmy", 468596); DictSNOPower.Add("p6_SetDung_Necro_Blood_Ply", 468597); DictSNOPower.Add("p6_SetDung_Necro_Bone_Enmy", 468598); DictSNOPower.Add("p6_SetDung_Necro_Bone_Ply", 468599); DictSNOPower.Add("p6_SetDung_Necro_Plague_Enmy", 468600); DictSNOPower.Add("p6_SetDung_Necro_Plague_Ply", 468601); DictSNOPower.Add("p6_SetDung_Necro_Saint_Enmy", 468602); DictSNOPower.Add("p6_SetDung_Necro_Saint_Ply", 468603); DictSNOPower.Add("p6_SetDung_Pedestal_Necro_Blood", 468604); DictSNOPower.Add("p6_SetDung_Pedestal_Necro_Bone", 468605); DictSNOPower.Add("p6_SetDung_Pedestal_Necro_Plague", 468606); DictSNOPower.Add("p6_SetDung_Pedestal_Necro_Saint", 468607); DictSNOPower.Add("P6_Shepherd_Boss_Teleport_Outro", 469966); DictSNOPower.Add("p6_Shepherd_Ranged_Attack", 461453); DictSNOPower.Add("p6_Shepherd_Ranged_Attack_Boss", 472850); DictSNOPower.Add("p6_Shepherd_Ranged_Attack_Boss_Transformed", 476611); DictSNOPower.Add("p6_Shepherd_Ranged_Attack_Nodmg", 469818); DictSNOPower.Add("P6_Shepherd_Spawn_Boss_Outro", 477974); DictSNOPower.Add("P6_Shepherd_Spawn_Intro", 476218); DictSNOPower.Add("P6_Shepherd_Spawn_Outro", 476233); DictSNOPower.Add("P6_Shepherd_Teleport_Intro", 462770); DictSNOPower.Add("P6_Shepherd_Teleport_Intro_Mirror", 473826); DictSNOPower.Add("P6_Shepherd_Teleport_Outro", 462771); DictSNOPower.Add("p6_TempleCultist_Lobbed_Shot", 465139); DictSNOPower.Add("p6_TempleCultist_Suicide", 465143); DictSNOPower.Add("p6_TempleMonstrosity_GrenadeVolley", 471378); DictSNOPower.Add("p6_TempleMonstrosity_MeleeLance", 471326); DictSNOPower.Add("P6_Werewolf_ClawRush", 464675); DictSNOPower.Add("P6_Werewolf_Howl", 464614); DictSNOPower.Add("P6_Werewolf_JumpBack", 464670); DictSNOPower.Add("P6_Werewolf_Leap", 464027); DictSNOPower.Add("P6_Werewolf_Leap_Fire", 470440); DictSNOPower.Add("P6_Werewolf_Melee", 464583); DictSNOPower.Add("P6_Werewolf_Melee_Fire", 465394); DictSNOPower.Add("Pages_Buff_Damage", 262935); DictSNOPower.Add("Pages_Buff_Electrified", 263029); DictSNOPower.Add("Pages_Buff_Electrified_Cast", 340227); DictSNOPower.Add("Pages_Buff_Electrified_Cast_TieredRift", 398655); DictSNOPower.Add("Pages_Buff_Electrified_TieredRift", 403404); DictSNOPower.Add("Pages_Buff_Infinite_Casting", 266258); DictSNOPower.Add("Pages_Buff_Invulnerable", 266254); DictSNOPower.Add("Pages_Buff_Invulnerable_Cast_v2", 428595); DictSNOPower.Add("Pages_Buff_Run_Speed", 266271); DictSNOPower.Add("Pages_Buff_Run_Speed_Knockback_Cast", 428605); DictSNOPower.Add("Pages_Buff_Run_Speed_Waller_Cast", 428607); DictSNOPower.Add("Pages_Buff_Run_Speed_Waller_Cast_Upgrade", 483646); DictSNOPower.Add("PandemoniumPortal", 257036); DictSNOPower.Add("PandemoniumPortal_Diablo", 366954); DictSNOPower.Add("PandemoniumPortal_ghom", 366951); DictSNOPower.Add("PandemoniumPortal_SiegeBreaker", 366953); DictSNOPower.Add("PandemoniumPortal_SkeletonKing", 366950); DictSNOPower.Add("Passive_Challenge_Rift", 460197); DictSNOPower.Add("Passive_Set_Dungeon", 474206); DictSNOPower.Add("PickupNearby", 131976); DictSNOPower.Add("PlagueOfToadsKnockback", 147876); DictSNOPower.Add("PlayerUpscaledBuff", 375617); DictSNOPower.Add("Proxy_Delayed_Power", 30385); DictSNOPower.Add("Punch", 30391); DictSNOPower.Add("PVPBuff", 97359); DictSNOPower.Add("PVPRoundEndBuff", 170408); DictSNOPower.Add("PVPSkirmishBuff", 96719); DictSNOPower.Add("PVP_controlpoint", 265723); DictSNOPower.Add("PvP_DamageBuff", 202701); DictSNOPower.Add("PvP_DeathstreakBuff", 203535); DictSNOPower.Add("PvP_HealingMacguffin", 222243); DictSNOPower.Add("PVP_hill", 267462); DictSNOPower.Add("PvP_HunterBuff", 404985); DictSNOPower.Add("PvP_LevelEqualizerBuff", 234527); DictSNOPower.Add("PVP_Peanut_NeutralObjective", 276837); DictSNOPower.Add("PvP_RangedProjectile", 1749); DictSNOPower.Add("PVP_Shrine_Murderball", 275730); DictSNOPower.Add("PVP_spawner_setup", 268588); DictSNOPower.Add("PVP_spawner_TowerDefenders", 272501); DictSNOPower.Add("PVP_Stationary_attack", 274304); DictSNOPower.Add("PVP_ThreeControl_SpawnDefenders", 276805); DictSNOPower.Add("px_Boneyards_Camp_SnakemanSpawner", 432968); DictSNOPower.Add("px_bountytest_chaosportals_summonChampion", 430626); DictSNOPower.Add("px_Bridge_Camp_DemonSpawner", 433224); DictSNOPower.Add("px_Camp_PortalSpawner", 434337); DictSNOPower.Add("px_Crater_Camp_DemonSpawner", 433300); DictSNOPower.Add("px_FesteringWoods_Camp_GhoulSpawner", 432385); DictSNOPower.Add("px_GardensOfHope_Camp_DemonSpawner", 433137); DictSNOPower.Add("px_Graveyard_Camp_ReaperSpawner", 433338); DictSNOPower.Add("px_Highlands_Camp_CultistSpawner", 432262); DictSNOPower.Add("px_LeoricsDungeon_Camp_DemonSpawner", 434382); DictSNOPower.Add("px_Oasis_Camp_SnakemanSpawner", 432336); DictSNOPower.Add("px_QuestFollowerDamageSetup", 432327); DictSNOPower.Add("px_Ramparts_Camp_DemonSpawner", 433391); DictSNOPower.Add("px_Ruins_Frost_KingKanai_Whirlwind", 436329); DictSNOPower.Add("px_Ruins_Frost_ThreeGuardians_GoatmanLeap", 434813); DictSNOPower.Add("px_SpiderCaves_Camp_Cocoon_HumanVictim", 432781); DictSNOPower.Add("px_SpiderCaves_Camp_SpiderSpawner", 432782); DictSNOPower.Add("px_Spire_Camp_DemonSpawner", 433421); DictSNOPower.Add("px_StingingWinds_Camp_CultistSpawner", 433057); DictSNOPower.Add("px_Westmarch_Camp_ReaperSpawner", 433254); DictSNOPower.Add("px_Wilderness_Camp_TemplarSpawner", 430766); DictSNOPower.Add("Quest_CanyonBridge_Enchantress_RevealFootsteps", 103338); DictSNOPower.Add("Quest_CanyonBridge_Player_RevealFootsteps", 103337); DictSNOPower.Add("QuillDemon_Projectile", 107729); DictSNOPower.Add("QuillDemon_Projectile_FastAttack", 364571); DictSNOPower.Add("Random_Movespeed_Scripted", 367779); DictSNOPower.Add("RangedEscort_Projectile", 30394); DictSNOPower.Add("RatKing_LifetimeBuff", 440699); DictSNOPower.Add("RedWingsBuff", 317139); DictSNOPower.Add("RemoveBurrow_Effect", 30420); DictSNOPower.Add("ResurrectFallen", 30422); DictSNOPower.Add("Resurrection_Buff", 30424); DictSNOPower.Add("Rockworm_Attack", 30426); DictSNOPower.Add("Rockworm_BurrowAndTeleport", 330606); DictSNOPower.Add("Rockworm_BurstOut", 30427); DictSNOPower.Add("Rockworm_Grab", 219076); DictSNOPower.Add("Rockworm_Grab_BurstOut", 230406); DictSNOPower.Add("Rockworm_HideIdle", 30428); DictSNOPower.Add("Rockworm_PreBurst", 30429); DictSNOPower.Add("Rockworm_Retreat", 30430); DictSNOPower.Add("Rockworm_Web", 30431); DictSNOPower.Add("RootTryGrab", 30433); DictSNOPower.Add("SandMonster_BurrowOut", 213730); DictSNOPower.Add("SandMonster_BurrowOut_Long", 59308); DictSNOPower.Add("SandMonster_SandWall", 30438); DictSNOPower.Add("Sandmonster_Weapon_Melee_Instant", 223914); DictSNOPower.Add("SandsharkBurrowIn", 30440); DictSNOPower.Add("SandsharkBurrowOut", 30441); DictSNOPower.Add("SandTornado_OnSpawn", 30448); DictSNOPower.Add("SandWasp_Projectile", 30449); DictSNOPower.Add("ScavengerBurrowIn", 30450); DictSNOPower.Add("ScavengerBurrowOut", 30451); DictSNOPower.Add("Scavenger_Leap", 1752); DictSNOPower.Add("Scoundrel_Anatomy", 30454); DictSNOPower.Add("Scoundrel_Bandage", 30455); DictSNOPower.Add("Scoundrel_CripplingShot", 95675); DictSNOPower.Add("Scoundrel_DirtyFighting", 97436); DictSNOPower.Add("Scoundrel_Hysteria", 200169); DictSNOPower.Add("Scoundrel_PoisonArrow", 30460); DictSNOPower.Add("Scoundrel_PowerShot", 95690); DictSNOPower.Add("Scoundrel_Ranged_Projectile", 99902); DictSNOPower.Add("Scoundrel_RunAway", 99904); DictSNOPower.Add("Scoundrel_Vanish", 30464); DictSNOPower.Add("ScrollBuff", 30469); DictSNOPower.Add("SelectingSkill", 217340); DictSNOPower.Add("SetItemBonusBuff", 123014); DictSNOPower.Add("SetMode_EscortFollow", 30471); DictSNOPower.Add("ShieldSkeleton_Shield", 30473); DictSNOPower.Add("Shrine_Call_Monster", 213187); DictSNOPower.Add("Shrine_Desecrated_Blessed", 30476); DictSNOPower.Add("Shrine_Desecrated_Enlightened", 30477); DictSNOPower.Add("Shrine_Desecrated_Fortune", 30478); DictSNOPower.Add("Shrine_Desecrated_Frenzied", 30479); DictSNOPower.Add("Shrine_Desecrated_Hoarder", 260348); DictSNOPower.Add("Shrine_Desecrated_Reloaded", 260349); DictSNOPower.Add("Shrine_Desecrated_treasureGoblin", 269350); DictSNOPower.Add("Shrine_Power_Blessed", 278268); DictSNOPower.Add("Shrine_Power_Enlightened", 278269); DictSNOPower.Add("Shrine_Power_Fortune", 278270); DictSNOPower.Add("Shrine_Power_Frenzied", 278271); DictSNOPower.Add("SidekickStatsBoostBuff", 377314); DictSNOPower.Add("SidekickWeaponDamageBoostBuff", 377413); DictSNOPower.Add("SiegebreakerDemon_Bite", 30482); DictSNOPower.Add("SiegebreakerDemon_Charge", 30484); DictSNOPower.Add("SiegebreakerDemon_ChargeNew", 182586); DictSNOPower.Add("SiegebreakerDemon_Grab", 30487); DictSNOPower.Add("SiegebreakerDemon_GrabToBite", 30488); DictSNOPower.Add("SiegebreakerDemon_LookAround", 1754); DictSNOPower.Add("SiegebreakerDemon_Mini_Charge", 30490); DictSNOPower.Add("SiegebreakerDemon_Pound", 30491); DictSNOPower.Add("SiegebreakerDemon_Roar", 228688); DictSNOPower.Add("SiegebreakerDemon_Stomp", 30492); DictSNOPower.Add("Siegebreaker_Enrage", 240529); DictSNOPower.Add("SiegeBreaker_ReflectsDamageCast", 376912); DictSNOPower.Add("SkeletonArcher_Projectile", 30495); DictSNOPower.Add("SkeletonKing_Cleave", 30504); DictSNOPower.Add("SkeletonKing_Summon_Skeleton", 30496); DictSNOPower.Add("SkeletonKing_Teleport", 79334); DictSNOPower.Add("SkeletonKing_Teleport_Away", 81504); DictSNOPower.Add("SkeletonKing_Whirlwind", 73824); DictSNOPower.Add("skeletonMage_Cold_projectile", 30497); DictSNOPower.Add("skeletonMage_Fire_AOE", 30498); DictSNOPower.Add("skeletonMage_Fire_projectile", 30499); DictSNOPower.Add("skeletonMage_Lightning_pierce", 30500); DictSNOPower.Add("skeletonMage_poison_death", 30501); DictSNOPower.Add("skeletonMage_Poison_pierce", 30502); DictSNOPower.Add("SkeletonSummoner_Projectile", 30503); DictSNOPower.Add("SkillOverrideStartedOrEnded", 221275); DictSNOPower.Add("SnakemanCaster_ElectricBurst", 30509); DictSNOPower.Add("Snakeman_MeleeStealth", 30512); DictSNOPower.Add("Snakeman_MeleeUnstealth", 30513); DictSNOPower.Add("SoaringAscend", 69743); DictSNOPower.Add("SoaringDescend", 54196); DictSNOPower.Add("SoulRipper_Despair_TongueLash", 226572); DictSNOPower.Add("SoulRipper_TongueLash", 145822); DictSNOPower.Add("SpiderQueen_VomitSpiders_Charge", 151219); DictSNOPower.Add("SpiderQueen_VomitSpiders_Vomit", 151516); DictSNOPower.Add("SpiderQueen_WebSpit", 151218); DictSNOPower.Add("Spider_SprintThroughObjectsTo", 137642); DictSNOPower.Add("Spider_Web_Immobolize", 30518); DictSNOPower.Add("Spider_Web_Slow", 76961); DictSNOPower.Add("Spider_Web_Slow_Spit", 76951); DictSNOPower.Add("SplashDamageProc", 376298); DictSNOPower.Add("SporeCloud", 30525); DictSNOPower.Add("StealthBuff", 30527); DictSNOPower.Add("StitchExplode", 30529); DictSNOPower.Add("StitchMeleeAlternate", 30530); DictSNOPower.Add("StitchPush", 30531); DictSNOPower.Add("Succubus_BloodStar", 120874); DictSNOPower.Add("Succubus_BloodStar_LR", 366103); DictSNOPower.Add("Succubus_Fly", 136508); DictSNOPower.Add("Succubus_Leap", 120875); DictSNOPower.Add("Suicide_Proc", 30538); DictSNOPower.Add("Suicide_Scripted", 369834); DictSNOPower.Add("Summoned", 30540); DictSNOPower.Add("Summoning_Machine_Summon", 117580); DictSNOPower.Add("Summon_Fallen_A_Unique01", 166154); DictSNOPower.Add("Summon_Fallen_OnSpawn", 30541); DictSNOPower.Add("Summon_Skeleton", 30543); DictSNOPower.Add("Summon_Skeleton_Jondar", 168212); DictSNOPower.Add("Summon_Skeleton_OnSpawn", 30545); DictSNOPower.Add("Summon_Skeleton_Orb", 30546); DictSNOPower.Add("Summon_Skeleton_Pillar", 1757); DictSNOPower.Add("Summon_Triune_Demon", 30547); DictSNOPower.Add("Summon_Zombie_Crawler", 30550); DictSNOPower.Add("Summon_Zombie_Vomit", 94734); DictSNOPower.Add("Swarm_death", 128729); DictSNOPower.Add("TarPitSlowOff", 67110); DictSNOPower.Add("TarPitSlowOn", 67106); DictSNOPower.Add("Taunted_Monster_Ranged_Projectile", 212952); DictSNOPower.Add("Taunted_Weapon_Melee_Instant", 212953); DictSNOPower.Add("TeleportToPlayer", 318242); DictSNOPower.Add("TeleportToPlayer_Cast", 371139); DictSNOPower.Add("TeleportToWaypoint", 349060); DictSNOPower.Add("TeleportToWaypoint_Cast", 371141); DictSNOPower.Add("Teleport_CheckPath_Passability", 290885); DictSNOPower.Add("Templar_Guardian", 30359); DictSNOPower.Add("Templar_Heal_110", 257640); DictSNOPower.Add("Templar_Inspire", 30356); DictSNOPower.Add("Templar_Intervene", 93938); DictSNOPower.Add("Templar_Intervene_Proc", 94008); DictSNOPower.Add("Templar_Intimidate", 93901); DictSNOPower.Add("Templar_Loyalty", 30357); DictSNOPower.Add("Templar_Melee_Instant", 230239); DictSNOPower.Add("Templar_Onslaught", 93888); DictSNOPower.Add("Templar_ShieldCharge", 30360); DictSNOPower.Add("TentacleHorse_A_Unique_01_Charge", 209509); DictSNOPower.Add("TerrorDemon_MeleeStrike", 123907); DictSNOPower.Add("TerrorDemon_ShadowPhase", 123935); DictSNOPower.Add("TerrorDemon_ShadowPhase_End", 123964); DictSNOPower.Add("Test_SpikeTrap_Ruins", 409416); DictSNOPower.Add("Thorns", 30554); DictSNOPower.Add("ThousandPounder_Knockback", 30557); DictSNOPower.Add("ThousandPounder_Melee", 439350); DictSNOPower.Add("tongue_prototype", 86990); DictSNOPower.Add("Trait_Barbarian_Fury", 30078); DictSNOPower.Add("Trait_Monk_Spirit", 52753); DictSNOPower.Add("Trait_Witchdoctor_ZombieDogSpawner_Passive", 109560); DictSNOPower.Add("TransformToActivatedTriune", 30563); DictSNOPower.Add("trDun_Cath_WallCollapse_Damage", 186216); DictSNOPower.Add("trDun_Cath_WallCollapse_Damage_offset", 227949); DictSNOPower.Add("TreasureGoblinPause", 54055); DictSNOPower.Add("TreasureGoblin_Anniversary_Escape", 434749); DictSNOPower.Add("TreasureGoblin_Anniversary_ThrowPortal", 434776); DictSNOPower.Add("TreasureGoblin_Escape", 105371); DictSNOPower.Add("TreasureGoblin_PlayAlertSound", 260595); DictSNOPower.Add("TreasureGoblin_Portal_In", 408659); DictSNOPower.Add("TreasureGoblin_ThrowPortal", 54836); DictSNOPower.Add("TreasureGoblin_ThrowPortal_Backup", 432643); DictSNOPower.Add("TreasureGoblin_ThrowPortal_Fast", 105665); DictSNOPower.Add("TreasureGoblin_UsePortal", 54866); DictSNOPower.Add("TriuneBerserker_Power_Hit", 30567); DictSNOPower.Add("TriuneSummoner_Projectile", 30570); DictSNOPower.Add("TriuneSummoner_Shield", 30571); DictSNOPower.Add("TriuneSummoner_SplitSummonCast", 30572); DictSNOPower.Add("TriuneVesselCharge", 30573); DictSNOPower.Add("TriuneVesselOverpower", 30574); DictSNOPower.Add("trOut_LogStack_Short_Damage", 186138); DictSNOPower.Add("trOut_LogStack_Trap", 100287); DictSNOPower.Add("trout_tristramfields_punji_trap_aoe", 91261); DictSNOPower.Add("trout_tristramfields_punji_trap_mirror_aoe", 95387); DictSNOPower.Add("UberDiablo_MirrorImage", 375929); DictSNOPower.Add("Uber_Despair_Melee_Cleave", 260844); DictSNOPower.Add("Uber_Despair_SummonMinion", 257950); DictSNOPower.Add("Uber_Despair_SummonMinion_Diablo", 375537); DictSNOPower.Add("Uber_Despair_Teleport", 260845); DictSNOPower.Add("Uber_Despair_TeleportEnrage_Diablo", 376039); DictSNOPower.Add("Uber_Despair_Volley", 260847); DictSNOPower.Add("Uber_Despair_Volley_Diablo", 376056); DictSNOPower.Add("Uber_Diablo_StompAndStun", 365978); DictSNOPower.Add("Uber_Gluttony_Breath_Attack", 260848); DictSNOPower.Add("Uber_Gluttony_Gas_Cloud", 260849); DictSNOPower.Add("Uber_Gluttony_Gas_Cloud_Diablo", 376396); DictSNOPower.Add("Uber_Gluttony_Loogiespawn", 257951); DictSNOPower.Add("Uber_Maghda_MothDust", 278341); DictSNOPower.Add("Uber_Maghda_Punish", 260976); DictSNOPower.Add("Uber_Maghda_Punish_Shielded", 260977); DictSNOPower.Add("Uber_Maghda_Summon_Beserker", 257952); DictSNOPower.Add("Uber_Maghda_Summon_Beserker_Diablo", 375493); DictSNOPower.Add("Uber_SiegebreakerDemon_Pound", 259946); DictSNOPower.Add("Uber_SiegebreakerDemon_Stomp", 258635); DictSNOPower.Add("Uber_SkeletonKing_Cleave", 258636); DictSNOPower.Add("Uber_SkeletonKing_Summon_Skeleton", 256110); DictSNOPower.Add("Uber_SkeletonKing_Summon_Skeleton_Diablo", 375473); DictSNOPower.Add("Uber_SkeletonKing_Whirlwind", 258637); DictSNOPower.Add("Uber_ZoltunKulle_CollapseCeiling", 260851); DictSNOPower.Add("Uber_ZoltunKulle_EnergyTwister", 260852); DictSNOPower.Add("Uber_ZoltunKulle_FieryBoulder", 260853); DictSNOPower.Add("Uber_ZoltunKulle_SlowTime", 259947); DictSNOPower.Add("Uber_ZoltunKulle_SlowTime_Diablo", 376043); DictSNOPower.Add("Uber_ZoltunKulle_Teleport", 258638); DictSNOPower.Add("UnburiedBoss_Cleave", 93715); DictSNOPower.Add("Unburied_Knockback", 30580); DictSNOPower.Add("Unburied_Melee_Attack", 30581); DictSNOPower.Add("Unburied_Wreckable_Attack", 202344); DictSNOPower.Add("UnholyShield", 122977); DictSNOPower.Add("UninterruptibleDuringBuff", 79486); DictSNOPower.Add("Unique_Monster_Earthquake_Prototype", 256059); DictSNOPower.Add("Unique_Monster_Generic_AOE_Nova", 270004); DictSNOPower.Add("Unique_Monster_Generic_AOE_RandomAroundOwner", 363519); DictSNOPower.Add("Unique_Monster_Generic_AOE_Targeted", 270040); DictSNOPower.Add("Unique_Monster_Generic_Projectile", 152540); DictSNOPower.Add("Unique_Monster_Generic_Projectile2", 359684); DictSNOPower.Add("Unique_Monster_Generic_Projectile_AllPlayers", 346247); DictSNOPower.Add("Unique_Monster_Generic_Summon", 270043); DictSNOPower.Add("Unique_Monster_Generic_Summon2", 359685); DictSNOPower.Add("Unique_Monster_IceTrail_Passive_Prototype", 260815); DictSNOPower.Add("Unique_Monster_TempestRush_Prototype", 256060); DictSNOPower.Add("UntargetableDuringBuff", 30582); DictSNOPower.Add("Urzael_StompAndStun", 361300); DictSNOPower.Add("UseArcaneGlyph", 165553); DictSNOPower.Add("UseDungeonStone", 220318); DictSNOPower.Add("UseHealthGlyph", 30584); DictSNOPower.Add("UseItem", 1759); DictSNOPower.Add("UseLootRunPortal", 389049); DictSNOPower.Add("UseLootRunProgressGlyph", 404128); DictSNOPower.Add("UseManaGlyph", 30585); DictSNOPower.Add("UseStoneOfRecall", 191590); DictSNOPower.Add("Walk", 30588); DictSNOPower.Add("WallMonsterSpawn", 143063); DictSNOPower.Add("WallMonsterSpawnSiegeBreaker", 316261); DictSNOPower.Add("Warp", 30589); DictSNOPower.Add("WarpInMagical", 132910); DictSNOPower.Add("waterloggedCorpse_Eel_Spawn", 57931); DictSNOPower.Add("waterloggedCorpse_Poison_Cloud", 57028); DictSNOPower.Add("waterTower_A_Oasis_caOut_Breakable_Damage", 396375); DictSNOPower.Add("Weapon_Melee_Instant", 30592); DictSNOPower.Add("Weapon_Melee_Instant_BothHand", 30593); DictSNOPower.Add("Weapon_Melee_Instant_CowKing", 368212); DictSNOPower.Add("Weapon_Melee_Instant_Freeze_Facing", 106087); DictSNOPower.Add("Weapon_Melee_Instant_OffHand", 30594); DictSNOPower.Add("Weapon_Melee_Instant_ShortEscape", 263041); DictSNOPower.Add("Weapon_Melee_Instant_Wreckables", 202345); DictSNOPower.Add("Weapon_Melee_NoClose", 70218); DictSNOPower.Add("Weapon_Melee_Obstruction", 30595); DictSNOPower.Add("Weapon_Melee_Reach_Instant", 30596); DictSNOPower.Add("Weapon_Melee_Reach_Instant_Freeze_Facing", 115624); DictSNOPower.Add("Weapon_Ranged_Instant", 30598); DictSNOPower.Add("Weapon_Ranged_Projectile", 30599); DictSNOPower.Add("Weapon_Ranged_Wand", 30601); DictSNOPower.Add("Witchdoctor_AcidCloud", 70455); DictSNOPower.Add("Witchdoctor_BigBadVoodoo", 117402); DictSNOPower.Add("Witchdoctor_CorpseSpider", 69866); DictSNOPower.Add("Witchdoctor_CorpseSpider_Leap", 107103); DictSNOPower.Add("Witchdoctor_FetishArmy", 72785); DictSNOPower.Add("Witchdoctor_FetishArmy_Hunter", 119166); DictSNOPower.Add("Witchdoctor_FetishArmy_Melee", 226690); DictSNOPower.Add("Witchdoctor_FetishArmy_PoisonDart", 429477); DictSNOPower.Add("Witchdoctor_FetishArmy_Shaman", 118442); DictSNOPower.Add("Witchdoctor_FetishSycophants_Melee", 435275); DictSNOPower.Add("Witchdoctor_Firebats", 105963); DictSNOPower.Add("Witchdoctor_Firebomb", 67567); DictSNOPower.Add("Witchdoctor_Gargantuan", 30624); DictSNOPower.Add("Witchdoctor_Gargantuan_Cleave", 121942); DictSNOPower.Add("Witchdoctor_Gargantuan_PoisonCloud", 308827); DictSNOPower.Add("Witchdoctor_Gargantuan_Slam", 121943); DictSNOPower.Add("Witchdoctor_Gargantuan_Smash", 186851); DictSNOPower.Add("Witchdoctor_GraspOfTheDead", 69182); DictSNOPower.Add("Witchdoctor_Haunt", 83602); DictSNOPower.Add("Witchdoctor_Hex", 30631); DictSNOPower.Add("Witchdoctor_Hex_ChickenWalk", 196974); DictSNOPower.Add("Witchdoctor_Hex_Explode", 188442); DictSNOPower.Add("Witchdoctor_Hex_Fetish", 107301); DictSNOPower.Add("Witchdoctor_Hex_Fetish_Heal", 107742); DictSNOPower.Add("Witchdoctor_Horrify", 67668); DictSNOPower.Add("Witchdoctor_Locust_Swarm", 69867); DictSNOPower.Add("Witchdoctor_MassConfusion", 67600); DictSNOPower.Add("Witchdoctor_Passive_BadMedicine", 217826); DictSNOPower.Add("Witchdoctor_Passive_BloodRitual", 208568); DictSNOPower.Add("Witchdoctor_Passive_CircleOfLife", 208571); DictSNOPower.Add("Witchdoctor_Passive_CreepingDeath", 340908); DictSNOPower.Add("Witchdoctor_Passive_FetishSycophants", 218588); DictSNOPower.Add("Witchdoctor_Passive_FierceLoyalty", 208639); DictSNOPower.Add("Witchdoctor_Passive_GraveInjustice", 218191); DictSNOPower.Add("Witchdoctor_Passive_GruesomeFeast", 208594); DictSNOPower.Add("Witchdoctor_Passive_JungleFortitude", 217968); DictSNOPower.Add("Witchdoctor_Passive_MidnightFeast", 340909); DictSNOPower.Add("Witchdoctor_Passive_PhysicalAttunement", 340910); DictSNOPower.Add("Witchdoctor_Passive_PierceTheVeil", 208628); DictSNOPower.Add("Witchdoctor_Passive_RushOfEssence", 208565); DictSNOPower.Add("Witchdoctor_Passive_SpiritualAttunement", 208569); DictSNOPower.Add("Witchdoctor_Passive_SpiritVessel", 218501); DictSNOPower.Add("Witchdoctor_Passive_TribalRites", 208601); DictSNOPower.Add("Witchdoctor_Passive_VisionQuest", 209041); DictSNOPower.Add("Witchdoctor_Passive_ZombieHandler", 208563); DictSNOPower.Add("Witchdoctor_Piranhas", 347265); DictSNOPower.Add("Witchdoctor_PlagueOfToads", 106465); DictSNOPower.Add("Witchdoctor_PlagueOfToads_BigToadAttack", 106592); DictSNOPower.Add("Witchdoctor_PlagueOfToads_BigToad_TongueSlap", 220908); DictSNOPower.Add("Witchdoctor_PoisonDart", 103181); DictSNOPower.Add("Witchdoctor_Sacrifice", 102572); DictSNOPower.Add("Witchdoctor_SoulHarvest", 67616); DictSNOPower.Add("Witchdoctor_SpiritBarrage", 108506); DictSNOPower.Add("Witchdoctor_SpiritBarrage_RuneC_AOE", 186471); DictSNOPower.Add("Witchdoctor_SpiritWalk", 106237); DictSNOPower.Add("Witchdoctor_SummonZombieDog", 102573); DictSNOPower.Add("Witchdoctor_WallOfZombies", 134837); DictSNOPower.Add("Witchdoctor_ZombieCharger", 74003); DictSNOPower.Add("Witchdoctor_ZombieDog_FireAoE", 309100); DictSNOPower.Add("Witchdoctor_ZombieDog_Melee", 226692); DictSNOPower.Add("Witchdoctor_ZombieDog_PoisonDoT", 310071); DictSNOPower.Add("Wizard_ArcaneOrb", 30668); DictSNOPower.Add("Wizard_ArcaneTorrent", 134456); DictSNOPower.Add("Wizard_ArcaneTorrent_RuneC_Mine", 165598); DictSNOPower.Add("Wizard_Archon", 134872); DictSNOPower.Add("Wizard_Archon_ArcaneBlast", 167355); DictSNOPower.Add("Wizard_Archon_ArcaneBlast_Cold", 392883); DictSNOPower.Add("Wizard_Archon_ArcaneBlast_Fire", 392884); DictSNOPower.Add("Wizard_Archon_ArcaneBlast_Lightning", 392885); DictSNOPower.Add("Wizard_Archon_ArcaneStrike", 135166); DictSNOPower.Add("Wizard_Archon_ArcaneStrike_Cold", 392886); DictSNOPower.Add("Wizard_Archon_ArcaneStrike_Fire", 392887); DictSNOPower.Add("Wizard_Archon_ArcaneStrike_Lightning", 392888); DictSNOPower.Add("Wizard_Archon_Cancel", 166616); DictSNOPower.Add("Wizard_Archon_DisintegrationWave", 135238); DictSNOPower.Add("Wizard_Archon_DisintegrationWave_Cold", 392889); DictSNOPower.Add("Wizard_Archon_DisintegrationWave_Fire", 392890); DictSNOPower.Add("Wizard_Archon_DisintegrationWave_Lightning", 392891); DictSNOPower.Add("Wizard_Archon_SlowTime", 135663); DictSNOPower.Add("Wizard_Archon_Teleport", 167648); DictSNOPower.Add("Wizard_Blizzard", 30680); DictSNOPower.Add("Wizard_DiamondSkin", 75599); DictSNOPower.Add("Wizard_Disintegrate", 91549); DictSNOPower.Add("Wizard_Electrocute", 1765); DictSNOPower.Add("Wizard_EnergyArmor", 86991); DictSNOPower.Add("Wizard_EnergyShield", 30708); DictSNOPower.Add("Wizard_EnergyTwister", 77113); DictSNOPower.Add("Wizard_ExplosiveBlast", 87525); DictSNOPower.Add("Wizard_Familiar", 99120); DictSNOPower.Add("Wizard_FrostNova", 30718); DictSNOPower.Add("Wizard_Hydra", 30725); DictSNOPower.Add("Wizard_Hydra_DefaultFire_Prototype", 77068); DictSNOPower.Add("Wizard_Hydra_RuneAcid_Prototype", 77066); DictSNOPower.Add("Wizard_Hydra_RuneArcane_Prototype", 77067); DictSNOPower.Add("Wizard_Hydra_RuneBig_Prototype", 84030); DictSNOPower.Add("Wizard_Hydra_RuneFire_Prototype", 77063); DictSNOPower.Add("Wizard_Hydra_RuneFrost_Prototype", 83040); DictSNOPower.Add("Wizard_Hydra_RuneLightning_Prototype", 77065); DictSNOPower.Add("Wizard_IceArmor", 73223); DictSNOPower.Add("Wizard_MagicMissile", 30744); DictSNOPower.Add("Wizard_MagicMissile_Count", 30745); DictSNOPower.Add("Wizard_MagicMissile_Damage", 30746); DictSNOPower.Add("Wizard_MagicMissile_Speed", 30748); DictSNOPower.Add("Wizard_MagicWeapon", 76108); DictSNOPower.Add("Wizard_Meteor", 69190); DictSNOPower.Add("Wizard_MirrorImage", 98027); DictSNOPower.Add("Wizard_Passive_ArcaneDynamo", 208823); DictSNOPower.Add("Wizard_Passive_AstralPresence", 208472); DictSNOPower.Add("Wizard_Passive_Blur", 208468); DictSNOPower.Add("Wizard_Passive_ColdBlooded", 226301); DictSNOPower.Add("Wizard_Passive_Conflagration", 218044); DictSNOPower.Add("Wizard_Passive_Evocation", 208473); DictSNOPower.Add("Wizard_Passive_GalvanizingWard", 208541); DictSNOPower.Add("Wizard_Passive_GlassCannon", 208471); DictSNOPower.Add("Wizard_Passive_Illusionist", 208547); DictSNOPower.Add("Wizard_Passive_Paralysis", 226348); DictSNOPower.Add("Wizard_Passive_PowerHungry", 208478); DictSNOPower.Add("Wizard_Passive_Prodigy", 208493); DictSNOPower.Add("Wizard_Passive_TemporalFlux", 208477); DictSNOPower.Add("Wizard_Passive_UnstableAnomaly", 208474); DictSNOPower.Add("Wizard_RayOfFrost", 93395); DictSNOPower.Add("Wizard_ShockPulse", 30783); DictSNOPower.Add("Wizard_SlowTime", 1769); DictSNOPower.Add("Wizard_SpectralBlade", 71548); DictSNOPower.Add("Wizard_StormArmor", 74499); DictSNOPower.Add("Wizard_Teleport", 168344); DictSNOPower.Add("Wizard_WaveOfForce", 30796); DictSNOPower.Add("WoDFlagBuff", 375412); DictSNOPower.Add("WoodWraithSummonSpores", 30800); DictSNOPower.Add("WorldCreatingBuff", 223604); DictSNOPower.Add("x1_Abattoir_furnaceSpinner", 354796); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_Event", 359960); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_Event_Phase1", 375458); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_Event_Phase2", 375462); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_Event_Phase3", 375499); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise", 354856); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise_Event", 355457); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise_Event_Phase1", 377631); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise_Event_Phase2", 377636); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise_Event_Phase3", 377641); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_fireBeam_counterClockwise", 354884); DictSNOPower.Add("x1_Abattoir_furnaceSpinner_fireBeam_counterClockwise_Event", 355458); DictSNOPower.Add("x1_Abattoir_furnaceWall", 355369); DictSNOPower.Add("x1_abattoir_furnace_01", 324819); DictSNOPower.Add("x1_Adria_Arena_FloorPanelFire", 290708); DictSNOPower.Add("x1_Adria_Arena_FloorPanelStart", 298181); DictSNOPower.Add("X1_Adria_Boss_Arena_Gas_Off0", 340805); DictSNOPower.Add("X1_Adria_Boss_Arena_Gas_Off1", 340806); DictSNOPower.Add("X1_Adria_Boss_Arena_Gas_On0", 340804); DictSNOPower.Add("X1_Adria_Boss_Arena_Gas_On1", 340807); DictSNOPower.Add("x1_Adria_CauldronSpawner_Activate", 330791); DictSNOPower.Add("x1_Adria_CauldronSpawner_InitialPoolsBuff", 358590); DictSNOPower.Add("x1_Adria_CauldronSpawner_LifetimeBuff", 330783); DictSNOPower.Add("x1_Adria_CauldronSpawner_RoomPools", 355825); DictSNOPower.Add("x1_Adria_CauldronSpawner_RoomPoolsInner", 355826); DictSNOPower.Add("x1_Adria_CauldronSpawner_RoomPoolsOuter", 355827); DictSNOPower.Add("x1_Adria_DelayedTeleport_Attack", 293152); DictSNOPower.Add("x1_Adria_DelayedTeleport_CauldronActivate", 362989); DictSNOPower.Add("x1_Adria_DelayedTeleport_Start", 293151); DictSNOPower.Add("x1_Adria_JumpBack", 284247); DictSNOPower.Add("x1_Adria_PhaseOne_AIState", 360204); DictSNOPower.Add("x1_Adria_PhaseTwo_AIState", 360205); DictSNOPower.Add("x1_Adria_ScriptedSequence180Turn", 365720); DictSNOPower.Add("x1_Adria_SpitAtPlayer", 359746); DictSNOPower.Add("x1_Adria_WingSweep_Left", 354328); DictSNOPower.Add("x1_Adria_WingSweep_Right", 354340); DictSNOPower.Add("X1_armorScavenger_AsteroidRain", 341833); DictSNOPower.Add("x1_armorScavenger_buff", 271621); DictSNOPower.Add("x1_armorScavenger_BurrowIn", 273462); DictSNOPower.Add("x1_armorScavenger_BurrowOut", 271740); DictSNOPower.Add("x1_armorScavenger_PreBurrow", 322380); DictSNOPower.Add("X1_Asteroid_Basic", 330593); DictSNOPower.Add("X1_Asteroid_Basic_Small", 442208); DictSNOPower.Add("X1_Asteroid_Pool", 330129); DictSNOPower.Add("X1_Asteroid_Spawn", 292865); DictSNOPower.Add("X1_Barbarian_AncientSpear", 377453); DictSNOPower.Add("X1_Barbarian_Avalanche_v2", 353447); DictSNOPower.Add("X1_Barbarian_Avalanche_v2_Passive", 353458); DictSNOPower.Add("X1_Barbarian_Passive_EarthenMight", 361661); DictSNOPower.Add("X1_Barbarian_Passive_Rampage", 296572); DictSNOPower.Add("X1_Barbarian_Passive_SwordAndBoard", 340877); DictSNOPower.Add("X1_Barbarian_WarCry_v2", 375483); DictSNOPower.Add("X1_Barbarian_WeaponThrow", 377452); DictSNOPower.Add("X1_Bloodhawk_Event_BallistaBoss_FuriousCharge", 364196); DictSNOPower.Add("x1_BogBlight_BurrowIn", 276820); DictSNOPower.Add("x1_BogBlight_BurrowOut", 276843); DictSNOPower.Add("x1_BogBlight_PustuleDeath", 341714); DictSNOPower.Add("x1_BogBlight_PustuleSpawn", 234556); DictSNOPower.Add("x1_BogBlight_PustuleSpawn_Con", 399284); DictSNOPower.Add("x1_BogFamily_Brute_Charge", 238930); DictSNOPower.Add("x1_BogFamily_Brute_Shout", 239018); DictSNOPower.Add("x1_BogFamily_Brute_SummonMeleeAction", 247961); DictSNOPower.Add("x1_BogFamily_Brute_SummonMeleeAction_Unique", 355511); DictSNOPower.Add("x1_BogFamily_Brute_ThrowDude", 238965); DictSNOPower.Add("x1_BogFamily_Melee_Transform", 338049); DictSNOPower.Add("x1_BogFamily_Ranged_BearTrap", 239743); DictSNOPower.Add("x1_BogFamily_Ranged_BearTrapFromTower", 340026); DictSNOPower.Add("x1_BogFamily_Ranged_BearTrapFromTowerReturnToFacing", 340041); DictSNOPower.Add("x1_BogFamily_Ranged_RapidShot", 336527); DictSNOPower.Add("x1_BogFamily_Ranged_RapidShotFromTower", 339985); DictSNOPower.Add("x1_BogFamily_Ranged_RapidShotFromTowerReturnToFacing", 339986); DictSNOPower.Add("x1_bog_bearTrap", 237495); DictSNOPower.Add("x1_Bog_BearTrap_Trigger", 376509); DictSNOPower.Add("x1_Bog_BogWater", 335458); DictSNOPower.Add("x1_Bog_BogWater_large", 335795); DictSNOPower.Add("x1_Bog_BogWater_medium", 335789); DictSNOPower.Add("X1_Bog_Family_Guard_Tower_Setup", 339982); DictSNOPower.Add("X1_Bog_KingOfTheHill_Leap", 288754); DictSNOPower.Add("x1_Bog_Plant_explodeKnockback", 234539); DictSNOPower.Add("x1_Catacombs_Door_A_onDeath", 263272); DictSNOPower.Add("x1_Catacombs_Floor_Runes_A_onDeath", 267289); DictSNOPower.Add("x1_Catacombs_Spirit_Totem_activate", 345943); DictSNOPower.Add("x1_Cesspool_Slime_Posion_Attack", 301930); DictSNOPower.Add("x1_Challenge_Buff_Immune_Stun", 299410); DictSNOPower.Add("X1_Challenge_Lure_SupersizeLure", 346299); DictSNOPower.Add("x1_CrazedAngelArcher_FireArrow", 366438); DictSNOPower.Add("X1_Crusader_AkaratsChampion", 269032); DictSNOPower.Add("X1_Crusader_BlessedHammer", 266766); DictSNOPower.Add("X1_Crusader_BlessedShield", 266951); DictSNOPower.Add("X1_Crusader_Bombardment", 284876); DictSNOPower.Add("X1_Crusader_Condemn", 266627); DictSNOPower.Add("X1_Crusader_Consecration", 273941); DictSNOPower.Add("X1_Crusader_CrushingResolve", 267818); DictSNOPower.Add("X1_Crusader_FallingSword", 239137); DictSNOPower.Add("X1_Crusader_FistOfTheHeavens", 239218); DictSNOPower.Add("X1_Crusader_HeavensFury3", 316014); DictSNOPower.Add("X1_Crusader_IronSkin", 291804); DictSNOPower.Add("X1_Crusader_Judgment", 267600); DictSNOPower.Add("X1_Crusader_Justice", 325216); DictSNOPower.Add("X1_Crusader_LawsOfFate", 290960); DictSNOPower.Add("X1_Crusader_LawsOfFate_Passive", 323371); DictSNOPower.Add("X1_Crusader_LawsOfHope", 290912); DictSNOPower.Add("X1_Crusader_LawsOfHope2", 342279); DictSNOPower.Add("X1_Crusader_LawsOfHope_Passive", 323370); DictSNOPower.Add("X1_Crusader_LawsOfHope_Passive2", 342299); DictSNOPower.Add("X1_Crusader_LawsOfJustice", 266722); DictSNOPower.Add("X1_Crusader_LawsOfJustice2", 342280); DictSNOPower.Add("X1_Crusader_LawsOfJustice_Passive", 323386); DictSNOPower.Add("X1_Crusader_LawsOfJustice_Passive2", 342286); DictSNOPower.Add("X1_Crusader_LawsOfValor", 290946); DictSNOPower.Add("X1_Crusader_LawsOfValor2", 342281); DictSNOPower.Add("X1_Crusader_LawsOfValor_Passive", 323387); DictSNOPower.Add("X1_Crusader_LawsOfValor_Passive2", 342284); DictSNOPower.Add("X1_Crusader_Passive_Blunt", 348773); DictSNOPower.Add("X1_Crusader_Passive_DivineFortress", 356176); DictSNOPower.Add("X1_Crusader_Passive_Fervor", 357218); DictSNOPower.Add("X1_Crusader_Passive_Finery", 311629); DictSNOPower.Add("X1_Crusader_Passive_HeavenlyStrength", 286177); DictSNOPower.Add("X1_Crusader_Passive_HoldYourGround", 302500); DictSNOPower.Add("X1_Crusader_Passive_HolyCause", 310804); DictSNOPower.Add("X1_Crusader_Passive_Indestructible", 309830); DictSNOPower.Add("X1_Crusader_Passive_Insurmountable", 310640); DictSNOPower.Add("X1_Crusader_Passive_IronMaiden", 310783); DictSNOPower.Add("X1_Crusader_Passive_LongArmOfTheLaw", 310678); DictSNOPower.Add("X1_Crusader_Passive_LordCommander", 348741); DictSNOPower.Add("X1_Crusader_Passive_NephalemMajesty", 357269); DictSNOPower.Add("X1_Crusader_Passive_Renewal", 356173); DictSNOPower.Add("X1_Crusader_Passive_Righteousness", 356147); DictSNOPower.Add("X1_Crusader_Passive_ToweringShield", 356052); DictSNOPower.Add("X1_Crusader_Passive_Vigilant", 310626); DictSNOPower.Add("X1_Crusader_Passive_Wrathful", 310775); DictSNOPower.Add("x1_Crusader_Phalanx3", 330729); DictSNOPower.Add("x1_Crusader_PhalanxArcher_Ranged_Projectile", 369807); DictSNOPower.Add("X1_Crusader_Phalanx_Basic_Melee", 375866); DictSNOPower.Add("X1_Crusader_Provoke", 290545); DictSNOPower.Add("X1_Crusader_Punish", 285903); DictSNOPower.Add("X1_Crusader_ShieldBash2", 353492); DictSNOPower.Add("X1_Crusader_ShieldGlare", 268530); DictSNOPower.Add("X1_Crusader_Slash", 289243); DictSNOPower.Add("X1_Crusader_Smite", 286510); DictSNOPower.Add("X1_Crusader_SteedCharge", 243853); DictSNOPower.Add("X1_Crusader_SweepAttack", 239042); DictSNOPower.Add("x1_DarkAngel_Death", 363569); DictSNOPower.Add("x1_DarkAngel_SoulRush", 335991); DictSNOPower.Add("x1_DarkAngel_Summon", 342349); DictSNOPower.Add("x1_deathMaiden_PowerSlam_LR_Boss", 366275); DictSNOPower.Add("x1_deathMaiden_PowerSlam_Prototype", 254440); DictSNOPower.Add("x1_deathMaiden_Spin_Attack_Mortar_LR_Boss", 366276); DictSNOPower.Add("x1_deathMaiden_Spin_Attack_Prototype", 253326); DictSNOPower.Add("x1_deathMaiden_Summon_prototype", 253328); DictSNOPower.Add("x1_deathMaiden_Summon_prototype_extraskeletons", 369862); DictSNOPower.Add("x1_DeathMaiden_Unique_Fire_AbattoirFurnace_FireWreath", 376562); DictSNOPower.Add("X1_DemonHunter_Companion", 365311); DictSNOPower.Add("x1_DemonHunter_Companion_Passive", 365312); DictSNOPower.Add("X1_DemonHunter_EntanglingShot", 361936); DictSNOPower.Add("X1_DemonHunter_EvasiveFire", 377450); DictSNOPower.Add("X1_DemonHunter_Passive_Ambush", 352920); DictSNOPower.Add("X1_DemonHunter_Passive_Awareness", 324770); DictSNOPower.Add("X1_DemonHunter_Passive_Leech", 439525); DictSNOPower.Add("X1_DemonHunter_Passive_SingleOut", 338859); DictSNOPower.Add("X1_DemonHunter_Vengeance", 302846); DictSNOPower.Add("x1_Detonate_DOT_Buffs", 363984); DictSNOPower.Add("X1_DH_Companion_Boar_Intervene", 368154); DictSNOPower.Add("x1_FloaterAngel_LightningBeam", 340186); DictSNOPower.Add("x1_FloaterAngel_LightningBeam_Malthael", 359519); DictSNOPower.Add("x1_FloaterAngel_Teleport", 340168); DictSNOPower.Add("x1_FloaterAngel_Transform", 340083); DictSNOPower.Add("x1_FloaterAngel_Transform_Malthael", 357811); DictSNOPower.Add("X1_FortressB_Visuals", 343407); DictSNOPower.Add("X1_Fortress_JudgeEvent_SpawnKnockback", 334740); DictSNOPower.Add("x1_Fortress_Portal_Switch", 360496); DictSNOPower.Add("X1_Fortress_Portal_Switch_CheckMonsters", 361425); DictSNOPower.Add("X1_Fortress_Portal_Switch_TeleportMonster", 361488); DictSNOPower.Add("x1_Fortress_Rotating_Door", 330641); DictSNOPower.Add("X1_Generic_Break_Walls_Buff", 377827); DictSNOPower.Add("x1_GhostWalkThroughWalls", 299066); DictSNOPower.Add("x1_Ghost_Dark_SoulSiphon", 346580); DictSNOPower.Add("x1_Ghost_SoulSiphon", 298686); DictSNOPower.Add("x1_Ghost_SoulSiphon_Fire", 346561); DictSNOPower.Add("x1_Greed_Death", 392702); DictSNOPower.Add("x1_Greed_Death_Ancient", 483116); DictSNOPower.Add("x1_ImperiusWingsBuff", 378346); DictSNOPower.Add("x1_Imperius_Cleave", 293555); DictSNOPower.Add("X1_Imperius_EnemyOrNothing", 345327); DictSNOPower.Add("x1_Imperius_LeapSmash", 293355); DictSNOPower.Add("X1_Kyla_cheer", 315456); DictSNOPower.Add("X1_Kyla_falldownanimation", 315448); DictSNOPower.Add("X1_Kyla_shieldup", 315450); DictSNOPower.Add("X1_LegendaryGenericPotionPowerup", 342078); DictSNOPower.Add("X1_Legendary_AI_RunTo_Guaranteed_Spider", 439849); DictSNOPower.Add("X1_Legendary_Potion_06", 344094); DictSNOPower.Add("X1_Legendary_Potion_07", 405166); DictSNOPower.Add("X1_Legendary_Potion_08", 428812); DictSNOPower.Add("X1_Legendary_Potion_09", 434626); DictSNOPower.Add("X1_Legendary_Potion_10", 451310); DictSNOPower.Add("X1_Legendary_Potion_11", 483315); DictSNOPower.Add("X1_LifetimeBuff_AbsorbNonPlayerDamage", 327306); DictSNOPower.Add("X1_LR_Boss_BigRed_Izual_FrostNova", 354164); DictSNOPower.Add("x1_LR_Boss_Butcher_Spears", 416435); DictSNOPower.Add("x1_LR_Boss_DarkAngel_SoulRush", 366520); DictSNOPower.Add("x1_LR_Boss_DarkAngel_Summon", 366525); DictSNOPower.Add("x1_LR_Boss_DarkAngel_Wave", 369463); DictSNOPower.Add("X1_LR_Boss_demonFlyerMega_FireBreath", 354687); DictSNOPower.Add("X1_LR_Boss_ExpandingFireRing", 374236); DictSNOPower.Add("X1_LR_Boss_FireNova", 367112); DictSNOPower.Add("X1_LR_Boss_Generic_Taunt", 374471); DictSNOPower.Add("X1_LR_Boss_MorluSpellcaster_Meteor", 374569); DictSNOPower.Add("x1_LR_Boss_morluSpellcaster_Weapon_Melee_Instant", 428903); DictSNOPower.Add("X1_LR_Boss_RatKing_BurrowSetup", 427151); DictSNOPower.Add("X1_LR_Boss_RatKing_DeadPlayerTaunt", 428491); DictSNOPower.Add("X1_LR_Boss_RatKing_DeadPlayerTauntSearch", 428492); DictSNOPower.Add("X1_LR_Boss_RatKing_OnDeath", 427689); DictSNOPower.Add("x1_LR_Boss_Sandmonster_OnDeath", 439911); DictSNOPower.Add("x1_LR_Boss_SharedCooldown", 367289); DictSNOPower.Add("X1_LR_Boss_SkeletonKing_Summon_Skeleton", 373204); DictSNOPower.Add("X1_LR_Boss_SkeletonKing_Whirlwind", 375515); DictSNOPower.Add("X1_LR_Boss_SkeletonSummoner_Projectile", 359186); DictSNOPower.Add("X1_LR_Boss_SkeletonSummoner_Projectile_B", 369518); DictSNOPower.Add("X1_LR_Boss_SkeletonSummoner_Projectile_C", 369519); DictSNOPower.Add("x1_LR_Boss_SkeletonSummoner_Summoning", 365266); DictSNOPower.Add("X1_LR_Boss_Succubus_Firestorm", 374493); DictSNOPower.Add("X1_LR_Boss_Summon_CoreElites", 445693); DictSNOPower.Add("X1_LR_CreepMob_Herding_Attack", 429291); DictSNOPower.Add("X1_LR_CreepMob_Multiple_Arm_Attack", 309921); DictSNOPower.Add("X1_LR_CreepMob_Ranged_Arm_Line_Attack", 429077); DictSNOPower.Add("x1_Malthael_Baal_AIState", 328714); DictSNOPower.Add("x1_Malthael_Baal_FesteringAppendage_Melee", 330055); DictSNOPower.Add("x1_Malthael_Baal_Hoarfrost", 324846); DictSNOPower.Add("x1_Malthael_Baal_Rift", 330084); DictSNOPower.Add("x1_Malthael_Baal_SummonFesteringAppendages", 330063); DictSNOPower.Add("x1_Malthael_DeathFogMonster_Setup", 325140); DictSNOPower.Add("x1_Malthael_Diablo_AIState", 328715); DictSNOPower.Add("x1_Malthael_Diablo_TeleportFireNovaLightning", 334760); DictSNOPower.Add("X1_Malthael_DrainSoul", 327766); DictSNOPower.Add("x1_Malthael_HealthGlobeDropper", 340819); DictSNOPower.Add("x1_Malthael_Mephisto_AIState", 328712); DictSNOPower.Add("x1_Malthael_Mephisto_PoisonCloud", 330366); DictSNOPower.Add("x1_Malthael_Mephisto_SkullMissile", 323604); DictSNOPower.Add("x1_Malthael_Mephisto_SpawnInvisLightningProxies", 354617); DictSNOPower.Add("x1_Malthael_Mephisto_SpiralLightning_Inward", 358059); DictSNOPower.Add("x1_Malthael_Mephisto_SummonRotatingLightning", 348226); DictSNOPower.Add("x1_Malthael_Mephisto_TeleportExplodeOrbs", 347681); DictSNOPower.Add("x1_Malthael_OnDeath", 371010); DictSNOPower.Add("x1_Malthael_PhaseOne_AIState", 330358); DictSNOPower.Add("x1_Malthael_PhaseThree_AIState", 367300); DictSNOPower.Add("x1_Malthael_PhaseTwo_AIState", 330360); DictSNOPower.Add("X1_Malthael_SickleThrowTeleport", 327847); DictSNOPower.Add("x1_Malthael_Spirit_Death", 360885); DictSNOPower.Add("x1_Malthael_Spirit_Fog", 362756); DictSNOPower.Add("X1_Malthael_SummonDeathFogMonster", 325184); DictSNOPower.Add("X1_Malthael_SummonFloaterAngel", 354045); DictSNOPower.Add("x1_Malthael_SwordShieldStart", 325648); DictSNOPower.Add("x1_Malthael_SwordShieldStop", 325649); DictSNOPower.Add("x1_MoleMutantEnragedCombo", 350022); DictSNOPower.Add("x1_MoleMutant_Ranged_JumpBack_Shot", 354881); DictSNOPower.Add("x1_MoleMutant_Ranged_Projectile", 349044); DictSNOPower.Add("x1_MoleMutant_Shaman_Blast", 349528); DictSNOPower.Add("x1_MoleMutant_Shaman_Resurrect", 350639); DictSNOPower.Add("X1_Monk_DashingStrike", 312736); DictSNOPower.Add("X1_Monk_Epiphany", 312307); DictSNOPower.Add("X1_Monk_InnerSanctuary", 317076); DictSNOPower.Add("X1_Monk_MantraOfConviction_v2", 375088); DictSNOPower.Add("X1_Monk_MantraOfConviction_v2_Passive", 375089); DictSNOPower.Add("X1_Monk_MantraOfEvasion_v2", 375049); DictSNOPower.Add("X1_Monk_MantraOfEvasion_v2_Passive", 375050); DictSNOPower.Add("X1_Monk_MantraOfHealing_v2", 373143); DictSNOPower.Add("X1_Monk_MantraOfHealing_v2_Passive", 373154); DictSNOPower.Add("X1_Monk_MantraOfRetribution_v2", 375082); DictSNOPower.Add("X1_Monk_MantraOfRetribution_v2_Passive", 375083); DictSNOPower.Add("X1_Monk_MysticAlly_RuneA_Explode", 363878); DictSNOPower.Add("X1_Monk_MysticAlly_RuneA_TagForExplosion", 363876); DictSNOPower.Add("X1_Monk_MysticAlly_v2", 362102); DictSNOPower.Add("X1_Monk_MysticAlly_v2_Passive", 362118); DictSNOPower.Add("X1_Monk_Passive_Momentum", 341559); DictSNOPower.Add("X1_Monk_Passive_MythicRhythm", 315271); DictSNOPower.Add("X1_Monk_Passive_Unity", 368899); DictSNOPower.Add("X1_MonsterAffix_Avenger_CorpseBomberRare", 384623); DictSNOPower.Add("X1_MonsterAffix_Avenger_CorpseBomberRareCast", 384624); DictSNOPower.Add("X1_MonsterAffix_Avenger_LightningStorm", 384628); DictSNOPower.Add("X1_MonsterAffix_Avenger_LightningStormCast", 384630); DictSNOPower.Add("X1_MonsterAffix_Avenger_Orbiter", 384570); DictSNOPower.Add("X1_MonsterAffix_Avenger_OrbiterCast", 384571); DictSNOPower.Add("X1_MonsterAffix_CorpseBomber", 308319); DictSNOPower.Add("X1_MonsterAffix_CorpseBomberCast", 308318); DictSNOPower.Add("X1_MonsterAffix_CorpseBomberRare", 309247); DictSNOPower.Add("X1_MonsterAffix_CorpseBomberRareCast", 309248); DictSNOPower.Add("X1_MonsterAffix_LightningStorm", 328052); DictSNOPower.Add("X1_MonsterAffix_LightningStormCast", 328053); DictSNOPower.Add("X1_MonsterAffix_LightningStormChampion", 349751); DictSNOPower.Add("x1_MonsterAffix_LightningStorm_AI_Close", 332756); DictSNOPower.Add("X1_MonsterAffix_LightningStorm_KillSelf", 349748); DictSNOPower.Add("X1_MonsterAffix_LightningStorm_Pulse", 348532); DictSNOPower.Add("X1_MonsterAffix_LightningStorm_TagTarget", 332683); DictSNOPower.Add("X1_MonsterAffix_Orbiter", 343528); DictSNOPower.Add("X1_MonsterAffix_OrbiterCast", 343527); DictSNOPower.Add("X1_MonsterAffix_OrbiterChampion", 345214); DictSNOPower.Add("X1_MonsterAffix_OrbiterChampionCast", 345215); DictSNOPower.Add("X1_MonsterAffix_TeleportMines", 337106); DictSNOPower.Add("X1_MonsterAffix_TeleportMinesCast", 337107); DictSNOPower.Add("X1_NegativeHealthGlobe_Flash", 334807); DictSNOPower.Add("x1_NightScreamer_AllyBiteTransform", 338025); DictSNOPower.Add("x1_NightScreamer_CanTransform", 338114); DictSNOPower.Add("X1_NightScreamer_FuriousCharge", 322542); DictSNOPower.Add("x1_NightScreamer_ScreamAttack", 324956); DictSNOPower.Add("x1_NPC_Westmarch_Aldritch_CrushingResolve", 367807); DictSNOPower.Add("X1_pandemonium_ideation_timeStopBuff", 300679); DictSNOPower.Add("x1_PandExt_Collapsing_Pillar", 322467); DictSNOPower.Add("x1_PandExt_ideation_bacon_beaconOnDeath", 300721); DictSNOPower.Add("x1_pandExt_Ranged_Prototype", 272299); DictSNOPower.Add("x1_pandExt_Ranged_Prototype_StrafeLeft", 323070); DictSNOPower.Add("x1_pandExt_Ranged_Prototype_StrafeRight", 323071); DictSNOPower.Add("X1_PandExt_TimeTrap", 347846); DictSNOPower.Add("X1_PandInt_SplitMonster_merge", 276351); DictSNOPower.Add("X1_PandInt_SplitMonster_split", 276298); DictSNOPower.Add("x1_Pand_Brute_Decapitate_Slide", 329848); DictSNOPower.Add("x1_Pand_Ext_Event_greatWeapon_bossSuckIn", 360331); DictSNOPower.Add("x1_Pand_Ext_Event_greatWeapon_fireEnergyPulses", 361400); DictSNOPower.Add("x1_Pand_Ext_Event_greatWeapon_summonBoss", 358496); DictSNOPower.Add("x1_Pand_Ext_Event_greatWeapon_summonMonsters", 357034); DictSNOPower.Add("x1_Pand_Ext_ImperiusCharge_towers_chains", 364483); DictSNOPower.Add("x1_Pand_Ext_ImperiusCharge_Towers_Setup", 365313); DictSNOPower.Add("X1_Pand_Ext_Ram_Knockback", 323354); DictSNOPower.Add("X1_Pand_Fortress_Ordnance_ChronoField", 321861); DictSNOPower.Add("X1_Pand_Fortress_Ordnance_Mine", 321168); DictSNOPower.Add("X1_Pand_Fortress_Ordnance_Shocker", 321860); DictSNOPower.Add("X1_Pand_HexMaze_PortalChampSummon", 347156); DictSNOPower.Add("x1_Pand_LeaperAngel_Leap", 277005); DictSNOPower.Add("x1_Pand_Maze_PortalTest_Power", 270752); DictSNOPower.Add("x1_Pand_Maze_PortalTest_Power_Bloone", 374755); DictSNOPower.Add("x1_Pand_Maze_PortalTest_Power_Borgoth", 374759); DictSNOPower.Add("x1_Pand_Maze_PortalTest_Power_Grotescor", 374763); DictSNOPower.Add("x1_Pand_Maze_PortalTest_Power_Haziael", 374767); DictSNOPower.Add("x1_Pand_Maze_PortalTest_Power_Magrethar", 374771); DictSNOPower.Add("x1_Pand_Maze_PortalTest_Power_Severag", 374775); DictSNOPower.Add("x1_Pand_Rockworm_BurstOut", 330626); DictSNOPower.Add("x1_Pand_SniperAngel_closeRangedAttack", 279220); DictSNOPower.Add("x1_Pand_SniperAngel_closeRangedAttack_LR_Boss", 375514); DictSNOPower.Add("x1_Pand_SniperAngel_rangedAttack", 274493); DictSNOPower.Add("x1_Pand_SniperAngel_rangedAttack_LR_Boss", 365321); DictSNOPower.Add("X1_Passive_BountyScroll", 356461); DictSNOPower.Add("X1_Passive_BountyScroll_BeastDamage", 375252); DictSNOPower.Add("X1_Passive_BountyScroll_BossDamage", 366183); DictSNOPower.Add("X1_Passive_BountyScroll_DemonDamage", 375246); DictSNOPower.Add("X1_Passive_BountyScroll_EliteDamage", 359128); DictSNOPower.Add("X1_Passive_BountyScroll_Experience", 356462); DictSNOPower.Add("X1_Passive_BountyScroll_LifeRegen", 377214); DictSNOPower.Add("X1_Passive_BountyScroll_RunSpeed", 375263); DictSNOPower.Add("X1_Passive_BountyScroll_UndeadDamage", 375248); DictSNOPower.Add("X1_Plagued_LacuniMale_Summon", 357878); DictSNOPower.Add("x1_Plagued_Lacuni_SpecialMelee", 359826); DictSNOPower.Add("x1_portalGuardianMinion_projectile", 302416); DictSNOPower.Add("x1_PortalGuardian_Turning", 334633); DictSNOPower.Add("x1_PortalMonster_BurrowIn", 270783); DictSNOPower.Add("x1_PortalMonster_BurrowOut", 270782); DictSNOPower.Add("x1_PortalMonster_LifetimeBuff", 270784); DictSNOPower.Add("X1_PortalMonster_PortalSummon", 325081); DictSNOPower.Add("X1_PortalMonster_RoarSummon", 330047); DictSNOPower.Add("X1_PortalMonster_Stomp", 279029); DictSNOPower.Add("x1_PortalMonster_Swipe", 323805); DictSNOPower.Add("x1_RockFodder_Charge", 271815); DictSNOPower.Add("X1_RockFodder_FuriousCharge", 322494); DictSNOPower.Add("X1_RockFodder_FuriousCharge_RockHive_Queen", 371040); DictSNOPower.Add("x1_RockFodder_Tumble", 327540); DictSNOPower.Add("x1_rockworm_pand_projectile", 323210); DictSNOPower.Add("X1_Sandmonster_pet_Weapon_Melee_Instant", 439832); DictSNOPower.Add("X1_Sandmonster_Weapon_Melee_Instant", 377188); DictSNOPower.Add("x1_ScaryEyes_BurrowInHidden", 246451); DictSNOPower.Add("x1_ScaryEyes_BurrowOut", 246453); DictSNOPower.Add("x1_ScaryEyes_charge", 254946); DictSNOPower.Add("X1_Scoundrel_Multishot", 365395); DictSNOPower.Add("X1_Scoundrel_Multishot_Passive", 366585); DictSNOPower.Add("X1_ShardPassive_FakeGlobes", 333071); DictSNOPower.Add("X1_ShardPassive_MinResource", 333072); DictSNOPower.Add("x1_SkeletonArcher_FireArrow", 300136); DictSNOPower.Add("x1_SkeletonArcher_FireArrowBackpedal", 313920); DictSNOPower.Add("x1_Skeleton_Stab", 315052); DictSNOPower.Add("x1_Skeleton_Strafe", 314835); DictSNOPower.Add("X1_Snitchley_TreasureGoblin_Escape", 375703); DictSNOPower.Add("X1_SpectralHound_Buff", 370348); DictSNOPower.Add("X1_SummonVanityPet", 319739); DictSNOPower.Add("X1_temp_ballista_switch_leap", 286732); DictSNOPower.Add("x1_Uber_Diablo_HellSpikes", 375439); DictSNOPower.Add("x1_Udder_Lightning", 338723); DictSNOPower.Add("x1_Unique_NPC_Enchantress_ForcefulPush", 345292); DictSNOPower.Add("x1_Unique_NPC_Enchantress_MassCharm", 344565); DictSNOPower.Add("x1_Unique_NPC_Enchantress_ScorchedEarth", 345394); DictSNOPower.Add("x1_Unique_NPC_Templar_Heal", 344096); DictSNOPower.Add("x1_Unique_NPC_Templar_Onslaught", 344099); DictSNOPower.Add("x1_Unique_NPC_Templar_ShieldCharge", 344098); DictSNOPower.Add("x1_Unique_TriuneSummoner_Projectile", 346525); DictSNOPower.Add("x1_Urzael_Cannonball", 340870); DictSNOPower.Add("x1_Urzael_Cannonball_Burning", 347799); DictSNOPower.Add("x1_Urzael_CeilingDebris", 346168); DictSNOPower.Add("x1_Urzael_CeilingDebris_Burning", 347842); DictSNOPower.Add("x1_Urzael_FlameSweep", 292061); DictSNOPower.Add("x1_Urzael_LeapKnockback", 346045); DictSNOPower.Add("x1_Urzael_Melee_Instant", 308295); DictSNOPower.Add("x1_Urzael_PhaseOne_AIState", 346028); DictSNOPower.Add("x1_Urzael_PhaseTwo_AIState", 346027); DictSNOPower.Add("X1_WestmarchHound_DeadPlayerTaunt", 335450); DictSNOPower.Add("X1_WestmarchHound_DeadPlayerTauntSearch", 335449); DictSNOPower.Add("X1_WestmarchHound_ShakeTarget", 335522); DictSNOPower.Add("x1_westmarchRanged_RangedAttack_Prototype", 289871); DictSNOPower.Add("x1_westmarchRanged_SlowAreaDenial_Prototype", 289870); DictSNOPower.Add("x1_Westmarch_Brute_B_Charge_Custom_LR_Boss", 364239); DictSNOPower.Add("x1_Westmarch_Brute_B_Charge_Custom_LR_Boss_Hulkmode", 367003); DictSNOPower.Add("x1_Westmarch_Brute_Charge", 278970); DictSNOPower.Add("x1_Westmarch_Brute_Decapitate", 278971); DictSNOPower.Add("x1_Westmarch_Brute_Vomit", 278972); DictSNOPower.Add("x1_Westmarch_Rat_Charge", 360845); DictSNOPower.Add("x1_Westmarch_Rat_Kamikaze", 360240); DictSNOPower.Add("X1_Westm_Convert", 306381); DictSNOPower.Add("X1_Westm_Convert2", 330011); DictSNOPower.Add("X1_Westm_Convert_AoE", 307341); DictSNOPower.Add("X1_Westm_Convert_DelayedStart2", 330009); DictSNOPower.Add("X1_Westm_Convert_DelayedStartFromTarget", 313957); DictSNOPower.Add("X1_Westm_Convert_Scripted", 328861); DictSNOPower.Add("X1_westm_doomedWoman_visual", 354949); DictSNOPower.Add("x1_westm_Hoist_Trigger_onDeathPower", 244759); DictSNOPower.Add("x1_westm_Soul_Summoner_Orb_SummonNearTarget", 319534); DictSNOPower.Add("X1_westm_Soul_summoner_setup", 301826); DictSNOPower.Add("X1_westm_Soul_Summoner_Summon", 313229); DictSNOPower.Add("X1_westm_Unique_ghostLord_shockwave", 315014); DictSNOPower.Add("x1_Wickerman_Aggro", 247959); DictSNOPower.Add("X1_WickerMan_FireNova", 348207); DictSNOPower.Add("X1_WickerMan_FirePhantom", 288538); DictSNOPower.Add("x1_Wickerman_Suicide", 247960); DictSNOPower.Add("X1_WitchDoctor_Passive_ConfidenceRitual", 442741); DictSNOPower.Add("x1_Wizard_Passive_ArcaneAegis", 341344); DictSNOPower.Add("X1_Wizard_Passive_Audacity", 341540); DictSNOPower.Add("X1_Wizard_Passive_ElementalExposure", 342326); DictSNOPower.Add("X1_Wizard_Passive_UnwaveringWill", 298038); DictSNOPower.Add("X1_Wizard_Wormhole", 243141); DictSNOPower.Add("x1_Wraith_ChargeClose", 291711); DictSNOPower.Add("X1_Wraith_Melee", 265587); DictSNOPower.Add("X1_Wraith_PiercingDash", 265911); DictSNOPower.Add("X1_X1_Event_SpeedKill_Champion_Spawner", 365581); DictSNOPower.Add("X1_X1_Event_SpeedKill_Spawner", 364720); DictSNOPower.Add("x1_ZombieFemale_Projectile_Poison", 355496); DictSNOPower.Add("ZK_Ball_Summon_Skeleton", 30804); DictSNOPower.Add("ZoltunKulle_CollapseCeiling", 139705); DictSNOPower.Add("ZoltunKulle_EnergyTwister", 139736); DictSNOPower.Add("ZoltunKulle_FieryBoulder", 139942); DictSNOPower.Add("ZoltunKulle_SlowTime", 139831); DictSNOPower.Add("ZoltunKulle_Teleport", 139711); DictSNOPower.Add("ZoltunKulle_TeleportToPlayer", 241753); DictSNOPower.Add("ZoltunKulle_TeleportToPlayer_Enrage", 243289); DictSNOPower.Add("zolt_smallFloorSpawner", 30808); DictSNOPower.Add("zolt_Tablet_stateChange", 30810); DictSNOPower.Add("ZombieEatStart", 178483); DictSNOPower.Add("ZombieEatStop", 178485); DictSNOPower.Add("ZombieFemale_Projectile", 110518); DictSNOPower.Add("ZombieKillerGrab", 1771); DictSNOPower.Add("_x1westm_ideation_event_RATZNGGOLD", 285955); DictSNOPower.Add("_x1_PandExt_Ideation_War_Spawner_Angel", 301247); DictSNOPower.Add("_x1_PandExt_Ideation_War_Spawner_Demon", 301248); #endregion return DictSNOPower; } public static Dictionary LoadPhysMesh() { Dictionary DictSNOPhysMesh = new Dictionary(); #region PhysMesh DictSNOPhysMesh.Add("1000MonsterFight_E01_S02", 128601); DictSNOPhysMesh.Add("1000MonsterFight_E02_S01", 128599); DictSNOPhysMesh.Add("1000MonsterFight_E02_S02", 128602); DictSNOPhysMesh.Add("1000MonsterFight_E02_S03", 178229); DictSNOPhysMesh.Add("1000MonsterFight_E03_S01", 185333); DictSNOPhysMesh.Add("1000MonsterFight_E03_S02", 169382); DictSNOPhysMesh.Add("1000MonsterFight_Entrance_E01_S02", 184157); DictSNOPhysMesh.Add("1000MonsterFight_Entrance_E02_S01", 184068); DictSNOPhysMesh.Add("1000MonsterFight_Entrance_E02_S02", 184064); DictSNOPhysMesh.Add("1000MonsterFight_Entrance_E03_S01", 182925); DictSNOPhysMesh.Add("1000MonsterFight_Entrance_E03_S02", 182924); DictSNOPhysMesh.Add("1000MonsterFight_Entrance_E04_S02", 182923); DictSNOPhysMesh.Add("a1dunLeor_Interactive_Door_Locked_A", 124497); DictSNOPhysMesh.Add("a1dunLeor_Interactive_Door_Locked_B", 124486); DictSNOPhysMesh.Add("a1dun_caves_Neph_WaterBridge_A_PHY", 220933); DictSNOPhysMesh.Add("a1dun_Caves_RopeBridge_b_Destructable", 124477); DictSNOPhysMesh.Add("a1dun_Caves_RopeBridge_b_Destructable_Collision", 124479); DictSNOPhysMesh.Add("a1dun_Crypts_Dual_Sarcophagus_B_PHY", 203610); DictSNOPhysMesh.Add("a1dun_Leor_01_Filler", 124675); DictSNOPhysMesh.Add("a1dun_Leor_BloodWell_A", 124519); DictSNOPhysMesh.Add("a1dun_Leor_EW_01", 124676); DictSNOPhysMesh.Add("a1dun_Leor_EW_01_BellowsRoom", 127291); DictSNOPhysMesh.Add("a1dun_Leor_EW_02", 124677); DictSNOPhysMesh.Add("a1dun_Leor_E_Dead_End_01", 124678); DictSNOPhysMesh.Add("a1dun_Leor_E_Entrance_01", 124679); DictSNOPhysMesh.Add("a1dun_leor_E_Exit_01", 124680); DictSNOPhysMesh.Add("a1dun_Leor_GuilloQueen_B_PHY", 203782); DictSNOPhysMesh.Add("a1dun_Leor_Guillotine_B_PHY", 203681); DictSNOPhysMesh.Add("a1dun_Leor_Guillotine_Ruined_PHY", 203677); DictSNOPhysMesh.Add("a1dun_Leor_Jail_E_01", 128146); DictSNOPhysMesh.Add("a1dun_Leor_Jail_Filler_01", 128138); DictSNOPhysMesh.Add("a1dun_Leor_Jail_Filler_Exit_01", 128180); DictSNOPhysMesh.Add("a1dun_Leor_Jail_Filler_NE_01", 128183); DictSNOPhysMesh.Add("a1dun_Leor_Jail_Filler_NW_01", 128184); DictSNOPhysMesh.Add("a1dun_Leor_Jail_Filler_SE_01", 128185); DictSNOPhysMesh.Add("a1dun_Leor_Jail_Filler_SW_01", 128186); DictSNOPhysMesh.Add("a1dun_Leor_Jail_NE_01", 128142); DictSNOPhysMesh.Add("a1dun_Leor_Jail_NSEW_01", 128147); DictSNOPhysMesh.Add("a1dun_Leor_Jail_NSEW_02", 128148); DictSNOPhysMesh.Add("a1dun_Leor_Jail_NSEW_03", 128149); DictSNOPhysMesh.Add("a1dun_Leor_Jail_NSEW_04", 128153); DictSNOPhysMesh.Add("a1dun_Leor_Jail_NSEW_05", 128155); DictSNOPhysMesh.Add("a1dun_Leor_Jail_NW_01", 128141); DictSNOPhysMesh.Add("a1dun_Leor_Jail_N_01", 128145); DictSNOPhysMesh.Add("a1dun_Leor_Jail_N_Exit_01", 128168); DictSNOPhysMesh.Add("a1dun_Leor_Jail_SE_01", 128139); DictSNOPhysMesh.Add("a1dun_Leor_Jail_SW_01", 128140); DictSNOPhysMesh.Add("a1dun_Leor_Jail_S_01", 128144); DictSNOPhysMesh.Add("a1dun_Leor_Jail_S_Entrance_01", 128152); DictSNOPhysMesh.Add("a1dun_Leor_Jail_W_01", 128143); DictSNOPhysMesh.Add("a1dun_Leor_NEW_01", 124681); DictSNOPhysMesh.Add("a1dun_Leor_NEW_02", 124682); DictSNOPhysMesh.Add("A1dun_Leor_NE_01", 124683); DictSNOPhysMesh.Add("a1dun_Leor_NE_02", 124684); DictSNOPhysMesh.Add("a1dun_Leor_NE_03_PHY", 183696); DictSNOPhysMesh.Add("a1dun_Leor_NSEW_01", 124685); DictSNOPhysMesh.Add("a1dun_Leor_NSEW_02", 124686); DictSNOPhysMesh.Add("a1dun_Leor_NSEW_03", 127292); DictSNOPhysMesh.Add("a1dun_Leor_NSE_01", 124687); DictSNOPhysMesh.Add("a1dun_Leor_NSE_02", 124688); DictSNOPhysMesh.Add("a1dun_Leor_NSW_01", 124689); DictSNOPhysMesh.Add("a1dun_Leor_NSW_02", 124690); DictSNOPhysMesh.Add("a1dun_Leor_NS_01", 124691); DictSNOPhysMesh.Add("a1dun_Leor_NS_01_Executioner", 127293); DictSNOPhysMesh.Add("a1dun_Leor_NS_02", 124692); DictSNOPhysMesh.Add("a1dun_Leor_NW_01", 124693); DictSNOPhysMesh.Add("a1dun_Leor_NW_02", 124694); DictSNOPhysMesh.Add("a1dun_Leor_N_Dead_End_01", 124695); DictSNOPhysMesh.Add("a1dun_Leor_N_Entrance_01", 124696); DictSNOPhysMesh.Add("a1dun_Leor_N_Exit_01", 124529); DictSNOPhysMesh.Add("a1dun_Leor_Pile_MetalScraps_A", 124508); DictSNOPhysMesh.Add("a1dun_Leor_Pile_MetalScraps_B", 124507); DictSNOPhysMesh.Add("A1dun_Leor_SEW_01", 124697); DictSNOPhysMesh.Add("a1dun_Leor_SEW_02", 124698); DictSNOPhysMesh.Add("a1dun_Leor_SE_01", 124699); DictSNOPhysMesh.Add("a1dun_Leor_SE_02", 124700); DictSNOPhysMesh.Add("a1dun_Leor_SW_Hall_01", 124701); DictSNOPhysMesh.Add("a1dun_Leor_SW_Hall_02", 124702); DictSNOPhysMesh.Add("a1dun_Leor_S_Dead_End_01", 124703); DictSNOPhysMesh.Add("a1dun_Leor_S_Entrance_01", 124704); DictSNOPhysMesh.Add("a1dun_Leor_S_Exit_01", 124705); DictSNOPhysMesh.Add("a1dun_Leor_Tyrael_Filler_02", 139627); DictSNOPhysMesh.Add("a1dun_Leor_Tyrael_jail_01", 139625); DictSNOPhysMesh.Add("a1dun_Leor_Tyrael_Stairs_A_01", 138991); DictSNOPhysMesh.Add("a1dun_Leor_W_Dead_End_01", 124706); DictSNOPhysMesh.Add("a1dun_Leor_W_Entrance_01", 124707); DictSNOPhysMesh.Add("a1dun_Leor_W_Exit_01", 124708); DictSNOPhysMesh.Add("a1dun_Leor_W_Exit_Boss_01", 127940); DictSNOPhysMesh.Add("a1dun_Random_EW_01", 209699); DictSNOPhysMesh.Add("a1dun_Random_E_01", 207814); DictSNOPhysMesh.Add("a1dun_Random_NSEW_01", 207848); DictSNOPhysMesh.Add("a1dun_Random_NSEW_02", 206796); DictSNOPhysMesh.Add("a1dun_Random_NSEW_03", 207858); DictSNOPhysMesh.Add("a1dun_Random_NSEW_04", 208429); DictSNOPhysMesh.Add("a1dun_Random_NSEW_05", 208432); DictSNOPhysMesh.Add("a1dun_Random_NS_01", 209705); DictSNOPhysMesh.Add("a1dun_Random_N_01", 207840); DictSNOPhysMesh.Add("a1dun_Random_S_01", 208433); DictSNOPhysMesh.Add("a1dun_Random_W_01", 208434); DictSNOPhysMesh.Add("A2C2Sub240CannibalCellar_caOut_zEventSpecific", 124009); DictSNOPhysMesh.Add("A2C2Sub240GirlTrap_caOut_zEventSpecific", 124010); DictSNOPhysMesh.Add("a2dunCald_Deco_UpperBench_B_PHY", 206894); DictSNOPhysMesh.Add("a2dun_Aqd_01_Filler", 124709); DictSNOPhysMesh.Add("a2dun_Aqd_EW_01", 124710); DictSNOPhysMesh.Add("a2dun_Aqd_EW_01B", 124711); DictSNOPhysMesh.Add("a2dun_Aqd_EW_02", 124712); DictSNOPhysMesh.Add("a2dun_Aqd_EW_02_Jeweler", 212506); DictSNOPhysMesh.Add("a2dun_Aqd_E_01", 124713); DictSNOPhysMesh.Add("a2dun_Aqd_E_Entrance_01", 124714); DictSNOPhysMesh.Add("a2dun_Aqd_NEW_01", 124715); DictSNOPhysMesh.Add("a2dun_Aqd_NEW_02", 124530); DictSNOPhysMesh.Add("a2dun_Aqd_NE_01", 124716); DictSNOPhysMesh.Add("a2dun_Aqd_NE_02", 124717); DictSNOPhysMesh.Add("a2dun_Aqd_NSEW_01", 124718); DictSNOPhysMesh.Add("a2dun_Aqd_NSEW_01B", 124719); DictSNOPhysMesh.Add("a2dun_Aqd_NSEW_01C", 124720); DictSNOPhysMesh.Add("a2dun_Aqd_NSEW_02", 124721); DictSNOPhysMesh.Add("a2dun_Aqd_NSE_01", 124722); DictSNOPhysMesh.Add("a2dun_Aqd_NSE_01B", 124724); DictSNOPhysMesh.Add("a2dun_Aqd_NSE_02", 124725); DictSNOPhysMesh.Add("a2dun_Aqd_NSE_Vault_01", 158153); DictSNOPhysMesh.Add("a2dun_Aqd_NSE_Vault_02", 127945); DictSNOPhysMesh.Add("a2dun_Aqd_NSW_01", 124726); DictSNOPhysMesh.Add("a2dun_Aqd_NSW_02", 124727); DictSNOPhysMesh.Add("a2dun_Aqd_NS_01", 124728); DictSNOPhysMesh.Add("a2dun_Aqd_NS_02", 124729); DictSNOPhysMesh.Add("a2dun_Aqd_NW_01", 124730); DictSNOPhysMesh.Add("a2dun_Aqd_NW_02", 124731); DictSNOPhysMesh.Add("a2dun_Aqd_N_01", 124732); DictSNOPhysMesh.Add("a2dun_Aqd_N_Entrance_01", 124733); DictSNOPhysMesh.Add("a2dun_Aqd_SEW_01", 124734); DictSNOPhysMesh.Add("a2dun_Aqd_SEW_01B", 124531); DictSNOPhysMesh.Add("a2dun_Aqd_SEW_02", 124735); DictSNOPhysMesh.Add("a2dun_Aqd_SE_01", 124736); DictSNOPhysMesh.Add("a2dun_Aqd_SE_02", 124737); DictSNOPhysMesh.Add("a2dun_Aqd_Special_01", 127413); DictSNOPhysMesh.Add("a2dun_Aqd_SW_02", 124738); DictSNOPhysMesh.Add("a2dun_Aqd_S_01", 124739); DictSNOPhysMesh.Add("a2dun_Aqd_S_Entrance_01", 124740); DictSNOPhysMesh.Add("a2dun_Aqd_S_Exit_01_Jeweler", 212709); DictSNOPhysMesh.Add("a2dun_Aqd_W_01", 124741); DictSNOPhysMesh.Add("a2dun_Aqd_W_Entrance_01", 124742); DictSNOPhysMesh.Add("a2dun_Cald_Belial_Room_A_Breakable_LookA", 210799); DictSNOPhysMesh.Add("a2dun_Cald_Belial_Room_A_Breakable_phys", 169813); DictSNOPhysMesh.Add("a2dun_Cald_E03_S01", 128053); DictSNOPhysMesh.Add("a2dun_Cald_E03_S02", 128049); DictSNOPhysMesh.Add("a2dun_Cald_E03_S03", 128046); DictSNOPhysMesh.Add("a2dun_Cald_E03_S04", 128042); DictSNOPhysMesh.Add("a2dun_Cald_E04_S01", 128052); DictSNOPhysMesh.Add("a2dun_Cald_E04_S03", 128045); DictSNOPhysMesh.Add("a2dun_Cald_E04_S04", 128041); DictSNOPhysMesh.Add("a2dun_Cald_Filler_C", 128099); DictSNOPhysMesh.Add("a2dun_Cave_EW_01", 128892); DictSNOPhysMesh.Add("a2dun_Cave_E_01", 128981); DictSNOPhysMesh.Add("a2dun_Cave_E_Entrance_01", 128986); DictSNOPhysMesh.Add("a2dun_Cave_Filler_01", 167936); DictSNOPhysMesh.Add("a2dun_Cave_Flooded_EW_01", 174757); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_E_01", 175665); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_E_Entrance_01", 174739); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_E_Exit_01", 174744); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_NEW_01", 175182); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_NE_01", 175017); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_NSEW_01", 175366); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_NSE_01", 175335); DictSNOPhysMesh.Add("a2dun_Cave_Flooded_NSW_01", 175491); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_NS_01", 175243); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_NW_01", 175558); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_N_01", 174865); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_N_Entrance_01", 174877); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_N_Exit_01", 174886); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_SEW_01", 175797); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_SE_01", 175746); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_SW_01", 175803); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_S_01", 175605); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_S_Entrance_01", 175625); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_S_Exit_01", 175635); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_W_01", 175883); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_W_Entrance_01", 175821); DictSNOPhysMesh.Add("a2Dun_Cave_Flooded_W_Exit_01", 175748); DictSNOPhysMesh.Add("a2dun_Cave_NEW_01", 129514); DictSNOPhysMesh.Add("a2dun_Cave_NE_01", 129524); DictSNOPhysMesh.Add("a2dun_Cave_NSEW_01", 129544); DictSNOPhysMesh.Add("a2dun_Cave_NSEW_Holes_01", 129547); DictSNOPhysMesh.Add("a2dun_Cave_NSEW_Worms_01", 129551); DictSNOPhysMesh.Add("a2dun_Cave_NSE_01", 129558); DictSNOPhysMesh.Add("a2dun_Cave_NSW_01", 129562); DictSNOPhysMesh.Add("a2Dun_Cave_NS_01", 129572); DictSNOPhysMesh.Add("a2dun_Cave_NW_01", 129592); DictSNOPhysMesh.Add("a2dun_Cave_N_01", 129595); DictSNOPhysMesh.Add("a2dun_Cave_N_Entrance_01", 129598); DictSNOPhysMesh.Add("a2dun_Cave_SEW_01", 129611); DictSNOPhysMesh.Add("a2dun_Cave_SE_01", 129737); DictSNOPhysMesh.Add("a2dun_Cave_SW_01", 129758); DictSNOPhysMesh.Add("a2dun_Cave_S_01", 129772); DictSNOPhysMesh.Add("a2dun_Cave_S_Entrance_01", 129830); DictSNOPhysMesh.Add("a2dun_Cave_W_01", 129877); DictSNOPhysMesh.Add("a2dun_Cave_W_Exit_01", 129886); DictSNOPhysMesh.Add("a2dun_Spider_01_Filler", 127773); DictSNOPhysMesh.Add("a2dun_Spider_02_Filler", 182791); DictSNOPhysMesh.Add("a2dun_Spider_EggSack_Clusters_A_phy", 179965); DictSNOPhysMesh.Add("a2dun_Spider_EggSack_Clusters_B_physics", 179990); DictSNOPhysMesh.Add("a2dun_Spider_EggSack_Clusters_C_phy", 179982); DictSNOPhysMesh.Add("a2dun_Spider_EggSack_Clusters_D_phy", 179983); DictSNOPhysMesh.Add("a2dun_Spider_EggSack_Clusters_E_PHY", 210592); DictSNOPhysMesh.Add("a2dun_Spider_EW_01", 124743); DictSNOPhysMesh.Add("a2dun_Spider_E_01", 124744); DictSNOPhysMesh.Add("a2dun_Spider_E_02", 127573); DictSNOPhysMesh.Add("a2dun_Spider_E_Entrance_01", 124745); DictSNOPhysMesh.Add("a2dun_Spider_NSEW_01", 124746); DictSNOPhysMesh.Add("a2dun_Spider_NSEW_02", 124748); DictSNOPhysMesh.Add("a2dun_Spider_NSEW_03", 124749); DictSNOPhysMesh.Add("a2dun_Spider_NSEW_04", 127622); DictSNOPhysMesh.Add("a2dun_Spider_NSEW_05", 127626); DictSNOPhysMesh.Add("a2dun_Spider_NS_01", 124750); DictSNOPhysMesh.Add("a2dun_Spider_N_01", 124751); DictSNOPhysMesh.Add("a2dun_Spider_N_02", 124752); DictSNOPhysMesh.Add("a2dun_Spider_N_Entrance_01", 398558); DictSNOPhysMesh.Add("a2dun_Spider_S_01", 124753); DictSNOPhysMesh.Add("a2dun_Spider_S_02", 127580); DictSNOPhysMesh.Add("a2dun_Spider_S_Exit_01", 182616); DictSNOPhysMesh.Add("a2dun_Spider_S_Queen", 127656); DictSNOPhysMesh.Add("a2dun_Spider_W_01", 124754); DictSNOPhysMesh.Add("a2dun_Spider_W_02", 127586); DictSNOPhysMesh.Add("a2dun_Spider_W_Entrance_01", 397549); DictSNOPhysMesh.Add("a2dun_Swr_01_Filler", 124755); DictSNOPhysMesh.Add("a2dun_Swr_EW_01", 124756); DictSNOPhysMesh.Add("a2dun_Swr_EW_01B", 124757); DictSNOPhysMesh.Add("a2dun_Swr_EW_02", 124758); DictSNOPhysMesh.Add("a2dun_Swr_E_01", 124759); DictSNOPhysMesh.Add("A2dun_Swr_E_Entrance_01", 124760); DictSNOPhysMesh.Add("a2dun_Swr_NEW_01", 124761); DictSNOPhysMesh.Add("a2dun_Swr_NEW_02", 124762); DictSNOPhysMesh.Add("a2dun_Swr_NE_01", 124763); DictSNOPhysMesh.Add("a2dun_Swr_NE_02", 124764); DictSNOPhysMesh.Add("a2dun_Swr_NSEW_01", 124765); DictSNOPhysMesh.Add("a2dun_Swr_NSEW_01B", 124766); DictSNOPhysMesh.Add("a2dun_Swr_NSEW_01C", 124767); DictSNOPhysMesh.Add("a2dun_Swr_NSEW_02", 124768); DictSNOPhysMesh.Add("a2dun_Swr_NSE_01", 124769); DictSNOPhysMesh.Add("a2dun_Swr_NSE_01B", 124770); DictSNOPhysMesh.Add("a2dun_Swr_NSE_02", 124771); DictSNOPhysMesh.Add("a2dun_Swr_NSW_01", 124772); DictSNOPhysMesh.Add("a2dun_Swr_NSW_02", 124533); DictSNOPhysMesh.Add("a2dun_Swr_NS_01", 124773); DictSNOPhysMesh.Add("a2dun_Swr_NS_02", 124774); DictSNOPhysMesh.Add("a2dun_Swr_NW_01", 124775); DictSNOPhysMesh.Add("a2dun_Swr_NW_02", 124776); DictSNOPhysMesh.Add("a2dun_Swr_N_01", 124777); DictSNOPhysMesh.Add("a2dun_Swr_N_Entrance_01", 124778); DictSNOPhysMesh.Add("a2dun_Swr_SEW_01", 124779); DictSNOPhysMesh.Add("a2dun_Swr_SEW_01B", 124780); DictSNOPhysMesh.Add("a2dun_Swr_SEW_02", 124781); DictSNOPhysMesh.Add("a2dun_Swr_SE_01", 124782); DictSNOPhysMesh.Add("a2dun_Swr_SE_02", 124783); DictSNOPhysMesh.Add("a2dun_Swr_SW_02", 124784); DictSNOPhysMesh.Add("a2dun_Swr_S_01", 124785); DictSNOPhysMesh.Add("a2dun_Swr_S_Entrance_01", 124786); DictSNOPhysMesh.Add("a2dun_Swr_S_Special_02", 127399); DictSNOPhysMesh.Add("a2dun_Swr_S_Special_04", 178668); DictSNOPhysMesh.Add("a2dun_Swr_W_01", 124787); DictSNOPhysMesh.Add("a2dun_Swr_W_Entrance_01", 127271); DictSNOPhysMesh.Add("a2dun_Zolt_01_Filler", 124788); DictSNOPhysMesh.Add("a2dun_Zolt_02_Filler", 124789); DictSNOPhysMesh.Add("a2dun_Zolt_02_Filler_Library", 127517); DictSNOPhysMesh.Add("a2dun_Zolt_02_Filler_tablet", 124790); DictSNOPhysMesh.Add("a2dun_Zolt_02_Filler_tablet_NS", 124791); DictSNOPhysMesh.Add("a2dun_Zolt_03_Filler", 124534); DictSNOPhysMesh.Add("a2dun_Zolt_05_Filler", 124793); DictSNOPhysMesh.Add("a2dun_Zolt_Bossfight", 127415); DictSNOPhysMesh.Add("a2dun_Zolt_Breakable_Pillar_A_PHY", 223421); DictSNOPhysMesh.Add("a2dun_Zolt_Centerpiece_A_Phys", 214205); DictSNOPhysMesh.Add("a2dun_Zolt_EW_01", 124794); DictSNOPhysMesh.Add("a2dun_Zolt_EW_02", 124795); DictSNOPhysMesh.Add("a2dun_Zolt_EW_04", 124796); DictSNOPhysMesh.Add("a2dun_Zolt_E_01", 124797); DictSNOPhysMesh.Add("a2dun_Zolt_E_02", 124798); DictSNOPhysMesh.Add("a2dun_Zolt_E_03", 151758); DictSNOPhysMesh.Add("a2dun_Zolt_E_Entrance", 195241); DictSNOPhysMesh.Add("a2dun_Zolt_Filler_Contraption_B", 127811); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_EW_02", 124799); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_EW_03", 124800); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_EW_04", 124801); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_EW_04_Library", 127491); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_EW_200", 127412); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_EW_480", 124802); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_NS_01", 124803); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_NS_02", 124804); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_NS_03", 124805); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_NS_200", 127414); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_NS_480", 124806); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_NS_480_02", 124535); DictSNOPhysMesh.Add("a2dun_Zolt_Hall_NS_480_02_Library", 127495); DictSNOPhysMesh.Add("a2dun_Zolt_NEW_01", 124807); DictSNOPhysMesh.Add("a2dun_Zolt_NE_01", 124808); DictSNOPhysMesh.Add("a2dun_Zolt_NSEW_01", 124809); DictSNOPhysMesh.Add("a2dun_Zolt_NSEW_01_CenterpieceA", 151741); DictSNOPhysMesh.Add("a2dun_Zolt_NSEW_01_CenterpieceC", 127552); DictSNOPhysMesh.Add("a2dun_Zolt_NSEW_02", 124810); DictSNOPhysMesh.Add("a2dun_Zolt_NSEW_02_Library", 127511); DictSNOPhysMesh.Add("a2dun_Zolt_NSE_02", 124812); DictSNOPhysMesh.Add("a2dun_Zolt_NSE_Library", 127481); DictSNOPhysMesh.Add("a2dun_Zolt_NSW_01", 124813); DictSNOPhysMesh.Add("a2dun_Zolt_NSW_01_Library", 127500); DictSNOPhysMesh.Add("a2dun_Zolt_NS_01", 124814); DictSNOPhysMesh.Add("a2dun_Zolt_NW_01", 124815); DictSNOPhysMesh.Add("a2dun_Zolt_N_01", 124816); DictSNOPhysMesh.Add("a2dun_Zolt_N_02", 124817); DictSNOPhysMesh.Add("a2dun_Zolt_N_03", 124818); DictSNOPhysMesh.Add("a2dun_Zolt_N_Entrance", 174441); DictSNOPhysMesh.Add("a2dun_Zolt_N_Portal", 124819); DictSNOPhysMesh.Add("a2dun_Zolt_Portalroom_A", 124820); DictSNOPhysMesh.Add("a2dun_Zolt_Random_EW", 124536); DictSNOPhysMesh.Add("a2dun_Zolt_Random_EW_01", 124822); DictSNOPhysMesh.Add("a2dun_Zolt_Random_E_02", 124823); DictSNOPhysMesh.Add("a2dun_Zolt_Random_E_Entrance_01", 124824); DictSNOPhysMesh.Add("a2dun_Zolt_Random_Filler_01", 124825); DictSNOPhysMesh.Add("a2dun_Zolt_Random_NEW_01", 124826); DictSNOPhysMesh.Add("a2dun_Zolt_Random_NE_01", 124827); DictSNOPhysMesh.Add("a2dun_Zolt_Random_NSEW", 124828); DictSNOPhysMesh.Add("a2dun_Zolt_Random_NSEW_02", 124829); DictSNOPhysMesh.Add("a2dun_Zolt_Random_NSE_01", 124830); DictSNOPhysMesh.Add("a2dun_Zolt_Random_NSW_01", 124831); DictSNOPhysMesh.Add("a2dun_Zolt_Random_NS_01", 124832); DictSNOPhysMesh.Add("a2dun_Zolt_Random_NW_01", 124833); DictSNOPhysMesh.Add("a2dun_Zolt_Random_N_02", 124834); DictSNOPhysMesh.Add("a2dun_Zolt_Random_N_Entrance_01", 124835); DictSNOPhysMesh.Add("a2dun_Zolt_Random_SEW_02", 124836); DictSNOPhysMesh.Add("a2dun_Zolt_Random_SE_01", 124537); DictSNOPhysMesh.Add("a2dun_Zolt_Random_SW_02", 124837); DictSNOPhysMesh.Add("a2dun_Zolt_Random_S_02", 124838); DictSNOPhysMesh.Add("a2dun_Zolt_Random_S_Entrance_01", 124839); DictSNOPhysMesh.Add("a2dun_Zolt_Random_W_02", 124840); DictSNOPhysMesh.Add("a2dun_Zolt_Random_W_03", 124841); DictSNOPhysMesh.Add("a2dun_Zolt_Random_W_Entrance_01", 124842); DictSNOPhysMesh.Add("a2dun_Zolt_SEW_01", 124843); DictSNOPhysMesh.Add("a2dun_Zolt_SEW_02", 124844); DictSNOPhysMesh.Add("a2dun_Zolt_SE_01", 124845); DictSNOPhysMesh.Add("a2dun_Zolt_SE_02", 124846); DictSNOPhysMesh.Add("a2dun_Zolt_spellmonolith_Group_A_PHY", 223071); DictSNOPhysMesh.Add("a2dun_Zolt_SW_01", 124848); DictSNOPhysMesh.Add("a2dun_Zolt_SW_02", 124538); DictSNOPhysMesh.Add("a2dun_Zolt_SW_Library", 127479); DictSNOPhysMesh.Add("a2dun_Zolt_S_01", 124849); DictSNOPhysMesh.Add("a2dun_Zolt_S_02", 124850); DictSNOPhysMesh.Add("a2dun_Zolt_S_Entrance_PHY", 195256); DictSNOPhysMesh.Add("a2dun_zolt_WeaponRack_A_PHY", 223163); DictSNOPhysMesh.Add("a2dun_Zolt_W_01", 124851); DictSNOPhysMesh.Add("a2dun_Zolt_W_02", 124852); DictSNOPhysMesh.Add("a2dun_Zolt_W_Entrance", 174477); DictSNOPhysMesh.Add("a3Battlefield_Bodies_BurntCorpse_MaleA", 124446); DictSNOPhysMesh.Add("a3Battlefield_Bodies_BurntCorpse_MaleB_phy", 203956); DictSNOPhysMesh.Add("a3Battlefield_Bodies_BurntCorpse_MaleE", 124447); DictSNOPhysMesh.Add("a3Battlefield_BridgeVista", 128400); DictSNOPhysMesh.Add("a3Battlefield_CraterVista", 128326); DictSNOPhysMesh.Add("a3Battlefield_Props_burnt_catapult_phy", 179171); DictSNOPhysMesh.Add("a3dun_azmodan_arena_E01_N01", 146243); DictSNOPhysMesh.Add("a3dun_azmodan_arena_E01_S01", 146242); DictSNOPhysMesh.Add("a3dun_azmodan_arena_E01_S02", 147451); DictSNOPhysMesh.Add("a3dun_azmodan_arena_E02_N01", 147448); DictSNOPhysMesh.Add("a3dun_azmodan_arena_E02_S01", 147449); DictSNOPhysMesh.Add("a3dun_azmodan_arena_E02_S02", 147452); DictSNOPhysMesh.Add("a3dun_azmodan_arena_W01_N01", 146244); DictSNOPhysMesh.Add("a3dun_azmodan_arena_W01_S01", 146245); DictSNOPhysMesh.Add("a3dun_azmodan_arena_W01_S02", 147450); DictSNOPhysMesh.Add("a3dun_Bridge_Arch_T_01", 127523); DictSNOPhysMesh.Add("a3dun_Bridge_FillerC", 128398); DictSNOPhysMesh.Add("a3dun_Bridge_FillerC_Start", 179826); DictSNOPhysMesh.Add("a3dun_Bridge_NS_01", 127502); DictSNOPhysMesh.Add("a3dun_Bridge_NS_03", 127513); DictSNOPhysMesh.Add("a3dun_Bridge_NS_04", 127539); DictSNOPhysMesh.Add("a3dun_Bridge_NS_B_02", 127543); DictSNOPhysMesh.Add("a3dun_Bridge_NS_Towers_03", 127524); DictSNOPhysMesh.Add("a3dun_Bridge_NS_Towers_05", 127588); DictSNOPhysMesh.Add("a3dun_Bridge_NS_Towers_B_01", 127546); DictSNOPhysMesh.Add("a3dun_Bridge_NS_Towers_B_02", 127577); DictSNOPhysMesh.Add("a3dun_Bridge_Room_Towers_B_02", 127579); DictSNOPhysMesh.Add("a3dun_Bridge_Statue_A_Base_PHY", 221677); DictSNOPhysMesh.Add("a3dun_Bridge_Statue_B_Base_PHY", 221678); DictSNOPhysMesh.Add("a3dun_Bridge_Statue_C_Base_PHY", 221679); DictSNOPhysMesh.Add("a3dun_crater_Demon_Anvil_PHY", 221818); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_01_E01_N01", 149111); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_01_E01_S01", 149113); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_01_W01_N01", 149112); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_01_W01_S01", 149110); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_02_E01_N01", 149319); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_02_E01_S01", 149318); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_02_W01_N01", 149321); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_02_W01_S01", 149320); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_03_E01_N01", 156547); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_03_E01_S01", 156546); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_03_W01_N01", 156549); DictSNOPhysMesh.Add("a3dun_Crater_Entrance_03_W01_S01", 156548); DictSNOPhysMesh.Add("a3dun_Crater_EW_03_E01_N01", 128488); DictSNOPhysMesh.Add("a3dun_Crater_EW_03_E01_S01", 128490); DictSNOPhysMesh.Add("a3dun_Crater_EW_03_W01_N01", 128489); DictSNOPhysMesh.Add("a3dun_Crater_EW_03_W01_S01", 128487); DictSNOPhysMesh.Add("a3dun_Crater_EW_04_E01_N01", 128493); DictSNOPhysMesh.Add("a3dun_Crater_EW_04_E01_S01", 128495); DictSNOPhysMesh.Add("a3dun_Crater_EW_04_W01_N01", 128494); DictSNOPhysMesh.Add("a3dun_Crater_EW_04_W01_S01", 128492); DictSNOPhysMesh.Add("a3dun_Crater_E_Dead_End_01_E01_N01", 128563); DictSNOPhysMesh.Add("a3dun_Crater_E_Dead_End_01_E01_S01", 128566); DictSNOPhysMesh.Add("a3dun_Crater_E_Dead_End_01_W01_N01", 128564); DictSNOPhysMesh.Add("a3dun_Crater_E_Dead_End_01_W01_S01", 128565); DictSNOPhysMesh.Add("a3dun_Crater_E_Dead_End_02_E01_N01", 150747); DictSNOPhysMesh.Add("a3dun_Crater_E_Dead_End_02_E01_S01", 150746); DictSNOPhysMesh.Add("a3dun_Crater_E_Dead_End_02_W01_N01", 150749); DictSNOPhysMesh.Add("a3dun_Crater_E_Dead_End_02_W01_S01", 150748); DictSNOPhysMesh.Add("a3dun_Crater_NEW_01_E01_N01", 128503); DictSNOPhysMesh.Add("a3dun_Crater_NEW_01_E01_S01", 128505); DictSNOPhysMesh.Add("a3dun_Crater_NEW_01_W01_N01", 128504); DictSNOPhysMesh.Add("a3dun_Crater_NEW_01_W01_S01", 128502); DictSNOPhysMesh.Add("a3dun_Crater_NE_01_E01_N01", 128406); DictSNOPhysMesh.Add("a3dun_Crater_NE_01_E01_S01", 128409); DictSNOPhysMesh.Add("a3dun_Crater_NE_01_W01_N01", 128407); DictSNOPhysMesh.Add("a3dun_Crater_NE_01_W01_S01", 128408); DictSNOPhysMesh.Add("a3dun_Crater_NE_02_E01_N01", 128619); DictSNOPhysMesh.Add("a3dun_Crater_NE_02_E01_S01", 128618); DictSNOPhysMesh.Add("a3dun_Crater_NE_02_W01_N01", 128620); DictSNOPhysMesh.Add("a3dun_Crater_NE_02_W01_S01", 128621); DictSNOPhysMesh.Add("a3dun_Crater_NSEW_01_E01_N01", 128059); DictSNOPhysMesh.Add("a3dun_Crater_NSEW_01_E01_S01", 128062); DictSNOPhysMesh.Add("a3dun_Crater_NSEW_01_W01_N01", 128060); DictSNOPhysMesh.Add("a3dun_Crater_NSEW_01_W01_S01", 128061); DictSNOPhysMesh.Add("a3dun_Crater_NSE_01_E01_N01", 128463); DictSNOPhysMesh.Add("a3dun_Crater_NSE_01_E01_S01", 128465); DictSNOPhysMesh.Add("a3dun_Crater_NSE_01_W01_N01", 128464); DictSNOPhysMesh.Add("a3dun_Crater_NSE_01_W01_S01", 128462); DictSNOPhysMesh.Add("a3dun_Crater_NSW_01_E01_N01", 128456); DictSNOPhysMesh.Add("a3dun_Crater_NSW_01_E01_S01", 128459); DictSNOPhysMesh.Add("a3dun_Crater_NSW_01_W01_N01", 128457); DictSNOPhysMesh.Add("a3dun_Crater_NSW_01_W01_S01", 128458); DictSNOPhysMesh.Add("a3dun_Crater_NSW_02_E01_N01", 128580); DictSNOPhysMesh.Add("a3dun_Crater_NSW_02_E01_S01", 128582); DictSNOPhysMesh.Add("a3dun_Crater_NSW_02_W01_N01", 128581); DictSNOPhysMesh.Add("a3dun_Crater_NSW_02_W01_S01", 128579); DictSNOPhysMesh.Add("a3dun_Crater_NS_03_E01_N01", 128615); DictSNOPhysMesh.Add("a3dun_Crater_NS_03_E01_S01", 128617); DictSNOPhysMesh.Add("a3dun_Crater_NS_03_W01_N01", 128616); DictSNOPhysMesh.Add("a3dun_Crater_NS_03_W01_S01", 128614); DictSNOPhysMesh.Add("a3dun_Crater_NS_04_E01_N01", 128477); DictSNOPhysMesh.Add("a3dun_Crater_NS_04_E01_S01", 128479); DictSNOPhysMesh.Add("a3dun_Crater_NS_04_Low_E01_N01", 156979); DictSNOPhysMesh.Add("a3dun_Crater_NS_04_Low_E01_S01", 156978); DictSNOPhysMesh.Add("a3dun_Crater_NS_04_Low_W01_N01", 156981); DictSNOPhysMesh.Add("a3dun_Crater_NS_04_Low_W01_S01", 156980); DictSNOPhysMesh.Add("a3dun_Crater_NS_04_W01_N01", 128478); DictSNOPhysMesh.Add("a3dun_Crater_NS_04_W01_S01", 128476); DictSNOPhysMesh.Add("a3dun_Crater_NS_05_E01_N01", 128640); DictSNOPhysMesh.Add("a3dun_Crater_NS_05_E01_S01", 128642); DictSNOPhysMesh.Add("a3dun_Crater_NS_05_W01_N01", 128641); DictSNOPhysMesh.Add("a3dun_Crater_NS_05_W01_S01", 128639); DictSNOPhysMesh.Add("a3dun_Crater_NW_02_E01_N01", 128312); DictSNOPhysMesh.Add("a3dun_Crater_NW_02_E01_S01", 128310); DictSNOPhysMesh.Add("a3dun_Crater_NW_02_W01_N01", 128313); DictSNOPhysMesh.Add("a3dun_Crater_NW_02_W01_S01", 128311); DictSNOPhysMesh.Add("a3dun_Crater_NW_03_E01_N01", 128603); DictSNOPhysMesh.Add("a3dun_Crater_NW_03_E01_S01", 128606); DictSNOPhysMesh.Add("a3dun_Crater_NW_03_W01_N01", 128604); DictSNOPhysMesh.Add("a3dun_Crater_NW_03_W01_S01", 128605); DictSNOPhysMesh.Add("a3dun_Crater_N_Dead_End_01_E01_N01", 128557); DictSNOPhysMesh.Add("a3dun_Crater_N_Dead_End_01_E01_S01", 128560); DictSNOPhysMesh.Add("a3dun_Crater_N_Dead_End_01_W01_N01", 128558); DictSNOPhysMesh.Add("a3dun_Crater_N_Dead_End_01_W01_S01", 128559); DictSNOPhysMesh.Add("a3dun_Crater_SEW_01_E01_N01", 128437); DictSNOPhysMesh.Add("a3dun_Crater_SEW_01_E01_S01", 128440); DictSNOPhysMesh.Add("a3dun_Crater_SEW_01_W01_N01", 128438); DictSNOPhysMesh.Add("a3dun_Crater_SEW_01_W01_S01", 128439); DictSNOPhysMesh.Add("a3dun_Crater_SEW_02_E01_N01", 128554); DictSNOPhysMesh.Add("a3dun_Crater_SEW_02_E01_S01", 128556); DictSNOPhysMesh.Add("a3dun_Crater_SEW_02_W01_N01", 128555); DictSNOPhysMesh.Add("a3dun_Crater_SEW_02_W01_S01", 128553); DictSNOPhysMesh.Add("a3dun_Crater_SE_01_E01_N01", 128497); DictSNOPhysMesh.Add("a3dun_Crater_SE_01_E01_S01", 128500); DictSNOPhysMesh.Add("a3dun_Crater_SE_01_W01_N01", 128498); DictSNOPhysMesh.Add("a3dun_Crater_SE_01_W01_S01", 128499); DictSNOPhysMesh.Add("a3dun_Crater_SE_02_E01_N01", 128483); DictSNOPhysMesh.Add("a3dun_Crater_SE_02_E01_S01", 128486); DictSNOPhysMesh.Add("a3dun_Crater_SE_02_W01_N01", 128484); DictSNOPhysMesh.Add("a3dun_Crater_SE_02_W01_S01", 128485); DictSNOPhysMesh.Add("a3dun_Crater_SE_03_E01_N01", 128470); DictSNOPhysMesh.Add("a3dun_Crater_SE_03_E01_S01", 128473); DictSNOPhysMesh.Add("a3dun_Crater_SE_03_W01_N01", 128471); DictSNOPhysMesh.Add("a3dun_Crater_SE_03_W01_S01", 128472); DictSNOPhysMesh.Add("a3dun_Crater_SE_04_E01_N01", 128628); DictSNOPhysMesh.Add("a3dun_Crater_SE_04_E01_S01", 128630); DictSNOPhysMesh.Add("a3dun_Crater_SE_04_W01_N01", 128629); DictSNOPhysMesh.Add("a3dun_Crater_SE_04_W01_S01", 128627); DictSNOPhysMesh.Add("a3dun_Crater_Skybox_A", 128328); DictSNOPhysMesh.Add("a3dun_Crater_ST_Cent_01_E01_N01", 129708); DictSNOPhysMesh.Add("a3dun_Crater_ST_Cent_01_E01_S01", 129707); DictSNOPhysMesh.Add("a3dun_Crater_ST_Cent_01_W01_N01", 129709); DictSNOPhysMesh.Add("a3dun_Crater_ST_Cent_01_W01_S01", 129710); DictSNOPhysMesh.Add("a3dun_Crater_ST_Cent_02_E01_N01", 131441); DictSNOPhysMesh.Add("a3dun_Crater_ST_Cent_02_E01_S01", 131440); DictSNOPhysMesh.Add("a3dun_Crater_ST_Cent_02_W01_N01", 131442); DictSNOPhysMesh.Add("a3dun_Crater_ST_Cent_02_W01_S01", 131443); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_01_E01_N01", 128611); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_01_E01_S01", 128613); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_01_W01_N01", 128612); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_01_W01_S01", 128610); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_02_E01_N01", 142811); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_02_E01_S01", 142810); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_02_W01_N01", 142813); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_02_W01_S01", 142814); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_Mistress_E01_N01", 133013); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_Mistress_E01_S01", 133012); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_Mistress_W01_N01", 133014); DictSNOPhysMesh.Add("a3dun_Crater_ST_Circ_Mistress_W01_S01", 133015); DictSNOPhysMesh.Add("a3dun_Crater_ST_Entrance_01_E01_N01", 129410); DictSNOPhysMesh.Add("a3dun_Crater_ST_Entrance_01_E01_S01", 129409); DictSNOPhysMesh.Add("a3dun_Crater_ST_Entrance_01_W01_N01", 129411); DictSNOPhysMesh.Add("a3dun_Crater_ST_Entrance_01_W01_S01", 129412); DictSNOPhysMesh.Add("a3dun_Crater_ST_Entrance_02_E01_N01", 130278); DictSNOPhysMesh.Add("a3dun_Crater_ST_Entrance_02_E01_S01", 130277); DictSNOPhysMesh.Add("a3dun_Crater_ST_Entrance_02_W01_N01", 130280); DictSNOPhysMesh.Add("a3dun_Crater_ST_Entrance_02_W01_S01", 130279); DictSNOPhysMesh.Add("a3dun_Crater_ST_Exit_01_E01_N01", 128909); DictSNOPhysMesh.Add("a3dun_Crater_ST_Exit_01_E01_S01", 128908); DictSNOPhysMesh.Add("a3dun_Crater_ST_Exit_01_W01_N01", 128911); DictSNOPhysMesh.Add("a3dun_Crater_ST_Exit_01_W01_S01", 128910); DictSNOPhysMesh.Add("a3dun_Crater_SW_01_E01_N01", 128426); DictSNOPhysMesh.Add("a3dun_Crater_SW_01_E01_S01", 128429); DictSNOPhysMesh.Add("a3dun_Crater_SW_01_W01_N01", 128427); DictSNOPhysMesh.Add("a3dun_Crater_SW_01_W01_S01", 128428); DictSNOPhysMesh.Add("a3dun_Crater_S_Dead_End_01_E01_N01", 128574); DictSNOPhysMesh.Add("a3dun_Crater_S_Dead_End_01_E01_S01", 128577); DictSNOPhysMesh.Add("a3dun_Crater_S_Dead_End_01_W01_N01", 128575); DictSNOPhysMesh.Add("a3dun_Crater_S_Dead_End_01_W01_S01", 128576); DictSNOPhysMesh.Add("a3dun_Crater_S_Dead_End_02_E01_N01", 151058); DictSNOPhysMesh.Add("a3dun_Crater_S_Dead_End_02_E01_S01", 151059); DictSNOPhysMesh.Add("a3dun_Crater_S_Dead_End_02_W01_N01", 151060); DictSNOPhysMesh.Add("a3dun_Crater_S_Dead_End_02_W01_S01", 151061); DictSNOPhysMesh.Add("a3dun_Crater_S_Exit_02_E01_N01", 149491); DictSNOPhysMesh.Add("a3dun_Crater_S_Exit_02_E01_S01", 149490); DictSNOPhysMesh.Add("a3dun_Crater_S_Exit_02_W01_N01", 149493); DictSNOPhysMesh.Add("a3dun_Crater_S_Exit_02_W01_S01", 149492); DictSNOPhysMesh.Add("a3Dun_Crater_S_exit_03_E01_N01", 156591); DictSNOPhysMesh.Add("a3Dun_Crater_S_exit_03_E01_S01", 156590); DictSNOPhysMesh.Add("a3Dun_Crater_S_exit_03_W01_N01", 156593); DictSNOPhysMesh.Add("a3Dun_Crater_S_exit_03_W01_S01", 156592); DictSNOPhysMesh.Add("a3dun_Crater_W_Dead_End_01_E01_N01", 128589); DictSNOPhysMesh.Add("a3dun_Crater_W_Dead_End_01_E01_S01", 128592); DictSNOPhysMesh.Add("a3dun_Crater_W_Dead_End_01_W01_N01", 128590); DictSNOPhysMesh.Add("a3dun_Crater_W_Dead_End_01_W01_S01", 128591); DictSNOPhysMesh.Add("a3dun_hub_AdriaTower_01", 186544); DictSNOPhysMesh.Add("a3dun_hub_Drawbridge_01_B_PHY", 206207); DictSNOPhysMesh.Add("a3dun_iceCaves_EW_01", 189517); DictSNOPhysMesh.Add("a3dun_iceCaves_E_01", 189522); DictSNOPhysMesh.Add("a3dun_iceCaves_E_Entrance_01", 189527); DictSNOPhysMesh.Add("a3dun_iceCaves_NEW_01", 189528); DictSNOPhysMesh.Add("a3dun_iceCaves_NE_01", 190356); DictSNOPhysMesh.Add("a3dun_iceCaves_NSEW_01", 189168); DictSNOPhysMesh.Add("a3dun_iceCaves_NSEW_Holes_01", 189326); DictSNOPhysMesh.Add("a3dun_iceCaves_NSE_01", 189579); DictSNOPhysMesh.Add("a3dun_iceCaves_NSW_01", 188911); DictSNOPhysMesh.Add("a3dun_iceCaves_NW_01", 188943); DictSNOPhysMesh.Add("a3dun_iceCaves_N_01", 188958); DictSNOPhysMesh.Add("a3dun_iceCaves_N_Entrance_01", 188976); DictSNOPhysMesh.Add("a3dun_iceCaves_SEW_01", 189004); DictSNOPhysMesh.Add("a3dun_iceCaves_SE_01", 189017); DictSNOPhysMesh.Add("a3dun_iceCaves_SW_01", 189029); DictSNOPhysMesh.Add("a3dun_iceCaves_S_01", 189091); DictSNOPhysMesh.Add("a3dun_iceCaves_S_Entrance_01", 189121); DictSNOPhysMesh.Add("a3dun_iceCaves_W_01", 189139); DictSNOPhysMesh.Add("a3dun_iceCaves_W_Entrance_01", 189146); DictSNOPhysMesh.Add("a3dun_Keep_Bridge_Switch_B_PHY", 212000); DictSNOPhysMesh.Add("a3dun_Keep_EW_01", 124853); DictSNOPhysMesh.Add("a3dun_Keep_EW_02", 124856); DictSNOPhysMesh.Add("a3dun_Keep_EW_03", 128078); DictSNOPhysMesh.Add("a3dun_Keep_E_01", 127480); DictSNOPhysMesh.Add("a3dun_Keep_E_Entrance_01", 127698); DictSNOPhysMesh.Add("a3dun_Keep_E_Exit_01", 127692); DictSNOPhysMesh.Add("a3dun_Keep_E_Out_01", 157853); DictSNOPhysMesh.Add("a3dun_keep_FillScene_01", 124857); DictSNOPhysMesh.Add("a3dun_Keep_Gluttony_Filler_01_PHY", 201093); DictSNOPhysMesh.Add("a3dun_Keep_Gluttony_Hall_01_PHY", 201211); DictSNOPhysMesh.Add("a3dun_Keep_Gluttony_Hall_Exit_01", 166375); DictSNOPhysMesh.Add("a3dun_Keep_Gluttony_Room_PHY", 201663); DictSNOPhysMesh.Add("a3dun_Keep_Hub_Inn", 181162); DictSNOPhysMesh.Add("a3dun_Keep_NEW_01", 124858); DictSNOPhysMesh.Add("a3dun_Keep_NEW_02", 124859); DictSNOPhysMesh.Add("a3dun_Keep_NEW_03", 128079); DictSNOPhysMesh.Add("a3dun_Keep_NEW_04", 128080); DictSNOPhysMesh.Add("a3dun_Keep_NE_01", 124860); DictSNOPhysMesh.Add("a3dun_Keep_NE_02", 124861); DictSNOPhysMesh.Add("a3dun_Keep_NSEW_01", 124862); DictSNOPhysMesh.Add("a3dun_Keep_NSEW_02", 127663); DictSNOPhysMesh.Add("a3dun_Keep_NSEW_03", 128083); DictSNOPhysMesh.Add("a3dun_Keep_NSEW_04", 128084); DictSNOPhysMesh.Add("a3dun_Keep_NSEW_05", 128085); DictSNOPhysMesh.Add("a3dun_Keep_NSEW_06", 128086); DictSNOPhysMesh.Add("a3dun_Keep_NSEW_07", 128098); DictSNOPhysMesh.Add("a3dun_Keep_NSEW_08", 128087); DictSNOPhysMesh.Add("a3dun_Keep_NSE_01", 124863); DictSNOPhysMesh.Add("a3dun_Keep_NSE_02", 124539); DictSNOPhysMesh.Add("a3dun_Keep_NSW_01", 124864); DictSNOPhysMesh.Add("a3dun_Keep_NSW_02", 124865); DictSNOPhysMesh.Add("a3dun_Keep_NSW_03", 127606); DictSNOPhysMesh.Add("a3dun_Keep_NS_01", 124866); DictSNOPhysMesh.Add("a3dun_Keep_NS_02", 124867); DictSNOPhysMesh.Add("a3dun_Keep_NS_03", 128081); DictSNOPhysMesh.Add("a3dun_Keep_NS_04", 128082); DictSNOPhysMesh.Add("a3dun_Keep_NW_01", 124868); DictSNOPhysMesh.Add("a3dun_Keep_NW_02", 124869); DictSNOPhysMesh.Add("a3dun_Keep_N_01", 127482); DictSNOPhysMesh.Add("a3dun_Keep_N_Entrance_01", 128077); DictSNOPhysMesh.Add("a3dun_Keep_N_Entrance_02", 128103); DictSNOPhysMesh.Add("a3dun_Keep_N_Exit_01", 127691); DictSNOPhysMesh.Add("a3dun_Keep_SEW_01", 124870); DictSNOPhysMesh.Add("a3dun_Keep_SEW_02", 124871); DictSNOPhysMesh.Add("a3dun_Keep_SE_01", 124872); DictSNOPhysMesh.Add("a3dun_Keep_SE_02", 124873); DictSNOPhysMesh.Add("a3dun_Keep_SE_03", 127599); DictSNOPhysMesh.Add("a3dun_Keep_SE_04", 127969); DictSNOPhysMesh.Add("a3dun_Keep_SW_01", 124874); DictSNOPhysMesh.Add("a3dun_Keep_SW_02", 124875); DictSNOPhysMesh.Add("a3dun_Keep_SW_03", 127929); DictSNOPhysMesh.Add("a3dun_Keep_S_01", 127483); DictSNOPhysMesh.Add("a3dun_Keep_S_Entrance_01", 127696); DictSNOPhysMesh.Add("a3dun_Keep_S_Exit_01", 127659); DictSNOPhysMesh.Add("a3dun_Keep_Wheel_C_PHY", 211993); DictSNOPhysMesh.Add("a3dun_Keep_W_01", 127484); DictSNOPhysMesh.Add("a3dun_Keep_W_Entrance_01", 127699); DictSNOPhysMesh.Add("a3dun_Keep_W_Exit_01", 127693); DictSNOPhysMesh.Add("a3dun_rmpt_dmg_Filler_01", 135731); DictSNOPhysMesh.Add("a3dun_rmpt_dmg_Filler_02", 136067); DictSNOPhysMesh.Add("a3dun_rmpt_dmg_Filler_03", 135974); DictSNOPhysMesh.Add("a3dun_rmpt_dmg_Filler_EW_01", 164682); DictSNOPhysMesh.Add("a3dun_rmpt_dmg_Filler_NE_01", 162724); DictSNOPhysMesh.Add("a3dun_rmpt_dmg_Filler_NSEW_02", 219930); DictSNOPhysMesh.Add("a3dun_rmpt_EW_01", 127604); DictSNOPhysMesh.Add("a3dun_rmpt_EW_02_Dmg", 128573); DictSNOPhysMesh.Add("a3dun_rmpt_EW_03", 127608); DictSNOPhysMesh.Add("a3dun_rmpt_EW_04", 127609); DictSNOPhysMesh.Add("a3dun_rmpt_EW_Load_02", 127668); DictSNOPhysMesh.Add("a3dun_rmpt_E_Entrance_01", 128338); DictSNOPhysMesh.Add("a3dun_rmpt_E_Load_01_Dmg", 128397); DictSNOPhysMesh.Add("a3dun_rmpt_Filler_01", 127672); DictSNOPhysMesh.Add("a3dun_rmpt_Filler_02", 127674); DictSNOPhysMesh.Add("a3dun_rmpt_Filler_03", 127675); DictSNOPhysMesh.Add("a3dun_rmpt_Filler_04", 127851); DictSNOPhysMesh.Add("a3dun_rmpt_Filler_Battle_01", 209857); DictSNOPhysMesh.Add("a3dun_rmpt_Filler_NSEW_01", 196623); DictSNOPhysMesh.Add("a3dun_rmpt_NE_01_Dmg", 128410); DictSNOPhysMesh.Add("a3dun_rmpt_NE_02_Dmg", 128413); DictSNOPhysMesh.Add("a3dun_rmpt_NE_03", 127602); DictSNOPhysMesh.Add("a3dun_rmpt_NE_03_Dmg", 128496); DictSNOPhysMesh.Add("a3dun_rmpt_NE_04", 127603); DictSNOPhysMesh.Add("a3dun_rmpt_NS_01_Dmg", 128507); DictSNOPhysMesh.Add("a3dun_rmpt_NS_02", 127611); DictSNOPhysMesh.Add("a3dun_rmpt_NS_02_Dmg", 128480); DictSNOPhysMesh.Add("a3dun_rmpt_NS_03", 127612); DictSNOPhysMesh.Add("a3dun_rmpt_NS_04", 127614); DictSNOPhysMesh.Add("a3dun_rmpt_N_Entrance_01", 128332); DictSNOPhysMesh.Add("a3dun_rmpt_SW_01", 127616); DictSNOPhysMesh.Add("a3dun_rmpt_SW_02", 127617); DictSNOPhysMesh.Add("a3dun_rmpt_SW_02_Dmg", 128431); DictSNOPhysMesh.Add("a3dun_rmpt_SW_03_Dmg", 128451); DictSNOPhysMesh.Add("a3dun_rmpt_SW_04", 127619); DictSNOPhysMesh.Add("a3dun_rmpt_SW_05", 127774); DictSNOPhysMesh.Add("a3dun_rmpt_W_Load_01", 128173); DictSNOPhysMesh.Add("a3dun_vendors_A_E01_S01", 172852); DictSNOPhysMesh.Add("a3dun_vendors_A_E01_S02", 172849); DictSNOPhysMesh.Add("a3dun_vendors_A_E01_S03", 172850); DictSNOPhysMesh.Add("a3dun_vendors_A_E02_S01", 172855); DictSNOPhysMesh.Add("a3dun_vendors_A_E02_S02", 172853); DictSNOPhysMesh.Add("a3dun_vendors_A_E02_S03", 172857); DictSNOPhysMesh.Add("a3dun_vendors_A_W01_S01", 172848); DictSNOPhysMesh.Add("a3dun_vendors_A_W01_S02", 172851); DictSNOPhysMesh.Add("a3dun_vendors_A_W01_S03", 172856); DictSNOPhysMesh.Add("a3_Battlefield_ChokepointB_E01_S01", 128040); DictSNOPhysMesh.Add("a3_Battlefield_ChokepointB_E02_S01", 128039); DictSNOPhysMesh.Add("a3_Battlefield_ChokepointB_E03_S01", 128057); DictSNOPhysMesh.Add("a3_Battlefield_Chokepoint_B", 128399); DictSNOPhysMesh.Add("a3_Battlefield_EntranceA_E01_S01", 128067); DictSNOPhysMesh.Add("a3_Battlefield_EntranceA_E01_S02", 128066); DictSNOPhysMesh.Add("a3_Battlefield_EntranceA_E02_S01", 128073); DictSNOPhysMesh.Add("a3_Battlefield_EntranceA_E02_S02", 128068); DictSNOPhysMesh.Add("a3_Battlefield_Exit_E01_S01", 128110); DictSNOPhysMesh.Add("a3_Battlefield_Exit_E01_S02", 128270); DictSNOPhysMesh.Add("a3_Battlefield_Exit_E01_S03", 145388); DictSNOPhysMesh.Add("a3_Battlefield_Exit_E01_S04", 145409); DictSNOPhysMesh.Add("a3_Battlefield_Exit_E02_S02", 128325); DictSNOPhysMesh.Add("a3_Battlefield_Exit_E02_S03", 145387); DictSNOPhysMesh.Add("a3_Battlefield_Exit_W01_S02", 128324); DictSNOPhysMesh.Add("a3_Battlefield_Exit_W01_S03", 145400); DictSNOPhysMesh.Add("a3_Battlefield_NEW_02", 127987); DictSNOPhysMesh.Add("a3_Battlefield_NE_01", 127988); DictSNOPhysMesh.Add("a3_Battlefield_NSEW_02", 127991); DictSNOPhysMesh.Add("a3_Battlefield_NSE_02", 128035); DictSNOPhysMesh.Add("a3_Battlefield_NSE_02_Lava", 192560); DictSNOPhysMesh.Add("a3_Battlefield_NSW_02", 127994); DictSNOPhysMesh.Add("a3_Battlefield_NSW_02_Lava", 192728); DictSNOPhysMesh.Add("a3_Battlefield_NW_01", 127995); DictSNOPhysMesh.Add("a3_Battlefield_SE_01", 127999); DictSNOPhysMesh.Add("a3_Battlefield_SE_03", 128037); DictSNOPhysMesh.Add("A3_Battlefield_SiegebreakerGate_Columns_A_PHY", 214496); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_DemonBallista_A", 128188); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_DemonGenericA", 128271); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_DemonGenericB", 128272); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_DemonGenericC", 128273); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_HumanGenericA", 128274); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_HumanGenericB", 128278); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_HumanGenericC", 128294); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_HumanGenericD", 128309); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_HumanGenericE", 128327); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_IceCavesEntrance_A", 188345); DictSNOPhysMesh.Add("a3_Battlefield_Sub120_Trenchapault", 128128); DictSNOPhysMesh.Add("a3_Battlefield_Sub240_DemonCatapultA", 128275); DictSNOPhysMesh.Add("a3_Battlefield_Sub240_HumanOutpost_01", 128263); DictSNOPhysMesh.Add("a3_Battlefield_Sub240_HumanOutpost_02", 128265); DictSNOPhysMesh.Add("a3_Battlefield_Sub240_HumanOutpost_03", 128267); DictSNOPhysMesh.Add("a3_Battlefield_SW_01", 128001); DictSNOPhysMesh.Add("a4dunGarden_Props_StairsExit", 212120); DictSNOPhysMesh.Add("a4dunGarden_Props_StairsNoExit", 212121); DictSNOPhysMesh.Add("a4dun_Diablo_Arena_E02_S03", 163102); DictSNOPhysMesh.Add("a4dun_Diablo_Arena_E03_S02", 163016); DictSNOPhysMesh.Add("a4dun_Diablo_Arena_E03_S03", 163101); DictSNOPhysMesh.Add("a4dun_Diablo_Arena_E03_S04", 163106); DictSNOPhysMesh.Add("a4dun_Diablo_Arena_E04_S03", 163105); DictSNOPhysMesh.Add("a4dun_Diablo_Arena_E04_S04", 163107); DictSNOPhysMesh.Add("a4dun_Diablo_Arena_E04_S05", 163265); DictSNOPhysMesh.Add("a4dun_Diablo_Arena_E05_S04", 163181); DictSNOPhysMesh.Add("a4dun_Diablo_ShadowRealm_E01_S01", 175259); DictSNOPhysMesh.Add("a4dun_Diablo_ShadowRealm_E01_S02", 175260); DictSNOPhysMesh.Add("a4dun_Diablo_ShadowRealm_E02_S01", 175258); DictSNOPhysMesh.Add("a4dun_Diablo_ShadowRealm_E02_S02", 175257); DictSNOPhysMesh.Add("a4dun_garden_level_01_E01_S03", 128517); DictSNOPhysMesh.Add("a4dun_garden_level_01_E01_S04", 128513); DictSNOPhysMesh.Add("a4dun_garden_level_01_E01_S05", 156733); DictSNOPhysMesh.Add("a4dun_garden_level_01_E02_S03", 128516); DictSNOPhysMesh.Add("a4dun_garden_level_01_E02_S04", 128512); DictSNOPhysMesh.Add("a4dun_garden_level_01_E02_S05", 128509); DictSNOPhysMesh.Add("a4dun_garden_level_01_E03_S02", 128519); DictSNOPhysMesh.Add("a4dun_garden_level_01_E03_S03", 128524); DictSNOPhysMesh.Add("a4dun_garden_level_01_E03_S04", 128511); DictSNOPhysMesh.Add("a4dun_garden_level_01_E03_S05", 128508); DictSNOPhysMesh.Add("a4dun_garden_level_01_E04_S01", 128521); DictSNOPhysMesh.Add("a4dun_garden_level_01_E04_S02", 128518); DictSNOPhysMesh.Add("a4dun_garden_level_01_E04_S03", 128515); DictSNOPhysMesh.Add("a4dun_garden_level_01_E04_S04", 128510); DictSNOPhysMesh.Add("a4dun_garden_level_01_E04_S05", 148759); DictSNOPhysMesh.Add("a4dun_garden_level_01_E05_S01", 148767); DictSNOPhysMesh.Add("a4dun_garden_level_01_E05_S02", 128584); DictSNOPhysMesh.Add("a4dun_garden_level_01_E05_S04", 148760); DictSNOPhysMesh.Add("a4dun_garden_level_01_E05_S05", 183961); DictSNOPhysMesh.Add("a4dun_garden_level_01_W01_S03", 161826); DictSNOPhysMesh.Add("a4dun_garden_level_01_W01_S04", 160422); DictSNOPhysMesh.Add("a4dun_garden_level_01_W01_S05", 160421); DictSNOPhysMesh.Add("a4dun_garden_level_02_E01_S03", 162209); DictSNOPhysMesh.Add("a4dun_garden_level_02_E01_S04", 128608); DictSNOPhysMesh.Add("a4dun_garden_level_02_E01_S05", 128609); DictSNOPhysMesh.Add("a4dun_garden_level_02_E01_S06", 162169); DictSNOPhysMesh.Add("a4dun_garden_level_02_E02_S03", 128637); DictSNOPhysMesh.Add("a4dun_garden_level_02_E02_S04", 128532); DictSNOPhysMesh.Add("a4dun_garden_level_02_E02_S05", 128529); DictSNOPhysMesh.Add("a4dun_garden_level_02_E03_S01", 128538); DictSNOPhysMesh.Add("a4dun_garden_level_02_E03_S02", 128536); DictSNOPhysMesh.Add("a4dun_garden_level_02_E03_S03", 128539); DictSNOPhysMesh.Add("a4dun_garden_level_02_E03_S04", 128531); DictSNOPhysMesh.Add("a4dun_garden_level_02_E03_S05", 128634); DictSNOPhysMesh.Add("a4dun_garden_level_02_E04_S01", 128537); DictSNOPhysMesh.Add("a4dun_garden_level_02_E04_S02", 128535); DictSNOPhysMesh.Add("a4dun_garden_level_02_E04_S03", 128533); DictSNOPhysMesh.Add("a4dun_garden_level_02_E04_S04", 128530); DictSNOPhysMesh.Add("a4dun_garden_level_02_E04_S05", 128633); DictSNOPhysMesh.Add("a4dun_garden_level_02_E05_N01", 162186); DictSNOPhysMesh.Add("a4dun_garden_level_02_E05_S01", 128607); DictSNOPhysMesh.Add("a4dun_garden_level_02_E05_S02", 128534); DictSNOPhysMesh.Add("a4dun_garden_level_02_E05_S03", 128636); DictSNOPhysMesh.Add("a4dun_garden_level_02_E05_S04", 128635); DictSNOPhysMesh.Add("a4dun_garden_level_02_E06_S01", 149706); DictSNOPhysMesh.Add("a4dun_garden_level_02_E06_S02", 149707); DictSNOPhysMesh.Add("a4dun_garden_level_02_W01_S04", 170886); DictSNOPhysMesh.Add("a4dun_garden_level_02_W01_S05", 162196); DictSNOPhysMesh.Add("a4dun_garden_level_03_E01_S03", 128596); DictSNOPhysMesh.Add("a4dun_garden_level_03_E01_S04", 128545); DictSNOPhysMesh.Add("a4dun_garden_level_03_E01_S05", 163454); DictSNOPhysMesh.Add("a4dun_garden_level_03_E02_S03", 128548); DictSNOPhysMesh.Add("a4dun_garden_level_03_E02_S04", 128544); DictSNOPhysMesh.Add("a4dun_garden_level_03_E02_S05", 128597); DictSNOPhysMesh.Add("a4dun_garden_level_03_E03_S02", 128550); DictSNOPhysMesh.Add("a4dun_garden_level_03_E03_S03", 128547); DictSNOPhysMesh.Add("a4dun_garden_level_03_E03_S04", 128543); DictSNOPhysMesh.Add("a4dun_garden_level_03_E03_S05", 128541); DictSNOPhysMesh.Add("a4dun_garden_level_03_E04_S01", 128551); DictSNOPhysMesh.Add("a4dun_garden_level_03_E04_S02", 128549); DictSNOPhysMesh.Add("a4dun_garden_level_03_E04_S03", 128546); DictSNOPhysMesh.Add("a4dun_garden_level_03_E04_S04", 128542); DictSNOPhysMesh.Add("a4dun_garden_level_03_E04_S05", 128540); DictSNOPhysMesh.Add("a4dun_garden_level_03_E05_S01", 162933); DictSNOPhysMesh.Add("a4dun_garden_level_03_E05_S02", 143947); DictSNOPhysMesh.Add("a4dun_garden_level_03_E05_S03", 128552); DictSNOPhysMesh.Add("a4dun_garden_level_03_E05_S04", 128598); DictSNOPhysMesh.Add("a4dun_garden_level_03_E06_S02", 220092); DictSNOPhysMesh.Add("a4dun_garden_level_03_E06_S03", 220115); DictSNOPhysMesh.Add("a4dun_Garden_Purification_Well_FX_PHY", 224635); DictSNOPhysMesh.Add("a4dun_Garden_SkyboxA", 128414); DictSNOPhysMesh.Add("a4dun_garden_SpireEntrance_E01_S03", 128474); DictSNOPhysMesh.Add("a4dun_garden_SpireEntrance_E02_S02", 128258); DictSNOPhysMesh.Add("a4dun_garden_SpireEntrance_E02_S03", 128259); DictSNOPhysMesh.Add("a4dun_garden_SpireEntrance_E03_S01", 128475); DictSNOPhysMesh.Add("a4dun_garden_SpireEntrance_E03_S02", 128257); DictSNOPhysMesh.Add("a4dun_garden_SpireEntrance_E03_S03", 128260); DictSNOPhysMesh.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01", 147772); DictSNOPhysMesh.Add("a4dun_HellPortal_E_Dead_End_01_E01_S01", 147771); DictSNOPhysMesh.Add("a4dun_HellPortal_E_Dead_End_01_W01_N01", 147773); DictSNOPhysMesh.Add("a4dun_HellPortal_E_Dead_End_01_W01_S01", 147774); DictSNOPhysMesh.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01", 147731); DictSNOPhysMesh.Add("a4dun_HellPortal_N_Dead_End_01_E01_S01", 147730); DictSNOPhysMesh.Add("a4dun_HellPortal_N_Dead_End_01_W01_N01", 147732); DictSNOPhysMesh.Add("a4dun_HellPortal_N_Dead_End_01_W01_S01", 147733); DictSNOPhysMesh.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01", 147690); DictSNOPhysMesh.Add("a4dun_HellPortal_S_Dead_End_01_E01_S01", 147691); DictSNOPhysMesh.Add("a4dun_HellPortal_S_Dead_End_01_W01_N01", 147692); DictSNOPhysMesh.Add("a4dun_HellPortal_S_Dead_End_01_W01_S01", 147693); DictSNOPhysMesh.Add("a4dun_HellPortal_W_Dead_End_01_E01_N01", 147643); DictSNOPhysMesh.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01", 147644); DictSNOPhysMesh.Add("a4dun_HellPortal_W_Dead_End_01_W01_N01", 147645); DictSNOPhysMesh.Add("a4dun_HellPortal_W_Dead_End_01_W01_S01", 147646); DictSNOPhysMesh.Add("a4dun_Spire_Angel_Statue_Corrupted_A", 221157); DictSNOPhysMesh.Add("a4dun_Spire_Angel_Statue_Corrupted_B_02", 221160); DictSNOPhysMesh.Add("a4dun_Spire_Angel_Statue_Corrupted_B_PHY", 220421); DictSNOPhysMesh.Add("a4dun_Spire_Angel_Statue_Corrupted_C_PHY", 221163); DictSNOPhysMesh.Add("a4dun_spire_Corrupted_Column_Breakable_A_Base_b_PHY", 214314); DictSNOPhysMesh.Add("a4dun_spire_Corrupted_Column_Breakable_A_B_Base_B_PHY", 225464); DictSNOPhysMesh.Add("a4dun_spire_Corrupted_Column_Breakable_A_B_Base_PHY", 220302); DictSNOPhysMesh.Add("a4dun_spire_Corrupted_Column_Breakable_A_PHY", 225661); DictSNOPhysMesh.Add("a4dun_spire_Corrupted_Column_Breakable_C_Base_PHY", 221455); DictSNOPhysMesh.Add("a4dun_Spire_CorruptionGeyser_PHY", 223074); DictSNOPhysMesh.Add("a4dun_spire_corrupt_EW_01", 151133); DictSNOPhysMesh.Add("a4dun_spire_corrupt_EW_02", 151313); DictSNOPhysMesh.Add("a4dun_spire_corrupt_E_01", 151649); DictSNOPhysMesh.Add("a4dun_spire_corrupt_E_Entrance_01", 151956); DictSNOPhysMesh.Add("a4dun_spire_corrupt_E_Exit_01", 156628); DictSNOPhysMesh.Add("a4dun_spire_corrupt_Filler_01", 154945); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NEW_01", 152032); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NE_01", 152556); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NE_02", 152603); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NSEW_01", 152929); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NSEW_02", 221629); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NSE_01", 133968); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NSW_01", 151692); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NS_01", 153106); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NS_02", 153244); DictSNOPhysMesh.Add("a4dun_spire_corrupt_NW_01", 153281); DictSNOPhysMesh.Add("a4dun_spire_corrupt_N_01", 154032); DictSNOPhysMesh.Add("a4dun_spire_corrupt_N_Entrance_01", 154050); DictSNOPhysMesh.Add("a4dun_spire_corrupt_N_Exit_01", 154060); DictSNOPhysMesh.Add("a4dun_spire_corrupt_SEW_01", 154112); DictSNOPhysMesh.Add("a4dun_spire_corrupt_SE_01", 154183); DictSNOPhysMesh.Add("a4dun_spire_corrupt_SE_02", 154215); DictSNOPhysMesh.Add("a4dun_spire_corrupt_SW_01", 154633); DictSNOPhysMesh.Add("a4dun_spire_corrupt_S_01", 154681); DictSNOPhysMesh.Add("a4dun_spire_corrupt_S_Entrance_01", 154725); DictSNOPhysMesh.Add("a4dun_spire_corrupt_S_Exit_01", 156643); DictSNOPhysMesh.Add("a4dun_spire_corrupt_W_01", 154785); DictSNOPhysMesh.Add("a4dun_spire_corrupt_W_Entrance_01", 154815); DictSNOPhysMesh.Add("a4dun_spire_corrupt_W_Exit_01", 155319); DictSNOPhysMesh.Add("a4dun_spire_DiabloEntrance_E01_S02", 205061); DictSNOPhysMesh.Add("a4dun_spire_DiabloEntrance_E02_S01", 205057); DictSNOPhysMesh.Add("a4dun_spire_DiabloEntrance_E02_S02", 205062); DictSNOPhysMesh.Add("a4dun_Spire_ElevatorSwitch_phys", 253248); DictSNOPhysMesh.Add("a4dun_spire_exterior_E01_S03", 214998); DictSNOPhysMesh.Add("a4dun_spire_exterior_E02_S03", 214999); DictSNOPhysMesh.Add("a4dun_spire_exterior_E03_S01", 214994); DictSNOPhysMesh.Add("a4dun_spire_exterior_E03_S02", 214996); DictSNOPhysMesh.Add("a4dun_spire_exterior_E03_S03", 215215); DictSNOPhysMesh.Add("a4dun_spire_exterior_Filler", 215652); DictSNOPhysMesh.Add("a4dun_spire_LibraryOfFate_01", 136260); DictSNOPhysMesh.Add("a4dun_spire_LibraryOfFate_01_Filler_N", 155363); DictSNOPhysMesh.Add("a4dun_spire_LibraryOfFate_01_Filler_NE", 158181); DictSNOPhysMesh.Add("a4dun_spire_LibraryOfFate_01_Filler_NW", 157581); DictSNOPhysMesh.Add("a4dun_spire_LibraryOfFate_01_Filler_S", 156029); DictSNOPhysMesh.Add("a4dun_spire_LibraryOfFate_01_Filler_SW", 158143); DictSNOPhysMesh.Add("a4dun_spire_LibraryOfFate_01_Filler_W", 155969); DictSNOPhysMesh.Add("a4dun_spire_LibraryOfFate_Entrance_01", 156167); DictSNOPhysMesh.Add("a4dun_spire_MainEntrance_E02_S02", 197397); DictSNOPhysMesh.Add("a4dun_spire_MainEntrance_E02_S03", 197398); DictSNOPhysMesh.Add("a4dun_spire_MainEntrance_E03_S02", 197393); DictSNOPhysMesh.Add("a4dun_spire_MainEntrance_E03_S03", 197395); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_A", 159423); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_A_Entrance", 162528); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_A_Filler_E", 206485); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_A_Filler_N", 165360); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_A_Filler_NW", 165433); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_A_Filler_W", 164510); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_B", 164013); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_B_Entrance", 163772); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_C", 181636); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_C_Entrance", 181729); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_D", 180503); DictSNOPhysMesh.Add("a4dun_spire_SigilRoom_D_Entrance", 181719); DictSNOPhysMesh.Add("a4dun_Spire_SkyboxA", 128481); DictSNOPhysMesh.Add("Awning_ClothB_caOut_Towns", 124017); DictSNOPhysMesh.Add("Awning_ClothC_caOut_Towns", 124019); DictSNOPhysMesh.Add("Awning_ClothD_caOut_Towns", 124020); DictSNOPhysMesh.Add("Awning_ClothE_caOut_Towns", 124021); DictSNOPhysMesh.Add("Awning_ClothJ_caOut_Towns", 124026); DictSNOPhysMesh.Add("Axe Holodeck", 124445); DictSNOPhysMesh.Add("Bad Data Scene", 124881); DictSNOPhysMesh.Add("Barricade_Doube_Breakable_Snow_A_B_PHY", 205757); DictSNOPhysMesh.Add("Battlefield_Siegebreaker_DestructibleColumn_Base_PHY", 228085); DictSNOPhysMesh.Add("BattleNet_Act5Screen", 288097); DictSNOPhysMesh.Add("Bat_swarm_symbol_ConeA", 124525); DictSNOPhysMesh.Add("Body_BentOverB_caOut_Gore", 124036); DictSNOPhysMesh.Add("Body_SpikedA_caOut_Gore", 124037); DictSNOPhysMesh.Add("Body_SpikedB_caOut_Gore", 124038); DictSNOPhysMesh.Add("Body_SpikedB_NoBody_caOut_Gore", 124039); DictSNOPhysMesh.Add("Body_TorturedA_caOut_Gore", 124040); DictSNOPhysMesh.Add("Brazier_IntactA_caOut_Towns", 124047); DictSNOPhysMesh.Add("breakable_Painting_F_PHY", 206650); DictSNOPhysMesh.Add("BurntBodyA_caOut_Gore", 124077); DictSNOPhysMesh.Add("BurntBodyB_caOut_Gore", 124078); DictSNOPhysMesh.Add("BurntBodyC_caOut_Gore", 124079); DictSNOPhysMesh.Add("BurntBodyD_caOut_Gore", 124080); DictSNOPhysMesh.Add("BurntBodyE_caOut_Gore", 124081); DictSNOPhysMesh.Add("BushA_trOut_Highlands", 124359); DictSNOPhysMesh.Add("BushF_trOut_Highlands", 124363); DictSNOPhysMesh.Add("Bush_F_trOut_Wilderness", 124374); DictSNOPhysMesh.Add("Bush_L_trOut_Wilderness", 124377); DictSNOPhysMesh.Add("Bush_O_trOut_Wilderness", 124382); DictSNOPhysMesh.Add("caOut_Arena_Alcarnus", 196977); DictSNOPhysMesh.Add("caOut_BelialFight", 127456); DictSNOPhysMesh.Add("caOut_Boneyards_Bloodhawknest_base_PHY", 205940); DictSNOPhysMesh.Add("caOut_BoneYards_Collapsing_Bones_Base", 124314); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_E_01", 127272); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_E_02", 127273); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_NE_03", 127294); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_NE_04", 127295); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_NW_04", 127297); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_N_02", 127298); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_SE_04", 127300); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_SW_03", 127301); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_SW_04", 127302); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_W_02", 127303); DictSNOPhysMesh.Add("caOut_Boneyard_Edge_W_03", 199226); DictSNOPhysMesh.Add("caOut_Boneyard_ExitA_E01_S01", 155437); DictSNOPhysMesh.Add("caOut_Boneyard_ExitA_E01_S02", 155438); DictSNOPhysMesh.Add("caOut_Boneyard_ExitA_E02_S01", 155435); DictSNOPhysMesh.Add("caOut_Boneyard_ExitA_E02_S02", 155436); DictSNOPhysMesh.Add("caOut_Boneyard_ExitA_Skybox", 155514); DictSNOPhysMesh.Add("caOut_Boneyard_ExitA_W01_S01", 180106); DictSNOPhysMesh.Add("caOut_Boneyard_ExitA_W01_S02", 180107); DictSNOPhysMesh.Add("caOut_Boneyard_Filler", 378253); DictSNOPhysMesh.Add("caOut_Boneyard_SkullSpawner_PHY", 204154); DictSNOPhysMesh.Add("caOut_Boneyard_Sub240_AntLionsDen_01", 127310); DictSNOPhysMesh.Add("caOut_Boneyard_Sub240_FieldOfBones_01", 127336); DictSNOPhysMesh.Add("caOut_Boneyard_Sub240_SandSpout_Single_01", 127337); DictSNOPhysMesh.Add("caOut_Boneyard_Sub240_SkullSpawner_01", 127313); DictSNOPhysMesh.Add("caOut_Boneyard_Sub240_SnakeBones_01", 127314); DictSNOPhysMesh.Add("caOut_Boneyard_Sub240_TarPits_01", 127338); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Bones_02", 127343); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Bones_03", 127344); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Bones_04", 127355); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Bones_05", 127356); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Bones_06", 127357); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Bones_07", 127351); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Bones_08", 127350); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Bones_09", 127349); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Bones_10", 127348); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_GenericCaveEntrance_01", 132655); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_SpiderCaveEntrance_01", 127353); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_Waypoint", 143399); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_WormCaveEntrance_01", 127354); DictSNOPhysMesh.Add("caOut_Boneyard_Sub80_ZKDungeonEntrance_02", 183075); DictSNOPhysMesh.Add("caOut_Chest_Lift_Mirror_B_PHY", 213237); DictSNOPhysMesh.Add("caOut_Chest_Lift_PHY", 258007); DictSNOPhysMesh.Add("caOut_Hub_Inn", 190364); DictSNOPhysMesh.Add("caOut_Interior_B_x01_y01", 125214); DictSNOPhysMesh.Add("caOut_Interior_C_x01_y01", 127277); DictSNOPhysMesh.Add("caOut_Interior_D_x01_y01", 127278); DictSNOPhysMesh.Add("caOut_Interior_F_x01_y01", 124671); DictSNOPhysMesh.Add("caOut_Interior_G_x01_y01", 127307); DictSNOPhysMesh.Add("caOut_Interior_H_HoneyRoom", 165456); DictSNOPhysMesh.Add("caOut_Interior_H_Rockworm", 159538); DictSNOPhysMesh.Add("caOut_Interior_I", 136370); DictSNOPhysMesh.Add("caOut_Interior_I_CorpseEater", 180488); DictSNOPhysMesh.Add("caOut_Mine_Abandoned_CellarA", 127654); DictSNOPhysMesh.Add("caOut_Oasis_AqueductEntranceA", 127386); DictSNOPhysMesh.Add("caOut_Oasis_AqueductExitA", 127389); DictSNOPhysMesh.Add("caOut_Oasis_Cellar_A", 129961); DictSNOPhysMesh.Add("caOut_Oasis_Cellar_B", 130065); DictSNOPhysMesh.Add("caOut_Oasis_Cellar_C", 131873); DictSNOPhysMesh.Add("caOut_Oasis_Cellar_D", 132563); DictSNOPhysMesh.Add("caOut_Oasis_Edge_E_01", 127308); DictSNOPhysMesh.Add("caOut_Oasis_Edge_E_02", 197725); DictSNOPhysMesh.Add("caOut_Oasis_Edge_NE_01", 127322); DictSNOPhysMesh.Add("caOut_Oasis_Edge_NE_02", 127327); DictSNOPhysMesh.Add("caOut_Oasis_Edge_NW_01", 127317); DictSNOPhysMesh.Add("caOut_Oasis_Edge_NW_02", 127328); DictSNOPhysMesh.Add("caOut_Oasis_Edge_NW_03", 127396); DictSNOPhysMesh.Add("caOut_Oasis_Edge_N_02", 127394); DictSNOPhysMesh.Add("caOut_Oasis_Edge_SE_01", 127318); DictSNOPhysMesh.Add("caOut_Oasis_Edge_SE_01B", 187868); DictSNOPhysMesh.Add("caOut_Oasis_Edge_SE_02", 127329); DictSNOPhysMesh.Add("caOut_Oasis_Edge_SW_01", 127320); DictSNOPhysMesh.Add("caOut_Oasis_Edge_SW_02", 127324); DictSNOPhysMesh.Add("caOut_Oasis_Edge_SW_04", 128445); DictSNOPhysMesh.Add("caOut_Oasis_Edge_S_01", 127319); DictSNOPhysMesh.Add("caOut_Oasis_Edge_W_01", 127321); DictSNOPhysMesh.Add("caOut_Oasis_ExitA_E01_S01", 128467); DictSNOPhysMesh.Add("caOut_Oasis_ExitA_E01_S02", 128468); DictSNOPhysMesh.Add("caOut_Oasis_ExitA_E01_S03", 136742); DictSNOPhysMesh.Add("caOut_Oasis_ExitA_E02_S01", 128466); DictSNOPhysMesh.Add("caOut_Oasis_ExitA_E02_S02", 128469); DictSNOPhysMesh.Add("caOut_Oasis_ExitA_E02_S03", 136743); DictSNOPhysMesh.Add("caOut_Oasis_Filler_01", 409772); DictSNOPhysMesh.Add("caOut_Oasis_House_Door_Closed_PHY", 213245); DictSNOPhysMesh.Add("caOut_Oasis_Sub240_Cenote_Prisoners", 127536); DictSNOPhysMesh.Add("caOut_Oasis_Sub240_LunaticPools", 127657); DictSNOPhysMesh.Add("caOut_Oasis_Sub240_RakanishuShrine", 127535); DictSNOPhysMesh.Add("caOut_Oasis_Sub240_WaterPuzzle", 127601); DictSNOPhysMesh.Add("caOut_Oasis_Sub240_Water_Money", 127615); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_Cenote", 127701); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_Cenote_DungeonEntranceA", 127537); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_DungeonCavesA", 127392); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_DungeonZKRandomB", 127391); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_GenericHut", 127560); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_GenericHutCellar", 127559); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_GenericTerrainA", 128461); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_LunaticPool", 127666); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_Pool_01", 128433); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_Water_Eel", 127730); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_Waypoint", 143175); DictSNOPhysMesh.Add("caOut_Oasis_Sub80_ZakarwaHut", 127455); DictSNOPhysMesh.Add("caOut_Props_Bedroll_PHY", 220977); DictSNOPhysMesh.Add("caOut_Props_Bucket_PHY", 220979); DictSNOPhysMesh.Add("caOut_Props_Clutter_A_PHY", 220980); DictSNOPhysMesh.Add("caOut_Props_Clutter_B_PHY", 220981); DictSNOPhysMesh.Add("caOut_RefugeeCamp_E01_S01", 161491); DictSNOPhysMesh.Add("caOut_RefugeeCamp_E01_S02", 161492); DictSNOPhysMesh.Add("caOut_RefugeeCamp_E01_S03", 185532); DictSNOPhysMesh.Add("caOut_RefugeeCamp_E02_S01", 161489); DictSNOPhysMesh.Add("caOut_RefugeeCamp_E02_S02", 161490); DictSNOPhysMesh.Add("caOut_RefugeeCamp_E02_S03", 185531); DictSNOPhysMesh.Add("caOut_StingingWinds_E02_S07", 124993); DictSNOPhysMesh.Add("caOut_StingingWinds_E02_S08", 124994); DictSNOPhysMesh.Add("caOut_StingingWinds_E02_S09", 124546); DictSNOPhysMesh.Add("caOut_StingingWinds_E02_S10", 124996); DictSNOPhysMesh.Add("caOut_StingingWinds_E03_S06", 125008); DictSNOPhysMesh.Add("caOut_StingingWinds_E03_S07", 125009); DictSNOPhysMesh.Add("caOut_StingingWinds_E03_S08", 125010); DictSNOPhysMesh.Add("caOut_StingingWinds_E03_S09", 125011); DictSNOPhysMesh.Add("caOut_StingingWinds_E03_S10", 125012); DictSNOPhysMesh.Add("caOut_StingingWinds_E04_S06", 125027); DictSNOPhysMesh.Add("caOut_StingingWinds_E04_S07", 125028); DictSNOPhysMesh.Add("caOut_StingingWinds_E04_S08", 125029); DictSNOPhysMesh.Add("caOut_StingingWinds_E04_S09", 125030); DictSNOPhysMesh.Add("caOut_StingingWinds_E04_S10", 125031); DictSNOPhysMesh.Add("caOut_StingingWinds_E05_S05", 125045); DictSNOPhysMesh.Add("caOut_StingingWinds_E05_S06", 125046); DictSNOPhysMesh.Add("caOut_StingingWinds_E05_S07", 125047); DictSNOPhysMesh.Add("caOut_StingingWinds_E05_S08", 125048); DictSNOPhysMesh.Add("caOut_StingingWinds_E05_S09", 125049); DictSNOPhysMesh.Add("caOut_StingingWinds_E05_S10", 125050); DictSNOPhysMesh.Add("caOut_StingingWinds_E05_S11", 125051); DictSNOPhysMesh.Add("caOut_StingingWinds_E05_S12", 125052); DictSNOPhysMesh.Add("caOut_StingingWinds_E06_S05", 125066); DictSNOPhysMesh.Add("caOut_StingingWinds_E06_S06", 125067); DictSNOPhysMesh.Add("caOut_StingingWinds_E06_S07", 125068); DictSNOPhysMesh.Add("caOut_StingingWinds_E06_S08", 125069); DictSNOPhysMesh.Add("caOut_StingingWinds_E06_S09", 125070); DictSNOPhysMesh.Add("caOut_StingingWinds_E06_S10", 125071); DictSNOPhysMesh.Add("caOut_StingingWinds_E06_S11", 124550); DictSNOPhysMesh.Add("caOut_StingingWinds_E06_S12", 125072); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S05", 125087); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S06", 125088); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S07", 125089); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S08", 125090); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S09", 124551); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S10", 125091); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S11", 125092); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S12", 125093); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S13", 125094); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S14", 125095); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S15", 128395); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S16", 128394); DictSNOPhysMesh.Add("caOut_StingingWinds_E07_S17", 128393); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S04", 125107); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S05", 125108); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S06", 125109); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S07", 124552); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S09", 125111); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S10", 125112); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S11", 125113); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S12", 125114); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S13", 125115); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S14", 125116); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S15", 125117); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S16", 128396); DictSNOPhysMesh.Add("caOut_StingingWinds_E08_S17", 128392); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S08", 125131); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S09", 125132); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S10", 125133); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S11", 125134); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S12", 125135); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S13", 125136); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S14", 125137); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S15", 125138); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S16", 125139); DictSNOPhysMesh.Add("caOut_StingingWinds_E09_S17", 128391); DictSNOPhysMesh.Add("caOut_StingingWinds_E10_S14", 125158); DictSNOPhysMesh.Add("caOut_StingingWinds_E10_S15", 125159); DictSNOPhysMesh.Add("caOut_StingingWinds_Kid_Fort_phy", 213307); DictSNOPhysMesh.Add("caOut_StingingWinds_Sub80_SunkenShip", 128561); DictSNOPhysMesh.Add("caOut_StingingWinds_TriuneBloodAltar_A_PHY", 221871); DictSNOPhysMesh.Add("caOut_StingingWinds_TriuneBloodAltar_B_PHY", 221872); DictSNOPhysMesh.Add("caOut_StingingWinds_TriuneBloodAltar_C_PHY", 219231); DictSNOPhysMesh.Add("caOut_StingingWinds_TriuneBloodAltar_D_PHY", 221873); DictSNOPhysMesh.Add("caOut_Sub240x240_Battlements_Destroyed", 127655); DictSNOPhysMesh.Add("caOut_Sub240x240_Battlements_Ruin", 125216); DictSNOPhysMesh.Add("caOut_Sub240x240_Caravan_Destroyed_A", 125224); DictSNOPhysMesh.Add("caOut_Sub240x240_LandRift_Natural_B", 125233); DictSNOPhysMesh.Add("caOut_Sub240x240_Mine_Abandoned", 125234); DictSNOPhysMesh.Add("caOut_Sub240x240_Mine_Destroyed", 125235); DictSNOPhysMesh.Add("caOut_Sub240x240_Tower_Ruin", 125245); DictSNOPhysMesh.Add("caOut_Sub240x240_Tower_Ruin_Entrance", 125244); DictSNOPhysMesh.Add("caOut_Sub80x80_Beast_Dead", 125250); DictSNOPhysMesh.Add("caOut_Sub80x80_CaveEntrance_A", 180943); DictSNOPhysMesh.Add("caOut_Sub80x80_CultistCamp_A", 125252); DictSNOPhysMesh.Add("caOut_Sub80x80_DeadGuyCamp", 125253); DictSNOPhysMesh.Add("caOut_Sub80x80_DungeonEntrance_A", 125256); DictSNOPhysMesh.Add("caOut_Sub80x80_DungeonEntrance_C", 125259); DictSNOPhysMesh.Add("caOut_Sub80x80_Rocks_A", 125262); DictSNOPhysMesh.Add("caOut_Sub80x80_Rocks_Hive", 165573); DictSNOPhysMesh.Add("caOut_Sub80x80_Shark_Pool_A", 125263); DictSNOPhysMesh.Add("caOut_Sub80x80_Tower_A", 125265); DictSNOPhysMesh.Add("caOut_Sub80x80_Wagon_Broken", 125266); DictSNOPhysMesh.Add("caOut_Sub80x80_Well_Ruin", 125267); DictSNOPhysMesh.Add("CartVendorC_caOut_Props", 124088); DictSNOPhysMesh.Add("Catapult_a3dunKeep_WarMachines", 124425); DictSNOPhysMesh.Add("Cemetary_Gate_trOut_Wilderness", 124335); DictSNOPhysMesh.Add("CloudsSmall_trOut_Highlands", 124393); DictSNOPhysMesh.Add("Crafting_Blacksmith_Lvl_01", 128106); DictSNOPhysMesh.Add("Crafting_Blacksmith_Lvl_02", 128104); DictSNOPhysMesh.Add("Crafting_Blacksmith_Lvl_03", 128105); DictSNOPhysMesh.Add("Crafting_Blacksmith_Lvl_04", 128107); DictSNOPhysMesh.Add("Crafting_Blacksmith_Lvl_05", 128108); DictSNOPhysMesh.Add("Crafting_Mystic_Lvl_0", 128644); DictSNOPhysMesh.Add("Crafting_Mystic_Lvl_01", 179020); DictSNOPhysMesh.Add("Crafting_Mystic_Lvl_02", 128038); DictSNOPhysMesh.Add("Crafting_Mystic_Lvl_03", 128058); DictSNOPhysMesh.Add("Crafting_Mystic_Lvl_04", 128089); DictSNOPhysMesh.Add("Crafting_Mystic_Lvl_05", 128655); DictSNOPhysMesh.Add("DEFAULT_SKYBOX_SCENE_SNO_DONTDELETE", 128341); DictSNOPhysMesh.Add("Door_IntactC_caOut_Towns", 124098); DictSNOPhysMesh.Add("Dungeon_stone_Portal_Phy", 178675); DictSNOPhysMesh.Add("Fence_A_caOut_Mining_Interactive_Phy", 130875); DictSNOPhysMesh.Add("Fence_C_caOut_Mining_Interactive_Phy", 131584); DictSNOPhysMesh.Add("Fence_D_caOut_Mining_Interactive_Phy", 131499); DictSNOPhysMesh.Add("FlatWorld_100x100", 124594); DictSNOPhysMesh.Add("Flatworld_500x500", 125891); DictSNOPhysMesh.Add("Goatman_trap_door", 124322); DictSNOPhysMesh.Add("Goatman_Tree_Knot_trOut_Goatmen", 124348); DictSNOPhysMesh.Add("Goatman_Weapon_Rack_trOut_Highlands", 124342); DictSNOPhysMesh.Add("Goatmen_CookingPot_A_Stump", 124328); DictSNOPhysMesh.Add("Hive_A_caOut_Props", 124122); DictSNOPhysMesh.Add("Hive_B_caOut_Props", 124123); DictSNOPhysMesh.Add("Hive_C_caOut_Props", 124124); DictSNOPhysMesh.Add("Hive_D_caOut_Props", 124125); DictSNOPhysMesh.Add("Hive_E_caOut_Props", 124126); DictSNOPhysMesh.Add("House_Door_trOut_NewTristram_PHY", 201831); DictSNOPhysMesh.Add("LanternC_caOut_Props", 124128); DictSNOPhysMesh.Add("LanternE_caOut_Props", 124129); DictSNOPhysMesh.Add("Overhang_C_caOut_Towns", 124135); DictSNOPhysMesh.Add("p1_cesspools_01_Filler", 378646); DictSNOPhysMesh.Add("p1_cesspools_entrance_stairs_PHY", 388988); DictSNOPhysMesh.Add("p1_cesspools_EW_01", 378658); DictSNOPhysMesh.Add("p1_cesspools_E_01", 378670); DictSNOPhysMesh.Add("p1_cesspools_E_02", 386706); DictSNOPhysMesh.Add("p1_cesspools_NSEW_01", 378686); DictSNOPhysMesh.Add("p1_cesspools_NSEW_02", 378634); DictSNOPhysMesh.Add("p1_cesspools_NSEW_03", 378697); DictSNOPhysMesh.Add("p1_cesspools_NSEW_04", 378707); DictSNOPhysMesh.Add("p1_cesspools_NSEW_05", 378717); DictSNOPhysMesh.Add("p1_cesspools_NS_01", 378727); DictSNOPhysMesh.Add("p1_cesspools_N_01", 378737); DictSNOPhysMesh.Add("p1_cesspools_N_02", 386716); DictSNOPhysMesh.Add("p1_cesspools_S_01", 378747); DictSNOPhysMesh.Add("p1_cesspools_S_02", 386740); DictSNOPhysMesh.Add("p1_cesspools_W_01", 378760); DictSNOPhysMesh.Add("p1_cesspools_W_02", 386767); DictSNOPhysMesh.Add("p1_TGoblin_Realm_Prototype3_E01_S01", 380594); DictSNOPhysMesh.Add("p1_TGoblin_Realm_Prototype3_E01_S02", 380597); DictSNOPhysMesh.Add("p1_TGoblin_Realm_Prototype3_E01_S03", 380634); DictSNOPhysMesh.Add("p1_TGoblin_Realm_Prototype3_E02_S02", 380710); DictSNOPhysMesh.Add("p1_TGoblin_Realm_Prototype3_E02_S03", 380712); DictSNOPhysMesh.Add("p1_TGoblin_Realm_Prototype3_W01_S01", 380595); DictSNOPhysMesh.Add("p1_TGoblin_Realm_Prototype3_W01_S02", 380596); DictSNOPhysMesh.Add("p1_TGoblin_Realm_Prototype3_W01_S03", 380633); DictSNOPhysMesh.Add("p2_westm_graveyard_Border_Elbow_NE_02", 405265); DictSNOPhysMesh.Add("p2_westm_graveyard_Border_NSW_02", 405292); DictSNOPhysMesh.Add("p2_westm_graveyard_Border_SW_FillerOnly", 405405); DictSNOPhysMesh.Add("p2_westm_graveyard_NSEW_DD", 405279); DictSNOPhysMesh.Add("p4_bounty_grounds_Crypt_01", 443709); DictSNOPhysMesh.Add("p4_bounty_grounds_Keep_01", 443639); DictSNOPhysMesh.Add("p4_bounty_grounds_Leorics_Garden_01", 443735); DictSNOPhysMesh.Add("p4_bounty_grounds_Neph_01_E01_S01", 443837); DictSNOPhysMesh.Add("p4_bounty_grounds_Swr_01", 443687); DictSNOPhysMesh.Add("p4_bounty_grounds_Zolt_01", 443704); DictSNOPhysMesh.Add("p4_Forest_Coast_240_Connection_EW_01", 432361); DictSNOPhysMesh.Add("p4_Forest_Coast_240_Connection_NS_01", 432601); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Camp_NEW_01", 436830); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Camp_NSE_01", 436839); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Camp_NSW_01", 436848); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Camp_SEW_02", 436863); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Elbow_NE_02", 436877); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Elbow_NW_02", 436901); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Elbow_SE_02", 436903); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Elbow_SW_02", 436916); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Entrance_NEW_01", 436926); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Entrance_NSE_01", 436938); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Entrance_NSW_01", 436949); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_Entrance_SEW_01", 436967); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_NEW_01", 436983); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_NE_01", 404900); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_NSE_01", 437002); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_NSW_01", 437013); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_NW_01", 405599); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_SEW_01", 437026); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_SE_01", 405316); DictSNOPhysMesh.Add("p4_Forest_Coast_Border_SW_01", 404878); DictSNOPhysMesh.Add("p4_Forest_Coast_Cellar_01", 415898); DictSNOPhysMesh.Add("p4_Forest_Coast_Cellar_02", 415908); DictSNOPhysMesh.Add("p4_Forest_Coast_Cellar_03", 415918); DictSNOPhysMesh.Add("p4_Forest_Coast_Cellar_04", 415928); DictSNOPhysMesh.Add("p4_Forest_Coast_Filler_01", 405348); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_01", 404707); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_02", 404770); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_03", 404832); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_04", 404997); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_05", 408591); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_06", 436735); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_07", 437658); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_CaveEntrance_01", 415802); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_Sub120_01", 415820); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_Sub120_02", 415831); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_Sub120_03", 415842); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_Sub120_04", 415856); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_Sub120_05", 415871); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_Sub120_06", 434063); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_Sub120_EffigyMeadow", 435168); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_Sub120_TreeRitual", 435191); DictSNOPhysMesh.Add("p4_Forest_Coast_NSEW_Waypoint_01", 415633); DictSNOPhysMesh.Add("p4_Forest_Coast_Tower_A_01", 440800); DictSNOPhysMesh.Add("p4_Forest_Coast_Tower_A_02", 440909); DictSNOPhysMesh.Add("p4_Forest_Coast_Tower_A_03", 441391); DictSNOPhysMesh.Add("p4_Forest_Coast_Tower_A_03_Alt", 442439); DictSNOPhysMesh.Add("p4_Forest_Coast_Tower_filler_N_01", 441484); DictSNOPhysMesh.Add("p4_Forest_Coast_Tower_filler_N_01_Alt", 442434); DictSNOPhysMesh.Add("p4_Forest_Coast_Tower_filler_W_01", 441475); DictSNOPhysMesh.Add("p4_Forest_Coast_Tower_filler_W_01_Alt", 442433); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_Elbow_NE_02", 442969); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_Elbow_NW_02", 442978); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_Elbow_SE_02", 442995); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_Elbow_SW_02", 443004); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_Entrance_NEW_01", 443128); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_Entrance_NSE_01", 443013); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_Entrance_NSW_01", 443022); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_Entrance_SEW_01", 443031); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_NEW_01", 443040); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_NE_01", 443049); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_NSE_01", 443058); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_NSW_01", 443133); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_NW_01", 443067); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_SEW_01", 443076); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_SEW_02", 445566); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_SE_01", 443085); DictSNOPhysMesh.Add("p4_Forest_Snow_Border_SW_01", 443134); DictSNOPhysMesh.Add("p4_Forest_Snow_Cave_Entrance_NSEW_01", 445569); DictSNOPhysMesh.Add("p4_Forest_Snow_Filler_02", 443285); DictSNOPhysMesh.Add("p4_Forest_Snow_NSEW_01", 442949); DictSNOPhysMesh.Add("p4_Forest_Snow_NSEW_02", 443109); DictSNOPhysMesh.Add("p4_Forest_Snow_NSEW_04", 443118); DictSNOPhysMesh.Add("p4_Forest_Snow_NSEW_05", 445360); DictSNOPhysMesh.Add("p4_Forest_Snow_NSEW_06", 445620); DictSNOPhysMesh.Add("p4_Forest_Snow_NSEW_07", 445644); DictSNOPhysMesh.Add("p4_Forest_Snow_NSEW_08", 445698); DictSNOPhysMesh.Add("p4_ruins_frost_01_Filler", 410672); DictSNOPhysMesh.Add("p4_ruins_frost_EW_01", 405886); DictSNOPhysMesh.Add("p4_ruins_frost_EW_02_Blades", 434433); DictSNOPhysMesh.Add("p4_ruins_frost_E_01", 405851); DictSNOPhysMesh.Add("p4_ruins_frost_E_02_KKG_E01_S01", 437162); DictSNOPhysMesh.Add("p4_ruins_frost_E_02_KKG_W01_S01", 437161); DictSNOPhysMesh.Add("p4_ruins_frost_E_Entrance_01", 434671); DictSNOPhysMesh.Add("p4_ruins_frost_NEW_01", 405618); DictSNOPhysMesh.Add("p4_ruins_frost_NE_01", 405536); DictSNOPhysMesh.Add("p4_ruins_frost_NSEW_01", 404313); DictSNOPhysMesh.Add("p4_ruins_frost_NSEW_03_Ziggurat", 430015); DictSNOPhysMesh.Add("p4_ruins_frost_NSE_01", 405876); DictSNOPhysMesh.Add("p4_ruins_frost_NSW_01", 405737); DictSNOPhysMesh.Add("p4_ruins_frost_NS_01", 404392); DictSNOPhysMesh.Add("p4_ruins_frost_NW_01", 405644); DictSNOPhysMesh.Add("p4_ruins_frost_N_01", 405832); DictSNOPhysMesh.Add("p4_ruins_frost_N_Entrance_01", 435358); DictSNOPhysMesh.Add("p4_ruins_frost_SEW_01", 405578); DictSNOPhysMesh.Add("p4_ruins_frost_SEW_02", 435422); DictSNOPhysMesh.Add("p4_ruins_frost_SE_01", 405787); DictSNOPhysMesh.Add("p4_ruins_frost_SE_02_Guardians", 439320); DictSNOPhysMesh.Add("p4_ruins_frost_SW_01", 405710); DictSNOPhysMesh.Add("p4_ruins_frost_S_01", 405823); DictSNOPhysMesh.Add("p4_ruins_frost_S_02_Cube", 439331); DictSNOPhysMesh.Add("p4_ruins_frost_S_Entrance_01", 434869); DictSNOPhysMesh.Add("p4_ruins_frost_W_01", 405841); DictSNOPhysMesh.Add("p4_ruins_frost_W_Entrance_01", 435042); DictSNOPhysMesh.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01", 435764); DictSNOPhysMesh.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E02_S01", 435763); DictSNOPhysMesh.Add("p6_Caves_S_Exit_01_E01_N01", 463657); DictSNOPhysMesh.Add("p6_Caves_S_Exit_01_E01_N02", 464392); DictSNOPhysMesh.Add("p6_Caves_S_Exit_01_E01_S01", 463656); DictSNOPhysMesh.Add("p6_Caves_S_Exit_01_E02_N01", 463925); DictSNOPhysMesh.Add("p6_Caves_S_Exit_01_E02_N02", 464393); DictSNOPhysMesh.Add("p6_Caves_S_Exit_01_E02_S01", 463924); DictSNOPhysMesh.Add("p6_Caves_S_Exit_01_W01_N01", 463741); DictSNOPhysMesh.Add("p6_Caves_S_Exit_01_W01_N02", 464391); DictSNOPhysMesh.Add("p6_Caves_S_Exit_01_W01_S01", 463742); DictSNOPhysMesh.Add("p6_Church_01_Filler", 456496); DictSNOPhysMesh.Add("p6_Church_EW_01", 455990); DictSNOPhysMesh.Add("p6_Church_E_01", 456439); DictSNOPhysMesh.Add("p6_Church_E_Entrance_01", 456448); DictSNOPhysMesh.Add("p6_Church_NEW_01", 456080); DictSNOPhysMesh.Add("p6_Church_NE_01", 455893); DictSNOPhysMesh.Add("p6_Church_NSEW_01", 454054); DictSNOPhysMesh.Add("p6_Church_NSE_01", 456181); DictSNOPhysMesh.Add("p6_Church_NSW_01", 456059); DictSNOPhysMesh.Add("p6_Church_NS_01", 455076); DictSNOPhysMesh.Add("p6_Church_NW_01", 455927); DictSNOPhysMesh.Add("p6_Church_N_01", 456345); DictSNOPhysMesh.Add("p6_Church_N_Entrance_01", 456376); DictSNOPhysMesh.Add("p6_Church_SEW_01", 456033); DictSNOPhysMesh.Add("p6_Church_SEW_02", 457616); DictSNOPhysMesh.Add("p6_Church_SE_01", 455960); DictSNOPhysMesh.Add("p6_Church_SW_01", 455937); DictSNOPhysMesh.Add("p6_Church_S_01", 456486); DictSNOPhysMesh.Add("p6_Church_S_Boss_01", 470182); DictSNOPhysMesh.Add("p6_Church_S_Entrance_01", 456357); DictSNOPhysMesh.Add("p6_Church_S_Exit_02", 468561); DictSNOPhysMesh.Add("p6_Church_W_01", 456465); DictSNOPhysMesh.Add("p6_Church_W_Entrance_01", 456477); DictSNOPhysMesh.Add("P6_Lost_Souls_Labyrinth_NSEW_A_01", 461570); DictSNOPhysMesh.Add("P6_Lost_Souls_Labyrinth_NSEW_A_02", 461694); DictSNOPhysMesh.Add("p6_Moors_Cave_Flooded_Entrance_Props_PHY", 471084); DictSNOPhysMesh.Add("p6_Moor_Border_Elbow_NE_01", 453842); DictSNOPhysMesh.Add("p6_Moor_Border_Elbow_NW_01", 453852); DictSNOPhysMesh.Add("p6_Moor_Border_Elbow_SE_01", 453861); DictSNOPhysMesh.Add("p6_Moor_Border_Elbow_SE_02", 463910); DictSNOPhysMesh.Add("p6_Moor_Border_Elbow_SW_01", 453870); DictSNOPhysMesh.Add("p6_Moor_Filler_01", 460483); DictSNOPhysMesh.Add("p6_Moor_NEW_01", 453826); DictSNOPhysMesh.Add("p6_Moor_NEW_02", 457743); DictSNOPhysMesh.Add("p6_Moor_NE_01", 453808); DictSNOPhysMesh.Add("p6_Moor_NE_120_Entrance_01", 465543); DictSNOPhysMesh.Add("p6_Moor_NE_Entrance_01", 458588); DictSNOPhysMesh.Add("p6_Moor_NSEW_01", 453944); DictSNOPhysMesh.Add("p6_Moor_NSEW_02", 456607); DictSNOPhysMesh.Add("p6_Moor_NSEW_03", 457562); DictSNOPhysMesh.Add("p6_Moor_NSEW_04", 458190); DictSNOPhysMesh.Add("p6_Moor_NSEW_05", 459901); DictSNOPhysMesh.Add("p6_Moor_NSEW_06", 463767); DictSNOPhysMesh.Add("p6_Moor_NSEW_240_01", 458572); DictSNOPhysMesh.Add("p6_Moor_NSEW_240_02", 460725); DictSNOPhysMesh.Add("p6_Moor_NSEW_240_03", 460733); DictSNOPhysMesh.Add("p6_Moor_NSEW_Waypoint", 463839); DictSNOPhysMesh.Add("p6_Moor_NSEW_Well", 464557); DictSNOPhysMesh.Add("p6_Moor_NSE_01", 453883); DictSNOPhysMesh.Add("p6_Moor_NSE_02", 463696); DictSNOPhysMesh.Add("p6_Moor_NSW_01", 453892); DictSNOPhysMesh.Add("p6_Moor_NSW_02", 457798); DictSNOPhysMesh.Add("p6_Moor_NSW_03", 457837); DictSNOPhysMesh.Add("p6_Moor_NW_01", 453906); DictSNOPhysMesh.Add("p6_Moor_NW_01_Event", 463184); DictSNOPhysMesh.Add("p6_Moor_NW_02", 457813); DictSNOPhysMesh.Add("p6_Moor_NW_Entrance_01", 458605); DictSNOPhysMesh.Add("p6_Moor_SEW_01", 453915); DictSNOPhysMesh.Add("p6_Moor_SE_01", 453926); DictSNOPhysMesh.Add("p6_Moor_SE_Entrance_01", 458621); DictSNOPhysMesh.Add("p6_Moor_SmallRock_P", 474700); DictSNOPhysMesh.Add("p6_Moor_SW_01", 453935); DictSNOPhysMesh.Add("p6_Moor_SW_120_Entrance_01", 465518); DictSNOPhysMesh.Add("p6_Moor_SW_Entrance_01", 458637); DictSNOPhysMesh.Add("physicstrDun_Crypt_Skeleton_King_Throne_Parts", 196973); DictSNOPhysMesh.Add("PHY_a1dun_Crypts_Leoric_Crown_Holder_PHY", 205538); DictSNOPhysMesh.Add("phy_a2Dun_Zolt_Zoltan_Sphere", 206021); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_Columns_A", 210598); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_Columns_B", 210597); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_Columns_C", 210596); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_Columns_D", 210595); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_SingleColumn_A", 210600); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_SingleColumn_B", 210599); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_SingleColumn_C", 210963); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_SingleColumn_D", 210973); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_SingleColumn_E", 210988); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_SingleColumn_F", 210995); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_SingleColumn_G", 210997); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_TallColumn_A", 210602); DictSNOPhysMesh.Add("phy_a3dunIceCaves_Ice_TallColumn_B", 210601); DictSNOPhysMesh.Add("phy_a4dun_Sigil_room_platform_A_Physics", 206351); DictSNOPhysMesh.Add("phy_caOutDoor_Closed", 211240); DictSNOPhysMesh.Add("phy_caOutDoor_Open", 211239); DictSNOPhysMesh.Add("phy_LS_Cata_Column_A_01", 464409); DictSNOPhysMesh.Add("phy_LS_HexMaze_Floor_Pillar01", 464207); DictSNOPhysMesh.Add("phy_trOut_NewTristram_triage_A", 210587); DictSNOPhysMesh.Add("phy_trOut_NewTristram_triage_B", 210588); DictSNOPhysMesh.Add("phy_trOut_NewTristram_triage_C", 210589); DictSNOPhysMesh.Add("phy_trOUT_ZombiePileAndWagon", 174558); DictSNOPhysMesh.Add("phy_x1_Abattoir_Door", 375505); DictSNOPhysMesh.Add("phy_X1_Bog_Closed_Door", 373112); DictSNOPhysMesh.Add("PT_Ahmed_cart02_PHY", 214709); DictSNOPhysMesh.Add("PvP_Butcher_Arena_Appearance", 128193); DictSNOPhysMesh.Add("PvP_Cald_Swr_Appearance", 128432); DictSNOPhysMesh.Add("PvP_caOut_Arena_01", 127912); DictSNOPhysMesh.Add("PvP_Crypt_Arena_01", 133684); DictSNOPhysMesh.Add("PvP_Duel_Box", 273253); DictSNOPhysMesh.Add("PvP_Duel_Small_Multi_E01_N01", 285449); DictSNOPhysMesh.Add("PvP_Duel_Small_Multi_E01_S01", 285450); DictSNOPhysMesh.Add("PvP_Duel_Small_Multi_E01_S02", 285451); DictSNOPhysMesh.Add("PvP_Duel_Small_Multi_E02_N01", 285452); DictSNOPhysMesh.Add("PvP_Duel_Small_Multi_E02_S01", 285453); DictSNOPhysMesh.Add("PvP_Duel_Small_Multi_E02_S02", 285454); DictSNOPhysMesh.Add("PvP_Duel_Small_Multi_W01_N01", 285455); DictSNOPhysMesh.Add("PvP_Duel_Small_Multi_W01_S01", 285456); DictSNOPhysMesh.Add("PvP_Duel_Small_Multi_W01_S02", 285457); DictSNOPhysMesh.Add("PvP_Filler_Generic", 274769); DictSNOPhysMesh.Add("PvP_Keep_Arena", 225861); DictSNOPhysMesh.Add("PvP_Map2_x03_y02", 125980); DictSNOPhysMesh.Add("PvP_Map2_x03_y03", 125981); DictSNOPhysMesh.Add("PvP_Map2_x03_y04", 125982); DictSNOPhysMesh.Add("PvP_Map2_x03_y05", 125983); DictSNOPhysMesh.Add("PvP_Map2_x03_y06", 125984); DictSNOPhysMesh.Add("PvP_Map2_x03_y07", 125985); DictSNOPhysMesh.Add("PvP_Map2_x04_y01", 125987); DictSNOPhysMesh.Add("PvP_Map2_x04_y02", 125988); DictSNOPhysMesh.Add("PvP_Map2_x04_y03", 124600); DictSNOPhysMesh.Add("PvP_Map2_x04_y04", 125989); DictSNOPhysMesh.Add("PvP_Map2_x04_y05", 125990); DictSNOPhysMesh.Add("PvP_Map2_x04_y06", 125991); DictSNOPhysMesh.Add("PvP_Map2_x04_y07", 125992); DictSNOPhysMesh.Add("PvP_Map2_x04_y08", 125993); DictSNOPhysMesh.Add("PvP_Map2_x05_y01", 125994); DictSNOPhysMesh.Add("PvP_Map2_x05_y02", 125995); DictSNOPhysMesh.Add("PvP_Map2_x05_y03", 125996); DictSNOPhysMesh.Add("PvP_Map2_x05_y04", 125997); DictSNOPhysMesh.Add("PvP_Map2_x05_y05", 125998); DictSNOPhysMesh.Add("PvP_Map2_x05_y06", 125999); DictSNOPhysMesh.Add("PvP_Map2_x05_y07", 126000); DictSNOPhysMesh.Add("PvP_Map2_x05_y08", 126001); DictSNOPhysMesh.Add("PvP_Map2_x06_y01", 126002); DictSNOPhysMesh.Add("PvP_Map2_x06_y02", 126003); DictSNOPhysMesh.Add("PvP_Map2_x06_y03", 126004); DictSNOPhysMesh.Add("PvP_Map2_x06_y04", 126005); DictSNOPhysMesh.Add("PvP_Map2_x06_y05", 126006); DictSNOPhysMesh.Add("PvP_Map2_x06_y06", 126007); DictSNOPhysMesh.Add("PvP_Map2_x06_y07", 124601); DictSNOPhysMesh.Add("PvP_Map2_x06_y08", 126008); DictSNOPhysMesh.Add("PvP_Map2_x07_y02", 126010); DictSNOPhysMesh.Add("PvP_Map2_x07_y03", 126011); DictSNOPhysMesh.Add("PvP_Map2_x07_y04", 126012); DictSNOPhysMesh.Add("PvP_Map2_x07_y05", 126013); DictSNOPhysMesh.Add("PvP_Map2_x07_y06", 126014); DictSNOPhysMesh.Add("PvP_Map2_x07_y07", 126015); DictSNOPhysMesh.Add("PvP_Maze_Arena_01_x01_y01", 126025); DictSNOPhysMesh.Add("PvP_Murderball_Test_01", 277664); DictSNOPhysMesh.Add("PvP_Neph_Arena_E01_S01", 131574); DictSNOPhysMesh.Add("PvP_Octogon_Arena_01_x01_y01", 126026); DictSNOPhysMesh.Add("PvP_Peanut_LongLanes_E01_N01", 274643); DictSNOPhysMesh.Add("PvP_Peanut_LongLanes_E01_S01", 274644); DictSNOPhysMesh.Add("PvP_Peanut_LongLanes_E01_S02", 274645); DictSNOPhysMesh.Add("PVP_Pillar_01", 124602); DictSNOPhysMesh.Add("PvP_Square_Test_01", 269387); DictSNOPhysMesh.Add("PVP_Stairs_Arena_01_x01_y01", 126027); DictSNOPhysMesh.Add("PVP_SteamVents_Phy", 226832); DictSNOPhysMesh.Add("PvP_Three_Control", 276075); DictSNOPhysMesh.Add("PvP_Z_Lane_Test", 274040); DictSNOPhysMesh.Add("px_Battlefield_Border_Elbow_NE_01", 424288); DictSNOPhysMesh.Add("px_Battlefield_Border_Elbow_SE_01", 424295); DictSNOPhysMesh.Add("px_Battlefield_Border_Elbow_SW_01", 424302); DictSNOPhysMesh.Add("px_Battlefield_Border_NEW_Entrance_01", 424306); DictSNOPhysMesh.Add("px_Battlefield_Border_NSE_Entrance_01", 424307); DictSNOPhysMesh.Add("px_Battlefield_Border_NSW_Entrance_01", 424308); DictSNOPhysMesh.Add("px_Battlefield_Border_SEW_01", 424312); DictSNOPhysMesh.Add("px_Battlefield_Border_SEW_Entrance_01", 424187); DictSNOPhysMesh.Add("px_Battlefield_Filler_01", 424208); DictSNOPhysMesh.Add("px_caOut_Oasis_Entrance_NE_01", 405485); DictSNOPhysMesh.Add("px_caOut_Oasis_Entrance_SE_01", 405664); DictSNOPhysMesh.Add("px_Cave_A_Roots_A1", 428715); DictSNOPhysMesh.Add("px_Cave_A_Roots_A_PHY", 428699); DictSNOPhysMesh.Add("px_Cave_A_Roots_Cap_C1", 428757); DictSNOPhysMesh.Add("px_Cave_A_Roots_Cap_C_PHY", 428750); DictSNOPhysMesh.Add("px_desert_120_Border_Elbow_NE_01", 404645); DictSNOPhysMesh.Add("px_desert_120_Border_Elbow_NW_01", 404615); DictSNOPhysMesh.Add("px_desert_120_Border_Elbow_SE_01", 404633); DictSNOPhysMesh.Add("px_desert_120_Border_Elbow_SW_01", 404603); DictSNOPhysMesh.Add("px_desert_120_Border_NEW_01", 404489); DictSNOPhysMesh.Add("px_desert_120_Border_NEW_Entrance_01", 404671); DictSNOPhysMesh.Add("px_desert_120_Border_NE_01", 404591); DictSNOPhysMesh.Add("px_desert_120_Border_NSE_01", 404430); DictSNOPhysMesh.Add("px_desert_120_Border_NSE_Entrance_01", 405054); DictSNOPhysMesh.Add("px_desert_120_Border_NSW_01", 404454); DictSNOPhysMesh.Add("px_desert_120_Border_NSW_Entrance_01", 405129); DictSNOPhysMesh.Add("px_desert_120_Border_NW_01", 404579); DictSNOPhysMesh.Add("px_desert_120_Border_SEW_01", 404469); DictSNOPhysMesh.Add("px_desert_120_Border_SEW_Entrance_01", 405211); DictSNOPhysMesh.Add("px_desert_120_Border_SE_01", 404544); DictSNOPhysMesh.Add("px_desert_120_Border_SW_01", 404563); DictSNOPhysMesh.Add("px_desert_120_Filler_01", 404443); DictSNOPhysMesh.Add("px_desert_120_NSEW_01", 404366); DictSNOPhysMesh.Add("px_desert_120_NSEW_02", 404792); DictSNOPhysMesh.Add("px_desert_120_NSEW_03", 404817); DictSNOPhysMesh.Add("px_desert_120_NSEW_04", 405364); DictSNOPhysMesh.Add("px_desert_120_NSEW_05", 405560); DictSNOPhysMesh.Add("px_desert_120_NSEW_06", 411164); DictSNOPhysMesh.Add("px_desert_120_NSEW_07", 411227); DictSNOPhysMesh.Add("px_desert_120_NSEW_Sub80", 409193); DictSNOPhysMesh.Add("px_desert_120_NSEW_Sub80_02", 411241); DictSNOPhysMesh.Add("px_festeringWoods_Border_Elbow_NE_01", 403880); DictSNOPhysMesh.Add("px_festeringWoods_Border_Elbow_NW_01", 403799); DictSNOPhysMesh.Add("px_festeringWoods_Border_Elbow_SE_01", 403738); DictSNOPhysMesh.Add("px_festeringWoods_Border_Elbow_SW_01", 403762); DictSNOPhysMesh.Add("px_festeringWoods_Border_NEW_01", 403973); DictSNOPhysMesh.Add("px_festeringWoods_Border_NEW_01_entrance", 405324); DictSNOPhysMesh.Add("px_festeringWoods_Border_NE_01", 403698); DictSNOPhysMesh.Add("px_festeringWoods_Border_NSE_01", 403686); DictSNOPhysMesh.Add("px_festeringWoods_Border_NSE_01_entrance", 405069); DictSNOPhysMesh.Add("px_festeringWoods_Border_NSW_01", 403685); DictSNOPhysMesh.Add("px_festeringWoods_Border_NSW_01_entrance", 405291); DictSNOPhysMesh.Add("px_festeringWoods_Border_NW_01", 403721); DictSNOPhysMesh.Add("px_festeringWoods_Border_SEW_01", 403684); DictSNOPhysMesh.Add("px_festeringWoods_Border_SEW_01_entrance", 404216); DictSNOPhysMesh.Add("px_festeringWoods_Border_SE_01", 403680); DictSNOPhysMesh.Add("px_festeringWoods_Border_SW_01", 403709); DictSNOPhysMesh.Add("px_festeringWoods_Filler", 404228); DictSNOPhysMesh.Add("px_festeringWoods_NSEW_01", 403984); DictSNOPhysMesh.Add("px_festeringWoods_NSEW_02", 405427); DictSNOPhysMesh.Add("px_festeringWoods_NSEW_03", 405443); DictSNOPhysMesh.Add("px_festeringWoods_NSEW_04", 405454); DictSNOPhysMesh.Add("px_festeringWoods_NSEW_05", 405477); DictSNOPhysMesh.Add("px_festeringWoods_NSEW_06", 405496); DictSNOPhysMesh.Add("px_TristramFields_Border_Elbow_NE_01", 408283); DictSNOPhysMesh.Add("px_TristramFields_Border_Elbow_NE_02", 408750); DictSNOPhysMesh.Add("px_TristramFields_Border_Elbow_NW_01", 408293); DictSNOPhysMesh.Add("px_TristramFields_Border_Elbow_SE_01", 406107); DictSNOPhysMesh.Add("px_TristramFields_Border_Elbow_SW_01", 408270); DictSNOPhysMesh.Add("px_TristramFields_Border_Elbow_SW_02", 409322); DictSNOPhysMesh.Add("px_TristramFields_Border_NEW_01", 406152); DictSNOPhysMesh.Add("px_TristramFields_Border_NE_01", 406200); DictSNOPhysMesh.Add("px_TristramFields_Border_NSE_01", 408321); DictSNOPhysMesh.Add("px_TristramFields_Border_NSE_02", 409116); DictSNOPhysMesh.Add("px_TristramFields_Border_NSE_03", 409130); DictSNOPhysMesh.Add("px_TristramFields_Border_NSW_01", 406090); DictSNOPhysMesh.Add("px_TristramFields_Border_NSW_02", 408494); DictSNOPhysMesh.Add("px_TristramFields_Border_NSW_03", 408682); DictSNOPhysMesh.Add("px_TristramFields_Border_NSW_04", 408697); DictSNOPhysMesh.Add("px_TristramFields_Border_NW_01", 406139); DictSNOPhysMesh.Add("px_TristramFields_Border_NW_02", 409299); DictSNOPhysMesh.Add("px_TristramFields_Border_SEW_01", 408340); DictSNOPhysMesh.Add("px_TristramFields_Border_SE_01", 408241); DictSNOPhysMesh.Add("px_TristramFields_Border_SW_01", 408259); DictSNOPhysMesh.Add("px_TristramFields_Filler_01", 409518); DictSNOPhysMesh.Add("px_TristramFields_House_Blocker_A_PHY", 413765); DictSNOPhysMesh.Add("px_TristramFields_NE_Entrance_01", 409646); DictSNOPhysMesh.Add("px_TristramFields_NSEW_01", 408310); DictSNOPhysMesh.Add("px_TristramFields_NW_Entrance_01", 409785); DictSNOPhysMesh.Add("px_TristramFields_SE_Entrance_01", 410331); DictSNOPhysMesh.Add("px_TristramFields_Stable_A_PHY", 413764); DictSNOPhysMesh.Add("px_TristramFields_Sub240x240_FarmHouseA", 414600); DictSNOPhysMesh.Add("px_TristramFields_Sub240x240_GoatmanOutpostA", 414472); DictSNOPhysMesh.Add("px_TristramFields_Sub80_A", 414553); DictSNOPhysMesh.Add("px_TristramFields_Sub80_B", 414219); DictSNOPhysMesh.Add("px_TristramFields_Sub80_C", 414449); DictSNOPhysMesh.Add("px_TristramFields_SW_Entrance_01", 409958); DictSNOPhysMesh.Add("px_TristramFields_TreeBushClump_A_PHY", 414526); DictSNOPhysMesh.Add("px_TristramFields_Waterwell_A_PHY", 413609); DictSNOPhysMesh.Add("px_trOut_Tristram_E09_S15", 415062); DictSNOPhysMesh.Add("px_trOut_Tristram_E10_S15", 414818); DictSNOPhysMesh.Add("RockSmallC1_trOut_Highlands", 124400); DictSNOPhysMesh.Add("RockSmallC_trOut_Highlands", 124399); DictSNOPhysMesh.Add("RocksPileSmallD_caOut_mining", 124155); DictSNOPhysMesh.Add("Rock_Large_A1_caOut_Rocks", 124171); DictSNOPhysMesh.Add("Rock_Large_A_caOut_Rocks", 124172); DictSNOPhysMesh.Add("Rock_Large_B1_caOut_Rocks", 124000); DictSNOPhysMesh.Add("Rock_Large_B_caOut_Rocks", 124173); DictSNOPhysMesh.Add("Rock_Large_E_caOut_Rocks", 124179); DictSNOPhysMesh.Add("Rock_Large_F_caOut_Rocks", 124181); DictSNOPhysMesh.Add("Rock_Large_I1_caOut_Rocks", 124186); DictSNOPhysMesh.Add("Rock_Large_L_caOut_Rocks", 124191); DictSNOPhysMesh.Add("Rock_Medium_L1_caOut_Rocks", 124209); DictSNOPhysMesh.Add("Rock_Medium_L_caOut_Rocks", 124210); DictSNOPhysMesh.Add("Rock_Small_A_caOut_Rocks", 124214); DictSNOPhysMesh.Add("RooftopAwningB_caOut_Towns", 124218); DictSNOPhysMesh.Add("RooftopAwningC_caOut_Towns", 124219); DictSNOPhysMesh.Add("RooftopAwningD_caOut_Towns", 124220); DictSNOPhysMesh.Add("RooftopAwningE_caOut_Towns", 124221); DictSNOPhysMesh.Add("StakeA_caOut_Props", 124239); DictSNOPhysMesh.Add("StakeB_caOut_Props", 124240); DictSNOPhysMesh.Add("Swarm_Symbol_ConeA", 124451); DictSNOPhysMesh.Add("Swarm_Symbol_WallA", 124450); DictSNOPhysMesh.Add("Table_Empty_trOut_Cellar", 124398); DictSNOPhysMesh.Add("Tombstone_A_Wilderness_trOut_Wilderness", 124332); DictSNOPhysMesh.Add("Tombstone_C_Wilderness_trOut_Wilderness", 124333); DictSNOPhysMesh.Add("ToolBoxA_caOut_Props", 124243); DictSNOPhysMesh.Add("ToolBoxB_caOut_Props", 124244); DictSNOPhysMesh.Add("ToolBoxSetA_caOut_Props", 124245); DictSNOPhysMesh.Add("TortureDevice_B_NoBody_caOut_Gore", 124250); DictSNOPhysMesh.Add("trDun_ButcherLair", 127911); DictSNOPhysMesh.Add("trDun_ButcherLair_Jump", 127910); DictSNOPhysMesh.Add("trDun_Carpet_A_Phys", 180047); DictSNOPhysMesh.Add("trDun_Cath_01_Filler", 126437); DictSNOPhysMesh.Add("trDun_Cath_Cain_Intro_01", 127443); DictSNOPhysMesh.Add("trDun_Cath_E", 126439); DictSNOPhysMesh.Add("trDun_Cath_EW_01", 126440); DictSNOPhysMesh.Add("trDun_Cath_EW_02", 127490); DictSNOPhysMesh.Add("trDun_Cath_EW_Entrance_01", 126441); DictSNOPhysMesh.Add("trDun_Cath_EW_Hall_01", 126442); DictSNOPhysMesh.Add("trDun_Cath_EW_Hall_02", 124624); DictSNOPhysMesh.Add("trDun_Cath_E_Dead_End_01", 126443); DictSNOPhysMesh.Add("trDun_Cath_E_Entrance01", 126444); DictSNOPhysMesh.Add("trDun_Cath_E_Entrance_02", 126445); DictSNOPhysMesh.Add("trDun_Cath_E_Exit", 126446); DictSNOPhysMesh.Add("trDun_Cath_E_Exit_02", 126447); DictSNOPhysMesh.Add("trDun_Cath_E_Exit_Crypt_01", 126448); DictSNOPhysMesh.Add("trDun_Cath_NEW_01", 125873); DictSNOPhysMesh.Add("trDun_Cath_NE_01", 126449); DictSNOPhysMesh.Add("trDun_Cath_NE_02", 127485); DictSNOPhysMesh.Add("trDun_Cath_NE_Exit_01", 126450); DictSNOPhysMesh.Add("trDun_Cath_NE_Hall_01", 126451); DictSNOPhysMesh.Add("trDun_Cath_NE_Hall_02", 126452); DictSNOPhysMesh.Add("trDun_Cath_NE_Hall_03", 124878); DictSNOPhysMesh.Add("trDun_Cath_NE_Hall_04", 126453); DictSNOPhysMesh.Add("trDun_Cath_NSEW_01", 124879); DictSNOPhysMesh.Add("trDun_Cath_NSEW_02", 126454); DictSNOPhysMesh.Add("trDun_Cath_NSE_01", 126455); DictSNOPhysMesh.Add("trDun_Cath_NSW_01", 124625); DictSNOPhysMesh.Add("trDun_Cath_NS_01", 126456); DictSNOPhysMesh.Add("trDun_Cath_NS_02", 127487); DictSNOPhysMesh.Add("trDun_Cath_NS_Hall_01", 126458); DictSNOPhysMesh.Add("trDun_Cath_NS_Hall_02", 126459); DictSNOPhysMesh.Add("trDun_Cath_NW_01", 126460); DictSNOPhysMesh.Add("trDun_Cath_NW_Hall_01", 126461); DictSNOPhysMesh.Add("trDun_Cath_NW_Hall_02", 126462); DictSNOPhysMesh.Add("trDun_Cath_N_01", 126463); DictSNOPhysMesh.Add("trDun_Cath_N_02", 126464); DictSNOPhysMesh.Add("trDun_Cath_N_Dead_End_01", 124880); DictSNOPhysMesh.Add("trDun_Cath_N_Entrance_01", 126465); DictSNOPhysMesh.Add("trDun_Cath_N_Entrance_02", 126467); DictSNOPhysMesh.Add("trDun_Cath_N_Entrance_03", 126468); DictSNOPhysMesh.Add("trDun_Cath_N_Exit_01", 126469); DictSNOPhysMesh.Add("trDun_Cath_SEW_01", 126470); DictSNOPhysMesh.Add("trDun_Cath_SEW_02", 124626); DictSNOPhysMesh.Add("trDun_Cath_SE_01", 126471); DictSNOPhysMesh.Add("trDun_Cath_SE_02", 127488); DictSNOPhysMesh.Add("trDun_Cath_SE_Hall_01", 126472); DictSNOPhysMesh.Add("trDun_Cath_SE_Hall_02", 126473); DictSNOPhysMesh.Add("trDun_Cath_SE_Hall_03", 126474); DictSNOPhysMesh.Add("trDun_Cath_SW_01", 126475); DictSNOPhysMesh.Add("trDun_Cath_SW_Hall_01", 126476); DictSNOPhysMesh.Add("trDun_Cath_SW_Hall_02", 126477); DictSNOPhysMesh.Add("trDun_Cath_S_01", 126479); DictSNOPhysMesh.Add("trDun_Cath_S_02_Stranger", 126480); DictSNOPhysMesh.Add("trDun_Cath_S_Dead_End_01", 126481); DictSNOPhysMesh.Add("trDun_Cath_S_Entrance_01", 126482); DictSNOPhysMesh.Add("trDun_Cath_S_Exit_01", 126483); DictSNOPhysMesh.Add("trDun_Cath_S_Exit_03", 126485); DictSNOPhysMesh.Add("trDun_Cath_S_Exit_Crypt_02", 126487); DictSNOPhysMesh.Add("trDun_Cath_W_01", 124627); DictSNOPhysMesh.Add("trDun_Cath_W_Dead_End_01", 126488); DictSNOPhysMesh.Add("trDun_Cath_W_Entrance_01", 126489); DictSNOPhysMesh.Add("trDun_Cath_W_Exit_01", 126490); DictSNOPhysMesh.Add("trDun_Cath_W_Exit_Crypt_01", 126491); DictSNOPhysMesh.Add("trDun_Cave_EW_01", 126499); DictSNOPhysMesh.Add("trDun_Cave_E_01", 126503); DictSNOPhysMesh.Add("trDun_Cave_E_Entrance_01", 126504); DictSNOPhysMesh.Add("trDun_Cave_E_Exit_01_x01_y01", 126505); DictSNOPhysMesh.Add("trDun_Cave_Goat_EW_01", 127802); DictSNOPhysMesh.Add("trDun_Cave_Goat_NE_01", 127799); DictSNOPhysMesh.Add("trDun_Cave_Goat_NSEW_01", 127808); DictSNOPhysMesh.Add("trDun_Cave_Goat_NSEW_02", 128501); DictSNOPhysMesh.Add("trDun_Cave_Goat_NSW_01", 127800); DictSNOPhysMesh.Add("trDun_Cave_Goat_NS_01", 127801); DictSNOPhysMesh.Add("trDun_Cave_Goat_S_Entrance_01", 127798); DictSNOPhysMesh.Add("trDun_Cave_Goat_W_Entrance_01", 127809); DictSNOPhysMesh.Add("trDun_Cave_Middle_ChasmA", 126507); DictSNOPhysMesh.Add("trDun_Cave_Middle_LostCampA", 126509); DictSNOPhysMesh.Add("trDun_Cave_Middle_RiverA", 126510); DictSNOPhysMesh.Add("trDun_Cave_Mine_EW_01", 127852); DictSNOPhysMesh.Add("trDun_Cave_Mine_NE_01", 127876); DictSNOPhysMesh.Add("trDun_Cave_Mine_NSEW_01", 127848); DictSNOPhysMesh.Add("trDun_Cave_Mine_NSW_01", 127877); DictSNOPhysMesh.Add("trDun_Cave_Mine_NS_01", 127881); DictSNOPhysMesh.Add("trDun_Cave_Mine_S_Entrance_01", 127849); DictSNOPhysMesh.Add("trDun_Cave_Mine_W_Entrance_01", 127884); DictSNOPhysMesh.Add("trDun_Cave_NEW_01", 126513); DictSNOPhysMesh.Add("trDun_Cave_NE_01", 126514); DictSNOPhysMesh.Add("trDun_Cave_NSEW_01", 126515); DictSNOPhysMesh.Add("trDun_Cave_NSE_01", 126516); DictSNOPhysMesh.Add("trDun_Cave_NSW_01", 126517); DictSNOPhysMesh.Add("trDun_Cave_NSW_02", 155186); DictSNOPhysMesh.Add("trDun_Cave_NS_01", 126518); DictSNOPhysMesh.Add("trDun_Cave_NW_01", 126519); DictSNOPhysMesh.Add("trDun_Cave_N_01", 126520); DictSNOPhysMesh.Add("trDun_Cave_N_Entrance_01", 126521); DictSNOPhysMesh.Add("trDun_Cave_N_Exit_01_x01_y01", 126522); DictSNOPhysMesh.Add("trDun_Cave_SEW_01", 124629); DictSNOPhysMesh.Add("trDun_Cave_SE_01", 126525); DictSNOPhysMesh.Add("trDun_Cave_SW_01", 126526); DictSNOPhysMesh.Add("trDun_Cave_S_01", 126527); DictSNOPhysMesh.Add("trDun_Cave_S_Entrance_01", 126528); DictSNOPhysMesh.Add("trDun_Cave_S_Exit_01_x01_y01", 126529); DictSNOPhysMesh.Add("trDun_Cave_W_01", 126532); DictSNOPhysMesh.Add("trDun_Cave_W_Entrance_01", 126533); DictSNOPhysMesh.Add("trDun_Cave_W_Exit_01", 126534); DictSNOPhysMesh.Add("trDun_ChestRiser", 204177); DictSNOPhysMesh.Add("trDun_Crypt_EW_01", 126538); DictSNOPhysMesh.Add("trDun_Crypt_EW_Hall_01", 126540); DictSNOPhysMesh.Add("trDun_Crypt_EW_Hall_1000dead_01", 127980); DictSNOPhysMesh.Add("trdun_Crypt_E_02", 127447); DictSNOPhysMesh.Add("trDun_Crypt_E_Dead_End_01", 124630); DictSNOPhysMesh.Add("trDun_Crypt_E_Entrance_02", 126543); DictSNOPhysMesh.Add("trdun_Crypt_E_Exit_Down_01", 128024); DictSNOPhysMesh.Add("trDun_Crypt_Filler_01", 126546); DictSNOPhysMesh.Add("trDun_Crypt_Filler_Throne_01", 126547); DictSNOPhysMesh.Add("trDun_Crypt_Filler_Throne_02", 126548); DictSNOPhysMesh.Add("trDun_Crypt_King_Entrance", 126550); DictSNOPhysMesh.Add("trDun_Crypt_NEW_01", 126551); DictSNOPhysMesh.Add("trDun_Crypt_NE_01", 126553); DictSNOPhysMesh.Add("trDun_Crypt_NE_Hall_01", 126555); DictSNOPhysMesh.Add("trDun_Crypt_NSEW_01", 126556); DictSNOPhysMesh.Add("trDun_Crypt_NSEW_02", 126557); DictSNOPhysMesh.Add("trDun_Crypt_NSEW_03", 127454); DictSNOPhysMesh.Add("trDun_Crypt_NSEW_JarSouls_01", 127985); DictSNOPhysMesh.Add("trDun_Crypt_NSE_01", 126558); DictSNOPhysMesh.Add("trDun_Crypt_NSW_01", 124631); DictSNOPhysMesh.Add("trDun_Crypt_NS_01", 126560); DictSNOPhysMesh.Add("trdun_crypt_NS_Flooded_entrance_01", 127721); DictSNOPhysMesh.Add("trDun_Crypt_NS_Hall_01", 126561); DictSNOPhysMesh.Add("trDun_Crypt_NW_01", 126562); DictSNOPhysMesh.Add("trDun_Crypt_NW_Hall_01", 126563); DictSNOPhysMesh.Add("trDun_Crypt_NW_Special_01", 127476); DictSNOPhysMesh.Add("trdun_Crypt_N_02", 127449); DictSNOPhysMesh.Add("trDun_Crypt_N_Entrance_02", 126567); DictSNOPhysMesh.Add("trdun_Crypt_N_Entrance_04", 127452); DictSNOPhysMesh.Add("trdun_Crypt_N_Exit_Down_01", 128025); DictSNOPhysMesh.Add("trDun_Crypt_Pillar_nonBreakable_PHY", 203898); DictSNOPhysMesh.Add("trDun_Crypt_SEW_02", 127445); DictSNOPhysMesh.Add("trDun_Crypt_SE_01", 126571); DictSNOPhysMesh.Add("trDun_Crypt_SE_Hall_01", 126572); DictSNOPhysMesh.Add("trDun_Crypt_Skeletal_Entrance_SEW_01", 127697); DictSNOPhysMesh.Add("trDun_Crypt_Skeletal_Throne", 126574); DictSNOPhysMesh.Add("trDun_Crypt_SW_01", 126575); DictSNOPhysMesh.Add("trDun_Crypt_SW_Hall_01", 126576); DictSNOPhysMesh.Add("trdun_Crypt_S_02", 127448); DictSNOPhysMesh.Add("trDun_Crypt_S_Entrance_01", 126578); DictSNOPhysMesh.Add("trdun_Crypt_S_Entrance_02", 127450); DictSNOPhysMesh.Add("trdun_Crypt_S_Exit_Down_01", 128026); DictSNOPhysMesh.Add("trdun_Crypt_W_02", 127446); DictSNOPhysMesh.Add("trDun_Crypt_W_Dead_End_01", 126582); DictSNOPhysMesh.Add("trDun_Crypt_W_Entrance_01", 126583); DictSNOPhysMesh.Add("trdun_Crypt_W_Entrance_02", 127453); DictSNOPhysMesh.Add("trDun_Crypt_W_Exit_01", 126584); DictSNOPhysMesh.Add("trdun_Crypt_W_Exit_Down_01", 128027); DictSNOPhysMesh.Add("trDun_Crypt_W_Exit_Stranger_01", 128506); DictSNOPhysMesh.Add("trDun_Stainedglass_Breakable_A_PHY", 206638); DictSNOPhysMesh.Add("trDun_StartScreen", 126670); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_E_01", 127949); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_Filler", 127950); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_NE_01", 127951); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_NW_01", 127952); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_N_01", 127953); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_SE_01", 127954); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_SE_02", 127955); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_SW_01", 127957); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_SW_02", 127958); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_Edge_W_01", 127959); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_NSEW_01", 127960); DictSNOPhysMesh.Add("trOut_FesteringWoods_120_NSEW_02", 127962); DictSNOPhysMesh.Add("trOut_FesteringWoods_Edge_E_01", 127961); DictSNOPhysMesh.Add("trOut_FesteringWoods_Edge_N_01", 127963); DictSNOPhysMesh.Add("trOut_FesteringWoods_Edge_W_01", 127965); DictSNOPhysMesh.Add("trOut_FesteringWoods_Neph_Column_B_Broken_Base_PHY", 214737); DictSNOPhysMesh.Add("trOut_FesteringWoods_Neph_Column_C_Broken_Base_Bottom_PHY", 435325); DictSNOPhysMesh.Add("trOut_FesteringWoods_Sub120_Generic_01", 127966); DictSNOPhysMesh.Add("trOut_FesteringWoods_Sub120_Generic_02", 127967); DictSNOPhysMesh.Add("trOut_FesteringWoods_Sub120_Generic_03", 127982); DictSNOPhysMesh.Add("trOut_FesteringWoods_Sub120_Generic_04", 127983); DictSNOPhysMesh.Add("trOut_FesteringWoods_Sub120_NephalemEntranceA", 127932); DictSNOPhysMesh.Add("trOut_FesteringWoods_Sub120_NephalemEntranceB", 127939); DictSNOPhysMesh.Add("trOut_FesteringWoods_Sub120_Waypoint", 173384); DictSNOPhysMesh.Add("trOut_Fields_Vendor_Curios", 128654); DictSNOPhysMesh.Add("trOut_Highlands_Cellar_A", 189101); DictSNOPhysMesh.Add("trOut_Highlands_ChiefGoatmenMummyRack_A", 124457); DictSNOPhysMesh.Add("trOut_Highlands_ChiefGoatmenMummyRack_A_base", 124456); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E01_N01", 130461); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E01_S01", 130459); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E02_N01", 130465); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E02_S01", 130458); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E03_N01", 130466); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E03_S01", 130456); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E04_N01", 130463); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E04_S01", 130455); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E05_N01", 130464); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_E05_S01", 130454); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_W01_N01", 130457); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_W01_S01", 130460); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_W02_N01", 130453); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_A_W02_S01", 130462); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_B_E06_S01", 127869); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_B_E06_S02", 127866); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_B_E07_S01", 127868); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_B_E07_S02", 127865); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_B_E08_S01", 127873); DictSNOPhysMesh.Add("trOut_Highlands_Chokepoint_B_E08_S02", 127864); DictSNOPhysMesh.Add("trOut_Highlands_DunExterior_A_E01_S01", 128097); DictSNOPhysMesh.Add("trOut_Highlands_DunExterior_A_E01_S02", 128094); DictSNOPhysMesh.Add("trOut_Highlands_DunExterior_A_E01_S03", 128092); DictSNOPhysMesh.Add("trOut_Highlands_DunExterior_A_E02_S01", 128096); DictSNOPhysMesh.Add("trOut_Highlands_DunExterior_A_E02_S02", 125890); DictSNOPhysMesh.Add("trOut_Highlands_DunExterior_A_E02_S03", 128091); DictSNOPhysMesh.Add("trOut_Highlands_DunExterior_A_E03_S02", 128093); DictSNOPhysMesh.Add("trOut_Highlands_DunExterior_A_E03_S03", 128090); DictSNOPhysMesh.Add("trOut_Highlands_EdgeFiller_01", 127895); DictSNOPhysMesh.Add("trOUT_Highlands_Edge_E_01", 127427); DictSNOPhysMesh.Add("trOut_Highlands_Edge_E_02", 127900); DictSNOPhysMesh.Add("trOUT_Highlands_Edge_NE_01", 127430); DictSNOPhysMesh.Add("trOut_Highlands_Edge_N_02", 127902); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E04_N01", 127806); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E04_S01", 127807); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E04_S04", 127813); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E04_S05", 127814); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E05_N01", 127805); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E05_S01", 127771); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E05_S02", 127767); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E05_S03", 127772); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E05_S04", 127758); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E06_S01", 127770); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E06_S02", 127766); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E06_S03", 127761); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E06_S04", 127757); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E07_S01", 127769); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E07_S02", 127763); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E07_S03", 127760); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E07_S04", 127756); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E08_S01", 127768); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E08_S02", 127762); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E08_S03", 127759); DictSNOPhysMesh.Add("trOut_Highlands_Entrance_E08_S04", 127755); DictSNOPhysMesh.Add("trOut_Highlands_LeoricManor_E02_S01", 127737); DictSNOPhysMesh.Add("trOut_Highlands_LeoricManor_E02_S02", 127738); DictSNOPhysMesh.Add("trOut_Highlands_LeoricManor_E02_S03", 127739); DictSNOPhysMesh.Add("trOut_Highlands_LeoricManor_E03_S01", 127740); DictSNOPhysMesh.Add("trOut_Highlands_LeoricManor_E03_S02", 127741); DictSNOPhysMesh.Add("trOut_Highlands_LeoricManor_E03_S03", 127733); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E01_S01", 127846); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E01_S02", 127842); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E01_S03", 127839); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E02_S01", 127845); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E02_S02", 127841); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E02_S03", 127838); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E03_S01", 127844); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E03_S02", 127847); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E03_S03", 127837); DictSNOPhysMesh.Add("trOut_Highlands_ManorInterior_E04_S02", 127840); DictSNOPhysMesh.Add("trOut_Highlands_ManorSkybox", 128622); DictSNOPhysMesh.Add("trOut_Highlands_River_SW_01", 126715); DictSNOPhysMesh.Add("trOUT_Highlands_River_S_01", 127284); DictSNOPhysMesh.Add("trOUT_Highlands_River_S_02", 177508); DictSNOPhysMesh.Add("trOUT_Highlands_River_W_01", 127700); DictSNOPhysMesh.Add("trOut_Highlands_River_W_02", 127903); DictSNOPhysMesh.Add("trOut_Highlands_River_W_03", 127904); DictSNOPhysMesh.Add("trOut_Highlands_Roads_EW_01", 127828); DictSNOPhysMesh.Add("trOut_Highlands_Roads_EW_02", 128014); DictSNOPhysMesh.Add("trOut_Highlands_Roads_EW_03", 128012); DictSNOPhysMesh.Add("trOut_Highlands_Roads_NE_01", 127829); DictSNOPhysMesh.Add("trOut_Highlands_Roads_NE_02", 128011); DictSNOPhysMesh.Add("trOut_Highlands_Roads_NSEW_01", 127830); DictSNOPhysMesh.Add("trOut_Highlands_Roads_NS_01", 127831); DictSNOPhysMesh.Add("trOut_Highlands_Roads_NS_02", 128010); DictSNOPhysMesh.Add("trOut_Highlands_Roads_NS_03", 128009); DictSNOPhysMesh.Add("trOut_Highlands_Roads_NW_01", 127832); DictSNOPhysMesh.Add("trOut_Highlands_Roads_NW_02", 128006); DictSNOPhysMesh.Add("trOut_Highlands_Roads_SE_01", 127833); DictSNOPhysMesh.Add("trOut_Highlands_Roads_SE_02", 128004); DictSNOPhysMesh.Add("trOut_Highlands_Roads_SW_01", 127834); DictSNOPhysMesh.Add("trOut_Highlands_Roads_SW_02", 127984); DictSNOPhysMesh.Add("trOut_Highlands_Sub240_GoatCamp_A", 126860); DictSNOPhysMesh.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A", 126861); DictSNOPhysMesh.Add("trOut_Highlands_Sub240_LeoricBattlements_A", 126856); DictSNOPhysMesh.Add("trOut_Highlands_Sub240_LeoricRuinedTower_A", 126864); DictSNOPhysMesh.Add("trOut_Highlands_Sub240_LeoricServantHouse", 126865); DictSNOPhysMesh.Add("trOut_Highlands_Sub80_CaveEntrance_A", 126893); DictSNOPhysMesh.Add("trOut_Highlands_Sub80_CaveEntrance_B", 132985); DictSNOPhysMesh.Add("trOut_Highlands_Sub80_Generic_A", 126890); DictSNOPhysMesh.Add("trOut_Highlands_Sub80_Generic_B", 127977); DictSNOPhysMesh.Add("trOut_Highlands_Sub80_Generic_C", 127973); DictSNOPhysMesh.Add("trOut_Highlands_Sub80_GoatmenSummonMachine", 160605); DictSNOPhysMesh.Add("trOut_Highlands_Sub80_MothMound", 128329); DictSNOPhysMesh.Add("trOut_Highlands_Sub80_MysticWagon", 128672); DictSNOPhysMesh.Add("trOut_Highlands_Sub80_RuinedBuilding", 134059); DictSNOPhysMesh.Add("trOut_Leoric_Tent_PHY", 212597); DictSNOPhysMesh.Add("trOut_NewTristram_Blocking_Cart", 124506); DictSNOPhysMesh.Add("trOut_NewTristram_BodyPile_A", 124511); DictSNOPhysMesh.Add("trOut_NewTristram_Ferry_phy", 174678); DictSNOPhysMesh.Add("trOut_NewTristram_FirePit_A", 124453); DictSNOPhysMesh.Add("trOut_NewTristram_gate_B_PHY", 218107); DictSNOPhysMesh.Add("trOut_NewTristram_Gate_Town", 124440); DictSNOPhysMesh.Add("trOut_OldTristram_AdriaHoleCover_trOut_OldTristram", 124397); DictSNOPhysMesh.Add("trOut_oldTristram_AdriasCellar", 127976); DictSNOPhysMesh.Add("trOut_OldTristram_Cains_Cage_phy", 177654); DictSNOPhysMesh.Add("trOut_OldTristram_Cart_Burnt", 124485); DictSNOPhysMesh.Add("trOut_OldTristram_CellarDoor_Boarded", 124505); DictSNOPhysMesh.Add("trOut_OldTristram_CellarDoor_Open", 124509); DictSNOPhysMesh.Add("trOut_oldTristram_Cellar_A", 127946); DictSNOPhysMesh.Add("trOut_oldTristram_Cellar_C", 128572); DictSNOPhysMesh.Add("trOut_oldTristram_Cellar_D", 128583); DictSNOPhysMesh.Add("trOut_oldTristram_Cellar_E", 128593); DictSNOPhysMesh.Add("trOut_oldTristram_Cellar_F", 136306); DictSNOPhysMesh.Add("trOut_oldTristram_Cellar_G", 171049); DictSNOPhysMesh.Add("trOut_OldTristram_Exit_Gate", 124502); DictSNOPhysMesh.Add("trOut_OldTristram_StoneWall_Main_C1", 124472); DictSNOPhysMesh.Add("trOut_oldTristram_Sub80_Camp_A", 128232); DictSNOPhysMesh.Add("trOut_oldTristram_Sub80_Camp_B", 158540); DictSNOPhysMesh.Add("trOut_oldTristram_Sub80_Generic_A", 128233); DictSNOPhysMesh.Add("trOut_oldTristram_Sub80_Generic_B", 128234); DictSNOPhysMesh.Add("trOut_oldTristram_Sub80_Well_A", 175619); DictSNOPhysMesh.Add("trOut_oldTristram_TreeCave", 128013); DictSNOPhysMesh.Add("trOut_OldTristram_trOut_OldTristram_Wagon_Destroyed_B", 124483); DictSNOPhysMesh.Add("trOut_Old_Tristram_E01_N01", 128159); DictSNOPhysMesh.Add("trOut_Old_Tristram_E01_N02", 128162); DictSNOPhysMesh.Add("trOut_Old_Tristram_E01_S01", 128126); DictSNOPhysMesh.Add("trOut_Old_Tristram_E01_S02", 128122); DictSNOPhysMesh.Add("trOut_Old_Tristram_E01_S03", 128127); DictSNOPhysMesh.Add("trOut_Old_Tristram_E01_S04", 128119); DictSNOPhysMesh.Add("trOut_Old_Tristram_E02_N01", 128158); DictSNOPhysMesh.Add("trOut_Old_Tristram_E02_N02", 128161); DictSNOPhysMesh.Add("trOut_Old_Tristram_E02_S01", 128125); DictSNOPhysMesh.Add("trOut_Old_Tristram_E02_S02", 128113); DictSNOPhysMesh.Add("trOut_Old_Tristram_E02_S03", 128114); DictSNOPhysMesh.Add("trOut_Old_Tristram_E02_S04", 128118); DictSNOPhysMesh.Add("trOut_Old_Tristram_E03_N01", 128157); DictSNOPhysMesh.Add("trOut_Old_Tristram_E03_N02", 128160); DictSNOPhysMesh.Add("trOut_Old_Tristram_E03_S01", 128124); DictSNOPhysMesh.Add("trOut_Old_Tristram_E03_S02", 128112); DictSNOPhysMesh.Add("trOut_Old_Tristram_E03_S03", 128115); DictSNOPhysMesh.Add("trOut_Old_Tristram_E03_S04", 128117); DictSNOPhysMesh.Add("trOut_Old_Tristram_E04_N01", 128156); DictSNOPhysMesh.Add("trOut_Old_Tristram_E04_S01", 128123); DictSNOPhysMesh.Add("trOut_Old_Tristram_E04_S02", 128121); DictSNOPhysMesh.Add("trOut_Old_Tristram_E04_S03", 128120); DictSNOPhysMesh.Add("trOut_Old_Tristram_E04_S04", 128116); DictSNOPhysMesh.Add("trOut_Sub240x240_FarmHouseA_x01_y01", 124673); DictSNOPhysMesh.Add("trOut_Sub240x240_FarmHouseB_x01_y01", 126843); DictSNOPhysMesh.Add("trOut_Sub240x240_FieldsGraveyardA", 127478); DictSNOPhysMesh.Add("trOut_Sub240x240_FieldsPondA_x01_y01", 126849); DictSNOPhysMesh.Add("trOut_Sub240x240_FieldsTreeGroveB_x01_y01", 126851); DictSNOPhysMesh.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01", 126852); DictSNOPhysMesh.Add("trOut_Sub240_Fields_CellarA", 127451); DictSNOPhysMesh.Add("trOut_Sub80x80_FieldsCamp_A_x01_y01", 126875); DictSNOPhysMesh.Add("trOut_Sub80x80_FieldsCamp_C_x01_y01", 126877); DictSNOPhysMesh.Add("trOut_Sub80x80_FieldsFleshPitFlyerDen_A_x01_y01", 126880); DictSNOPhysMesh.Add("trOut_Sub80x80_FieldsHouseA_x01_y01", 126881); DictSNOPhysMesh.Add("trOut_Sub80x80_Fields_CaveEntranceC", 128570); DictSNOPhysMesh.Add("trOut_Sub80x80_Fields_CaveEntrance_A", 126887); DictSNOPhysMesh.Add("trOut_Sub80x80_Fields_CaveEntrance_B", 127382); DictSNOPhysMesh.Add("trOut_Sub80x80_Fields_Waypoint_A", 178826); DictSNOPhysMesh.Add("trOut_TinkersRoom", 128266); DictSNOPhysMesh.Add("trOut_Townattack_Cellar_Altar_phy", 179748); DictSNOPhysMesh.Add("trOut_TownAttack_E07_S13", 128100); DictSNOPhysMesh.Add("trOut_TownAttack_E07_S14", 127817); DictSNOPhysMesh.Add("trOut_TownAttack_E07_S15", 127818); DictSNOPhysMesh.Add("trOut_TownAttack_E07_S16", 127819); DictSNOPhysMesh.Add("trOut_TownAttack_E08_S13", 128021); DictSNOPhysMesh.Add("trOut_TownAttack_E08_S14", 127820); DictSNOPhysMesh.Add("trOut_TownAttack_E08_S15", 127821); DictSNOPhysMesh.Add("trOut_TownAttack_E08_S16", 127822); DictSNOPhysMesh.Add("trOut_TownAttack_E09_S13", 128022); DictSNOPhysMesh.Add("trOut_TownAttack_E09_S14", 127823); DictSNOPhysMesh.Add("trOut_TownAttack_E09_S15", 127824); DictSNOPhysMesh.Add("trOut_TownAttack_E09_S16", 127825); DictSNOPhysMesh.Add("trOut_TownAttack_E10_S13", 128023); DictSNOPhysMesh.Add("trOut_TownAttack_E10_S14", 127826); DictSNOPhysMesh.Add("trOut_TownAttack_E10_S15", 127827); DictSNOPhysMesh.Add("trOut_TownAttack_E10_S16", 127816); DictSNOPhysMesh.Add("trOut_TownAttack_E11_S14", 128019); DictSNOPhysMesh.Add("trOut_TownAttack_E11_S15", 128020); DictSNOPhysMesh.Add("trOut_TristramFields_Edge_NW_01", 124651); DictSNOPhysMesh.Add("trOut_TristramFields_Edge_N_01", 126901); DictSNOPhysMesh.Add("trOut_TristramFields_Edge_SE_01", 126902); DictSNOPhysMesh.Add("trOut_TristramFields_Edge_SE_02", 126903); DictSNOPhysMesh.Add("trOut_TristramFields_Edge_SW_01", 126904); DictSNOPhysMesh.Add("trOut_TristramFields_Edge_SW_02", 126905); DictSNOPhysMesh.Add("trOut_TristramFields_Edge_S_01", 126906); DictSNOPhysMesh.Add("trOut_TristramFields_Edge_W_01", 126907); DictSNOPhysMesh.Add("trOut_TristramFields_EntranceA_E01_S01", 127376); DictSNOPhysMesh.Add("trOut_TristramFields_EntranceA_E01_S02", 127471); DictSNOPhysMesh.Add("trOut_TristramFields_EntranceA_E01_S03", 128657); DictSNOPhysMesh.Add("trOut_TristramFields_ExitA_E01_N01", 127918); DictSNOPhysMesh.Add("trOut_TristramFields_ExitA_E01_S01", 127404); DictSNOPhysMesh.Add("trOut_TristramFields_ExitA_E01_S02", 127440); DictSNOPhysMesh.Add("trOut_TristramFields_ExitA_E01_S03", 127891); DictSNOPhysMesh.Add("trOut_TristramFields_ExitA_E02_N01", 127917); DictSNOPhysMesh.Add("trOut_TristramFields_ExitA_E02_S01", 127405); DictSNOPhysMesh.Add("trOut_TristramFields_ExitA_E02_S02", 127441); DictSNOPhysMesh.Add("trOut_TristramFields_ExitA_E02_S03", 127892); DictSNOPhysMesh.Add("trOut_TristramFields_NSEW_03", 127407); DictSNOPhysMesh.Add("trOut_TristramFields_NSEW_04", 127408); DictSNOPhysMesh.Add("trOut_TristramFields_NSEW_05", 127409); DictSNOPhysMesh.Add("trOut_TristramFields_River_EW_03", 127285); DictSNOPhysMesh.Add("trOut_TristramFields_River_NE_02", 127286); DictSNOPhysMesh.Add("trOut_TristramFields_River_SW_02", 124672); DictSNOPhysMesh.Add("trOut_TristramFields_Sub80_PuppyLove", 127937); DictSNOPhysMesh.Add("trOut_TristramFields_Sub80_RoadsideAssistance", 127968); DictSNOPhysMesh.Add("trOut_TristramField_Cart_Broken", 124478); DictSNOPhysMesh.Add("trOut_TristramField_Tree_Burning_A_PHY", 174668); DictSNOPhysMesh.Add("trOut_Tristram_CainsHouse", 130079); DictSNOPhysMesh.Add("trOut_Tristram_E08_S14", 126799); DictSNOPhysMesh.Add("trOut_Tristram_E08_S15", 126800); DictSNOPhysMesh.Add("trOut_Tristram_E08_S16", 126801); DictSNOPhysMesh.Add("trOut_Tristram_E09_S14", 124645); DictSNOPhysMesh.Add("trOut_Tristram_E09_S15", 126805); DictSNOPhysMesh.Add("trOut_Tristram_E09_S16", 126806); DictSNOPhysMesh.Add("trOut_Tristram_E10_S14", 126810); DictSNOPhysMesh.Add("trOut_Tristram_E10_S15", 126811); DictSNOPhysMesh.Add("trOut_Tristram_E10_S16", 126812); DictSNOPhysMesh.Add("trOut_Tristram_E11_S14", 126818); DictSNOPhysMesh.Add("trOut_Tristram_E11_S15", 126819); DictSNOPhysMesh.Add("trOut_Tristram_E11_S16", 126820); DictSNOPhysMesh.Add("trOut_Tristram_Inn", 128343); DictSNOPhysMesh.Add("trOut_Tristram_LeahsRoom", 128171); DictSNOPhysMesh.Add("trOut_Tristram_sign_PHY", 234575); DictSNOPhysMesh.Add("trOut_WaypointA_Subscene", 127247); DictSNOPhysMesh.Add("trOut_Wilderness_120_Edge_E_01", 127803); DictSNOPhysMesh.Add("trOut_Wilderness_120_Edge_Filler", 127732); DictSNOPhysMesh.Add("trOut_Wilderness_120_Edge_NE_01", 127722); DictSNOPhysMesh.Add("trOut_Wilderness_120_Edge_NE_02", 127723); DictSNOPhysMesh.Add("trOut_Wilderness_120_Edge_SW_01", 127714); DictSNOPhysMesh.Add("trOut_Wilderness_120_Edge_SW_02", 127717); DictSNOPhysMesh.Add("trOut_Wilderness_120_Edge_S_01", 127804); DictSNOPhysMesh.Add("trOut_Wilderness_Edge_S_01", 127704); DictSNOPhysMesh.Add("trOut_Wilderness_Edge_W_01", 127705); DictSNOPhysMesh.Add("trOut_Wilderness_LightingPost_A_PHY", 221809); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E01_S01", 127752); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E01_S02", 127749); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E01_S03", 127753); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E01_S04", 127744); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E02_S01", 127751); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E02_S02", 127748); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E02_S03", 127746); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E02_S04", 127743); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E03_S01", 127750); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E03_S02", 127747); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E03_S03", 127745); DictSNOPhysMesh.Add("trOut_Wilderness_MainGraveyard_E03_S04", 127742); DictSNOPhysMesh.Add("trOut_Wilderness_NSEW_01", 127706); DictSNOPhysMesh.Add("trOut_Wilderness_Road_EW_01", 127707); DictSNOPhysMesh.Add("trOut_Wilderness_Road_NE_01", 127708); DictSNOPhysMesh.Add("trOut_Wilderness_Road_NE_02", 127894); DictSNOPhysMesh.Add("trOut_Wilderness_Road_SW_01", 127712); DictSNOPhysMesh.Add("trOut_Wilderness_Road_SW_02", 127909); DictSNOPhysMesh.Add("trOut_Wilderness_Sub80_Blacksmith", 132385); DictSNOPhysMesh.Add("trOut_Wilderness_Sub80_CaveEntrance_A", 171765); DictSNOPhysMesh.Add("trOut_Wilderness_Sub80_CorpseWagon", 127726); DictSNOPhysMesh.Add("trOut_Wilderness_Sub80_Crows", 127727); DictSNOPhysMesh.Add("trOut_Wilderness_Sub80_FamilyTree", 127728); DictSNOPhysMesh.Add("trOut_Wilderness_Sub80_Generic_01", 127731); DictSNOPhysMesh.Add("trOut_Wilderness_Sub80_Generic_02", 127944); DictSNOPhysMesh.Add("trOut_Wilderness_Sub80_GraveDiggerRescue", 127729); DictSNOPhysMesh.Add("trOut_Wilderness_Sub80_HangingTree", 127725); DictSNOPhysMesh.Add("UberBossWorld3_BlockerA", 376971); DictSNOPhysMesh.Add("Uber_Boss_PortalWorld", 259747); DictSNOPhysMesh.Add("VaseB_caOut_Props", 124261); DictSNOPhysMesh.Add("VaseC_caOut_Props", 124262); DictSNOPhysMesh.Add("VaseD_caOut_Props", 124263); DictSNOPhysMesh.Add("Wall_Feilds_MainC1_TrOut", 124513); DictSNOPhysMesh.Add("WaterTrough_Breakable_Fields_trOut_Btm", 124326); DictSNOPhysMesh.Add("Weekly_Challenge_Hub_NSEW", 470178); DictSNOPhysMesh.Add("Westm_Door_Iron_Locked_phy", 332594); DictSNOPhysMesh.Add("WindSail_DestroyedA_caOut_Mining", 124307); DictSNOPhysMesh.Add("WindSail_DestroyedB_caOut_Mining", 124308); DictSNOPhysMesh.Add("WoodFenceC_Fields_trOut_btm", 124323); DictSNOPhysMesh.Add("WoodFenceE_Fields_trOut", 124318); DictSNOPhysMesh.Add("WoodFenceE_Fields_trOut_Btm", 124319); DictSNOPhysMesh.Add("x1hexmaze_EdgeFillerB", 379104); DictSNOPhysMesh.Add("x1PandExt_BlockerA", 377492); DictSNOPhysMesh.Add("x1PandExt_ImperiusGauntlet_Blocker_A", 375692); DictSNOPhysMesh.Add("x1westmInt_Rack_Base_A_PHY", 359304); DictSNOPhysMesh.Add("x1_Abattoir_Barricade_PHY", 377195); DictSNOPhysMesh.Add("x1_abattoir_EW_02", 306062); DictSNOPhysMesh.Add("x1_abattoir_E_01", 292897); DictSNOPhysMesh.Add("x1_abattoir_E_02", 292940); DictSNOPhysMesh.Add("x1_abattoir_E_Entrance_01", 291569); DictSNOPhysMesh.Add("x1_abattoir_E_Exit_01", 345161); DictSNOPhysMesh.Add("x1_abattoir_filler", 362315); DictSNOPhysMesh.Add("x1_Abattoir_Furnace_Wall_PHY", 376462); DictSNOPhysMesh.Add("x1_abattoir_NSEW_03", 293744); DictSNOPhysMesh.Add("x1_abattoir_NSEW_04", 294162); DictSNOPhysMesh.Add("x1_abattoir_NSEW_05", 343253); DictSNOPhysMesh.Add("x1_abattoir_NSEW_06", 357617); DictSNOPhysMesh.Add("x1_abattoir_NS_02", 306033); DictSNOPhysMesh.Add("x1_abattoir_N_01", 292546); DictSNOPhysMesh.Add("x1_abattoir_N_Entrance_01", 291280); DictSNOPhysMesh.Add("x1_abattoir_N_Exit_01", 345692); DictSNOPhysMesh.Add("x1_abattoir_S_01", 292444); DictSNOPhysMesh.Add("x1_abattoir_S_Entrance_01", 291499); DictSNOPhysMesh.Add("x1_abattoir_S_Exit_01", 345849); DictSNOPhysMesh.Add("x1_abattoir_W_01", 292570); DictSNOPhysMesh.Add("x1_abattoir_W_Entrance_01", 291292); DictSNOPhysMesh.Add("x1_abattoir_W_Exit_01", 347082); DictSNOPhysMesh.Add("x1_Adria_Boss_Arena_E01_N01", 319115); DictSNOPhysMesh.Add("x1_Adria_Boss_Arena_E01_S01", 319119); DictSNOPhysMesh.Add("x1_Adria_Boss_Arena_E01_S02", 319120); DictSNOPhysMesh.Add("x1_Adria_Boss_Arena_E02_N01", 319114); DictSNOPhysMesh.Add("x1_Adria_Boss_Arena_E02_S01", 319122); DictSNOPhysMesh.Add("x1_Adria_Boss_Arena_E02_S02", 319118); DictSNOPhysMesh.Add("x1_Adria_Boss_Arena_W01_N01", 319116); DictSNOPhysMesh.Add("x1_Adria_Boss_Arena_W01_S01", 319117); DictSNOPhysMesh.Add("x1_Adria_Boss_Arena_W01_S02", 319121); DictSNOPhysMesh.Add("x1_Batteringram_door_phys", 375782); DictSNOPhysMesh.Add("x1_BogCave_Buffer_Template", 245613); DictSNOPhysMesh.Add("x1_BogCave_EW_01", 265413); DictSNOPhysMesh.Add("x1_BogCave_EW_Event_02", 354674); DictSNOPhysMesh.Add("x1_BogCave_E_01", 265059); DictSNOPhysMesh.Add("x1_BogCave_E_dungeonStone_Exit_01", 339410); DictSNOPhysMesh.Add("x1_BogCave_E_Entrance_01", 265123); DictSNOPhysMesh.Add("x1_BogCave_NEW_01", 265270); DictSNOPhysMesh.Add("x1_BogCave_NEW_02", 369784); DictSNOPhysMesh.Add("x1_BogCave_NE_01", 265299); DictSNOPhysMesh.Add("x1_BogCave_NSEW_01", 262213); DictSNOPhysMesh.Add("x1_BogCave_NSEW_02", 337105); DictSNOPhysMesh.Add("x1_BogCave_NSEW_03", 360863); DictSNOPhysMesh.Add("x1_BogCave_NSEW_04", 355119); DictSNOPhysMesh.Add("x1_BogCave_NSEW_05", 360406); DictSNOPhysMesh.Add("x1_BogCave_NSE_01", 265060); DictSNOPhysMesh.Add("x1_BogCave_NSW_01", 265057); DictSNOPhysMesh.Add("x1_BogCave_NS_01", 265252); DictSNOPhysMesh.Add("x1_BogCave_NS_Event_01", 353658); DictSNOPhysMesh.Add("x1_BogCave_NW_01", 265056); DictSNOPhysMesh.Add("x1_BogCave_N_01", 265399); DictSNOPhysMesh.Add("x1_BogCave_N_dungeonStone_Exit_01", 339091); DictSNOPhysMesh.Add("x1_BogCave_N_Entrance_01", 245261); DictSNOPhysMesh.Add("x1_BogCave_SEW_01", 263445); DictSNOPhysMesh.Add("x1_BogCave_SE_01", 256194); DictSNOPhysMesh.Add("x1_BogCave_SE_02", 360646); DictSNOPhysMesh.Add("x1_BogCave_SW_01", 264166); DictSNOPhysMesh.Add("x1_BogCave_S_01", 245232); DictSNOPhysMesh.Add("x1_BogCave_S_Entrance_01", 338771); DictSNOPhysMesh.Add("x1_BogCave_W_01", 263841); DictSNOPhysMesh.Add("x1_BogCave_W_dungeonStone_Exit_01", 338868); DictSNOPhysMesh.Add("x1_BogCave_W_Entrance_01", 234798); DictSNOPhysMesh.Add("x1_Bog_120_Border_Elbow_NE_01", 235853); DictSNOPhysMesh.Add("x1_Bog_120_Border_Elbow_NE_02", 342298); DictSNOPhysMesh.Add("x1_Bog_120_Border_Elbow_NW_01", 235841); DictSNOPhysMesh.Add("x1_Bog_120_Border_Elbow_NW_02", 342307); DictSNOPhysMesh.Add("x1_Bog_120_Border_Elbow_SE_01", 235875); DictSNOPhysMesh.Add("x1_Bog_120_Border_Elbow_SE_02", 343051); DictSNOPhysMesh.Add("x1_Bog_120_Border_Elbow_SW_01", 235864); DictSNOPhysMesh.Add("x1_Bog_120_Border_Elbow_SW_02", 343013); DictSNOPhysMesh.Add("x1_Bog_120_Border_NEW_01", 235625); DictSNOPhysMesh.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01", 252715); DictSNOPhysMesh.Add("x1_Bog_120_Border_NEW_01_Entrance", 344143); DictSNOPhysMesh.Add("x1_Bog_120_Border_NEW_01_Exit", 344079); DictSNOPhysMesh.Add("x1_Bog_120_Border_NEW_01_Family_Entrance", 358134); DictSNOPhysMesh.Add("x1_Bog_120_Border_NEW_02", 237565); DictSNOPhysMesh.Add("x1_Bog_120_Border_NE_01", 235704); DictSNOPhysMesh.Add("x1_Bog_120_Border_NSE_01", 235636); DictSNOPhysMesh.Add("x1_Bog_120_Border_NSE_01_Entrance", 344250); DictSNOPhysMesh.Add("x1_Bog_120_Border_NSE_01_Exit", 343970); DictSNOPhysMesh.Add("x1_Bog_120_Border_NSE_02", 347743); DictSNOPhysMesh.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01", 252739); DictSNOPhysMesh.Add("x1_Bog_120_Border_NSW_01", 235613); DictSNOPhysMesh.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01", 252762); DictSNOPhysMesh.Add("x1_Bog_120_Border_NSW_01_Entrance", 264976); DictSNOPhysMesh.Add("x1_Bog_120_Border_NSW_01_Exit", 265618); DictSNOPhysMesh.Add("x1_Bog_120_Border_NSW_02", 332069); DictSNOPhysMesh.Add("x1_Bog_120_Border_NW_01", 235692); DictSNOPhysMesh.Add("x1_Bog_120_Border_SEW_01", 235647); DictSNOPhysMesh.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01", 252772); DictSNOPhysMesh.Add("x1_Bog_120_Border_SEW_01_Entrance", 342957); DictSNOPhysMesh.Add("x1_Bog_120_Border_SEW_01_Exit", 343790); DictSNOPhysMesh.Add("x1_Bog_120_Border_SEW_02", 237504); DictSNOPhysMesh.Add("x1_Bog_120_Border_SE_01", 235658); DictSNOPhysMesh.Add("x1_Bog_120_Border_SW_01", 235670); DictSNOPhysMesh.Add("x1_Bog_120_Edge_EW_01", 246014); DictSNOPhysMesh.Add("x1_Bog_120_Edge_E_01", 246032); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NEW_01", 246052); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NEW_02", 344116); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NE_01", 246067); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NE_02", 344106); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NSE_01", 246085); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NSE_02", 344152); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NSW_01", 246170); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NSW_02", 344179); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NS_01", 246182); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NW_01", 246196); DictSNOPhysMesh.Add("x1_Bog_120_Edge_NW_02", 343059); DictSNOPhysMesh.Add("x1_Bog_120_Edge_N_01", 246208); DictSNOPhysMesh.Add("x1_Bog_120_Edge_SEW_01", 246221); DictSNOPhysMesh.Add("x1_Bog_120_Edge_SEW_02", 344535); DictSNOPhysMesh.Add("x1_Bog_120_Edge_SE_01", 246233); DictSNOPhysMesh.Add("x1_Bog_120_Edge_SE_02", 344523); DictSNOPhysMesh.Add("x1_Bog_120_Edge_SW_01", 246244); DictSNOPhysMesh.Add("x1_Bog_120_Edge_SW_02", 356413); DictSNOPhysMesh.Add("x1_Bog_120_Edge_S_01", 246256); DictSNOPhysMesh.Add("x1_Bog_120_Edge_W_01", 246267); DictSNOPhysMesh.Add("x1_Bog_120_Filler", 246399); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_01", 246285); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01", 246698); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_01_family", 250077); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_01_Ruins", 332218); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_02", 246296); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_02_Ruins", 341794); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_03", 246321); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_03_ruins", 343610); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_04_ruins", 332085); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_05", 342977); DictSNOPhysMesh.Add("X1_Bog_120_NSEW_05_ruins", 332096); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_10", 341641); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_11", 341710); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_12", 347272); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_13", 346532); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_CatacombsEntrance_01", 343408); DictSNOPhysMesh.Add("x1_Bog_120_NSEW_CaveEntrance_01", 246334); DictSNOPhysMesh.Add("X1_Bog_120_NSEW_Waypoint_01", 251907); DictSNOPhysMesh.Add("X1_Bog_240_ChokePoint_EW_02", 345778); DictSNOPhysMesh.Add("X1_Bog_240_ChokePoint_NS_02", 345404); DictSNOPhysMesh.Add("x1_Bog_240_Entrance_A_E01_S01", 337771); DictSNOPhysMesh.Add("x1_Bog_240_Entrance_A_E01_S02", 337770); DictSNOPhysMesh.Add("x1_bog_bogpeople_Cellar_A", 345628); DictSNOPhysMesh.Add("x1_Bog_bogpeople_Cellar_C", 269859); DictSNOPhysMesh.Add("x1_Bog_bogpeople_Cellar_D", 271526); DictSNOPhysMesh.Add("x1_Bog_Collapsed_Door_PHY", 376395); DictSNOPhysMesh.Add("x1_Bog_Family_Guard_Tower_Stump_phy", 355924); DictSNOPhysMesh.Add("x1_Bog_Props_Breakable_Effigy_A_PHY", 375991); DictSNOPhysMesh.Add("X1_Bog_Sub240_Hillbilly", 364288); DictSNOPhysMesh.Add("X1_Bog_Sub240_KingOfTheHill", 363527); DictSNOPhysMesh.Add("X1_Bog_Sub240_LordOfFools", 362691); DictSNOPhysMesh.Add("X1_Bog_Sub240_Prisoner_Pit", 365496); DictSNOPhysMesh.Add("X1_Bog_Sub240_Wickerman", 289975); DictSNOPhysMesh.Add("x1_Catacombs_Breakable_Containers_C_PHY", 350145); DictSNOPhysMesh.Add("x1_Catacombs_EW_01", 256764); DictSNOPhysMesh.Add("x1_Catacombs_EW_02", 257224); DictSNOPhysMesh.Add("x1_Catacombs_EW_06_bighead", 270881); DictSNOPhysMesh.Add("x1_Catacombs_EW_06_scorpion_hole", 270712); DictSNOPhysMesh.Add("x1_Catacombs_E_01", 256835); DictSNOPhysMesh.Add("x1_Catacombs_E_Entrance_01", 256845); DictSNOPhysMesh.Add("x1_Catacombs_E_Exit_02", 298457); DictSNOPhysMesh.Add("x1_Catacombs_Filler_01", 255399); DictSNOPhysMesh.Add("x1_Catacombs_Filler_02", 265004); DictSNOPhysMesh.Add("x1_Catacombs_NEW_01", 256865); DictSNOPhysMesh.Add("x1_Catacombs_NEW_02", 257244); DictSNOPhysMesh.Add("x1_Catacombs_NE_01", 256875); DictSNOPhysMesh.Add("x1_Catacombs_NE_02", 257254); DictSNOPhysMesh.Add("x1_Catacombs_NSEW_01", 252116); DictSNOPhysMesh.Add("x1_Catacombs_NSEW_02", 252128); DictSNOPhysMesh.Add("x1_Catacombs_NSE_01", 256886); DictSNOPhysMesh.Add("x1_Catacombs_NSE_02", 257266); DictSNOPhysMesh.Add("x1_Catacombs_NSE_06_dropdown", 270941); DictSNOPhysMesh.Add("x1_Catacombs_NSW_01", 256896); DictSNOPhysMesh.Add("x1_Catacombs_NSW_03", 257278); DictSNOPhysMesh.Add("x1_Catacombs_NS_01", 258601); DictSNOPhysMesh.Add("x1_Catacombs_NS_02", 257288); DictSNOPhysMesh.Add("x1_Catacombs_NS_06", 267321); DictSNOPhysMesh.Add("x1_Catacombs_NW_01", 256908); DictSNOPhysMesh.Add("x1_Catacombs_NW_02", 257311); DictSNOPhysMesh.Add("x1_Catacombs_N_01", 256918); DictSNOPhysMesh.Add("x1_Catacombs_N_Entrance_04", 296497); DictSNOPhysMesh.Add("x1_Catacombs_N_Exit_01", 256928); DictSNOPhysMesh.Add("x1_Catacombs_SEW_01", 256950); DictSNOPhysMesh.Add("x1_Catacombs_SEW_02", 257904); DictSNOPhysMesh.Add("x1_Catacombs_SEW_06_garden", 269685); DictSNOPhysMesh.Add("x1_Catacombs_SE_01", 257361); DictSNOPhysMesh.Add("x1_Catacombs_SE_02", 252850); DictSNOPhysMesh.Add("x1_Catacombs_SE_06_scorpion_pit", 271084); DictSNOPhysMesh.Add("x1_Catacombs_SW_01", 256940); DictSNOPhysMesh.Add("x1_Catacombs_SW_02", 257338); DictSNOPhysMesh.Add("x1_Catacombs_S_01", 256962); DictSNOPhysMesh.Add("x1_Catacombs_S_Entrance_01", 256972); DictSNOPhysMesh.Add("x1_Catacombs_S_Exit_01", 256982); DictSNOPhysMesh.Add("x1_Catacombs_W_01", 253795); DictSNOPhysMesh.Add("x1_Catacombs_W_Entrance_01", 256992); DictSNOPhysMesh.Add("x1_Catacombs_W_Exit_01", 257002); DictSNOPhysMesh.Add("X1_Fortress_Barricade_Solid_PHY", 348167); DictSNOPhysMesh.Add("x1_fortress_Entrance_Room_01", 342536); DictSNOPhysMesh.Add("x1_fortress_entrance_room_02", 344006); DictSNOPhysMesh.Add("x1_fortress_entrance_room_03_filler", 344552); DictSNOPhysMesh.Add("x1_fortress_EW_01", 268842); DictSNOPhysMesh.Add("x1_fortress_EW_02", 271537); DictSNOPhysMesh.Add("x1_fortress_EW_05_soul_well", 357597); DictSNOPhysMesh.Add("x1_fortress_E_01", 269275); DictSNOPhysMesh.Add("x1_fortress_E_BossExit_01", 356566); DictSNOPhysMesh.Add("x1_fortress_E_Entrance_01", 270853); DictSNOPhysMesh.Add("x1_fortress_E_Exit_01", 270867); DictSNOPhysMesh.Add("x1_fortress_Filler_01", 269722); DictSNOPhysMesh.Add("x1_fortress_Filler_02", 300503); DictSNOPhysMesh.Add("x1_fortress_Filler_03", 302445); DictSNOPhysMesh.Add("x1_fortress_Filler_04", 302550); DictSNOPhysMesh.Add("x1_fortress_island_EW_01", 338165); DictSNOPhysMesh.Add("x1_fortress_island_EW_02", 360987); DictSNOPhysMesh.Add("x1_fortress_island_NE_01", 338577); DictSNOPhysMesh.Add("x1_fortress_island_NS_01", 338608); DictSNOPhysMesh.Add("x1_fortress_island_NS_02", 361784); DictSNOPhysMesh.Add("x1_fortress_island_NW_01", 338621); DictSNOPhysMesh.Add("x1_fortress_island_SE_01", 338634); DictSNOPhysMesh.Add("x1_fortress_island_SW_01", 338646); DictSNOPhysMesh.Add("x1_fortress_malthael_entrance_E01_N01", 346348); DictSNOPhysMesh.Add("x1_fortress_malthael_entrance_E01_S01", 346353); DictSNOPhysMesh.Add("x1_fortress_malthael_entrance_E01_S02", 346354); DictSNOPhysMesh.Add("x1_fortress_malthael_entrance_E02_N01", 346350); DictSNOPhysMesh.Add("x1_fortress_malthael_entrance_E02_S01", 346349); DictSNOPhysMesh.Add("x1_fortress_malthael_entrance_E02_S02", 346351); DictSNOPhysMesh.Add("x1_fortress_malthael_entrance_W01_N01", 346346); DictSNOPhysMesh.Add("x1_fortress_malthael_entrance_W01_S01", 346352); DictSNOPhysMesh.Add("x1_fortress_malthael_entrance_W01_S02", 346347); DictSNOPhysMesh.Add("x1_fortress_NEW_01", 269075); DictSNOPhysMesh.Add("x1_fortress_NEW_02", 271680); DictSNOPhysMesh.Add("x1_fortress_NE_01", 269057); DictSNOPhysMesh.Add("x1_fortress_NE_02", 269421); DictSNOPhysMesh.Add("x1_fortress_NSEW_01", 268548); DictSNOPhysMesh.Add("x1_fortress_NSEW_02", 272176); DictSNOPhysMesh.Add("x1_fortress_NSE_01", 268611); DictSNOPhysMesh.Add("x1_fortress_NSE_02", 271991); DictSNOPhysMesh.Add("x1_fortress_NSW_01", 269188); DictSNOPhysMesh.Add("x1_fortress_NSW_02", 271754); DictSNOPhysMesh.Add("x1_fortress_NS_01", 268937); DictSNOPhysMesh.Add("x1_fortress_NS_01_AncientJail", 334232); DictSNOPhysMesh.Add("x1_fortress_NS_02", 271565); DictSNOPhysMesh.Add("x1_fortress_NW_01", 269041); DictSNOPhysMesh.Add("x1_fortress_NW_02", 271690); DictSNOPhysMesh.Add("x1_fortress_NW_05_mousetrap", 334301); DictSNOPhysMesh.Add("x1_fortress_N_01", 269234); DictSNOPhysMesh.Add("x1_fortress_N_Entrance_01", 270892); DictSNOPhysMesh.Add("x1_fortress_N_Exit_01", 270925); DictSNOPhysMesh.Add("x1_Fortress_Ring_Hazard_Physics", 376485); DictSNOPhysMesh.Add("x1_fortress_SEW_01", 268676); DictSNOPhysMesh.Add("x1_fortress_SEW_02", 271836); DictSNOPhysMesh.Add("x1_fortress_SE_01", 269177); DictSNOPhysMesh.Add("x1_fortress_SE_02", 271655); DictSNOPhysMesh.Add("x1_fortress_SE_05_Worldstone", 334331); DictSNOPhysMesh.Add("x1_fortress_soul_grinder_A_E01_N01", 348850); DictSNOPhysMesh.Add("x1_fortress_soul_grinder_A_E01_S01", 348849); DictSNOPhysMesh.Add("x1_fortress_soul_grinder_A_W01_N01", 348851); DictSNOPhysMesh.Add("x1_fortress_soul_grinder_A_W01_S01", 348848); DictSNOPhysMesh.Add("x1_fortress_SW_01", 269221); DictSNOPhysMesh.Add("x1_fortress_SW_02", 271718); DictSNOPhysMesh.Add("x1_fortress_S_01", 269247); DictSNOPhysMesh.Add("x1_fortress_S_03_Judgment", 334348); DictSNOPhysMesh.Add("x1_fortress_S_BossExit_01", 278957); DictSNOPhysMesh.Add("x1_fortress_S_Entrance_01", 270954); DictSNOPhysMesh.Add("x1_fortress_S_Exit_01", 270967); DictSNOPhysMesh.Add("x1_fortress_W_01", 269265); DictSNOPhysMesh.Add("x1_fortress_W_Entrance_01", 270999); DictSNOPhysMesh.Add("x1_fortress_W_Exit_01", 271013); DictSNOPhysMesh.Add("x1_Heaven_Pandemonium_Portal_E01_S02_PHY", 362692); DictSNOPhysMesh.Add("x1_Heaven_Pandemonium_Portal_E01_S03_PHY", 362703); DictSNOPhysMesh.Add("x1_Heaven_Pandemonium_Portal_E02_S01_PHY", 362690); DictSNOPhysMesh.Add("x1_Heaven_Pandemonium_Portal_E02_S02", 362753); DictSNOPhysMesh.Add("x1_Heaven_Pandemonium_Portal_E02_S03", 362718); DictSNOPhysMesh.Add("x1_Heaven_Pandemonium_Portal_E03_S01_PHY", 362702); DictSNOPhysMesh.Add("x1_Heaven_Pandemonium_Portal_E03_S02", 362715); DictSNOPhysMesh.Add("x1_Heaven_Pandemonium_Portal_E03_S03_PHY", 362714); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E01_N01", 445376); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E01_N02", 445377); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E01_S01", 446016); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E02_N01", 444344); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E02_N02", 445352); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E02_S01", 446011); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E03_N01", 444476); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E03_N02", 444477); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E03_S01", 445874); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E03_S02", 445744); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E04_N01", 444481); DictSNOPhysMesh.Add("x1_Highlands_ManorInterior_E04_S01", 445888); DictSNOPhysMesh.Add("x1_Malthael_Boss_Arena", 328477); DictSNOPhysMesh.Add("x1_PandExt_Breakable_Angel_B_Stump_PHY", 361963); DictSNOPhysMesh.Add("x1_Pand_BatteringRam_240", 295369); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_Elbow_NE_01", 268854); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_Elbow_NE_02", 347115); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_Elbow_NW_01", 268831); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_Elbow_NW_02", 346514); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_Elbow_SE_01", 268818); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_Elbow_SE_02", 353017); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_Elbow_SW_01", 268805); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_Elbow_SW_02", 352788); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NEW_01", 268699); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NEW_02", 270147); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NEW_03", 270237); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NE_01", 268748); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NE_02", 295139); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NE_Exit_01", 333287); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NSE_01", 262554); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NSE_02", 284278); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NSE_03", 289927); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NSE_04", 295406); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NSW_01", 268687); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NSW_02", 271867); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NSW_03", 284373); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NSW_04", 284881); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NW_01", 268770); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NW_02", 348422); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_NW_Exit_01", 355113); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_SEW_01", 268714); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_SEW_02", 284955); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_SEW_03", 284986); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_SE_01", 268736); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_SE_02", 348394); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_SE_Exit_01", 333312); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_SW_01", 268782); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_SW_02", 348213); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Edge_SW_Exit_01", 333325); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Filler_01", 269011); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Filler_02", 285054); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Filler_03", 345108); DictSNOPhysMesh.Add("x1_Pand_Ext_120_Filler_04", 348611); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01", 298844); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_01", 262622); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_02", 262639); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_03", 269053); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_04", 269302); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_05", 269338); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_06", 269366); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_07", 269521); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_08", 270222); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_09", 270157); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_10", 270250); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_11", 274097); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_12", 275119); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_13", 280484); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_14", 282615); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_15", 286811); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_16", 328908); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_17", 328955); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_18", 328987); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_19", 329178); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_20", 329265); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_21", 329962); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01", 301278); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSEW_Event_01_chrono", 355209); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01", 300109); DictSNOPhysMesh.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01", 301073); DictSNOPhysMesh.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01", 300212); DictSNOPhysMesh.Add("x1_Pand_Ext_240_Cellar_02", 299053); DictSNOPhysMesh.Add("x1_Pand_Ext_240_Cellar_03", 317697); DictSNOPhysMesh.Add("x1_Pand_Ext_240_Cellar_04", 317880); DictSNOPhysMesh.Add("x1_Pand_Ext_240_Cellar_05", 342425); DictSNOPhysMesh.Add("x1_Pand_Ext_240_Cellar_06", 347477); DictSNOPhysMesh.Add("x1_Pand_Ext_240_Chokepoint_EW_01", 268959); DictSNOPhysMesh.Add("x1_Pand_Ext_240_Chokepoint_EW_02", 276575); DictSNOPhysMesh.Add("x1_Pand_Ext_240_Chokepoint_NS_01", 268915); DictSNOPhysMesh.Add("x1_Pand_Ext_240_Chokepoint_NS_02", 276590); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NEW_Event_01_chrono", 346597); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NEW_Exit_01", 279819); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NE_Entrance_01", 365218); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01", 352500); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSEW_Event_GreatWeapon_01", 353024); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSEW_Event_RockHive_01", 352992); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSE_Event_Islands_01", 300782); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSE_Event_Prison_01", 300843); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSE_Exit_01", 278310); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSW_Event_02", 300686); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSW_Event_02_ForgottenWar", 324391); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSW_Event_Sandrock_Ambush", 300732); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NSW_Exit_01", 278483); DictSNOPhysMesh.Add("x1_Pand_Ext_240_NW_Entrance_01", 333239); DictSNOPhysMesh.Add("x1_Pand_Ext_240_SEW_Event_01_chrono", 300697); DictSNOPhysMesh.Add("x1_Pand_Ext_240_SEW_Exit_01", 277865); DictSNOPhysMesh.Add("x1_Pand_Ext_240_SE_Entrance_01", 333094); DictSNOPhysMesh.Add("x1_Pand_Ext_240_SW_Entrance_01", 333258); DictSNOPhysMesh.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02", 339281); DictSNOPhysMesh.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03", 339277); DictSNOPhysMesh.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S02", 339279); DictSNOPhysMesh.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03", 339282); DictSNOPhysMesh.Add("x1_Pand_Ext_BonePile_Med_D", 369965); DictSNOPhysMesh.Add("x1_Pand_Ext_Heaven_Pillar_Breakable_A_Stump", 327956); DictSNOPhysMesh.Add("x1_Pand_Ext_Heaven_Pillar_Breakable_A_Stump_PHY", 357231); DictSNOPhysMesh.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02", 317942); DictSNOPhysMesh.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S03", 317938); DictSNOPhysMesh.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S01", 317940); DictSNOPhysMesh.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02", 317935); DictSNOPhysMesh.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02", 317937); DictSNOPhysMesh.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S03", 317934); DictSNOPhysMesh.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S04", 339719); DictSNOPhysMesh.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S03", 339689); DictSNOPhysMesh.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S04", 339718); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Edge_E_01", 292907); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Edge_N_01", 288960); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Edge_S_01", 292951); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Edge_W_01", 289225); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Entrance_E_01", 293453); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Entrance_N_01", 293463); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Entrance_S_01", 293473); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Entrance_W_01", 293494); DictSNOPhysMesh.Add("x1_Pand_HexMaze_EW_01", 292965); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Exit_E_01", 293483); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Exit_N_01", 293506); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Exit_S_01", 293516); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Exit_W_01", 293534); DictSNOPhysMesh.Add("x1_Pand_HexMaze_Filler_02", 288270); DictSNOPhysMesh.Add("x1_Pand_HexMaze_NSEW_02", 293029); DictSNOPhysMesh.Add("x1_Pand_HexMaze_NSEW_03", 293229); DictSNOPhysMesh.Add("x1_Pand_HexMaze_NSEW_04", 293325); DictSNOPhysMesh.Add("x1_Pand_HexMaze_NSEW_05", 294276); DictSNOPhysMesh.Add("x1_Pand_HexMaze_NSEW_A_01", 271067); DictSNOPhysMesh.Add("x1_Pand_HexMaze_NS_01", 292827); DictSNOPhysMesh.Add("X1_Westmarch_Cath_Int_W01_N02", 308521); DictSNOPhysMesh.Add("X1_Westmarch_Cath_Int_W01_N03", 309144); DictSNOPhysMesh.Add("X1_Westmarch_Cath_Int_W02_N01", 308524); DictSNOPhysMesh.Add("X1_Westmarch_Cath_Int_W02_N02", 308523); DictSNOPhysMesh.Add("X1_Westmarch_Cath_Int_W02_N03", 309156); DictSNOPhysMesh.Add("X1_Westmarch_Cath_Int_W03_N02", 309112); DictSNOPhysMesh.Add("X1_Westmarch_Cath_Int_W03_N03", 309157); DictSNOPhysMesh.Add("x1_westmarch_Hub_E01_N02", 315697); DictSNOPhysMesh.Add("x1_westmarch_Hub_E01_N03", 311267); DictSNOPhysMesh.Add("x1_westmarch_Hub_E01_N04", 311261); DictSNOPhysMesh.Add("x1_westmarch_Hub_E01_N05", 313779); DictSNOPhysMesh.Add("x1_westmarch_Hub_E02_N03", 311268); DictSNOPhysMesh.Add("x1_westmarch_Hub_E02_N04", 311265); DictSNOPhysMesh.Add("x1_westmarch_Hub_E02_N05", 313778); DictSNOPhysMesh.Add("x1_westmarch_Hub_W01_N02", 315698); DictSNOPhysMesh.Add("x1_westmarch_Hub_W01_N03", 311266); DictSNOPhysMesh.Add("x1_westmarch_Hub_W01_N04", 311262); DictSNOPhysMesh.Add("x1_westmarch_Hub_W01_N05", 313780); DictSNOPhysMesh.Add("x1_westmarch_Hub_W02_N04", 311263); DictSNOPhysMesh.Add("x1_westmarch_Hub_W02_N05", 313781); DictSNOPhysMesh.Add("x1_Westmarch_Overlook_D_E01_N01", 308609); DictSNOPhysMesh.Add("x1_Westmarch_Overlook_D_E01_S01", 308614); DictSNOPhysMesh.Add("x1_Westmarch_Overlook_D_W01_N01", 308613); DictSNOPhysMesh.Add("x1_Westmarch_Overlook_D_W01_N02", 308605); DictSNOPhysMesh.Add("x1_Westmarch_Overlook_D_W01_S01", 308612); DictSNOPhysMesh.Add("x1_Westmarch_Overlook_D_W02_S01", 308607); DictSNOPhysMesh.Add("x1_westm_01_Filler", 313266); DictSNOPhysMesh.Add("x1_westm_alley_rats_A_E01_N01", 348971); DictSNOPhysMesh.Add("x1_westm_alley_rats_A_E01_S01", 348970); DictSNOPhysMesh.Add("x1_westm_alley_rats_A_W01_N01", 348972); DictSNOPhysMesh.Add("x1_westm_alley_rats_A_W01_S01", 348969); DictSNOPhysMesh.Add("x1_westm_barricade_solid_debries_phy", 332467); DictSNOPhysMesh.Add("x1_westm_Boss_E01_N01", 307027); DictSNOPhysMesh.Add("x1_westm_Boss_E01_S01", 307032); DictSNOPhysMesh.Add("x1_westm_Boss_E01_S02", 307033); DictSNOPhysMesh.Add("x1_westm_Boss_W01_N01", 307025); DictSNOPhysMesh.Add("x1_westm_Boss_W01_S01", 307031); DictSNOPhysMesh.Add("x1_westm_Boss_W01_S02", 307026); DictSNOPhysMesh.Add("x1_westm_console_blocker_large_phy", 385971); DictSNOPhysMesh.Add("x1_westm_console_blocker_small_phy", 385977); DictSNOPhysMesh.Add("x1_westm_custom_alley_06", 289034); DictSNOPhysMesh.Add("x1_westm_cust_alley_05", 306448); DictSNOPhysMesh.Add("x1_westm_cust_alley_06", 306458); DictSNOPhysMesh.Add("x1_westm_deathorb_B_E01_N01", 335686); DictSNOPhysMesh.Add("x1_westm_deathorb_B_E01_S01", 335688); DictSNOPhysMesh.Add("x1_westm_deathorb_B_W01_N01", 335690); DictSNOPhysMesh.Add("x1_westm_deathorb_B_W01_N02", 335685); DictSNOPhysMesh.Add("x1_westm_deathorb_B_W01_S01", 335691); DictSNOPhysMesh.Add("x1_westm_deathorb_B_W02_N01", 335689); DictSNOPhysMesh.Add("x1_westm_deathorb_B_W02_N02", 335683); DictSNOPhysMesh.Add("x1_westm_deathorb_C_E01_N01", 339017); DictSNOPhysMesh.Add("x1_westm_deathorb_C_E01_S01", 339019); DictSNOPhysMesh.Add("x1_westm_deathorb_C_E01_S02", 339357); DictSNOPhysMesh.Add("x1_westm_deathorb_C_W01_N01", 339021); DictSNOPhysMesh.Add("x1_westm_deathorb_C_W01_N02", 339016); DictSNOPhysMesh.Add("x1_westm_deathorb_C_W01_S01", 339022); DictSNOPhysMesh.Add("x1_westm_deathorb_C_W01_S02", 339358); DictSNOPhysMesh.Add("x1_westm_deathorb_C_W02_N01", 339020); DictSNOPhysMesh.Add("x1_westm_Door_Closed_A_PHY", 359189); DictSNOPhysMesh.Add("x1_Westm_Door_Giant_Closed_A_phy", 332577); DictSNOPhysMesh.Add("X1_Westm_Door_Giant_Closed_B_phy", 332640); DictSNOPhysMesh.Add("x1_westm_door_wide_closed_A_phy", 336274); DictSNOPhysMesh.Add("x1_westm_EW_01", 242481); DictSNOPhysMesh.Add("x1_westm_EW_02", 242875); DictSNOPhysMesh.Add("x1_westm_EW_03", 243917); DictSNOPhysMesh.Add("x1_westm_EW_05", 289140); DictSNOPhysMesh.Add("x1_westm_E_01_vista", 244915); DictSNOPhysMesh.Add("x1_westm_E_02", 243948); DictSNOPhysMesh.Add("x1_westm_E_Entrance_01", 336169); DictSNOPhysMesh.Add("x1_Westm_feed_bag_01_phy", 386022); DictSNOPhysMesh.Add("x1_Westm_Fire_Rubble_A_phy", 340611); DictSNOPhysMesh.Add("x1_Westm_Fire_Rubble_B_phy", 340614); DictSNOPhysMesh.Add("x1_Westm_Fire_Rubble_C_phy", 340623); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_Elbow_NE_01", 265334); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_Elbow_NW_01", 265356); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_Elbow_NW_02", 275900); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_Elbow_SE_01", 265405); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_Elbow_SW_01", 265368); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_NEW_01", 265077); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_NEW_01_Entrance", 265110); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_NE_01", 265308); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_NSE_01", 265244); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_NSE_01_Entrance", 265419); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_NSE_02", 276722); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_NSW_01", 264629); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_NSW_01_Entrance", 264653); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_NW_01", 265217); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_SEW_01", 264522); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_SEW_01_Entrance", 264679); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_SEW_02", 275517); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_SEW_03", 276734); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_SE_01", 265321); DictSNOPhysMesh.Add("x1_westm_graveyard_Border_SW_01", 265291); DictSNOPhysMesh.Add("x1_westm_graveyard_Filler", 264725); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_01", 264460); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_02", 264699); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_05", 274708); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_06", 273520); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_07", 276017); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_08", 276857); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_09", 276924); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_10", 277100); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_12", 341971); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_13", 341960); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_14", 341967); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_15", 342046); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_16", 342011); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_Event_01", 331845); DictSNOPhysMesh.Add("x1_westm_graveyard_NSEW_Event_02", 348272); DictSNOPhysMesh.Add("x1_westm_intro_E01_N01", 306580); DictSNOPhysMesh.Add("x1_westm_intro_E01_N02", 306579); DictSNOPhysMesh.Add("x1_westm_intro_E01_S01", 306584); DictSNOPhysMesh.Add("x1_westm_intro_E01_S02", 311470); DictSNOPhysMesh.Add("x1_westm_intro_E02_N01", 306582); DictSNOPhysMesh.Add("x1_westm_intro_E02_N02", 306578); DictSNOPhysMesh.Add("x1_westm_intro_E02_N03", 306703); DictSNOPhysMesh.Add("x1_westm_intro_E02_S01", 306583); DictSNOPhysMesh.Add("x1_westm_intro_E02_S02", 311469); DictSNOPhysMesh.Add("x1_westm_intro_E03_N02", 306577); DictSNOPhysMesh.Add("x1_westm_intro_E03_N03", 306704); DictSNOPhysMesh.Add("x1_westm_intro_W01_S01", 313970); DictSNOPhysMesh.Add("x1_westm_intro_W01_S02", 313969); DictSNOPhysMesh.Add("x1_westm_Int_Filler", 289264); DictSNOPhysMesh.Add("x1_westm_Int_Gen_A_01", 288261); DictSNOPhysMesh.Add("x1_westm_Int_Gen_A_02", 294315); DictSNOPhysMesh.Add("x1_westm_Int_Gen_A_03", 330682); DictSNOPhysMesh.Add("x1_westm_Int_Gen_A_04", 332145); DictSNOPhysMesh.Add("x1_westm_Int_Gen_B_01", 290089); DictSNOPhysMesh.Add("x1_westm_Int_Gen_B_02", 302625); DictSNOPhysMesh.Add("x1_westm_Int_Gen_B_03_var_B", 329362); DictSNOPhysMesh.Add("x1_westm_Int_Gen_B_03_var_C", 329796); DictSNOPhysMesh.Add("x1_westm_Int_Gen_B_05", 332371); DictSNOPhysMesh.Add("x1_westm_Int_Gen_C_01", 289364); DictSNOPhysMesh.Add("x1_westm_Int_Gen_C_02", 332571); DictSNOPhysMesh.Add("x1_westm_Int_Gen_C_03", 306908); DictSNOPhysMesh.Add("x1_westm_Int_Gen_C_04", 311039); DictSNOPhysMesh.Add("x1_westm_Int_Templar_01", 302126); DictSNOPhysMesh.Add("x1_westm_Int_Treasure_01", 308122); DictSNOPhysMesh.Add("X1_Westm_lamp_A_phy", 340610); DictSNOPhysMesh.Add("X1_Westm_lamp_D_phy", 340607); DictSNOPhysMesh.Add("x1_westm_NEW_01", 242672); DictSNOPhysMesh.Add("x1_westm_NEW_02", 244667); DictSNOPhysMesh.Add("x1_westm_NEW_03", 244737); DictSNOPhysMesh.Add("x1_westm_NE_01", 242929); DictSNOPhysMesh.Add("x1_westm_NE_02", 244646); DictSNOPhysMesh.Add("x1_westm_NE_03", 244700); DictSNOPhysMesh.Add("x1_westm_NE_04", 244716); DictSNOPhysMesh.Add("x1_westm_NSEW_01", 242320); DictSNOPhysMesh.Add("x1_westm_NSEW_02", 243984); DictSNOPhysMesh.Add("x1_westm_NSEW_04", 253152); DictSNOPhysMesh.Add("x1_westm_NSEW_05", 253316); DictSNOPhysMesh.Add("x1_westm_NSEW_06", 253389); DictSNOPhysMesh.Add("x1_westm_NSEW_08", 289129); DictSNOPhysMesh.Add("x1_westm_NSE_01", 242306); DictSNOPhysMesh.Add("x1_westm_NSE_01_Urzael", 339143); DictSNOPhysMesh.Add("x1_westm_NSE_02", 245186); DictSNOPhysMesh.Add("x1_westm_NSE_03", 244611); DictSNOPhysMesh.Add("x1_westm_NSW_01", 242266); DictSNOPhysMesh.Add("x1_westm_NSW_02", 245359); DictSNOPhysMesh.Add("x1_westm_NSW_03", 245501); DictSNOPhysMesh.Add("x1_westm_NSW_04", 245638); DictSNOPhysMesh.Add("x1_westm_NS_01", 242184); DictSNOPhysMesh.Add("x1_westm_NS_02", 242795); DictSNOPhysMesh.Add("x1_westm_NS_03", 243095); DictSNOPhysMesh.Add("x1_westm_NS_04", 244146); DictSNOPhysMesh.Add("x1_westm_NW_01", 244569); DictSNOPhysMesh.Add("x1_westm_NW_02", 242705); DictSNOPhysMesh.Add("x1_westm_N_01", 242999); DictSNOPhysMesh.Add("x1_westm_N_02", 243899); DictSNOPhysMesh.Add("x1_westm_N_Entrance_01", 317624); DictSNOPhysMesh.Add("x1_westm_Rockrubble_phy", 385997); DictSNOPhysMesh.Add("x1_westm_SEW_01", 242289); DictSNOPhysMesh.Add("x1_westm_SEW_02", 245072); DictSNOPhysMesh.Add("x1_westm_SEW_03", 245018); DictSNOPhysMesh.Add("x1_westm_SEW_04", 245126); DictSNOPhysMesh.Add("x1_westm_SEW_05", 289056); DictSNOPhysMesh.Add("x1_westm_SE_01", 242149); DictSNOPhysMesh.Add("x1_westm_SE_02", 244794); DictSNOPhysMesh.Add("x1_westm_SE_05", 245198); DictSNOPhysMesh.Add("x1_westm_Shelf_Items_A_phy_A", 366310); DictSNOPhysMesh.Add("x1_westm_Stoneblock_Hammer_phy", 386002); DictSNOPhysMesh.Add("x1_westm_SW_03", 244020); DictSNOPhysMesh.Add("x1_westm_SW_04", 244265); DictSNOPhysMesh.Add("x1_westm_SW_05", 252798); DictSNOPhysMesh.Add("x1_westm_S_01", 243889); DictSNOPhysMesh.Add("x1_westm_S_01_vista", 243964); DictSNOPhysMesh.Add("x1_westm_S_Entrance_01", 336161); DictSNOPhysMesh.Add("x1_westm_Wall_int_Blocker_B_phy", 317991); DictSNOPhysMesh.Add("x1_westm_Woodpile_phy", 386009); DictSNOPhysMesh.Add("x1_westm_W_01", 244224); DictSNOPhysMesh.Add("x1_westm_W_02", 244126); DictSNOPhysMesh.Add("x1_westm_W_Entrance_01", 336166); #endregion return DictSNOPhysMesh; } public static Dictionary LoadRopes() { Dictionary DictSNORope = new Dictionary(); #region Rope DictSNORope.Add("a2dun_Zolt_FloatingLights_Lightning", 74868); DictSNORope.Add("a2dun_Zolt_Tesla_Tower_cold_bolt", 208879); DictSNORope.Add("a2dun_Zolt_Tesla_Tower_electrocute_bolt", 174664); DictSNORope.Add("a2dun_Zolt_Tesla_Tower_fire_bolt", 208974); DictSNORope.Add("a2dun_Zolt_Tesla_Tower_poison_bolt", 209240); DictSNORope.Add("a3dun_crater_Demon_GroundTrap_GasChamber_Projectile_Rope", 128695); DictSNORope.Add("a3dun_Keep_Chest_Lift_Rope_2", 52672); DictSNORope.Add("Actor_gib_lightning_arcs", 30869); DictSNORope.Add("actor_lightning_death_arcs_large", 1774); DictSNORope.Add("actor_lightning_death_arcs_large_fortress", 290125); DictSNORope.Add("adria_event47_entangleRope", 203848); DictSNORope.Add("assaultBeast_bite_bloodRope", 30873); DictSNORope.Add("AssaultBeast_drool", 30875); DictSNORope.Add("Azmodan_LaserAttack", 209045); DictSNORope.Add("Barbarian_AncientSpear_Rope", 79402); DictSNORope.Add("Barbarian_AncientSpear_Rope_alabaster", 211135); DictSNORope.Add("Barbarian_frenzyRune_stun_lightning", 163495); DictSNORope.Add("Barbarian_frenzyRune_stun_lightning2", 163500); DictSNORope.Add("Barbarian_overPowerRune_cold_lightning", 397150); DictSNORope.Add("Barbarian_overPowerRune_duration_lightning", 168479); DictSNORope.Add("Barbarian_overPowerRune_fire_lightning", 397258); DictSNORope.Add("Barbarian_overPowerRune_heal_lightning", 165068); DictSNORope.Add("Barbarian_overPowerRune_weapons_lightning", 165037); DictSNORope.Add("Barbarian_overPower_lightning2", 164794); DictSNORope.Add("Barbarian_weaponThrow_indigo_ricochet", 166450); DictSNORope.Add("Binkles_assembleHead_rope", 213852); DictSNORope.Add("Binkles_assemble_rope", 194291); DictSNORope.Add("Binkles_BSS_rope", 196058); DictSNORope.Add("binkles_BSS_rope_1", 201936); DictSNORope.Add("binkles_BSS_rope_2", 201939); DictSNORope.Add("binkles_BSS_rope_3", 201940); DictSNORope.Add("Binkles_open_rope", 188321); DictSNORope.Add("BlackSoulstone_lightning_rope", 181673); DictSNORope.Add("BlackSoulstone_lightning_rope_orange", 370967); DictSNORope.Add("Butcher_Hookshot_Chain", 30877); DictSNORope.Add("Butcher_Zombie_Eat_rope", 30878); DictSNORope.Add("candleSmoke", 30879); DictSNORope.Add("candleSmoke_covered", 30880); DictSNORope.Add("caOut_Oasis_Rakanishu_CenterStone_lightningStrike", 120660); DictSNORope.Add("cellarRitualEast_positiveFlowBeam", 183157); DictSNORope.Add("console_powerGlobe_rope", 309788); DictSNORope.Add("cos_pet_demontrooper_drool", 447433); DictSNORope.Add("Cultist_event19_negativeFlowBeam", 184322); DictSNORope.Add("Cultist_event19_positiveFlowBeam", 184910); DictSNORope.Add("Default_Rope", 30887); DictSNORope.Add("DemonHunter_ElementalArrow_PoisonRope", 155941); DictSNORope.Add("DemonHunter_ElementalArrow_ropeAttack_Indigo", 155302); DictSNORope.Add("DemonHunter_Entangle_rope", 76093); DictSNORope.Add("DemonHunter_Entangle_rope_alabaster_lifesteal", 149954); DictSNORope.Add("DemonHunter_Entangle_rope_crimson_duration", 149953); DictSNORope.Add("DemonHunter_Entangle_rope_golden_reduceCost", 149956); DictSNORope.Add("DemonHunter_Entangle_rope_obsidian_electric", 149957); DictSNORope.Add("DemonHunter_SpikeTrap_Lightning", 442102); DictSNORope.Add("DH_ballistaRune_DamageOnCrit_airRope", 180654); DictSNORope.Add("DH_ballistaRune_DOTDamage_airRope", 180652); DictSNORope.Add("DH_ballistaRune_KnockbackStun_airRope", 180651); DictSNORope.Add("DH_ballistaRune_pierce_airRope", 180650); DictSNORope.Add("DH_ballistaRune_Shockwave_airRope", 180653); DictSNORope.Add("DH_ballista_airRope", 173259); DictSNORope.Add("DH_ballista_fireRope", 155116); DictSNORope.Add("DH_sentry_tether", 154660); DictSNORope.Add("Disintegrate_Beam_Rope", 30888); DictSNORope.Add("event47_soulstone_positiveFlowBeam", 193604); DictSNORope.Add("Event_AdriaSwr_lightningRope", 188740); DictSNORope.Add("Event_AdriaSwr_lightningRope_noattach", 203498); DictSNORope.Add("Event_Ghost_soulSiphon_rope", 217329); DictSNORope.Add("Event_rabbitHole_rope", 175185); DictSNORope.Add("event_skeletonSummoner_massGrave", 160099); DictSNORope.Add("Ghost_soulSiphon_rope", 1775); DictSNORope.Add("goatman_shaman_LS_bolt", 30889); DictSNORope.Add("Goatmutant_Shaman_Empower_rope", 176558); DictSNORope.Add("Gorehound_drool", 30890); DictSNORope.Add("handXbow_unique_deadeye_rope", 195092); DictSNORope.Add("Helm_norm_promo_01_rope", 326042); DictSNORope.Add("Id_All_Book_Of_Cain_Rope", 298862); DictSNORope.Add("LeahTraining_Fizzle", 201908); DictSNORope.Add("LeahTraining_Flub", 201907); DictSNORope.Add("LeahTraining_Impact", 201906); DictSNORope.Add("LeahTraining_Miss", 199756); DictSNORope.Add("lightningColumn_blue", 30895); DictSNORope.Add("lightningColumn_green", 30896); DictSNORope.Add("Mace_norm_unique_09_energyTendrils", 221755); DictSNORope.Add("MastaBlasta_Steed_drool", 179702); DictSNORope.Add("mistressOfPain_dropDown_rope", 213239); DictSNORope.Add("Monk_HoL_CL_bounce", 215157); DictSNORope.Add("Monk_HoL_CL_bounce_small", 215286); DictSNORope.Add("Monk_sweepingWindRune_hurricane_lightning", 202188); DictSNORope.Add("MonsterAffix_arcaneEnchanted_rope", 220838); DictSNORope.Add("MonsterAffix_avenger_arcaneEnchanted_rope", 385535); DictSNORope.Add("monsterAffix_linked_chainRope", 228113); DictSNORope.Add("Morlu_SpireRope_Channel", 222558); DictSNORope.Add("p1_Barbarian_frenzyRune_stun_lightning", 410564); DictSNORope.Add("p1_Barbarian_frenzyRune_stun_lightning2", 410571); DictSNORope.Add("p1_monk_explodingPalm_lightningBolt", 410188); DictSNORope.Add("p1_Monk_waveOfLight_pillar_bolt", 394683); DictSNORope.Add("p2_TGoblinD_SplitRopeFX", 432430); DictSNORope.Add("P4_Mermaid_Hydra_rope_A", 443835); DictSNORope.Add("P4_Mermaid_Hydra_rope_B", 444038); DictSNORope.Add("p4_ratKing_snacking_bloodRope", 428495); DictSNORope.Add("P68_Frenzy_Cold_rope", 484147); DictSNORope.Add("P68_Frenzy_Default_rope", 484151); DictSNORope.Add("P68_Frenzy_Fire_rope", 484152); DictSNORope.Add("P68_Frenzy_Lightning_rope", 484149); DictSNORope.Add("P68_Frenzy_Physical_rope", 484150); DictSNORope.Add("p6_necro_bloodGolem_blood_blueVein02", 465157); DictSNORope.Add("p6_necro_bloodGolem_blood_vein", 463714); DictSNORope.Add("P6_Necro_BloodRush_B_FXToDest_Energy_Rope", 473667); DictSNORope.Add("P6_Necro_BloodRush_B_FXToDest_Vein_Blue_Rope", 474041); DictSNORope.Add("P6_Necro_BloodRush_C_FXToDest_Energy_Rope", 472932); DictSNORope.Add("P6_Necro_BloodRush_C_FXToDest_Energy_Rope_Blue", 472933); DictSNORope.Add("P6_Necro_BloodRush_C_FXToDest_Energy_Rope_Dark", 472934); DictSNORope.Add("P6_Necro_BloodRush_C_FXToDest_Rope", 472940); DictSNORope.Add("P6_Necro_BloodRush_D_FXToDest_Vein_Rope", 473952); DictSNORope.Add("P6_Necro_BloodRush_E_FXToDest_Energy_Rope", 473880); DictSNORope.Add("P6_Necro_BloodRush_FXToDest_Energy_Rope", 456659); DictSNORope.Add("P6_Necro_BloodRush_FXToDest_Energy_Rope_Blue", 457369); DictSNORope.Add("P6_Necro_BloodRush_FXToDest_Energy_Rope_Dark", 457370); DictSNORope.Add("P6_Necro_BloodRush_FXToDest_Rope", 456291); DictSNORope.Add("p6_necro_boneSpear_rope01", 454526); DictSNORope.Add("p6_necro_boneSpirit_A_focus_ropeBrightEnd", 472946); DictSNORope.Add("p6_necro_boneSpirit_A_focus_ropeMain", 470476); DictSNORope.Add("p6_necro_boneSpirit_B_focus_ropeBrightEnd", 473696); DictSNORope.Add("p6_necro_boneSpirit_B_focus_ropeMain", 473695); DictSNORope.Add("p6_necro_boneSpirit_C_focus_ropeBrightEnd", 473228); DictSNORope.Add("p6_necro_boneSpirit_C_focus_ropeMain", 473226); DictSNORope.Add("p6_necro_boneSpirit_D_focus_ropeBrightEnd", 474225); DictSNORope.Add("p6_necro_boneSpirit_D_focus_ropeMain", 474224); DictSNORope.Add("p6_necro_boneSpirit_E_focus_ropeBrightEnd", 473962); DictSNORope.Add("p6_necro_boneSpirit_E_focus_ropeMain", 473961); DictSNORope.Add("p6_necro_boneSpirit_F_focus_ropeBrightEnd", 475948); DictSNORope.Add("p6_necro_boneSpirit_F_focus_ropeMain", 475947); DictSNORope.Add("P6_Necro_Leech_Rope_Base", 462257); DictSNORope.Add("p6_necro_simulacrum_a_spawnVein", 473324); DictSNORope.Add("p6_necro_simulacrum_a_spawnVein_noPhysics", 473325); DictSNORope.Add("p6_necro_simulacrum_a_spawnVein_noPhysics_iceSpawner", 473326); DictSNORope.Add("p6_necro_simulacrum_b_spawnVein", 473327); DictSNORope.Add("p6_necro_simulacrum_b_spawnVein_noPhysics", 473328); DictSNORope.Add("p6_necro_simulacrum_spawnVein", 466858); DictSNORope.Add("p6_necro_simulacrum_spawnVein_noPhysics", 466949); DictSNORope.Add("p6_necro_siphonBlood_A_connect_blood1", 467482); DictSNORope.Add("p6_necro_siphonBlood_A_connect_blood2", 467488); DictSNORope.Add("p6_necro_siphonBlood_A_connect_dark", 467481); DictSNORope.Add("p6_necro_siphonBlood_A_miss", 455332); DictSNORope.Add("p6_necro_siphonBlood_B_connect_blood1", 467546); DictSNORope.Add("p6_necro_siphonBlood_B_connect_blood2", 467547); DictSNORope.Add("p6_necro_siphonBlood_B_connect_dark", 467545); DictSNORope.Add("p6_necro_siphonBlood_B_miss_blood", 467551); DictSNORope.Add("p6_necro_siphonBlood_B_miss_essence", 467553); DictSNORope.Add("p6_necro_siphonBlood_C_connect_blood1", 467491); DictSNORope.Add("p6_necro_siphonBlood_C_connect_blood2", 467494); DictSNORope.Add("p6_necro_siphonBlood_C_connect_dark", 467497); DictSNORope.Add("p6_necro_siphonBlood_C_miss_blood", 467511); DictSNORope.Add("p6_necro_siphonBlood_C_miss_ice", 467512); DictSNORope.Add("p6_necro_siphonBlood_D_connect_blood1", 467645); DictSNORope.Add("p6_necro_siphonBlood_D_connect_blood2", 467646); DictSNORope.Add("p6_necro_siphonBlood_D_connect_dark", 467644); DictSNORope.Add("p6_necro_siphonBlood_D_miss_blood", 467665); DictSNORope.Add("p6_necro_siphonBlood_D_miss_blue", 467669); DictSNORope.Add("p6_necro_siphonBlood_E_connect_blood1", 469278); DictSNORope.Add("p6_necro_siphonBlood_E_connect_blood2", 469279); DictSNORope.Add("p6_necro_siphonBlood_E_connect_dark", 469277); DictSNORope.Add("p6_necro_siphonBlood_E_miss", 469356); DictSNORope.Add("p6_necro_skeletonMage_A_rangedAttack", 472443); DictSNORope.Add("p6_necro_skeletonMage_B_rangedAttack", 472655); DictSNORope.Add("p6_necro_skeletonMage_D_rangedAttack", 472729); DictSNORope.Add("skeletonMage_lightningAtk_cast", 30906); DictSNORope.Add("SkeletonSummon", 30907); DictSNORope.Add("Snakeman_caster_lightNova_zaps", 30908); DictSNORope.Add("SoulRipper_tongue_rope", 176552); DictSNORope.Add("SpiderQueen_dropDown_rope", 254507); DictSNORope.Add("SpiderQueen_dropDown_rope_fast", 254508); DictSNORope.Add("Spider_dropDown_rope", 116294); DictSNORope.Add("Stranger_event31_positiveFlowBeam", 102191); DictSNORope.Add("Succubus_Stun_NPC", 186612); DictSNORope.Add("Succubus_Stun_NPC_constant", 193275); DictSNORope.Add("Sword_norm_unique_08_energyTendril", 244283); DictSNORope.Add("TEMP_rope_beamAttack_demonic", 69210); DictSNORope.Add("TEMP_rope_beamAttack_fire", 69733); DictSNORope.Add("TEMP_rope_beamAttack_lightning", 69155); DictSNORope.Add("TEMP_rope_beamAttack_pink", 68464); DictSNORope.Add("TEMP_rope_beamAttack_wraith", 252965); DictSNORope.Add("TEMP_rope_persistent_pink", 301360); DictSNORope.Add("triuneSummoner_Summon_rope", 111529); DictSNORope.Add("Triune_CorpseEater_positiveFlowBeam", 182614); DictSNORope.Add("twoHandedMace_unique_schaffersHammer_lightningRope", 197721); DictSNORope.Add("UniqueAxe_1H_006_Hookshot_Chain", 250406); DictSNORope.Add("unique_fist_wonkhimlau_lightningRope", 246947); DictSNORope.Add("unique_staff_theBrokenStaff_lightningRope", 245085); DictSNORope.Add("unique_staff_theBrokenStaff_lightningRope2", 246854); DictSNORope.Add("WD_PlagueOfToads_huge_tongue", 107892); DictSNORope.Add("Withermoth_spawn_bolts", 99859); DictSNORope.Add("Wizard_Archon_disintegrationWave", 161574); DictSNORope.Add("Wizard_Archon_disintegrationWave_dmg", 216980); DictSNORope.Add("Wizard_Archon_disintegrationWave_erupt", 216997); DictSNORope.Add("Wizard_Archon_disintegrationWave_explode", 216959); DictSNORope.Add("Wizard_Archon_disintegrationWave_slow", 217186); DictSNORope.Add("Wizard_Archon_disintegrationWave_teleport", 217123); DictSNORope.Add("Wizard_chargedBoltRune_indigo_lightningArc", 176748); DictSNORope.Add("Wizard_chargedBolt_lightningMan", 198971); DictSNORope.Add("Wizard_DisintegrateRune_deathBeam", 215528); DictSNORope.Add("Wizard_DisintegrateRune_fieldBeam", 93552); DictSNORope.Add("Wizard_DisintegrateRune_miniBeam", 93446); DictSNORope.Add("Wizard_DisintegrateRune_PulseBeam", 93589); DictSNORope.Add("Wizard_electrocute_bolt", 30912); DictSNORope.Add("Wizard_electrocute_boltC", 262408); DictSNORope.Add("Wizard_electrocute_missC", 325103); DictSNORope.Add("Wizard_Hydra_RuneLightning", 83875); DictSNORope.Add("Wizard_lightningSpeed_onset", 30914); DictSNORope.Add("Wizard_magicWeapon_indigo_lightningArcs", 186883); DictSNORope.Add("Wizard_rayOfFrost", 30894); DictSNORope.Add("Wizard_rayOfFrostRune_damage", 128763); DictSNORope.Add("Wizard_rayOfFrostRune_energy", 128743); DictSNORope.Add("Wizard_rayOfFrostRune_freeze", 149834); DictSNORope.Add("Wizard_rayOfFrostRune_pool", 149882); DictSNORope.Add("Wizard_stormArmorRune_teslaBolt", 80602); DictSNORope.Add("Wizard_stormArmor_proc", 261366); DictSNORope.Add("Wizard_stormArmor_proc_alabaster", 263016); DictSNORope.Add("Wizard_stormArmor_proc_crimson", 261624); DictSNORope.Add("Wizard_stormArmor_proc_golden", 261367); DictSNORope.Add("Wizard_stormArmor_proc_indigo", 261368); DictSNORope.Add("Wizard_stormArmor_proc_obsidian", 261369); DictSNORope.Add("WoodWraith_rope", 74059); DictSNORope.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise", 359515); DictSNORope.Add("x1_Abattoir_furnaceSpinner_fireBeam_clockwise_Event", 359999); DictSNORope.Add("x1_Abattoir_furnaceSpinner_fireBeam_reverseClockwise", 359715); DictSNORope.Add("x1_Abattoir_furnaceSpinner_fireBeam_reverseClockwise_Event", 360000); DictSNORope.Add("x1_Abattoir_furnaceWall_fireBeam", 355380); DictSNORope.Add("x1_Crusader_BlessedHammer_lightningArc", 339426); DictSNORope.Add("X1_Crusader_BlessedShield_shieldChain", 287516); DictSNORope.Add("x1_Crusader_FistofHeavens_LightningRope", 347724); DictSNORope.Add("x1_Crusader_FistOfHeavens_WellofRetibution_LightningArc", 323844); DictSNORope.Add("X1_crusader_steedCharge_drag_chains", 404950); DictSNORope.Add("x1_deathMaiden_killRope", 312803); DictSNORope.Add("x1_DeathMaiden_Unique_Fire_AbattoirFurnace_fireWreathCast", 377098); DictSNORope.Add("X1_DemonHunter_Impale_ricochetLarge", 329234); DictSNORope.Add("X1_DemonHunter_Impale_ricochetSmall", 329243); DictSNORope.Add("x1_gem_wreathOfLightning_bolt", 447389); DictSNORope.Add("x1_Ghost_soulSiphon_rope", 298688); DictSNORope.Add("x1_global_lightningBolt", 376446); DictSNORope.Add("x1_item_fulminator_bolt", 375365); DictSNORope.Add("x1_item_lightning_unity_bolt", 406027); DictSNORope.Add("x1_item_odynSon_bolt", 375370); DictSNORope.Add("x1_item_thunderfury_bolt", 375358); DictSNORope.Add("x1_lightning_damage_proc", 312200); DictSNORope.Add("x1_Malthael_Mephisto_ShockOrb", 340604); DictSNORope.Add("x1_Monk_FistsOfThunder_StaticCharge_Rope", 369926); DictSNORope.Add("x1_MonsterAffix_Avenger_CorpseBomber_wave_rope", 384618); DictSNORope.Add("x1_MonsterAffix_CorpseBomber_wave_rope", 359457); DictSNORope.Add("x1_MonsterAffix_Thunderstorm_Rope", 342672); DictSNORope.Add("x1_MonsterAffix_Thunderstorm_Rope2", 367133); DictSNORope.Add("x1_nightScreamer_scream", 325204); DictSNORope.Add("x1_Pand_Ext_Event_ballista_angelEnergy", 364792); DictSNORope.Add("x1_Pand_Ext_Event_greatWeapon_angelEnergy", 358520); DictSNORope.Add("x1_Pand_Ext_Event_greatWeapon_bossSuckIn_suckEnergy", 360851); DictSNORope.Add("x1_Pand_Ext_Event_Resurrection_demonSuckEnergy", 369421); DictSNORope.Add("x1_Pand_Ext_ImperiusCharge_Blast", 363388); DictSNORope.Add("x1_portalGuardian_portalSpawn_rope", 323781); DictSNORope.Add("x1_powerUp_lightning_bolt", 368117); DictSNORope.Add("x1_promoPet_fallenhound_drool", 360635); DictSNORope.Add("x1_SniperAngel_shardBolt_bolt_single", 333399); DictSNORope.Add("x1_unique_flail1H_darklight_rope", 375168); DictSNORope.Add("X1_Unique_Monster_Generic_AOE_DOT_Lightning_rope", 377618); DictSNORope.Add("x1_Urzael_Cannonball_damageRope", 348119); DictSNORope.Add("x1_WD_piranha_waterSpout", 357126); DictSNORope.Add("x1_westmarchHound_slobber_rope", 342635); DictSNORope.Add("x1_westmarchRanged_slowArea_rope", 360396); DictSNORope.Add("x1_westM_deathMaiden_orb_summon_rope", 314645); DictSNORope.Add("x1_westM_deathOrb_bodyPile_rope", 316732); DictSNORope.Add("x1_westM_deathOrb_summon_rope", 316692); DictSNORope.Add("x1_westm_doomedWoman_rope", 316933); DictSNORope.Add("X1_WestM_Event_KingEvent_mageEnergy", 366289); DictSNORope.Add("x1_Westm_Int_Event_doomedWoman_soulSuckRope", 361631); DictSNORope.Add("X1_WickerMan_FirePhantom_FireChain", 288628); DictSNORope.Add("x1_Wizard_arcaneOrbRune_lightning_bolt", 317767); DictSNORope.Add("x1_Wizard_arcaneOrbRune_lightning_returnBolt", 322571); DictSNORope.Add("x1_Wizard_electrocute_bolt", 326267); DictSNORope.Add("x1_Wizard_electrocute_bounce", 325796); DictSNORope.Add("x1_Wizard_electrocute_miss", 326268); DictSNORope.Add("x1_Wizard_electrocute_runeA_bolt", 325597); DictSNORope.Add("x1_Wizard_electrocute_runeA_bounce", 325592); DictSNORope.Add("x1_Wizard_electrocute_runeA_miss", 325598); DictSNORope.Add("x1_Wizard_electrocute_runeB_bolt", 325617); DictSNORope.Add("x1_Wizard_electrocute_runeB_bounce", 325623); DictSNORope.Add("x1_Wizard_electrocute_runeB_miss", 325621); DictSNORope.Add("x1_Wizard_electrocute_runeD_bolt", 324980); DictSNORope.Add("x1_Wizard_electrocute_runeD_bounce", 325595); DictSNORope.Add("x1_Wizard_electrocute_runeD_miss", 325624); DictSNORope.Add("x1_Zaven_test_PINKROPE_Projectile_Fast", 368558); DictSNORope.Add("ZK_Ball_Seeker", 30921); DictSNORope.Add("zoltunKulle_soulstone_rope", 201653); #endregion return DictSNORope; } public static Dictionary LoadQuest() { Dictionary DictSNOQuest = new Dictionary(); #region Quest DictSNOQuest.Add("a1dun_Leoric_IronMaiden_Event", 221565); DictSNOQuest.Add("A2C2Necromancer", 30850); DictSNOQuest.Add("A2_Aqueduct_Event_MummyAmbush", 433015); DictSNOQuest.Add("A2_cadun_Zolt_Timed01_TimedDungeon", 120396); DictSNOQuest.Add("a3_bridge_reinforcement_event", 153424); DictSNOQuest.Add("A3_Event_Keep_Blacksmith", 148860); DictSNOQuest.Add("a3_ramp_lift_ambush", 106221); DictSNOQuest.Add("A4_Event_SigilRoomB_JakePlatform", 409846); DictSNOQuest.Add("Alcarnus", 74128); DictSNOQuest.Add("Archives", 57337); DictSNOQuest.Add("Belial", 57339); DictSNOQuest.Add("Blacksmith", 72221); DictSNOQuest.Add("CainExit", 72546); DictSNOQuest.Add("Caldeum", 57331); DictSNOQuest.Add("CanyonBridge", 80322); DictSNOQuest.Add("DestroyBallistas", 101756); DictSNOQuest.Add("Evacuation", 121792); DictSNOQuest.Add("Event_Battlefield_MedicalCamp", 205337); DictSNOQuest.Add("Event_Battlefield_TideOfBattle", 207236); DictSNOQuest.Add("Event_Bridge_BlazeOfGlory", 152246); DictSNOQuest.Add("Event_Challenge_ForestShrine01_CursedShrine", 436822); DictSNOQuest.Add("Event_Challenge_ForestSnowShrine01_CursedShrine", 447345); DictSNOQuest.Add("Event_FamilyTree", 77099); DictSNOQuest.Add("Event_FarmhouseAmbush", 81925); DictSNOQuest.Add("Event_Gharbad_The_Weak_v2", 225253); DictSNOQuest.Add("Event_GhostGuards", 87614); DictSNOQuest.Add("Event_Highlands_Tower_Of_Power", 80128); DictSNOQuest.Add("Event_Highlands_VendorRescue", 129801); DictSNOQuest.Add("Event_House1000Undead", 83314); DictSNOQuest.Add("Event_Jar_Of_Souls", 84767); DictSNOQuest.Add("Event_Keep_RescueEscort", 153646); DictSNOQuest.Add("Event_Last_Stand", 121745); DictSNOQuest.Add("Event_PuppyLove", 80590); DictSNOQuest.Add("Event_RakanishuShrine", 109638); DictSNOQuest.Add("Event_Ramparts_Catapult_Defend", 154436); DictSNOQuest.Add("Event_Ramparts_Catapult_Followers", 154195); DictSNOQuest.Add("Event_Ramparts_Catapult_Manual", 168859); DictSNOQuest.Add("Event_Roadside_Assistance", 81766); DictSNOQuest.Add("Event_Vendor_Alchemist", 105496); DictSNOQuest.Add("Event_Vendor_Armorer", 104070); DictSNOQuest.Add("Event_Vendor_Miner", 107098); DictSNOQuest.Add("Event_Vendor_Weaponsmith", 106541); DictSNOQuest.Add("Event_WaterFacePuzzle_Large", 158596); DictSNOQuest.Add("Event_WaterFacePuzzle_Small", 158377); DictSNOQuest.Add("Event_ZakarwaPrisonersA", 107927); DictSNOQuest.Add("FesteringWoods_Ambush", 112611); DictSNOQuest.Add("GreedyMiner", 30848); DictSNOQuest.Add("Heaven_CorruptedArch", 114901); DictSNOQuest.Add("Heaven_HeavenlySeals", 114795); DictSNOQuest.Add("Heaven_HeavensFall", 112498); DictSNOQuest.Add("Heaven_RestorationOfHope", 113910); DictSNOQuest.Add("KhamsinGate", 93396); DictSNOQuest.Add("KillAzmodan", 101758); DictSNOQuest.Add("KillGluttony", 93697); DictSNOQuest.Add("KillTheBeast", 93595); DictSNOQuest.Add("MeteorPiece", 117779); DictSNOQuest.Add("NephalemDungeon", 30857); DictSNOQuest.Add("Nephalem_Power", 72738); DictSNOQuest.Add("p1_TieredRift_Challenge", 405695); DictSNOQuest.Add("p2_a4dun_SigilRoomA_EliteStrike", 410418); DictSNOQuest.Add("P2_Bounty_A4_BesiegedTower_Clear_BesiegedTower2", 409893); DictSNOQuest.Add("P2_Bounty_A4_CorruptSpire_Kill_Amduscias", 409757); DictSNOQuest.Add("P2_Bounty_A4_CorruptSpire_Kill_Cimeries", 409759); DictSNOQuest.Add("P2_Bounty_A4_CorruptSpire_Kill_Sabnock", 409753); DictSNOQuest.Add("P2_Bounty_A4_CorruptSpire_Kill_Vephar", 409755); DictSNOQuest.Add("P2_Bounty_A4_GardensOfHope_Event_SigilA", 409884); DictSNOQuest.Add("P2_Bounty_A4_GardensOfHope_Event_SigilB", 409895); DictSNOQuest.Add("P2_Bounty_A4_GardensOfHope_Event_SigilC", 409897); DictSNOQuest.Add("P2_Bounty_A4_GardensOfHope_Event_SigilD", 409888); DictSNOQuest.Add("P2_Bounty_A4_GardensOfHope_Kill_Beleth", 409763); DictSNOQuest.Add("P2_Bounty_A4_GardensOfHope_Kill_Emberdread", 409765); DictSNOQuest.Add("P2_Bounty_A4_GardensOfHope_Kill_Lasciate", 409767); DictSNOQuest.Add("P2_Bounty_A4_GardensOfHope_Kill_Raym", 409761); DictSNOQuest.Add("p2_Event_WaveFight_TippingPoint", 434753); DictSNOQuest.Add("p2_LR_WeeklyChallenge", 416175); DictSNOQuest.Add("p2_westm_ScoundrelEvent_02", 384641); DictSNOQuest.Add("p3_Benchmark_Challenge", 436499); DictSNOQuest.Add("p43_AD_DarkPassage", 453744); DictSNOQuest.Add("p43_AD_Diablo", 455272); DictSNOQuest.Add("p4_A5_Event_Burrowers_Keep", 448445); DictSNOQuest.Add("p4_A5_Event_Burrowers_Swr", 448466); DictSNOQuest.Add("p4_A5_Event_Burrowers_Zolt", 448481); DictSNOQuest.Add("p4_A5_Event_Champs_Crypt_Garden", 448439); DictSNOQuest.Add("p4_A5_Event_Champs_Leorics_Garden", 448451); DictSNOQuest.Add("p4_A5_Event_Champs_Neph", 448463); DictSNOQuest.Add("p4_A5_Event_Champs_Swr", 448475); DictSNOQuest.Add("p4_A5_Event_CursedShrines_Crypt", 448418); DictSNOQuest.Add("p4_A5_Event_CursedShrines_Keep", 448448); DictSNOQuest.Add("p4_A5_Event_CursedShrines_Leoric", 448454); DictSNOQuest.Add("p4_A5_Event_CursedShrines_Neph", 448460); DictSNOQuest.Add("p4_A5_Event_CursedShrines_Swr", 448472); DictSNOQuest.Add("p4_A5_Event_CursedShrines_Zolt", 448484); DictSNOQuest.Add("p4_A5_Event_Fallenshaman_Crypt", 448436); DictSNOQuest.Add("p4_A5_Event_Fallenshaman_Keep", 448442); DictSNOQuest.Add("p4_A5_Event_Fallenshaman_Neph", 448457); DictSNOQuest.Add("p4_A5_Event_Fallenshaman_Swr", 448469); DictSNOQuest.Add("p4_A5_Event_Fallenshaman_Zolt", 448478); DictSNOQuest.Add("P4_Bounty_A3_ForestSnow_Cave_Clear", 445799); DictSNOQuest.Add("P4_Bounty_A3_ForestSnow_Event_CursedChest_01", 447218); DictSNOQuest.Add("P4_Bounty_A3_ForestSnow_Event_CursedShrine01", 447419); DictSNOQuest.Add("P4_Bounty_A3_ForestSnow_Kill_Unique_Howler", 445851); DictSNOQuest.Add("P4_Bounty_A3_RuinsOfSescheron_Event_DeadlyNature", 436269); DictSNOQuest.Add("P4_Bounty_A3_RuinsOfSescheron_Event_Guardians", 436284); DictSNOQuest.Add("P4_Bounty_A3_RuinsOfSescheron_Event_NorthernAggression", 436267); DictSNOQuest.Add("P4_Bounty_A3_RuinsOfSescheron_Event_SkularsQuest", 436280); DictSNOQuest.Add("P4_Bounty_A3_RuinsOfSescheron_Event_TheZiggurat", 436282); DictSNOQuest.Add("P4_Bounty_A3_RuinsOfSescheron_Kill_CannibalA", 436271); DictSNOQuest.Add("P4_Bounty_A3_RuinsOfSescheron_Kill_CannibalB", 436274); DictSNOQuest.Add("P4_Bounty_A3_RuinsOfSescheron_Kill_CannibalC", 436276); DictSNOQuest.Add("P4_Bounty_A3_RuinsOfSescheron_Kill_CannibalD", 436278); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Champ", 447945); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Champ_BTower1", 448150); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Champ_GoH2", 448204); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Champ_Spire1", 448312); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Champ_Spire2", 448258); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shaman", 447911); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shaman_BTower1", 448171); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shaman_GoH2", 448224); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shaman_Spire1", 448332); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shaman_Spire2", 448278); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shrines", 445856); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shrines_BTower1", 448159); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shrines_GoH2", 448212); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shrines_Spire1", 448320); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Crypt_Shrines_Spire2", 448266); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Burrowers", 448127); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Burrowers_BTower1", 448185); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Burrowers_GoH2", 448238); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Burrowers_Spire1", 448346); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Burrowers_Spire2", 448292); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shaman", 446370); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shaman_BTower1", 448173); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shaman_GoH2", 448226); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shaman_Spire1", 448334); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shaman_Spire2", 448280); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shrines", 448105); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shrines_BTower1", 448161); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shrines_GoH2", 448214); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shrines_Spire1", 448322); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Keep_Shrines_Spire2", 448268); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Champ", 444433); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Champ_BTower1", 448153); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Champ_GoH2", 448206); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Champ_Spire1", 448314); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Champ_Spire2", 448260); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Shrines", 448109); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Shrines_BTower1", 448163); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Shrines_GoH2", 448216); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Shrines_Spire1", 448324); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Leoric_Shrines_Spire2", 448270); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Champ", 448100); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Champ_BTower1", 448155); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Champ_GoH2", 448208); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Champ_Spire1", 448316); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Champ_Spire2", 448262); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shaman", 448119); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shaman_BTower1", 448175); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shaman_GoH2", 448228); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shaman_Spire1", 448336); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shaman_Spire2", 448282); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shrines", 448112); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shrines_BTower1", 448165); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shrines_GoH2", 448218); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shrines_Spire1", 448326); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Neph_Shrines_Spire2", 448272); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Burrowers", 446557); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Burrowers_BTower1", 448183); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Burrowers_GoH2", 448236); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Burrowers_Spire1", 448344); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Burrowers_Spire2", 448290); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Champ", 448103); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Champ_BTower1", 448157); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Champ_GoH2", 448210); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Champ_Spire1", 448318); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Champ_Spire2", 448264); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shaman", 448121); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shaman_BTower1", 448177); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shaman_GoH2", 448230); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shaman_Spire1", 448338); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shaman_Spire2", 448284); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shrines", 448114); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shrines_BTower1", 448167); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shrines_Goh2", 448220); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shrines_Spire1", 448328); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Swr_Shrines_Spire2", 448274); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Burrowers", 448125); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Burrowers_BTower1", 448181); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Burrowers_GoH2", 448234); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Burrowers_Spire1", 448342); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Burrowers_Spire2", 448288); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shaman", 448123); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shaman_BTower1", 448179); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shaman_GoH2", 448232); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shaman_Spire1", 448340); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shaman_Spire2", 448286); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shrines", 448116); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shrines_BTower1", 448169); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shrines_GoH2", 448222); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shrines_Spire1", 448330); DictSNOQuest.Add("P4_Bounty_A4_bounty_ground_Zolt_Shrines_Spire2", 448276); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Champ", 448489); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Champ_Cem", 448558); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Champ_Cor", 448613); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Champ_Ete", 448667); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Shaman", 448516); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Shaman_Cem", 448578); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Shaman_Cor", 448633); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Shaman_Ete", 448687); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Shrines", 448501); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Shrines_Cem", 448566); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Shrines_Cor", 448621); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Crypt_Shrines_Ete", 448675); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Burrowers", 448530); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Burrowers_Cem", 448592); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Burrowers_Cor", 448647); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Burrowers_Ete", 448701); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Shaman", 448518); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Shaman_Cem", 448580); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Shaman_Cor", 448635); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Shaman_Ete", 448689); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Shrines", 448503); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Shrines_Cem", 448568); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Shrines_Cor", 448623); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Keep_Shrines_Ete", 448677); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Leoric_Champ", 448492); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Leoric_Champ_Cem", 448560); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Leoric_Champ_Cor", 448615); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Leoric_Champ_Ete", 448669); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Leoric_Shrines", 448506); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Leoric_Shrines_Cem", 448570); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Leoric_Shrines_Cor", 448625); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Leoric_Shrines_Ete", 448679); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Champ", 448495); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Champ_Cem", 448562); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Champ_Cor", 448617); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Champ_Ete", 448671); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Shaman", 448520); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Shaman_Cem", 448582); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Shaman_Cor", 448637); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Shaman_Ete", 448691); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Shrines", 448508); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Shrines_Cem", 448572); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Shrines_Cor", 448627); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Neph_Shrines_Ete", 448681); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Burrowers", 448528); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Burrowers_Cem", 448590); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Burrowers_Cor", 448645); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Burrowers_Ete", 448699); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Champ", 448498); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Champ_Cem", 448564); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Champ_Cor", 448619); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Champ_Ete", 448673); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Shaman", 448522); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Shaman_Cem", 448584); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Shaman_Cor", 448639); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Shaman_Ete", 448693); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Shrines", 448511); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Shrines_Cem", 448574); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Shrines_Cor", 448629); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Swr_Shrines_Ete", 448683); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Burrowers", 448526); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Burrowers_Cem", 448588); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Burrowers_Cor", 448643); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Burrowers_Ete", 448697); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Shaman", 448524); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Shaman_Cem", 448586); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Shaman_Cor", 448641); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Shaman_Ete", 448695); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Shrines", 448513); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Shrines_Cem", 448576); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Shrines_Cor", 448631); DictSNOQuest.Add("P4_Bounty_A5_bounty_ground_Zolt_Shrines_Ete", 448685); DictSNOQuest.Add("P4_Bounty_A5_ForestCoast_Cave_Clear", 444877); DictSNOQuest.Add("P4_Bounty_A5_ForestCoast_CursedChest_01", 445139); DictSNOQuest.Add("P4_Bounty_A5_ForestCoast_CursedChest_02", 445158); DictSNOQuest.Add("P4_Bounty_A5_ForestCoast_Event_Evil_Trees", 445044); DictSNOQuest.Add("P4_Bounty_A5_ForestCoast_Event_ForestShrine01", 436965); DictSNOQuest.Add("P4_Bounty_A5_ForestCoast_Event_Ghost_Prison", 444573); DictSNOQuest.Add("P4_Bounty_A5_ForestCoast_Event_Sacrifice", 444702); DictSNOQuest.Add("P4_Bounty_A5_ForestCoast_Event_Stag_Head", 444397); DictSNOQuest.Add("P4_Bounty_A5_ForestCoast_Kill_Unique_HedMonTon", 428251); DictSNOQuest.Add("P4_Event_Binding_Evil", 433413); DictSNOQuest.Add("p4_Event_Burrowers_Keep", 447968); DictSNOQuest.Add("p4_Event_Burrowers_Swr", 446546); DictSNOQuest.Add("p4_Event_Burrowers_Zolt", 448055); DictSNOQuest.Add("p4_Event_Champs_Crypt_Garden", 447947); DictSNOQuest.Add("p4_Event_Champs_Leorics_Garden", 444083); DictSNOQuest.Add("p4_Event_Champs_Neph", 448024); DictSNOQuest.Add("p4_Event_Champs_Swr", 448036); DictSNOQuest.Add("p4_Event_CursedShrines_Crypt", 445858); DictSNOQuest.Add("p4_Event_CursedShrines_Keep", 447973); DictSNOQuest.Add("p4_Event_CursedShrines_Leoric", 448001); DictSNOQuest.Add("p4_Event_CursedShrines_Neph", 448015); DictSNOQuest.Add("p4_Event_CursedShrines_Swr", 448032); DictSNOQuest.Add("p4_Event_CursedShrines_Zolt", 448060); DictSNOQuest.Add("p4_Event_Fallenshaman_Crypt", 447908); DictSNOQuest.Add("p4_Event_Fallenshaman_Keep", 446360); DictSNOQuest.Add("p4_Event_Fallenshaman_Neph", 448007); DictSNOQuest.Add("p4_Event_Fallenshaman_Swr", 448028); DictSNOQuest.Add("p4_Event_Fallenshaman_Zolt", 448049); DictSNOQuest.Add("P4_Event_Ghost_Prison", 434358); DictSNOQuest.Add("p4_Event_Horde_ForestSnowChest01", 445906); DictSNOQuest.Add("p4_Event_Ruins_Frost_KKG", 436288); DictSNOQuest.Add("P4_Event_Ruins_HazirRescue", 439249); DictSNOQuest.Add("p4_Event_SpeedKill_Mermaid_A", 437703); DictSNOQuest.Add("P4_Event_Stag_Head", 434412); DictSNOQuest.Add("p4_SetDung_Barb_Kings_Bonus1", 444764); DictSNOQuest.Add("p4_SetDung_Barb_Kings_Bonus2", 444766); DictSNOQuest.Add("p4_SetDung_Barb_Kings_Kill", 447626); DictSNOQuest.Add("p4_SetDung_Barb_Kings_Master", 447631); DictSNOQuest.Add("p4_SetDung_Barb_Kings_Timer", 447634); DictSNOQuest.Add("p4_SetDung_Barb_Kings_TrackMonsters", 476812); DictSNOQuest.Add("p4_SetDung_Barb_Might_Bonus1", 444918); DictSNOQuest.Add("p4_SetDung_Barb_Might_Bonus2", 444920); DictSNOQuest.Add("p4_SetDung_Barb_Might_Kill", 447886); DictSNOQuest.Add("p4_SetDung_Barb_Might_Master", 447888); DictSNOQuest.Add("p4_SetDung_Barb_Might_Timer", 447890); DictSNOQuest.Add("p4_SetDung_Barb_Might_TrackMonsters", 476814); DictSNOQuest.Add("p4_SetDung_Barb_Raekor_Bonus1", 444868); DictSNOQuest.Add("p4_SetDung_Barb_Raekor_Bonus2", 444870); DictSNOQuest.Add("p4_SetDung_Barb_Raekor_Kill", 447824); DictSNOQuest.Add("p4_SetDung_Barb_Raekor_Master", 447826); DictSNOQuest.Add("p4_SetDung_Barb_Raekor_Timer", 447828); DictSNOQuest.Add("p4_SetDung_Barb_Raekor_TrackMonsters", 476816); DictSNOQuest.Add("p4_SetDung_Barb_Wastes_Bonus1", 444828); DictSNOQuest.Add("p4_SetDung_Barb_Wastes_Bonus2", 444830); DictSNOQuest.Add("p4_SetDung_Barb_Wastes_Kill", 447082); DictSNOQuest.Add("p4_SetDung_Barb_Wastes_Master", 447087); DictSNOQuest.Add("p4_SetDung_Barb_Wastes_Timer", 447084); DictSNOQuest.Add("p4_SetDung_Barb_Wastes_TrackMonsters", 476818); DictSNOQuest.Add("p4_SetDung_Cru_Akkhan_Bonus1", 444627); DictSNOQuest.Add("p4_SetDung_Cru_Akkhan_Bonus2", 444629); DictSNOQuest.Add("p4_SetDung_Cru_Akkhan_Kill", 448086); DictSNOQuest.Add("p4_SetDung_Cru_Akkhan_Master", 448088); DictSNOQuest.Add("p4_SetDung_Cru_Akkhan_Timer", 448090); DictSNOQuest.Add("p4_SetDung_Cru_Akkhan_TrackMonsters", 476820); DictSNOQuest.Add("p4_SetDung_Cru_Roland_Bonus1", 444716); DictSNOQuest.Add("p4_SetDung_Cru_Roland_Bonus2", 444718); DictSNOQuest.Add("p4_SetDung_Cru_Roland_Kill", 448881); DictSNOQuest.Add("p4_SetDung_Cru_Roland_Master", 448883); DictSNOQuest.Add("p4_SetDung_Cru_Roland_Timer", 448885); DictSNOQuest.Add("p4_SetDung_Cru_Roland_TrackMonsters", 476802); DictSNOQuest.Add("p4_SetDung_Cru_Seeker_Bonus1", 445270); DictSNOQuest.Add("p4_SetDung_Cru_Seeker_Bonus2", 445272); DictSNOQuest.Add("p4_SetDung_Cru_Seeker_Kill", 447576); DictSNOQuest.Add("p4_SetDung_Cru_Seeker_Master", 447578); DictSNOQuest.Add("p4_SetDung_Cru_Seeker_Timer", 449024); DictSNOQuest.Add("p4_SetDung_Cru_Seeker_TrackMonsters", 476805); DictSNOQuest.Add("p4_SetDung_Cru_Thorns_Bonus1", 445244); DictSNOQuest.Add("p4_SetDung_Cru_Thorns_Bonus2", 445246); DictSNOQuest.Add("p4_SetDung_Cru_Thorns_Kill", 447076); DictSNOQuest.Add("p4_SetDung_Cru_Thorns_Master", 447080); DictSNOQuest.Add("p4_SetDung_Cru_Thorns_Timer", 447078); DictSNOQuest.Add("p4_SetDung_Cru_Thorns_TrackMonsters", 476822); DictSNOQuest.Add("p4_SetDung_DH_Ess_Bonus1", 445032); DictSNOQuest.Add("p4_SetDung_DH_Ess_Bonus2", 445029); DictSNOQuest.Add("p4_SetDung_DH_Ess_Kill", 449073); DictSNOQuest.Add("p4_SetDung_DH_Ess_Master", 449075); DictSNOQuest.Add("p4_SetDung_DH_Ess_Timer", 449077); DictSNOQuest.Add("p4_SetDung_DH_Ess_TrackMonsters", 476826); DictSNOQuest.Add("p4_SetDung_DH_Mar_Bonus1", 444986); DictSNOQuest.Add("p4_SetDung_DH_Mar_Bonus2", 444988); DictSNOQuest.Add("p4_SetDung_DH_Mar_Kill", 449080); DictSNOQuest.Add("p4_SetDung_DH_Mar_Master", 449082); DictSNOQuest.Add("p4_SetDung_DH_Mar_Timer", 449084); DictSNOQuest.Add("p4_SetDung_DH_Mar_TrackMonsters", 476830); DictSNOQuest.Add("p4_SetDung_DH_Nat_Bonus1", 445014); DictSNOQuest.Add("p4_SetDung_DH_Nat_Bonus2", 445016); DictSNOQuest.Add("p4_SetDung_DH_Nat_Kill", 447587); DictSNOQuest.Add("p4_SetDung_DH_Nat_Master", 447592); DictSNOQuest.Add("p4_SetDung_DH_Nat_Timer", 449094); DictSNOQuest.Add("p4_SetDung_DH_Nat_TrackMonsters", 476832); DictSNOQuest.Add("p4_SetDung_DH_Shadow_Bonus1", 445056); DictSNOQuest.Add("p4_SetDung_DH_Shadow_Bonus2", 445058); DictSNOQuest.Add("p4_SetDung_DH_Shadow_Kill", 449096); DictSNOQuest.Add("p4_SetDung_DH_Shadow_Master", 449098); DictSNOQuest.Add("p4_SetDung_DH_Shadow_Timer", 449100); DictSNOQuest.Add("p4_SetDung_DH_Shadow_TrackMonsters", 476834); DictSNOQuest.Add("p4_SetDung_Monk_Innas_Bonus1", 445168); DictSNOQuest.Add("p4_SetDung_Monk_Innas_Bonus2", 445170); DictSNOQuest.Add("p4_SetDung_Monk_Innas_Kill", 449115); DictSNOQuest.Add("p4_SetDung_Monk_Innas_Master", 449117); DictSNOQuest.Add("p4_SetDung_Monk_Innas_Timer", 449119); DictSNOQuest.Add("p4_SetDung_Monk_Innas_TrackMonsters", 476837); DictSNOQuest.Add("p4_SetDung_Monk_Storms_Bonus1", 445219); DictSNOQuest.Add("p4_SetDung_Monk_Storms_Bonus2", 445221); DictSNOQuest.Add("p4_SetDung_Monk_Storms_Kill", 449128); DictSNOQuest.Add("p4_SetDung_Monk_Storms_Master", 449130); DictSNOQuest.Add("p4_SetDung_Monk_Storms_Timer", 449132); DictSNOQuest.Add("p4_SetDung_Monk_Storms_TrackMonsters", 476840); DictSNOQuest.Add("p4_SetDung_Monk_Sunwuko_Bonus1", 445186); DictSNOQuest.Add("p4_SetDung_Monk_Sunwuko_Bonus2", 445188); DictSNOQuest.Add("p4_SetDung_Monk_Sunwuko_Kill", 447324); DictSNOQuest.Add("p4_SetDung_Monk_Sunwuko_Master", 447326); DictSNOQuest.Add("p4_SetDung_Monk_Sunwuko_Timer", 449135); DictSNOQuest.Add("p4_SetDung_Monk_Sunwuko_TrackMonsters", 476842); DictSNOQuest.Add("p4_SetDung_Monk_Uliana_Bonus1", 445204); DictSNOQuest.Add("p4_SetDung_Monk_Uliana_Bonus2", 445202); DictSNOQuest.Add("p4_SetDung_Monk_Uliana_Kill", 449137); DictSNOQuest.Add("p4_SetDung_Monk_Uliana_Master", 449139); DictSNOQuest.Add("p4_SetDung_Monk_Uliana_Timer", 449141); DictSNOQuest.Add("p4_SetDung_Monk_Uliana_TrackMonsters", 476849); DictSNOQuest.Add("p4_SetDung_WD_Haunt_Bonus1", 445093); DictSNOQuest.Add("p4_SetDung_WD_Haunt_Bonus2", 445095); DictSNOQuest.Add("p4_SetDung_WD_Haunt_Kill", 449145); DictSNOQuest.Add("p4_SetDung_WD_Haunt_Master", 449147); DictSNOQuest.Add("p4_SetDung_WD_Haunt_Timer", 449149); DictSNOQuest.Add("p4_SetDung_WD_Haunt_TrackMonsters", 476853); DictSNOQuest.Add("p4_SetDung_WD_Jade_Bonus1", 445148); DictSNOQuest.Add("p4_SetDung_WD_Jade_Bonus2", 445152); DictSNOQuest.Add("p4_SetDung_WD_Jade_Kill", 449161); DictSNOQuest.Add("p4_SetDung_WD_Jade_Master", 449163); DictSNOQuest.Add("p4_SetDung_WD_Jade_Timer", 449165); DictSNOQuest.Add("p4_SetDung_WD_Jade_TrackMonsters", 476855); DictSNOQuest.Add("p4_SetDung_WD_Spider_Bonus1", 445111); DictSNOQuest.Add("p4_SetDung_WD_Spider_Bonus2", 445113); DictSNOQuest.Add("p4_SetDung_WD_Spider_Kill", 449167); DictSNOQuest.Add("p4_SetDung_WD_Spider_Master", 449169); DictSNOQuest.Add("p4_SetDung_WD_Spider_Timer", 449171); DictSNOQuest.Add("p4_SetDung_WD_Spider_TrackMonsters", 476857); DictSNOQuest.Add("p4_SetDung_WD_Tooth_Bonus1", 445077); DictSNOQuest.Add("p4_SetDung_WD_Tooth_Bonus2", 445074); DictSNOQuest.Add("p4_SetDung_WD_Tooth_Kill", 449173); DictSNOQuest.Add("p4_SetDung_WD_Tooth_Master", 449175); DictSNOQuest.Add("p4_SetDung_WD_Tooth_Timer", 449177); DictSNOQuest.Add("p4_SetDung_WD_Tooth_TrackMonsters", 476859); DictSNOQuest.Add("p4_SetDung_Wiz_Firebird_Bonus1", 444588); DictSNOQuest.Add("p4_SetDung_Wiz_Firebird_Bonus2", 444591); DictSNOQuest.Add("p4_SetDung_Wiz_Firebird_Kill", 449180); DictSNOQuest.Add("p4_SetDung_Wiz_Firebird_Master", 449182); DictSNOQuest.Add("p4_SetDung_Wiz_Firebird_Timer", 449184); DictSNOQuest.Add("p4_SetDung_Wiz_Firebird_TrackMonsters", 476861); DictSNOQuest.Add("p4_SetDung_Wiz_Opus_Bonus1", 444040); DictSNOQuest.Add("p4_SetDung_Wiz_Opus_Bonus2", 444042); DictSNOQuest.Add("p4_SetDung_Wiz_Opus_Kill", 449186); DictSNOQuest.Add("p4_SetDung_Wiz_Opus_Master", 449188); DictSNOQuest.Add("p4_SetDung_Wiz_Opus_Timer", 449190); DictSNOQuest.Add("p4_SetDung_Wiz_Opus_TrackMonsters", 476863); DictSNOQuest.Add("p4_SetDung_Wiz_Rasha_Bonus1", 444529); DictSNOQuest.Add("p4_SetDung_Wiz_Rasha_Bonus2", 444531); DictSNOQuest.Add("p4_SetDung_Wiz_Rasha_Kill", 449192); DictSNOQuest.Add("p4_SetDung_Wiz_Rasha_Master", 449194); DictSNOQuest.Add("p4_SetDung_Wiz_Rasha_Timer", 449196); DictSNOQuest.Add("p4_SetDung_Wiz_Rasha_TrackMonsters", 476865); DictSNOQuest.Add("p4_SetDung_Wiz_Vyr_Bonus1", 444961); DictSNOQuest.Add("p4_SetDung_Wiz_Vyr_Bonus2", 444967); DictSNOQuest.Add("p4_SetDung_Wiz_Vyr_Kill", 449198); DictSNOQuest.Add("p4_SetDung_Wiz_Vyr_Master", 449200); DictSNOQuest.Add("p4_SetDung_Wiz_Vyr_Timer", 449202); DictSNOQuest.Add("p4_SetDung_Wiz_Vyr_TrackMonsters", 476871); DictSNOQuest.Add("P6_Bounty_A2_Church_Event_AscensionRitual", 465564); DictSNOQuest.Add("P6_Bounty_A2_Church_Event_Blood_Door", 471761); DictSNOQuest.Add("P6_Bounty_A2_Church_Event_CursedChest_01", 464598); DictSNOQuest.Add("P6_Bounty_A2_Church_Kill_Bain", 464406); DictSNOQuest.Add("p6_Bounty_A2_Church_Kill_Envy", 474066); DictSNOQuest.Add("P6_Bounty_A2_Church_Kill_TempleCultist_Caster_A", 471622); DictSNOQuest.Add("P6_Bounty_A2_Church_Kill_TempleMonstrosity_A", 471602); DictSNOQuest.Add("p6_Bounty_A2_Moors_Clear_Cave_Well", 467028); DictSNOQuest.Add("P6_Bounty_A2_Moors_Event_CursedChest_01", 464596); DictSNOQuest.Add("P6_Bounty_A2_Moors_Event_CursedChest_02", 466835); DictSNOQuest.Add("P6_Bounty_A2_Moors_Kill_Birdie", 464730); DictSNOQuest.Add("P6_Bounty_A2_Moors_Kill_Lupgaron", 471712); DictSNOQuest.Add("P6_Bounty_A2_Moors_Kill_SeanusGreyback", 464180); DictSNOQuest.Add("P6_Bounty_A2_Moor_Event_BloodCaravan", 465128); DictSNOQuest.Add("P6_Bounty_A2_Moor_Event_BloodCollection", 465117); DictSNOQuest.Add("P6_Bounty_A2_Moor_Event_GraveRobbers_B", 466790); DictSNOQuest.Add("P6_Bounty_A2_Moor_Event_GraveRobbers_Chest", 470218); DictSNOQuest.Add("P6_Bounty_A2_Moor_Event_GraveRobbers_RavenEggs", 469699); DictSNOQuest.Add("P6_Bounty_A2_Moor_Event_GraveRobbers_Wagon", 470068); DictSNOQuest.Add("P6_Bounty_A4_RoF_V2_Clear_Cathedral", 471107); DictSNOQuest.Add("P6_Bounty_A4_RoF_V2_Clear_Crater", 471105); DictSNOQuest.Add("P6_Bounty_A4_RoF_V2_Clear_Demons", 470722); DictSNOQuest.Add("P6_Bounty_A4_RoF_V2_Clear_Forest", 471103); DictSNOQuest.Add("P6_Bounty_A4_RoF_V2_Event_CursedChest01", 470561); DictSNOQuest.Add("P6_Bounty_A4_RoF_V2_Kill_Sasquatch", 470712); DictSNOQuest.Add("P6_Bounty_A4_RoF_V3_Clear_Demons", 470717); DictSNOQuest.Add("P6_Bounty_A4_RoF_V3_Clear_HexMaze", 471131); DictSNOQuest.Add("P6_Bounty_A4_RoF_V3_Clear_Westm", 471133); DictSNOQuest.Add("P6_Bounty_A4_RoF_V3_Clear_Westm_Deathorb", 471135); DictSNOQuest.Add("P6_Bounty_A4_RoF_V3_Event_CursedChest01", 467798); DictSNOQuest.Add("P6_Bounty_A4_RoF_V3_Kill_MastaBlasta_Rider", 464928); DictSNOQuest.Add("P6_Bounty_A4_RoF_V4_Clear_Catacombs", 471228); DictSNOQuest.Add("P6_Bounty_A4_RoF_V4_Clear_Demons", 470651); DictSNOQuest.Add("P6_Bounty_A4_RoF_V4_Clear_festeringWoods", 471226); DictSNOQuest.Add("P6_Bounty_A4_RoF_V4_Clear_Pand_Ext", 471224); DictSNOQuest.Add("P6_Bounty_A4_RoF_V4_Event_CursedChest01", 470608); DictSNOQuest.Add("P6_Bounty_A4_RoF_V4_Kill_Squigglet", 470732); DictSNOQuest.Add("P6_Bounty_A4_RoF_V5_Clear_BogCave", 471156); DictSNOQuest.Add("P6_Bounty_A4_RoF_V5_Clear_Cemetary", 468481); DictSNOQuest.Add("P6_Bounty_A4_RoF_V5_Clear_Labyrinth", 471158); DictSNOQuest.Add("P6_Bounty_A4_RoF_V5_Clear_Spire_Corrupt", 471160); DictSNOQuest.Add("P6_Bounty_A4_RoF_V5_Kill_Senahde", 468089); DictSNOQuest.Add("P6_Bounty_A4_RoF_V5_Kill_Skeleton_B", 470746); DictSNOQuest.Add("P6_Event_Adventurer_Death", 470500); DictSNOQuest.Add("P6_Event_Church_AscensionRitual", 465562); DictSNOQuest.Add("P6_Event_Church_Blood_Door", 468270); DictSNOQuest.Add("p6_Event_Horde_ChurchCursedChest01", 464594); DictSNOQuest.Add("p6_Event_Horde_MoorsCursedChest01", 464592); DictSNOQuest.Add("p6_Event_Horde_MoorsCursedChest02", 466840); DictSNOQuest.Add("p6_Event_Horde_RoF_V2_CursedChest01", 470559); DictSNOQuest.Add("p6_Event_Horde_RoF_V3_CursedChest01", 467796); DictSNOQuest.Add("p6_Event_Horde_RoF_V4_CursedChest01", 470610); DictSNOQuest.Add("P6_Event_Moor_BloodCaravan", 465126); DictSNOQuest.Add("p6_Event_Moor_BloodCollection", 465115); DictSNOQuest.Add("p6_Event_Moor_GraveRobbers_B", 466780); DictSNOQuest.Add("p6_Event_Moor_GraveRobbers_Chest", 470216); DictSNOQuest.Add("p6_Event_Moor_GraveRobbers_RavenEggs", 469697); DictSNOQuest.Add("p6_Event_Moor_GraveRobbers_Wagon", 470066); DictSNOQuest.Add("p6_SetDung_Necro_Blood_Bonus_1", 468608); DictSNOQuest.Add("p6_SetDung_Necro_Blood_Bonus_2", 468609); DictSNOQuest.Add("p6_SetDung_Necro_Blood_Kill", 468610); DictSNOQuest.Add("p6_SetDung_Necro_Blood_Master", 468611); DictSNOQuest.Add("p6_SetDung_Necro_Blood_Timer", 468612); DictSNOQuest.Add("p6_SetDung_Necro_Blood_TrackMonsters", 476875); DictSNOQuest.Add("p6_SetDung_Necro_Bone_Bonus_1", 468613); DictSNOQuest.Add("p6_SetDung_Necro_Bone_Bonus_2", 468614); DictSNOQuest.Add("p6_SetDung_Necro_Bone_Kill", 468615); DictSNOQuest.Add("p6_SetDung_Necro_Bone_Master", 468616); DictSNOQuest.Add("p6_SetDung_Necro_Bone_Timer", 468617); DictSNOQuest.Add("p6_SetDung_Necro_Bone_TrackMonsters", 476878); DictSNOQuest.Add("p6_SetDung_Necro_Plague_Bonus_1", 468618); DictSNOQuest.Add("p6_SetDung_Necro_Plague_Bonus_2", 468619); DictSNOQuest.Add("p6_SetDung_Necro_Plague_Kill", 468620); DictSNOQuest.Add("p6_SetDung_Necro_Plague_Master", 468621); DictSNOQuest.Add("p6_SetDung_Necro_Plague_Timer", 468622); DictSNOQuest.Add("p6_SetDung_Necro_Plague_TrackMonsters", 476881); DictSNOQuest.Add("p6_SetDung_Necro_Saint_Bonus_1", 468623); DictSNOQuest.Add("p6_SetDung_Necro_Saint_Bonus_2", 468624); DictSNOQuest.Add("p6_SetDung_Necro_Saint_Kill", 468625); DictSNOQuest.Add("p6_SetDung_Necro_Saint_Master", 468626); DictSNOQuest.Add("p6_SetDung_Necro_Saint_Timer", 468627); DictSNOQuest.Add("p6_SetDung_Necro_Saint_TrackMonsters", 476883); DictSNOQuest.Add("ProtectorOfTristram", 87700); DictSNOQuest.Add("px_A3_Event_Ruins_Frost_ThreeGuardians", 434097); DictSNOQuest.Add("px_a4dun_SigilRoomD_WallMonsterEvent", 410369); DictSNOQuest.Add("px_Bounty_A1_FesteringWoods_Camp_NephalemRelics", 432383); DictSNOQuest.Add("px_Bounty_A1_Highlands_Camp_ResurgentCult", 432293); DictSNOQuest.Add("px_Bounty_A1_LeoricsDungeon_Camp_WorthamMilitia", 434378); DictSNOQuest.Add("px_Bounty_A1_SpiderCaves_Camp_Cocoon", 432784); DictSNOQuest.Add("px_Bounty_A1_Wilderness_Camp_TemplarPrisoners", 430723); DictSNOQuest.Add("px_Bounty_A2_Aqueducts_Clear_EasternChannel2", 433005); DictSNOQuest.Add("px_Bounty_A2_Aqueducts_Clear_WesternChannel2", 433003); DictSNOQuest.Add("px_Bounty_A2_Aqueducts_Event_ThePutridWaters", 433017); DictSNOQuest.Add("px_Bounty_A2_Aqueducts_Kill_Grool", 433009); DictSNOQuest.Add("px_Bounty_A2_Aqueducts_Kill_OtziTheCursed", 433011); DictSNOQuest.Add("px_Bounty_A2_Aqueducts_Kill_StingingDeathSwarm", 433013); DictSNOQuest.Add("px_Bounty_A2_Aqueducts_Kill_Yakara", 433007); DictSNOQuest.Add("px_Bounty_A2_Boneyards_Camp_AncientDevices", 433025); DictSNOQuest.Add("px_Bounty_A2_Oasis_Camp_IronWolves", 432334); DictSNOQuest.Add("px_Bounty_A2_StingingWinds_Camp_CaldeumPrisoners", 433053); DictSNOQuest.Add("px_Bounty_A3_Bridge_Camp_LostPatrol", 433217); DictSNOQuest.Add("px_Bounty_A3_Crater_Camp_AzmodanMinions", 433309); DictSNOQuest.Add("px_Bounty_A3_Ramparts_Camp_CatapultCommander", 433392); DictSNOQuest.Add("px_Bounty_A4_GardensOfHope_Camp_TrappedAngels", 433099); DictSNOQuest.Add("px_Bounty_A4_Spire_Camp_HellPortals", 433422); DictSNOQuest.Add("px_Bounty_A5_Graveyard_Camp_SkeletonJars", 433339); DictSNOQuest.Add("px_Bounty_A5_WestmarchFire_Camp_DeathOrbs", 433256); DictSNOQuest.Add("px_Event_Horde_DeadlyNature", 434220); DictSNOQuest.Add("px_Event_Ruins_Frost_TheZiggurat", 432803); DictSNOQuest.Add("px_Event_WaveFight_NorthernAggression", 434211); DictSNOQuest.Add("px_Ruins_Frost_Event_SkularsRescue", 435732); DictSNOQuest.Add("RaiseThe Catapults", 93684); DictSNOQuest.Add("RescueAdria", 78264); DictSNOQuest.Add("RescueCain", 72095); DictSNOQuest.Add("RescueTyrael", 72801); DictSNOQuest.Add("ReturnToTristram", 136656); DictSNOQuest.Add("SkeletonKing", 72061); DictSNOQuest.Add("SoulstoneOverload", 203595); DictSNOQuest.Add("Stranded2", 60836); DictSNOQuest.Add("TownAttack", 73236); DictSNOQuest.Add("TraverseBridge", 101750); DictSNOQuest.Add("x1_A5_Challenge_DreadGhosts", 331946); DictSNOQuest.Add("X1_Abattoir_Furnace", 365120); DictSNOQuest.Add("x1_Adria", 257120); DictSNOQuest.Add("x1_AdventureMode_BountyTurnin_A1", 356988); DictSNOQuest.Add("x1_AdventureMode_BountyTurnin_A2", 356994); DictSNOQuest.Add("x1_AdventureMode_BountyTurnin_A3", 356996); DictSNOQuest.Add("x1_AdventureMode_BountyTurnin_A4", 356999); DictSNOQuest.Add("x1_AdventureMode_BountyTurnin_A5", 357001); DictSNOQuest.Add("x1_BatteringRamFight", 269552); DictSNOQuest.Add("X1_BogCave_BogMonsterEvent", 356204); DictSNOQuest.Add("X1_bog_event_angrybats", 343103); DictSNOQuest.Add("X1_bog_event_lockedChestCellar", 350532); DictSNOQuest.Add("X1_Bog_KingOfTheHill", 289320); DictSNOQuest.Add("X1_Bog_LordOfFools", 289583); DictSNOQuest.Add("x1_Bog_PrisonerPit", 368970); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Event_ChamberOfBone", 375198); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Event_GhoulSwarm", 375191); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_Bellybloat", 361345); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_Braluk", 361327); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_CaptainCage", 361341); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_CaptainClegg", 361354); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_Cudgelarm", 361336); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_Firestarter", 361339); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_Glidewing", 361331); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_Killian", 361343); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_Merrium", 361334); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_Radnoj", 361352); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_Ragus", 361320); DictSNOQuest.Add("X1_Bounty_A1_Cathedral_Kill_SkeletonKing", 361234); DictSNOQuest.Add("X1_Bounty_A1_Cemetery_Event_JarOfSouls", 349016); DictSNOQuest.Add("X1_Bounty_A1_Cemetery_Event_MatriarchsBones", 349020); DictSNOQuest.Add("X1_Bounty_A1_Cemetery_Kill_Dataminer", 347095); DictSNOQuest.Add("X1_Bounty_A1_Cemetery_Kill_DiggerODell", 347097); DictSNOQuest.Add("X1_Bounty_A1_Cemetery_Kill_Drury", 347090); DictSNOQuest.Add("X1_Bounty_A1_Cemetery_Kill_JohnGorhamCoffin", 347092); DictSNOQuest.Add("X1_Bounty_A1_Cemetery_Kill_Lucious", 347080); DictSNOQuest.Add("X1_Bounty_A1_FesteringWoods_Clear_CryptOfTheAncients", 345517); DictSNOQuest.Add("X1_Bounty_A1_FesteringWoods_Clear_WarriorsRest", 345520); DictSNOQuest.Add("X1_Bounty_A1_FesteringWoods_Event_Eternal_War", 345505); DictSNOQuest.Add("X1_Bounty_A1_FesteringWoods_Event_Last_Stand", 345502); DictSNOQuest.Add("X1_Bounty_A1_FesteringWoods_Kill_FecklarsGhost", 347056); DictSNOQuest.Add("X1_Bounty_A1_FesteringWoods_Kill_Galush", 369251); DictSNOQuest.Add("X1_Bounty_A1_FesteringWoods_Kill_Grimshack", 345507); DictSNOQuest.Add("X1_Bounty_A1_FesteringWoods_Kill_HawthorneGable", 347054); DictSNOQuest.Add("X1_Bounty_A1_FesteringWoods_Kill_LordBrone", 369249); DictSNOQuest.Add("X1_Bounty_A1_Fields_Clear_KhazraDen", 347065); DictSNOQuest.Add("X1_Bounty_A1_Fields_Clear_ScavengerDen2", 345496); DictSNOQuest.Add("X1_Bounty_A1_Fields_Event_CultistLegion", 365401); DictSNOQuest.Add("X1_Bounty_A1_Fields_Event_FamilyRathe", 347058); DictSNOQuest.Add("X1_Bounty_A1_Fields_Event_FarmBesieged", 347062); DictSNOQuest.Add("X1_Bounty_A1_Fields_Event_FarmhouseAmbush", 345500); DictSNOQuest.Add("X1_Bounty_A1_Fields_Event_FleshpitGrove", 365381); DictSNOQuest.Add("X1_Bounty_A1_Fields_Event_PreciousOres", 347060); DictSNOQuest.Add("X1_Bounty_A1_Fields_Kill_Charger", 347070); DictSNOQuest.Add("X1_Bounty_A1_Fields_Kill_Dreadclaw", 347073); DictSNOQuest.Add("X1_Bounty_A1_Fields_Kill_Growler", 369243); DictSNOQuest.Add("X1_Bounty_A1_Fields_Kill_Krelm", 369246); DictSNOQuest.Add("X1_Bounty_A1_Fields_Kill_Melmak", 345498); DictSNOQuest.Add("X1_Bounty_A1_Fields_Kill_Odeg", 347077); DictSNOQuest.Add("X1_Bounty_A1_Fields_Kill_OldMan", 347075); DictSNOQuest.Add("X1_Bounty_A1_Fields_Kill_Rockmaw", 355276); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Clear_CaveMoonClan2", 344547); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Event_Gharbad_The_Weak", 344486); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Event_KhazraWarband", 369763); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Event_Vendor_Armorer", 344488); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Kill_Buras", 344499); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Kill_Cadhul", 344490); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Kill_Chupa", 344493); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Kill_Logrut", 344497); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Kill_Lorzak", 344501); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Kill_RedRock", 344503); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Kill_Skehlinrath", 344495); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Northern_Event_VendorRescue", 350529); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Northern_Kill_Hrugowl", 369257); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Northern_Kill_Jezeb", 367561); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Northern_Kill_Krailen", 367559); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Northern_Kill_Percepeus", 369273); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Northern_Kill_Reggrel", 369253); DictSNOQuest.Add("X1_Bounty_A1_Highlands_Northern_Kill_Theodyn", 369271); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Event_Deathfire", 369789); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Event_IronMaiden", 345546); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Event_ReputationRestored", 347005); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_Battlerage", 347011); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_Bludgeonskull", 345544); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_Boneslag", 347023); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_Butcher", 347032); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_Crassus", 345542); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_CultistGrandInquisitor", 347025); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_Garrach", 347027); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_Sotnob", 349026); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_Treefist", 347020); DictSNOQuest.Add("X1_Bounty_A1_LeoricsDungeon_Kill_Warden", 347030); DictSNOQuest.Add("X1_Bounty_A1_Leoric_Kill_Baxtrus", 449833); DictSNOQuest.Add("X1_Bounty_A1_Leoric_Kill_Boyarsk", 449839); DictSNOQuest.Add("X1_Bounty_A1_Leoric_Kill_Hannes", 449837); DictSNOQuest.Add("X1_Bounty_A1_Leoric_Kill_Johanys", 449835); DictSNOQuest.Add("X1_Bounty_A1_Leoric_Kill_Jovians", 449391); DictSNOQuest.Add("X1_Bounty_A1_Leoric_Kill_Morgan_LeDay", 449841); DictSNOQuest.Add("X1_Bounty_A1_Leoric_Kill_Spatharii", 449389); DictSNOQuest.Add("X1_Bounty_A1_Leoric_Kill_Walloon", 449380); DictSNOQuest.Add("X1_Bounty_A1_OldTristram_Event_DeathCellar", 369944); DictSNOQuest.Add("X1_Bounty_A1_SpiderCaves_Event_SpiderTrap", 375201); DictSNOQuest.Add("X1_Bounty_A1_SpiderCaves_Kill_Arsect", 345860); DictSNOQuest.Add("X1_Bounty_A1_SpiderCaves_Kill_QueenAraneae", 345528); DictSNOQuest.Add("X1_Bounty_A1_SpiderCaves_Kill_Qurash", 345862); DictSNOQuest.Add("X1_Bounty_A1_SpiderCaves_Kill_Rathlin", 345526); DictSNOQuest.Add("X1_Bounty_A1_SpiderCaves_Kill_Venimite", 345524); DictSNOQuest.Add("X1_Bounty_A1_SpiderCaves_Kill_Zhelobb", 345522); DictSNOQuest.Add("X1_Bounty_A1_Wilderness_Clear_DenOfTheFallen2", 345488); DictSNOQuest.Add("X1_Bounty_A1_Wilderness_Kill_Horrus", 369399); DictSNOQuest.Add("X1_Bounty_A1_Wilderness_Kill_Kankerrot", 369404); DictSNOQuest.Add("X1_Bounty_A1_Wilderness_Kill_Mange", 345490); DictSNOQuest.Add("X1_Bounty_A1_Wilderness_Kill_MiraEamon", 347099); DictSNOQuest.Add("X1_Bounty_A1_Wilderness_Kill_Teffeney", 449864); DictSNOQuest.Add("X1_Bounty_A2_Alcarnus_Kill_Bonesplinter", 346034); DictSNOQuest.Add("X1_Bounty_A2_Alcarnus_Kill_HighPriestMurdos", 347563); DictSNOQuest.Add("X1_Bounty_A2_Alcarnus_Kill_Jhorum", 347565); DictSNOQuest.Add("X1_Bounty_A2_Alcarnus_Kill_Maghda", 347558); DictSNOQuest.Add("X1_Bounty_A2_Alcarnus_Kill_Sammash", 347569); DictSNOQuest.Add("X1_Bounty_A2_Alcarnus_Kill_Shondar", 346036); DictSNOQuest.Add("X1_Bounty_A2_Alcarnus_Kill_Yeth", 347560); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Clear_CaveOfBurrowingHorror2", 346088); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Clear_VileCavern2", 346086); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Event_ArmyOfTheDead", 375264); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Kill_Blarg", 346092); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Kill_Bloodfeather", 346094); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Kill_MageLordMisgen", 354788); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Kill_NineToads", 347609); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Kill_Pazuzu", 347638); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Kill_Plagar", 347607); DictSNOQuest.Add("X1_Bounty_A2_Boneyards_Kill_Raiha", 346090); DictSNOQuest.Add("X1_Bounty_A2_Caldeum_Kill_Belial", 358353); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Clear_SiroccoCaverns2", 347525); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Event_DesertFortress", 369800); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Event_FallenWarband", 369797); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Event_GreedyMiner", 345954); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Event_LacuniLair", 347520); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Kill_Ashek", 345976); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Kill_Gart", 347532); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Kill_Hemit", 347534); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Kill_Razormouth", 345973); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Kill_Saha", 345960); DictSNOQuest.Add("X1_Bounty_A2_HowlingPlateau_Kill_Taros", 345971); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Clear_AncientCave2", 346069); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Clear_FloodedCave2", 346071); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Clear_MysteriousCave2", 347598); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Event_LostTreasureKhanDakab", 346067); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Event_PrisonersOfKamyr", 347595); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Event_SardarsTreasure", 347591); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Event_ShrineOfRakanishu", 346065); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Event_SunkenGrave", 369813); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Kill_Bashiok", 347600); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Kill_Gryssian", 369298); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Kill_Khahul", 369300); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Kill_ScarTalon", 346075); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Kill_Sokahr", 346073); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Kill_Torsar", 347604); DictSNOQuest.Add("X1_Bounty_A2_Oasis_Kill_Tridiun", 369302); DictSNOQuest.Add("X1_Bounty_A2_StingingWinds_Clear_TheRuins2", 350556); DictSNOQuest.Add("X1_Bounty_A2_StingingWinds_Event_CrumblingVault", 350558); DictSNOQuest.Add("X1_Bounty_A2_StingingWinds_Event_GuardianSpirits", 350560); DictSNOQuest.Add("X1_Bounty_A2_StingingWinds_Event_RestlessSands", 350562); DictSNOQuest.Add("X1_Bounty_A2_StingingWinds_Event_RygnarIdol", 350564); DictSNOQuest.Add("X1_Bounty_A2_StingingWinds_Kill_Balzhak", 369277); DictSNOQuest.Add("X1_Bounty_A2_StingingWinds_Kill_Barty", 369291); DictSNOQuest.Add("X1_Bounty_A2_StingingWinds_Kill_InquisitorHamath", 355278); DictSNOQuest.Add("X1_Bounty_A2_StingingWinds_Kill_Samaras", 369288); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Event_Dustbowl", 375261); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Event_FoulHatchery", 375257); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_Hellscream", 346115); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_MageLordCaustus", 347652); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_MageLordFlaydren", 347654); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_MageLordGhuyan", 346123); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_MageLordSkomora", 346121); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_Rockgut", 347650); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_TheArchivist", 346108); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_TheTomekeeper", 346119); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_Thrum", 346117); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_Thugeesh", 346111); DictSNOQuest.Add("X1_Bounty_A2_ZKArchives_Kill_ZoltunKulle", 347656); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Clear_BattlefieldStores2", 349204); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Clear_CavernsOfFrost2", 346190); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Clear_CrydersOutpost", 346188); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Clear_FortifiedBunker2", 349202); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Clear_ForwardBarracks", 349198); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Clear_IcefallCaves2", 346192); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Clear_TheBarracks2", 349210); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Clear_TheFoundry2", 349206); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Clear_TheUnderbridge", 349208); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Event_BlazeOfGlory", 346184); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Event_BloodTies", 349196); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Event_CrazyClimber", 346186); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Event_DeathChill", 369851); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Event_InfernalSky", 369825); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Event_TideOfBattle", 346182); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Event_Triage", 346180); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Chiltara", 349220); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_DemonicBallistae", 357123); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Direclaw", 349216); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Dreadgrasp", 349212); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Emberwing", 346202); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Garganug", 346204); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Ghallem", 349214); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Groak", 346194); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Lummock", 356417); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Mehshak", 346196); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_ShandraHar", 349218); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Shertik", 346200); DictSNOQuest.Add("X1_Bounty_A3_Battlefields_Kill_Siegebreaker", 349242); DictSNOQuest.Add("X1_Bounty_A3_Crater_Event_BloodClanAssault", 369868); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Axgore", 346232); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Azmodan", 349244); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Brimstone", 346235); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Brutu", 349222); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Charuch", 346219); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Crabbs", 349234); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Cydaea", 349224); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Demonika", 346230); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Gholash", 349238); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Gormungandr", 349232); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Gorog", 349228); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Growlfang", 356422); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Haxxor", 349240); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Hyrug", 346215); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Maggrus", 346217); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Mhawgann", 346222); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Riplash", 349236); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Sawtooth", 349230); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Scorpitox", 349226); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Severclaw", 346225); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Snitchley", 349298); DictSNOQuest.Add("X1_Bounty_A3_Crater_Kill_Valifahr", 346228); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Event_ForsakenSoldiers", 369853); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Event_KeepBlacksmith", 346146); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_Aloysius", 349119); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_Axegrave", 349115); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_Belagg", 346162); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_Bholen", 349301); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_CaptainDale", 346157); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_CaptainDonnAdams", 346154); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_Ghom", 346166); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_Gugyn", 346164); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_Lashtongue", 349117); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_TheCrusher", 346160); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_Thornback", 346148); DictSNOQuest.Add("X1_Bounty_A3_KeepDepths_Kill_ViciousGrayTurkey", 349121); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_Allucayrd", 369329); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_Barrucus", 369326); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_Bashface", 346130); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_Bricktop", 346128); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_Ganthar", 369319); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_Greelode", 369323); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_Marchocyas", 346132); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_Obis", 369316); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_Thromp", 369312); DictSNOQuest.Add("X1_Bounty_A3_Ramparts_Kill_XahRith", 346126); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Event_Juggernaut", 369900); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Kill_AspectAnguish", 357127); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Kill_AspectDestruction", 357131); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Kill_AspectPain", 357129); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Kill_KaoAhn", 349254); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Kill_Khatun", 349258); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Kill_OohTash", 349252); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Kill_Rakanoth", 349262); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Kill_Torchlighter", 349256); DictSNOQuest.Add("X1_Bounty_A4_GardensOfHope_Kill_Veshan", 349260); DictSNOQuest.Add("X1_Bounty_A4_HellRift_Clear_HellRift2", 362140); DictSNOQuest.Add("X1_Bounty_A4_HellRift_Kill_Hammersmash", 364333); DictSNOQuest.Add("X1_Bounty_A4_HellRift_Kill_Sledge", 364336); DictSNOQuest.Add("X1_Bounty_A4_Spire_Event_ArmyOfHell", 369878); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_AspectHatred", 357133); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_AspectLies", 357135); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_AspectSin", 357137); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_AspectTerror", 357139); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_Diablo", 349288); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_Grimnight", 349272); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_Haures", 349270); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_Izual", 361421); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_Kysindra", 349276); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_Nekarat", 349284); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_Pyres", 349278); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_RhauKye", 349282); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_SaoThall", 349274); DictSNOQuest.Add("X1_Bounty_A4_Spire_Kill_Slarg", 349280); DictSNOQuest.Add("X1_Bounty_A5_Bog_Clear_PerilousCave2", 369348); DictSNOQuest.Add("X1_Bounty_A5_Bog_Event_3Boggits", 367872); DictSNOQuest.Add("X1_Bounty_A5_Bog_Event_AncientEvils", 369952); DictSNOQuest.Add("X1_Bounty_A5_Bog_Event_AngryBats", 359310); DictSNOQuest.Add("X1_Bounty_A5_Bog_Event_HunterKillers", 375278); DictSNOQuest.Add("X1_Bounty_A5_Bog_Event_KingOfTheHill", 359319); DictSNOQuest.Add("X1_Bounty_A5_Bog_Event_LordOfFools", 359314); DictSNOQuest.Add("X1_Bounty_A5_Bog_Event_Wickerman", 359280); DictSNOQuest.Add("X1_Bounty_A5_Bog_Kill_Almash", 362923); DictSNOQuest.Add("X1_Bounty_A5_Bog_Kill_Corellus", 362897); DictSNOQuest.Add("X1_Bounty_A5_Bog_Kill_Fangbite", 362915); DictSNOQuest.Add("X1_Bounty_A5_Bog_Kill_Luca", 367870); DictSNOQuest.Add("X1_Bounty_A5_Bog_Kill_Morghum", 362913); DictSNOQuest.Add("X1_Bounty_A5_Bog_Kill_Slinger", 362921); DictSNOQuest.Add("X1_Bounty_A5_Bog_Kill_Tadardya", 362925); DictSNOQuest.Add("X1_Bounty_A5_Bog_Kill_Vilepaw", 355282); DictSNOQuest.Add("X1_Bounty_A5_Graveyard_Event_AltarOfSadness", 359116); DictSNOQuest.Add("X1_Bounty_A5_Graveyard_Event_Cryptology", 359079); DictSNOQuest.Add("X1_Bounty_A5_Graveyard_Event_GraveRobert", 359112); DictSNOQuest.Add("X1_Bounty_A5_Graveyard_Event_SoldierHoldout", 359101); DictSNOQuest.Add("X1_Bounty_A5_Graveyard_Event_UndeadHusband", 359096); DictSNOQuest.Add("X1_Bounty_A5_Graveyard_Kill_Erdith", 359233); DictSNOQuest.Add("X1_Bounty_A5_Graveyard_Kill_Necrosys", 363086); DictSNOQuest.Add("X1_Bounty_A5_Graveyard_Kill_Purah", 363090); DictSNOQuest.Add("X1_Bounty_A5_Graveyard_Kill_Targerious", 363092); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_CursedCrystals", 367904); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_DemonCache", 367888); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_ForgottenWar", 363415); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_HostileRealm", 369908); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_LostLegion", 367926); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_Resurrection", 367884); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_SiegeDistraction", 363342); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_TheDemonicPrisoner", 363412); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_TheGreatWeapon", 363344); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Event_TheHive", 363346); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Kill_Baethus", 363204); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Kill_Burrask", 363200); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Kill_Muilliuqs", 367935); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Kill_Obsidious", 363196); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Kill_Rockulus", 363194); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Kill_Sartor", 359543); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Kill_Slarth", 363198); DictSNOQuest.Add("X1_Bounty_A5_PandExt_Kill_Watareus", 363202); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_AncientPrison", 363392); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_BrutalAssault", 359939); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_ChronoPrison", 374571); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_CourtOfInsanity", 363405); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_DemonPrison", 363394); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_FlyingAssasins", 375275); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_Fortified", 363390); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_LeapOfFaith", 363407); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_LostHost", 363402); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Event_SoulsOfAngels", 363409); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Kill_Ballartrask", 363559); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Kill_Lograth", 363552); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Kill_Malthael", 359927); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Kill_Scythys", 363557); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Kill_Valtesk", 363555); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Kill_Xaphane", 363563); DictSNOQuest.Add("X1_Bounty_A5_PandFortress_Kill_Zorrus", 363561); DictSNOQuest.Add("X1_Bounty_A5_Pand_HexMaze_Kill_Bloone", 368917); DictSNOQuest.Add("X1_Bounty_A5_Pand_HexMaze_Kill_Borgoth", 368912); DictSNOQuest.Add("X1_Bounty_A5_Pand_HexMaze_Kill_Grotescor", 368919); DictSNOQuest.Add("X1_Bounty_A5_Pand_HexMaze_Kill_Haziael", 368921); DictSNOQuest.Add("X1_Bounty_A5_Pand_HexMaze_Kill_Magrethar", 368796); DictSNOQuest.Add("X1_Bounty_A5_Pand_HexMaze_Kill_Severag", 368915); DictSNOQuest.Add("X1_Bounty_A5_PathToCorvus_Event_ScarabHatchery", 363431); DictSNOQuest.Add("X1_Bounty_A5_PathToCorvus_Event_TreasureRoom", 359911); DictSNOQuest.Add("X1_Bounty_A5_PathToCorvus_Kill_Kalmor", 359913); DictSNOQuest.Add("X1_Bounty_A5_PathToCorvus_Kill_VekMarru", 363000); DictSNOQuest.Add("X1_Bounty_A5_PathToCorvus_Kill_VekTabok", 362996); DictSNOQuest.Add("X1_Bounty_A5_RuinsOfCorvus_Event_NephalemTreasure", 359839); DictSNOQuest.Add("X1_Bounty_A5_RuinsOfCorvus_Event_TheGoldenChamber", 359907); DictSNOQuest.Add("X1_Bounty_A5_RuinsOfCorvus_Kill_Adria", 359915); DictSNOQuest.Add("X1_Bounty_A5_RuinsOfCorvus_Kill_BariHattar", 363019); DictSNOQuest.Add("X1_Bounty_A5_RuinsOfCorvus_Kill_BariMoqqu", 363021); DictSNOQuest.Add("X1_Bounty_A5_RuinsOfCorvus_Kill_NakQujin", 363016); DictSNOQuest.Add("X1_Bounty_A5_RuinsOfCorvus_Kill_NakSarugg", 363013); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Clear_GuildHideout2", 432699); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Clear_RepositoryOfBones2", 369383); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Event_Bonepit", 375348); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Event_BrutelyUnfortunate", 359758); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Event_Corpsefinder", 368611); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Event_HideAndSeek", 368607); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Event_KingEvent03", 368601); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Event_PestProblems", 368613); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_Brent", 432701); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_Denis", 432707); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_Ghrentuloth", 359722); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_GigaPlagueBearer", 359765); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_LurkingSkeletalCaptain", 359661); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_Meriel", 432705); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_Micheboar", 363177); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_PanFezbane", 368789); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_Sumaryss", 363185); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_Theodosia", 363180); DictSNOQuest.Add("X1_Bounty_A5_WestmarchFire_Kill_Urzael", 359919); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Clear_PlagueTunnels2", 369377); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_AbattoirFurnace", 375350); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_CaptainStokely", 368445); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_GuardSlaughter", 375268); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_HomeInvasion", 368555); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_KingEvent01", 368532); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_KingEvent02", 368536); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_MagicMisfire", 368564); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_NecromancersChoice", 368420); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_ReformedCultist", 368559); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_TheAngeredDead", 359394); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_TheHarvest", 359396); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_TheLastStand", 368525); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_TheMiser", 368433); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_TollifersLastStand", 359426); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_TouchOfDeath", 359399); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_TustinesBrewery", 368543); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Event_WalkInThePark", 359403); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Kill_CaptainGerber", 368783); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Kill_DaleHawthorne", 368781); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Kill_Getzlord", 363075); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Kill_IgorStalfos", 368785); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Kill_Kago", 359430); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Kill_KatherineBatts", 363080); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Kill_Matanzas", 363082); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Kill_Pontius", 359428); DictSNOQuest.Add("X1_Bounty_A5_Westmarch_Kill_Yergacheph", 363078); DictSNOQuest.Add("X1_catacombs_event_scorpions", 338043); DictSNOQuest.Add("X1_catacombs_event_treasureRoom", 338054); DictSNOQuest.Add("X1_Catacombs_GardenEvent1", 342320); DictSNOQuest.Add("x1_Catacombs_Jeweler", 352099); DictSNOQuest.Add("x1_Catacombs_NS_06 (Mutant_Evant)", 365821); DictSNOQuest.Add("X1_Event_BogCave_MaggotLoad", 356736); DictSNOQuest.Add("X1_Event_Bog_HuntersNTraps", 377485); DictSNOQuest.Add("X1_Event_Bog_Wickerman", 340724); DictSNOQuest.Add("X1_Event_catacombs_nephyLoot", 346542); DictSNOQuest.Add("X1_Event_Catacombs_ScorpionHole", 367029); DictSNOQuest.Add("X1_Event_Challenge_GoblinHunter_A", 242053); DictSNOQuest.Add("X1_Event_Fortress_BrutalAssault", 343588); DictSNOQuest.Add("X1_Event_Fortress_LeaperAmbushA", 356821); DictSNOQuest.Add("X1_Event_Fortress_LeaperAmbushD", 336114); DictSNOQuest.Add("X1_Event_Fortress_SpiritPrisonA", 335800); DictSNOQuest.Add("X1_Event_Fortress_Worldstone", 334431); DictSNOQuest.Add("x1_Event_Horde_ArmyOfHell", 368306); DictSNOQuest.Add("x1_Event_Horde_Bonepit", 369332); DictSNOQuest.Add("x1_Event_Horde_DeathCellar", 365252); DictSNOQuest.Add("x1_Event_Horde_Deathfire", 365150); DictSNOQuest.Add("x1_Event_Horde_DesertFortress", 365695); DictSNOQuest.Add("x1_Event_Horde_Dustbowl", 367979); DictSNOQuest.Add("x1_Event_Horde_FleshpitGrove", 364880); DictSNOQuest.Add("x1_Event_Horde_FlyingAssasins", 369525); DictSNOQuest.Add("x1_Event_Horde_ForestChest01", 436360); DictSNOQuest.Add("x1_Event_Horde_ForestChest02", 436805); DictSNOQuest.Add("x1_Event_Horde_FoulHatchery", 365796); DictSNOQuest.Add("x1_Event_Horde_GhoulSwarm", 365305); DictSNOQuest.Add("x1_Event_Horde_GuardSlaughter", 369366); DictSNOQuest.Add("x1_Event_Horde_HunterKillers", 369381); DictSNOQuest.Add("x1_Event_Horde_InfernalSky", 368035); DictSNOQuest.Add("x1_Event_Horde_RadiantChapel", 409871); DictSNOQuest.Add("x1_Event_Horde_SpiderTrap", 365269); DictSNOQuest.Add("x1_Event_Horde_UdderChaos", 366331); DictSNOQuest.Add("x1_Event_Jar_Of_Souls_NecroVersion", 239301); DictSNOQuest.Add("X1_Event_LastAncient", 365366); DictSNOQuest.Add("x1_Event_SpeedKill_Angel_Corrupt_A", 370334); DictSNOQuest.Add("x1_Event_SpeedKill_BileCrawler_A", 370316); DictSNOQuest.Add("x1_Event_SpeedKill_Bloodhawk_A", 369841); DictSNOQuest.Add("x1_Event_SpeedKill_Boss_Adria", 370556); DictSNOQuest.Add("x1_Event_SpeedKill_Boss_Despair", 370373); DictSNOQuest.Add("x1_Event_SpeedKill_Boss_Ghom", 370154); DictSNOQuest.Add("x1_Event_SpeedKill_Boss_Maghda", 369892); DictSNOQuest.Add("x1_Event_SpeedKill_Boss_SkeletonKing", 365630); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_azmodanBodyguard_A", 370077); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_BigRed_A", 370349); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_creepMob_A", 370066); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_FallenHound_D", 370082); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_FleshPitFlyer_C", 369895); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_GhostA", 365586); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_GoatmanB", 365593); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_MalletDemon_A", 370364); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_morluSpellcaster_A", 370341); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_SandShark_A", 369906); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_SoulRipper_A", 370135); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_SquiggletA", 370837); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_SummonableA", 365617); DictSNOQuest.Add("x1_Event_SpeedKill_Champion_x1_FloaterAngel_A", 370516); DictSNOQuest.Add("x1_Event_SpeedKill_Champon_x1_Rockworm_Pand_A", 370544); DictSNOQuest.Add("x1_Event_SpeedKill_CoreEliteDemon_A", 370320); DictSNOQuest.Add("x1_Event_SpeedKill_demonFlyer_B", 370033); DictSNOQuest.Add("x1_Event_SpeedKill_electricEel_A", 369817); DictSNOQuest.Add("x1_Event_SpeedKill_Fallen_C", 370038); DictSNOQuest.Add("x1_Event_SpeedKill_fastMummy_A", 369837); DictSNOQuest.Add("x1_Event_SpeedKill_GhostHumansA", 365551); DictSNOQuest.Add("x1_Event_SpeedKill_Ghoul_E", 370053); DictSNOQuest.Add("x1_Event_SpeedKill_GoatmanA", 364644); DictSNOQuest.Add("x1_Event_SpeedKill_Goatman_Melee_A_Ghost", 365509); DictSNOQuest.Add("x1_Event_SpeedKill_Goatmutant_B", 370044); DictSNOQuest.Add("x1_Event_SpeedKill_Lacuni_B", 369873); DictSNOQuest.Add("x1_Event_SpeedKill_Monstrosity_Scorpion_A", 370049); DictSNOQuest.Add("x1_Event_SpeedKill_morluMelee_B", 370329); DictSNOQuest.Add("x1_Event_SpeedKill_Rare_demonTrooper_C", 370359); DictSNOQuest.Add("x1_Event_SpeedKill_Rare_Ghoul_B", 369910); DictSNOQuest.Add("x1_Event_SpeedKill_Rare_Skeleton2HandA", 365622); DictSNOQuest.Add("x1_Event_SpeedKill_Rare_ThousandPounder", 370147); DictSNOQuest.Add("x1_Event_SpeedKill_Rare_x1_westmarchBrute_C", 370499); DictSNOQuest.Add("x1_Event_SpeedKill_SkeletonsA", 364635); DictSNOQuest.Add("x1_Event_SpeedKill_Skeleton_E", 370060); DictSNOQuest.Add("x1_Event_SpeedKill_Snakeman_A", 369856); DictSNOQuest.Add("x1_Event_SpeedKill_Spiderling_B", 369884); DictSNOQuest.Add("x1_Event_SpeedKill_Swarm_A", 369863); DictSNOQuest.Add("x1_Event_SpeedKill_TentacleBears", 370666); DictSNOQuest.Add("x1_Event_SpeedKill_TriuneCultist_C", 369832); DictSNOQuest.Add("x1_Event_SpeedKill_TriuneVesselA", 365526); DictSNOQuest.Add("x1_Event_SpeedKill_x1_BileCrawler_Skeletal_A", 370482); DictSNOQuest.Add("x1_Event_SpeedKill_x1_bogBlight_Maggot_A", 370445); DictSNOQuest.Add("x1_Event_SpeedKill_x1_BogFamily_A", 370435); DictSNOQuest.Add("x1_Event_SpeedKill_x1_leaperAngel_A", 370466); DictSNOQuest.Add("x1_Event_SpeedKill_x1_Monstrosity_ScorpionBug_A", 370452); DictSNOQuest.Add("x1_Event_SpeedKill_x1_portalGuardianMinion_A", 370489); DictSNOQuest.Add("x1_Event_SpeedKill_x1_Skeleton_Ghost_A", 370427); DictSNOQuest.Add("x1_Event_SpeedKill_x1_Tentacle_A", 370561); DictSNOQuest.Add("x1_Event_SpeedKill_x1_westmarchHound_A", 370476); DictSNOQuest.Add("x1_Event_SpeedKill_ZombieB", 365547); DictSNOQuest.Add("x1_Event_WaveFight_AncientEvils", 369431); DictSNOQuest.Add("x1_Event_WaveFight_ArmyOfTheDead", 365751); DictSNOQuest.Add("x1_Event_WaveFight_BloodClanAssault", 368092); DictSNOQuest.Add("x1_Event_WaveFight_ChamberOfBone", 365300); DictSNOQuest.Add("x1_Event_WaveFight_CultistLegion", 365033); DictSNOQuest.Add("x1_Event_WaveFight_DeathChill", 368056); DictSNOQuest.Add("x1_Event_WaveFight_FallenWarband", 365678); DictSNOQuest.Add("x1_Event_WaveFight_ForsakenSoldiers", 368124); DictSNOQuest.Add("x1_Event_WaveFight_HostileRealm", 369482); DictSNOQuest.Add("x1_Event_WaveFight_Juggernaut", 368334); DictSNOQuest.Add("x1_Event_WaveFight_KhazraWarband", 365133); DictSNOQuest.Add("x1_Event_WaveFight_SunkenGrave", 365953); DictSNOQuest.Add("X1_Event_westm_CaptainStokely", 321939); DictSNOQuest.Add("x1_Event_WestM_DoomedToDie", 303999); DictSNOQuest.Add("X1_Event_WestM_HauntedManor", 286155); DictSNOQuest.Add("X1_Event_Westm_KidsCellar", 341244); DictSNOQuest.Add("X1_Event_WestM_MassacredGuards", 350582); DictSNOQuest.Add("X1_Event_Westm_RuffiansCellar", 358191); DictSNOQuest.Add("X1_fortress_event_ancientJail", 334512); DictSNOQuest.Add("X1_Fortress_Event_ChronoPrison", 369683); DictSNOQuest.Add("X1_Fortress_JudgementDay", 334679); DictSNOQuest.Add("x1_Fortress_KillMalthael", 273408); DictSNOQuest.Add("X1_Fortress_TeleportEvent", 355312); DictSNOQuest.Add("X1_Graveyard_Alter_Event", 336254); DictSNOQuest.Add("X1_Graveyard_GraveRobber_Event", 336293); DictSNOQuest.Add("X1_LR_DungeonFinder", 337492); DictSNOQuest.Add("X1_LR_TieredRift", 382695); DictSNOQuest.Add("x1_OpenWorld_quest", 312429); DictSNOQuest.Add("X1_PandExt_Event_Chrono", 300670); DictSNOQuest.Add("X1_PandExt_Event_Chrono_Adventure", 369344); DictSNOQuest.Add("X1_PandExt_Event_DemonPrison", 347316); DictSNOQuest.Add("X1_PandExt_Event_DemonPrison_Adventure", 369409); DictSNOQuest.Add("X1_PandExt_Event_GreatWeapon", 354399); DictSNOQuest.Add("X1_PandExt_Event_RockHive", 353677); DictSNOQuest.Add("X1_PandExt_Event_SiegeWeapons", 353085); DictSNOQuest.Add("X1_PandExt_ExteriorFull", 273790); DictSNOQuest.Add("X1_PandExt_LostLegion", 363899); DictSNOQuest.Add("x1_Pand_Ext_240_Cellar_04 (Demon_Event)", 365385); DictSNOQuest.Add("X1_Pand_Ext_Cellar_Event_AngelbrosAdventures", 351575); DictSNOQuest.Add("X1_Pand_Ext_Cellar_Event_demonChests", 365935); DictSNOQuest.Add("X1_Pand_Ext_ForgottenWar", 301058); DictSNOQuest.Add("X1_Pand_Ext_ForgottenWar_Adventure", 369414); DictSNOQuest.Add("X1_Pand_HexMaze_EN", 309318); DictSNOQuest.Add("x1_Templar_SideQuest_Alt", 328651); DictSNOQuest.Add("x1_ToHeaven", 263851); DictSNOQuest.Add("X1_WestmHub_Survivor_Rescue", 284683); DictSNOQuest.Add("X1_Westm_BlacksmithEvent", 366021); DictSNOQuest.Add("X1_Westm_Cellar_event_ZombieSorcerer", 356582); DictSNOQuest.Add("X1_WestM_Event_Corpsefinder", 302669); DictSNOQuest.Add("X1_WestM_Event_KingEvent3", 356212); DictSNOQuest.Add("x1_WestM_Event_Miser", 359235); DictSNOQuest.Add("X1_WestM_Event_RatAlley", 367578); DictSNOQuest.Add("x1_westm_Event_Sinkhole", 348273); DictSNOQuest.Add("X1_WestM_Event_TheHarvest", 304069); DictSNOQuest.Add("X1_westm_Ghost_Chase", 369017); DictSNOQuest.Add("X1_WestM_Graveyard_Soldier_Holdout_Event", 332097); DictSNOQuest.Add("X1_WestM_Graveyard_Undead_Husband", 331407); DictSNOQuest.Add("X1_WestM_Graveyard_Unique_1", 334905); DictSNOQuest.Add("X1_westm_guard_SurvivorRescue", 322261); DictSNOQuest.Add("x1_WestM_IntroQuest", 251355); DictSNOQuest.Add("X1_Westm_KillUrzael", 285098); DictSNOQuest.Add("X1_Westm_KingEvent01", 336583); DictSNOQuest.Add("X1_Westm_KingEvent02", 361550); DictSNOQuest.Add("X1_Westm_ReformedCultist", 315617); DictSNOQuest.Add("X1_Westm_Rescue2", 357198); DictSNOQuest.Add("x1_westm_ScoundrelEvent", 303475); DictSNOQuest.Add("X1_Westm_Zone_03_Event_BrutelyUnfortunate", 359735); DictSNOQuest.Add("ZoltunKulleBlood", 57335); DictSNOQuest.Add("ZoltunKulleHead", 78266); #endregion return DictSNOQuest; } public static Dictionary LoadQuestRange() { Dictionary DictSNOQuestRange = new Dictionary(); #region QuestRange DictSNOQuestRange.Add("1000Monster_Gate_Open", 212944); DictSNOQuestRange.Add("A1-All", 152173); DictSNOQuestRange.Add("A1", 183111); DictSNOQuestRange.Add("A1CaravanLeaderConversation", 214478); DictSNOQuestRange.Add("A1CaravanLeaderMarker", 178355); DictSNOQuestRange.Add("A1Jeweler", 83034); DictSNOQuestRange.Add("A1_FreeTristram", 99427); DictSNOQuestRange.Add("A1_Healer_Activate", 231348); DictSNOQuestRange.Add("A1_HighlandsExteriorMinimapPing", 228916); DictSNOQuestRange.Add("A1_LeahHulkOut", 159603); DictSNOQuestRange.Add("A1_Miner_AfterZombies", 336565); DictSNOQuestRange.Add("A1_MysticUnlock", 430609); DictSNOQuestRange.Add("A1_Savepoint_320", 230130); DictSNOQuestRange.Add("A1_Uber_BossQuestRange", 258382); DictSNOQuestRange.Add("A1_Vendor_01", 178337); DictSNOQuestRange.Add("A2-All", 152174); DictSNOQuestRange.Add("A2-BeginningtoEnd", 183115); DictSNOQuestRange.Add("A2", 81233); DictSNOQuestRange.Add("a2dun_Swr_Gate_Open", 187351); DictSNOQuestRange.Add("a2LeahMissing", 167240); DictSNOQuestRange.Add("A2Start", 111799); DictSNOQuestRange.Add("A2SunderedPassMinimap", 111952); DictSNOQuestRange.Add("A2_AdriaSewer", 159604); DictSNOQuestRange.Add("A2_AdriaSewer_Leah", 226836); DictSNOQuestRange.Add("A2_BeforeCaldeum", 210361); DictSNOQuestRange.Add("A2_BelialAudience", 226726); DictSNOQuestRange.Add("A2_BlackSoulstone", 159602); DictSNOQuestRange.Add("A2_BlackSoulstone_PostFight", 230003); DictSNOQuestRange.Add("A2_CanyonBridge", 203068); DictSNOQuestRange.Add("A2_crowdPanicBelialFirestorm", 220420); DictSNOQuestRange.Add("A2_FindingZKBody", 216834); DictSNOQuestRange.Add("A2_HakanAqdIntro", 214868); DictSNOQuestRange.Add("A2_Hakan_ShouldBeInSewers", 225940); DictSNOQuestRange.Add("A2_JewelerUnlock", 212507); DictSNOQuestRange.Add("A2_LeahAboutArchives", 219263); DictSNOQuestRange.Add("A2_LeahFollowsThroughBoneYard", 162454); DictSNOQuestRange.Add("A2_MaghdaAlive", 251850); DictSNOQuestRange.Add("A2_SavePoint05", 212177); DictSNOQuestRange.Add("A2_SavePoint115", 220899); DictSNOQuestRange.Add("A2_SavePoint120", 203675); DictSNOQuestRange.Add("A2_SavePoint130", 203676); DictSNOQuestRange.Add("A2_SavePoint160", 204779); DictSNOQuestRange.Add("A2_SavePoint170", 204837); DictSNOQuestRange.Add("A2_SavePoint180", 204869); DictSNOQuestRange.Add("A2_SavePoint190", 204882); DictSNOQuestRange.Add("A2_SavePoint20", 202437); DictSNOQuestRange.Add("A2_SavePoint230", 204999); DictSNOQuestRange.Add("A2_SavePoint240", 205414); DictSNOQuestRange.Add("A2_SavePoint280", 205594); DictSNOQuestRange.Add("A2_SavePoint281", 226549); DictSNOQuestRange.Add("A2_SavePoint290", 205654); DictSNOQuestRange.Add("A2_SavePoint300", 221563); DictSNOQuestRange.Add("A2_SavePoint310", 221569); DictSNOQuestRange.Add("A2_SavePoint40", 203578); DictSNOQuestRange.Add("A2_SavePoint50", 203603); DictSNOQuestRange.Add("A2_SavePoint60", 203623); DictSNOQuestRange.Add("A2_SavePoint70", 203633); DictSNOQuestRange.Add("A2_SavePoint80", 203642); DictSNOQuestRange.Add("A2_SavePoint90", 203654); DictSNOQuestRange.Add("A2_TyraelIntro", 170106); DictSNOQuestRange.Add("A2_Tyrael_AfterIntro", 170107); DictSNOQuestRange.Add("A2_upToBelialFight", 226468); DictSNOQuestRange.Add("A2_upToLordOfLiesStormGates", 220401); DictSNOQuestRange.Add("A3-All", 152175); DictSNOQuestRange.Add("A3-Cold", 258632); DictSNOQuestRange.Add("A3-Only", 199356); DictSNOQuestRange.Add("A3", 284432); DictSNOQuestRange.Add("a3dun_Crater_Checkpoint_Activation", 221650); DictSNOQuestRange.Add("a3_2nd_heart", 217047); DictSNOQuestRange.Add("a3_2nd_heart_invulnerable", 221232); DictSNOQuestRange.Add("A3_AdriaBetrayal", 159605); DictSNOQuestRange.Add("A3_AdriaTower", 206144); DictSNOQuestRange.Add("A3_After_Siegebreaker", 231027); DictSNOQuestRange.Add("A3_ArmoryPortal_Open", 230985); DictSNOQuestRange.Add("A3_audio_afterFirstSinHeartDeath", 227273); DictSNOQuestRange.Add("A3_audio_battle_phase_01&02", 211857); DictSNOQuestRange.Add("A3_audio_battle_phase_03&04", 211858); DictSNOQuestRange.Add("A3_audio_sinHeart_1", 227266); DictSNOQuestRange.Add("A3_audio_sinHeart_2a", 227901); DictSNOQuestRange.Add("A3_audio_sinHeart_2b", 227898); DictSNOQuestRange.Add("A3_AzmodanAlive", 239275); DictSNOQuestRange.Add("A3_AzmodanHubTauntAfterCatapults", 202784); DictSNOQuestRange.Add("A3_AzmodanRampartsTaunts", 202807); DictSNOQuestRange.Add("A3_Azmodan_Dead", 230977); DictSNOQuestRange.Add("a3_ballistas", 218238); DictSNOQuestRange.Add("a3_Battlefields_Entrance_Active", 162161); DictSNOQuestRange.Add("A3_Battlefields_Marker", 190077); DictSNOQuestRange.Add("a3_beforeFinishedRaisedCatapults", 225926); DictSNOQuestRange.Add("A3_Before_AdriaBetrayal", 201214); DictSNOQuestRange.Add("A3_Before_Siegebreaker", 231026); DictSNOQuestRange.Add("a3_between_siegebreaker_and_betrayal", 183791); DictSNOQuestRange.Add("A3_CraterSTHeart_Marker", 207595); DictSNOQuestRange.Add("A3_Crater_Tower1_Exit", 152774); DictSNOQuestRange.Add("a3_daughtersOfPainFight", 220363); DictSNOQuestRange.Add("a3_DestroyBallistas_Marker", 206845); DictSNOQuestRange.Add("a3_door_to_battlefields", 211669); DictSNOQuestRange.Add("A3_FiresLit", 219197); DictSNOQuestRange.Add("a3_FirstBridge_Marker", 206746); DictSNOQuestRange.Add("A3_FoundKeepBreach", 196695); DictSNOQuestRange.Add("A3_HubFodderIntro", 201746); DictSNOQuestRange.Add("A3_HubWallAttacks", 201762); DictSNOQuestRange.Add("A3_Hub_BennocUpperRampartsWarn", 200871); DictSNOQuestRange.Add("A3_Hub_DemonDepthsAttack", 202806); DictSNOQuestRange.Add("A3_Hub_Messenger", 178588); DictSNOQuestRange.Add("a3_hub_pre_azmodan", 201153); DictSNOQuestRange.Add("a3_hub_pre_bridge", 201142); DictSNOQuestRange.Add("A3_Hub_WallSpawner", 206733); DictSNOQuestRange.Add("A3_InnStart", 200891); DictSNOQuestRange.Add("A3_Inn_WoundedSoldiers_AfterGluttony", 215897); DictSNOQuestRange.Add("a3_JUST_destroyed_ballistas", 225664); DictSNOQuestRange.Add("A3_KillGluttonyPortal_Marker", 190072); DictSNOQuestRange.Add("A3_KillGluttonyPreLeah", 112247); DictSNOQuestRange.Add("A3_LeahJournal6", 212178); DictSNOQuestRange.Add("A3_LeahJournal7", 212203); DictSNOQuestRange.Add("A3_LeahJournal8", 212204); DictSNOQuestRange.Add("A3_LeahJournal9", 212205); DictSNOQuestRange.Add("a3_lust_backtrack_portal", 229127); DictSNOQuestRange.Add("A3_PostAzmodan", 120786); DictSNOQuestRange.Add("a3_PostRaisedCatapults", 219615); DictSNOQuestRange.Add("a3_PostTraverseBridge", 219638); DictSNOQuestRange.Add("a3_post_adria_betrayal", 183797); DictSNOQuestRange.Add("a3_post_banners", 222411); DictSNOQuestRange.Add("a3_post_gluttony_dead", 111233); DictSNOQuestRange.Add("a3_post_killed_lust", 139570); DictSNOQuestRange.Add("a3_post_siegebreaker", 220147); DictSNOQuestRange.Add("A3_PreDestroyedBallistas", 113591); DictSNOQuestRange.Add("A3_PreRepelTheDemons", 112235); DictSNOQuestRange.Add("a3_pre_bss_event", 215896); DictSNOQuestRange.Add("a3_pre_closed_siege_gates", 134258); DictSNOQuestRange.Add("a3_pre_gluttony_dead", 134254); DictSNOQuestRange.Add("a3_pre_traverse_bridge", 134279); DictSNOQuestRange.Add("A3_Raise_Catapults_Started", 160974); DictSNOQuestRange.Add("A3_Raise_The_Catapults_Minimap", 211628); DictSNOQuestRange.Add("A3_Raise_The_Catapults_Minimap_Hub", 226656); DictSNOQuestRange.Add("A3_Savepoint_3000", 214269); DictSNOQuestRange.Add("A3_Savepoint_3100", 214320); DictSNOQuestRange.Add("A3_Savepoint_3502", 221964); DictSNOQuestRange.Add("A3_Savepoint_3600", 214383); DictSNOQuestRange.Add("A3_Savepoint_3700", 214385); DictSNOQuestRange.Add("A3_Savepoint_3800", 214386); DictSNOQuestRange.Add("A3_Savepoint_3945", 231313); DictSNOQuestRange.Add("A3_Savepoint_3990", 226659); DictSNOQuestRange.Add("A3_SeenTheSpy", 116542); DictSNOQuestRange.Add("A3_Sold_Run_Battlefields", 208488); DictSNOQuestRange.Add("A3_Sold_Run_Ramparts", 208482); DictSNOQuestRange.Add("a3_soulstoneoverload", 219794); DictSNOQuestRange.Add("A3_StrongholdBlackSoulstone_Marker", 190087); DictSNOQuestRange.Add("A3_TemplarBackstory_1", 230101); DictSNOQuestRange.Add("A3_TraverseBridgeNewGame_Marker", 214283); DictSNOQuestRange.Add("A3_TraverseBridge_Marker", 190093); DictSNOQuestRange.Add("A3_TyraelHubInn", 203693); DictSNOQuestRange.Add("a3_tyrael_follow", 160633); DictSNOQuestRange.Add("A3_UpperRampartsAzmodanTaunt", 222782); DictSNOQuestRange.Add("A3_UpperRamparts_Marker", 189697); DictSNOQuestRange.Add("A3_WoundedSoldiers_AfterBallistae", 206557); DictSNOQuestRange.Add("A3_WoundedSoldiers_AfterCatapults", 206554); DictSNOQuestRange.Add("A3_WoundedSoldiers_AfterGluttony", 206546); DictSNOQuestRange.Add("A4-All", 152176); DictSNOQuestRange.Add("A4-Only", 336666); DictSNOQuestRange.Add("A4-PreAurielRescue", 214915); DictSNOQuestRange.Add("A4-TyraelMissing", 215209); DictSNOQuestRange.Add("A4", 284433); DictSNOQuestRange.Add("a4dun_Gardens_Hope_CorruptionCallout", 207857); DictSNOQuestRange.Add("a4dun_HellPortal_1_Close", 210270); DictSNOQuestRange.Add("a4dun_HellPortal_1_TimedEvent", 208548); DictSNOQuestRange.Add("a4dun_HellPortal_2_Close", 210271); DictSNOQuestRange.Add("a4dun_HellPortal_2_TimedEvent", 208549); DictSNOQuestRange.Add("A4_1000MonsterFight", 182962); DictSNOQuestRange.Add("A4_Crystal", 229090); DictSNOQuestRange.Add("A4_Endgame", 229091); DictSNOQuestRange.Add("A4_Gardens_CoreElite_Unique", 231103); DictSNOQuestRange.Add("A4_Gardens_ShadowVerminFightingTyrael", 207852); DictSNOQuestRange.Add("A4_Izual", 225194); DictSNOQuestRange.Add("A4_Izual_Barricades", 230964); DictSNOQuestRange.Add("A4_Izual_BossEncounter", 229277); DictSNOQuestRange.Add("A4_Izual_Dead", 230656); DictSNOQuestRange.Add("A4_PostAurielRescue", 214920); DictSNOQuestRange.Add("A4_Quartermaster", 187685); DictSNOQuestRange.Add("A4_QuartermasterIntro", 187675); DictSNOQuestRange.Add("A4_Quartermaster_Hope", 230031); DictSNOQuestRange.Add("A4_Savepoint_4000", 212331); DictSNOQuestRange.Add("A4_Savepoint_4100", 212334); DictSNOQuestRange.Add("A4_Savepoint_4200", 212338); DictSNOQuestRange.Add("A4_Savepoint_4300", 212339); DictSNOQuestRange.Add("A4_Savepoint_4400", 212341); DictSNOQuestRange.Add("A4_Savepoint_4401", 229983); DictSNOQuestRange.Add("A4_Savepoint_4500", 212342); DictSNOQuestRange.Add("A4_Savepoint_4675", 230962); DictSNOQuestRange.Add("A4_Savepoint_4700", 212348); DictSNOQuestRange.Add("A4_Savepoint_4800", 212349); DictSNOQuestRange.Add("A4_Savepoint_4900", 212350); DictSNOQuestRange.Add("A4_Vendor_08", 230596); DictSNOQuestRange.Add("A4_Waypoint", 229662); DictSNOQuestRange.Add("A5_Savepoint_5000", 363325); DictSNOQuestRange.Add("A5_Savepoint_5200", 342579); DictSNOQuestRange.Add("A5_Savepoint_5300", 342634); DictSNOQuestRange.Add("A5_Savepoint_5355", 380285); DictSNOQuestRange.Add("A5_Savepoint_5400", 338109); DictSNOQuestRange.Add("A5_Savepoint_5500", 338111); DictSNOQuestRange.Add("A5_Savepoint_5600", 338112); DictSNOQuestRange.Add("A5_Savepoint_5650", 357666); DictSNOQuestRange.Add("A5_Savepoint_5700", 338113); DictSNOQuestRange.Add("A5_Savepoint_5900", 338117); DictSNOQuestRange.Add("A5_Savepoint_5910", 377894); DictSNOQuestRange.Add("A5_Savepoint_5920", 377895); DictSNOQuestRange.Add("A5_Westm_DeathOrbA_GateOpen", 343330); DictSNOQuestRange.Add("Act V", 354143); DictSNOQuestRange.Add("Act2CaravanLeader", 229980); DictSNOQuestRange.Add("Act2End_Caravan", 217637); DictSNOQuestRange.Add("Act3toEnd", 177472); DictSNOQuestRange.Add("Act3_Quartermaster", 187650); DictSNOQuestRange.Add("Act4 DiabloAlive", 230096); DictSNOQuestRange.Add("Act4 Only", 214878); DictSNOQuestRange.Add("Act4-PreCorruptedArch", 214882); DictSNOQuestRange.Add("AdriaArchivesUntilDone", 82266); DictSNOQuestRange.Add("AdriaBlackSoulstoneFound", 82729); DictSNOQuestRange.Add("AdriaCellar", 184957); DictSNOQuestRange.Add("AdriaCellarConductor", 175601); DictSNOQuestRange.Add("AdriaCellarCover", 175579); DictSNOQuestRange.Add("AdriaCellarZombies", 177297); DictSNOQuestRange.Add("AdriaDoor_Destroy", 201491); DictSNOQuestRange.Add("AdriaDoor_RemoveDoor", 225231); DictSNOQuestRange.Add("AdriaFindHeadConv", 123151); DictSNOQuestRange.Add("AdriaFoundSoulstone", 82078); DictSNOQuestRange.Add("AdriaHutMarker", 167329); DictSNOQuestRange.Add("AdriaPrisonScene", 149291); DictSNOQuestRange.Add("AdriaPrisonScene_Mobs", 204805); DictSNOQuestRange.Add("AdriaPrisonScene_Saved", 224670); DictSNOQuestRange.Add("AdriaRescued", 82722); DictSNOQuestRange.Add("AdriaRescuedConversation", 173848); DictSNOQuestRange.Add("AdriasHiddenLadder", 167424); DictSNOQuestRange.Add("Adria_Age", 215600); DictSNOQuestRange.Add("Adria_BelialConversation", 226248); DictSNOQuestRange.Add("Adria_InRefugeeCamp", 232205); DictSNOQuestRange.Add("Adria_LeahConversation", 226247); DictSNOQuestRange.Add("Adria_LeahHoldingSoulstoneIntro", 200600); DictSNOQuestRange.Add("Adria_Leah_AmbientScene", 198372); DictSNOQuestRange.Add("Adria_Leah_AmbientScene1", 198359); DictSNOQuestRange.Add("Adria_Leah_AmbientScene2", 198368); DictSNOQuestRange.Add("Adria_Leah_AmbientScene3", 198369); DictSNOQuestRange.Add("Adria_Leah_AmbientScene4", 198370); DictSNOQuestRange.Add("Adria_Leah_AmbientScene5", 198371); DictSNOQuestRange.Add("Adria_PreRescue", 249290); DictSNOQuestRange.Add("AfterAlcarnus", 97437); DictSNOQuestRange.Add("AlaricInsideMarker", 177456); DictSNOQuestRange.Add("Alaric_Searching for the Keys", 194253); DictSNOQuestRange.Add("AlcarnusAfterFight", 216096); DictSNOQuestRange.Add("AlcarnusUpperWall", 78770); DictSNOQuestRange.Add("Ambient_JewelConversation", 212290); DictSNOQuestRange.Add("AncientWaterway_GoBoneyard", 232113); DictSNOQuestRange.Add("AncientWaterway_WaterFallOpen", 194384); DictSNOQuestRange.Add("AquedectsAncientGatewayPortal", 226480); DictSNOQuestRange.Add("AqueductExtGate", 155308); DictSNOQuestRange.Add("AqueductGateLevers", 220154); DictSNOQuestRange.Add("Archives_ZKBody", 214766); DictSNOQuestRange.Add("AshearaCaldeumMinimap", 178523); DictSNOQuestRange.Add("AshearaPalaceTransition", 180134); DictSNOQuestRange.Add("Asheara_AtEntrance", 201811); DictSNOQuestRange.Add("Asheara_AtGate", 201810); DictSNOQuestRange.Add("Asheara_AtGate2", 206235); DictSNOQuestRange.Add("Asheara_AtGate_Proxy", 204204); DictSNOQuestRange.Add("Asheara_Evacuation", 213765); DictSNOQuestRange.Add("AzmodanBreach", 258627); DictSNOQuestRange.Add("AzmodanKilledReactions", 177844); DictSNOQuestRange.Add("Azmodan_Fight", 159607); DictSNOQuestRange.Add("Azmodan_Fight_And_Outro", 226669); DictSNOQuestRange.Add("BastionsKeep_BeginningGuard", 182341); DictSNOQuestRange.Add("Battlefields_SiegeBreaker", 140600); DictSNOQuestRange.Add("Battlefields_SiegeBreaker_Adria", 222979); DictSNOQuestRange.Add("Battlefields_SiegeBreaker_DemonGate", 197467); DictSNOQuestRange.Add("Battlefields_SiegeBreaker_PostFight_Conductor", 231187); DictSNOQuestRange.Add("BazaarAlcarnusRefugees", 180056); DictSNOQuestRange.Add("BeaconChestMarker", 177419); DictSNOQuestRange.Add("BeaconPedestal_Marker", 176996); DictSNOQuestRange.Add("Belial-All", 169516); DictSNOQuestRange.Add("Belial", 82392); DictSNOQuestRange.Add("BelialFirestorm", 115493); DictSNOQuestRange.Add("BelialsReign", 177299); DictSNOQuestRange.Add("Belial_Boss", 176099); DictSNOQuestRange.Add("Belial_BreakablePlatform_Fight", 227971); DictSNOQuestRange.Add("Belial_BreakablePlatform_Post_Fight", 227972); DictSNOQuestRange.Add("Belial_BSS", 250562); DictSNOQuestRange.Add("Belial_dead", 211734); DictSNOQuestRange.Add("Belial_Fight", 159606); DictSNOQuestRange.Add("Belial_Fight_ExitPortal", 213751); DictSNOQuestRange.Add("Belial_PostFight", 229772); DictSNOQuestRange.Add("Belial_Tyrael_AfterBelial", 229791); DictSNOQuestRange.Add("BetrayalConversation", 226266); DictSNOQuestRange.Add("BlackaSmithCellar_OnSpawnCheck", 205729); DictSNOQuestRange.Add("BlacksmithCellar_Marker", 176940); DictSNOQuestRange.Add("BlacksmithForgeMapMarker", 86244); DictSNOQuestRange.Add("BlacksmithInTown", 75875); DictSNOQuestRange.Add("BlacksmithQuestIntro", 102460); DictSNOQuestRange.Add("Blacksmith_1000Pounder", 116714); DictSNOQuestRange.Add("Blacksmith_ApprenticeFound", 222026); DictSNOQuestRange.Add("Blacksmith_Azmodan", 202812); DictSNOQuestRange.Add("Blacksmith_Bridge_Savepoint", 195912); DictSNOQuestRange.Add("Blacksmith_ByHouse", 80977); DictSNOQuestRange.Add("Blacksmith_Cellar", 142832); DictSNOQuestRange.Add("Blacksmith_CellarPortal", 194139); DictSNOQuestRange.Add("Blacksmith_CellarPortal_EventOver", 205934); DictSNOQuestRange.Add("Blacksmith_Cellar_Door", 226545); DictSNOQuestRange.Add("Blacksmith_Cellar_PortalExit", 193069); DictSNOQuestRange.Add("Blacksmith_Event", 142389); DictSNOQuestRange.Add("Blacksmith_ForgeCrown", 132701); DictSNOQuestRange.Add("Blacksmith_Gone", 223676); DictSNOQuestRange.Add("Blacksmith_Hope", 185923); DictSNOQuestRange.Add("Blacksmith_InCrypt", 143093); DictSNOQuestRange.Add("Blacksmith_Lore", 158683); DictSNOQuestRange.Add("Blacksmith_Music", 230675); DictSNOQuestRange.Add("Blacksmith_PostBelial", 216697); DictSNOQuestRange.Add("Blacksmith_RescueCain", 221901); DictSNOQuestRange.Add("Blacksmith_SP_EoQ", 189045); DictSNOQuestRange.Add("Blacksmith_ThankYou", 132607); DictSNOQuestRange.Add("Blacksmith_Wife_Dead", 193063); DictSNOQuestRange.Add("BlackSoulstone", 218958); DictSNOQuestRange.Add("BorderlandsGateClose", 192299); DictSNOQuestRange.Add("BorderlandsGateOpen", 192304); DictSNOQuestRange.Add("BorderlandsGateOpen2", 192315); DictSNOQuestRange.Add("BossPortal_ZoltunKulle", 366422); DictSNOQuestRange.Add("BridgeNotCleared", 90575); DictSNOQuestRange.Add("BridgeNotCleared_AfterAmbush", 203044); DictSNOQuestRange.Add("BridgeNotCleared_BeforeAmbush", 203043); DictSNOQuestRange.Add("BridgeToFesteringWoodsUp", 175784); DictSNOQuestRange.Add("ButcherExitMarker", 178477); DictSNOQuestRange.Add("Butcher_Fight", 158929); DictSNOQuestRange.Add("CainDoor_BeforeLeahHulkOut", 178622); DictSNOQuestRange.Add("CainDoor_LeahHulkOut", 180322); DictSNOQuestRange.Add("CainExit_BackGateLocked", 220248); DictSNOQuestRange.Add("CainExit_BackGateOpen", 220249); DictSNOQuestRange.Add("CainExit_KhazraBarricadeDisabled", 201972); DictSNOQuestRange.Add("CainExit_KhazraBarricadeEnabled", 201971); DictSNOQuestRange.Add("CainExit_Savepoint_HighlandsEntrance", 200902); DictSNOQuestRange.Add("CainExit_Savepoint_HighlandsGate", 200908); DictSNOQuestRange.Add("CainExit_Savepoint_LeoricManorEntrance", 200914); DictSNOQuestRange.Add("CainExit_Savepoint_LeoricManorExit", 200921); DictSNOQuestRange.Add("CainExit_Savepoint_SearchHighlands2", 200915); DictSNOQuestRange.Add("CainExit_Savepoint_Wagon", 200905); DictSNOQuestRange.Add("CainFirstSwordMarker", 177390); DictSNOQuestRange.Add("CainFriend_Interstitial", 194583); DictSNOQuestRange.Add("CainHousePortalEnabled", 211032); DictSNOQuestRange.Add("CainIntroPortal", 96383); DictSNOQuestRange.Add("CainIntroPortal_Standard", 168980); DictSNOQuestRange.Add("CainIntro_BossPortal", 168929); DictSNOQuestRange.Add("CainIntro_Cain", 176556); DictSNOQuestRange.Add("CainIntro_Cain_Cinematic", 218598); DictSNOQuestRange.Add("CainIntro_Cain_Mausoleum", 177406); DictSNOQuestRange.Add("CainIntro_PostRescue", 192799); DictSNOQuestRange.Add("CainIntro_Pristine", 152014); DictSNOQuestRange.Add("CainIntro_Ruined", 152039); DictSNOQuestRange.Add("CainIntro_SecretBookshelf", 221904); DictSNOQuestRange.Add("CainRescued_Interstitial", 194484); DictSNOQuestRange.Add("CainRescue_WaypointMinimap", 137913); DictSNOQuestRange.Add("CainsHouseMarker", 177516); DictSNOQuestRange.Add("CainsHouse_FlushPlayers", 215989); DictSNOQuestRange.Add("CainSkeletonKingMarker", 178312); DictSNOQuestRange.Add("CainStrangerIntroMarker", 177386); DictSNOQuestRange.Add("Cain_AboutHoradrim2", 205006); DictSNOQuestRange.Add("Cain_AboutLeah2", 184224); DictSNOQuestRange.Add("Cain_AboutSkeletonKing", 154586); DictSNOQuestRange.Add("Cain_AboutWorldstone", 154430); DictSNOQuestRange.Add("Cain_CrownIntro", 114814); DictSNOQuestRange.Add("Cain_CultGossip", 194632); DictSNOQuestRange.Add("Cain_House_TownAttack", 129862); DictSNOQuestRange.Add("Cain_HulkOutThruDeath", 145248); DictSNOQuestRange.Add("Cain_In_Tristram", 74037); DictSNOQuestRange.Add("Cain_Journal", 123629); DictSNOQuestRange.Add("Cain_Journal2", 167804); DictSNOQuestRange.Add("Cain_MeteorPieceIntro", 119322); DictSNOQuestRange.Add("Cain_SkeletonKingIntro", 111169); DictSNOQuestRange.Add("CaldeumBridgeBlocker", 185589); DictSNOQuestRange.Add("CaldeumEmperorIntro", 216041); DictSNOQuestRange.Add("CaldeumEntrance", 122062); DictSNOQuestRange.Add("CaldeumEvacuationDestructionConductor", 214307); DictSNOQuestRange.Add("CaldeumExit", 122341); DictSNOQuestRange.Add("CaldeumGateGuard", 82291); DictSNOQuestRange.Add("CaldeumGate_Early", 198411); DictSNOQuestRange.Add("CaldeumGuards_ClearDoor", 212473); DictSNOQuestRange.Add("CaldeumPortal", 184476); DictSNOQuestRange.Add("CaldeumRichLadyEvacuation", 144764); DictSNOQuestRange.Add("CaldeumStormCity", 148538); DictSNOQuestRange.Add("CaldeumUprising", 178017); DictSNOQuestRange.Add("CaldeumUprising_LastChamps", 222168); DictSNOQuestRange.Add("Caldeum_Adria_Belial", 161097); DictSNOQuestRange.Add("Caldeum_Adria_Evac_FirstWave", 155906); DictSNOQuestRange.Add("Caldeum_Before_Evacuation", 155187); DictSNOQuestRange.Add("Caldeum_Celebration", 217113); DictSNOQuestRange.Add("Caldeum_DamiusConversation", 142331); DictSNOQuestRange.Add("Caldeum_DamiusConversation_Guard", 212301); DictSNOQuestRange.Add("Caldeum_Escape", 230790); DictSNOQuestRange.Add("Caldeum_Evacuation_Cart", 209630); DictSNOQuestRange.Add("Caldeum_Evacuation_Refugee", 213694); DictSNOQuestRange.Add("Caldeum_Evacuation_Refugee_Intro", 213707); DictSNOQuestRange.Add("Caldeum_Evacuation_Running", 188322); DictSNOQuestRange.Add("Caldeum_Evacuation_SecondWave", 155294); DictSNOQuestRange.Add("Caldeum_Evacuation_Vendors", 215538); DictSNOQuestRange.Add("Caldeum_FollowLeah", 219630); DictSNOQuestRange.Add("Caldeum_HeroWorship", 142404); DictSNOQuestRange.Add("Caldeum_IronWolvesConversation", 142584); DictSNOQuestRange.Add("Caldeum_Poet1", 192201); DictSNOQuestRange.Add("Caldeum_Poet2", 142560); DictSNOQuestRange.Add("Caldeum_Poet3", 142561); DictSNOQuestRange.Add("Caldeum_PoetLadyFirstForm", 142562); DictSNOQuestRange.Add("Caldeum_Post_Evacuation", 149983); DictSNOQuestRange.Add("Caldeum_Post_EvacuationInCity", 179302); DictSNOQuestRange.Add("Caldeum_Protesters", 142891); DictSNOQuestRange.Add("Caldeum_RichThief2", 142954); DictSNOQuestRange.Add("Caldeum_Sewers_Evacuation", 161263); DictSNOQuestRange.Add("Caldeum_Sewers_Evacuation_MeetLeahAdria", 213709); DictSNOQuestRange.Add("Caldeum_Siege", 221564); DictSNOQuestRange.Add("Caldeum_SurvivalConversation", 142903); DictSNOQuestRange.Add("Caldeum_TalkToEmperor", 159572); DictSNOQuestRange.Add("Caldeum_UnderTheBoot", 143033); DictSNOQuestRange.Add("Caldeum_Until_Evacuation", 149979); DictSNOQuestRange.Add("Caldeum_WealthyThief", 142905); DictSNOQuestRange.Add("Caldeum_ZKHeadActive", 212219); DictSNOQuestRange.Add("Cald_Sewer_Minimap", 151576); DictSNOQuestRange.Add("CanyonBridge", 90884); DictSNOQuestRange.Add("CanyonBridge_Cultists", 147619); DictSNOQuestRange.Add("CanyonBridge_Enchantress", 145738); DictSNOQuestRange.Add("CanyonBridge_Enchantress_Finished", 221701); DictSNOQuestRange.Add("CanyonRimBridgeMinimap", 96136); DictSNOQuestRange.Add("CaptainHaileinHub", 178221); DictSNOQuestRange.Add("CathedralGardenMausoleumMarker", 177306); DictSNOQuestRange.Add("CathedralGardenWaypointMarker", 177303); DictSNOQuestRange.Add("CellarWaypointMarker", 178348); DictSNOQuestRange.Add("CemetaryGate_Closed_Until_Rescue_Cain", 96344); DictSNOQuestRange.Add("CemetaryGate_Open_After_Rescue_Cain", 135021); DictSNOQuestRange.Add("ChancellorsAltar", 177304); DictSNOQuestRange.Add("ChannelingSoulstone", 214273); DictSNOQuestRange.Add("ChapelCellarMarker", 177498); DictSNOQuestRange.Add("Chapel_Door_Collision", 214471); DictSNOQuestRange.Add("CorpseLady_PostPostCainDeath", 138406); DictSNOQuestRange.Add("CorruptedArch_Interstitial", 194587); DictSNOQuestRange.Add("Corrupted_Arch_Full", 178204); DictSNOQuestRange.Add("CraterEntrance_Marker", 190144); DictSNOQuestRange.Add("CraterPortalMarker", 177301); DictSNOQuestRange.Add("Crater_Interstitial", 194584); DictSNOQuestRange.Add("DahlgurAqueductGate", 166579); DictSNOQuestRange.Add("Dalen_RaiseCatapults", 196175); DictSNOQuestRange.Add("DavydGateConversations", 177616); DictSNOQuestRange.Add("DavydIllusion", 204991); DictSNOQuestRange.Add("DavydResume", 210363); DictSNOQuestRange.Add("DavydResumeDelete", 214753); DictSNOQuestRange.Add("Despair_Fight", 161254); DictSNOQuestRange.Add("Despair_Fight_Assets", 223580); DictSNOQuestRange.Add("Despair_Fight_Conductor", 226368); DictSNOQuestRange.Add("Despair_Fight_Conductor_PostFight", 226369); DictSNOQuestRange.Add("Diablo_Fight", 161281); DictSNOQuestRange.Add("Diablo_FightEntrance_Cinematic", 213483); DictSNOQuestRange.Add("Diablo_FightEntrance_DoorOpen", 215190); DictSNOQuestRange.Add("Diablo_FightEntrance_ImperiusEvent_Conductor", 218712); DictSNOQuestRange.Add("Diablo_FightEntrance_PostCinematic", 213484); DictSNOQuestRange.Add("Diablo_Fight_EndGame", 215253); DictSNOQuestRange.Add("Diablo_PostFight", 213339); DictSNOQuestRange.Add("DrownedTemple_AlaricInTemple", 140583); DictSNOQuestRange.Add("DrownedTemple_CultAttack_Outside", 139807); DictSNOQuestRange.Add("DrownedTemple_EventActive", 149530); DictSNOQuestRange.Add("DrownedTemple_Open", 149511); DictSNOQuestRange.Add("DrownedTemple_SwordPiece_AFTER", 206630); DictSNOQuestRange.Add("DrownedTemple_TabletsDestroyed", 197293); DictSNOQuestRange.Add("DrownedTemple_TestNotPassed", 189036); DictSNOQuestRange.Add("EnchantressBridge", 184749); DictSNOQuestRange.Add("EnchantressBridgeIntro", 218871); DictSNOQuestRange.Add("EnchantressCaravan", 86436); DictSNOQuestRange.Add("EnchantressConductor", 181149); DictSNOQuestRange.Add("EnchantressFollow", 147618); DictSNOQuestRange.Add("EnchantressFollowFromRoad", 182476); DictSNOQuestRange.Add("EnchantressIntro_AfterFirstIllusion", 203098); DictSNOQuestRange.Add("EnchantressIntro_AtWall", 203300); DictSNOQuestRange.Add("EnchantressIntro_Jarulf", 175183); DictSNOQuestRange.Add("EnchantressIntro_Jarulf_Mobs", 203114); DictSNOQuestRange.Add("EnchantressIntro_PostJarulf", 203089); DictSNOQuestRange.Add("EnchantressIntro_PreRockslide", 182438); DictSNOQuestRange.Add("EnchantressIntro_Scry", 169968); DictSNOQuestRange.Add("Enchantress_AfterAmbush", 203037); DictSNOQuestRange.Add("Enchantress_wall_illusion", 184764); DictSNOQuestRange.Add("End_at_End_of_Act2", 192956); DictSNOQuestRange.Add("Evacuation", 120799); DictSNOQuestRange.Add("EvacuationActive", 140165); DictSNOQuestRange.Add("EvacuationGoSewersAndBeyond", 212272); DictSNOQuestRange.Add("EvacuationGoSewers_Pre", 209688); DictSNOQuestRange.Add("EvacuationGoSewers_Pre_LeahAdria", 217708); DictSNOQuestRange.Add("EvacuationRunToSewer_CheckQuestRegister", 216131); DictSNOQuestRange.Add("Evacuation_Conductor", 215729); DictSNOQuestRange.Add("Evacuation_Spawners", 226385); DictSNOQuestRange.Add("Evacuees", 214941); DictSNOQuestRange.Add("Evacuees_PostBelial", 214945); DictSNOQuestRange.Add("Evacuees_PostEvac", 214944); DictSNOQuestRange.Add("Event_SwordBlade", 144613); DictSNOQuestRange.Add("Event_SwordHilt", 144628); DictSNOQuestRange.Add("Event_SwordShard", 144594); DictSNOQuestRange.Add("Family_Gossip", 221185); DictSNOQuestRange.Add("Ferry to Wortham", 77863); DictSNOQuestRange.Add("Ferryman_BeforeWortham", 156250); DictSNOQuestRange.Add("Ferryman_Marker", 196440); DictSNOQuestRange.Add("FesteringWoodsMarker", 110548); DictSNOQuestRange.Add("FieldsOfMisery_Minimap", 140251); DictSNOQuestRange.Add("Fields_Waypoint", 223728); DictSNOQuestRange.Add("FinalPoetStep", 163965); DictSNOQuestRange.Add("FloodedCauseway-KulleTheUndying_Minimap", 161464); DictSNOQuestRange.Add("FloodedCausewayMinimap", 116092); DictSNOQuestRange.Add("Fol_Aqueducts", 197955); DictSNOQuestRange.Add("Fol_BeforeGluttony", 227775); DictSNOQuestRange.Add("Fol_EarlyAct3", 227774); DictSNOQuestRange.Add("fol_en_camp_solo_01", 226670); DictSNOQuestRange.Add("Fol_EN_ShadowRealm", 215455); DictSNOQuestRange.Add("Fol_EN_Tyrael", 226686); DictSNOQuestRange.Add("Fol_EN_Waterfall", 218330); DictSNOQuestRange.Add("Fol_GardensofHope2", 216490); DictSNOQuestRange.Add("Fol_InactiveMachine", 226668); DictSNOQuestRange.Add("Fol_Khasim", 214693); DictSNOQuestRange.Add("Fol_Lever", 230632); DictSNOQuestRange.Add("Fol_Machine", 219822); DictSNOQuestRange.Add("Fol_Oasis", 197278); DictSNOQuestRange.Add("Fol_Player_EN_Wrld_005", 230806); DictSNOQuestRange.Add("Fol_Player_EN_Wrld_06", 230027); DictSNOQuestRange.Add("Fol_Player_SC_Wrld_30", 230030); DictSNOQuestRange.Add("Fol_PreButcher", 214833); DictSNOQuestRange.Add("Fol_SC_Backstory2", 221245); DictSNOQuestRange.Add("Fol_SC_Backstory3", 221246); DictSNOQuestRange.Add("Fol_SC_Backstory3b", 221247); DictSNOQuestRange.Add("Fol_SC_Backstory3c", 221249); DictSNOQuestRange.Add("Fol_SilverSpire", 238690); DictSNOQuestRange.Add("Fol_Templar_Tyrael", 249433); DictSNOQuestRange.Add("Fol_Terminus", 198096); DictSNOQuestRange.Add("Fol_Trebuchet", 227336); DictSNOQuestRange.Add("FreeMysticMarker", 178005); DictSNOQuestRange.Add("FromEndOfScoundrelEvent", 178957); DictSNOQuestRange.Add("GateAttack_Guards", 179819); DictSNOQuestRange.Add("GateGuards", 83291); DictSNOQuestRange.Add("GateOutsideTristram_EventActive", 100764); DictSNOQuestRange.Add("GateOutsideTristram_Open", 79463); DictSNOQuestRange.Add("GateToFields", 180482); DictSNOQuestRange.Add("GateToFieldsLocked", 216575); DictSNOQuestRange.Add("GateToFields_NOT", 205964); DictSNOQuestRange.Add("getAzmodanSoulstone", 230062); DictSNOQuestRange.Add("GluttonyCompleteandBallistas", 177407); DictSNOQuestRange.Add("GluttonyDeadOnly", 224238); DictSNOQuestRange.Add("Gluttony_Fight", 161255); DictSNOQuestRange.Add("GoatmanChokepoint_BeforeStaff", 218661); DictSNOQuestRange.Add("GoatmanStaff", 202813); DictSNOQuestRange.Add("GoToSpiderCaves", 138172); DictSNOQuestRange.Add("Guard_AboutLeahCain", 167976); DictSNOQuestRange.Add("g_Portal_Circle_Blue_Evacuation", 217710); DictSNOQuestRange.Add("HakanAqueduct", 218331); DictSNOQuestRange.Add("HakanArchives", 187238); DictSNOQuestRange.Add("HakanSewer", 180078); DictSNOQuestRange.Add("Heavenly_Seals_Full", 178203); DictSNOQuestRange.Add("HeavensFallAndHope", 166734); DictSNOQuestRange.Add("Heaven_1000MonsterFightEnd", 194656); DictSNOQuestRange.Add("Heaven_1000Monsters_Blocker", 180905); DictSNOQuestRange.Add("Heaven_CrystalColonnade_Exit", 229357); DictSNOQuestRange.Add("Heaven_Despair_Postfight", 218213); DictSNOQuestRange.Add("Heaven_Despair_Rescue", 218211); DictSNOQuestRange.Add("Heaven_Despair_Resume", 218212); DictSNOQuestRange.Add("Heaven_Entrance", 213817); DictSNOQuestRange.Add("Heaven_EscapeHellPortal1", 226788); DictSNOQuestRange.Add("Heaven_EscapeHellPortal2", 226789); DictSNOQuestRange.Add("Heaven_Fate_HopeIntro", 131907); DictSNOQuestRange.Add("Heaven_GardensOfHope", 112700); DictSNOQuestRange.Add("Heaven_GardensOfHope_CorruptionCheck", 197176); DictSNOQuestRange.Add("Heaven_GardensOfHope_HellPortal_1", 217319); DictSNOQuestRange.Add("Heaven_GardensOfHope_HellPortal_2", 217320); DictSNOQuestRange.Add("Heaven_GardensOfHope_HellRifts_Hope", 228862); DictSNOQuestRange.Add("Heaven_GardensOfHope_ToGardens2", 208750); DictSNOQuestRange.Add("Heaven_GardensOfHope_ToSpire", 208751); DictSNOQuestRange.Add("Heaven_Gardens_CrystalColonnade", 228103); DictSNOQuestRange.Add("Heaven_Library_Despair", 115249); DictSNOQuestRange.Add("Heaven_RestorationOfHope_Garden_Floor1", 198111); DictSNOQuestRange.Add("Heaven_RestorationOfHope_Tyrael", 226685); DictSNOQuestRange.Add("Heaven_RestorationOfHope_Tyrael_Follow", 231294); DictSNOQuestRange.Add("Heaven_Spire", 122550); DictSNOQuestRange.Add("Heaven_TyraelHeavenEntrance", 142122); DictSNOQuestRange.Add("Heaven_TyraelStartConversation", 142121); DictSNOQuestRange.Add("Heaven_Tyrael_GardensSkirmish", 206222); DictSNOQuestRange.Add("Heaven_Tyrael_Warp", 229272); DictSNOQuestRange.Add("Hermit_InsideCaves", 251635); DictSNOQuestRange.Add("Hermit_OutsideCaves", 143903); DictSNOQuestRange.Add("HighlandsPassageExitMarker", 178180); DictSNOQuestRange.Add("HopeRestored_Interstitial", 185260); DictSNOQuestRange.Add("HulkOut_Tristram", 129775); DictSNOQuestRange.Add("Imperius_DiamondGates", 219573); DictSNOQuestRange.Add("Imperius_SpireBase", 220544); DictSNOQuestRange.Add("IntroZombieAttackBarricade", 81236); DictSNOQuestRange.Add("IntroZombieAttackZombies", 76552); DictSNOQuestRange.Add("JailExitMarker", 178202); DictSNOQuestRange.Add("Jail_PrisonerBodies", 219266); DictSNOQuestRange.Add("Jail_Queen_Start", 109833); DictSNOQuestRange.Add("JewelerConductorActive", 179299); DictSNOQuestRange.Add("JewelerNOTOutOfBarrel", 205253); DictSNOQuestRange.Add("JewelerOutOfBarrel", 205251); DictSNOQuestRange.Add("Jeweler_BeforeLeaving", 216781); DictSNOQuestRange.Add("Jeweler_Caldeum", 204366); DictSNOQuestRange.Add("Jeweler_CanyonBridge", 204365); DictSNOQuestRange.Add("Jeweler_CorruptedArch", 204471); DictSNOQuestRange.Add("Jeweler_DestroyBallistas", 204417); DictSNOQuestRange.Add("Jeweler_Evacuation", 204396); DictSNOQuestRange.Add("Jeweler_Gone", 229880); DictSNOQuestRange.Add("Jeweler_Heaven_HeavenlySeals", 204452); DictSNOQuestRange.Add("Jeweler_Heaven_HeavensFall", 204451); DictSNOQuestRange.Add("Jeweler_KillAzmodan", 204446); DictSNOQuestRange.Add("Jeweler_KillTheBeast", 204416); DictSNOQuestRange.Add("Jeweler_RescueCain", 204289); DictSNOQuestRange.Add("Jeweler_SkeletonKing", 204290); DictSNOQuestRange.Add("Jeweler_ZoltunKulleHead", 204367); DictSNOQuestRange.Add("KamyrSummoned", 115553); DictSNOQuestRange.Add("Keep_Spy_PortalBlock", 111775); DictSNOQuestRange.Add("KhamsinCellar", 144491); DictSNOQuestRange.Add("KhamsinConductor", 203652); DictSNOQuestRange.Add("KhamsinIllusionNotBroken", 81059); DictSNOQuestRange.Add("KhamsinMinimap", 83033); DictSNOQuestRange.Add("KhamsinReturn", 82495); DictSNOQuestRange.Add("KhamsinSaved", 203638); DictSNOQuestRange.Add("KhamsinToCaldeum", 139832); DictSNOQuestRange.Add("Khamsin_Aftermath", 218707); DictSNOQuestRange.Add("KhasimCellarCage", 220217); DictSNOQuestRange.Add("KhasimGateCallout", 144502); DictSNOQuestRange.Add("KhasimNPC_WalkToLoc", 216164); DictSNOQuestRange.Add("KhazraBarricade", 168645); DictSNOQuestRange.Add("KhazraDen_SwordPieceEvent", 176605); DictSNOQuestRange.Add("KhazraDen_SwordPieceEventEnd", 193349); DictSNOQuestRange.Add("KhazraDen_SwordPieceEvent_CultistsDead", 206240); DictSNOQuestRange.Add("KillAzmodan", 177842); DictSNOQuestRange.Add("KillAzmodan_FindMistress", 201714); DictSNOQuestRange.Add("KillGluttony_Guard", 138223); DictSNOQuestRange.Add("KillTheBeast", 174991); DictSNOQuestRange.Add("KingsCrownAltar", 149792); DictSNOQuestRange.Add("KingsCrownAltar_KillChance", 213344); DictSNOQuestRange.Add("KingsCrownAltar_ObtainCrown", 199639); DictSNOQuestRange.Add("KorzakHired", 80825); DictSNOQuestRange.Add("KulleIntroToEnd", 146597); DictSNOQuestRange.Add("KulleParts", 144471); DictSNOQuestRange.Add("KullePresent", 169748); DictSNOQuestRange.Add("KulleSkull", 83159); DictSNOQuestRange.Add("KulleSkull_Conv", 216328); DictSNOQuestRange.Add("LeahAboutArchives", 239024); DictSNOQuestRange.Add("LeahAct2MidGossips", 235916); DictSNOQuestRange.Add("LeahAdriasDeath", 221236); DictSNOQuestRange.Add("LeahCainReturnsDialogue", 114813); DictSNOQuestRange.Add("LeahCainReturnsMarker", 177378); DictSNOQuestRange.Add("LeahEvacuation_EndofAct2", 192955); DictSNOQuestRange.Add("LeahEvacuation_FirstWave", 155907); DictSNOQuestRange.Add("LeahInCainsRoom_Callout", 218989); DictSNOQuestRange.Add("LeahInn_Conductor", 176020); DictSNOQuestRange.Add("LeahInRefugeeCamp_BeforeBoneWastes", 187943); DictSNOQuestRange.Add("LeahInRefugeeCamp_BeforeKulleRitual", 165996); DictSNOQuestRange.Add("LeahInRefugeeCamp_Intro", 166126); DictSNOQuestRange.Add("LeahJournal_Five", 91035); DictSNOQuestRange.Add("LeahJournal_Four", 91034); DictSNOQuestRange.Add("LeahJournal_One", 91026); DictSNOQuestRange.Add("LeahJournal_Seven", 91135); DictSNOQuestRange.Add("LeahJournal_Six", 91036); DictSNOQuestRange.Add("LeahJournal_Three", 91031); DictSNOQuestRange.Add("LeahJournal_Two", 91030); DictSNOQuestRange.Add("LeahSewer", 102401); DictSNOQuestRange.Add("LeahSewer_Followers", 191523); DictSNOQuestRange.Add("Leah_AboutAncients", 204504); DictSNOQuestRange.Add("Leah_AboutPowers", 132762); DictSNOQuestRange.Add("Leah_Act3Gossip", 187490); DictSNOQuestRange.Add("Leah_AdriasCellar", 167516); DictSNOQuestRange.Add("Leah_AdriasCellarConversation", 167155); DictSNOQuestRange.Add("Leah_AfterKilling", 151711); DictSNOQuestRange.Add("Leah_After_Town_Attack", 74374); DictSNOQuestRange.Add("Leah_and_Entourage_After_Intro", 75244); DictSNOQuestRange.Add("Leah_BeforeAdrias", 167513); DictSNOQuestRange.Add("Leah_Cain_HulkOut", 192784); DictSNOQuestRange.Add("Leah_DrownedTempleCallout", 221686); DictSNOQuestRange.Add("Leah_FollowToAdrias", 173302); DictSNOQuestRange.Add("Leah_InCellar_Follower", 202485); DictSNOQuestRange.Add("Leah_Inn", 151743); DictSNOQuestRange.Add("Leah_In_Tristram_Before_Hulk_Out", 74282); DictSNOQuestRange.Add("Leah_MeteorSecondAndThirdPiece", 135722); DictSNOQuestRange.Add("Leah_NearTempleCallout", 136658); DictSNOQuestRange.Add("Leah_Post", 120392); DictSNOQuestRange.Add("Leah_SecondSwordPieceFollow", 137795); DictSNOQuestRange.Add("Leah_TalkMenuConversations_01", 94744); DictSNOQuestRange.Add("LeoricDungeonEntranceMarker", 178056); DictSNOQuestRange.Add("LeoricManor", 120354); DictSNOQuestRange.Add("LeoricManorDoor", 196119); DictSNOQuestRange.Add("LeoricManorEntrance_Marker", 177032); DictSNOQuestRange.Add("Lore_AzmodansOrders1", 213436); DictSNOQuestRange.Add("Lore_AzmodansOrders2", 213437); DictSNOQuestRange.Add("Lore_AzmodansOrders3", 213438); DictSNOQuestRange.Add("Lore_AzmodansOrders4", 213439); DictSNOQuestRange.Add("Lore_AzmodansOrders5", 213440); DictSNOQuestRange.Add("Lore_AzmodansOrders6", 213441); DictSNOQuestRange.Add("Lore_CaldeumHistory1", 190034); DictSNOQuestRange.Add("Lore_CaldeumHistory2", 190020); DictSNOQuestRange.Add("Lore_CaldeumHistory2_chest", 190040); DictSNOQuestRange.Add("Lore_CaldeumHistory3", 190021); DictSNOQuestRange.Add("Lore_CaldeumHistory3_chest", 190041); DictSNOQuestRange.Add("Lore_CaldeumHistory4", 190022); DictSNOQuestRange.Add("Lore_CaldeumHistory4_chest", 190042); DictSNOQuestRange.Add("Lore_CaldeumHistory5", 190023); DictSNOQuestRange.Add("Lore_CaldeumHistory5_chest", 190043); DictSNOQuestRange.Add("Lore_CaldeumHistory6", 190027); DictSNOQuestRange.Add("Lore_LeahJournal1", 192163); DictSNOQuestRange.Add("Lore_LeahJournal2", 192166); DictSNOQuestRange.Add("Lore_LeahJournal3", 192165); DictSNOQuestRange.Add("Lore_LeahJournal4", 192168); DictSNOQuestRange.Add("Lore_LeahJournal5", 192170); DictSNOQuestRange.Add("Lore_ScoundrelJournal", 224875); DictSNOQuestRange.Add("LustTaunts", 220429); DictSNOQuestRange.Add("MaghdaKilled_Interstitial", 194586); DictSNOQuestRange.Add("Maghda_Fight", 195228); DictSNOQuestRange.Add("Maghda_Fight_Maghda", 211620); DictSNOQuestRange.Add("Maghda_Fight_PortalExit", 195255); DictSNOQuestRange.Add("Maghda_Fight_Prelude", 203673); DictSNOQuestRange.Add("Maghda_Fight_UI", 382689); DictSNOQuestRange.Add("Maghda_Manor_Event", 136511); DictSNOQuestRange.Add("Maghda_Manor_Event_Illusion", 237087); DictSNOQuestRange.Add("ManorDoorOpen", 225945); DictSNOQuestRange.Add("MapMarker_Blacksmith", 83143); DictSNOQuestRange.Add("MapMarker_Cathedral", 82658); DictSNOQuestRange.Add("MapMarker_Cemetery", 83111); DictSNOQuestRange.Add("MapMarker_TristramWestGate", 82672); DictSNOQuestRange.Add("MeteorPiece_SearchKhazraDen", 131197); DictSNOQuestRange.Add("MeteorRoom _Interstitial", 194581); DictSNOQuestRange.Add("MeteorRoomWaypointMarker", 177384); DictSNOQuestRange.Add("Meteor_FirstPiece", 118272); DictSNOQuestRange.Add("Meteor_FirstPiece_AFTER", 206612); DictSNOQuestRange.Add("Meteor_SecondPiece", 145035); DictSNOQuestRange.Add("Meteor_SecondPieceEnd", 145036); DictSNOQuestRange.Add("MinimapAdriaArchivesDone", 179071); DictSNOQuestRange.Add("MinimapAqueductsBlood", 178883); DictSNOQuestRange.Add("MinimapAshearaIntro", 178690); DictSNOQuestRange.Add("MinimapCaldeumBazaar", 178360); DictSNOQuestRange.Add("MinimapCaldeumBazaarEvacuation", 179075); DictSNOQuestRange.Add("MinimapCaldeumBelialFight", 179084); DictSNOQuestRange.Add("MinimapCaravanEnd", 216460); DictSNOQuestRange.Add("MinimapCellarIllusions", 178421); DictSNOQuestRange.Add("MinimapEvacuationUp", 179079); DictSNOQuestRange.Add("MinimapJarulf", 178691); DictSNOQuestRange.Add("MinimapKhasimCellars", 178697); DictSNOQuestRange.Add("MinimapLeahAfterRescueAdria", 178739); DictSNOQuestRange.Add("MinimapLeahIntro", 178677); DictSNOQuestRange.Add("MinimapMarker_PingToAsheara", 218204); DictSNOQuestRange.Add("MinimapPalaceToCity", 178720); DictSNOQuestRange.Add("MinimapRescueAdria", 178729); DictSNOQuestRange.Add("MinimapSecretAqueducts", 178888); DictSNOQuestRange.Add("MinimapShadowRealmLobby", 179056); DictSNOQuestRange.Add("MinimapShadowRealmPortal", 179057); DictSNOQuestRange.Add("MinimapSummoningMachine", 178721); DictSNOQuestRange.Add("MinimapToOasisSewers", 178784); DictSNOQuestRange.Add("MinimapTyraelEnd", 179088); DictSNOQuestRange.Add("MinimapZKArchives", 178912); DictSNOQuestRange.Add("MinimapZKBlood", 178893); DictSNOQuestRange.Add("MinimapZKBlood1Entrance", 178889); DictSNOQuestRange.Add("MinimapZKBloodStart", 216272); DictSNOQuestRange.Add("MinimapZKBody", 179059); DictSNOQuestRange.Add("MinimapZKBody_ExitShadowRealm", 217426); DictSNOQuestRange.Add("MinimapZKHeadDungeon", 178857); DictSNOQuestRange.Add("MinimapZKHeadEmperor", 210524); DictSNOQuestRange.Add("MinimapZKHeadFound", 178863); DictSNOQuestRange.Add("MinimapZKHeadSewerToOasis", 210523); DictSNOQuestRange.Add("MinimapZKHeadToBazaar", 178764); DictSNOQuestRange.Add("MinimapZKMachines", 215393); DictSNOQuestRange.Add("MinimapZKReform", 179067); DictSNOQuestRange.Add("MinimapZKReform_PrepareOnly", 218230); DictSNOQuestRange.Add("MinimapZKTerminus", 178920); DictSNOQuestRange.Add("Minimap_Leorics_FindLevel02", 230934); DictSNOQuestRange.Add("Minimap_ThroughKhasimGate", 219676); DictSNOQuestRange.Add("Minimap_UpperBattlementsIntro", 204084); DictSNOQuestRange.Add("MistressofPain_Fight", 161256); DictSNOQuestRange.Add("MistressofPain_Fight_BossEncounter", 227242); DictSNOQuestRange.Add("MistressofPain_Fight_DestroyHeart2", 227245); DictSNOQuestRange.Add("MysticDelete", 137663); DictSNOQuestRange.Add("MysticDialog_InTristram02", 135385); DictSNOQuestRange.Add("MysticExit", 106041); DictSNOQuestRange.Add("MysticHighlandsMarker", 178018); DictSNOQuestRange.Add("MysticInCave", 175316); DictSNOQuestRange.Add("MysticInWeb", 148587); DictSNOQuestRange.Add("MysticWagonMarker", 178022); DictSNOQuestRange.Add("MysticWebDoorMarker", 177546); DictSNOQuestRange.Add("Mystic_Blacksmith", 184590); DictSNOQuestRange.Add("Mystic_Conductor", 212939); DictSNOQuestRange.Add("Mystic_DrownedTemple", 202729); DictSNOQuestRange.Add("Mystic_EnchantressConversation", 157336); DictSNOQuestRange.Add("Mystic_HeavensFall", 185800); DictSNOQuestRange.Add("Mystic_RestorationOfHope", 226271); DictSNOQuestRange.Add("Mystic_SkeletonKing", 202728); DictSNOQuestRange.Add("Mystic_ZK", 157337); DictSNOQuestRange.Add("NaphelemPower_ScoundrelFollowing", 81592); DictSNOQuestRange.Add("NephalemDungeon_Marker", 177006); DictSNOQuestRange.Add("Nephalem_Cave_Door_Open", 253045); DictSNOQuestRange.Add("Nephalem_Pedestal_EnableCheck", 197996); DictSNOQuestRange.Add("Nephalem_Power_LeahFollows", 80706); DictSNOQuestRange.Add("Nephalem_Power_ReturnToDrownedTemple", 138818); DictSNOQuestRange.Add("Nephalem_Power_ScoundrelComplete", 224815); DictSNOQuestRange.Add("Nephalem_Power_ScoundrelToWaypoint", 224818); DictSNOQuestRange.Add("Nephalem_Power_TalkToAlaric", 174250); DictSNOQuestRange.Add("Nephalem_Power_WoodsBridgeOpen", 80873); DictSNOQuestRange.Add("Nephalem_Power_WoodsBridgeShouldOpen", 89341); DictSNOQuestRange.Add("Nephalem_Waypoint", 223729); DictSNOQuestRange.Add("NewTristramGate", 122288); DictSNOQuestRange.Add("NewTristramWaypoint_BlackKing", 174686); DictSNOQuestRange.Add("NewTristram_NWGate_Open", 194200); DictSNOQuestRange.Add("NoLeahFollow", 164397); DictSNOQuestRange.Add("OasisSewerGate", 116372); DictSNOQuestRange.Add("OldTristramGate", 167328); DictSNOQuestRange.Add("OldTristramGateEnable", 169087); DictSNOQuestRange.Add("OldTristramGate_Open", 194198); DictSNOQuestRange.Add("OldTristramWaypoint", 171289); DictSNOQuestRange.Add("OrnateDoorToKing_ShouldIBeOopen", 203894); DictSNOQuestRange.Add("p1_Greed_Fight", 380761); DictSNOQuestRange.Add("Player_After_Start_Range", 80744); DictSNOQuestRange.Add("PortalOutofSanctum", 212712); DictSNOQuestRange.Add("Portal_ExitToJewelerLevel", 213946); DictSNOQuestRange.Add("PostAdriaRescue", 212312); DictSNOQuestRange.Add("PostBelial", 146163); DictSNOQuestRange.Add("PostCainRitual", 145547); DictSNOQuestRange.Add("PostEnchantress", 173284); DictSNOQuestRange.Add("Post_Belial_Intro", 204178); DictSNOQuestRange.Add("PreBSSPostExplode", 230849); DictSNOQuestRange.Add("PriestMarker", 177493); DictSNOQuestRange.Add("PrimeEvil_HopeFate", 220922); DictSNOQuestRange.Add("ProtectorOfTristram_GateAttack1", 190098); DictSNOQuestRange.Add("ProtectorOfTristram_GateAttack2", 190099); DictSNOQuestRange.Add("ProtectorOfTristram_GateAttack_AmbientZombies", 193432); DictSNOQuestRange.Add("ProtectorOfTristram_InnPortal", 219625); DictSNOQuestRange.Add("ProtectorOfTristram_SP_EoQ", 188873); DictSNOQuestRange.Add("ProtectorOfTristram_SP_WretchedMothers", 188928); DictSNOQuestRange.Add("ProtectorOfTristram_WretchedQueen", 194013); DictSNOQuestRange.Add("Quartermaster_HeavensFall", 187678); DictSNOQuestRange.Add("QueenMarker", 178475); DictSNOQuestRange.Add("QuestAlcarnus", 83045); DictSNOQuestRange.Add("QuestKhamsin", 82721); DictSNOQuestRange.Add("Quest_Nephalem_Key", 192863); DictSNOQuestRange.Add("RaiseTheCatapults", 174862); DictSNOQuestRange.Add("RaiseTheCatapults_OldCouple", 230787); DictSNOQuestRange.Add("RealOfShadow_Complete", 215696); DictSNOQuestRange.Add("Reform_Kulle_Conductor_Leah", 165990); DictSNOQuestRange.Add("RefugeeIntro", 145136); DictSNOQuestRange.Add("RefugeeLeahTyraelIntro", 100770); DictSNOQuestRange.Add("RefugeeLeahTyraelIntroRunSewers", 166044); DictSNOQuestRange.Add("RefugeeSewerEntrance", 98192); DictSNOQuestRange.Add("RescueAdria_Active", 212292); DictSNOQuestRange.Add("RescueCain_AdriasHut", 202910); DictSNOQuestRange.Add("RescueCain_LeahEscort", 199291); DictSNOQuestRange.Add("RescueCain_Leah_OpenOldTristGate", 194022); DictSNOQuestRange.Add("RescueCain_Leah_PreAdriahut", 194018); DictSNOQuestRange.Add("RescueCain_Savepoint_FindCain", 201261); DictSNOQuestRange.Add("RescueCain_SP_CainRescued", 188986); DictSNOQuestRange.Add("RescueCain_SP_EoQ", 188988); DictSNOQuestRange.Add("RescueTyrael_JailDoorOpen", 214514); DictSNOQuestRange.Add("RescueTyrael_QueenIntro", 201904); DictSNOQuestRange.Add("RescueTyrael_Saved", 206665); DictSNOQuestRange.Add("RescueTyrael_Savepoint_ButcherEntrance", 201007); DictSNOQuestRange.Add("RescueTyrael_Savepoint_ButcherExit", 201008); DictSNOQuestRange.Add("RescueTyrael_Savepoint_HighlandsPassageExit", 200927); DictSNOQuestRange.Add("RescueTyrael_Savepoint_JailEntrance", 200990); DictSNOQuestRange.Add("RescueTyrael_Savepoint_WardenDeath", 200988); DictSNOQuestRange.Add("ReturnToTristram_Savepoint_ActTransition", 201009); DictSNOQuestRange.Add("RumfordMarker", 177298); DictSNOQuestRange.Add("RumfordVillagers", 222439); DictSNOQuestRange.Add("Rumford_AtGate", 123454); DictSNOQuestRange.Add("Rumford_Blacksmith", 181624); DictSNOQuestRange.Add("Rumford_Corpse", 146811); DictSNOQuestRange.Add("Rumford_Fields", 223726); DictSNOQuestRange.Add("Rumford_InTown", 123453); DictSNOQuestRange.Add("Rumford_ProtectorEnd", 186674); DictSNOQuestRange.Add("Rumford_SetConversationList", 205562); DictSNOQuestRange.Add("Rumford_TownBeseiged", 121544); DictSNOQuestRange.Add("SavedKeep_Interstitial", 194588); DictSNOQuestRange.Add("SavePoint_240", 193341); DictSNOQuestRange.Add("SavePoint_250", 188781); DictSNOQuestRange.Add("SavePoint_260", 188800); DictSNOQuestRange.Add("SavePoint_270", 188802); DictSNOQuestRange.Add("SavePoint_280", 188832); DictSNOQuestRange.Add("SavePoint_310", 188853); DictSNOQuestRange.Add("SavePoint_320", 189032); DictSNOQuestRange.Add("SavePoint_330", 189071); DictSNOQuestRange.Add("SavePoint_340", 189217); DictSNOQuestRange.Add("SavePoint_350", 192776); DictSNOQuestRange.Add("SavePoint_360", 192777); DictSNOQuestRange.Add("SavePoint_370", 192780); DictSNOQuestRange.Add("SavePoint_380", 192781); DictSNOQuestRange.Add("SavePoint_390", 192787); DictSNOQuestRange.Add("ScoundrelEventStart", 175398); DictSNOQuestRange.Add("Scoundrel_AtNephDungeon", 81575); DictSNOQuestRange.Add("Scoundrel_Farm_Entrance_Gate", 193421); DictSNOQuestRange.Add("Scoundrel_Farm_Exit_Gate", 211530); DictSNOQuestRange.Add("Scoundrel_InTown", 81584); DictSNOQuestRange.Add("Scoundrel_Intro", 109797); DictSNOQuestRange.Add("Scoundrel_Intro_Daughter", 199357); DictSNOQuestRange.Add("Scoundrel_Intro_SpawnCheck", 205920); DictSNOQuestRange.Add("Scoundrel_ReadyToOpenTemple", 112915); DictSNOQuestRange.Add("SecretCampExit", 163833); DictSNOQuestRange.Add("SecretExitMarker", 177302); DictSNOQuestRange.Add("ShadowPortal", 123207); DictSNOQuestRange.Add("Siegebreaker_Assets", 228271); DictSNOQuestRange.Add("Siegebreaker_Fight", 226717); DictSNOQuestRange.Add("Siegebreaker_Portal_Exit", 227337); DictSNOQuestRange.Add("SkeletonCainDoorMarker", 177307); DictSNOQuestRange.Add("SkeletonKingDoorMarker", 177308); DictSNOQuestRange.Add("SkeletonKingMarker", 177309); DictSNOQuestRange.Add("SkeletonKingThroneMarker", 178933); DictSNOQuestRange.Add("SkeletonKing_a1trdun_Level04_minimap", 230807); DictSNOQuestRange.Add("SkeletonKing_a1trdun_Level05_minimap", 230808); DictSNOQuestRange.Add("SkeletonKing_Ambush_Event", 218999); DictSNOQuestRange.Add("SkeletonKing_Boss", 176864); DictSNOQuestRange.Add("SkeletonKing_Chandelier_Event", 218994); DictSNOQuestRange.Add("SkeletonKing_Fight", 159601); DictSNOQuestRange.Add("SkeletonKing_PostFight", 176870); DictSNOQuestRange.Add("SkeletonKing_SP_EoQ", 189056); DictSNOQuestRange.Add("SkeletonKing_SP_JondarDead", 189172); DictSNOQuestRange.Add("SkeletonKing_SP_SKDead", 189054); DictSNOQuestRange.Add("Skeleton_Cain_Conductor_PostRescue", 194201); DictSNOQuestRange.Add("SlaughteredCalfInn", 173487); DictSNOQuestRange.Add("Soulstone_Guard", 213296); DictSNOQuestRange.Add("SpiderCaveExitMarker", 178006); DictSNOQuestRange.Add("SpiderQueen", 212935); DictSNOQuestRange.Add("SpiderQueenPortalOut", 240511); DictSNOQuestRange.Add("SpiderQueen_Asset", 228844); DictSNOQuestRange.Add("SpiderQueen_Boss", 181437); DictSNOQuestRange.Add("SpiderQueen_PortalExit", 193060); DictSNOQuestRange.Add("SpiderQueen_Venom", 228845); DictSNOQuestRange.Add("SpyAndGluttony", 166729); DictSNOQuestRange.Add("SpyAndGluttony_OldCouple", 230786); DictSNOQuestRange.Add("StoneOfRecallAvailable", 201805); DictSNOQuestRange.Add("StormGates", 122302); DictSNOQuestRange.Add("StrangerFoundMarker", 177382); DictSNOQuestRange.Add("StrangerGateOperational", 180164); DictSNOQuestRange.Add("Stranger_Intro", 120359); DictSNOQuestRange.Add("Stranger_MeteorRoom", 176881); DictSNOQuestRange.Add("Stranger_Tristram", 117575); DictSNOQuestRange.Add("SwordOfJustice_Shard_InDungeon", 149562); DictSNOQuestRange.Add("SwordPieceMarker1", 177388); DictSNOQuestRange.Add("SwordPieceMarker2", 177458); DictSNOQuestRange.Add("SwordPieceMarker3", 177505); DictSNOQuestRange.Add("SwordPiece_Second_Intro", 120360); DictSNOQuestRange.Add("TemplarIntro", 105776); DictSNOQuestRange.Add("TemplarIntro_OnWayToStuff_Callout01", 224923); DictSNOQuestRange.Add("TemplarIntro_StashOpened", 219976); DictSNOQuestRange.Add("TemplarIntro_Stash_Got_it_Name", 224935); DictSNOQuestRange.Add("TemplarStashEnabled", 180553); DictSNOQuestRange.Add("Templar_FreeWarriorPing", 218292); DictSNOQuestRange.Add("Test_All_Act_1", 136507); DictSNOQuestRange.Add("TownAttack_Chapel", 149362); DictSNOQuestRange.Add("TownAttack_Chapel_Altar", 169085); DictSNOQuestRange.Add("TownAttack_Chapel_Portal", 176753); DictSNOQuestRange.Add("TownAttack_Epilogue_Sword", 119171); DictSNOQuestRange.Add("TownAttack_GateOpenable", 121822); DictSNOQuestRange.Add("TownAttack_Leah", 214699); DictSNOQuestRange.Add("TownAttack_Priest", 136458); DictSNOQuestRange.Add("TownAttack_Running", 107277); DictSNOQuestRange.Add("TownAttack_Script", 179726); DictSNOQuestRange.Add("TownAttack_Stranger", 120361); DictSNOQuestRange.Add("Town_Attack_Chapel_DamageStateCheck", 181342); DictSNOQuestRange.Add("TraverseBridgePostAttack", 175876); DictSNOQuestRange.Add("TraverseBridge_FollowerTyraelConversation", 230203); DictSNOQuestRange.Add("TristramInnPatrons", 151704); DictSNOQuestRange.Add("TristramInn_Zombies", 151892); DictSNOQuestRange.Add("TristramNPCReturn_Group1", 108679); DictSNOQuestRange.Add("TristramWestGate", 218710); DictSNOQuestRange.Add("Tristram_AlreadyEnteredGossip", 144333); DictSNOQuestRange.Add("Tristram_FrontGateGuard", 109624); DictSNOQuestRange.Add("Tristram_Gossip_0", 101018); DictSNOQuestRange.Add("Tristram_Gossip_1", 93368); DictSNOQuestRange.Add("Tristram_Gossip_2", 93369); DictSNOQuestRange.Add("Tristram_Gossip_3", 93370); DictSNOQuestRange.Add("Tristram_Gossip_4", 123754); DictSNOQuestRange.Add("Tristram_VillagerRumfordConversation", 176846); DictSNOQuestRange.Add("Tristram_WagonBlock", 91615); DictSNOQuestRange.Add("Tristram_WagonUnBlock", 116077); DictSNOQuestRange.Add("TyraelAlcarnusQuestComplete", 147365); DictSNOQuestRange.Add("TyraelHubPreSaveLeah", 204886); DictSNOQuestRange.Add("TyraelInTristram", 79035); DictSNOQuestRange.Add("TyraelJailEventMarker", 178256); DictSNOQuestRange.Add("TyraelJailExitMarker", 178217); DictSNOQuestRange.Add("TyraelPurpose", 210775); DictSNOQuestRange.Add("TyraelRitual", 148514); DictSNOQuestRange.Add("TyraelRitual_Cultists", 203317); DictSNOQuestRange.Add("TyraelRitual_PostCultists", 203330); DictSNOQuestRange.Add("TyraelRitual_Tyrael", 204910); DictSNOQuestRange.Add("TyraelStormCaldeumPrequel", 161728); DictSNOQuestRange.Add("TyraelTalkAsheara", 174554); DictSNOQuestRange.Add("TyraelTower", 204865); DictSNOQuestRange.Add("Tyrael_AtBridge", 209137); DictSNOQuestRange.Add("Tyrael_AtGates", 222902); DictSNOQuestRange.Add("Tyrael_BallistasIntro", 134430); DictSNOQuestRange.Add("Tyrael_BelialConversation", 226246); DictSNOQuestRange.Add("Tyrael_D2Conversation", 226244); DictSNOQuestRange.Add("Tyrael_GardensTalk", 220593); DictSNOQuestRange.Add("Tyrael_KulleDeathConversation", 182569); DictSNOQuestRange.Add("Tyrael_RaiseCatapultsIntro", 134302); DictSNOQuestRange.Add("Tyrael_SiegeGatesIntro", 134317); DictSNOQuestRange.Add("Uber_NoPortalRoomAllowed", 263283); DictSNOQuestRange.Add("Uber_PortalRoomAllowed", 263284); DictSNOQuestRange.Add("UntilEndOfScoundrelEvent", 178953); DictSNOQuestRange.Add("UpgradeBlacksmithFailsafe", 223545); DictSNOQuestRange.Add("UpperRampartsWaypoint_Marker", 189992); DictSNOQuestRange.Add("UprisingCaldeumEntrance", 122060); DictSNOQuestRange.Add("Waypoint_A1_AfterSpiderCave", 78916); DictSNOQuestRange.Add("Waypoint_A1_BeforeManor", 78917); DictSNOQuestRange.Add("Waypoint_A1_BeforeNephDungeon", 78914); DictSNOQuestRange.Add("Waypoint_A1_CathedralLevel3", 122001); DictSNOQuestRange.Add("Waypoint_A1_Cemetery", 78911); DictSNOQuestRange.Add("Waypoint_A1_FesteringWoods", 162700); DictSNOQuestRange.Add("Waypoint_A1_FieldsOfMisery", 121991); DictSNOQuestRange.Add("Waypoint_A1_Graveyard", 87778); DictSNOQuestRange.Add("Waypoint_A1_HallsOfAgonyLevel2", 212179); DictSNOQuestRange.Add("Waypoint_A1_HallsOfAgonyLevel3", 212180); DictSNOQuestRange.Add("Waypoint_A1_HiddenCorridor", 122000); DictSNOQuestRange.Add("Waypoint_A1_LeoricsManor", 121993); DictSNOQuestRange.Add("Waypoint_A1_OldTristram", 96463); DictSNOQuestRange.Add("Waypoint_A1_RoyalCrypts", 121997); DictSNOQuestRange.Add("Waypoint_A1_Tristram", 78918); DictSNOQuestRange.Add("Waypoint_A1_WorthamCellar", 129779); DictSNOQuestRange.Add("Waypoint_A2_Alcarnus", 81031); DictSNOQuestRange.Add("Waypoint_A2_Archives", 81047); DictSNOQuestRange.Add("Waypoint_A2_Boneyard", 82190); DictSNOQuestRange.Add("Waypoint_A2_Boneyard_PRE", 205260); DictSNOQuestRange.Add("Waypoint_A2_FloodedCauseway", 203435); DictSNOQuestRange.Add("Waypoint_A2_Khamsin", 81029); DictSNOQuestRange.Add("Waypoint_A2_PostBridge", 219003); DictSNOQuestRange.Add("Waypoint_A2_RefugeeCamp", 81032); DictSNOQuestRange.Add("Waypoint_A2_WesternOasis", 81035); DictSNOQuestRange.Add("Waypoint_A2_WesternOasis_Start", 204980); DictSNOQuestRange.Add("Waypoint_A3_ALL", 159507); DictSNOQuestRange.Add("Waypoint_A4_CrystalColonnade", 212864); DictSNOQuestRange.Add("Waypoint_A4_Gardens", 212863); DictSNOQuestRange.Add("Waypoint_A4_Gardens2", 216377); DictSNOQuestRange.Add("Waypoint_A4_Pinnacle", 212865); DictSNOQuestRange.Add("Waypoint_A4_Span", 216386); DictSNOQuestRange.Add("Waypoint_Battlefield", 113568); DictSNOQuestRange.Add("Waypoint_Bridge", 113570); DictSNOQuestRange.Add("Waypoint_Crater_Level_01", 159487); DictSNOQuestRange.Add("Waypoint_Crater_Level_02", 159530); DictSNOQuestRange.Add("Waypoint_Crater_Level_03", 159533); DictSNOQuestRange.Add("Waypoint_Crater_ST_Level04", 159506); DictSNOQuestRange.Add("Waypoint_Crater_ST_Level_01", 171469); DictSNOQuestRange.Add("Waypoint_Keep_LvL03", 94175); DictSNOQuestRange.Add("Waypoint_Keep_LvL05", 155075); DictSNOQuestRange.Add("Waypoint_Rampart_Lvl04", 134245); DictSNOQuestRange.Add("WestGateGuardCallout", 140460); DictSNOQuestRange.Add("WorthamCavesWaypointMarker", 177532); DictSNOQuestRange.Add("WretchedQueen_Marker", 176942); DictSNOQuestRange.Add("X1_Abattoir_MinimapToBog", 298330); DictSNOQuestRange.Add("x1_Act5", 304487); DictSNOQuestRange.Add("X1_Adria", 377044); DictSNOQuestRange.Add("x1_Adria_Fight", 293014); DictSNOQuestRange.Add("x1_Adria_Fight_Lorath", 357756); DictSNOQuestRange.Add("X1_Blacksmith3", 301062); DictSNOQuestRange.Add("X1_Blacksmith4", 301063); DictSNOQuestRange.Add("X1_Blacksmith5", 301065); DictSNOQuestRange.Add("X1_Blacksmith6", 342472); DictSNOQuestRange.Add("x1_Bog_AdriaEntrance", 366391); DictSNOQuestRange.Add("x1_Bog_CatacombsPortalMinimap", 348956); DictSNOQuestRange.Add("x1_Bog_LorathBlockedEntrance", 368914); DictSNOQuestRange.Add("x1_Bog_Minimap_Chokepoint", 282773); DictSNOQuestRange.Add("x1_Bog_Minimap_Ritual", 282790); DictSNOQuestRange.Add("x1_Bog_Minimap_ToBog01", 298352); DictSNOQuestRange.Add("X1_Brycen", 301079); DictSNOQuestRange.Add("X1_Catacombs_Minimap", 298396); DictSNOQuestRange.Add("X1_Fol_EN_Backstory13", 298475); DictSNOQuestRange.Add("X1_Fol_EN_Backstory14", 298476); DictSNOQuestRange.Add("X1_Fol_EN_Backstory15", 298477); DictSNOQuestRange.Add("X1_Fol_EN_Backstory16", 298478); DictSNOQuestRange.Add("X1_Fol_EN_Backstory17", 298479); DictSNOQuestRange.Add("X1_Fol_EN_Backstory18", 298481); DictSNOQuestRange.Add("X1_Fol_EN_Backstory19", 354825); DictSNOQuestRange.Add("X1_Fol_EN_BackstoryIntro", 371025); DictSNOQuestRange.Add("x1_Fol_EN_TowerofKorelan", 354141); DictSNOQuestRange.Add("X1_Fol_SC_AdriaDead", 341791); DictSNOQuestRange.Add("X1_Fol_SC_Backstory13", 303096); DictSNOQuestRange.Add("X1_Fol_SC_Backstory14", 303097); DictSNOQuestRange.Add("X1_Fol_SC_Backstory16", 303099); DictSNOQuestRange.Add("X1_Fol_SC_Backstory17", 303100); DictSNOQuestRange.Add("X1_Fol_SC_Greeting", 376723); DictSNOQuestRange.Add("X1_Fol_SC_TowerofKorelan", 338048); DictSNOQuestRange.Add("X1_Fol_TP_SC_Camp_12", 360137); DictSNOQuestRange.Add("X1_Fol_TP_SC_Camp_13", 360138); DictSNOQuestRange.Add("X1_Fol_TP_SC_Camp_14", 360139); DictSNOQuestRange.Add("X1_Fol_TP_SC_Camp_15", 360140); DictSNOQuestRange.Add("X1_fortress_DeathGates", 375868); DictSNOQuestRange.Add("X1_fortress_GrinderPortal", 369762); DictSNOQuestRange.Add("x1_fortress_Interstitial", 367967); DictSNOQuestRange.Add("X1_Fortress_Level01Waypoint", 278217); DictSNOQuestRange.Add("X1_Fortress_Level02Waypoint", 330438); DictSNOQuestRange.Add("X1_fortress_MalthaelFight", 278966); DictSNOQuestRange.Add("x1_fortress_SpiritWell1", 330261); DictSNOQuestRange.Add("x1_fortress_SpiritWell2", 330262); DictSNOQuestRange.Add("x1_fortress_TyraelWalkUp", 312442); DictSNOQuestRange.Add("x1_GraveyardEntrance", 285035); DictSNOQuestRange.Add("X1_Graveyard_MysticDungeon_Exit", 276257); DictSNOQuestRange.Add("X1_Graveyard_MysticIntro", 276233); DictSNOQuestRange.Add("x1_HeavenPandemonium_Passage", 277554); DictSNOQuestRange.Add("x1_HeavenPandemonium_PassageOpen", 277556); DictSNOQuestRange.Add("x1_Heaven_MinimapPathofWar", 363419); DictSNOQuestRange.Add("x1_Heaven_PandemoniumCleanup", 361499); DictSNOQuestRange.Add("X1_Heaven_PandemoniumPassage", 309175); DictSNOQuestRange.Add("x1_Heaven_Pandemonium_Portal_Interstitial", 344105); DictSNOQuestRange.Add("x1_Heaven_TyraelMove", 363554); DictSNOQuestRange.Add("X1_Intro_FightOutsideChurch", 363328); DictSNOQuestRange.Add("X1_Intro_FightOutsideChurch_Monsters", 363353); DictSNOQuestRange.Add("X1_Intro_FightOutsideChurch_Outro", 363377); DictSNOQuestRange.Add("X1_JewelerBackstory1", 294277); DictSNOQuestRange.Add("X1_JewelerBackstory2", 294305); DictSNOQuestRange.Add("X1_JewelerBackstory3", 294306); DictSNOQuestRange.Add("X1_JewelerBackstory4", 294307); DictSNOQuestRange.Add("X1_JewelerBackstory5", 294308); DictSNOQuestRange.Add("X1_JewelerBackstory6", 296597); DictSNOQuestRange.Add("X1_JewelerBackstory7", 296598); DictSNOQuestRange.Add("X1_JewelerBackstory8", 354106); DictSNOQuestRange.Add("X1_KerwinsRow_MysticRevelationConversation", 355935); DictSNOQuestRange.Add("X1_MalthaelsCreaturesConversation", 287457); DictSNOQuestRange.Add("X1_Malthael_Fight", 359866); DictSNOQuestRange.Add("X1_Malthael_Fight_Outro", 364939); DictSNOQuestRange.Add("X1_MysticAdriaQuest", 291362); DictSNOQuestRange.Add("X1_MysticAdriaQuest2", 291402); DictSNOQuestRange.Add("X1_MysticFollower", 343332); DictSNOQuestRange.Add("X1_MysticHeavenToPandemonium", 291466); DictSNOQuestRange.Add("X1_MysticMaiden", 291812); DictSNOQuestRange.Add("X1_MysticPandemoniumExt", 291524); DictSNOQuestRange.Add("X1_MysticRandomStoryConversation", 323841); DictSNOQuestRange.Add("X1_Mystic_InHub", 277060); DictSNOQuestRange.Add("x1_OpenWorld", 312431); DictSNOQuestRange.Add("X1_Pandemonium_All", 376980); DictSNOQuestRange.Add("X1_PandextRamOverlookWaypoint", 277712); DictSNOQuestRange.Add("X1_PandExt_BattlefieldsMinimap", 338893); DictSNOQuestRange.Add("X1_PandExt_Battlefields_Start", 338745); DictSNOQuestRange.Add("X1_PandExt_Event_Ballista_Minimap", 353274); DictSNOQuestRange.Add("X1_PandExt_FindPowerStones", 346475); DictSNOQuestRange.Add("X1_PandExt_GoToSiegeOutpost", 346522); DictSNOQuestRange.Add("X1_PandExt_ImperiusPreRam", 281389); DictSNOQuestRange.Add("X1_PandExt_ImperiusTyraelAtRam", 338810); DictSNOQuestRange.Add("X1_PandExt_JustRamFight", 296316); DictSNOQuestRange.Add("X1_PandExt_OverlookFightMinimap", 278593); DictSNOQuestRange.Add("X1_PandExt_PortalMonsterLoc", 279422); DictSNOQuestRange.Add("X1_PandExt_RamDefenseFight", 339442); DictSNOQuestRange.Add("X1_PandExt_RamEntranceWaypoint", 339476); DictSNOQuestRange.Add("X1_PandExt_RamOverlookMinimap", 278511); DictSNOQuestRange.Add("X1_PandExt_RamStart", 273883); DictSNOQuestRange.Add("X1_PandExt_ToPreRamLobby", 346655); DictSNOQuestRange.Add("X1_PandExt_TyraelMinimapAtRam", 370846); DictSNOQuestRange.Add("X1_PandExt_TyraelPreFortress", 302907); DictSNOQuestRange.Add("X1_PandExt_TyraelPreInterior", 302910); DictSNOQuestRange.Add("X1_Pand_Ext_ImperiusChargeEvent", 299251); DictSNOQuestRange.Add("X1_QuestMystic_InHub", 312843); DictSNOQuestRange.Add("x1_Savepoint_WestM_HUB", 280238); DictSNOQuestRange.Add("X1_ScoundrelButcherDeath", 377300); DictSNOQuestRange.Add("x1_TemplarBackstory_1", 295362); DictSNOQuestRange.Add("x1_TemplarBackstory_2", 295401); DictSNOQuestRange.Add("x1_TemplarBackstory_4", 295387); DictSNOQuestRange.Add("x1_TemplarBackstory_5", 295397); DictSNOQuestRange.Add("x1_TemplarBackstory_6", 295399); DictSNOQuestRange.Add("X1_TyraelHub_01", 274478); DictSNOQuestRange.Add("X1_TyraelPainConversation", 287462); DictSNOQuestRange.Add("x1_Urzael_Fight", 309875); DictSNOQuestRange.Add("x1_Urzael_Fight_Conductor", 338275); DictSNOQuestRange.Add("x1_Urzael_Portal_Fight", 366552); DictSNOQuestRange.Add("x1_Urzael_Portal_PostFight", 366553); DictSNOQuestRange.Add("x1_Urzael_PostFight_Conductor", 378058); DictSNOQuestRange.Add("x1_Waypoint_Bog_01", 277030); DictSNOQuestRange.Add("x1_Waypoint_Bog_AdriaRitual", 337816); DictSNOQuestRange.Add("x1_Waypoint_Catacombs_01", 277033); DictSNOQuestRange.Add("x1_Waypoint_Catacombs_02", 283586); DictSNOQuestRange.Add("x1_Waypoint_Westm_Graveyard", 278194); DictSNOQuestRange.Add("x1_Waypoint_Westm_Hub", 278192); DictSNOQuestRange.Add("x1_Waypoint_Westm_Zone1", 278193); DictSNOQuestRange.Add("x1_Waypoint_Westm_Zone3", 278196); DictSNOQuestRange.Add("X1_Westmarch_All", 376979); DictSNOQuestRange.Add("X1_Westmarch_Cath_Int_Cleanup", 319985); DictSNOQuestRange.Add("X1_Westmarch_Cath_Int_Cleanup2", 370694); DictSNOQuestRange.Add("X1_Westmarch_Hub_MinimapHeaven", 311164); DictSNOQuestRange.Add("X1_Westmarch_Hub_MinimapTyrael", 313789); DictSNOQuestRange.Add("X1_Westmarch_Hub_Minimap_Waypoint", 313749); DictSNOQuestRange.Add("X1_Westmarch_Intro", 363332); DictSNOQuestRange.Add("X1_Westmarch_Intro_Overlook", 363335); DictSNOQuestRange.Add("x1_Westmarch_Overlook_Portal_PreIntro", 312762); DictSNOQuestRange.Add("x1_WestmHub_Adria1", 358269); DictSNOQuestRange.Add("x1_WestmHub_Adria2", 358263); DictSNOQuestRange.Add("x1_WestmHub_Adria3", 358261); DictSNOQuestRange.Add("x1_WestmHub_Adria4", 358260); DictSNOQuestRange.Add("x1_WestmHub_Adria5", 358259); DictSNOQuestRange.Add("x1_WestmHub_AdriaMysticMinimap", 346843); DictSNOQuestRange.Add("X1_WestmHub_AmbientConversations_01", 288224); DictSNOQuestRange.Add("X1_WestmHub_AmbientConversations_02", 288236); DictSNOQuestRange.Add("X1_WestmHub_AmbientConversations_03", 288237); DictSNOQuestRange.Add("X1_WestmHub_AmbientConversations_04", 288238); DictSNOQuestRange.Add("X1_WestmHub_AmbientConversations_05", 288239); DictSNOQuestRange.Add("X1_WestmHub_AmbientConversations_05_Emily", 358184); DictSNOQuestRange.Add("X1_WestmHub_AmbientConversations_06", 337845); DictSNOQuestRange.Add("X1_WestmHub_AmbientConversations_06_Emily", 358185); DictSNOQuestRange.Add("X1_WestmHub_Angryman0", 359212); DictSNOQuestRange.Add("X1_WestmHub_Angryman1", 358724); DictSNOQuestRange.Add("X1_WestmHub_Angryman2", 358725); DictSNOQuestRange.Add("X1_WestmHub_Angryman3", 358726); DictSNOQuestRange.Add("X1_WestmHub_Angryman4", 358728); DictSNOQuestRange.Add("x1_WestmHub_BogtoPandemonium", 358518); DictSNOQuestRange.Add("X1_WestmHub_BSS_Asterisk_01", 364442); DictSNOQuestRange.Add("X1_WestmHub_BSS_Asterisk_02", 364443); DictSNOQuestRange.Add("X1_WestmHub_CartHelpers", 377927); DictSNOQuestRange.Add("X1_WestmHub_ChangedSliver", 366126); DictSNOQuestRange.Add("x1_WestmHub_Deserter1", 359412); DictSNOQuestRange.Add("x1_WestmHub_Deserter2", 359411); DictSNOQuestRange.Add("x1_WestmHub_Deserter3", 359410); DictSNOQuestRange.Add("x1_WestmHub_Deserter4", 359409); DictSNOQuestRange.Add("x1_WestmHub_Deserter5", 359406); DictSNOQuestRange.Add("x1_WestmHub_Deserter6", 359402); DictSNOQuestRange.Add("x1_WestmHub_Deserter7", 359398); DictSNOQuestRange.Add("x1_WestmHub_DeserterAll", 377393); DictSNOQuestRange.Add("X1_WestmHub_FightPing", 314168); DictSNOQuestRange.Add("X1_WestmHub_GeneralCanTalk", 292868); DictSNOQuestRange.Add("x1_WestmHub_GeneralTorion", 344020); DictSNOQuestRange.Add("X1_WestmHub_grieving0", 359231); DictSNOQuestRange.Add("X1_WestmHub_grieving1", 359228); DictSNOQuestRange.Add("X1_WestmHub_grieving2", 359229); DictSNOQuestRange.Add("X1_WestmHub_grieving3", 359230); DictSNOQuestRange.Add("X1_WestmHub_GuardSurvivorHoldingOut", 316695); DictSNOQuestRange.Add("X1_WestmHub_GuardSurvivorIntro", 284915); DictSNOQuestRange.Add("x1_WestmHub_HeavenPortal", 277555); DictSNOQuestRange.Add("X1_WestmHub_Hysterical1", 359822); DictSNOQuestRange.Add("X1_WestmHub_Hysterical2", 359823); DictSNOQuestRange.Add("X1_WestmHub_Hysterical3", 359824); DictSNOQuestRange.Add("X1_WestmHub_Ivy_IdleCowerStates", 330109); DictSNOQuestRange.Add("X1_WestmHub_Kids1", 358567); DictSNOQuestRange.Add("X1_WestmHub_Kids2", 358568); DictSNOQuestRange.Add("X1_WestmHub_Kids3", 358569); DictSNOQuestRange.Add("X1_WestmHub_Kids_All", 358579); DictSNOQuestRange.Add("X1_WestmHub_Librarian1", 358169); DictSNOQuestRange.Add("X1_WestmHub_Librarian2", 358175); DictSNOQuestRange.Add("X1_WestmHub_Librarian3", 358176); DictSNOQuestRange.Add("X1_WestmHub_Librarian4", 358177); DictSNOQuestRange.Add("x1_WestmHub_Lorath", 286119); DictSNOQuestRange.Add("x1_WestmHub_LorathBackstoryConversation", 316484); DictSNOQuestRange.Add("x1_WestmHub_LorathBogFollowsConversation", 348000); DictSNOQuestRange.Add("x1_WestmHub_LorathCainConversation", 288039); DictSNOQuestRange.Add("X1_WestmHub_LorathGossip01", 354313); DictSNOQuestRange.Add("X1_WestmHub_LorathGossip02", 354319); DictSNOQuestRange.Add("X1_WestmHub_LorathGossip03", 354321); DictSNOQuestRange.Add("x1_WestmHub_Lorath_Bog", 343810); DictSNOQuestRange.Add("x1_WestmHub_Lorath_Follower", 343837); DictSNOQuestRange.Add("x1_WestmHub_Lore_01", 286550); DictSNOQuestRange.Add("x1_WestmHub_Lore_02", 286551); DictSNOQuestRange.Add("x1_WestmHub_Lore_03", 286552); DictSNOQuestRange.Add("x1_WestmHub_Lore_04", 286553); DictSNOQuestRange.Add("x1_WestmHub_Lore_05", 286554); DictSNOQuestRange.Add("x1_WestmHub_Lore_06", 286555); DictSNOQuestRange.Add("x1_WestmHub_Lore_07", 286556); DictSNOQuestRange.Add("X1_WestmHub_Madman1", 359809); DictSNOQuestRange.Add("X1_WestmHub_Madman2", 359811); DictSNOQuestRange.Add("X1_WestmHub_Madman3", 359812); DictSNOQuestRange.Add("X1_WestmHub_MinerCart1", 377405); DictSNOQuestRange.Add("X1_WestmHub_MinerCart2", 377406); DictSNOQuestRange.Add("X1_WestmHub_Mourners", 377936); DictSNOQuestRange.Add("X1_WestmHub_MysticUnlock", 288993); DictSNOQuestRange.Add("X1_WestmHub_MysticUrzaelConversation", 286509); DictSNOQuestRange.Add("x1_WestmHub_Nobleman", 358471); DictSNOQuestRange.Add("x1_WestmHub_Nobleman1", 358828); DictSNOQuestRange.Add("x1_WestmHub_Nobleman2", 358829); DictSNOQuestRange.Add("x1_WestmHub_Nobleman3", 358830); DictSNOQuestRange.Add("x1_WestmHub_Nobleman4", 358831); DictSNOQuestRange.Add("x1_WestmHub_Nobleman5", 358832); DictSNOQuestRange.Add("x1_WestmHub_Pandemonium", 358405); DictSNOQuestRange.Add("x1_WestMHub_PortalToWestM01", 255867); DictSNOQuestRange.Add("x1_WestMHub_PortalToWestM02", 284426); DictSNOQuestRange.Add("X1_WestmHub_Servants1", 358224); DictSNOQuestRange.Add("X1_WestmHub_Servants2", 358225); DictSNOQuestRange.Add("X1_WestmHub_Servants3", 358226); DictSNOQuestRange.Add("X1_WestmHub_Servants4", 358227); DictSNOQuestRange.Add("X1_WestmHub_Servants5", 358228); DictSNOQuestRange.Add("X1_WestmHub_ServantsButlerAwake", 377415); DictSNOQuestRange.Add("X1_WestmHub_ServantsButlerSleeps", 377414); DictSNOQuestRange.Add("X1_WestmHub_SurvivorPing", 289346); DictSNOQuestRange.Add("X1_WestmHub_TemplarQuestIntro_Conversation", 355906); DictSNOQuestRange.Add("x1_WestmHub_ToBog", 283408); DictSNOQuestRange.Add("x1_WestmHub_ToBog_Interstitial", 344100); DictSNOQuestRange.Add("x1_WestmHub_Touched1", 358234); DictSNOQuestRange.Add("x1_WestmHub_Touched2", 358233); DictSNOQuestRange.Add("x1_WestmHub_Touched3", 358229); DictSNOQuestRange.Add("x1_WestmHub_Touched4", 358223); DictSNOQuestRange.Add("x1_WestmHub_Touched5", 358222); DictSNOQuestRange.Add("x1_WestmHub_TyraelAdriaIntro", 283493); DictSNOQuestRange.Add("X1_WestmHub_TyraelEndOrbsConversation", 346559); DictSNOQuestRange.Add("x1_WestmHub_TyraelHurt", 364167); DictSNOQuestRange.Add("X1_WestmHub_TyraelMoodConversation", 298117); DictSNOQuestRange.Add("X1_WestmHub_TyraelSliverConversation", 285825); DictSNOQuestRange.Add("X1_WestmHub_TyraelSoulstoneConversation", 296506); DictSNOQuestRange.Add("x1_WestmHub_TyraelToTomb", 290619); DictSNOQuestRange.Add("X1_WestmHub_TyraelUrzaelConversation", 285826); DictSNOQuestRange.Add("X1_WestmHub_UnchangedSliver", 366124); DictSNOQuestRange.Add("X1_WestmHub_Urzael", 375890); DictSNOQuestRange.Add("x1_WestmHub_Westmarch", 358399); DictSNOQuestRange.Add("X1_WestmHub_Westmarch2_Entrance", 285111); DictSNOQuestRange.Add("x1_WestmHub_WestmarchBurning", 375795); DictSNOQuestRange.Add("x1_WestmHub_WestmtoBog", 358400); DictSNOQuestRange.Add("X1_WestmHub_Wife", 358425); DictSNOQuestRange.Add("X1_WestmHub_Wife6", 359225); DictSNOQuestRange.Add("X1_WestM_CathedralOut", 357826); DictSNOQuestRange.Add("x1_WestM_ChurchDoorValid", 374932); DictSNOQuestRange.Add("x1_Westm_DiscoverOrbA", 348382); DictSNOQuestRange.Add("x1_Westm_DiscoverOrbB", 348383); DictSNOQuestRange.Add("X1_WestM_Event_Stokely_KillUzkez", 360741); DictSNOQuestRange.Add("X1_westm_graveyard_DeathOrb", 339335); DictSNOQuestRange.Add("x1_WestM_HubExit", 255036); DictSNOQuestRange.Add("x1_WestM_HubStart", 258978); DictSNOQuestRange.Add("x1_WestM_HubVillagers", 261339); DictSNOQuestRange.Add("X1_WestM_Hub_Good", 320148); DictSNOQuestRange.Add("X1_WestM_IntroQuest_Savepoint", 363593); DictSNOQuestRange.Add("X1_WestM_Intro_BadChurchLighting", 316655); DictSNOQuestRange.Add("X1_WestM_Intro_EnableChurchDoor", 308969); DictSNOQuestRange.Add("X1_WestM_Intro_EnterCathedral", 357825); DictSNOQuestRange.Add("X1_WestM_Intro_GetToBalcony", 309680); DictSNOQuestRange.Add("X1_WestM_Intro_GoodChurchLighting", 316656); DictSNOQuestRange.Add("X1_Westm_Intro_PreTyrael", 377127); DictSNOQuestRange.Add("X1_WestM_Intro_RepairGut", 367869); DictSNOQuestRange.Add("x1_WestM_MinimapToBog", 283396); DictSNOQuestRange.Add("x1_Westm_SecondOrbAlley_Exit", 306208); DictSNOQuestRange.Add("X1_Westm_SewerPing", 310749); DictSNOQuestRange.Add("x1_WestM_Start_Intro", 363654); DictSNOQuestRange.Add("x1_Westm_TowerEntrance", 285237); DictSNOQuestRange.Add("x1_WestM_TyraelToHeaven", 283401); DictSNOQuestRange.Add("X1_Westm_UrzaelTower", 340758); DictSNOQuestRange.Add("X1_westm_Zone_01_DeathOrbFights", 338122); DictSNOQuestRange.Add("X1_westm_Zone_01_MasterDeathOrbFightEnd", 356842); DictSNOQuestRange.Add("ZK Finished Blood", 223552); DictSNOQuestRange.Add("ZKActive", 147015); DictSNOQuestRange.Add("ZKCentralPortal", 123242); DictSNOQuestRange.Add("ZKDead", 181121); DictSNOQuestRange.Add("ZKEntranceOpen", 177682); DictSNOQuestRange.Add("ZKEntranceOpenAfter", 227331); DictSNOQuestRange.Add("ZKFollower", 213494); DictSNOQuestRange.Add("ZKFollowerConductor", 233949); DictSNOQuestRange.Add("ZKFollower_CaveCallout", 214742); DictSNOQuestRange.Add("ZKHeadDungeon", 218867); DictSNOQuestRange.Add("ZK_Interstitial", 194585); DictSNOQuestRange.Add("ZK_StatueActivate", 184278); DictSNOQuestRange.Add("ZoltunKulleBloodActive", 212264); DictSNOQuestRange.Add("ZoltunKulleBloodLeah", 222069); DictSNOQuestRange.Add("ZoltunKulleBlood_BloodVials", 214760); DictSNOQuestRange.Add("ZoltunKulleBlood_WaterPuzzle", 211662); DictSNOQuestRange.Add("ZoltunKulleHead_Guardian", 214759); DictSNOQuestRange.Add("ZombiePile", 113656); #endregion return DictSNOQuestRange; } public static Dictionary LoadRecipe() { Dictionary DictSNORecipe = new Dictionary(); #region Reciipe DictSNORecipe.Add("GemCombine_Amethyst_17_18", 361586); DictSNORecipe.Add("GemCombine_Amethyst_18_19", 361587); DictSNORecipe.Add("GemCombine_Diamond_17_18", 361590); DictSNORecipe.Add("GemCombine_Diamond_18_19", 361591); DictSNORecipe.Add("GemCombine_Emerald_17_18", 361594); DictSNORecipe.Add("GemCombine_Emerald_18_19", 361595); DictSNORecipe.Add("GemCombine_Ruby_17_18", 361598); DictSNORecipe.Add("GemCombine_Ruby_18_19", 361599); DictSNORecipe.Add("GemCombine_Topaz_17_18", 361603); DictSNORecipe.Add("GemCombine_Topaz_18_19", 361605); DictSNORecipe.Add("Gemcombine_x1_Amethyst_01_02", 437612); DictSNORecipe.Add("Gemcombine_x1_Amethyst_02_03", 437613); DictSNORecipe.Add("Gemcombine_x1_Amethyst_03_04", 437615); DictSNORecipe.Add("Gemcombine_x1_Amethyst_04_05", 437616); DictSNORecipe.Add("Gemcombine_x1_Amethyst_05_06", 437617); DictSNORecipe.Add("Gemcombine_x1_Amethyst_06_07", 437618); DictSNORecipe.Add("Gemcombine_x1_Amethyst_07_08", 437619); DictSNORecipe.Add("GemCombine_x1_Diamond_01_02", 437622); DictSNORecipe.Add("GemCombine_x1_Diamond_02_03", 437623); DictSNORecipe.Add("GemCombine_x1_Diamond_03_04", 437624); DictSNORecipe.Add("GemCombine_x1_Diamond_04_05", 437625); DictSNORecipe.Add("GemCombine_x1_Diamond_05_06", 437626); DictSNORecipe.Add("GemCombine_x1_Diamond_06_07", 437627); DictSNORecipe.Add("GemCombine_x1_Diamond_07_08", 437628); DictSNORecipe.Add("GemCombine_x1_Emerald_01_02", 437631); DictSNORecipe.Add("GemCombine_x1_Emerald_02_03", 437632); DictSNORecipe.Add("GemCombine_x1_Emerald_03_04", 437633); DictSNORecipe.Add("GemCombine_x1_Emerald_04_05", 437634); DictSNORecipe.Add("GemCombine_x1_Emerald_05_06", 437635); DictSNORecipe.Add("GemCombine_x1_Emerald_06_07", 437636); DictSNORecipe.Add("GemCombine_x1_Emerald_07_08", 437637); DictSNORecipe.Add("GemCombine_x1_Ruby_01_02", 437640); DictSNORecipe.Add("GemCombine_x1_Ruby_02_03", 437641); DictSNORecipe.Add("GemCombine_x1_Ruby_03_04", 437642); DictSNORecipe.Add("GemCombine_x1_Ruby_04_05", 437643); DictSNORecipe.Add("GemCombine_x1_Ruby_05_06", 437644); DictSNORecipe.Add("GemCombine_x1_Ruby_06_07", 437645); DictSNORecipe.Add("GemCombine_x1_Ruby_07_08", 437646); DictSNORecipe.Add("GemCombine_x1_Topaz_01_02", 437649); DictSNORecipe.Add("GemCombine_x1_Topaz_02_03", 437650); DictSNORecipe.Add("GemCombine_x1_Topaz_03_04", 437651); DictSNORecipe.Add("GemCombine_x1_Topaz_04_05", 437652); DictSNORecipe.Add("GemCombine_x1_Topaz_05_06", 437653); DictSNORecipe.Add("GemCombine_x1_Topaz_06_07", 437654); DictSNORecipe.Add("GemCombine_x1_Topaz_07_08", 437655); DictSNORecipe.Add("Jeweler_ShardRing_Green", 255887); DictSNORecipe.Add("Jeweler_ShardRing_Purple", 255888); DictSNORecipe.Add("Jeweler_ShardRing_Red", 255889); DictSNORecipe.Add("Jeweler_ShardRing_Yellow", 255890); DictSNORecipe.Add("P66_T12_Legendary_Set_Aughild_Bracers", 483561); DictSNORecipe.Add("P66_T12_Legendary_Set_Aughild_Chest", 483562); DictSNORecipe.Add("P66_T12_Legendary_Set_Aughild_Helm", 483563); DictSNORecipe.Add("P66_T12_Legendary_Set_Aughild_Shoulders", 483564); DictSNORecipe.Add("P66_T12_Legendary_Set_Cains_Boots", 483557); DictSNORecipe.Add("P66_T12_Legendary_Set_Cains_Gloves", 483558); DictSNORecipe.Add("P66_T12_Legendary_Set_Cains_Helm", 483559); DictSNORecipe.Add("P66_T12_Legendary_Set_Cains_Pants", 483560); DictSNORecipe.Add("P66_T12_Legendary_Set_CaptainCrimsons_Belt", 483565); DictSNORecipe.Add("P66_T12_Legendary_Set_CaptainCrimsons_Boots", 483566); DictSNORecipe.Add("P66_T12_Legendary_Set_CaptainCrimsons_Pants", 483567); DictSNORecipe.Add("Quest_StoneofRecall", 195660); DictSNORecipe.Add("Quest_UnlockBlacksmithing", 225259); DictSNORecipe.Add("Smith_StaffofCow", 210431); DictSNORecipe.Add("Smith_StaffofCow_Hell", 230857); DictSNORecipe.Add("Smith_StaffofCow_Inferno", 230858); DictSNORecipe.Add("Smith_StaffofCow_Nightmare", 230856); DictSNORecipe.Add("Smith_WirtsLeg", 457024); DictSNORecipe.Add("T01a_Armor_Belt", 442198); DictSNORecipe.Add("T01a_Armor_Boots", 442199); DictSNORecipe.Add("T01a_Armor_Chest", 442200); DictSNORecipe.Add("T01a_Armor_Gloves", 442201); DictSNORecipe.Add("T01a_Armor_Helm", 442202); DictSNORecipe.Add("T01a_Armor_Pants", 442203); DictSNORecipe.Add("T01a_Armor_Shield", 442204); DictSNORecipe.Add("T01a_Weapon_Bow", 441496); DictSNORecipe.Add("T01a_Weapon_HandCrossbow", 441494); DictSNORecipe.Add("T01b_Armor_Chest", 442206); DictSNORecipe.Add("T01b_Armor_Pants", 442205); DictSNORecipe.Add("T01_Armor_Belt", 205131); DictSNORecipe.Add("T01_Armor_Boots", 205132); DictSNORecipe.Add("T01_Armor_Chest", 205135); DictSNORecipe.Add("T01_Armor_Gloves", 205136); DictSNORecipe.Add("T01_Armor_Helm", 205137); DictSNORecipe.Add("T01_Armor_Pants", 205138); DictSNORecipe.Add("T01_Armor_Shield", 205139); DictSNORecipe.Add("T01_Weapon_Axe_1H", 230693); DictSNORecipe.Add("T01_Weapon_Axe_2H", 205141); DictSNORecipe.Add("T01_Weapon_Bow", 205142); DictSNORecipe.Add("T01_Weapon_Crossbow", 230694); DictSNORecipe.Add("T01_Weapon_Dagger", 205143); DictSNORecipe.Add("T01_Weapon_HandCrossbow", 205147); DictSNORecipe.Add("T01_Weapon_Phylactery", 473975); DictSNORecipe.Add("T01_Weapon_Scythe_2H", 473967); DictSNORecipe.Add("T01_Weapon_Sword_1H", 205154); DictSNORecipe.Add("T01_Weapon_Sword_2H", 205152); DictSNORecipe.Add("T02_Armor_Belt", 440190); DictSNORecipe.Add("T02_Armor_Boots", 205156); DictSNORecipe.Add("T02_Armor_Bracers", 205163); DictSNORecipe.Add("T02_Armor_Chest", 440200); DictSNORecipe.Add("T02_Armor_EnchantressSpecial", 362361); DictSNORecipe.Add("T02_Armor_Gloves", 205167); DictSNORecipe.Add("T02_Armor_Helm", 205169); DictSNORecipe.Add("T02_Armor_Pants", 205170); DictSNORecipe.Add("T02_Armor_ScoundrelSpecial", 362360); DictSNORecipe.Add("T02_Armor_Shield", 205171); DictSNORecipe.Add("T02_Armor_Shoulders", 205172); DictSNORecipe.Add("T02_Armor_TemplarSpecial", 362353); DictSNORecipe.Add("T02_Weapon_Axe_1H", 205177); DictSNORecipe.Add("T02_Weapon_Axe_2H", 440606); DictSNORecipe.Add("T02_Weapon_Bow", 440499); DictSNORecipe.Add("T02_Weapon_Crossbow", 440513); DictSNORecipe.Add("T02_Weapon_Dagger", 440521); DictSNORecipe.Add("T02_Weapon_Flail_1H", 361908); DictSNORecipe.Add("T02_Weapon_HandCrossbow", 205182); DictSNORecipe.Add("T02_Weapon_Mace_1H", 440548); DictSNORecipe.Add("T02_Weapon_MightyWeapon_1H", 205183); DictSNORecipe.Add("T02_Weapon_Mojo", 440563); DictSNORecipe.Add("T02_Weapon_Orb", 205185); DictSNORecipe.Add("T02_Weapon_Phylactery", 473976); DictSNORecipe.Add("T02_Weapon_Quiver", 205186); DictSNORecipe.Add("T02_Weapon_Scythe_1H", 473888); DictSNORecipe.Add("T02_Weapon_Scythe_2H", 473968); DictSNORecipe.Add("T02_Weapon_Staff", 440592); DictSNORecipe.Add("T02_Weapon_Sword_1H", 440600); DictSNORecipe.Add("T02_Weapon_Sword_2H", 205190); DictSNORecipe.Add("T02_Weapon_Wand", 205191); DictSNORecipe.Add("T03_Armor_Belt", 205193); DictSNORecipe.Add("T03_Armor_Boots", 205194); DictSNORecipe.Add("T03_Armor_Bracers", 205195); DictSNORecipe.Add("T03_Armor_Chest", 205196); DictSNORecipe.Add("T03_Armor_EnchantressSpecial", 442246); DictSNORecipe.Add("T03_Armor_Gloves", 205197); DictSNORecipe.Add("T03_Armor_Helm", 205198); DictSNORecipe.Add("T03_Armor_Pants", 205200); DictSNORecipe.Add("T03_Armor_ScoundrelSpecial", 442247); DictSNORecipe.Add("T03_Armor_Shield", 205201); DictSNORecipe.Add("T03_Armor_Shoulders", 205203); DictSNORecipe.Add("T03_Armor_TemplarSpecial", 442248); DictSNORecipe.Add("T03_Weapon_Axe_1H", 205204); DictSNORecipe.Add("T03_Weapon_Axe_2H", 440607); DictSNORecipe.Add("T03_Weapon_Bow", 205206); DictSNORecipe.Add("T03_Weapon_CeremonialKnife", 440506); DictSNORecipe.Add("T03_Weapon_Crossbow", 440514); DictSNORecipe.Add("T03_Weapon_Dagger", 205208); DictSNORecipe.Add("T03_Weapon_Fist", 205209); DictSNORecipe.Add("T03_Weapon_Flail_1H", 361911); DictSNORecipe.Add("T03_Weapon_HandCrossbow", 440539); DictSNORecipe.Add("T03_Weapon_Mace_1H", 205210); DictSNORecipe.Add("T03_Weapon_MightyWeapon_1H", 440553); DictSNORecipe.Add("T03_Weapon_Mojo", 205212); DictSNORecipe.Add("T03_Weapon_Orb", 205213); DictSNORecipe.Add("T03_Weapon_Phylactery", 473977); DictSNORecipe.Add("T03_Weapon_Quiver", 205214); DictSNORecipe.Add("T03_Weapon_Scythe_1H", 473889); DictSNORecipe.Add("T03_Weapon_Scythe_2H", 473969); DictSNORecipe.Add("T03_Weapon_Staff", 440593); DictSNORecipe.Add("T03_Weapon_Sword_1H", 440601); DictSNORecipe.Add("T03_Weapon_Sword_2H", 205215); DictSNORecipe.Add("T03_Weapon_Wand", 205216); DictSNORecipe.Add("T04_Armor_Belt", 205218); DictSNORecipe.Add("T04_Armor_Boots", 205219); DictSNORecipe.Add("T04_Armor_Bracers", 205220); DictSNORecipe.Add("T04_Armor_Chest", 205221); DictSNORecipe.Add("T04_Armor_EnchantressSpecial", 362363); DictSNORecipe.Add("T04_Armor_Gloves", 205222); DictSNORecipe.Add("T04_Armor_Helm", 205223); DictSNORecipe.Add("T04_Armor_Pants", 205224); DictSNORecipe.Add("T04_Armor_ScoundrelSpecial", 362362); DictSNORecipe.Add("T04_Armor_Shield", 205225); DictSNORecipe.Add("T04_Armor_Shoulders", 205226); DictSNORecipe.Add("T04_Armor_TemplarSpecial", 362354); DictSNORecipe.Add("T04_Jeweler_Ring", 440773); DictSNORecipe.Add("T04_Legendary_Armor_Belt_1xx", 318969); DictSNORecipe.Add("T04_Legendary_Armor_Shield_1xx", 318970); DictSNORecipe.Add("T04_Legendary_Set_Normal_001_Chest_1xx", 318971); DictSNORecipe.Add("T04_Legendary_Set_Normal_001_Shoulders_1xx", 318972); DictSNORecipe.Add("T04_Legendary_Set_Normal_001_Sword_1H_1xx", 318973); DictSNORecipe.Add("T04_Legendary_Set_Normal_002_Boots_1xx", 318974); DictSNORecipe.Add("T04_Legendary_Set_Normal_002_Gloves_1xx", 318975); DictSNORecipe.Add("T04_Legendary_Set_Normal_002_Helm_1xx", 318976); DictSNORecipe.Add("T04_Legendary_Set_Normal_002_Pants_1xx", 318977); DictSNORecipe.Add("T04_Legendary_Weapon_Bow_1xx", 318978); DictSNORecipe.Add("T04_Legendary_Weapon_CeremonialDagger_1xx", 318979); DictSNORecipe.Add("T04_Legendary_Weapon_CombatStaff_1xx", 318980); DictSNORecipe.Add("T04_Legendary_Weapon_MightyWeapon2H_1xx", 318981); DictSNORecipe.Add("T04_Weapon_Axe_1H", 205227); DictSNORecipe.Add("T04_Weapon_Axe_2H", 205229); DictSNORecipe.Add("T04_Weapon_Bow", 440500); DictSNORecipe.Add("T04_Weapon_CeremonialKnife", 440507); DictSNORecipe.Add("T04_Weapon_Crossbow", 205231); DictSNORecipe.Add("T04_Weapon_Dagger", 205232); DictSNORecipe.Add("T04_Weapon_Fist", 205233); DictSNORecipe.Add("T04_Weapon_Flail_1H", 361915); DictSNORecipe.Add("T04_Weapon_HandCrossbow", 205234); DictSNORecipe.Add("T04_Weapon_Mace_1H", 205235); DictSNORecipe.Add("T04_Weapon_MightyWeapon_1H", 440554); DictSNORecipe.Add("T04_Weapon_Mojo", 205236); DictSNORecipe.Add("T04_Weapon_Orb", 440586); DictSNORecipe.Add("T04_Weapon_Phylactery", 473978); DictSNORecipe.Add("T04_Weapon_Quiver", 205237); DictSNORecipe.Add("T04_Weapon_Scythe_1H", 473890); DictSNORecipe.Add("T04_Weapon_Scythe_2H", 473970); DictSNORecipe.Add("T04_Weapon_Staff", 205238); DictSNORecipe.Add("T04_Weapon_Sword_1H", 205239); DictSNORecipe.Add("T04_Weapon_Sword_2H", 440628); DictSNORecipe.Add("T04_Weapon_Wand", 205240); DictSNORecipe.Add("T05_Armor_Belt", 440191); DictSNORecipe.Add("T05_Armor_Boots", 205565); DictSNORecipe.Add("T05_Armor_Bracers", 205566); DictSNORecipe.Add("T05_Armor_Chest", 212959); DictSNORecipe.Add("T05_Armor_EnchantressSpecial", 362365); DictSNORecipe.Add("T05_Armor_Gloves", 212961); DictSNORecipe.Add("T05_Armor_Helm", 212962); DictSNORecipe.Add("T05_Armor_Pants", 205301); DictSNORecipe.Add("T05_Armor_ScoundrelSpecial", 362364); DictSNORecipe.Add("T05_Armor_Shield", 205302); DictSNORecipe.Add("T05_Armor_Shoulders", 212963); DictSNORecipe.Add("T05_Armor_TemplarSpecial", 362355); DictSNORecipe.Add("T05_Jeweler_Ring", 440774); DictSNORecipe.Add("T05_Legendary_Set_Nightmare_001_Belt_1xx", 318982); DictSNORecipe.Add("T05_Legendary_Set_Nightmare_001_Boots_1xx", 318983); DictSNORecipe.Add("T05_Legendary_Set_Nightmare_001_Pants_1xx", 318984); DictSNORecipe.Add("T05_Legendary_Weapon_Axe_1H_1xx", 318985); DictSNORecipe.Add("T05_Legendary_Weapon_Mojo_1xx", 318986); DictSNORecipe.Add("T05_Legendary_Weapon_Staff_1xx", 318987); DictSNORecipe.Add("T05_Weapon_Axe_1H", 212965); DictSNORecipe.Add("T05_Weapon_Axe_2H", 440608); DictSNORecipe.Add("T05_Weapon_Bow", 212966); DictSNORecipe.Add("T05_Weapon_CeremonialKnife", 205303); DictSNORecipe.Add("T05_Weapon_Crossbow", 440515); DictSNORecipe.Add("T05_Weapon_Dagger", 205304); DictSNORecipe.Add("T05_Weapon_Fist", 212968); DictSNORecipe.Add("T05_Weapon_Flail_1H", 361917); DictSNORecipe.Add("T05_Weapon_HandCrossbow", 440540); DictSNORecipe.Add("T05_Weapon_Mace_1H", 205305); DictSNORecipe.Add("T05_Weapon_MightyWeapon_1H", 440556); DictSNORecipe.Add("T05_Weapon_Mojo", 440564); DictSNORecipe.Add("T05_Weapon_Orb", 440587); DictSNORecipe.Add("T05_Weapon_Quiver", 212970); DictSNORecipe.Add("T05_Weapon_Scythe_1H", 473892); DictSNORecipe.Add("T05_Weapon_Staff", 440594); DictSNORecipe.Add("T05_Weapon_Sword_1H", 440602); DictSNORecipe.Add("T05_Weapon_Sword_2H", 440629); DictSNORecipe.Add("T05_Weapon_Wand", 212971); DictSNORecipe.Add("T06_Armor_Belt", 212972); DictSNORecipe.Add("T06_Armor_Boots", 212973); DictSNORecipe.Add("T06_Armor_Bracers", 212974); DictSNORecipe.Add("T06_Armor_Chest", 212975); DictSNORecipe.Add("T06_Armor_EnchantressSpecial", 362367); DictSNORecipe.Add("T06_Armor_Gloves", 212976); DictSNORecipe.Add("T06_Armor_Helm", 212977); DictSNORecipe.Add("T06_Armor_Pants", 212978); DictSNORecipe.Add("T06_Armor_ScoundrelSpecial", 362366); DictSNORecipe.Add("T06_Armor_Shield", 212979); DictSNORecipe.Add("T06_Armor_Shoulders", 212980); DictSNORecipe.Add("T06_Armor_TemplarSpecial", 362356); DictSNORecipe.Add("T06_Jeweler_Amulet", 440781); DictSNORecipe.Add("T06_Jeweler_Ring", 440775); DictSNORecipe.Add("T06_Legendary_Armor_Gloves_1xx", 318988); DictSNORecipe.Add("T06_Legendary_Set_Nightmare_002_Bracers_1xx", 318989); DictSNORecipe.Add("T06_Legendary_Set_Nightmare_002_Chest_1xx", 318990); DictSNORecipe.Add("T06_Legendary_Set_Nightmare_002_Helm_1xx", 318991); DictSNORecipe.Add("T06_Legendary_Set_Nightmare_002_Shoulders_1xx", 318992); DictSNORecipe.Add("T06_Legendary_Weapon_HandCrossbow_1xx", 318993); DictSNORecipe.Add("T06_Weapon_Axe_1H", 440495); DictSNORecipe.Add("T06_Weapon_Axe_2H", 212984); DictSNORecipe.Add("T06_Weapon_Bow", 440501); DictSNORecipe.Add("T06_Weapon_CeremonialKnife", 440508); DictSNORecipe.Add("T06_Weapon_Crossbow", 440516); DictSNORecipe.Add("T06_Weapon_Dagger", 212985); DictSNORecipe.Add("T06_Weapon_Fist", 212986); DictSNORecipe.Add("T06_Weapon_Flail_1H", 361921); DictSNORecipe.Add("T06_Weapon_HandCrossbow", 212987); DictSNORecipe.Add("T06_Weapon_Mace_1H", 440549); DictSNORecipe.Add("T06_Weapon_MightyWeapon_1H", 212988); DictSNORecipe.Add("T06_Weapon_Mojo", 212989); DictSNORecipe.Add("T06_Weapon_Orb", 212990); DictSNORecipe.Add("T06_Weapon_Quiver", 440582); DictSNORecipe.Add("T06_Weapon_Staff", 212991); DictSNORecipe.Add("T06_Weapon_Sword_1H", 212992); DictSNORecipe.Add("T06_Weapon_Sword_2H", 212993); DictSNORecipe.Add("T06_Weapon_Wand", 440633); DictSNORecipe.Add("T07_Armor_Belt", 212994); DictSNORecipe.Add("T07_Armor_Boots", 212995); DictSNORecipe.Add("T07_Armor_Bracers", 212996); DictSNORecipe.Add("T07_Armor_Chest", 212997); DictSNORecipe.Add("T07_Armor_EnchantressSpecial", 362369); DictSNORecipe.Add("T07_Armor_Gloves", 212999); DictSNORecipe.Add("T07_Armor_Helm", 213000); DictSNORecipe.Add("T07_Armor_Pants", 213001); DictSNORecipe.Add("T07_Armor_ScoundrelSpecial", 362368); DictSNORecipe.Add("T07_Armor_Shield", 213002); DictSNORecipe.Add("T07_Armor_Shoulders", 213003); DictSNORecipe.Add("T07_Armor_TemplarSpecial", 362357); DictSNORecipe.Add("T07_Jeweler_Amulet", 440782); DictSNORecipe.Add("T07_Jeweler_Ring", 440776); DictSNORecipe.Add("T07_Legendary_Set_Hell_001_Boots_1xx", 318994); DictSNORecipe.Add("T07_Legendary_Set_Hell_001_Gloves_1xx", 318995); DictSNORecipe.Add("T07_Legendary_Set_Hell_001_Pants_1xx", 318996); DictSNORecipe.Add("T07_Legendary_Set_Hell_001_Shoulders_1xx", 318997); DictSNORecipe.Add("T07_Legendary_Weapon_Fist_1xx", 318998); DictSNORecipe.Add("T07_Legendary_Weapon_Mace_2H_1xx", 318999); DictSNORecipe.Add("T07_Legendary_Weapon_MightyWeapon_1H_1xx", 319000); DictSNORecipe.Add("T07_Legendary_Weapon_Orb_1xx", 319001); DictSNORecipe.Add("T07_Weapon_Axe_1H", 213004); DictSNORecipe.Add("T07_Weapon_Axe_2H", 440609); DictSNORecipe.Add("T07_Weapon_Bow", 213005); DictSNORecipe.Add("T07_Weapon_CeremonialKnife", 213009); DictSNORecipe.Add("T07_Weapon_Crossbow", 213012); DictSNORecipe.Add("T07_Weapon_Dagger", 213013); DictSNORecipe.Add("T07_Weapon_Fist", 440535); DictSNORecipe.Add("T07_Weapon_Flail_1H", 361923); DictSNORecipe.Add("T07_Weapon_HandCrossbow", 440541); DictSNORecipe.Add("T07_Weapon_Mace_1H", 213014); DictSNORecipe.Add("T07_Weapon_MightyWeapon_1H", 440555); DictSNORecipe.Add("T07_Weapon_Mojo", 440565); DictSNORecipe.Add("T07_Weapon_Orb", 440588); DictSNORecipe.Add("T07_Weapon_Quiver", 213017); DictSNORecipe.Add("T07_Weapon_Staff", 440595); DictSNORecipe.Add("T07_Weapon_Sword_1H", 440603); DictSNORecipe.Add("T07_Weapon_Sword_2H", 213018); DictSNORecipe.Add("T07_Weapon_Wand", 213019); DictSNORecipe.Add("T08_Armor_Belt", 213021); DictSNORecipe.Add("T08_Armor_Boots", 213022); DictSNORecipe.Add("T08_Armor_Bracers", 213023); DictSNORecipe.Add("T08_Armor_Chest", 213025); DictSNORecipe.Add("T08_Armor_EnchantressSpecial", 362371); DictSNORecipe.Add("T08_Armor_Gloves", 213027); DictSNORecipe.Add("T08_Armor_Helm", 213028); DictSNORecipe.Add("T08_Armor_Pants", 213029); DictSNORecipe.Add("T08_Armor_ScoundrelSpecial", 362370); DictSNORecipe.Add("T08_Armor_Shield", 213030); DictSNORecipe.Add("T08_Armor_Shoulders", 213031); DictSNORecipe.Add("T08_Armor_TemplarSpecial", 362358); DictSNORecipe.Add("T08_Jeweler_Amulet", 440783); DictSNORecipe.Add("T08_Jeweler_Ring", 440777); DictSNORecipe.Add("T08_Legendary_Armor_Boots_1xx", 319002); DictSNORecipe.Add("T08_Legendary_Set_Hell_002_Belt_1xx", 319003); DictSNORecipe.Add("T08_Legendary_Set_Hell_002_Bracers_1xx", 319004); DictSNORecipe.Add("T08_Legendary_Set_Hell_002_Helm_1xx", 319005); DictSNORecipe.Add("T08_Legendary_Weapon_Crossbow_1xx", 319006); DictSNORecipe.Add("T08_Weapon_Axe_1H", 440496); DictSNORecipe.Add("T08_Weapon_Axe_2H", 213036); DictSNORecipe.Add("T08_Weapon_Bow", 440502); DictSNORecipe.Add("T08_Weapon_CeremonialKnife", 440509); DictSNORecipe.Add("T08_Weapon_Crossbow", 213037); DictSNORecipe.Add("T08_Weapon_Dagger", 213038); DictSNORecipe.Add("T08_Weapon_Fist", 213039); DictSNORecipe.Add("T08_Weapon_Flail_1H", 361928); DictSNORecipe.Add("T08_Weapon_HandCrossbow", 213040); DictSNORecipe.Add("T08_Weapon_Mace_1H", 213041); DictSNORecipe.Add("T08_Weapon_MightyWeapon_1H", 440557); DictSNORecipe.Add("T08_Weapon_Mojo", 213043); DictSNORecipe.Add("T08_Weapon_Orb", 440589); DictSNORecipe.Add("T08_Weapon_Quiver", 440583); DictSNORecipe.Add("T08_Weapon_Staff", 440596); DictSNORecipe.Add("T08_Weapon_Sword_1H", 213044); DictSNORecipe.Add("T08_Weapon_Sword_2H", 440630); DictSNORecipe.Add("T08_Weapon_Wand", 440634); DictSNORecipe.Add("T09_Armor_Belt", 213045); DictSNORecipe.Add("T09_Armor_Boots", 213046); DictSNORecipe.Add("T09_Armor_Bracers", 213047); DictSNORecipe.Add("T09_Armor_Chest", 213048); DictSNORecipe.Add("T09_Armor_EnchantressSpecial", 362373); DictSNORecipe.Add("T09_Armor_Gloves", 213049); DictSNORecipe.Add("T09_Armor_Helm", 213050); DictSNORecipe.Add("T09_Armor_Pants", 213051); DictSNORecipe.Add("T09_Armor_ScoundrelSpecial", 362372); DictSNORecipe.Add("T09_Armor_Shield", 213052); DictSNORecipe.Add("T09_Armor_Shoulders", 213053); DictSNORecipe.Add("T09_Armor_TemplarSpecial", 362359); DictSNORecipe.Add("T09_Jeweler_Amulet", 440784); DictSNORecipe.Add("T09_Jeweler_Ring", 440778); DictSNORecipe.Add("T09_Weapon_Axe_1H", 213054); DictSNORecipe.Add("T09_Weapon_Axe_2H", 440610); DictSNORecipe.Add("T09_Weapon_Bow", 213055); DictSNORecipe.Add("T09_Weapon_CeremonialKnife", 213056); DictSNORecipe.Add("T09_Weapon_Crossbow", 440517); DictSNORecipe.Add("T09_Weapon_Dagger", 440522); DictSNORecipe.Add("T09_Weapon_Fist", 440536); DictSNORecipe.Add("T09_Weapon_Flail_1H", 361931); DictSNORecipe.Add("T09_Weapon_HandCrossbow", 440543); DictSNORecipe.Add("T09_Weapon_Mace_1H", 440550); DictSNORecipe.Add("T09_Weapon_MightyWeapon_1H", 213060); DictSNORecipe.Add("T09_Weapon_Mojo", 440566); DictSNORecipe.Add("T09_Weapon_Orb", 213061); DictSNORecipe.Add("T09_Weapon_Quiver", 213062); DictSNORecipe.Add("T09_Weapon_Staff", 213063); DictSNORecipe.Add("T09_Weapon_Sword_1H", 440604); DictSNORecipe.Add("T09_Weapon_Sword_2H", 440631); DictSNORecipe.Add("T09_Weapon_Wand", 213064); DictSNORecipe.Add("T10_Armor_Belt", 442170); DictSNORecipe.Add("T10_Armor_Boots", 440192); DictSNORecipe.Add("T10_Armor_Bracers", 440193); DictSNORecipe.Add("T10_Armor_Chest", 440199); DictSNORecipe.Add("T10_Armor_EnchantressSpecial", 442264); DictSNORecipe.Add("T10_Armor_Gloves", 440207); DictSNORecipe.Add("T10_Armor_Helm", 440208); DictSNORecipe.Add("T10_Armor_Pants", 440209); DictSNORecipe.Add("T10_Armor_ScoundrelSpecial", 442265); DictSNORecipe.Add("T10_Armor_Shield", 440210); DictSNORecipe.Add("T10_Armor_Shoulders", 440211); DictSNORecipe.Add("T10_Armor_TemplarSpecial", 442266); DictSNORecipe.Add("T10_Jeweler_Amulet", 440785); DictSNORecipe.Add("T10_Jeweler_Ring", 440779); DictSNORecipe.Add("T10_Legendary_Armor_Bracers_1xx", 319007); DictSNORecipe.Add("T10_Legendary_Armor_Chest_1xx", 319008); DictSNORecipe.Add("T10_Legendary_Armor_Helm_1xx", 319009); DictSNORecipe.Add("T10_Legendary_Armor_Pants_1xx", 319010); DictSNORecipe.Add("T10_Legendary_Armor_Shoulders_1xx", 319011); DictSNORecipe.Add("T10_Legendary_Set_Inferno_001_Belt_1xx", 319012); DictSNORecipe.Add("T10_Legendary_Set_Inferno_001_Bracers_1xx", 319013); DictSNORecipe.Add("T10_Legendary_Set_Inferno_001_Chest_1xx", 319014); DictSNORecipe.Add("T10_Legendary_Set_Inferno_001_Pants_1xx", 319015); DictSNORecipe.Add("T10_Legendary_Set_Inferno_001_Shoulders_1xx", 319016); DictSNORecipe.Add("T10_Legendary_Set_Inferno_002_Boots_1xx", 319017); DictSNORecipe.Add("T10_Legendary_Set_Inferno_002_Gloves_1xx", 319018); DictSNORecipe.Add("T10_Legendary_Set_Inferno_002_Helm_1xx", 319019); DictSNORecipe.Add("T10_Legendary_Set_Inferno_003_Axe_1H_1xx", 319020); DictSNORecipe.Add("T10_Legendary_Set_Inferno_003_CeremonialKnife_1xx", 319021); DictSNORecipe.Add("T10_Legendary_Set_Inferno_003_Fist_1xx", 319022); DictSNORecipe.Add("T10_Legendary_Set_Inferno_003_HandCrossbow_1xx", 319023); DictSNORecipe.Add("T10_Legendary_Set_Inferno_003_MightyWeapon_1H_1xx", 319024); DictSNORecipe.Add("T10_Legendary_Set_Inferno_003_Shield_1xx", 319025); DictSNORecipe.Add("T10_Legendary_Set_Inferno_003_Wand_1xx", 319026); DictSNORecipe.Add("T10_Legendary_Weapon_Axe_2H_1xx", 319027); DictSNORecipe.Add("T10_Legendary_Weapon_Bow_1xx", 319028); DictSNORecipe.Add("T10_Legendary_Weapon_CombatStaff_1xx", 319029); DictSNORecipe.Add("T10_Legendary_Weapon_Dagger_1xx", 319030); DictSNORecipe.Add("T10_Legendary_Weapon_Mace_1H_1xx", 319031); DictSNORecipe.Add("T10_Legendary_Weapon_Quiver_1xx", 319032); DictSNORecipe.Add("T10_Legendary_Weapon_Sword_1H_1xx", 318903); DictSNORecipe.Add("T10_Legendary_Weapon_Wand_1xx", 319033); DictSNORecipe.Add("T10_Weapon_Axe_1H", 440497); DictSNORecipe.Add("T10_Weapon_Axe_2H", 440611); DictSNORecipe.Add("T10_Weapon_Bow", 440503); DictSNORecipe.Add("T10_Weapon_CeremonialKnife", 440505); DictSNORecipe.Add("T10_Weapon_Crossbow", 440518); DictSNORecipe.Add("T10_Weapon_Dagger", 440523); DictSNORecipe.Add("T10_Weapon_Fist", 440537); DictSNORecipe.Add("T10_Weapon_Flail_1H", 440538); DictSNORecipe.Add("T10_Weapon_HandCrossbow", 440544); DictSNORecipe.Add("T10_Weapon_Mace_1H", 440551); DictSNORecipe.Add("T10_Weapon_MightyWeapon_1H", 440558); DictSNORecipe.Add("T10_Weapon_Mojo", 440567); DictSNORecipe.Add("T10_Weapon_Orb", 440590); DictSNORecipe.Add("T10_Weapon_Quiver", 440584); DictSNORecipe.Add("T10_Weapon_Staff", 440597); DictSNORecipe.Add("T10_Weapon_Sword_1H", 440605); DictSNORecipe.Add("T10_Weapon_Sword_2H", 440632); DictSNORecipe.Add("T10_Weapon_Wand", 440635); DictSNORecipe.Add("T11_Armor_Belt", 362204); DictSNORecipe.Add("T11_Armor_Boots", 362202); DictSNORecipe.Add("T11_Armor_Bracers", 362203); DictSNORecipe.Add("T11_Armor_Chest", 362198); DictSNORecipe.Add("T11_Armor_EnchantressSpecial", 362376); DictSNORecipe.Add("T11_Armor_Gloves", 362200); DictSNORecipe.Add("T11_Armor_Helm", 362196); DictSNORecipe.Add("T11_Armor_Pants", 362199); DictSNORecipe.Add("T11_Armor_ScoundrelSpecial", 362375); DictSNORecipe.Add("T11_Armor_Shield", 362194); DictSNORecipe.Add("T11_Armor_Shoulders", 362197); DictSNORecipe.Add("T11_Armor_TemplarSpecial", 362374); DictSNORecipe.Add("T11_Jeweler_Amulet", 440786); DictSNORecipe.Add("T11_Jeweler_Ring", 440780); DictSNORecipe.Add("T11_Weapon_Axe_1H", 362215); DictSNORecipe.Add("T11_Weapon_Axe_2H", 362220); DictSNORecipe.Add("T11_Weapon_Bow", 362232); DictSNORecipe.Add("T11_Weapon_CeremonialKnife", 362224); DictSNORecipe.Add("T11_Weapon_Crossbow", 362231); DictSNORecipe.Add("T11_Weapon_Dagger", 362226); DictSNORecipe.Add("T11_Weapon_Fist", 362213); DictSNORecipe.Add("T11_Weapon_Flail_1H", 362210); DictSNORecipe.Add("T11_Weapon_HandCrossbow", 362234); DictSNORecipe.Add("T11_Weapon_Mace_1H", 362217); DictSNORecipe.Add("T11_Weapon_MightyWeapon_1H", 362218); DictSNORecipe.Add("T11_Weapon_Mojo", 362228); DictSNORecipe.Add("T11_Weapon_Orb", 362227); DictSNORecipe.Add("T11_Weapon_Quiver", 362229); DictSNORecipe.Add("T11_Weapon_Staff", 362225); DictSNORecipe.Add("T11_Weapon_Sword_1H", 362216); DictSNORecipe.Add("T11_Weapon_Sword_2H", 362221); DictSNORecipe.Add("T11_Weapon_Wand", 362223); DictSNORecipe.Add("T12_Armor_Belt", 362320); DictSNORecipe.Add("T12_Armor_Boots", 362318); DictSNORecipe.Add("T12_Armor_Bracers", 362319); DictSNORecipe.Add("T12_Armor_ChampionsBelt", 362321); DictSNORecipe.Add("T12_Armor_Chest", 362264); DictSNORecipe.Add("T12_Armor_Cloak", 362322); DictSNORecipe.Add("T12_Armor_CrusaderShield", 362329); DictSNORecipe.Add("T12_Armor_EnchantressSpecial", 362379); DictSNORecipe.Add("T12_Armor_Gloves", 362316); DictSNORecipe.Add("T12_Armor_Helm", 362262); DictSNORecipe.Add("T12_Armor_Pants", 362265); DictSNORecipe.Add("T12_Armor_ScoundrelSpecial", 362378); DictSNORecipe.Add("T12_Armor_Shield", 362261); DictSNORecipe.Add("T12_Armor_Shoulders", 362263); DictSNORecipe.Add("T12_Armor_SpiritStone", 362324); DictSNORecipe.Add("T12_Armor_TemplarSpecial", 362377); DictSNORecipe.Add("T12_Armor_VoodooMask", 362325); DictSNORecipe.Add("T12_Armor_WizardHat", 362326); DictSNORecipe.Add("T12_Jeweler_Amulet", 364041); DictSNORecipe.Add("T12_Jeweler_Ring", 364042); DictSNORecipe.Add("T12_Legendary_Hellfire_Amulet_Dex_x1", 398286); DictSNORecipe.Add("T12_Legendary_Hellfire_Amulet_Int_x1", 398285); DictSNORecipe.Add("T12_Legendary_Hellfire_Amulet_Str_x1", 398284); DictSNORecipe.Add("T12_Legendary_Hellfire_Ring_x1", 364711); DictSNORecipe.Add("T12_Legendary_Set_Asheara_Boots_X1", 362607); DictSNORecipe.Add("T12_Legendary_Set_Asheara_Gloves_X1", 362605); DictSNORecipe.Add("T12_Legendary_Set_Asheara_Pants_X1", 362606); DictSNORecipe.Add("T12_Legendary_Set_Asheara_Shoulders_X1", 362604); DictSNORecipe.Add("T12_Legendary_Set_Borns_Chest_X1", 362590); DictSNORecipe.Add("T12_Legendary_Set_Borns_Shoulders_X1", 362591); DictSNORecipe.Add("T12_Legendary_Set_Borns_Sword_1H_X1", 362589); DictSNORecipe.Add("T12_Legendary_Set_Demon_Belt_X1", 362612); DictSNORecipe.Add("T12_Legendary_Set_Demon_Bracers_X1", 362615); DictSNORecipe.Add("T12_Legendary_Set_Demon_Chest_X1", 362611); DictSNORecipe.Add("T12_Legendary_Set_Demon_Pants_X1", 362613); DictSNORecipe.Add("T12_Legendary_Set_Demon_Shoulders_X1", 362614); DictSNORecipe.Add("T12_Legendary_Set_Guardian_Belt_X1", 362609); DictSNORecipe.Add("T12_Legendary_Set_Guardian_Bracers_X1", 362608); DictSNORecipe.Add("T12_Legendary_Set_Guardian_Helm_X1", 362610); DictSNORecipe.Add("T12_Legendary_Set_Hallowed_Axe_1H_X1", 362625); DictSNORecipe.Add("T12_Legendary_Set_Hallowed_CeremonialKnife_X1", 362622); DictSNORecipe.Add("T12_Legendary_Set_Hallowed_Fist_X1", 362624); DictSNORecipe.Add("T12_Legendary_Set_Hallowed_HandCrossbow_X1", 362623); DictSNORecipe.Add("T12_Legendary_Set_Hallowed_MightyWeapon_1H_X1", 362620); DictSNORecipe.Add("T12_Legendary_Set_Hallowed_Shield_X1", 362619); DictSNORecipe.Add("T12_Legendary_Set_Hallowed_Wand_X1", 362621); DictSNORecipe.Add("T12_Legendary_Set_Sage_Belt_X1", 483513); DictSNORecipe.Add("T12_Legendary_Set_Sage_Boots_X1", 362617); DictSNORecipe.Add("T12_Legendary_Set_Sage_Gloves_X1", 362616); DictSNORecipe.Add("T12_Legendary_Set_Sage_Helm_X1", 362618); DictSNORecipe.Add("T12_Legendary_Unique_Axe_1H_004_x1", 363262); DictSNORecipe.Add("T12_Legendary_Unique_Axe_2H_010_x1", 363282); DictSNORecipe.Add("T12_Legendary_Unique_Belt_004_x1", 363261); DictSNORecipe.Add("T12_Legendary_Unique_Boots_005_x1", 363272); DictSNORecipe.Add("T12_Legendary_Unique_Bow_007_x1", 363258); DictSNORecipe.Add("T12_Legendary_Unique_Bow_010_x1", 363285); DictSNORecipe.Add("T12_Legendary_Unique_Bracer_001_x1", 363292); DictSNORecipe.Add("T12_Legendary_Unique_Bracer_103_x1", 364163); DictSNORecipe.Add("T12_Legendary_Unique_CeremonialDagger_006_x1", 363260); DictSNORecipe.Add("T12_Legendary_Unique_Chest_019_x1", 363294); DictSNORecipe.Add("T12_Legendary_Unique_CombatStaff_2H_004_x1", 363286); DictSNORecipe.Add("T12_Legendary_Unique_CombatStaff_2H_008_x1", 363256); DictSNORecipe.Add("T12_Legendary_Unique_CruShield_101_x1", 370586); DictSNORecipe.Add("T12_Legendary_Unique_Dagger_006_x1", 363273); DictSNORecipe.Add("T12_Legendary_Unique_Fist_004_x1", 363269); DictSNORecipe.Add("T12_Legendary_Unique_Flail_1H_101_x1", 370585); DictSNORecipe.Add("T12_Legendary_Unique_Gloves_001_x1", 363265); DictSNORecipe.Add("T12_Legendary_Unique_HandXBow_006_x1", 363266); DictSNORecipe.Add("T12_Legendary_Unique_Helm_011_x1", 363289); DictSNORecipe.Add("T12_Legendary_Unique_Mace_1H_009_x1", 363284); DictSNORecipe.Add("T12_Legendary_Unique_Mace_2H_006_x1", 363267); DictSNORecipe.Add("T12_Legendary_Unique_Mighty_1H_001_x1", 363268); DictSNORecipe.Add("T12_Legendary_Unique_Mighty_2H_012_x1", 363259); DictSNORecipe.Add("T12_Legendary_Unique_Mojo_002_x1", 363264); DictSNORecipe.Add("T12_Legendary_Unique_Orb_004_x1", 363270); DictSNORecipe.Add("T12_Legendary_Unique_Pants_005_x1", 363297); DictSNORecipe.Add("T12_Legendary_Unique_Quiver_003_x1", 363288); DictSNORecipe.Add("T12_Legendary_Unique_Shield_011_x1", 363257); DictSNORecipe.Add("T12_Legendary_Unique_Shoulder_007_x1", 363298); DictSNORecipe.Add("T12_Legendary_Unique_Staff_002_x1", 363263); DictSNORecipe.Add("T12_Legendary_Unique_Sword_1H_019_x1", 363277); DictSNORecipe.Add("T12_Legendary_Unique_Wand_009_x1", 363287); DictSNORecipe.Add("T12_Legendary_Unique_XBow_004_x1", 363271); DictSNORecipe.Add("T12_Weapon_Axe_1H", 362332); DictSNORecipe.Add("T12_Weapon_Axe_2H", 362337); DictSNORecipe.Add("T12_Weapon_Bow", 362349); DictSNORecipe.Add("T12_Weapon_CeremonialKnife", 362341); DictSNORecipe.Add("T12_Weapon_CombatStaff", 362331); DictSNORecipe.Add("T12_Weapon_Crossbow", 362347); DictSNORecipe.Add("T12_Weapon_Dagger", 362343); DictSNORecipe.Add("T12_Weapon_Fist", 362330); DictSNORecipe.Add("T12_Weapon_Flail_1H", 362327); DictSNORecipe.Add("T12_Weapon_Flail_2H", 362328); DictSNORecipe.Add("T12_Weapon_HandCrossbow", 362350); DictSNORecipe.Add("T12_Weapon_Mace_1H", 362334); DictSNORecipe.Add("T12_Weapon_Mace_2H", 362339); DictSNORecipe.Add("T12_Weapon_MightyWeapon_1H", 362335); DictSNORecipe.Add("T12_Weapon_MightyWeapon_2H", 362336); DictSNORecipe.Add("T12_Weapon_Mojo", 362345); DictSNORecipe.Add("T12_Weapon_Orb", 362344); DictSNORecipe.Add("T12_Weapon_Polearm", 449393); DictSNORecipe.Add("T12_Weapon_Quiver", 362346); DictSNORecipe.Add("T12_Weapon_Spear", 444313); DictSNORecipe.Add("T12_Weapon_Staff", 362342); DictSNORecipe.Add("T12_Weapon_Sword_1H", 362333); DictSNORecipe.Add("T12_Weapon_Sword_2H", 362338); DictSNORecipe.Add("T12_Weapon_Wand", 362340); #endregion return DictSNORecipe; } public static Dictionary LoadScene() { Dictionary DictSNOScene = new Dictionary(); #region Scene DictSNOScene.Add("1000MonsterFight_E01_S02", 119999); DictSNOScene.Add("1000MonsterFight_E02_S01", 119993); DictSNOScene.Add("1000MonsterFight_E02_S02", 120002); DictSNOScene.Add("1000MonsterFight_E02_S03", 178242); DictSNOScene.Add("1000MonsterFight_E03_S01", 185339); DictSNOScene.Add("1000MonsterFight_E03_S02", 169403); DictSNOScene.Add("1000MonsterFight_Entrance_E01_S01", 184263); DictSNOScene.Add("1000MonsterFight_Entrance_E01_S02", 184163); DictSNOScene.Add("1000MonsterFight_Entrance_E02_S01", 184074); DictSNOScene.Add("1000MonsterFight_Entrance_E02_S02", 184105); DictSNOScene.Add("1000MonsterFight_Entrance_E03_S01", 182943); DictSNOScene.Add("1000MonsterFight_Entrance_E03_S02", 182937); DictSNOScene.Add("1000MonsterFight_Entrance_E04_S02", 182940); DictSNOScene.Add("a1dun_Leor_01_Filler", 30924); DictSNOScene.Add("a1dun_Leor_EW_01", 30925); DictSNOScene.Add("a1dun_Leor_EW_01_BellowsRoom", 52681); DictSNOScene.Add("a1dun_Leor_EW_02", 30926); DictSNOScene.Add("a1dun_Leor_E_Dead_End_01", 30927); DictSNOScene.Add("a1dun_Leor_E_DungeonStone_Exit_01", 184397); DictSNOScene.Add("a1dun_Leor_E_Entrance_01", 30928); DictSNOScene.Add("a1dun_Leor_E_Entrance_01_Estate", 451091); DictSNOScene.Add("a1dun_leor_E_Exit_01", 30929); DictSNOScene.Add("a1dun_Leor_Jail_E_01", 91397); DictSNOScene.Add("a1dun_Leor_Jail_Filler_01", 91311); DictSNOScene.Add("a1dun_Leor_Jail_Filler_Exit_01", 97158); DictSNOScene.Add("a1dun_Leor_Jail_Filler_NE_01", 99174); DictSNOScene.Add("a1dun_Leor_Jail_Filler_NW_01", 99178); DictSNOScene.Add("a1dun_Leor_Jail_Filler_SE_01", 99182); DictSNOScene.Add("a1dun_Leor_Jail_Filler_SW_01", 99186); DictSNOScene.Add("a1dun_Leor_Jail_NE_01", 91381); DictSNOScene.Add("a1dun_Leor_Jail_NSEW_01", 91435); DictSNOScene.Add("a1dun_Leor_Jail_NSEW_02", 91982); DictSNOScene.Add("a1dun_Leor_Jail_NSEW_03", 92335); DictSNOScene.Add("a1dun_Leor_Jail_NSEW_04", 93450); DictSNOScene.Add("a1dun_Leor_Jail_NSEW_05", 93835); DictSNOScene.Add("a1dun_Leor_Jail_NW_01", 91377); DictSNOScene.Add("a1dun_Leor_Jail_N_01", 91393); DictSNOScene.Add("a1dun_Leor_Jail_N_Dungeonstone_Exit_01", 354871); DictSNOScene.Add("a1dun_Leor_Jail_N_Exit_01", 95362); DictSNOScene.Add("a1dun_Leor_Jail_SE_01", 91322); DictSNOScene.Add("a1dun_Leor_Jail_SW_01", 91373); DictSNOScene.Add("a1dun_Leor_Jail_S_01", 91389); DictSNOScene.Add("a1dun_Leor_Jail_S_Entrance_01", 93289); DictSNOScene.Add("a1dun_Leor_Jail_W_01", 91385); DictSNOScene.Add("a1dun_Leor_NEW_01", 30930); DictSNOScene.Add("a1dun_Leor_NEW_02", 30931); DictSNOScene.Add("A1dun_Leor_NE_01", 30932); DictSNOScene.Add("a1dun_Leor_NE_02", 30933); DictSNOScene.Add("a1dun_Leor_NE_03", 183305); DictSNOScene.Add("a1dun_Leor_NSEW_01", 30934); DictSNOScene.Add("a1dun_Leor_NSEW_02", 30935); DictSNOScene.Add("a1dun_Leor_NSEW_03", 52682); DictSNOScene.Add("a1dun_Leor_NSEW_03_Diablo", 454175); DictSNOScene.Add("a1dun_Leor_NSE_01", 30936); DictSNOScene.Add("a1dun_Leor_NSE_02", 30937); DictSNOScene.Add("a1dun_Leor_NSW_01", 30938); DictSNOScene.Add("a1dun_Leor_NSW_02", 30939); DictSNOScene.Add("a1dun_Leor_NS_01", 30940); DictSNOScene.Add("a1dun_Leor_NS_01_Executioner", 52683); DictSNOScene.Add("a1dun_Leor_NS_02", 30941); DictSNOScene.Add("a1dun_Leor_NW_01", 30942); DictSNOScene.Add("a1dun_Leor_NW_02", 30943); DictSNOScene.Add("a1dun_Leor_N_Dead_End_01", 30944); DictSNOScene.Add("a1dun_Leor_N_DungeonStone_Exit_01", 184402); DictSNOScene.Add("a1dun_Leor_N_Entrance_01", 30945); DictSNOScene.Add("a1dun_Leor_N_Entrance_01_Estate", 451094); DictSNOScene.Add("a1dun_Leor_N_Exit_01", 1778); DictSNOScene.Add("A1dun_Leor_SEW_01", 30946); DictSNOScene.Add("a1dun_Leor_SEW_02", 30947); DictSNOScene.Add("a1dun_Leor_SE_01", 30948); DictSNOScene.Add("a1dun_Leor_SE_02", 30949); DictSNOScene.Add("a1dun_Leor_SE_02_WardlordOfBlood", 454657); DictSNOScene.Add("a1dun_Leor_SW_Hall_01", 30950); DictSNOScene.Add("a1dun_Leor_SW_Hall_01_B", 109551); DictSNOScene.Add("a1dun_Leor_SW_Hall_01_C", 109578); DictSNOScene.Add("a1dun_Leor_SW_Hall_02", 30951); DictSNOScene.Add("a1dun_Leor_S_Dead_End_01", 30952); DictSNOScene.Add("a1dun_Leor_S_DungeonStone_Exit_01", 184403); DictSNOScene.Add("a1dun_Leor_S_Entrance_01", 30953); DictSNOScene.Add("a1dun_Leor_S_Entrance_01_Estate", 451097); DictSNOScene.Add("a1dun_Leor_S_Exit_01", 30954); DictSNOScene.Add("a1dun_Leor_Tyrael_Back_Skybox_01", 148748); DictSNOScene.Add("a1dun_Leor_Tyrael_Filler_02", 135710); DictSNOScene.Add("a1dun_Leor_Tyrael_jail_01", 135396); DictSNOScene.Add("a1dun_Leor_Tyrael_Stairs_A_01", 135521); DictSNOScene.Add("a1dun_Leor_W_Dead_End_01", 30955); DictSNOScene.Add("a1dun_Leor_W_DungeonStone_Exit_01", 184404); DictSNOScene.Add("a1dun_Leor_W_Entrance_01", 30956); DictSNOScene.Add("a1dun_Leor_W_Entrance_01_Estate", 451100); DictSNOScene.Add("a1dun_Leor_W_Exit_01", 30957); DictSNOScene.Add("a1dun_Leor_W_Exit_Boss_01", 80422); DictSNOScene.Add("a1dun_Random_01_Filler", 204614); DictSNOScene.Add("a1dun_Random_EW_01", 209181); DictSNOScene.Add("a1dun_Random_E_01", 204624); DictSNOScene.Add("a1dun_Random_E_DungeonStone_Exit_01", 343946); DictSNOScene.Add("a1dun_Random_E_Dynamic_01", 409083); DictSNOScene.Add("a1dun_Random_E_Entrance_01", 211486); DictSNOScene.Add("a1dun_Random_E_Exit_01", 211487); DictSNOScene.Add("a1dun_Random_NSEW_01", 204737); DictSNOScene.Add("a1dun_Random_NSEW_02", 204745); DictSNOScene.Add("a1dun_Random_NSEW_03", 204755); DictSNOScene.Add("a1dun_Random_NSEW_04", 204765); DictSNOScene.Add("a1dun_Random_NSEW_05", 204775); DictSNOScene.Add("a1dun_Random_NS_01", 209225); DictSNOScene.Add("a1dun_Random_N_01", 204788); DictSNOScene.Add("a1dun_Random_N_DungeonStone_Exit_01", 343947); DictSNOScene.Add("a1dun_Random_N_Dynamic_01", 409084); DictSNOScene.Add("a1dun_Random_N_Entrance_01", 211488); DictSNOScene.Add("a1dun_Random_N_Exit_01", 211489); DictSNOScene.Add("a1dun_Random_S_01", 204804); DictSNOScene.Add("a1dun_Random_S_DungeonStone_Exit_01", 343948); DictSNOScene.Add("a1dun_Random_S_Dynamic_01", 409085); DictSNOScene.Add("a1dun_Random_S_Entrance_01", 211490); DictSNOScene.Add("a1dun_Random_S_Exit_01", 211491); DictSNOScene.Add("a1dun_Random_W_01", 204814); DictSNOScene.Add("a1dun_Random_W_DungeonStone_Exit_01", 343949); DictSNOScene.Add("a1dun_Random_W_Dynamic_01", 409086); DictSNOScene.Add("a1dun_Random_W_Entrance_01", 211492); DictSNOScene.Add("a1dun_Random_W_Exit_01", 211493); DictSNOScene.Add("a2dun_Aqd_01_Filler", 30958); DictSNOScene.Add("a2dun_Aqd_EW_01", 30959); DictSNOScene.Add("a2dun_Aqd_EW_01B", 30960); DictSNOScene.Add("a2dun_Aqd_EW_02", 30961); DictSNOScene.Add("a2dun_Aqd_EW_02_Jeweler", 198184); DictSNOScene.Add("a2dun_Aqd_E_01", 30962); DictSNOScene.Add("a2dun_Aqd_E_DungeonStone_Exit_01", 184460); DictSNOScene.Add("a2dun_Aqd_E_Entrance_01", 30963); DictSNOScene.Add("a2dun_Aqd_E_Exit_01", 57474); DictSNOScene.Add("a2dun_Aqd_NEW_01", 30964); DictSNOScene.Add("a2dun_Aqd_NEW_02", 1779); DictSNOScene.Add("a2dun_Aqd_NE_01", 30965); DictSNOScene.Add("a2dun_Aqd_NE_02", 30966); DictSNOScene.Add("a2dun_Aqd_NSEW_01", 30967); DictSNOScene.Add("a2dun_Aqd_NSEW_01B", 30968); DictSNOScene.Add("a2dun_Aqd_NSEW_01C", 30969); DictSNOScene.Add("a2dun_Aqd_NSEW_02", 30970); DictSNOScene.Add("a2dun_Aqd_NSE_01", 30971); DictSNOScene.Add("a2dun_Aqd_NSE_01B", 30972); DictSNOScene.Add("a2dun_Aqd_NSE_02", 30973); DictSNOScene.Add("a2dun_Aqd_NSE_Vault_01", 158161); DictSNOScene.Add("a2dun_Aqd_NSE_Vault_02", 80580); DictSNOScene.Add("a2dun_Aqd_NSW_01", 30975); DictSNOScene.Add("a2dun_Aqd_NSW_02", 30976); DictSNOScene.Add("a2dun_Aqd_NSW_02_Jeweler", 199783); DictSNOScene.Add("a2dun_Aqd_NS_01", 30977); DictSNOScene.Add("a2dun_Aqd_NS_02", 30978); DictSNOScene.Add("a2dun_Aqd_NW_01", 30979); DictSNOScene.Add("a2dun_Aqd_NW_02", 30980); DictSNOScene.Add("a2dun_Aqd_N_01", 30981); DictSNOScene.Add("a2dun_Aqd_N_DungeonStone_Exit_01", 184461); DictSNOScene.Add("a2dun_Aqd_N_Entrance_01", 30982); DictSNOScene.Add("a2dun_Aqd_N_Exit_01", 57475); DictSNOScene.Add("a2dun_Aqd_SEW_01", 30983); DictSNOScene.Add("a2dun_Aqd_SEW_01B", 1780); DictSNOScene.Add("a2dun_Aqd_SEW_02", 30984); DictSNOScene.Add("a2dun_Aqd_SE_01", 30985); DictSNOScene.Add("a2dun_Aqd_SE_02", 30986); DictSNOScene.Add("a2dun_Aqd_Special_01", 59372); DictSNOScene.Add("a2dun_Aqd_SW_02", 30987); DictSNOScene.Add("a2dun_Aqd_S_01", 30988); DictSNOScene.Add("a2dun_Aqd_S_DungeonStone_Exit_01", 184463); DictSNOScene.Add("a2dun_Aqd_S_Entrance_01", 30989); DictSNOScene.Add("a2dun_Aqd_S_Exit_01", 57476); DictSNOScene.Add("a2dun_Aqd_S_Exit_01_Jeweler", 198412); DictSNOScene.Add("a2dun_Aqd_W_01", 30990); DictSNOScene.Add("a2dun_Aqd_W_DungeonStone_Exit_01", 184464); DictSNOScene.Add("a2dun_Aqd_W_Entrance_01", 30991); DictSNOScene.Add("a2dun_Aqd_W_Exit_01", 57477); DictSNOScene.Add("a2dun_Belial_SkyboxA", 167899); DictSNOScene.Add("a2dun_Cald_E03_S01", 86590); DictSNOScene.Add("a2dun_Cald_E03_S02", 86586); DictSNOScene.Add("a2dun_Cald_E03_S03", 86583); DictSNOScene.Add("a2dun_Cald_E03_S04", 86579); DictSNOScene.Add("a2dun_Cald_E04_S01", 86589); DictSNOScene.Add("a2dun_Cald_E04_S02", 86585); DictSNOScene.Add("a2dun_Cald_E04_S03", 86582); DictSNOScene.Add("a2dun_Cald_E04_S04", 86578); DictSNOScene.Add("a2dun_Cald_Filler_C", 87837); DictSNOScene.Add("a2dun_Cald_Skybox", 165790); DictSNOScene.Add("a2dun_Cave_EW_01", 67723); DictSNOScene.Add("a2dun_Cave_E_01", 67675); DictSNOScene.Add("a2dun_Cave_E_dungeonStone_Exit_01", 153331); DictSNOScene.Add("a2dun_Cave_E_Entrance_01", 67690); DictSNOScene.Add("a2dun_Cave_E_Exit_01", 68142); DictSNOScene.Add("a2dun_Cave_Filler_01", 167942); DictSNOScene.Add("a2dun_Cave_Flooded_EW_01", 132029); DictSNOScene.Add("a2Dun_Cave_Flooded_E_01", 132203); DictSNOScene.Add("a2Dun_Cave_Flooded_E_DungeonStone_Exit_01", 160760); DictSNOScene.Add("a2Dun_Cave_Flooded_E_Entrance_01", 132208); DictSNOScene.Add("a2Dun_Cave_Flooded_E_Exit_01", 132213); DictSNOScene.Add("a2Dun_Cave_Flooded_NEW_01", 132238); DictSNOScene.Add("a2Dun_Cave_Flooded_NE_01", 132233); DictSNOScene.Add("a2Dun_Cave_Flooded_NSEW_01", 131902); DictSNOScene.Add("a2Dun_Cave_Flooded_NSE_01", 132248); DictSNOScene.Add("a2dun_Cave_Flooded_NSW_01", 132253); DictSNOScene.Add("a2Dun_Cave_Flooded_NS_01", 132243); DictSNOScene.Add("a2Dun_Cave_Flooded_NW_01", 132258); DictSNOScene.Add("a2Dun_Cave_Flooded_N_01", 132218); DictSNOScene.Add("a2Dun_Cave_Flooded_N_DungeonStone_Exit_01", 160834); DictSNOScene.Add("a2Dun_Cave_Flooded_N_Entrance_01", 132223); DictSNOScene.Add("a2Dun_Cave_Flooded_N_Exit_01", 132228); DictSNOScene.Add("a2Dun_Cave_Flooded_SEW_01", 132283); DictSNOScene.Add("a2Dun_Cave_Flooded_SE_01", 132278); DictSNOScene.Add("a2Dun_Cave_Flooded_SW_01", 132288); DictSNOScene.Add("a2Dun_Cave_Flooded_S_01", 132263); DictSNOScene.Add("a2Dun_Cave_Flooded_S_DungeonStone_Exit_01", 160850); DictSNOScene.Add("a2Dun_Cave_Flooded_S_Entrance_01", 132268); DictSNOScene.Add("a2Dun_Cave_Flooded_S_Exit_01", 132273); DictSNOScene.Add("a2Dun_Cave_Flooded_W_01", 132293); DictSNOScene.Add("a2Dun_Cave_Flooded_W_DungeonStone_Exit_01", 160878); DictSNOScene.Add("a2Dun_Cave_Flooded_W_Entrance_01", 132298); DictSNOScene.Add("a2Dun_Cave_Flooded_W_Exit_01", 132303); DictSNOScene.Add("a2dun_Cave_NEW_01", 67885); DictSNOScene.Add("a2dun_Cave_NE_01", 67811); DictSNOScene.Add("a2dun_Cave_NSEW_01", 67325); DictSNOScene.Add("a2dun_Cave_NSEW_Holes_01", 69174); DictSNOScene.Add("a2dun_Cave_NSEW_Worms_01", 68222); DictSNOScene.Add("a2dun_Cave_NSE_01", 59139); DictSNOScene.Add("a2dun_Cave_NSW_01", 67912); DictSNOScene.Add("a2Dun_Cave_NS_01", 69788); DictSNOScene.Add("a2dun_Cave_NW_01", 67931); DictSNOScene.Add("a2dun_Cave_N_01", 67775); DictSNOScene.Add("a2dun_Cave_N_dungeonStone_Exit_01", 153332); DictSNOScene.Add("a2dun_Cave_N_Entrance_01", 67790); DictSNOScene.Add("a2dun_Cave_N_Exit_01", 68143); DictSNOScene.Add("a2dun_Cave_SEW_01", 68091); DictSNOScene.Add("a2dun_Cave_SE_01", 68076); DictSNOScene.Add("a2dun_Cave_SW_01", 68110); DictSNOScene.Add("a2dun_Cave_S_01", 68057); DictSNOScene.Add("a2dun_Cave_S_dungeonStone_Exit_01", 153333); DictSNOScene.Add("a2dun_Cave_S_Entrance_01", 68067); DictSNOScene.Add("a2dun_Cave_S_Exit_01", 68144); DictSNOScene.Add("a2dun_Cave_W_01", 68119); DictSNOScene.Add("a2dun_Cave_W_dungeonStone_Exit_01", 153334); DictSNOScene.Add("a2dun_Cave_W_Entrance_01", 68130); DictSNOScene.Add("a2dun_Cave_W_Exit_01", 68145); DictSNOScene.Add("a2dun_Spider_01_Filler", 74880); DictSNOScene.Add("a2dun_Spider_02_Filler", 182753); DictSNOScene.Add("a2dun_Spider_EW_01", 30992); DictSNOScene.Add("a2dun_Spider_E_01", 30993); DictSNOScene.Add("a2dun_Spider_E_02", 69669); DictSNOScene.Add("a2dun_Spider_E_DungeonStone_Exit_01", 324796); DictSNOScene.Add("a2dun_Spider_E_Entrance_01", 30994); DictSNOScene.Add("a2dun_Spider_E_Exit_01", 398646); DictSNOScene.Add("a2dun_Spider_NSEW_01", 30995); DictSNOScene.Add("a2dun_Spider_NSEW_02", 30997); DictSNOScene.Add("a2dun_Spider_NSEW_03", 30998); DictSNOScene.Add("a2dun_Spider_NSEW_04", 71536); DictSNOScene.Add("a2dun_Spider_NSEW_05", 71938); DictSNOScene.Add("a2dun_Spider_NSEW_Queen", 61473); DictSNOScene.Add("a2dun_Spider_NS_01", 30999); DictSNOScene.Add("a2dun_Spider_NS_01_StomachAche", 123573); DictSNOScene.Add("a2dun_Spider_N_01", 31000); DictSNOScene.Add("a2dun_Spider_N_02", 31001); DictSNOScene.Add("a2dun_Spider_N_DungeonStone_Exit_01", 324793); DictSNOScene.Add("a2dun_Spider_N_Entrance_01", 398044); DictSNOScene.Add("a2dun_Spider_N_Exit_01", 398643); DictSNOScene.Add("a2dun_Spider_S_01", 31002); DictSNOScene.Add("a2dun_Spider_S_02", 69953); DictSNOScene.Add("a2dun_Spider_S_DungeonStone_Exit_01", 324794); DictSNOScene.Add("a2dun_Spider_S_Entrance_01", 398644); DictSNOScene.Add("a2dun_Spider_S_Exit_01", 182475); DictSNOScene.Add("a2dun_Spider_S_Queen", 72743); DictSNOScene.Add("a2dun_Spider_W_01", 31003); DictSNOScene.Add("a2dun_Spider_W_02", 70282); DictSNOScene.Add("a2dun_Spider_W_DungeonStone_Exit_01", 324795); DictSNOScene.Add("a2dun_Spider_W_Entrance_01", 397525); DictSNOScene.Add("a2dun_Spider_W_Exit_01", 398645); DictSNOScene.Add("a2dun_Swr_01_Filler", 31004); DictSNOScene.Add("a2dun_Swr_EW_01", 31005); DictSNOScene.Add("a2dun_Swr_EW_01B", 31006); DictSNOScene.Add("a2dun_Swr_EW_02", 31007); DictSNOScene.Add("a2dun_Swr_E_01", 31008); DictSNOScene.Add("a2dun_Swr_E_DungeonStone_Exit_01", 184426); DictSNOScene.Add("A2dun_Swr_E_Entrance_01", 31009); DictSNOScene.Add("a2dun_Swr_E_ExitToPrison_01", 174054); DictSNOScene.Add("a2dun_Swr_E_Exit_01", 58021); DictSNOScene.Add("a2dun_Swr_NEW_01", 31010); DictSNOScene.Add("a2dun_Swr_NEW_02", 31011); DictSNOScene.Add("a2dun_Swr_NE_01", 31012); DictSNOScene.Add("a2dun_Swr_NE_02", 31013); DictSNOScene.Add("a2dun_Swr_NSEW_01", 31014); DictSNOScene.Add("a2dun_Swr_NSEW_01B", 31015); DictSNOScene.Add("a2dun_Swr_NSEW_01C", 31016); DictSNOScene.Add("a2dun_Swr_NSEW_02", 31017); DictSNOScene.Add("a2dun_Swr_NSE_01", 31018); DictSNOScene.Add("a2dun_Swr_NSE_01B", 31019); DictSNOScene.Add("a2dun_Swr_NSE_02", 31020); DictSNOScene.Add("a2dun_Swr_NSW_01", 31021); DictSNOScene.Add("a2dun_Swr_NSW_02", 1782); DictSNOScene.Add("a2dun_Swr_NS_01", 31022); DictSNOScene.Add("a2dun_Swr_NS_02", 31023); DictSNOScene.Add("a2dun_Swr_NW_01", 31024); DictSNOScene.Add("a2dun_Swr_NW_02", 31025); DictSNOScene.Add("a2dun_Swr_N_01", 31026); DictSNOScene.Add("a2dun_Swr_N_DungeonStone_Exit_01", 184427); DictSNOScene.Add("a2dun_Swr_N_Entrance_01", 31027); DictSNOScene.Add("a2dun_Swr_N_ExitToPrison_01", 174055); DictSNOScene.Add("a2dun_Swr_N_Exit_01", 58022); DictSNOScene.Add("a2dun_Swr_SEW_01", 31028); DictSNOScene.Add("a2dun_Swr_SEW_01B", 31029); DictSNOScene.Add("a2dun_Swr_SEW_02", 31030); DictSNOScene.Add("a2dun_Swr_SE_01", 31031); DictSNOScene.Add("a2dun_Swr_SE_02", 31032); DictSNOScene.Add("a2dun_Swr_SW_02", 31033); DictSNOScene.Add("a2dun_Swr_S_01", 31034); DictSNOScene.Add("a2dun_Swr_S_DungeonStone_Exit_01", 184428); DictSNOScene.Add("a2dun_Swr_S_Entrance_01", 31035); DictSNOScene.Add("a2dun_Swr_S_ExitToPrison_01", 174056); DictSNOScene.Add("a2dun_Swr_S_Exit_01", 58023); DictSNOScene.Add("a2dun_Swr_S_Special_02", 58491); DictSNOScene.Add("a2dun_Swr_S_Special_04", 178462); DictSNOScene.Add("a2dun_Swr_W_01", 31036); DictSNOScene.Add("a2dun_Swr_W_DungeonStone_Exit_01", 184429); DictSNOScene.Add("a2dun_Swr_W_Entrance_01", 51230); DictSNOScene.Add("a2dun_Swr_W_ExitToPrison_01", 174057); DictSNOScene.Add("a2dun_Swr_W_Exit_01", 58024); DictSNOScene.Add("a2dun_Zolt_00_Filler", 213783); DictSNOScene.Add("a2dun_Zolt_01_Filler", 31037); DictSNOScene.Add("a2dun_Zolt_02_Filler", 31038); DictSNOScene.Add("a2dun_Zolt_02_Filler_Library", 68087); DictSNOScene.Add("a2dun_Zolt_02_Filler_tablet", 31039); DictSNOScene.Add("a2dun_Zolt_02_Filler_tablet_NS", 31040); DictSNOScene.Add("a2dun_Zolt_03_Filler", 1783); DictSNOScene.Add("a2dun_Zolt_05_Filler", 31042); DictSNOScene.Add("a2dun_Zolt_Bossfight", 59810); DictSNOScene.Add("a2dun_Zolt_EW_01", 31043); DictSNOScene.Add("a2dun_Zolt_EW_02", 31044); DictSNOScene.Add("a2dun_Zolt_EW_04", 31045); DictSNOScene.Add("a2dun_Zolt_E_01", 31046); DictSNOScene.Add("a2dun_Zolt_E_02", 31047); DictSNOScene.Add("a2dun_Zolt_E_03", 151790); DictSNOScene.Add("a2dun_Zolt_E_DungeonStone_Exit_01", 184616); DictSNOScene.Add("a2dun_Zolt_E_Entrance", 31048); DictSNOScene.Add("a2dun_Zolt_E_Exit", 31049); DictSNOScene.Add("a2dun_Zolt_Filler_Contraption_B", 75656); DictSNOScene.Add("a2dun_Zolt_FIller_fog_400", 168887); DictSNOScene.Add("a2dun_Zolt_Hall_EW_02", 31050); DictSNOScene.Add("a2dun_Zolt_Hall_EW_03", 31051); DictSNOScene.Add("a2dun_Zolt_Hall_EW_04", 31053); DictSNOScene.Add("a2dun_Zolt_Hall_EW_04_Library", 67027); DictSNOScene.Add("a2dun_Zolt_Hall_EW_200", 59216); DictSNOScene.Add("a2dun_Zolt_Hall_EW_480", 31055); DictSNOScene.Add("a2dun_Zolt_Hall_NS_01", 31056); DictSNOScene.Add("a2dun_Zolt_Hall_NS_02", 31057); DictSNOScene.Add("a2dun_Zolt_Hall_NS_03", 31058); DictSNOScene.Add("a2dun_Zolt_Hall_NS_200", 59558); DictSNOScene.Add("a2dun_Zolt_Hall_NS_480", 31059); DictSNOScene.Add("a2dun_Zolt_Hall_NS_480_02", 1784); DictSNOScene.Add("a2dun_Zolt_Hall_NS_480_02_Library", 67558); DictSNOScene.Add("a2dun_Zolt_NEW_01", 31061); DictSNOScene.Add("a2dun_Zolt_NE_01", 31062); DictSNOScene.Add("a2dun_Zolt_NSEW_01", 31063); DictSNOScene.Add("a2dun_Zolt_NSEW_01_CenterpieceA", 150675); DictSNOScene.Add("a2dun_Zolt_NSEW_01_CenterpieceC", 69230); DictSNOScene.Add("a2dun_Zolt_NSEW_02", 31064); DictSNOScene.Add("a2dun_Zolt_NSEW_02_Library", 67928); DictSNOScene.Add("a2dun_Zolt_NSE_02", 31066); DictSNOScene.Add("a2dun_Zolt_NSE_Library", 65903); DictSNOScene.Add("a2dun_Zolt_NSW_01", 31067); DictSNOScene.Add("a2dun_Zolt_NSW_01_Library", 67751); DictSNOScene.Add("a2dun_Zolt_NS_01", 31068); DictSNOScene.Add("a2dun_Zolt_NW_01", 31069); DictSNOScene.Add("a2dun_Zolt_N_01", 31070); DictSNOScene.Add("a2dun_Zolt_N_02", 31071); DictSNOScene.Add("a2dun_Zolt_N_03", 31072); DictSNOScene.Add("a2dun_Zolt_N_DungeonStone_Exit_01", 184618); DictSNOScene.Add("a2dun_Zolt_N_Entrance", 31073); DictSNOScene.Add("a2dun_Zolt_N_Exit", 31074); DictSNOScene.Add("a2dun_Zolt_N_Portal", 31075); DictSNOScene.Add("a2dun_Zolt_Portalroom_A", 31076); DictSNOScene.Add("a2dun_Zolt_Random_EW", 1785); DictSNOScene.Add("a2dun_Zolt_Random_EW_01", 31079); DictSNOScene.Add("a2dun_Zolt_Random_E_02", 31080); DictSNOScene.Add("a2dun_Zolt_Random_E_DungeonStone_Exit_01", 184808); DictSNOScene.Add("a2dun_Zolt_Random_E_Entrance_01", 31081); DictSNOScene.Add("a2dun_Zolt_Random_E_Entrance_01_Disabled", 31082); DictSNOScene.Add("a2dun_Zolt_Random_E_Exit_01", 31083); DictSNOScene.Add("a2dun_Zolt_Random_Filler_01", 31084); DictSNOScene.Add("a2dun_Zolt_Random_NEW_01", 31085); DictSNOScene.Add("a2dun_Zolt_Random_NE_01", 31086); DictSNOScene.Add("a2dun_Zolt_Random_NSEW", 31087); DictSNOScene.Add("a2dun_Zolt_Random_NSEW_02", 31088); DictSNOScene.Add("a2dun_Zolt_Random_NSE_01", 31089); DictSNOScene.Add("a2dun_Zolt_Random_NSW_01", 31090); DictSNOScene.Add("a2dun_Zolt_Random_NS_01", 31091); DictSNOScene.Add("a2dun_Zolt_Random_NW_01", 31092); DictSNOScene.Add("a2dun_Zolt_Random_N_02", 31093); DictSNOScene.Add("a2dun_Zolt_Random_N_DungeonStone_Exit_01", 184809); DictSNOScene.Add("a2dun_Zolt_Random_N_Entrance_01", 31094); DictSNOScene.Add("a2dun_Zolt_Random_N_Entrance_01_Disabled", 31095); DictSNOScene.Add("a2dun_Zolt_Random_N_Exit_01", 31096); DictSNOScene.Add("a2dun_Zolt_Random_SEW_02", 31097); DictSNOScene.Add("a2dun_Zolt_Random_SE_01", 1786); DictSNOScene.Add("a2dun_Zolt_Random_SW_02", 31098); DictSNOScene.Add("a2dun_Zolt_Random_S_02", 31099); DictSNOScene.Add("a2dun_Zolt_Random_S_DungeonStone_Exit_01", 184811); DictSNOScene.Add("a2dun_Zolt_Random_S_Entrance_01", 31100); DictSNOScene.Add("a2dun_Zolt_Random_S_Entrance_01_Disabled", 31101); DictSNOScene.Add("a2dun_Zolt_Random_S_Exit_01", 31102); DictSNOScene.Add("a2dun_Zolt_Random_W_02", 31103); DictSNOScene.Add("a2dun_Zolt_Random_W_03_Poltahr", 199502); DictSNOScene.Add("a2dun_Zolt_Random_W_DungeonStone_Exit_01", 184812); DictSNOScene.Add("a2dun_Zolt_Random_W_Entrance_01", 31105); DictSNOScene.Add("a2dun_Zolt_Random_W_Entrance_01_Disabled", 31106); DictSNOScene.Add("a2dun_Zolt_Random_W_Exit_01", 31107); DictSNOScene.Add("a2dun_Zolt_SEW_01", 31110); DictSNOScene.Add("a2dun_Zolt_SEW_02", 31111); DictSNOScene.Add("a2dun_Zolt_SE_01", 31112); DictSNOScene.Add("a2dun_Zolt_SE_02", 31113); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_EW", 131767); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_EW_01", 75480); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_E_02", 131819); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_E_Entrance_01", 75325); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_E_Exit_01", 131755); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_Filler_01", 75490); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_NEW_01", 131782); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_NE_01", 131776); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_NSEW", 131840); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_NSEW_02", 75437); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_NSE_01", 131788); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_NSW_01", 131793); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_NS_01", 131785); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_NW_01", 131796); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_N_02", 75478); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_N_Entrance_01", 86356); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_N_Exit_01", 131771); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_SEW_02", 131806); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_SE_01", 131803); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_SW_02", 131809); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_S_02", 75476); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_S_Entrance_01", 86368); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_S_Exit_01", 131799); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_W_02", 75488); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_W_03", 131812); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_W_Entrance_01", 86408); DictSNOScene.Add("a2dun_Zolt_Shadow_Realm_W_Exit_01", 131815); DictSNOScene.Add("a2dun_Zolt_SW_01", 31116); DictSNOScene.Add("a2dun_Zolt_SW_02", 1787); DictSNOScene.Add("a2dun_Zolt_SW_Library", 64242); DictSNOScene.Add("a2dun_Zolt_S_01", 31118); DictSNOScene.Add("a2dun_Zolt_S_02", 31119); DictSNOScene.Add("a2dun_Zolt_S_DungeonStone_Exit_01", 184619); DictSNOScene.Add("a2dun_Zolt_S_Entrance", 31120); DictSNOScene.Add("a2dun_Zolt_S_Exit", 31121); DictSNOScene.Add("a2dun_Zolt_W_01", 31123); DictSNOScene.Add("a2dun_Zolt_W_02", 31124); DictSNOScene.Add("a2dun_Zolt_W_DungeonStone_Exit_01", 184621); DictSNOScene.Add("a2dun_Zolt_W_Entrance", 31125); DictSNOScene.Add("a2dun_Zolt_W_Exit", 31126); DictSNOScene.Add("A2_Belial_Room_Intro", 202042); DictSNOScene.Add("a3Battlefield_BridgeVista", 110593); DictSNOScene.Add("a3Battlefield_CraterVista", 108080); DictSNOScene.Add("a3dun_AdriaTower_skybox_A", 195797); DictSNOScene.Add("a3dun_azmodan_arena_E01_N01", 146260); DictSNOScene.Add("a3dun_azmodan_arena_E01_S01", 146266); DictSNOScene.Add("a3dun_azmodan_arena_E01_S02", 147479); DictSNOScene.Add("a3dun_azmodan_arena_E02_N01", 147470); DictSNOScene.Add("a3dun_azmodan_arena_E02_S01", 147473); DictSNOScene.Add("a3dun_azmodan_arena_E02_S02", 147482); DictSNOScene.Add("a3dun_azmodan_arena_W01_N01", 146269); DictSNOScene.Add("a3dun_azmodan_arena_W01_S01", 146263); DictSNOScene.Add("a3dun_azmodan_arena_W01_S02", 147476); DictSNOScene.Add("a3dun_Bridge_Arch_T_01", 68157); DictSNOScene.Add("a3dun_Bridge_FillerC", 110544); DictSNOScene.Add("a3dun_Bridge_FillerC_Start", 179830); DictSNOScene.Add("a3dun_Bridge_NS_01", 67782); DictSNOScene.Add("a3dun_Bridge_NS_01_Chokepoint", 212920); DictSNOScene.Add("a3dun_Bridge_NS_03", 68027); DictSNOScene.Add("a3dun_Bridge_NS_03_Chokepoint", 212896); DictSNOScene.Add("a3dun_Bridge_NS_04", 68283); DictSNOScene.Add("a3dun_Bridge_NS_04_Chokepoint", 212912); DictSNOScene.Add("a3dun_Bridge_NS_B_02", 68414); DictSNOScene.Add("a3dun_Bridge_NS_Towers_03", 68169); DictSNOScene.Add("a3dun_Bridge_NS_Towers_05", 70501); DictSNOScene.Add("a3dun_Bridge_NS_Towers_B_01", 68500); DictSNOScene.Add("a3dun_Bridge_NS_Towers_B_02", 69756); DictSNOScene.Add("a3dun_Bridge_Room_Towers_B_02", 69821); DictSNOScene.Add("a3dun_Crater_Entrance_01_E01_N01", 142380); DictSNOScene.Add("a3dun_Crater_Entrance_01_E01_S01", 142370); DictSNOScene.Add("a3dun_Crater_Entrance_01_W01_N01", 142387); DictSNOScene.Add("a3dun_Crater_Entrance_01_W01_S01", 142375); DictSNOScene.Add("a3dun_Crater_Entrance_02_E01_N01", 146825); DictSNOScene.Add("a3dun_Crater_Entrance_02_E01_S01", 146820); DictSNOScene.Add("a3dun_Crater_Entrance_02_W01_N01", 146835); DictSNOScene.Add("a3dun_Crater_Entrance_02_W01_S01", 146830); DictSNOScene.Add("a3dun_Crater_Entrance_03_E01_N01", 151256); DictSNOScene.Add("a3dun_Crater_Entrance_03_E01_S01", 151262); DictSNOScene.Add("a3dun_Crater_Entrance_03_W01_N01", 151265); DictSNOScene.Add("a3dun_Crater_Entrance_03_W01_S01", 151259); DictSNOScene.Add("a3dun_Crater_EW_03_E01_N01", 116325); DictSNOScene.Add("a3dun_Crater_EW_03_E01_S01", 116333); DictSNOScene.Add("a3dun_Crater_EW_03_W01_N01", 116329); DictSNOScene.Add("a3dun_Crater_EW_03_W01_S01", 116321); DictSNOScene.Add("a3dun_Crater_EW_04_E01_N01", 116495); DictSNOScene.Add("a3dun_Crater_EW_04_E01_S01", 116503); DictSNOScene.Add("a3dun_Crater_EW_04_W01_N01", 116499); DictSNOScene.Add("a3dun_Crater_EW_04_W01_S01", 116491); DictSNOScene.Add("a3dun_Crater_E_Dead_End_01_E01_N01", 118004); DictSNOScene.Add("a3dun_Crater_E_Dead_End_01_E01_N01_LootRuns", 326340); DictSNOScene.Add("a3dun_Crater_E_Dead_End_01_E01_S01", 118013); DictSNOScene.Add("a3dun_Crater_E_Dead_End_01_W01_N01", 118007); DictSNOScene.Add("a3dun_Crater_E_Dead_End_01_W01_S01", 118010); DictSNOScene.Add("a3dun_Crater_E_Dead_End_02_E01_N01", 150771); DictSNOScene.Add("a3dun_Crater_E_Dead_End_02_E01_N01_Dungeonstone", 362184); DictSNOScene.Add("a3dun_Crater_E_Dead_End_02_E01_S01", 150777); DictSNOScene.Add("a3dun_Crater_E_Dead_End_02_W01_N01", 150774); DictSNOScene.Add("a3dun_Crater_E_Dead_End_02_W01_S01", 150768); DictSNOScene.Add("a3dun_Crater_FIller_A_01_E01_N01", 199983); DictSNOScene.Add("a3dun_Crater_FIller_A_01_E01_S01", 199989); DictSNOScene.Add("a3dun_Crater_FIller_A_01_W01_N01", 199992); DictSNOScene.Add("a3dun_Crater_FIller_A_01_W01_S01", 199986); DictSNOScene.Add("a3dun_Crater_Filler_NS_04_Low_W01_N01", 156378); DictSNOScene.Add("a3dun_Crater_Filler_NS_04_Low_W01_S01", 156372); DictSNOScene.Add("a3dun_Crater_Filler_S_exit_03_E01_N01", 156285); DictSNOScene.Add("a3dun_Crater_Filler_S_exit_03_E01_S01", 156292); DictSNOScene.Add("a3dun_Crater_Filler_S_exit_03_W01_N01", 156295); DictSNOScene.Add("a3dun_Crater_Filler_S_exit_03_W01_S01", 156288); DictSNOScene.Add("a3dun_Crater_NEW_01_E01_N01", 116996); DictSNOScene.Add("a3dun_Crater_NEW_01_E01_S01", 117004); DictSNOScene.Add("a3dun_Crater_NEW_01_W01_N01", 117000); DictSNOScene.Add("a3dun_Crater_NEW_01_W01_S01", 116992); DictSNOScene.Add("a3dun_Crater_NE_01_E01_N01", 111062); DictSNOScene.Add("a3dun_Crater_NE_01_E01_S01", 111071); DictSNOScene.Add("a3dun_Crater_NE_01_W01_N01", 111065); DictSNOScene.Add("a3dun_Crater_NE_01_W01_S01", 111068); DictSNOScene.Add("a3dun_Crater_NE_02_E01_N01", 120600); DictSNOScene.Add("a3dun_Crater_NE_02_E01_S01", 120574); DictSNOScene.Add("a3dun_Crater_NE_02_W01_N01", 120603); DictSNOScene.Add("a3dun_Crater_NE_02_W01_S01", 120606); DictSNOScene.Add("a3dun_Crater_NSEW_01_E01_N01", 86852); DictSNOScene.Add("a3dun_Crater_NSEW_01_E01_S01", 86855); DictSNOScene.Add("a3dun_Crater_NSEW_01_W01_N01", 86853); DictSNOScene.Add("a3dun_Crater_NSEW_01_W01_S01", 86854); DictSNOScene.Add("a3dun_Crater_NSE_01_E01_N01", 115454); DictSNOScene.Add("a3dun_Crater_NSE_01_E01_S01", 115462); DictSNOScene.Add("a3dun_Crater_NSE_01_W01_N01", 115458); DictSNOScene.Add("a3dun_Crater_NSE_01_W01_S01", 115450); DictSNOScene.Add("a3dun_Crater_NSW_01_E01_N01", 115223); DictSNOScene.Add("a3dun_Crater_NSW_01_E01_S01", 115232); DictSNOScene.Add("a3dun_Crater_NSW_01_W01_N01", 115226); DictSNOScene.Add("a3dun_Crater_NSW_01_W01_S01", 115229); DictSNOScene.Add("a3dun_Crater_NSW_02_E01_N01", 118415); DictSNOScene.Add("a3dun_Crater_NSW_02_E01_S01", 118423); DictSNOScene.Add("a3dun_Crater_NSW_02_W01_N01", 118419); DictSNOScene.Add("a3dun_Crater_NSW_02_W01_S01", 118411); DictSNOScene.Add("a3dun_Crater_NS_03_E01_N01", 120446); DictSNOScene.Add("a3dun_Crater_NS_03_E01_S01", 120454); DictSNOScene.Add("a3dun_Crater_NS_03_W01_N01", 120450); DictSNOScene.Add("a3dun_Crater_NS_03_W01_S01", 120442); DictSNOScene.Add("a3dun_Crater_NS_04_E01_N01", 115976); DictSNOScene.Add("a3dun_Crater_NS_04_E01_S01", 115984); DictSNOScene.Add("a3dun_Crater_NS_04_Low_E01_N01", 150337); DictSNOScene.Add("a3dun_Crater_NS_04_Low_E01_S01", 150343); DictSNOScene.Add("a3dun_Crater_NS_04_Low_W01_N01", 150346); DictSNOScene.Add("a3dun_Crater_NS_04_Low_W01_S01", 150340); DictSNOScene.Add("a3dun_Crater_NS_04_W01_N01", 115980); DictSNOScene.Add("a3dun_Crater_NS_04_W01_S01", 115972); DictSNOScene.Add("a3dun_Crater_NS_05_E01_N01", 121192); DictSNOScene.Add("a3dun_Crater_NS_05_E01_S01", 121200); DictSNOScene.Add("a3dun_Crater_NS_05_W01_N01", 121196); DictSNOScene.Add("a3dun_Crater_NS_05_W01_S01", 121188); DictSNOScene.Add("a3dun_Crater_NW_02_E01_N01", 107258); DictSNOScene.Add("a3dun_Crater_NW_02_E01_S01", 107248); DictSNOScene.Add("a3dun_Crater_NW_02_W01_N01", 107263); DictSNOScene.Add("a3dun_Crater_NW_02_W01_S01", 107253); DictSNOScene.Add("a3dun_Crater_NW_03_E01_N01", 120062); DictSNOScene.Add("a3dun_Crater_NW_03_E01_S01", 120071); DictSNOScene.Add("a3dun_Crater_NW_03_W01_N01", 120065); DictSNOScene.Add("a3dun_Crater_NW_03_W01_S01", 120068); DictSNOScene.Add("a3dun_Crater_N_Dead_End_01_E01_N01", 117841); DictSNOScene.Add("a3dun_Crater_N_Dead_End_01_E01_N01_LootRuns", 326337); DictSNOScene.Add("a3dun_Crater_N_Dead_End_01_E01_S01", 117850); DictSNOScene.Add("a3dun_Crater_N_Dead_End_01_W01_N01", 117844); DictSNOScene.Add("a3dun_Crater_N_Dead_End_01_W01_S01", 117847); DictSNOScene.Add("a3dun_Crater_SEW_01_E01_N01", 114347); DictSNOScene.Add("a3dun_Crater_SEW_01_E01_S01", 114356); DictSNOScene.Add("a3dun_Crater_SEW_01_W01_N01", 114350); DictSNOScene.Add("a3dun_Crater_SEW_01_W01_S01", 114353); DictSNOScene.Add("a3dun_Crater_SEW_02_E01_N01", 117763); DictSNOScene.Add("a3dun_Crater_SEW_02_E01_S01", 117771); DictSNOScene.Add("a3dun_Crater_SEW_02_W01_N01", 117767); DictSNOScene.Add("a3dun_Crater_SEW_02_W01_S01", 117759); DictSNOScene.Add("a3dun_Crater_SE_01_E01_N01", 116933); DictSNOScene.Add("a3dun_Crater_SE_01_E01_S01", 116942); DictSNOScene.Add("a3dun_Crater_SE_01_W01_N01", 116936); DictSNOScene.Add("a3dun_Crater_SE_01_W01_S01", 116939); DictSNOScene.Add("a3dun_Crater_SE_02_E01_N01", 116253); DictSNOScene.Add("a3dun_Crater_SE_02_E01_S01", 116263); DictSNOScene.Add("a3dun_Crater_SE_02_W01_N01", 116257); DictSNOScene.Add("a3dun_Crater_SE_02_W01_S01", 116260); DictSNOScene.Add("a3dun_Crater_SE_03_E01_N01", 115872); DictSNOScene.Add("a3dun_Crater_SE_03_E01_S01", 115881); DictSNOScene.Add("a3dun_Crater_SE_03_W01_N01", 115875); DictSNOScene.Add("a3dun_Crater_SE_03_W01_S01", 115878); DictSNOScene.Add("a3dun_Crater_SE_04_E01_N01", 120828); DictSNOScene.Add("a3dun_Crater_SE_04_E01_S01", 120836); DictSNOScene.Add("a3dun_Crater_SE_04_W01_N01", 120832); DictSNOScene.Add("a3dun_Crater_SE_04_W01_S01", 120824); DictSNOScene.Add("a3dun_Crater_Skybox_A", 108440); DictSNOScene.Add("a3dun_Crater_ST_Cent_01_E01_N01", 129725); DictSNOScene.Add("a3dun_Crater_ST_Cent_01_E01_S01", 129731); DictSNOScene.Add("a3dun_Crater_ST_Cent_01_W01_N01", 129734); DictSNOScene.Add("a3dun_Crater_ST_Cent_01_W01_S01", 129728); DictSNOScene.Add("a3dun_Crater_ST_Cent_01_W01_S01_Dungeonstone", 353097); DictSNOScene.Add("a3dun_Crater_ST_Cent_02_E01_N01", 131458); DictSNOScene.Add("a3dun_Crater_ST_Cent_02_E01_S01", 131464); DictSNOScene.Add("a3dun_Crater_ST_Cent_02_W01_N01", 131467); DictSNOScene.Add("a3dun_Crater_ST_Cent_02_W01_S01", 131461); DictSNOScene.Add("a3dun_Crater_ST_Cent_02_W01_S01_Dungeonstone", 353090); DictSNOScene.Add("a3dun_Crater_ST_Circ_01_E01_N01", 120297); DictSNOScene.Add("a3dun_Crater_ST_Circ_01_E01_S01", 120303); DictSNOScene.Add("a3dun_Crater_ST_Circ_01_W01_N01", 120300); DictSNOScene.Add("a3dun_Crater_ST_Circ_01_W01_S01", 120294); DictSNOScene.Add("a3dun_Crater_ST_Circ_01_W01_S01_Dungeonstone", 353099); DictSNOScene.Add("a3dun_Crater_ST_Circ_02_E01_N01", 141803); DictSNOScene.Add("a3dun_Crater_ST_Circ_02_E01_S01", 141804); DictSNOScene.Add("a3dun_Crater_ST_Circ_02_W01_N01", 141805); DictSNOScene.Add("a3dun_Crater_ST_Circ_02_W01_S01", 141807); DictSNOScene.Add("a3dun_Crater_ST_Circ_02_W01_S01_Dungeonstone", 353276); DictSNOScene.Add("a3dun_Crater_ST_Circ_Mistress_E01_N01", 133030); DictSNOScene.Add("a3dun_Crater_ST_Circ_Mistress_E01_S01", 133036); DictSNOScene.Add("a3dun_Crater_ST_Circ_Mistress_W01_N01", 133039); DictSNOScene.Add("a3dun_Crater_ST_Circ_Mistress_W01_S01", 133033); DictSNOScene.Add("a3dun_Crater_ST_Entrance_01_E01_N01", 129427); DictSNOScene.Add("a3dun_Crater_ST_Entrance_01_E01_S01", 129433); DictSNOScene.Add("a3dun_Crater_ST_Entrance_01_W01_N01", 129436); DictSNOScene.Add("a3dun_Crater_ST_Entrance_01_W01_S01", 129430); DictSNOScene.Add("a3dun_Crater_ST_Entrance_01_W01_S01_Dungeonstone", 353280); DictSNOScene.Add("a3dun_Crater_ST_Entrance_02_E01_N01", 130295); DictSNOScene.Add("a3dun_Crater_ST_Entrance_02_E01_S01", 130301); DictSNOScene.Add("a3dun_Crater_ST_Entrance_02_W01_N01", 130304); DictSNOScene.Add("a3dun_Crater_ST_Entrance_02_W01_S01", 130298); DictSNOScene.Add("a3dun_Crater_ST_Entrance_02_W01_S01_Dungeonstone", 353101); DictSNOScene.Add("a3dun_Crater_ST_Exit_01_E01_N01", 128931); DictSNOScene.Add("a3dun_Crater_ST_Exit_01_E01_N01_Dungeonstone", 353079); DictSNOScene.Add("a3dun_Crater_ST_Exit_01_E01_S01", 128937); DictSNOScene.Add("a3dun_Crater_ST_Exit_01_W01_N01", 128940); DictSNOScene.Add("a3dun_Crater_ST_Exit_01_W01_S01", 128934); DictSNOScene.Add("a3dun_Crater_SW_01_E01_N01", 112664); DictSNOScene.Add("a3dun_Crater_SW_01_E01_S01", 112673); DictSNOScene.Add("a3dun_Crater_SW_01_W01_N01", 112667); DictSNOScene.Add("a3dun_Crater_SW_01_W01_S01", 112670); DictSNOScene.Add("a3dun_Crater_S_Dead_End_01_E01_N01", 118309); DictSNOScene.Add("a3dun_Crater_S_Dead_End_01_E01_S01", 118318); DictSNOScene.Add("a3dun_Crater_S_Dead_End_01_E01_S01_LootRuns", 326344); DictSNOScene.Add("a3dun_Crater_S_Dead_End_01_W01_N01", 118312); DictSNOScene.Add("a3dun_Crater_S_Dead_End_01_W01_S01", 118315); DictSNOScene.Add("a3dun_Crater_S_Dead_End_02_E01_N01", 151076); DictSNOScene.Add("a3dun_Crater_S_Dead_End_02_E01_N01_Dungeonstone", 362191); DictSNOScene.Add("a3dun_Crater_S_Dead_End_02_E01_S01", 151082); DictSNOScene.Add("a3dun_Crater_S_Dead_End_02_W01_N01", 151085); DictSNOScene.Add("a3dun_Crater_S_Dead_End_02_W01_S01", 151079); DictSNOScene.Add("a3dun_Crater_S_Exit_02_E01_N01", 148100); DictSNOScene.Add("a3dun_Crater_S_Exit_02_E01_S01", 148089); DictSNOScene.Add("a3dun_Crater_S_Exit_02_W01_N01", 148105); DictSNOScene.Add("a3dun_Crater_S_Exit_02_W01_S01", 148095); DictSNOScene.Add("a3Dun_Crater_S_exit_03_E01_N01", 152712); DictSNOScene.Add("a3Dun_Crater_S_exit_03_E01_S01", 152718); DictSNOScene.Add("a3Dun_Crater_S_exit_03_W01_N01", 152721); DictSNOScene.Add("a3Dun_Crater_S_exit_03_W01_S01", 152715); DictSNOScene.Add("a3dun_Crater_W_Dead_End_01_E01_N01", 119065); DictSNOScene.Add("a3dun_Crater_W_Dead_End_01_E01_N01_LootRuns", 326346); DictSNOScene.Add("a3dun_Crater_W_Dead_End_01_E01_S01", 119074); DictSNOScene.Add("a3dun_Crater_W_Dead_End_01_W01_N01", 119068); DictSNOScene.Add("a3dun_Crater_W_Dead_End_01_W01_S01", 119071); DictSNOScene.Add("a3dun_hub_AdriaTower_01", 186550); DictSNOScene.Add("a3dun_hub_AdriaTower_Intro_01", 204708); DictSNOScene.Add("a3dun_hub_skybox_A", 193239); DictSNOScene.Add("a3dun_iceCaves_EW_01", 188826); DictSNOScene.Add("a3dun_iceCaves_E_01", 188842); DictSNOScene.Add("a3dun_iceCaves_E_DungeonStone_Exit_01", 189312); DictSNOScene.Add("a3dun_iceCaves_E_Entrance_01", 188852); DictSNOScene.Add("a3dun_iceCaves_E_Exit_01", 221695); DictSNOScene.Add("a3dun_iceCaves_Filler_01", 188860); DictSNOScene.Add("a3dun_iceCaves_NEW_01", 188872); DictSNOScene.Add("a3dun_iceCaves_NE_01", 188884); DictSNOScene.Add("a3dun_iceCaves_NSEW_01", 188753); DictSNOScene.Add("a3dun_iceCaves_NSEW_Holes_01", 189322); DictSNOScene.Add("a3dun_iceCaves_NSE_01", 188896); DictSNOScene.Add("a3dun_iceCaves_NSW_01", 188909); DictSNOScene.Add("a3dun_iceCaves_NS_01", 188926); DictSNOScene.Add("a3dun_iceCaves_NW_01", 188940); DictSNOScene.Add("a3dun_iceCaves_N_01", 188957); DictSNOScene.Add("a3dun_iceCaves_N_DungeonStone_Exit_01", 189323); DictSNOScene.Add("a3dun_iceCaves_N_Entrance_01", 188973); DictSNOScene.Add("a3dun_iceCaves_N_Exit_01", 221694); DictSNOScene.Add("a3dun_iceCaves_SEW_01", 189003); DictSNOScene.Add("a3dun_iceCaves_SE_01", 189016); DictSNOScene.Add("a3dun_iceCaves_SW_01", 189028); DictSNOScene.Add("a3dun_iceCaves_S_01", 189089); DictSNOScene.Add("a3dun_iceCaves_S_DungeonStone_Exit_01", 189324); DictSNOScene.Add("a3dun_iceCaves_S_Entrance_01", 189120); DictSNOScene.Add("a3dun_iceCaves_S_Exit_01", 221693); DictSNOScene.Add("a3dun_iceCaves_W_01", 189137); DictSNOScene.Add("a3dun_iceCaves_W_DungeonStone_Exit_01", 189325); DictSNOScene.Add("a3dun_iceCaves_W_Entrance_01", 189152); DictSNOScene.Add("a3dun_iceCaves_W_Exit_01", 189162); DictSNOScene.Add("a3dun_Keep_EW_01", 31127); DictSNOScene.Add("a3dun_Keep_EW_02", 31128); DictSNOScene.Add("a3dun_Keep_EW_03_Forge", 87483); DictSNOScene.Add("a3dun_Keep_E_01", 65900); DictSNOScene.Add("a3dun_Keep_E_DungeonStone_Exit_01", 183706); DictSNOScene.Add("a3dun_Keep_E_Entrance_01", 74014); DictSNOScene.Add("a3dun_Keep_E_Exit_01", 73912); DictSNOScene.Add("a3dun_Keep_E_Out_01", 147406); DictSNOScene.Add("a3dun_Keep_E_Out_01_Filler_N", 191210); DictSNOScene.Add("a3dun_Keep_E_Out_01_Filler_S", 190891); DictSNOScene.Add("a3dun_keep_FillScene_01", 31129); DictSNOScene.Add("a3dun_Keep_Gluttony_Filler_01", 166380); DictSNOScene.Add("a3dun_Keep_Gluttony_Hall_01", 165291); DictSNOScene.Add("a3dun_Keep_Gluttony_Hall_01_Uber", 263211); DictSNOScene.Add("a3dun_Keep_Gluttony_Hall_Exit_01", 166026); DictSNOScene.Add("a3dun_Keep_Gluttony_Room", 94927); DictSNOScene.Add("a3dun_Keep_Hub_Inn", 180638); DictSNOScene.Add("a3dun_Keep_NEW_01", 31130); DictSNOScene.Add("a3dun_Keep_NEW_02", 31131); DictSNOScene.Add("a3dun_Keep_NEW_03_River", 87484); DictSNOScene.Add("a3dun_Keep_NEW_04_River", 87486); DictSNOScene.Add("a3dun_Keep_NE_01", 31132); DictSNOScene.Add("a3dun_Keep_NE_02", 31133); DictSNOScene.Add("a3dun_Keep_NSEW_01", 31134); DictSNOScene.Add("a3dun_Keep_NSEW_02", 72815); DictSNOScene.Add("a3dun_Keep_NSEW_03_War", 87490); DictSNOScene.Add("a3dun_Keep_NSEW_04_War", 87491); DictSNOScene.Add("a3dun_Keep_NSEW_05_River", 87492); DictSNOScene.Add("a3dun_Keep_NSEW_06_River", 87493); DictSNOScene.Add("a3dun_Keep_NSEW_07", 87800); DictSNOScene.Add("a3dun_Keep_NSEW_08_River", 87494); DictSNOScene.Add("a3dun_Keep_NSE_01", 31135); DictSNOScene.Add("a3dun_Keep_NSE_02", 1788); DictSNOScene.Add("a3dun_Keep_NSW_01", 31136); DictSNOScene.Add("a3dun_Keep_NSW_02_War", 31137); DictSNOScene.Add("a3dun_Keep_NSW_03_Forge", 71107); DictSNOScene.Add("a3dun_Keep_NS_01", 31138); DictSNOScene.Add("a3dun_Keep_NS_02", 31139); DictSNOScene.Add("a3dun_Keep_NS_03_Forge", 87487); DictSNOScene.Add("a3dun_Keep_NS_04_Forge", 87488); DictSNOScene.Add("a3dun_Keep_NW_01", 31140); DictSNOScene.Add("a3dun_Keep_NW_02_Forge", 31141); DictSNOScene.Add("a3dun_Keep_N_01", 65907); DictSNOScene.Add("a3dun_Keep_N_DungeonStone_Exit_01", 183715); DictSNOScene.Add("a3dun_Keep_N_Entrance_01_River", 87482); DictSNOScene.Add("a3dun_Keep_N_Entrance_02", 89485); DictSNOScene.Add("a3dun_Keep_N_Exit_01", 73792); DictSNOScene.Add("a3dun_Keep_SEW_01", 31142); DictSNOScene.Add("a3dun_Keep_SEW_02_War", 31143); DictSNOScene.Add("a3dun_Keep_SE_01", 31144); DictSNOScene.Add("a3dun_Keep_SE_02", 31145); DictSNOScene.Add("a3dun_Keep_SE_03_War", 70715); DictSNOScene.Add("a3dun_Keep_SE_04_Forge", 81243); DictSNOScene.Add("a3dun_Keep_SW_01", 31146); DictSNOScene.Add("a3dun_Keep_SW_02", 31147); DictSNOScene.Add("a3dun_Keep_SW_03_Forge", 79983); DictSNOScene.Add("a3dun_Keep_S_01", 66163); DictSNOScene.Add("a3dun_Keep_S_DungeonStone_Exit_01", 183716); DictSNOScene.Add("a3dun_Keep_S_Entrance_01", 73987); DictSNOScene.Add("a3dun_Keep_S_Exit_01", 72775); DictSNOScene.Add("a3dun_Keep_W_01", 66166); DictSNOScene.Add("a3dun_Keep_W_DungeonStone_Exit_01", 183712); DictSNOScene.Add("a3dun_Keep_W_Entrance_01", 74062); DictSNOScene.Add("a3dun_Keep_W_Exit_01", 73935); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_01", 135737); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_01_A", 213244); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_02", 136036); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_02_A", 213247); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_03", 135979); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_EW_01", 163351); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_EW_01_A", 213253); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_EW_01_B", 213254); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_EW_01_C", 213255); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_EW_01_D", 213256); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_NE_01", 162729); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_NE_01_A", 213264); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_NE_01_B", 213265); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_NSEW_01", 162925); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_NSEW_01_A", 213266); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_NSEW_02", 219969); DictSNOScene.Add("a3dun_rmpt_dmg_Filler_NSEW_02_A", 219988); DictSNOScene.Add("a3dun_rmpt_EW_01", 71078); DictSNOScene.Add("a3dun_rmpt_EW_02_Dmg", 118282); DictSNOScene.Add("a3dun_rmpt_EW_03", 71167); DictSNOScene.Add("a3dun_rmpt_EW_04", 71177); DictSNOScene.Add("a3dun_rmpt_EW_Load_02", 72876); DictSNOScene.Add("a3dun_rmpt_E_Entrance_01", 109296); DictSNOScene.Add("a3dun_rmpt_E_Load_01_Dmg", 110490); DictSNOScene.Add("a3dun_rmpt_Filler_01", 73032); DictSNOScene.Add("a3dun_rmpt_Filler_01_A", 213194); DictSNOScene.Add("a3dun_rmpt_Filler_02", 73133); DictSNOScene.Add("a3dun_rmpt_Filler_03", 73142); DictSNOScene.Add("a3dun_rmpt_Filler_04", 76970); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01", 193431); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_A", 213197); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_B", 213199); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_C", 213201); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_D", 213203); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_E", 213205); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_F", 213212); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_G", 213213); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_H", 213214); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_I", 213215); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_J", 213216); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_K", 213217); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_L", 213280); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_M", 213281); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_N", 213282); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_O", 213283); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_P", 213284); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_Q", 213285); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_R", 213286); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_S", 213287); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_T", 213288); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_U", 213289); DictSNOScene.Add("a3dun_rmpt_Filler_Battle_01_V", 213290); DictSNOScene.Add("a3dun_rmpt_Filler_EW_01", 193940); DictSNOScene.Add("a3dun_rmpt_Filler_EW_01_A", 213223); DictSNOScene.Add("a3dun_rmpt_Filler_NE_01", 193920); DictSNOScene.Add("a3dun_rmpt_Filler_NE_01_A", 213228); DictSNOScene.Add("a3dun_rmpt_Filler_NE_01_B", 213229); DictSNOScene.Add("a3dun_rmpt_Filler_NE_01_C", 213230); DictSNOScene.Add("a3dun_rmpt_Filler_NSEW_01", 193903); DictSNOScene.Add("a3dun_rmpt_NE_01_Dmg", 111118); DictSNOScene.Add("a3dun_rmpt_NE_02_Dmg", 111361); DictSNOScene.Add("a3dun_rmpt_NE_03_Dmg", 116559); DictSNOScene.Add("a3dun_rmpt_NE_03_KOTH", 139815); DictSNOScene.Add("a3dun_rmpt_NE_04", 70962); DictSNOScene.Add("a3dun_rmpt_NS_01_Dmg", 117070); DictSNOScene.Add("a3dun_rmpt_NS_02", 71213); DictSNOScene.Add("a3dun_rmpt_NS_02_Dmg", 116011); DictSNOScene.Add("a3dun_rmpt_NS_03", 71216); DictSNOScene.Add("a3dun_rmpt_NS_04", 71279); DictSNOScene.Add("a3dun_rmpt_N_Entrance_01", 109118); DictSNOScene.Add("a3dun_rmpt_SW_01", 71341); DictSNOScene.Add("a3dun_rmpt_SW_02", 71344); DictSNOScene.Add("a3dun_rmpt_SW_02_Dmg", 112712); DictSNOScene.Add("a3dun_rmpt_SW_03_Dmg", 114855); DictSNOScene.Add("a3dun_rmpt_SW_04", 71350); DictSNOScene.Add("a3dun_rmpt_SW_05", 74907); DictSNOScene.Add("a3dun_rmpt_W_Load_01", 96987); DictSNOScene.Add("a3dun_vendors_A_E01_S01", 172888); DictSNOScene.Add("a3dun_vendors_A_E01_S02", 172876); DictSNOScene.Add("a3dun_vendors_A_E01_S03", 172863); DictSNOScene.Add("a3dun_vendors_A_E02_S01", 172884); DictSNOScene.Add("a3dun_vendors_A_E02_S02", 172872); DictSNOScene.Add("a3dun_vendors_A_E02_S03", 172908); DictSNOScene.Add("a3dun_vendors_A_W01_S01", 172892); DictSNOScene.Add("a3dun_vendors_A_W01_S02", 172880); DictSNOScene.Add("a3dun_vendors_A_W01_S03", 172868); DictSNOScene.Add("a3_Battlefield_ChokepointB_E01_S01", 86457); DictSNOScene.Add("a3_Battlefield_ChokepointB_E02_S01", 86456); DictSNOScene.Add("a3_Battlefield_ChokepointB_E03_S01", 86647); DictSNOScene.Add("a3_Battlefield_Chokepoint_B", 110571); DictSNOScene.Add("a3_Battlefield_EntranceA_E01_S01", 87073); DictSNOScene.Add("a3_Battlefield_EntranceA_E01_S02", 87072); DictSNOScene.Add("a3_Battlefield_EntranceA_E02_S01", 87181); DictSNOScene.Add("a3_Battlefield_EntranceA_E02_S02", 87083); DictSNOScene.Add("a3_Battlefield_Exit_E01_S01", 89897); DictSNOScene.Add("a3_Battlefield_Exit_E01_S02", 104649); DictSNOScene.Add("a3_Battlefield_Exit_E01_S03", 145392); DictSNOScene.Add("a3_Battlefield_Exit_E01_S04", 145413); DictSNOScene.Add("a3_Battlefield_Exit_E02_S02", 108064); DictSNOScene.Add("a3_Battlefield_Exit_E02_S03", 145396); DictSNOScene.Add("a3_Battlefield_Exit_W01_S02", 108060); DictSNOScene.Add("a3_Battlefield_Exit_W01_S03", 145404); DictSNOScene.Add("a3_Battlefield_NEW_02", 82831); DictSNOScene.Add("a3_Battlefield_NE_01", 82838); DictSNOScene.Add("a3_Battlefield_NSEW_02", 82879); DictSNOScene.Add("a3_Battlefield_NSE_02", 85997); DictSNOScene.Add("a3_Battlefield_NSE_02_Lava", 192564); DictSNOScene.Add("a3_Battlefield_NSW_02", 82901); DictSNOScene.Add("a3_Battlefield_NSW_02_Lava", 192733); DictSNOScene.Add("a3_Battlefield_NW_01", 82908); DictSNOScene.Add("a3_Battlefield_SE_01", 82939); DictSNOScene.Add("a3_Battlefield_SE_03", 86013); DictSNOScene.Add("a3_Battlefield_Sub120_DemonBallista_A", 100217); DictSNOScene.Add("a3_Battlefield_Sub120_DemonGenericA", 104738); DictSNOScene.Add("a3_Battlefield_Sub120_DemonGenericB", 104748); DictSNOScene.Add("a3_Battlefield_Sub120_DemonGenericC", 104759); DictSNOScene.Add("a3_Battlefield_Sub120_HumanGenericA", 104906); DictSNOScene.Add("a3_Battlefield_Sub120_HumanGenericB", 105421); DictSNOScene.Add("a3_Battlefield_Sub120_HumanGenericC", 106158); DictSNOScene.Add("a3_Battlefield_Sub120_HumanGenericD", 107211); DictSNOScene.Add("a3_Battlefield_Sub120_HumanGenericE", 108251); DictSNOScene.Add("a3_Battlefield_Sub120_IceCavesEntrance_A", 188349); DictSNOScene.Add("a3_Battlefield_Sub240_DemonCatapultA", 105359); DictSNOScene.Add("a3_Battlefield_Sub240_HumanOutpost_01", 104139); DictSNOScene.Add("a3_Battlefield_Sub240_HumanOutpost_02", 104406); DictSNOScene.Add("a3_Battlefield_Sub240_HumanOutpost_03", 104437); DictSNOScene.Add("a3_Battlefield_Sub240_ParentScene", 104176); DictSNOScene.Add("a3_Battlefield_SW_01", 82954); DictSNOScene.Add("a4dun_Diablo_Arena_E02_S02", 162976); DictSNOScene.Add("a4dun_Diablo_Arena_E02_S03", 163134); DictSNOScene.Add("a4dun_Diablo_Arena_E02_S04", 163146); DictSNOScene.Add("a4dun_Diablo_Arena_E03_S02", 163056); DictSNOScene.Add("a4dun_Diablo_Arena_E03_S03", 163137); DictSNOScene.Add("a4dun_Diablo_Arena_E03_S04", 163149); DictSNOScene.Add("a4dun_Diablo_Arena_E03_S05", 163299); DictSNOScene.Add("a4dun_Diablo_Arena_E04_S02", 163059); DictSNOScene.Add("a4dun_Diablo_Arena_E04_S03", 163140); DictSNOScene.Add("a4dun_Diablo_Arena_E04_S04", 163152); DictSNOScene.Add("a4dun_Diablo_Arena_E04_S05", 163302); DictSNOScene.Add("a4dun_Diablo_Arena_E05_S03", 163235); DictSNOScene.Add("a4dun_Diablo_Arena_E05_S04", 163217); DictSNOScene.Add("a4dun_Diablo_Arena_E05_S05", 163223); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E02_S02", 199909); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E02_S03", 199918); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E02_S04", 199927); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E03_S02", 199912); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E03_S03", 199921); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E03_S04", 199930); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E04_S02", 199915); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E04_S03", 199924); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E04_S05", 199939); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E05_S04", 199936); DictSNOScene.Add("a4dun_Diablo_Arena_Phase3_E05_S05", 199942); DictSNOScene.Add("a4dun_Diablo_Arena_Skybox_A", 169772); DictSNOScene.Add("a4dun_Diablo_Arena_skybox_A_phase3", 202977); DictSNOScene.Add("a4dun_Diablo_ShadowRealm_E01_S01", 175286); DictSNOScene.Add("a4dun_Diablo_ShadowRealm_E01_S01_MB313", 478145); DictSNOScene.Add("a4dun_Diablo_ShadowRealm_E01_S02", 175278); DictSNOScene.Add("a4dun_Diablo_ShadowRealm_E01_S02_MB313", 478146); DictSNOScene.Add("a4dun_Diablo_ShadowRealm_E02_S01", 175275); DictSNOScene.Add("a4dun_Diablo_ShadowRealm_E02_S01_MB313", 478147); DictSNOScene.Add("a4dun_Diablo_ShadowRealm_E02_S02", 175281); DictSNOScene.Add("a4dun_garden_level_01_E01_S03", 117202); DictSNOScene.Add("a4dun_garden_level_01_E01_S04", 117190); DictSNOScene.Add("a4dun_garden_level_01_E01_S05", 157408); DictSNOScene.Add("a4dun_garden_level_01_E01_S05_Dungeonstone", 354161); DictSNOScene.Add("a4dun_garden_level_01_E02_S03", 117199); DictSNOScene.Add("a4dun_garden_level_01_E02_S04", 117187); DictSNOScene.Add("a4dun_garden_level_01_E02_S05", 117178); DictSNOScene.Add("a4dun_garden_level_01_E03_S02", 117208); DictSNOScene.Add("a4dun_garden_level_01_E03_S03", 117223); DictSNOScene.Add("a4dun_garden_level_01_E03_S04", 117184); DictSNOScene.Add("a4dun_garden_level_01_E03_S05", 117175); DictSNOScene.Add("a4dun_garden_level_01_E04_S01", 117214); DictSNOScene.Add("a4dun_garden_level_01_E04_S02", 117205); DictSNOScene.Add("a4dun_garden_level_01_E04_S03", 117196); DictSNOScene.Add("a4dun_garden_level_01_E04_S04", 117181); DictSNOScene.Add("a4dun_garden_level_01_E04_S05", 148782); DictSNOScene.Add("a4dun_garden_level_01_E05_S01", 148779); DictSNOScene.Add("a4dun_garden_level_01_E05_S02", 118782); DictSNOScene.Add("a4dun_garden_level_01_E05_S04", 148785); DictSNOScene.Add("a4dun_garden_level_01_E05_S05", 183968); DictSNOScene.Add("a4dun_garden_level_01_W01_S03", 161832); DictSNOScene.Add("a4dun_garden_level_01_W01_S04", 160440); DictSNOScene.Add("a4dun_garden_level_01_W01_S05", 160434); DictSNOScene.Add("a4dun_garden_level_01_W01_S06", 160437); DictSNOScene.Add("a4dun_garden_level_02_E01_S03", 162229); DictSNOScene.Add("a4dun_garden_level_02_E01_S04", 120208); DictSNOScene.Add("a4dun_garden_level_02_E01_S04_Dungeonstone", 353866); DictSNOScene.Add("a4dun_garden_level_02_E01_S05", 120211); DictSNOScene.Add("a4dun_garden_level_02_E01_S06", 162219); DictSNOScene.Add("a4dun_garden_level_02_E02_S03", 121082); DictSNOScene.Add("a4dun_garden_level_02_E02_S04", 117525); DictSNOScene.Add("a4dun_garden_level_02_E02_S05", 117516); DictSNOScene.Add("a4dun_garden_level_02_E02_S06", 162222); DictSNOScene.Add("a4dun_garden_level_02_E03_S01", 117543); DictSNOScene.Add("a4dun_garden_level_02_E03_S02", 117537); DictSNOScene.Add("a4dun_garden_level_02_E03_S03", 117546); DictSNOScene.Add("a4dun_garden_level_02_E03_S04", 117522); DictSNOScene.Add("a4dun_garden_level_02_E03_S05", 121070); DictSNOScene.Add("a4dun_garden_level_02_E04_S01", 117540); DictSNOScene.Add("a4dun_garden_level_02_E04_S02", 117534); DictSNOScene.Add("a4dun_garden_level_02_E04_S03", 117528); DictSNOScene.Add("a4dun_garden_level_02_E04_S04", 117519); DictSNOScene.Add("a4dun_garden_level_02_E04_S05", 121066); DictSNOScene.Add("a4dun_garden_level_02_E05_N01", 162192); DictSNOScene.Add("a4dun_garden_level_02_E05_S01", 120205); DictSNOScene.Add("a4dun_garden_level_02_E05_S02", 117531); DictSNOScene.Add("a4dun_garden_level_02_E05_S03", 121078); DictSNOScene.Add("a4dun_garden_level_02_E05_S04", 121074); DictSNOScene.Add("a4dun_garden_level_02_E06_S01", 149719); DictSNOScene.Add("a4dun_garden_level_02_E06_S02", 149716); DictSNOScene.Add("a4dun_garden_level_02_W01_S04", 170892); DictSNOScene.Add("a4dun_garden_level_02_W01_S05", 162202); DictSNOScene.Add("a4dun_garden_level_03_E01_S03", 119730); DictSNOScene.Add("a4dun_garden_level_03_E01_S04", 117700); DictSNOScene.Add("a4dun_garden_level_03_E01_S05", 163460); DictSNOScene.Add("a4dun_garden_level_03_E02_S03", 117709); DictSNOScene.Add("a4dun_garden_level_03_E02_S04", 117697); DictSNOScene.Add("a4dun_garden_level_03_E02_S05", 119747); DictSNOScene.Add("a4dun_garden_level_03_E03_S02", 117715); DictSNOScene.Add("a4dun_garden_level_03_E03_S03", 117706); DictSNOScene.Add("a4dun_garden_level_03_E03_S04", 117694); DictSNOScene.Add("a4dun_garden_level_03_E03_S05", 117688); DictSNOScene.Add("a4dun_garden_level_03_E04_S01", 117718); DictSNOScene.Add("a4dun_garden_level_03_E04_S02", 117712); DictSNOScene.Add("a4dun_garden_level_03_E04_S02_Dungeonstone", 354149); DictSNOScene.Add("a4dun_garden_level_03_E04_S03", 117703); DictSNOScene.Add("a4dun_garden_level_03_E04_S04", 117691); DictSNOScene.Add("a4dun_garden_level_03_E04_S05", 117685); DictSNOScene.Add("a4dun_garden_level_03_E05_S01", 162939); DictSNOScene.Add("a4dun_garden_level_03_E05_S02", 143951); DictSNOScene.Add("a4dun_garden_level_03_E05_S03", 117721); DictSNOScene.Add("a4dun_garden_level_03_E05_S04", 119761); DictSNOScene.Add("a4dun_garden_level_03_E06_S02", 220077); DictSNOScene.Add("a4dun_garden_level_03_E06_S03", 220074); DictSNOScene.Add("a4dun_Garden_SkyboxA", 111687); DictSNOScene.Add("a4dun_Garden_SkyboxC", 165967); DictSNOScene.Add("a4dun_garden_SpireEntrance_E01_S03", 115897); DictSNOScene.Add("a4dun_garden_SpireEntrance_E02_S02", 103905); DictSNOScene.Add("a4dun_garden_SpireEntrance_E02_S03", 103907); DictSNOScene.Add("a4dun_garden_SpireEntrance_E03_S01", 115900); DictSNOScene.Add("a4dun_garden_SpireEntrance_E03_S02", 103903); DictSNOScene.Add("a4dun_garden_SpireEntrance_E03_S03", 103909); DictSNOScene.Add("a4dun_Heaven_1000_Monsters_Fight_Skybox", 182953); DictSNOScene.Add("a4dun_Heaven_Keep_Hub_Inn", 183801); DictSNOScene.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01", 147789); DictSNOScene.Add("a4dun_HellPortal_E_Dead_End_01_E01_N01_Dungeonstone", 362180); DictSNOScene.Add("a4dun_HellPortal_E_Dead_End_01_E01_S01", 147795); DictSNOScene.Add("a4dun_HellPortal_E_Dead_End_01_W01_N01", 147798); DictSNOScene.Add("a4dun_HellPortal_E_Dead_End_01_W01_S01", 147792); DictSNOScene.Add("a4dun_HellPortal_N_Dead_End_01_E01_N01", 147748); DictSNOScene.Add("a4dun_HellPortal_N_Dead_End_01_E01_S01", 147754); DictSNOScene.Add("a4dun_HellPortal_N_Dead_End_01_W01_N01", 147757); DictSNOScene.Add("a4dun_HellPortal_N_Dead_End_01_W01_S01", 147751); DictSNOScene.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01", 147708); DictSNOScene.Add("a4dun_HellPortal_S_Dead_End_01_E01_N01_Dungeonstone", 362188); DictSNOScene.Add("a4dun_HellPortal_S_Dead_End_01_E01_S01", 147714); DictSNOScene.Add("a4dun_HellPortal_S_Dead_End_01_W01_N01", 147717); DictSNOScene.Add("a4dun_HellPortal_S_Dead_End_01_W01_S01", 147711); DictSNOScene.Add("a4dun_HellPortal_W_Dead_End_01_E01_N01", 147661); DictSNOScene.Add("a4dun_HellPortal_W_Dead_End_01_E01_S01", 147667); DictSNOScene.Add("a4dun_HellPortal_W_Dead_End_01_W01_N01", 147671); DictSNOScene.Add("a4dun_HellPortal_W_Dead_End_01_W01_S01", 147664); DictSNOScene.Add("a4dun_spire_corrupt_EW_01", 151143); DictSNOScene.Add("a4dun_spire_corrupt_EW_02", 151319); DictSNOScene.Add("a4dun_spire_corrupt_EW_02_firewall", 223766); DictSNOScene.Add("a4dun_spire_corrupt_EW_02_Spikes", 223742); DictSNOScene.Add("a4dun_spire_corrupt_E_01", 151655); DictSNOScene.Add("a4dun_spire_corrupt_E_Dungeonstone_Exit_01", 261453); DictSNOScene.Add("a4dun_spire_corrupt_E_Entrance_01", 151979); DictSNOScene.Add("a4dun_spire_corrupt_E_Exit_01", 156637); DictSNOScene.Add("a4dun_spire_corrupt_E_Exit_01_Izual", 225196); DictSNOScene.Add("a4dun_spire_corrupt_E_Exit_01_TyraelPurpose", 185174); DictSNOScene.Add("a4dun_spire_corrupt_Filler_01", 154952); DictSNOScene.Add("a4dun_spire_corrupt_NEW_01", 152038); DictSNOScene.Add("a4dun_spire_corrupt_NE_01", 152562); DictSNOScene.Add("a4dun_spire_corrupt_NE_02", 152610); DictSNOScene.Add("a4dun_spire_corrupt_NSEW_01", 152935); DictSNOScene.Add("a4dun_spire_corrupt_NSEW_02", 221307); DictSNOScene.Add("a4dun_spire_corrupt_NSE_01", 133974); DictSNOScene.Add("a4dun_spire_corrupt_NSW_01", 151698); DictSNOScene.Add("a4dun_spire_corrupt_NS_01", 153112); DictSNOScene.Add("a4dun_spire_corrupt_NS_02", 153250); DictSNOScene.Add("a4dun_spire_corrupt_NS_02_Firewall", 224644); DictSNOScene.Add("a4dun_spire_corrupt_NS_02_Spikes", 220797); DictSNOScene.Add("a4dun_spire_corrupt_NW_01", 153287); DictSNOScene.Add("a4dun_spire_corrupt_N_01", 154038); DictSNOScene.Add("a4dun_spire_corrupt_N_Dungeonstone_Exit_01", 261456); DictSNOScene.Add("a4dun_spire_corrupt_N_Entrance_01", 154056); DictSNOScene.Add("a4dun_spire_corrupt_N_Exit_01", 154066); DictSNOScene.Add("a4dun_spire_corrupt_N_Exit_01_Izual", 225197); DictSNOScene.Add("a4dun_spire_corrupt_N_Exit_01_TyraelPurpose", 185175); DictSNOScene.Add("a4dun_spire_corrupt_SEW_01", 154118); DictSNOScene.Add("a4dun_spire_corrupt_SE_01", 154189); DictSNOScene.Add("a4dun_spire_corrupt_SE_02", 154223); DictSNOScene.Add("a4dun_spire_corrupt_SW_01", 154639); DictSNOScene.Add("a4dun_spire_corrupt_S_01", 154687); DictSNOScene.Add("a4dun_spire_corrupt_S_Dungeonstone_Exit_01", 261455); DictSNOScene.Add("a4dun_spire_corrupt_S_Entrance_01", 154731); DictSNOScene.Add("a4dun_spire_corrupt_S_Exit_01", 156649); DictSNOScene.Add("a4dun_spire_corrupt_S_Exit_01_Izual", 225213); DictSNOScene.Add("a4dun_spire_corrupt_S_Exit_01_TyraelPurpose", 185176); DictSNOScene.Add("a4dun_spire_corrupt_W_01", 154791); DictSNOScene.Add("a4dun_spire_corrupt_W_Dungeonstone_Exit_01", 261454); DictSNOScene.Add("a4dun_spire_corrupt_W_Entrance_01", 154821); DictSNOScene.Add("a4dun_spire_corrupt_W_Exit_01", 155325); DictSNOScene.Add("a4dun_spire_corrupt_W_Exit_01_Izual", 225214); DictSNOScene.Add("a4dun_spire_corrupt_W_Exit_01_TyraelPurpose", 185177); DictSNOScene.Add("a4dun_spire_DiabloEntrance_E01_S01", 205114); DictSNOScene.Add("a4dun_spire_DiabloEntrance_E01_S02", 205105); DictSNOScene.Add("a4dun_spire_DiabloEntrance_E01_S03", 205117); DictSNOScene.Add("a4dun_spire_DiabloEntrance_E02_S01", 205111); DictSNOScene.Add("a4dun_spire_DiabloEntrance_E02_S02", 205102); DictSNOScene.Add("a4dun_spire_DiabloEntrance_E02_S03", 205096); DictSNOScene.Add("a4dun_spire_DiabloEntrance_E03_S01", 205108); DictSNOScene.Add("a4dun_spire_DiabloEntrance_E03_S02", 205099); DictSNOScene.Add("a4dun_spire_DiabloEntrance_E03_S03", 205093); DictSNOScene.Add("a4dun_spire_exterior_E01_S03", 215060); DictSNOScene.Add("a4dun_spire_exterior_E02_S03", 215063); DictSNOScene.Add("a4dun_spire_exterior_E03_S01", 215042); DictSNOScene.Add("a4dun_spire_exterior_E03_S02", 215054); DictSNOScene.Add("a4dun_spire_exterior_E03_S03", 215221); DictSNOScene.Add("a4dun_spire_exterior_Filler", 215658); DictSNOScene.Add("a4dun_spire_exterior_Skybox", 215068); DictSNOScene.Add("a4dun_spire_LibraryOfFate_01", 136302); DictSNOScene.Add("a4dun_spire_LibraryOfFate_01_Filler_Crystals", 157418); DictSNOScene.Add("a4dun_spire_LibraryOfFate_01_Filler_N", 155369); DictSNOScene.Add("a4dun_spire_LibraryOfFate_01_Filler_NE", 158187); DictSNOScene.Add("a4dun_spire_LibraryOfFate_01_Filler_NW", 157587); DictSNOScene.Add("a4dun_spire_LibraryOfFate_01_Filler_S", 156037); DictSNOScene.Add("a4dun_spire_LibraryOfFate_01_Filler_SW", 158149); DictSNOScene.Add("a4dun_spire_LibraryOfFate_01_Filler_W", 155975); DictSNOScene.Add("a4dun_spire_LibraryOfFate_Entrance_01", 156173); DictSNOScene.Add("a4dun_spire_MainEntrance_E01_S01", 197449); DictSNOScene.Add("a4dun_spire_MainEntrance_E01_S02", 197440); DictSNOScene.Add("a4dun_spire_MainEntrance_E01_S03", 197452); DictSNOScene.Add("a4dun_spire_MainEntrance_E02_S01", 197446); DictSNOScene.Add("a4dun_spire_MainEntrance_E02_S02", 197437); DictSNOScene.Add("a4dun_spire_MainEntrance_E02_S03", 197431); DictSNOScene.Add("a4dun_spire_MainEntrance_E03_S01", 197443); DictSNOScene.Add("a4dun_spire_MainEntrance_E03_S02", 197434); DictSNOScene.Add("a4dun_spire_MainEntrance_E03_S03", 197428); DictSNOScene.Add("a4dun_spire_SigilRoom_A", 139964); DictSNOScene.Add("a4dun_spire_SigilRoom_A_Entrance", 162534); DictSNOScene.Add("a4dun_spire_SigilRoom_A_Filler_E", 206386); DictSNOScene.Add("a4dun_spire_SigilRoom_A_Filler_N", 165366); DictSNOScene.Add("a4dun_spire_SigilRoom_A_Filler_NW", 165439); DictSNOScene.Add("a4dun_spire_SigilRoom_A_Filler_W", 164516); DictSNOScene.Add("a4dun_spire_SigilRoom_B", 140708); DictSNOScene.Add("a4dun_spire_SigilRoom_B_Entrance", 163778); DictSNOScene.Add("a4dun_spire_SigilRoom_C", 181642); DictSNOScene.Add("a4dun_spire_SigilRoom_C_Entrance", 181735); DictSNOScene.Add("a4dun_spire_SigilRoom_D", 180509); DictSNOScene.Add("a4dun_spire_SigilRoom_D_Entrance", 181725); DictSNOScene.Add("a4dun_Uber_Diablo_ShadowRealm_E02_S02", 365974); DictSNOScene.Add("a4dun_Uber_Diablo_ShadowRealm_E02_S02_MB313", 478148); DictSNOScene.Add("a4dun_vendors_A_E01_S01", 183502); DictSNOScene.Add("a4dun_vendors_A_E01_S02", 183505); DictSNOScene.Add("a4dun_vendors_A_E01_S03", 183507); DictSNOScene.Add("a4dun_vendors_A_E02_S01", 183519); DictSNOScene.Add("a4dun_vendors_A_E02_S02", 183545); DictSNOScene.Add("a4dun_vendors_A_E02_S03", 183553); DictSNOScene.Add("a4dun_vendors_A_W01_S01", 183555); DictSNOScene.Add("a4dun_vendors_A_W01_S02", 183556); DictSNOScene.Add("a4dun_vendors_A_W01_S03", 183557); DictSNOScene.Add("BattleNet_Act2Screen", 191374); DictSNOScene.Add("BattleNet_Act3Screen", 191477); DictSNOScene.Add("BattleNet_Act4Screen", 191488); DictSNOScene.Add("BattleNet_Act5Screen", 288103); DictSNOScene.Add("BattleNet_MainScreen", 148533); DictSNOScene.Add("BattleNet_PVPScreen", 194281); DictSNOScene.Add("caOut_Arena_Alcarnus", 195199); DictSNOScene.Add("caOut_BelialFight", 61843); DictSNOScene.Add("caOut_Boneyard_Edge_E_01", 51232); DictSNOScene.Add("caOut_Boneyard_Edge_E_02", 51233); DictSNOScene.Add("caOut_Boneyard_Edge_NE_03", 52731); DictSNOScene.Add("caOut_Boneyard_Edge_NE_04", 52732); DictSNOScene.Add("caOut_Boneyard_Edge_NW_04", 52734); DictSNOScene.Add("caOut_Boneyard_Edge_N_02", 52735); DictSNOScene.Add("caOut_Boneyard_Edge_SE_04", 52737); DictSNOScene.Add("caOut_Boneyard_Edge_SW_03", 52738); DictSNOScene.Add("caOut_Boneyard_Edge_SW_04", 52739); DictSNOScene.Add("caOut_Boneyard_Edge_W_02", 52740); DictSNOScene.Add("caOut_Boneyard_Edge_W_03", 197673); DictSNOScene.Add("caOut_Boneyard_ExitA_E01_S01", 155462); DictSNOScene.Add("caOut_Boneyard_ExitA_E01_S02", 155456); DictSNOScene.Add("caOut_Boneyard_ExitA_E02_S01", 155453); DictSNOScene.Add("caOut_Boneyard_ExitA_E02_S02", 155459); DictSNOScene.Add("caOut_Boneyard_ExitA_Skybox", 155515); DictSNOScene.Add("caOut_Boneyard_ExitA_W01_S01", 180119); DictSNOScene.Add("caOut_Boneyard_ExitA_W01_S02", 180116); DictSNOScene.Add("caOut_Boneyard_Filler", 378252); DictSNOScene.Add("caOut_Boneyard_Sub240_AntLionsDen_01", 53587); DictSNOScene.Add("caOut_Boneyard_Sub240_AntLionsDen_01_Dungeonstone", 360612); DictSNOScene.Add("caOut_Boneyard_Sub240_AntLionsDen_01_LootRun", 360611); DictSNOScene.Add("caOut_Boneyard_Sub240_FieldOfBones_01", 54310); DictSNOScene.Add("caOut_Boneyard_Sub240_POIs", 54543); DictSNOScene.Add("caOut_Boneyard_Sub240_SandSpout_Single_01", 54316); DictSNOScene.Add("caOut_Boneyard_Sub240_SkullSpawner_01", 53601); DictSNOScene.Add("caOut_Boneyard_Sub240_SnakeBones_01", 53610); DictSNOScene.Add("caOut_Boneyard_Sub240_TarPits_01", 54322); DictSNOScene.Add("caOut_Boneyard_Sub80_Bones_02", 54511); DictSNOScene.Add("caOut_Boneyard_Sub80_Bones_03", 54525); DictSNOScene.Add("caOut_Boneyard_Sub80_Bones_04", 54751); DictSNOScene.Add("caOut_Boneyard_Sub80_Bones_05", 54764); DictSNOScene.Add("caOut_Boneyard_Sub80_Bones_06", 54772); DictSNOScene.Add("caOut_Boneyard_Sub80_Bones_07", 54605); DictSNOScene.Add("caOut_Boneyard_Sub80_Bones_08", 54592); DictSNOScene.Add("caOut_Boneyard_Sub80_Bones_09", 54586); DictSNOScene.Add("caOut_Boneyard_Sub80_Bones_10", 54550); DictSNOScene.Add("caOut_Boneyard_Sub80_GenericCaveEntrance_01", 132661); DictSNOScene.Add("caOut_Boneyard_Sub80_SpiderCaveEntrance_01", 54714); DictSNOScene.Add("caOut_Boneyard_Sub80_Waypoint", 143405); DictSNOScene.Add("caOut_Boneyard_Sub80_WormCaveEntrance_01", 54718); DictSNOScene.Add("caOut_Boneyard_Sub80_ZKDungeonEntrance_02", 141260); DictSNOScene.Add("caOut_Hub_Inn", 174529); DictSNOScene.Add("caOut_Interior_B_x01_y01", 31488); DictSNOScene.Add("caOut_Interior_C_x01_y01", 51245); DictSNOScene.Add("caOut_Interior_D_x01_y01", 51246); DictSNOScene.Add("caOut_Interior_F_x01_y01", 2846); DictSNOScene.Add("caOut_Interior_G_x01_y01", 52888); DictSNOScene.Add("caOut_Interior_H_HoneyRoom", 165462); DictSNOScene.Add("caOut_Interior_H_Rockworm", 159544); DictSNOScene.Add("caOut_Interior_I", 136376); DictSNOScene.Add("caOut_Interior_I_CorpseEater", 180494); DictSNOScene.Add("caOut_Mine_Abandoned_CellarA", 72685); DictSNOScene.Add("caOut_Oasis_AqueductEntranceA", 57508); DictSNOScene.Add("caOut_Oasis_AqueductExitA", 57577); DictSNOScene.Add("caOut_Oasis_Cellar_A", 129967); DictSNOScene.Add("caOut_Oasis_Cellar_B", 130071); DictSNOScene.Add("caOut_Oasis_Cellar_C", 131879); DictSNOScene.Add("caOut_Oasis_Cellar_D", 132569); DictSNOScene.Add("caOut_Oasis_Edge_E_01", 52889); DictSNOScene.Add("caOut_Oasis_Edge_E_02", 196967); DictSNOScene.Add("caOut_Oasis_Edge_E_02_AO_1", 206728); DictSNOScene.Add("caOut_Oasis_Edge_NE_01", 53725); DictSNOScene.Add("caOut_Oasis_Edge_NE_01_Dungeonstone", 409797); DictSNOScene.Add("caOut_Oasis_Edge_NE_02", 53759); DictSNOScene.Add("caOut_Oasis_Edge_NW_01", 53703); DictSNOScene.Add("caOut_Oasis_Edge_NW_01_Dungeonstone", 409796); DictSNOScene.Add("caOut_Oasis_Edge_NW_02", 53771); DictSNOScene.Add("caOut_Oasis_Edge_NW_03", 58118); DictSNOScene.Add("caOut_Oasis_Edge_N_02", 57980); DictSNOScene.Add("caOut_Oasis_Edge_SE_01", 53707); DictSNOScene.Add("caOut_Oasis_Edge_SE_01B", 187853); DictSNOScene.Add("caOut_Oasis_Edge_SE_01B_Dungeonstone", 409794); DictSNOScene.Add("caOut_Oasis_Edge_SE_02", 53780); DictSNOScene.Add("caOut_Oasis_Edge_SW_01", 53715); DictSNOScene.Add("caOut_Oasis_Edge_SW_01_AO_1", 214153); DictSNOScene.Add("caOut_Oasis_Edge_SW_01_Dungeonstone", 409795); DictSNOScene.Add("caOut_Oasis_Edge_SW_02", 53741); DictSNOScene.Add("caOut_Oasis_Edge_SW_04", 114665); DictSNOScene.Add("caOut_Oasis_Edge_S_01", 53711); DictSNOScene.Add("caOut_Oasis_Edge_W_01", 53723); DictSNOScene.Add("caOut_Oasis_ExitA_E01_S01", 115601); DictSNOScene.Add("caOut_Oasis_ExitA_E01_S02", 115604); DictSNOScene.Add("caOut_Oasis_ExitA_E01_S03", 136755); DictSNOScene.Add("caOut_Oasis_ExitA_E02_S01", 115598); DictSNOScene.Add("caOut_Oasis_ExitA_E02_S02", 115607); DictSNOScene.Add("caOut_Oasis_ExitA_E02_S03", 136752); DictSNOScene.Add("caOut_Oasis_Filler_01", 409776); DictSNOScene.Add("caOut_Oasis_Sub240_Cenote_Prisoners", 68269); DictSNOScene.Add("caOut_Oasis_Sub240_LunaticPools", 72760); DictSNOScene.Add("caOut_Oasis_Sub240_POI", 58597); DictSNOScene.Add("caOut_Oasis_Sub240_POI_Edge", 221482); DictSNOScene.Add("caOut_Oasis_Sub240_RakanishuShrine", 68264); DictSNOScene.Add("caOut_Oasis_Sub240_WaterPuzzle", 70871); DictSNOScene.Add("caOut_Oasis_Sub240_Water_Money", 71310); DictSNOScene.Add("caOut_Oasis_Sub80_Cenote", 74182); DictSNOScene.Add("caOut_Oasis_Sub80_Cenote_DungeonEntranceA", 68275); DictSNOScene.Add("caOut_Oasis_Sub80_DungeonCavesA", 57679); DictSNOScene.Add("caOut_Oasis_Sub80_DungeonZKRandomB", 57672); DictSNOScene.Add("caOut_Oasis_Sub80_GenericHut", 69479); DictSNOScene.Add("caOut_Oasis_Sub80_GenericHutCellar", 69440); DictSNOScene.Add("caOut_Oasis_Sub80_GenericTerrainA", 115417); DictSNOScene.Add("caOut_Oasis_Sub80_LunaticPool", 72851); DictSNOScene.Add("caOut_Oasis_Sub80_Pool_01", 113511); DictSNOScene.Add("caOut_Oasis_Sub80_Water_Eel", 74448); DictSNOScene.Add("caOut_Oasis_Sub80_Waypoint", 143181); DictSNOScene.Add("caOut_Oasis_Sub80_ZakarwaHut", 61828); DictSNOScene.Add("caOut_RefugeeCamp_E01_S01", 161516); DictSNOScene.Add("caOut_RefugeeCamp_E01_S02", 161510); DictSNOScene.Add("caOut_RefugeeCamp_E01_S03", 185542); DictSNOScene.Add("caOut_RefugeeCamp_E02_S01", 161507); DictSNOScene.Add("caOut_RefugeeCamp_E02_S02", 161513); DictSNOScene.Add("caOut_RefugeeCamp_E02_S03", 185545); DictSNOScene.Add("caOut_RefugeeCamp_Skybox", 161518); DictSNOScene.Add("caOut_StingingWinds_E02_S07", 31268); DictSNOScene.Add("caOut_StingingWinds_E02_S08", 31269); DictSNOScene.Add("caOut_StingingWinds_E02_S09", 1795); DictSNOScene.Add("caOut_StingingWinds_E02_S10", 31270); DictSNOScene.Add("caOut_StingingWinds_E03_S06", 31282); DictSNOScene.Add("caOut_StingingWinds_E03_S07", 31283); DictSNOScene.Add("caOut_StingingWinds_E03_S08", 31284); DictSNOScene.Add("caOut_StingingWinds_E03_S09", 31285); DictSNOScene.Add("caOut_StingingWinds_E03_S10", 31286); DictSNOScene.Add("caOut_StingingWinds_E04_S06", 31301); DictSNOScene.Add("caOut_StingingWinds_E04_S07", 31302); DictSNOScene.Add("caOut_StingingWinds_E04_S08", 31303); DictSNOScene.Add("caOut_StingingWinds_E04_S09", 31304); DictSNOScene.Add("caOut_StingingWinds_E04_S10", 31305); DictSNOScene.Add("caOut_StingingWinds_E05_S05", 31319); DictSNOScene.Add("caOut_StingingWinds_E05_S06", 31320); DictSNOScene.Add("caOut_StingingWinds_E05_S07", 31321); DictSNOScene.Add("caOut_StingingWinds_E05_S08", 31322); DictSNOScene.Add("caOut_StingingWinds_E05_S09", 31323); DictSNOScene.Add("caOut_StingingWinds_E05_S10", 31324); DictSNOScene.Add("caOut_StingingWinds_E05_S11", 31325); DictSNOScene.Add("caOut_StingingWinds_E05_S12", 31326); DictSNOScene.Add("caOut_StingingWinds_E06_S05", 31340); DictSNOScene.Add("caOut_StingingWinds_E06_S06", 31341); DictSNOScene.Add("caOut_StingingWinds_E06_S07", 31342); DictSNOScene.Add("caOut_StingingWinds_E06_S08", 31343); DictSNOScene.Add("caOut_StingingWinds_E06_S09", 31344); DictSNOScene.Add("caOut_StingingWinds_E06_S10", 31345); DictSNOScene.Add("caOut_StingingWinds_E06_S11", 1799); DictSNOScene.Add("caOut_StingingWinds_E06_S12", 31346); DictSNOScene.Add("caOut_StingingWinds_E07_S05", 31361); DictSNOScene.Add("caOut_StingingWinds_E07_S06", 31362); DictSNOScene.Add("caOut_StingingWinds_E07_S07", 31363); DictSNOScene.Add("caOut_StingingWinds_E07_S08", 31364); DictSNOScene.Add("caOut_StingingWinds_E07_S09", 1800); DictSNOScene.Add("caOut_StingingWinds_E07_S10", 31365); DictSNOScene.Add("caOut_StingingWinds_E07_S11", 31366); DictSNOScene.Add("caOut_StingingWinds_E07_S12", 31367); DictSNOScene.Add("caOut_StingingWinds_E07_S13", 31368); DictSNOScene.Add("caOut_StingingWinds_E07_S14", 31369); DictSNOScene.Add("caOut_StingingWinds_E07_S15", 110462); DictSNOScene.Add("caOut_StingingWinds_E07_S16", 110459); DictSNOScene.Add("caOut_StingingWinds_E07_S17", 110456); DictSNOScene.Add("caOut_StingingWinds_E08_S04", 31381); DictSNOScene.Add("caOut_StingingWinds_E08_S05", 31382); DictSNOScene.Add("caOut_StingingWinds_E08_S06", 31383); DictSNOScene.Add("caOut_StingingWinds_E08_S07", 1801); DictSNOScene.Add("caOut_StingingWinds_E08_S09", 31385); DictSNOScene.Add("caOut_StingingWinds_E08_S10", 31386); DictSNOScene.Add("caOut_StingingWinds_E08_S11", 31387); DictSNOScene.Add("caOut_StingingWinds_E08_S12", 31388); DictSNOScene.Add("caOut_StingingWinds_E08_S13", 31389); DictSNOScene.Add("caOut_StingingWinds_E08_S14", 31390); DictSNOScene.Add("caOut_StingingWinds_E08_S15", 31391); DictSNOScene.Add("caOut_StingingWinds_E08_S16", 110465); DictSNOScene.Add("caOut_StingingWinds_E08_S17", 110453); DictSNOScene.Add("caOut_StingingWinds_E09_S08", 31405); DictSNOScene.Add("caOut_StingingWinds_E09_S09", 31406); DictSNOScene.Add("caOut_StingingWinds_E09_S10", 31407); DictSNOScene.Add("caOut_StingingWinds_E09_S11", 31408); DictSNOScene.Add("caOut_StingingWinds_E09_S12", 31409); DictSNOScene.Add("caOut_StingingWinds_E09_S13", 31410); DictSNOScene.Add("caOut_StingingWinds_E09_S14", 31411); DictSNOScene.Add("caOut_StingingWinds_E09_S15", 31412); DictSNOScene.Add("caOut_StingingWinds_E09_S16", 31413); DictSNOScene.Add("caOut_StingingWinds_E09_S17", 110450); DictSNOScene.Add("caOut_StingingWinds_E10_S14", 31432); DictSNOScene.Add("caOut_StingingWinds_E10_S15", 31433); DictSNOScene.Add("caOut_StingingWinds_Sub80_SunkenShip", 117865); DictSNOScene.Add("caOut_Sub240x240_Battlements_Destroyed", 72696); DictSNOScene.Add("caOut_Sub240x240_Battlements_Ruin", 31571); DictSNOScene.Add("caOut_Sub240x240_Caravan_Destroyed_A", 31590); DictSNOScene.Add("caOut_Sub240x240_LandRift_Natural_B", 31602); DictSNOScene.Add("caOut_Sub240x240_Mine_Abandoned", 31603); DictSNOScene.Add("caOut_Sub240x240_Mine_Destroyed", 31604); DictSNOScene.Add("caOut_Sub240x240_Tower_Ruin", 31623); DictSNOScene.Add("caOut_Sub240x240_Tower_Ruin_Entrance", 31622); DictSNOScene.Add("caOut_Sub80x80_Beast_Dead", 31678); DictSNOScene.Add("caOut_Sub80x80_CaveEntrance_A", 31679); DictSNOScene.Add("caOut_Sub80x80_CultistCamp_A", 31680); DictSNOScene.Add("caOut_Sub80x80_DeadGuyCamp", 31681); DictSNOScene.Add("caOut_Sub80x80_DungeonEntrance_A", 31684); DictSNOScene.Add("caOut_Sub80x80_DungeonEntrance_C", 31687); DictSNOScene.Add("caOut_Sub80x80_Rocks_A", 31690); DictSNOScene.Add("caOut_Sub80x80_Rocks_Hive", 165579); DictSNOScene.Add("caOut_Sub80x80_Shark_Pool_A", 31692); DictSNOScene.Add("caOut_Sub80x80_Tower_A", 31694); DictSNOScene.Add("caOut_Sub80x80_Wagon_Broken", 31695); DictSNOScene.Add("caOut_Sub80x80_Well_Ruin", 31696); DictSNOScene.Add("Flatworld_500x500", 32328); DictSNOScene.Add("FlatWorld_Brown_empty", 32331); DictSNOScene.Add("Flatworld_PVP_demo", 265833); DictSNOScene.Add("Lost_Souls_Leor_01_Filler", 456390); DictSNOScene.Add("Lost_Souls_px_festeringWoods_Border_NE_01", 459640); DictSNOScene.Add("Lost_Souls_px_festeringWoods_Border_NSE_01", 459639); DictSNOScene.Add("Lost_Souls_px_festeringWoods_Border_NSW_01", 459638); DictSNOScene.Add("Lost_Souls_px_festeringWoods_Border_NW_01", 459641); DictSNOScene.Add("Lost_Souls_trDun_Cath_W_01", 456801); DictSNOScene.Add("Lost_Souls_trOut_FesteringWoods_120_Edge_Filler", 459097); DictSNOScene.Add("Lost_Souls_x1_fortress_Filler_01_B", 457944); DictSNOScene.Add("Lost_Souls_x1_fortress_Filler_02_B", 457945); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_Elbow_NW_02", 459622); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_02", 459621); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NEW_03", 459616); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_02", 459624); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSE_04", 459619); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_03", 459620); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NSW_04", 459611); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_NW_02", 459618); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_02", 459623); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SEW_03", 459615); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SE_01", 459625); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_120_Edge_SW_01", 459617); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_Background", 459089); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E02_S01", 459084); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S01", 459085); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S02", 459086); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E03_S03", 459087); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S03", 459090); DictSNOScene.Add("Lost_Souls_x1_Pand_Ext_ImperiusGauntlet_E04_S04", 459088); DictSNOScene.Add("Lost_Souls_x1_Pand_HexMaze_Edge_E_01", 457949); DictSNOScene.Add("Lost_Souls_x1_Pand_HexMaze_Edge_N_01", 457950); DictSNOScene.Add("Lost_Souls_x1_Pand_HexMaze_EW_01", 457947); DictSNOScene.Add("Lost_Souls_x1_Pand_HexMaze_NSEW_02", 457948); DictSNOScene.Add("Lost_Souls_x1_westm_deathorb_B_W01_N01", 457952); DictSNOScene.Add("Lost_Souls_x1_westm_deathorb_B_W01_N02", 457954); DictSNOScene.Add("Lost_Souls_x1_westm_deathorb_B_W02_N01", 457953); DictSNOScene.Add("Lost_Souls_x1_westm_deathorb_B_W02_N02", 457951); DictSNOScene.Add("Lost_Souls_x1_westm_deathorb_B_W02_S01", 458149); DictSNOScene.Add("Lost_Souls_x1_westm_intro_E02_N01", 457938); DictSNOScene.Add("Lost_Souls_x1_westm_intro_E02_S01", 457939); DictSNOScene.Add("LS_3dun_Crater_EW_03_W01_N01", 467808); DictSNOScene.Add("LS_a1dun_Leor_01_Filler", 462503); DictSNOScene.Add("LS_a1dun_Leor_EW_01", 461461); DictSNOScene.Add("LS_a1dun_Leor_EW_01b", 462719); DictSNOScene.Add("LS_a1dun_Leor_NE_02", 462500); DictSNOScene.Add("LS_a1dun_Leor_NSW_01", 462501); DictSNOScene.Add("LS_a1dun_Leor_N_Dead_End_01", 462502); DictSNOScene.Add("LS_a1dun_Leor_SE_02", 462499); DictSNOScene.Add("LS_a1dun_Leor_S_Dead_End_01", 462514); DictSNOScene.Add("LS_a3dun_Crater_EW_03_E01_N01", 467806); DictSNOScene.Add("LS_a3dun_Crater_EW_03_E01_S01", 467807); DictSNOScene.Add("LS_a3dun_Crater_EW_03_W01_S01", 467809); DictSNOScene.Add("LS_a3dun_Crater_NE_01_E01_N01", 462487); DictSNOScene.Add("LS_a3dun_Crater_NE_01_E01_S01", 462488); DictSNOScene.Add("LS_a3dun_Crater_NE_01_W01_N01", 462489); DictSNOScene.Add("LS_a3dun_Crater_NE_01_W01_S01", 462490); DictSNOScene.Add("LS_a3dun_Crater_SW_01_E01_N01", 462495); DictSNOScene.Add("LS_a3dun_Crater_SW_01_E01_S01", 462496); DictSNOScene.Add("LS_a3dun_Crater_SW_01_W01_N01", 462497); DictSNOScene.Add("LS_a3dun_Crater_SW_01_W01_S01", 462498); DictSNOScene.Add("LS_a3dun_Keep_EW_01", 467039); DictSNOScene.Add("LS_a3dun_Keep_NSEW_02", 468148); DictSNOScene.Add("LS_a3dun_Keep_NS_02", 467088); DictSNOScene.Add("LS_a4dun_spire_corrupt_NS_02", 464560); DictSNOScene.Add("LS_a4dun_spire_corrupt_NW_01", 460991); DictSNOScene.Add("LS_a4dun_spire_corrupt_W_01", 460986); DictSNOScene.Add("LS_a4dun_spire_LibraryOfFate_01", 462998); DictSNOScene.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_N", 462999); DictSNOScene.Add("LS_a4dun_spire_LibraryOfFate_01_Filler_W", 463001); DictSNOScene.Add("LS_a4dun_spire_LibraryOfFate_04", 463304); DictSNOScene.Add("LS_a4dun_spire_LibraryOfFate_05", 463314); DictSNOScene.Add("LS_Labyrinth_filler_02", 476364); DictSNOScene.Add("LS_p4_Forest_Coast_240_Connection_NS_01", 462518); DictSNOScene.Add("LS_p4_Forest_Coast_Border_Camp_NSE_01", 462517); DictSNOScene.Add("LS_p4_Forest_Coast_Border_Elbow_NW_02", 462516); DictSNOScene.Add("LS_p4_Forest_Coast_Border_Elbow_SW_02", 462522); DictSNOScene.Add("LS_p4_Forest_Coast_Border_NEW_01b", 463513); DictSNOScene.Add("LS_p4_Forest_Coast_Border_NSW_01", 462521); DictSNOScene.Add("LS_p4_Forest_Coast_Border_NSW_01b", 464051); DictSNOScene.Add("LS_p4_Forest_Coast_Border_SEW_01", 462520); DictSNOScene.Add("LS_p4_Forest_Coast_Border_SEW_01b", 463514); DictSNOScene.Add("LS_p4_Forest_Coast_Border_SW_01", 462519); DictSNOScene.Add("LS_px_Cave_A_Buffer_Template", 460966); DictSNOScene.Add("LS_px_Cave_A_E_01", 460967); DictSNOScene.Add("LS_px_Cave_A_NE_01", 460988); DictSNOScene.Add("LS_px_Cave_A_NSW_01", 460987); DictSNOScene.Add("LS_px_Cave_A_NS_01", 460957); DictSNOScene.Add("LS_px_Cave_A_S_01", 460989); DictSNOScene.Add("LS_px_Cave_A_W_01", 460968); DictSNOScene.Add("LS_trDun_Cath_01_Filler", 462513); DictSNOScene.Add("LS_trDun_Cath_EW_Hall_01", 462515); DictSNOScene.Add("LS_trDun_Cath_EW_Hall_02", 462511); DictSNOScene.Add("LS_trDun_Cath_NE_Hall_04", 462504); DictSNOScene.Add("LS_trDun_Cath_SEW_02", 462505); DictSNOScene.Add("LS_trDun_Cath_W_Dead_End_01", 462510); DictSNOScene.Add("LS_trOut_Highlands_DunExterior_A_E01_S02", 460964); DictSNOScene.Add("LS_trOut_Highlands_DunExterior_A_E01_S03", 460963); DictSNOScene.Add("LS_trOut_Highlands_DunExterior_A_E02_S02", 460962); DictSNOScene.Add("LS_trOut_Highlands_DunExterior_A_E02_S03", 460961); DictSNOScene.Add("LS_x1_westm_graveyard_Border_Elbow_NE_01", 460979); DictSNOScene.Add("LS_x1_westm_graveyard_Border_Elbow_NW_01", 460971); DictSNOScene.Add("LS_x1_westm_graveyard_Border_Elbow_SW_01", 460970); DictSNOScene.Add("LS_x1_westm_graveyard_Border_NEW_01", 460976); DictSNOScene.Add("LS_x1_westm_graveyard_Border_NE_01", 460977); DictSNOScene.Add("LS_x1_westm_graveyard_Border_NSW_01", 460983); DictSNOScene.Add("LS_x1_westm_graveyard_Border_SEW_03", 460974); DictSNOScene.Add("LS_x1_westm_graveyard_Border_SE_01", 460975); DictSNOScene.Add("LS_x1_westm_graveyard_Border_SW_01", 460978); DictSNOScene.Add("LS_x1_westm_graveyard_NSEW_01", 460995); DictSNOScene.Add("LS_x1_westm_graveyard_NSEW_02", 460984); DictSNOScene.Add("LS_x1_westm_graveyard_NSEW_05", 460996); DictSNOScene.Add("LS_x1_westm_graveyard_NSEW_06", 460981); DictSNOScene.Add("LS_x1_westm_graveyard_NSEW_07", 460997); DictSNOScene.Add("LS_x1_westm_graveyard_NSEW_10", 460980); DictSNOScene.Add("LS_x1_westm_graveyard_NSEW_15", 460973); DictSNOScene.Add("LS_x1_westm_graveyard_NSEW_Event_02", 460972); DictSNOScene.Add("p1_a4dun_Diablo_ShadowRealm_E01_S01_TieredRift", 405686); DictSNOScene.Add("p1_a4dun_Diablo_ShadowRealm_E01_S02_TieredRift", 405687); DictSNOScene.Add("p1_a4dun_Diablo_ShadowRealm_E02_S01_TieredRift", 405689); DictSNOScene.Add("p1_a4dun_Diablo_ShadowRealm_E02_S02_Benchmark", 436519); DictSNOScene.Add("p1_a4dun_Diablo_ShadowRealm_E02_S02_TieredRift", 405690); DictSNOScene.Add("p1_cesspools_01_Filler", 378652); DictSNOScene.Add("p1_cesspools_EW_01", 378664); DictSNOScene.Add("p1_cesspools_E_01", 378676); DictSNOScene.Add("p1_cesspools_E_02", 386712); DictSNOScene.Add("p1_cesspools_E_DungeonStone_01", 380019); DictSNOScene.Add("p1_cesspools_E_Entrance_01", 379913); DictSNOScene.Add("p1_cesspools_E_Exit_01", 380015); DictSNOScene.Add("p1_cesspools_NSEW_01", 378693); DictSNOScene.Add("p1_cesspools_NSEW_02", 378640); DictSNOScene.Add("p1_cesspools_NSEW_02_SCOUNDREL", 385360); DictSNOScene.Add("p1_cesspools_NSEW_03", 378703); DictSNOScene.Add("p1_cesspools_NSEW_04", 378713); DictSNOScene.Add("p1_cesspools_NSEW_05", 378723); DictSNOScene.Add("p1_cesspools_NS_01", 378733); DictSNOScene.Add("p1_cesspools_N_01", 378743); DictSNOScene.Add("p1_cesspools_N_02", 386722); DictSNOScene.Add("p1_cesspools_N_DungeonStone_01", 380020); DictSNOScene.Add("p1_cesspools_N_Entrance_01", 379914); DictSNOScene.Add("p1_cesspools_N_Exit_01", 380016); DictSNOScene.Add("p1_cesspools_S_01", 378753); DictSNOScene.Add("p1_cesspools_S_01_ScoundrelDeadEnd", 404531); DictSNOScene.Add("p1_cesspools_S_02", 386746); DictSNOScene.Add("p1_cesspools_S_DungeonStone_01", 380021); DictSNOScene.Add("p1_cesspools_S_Entrance_01", 379915); DictSNOScene.Add("p1_cesspools_S_Exit_01", 380017); DictSNOScene.Add("p1_cesspools_W_01", 378766); DictSNOScene.Add("p1_cesspools_W_02", 386773); DictSNOScene.Add("p1_cesspools_W_DungeonStone_01", 380022); DictSNOScene.Add("p1_cesspools_W_Entrance_01", 379916); DictSNOScene.Add("p1_cesspools_W_Entrance_01_SCOUNDREL", 385361); DictSNOScene.Add("p1_cesspools_W_Exit_01", 380018); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_E01_S01", 380609); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_E01_S02", 380601); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_E01_S02_Ancient", 483069); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_E01_S03", 380638); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_E01_S03_Ancient", 483070); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_E02_S02", 380716); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_E02_S03", 380720); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_E02_S03_Ancient", 483071); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_W01_S01", 380605); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_W01_S01_Ancient", 483080); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_W01_S02", 380613); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_W01_S02_Ancient", 483072); DictSNOScene.Add("p1_TGoblin_Realm_Prototype3_W01_S03", 380642); DictSNOScene.Add("p2_trDun_Crypt_SE_01", 405160); DictSNOScene.Add("p2_westm_graveyard_Border_Elbow_NE_02", 405184); DictSNOScene.Add("p2_westm_graveyard_Border_NSW_02", 405046); DictSNOScene.Add("p2_westm_graveyard_Border_SW_FillerOnly", 405413); DictSNOScene.Add("p2_westm_graveyard_NSEW_DD", 405120); DictSNOScene.Add("p2_Westm_Int_Gen_A_03_ScoundrelEvent2", 384452); DictSNOScene.Add("p43_AD_Catacombs_EW_01", 456219); DictSNOScene.Add("p43_AD_Catacombs_EW_02", 456222); DictSNOScene.Add("p43_AD_Catacombs_E_01", 456216); DictSNOScene.Add("p43_AD_Catacombs_E_Entrance_01", 456189); DictSNOScene.Add("p43_AD_Catacombs_E_Exit_02", 456211); DictSNOScene.Add("p43_AD_Catacombs_NEW_01", 456233); DictSNOScene.Add("p43_AD_Catacombs_NEW_02", 456236); DictSNOScene.Add("p43_AD_Catacombs_NE_01", 456228); DictSNOScene.Add("p43_AD_Catacombs_NE_02", 456231); DictSNOScene.Add("p43_AD_Catacombs_NSEW_01", 456247); DictSNOScene.Add("p43_AD_Catacombs_NSEW_02", 456250); DictSNOScene.Add("p43_AD_Catacombs_NSE_01", 456294); DictSNOScene.Add("p43_AD_Catacombs_NSE_02", 456295); DictSNOScene.Add("p43_AD_Catacombs_NSW_01", 456252); DictSNOScene.Add("p43_AD_Catacombs_NSW_03", 456255); DictSNOScene.Add("p43_AD_Catacombs_NS_01", 456239); DictSNOScene.Add("p43_AD_Catacombs_NS_02", 456242); DictSNOScene.Add("p43_AD_Catacombs_NS_06", 456245); DictSNOScene.Add("p43_AD_Catacombs_NW_01", 456258); DictSNOScene.Add("p43_AD_Catacombs_NW_02", 456263); DictSNOScene.Add("p43_AD_Catacombs_N_01", 456225); DictSNOScene.Add("p43_AD_Catacombs_N_Entrance_04", 456197); DictSNOScene.Add("p43_AD_Catacombs_N_Exit_01", 456202); DictSNOScene.Add("p43_AD_Catacombs_SEW_01", 456276); DictSNOScene.Add("p43_AD_Catacombs_SEW_02", 456279); DictSNOScene.Add("p43_AD_Catacombs_SE_01", 456269); DictSNOScene.Add("p43_AD_Catacombs_SE_02", 456273); DictSNOScene.Add("p43_AD_Catacombs_SW_01", 456282); DictSNOScene.Add("p43_AD_Catacombs_SW_02", 456285); DictSNOScene.Add("p43_AD_Catacombs_S_01", 456266); DictSNOScene.Add("p43_AD_Catacombs_S_Entrance_01", 456192); DictSNOScene.Add("p43_AD_Catacombs_S_Exit_01", 456205); DictSNOScene.Add("p43_AD_Catacombs_W_01", 456288); DictSNOScene.Add("p43_AD_Catacombs_W_Entrance_01", 456195); DictSNOScene.Add("p43_AD_Catacombs_W_Exit_01", 456208); DictSNOScene.Add("p43_AD_crypt_NS_Flooded_entrance_01", 456626); DictSNOScene.Add("p43_oldTristram_Sub80_Generic_A", 455877); DictSNOScene.Add("p43_Retro_Tristram_E01_S02", 455631); DictSNOScene.Add("p43_Retro_Tristram_E01_S03", 455641); DictSNOScene.Add("p43_Retro_Tristram_E02_N01", 455521); DictSNOScene.Add("p43_Retro_Tristram_E02_S01", 455519); DictSNOScene.Add("p43_Retro_Tristram_E02_S02", 455506); DictSNOScene.Add("p43_Retro_Tristram_E02_S03", 455503); DictSNOScene.Add("p43_Retro_Tristram_E03_N01", 455522); DictSNOScene.Add("p43_Retro_Tristram_E03_N02", 459239); DictSNOScene.Add("p43_Retro_Tristram_E03_S01", 455520); DictSNOScene.Add("p43_Retro_Tristram_E03_S02", 455505); DictSNOScene.Add("p43_Retro_Tristram_E03_S03", 455504); DictSNOScene.Add("p4_A5_bounty_grounds_Crypt_01", 448412); DictSNOScene.Add("p4_A5_bounty_grounds_Crypt_Filler_01", 448410); DictSNOScene.Add("p4_A5_bounty_grounds_Keep_01", 448403); DictSNOScene.Add("p4_A5_bounty_grounds_Leorics_Garden_01", 448397); DictSNOScene.Add("p4_A5_bounty_grounds_Neph_01_E01_N01", 448383); DictSNOScene.Add("p4_A5_bounty_grounds_Neph_01_E01_S01", 448382); DictSNOScene.Add("p4_A5_bounty_grounds_Neph_01_E01_S02", 448387); DictSNOScene.Add("p4_A5_bounty_grounds_Neph_01_E02_N01", 448390); DictSNOScene.Add("p4_A5_bounty_grounds_Neph_01_E02_S01", 448389); DictSNOScene.Add("p4_A5_bounty_grounds_Neph_01_E02_S02", 448388); DictSNOScene.Add("p4_A5_bounty_grounds_Neph_01_W01_N01", 448384); DictSNOScene.Add("p4_A5_bounty_grounds_Neph_01_W01_S01", 448385); DictSNOScene.Add("p4_A5_bounty_grounds_Neph_01_W01_S02", 448386); DictSNOScene.Add("p4_A5_bounty_grounds_Swr_01", 448374); DictSNOScene.Add("p4_A5_bounty_grounds_Zolt_01", 448367); DictSNOScene.Add("p4_bounty_grounds_Crypt_01", 443713); DictSNOScene.Add("p4_bounty_grounds_Crypt_Filler_01", 443754); DictSNOScene.Add("p4_bounty_grounds_Keep_01", 443638); DictSNOScene.Add("p4_bounty_grounds_Leorics_Garden_01", 443739); DictSNOScene.Add("p4_bounty_grounds_Neph_01_E01_N01", 443889); DictSNOScene.Add("p4_bounty_grounds_Neph_01_E01_S01", 443831); DictSNOScene.Add("p4_bounty_grounds_Neph_01_E01_S02", 443873); DictSNOScene.Add("p4_bounty_grounds_Neph_01_E02_N01", 443881); DictSNOScene.Add("p4_bounty_grounds_Neph_01_E02_S01", 443869); DictSNOScene.Add("p4_bounty_grounds_Neph_01_E02_S02", 443885); DictSNOScene.Add("p4_bounty_grounds_Neph_01_W01_N01", 443893); DictSNOScene.Add("p4_bounty_grounds_Neph_01_W01_S01", 443877); DictSNOScene.Add("p4_bounty_grounds_Neph_01_W01_S02", 443865); DictSNOScene.Add("p4_bounty_grounds_Swr_01", 443685); DictSNOScene.Add("p4_bounty_grounds_Zolt_01", 443703); DictSNOScene.Add("p4_Forest_Coast_240_Connection_EW_01", 432367); DictSNOScene.Add("p4_Forest_Coast_240_Connection_NS_01", 432607); DictSNOScene.Add("p4_Forest_Coast_Border_Camp_NEW_01", 436834); DictSNOScene.Add("p4_Forest_Coast_Border_Camp_NSE_01", 436843); DictSNOScene.Add("p4_Forest_Coast_Border_Camp_NSW_01", 436852); DictSNOScene.Add("p4_Forest_Coast_Border_Camp_SEW_02", 436860); DictSNOScene.Add("p4_Forest_Coast_Border_Elbow_NE_02", 436886); DictSNOScene.Add("p4_Forest_Coast_Border_Elbow_NW_02", 436900); DictSNOScene.Add("p4_Forest_Coast_Border_Elbow_SE_02", 436911); DictSNOScene.Add("p4_Forest_Coast_Border_Elbow_SW_02", 436924); DictSNOScene.Add("p4_Forest_Coast_Border_Entrance_NEW_01", 436935); DictSNOScene.Add("p4_Forest_Coast_Border_Entrance_NSE_01", 436946); DictSNOScene.Add("p4_Forest_Coast_Border_Entrance_NSW_01", 436957); DictSNOScene.Add("p4_Forest_Coast_Border_Entrance_SEW_01", 436975); DictSNOScene.Add("p4_Forest_Coast_Border_Exit_NEW_01", 439935); DictSNOScene.Add("p4_Forest_Coast_Border_Exit_NSE_01", 439936); DictSNOScene.Add("p4_Forest_Coast_Border_Exit_NSW_01", 439934); DictSNOScene.Add("p4_Forest_Coast_Border_Exit_SEW_01", 439937); DictSNOScene.Add("p4_Forest_Coast_Border_NEW_01", 436991); DictSNOScene.Add("p4_Forest_Coast_Border_NEW_DungeonStone_Exit_01", 443975); DictSNOScene.Add("p4_Forest_Coast_Border_NE_01", 404906); DictSNOScene.Add("p4_Forest_Coast_Border_NSE_01", 437010); DictSNOScene.Add("p4_Forest_Coast_Border_NSE_DungeonStone_Exit_01", 443976); DictSNOScene.Add("p4_Forest_Coast_Border_NSW_01", 437021); DictSNOScene.Add("p4_Forest_Coast_Border_NSW_DungeonStone_Exit_01", 443977); DictSNOScene.Add("p4_Forest_Coast_Border_NW_01", 405605); DictSNOScene.Add("p4_Forest_Coast_Border_SEW_01", 437035); DictSNOScene.Add("p4_Forest_Coast_Border_SEW_DungeonStone_Exit_01", 443978); DictSNOScene.Add("p4_Forest_Coast_Border_SE_01", 405322); DictSNOScene.Add("p4_Forest_Coast_Border_SW_01", 404884); DictSNOScene.Add("P4_Forest_Coast_Catacombs_EW_01", 435535); DictSNOScene.Add("P4_Forest_Coast_Catacombs_EW_02", 435536); DictSNOScene.Add("P4_Forest_Coast_Catacombs_E_01", 435534); DictSNOScene.Add("P4_Forest_Coast_Catacombs_E_dungeonStone_Exit_01", 435529); DictSNOScene.Add("P4_Forest_Coast_Catacombs_E_Entrance_01", 435521); DictSNOScene.Add("P4_Forest_Coast_Catacombs_E_Exit_02", 435528); DictSNOScene.Add("P4_Forest_Coast_Catacombs_Filler_02", 435533); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NEW_01", 435540); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NEW_02", 435541); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NE_01", 435538); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NE_02", 435539); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NSEW_01", 435547); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NSEW_02", 435548); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NSE_01", 435545); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NSE_02", 435546); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NSW_01", 435549); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NSW_03", 435550); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NS_01", 435542); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NS_02", 435543); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NS_06", 435544); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NW_01", 435551); DictSNOScene.Add("P4_Forest_Coast_Catacombs_NW_02", 435552); DictSNOScene.Add("P4_Forest_Coast_Catacombs_N_01", 435537); DictSNOScene.Add("P4_Forest_Coast_Catacombs_N_dungeonStone_Exit_01", 435530); DictSNOScene.Add("P4_Forest_Coast_Catacombs_N_Entrance_04", 435524); DictSNOScene.Add("P4_Forest_Coast_Catacombs_N_Exit_01", 435525); DictSNOScene.Add("P4_Forest_Coast_Catacombs_SEW_01", 435556); DictSNOScene.Add("P4_Forest_Coast_Catacombs_SEW_02", 435557); DictSNOScene.Add("P4_Forest_Coast_Catacombs_SE_01", 435554); DictSNOScene.Add("P4_Forest_Coast_Catacombs_SE_02", 435555); DictSNOScene.Add("P4_Forest_Coast_Catacombs_SW_01", 435558); DictSNOScene.Add("P4_Forest_Coast_Catacombs_SW_02", 435559); DictSNOScene.Add("P4_Forest_Coast_Catacombs_S_01", 435553); DictSNOScene.Add("P4_Forest_Coast_Catacombs_S_dungeonStone_Exit_01", 435531); DictSNOScene.Add("P4_Forest_Coast_Catacombs_S_Entrance_01", 435522); DictSNOScene.Add("P4_Forest_Coast_Catacombs_S_Exit_01", 435526); DictSNOScene.Add("P4_Forest_Coast_Catacombs_W_01", 435560); DictSNOScene.Add("P4_Forest_Coast_Catacombs_W_dungeonStone_Exit_01", 435532); DictSNOScene.Add("P4_Forest_Coast_Catacombs_W_Entrance_01", 435523); DictSNOScene.Add("P4_Forest_Coast_Catacombs_W_Exit_01", 435527); DictSNOScene.Add("p4_Forest_Coast_Cellar_01", 415904); DictSNOScene.Add("p4_Forest_Coast_Cellar_02", 415914); DictSNOScene.Add("p4_Forest_Coast_Cellar_03", 415924); DictSNOScene.Add("p4_Forest_Coast_Cellar_04", 415934); DictSNOScene.Add("p4_Forest_Coast_Filler_01", 405354); DictSNOScene.Add("p4_Forest_Coast_NSEW_01", 404713); DictSNOScene.Add("p4_Forest_Coast_NSEW_02", 404776); DictSNOScene.Add("p4_Forest_Coast_NSEW_03", 404838); DictSNOScene.Add("p4_Forest_Coast_NSEW_04", 405003); DictSNOScene.Add("p4_Forest_Coast_NSEW_05", 408597); DictSNOScene.Add("p4_Forest_Coast_NSEW_06", 436739); DictSNOScene.Add("p4_Forest_Coast_NSEW_07", 436780); DictSNOScene.Add("p4_Forest_Coast_NSEW_CaveEntrance_01", 415808); DictSNOScene.Add("p4_Forest_Coast_NSEW_Sub120_01", 415826); DictSNOScene.Add("p4_Forest_Coast_NSEW_Sub120_02", 415837); DictSNOScene.Add("p4_Forest_Coast_NSEW_Sub120_03", 415848); DictSNOScene.Add("p4_Forest_Coast_NSEW_Sub120_04", 415863); DictSNOScene.Add("p4_Forest_Coast_NSEW_Sub120_05", 415877); DictSNOScene.Add("p4_Forest_Coast_NSEW_Sub120_06", 434069); DictSNOScene.Add("p4_Forest_Coast_NSEW_Sub120_EffigyMeadow", 435174); DictSNOScene.Add("p4_Forest_Coast_NSEW_Sub120_TreeRitual", 435197); DictSNOScene.Add("p4_Forest_Coast_NSEW_Waypoint_01", 415639); DictSNOScene.Add("p4_Forest_Coast_Tower_A_01", 440804); DictSNOScene.Add("p4_Forest_Coast_Tower_A_02", 440914); DictSNOScene.Add("p4_Forest_Coast_Tower_A_02_B", 441413); DictSNOScene.Add("p4_Forest_Coast_Tower_A_03", 441395); DictSNOScene.Add("p4_Forest_Coast_Tower_A_03_Alt", 442350); DictSNOScene.Add("p4_Forest_Coast_Tower_filler_N_01", 441488); DictSNOScene.Add("p4_Forest_Coast_Tower_filler_N_01_Alt", 442167); DictSNOScene.Add("p4_Forest_Coast_Tower_filler_W_01", 441479); DictSNOScene.Add("p4_Forest_Coast_Tower_filler_W_01_Alt", 442400); DictSNOScene.Add("p4_Forest_Snow_Border_Elbow_NE_02", 442986); DictSNOScene.Add("p4_Forest_Snow_Border_Elbow_NW_02", 442977); DictSNOScene.Add("p4_Forest_Snow_Border_Elbow_SE_02", 442994); DictSNOScene.Add("p4_Forest_Snow_Border_Elbow_SW_02", 443003); DictSNOScene.Add("p4_Forest_Snow_Border_Entrance_NEW_01", 443132); DictSNOScene.Add("p4_Forest_Snow_Border_Entrance_NSE_01", 443012); DictSNOScene.Add("p4_Forest_Snow_Border_Entrance_NSW_01", 443021); DictSNOScene.Add("p4_Forest_Snow_Border_Entrance_SEW_01", 443030); DictSNOScene.Add("p4_Forest_Snow_Border_Exit_NEW_01", 443167); DictSNOScene.Add("p4_Forest_Snow_Border_Exit_NSE_01", 443168); DictSNOScene.Add("p4_Forest_Snow_Border_Exit_NSW_01", 443169); DictSNOScene.Add("p4_Forest_Snow_Border_Exit_SEW_01", 443170); DictSNOScene.Add("p4_Forest_Snow_Border_NEW_01", 443039); DictSNOScene.Add("p4_Forest_Snow_Border_NEW_DungeonStone_Exit_01", 443788); DictSNOScene.Add("p4_Forest_Snow_Border_NE_01", 443048); DictSNOScene.Add("p4_Forest_Snow_Border_NSE_01", 443057); DictSNOScene.Add("p4_Forest_Snow_Border_NSE_DungeonStone_Exit_01", 443790); DictSNOScene.Add("p4_Forest_Snow_Border_NSW_01", 442957); DictSNOScene.Add("p4_Forest_Snow_Border_NSW_DungeonStone_Exit_01", 443791); DictSNOScene.Add("p4_Forest_Snow_Border_NW_01", 443066); DictSNOScene.Add("p4_Forest_Snow_Border_SEW_01", 443075); DictSNOScene.Add("p4_Forest_Snow_Border_SEW_02", 445345); DictSNOScene.Add("p4_Forest_Snow_Border_SEW_DungeonStone_Exit_01", 443789); DictSNOScene.Add("p4_Forest_Snow_Border_SE_01", 443084); DictSNOScene.Add("p4_Forest_Snow_Border_SW_01", 443093); DictSNOScene.Add("p4_Forest_Snow_Cave_Entrance_NSEW_01", 445372); DictSNOScene.Add("p4_Forest_Snow_Cellar_A", 445919); DictSNOScene.Add("p4_Forest_Snow_Filler_02", 443280); DictSNOScene.Add("p4_Forest_Snow_NSEW_01", 442947); DictSNOScene.Add("p4_Forest_Snow_NSEW_02", 443108); DictSNOScene.Add("p4_Forest_Snow_NSEW_04", 443117); DictSNOScene.Add("p4_Forest_Snow_NSEW_05", 445335); DictSNOScene.Add("p4_Forest_Snow_NSEW_06", 445615); DictSNOScene.Add("p4_Forest_Snow_NSEW_07", 445629); DictSNOScene.Add("p4_Forest_Snow_NSEW_08", 445690); DictSNOScene.Add("p4_Highlands_ManorSkybox", 449385); DictSNOScene.Add("p4_iceCaves_E_Entrance_01", 445773); DictSNOScene.Add("p4_iceCaves_N_Entrance_01", 445774); DictSNOScene.Add("p4_iceCaves_S_Entrance_01", 445775); DictSNOScene.Add("p4_iceCaves_W_Entrance_01", 445776); DictSNOScene.Add("p4_ruins_frost_01_Filler", 410676); DictSNOScene.Add("p4_ruins_frost_EW_01", 405892); DictSNOScene.Add("p4_ruins_frost_EW_02_Blades", 434437); DictSNOScene.Add("p4_ruins_frost_E_01", 405855); DictSNOScene.Add("p4_ruins_frost_E_02_KKG", 434246); DictSNOScene.Add("p4_ruins_frost_E_02_KKG_E01_S01", 437171); DictSNOScene.Add("p4_ruins_frost_E_02_KKG_W01_S01", 437174); DictSNOScene.Add("p4_ruins_frost_E_DungeonStone_Exit_01", 430337); DictSNOScene.Add("p4_ruins_frost_E_Entrance_01", 427842); DictSNOScene.Add("p4_ruins_frost_E_Exit_01", 430331); DictSNOScene.Add("p4_ruins_frost_NEW_01", 405622); DictSNOScene.Add("p4_ruins_frost_NE_01", 405540); DictSNOScene.Add("p4_ruins_frost_NSEW_01", 404319); DictSNOScene.Add("p4_ruins_frost_NSEW_03_Ziggurat", 430021); DictSNOScene.Add("p4_ruins_frost_NSE_01", 405880); DictSNOScene.Add("p4_ruins_frost_NSW_01", 405741); DictSNOScene.Add("p4_ruins_frost_NS_01", 404398); DictSNOScene.Add("p4_ruins_frost_NW_01", 405648); DictSNOScene.Add("p4_ruins_frost_N_01", 405836); DictSNOScene.Add("p4_ruins_frost_N_DungeonStone_Exit_01", 430338); DictSNOScene.Add("p4_ruins_frost_N_Entrance_01", 429509); DictSNOScene.Add("p4_ruins_frost_N_Exit_01", 430332); DictSNOScene.Add("p4_ruins_frost_SEW_01", 405582); DictSNOScene.Add("p4_ruins_frost_SEW_02", 433720); DictSNOScene.Add("p4_ruins_frost_SE_01", 405791); DictSNOScene.Add("p4_ruins_frost_SE_02_Guardians", 430744); DictSNOScene.Add("p4_ruins_frost_SW_01", 405714); DictSNOScene.Add("p4_ruins_frost_S_01", 405827); DictSNOScene.Add("p4_ruins_frost_S_02_Cube", 437242); DictSNOScene.Add("p4_ruins_frost_S_DungeonStone_Exit_01", 430339); DictSNOScene.Add("p4_ruins_frost_S_Entrance_01", 428709); DictSNOScene.Add("p4_ruins_frost_S_Exit_01", 430333); DictSNOScene.Add("p4_ruins_frost_W_01", 405845); DictSNOScene.Add("p4_ruins_frost_W_DungeonStone_Exit_01", 430340); DictSNOScene.Add("p4_ruins_frost_W_Entrance_01", 428783); DictSNOScene.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E01_S01", 435768); DictSNOScene.Add("p4_ruins_frost_W_Entrance_02_LoDGate_E02_S01", 435772); DictSNOScene.Add("p4_ruins_frost_W_Exit_01", 430334); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_E_Entrance_01", 444793); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_NEW_02", 444800); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_NE_02", 444802); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_NSEW_01C", 444801); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_NSEW_02", 444796); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_NSE_02", 444794); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_NSW_02", 444804); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_NW_02", 444798); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_N_Exit_01", 444799); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_SEW_02", 444795); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_SE_02", 444797); DictSNOScene.Add("p4_SetDung_Barb_Kings_Swr_SW_02", 444805); DictSNOScene.Add("p4_SetDung_Barb_Might_Zolt_EW_01", 444935); DictSNOScene.Add("p4_SetDung_Barb_Might_Zolt_E_Entrance", 444930); DictSNOScene.Add("p4_SetDung_Barb_Might_Zolt_NE_01", 444933); DictSNOScene.Add("p4_SetDung_Barb_Might_Zolt_NSW_01_Library", 444936); DictSNOScene.Add("p4_SetDung_Barb_Might_Zolt_NS_01", 444937); DictSNOScene.Add("p4_SetDung_Barb_Might_Zolt_NW_01", 444932); DictSNOScene.Add("p4_SetDung_Barb_Might_Zolt_SE_02", 444934); DictSNOScene.Add("p4_SetDung_Barb_Might_Zolt_SW_02", 444939); DictSNOScene.Add("p4_SetDung_Barb_Might_Zolt_SW_Library", 444938); DictSNOScene.Add("p4_SetDung_Barb_Raekor_Keep_EW_02", 444888); DictSNOScene.Add("p4_SetDung_Barb_Raekor_Keep_EW_03_Forge", 444891); DictSNOScene.Add("p4_SetDung_Barb_Raekor_Keep_E_DungeonStone_Exit_01", 444894); DictSNOScene.Add("p4_SetDung_Barb_Raekor_Keep_NEW_02", 444887); DictSNOScene.Add("p4_SetDung_Barb_Raekor_Keep_NE_02", 444892); DictSNOScene.Add("p4_SetDung_Barb_Raekor_Keep_NW_02_Forge", 444890); DictSNOScene.Add("p4_SetDung_Barb_Raekor_Keep_SEW_02_War", 450011); DictSNOScene.Add("p4_SetDung_Barb_Raekor_Keep_SW_02", 444889); DictSNOScene.Add("p4_SetDung_Barb_Raekor_Keep_S_Entrance_01", 444886); DictSNOScene.Add("p4_SetDung_Barb_Wastes_ruins_frost_EW_02_Blades", 444844); DictSNOScene.Add("p4_SetDung_Barb_Wastes_ruins_frost_NEW_01", 447091); DictSNOScene.Add("p4_SetDung_Barb_Wastes_ruins_frost_NE_01", 444845); DictSNOScene.Add("p4_SetDung_Barb_Wastes_ruins_frost_SE_02_Guardians", 444846); DictSNOScene.Add("p4_SetDung_Barb_Wastes_ruins_frost_SW_01", 445284); DictSNOScene.Add("p4_SetDung_Barb_Wastes_ruins_frost_W_Entrance_01", 445282); DictSNOScene.Add("p4_SetDung_Cru_Akkhan_spire_corrupt_EW_01", 444682); DictSNOScene.Add("p4_SetDung_Cru_Akkhan_spire_corrupt_NSE_01", 444688); DictSNOScene.Add("p4_SetDung_Cru_Akkhan_spire_corrupt_NS_01", 444684); DictSNOScene.Add("p4_SetDung_Cru_Akkhan_spire_corrupt_NS_02_Spikes", 444690); DictSNOScene.Add("p4_SetDung_Cru_Akkhan_spire_corrupt_NW_01", 444685); DictSNOScene.Add("p4_SetDung_Cru_Akkhan_spire_corrupt_N_Entrance_01", 444687); DictSNOScene.Add("p4_SetDung_Cru_Akkhan_spire_corrupt_SE_01", 444689); DictSNOScene.Add("p4_SetDung_Cru_Akkhan_spire_corrupt_SW_01", 444683); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_E_Exit_01", 445303); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_Flooded_EW_01", 444738); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_Flooded_E_Entrance_01", 444737); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_Flooded_NEW_01", 444739); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_Flooded_NSE_01", 444743); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_Flooded_NSW_01", 444741); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_Flooded_NS_01", 444740); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_Flooded_N_Exit_01", 444742); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_Flooded_SE_01", 444744); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_Flooded_SW_01", 444745); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_NEW_01", 445298); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_NSEW_Holes_01", 445297); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_NSEW_Worms_01", 445301); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_NSE_01", 445304); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_NSW_01", 445300); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_N_Entrance_01", 445296); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_SE_01", 445302); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_SW_01", 445306); DictSNOScene.Add("p4_SetDung_Cru_Roland_Cave_W_dungeonStone_Exit_01", 445299); DictSNOScene.Add("p4_SetDung_Cru_Seeker_Spider_E_Exit_01", 447559); DictSNOScene.Add("p4_SetDung_Cru_Seeker_Spider_NSEW_01", 447562); DictSNOScene.Add("p4_SetDung_Cru_Seeker_Spider_NS_01", 447561); DictSNOScene.Add("p4_SetDung_Cru_Seeker_Spider_N_Exit_01", 447560); DictSNOScene.Add("p4_SetDung_Cru_Seeker_Spider_S_Entrance_01", 447557); DictSNOScene.Add("p4_SetDung_Cru_Seeker_Spider_W_Exit_01", 447558); DictSNOScene.Add("p4_SetDung_DH_Ess_fortress_EW_01", 449103); DictSNOScene.Add("p4_SetDung_DH_Ess_fortress_NSW_02", 450370); DictSNOScene.Add("p4_SetDung_DH_Ess_fortress_N_Entrance_01_B", 445380); DictSNOScene.Add("p4_SetDung_DH_Ess_fortress_SEW_02", 450372); DictSNOScene.Add("p4_SetDung_DH_Ess_fortress_SE_01", 450376); DictSNOScene.Add("p4_SetDung_DH_Ess_fortress_S_DungeonStone_Exit_01", 445382); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_E_dungeonStone_Exit_01", 445320); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_NEW_01", 451133); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_NSEW_01", 451128); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_NSEW_02", 451130); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_NSW_01", 447441); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_NS_Event_01", 451132); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_NW_01", 451129); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_N_Entrance_01", 445319); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_SEW_01", 451131); DictSNOScene.Add("p4_SetDung_DH_Mar_Cave_A_S_Exit_01", 445323); DictSNOScene.Add("p4_SetDung_DH_Nat_Pand_Ext_240_SW_Entrance_01", 445418); DictSNOScene.Add("p4_SetDung_DH_Nat_Pand_Ext_Edge_NW_Dstone_Exit", 445422); DictSNOScene.Add("p4_SetDung_DH_Shadow_Crypt_EW_01", 450103); DictSNOScene.Add("p4_SetDung_DH_Shadow_Crypt_NS_01", 450119); DictSNOScene.Add("p4_SetDung_DH_Shadow_Crypt_NW_01", 450105); DictSNOScene.Add("p4_SetDung_DH_Shadow_Crypt_N_Entrance_02", 445431); DictSNOScene.Add("p4_SetDung_DH_Shadow_Crypt_SE_Hall_01", 450101); DictSNOScene.Add("p4_SetDung_DH_Shadow_Crypt_SW_Hall_01", 450102); DictSNOScene.Add("p4_SetDung_DH_Shadow_Crypt_S_DungeonStone_Exit_01", 445433); DictSNOScene.Add("p4_SetDung_DH_Shadow_Crypt_W_DungeonStone_Exit_01", 445434); DictSNOScene.Add("p4_SetDung_Monk_Innas_Pand_HexMaze_Edge_E_01", 447397); DictSNOScene.Add("p4_SetDung_Monk_Innas_Pand_HexMaze_Edge_N_01", 447383); DictSNOScene.Add("p4_SetDung_Monk_Innas_Pand_HexMaze_Edge_W_01", 447393); DictSNOScene.Add("p4_SetDung_Monk_Innas_Pand_HexMaze_Entrance_S_01", 445529); DictSNOScene.Add("p4_SetDung_Monk_Innas_Pand_HexMaze_NSEW_02", 447392); DictSNOScene.Add("p4_SetDung_Monk_Innas_Pand_HexMaze_NSEW_05", 447398); DictSNOScene.Add("p4_SetDung_Monk_Innas_Pand_HexMaze_NS_01", 447391); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_EW_02 (Unique)", 446106); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_EW_02", 446053); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_E_Exit (Pylon)", 446088); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NEW_02 (Pylon 03)", 446093); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NEW_02 (Pylon)", 446073); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NEW_02", 446038); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NE_02 (Pylon)", 446080); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NE_02", 446050); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NSEW_01C (Unique)", 446104); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NSEW_01C", 446056); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NSEW_02 (Pylon)", 446086); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NSEW_02", 446055); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NSE_01 (Pylon)", 446061); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NSE_02", 446059); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NSW_02 (Unique)", 446100); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NSW_02", 446054); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NS_02 (Pylon)", 445537); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NS_02 (Unique)", 446095); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NS_02", 446048); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_NW_02", 446052); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_N_Entrance_01", 445539); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_SEW_02 (Pylon)", 446077); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_SEW_02 (Unique)", 446098); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_SEW_02", 446046); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_SE_01", 446062); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_SE_02", 446036); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_SW_02", 446042); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_W_Exit_01 (Chest)", 446067); DictSNOScene.Add("p4_SetDung_Monk_Storms_Swr_W_Exit_01 (Pylon)", 446090); DictSNOScene.Add("p4_SetDung_Monk_Sunwuko_Cath_S_Entrance_01", 445547); DictSNOScene.Add("p4_SetDung_Monk_Sunwuko_Cath_W_Exit_Crypt_01", 445549); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_EW_01", 450224); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_EW_01_BellowsRoom", 445592); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_EW_02", 445596); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_NE_03", 445594); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_NSEW_03", 445590); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_NS_02", 445584); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_SEW_02", 445597); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_SE_01", 445591); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_SE_02", 445588); DictSNOScene.Add("p4_SetDung_Monk_Uliana_Leor_S_Entrance_01", 445582); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_Border_NSE_01", 447470); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_Border_NSE_02", 447471); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_Border_NSW_01", 447472); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_Border_SEW_01", 447473); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_Border_SEW_01_Entrance", 445450); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_Border_SEW_02", 447474); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_Border_SEW_03", 447475); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_NSEW_06", 447476); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_NSEW_07", 447477); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_NSEW_08", 447478); DictSNOScene.Add("p4_SetDung_WD_Haunt_graveyard_NSEW_14", 447479); DictSNOScene.Add("p4_SetDung_WD_Haunt_Zolt_Random_N_Entrance_01", 445463); DictSNOScene.Add("p4_SetDung_WD_Haunt_Zolt_Random_S_DungeonStone_Exit_01", 445466); DictSNOScene.Add("p4_SetDung_WD_Haunt_Zolt_Random_W_DungeonStone_Exit_01", 445467); DictSNOScene.Add("p4_SetDung_WD_Spider_Swr_E_Exit_01", 445478); DictSNOScene.Add("p4_SetDung_WD_Spider_Swr_S_ExitToPrison_01", 445479); DictSNOScene.Add("p4_SetDung_WD_Spider_Swr_W_Entrance_01", 445476); DictSNOScene.Add("p4_SetDung_WD_Spider_Swr_W_Exit_01", 445483); DictSNOScene.Add("p4_SetDung_WD_Tooth_BogCave_E_Entrance_01", 445507); DictSNOScene.Add("p4_SetDung_Wiz_Catacombs_NE_01", 444327); DictSNOScene.Add("p4_SetDung_Wiz_Catacombs_NS_01", 444329); DictSNOScene.Add("p4_SetDung_Wiz_Catacombs_NS_02", 444367); DictSNOScene.Add("p4_SetDung_Wiz_Catacombs_NW_02", 444371); DictSNOScene.Add("p4_SetDung_Wiz_Catacombs_N_01", 444332); DictSNOScene.Add("p4_SetDung_Wiz_Catacombs_SEW_01", 444331); DictSNOScene.Add("p4_SetDung_Wiz_Catacombs_SEW_02", 444368); DictSNOScene.Add("p4_SetDung_Wiz_Catacombs_SE_01", 444330); DictSNOScene.Add("p4_SetDung_Wiz_Catacombs_W_01", 444334); DictSNOScene.Add("p4_SetDung_Wiz_Firebird_iceCaves_EW_01", 444598); DictSNOScene.Add("p4_SetDung_Wiz_Firebird_iceCaves_NE_01", 444599); DictSNOScene.Add("p4_SetDung_Wiz_Firebird_iceCaves_NSEW_01", 444600); DictSNOScene.Add("p4_SetDung_Wiz_Firebird_iceCaves_NSEW_Holes_01", 444603); DictSNOScene.Add("p4_SetDung_Wiz_Firebird_iceCaves_NW_01", 444601); DictSNOScene.Add("p4_SetDung_Wiz_Firebird_iceCaves_SE_01", 444605); DictSNOScene.Add("p4_SetDung_Wiz_Firebird_iceCaves_SW_01", 444602); DictSNOScene.Add("p4_SetDung_Wiz_Firebird_iceCaves_S_01", 444604); DictSNOScene.Add("p4_SetDung_Wiz_Firebird_iceCaves_W_Entrance_01", 444597); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_NEW_01", 444548); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_NE_02", 444546); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_NSE_02", 444550); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_NS_01", 444543); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_NW_02", 444545); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_NW_02_02", 450442); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_N_Entrance_01", 444544); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_SEW_01", 444542); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_SE_02", 444547); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_S_Dead_End_01", 444549); DictSNOScene.Add("p4_SetDung_Wiz_Rasha_Leor_W_Dead_End_01", 444551); DictSNOScene.Add("p4_SetDung_Wiz_Vyr_Leor_Jail_E_01", 447438); DictSNOScene.Add("p4_SetDung_Wiz_Vyr_Leor_Jail_Filler_NE_01", 447439); DictSNOScene.Add("p4_SetDung_Wiz_Vyr_Leor_Jail_Filler_SW_01", 447436); DictSNOScene.Add("p4_SetDung_Wiz_Vyr_Leor_Jail_NSEW_01", 447432); DictSNOScene.Add("p4_SetDung_Wiz_Vyr_Leor_Jail_NSEW_02", 447437); DictSNOScene.Add("p4_SetDung_Wiz_Vyr_Leor_Jail_NSEW_03", 447434); DictSNOScene.Add("p4_SetDung_Wiz_Vyr_Leor_Jail_N_Dungeonstone_Exit_01", 445442); DictSNOScene.Add("p4_SetDung_Wiz_Vyr_Leor_Jail_S_Entrance_01", 445440); DictSNOScene.Add("p6_Caves_S_Exit_01_E01_N01", 463661); DictSNOScene.Add("p6_Caves_S_Exit_01_E01_N02", 464401); DictSNOScene.Add("p6_Caves_S_Exit_01_E01_S01", 463665); DictSNOScene.Add("p6_Caves_S_Exit_01_E02_N01", 463929); DictSNOScene.Add("p6_Caves_S_Exit_01_E02_N02", 464397); DictSNOScene.Add("p6_Caves_S_Exit_01_E02_S01", 463933); DictSNOScene.Add("p6_Caves_S_Exit_01_W01_N01", 463746); DictSNOScene.Add("p6_Caves_S_Exit_01_W01_N02", 464405); DictSNOScene.Add("p6_Caves_S_Exit_01_W01_S01", 463750); DictSNOScene.Add("p6_Church_01_Filler", 456502); DictSNOScene.Add("p6_Church_EW_01", 455994); DictSNOScene.Add("p6_Church_EW_01_MB313", 478286); DictSNOScene.Add("p6_Church_E_01", 456443); DictSNOScene.Add("p6_Church_E_DungeonStone_Exit_01", 470220); DictSNOScene.Add("p6_Church_E_Entrance_01", 456452); DictSNOScene.Add("p6_Church_E_Exit_01", 456507); DictSNOScene.Add("p6_Church_NEW_01", 456084); DictSNOScene.Add("p6_Church_NE_01", 455897); DictSNOScene.Add("p6_Church_NSEW_01", 454060); DictSNOScene.Add("p6_Church_NSE_01", 456185); DictSNOScene.Add("p6_Church_NSW_01", 456063); DictSNOScene.Add("p6_Church_NS_01", 455080); DictSNOScene.Add("p6_Church_NS_01_MB313", 478284); DictSNOScene.Add("p6_Church_NW_01", 455931); DictSNOScene.Add("p6_Church_NW_01_MB313", 478285); DictSNOScene.Add("p6_Church_N_01", 456349); DictSNOScene.Add("p6_Church_N_DungeonStone_Exit_01", 470222); DictSNOScene.Add("p6_Church_N_Entrance_01", 456380); DictSNOScene.Add("p6_Church_N_Entrance_01_MB313", 478283); DictSNOScene.Add("p6_Church_N_Exit_01", 456511); DictSNOScene.Add("p6_Church_SEW_01", 456037); DictSNOScene.Add("p6_Church_SEW_02", 457620); DictSNOScene.Add("p6_Church_SE_01", 455964); DictSNOScene.Add("p6_Church_SE_01_MB313", 478287); DictSNOScene.Add("p6_Church_SW_01", 455941); DictSNOScene.Add("p6_Church_S_01", 456490); DictSNOScene.Add("p6_Church_S_Boss_01", 464372); DictSNOScene.Add("p6_Church_S_Boss_01_B", 470237); DictSNOScene.Add("p6_Church_S_DungeonStone_Exit_01", 470224); DictSNOScene.Add("p6_Church_S_Entrance_01", 456361); DictSNOScene.Add("p6_Church_S_Exit_01", 456509); DictSNOScene.Add("p6_Church_S_Exit_02", 465298); DictSNOScene.Add("p6_Church_S_Exit_02_MB313", 478282); DictSNOScene.Add("p6_Church_W_01", 456469); DictSNOScene.Add("p6_Church_W_DungeonStone_Exit_01", 470226); DictSNOScene.Add("p6_Church_W_Entrance_01", 456481); DictSNOScene.Add("p6_Church_W_Exit_01", 456510); DictSNOScene.Add("P6_Lost_Souls_a4dun_spire_LibraryOfFate_03", 463324); DictSNOScene.Add("P6_Lost_Souls_Forest_Coast_Border_NEW_01", 462788); DictSNOScene.Add("P6_Lost_Souls_Labyrinth_NSEW_A_01", 461574); DictSNOScene.Add("P6_Lost_Souls_Labyrinth_NSEW_A_02", 461698); DictSNOScene.Add("P6_Lost_Souls_spire_corrupt_SEW_01", 461742); DictSNOScene.Add("P6_Lost_Souls_trOut_FesteringWoods_Edge_E_01", 460504); DictSNOScene.Add("P6_Lost_Souls_trOut_FesteringWoods_Edge_W_01", 460478); DictSNOScene.Add("P6_Lost_Souls_x1_BogCave_NSEW_03", 462179); DictSNOScene.Add("P6_Lost_Souls_x1_fortress_entrance_room_02", 458448); DictSNOScene.Add("P6_Lost_Souls_x1_fortress_EW_05_soul_well", 464285); DictSNOScene.Add("P6_Lost_Souls_x1_Pand_Ext_120_Edge_NSE_02", 460533); DictSNOScene.Add("p6_Moors_Cave_01_Filler", 466898); DictSNOScene.Add("p6_Moors_Cave_Flooded_E_01", 466894); DictSNOScene.Add("p6_Moors_Cave_Flooded_NSEW_01", 466892); DictSNOScene.Add("p6_Moors_Cave_Flooded_NSEW_02", 466965); DictSNOScene.Add("p6_Moors_Cave_Flooded_NW_01", 466893); DictSNOScene.Add("p6_Moors_Cave_Flooded_N_01", 466895); DictSNOScene.Add("p6_Moors_Cave_Flooded_N_Entrance_01", 467516); DictSNOScene.Add("p6_Moors_Cave_Flooded_SEW_01", 466900); DictSNOScene.Add("p6_Moors_Cave_Flooded_S_01", 466896); DictSNOScene.Add("p6_Moors_Cave_Flooded_W_01", 466897); DictSNOScene.Add("p6_Moor_Border_Elbow_NE_01", 453846); DictSNOScene.Add("p6_Moor_Border_Elbow_NW_01", 453856); DictSNOScene.Add("p6_Moor_Border_Elbow_NW_01_MB313", 478294); DictSNOScene.Add("p6_Moor_Border_Elbow_SE_01", 453865); DictSNOScene.Add("p6_Moor_Border_Elbow_SE_01_MB313", 478302); DictSNOScene.Add("p6_Moor_Border_Elbow_SE_02", 463908); DictSNOScene.Add("p6_Moor_Border_Elbow_SW_01", 453874); DictSNOScene.Add("p6_Moor_Filler_01", 460489); DictSNOScene.Add("p6_Moor_NEW_01", 453878); DictSNOScene.Add("p6_Moor_NEW_01_MB313", 478305); DictSNOScene.Add("p6_Moor_NEW_02", 457747); DictSNOScene.Add("p6_Moor_NEW_02_MB313", 478306); DictSNOScene.Add("p6_Moor_NE_01", 453812); DictSNOScene.Add("p6_Moor_NE_120_Entrance_01", 465541); DictSNOScene.Add("p6_Moor_NE_120_Exit_01", 465544); DictSNOScene.Add("p6_Moor_NE_DungeonStone_Exit_01", 466783); DictSNOScene.Add("p6_Moor_NE_Entrance_01", 458592); DictSNOScene.Add("p6_Moor_NE_Entrance_01_MB313", 478299); DictSNOScene.Add("p6_Moor_NE_Exit_01", 458601); DictSNOScene.Add("p6_Moor_NSEW_01", 453948); DictSNOScene.Add("p6_Moor_NSEW_02", 456611); DictSNOScene.Add("p6_Moor_NSEW_03", 457566); DictSNOScene.Add("p6_Moor_NSEW_04", 458196); DictSNOScene.Add("p6_Moor_NSEW_05", 459907); DictSNOScene.Add("p6_Moor_NSEW_06", 463763); DictSNOScene.Add("p6_Moor_NSEW_240_01", 458576); DictSNOScene.Add("p6_Moor_NSEW_240_02", 460355); DictSNOScene.Add("p6_Moor_NSEW_240_03", 460356); DictSNOScene.Add("p6_Moor_NSEW_240_03_MB313", 478298); DictSNOScene.Add("p6_Moor_NSEW_Waypoint", 463833); DictSNOScene.Add("p6_Moor_NSEW_Waypoint_MB313", 478295); DictSNOScene.Add("p6_Moor_NSEW_Well", 464554); DictSNOScene.Add("p6_Moor_NSE_01", 453887); DictSNOScene.Add("p6_Moor_NSE_01_MB313", 478300); DictSNOScene.Add("p6_Moor_NSE_02", 463695); DictSNOScene.Add("p6_Moor_NSW_01", 453896); DictSNOScene.Add("p6_Moor_NSW_02", 457802); DictSNOScene.Add("p6_Moor_NSW_03", 457841); DictSNOScene.Add("p6_Moor_NSW_03_MB313", 478303); DictSNOScene.Add("p6_Moor_NW_01", 453910); DictSNOScene.Add("p6_Moor_NW_01_Event", 463188); DictSNOScene.Add("p6_Moor_NW_01_MB313", 478301); DictSNOScene.Add("p6_Moor_NW_02", 457817); DictSNOScene.Add("p6_Moor_NW_02_MB313", 478304); DictSNOScene.Add("p6_Moor_NW_DungeonStone_Exit_01", 466786); DictSNOScene.Add("p6_Moor_NW_Entrance_01", 458609); DictSNOScene.Add("p6_Moor_NW_Exit_01", 458617); DictSNOScene.Add("p6_Moor_SEW_01", 453919); DictSNOScene.Add("p6_Moor_SEW_01_MB313", 478297); DictSNOScene.Add("p6_Moor_SE_01", 453930); DictSNOScene.Add("p6_Moor_SE_01_MB313", 478296); DictSNOScene.Add("p6_Moor_SE_DungeonStone_Exit_01", 466785); DictSNOScene.Add("p6_Moor_SE_Entrance_01", 458625); DictSNOScene.Add("p6_Moor_SE_Exit_01", 458633); DictSNOScene.Add("p6_Moor_SW_01", 453939); DictSNOScene.Add("p6_Moor_SW_120_Entrance_01", 465517); DictSNOScene.Add("p6_Moor_SW_120_Exit_01", 465526); DictSNOScene.Add("p6_Moor_SW_DungeonStone_Exit_01", 466784); DictSNOScene.Add("p6_Moor_SW_Entrance_01", 458641); DictSNOScene.Add("p6_Moor_SW_Entrance_01_MB313", 478308); DictSNOScene.Add("p6_Moor_SW_Exit_01", 458649); DictSNOScene.Add("p6_SetDung_Necro_Blood_Church_NE_01", 474539); DictSNOScene.Add("p6_SetDung_Necro_Blood_Church_NSEW_01", 474543); DictSNOScene.Add("p6_SetDung_Necro_Blood_Church_NSW_01", 474540); DictSNOScene.Add("p6_SetDung_Necro_Blood_Church_NW_01", 474538); DictSNOScene.Add("p6_SetDung_Necro_Blood_Church_N_Entrance_01", 468182); DictSNOScene.Add("p6_SetDung_Necro_Blood_Church_SEW_02", 474537); DictSNOScene.Add("p6_SetDung_Necro_Blood_Church_SE_01", 476221); DictSNOScene.Add("p6_SetDung_Necro_Blood_Church_S_01", 468185); DictSNOScene.Add("p6_SetDung_Necro_Bone_x1_abattoir_E_02", 469229); DictSNOScene.Add("p6_SetDung_Necro_Bone_x1_abattoir_NE_05", 475082); DictSNOScene.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_04", 475079); DictSNOScene.Add("p6_SetDung_Necro_Bone_x1_abattoir_NSEW_06", 475080); DictSNOScene.Add("p6_SetDung_Necro_Bone_x1_abattoir_NW_05", 476245); DictSNOScene.Add("p6_SetDung_Necro_Bone_x1_abattoir_SE_05", 475083); DictSNOScene.Add("p6_SetDung_Necro_Bone_x1_abattoir_SW_05", 475084); DictSNOScene.Add("p6_SetDung_Necro_Bone_x1_abattoir_W_Entrance_01", 469228); DictSNOScene.Add("p6_SetDung_Necro_Plague_x1_westm_EW_03", 475960); DictSNOScene.Add("p6_SetDung_Necro_Plague_x1_westm_EW_05", 475959); DictSNOScene.Add("p6_SetDung_Necro_Plague_x1_westm_NE_02", 475958); DictSNOScene.Add("p6_SetDung_Necro_Plague_x1_westm_NSE_03", 475957); DictSNOScene.Add("p6_SetDung_Necro_Plague_x1_westm_NW_01", 475956); DictSNOScene.Add("p6_SetDung_Necro_Plague_x1_westm_SW_03", 475955); DictSNOScene.Add("p6_SetDung_Necro_Plague_x1_westm_S_Entrance_01", 469188); DictSNOScene.Add("p6_SetDung_Necro_Saint_Moor_SW_Entrance_01", 469099); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NE_01", 475519); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_NW_01", 475520); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_01", 475521); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SE_02", 475522); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_Border_Elbow_SW_01", 475523); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NEW_01", 475525); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NE_01", 475524); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_01", 475528); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_02", 475529); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_03", 475530); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NSEW_05", 475531); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_01", 475526); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NSE_02", 475527); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_01", 475532); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NSW_03", 475533); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_NW_01", 475534); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_SEW_01", 475536); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_SE_01", 475535); DictSNOScene.Add("p6_SetDung_Necro_Saint_p6_Moor_SW_01", 475537); DictSNOScene.Add("PvP_Butcher_Arena", 100826); DictSNOScene.Add("PvP_Cald_Swr_Ver2", 112862); DictSNOScene.Add("PvP_caOut_Arena_01", 79008); DictSNOScene.Add("PvP_Crater_ST_Arena_E01_S01", 142953); DictSNOScene.Add("PvP_Crater_ST_Arena_E01_S02", 142947); DictSNOScene.Add("PvP_Crater_ST_Arena_E02_S01", 142944); DictSNOScene.Add("PvP_Crater_ST_Arena_E02_S02", 142950); DictSNOScene.Add("PvP_Crypt_Arena_01", 131914); DictSNOScene.Add("PvP_Crypt_Arena_02", 139479); DictSNOScene.Add("PvP_Crypt_Filler_01", 135597); DictSNOScene.Add("PvP_Duel_Box", 273254); DictSNOScene.Add("PvP_Duel_Small_Multi_E01_N01", 279617); DictSNOScene.Add("PvP_Duel_Small_Multi_E01_S01", 279618); DictSNOScene.Add("PvP_Duel_Small_Multi_E01_S02", 279619); DictSNOScene.Add("PvP_Duel_Small_Multi_E02_N01", 279620); DictSNOScene.Add("PvP_Duel_Small_Multi_E02_S01", 279621); DictSNOScene.Add("PvP_Duel_Small_Multi_E02_S02", 279622); DictSNOScene.Add("PvP_Duel_Small_Multi_W01_N01", 279623); DictSNOScene.Add("PvP_Duel_Small_Multi_W01_S01", 279624); DictSNOScene.Add("PvP_Duel_Small_Multi_W01_S02", 279625); DictSNOScene.Add("PvP_Filler_Generic", 274770); DictSNOScene.Add("PvP_Garden_Arena", 227205); DictSNOScene.Add("PvP_Keep_Arena", 225867); DictSNOScene.Add("PvP_LeoricsGarden_Arena", 235224); DictSNOScene.Add("PvP_Map2_x03_y02", 32439); DictSNOScene.Add("PvP_Map2_x03_y03", 32440); DictSNOScene.Add("PvP_Map2_x03_y04", 32441); DictSNOScene.Add("PvP_Map2_x03_y05", 32442); DictSNOScene.Add("PvP_Map2_x03_y06", 32443); DictSNOScene.Add("PvP_Map2_x03_y07", 32444); DictSNOScene.Add("PvP_Map2_x04_y01", 32446); DictSNOScene.Add("PvP_Map2_x04_y02", 32447); DictSNOScene.Add("PvP_Map2_x04_y03", 1857); DictSNOScene.Add("PvP_Map2_x04_y04", 32448); DictSNOScene.Add("PvP_Map2_x04_y05", 32449); DictSNOScene.Add("PvP_Map2_x04_y06", 32450); DictSNOScene.Add("PvP_Map2_x04_y07", 32451); DictSNOScene.Add("PvP_Map2_x04_y08", 32452); DictSNOScene.Add("PvP_Map2_x05_y01", 32453); DictSNOScene.Add("PvP_Map2_x05_y02", 32454); DictSNOScene.Add("PvP_Map2_x05_y03", 32455); DictSNOScene.Add("PvP_Map2_x05_y04", 32456); DictSNOScene.Add("PvP_Map2_x05_y05", 32457); DictSNOScene.Add("PvP_Map2_x05_y06", 32458); DictSNOScene.Add("PvP_Map2_x05_y07", 32459); DictSNOScene.Add("PvP_Map2_x05_y08", 32460); DictSNOScene.Add("PvP_Map2_x06_y01", 32461); DictSNOScene.Add("PvP_Map2_x06_y02", 32462); DictSNOScene.Add("PvP_Map2_x06_y03", 32463); DictSNOScene.Add("PvP_Map2_x06_y04", 32464); DictSNOScene.Add("PvP_Map2_x06_y05", 32465); DictSNOScene.Add("PvP_Map2_x06_y06", 32466); DictSNOScene.Add("PvP_Map2_x06_y07", 1858); DictSNOScene.Add("PvP_Map2_x06_y08", 32467); DictSNOScene.Add("PvP_Map2_x07_y02", 32469); DictSNOScene.Add("PvP_Map2_x07_y03", 32470); DictSNOScene.Add("PvP_Map2_x07_y04", 32471); DictSNOScene.Add("PvP_Map2_x07_y05", 32472); DictSNOScene.Add("PvP_Map2_x07_y06", 32473); DictSNOScene.Add("PvP_Map2_x07_y07", 32474); DictSNOScene.Add("PvP_Maze_Arena_01_x01_y01", 32484); DictSNOScene.Add("PvP_Murderball_Test_01", 277665); DictSNOScene.Add("PvP_Neph_Arena_E01_N01", 133303); DictSNOScene.Add("PvP_Neph_Arena_E01_S01", 129113); DictSNOScene.Add("PvP_Neph_Arena_E01_S02", 133318); DictSNOScene.Add("PvP_Neph_Arena_E02_S01", 133312); DictSNOScene.Add("PvP_Neph_Arena_W01_S01", 133309); DictSNOScene.Add("PvP_Octogon_Arena_01_x01_y01", 32485); DictSNOScene.Add("PvP_Peanut_LongLanes_E01_N01", 274646); DictSNOScene.Add("PvP_Peanut_LongLanes_E01_S01", 274647); DictSNOScene.Add("PvP_Peanut_LongLanes_E01_S02", 274648); DictSNOScene.Add("PVP_Pillar_01", 1859); DictSNOScene.Add("PvP_Regicide_Greybox_Small", 258622); DictSNOScene.Add("PvP_Square_Test_01", 275563); DictSNOScene.Add("PVP_Stairs_Arena_01_x01_y01", 32486); DictSNOScene.Add("PvP_Three_Control", 276071); DictSNOScene.Add("PVP_TrainingGround", 168234); DictSNOScene.Add("PVP_TrainingInn", 170377); DictSNOScene.Add("PvP_Zolt_Ruins_Arena", 137451); DictSNOScene.Add("PvP_Zolt_Small_Arena", 236150); DictSNOScene.Add("PvP_Z_Lane_Test", 274041); DictSNOScene.Add("px_Battlefield_Border_Elbow_NE_01", 423396); DictSNOScene.Add("px_Battlefield_Border_Elbow_NW_01", 423398); DictSNOScene.Add("px_Battlefield_Border_Elbow_SE_01", 423399); DictSNOScene.Add("px_Battlefield_Border_Elbow_SW_01", 423401); DictSNOScene.Add("px_Battlefield_Border_NEW_01", 423441); DictSNOScene.Add("px_Battlefield_Border_NEW_DungeonStone_Exit_01", 423607); DictSNOScene.Add("px_Battlefield_Border_NEW_Entrance_01", 423605); DictSNOScene.Add("px_Battlefield_Border_NEW_Exit_01", 423606); DictSNOScene.Add("px_Battlefield_Border_NE_01", 423402); DictSNOScene.Add("px_Battlefield_Border_NSE_01", 423609); DictSNOScene.Add("px_Battlefield_Border_NSE_DungeonStone_Exit_01", 424163); DictSNOScene.Add("px_Battlefield_Border_NSE_Entrance_01", 424062); DictSNOScene.Add("px_Battlefield_Border_NSE_Exit_01", 424162); DictSNOScene.Add("px_Battlefield_Border_NSW_01", 424166); DictSNOScene.Add("px_Battlefield_Border_NSW_DungeonStone_Exit_01", 424180); DictSNOScene.Add("px_Battlefield_Border_NSW_Entrance_01", 424178); DictSNOScene.Add("px_Battlefield_Border_NSW_Exit_01", 424179); DictSNOScene.Add("px_Battlefield_Border_NW_01", 424181); DictSNOScene.Add("px_Battlefield_Border_SEW_01", 424183); DictSNOScene.Add("px_Battlefield_Border_SEW_DungeonStone_Exit_01", 424195); DictSNOScene.Add("px_Battlefield_Border_SEW_Entrance_01", 424193); DictSNOScene.Add("px_Battlefield_Border_SEW_Exit_01", 424194); DictSNOScene.Add("px_Battlefield_Border_SE_01", 424182); DictSNOScene.Add("px_Battlefield_Border_SW_01", 424198); DictSNOScene.Add("px_Battlefield_Filler_01", 424214); DictSNOScene.Add("px_Battlefield_NSEW_02", 424217); DictSNOScene.Add("px_Battlefield_NSEW_DemonCatapultA", 424219); DictSNOScene.Add("px_Battlefield_NSEW_HumanOutpost_01", 424221); DictSNOScene.Add("px_Battlefield_NSEW_HumanOutpost_02", 424222); DictSNOScene.Add("px_Battlefield_NSEW_HumanOutpost_03", 424223); DictSNOScene.Add("px_Battlefield_Sub120_DemonGenericA", 424267); DictSNOScene.Add("px_Battlefield_Sub120_DemonGenericB", 424268); DictSNOScene.Add("px_Battlefield_Sub120_DemonGenericC", 424269); DictSNOScene.Add("px_Battlefield_Sub120_HumanGenericA", 424270); DictSNOScene.Add("px_Battlefield_Sub120_HumanGenericB", 424271); DictSNOScene.Add("px_Battlefield_Sub120_HumanGenericC", 424272); DictSNOScene.Add("px_Battlefield_Sub120_HumanGenericD", 424273); DictSNOScene.Add("px_Battlefield_Sub120_HumanGenericE", 424274); DictSNOScene.Add("px_Battlefield_Sub120_Trenchapault", 424275); DictSNOScene.Add("px_caOut_Oasis_Entrance_NE_01", 404177); DictSNOScene.Add("px_caOut_Oasis_Entrance_NW_01", 409693); DictSNOScene.Add("px_caOut_Oasis_Entrance_SE_01", 404517); DictSNOScene.Add("px_caOut_Oasis_Entrance_SW_01", 409694); DictSNOScene.Add("px_caOut_Oasis_Exit_NE_01", 409697); DictSNOScene.Add("px_caOut_Oasis_Exit_NW_01", 409700); DictSNOScene.Add("px_caOut_Oasis_Exit_SE_01", 409699); DictSNOScene.Add("px_caOut_Oasis_Exit_SW_01", 409701); DictSNOScene.Add("px_Cave_A_Buffer_Template", 416034); DictSNOScene.Add("px_Cave_A_EW_01", 427228); DictSNOScene.Add("px_Cave_A_EW_Event_02", 427279); DictSNOScene.Add("px_Cave_A_E_01", 427227); DictSNOScene.Add("px_Cave_A_E_dungeonStone_Exit_01", 427252); DictSNOScene.Add("px_Cave_A_E_Entrance_01", 427263); DictSNOScene.Add("px_Cave_A_E_Exit_01", 427467); DictSNOScene.Add("px_Cave_A_NEW_01", 427317); DictSNOScene.Add("px_Cave_A_NEW_02", 427318); DictSNOScene.Add("px_Cave_A_NE_01", 415790); DictSNOScene.Add("px_Cave_A_NSEW_01", 415438); DictSNOScene.Add("px_Cave_A_NSEW_02", 427374); DictSNOScene.Add("px_Cave_A_NSEW_03", 427391); DictSNOScene.Add("px_Cave_A_NSEW_04", 427392); DictSNOScene.Add("px_Cave_A_NSEW_05", 427401); DictSNOScene.Add("px_Cave_A_NSE_01", 415768); DictSNOScene.Add("px_Cave_A_NSW_01", 427536); DictSNOScene.Add("px_Cave_A_NS_01", 427340); DictSNOScene.Add("px_Cave_A_NS_Event_01", 427341); DictSNOScene.Add("px_Cave_A_NW_01", 415795); DictSNOScene.Add("px_Cave_A_N_01", 427288); DictSNOScene.Add("px_Cave_A_N_dungeonStone_Exit_01", 427302); DictSNOScene.Add("px_Cave_A_N_Entrance_01", 427312); DictSNOScene.Add("px_Cave_A_N_Exit_01", 427472); DictSNOScene.Add("px_Cave_A_SEW_01", 427442); DictSNOScene.Add("px_Cave_A_SE_01", 415813); DictSNOScene.Add("px_Cave_A_SE_02", 427436); DictSNOScene.Add("px_Cave_A_SW_01", 415811); DictSNOScene.Add("px_Cave_A_S_01", 427407); DictSNOScene.Add("px_Cave_A_S_dungeonStone_Exit_01", 427412); DictSNOScene.Add("px_Cave_A_S_Entrance_01", 427430); DictSNOScene.Add("px_Cave_A_S_Exit_01", 427497); DictSNOScene.Add("px_Cave_A_W_01", 427448); DictSNOScene.Add("px_Cave_A_W_dungeonStone_Exit_01", 427454); DictSNOScene.Add("px_Cave_A_W_Entrance_01", 427460); DictSNOScene.Add("px_Cave_A_W_Exit_01", 427503); DictSNOScene.Add("px_desert_120_Border_Elbow_NE_01", 404651); DictSNOScene.Add("px_desert_120_Border_Elbow_NW_01", 404621); DictSNOScene.Add("px_desert_120_Border_Elbow_SE_01", 404639); DictSNOScene.Add("px_desert_120_Border_Elbow_SW_01", 404609); DictSNOScene.Add("px_desert_120_Border_NEW_01", 404495); DictSNOScene.Add("px_desert_120_Border_NEW_DungeonStone_Exit_01", 404890); DictSNOScene.Add("px_desert_120_Border_NEW_Entrance_01", 404677); DictSNOScene.Add("px_desert_120_Border_NEW_Exit_01", 404886); DictSNOScene.Add("px_desert_120_Border_NE_01", 404597); DictSNOScene.Add("px_desert_120_Border_NSE_01", 404436); DictSNOScene.Add("px_desert_120_Border_NSE_DungeonStone_Exit_01", 405067); DictSNOScene.Add("px_desert_120_Border_NSE_Entrance_01", 405060); DictSNOScene.Add("px_desert_120_Border_NSE_Exit_01", 405062); DictSNOScene.Add("px_desert_120_Border_NSW_01", 404460); DictSNOScene.Add("px_desert_120_Border_NSW_DungeonStone_Exit_01", 405141); DictSNOScene.Add("px_desert_120_Border_NSW_Entrance_01", 405135); DictSNOScene.Add("px_desert_120_Border_NSW_Exit_01", 405139); DictSNOScene.Add("px_desert_120_Border_NW_01", 404585); DictSNOScene.Add("px_desert_120_Border_SEW_01", 404475); DictSNOScene.Add("px_desert_120_Border_SEW_DungeonStone_Exit_01", 405224); DictSNOScene.Add("px_desert_120_Border_SEW_Entrance_01", 405217); DictSNOScene.Add("px_desert_120_Border_SEW_Exit_01", 405220); DictSNOScene.Add("px_desert_120_Border_SE_01", 404550); DictSNOScene.Add("px_desert_120_Border_SW_01", 404569); DictSNOScene.Add("px_desert_120_Filler_01", 404449); DictSNOScene.Add("px_desert_120_NSEW_01", 404372); DictSNOScene.Add("px_desert_120_NSEW_02", 404798); DictSNOScene.Add("px_desert_120_NSEW_03", 404823); DictSNOScene.Add("px_desert_120_NSEW_04", 405370); DictSNOScene.Add("px_desert_120_NSEW_05", 405566); DictSNOScene.Add("px_desert_120_NSEW_06", 411170); DictSNOScene.Add("px_desert_120_NSEW_07", 411233); DictSNOScene.Add("px_desert_120_NSEW_Sub80", 409199); DictSNOScene.Add("px_desert_120_NSEW_Sub80_02", 411247); DictSNOScene.Add("px_desert_240_NSEW_Sub240", 411271); DictSNOScene.Add("px_desert_Sub240_Battlements_Destroyed", 411287); DictSNOScene.Add("px_desert_Sub240_Battlements_Ruin", 411310); DictSNOScene.Add("px_desert_Sub240_Caravan_Destroyed_A", 411328); DictSNOScene.Add("px_desert_Sub240_LandRift_Natural_B", 411319); DictSNOScene.Add("px_desert_Sub240_Mine_Abandoned", 411299); DictSNOScene.Add("px_desert_Sub80_Beast_Dead", 415140); DictSNOScene.Add("px_desert_Sub80_CultistCamp_A", 415138); DictSNOScene.Add("px_desert_Sub80_DeadGuyCamp", 415141); DictSNOScene.Add("px_desert_Sub80_Rocks_A", 415142); DictSNOScene.Add("px_desert_Sub80_Rocks_Hive", 415143); DictSNOScene.Add("px_desert_Sub80_Shark_Pool_A", 415144); DictSNOScene.Add("px_desert_Sub80_SunkenShip", 415139); DictSNOScene.Add("px_desert_Sub80_Tower_A", 415145); DictSNOScene.Add("px_desert_Sub80_Wagon_Broken", 415146); DictSNOScene.Add("px_desert_Sub80_Well_Ruin", 415147); DictSNOScene.Add("px_festeringWoods_Border_Elbow_NE_01", 403879); DictSNOScene.Add("px_festeringWoods_Border_Elbow_NW_01", 403798); DictSNOScene.Add("px_festeringWoods_Border_Elbow_SE_01", 403737); DictSNOScene.Add("px_festeringWoods_Border_Elbow_SW_01", 403761); DictSNOScene.Add("px_festeringWoods_Border_NEW_01", 403972); DictSNOScene.Add("px_festeringWoods_Border_NEW_01_DungeonStone_exit", 406191); DictSNOScene.Add("px_festeringWoods_Border_NEW_01_entrance", 405306); DictSNOScene.Add("px_festeringWoods_Border_NEW_01_exit", 406184); DictSNOScene.Add("px_festeringWoods_Border_NE_01", 403697); DictSNOScene.Add("px_festeringWoods_Border_NSE_01", 403653); DictSNOScene.Add("px_festeringWoods_Border_NSE_01_DungeonStone_exit", 406190); DictSNOScene.Add("px_festeringWoods_Border_NSE_01_entrance", 405029); DictSNOScene.Add("px_festeringWoods_Border_NSE_01_exit", 406185); DictSNOScene.Add("px_festeringWoods_Border_NSW_01", 403643); DictSNOScene.Add("px_festeringWoods_Border_NSW_01_DungeonStone_exit", 406189); DictSNOScene.Add("px_festeringWoods_Border_NSW_01_entrance", 405090); DictSNOScene.Add("px_festeringWoods_Border_NSW_01_exit", 406186); DictSNOScene.Add("px_festeringWoods_Border_NW_01", 403720); DictSNOScene.Add("px_festeringWoods_Border_SEW_01", 403665); DictSNOScene.Add("px_festeringWoods_Border_SEW_01_DungeonStone_exit", 406188); DictSNOScene.Add("px_festeringWoods_Border_SEW_01_entrance", 404211); DictSNOScene.Add("px_festeringWoods_Border_SEW_01_exit", 406187); DictSNOScene.Add("px_festeringWoods_Border_SE_01", 403679); DictSNOScene.Add("px_festeringWoods_Border_SW_01", 403708); DictSNOScene.Add("px_festeringWoods_Filler", 404227); DictSNOScene.Add("px_festeringWoods_NSEW_01", 403990); DictSNOScene.Add("px_festeringWoods_NSEW_02", 405426); DictSNOScene.Add("px_festeringWoods_NSEW_03", 405441); DictSNOScene.Add("px_festeringWoods_NSEW_04", 405453); DictSNOScene.Add("px_festeringWoods_NSEW_05", 405476); DictSNOScene.Add("px_festeringWoods_NSEW_06", 405495); DictSNOScene.Add("px_TristramFields_Border_Elbow_NE_01", 408287); DictSNOScene.Add("px_TristramFields_Border_Elbow_NE_02", 408754); DictSNOScene.Add("px_TristramFields_Border_Elbow_NW_01", 408297); DictSNOScene.Add("px_TristramFields_Border_Elbow_SE_01", 406111); DictSNOScene.Add("px_TristramFields_Border_Elbow_SW_01", 408274); DictSNOScene.Add("px_TristramFields_Border_Elbow_SW_02", 409326); DictSNOScene.Add("px_TristramFields_Border_NEW_01", 406156); DictSNOScene.Add("px_TristramFields_Border_NE_01", 406204); DictSNOScene.Add("px_TristramFields_Border_NE_Dungeonstone_Exit_01", 415384); DictSNOScene.Add("px_TristramFields_Border_NSE_01", 408325); DictSNOScene.Add("px_TristramFields_Border_NSE_02", 409120); DictSNOScene.Add("px_TristramFields_Border_NSE_03", 409134); DictSNOScene.Add("px_TristramFields_Border_NSW_01", 406094); DictSNOScene.Add("px_TristramFields_Border_NSW_02", 408498); DictSNOScene.Add("px_TristramFields_Border_NSW_03", 408686); DictSNOScene.Add("px_TristramFields_Border_NSW_04", 408701); DictSNOScene.Add("px_TristramFields_Border_NW_01", 406143); DictSNOScene.Add("px_TristramFields_Border_NW_02", 409303); DictSNOScene.Add("px_TristramFields_Border_NW_Dungeonstone_Exit_01", 415382); DictSNOScene.Add("px_TristramFields_Border_SEW_01", 408344); DictSNOScene.Add("px_TristramFields_Border_SE_01", 408245); DictSNOScene.Add("px_TristramFields_Border_SE_Dungeonstone_Exit_01", 415385); DictSNOScene.Add("px_TristramFields_Border_SW_01", 408263); DictSNOScene.Add("px_TristramFields_Border_SW_Dungeonstone_Exit_01", 415383); DictSNOScene.Add("px_TristramFields_Filler_01", 409522); DictSNOScene.Add("px_TristramFields_NE_Entrance_01", 409650); DictSNOScene.Add("px_TristramFields_NE_Exit_01", 415346); DictSNOScene.Add("px_TristramFields_NSEW_01", 408314); DictSNOScene.Add("px_TristramFields_NSEW_03", 414615); DictSNOScene.Add("px_TristramFields_NSEW_04", 414616); DictSNOScene.Add("px_TristramFields_NSEW_05", 414617); DictSNOScene.Add("px_tristramFields_NSEW_Sub240", 414737); DictSNOScene.Add("px_TristramFields_NW_Entrance_01", 409789); DictSNOScene.Add("px_TristramFields_NW_Exit_01", 415337); DictSNOScene.Add("px_TristramFields_SE_Entrance_01", 410335); DictSNOScene.Add("px_TristramFields_SE_Exit_01", 415327); DictSNOScene.Add("px_TristramFields_Sub240x240_FarmHouseA", 414576); DictSNOScene.Add("px_TristramFields_Sub240x240_GoatmanOutpostA", 414471); DictSNOScene.Add("px_TristramFields_Sub240x240_GraveyardA", 414601); DictSNOScene.Add("px_TristramFields_Sub240x240_PondA", 414603); DictSNOScene.Add("px_TristramFields_Sub80FleshPitFlyerDen_A", 414607); DictSNOScene.Add("px_TristramFields_Sub80_A", 414538); DictSNOScene.Add("px_TristramFields_Sub80_B", 414217); DictSNOScene.Add("px_TristramFields_Sub80_C", 414405); DictSNOScene.Add("px_TristramFields_Sub80_Camp_A", 414605); DictSNOScene.Add("px_TristramFields_Sub80_Camp_C", 414604); DictSNOScene.Add("px_TristramFields_Sub80_HouseA", 414606); DictSNOScene.Add("px_TristramFields_Sub80_PuppyLove", 414767); DictSNOScene.Add("px_TristramFields_SW_Entrance_01", 409962); DictSNOScene.Add("px_TristramFields_SW_Exit_01", 415276); DictSNOScene.Add("px_trOut_Tristram_E09_S15", 414832); DictSNOScene.Add("px_trOut_Tristram_E10_S15", 414798); DictSNOScene.Add("trDun_ButcherLair", 78827); DictSNOScene.Add("trDun_ButcherLair_Jump", 78824); DictSNOScene.Add("trDun_ButcherLair_MB313", 478059); DictSNOScene.Add("trDun_Cath_01_Filler", 32936); DictSNOScene.Add("trDun_Cath_Cain_Intro_01", 60885); DictSNOScene.Add("trDun_Cath_E", 32938); DictSNOScene.Add("trDun_Cath_EW_01", 32939); DictSNOScene.Add("trDun_Cath_EW_02", 67021); DictSNOScene.Add("trDun_Cath_EW_Entrance_01", 32940); DictSNOScene.Add("trDun_Cath_EW_Hall_01", 32941); DictSNOScene.Add("trDun_Cath_EW_Hall_02", 1883); DictSNOScene.Add("trDun_Cath_E_Dead_End_01", 32943); DictSNOScene.Add("trDun_Cath_E_DungeonStone_Exit_01", 136166); DictSNOScene.Add("trDun_Cath_E_Entrance01", 32944); DictSNOScene.Add("trDun_Cath_E_Entrance_02", 32945); DictSNOScene.Add("trDun_Cath_E_Exit", 32946); DictSNOScene.Add("trDun_Cath_E_Exit_02", 32947); DictSNOScene.Add("trDun_Cath_E_Exit_CainIntro", 174633); DictSNOScene.Add("trDun_Cath_E_Exit_Crypt_01", 32948); DictSNOScene.Add("trDun_Cath_E_Exit_Crypt_01_SkeletonKing", 453469); DictSNOScene.Add("trDun_Cath_NEW_01", 32951); DictSNOScene.Add("trDun_Cath_NE_01", 32952); DictSNOScene.Add("trDun_Cath_NE_02", 66589); DictSNOScene.Add("trDun_Cath_NE_Exit_01", 32953); DictSNOScene.Add("trDun_Cath_NE_Hall_01", 32954); DictSNOScene.Add("trDun_Cath_NE_Hall_02", 32955); DictSNOScene.Add("trDun_Cath_NE_Hall_03", 32956); DictSNOScene.Add("trDun_Cath_NE_Hall_04", 32957); DictSNOScene.Add("trDun_Cath_NSEW_01", 32958); DictSNOScene.Add("trDun_Cath_NSEW_02_Templar", 91612); DictSNOScene.Add("trDun_Cath_NSE_01", 32960); DictSNOScene.Add("trDun_Cath_NSE_01_Lazarus", 454190); DictSNOScene.Add("trDun_Cath_NSW_01", 1884); DictSNOScene.Add("trDun_Cath_NS_01", 32961); DictSNOScene.Add("trDun_Cath_NS_02", 66919); DictSNOScene.Add("trDun_Cath_NS_Hall_01", 32963); DictSNOScene.Add("trDun_Cath_NS_Hall_02", 32964); DictSNOScene.Add("trDun_Cath_NW_01", 32965); DictSNOScene.Add("trDun_Cath_NW_Hall_01", 32967); DictSNOScene.Add("trDun_Cath_NW_Hall_02", 32968); DictSNOScene.Add("trDun_Cath_NW_Hall_02_Butcher", 453233); DictSNOScene.Add("trDun_Cath_N_01", 32969); DictSNOScene.Add("trDun_Cath_N_02", 32970); DictSNOScene.Add("trDun_Cath_N_Dead_End_01", 32971); DictSNOScene.Add("trDun_Cath_N_Dead_End_01_Lazarus", 454212); DictSNOScene.Add("trDun_Cath_N_DungeonStone_Exit_01", 136167); DictSNOScene.Add("trDun_Cath_N_Entrance_01", 32972); DictSNOScene.Add("trDun_Cath_N_Entrance_02", 32974); DictSNOScene.Add("trDun_Cath_N_Entrance_03", 32975); DictSNOScene.Add("trDun_Cath_N_Exit_01", 32976); DictSNOScene.Add("trDun_Cath_N_Exit_01_CainIntro", 174643); DictSNOScene.Add("trDun_Cath_SEW_01", 32979); DictSNOScene.Add("trDun_Cath_SEW_02", 1885); DictSNOScene.Add("trDun_Cath_SE_01", 32981); DictSNOScene.Add("trDun_Cath_SE_02", 66925); DictSNOScene.Add("trDun_Cath_SE_Hall_01", 32982); DictSNOScene.Add("trDun_Cath_SE_Hall_02", 32983); DictSNOScene.Add("trDun_Cath_SE_Hall_03", 32984); DictSNOScene.Add("trDun_Cath_SW_01", 32985); DictSNOScene.Add("trDun_Cath_SW_Hall_01", 32986); DictSNOScene.Add("trDun_Cath_SW_Hall_02", 32987); DictSNOScene.Add("trDun_Cath_S_01", 32989); DictSNOScene.Add("trDun_Cath_S_02_Stranger", 32990); DictSNOScene.Add("trDun_Cath_S_Dead_End_01", 32991); DictSNOScene.Add("trDun_Cath_S_Dead_End_01_Lazarus", 454210); DictSNOScene.Add("trDun_Cath_S_DungeonStone_Exit_01", 136168); DictSNOScene.Add("trDun_Cath_S_Entrance_01", 32992); DictSNOScene.Add("trDun_Cath_S_Exit_01", 32993); DictSNOScene.Add("trDun_Cath_S_Exit_03", 32995); DictSNOScene.Add("trDun_Cath_S_Exit_03_CainIntro", 174657); DictSNOScene.Add("trDun_Cath_S_Exit_Crypt_02", 32997); DictSNOScene.Add("trDun_Cath_W_01", 1886); DictSNOScene.Add("trDun_Cath_W_Dead_End_01", 32999); DictSNOScene.Add("trDun_Cath_W_DungeonStone_Exit_01", 136170); DictSNOScene.Add("trDun_Cath_W_Entrance_01", 33000); DictSNOScene.Add("trDun_Cath_W_Exit_01", 33001); DictSNOScene.Add("trDun_Cath_W_Exit_01_CainIntro", 174663); DictSNOScene.Add("trDun_Cath_W_Exit_Crypt_01", 33002); DictSNOScene.Add("trDun_Cave_01_Filler", 154775); DictSNOScene.Add("trDun_Cave_EW_01", 33011); DictSNOScene.Add("trDun_Cave_E_01", 33014); DictSNOScene.Add("trDun_Cave_E_01_MB313", 478084); DictSNOScene.Add("trDun_Cave_E_DungeonStone_Exit_01", 92967); DictSNOScene.Add("trDun_Cave_E_Entrance_01", 33015); DictSNOScene.Add("trDun_Cave_E_Exit_01", 33016); DictSNOScene.Add("trDun_Cave_Goat_EW_01", 75261); DictSNOScene.Add("trDun_Cave_Goat_NE_01", 75141); DictSNOScene.Add("trDun_Cave_Goat_NSEW_01", 75353); DictSNOScene.Add("trDun_Cave_Goat_NSEW_02", 116976); DictSNOScene.Add("trDun_Cave_Goat_NSW_01", 75144); DictSNOScene.Add("trDun_Cave_Goat_NS_01", 75186); DictSNOScene.Add("trDun_Cave_Goat_S_Entrance_01", 75138); DictSNOScene.Add("trDun_Cave_Goat_W_Entrance_01", 75606); DictSNOScene.Add("trDun_Cave_Middle_ChasmA", 33018); DictSNOScene.Add("trDun_Cave_Middle_LostCampA", 33020); DictSNOScene.Add("trDun_Cave_Middle_RiverA", 33021); DictSNOScene.Add("trDun_Cave_Mine_EW_01", 77019); DictSNOScene.Add("trDun_Cave_Mine_NE_01", 77528); DictSNOScene.Add("trDun_Cave_Mine_NE_01_MB313", 478080); DictSNOScene.Add("trDun_Cave_Mine_NSEW_01", 76669); DictSNOScene.Add("trDun_Cave_Mine_NSEW_01_MB313", 478083); DictSNOScene.Add("trDun_Cave_Mine_NSW_01", 77559); DictSNOScene.Add("trDun_Cave_Mine_NS_01", 77743); DictSNOScene.Add("trDun_Cave_Mine_S_Entrance_01", 76837); DictSNOScene.Add("trDun_Cave_Mine_S_Entrance_01_MB313", 478085); DictSNOScene.Add("trDun_Cave_Mine_W_Entrance_01", 77876); DictSNOScene.Add("trDun_Cave_NEW_01", 33024); DictSNOScene.Add("trDun_Cave_NE_01", 33025); DictSNOScene.Add("trDun_Cave_NSEW_01", 33026); DictSNOScene.Add("trDun_Cave_NSE_01", 33027); DictSNOScene.Add("trDun_Cave_NSE_01_MB313", 478081); DictSNOScene.Add("trDun_Cave_NSW_01", 33029); DictSNOScene.Add("trDun_Cave_NSW_02", 135685); DictSNOScene.Add("trDun_Cave_NS_01", 33030); DictSNOScene.Add("trDun_Cave_NW_01", 33031); DictSNOScene.Add("trDun_Cave_N_01", 33032); DictSNOScene.Add("trDun_Cave_N_DungeonStone_Exit_01", 92971); DictSNOScene.Add("trDun_Cave_N_Entrance_01", 33033); DictSNOScene.Add("trDun_Cave_N_Exit_01", 33034); DictSNOScene.Add("trDun_Cave_SEW_01", 1888); DictSNOScene.Add("trDun_Cave_SE_01", 33037); DictSNOScene.Add("trDun_Cave_SW_01", 33038); DictSNOScene.Add("trDun_Cave_S_01", 33039); DictSNOScene.Add("trDun_Cave_S_DungeonStone_Exit_01", 92968); DictSNOScene.Add("trDun_Cave_S_Entrance_01", 33040); DictSNOScene.Add("trDun_Cave_S_Exit_01", 33041); DictSNOScene.Add("trDun_Cave_W_01", 33044); DictSNOScene.Add("trDun_Cave_W_01_MB313", 478082); DictSNOScene.Add("trDun_Cave_W_DungeonStone_Exit_01", 92969); DictSNOScene.Add("trDun_Cave_W_Entrance_01", 33045); DictSNOScene.Add("trDun_Cave_W_Exit_01", 33046); DictSNOScene.Add("trDun_Cave_W_Exit_01_MB313", 478079); DictSNOScene.Add("trDun_Crypt_EW_01", 33051); DictSNOScene.Add("trDun_Crypt_EW_Hall_01", 33054); DictSNOScene.Add("trDun_Crypt_EW_Hall_1000dead_01", 82107); DictSNOScene.Add("trdun_Crypt_E_02", 61403); DictSNOScene.Add("trDun_Crypt_E_Dead_End_01", 1889); DictSNOScene.Add("trdun_Crypt_E_DungeonStone_Exit_01", 175016); DictSNOScene.Add("trDun_Crypt_E_Entrance_02", 33057); DictSNOScene.Add("trdun_Crypt_E_Exit_Down_01", 84766); DictSNOScene.Add("trDun_Crypt_Filler_01", 33060); DictSNOScene.Add("trDun_Crypt_Filler_Throne_01", 33061); DictSNOScene.Add("trDun_Crypt_Filler_Throne_02", 33062); DictSNOScene.Add("trDun_Crypt_Filler_Throne_Pillar_01", 33063); DictSNOScene.Add("trDun_Crypt_King_Entrance", 33065); DictSNOScene.Add("trDun_Crypt_NEW_01", 33066); DictSNOScene.Add("trDun_Crypt_NE_01", 33068); DictSNOScene.Add("trDun_Crypt_NE_Hall_01", 33070); DictSNOScene.Add("trDun_Crypt_NSEW_01", 33071); DictSNOScene.Add("trDun_Crypt_NSEW_01_LR_Warden_01", 329001); DictSNOScene.Add("trDun_Crypt_NSEW_02", 33072); DictSNOScene.Add("trDun_Crypt_NSEW_03", 61748); DictSNOScene.Add("trDun_Crypt_NSEW_JarSouls_01", 82768); DictSNOScene.Add("trDun_Crypt_NSE_01", 33073); DictSNOScene.Add("trDun_Crypt_NSW_01", 1890); DictSNOScene.Add("trDun_Crypt_NS_01", 33075); DictSNOScene.Add("trdun_crypt_NS_Flooded_entrance_01", 74349); DictSNOScene.Add("trDun_Crypt_NS_Hall_01", 33076); DictSNOScene.Add("trDun_Crypt_NW_01", 33077); DictSNOScene.Add("trDun_Crypt_NW_Hall_01", 33078); DictSNOScene.Add("trDun_Crypt_NW_Special_01", 62985); DictSNOScene.Add("trdun_Crypt_N_02", 61449); DictSNOScene.Add("trdun_Crypt_N_DungeonStone_Exit_01", 175018); DictSNOScene.Add("trDun_Crypt_N_Entrance_02", 33082); DictSNOScene.Add("trdun_Crypt_N_Entrance_04", 61567); DictSNOScene.Add("trdun_Crypt_N_Exit_Down_01", 84775); DictSNOScene.Add("trDun_Crypt_SEW_02", 61126); DictSNOScene.Add("trDun_Crypt_SE_01", 33086); DictSNOScene.Add("trDun_Crypt_SE_Hall_01", 33087); DictSNOScene.Add("trDun_Crypt_Skeletal_Entrance_SEW_01", 74008); DictSNOScene.Add("trDun_Crypt_Skeletal_Throne", 33089); DictSNOScene.Add("trDun_Crypt_Skeletal_Throne_B", 33090); DictSNOScene.Add("trDun_Crypt_SW_01", 33091); DictSNOScene.Add("trDun_Crypt_SW_Hall_01", 33092); DictSNOScene.Add("trdun_Crypt_S_02", 61428); DictSNOScene.Add("trdun_Crypt_S_DungeonStone_Exit_01", 175020); DictSNOScene.Add("trDun_Crypt_S_Entrance_01", 33094); DictSNOScene.Add("trdun_Crypt_S_Entrance_02", 61489); DictSNOScene.Add("trdun_Crypt_S_Exit_Down_01", 84784); DictSNOScene.Add("trdun_Crypt_W_02", 61237); DictSNOScene.Add("trDun_Crypt_W_Dead_End_01", 33098); DictSNOScene.Add("trdun_Crypt_W_DungeonStone_Exit_01", 175021); DictSNOScene.Add("trDun_Crypt_W_Entrance_01", 33099); DictSNOScene.Add("trdun_Crypt_W_Entrance_02", 61650); DictSNOScene.Add("trDun_Crypt_W_Exit_01", 33100); DictSNOScene.Add("trdun_Crypt_W_Exit_Down_01", 84787); DictSNOScene.Add("trDun_Crypt_W_Exit_Stranger_01", 117035); DictSNOScene.Add("trDun_StartScreen", 33198); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_E_01", 80935); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_Filler", 80942); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_NE_01", 80949); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_NW_01", 80957); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_N_01", 80967); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_SE_01", 80976); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_SE_02", 80998); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_SW_01", 81026); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_SW_02", 81043); DictSNOScene.Add("trOut_FesteringWoods_120_Edge_W_01", 81057); DictSNOScene.Add("trOut_FesteringWoods_120_NSEW_01", 81078); DictSNOScene.Add("trOut_FesteringWoods_120_NSEW_02", 81114); DictSNOScene.Add("trOut_FesteringWoods_Edge_E_01", 81089); DictSNOScene.Add("trOut_FesteringWoods_Edge_N_01", 81126); DictSNOScene.Add("trOut_FesteringWoods_Edge_W_01", 81139); DictSNOScene.Add("trOut_FesteringWoods_Sub120_Generic_01", 81152); DictSNOScene.Add("trOut_FesteringWoods_Sub120_Generic_02", 81159); DictSNOScene.Add("trOut_FesteringWoods_Sub120_Generic_03", 82668); DictSNOScene.Add("trOut_FesteringWoods_Sub120_Generic_04", 82684); DictSNOScene.Add("trOut_FesteringWoods_Sub120_NephalemEntranceA", 80042); DictSNOScene.Add("trOut_FesteringWoods_Sub120_NephalemEntranceB", 80370); DictSNOScene.Add("trOut_FesteringWoods_Sub120_Waypoint", 162684); DictSNOScene.Add("trOut_Fields_Vendor_Curios", 122605); DictSNOScene.Add("trOut_Highlands_Cellar_A", 173439); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E01_N01", 130519); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E01_S01", 130540); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E02_N01", 130522); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E02_S01", 130543); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E03_N01", 130525); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E03_S01", 130546); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E04_N01", 130528); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E04_S01", 130549); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E05_N01", 130531); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_E05_S01", 130552); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_W01_N01", 130516); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_W01_S01", 130537); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_W02_N01", 130513); DictSNOScene.Add("trOut_Highlands_Chokepoint_A_W02_S01", 130534); DictSNOScene.Add("trOut_Highlands_Chokepoint_B_E06_S01", 77286); DictSNOScene.Add("trOut_Highlands_Chokepoint_B_E06_S02", 77283); DictSNOScene.Add("trOut_Highlands_Chokepoint_B_E07_S01", 77285); DictSNOScene.Add("trOut_Highlands_Chokepoint_B_E07_S02", 77282); DictSNOScene.Add("trOut_Highlands_Chokepoint_B_E08_S01", 77290); DictSNOScene.Add("trOut_Highlands_Chokepoint_B_E08_S02", 77281); DictSNOScene.Add("trOut_Highlands_DunExterior_A_E01_S01", 87771); DictSNOScene.Add("trOut_Highlands_DunExterior_A_E01_S02", 87766); DictSNOScene.Add("trOut_Highlands_DunExterior_A_E01_S03", 87764); DictSNOScene.Add("trOut_Highlands_DunExterior_A_E02_S01", 87770); DictSNOScene.Add("trOut_Highlands_DunExterior_A_E02_S02", 87773); DictSNOScene.Add("trOut_Highlands_DunExterior_A_E02_S03", 87763); DictSNOScene.Add("trOut_Highlands_DunExterior_A_E03_S02", 87765); DictSNOScene.Add("trOut_Highlands_DunExterior_A_E03_S03", 87762); DictSNOScene.Add("trOut_Highlands_EdgeFiller_01", 78561); DictSNOScene.Add("trOUT_Highlands_Edge_E_01", 60236); DictSNOScene.Add("trOut_Highlands_Edge_E_02", 78631); DictSNOScene.Add("trOUT_Highlands_Edge_NE_01", 60258); DictSNOScene.Add("trOUT_Highlands_Edge_NE_01_AO_1", 199377); DictSNOScene.Add("trOUT_Highlands_Edge_NE_01_AO_2", 199380); DictSNOScene.Add("trOut_Highlands_Edge_N_02", 78667); DictSNOScene.Add("trOut_Highlands_Entrance_E04_N01", 75347); DictSNOScene.Add("trOut_Highlands_Entrance_E04_S01", 75348); DictSNOScene.Add("trOut_Highlands_Entrance_E04_S04", 75789); DictSNOScene.Add("trOut_Highlands_Entrance_E04_S05", 75790); DictSNOScene.Add("trOut_Highlands_Entrance_E05_N01", 75346); DictSNOScene.Add("trOut_Highlands_Entrance_E05_S01", 74865); DictSNOScene.Add("trOut_Highlands_Entrance_E05_S02", 74861); DictSNOScene.Add("trOut_Highlands_Entrance_E05_S03", 74866); DictSNOScene.Add("trOut_Highlands_Entrance_E05_S04", 74854); DictSNOScene.Add("trOut_Highlands_Entrance_E06_S01", 74864); DictSNOScene.Add("trOut_Highlands_Entrance_E06_S02", 74860); DictSNOScene.Add("trOut_Highlands_Entrance_E06_S03", 74857); DictSNOScene.Add("trOut_Highlands_Entrance_E06_S04", 74853); DictSNOScene.Add("trOut_Highlands_Entrance_E07_S01", 74863); DictSNOScene.Add("trOut_Highlands_Entrance_E07_S02", 74859); DictSNOScene.Add("trOut_Highlands_Entrance_E07_S03", 74856); DictSNOScene.Add("trOut_Highlands_Entrance_E07_S04", 74852); DictSNOScene.Add("trOut_Highlands_Entrance_E08_S01", 74862); DictSNOScene.Add("trOut_Highlands_Entrance_E08_S02", 74858); DictSNOScene.Add("trOut_Highlands_Entrance_E08_S03", 74855); DictSNOScene.Add("trOut_Highlands_Entrance_E08_S04", 74851); DictSNOScene.Add("trOut_Highlands_LeoricManor_E02_S01", 74524); DictSNOScene.Add("trOut_Highlands_LeoricManor_E02_S02", 74527); DictSNOScene.Add("trOut_Highlands_LeoricManor_E02_S02_Dungeonstone", 356338); DictSNOScene.Add("trOut_Highlands_LeoricManor_E02_S03", 74530); DictSNOScene.Add("trOut_Highlands_LeoricManor_E03_S01", 74533); DictSNOScene.Add("trOut_Highlands_LeoricManor_E03_S02", 74536); DictSNOScene.Add("trOut_Highlands_LeoricManor_E03_S03", 74512); DictSNOScene.Add("trOut_Highlands_ManorInterior_E01_S01", 76489); DictSNOScene.Add("trOut_Highlands_ManorInterior_E01_S02", 76485); DictSNOScene.Add("trOut_Highlands_ManorInterior_E01_S03", 76482); DictSNOScene.Add("trOut_Highlands_ManorInterior_E02_S01", 76488); DictSNOScene.Add("trOut_Highlands_ManorInterior_E02_S02", 76484); DictSNOScene.Add("trOut_Highlands_ManorInterior_E02_S03", 76481); DictSNOScene.Add("trOut_Highlands_ManorInterior_E03_S01", 76487); DictSNOScene.Add("trOut_Highlands_ManorInterior_E03_S02", 76490); DictSNOScene.Add("trOut_Highlands_ManorInterior_E03_S03", 76480); DictSNOScene.Add("trOut_Highlands_ManorInterior_E04_S02", 76483); DictSNOScene.Add("trOut_Highlands_ManorSkybox", 120644); DictSNOScene.Add("trOut_Highlands_River_SW_01", 33250); DictSNOScene.Add("trOUT_Highlands_River_S_01", 51253); DictSNOScene.Add("trOUT_Highlands_River_S_02", 177236); DictSNOScene.Add("trOUT_Highlands_River_W_01", 74148); DictSNOScene.Add("trOut_Highlands_River_W_02", 78704); DictSNOScene.Add("trOut_Highlands_River_W_03", 78715); DictSNOScene.Add("trOut_Highlands_Roads_EW_01", 76172); DictSNOScene.Add("trOut_Highlands_Roads_EW_02", 83453); DictSNOScene.Add("trOut_Highlands_Roads_EW_03", 83395); DictSNOScene.Add("trOut_Highlands_Roads_NE_01", 76179); DictSNOScene.Add("trOut_Highlands_Roads_NE_02", 83326); DictSNOScene.Add("trOut_Highlands_Roads_NSEW_01", 76186); DictSNOScene.Add("trOut_Highlands_Roads_NS_01", 76193); DictSNOScene.Add("trOut_Highlands_Roads_NS_01_AO_1", 199507); DictSNOScene.Add("trOut_Highlands_Roads_NS_02", 83286); DictSNOScene.Add("trOut_Highlands_Roads_NS_03", 83257); DictSNOScene.Add("trOut_Highlands_Roads_NW_01", 76200); DictSNOScene.Add("trOut_Highlands_Roads_NW_02", 83128); DictSNOScene.Add("trOut_Highlands_Roads_SE_01", 76207); DictSNOScene.Add("trOut_Highlands_Roads_SE_02", 83007); DictSNOScene.Add("trOut_Highlands_Roads_SW_01", 76214); DictSNOScene.Add("trOut_Highlands_Roads_SW_02", 82761); DictSNOScene.Add("trOut_Highlands_Sub240_GoatCamp_A", 33407); DictSNOScene.Add("trOut_Highlands_Sub240_GoatmenGraveyard_A", 33408); DictSNOScene.Add("trOut_Highlands_Sub240_LeoricBattlements_A", 33403); DictSNOScene.Add("trOut_Highlands_Sub240_LeoricRuinedTower_A", 33412); DictSNOScene.Add("trOut_Highlands_Sub240_LeoricServantHouse", 33413); DictSNOScene.Add("trOut_Highlands_Sub240_POI", 62716); DictSNOScene.Add("trOut_Highlands_Sub80_CaveEntrance_A", 33466); DictSNOScene.Add("trOut_Highlands_Sub80_CaveEntrance_B", 132991); DictSNOScene.Add("trOut_Highlands_Sub80_Generic_A", 33461); DictSNOScene.Add("trOut_Highlands_Sub80_Generic_B", 81894); DictSNOScene.Add("trOut_Highlands_Sub80_Generic_C", 81757); DictSNOScene.Add("trOut_Highlands_Sub80_GoatmenSummonMachine", 160601); DictSNOScene.Add("trOut_Highlands_Sub80_MothMound", 108454); DictSNOScene.Add("trOut_Highlands_Sub80_MysticWagon", 123952); DictSNOScene.Add("trOut_Highlands_Sub80_RuinedBuilding", 134065); DictSNOScene.Add("trOut_oldTristram_AdriasCellar", 81866); DictSNOScene.Add("trOut_oldTristram_Cellar_A", 80673); DictSNOScene.Add("trOut_oldTristram_Cellar_C", 118245); DictSNOScene.Add("trOut_oldTristram_Cellar_D", 118685); DictSNOScene.Add("trOut_oldTristram_Cellar_E", 119163); DictSNOScene.Add("trOut_oldTristram_Cellar_F", 136312); DictSNOScene.Add("trOut_oldTristram_Cellar_G", 167719); DictSNOScene.Add("trOut_oldTristram_Sub80_Camp_A", 103249); DictSNOScene.Add("trOut_oldTristram_Sub80_Camp_B", 157059); DictSNOScene.Add("trOut_oldTristram_Sub80_Generic_A", 103257); DictSNOScene.Add("trOut_oldTristram_Sub80_Generic_B", 103268); DictSNOScene.Add("trOut_oldTristram_Sub80_Well_A", 158340); DictSNOScene.Add("trOut_oldTristram_TreeCave", 83416); DictSNOScene.Add("trOut_Old_Tristram_E01_N01", 93996); DictSNOScene.Add("trOut_Old_Tristram_E01_N02", 94002); DictSNOScene.Add("trOut_Old_Tristram_E01_S01", 90297); DictSNOScene.Add("trOut_Old_Tristram_E01_S02", 90289); DictSNOScene.Add("trOut_Old_Tristram_E01_S03", 90299); DictSNOScene.Add("trOut_Old_Tristram_E01_S04", 90283); DictSNOScene.Add("trOut_Old_Tristram_E02_N01", 93994); DictSNOScene.Add("trOut_Old_Tristram_E02_N02", 94000); DictSNOScene.Add("trOut_Old_Tristram_E02_S01", 90295); DictSNOScene.Add("trOut_Old_Tristram_E02_S02", 90198); DictSNOScene.Add("trOut_Old_Tristram_E02_S03", 90200); DictSNOScene.Add("trOut_Old_Tristram_E02_S04", 90281); DictSNOScene.Add("trOut_Old_Tristram_E03_N01", 93992); DictSNOScene.Add("trOut_Old_Tristram_E03_N02", 93998); DictSNOScene.Add("trOut_Old_Tristram_E03_S01", 90293); DictSNOScene.Add("trOut_Old_Tristram_E03_S02", 90196); DictSNOScene.Add("trOut_Old_Tristram_E03_S03", 90202); DictSNOScene.Add("trOut_Old_Tristram_E03_S04", 90279); DictSNOScene.Add("trOut_Old_Tristram_E04_N01", 93990); DictSNOScene.Add("trOut_Old_Tristram_E04_S01", 90291); DictSNOScene.Add("trOut_Old_Tristram_E04_S02", 90287); DictSNOScene.Add("trOut_Old_Tristram_E04_S03", 90285); DictSNOScene.Add("trOut_Old_Tristram_E04_S04", 90277); DictSNOScene.Add("trOut_Sub240x240_FarmHouseA_x01_y01", 33388); DictSNOScene.Add("trOut_Sub240x240_FarmHouseB_x01_y01", 33389); DictSNOScene.Add("trOut_Sub240x240_FieldsGraveyardA", 63693); DictSNOScene.Add("trOut_Sub240x240_FieldsPondA_x01_y01", 33395); DictSNOScene.Add("trOut_Sub240x240_FieldsTreeGroveB_x01_y01", 33398); DictSNOScene.Add("trOut_Sub240x240_GoatmanOutpostA_x01_y01", 33399); DictSNOScene.Add("trOut_Sub240_Fields_CellarA", 61490); DictSNOScene.Add("trOut_Sub80x80_FieldsCamp_A_x01_y01", 33442); DictSNOScene.Add("trOut_Sub80x80_FieldsCamp_C_x01_y01", 33444); DictSNOScene.Add("trOut_Sub80x80_FieldsFleshPitFlyerDen_A_x01_y01", 33447); DictSNOScene.Add("trOut_Sub80x80_FieldsHouseA_x01_y01", 33448); DictSNOScene.Add("trOut_Sub80x80_Fields_CaveEntranceC", 118195); DictSNOScene.Add("trOut_Sub80x80_Fields_CaveEntrance_A", 33454); DictSNOScene.Add("trOut_Sub80x80_Fields_CaveEntrance_B", 56832); DictSNOScene.Add("trOut_Sub80x80_Fields_Waypoint_A", 178832); DictSNOScene.Add("trOut_Sub80x80_Fields_Waypoint_A_TotallyNotACowLevel", 434654); DictSNOScene.Add("trOut_TinkersRoom", 104423); DictSNOScene.Add("trOut_TownAttack_E07_S13", 87882); DictSNOScene.Add("trOut_TownAttack_E07_S14", 75965); DictSNOScene.Add("trOut_TownAttack_E07_S15", 75970); DictSNOScene.Add("trOut_TownAttack_E07_S16", 75975); DictSNOScene.Add("trOut_TownAttack_E08_S13", 84737); DictSNOScene.Add("trOut_TownAttack_E08_S14", 75980); DictSNOScene.Add("trOut_TownAttack_E08_S15", 75985); DictSNOScene.Add("trOut_TownAttack_E08_S16", 75990); DictSNOScene.Add("trOut_TownAttack_E09_S13", 84738); DictSNOScene.Add("trOut_TownAttack_E09_S14", 75995); DictSNOScene.Add("trOut_TownAttack_E09_S15", 76000); DictSNOScene.Add("trOut_TownAttack_E09_S16", 76005); DictSNOScene.Add("trOut_TownAttack_E10_S13", 84739); DictSNOScene.Add("trOut_TownAttack_E10_S14", 76010); DictSNOScene.Add("trOut_TownAttack_E10_S15", 76015); DictSNOScene.Add("trOut_TownAttack_E10_S16", 75960); DictSNOScene.Add("trOut_TownAttack_E11_S14", 84717); DictSNOScene.Add("trOut_TownAttack_E11_S15", 84718); DictSNOScene.Add("trOut_TristramFields_Edge_NW_01", 1911); DictSNOScene.Add("trOut_TristramFields_Edge_N_01", 33476); DictSNOScene.Add("trOut_TristramFields_Edge_SE_01", 33477); DictSNOScene.Add("trOut_TristramFields_Edge_SE_02", 33478); DictSNOScene.Add("trOut_TristramFields_Edge_SW_01", 33479); DictSNOScene.Add("trOut_TristramFields_Edge_SW_02", 33480); DictSNOScene.Add("trOut_TristramFields_Edge_S_01", 33481); DictSNOScene.Add("trOut_TristramFields_Edge_W_01", 33482); DictSNOScene.Add("trOut_TristramFields_EntranceA_E01_S01", 56593); DictSNOScene.Add("trOut_TristramFields_EntranceA_E01_S02", 62697); DictSNOScene.Add("trOut_TristramFields_EntranceA_E01_S03", 123079); DictSNOScene.Add("trOut_TristramFields_ExitA_E01_N01", 79217); DictSNOScene.Add("trOut_TristramFields_ExitA_E01_S01", 58969); DictSNOScene.Add("trOut_TristramFields_ExitA_E01_S02", 60695); DictSNOScene.Add("trOut_TristramFields_ExitA_E01_S03", 78211); DictSNOScene.Add("trOut_TristramFields_ExitA_E02_N01", 79216); DictSNOScene.Add("trOut_TristramFields_ExitA_E02_S01", 58974); DictSNOScene.Add("trOut_TristramFields_ExitA_E02_S02", 60702); DictSNOScene.Add("trOut_TristramFields_ExitA_E02_S03", 78212); DictSNOScene.Add("trOut_TristramFields_NSEW_03", 59060); DictSNOScene.Add("trOut_TristramFields_NSEW_04", 59093); DictSNOScene.Add("trOut_TristramFields_NSEW_05", 59102); DictSNOScene.Add("trOut_TristramFields_River_EW_03", 51262); DictSNOScene.Add("trOut_TristramFields_River_NE_02", 51263); DictSNOScene.Add("trOut_TristramFields_River_NE_02_AO_1", 199329); DictSNOScene.Add("trOut_TristramFields_River_SW_02", 2847); DictSNOScene.Add("trOut_TristramFields_Sub240_POI_01", 59105); DictSNOScene.Add("trOut_TristramFields_Sub80_PuppyLove", 80302); DictSNOScene.Add("trOut_TristramFields_Sub80_RoadsideAssistance", 81192); DictSNOScene.Add("trOut_Tristram_CainsHouse", 130085); DictSNOScene.Add("trOut_Tristram_CainsHouse_Event", 174455); DictSNOScene.Add("trOut_Tristram_E08_S14", 33336); DictSNOScene.Add("trOut_Tristram_E08_S14_MB313", 476671); DictSNOScene.Add("trOut_Tristram_E08_S15", 33337); DictSNOScene.Add("trOut_Tristram_E08_S15_MB313", 476670); DictSNOScene.Add("trOut_Tristram_E08_S16", 33338); DictSNOScene.Add("trOut_Tristram_E09_S14", 1904); DictSNOScene.Add("trOut_Tristram_E09_S14_MB313", 476669); DictSNOScene.Add("trOut_Tristram_E09_S15", 33342); DictSNOScene.Add("trOut_Tristram_E09_S15_MB313", 476666); DictSNOScene.Add("trOut_Tristram_E09_S16", 33343); DictSNOScene.Add("trOut_Tristram_E09_S16_MB313", 476667); DictSNOScene.Add("trOut_Tristram_E10_S14", 33347); DictSNOScene.Add("trOut_Tristram_E10_S14_MB313", 476668); DictSNOScene.Add("trOut_Tristram_E10_S15", 33348); DictSNOScene.Add("trOut_Tristram_E10_S15_MB313", 476665); DictSNOScene.Add("trOut_Tristram_E10_S16", 33349); DictSNOScene.Add("trOut_Tristram_E10_S16_MB313", 476664); DictSNOScene.Add("trOut_Tristram_E11_S14", 33355); DictSNOScene.Add("trOut_Tristram_E11_S15", 33356); DictSNOScene.Add("trOut_Tristram_E11_S16", 33357); DictSNOScene.Add("trOut_Tristram_Inn", 109359); DictSNOScene.Add("trOut_Tristram_LeahsRoom", 96335); DictSNOScene.Add("trOut_WaypointA_Subscene", 33837); DictSNOScene.Add("trOut_Wilderness_120_Edge_E_01", 75283); DictSNOScene.Add("trOut_Wilderness_120_Edge_Filler", 74463); DictSNOScene.Add("trOut_Wilderness_120_Edge_NE_01", 74356); DictSNOScene.Add("trOut_Wilderness_120_Edge_NE_02", 74363); DictSNOScene.Add("trOut_Wilderness_120_Edge_NE_02_AO_1", 204126); DictSNOScene.Add("trOut_Wilderness_120_Edge_SW_01", 74307); DictSNOScene.Add("trOut_Wilderness_120_Edge_SW_01_AO_1", 199322); DictSNOScene.Add("trOut_Wilderness_120_Edge_SW_02", 74329); DictSNOScene.Add("trOut_Wilderness_120_Edge_SW_02_AO_1", 199325); DictSNOScene.Add("trOut_Wilderness_120_Edge_S_01", 75297); DictSNOScene.Add("trOut_Wilderness_Edge_S_01", 74220); DictSNOScene.Add("trOut_Wilderness_Edge_W_01", 74227); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E01_S01", 74620); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E01_S02", 74617); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E01_S03", 74621); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E01_S04", 74612); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E02_S01", 74619); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E02_S02", 74616); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E02_S03", 74614); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E02_S04", 74611); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E03_S01", 74618); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E03_S02", 74615); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E03_S03", 74613); DictSNOScene.Add("trOut_Wilderness_MainGraveyard_E03_S04", 74610); DictSNOScene.Add("trOut_Wilderness_NSEW_01", 74234); DictSNOScene.Add("trOut_Wilderness_Road_EW_01", 74241); DictSNOScene.Add("trOut_Wilderness_Road_NE_01", 74248); DictSNOScene.Add("trOut_Wilderness_Road_NE_02", 78420); DictSNOScene.Add("trOut_Wilderness_Road_SW_01", 74276); DictSNOScene.Add("trOut_Wilderness_Road_SW_02", 78798); DictSNOScene.Add("trOut_Wilderness_Sub120_POI", 79023); DictSNOScene.Add("trOut_Wilderness_Sub80_Blacksmith", 132391); DictSNOScene.Add("trOut_Wilderness_Sub80_CaveEntrance_A", 156023); DictSNOScene.Add("trOut_Wilderness_Sub80_CorpseWagon", 74402); DictSNOScene.Add("trOut_Wilderness_Sub80_Crows", 74419); DictSNOScene.Add("trOut_Wilderness_Sub80_FamilyTree", 74434); DictSNOScene.Add("trOut_Wilderness_Sub80_Generic_01", 74455); DictSNOScene.Add("trOut_Wilderness_Sub80_Generic_02", 80564); DictSNOScene.Add("trOut_Wilderness_Sub80_GraveDiggerRescue", 74441); DictSNOScene.Add("trOut_Wilderness_Sub80_HangingTree", 74383); DictSNOScene.Add("Uber_BossWorld1_Filler_Throne_Pillar_01", 261774); DictSNOScene.Add("Uber_BossWorld2_Arena", 257209); DictSNOScene.Add("Uber_BossWorld3_E01_S01", 258150); DictSNOScene.Add("Uber_BossWorld3_E01_S02", 258151); DictSNOScene.Add("Uber_BossWorld3_E01_S03", 258152); DictSNOScene.Add("Uber_BossWorld3_E02_S02", 258153); DictSNOScene.Add("Uber_BossWorld3_E02_S03", 258154); DictSNOScene.Add("Uber_BossWorld3_W01_S02", 258155); DictSNOScene.Add("Uber_BossWorld3_W01_S03", 258156); DictSNOScene.Add("Uber_Boss_PortalWorld", 257550); DictSNOScene.Add("Uber_Skeletal_Throne", 256702); DictSNOScene.Add("utility_server_scene", 223481); DictSNOScene.Add("Weekly_Challenge_Hub_Filler_01", 470668); DictSNOScene.Add("Weekly_Challenge_Hub_NSEW", 470125); DictSNOScene.Add("x1_a1dun_Leor_Jail_E_01_FILLER", 366064); DictSNOScene.Add("x1_a1dun_Leor_Jail_N_01_FILLER", 366117); DictSNOScene.Add("x1_abattoir_EW_02", 306068); DictSNOScene.Add("x1_abattoir_E_01", 292903); DictSNOScene.Add("x1_abattoir_E_dungeonStone_Exit_01", 338960); DictSNOScene.Add("x1_abattoir_E_Entrance_01", 291575); DictSNOScene.Add("x1_abattoir_E_Exit_01", 294130); DictSNOScene.Add("x1_abattoir_filler", 285651); DictSNOScene.Add("x1_abattoir_NEW_05", 294134); DictSNOScene.Add("x1_abattoir_NE_05", 294139); DictSNOScene.Add("x1_abattoir_NSEW_03", 289406); DictSNOScene.Add("x1_abattoir_NSEW_04", 289885); DictSNOScene.Add("x1_abattoir_NSEW_06", 293622); DictSNOScene.Add("x1_abattoir_NSE_05", 294137); DictSNOScene.Add("x1_abattoir_NSW_05", 294135); DictSNOScene.Add("x1_abattoir_NS_02", 306039); DictSNOScene.Add("x1_abattoir_NW_05", 294140); DictSNOScene.Add("x1_abattoir_N_01", 292552); DictSNOScene.Add("x1_abattoir_N_dungeonStone_Exit_01", 338958); DictSNOScene.Add("x1_abattoir_N_Entrance_01", 291286); DictSNOScene.Add("x1_abattoir_N_Exit_01", 294131); DictSNOScene.Add("x1_abattoir_SEW_05", 294138); DictSNOScene.Add("x1_abattoir_SE_05", 294142); DictSNOScene.Add("x1_abattoir_SW_05", 294141); DictSNOScene.Add("x1_abattoir_S_01", 292450); DictSNOScene.Add("x1_abattoir_S_dungeonStone_Exit_01", 338959); DictSNOScene.Add("x1_abattoir_S_Entrance_01", 290996); DictSNOScene.Add("x1_abattoir_S_Exit_01", 294132); DictSNOScene.Add("x1_abattoir_W_01", 292576); DictSNOScene.Add("x1_abattoir_W_dungeonStone_Exit_01", 338961); DictSNOScene.Add("x1_abattoir_W_Entrance_01", 291409); DictSNOScene.Add("x1_abattoir_W_Exit_01", 294133); DictSNOScene.Add("x1_Adria_Boss_Arena_E01_N01", 319142); DictSNOScene.Add("x1_Adria_Boss_Arena_E01_S01", 319126); DictSNOScene.Add("x1_Adria_Boss_Arena_E01_S02", 319146); DictSNOScene.Add("x1_Adria_Boss_Arena_E02_N01", 319134); DictSNOScene.Add("x1_Adria_Boss_Arena_E02_S01", 319130); DictSNOScene.Add("x1_Adria_Boss_Arena_E02_S02", 319150); DictSNOScene.Add("x1_Adria_Boss_Arena_W01_N01", 319154); DictSNOScene.Add("x1_Adria_Boss_Arena_W01_S01", 319158); DictSNOScene.Add("x1_Adria_Boss_Arena_W01_S02", 319138); DictSNOScene.Add("x1_BogCave_Buffer_Template", 245619); DictSNOScene.Add("x1_BogCave_EW_01", 234299); DictSNOScene.Add("x1_BogCave_EW_Event_02", 354680); DictSNOScene.Add("x1_BogCave_E_01", 234585); DictSNOScene.Add("x1_BogCave_E_dungeonStone_Exit_01", 235085); DictSNOScene.Add("x1_BogCave_E_Entrance_01", 234595); DictSNOScene.Add("x1_BogCave_E_Exit_01", 234963); DictSNOScene.Add("x1_BogCave_E_Exit_01_Connector", 367469); DictSNOScene.Add("x1_BogCave_NEW_01", 234618); DictSNOScene.Add("x1_BogCave_NEW_02", 248113); DictSNOScene.Add("x1_BogCave_NE_01", 234628); DictSNOScene.Add("x1_BogCave_NSEW_01", 236848); DictSNOScene.Add("x1_BogCave_NSEW_02", 246583); DictSNOScene.Add("x1_BogCave_NSEW_03", 254026); DictSNOScene.Add("x1_BogCave_NSEW_04", 254036); DictSNOScene.Add("x1_BogCave_NSEW_05", 254046); DictSNOScene.Add("x1_BogCave_NSE_01", 234658); DictSNOScene.Add("x1_BogCave_NSW_01", 234668); DictSNOScene.Add("x1_BogCave_NS_01", 234680); DictSNOScene.Add("x1_BogCave_NS_Event_01", 353664); DictSNOScene.Add("x1_BogCave_NW_01", 234693); DictSNOScene.Add("x1_BogCave_N_01", 234703); DictSNOScene.Add("x1_BogCave_N_dungeonStone_Exit_01", 235089); DictSNOScene.Add("x1_BogCave_N_Entrance_01", 234713); DictSNOScene.Add("x1_BogCave_N_Exit_01", 234964); DictSNOScene.Add("x1_BogCave_N_Exit_01_Connector", 367470); DictSNOScene.Add("x1_BogCave_SEW_01", 234723); DictSNOScene.Add("x1_BogCave_SE_01", 234733); DictSNOScene.Add("x1_BogCave_SE_02", 248230); DictSNOScene.Add("x1_BogCave_SW_01", 234745); DictSNOScene.Add("x1_BogCave_S_01", 234756); DictSNOScene.Add("x1_BogCave_S_dungeonStone_Exit_01", 235090); DictSNOScene.Add("x1_BogCave_S_Entrance_01", 234766); DictSNOScene.Add("x1_BogCave_S_Exit_01", 234965); DictSNOScene.Add("x1_BogCave_S_Exit_01_Connector", 367472); DictSNOScene.Add("x1_BogCave_W_01", 234782); DictSNOScene.Add("x1_BogCave_W_dungeonStone_Exit_01", 235094); DictSNOScene.Add("x1_BogCave_W_Entrance_01", 234804); DictSNOScene.Add("x1_BogCave_W_Exit_01", 234966); DictSNOScene.Add("x1_BogCave_W_Exit_01_Connector", 367473); DictSNOScene.Add("x1_Bog_120_Border_Elbow_NE_01", 235859); DictSNOScene.Add("x1_Bog_120_Border_Elbow_NE_02", 341265); DictSNOScene.Add("x1_Bog_120_Border_Elbow_NW_01", 235847); DictSNOScene.Add("x1_Bog_120_Border_Elbow_NW_01_Overlook", 367624); DictSNOScene.Add("x1_Bog_120_Border_Elbow_NW_02", 341531); DictSNOScene.Add("x1_Bog_120_Border_Elbow_SE_01", 235881); DictSNOScene.Add("x1_Bog_120_Border_Elbow_SE_01_Overlook", 367614); DictSNOScene.Add("x1_Bog_120_Border_Elbow_SE_02", 341725); DictSNOScene.Add("x1_Bog_120_Border_Elbow_SW_01", 235870); DictSNOScene.Add("x1_Bog_120_Border_Elbow_SW_01_Overlook", 367605); DictSNOScene.Add("x1_Bog_120_Border_Elbow_SW_02", 342231); DictSNOScene.Add("x1_Bog_120_Border_NEW_01", 235631); DictSNOScene.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01", 252719); DictSNOScene.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01_Connector", 359083); DictSNOScene.Add("x1_Bog_120_Border_NEW_01_Cave_Entrance_01_Connector_Exit", 359120); DictSNOScene.Add("x1_Bog_120_Border_NEW_01_Entrance", 264672); DictSNOScene.Add("x1_Bog_120_Border_NEW_01_Exit", 265693); DictSNOScene.Add("x1_Bog_120_Border_NEW_01_Family_Entrance", 312467); DictSNOScene.Add("x1_Bog_120_Border_NEW_02", 237571); DictSNOScene.Add("x1_Bog_120_Border_NEW_02_Dungeonstone_Exit", 356933); DictSNOScene.Add("x1_Bog_120_Border_NE_01", 235710); DictSNOScene.Add("x1_Bog_120_Border_NE_01_Overlook", 367606); DictSNOScene.Add("x1_Bog_120_Border_NSE_01", 235642); DictSNOScene.Add("x1_Bog_120_Border_NSE_01_Entrance", 264774); DictSNOScene.Add("x1_Bog_120_Border_NSE_01_Exit", 265678); DictSNOScene.Add("x1_Bog_120_Border_NSE_01_Overlook", 367611); DictSNOScene.Add("x1_Bog_120_Border_NSE_02", 332058); DictSNOScene.Add("x1_Bog_120_Border_NSE_02_Dungeonstone_Exit", 356936); DictSNOScene.Add("x1_Bog_120_Border_NSE_02_Family_Entrance", 362633); DictSNOScene.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01", 252743); DictSNOScene.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01_Connector", 359086); DictSNOScene.Add("X1_Bog_120_Border_NSE_Cave_Entrance_01_Connector_Exit", 359121); DictSNOScene.Add("x1_Bog_120_Border_NSW_01", 235619); DictSNOScene.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01", 252766); DictSNOScene.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01_Connector", 359088); DictSNOScene.Add("X1_Bog_120_Border_NSW_01_Cave_Entrance_01_Connector_Exit", 359122); DictSNOScene.Add("x1_Bog_120_Border_NSW_01_Entrance", 264982); DictSNOScene.Add("x1_Bog_120_Border_NSW_01_Exit", 265624); DictSNOScene.Add("x1_Bog_120_Border_NSW_01_Overlook", 367613); DictSNOScene.Add("x1_Bog_120_Border_NSW_02", 332073); DictSNOScene.Add("x1_Bog_120_Border_NSW_02_Dungeonstone_Exit", 356946); DictSNOScene.Add("x1_Bog_120_Border_NSW_02_Family_Entrance", 362634); DictSNOScene.Add("x1_Bog_120_Border_NW_01", 235698); DictSNOScene.Add("x1_Bog_120_Border_NW_01_Overlook", 367616); DictSNOScene.Add("x1_Bog_120_Border_SEW_01", 235653); DictSNOScene.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01", 252776); DictSNOScene.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01_Connector", 359090); DictSNOScene.Add("X1_Bog_120_Border_SEW_01_Cave_Entrance_01_Connector_Exit", 359123); DictSNOScene.Add("x1_Bog_120_Border_SEW_01_Entrance", 264882); DictSNOScene.Add("x1_Bog_120_Border_SEW_01_Exit", 265655); DictSNOScene.Add("x1_Bog_120_Border_SEW_01_Overlook", 367623); DictSNOScene.Add("x1_Bog_120_Border_SEW_02", 237510); DictSNOScene.Add("x1_Bog_120_Border_SEW_02_Dungeonstone_Exit", 356943); DictSNOScene.Add("x1_Bog_120_Border_SEW_02_Family_Entrance", 362635); DictSNOScene.Add("x1_Bog_120_Border_SEW_02_Overlook", 367860); DictSNOScene.Add("x1_Bog_120_Border_SE_01", 235664); DictSNOScene.Add("x1_Bog_120_Border_SE_01_Overlook", 367622); DictSNOScene.Add("x1_Bog_120_Border_SW_01", 235676); DictSNOScene.Add("x1_Bog_120_Border_SW_01_Overlook", 367608); DictSNOScene.Add("x1_Bog_120_Edge_EW_01", 246020); DictSNOScene.Add("x1_Bog_120_Edge_E_01", 246038); DictSNOScene.Add("x1_Bog_120_Edge_NEW_01", 246058); DictSNOScene.Add("x1_Bog_120_Edge_NEW_01_Overlook", 367849); DictSNOScene.Add("x1_Bog_120_Edge_NEW_02", 342297); DictSNOScene.Add("x1_Bog_120_Edge_NE_01", 246073); DictSNOScene.Add("x1_Bog_120_Edge_NE_01_Overlook", 367612); DictSNOScene.Add("x1_Bog_120_Edge_NE_02", 341806); DictSNOScene.Add("x1_Bog_120_Edge_NSE_01", 246091); DictSNOScene.Add("x1_Bog_120_Edge_NSE_02", 342647); DictSNOScene.Add("x1_Bog_120_Edge_NSW_01", 246176); DictSNOScene.Add("x1_Bog_120_Edge_NSW_02", 342612); DictSNOScene.Add("x1_Bog_120_Edge_NS_01", 246188); DictSNOScene.Add("x1_Bog_120_Edge_NW_01", 246202); DictSNOScene.Add("x1_Bog_120_Edge_NW_01_Overlook", 367615); DictSNOScene.Add("x1_Bog_120_Edge_NW_02", 342277); DictSNOScene.Add("x1_Bog_120_Edge_N_01", 246214); DictSNOScene.Add("x1_Bog_120_Edge_SEW_01", 246227); DictSNOScene.Add("x1_Bog_120_Edge_SEW_01_Overlook", 367854); DictSNOScene.Add("x1_Bog_120_Edge_SEW_02", 342662); DictSNOScene.Add("x1_Bog_120_Edge_SEW_02_Overlook", 367859); DictSNOScene.Add("x1_Bog_120_Edge_SE_01", 246239); DictSNOScene.Add("x1_Bog_120_Edge_SE_01_Overlook", 367853); DictSNOScene.Add("x1_Bog_120_Edge_SE_02", 342468); DictSNOScene.Add("x1_Bog_120_Edge_SW_01", 246250); DictSNOScene.Add("x1_Bog_120_Edge_SW_01_Overlook", 367852); DictSNOScene.Add("x1_Bog_120_Edge_SW_02", 341891); DictSNOScene.Add("x1_Bog_120_Edge_S_01", 246262); DictSNOScene.Add("x1_Bog_120_Edge_W_01", 246273); DictSNOScene.Add("x1_Bog_120_Edge_W_01_Overlook", 367857); DictSNOScene.Add("x1_Bog_120_Filler", 246405); DictSNOScene.Add("x1_Bog_120_Filler_Overlook", 367625); DictSNOScene.Add("x1_Bog_120_NSEW_01", 246291); DictSNOScene.Add("x1_Bog_120_NSEW_01_BogFamily_Cellar01", 246704); DictSNOScene.Add("x1_Bog_120_NSEW_01_family", 250056); DictSNOScene.Add("x1_Bog_120_NSEW_01_Overlook", 367609); DictSNOScene.Add("x1_Bog_120_NSEW_01_Ruins", 306396); DictSNOScene.Add("x1_Bog_120_NSEW_01_Ruins_Overlook", 367610); DictSNOScene.Add("x1_Bog_120_NSEW_02", 246302); DictSNOScene.Add("x1_Bog_120_NSEW_02_Ruins", 306645); DictSNOScene.Add("x1_Bog_120_NSEW_03", 246327); DictSNOScene.Add("x1_Bog_120_NSEW_03_ruins", 303888); DictSNOScene.Add("x1_Bog_120_NSEW_04_ruins", 306986); DictSNOScene.Add("x1_Bog_120_NSEW_05", 257822); DictSNOScene.Add("x1_Bog_120_NSEW_05_Ruins", 306743); DictSNOScene.Add("x1_Bog_120_NSEW_10", 339253); DictSNOScene.Add("x1_Bog_120_NSEW_11", 339223); DictSNOScene.Add("x1_Bog_120_NSEW_12", 338274); DictSNOScene.Add("x1_Bog_120_NSEW_13", 338161); DictSNOScene.Add("x1_Bog_120_NSEW_CatacombsEntrance_01", 340754); DictSNOScene.Add("x1_Bog_120_NSEW_CaveEntrance_01", 246340); DictSNOScene.Add("x1_Bog_120_NSEW_CaveEntrance_01_Connector_Entrance", 359092); DictSNOScene.Add("x1_Bog_120_NSEW_CaveEntrance_01_Connector_Exit", 359127); DictSNOScene.Add("X1_Bog_120_NSEW_Waypoint_01", 251911); DictSNOScene.Add("X1_Bog_240_ChokePoint_EW_02", 268034); DictSNOScene.Add("X1_Bog_240_ChokePoint_NS_02", 267877); DictSNOScene.Add("x1_Bog_240_Entrance_A_E01_S01", 337783); DictSNOScene.Add("x1_Bog_240_Entrance_A_E01_S02", 337780); DictSNOScene.Add("x1_bog_bogpeople_Cellar_A", 249654); DictSNOScene.Add("x1_Bog_bogpeople_Cellar_C", 269868); DictSNOScene.Add("x1_Bog_bogpeople_Cellar_D", 271532); DictSNOScene.Add("X1_Bog_Sub240_Hillbilly", 348591); DictSNOScene.Add("X1_Bog_Sub240_KingOfTheHill", 288533); DictSNOScene.Add("X1_Bog_Sub240_LordOfFools", 350202); DictSNOScene.Add("X1_Bog_Sub240_Prisoner_Pit", 360583); DictSNOScene.Add("X1_Bog_Sub240_Wickerman", 289972); DictSNOScene.Add("x1_Catacombs_EW_01", 256831); DictSNOScene.Add("x1_Catacombs_EW_02", 257230); DictSNOScene.Add("x1_Catacombs_EW_06_bighead", 270887); DictSNOScene.Add("x1_Catacombs_EW_06_scorpion_hole", 270718); DictSNOScene.Add("x1_Catacombs_E_01", 256841); DictSNOScene.Add("x1_Catacombs_E_dungeonStone_Exit_01", 341015); DictSNOScene.Add("x1_Catacombs_E_Entrance_01", 256851); DictSNOScene.Add("x1_Catacombs_E_Exit_02", 298465); DictSNOScene.Add("x1_Catacombs_E_Exit_02_Adria", 342449); DictSNOScene.Add("x1_Catacombs_Filler_01", 255405); DictSNOScene.Add("x1_Catacombs_Filler_02", 265008); DictSNOScene.Add("x1_Catacombs_NEW_01", 256871); DictSNOScene.Add("x1_Catacombs_NEW_02", 257250); DictSNOScene.Add("x1_Catacombs_NE_01", 256881); DictSNOScene.Add("x1_Catacombs_NE_02", 257260); DictSNOScene.Add("x1_Catacombs_NSEW_01", 252122); DictSNOScene.Add("x1_Catacombs_NSEW_02", 252134); DictSNOScene.Add("x1_Catacombs_NSE_01", 256892); DictSNOScene.Add("x1_Catacombs_NSE_01_Valor", 454485); DictSNOScene.Add("x1_Catacombs_NSE_02", 257272); DictSNOScene.Add("x1_Catacombs_NSE_06_dropdown", 270947); DictSNOScene.Add("x1_Catacombs_NSW_01", 256902); DictSNOScene.Add("x1_Catacombs_NSW_03", 257284); DictSNOScene.Add("x1_Catacombs_NS_01", 252815); DictSNOScene.Add("x1_Catacombs_NS_01_HallsOfTheBlind", 454374); DictSNOScene.Add("x1_Catacombs_NS_02", 257294); DictSNOScene.Add("x1_Catacombs_NS_02_Jeweler", 376029); DictSNOScene.Add("x1_Catacombs_NS_06", 267327); DictSNOScene.Add("x1_Catacombs_NW_01", 256914); DictSNOScene.Add("x1_Catacombs_NW_02", 257317); DictSNOScene.Add("x1_Catacombs_N_01", 256924); DictSNOScene.Add("x1_Catacombs_N_dungeonStone_Exit_01", 341024); DictSNOScene.Add("x1_Catacombs_N_Entrance_04", 296503); DictSNOScene.Add("x1_Catacombs_N_Entrance_04_Jeweler", 375659); DictSNOScene.Add("x1_Catacombs_N_Exit_01", 256934); DictSNOScene.Add("x1_Catacombs_N_Exit_01_Adria", 313809); DictSNOScene.Add("x1_Catacombs_SEW_01", 256956); DictSNOScene.Add("x1_Catacombs_SEW_02", 257910); DictSNOScene.Add("x1_Catacombs_SEW_06_garden", 269691); DictSNOScene.Add("x1_Catacombs_SE_01", 257367); DictSNOScene.Add("x1_Catacombs_SE_02", 252856); DictSNOScene.Add("x1_Catacombs_SE_06_scorpion_pit", 271090); DictSNOScene.Add("x1_Catacombs_SW_01", 256946); DictSNOScene.Add("x1_Catacombs_SW_02", 257344); DictSNOScene.Add("x1_Catacombs_S_01", 256968); DictSNOScene.Add("x1_Catacombs_S_dungeonStone_Exit_01", 341018); DictSNOScene.Add("x1_Catacombs_S_Entrance_01", 256978); DictSNOScene.Add("x1_Catacombs_S_Exit_01", 256988); DictSNOScene.Add("x1_Catacombs_S_Exit_01_Adria", 313810); DictSNOScene.Add("x1_Catacombs_W_01", 253804); DictSNOScene.Add("x1_Catacombs_W_dungeonStone_Exit_01", 341021); DictSNOScene.Add("x1_Catacombs_W_Entrance_01", 256998); DictSNOScene.Add("x1_Catacombs_W_Exit_01", 257008); DictSNOScene.Add("x1_Catacombs_W_Exit_01_Adria", 313811); DictSNOScene.Add("X1_Challenge_ChallengeTestWorld", 245724); DictSNOScene.Add("x1_fortress_Entrance_Room_01", 342542); DictSNOScene.Add("x1_fortress_entrance_room_02", 344012); DictSNOScene.Add("x1_fortress_entrance_room_03_filler", 344558); DictSNOScene.Add("x1_fortress_EW_01", 268848); DictSNOScene.Add("x1_fortress_EW_01_B", 339532); DictSNOScene.Add("x1_fortress_EW_02", 271543); DictSNOScene.Add("x1_fortress_EW_02_B", 339533); DictSNOScene.Add("x1_fortress_EW_05_soul_well", 345346); DictSNOScene.Add("x1_fortress_E_01", 269281); DictSNOScene.Add("x1_fortress_E_01_B", 339528); DictSNOScene.Add("x1_fortress_E_BossExit_01", 356572); DictSNOScene.Add("x1_fortress_E_DungeonStone_Exit_01", 347685); DictSNOScene.Add("x1_fortress_E_Entrance_01", 270859); DictSNOScene.Add("x1_fortress_E_Exit_01", 270873); DictSNOScene.Add("x1_fortress_Filler_01", 269728); DictSNOScene.Add("x1_fortress_Filler_02", 300507); DictSNOScene.Add("x1_fortress_Filler_03", 302449); DictSNOScene.Add("x1_fortress_Filler_03_B", 339536); DictSNOScene.Add("x1_fortress_Filler_04", 302554); DictSNOScene.Add("x1_fortress_island_EW_01", 338171); DictSNOScene.Add("x1_fortress_island_EW_02", 360993); DictSNOScene.Add("x1_fortress_island_NE_01", 338583); DictSNOScene.Add("x1_fortress_island_NS_01", 338614); DictSNOScene.Add("x1_fortress_island_NS_02", 361790); DictSNOScene.Add("x1_fortress_island_NW_01", 338627); DictSNOScene.Add("x1_fortress_island_NW_01_Waypoint", 459857); DictSNOScene.Add("x1_fortress_island_SE_01", 338640); DictSNOScene.Add("x1_fortress_island_SW_01", 338652); DictSNOScene.Add("x1_fortress_malthael_entrance_E01_N01", 346402); DictSNOScene.Add("x1_fortress_malthael_entrance_E01_S01", 346393); DictSNOScene.Add("x1_fortress_malthael_entrance_E01_S02", 346387); DictSNOScene.Add("x1_fortress_malthael_entrance_E02_N01", 346399); DictSNOScene.Add("x1_fortress_malthael_entrance_E02_S01", 346390); DictSNOScene.Add("x1_fortress_malthael_entrance_E02_S02", 346384); DictSNOScene.Add("x1_fortress_malthael_entrance_W01_N01", 346405); DictSNOScene.Add("x1_fortress_malthael_entrance_W01_S01", 346396); DictSNOScene.Add("x1_fortress_malthael_entrance_W01_S02", 346408); DictSNOScene.Add("x1_fortress_NEW_01", 269081); DictSNOScene.Add("x1_fortress_NEW_01_B", 339548); DictSNOScene.Add("x1_fortress_NEW_02", 271684); DictSNOScene.Add("x1_fortress_NEW_02_B", 339549); DictSNOScene.Add("x1_fortress_NE_01", 269063); DictSNOScene.Add("x1_fortress_NE_01_B", 339546); DictSNOScene.Add("x1_fortress_NE_02", 269427); DictSNOScene.Add("x1_fortress_NE_02_B", 339547); DictSNOScene.Add("x1_fortress_NE_05_soul_well", 345345); DictSNOScene.Add("x1_fortress_NSEW_01", 268554); DictSNOScene.Add("x1_fortress_NSEW_01_B", 339554); DictSNOScene.Add("x1_fortress_NSEW_02", 272180); DictSNOScene.Add("x1_fortress_NSEW_02_B", 339555); DictSNOScene.Add("x1_fortress_NSE_01", 268617); DictSNOScene.Add("x1_fortress_NSE_01_B", 339552); DictSNOScene.Add("x1_fortress_NSE_02", 271995); DictSNOScene.Add("x1_fortress_NSE_02_B", 339553); DictSNOScene.Add("x1_fortress_NSW_01", 269204); DictSNOScene.Add("x1_fortress_NSW_01_B", 339556); DictSNOScene.Add("x1_fortress_NSW_02", 271760); DictSNOScene.Add("x1_fortress_NSW_02_B", 339557); DictSNOScene.Add("x1_fortress_NS_01", 268943); DictSNOScene.Add("x1_fortress_NS_01_AncientJail", 334238); DictSNOScene.Add("x1_fortress_NS_01_B", 339550); DictSNOScene.Add("x1_fortress_NS_02", 271571); DictSNOScene.Add("x1_fortress_NS_02_B", 339551); DictSNOScene.Add("x1_fortress_NW_01", 269047); DictSNOScene.Add("x1_fortress_NW_01_B", 339558); DictSNOScene.Add("x1_fortress_NW_02", 271696); DictSNOScene.Add("x1_fortress_NW_02_B", 339559); DictSNOScene.Add("x1_fortress_NW_05_mousetrap", 334307); DictSNOScene.Add("x1_fortress_N_01", 269240); DictSNOScene.Add("x1_fortress_N_01_B", 339541); DictSNOScene.Add("x1_fortress_N_DungeonStone_Exit_01", 347686); DictSNOScene.Add("x1_fortress_N_Entrance_01", 270898); DictSNOScene.Add("x1_fortress_N_Exit_01", 270931); DictSNOScene.Add("x1_fortress_SEW_01", 268682); DictSNOScene.Add("x1_fortress_SEW_01_B", 339567); DictSNOScene.Add("x1_fortress_SEW_02", 271842); DictSNOScene.Add("x1_fortress_SEW_02_B", 339568); DictSNOScene.Add("x1_fortress_SE_01", 269183); DictSNOScene.Add("x1_fortress_SE_01_B", 339565); DictSNOScene.Add("x1_fortress_SE_02", 271661); DictSNOScene.Add("x1_fortress_SE_02_B", 339566); DictSNOScene.Add("x1_fortress_SE_05_Worldstone", 334337); DictSNOScene.Add("x1_fortress_soul_grinder_A_E01_N01", 348855); DictSNOScene.Add("x1_fortress_soul_grinder_A_E01_S01", 348867); DictSNOScene.Add("x1_fortress_soul_grinder_A_W01_N01", 348859); DictSNOScene.Add("x1_fortress_soul_grinder_A_W01_S01", 348863); DictSNOScene.Add("x1_fortress_SW_01", 269227); DictSNOScene.Add("x1_fortress_SW_01_B", 339569); DictSNOScene.Add("x1_fortress_SW_02", 271724); DictSNOScene.Add("x1_fortress_SW_02_B", 339570); DictSNOScene.Add("x1_fortress_S_01", 269253); DictSNOScene.Add("x1_fortress_S_01_B", 339560); DictSNOScene.Add("x1_fortress_S_03_Judgment", 334354); DictSNOScene.Add("x1_fortress_S_BossExit_01", 278961); DictSNOScene.Add("x1_fortress_S_DungeonStone_Exit_01", 347687); DictSNOScene.Add("x1_fortress_S_Entrance_01", 270960); DictSNOScene.Add("x1_fortress_S_Exit_01", 270973); DictSNOScene.Add("x1_fortress_W_01", 269271); DictSNOScene.Add("x1_fortress_W_01_B", 339571); DictSNOScene.Add("x1_fortress_W_DungeonStone_Exit_01", 347688); DictSNOScene.Add("x1_fortress_W_Entrance_01", 271005); DictSNOScene.Add("x1_fortress_W_Exit_01", 271019); DictSNOScene.Add("x1_Heaven_Pandemonium_Portal_E01_S02", 340205); DictSNOScene.Add("x1_Heaven_Pandemonium_Portal_E01_S03", 339211); DictSNOScene.Add("x1_Heaven_Pandemonium_Portal_E02_S01", 340208); DictSNOScene.Add("x1_Heaven_Pandemonium_Portal_E02_S02", 339205); DictSNOScene.Add("x1_Heaven_Pandemonium_Portal_E02_S03", 339199); DictSNOScene.Add("x1_Heaven_Pandemonium_Portal_E03_S01", 339208); DictSNOScene.Add("x1_Heaven_Pandemonium_Portal_E03_S02", 339202); DictSNOScene.Add("x1_Heaven_Pandemonium_Portal_E03_S03", 339214); DictSNOScene.Add("x1_Highlands_ManorInterior_E01_N01", 442911); DictSNOScene.Add("x1_Highlands_ManorInterior_E01_N02", 444421); DictSNOScene.Add("x1_Highlands_ManorInterior_E01_S01", 442907); DictSNOScene.Add("x1_Highlands_ManorInterior_E02_N01", 442833); DictSNOScene.Add("x1_Highlands_ManorInterior_E02_N02", 444417); DictSNOScene.Add("x1_Highlands_ManorInterior_E02_S01", 442825); DictSNOScene.Add("x1_Highlands_ManorInterior_E03_N01", 442829); DictSNOScene.Add("x1_Highlands_ManorInterior_E03_N02", 444425); DictSNOScene.Add("x1_Highlands_ManorInterior_E03_S01", 442716); DictSNOScene.Add("x1_Highlands_ManorInterior_E03_S02", 442720); DictSNOScene.Add("x1_Highlands_ManorInterior_E04_N01", 443190); DictSNOScene.Add("x1_Highlands_ManorInterior_E04_S01", 443194); DictSNOScene.Add("x1_Leor_Jail_S_Entrance_01_Scoundrel", 303434); DictSNOScene.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_NSEW_02", 366000); DictSNOScene.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_NSEW_05", 366106); DictSNOScene.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_SE_01", 366096); DictSNOScene.Add("x1_LR_Scoundrel_a1dun_Leor_Jail_W_01", 366088); DictSNOScene.Add("x1_LR_trOut_TristramFields_EntranceA_E01_S01", 355982); DictSNOScene.Add("x1_LR_trOut_TristramFields_EntranceA_E01_S01_FILLER", 356006); DictSNOScene.Add("x1_LR_trOut_TristramFields_EntranceA_E01_S02", 356005); DictSNOScene.Add("x1_LR_trOut_TristramFields_EntranceC_E01_S02", 365845); DictSNOScene.Add("x1_LR_trOut_TristramFields_ExitA_E02_S02_FILLER", 355274); DictSNOScene.Add("x1_LR_trOut_TristramFields_ExitA_E02_S03", 353410); DictSNOScene.Add("x1_LR_trOut_Tristram_E08_S15", 356249); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E01_S01", 356021); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E01_S01_Dungeonstone", 356331); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E01_S02", 356025); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E01_S03", 356108); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E01_S04", 356096); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E02_S01", 356132); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E02_S02", 356120); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E02_S03", 356104); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E02_S04", 356112); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E03_S01", 356128); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E03_S02", 356116); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E03_S03", 356100); DictSNOScene.Add("x1_LR_trOut_Wilderness_MainGraveyard_E03_S04", 356124); DictSNOScene.Add("x1_Malthael_Boss_Arena", 328483); DictSNOScene.Add("x1_Pand_BatteringRam_240", 295373); DictSNOScene.Add("x1_Pand_Ext_120_Edge_Elbow_NE_01", 268860); DictSNOScene.Add("x1_Pand_Ext_120_Edge_Elbow_NE_02", 347119); DictSNOScene.Add("x1_Pand_Ext_120_Edge_Elbow_NW_01", 268837); DictSNOScene.Add("x1_Pand_Ext_120_Edge_Elbow_NW_02", 346518); DictSNOScene.Add("x1_Pand_Ext_120_Edge_Elbow_SE_01", 268824); DictSNOScene.Add("x1_Pand_Ext_120_Edge_Elbow_SE_02", 346934); DictSNOScene.Add("x1_Pand_Ext_120_Edge_Elbow_SW_01", 268811); DictSNOScene.Add("x1_Pand_Ext_120_Edge_Elbow_SW_02", 347293); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NEW_01", 268705); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NEW_02", 270151); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NEW_03", 270241); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NE_01", 268754); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NE_02", 295143); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NE_DungeonStone_Exit_01", 364221); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NE_Entrance_01", 453201); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NE_Exit_01", 333293); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NSE_01", 262560); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NSE_02", 284282); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NSE_03", 289933); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NSE_04", 295410); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NSW_01", 268693); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NSW_02", 271871); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NSW_03", 284377); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NSW_04", 284887); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NW_01", 268776); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NW_02", 348426); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NW_Dungeonstone_Exit_01", 364222); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NW_Entrance_01", 453202); DictSNOScene.Add("x1_Pand_Ext_120_Edge_NW_Exit_01", 333305); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SEW_01", 268720); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SEW_02", 284961); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SEW_03", 284990); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SE_01", 268742); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SE_02", 348399); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SE_Dungeonstone_Exit_01", 364223); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SE_Entrance_01", 453203); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SE_Exit_01", 333318); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SW_01", 268788); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SW_02", 348217); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SW_Dungeonstone_Exit_01", 364224); DictSNOScene.Add("x1_Pand_Ext_120_Edge_SW_Exit_01", 333331); DictSNOScene.Add("x1_Pand_Ext_120_Filler_01", 269017); DictSNOScene.Add("x1_Pand_Ext_120_Filler_02", 285060); DictSNOScene.Add("x1_Pand_Ext_120_Filler_03", 345112); DictSNOScene.Add("x1_Pand_Ext_120_Filler_04", 348615); DictSNOScene.Add("x1_Pand_Ext_120_NEW_Cellar_Entrance_01", 298848); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_01", 262628); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_02", 262645); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_03", 269067); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_04", 269308); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_05", 269342); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_06", 269372); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_07", 269529); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_08", 270228); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_09", 270161); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_10", 270254); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_11", 274103); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_12", 275125); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_13", 280490); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_14", 282621); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_15", 286817); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_16", 328914); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_17", 328961); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_18", 328993); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_19", 329184); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_20", 329271); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_21", 329968); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01", 301282); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_Cellar_Entrance_01_EN", 325223); DictSNOScene.Add("x1_Pand_Ext_120_NSEW_Event_01_chrono", 346282); DictSNOScene.Add("x1_Pand_Ext_120_NSE_Cellar_Entrance_01", 300113); DictSNOScene.Add("x1_Pand_Ext_120_NSW_Cellar_Entrance_01", 301077); DictSNOScene.Add("x1_Pand_Ext_120_SEW_Cellar_Entrance_01", 300216); DictSNOScene.Add("x1_Pand_Ext_240_Cellar_02", 299057); DictSNOScene.Add("x1_Pand_Ext_240_Cellar_03", 317701); DictSNOScene.Add("x1_Pand_Ext_240_Cellar_04", 317884); DictSNOScene.Add("x1_Pand_Ext_240_Cellar_05", 342431); DictSNOScene.Add("x1_Pand_Ext_240_Cellar_06", 347481); DictSNOScene.Add("x1_Pand_Ext_240_Chokepoint_EW_01", 268965); DictSNOScene.Add("x1_Pand_Ext_240_Chokepoint_EW_02", 276581); DictSNOScene.Add("x1_Pand_Ext_240_Chokepoint_NS_01", 268921); DictSNOScene.Add("x1_Pand_Ext_240_Chokepoint_NS_02", 276601); DictSNOScene.Add("x1_Pand_Ext_240_NEW_Event_01_chrono", 346603); DictSNOScene.Add("x1_Pand_Ext_240_NEW_Event_FallenAngelVoltron", 301052); DictSNOScene.Add("x1_Pand_Ext_240_NEW_Exit_01", 279825); DictSNOScene.Add("x1_Pand_Ext_240_NE_Entrance_01", 333279); DictSNOScene.Add("x1_Pand_Ext_240_NSEW_Event_Ballista_01", 352506); DictSNOScene.Add("x1_Pand_Ext_240_NSEW_Event_GreatWeapon_01", 353030); DictSNOScene.Add("x1_Pand_Ext_240_NSEW_Event_RockHive_01", 352998); DictSNOScene.Add("x1_Pand_Ext_240_NSE_Event_Islands_01", 300788); DictSNOScene.Add("x1_Pand_Ext_240_NSE_Event_Prison_01", 300849); DictSNOScene.Add("x1_Pand_Ext_240_NSE_Exit_01", 278316); DictSNOScene.Add("x1_Pand_Ext_240_NSW_Event_02", 300692); DictSNOScene.Add("x1_Pand_Ext_240_NSW_Event_02_ForgottenWar", 324397); DictSNOScene.Add("x1_Pand_Ext_240_NSW_Event_Sandrock_Ambush", 300736); DictSNOScene.Add("x1_Pand_Ext_240_NSW_Exit_01", 278489); DictSNOScene.Add("x1_Pand_Ext_240_NW_Entrance_01", 333245); DictSNOScene.Add("x1_Pand_Ext_240_SEW_Event_01_chrono", 300701); DictSNOScene.Add("x1_Pand_Ext_240_SEW_Exit_01", 277871); DictSNOScene.Add("x1_Pand_Ext_240_SE_Entrance_01", 333100); DictSNOScene.Add("x1_Pand_Ext_240_SW_Entrance_01", 333264); DictSNOScene.Add("x1_Pand_Ext_BatteringRam_Entrance_A_Background", 356617); DictSNOScene.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02", 339312); DictSNOScene.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S02_MB313", 478133); DictSNOScene.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03", 339318); DictSNOScene.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E02_S03_MB313", 478135); DictSNOScene.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S02", 339315); DictSNOScene.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S02_MB313", 478134); DictSNOScene.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03", 339321); DictSNOScene.Add("x1_Pand_Ext_BatteringRam_Entrance_A_E03_S03_MB313", 478136); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_Background", 352017); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S02", 291925); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E01_S03", 291938); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S01", 291931); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E02_S02", 291922); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S01", 291928); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S02", 291919); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S03", 291913); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E03_S04", 339731); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S03", 339695); DictSNOScene.Add("x1_Pand_Ext_ImperiusGauntlet_E04_S04", 339728); DictSNOScene.Add("x1_Pand_HexMaze_Edge_E_01", 292911); DictSNOScene.Add("x1_Pand_HexMaze_Edge_E_Dungeonstone_01", 360703); DictSNOScene.Add("x1_Pand_HexMaze_Edge_N_01", 288966); DictSNOScene.Add("x1_Pand_HexMaze_Edge_N_Dungeonstone_01", 360704); DictSNOScene.Add("x1_Pand_HexMaze_Edge_S_01", 292957); DictSNOScene.Add("x1_Pand_HexMaze_Edge_S_Dungeonstone_01", 360706); DictSNOScene.Add("x1_Pand_HexMaze_Edge_W_01", 289231); DictSNOScene.Add("x1_Pand_HexMaze_Edge_W_Dungeonstone_01", 360708); DictSNOScene.Add("x1_Pand_HexMaze_Entrance_E_01", 293459); DictSNOScene.Add("x1_Pand_HexMaze_Entrance_N_01", 293469); DictSNOScene.Add("x1_Pand_HexMaze_Entrance_S_01", 293479); DictSNOScene.Add("x1_Pand_HexMaze_Entrance_W_01", 293500); DictSNOScene.Add("x1_Pand_HexMaze_EW_01", 292969); DictSNOScene.Add("x1_Pand_HexMaze_Exit_E_01", 293489); DictSNOScene.Add("x1_Pand_HexMaze_Exit_N_01", 293512); DictSNOScene.Add("x1_Pand_HexMaze_Exit_S_01", 293522); DictSNOScene.Add("x1_Pand_HexMaze_Exit_S_01_EN", 310707); DictSNOScene.Add("x1_Pand_HexMaze_Exit_W_01", 293540); DictSNOScene.Add("x1_Pand_HexMaze_Filler_02", 288276); DictSNOScene.Add("x1_Pand_HexMaze_NSEW_02", 293035); DictSNOScene.Add("x1_Pand_HexMaze_NSEW_03", 293233); DictSNOScene.Add("x1_Pand_HexMaze_NSEW_04", 293329); DictSNOScene.Add("x1_Pand_HexMaze_NSEW_05", 294284); DictSNOScene.Add("x1_Pand_HexMaze_NSEW_A_01", 271073); DictSNOScene.Add("x1_Pand_HexMaze_NS_01", 292833); DictSNOScene.Add("X1_POF_Skeletal_Throne", 252145); DictSNOScene.Add("x1_TEST_fortress_NSEW_02_malthael", 273459); DictSNOScene.Add("X1_trDun_Crypt_NSEW_01_POF_HUB", 261918); DictSNOScene.Add("X1_Westmarch_Cath_Int_W01_N02", 308539); DictSNOScene.Add("X1_Westmarch_Cath_Int_W01_N03", 309148); DictSNOScene.Add("X1_Westmarch_Cath_Int_W02_N01", 308542); DictSNOScene.Add("X1_Westmarch_Cath_Int_W02_N02", 308548); DictSNOScene.Add("X1_Westmarch_Cath_Int_W02_N03", 309174); DictSNOScene.Add("X1_Westmarch_Cath_Int_W03_N02", 309161); DictSNOScene.Add("X1_Westmarch_Cath_Int_W03_N03", 309165); DictSNOScene.Add("x1_westmarch_Hub_E01_N02", 315710); DictSNOScene.Add("x1_westmarch_Hub_E01_N03", 311310); DictSNOScene.Add("x1_westmarch_Hub_E01_N04", 311298); DictSNOScene.Add("x1_westmarch_Hub_E01_N05", 313853); DictSNOScene.Add("x1_westmarch_Hub_E02_N03", 311313); DictSNOScene.Add("x1_westmarch_Hub_E02_N04", 311301); DictSNOScene.Add("x1_westmarch_Hub_E02_N05", 313857); DictSNOScene.Add("x1_westmarch_Hub_W01_N02", 315706); DictSNOScene.Add("x1_westmarch_Hub_W01_N03", 311307); DictSNOScene.Add("x1_westmarch_Hub_W01_N04", 311295); DictSNOScene.Add("x1_westmarch_Hub_W01_N05", 313849); DictSNOScene.Add("x1_westmarch_Hub_W02_N04", 311316); DictSNOScene.Add("x1_westmarch_Hub_W02_N05", 313845); DictSNOScene.Add("x1_Westmarch_Overlook_D_E01_N01", 308689); DictSNOScene.Add("x1_Westmarch_Overlook_D_E01_S01", 308704); DictSNOScene.Add("X1_Westmarch_Overlook_D_Skybox", 312379); DictSNOScene.Add("x1_Westmarch_Overlook_D_W01_N01", 308686); DictSNOScene.Add("x1_Westmarch_Overlook_D_W01_N02", 308671); DictSNOScene.Add("x1_Westmarch_Overlook_D_W01_S01", 308701); DictSNOScene.Add("x1_Westmarch_Overlook_D_W02_S01", 308698); DictSNOScene.Add("x1_westm_01_Filler", 313270); DictSNOScene.Add("x1_westm_alley_rats_A_E01_N01", 348976); DictSNOScene.Add("x1_westm_alley_rats_A_E01_S01", 348988); DictSNOScene.Add("x1_westm_alley_rats_A_W01_N01", 348980); DictSNOScene.Add("x1_westm_alley_rats_A_W01_S01", 348984); DictSNOScene.Add("x1_westm_Boss_E01_N01", 307082); DictSNOScene.Add("x1_westm_Boss_E01_S01", 307072); DictSNOScene.Add("x1_westm_Boss_E01_S02", 307066); DictSNOScene.Add("x1_westm_Boss_W01_N01", 307085); DictSNOScene.Add("x1_westm_Boss_W01_S01", 307076); DictSNOScene.Add("x1_westm_Boss_W01_S02", 307088); DictSNOScene.Add("x1_westm_cust_alley_05", 289198); DictSNOScene.Add("x1_westm_cust_alley_06", 289040); DictSNOScene.Add("x1_westm_cust_alley_06_A", 305689); DictSNOScene.Add("x1_westm_cust_alley_Corner_01", 248408); DictSNOScene.Add("x1_westm_deathorb_B_E01_N01", 335727); DictSNOScene.Add("x1_westm_deathorb_B_E01_S01", 335721); DictSNOScene.Add("x1_westm_deathorb_B_W01_N01", 335730); DictSNOScene.Add("x1_westm_deathorb_B_W01_N02", 335739); DictSNOScene.Add("x1_westm_deathorb_B_W01_S01", 335724); DictSNOScene.Add("x1_westm_deathorb_B_W02_N01", 335733); DictSNOScene.Add("x1_westm_deathorb_B_W02_N02", 335742); DictSNOScene.Add("x1_westm_deathorb_C_E01_N01", 339058); DictSNOScene.Add("x1_westm_deathorb_C_E01_S01", 339052); DictSNOScene.Add("x1_westm_deathorb_C_E01_S02", 339374); DictSNOScene.Add("x1_westm_deathorb_C_W01_N01", 339061); DictSNOScene.Add("x1_westm_deathorb_C_W01_N02", 339070); DictSNOScene.Add("x1_westm_deathorb_C_W01_S01", 339055); DictSNOScene.Add("x1_westm_deathorb_C_W01_S02", 339371); DictSNOScene.Add("x1_westm_deathorb_C_W02_N01", 339064); DictSNOScene.Add("x1_westm_EW_01", 242487); DictSNOScene.Add("x1_westm_EW_01_fire", 303582); DictSNOScene.Add("x1_westm_EW_02", 242881); DictSNOScene.Add("x1_westm_EW_03", 243923); DictSNOScene.Add("x1_westm_EW_03_fire", 337223); DictSNOScene.Add("x1_westm_EW_05", 289146); DictSNOScene.Add("x1_westm_E_01_vista", 244921); DictSNOScene.Add("x1_westm_E_02", 243954); DictSNOScene.Add("x1_westm_E_02_fire", 303211); DictSNOScene.Add("x1_westm_E_DungeonStone_Exit_01_vista", 347709); DictSNOScene.Add("x1_westm_E_Entrance_01", 250883); DictSNOScene.Add("x1_westm_E_Entrance_01_fire", 337237); DictSNOScene.Add("x1_westm_E_Exit_01", 250892); DictSNOScene.Add("x1_westm_graveyard_Border_Elbow_NE_01", 265340); DictSNOScene.Add("x1_westm_graveyard_Border_Elbow_NW_01", 265362); DictSNOScene.Add("x1_westm_graveyard_Border_Elbow_NW_02", 275906); DictSNOScene.Add("x1_westm_graveyard_Border_Elbow_SE_01", 265411); DictSNOScene.Add("x1_westm_graveyard_Border_Elbow_SW_01", 265374); DictSNOScene.Add("x1_westm_graveyard_Border_Elbow_SW_01_v2", 404986); DictSNOScene.Add("x1_westm_graveyard_Border_NEW_01", 265083); DictSNOScene.Add("x1_westm_graveyard_Border_NEW_01_Entrance", 265116); DictSNOScene.Add("x1_westm_graveyard_Border_NEW_01_Exit", 265096); DictSNOScene.Add("x1_westm_graveyard_Border_NEW_Dungeonstone_Exit_01", 369634); DictSNOScene.Add("x1_westm_graveyard_Border_NE_01", 265314); DictSNOScene.Add("x1_westm_graveyard_Border_NSE_01", 265250); DictSNOScene.Add("x1_westm_graveyard_Border_NSE_01_Entrance", 265426); DictSNOScene.Add("x1_westm_graveyard_Border_NSE_01_Exit", 265492); DictSNOScene.Add("x1_westm_graveyard_Border_NSE_01_v2", 404990); DictSNOScene.Add("x1_westm_graveyard_Border_NSE_02", 276728); DictSNOScene.Add("x1_westm_graveyard_Border_NSE_Dungeonstone_Exit_01", 369636); DictSNOScene.Add("x1_westm_graveyard_Border_NSW_01", 264635); DictSNOScene.Add("x1_westm_graveyard_Border_NSW_01_Entrance", 264659); DictSNOScene.Add("x1_westm_graveyard_Border_NSW_01_Exit", 264647); DictSNOScene.Add("x1_westm_graveyard_Border_NSW_Dungeonstone_Exit_01", 369637); DictSNOScene.Add("x1_westm_graveyard_Border_NW_01", 265223); DictSNOScene.Add("x1_westm_graveyard_Border_SEW_01", 264528); DictSNOScene.Add("x1_westm_graveyard_Border_SEW_01_Entrance", 264685); DictSNOScene.Add("x1_westm_graveyard_Border_SEW_01_Exit", 264569); DictSNOScene.Add("x1_westm_graveyard_Border_SEW_02", 275523); DictSNOScene.Add("x1_westm_graveyard_Border_SEW_03", 276740); DictSNOScene.Add("x1_westm_graveyard_Border_SEW_Dungeonstone_Exit_01", 369638); DictSNOScene.Add("x1_westm_graveyard_Border_SE_01", 265327); DictSNOScene.Add("x1_westm_graveyard_Border_SW_01", 265297); DictSNOScene.Add("x1_westm_graveyard_B_Border_NEW_01_Exit", 276176); DictSNOScene.Add("x1_westm_graveyard_Filler", 264731); DictSNOScene.Add("x1_westm_graveyard_NSEW_01", 264466); DictSNOScene.Add("x1_westm_graveyard_NSEW_02", 264705); DictSNOScene.Add("x1_westm_graveyard_NSEW_05", 274714); DictSNOScene.Add("x1_westm_graveyard_NSEW_06", 273529); DictSNOScene.Add("x1_westm_graveyard_NSEW_07", 276023); DictSNOScene.Add("x1_westm_graveyard_NSEW_08", 276863); DictSNOScene.Add("x1_westm_graveyard_NSEW_09", 276930); DictSNOScene.Add("x1_westm_graveyard_NSEW_10", 277106); DictSNOScene.Add("x1_westm_graveyard_NSEW_12", 341938); DictSNOScene.Add("x1_westm_graveyard_NSEW_13", 341944); DictSNOScene.Add("x1_westm_graveyard_NSEW_14", 341945); DictSNOScene.Add("x1_westm_graveyard_NSEW_15", 341946); DictSNOScene.Add("x1_westm_graveyard_NSEW_16", 342012); DictSNOScene.Add("x1_westm_graveyard_NSEW_Event_01", 331851); DictSNOScene.Add("x1_westm_graveyard_NSEW_Event_02", 347545); DictSNOScene.Add("x1_westm_intro_E01_N01", 306621); DictSNOScene.Add("x1_westm_intro_E01_N02", 306617); DictSNOScene.Add("x1_westm_intro_E01_S01", 306601); DictSNOScene.Add("x1_westm_intro_E01_S02", 311474); DictSNOScene.Add("x1_westm_intro_E02_N01", 306589); DictSNOScene.Add("x1_westm_intro_E02_N02", 306605); DictSNOScene.Add("x1_westm_intro_E02_N03", 306708); DictSNOScene.Add("x1_westm_intro_E02_S01", 306609); DictSNOScene.Add("x1_westm_intro_E02_S02", 311478); DictSNOScene.Add("x1_westm_intro_E03_N02", 306597); DictSNOScene.Add("x1_westm_intro_E03_N03", 306712); DictSNOScene.Add("x1_westm_intro_W01_S01", 313974); DictSNOScene.Add("x1_westm_intro_W01_S02", 313978); DictSNOScene.Add("x1_westm_Int_Filler", 289268); DictSNOScene.Add("x1_westm_Int_Gen_A_01", 288265); DictSNOScene.Add("x1_westm_Int_Gen_A_01_Necromancer", 303362); DictSNOScene.Add("X1_WESTM_INT_GEN_A_01_RESCUE_GUARDS_02", 306837); DictSNOScene.Add("x1_westm_Int_Gen_A_01_ZombieSorcerer", 302875); DictSNOScene.Add("x1_westm_Int_Gen_A_02", 294320); DictSNOScene.Add("x1_westm_Int_Gen_A_02_Templar", 330239); DictSNOScene.Add("x1_westm_Int_Gen_A_03", 330688); DictSNOScene.Add("X1_Westm_Int_Gen_A_03_var_E", 331873); DictSNOScene.Add("x1_westm_Int_Gen_A_04", 332149); DictSNOScene.Add("x1_westm_Int_Gen_B_01", 289414); DictSNOScene.Add("x1_westm_Int_Gen_B_01_Madman", 302732); DictSNOScene.Add("x1_westm_Int_Gen_B_02", 302629); DictSNOScene.Add("X1_WestM_Int_Gen_B_02_var_C_Yard_Rush", 328346); DictSNOScene.Add("x1_westm_Int_Gen_B_02_var_D", 328092); DictSNOScene.Add("x1_westm_Int_Gen_B_03_var_B", 329368); DictSNOScene.Add("x1_westm_Int_Gen_B_03_var_C_Panic", 330205); DictSNOScene.Add("x1_westm_Int_Gen_B_05", 332375); DictSNOScene.Add("x1_westm_Int_Gen_C_01", 289368); DictSNOScene.Add("x1_westm_Int_Gen_C_01_Skeleton_Rush", 328194); DictSNOScene.Add("x1_westm_Int_Gen_C_01_ZombieFireplace", 358637); DictSNOScene.Add("x1_westm_Int_Gen_C_02", 332575); DictSNOScene.Add("x1_westm_Int_Gen_C_03_Elements", 328780); DictSNOScene.Add("x1_westm_Int_Gen_C_03_ReformedCultist", 310942); DictSNOScene.Add("x1_westm_Int_Gen_C_04_var_B", 312308); DictSNOScene.Add("x1_westm_Int_Gen_C_Miser", 323328); DictSNOScene.Add("x1_westm_Int_Templar_01_Alt", 330392); DictSNOScene.Add("x1_westm_Int_Treasure_01_TreasureRoom", 310945); DictSNOScene.Add("x1_westm_NEW_01", 242678); DictSNOScene.Add("x1_westm_NEW_01_fire", 335473); DictSNOScene.Add("x1_westm_NEW_02", 244673); DictSNOScene.Add("x1_westm_NEW_02_fire", 337230); DictSNOScene.Add("x1_westm_NEW_03", 244743); DictSNOScene.Add("x1_westm_NEW_03_Scoundrel", 404031); DictSNOScene.Add("x1_westm_NE_01", 242935); DictSNOScene.Add("x1_westm_NE_01_ScoundrelEvent2", 388966); DictSNOScene.Add("x1_westm_NE_02", 244655); DictSNOScene.Add("x1_westm_NE_02_fire", 337225); DictSNOScene.Add("x1_westm_NE_03", 244706); DictSNOScene.Add("x1_westm_NE_04", 244722); DictSNOScene.Add("x1_westm_NE_04_fire", 304052); DictSNOScene.Add("x1_westm_NSEW_01", 242326); DictSNOScene.Add("x1_westm_NSEW_01_fire", 337227); DictSNOScene.Add("x1_westm_NSEW_02", 243990); DictSNOScene.Add("x1_westm_NSEW_02_fire", 306858); DictSNOScene.Add("x1_westm_NSEW_04", 253156); DictSNOScene.Add("x1_westm_NSEW_04_fire", 337228); DictSNOScene.Add("x1_westm_NSEW_05", 253322); DictSNOScene.Add("x1_westm_NSEW_06", 253395); DictSNOScene.Add("x1_westm_NSEW_08", 289135); DictSNOScene.Add("x1_westm_NSE_01", 242312); DictSNOScene.Add("x1_westm_NSE_01_fire", 304641); DictSNOScene.Add("x1_westm_NSE_01_Urzael", 338876); DictSNOScene.Add("x1_westm_NSE_02", 245192); DictSNOScene.Add("x1_westm_NSE_03", 244617); DictSNOScene.Add("x1_westm_NSW_01", 242272); DictSNOScene.Add("x1_westm_NSW_02", 245365); DictSNOScene.Add("x1_westm_NSW_02_fire", 307397); DictSNOScene.Add("x1_westm_NSW_03", 245507); DictSNOScene.Add("x1_westm_NSW_04", 245644); DictSNOScene.Add("x1_westm_NS_01", 242190); DictSNOScene.Add("x1_westm_NS_02", 242801); DictSNOScene.Add("x1_westm_NS_03", 243101); DictSNOScene.Add("x1_westm_NS_03_fire", 304252); DictSNOScene.Add("x1_westm_NS_03_Scoundrel", 386304); DictSNOScene.Add("x1_westm_NS_04", 244152); DictSNOScene.Add("x1_westm_NW_01", 244575); DictSNOScene.Add("x1_westm_NW_01_fire", 335108); DictSNOScene.Add("x1_westm_NW_02", 242711); DictSNOScene.Add("x1_westm_N_01", 243005); DictSNOScene.Add("x1_westm_N_01_fire", 303875); DictSNOScene.Add("x1_westm_N_02", 243905); DictSNOScene.Add("x1_westm_N_DungeonStone_Exit_01", 347710); DictSNOScene.Add("x1_westm_N_Entrance_01", 250881); DictSNOScene.Add("x1_westm_N_Entrance_01_fire", 337235); DictSNOScene.Add("x1_westm_N_Exit_01", 250893); DictSNOScene.Add("x1_westm_room_rescue_interior_01", 284510); DictSNOScene.Add("x1_westm_room_rescue_interior_02", 284511); DictSNOScene.Add("x1_westm_SEW_01", 242295); DictSNOScene.Add("x1_westm_SEW_02", 245078); DictSNOScene.Add("x1_westm_SEW_03", 245024); DictSNOScene.Add("x1_westm_SEW_03_fire", 337226); DictSNOScene.Add("x1_westm_SEW_04", 245132); DictSNOScene.Add("x1_westm_SEW_04_fire", 291443); DictSNOScene.Add("x1_westm_SEW_05", 289062); DictSNOScene.Add("x1_westm_SE_01", 242155); DictSNOScene.Add("x1_westm_SE_01_fire", 336087); DictSNOScene.Add("x1_westm_SE_02", 244800); DictSNOScene.Add("x1_westm_SE_02_fire", 337229); DictSNOScene.Add("x1_westm_SE_05", 245204); DictSNOScene.Add("x1_westm_SW_03", 244026); DictSNOScene.Add("x1_westm_SW_03_fire", 335589); DictSNOScene.Add("x1_westm_SW_03_Scoundrel2", 390542); DictSNOScene.Add("x1_westm_SW_04", 244271); DictSNOScene.Add("x1_westm_SW_05", 252804); DictSNOScene.Add("x1_westm_S_01", 243895); DictSNOScene.Add("x1_westm_S_01_fire", 335456); DictSNOScene.Add("x1_westm_S_01_vista", 243970); DictSNOScene.Add("x1_westm_S_DungeonStone_Exit_01", 347711); DictSNOScene.Add("x1_westm_S_Entrance_01", 250882); DictSNOScene.Add("x1_westm_S_Entrance_01_fire", 337236); DictSNOScene.Add("x1_westm_S_Exit_01", 250894); DictSNOScene.Add("x1_westm_W_01", 244230); DictSNOScene.Add("x1_westm_W_01_fire", 335067); DictSNOScene.Add("x1_westm_W_01_Scoundrel2", 390533); DictSNOScene.Add("x1_westm_W_02", 244132); DictSNOScene.Add("x1_westm_W_DungeonStone_Exit_01", 347712); DictSNOScene.Add("x1_westm_W_Entrance_01", 250884); DictSNOScene.Add("x1_westm_W_Entrance_01_fire", 337238); DictSNOScene.Add("x1_westm_W_Exit_01", 250895); #endregion return DictSNOScene; } public static Dictionary LoadSkillKit() { Dictionary DictSNOSkillKit = new Dictionary(); #region SkillKit DictSNOSkillKit.Add("Barbarian", 35572); DictSNOSkillKit.Add("Demonhunter", 35580); DictSNOSkillKit.Add("Monk", 35578); DictSNOSkillKit.Add("Necromancer", 453175); DictSNOSkillKit.Add("Enchantress", 87094); DictSNOSkillKit.Add("Scoundrel", 35582); DictSNOSkillKit.Add("Templar", 35579); DictSNOSkillKit.Add("Scoundrel_V2", 484937); DictSNOSkillKit.Add("Enchantress_V2", 484938); DictSNOSkillKit.Add("Templar_V2", 484941); DictSNOSkillKit.Add("WitchDoctor", 35583); DictSNOSkillKit.Add("Wizard", 35584); DictSNOSkillKit.Add("X1_Crusader", 238290); #endregion return DictSNOSkillKit; } public static Dictionary LoadTutorial() { Dictionary DictSNOTutorial = new Dictionary(); #region Tutorial DictSNOTutorial.Add("2HWeapon", 223727); DictSNOTutorial.Add("ActiveSkillReady", 211104); DictSNOTutorial.Add("ActiveSkillsList", 211095); DictSNOTutorial.Add("AdventureMode_WaypointMap", 349321); DictSNOTutorial.Add("AdventureMode_WaypointMap_using", 349411); DictSNOTutorial.Add("AltShowsLootNames", 211059); DictSNOTutorial.Add("Autosave", 211073); DictSNOTutorial.Add("AvailableSkills", 211103); DictSNOTutorial.Add("BannersEncountered", 211403); DictSNOTutorial.Add("BlacksmithUnlocked", 211029); DictSNOTutorial.Add("Bounty", 337550); DictSNOTutorial.Add("BountyComplete", 337675); DictSNOTutorial.Add("CauldronOfJordanCollected", 211033); DictSNOTutorial.Add("ChallengeEncountered", 338604); DictSNOTutorial.Add("Chat", 211406); DictSNOTutorial.Add("ChestEncountered", 211061); DictSNOTutorial.Add("CommonScrap", 225706); DictSNOTutorial.Add("ConsoleLeaderboard01", 467237); DictSNOTutorial.Add("ConsoleLeaderboard02", 467238); DictSNOTutorial.Add("ConsoleSeasonJourney", 467236); DictSNOTutorial.Add("CoopPlayerJoinedYourGame", 211405); DictSNOTutorial.Add("CoopYouJoinedAGame", 211404); DictSNOTutorial.Add("CraftingPlanCollected", 211034); DictSNOTutorial.Add("CraftItems", 211036); DictSNOTutorial.Add("CraftItemsForge", 293964); DictSNOTutorial.Add("CraftItemsMats", 293965); DictSNOTutorial.Add("CraftItemsSalvage", 293966); DictSNOTutorial.Add("DamageTaken", 210792); DictSNOTutorial.Add("DevilsHandItemPickedUp", 335021); DictSNOTutorial.Add("DevilsHandQuestLore", 338057); DictSNOTutorial.Add("DevilsHandQuestObjective", 342265); DictSNOTutorial.Add("DevilsHandRedeem", 338052); DictSNOTutorial.Add("DevilsHandSetComplete", 338050); DictSNOTutorial.Add("DevilsHandTracking", 342263); DictSNOTutorial.Add("DualWielding", 222595); DictSNOTutorial.Add("DurabilityDestroyed", 171938); DictSNOTutorial.Add("DurabilityWarning", 171932); DictSNOTutorial.Add("DyeCollected", 211062); DictSNOTutorial.Add("EarnedPlatinum", 433342); DictSNOTutorial.Add("EarnedPlatinumInventory", 436116); DictSNOTutorial.Add("ElectiveMode_Hell", 244817); DictSNOTutorial.Add("ElectiveMode_Inferno", 244818); DictSNOTutorial.Add("ElectiveMode_Nightmare", 244819); DictSNOTutorial.Add("ElectiveMode_P6", 478236); DictSNOTutorial.Add("ElectiveMode_X1", 278375); DictSNOTutorial.Add("ElectiveMode_X1_2", 435273); DictSNOTutorial.Add("EliteMonsterEncountered", 210999); DictSNOTutorial.Add("EmpoweredRift", 445861); DictSNOTutorial.Add("EnchantItems", 274908); DictSNOTutorial.Add("EquipNewItem", 158488); DictSNOTutorial.Add("EquipNewMagicItem", 221946); DictSNOTutorial.Add("EssenceOfGem", 444055); DictSNOTutorial.Add("Evade", 293952); DictSNOTutorial.Add("EvadeCooldown", 293953); DictSNOTutorial.Add("FirstMonsterEncountered", 211003); DictSNOTutorial.Add("FollowerInCoop", 225490); DictSNOTutorial.Add("FollowerItems", 211050); DictSNOTutorial.Add("FollowerMenu", 293969); DictSNOTutorial.Add("FollowerReinforced", 211054); DictSNOTutorial.Add("FollowerTraining", 211056); DictSNOTutorial.Add("Follower_Enchantress", 182639); DictSNOTutorial.Add("Follower_Scoundrel", 182638); DictSNOTutorial.Add("Follower_Templar", 158490); DictSNOTutorial.Add("FullScreenMap", 211075); DictSNOTutorial.Add("FullScreenMapKey", 293962); DictSNOTutorial.Add("GameDifficulty", 361485); DictSNOTutorial.Add("GemCombine", 211039); DictSNOTutorial.Add("GemInventory", 306239); DictSNOTutorial.Add("GemPickedUp", 211063); DictSNOTutorial.Add("HealthGlobeCollected", 211004); DictSNOTutorial.Add("HealthPotions", 222602); DictSNOTutorial.Add("HealthPotionsAutoPickup", 293960); DictSNOTutorial.Add("HealthPotionsUse", 293961); DictSNOTutorial.Add("HotbarUse", 222590); DictSNOTutorial.Add("HowToChangeAnActiveSkill", 211100); DictSNOTutorial.Add("Inspect", 211409); DictSNOTutorial.Add("Inventory", 225483); DictSNOTutorial.Add("InventoryFull", 225486); DictSNOTutorial.Add("InventoryNavigation", 293956); DictSNOTutorial.Add("ItemComparison", 211064); DictSNOTutorial.Add("ItemDropRules", 178881); DictSNOTutorial.Add("ItemEventQueue", 293954); DictSNOTutorial.Add("ItemIdentify", 211065); DictSNOTutorial.Add("ItemIdentifyAll", 343219); DictSNOTutorial.Add("ItemRarity", 211067); DictSNOTutorial.Add("ItemWithSocketFound", 211068); DictSNOTutorial.Add("LearnedCosmetic", 433332); DictSNOTutorial.Add("LearnSkills", 164156); DictSNOTutorial.Add("LearnTraits", 164157); DictSNOTutorial.Add("LeftClickToMove", 211078); DictSNOTutorial.Add("LootRunBar", 337676); DictSNOTutorial.Add("LootRunBarComplete", 337677); DictSNOTutorial.Add("LootRunComplete", 339824); DictSNOTutorial.Add("LootRunItemPickedUp", 339826); DictSNOTutorial.Add("Lvl2SkillUnlock", 293906); DictSNOTutorial.Add("Lvl3SkillUnlock", 293957); DictSNOTutorial.Add("Minimap", 158492); DictSNOTutorial.Add("MinimapQuestMarker", 158494); DictSNOTutorial.Add("MinimapQuestMob", 158493); DictSNOTutorial.Add("MysticIdentify", 211041); DictSNOTutorial.Add("NewActiveSkillAvailable", 211094); DictSNOTutorial.Add("NewCraftingMats", 456551); DictSNOTutorial.Add("NewItem", 158487); DictSNOTutorial.Add("NewItemReminder", 222581); DictSNOTutorial.Add("NewMagicItem", 221903); DictSNOTutorial.Add("NewPassiveSlotAvailable", 211108); DictSNOTutorial.Add("NewQuest", 158499); DictSNOTutorial.Add("NewSkill", 158476); DictSNOTutorial.Add("NewSkillKitButton", 353570); DictSNOTutorial.Add("NewSkillMenu", 293959); DictSNOTutorial.Add("NewTrait", 158486); DictSNOTutorial.Add("p3_KCube_AddItems", 439804); DictSNOTutorial.Add("p3_KCube_AddItems_Console", 441283); DictSNOTutorial.Add("p3_KCube_CollectionPagePrompt", 439819); DictSNOTutorial.Add("p3_KCube_CollectionSlots_Console", 441286); DictSNOTutorial.Add("p3_KCube_CubeCollected", 439802); DictSNOTutorial.Add("p3_KCube_CubeInteract", 439803); DictSNOTutorial.Add("p3_KCube_CubePaperDoll", 439824); DictSNOTutorial.Add("p3_KCube_DuplicatePower", 439822); DictSNOTutorial.Add("p3_KCube_EquipFirstPower", 439820); DictSNOTutorial.Add("p3_KCube_EquipFirstPower_Console", 442437); DictSNOTutorial.Add("p3_KCube_FirstCursedRealm", 439838); DictSNOTutorial.Add("p3_KCube_FirstPowerOthers", 439821); DictSNOTutorial.Add("p3_KCube_IngredientsPrompt", 439806); DictSNOTutorial.Add("p3_KCube_MissingIngredient_Console", 441285); DictSNOTutorial.Add("p3_KCube_NewPower", 439818); DictSNOTutorial.Add("p3_KCube_NewPower_Console", 441287); DictSNOTutorial.Add("p3_KCube_NewVendor", 439799); DictSNOTutorial.Add("p3_KCube_PowerDetails", 441409); DictSNOTutorial.Add("p3_KCube_PowerDetails_Console", 442435); DictSNOTutorial.Add("p3_KCube_PowerExtracted", 439816); DictSNOTutorial.Add("p3_KCube_PowerExtracted_Console", 441407); DictSNOTutorial.Add("p3_KCube_PowersLocked_Console", 442436); DictSNOTutorial.Add("p3_KCube_RecipeLastPage", 439808); DictSNOTutorial.Add("p3_KCube_RecipePagePrompt", 439807); DictSNOTutorial.Add("p3_KCube_RecipesPrompt", 439805); DictSNOTutorial.Add("p3_KCube_RecipesPrompt_Console", 441281); DictSNOTutorial.Add("p3_KCube_Sescheron", 439801); DictSNOTutorial.Add("p3_KCube_Sescheron_Console", 442450); DictSNOTutorial.Add("p3_KCube_SuperReagentGet", 439841); DictSNOTutorial.Add("p3_KCube_SuperReagentUse", 439844); DictSNOTutorial.Add("p3_KCube_TransmutePrompt", 439834); DictSNOTutorial.Add("p3_KCube_UnequippedPower", 439823); DictSNOTutorial.Add("p3_KCube_UniqueItem_Console", 441284); DictSNOTutorial.Add("p4_SeasonCache", 445986); DictSNOTutorial.Add("p4_SetDung_Basic", 450480); DictSNOTutorial.Add("p4_SetDung_Basic_Timeout", 450476); DictSNOTutorial.Add("p4_SetDung_FirstDeath", 450474); DictSNOTutorial.Add("p4_SetDung_FirstOpen", 450473); DictSNOTutorial.Add("p4_SetDung_Mastery", 450479); DictSNOTutorial.Add("p4_SetDung_MasteryFail", 450478); DictSNOTutorial.Add("p4_SetDung_NoObjs", 450477); DictSNOTutorial.Add("p4_SetDung_Objectives", 450475); DictSNOTutorial.Add("P5_Armory_Details", 455839); DictSNOTutorial.Add("P5_Armory_Equip", 455840); DictSNOTutorial.Add("P5_Armory_Inventory", 455841); DictSNOTutorial.Add("P5_Armory_Save", 455838); DictSNOTutorial.Add("P5_Armory_SaveName", 455842); DictSNOTutorial.Add("p5_KCube_Fill_Button", 467110); DictSNOTutorial.Add("P6_Challenge_Rift_Reward", 472951); DictSNOTutorial.Add("P6_Necro_Cosmetic_Store", 472947); DictSNOTutorial.Add("PageOfTraining", 211042); DictSNOTutorial.Add("ParagonButton", 353459); DictSNOTutorial.Add("ParagonLevels", 252030); DictSNOTutorial.Add("ParagonPointSpending", 451501); DictSNOTutorial.Add("PassiveSkillDescription", 211113); DictSNOTutorial.Add("PassiveSkillEnabled", 211128); DictSNOTutorial.Add("PassiveSkillList", 211119); DictSNOTutorial.Add("PerPlayerLoot", 211407); DictSNOTutorial.Add("PlatinumBalanceStore", 436117); DictSNOTutorial.Add("PlayerDied", 211022); DictSNOTutorial.Add("PortalEncountered", 211081); DictSNOTutorial.Add("PurchaseSkill", 158477); DictSNOTutorial.Add("PurchaseTrait", 158485); DictSNOTutorial.Add("QuestGiverEncountered", 211086); DictSNOTutorial.Add("QuestLogIntro", 154995); DictSNOTutorial.Add("QuickEquipScroll", 293955); DictSNOTutorial.Add("RepairItems", 211043); DictSNOTutorial.Add("Resource_ArcanePower", 211023); DictSNOTutorial.Add("Resource_Essence", 478064); DictSNOTutorial.Add("Resource_Faith", 324001); DictSNOTutorial.Add("Resource_Fury", 211024); DictSNOTutorial.Add("Resource_Generic", 293951); DictSNOTutorial.Add("Resource_HatredDisc", 211025); DictSNOTutorial.Add("Resource_Mana", 211026); DictSNOTutorial.Add("Resource_Spirit", 211027); DictSNOTutorial.Add("RightClickAttack", 221950); DictSNOTutorial.Add("Rune", 158474); DictSNOTutorial.Add("RuneAcquired", 158473); DictSNOTutorial.Add("RunePickedUp", 211090); DictSNOTutorial.Add("RuneSocket", 158475); DictSNOTutorial.Add("SalvageCube", 157139); DictSNOTutorial.Add("SalvagePanel", 157125); DictSNOTutorial.Add("SalvageUnlocked", 157060); DictSNOTutorial.Add("SellItem", 222580); DictSNOTutorial.Add("ShiftAttack", 211028); DictSNOTutorial.Add("SkillAltar", 221350); DictSNOTutorial.Add("SkillMenu", 293958); DictSNOTutorial.Add("SkillNavigation", 314590); DictSNOTutorial.Add("SkillNewActiveSlot", 211089); DictSNOTutorial.Add("SkillsHotBar", 211091); DictSNOTutorial.Add("SocketItems", 211045); DictSNOTutorial.Add("SoldItem", 221905); DictSNOTutorial.Add("StashEncountered", 211071); DictSNOTutorial.Add("StoneOfRecallCollected", 211082); DictSNOTutorial.Add("TemporaryEffect", 293963); DictSNOTutorial.Add("TomeOfTraining", 225365); DictSNOTutorial.Add("TownHealer", 293950); DictSNOTutorial.Add("Trade", 211408); DictSNOTutorial.Add("TrainArtisan", 211046); DictSNOTutorial.Add("UnspentSkillPoints", 158478); DictSNOTutorial.Add("UpgradeSkill", 158481); DictSNOTutorial.Add("VendorEncountered", 211072); DictSNOTutorial.Add("Waypoint", 158498); DictSNOTutorial.Add("X1_Achievements_Conquests", 403362); DictSNOTutorial.Add("X1_Achievements_Seasons", 403361); DictSNOTutorial.Add("X1_ApprenticeMode", 386677); DictSNOTutorial.Add("X1_BloodShard", 368304); DictSNOTutorial.Add("X1_BloodShardInventory", 368343); DictSNOTutorial.Add("X1_BloodShardVendors", 368344); DictSNOTutorial.Add("X1_BnetGameSettings", 366182); DictSNOTutorial.Add("X1_ChallengeRift", 457066); DictSNOTutorial.Add("X1_ChallengeRift_2", 457664); DictSNOTutorial.Add("X1_ChallengeRift_Skills", 462143); DictSNOTutorial.Add("X1_Communities", 368310); DictSNOTutorial.Add("X1_EnchantCurrentProperty", 368353); DictSNOTutorial.Add("X1_EnchantHelpPay", 368352); DictSNOTutorial.Add("X1_EnchantHelpProperty", 368351); DictSNOTutorial.Add("X1_EnchantPropertyRepeat", 368355); DictSNOTutorial.Add("X1_FindingCache", 371257); DictSNOTutorial.Add("X1_GreaterRiftComplete", 405756); DictSNOTutorial.Add("X1_GreaterRiftFailed", 405758); DictSNOTutorial.Add("X1_GreaterRiftKeyEntry", 405678); DictSNOTutorial.Add("X1_GreaterRiftKeystoneInventory", 405670); DictSNOTutorial.Add("X1_GreaterRiftTimer", 405749); DictSNOTutorial.Add("X1_GreaterRift_Inventory_Locked", 405683); DictSNOTutorial.Add("X1_Leaderboards", 403478); DictSNOTutorial.Add("X1_Leaderboards_Filters", 403350); DictSNOTutorial.Add("X1_Leaderboards_PersonalBest", 403349); DictSNOTutorial.Add("X1_LegendaryGemInventory", 405926); DictSNOTutorial.Add("X1_LegendaryGemUpgrade", 405928); DictSNOTutorial.Add("X1_LegendaryTransmog", 386882); DictSNOTutorial.Add("X1_LowerDifficulty", 368316); DictSNOTutorial.Add("X1_MailBox", 386555); DictSNOTutorial.Add("X1_MysteryItem", 371338); DictSNOTutorial.Add("X1_NephalemGlory_1", 375897); DictSNOTutorial.Add("X1_NephalemGlory_2", 375900); DictSNOTutorial.Add("X1_NephObelisk", 371279); DictSNOTutorial.Add("X1_NephRift", 371305); DictSNOTutorial.Add("X1_NewPotion", 368320); DictSNOTutorial.Add("X1_NewSkills", 368311); DictSNOTutorial.Add("X1_NonSeasonalItem", 403322); DictSNOTutorial.Add("X1_Paragon", 368348); DictSNOTutorial.Add("X1_ParagonUI", 368350); DictSNOTutorial.Add("X1_PoolsOfReflection_1", 377043); DictSNOTutorial.Add("X1_PoolsOfreflection_2", 377076); DictSNOTutorial.Add("X1_RegionMap", 368324); DictSNOTutorial.Add("X1_RegionMapOpen", 368325); DictSNOTutorial.Add("X1_RiftKeyEntry", 405673); DictSNOTutorial.Add("X1_RiftKeystone", 377430); DictSNOTutorial.Add("X1_RiftKeystoneComplete", 377439); DictSNOTutorial.Add("X1_RiftKeystoneInventory", 377433); DictSNOTutorial.Add("X1_SeasonalHero", 403158); DictSNOTutorial.Add("X1_SeasonalItem", 403336); DictSNOTutorial.Add("X1_SpecialCraftingMats", 386828); DictSNOTutorial.Add("X1_StashSeasonEnd", 409245); DictSNOTutorial.Add("X1_Transmog", 368357); DictSNOTutorial.Add("X1_Transmog_2", 375996); DictSNOTutorial.Add("X1_usingCache", 371219); DictSNOTutorial.Add("X1_WorldMapOpen", 368326); #endregion return DictSNOTutorial; } public static Dictionary LoadWeathers() { Dictionary DictSNOWeathers = new Dictionary(); #region Weather DictSNOWeathers.Add("a1dun_Butchers_Lair", 174100); DictSNOWeathers.Add("a1Dun_Cave_Goat", 86470); DictSNOWeathers.Add("a1Dun_Cave_Goat_Tyrael_Sword", 136143); DictSNOWeathers.Add("a1Dun_Cave_Mine", 86469); DictSNOWeathers.Add("a1Dun_Cave_Root", 86468); DictSNOWeathers.Add("a1dun_Leor01", 50467); DictSNOWeathers.Add("a1dun_Leor0_transition", 199542); DictSNOWeathers.Add("a1dun_Leor_Jail_01", 91178); DictSNOWeathers.Add("a1dun_Random_Weather", 206287); DictSNOWeathers.Add("a1dun_Tyrael_jail_01", 135738); DictSNOWeathers.Add("a2dun_Aqd_Weather1", 50468); DictSNOWeathers.Add("a2dun_Aqd_Weather_Special_01", 59488); DictSNOWeathers.Add("a2dun_Cald_Weather", 87426); DictSNOWeathers.Add("a2dun_Cave_A", 59133); DictSNOWeathers.Add("A2dun_Cave_Flooded_01", 132684); DictSNOWeathers.Add("a2dun_Spider_Caves_02", 50470); DictSNOWeathers.Add("a2dun_Swr_Adria_Weather1", 186342); DictSNOWeathers.Add("a2dun_Swr_Fcauseway_Weather_01", 211464); DictSNOWeathers.Add("a2dun_Swr_Weather1", 50473); DictSNOWeathers.Add("a2dun_Zolt_BossFight", 78928); DictSNOWeathers.Add("a2dun_Zolt_Random_Blood", 199766); DictSNOWeathers.Add("a2dun_Zolt_Random_Weather1", 50475); DictSNOWeathers.Add("a2dun_Zolt_Shadow_Realm", 75269); DictSNOWeathers.Add("a2dun_Zolt_Weather1", 50476); DictSNOWeathers.Add("a3dun_Azmodan_Arena", 123718); DictSNOWeathers.Add("a3Dun_Bridge", 82763); DictSNOWeathers.Add("a3Dun_Bridge_Interior", 171247); DictSNOWeathers.Add("a3dun_Crater_Lava_Level_azmo_entrance", 156320); DictSNOWeathers.Add("a3Dun_Crater_Level_01_Top", 192803); DictSNOWeathers.Add("a3Dun_Crater_Level_02_Middle", 193320); DictSNOWeathers.Add("a3Dun_Crater_Level_03_Bottom", 193321); DictSNOWeathers.Add("a3dun_Crater_Level_2", 78140); DictSNOWeathers.Add("a3dun_Crater_ST_Level_1", 81454); DictSNOWeathers.Add("a3Dun_Hub_AdriaTower_Weather_A", 186644); DictSNOWeathers.Add("a3dun_Hub_Outside", 200280); DictSNOWeathers.Add("a3dun_iceCaves_Weather_A", 188757); DictSNOWeathers.Add("a3Dun_Keep_A _War", 87550); DictSNOWeathers.Add("a3Dun_Keep_A", 50478); DictSNOWeathers.Add("a3Dun_Keep_A_Forge", 70419); DictSNOWeathers.Add("a3Dun_Keep_A_River", 87543); DictSNOWeathers.Add("a3dun_Keep_Gluttony_01", 163493); DictSNOWeathers.Add("a3Dun_Keep_Hub", 193465); DictSNOWeathers.Add("a3Dun_rmpt_A", 75198); DictSNOWeathers.Add("a3_Battlefield_CraterExit", 108114); DictSNOWeathers.Add("a3_Battlefield_Weather", 83053); DictSNOWeathers.Add("a3_Battlefield_Weather_BridgeTransition", 151701); DictSNOWeathers.Add("a3_Battlefield_Weather_DemonCatapult_FarFog", 165599); DictSNOWeathers.Add("a3_Battlefield_Weather_FarFog", 151029); DictSNOWeathers.Add("a4dun_Diablo_Arena_Weather", 138787); DictSNOWeathers.Add("a4dun_Diablo_Arena_Weather_altPhase", 195974); DictSNOWeathers.Add("a4dun_Diablo_ShadowRealm_01", 136180); DictSNOWeathers.Add("a4dun_Garden_1000monster_Entrance_Weather", 182945); DictSNOWeathers.Add("a4dun_Garden_1000monster_Weather", 173184); DictSNOWeathers.Add("a4dun_Garden_lvl2_Weather", 212141); DictSNOWeathers.Add("a4dun_Garden_SpireEntrance_Start", 198873); DictSNOWeathers.Add("a4dun_Garden_Weather", 103137); DictSNOWeathers.Add("a4dun_HellPortals", 205718); DictSNOWeathers.Add("a4dun_sigil_level_0", 213402); DictSNOWeathers.Add("a4dun_sigil_level_1", 213449); DictSNOWeathers.Add("a4dun_spire_corrupt_level_0", 199586); DictSNOWeathers.Add("a4dun_spire_corrupt_level_1", 151753); DictSNOWeathers.Add("a4dun_spire_corrupt_level_3", 152240); DictSNOWeathers.Add("a4dun_spire_corrupt_level_3_DE", 214225); DictSNOWeathers.Add("a4dun_Spire_Entrance_Weather", 191695); DictSNOWeathers.Add("a4dun_spire_exterior_Weather", 215070); DictSNOWeathers.Add("a4dun_spire_library", 136439); DictSNOWeathers.Add("BattleNet_Act2_Screen_Weather", 204138); DictSNOWeathers.Add("BattleNet_Act3Screen_Weather", 201715); DictSNOWeathers.Add("BattleNet_Act4Screen_Weather", 210516); DictSNOWeathers.Add("BattleNet_Act5Screen_Weather", 288105); DictSNOWeathers.Add("BattleNet_MainScreen_Weather", 148546); DictSNOWeathers.Add("caOut_BelialFight_Weather", 76616); DictSNOWeathers.Add("caOut_BelialIntro_Weather", 202320); DictSNOWeathers.Add("caOut_Boneyard_Weather", 50484); DictSNOWeathers.Add("caOut_Boneyard_ZKEntranceA_Weather", 54745); DictSNOWeathers.Add("caOUT_HoneyRoom_Cellar_Weather", 189555); DictSNOWeathers.Add("caOut_Hub_Inn_Weather", 174531); DictSNOWeathers.Add("caOUT_Mine_Abandoned_Cellar_Weather", 50485); DictSNOWeathers.Add("caOUT_OasisA_AqueductEntrance_Weather", 148882); DictSNOWeathers.Add("caOUT_OasisA_Water_Money_Weather", 198572); DictSNOWeathers.Add("caOUT_OasisA_Weather", 50486); DictSNOWeathers.Add("caOUT_OasisB_Weather", 110649); DictSNOWeathers.Add("caOut_Oasis_Cellar_Weather", 130664); DictSNOWeathers.Add("caOut_RefugeeCamp_Weather", 161974); DictSNOWeathers.Add("caOut_Town_CaldExt_Weather", 174677); DictSNOWeathers.Add("caOut_Town_Weather", 110641); DictSNOWeathers.Add("caOut_Weather_Alcarnus_Arena", 195799); DictSNOWeathers.Add("caOut_Weather_CanyonPass", 50488); DictSNOWeathers.Add("caOut_Weather_SandStorm", 50489); DictSNOWeathers.Add("caOut_Weather_SandStorm_Alcarnus", 50490); DictSNOWeathers.Add("LS_Dun_Exterior_01", 461516); DictSNOWeathers.Add("LS_Labyrinth_01", 461539); DictSNOWeathers.Add("LS_Pand_Hexmaze_01", 461364); DictSNOWeathers.Add("LS_px_Cave_01", 461522); DictSNOWeathers.Add("LS_px_FesteringWoods_Weather", 461119); DictSNOWeathers.Add("LS_x1_Catacombs_Dark_01", 461108); DictSNOWeathers.Add("LS_x1_Catacombs_Dark_02", 472222); DictSNOWeathers.Add("LS_x1_Cath_01", 461497); DictSNOWeathers.Add("LS_X1_Coast_01", 463406); DictSNOWeathers.Add("LS_x1_Crater_01", 462215); DictSNOWeathers.Add("LS_X1_fortress_01", 461227); DictSNOWeathers.Add("LS_x1_Graveyard_01", 461505); DictSNOWeathers.Add("LS_X1_Leor_01", 461466); DictSNOWeathers.Add("LS_x1_Library_01", 462995); DictSNOWeathers.Add("LS_x1_Library_03", 463279); DictSNOWeathers.Add("LS_X1_Pand_Ext_GateOverlook", 461081); DictSNOWeathers.Add("LS_x1_Spire_01", 461489); DictSNOWeathers.Add("LS_x1_westm_Deathorb_01", 461363); DictSNOWeathers.Add("LS_x1_westm_intro_01", 461233); DictSNOWeathers.Add("NoWeather", 50516); DictSNOWeathers.Add("NoWeatherDun", 50517); DictSNOWeathers.Add("p1_BelialFight_Weather_Overcast", 398806); DictSNOWeathers.Add("p1_Cald_Weather_Overcast", 397946); DictSNOWeathers.Add("p1_caOut_RefugeeCamp_Weather_Overcast", 397367); DictSNOWeathers.Add("p1_caOut_StingingWinds_Overcast", 397529); DictSNOWeathers.Add("p1_TGoblin_Weather_Gold_B", 403418); DictSNOWeathers.Add("p1_TGoblin_Weather_Gold_Boss", 403420); DictSNOWeathers.Add("p1_TieredRift_Challenge", 405914); DictSNOWeathers.Add("p2_DateDungeon", 409026); DictSNOWeathers.Add("p2_ScoundrelEvent", 409142); DictSNOWeathers.Add("p2_ScoundrelEvent_Rain", 409153); DictSNOWeathers.Add("p2_TotallyNotACowLevel", 434682); DictSNOWeathers.Add("p43_AD_ButcherRoom", 455671); DictSNOWeathers.Add("p43_AD_Catacombs", 453224); DictSNOWeathers.Add("p43_AD_Cathedral", 453221); DictSNOWeathers.Add("p43_AD_Caves", 453222); DictSNOWeathers.Add("p43_AD_DarkPassage", 453726); DictSNOWeathers.Add("p43_AD_HallsOfTheBlind", 454286); DictSNOWeathers.Add("p43_AD_Hell", 453223); DictSNOWeathers.Add("p43_AD_Tristram", 455587); DictSNOWeathers.Add("p43_AD_UnholyAltar", 454214); DictSNOWeathers.Add("p4_bounty_grounds_Neph_Weather_A", 443915); DictSNOWeathers.Add("p4_bounty_grounds_Zolt_Weather_A", 447039); DictSNOWeathers.Add("p4_Forest_Coast_Cellar_A_Weather", 434338); DictSNOWeathers.Add("p4_Forest_Coast_Cellar_A_Weather_Ext", 440227); DictSNOWeathers.Add("p4_Forest_Coast_Tower_A_02_C_Weather", 441661); DictSNOWeathers.Add("p4_Forest_Coast_Tower_snowy_Weather", 442402); DictSNOWeathers.Add("p4_Forest_Coast_Weather_A", 418888); DictSNOWeathers.Add("p4_Forest_Coast_Weather_A_noLightning", 439846); DictSNOWeathers.Add("p4_Forest_Coast_Weather_A_noRain_Effigy", 440230); DictSNOWeathers.Add("p4_Forest_Snow_Cellar_A", 445978); DictSNOWeathers.Add("p4_Forest_Snow_Weather_A", 443172); DictSNOWeathers.Add("p4_Forest_Snow_Weather_Dark", 443173); DictSNOWeathers.Add("p4_Forest_Snow_Weather_Dark_Clear", 449065); DictSNOWeathers.Add("p4_Forest_Snow_Weather_Heavy", 443175); DictSNOWeathers.Add("p4_Highlands_ManorInterior_Weather", 446199); DictSNOWeathers.Add("p4_Leoric_Estate_Ext_noRain", 442637); DictSNOWeathers.Add("p4_Leoric_Estate_Ext_Weather", 444426); DictSNOWeathers.Add("p4_Leoric_Library_Weather", 444486); DictSNOWeathers.Add("p4_LR_Forest_Coast_Black_LowFog_Bright", 446222); DictSNOWeathers.Add("P4_LR_Forest_Coast_Cave_Black_Dark", 446314); DictSNOWeathers.Add("P4_LR_Forest_Coast_Cave_CoolGrey_HiFog_Bright", 446312); DictSNOWeathers.Add("P4_LR_Forest_Coast_Cave_Orange_HiFog_Dark", 446313); DictSNOWeathers.Add("P4_LR_Forest_Coast_Cave_Weather_C", 446310); DictSNOWeathers.Add("P4_LR_Forest_Coast_Cave_Yellow_HiFog_Dark", 446311); DictSNOWeathers.Add("p4_LR_Forest_Coast_Grey_Rain_HiFog_Bright", 446306); DictSNOWeathers.Add("p4_LR_Forest_Coast_Teal_HiFog_Dark", 446303); DictSNOWeathers.Add("p4_LR_Forest_Coast_Violet_HiFog_Dark", 446307); DictSNOWeathers.Add("p4_LR_Forest_Coast_White_HiFog_Dark", 446305); DictSNOWeathers.Add("p4_LR_Forest_Coast_Yellow_LowFog_Dark", 446304); DictSNOWeathers.Add("p4_LR_ruins_frost_Blue_HiFog_Bright", 414565); DictSNOWeathers.Add("p4_LR_ruins_frost_snowy_HiFog_light", 414556); DictSNOWeathers.Add("p4_ruins_frost_ext_snowy_light_A", 404464); DictSNOWeathers.Add("p4_ruins_frost_ext_snowy_light_B", 441579); DictSNOWeathers.Add("P4_Ruins_Frost_FIRELAKE", 440026); DictSNOWeathers.Add("p4_ruins_frost_int_A", 404438); DictSNOWeathers.Add("p4_SetDung_Cru_Akkhan", 450215); DictSNOWeathers.Add("p6_Caves_Weather_A", 464613); DictSNOWeathers.Add("p6_Cave_Exit_01", 463783); DictSNOWeathers.Add("P6_Church_01", 454517); DictSNOWeathers.Add("P6_Church_02", 455123); DictSNOWeathers.Add("P6_Church_03", 455124); DictSNOWeathers.Add("P6_Church_04", 455995); DictSNOWeathers.Add("P6_Church_06", 457299); DictSNOWeathers.Add("p6_church_ext_A", 466368); DictSNOWeathers.Add("P6_Church_LR_01", 466130); DictSNOWeathers.Add("P6_Church_LR_02", 466125); DictSNOWeathers.Add("P6_Church_LR_03", 466126); DictSNOWeathers.Add("P6_Church_LR_04", 466127); DictSNOWeathers.Add("P6_Church_LR_05", 466128); DictSNOWeathers.Add("P6_Church_LR_06", 466129); DictSNOWeathers.Add("P6_Church_LR_07", 469214); DictSNOWeathers.Add("P6_Church_Red_Light", 466742); DictSNOWeathers.Add("p6_Moors_Cave_Well_01", 466323); DictSNOWeathers.Add("P6_Moor_01", 461731); DictSNOWeathers.Add("P6_Moor_06", 464844); DictSNOWeathers.Add("P6_Moor_LR_01", 454333); DictSNOWeathers.Add("P6_Moor_LR_02", 454358); DictSNOWeathers.Add("P6_Moor_LR_03", 454368); DictSNOWeathers.Add("P6_Moor_LR_04", 454613); DictSNOWeathers.Add("P6_Moor_LR_05", 455208); DictSNOWeathers.Add("P6_Moor_LR_06", 455494); DictSNOWeathers.Add("P6_Moor_LR_07", 455590); DictSNOWeathers.Add("P6_Moor_Night", 464881); DictSNOWeathers.Add("P6_TGoblin_Weather_Black_HiFog_Dark", 483117); DictSNOWeathers.Add("PvP_caOut_Weather_A", 102973); DictSNOWeathers.Add("PvP_GraveYard_Weather", 317464); DictSNOWeathers.Add("PvP_Neph_Arena_Weather", 133678); DictSNOWeathers.Add("px_Cave_A_Weather_B", 419084); DictSNOWeathers.Add("px_desert_01", 405372); DictSNOWeathers.Add("px_FesteringWoods_Weather", 415265); DictSNOWeathers.Add("px_LR_desert_Black_Rain_HiFog_Bright", 410785); DictSNOWeathers.Add("px_LR_desert_CoolGrey_HiFog_Bright", 410784); DictSNOWeathers.Add("px_LR_desert_LightBlue_HiFog_Bright", 410789); DictSNOWeathers.Add("px_LR_desert_Night_A", 410788); DictSNOWeathers.Add("px_LR_desert_Overcast", 410787); DictSNOWeathers.Add("px_LR_desert_Snowy_Grey", 410807); DictSNOWeathers.Add("px_LR_desert_Teal_HiFog_Dark", 410796); DictSNOWeathers.Add("px_LR_desert_Violet_HiFog_Bright", 410798); DictSNOWeathers.Add("px_LR_desert_White_HiFog_Dark", 410786); DictSNOWeathers.Add("px_LR_desert_Yellow_HiFog_Dark", 410799); DictSNOWeathers.Add("px_LR_FesteringWoods_White_HiFog_Dark", 415371); DictSNOWeathers.Add("px_LR_TristramFields_CoolGrey_HiFog_Dark", 414623); DictSNOWeathers.Add("px_LR_TristramFields_Green_HiFog_Bright", 414640); DictSNOWeathers.Add("px_LR_TristramFields_Grey_Rain_HiFog_Bright", 414628); DictSNOWeathers.Add("px_LR_TristramFields_Night_A", 414632); DictSNOWeathers.Add("px_LR_TristramFields_Orange_HiFog_Dark", 414633); DictSNOWeathers.Add("px_LR_TristramFields_Snowy_Grey", 414621); DictSNOWeathers.Add("px_LR_TristramFields_Teal_HiFog_Dark", 414626); DictSNOWeathers.Add("px_LR_TristramFields_Weather", 414669); DictSNOWeathers.Add("px_LR_TristramFields_Weather_Dark", 414668); DictSNOWeathers.Add("px_LR_TristramFields_White_HiFog_Dark", 415376); DictSNOWeathers.Add("px_LR_TristramFields_Yellow_LowFog_Dark", 414630); DictSNOWeathers.Add("Sewer_Level01", 50521); DictSNOWeathers.Add("test_caOut_Weather", 50523); DictSNOWeathers.Add("trDun_Cath01", 50535); DictSNOWeathers.Add("trDun_Caves_01_Dark", 2809); DictSNOWeathers.Add("trDun_Cave_Middle_Chasm_A", 55255); DictSNOWeathers.Add("trDun_Cave_Middle_LostCamp_A", 55353); DictSNOWeathers.Add("trDun_Cave_Middle_River_A", 55256); DictSNOWeathers.Add("trDun_Crypt01", 50542); DictSNOWeathers.Add("trDun_Crypt_king", 84883); DictSNOWeathers.Add("trOut_AdriasCellar_Weather", 156394); DictSNOWeathers.Add("trOut_Cellar_Weather", 80697); DictSNOWeathers.Add("trOut_FesteringWoods_Weather", 81143); DictSNOWeathers.Add("trOut_FesteringWoods_Weather_FarFog", 81438); DictSNOWeathers.Add("trOut_Highlands_Cellar_Weather", 173449); DictSNOWeathers.Add("trOUT_Highlands_DunExterior_weather", 103272); DictSNOWeathers.Add("trOUT_Highlands_ManorInterior_Outside_Weather", 89974); DictSNOWeathers.Add("trOUT_Highlands_ManorInterior_Outside_Weather_NoRain", 89977); DictSNOWeathers.Add("trOUT_Highlands_ManorInterior_Weather", 76511); DictSNOWeathers.Add("trOUT_Highlands_weather", 50545); DictSNOWeathers.Add("trOUT_Highlands_weather_Stormy", 132395); DictSNOWeathers.Add("trOUT_NewTristram_Weather_rainy", 63129); DictSNOWeathers.Add("trOUT_OldTristramWeather", 50549); DictSNOWeathers.Add("trOUT_OldTristramWeather_ChurchTransition", 149400); DictSNOWeathers.Add("trOut_Town", 78368); DictSNOWeathers.Add("trOut_TownAttack_weather", 98914); DictSNOWeathers.Add("trOut_TownAttack_Weather2", 138943); DictSNOWeathers.Add("trOUT_TristramFields_Weather", 50551); DictSNOWeathers.Add("trOUT_TristramFields_Weather_AlwatysRain", 182755); DictSNOWeathers.Add("trOut_Tristram_CainsHouse_Weather", 176063); DictSNOWeathers.Add("trOut_Tristram_LeahsRoom_Weather", 96361); DictSNOWeathers.Add("trOut_v2_Weather", 50554); DictSNOWeathers.Add("trOut_v2_Weather_FishingVillage", 50555); DictSNOWeathers.Add("trOut_Vendor_Curios_Weather", 173127); DictSNOWeathers.Add("trOut_Vendor_Tinker_Weather", 170635); DictSNOWeathers.Add("trOut_Weather", 50558); DictSNOWeathers.Add("trOut_Wilderness_GraveYard_Weather", 73997); DictSNOWeathers.Add("trOut_Wilderness_Weather", 63337); DictSNOWeathers.Add("trOut_Wortham_Cellar_Weather", 208931); DictSNOWeathers.Add("Uber_BossWorld1_B", 263503); DictSNOWeathers.Add("Uber_BossWorld2", 257169); DictSNOWeathers.Add("Uber_BossWorld2_Sun", 263072); DictSNOWeathers.Add("Uber_Boss_PortalWorld", 257554); DictSNOWeathers.Add("Weekly_Challenge_Hub_02", 470402); DictSNOWeathers.Add("X1_a3dun_Bridge_Dawn_A", 361264); DictSNOWeathers.Add("X1_a3dun_Bridge_Interior_Dawn", 377672); DictSNOWeathers.Add("X1_a3dun_Bridge_Transition_Dawn_A", 361312); DictSNOWeathers.Add("X1_a3Dun_Hub_AdriaTower_Weather_Night", 364001); DictSNOWeathers.Add("X1_a3Dun_Hub_AdriaTower_Weather_Warm", 364111); DictSNOWeathers.Add("X1_a3Dun_Hub_Outside_Night", 364101); DictSNOWeathers.Add("X1_a3Dun_Hub_Outside_Warm", 364112); DictSNOWeathers.Add("X1_a3Dun_Keep_Hub_Night", 364100); DictSNOWeathers.Add("X1_a3Dun_Keep_Hub_Warm", 361032); DictSNOWeathers.Add("X1_a3Dun_rmpt_A_Night", 368407); DictSNOWeathers.Add("X1_a3Dun_rmpt_A_Warm", 361039); DictSNOWeathers.Add("X1_a3_Battlefield_Weather_Night", 363946); DictSNOWeathers.Add("X1_a3_Battlefield_Weather_Warm", 361034); DictSNOWeathers.Add("x1_abattoir_showcase_02", 344508); DictSNOWeathers.Add("x1_abattoir_showcase_03", 353337); DictSNOWeathers.Add("x1_AdvMode_Bog_Dark", 374720); DictSNOWeathers.Add("x1_AdvMode_Bog_Overcast", 374719); DictSNOWeathers.Add("x1_AdvMode_westm_Graveyard_Night", 374713); DictSNOWeathers.Add("x1_AdvMode_westm_Graveyard_Overcast", 374714); DictSNOWeathers.Add("x1_AdvMode_westm_Hub_Weather_Safe_A_Night", 361073); DictSNOWeathers.Add("x1_AdvMode_westm_InBetween_Night", 369627); DictSNOWeathers.Add("x1_AdvMode_westm_InBetween_Overcast", 374696); DictSNOWeathers.Add("X1_BelialFight_Weather_Night", 371066); DictSNOWeathers.Add("x1_BogCave_WeatherB", 240952); DictSNOWeathers.Add("x1_BogCave_WeatherG", 254789); DictSNOWeathers.Add("x1_BogCave_WeatherG_2", 255228); DictSNOWeathers.Add("x1_Bog_FamilyCellar_A", 246475); DictSNOWeathers.Add("x1_Bog_Weather_Adria", 274956); DictSNOWeathers.Add("x1_Bog_Weather_Dark", 300099); DictSNOWeathers.Add("x1_Bog_Weather_Dark_2", 355230); DictSNOWeathers.Add("x1_Bog_Weather_Wickerman", 367651); DictSNOWeathers.Add("X1_Cald_Weather_Night", 370714); DictSNOWeathers.Add("X1_caOut_Boneyard_Night_A", 364096); DictSNOWeathers.Add("X1_caOUT_OasisA_Weather_Warm", 361904); DictSNOWeathers.Add("X1_caOut_RefugeeCamp_Weather_Night", 359669); DictSNOWeathers.Add("X1_caOut_StingingWinds_Night_A", 359529); DictSNOWeathers.Add("x1_Catacombs_Bright", 342478); DictSNOWeathers.Add("x1_Catacombs_Dark_01", 280673); DictSNOWeathers.Add("x1_Catacombs_Dark_01_Adria_Arena", 355959); DictSNOWeathers.Add("x1_Catacombs_Jeweler", 376321); DictSNOWeathers.Add("X1_Challenge_GenericWeather_TEST", 339239); DictSNOWeathers.Add("x1_fortress_Entrance_01", 342545); DictSNOWeathers.Add("x1_fortress_Level_01", 269448); DictSNOWeathers.Add("x1_fortress_Level_02", 328563); DictSNOWeathers.Add("x1_fortress_Level_02_Lastgen", 393907); DictSNOWeathers.Add("x1_fortress_malthael_entrance_01", 346419); DictSNOWeathers.Add("X1_GardensOfHope_Level01_Night", 368657); DictSNOWeathers.Add("X1_GardensOfHope_Level01_Overcast", 369154); DictSNOWeathers.Add("X1_GardensOfHope_Level02_Night", 368795); DictSNOWeathers.Add("X1_GardensOfHope_Level02_Overcast", 369182); DictSNOWeathers.Add("X1_Garden_1000monster_Entrance_Weather_Night", 369084); DictSNOWeathers.Add("X1_Garden_1000monster_Entrance_Weather_Overcast", 369591); DictSNOWeathers.Add("X1_Garden_1000monster_Weather_Night", 369102); DictSNOWeathers.Add("X1_Garden_1000monster_Weather_Overcast", 369598); DictSNOWeathers.Add("X1_Garden_SpireEntrance_Night", 368873); DictSNOWeathers.Add("X1_Garden_SpireEntrance_Start_Night", 368866); DictSNOWeathers.Add("x1_heaven_breakup_01", 337943); DictSNOWeathers.Add("x1_heaven_breakup_01_interior_Dark", 344048); DictSNOWeathers.Add("X1_LR_Abattoir_Black_LowFog_Dark", 345443); DictSNOWeathers.Add("X1_LR_Abattoir_Blue_HiFog_Dark", 345465); DictSNOWeathers.Add("X1_LR_Abattoir_CoolGrey_HiFog_Dark", 345459); DictSNOWeathers.Add("X1_LR_Abattoir_Orange_HiFog_Dark", 345448); DictSNOWeathers.Add("X1_LR_Abattoir_RedLowSat_HiFog_Dark", 345450); DictSNOWeathers.Add("X1_LR_Abattoir_Violet_HiFog_Bright", 345449); DictSNOWeathers.Add("X1_LR_Abattoir_Yellow_LowFog_Dark", 345460); DictSNOWeathers.Add("X1_LR_Aqueducts_Black_HiFog_Dark", 339451); DictSNOWeathers.Add("X1_LR_Aqueducts_Blue_LowFog_Dark", 339454); DictSNOWeathers.Add("X1_LR_Aqueducts_CoolGrey_HiFog_Dark", 339455); DictSNOWeathers.Add("X1_LR_Aqueducts_Green_HiFog_Bright", 339465); DictSNOWeathers.Add("X1_LR_Aqueducts_Orange_HiFog_Bright", 339474); DictSNOWeathers.Add("X1_LR_Aqueducts_RedSat_HiFog_Bright", 339462); DictSNOWeathers.Add("X1_LR_Aqueducts_Yellow_LowFog_Dark", 339457); DictSNOWeathers.Add("X1_LR_BattlefieldsBridge_Black_HiFog_Bright", 353538); DictSNOWeathers.Add("X1_LR_BattlefieldsBridge_LightBlue_HiFog_Bright", 353633); DictSNOWeathers.Add("X1_LR_BattlefieldsBridge_Orange_HiFog_Bright", 353523); DictSNOWeathers.Add("X1_LR_BattlefieldsBridge_RedSat_HiFog_Bright", 353565); DictSNOWeathers.Add("X1_LR_Black_LowFog_Dark", 301153); DictSNOWeathers.Add("X1_LR_BogCave_Black_HiFog_Bright", 345439); DictSNOWeathers.Add("X1_LR_BogCave_CoolGrey_LowFog_Dark", 345435); DictSNOWeathers.Add("X1_LR_BogCave_Orange_LowFog_Dark", 345434); DictSNOWeathers.Add("X1_LR_BogCave_Red_LowFog_Dark", 345436); DictSNOWeathers.Add("X1_LR_BogCave_Teal_HiFog_Dark", 345440); DictSNOWeathers.Add("X1_LR_BogCave_Violet_HiFog_Bright", 345441); DictSNOWeathers.Add("X1_LR_BogCave_Yellow_LowFog_Dark", 345428); DictSNOWeathers.Add("X1_LR_Bog_Black_Rain_HiFog_Bright", 373750); DictSNOWeathers.Add("X1_LR_Bog_Blue_HiFog_Bright", 344455); DictSNOWeathers.Add("X1_LR_Bog_CoolGrey_HiFog_Bright", 344456); DictSNOWeathers.Add("X1_LR_Bog_Grey_Rain_HiFog_Bright", 373742); DictSNOWeathers.Add("X1_LR_Bog_Orange_HiFog_Dark", 344457); DictSNOWeathers.Add("x1_LR_Bog_Red_Overlook", 373731); DictSNOWeathers.Add("X1_LR_Bog_Teal_HiFog_Dark", 344460); DictSNOWeathers.Add("X1_LR_Bog_Violet_HiFog_Bright", 344458); DictSNOWeathers.Add("X1_LR_Bog_White_HiFog_Dark", 344492); DictSNOWeathers.Add("X1_LR_Bog_Yellow_LowFog_Dark", 344479); DictSNOWeathers.Add("X1_LR_Boneyards_Black_HiFog_Bright", 373765); DictSNOWeathers.Add("X1_LR_Boneyards_Black_Rain_HiFog_Bright", 373770); DictSNOWeathers.Add("X1_LR_Boneyards_Blue_HiFog_Bright", 373773); DictSNOWeathers.Add("X1_LR_Boneyards_Grey_Rain_HiFog_Bright", 373771); DictSNOWeathers.Add("X1_LR_Boneyards_Orange_HiFog_Dark", 373766); DictSNOWeathers.Add("X1_LR_Boneyards_Red_LowFog_Bright", 373775); DictSNOWeathers.Add("X1_LR_Boneyards_Teal_HiFog_Dark", 373767); DictSNOWeathers.Add("X1_LR_Boneyards_Violet_HiFog_Bright", 373768); DictSNOWeathers.Add("X1_LR_BossKill_White_HighFog_Bright", 362460); DictSNOWeathers.Add("X1_LR_BossSpawn_Black_HiFog_Dark", 362462); DictSNOWeathers.Add("X1_LR_Catacombs_Black_HiFog_Bright", 345402); DictSNOWeathers.Add("X1_LR_Catacombs_CoolGrey_HiFog_Dark", 345199); DictSNOWeathers.Add("X1_LR_Catacombs_Orange_HiFog_Dark", 345397); DictSNOWeathers.Add("X1_LR_Catacombs_RedSat_HiFog_Dark", 345202); DictSNOWeathers.Add("X1_LR_Catacombs_Violet_HiFog_Bright", 345203); DictSNOWeathers.Add("X1_LR_Catacombs_Yellow_LowFog_Dark", 345395); DictSNOWeathers.Add("X1_LR_Cath_Black_LowFog_Dark", 339400); DictSNOWeathers.Add("X1_LR_Cath_Blue_LowFog_Dark", 339392); DictSNOWeathers.Add("X1_LR_Cath_CoolGrey_HiFog_Dark", 339401); DictSNOWeathers.Add("X1_LR_Cath_Orange_HiFog_Dark", 339388); DictSNOWeathers.Add("X1_LR_Cath_Red_LowFog_Bright", 339403); DictSNOWeathers.Add("X1_LR_Cath_TealRed_HiFog_Dark", 339444); DictSNOWeathers.Add("X1_LR_Cath_Teal_HiFog_Dark", 339399); DictSNOWeathers.Add("X1_LR_Cath_Yellow_LowFog_Dark", 339390); DictSNOWeathers.Add("X1_LR_CorruptSpire_Black_HiFog_Bright", 339490); DictSNOWeathers.Add("X1_LR_CorruptSpire_Blue_LowFog_Bright", 339497); DictSNOWeathers.Add("X1_LR_CorruptSpire_Orange_HiFog_Bright", 339484); DictSNOWeathers.Add("X1_LR_CorruptSpire_Teal_LowFog_Bright", 339503); DictSNOWeathers.Add("X1_LR_CorruptSpire_Violet_HiFog_Dark", 339488); DictSNOWeathers.Add("X1_LR_CorruptSpire_Yellow_LowFog_Dark", 339502); DictSNOWeathers.Add("X1_LR_CraterTowers_Black_LowFog_Bright", 355660); DictSNOWeathers.Add("X1_LR_CraterTowers_Orange_LowFog_Bright", 355666); DictSNOWeathers.Add("X1_LR_CraterTowers_Red_LowFog_Bright", 355643); DictSNOWeathers.Add("X1_LR_CraterTowers_Violet_LowFog_Bright", 355654); DictSNOWeathers.Add("X1_LR_CraterTowers_Yellow_LowFog_Bright", 355650); DictSNOWeathers.Add("X1_LR_Crater_Black_HiFog_Bright", 339518); DictSNOWeathers.Add("X1_LR_Crater_Blue_HiFog_Dark", 339880); DictSNOWeathers.Add("X1_LR_Crater_CoolGrey_HiFog_Bright", 339882); DictSNOWeathers.Add("X1_LR_Crater_Orange_HiFog_Bright", 359892); DictSNOWeathers.Add("X1_LR_Crater_Teal_LowFog_Bright", 339524); DictSNOWeathers.Add("X1_LR_Crater_Violet_HiFog_Bright", 339887); DictSNOWeathers.Add("X1_LR_Crater_Yellow_HiFog_Dark", 339515); DictSNOWeathers.Add("X1_LR_Crypt_Black_HiFog_Bright", 339952); DictSNOWeathers.Add("X1_LR_Crypt_Blue_HiFog_Dark", 339906); DictSNOWeathers.Add("X1_LR_Crypt_CoolGrey_HiFog_Bright", 339913); DictSNOWeathers.Add("X1_LR_Crypt_Orange_HiFog_Bright", 339947); DictSNOWeathers.Add("X1_LR_Crypt_Red_LowFog_Bright", 339951); DictSNOWeathers.Add("X1_LR_Crypt_Violet_HiFog_Bright", 339897); DictSNOWeathers.Add("X1_LR_FesteringWoods_Black_LowFog_Bright", 353822); DictSNOWeathers.Add("X1_LR_FesteringWoods_Blue_LowFog_Dark", 353838); DictSNOWeathers.Add("X1_LR_FesteringWoods_CoolGrey_HiFog_Bright", 353844); DictSNOWeathers.Add("X1_LR_FesteringWoods_Orange_HiFog_Dark", 353850); DictSNOWeathers.Add("X1_LR_FesteringWoods_RedLowSat_HiFog_Dark", 353829); DictSNOWeathers.Add("X1_LR_FesteringWoods_Teal_HiFog_Dark", 353845); DictSNOWeathers.Add("X1_LR_FesteringWoods_Violet_HiFog_Bright", 353835); DictSNOWeathers.Add("X1_LR_FloodedCave_Black_HiFog_Bright", 343049); DictSNOWeathers.Add("X1_LR_FloodedCave_Blue_HiFog_Dark", 343050); DictSNOWeathers.Add("X1_LR_FloodedCave_Green_LowFog_Dark", 343052); DictSNOWeathers.Add("X1_LR_FloodedCave_Orange_HiFog_Dark", 343060); DictSNOWeathers.Add("X1_LR_FloodedCave_RedSat_HiFog_Dark", 343057); DictSNOWeathers.Add("X1_LR_FloodedCave_Teal_LowFog_Bright", 343074); DictSNOWeathers.Add("X1_LR_Fortress_Black_HiFog_Bright", 344529); DictSNOWeathers.Add("X1_LR_Fortress_Blue_HiFog_Bright", 344530); DictSNOWeathers.Add("X1_LR_Fortress_CoolGrey_HiFog_Dark", 344753); DictSNOWeathers.Add("X1_LR_Fortress_DarkRed_HiFog_Dark", 345096); DictSNOWeathers.Add("X1_LR_Fortress_DarkYellow_HiFog_Dark", 344827); DictSNOWeathers.Add("X1_LR_Fortress_Green_HiFog_Dark", 345100); DictSNOWeathers.Add("X1_LR_Fortress_Orange_HiFog_Dark", 345104); DictSNOWeathers.Add("X1_LR_Fortress_Yellow_LowFog_Dark", 345102); DictSNOWeathers.Add("X1_LR_GardensOfHope_DarkBlue_HiFog_Bright", 354903); DictSNOWeathers.Add("X1_LR_GardensOfHope_LightBlue_HiFog_Bright", 354201); DictSNOWeathers.Add("X1_LR_GardensOfHope_Original_Orange_A", 359176); DictSNOWeathers.Add("X1_LR_GardensOfHope_Red_HiFog_Bright", 354729); DictSNOWeathers.Add("X1_LR_Graveyard_Black_LowFog_Bright", 370120); DictSNOWeathers.Add("X1_LR_Graveyard_Blue_LowFog_Dark", 370118); DictSNOWeathers.Add("X1_LR_Graveyard_Grey_Rain_HiFog_Bright", 370132); DictSNOWeathers.Add("X1_LR_Graveyard_Orange_HiFog_Dark", 370119); DictSNOWeathers.Add("X1_LR_Graveyard_Red_LowFog_Bright", 370122); DictSNOWeathers.Add("X1_LR_Graveyard_Teal_HiFog_Dark", 370124); DictSNOWeathers.Add("X1_LR_Graveyard_Violet_HiFog_Bright", 370127); DictSNOWeathers.Add("X1_LR_Graveyard_Yellow_HiFog_Dark", 370129); DictSNOWeathers.Add("X1_LR_HellPortal_Black_HiFog_Bright", 374578); DictSNOWeathers.Add("X1_LR_HellPortal_Blue_HiFog_Dark", 374579); DictSNOWeathers.Add("X1_LR_HellPortal_CoolGrey_HiFog_Bright", 374580); DictSNOWeathers.Add("X1_LR_HellPortal_Teal_LowFog_Bright", 374581); DictSNOWeathers.Add("X1_LR_HellPortal_Violet_HiFog_Bright", 374582); DictSNOWeathers.Add("X1_LR_HellPortal_Yellow_HiFog_Dark", 374583); DictSNOWeathers.Add("X1_LR_Hexmaze_Black_HiFog_Bright", 345133); DictSNOWeathers.Add("X1_LR_Hexmaze_Blue_HiFog_Dark", 345178); DictSNOWeathers.Add("X1_LR_Hexmaze_CoolGrey_HiFog_Dark", 345139); DictSNOWeathers.Add("X1_LR_Hexmaze_RedSat_HiFog_Dark", 345140); DictSNOWeathers.Add("X1_LR_Hexmaze_Violet_HiFog_Bright", 345130); DictSNOWeathers.Add("X1_LR_Hexmaze_Yellow_LowFog_Dark", 345156); DictSNOWeathers.Add("X1_LR_Highlands_Black_LowFog_Bright", 370268); DictSNOWeathers.Add("X1_LR_Highlands_Blue_LowFog_Dark", 370270); DictSNOWeathers.Add("X1_LR_Highlands_Grey_Rain_HiFog_Bright", 370267); DictSNOWeathers.Add("X1_LR_Highlands_Orange_HiFog_Dark", 370271); DictSNOWeathers.Add("X1_LR_Highlands_Red_LowFog_Bright", 370276); DictSNOWeathers.Add("X1_LR_Highlands_Teal_HiFog_Dark", 370277); DictSNOWeathers.Add("X1_LR_Highlands_Violet_HiFog_Bright", 370278); DictSNOWeathers.Add("X1_LR_Highlands_Yellow_HiFog_Dark", 370279); DictSNOWeathers.Add("X1_LR_IceCave_Black_HiFog_Dark", 343078); DictSNOWeathers.Add("X1_LR_IceCave_DarkRed_HiFog_Dark", 343096); DictSNOWeathers.Add("X1_LR_IceCave_DarkYellow_HiFog_Dark", 343092); DictSNOWeathers.Add("X1_LR_IceCave_Green_HiFog_Bright", 343076); DictSNOWeathers.Add("X1_LR_IceCave_Yellow_HiFog_Dark", 343087); DictSNOWeathers.Add("X1_LR_Keep_Black_HiFog_Bright", 374587); DictSNOWeathers.Add("X1_LR_Keep_Blue_LowFog_Bright", 374592); DictSNOWeathers.Add("X1_LR_Keep_Green_LowFog_Bright", 374593); DictSNOWeathers.Add("X1_LR_Keep_Red_HiFog_Dark", 374588); DictSNOWeathers.Add("X1_LR_Keep_Teal_LowFog_Dark", 374591); DictSNOWeathers.Add("X1_LR_Keep_WarmGrey_HiFog_Dark", 374589); DictSNOWeathers.Add("X1_LR_Keep_Yellow_HiFog_Dark", 374590); DictSNOWeathers.Add("X1_LR_Keep_Yellow_HiFog_Dark_spore", 402012); DictSNOWeathers.Add("X1_LR_LeoricsJail_Black_HiFog_Bright", 343410); DictSNOWeathers.Add("X1_LR_LeoricsJail_Black_HiFog_Dark", 343412); DictSNOWeathers.Add("X1_LR_LeoricsJail_DarkRed_HiFog_Dark", 343413); DictSNOWeathers.Add("X1_LR_LeoricsJail_DarkYellow_HiFog_Dark", 343414); DictSNOWeathers.Add("X1_LR_LeoricsJail_Green_HiFog_Dark", 343411); DictSNOWeathers.Add("X1_LR_LeoricsJail_Orange_HiFog_Dark", 343409); DictSNOWeathers.Add("X1_LR_LeoricsJail_WarmGrey_HiFog_Bright", 343416); DictSNOWeathers.Add("X1_LR_Leorics_Black_HiFog_Dark", 343199); DictSNOWeathers.Add("X1_LR_Leorics_Black_LowFog_Bright", 343198); DictSNOWeathers.Add("X1_LR_Leorics_Blue_HiFog_Dark", 343201); DictSNOWeathers.Add("X1_LR_Leorics_CoolGrey_HiFog_Dark", 343202); DictSNOWeathers.Add("X1_LR_Leorics_Green_HiFog_Bright", 343205); DictSNOWeathers.Add("X1_LR_Leorics_Teal_HiFog_Dark", 343203); DictSNOWeathers.Add("X1_LR_Leorics_Yellow_HiFog_Dark", 343204); DictSNOWeathers.Add("X1_LR_Oasis_Black_HiFog_Bright", 344140); DictSNOWeathers.Add("X1_LR_Oasis_Black_HiFog_Dark", 344141); DictSNOWeathers.Add("X1_LR_Oasis_CoolGrey_HiFog_Dark", 344147); DictSNOWeathers.Add("X1_LR_Oasis_Green_HiFog_Bright", 344150); DictSNOWeathers.Add("X1_LR_Oasis_RedSat_HiFog_Dark", 344144); DictSNOWeathers.Add("X1_LR_Oasis_Teal_HiFog_Dark", 344151); DictSNOWeathers.Add("X1_LR_Oasis_Violet_HiFog_Bright", 344145); DictSNOWeathers.Add("X1_LR_Oasis_White_HiFog_Dark", 344148); DictSNOWeathers.Add("X1_LR_Oasis_Yellow_HiFog_Dark", 344146); DictSNOWeathers.Add("X1_LR_PandExt_BatteringRam_Blue", 374229); DictSNOWeathers.Add("X1_LR_PandExt_Black_HiFog_Bright", 374380); DictSNOWeathers.Add("X1_LR_PandExt_darkRed", 374317); DictSNOWeathers.Add("X1_LR_PandExt_GateOverlook_Orange", 374228); DictSNOWeathers.Add("X1_LR_PandExt_Original_A", 374218); DictSNOWeathers.Add("X1_LR_PandExt_Overcast", 374331); DictSNOWeathers.Add("X1_LR_Pony_Black_HiFog_Bright", 374626); DictSNOWeathers.Add("X1_LR_Pony_Black_HiFog_Dark", 374627); DictSNOWeathers.Add("X1_LR_Pony_Blue_HiFog_Dark", 374628); DictSNOWeathers.Add("X1_LR_Pony_CoolGrey_HiFog_Dark", 374629); DictSNOWeathers.Add("X1_LR_Pony_Orange_HiFog_Dark", 374630); DictSNOWeathers.Add("X1_LR_Pony_Original_Weather", 374635); DictSNOWeathers.Add("X1_LR_Pony_RedLowSat_HiFog_Dark", 374631); DictSNOWeathers.Add("X1_LR_Pony_Teal_HiFog_Dark", 374632); DictSNOWeathers.Add("X1_LR_Pony_Violet_HiFog_Bright", 374633); DictSNOWeathers.Add("X1_LR_Ramparts_Black_HiFog_Bright", 374498); DictSNOWeathers.Add("X1_LR_Ramparts_Blue_Night", 374492); DictSNOWeathers.Add("X1_LR_Ramparts_Grey", 374499); DictSNOWeathers.Add("X1_LR_Ramparts_Orange", 374491); DictSNOWeathers.Add("X1_LR_Ramparts_Red", 374494); DictSNOWeathers.Add("X1_LR_Ramparts_Yellow", 374507); DictSNOWeathers.Add("X1_LR_RedSat_HiFog_Bright", 301368); DictSNOWeathers.Add("X1_LR_RootCave_Black_HiFog_Bright", 343419); DictSNOWeathers.Add("X1_LR_RootCave_Black_HiFog_Dark", 343420); DictSNOWeathers.Add("X1_LR_RootCave_Blue_HiFog_Dark", 343421); DictSNOWeathers.Add("X1_LR_RootCave_Green_LowFog_Dark", 343422); DictSNOWeathers.Add("X1_LR_RootCave_Orange_HiFog_Dark", 343423); DictSNOWeathers.Add("X1_LR_RootCave_Violet_HiFog_Bright", 343424); DictSNOWeathers.Add("X1_LR_RootCave_White_HiFog_Dark", 343426); DictSNOWeathers.Add("X1_LR_RootCave_Yellow_LowFog_Dark", 343425); DictSNOWeathers.Add("X1_LR_Sewers_Black_HiFog_Bright", 343428); DictSNOWeathers.Add("X1_LR_Sewers_Blue_HiFog_Bright", 343427); DictSNOWeathers.Add("X1_LR_Sewers_Orange_HiFog_Dark", 343431); DictSNOWeathers.Add("X1_LR_Sewers_RedSat_HiFog_Dark", 343433); DictSNOWeathers.Add("X1_LR_Sewers_Violet_HiFog_Bright", 343432); DictSNOWeathers.Add("X1_LR_Sewers_White_HiFog_Dark", 343445); DictSNOWeathers.Add("X1_LR_Sewers_Yellow_LowFog_Dark", 343430); DictSNOWeathers.Add("X1_LR_SpiderCaves_Black_HiFog_Bright", 343117); DictSNOWeathers.Add("X1_LR_SpiderCaves_Black_HiFog_Dark", 343115); DictSNOWeathers.Add("X1_LR_SpiderCaves_Blue_HiFog_Dark", 343118); DictSNOWeathers.Add("X1_LR_SpiderCaves_CoolGrey_HiFog_Dark", 343119); DictSNOWeathers.Add("X1_LR_SpiderCaves_Orange_HiFog_Dark", 343114); DictSNOWeathers.Add("X1_LR_SpiderCaves_RedLowSat_HiFog_Dark", 343120); DictSNOWeathers.Add("X1_LR_SpiderCaves_Teal_HiFog_Dark", 343121); DictSNOWeathers.Add("X1_LR_SpiderCaves_Violet_HiFog_Bright", 343125); DictSNOWeathers.Add("X1_LR_TristramFields_Black_LowFog_Bright", 344125); DictSNOWeathers.Add("X1_LR_TristramFields_Blue_LowFog_Dark", 343966); DictSNOWeathers.Add("X1_LR_TristramFields_Orange_HiFog_Dark", 344107); DictSNOWeathers.Add("X1_LR_TristramFields_RedLowSat_HiFog_Dark", 343971); DictSNOWeathers.Add("X1_LR_TristramFields_Teal_HiFog_Dark", 344128); DictSNOWeathers.Add("X1_LR_TristramFields_Violet_HiFog_Bright", 344108); DictSNOWeathers.Add("X1_LR_Westmarch_Black_HiFog_Bright", 344166); DictSNOWeathers.Add("X1_LR_Westmarch_Black_HiFog_Dark", 344167); DictSNOWeathers.Add("X1_LR_Westmarch_Blue_HiFog_Dark", 344175); DictSNOWeathers.Add("X1_LR_Westmarch_CoolGrey_HiFog_Dark", 344163); DictSNOWeathers.Add("X1_LR_Westmarch_DarkYellow_HiFog_Dark", 344171); DictSNOWeathers.Add("X1_LR_Westmarch_Grey_Rain_HiFog_Bright", 364172); DictSNOWeathers.Add("X1_LR_Westmarch_Orange_HiFog_Dark", 344165); DictSNOWeathers.Add("X1_LR_Westmarch_RedLowSat_HiFog_Dark", 344172); DictSNOWeathers.Add("X1_LR_Westmarch_Violet_HiFog_Bright", 344178); DictSNOWeathers.Add("X1_LR_Westmarch_Yellow_LowFog_Dark", 344176); DictSNOWeathers.Add("X1_LR_White_HiFog_Bright", 301130); DictSNOWeathers.Add("X1_LR_Wilderness_Black_LowFog_Bright", 370298); DictSNOWeathers.Add("X1_LR_Wilderness_Blue_LowFog_Dark", 370299); DictSNOWeathers.Add("X1_LR_Wilderness_Grey_Rain_HiFog_Bright", 370300); DictSNOWeathers.Add("X1_LR_Wilderness_Orange_HiFog_Dark", 370301); DictSNOWeathers.Add("X1_LR_Wilderness_Red_LowFog_Bright", 370302); DictSNOWeathers.Add("X1_LR_Wilderness_Teal_HiFog_Dark", 370303); DictSNOWeathers.Add("X1_LR_Wilderness_Violet_HiFog_Bright", 370304); DictSNOWeathers.Add("X1_LR_Wilderness_Yellow_HiFog_Dark", 370305); DictSNOWeathers.Add("X1_LR_WormCaves_Black_HiFog_Bright", 343461); DictSNOWeathers.Add("X1_LR_WormCaves_Blue_HiFog_Dark", 343466); DictSNOWeathers.Add("X1_LR_WormCaves_Orange_HiFog_Dark", 343468); DictSNOWeathers.Add("X1_LR_WormCaves_RedLowSat_HiFog_Dark", 343469); DictSNOWeathers.Add("X1_LR_WormCaves_Teal_HiFog_Dark", 343471); DictSNOWeathers.Add("X1_LR_WormCaves_Violet_HiFog_Bright", 343477); DictSNOWeathers.Add("X1_LR_WormCaves_White_LowFog_Dark", 343478); DictSNOWeathers.Add("X1_LR_WormCaves_Yellow_LowFog_Dark", 343475); DictSNOWeathers.Add("X1_LR_Wortham_Black_HiFog_Bright", 355622); DictSNOWeathers.Add("X1_LR_Wortham_CoolGrey_HiFog_Bright", 355613); DictSNOWeathers.Add("X1_LR_Wortham_Orange_HiFog_Bright", 355620); DictSNOWeathers.Add("X1_LR_Wortham_RedLowSat_HiFog_Dark", 355626); DictSNOWeathers.Add("X1_LR_Wortham_Violet_HiFog_Bright", 355616); DictSNOWeathers.Add("X1_LR_Wortham_Yellow_LowFog_Dark", 355627); DictSNOWeathers.Add("X1_LR_ZoltArchives_Black_HiFog_Bright", 343499); DictSNOWeathers.Add("X1_LR_ZoltArchives_Blue_HiFog_Dark", 343506); DictSNOWeathers.Add("X1_LR_ZoltArchives_Orange_HiFog_Bright", 343480); DictSNOWeathers.Add("X1_LR_ZoltArchives_RedLowSat_HiFog_Dark", 343511); DictSNOWeathers.Add("X1_LR_ZoltArchives_WarmGrey_HiFog_Bright", 343513); DictSNOWeathers.Add("X1_LR_ZoltArchives_Yellow_LowFog_Dark", 343512); DictSNOWeathers.Add("X1_LR_ZoltRuins_Black_HiFog_Dark", 343525); DictSNOWeathers.Add("X1_LR_ZoltRuins_Blue_HiFog_Dark", 343575); DictSNOWeathers.Add("X1_LR_ZoltRuins_RedSat_HiFog_Dark", 343570); DictSNOWeathers.Add("X1_LR_ZoltRuins_Teal_HiFog_Dark", 343577); DictSNOWeathers.Add("X1_LR_ZoltRuins_Violet_HiFog_Bright", 343549); DictSNOWeathers.Add("X1_LR_ZoltRuins_WarmGrey_HiFog_Bright", 343524); DictSNOWeathers.Add("X1_LR_ZoltRuins_Yellow_LowFog_Dark", 343571); DictSNOWeathers.Add("x1_Malthael_Boss_Arena_Aftermath_Weather_Test", 356448); DictSNOWeathers.Add("x1_PandExt_HexMaze_B", 355708); DictSNOWeathers.Add("x1_PandExt_HexMaze_C", 357774); DictSNOWeathers.Add("x1_PandExt_HexMaze_EN", 369785); DictSNOWeathers.Add("x1_PandExt_HexMaze_EN2", 369786); DictSNOWeathers.Add("x1_Pand_BatteringRam_A", 284826); DictSNOWeathers.Add("x1_Pand_Ext_240_NSW_Event_Sandrock_Ambush_Weather", 300857); DictSNOWeathers.Add("X1_Pand_Ext_BatteringRam_Entrance_A", 356494); DictSNOWeathers.Add("x1_Pand_Ext_Cellar_Weather_B", 300045); DictSNOWeathers.Add("X1_Pand_Ext_GateOverlook", 351448); DictSNOWeathers.Add("X1_Pand_Ext_Level_01", 328506); DictSNOWeathers.Add("X1_Pand_Ext_Level_02", 328505); DictSNOWeathers.Add("x1_Pand_Ext_TimeBubble", 339896); DictSNOWeathers.Add("X1_Spire_Exterior_Weather_Night", 368962); DictSNOWeathers.Add("X1_Spire_Exterior_Weather_Overcast", 369185); DictSNOWeathers.Add("X1_trOut_FesteringWoods_Weather_FarFog_Cool", 361135); DictSNOWeathers.Add("X1_trOut_Fields_Weather_Dark", 361024); DictSNOWeathers.Add("X1_trOut_Highlands_weather_Night", 371223); DictSNOWeathers.Add("X1_trOUT_Tristram_Weather_Dawn", 360921); DictSNOWeathers.Add("x1_Urzael_Boss_Arena_01", 333844); DictSNOWeathers.Add("x1_westm_AllTiles_connected_v2", 253421); DictSNOWeathers.Add("x1_Westm_Cath_Int_Weather_B", 309813); DictSNOWeathers.Add("x1_westm_fire1", 291340); DictSNOWeathers.Add("x1_westm_fire_showcase", 303474); DictSNOWeathers.Add("x1_westm_Graveyard_A", 264469); DictSNOWeathers.Add("x1_westm_Graveyard_B", 273324); DictSNOWeathers.Add("x1_westm_hub_fire1", 375877); DictSNOWeathers.Add("x1_westm_Hub_Weather_Safe_A", 315939); DictSNOWeathers.Add("x1_westm_Hub_Weather_Safe_Overcast", 374707); DictSNOWeathers.Add("x1_westm_intro_Bridge", 330766); DictSNOWeathers.Add("x1_westm_Int_Cellar_Weather_01", 302470); DictSNOWeathers.Add("x1_westm_int_weather01", 314637); DictSNOWeathers.Add("x1_westm_int_weather02", 315017); DictSNOWeathers.Add("x1_westm_Overlook_B_Weather", 310834); DictSNOWeathers.Add("x1_westm_Overlook_B_Weather_vol_start", 329307); DictSNOWeathers.Add("x1_westm_showcase_02_InBetween", 322717); DictSNOWeathers.Add("x1_westm_showcase_02_InBetween_Alley", 328903); DictSNOWeathers.Add("x1_westm_showcase_02_InBetween_Overlook", 329162); DictSNOWeathers.Add("x1_westm_showcase_Vista", 297809); DictSNOWeathers.Add("x1_westm_warehouse_weather_01", 305603); #endregion return DictSNOWeathers; } public static Dictionary LoadWorlds() { return Enum.GetValues().Where(x => x != WorldSno.__NONE).ToDictionary(x => x.ToString(), x => (int)x); } } }