mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix mystery gear
This commit is contained in:
parent
756e99c089
commit
becdf640b5
3 changed files with 18 additions and 3 deletions
|
|
@ -45157,6 +45157,11 @@
|
|||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_eyewear_mystery_202406 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_eyewear_mystery_202406.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.shop_eyewear_special_summerRogue {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_eyewear_special_summerRogue.png');
|
||||
width: 68px;
|
||||
|
|
@ -45782,6 +45787,11 @@
|
|||
width: 114px;
|
||||
height: 90px;
|
||||
}
|
||||
.slim_armor_mystery_202406 {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202406.png');
|
||||
width: 114px;
|
||||
height: 90px;
|
||||
}
|
||||
.slim_armor_special_summer2015Healer {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_special_summer2015Healer.png');
|
||||
width: 90px;
|
||||
|
|
@ -73975,6 +73985,11 @@
|
|||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet_HatchingPotion_Koi {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/Pet_HatchingPotion_Koi.png');
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Amber {
|
||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/Pet_HatchingPotion_Amber.png');
|
||||
width: 68px;
|
||||
|
|
|
|||
|
|
@ -3259,8 +3259,6 @@
|
|||
"headAccessoryMystery202310Notes": "Like a will-o'-the-wisp, these unearthly lights may lure curious souls to their doom. Confers no benefit. October 2023 Subscriber Item.",
|
||||
"headAccessoryMystery202405Text": "Gilded Drake Horns",
|
||||
"headAccessoryMystery202405Notes": "The metallic sheen of these fine horns reflects the dancing colors of dragon fire. Confers no benefit. May 2024 Subscriber Item.",
|
||||
"headAccessoryMystery202406Text": "Phantom Buccaneer’s Mask",
|
||||
"headAccessoryMystery202406Notes": "Try to avoid having this pulled off by a gang of meddling kids and their talking dog. Confers no benefit. June 2024 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.",
|
||||
|
|
@ -3356,6 +3354,8 @@
|
|||
"eyewearMystery202308Notes": "Are you sleepy, or just resting your eyes in anticipation of your next amazing battle? Confers no benefit. August 2023 Subscriber Item.",
|
||||
"eyewearMystery202312Text": "Wintry Blue Eyes",
|
||||
"eyewearMystery202312Notes": "No need to worry, these icy blues will help you see through the cold and dark season to the warmth of months ahead. Confers no benefit. December 2023 Subscriber Item.",
|
||||
"eyewearMystery202406Text": "Phantom Buccaneer’s Mask",
|
||||
"eyewearMystery202406Notes": "Try to avoid having this pulled off by a gang of meddling kids and their talking dog. Confers no benefit. June 2024 Subscriber Item.",
|
||||
|
||||
|
||||
"eyewearMystery301404Text": "Eyewear Goggles",
|
||||
|
|
|
|||
|
|
@ -138,6 +138,7 @@ const eyewear = {
|
|||
202303: { },
|
||||
202308: { },
|
||||
202312: { },
|
||||
202406: { },
|
||||
301404: { },
|
||||
301405: { },
|
||||
301703: { },
|
||||
|
|
@ -258,7 +259,6 @@ const headAccessory = {
|
|||
202309: { },
|
||||
202310: { },
|
||||
202405: { },
|
||||
202406: { },
|
||||
301405: { },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue