This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
This year it is possible to get a toy and a pet.
-- Holiday calendar textures local CALENDAR_HARVESTFESTIVAL = "Calendar_HarvestFestival" -- Pet ["Frightened Bush Chicken"] = { cat = HOLIDAY, type = PET, method = USE, name = GetItemInfo(116403) or L["Frightened Bush Chicken"], spellId = 171500, itemId = 116403, items = { 116404 }, chance = 100, creatureId = 85846, sourceText = L[""], holidayTexture = CALENDAR_HARVESTFESTIVAL, }, -- Toy ["Silver-Plated Turkey Shooter"] = { cat = HOLIDAY, type = ITEM, method = USE, name = GetItemInfo(116400) or L["Silver-Plated Turkey Shooter"], itemId = 116400, items = { 116404 }, chance = 100, sourceText = L[""], },
FYI that texture already existed as CALENDAR_PILGRIMSBOUNTY.
Good to know. Wowhead got some data. The chance for each item is 3% and not 1% like I suggested.
To post a comment, please login or register a new account.