feat(content): Armoire and BGs 2019-11

and disable October Magic Potions
This commit is contained in:
Sabe Jones
2019-11-05 10:29:39 -06:00
parent 0fca0ed147
commit 3e2a49103e
23 changed files with 85 additions and 36 deletions
@@ -913,6 +913,20 @@ const backgrounds = {
notes: t('backgroundPumpkinCarriageNotes'),
},
},
backgrounds112019: {
farmers_market: {
text: t('backgroundFarmersMarketText'),
notes: t('backgroundFarmersMarketNotes'),
},
flying_in_a_thunderstorm: {
text: t('backgroundFlyingInAThunderstormText'),
notes: t('backgroundFlyingInAThunderstormNotes'),
},
potion_shop: {
text: t('backgroundPotionShopText'),
notes: t('backgroundPotionShopNotes'),
},
},
incentiveBackgrounds: {
violet: {
text: t('backgroundVioletText'),
@@ -498,6 +498,15 @@ const armor = {
set: 'shadowMaster',
canOwn: ownsItem('armor_armoire_shadowMastersRobe'),
},
alchemistsRobe: {
text: t('armorArmoireAlchemistsRobeText'),
notes: t('armorArmoireAlchemistsRobeNotes', { con: 8, per: 5 }),
value: 100,
con: 8,
per: 5,
set: 'alchemist',
canOwn: ownsItem('armor_armoire_alchemistsRobe'),
},
};
const body = {
@@ -1020,6 +1029,14 @@ const head = {
set: 'shadowMaster',
canOwn: ownsItem('head_armoire_shadowMastersHood'),
},
alchemistsHat: {
text: t('headArmoireAlchemistsHatText'),
notes: t('headArmoireAlchemistsHatNotes', { per: 7 }),
value: 100,
per: 7,
set: 'alchemist',
canOwn: ownsItem('head_armoire_alchemistsHat'),
},
};
const shield = {
@@ -1299,6 +1316,14 @@ const shield = {
set: 'shadowMaster',
canOwn: ownsItem('shield_armoire_masteredShadow'),
},
alchemistsScale: {
text: t('shieldArmoireAlchemistsScaleText'),
notes: t('shieldArmoireAlchemistsScaleNotes', { int: 7 }),
value: 100,
int: 7,
set: 'alchemist',
canOwn: ownsItem('shield_armoire_alchemistsScale'),
},
};
const headAccessory = {
@@ -1745,6 +1770,15 @@ const weapon = {
set: 'shadowMaster',
canOwn: ownsItem('weapon_armoire_shadowMastersMace'),
},
alchemistsDistiller: {
text: t('weaponArmoireAlchemistsDistillerText'),
notes: t('weaponArmoireAlchemistsDistillerNotes', { str: 8, int: 5 }),
value: 100,
str: 8,
int: 5,
set: 'alchemist',
canOwn: ownsItem('weapon_armoire_alchemistsDistiller'),
},
};
export {
@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = 'October';
const CURRENT_SEASON = '_NONE_';
function hasQuestAchievementFunction (key) {
return user => user.achievements.quests
@@ -105,7 +105,7 @@ const premium = {
value: 2,
text: t('hatchingPotionSpooky'),
limited: true,
_season: 'October',
_season: '_PENDING_',
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndOctober'),
previousDate: t('september2017'),
@@ -155,7 +155,7 @@ const premium = {
value: 2,
text: t('hatchingPotionGlow'),
limited: true,
_season: 'October',
_season: '_PENDING_',
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndOctober'),
previousDate: t('september2018'),
@@ -215,7 +215,7 @@ const premium = {
value: 2,
text: t('hatchingPotionShadow'),
limited: true,
_season: 'October',
_season: '_PENDING_',
},
};