Pilgrim's Bounty 2014 pet & toy #113


  • Fixed
  • Enhancement
Closed
Assigned to allarastarmist
  • Urtgard created this issue Nov 24, 2014
    Contributor

    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[""], },
    
  • Urtgard added the tags New Enhancment Nov 24, 2014
  • Urtgard removed a tag Defect Nov 24, 2014
  • Urtgard added a tag Enhancement Nov 24, 2014
  • AllaraStarmist posted a comment Nov 24, 2014

    FYI that texture already existed as CALENDAR_PILGRIMSBOUNTY.

  • AllaraStarmist removed a tag New Nov 24, 2014
  • AllaraStarmist added a tag Fixed Nov 24, 2014
  • AllaraStarmist closed issue Nov 24, 2014
  • Urtgard posted a comment Nov 26, 2014

    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.