Skip to content

Commit f1993db

Browse files
November Content Update (#15342)
* add sprites * November 2024 Content Release * update November content * chore(git): reset spritesheet * updated spritesheet * fix(backgrounds): typo --------- Co-authored-by: Kalista Payne <[email protected]>
1 parent 7351c16 commit f1993db

File tree

9 files changed

+75
-2
lines changed

9 files changed

+75
-2
lines changed

Diff for: website/client/src/assets/css/sprites/spritesmith-main.css

+40
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,11 @@
805805
width: 141px;
806806
height: 147px;
807807
}
808+
.background_castle_hall_with_hearth {
809+
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_castle_hall_with_hearth.png');
810+
width: 141px;
811+
height: 147px;
812+
}
808813
.background_cemetery_gate {
809814
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_cemetery_gate.png');
810815
width: 141px;
@@ -29924,6 +29929,11 @@
2992429929
width: 114px;
2992529930
height: 90px;
2992629931
}
29932+
.broad_armor_armoire_stormKnightArmor {
29933+
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_armoire_stormKnightArmor.png');
29934+
width: 114px;
29935+
height: 90px;
29936+
}
2992729937
.broad_armor_armoire_strawRaincoat {
2992829938
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_armoire_strawRaincoat.png');
2992929939
width: 114px;
@@ -30444,6 +30454,11 @@
3044430454
width: 117px;
3044530455
height: 120px;
3044630456
}
30457+
.head_armoire_stormKnightHelm {
30458+
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/head_armoire_stormKnightHelm.png');
30459+
width: 114px;
30460+
height: 90px;
30461+
}
3044730462
.head_armoire_strawRainHat {
3044830463
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/head_armoire_strawRainHat.png');
3044930464
width: 114px;
@@ -31389,6 +31404,11 @@
3138931404
width: 114px;
3139031405
height: 90px;
3139131406
}
31407+
.slim_armor_armoire_stormKnightArmor {
31408+
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_armoire_stormKnightArmor.png');
31409+
width: 114px;
31410+
height: 90px;
31411+
}
3139231412
.slim_armor_armoire_strawRaincoat {
3139331413
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_armoire_strawRaincoat.png');
3139431414
width: 114px;
@@ -31949,6 +31969,11 @@
3194931969
width: 114px;
3195031970
height: 90px;
3195131971
}
31972+
.weapon_armoire_stormKnightAxe {
31973+
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_stormKnightAxe.png');
31974+
width: 114px;
31975+
height: 90px;
31976+
}
3195231977
.weapon_armoire_vermilionArcherBow {
3195331978
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_armoire_vermilionArcherBow.png');
3195431979
width: 90px;
@@ -35304,6 +35329,16 @@
3530435329
width: 114px;
3530535330
height: 90px;
3530635331
}
35332+
.body_mystery_202411 {
35333+
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/body_mystery_202411.png');
35334+
width: 114px;
35335+
height: 90px;
35336+
}
35337+
.head_mystery_202411 {
35338+
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/head_mystery_202411.png');
35339+
width: 114px;
35340+
height: 90px;
35341+
}
3530735342
.broad_armor_mystery_301404 {
3530835343
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_301404.png');
3530935344
width: 90px;
@@ -40397,6 +40432,11 @@
4039740432
width: 219px;
4039840433
height: 219px;
4039940434
}
40435+
.quest_lostMasterclasser4 {
40436+
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/quest_lostMasterclasser4.png');
40437+
width: 219px;
40438+
height: 219px;
40439+
}
4040040440
.quest_mayhemMistiflying1 {
4040140441
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/quest_mayhemMistiflying1.png');
4040240442
width: 150px;

Diff for: website/common/locales/en/backgrounds.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -995,10 +995,14 @@
995995
"backgroundMagicDoorInForestText": "Magic Door in the Forest",
996996
"backgroundMagicDoorInForestNotes": "Dare to step through the Magic Door in the Forest.",
997997

998-
"backgrounds102024": "SET 124: Released September 2024",
998+
"backgrounds102024": "SET 125: Released October 2024",
999999
"backgroundSurroundedByGhostsText": "Surrounded by Ghosts",
10001000
"backgroundSurroundedByGhostsNotes": "Spend a spooky evening Surrounded by Ghosts.",
10011001

1002+
"backgrounds112024": "SET 126: Released November 2024",
1003+
"backgroundCastleHallWithHearthText": "Castle Hall with Hearth",
1004+
"backgroundCastleHallWithHearthNotes": "Bask in the warmth of a Castle Hall with a Hearth.",
1005+
10021006
"timeTravelBackgrounds": "Steampunk Backgrounds",
10031007
"backgroundAirshipText": "Airship",
10041008
"backgroundAirshipNotes": "Become a sky sailor on board your very own Airship.",

Diff for: website/common/locales/en/gear.json

+10
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,8 @@
789789
"weaponArmoireFunnyFoolBatonNotes": "With a wave of your baton you can deliver a punchline, redirect attention, or summon applause. Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Funny Fool Set (Item 3 of 3)",
790790
"weaponArmoireSpookyCandyBucketText": "Spooky Candy Bucket",
791791
"weaponArmoireSpookyCandyBucketNotes": "With an epic costume like that, you’re going to get so much candy! Good thing you’ve got this bottomless bucket to hold it all. Try not to snack on any until you get home. Increases Intelligence by <%= int %>. Enchanted Armoire: Fright Night Set (Item 2 of 2)",
792+
"weaponArmoireStormKnightAxeText": "Storm Knight Axe",
793+
"weaponArmoireStormKnightAxeNotes": "Gather your fury and strike a blow like thunder! Increases Strength by <%= str %>. Enchanted Armoire: Storm Knight Set (Item 3 of 3)",
792794

793795
"armor": "armor",
794796
"armorCapitalized": "Armor",
@@ -1652,6 +1654,8 @@
16521654
"armorArmoireDragonKnightsArmorNotes": "Channel the strength and power of a dragon with this armor made of silver and shed scales. Increases Strength by <%= str %>. Enchanted Armoire: Dragon Knight Set (Item 2 of 3)",
16531655
"armorArmoireFunnyFoolCostumeText": "Funny Fool Costume",
16541656
"armorArmoireFunnyFoolCostumeNotes": "Dum-de-dum! Surely you jest. This colorful outfit looks amazing on you! Increases Strength by <%= str %>. Enchanted Armoire: Funny Fool Set (Item 2 of 3)",
1657+
"armorArmoireStormKnightArmorText": "Storm Knight Armor",
1658+
"armorArmoireStormKnightArmorNotes": "In this armor, you are nearly invincible. Your enemies will never see the storm’s end. Increases Perception by <%= per %>. Enchanted Armoire: Storm Knight Set (Item 2 of 3)",
16551659

16561660
"headgear": "helm",
16571661
"headgearCapitalized": "Headgear",
@@ -2328,6 +2332,8 @@
23282332
"headMystery202407Notes": "These magical gills will let you breathe underwater! Confers no benefit. July 2024 Subscriber Item.",
23292333
"headMystery202409Text": "Heliotrope Magus Hat",
23302334
"headMystery202409Notes": "More than just jaunty decorations, the enchanted sunflowers on this hat fill the wearer with powerful magic energy. Confers no benefit. September 2024 Subscriber Item.",
2335+
"headMystery202411Text": "Bristled Helm",
2336+
"headMystery202411Notes": "This helm is quite intimidating to your tasks when you dive in headfirst! Confers no benefit. November 2024 Subscriber Item.",
23312337

23322338
"headMystery301404Text": "Fancy Top Hat",
23332339
"headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.",
@@ -2530,6 +2536,8 @@
25302536
"headArmoireDragonKnightsHelmNotes": "With the fiery features on this helmet, dragons might mistake you for one of their own. Increases Intelligence by <%= int %>. Enchanted Armoire: Dragon Knight Set (Item 1 of 3)",
25312537
"headArmoireFunnyFoolCapText": "Funny Fool Cap",
25322538
"headArmoireFunnyFoolCapNotes": "The bells on this hat might make your opponents burst into giggles, but they just help you concentrate. Increases Constitution by <%= con %>. Enchanted Armoire: Funny Fool Set (Item 1 of 3)",
2539+
"headArmoireStormKnightHelmText": "Storm Knight Helm",
2540+
"headArmoireStormKnightHelmNotes": "Harness lightning through these antlers as you storm the castle. Increases Constitution by <%= con %>. Enchanted Armoire: Storm Knight Set (Item 1 of 3)",
25332541

25342542
"offhand": "off-hand item",
25352543
"offHandCapitalized": "Off-Hand Item",
@@ -3177,6 +3185,8 @@
31773185
"bodyMystery202008Notes": "For now, your wings lie furled. But when you have concluded dispensing your wisdom, or you sight your prey in the grass, watch out! Confers no benefit. August 2020 Subscriber Item.",
31783186
"bodyMystery202107Text": "Far-Out Floaty Flamingo",
31793187
"bodyMystery202107Notes": "This trusty companion will never let you down and will always keep your spirits buoyant! Confers no benefit. July 2021 Subscriber Item.",
3188+
"bodyMystery202411Text": "Bristled Pauldrons",
3189+
"bodyMystery202411Notes": "The formidable spikes on these pauldrons are perfect for charging ahead with your to-do list. Confers no benefit. November 2024 Subscriber Item.",
31803190

31813191
"bodyArmoireCozyScarfText": "Cozy Scarf",
31823192
"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).",

Diff for: website/common/locales/en/subscriber.json

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
"mysterySet202408": "Arcane Aegis Set",
168168
"mysterySet202409": "Heliotrope Magus Set",
169169
"mysterySet202410": "Candy Corn Fox Set",
170+
"mysterySet202411": "Bristled Brawler Set",
170171
"mysterySet301404": "Steampunk Standard Set",
171172
"mysterySet301405": "Steampunk Accessories Set",
172173
"mysterySet301703": "Peacock Steampunk Set",

Diff for: website/common/script/content/appearance/backgrounds.js

+3
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,9 @@ const backgrounds = {
635635
backgrounds102024: {
636636
surrounded_by_ghosts: { },
637637
},
638+
backgrounds112024: {
639+
castle_hall_with_hearth: { },
640+
},
638641
eventBackgrounds: {
639642
birthday_bash: {
640643
price: 0,

Diff for: website/common/script/content/constants/releaseDates.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const ARMOIRE_RELEASE_DATES = {
1212
dragonKnightSet: { year: 2024, month: 8 },
1313
funnyFoolSet: { year: 2024, month: 9 },
1414
frightNightSet: { year: 2024, month: 10 },
15+
stormKnightSet: { year: 2024, month: 11 },
1516
};
1617

1718
export const EGGS_RELEASE_DATES = {

Diff for: website/common/script/content/gear/sets/armoire.js

+12
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,10 @@ const armor = {
498498
str: 15,
499499
set: 'funnyFoolSet',
500500
},
501+
stormKnightArmor: {
502+
per: 11,
503+
set: 'stormKnightSet',
504+
},
501505
};
502506

503507
const body = {
@@ -1019,6 +1023,10 @@ const head = {
10191023
con: 15,
10201024
set: 'funnyFoolSet',
10211025
},
1026+
stormKnightHelm: {
1027+
con: 11,
1028+
set: 'stormKnightSet',
1029+
},
10221030
};
10231031

10241032
const shield = {
@@ -1877,6 +1885,10 @@ const weapon = {
18771885
int: 10,
18781886
set: 'frightNightSet',
18791887
},
1888+
stormKnightAxe: {
1889+
str: 11,
1890+
set: 'stormKnightSet',
1891+
},
18801892
};
18811893

18821894
const releaseDay = 7;

Diff for: website/common/script/content/gear/sets/mystery.js

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const body = {
122122
202003: { },
123123
202008: { },
124124
202107: { },
125+
202411: { },
125126
};
126127

127128
const eyewear = {
@@ -230,6 +231,7 @@ const head = {
230231
202406: { },
231232
202407: { },
232233
202409: { },
234+
202411: { },
233235
301404: { },
234236
301405: { },
235237
301703: { },

0 commit comments

Comments
 (0)