Skip to content

Commit

Permalink
DB: Added Echo of the Cave (pet)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Aug 4, 2023
1 parent 85e6e9a commit de7b6a4
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 0 deletions.
349 changes: 349 additions & 0 deletions DB/Pets/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,355 @@ local dragonflightPets = {
{ m = CONSTANTS.UIMAPIDS.THE_PRIMALIST_FUTURE },
},
},
["Echo of the Cave"] = {
cat = CONSTANTS.ITEM_CATEGORIES.DRAGONFLIGHT,
type = CONSTANTS.ITEM_TYPES.PET,
method = CONSTANTS.DETECTION_METHODS.NPC,
name = L["Echo of the Cave"],
npcs = {
203740,
203741,
197092,
197091,
203739,
203742,
197169,
186724,
191507,
186727,
191899,
201539,
192334,
197135,
191508,
197075,
187366,
186859,
201537,
201535,
197120,
192696,
191661,
186728,
197088,
185168,
186608,
185357,
192341,
191658,
187306,
201555,
196398,
197119,
186735,
186620,
196834,
194119,
193198,
197118,
195837,
188009,
195839,
201553,
201554,
201561,
197076,
191680,
191654,
186632,
197128,
197121,
186605,
197125,
185147,
192340,
191677,
186512,
201556,
197140,
184453,
191129,
197132,
186607,
197126,
190737,
186606,
191898,
193664,
186609,
195836,
201558,
185353,
197123,
192694,
197124,
191678,
186612,
194120,
190778,
193152,
184444,
184461,
187867,
194798,
197134,
187932,
187886,
197353,
186599,
197122,
196835,
201550,
197902,
191902,
197087,
190780,
190776,
192702,
197142,
190779,
198343,
194797,
192699,
186600,
197129,
197138,
187928,
197131,
186627,
186602,
201538,
201540,
187599,
190996,
192703,
192582,
186604,
196772,
186783,
197344,
194912,
195815,
187889,
195814,
201557,
201552,
196193,
187600,
187813,
196336,
185465,
187602,
192700,
187919,
190995,
190738,
187923,
193244,
197139,
197133,
186626,
190991,
188044,
191363,
186239,
197136,
186630,
186594,
197130,
203754,
203750,
187868,
195448,
186628,
186624,
191479,
191637,
186684,
197356,
186792,
185350,
188014,
199298,
186109,
203740,
203741,
197092,
197091,
203739,
203742,
197169,
186724,
191507,
186727,
191899,
201539,
192334,
197135,
191508,
197075,
187366,
186859,
201537,
201535,
197120,
192696,
191661,
186728,
197088,
185168,
186608,
185357,
192341,
191658,
187306,
201555,
196398,
197119,
186735,
186620,
196834,
194119,
193198,
197118,
195837,
188009,
195839,
201553,
201554,
201561,
197076,
191680,
191654,
186632,
197128,
197121,
186605,
197125,
185147,
192340,
191677,
186512,
201556,
197140,
184453,
191129,
197132,
186607,
197126,
190737,
186606,
191898,
193664,
186609,
195836,
201558,
185353,
197123,
192694,
197124,
191678,
186612,
194120,
190778,
193152,
184444,
184461,
187867,
194798,
197134,
187932,
187886,
197353,
186599,
197122,
196835,
201550,
197902,
191902,
197087,
190780,
190776,
192702,
197142,
190779,
198343,
194797,
192699,
186600,
197129,
197138,
187928,
197131,
186627,
186602,
201538,
201540,
187599,
190996,
192703,
192582,
186604,
196772,
186783,
197344,
194912,
195815,
187889,
195814,
201557,
201552,
196193,
187600,
187813,
196336,
185465,
187602,
192700,
187919,
190995,
190738,
187923,
193244,
197139,
197133,
186626,
190991,
188044,
191363,
186239,
197136,
186630,
186594,
197130,
203754,
203750,
187868,
195448,
186628,
186624,
191479,
191637,
186684,
197356,
186792,
185350,
188014,
199298,
186109,
},
itemId = 200183,
spellId = 389143,
chance = 1000,
creatureId = 192258,
coords = {
{ m = CONSTANTS.UIMAPIDS.THE_WAKING_SHORES },
{ m = CONSTANTS.UIMAPIDS.OHN_AHRAN_PLAINS },
{ m = CONSTANTS.UIMAPIDS.THE_AZURE_SPAN },
{ m = CONSTANTS.UIMAPIDS.THALDRASZUS },
{ m = CONSTANTS.UIMAPIDS.THE_PRIMALIST_FUTURE },
},
},
}

Rarity.ItemDB.MergeItems(Rarity.ItemDB.pets, dragonflightPets)
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["Echo of the Cave"] = true
L["Echo of the Inferno"] = true
L["Echo of the Depths"] = true
L["Echo of the Heights"] = true
Expand Down

0 comments on commit de7b6a4

Please sign in to comment.