habitica/website/common/script/content/appearance/sets.js

26 lines
1.2 KiB
JavaScript
Raw Permalink Normal View History

import t from '../translation';
import prefill from './prefill';
2019-10-01 15:53:48 +00:00
export default prefill({
2019-10-09 14:51:17 +00:00
baseHair1: { setPrice: 5, text: t('hairSet1') },
baseHair2: { setPrice: 5, text: t('hairSet2') },
baseHair3: { setPrice: 5, text: t('hairSet3') },
facialHair: { setPrice: 5, text: t('titleFacialHair') },
2019-10-09 14:51:17 +00:00
specialShirts: { setPrice: 5, text: t('specialShirts') },
2024-05-09 01:27:27 +00:00
legacyShirts: { },
2024-02-21 15:40:28 +00:00
winterHairColors: { setPrice: 5 },
pastelHairColors: { setPrice: 5 },
2019-10-09 14:51:17 +00:00
rainbowHairColors: { setPrice: 5, text: t('rainbowColors') },
2024-04-05 03:42:28 +00:00
shimmerHairColors: { setPrice: 5, text: t('shimmerColors') },
2024-05-08 00:36:39 +00:00
summerHairColors: { setPrice: 5, text: t('summerColors') },
2024-04-05 03:42:28 +00:00
hauntedHairColors: { setPrice: 5, text: t('hauntedColors') },
winteryHairColors: { setPrice: 5, text: t('winteryColors') },
2019-10-09 14:51:17 +00:00
rainbowSkins: { setPrice: 5, text: t('rainbowSkins') },
animalSkins: { setPrice: 5, text: t('animalSkins') },
2024-04-05 03:42:28 +00:00
pastelSkins: { setPrice: 5, text: t('pastelSkins') },
2024-02-21 15:40:28 +00:00
spookySkins: { setPrice: 5, text: t('spookySkins') },
2024-04-05 03:42:28 +00:00
supernaturalSkins: { setPrice: 5, text: t('supernaturalSkins') },
splashySkins: { setPrice: 5, text: t('splashySkins') },
winterySkins: { setPrice: 5, text: t('winterySkins') },
});