diff --git a/website/common/locales/en/backgrounds.json b/website/common/locales/en/backgrounds.json index e0d067baa4..8f0d283b01 100644 --- a/website/common/locales/en/backgrounds.json +++ b/website/common/locales/en/backgrounds.json @@ -675,6 +675,14 @@ "backgroundSpringThawText": "Spring Thaw", "backgroundSpringThawNotes": "Watch winter yield to the Spring Thaw.", + "backgrounds042021": "SET 83: Released April 2021", + "backgroundAmongCattailsText": "Among Cattails", + "backgroundAmongCattailsNotes": "Admire wetland wildlife Among Cattails.", + "backgroundCottageConstructionText": "Cottage Under Construction", + "backgroundCottageConstructionNotes": "Help out with, or at least supervise, a Cottage Under Construction.", + "backgroundElegantGardenText": "Elegant Garden", + "backgroundElegantGardenNotes": "Walk the well-manicured paths of an Elegant Garden.", + "timeTravelBackgrounds": "Steampunk Backgrounds", "backgroundAirshipText": "Airship", "backgroundAirshipNotes": "Become a sky sailor on board your very own Airship.", diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 11a16ccc39..381ad206e8 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -1181,6 +1181,8 @@ "armorArmoireSoftPinkSuitNotes": "Pink is a soothing color. Slip into this loungewear set for a bit of peace during the daily grind! Increases Perception by <%= per %>. Enchanted Armoire: Pink Loungewear Set (item 2 of 3).", "armorArmoireJadeArmorText": "Jade Armor", "armorArmoireJadeArmorNotes": "This jade armor is both beautiful and functional. Protect yourself, and know that you look fabulous! Increases Perception by <%= per %>. Enchanted Armoire: Jade Warrior Set (Item 2 of 3).", + "armorArmoireClownsMotleyText": "Clown's Motley", + "armorArmoireClownsMotleyNotes": "The clothes fit beautifully, but filling these shoes is no small feat. Increases Strength by <%= str %>. Enchanted Armoire: Clown Set (Item 1 of 5).", "headgear": "helm", "headgearCapitalized": "Headgear", @@ -1829,6 +1831,8 @@ "headArmoirePinkFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a perfect pink color. Increases Intelligence by <%= int %>. Enchanted Armoire: Pink Loungewear Set (item 1 of 3).", "headArmoireJadeHelmText": "Jade Helm", "headArmoireJadeHelmNotes": "Some say jade decreases fear and anxiety. With this beautiful helm, you definitely have no cause to worry! Increases Constitution by <%= con %>. Enchanted Armoire: Jade Warrior Set (Item 1 of 3).", + "headArmoireClownsWigText": "Clown's Wig", + "headArmoireClownsWigNotes": "No bad tasks can bite you now! You'll taste funny. Increases Constitution by <%= con %>. Enchanted Armoire: Clown Set (Item 3 of 5).", "offhand": "off-hand item", "offhandCapitalized": "Off-Hand Item", @@ -2150,6 +2154,8 @@ "shieldArmoireBlueMoonSaiNotes": "This sai is a traditional weapon, imbued with the powers of the light side of the moon. Increases Perception by <%= per %>. Enchanted Armoire: Blue Moon Rogue Set (item 2 of 4).", "shieldArmoireSoftPinkPillowText": "Soft Pink Pillow", "shieldArmoireSoftPinkPillowNotes": "The sensible warrior packs a pillow for any expedition. Soften life's blows... even while you nap. Increases Strength and Constitution by <%= attrs %> each. Enchanted Armoire: Pink Loungewear Set (item 3 of 3).", + "shieldArmoireClownsBalloonsText": "Clown's Balloons", + "shieldArmoireClownsBalloonsNotes": "Be careful: replacing these balloons would be a bit expensive... because of the inflation! Increases Perception by <%= per %>. Enchanted Armoire: Clown Set (Item 4 of 5).", "back": "Back Accessory", "backCapitalized": "Back Accessory", @@ -2293,6 +2299,8 @@ "bodyArmoireCozyScarfNotes": "This fine scarf will keep you warm as you go about your wintry business. Increases Constitution and Perception by <%= attrs %> each. Enchanted Armoire: Lamplighter's Set (Item 4 of 4).", "bodyArmoireLifeguardWhistleText": "Lifeguard Whistle", "bodyArmoireLifeguardWhistleNotes": "Call that misbehaving habit to order! It should know the rules! Increases Intelligence by <%= int %>. Enchanted Armoire: Lifeguard Set (Item 3 of 3).", + "bodyArmoireClownsBowtieText": "Clown's Bow-Tie", + "bodyArmoireClownsBowtieNotes": "A nice bow-tie is no joking matter, even for a clown. Increases Strength, Intelligence, Constitution and Perception by <%= attrs %> each. Enchanted Armoire: Clown Set (Item 5 of 5).", "headAccessory": "head accessory", "headAccessoryCapitalized": "Head Accessory", @@ -2485,6 +2493,8 @@ "eyewearArmoirePlagueDoctorMaskNotes": "An authentic mask worn by the doctors who battle the Plague of Procrastination. Increases Constitution and Intelligence by <%= attrs %> each. Enchanted Armoire: Plague Doctor Set (Item 2 of 3).", "eyewearArmoireGoofyGlassesText": "Goofy Glasses", "eyewearArmoireGoofyGlassesNotes": "Perfect for going incognito or just making your partymates giggle. Increases Perception by <%= per %>. Enchanted Armoire: Independent Item.", + "eyewearArmoireClownsNoseText": "Clown's Nose", + "eyewearArmoireClownsNoseNotes": "This accessory will make sure everyone 'nose' you're a clown! Increases Intelligence by <%= int %>. Enchanted Armoire: Clown Set (Item 2 of 5).", "twoHandedItem": "Two-handed item." } diff --git a/website/common/script/content/appearance/backgrounds.js b/website/common/script/content/appearance/backgrounds.js index 75c05defdf..e2ec903ca0 100644 --- a/website/common/script/content/appearance/backgrounds.js +++ b/website/common/script/content/appearance/backgrounds.js @@ -430,6 +430,11 @@ const backgrounds = { splash_in_a_puddle: { }, spring_thaw: { }, }, + backgrounds042021: { + among_cattails: { }, + cottage_construction: { }, + elegant_garden: { }, + }, timeTravelBackgrounds: { airship: { price: 1, diff --git a/website/common/script/content/appearance/sets.js b/website/common/script/content/appearance/sets.js index e0aac66594..01940b6134 100644 --- a/website/common/script/content/appearance/sets.js +++ b/website/common/script/content/appearance/sets.js @@ -11,7 +11,7 @@ export default prefill({ pastelHairColors: { setPrice: 5, availableUntil: '2016-01-01' }, rainbowHairColors: { setPrice: 5, text: t('rainbowColors') }, shimmerHairColors: { - setPrice: 5, availableFrom: '2020-04-14', availableUntil: '2020-05-02', text: t('shimmerColors'), + setPrice: 5, availableFrom: '2021-04-06', availableUntil: '2021-04-30T20:00-05:00', text: t('shimmerColors'), }, hauntedHairColors: { setPrice: 5, availableFrom: '2020-09-25', availableUntil: '2020-11-02', text: t('hauntedColors'), @@ -22,7 +22,7 @@ export default prefill({ rainbowSkins: { setPrice: 5, text: t('rainbowSkins') }, animalSkins: { setPrice: 5, text: t('animalSkins') }, pastelSkins: { - setPrice: 5, availableFrom: '2020-04-14', availableUntil: '2020-05-02', text: t('pastelSkins'), + setPrice: 5, availableFrom: '2021-04-06', availableUntil: '2021-04-30T20:00-05:00', text: t('pastelSkins'), }, spookySkins: { setPrice: 5, availableUntil: '2016-01-01', text: t('spookySkins') }, supernaturalSkins: { diff --git a/website/common/script/content/gear/sets/armoire.js b/website/common/script/content/gear/sets/armoire.js index 2ccb393328..e2dc7a195e 100644 --- a/website/common/script/content/gear/sets/armoire.js +++ b/website/common/script/content/gear/sets/armoire.js @@ -350,6 +350,10 @@ const armor = { per: 8, set: 'jadeWarrior', }, + clownsMotley: { + str: 7, + set: 'clown', + }, }; const body = { @@ -362,6 +366,13 @@ const body = { int: 12, set: 'lifeguard', }, + clownsBowtie: { + str: 2, + int: 2, + con: 2, + per: 2, + set: 'clown', + }, }; const eyewear = { @@ -373,6 +384,9 @@ const eyewear = { goofyGlasses: { per: 10, }, + clownsNose: { + int: 5, + }, }; const head = { @@ -700,6 +714,10 @@ const head = { con: 8, set: 'jadeWarrior', }, + clownsWig: { + con: 5, + set: 'clown', + }, }; const shield = { @@ -898,6 +916,10 @@ const shield = { con: 6, set: 'pinkLoungewear', }, + clownsBalloons: { + per: 5, + set: 'clown', + }, }; const headAccessory = { diff --git a/website/raw_sprites/spritesmith/backgrounds/background_among_cattails.png b/website/raw_sprites/spritesmith/backgrounds/background_among_cattails.png new file mode 100644 index 0000000000..cb4a84af13 Binary files /dev/null and b/website/raw_sprites/spritesmith/backgrounds/background_among_cattails.png differ diff --git a/website/raw_sprites/spritesmith/backgrounds/background_cottage_construction.png b/website/raw_sprites/spritesmith/backgrounds/background_cottage_construction.png new file mode 100644 index 0000000000..798dfa6739 Binary files /dev/null and b/website/raw_sprites/spritesmith/backgrounds/background_cottage_construction.png differ diff --git a/website/raw_sprites/spritesmith/backgrounds/background_elegant_garden.png b/website/raw_sprites/spritesmith/backgrounds/background_elegant_garden.png new file mode 100644 index 0000000000..f18dd3577b Binary files /dev/null and b/website/raw_sprites/spritesmith/backgrounds/background_elegant_garden.png differ diff --git a/website/raw_sprites/spritesmith/backgrounds/icons/icon_background_among_cattails.png b/website/raw_sprites/spritesmith/backgrounds/icons/icon_background_among_cattails.png new file mode 100644 index 0000000000..efdc93b242 Binary files /dev/null and b/website/raw_sprites/spritesmith/backgrounds/icons/icon_background_among_cattails.png differ diff --git a/website/raw_sprites/spritesmith/backgrounds/icons/icon_background_cottage_construction.png b/website/raw_sprites/spritesmith/backgrounds/icons/icon_background_cottage_construction.png new file mode 100644 index 0000000000..fe38fb4cba Binary files /dev/null and b/website/raw_sprites/spritesmith/backgrounds/icons/icon_background_cottage_construction.png differ diff --git a/website/raw_sprites/spritesmith/backgrounds/icons/icon_background_elegant_garden.png b/website/raw_sprites/spritesmith/backgrounds/icons/icon_background_elegant_garden.png new file mode 100644 index 0000000000..f0bad55f18 Binary files /dev/null and b/website/raw_sprites/spritesmith/backgrounds/icons/icon_background_elegant_garden.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/body_armoire_clownsBowtie.png b/website/raw_sprites/spritesmith/gear/armoire/body_armoire_clownsBowtie.png new file mode 100644 index 0000000000..72ac95c42e Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/body_armoire_clownsBowtie.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/broad_armor_armoire_clownsMotley.png b/website/raw_sprites/spritesmith/gear/armoire/broad_armor_armoire_clownsMotley.png new file mode 100644 index 0000000000..0fbba5a008 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/broad_armor_armoire_clownsMotley.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/eyewear_armoire_clownsNose.png b/website/raw_sprites/spritesmith/gear/armoire/eyewear_armoire_clownsNose.png new file mode 100644 index 0000000000..64d9b1050b Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/eyewear_armoire_clownsNose.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/head_armoire_clownsWig.png b/website/raw_sprites/spritesmith/gear/armoire/head_armoire_clownsWig.png new file mode 100644 index 0000000000..bf493f2742 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/head_armoire_clownsWig.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/shield_armoire_clownsBalloons.png b/website/raw_sprites/spritesmith/gear/armoire/shield_armoire_clownsBalloons.png new file mode 100644 index 0000000000..f35f8f427b Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/shield_armoire_clownsBalloons.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/shop/shop_armor_armoire_clownsMotley.png b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_armor_armoire_clownsMotley.png new file mode 100644 index 0000000000..d284e3b0b5 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_armor_armoire_clownsMotley.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/shop/shop_body_armoire_clownsBowtie.png b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_body_armoire_clownsBowtie.png new file mode 100644 index 0000000000..af7572990a Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_body_armoire_clownsBowtie.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/shop/shop_eyewear_armoire_clownsNose.png b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_eyewear_armoire_clownsNose.png new file mode 100644 index 0000000000..6c8fbb3fb7 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_eyewear_armoire_clownsNose.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/shop/shop_head_armoire_clownsWig.png b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_head_armoire_clownsWig.png new file mode 100644 index 0000000000..48fc180717 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_head_armoire_clownsWig.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/shop/shop_shield_armoire_clownsBalloons.png b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_shield_armoire_clownsBalloons.png new file mode 100644 index 0000000000..21b2f3d1a4 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/shop/shop_shield_armoire_clownsBalloons.png differ diff --git a/website/raw_sprites/spritesmith/gear/armoire/slim_armor_armoire_clownsMotley.png b/website/raw_sprites/spritesmith/gear/armoire/slim_armor_armoire_clownsMotley.png new file mode 100644 index 0000000000..0fbba5a008 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/armoire/slim_armor_armoire_clownsMotley.png differ