mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 19:42:15 +00:00
feat(content): mystery items 201608 (#7919)
This commit is contained in:
parent
80f57d9a44
commit
71a759c551
11 changed files with 62 additions and 16 deletions
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4 KiB |
|
|
@ -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.",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 <a href='/#/options/inventory/quests'>Quest Shop</a>: 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 <a href='/#/options/settings/subscription'>subscribe</a> 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 href='https://itunes.apple.com/us/app/habitica/id994882113?ls=1&mt=8' target='_blank'>a new iOS update</a> 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 href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica&hl=en' target='_blank'>a new Android update</a> 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 <a href='https://habitica.wordpress.com/2016/08/11/staff-spotlight-matteo-aka-paglias/' target='_blank'>Staff Spotlight</a> 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 href='https://habitica.wordpress.com/2016/08/23/behind-the-scenes-habitica-roadtrip/' target='_blank'>a description of the recent Habitica Roadtrip that some of our staff and admins took together</a>! Enjoy.
|
||||
br
|
||||
p Plus, there's a new <a href='https://habitica.wordpress.com/2016/08/17/quests-for-the-best/' target='_blank'>Wiki spotlight</a> 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 <a href='/#/options/inventory/quests'>Quest Shop</a>: 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 href='https://itunes.apple.com/us/app/habitica/id994882113?ls=1&mt=8' target='_blank'>a new iOS update</a> 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 <a href='https://habitica.wordpress.com/2016/08/11/staff-spotlight-matteo-aka-paglias/' target='_blank'>Staff Spotlight</a> 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue