mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-29 02:07:15 +00:00
feat(quests): seahorse quest
This commit is contained in:
parent
b71767d1d8
commit
c66c5ec83b
2 changed files with 26 additions and 12 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'}
|
||||
each egg,quest in {gryphon:'Gryphon',hedgehog:'Hedgehog',ghost_stag:'Deer',rat:'Rat',octopus:'Octopus',dilatory_derby:'Seahorse'}
|
||||
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,18 +11,32 @@ table
|
|||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 New backgrounds available: Coral Reef, Open Waters, Seafarer Ship
|
||||
p Three new avatar backgrounds are available in the Background Shop! Now your avatar can swim in a <strong>coral reef</strong>, enjoy the <strong>open waters</strong>, or sail aboard a <strong>Seafarer Ship</strong>. Thanks so much for supporting the site!
|
||||
tr
|
||||
td
|
||||
h5 Next Convention: GaymerX!
|
||||
p HabitRPG's own Vicky Hsu will be at GaymerX, a game convention celebrating LGBTQ and gaming which is open to everyone, at the InterContinental in downtown San Francisco on July 11-13. (For more information, check out gaymerx.com!) Vicky will be giving away promo codes for the UnConventional Armor Set, so if you want to meet up with her (and snag some awesome capes), send a message to vicky@habitrpg.com or @caffeinatedvee on Twitter!
|
||||
tr
|
||||
td
|
||||
h5 Rainbow Warrior Set!
|
||||
p Even if you can't make it to the convention, you can still enjoy the two new armor pieces available for free in the Rewards Store: the Rainbow Warrior Helm and the Rainbow Warrior Armor! They were designed by our GaymerX friends and they look awesome. They'll be available until the end of the month, so enjoy!
|
||||
small.muted 7/3/2014
|
||||
h5 Happy Derby Day!
|
||||
p In celebration of Derby Day, all Habiticans have received a seahorse egg! On this day, the worst of Habitica's ancient bugs were defeated, and so every year we celebrate. Let's ride through Dilatory on this fun day.
|
||||
h5 New Pet Quest: Seahorse!
|
||||
p But oh, no - it looks like a wild Sea Stallion is disrupting the races! Quickly, battle the Sea Stallion to calm him down, and you might just get your hands on some additional seahorse eggs...
|
||||
p.small.muted - by Kiwibot and Lemoness
|
||||
h5 Updated Stats Bars
|
||||
p Based on your feedback, we’ve updated the design of the new status bars with an 8-bit style and improved accessibility.
|
||||
p.small.muted - by BenManley
|
||||
small.muted 7/9/2014
|
||||
|
||||
h5 7/3/2014
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 New backgrounds available: Coral Reef, Open Waters, Seafarer Ship
|
||||
p Three new avatar backgrounds are available in the Background Shop! Now your avatar can swim in a <strong>coral reef</strong>, enjoy the <strong>open waters</strong>, or sail aboard a <strong>Seafarer Ship</strong>. Thanks so much for supporting the site!
|
||||
tr
|
||||
td
|
||||
h5 Next Convention: GaymerX!
|
||||
p HabitRPG's own Vicky Hsu will be at GaymerX, a game convention celebrating LGBTQ and gaming which is open to everyone, at the InterContinental in downtown San Francisco on July 11-13. (For more information, check out gaymerx.com!) Vicky will be giving away promo codes for the UnConventional Armor Set, so if you want to meet up with her (and snag some awesome capes), send a message to vicky@habitrpg.com or @caffeinatedvee on Twitter!
|
||||
tr
|
||||
td
|
||||
h5 Rainbow Warrior Set!
|
||||
p Even if you can't make it to the convention, you can still enjoy the two new armor pieces available for free in the Rewards Store: the Rainbow Warrior Helm and the Rainbow Warrior Armor! They were designed by our GaymerX friends and they look awesome. They'll be available until the end of the month, so enjoy!
|
||||
|
||||
hr
|
||||
h5 7/1/2014
|
||||
table.table.table-striped
|
||||
tr
|
||||
|
|
|
|||
Loading…
Reference in a new issue