Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Anu'relos to the item database #757

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions DB/Mounts/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,26 @@ local dragonflightMounts = {
sourceText = L["This item can also be purchased from a vendor."],
coords = { { m = CONSTANTS.UIMAPIDS.THE_EMERALD_DREAM } },
},
["Reins of Anu'relos, Flame's Guidance."] = {
cat = CONSTANTS.ITEM_CATEGORIES.DRAGONFLIGHT,
type = CONSTANTS.ITEM_TYPES.MOUNT,
method = CONSTANTS.DETECTION_METHODS.BOSS,
name = L["Reins of Anu'relos, Flame's Guidance"],
spellId = 428195,
itemId = 210061,
npcs = { 99999 },
tooltipNpcs = { 204931 },
chance = 100,
statisticId = { 19386 },
lockBossName = "Fyrakk",
instanceDifficulties = {
[CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_RAID] = true,
},
groupSize = 5,
equalOdds = true,
coords = { { m = CONSTANTS.UIMAPIDS.AMIRDRASSIL_RAID, i = true } },
wasGuaranteed = true,
},
-- 10.2.5
["Clayscale Hornstrider"] = {
cat = CONSTANTS.ITEM_CATEGORIES.DRAGONFLIGHT,
Expand Down
1 change: 1 addition & 0 deletions DB/SharedConstants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ C.UIMAPIDS = {
THE_THROUGHWAY = 2165,
CROSSROADS_OF_FATE = 2194, -- Dawn of the Infinite (subzone)
THE_EMERALD_DREAM = 2200,
AMIRDRASSIL_RAID = 2232,

-- The War Within zones
THE_RINGING_DEEPS = 2214,
Expand Down
1 change: 1 addition & 0 deletions Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local L
L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "enUS", true)

-- L["AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"] = true
L["Reins of Anu'relos, Flame's Guidance"] = true
L["Awakened Cache"] = true
L["Machine Defense Unit 1-11"] = true
L["Malfunctioning Mechsuit"] = true
Expand Down