mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Armoire and BGs data (#8095)
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user