mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 19:42:15 +00:00
feat(customization): enable Splashy Skins (#7740)
This commit is contained in:
parent
6ad65c35fc
commit
723bf7358b
2 changed files with 29 additions and 16 deletions
|
|
@ -169,7 +169,7 @@ mixin customizeProfile(mobile)
|
|||
+buyPref('skin', ['pastelPink','pastelOrange','pastelYellow','pastelGreen','pastelBlue','pastelPurple','pastelRainbowChevron','pastelRainbowDiagonal'], 'pastelSkins', 'disabled')
|
||||
+buyPref('skin', ['monster','pumpkin','skeleton','zombie','ghost','shadow'], 'spookySkins', 'disabled')
|
||||
+buyPref('skin', ['candycorn','ogre','pumpkin2','reptile','shadow2','skeleton2','transparent','zombie2'], 'supernaturalSkins', 'disabled')
|
||||
+buyPref('skin', ['clownfish','deepocean','merblue','mergold','mergreen','merruby','shark','tropicalwater'], 'splashySkins', 'disabled')
|
||||
+buyPref('skin', ['clownfish','deepocean','merblue','mergold','mergreen','merruby','shark','tropicalwater'], 'splashySkins')
|
||||
|
||||
|
||||
script(id='partials/options.profile.avatar.html', type='text/ng-template')
|
||||
|
|
|
|||
|
|
@ -1,31 +1,44 @@
|
|||
h2 TASK REMINDERS ON ANDROID, JUNE SUBSCRIBER ITEMS, AND SEAFOAM TRANSFORMATION ITEMS
|
||||
h2 SPLASHY SKINS! LAST CHANCE FOR SELKIE ITEM SET!
|
||||
hr
|
||||
tr
|
||||
td
|
||||
h3 Android Update: Task Reminders
|
||||
p There's <a href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica&hl=en' target='_blank'>a new Android update</a> which includes a very exciting feature: Task Reminders! When you make or edit Dailies and To-Dos, you can now add notifications that will remind you to get things done! Never forget a task again.
|
||||
br
|
||||
p We've also fixed a variety of bugs, so be sure to download this update now!
|
||||
p.small.muted by viirus, TheHollidayInn, and nivl4
|
||||
.promo_splashyskins.pull-right
|
||||
h3 Splashy Skin Set
|
||||
p There's a new set of Seasonal Edition Skins available in the <a href='/#/options/profile/avatar'>Avatar Customization page</a> until July 31st! Get them while you can, or they won't be available until next year.
|
||||
p.small.muted by UncommonCriminal
|
||||
tr
|
||||
td
|
||||
.promo_mystery_201606.pull-right
|
||||
h3 June Subscriber Items
|
||||
p The June Subscriber Items have been revealed: the Selkie Robes Set! You still have seven days to <a href='/#/options/settings/subscription'>subscribe</a> and receive the item set.
|
||||
br
|
||||
p Subscribers also receive the ability to buy Gems for Gold -- the longer you subscribe, the more Gems you can buy per month! There are other perks as well, such as longer access to uncompressed data. Best of all, your support directly keeps Habitica running. Thank you very much -- it means a lot to us!
|
||||
h3 Last Chance for Selkie Item Set
|
||||
p Reminder: this is the final day to <a href='/#/options/settings/subscription'>subscribe</a> and receive the Selkie Item Set. If you want the Selkie Cap or the Selkie Tail, now's the time. Thanks so much for your support -- we hope you enjoy your Gems!
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
.seafoam_star.pull-right
|
||||
h3 Seafoam Transformation Item
|
||||
p Splash some Seafoam on your friends and they will undergo a mysterious transformation until their next cron! You can buy the Seafoam in the <a href='/#/options/inventory/seasonalshop'>Seasonal Shop</a> for Gold. Don't want to be transformed? Just buy some Sand from the <a href='/#/tasks'>Rewards Store</a> to reverse it.
|
||||
|
||||
if menuItem !== 'oldNews'
|
||||
hr
|
||||
a(href='/static/old-news', target='_blank') Read older news
|
||||
|
||||
mixin oldNews
|
||||
h2 TASK REMINDERS ON ANDROID, JUNE SUBSCRIBER ITEMS, AND SEAFOAM TRANSFORMATION ITEMS
|
||||
tr
|
||||
td
|
||||
h3 Android Update: Task Reminders
|
||||
p There's <a href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica&hl=en' target='_blank'>a new Android update</a> which includes a very exciting feature: Task Reminders! When you make or edit Dailies and To-Dos, you can now add notifications that will remind you to get things done! Never forget a task again.
|
||||
br
|
||||
p We've also fixed a variety of bugs, so be sure to download this update now!
|
||||
p.small.muted by viirus, TheHollidayInn, and nivl4
|
||||
tr
|
||||
td
|
||||
.promo_mystery_201606.pull-right
|
||||
h3 June Subscriber Items
|
||||
p The June Subscriber Items have been revealed: the Selkie Robes Set! You still have seven days to <a href='/#/options/settings/subscription'>subscribe</a> and receive the item set.
|
||||
br
|
||||
p Subscribers also receive the ability to buy Gems for Gold -- the longer you subscribe, the more Gems you can buy per month! There are other perks as well, such as longer access to uncompressed data. Best of all, your support directly keeps Habitica running. Thank you very much -- it means a lot to us!
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
.seafoam_star.pull-right
|
||||
h3 Seafoam Transformation Item
|
||||
p Splash some Seafoam on your friends and they will undergo a mysterious transformation until their next cron! You can buy the Seafoam in the <a href='/#/options/inventory/seasonalshop'>Seasonal Shop</a> for Gold. Don't want to be transformed? Just buy some Sand from the <a href='/#/tasks'>Rewards Store</a> to reverse it.
|
||||
h2 SUMMER SPLASH EVENT! LIMITED EDITION OUTFITS, SEASONAL SHOP OPENS, AND SUMMER NPCS
|
||||
tr
|
||||
td
|
||||
|
|
|
|||
Loading…
Reference in a new issue