Skip to content

Commit

Permalink
add world epics
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Aug 11, 2019
1 parent 241819b commit f51c68c
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 0 deletions.
1 change: 1 addition & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ globals = {
"ATLASLOOT_IT_FILTERIGNORE",
"AtlasLootTooltip",
"ATLASLOOT_WORLD_BOSS_COLOR",
"ATLASLOOT_COLLECTIONS_COLOR",

-- Atlas
"Atlas",
Expand Down
1 change: 1 addition & 0 deletions AtlasLootClassic/Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ATLASLOOT_REMOVED_COLOR = {0.4, 0.2, 0, 1}
ATLASLOOT_SEASONALEVENTS_COLOR = {0.36, 0, 0.24, 1}
ATLASLOOT_SECPROFESSION_COLOR = {0.5, 0.1, 0, 1}
ATLASLOOT_WORLD_BOSS_COLOR = {0.74, 0.0, 0.28, 1}
ATLASLOOT_COLLECTIONS_COLOR = {0, 1, 0.83, 1}
ATLASLOOT_UNKNOWN_COLOR = {0, 0, 0, 1}

ATLASLOOT_ITEM_BACKGROUND_ALPHA = 0.9
Expand Down
3 changes: 3 additions & 0 deletions AtlasLootClassic/Documentation/Release_Notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ v1.1.3-beta (Aug. XX, 2019)
- Classes on ItemSets now are colored
- Add content phase support for item sets
- Add Atiesh tokens
- Add World Epics
- Add white border for common items instead of the gray one
- Add border for enchanting profession

v1.1.2-beta (Aug. 10, 2019)
========================
Expand Down
107 changes: 107 additions & 0 deletions AtlasLootClassic_Collections/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ local SET_EXTRA_ITTYPE = data:AddExtraItemTableType("Set")

local SET_CONTENT = data:AddContentType(AL["Sets"], ATLASLOOT_PVP_COLOR)
local WORLD_BOSS_CONTENT = data:AddContentType(AL["World Bosses"], ATLASLOOT_WORLD_BOSS_COLOR)
local COLLECTIONS_CONTENT = data:AddContentType(AL["Collections"], ATLASLOOT_COLLECTIONS_COLOR)
local WORLD_EVENT_CONTENT = data:AddContentType(AL["World Events"], ATLASLOOT_SEASONALEVENTS_COLOR)

data["TierSets"] = {
Expand Down Expand Up @@ -456,6 +457,112 @@ data["DragonsOfNightmare"] = {
},
}

data["WorldEpics"] = {
name = AL["World Epics"],
ContentType = COLLECTIONS_CONTENT,
LoadDifficulty = LOAD_DIFF,
TableType = NORMAL_ITTYPE,
items = {
{
name = AL["One-Handed Weapons"],
[NORMAL_ITTYPE] = {
-- Mace
{ 1, 2243 }, -- Hand of Edward the Odd
{ 2, 810 }, -- Hammer of the Northern Wind
{ 3, 868 }, -- Ardent Custodian
-- Axe
{ 7, 811 }, -- Axe of the Deep Woods
{ 8, 871 }, -- Flurry Axe
-- Sword
{ 16, 1728 }, -- Teebu's Blazing Longsword
{ 17, 20698 }, -- Elemental Attuned Blade
{ 18, 2244 }, -- Krol Blade
{ 19, 809 }, -- Bloodrazor
{ 20, 869 }, -- Dazzling Longsword
-- Dagger
{ 22, 14555 }, -- Alcor's Sunrazor
{ 23, 2163 }, -- Shadowblade
{ 24, 2164 }, -- Gut Ripper
},
},
{
name = AL["Two-Handed Weapons"],
[NORMAL_ITTYPE] = {
-- Axe
{ 1, 2801 }, -- Blade of Hanna
{ 2, 647 }, -- Destiny
{ 3, 2291 }, -- Kang the Decapitator
{ 4, 870 }, -- Fiery War Axe
-- Mace
{ 6, 2915 }, -- Taran Icebreaker
-- Sword
{ 16, 1263 }, -- Brain Hacker
{ 17, 1982 }, -- Nightblade
-- Staff
{ 21, 944 }, -- Elemental Mage Staff
{ 22, 812 }, -- Glowing Brightwood Staff
{ 23, 943 }, -- Warden Staff
{ 24, 873 }, -- Staff of Jordan
},
},
{
name = AL["Ranged Weapons"].." & "..ALIL["Shield"],
[NORMAL_ITTYPE] = {
-- Bow
{ 1, 2824 }, -- Hurricane
{ 2, 2825 }, -- Bow of Searing Arrows
-- Gun
{ 4, 2099 }, -- Dwarven Hand Cannon
{ 5, 2100 }, -- Precisely Calibrated Boomstick
-- Shield
{ 16, 1168 }, -- Skullflame Shield
{ 17, 1979 }, -- Wall of the Dead
{ 18, 1169 }, -- Blackskull Shield
{ 19, 1204 }, -- The Green Tower
},
},
{
name = ALIL["Trinket"].." & "..ALIL["Finger"].." & "..ALIL["Neck"],
[NORMAL_ITTYPE] = {
-- Trinket
{ 1, 14557 }, -- The Lion Horn of Stormwind
{ 2, 833 }, -- Lifestone
-- Neck
{ 6, 14558 }, -- Lady Maye's Pendant
{ 7, 1443 }, -- Jeweled Amulet of Cainwyn
{ 8, 1315 }, -- Lei of Lilies
--Finger
{ 16, 2246 }, -- Myrmidon's Signet
{ 17, 942 }, -- Freezing Band
{ 18, 1447 }, -- Ring of Saviors
{ 19, 1980 }, -- Underworld Band
},
},
{
name = AL["Equip"],
[NORMAL_ITTYPE] = {
-- Cloth
{ 1, 3075 }, -- Eye of Flame
{ 2, 940 }, -- Robes of Insight
-- Mail
{ 4, 2245 }, -- Helm of Narv
{ 5, 17007 }, -- Stonerender Gauntlets
{ 6, 14551 }, -- Edgemaster's Handguards
{ 7, 1981 }, -- Icemail Jerkin
-- Back
{ 9, 3475 }, -- Cloak of Flames
-- Leather
{ 16, 14553 }, -- Sash of Mercy
{ 17, 867 }, -- Gloves of Holy Might
-- Plate
{ 19, 14554 }, -- Cloudkeeper Legplates
{ 20, 14552 }, -- Stockade Pauldrons
{ 21, 14549 }, -- Boots of Avoidance
},
},
},
}

data["GurubashiArena"] = {
name = AL["Gurubashi Arena"],
ContentType = WORLD_EVENT_CONTENT,
Expand Down

0 comments on commit f51c68c

Please sign in to comment.