diff --git a/common/img/sprites/spritesmith/gear/events/mystery_201608/back_mystery_201608.png b/common/img/sprites/spritesmith/gear/events/mystery_201608/back_mystery_201608.png new file mode 100644 index 0000000000..665a0d823a Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/mystery_201608/back_mystery_201608.png differ diff --git a/common/img/sprites/spritesmith/gear/events/mystery_201608/head_mystery_201608.png b/common/img/sprites/spritesmith/gear/events/mystery_201608/head_mystery_201608.png new file mode 100644 index 0000000000..70d7a01f9c Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/mystery_201608/head_mystery_201608.png differ diff --git a/common/img/sprites/spritesmith/gear/events/mystery_201608/shop_back_mystery_201608.png b/common/img/sprites/spritesmith/gear/events/mystery_201608/shop_back_mystery_201608.png new file mode 100644 index 0000000000..29ab665f8b Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/mystery_201608/shop_back_mystery_201608.png differ diff --git a/common/img/sprites/spritesmith/gear/events/mystery_201608/shop_head_mystery_201608.png b/common/img/sprites/spritesmith/gear/events/mystery_201608/shop_head_mystery_201608.png new file mode 100644 index 0000000000..d32103d9be Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/mystery_201608/shop_head_mystery_201608.png differ diff --git a/common/img/sprites/spritesmith_large/promo/promo_mystery_201608.png b/common/img/sprites/spritesmith_large/promo/promo_mystery_201608.png new file mode 100644 index 0000000000..2156630c87 Binary files /dev/null and b/common/img/sprites/spritesmith_large/promo/promo_mystery_201608.png differ diff --git a/common/locales/en/gear.json b/common/locales/en/gear.json index 0e1b411559..03204ddb29 100644 --- a/common/locales/en/gear.json +++ b/common/locales/en/gear.json @@ -693,6 +693,8 @@ "headMystery201606Notes": "Hum the tune of the ocean as you blend in with the frolicking seals! Confers no benefit. June 2016 Subscriber Item.", "headMystery201607Text": "Seafloor Rogue Helm", "headMystery201607Notes": "The kelp growing from this helm helps camouflage you. Confers no benefit. July 2016 Subscriber Item.", + "headMystery201608Text": "Helm of Lightning", + "headMystery201608Notes": "This crackling helm conducts electricity! Confers no benefit. August 2016 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", @@ -906,6 +908,8 @@ "backMystery201510Notes": "Prehensile and powerful! Confers no benefit. October 2015 Subscriber Item.", "backMystery201602Text": "Heartbreaker Cape", "backMystery201602Notes": "With a swish of your cape, your enemies fall before you! Confers no benefit. February 2016 Subscriber Item.", + "backMystery201608Text": "Cape of Thunder", + "backMystery201608Notes": "Fly through the stormy skies with this billowing cape! Confers no benefit. August 2016 Subscriber Item.", "backSpecialWonderconRedText": "Mighty Cape", "backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.", diff --git a/common/locales/en/subscriber.json b/common/locales/en/subscriber.json index 264b6e107c..11389f8e4e 100644 --- a/common/locales/en/subscriber.json +++ b/common/locales/en/subscriber.json @@ -111,6 +111,7 @@ "mysterySet201605": "Marching Bard Set", "mysterySet201606": "Selkie Robes Set", "mysterySet201607": "Seafloor Rogue Set", + "mysterySet201608": "Thunderstormer Set", "mysterySet301404": "Steampunk Standard Set", "mysterySet301405": "Steampunk Accessories Set", diff --git a/common/script/content/gear/sets/mystery.js b/common/script/content/gear/sets/mystery.js index c9b2efb1e7..1d778ade43 100644 --- a/common/script/content/gear/sets/mystery.js +++ b/common/script/content/gear/sets/mystery.js @@ -184,6 +184,12 @@ let back = { mystery: '201602', value: 0, }, + 201608: { + text: t('backMystery201608Text'), + notes: t('backMystery201608Notes'), + mystery: '201608', + value: 0, + }, }; let eyewear = { @@ -340,6 +346,12 @@ let head = { mystery: '201607', value: 0, }, + 201608: { + text: t('headMystery201608Text'), + notes: t('headMystery201608Notes'), + mystery: '201608', + value: 0, + }, 301404: { text: t('headMystery301404Text'), notes: t('headMystery301404Notes'), diff --git a/common/script/content/mystery-sets.js b/common/script/content/mystery-sets.js index 254179da63..04e6153248 100644 --- a/common/script/content/mystery-sets.js +++ b/common/script/content/mystery-sets.js @@ -122,6 +122,10 @@ let mysterySets = { start: '2016-07-26', end: '2016-08-02', }, + 201608: { + start: '2016-08-23', + end: '2016-09-02', + }, 301404: { start: '3014-03-24', end: '3014-04-02', diff --git a/migrations/mystery_items.js b/migrations/mystery_items.js index e0e9ad22d9..c855eff6a5 100644 --- a/migrations/mystery_items.js +++ b/migrations/mystery_items.js @@ -2,7 +2,7 @@ var _id = ''; var update = { $addToSet: { 'purchased.plan.mysteryItems':{ - $each:['head_mystery_201607','armor_mystery_201607'] + $each:['head_mystery_201608','back_mystery_201608'] } } }; diff --git a/website/views/shared/new-stuff.jade b/website/views/shared/new-stuff.jade index 2bfa25647d..52753ad7c5 100644 --- a/website/views/shared/new-stuff.jade +++ b/website/views/shared/new-stuff.jade @@ -1,32 +1,57 @@ -h2 8/18/2016 - NEW PET QUEST, iOS UPDATE, AND STAFF SPOTLIGHT +h2 8/23/2016 - AUGUST SUBSCRIBER ITEMS, ANDROID UPDATE, AND BLOG POSTS hr tr td - .Pet-Armadillo-Base.pull-right - h3 Pet Quest: Armadillos - p There's a new pet quest available in the Quest Shop: The Indulgent Armadillo. There's a giant armadillo blocking your door. Can you fight your way through to start work on your tasks? If so, you'll earn some armored armadillo eggs! - p.small.muted written by Emily Austin - p.small.muted art by krajzega, Tipsy, uncommoncriminal, zorella, PainterProphet, and Beffymaroo + .promo_mystery_201608.pull-right + h3 August Subscriber Items Revealed + p The August Subscriber Item has been revealed: the Thunderstormer Set! You still have seven days to subscribe and receive the item set. + 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. Best of all, your support directly keeps Habitica running. Thank you very much -- it means a lot to us! + p.small.muted by Lemoness tr td - h3 New iOS Update: Task Reordering, Better Messaging, and Easier Party Formation - p We've released a new iOS update that features the ability to reorder tasks, send private messages to anyone, and form parties more easily! Be sure to download it now for a better Habitica experience. + h3 Android Update: Better Messaging and Invitations + p We've released a new Android update which includes better messaging, a search bar for Guilds, and an easier way to invite friends to your party! Be sure to download it now for a better Habitica experience! br - p Now you can drag a task anywhere in its list by pressing and holding, making it easier than ever to organization. Plus, if you want to invite someone to your Party, instead of wrestling with their User ID, you can just scan the QR code in their Party section! Finally, you can now send a private message via their profile, by entering their User ID, or by scanning their new QR code. - br - p If you like the improvements that we’ve been making to our app, please consider reviewing this new version. It really helps us out! Old reviews get hidden with each update, but if you go to the review section you can re-post them again with a single tap. We hope you enjoy the update! - p.small.muted by viirus + p If you like the improvements that we’ve been making to our app, please consider reviewing this new version. It really helps us out! We hope you enjoy the update. + p.small.muted by viirus and jjbillings tr td - .promo_staff_spotlight_paglias.pull-right - h3 Staff Spotlight: Matteo, aka Paglias - p There's a new Staff Spotlight on the blog! Come meet Matteo, aka paglias, and learn how our favorite Italian programmer balances developing features with earning his degree. + h3 New Blog Posts: Habitica Roadtrip and Quest System + p There are two new posts on the Habitica blog! + br + p First, we're announcing the new BEHIND THE SCENES blog series. These posts will highlight some of the work that goes into Habitica and the shenanigans of the team. We're opening with a fun one: a description of the recent Habitica Roadtrip that some of our staff and admins took together! Enjoy. + br + p Plus, there's a new Wiki spotlight on the blog, this time focusing on quests! Learn everything you wanted to know about one of our most motivating mechanics. + p.small.muted by Lemoness, Redphoenix, and the Wiki Wizards if menuItem !== 'oldNews' hr a(href='/static/old-news', target='_blank') Read older news mixin oldNews + h2 8/18/2016 - NEW PET QUEST, iOS UPDATE, AND STAFF SPOTLIGHT + tr + td + .Pet-Armadillo-Base.pull-right + h3 Pet Quest: Armadillos + p There's a new pet quest available in the Quest Shop: The Indulgent Armadillo. There's a giant armadillo blocking your door. Can you fight your way through to start work on your tasks? If so, you'll earn some armored armadillo eggs! + p.small.muted written by Emily Austin + p.small.muted art by krajzega, Tipsy, uncommoncriminal, zorella, PainterProphet, and Beffymaroo + tr + td + h3 New iOS Update: Task Reordering, Better Messaging, and Easier Party Formation + p We've released a new iOS update that features the ability to reorder tasks, send private messages to anyone, and form parties more easily! Be sure to download it now for a better Habitica experience. + br + p Now you can drag a task anywhere in its list by pressing and holding, making it easier than ever to organization. Plus, if you want to invite someone to your Party, instead of wrestling with their User ID, you can just scan the QR code in their Party section! Finally, you can now send a private message via their profile, by entering their User ID, or by scanning their new QR code. + br + p If you like the improvements that we’ve been making to our app, please consider reviewing this new version. It really helps us out! Old reviews get hidden with each update, but if you go to the review section you can re-post them again with a single tap. We hope you enjoy the update! + p.small.muted by viirus + tr + td + .promo_staff_spotlight_paglias.pull-right + h3 Staff Spotlight: Matteo, aka Paglias + p There's a new Staff Spotlight on the blog! Come meet Matteo, aka paglias, and learn how our favorite Italian programmer balances developing features with earning his degree. h2 8/9/2016 - THUNDERSTORM HATCHING POTIONS, STAFF SPOTLIGHT, AND MOBILE APP UPDATES tr td