2022-06 Subscriber Items (#14016)

* 2022-06 Subscriber Items

* chore(mystery): compile sprites, tidy up whitespace

Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
Natalie L
2022-05-30 16:56:50 -04:00
committed by GitHub
parent f8c6a859bf
commit dd5066ab72
5 changed files with 49 additions and 12 deletions

View File

@@ -183,6 +183,11 @@
width: 48px; width: 48px;
height: 52px; height: 52px;
} }
.achievement-groupsBeta20222x {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/achievement-groupsBeta20222x.png');
width: 67px;
height: 67px;
}
.achievement-guild2x { .achievement-guild2x {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/achievement-guild2x.png'); background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/achievement-guild2x.png');
width: 48px; width: 48px;
@@ -26720,6 +26725,31 @@
width: 68px; width: 68px;
height: 68px; height: 68px;
} }
.back_mystery_202206 {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/back_mystery_202206.png');
width: 114px;
height: 90px;
}
.head_mystery_202206 {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/head_mystery_202206.png');
width: 114px;
height: 90px;
}
.shop_back_mystery_202206 {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_back_mystery_202206.png');
width: 68px;
height: 68px;
}
.shop_head_mystery_202206 {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_head_mystery_202206.png');
width: 68px;
height: 68px;
}
.shop_set_mystery_202206 {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202206.png');
width: 68px;
height: 68px;
}
.broad_armor_mystery_301404 { .broad_armor_mystery_301404 {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_301404.png'); background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_301404.png');
width: 90px; width: 90px;

View File

@@ -1878,6 +1878,8 @@
"headMystery202112Notes": "This frozen crown shimmers like the hidden depths of an iceberg. Confers no benefit. December 2021 Subscriber Item.", "headMystery202112Notes": "This frozen crown shimmers like the hidden depths of an iceberg. Confers no benefit. December 2021 Subscriber Item.",
"headMystery202202Text": "Turquoise Twintails", "headMystery202202Text": "Turquoise Twintails",
"headMystery202202Notes": "You gotta have blue hair! Confers no benefit. February 2022 Subscriber Item.", "headMystery202202Notes": "You gotta have blue hair! Confers no benefit. February 2022 Subscriber Item.",
"headMystery202206Text": "Sea Sprite Circlet",
"headMystery202206Notes": "The blue pearl in this circlet grants you waterbending powers. Use them wisely! Confers no benefit. June 2022 Subscriber Item.",
"headMystery301404Text": "Fancy Top Hat", "headMystery301404Text": "Fancy Top Hat",
"headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.", "headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.",
"headMystery301405Text": "Basic Top Hat", "headMystery301405Text": "Basic Top Hat",
@@ -2496,6 +2498,8 @@
"backMystery202203Notes": "Outrace all the other creatures of the sky with these shimmering wings. Confers no benefit. March 2022 Subscriber Item.", "backMystery202203Notes": "Outrace all the other creatures of the sky with these shimmering wings. Confers no benefit. March 2022 Subscriber Item.",
"backMystery202205Text": "Dusk Wings", "backMystery202205Text": "Dusk Wings",
"backMystery202205Notes": "The mighty flap of these vast wings can be heard echoing among the dunes. Confers no benefit. May 2022 Subscriber Item.", "backMystery202205Notes": "The mighty flap of these vast wings can be heard echoing among the dunes. Confers no benefit. May 2022 Subscriber Item.",
"backMystery202206Text": "Sea Sprite Wings",
"backMystery202206Notes": "Whimsical wings made of water and waves! Confers no benefit. June 2022 Subscriber Item.",
"backSpecialWonderconRedText": "Mighty Cape", "backSpecialWonderconRedText": "Mighty Cape",
"backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.", "backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.",

View File

@@ -138,6 +138,7 @@
"mysterySet202203": "Dauntless Dragonfly Set", "mysterySet202203": "Dauntless Dragonfly Set",
"mysterySet202204": "Virtual Adventurer Set", "mysterySet202204": "Virtual Adventurer Set",
"mysterySet202205": "Dusk-Winged Dragon Set", "mysterySet202205": "Dusk-Winged Dragon Set",
"mysterySet202206": "Sea Sprite Set",
"mysterySet301404": "Steampunk Standard Set", "mysterySet301404": "Steampunk Standard Set",
"mysterySet301405": "Steampunk Accessories Set", "mysterySet301405": "Steampunk Accessories Set",
"mysterySet301703": "Peacock Steampunk Set", "mysterySet301703": "Peacock Steampunk Set",

View File

@@ -92,6 +92,7 @@ const back = {
202109: { }, 202109: { },
202203: { }, 202203: { },
202205: { }, 202205: { },
202206: { },
}; };
const body = { const body = {
@@ -188,6 +189,7 @@ const head = {
202111: { }, 202111: { },
202112: { }, 202112: { },
202202: { }, 202202: { },
202206: { },
301404: { }, 301404: { },
301405: { }, 301405: { },
301703: { }, 301703: { },