Skip to content

Commit

Permalink
update(content): april prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Mar 11, 2024
1 parent 6259022 commit e719fed
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion website/common/locales/en/backgrounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@
"backgroundDogParkText": "Dog Park",
"backgroundDogParkNotes": "Frolic at the Dog Park.",

"backgrounds2024": "SET 119: Released April 2024",
"backgrounds042024": "SET 119: Released April 2024",
"backgroundForestSunsetText": "Forest Sunset",
"backgroundForestSunsetNotes": "Bask in the glow of a Forest Sunset.",
"backgroundWallFloweringVinesText": "Wall with Flowering Vines",
Expand Down
10 changes: 5 additions & 5 deletions website/common/locales/en/gear.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@
"weaponMystery202311Notes": "See beyond the bounds of space and time! Confers no benefit. November 2023 Subscriber Item.",
"weaponMystery202403Text": "Lucky Emerald Sword",
"weaponMystery202403Notes": "Carrying the biggest sword around is surely a way to create your own luck! Confers no benefit. March 2024 Subscriber Item.",
"weaponMystery20204Text": "Mycelial Magus Staff",
"weaponMystery20204Notes": "This staff will bestow upon you an ancient wisdom as ageless as the rocks and trees. Confers no benefit. April 2024 Subscriber Item.",
"weaponMystery202404Text": "Mycelial Magus Staff",
"weaponMystery202404Notes": "This staff will bestow upon you an ancient wisdom as ageless as the rocks and trees. Confers no benefit. April 2024 Subscriber Item.",

"weaponMystery301404Text": "Steampunk Cane",
"weaponMystery301404Notes": "Excellent for taking a turn about town. March 3015 Subscriber Item. Confers no benefit.",
Expand Down Expand Up @@ -1565,7 +1565,7 @@
"armorArmoireHattersSuitText": "Hatter's Suit",
"armorArmoireHattersSuitNotes": "Your outfit isn’t complete without your lucky green bowtie. Wear this to your next mad tea party. Or pleasant tea party. Or excited tea party. Or... Increases Constitution by <%= con %>. Enchanted Armoire: Hatter Set (Item 2 of 4).",
"armorArmoireSmileyShirtText": "Smiley Face Shirt",
"armorArmoireSmileyNotesShirt": "Because you’re happy! Show the world you’re all smiles today. Increases Intelligence and Perception by <%= attrs %.. each Enchanted Armoire: Optimist Set (Item 1 of 4).",
"armorArmoireSmileyShirtNotes": "Because you’re happy! Show the world you’re all smiles today. Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Optimist Set (Item 1 of 4).",


"headgear": "helm",
Expand Down Expand Up @@ -3285,8 +3285,8 @@
"eyewearArmoireTragedyMaskNotes": "Alas! Here sits a heavy mask for thine poor player, strutting, fretting, and expressing woe and sorrow upon the stage. Increases Intelligence by <%= int %>. Enchanted Armoire: Theatre Masks Set (Item 2 of 2).",
"eyewearArmoireJewelersEyeLoupeText": "Jeweler's Eye Loupe",
"eyewearArmoireJewelersEyeLoupeNotes": "This eye loupe magnifies what you’re working on so you can see absolutely every detail. Increases Perception by <%= per %>. Enchanted Armoire: Jeweler Set (Item 2 of 4).",
"eyewearArmoire202404Text": "Rose-colored Glasses",
"eyewearArmoire202404Notes": "These glasses will help you see the best in a situation, and these stylish frames help you look your best, too. Increases Perception by <%= per %>. Enchanted Armoire: Optimist Set (Item 2 of 4).",
"eyewearArmoireRoseColoredGlassesText": "Rose-colored Glasses",
"eyewearArmoireRoseColoredGlassesNotes": "These glasses will help you see the best in a situation, and these stylish frames help you look your best, too. Increases Perception by <%= per %>. Enchanted Armoire: Optimist Set (Item 2 of 4).",

"twoHandedItem": "Two-handed item."
}
4 changes: 2 additions & 2 deletions website/common/script/content/gear/sets/armoire.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ const armor = {
con: 9,
set: 'hatterSet',
},
smileyFaceShirt: {
smileyShirt: {
int: 4,
per: 4,
set: 'optimistSet',
Expand Down Expand Up @@ -1806,7 +1806,7 @@ const releaseDates = {
schoolUniform: '2024-01-04T08:00-05:00',
whiteLoungeWear: '2024-02-06T08:00-05:00',
hatterSet: '2024-03-05T08:00-05:00',
optimistSet: '2024-04-04T00:00-04:00',
optimistSet: '2024-03-05T00:00-05:00',
};

forEach({
Expand Down
4 changes: 2 additions & 2 deletions website/common/script/content/gear/sets/mystery.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ const weapon = {
202209: { },
202306: { },
202311: { },
202403: { twoHanded: true },
202404: { },
202403: { },
202404: { twoHanded: true },
301404: { },
};

Expand Down

0 comments on commit e719fed

Please sign in to comment.