diff --git a/website/common/locales/en/questsContent.json b/website/common/locales/en/questsContent.json
index ba22ccc5f1..a44c86fc77 100644
--- a/website/common/locales/en/questsContent.json
+++ b/website/common/locales/en/questsContent.json
@@ -637,5 +637,8 @@
"questYarnCompletion": "With a feeble swipe of a pin-riddled appendage and a weak roar, the Dread Yarnghetti finally unravels into a pile of yarn balls.
\"Take care of this yarn,\" shopkeeper @JinjooHat says, handing them to you. \"If you feed them and care for them properly, they'll grow into new and exciting projects that just might make your heart take flight…\"",
"questYarnBoss": "The Dread Yarnghetti",
"questYarnDropYarnEgg": "Yarn (Egg)",
- "questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market"
+ "questYarnUnlockText": "Unlocks purchasable Yarn eggs in the Market",
+
+ "winterQuestsText": "Winter Quest Bundle",
+ "winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31."
}
diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js
index 23d9a9769b..255a1dc35c 100644
--- a/website/common/script/content/index.js
+++ b/website/common/script/content/index.js
@@ -122,6 +122,21 @@ api.bundles = {
type: 'quests',
value: 7,
},
+ winterQuests: {
+ key: 'winterQuests',
+ text: t('winterQuestsText'),
+ notes: t('winterQuestsNotes'),
+ bundleKeys: [
+ 'evilsanta',
+ 'evilsanta2',
+ 'penguin',
+ ],
+ canBuy () {
+ return moment().isBetween('2017-12-14', '2018-01-01');
+ },
+ type: 'quests',
+ value: 7,
+ },
};
/*
diff --git a/website/raw_sprites/spritesmith/quests/scrolls/quest_bundle_winterQuests.png b/website/raw_sprites/spritesmith/quests/scrolls/quest_bundle_winterQuests.png
new file mode 100644
index 0000000000..782f362f59
Binary files /dev/null and b/website/raw_sprites/spritesmith/quests/scrolls/quest_bundle_winterQuests.png differ
diff --git a/website/raw_sprites/spritesmith_large/promo_winter_quests.png b/website/raw_sprites/spritesmith_large/promo_winter_quests.png
new file mode 100644
index 0000000000..40a784afa5
Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_winter_quests.png differ