diff --git a/avatars.json b/avatars.json index 3f1dcf1..e68f1a5 100644 --- a/avatars.json +++ b/avatars.json @@ -1,4 +1,8 @@ [ + { + "name": "Fantasy", + "file": "fantasy_2.png" + }, { "name": "Winter Wonderland", "file": "winter_wonderland_2024.png" diff --git a/decorations.json b/decorations.json index cbc1422..3e56900 100644 --- a/decorations.json +++ b/decorations.json @@ -138,11 +138,128 @@ "description": "Exclusive to the Rec Room Quest for a limited time. Available until to use March 1, 2025.", "file": "rec_room_lightning.png" }, - { + { "name": "WINGMAN'S GOT IT", "description": "Exclusive to the VALORANT GO GET EM WINGS Quest for a limited time. Available to use until March 12, 2024.", "file": "wingmans_got_it.png" + } + ] + }, + { + "name": "Fantasy 2", + "description": "You're walking in the forest and notice something magical and shiny.", + "descriptionTopMargin": "-6px", + "banner": { + "image": "/banners/fantasy_2.png", + "text": "/bannertext/fantasy_2.png", + "height": 60 + }, + "items": [ + { + "name": "Magic Portal (Purple)", + "description": "Enter at your own risk.", + "file": "magic_portal_purple.png" + }, + { + "name": "Magic Portal (Blue)", + "description": "Enter at your own risk.", + "file": "magic_portal_blue.png" + }, + { + "name": "Fairy Sprites (Pink)", + "description": "Here to guide you on your path.", + "file": "fairy_sprites_pink.png" + }, + { + "name": "Fairy Sprites (Blue)", + "description": "Here to guide you on your path.", + "file": "fairy_sprites_blue.png" + }, + { + "name": "Fairy Sprites", + "description": "Here to guide you on your path.", + "file": "fairy_sprites.png" + }, + { + "name": "Crystal Ball (Purple)", + "description": "Peer into a universe of secrets.", + "file": "crystal_ball_purple.png" + }, + { + "name": "Crystal Ball (Blue)", + "description": "Peer into a universe of secrets.", + "file": "crystal_ball_blue.png" + }, + { + "name": "Wizard Hat (Purple)", + "description": "Bestows the wearer with much wisdom and charm.", + "file": "wizard_hat_purple.png" + }, + { + "name": "Wizard Hat (Blue)", + "description": "Bestows the wearer with much wisdom and charm.", + "file": "wizard_hat_blue.png" + }, + { + "name": "Magical Wand (Purple)", + "description": "In anything you do, add a touch of magic.", + "file": "magical_wand_purple.png" + }, + { + "name": "Magical Wand (Green)", + "description": "In anything you do, add a touch of magic.", + "file": "magical_wand_green.png" + }, + { + "name": "Mooncaps (Pink)", + "description": "It is said they guide lost travelers through moonlit paths.", + "file": "mooncaps_pink.png" }, + { + "name": "Mooncaps (Blue)", + "description": "It is said they guide lost travelers through moonlit paths.", + "file": "mooncaps_blue.png" + }, + { + "name": "Cottage Home", + "description": "It's cold outside traveler... come, warm yourself by the hearth.", + "file": "cottage_home.png" + }, + { + "name": "Flaming Sword", + "description": "Slaying the look and the monsters.", + "file": "flaming_sword.png" + }, + { + "name": "Magical Potion", + "description": "Drink at your own risk.", + "file": "magical_potion.png" + }, + { + "name": "Wizard's Staff", + "description": "How much power does it hold?", + "file": "wizards_staff.png" + }, + { + "name": "Glowing Runes", + "description": "I wonder what these symbols mean.", + "file": "glowing_runes.png" + }, + { + "name": "Defensive Shield", + "description": "Use against pointy things.", + "file": "defensive_shield.png" + }, + { + "name": "Skull Medallion", + "description": "Earned through unknown means.", + "file": "skull_medallion.png" + }, + { + "name": "Treasure and Key", + "description": "What glorious treasures lie within?", + "file": "treasure_and_key.png" + } ] }, { diff --git a/public/avatars/fantasy_2.png b/public/avatars/fantasy_2.png new file mode 100644 index 0000000..42492c1 Binary files /dev/null and b/public/avatars/fantasy_2.png differ diff --git a/public/banners/fantasy_2.png b/public/banners/fantasy_2.png new file mode 100644 index 0000000..4e3a90f Binary files /dev/null and b/public/banners/fantasy_2.png differ diff --git a/public/bannertext/fantasy_2.png b/public/bannertext/fantasy_2.png new file mode 100644 index 0000000..994610d Binary files /dev/null and b/public/bannertext/fantasy_2.png differ diff --git a/public/decorations/cottage_home.png b/public/decorations/cottage_home.png new file mode 100644 index 0000000..3ed5d67 Binary files /dev/null and b/public/decorations/cottage_home.png differ diff --git a/public/decorations/crystal_ball_blue.png b/public/decorations/crystal_ball_blue.png new file mode 100644 index 0000000..75a9729 Binary files /dev/null and b/public/decorations/crystal_ball_blue.png differ diff --git a/public/decorations/crystal_ball_purple.png b/public/decorations/crystal_ball_purple.png new file mode 100644 index 0000000..688f27c Binary files /dev/null and b/public/decorations/crystal_ball_purple.png differ diff --git a/public/decorations/fairy_sprites_blue.png b/public/decorations/fairy_sprites_blue.png new file mode 100644 index 0000000..7e325cd Binary files /dev/null and b/public/decorations/fairy_sprites_blue.png differ diff --git a/public/decorations/fairy_sprites_pink.png b/public/decorations/fairy_sprites_pink.png new file mode 100644 index 0000000..6949eb0 Binary files /dev/null and b/public/decorations/fairy_sprites_pink.png differ diff --git a/public/decorations/magic_portal_blue.png b/public/decorations/magic_portal_blue.png new file mode 100644 index 0000000..027136e Binary files /dev/null and b/public/decorations/magic_portal_blue.png differ diff --git a/public/decorations/magic_portal_purple.png b/public/decorations/magic_portal_purple.png new file mode 100644 index 0000000..a002bee Binary files /dev/null and b/public/decorations/magic_portal_purple.png differ diff --git a/public/decorations/magical_wand_green.png b/public/decorations/magical_wand_green.png new file mode 100644 index 0000000..77c5894 Binary files /dev/null and b/public/decorations/magical_wand_green.png differ diff --git a/public/decorations/magical_wand_purple.png b/public/decorations/magical_wand_purple.png new file mode 100644 index 0000000..7a71e7e Binary files /dev/null and b/public/decorations/magical_wand_purple.png differ diff --git a/public/decorations/mooncaps_blue.png b/public/decorations/mooncaps_blue.png new file mode 100644 index 0000000..6d0501c Binary files /dev/null and b/public/decorations/mooncaps_blue.png differ diff --git a/public/decorations/mooncaps_pink.png b/public/decorations/mooncaps_pink.png new file mode 100644 index 0000000..514905c Binary files /dev/null and b/public/decorations/mooncaps_pink.png differ diff --git a/public/decorations/wizard_hat_blue.png b/public/decorations/wizard_hat_blue.png new file mode 100644 index 0000000..84a629f Binary files /dev/null and b/public/decorations/wizard_hat_blue.png differ diff --git a/public/decorations/wizard_hat_purple.png b/public/decorations/wizard_hat_purple.png new file mode 100644 index 0000000..ffa149b Binary files /dev/null and b/public/decorations/wizard_hat_purple.png differ diff --git a/utils/massdownload/urls.txt b/utils/massdownload/urls.txt index 9b70dac..1d957f2 100644 --- a/utils/massdownload/urls.txt +++ b/utils/massdownload/urls.txt @@ -1,3 +1,24 @@ +https://cdn.discordapp.com/avatar-decoration-presets/a_72d1fd7c47cc7a98c8f64d175773344b.png?size=1024&name=magic_portal_purple.png +https://cdn.discordapp.com/avatar-decoration-presets/a_98cf94e029ac79c5b377413d1a2bd82f.png?size=1024&name=magic_portal_blue.png +https://cdn.discordapp.com/avatar-decoration-presets/a_f438bb9b2f25ac55058fc169ecc8096e.png?size=1024&name=fairy_sprites_pink.png +https://cdn.discordapp.com/avatar-decoration-presets/a_57587eee08d2709588773fb20401fe5f.png?size=1024&name=fairy_sprites_blue.png +https://cdn.discordapp.com/avatar-decoration-presets/a_fe3c76cac2adf426832a7e495e8329d3.png?size=1024&name=fairy_sprites.png +https://cdn.discordapp.com/avatar-decoration-presets/a_8ee8ae54bddfcb17d7d5c5f9bce41c0d.png?size=1024&name=crystal_ball_purple.png +https://cdn.discordapp.com/avatar-decoration-presets/a_60f484900b4b331d62b51799ba98d001.png?size=1024&name=crystal_ball_blue.png +https://cdn.discordapp.com/avatar-decoration-presets/a_c25b962e5cabb9a656f02c50095d6496.png?size=1024&name=wizard_hat_purple.png +https://cdn.discordapp.com/avatar-decoration-presets/a_1457f73ad0c0fb0e881f0cdaadd9f166.png?size=1024&name=wizard_hat_blue.png +https://cdn.discordapp.com/avatar-decoration-presets/a_d3a9c3a1c89ccb0e1ab8724a5c965f48.png?size=1024&name=magical_wand_purple.png +https://cdn.discordapp.com/avatar-decoration-presets/a_3cf1ad31f0c0c77a90319c13632d808e.png?size=1024&name=magical_wand_green.png +https://cdn.discordapp.com/avatar-decoration-presets/a_b13180be7866281f6fa588a49dd7feb0.png?size=1024&name=mooncaps_pink.png +https://cdn.discordapp.com/avatar-decoration-presets/a_25f7407a6a0c5de43736a1f24c3b7979.png?size=1024&name=mooncaps_blue.png +https://cdn.discordapp.com/avatar-decoration-presets/a_210b82b98876083ce393ecd92eb07260.png?size=1024&name=cottage_home.png +https://cdn.discordapp.com/avatar-decoration-presets/a_0f5d6c4dd8ae74662ee9c40722a56cbd.png?size=1024&name=flaming_sword.png +https://cdn.discordapp.com/avatar-decoration-presets/a_1dbc603c181999b9815cb426dfec71a6.png?size=1024&name=magical_potion.png +https://cdn.discordapp.com/avatar-decoration-presets/a_db9baf0ba7cf449d2b027c06309dbe8d.png?size=1024&name=wizards_staff.png +https://cdn.discordapp.com/avatar-decoration-presets/a_d650e22f6c4bab4fc0969e9d35edbcb0.png?size=1024&name=glowing_runes.png +https://cdn.discordapp.com/avatar-decoration-presets/a_29a0533cb3de61aa8179810188f3830d.png?size=1024&name=defensive_shield.png +https://cdn.discordapp.com/avatar-decoration-presets/a_9d67a1cbf81fe7197c871e94f619b04b.png?size=1024&name=skull_medallion.png +https://cdn.discordapp.com/avatar-decoration-presets/a_4c9f2ec29c05755456dbce45d8190ed4.png?size=1024&name=treasure_and_key.png https://cdn.discordapp.com/avatar-decoration-presets/a_386445551be850bb16b73a225d0d0602.png?size=1024&name=aurora.png https://cdn.discordapp.com/avatar-decoration-presets/a_a7e6467b5332ab7a2b725aa225e6c752.png?size=1024&name=polar_bear_hat.png https://cdn.discordapp.com/avatar-decoration-presets/a_88f42fb7360d8224a670a50c3496f315.png?size=1024&name=string_lights.png