habitica/website/common/script/content/gear/sets/special/special-wondercon.js

61 lines
1.4 KiB
JavaScript
Raw Normal View History

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