mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
feat(rat): add rat quest
This commit is contained in:
parent
a56b1eec12
commit
8506db9849
2 changed files with 29 additions and 14 deletions
|
|
@ -117,6 +117,11 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
|||
p
|
||||
| {{Content.eggs.Deer.value}}
|
||||
span.Pet_Currency_Gem1x.inline-gems
|
||||
div(ng-show='user.achievements.quests.rat > 1')
|
||||
button.customize-option(popover='{{Content.eggs.Rat.notes()}}', popover-title!=env.t("egg", {eggType: "{{Content.eggs.Rat.text()}}"}), popover-trigger='mouseenter', popover-placement='left', ng-click='purchase("eggs", Content.eggs.Rat)', class='Pet_Egg_Rat')
|
||||
p
|
||||
| {{Content.eggs.Rat.value}}
|
||||
span.Pet_Currency_Gem1x.inline-gems
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('hatchingPotions'))
|
||||
|
|
|
|||
|
|
@ -12,6 +12,17 @@ script(type='text/ng-template', id='modals/newStuff.html')
|
|||
h3.popover-title
|
||||
a(target='_blank', href='https://twitter.com/Mihakuu') Bailey
|
||||
.popover-content
|
||||
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 The Rat King
|
||||
p Habitica's streets are filled with the skittering of little paws... looks like there's a new Pet Quest available in the Market! Can you and your party defeat the Rat King? If so, there will be some eggs to reward you...
|
||||
small.muted By: Pandah and Token
|
||||
small.muted 5/14/2014
|
||||
|
||||
hr
|
||||
h5 5/5/2014
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
|
|
@ -28,7 +39,6 @@ script(type='text/ng-template', id='modals/newStuff.html')
|
|||
tr
|
||||
td
|
||||
p Also, a quick change - May's mystery item will now be revealed on the 23rd, instead of the 25th. Rejoice, impatient Habiticans!
|
||||
small.muted 5/5/2014
|
||||
|
||||
hr
|
||||
h5 4/30/2014
|
||||
|
|
|
|||
Loading…
Reference in a new issue