Add files via upload

This commit is contained in:
HonkinGamer
2020-06-01 22:19:20 -04:00
committed by GitHub
parent 824076e007
commit 663321eacd
7 changed files with 3945 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<Script file="dkp.lua"/>
<Script file="classpriority.lua"/>
</Ui>
+29
View File
@@ -0,0 +1,29 @@
--[[
classpriority.lua
This file can be used in your guild to indicate class priority on items.
Just add an entry of the form:
ItemXXXXX = "Class";
Where XXXXX is the itemID.
The class will appear in the tooltip automatically.
]]
AtlasLootClassPriority = {
-----------------
-- Molten Core --
-----------------
--Tier 1 Loot--
--Arcanist Boots
Item16800 = "";
--Felheart Gloves
Item16805 = "";
--Cenarion Boots
Item16829 = "";
--Earthfury Boots
Item16837 = "";
--Gauntlets of Might
Item16863 = "";
--Lawbringer Boots
Item16859 = "";
};
+29
View File
@@ -0,0 +1,29 @@
--[[
dkp.lua
This file can be used in your guild to indicate dkp cost on items.
Just add an entry of the form:
ItemXXXXX = "DKP Value";
Where XXXXX is the itemID.
The DKP cost will appear in the tooltip automatically.
]]
AtlasLootDKPValues = {
-----------------
-- Molten Core --
-----------------
--Tier 1 Loot--
--Arcanist Boots
Item16800 = "";
--Felheart Gloves
Item16805 = "";
--Cenarion Boots
Item16829 = "";
--Earthfury Boots
Item16837 = "";
--Gauntlets of Might
Item16863 = "";
--Lawbringer Boots
Item16859 = "";
};
+5
View File
@@ -0,0 +1,5 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<Script file="instances.en.lua"/>
<Script file="Battlegrounds.en.lua"/>
<Script file="worldbosses.en.lua"/>
</Ui>
+155
View File
@@ -0,0 +1,155 @@
--[[
Battlegrounds.en.lua
This file defines the loot buttons in the Atlas interface for the battleground maps.
]]
------------
-- Layout --
------------
AtlasLootBattlegrounds = {
AlteracValleyNorth = {
"AlteracFactions";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"AVMisc";
"AVBlue_A";
};
AlteracValleySouth = {
"AlteracFactions";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"AVMisc";
"AVBlue_A";
};
ArathiBasin = {
"MiscFactions";
"MiscFactions";
"";
"";
"";
"";
"";
"";
"";
"";
"ABMisc_A";
"AB2039_A";
"AB4049_A";
"";
"ABSets1_A";
};
WarsongGulch = {
"";
"";
"";
"";
"";
"WSGMisc";
"WSGAccessories_A";
"WSGWeapons_A";
"WSGArmor_A";
};
};
File diff suppressed because it is too large Load Diff
+70
View File
@@ -0,0 +1,70 @@
--[[
worldbosses.en.lua
This file defines the loot buttons in the Atlas interface for the WorldBosses maps.
]]
AtlasLootWBBossButtons = {
FourDragons = {
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"";
"DLethon";
"DEmeriss";
"DTaerar";
"DYsondre";
};
Azuregos = {
"WorldBossesClassic";
};
Kazzak = {
"Kazzak60";
};
Setis = {
"Setis";
};
DoomLordKazzak = {
"WorldBossesBC";
};
Doomwalker = {
"WorldBossesBC";
};
Skettis = {
"";
"";
"";
"";
"";
"";
"";
"";
"Terokk";
"";
"";
"SkettisTalonpriestIshaal";
"";
"";
"SkettisHazziksPackage";
"";
"";
"DarkscreecherAkkarai";
"GezzaraktheHuntress";
"Karrog";
"VakkiztheWindrager";
};
};