feat(content): Nudibranch Pets
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
@@ -211,6 +211,10 @@
|
||||
"questEggButterflyMountText": "Butterfly",
|
||||
"questEggButterflyAdjective": "a cute",
|
||||
|
||||
"questEggNudibranchText": "Nudibranch",
|
||||
"questEggNudibranchMountText": "Nudibranch",
|
||||
"questEggNudibranchAdjective": "a nifty",
|
||||
|
||||
"eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
|
||||
|
||||
"hatchingPotionBase": "Base",
|
||||
|
||||
@@ -556,5 +556,12 @@
|
||||
"questMayhemMistiflying3DropWeapon": "Roguish Rainbow Message (Weapon)",
|
||||
|
||||
"featheredFriendsText": "Feathered Friends Quest Bundle",
|
||||
"featheredFriendsNotes": "Contains 'Help! Harpy!,' 'The Night-Owl,' and 'The Birds of Preycrastination.' Available until May 31."
|
||||
"featheredFriendsNotes": "Contains 'Help! Harpy!,' 'The Night-Owl,' and 'The Birds of Preycrastination.' Available until May 31.",
|
||||
|
||||
"questNudibranchText": "Infestation of the NowDo Nudibranches",
|
||||
"questNudibranchNotes": "You finally get around to checking your To-dos on a lazy day in Habitica. Bright against your deepest red tasks are a gaggle of vibrant blue sea slugs. You are entranced! Their sapphire colors make your most intimidating tasks look as easy as your best Habits. In a feverish stupor you get to work, tackling one task after the other in a ceaseless frenzy...<br><br>The next thing you know, @LilithofAlfheim is pouring cold water over you. “The NowDo Nudibranches have been stinging you all over! You need to take a break!”<br><br>Shocked, you see that your skin is as bright red as your To-Do list was. \"Being productive is one thing,\" @beffymaroo says, \"but you've also got to take care of yourself. Hurry, let's get rid of them!\"",
|
||||
"questNudibranchCompletion": "You see the last of the NowDo Nudibranches sliding off of a pile of completed tasks as @amadshade washes them away. One leaves behind a cloth bag, and you open it to reveal some gold and a few little ellipsoids you guess are eggs.",
|
||||
"questNudibranchBoss": "NowDo Nudibranch",
|
||||
"questNudibranchDropNudibranchEgg": "Nudibranch (Egg)",
|
||||
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market"
|
||||
}
|
||||
|
||||
@@ -320,6 +320,12 @@ let quests = {
|
||||
adjective: t('questEggButterflyAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('butterfly'),
|
||||
},
|
||||
Nudibranch: {
|
||||
text: t('questEggNudibranchText'),
|
||||
mountText: t('questEggNudibranchMountText'),
|
||||
adjective: t('questEggNudibranchAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('nudibranch'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
@@ -2688,6 +2688,38 @@ let quests = {
|
||||
exp: 650,
|
||||
},
|
||||
},
|
||||
nudibranch: {
|
||||
text: t('questNudibranchText'),
|
||||
notes: t('questNudibranchNotes'),
|
||||
completion: t('questNudibranchCompletion'),
|
||||
value: 4,
|
||||
category: 'pet',
|
||||
boss: {
|
||||
name: t('questNudibranchBoss'),
|
||||
hp: 400,
|
||||
str: 1.5,
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'Nudibranch',
|
||||
text: t('questNudibranchDropNudibranchEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Nudibranch',
|
||||
text: t('questNudibranchDropNudibranchEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Nudibranch',
|
||||
text: t('questNudibranchDropNudibranchEgg'),
|
||||
},
|
||||
],
|
||||
gp: 31,
|
||||
exp: 200,
|
||||
unlock: t('questNudibranchUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
each(quests, (v, key) => {
|
||||
|
||||
@@ -1,35 +1,48 @@
|
||||
h2 6/1/2017 - JUNE BACKGROUNDS AND ARMOIRE ITEMS, NEW TAKE THIS CHALLENGE, AND GUILD SPOTLIGHT
|
||||
h2 6/13/2017 - SEA SLUG PET QUEST AND ALYS CONTRIBUTOR SPOTLIGHT
|
||||
hr
|
||||
tr
|
||||
td
|
||||
.promo_backgrounds_armoire_201706.pull-right
|
||||
h3 June Backgrounds and Armoire Items!
|
||||
p We’ve added three new backgrounds to the <a href='/#/options/profile/backgrounds'>Background Shop</a>! Now your avatar can rule over a Sandcastle, admire an Ocean Sunrise, and unearth Buried Treasure.
|
||||
br
|
||||
p Plus, there’s new gold-purchasable equipment in the Enchanted Armoire, including the Viking Set. Better work hard on your real-life tasks to earn all the pieces! Enjoy :)
|
||||
p.small.muted by PattyTheWitch, CitrineSun, Reesachan, and Katy133
|
||||
.quest_nudibranch.pull-right
|
||||
h3 New Pet Quest: Sea Slugs!
|
||||
p A leisurely day at the beach takes a turn for the alarming when a bunch of dazzling sea slugs invade a To-Do list! Get the latest pet quest, the <a href='/#/options/inventory/quests'>NowDo Nudibranch</a>, and earn some nifty Nudibranch pets by completing your real-life tasks.
|
||||
p.small.muted by SabreCat, Beffymaroo, Lilith of Alfheim, amadshade, Porrompomperro, and Thiam
|
||||
tr
|
||||
td
|
||||
.promo_takeThis_gear.pull-left.slight-right-margin
|
||||
h3 New Take This Challenge
|
||||
p The next Take This Challenge has launched, "<a href='/#/options/groups/challenges/4db6bd82-b829-4bf2-bad2-535c14424a3d'>I Am the Night!</a>", with a focus on sleep hygiene. Be sure to check it out to earn additional pieces of the Take This armor set!
|
||||
br
|
||||
p <a href='http://www.takethis.org/' target='_blank'>Take This</a> is a nonprofit that seeks to inform the gamer community about mental health issues, to provide education about mental disorders and mental illness prevention, and to reduce the stigma of mental illness.
|
||||
br
|
||||
.scene_arts_crafts.pull-left.slight-right-margin
|
||||
p Congratulations to the winners of the last Take This Challenge, "Cast of Characters!": grand prize winner ShoTaka, and runners-up Steve the Dragon Slayer, Christina Melfi Passavia, Kingphisher, Servalan, and Júnior Rodrigues Knd! Plus, all participants in that Challenge who had not already completed the <a href='http://habitica.wikia.com/wiki/Event_Item_Sequences#Take_This_Armor_Set' target='_blank'>Take This item set</a> have received the next piece. It is located in your Rewards column. Enjoy!
|
||||
p.small.muted by Doctor B, the Take This team, Lemoness, and SabreCat
|
||||
tr
|
||||
td
|
||||
h3 Guild Spotlight: Arts and Crafts
|
||||
p There's a new <a href='https://habitica.wordpress.com/2017/05/25/spaces-for-the-creative-guilds-for-arts-and-crafts/' target='_blank'>Guild Spotlight on the blog</a> that highlights the Guilds that can help you as you work on creative projects! Check it out now to find Habitica's best Arts and Crafts-focused communities.
|
||||
p.small.muted by beffymaroo
|
||||
.promo_contrib_spotlight_alys.pull-left.slight-right-margin
|
||||
h3 Contributor Spotlight: Alys!
|
||||
p We've posted a new <a href='https://habitica.wordpress.com/2017/06/13/contributor-spotlight-alys/' target='_blank'>Contributor Spotlight</a> on the blog! Check out our latest interview with Alys, a Moderator and Blacksmith, to learn more about how she uses Habitica.
|
||||
p.small.muted by Alys, Beffymaroo, and Lemoness
|
||||
|
||||
if menuItem !== 'oldNews'
|
||||
hr
|
||||
a(href='/static/old-news', target='_blank') Read older news
|
||||
|
||||
mixin oldNews
|
||||
h2 6/1/2017 - JUNE BACKGROUNDS AND ARMOIRE ITEMS, NEW TAKE THIS CHALLENGE, AND GUILD SPOTLIGHT
|
||||
tr
|
||||
td
|
||||
.promo_backgrounds_armoire_201706.pull-right
|
||||
h3 June Backgrounds and Armoire Items!
|
||||
p We’ve added three new backgrounds to the <a href='/#/options/profile/backgrounds'>Background Shop</a>! Now your avatar can rule over a Sandcastle, admire an Ocean Sunrise, and unearth Buried Treasure.
|
||||
br
|
||||
p Plus, there’s new gold-purchasable equipment in the Enchanted Armoire, including the Viking Set. Better work hard on your real-life tasks to earn all the pieces! Enjoy :)
|
||||
p.small.muted by PattyTheWitch, CitrineSun, Reesachan, and Katy133
|
||||
tr
|
||||
td
|
||||
.promo_takeThis_gear.pull-left.slight-right-margin
|
||||
h3 New Take This Challenge
|
||||
p The next Take This Challenge has launched, "<a href='/#/options/groups/challenges/4db6bd82-b829-4bf2-bad2-535c14424a3d'>I Am the Night!</a>", with a focus on sleep hygiene. Be sure to check it out to earn additional pieces of the Take This armor set!
|
||||
br
|
||||
p <a href='http://www.takethis.org/' target='_blank'>Take This</a> is a nonprofit that seeks to inform the gamer community about mental health issues, to provide education about mental disorders and mental illness prevention, and to reduce the stigma of mental illness.
|
||||
br
|
||||
.scene_arts_crafts.pull-left.slight-right-margin
|
||||
p Congratulations to the winners of the last Take This Challenge, "Cast of Characters!": grand prize winner ShoTaka, and runners-up Steve the Dragon Slayer, Christina Melfi Passavia, Kingphisher, Servalan, and Júnior Rodrigues Knd! Plus, all participants in that Challenge who had not already completed the <a href='http://habitica.wikia.com/wiki/Event_Item_Sequences#Take_This_Armor_Set' target='_blank'>Take This item set</a> have received the next piece. It is located in your Rewards column. Enjoy!
|
||||
p.small.muted by Doctor B, the Take This team, Lemoness, and SabreCat
|
||||
tr
|
||||
td
|
||||
h3 Guild Spotlight: Arts and Crafts
|
||||
p There's a new <a href='https://habitica.wordpress.com/2017/05/25/spaces-for-the-creative-guilds-for-arts-and-crafts/' target='_blank'>Guild Spotlight on the blog</a> that highlights the Guilds that can help you as you work on creative projects! Check it out now to find Habitica's best Arts and Crafts-focused communities.
|
||||
p.small.muted by beffymaroo
|
||||
h2 5/30/2017 - HIRING MOBILE DEVELOPER; LAST CHANCE FOR FEATHERY GOODIES AND PARTY SURVEY
|
||||
tr
|
||||
td
|
||||
|
||||