Skip to content

Commit

Permalink
DB: Added Holoviewer toys
Browse files Browse the repository at this point in the history
The third one appears to be a guaranteed drop, or at least very high %.
  • Loading branch information
cyriun authored and rdw-software committed Aug 12, 2023
1 parent f26ff21 commit 7ee1b8a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions DB/Toys/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
3 changes: 2 additions & 1 deletion Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ee1b8a

Please sign in to comment.