2015-11-17 23:16:38 +00:00
|
|
|
import t from '../../../translation';
|
|
|
|
|
|
2019-10-08 14:57:10 +00:00
|
|
|
const backSpecialWonderconRed = {
|
2015-11-17 23:16:38 +00:00
|
|
|
text: t('backSpecialWonderconRedText'),
|
|
|
|
|
notes: t('backSpecialWonderconRedNotes'),
|
|
|
|
|
value: 0,
|
|
|
|
|
mystery: 'wondercon',
|
|
|
|
|
};
|
|
|
|
|
|
2019-10-08 14:57:10 +00:00
|
|
|
const backSpecialWonderconBlack = {
|
2015-11-17 23:16:38 +00:00
|
|
|
text: t('backSpecialWonderconBlackText'),
|
|
|
|
|
notes: t('backSpecialWonderconBlackNotes'),
|
|
|
|
|
value: 0,
|
|
|
|
|
mystery: 'wondercon',
|
|
|
|
|
};
|
|
|
|
|
|
2019-10-08 14:57:10 +00:00
|
|
|
const bodySpecialWonderconRed = {
|
2015-11-17 23:16:38 +00:00
|
|
|
text: t('bodySpecialWonderconRedText'),
|
|
|
|
|
notes: t('bodySpecialWonderconRedNotes'),
|
|
|
|
|
value: 0,
|
|
|
|
|
mystery: 'wondercon',
|
|
|
|
|
};
|
|
|
|
|
|
2019-10-08 14:57:10 +00:00
|
|
|
const bodySpecialWonderconGold = {
|
2015-11-17 23:16:38 +00:00
|
|
|
text: t('bodySpecialWonderconGoldText'),
|
|
|
|
|
notes: t('bodySpecialWonderconGoldNotes'),
|
|
|
|
|
value: 0,
|
|
|
|
|
mystery: 'wondercon',
|
|
|
|
|
};
|
|
|
|
|
|
2019-10-08 14:57:10 +00:00
|
|
|
const bodySpecialWonderconBlack = {
|
2015-11-17 23:16:38 +00:00
|
|
|
text: t('bodySpecialWonderconBlackText'),
|
|
|
|
|
notes: t('bodySpecialWonderconBlackNotes'),
|
|
|
|
|
value: 0,
|
|
|
|
|
mystery: 'wondercon',
|
|
|
|
|
};
|
|
|
|
|
|
2019-10-08 14:57:10 +00:00
|
|
|
const eyewearSpecialWonderconRed = {
|
2015-11-17 23:16:38 +00:00
|
|
|
text: t('eyewearSpecialWonderconRedText'),
|
|
|
|
|
notes: t('eyewearSpecialWonderconRedNotes'),
|
|
|
|
|
value: 0,
|
|
|
|
|
mystery: 'wondercon',
|
|
|
|
|
};
|
|
|
|
|
|
2019-10-08 14:57:10 +00:00
|
|
|
const eyewearSpecialWonderconBlack = {
|
2015-11-17 23:16:38 +00:00
|
|
|
text: t('eyewearSpecialWonderconBlackText'),
|
|
|
|
|
notes: t('eyewearSpecialWonderconBlackNotes'),
|
|
|
|
|
value: 0,
|
|
|
|
|
mystery: 'wondercon',
|
|
|
|
|
};
|
|
|
|
|
|
2019-10-01 15:53:48 +00:00
|
|
|
export {
|
2015-11-17 23:16:38 +00:00
|
|
|
backSpecialWonderconRed,
|
|
|
|
|
backSpecialWonderconBlack,
|
|
|
|
|
bodySpecialWonderconRed,
|
|
|
|
|
bodySpecialWonderconGold,
|
|
|
|
|
bodySpecialWonderconBlack,
|
|
|
|
|
eyewearSpecialWonderconRed,
|
|
|
|
|
eyewearSpecialWonderconBlack,
|
2019-10-08 14:57:10 +00:00
|
|
|
};
|