mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
updates for 2022-02 magic hatching potions & valentine's week
This commit is contained in:
@@ -20,11 +20,7 @@ import * as eggs from './eggs';
|
||||
import * as hatchingPotions from './hatching-potions';
|
||||
import * as stable from './stable';
|
||||
import gear from './gear';
|
||||
import {
|
||||
quests,
|
||||
questsByLevel,
|
||||
userCanOwnQuestCategories,
|
||||
} from './quests';
|
||||
import { quests, questsByLevel, userCanOwnQuestCategories } from './quests';
|
||||
|
||||
import appearances from './appearance';
|
||||
import { backgroundsTree, backgroundsFlat } from './appearance/backgrounds';
|
||||
@@ -57,7 +53,23 @@ api.spells = spells;
|
||||
api.subscriptionBlocks = subscriptionBlocks;
|
||||
api.gems = gemsBlock;
|
||||
|
||||
api.audioThemes = ['danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme', 'airuTheme', 'beatscribeNesTheme', 'arashiTheme', 'maflTheme', 'pizildenTheme', 'farvoidTheme', 'spacePenguinTheme', 'lunasolTheme', 'triumphTheme'];
|
||||
api.audioThemes = [
|
||||
'danielTheBard',
|
||||
'gokulTheme',
|
||||
'luneFoxTheme',
|
||||
'wattsTheme',
|
||||
'rosstavoTheme',
|
||||
'dewinTheme',
|
||||
'airuTheme',
|
||||
'beatscribeNesTheme',
|
||||
'arashiTheme',
|
||||
'maflTheme',
|
||||
'pizildenTheme',
|
||||
'farvoidTheme',
|
||||
'spacePenguinTheme',
|
||||
'lunasolTheme',
|
||||
'triumphTheme',
|
||||
];
|
||||
|
||||
api.mystery = timeTravelers.mystery;
|
||||
api.timeTravelerStore = timeTravelers.timeTravelerStore;
|
||||
@@ -121,7 +133,7 @@ api.cardTypes = {
|
||||
valentine: {
|
||||
key: 'valentine',
|
||||
messageOptions: 4,
|
||||
yearRound: moment().isBefore('2021-02-28T20:00-05:00'),
|
||||
yearRound: moment().isBefore('2022-02-17T20:00-05:00'),
|
||||
},
|
||||
birthday: {
|
||||
key: 'birthday',
|
||||
@@ -632,7 +644,8 @@ api.userDefaults = {
|
||||
t('defaultTag4'), // School
|
||||
t('defaultTag6'), // Chores
|
||||
],
|
||||
}, {
|
||||
},
|
||||
{
|
||||
type: 'habit',
|
||||
text: t('defaultHabit2Text'),
|
||||
value: 0,
|
||||
@@ -642,7 +655,8 @@ api.userDefaults = {
|
||||
tags: [
|
||||
t('defaultTag3'), // Health + Wellness
|
||||
],
|
||||
}, {
|
||||
},
|
||||
{
|
||||
type: 'habit',
|
||||
text: t('defaultHabit3Text'),
|
||||
value: 0,
|
||||
@@ -675,17 +689,23 @@ api.userDefaults = {
|
||||
tags: [
|
||||
{
|
||||
name: t('defaultTag1'),
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: t('defaultTag2'),
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: t('defaultTag3'),
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: t('defaultTag4'),
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: t('defaultTag5'),
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: t('defaultTag6'),
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: t('defaultTag7'),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user