feat(content): Armoire and BGs data (#8095)

This commit is contained in:
Sabe Jones
2016-10-04 09:57:28 -05:00
committed by GitHub
parent 2dc0958678
commit 0109aa4250
3 changed files with 56 additions and 8 deletions

View File

@@ -395,6 +395,20 @@ let backgrounds = {
notes: t('backgroundOrchardNotes'),
},
},
backgrounds102016: {
rainy_city: {
text: t('backgroundRainyCityText'),
notes: t('backgroundRainyCityNotes'),
},
spider_web: {
text: t('backgroundSpiderWebText'),
notes: t('backgroundSpiderWebNotes'),
},
strange_sewers: {
text: t('backgroundStrangeSewersText'),
notes: t('backgroundStrangeSewersNotes'),
},
},
};
/* eslint-enable quote-props */