feat(content): subscriber mystery set
|
|
@ -1,6 +1,6 @@
|
|||
/* eslint-disable no-console */
|
||||
const MIGRATION_NAME = 'mystery_items_201903';
|
||||
const MYSTERY_ITEMS = ['armor_mystery_201903', 'head_mystery_201903'];
|
||||
const MIGRATION_NAME = 'mystery_items_201904';
|
||||
const MYSTERY_ITEMS = ['armor_mystery_201904', 'head_mystery_201904'];
|
||||
import { model as User } from '../../website/server/models/user';
|
||||
import { model as UserNotification } from '../../website/server/models/userNotification';
|
||||
|
||||
|
|
|
|||
|
|
@ -798,7 +798,9 @@
|
|||
"armorMystery201810Text": "Dark Forest Robes",
|
||||
"armorMystery201810Notes": "These robes are extra warm to protect you from the ghastly cold of haunted realms. Confers no benefit. October 2018 Subscriber Item.",
|
||||
"armorMystery201903Text": "Shell-ebration Armor",
|
||||
"armorMystery201903Notes": "People are dye-ing to know where you got this egg-cellent outfit! Confers no benefit. March 2019 Subscriber Item.",
|
||||
"armorMystery201903Notes": "This shining garment has opals sewn into the front panel to grant you arcane powers and a fabulous look. Confers no benefit. April 2019 Subscriber Item.",
|
||||
"armorMystery201904Text": "Opalescent Outfit",
|
||||
"armorMystery201904Notes": "People are dye-ing to know where you got this egg-cellent outfit! Confers no benefit. March 2019 Subscriber Item.",
|
||||
"armorMystery301404Text": "Steampunk Suit",
|
||||
"armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.",
|
||||
"armorMystery301703Text": "Steampunk Peacock Gown",
|
||||
|
|
@ -1299,6 +1301,8 @@
|
|||
"headMystery201901Notes": "The glowing gems on this helm contain light magically captured from winter auroras. Confers no benefit. January 2019 Subscriber Item.",
|
||||
"headMystery201903Text": "Sunny Side Up Helm",
|
||||
"headMystery201903Notes": "Some may call you an egghead, but that's OK because you know how to take a yolk. Confers no benefit. March 2019 Subscriber Item.",
|
||||
"headMystery201904Text": "Opulent Opal Circlet",
|
||||
"headMystery201904Notes": "The opals in this circlet shine in every color of the rainbow, giving it a variety of magical properties. Confers no benefit. April 2019 Subscriber Item.",
|
||||
"headMystery301404Text": "Fancy Top Hat",
|
||||
"headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.",
|
||||
"headMystery301405Text": "Basic Top Hat",
|
||||
|
|
|
|||
|
|
@ -156,6 +156,7 @@
|
|||
"mysterySet201901": "Polaris Set",
|
||||
"mysterySet201902": "Cryptic Crush Set",
|
||||
"mysterySet201903": "Egg-squisite Set",
|
||||
"mysterySet201904": "Opulent Opal Set",
|
||||
"mysterySet301404": "Steampunk Standard Set",
|
||||
"mysterySet301405": "Steampunk Accessories Set",
|
||||
"mysterySet301703": "Peacock Steampunk Set",
|
||||
|
|
|
|||
|
|
@ -229,6 +229,12 @@ let armor = {
|
|||
mystery: '201903',
|
||||
value: 0,
|
||||
},
|
||||
201904: {
|
||||
text: t('armorMystery201904Text'),
|
||||
notes: t('armorMystery201904Notes'),
|
||||
mystery: '201904',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
|
|
@ -685,6 +691,12 @@ let head = {
|
|||
mystery: '201903',
|
||||
value: 0,
|
||||
},
|
||||
201904: {
|
||||
text: t('headMystery201904Text'),
|
||||
notes: t('headMystery201904Notes'),
|
||||
mystery: '201904',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
|
|
|||
|
|
@ -250,6 +250,10 @@ let mysterySets = {
|
|||
start: '2019-03-26',
|
||||
end: '2019-04-02',
|
||||
},
|
||||
201904: {
|
||||
start: '2019-04-25',
|
||||
end: '2019-05-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 796 B |
|
After Width: | Height: | Size: 512 B |
|
After Width: | Height: | Size: 726 B |
|
After Width: | Height: | Size: 479 B |
|
After Width: | Height: | Size: 978 B |
|
After Width: | Height: | Size: 780 B |
|
Before Width: | Height: | Size: 13 KiB |
BIN
website/raw_sprites/spritesmith_large/promo_mystery_201904.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
|
|
@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth';
|
|||
let api = {};
|
||||
|
||||
// @TODO export this const, cannot export it from here because only routes are exported from controllers
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'BEHIND THE SCENES: A BUTTERFLY GARDENING ADVENTURE WITH BEFFYMAROO!';
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'APRIL SUBSCRIBER ITEMS!';
|
||||
const worldDmg = { // @TODO
|
||||
bailey: false,
|
||||
};
|
||||
|
|
@ -30,13 +30,13 @@ api.getNews = {
|
|||
<div class="mr-3 ${baileyClass}"></div>
|
||||
<div class="media-body">
|
||||
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
||||
<h2>4/23/2019 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
<h2>4/25/2019 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<p>There's a new <a href='https://habitica.wordpress.com/2019/04/23/butterfly-gardening/' target='_blank'>Behind the Scenes post</a> on the Habitica Blog! Beffymaroo shares some information about starting your own butterfly garden and enjoying watching these fascinating--and beneficial--creatures in your home and yard.</p>
|
||||
<p>The April Subscriber Item Set has been revealed: <a href='/user/settings/subscription'>the Opulent Opal Item Set</a>! You only have until April 30 to receive the item set when you subscribe. If you're already an active subscriber, reload the site and then head to Inventory > Items to claim your gear!</p>
|
||||
<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>
|
||||
<div class="small mb-3">by Beffymaroo</div>
|
||||
<div class="promo_butterflies center-block"></div>
|
||||
</div>
|
||||
`,
|
||||
});
|
||||
|
|
|
|||