mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
feat(quests): add octopus quest
This commit is contained in:
parent
b7cf71773a
commit
f85d6b2978
2 changed files with 19 additions and 8 deletions
|
|
@ -103,7 +103,7 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
||||||
| {{egg.value}}
|
| {{egg.value}}
|
||||||
span.Pet_Currency_Gem1x.inline-gems
|
span.Pet_Currency_Gem1x.inline-gems
|
||||||
//- buyable quest eggs
|
//- buyable quest eggs
|
||||||
each egg,quest in {gryphon:'Gryphon',hedgehog:'Hedgehog',ghost_stag:'Deer',rat:'Rat'}
|
each egg,quest in {gryphon:'Gryphon',hedgehog:'Hedgehog',ghost_stag:'Deer',rat:'Rat',octopus:'Octopus'}
|
||||||
div(ng-show='user.achievements.quests.#{quest} > 1')
|
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}')
|
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
|
p
|
||||||
|
|
|
||||||
|
|
@ -16,13 +16,24 @@ script(type='text/ng-template', id='modals/newStuff.html')
|
||||||
table.table.table-striped
|
table.table.table-striped
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
h5 June Mystery Item
|
h5 New Pet Quest: The Call Of Octothulu!
|
||||||
p Wow, what could it be? All Habiticans who are subscribed during the month of June will receive the June Mystery Item Set! It will be revealed on the 25th, so keep your eyes peeled. Thanks for supporting the site <3
|
p There's a new pet in town! The dreaded Octothulu, sticky spawn of the stars, has emerged from a whirlpool in a dark cave by the sea. It's up to you and your party to banish the foul beast by being extra-productive! If you manage to defeat it, you might just find some octopus eggs...
|
||||||
tr
|
h5 Earthquake Update
|
||||||
td
|
p Remember the strange earthquake we had recently? Well, this probably isn't related in any way, but Habiticans have recently noticed some mysterious black Dailies strewn along the beaches. Lemoness happily reports that they are scrawled upon with an ancient language, and that she is hard at work deciphering the script. More news as this develops!
|
||||||
h5 What Was That?
|
small.muted 6/10/2014
|
||||||
p Yikes! A mysterious earthquake has rocked Habitica! Luckily, nobody was hurt and there was no real damage, but our scholars are baffled. "We're not even IN a seismic zone," Lady Lemoness was heard muttering as she paged through an enormous tome. "There hasn't been an earthquake since.... but no, that's impossible." Well, if Lemoness says so, it must be true! Seems like it was just a false alarm.
|
|
||||||
small.muted 6/5/2014
|
|
||||||
|
hr
|
||||||
|
h5 6/5/2014
|
||||||
|
table.table.table-striped
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
h5 June Mystery Item
|
||||||
|
p Wow, what could it be? All Habiticans who are subscribed during the month of June will receive the June Mystery Item Set! It will be revealed on the 25th, so keep your eyes peeled. Thanks for supporting the site <3
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
h5 What Was That?
|
||||||
|
p Yikes! A mysterious earthquake has rocked Habitica! Luckily, nobody was hurt and there was no real damage, but our scholars are baffled. "We're not even IN a seismic zone," Lady Lemoness was heard muttering as she paged through an enormous tome. "There hasn't been an earthquake since.... but no, that's impossible." Well, if Lemoness says so, it must be true! Seems like it was just a false alarm.
|
||||||
|
|
||||||
hr
|
hr
|
||||||
h5 5/23/2014
|
h5 5/23/2014
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue