mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
Winter Quest Bundle (#9718)
* feat(content): Winter Quest Bundle * fix(sprites): revert spritesheet changes
This commit is contained in:
parent
6c01db8d81
commit
4f0ce77205
4 changed files with 19 additions and 1 deletions
|
|
@ -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."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 |
BIN
website/raw_sprites/spritesmith_large/promo_winter_quests.png
Normal file
BIN
website/raw_sprites/spritesmith_large/promo_winter_quests.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in a new issue