mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-28 22:05:38 +00:00
feat(quests): parrot quest
This commit is contained in:
parent
81b96b0f7e
commit
a88fde9862
2 changed files with 15 additions and 6 deletions
|
|
@ -103,7 +103,7 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
|||
| {{::egg.value}}
|
||||
span.Pet_Currency_Gem1x.inline-gems
|
||||
//- buyable quest eggs
|
||||
each egg,quest in {gryphon:'Gryphon',hedgehog:'Hedgehog',ghost_stag:'Deer',rat:'Rat',octopus:'Octopus',dilatory_derby:'Seahorse'}
|
||||
each egg,quest in {gryphon:'Gryphon',hedgehog:'Hedgehog',ghost_stag:'Deer',rat:'Rat',octopus:'Octopus',dilatory_derby:'Seahorse',harpy:'Parrot'}
|
||||
div(ng-show='user.achievements.quests.#{quest} > 1')
|
||||
button.customize-option(popover='{{::Content.eggs.#{egg}.notes()}}', popover-title!=env.t("egg", {eggType: "{{::Content.eggs.#{egg}.text()}}"}), popover-trigger='mouseenter', popover-placement='left', ng-click='purchase("eggs", Content.eggs.#{egg})', class='Pet_Egg_#{egg}')
|
||||
p
|
||||
|
|
|
|||
|
|
@ -11,11 +11,20 @@ table
|
|||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 New Equipment Quest: Attack Of The Mundane!
|
||||
p There's a new Quest that will drop automatically for all users level 15 and up: the Dish Disaster, first quest in the Attack of the Mundane Questline! Scrub enchanted dirty dishes, battle the SnackLess Monster, and face off against the Evil Laundromancer. You might just be rewarded with a new piece of armor...
|
||||
p As you complete each quest in this questline, you will be awarded with the quest scroll for the next part. There are three parts in total. Good luck! "
|
||||
small.muted by Arcosine, Kiwibot, Lemoness, Daniel the Bard, itokro
|
||||
small.muted 8/12/2014
|
||||
h5 New Pet Quest: Help! Harpy!
|
||||
p There's a new Pet Quest available in the <a href='https://habitrpg.com/#/options/inventory/drops'>Market</a>! @UncommonCriminal is being held hostage by a Parrot-like Harpy. If you can find a way to help, you'll definitely get your hands on some coveted Parrot Eggs....
|
||||
p After you've purchased the scroll, battle the Boss by completing Habits and To-Dos. Be careful - every Daily that you skip will cause the Boss to attack your party!
|
||||
p.small.muted by Uncommon Criminal and Token
|
||||
small.muted 8/19/2014
|
||||
|
||||
h5 8/12/2014
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 New Equipment Quest: Attack Of The Mundane!
|
||||
p There's a new Quest that will drop automatically for all users level 15 and up: the Dish Disaster, first quest in the Attack of the Mundane Questline! Scrub enchanted dirty dishes, battle the SnackLess Monster, and face off against the Evil Laundromancer. You might just be rewarded with a new piece of armor...
|
||||
p As you complete each quest in this questline, you will be awarded with the quest scroll for the next part. There are three parts in total. Good luck!
|
||||
small.muted by Arcosine, Kiwibot, Lemoness, Daniel the Bard, itokro
|
||||
|
||||
h5 8/6/2014
|
||||
table.table.table-striped
|
||||
|
|
|
|||
Loading…
Reference in a new issue