feat(content): Armoire and Backgrounds March 2019

This commit is contained in:
Sabe Jones
2019-04-02 13:08:40 -05:00
parent c60481ab34
commit df7c0a005c
30 changed files with 77 additions and 18 deletions
@@ -815,6 +815,20 @@ let backgrounds = {
notes: t('backgroundFlowerMarketNotes'),
},
},
backgrounds042019: {
halflings_house: {
text: t('backgroundHalflingsHouseText'),
notes: t('backgroundHalflingsHouseNotes'),
},
blossoming_desert: {
text: t('backgroundBlossomingDesertText'),
notes: t('backgroundBlossomingDesertNotes'),
},
birch_forest: {
text: t('backgroundBirchForestText'),
notes: t('backgroundBirchForestNotes'),
},
},
incentiveBackgrounds: {
violet: {
text: t('backgroundVioletText'),
@@ -924,6 +924,13 @@ let head = {
set: 'vernalVestments',
canOwn: ownsItem('head_armoire_vernalHennin'),
},
tricornHat: {
text: t('headArmoireTricornHatText'),
notes: t('headArmoireTricornHatNotes', { per: 10 }),
value: 100,
per: 10,
canOwn: ownsItem('head_armoire_tricornHat'),
},
};
let shield = {
@@ -1553,6 +1560,20 @@ let weapon = {
set: 'vernalVestments',
canOwn: ownsItem('weapon_armoire_vernalTaper'),
},
jugglingBalls: {
text: t('weaponArmoireJugglingBallsText'),
notes: t('weaponArmoireJugglingBallsNotes', { int: 10 }),
value: 100,
int: 10,
canOwn: ownsItem('weapon_armoire_jugglingBalls'),
},
slingshot: {
text: t('weaponArmoireSlingshotText'),
notes: t('weaponArmoireSlingshotNotes', { str: 10 }),
value: 100,
str: 10,
canOwn: ownsItem('weapon_armoire_slingshot'),
},
};
let armoireSet = {
@@ -8,12 +8,12 @@ const featuredItems = {
path: 'armoire',
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.Golden',
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Celestial',
},
{
type: 'eggs',
path: 'eggs.PandaCub',
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Rainbow',
},
{
type: 'card',