Winter Quest Bundle (#9718)

* feat(content): Winter Quest Bundle

* fix(sprites): revert spritesheet changes
This commit is contained in:
Sabe Jones
2017-12-14 22:40:42 -06:00
committed by GitHub
parent 6c01db8d81
commit 4f0ce77205
4 changed files with 19 additions and 1 deletions

View File

@@ -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.<br><br>\"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."
}

View File

@@ -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,
},
};
/*

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB