From 7ee1b8ad9ce5fb18ff7a9d6a68731e458615f62d Mon Sep 17 00:00:00 2001 From: cyriun Date: Sat, 12 Aug 2023 22:24:17 +1000 Subject: [PATCH] DB: Added Holoviewer toys The third one appears to be a guaranteed drop, or at least very high %. --- DB/Toys/Dragonflight.lua | 20 ++++++++++++++++++++ Locales.lua | 3 ++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/DB/Toys/Dragonflight.lua b/DB/Toys/Dragonflight.lua index b9ada287..eb264dd9 100644 --- a/DB/Toys/Dragonflight.lua +++ b/DB/Toys/Dragonflight.lua @@ -391,6 +391,26 @@ local dragonflightToys = { sourceText = L["This toy is obtained at the end of the Siege on Dragonbane Keep event."], coords = { { m = CONSTANTS.UIMAPIDS.THE_WAKING_SHORES, x = 24.2, y = 70.1 } }, }, + ["Holoviewer: The Lady of Dreams"] = { + cat = CONSTANTS.ITEM_CATEGORIES.DRAGONFLIGHT, + type = CONSTANTS.ITEM_TYPES.ITEM, + isToy = true, + method = CONSTANTS.DETECTION_METHODS.SPECIAL, + name = L["Holoviewer: The Lady of Dreams"], + itemId = 204257, + chance = 5, + coords = { { m = CONSTANTS.UIMAPIDS.THE_FORBIDDEN_REACH, x = 28.8, y = 52.6 } }, + }, + ["Holoviewer: The Timeless One"] = { + cat = CONSTANTS.ITEM_CATEGORIES.DRAGONFLIGHT, + type = CONSTANTS.ITEM_TYPES.ITEM, + isToy = true, + method = CONSTANTS.DETECTION_METHODS.SPECIAL, + name = L["Holoviewer: The Timeless One"], + itemId = 204262, + chance = 5, + coords = { { m = CONSTANTS.UIMAPIDS.THE_FORBIDDEN_REACH, x = 28.8, y = 52.6 } }, + }, } Rarity.ItemDB.MergeItems(Rarity.ItemDB.toys, dragonflightToys) diff --git a/Locales.lua b/Locales.lua index 6109b032..cefdab5a 100644 --- a/Locales.lua +++ b/Locales.lua @@ -1989,7 +1989,8 @@ L["Combine 50 Leftover Elemental Slime to create the Gooey Snailemental."] = tru L["Froststone Vault Primal Storm"] = true L["Everlasting Horn of Lavaswimming"] = true L["This toy is obtained at the end of the Siege on Dragonbane Keep event."] = true - +L["Holoviewer: The Lady of Dreams"] = true +L["Holoviewer: The Timeless One"] = true --[[ The rest of this file is auto-generated using the WoWAce localization application. Please go to http://www.wowace.com/projects/rarity/localization/ to update translations.