chore(event): end Winter Wonderland
@@ -1,8 +1,8 @@
|
|||||||
.npc_bailey {
|
.npc_bailey {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-11.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-11.png');
|
||||||
background-position: -1963px -836px;
|
background-position: -1963px -836px;
|
||||||
width: 63px;
|
width: 60px;
|
||||||
height: 93px;
|
height: 72px;
|
||||||
}
|
}
|
||||||
.npc_justin {
|
.npc_justin {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-11.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-11.png');
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
.banner_flair_dysheartener {
|
.banner_flair_dysheartener {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-11.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-11.png');
|
||||||
background-position: -1963px -930px;
|
background-position: -1963px -909px;
|
||||||
width: 69px;
|
width: 69px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 391 KiB After Width: | Height: | Size: 390 KiB |
@@ -2,8 +2,8 @@
|
|||||||
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer
|
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer
|
||||||
// more to be added on future seasons
|
// more to be added on future seasons
|
||||||
|
|
||||||
$npc_market_flavor: 'birthday';
|
$npc_market_flavor: 'normal';
|
||||||
$npc_quests_flavor: 'birthday';
|
$npc_quests_flavor: 'normal';
|
||||||
$npc_seasonal_flavor: 'birthday';
|
$npc_seasonal_flavor: 'normal';
|
||||||
$npc_timetravelers_flavor: 'birthday';
|
$npc_timetravelers_flavor: 'normal';
|
||||||
$npc_tavern_flavor: 'birthday';
|
$npc_tavern_flavor: 'normal';
|
||||||
|
|||||||
@@ -164,30 +164,30 @@ export default {
|
|||||||
classGear (heroClass) {
|
classGear (heroClass) {
|
||||||
if (heroClass === 'rogue') {
|
if (heroClass === 'rogue') {
|
||||||
return {
|
return {
|
||||||
armor: 'armor_special_winter2019Rogue',
|
armor: 'armor_rogue_5',
|
||||||
head: 'head_special_winter2019Rogue',
|
head: 'head_rogue_5',
|
||||||
shield: 'shield_special_winter2019Rogue',
|
shield: 'shield_rogue_6',
|
||||||
weapon: 'weapon_special_winter2019Rogue',
|
weapon: 'weapon_rogue_6',
|
||||||
};
|
};
|
||||||
} else if (heroClass === 'wizard') {
|
} else if (heroClass === 'wizard') {
|
||||||
return {
|
return {
|
||||||
armor: 'armor_special_winter2019Mage',
|
armor: 'armor_wizard_5',
|
||||||
head: 'head_special_winter2019Mage',
|
head: 'head_wizard_5',
|
||||||
weapon: 'weapon_special_winter2019Mage',
|
weapon: 'weapon_wizard_6',
|
||||||
};
|
};
|
||||||
} else if (heroClass === 'healer') {
|
} else if (heroClass === 'healer') {
|
||||||
return {
|
return {
|
||||||
armor: 'armor_special_winter2019Healer',
|
armor: 'armor_healer_5',
|
||||||
head: 'head_special_winter2019Healer',
|
head: 'head_healer_5',
|
||||||
shield: 'shield_special_winter2019Healer',
|
shield: 'shield_healer_5',
|
||||||
weapon: 'weapon_special_winter2019Healer',
|
weapon: 'weapon_healer_6',
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
armor: 'armor_special_winter2019Warrior',
|
armor: 'armor_warrior_5',
|
||||||
head: 'head_special_winter2019Warrior',
|
head: 'head_warrior_5',
|
||||||
shield: 'shield_special_winter2019Warrior',
|
shield: 'shield_warrior_5',
|
||||||
weapon: 'weapon_special_winter2019Warrior',
|
weapon: 'weapon_warrior_6',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import takeThisGear from './special-takeThis';
|
|||||||
import wonderconGear from './special-wondercon';
|
import wonderconGear from './special-wondercon';
|
||||||
import t from '../../../translation';
|
import t from '../../../translation';
|
||||||
|
|
||||||
const CURRENT_SEASON = 'winter';
|
const CURRENT_SEASON = '_NONE_';
|
||||||
|
|
||||||
let armor = {
|
let armor = {
|
||||||
0: backerGear.armorSpecial0,
|
0: backerGear.armorSpecial0,
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
|
|||||||
import each from 'lodash/each';
|
import each from 'lodash/each';
|
||||||
import t from './translation';
|
import t from './translation';
|
||||||
|
|
||||||
const CURRENT_SEASON = 'January';
|
const CURRENT_SEASON = '_NONE_';
|
||||||
|
|
||||||
let drops = {
|
let drops = {
|
||||||
Base: {
|
Base: {
|
||||||
|
|||||||
@@ -8,30 +8,30 @@ const featuredItems = {
|
|||||||
path: 'armoire',
|
path: 'armoire',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'premiumHatchingPotion',
|
type: 'hatchingPotions',
|
||||||
path: 'premiumHatchingPotions.Peppermint',
|
path: 'hatchingPotions.CottonCandyPink',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'premiumHatchingPotion',
|
type: 'eggs',
|
||||||
path: 'premiumHatchingPotions.IcySnow',
|
path: 'eggs.TigerCub',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'premiumHatchingPotion',
|
type: 'card',
|
||||||
path: 'premiumHatchingPotions.StarryNight',
|
path: 'cardTypes.birthday',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
quests: [
|
quests: [
|
||||||
{
|
{
|
||||||
type: 'quests',
|
type: 'quests',
|
||||||
path: 'quests.evilsanta',
|
path: 'quests.treeling',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'quests',
|
type: 'quests',
|
||||||
path: 'quests.evilsanta2',
|
path: 'quests.sabretooth',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'quests',
|
type: 'quests',
|
||||||
path: 'quests.penguin',
|
path: 'quests.rock',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
seasonal: '',
|
seasonal: '',
|
||||||
|
|||||||
@@ -1,31 +1,23 @@
|
|||||||
import { SEASONAL_SETS } from '../content/constants';
|
// import { SEASONAL_SETS } from '../content/constants';
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
opened: true,
|
opened: false,
|
||||||
|
|
||||||
currentSeason: 'Winter',
|
currentSeason: 'Closed',
|
||||||
|
|
||||||
dateRange: { start: '2018-12-20', end: '2019-01-31' },
|
dateRange: { start: '2018-09-20', end: '2018-10-31' },
|
||||||
|
|
||||||
availableSets: [
|
availableSets: [
|
||||||
...SEASONAL_SETS.winter,
|
|
||||||
],
|
],
|
||||||
|
|
||||||
pinnedSets: {
|
pinnedSets: {
|
||||||
wizard: 'winter2019PyrotechnicSet',
|
|
||||||
warrior: 'winter2019BlizzardSet',
|
|
||||||
rogue: 'winter2019PoinsettiaSet',
|
|
||||||
healer: 'winter2019WinterStarSet',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
availableSpells: [
|
availableSpells: [
|
||||||
'snowball',
|
|
||||||
],
|
],
|
||||||
|
|
||||||
availableQuests: [
|
availableQuests: [
|
||||||
'evilsanta',
|
|
||||||
'evilsanta2',
|
|
||||||
],
|
],
|
||||||
|
|
||||||
featuredSet: 'winter2017WinterWolfSet',
|
featuredSet: 'mummyMedicSet',
|
||||||
};
|
};
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -127,10 +127,6 @@ function _setUpNewUser (user) {
|
|||||||
user.items.quests.dustbunnies = 1;
|
user.items.quests.dustbunnies = 1;
|
||||||
user.purchased.background.violet = true;
|
user.purchased.background.violet = true;
|
||||||
user.preferences.background = 'violet';
|
user.preferences.background = 'violet';
|
||||||
user.items.gear.owned.armor_special_birthday = true; // eslint-disable-line camelcase
|
|
||||||
user.items.gear.equipped.armor = 'armor_special_birthday';
|
|
||||||
user.items.gear.costume.armor = 'armor_special_birthday';
|
|
||||||
user.migration = '20190131_habit_birthday';
|
|
||||||
|
|
||||||
if (user.registeredThrough === 'habitica-web') {
|
if (user.registeredThrough === 'habitica-web') {
|
||||||
taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag'];
|
taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag'];
|
||||||
|
|||||||