mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
Release Mergeback 2017/05/03 (#8716)
* Content 2017/05 (#8714) * feat(content): May 2017 Add Armoire, add BGs, end Spring Fling * chore(sprites): compile * chore(i18n): update locales * 3.89.0
This commit is contained in:
@@ -493,6 +493,20 @@ let backgrounds = {
|
||||
notes: t('backgroundMistShroudedMountainNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds052017: {
|
||||
guardian_statues: {
|
||||
text: t('backgroundGuardianStatuesText'),
|
||||
notes: t('backgroundGuardianStatuesNotes'),
|
||||
},
|
||||
habit_city_streets: {
|
||||
text: t('backgroundHabitCityStreetsText'),
|
||||
notes: t('backgroundHabitCityStreetsNotes'),
|
||||
},
|
||||
on_tree_branch: {
|
||||
text: t('backgroundOnATreeBranchText'),
|
||||
notes: t('backgroundOnATreeBranchNotes'),
|
||||
},
|
||||
},
|
||||
incentiveBackgrounds: {
|
||||
violet: {
|
||||
text: t('backgroundVioletText'),
|
||||
|
||||
@@ -10,12 +10,12 @@ module.exports = prefill({
|
||||
winterHairColors: {setPrice: 5, availableUntil: '2016-01-01'},
|
||||
pastelHairColors: {setPrice: 5, availableUntil: '2016-01-01'},
|
||||
rainbowHairColors: {setPrice: 5, text: t('rainbowColors')},
|
||||
shimmerHairColors: {setPrice: 5, availableUntil: '2016-05-02', text: t('shimmerColors')},
|
||||
shimmerHairColors: {setPrice: 5, availableUntil: '2017-05-02', text: t('shimmerColors')},
|
||||
hauntedHairColors: {setPrice: 5, availableUntil: '2016-11-01', text: t('hauntedColors')},
|
||||
winteryHairColors: {setPrice: 5, availableFrom: '2015-12-18', availableUntil: '2016-02-02', text: t('winteryColors')},
|
||||
rainbowSkins: {setPrice: 5, text: t('rainbowSkins')},
|
||||
animalSkins: {setPrice: 5, text: t('animalSkins')},
|
||||
pastelSkins: {setPrice: 5, availableUntil: '2016-05-02', text: t('pastelSkins')},
|
||||
pastelSkins: {setPrice: 5, availableUntil: '2017-05-02', text: t('pastelSkins')},
|
||||
spookySkins: {setPrice: 5, availableUntil: '2016-01-01', text: t('spookySkins')},
|
||||
supernaturalSkins: {setPrice: 5, availableUntil: '2016-11-01', text: t('supernaturalSkins')},
|
||||
splashySkins: {setPrice: 5, availableUntil: '2016-01-01', text: t('splashySkins')},
|
||||
|
||||
Reference in New Issue
Block a user