Content 2017/10/10 (#9177)
* feat(content): bundle, customizations * chore(sprites): update
This commit is contained in:
@@ -11,13 +11,13 @@ module.exports = prefill({
|
||||
pastelHairColors: {setPrice: 5, availableUntil: '2016-01-01'},
|
||||
rainbowHairColors: {setPrice: 5, text: t('rainbowColors')},
|
||||
shimmerHairColors: {setPrice: 5, availableUntil: '2017-05-02', text: t('shimmerColors')},
|
||||
hauntedHairColors: {setPrice: 5, availableUntil: '2016-11-01', text: t('hauntedColors')},
|
||||
hauntedHairColors: {setPrice: 5, availableUntil: '2017-11-02', 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: '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')},
|
||||
supernaturalSkins: {setPrice: 5, availableUntil: '2017-11-02', text: t('supernaturalSkins')},
|
||||
splashySkins: {setPrice: 5, availableUntil: '2017-08-02', text: t('splashySkins')},
|
||||
winterySkins: {setPrice: 5, availableFrom: '2015-12-18', availableUntil: '2016-02-02', text: t('winterySkins')},
|
||||
});
|
||||
|
||||
@@ -107,6 +107,21 @@ api.bundles = {
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
witchyFamiliars: {
|
||||
key: 'witchyFamiliars',
|
||||
text: t('witchyFamiliarsText'),
|
||||
notes: t('witchyFamiliarsNotes'),
|
||||
bundleKeys: [
|
||||
'rat',
|
||||
'spider',
|
||||
'frog',
|
||||
],
|
||||
canBuy () {
|
||||
return moment().isBetween('2017-10-10', '2017-11-02');
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user