mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
feat(fall): bailey + free candy script
This commit is contained in:
parent
71c9ea66f4
commit
f38db7b964
2 changed files with 44 additions and 10 deletions
18
migrations/20140922_free_candy.js
Normal file
18
migrations/20140922_free_candy.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
db.users.update(
|
||||
{},
|
||||
{
|
||||
$inc: {
|
||||
'items.food.Candy_Base':1,
|
||||
'items.food.Candy_CottonCandyBlue':1,
|
||||
'items.food.Candy_CottonCandyPink':1,
|
||||
'items.food.Candy_Desert':1,
|
||||
'items.food.Candy_Golden':1,
|
||||
'items.food.Candy_Red':1,
|
||||
'items.food.Candy_Shade':1,
|
||||
'items.food.Candy_Skeleton':1,
|
||||
'items.food.Candy_White':1,
|
||||
'items.food.Candy_Zombie':1
|
||||
}
|
||||
},
|
||||
{multi:1}
|
||||
);
|
||||
|
|
@ -8,23 +8,39 @@ table
|
|||
h3.popover-title
|
||||
a(target='_blank', href='https://twitter.com/Mihakuu') Bailey
|
||||
.popover-content
|
||||
h5 Rooster Pets, Party Sorting, And Back-To-School Challenge
|
||||
h5 Fall Festival! Limited-Edition Outfits, Candy Food Drops, And Npc Dress-Up
|
||||
p Autumn is upon us! The air is crisp, the leaves are red, and Habitica is feeling spooky. Come celebrate the Fall Festival with us... if you dare!
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 New Pet Quest: Rooster Rampage!
|
||||
p There's a new pet quest in <a href='https://habitrpg.com/#/options/inventory/drops' target='_blank'>the Market</a>! This monstrous rooster can't be quieted, and Habiticans are unable to sleep. Can you and your Party calm down this foul fowl? You'll be rewarded with Rooster eggs if you do!
|
||||
p.small.muted by LordDarkly, Pandoro, EmeraldOx, extrajordanary, and playgroundgiraffe
|
||||
h5 Limited Edition Class Outfits
|
||||
p Habiticans everywhere are dressing up. From now until October 31st, limited edition outfits are available in the Rewards column. Depending on your class, you can be a Witchy Wizard, Monster of Science, Vampire Smiter, or Mummy Medic! You'd better get productive to earn enough gold before your time runs out...
|
||||
tr
|
||||
td
|
||||
h5 Party Sorting!
|
||||
p We've improved the preexisting party sort feature. Now you can sort your party members' avatars by level, backgrounds, and more! Simply go to Social > Party > Members and select from the drop-down menu.
|
||||
p.small.muted by Alys and Viirus
|
||||
h5 Candy Food Drops!
|
||||
p You've received some Candy in your inventory in honor of the Fall Festival! Plus, for the duration of the Event, Habiticans may randomly find candy drops when they complete their tasks. These candies function just like normal food drops - can you guess which flavor your pet will like best?
|
||||
tr
|
||||
td
|
||||
h5 Back-To-School Challenge!
|
||||
p Don't forget that the 2nd Official HabitRPG Challenge is running right now - the <a href='https://habitrpg.com/#/options/groups/challenges/a367eb40-8514-46fd-805e-b9b7f89bad7f' target='_blank'>Back-To-School Advice Challenge</a>! Post your best tips for using HabitRPG during the Back-To-School season on social media for a chance at winning 60 gems. If you want to share it with the maximum number of people, you can use the #habitrpg and #backtoschool tags. You only have thirteen more days to enter. Good luck!
|
||||
small.muted 9/17/2014
|
||||
h5 NPC Dress-Up
|
||||
p Looks like the NPCs are really getting in to the spooky autumnal mood around the site. Who wouldn't?
|
||||
p.small.muted 9/22/2014
|
||||
|
||||
h5 9/17/2014 - Rooster Pets, Party Sorting, And Back-To-School Challenge
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 New Pet Quest: Rooster Rampage!
|
||||
p There's a new pet quest in <a href='https://habitrpg.com/#/options/inventory/drops' target='_blank'>the Market</a>! This monstrous rooster can't be quieted, and Habiticans are unable to sleep. Can you and your Party calm down this foul fowl? You'll be rewarded with Rooster eggs if you do!
|
||||
p.small.muted by LordDarkly, Pandoro, EmeraldOx, extrajordanary, and playgroundgiraffe
|
||||
tr
|
||||
td
|
||||
h5 Party Sorting!
|
||||
p We've improved the preexisting party sort feature. Now you can sort your party members' avatars by level, backgrounds, and more! Simply go to Social > Party > Members and select from the drop-down menu.
|
||||
p.small.muted by Alys and Viirus
|
||||
tr
|
||||
td
|
||||
h5 Back-To-School Challenge!
|
||||
p Don't forget that the 2nd Official HabitRPG Challenge is running right now - the <a href='https://habitrpg.com/#/options/groups/challenges/a367eb40-8514-46fd-805e-b9b7f89bad7f' target='_blank'>Back-To-School Advice Challenge</a>! Post your best tips for using HabitRPG during the Back-To-School season on social media for a chance at winning 60 gems. If you want to share it with the maximum number of people, you can use the #habitrpg and #backtoschool tags. You only have thirteen more days to enter. Good luck!
|
||||
|
||||
h5 9/12/2014 - Official Back-To-School Challenge, Markdown In Checklists, And Help Tab
|
||||
table.table.table-striped
|
||||
|
|
|
|||
Loading…
Reference in a new issue