feat(content): armoire and Bee Gees
@@ -969,6 +969,20 @@ const backgrounds = {
|
|||||||
notes: t('backgroundTeaPartyNotes'),
|
notes: t('backgroundTeaPartyNotes'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
backgrounds032020: {
|
||||||
|
among_giant_flowers: {
|
||||||
|
text: t('backgroundAmongGiantFlowersText'),
|
||||||
|
notes: t('backgroundAmongGiantFlowersNotes'),
|
||||||
|
},
|
||||||
|
butterfly_garden: {
|
||||||
|
text: t('backgroundButterflyGardenText'),
|
||||||
|
notes: t('backgroundButterflyGardenNotes'),
|
||||||
|
},
|
||||||
|
succulent_garden: {
|
||||||
|
text: t('backgroundSucculentGardenText'),
|
||||||
|
notes: t('backgroundSucculentGardenNotes'),
|
||||||
|
},
|
||||||
|
},
|
||||||
timeTravelBackgrounds: {
|
timeTravelBackgrounds: {
|
||||||
airship: {
|
airship: {
|
||||||
text: t('backgroundAirshipText'),
|
text: t('backgroundAirshipText'),
|
||||||
|
|||||||
@@ -534,6 +534,15 @@ const armor = {
|
|||||||
set: 'matchMaker',
|
set: 'matchMaker',
|
||||||
canOwn: ownsItem('armor_armoire_matchMakersApron'),
|
canOwn: ownsItem('armor_armoire_matchMakersApron'),
|
||||||
},
|
},
|
||||||
|
baseballUniform: {
|
||||||
|
text: t('armorArmoireBaseballUniformText'),
|
||||||
|
notes: t('armorArmoireBaseballUniformNotes', { attrs: 10 }),
|
||||||
|
value: 100,
|
||||||
|
con: 10,
|
||||||
|
str: 10,
|
||||||
|
set: 'baseball',
|
||||||
|
canOwn: ownsItem('armor_armoire_baseballUniform'),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const body = {
|
const body = {
|
||||||
@@ -1089,6 +1098,15 @@ const head = {
|
|||||||
set: 'matchMaker',
|
set: 'matchMaker',
|
||||||
canOwn: ownsItem('head_armoire_matchMakersBeret'),
|
canOwn: ownsItem('head_armoire_matchMakersBeret'),
|
||||||
},
|
},
|
||||||
|
baseballCap: {
|
||||||
|
text: t('headArmoireBaseballCapText'),
|
||||||
|
notes: t('headArmoireBaseballCapNotes', { attrs: 8 }),
|
||||||
|
value: 100,
|
||||||
|
con: 8,
|
||||||
|
str: 8,
|
||||||
|
set: 'baseball',
|
||||||
|
canOwn: ownsItem('head_armoire_baseballCap'),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const shield = {
|
const shield = {
|
||||||
@@ -1392,6 +1410,14 @@ const shield = {
|
|||||||
set: 'matchMaker',
|
set: 'matchMaker',
|
||||||
canOwn: ownsItem('shield_armoire_perfectMatch'),
|
canOwn: ownsItem('shield_armoire_perfectMatch'),
|
||||||
},
|
},
|
||||||
|
baseballGlove: {
|
||||||
|
text: t('shieldArmoireBaseballGloveText'),
|
||||||
|
notes: t('shieldArmoireBaseballGloveNotes', { str: 9 }),
|
||||||
|
value: 100,
|
||||||
|
str: 9,
|
||||||
|
set: 'baseball',
|
||||||
|
canOwn: ownsItem('shield_armoire_baseballGlove'),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const headAccessory = {
|
const headAccessory = {
|
||||||
@@ -1863,6 +1889,14 @@ const weapon = {
|
|||||||
set: 'matchMaker',
|
set: 'matchMaker',
|
||||||
canOwn: ownsItem('weapon_armoire_livelyMatch'),
|
canOwn: ownsItem('weapon_armoire_livelyMatch'),
|
||||||
},
|
},
|
||||||
|
baseballBat: {
|
||||||
|
text: t('weaponArmoireBaseballBatText'),
|
||||||
|
notes: t('weaponArmoireBaseballBatNotes', { con: 9 }),
|
||||||
|
value: 100,
|
||||||
|
con: 9,
|
||||||
|
set: 'baseball',
|
||||||
|
canOwn: ownsItem('weapon_armoire_baseballBat'),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|||||||
@@ -164,12 +164,14 @@ api.timeTravelStable = {
|
|||||||
'MantisShrimp-Base': t('mantisShrimp'),
|
'MantisShrimp-Base': t('mantisShrimp'),
|
||||||
'Phoenix-Base': t('phoenix'),
|
'Phoenix-Base': t('phoenix'),
|
||||||
'MagicalBee-Base': t('magicalBee'),
|
'MagicalBee-Base': t('magicalBee'),
|
||||||
|
'Hippogriff-Hopeful': t('hopefulHippogriffPet'),
|
||||||
},
|
},
|
||||||
mounts: {
|
mounts: {
|
||||||
'Mammoth-Base': t('mammoth'),
|
'Mammoth-Base': t('mammoth'),
|
||||||
'MantisShrimp-Base': t('mantisShrimp'),
|
'MantisShrimp-Base': t('mantisShrimp'),
|
||||||
'Phoenix-Base': t('phoenix'),
|
'Phoenix-Base': t('phoenix'),
|
||||||
'MagicalBee-Base': t('magicalBee'),
|
'MagicalBee-Base': t('magicalBee'),
|
||||||
|
'Hippogriff-Hopeful': t('hopefulHippogriffMount'),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 666 B |
|
After Width: | Height: | Size: 460 B |
|
After Width: | Height: | Size: 418 B |
|
After Width: | Height: | Size: 557 B |
|
After Width: | Height: | Size: 375 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 499 B |
|
After Width: | Height: | Size: 682 B |
|
After Width: | Height: | Size: 618 B |
|
Before Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 400 B |