From 3462af66482256c870271d1a6fd602ce3fbbd16a Mon Sep 17 00:00:00 2001 From: RDW Date: Tue, 24 Dec 2024 17:42:22 +0100 Subject: [PATCH] DB: Fixed the drop rates for XMAS cushion toys Reported by yozora on Discord. --- DB/Toys/HolidayEvents.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DB/Toys/HolidayEvents.lua b/DB/Toys/HolidayEvents.lua index 3aea52b8..8c9e0861 100644 --- a/DB/Toys/HolidayEvents.lua +++ b/DB/Toys/HolidayEvents.lua @@ -144,7 +144,7 @@ local holidayEventToys = { name = L["Fuzzy Green Lounge Cushion"], itemId = 116692, items = { 21271, 21270, 116762 }, - chance = 4, + chance = 100, sourceText = L["Available starting December 25th"], holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL, questId = { 8788, 8767 }, @@ -236,7 +236,7 @@ local holidayEventToys = { name = L["Pineapple Lounge Cushion"], itemId = 116689, items = { 21271, 21270, 116762 }, - chance = 4, + chance = 100, sourceText = L["Available starting December 25th"], holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL, questId = { 8788, 8767 }, @@ -289,7 +289,7 @@ local holidayEventToys = { name = L["Safari Lounge Cushion"], itemId = 116690, items = { 21271, 21270, 116762 }, - chance = 4, + chance = 100, sourceText = L["Available starting December 25th"], holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL, questId = { 8788, 8767 }, @@ -435,7 +435,7 @@ local holidayEventToys = { name = L["Zhevra Lounge Cushion"], itemId = 116691, items = { 21271, 21270, 116762 }, - chance = 4, + chance = 100, sourceText = L["Available starting December 25th"], holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL, questId = { 8788, 8767 },