mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 10:14:11 +00:00
feat(halloween): jackolantern pet
This commit is contained in:
parent
4fdcbb22c0
commit
0a630d7d9b
2 changed files with 40 additions and 21 deletions
1
migrations/20141006_jackolantern_pet.js
Normal file
1
migrations/20141006_jackolantern_pet.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
db.users.update({_id:'9'},{$set:{'items.pets.JackOLantern-Base':5, 'flags.newStuff':true}}, {multi:true});
|
||||
|
|
@ -8,32 +8,50 @@ table
|
|||
h3.popover-title
|
||||
a(target='_blank', href='https://twitter.com/Mihakuu') Bailey
|
||||
.popover-content
|
||||
h5 Spooky Sparkles, New Backgrounds, And Memory Leaks Almost Fixed!
|
||||
h5 Back-To-School Advice Challenge Winners And Jack-O-Lantern Pet!
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 Spooky Sparkles
|
||||
.pull-right
|
||||
.inventory_special_spookDust
|
||||
.achievement-spookDust
|
||||
.spookman
|
||||
p There's a new gold-purchasable item in the <a href='https://habitrpg.com/#/options/inventory/drops' target='_blank'>Market</a>: Spooky Sparkles! Buy some and then cast it on your friends. I wonder what it will do?
|
||||
br
|
||||
p If you have Spooky Sparkles cast on you, you will receive the "Alarming Friends" badge! Don't worry, any mysterious effects will wear off the next day.... or you can cancel them early by buying an Opaque Potion!
|
||||
br
|
||||
p Spooky Sparkles will only be in the Rewards store until October 31st, so stock up!
|
||||
p.small.muted by Lemoness, lefnire
|
||||
h5 Back-To-School Advice Challenge Winners
|
||||
|
||||
p We had a ton of participants in our Back-To-School Advice Challenge, and we've finally sorted through and chosen the winners! Congratulations to
|
||||
DJ Ringis, The Writer, San Condor, Tavi Wright, Stepharuka, Clyc, samaeldreams, LitNerdy, Tritlo, Shansie, Han Solo, FrauleinNinja, Nortya, itsallaboutfalling, TomFrankly, [TGL] Dogg, Amanda, InfH, Evan950, and Mizuokami! You've all received your gems :)
|
||||
|
||||
p Thanks so much for participating! If you had fun, don't forget that the Community Costume Challenge is happening all October :)
|
||||
tr
|
||||
td
|
||||
h5 New Backgrounds Revealed: Haunted House, Graveyard, And Pumpkin Patch
|
||||
p There are three new avatar backgrounds in the <a href='https://habitrpg.com/#/options/profile/backgrounds' target='_blank'>Background Shop</a>! Now your avatar can sneak through a Haunted House, visit a creepy Graveyard, or carve jack-o-lanterns in a Pumpkin Patch!
|
||||
p.small.muted by cecilyperez, Kiwibot, and Sooz
|
||||
tr
|
||||
td
|
||||
h5 Memory Leaks Almost Fixed
|
||||
p It took a ton of effort, but Tyler has fixed the largest memory leak that was crashing our servers! There are a few smaller ones that he’s still conquering one by one, but the fiercest monster has been slain. Ten thousand cheers for Tyler! You can read the technical description of how we’re fixing the leaks <a href='https://github.com/HabitRPG/habitrpg/issues/4079' target='_blank'>here</a>, and for any JavaScript developers out there: we'd love your help! We’ll let you all know when we’ve fixed the problem for once and for all.
|
||||
p.small.muted by lefnire
|
||||
p.small.muted 10/3/2014
|
||||
h5 Jack-O-Lantern Pet
|
||||
|
||||
p Habiticans have been carving lots of pumpkins recently - and it looks like one has followed you home! Everyone has received a pet Jack-O-Lantern! You can find it in the Stables :)
|
||||
p.small.muted by Lemoness
|
||||
|
||||
p.small.muted 10/7/2014
|
||||
|
||||
h5 10/3/2014- Spooky Sparkles, New Backgrounds, And Memory Leaks Almost Fixed!
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 Spooky Sparkles
|
||||
.pull-right
|
||||
.inventory_special_spookDust
|
||||
.achievement-spookDust
|
||||
.spookman
|
||||
p There's a new gold-purchasable item in the <a href='https://habitrpg.com/#/options/inventory/drops' target='_blank'>Market</a>: Spooky Sparkles! Buy some and then cast it on your friends. I wonder what it will do?
|
||||
br
|
||||
p If you have Spooky Sparkles cast on you, you will receive the "Alarming Friends" badge! Don't worry, any mysterious effects will wear off the next day.... or you can cancel them early by buying an Opaque Potion!
|
||||
br
|
||||
p Spooky Sparkles will only be in the Rewards store until October 31st, so stock up!
|
||||
p.small.muted by Lemoness, lefnire
|
||||
tr
|
||||
td
|
||||
h5 New Backgrounds Revealed: Haunted House, Graveyard, And Pumpkin Patch
|
||||
p There are three new avatar backgrounds in the <a href='https://habitrpg.com/#/options/profile/backgrounds' target='_blank'>Background Shop</a>! Now your avatar can sneak through a Haunted House, visit a creepy Graveyard, or carve jack-o-lanterns in a Pumpkin Patch!
|
||||
p.small.muted by cecilyperez, Kiwibot, and Sooz
|
||||
tr
|
||||
td
|
||||
h5 Memory Leaks Almost Fixed
|
||||
p It took a ton of effort, but Tyler has fixed the largest memory leak that was crashing our servers! There are a few smaller ones that he’s still conquering one by one, but the fiercest monster has been slain. Ten thousand cheers for Tyler! You can read the technical description of how we’re fixing the leaks <a href='https://github.com/HabitRPG/habitrpg/issues/4079' target='_blank'>here</a>, and for any JavaScript developers out there: we'd love your help! We’ll let you all know when we’ve fixed the problem for once and for all.
|
||||
p.small.muted by lefnire
|
||||
|
||||
h5 10/1/2014 - Seasonal Edition Skins, Seasonal Edition Hair Colors, Community Costume Challenge, Release Pets, and October Mystery Item!
|
||||
table.table.table-striped
|
||||
|
|
|
|||
Loading…
Reference in a new issue