diff --git a/app/page.jsx b/app/page.jsx index c6a6799..664feff 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -237,7 +237,7 @@ const App = ({ ffmpegRef, isServer }) => { data-tooltip-content={avatar.name} className="border-2 border-surface1 bg-surface1 p-2 rounded-[5px] w-full aspect-square avatar-preset outline-none" onClick={(e) => { - setAvUrl(baseImgUrl + avatar.file); + setAvUrl(`${baseImgUrl}/avatars/${avatar.file}`); for (const el of document.querySelectorAll( "button.avatar-preset.border-2.border-primary", )) { @@ -249,7 +249,7 @@ const App = ({ ffmpegRef, isServer }) => { }} > @@ -398,7 +398,7 @@ const App = ({ ffmpegRef, isServer }) => { onClick={(e) => { setName(decor.name); setDescription(decor.description); - setDecoUrl(decor.file); + setDecoUrl(`/decorations/${decor.file}`); for (const el of document.querySelectorAll( "button.decor.border-2.border-primary", )) { @@ -410,7 +410,7 @@ const App = ({ ffmpegRef, isServer }) => { }} > diff --git a/avatars.json b/avatars.json index 0cef8a5..9ce8ea0 100644 --- a/avatars.json +++ b/avatars.json @@ -1,1150 +1,1150 @@ [ { "name": "Dungeons & Dragons", - "file": "/avatars/dungeons_and_dragons.png" + "file": "dungeons_and_dragons.png" }, { "name": "Spooky Night", - "file": "/avatars/spooky_night.png" + "file": "spooky_night.png" }, { "name": "Street Fighter", - "file": "/avatars/street_fighter.png" + "file": "street_fighter.png" }, { "name": "Autumn Equinox", - "file": "/avatars/autumn_equinox.png" + "file": "autumn_equinox.png" }, { "name": "Dojo", - "file": "/avatars/dojo.png" + "file": "dojo.png" }, { "name": "Palworld", - "file": "/avatars/palworld.png" + "file": "palworld.png" }, { "name": "Arcade", - "file": "/avatars/arcade.png" + "file": "arcade.png" }, { "name": "Retro", - "file": "/avatars/retro.gif" + "file": "retro.gif" }, { "name": "Galaxy", - "file": "/avatars/galaxy.png" + "file": "galaxy.png" }, { "name": "Lofi", - "file": "/avatars/lofi.png" + "file": "lofi.png" }, { "name": "Valorant", - "file": "/avatars/valorant.png" + "file": "valorant.png" }, { "name": "Blue", - "file": "/avatars/blue.png" + "file": "blue.png" }, { "name": "Gray", - "file": "/avatars/gray.png" + "file": "gray.png" }, { "name": "Green", - "file": "/avatars/green.png" + "file": "green.png" }, { "name": "Yellow", - "file": "/avatars/yellow.png" + "file": "yellow.png" }, { "name": "Red", - "file": "/avatars/red.png" + "file": "red.png" }, { "name": "Pink", - "file": "/avatars/pink.png" + "file": "pink.png" }, { "name": "Blurple", - "file": "/avatars/blurple.png" + "file": "blurple.png" }, { "name": "Goth", - "file": "/avatars/goth.png" + "file": "goth.png" }, { "name": "WHAM", - "file": "/avatars/wham.png" + "file": "wham.png" }, { "name": "Charcoal", - "file": "/avatars/charcoal.png" + "file": "charcoal.png" }, { "name": "Ceramic", - "file": "/avatars/ceramic.png" + "file": "ceramic.png" }, { "name": "Pastel", - "file": "/avatars/pastel.png" + "file": "pastel.png" }, { "name": "Matey", - "file": "/avatars/matey.png" + "file": "matey.png" }, { "name": "Tactical", - "file": "/avatars/tactical.png" + "file": "tactical.png" }, { "name": "Sunset Ave", - "file": "/avatars/sunset_ave.png" + "file": "sunset_ave.png" }, { "name": "Galactic Chrome", - "file": "/avatars/galactic_chrome.png" + "file": "galactic_chrome.png" }, { "name": "Holo", - "file": "/avatars/holo.png" + "file": "holo.png" }, { "name": "Sakura", - "file": "/avatars/sakura.png" + "file": "sakura.png" }, { "name": "Sherbet Dreamsicle", - "file": "/avatars/sherbet_dreamsicle.png" + "file": "sherbet_dreamsicle.png" }, { "name": "Gaming", - "file": "/avatars/gaming.png" + "file": "gaming.png" }, { "name": "Mainframe", - "file": "/avatars/mainframe.png" + "file": "mainframe.png" }, { "name": "Prismatic Waves", - "file": "/avatars/prismatic_waves.png" + "file": "prismatic_waves.png" }, { "name": "Fuming", - "file": "/avatars/fuming.png" + "file": "fuming.png" }, { "name": "D64", - "file": "/avatars/d64.png" + "file": "d64.png" }, { "name": "Blurple Twilight", - "file": "/avatars/blurple_twilight.png" + "file": "blurple_twilight.png" }, { "name": "In Rainbows", - "file": "/avatars/in_rainbows.png" + "file": "in_rainbows.png" }, { "name": "Midnight Prism", - "file": "/avatars/midnight_prism.png" + "file": "midnight_prism.png" }, { "name": "Color Wave", - "file": "/avatars/color_wave.png" + "file": "color_wave.png" }, { "name": "Classic Blue", - "file": "/avatars/classic_blue.png" + "file": "classic_blue.png" }, { "name": "Classic Gray", - "file": "/avatars/classic_gray.png" + "file": "classic_gray.png" }, { "name": "Classic Green", - "file": "/avatars/classic_green.png" + "file": "classic_green.png" }, { "name": "Classic Yellow", - "file": "/avatars/classic_yellow.png" + "file": "classic_yellow.png" }, { "name": "Classic Red", - "file": "/avatars/classic_red.png" + "file": "classic_red.png" }, { "name": "Automod #1", - "file": "/avatars/automod_1.png" + "file": "automod_1.png" }, { "name": "Clyde AI #1", - "file": "/avatars/clyde_ai_1.gif" + "file": "clyde_ai_1.gif" }, { "name": "Ander #1", - "file": "/avatars/ander_1.png" + "file": "ander_1.png" }, { "name": "Ander #2", - "file": "/avatars/ander_2.png" + "file": "ander_2.png" }, { "name": "Ander #3", - "file": "/avatars/ander_3.png" + "file": "ander_3.png" }, { "name": "Ander #4", - "file": "/avatars/ander_4.png" + "file": "ander_4.png" }, { "name": "Annabel #1", - "file": "/avatars/annabel_1.png" + "file": "annabel_1.png" }, { "name": "Bartender #1", - "file": "/avatars/bartender_1.png" + "file": "bartender_1.png" }, { "name": "Bento #1", - "file": "/avatars/bento_1.png" + "file": "bento_1.png" }, { "name": "Big Bird #1", - "file": "/avatars/big_bird_1.png" + "file": "big_bird_1.png" }, { "name": "Bill #1", - "file": "/avatars/bill_1.png" + "file": "bill_1.png" }, { "name": "Birb #1", - "file": "/avatars/birb_1.png" + "file": "birb_1.png" }, { "name": "Bling #1", - "file": "/avatars/bling_1.png" + "file": "bling_1.png" }, { "name": "Blink #1", - "file": "/avatars/blink_1.png" + "file": "blink_1.png" }, { "name": "Blip #1", - "file": "/avatars/blip_1.png" + "file": "blip_1.png" }, { "name": "Blip #2", - "file": "/avatars/blip_2.png" + "file": "blip_2.png" }, { "name": "Bonbon #1", - "file": "/avatars/bonbon_1.png" + "file": "bonbon_1.png" }, { "name": "Bonbon #2", - "file": "/avatars/bonbon_2.png" + "file": "bonbon_2.png" }, { "name": "Boomer #1", - "file": "/avatars/boomer_1.png" + "file": "boomer_1.png" }, { "name": "Bopper #1", - "file": "/avatars/bopper_1.png" + "file": "bopper_1.png" }, { "name": "Bopper #2", - "file": "/avatars/bopper_2.png" + "file": "bopper_2.png" }, { "name": "Bouncer #1", - "file": "/avatars/bouncer_1.png" + "file": "bouncer_1.png" }, { "name": "Brainy #1", - "file": "/avatars/brainy_1.png" + "file": "brainy_1.png" }, { "name": "Brib #1", - "file": "/avatars/brib_1.png" + "file": "brib_1.png" }, { "name": "Bunny Man #1", - "file": "/avatars/bunny_man_1.png" + "file": "bunny_man_1.png" }, { "name": "Cacdude #1", - "file": "/avatars/cacdude_1.png" + "file": "cacdude_1.png" }, { "name": "Cambrella #1", - "file": "/avatars/cambrella_1.png" + "file": "cambrella_1.png" }, { "name": "Camie #1", - "file": "/avatars/camie_1.png" + "file": "camie_1.png" }, { "name": "Cap #1", - "file": "/avatars/cap_1.png" + "file": "cap_1.png" }, { "name": "Cap #2", - "file": "/avatars/cap_2.png" + "file": "cap_2.png" }, { "name": "Cap #3", - "file": "/avatars/cap_3.png" + "file": "cap_3.png" }, { "name": "Cap #4", - "file": "/avatars/cap_4.png" + "file": "cap_4.png" }, { "name": "Cap #5", - "file": "/avatars/cap_5.png" + "file": "cap_5.png" }, { "name": "Cap #6", - "file": "/avatars/cap_6.png" + "file": "cap_6.png" }, { "name": "Cap #7", - "file": "/avatars/cap_7.png" + "file": "cap_7.png" }, { "name": "Cap #8", - "file": "/avatars/cap_8.png" + "file": "cap_8.png" }, { "name": "Capper #1", - "file": "/avatars/capper_1.png" + "file": "capper_1.png" }, { "name": "Capper #2", - "file": "/avatars/capper_2.png" + "file": "capper_2.png" }, { "name": "Cat #1", - "file": "/avatars/cat_1.png" + "file": "cat_1.png" }, { "name": "Chance #1", - "file": "/avatars/chance_1.png" + "file": "chance_1.png" }, { "name": "Cherry #1", - "file": "/avatars/cherry_1.png" + "file": "cherry_1.png" }, { "name": "Chief #1", - "file": "/avatars/chief_1.png" + "file": "chief_1.png" }, { "name": "Chiller #1", - "file": "/avatars/chiller_1.png" + "file": "chiller_1.png" }, { "name": "Clyde #1", - "file": "/avatars/clyde_1.png" + "file": "clyde_1.png" }, { "name": "Clyde #2", - "file": "/avatars/clyde_2.png" + "file": "clyde_2.png" }, { "name": "Clyde #3", - "file": "/avatars/clyde_3.png" + "file": "clyde_3.png" }, { "name": "Clyde #4", - "file": "/avatars/clyde_4.png" + "file": "clyde_4.png" }, { "name": "Clyde #6", - "file": "/avatars/clyde_6.png" + "file": "clyde_6.png" }, { "name": "Clyde #7", - "file": "/avatars/clyde_7.png" + "file": "clyde_7.png" }, { "name": "Clyde #8", - "file": "/avatars/clyde_8.png" + "file": "clyde_8.png" }, { "name": "Clyde #9", - "file": "/avatars/clyde_9.png" + "file": "clyde_9.png" }, { "name": "Clyde #10", - "file": "/avatars/clyde_10.png" + "file": "clyde_10.png" }, { "name": "Clyde #11", - "file": "/avatars/clyde_11.png" + "file": "clyde_11.png" }, { "name": "Dee #1", - "file": "/avatars/dee_1.png" + "file": "dee_1.png" }, { "name": "Doodie #1", - "file": "/avatars/doodie_1.png" + "file": "doodie_1.png" }, { "name": "D–20 #1", - "file": "/avatars/d20_1.png" + "file": "d20_1.png" }, { "name": "Elmer #1", - "file": "/avatars/elmer_1.png" + "file": "elmer_1.png" }, { "name": "Fairy #1", - "file": "/avatars/fairy_1.png" + "file": "fairy_1.png" }, { "name": "Fang #1", - "file": "/avatars/fang_1.png" + "file": "fang_1.png" }, { "name": "Felippe #1", - "file": "/avatars/felippe_1.png" + "file": "felippe_1.png" }, { "name": "Fighter #1", - "file": "/avatars/fighter_1.png" + "file": "fighter_1.png" }, { "name": "Flipper #1", - "file": "/avatars/flipper_1.png" + "file": "flipper_1.png" }, { "name": "Floop #1", - "file": "/avatars/floop_1.png" + "file": "floop_1.png" }, { "name": "Floop #2", - "file": "/avatars/floop_2.png" + "file": "floop_2.png" }, { "name": "Floop #3", - "file": "/avatars/floop_3.png" + "file": "floop_3.png" }, { "name": "Flynn #1", - "file": "/avatars/flynn_1.png" + "file": "flynn_1.png" }, { "name": "Frog Stranger #1", - "file": "/avatars/frog_stranger_1.png" + "file": "frog_stranger_1.png" }, { "name": "Froge #1", - "file": "/avatars/froge_1.png" + "file": "froge_1.png" }, { "name": "Froge #2", - "file": "/avatars/froge_2.png" + "file": "froge_2.png" }, { "name": "Froge #3", - "file": "/avatars/froge_3.png" + "file": "froge_3.png" }, { "name": "Froge #4", - "file": "/avatars/froge_4.png" + "file": "froge_4.png" }, { "name": "Froge #5", - "file": "/avatars/froge_5.png" + "file": "froge_5.png" }, { "name": "Froge #6", - "file": "/avatars/froge_6.png" + "file": "froge_6.png" }, { "name": "Froge #7", - "file": "/avatars/froge_7.png" + "file": "froge_7.png" }, { "name": "Froge #8", - "file": "/avatars/froge_8.png" + "file": "froge_8.png" }, { "name": "Froge #9", - "file": "/avatars/froge_9.png" + "file": "froge_9.png" }, { "name": "Froge #10", - "file": "/avatars/froge_10.png" + "file": "froge_10.png" }, { "name": "Froge #11", - "file": "/avatars/froge_11.png" + "file": "froge_11.png" }, { "name": "Gero #1", - "file": "/avatars/gero_1.png" + "file": "gero_1.png" }, { "name": "Gill #1", - "file": "/avatars/gill_1.png" + "file": "gill_1.png" }, { "name": "Gnarf #1", - "file": "/avatars/gnarf_1.png" + "file": "gnarf_1.png" }, { "name": "Gobbi #1", - "file": "/avatars/gobbi_1.png" + "file": "gobbi_1.png" }, { "name": "Graggle #1", - "file": "/avatars/graggle_1.png" + "file": "graggle_1.png" }, { "name": "Graggle #2", - "file": "/avatars/graggle_2.png" + "file": "graggle_2.png" }, { "name": "Graggle #3", - "file": "/avatars/graggle_3.png" + "file": "graggle_3.png" }, { "name": "Graggle #4", - "file": "/avatars/graggle_4.png" + "file": "graggle_4.png" }, { "name": "Graggle #5", - "file": "/avatars/graggle_5.png" + "file": "graggle_5.png" }, { "name": "Graggle #6", - "file": "/avatars/graggle_6.png" + "file": "graggle_6.png" }, { "name": "Graggle #7", - "file": "/avatars/graggle_7.png" + "file": "graggle_7.png" }, { "name": "Grimma #1", - "file": "/avatars/grimma_1.png" + "file": "grimma_1.png" }, { "name": "Hand #1", - "file": "/avatars/hand_1.png" + "file": "hand_1.png" }, { "name": "Hark #1", - "file": "/avatars/hark_1.png" + "file": "hark_1.png" }, { "name": "Hello #1", - "file": "/avatars/hello_1.png" + "file": "hello_1.png" }, { "name": "House #1", - "file": "/avatars/house_1.png" + "file": "house_1.png" }, { "name": "Klayden #1", - "file": "/avatars/klayden_1.png" + "file": "klayden_1.png" }, { "name": "Lady #1", - "file": "/avatars/lady_1.png" + "file": "lady_1.png" }, { "name": "Lady #2", - "file": "/avatars/lady_2.png" + "file": "lady_2.png" }, { "name": "Lemon #1", - "file": "/avatars/lemon_1.png" + "file": "lemon_1.png" }, { "name": "Leon #1", - "file": "/avatars/leon_1.png" + "file": "leon_1.png" }, { "name": "Leon #2", - "file": "/avatars/leon_2.png" + "file": "leon_2.png" }, { "name": "Lime #1", - "file": "/avatars/lime_1.png" + "file": "lime_1.png" }, { "name": "Linda #1", - "file": "/avatars/linda_1.png" + "file": "linda_1.png" }, { "name": "Locke #1", - "file": "/avatars/locke_1.png" + "file": "locke_1.png" }, { "name": "Locke #2", - "file": "/avatars/locke_2.png" + "file": "locke_2.png" }, { "name": "Locke #3", - "file": "/avatars/locke_3.png" + "file": "locke_3.png" }, { "name": "Lukid #1", - "file": "/avatars/lukid_1.png" + "file": "lukid_1.png" }, { "name": "Mason #1", - "file": "/avatars/mason_1.png" + "file": "mason_1.png" }, { "name": "Megatron #1", - "file": "/avatars/megatron_1.png" + "file": "megatron_1.png" }, { "name": "Milo #1", - "file": "/avatars/milo_1.png" + "file": "milo_1.png" }, { "name": "Milo #2", - "file": "/avatars/milo_2.png" + "file": "milo_2.png" }, { "name": "Moe #1", - "file": "/avatars/moe_1.png" + "file": "moe_1.png" }, { "name": "Morf #1", - "file": "/avatars/morf_1.png" + "file": "morf_1.png" }, { "name": "Nelly #1", - "file": "/avatars/nelly_1.png" + "file": "nelly_1.png" }, { "name": "Nelly #2", - "file": "/avatars/nelly_2.png" + "file": "nelly_2.png" }, { "name": "Nelly #3", - "file": "/avatars/nelly_3.png" + "file": "nelly_3.png" }, { "name": "Nelly #4", - "file": "/avatars/nelly_4.png" + "file": "nelly_4.png" }, { "name": "Nelly #5", - "file": "/avatars/nelly_5.png" + "file": "nelly_5.png" }, { "name": "Nelly #6", - "file": "/avatars/nelly_6.png" + "file": "nelly_6.png" }, { "name": "Nerm #1", - "file": "/avatars/nerm_1.png" + "file": "nerm_1.png" }, { "name": "Noah #1", - "file": "/avatars/noah_1.png" + "file": "noah_1.png" }, { "name": "Noodle #1", - "file": "/avatars/noodle_1.png" + "file": "noodle_1.png" }, { "name": "Noodle #2", - "file": "/avatars/noodle_2.png" + "file": "noodle_2.png" }, { "name": "Oiseau #1", - "file": "/avatars/oiseau_1.png" + "file": "oiseau_1.png" }, { "name": "Ono #1", - "file": "/avatars/ono_1.png" + "file": "ono_1.png" }, { "name": "Ono #2", - "file": "/avatars/ono_2.png" + "file": "ono_2.png" }, { "name": "Oslow #1", - "file": "/avatars/oslow_1.png" + "file": "oslow_1.png" }, { "name": "Painter #1", - "file": "/avatars/painter_1.png" + "file": "painter_1.png" }, { "name": "Pawn #1", - "file": "/avatars/pawn_1.png" + "file": "pawn_1.png" }, { "name": "Pea #1", - "file": "/avatars/pea_1.png" + "file": "pea_1.png" }, { "name": "Peachy #1", - "file": "/avatars/peachy_1.png" + "file": "peachy_1.png" }, { "name": "Peeper #1", - "file": "/avatars/peeper_1.png" + "file": "peeper_1.png" }, { "name": "Peppe #1", - "file": "/avatars/peppe_1.png" + "file": "peppe_1.png" }, { "name": "Peppe #2", - "file": "/avatars/peppe_2.png" + "file": "peppe_2.png" }, { "name": "Peppe #3", - "file": "/avatars/peppe_3.png" + "file": "peppe_3.png" }, { "name": "Peppe #4", - "file": "/avatars/peppe_4.png" + "file": "peppe_4.png" }, { "name": "Peppe #5", - "file": "/avatars/peppe_5.png" + "file": "peppe_5.png" }, { "name": "Peppe #6", - "file": "/avatars/peppe_6.png" + "file": "peppe_6.png" }, { "name": "Peppe #7", - "file": "/avatars/peppe_7.png" + "file": "peppe_7.png" }, { "name": "Peppe #8", - "file": "/avatars/peppe_8.png" + "file": "peppe_8.png" }, { "name": "Peppe #9", - "file": "/avatars/peppe_9.png" + "file": "peppe_9.png" }, { "name": "Peppe #10", - "file": "/avatars/peppe_10.png" + "file": "peppe_10.png" }, { "name": "Petal #1", - "file": "/avatars/petal_1.png" + "file": "petal_1.png" }, { "name": "Phibi #1", - "file": "/avatars/phibi_1.png" + "file": "phibi_1.png" }, { "name": "Pinky #1", - "file": "/avatars/pinky_1.png" + "file": "pinky_1.png" }, { "name": "Pinky #2", - "file": "/avatars/pinky_2.png" + "file": "pinky_2.png" }, { "name": "Quirk #1", - "file": "/avatars/quirk_1.png" + "file": "quirk_1.png" }, { "name": "Rezzy #1", - "file": "/avatars/rezzy_1.png" + "file": "rezzy_1.png" }, { "name": "River #1", - "file": "/avatars/river_1.png" + "file": "river_1.png" }, { "name": "Roach #1", - "file": "/avatars/roach_1.png" + "file": "roach_1.png" }, { "name": "Robot #1", - "file": "/avatars/robot_1.png" + "file": "robot_1.png" }, { "name": "Robot #2", - "file": "/avatars/robot_2.png" + "file": "robot_2.png" }, { "name": "Robot #3", - "file": "/avatars/robot_3.png" + "file": "robot_3.png" }, { "name": "Robot #4", - "file": "/avatars/robot_4.png" + "file": "robot_4.png" }, { "name": "Robot #5", - "file": "/avatars/robot_5.png" + "file": "robot_5.png" }, { "name": "Robot #6", - "file": "/avatars/robot_6.png" + "file": "robot_6.png" }, { "name": "Robot #7", - "file": "/avatars/robot_7.png" + "file": "robot_7.png" }, { "name": "Robot #8", - "file": "/avatars/robot_8.png" + "file": "robot_8.png" }, { "name": "Roka #1", - "file": "/avatars/roka_1.png" + "file": "roka_1.png" }, { "name": "Rumi #1", - "file": "/avatars/rumi_1.png" + "file": "rumi_1.png" }, { "name": "Sandmich #1", - "file": "/avatars/sandmich_1.png" + "file": "sandmich_1.png" }, { "name": "Scena #1", - "file": "/avatars/scena_1.png" + "file": "scena_1.png" }, { "name": "Scotty #1", - "file": "/avatars/scotty_1.png" + "file": "scotty_1.png" }, { "name": "Skull #1", - "file": "/avatars/skull_1.png" + "file": "skull_1.png" }, { "name": "Sleepy Dragon #1", - "file": "/avatars/sleepy_dragon_1.png" + "file": "sleepy_dragon_1.png" }, { "name": "Slormp #1", - "file": "/avatars/slormp_1.png" + "file": "slormp_1.png" }, { "name": "Smandwitch #1", - "file": "/avatars/smandwitch_1.png" + "file": "smandwitch_1.png" }, { "name": "Smeed #1", - "file": "/avatars/smeed_1.png" + "file": "smeed_1.png" }, { "name": "Smeed #2", - "file": "/avatars/smeed_2.png" + "file": "smeed_2.png" }, { "name": "Snail #1", - "file": "/avatars/snail_1.png" + "file": "snail_1.png" }, { "name": "Snap #1", - "file": "/avatars/snap_1.png" + "file": "snap_1.png" }, { "name": "Snek #1", - "file": "/avatars/snek_1.png" + "file": "snek_1.png" }, { "name": "Snumpus #1", - "file": "/avatars/snumpus_1.png" + "file": "snumpus_1.png" }, { "name": "Space Brain #1", - "file": "/avatars/space_brain_1.png" + "file": "space_brain_1.png" }, { "name": "Speece #1", - "file": "/avatars/speece_1.png" + "file": "speece_1.png" }, { "name": "Speek #1", - "file": "/avatars/speek_1.png" + "file": "speek_1.png" }, { "name": "Spime #1", - "file": "/avatars/spime_1.png" + "file": "spime_1.png" }, { "name": "Steve #1", - "file": "/avatars/steve_1.png" + "file": "steve_1.png" }, { "name": "Stork #2", - "file": "/avatars/stork_2.png" + "file": "stork_2.png" }, { "name": "Stork #1", - "file": "/avatars/stork_1.png" + "file": "stork_1.png" }, { "name": "Strech #1", - "file": "/avatars/strech_1.png" + "file": "strech_1.png" }, { "name": "Swirl #1", - "file": "/avatars/swirl_1.png" + "file": "swirl_1.png" }, { "name": "Tan #1", - "file": "/avatars/tan_1.png" + "file": "tan_1.png" }, { "name": "Thawne #1", - "file": "/avatars/thawne_1.png" + "file": "thawne_1.png" }, { "name": "Thonk #1", - "file": "/avatars/thonk_1.png" + "file": "thonk_1.png" }, { "name": "Tipp #1", - "file": "/avatars/tipp_1.png" + "file": "tipp_1.png" }, { "name": "Toad #1", - "file": "/avatars/toad_1.png" + "file": "toad_1.png" }, { "name": "Trom #1", - "file": "/avatars/trom_1.png" + "file": "trom_1.png" }, { "name": "Twoot #1", - "file": "/avatars/twoot_1.png" + "file": "twoot_1.png" }, { "name": "Val #1", - "file": "/avatars/val_1.png" + "file": "val_1.png" }, { "name": "Vroom #1", - "file": "/avatars/vroom_1.png" + "file": "vroom_1.png" }, { "name": "Wallp #1", - "file": "/avatars/wallp_1.png" + "file": "wallp_1.png" }, { "name": "Wanderer #1", - "file": "/avatars/wanderer_1.png" + "file": "wanderer_1.png" }, { "name": "Willow #1", - "file": "/avatars/willow_1.png" + "file": "willow_1.png" }, { "name": "Winston #1", - "file": "/avatars/winston_1.png" + "file": "winston_1.png" }, { "name": "Wizzy #1", - "file": "/avatars/wizzy_1.png" + "file": "wizzy_1.png" }, { "name": "Worf #1", - "file": "/avatars/worf_1.png" + "file": "worf_1.png" }, { "name": "Worm #1", - "file": "/avatars/worm_1.png" + "file": "worm_1.png" }, { "name": "Wump Bot #1", - "file": "/avatars/wump_bot_1.png" + "file": "wump_bot_1.png" }, { "name": "Wumpus #1", - "file": "/avatars/wumpus_1.png" + "file": "wumpus_1.png" }, { "name": "Wumpus #2", - "file": "/avatars/wumpus_2.png" + "file": "wumpus_2.png" }, { "name": "Wumpus #3", - "file": "/avatars/wumpus_3.png" + "file": "wumpus_3.png" }, { "name": "Wumpus #4", - "file": "/avatars/wumpus_4.png" + "file": "wumpus_4.png" }, { "name": "Wumpus #5", - "file": "/avatars/wumpus_5.png" + "file": "wumpus_5.png" }, { "name": "Wumpus #6", - "file": "/avatars/wumpus_6.png" + "file": "wumpus_6.png" }, { "name": "Wumpus #7", - "file": "/avatars/wumpus_7.png" + "file": "wumpus_7.png" }, { "name": "Wumpus #8", - "file": "/avatars/wumpus_8.png" + "file": "wumpus_8.png" }, { "name": "Wumpus #9", - "file": "/avatars/wumpus_9.png" + "file": "wumpus_9.png" }, { "name": "Wumpus #10", - "file": "/avatars/wumpus_10.png" + "file": "wumpus_10.png" }, { "name": "Wumpus #11", - "file": "/avatars/wumpus_11.png" + "file": "wumpus_11.png" }, { "name": "Wumpus #12", - "file": "/avatars/wumpus_12.png" + "file": "wumpus_12.png" }, { "name": "Wumpus #13", - "file": "/avatars/wumpus_13.png" + "file": "wumpus_13.png" }, { "name": "Wumpus #14", - "file": "/avatars/wumpus_14.png" + "file": "wumpus_14.png" }, { "name": "Wumpus #15", - "file": "/avatars/wumpus_15.png" + "file": "wumpus_15.png" }, { "name": "Wumpus #16", - "file": "/avatars/wumpus_16.png" + "file": "wumpus_16.png" }, { "name": "Wumpus #17", - "file": "/avatars/wumpus_17.png" + "file": "wumpus_17.png" }, { "name": "Wumpus #18", - "file": "/avatars/wumpus_18.png" + "file": "wumpus_18.png" }, { "name": "Wumpus #19", - "file": "/avatars/wumpus_19.png" + "file": "wumpus_19.png" }, { "name": "Wumpus #20", - "file": "/avatars/wumpus_20.png" + "file": "wumpus_20.png" }, { "name": "Wumpus #21", - "file": "/avatars/wumpus_21.png" + "file": "wumpus_21.png" }, { "name": "Wumpus #22", - "file": "/avatars/wumpus_22.png" + "file": "wumpus_22.png" }, { "name": "Wumpus #23", - "file": "/avatars/wumpus_23.png" + "file": "wumpus_23.png" }, { "name": "Wumpus #24", - "file": "/avatars/wumpus_24.png" + "file": "wumpus_24.png" }, { "name": "Wumpus #25", - "file": "/avatars/wumpus_25.png" + "file": "wumpus_25.png" }, { "name": "Wumpus #26", - "file": "/avatars/wumpus_26.png" + "file": "wumpus_26.png" }, { "name": "Wumpus #27", - "file": "/avatars/wumpus_27.png" + "file": "wumpus_27.png" }, { "name": "Wumpus #28", - "file": "/avatars/wumpus_28.png" + "file": "wumpus_28.png" }, { "name": "Wumpus #29", - "file": "/avatars/wumpus_29.png" + "file": "wumpus_29.png" }, { "name": "Wumpus #30", - "file": "/avatars/wumpus_30.png" + "file": "wumpus_30.png" }, { "name": "Wumpus #31", - "file": "/avatars/wumpus_31.png" + "file": "wumpus_31.png" }, { "name": "Wumpus #32", - "file": "/avatars/wumpus_32.png" + "file": "wumpus_32.png" }, { "name": "Wumpus #33", - "file": "/avatars/wumpus_33.png" + "file": "wumpus_33.png" }, { "name": "Wumpus #34", - "file": "/avatars/wumpus_34.png" + "file": "wumpus_34.png" }, { "name": "Wumpus #35", - "file": "/avatars/wumpus_35.png" + "file": "wumpus_35.png" }, { "name": "Wumpus #36", - "file": "/avatars/wumpus_36.png" + "file": "wumpus_36.png" }, { "name": "Wumpus #37", - "file": "/avatars/wumpus_37.png" + "file": "wumpus_37.png" }, { "name": "Wumpus #38", - "file": "/avatars/wumpus_38.png" + "file": "wumpus_38.png" }, { "name": "Wumpus #39", - "file": "/avatars/wumpus_39.png" + "file": "wumpus_39.png" }, { "name": "Wumpus #40", - "file": "/avatars/wumpus_40.png" + "file": "wumpus_40.png" }, { "name": "Wumpus #41", - "file": "/avatars/wumpus_41.png" + "file": "wumpus_41.png" }, { "name": "Wumpus #42", - "file": "/avatars/wumpus_42.png" + "file": "wumpus_42.png" }, { "name": "Wumpus #43", - "file": "/avatars/wumpus_43.png" + "file": "wumpus_43.png" }, { "name": "Wumpus #44", - "file": "/avatars/wumpus_44.png" + "file": "wumpus_44.png" }, { "name": "Wumpus #45", - "file": "/avatars/wumpus_45.png" + "file": "wumpus_45.png" } ] diff --git a/decorations.json b/decorations.json index b9ce5dc..8ccca0c 100644 --- a/decorations.json +++ b/decorations.json @@ -21,67 +21,67 @@ { "name": "I'm a Clown", "description": "I opened a bunch of Loot Boxes and all I got was this stupid clown decoration. Exclusive to April Fools 2024 for a limited time.", - "file": "/decorations/im_a_clown.png" + "file": "im_a_clown.png" }, { "name": "Mokoko", "description": "An affectionate Mokoko wants to give you plenty of hugs! Exclusive to Mokoko Quest 2024 for a limited time.", - "file": "/decorations/mokoko.png" + "file": "mokoko.png" }, { "name": "Gyoiko Sakura", "description": "A rare blossom only seen by a fortunate few. Given to new nitro subscribers between April 24, 2024 and May 1, 2024.", - "file": "/decorations/sakura_gyoiko.png" + "file": "sakura_gyoiko.png" }, { "name": "Warp Helmet", "description": "Traveling at the speed of light. Available to use until September 9, 2024.", - "file": "/decorations/warp_helmet.png" + "file": "warp_helmet.png" }, { "name": "Fortnite Victory Crown", "description": "A sparkly crown! Available to use until September 3, 2024.", - "file": "/decorations/victory_crown.png" + "file": "victory_crown.png" }, { "name": "Freezer Bunny Lovebug", "description": "A Sim's coolest companion! Available to use until September 30, 2024.", - "file": "/decorations/freezer_bunny_lovebug.png" + "file": "freezer_bunny_lovebug.png" }, { "name": "Wingman Boba", "description": "Your trusty VALORANT buddy, with a refreshing bubbly twist. Available to use until October 6, 2024.", - "file": "/decorations/wingman_boba.png" + "file": "wingman_boba.png" }, { "name": "Los Santos", "description": "Get to the chopper! Los Santos sky-high pursuit! Available to use until October 14, 2024.", - "file": "/decorations/los_santos.png" + "file": "los_santos.png" }, { "name": "Hailey", "description": "Worn by the legendary sniper in The First Descendant. Available until to use November 6, 2024.", - "file": "/decorations/hailey.png" + "file": "hailey.png" }, { "name": "Bunny", "description": "Worn by Albion's speedster, Bunny, in The First Descendant. Available until to use November 12, 2024.", - "file": "/decorations/bunny.png" + "file": "bunny.png" }, { "name": "Torgal Puppy", "description": "Torgal the puppy is here to keep you company! This reward is exclusive to the FFXVI Quest. Available until to use November 23, 2024.", - "file": "/decorations/torgal_puppy.png" + "file": "torgal_puppy.png" }, { "name": "Street Fighter 6 Battle Field", "description": "Avatar Decoration for the Award winning Street Fighter 6. Exclusive to Street Fighter 6 Quest for a limited time. Available until to use November 29, 2024.", - "file": "/decorations/street_fighter_6_battle_field.png" + "file": "street_fighter_6_battle_field.png" }, { "name": "Wolf Morph", "description": "Your Morph can take on many unique forms and help you move throughout the world in THRONE AND LIBERTY. Available until to use November 30, 2024.", - "file": "/decorations/wolf_morph.png" + "file": "wolf_morph.png" } ] }, @@ -98,32 +98,32 @@ { "name": "Kitsune", "description": "Legends say playful chaos is their specialty.", - "file": "/decorations/kitsune.png" + "file": "kitsune.png" }, { "name": "Unicorn", "description": "Unicorns love two things: magic and your vibe.", - "file": "/decorations/unicorn.png" + "file": "unicorn.png" }, { "name": "Phoenix", "description": "The symbol of running it back.", - "file": "/decorations/phoenix.png" + "file": "phoenix.png" }, { "name": "Dancing Fairies", "description": "Catch us if you can!", - "file": "/decorations/dancing_fairies.png" + "file": "dancing_fairies.png" }, { "name": "Crystal Elk", "description": "Its antlers shimmer with the magic of ancient snowstorms.", - "file": "/decorations/crystal_elk.png" + "file": "crystal_elk.png" }, { "name": "Mermaid Serenade", "description": "They seem to like you... but is that a good thing?", - "file": "/decorations/mermaid_serenade.png" + "file": "mermaid_serenade.png" } ] }, @@ -150,37 +150,37 @@ { "name": "Violet Dice", "description": "Let’s roll!", - "file": "/decorations/dice_violet.png" + "file": "dice_violet.png" }, { "name": "Azure Dice", "description": "Let’s roll!", - "file": "/decorations/dice_azure.png" + "file": "dice_azure.png" }, { "name": "Green Gelatinous Cube", "description": "It’s not edible, but YOU are.", - "file": "/decorations/gelatinous_cube_green.png" + "file": "gelatinous_cube_green.png" }, { "name": "Blue Gelatinous Cube", "description": "It’s not edible, but YOU are.", - "file": "/decorations/gelatinous_cube_blue.png" + "file": "gelatinous_cube_blue.png" }, { "name": "Owlbear Cub", "description": "Your very own feathery friend!", - "file": "/decorations/owlbear_cub.png" + "file": "owlbear_cub.png" }, { "name": "Snowy Owlbear Cub", "description": "Your very own feathery friend!", - "file": "/decorations/owlbear_cub_snowy.png" + "file": "owlbear_cub_snowy.png" }, { "name": "Baby Displacer Beast", "description": "Here, kitty, kitty…", - "file": "/decorations/baby_displacer_beast.png" + "file": "baby_displacer_beast.png" } ] }, @@ -198,72 +198,72 @@ { "name": "Spooky Cat Ears", "description": "≽ ^ ʘ⩊ʘ ^ ≼", - "file": "/decorations/spooky_cat_ears.png" + "file": "spooky_cat_ears.png" }, { "name": "Spooky Cat Ears (Midnight)", "description": "≽ ^ ʘ⩊ʘ ^ ≼", - "file": "/decorations/spooky_cat_ears_midnight.png" + "file": "spooky_cat_ears_midnight.png" }, { "name": "Candlelight", "description": "Now you can see in the dark. But so can they...", - "file": "/decorations/candlelight.png" + "file": "candlelight.png" }, { "name": "Crimson Candlelight", "description": "Now you can see in the dark. But so can they...", - "file": "/decorations/candlelight_crimson.png" + "file": "candlelight_crimson.png" }, { "name": "Dark Candlelight", "description": "Now you can see in the dark. But so can they...", - "file": "/decorations/candlelight_dark.png" + "file": "candlelight_dark.png" }, { "name": "Dark Hood", "description": "You definitely don't look suspicious at all.", - "file": "/decorations/hood_dark.png" + "file": "hood_dark.png" }, { "name": "Crimson Hood", "description": "You definitely don't look suspicious at all.", - "file": "/decorations/hood_crimson.png" + "file": "hood_crimson.png" }, { "name": "Plum Witch Hat", "description": "Mischief looks good on you.", - "file": "/decorations/witch_hat_plum.png" + "file": "witch_hat_plum.png" }, { "name": "Midnight Witch Hat", "description": "Mischief looks good on you.", - "file": "/decorations/witch_hat_midnight.png" + "file": "witch_hat_midnight.png" }, { "name": "Zombie Food", "description": "Looks like you weren't fast enough. Unlucky.", - "file": "/decorations/zombie_food.png" + "file": "zombie_food.png" }, { "name": "Zombie Food (Purple)", "description": "Looks like you weren't fast enough. Unlucky.", - "file": "/decorations/zombie_food_purple.png" + "file": "zombie_food_purple.png" }, { "name": "Bloodthirsty", "description": "Just a bite...", - "file": "/decorations/bloodthirsty.png" + "file": "bloodthirsty.png" }, { "name": "Bloodthirsty (Green)", "description": "Just a bite...", - "file": "/decorations/bloodthirsty_green.png" + "file": "bloodthirsty_green.png" }, { "name": "Bloodthirsty (Gold)", "description": "Just a bite...", - "file": "/decorations/bloodthirsty_gold.png" + "file": "bloodthirsty_gold.png" } ] }, @@ -291,42 +291,42 @@ { "name": "Ryu", "description": "Ever training, Ryu seeks true strength… just keep spiders away from him.", - "file": "/decorations/ryu.png" + "file": "ryu.png" }, { "name": "Chun-Li", "description": "A former high-kicking ICPO agent Chun-Li. Never skips leg day.", - "file": "/decorations/chun_li.png" + "file": "chun_li.png" }, { "name": "Ken", "description": "Former US National Fighting Champ. Keeps his hair salon quality.", - "file": "/decorations/ken.png" + "file": "ken.png" }, { "name": "Akuma", "description": "A demon of combat (the raging kind!) that has welcomed the Satsui no Hado into his being.", - "file": "/decorations/akuma.png" + "file": "akuma.png" }, { "name": "Cammy", "description": "Member of British special forces unit Delta Red. Hates everything. Likes cats.", - "file": "/decorations/cammy.png" + "file": "cammy.png" }, { "name": "Guile", "description": "A US Air Force pilot fantastic at comeback wins when listening to his own theme.", - "file": "/decorations/guile.png" + "file": "guile.png" }, { "name": "Juri", "description": "A sadistic thrill seeker. Never misses a manicure.", - "file": "/decorations/juri.png" + "file": "juri.png" }, { "name": "M. Bison", "description": "The leader of Shadaloo, who was believed to be dead. Very fond of power... the Psycho kind.", - "file": "/decorations/m_bison.png" + "file": "m_bison.png" } ] }, @@ -344,47 +344,47 @@ { "name": "Twilight Chrysanthemums", "description": "Transformation is a dance where your inner beauty finds its rhythm.", - "file": "/decorations/chrysanthemums_twilight.png" + "file": "chrysanthemums_twilight.png" }, { "name": "Morning Chrysanthemums", "description": "Transformation is a dance where your inner beauty finds its rhythm.", - "file": "/decorations/chrysanthemums_morning.png" + "file": "chrysanthemums_morning.png" }, { "name": "Dusk and Dawn", "description": "Illuminate yourself with the light of the moon and sun.", - "file": "/decorations/dusk_and_dawn.png" + "file": "dusk_and_dawn.png" }, { "name": "Floral Harmony", "description": "A touch of day and night woven into every petal.", - "file": "/decorations/floral_harmony.png" + "file": "floral_harmony.png" }, { "name": "Floral Harmony (Sunburst)", "description": "A touch of day and night woven into every petal.", - "file": "/decorations/floral_harmony_sunburst.png" + "file": "floral_harmony_sunburst.png" }, { "name": "Autumn's Arbor", "description": "Where day and night share equal ground.", - "file": "/decorations/autumns_arbor.png" + "file": "autumns_arbor.png" }, { "name": "Autumn's Arbor (Aurora)", "description": "Where day and night share equal ground.", - "file": "/decorations/autumns_arbor_aurora.png" + "file": "autumns_arbor_aurora.png" }, { "name": "Autumn Crown", "description": "A crown of nature's finest, with autumn's special touch.", - "file": "/decorations/autumn_crown.png" + "file": "autumn_crown.png" }, { "name": "Faces of the Moon", "description": "The moon tells its tale in shadows and light... listen....", - "file": "/decorations/faces_of_the_moon.png" + "file": "faces_of_the_moon.png" } ] }, @@ -400,32 +400,32 @@ { "name": "Fox Hat", "description": "Charming, cozy, and a little bit nosy.", - "file": "/decorations/fox_hat.png" + "file": "fox_hat.png" }, { "name": "Chestnut Fox Hat", "description": "Charming, cozy, and a little bit nosy.", - "file": "/decorations/fox_hat_chestnut.png" + "file": "fox_hat_chestnut.png" }, { "name": "Snow Fox Hat", "description": "Charming, cozy, and a little bit nosy.", - "file": "/decorations/fox_hat_snow.png" + "file": "fox_hat_snow.png" }, { "name": "Fall Leaves", "description": "Behold nature's dance.", - "file": "/decorations/fall_leaves.png" + "file": "fall_leaves.png" }, { "name": "Scarlet Leaves", "description": "Behold nature's dance.", - "file": "/decorations/fall_leaves_scarlet.png" + "file": "fall_leaves_scarlet.png" }, { "name": "Woodland Leaves", "description": "Behold nature's dance.", - "file": "/decorations/fall_leaves_woodland.png" + "file": "fall_leaves_woodland.png" } ] }, @@ -443,67 +443,67 @@ { "name": "Sakura", "description": "A beautiful cherry blossom.", - "file": "/decorations/sakura.png" + "file": "sakura.png" }, { "name": "Pink Sakura", "description": "A promise of new beginnings.", - "file": "/decorations/sakura_pink.png" + "file": "sakura_pink.png" }, { "name": "Ukon Sakura", "description": "A symbol of standing out with quiet elegance.", - "file": "/decorations/sakura_ukon.png" + "file": "sakura_ukon.png" }, { "name": "Gyoiko Sakura", "description": "A rare blossom only seen by a fortunate few.", - "file": "/decorations/sakura_gyoiko.png" + "file": "sakura_gyoiko.png" }, { "name": "Angry Frog", "description": "*ribbits angrily*", - "file": "/decorations/frog_angry.png" + "file": "frog_angry.png" }, { "name": "Derpy Frog", "description": "*ribbits derpily*", - "file": "/decorations/frog_derpy.png" + "file": "frog_derpy.png" }, { "name": "Fried Egg", "description": "I like mine sunny side-up.", - "file": "/decorations/fried_egg.png" + "file": "fried_egg.png" }, { "name": "Green Fried Egg", "description": "Wish there was some ham to go with this.", - "file": "/decorations/green_fried_egg.png" + "file": "green_fried_egg.png" }, { "name": "Morning Coffee", "description": "Don't talk to me until I finish this.", - "file": "/decorations/morning_coffee.png" + "file": "morning_coffee.png" }, { "name": "Toast", "description": "It is toast.", - "file": "/decorations/toast.png" + "file": "toast.png" }, { "name": "Burnt Toast", "description": "Why did you burn the toast.", - "file": "/decorations/burnt_toast.png" + "file": "burnt_toast.png" }, { "name": "Stinkums", "description": "Questionably dealt. Definitely smelt.", - "file": "/decorations/stinkums.png" + "file": "stinkums.png" }, { "name": "Goblin Stinkums", "description": "Green goblin mode unlocks many abilities... some consider to be unnaturally stinky.", - "file": "/decorations/goblin_stinkums.png" + "file": "goblin_stinkums.png" } ] }, @@ -521,32 +521,32 @@ { "name": "Kabuto", "description": "Donned only by true warriors.", - "file": "/decorations/kabuto.png" + "file": "kabuto.png" }, { "name": "Oni Mask", "description": "Unleash your inner demon.", - "file": "/decorations/oni_mask.png" + "file": "oni_mask.png" }, { "name": "Straw Hat", "description": "A must-have for the traveling wanderer.", - "file": "/decorations/straw_hat.png" + "file": "straw_hat.png" }, { "name": "Sakura Ink", "description": "Fleeting beauty... forever etched in ink.", - "file": "/decorations/sakura_ink.png" + "file": "sakura_ink.png" }, { "name": "Sakura Warrior", "description": "Blossom and blade, united in purpose.", - "file": "/decorations/sakura_warrior.png" + "file": "sakura_warrior.png" }, { "name": "Shuriken's Mask", "description": "Aim with purpose.", - "file": "/decorations/shurikens_mask.png" + "file": "shurikens_mask.png" } ] }, @@ -564,47 +564,47 @@ { "name": "VALORANT Champions 2024", "description": "All paths end here.", - "file": "/decorations/valorant_champions_2024.png" + "file": "valorant_champions_2024.png" }, { "name": "Yoru Dimensional Drift", "description": "Looking for me?", - "file": "/decorations/yoru_dimensional_drift.png" + "file": "yoru_dimensional_drift.png" }, { "name": "Viper Poison Cloud", "description": "No one can hold their breath forever.", - "file": "/decorations/viper_poison_cloud.png" + "file": "viper_poison_cloud.png" }, { "name": "Cypher Neural Theft", "description": "Nothing stays hidden from me.", - "file": "/decorations/cypher_neural_theft.png" + "file": "cypher_neural_theft.png" }, { "name": "A Hint of Clove", "description": "Back again from the great beyond.", - "file": "/decorations/a_hint_of_clove.png" + "file": "a_hint_of_clove.png" }, { "name": "Omen's Cowl", "description": "Embrace the shadows.", - "file": "/decorations/omens_cowl.png" + "file": "omens_cowl.png" }, { "name": "Reyna's Leer", "description": "The last thing they'll ever see. Lucky them.", - "file": "/decorations/reynas_leer.png" + "file": "reynas_leer.png" }, { "name": "FRAG OUT", "description": "Five down. None to go.", - "file": "/decorations/frag_out.png" + "file": "frag_out.png" }, { "name": "Blade Storm", "description": "Watch this.", - "file": "/decorations/blade_storm.png" + "file": "blade_storm.png" } ] }, @@ -629,37 +629,37 @@ { "name": "SpongeBob", "description": "Order up!", - "file": "/decorations/spongebob.png" + "file": "spongebob.png" }, { "name": "Imagination", "description": "With imagination, I can be anything I want.", - "file": "/decorations/imagination.png" + "file": "imagination.png" }, { "name": "Patrick Star", "description": "He, she, me wumbo.", - "file": "/decorations/patrick_star.png" + "file": "patrick_star.png" }, { "name": "Flower Clouds", "description": "Immerse yourself in Bikini Bottom.", - "file": "/decorations/flower_clouds.png" + "file": "flower_clouds.png" }, { "name": "Gary the Snail", "description": "Meow.", - "file": "/decorations/gary_the_snail.png" + "file": "gary_the_snail.png" }, { "name": "Sandy Cheeks", "description": "Underwater breathing apparatus.", - "file": "/decorations/sandy_cheeks.png" + "file": "sandy_cheeks.png" }, { "name": "MuscleBob", "description": "How tough are ya?", - "file": "/decorations/musclebob.png" + "file": "musclebob.png" } ] }, @@ -676,32 +676,32 @@ { "name": "Midnight Sorceress", "description": "Wear the beauty of midnight.", - "file": "/decorations/midnight_sorceress.png" + "file": "midnight_sorceress.png" }, { "name": "Malefic Crown", "description": "Fit for those who rule with an iron fist.", - "file": "/decorations/malefic_crown.png" + "file": "malefic_crown.png" }, { "name": "Death's Edge", "description": "A great conversation starter... and ender.", - "file": "/decorations/deaths_edge.png" + "file": "deaths_edge.png" }, { "name": "Spirit Embers", "description": "For protection against dark nights and unseen terrors.", - "file": "/decorations/spirit_embers.png" + "file": "spirit_embers.png" }, { "name": "Eldritch Ring", "description": "For those days when you want to feel extra cursed.", - "file": "/decorations/eldritch_ring.png" + "file": "eldritch_ring.png" }, { "name": "Arcane Sigil", "description": "Those who stare will fall under your spell.", - "file": "/decorations/arcane_sigil.png" + "file": "arcane_sigil.png" } ] }, @@ -740,32 +740,32 @@ { "name": "Chillet", "description": "Who doesn't love to cuddle?", - "file": "/decorations/chillet.png" + "file": "chillet.png" }, { "name": "Pal Sphere", "description": "Fingers crossed!", - "file": "/decorations/pal_sphere.png" + "file": "pal_sphere.png" }, { "name": "Cattiva", "description": "Cute... from a distance.", - "file": "/decorations/cattiva.png" + "file": "cattiva.png" }, { "name": "Lamball", "description": "Cozy, fluffy, and clumsy!", - "file": "/decorations/lamball.png" + "file": "lamball.png" }, { "name": "Depresso", "description": "As enthusiastic as ever.", - "file": "/decorations/depresso.png" + "file": "depresso.png" }, { "name": "Selyne", "description": "A mysterious moonlight encounter.", - "file": "/decorations/selyne.png" + "file": "selyne.png" } ] }, @@ -782,32 +782,32 @@ { "name": "Joystick", "description": "Pressing buttons harder definitely increases your chances of winning.", - "file": "/decorations/joystick.png" + "file": "joystick.png" }, { "name": "Clyde Invaders", "description": "Rogue invaders have taken control of the galaxy. It's up to you to save the day.", - "file": "/decorations/clyde_invaders.png" + "file": "clyde_invaders.png" }, { "name": "Pipedream", "description": "If you stare at this for 5,461 seconds without blinking, you win.", - "file": "/decorations/pipedream.png" + "file": "pipedream.png" }, { "name": "Hot Shot", "description": "Baller status: Pro.", - "file": "/decorations/hot_shot.png" + "file": "hot_shot.png" }, { "name": "Mallow Jump", "description": "Hop till you drop!", - "file": "/decorations/mallow_jump.png" + "file": "mallow_jump.png" }, { "name": "Slither 'n Snack", "description": "Gobble and grow to become the biggest snake in the garden.", - "file": "/decorations/slither_n_snack.png" + "file": "slither_n_snack.png" } ] }, @@ -824,22 +824,22 @@ { "name": "Feelin' Awe", "description": "When you touch the grass.", - "file": "/decorations/feelin_awe.png" + "file": "feelin_awe.png" }, { "name": "Feelin' Panic", "description": "When you get challenged to a spontaneous rap battle.", - "file": "/decorations/feelin_panic.png" + "file": "feelin_panic.png" }, { "name": "Feelin' Nervous", "description": "When you ping @everyone.", - "file": "/decorations/feelin_nervous.png" + "file": "feelin_nervous.png" }, { "name": "Feelin' Scrumptious", "description": "When they let you cook.", - "file": "/decorations/feelin_scrumptious.png" + "file": "feelin_scrumptious.png" } ] }, @@ -856,32 +856,32 @@ { "name": "Pirate Captain", "description": "Arrr... yer bounty comes due.", - "file": "/decorations/pirate_captain.png" + "file": "pirate_captain.png" }, { "name": "Scallywag", "description": "Nay even a pirate can steal me good looks.", - "file": "/decorations/scallywag.png" + "file": "scallywag.png" }, { "name": "Good Ol' Pepper", "description": "An old salt's trusty matey at sea.", - "file": "/decorations/good_ol_pepper.png" + "file": "good_ol_pepper.png" }, { "name": "Crossbones", "description": "Cross me not, else a pile o' bones be yer fate.", - "file": "/decorations/crossbones.png" + "file": "crossbones.png" }, { "name": "Cannon Fire", "description": "Sink yer foes in iron and let 'em be claimed by the sea...", - "file": "/decorations/cannon_fire.png" + "file": "cannon_fire.png" }, { "name": "Helmsman", "description": "Heading, cap'n?", - "file": "/decorations/helmsman.png" + "file": "helmsman.png" } ] }, @@ -898,32 +898,32 @@ { "name": "Stardust", "description": "The essence of the cosmos.", - "file": "/decorations/stardust.png" + "file": "stardust.png" }, { "name": "Black Hole", "description": "An enigma of matter, space, and time.", - "file": "/decorations/black_hole.png" + "file": "black_hole.png" }, { "name": "Constellations", "description": "What secrets do the stars reveal?", - "file": "/decorations/constellations.png" + "file": "constellations.png" }, { "name": "Solar Orbit", "description": "An eternal dance of fiery passion.", - "file": "/decorations/solar_orbit.png" + "file": "solar_orbit.png" }, { "name": "UFO", "description": "The perfect ride for any grab-and-go heist.", - "file": "/decorations/ufo.png" + "file": "ufo.png" }, { "name": "Astronaut Helmet", "description": "Always wear your helmet.", - "file": "/decorations/astronaut_helmet.png" + "file": "astronaut_helmet.png" } ] }, @@ -940,32 +940,32 @@ { "name": "Chromawave", "description": "Never miss a beat.", - "file": "/decorations/chromawave.png" + "file": "chromawave.png" }, { "name": "Cozy Cat", "description": "Vibing one catnap at a time.", - "file": "/decorations/cozy_cat.png" + "file": "cozy_cat.png" }, { "name": "Oasis", "description": "Chilling in my comfort place.", - "file": "/decorations/oasis.png" + "file": "oasis.png" }, { "name": "Rainy Mood", "description": "Feel the calm.", - "file": "/decorations/rainy_mood.png" + "file": "rainy_mood.png" }, { "name": "Cozy Headphones", "description": "Perfect for any tune.", - "file": "/decorations/cozy_headphones.png" + "file": "cozy_headphones.png" }, { "name": "Doodling", "description": "What do you mean I'm procrastinating?", - "file": "/decorations/doodling.png" + "file": "doodling.png" } ] }, @@ -1000,27 +1000,27 @@ { "name": "A Hint of Clove", "description": "Back again from the great beyond.", - "file": "/decorations/a_hint_of_clove.png" + "file": "a_hint_of_clove.png" }, { "name": "Omen's Cowl", "description": "Embrace the shadows.", - "file": "/decorations/omens_cowl.png" + "file": "omens_cowl.png" }, { "name": "Reyna's Leer", "description": "The last thing they'll ever see. Lucky them.", - "file": "/decorations/reynas_leer.png" + "file": "reynas_leer.png" }, { "name": "FRAG OUT", "description": "Five down. None to go.", - "file": "/decorations/frag_out.png" + "file": "frag_out.png" }, { "name": "Blade Storm", "description": "Watch this.", - "file": "/decorations/blade_storm.png" + "file": "blade_storm.png" } ] }, @@ -1037,32 +1037,32 @@ { "name": "Honeyblossom", "description": "Buzz meets bloom.", - "file": "/decorations/honeyblossom.png" + "file": "honeyblossom.png" }, { "name": "Dandelion Duo", "description": "Strengths: Cute and fluffy. Weaknesses: The breeze.", - "file": "/decorations/dandelion_duo.png" + "file": "dandelion_duo.png" }, { "name": "Hugh the Rainbow", "description": "Does he have a hue for every mood?", - "file": "/decorations/hugh_the_rainbow.png" + "file": "hugh_the_rainbow.png" }, { "name": "Strawberry Vine", "description": "Now that's a sweet harvest.", - "file": "/decorations/strawberry_vine.png" + "file": "strawberry_vine.png" }, { "name": "Butterflies", "description": "We shall tickle the clouds today - join us!", - "file": "/decorations/butterflies.png" + "file": "butterflies.png" }, { "name": "The Petal Pack", "description": "Comes with sunshine and smiles.", - "file": "/decorations/the_petal_pack.png" + "file": "the_petal_pack.png" } ] }, @@ -1078,67 +1078,67 @@ { "name": "Cat Ears", "description": "≽ ^ • ⩊ • ^ ≼", - "file": "/decorations/cat_ears.png" + "file": "cat_ears.png" }, { "name": "Ki Energy", "description": "Focus from within.", - "file": "/decorations/ki_energy.png" + "file": "ki_energy.png" }, { "name": "Heartbloom", "description": "Let your love blossom.", - "file": "/decorations/heartbloom.png" + "file": "heartbloom.png" }, { "name": "Dismay", "description": "Not like this...", - "file": "/decorations/dismay.png" + "file": "dismay.png" }, { "name": "Rage", "description": "THAT'S IT.", - "file": "/decorations/rage.png" + "file": "rage.png" }, { "name": "In Tears", "description": "*sobbing*", - "file": "/decorations/in_tears.png" + "file": "in_tears.png" }, { "name": "Radiating Energy", "description": "Over EIGHT-THOUSAND-NINE-HUNDRED-NINETY-NINE!", - "file": "/decorations/radiating_energy.png" + "file": "radiating_energy.png" }, { "name": "Soul Leaving Body", "description": "Can I just disappear right now?", - "file": "/decorations/soul_leaving_body.png" + "file": "soul_leaving_body.png" }, { "name": "Sweat Drops", "description": "*laughs nervously*", - "file": "/decorations/sweat_drops.png" + "file": "sweat_drops.png" }, { "name": "Starry Eyed", "description": "Feelin' sparkly", - "file": "/decorations/starry_eyed.png" + "file": "starry_eyed.png" }, { "name": "In Love", "description": "uwu", - "file": "/decorations/in_love.png" + "file": "in_love.png" }, { "name": "Shocked", "description": "Nani?!!", - "file": "/decorations/shocked.png" + "file": "shocked.png" }, { "name": "Angry", "description": "How dare you", - "file": "/decorations/angry.png" + "file": "angry.png" } ] }, @@ -1154,32 +1154,32 @@ { "name": "Fire", "description": "Ignite your flame within.", - "file": "/decorations/fire.png" + "file": "fire.png" }, { "name": "Water", "description": "Control the ebb and flow.", - "file": "/decorations/water.png" + "file": "water.png" }, { "name": "Air", "description": "Will the wind.", - "file": "/decorations/air.png" + "file": "air.png" }, { "name": "Earth", "description": "Call the might of the earth.", - "file": "/decorations/earth.png" + "file": "earth.png" }, { "name": "Lightning", "description": "Electrify your presence.", - "file": "/decorations/lightning.png" + "file": "lightning.png" }, { "name": "Balance", "description": "Harness the elements.", - "file": "/decorations/balance.png" + "file": "balance.png" } ] }, @@ -1196,32 +1196,32 @@ { "name": "Fan Flourish", "description": "Incredibly fan-tastic.", - "file": "/decorations/fan_flourish.png" + "file": "fan_flourish.png" }, { "name": "Lunar Lanterns", "description": "Light the night.", - "file": "/decorations/lunar_lanterns.png" + "file": "lunar_lanterns.png" }, { "name": "Firecrackers", "description": "Don't try this at home!", - "file": "/decorations/firecrackers.png" + "file": "firecrackers.png" }, { "name": "Dragon's Smile", "description": "A dragon's grin fills your year with laughs.", - "file": "/decorations/dragons_smile.png" + "file": "dragons_smile.png" }, { "name": "Lucky Envelopes", "description": "Capacity: 888 coins.", - "file": "/decorations/lucky_envelopes.png" + "file": "lucky_envelopes.png" }, { "name": "Koi Pond", "description": "Swimming in an eternal, peaceful circle.", - "file": "/decorations/koi_pond.png" + "file": "koi_pond.png" } ] }, @@ -1237,22 +1237,22 @@ { "name": "Glitch", "description": "Neurovisor disruption detected, please standby.", - "file": "/decorations/glitch.png" + "file": "glitch.png" }, { "name": "Cybernetic", "description": "Cybernetic visuals now online. Welcome aboard, runner.", - "file": "/decorations/cybernetic.png" + "file": "cybernetic.png" }, { "name": "Digital Sunrise", "description": "It's a new day in cyberspace.", - "file": "/decorations/digital_sunrise.png" + "file": "digital_sunrise.png" }, { "name": "Implant", "description": "Get ready to jack in.", - "file": "/decorations/implant.png" + "file": "implant.png" } ] }, @@ -1267,42 +1267,42 @@ { "name": "Beamchop", "description": "Awh it's so cu- AHHH", - "file": "/decorations/beamchop.png" + "file": "beamchop.png" }, { "name": "Stinkums", "description": "Questionably dealt. Definitely smelt.", - "file": "/decorations/stinkums.png" + "file": "stinkums.png" }, { "name": "Chuck", "description": "Wanna see what I had for lunch earlier?", - "file": "/decorations/chuck.png" + "file": "chuck.png" }, { "name": "Winkle", "description": "Eye love you.", - "file": "/decorations/winkle.png" + "file": "winkle.png" }, { "name": "Chewbert", "description": "Me chew gum, make bubbles, big fun.", - "file": "/decorations/chewbert.png" + "file": "chewbert.png" }, { "name": "Doodlezard", "description": "You might want to wash up after.", - "file": "/decorations/doodlezard.png" + "file": "doodlezard.png" }, { "name": "Glop", "description": "Is there something in my teeth?", - "file": "/decorations/glop.png" + "file": "glop.png" }, { "name": "Gawblehop", "description": "Talk about being tongue-tied.", - "file": "/decorations/gawblehop.png" + "file": "gawblehop.png" } ] }, @@ -1318,22 +1318,22 @@ { "name": "New Year", "description": "Ringing in 2024!", - "file": "/decorations/new_year.png" + "file": "new_year.png" }, { "name": "Fresh Pine", "description": "Ah...the smell of Winter.", - "file": "/decorations/fresh_pine.png" + "file": "fresh_pine.png" }, { "name": "Snowglobe", "description": "Try not to shake too hard.", - "file": "/decorations/snowglobe.png" + "file": "snowglobe.png" }, { "name": "String Lights", "description": "String up some holiday cheer.", - "file": "/decorations/string_lights.png" + "file": "string_lights.png" } ] }, @@ -1349,22 +1349,22 @@ { "name": "Graveyard Cat", "description": "Just a cat on graveyard duty.", - "file": "/decorations/graveyard_cat.png" + "file": "graveyard_cat.png" }, { "name": "Ghosts", "description": "Look at them just spinning and grinning all day...", - "file": "/decorations/ghosts.png" + "file": "ghosts.png" }, { "name": "Minions", "description": "Name a more iconic duo.", - "file": "/decorations/minions.png" + "file": "minions.png" }, { "name": "Jack-o'-Lantern", "description": "You can practically hear its eerie cackle...", - "file": "/decorations/jack_o_lantern.png" + "file": "jack_o_lantern.png" } ] }, @@ -1380,22 +1380,22 @@ { "name": "Fall Leaves", "description": "Behold nature's dance.", - "file": "/decorations/fall_leaves.png" + "file": "fall_leaves.png" }, { "name": "Pumpkin Spice", "description": "Sweets and spice make everything nice.", - "file": "/decorations/pumpkin_spice.png" + "file": "pumpkin_spice.png" }, { "name": "Frog Hat", "description": "Frogs and fashion go together and you can't tell me otherwise.", - "file": "/decorations/frog_hat.png" + "file": "frog_hat.png" }, { "name": "Fox Hat", "description": "Charming, cozy, and a little bit nosy.", - "file": "/decorations/fox_hat.png" + "file": "fox_hat.png" } ] }, @@ -1410,42 +1410,42 @@ { "name": "Flaming Sword", "description": "Slaying the look and the monsters", - "file": "/decorations/flaming_sword.png" + "file": "flaming_sword.png" }, { "name": "Magical Potion", "description": "Drink at your own risk", - "file": "/decorations/magical_potion.png" + "file": "magical_potion.png" }, { "name": "Fairy Sprites", "description": "Here to guide you on your path", - "file": "/decorations/fairy_sprites.png" + "file": "fairy_sprites.png" }, { "name": "Wizard's Staff", "description": "How much power does it hold?", - "file": "/decorations/wizards_staff.png" + "file": "wizards_staff.png" }, { "name": "Glowing Runes", "description": "I wonder what these symbols mean", - "file": "/decorations/glowing_runes.png" + "file": "glowing_runes.png" }, { "name": "Defensive Shield", "description": "Use against pointy things", - "file": "/decorations/defensive_shield.png" + "file": "defensive_shield.png" }, { "name": "Skull Medallion", "description": "Earned through unknown means", - "file": "/decorations/skull_medallion.png" + "file": "skull_medallion.png" }, { "name": "Treasure and Key", "description": "What glorious treasures lie within?", - "file": "/decorations/treasure_and_key.png" + "file": "treasure_and_key.png" } ] }, @@ -1460,37 +1460,37 @@ { "name": "Radiating Energy", "description": "Over EIGHT-THOUSAND-NINE-HUNDRED-NINETY-NINE!", - "file": "/decorations/radiating_energy.png" + "file": "radiating_energy.png" }, { "name": "Soul Leaving Body", "description": "Can I just disappear right now?", - "file": "/decorations/soul_leaving_body.png" + "file": "soul_leaving_body.png" }, { "name": "Sweat Drops", "description": "*laughs nervously*", - "file": "/decorations/sweat_drops.png" + "file": "sweat_drops.png" }, { "name": "Starry Eyed", "description": "Feelin' sparkly", - "file": "/decorations/starry_eyed.png" + "file": "starry_eyed.png" }, { "name": "In Love", "description": "uwu", - "file": "/decorations/in_love.png" + "file": "in_love.png" }, { "name": "Shocked", "description": "Nani?!!", - "file": "/decorations/shocked.png" + "file": "shocked.png" }, { "name": "Angry", "description": "How dare you", - "file": "/decorations/angry.png" + "file": "angry.png" } ] }, @@ -1505,32 +1505,32 @@ { "name": "Toast", "description": "It is toast", - "file": "/decorations/toast.png" + "file": "toast.png" }, { "name": "Morning Coffee", "description": "Don't talk to me until I finish this", - "file": "/decorations/morning_coffee.png" + "file": "morning_coffee.png" }, { "name": "Fried Egg", "description": "I like mine sunny side-up", - "file": "/decorations/fried_egg.png" + "file": "fried_egg.png" }, { "name": "Blueberry Jam", "description": "MMMM JUICY", - "file": "/decorations/blueberry_jam.png" + "file": "blueberry_jam.png" }, { "name": "Donut", "description": "Never enough sprinkles", - "file": "/decorations/donut.png" + "file": "donut.png" }, { "name": "Pancakes", "description": "How high can you stack 'em?", - "file": "/decorations/pancakes.png" + "file": "pancakes.png" } ] }, @@ -1546,17 +1546,17 @@ { "name": "DISXCORE Headset", "description": "Everything sounds better with these on", - "file": "/decorations/disxcore_headset.png" + "file": "disxcore_headset.png" }, { "name": "Futuristic UI", "description": "BEEP BOOP", - "file": "/decorations/pink_futuristic_ui.png" + "file": "pink_futuristic_ui.png" }, { "name": "Smoke", "description": "Now you see me, now you don't", - "file": "/decorations/green_smoke.png" + "file": "green_smoke.png" } ] }, @@ -1572,97 +1572,97 @@ { "name": "Blue Headset", "description": "Everything sounds better with these on.", - "file": "/decorations/disxcore_headset.png" + "file": "disxcore_headset.png" }, { "name": "Pink Headset", "description": "Everything sounds better with these on.", - "file": "/decorations/pink_headset.png" + "file": "pink_headset.png" }, { "name": "Green Headset", "description": "Everything sounds better with these on.", - "file": "/decorations/green_headset.png" + "file": "green_headset.png" }, { "name": "Blue Futuristic UI", "description": "BEEP BOOP", - "file": "/decorations/blue_futuristic_ui.png" + "file": "blue_futuristic_ui.png" }, { "name": "Pink Futuristic UI", "description": "BEEP BOOP", - "file": "/decorations/pink_futuristic_ui.png" + "file": "pink_futuristic_ui.png" }, { "name": "Green Futuristic UI", "description": "BEEP BOOP", - "file": "/decorations/green_futuristic_ui.png" + "file": "green_futuristic_ui.png" }, { "name": "Blue Smoke", "description": "Now you see me, now you don't", - "file": "/decorations/blue_smoke.png" + "file": "blue_smoke.png" }, { "name": "Pink Smoke", "description": "Now you see me, now you don't", - "file": "/decorations/pink_smoke.png" + "file": "pink_smoke.png" }, { "name": "Green Smoke", "description": "Now you see me, now you don't", - "file": "/decorations/green_smoke.png" + "file": "green_smoke.png" }, { "name": "Blue Gyroscope", "description": "Keeping your avatar stable while stylish.", - "file": "/decorations/blue_gyroscope.png" + "file": "blue_gyroscope.png" }, { "name": "Pink Gyroscope", "description": "Keeping your avatar stable while stylish.", - "file": "/decorations/pink_gyroscope.png" + "file": "pink_gyroscope.png" }, { "name": "Green Gyroscope", "description": "Keeping your avatar stable while stylish.", - "file": "/decorations/green_gyroscope.png" + "file": "green_gyroscope.png" }, { "name": "Blue Shine Helmet", "description": "Always wear your helmet.", - "file": "/decorations/blue_shine_helmet.png" + "file": "blue_shine_helmet.png" }, { "name": "Pink Shine Helmet", "description": "Always wear your helmet.", - "file": "/decorations/pink_shine_helmet.png" + "file": "pink_shine_helmet.png" }, { "name": "Green Shine Helmet", "description": "Always wear your helmet.", - "file": "/decorations/green_shine_helmet.png" + "file": "green_shine_helmet.png" }, { "name": "Blue Hyper Helmet", "description": "Always wear your helmet.", - "file": "/decorations/blue_hyper_helmet.png" + "file": "blue_hyper_helmet.png" }, { "name": "Pink Hyper Helmet", "description": "Always wear your helmet.", - "file": "/decorations/pink_hyper_helmet.png" + "file": "pink_hyper_helmet.png" }, { "name": "Green Hyper Helmet", "description": "Always wear your helmet.", - "file": "/decorations/green_hyper_helmet.png" + "file": "green_hyper_helmet.png" }, { "name": "Saw", "description": "Here to make your avatar more stylish... and dangerous!", - "file": "/decorations/saw.png" + "file": "saw.png" } ] }, @@ -1679,102 +1679,102 @@ { "name": "Sakura", "description": "Close your eyes and breathe.", - "file": "/decorations/sakura.png" + "file": "sakura.png" }, { "name": "Pink Sakura", "description": "Close your eyes and breathe.", - "file": "/decorations/sakura_pink.png" + "file": "sakura_pink.png" }, { "name": "Ukon Sakura", "description": "Close your eyes and breathe.", - "file": "/decorations/sakura_ukon.png" + "file": "sakura_ukon.png" }, { "name": "Gyoiko Sakura", "description": "Close your eyes and breathe.", - "file": "/decorations/sakura_gyoiko.png" + "file": "sakura_gyoiko.png" }, { "name": "Mushroom #1", "description": "A mushroom.", - "file": "/decorations/mushroom_1.png" + "file": "mushroom_1.png" }, { "name": "Mushroom #2", "description": "A mushroom.", - "file": "/decorations/mushroom_2.png" + "file": "mushroom_2.png" }, { "name": "Mushroom #3", "description": "A mushroom.", - "file": "/decorations/mushroom_3.png" + "file": "mushroom_3.png" }, { "name": "Mushroom #4", "description": "A mushroom.", - "file": "/decorations/mushroom_4.png" + "file": "mushroom_4.png" }, { "name": "Forest", "description": "A forest.", - "file": "/decorations/forest.png" + "file": "forest.png" }, { "name": "Frog #1", "description": "*ribbit*", - "file": "/decorations/frog_1.png" + "file": "frog_1.png" }, { "name": "Frog #2", "description": "*ribbit*", - "file": "/decorations/frog_derpy.png" + "file": "frog_derpy.png" }, { "name": "Frog #3", "description": "*ribbit*", - "file": "/decorations/frog_3.png" + "file": "frog_3.png" }, { "name": "Frog #4", "description": "*ribbit*", - "file": "/decorations/frog_angry.png" + "file": "frog_angry.png" }, { "name": "Lazy Cat #1", "description": "A lazy cat.", - "file": "/decorations/cat_1.png" + "file": "cat_1.png" }, { "name": "Lazy Cat #2", "description": "A lazy cat.", - "file": "/decorations/cat_2.png" + "file": "cat_2.png" }, { "name": "Lazy Cat #3", "description": "A lazy cat.", - "file": "/decorations/cat_3.png" + "file": "cat_3.png" }, { "name": "Lazy Cat #4", "description": "A lazy cat.", - "file": "/decorations/cat_4.png" + "file": "cat_4.png" }, { "name": "Dogs #1", "description": "Happy dogs.", - "file": "/decorations/dog_1.png" + "file": "dog_1.png" }, { "name": "Dogs #2", "description": "Happy dogs.", - "file": "/decorations/dog_2.png" + "file": "dog_2.png" }, { "name": "Dogs #3", "description": "Happy dogs.", - "file": "/decorations/dog_3.png" + "file": "dog_3.png" } ] }, @@ -1791,112 +1791,112 @@ { "name": "Green Blanket", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/blanket_green.png" + "file": "blanket_green.png" }, { "name": "Orange Blanket", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/blanket_orange.png" + "file": "blanket_orange.png" }, { "name": "Pink Blanket", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/blanket_pink.png" + "file": "blanket_pink.png" }, { "name": "Purple Blanket", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/blanket_purple.png" + "file": "blanket_purple.png" }, { "name": "White Box", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/box_white_blue.png" + "file": "box_white_blue.png" }, { "name": "Blue Box", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/box_blue_yellow.png" + "file": "box_blue_yellow.png" }, { "name": "Green Box", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/box_green_red.png" + "file": "box_green_red.png" }, { "name": "Red Box", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/box_red_white.png" + "file": "box_red_white.png" }, { "name": "Red White Box", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/box_red_white_blue.png" + "file": "box_red_white_blue.png" }, { "name": "Festive Confetti", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/confetti_festive.png" + "file": "confetti_festive.png" }, { "name": "Fire Confetti", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/confetti_fire.png" + "file": "confetti_fire.png" }, { "name": "Ice Confetti", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/confetti_ice.png" + "file": "confetti_ice.png" }, { "name": "Mint Confetti", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/confetti_mint.png" + "file": "confetti_mint.png" }, { "name": "Star Confetti", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/confetti_star.png" + "file": "confetti_star.png" }, { "name": "Vaporwave Confetti", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/confetti_vaporwave.png" + "file": "confetti_vaporwave.png" }, { "name": "Icecube", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/ice_cube.png" + "file": "ice_cube.png" }, { "name": "Gleaming Icicle", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/icicle_gleaming.png" + "file": "icicle_gleaming.png" }, { "name": "Snowing Icicle", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/icicle_snowing.png" + "file": "icicle_snowing.png" }, { "name": "Blue Teacup", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/teacup_blue.png" + "file": "teacup_blue.png" }, { "name": "Orange Teacup", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/teacup_orange.png" + "file": "teacup_orange.png" }, { "name": "Pink Teacup", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/teacup_pink.png" + "file": "teacup_pink.png" }, { "name": "Red Teacup", "description": "Limited time decoration from December 2022. Given to all nitro subscribers.", - "file": "/decorations/teacup_red.png" + "file": "teacup_red.png" } ] }