feat(customize): earrings and headbands
This commit is contained in:
@@ -8,4 +8,14 @@ module.exports = prefill({
|
||||
4: {},
|
||||
5: {},
|
||||
6: {},
|
||||
7: {},
|
||||
8: {},
|
||||
9: {},
|
||||
10: {},
|
||||
11: {},
|
||||
12: {},
|
||||
13: {},
|
||||
14: {},
|
||||
15: {},
|
||||
16: {},
|
||||
});
|
||||
|
||||
@@ -8,7 +8,7 @@ import takeThisGear from './special-takeThis';
|
||||
import wonderconGear from './special-wondercon';
|
||||
import t from '../../../translation';
|
||||
|
||||
const CURRENT_SEASON = 'spring';
|
||||
const CURRENT_SEASON = '_NONE_';
|
||||
|
||||
let armor = {
|
||||
0: backerGear.armorSpecial0,
|
||||
@@ -2361,6 +2361,55 @@ let headAccessory = {
|
||||
return CURRENT_SEASON === 'spring';
|
||||
},
|
||||
},
|
||||
blackHeadband: {
|
||||
gearSet: 'headband',
|
||||
text: t('headAccessoryBlackHeadbandText'),
|
||||
notes: t('headAccessoryBlackHeadbandNotes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('headAccessory_special_blackHeadband'),
|
||||
},
|
||||
blueHeadband: {
|
||||
gearSet: 'headband',
|
||||
text: t('headAccessoryBlueHeadbandText'),
|
||||
notes: t('headAccessoryBlueHeadbandNotes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('headAccessory_special_blueHeadband'),
|
||||
},
|
||||
greenHeadband: {
|
||||
gearSet: 'headband',
|
||||
text: t('headAccessoryGreenHeadbandText'),
|
||||
notes: t('headAccessoryGreenHeadbandNotes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('headAccessory_special_greenHeadband'),
|
||||
},
|
||||
pinkHeadband: {
|
||||
gearSet: 'headband',
|
||||
text: t('headAccessoryPinkHeadbandText'),
|
||||
notes: t('headAccessoryPinkHeadbandNotes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('headAccessory_special_pinkHeadband'),
|
||||
},
|
||||
redHeadband: {
|
||||
gearSet: 'headband',
|
||||
text: t('headAccessoryRedHeadbandText'),
|
||||
notes: t('headAccessoryRedHeadbandNotes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('headAccessory_special_redHeadband'),
|
||||
},
|
||||
whiteHeadband: {
|
||||
gearSet: 'headband',
|
||||
text: t('headAccessoryWhiteHeadbandText'),
|
||||
notes: t('headAccessoryWhiteHeadbandNotes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('headAccessory_special_whiteHeadband'),
|
||||
},
|
||||
yellowHeadband: {
|
||||
gearSet: 'headband',
|
||||
text: t('headAccessoryYellowHeadbandText'),
|
||||
notes: t('headAccessoryYellowHeadbandNotes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('headAccessory_special_yellowHeadband'),
|
||||
},
|
||||
};
|
||||
|
||||
let shield = {
|
||||
|
||||
Reference in New Issue
Block a user