diff --git a/common/img/sprites/spritesmith/gear/armoire/head_armoire_blackCat.png b/common/img/sprites/spritesmith/gear/armoire/head_armoire_blackCat.png new file mode 100644 index 0000000000..d5fecc17e8 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/head_armoire_blackCat.png differ diff --git a/common/img/sprites/spritesmith/gear/armoire/head_armoire_orangeCat.png b/common/img/sprites/spritesmith/gear/armoire/head_armoire_orangeCat.png new file mode 100644 index 0000000000..afc50e312a Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/head_armoire_orangeCat.png differ diff --git a/common/img/sprites/spritesmith/gear/armoire/shield_armoire_midnightShield.png b/common/img/sprites/spritesmith/gear/armoire/shield_armoire_midnightShield.png new file mode 100644 index 0000000000..a743ce765f Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shield_armoire_midnightShield.png differ diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_blackCat.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_blackCat.png new file mode 100644 index 0000000000..33fbee9dab Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_blackCat.png differ diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_orangeCat.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_orangeCat.png new file mode 100644 index 0000000000..10a67e4103 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_orangeCat.png differ diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_shield_armoire_midnightShield.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_shield_armoire_midnightShield.png new file mode 100644 index 0000000000..71df03ff09 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_shield_armoire_midnightShield.png differ diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_weapon_armoire_batWand.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_weapon_armoire_batWand.png new file mode 100644 index 0000000000..d654eb1ec0 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_weapon_armoire_batWand.png differ diff --git a/common/img/sprites/spritesmith/gear/armoire/weapon_armoire_batWand.png b/common/img/sprites/spritesmith/gear/armoire/weapon_armoire_batWand.png new file mode 100644 index 0000000000..5c0d39dbc4 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/weapon_armoire_batWand.png differ diff --git a/common/locales/en/gear.json b/common/locales/en/gear.json index a0e98d4d0b..fb473211be 100644 --- a/common/locales/en/gear.json +++ b/common/locales/en/gear.json @@ -170,6 +170,8 @@ "weaponArmoireIronCrookNotes": "Fiercely hammered from iron, this iron crook is good at herding sheep. Increases Perception and Strength by <%= attrs %> each. Enchanted Armoire: Horned Iron Set (Item 3 of 3)", "weaponArmoireGoldWingStaffText": "Gold Wing Staff", "weaponArmoireGoldWingStaffNotes": "The wings on this staff constantly flutter and twist. Increases all attributes by <%= attrs %> each. Enchanted Armoire: Independent Item.", + "weaponArmoireBatWandText": "Bat Wand", + "weaponArmoireBatWandNotes": "This wand can turn any task into a bat! Wave it about and watch them fly away. Increases Intelligence by <%= int %> and Perception by <%= per %>. Enchanted Armoire: Independent Item.", "armor": "armor", @@ -542,6 +544,10 @@ "headArmoireRedFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a radiant red color. Increases Constitution, Intelligence, and Perception by <%= attrs %> each. Enchanted Armoire: Independent Item.", "headArmoirePlagueDoctorHatText": "Plague Doctor Hat", "headArmoirePlagueDoctorHatNotes": "An authentic hat worn by the doctors who battle the Plague of Procrastination! Increases Strength by <%= str %>, Intelligence by <%= int %>, and Constitution by <%= con %>. Enchanted Armoire: Plague Doctor Set (Item 1 of 3).", + "headArmoireBlackCatText": "Black Cat Hat", + "headArmoireBlackCatNotes": "This black hat is... purring. And twitching its tail. And breathing? Yeah, you just have a sleeping cat on your head. Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Independent Item.", + "headArmoireOrangeCatText": "Orange Cat Hat", + "headArmoireOrangeCatNotes": "This orange hat is... purring. And twitching its tail. And breathing? Yeah, you just have a sleeping cat on your head. Increases Strength and Constitution by <%= attrs %> each. Enchanted Armoire: Independent Item.", "offhand": "shield-hand item", @@ -639,6 +645,8 @@ "shieldArmoireGladiatorShieldText": "Gladiator Shield", "shieldArmoireGladiatorShieldNotes": "To be a gladiator you must.... eh, whatever, just bash them with your shield. Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Gladiator Set (Item 3 of 3).", + "shieldArmoireMidnightShieldText": "Midnight Shield", + "shieldArmoireMidnightShieldNotes": "This shield is most powerful at the stroke of midnight! Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Independent Item.", "back": "Back Accessory", "backBase0Text": "No Back Accessory", diff --git a/common/script/content/index.coffee b/common/script/content/index.coffee index 196b25602d..4261fdfb13 100644 --- a/common/script/content/index.coffee +++ b/common/script/content/index.coffee @@ -167,6 +167,7 @@ gear = mythmakerSword: text: t('weaponArmoireMythmakerSwordText'), notes: t('weaponArmoireMythmakerSwordNotes', {attrs: 6}), value: 100, str: 6, per: 6, set: 'goldenToga', canOwn: ((u)-> u.items.gear.owned.weapon_armoire_mythmakerSword?) ironCrook: text: t('weaponArmoireIronCrookText'), notes: t('weaponArmoireIronCrookNotes', {attrs: 7}), value: 100, str: 7, per: 7, set: 'hornedIron', canOwn: ((u)-> u.items.gear.owned.weapon_armoire_ironCrook?) goldWingStaff: text: t('weaponArmoireGoldWingStaffText'), notes: t('weaponArmoireGoldWingStaffNotes', {attrs:4}), value: 100, con: 4, int: 4, per: 4, str: 4, canOwn: ((u)-> u.items.gear.owned.weapon_armoire_goldWingStaff?) + batWand: text: t('weaponArmoireBatWandText'), notes: t('weaponArmoireBatWandNotes', {int: 10, per: 2}), value: 100, int: 10, per: 2, canOwn: ((u)-> u.items.gear.owned.weapon_armoire_batWand?) armor: base: @@ -374,6 +375,8 @@ gear = yellowHairbow: text: t('headArmoireYellowHairbowText'), notes: t('headArmoireYellowHairbowNotes', {attrs: 5}), value: 100, int: 5, per: 5, str: 5, canOwn: ((u)-> u.items.gear.owned.head_armoire_yellowHairbow?) redFloppyHat: text: t('headArmoireRedFloppyHatText'), notes: t('headArmoireRedFloppyHatNotes', {attrs: 6}), value: 100, con: 6, int: 6, per: 6, canOwn: ((u)-> u.items.gear.owned.head_armoire_redFloppyHat?) plagueDoctorHat: text: t('headArmoirePlagueDoctorHatText'), notes: t('headArmoirePlagueDoctorHatNotes', {int: 5, str: 6, con: 5}), value: 100, int: 5, str: 6, con: 5, set: 'plagueDoctor', canOwn: ((u)-> u.items.gear.owned.head_armoire_plagueDoctorHat?) + blackCat: text: t('headArmoireBlackCatText'), notes: t('headArmoireBlackCatNotes', {attrs: 9}), value: 100, int: 9, per: 9, canOwn: ((u)-> u.items.gear.owned.head_armoire_blackCat?) + orangeCat: text: t('headArmoireOrangeCatText'), notes: t('headArmoireOrangeCatNotes', {attrs: 9}), value: 100, con: 9, str: 9, canOwn: ((u)-> u.items.gear.owned.head_armoire_orangeCat?) shield: base: @@ -445,6 +448,7 @@ gear = 301405: text: t('shieldMystery301405Text'), notes: t('shieldMystery301405Notes'), mystery:'301405', value: 0 armoire: gladiatorShield: text: t('shieldArmoireGladiatorShieldText'), notes: t('shieldArmoireGladiatorShieldNotes', {con: 5, str: 5}), value: 100, con: 5, str: 5, set: 'gladiator', canOwn: ((u)-> u.items.gear.owned.shield_armoire_gladiatorShield?) + midnightShield: text: t('shieldArmoireMidnightShieldText'), notes: t('shieldArmoireMidnightShieldNotes', {con: 10, str: 2}), value: 100, con: 10, str: 2, canOwn: ((u)-> u.items.gear.owned.shield_armoire_midnightShield?) back: base: