diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index a6112bd181..f30fcdfd78 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -768,8 +768,8 @@ "weaponArmoireOptimistsCloverNotes": "Well, would you look at what you found? It never hurts to have just a little extra good luck on your side. Increases Strength and Constitution by <%= attrs %> each. Enchanted Armoire: Optimist Set (Item 4 of 4).", "weaponArmoirePottersWheelText": "Potter's Wheel", "weaponArmoirePottersWheelNotes": "Throw some clay on this wheel and make a bowl or a mug or a vase or a slightly different bowl. If you're lucky, a ghost might visit while you create! Increases Perception by <%= per %>. Enchanted Armoire: Potter Set (Item 4 of 4).", - "weaponArmoireBeachUmbrellaText": "Beach Umbrella", - "weaponArmoireBeachUmbrellaNotes": "The shade of this rainbow-colored umbrella conceals you briefly from the day star and any unwanted bothers. Increases Perception by <%= per %>. Enchanted Armoire: Beachside Set (Item 3 of 4).", + "weaponArmoireShadyBeachUmbrellaText": "Beach Umbrella", + "weaponArmoireShadyBeachUmbrellaNotes": "The shade of this rainbow-colored umbrella conceals you briefly from the day star and any unwanted bothers. Increases Perception by <%= per %>. Enchanted Armoire: Beachside Set (Item 3 of 4).", "armor": "armor", "armorCapitalized": "Armor", diff --git a/website/common/script/content/constants/schedule.js b/website/common/script/content/constants/schedule.js index 089eb2486b..59b266edf4 100644 --- a/website/common/script/content/constants/schedule.js +++ b/website/common/script/content/constants/schedule.js @@ -160,6 +160,7 @@ export const MONTHLY_SCHEDULE = { items: [ 'PolkaDot', 'Celestial', + 'RoseGold', ], }, ], diff --git a/website/common/script/content/gear/sets/armoire.js b/website/common/script/content/gear/sets/armoire.js index 7bee6dfb97..a2daa9fac2 100644 --- a/website/common/script/content/gear/sets/armoire.js +++ b/website/common/script/content/gear/sets/armoire.js @@ -1827,7 +1827,7 @@ const weapon = { per: 8, set: 'pottersSet', }, - beachUmbrella: { + shadyBeachUmbrella: { per: 12, set: 'beachsideSet', }, diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 76e5c04a62..1abd7dd613 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -122,6 +122,7 @@ const premium = { questPotion: true, canBuy: hasQuestAchievementFunction('pinkMarble'), }, + RoseGold: {}, Koi: {}, };