|
| 1 | +local _, ADDON = ... |
| 2 | + |
| 3 | +ADDON.iconFiles = { |
| 4 | + "INV_Misc_GroupLooking", |
| 5 | + |
| 6 | + -- class |
| 7 | + "ClassIcon_Druid", "ClassIcon_Hunter", |
| 8 | + "ClassIcon_Mage", "ClassIcon_Paladin", "ClassIcon_Priest", "ClassIcon_Rogue", "ClassIcon_Shaman", |
| 9 | + "ClassIcon_Warlock", "ClassIcon_Warrior", |
| 10 | + |
| 11 | + --specialisations |
| 12 | + "Spell_Nature_StarFall","Ability_druid_catform","Ability_racial_bearform","Spell_nature_healingtouch", |
| 13 | + "Ability_hunter_beasttaming","Ability_marksmanship","Ability_hunter_swiftstrike", |
| 14 | + "Spell_holy_magicalsentry","Spell_fire_firebolt02","Spell_frost_frostbolt02", |
| 15 | + "Spell_holy_holybolt","Spell_holy_devotionaura","Spell_holy_auraoflight", |
| 16 | + "Spell_holy_powerwordshield","Spell_holy_guardianspirit","Spell_shadow_shadowwordpain", |
| 17 | + "Ability_rogue_eviscerate", "Ability_backstab", "Ability_stealth", |
| 18 | + "Spell_nature_lightning", "Spell_nature_lightningshield", "Spell_nature_magicimmunity", |
| 19 | + "Spell_shadow_deathcoil", "Spell_shadow_metamorphosis", "Spell_shadow_rainoffire", |
| 20 | + "Ability_warrior_savageblow", "Ability_warrior_innerrage", "Ability_warrior_defensivestance", |
| 21 | + |
| 22 | + -- people - uses texture atlas instead of plain textures |
| 23 | + "raceicon-human-female", "raceicon-human-male", |
| 24 | + "raceicon-gnome-female", "raceicon-gnome-male", |
| 25 | + "raceicon-dwarf-female", "raceicon-dwarf-male", |
| 26 | + "raceicon-nightelf-female", "raceicon-nightelf-male", |
| 27 | + "raceicon-draenei-female", "raceicon-draenei-male", |
| 28 | + "raceicon-orc-female", "raceicon-orc-male", |
| 29 | + "raceicon-tauren-female", "raceicon-tauren-male", |
| 30 | + "raceicon-troll-female", "raceicon-troll-male", |
| 31 | + "raceicon-undead-female", "raceicon-undead-male", |
| 32 | + "raceicon-bloodelf-female", "raceicon-bloodelf-male", |
| 33 | + |
| 34 | + --profession |
| 35 | + "inv_misc_gem_01", |
| 36 | + "Trade_Engraving", |
| 37 | + "Trade_Engineering", |
| 38 | + "Trade_Alchemy", |
| 39 | + "Trade_Tailoring", |
| 40 | + "inv_misc_armorkit_17", |
| 41 | + "Trade_BlackSmithing", |
| 42 | + "Trade_Herbalism", |
| 43 | + "inv_misc_pelt_wolf_01", |
| 44 | + "Trade_Mining", |
| 45 | + "inv_misc_food_15", |
| 46 | + "Trade_Fishing", |
| 47 | + "spell_holy_sealofsacrifice", -- first aid |
| 48 | + |
| 49 | + -- faction |
| 50 | + "INV_BannerPVP_01", |
| 51 | + "INV_BannerPVP_02", |
| 52 | + |
| 53 | +} |
0 commit comments