local LootboxItem = require(game.ReplicatedStorage.Library.Items.LootboxItem) local BoothItem = require(game.ReplicatedStorage.Library.Items.BoothItem) local HoverboardItem = require(game.ReplicatedStorage.Library.Items.HoverboardItem) local Items = require(game.ReplicatedStorage.Library.Items) local Goals = require(game.ReplicatedStorage.Library.Types.Quests).Goals return { EventStart = 1732986000; EventLength = 2073600; EventBuffer = 86400; GoalTypes = Goals; Sets = {{ TimeOffset = 0; Goals = {{ Type = Goals.BREAKABLE; BreakableDirID = "Candy Cane"; Amount = 200; }}; Rewards = {Items.Misc("Snowflake"):SetAmount(20)}; }, { TimeOffset = 86400; Goals = {{ Type = Goals.BREAKABLE; Amount = 2500; }}; Rewards = {Items.Misc("Frosted Axolotl Ornament")}; }, { TimeOffset = 172800; Goals = {{ Type = Goals.HATCH_CUSTOM_EGG; EggID = "Frosty Egg"; Amount = 750; }}; Rewards = {BoothItem("Snowflake")}; }, { TimeOffset = 259200; Goals = {{ Type = Goals.GINGERBREAD_CHEST; Amount = 2; }}; Rewards = {LootboxItem("Snowflake Gift"):SetAmount(10)}; }, { TimeOffset = 345600; Goals = {{ Type = Goals.BREAKABLE; BreakableDirID = "Candy Cane"; Amount = 300; }}; Rewards = {Items.Misc("Snow Globe Ornament")}; }, { TimeOffset = 432000; Goals = {{ Type = Goals.BREAKABLE; BreakableDirID = "Candy Cane"; Amount = 500; }}; Rewards = {LootboxItem("Snowflake Gift"):SetAmount(25)}; }, { TimeOffset = 518400; Goals = {{ Type = Goals.GINGERBREAD_CHEST; Amount = 4; }}; Rewards = {HoverboardItem("Snowflake")}; }, { TimeOffset = 604800; Goals = {{ Type = Goals.HATCH_CUSTOM_EGG; EggID = "Frosty Egg"; Amount = 1000; }}; Rewards = {LootboxItem("Snowflake Gift"):SetAmount(40)}; }, { TimeOffset = 691200; Goals = {{ Type = Goals.BREAKABLE; BreakableDirID = "Candy Cane"; Amount = 1000; }}; Rewards = {Items.Misc("Snow Globe Ornament"):SetAmount(10)}; }, { TimeOffset = 777600; Goals = {{ Type = Goals.HATCH_CUSTOM_EGG; EggID = "Present Egg"; Amount = 1000; }}; Rewards = {LootboxItem("Snowflake Gift"):SetAmount(80)}; }, { TimeOffset = 864000; Goals = {{ Type = Goals.GINGERBREAD_CHEST; Amount = 8; }}; Rewards = {Items.Misc("Snow Globe Ornament"):SetAmount(20)}; }, { TimeOffset = 950400; Goals = {{ Type = Goals.BREAKABLE; BreakableDirID = "Candy Cane"; Amount = 1500; }}; Rewards = {Items.Lootbox("2024 Medium Christmas Present"):SetAmount(5)}; }, { TimeOffset = 1036800; Goals = {{ Type = Goals.HATCH_CUSTOM_EGG; EggID = "Present Egg"; Amount = 2000; }}; Rewards = {Items.Misc("Snow Globe Ornament"):SetAmount(30)}; }, { TimeOffset = 1123200; Goals = {{ Type = Goals.GINGERBREAD_CHEST; Amount = 10; }}; Rewards = {LootboxItem("Snowflake Gift"):SetAmount(100)}; }, { TimeOffset = 1209600; Goals = {{ Type = Goals.BREAKABLE; BreakableDirID = "Candy Cane"; Amount = 2000; }}; Rewards = {Items.Misc("Snow Globe Ornament"):SetAmount(40)}; }, { TimeOffset = 1296000; Goals = {{ Type = Goals.HATCH_CUSTOM_EGG; EggID = "Present Egg"; Amount = 2500; }}; Rewards = {Items.Lootbox("2024 Medium Christmas Present"):SetAmount(10)}; }, { TimeOffset = 1382400; Goals = {{ Type = Goals.GINGERBREAD_CHEST; Amount = 12; }}; Rewards = {Items.Misc("Snow Globe Ornament"):SetAmount(60)}; }, { TimeOffset = 1468800; Goals = {{ Type = Goals.BREAKABLE; BreakableDirID = "Candy Cane"; Amount = 2250; }}; Rewards = {Items.Currency("Diamonds"):SetAmount(10000000)}; }, { TimeOffset = 1555200; Goals = {{ Type = Goals.HATCH_CUSTOM_EGG; EggID = "Present Egg"; Amount = 2750; }}; Rewards = {Items.Lootbox("2024 Medium Christmas Present"):SetAmount(15)}; }, { TimeOffset = 1641600; Goals = {{ Type = Goals.GINGERBREAD_CHEST; Amount = 14; }}; Rewards = {HoverboardItem("Candy Cane")}; }, { TimeOffset = 1728000; Goals = {{ Type = Goals.BREAKABLE; BreakableDirID = "Candy Cane"; Amount = 2500; }}; Rewards = {BoothItem("Candy Cane")}; }, { TimeOffset = 1814400; Goals = {{ Type = Goals.HATCH_CUSTOM_EGG; EggID = "Pine Tree Egg"; Amount = 3000; }}; Rewards = {LootboxItem("2024 Large Christmas Present"):SetAmount(3)}; }, { TimeOffset = 1900800; Goals = {{ Type = Goals.GINGERBREAD_CHEST; Amount = 20; }}; Rewards = {LootboxItem("2024 X-Large Christmas Present"):SetAmount(2)}; }, { TimeOffset = 1987200; Goals = {{ Type = Goals.BREAKABLE; BreakableDirID = "Candy Cane"; Amount = 3000; }}; Rewards = {LootboxItem("2024 X-Large Christmas Present"):SetAmount(3)}; }, { TimeOffset = 2073600; Goals = {{ Type = Goals.HATCH_CUSTOM_EGG; EggID = "Pine Tree Egg"; Amount = 3500; }}; Rewards = {LootboxItem("2024 X-Large Christmas Present"):SetAmount(4)}; }}; }