diff --git a/package-lock.json b/package-lock.json index 10dff9a06e..868a1f2609 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.222.2", + "version": "4.223.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98dcaf51f2..15607d8efd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.222.2", + "version": "4.223.0", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.17.5", diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css index dbe6fc54f7..65703b0f7e 100644 --- a/website/client/src/assets/css/sprites/spritesmith-main.css +++ b/website/client/src/assets/css/sprites/spritesmith-main.css @@ -25093,6 +25093,31 @@ width: 68px; height: 68px; } +.back_mystery_202203 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/back_mystery_202203.png'); + width: 114px; + height: 90px; +} +.headAccessory_mystery_202203 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/headAccessory_mystery_202203.png'); + width: 114px; + height: 90px; +} +.shop_back_mystery_202203 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_back_mystery_202203.png'); + width: 68px; + height: 68px; +} +.shop_headAccessory_mystery_202203 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_headAccessory_mystery_202203.png'); + width: 68px; + height: 68px; +} +.shop_set_mystery_202203 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202203.png'); + width: 68px; + height: 68px; +} .broad_armor_mystery_301404 { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_301404.png'); width: 90px; diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 79b2b7f2b6..a736cd6b83 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -2440,6 +2440,8 @@ "backMystery202105Notes": "Glide through the starry sky and place yourself among the constellations! Confers no benefit. May 2021 Subscriber Item.", "backMystery202109Text": "Lunar Lepidopteran Wings", "backMystery202109Notes": "Glide softly through the twilight air without a sound. Confers no benefit. September 2021 Subscriber Item.", + "backMystery202203Text": "Dauntless Dragonfly Wings", + "backMystery202203Notes": "Outrace all the other creatures of the sky with these shimmering wings. Confers no benefit. March 2022 Subscriber Item.", "backSpecialWonderconRedText": "Mighty Cape", "backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.", @@ -2638,6 +2640,8 @@ "headAccessoryMystery202105Notes": "Don these iridescent horns and summon the magic of starlight. Confers no benefit. May 2021 Subscriber Item.", "headAccessoryMystery202109Text": "Lunar Lepidopteran Antennae", "headAccessoryMystery202109Notes": "Catch the scent of flowers on the breeze or the scent of change on the wind. Confers no benefit. September 2021 Subscriber Item.", + "headAccessoryMystery202203Text": "Dauntless Dragonfly Circlet", + "headAccessoryMystery202203Notes": "Need an extra boost of speed? The tiny decorative wings on this circlet are more powerful than they look! Confers no benefit. March 2022 Subscriber Item.", "headAccessoryMystery301405Text": "Headwear Goggles", "headAccessoryMystery301405Notes": "\"Goggles are for your eyes,\" they said. \"Nobody wants goggles that you can only wear on your head,\" they said. Hah! You sure showed them! Confers no benefit. August 3015 Subscriber Item.", diff --git a/website/common/locales/en/subscriber.json b/website/common/locales/en/subscriber.json index 17df25205f..378d17207b 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -131,6 +131,7 @@ "mysterySet202112": "Antarctic Undine Set", "mysterySet202201": "Midnight Merrymaker Set", "mysterySet202202": "Turquoise Twintails Set", + "mysterySet202203": "Dauntless Dragonfly Set", "mysterySet301404": "Steampunk Standard Set", "mysterySet301405": "Steampunk Accessories Set", "mysterySet301703": "Peacock Steampunk Set", diff --git a/website/common/script/content/gear/sets/mystery.js b/website/common/script/content/gear/sets/mystery.js index 81b3549663..fc9b167cb8 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -89,6 +89,7 @@ const back = { 202012: { }, 202105: { }, 202109: { }, + 202203: { }, }; const body = { @@ -207,6 +208,7 @@ const headAccessory = { 202102: { }, 202105: { }, 202109: { }, + 202203: { }, 301405: { }, };