diff --git a/DB/Pets/HolidayEvents.lua b/DB/Pets/HolidayEvents.lua index 9a04abdd..17502e8c 100644 --- a/DB/Pets/HolidayEvents.lua +++ b/DB/Pets/HolidayEvents.lua @@ -263,6 +263,23 @@ local holidayEventPets = { coords = { { m = CONSTANTS.UIMAPIDS.DARKMOON_ISLAND, x = 75.6, y = 86.8 } }, holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.DARKMOON_FAIRE, }, + ["Arfus"] = { + cat = CONSTANTS.ITEM_CATEGORIES.HOLIDAY, + type = CONSTANTS.ITEM_TYPES.PET, + method = CONSTANTS.DETECTION_METHODS.USE, + name = L["Arfus"], + spellId = 406225, + itemId = 211271, + items = { 209024 }, + chance = 100, -- Blind guess + groupSize = 5, + equalOdds = true, + creatureId = 203463, + lockDungeonId = 285, + holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.HALLOWS_END, + coords = { { m = 435, i = true } }, + sourceText = L["Can be contained in Loot-Filled Pumpkin, rewarded for defeating the World Event Dungeon during Hallow's End."], + }, } Rarity.ItemDB.MergeItems(Rarity.ItemDB.pets, holidayEventPets) diff --git a/Locales.lua b/Locales.lua index ccf86900..528b9940 100644 --- a/Locales.lua +++ b/Locales.lua @@ -2,6 +2,7 @@ local L L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "enUS", true) -- L["AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"] = true +L["Arfus"] = true L["Toggle Debug Window"] = true L["Darkmoon Rabbit"] = true L["Disgusting Vat"] = true