mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
feat(content): Subscriber Items September 2017
This commit is contained in:
parent
68a438f3d4
commit
70aabd8b11
11 changed files with 40 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ var _id = '';
|
|||
var update = {
|
||||
$addToSet: {
|
||||
'purchased.plan.mysteryItems':{
|
||||
$each:['shield_mystery_201708','weapon_mystery_201708']
|
||||
$each:['shield_mystery_201709','back_mystery_201709']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 519 B |
Binary file not shown.
|
After Width: | Height: | Size: 359 B |
Binary file not shown.
|
After Width: | Height: | Size: 3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
|
|
@ -1201,6 +1201,8 @@
|
|||
"shieldMystery201701Notes": "Freeze time in its tracks and conquer your tasks! Confers no benefit. January 2017 Subscriber Item.",
|
||||
"shieldMystery201708Text": "Lava Shield",
|
||||
"shieldMystery201708Notes": "This rugged shield of molten rock protects you from bad Habits but won't singe your hands. Confers no benefit. August 2017 Subscriber Item.",
|
||||
"shieldMystery201709Text": "Sorcery Handbook",
|
||||
"shieldMystery201709Notes": "This book will guide you through your forays into sorcery. Confers no benefit. September 2017 Subscriber Item.",
|
||||
"shieldMystery301405Text": "Clock Shield",
|
||||
"shieldMystery301405Notes": "Time is on your side with this towering clock shield! Confers no benefit. June 3015 Subscriber Item.",
|
||||
"shieldMystery301704Text": "Fluttery Fan",
|
||||
|
|
@ -1267,6 +1269,8 @@
|
|||
"backMystery201704Notes": "These shimmering wings will carry you anywhere, even the hidden realms ruled by magical creatures. Confers no benefit. April 2017 Subscriber Item.",
|
||||
"backMystery201706Text": "Tattered Freebooter's Flag",
|
||||
"backMystery201706Notes": "The sight of this Jolly Roger-emblazoned flag fills any To-Do or Daily with dread! Confers no benefit. June 2017 Subscriber Item.",
|
||||
"backMystery201709Text": "Stack o' Sorcery Books",
|
||||
"backMystery201709Notes": "Learning magic takes a lot of reading, but you're sure to enjoy your studies! Confers no benefit. September 2017 Subscriber Item.",
|
||||
|
||||
"backSpecialWonderconRedText": "Mighty Cape",
|
||||
"backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.",
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@
|
|||
"mysterySet201706": "Pirate Pioneer Set",
|
||||
"mysterySet201707": "Jellymancer Set",
|
||||
"mysterySet201708": "Lava Warrior Set",
|
||||
"mysterySet201709": "Sorcery Student Set",
|
||||
"mysterySet301404": "Steampunk Standard Set",
|
||||
"mysterySet301405": "Steampunk Accessories Set",
|
||||
"mysterySet301703": "Peacock Steampunk Set",
|
||||
|
|
|
|||
|
|
@ -256,6 +256,12 @@ let back = {
|
|||
mystery: '201706',
|
||||
value: 0,
|
||||
},
|
||||
201709: {
|
||||
text: t('backMystery201709Text'),
|
||||
notes: t('backMystery201709Notes'),
|
||||
mystery: '201709',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
|
|
@ -577,6 +583,12 @@ let shield = {
|
|||
mystery: '201708',
|
||||
value: 0,
|
||||
},
|
||||
201709: {
|
||||
text: t('shieldMystery201709Text'),
|
||||
notes: t('shieldMystery201709Notes'),
|
||||
mystery: '201709',
|
||||
value: 0,
|
||||
},
|
||||
301405: {
|
||||
text: t('shieldMystery301405Text'),
|
||||
notes: t('shieldMystery301405Notes'),
|
||||
|
|
|
|||
|
|
@ -174,6 +174,10 @@ let mysterySets = {
|
|||
start: '2017-08-17',
|
||||
end: '2017-09-02',
|
||||
},
|
||||
201709: {
|
||||
start: '2017-09-19',
|
||||
end: '2017-10-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
|
|
|||
|
|
@ -1,22 +1,31 @@
|
|||
.promo_behindthescenes_costume.pull-right
|
||||
h2 9/16/2017 - COSTUMES! BEHIND THE SCENES AND CHALLENGE
|
||||
h2 9/19/2017 - SEPTEMBER SUBSCRIBER ITEMS
|
||||
hr
|
||||
tr
|
||||
td
|
||||
h3 Costume Challenge
|
||||
p The Community Costume Challenge has begun! Between now and October 31st, dress up as your avatar in real life and post a photo on social media to get the coveted Costume Challenge badge! Read the full rules <a href='/#/options/groups/challenges/76c69212-4f33-4198-81a8-ffeb51b16b8c'>on the Challenge page</a>.
|
||||
.promo_mystery_201709.pull-right
|
||||
h3 September Subscriber Item Set Revealed!
|
||||
p The September Subscriber Item Set has been revealed: <a href='/#/options/settings/subscription'>the Sorcery Student Item Set</a>! You only have twelve days to receive the item set when you subscribe. If you're already an active subscriber, reload the site and then head to Inventory > Equipment to claim your gear!
|
||||
br
|
||||
p Subscribers also receive the ability to buy gems for gold -- the longer you subscribe, the more gems you can buy per month! There are other perks as well, such as longer access to uncompressed data and a cute Jackalope pet. Best of all, subscriptions let us keep Habitica running. Thank you very much for your support -- it means a lot to us.
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
h3 Behind the Scenes: A Costume-Making Adventure with Beffymaroo
|
||||
p There's a new <a href='https://habitica.wordpress.com/2017/09/14/behind-the-scenes-a-costume-making-adventure-with-beffymaroo/' target='_blank'>Behind the Scenes</a> post on the Habitica Blog! Join Beffymaroo as she discusses the process of creating a costume for a masquerade ball. Check out step-by-step photos, and tips for getting started on creating your own costumes!
|
||||
p.small.muted by Beffymaroo
|
||||
|
||||
if menuItem !== 'oldNews'
|
||||
hr
|
||||
a(href='/static/old-news', target='_blank') Read older news
|
||||
|
||||
mixin oldNews
|
||||
h2 9/16/2017 - COSTUMES! BEHIND THE SCENES AND CHALLENGE
|
||||
.promo_behindthescenes_costume.pull-right
|
||||
tr
|
||||
td
|
||||
h3 Costume Challenge
|
||||
p The Community Costume Challenge has begun! Between now and October 31st, dress up as your avatar in real life and post a photo on social media to get the coveted Costume Challenge badge! Read the full rules <a href='/#/options/groups/challenges/76c69212-4f33-4198-81a8-ffeb51b16b8c'>on the Challenge page</a>.
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
h3 Behind the Scenes: A Costume-Making Adventure with Beffymaroo
|
||||
p There's a new <a href='https://habitica.wordpress.com/2017/09/14/behind-the-scenes-a-costume-making-adventure-with-beffymaroo/' target='_blank'>Behind the Scenes</a> post on the Habitica Blog! Join Beffymaroo as she discusses the process of creating a costume for a masquerade ball. Check out step-by-step photos, and tips for getting started on creating your own costumes!
|
||||
p.small.muted by Beffymaroo
|
||||
h2 9/12/2017 - NEW QUEST BUNDLE AND NEW MODERATOR!
|
||||
.promo_bundle_farm.pull-right
|
||||
tr
|
||||
|
|
|
|||
Loading…
Reference in a new issue