diff --git a/img/sprites/spritesmith/gear/events/winter/shop/shop_head_special_nye2014.png b/img/sprites/spritesmith/gear/events/winter/shop/shop_head_special_nye2014.png new file mode 100644 index 0000000000..80402cbfbe Binary files /dev/null and b/img/sprites/spritesmith/gear/events/winter/shop/shop_head_special_nye2014.png differ diff --git a/locales/en/gear.json b/locales/en/gear.json index c0d1cde61f..3bf5adef7f 100644 --- a/locales/en/gear.json +++ b/locales/en/gear.json @@ -346,6 +346,8 @@ "headSpecialFallHealerText": "Head Bandages", "headSpecialFallHealerNotes": "Highly sanitary and very fashionable. Increases Intelligence by <%= int %>. Limited Edition 2014 Autumn Gear.", + "headSpecialNye2014Text": "Silly Party Hat", + "headSpecialNye2014Notes": "You've received a Silly Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.", "headSpecialWinter2015RogueText": "Icicle Drake Mask", "headSpecialWinter2015RogueNotes": "You are truly, definitely, absolutely a genuine Icicle Drake. You are not infiltrating the Icicle Drake hives. You have no interest at all in the hoards of riches rumored to lie in their frigid tunnels. Rawr. Increases Perception by <%= per %>. Limited Edition 2015 Winter Gear.", "headSpecialWinter2015WarriorText": "Gingerbread Helm", diff --git a/script/content.coffee b/script/content.coffee index 3621101afb..5b80a838a4 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -260,7 +260,8 @@ gear = winter2015Rogue: event: events.winter2015, specialClass: 'rogue', text: t('headSpecialWinter2015RogueText'), notes: t('headSpecialWinter2015RogueNotes', {per: 9}),value: 60,per: 9 winter2015Warrior: event: events.winter2015, specialClass: 'warrior', text: t('headSpecialWinter2015WarriorText'), notes: t('headSpecialWinter2015WarriorNotes', {str: 9}),value: 60,str: 9 winter2015Mage: event: events.winter2015, specialClass: 'wizard', text: t('headSpecialWinter2015MageText'), notes: t('headSpecialWinter2015MageNotes', {per: 7}),value: 60,per: 7 - winter2015Healer: event: events.winter2015, specialClass: 'healer', text: t('headSpecialWinter2015HealerText'), notes: t('headSpecialWinter2015HealerNotes', {int: 7}), value: 60, int: 7 + winter2015Healer: event: events.winter2015, specialClass: 'healer', text: t('headSpecialWinter2015HealerText'), notes: t('headSpecialWinter2015HealerNotes', {int: 7}), value: 60, int: 7 + nye2014: text: t('headSpecialNye2014Text'), notes: t('headSpecialNye2014Notes'), value: 0 # Other gaymerx: event: events.gaymerx, text: t('headSpecialGaymerxText'), notes: t('headSpecialGaymerxNotes'), value: 0 mystery: