mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 23:08:35 +00:00
feat(backgrounds): March BGs
This commit is contained in:
parent
85b547196e
commit
21fd8061cf
4 changed files with 44 additions and 9 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
|
|
@ -71,5 +71,13 @@
|
|||
"backgroundCrystalCaveText": "Crystal Cave",
|
||||
"backgroundCrystalCaveNotes": "Explore a Crystal Cave.",
|
||||
"backgroundDistantCastleText": "Distant Castle",
|
||||
"backgroundDistantCastleNotes": "Defend a Distant Castle."
|
||||
"backgroundDistantCastleNotes": "Defend a Distant Castle.",
|
||||
|
||||
"backgrounds032015": "SET 10: Released March 2015",
|
||||
"backgroundSpringRainText": "Spring Rain",
|
||||
"backgroundSpringRainNotes": "Dance in the Spring Rain.",
|
||||
"backgroundStainedGlassText": "Stained Glass",
|
||||
"backgroundStainedGlassNotes": "Admire some Stained Glass",
|
||||
"backgroundRollingHillsText": "Rolling Hills",
|
||||
"backgroundRollingHillsNotes": "Frolic through the Rolling Hills."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1632,6 +1632,16 @@ api.backgrounds =
|
|||
distant_castle:
|
||||
text: t('backgroundDistantCastleText')
|
||||
notes: t('backgroundDistantCastleNotes')
|
||||
backgrounds032015:
|
||||
spring_rain:
|
||||
text: t('backgroundSpringRainText')
|
||||
notes: t('backgroundSpringRainNotes')
|
||||
stained_glass:
|
||||
text: t('backgroundStainedGlassText')
|
||||
notes: t('backgroundStainedGlassNotes')
|
||||
rolling_hills:
|
||||
text: t('backgroundRollingHillsText')
|
||||
notes: t('backgroundRollingHillsNotes')
|
||||
|
||||
api.subscriptionBlocks =
|
||||
basic_earned: months:1, price:5
|
||||
|
|
|
|||
|
|
@ -1,21 +1,38 @@
|
|||
h5 2/24/2015 - FEBRUARY SUBSCRIBER ITEM AND ADD MULTIPLE TASKS!
|
||||
h5 3/3/2015 - MARCH BACKGROUNDS, ANDROID APP NOTIFICATIONS, AND MARCH MYSTERY BOX
|
||||
hr
|
||||
tr
|
||||
td
|
||||
.promo_mystery_201502.pull-right
|
||||
h5 February Subscriber Item
|
||||
p The February Subscriber Item has been revealed: the Winged Enchanter Item Set! All February subscribers will receive the Wings of Thought and the Shimmery Winged Staff of Love and Also Truth. You still have four days to <a href='https://habitrpg.com/#/options/settings/subscription' target='_blank'>subscribe</a> and receive the item set! Thank you so much for your support - we really do rely on you to keep HabitRPG free to use and running smoothly.
|
||||
p.small.muted by Lemoness
|
||||
h5 March Backgrounds Revealed
|
||||
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 dance in the Spring Rain, admire some Stained Glass, or frolic through the Rolling Hills!
|
||||
p.small.muted by (in order) Sunstroke, Kiwibot, and Uncommon Criminal
|
||||
tr
|
||||
td
|
||||
h5 Add Multiple Tasks
|
||||
p Got a bunch of tasks you need to add all at once? No problem! Now you can add a batch of tasks all at once by clicking "Add Multiple" under the task entry bar. We hope that this will save you time!
|
||||
p.small.muted by ChimericDream
|
||||
h5 Android App Notifications
|
||||
p The <a href='https://play.google.com/store/apps/details?id=com.ocdevel.habitrpg' target='_blank'>Android app</a> can now remind you to log in! Simply go to Settings and select the time that you want the reminder.
|
||||
p.small.muted by Negue
|
||||
tr
|
||||
td
|
||||
.inventory_present.pull-right
|
||||
h5 March Mystery Box
|
||||
p Wow! What could it be? All Habiticans who are <a href='https://habitrpg.com/#/options/settings/subscription' target='_blank'>subscribed</a> during the month of March will receive the March Mystery Item Set! It will be revealed on the 25th, so keep your eyes peeled. Thanks for supporting the site <3
|
||||
p.small.muted by Lemoness
|
||||
|
||||
hr
|
||||
a(href='/static/old-news', target='_blank') Read older news
|
||||
|
||||
mixin oldNews
|
||||
h5 2/24/2015 - FEBRUARY SUBSCRIBER ITEM AND ADD MULTIPLE TASKS!
|
||||
tr
|
||||
td
|
||||
.promo_mystery_201502.pull-right
|
||||
h5 February Subscriber Item
|
||||
p The February Subscriber Item has been revealed: the Winged Enchanter Item Set! All February subscribers will receive the Wings of Thought and the Shimmery Winged Staff of Love and Also Truth. You still have four days to <a href='https://habitrpg.com/#/options/settings/subscription' target='_blank'>subscribe</a> and receive the item set! Thank you so much for your support - we really do rely on you to keep HabitRPG free to use and running smoothly.
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
h5 Add Multiple Tasks
|
||||
p Got a bunch of tasks you need to add all at once? No problem! Now you can add a batch of tasks all at once by clicking "Add Multiple" under the task entry bar. We hope that this will save you time!
|
||||
p.small.muted by ChimericDream
|
||||
h5 2/24/2015 - SITE DOWNTIME EXPLANATION (AND SLEEPING AVATARS)
|
||||
tr
|
||||
td
|
||||
|
|
|
|||
Loading…
Reference in a new issue