You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1358 lines
70 KiB
1358 lines
70 KiB
|
2 years ago
|
-------------------------------------------------------
|
||
|
|
-- C U S T O M H E A D E R S M O D U L E --
|
||
|
|
-------------------------------------------------------
|
||
|
|
local appName, _ = ...;
|
||
|
|
local L = _.L;
|
||
|
|
local simplifiedLocale = string.sub(GetLocale(),1,2);
|
||
|
|
|
||
|
|
_.HeaderConstants = {
|
||
|
|
ACHIEVEMENTS = -1000004,
|
||
|
|
ARTIFACTS = -1000090,
|
||
|
|
AZERITE_ESSENCES = -1000073,
|
||
|
|
BONUS_OBJECTIVES = -1000005,
|
||
|
|
BREWFEST_HEADER = -1000241,
|
||
|
|
BUILDINGS = -1000085,
|
||
|
|
CALL_OF_THE_SCARAB_HEADER = -1000242,
|
||
|
|
CHILDRENS_WEEK_HEADER = -1000243,
|
||
|
|
COMMON_BOSS_DROPS = -1000009,
|
||
|
|
COMMON_DUNGEON_DROP = -1000011,
|
||
|
|
COMMON_VENDOR_ITEMS = -1000012,
|
||
|
|
CRAFTED_ITEMS = -1000013,
|
||
|
|
DARKMOON_FAIRE_HEADER = -1000244,
|
||
|
|
DAY_OF_THE_DEAD_HEADER = -1000245,
|
||
|
|
DISCOVERY = -1000015,
|
||
|
|
DROPS = -1000016,
|
||
|
|
EMISSARY_QUESTS = -1000017,
|
||
|
|
FACTIONS = -1000019,
|
||
|
|
FEAST_OF_WINTER_VEIL_HEADER = -1000246,
|
||
|
|
FLIGHT_PATHS = -1000020,
|
||
|
|
FOLLOWERS = -1000021,
|
||
|
|
FREE_T_SHIRT_DAY_HEADER = -1000247,
|
||
|
|
HALLOWS_END_HEADER = -1000248,
|
||
|
|
HARVEST_FESTIVAL_HEADER = -1000249,
|
||
|
|
HOLIDAYS = -1000023,
|
||
|
|
HONOR_TITLES = -1000130,
|
||
|
|
IN_GAME_SHOP = -1000089,
|
||
|
|
KALIMDOR_CUP_HEADER = -1000250,
|
||
|
|
LEGENDARIES = -1000098,
|
||
|
|
LOVE_IS_IN_THE_AIR_HEADER = -1000252,
|
||
|
|
LUNAR_FESTIVAL_HEADER = -1000253,
|
||
|
|
MARCH_OF_THE_TADPOLES_HEADER = -1000254,
|
||
|
|
MIDSUMMER_FIRE_FESTIVAL_HEADER = -1000255,
|
||
|
|
NOBLEGARDEN_HEADER = -1000256,
|
||
|
|
PET_BATTLE = -1000027,
|
||
|
|
PILGRIMS_BOUNTY_HEADER = -1000257,
|
||
|
|
PIRATES_DAY_HEADER = -1000258,
|
||
|
|
PROFESSIONS = -1000028,
|
||
|
|
PVP = -1000132,
|
||
|
|
PVP_COMBATANT = -1000127,
|
||
|
|
PVP_GLADIATOR = -1000129,
|
||
|
|
QUESTS = -1000029,
|
||
|
|
RARES = -1000030,
|
||
|
|
REWARDS = -1000031,
|
||
|
|
SECRETS = -1000033,
|
||
|
|
SECRETS_OF_AZEROTH_HEADER = -1000259,
|
||
|
|
SPECIAL = -1000035,
|
||
|
|
THE_GREAT_GNOMEREGAN_RUN_HEADER = -1000261,
|
||
|
|
THOUSAND_BOAT_BASH_HEADER = -1000262,
|
||
|
|
TREASURES = -1000036,
|
||
|
|
TRIAL_OF_STYLE_HEADER = -1000264,
|
||
|
|
VENDORS = -1000037,
|
||
|
|
WARFRONT = -1000074,
|
||
|
|
WEAPONS = -1000071,
|
||
|
|
WEEKLY_HOLIDAYS = -1000039,
|
||
|
|
WHELP_DAYCARE = -1000165,
|
||
|
|
WORLD_BOSSES = -1000040,
|
||
|
|
WORLD_QUESTS = -1000041,
|
||
|
|
ZONE_DROPS = -1000042,
|
||
|
|
ZONE_REWARDS = -1000043,
|
||
|
|
ZULAMAN_CHEST_4 = -1000057,
|
||
|
|
};
|
||
|
|
|
||
|
|
local a = L.HEADER_EVENTS;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000213] = 1181,
|
||
|
|
[-1000230] = 1382,
|
||
|
|
[-1000241] = 372,
|
||
|
|
[-1000242] = 638,
|
||
|
|
[-1000243] = 201,
|
||
|
|
[-1000244] = 479,
|
||
|
|
[-1000245] = 409,
|
||
|
|
[-1000246] = 141,
|
||
|
|
[-1000247] = 1053,
|
||
|
|
[-1000248] = 324,
|
||
|
|
[-1000249] = 321,
|
||
|
|
[-1000250] = 1395,
|
||
|
|
[-1000251] = 424,
|
||
|
|
[-1000252] = 423,
|
||
|
|
[-1000253] = 327,
|
||
|
|
[-1000254] = 647,
|
||
|
|
[-1000255] = 341,
|
||
|
|
[-1000256] = 181,
|
||
|
|
[-1000257] = 404,
|
||
|
|
[-1000258] = 398,
|
||
|
|
[-1000259] = 1396,
|
||
|
|
[-1000260] = 301,
|
||
|
|
[-1000261] = 696,
|
||
|
|
[-1000262] = 642,
|
||
|
|
[-1000263] = 1271,
|
||
|
|
[-1000264] = 691,
|
||
|
|
[-1000265] = 590,
|
||
|
|
[-1000272] = 514,
|
||
|
|
[-1000273] = 566,
|
||
|
|
[-1000274] = 589,
|
||
|
|
[-1000275] = 693,
|
||
|
|
[-1000276] = 807,
|
||
|
|
[-1000277] = 808,
|
||
|
|
[-1000278] = 1181,
|
||
|
|
[-1000279] = 1225,
|
||
|
|
[-1000280] = 1262,
|
||
|
|
}) do a[key] = value; end
|
||
|
|
|
||
|
|
-- Programmatic Event Scheduling
|
||
|
|
_.Modules.Events.SetEventInformation(1262, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=6,["weekday"]=1,["year"]=2022},{["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=27,["weekday"]=1,["year"]=2022})
|
||
|
|
});
|
||
|
|
_.Modules.Events.SetEventInformation(1225, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=15,["weekday"]=2,["year"]=2021},{["hour"]=0,["minute"]=0,["month"]=12,["monthDay"]=6,["weekday"]=2,["year"]=2021})
|
||
|
|
});
|
||
|
|
_.Modules.Events.SetEventInformation(1181, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=1,["weekday"]=1,["year"]=2020},{["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=22,["weekday"]=1,["year"]=2020})
|
||
|
|
});
|
||
|
|
_.Modules.Events.SetEventInformation(808, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=5,["weekday"]=3,["year"]=2019},{["hour"]=0,["minute"]=0,["month"]=1,["monthDay"]=7,["weekday"]=3,["year"]=2020})
|
||
|
|
});
|
||
|
|
_.Modules.Events.SetEventInformation(807, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=16,["weekday"]=6,["year"]=2018},{["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=30,["weekday"]=6,["year"]=2018})
|
||
|
|
});
|
||
|
|
_.Modules.Events.SetEventInformation(693, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=16,["weekday"]=5,["year"]=2017},{["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=30,["weekday"]=5,["year"]=2017})
|
||
|
|
});
|
||
|
|
_.Modules.Events.SetEventInformation(589, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=16,["weekday"]=4,["year"]=2016},{["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=30,["weekday"]=4,["year"]=2016})
|
||
|
|
});
|
||
|
|
_.Modules.Events.SetEventInformation(566, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=16,["weekday"]=2,["year"]=2015},{["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=30,["weekday"]=2,["year"]=2015})
|
||
|
|
});
|
||
|
|
_.Modules.Events.SetEventInformation(514, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=0,["minute"]=0,["month"]=11,["monthDay"]=21,["weekday"]=6,["year"]=2014},{["hour"]=0,["minute"]=0,["month"]=1,["monthDay"]=5,["weekday"]=2,["year"]=2015})
|
||
|
|
});
|
||
|
|
_.Modules.Events.SetEventInformation(590, {
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=10,["minute"]=0,["month"]=11,["monthDay"]=6,["weekday"]=1,["year"]=2022},{["hour"]=10,["minute"]=0,["month"]=11,["monthDay"]=30,["weekday"]=4,["year"]=2022}),
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=10,["minute"]=0,["month"]=11,["monthDay"]=6,["weekday"]=2,["year"]=2023},{["hour"]=10,["minute"]=0,["month"]=11,["monthDay"]=30,["weekday"]=5,["year"]=2023}),
|
||
|
|
_.Modules.Events.CreateSchedule({["hour"]=10,["minute"]=0,["month"]=11,["monthDay"]=6,["weekday"]=4,["year"]=2024},{["hour"]=10,["minute"]=0,["month"]=11,["monthDay"]=30,["weekday"]=7,["year"]=2024})
|
||
|
|
});
|
||
|
|
|
||
|
|
local a = L.HEADER_ICONS;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000000] = "Interface/Icons/misc_arrowright",
|
||
|
|
[-1000001] = "Interface/Icons/Misc_arrowlup",
|
||
|
|
[-1000002] = "Interface/Icons/misc_arrowdown",
|
||
|
|
[-1000003] = "Interface/Icons/misc_arrowleft",
|
||
|
|
[-1000004] = _.asset("Category_Achievements"),
|
||
|
|
[-1000005] = "Interface/Icons/Inv_misc_map08",
|
||
|
|
[-1000006] = _.asset("Interface_World_boss"),
|
||
|
|
[-1000007] = "Interface/Icons/ability_bossmagistrix_timewarp1",
|
||
|
|
[-1000008] = "Interface/MINIMAP/TRACKING/Class",
|
||
|
|
[-1000009] = "Interface/Icons/Achievement_Garrison_Horde_PVE",
|
||
|
|
[-1000010] = "Interface/Icons/inv_misc_crate04horde",
|
||
|
|
[-1000011] = "Interface/Icons/item_maldraxxus_paragonchest_01",
|
||
|
|
[-1000012] = "Interface/Icons/INV_Misc_Coin_02",
|
||
|
|
[-1000013] = _.asset("Category_Crafting"),
|
||
|
|
[-1000015] = "Interface/Icons/Garrison_Building_MageTower",
|
||
|
|
[-1000016] = _.asset("Category_WorldDrops"),
|
||
|
|
[-1000017] = _.asset("Interface_Emissary_Callings"),
|
||
|
|
[-1000019] = _.asset("Category_Factions"),
|
||
|
|
[-1000020] = _.asset("Category_FlightPaths"),
|
||
|
|
[-1000021] = "Interface/Icons/Achievement_GarrisonFollower_LevelUp",
|
||
|
|
[-1000022] = "Interface/Icons/inv_misc_questionmark",
|
||
|
|
[-1000023] = _.asset("Category_Holidays"),
|
||
|
|
[-1000024] = "Interface/Icons/inv_letter_17",
|
||
|
|
[-1000025] = "Interface/Icons/Inv_misc_map02",
|
||
|
|
[-1000026] = "Interface/Icons/achievement_reputation_05",
|
||
|
|
[-1000027] = _.asset("Category_PetBattles"),
|
||
|
|
[-1000028] = _.asset("Category_Professions"),
|
||
|
|
[-1000029] = _.asset("Interface_Quest_header"),
|
||
|
|
[-1000030] = _.asset("Interface_Rare"),
|
||
|
|
[-1000031] = _.asset("Interface_Rewards"),
|
||
|
|
[-1000033] = _.asset("Category_Secrets"),
|
||
|
|
[-1000034] = "Interface/Icons/achievement_transmog_collections",
|
||
|
|
[-1000035] = "Interface/Icons/Inv_archaeology_70_starlightbeacon",
|
||
|
|
[-1000036] = _.asset("Interface_Tchest"),
|
||
|
|
[-1000037] = _.asset("Interface_Vendor"),
|
||
|
|
[-1000039] = "3753381",
|
||
|
|
[-1000040] = _.asset("Interface_World_boss"),
|
||
|
|
[-1000041] = _.asset("Interface_WorldQuest"),
|
||
|
|
[-1000042] = _.asset("Interface_Zone_drop"),
|
||
|
|
[-1000043] = _.asset("Interface_Rewards"),
|
||
|
|
[-1000044] = "Interface/Icons/achievement_challengemode_gold",
|
||
|
|
[-1000045] = "Interface/Icons/inv_relics_hourglass",
|
||
|
|
[-1000046] = "Interface/Icons/INV_Misc_Head_Dragon_Green",
|
||
|
|
[-1000047] = "Interface/Icons/inv_trinket_naxxramas04",
|
||
|
|
[-1000048] = "Interface/Icons/ability_rogue_deviouspoisons",
|
||
|
|
[-1000049] = "Interface/Icons/spell_deathknight_classicon",
|
||
|
|
[-1000050] = "Interface/Icons/inv_misc_cauldron_nature",
|
||
|
|
[-1000051] = "Interface/Icons/inv_misc_head_dragon_blue",
|
||
|
|
[-1000052] = "Interface/Icons/Achievement_scenario_arenaofannihilation",
|
||
|
|
[-1000053] = "Interface/Icons/INV_Misc_Bag_08",
|
||
|
|
[-1000054] = "Interface/Icons/INV_Misc_Bag_09",
|
||
|
|
[-1000055] = "Interface/Icons/INV_Misc_Bag_10",
|
||
|
|
[-1000056] = "Interface/Icons/INV_Misc_Bag_11",
|
||
|
|
[-1000057] = "Interface/Icons/INV_Box_01",
|
||
|
|
[-1000058] = "Interface/Icons/garrison_purplearmor",
|
||
|
|
[-1000059] = "Interface/Icons/inv_misc_cape_11",
|
||
|
|
[-1000060] = "Interface/Icons/inv_chest_chain",
|
||
|
|
[-1000061] = "Interface/Icons/inv_boots_09",
|
||
|
|
[-1000062] = "Interface/Icons/Inv_jewelry_ring_04",
|
||
|
|
[-1000063] = "Interface/Icons/Inv_gauntlets_24",
|
||
|
|
[-1000064] = "Interface/Icons/inv_helmet_03",
|
||
|
|
[-1000065] = "Interface/Icons/inv_pants_09",
|
||
|
|
[-1000066] = "Interface/Icons/Inv_jewelry_necklace_02",
|
||
|
|
[-1000067] = "Interface/Icons/inv_staff_2h_felfireraid_d_03",
|
||
|
|
[-1000068] = "Interface/Icons/inv_shoulder_05",
|
||
|
|
[-1000069] = "Interface/Icons/inv_jewelry_talisman_07",
|
||
|
|
[-1000070] = "Interface/Icons/inv_belt_24",
|
||
|
|
[-1000071] = "Interface/Icons/garrison_purpleweapon",
|
||
|
|
[-1000072] = "Interface/Icons/inv_bracer_07",
|
||
|
|
[-1000073] = _.asset("Category_AzeriteEssences"),
|
||
|
|
[-1000074] = "Interface/Icons/Ability_Warrior_OffensiveStance",
|
||
|
|
[-1000075] = "Interface/Icons/achievement_zone_darkshore_01",
|
||
|
|
[-1000076] = "Interface/Icons/achievement_zone_arathihighlands_01",
|
||
|
|
[-1000077] = "Interface/Icons/ui_majorfaction_expedition",
|
||
|
|
[-1000078] = "Interface/Icons/ui_majorfaction_valdrakken",
|
||
|
|
[-1000079] = "Interface/Icons/Inv_icon_daily_mission_scroll",
|
||
|
|
[-1000081] = "236373",
|
||
|
|
[-1000082] = "3675495",
|
||
|
|
[-1000084] = "Interface/Icons/pandarenracial_innerpeace",
|
||
|
|
[-1000085] = "Interface/Icons/inv_garrison_resource",
|
||
|
|
[-1000086] = "Interface/FriendsFrame/PlusManz-Alliance",
|
||
|
|
[-1000087] = "Interface/FriendsFrame/PlusManz-Horde",
|
||
|
|
[-1000088] = "Interface/FriendsFrame/PlusManz-PlusManz",
|
||
|
|
[-1000089] = _.asset("Category_InGameShop"),
|
||
|
|
[-1000090] = _.asset("Weapon_Type_Artifact"),
|
||
|
|
[-1000091] = "Interface/Icons/Inv_shirt_white_01",
|
||
|
|
[-1000092] = "Interface/Icons/ability_evoker_reversion2",
|
||
|
|
[-1000093] = "Interface/Icons/INV_Misc_Bone_Skull_01",
|
||
|
|
[-1000096] = _.asset("Weapon_Type_Heirloom"),
|
||
|
|
[-1000097] = _.asset("Weapon_Type_Legendary"),
|
||
|
|
[-1000098] = _.asset("Weapon_Type_Legendary"),
|
||
|
|
[-1000099] = "Interface/Icons/Inv_shirt_grey_01",
|
||
|
|
[-1000101] = "Interface/Icons/Ability_thunderking_overcharge",
|
||
|
|
[-1000102] = "Interface/Icons/achievement_dungeon_naxxramas",
|
||
|
|
[-1000105] = "Interface/Icons/misc_arrowlup",
|
||
|
|
[-1000107] = _.asset("Expansion_CLASSIC"),
|
||
|
|
[-1000108] = _.asset("Expansion_TBC"),
|
||
|
|
[-1000109] = _.asset("Expansion_WOTLK"),
|
||
|
|
[-1000110] = _.asset("Expansion_CATA"),
|
||
|
|
[-1000111] = _.asset("Expansion_MOP"),
|
||
|
|
[-1000112] = _.asset("Expansion_WOD"),
|
||
|
|
[-1000113] = _.asset("Expansion_LEGION"),
|
||
|
|
[-1000114] = _.asset("Expansion_BFA"),
|
||
|
|
[-1000115] = _.asset("Expansion_SL"),
|
||
|
|
[-1000116] = "Interface/Icons/achievement_featsofstrength_gladiator_01",
|
||
|
|
[-1000117] = "Interface/Icons/achievement_featsofstrength_gladiator_02",
|
||
|
|
[-1000118] = "Interface/Icons/achievement_featsofstrength_gladiator_03",
|
||
|
|
[-1000119] = "Interface/Icons/achievement_featsofstrength_gladiator_04",
|
||
|
|
[-1000120] = "Interface/Icons/ability_mount_redfrostwyrm_01",
|
||
|
|
[-1000121] = "Interface/Icons/ability_mount_redfrostwyrm_01",
|
||
|
|
[-1000122] = "Interface/Icons/ability_mount_redfrostwyrm_01",
|
||
|
|
[-1000123] = "Interface/Icons/ability_mount_redfrostwyrm_01",
|
||
|
|
[-1000124] = "Interface/Icons/ability_mount_redfrostwyrm_01",
|
||
|
|
[-1000125] = "Interface/Icons/INV_BannerPVP_03",
|
||
|
|
[-1000126] = "Interface/Worldmap/GlowSkull_64Green",
|
||
|
|
[-1000127] = "Interface/Worldmap/GlowSkull_64Blue",
|
||
|
|
[-1000128] = "Interface/Worldmap/GlowSkull_64Red",
|
||
|
|
[-1000129] = "Interface/Worldmap/GlowSkull_64Purple",
|
||
|
|
[-1000130] = "Interface/Icons/inv_sword_48",
|
||
|
|
[-1000131] = "Interface/Icons/ability_pvp_gladiatormedallion",
|
||
|
|
[-1000132] = _.asset("Category_PvP"),
|
||
|
|
[-1000133] = "Interface/Icons/inv_azeritedebuff",
|
||
|
|
[-1000134] = "Interface/Icons/Spell_fire_firebolt02",
|
||
|
|
[-1000135] = "Interface/Icons/spell_nature_healingwavegreater",
|
||
|
|
[-1000136] = "Interface/Icons/ability_warrior_shieldwall",
|
||
|
|
[-1000137] = "Interface/Icons/INV_Chest_Plate03",
|
||
|
|
[-1000138] = "Interface/Icons/achievement_pvp_h_12",
|
||
|
|
[-1000139] = "Interface/Icons/Ability_mount_undeadhorse",
|
||
|
|
[-1000140] = "Interface/Icons/Achievement_Zone_Blackrock_01",
|
||
|
|
[-1000141] = "Interface/Icons/Achievement_Zone_Blackrock_01",
|
||
|
|
[-1000143] = "Interface/Icons/INV_Misc_Head_Dragon_01",
|
||
|
|
[-1000144] = "Interface/Icons/Ability_Warlock_DemonicEmpowerment",
|
||
|
|
[-1000145] = "Interface/Icons/Achievement_Reputation_Ogre",
|
||
|
|
[-1000146] = "Interface/Icons/INV_Misc_Head_Elf_02",
|
||
|
|
[-1000147] = "Interface/Icons/spell_arcane_portalironforge",
|
||
|
|
[-1000148] = "Interface/Icons/INV_Misc_Gem_Opal_01",
|
||
|
|
[-1000149] = "Interface/Icons/INV_Misc_Gem_Amethyst_02",
|
||
|
|
[-1000150] = "Interface/Icons/Inv_misc_bone_humanskull_01",
|
||
|
|
[-1000151] = "Interface/Icons/INV_Misc_Book_13",
|
||
|
|
[-1000152] = "Interface/Icons/inv_helmet_25",
|
||
|
|
[-1000153] = "Interface/Icons/inv_helmet_12",
|
||
|
|
[-1000154] = "Interface/Icons/INV_Misc_Token_ScarletCrusade",
|
||
|
|
[-1000155] = "Interface/Icons/INV_MISC_KEY_13",
|
||
|
|
[-1000156] = "Interface/Icons/Inv_misc_head_troll_01",
|
||
|
|
[-1000157] = "Interface/Icons/achievement_dungeon_icecrown_icecrownentrance",
|
||
|
|
[-1000158] = "Interface/Icons/achievement_dungeon_plaguewing",
|
||
|
|
[-1000159] = "Interface/Icons/achievement_dungeon_crimsonhall",
|
||
|
|
[-1000160] = "Interface/Icons/achievement_dungeon_icecrown_frostwinghalls",
|
||
|
|
[-1000161] = "Interface/Icons/TRADE_ARCHAEOLOGY",
|
||
|
|
[-1000162] = "Interface/Icons/inv_misc_blizzcon09_graphicscard",
|
||
|
|
[-1000163] = "Interface/Icons/inv_misc_key_06",
|
||
|
|
[-1000164] = "775461",
|
||
|
|
[-1000165] = "Interface/Icons/inv_dragonwhelpoutland2_cutepink",
|
||
|
|
[-1000166] = "Interface/Icons/inv_belt_armor_waistoftime_d_01",
|
||
|
|
[-1000167] = "Interface/Icons/inv_belt_armor_waistoftime_d_01",
|
||
|
|
[-1000168] = "Interface/Icons/achievement_reputation_argentchampion",
|
||
|
|
[-1000169] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000170] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000171] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000172] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000173] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000174] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000175] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000176] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000177] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000178] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000179] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000180] = "Interface/Icons/inv_scroll_11",
|
||
|
|
[-1000181] = "Interface/Icons/Achievement_zone_silithus_01",
|
||
|
|
[-1000182] = "Interface/Icons/inv_smallazeritefragment",
|
||
|
|
[-1000183] = "Interface/Icons/inv_tinyazeritesplinter",
|
||
|
|
[-1000184] = "Interface/Icons/inv_smallazeriteshard",
|
||
|
|
[-1000185] = "Interface/Icons/inv_smallazeritecluster",
|
||
|
|
[-1000186] = "3854020",
|
||
|
|
[-1000187] = "3854020",
|
||
|
|
[-1000188] = "3854020",
|
||
|
|
[-1000189] = "3854020",
|
||
|
|
[-1000190] = "3854020",
|
||
|
|
[-1000191] = "3854020",
|
||
|
|
[-1000192] = "3854020",
|
||
|
|
[-1000193] = "3854020",
|
||
|
|
[-1000194] = "3854020",
|
||
|
|
[-1000195] = "3854020",
|
||
|
|
[-1000196] = "3854020",
|
||
|
|
[-1000197] = "3854020",
|
||
|
|
[-1000198] = "Interface/Icons/ability_racial_returntocamp",
|
||
|
|
[-1000199] = "Interface/Icons/ability_evoker_masterygiantkiller",
|
||
|
|
[-1000200] = "Interface/Icons/inv_polearm_2h_kultirasharpoon_a_01",
|
||
|
|
[-1000201] = "Interface/Icons/inv_artifact_dragonscales",
|
||
|
|
[-1000202] = _.asset("Expansion_CATA"),
|
||
|
|
[-1000203] = "Interface/Icons/inv_misc_tournaments_symbol_gnome",
|
||
|
|
[-1000204] = "Interface/Icons/inv_box_01",
|
||
|
|
[-1000205] = "Interface/Icons/achievement_dungeon_outland_dungeonmaster",
|
||
|
|
[-1000206] = "Interface/Icons/Inv_hammer_25",
|
||
|
|
[-1000207] = "Interface/Icons/inv_stone_02",
|
||
|
|
[-1000208] = "Interface/Icons/spell_holiday_tow_spicecloud",
|
||
|
|
[-1000209] = "Interface/Icons/inv_misc_tournaments_banner_troll",
|
||
|
|
[-1000210] = _.asset("Expansion_SL"),
|
||
|
|
[-1000211] = _.asset("Expansion_DF"),
|
||
|
|
[-1000212] = "136101",
|
||
|
|
[-1000213] = _.asset("Promotion_Blizzcon"),
|
||
|
|
[-1000214] = _.asset("Promotion_Collector"),
|
||
|
|
[-1000216] = "Interface/Icons/DiabloAnniversary_HoradricCube",
|
||
|
|
[-1000217] = "Interface/Icons/DiabloAnniversary_HoradricCube",
|
||
|
|
[-1000218] = "Interface/Icons/DiabloAnniversary_HoradricCube",
|
||
|
|
[-1000219] = "Interface/Icons/inv_pet_babywinston",
|
||
|
|
[-1000220] = "Interface/Icons/Inv_sigil_thorim",
|
||
|
|
[-1000221] = "Interface/Icons/Ability_pet_baneling",
|
||
|
|
[-1000222] = "Interface/Icons/inv_archonpet",
|
||
|
|
[-1000223] = _.asset("Expansion_TBC"),
|
||
|
|
[-1000224] = "Interface/Icons/INV_Mace_1H_Doomhammer",
|
||
|
|
[-1000226] = _.asset("Expansion_WOTLK"),
|
||
|
|
[-1000227] = _.asset("Expansion_CLASSIC"),
|
||
|
|
[-1000228] = "Interface/Icons/DiabloAnniversary_HoradricCube",
|
||
|
|
[-1000229] = "Interface/Icons/diabloanniversary_achievement",
|
||
|
|
[-1000230] = "Interface/Icons/inv_misc_bag_horadricsatchel",
|
||
|
|
[-1000231] = "Interface/Icons/Inv_misc_rune_01",
|
||
|
|
[-1000232] = "Interface/Icons/Inv_misc_rune_01",
|
||
|
|
[-1000233] = "Interface/Icons/ability_shaman_stormstrike",
|
||
|
|
[-1000234] = "Interface/Icons/INV_Drink_33_BloodRedAle",
|
||
|
|
[-1000235] = "Interface/Icons/Spell_Misc_Drink",
|
||
|
|
[-1000236] = "Interface/Icons/achievement_reputation_08",
|
||
|
|
[-1000237] = _.asset("Promotion_Scroll_of_Rez"),
|
||
|
|
[-1000238] = "Interface/Icons/inv_jewelry_amulet_03",
|
||
|
|
[-1000239] = "Interface/Icons/ACHIEVEMENT_GUILDPERK_LADYLUCK",
|
||
|
|
[-1000240] = "Interface/Icons/INV_MISC_FILM_01",
|
||
|
|
[-1000241] = _.asset("Holiday_brewfest"),
|
||
|
|
[-1000242] = _.asset("Holiday_call_of_the_scarab"),
|
||
|
|
[-1000243] = _.asset("Holiday_Children"),
|
||
|
|
[-1000244] = _.asset("Event_dmf"),
|
||
|
|
[-1000245] = _.asset("Holiday_Day_of_the_Dead"),
|
||
|
|
[-1000246] = _.asset("Holiday_winter_veil"),
|
||
|
|
[-1000247] = _.asset("Holiday_Tshirt"),
|
||
|
|
[-1000248] = _.asset("Holiday_hallows_end"),
|
||
|
|
[-1000249] = _.asset("Holiday_Harvestfest"),
|
||
|
|
[-1000250] = "Interface/Icons/misc_arrowrightcalendar_kalimdorcupstart",
|
||
|
|
[-1000251] = "Interface/Icons/inv_fishingpole_03",
|
||
|
|
[-1000252] = _.asset("Holiday_love"),
|
||
|
|
[-1000253] = _.asset("Holiday_Lunar"),
|
||
|
|
[-1000254] = _.asset("Holiday_Marchofmurloc"),
|
||
|
|
[-1000255] = _.asset("Holiday_Midsummer"),
|
||
|
|
[-1000256] = _.asset("Holiday_noblegarden"),
|
||
|
|
[-1000257] = _.asset("Holiday_Pilgrim"),
|
||
|
|
[-1000258] = _.asset("Holiday_Pirate"),
|
||
|
|
[-1000259] = "Interface/Icons/calendar_secretsofazerothstart",
|
||
|
|
[-1000260] = "Interface/Icons/inv_misc_fish_06",
|
||
|
|
[-1000261] = "236445",
|
||
|
|
[-1000263] = _.asset("Difficulty_Timewalking"),
|
||
|
|
[-1000264] = _.asset("Holiday_Trialofstyle"),
|
||
|
|
[-1000265] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000266] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000267] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000268] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000269] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000270] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000271] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000272] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000273] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000274] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000275] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000276] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000277] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000278] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000279] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
[-1000280] = "Interface/Icons/inv_misc_celebrationcake_01",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
|
||
|
|
local a = L.HEADER_NAMES;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000000] = "East",
|
||
|
|
[-1000001] = "North",
|
||
|
|
[-1000002] = "South",
|
||
|
|
[-1000003] = "West",
|
||
|
|
[-1000004] = ACHIEVEMENTS,
|
||
|
|
[-1000005] = TRACKER_HEADER_BONUS_OBJECTIVES,
|
||
|
|
[-1000006] = RAID_BOSSES,
|
||
|
|
[-1000007] = CHARACTER_TYPE_FRAME_TRIAL_BOOST_CHARACTER,
|
||
|
|
[-1000008] = CLASS,
|
||
|
|
[-1000009] = BATTLE_PET_BREED_QUALITY2.." "..TRANSMOG_SOURCE_1,
|
||
|
|
[-1000010] = "Common Box Drops",
|
||
|
|
[-1000011] = "Common Dungeon Drop",
|
||
|
|
[-1000012] = "Common Vendor Items",
|
||
|
|
[-1000013] = LOOT_JOURNAL_LEGENDARIES_SOURCE_CRAFTED_ITEM,
|
||
|
|
[-1000015] = BATTLE_PET_SOURCE_11,
|
||
|
|
[-1000016] = "Drops",
|
||
|
|
[-1000017] = BOUNTY_BOARD_LOCKED_TITLE,
|
||
|
|
[-1000019] = FACTION,
|
||
|
|
[-1000020] = GetSpellInfo(218950),
|
||
|
|
[-1000021] = GARRISON_FOLLOWERS,
|
||
|
|
[-1000022] = MINIMAP_TRACKING_HIDDEN_QUESTS,
|
||
|
|
[-1000023] = GetItemSubClassInfo(15,3),
|
||
|
|
[-1000024] = MINIMAP_TRACKING_MAILBOX,
|
||
|
|
[-1000025] = BRAWL_TOOLTIP_MAPS,
|
||
|
|
[-1000026] = SPLASH_BATTLEFORAZEROTH_8_2_5_FEATURE1_TITLE,
|
||
|
|
[-1000027] = BATTLE_PET_SOURCE_5,
|
||
|
|
[-1000028] = TRADE_SKILLS,
|
||
|
|
[-1000029] = TRACKER_HEADER_QUESTS,
|
||
|
|
[-1000030] = BATTLE_PET_BREED_QUALITY4,
|
||
|
|
[-1000031] = QUEST_REWARDS,
|
||
|
|
[-1000033] = "Secrets",
|
||
|
|
[-1000034] = WARDROBE_SETS,
|
||
|
|
[-1000035] = SPECIAL,
|
||
|
|
[-1000036] = GetSpellInfo(225652).." "..GetSpellInfo(168498),
|
||
|
|
[-1000037] = TUTORIAL_TITLE20,
|
||
|
|
[-1000039] = CALENDAR_FILTER_WEEKLY_HOLIDAYS,
|
||
|
|
[-1000040] = WORLD.." "..RAID_BOSSES,
|
||
|
|
[-1000041] = TRACKER_HEADER_WORLD_QUESTS,
|
||
|
|
[-1000042] = ZONE.." "..BATTLE_PET_SOURCE_1,
|
||
|
|
[-1000043] = "Zone Rewards",
|
||
|
|
[-1000044] = CHALLENGE_MODE,
|
||
|
|
[-1000045] = PLAYER_DIFFICULTY_MYTHIC_PLUS,
|
||
|
|
[-1000046] = "Dragons of Nightmare",
|
||
|
|
[-1000047] = DUNGEON_FLOOR_NAXXRAMAS2,
|
||
|
|
[-1000048] = DUNGEON_FLOOR_NAXXRAMAS1,
|
||
|
|
[-1000049] = DUNGEON_FLOOR_NAXXRAMAS3,
|
||
|
|
[-1000050] = DUNGEON_FLOOR_NAXXRAMAS4,
|
||
|
|
[-1000051] = DUNGEON_FLOOR_NAXXRAMAS6,
|
||
|
|
[-1000052] = SCENARIOS,
|
||
|
|
[-1000053] = "Timed Event",
|
||
|
|
[-1000054] = "First Chest",
|
||
|
|
[-1000055] = "Second Chest",
|
||
|
|
[-1000056] = "Third Chest",
|
||
|
|
[-1000057] = "Final Chest",
|
||
|
|
[-1000058] = ARMOR,
|
||
|
|
[-1000059] = INVTYPE_CLOAK,
|
||
|
|
[-1000060] = INVTYPE_CHEST,
|
||
|
|
[-1000061] = INVTYPE_FEET,
|
||
|
|
[-1000062] = INVTYPE_FINGER,
|
||
|
|
[-1000063] = INVTYPE_HAND,
|
||
|
|
[-1000064] = INVTYPE_HEAD,
|
||
|
|
[-1000065] = INVTYPE_LEGS,
|
||
|
|
[-1000066] = INVTYPE_NECK,
|
||
|
|
[-1000067] = GetItemSubClassInfo(3,11),
|
||
|
|
[-1000068] = INVTYPE_SHOULDER,
|
||
|
|
[-1000069] = INVTYPE_TRINKET,
|
||
|
|
[-1000070] = INVTYPE_WAIST,
|
||
|
|
[-1000071] = AUCTION_CATEGORY_WEAPONS,
|
||
|
|
[-1000072] = INVTYPE_WRIST,
|
||
|
|
[-1000073] = SPLASH_BATTLEFORAZEROTH_8_2_0_FEATURE2_TITLE,
|
||
|
|
[-1000074] = select(1,GetCategoryInfo(15308)),
|
||
|
|
[-1000075] = GetSpellInfo(290253),
|
||
|
|
[-1000076] = GetSpellInfo(279443),
|
||
|
|
[-1000077] = GetSpellInfo(370340),
|
||
|
|
[-1000078] = GetSpellInfo(388922),
|
||
|
|
[-1000079] = COVENANT_MISSIONS_TITLE,
|
||
|
|
[-1000080] = ANIMA_DIVERSION_ORIGIN_TOOLTIP,
|
||
|
|
[-1000081] = "Covenant Assaults",
|
||
|
|
[-1000082] = select(1,GetCategoryInfo(15441)),
|
||
|
|
[-1000083] = "Sanctum Upgrades",
|
||
|
|
[-1000084] = "Soulshape Forms",
|
||
|
|
[-1000085] = "Buildings",
|
||
|
|
[-1000086] = FACTION_ALLIANCE,
|
||
|
|
[-1000087] = FACTION_HORDE,
|
||
|
|
[-1000088] = COMBATLOG_FILTER_STRING_NEUTRAL_UNITS,
|
||
|
|
[-1000089] = BATTLE_PET_SOURCE_10,
|
||
|
|
[-1000090] = ITEM_QUALITY6_DESC,
|
||
|
|
[-1000091] = ITEM_QUALITY1_DESC,
|
||
|
|
[-1000092] = "Divergent",
|
||
|
|
[-1000093] = ELITE,
|
||
|
|
[-1000096] = HEIRLOOMS,
|
||
|
|
[-1000097] = ITEM_QUALITY5_DESC,
|
||
|
|
[-1000098] = LOOT_JOURNAL_LEGENDARIES,
|
||
|
|
[-1000099] = ITEM_QUALITY0_DESC,
|
||
|
|
[-1000101] = "Thunderforged",
|
||
|
|
[-1000102] = string.format(GARRISON_CURRENT_LEVEL.." "..WARDROBE_SETS, 3),
|
||
|
|
[-1000105] = "Warforged",
|
||
|
|
[-1000107] = "Patch 1.x.x",
|
||
|
|
[-1000108] = "Patch 2.x.x",
|
||
|
|
[-1000109] = "Patch 3.x.x",
|
||
|
|
[-1000110] = "Patch 4.x.x",
|
||
|
|
[-1000111] = "Patch 5.x.x",
|
||
|
|
[-1000112] = "Patch 6.x.x",
|
||
|
|
[-1000113] = "Patch 7.x.x",
|
||
|
|
[-1000114] = "Patch 8.x.x",
|
||
|
|
[-1000115] = "Patch 9.x.x",
|
||
|
|
[-1000116] = select(2, GetAchievementInfo(2091))..": Season 1",
|
||
|
|
[-1000117] = select(2, GetAchievementInfo(418))..": Season 2",
|
||
|
|
[-1000118] = select(2, GetAchievementInfo(419))..": Season 3",
|
||
|
|
[-1000119] = select(2, GetAchievementInfo(420))..": Season 4",
|
||
|
|
[-1000120] = select(2, GetAchievementInfo(3336))..": Season 5",
|
||
|
|
[-1000121] = "Hateful Gladiator",
|
||
|
|
[-1000122] = select(2, GetAchievementInfo(3436))..": Season 6",
|
||
|
|
[-1000123] = select(2, GetAchievementInfo(3758))..": Season 7",
|
||
|
|
[-1000124] = select(2, GetAchievementInfo(4599))..": Season 8",
|
||
|
|
[-1000125] = BATTLEGROUNDS,
|
||
|
|
[-1000126] = "Aspirant Gear",
|
||
|
|
[-1000127] = "Combatant Gear",
|
||
|
|
[-1000128] = "Elite Gear",
|
||
|
|
[-1000129] = "Gladiator Gear",
|
||
|
|
[-1000130] = HONOR .. " " .. PAPERDOLL_SIDEBAR_TITLES,
|
||
|
|
[-1000131] = HONOR,
|
||
|
|
[-1000132] = PVP,
|
||
|
|
[-1000133] = "All Roles",
|
||
|
|
[-1000134] = "DPS",
|
||
|
|
[-1000135] = "Healers",
|
||
|
|
[-1000136] = "Tanks",
|
||
|
|
[-1000137] = "Tier 0.5 Sets",
|
||
|
|
[-1000138] = "Captains",
|
||
|
|
[-1000139] = "The Four Horsemen",
|
||
|
|
[-1000140] = DUNGEON_FLOOR_BLACKROCKDEPTHS1,
|
||
|
|
[-1000141] = DUNGEON_FLOOR_BLACKROCKDEPTHS2,
|
||
|
|
[-1000143] = DUNGEON_FLOOR_UPPERBLACKROCKSPIRE1,
|
||
|
|
[-1000144] = DUNGEON_FLOOR_DIREMAUL5.." (East)",
|
||
|
|
[-1000145] = DUNGEON_FLOOR_DIREMAUL1.." (North)",
|
||
|
|
[-1000146] = DUNGEON_FLOOR_DIREMAUL2.." (West)",
|
||
|
|
[-1000147] = GetSpellInfo(21127),
|
||
|
|
[-1000148] = DUNGEON_FLOOR_DESOLACE22.." ("..GetSpellInfo(251097)..")",
|
||
|
|
[-1000149] = DUNGEON_FLOOR_DESOLACE21.." ("..GetSpellInfo(251095)..")",
|
||
|
|
[-1000150] = "Graveyard",
|
||
|
|
[-1000151] = "Library",
|
||
|
|
[-1000152] = "Armory",
|
||
|
|
[-1000153] = "Cathedral",
|
||
|
|
[-1000154] = C_Map.GetAreaInfo(5916),
|
||
|
|
[-1000155] = C_Map.GetAreaInfo(5917),
|
||
|
|
[-1000156] = "Atal'ai Defenders",
|
||
|
|
[-1000157] = "Storming the Citadel",
|
||
|
|
[-1000158] = "The Plagueworks",
|
||
|
|
[-1000159] = C_Map.GetAreaInfo(4892),
|
||
|
|
[-1000160] = C_Map.GetAreaInfo(7932),
|
||
|
|
[-1000161] = "Cache of Madness",
|
||
|
|
[-1000162] = "Junkyard",
|
||
|
|
[-1000163] = GetSpellInfo(251998),
|
||
|
|
[-1000164] = GetSpellInfo(147343),
|
||
|
|
[-1000165] = "Little Scales Daycare",
|
||
|
|
[-1000166] = "Eon's Fringe",
|
||
|
|
[-1000167] = GetSpellInfo(408633),
|
||
|
|
[-1000168] = select(1,GetCategoryInfo(14941)),
|
||
|
|
[-1000169] = "Great Odyn and the Firelord",
|
||
|
|
[-1000170] = "The Wanderer and the Serpent",
|
||
|
|
[-1000171] = "Halls of Gold and Glory",
|
||
|
|
[-1000172] = "The Keeper's Eye",
|
||
|
|
[-1000173] = "First of the Val'kyr",
|
||
|
|
[-1000174] = "The Sealing of the Halls of Valor",
|
||
|
|
[-1000175] = "His Name Is Dragonblood",
|
||
|
|
[-1000176] = "The Last Words of Asgrim the Dreadkiller",
|
||
|
|
[-1000177] = "A Shieldmaiden's Creed",
|
||
|
|
[-1000178] = "The Prophecy of Rythas the Oracle",
|
||
|
|
[-1000179] = "The Lessons of the Blackfist",
|
||
|
|
[-1000180] = "Volund's Folly",
|
||
|
|
[-1000181] = C_Map.GetAreaInfo(9310),
|
||
|
|
[-1000182] = string.format(AZERITE_ESSENCE_RANK, 1),
|
||
|
|
[-1000183] = string.format(AZERITE_ESSENCE_RANK, 2),
|
||
|
|
[-1000184] = string.format(AZERITE_ESSENCE_RANK, 3),
|
||
|
|
[-1000185] = string.format(AZERITE_ESSENCE_RANK, 4),
|
||
|
|
[-1000186] = "Broken Mirror",
|
||
|
|
[-1000187] = "Broken Mirror",
|
||
|
|
[-1000188] = "Broken Mirror",
|
||
|
|
[-1000189] = "Broken Mirror",
|
||
|
|
[-1000190] = "Broken Mirror",
|
||
|
|
[-1000191] = "Broken Mirror",
|
||
|
|
[-1000192] = "Broken Mirror",
|
||
|
|
[-1000193] = "Broken Mirror",
|
||
|
|
[-1000194] = "Broken Mirror",
|
||
|
|
[-1000195] = "Broken Mirror",
|
||
|
|
[-1000196] = "Broken Mirror",
|
||
|
|
[-1000197] = "Broken Mirror",
|
||
|
|
[-1000198] = "Clan Aylaag",
|
||
|
|
[-1000199] = "Grand Hunts",
|
||
|
|
[-1000200] = "Iskaara Fishing",
|
||
|
|
[-1000201] = GetSpellInfo(388945),
|
||
|
|
[-1000202] = "Elemental Unrest",
|
||
|
|
[-1000203] = select(2, GetAchievementInfo(4786)),
|
||
|
|
[-1000204] = "The Ahn'Qiraj War Effort",
|
||
|
|
[-1000205] = "The Opening of the Dark Portal",
|
||
|
|
[-1000206] = "The Scepter of the Shifting Sands",
|
||
|
|
[-1000207] = "The Scourge Invasion",
|
||
|
|
[-1000208] = "The Silithyst Must Flow",
|
||
|
|
[-1000209] = select(2, GetAchievementInfo(4790)),
|
||
|
|
[-1000210] = "Shadowlands Seasonal Promotions",
|
||
|
|
[-1000211] = "Dragonflight Seasonal Promotions",
|
||
|
|
[-1000212] = "Amazon Prime Gaming",
|
||
|
|
[-1000213] = "BlizzCon",
|
||
|
|
[-1000214] = "Collector's Edition",
|
||
|
|
[-1000216] = "Diablo III",
|
||
|
|
[-1000217] = "Diablo III: Reaper of Souls",
|
||
|
|
[-1000218] = "Diablo IV",
|
||
|
|
[-1000219] = "Overwatch: Origins",
|
||
|
|
[-1000220] = "Starcraft II: Wings of Liberty",
|
||
|
|
[-1000221] = "Starcraft II: Heart of the Swarm",
|
||
|
|
[-1000222] = "Starcraft II: Legacy of the Void",
|
||
|
|
[-1000223] = "TBC Classic Deluxe Edition",
|
||
|
|
[-1000224] = "Warcraft III Spoils of War Edition",
|
||
|
|
[-1000226] = "WotLK Classic Northrend Epic Upgrade",
|
||
|
|
[-1000227] = "WoW 15th Anniversary Collector's Edition",
|
||
|
|
[-1000228] = "Diablo Events",
|
||
|
|
[-1000229] = "Diablo 20th Anniversary",
|
||
|
|
[-1000230] = "A Greedy Emissary",
|
||
|
|
[-1000231] = "Hearthstone",
|
||
|
|
[-1000232] = "Hearthstone Mercenaries",
|
||
|
|
[-1000233] = "Heroes of the Storm",
|
||
|
|
[-1000234] = "iCoke",
|
||
|
|
[-1000235] = AUCTION_CATEGORY_MISCELLANEOUS,
|
||
|
|
[-1000236] = REFER_A_FRIEND,
|
||
|
|
[-1000237] = SCROLL_OF_RESURRECTION,
|
||
|
|
[-1000238] = C_PetJournal.GetPetInfoBySpeciesID(179),
|
||
|
|
[-1000239] = BATTLE_PET_SOURCE_9,
|
||
|
|
[-1000240] = "Warcraft Movie",
|
||
|
|
[-1000241] = select(1,GetCategoryInfo(162)),
|
||
|
|
[-1000242] = "Call of the Scarab",
|
||
|
|
[-1000243] = select(1,GetCategoryInfo(163)),
|
||
|
|
[-1000244] = "Darkmoon Faire",
|
||
|
|
[-1000245] = "Day of the Dead",
|
||
|
|
[-1000246] = GetSpellInfo(21953),
|
||
|
|
[-1000247] = "Free T-Shirt Day",
|
||
|
|
[-1000248] = select(1,GetCategoryInfo(158)),
|
||
|
|
[-1000249] = "Harvest Festival",
|
||
|
|
[-1000250] = "Kalimdor Cup",
|
||
|
|
[-1000251] = "Kalu'ak Fishing Derby",
|
||
|
|
[-1000252] = select(1,GetCategoryInfo(187)),
|
||
|
|
[-1000253] = select(1,GetCategoryInfo(160)),
|
||
|
|
[-1000254] = "March of the Tadpoles",
|
||
|
|
[-1000255] = "Midsummer Fire Festival",
|
||
|
|
[-1000256] = select(1,GetCategoryInfo(159)),
|
||
|
|
[-1000257] = select(1,GetCategoryInfo(14981)),
|
||
|
|
[-1000258] = "Pirates' Day",
|
||
|
|
[-1000259] = "Secrets of Azeroth",
|
||
|
|
[-1000260] = "Stranglethorn Fishing Extravaganza",
|
||
|
|
[-1000261] = "The Great Gnomeregan Run",
|
||
|
|
[-1000262] = "Thousand Boat Bash",
|
||
|
|
[-1000263] = GetDifficultyInfo(24),
|
||
|
|
[-1000264] = "Trial of Style",
|
||
|
|
[-1000265] = "WoW's Anniversary",
|
||
|
|
[-1000266] = select(2,GetAchievementInfo(2398)),
|
||
|
|
[-1000267] = select(2,GetAchievementInfo(4400)),
|
||
|
|
[-1000268] = select(2,GetAchievementInfo(5512)),
|
||
|
|
[-1000269] = select(2,GetAchievementInfo(5863)),
|
||
|
|
[-1000270] = select(2,GetAchievementInfo(6131)),
|
||
|
|
[-1000271] = select(2,GetAchievementInfo(7853)),
|
||
|
|
[-1000272] = select(2,GetAchievementInfo(8820)),
|
||
|
|
[-1000273] = select(2,GetAchievementInfo(10058)),
|
||
|
|
[-1000274] = select(2,GetAchievementInfo(10741)),
|
||
|
|
[-1000275] = select(2,GetAchievementInfo(11848)),
|
||
|
|
[-1000276] = select(2,GetAchievementInfo(12827)),
|
||
|
|
[-1000277] = select(2,GetAchievementInfo(13917)),
|
||
|
|
[-1000278] = select(2,GetAchievementInfo(14271)),
|
||
|
|
[-1000279] = select(2,GetAchievementInfo(14942)),
|
||
|
|
[-1000280] = select(2,GetAchievementInfo(15218)),
|
||
|
|
}) do a[key] = value; end
|
||
|
|
|
||
|
|
local a = L.HEADER_DESCRIPTIONS;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000017] = "These items can be obtained by doing Emissary Quests or gaining a paragon box.",
|
||
|
|
[-1000023] = "A specific holiday may need to be active for you to complete the referenced Things within this section.",
|
||
|
|
[-1000028] = "This section will only show your current character's professions outside of Account and Debug Mode.",
|
||
|
|
[-1000031] = "Contains Things which are rewarded or are available from other content within the containing section.\nThey are consolidated here in an effort to reduce duplication from many possible Sources.",
|
||
|
|
[-1000033] = "Naughty secrets...",
|
||
|
|
[-1000041] = "World Quests are time-limited Quests available in specific locations with variable rewards.\n\nMake sure to check the ATT World Quests window (/attwq) often to see what time-limited Things you should go collect!",
|
||
|
|
[-1000043] = "These items can drop from repeatable treasure chests, wish crickets, world quests or table missions.",
|
||
|
|
[-1000089] = "This section will show you things that you can buy in the In-Game Shop.",
|
||
|
|
[-1000092] = "Only available in Hard Mode",
|
||
|
|
[-1000143] = "One member of your group must have completed the Seal of Ascension quest chain in order for the fires to light and the door to open to this portion of the instance. Also known as 'Upper' Blackrock Spire.",
|
||
|
|
[-1000144] = "This part of the instance can be accessed from the eastern-most portal. (right side)",
|
||
|
|
[-1000145] = "This part of the instance can be accessed from the northern-most portal.",
|
||
|
|
[-1000146] = "This part of the instance can be accessed from the western-most portal. (left side)",
|
||
|
|
[-1000154] = "Stratholme is divided into two sides.\n\nThis side is commonly referred to as the \"Live\" or \"Scarlet\" side, which the Scarlet Crusade has taken over.",
|
||
|
|
[-1000155] = "Stratholme is divided into two sides.\n\nThis side is commonly referred to as the \"Dead\" or \"Scourge\" side, which the Scourge has taken over.",
|
||
|
|
[-1000161] = "Requires Archaeology to activate. Activate all 4 of the artifacts to spawn the boss. If the boss you want doesn't spawn, do NOT kill the one that did. Instead, zone out and wait for 30 minutes. Once you zone back, there will sometimes be a new boss waiting for you.",
|
||
|
|
[-1000202] = "The Elemental Unrest was a world event that heralded the Cataclysm. The event culminated in elementals attacking Stormwind, Orgrimmar, Ironforge, and Thunder Bluff. Players defeating these elementals and freeing trapped citizens within their entire city were granted access to two special boss encounters.",
|
||
|
|
[-1000203] = "Operation: Gnomeregan was the name of Gelbin Mekkatorque's plan for the retaking of the surface of Gnomeregan. Only Alliance players between level 75 and 80 were able to serve during the operation, but lower level players helped by motivating other gnomes or by turning in items.",
|
||
|
|
[-1000204] = "The Ruins of Ahn'Qiraj and Temple of Ahn'Qiraj were not be immediately available with the release of Phase 5. Instead, server communities had to undertake a massive war effort to open the raids by gathering supplies to prepare for the war and completing an epic questline that ultimately culminates in the banging of a gong to open the gates and release the horrors within upon the world.\n\nOnce both factions have finished their contribution, there is a 5-day grace period where. Afterwards, there is a server-wide 10 hour event which spans several zones in Kalimdor the moment someone bangs the gong.\n\nHow quickly Ahn'Qiraj opens depends on the server and its faction balance.\n\nWe recommend delaying the War Effort as long as possible to allow for the most number of people to obtain the Scarab Lord mount as everyone that finishes The Scepter of the Shifting Sands quest line will be granted the same rewards!",
|
||
|
|
[-1000205] = "The Opening of the Dark Portal was a one-time event that happened between Prepatch and the launch of TBC and subsequentially removed after. The tabard is the only tabard in the game with the Flex emote built into it and is highly covetted by collectors. Highlord Kruul would spawn randomly outside of the major cities and max level zones of the time.",
|
||
|
|
[-1000206] = "In addition to all players on a realm working towards completing the War Effort, one player had to create the Scepter of the Shifting Sands - a very difficult task that could only be solved by a server's top guild back when the questline was added. After the war effort was finished and the army of the Alliance and the Horde arrived in Silithus, the Scepter of the Shifting Sands could be used on the Scarab Gong. Doing so resulted in the opening of Ahn'Qiraj. The first player to bang the Scarab Gong on each server would be rewarded with the Scarab Lord title (in Burning Crusade, the title will not be available in Classic!) and the Black Qiraji Resonating Crystal mount. Anyone else who followed them within 10 hours was rewarded with the title as well.\n\nAlthough it is still possible to complete the questline for the Scepter of the Shifting Sands after the gates have been opened on your server, doing so will not reward neither the Black Qiraji Resonating Crystal nor the Scarab Lord title.",
|
||
|
|
[-1000207] = "The Scourge Invasion was a world event in Patch 1.11 and again during the Wrath of the Lich King Pre-Patch during 3.0.1 that heralded the opening of Naxxramas, the citadel of the dreaded Kel'Thuzad.\n\nSeveral regions of Azeroth came under attack by Scourge forces. Members of the Argent Dawn organized a worldwide counter to the Scourge invasion, keeping an eye out for any necropolis sightings and passing on their information to all adventurers willing to aid them in their struggle.\n\nWith each victory against the Scourge, the defense grows stronger. As more and more invasion attempts are beaten back by the defenders, the Argent Dawn will be able to bestow increasingly more powerful blessings upon those fighting the invaders. If the mortal races focus on clearing the Scourge camps all over the world that have sprung up beneath each necropolis, perhaps the invasion can effectively be halted or even repelled. Those who wish to take up arms against the undead invaders should speak with a representative of the Argent Dawn to learn what regions need help and how the defense is holding up.",
|
||
|
|
[-1000208] = "The Silithyst Must Flow is the name of the world PvP event in Silithus, where players of both factions must try and secure as much Silithyst as possible. Silithyst is a red crystalline dust that reaches the surface through geysers exclusive to the Silithus desert. Both the Alliance and the Horde have taken an interest in this new substance, and researchers on both sides have discovered unique and valuable properties in the dust. The Horde and Alliance camps in the region have both been outfitted with turn-in stations where players can unload the Silithyst they collect.",
|
||
|
|
[-1000209] = "Zalazane's Fall (also referred to as the Battle to reclaim the Echo Isles) was the final push by Vol'jin and the Darkspear tribe to retake the Echo Isles from the clutches of the evil Zalazane. It was a culminating event for the Horde to occur before the release of the next expansion, Cataclysm. Furthermore, all troll characters created after the liberation of the Echo Isles now have their new starting point there.",
|
||
|
|
[-1000210] = "These promotions happened during the time Shadowlands was the most recent content between 13th October 2020 & 25th October 2022.\n\nThey are listed in the order of their first appearance.",
|
||
|
|
[-1000211] = "These promotions happened during the time Dragonflight was the most recent content between 25th October 2022 & 12th November 2024.\n\nThey are listed in the order of their first appearance.",
|
||
|
|
[-1000212] = "Amazon Prime Gaming offers in-game content for World of Warcraft Retail. Depending on your country, Amazon Prime (which includes Gaming) costs between 4-16 $/€ per month with the occasional monthly free trial available.\n\nCreate a Twitch account & connect it with your Prime Account. Next connect your B.Net Account with your Twitch Account. Lastly claim your monthly reward under 'gaming.amazon.com/loot/wow'.\n\nAmazon Prime also comes with a free Twitch subscription which you can use to support AllTheThings.\n\nTwitch.tv/Crieve\nTwitch.tv/Goldenshacal",
|
||
|
|
[-1000216] = "These rewards were made available to anyone who purchased a Collector's Edition of Diablo III.",
|
||
|
|
[-1000217] = "These rewards were made available to anyone who purchased the Collector's Edition of the Reaper of Souls expansion for Diablo III.",
|
||
|
|
[-1000218] = "Granted to owners of Diablo IV Base Version.",
|
||
|
|
[-1000219] = "These rewards are available to anyone who purchases the Collector's Edition for Overwatch: Origins.",
|
||
|
|
[-1000220] = "These rewards are available to anyone who purchased the Collector's Edition for Starcraft II: Wings of Liberty.",
|
||
|
|
[-1000221] = "These rewards are available to anyone who purchased the Collector's Edition for Starcraft II: Heart of the Swarm.",
|
||
|
|
[-1000222] = "These rewards are available to anyone who purchased the Collector's Edition for Starcraft II: Legacy of the Void.",
|
||
|
|
[-1000223] = "These rewards were made available to anyone who purchased a Deluxe Edition of TBC Classic. (not to be confused with the original Burning Crusade Collector's Edition)",
|
||
|
|
[-1000224] = "These rewards are available to anyone who purchased the Spoils of War Edition of Warcraft III: Reforged.",
|
||
|
|
[-1000226] = "These rewards were made available to anyone who purchased a Northrend Heroic Upgrade for WotLK Classic. (not to be confused with the original Wrath of the Lich King Collector's Edition)",
|
||
|
|
[-1000227] = "These rewards were made available to anyone who purchased a World of Warcraft 15th Anniversary Collector's Edition.",
|
||
|
|
[-1000231] = "Win 3 games in Hearthstone to qualify for these rewards.\n\nThe game is free, go get it!\n\nNOTE: You can thank IceQ1337 for this!",
|
||
|
|
[-1000232] = "Complete the Mercenaries Mode tutorial in Hearthstone and send your party on a mission in order to receive this reward.",
|
||
|
|
[-1000234] = "These were only available through the 2006 iCoke Promotion (China Only)",
|
||
|
|
[-1000235] = "This section is for miscellaneous promotions that took place in the real world or something to do with account management.",
|
||
|
|
[-1000237] = "The following item sets were implemented as boosted character rewards for recipients of the Scroll of Resurrection.\n\nThey were later added to vendors in Mount Hyjal and Vash'jir once the Scroll of Resurrection Service was retired.",
|
||
|
|
[-1000238] = "This is a Battlegrounds-based event that coincides with the beginning of the Summer Olympic games. The only time this was celebrated was in 2008 to correspond to the Beijing Olympics, and although there appeared to be the intention to repeat this event, it never returned.",
|
||
|
|
[-1000240] = "These were rewarded for logging in at least once per faction while the Warcraft movie was still in theaters.",
|
||
|
|
[-1000263] = "Timewalking difficulties needlessly create new Source IDs for items despite having the exact same name, appearance, and display in the Collections Tab.\n\nA plea to the Blizzard Devs: Please clean up the Source ID database and have your Timewalking / Titanforged item variants use the same Source ID as their base assuming the appearances and names are exactly the same. Not only will this make your database much cleaner, but it will also make Completionists excited for rather than dreading the introduction of more Timewalking content.\n\n - Crieve, the Very Bitter Account Completionist that had 99% Ulduar completion and now only has 64% because your team duplicated the Source IDs rather than reuse the existing one.",
|
||
|
|
[-1000265] = "This is a yearly recurring event that occurs between the beginning of November and the end of the year.",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
|
||
|
|
local a = L.HEADER_LORE;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000046] = "One of these dragons will spawn randomly at the associated coordinates across Azeroth.",
|
||
|
|
[-1000137] = "The Dungeon Set 2 class sets, commonly referred to as Tier 0.5, are obtained by completing a long quest chain to upgrade the first set available as drops in end game dungeons into stronger versions of themselves. In current WoW, these sets are covetted by Collectors as the quest chain was completely removed from the game with Cataclysm. In WoW Classic, you should finish this quest chain on all of your characters before then!",
|
||
|
|
[-1000138] = "These can be farmed infinitely by resetting the boss.",
|
||
|
|
[-1000164] = "The following items can be created by using a Burden of Eternity on a Timeless Armor Token for a double dose of pointless RNG.",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
|
||
|
|
if simplifiedLocale == "de" then
|
||
|
|
a = L.HEADER_NAMES;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000009] = "Gemeinsame Bossbeute",
|
||
|
|
[-1000033] = "Rätsel",
|
||
|
|
[-1000046] = "Drachen des Alptraums",
|
||
|
|
[-1000081] = "Paktangriffe",
|
||
|
|
[-1000083] = "Sanktumaufwertungen",
|
||
|
|
[-1000084] = "Seelengestalt Formen",
|
||
|
|
[-1000085] = "Gebäude",
|
||
|
|
[-1000121] = "Hasserfüllten Gladiator",
|
||
|
|
[-1000126] = "Aspiranten Rüstung",
|
||
|
|
[-1000127] = "Kämpfer Rüstung",
|
||
|
|
[-1000128] = "Elite Rüstung",
|
||
|
|
[-1000129] = "Gladiatoren Rüstung",
|
||
|
|
[-1000133] = "Alle Rollen",
|
||
|
|
[-1000134] = "DDs",
|
||
|
|
[-1000135] = "Heiler",
|
||
|
|
[-1000139] = "Die Vier Reiter",
|
||
|
|
[-1000150] = "Friedhof",
|
||
|
|
[-1000151] = "Bibliothek",
|
||
|
|
[-1000152] = "Waffenkammer",
|
||
|
|
[-1000153] = "Kathedrale",
|
||
|
|
[-1000157] = "Sturm auf die Zitadelle",
|
||
|
|
[-1000158] = "Die Seuchenwerke",
|
||
|
|
[-1000162] = "Schrottplatz",
|
||
|
|
[-1000169] = "Der große Odyn und der Feuerlord",
|
||
|
|
[-1000170] = "Der Wanderer und die Schlange",
|
||
|
|
[-1000171] = "Hallen des Goldes und des Ruhmes",
|
||
|
|
[-1000172] = "Das Auge des Hüters",
|
||
|
|
[-1000173] = "Die erste der Val'kyr",
|
||
|
|
[-1000174] = "Die Versiegelung der Hallen der Tapferkeit",
|
||
|
|
[-1000182] = "Rang 1",
|
||
|
|
[-1000183] = "Rang 2",
|
||
|
|
[-1000184] = "Rang 3",
|
||
|
|
[-1000185] = "Rang 4",
|
||
|
|
[-1000186] = "Zerbrochener Spiegel",
|
||
|
|
[-1000187] = "Zerbrochener Spiegel",
|
||
|
|
[-1000188] = "Zerbrochener Spiegel",
|
||
|
|
[-1000189] = "Zerbrochener Spiegel",
|
||
|
|
[-1000190] = "Zerbrochener Spiegel",
|
||
|
|
[-1000191] = "Zerbrochener Spiegel",
|
||
|
|
[-1000192] = "Zerbrochener Spiegel",
|
||
|
|
[-1000193] = "Zerbrochener Spiegel",
|
||
|
|
[-1000194] = "Zerbrochener Spiegel",
|
||
|
|
[-1000195] = "Zerbrochener Spiegel",
|
||
|
|
[-1000196] = "Zerbrochener Spiegel",
|
||
|
|
[-1000197] = "Zerbrochener Spiegel",
|
||
|
|
[-1000198] = "Klan Aylaag",
|
||
|
|
[-1000205] = "Die Öffnung des Dunklen Portals",
|
||
|
|
[-1000206] = "Das Szepter der Sandstürme",
|
||
|
|
[-1000229] = "20. Geburtstag von Diablo",
|
||
|
|
[-1000230] = "Ein gieriger Abgesandter",
|
||
|
|
[-1000232] = "Hearthstone Söldner",
|
||
|
|
[-1000245] = "Tag der Toten",
|
||
|
|
[-1000251] = "Angelwettstreit der Kalu'ak",
|
||
|
|
[-1000255] = "Sonnenwendfest",
|
||
|
|
[-1000258] = "Piratentag",
|
||
|
|
[-1000260] = "Anglerwettbewerb im Schlingendorntal",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "es" then
|
||
|
|
a = L.HEADER_NAMES;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000081] = "Asaltos de las Curias",
|
||
|
|
[-1000083] = "Mejoras del sagrario",
|
||
|
|
[-1000121] = "Gladiador Odioso",
|
||
|
|
[-1000139] = "Los Cuatro Jinetes",
|
||
|
|
[-1000157] = "Asaltar la Ciudadela",
|
||
|
|
[-1000158] = "Los Talleres de la Peste",
|
||
|
|
[-1000162] = "Desguace",
|
||
|
|
[-1000169] = "El gran Odyn y el Señor del Fuego",
|
||
|
|
[-1000170] = "El nómada y la serpiente",
|
||
|
|
[-1000171] = "Cámaras de oro y gloria",
|
||
|
|
[-1000172] = "El ojo del guardián",
|
||
|
|
[-1000173] = "La primera Val'kyr",
|
||
|
|
[-1000174] = "El sello de las Cámaras del Valor",
|
||
|
|
[-1000175] = "Se llama Sangredragón",
|
||
|
|
[-1000176] = "Las últimas palabras de Asgrim el Mataterrador",
|
||
|
|
[-1000177] = "El credo de una doncella escudera",
|
||
|
|
[-1000178] = "La profecía de Rythas el Oráculo",
|
||
|
|
[-1000179] = "Las lecciones de Puño Opaco",
|
||
|
|
[-1000180] = "La locura de Volund",
|
||
|
|
[-1000186] = "Espejo roto",
|
||
|
|
[-1000187] = "Espejo roto",
|
||
|
|
[-1000188] = "Espejo roto",
|
||
|
|
[-1000189] = "Espejo roto",
|
||
|
|
[-1000190] = "Espejo roto",
|
||
|
|
[-1000191] = "Espejo roto",
|
||
|
|
[-1000192] = "Espejo roto",
|
||
|
|
[-1000193] = "Espejo roto",
|
||
|
|
[-1000194] = "Espejo roto",
|
||
|
|
[-1000195] = "Espejo roto",
|
||
|
|
[-1000196] = "Espejo roto",
|
||
|
|
[-1000197] = "Espejo roto",
|
||
|
|
[-1000198] = "Clan Aylaag",
|
||
|
|
[-1000205] = "La apertura del Portal Oscuro",
|
||
|
|
[-1000206] = "El cetro del Mar de Dunas",
|
||
|
|
[-1000230] = "Un Emisario Codicioso",
|
||
|
|
[-1000232] = "Hearthstone Mercenarios",
|
||
|
|
[-1000245] = "Festividad de los Muertos",
|
||
|
|
[-1000251] = "Competición de pesca Kalu'ak",
|
||
|
|
[-1000255] = "Festival del Fuego del Solsticio de Verano",
|
||
|
|
[-1000258] = "Día de los Piratas",
|
||
|
|
[-1000260] = "Gran espectáculo de pesca de Tuercespina",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "fr" then
|
||
|
|
a = L.HEADER_NAMES;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000000] = "Est",
|
||
|
|
[-1000001] = "Nord",
|
||
|
|
[-1000002] = "Sud",
|
||
|
|
[-1000003] = "Ouest",
|
||
|
|
[-1000011] = "Objet commun de donjon",
|
||
|
|
[-1000012] = "Objets communs des vendeurs",
|
||
|
|
[-1000043] = "Récompenses de la zone",
|
||
|
|
[-1000046] = "Dragons du Cauchemar",
|
||
|
|
[-1000053] = "Événement chronométré",
|
||
|
|
[-1000054] = "Premier coffre",
|
||
|
|
[-1000055] = "Second coffre",
|
||
|
|
[-1000056] = "Troisième coffre",
|
||
|
|
[-1000057] = "Coffre final",
|
||
|
|
[-1000081] = "Assauts de congrégation",
|
||
|
|
[-1000083] = "Améliorations du sanctum",
|
||
|
|
[-1000084] = "Forme d'âme",
|
||
|
|
[-1000116] = select(2, GetAchievementInfo(2091))..": Saison 1",
|
||
|
|
[-1000117] = select(2, GetAchievementInfo(418))..": Saison 2",
|
||
|
|
[-1000118] = select(2, GetAchievementInfo(419))..": Saison 3",
|
||
|
|
[-1000119] = select(2, GetAchievementInfo(420))..": Saison 4",
|
||
|
|
[-1000120] = select(2, GetAchievementInfo(3336))..": Saison 5",
|
||
|
|
[-1000121] = "Gladiateur Haineux",
|
||
|
|
[-1000122] = select(2, GetAchievementInfo(3436))..": Saison 6",
|
||
|
|
[-1000123] = select(2, GetAchievementInfo(3758))..": Saison 7",
|
||
|
|
[-1000124] = select(2, GetAchievementInfo(4599))..": Saison 8",
|
||
|
|
[-1000126] = "Équipement Aspirant",
|
||
|
|
[-1000127] = "Équipement Combattant",
|
||
|
|
[-1000128] = "Équipement Élite",
|
||
|
|
[-1000129] = "Équipement Gladiateur",
|
||
|
|
[-1000133] = "Tous les Rôles",
|
||
|
|
[-1000134] = "Dégâts",
|
||
|
|
[-1000135] = "Soigneurs",
|
||
|
|
[-1000137] = "Ensembles Tier 0.5",
|
||
|
|
[-1000138] = "Capitaines",
|
||
|
|
[-1000139] = "Les quatre cavaliers",
|
||
|
|
[-1000144] = DUNGEON_FLOOR_DIREMAUL5.." (Est)",
|
||
|
|
[-1000145] = DUNGEON_FLOOR_DIREMAUL1.." (Nord)",
|
||
|
|
[-1000146] = DUNGEON_FLOOR_DIREMAUL2.." (Ouest)",
|
||
|
|
[-1000150] = "Cimetière",
|
||
|
|
[-1000151] = "Librairie",
|
||
|
|
[-1000152] = "Armurerie",
|
||
|
|
[-1000153] = "Cathédrale",
|
||
|
|
[-1000156] = "Défenseurs Atal'ai",
|
||
|
|
[-1000157] = "La prise de la citadelle",
|
||
|
|
[-1000158] = "La Pesterie",
|
||
|
|
[-1000161] = "L'antre de la Folie",
|
||
|
|
[-1000162] = "La casse",
|
||
|
|
[-1000169] = "Le grand Odyn et le seigneur du feu",
|
||
|
|
[-1000175] = "Il s’appelait Sang de dragon",
|
||
|
|
[-1000176] = "Les dernières paroles d’Asgrim le Tueur de l’effroi",
|
||
|
|
[-1000177] = "Le credo de la vierge guerrière",
|
||
|
|
[-1000178] = "La prophétie de Rythas l’Oracle",
|
||
|
|
[-1000179] = "Les leçons du poing noir",
|
||
|
|
[-1000180] = "La folie de Volund",
|
||
|
|
[-1000182] = "Rang 1",
|
||
|
|
[-1000183] = "Rang 2",
|
||
|
|
[-1000184] = "Rang 3",
|
||
|
|
[-1000185] = "Rang 4",
|
||
|
|
[-1000186] = "Miroir brisé",
|
||
|
|
[-1000187] = "Miroir brisé",
|
||
|
|
[-1000188] = "Miroir brisé",
|
||
|
|
[-1000189] = "Miroir brisé",
|
||
|
|
[-1000190] = "Miroir brisé",
|
||
|
|
[-1000191] = "Miroir brisé",
|
||
|
|
[-1000192] = "Miroir brisé",
|
||
|
|
[-1000193] = "Miroir brisé",
|
||
|
|
[-1000194] = "Miroir brisé",
|
||
|
|
[-1000195] = "Miroir brisé",
|
||
|
|
[-1000196] = "Miroir brisé",
|
||
|
|
[-1000197] = "Miroir brisé",
|
||
|
|
[-1000198] = "Clan des Aylaags",
|
||
|
|
[-1000199] = "Grandes Chasses",
|
||
|
|
[-1000204] = "Effort de guerre d’Ahn'Qiraj",
|
||
|
|
[-1000205] = "L'ouverture de la Porte des ténèbres",
|
||
|
|
[-1000206] = "Le Sceptre des Sables changeants",
|
||
|
|
[-1000214] = "Edition Collector",
|
||
|
|
[-1000223] = "Édition BC Classic Deluxe",
|
||
|
|
[-1000229] = "20e anniversaire de Diablo",
|
||
|
|
[-1000230] = "Émissaire cupide",
|
||
|
|
[-1000232] = "Hearthstone Mercenaires",
|
||
|
|
[-1000245] = "Jour des morts",
|
||
|
|
[-1000251] = "Le tournoi de pêche kalu'ak",
|
||
|
|
[-1000255] = "Fête du Feu du solstice d’été",
|
||
|
|
[-1000258] = "Jour des pirates",
|
||
|
|
[-1000260] = "Concours de pêche de Strangleronce",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "it" then
|
||
|
|
a = L.HEADER_NAMES;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000081] = "Assalti delle Congreghe",
|
||
|
|
[-1000083] = "Potenziamenti al Santuario",
|
||
|
|
[-1000121] = "Gladiatore Perfido",
|
||
|
|
[-1000139] = "I Cavalieri dell'Apocalisse",
|
||
|
|
[-1000157] = "Assalto alla rocca",
|
||
|
|
[-1000158] = "Sale della Pestilenza",
|
||
|
|
[-1000162] = "Discarica",
|
||
|
|
[-1000186] = "Specchio Rotto",
|
||
|
|
[-1000187] = "Specchio Rotto",
|
||
|
|
[-1000188] = "Specchio Rotto",
|
||
|
|
[-1000189] = "Specchio Rotto",
|
||
|
|
[-1000190] = "Specchio Rotto",
|
||
|
|
[-1000191] = "Specchio Rotto",
|
||
|
|
[-1000192] = "Specchio Rotto",
|
||
|
|
[-1000193] = "Specchio Rotto",
|
||
|
|
[-1000194] = "Specchio Rotto",
|
||
|
|
[-1000195] = "Specchio Rotto",
|
||
|
|
[-1000196] = "Specchio Rotto",
|
||
|
|
[-1000197] = "Specchio Rotto",
|
||
|
|
[-1000198] = "Clan Aylaag",
|
||
|
|
[-1000205] = "L'apertura del Portale Oscuro",
|
||
|
|
[-1000206] = "Scettro delle Sabbie Mutevoli",
|
||
|
|
[-1000230] = "Un emissario avido",
|
||
|
|
[-1000232] = "Hearthstone Mercenari",
|
||
|
|
[-1000245] = "Giorno dei Morti",
|
||
|
|
[-1000251] = "La gara di pesca dei Kalu'ak",
|
||
|
|
[-1000255] = "Fuochi di Mezza Estate",
|
||
|
|
[-1000258] = "Giorno dei Pirati",
|
||
|
|
[-1000260] = "Gara di Pesca a Rovotorto",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "ko" then
|
||
|
|
a = L.HEADER_NAMES;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000081] = "성약의 습격",
|
||
|
|
[-1000083] = "성소 강화",
|
||
|
|
[-1000121] = "원한에 검투사",
|
||
|
|
[-1000139] = "4인 기사단",
|
||
|
|
[-1000157] = "성채 몰아치기",
|
||
|
|
[-1000158] = "역병작업장",
|
||
|
|
[-1000162] = "고철장",
|
||
|
|
[-1000186] = "깨진 거울",
|
||
|
|
[-1000187] = "깨진 거울",
|
||
|
|
[-1000188] = "깨진 거울",
|
||
|
|
[-1000189] = "깨진 거울",
|
||
|
|
[-1000190] = "깨진 거울",
|
||
|
|
[-1000191] = "깨진 거울",
|
||
|
|
[-1000192] = "깨진 거울",
|
||
|
|
[-1000193] = "깨진 거울",
|
||
|
|
[-1000194] = "깨진 거울",
|
||
|
|
[-1000195] = "깨진 거울",
|
||
|
|
[-1000196] = "깨진 거울",
|
||
|
|
[-1000197] = "깨진 거울",
|
||
|
|
[-1000198] = "아일라그 부족",
|
||
|
|
[-1000205] = "어둠의 문 열기",
|
||
|
|
[-1000206] = "흐르는 모래의 홀",
|
||
|
|
[-1000230] = "탐욕의 사절",
|
||
|
|
[-1000245] = "망자의 날",
|
||
|
|
[-1000251] = "칼루아크 낚시 대회",
|
||
|
|
[-1000255] = "한여름 불꽃축제",
|
||
|
|
[-1000258] = "해적의 날",
|
||
|
|
[-1000260] = "가시덤불 골짜기 낚시왕 선발대회",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "pt" then
|
||
|
|
a = L.HEADER_NAMES;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000081] = "Ataques Pactos",
|
||
|
|
[-1000083] = "Aprimoramentos de Santuário",
|
||
|
|
[-1000121] = "Gladiador Odioso",
|
||
|
|
[-1000139] = "Os Quatro Cavaleiros",
|
||
|
|
[-1000157] = "Invasão da Cidadela",
|
||
|
|
[-1000158] = "Antro da Peste",
|
||
|
|
[-1000162] = "Ferro-velho",
|
||
|
|
[-1000169] = "O Grande Odyn e o Senhor do Fogo",
|
||
|
|
[-1000170] = "O Andarilho e a Serpente",
|
||
|
|
[-1000171] = "Os Salões de Ouro e Glória",
|
||
|
|
[-1000172] = "O Olho do Guardião",
|
||
|
|
[-1000173] = "A Primeira das Val'kyren",
|
||
|
|
[-1000174] = "O Selamento dos Salões da Bravura",
|
||
|
|
[-1000175] = "Ele se chama Sangue de Dragão",
|
||
|
|
[-1000176] = "As Últimas Palavras de Asgrim, o Algoz Medonho",
|
||
|
|
[-1000177] = "A Crença de uma Dama Escudeira",
|
||
|
|
[-1000178] = "A Profecia de Rythas, o Oráculo",
|
||
|
|
[-1000179] = "As Lições do Punho Negro",
|
||
|
|
[-1000180] = "A Tolice de Volund",
|
||
|
|
[-1000186] = "Espelho Quebrado",
|
||
|
|
[-1000187] = "Espelho Quebrado",
|
||
|
|
[-1000188] = "Espelho Quebrado",
|
||
|
|
[-1000189] = "Espelho Quebrado",
|
||
|
|
[-1000190] = "Espelho Quebrado",
|
||
|
|
[-1000191] = "Espelho Quebrado",
|
||
|
|
[-1000192] = "Espelho Quebrado",
|
||
|
|
[-1000193] = "Espelho Quebrado",
|
||
|
|
[-1000194] = "Espelho Quebrado",
|
||
|
|
[-1000195] = "Espelho Quebrado",
|
||
|
|
[-1000196] = "Espelho Quebrado",
|
||
|
|
[-1000197] = "Espelho Quebrado",
|
||
|
|
[-1000198] = "Clã Aylaag",
|
||
|
|
[-1000205] = "A abertura do Portal Negro",
|
||
|
|
[-1000206] = "Cetro das Areias Cambiantes",
|
||
|
|
[-1000230] = "Um Emissário Ganancioso",
|
||
|
|
[-1000232] = "Hearthstone Mercenários",
|
||
|
|
[-1000245] = "Dia dos Mortos",
|
||
|
|
[-1000251] = "Campeonato de Pesca dos Kalu'ak",
|
||
|
|
[-1000255] = "Festival do Fogo do Solstício",
|
||
|
|
[-1000258] = "Dia dos Piratas",
|
||
|
|
[-1000260] = "Festerê de Pesca da Selva do Espinhaço",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "ru" then
|
||
|
|
a = L.HEADER_NAMES;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000000] = "Восток",
|
||
|
|
[-1000001] = "Север",
|
||
|
|
[-1000002] = "Юг",
|
||
|
|
[-1000003] = "Запад",
|
||
|
|
[-1000009] = "Общая добыча с боссов",
|
||
|
|
[-1000010] = "Обычная добыча из Сундуков",
|
||
|
|
[-1000011] = "Обычная добыча с боссов",
|
||
|
|
[-1000012] = "Обычные предметы у Торговцев",
|
||
|
|
[-1000016] = BATTLE_PET_SOURCE_1,
|
||
|
|
[-1000020] = "Точка полета",
|
||
|
|
[-1000030] = "Редкие",
|
||
|
|
[-1000033] = "Секреты",
|
||
|
|
[-1000036] = "Сундук с сокровищами",
|
||
|
|
[-1000040] = "Мировые Боссы",
|
||
|
|
[-1000042] = "Добыча локации",
|
||
|
|
[-1000043] = "Добыча локации",
|
||
|
|
[-1000046] = "Драконы Кошмара",
|
||
|
|
[-1000053] = "Временное Событие",
|
||
|
|
[-1000054] = "Первый Сундук",
|
||
|
|
[-1000055] = "Второй Сундук",
|
||
|
|
[-1000056] = "Третий Сундук",
|
||
|
|
[-1000057] = "Последний Сундук",
|
||
|
|
[-1000081] = "Нападения Ковенантов",
|
||
|
|
[-1000083] = "Улучшения для Обители",
|
||
|
|
[-1000084] = "Формы души",
|
||
|
|
[-1000085] = "Строения",
|
||
|
|
[-1000093] = "Элитный",
|
||
|
|
[-1000098] = "Легендарные предметы",
|
||
|
|
[-1000102] = "Комплект 3-го уровня",
|
||
|
|
[-1000116] = select(2, GetAchievementInfo(2091))..": Сезон 1",
|
||
|
|
[-1000117] = select(2, GetAchievementInfo(418))..": Сезон 2",
|
||
|
|
[-1000118] = select(2, GetAchievementInfo(419))..": Сезон 3",
|
||
|
|
[-1000119] = select(2, GetAchievementInfo(420))..": Сезон 4",
|
||
|
|
[-1000120] = select(2, GetAchievementInfo(3336))..": Сезон 5",
|
||
|
|
[-1000121] = "Злобный гладиатор",
|
||
|
|
[-1000122] = select(2, GetAchievementInfo(3436))..": Сезон 6",
|
||
|
|
[-1000123] = select(2, GetAchievementInfo(3758))..": Сезон 7",
|
||
|
|
[-1000124] = select(2, GetAchievementInfo(4599))..": Сезон 8",
|
||
|
|
[-1000126] = "Доспехи Претендента",
|
||
|
|
[-1000127] = "Доспехи Бойца",
|
||
|
|
[-1000128] = "Элитные доспехи",
|
||
|
|
[-1000129] = "Доспехи Гладиатора",
|
||
|
|
[-1000133] = "Все роли",
|
||
|
|
[-1000134] = "Боец",
|
||
|
|
[-1000135] = "Лекарь",
|
||
|
|
[-1000136] = "Танк",
|
||
|
|
[-1000137] = "Комплекты T0.5",
|
||
|
|
[-1000138] = "Капитаны",
|
||
|
|
[-1000139] = "Четыре Всадника",
|
||
|
|
[-1000144] = DUNGEON_FLOOR_DIREMAUL5.." (Восток)",
|
||
|
|
[-1000145] = DUNGEON_FLOOR_DIREMAUL1.." (Север)",
|
||
|
|
[-1000146] = DUNGEON_FLOOR_DIREMAUL2.." (Запад)",
|
||
|
|
[-1000150] = "Кладбище",
|
||
|
|
[-1000151] = "Библиотека",
|
||
|
|
[-1000152] = "Оружейная",
|
||
|
|
[-1000153] = "Собор",
|
||
|
|
[-1000156] = "Защитники Атал'ай",
|
||
|
|
[-1000157] = "Штурм цитадели",
|
||
|
|
[-1000158] = "Чумодельня",
|
||
|
|
[-1000161] = "Тайник Безумия",
|
||
|
|
[-1000162] = "Свалка",
|
||
|
|
[-1000169] = "Великий Один и Повелитель Огня",
|
||
|
|
[-1000170] = "Странник и змей",
|
||
|
|
[-1000171] = "Чертоги золота и славы",
|
||
|
|
[-1000172] = "Глаз Хранителя",
|
||
|
|
[-1000173] = "Первая из валь'кир",
|
||
|
|
[-1000174] = "Печать на Чертогах Доблести",
|
||
|
|
[-1000175] = "Октель Драконья Кровь",
|
||
|
|
[-1000176] = "Последние слова Азгрима Смертоубийцы",
|
||
|
|
[-1000177] = "Кредо девы щита",
|
||
|
|
[-1000178] = "Пророчество Райтаса Провидца",
|
||
|
|
[-1000179] = "Уроки Черного Кулака",
|
||
|
|
[-1000180] = "Безрассудный Волунд",
|
||
|
|
[-1000182] = "Ранг 1",
|
||
|
|
[-1000183] = "Ранг 2",
|
||
|
|
[-1000184] = "Ранг 3",
|
||
|
|
[-1000185] = "Ранг 4",
|
||
|
|
[-1000186] = "Разбитое зеркало",
|
||
|
|
[-1000187] = "Разбитое зеркало",
|
||
|
|
[-1000188] = "Разбитое зеркало",
|
||
|
|
[-1000189] = "Разбитое зеркало",
|
||
|
|
[-1000190] = "Разбитое зеркало",
|
||
|
|
[-1000191] = "Разбитое зеркало",
|
||
|
|
[-1000192] = "Разбитое зеркало",
|
||
|
|
[-1000193] = "Разбитое зеркало",
|
||
|
|
[-1000194] = "Разбитое зеркало",
|
||
|
|
[-1000195] = "Разбитое зеркало",
|
||
|
|
[-1000196] = "Разбитое зеркало",
|
||
|
|
[-1000197] = "Разбитое зеркало",
|
||
|
|
[-1000198] = "Клан Айлааг",
|
||
|
|
[-1000199] = "Великая охота",
|
||
|
|
[-1000200] = "Искарское рыболовство",
|
||
|
|
[-1000202] = "Буйство элементалей",
|
||
|
|
[-1000204] = "Война в Ан'Кираже",
|
||
|
|
[-1000205] = "Открытие Темного портала",
|
||
|
|
[-1000206] = "Скипетр Зыбучих песков",
|
||
|
|
[-1000207] = "Вторжение Плети",
|
||
|
|
[-1000210] = "Промо Shadowlands",
|
||
|
|
[-1000211] = "Промо Dragonflight",
|
||
|
|
[-1000214] = "Коллекционное издание",
|
||
|
|
[-1000228] = "События Diablo",
|
||
|
|
[-1000229] = "20-ая годовщина Diablo",
|
||
|
|
[-1000230] = "Алчный посланец",
|
||
|
|
[-1000232] = "Hearthstone Наемники",
|
||
|
|
[-1000245] = "День мертвых",
|
||
|
|
[-1000251] = "Калуакское рыбоборье",
|
||
|
|
[-1000255] = "Огненный Солнцеворот",
|
||
|
|
[-1000258] = "День пирата",
|
||
|
|
[-1000260] = "Рыбомания Тернистой долины",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "zh" then
|
||
|
|
a = L.HEADER_NAMES;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000000] = "东部",
|
||
|
|
[-1000001] = "北部",
|
||
|
|
[-1000002] = "南部",
|
||
|
|
[-1000003] = "西部",
|
||
|
|
[-1000010] = "一般宝箱掉落",
|
||
|
|
[-1000011] = "一般地下城掉落",
|
||
|
|
[-1000012] = "常规商人物品",
|
||
|
|
[-1000016] = "掉落",
|
||
|
|
[-1000033] = "秘密",
|
||
|
|
[-1000037] = "商人",
|
||
|
|
[-1000043] = "区域奖励",
|
||
|
|
[-1000046] = "梦魇之龙",
|
||
|
|
[-1000053] = "限时事件",
|
||
|
|
[-1000054] = "一箱",
|
||
|
|
[-1000055] = "二箱",
|
||
|
|
[-1000056] = "三箱",
|
||
|
|
[-1000057] = "最终宝箱",
|
||
|
|
[-1000081] = "盟约突袭",
|
||
|
|
[-1000083] = "圣所升级",
|
||
|
|
[-1000084] = "灵魂变形形态",
|
||
|
|
[-1000085] = "建筑",
|
||
|
|
[-1000116] = select(2, GetAchievementInfo(2091))..":第1赛季",
|
||
|
|
[-1000117] = select(2, GetAchievementInfo(418))..":第2赛季",
|
||
|
|
[-1000118] = select(2, GetAchievementInfo(419))..":第3赛季",
|
||
|
|
[-1000119] = select(2, GetAchievementInfo(420))..":第4赛季",
|
||
|
|
[-1000120] = select(2, GetAchievementInfo(3336))..":第5赛季",
|
||
|
|
[-1000121] = "憎恨角斗士",
|
||
|
|
[-1000122] = select(2, GetAchievementInfo(3436))..":第6赛季",
|
||
|
|
[-1000123] = select(2, GetAchievementInfo(3758))..":第7赛季",
|
||
|
|
[-1000124] = select(2, GetAchievementInfo(4599))..":第8赛季",
|
||
|
|
[-1000126] = "候选者套装",
|
||
|
|
[-1000127] = "争斗者套装",
|
||
|
|
[-1000128] = "精锐套装",
|
||
|
|
[-1000129] = "角斗士套装",
|
||
|
|
[-1000133] = "全部角色",
|
||
|
|
[-1000134] = "输出",
|
||
|
|
[-1000135] = "治疗",
|
||
|
|
[-1000136] = "坦克",
|
||
|
|
[-1000137] = "等级 0.5 套装",
|
||
|
|
[-1000138] = "船长",
|
||
|
|
[-1000139] = "四骑士",
|
||
|
|
[-1000144] = DUNGEON_FLOOR_DIREMAUL5.." (东)",
|
||
|
|
[-1000145] = DUNGEON_FLOOR_DIREMAUL1.." (北)",
|
||
|
|
[-1000146] = DUNGEON_FLOOR_DIREMAUL2.." (西)",
|
||
|
|
[-1000150] = "墓地",
|
||
|
|
[-1000151] = "图书馆",
|
||
|
|
[-1000152] = "武器库",
|
||
|
|
[-1000153] = "修道院",
|
||
|
|
[-1000156] = "阿塔莱防御者",
|
||
|
|
[-1000157] = "进攻堡垒",
|
||
|
|
[-1000158] = "天灾工厂",
|
||
|
|
[-1000161] = "疯狂宝箱",
|
||
|
|
[-1000162] = "垃圾场",
|
||
|
|
[-1000169] = "伟大的奥丁与炎魔之王",
|
||
|
|
[-1000170] = "流浪者与蛇",
|
||
|
|
[-1000171] = "黄金与荣耀的殿堂",
|
||
|
|
[-1000172] = "守护者之眼",
|
||
|
|
[-1000173] = "首位瓦格里",
|
||
|
|
[-1000174] = "封印英灵殿",
|
||
|
|
[-1000175] = "他名叫龙血",
|
||
|
|
[-1000176] = "亡灵杀手艾斯格里姆的遗言",
|
||
|
|
[-1000177] = "女武神的信条",
|
||
|
|
[-1000178] = "神谕者莱萨斯的预言",
|
||
|
|
[-1000179] = "黑拳的教诲",
|
||
|
|
[-1000180] = "沃伦德的愚行",
|
||
|
|
[-1000186] = "残破的镜子",
|
||
|
|
[-1000187] = "残破的镜子",
|
||
|
|
[-1000188] = "残破的镜子",
|
||
|
|
[-1000189] = "残破的镜子",
|
||
|
|
[-1000190] = "残破的镜子",
|
||
|
|
[-1000191] = "残破的镜子",
|
||
|
|
[-1000192] = "残破的镜子",
|
||
|
|
[-1000193] = "残破的镜子",
|
||
|
|
[-1000194] = "残破的镜子",
|
||
|
|
[-1000195] = "残破的镜子",
|
||
|
|
[-1000196] = "残破的镜子",
|
||
|
|
[-1000197] = "残破的镜子",
|
||
|
|
[-1000198] = "艾拉格氏族",
|
||
|
|
[-1000199] = "洪荒狩猎",
|
||
|
|
[-1000200] = "伊斯卡拉渔具",
|
||
|
|
[-1000202] = "元素动荡",
|
||
|
|
[-1000204] = "安其拉之战捐献",
|
||
|
|
[-1000205] = "开启黑暗之门",
|
||
|
|
[-1000206] = "流沙节杖",
|
||
|
|
[-1000207] = "天灾入侵",
|
||
|
|
[-1000208] = "希利苏斯流沙",
|
||
|
|
[-1000210] = "暗影国度季节性促销",
|
||
|
|
[-1000211] = "巨龙时代季节性促销",
|
||
|
|
[-1000213] = "暴雪嘉年华",
|
||
|
|
[-1000214] = "典藏版",
|
||
|
|
[-1000216] = "暗黑破坏神III",
|
||
|
|
[-1000217] = "暗黑破坏神III:夺魂之镰",
|
||
|
|
[-1000218] = "暗黑破坏神IV",
|
||
|
|
[-1000219] = "守望先锋:起源",
|
||
|
|
[-1000220] = "星际争霸II:自由之翼",
|
||
|
|
[-1000221] = "星际争霸II:虫群之心",
|
||
|
|
[-1000222] = "星际争霸II:虚空之遗",
|
||
|
|
[-1000223] = "燃烧的远征经典怀旧服典藏包",
|
||
|
|
[-1000224] = "魔兽争霸III战争嘉奖版",
|
||
|
|
[-1000226] = "巫妖王之怒经典怀旧服诺森德史诗礼包",
|
||
|
|
[-1000229] = "暗黑破坏神20周年庆",
|
||
|
|
[-1000230] = "贪婪的特使",
|
||
|
|
[-1000231] = "炉石传说",
|
||
|
|
[-1000232] = "炉石传说佣兵战纪",
|
||
|
|
[-1000233] = "风暴英雄",
|
||
|
|
[-1000234] = "可口可乐活动",
|
||
|
|
[-1000240] = "魔兽电影",
|
||
|
|
[-1000245] = "悼念日",
|
||
|
|
[-1000251] = "卡鲁亚克钓鱼大赛",
|
||
|
|
[-1000255] = "仲夏火焰节",
|
||
|
|
[-1000258] = "海盗日",
|
||
|
|
[-1000260] = "荆棘谷钓鱼大赛",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "cn" then
|
||
|
|
a = L.HEADER_DESCRIPTIONS;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000017] = "这些物品可以通过做使者任务或获得巅峰宝箱来获得。",
|
||
|
|
[-1000023] = "你可能需要在特定的节日活动中才能完成本节中的事物。",
|
||
|
|
[-1000031] = "包含有奖励或可从包含部分中的其他内容获得的事物。\n在此处合并以减少来自许多可能重复来源。",
|
||
|
|
[-1000033] = "淘气的秘密…",
|
||
|
|
[-1000041] = "世界任务是有时间限制的任务,可在特定地点进行,奖励不一。\n\n一定要经常查看 ATT 世界任务窗口(/attwq),看看有什么限时的东西你应该去收藏!",
|
||
|
|
[-1000043] = "这些物品可以从可重复的宝箱、祈愿蟋蟀、世界任务或桌面任务中掉落。",
|
||
|
|
[-1000263] = "时光难度为物品创建新的源 ID,尽管它们的名称、外观和在收藏选项卡中的显示完全相同。\n\n向暴雪开发部提出请求:请清理源码数据库让时光/泰坦造物物品使用相同的源码作为基础,前提是外观和名称完全相同。这不仅会让数据库变得更加干净,而且会让完成者们对更多的时光内容的感到兴奋而不是恐惧。\n\n - Crieve,非常苦逼的战网完成度,本来有99%的奥杜尔完成度,现在只有64%,因为暴雪团队复制了源码,而不是重复使用现有的源码。",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "de" then
|
||
|
|
a = L.HEADER_DESCRIPTIONS;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000023] = "Es muss möglicherweise ein bestimmter Feiertag aktiv sein, um hier genannte Dinge abschließen zu können.",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "fr" then
|
||
|
|
a = L.HEADER_DESCRIPTIONS;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000017] = "Ces objets peuvent être obtenus en effectuant des quêtes d’émissaire ou en l’obtaenant via un coffre de parangon.",
|
||
|
|
[-1000031] = "Contient des objets de récompenses ou disponibles dans d’autres contenus de la section qui les contient.\nIls sont regroupés ici dans le but de réduire la duplication de nombreuses sources possibles.",
|
||
|
|
[-1000033] = "Vilains secrets...",
|
||
|
|
[-1000041] = "Les quêtes mondiales sont des quêtes limitées dans le temps, disponibles dans des lieux spécifiques avec des récompenses variables.\n\nN’oublie pas de consulter souvent la fenêtre des quêtes mondiales ATT (/attwq) pour voir quelles sont les objets limités dans le temps que tu dois collecter !",
|
||
|
|
[-1000043] = "Ces objets peuvent provenir de coffres au trésor répétitifs, Criquet à souhait, de quêtes mondiales ou des missions de la table de commandement.",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "ru" then
|
||
|
|
a = L.HEADER_DESCRIPTIONS;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000017] = "Эти предметы можно получить в награду Заданий эмиссаров или из припасов.",
|
||
|
|
[-1000023] = "Чтобы выполнить упомянутые в данной секции Штучки, может быть нужен какой-то праздник.",
|
||
|
|
[-1000031] = "Штучки, которые можно получить в награду с разного контента в родительской секции.\nОни собраны здесь, чтобы уменьшить количество источников, когда Штучка доступна из многих мест.",
|
||
|
|
[-1000033] = "Секретики...",
|
||
|
|
[-1000041] = "Локальные задания – это ограниченные по времени задания, доступные в определённых местах с переменными наградами.\n\nЧаще проверяйте окно локальных заданий ATT (/attwq), чтобы увидеть какие ограниченные по времени Штучки можно собрать!",
|
||
|
|
[-1000043] = "Эти предметы можно получить в награду из повторяемых сокровищ, заветных сверчков, локальных заданий или заданий командирского стола.",
|
||
|
|
[-1000263] = "Путешествия во времени без надобности создают новые ID Источников для предметов, несмотря на то, что они имеют те же имена, облики и отображение в Коллекции.\n\nУбедительная просьба разработчикам Blizzard: Пожалуйста, почистите базу данных ID Источников и сделайте варианты предметов из Путешествий во времени/Кованные титанами с тем же ID Источника, что и оригинал, поскольку названия и облики абсолютно идентичны. Не только сделает вашу базу данных чище, но и позволит Собирателям относиться к новым Путешествиям во времени с воодушевлением, нежели с раздражением.\n\n - Crieve, Очень Огорченный Собиратель, у которого теперь всего лишь 64% выполнение Ульдуара, когда было 99%, потому что ваша команда продублировала ID Источников вместо использования уже имеющихся.",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "cn" then
|
||
|
|
a = L.HEADER_LORE;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000164] = "以下物品可以通过在永恒护甲代币上使用不朽之责获得双倍无意随机生成来创建。",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "fr" then
|
||
|
|
a = L.HEADER_LORE;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000164] = "Les objets suivants peuvent être créés en utilisant un Fardeau de l'éternité sur un jeton de Cache d'armure du Temps figé pour une double dose de RNG inutile.",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|
||
|
|
|
||
|
|
if simplifiedLocale == "ru" then
|
||
|
|
a = L.HEADER_LORE;
|
||
|
|
for key,value in pairs({
|
||
|
|
[-1000164] = "Эти предметы могут быть созданы при помощи Бремя вечности и Вневременного токена для двойной дозы бессмысленного рандома.",
|
||
|
|
}) do a[key] = value; end
|
||
|
|
end
|