From 84f3823e8b4a137a21cf6283a95f8948c00e69fc Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Wed, 21 Jun 2023 00:08:55 -0500 Subject: [PATCH 01/17] Added format/scale_back back to merge_out --- .gitignore | 1 + tools/merge_out.py | 91 +++++++++++++++++++++++----------------------- web/atlas.json | 2 +- 3 files changed, 48 insertions(+), 46 deletions(-) diff --git a/.gitignore b/.gitignore index b5fbe790..698a2e4a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ temp.* temp-read-ids.txt allCharacters.txt combined.js +data/patches # Excluded files *.DS_Store diff --git a/tools/merge_out.py b/tools/merge_out.py index 2371f10a..743aedb5 100644 --- a/tools/merge_out.py +++ b/tools/merge_out.py @@ -1,9 +1,8 @@ import json import os from aformatter import format_all_entries, per_line_entries -import scale_back import traceback - +import scale_back from scale_back import ScaleConfig out_ids = [] @@ -19,17 +18,6 @@ with open('../web/atlas.json', 'r', encoding='utf-8') as atlas_file: atlas_data = json.loads(atlas_file.read()) -# format_all_entries(atlas_data) - -# base_image_path = os.path.join('..', 'web', '_img', 'canvas', 'place30') -# ScaleConfig.image1 = os.path.join(base_image_path, '159.png') -# scale_back.swap_source_dest('164', '165', os.path.join(base_image_path, '163_159.png')) -# scale_back.scale_back_entries(atlas_data) -# scale_back.swap_source_dest('165', '166', os.path.join(base_image_path, '164_159.png')) -# scale_back.scale_back_entries(atlas_data) -# scale_back.swap_source_dest('166', '167', os.path.join(base_image_path, '165_159.png')) -# scale_back.scale_back_entries(atlas_data) - last_id = 0 for i, entry in enumerate(atlas_data): @@ -43,6 +31,9 @@ print("Patches folder not found. Exiting.") exit() +base_image_path = os.path.join('..', 'web', '_img', 'canvas', 'place30') +ScaleConfig.image1 = os.path.join(base_image_path, '159.png') + for filename in os.listdir(patches_dir): f = os.path.join(patches_dir, filename) @@ -53,44 +44,54 @@ try: with open(f, 'r', encoding='utf-8') as entry_file: - entry = json.loads(entry_file.read()) + entries = json.loads(entry_file.read()) + if not isinstance(entries, list): + entries = [entries] - if '_reddit_id' in entry: - reddit_id = entry['_reddit_id'] - if reddit_id in out_ids: - print(f"{filename}: Submission from {entry['id']} has been included! This will be ignored from the merge.") - continue - out_ids.append(reddit_id) - del entry['_reddit_id'] + format_all_entries(entries) - # This wouldn't work if it is an edit. - # If needed, we can add a type to the patch to be more foolproof. - # if entry['id'] in out_ids: - # print(f"{filename}: Submission from {entry['id']} has been included! This will be ignored from the merge.") - # continue + scale_back.swap_source_dest('164', '165', os.path.join(base_image_path, '163_159.png')) + scale_back.scale_back_entries(entries) + scale_back.swap_source_dest('165', '166', os.path.join(base_image_path, '164_159.png')) + scale_back.scale_back_entries(entries) + scale_back.swap_source_dest('166', '167', os.path.join(base_image_path, '165_159.png')) + scale_back.scale_back_entries(entries) + + for entry in entries: + if '_reddit_id' in entry: + reddit_id = entry['_reddit_id'] + if reddit_id in out_ids: + print(f"{filename}: Submission from {entry['id']} has been included! This will be ignored from the merge.") + continue + out_ids.append(reddit_id) + del entry['_reddit_id'] - if '_author' in entry: - author = entry['_author'] - if author not in authors: - authors.append(author) - del entry['_author'] + # This wouldn't work if it is an edit. + # If needed, we can add a type to the patch to be more foolproof. + # if entry['id'] in out_ids: + # print(f"{filename}: Submission from {entry['id']} has been included! This will be ignored from the merge.") + # continue - if entry['id'] is int and entry['id'] < 1: - last_id += 1 - print(f"{filename}: Entry is new, assigned ID {last_id}") - entry['id'] = str(last_id) - elif entry['id'] not in out_ids: - out_ids.append(entry['id']) + if '_author' in entry: + author = entry['_author'] + if author not in authors: + authors.append(author) + del entry['_author'] - if entry['id'] in atlas_ids: - index = atlas_ids[entry['id']] - print(f"{filename}: Edited {atlas_data[index]['id']}.") - atlas_data[index] = entry - else: - print(f"{filename}: Added {entry['id']}.") - atlas_data.append(entry) + if entry['id'] is int and entry['id'] < 1: + last_id += 1 + print(f"{filename}: Entry is new, assigned ID {last_id}") + entry['id'] = str(last_id) + elif entry['id'] not in out_ids: + out_ids.append(entry['id']) - os.remove(f) + if entry['id'] in atlas_ids: + index = atlas_ids[entry['id']] + print(f"{filename}: Edited {atlas_data[index]['id']}.") + atlas_data[index] = entry + else: + print(f"{filename}: Added {entry['id']}.") + atlas_data.append(entry) except: print(f"{filename}: Something went wrong; patch couldn't be implemented. Skipping.") diff --git a/web/atlas.json b/web/atlas.json index b4ce160b..6cfd7fa7 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -2341,7 +2341,7 @@ {"id": "twxs8u", "name": "Asacoco", "description": "Asacoco is a fictional drug created by Kiryu Coco administered through a tail-like device. Kiryu Coco was a former virtual YouTuber and part of Hololive Productions. During her time with the company, she topped the charts as the all-time most super-chatted YouTuber, and she is widely regarded to have transformed the VTuber industry. During her final stream on July 1, 2021, she had nearly half a million live viewers.", "links": {"website": ["https://www.youtube.com/channel/UCS9uQI-jC3DE0L4IpXyvr6w", "https://holocure.fandom.com/wiki/Plug_Type_Asacoco"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"2-166, T:0-1": [[257, 754], [257, 755], [258, 755], [259, 756], [260, 756], [260, 757], [261, 757], [261, 758], [262, 758], [262, 759], [263, 759], [263, 760], [269, 760], [269, 761], [272, 761], [272, 762], [273, 762], [273, 764], [274, 764], [274, 765], [273, 765], [273, 767], [272, 768], [270, 768], [270, 769], [269, 769], [269, 772], [270, 772], [270, 773], [271, 773], [272, 773], [272, 771], [273, 771], [273, 770], [274, 770], [274, 769], [275, 769], [276, 769], [276, 768], [277, 768], [277, 766], [278, 766], [278, 759], [277, 759], [277, 757], [276, 757], [276, 756], [275, 756], [275, 755], [272, 755], [272, 754], [269, 754], [269, 753], [257, 753]]}, "center": {"2-166, T:0-1": [266, 756]}}, {"id": "twxs49", "name": "Ralsei", "description": "One of the main characters in Deltarune, an indie game created by Toby Fox. He is a fluffy goat prince with magical abilities, and serves as the party healer and resident expert and prince of the Dark World. He can also can lull enemies to sleep by singing lullabies. Everyone likes Ralsei. This art depicts his appearance after taking off his hat at the end of Chapter 1.\n\nSpecial thank you to r/Deltarune for helping us a ton. The in-game sprite is very troublesome because of the weird shading, so that caused a lot of misunderstanding and griefing. Please don't add red eyes to him.", "links": {"website": ["https://deltarune.fandom.com/wiki/Ralsei"], "subreddit": ["ralsei", "Deltarune"]}, "path": {"2-3": [[643, 779], [641, 781], [641, 784], [642, 785], [642, 793], [644, 796], [642, 796], [639, 799], [639, 800], [642, 803], [646, 803], [646, 809], [649, 809], [650, 810], [655, 810], [656, 809], [659, 809], [661, 807], [661, 792], [664, 790], [664, 785], [666, 783], [666, 781], [664, 779], [658, 779], [658, 778], [655, 775], [654, 775], [652, 777], [652, 778], [650, 778], [646, 782], [645, 782], [645, 781]], "4-165, T:0-1": [[677, 780], [677, 784], [679, 786], [679, 787], [678, 788], [678, 793], [679, 794], [679, 795], [680, 796], [680, 797], [677, 797], [675, 799], [675, 800], [677, 802], [683, 802], [683, 806], [682, 807], [683, 808], [684, 808], [685, 809], [688, 809], [688, 811], [687, 811], [685, 813], [685, 814], [687, 816], [691, 816], [694, 813], [694, 808], [695, 807], [699, 807], [700, 808], [702, 808], [707, 803], [707, 801], [705, 799], [703, 799], [700, 802], [699, 801], [699, 800], [696, 797], [696, 796], [697, 795], [700, 795], [701, 794], [705, 791], [705, 785], [701, 785], [701, 787], [697, 790], [695, 790], [695, 786], [700, 783], [700, 780], [696, 780], [696, 781], [693, 781], [693, 780], [691, 777], [690, 776], [689, 777], [689, 779], [685, 779], [681, 783], [680, 783], [678, 780]]}, "center": {"2-3": [651, 790], "4-165, T:0-1": [687, 791]}}, {"id": "twxs1g", "name": "Welsh sheep", "description": "Trail of Welsh sheep featuring flags such as Eqypt (an r/place neighbour and ally) and Ukraine, as well as LGBT pride sheep such as a rainbow sheep.", "links": {"website": ["https://en.wikipedia.org/wiki/Welsh_Mountain_sheep"], "subreddit": ["Wales"]}, "path": {"142-165, T:0-1": [[5, 136], [0, 136], [0, 93], [43, 94], [44, 130], [51, 130], [53, 133], [57, 134], [57, 136], [40, 137], [39, 98], [5, 98], [5, 132], [39, 132], [39, 137], [0, 136], [1, 136], [0, 136]]}, "center": {"142-165, T:0-1": [44, 133]}}, -{"id": "twxrl1", "name": "Clustertruck Speedrunning", "description": "A truck from the game Clustertruck by Landfall Games. It was made in collaboration with the TeosGame community to represent the speedrunning community of Clustertruck.", "links": {"website": ["https://www.speedrun.com/Clustertruck"]}, "path": {"109-165, T:0-1": [[1100, 1033], [1100, 1030], [1101, 1030], [1101, 1026], [1108, 1019], [1115, 1019], [1115, 1027], [1114, 1027], [1114, 1030], [1112, 1030], [1112, 1032], [1108, 1032], [1108, 1034], [1100, 1034]]}, "center": {"109-165, T:0-1": [1108, 1027]}}, +{"id": "twxrl1", "name": "Clustertruck", "description": "Clustertruck is a game made by Landfall Games.\n\nThis art was made in collaboration with the TeosGame community to represent the speedrunning community of Clustertruck.", "links": {"website": ["https://www.speedrun.com/Clustertruck", "https://www.clustertruck.com/", "https://en.wikipedia.org/wiki/Clustertruck"]}, "path": {"113-165, T:0-1": [[1100, 1033], [1100, 1030], [1101, 1030], [1101, 1026], [1108, 1019], [1115, 1019], [1115, 1027], [1114, 1027], [1114, 1030], [1112, 1030], [1112, 1032], [1108, 1032], [1108, 1034], [1100, 1034]]}, "center": {"113-165, T:0-1": [1108, 1027]}}, {"id": "twxreq", "name": "Factorio Locomotive", "description": "A blue-dyed locomotive from the videogame Factorio. This project on r/place was meant to incorperate several communities in cargo wagons but was limited due to space. The front of the locomotive is also cropped because a streamer expanded Mexico.", "links": {"website": ["https://www.factorio.com/"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"109-166, T:0-1": [[554, 1187], [522, 1187], [522, 1186], [510, 1186], [510, 1187], [504, 1187], [504, 1203], [509, 1203], [509, 1209], [554, 1209]]}, "center": {"109-166, T:0-1": [529, 1198]}}, {"id": "twxrdg", "name": "Gail Phoenotopia", "description": "The protagonist of the game Phoenotopia: Awakening.", "links": {"website": ["https://phoenotopia.com"], "subreddit": ["phoenotopia"]}, "path": {"116-117": [[1228, 1266], [1230, 1268], [1236, 1268], [1238, 1266], [1238, 1263], [1233, 1258], [1230, 1258], [1230, 1261], [1228, 1263]], "121-164, T:0-1": [[1874, 1235], [1875, 1235], [1876, 1236], [1879, 1239], [1879, 1242], [1878, 1243], [1880, 1246], [1878, 1246], [1878, 1247], [1876, 1249], [1875, 1248], [1874, 1249], [1873, 1248], [1872, 1247], [1870, 1246], [1872, 1244], [1872, 1242], [1871, 1242], [1871, 1240], [1871, 1239], [1873, 1237], [1876, 1237], [1874, 1237], [1875, 1237], [1874, 1237], [1875, 1237]]}, "center": {"116-117": [1233, 1264], "121-164, T:0-1": [1875, 1241]}}, {"id": "twxrbk", "name": "Squirtle Squad", "description": "A sprite of the Pokémon Squirtle from Pokémon Mystery Dungeon: Red/Blue Rescue Team, placed by a private friend group who uses it as a Discord server icon.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Squirtle_(Pok%C3%A9mon)"]}, "path": {"109-166, T:0-1": [[1714, 1439], [1705, 1439], [1704, 1447], [1703, 1447], [1703, 1449], [1705, 1450], [1717, 1450], [1716, 1449], [1715, 1448], [1716, 1447], [1716, 1443], [1715, 1442], [1714, 1440]]}, "center": {"109-166, T:0-1": [1710, 1445]}}, From cb88cc52d0f306dea1b2482311d4f2af3c040a7c Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Fri, 23 Jun 2023 15:30:57 -0500 Subject: [PATCH 02/17] Added permanent patch file --- .gitignore | 1 - tools/merge_out.py | 14 ++++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 698a2e4a..b5fbe790 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ temp.* temp-read-ids.txt allCharacters.txt combined.js -data/patches # Excluded files *.DS_Store diff --git a/tools/merge_out.py b/tools/merge_out.py index 743aedb5..52b38fb0 100644 --- a/tools/merge_out.py +++ b/tools/merge_out.py @@ -27,6 +27,7 @@ last_id = int(id) patches_dir = "../data/patches/" +permanent_patch_file = "temp-atlas.json" if not os.path.exists(patches_dir): print("Patches folder not found. Exiting.") exit() @@ -34,8 +35,14 @@ base_image_path = os.path.join('..', 'web', '_img', 'canvas', 'place30') ScaleConfig.image1 = os.path.join(base_image_path, '159.png') -for filename in os.listdir(patches_dir): - f = os.path.join(patches_dir, filename) +filenames = os.listdir(patches_dir) +filenames.append(permanent_patch_file) + +for filename in filenames: + if filename == permanent_patch_file: + f = filename + else: + f = os.path.join(patches_dir, filename) print(f"{filename}: Processing...") @@ -93,6 +100,9 @@ print(f"{filename}: Added {entry['id']}.") atlas_data.append(entry) + if filename != permanent_patch_file: + os.remove(f) + except: print(f"{filename}: Something went wrong; patch couldn't be implemented. Skipping.") traceback.print_exc() From 4742fa026955968445d4e237a7d9d8280c39aaa3 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Fri, 23 Jun 2023 16:33:39 -0500 Subject: [PATCH 03/17] Updated (1200, 1000) to (1300, 1100) --- tools/merge_out.py | 4 +++- web/atlas.json | 54 +++++++++++++++++++++++++++------------------- 2 files changed, 35 insertions(+), 23 deletions(-) diff --git a/tools/merge_out.py b/tools/merge_out.py index 52b38fb0..f6607f7e 100644 --- a/tools/merge_out.py +++ b/tools/merge_out.py @@ -85,10 +85,12 @@ authors.append(author) del entry['_author'] - if entry['id'] is int and entry['id'] < 1: + if isinstance(entry['id'], int) and entry['id'] < 1 or entry['id'] == '0': last_id += 1 print(f"{filename}: Entry is new, assigned ID {last_id}") entry['id'] = str(last_id) + elif isinstance(entry['id'], int): + entry['id'] = str(entry['id']) elif entry['id'] not in out_ids: out_ids.append(entry['id']) diff --git a/web/atlas.json b/web/atlas.json index 6cfd7fa7..50030641 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -877,7 +877,7 @@ {"id": "twrg0a", "name": "Miguel de Cervantes", "description": "Two depictions of Miguel de Cervantes, famous for writing El Don Quixote. The reason there are two is due to diplomatic confusion between r/esPlace and r/ItalyPlace. The first is on the Spanish flag, while the other sits with Dante and Camoe, two other famous writers from their respective countries.", "links": {"website": ["https://en.wikipedia.org/wiki/Miguel_de_Cervantes"], "subreddit": ["esPlace", "spain", "italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"99-152": [[870, 285], [867, 288], [867, 294], [868, 295], [868, 297], [864, 301], [864, 308], [884, 308], [884, 302], [882, 300], [881, 300], [879, 298], [878, 298], [878, 288], [875, 285]], "153-166, T:0-1": [[870, 285], [867, 288], [867, 299], [865, 301], [862, 297], [858, 297], [853, 302], [852, 309], [852, 314], [850, 318], [850, 321], [859, 329], [864, 329], [869, 317], [869, 308], [885, 308], [885, 304], [882, 300], [880, 300], [878, 298], [878, 288], [875, 285]]}, "center": {"99-152": [872, 302], "153-166, T:0-1": [860, 316]}}, {"id": "twrfx2", "name": "r/indonesia", "description": "Subreddit focused on the country of Indonesia.", "links": {"website": ["https://en.wikipedia.org/wiki/Indonesia"], "subreddit": ["indonesia"]}, "path": {"8-166, T:0-1": [[89, 804], [110, 804], [110, 811], [89, 811]]}, "center": {"8-166, T:0-1": [100, 808]}}, {"id": "twrfoy", "name": "Yoshi Egg", "description": "A Yoshi Egg is an egg associated with the character Yoshi in the Mario games. Yoshi Eggs can be created by Yoshi when he eats enemies, and Yoshi himself also hatches out of these eggs.\n\nThe 'O' of the Super Mario 64 logo turned into a Yoshi egg. Also contains an Amogus, because of course it does.", "links": {}, "path": {"109-166, T:0-1": [[1961, 1383], [1964, 1383], [1964, 1384], [1965, 1384], [1965, 1385], [1966, 1385], [1966, 1387], [1967, 1387], [1967, 1391], [1966, 1391], [1966, 1393], [1965, 1393], [1964, 1393], [1964, 1394], [1961, 1394], [1961, 1393], [1959, 1393], [1959, 1392], [1958, 1392], [1958, 1387], [1959, 1387], [1959, 1385], [1960, 1385], [1960, 1384], [1961, 1384]]}, "center": {"109-166, T:0-1": [1962, 1389]}}, -{"id": "twrfna", "name": "MUNI.cz", "description": "Masaryk University (MU) (Czech: Masarykova univerzita; Latin: Universitas Masarykiana Brunensis) is the second largest university in the Czech Republic, a member of the Compostela Group and the Utrecht Network. Founded in 1919 in Brno as the second Czech university (after Charles University established in 1348 and Palacký University existent in 1573–1860), it now consists of ten faculties and 35,115 students. It is named after Tomáš Garrigue Masaryk, The first president of an independent Czechoslovakia as well as the leader of the movement for a second Czech university. The second best university in Brno.", "links": {"website": ["https://www.muni.cz/"]}, "path": {"109-165, T:0-1": [[1084, 1077], [1115, 1077], [1115, 1100], [1084, 1100], [1084, 1099], [1101, 1099], [1101, 1077]]}, "center": {"109-165, T:0-1": [1107, 1089]}}, +{"id": "twrfna", "name": "Masaryk University", "description": "Masaryk University (Czech: Masarykova univerzita), commonly abbreviated as MU, is the second largest university in the Czech Republic, a member of the Compostela Group and the Utrecht Network. Founded in 1919 in Brno as the second Czech university (after Charles University established in 1348 and Palacký University existent in 1573–1860), it now consists of ten faculties and 35,115 students. It is named after Tomáš Garrigue Masaryk, the first president of an independent Czechoslovakia as well as the leader of the movement for a second Czech university.", "links": {"website": ["https://www.muni.cz/", "https://en.wikipedia.org/wiki/Masaryk_University"]}, "path": {"148-165, T:0-1": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1098], [1083, 1098], [1083, 1101], [1116, 1101], [1116, 1076]]}, "center": {"148-165, T:0-1": [1108, 1088]}}, {"id": "twrfhe", "name": "Beatrice the Golden Witch", "description": "A major character from the visual novel: Umineko When They Cry.", "links": {"subreddit": ["Umineko"]}, "path": {"109-166, T:0-1": [[828, 1587], [844, 1587], [844, 1608], [830, 1607], [828, 1602], [831, 1599], [829, 1593]]}, "center": {"109-166, T:0-1": [837, 1597]}}, {"id": "twrfai", "name": "Crimean Tatar", "description": "Crimean Tatars are the indigenous people of Crimea, Ukraine. They faced oppression and mass deportation under the Soviet Union. This symbol represents their people, and can be found on their flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Crimean_Tatars"], "subreddit": ["placeukraine", "ukraine"], "discord": ["fMf7RJBMw6"]}, "path": {"94-165, T:0-1": [[188, 191], [218, 191], [218, 170], [188, 170]]}, "center": {"94-165, T:0-1": [203, 181]}}, {"id": "twrf4s", "name": "Gojo Satoru", "description": "Gojo Satoru, a special grade jujutsu sorcerer, first bearer of both the Limitless and Six Eyes technique in 400 years, regarded as the strongest sorcerer of the modern world. Mentor at Tokyo Metropolitan Curse Technical College.", "links": {"subreddit": ["JuJutsuKaisen"]}, "path": {"109-166, T:0-1": [[455, 1420], [446, 1420], [445, 1401], [445, 1400], [421, 1400], [422, 1417], [426, 1417], [426, 1436], [452, 1436], [455, 1431], [455, 1426]]}, "center": {"109-166, T:0-1": [437, 1419]}}, @@ -1994,7 +1994,7 @@ {"id": "twvyci", "name": "Streamer Awards", "description": "Trophy from The Streamer Awards, organised and hosted by Twitch streamer QTCinderella alongside Maya.", "links": {"website": ["https://www.twitch.tv/qtcinderella"]}, "path": {"109-165, T:0-1": [[624, 1121], [624, 1099], [645, 1099], [645, 1121]]}, "center": {"109-165, T:0-1": [635, 1110]}}, {"id": "twvybo", "name": "Pásli ovce valasi", "description": "Pásli ovce valasi is a 1972 Slovak animated kids series created by Slovak poet Marianna Grznárová. The show portrays the two main characters, Maťko and Kubko (Mathew and Jacob), and their stories filled with interesting messages and rhetorical questions. A book with all stories in the show was released in 1977.", "links": {"website": ["https://sk.wikipedia.org/wiki/P%C3%A1sli_ovce_valasi"], "subreddit": ["Slovakia"]}, "path": {"88-166, T:0-1": [[1335, 162], [1333, 164], [1329, 164], [1326, 167], [1326, 173], [1330, 177], [1331, 177], [1333, 184], [1333, 187], [1332, 187], [1332, 189], [1347, 189], [1347, 183], [1356, 183], [1356, 181], [1354, 181], [1354, 173], [1360, 169], [1360, 162], [1359, 162], [1359, 160], [1357, 160], [1357, 161], [1346, 161], [1346, 162]]}, "center": {"88-166, T:0-1": [1342, 173]}}, {"id": "twvy2t", "name": "Flag of Uganda", "description": "Uganda is a country in East Africa.\n\nThis flag was made by the community of Twitch streamer Forsen. The inspiration for the Ugandan flag originates from the movies made by the Ugandan film studio, Wakaliwood.", "links": {"website": ["https://en.wikipedia.org/wiki/Uganda", "https://en.wikipedia.org/wiki/Flag_of_Uganda", "https://www.twitch.tv/forsen"], "subreddit": ["forsen"]}, "path": {"68-117": [[705, 889], [705, 905], [771, 905], [771, 889]], "35-67": [[705, 889], [705, 905], [760, 905], [760, 889]], "10-27": [[705, 889], [705, 905], [749, 905], [749, 889]], "118-165, T:0-1": [[705, 889], [771, 889], [771, 899], [820, 899], [820, 905], [705, 905]]}, "center": {"68-117": [738, 897], "35-67": [733, 897], "10-27": [727, 897], "118-165, T:0-1": [745, 897]}}, -{"id": "twvy1v", "name": "Bingus", "description": "Hairless sphynx cat featured in a viral video of him being pet by his owner.", "links": {"website": ["https://knowyourmeme.com/memes/bingus"]}, "path": {"109-165, T:0-1": [[1196, 1039], [1192, 1038], [1195, 1043], [1196, 1052], [1195, 1054], [1194, 1062], [1212, 1061], [1212, 1053], [1214, 1047], [1214, 1042], [1214, 1037], [1210, 1039], [1203, 1038], [1198, 1040]]}, "center": {"109-165, T:0-1": [1204, 1050]}}, +{"id": "twvy1v", "name": "Bingus", "description": "Bingus is a hairless sphynx cat featured in a viral video of him being pet by his owner.", "links": {"website": ["https://knowyourmeme.com/memes/bingus"]}, "path": {"154-165, T:0-1": [[1192, 1036], [1190, 1038], [1190, 1039], [1191, 1040], [1191, 1042], [1194, 1045], [1194, 1050], [1193, 1051], [1193, 1054], [1192, 1055], [1192, 1058], [1193, 1058], [1193, 1061], [1195, 1063], [1210, 1063], [1214, 1059], [1213, 1058], [1213, 1052], [1215, 1048], [1215, 1040], [1216, 1039], [1216, 1037], [1202, 1037], [1201, 1038], [1196, 1038], [1193, 1036]]}, "center": {"154-165, T:0-1": [1204, 1048]}}, {"id": "twvxwa", "name": "Floch Forster", "description": "Godch", "links": {}, "path": {"109-166, T:0-1": [[717, 1863], [746, 1863], [746, 1907], [717, 1908], [716, 1908]]}, "center": {"109-166, T:0-1": [731, 1885]}}, {"id": "twvxrc", "name": "Kansas City Chiefs", "description": "The Kansas City Chiefs are a professional American football team based in Kansas City, Missouri, United States. The arrowhead is the team logo; in addition, their two Super Bowl victories are represented with the IV and LIV on either side of the football. The 15 in the upper right represents the team's star quarterback, Patrick Mahomes II.", "links": {"website": ["https://en.wikipedia.org/wiki/Kansas_City_Chiefs"], "subreddit": ["KansasCityChiefs"]}, "path": {"69-104": [[1963, 422], [1963, 438], [1999, 438], [1999, 422]], "59-68": [[1963, 427], [1963, 438], [1999, 438], [1999, 427]], "29-36": [[672, 845], [672, 848], [670, 848], [670, 854], [650, 854], [650, 865], [686, 865], [686, 854], [681, 854], [685, 850], [680, 845]], "105-166, T:0-1": [[1948, 422], [1948, 438], [1999, 438], [1999, 422]]}, "center": {"69-104": [1981, 430], "59-68": [1981, 433], "29-36": [675, 858], "105-166, T:0-1": [1974, 430]}}, {"id": "twvxo2", "name": "Juventus FC logo", "description": "The 2004-2017 logo of Juventus FC, italian soccer team.", "links": {"website": ["https://juventus.com"], "subreddit": ["Juve"]}, "path": {"109-166, T:0-1": [[890, 1703], [872, 1703], [872, 1669], [880, 1669], [880, 1668], [882, 1668], [882, 1669], [890, 1669]]}, "center": {"109-166, T:0-1": [881, 1686]}}, @@ -2341,7 +2341,7 @@ {"id": "twxs8u", "name": "Asacoco", "description": "Asacoco is a fictional drug created by Kiryu Coco administered through a tail-like device. Kiryu Coco was a former virtual YouTuber and part of Hololive Productions. During her time with the company, she topped the charts as the all-time most super-chatted YouTuber, and she is widely regarded to have transformed the VTuber industry. During her final stream on July 1, 2021, she had nearly half a million live viewers.", "links": {"website": ["https://www.youtube.com/channel/UCS9uQI-jC3DE0L4IpXyvr6w", "https://holocure.fandom.com/wiki/Plug_Type_Asacoco"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"2-166, T:0-1": [[257, 754], [257, 755], [258, 755], [259, 756], [260, 756], [260, 757], [261, 757], [261, 758], [262, 758], [262, 759], [263, 759], [263, 760], [269, 760], [269, 761], [272, 761], [272, 762], [273, 762], [273, 764], [274, 764], [274, 765], [273, 765], [273, 767], [272, 768], [270, 768], [270, 769], [269, 769], [269, 772], [270, 772], [270, 773], [271, 773], [272, 773], [272, 771], [273, 771], [273, 770], [274, 770], [274, 769], [275, 769], [276, 769], [276, 768], [277, 768], [277, 766], [278, 766], [278, 759], [277, 759], [277, 757], [276, 757], [276, 756], [275, 756], [275, 755], [272, 755], [272, 754], [269, 754], [269, 753], [257, 753]]}, "center": {"2-166, T:0-1": [266, 756]}}, {"id": "twxs49", "name": "Ralsei", "description": "One of the main characters in Deltarune, an indie game created by Toby Fox. He is a fluffy goat prince with magical abilities, and serves as the party healer and resident expert and prince of the Dark World. He can also can lull enemies to sleep by singing lullabies. Everyone likes Ralsei. This art depicts his appearance after taking off his hat at the end of Chapter 1.\n\nSpecial thank you to r/Deltarune for helping us a ton. The in-game sprite is very troublesome because of the weird shading, so that caused a lot of misunderstanding and griefing. Please don't add red eyes to him.", "links": {"website": ["https://deltarune.fandom.com/wiki/Ralsei"], "subreddit": ["ralsei", "Deltarune"]}, "path": {"2-3": [[643, 779], [641, 781], [641, 784], [642, 785], [642, 793], [644, 796], [642, 796], [639, 799], [639, 800], [642, 803], [646, 803], [646, 809], [649, 809], [650, 810], [655, 810], [656, 809], [659, 809], [661, 807], [661, 792], [664, 790], [664, 785], [666, 783], [666, 781], [664, 779], [658, 779], [658, 778], [655, 775], [654, 775], [652, 777], [652, 778], [650, 778], [646, 782], [645, 782], [645, 781]], "4-165, T:0-1": [[677, 780], [677, 784], [679, 786], [679, 787], [678, 788], [678, 793], [679, 794], [679, 795], [680, 796], [680, 797], [677, 797], [675, 799], [675, 800], [677, 802], [683, 802], [683, 806], [682, 807], [683, 808], [684, 808], [685, 809], [688, 809], [688, 811], [687, 811], [685, 813], [685, 814], [687, 816], [691, 816], [694, 813], [694, 808], [695, 807], [699, 807], [700, 808], [702, 808], [707, 803], [707, 801], [705, 799], [703, 799], [700, 802], [699, 801], [699, 800], [696, 797], [696, 796], [697, 795], [700, 795], [701, 794], [705, 791], [705, 785], [701, 785], [701, 787], [697, 790], [695, 790], [695, 786], [700, 783], [700, 780], [696, 780], [696, 781], [693, 781], [693, 780], [691, 777], [690, 776], [689, 777], [689, 779], [685, 779], [681, 783], [680, 783], [678, 780]]}, "center": {"2-3": [651, 790], "4-165, T:0-1": [687, 791]}}, {"id": "twxs1g", "name": "Welsh sheep", "description": "Trail of Welsh sheep featuring flags such as Eqypt (an r/place neighbour and ally) and Ukraine, as well as LGBT pride sheep such as a rainbow sheep.", "links": {"website": ["https://en.wikipedia.org/wiki/Welsh_Mountain_sheep"], "subreddit": ["Wales"]}, "path": {"142-165, T:0-1": [[5, 136], [0, 136], [0, 93], [43, 94], [44, 130], [51, 130], [53, 133], [57, 134], [57, 136], [40, 137], [39, 98], [5, 98], [5, 132], [39, 132], [39, 137], [0, 136], [1, 136], [0, 136]]}, "center": {"142-165, T:0-1": [44, 133]}}, -{"id": "twxrl1", "name": "Clustertruck", "description": "Clustertruck is a game made by Landfall Games.\n\nThis art was made in collaboration with the TeosGame community to represent the speedrunning community of Clustertruck.", "links": {"website": ["https://www.speedrun.com/Clustertruck", "https://www.clustertruck.com/", "https://en.wikipedia.org/wiki/Clustertruck"]}, "path": {"113-165, T:0-1": [[1100, 1033], [1100, 1030], [1101, 1030], [1101, 1026], [1108, 1019], [1115, 1019], [1115, 1027], [1114, 1027], [1114, 1030], [1112, 1030], [1112, 1032], [1108, 1032], [1108, 1034], [1100, 1034]]}, "center": {"113-165, T:0-1": [1108, 1027]}}, +{"id": "twxrl1", "name": "Clustertruck", "description": "Clustertruck is a game made by Landfall Games.\n\nThis art was made in collaboration with the TeosGame community to represent the speedrunning community of Clustertruck. The truck briefly transformed into a fire truck at one point to put out the nearby wooden house that had caught fire.", "links": {"website": ["https://www.speedrun.com/Clustertruck", "https://www.clustertruck.com/", "https://en.wikipedia.org/wiki/Clustertruck"]}, "path": {"113-165, T:0-1": [[1100, 1033], [1100, 1030], [1101, 1030], [1101, 1026], [1108, 1019], [1115, 1019], [1115, 1027], [1114, 1027], [1114, 1030], [1112, 1030], [1112, 1032], [1108, 1032], [1108, 1034], [1100, 1034]]}, "center": {"113-165, T:0-1": [1108, 1027]}}, {"id": "twxreq", "name": "Factorio Locomotive", "description": "A blue-dyed locomotive from the videogame Factorio. This project on r/place was meant to incorperate several communities in cargo wagons but was limited due to space. The front of the locomotive is also cropped because a streamer expanded Mexico.", "links": {"website": ["https://www.factorio.com/"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"109-166, T:0-1": [[554, 1187], [522, 1187], [522, 1186], [510, 1186], [510, 1187], [504, 1187], [504, 1203], [509, 1203], [509, 1209], [554, 1209]]}, "center": {"109-166, T:0-1": [529, 1198]}}, {"id": "twxrdg", "name": "Gail Phoenotopia", "description": "The protagonist of the game Phoenotopia: Awakening.", "links": {"website": ["https://phoenotopia.com"], "subreddit": ["phoenotopia"]}, "path": {"116-117": [[1228, 1266], [1230, 1268], [1236, 1268], [1238, 1266], [1238, 1263], [1233, 1258], [1230, 1258], [1230, 1261], [1228, 1263]], "121-164, T:0-1": [[1874, 1235], [1875, 1235], [1876, 1236], [1879, 1239], [1879, 1242], [1878, 1243], [1880, 1246], [1878, 1246], [1878, 1247], [1876, 1249], [1875, 1248], [1874, 1249], [1873, 1248], [1872, 1247], [1870, 1246], [1872, 1244], [1872, 1242], [1871, 1242], [1871, 1240], [1871, 1239], [1873, 1237], [1876, 1237], [1874, 1237], [1875, 1237], [1874, 1237], [1875, 1237]]}, "center": {"116-117": [1233, 1264], "121-164, T:0-1": [1875, 1241]}}, {"id": "twxrbk", "name": "Squirtle Squad", "description": "A sprite of the Pokémon Squirtle from Pokémon Mystery Dungeon: Red/Blue Rescue Team, placed by a private friend group who uses it as a Discord server icon.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Squirtle_(Pok%C3%A9mon)"]}, "path": {"109-166, T:0-1": [[1714, 1439], [1705, 1439], [1704, 1447], [1703, 1447], [1703, 1449], [1705, 1450], [1717, 1450], [1716, 1449], [1715, 1448], [1716, 1447], [1716, 1443], [1715, 1442], [1714, 1440]]}, "center": {"109-166, T:0-1": [1710, 1445]}}, @@ -2653,7 +2653,7 @@ {"id": "tx3clu", "name": "Green Puffle", "description": "A green Puffle from Club Penguin with a propeller hat. Made with nostalgia.", "links": {"website": ["https://clubpenguin.fandom.com/wiki/Green_Puffle"]}, "path": {"109-166, T:0-1": [[1493, 1788], [1490, 1786], [1495, 1786], [1502, 1798], [1497, 1806], [1489, 1806], [1484, 1797], [1487, 1791], [1490, 1789]]}, "center": {"109-166, T:0-1": [1493, 1797]}}, {"id": "tx3ck1", "name": "Flag of Mongolia", "description": "Mongolia is a country in East Asia.\n\nThis space was previously the flag of Taiwan. The flag of Mongolia was placed right above it, but moved down after the Roskilde Cathedral was built.", "links": {"website": ["https://en.wikipedia.org/wiki/Mongolia", "https://en.wikipedia.org/wiki/Flag_of_Mongolia"], "subreddit": ["mongolia"]}, "path": {"75-97": [[276, 144], [276, 158], [295, 158], [295, 144]], "56-74": [[276, 148], [276, 158], [295, 158], [295, 148]], "120-133": [[276, 145], [276, 158], [295, 158], [295, 145]], "154-165, T:0-1": [[276, 158], [296, 158], [296, 171], [276, 171]]}, "center": {"75-97": [286, 151], "56-74": [286, 153], "120-133": [286, 152], "154-165, T:0-1": [286, 165]}}, {"id": "tx3civ", "name": "Afterlife Project logo", "description": "The logo of a DreamSMP fangame about the character Ghostbur played by Wilbur Soot, represented by the blue heart. The fangame is called Limbo: A Ghostbur's Tale, also referred to as the Afterlife Project.", "links": {"website": ["https://twitter.com/LimbobyGhostbur"]}, "path": {"109-165, T:0-1": [[829, 1386], [837, 1386], [837, 1394], [829, 1394]]}, "center": {"109-165, T:0-1": [833, 1390]}}, -{"id": "tx3cbk", "name": "Doozer", "description": "This is a stylized version of a doozer from Fraggle Rock, The Jim Henson puppet musical. Doozers are used by Twitch streamer Foolish_Gamers to personify his chat, and this one was made by his community. The original art was done by @matchawoozi (Church) on Twitter.", "links": {"website": ["https://www.twitch.tv/foolish_gamers"], "subreddit": ["FoolishGamers"]}, "path": {"109-165, T:0-1": [[1191, 1075], [1186, 1080], [1180, 1080], [1188, 1090], [1184, 1093], [1183, 1099], [1183, 1103], [1186, 1103], [1186, 1109], [1183, 1110], [1185, 1112], [1186, 1113], [1195, 1113], [1195, 1107], [1198, 1110], [1199, 1112], [1203, 1113], [1205, 1113], [1205, 1111], [1205, 1110], [1210, 1110], [1211, 1110], [1217, 1109], [1217, 1102], [1210, 1102], [1206, 1105], [1204, 1105], [1205, 1102], [1207, 1099], [1207, 1095], [1206, 1093], [1205, 1091], [1208, 1090], [1212, 1089], [1211, 1086], [1209, 1084], [1212, 1083], [1213, 1081], [1212, 1078], [1202, 1075], [1196, 1073], [1191, 1073], [1191, 1074]]}, "center": {"109-165, T:0-1": [1198, 1094]}}, +{"id": "tx3cbk", "name": "Doozer", "description": "Doozers are used by Twitch streamer Foolish_Gamers to personify his chat.\n\nThis is a stylized version of a doozer from Fraggle Rock, the Jim Henson puppet musical. The original art was done by @matchawoozi (Church) on Twitter.", "links": {"website": ["https://www.twitch.tv/foolish_gamers"], "subreddit": ["FoolishGamers"]}, "path": {"112-165, T:0-1": [[1191, 1074], [1188, 1076], [1186, 1079], [1182, 1079], [1180, 1081], [1182, 1084], [1183, 1084], [1183, 1085], [1186, 1088], [1186, 1090], [1184, 1092], [1184, 1094], [1183, 1095], [1183, 1103], [1185, 1103], [1185, 1108], [1184, 1108], [1184, 1111], [1187, 1114], [1193, 1114], [1195, 1112], [1195, 1107], [1197, 1109], [1199, 1113], [1203, 1113], [1205, 1111], [1205, 1110], [1212, 1110], [1214, 1108], [1214, 1106], [1215, 1106], [1215, 1102], [1208, 1102], [1207, 1104], [1206, 1104], [1205, 1103], [1205, 1102], [1207, 1100], [1207, 1094], [1205, 1092], [1207, 1092], [1207, 1090], [1211, 1090], [1211, 1083], [1213, 1081], [1213, 1080], [1210, 1077], [1206, 1076], [1204, 1074]]}, "center": {"112-165, T:0-1": [1195, 1096]}}, {"id": "tx3c7m", "name": "RIP SIR logo", "description": "SIR is an engineer formation from Polytech Lyon located in the city of Roanne in France. SIR is the French acronym for Industrial Systems and Robotics. Here rests in peace the logo after being invaded by A2C.", "links": {"website": ["https://polytech.univ-lyon1.fr/formation/cycle-ingenieur/systemes-industriels"]}, "path": {"109-165, T:0-1": [[365, 1565], [380, 1565], [380, 1571], [365, 1571]]}, "center": {"109-165, T:0-1": [373, 1568]}}, {"id": "tx3c5h", "name": "TubNet", "description": "TubNet, is an upcoming server network for the game Minecraft, including both the Java & Bedrock versions. It was founded by Twitch streamer Tubbo. Fans of the streamer made this logo to show support and excitement for the server!", "links": {"website": ["https://twitter.com/tubnet"], "subreddit": ["Tubbo_"]}, "path": {"93-167, T:0-1": [[1774, 141], [1774, 153], [1789, 153], [1789, 141]]}, "center": {"93-167, T:0-1": [1782, 147]}}, {"id": "tx3bx1", "name": "KDE", "description": "KDE is a Linux-focused free (as in freedom) software community known for the Plasma desktop environment and many smaller projects. \"KDE\" stands for \"K Desktop Environment\".", "links": {"website": ["https://kde.org/", "https://en.wikipedia.org/wiki/KDE"], "subreddit": ["kde", "placetux"]}, "path": {"81-115": [[26, 680], [26, 682], [23, 682], [23, 686], [22, 686], [22, 688], [23, 688], [23, 692], [31, 692], [31, 688], [32, 688], [32, 680]], "2-80": [[27, 681], [27, 683], [24, 683], [24, 687], [23, 687], [23, 689], [24, 689], [24, 693], [32, 693], [32, 689], [33, 689], [33, 681]], "116-166, T:0-1": [[31, 691], [32, 689], [32, 680], [24, 680], [22, 682], [21, 685], [21, 688], [22, 691], [25, 692], [28, 692]]}, "center": {"81-115": [27, 686], "2-80": [28, 687], "116-166, T:0-1": [27, 686]}}, @@ -2741,7 +2741,7 @@ {"id": "tx2tyd", "name": "Alesa", "description": "Character mascot of YouTuber and streamer Michaelmcchill.", "links": {"website": ["https://www.twitch.tv/michaelmcchill"]}, "path": {"109-165, T:0-1": [[1215, 1091], [1207, 1091], [1207, 1103], [1216, 1103], [1216, 1091]]}, "center": {"109-165, T:0-1": [1212, 1097]}}, {"id": "tx2tt8", "name": "The Architects", "description": "The Architects is the team behind music producer Madeon's 2019 music album Good Faith.", "links": {"website": ["http://www.thearchitects.fr/", "https://en.wikipedia.org/wiki/Good_Faith_(Madeon_album)"], "subreddit": ["madeon"]}, "path": {"4-166, T:0-1": [[522, 717], [545, 717], [545, 740], [522, 740]]}, "center": {"4-166, T:0-1": [534, 729]}}, {"id": "tx2tlm", "name": "HI CCO", "description": "Pepegas greeting their lord CCOFTW aka KOKOFTU aka Charl with the help of their spanish friend, Lumicand", "links": {}, "path": {"109-166, T:0-1": [[1058, 1716], [1058, 1718], [1088, 1718], [1088, 1717], [1089, 1717], [1089, 1716], [1090, 1716]]}, "center": {"109-166, T:0-1": [1073, 1717]}}, -{"id": "tx2tlc", "name": "Punz subscriber badge", "description": "Punz is a content creator. This pumpkin resembles his Twitch subscriber badges.", "links": {"website": ["https://www.twitch.tv/punz"], "subreddit": ["Punz"]}, "path": {"63-109": [[1197, 947], [1193, 950], [1182, 961], [1182, 965], [1181, 966], [1182, 987], [1193, 999], [1263, 999], [1267, 995], [1265, 970], [1241, 946], [1241, 941], [1238, 939], [1236, 941], [1232, 941], [1232, 937], [1230, 934], [1221, 934], [1221, 944], [1218, 944], [1213, 941], [1211, 941], [1208, 946]], "110-165, T:0-1": [[1182, 965], [1183, 987], [1189, 995], [1206, 1005], [1242, 1007], [1259, 1001], [1266, 995], [1266, 986], [1263, 969], [1254, 957], [1241, 947], [1242, 943], [1233, 942], [1231, 934], [1221, 934], [1221, 939], [1222, 939], [1222, 943], [1221, 943], [1221, 944], [1218, 944], [1213, 941], [1210, 942], [1210, 947], [1201, 947], [1193, 952], [1186, 959], [1183, 959]]}, "center": {"63-109": [1225, 971], "110-165, T:0-1": [1226, 975]}}, +{"id": "tx2tlc", "name": "Punz subscriber badge", "description": "Punz is a Twitch streamer and content creator known for being in the Dream SMP, a series for the game Minecraft. This pumpkin resembles his Twitch subscriber badges.", "links": {"website": ["https://www.twitch.tv/punz"], "subreddit": ["Punz", "https://youtube.fandom.com/wiki/Punz", "https://dreamteam.fandom.com/wiki/Punz"]}, "path": {"63-109": [[1197, 947], [1193, 950], [1182, 961], [1182, 965], [1181, 966], [1182, 987], [1193, 999], [1263, 999], [1267, 995], [1265, 970], [1241, 946], [1241, 941], [1238, 939], [1236, 941], [1232, 941], [1232, 937], [1230, 934], [1221, 934], [1221, 944], [1218, 944], [1213, 941], [1211, 941], [1208, 946]], "110-165, T:0-1": [[1182, 965], [1183, 987], [1189, 995], [1206, 1005], [1242, 1007], [1259, 1001], [1266, 995], [1266, 986], [1263, 969], [1254, 957], [1241, 947], [1242, 943], [1233, 942], [1231, 934], [1221, 934], [1221, 939], [1222, 939], [1222, 943], [1221, 943], [1221, 944], [1218, 944], [1213, 941], [1210, 942], [1210, 947], [1201, 947], [1193, 952], [1186, 959], [1183, 959]]}, "center": {"63-109": [1225, 971], "110-165, T:0-1": [1226, 975]}}, {"id": "tx2tkx", "name": "billzo", "description": "Twitch streamer and YouTuber billzo's Minecraft skin. A little tribute made to the billzo from his offline chat (Chatzo).", "links": {"website": ["https://www.twitch.tv/billzo"]}, "path": {"109-166, T:0-1": [[844, 1447], [844, 1456], [853, 1456], [853, 1447]]}, "center": {"109-166, T:0-1": [849, 1452]}}, {"id": "tx2tg4", "name": "Elisawavess", "description": "Elisawavess (Elisa Waves) is a cute Spanish voice actress, commercial announcer, and streamer. She participated in the Spanish-French War on r/place.", "links": {"website": ["https://www.twitch.tv/elisawavess"]}, "path": {"109-166, T:0-1": [[189, 1000], [221, 1000], [221, 1039], [189, 1039]]}, "center": {"109-166, T:0-1": [205, 1020]}}, {"id": "tx2td1", "name": "National Oceanic and Atmospheric Administration", "description": "The National Oceanic and Atmospheric Administration, or NOAA for short, is a United States government agency that forecasts weather, monitors oceanic and atmospheric conditions, conducts deep-sea exploration, and more.\n\nThis artwork was organized by the Storm's Edge Discord server and Reddit's weather community.", "links": {"website": ["https://www.noaa.gov", "https://en.wikipedia.org/wiki/National_Oceanic_and_Atmospheric_Administration"], "subreddit": ["NOAA", "severeweather"], "discord": ["weather"]}, "path": {"63-166, T:0-1": [[1730, 589], [1725, 592], [1722, 597], [1722, 601], [1725, 606], [1730, 609], [1734, 609], [1737, 607], [1738, 605], [1740, 604], [1742, 601], [1742, 597], [1739, 592], [1734, 589]]}, "center": {"63-166, T:0-1": [1732, 599]}}, @@ -2772,7 +2772,7 @@ {"id": "tx2o9p", "name": "TG1", "description": "Terminale Générale 1. The signature of a class from the French high school lycée Richelieu by Mouton Illuminati", "links": {}, "path": {"109-166, T:0-1": [[1047, 1883], [1047, 1890], [1066, 1890], [1066, 1883]]}, "center": {"109-166, T:0-1": [1057, 1887]}}, {"id": "tx2o7m", "name": "Dr Disrespect", "description": "Dr Disrespect, a.k.a. The Doc, is a Twitch streamer who became a meme in the community of the 7TV Twitch extension.", "links": {"website": ["https://en.wikipedia.org/wiki/Dr_Disrespect"], "subreddit": ["7TV"]}, "path": {"50-165, T:0-1": [[666, 942], [666, 957], [682, 957], [682, 954], [681, 953], [681, 942]]}, "center": {"50-165, T:0-1": [674, 950]}}, {"id": "tx2nz5", "name": "Concordia Stingers", "description": "The Concordia Stingers are the athletic teams of Concordia University of Montreal, Quebec, Canada.", "links": {"website": ["https://en.wikipedia.org/wiki/Concordia_Stingers"], "subreddit": ["Concordia", "Quebec"]}, "path": {"67-165, T:0-1": [[1108, 937], [1133, 937], [1133, 962], [1108, 962]]}, "center": {"67-165, T:0-1": [1121, 950]}}, -{"id": "tx2nbu", "name": "Punz", "description": "This figure depicts the content creator Punz. He is mainly known for being on the Minecraft server Dream SMP (survival multiplayer). This figure resembles his Minecraft skin on top of a skateboard.", "links": {"website": ["https://www.twitch.tv/Punz"], "subreddit": ["Punz", "dreamsmp"]}, "path": {"109-165, T:0-1": [[1132, 1113], [1132, 1071], [1154, 1071], [1155, 1071], [1155, 1113]]}, "center": {"109-165, T:0-1": [1144, 1092]}}, +{"id": "tx2nbu", "name": "Punz", "description": "Punz is a Twitch streamer and content creator known for being in the Dream SMP, a series for the game Minecraft. This figure resembles his Minecraft skin on top of a skateboard.", "links": {"website": ["https://www.twitch.tv/punz", "https://youtube.fandom.com/wiki/Punz", "https://dreamteam.fandom.com/wiki/Punz"], "subreddit": ["Punz", "dreamsmp"]}, "path": {"111-147": [[1140, 1068], [1133, 1071], [1131, 1074], [1131, 1082], [1132, 1083], [1132, 1086], [1134, 1088], [1134, 1092], [1132, 1095], [1132, 1096], [1135, 1100], [1135, 1102], [1137, 1102], [1137, 1110], [1149, 1110], [1149, 1107], [1148, 1107], [1148, 1103], [1152, 1099], [1152, 1093], [1151, 1092], [1151, 1089], [1152, 1088], [1152, 1083], [1155, 1083], [1155, 1075], [1152, 1071], [1149, 1069], [1147, 1069], [1146, 1068]], "148-165, T:0-1": [[1139, 1070], [1134, 1073], [1131, 1076], [1131, 1083], [1132, 1084], [1132, 1087], [1134, 1089], [1134, 1092], [1132, 1095], [1132, 1096], [1137, 1102], [1137, 1110], [1150, 1110], [1150, 1109], [1148, 1107], [1148, 1103], [1152, 1099], [1152, 1093], [1150, 1090], [1152, 1088], [1152, 1082], [1153, 1081], [1153, 1078], [1154, 1077], [1154, 1076], [1147, 1070]]}, "center": {"111-147": [1142, 1079], "148-165, T:0-1": [1142, 1081]}}, {"id": "tx2n8v", "name": "Escargot", "description": "Escargot, French for 'snail', is a specialty French meal cooked with garlic butter sauce. Built after a request from Joyca, a French YouTuber.", "links": {"website": ["https://en.wikipedia.org/wiki/Escargot"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"109-164, T:0-1": [[11, 1761], [10, 1761], [10, 1762], [8, 1762], [8, 1766], [9, 1766], [9, 1770], [10, 1770], [10, 1772], [11, 1772], [11, 1774], [12, 1774], [12, 1775], [13, 1775], [13, 1776], [14, 1776], [14, 1779], [15, 1779], [15, 1780], [16, 1780], [16, 1781], [17, 1781], [17, 1782], [18, 1782], [18, 1783], [51, 1783], [51, 1782], [50, 1781], [49, 1780], [47, 1780], [47, 1779], [41, 1779], [41, 1778], [42, 1777], [41, 1776], [41, 1772], [40, 1771], [40, 1770], [39, 1769], [39, 1768], [37, 1766], [35, 1766], [35, 1765], [28, 1765], [28, 1766], [26, 1766], [23, 1769], [23, 1770], [22, 1772], [21, 1773], [21, 1777], [19, 1777], [19, 1773], [17, 1771], [18, 1770], [18, 1761], [16, 1761], [15, 1762], [15, 1765], [12, 1765], [12, 1762]]}, "center": {"109-164, T:0-1": [27, 1774]}}, {"id": "tx2n3w", "name": "Madeon", "description": "Madeon is a French music producer. His name written in the Imperial script he created for his 2015 album Adventure.", "links": {"website": ["http://madeon.net/", "https://en.wikipedia.org/wiki/Madeon", "https://en.wikipedia.org/wiki/Adventure_(Madeon_album)"], "subreddit": ["madeon"]}, "path": {"58-166, T:0-1": [[1800, 90], [1800, 98], [1842, 98], [1842, 90]]}, "center": {"58-166, T:0-1": [1821, 94]}}, {"id": "tx2mr1", "name": "Ainz Ooal Gown", "description": "Ainz Ooal Gown is the main protagonist (or antagonist) from the anime Overlord.", "links": {"website": ["https://overlordmaruyama.fandom.com/wiki/Ainz_Ooal_Gown", "https://overlord-anime.com/"], "subreddit": ["overlord"]}, "path": {"135-164, T:0-1": [[1115, 525], [1113, 527], [1111, 530], [1111, 533], [1112, 533], [1112, 538], [1130, 538], [1130, 525]]}, "center": {"135-164, T:0-1": [1121, 532]}}, @@ -2896,7 +2896,7 @@ {"id": "tx1wpz", "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America. This is the second flag of Mexico on r/place, depicting Quetzalcoatl and Angel de la Independencia on the green side, and a cute axolotl on the red side.\n\nThis flag of Mexico was known as \"bandera norte\" (north flag) by the Mexicans. It struggled for a while due to a war with a Polish streamer. Previously, before the first expansion to the canvas, there was a small Mexican flag with an axolotl and an Oxxo (convenience store chain in Mexico). When the canvas expansion occurred, the Polish flag overtook the small Mexican one, including the axolotl. When the timezones caused the Polish to sleep and the Mexicans to wake, the Polish flag was quickly overtaken by the Mexican one, and the artwork depicted now and a couple of tacos with a cute avocado were added. When night came for Mexicans and the sun rose for the Polish, they started their attack by destroying the pixel art, and then began to transform the Mexican flag into a Polish one. After a close battle, a treaty was reached in which the flag was divided in two. Unfortunately the deal was not respected and the streamer replaced the flag with his face, and began expanding the flag to the left, threatening Italy. Consequently, Mexico and Italy came together to overtake the Polish flag, with Mexico overtaking to the left, and Italy to the top, resulting in what is seen now. Mexico was able to restore all of its artwork except for the tacos and avocado.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"84-92": [[852, 197], [852, 249], [1009, 249], [1009, 197]], "93-97": [[932, 197], [932, 249], [1008, 249], [1008, 197]], "68-83": [[854, 197], [854, 249], [1009, 249], [1009, 197]], "56-65": [[978, 200], [978, 249], [1002, 249], [1002, 200]], "27-55": [[978, 200], [978, 249], [1000, 249], [1000, 200]], "98-166, T:0-1": [[865, 198], [865, 249], [1010, 249], [1010, 198]]}, "center": {"84-92": [931, 223], "93-97": [970, 223], "68-83": [932, 223], "56-65": [990, 225], "27-55": [989, 225], "98-166, T:0-1": [938, 224]}}, {"id": "tx1wng", "name": "Robert Lewandowski", "description": "Robert Lewandowski is a Polish association football (soccer) player.", "links": {"website": ["https://en.wikipedia.org/wiki/Robert_Lewandowski"], "subreddit": ["Polska", "poland"]}, "path": {"102-165, T:0-1": [[546, 350], [543, 350], [542, 351], [540, 351], [539, 352], [537, 352], [536, 353], [536, 355], [535, 356], [534, 356], [534, 361], [535, 362], [535, 363], [536, 363], [537, 364], [535, 366], [535, 369], [537, 370], [537, 373], [540, 373], [539, 372], [539, 370], [542, 370], [542, 373], [545, 373], [544, 372], [544, 370], [545, 370], [546, 369], [546, 366], [544, 364], [545, 363], [546, 363], [546, 354], [547, 353], [547, 351]]}, "center": {"102-165, T:0-1": [540, 359]}}, {"id": "tx1vqo", "name": "Tiki", "description": "Tiki is a playable character in the Archanea series of the Fire Emblem games as well as Fire Emblem Awakening. She is a manakete, a race that is able to transform into a powerful dragon.", "links": {"website": ["https://fireemblem.fandom.com/wiki/Tiki"], "subreddit": ["TheSleepyTiki"]}, "path": {"109-166, T:0-1": [[524, 1370], [522, 1370], [521, 1371], [520, 1371], [519, 1372], [517, 1372], [516, 1373], [515, 1373], [513, 1375], [514, 1376], [514, 1378], [512, 1378], [515, 1381], [508, 1390], [510, 1392], [510, 1393], [513, 1393], [514, 1394], [515, 1394], [517, 1392], [519, 1392], [520, 1393], [521, 1393], [523, 1391], [524, 1391], [524, 1389], [523, 1388], [523, 1387], [526, 1387], [526, 1386], [525, 1385], [525, 1383], [529, 1380], [529, 1377], [526, 1374], [526, 1372]]}, "center": {"109-166, T:0-1": [519, 1382]}}, -{"id": "tx1vo6", "name": "Leafling on a cloud", "description": "A leafling representing the streamer 5up on a shared area with fellow Twitch streamers and friends.", "links": {"website": ["https://www.twitch.tv/5uppp"], "subreddit": ["5up"]}, "path": {"109-165, T:0-1": [[1144, 1043], [1140, 1039], [1137, 1039], [1135, 1049], [1130, 1054], [1131, 1065], [1144, 1066], [1153, 1067], [1157, 1063], [1164, 1059], [1167, 1057], [1160, 1052], [1153, 1052], [1151, 1050], [1150, 1041], [1145, 1042]]}, "center": {"109-165, T:0-1": [1145, 1055]}}, +{"id": "tx1vo6", "name": "Leafling", "description": "A leafling is a mascot character from Twitch streamer and YouTuber 5up's emotes and branding.", "links": {"website": ["https://www.twitch.tv/5uppp", "https://www.youtube.com/channel/UC_ZguPA4uCaQ8Q3Q8IK-HfQ"], "subreddit": ["5up"]}, "path": {"118-165, T:0-1": [[1139, 1039], [1137, 1041], [1139, 1042], [1141, 1045], [1139, 1045], [1136, 1048], [1136, 1050], [1135, 1051], [1136, 1052], [1136, 1055], [1138, 1057], [1138, 1059], [1145, 1059], [1146, 1058], [1148, 1058], [1148, 1062], [1149, 1063], [1149, 1066], [1150, 1066], [1152, 1064], [1152, 1061], [1151, 1060], [1151, 1058], [1161, 1058], [1161, 1056], [1158, 1056], [1157, 1055], [1153, 1055], [1152, 1054], [1152, 1052], [1151, 1052], [1151, 1047], [1150, 1046], [1150, 1044], [1148, 1042], [1143, 1042]]}, "center": {"118-165, T:0-1": [1144, 1051]}}, {"id": "tx1vn3", "name": "RVA", "description": "From the subreddit for the city of Richmond, Virginia featuring opossums", "links": {"subreddit": ["rva"]}, "path": {"109-166, T:0-1": [[427, 1599], [435, 1592], [440, 1597], [447, 1597], [451, 1586], [447, 1582], [447, 1570], [459, 1570], [460, 1600], [426, 1600]]}, "center": {"109-166, T:0-1": [450, 1587]}}, {"id": "tx1vhy", "name": "Chibi Towa", "description": "A small depiction of 常闇トワ(Tokoyami Towa), a member of hololive's 4th generation known for her angelic nature, false claims of being a devil, and incredible singing voice.", "links": {"website": ["https://www.youtube.com/channel/UC1uv2Oq6kNxgATlCiez59hw"], "subreddit": ["tokoyamitowa"]}, "path": {"109-165, T:0-1": [[1336, 1089], [1336, 1085], [1336, 1089], [1336, 1091], [1337, 1091], [1337, 1093], [1345, 1093], [1345, 1091], [1345, 1090], [1346, 1090], [1346, 1085], [1347, 1085], [1347, 1083], [1346, 1083], [1346, 1082], [1336, 1082], [1336, 1083], [1335, 1083], [1335, 1085], [1336, 1085], [1336, 1091]]}, "center": {"109-165, T:0-1": [1341, 1087]}}, {"id": "tx1veb", "name": "Purdue University", "description": "Purdue University is a university in West Lafayette, Indiana, United States. This logo, known as the \"Motion P\", is used by Purdue University athletics teams, the Boilermakers.", "links": {"website": ["https://www.purdue.edu/", "https://en.wikipedia.org/wiki/Purdue_University"], "subreddit": ["Purdue", "TheB1G"]}, "path": {"2-165, T:0-1": [[199, 582], [163, 582], [163, 583], [160, 589], [160, 590], [165, 590], [165, 592], [163, 596], [163, 597], [161, 601], [154, 601], [154, 602], [153, 602], [153, 605], [152, 605], [152, 607], [151, 607], [151, 609], [178, 609], [178, 606], [179, 606], [179, 604], [180, 604], [180, 600], [194, 600], [194, 599], [197, 599], [197, 598], [198, 598], [202, 594], [202, 593], [203, 590], [204, 589], [204, 586], [201, 583], [200, 583]]}, "center": {"2-165, T:0-1": [175, 592]}}, @@ -3223,7 +3223,7 @@ {"id": "tx6lpn", "name": "Changi Airport control tower", "description": "The control tower at the Changi Airport in Singapore.", "links": {"website": ["https://en.wikipedia.org/wiki/Changi_Airport"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"92-166, T:0-1": [[319, 971], [319, 968], [318, 968], [318, 967], [317, 967], [317, 965], [317, 964], [318, 964], [318, 963], [319, 963], [320, 962], [321, 963], [322, 964], [322, 968], [321, 968], [321, 972]]}, "center": {"92-166, T:0-1": [320, 965]}}, {"id": "tx6lh3", "name": "StarClan", "description": "The StarClan is a clan from the Warriors (a.k.a. Warriors Cats) book series.", "links": {"website": ["https://warriors.fandom.com/wiki/StarClan"], "subreddit": ["wcueroblox", "WarriorCats"]}, "path": {"68-166, T:0-1": [[1449, 795], [1451, 797], [1455, 797], [1458, 794], [1458, 805], [1448, 805], [1448, 794]]}, "center": {"68-166, T:0-1": [1453, 801]}}, {"id": "tx6l7a", "name": "Vasil Levski", "description": "Vasil Levski (Bulgarian: Васил Левски) was a Bulgarian revolutionary who is now revered as national hero of Bulgaria. Dubbed the Apostle of Freedom, Levski ideologised and strategised a revolutionary movement to liberate Bulgaria from Ottoman rule. Levski founded the Internal Revolutionary Organisation and sought to foment a nationwide uprising through a network of secret regional committees.", "links": {"website": ["https://en.wikipedia.org/wiki/Vasil_Levski"], "subreddit": ["bulgaria"]}, "path": {"63-74": [[1589, 695], [1582, 708], [1582, 719], [1586, 722], [1586, 731], [1589, 745], [1590, 748], [1580, 754], [1579, 756], [1579, 771], [1633, 771], [1635, 764], [1619, 750], [1619, 746], [1630, 722], [1630, 713], [1626, 703], [1623, 697], [1613, 693], [1599, 693]], "94-165, T:0-1": [[1578, 748], [1579, 747], [1580, 747], [1581, 746], [1579, 761], [1579, 767], [1592, 766], [1594, 765], [1636, 766], [1635, 765], [1634, 764], [1633, 763], [1632, 763], [1631, 762], [1630, 762], [1631, 762], [1630, 762], [1629, 761], [1628, 760], [1628, 759], [1627, 758], [1626, 758], [1624, 758], [1624, 757], [1623, 756], [1623, 755], [1622, 755], [1621, 754], [1620, 754], [1619, 753], [1618, 752], [1617, 751], [1615, 751], [1614, 750], [1614, 749], [1613, 748], [1613, 747], [1612, 747], [1611, 746], [1611, 744], [1612, 743], [1612, 738], [1613, 737], [1613, 735], [1614, 734], [1614, 733], [1615, 733], [1616, 732], [1616, 730], [1617, 729], [1617, 728], [1618, 727], [1618, 724], [1619, 724], [1620, 723], [1620, 721], [1621, 720], [1621, 716], [1622, 716], [1622, 713], [1621, 712], [1621, 710], [1620, 709], [1620, 706], [1619, 705], [1619, 703], [1618, 702], [1617, 701], [1616, 700], [1615, 699], [1615, 698], [1614, 698], [1613, 697], [1612, 696], [1611, 696], [1610, 695], [1606, 695], [1605, 694], [1594, 694], [1593, 695], [1589, 695], [1588, 696], [1587, 696], [1586, 697], [1585, 697], [1585, 700], [1584, 700], [1584, 701], [1583, 702], [1583, 703], [1582, 704], [1582, 705], [1581, 706], [1581, 707], [1580, 708], [1579, 709], [1579, 711], [1580, 712], [1579, 713], [1579, 714], [1580, 715], [1581, 716], [1582, 717], [1582, 726], [1583, 727], [1583, 732], [1584, 733], [1584, 736], [1585, 737], [1585, 738], [1586, 739], [1586, 742], [1585, 743], [1584, 744], [1583, 745], [1582, 746], [1580, 747]]}, "center": {"63-74": [1608, 717], "94-165, T:0-1": [1601, 714]}}, -{"id": "tx6l2k", "name": "Ballon", "description": "Ballon from the upcoming game Once Upon a Jester by the Bonte Avond game studio, who also made Everybody Wham Wham! He doesn't smile, but that's okay; we still love him nonetheless.", "links": {"website": ["https://twitter.com/BonteAvond/status/1507022028850843656"]}, "path": {"109-165, T:0-1": [[1167, 1038], [1174, 1038], [1175, 1039], [1176, 1040], [1177, 1041], [1178, 1043], [1178, 1047], [1177, 1049], [1176, 1051], [1175, 1052], [1174, 1053], [1173, 1054], [1172, 1055], [1169, 1055], [1168, 1054], [1167, 1053], [1166, 1052], [1165, 1051], [1164, 1049], [1163, 1047], [1163, 1043], [1164, 1042], [1164, 1041], [1165, 1040], [1166, 1039]]}, "center": {"109-165, T:0-1": [1171, 1046]}}, +{"id": "tx6l2k", "name": "Ballon", "description": "Ballon is a character from the upcoming game Once Upon a Jester by the Bonte Avond game studio, who also made Everybody Wham Wham! He doesn't smile, but that's okay; we still love him nonetheless.", "links": {"website": ["https://twitter.com/BonteAvond/status/1507022028850843656"]}, "path": {"117-150": [[1189, 1057], [1185, 1061], [1185, 1065], [1187, 1068], [1189, 1070], [1189, 1073], [1186, 1076], [1185, 1078], [1183, 1086], [1183, 1088], [1182, 1089], [1182, 1097], [1184, 1099], [1187, 1099], [1187, 1097], [1184, 1097], [1184, 1090], [1185, 1089], [1185, 1086], [1187, 1078], [1188, 1076], [1192, 1072], [1193, 1072], [1195, 1070], [1195, 1069], [1198, 1066], [1198, 1061], [1194, 1057]], "151-165, T:0-1": [[1167, 1037], [1162, 1042], [1162, 1047], [1165, 1052], [1169, 1056], [1169, 1057], [1170, 1058], [1170, 1068], [1171, 1069], [1171, 1073], [1175, 1080], [1175, 1083], [1176, 1084], [1176, 1087], [1178, 1089], [1178, 1091], [1181, 1094], [1183, 1098], [1186, 1101], [1187, 1100], [1184, 1097], [1182, 1093], [1180, 1091], [1177, 1083], [1177, 1080], [1174, 1075], [1174, 1073], [1173, 1072], [1173, 1068], [1172, 1067], [1172, 1058], [1173, 1057], [1173, 1055], [1177, 1051], [1179, 1046], [1179, 1043], [1177, 1040], [1174, 1037]]}, "center": {"117-150": [1192, 1064], "151-165, T:0-1": [1170, 1045]}}, {"id": "tx6kut", "name": "Zuko", "description": "Zuko is one of Twitch streamer Buddha's Shiba Inus.", "links": {"website": ["https://www.twitch.tv/buddha"], "subreddit": ["NoPixel"], "discord": ["buddha"]}, "path": {"159-164, T:0-1": [[1380, 611], [1380, 617], [1382, 620], [1382, 623], [1381, 624], [1381, 630], [1387, 649], [1387, 659], [1389, 661], [1394, 661], [1396, 659], [1400, 659], [1402, 661], [1406, 661], [1408, 659], [1419, 659], [1423, 657], [1425, 654], [1425, 650], [1432, 647], [1432, 644], [1428, 640], [1424, 640], [1422, 636], [1421, 636], [1411, 621], [1411, 619], [1413, 615], [1413, 611], [1410, 606], [1408, 606], [1402, 611], [1395, 611], [1391, 613], [1386, 613], [1384, 611]]}, "center": {"159-164, T:0-1": [1403, 642]}}, {"id": "tx6kq5", "name": "Merlion", "description": "The Merlion is the national mascot of Singapore. It is half lion and half fish.", "links": {"website": ["https://en.wikipedia.org/wiki/Merlion"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"88-166, T:0-1": [[310, 960], [306, 964], [306, 966], [303, 969], [300, 976], [300, 978], [317, 978], [317, 974], [319, 972], [317, 970], [317, 964], [314, 960]]}, "center": {"88-166, T:0-1": [310, 971]}}, {"id": "tx6kq4", "name": "Shadow of Israphel", "description": "A tribute to the popular Minecraft YouTube series Shadow of Israphel, created by the Yogscast. The last episode (Part 42) aired on July 27th, 2012. E.43 references the long awaited sequel episode after cancellation.", "links": {"website": ["https://www.youtube.com/watch?v=oZezE9It6HE"], "subreddit": ["Yogscast"]}, "path": {"109-166, T:0-1": [[1503, 1800], [1513, 1800], [1513, 1817], [1503, 1817]]}, "center": {"109-166, T:0-1": [1508, 1809]}}, @@ -4762,7 +4762,7 @@ {"id": "txkqnq", "name": "Talking Heads logo", "description": "Talking Heads was a rock band from New York City, New York, United States. This particular logo was used on their seventh album, True Stories (1986).", "links": {"website": ["https://talkingheadsofficial.com/", "https://en.wikipedia.org/wiki/Talking_Heads"], "subreddit": ["talkingheads"]}, "path": {"26-47": [[684, 170], [694, 180], [694, 183], [713, 183], [718, 177], [718, 170]], "113-166, T:0-1": [[530, 1366], [530, 1379], [559, 1379], [559, 1366]]}, "center": {"26-47": [704, 177], "113-166, T:0-1": [545, 1373]}}, {"id": "txkqhq", "name": "GwinGlade", "description": "GwinGlade is a Russian streamer and a member of the streamer group 89squad, created by streamer Bratishkinoff.\n\nThis art was drawn by fellow 89squad member T2x2 and his viewers.", "links": {"website": ["https://www.twitch.tv/gwinglade"], "subreddit": ["89SQUAD89"]}, "path": {"145-166, T:0-1": [[1971, 530], [1977, 539], [1999, 539], [1999, 512], [1997, 507], [1992, 504], [1988, 504], [1983, 506], [1981, 509], [1981, 510], [1982, 511], [1982, 516], [1980, 516], [1979, 517], [1977, 517], [1977, 519], [1976, 519], [1974, 521], [1971, 526]]}, "center": {"145-166, T:0-1": [1987, 527]}}, {"id": "txkqb1", "name": "HERO", "description": "HERO is one of the three deuteragonists in the indie game OMORI. He was originally created as his headspace/Dreamspace version, but was later changed into his normal version after being wiped out by the Lean pathway added by streamer xQc.", "links": {"website": ["https://omori.fandom.com/wiki/HERO"], "subreddit": ["OMORI"], "discord": ["ypSr9JG2ht"]}, "path": {"65-86": [[1011, 821], [1005, 824], [1001, 829], [1002, 830], [1003, 830], [1003, 833], [1006, 835], [1006, 836], [1003, 836], [1001, 838], [1007, 844], [1008, 844], [1008, 849], [1011, 853], [1017, 853], [1019, 851], [1019, 847], [1020, 847], [1023, 844], [1023, 843], [1020, 840], [1020, 839], [1023, 836], [1023, 827], [1024, 826], [1020, 823], [1018, 822], [1015, 822], [1014, 821]], "88-165, T:0-1": [[1012, 821], [1008, 824], [1005, 830], [1005, 833], [1010, 838], [1007, 843], [1007, 846], [1009, 848], [1009, 850], [1011, 852], [1020, 852], [1022, 850], [1022, 846], [1026, 846], [1026, 844], [1022, 840], [1022, 837], [1025, 835], [1026, 833], [1026, 826], [1028, 824], [1028, 823], [1022, 823], [1019, 821]]}, "center": {"65-86": [1014, 831], "88-165, T:0-1": [1016, 831]}}, -{"id": "txkq7j", "name": "Jacex beer.", "description": "A bottle of beer made by the community of Jacex Dowóz Wideo, a Polish Twitch channel.", "links": {"website": ["https://www.twitch.tv/jacexdowozwideo"]}, "path": {"109-165, T:0-1": [[1110, 1053], [1112, 1053], [1112, 1058], [1115, 1061], [1115, 1076], [1107, 1075], [1107, 1060], [1110, 1057], [1110, 1053], [1112, 1053]]}, "center": {"109-165, T:0-1": [1111, 1066]}}, +{"id": "txkq7j", "name": "Jacex beer", "description": "A bottle of beer made by the community of Jacex Dowóz Wideo, a Polish Twitch channel.", "links": {"website": ["https://www.twitch.tv/jacexdowozwideo"]}, "path": {"131-165, T:0-1": [[1108, 1051], [1108, 1057], [1106, 1060], [1106, 1076], [1116, 1076], [1116, 1060], [1114, 1057], [1114, 1051]]}, "center": {"131-165, T:0-1": [1111, 1065]}}, {"id": "txkply", "name": "The Cheese", "description": "it stands alone", "links": {}, "path": {"109-166, T:0-1": [[655, 1540], [655, 1551], [670, 1551], [670, 1541], [670, 1540]]}, "center": {"109-166, T:0-1": [663, 1546]}}, {"id": "txkosa", "name": "Sonya - Kill me Baby", "description": "A foreign trained assassin attending a regular high school. As she constantly takes on assassin work she is constantly alert and often attacks Yasuna when she takes her by surprise or tries to play jokes on her. Despite her tough composure, she is scared of various things such as cockroaches, ghosts, wild animals and dogs (even domestic dogs). She also has been shown to care a little for Yasuna.", "links": {"website": ["https://killmebaby.fandom.com/wiki/Kill_Me_Baby_Wiki"], "subreddit": ["KillMeBaby"]}, "path": {"109-166, T:0-1": [[342, 1235], [327, 1235], [327, 1249], [341, 1249]]}, "center": {"109-166, T:0-1": [334, 1242]}}, {"id": "txknpb", "name": "The Narnia Discord Server", "description": "This was our first claim on the map, created by the Narnia discord server. We fought many small communities for this land and ended up claiming it.", "links": {"discord": ["PpvEd83VNP"]}, "path": {"109-166, T:0-1": [[841, 1635], [862, 1635], [861, 1651], [855, 1649], [852, 1652], [845, 1652], [839, 1645], [839, 1636]]}, "center": {"109-166, T:0-1": [851, 1643]}}, @@ -4820,7 +4820,7 @@ {"id": "txjpa6", "name": "r/Quebec", "description": "Subreddit focused on the Canadian province of Quebec.", "links": {"subreddit": ["Quebec"]}, "path": {"118-165, T:0-1": [[1032, 1001], [1032, 1007], [1044, 1007], [1045, 1008], [1046, 1007], [1069, 1007], [1069, 1001]]}, "center": {"118-165, T:0-1": [1035, 1004]}}, {"id": "txjp8k", "name": "osu!catch", "description": "Likely the least popular osu! game mode, osu!catch has players catching fruit in a basket. Nobody really knows if it's inspired by any other rhythm game.", "links": {"website": ["https://osu.ppy.sh/wiki/en/Game_mode#osu!catch"], "subreddit": ["osuplace", "osugame"]}, "path": {"51-164, T:0-1": [[731, 752], [728, 755], [728, 761], [731, 764], [736, 764], [739, 761], [739, 755], [736, 752]]}, "center": {"51-164, T:0-1": [734, 758]}}, {"id": "txjp3t", "name": "Unified Payments Interface", "description": "Unified Payments Interface (UPI) is an instant real-time payment system developed by National Payments Corporation of India facilitating inter-bank peer-to-peer and person-to-merchant transactions.", "links": {"website": ["https://www.npci.org.in/what-we-do/upi/product-overview", "https://en.wikipedia.org/wiki/Unified_Payments_Interface"], "subreddit": ["IndiaPlace", "IndianPlace", "india"]}, "path": {"134-166, T:0-1": [[1428, 320], [1428, 326], [1444, 326], [1447, 323], [1444, 320]]}, "center": {"134-166, T:0-1": [1437, 323]}}, -{"id": "txjoio", "name": "DNF (DreamNotFound) flag", "description": "Originally started by @sapnapsthighs on Twitter and their followers. The first position was destroyed by Foolish_Gamers & Karl Jacobs on stream for trying to draw an ally heart with them, but kept strong and moved to the other side of the road. Then they moved again so that r/fuckcars could complete their road, and finally settled here.", "links": {"website": ["https://twitter.com/sapnapsthighs/status/1510698979402649602"], "subreddit": ["DreamWasTaken"]}, "path": {"109-165, T:0-1": [[1084, 1102], [1084, 1113], [1115, 1113], [1115, 1102]]}, "center": {"109-165, T:0-1": [1100, 1108]}}, +{"id": "txjoio", "name": "DreamNotFound flag", "description": "DreamNotFound (DNF) is the ship name of content creators Dream and GeorgeNotFound.\n\nThis art was originally started by Twitter user @sapnapsthighs and their followers. The first position was destroyed by Foolish_Gamers & Karl Jacobs on stream for trying to draw an ally heart with them, but kept strong and moved to the other side of the road. Then they moved again so that r/fuckcars could complete their road, and finally settled here.", "links": {"website": ["https://twitter.com/sapnapsthighs/status/1510698979402649602", "https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["DreamWasTaken", "dreamnotfound2"]}, "path": {"111-115": [[1083, 1038], [1083, 1051], [1116, 1051], [1116, 1038]], "109-110": [[1129, 1038], [1129, 1051], [1160, 1051], [1160, 1038]], "116-165, T:0-1": [[1083, 1101], [1083, 1114], [1116, 1114], [1116, 1101]]}, "center": {"111-115": [1100, 1045], "109-110": [1145, 1045], "116-165, T:0-1": [1100, 1108]}}, {"id": "txjofn", "name": "Non-binary flag", "description": "A pride flag representing the non-binary community. Non-binary people identify as a gender other than only male or female. The non-binary flag was created in 2014 by Kye Rowan. The different ways people can have a non-binary gender is represented by each color.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"], "subreddit": ["PlacePride"]}, "path": {"116-119": [[457, 610], [457, 615], [465, 615], [465, 610]], "136-161, T:0-1": [[457, 608], [465, 608], [465, 613], [457, 613]]}, "center": {"116-119": [461, 613], "136-161, T:0-1": [461, 611]}}, {"id": "txjng9", "name": "Bangtan Sonyeondan", "description": "A South Korean boy group 방탄소년단 (Bangtan Sonyeondan), most commonly known as BTS, Beyond the Scene, or Bangtan Boys. This art was made by the BTS subreddit, r/bangtan. News, images, videos, discussions, and anything else that relates are welcome!", "links": {"subreddit": ["bangtan"]}, "path": {"112-164, T:0-1": [[1884, 1227], [1942, 1227], [1942, 1172], [1884, 1172]]}, "center": {"112-164, T:0-1": [1913, 1200]}}, {"id": "txjmsm", "name": "Disii INC", "description": "Group of developpers from France", "links": {"website": ["https://twitter.com/Kammeto/status/1511124358160388099"]}, "path": {"109-166, T:0-1": [[656, 1523], [670, 1523], [670, 1532], [656, 1533], [656, 1524]]}, "center": {"109-166, T:0-1": [663, 1528]}}, @@ -4829,7 +4829,7 @@ {"id": "txjjrk", "name": "r/Gunners alliances", "description": "332 - a small cybersecurity group\n\n523 - arsenal meme number; football formation used when defending a lead\n\n412 - area code of pitts university\n\n49 - arsenal unbeaten run spanning 49 games (May 7, 2003 – October 16, 2004)", "links": {"subreddit": ["Gunners"]}, "path": {"109-166, T:0-1": [[1499, 1428], [1500, 1458], [1509, 1458], [1509, 1429], [1509, 1428]]}, "center": {"109-166, T:0-1": [1504, 1443]}}, {"id": "txjja8", "name": "zero two", "description": "Here was our 02 pixel art.\n\nImage in link", "links": {"website": ["https://cdn.discordapp.com/attachments/960517676910915657/960876314938716220/unknown.png"], "subreddit": ["zerotwo"]}, "path": {"109-165, T:0-1": [[1116, 1522], [1116, 1505], [1101, 1505], [1102, 1523]]}, "center": {"109-165, T:0-1": [1109, 1514]}}, {"id": "txjitj", "name": "Froggy", "description": "A blushing frog with a pet duck.", "links": {}, "path": {"90-122": [[1728, 951], [1728, 964], [1743, 964], [1743, 951]], "56-77": [[1734, 951], [1730, 954], [1730, 957], [1731, 958], [1731, 961], [1734, 964], [1742, 964], [1744, 961], [1744, 955], [1740, 951]], "138-166, T:0-1": [[1782, 957], [1797, 957], [1797, 968], [1792, 968], [1791, 970], [1782, 970]]}, "center": {"90-122": [1736, 958], "56-77": [1737, 958], "138-166, T:0-1": [1788, 963]}}, -{"id": "txjhp3", "name": "Jub duck", "description": "A happy little duck walking along the road with no problem, now that all the cars are gone. Mini self project by u/Jublex to leave a mark on the canvas.", "links": {}, "path": {"109-165, T:0-1": [[1099, 1038], [1106, 1038], [1106, 1044], [1099, 1044]]}, "center": {"109-165, T:0-1": [1103, 1041]}}, +{"id": "txjhp3", "name": "Jub duck", "description": "A happy little duck walking along the road with no problem, now that all the cars are gone. This was a mini self project by u/Jublex to leave a mark on the canvas.", "links": {"website": ["https://www.reddit.com/user/Jublex"]}, "path": {"142-165, T:0-1": [[1101, 1038], [1099, 1040], [1100, 1041], [1100, 1042], [1102, 1044], [1105, 1044], [1105, 1039], [1103, 1039], [1103, 1038]]}, "center": {"142-165, T:0-1": [1103, 1041]}}, {"id": "txjhg5", "name": "osu!taiko", "description": "In this osu! game mode, players must hit different drums to the beat of the music. Largely inspired by the Japanese rhythm game Taiko no Tatsujin.", "links": {"website": ["https://osu.ppy.sh/wiki/en/Game_mode#osu!taiko"], "subreddit": ["osuplace", "osugame"]}, "path": {"51-164, T:0-1": [[719, 753], [716, 756], [716, 761], [719, 764], [723, 764], [726, 761], [726, 756], [723, 753]]}, "center": {"51-164, T:0-1": [721, 759]}}, {"id": "txjg0q", "name": "osu!", "description": "The original, default, and most popular ruleset in osu! Players must click circles, slide sliders, and spin spinners to the beat of the music.", "links": {"website": ["https://osu.ppy.sh/wiki/en/Game_mode/osu%21"], "subreddit": ["osuplace", "osugame"]}, "path": {"51-164, T:0-1": [[706, 752], [703, 755], [703, 761], [706, 764], [711, 764], [714, 761], [714, 755], [711, 752]]}, "center": {"51-164, T:0-1": [709, 758]}}, {"id": "txjf7n", "name": "Luna", "description": "Luna is a fictional character from the Sailor Moon franchise. She is a black cat who has the ability to talk, and serves as a mentoring figure for the main character and her companions, the Sailor Guardians.", "links": {"website": ["https://wikimoon.org/index.php/Luna"], "subreddit": ["sailormoon", "place_CentralAlliance"]}, "path": {"57-166, T:0-1": [[376, 989], [374, 991], [374, 997], [376, 999], [382, 999], [384, 997], [384, 991], [382, 989], [380, 991], [378, 991]]}, "center": {"57-166, T:0-1": [379, 995]}}, @@ -4968,7 +4968,7 @@ {"id": "txmx7w", "name": "Gaming community", "description": "A discord invite to a small lithuanian gamers community. Each evening you can almost certainly find someone playing together and having fun. Feel free to join :P", "links": {"discord": ["JW6HRNM"]}, "path": {"109-166, T:0-1": [[581, 1654], [624, 1654], [624, 1661], [581, 1661]]}, "center": {"109-166, T:0-1": [603, 1658]}}, {"id": "txmvc9", "name": "NiziU", "description": "NiziU is a Japanese-Korean idol girl group formed by JYP Entertainment and Sony Music Entertainment Japan. The group is composed of nine members: Mako, Rio, Maya, Riku, Ayaka, Mayuka, Rima, Miihi, and Nina.", "links": {"website": ["https://niziu.com/s/n123/?ima=3631", "https://en.wikipedia.org/wiki/NiziU"], "subreddit": ["niziu", "kpop"]}, "path": {"119-166, T:0-1": [[1533, 889], [1557, 889], [1557, 897], [1533, 897]]}, "center": {"119-166, T:0-1": [1545, 893]}}, {"id": "txmud9", "name": "The End of Everything", "description": "The End of Everything is a spell from the game Noita. Upon being cast, it will summon a series of 13 chaotic and destructive effects. You're heavily advised not to cast this spell.", "links": {"website": ["https://noita.wiki.gg/wiki/The_End_of_Everything"], "subreddit": ["noita", "place_CentralAlliance"]}, "path": {"63-166, T:0-1": [[554, 917], [551, 919], [548, 923], [548, 928], [550, 931], [554, 934], [559, 934], [563, 931], [565, 928], [565, 923], [562, 919], [559, 917]]}, "center": {"63-166, T:0-1": [557, 926]}}, -{"id": "txmu62", "name": "Punz", "description": "Punz is a Twitch streamer known for being in the Dream SMP Minecraft series. Pictured is Punz's Minecraft skin.\n\nThis art was made by the Dream SMP and Punz communities.", "links": {"website": ["https://www.twitch.tv/punz", "https://youtube.fandom.com/wiki/Punz", "https://dreamteam.fandom.com/wiki/Punz"], "subreddit": ["Punz", "dreamsmp"]}, "path": {"75-165, T:0-1": [[155, 953], [164, 953], [164, 962], [155, 962]]}, "center": {"75-165, T:0-1": [160, 958]}}, +{"id": "txmu62", "name": "Punz", "description": "Punz is a Twitch streamer and content creator known for being in the Dream SMP, a series for the game Minecraft. Pictured is Punz's Minecraft skin.\n\nThis art was made by the Dream SMP and Punz communities.", "links": {"website": ["https://www.twitch.tv/punz", "https://youtube.fandom.com/wiki/Punz", "https://dreamteam.fandom.com/wiki/Punz"], "subreddit": ["Punz", "dreamsmp"]}, "path": {"75-165, T:0-1": [[155, 953], [164, 953], [164, 962], [155, 962]]}, "center": {"75-165, T:0-1": [160, 958]}}, {"id": "txmtny", "name": "Burt's Casino", "description": "Burt's Casino is a private community.", "links": {}, "path": {"101-126": [[1746, 458], [1746, 464], [1782, 464], [1782, 458]], "92-100": [[1720, 489], [1720, 495], [1737, 495], [1737, 489]], "139-166, T:0-1": [[1746, 459], [1746, 465], [1782, 465], [1782, 459]]}, "center": {"101-126": [1764, 461], "92-100": [1729, 492], "139-166, T:0-1": [1764, 462]}}, {"id": "txmtao", "name": "Flag of the Azores", "description": "The Azores is an autonomous region of Portugal.", "links": {"website": ["https://en.wikipedia.org/wiki/Azores", "https://en.wikipedia.org/wiki/Flag_of_the_Azores"], "subreddit": ["azores", "portugal", "PORTUGALCARALHO"]}, "path": {"43-166, T:0-1": [[937, 360], [937, 367], [951, 367], [951, 360]]}, "center": {"43-166, T:0-1": [944, 364]}}, {"id": "txmrtw", "name": "Avi", "description": "Avi is a young girl from the Netherlands who has fought hard to keep her space. Her father contacted r/PlaceNL to ask for help in keeping her name on the canvas. They have succeeded.", "links": {"subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"109-166, T:0-1": [[1085, 1800], [1085, 1804], [1093, 1804], [1093, 1800]]}, "center": {"109-166, T:0-1": [1089, 1802]}}, @@ -5928,7 +5928,6 @@ {"id": "tynnk6", "name": "Timer Ball", "description": "A type of Poké Ball. It can be used to catch a wild Pokémon, being more likely to succeed the longer it has been since the start of the battle.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Timer_Ball"], "subreddit": ["pokemon"]}, "path": {"58-165, T:0-1": [[909, 714], [908, 713], [906, 712], [906, 711], [905, 709], [905, 706], [906, 705], [906, 704], [908, 703], [912, 702], [913, 702], [915, 703], [916, 705], [917, 708], [917, 711], [913, 714]]}, "center": {"58-165, T:0-1": [911, 708]}}, {"id": "tynmwh", "name": ":argeseal:", "description": "Originating from a group of osu!tournament players, :argeseal: is a combination of the dog from Happy Doggy Monday, named after the osu!player \"Arge\" who had his profile picture of the dog from Happy Doggy Monday, and :seal-1:, another popular emote from within osu!tournament players.", "links": {"website": ["https://osu.ppy.sh/users/11215030"]}, "path": {"109-166, T:0-1": [[1655, 1628], [1659, 1628], [1659, 1627], [1663, 1627], [1673, 1627], [1674, 1627], [1674, 1626], [1675, 1626], [1675, 1625], [1676, 1625], [1676, 1624], [1677, 1624], [1677, 1619], [1677, 1618], [1676, 1618], [1676, 1617], [1676, 1616], [1675, 1616], [1675, 1615], [1675, 1614], [1674, 1614], [1674, 1613], [1673, 1613], [1672, 1613], [1672, 1612], [1671, 1612], [1670, 1611], [1662, 1611], [1662, 1612], [1661, 1612], [1660, 1612], [1660, 1613], [1659, 1613], [1658, 1613], [1658, 1614], [1657, 1614], [1657, 1615], [1656, 1615], [1656, 1616], [1656, 1617], [1655, 1617], [1655, 1624], [1655, 1628], [1655, 1624], [1655, 1617], [1656, 1617], [1656, 1615]]}, "center": {"109-166, T:0-1": [1666, 1620]}}, {"id": "tynkr0", "name": "ootinii", "description": "This is ootinii, he's a jawa and a gamer. We got him into his proper place next to Yoda at the very last minute.", "links": {}, "path": {"109-166, T:0-1": [[768, 1662], [768, 1669], [776, 1669], [776, 1667], [775, 1667], [775, 1664], [774, 1664], [774, 1663], [773, 1663], [773, 1662]]}, "center": {"109-166, T:0-1": [772, 1666]}}, -{"id": "tynkhq", "name": "Wooden House", "description": "During the events of r/place it caught fire. Luckily, The truck on its left transformed into a firetruck and put out the fire.", "links": {}, "path": {"109-165, T:0-1": [[1131, 1022], [1131, 1016], [1130, 1015], [1130, 1014], [1135, 1009], [1136, 1008], [1138, 1008], [1138, 1006], [1142, 1006], [1142, 1008], [1143, 1009], [1147, 1013], [1147, 1016], [1147, 1023], [1131, 1023]]}, "center": {"109-165, T:0-1": [1139, 1016]}}, {"id": "tynabl", "name": "Coat of arms of the Faroe Islands", "description": "The head of the ram depicted on the Faroese coat of arms.", "links": {"website": ["https://en.wikipedia.org/wiki/Coat_of_arms_of_the_Faroe_Islands"], "subreddit": ["place_nordicunion", "FaroeIslands"]}, "path": {"95-165, T:0-1": [[417, 103], [414, 106], [414, 107], [413, 108], [413, 113], [414, 113], [414, 116], [419, 116], [419, 117], [423, 117], [423, 105], [421, 103]]}, "center": {"95-165, T:0-1": [418, 110]}}, {"id": "tyn9jq", "name": "Flag of Germany", "description": "Germany is a country in Central Europe.\n\nAfter the German r/placeDE community helped to defend the Kurzgesagt logo, they were commemorated with a little flag in the bottom-right corner.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://en.wikipedia.org/wiki/Flag_of_Germany"], "subreddit": ["placeDE", "de", "germany", "Kurzgesagt_Place", "kurzegesagt"], "discord": ["placeDE"]}, "path": {"56-166, T:0-1": [[785, 66], [790, 66], [790, 70], [785, 70]]}, "center": {"56-166, T:0-1": [788, 68]}}, {"id": "tyn84t", "name": "Malta Polar", "description": "A non-alcoholic malt drink from Venezuela.", "links": {"subreddit": ["vzla", "venezuela", "placevenezuela", "vnzla"]}, "path": {"106-166, T:0-1": [[1257, 790], [1257, 798], [1258, 799], [1259, 800], [1260, 801], [1260, 803], [1259, 804], [1265, 804], [1265, 803], [1266, 802], [1267, 801], [1267, 790], [1266, 789], [1265, 788], [1259, 788], [1258, 789]]}, "center": {"106-166, T:0-1": [1262, 793]}}, @@ -7370,7 +7369,7 @@ {"id": "uabymv", "name": "Louis XVI", "description": "Louis XVI was the last king of France, ruling from 1754 to 1793. The monarchy fell during the French Revolution, and Louis XVI was executed via guillotine.", "links": {"website": ["https://en.wikipedia.org/wiki/Louis_XVI"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"100-152": [[1136, 823], [1136, 829], [1142, 829], [1142, 823], [1140, 823], [1139, 822], [1138, 823]], "153-166, T:0-1": [[1138, 822], [1138, 829], [1144, 829], [1144, 822]]}, "center": {"100-152": [1139, 826], "153-166, T:0-1": [1141, 826]}}, {"id": "uabu8k", "name": "Bisexual car", "description": "A car in the colors of the bisexual pride flag. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"156-160": [[1090, 715], [1090, 717], [1094, 717], [1094, 715]], "147-155": [[1089, 715], [1089, 717], [1095, 717], [1095, 715]]}, "center": {"156-160": [1092, 716], "147-155": [1092, 716]}}, {"id": "uabtth", "name": "Lesbian car", "description": "A car in the colors of the lesbian pride flag. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"125-130": [[1078, 714], [1078, 716], [1084, 716], [1084, 714]], "70-120": [[1077, 714], [1077, 716], [1083, 716], [1083, 714]], "131-165, T:0-1": [[1082, 715], [1082, 717], [1088, 717], [1088, 715]]}, "center": {"125-130": [1081, 715], "70-120": [1080, 715], "131-165, T:0-1": [1085, 716]}}, -{"id": "uabtev", "name": "Transgender car", "description": "A car in the colors of the transgender pride flag. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"156-165, T:0-1": [[1075, 715], [1075, 717], [1081, 717], [1081, 715]]}, "center": {"156-165, T:0-1": [1078, 716]}}, +{"id": "uabtev", "name": "Transgender car", "description": "A car in the colors of the transgender pride flag. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"117-143, 146-151": [[1100, 1078], [1100, 1084], [1102, 1084], [1102, 1078]], "156-165, T:0-1": [[1075, 715], [1075, 717], [1081, 717], [1081, 715]]}, "center": {"117-143, 146-151": [1101, 1081], "156-165, T:0-1": [1078, 716]}}, {"id": "uabsxs", "name": "Gay car", "description": "A car in the colors of the gay pride flag. Gay people are men attracted to other men.", "links": {"website": ["https://en.wikipedia.org/wiki/Gay"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"58-129": [[1068, 714], [1068, 716], [1074, 716], [1074, 714]], "130-165, T:0-1": [[1068, 715], [1068, 717], [1074, 717], [1074, 715]]}, "center": {"58-129": [1071, 715], "130-165, T:0-1": [1071, 716]}}, {"id": "uabqtg", "name": "Lisa Simpson car", "description": "A car in the colors of the character Lisa Simpson from The Simpsons.", "links": {"website": ["https://en.wikipedia.org/wiki/Lisa_Simpson"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"159-164, T:0-1": [[1119, 751], [1119, 755], [1121, 755], [1121, 751]]}, "center": {"159-164, T:0-1": [1120, 753]}}, {"id": "uabqb3", "name": "Bart Simpson car", "description": "A car in the colors of the character Bart Simpson from The Simpsons.", "links": {"website": ["https://en.wikipedia.org/wiki/Bart_Simpson"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"158-164, T:0-1": [[1115, 751], [1115, 755], [1117, 755], [1117, 751]]}, "center": {"158-164, T:0-1": [1116, 753]}}, @@ -8622,7 +8621,7 @@ {"id": "yf6dr3", "name": "Poland", "description": "The country of Poland as it appears on a map, with the flag of Poland as the background.", "links": {"website": ["https://en.wikipedia.org/wiki/Poland", "https://en.wikipedia.org/wiki/Flag_of_Poland"]}, "path": {"87-131": [[1857, 175], [1853, 176], [1849, 183], [1848, 191], [1848, 200], [1853, 218], [1863, 222], [1866, 228], [1873, 228], [1874, 230], [1880, 230], [1883, 237], [1903, 235], [1908, 238], [1912, 238], [1921, 223], [1921, 191], [1919, 179], [1910, 172], [1904, 174], [1892, 174], [1891, 175]]}, "center": {"87-131": [1892, 204]}}, {"id": "yfaf72", "name": "JXG", "description": "JXG is the community of the streamer janix.", "links": {"website": ["https://www.twitch.tv/janix"], "subreddit": ["JXG"]}, "path": {"66-94": [[1878, 156], [1878, 162], [1891, 162], [1891, 156]]}, "center": {"66-94": [1885, 159]}}, {"id": "yfab2t", "name": "Pansexual flag", "description": "A pride flag representing the pansexual community. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["pansexual"]}, "path": {"71-72": [[1851, 167], [1851, 171], [1858, 171], [1858, 167]], "16-26": [[253, 254], [250, 257], [253, 260], [256, 257]], "36-44": [[485, 289], [485, 293], [493, 293], [493, 289]], "61-64": [[1093, 224], [1093, 233], [1097, 233], [1097, 224]], "2-13": [[1, 653], [1, 657], [27, 657], [27, 653]], "84-90": [[1933, 696], [1933, 697], [1938, 700], [1949, 700], [1953, 697], [1953, 696], [1971, 696], [1971, 698], [1973, 700], [1999, 700], [1999, 696]], "102-114": [[1123, 733], [1123, 737], [1129, 737], [1129, 733]], "115-122": [[1124, 733], [1124, 737], [1128, 737], [1128, 733]]}, "center": {"71-72": [1855, 169], "16-26": [253, 257], "36-44": [489, 291], "61-64": [1095, 229], "2-13": [14, 655], "84-90": [1975, 698], "102-114": [1126, 735], "115-122": [1126, 735]}}, -{"id": "yfaacm", "name": "Non-binary flag", "description": "A pride flag representing the non-binary community. Non-binary people identify as a gender other than only male or female. The non-binary flag was created in 2014 by Kye Rowan. The different ways people can have a non-binary gender is represented by each color.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"], "subreddit": ["NonBinary"]}, "path": {"100": [[927, 751], [927, 756], [929, 756], [929, 751]], "70-72": [[1850, 163], [1850, 168], [1858, 168], [1858, 163]], "49-56": [[81, 252], [81, 257], [88, 257], [88, 252]], "7-23": [[214, 264], [211, 267], [214, 270], [217, 267]], "111-118": [[1288, 377], [1288, 382], [1294, 382], [1294, 377]], "103-110": [[1288, 377], [1288, 382], [1298, 382], [1298, 377]], "97-99": [[926, 756], [926, 761], [930, 761], [930, 756]], "61-63": [[1059, 892], [1059, 897], [1062, 897], [1062, 892]], "83-90": [[1791, 974], [1791, 979], [1798, 979], [1798, 974]]}, "center": {"100": [928, 754], "70-72": [1854, 166], "49-56": [85, 255], "7-23": [214, 267], "111-118": [1291, 380], "103-110": [1293, 380], "97-99": [928, 759], "61-63": [1061, 895], "83-90": [1795, 977]}}, +{"id": "yfaacm", "name": "Non-binary flag", "description": "A pride flag representing the non-binary community. Non-binary people identify as a gender other than only male or female. The non-binary flag was created in 2014 by Kye Rowan. The different ways people can have a non-binary gender is represented by each color.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"], "subreddit": ["NonBinary"]}, "path": {"100": [[927, 751], [927, 756], [929, 756], [929, 751]], "70-72": [[1850, 163], [1850, 168], [1858, 168], [1858, 163]], "49-56": [[81, 252], [81, 257], [88, 257], [88, 252]], "7-23": [[214, 264], [211, 267], [214, 270], [217, 267]], "111-118": [[1288, 377], [1288, 382], [1294, 382], [1294, 377]], "103-110": [[1288, 377], [1288, 382], [1298, 382], [1298, 377]], "97-99": [[926, 756], [926, 761], [930, 761], [930, 756]], "61-63": [[1059, 892], [1059, 897], [1062, 897], [1062, 892]], "83-90": [[1791, 974], [1791, 979], [1798, 979], [1798, 974]], "138-142": [[1129, 1038], [1129, 1043], [1134, 1043], [1135, 1040], [1135, 1038]]}, "center": {"100": [928, 754], "70-72": [1854, 166], "49-56": [85, 255], "7-23": [214, 267], "111-118": [1291, 380], "103-110": [1293, 380], "97-99": [928, 759], "61-63": [1061, 895], "83-90": [1795, 977], "138-142": [1132, 1041]}}, {"id": "yfa8ip", "name": "1851", "description": "The year when Florida State University was founded.", "links": {"subreddit": ["fsu"]}, "path": {"58-61": [[1846, 109], [1846, 115], [1857, 115], [1857, 109]]}, "center": {"58-61": [1852, 112]}}, {"id": "yfa4a7", "name": "Traffic light", "description": "A traffic light is a device used to control the flow of traffic. The most common traffic lights use red, yellow, and green lights to signal whether vehicles should stop or proceed.", "links": {"website": ["https://en.wikipedia.org/wiki/Traffic_light"]}, "path": {"56-61": [[1831, 148], [1831, 162], [1837, 162], [1837, 148]]}, "center": {"56-61": [1834, 155]}}, {"id": "yfa00m", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"], "subreddit": ["SGaP"]}, "path": {"56-61": [[1801, 186], [1801, 197], [1797, 204], [1797, 207], [1836, 207], [1836, 198], [1838, 195], [1841, 195], [1841, 186]]}, "center": {"56-61": [1819, 197]}}, @@ -8634,7 +8633,7 @@ {"id": "yf99jp", "name": "69", "description": "69 is a sex position where two people simultaneously perform oral sex with each other. It has become a meme where any occurrence of the number 69 is treated as referring to the sex position; the typical response to such an occurrence is \"nice\".", "links": {"website": ["https://knowyourmeme.com/memes/69/", "https://en.wikipedia.org/wiki/69_(sex_position)"]}, "path": {"79": [[52, 362], [52, 369], [60, 369], [60, 362]], "145": [[1849, 196], [1849, 202], [1865, 202], [1865, 196]], "2-10": [[43, 569], [43, 575], [51, 575], [51, 569]], "55-60": [[456, 535], [456, 542], [465, 542], [465, 535]], "22-30": [[577, 522], [577, 532], [589, 532], [589, 522]]}, "center": {"79": [56, 366], "145": [1857, 199], "2-10": [47, 572], "55-60": [461, 539], "22-30": [583, 527]}}, {"id": "yf92px", "name": "Polska gurom", "description": "\"Polska gurom\" is a Polish meme and a misspelling of the Polish phrase \"Polska górą\", meaning \"Poland on top\" or \"Poland wins\".", "links": {"website": ["https://www.youtube.com/watch?v=wGeFVtLo1RA"]}, "path": {"145-149": [[1847, 176], [1847, 182], [1849, 182], [1849, 187], [1898, 187], [1898, 182], [1895, 182], [1895, 176]]}, "center": {"145-149": [1873, 182]}}, {"id": "yf9184", "name": "Viking helmet", "description": "A horned helmet is a common stereotype of the Vikings, a group of seafarers and raiders from Scandinavia during the Middle Ages. However, there is no evidence that the Vikings actually wore these helmets during combat; these helmets had a ceremonial role at most.\n\nRelative to the Baltic states map, this helmet was drawn in the location where Scandinavia is.", "links": {"website": ["https://en.wikipedia.org/wiki/Vikings"], "subreddit": ["Norge"]}, "path": {"74-83": [[1897, 101], [1895, 103], [1895, 106], [1896, 106], [1896, 110], [1899, 110], [1900, 111], [1901, 110], [1904, 110], [1904, 106], [1905, 106], [1905, 102], [1903, 101]]}, "center": {"74-83": [1900, 106]}}, -{"id": "yf8y4i", "name": "Flag of Belgium", "description": "Belgium is a country in Northwestern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Belgium", "https://en.wikipedia.org/wiki/Flag_of_Belgium"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"73": [[1161, 783], [1161, 785], [1165, 785], [1165, 783]], "98-99": [[1890, 107], [1890, 111], [1894, 111], [1894, 107]], "8-9": [[55, 254], [52, 257], [55, 260], [73, 260], [76, 257], [73, 254], [70, 257], [73, 260], [55, 260], [58, 257]], "10-21": [[55, 254], [52, 257], [55, 260], [58, 257]], "4-7": [[73, 254], [70, 257], [73, 260], [76, 257]]}, "center": {"73": [1163, 784], "98-99": [1892, 109], "8-9": [73, 257], "10-21": [55, 257], "4-7": [73, 257]}}, +{"id": "yf8y4i", "name": "Flag of Belgium", "description": "Belgium is a country in Northwestern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Belgium", "https://en.wikipedia.org/wiki/Flag_of_Belgium"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"73": [[1161, 783], [1161, 785], [1165, 785], [1165, 783]], "98-99": [[1890, 107], [1890, 111], [1894, 111], [1894, 107]], "8-9": [[55, 254], [52, 257], [55, 260], [73, 260], [76, 257], [73, 254], [70, 257], [73, 260], [55, 260], [58, 257]], "10-21": [[55, 254], [52, 257], [55, 260], [58, 257]], "4-7": [[73, 254], [70, 257], [73, 260], [76, 257]], "141-145": [[1117, 1069], [1117, 1078], [1121, 1078], [1121, 1069]]}, "center": {"73": [1163, 784], "98-99": [1892, 109], "8-9": [73, 257], "10-21": [55, 257], "4-7": [73, 257], "141-145": [1119, 1074]}}, {"id": "yf8wql", "name": "Flag of Skåne", "description": "Skåne (Scania) is Sweden's southernmost province. The province had (and still jokingly has) a long history of being fought over by both Sweden and Denmark. It is the only officially recognized province flag in Sweden.", "links": {"website": ["https://en.wikipedia.org/wiki/Scania", "https://en.wikipedia.org/wiki/Flag_of_Scania"], "subreddit": ["Skane", "sweden"]}, "path": {"9": [[151, 254], [148, 257], [151, 260], [154, 257], [151, 254], [181, 254], [178, 257], [181, 260], [184, 257], [181, 254]], "10": [[181, 254], [178, 257], [181, 260], [184, 257]], "100-104": [[1888, 109], [1888, 113], [1894, 113], [1894, 109]], "11-12": [[559, 254], [556, 257], [559, 260], [562, 257]]}, "center": {"9": [181, 257], "10": [181, 257], "100-104": [1891, 111], "11-12": [559, 257]}}, {"id": "yf8ute", "name": "Flag of Romania", "description": "Romania is a country in Eastern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Romania", "https://en.wikipedia.org/wiki/Flag_of_Romania"], "subreddit": ["Romania"]}, "path": {"100-106": [[1889, 107], [1889, 110], [1892, 110], [1892, 113], [1899, 113], [1899, 106], [1892, 106], [1892, 107]], "12-15": [[286, 264], [283, 267], [286, 270], [298, 270], [301, 267], [298, 264]], "6-9": [[298, 264], [295, 267], [298, 270], [301, 267]], "1-5": [[12, 572], [12, 580], [16, 580], [16, 572]], "86-93": [[661, 557], [661, 564], [688, 564], [688, 557]], "50-53": [[929, 527], [929, 531], [934, 531], [934, 527]], "147-151": [[1117, 579], [1117, 583], [1127, 583], [1127, 579]], "108-116, 136-138": [[476, 618], [476, 624], [486, 624], [486, 618]], "10-11, 16-17": [[292, 264], [289, 267], [292, 270], [298, 270], [301, 267], [298, 264]]}, "center": {"100-106": [1895, 109], "12-15": [292, 267], "6-9": [298, 267], "1-5": [14, 576], "86-93": [675, 561], "50-53": [932, 529], "147-151": [1122, 581], "108-116, 136-138": [481, 621], "10-11, 16-17": [295, 267]}}, {"id": "yf8tbx", "name": "Flag of Finland", "description": "Finland is a country in Northern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Finland", "https://en.wikipedia.org/wiki/Flag_of_Finland"], "subreddit": ["Suomi"]}, "path": {"96-108": [[1898, 109], [1898, 113], [1904, 113], [1904, 109]], "4-13": [[193, 254], [190, 257], [193, 260], [196, 257]], "19-20": [[553, 254], [550, 257], [553, 260], [556, 257]], "78-81": [[1337, 845], [1337, 851], [1346, 851], [1346, 845]]}, "center": {"96-108": [1901, 111], "4-13": [193, 257], "19-20": [553, 257], "78-81": [1342, 848]}}, @@ -10371,7 +10370,7 @@ {"id": "139yrf8", "name": "Armenia heart", "description": "A heart depicting the flag of Armenia, a country in the Caucasus region of Eastern Europe and Western Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Armenia", "https://en.wikipedia.org/wiki/Flag_of_Armenia"], "subreddit": ["armenia"]}, "path": {"78-83": [[1068, 871], [1066, 873], [1066, 874], [1070, 878], [1074, 874], [1074, 873], [1072, 871]]}, "center": {"78-83": [1070, 874]}}, {"id": "139yn8c", "name": "Brazil heart", "description": "A heart depicting the flag of Brazil, a country in South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Brazil", "https://en.wikipedia.org/wiki/Flag_of_Brazil"], "subreddit": ["brasil"]}, "path": {"65-91": [[1002, 871], [1000, 873], [1000, 874], [1004, 878], [1008, 874], [1008, 873], [1006, 871]]}, "center": {"65-91": [1004, 874]}}, {"id": "139z0j3", "name": "Germany-Celeste heart", "description": "A heart depicting the flag of Germany and the transgender flag of the Celeste artwork.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "http://www.celestegame.com/"], "subreddit": ["placeDE", "de", "germany", "celesteplace", "celestegame"], "discord": ["placeDE", "celeste"]}, "path": {"63-64": [[1041, 857], [1038, 860], [1038, 862], [1043, 867], [1048, 862], [1048, 860], [1045, 857]]}, "center": {"63-64": [1043, 861]}}, -{"id": "139zq2j", "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["bisexual"]}, "path": {"97-106": [[1019, 886], [1019, 898], [1074, 898], [1074, 886]], "82-96": [[1011, 886], [1011, 898], [1074, 898], [1074, 886]], "68-73": [[1011, 886], [1011, 898], [1062, 898], [1062, 886]], "56-67": [[1015, 886], [1015, 898], [1037, 898], [1037, 886]], "74-81": [[1011, 886], [1012, 898], [1062, 898], [1062, 892], [1072, 892], [1072, 896], [1074, 896], [1074, 892], [1062, 892], [1062, 886]]}, "center": {"97-106": [1047, 892], "82-96": [1043, 892], "68-73": [1037, 892], "56-67": [1026, 892], "74-81": [1041, 892]}}, +{"id": "139zq2j", "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["bisexual"]}, "path": {"97-106": [[1019, 886], [1019, 898], [1074, 898], [1074, 886]], "82-96": [[1011, 886], [1011, 898], [1074, 898], [1074, 886]], "68-73": [[1011, 886], [1011, 898], [1062, 898], [1062, 886]], "56-67": [[1015, 886], [1015, 898], [1037, 898], [1037, 886]], "74-81": [[1011, 886], [1012, 898], [1062, 898], [1062, 892], [1072, 892], [1072, 896], [1074, 896], [1074, 892], [1062, 892], [1062, 886]], "141-148": [[1124, 1056], [1124, 1057], [1125, 1058], [1125, 1060], [1129, 1060], [1129, 1056]], "130-140": [[1127, 1056], [1127, 1060], [1129, 1060], [1129, 1056]]}, "center": {"97-106": [1047, 892], "82-96": [1043, 892], "68-73": [1037, 892], "56-67": [1026, 892], "74-81": [1041, 892], "141-148": [1127, 1058], "130-140": [1128, 1058]}}, {"id": "13a03ls", "name": "Xenogender flag", "description": "A pride flag representing the xenogender community. Xenogender people feel that their gender cannot be described by human understandings of gender.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Xenogender"]}, "path": {"56-67": [[1037, 886], [1037, 894], [1050, 894], [1050, 886]]}, "center": {"56-67": [1044, 890]}}, {"id": "13a01du", "name": "Pansexual flag", "description": "A pride flag representing the pansexual community. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["pansexual"]}, "path": {"59-67": [[1037, 894], [1037, 898], [1050, 898], [1050, 894]], "96-103": [[1979, 878], [1977, 880], [1977, 882], [1986, 882], [1986, 878]], "85-95": [[1984, 878], [1984, 882], [1989, 882], [1989, 878]]}, "center": {"59-67": [1044, 896], "96-103": [1982, 880], "85-95": [1987, 880]}}, {"id": "139zygq", "name": "Trigender flag", "description": "A flag representing the trigender community. Trigender people experience three gender identities either simultaneously or varying between them.", "links": {"website": ["https://gender.fandom.com/wiki/Trigender"]}, "path": {"56-73": [[1059, 886], [1059, 892], [1067, 892], [1067, 886]]}, "center": {"56-73": [1063, 889]}}, @@ -10450,7 +10449,7 @@ {"id": "13g486r", "name": "Kobe Bryant", "description": "Kobe Bryant (#24) is a legendary basketball player who passed away tragically in 2020. Bryant's gold and purple jersey is heavily associated with him and his career with the Los Angeles Lakers in the National Basketball Association (NBA).\n\nThis art was drawn by streamer xQc.", "links": {"website": ["https://en.wikipedia.org/wiki/Kobe_Bryant", "https://www.twitch.tv/xqcow"], "subreddit": ["xqcow"]}, "path": {"123-125": [[1645, 868], [1645, 1044], [1830, 1044], [1830, 869]], "126-147": [[1723, 869], [1716, 876], [1712, 886], [1712, 899], [1716, 901], [1717, 905], [1717, 917], [1715, 917], [1708, 923], [1700, 925], [1688, 931], [1676, 943], [1671, 952], [1656, 969], [1649, 976], [1646, 981], [1646, 990], [1658, 1007], [1679, 1027], [1693, 1035], [1693, 1043], [1778, 1043], [1776, 1037], [1776, 1031], [1777, 1028], [1782, 1026], [1826, 982], [1827, 980], [1827, 972], [1822, 966], [1815, 957], [1800, 946], [1775, 923], [1761, 923], [1756, 920], [1750, 920], [1747, 911], [1747, 904], [1752, 897], [1747, 875], [1741, 869]]}, "center": {"123-125": [1737, 956], "126-147": [1733, 980]}}, {"id": "13go1p1", "name": "r/touhou", "description": "r/touhou is a subreddit focused on the Touhou Project games.\n\nThis text was originally a logo for the Marvel superhero comics. Stray Touhou fans kept changing this logo to \"Touhou\". In the end, the Touhou Hijack server gave up convincing people. Sorry Marvel fans.", "links": {"subreddit": ["touhou"]}, "path": {"107-166, T:0-1": [[1699, 822], [1699, 831], [1728, 831], [1728, 822]]}, "center": {"107-166, T:0-1": [1714, 827]}}, {"id": "twy1jw", "name": "The Legacy", "description": "The Legacy is a daily-addition Discord server with a map gimmick to find people from all regions of the world. The motto of the server is New Leg, signifying each new day. This art features a part of The Legacy's logo, an arm and leg.", "links": {"subreddit": ["newleg"]}, "path": {"69-166, T:0-1": [[1738, 824], [1736, 826], [1736, 829], [1738, 831], [1754, 831], [1757, 828], [1757, 824], [1754, 821], [1752, 823], [1752, 826], [1750, 826], [1750, 824]]}, "center": {"69-166, T:0-1": [1747, 828]}}, -{"id": "13gqfuf", "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["bisexual"]}, "path": {"75-97": [[1711, 887], [1711, 909], [1717, 909], [1717, 887]], "58-62": [[1945, 813], [1945, 817], [1949, 817], [1949, 813]], "162-166, T:0-1": [[244, 969], [244, 973], [246, 973], [246, 972], [256, 972], [256, 969], [254, 969], [254, 972], [246, 972], [246, 969]]}, "center": {"75-97": [1714, 898], "58-62": [1947, 815], "162-166, T:0-1": [245, 970]}}, +{"id": "13gqfuf", "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["bisexual"]}, "path": {"75-97": [[1711, 887], [1711, 909], [1717, 909], [1717, 887]], "58-62": [[1945, 813], [1945, 817], [1949, 817], [1949, 813]], "138-144": [[1153, 1039], [1153, 1043], [1158, 1043], [1158, 1039]], "162-166, T:0-1": [[244, 969], [244, 973], [246, 973], [246, 972], [256, 972], [256, 969], [254, 969], [254, 972], [246, 972], [246, 969]]}, "center": {"75-97": [1714, 898], "58-62": [1947, 815], "138-144": [1156, 1041], "162-166, T:0-1": [245, 970]}}, {"id": "13gq8is", "name": "Edmonton Oilers", "description": "The Edmonton Oilers are a National Hockey League team based in Edmonton, Alberta, Canada.", "links": {"website": ["https://www.nhl.com/oilers", "https://en.wikipedia.org/wiki/Edmonton_Oilers"], "subreddit": ["EdmontonOilers"]}, "path": {"75-122": [[1773, 869], [1770, 872], [1768, 876], [1768, 882], [1771, 887], [1774, 888], [1782, 888], [1786, 881], [1786, 877], [1783, 871], [1781, 869]]}, "center": {"75-122": [1777, 879]}}, {"id": "13himoo", "name": "KOI", "description": "KOI is a Spanish content creator and esports team owned by the esports2021 and Esland2021 Streamer of the Year IBAI and FCBarcelona football player Jerard Piqué.", "links": {"website": ["https://www.twitch.tv/koi", "https://twitter.com/KOI"]}, "path": {"138-166, T:0-1": [[1892, 893], [1892, 904], [1900, 904], [1900, 893]]}, "center": {"138-166, T:0-1": [1896, 899]}}, {"id": "13hikya", "name": "Nanite System Operative", "description": "Nanite System Operatives are one of the factions in the game PlanetSide 2.", "links": {"website": ["https://planetside.fandom.com/wiki/Nanite_Systems_Operative"], "subreddit": ["Planetside"]}, "path": {"98-166, T:0-1": [[1869, 894], [1869, 915], [1870, 915], [1874, 911], [1872, 909], [1871, 907], [1871, 901], [1872, 900], [1872, 896], [1870, 894]]}, "center": {"98-166, T:0-1": [1871, 911]}}, @@ -10502,7 +10501,7 @@ {"id": "13kkxj7", "name": "Flag of Bangladesh", "description": "Bangladesh is a country in South Asia, to the east of India on the Bay of Bengal.", "links": {"website": ["https://en.wikipedia.org/wiki/Bangladesh", "https://en.wikipedia.org/wiki/Flag_of_Bangladesh"], "subreddit": ["bangladesh"]}, "path": {"5-17": [[0, 927], [0, 942], [25, 942], [25, 927]], "18-22": [[0, 927], [0, 942], [23, 942], [23, 927]]}, "center": {"5-17": [13, 935], "18-22": [12, 935]}}, {"id": "13kkqw4", "name": "r/theswarm", "description": "Subreddit focused on covering r/place in black void.", "links": {"subreddit": ["theswarm"]}, "path": {"40-46": [[0, 992], [0, 1000], [45, 1000], [45, 992]]}, "center": {"40-46": [23, 996]}}, {"id": "13kkldj", "name": "r/jerma985", "description": "Subreddit focused on streamer Jerma985.", "links": {"subreddit": ["jerma985"]}, "path": {"30-63": [[94, 991], [94, 999], [139, 999], [139, 991]]}, "center": {"30-63": [117, 995]}}, -{"id": "13kkjti", "name": "Pansexual flag", "description": "A pride flag representing the pansexual community. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["pansexual"]}, "path": {"56-59": [[46, 996], [46, 1000], [64, 1000], [66, 998], [66, 996]], "78-90": [[129, 897], [129, 938], [133, 938], [133, 897]], "T:0-1": [[244, 966], [244, 970], [246, 970], [247, 968], [247, 966], [253, 966], [253, 968], [255, 970], [256, 970], [257, 969], [264, 969], [265, 970], [268, 970], [268, 966]], "40-47": [[920, 933], [920, 937], [926, 937], [926, 933]], "105-111": [[1506, 930], [1506, 932], [1510, 932], [1510, 930]], "161-166": [[244, 966], [244, 970], [246, 970], [247, 966], [253, 966], [253, 968], [255, 970], [256, 970], [259, 967], [259, 966]]}, "center": {"56-59": [56, 998], "78-90": [131, 918], "T:0-1": [266, 968], "40-47": [923, 935], "105-111": [1508, 931], "161-166": [255, 968]}}, +{"id": "13kkjti", "name": "Pansexual flag", "description": "A pride flag representing the pansexual community. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["pansexual"]}, "path": {"56-59": [[46, 996], [46, 1000], [64, 1000], [66, 998], [66, 996]], "78-90": [[129, 897], [129, 938], [133, 938], [133, 897]], "T:0-1": [[244, 966], [244, 970], [246, 970], [247, 968], [247, 966], [253, 966], [253, 968], [255, 970], [256, 970], [257, 969], [264, 969], [265, 970], [268, 970], [268, 966]], "40-47": [[920, 933], [920, 937], [926, 937], [926, 933]], "105-111": [[1506, 930], [1506, 932], [1510, 932], [1510, 930]], "140-143": [[1129, 1063], [1129, 1067], [1134, 1067], [1134, 1063]], "161-166": [[244, 966], [244, 970], [246, 970], [247, 966], [253, 966], [253, 968], [255, 970], [256, 970], [259, 967], [259, 966]]}, "center": {"56-59": [56, 998], "78-90": [131, 918], "T:0-1": [266, 968], "40-47": [923, 935], "105-111": [1508, 931], "140-143": [1132, 1065], "161-166": [255, 968]}}, {"id": "13kkhgr", "name": "Frog", "description": "A frog is a basic monster in Legends of Idleon.", "links": {"website": ["https://idleon.wiki/wiki/Frog"], "subreddit": ["idleon"]}, "path": {"70-73": [[1706, 637], [1703, 639], [1701, 642], [1701, 644], [1703, 644], [1703, 647], [1712, 647], [1714, 644], [1714, 641], [1712, 639], [1711, 639], [1711, 637]], "62-63": [[4, 927], [1, 929], [0, 932], [0, 935], [1, 937], [10, 937], [12, 934], [12, 931], [10, 931], [8, 927]], "74-165, T:0-1": [[1723, 636], [1720, 638], [1717, 641], [1717, 642], [1719, 642], [1720, 643], [1720, 645], [1721, 645], [1722, 644], [1725, 644], [1725, 645], [1723, 647], [1725, 649], [1726, 648], [1726, 647], [1729, 644], [1730, 644], [1732, 642], [1732, 641], [1727, 636]]}, "center": {"70-73": [1708, 642], "62-63": [5, 932], "74-165, T:0-1": [1726, 640]}}, {"id": "13kk3rv", "name": "r/placestart", "description": "Subreddit focused on placing retro Windows UI elements on r/place, including the Start button, taskbar, and title bar.", "links": {"subreddit": ["placestart"]}, "path": {"84-89": [[0, 971], [0, 978], [50, 978], [50, 971]]}, "center": {"84-89": [25, 975]}}, {"id": "13kk27t", "name": "Windows 98 Start button", "description": "Pictured is the Start button for Windows 98, an old version of the Windows operating system.", "links": {"website": ["https://en.wikipedia.org/wiki/Taskbar#Microsoft_Windows"], "subreddit": ["placestart"]}, "path": {"45-50": [[6, 978], [4, 980], [2, 992], [2, 995], [13, 998], [23, 998], [31, 991], [31, 988], [27, 984], [27, 980], [24, 977]], "56-62": [[0, 977], [0, 1000], [93, 1000], [93, 977]], "76-91": [[0, 978], [0, 995], [81, 995], [81, 978]]}, "center": {"45-50": [16, 988], "56-62": [47, 989], "76-91": [41, 987]}}, @@ -10578,7 +10577,7 @@ {"id": "13v075e", "name": "Rainbow Figura logo", "description": "A logo for the Minecraft mod Figura in the colors of the rainbow pride flag", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://www.curseforge.com/minecraft/mc-mods/figura"], "subreddit": ["Figura"]}, "path": {"23-97": [[764, 954], [760, 960], [760, 962], [769, 962], [769, 960], [765, 954]]}, "center": {"23-97": [765, 959]}}, {"id": "13wagxd", "name": "r/Ticos", "description": "Subreddit focused on Spanish YouTuber Ticos.", "links": {"subreddit": ["Ticos"]}, "path": {"17-50": [[739, 995], [739, 999], [766, 999], [766, 994], [746, 994], [745, 995]]}, "center": {"17-50": [753, 997]}}, {"id": "13wafdn", "name": "Flag of Costa Rica", "description": "Costa Rica is a small country in Central America known for its peaceful environment, biodiversity, and beautiful landscapes.", "links": {"website": ["https://en.wikipedia.org/wiki/Costa_Rica", "https://en.wikipedia.org/wiki/Flag_of_Costa_Rica"], "subreddit": ["costarica", "costa_rica", "Ticos"]}, "path": {"70-95": [[711, 993], [711, 1000], [781, 1000], [781, 993]], "56-69": [[728, 993], [728, 1000], [781, 1000], [781, 993]], "53-55": [[728, 993], [728, 1000], [795, 1000], [795, 993]], "14-50": [[728, 993], [728, 1000], [798, 1000], [798, 993]]}, "center": {"70-95": [746, 997], "56-69": [755, 997], "53-55": [762, 997], "14-50": [763, 997]}}, -{"id": "13vae81", "name": "Waifu Gang and 7k coalition", "description": "Just two groups of different friends on discord that joins them courage to create their logo. And we still are here at the end of the place and for the eternity", "links": {"discord": ["7eJDVXZRdZ"]}, "path": {"163-165": [[1115, 1102], [1115, 1113], [1129, 1113], [1129, 1102], [1115, 1099], [1115, 1101], [1128, 1101], [1128, 1098], [1115, 1098]]}, "center": {"163-165": [1122, 1107]}}, +{"id": "13vae81", "name": "Waifu Gang", "description": "Waifu Gang is a Discord server of a group of friends.\n\nWaifu Gang joined with another friend group Discord, 7k Coalition, to create their logos on the canvas. And we still are here at the end of r/place and for the eternity.", "links": {"discord": ["7eJDVXZRdZ"]}, "path": {"159-165, T:0-1": [[1116, 1100], [1116, 1110], [1118, 1112], [1120, 1112], [1122, 1110], [1122, 1100]]}, "center": {"159-165, T:0-1": [1119, 1106]}}, {"id": "13wal8j", "name": "Kenya-Costa Rica heart", "description": "A heart depicting the flags of Kenya and Costa Rica.", "links": {"website": ["https://en.wikipedia.org/wiki/Kenya", "https://en.wikipedia.org/wiki/Costa_Rica"], "subreddit": ["Kenya", "costarica", "costa_rica", "Ticos"]}, "path": {"31": [[725, 990], [722, 993], [722, 994], [728, 1000], [732, 996], [727, 991]], "45-48": [[725, 991], [722, 994], [728, 1000], [734, 994], [731, 991]]}, "center": {"31": [727, 995], "45-48": [728, 995]}}, {"id": "twia1e", "name": "#TreeGroup", "description": "A small collection of Redditors built this pixel art of a tree and two figures. They were allies with r/TheExpanse and others in the area.", "links": {}, "path": {"114-151": [[719, 944], [719, 954], [725, 954], [725, 944]], "4-113": [[719, 945], [719, 953], [725, 953], [725, 945]]}, "center": {"114-151": [722, 949], "4-113": [722, 949]}}, {"id": "13wal8k", "name": "716", "description": "The area code for Buffalo, New York, United States", "links": {"website": ["http://www.nhl.com/sabres", "https://en.wikipedia.org/wiki/Area_code_716"], "subreddit": ["sabres"]}, "path": {"53-165, T:0-1": [[855, 922], [855, 942], [861, 942], [861, 922]]}, "center": {"53-165, T:0-1": [858, 932]}}, @@ -10603,7 +10602,7 @@ {"id": "13zk03y", "name": "Suriname heart", "description": "A heart depicting the flag of Suriname, a country on the north side of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Suriname"]}, "path": {"142-143": [[1069, 905], [1067, 907], [1067, 909], [1071, 913], [1075, 909], [1075, 907], [1073, 905]]}, "center": {"142-143": [1071, 908]}}, {"id": "13zxafq", "name": "Panda", "description": "The panda is one of the symbols of YouTuber Sapnap. He used to be called \"pandas\", and his current username is \"pandas\" backwards with the 'd' changed to a 'p'.", "links": {"website": ["https://www.youtube.com/sapnap"], "subreddit": ["Sapnap", "dreamsmp"]}, "path": {"139-165, T:0-1": [[1164, 968], [1162, 970], [1162, 978], [1165, 981], [1167, 981], [1168, 982], [1171, 982], [1174, 980], [1176, 978], [1176, 974], [1177, 973], [1177, 969], [1175, 967], [1174, 967], [1173, 968]]}, "center": {"139-165, T:0-1": [1169, 975]}}, {"id": "13zxafr", "name": "tinakiFlower", "description": "tinakiFlower is a Twitch emote made by half-white, half-South-Korean Twitch streamer TinaKitten. She is known for games such as Among Us, Minecraft, and Tetris. Her amazing humour, drawing skills, and personality keep both her community and her friends entertained, cared for, and welcomed.", "links": {"website": ["https://www.twitchmetrics.net/e/emotesv2_34a081ffd15942f0ae99394fd7955d78-tinakiJorts", "https://www.twitch.tv/tinakitten"]}, "path": {"62-109": [[1178, 977], [1174, 981], [1174, 985], [1172, 985], [1171, 986], [1167, 986], [1167, 985], [1165, 983], [1164, 983], [1160, 988], [1160, 999], [1178, 999], [1181, 996], [1181, 992], [1183, 990], [1183, 985], [1185, 984], [1185, 981], [1181, 977]], "110-165, T:0-1": [[1177, 1000], [1176, 1001], [1176, 1010], [1175, 1011], [1176, 1012], [1176, 1024], [1174, 1028], [1177, 1031], [1177, 1037], [1176, 1038], [1176, 1039], [1178, 1040], [1178, 1047], [1176, 1050], [1176, 1054], [1174, 1054], [1174, 1057], [1174, 1063], [1173, 1064], [1173, 1065], [1176, 1067], [1176, 1080], [1173, 1083], [1173, 1085], [1174, 1086], [1174, 1099], [1173, 1100], [1175, 1102], [1175, 1109], [1174, 1110], [1174, 1111], [1178, 1114], [1180, 1114], [1184, 1109], [1183, 1097], [1181, 1094], [1181, 1087], [1184, 1085], [1184, 1076], [1185, 1075], [1185, 1062], [1186, 1061], [1186, 1060], [1185, 1059], [1185, 1054], [1184, 1054], [1184, 1045], [1186, 1043], [1185, 1042], [1185, 1037], [1183, 1035], [1183, 1029], [1181, 1027], [1181, 1026], [1183, 1021], [1183, 1019], [1182, 1019], [1182, 998], [1183, 997], [1183, 993], [1185, 991], [1184, 990], [1184, 985], [1185, 984], [1185, 982], [1181, 978], [1177, 978], [1173, 982], [1173, 985], [1172, 985], [1171, 986], [1167, 986], [1167, 985], [1165, 983], [1164, 983], [1160, 990], [1160, 995], [1164, 998], [1170, 998], [1171, 999], [1176, 999]]}, "center": {"62-109": [1174, 992], "110-165, T:0-1": [1180, 984]}}, -{"id": "140mw8x", "name": "Punz chain", "description": "Punz is a content creator Punz. The golden chain and coin are made after the chain he has on his skin for the game Minecraft.", "links": {"website": ["https://www.twitch.tv/punz"], "subreddit": ["Punz"]}, "path": {"63-165, T:0-1": [[1184, 958], [1182, 960], [1182, 962], [1187, 969], [1199, 981], [1217, 988], [1220, 992], [1224, 995], [1229, 995], [1234, 991], [1236, 988], [1240, 988], [1240, 986], [1244, 986], [1244, 984], [1263, 975], [1263, 971], [1261, 967], [1256, 974], [1235, 983], [1235, 981], [1232, 978], [1229, 976], [1224, 976], [1220, 979], [1218, 983], [1199, 974], [1191, 965], [1186, 958]]}, "center": {"63-165, T:0-1": [1227, 985]}}, +{"id": "140mw8x", "name": "Punz chain", "description": "Punz is a Twitch streamer and content creator known for being in the Dream SMP, a series for the game Minecraft. The golden chain and coin are made after the chain he has on his skin for the game Minecraft.", "links": {"website": ["https://www.twitch.tv/punz", "https://youtube.fandom.com/wiki/Punz", "https://dreamteam.fandom.com/wiki/Punz"], "subreddit": ["Punz"]}, "path": {"63-165, T:0-1": [[1184, 958], [1182, 960], [1182, 962], [1187, 969], [1199, 981], [1217, 988], [1220, 992], [1224, 995], [1229, 995], [1234, 991], [1236, 988], [1240, 988], [1240, 986], [1244, 986], [1244, 984], [1263, 975], [1263, 971], [1261, 967], [1256, 974], [1235, 983], [1235, 981], [1232, 978], [1229, 976], [1224, 976], [1220, 979], [1218, 983], [1199, 974], [1191, 965], [1186, 958]]}, "center": {"63-165, T:0-1": [1227, 985]}}, {"id": "140osfq", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid refers to someone whose gender identity changes over time. A genderfluid individual can identify as any gender, or combination of genders at any given time. Their gender can change at random or it may vary in response to different circumstances. One's gender can change over the course of hours, days, weeks, months, or years. For some individuals their gender changes on a somewhat consistent \"schedule\", while for others their gender changes at random times. Some genderfluid individuals can be fluid between all genders, or a large amount of genders. Other genderfluid individuals are fluid between a small handful of genders.", "links": {"website": ["https://lgbta.miraheze.org/wiki/Genderfluid"]}, "path": {"65-68": [[1151, 899], [1151, 905], [1154, 905], [1154, 899]], "105-112": [[1512, 930], [1512, 932], [1518, 932], [1518, 930]], "131-140": [[521, 1045], [521, 1051], [541, 1051], [541, 1045]], "159-166, T:0-1": [[1524, 918], [1524, 924], [1538, 924], [1538, 923], [1533, 918]]}, "center": {"65-68": [1153, 902], "105-112": [1515, 931], "131-140": [531, 1048], "159-166, T:0-1": [1531, 921]}}, {"id": "140oltv", "name": "Aroace heart", "description": "A heart depicting the aroace (aromantic, asexual) pride flag.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Aromantic_asexual"], "subreddit": ["aromanticasexual"]}, "path": {"82-92": [[1125, 905], [1123, 907], [1123, 909], [1127, 913], [1131, 909], [1131, 907], [1129, 905]]}, "center": {"82-92": [1127, 908]}}, {"id": "140ok9y", "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["bisexual"]}, "path": {"67-98": [[1153, 927], [1153, 931], [1160, 931], [1160, 927]], "57-66": [[1148, 899], [1142, 901], [1142, 905], [1147, 905], [1151, 908], [1161, 908], [1162, 909], [1165, 909], [1167, 908], [1176, 898], [1174, 895], [1159, 895], [1154, 899]], "135-165, T:0-1": [[1095, 1051], [1095, 1053], [1106, 1053], [1106, 1051]]}, "center": {"67-98": [1157, 929], "57-66": [1164, 902], "135-165, T:0-1": [1101, 1052]}}, @@ -10744,5 +10743,16 @@ {"id": "147ktdu", "name": "r/Habs", "description": "Subreddit focused on the Montreal Canadiens hockey team.", "links": {"subreddit": ["Habs"]}, "path": {"123-157": [[1031, 1009], [1031, 1015], [1057, 1015], [1057, 1009]]}, "center": {"123-157": [1044, 1012]}}, {"id": "147ktdv", "name": "Warp Pipe", "description": "A Warp Pipe is a type of pipe that commonly appears in the Mario games. It allows warping between locations.", "links": {"website": ["https://www.mariowiki.com/Warp_Pipe"], "subreddit": ["TeosGame"]}, "path": {"111-165, T:0-1": [[1088, 1014], [1085, 1017], [1085, 1021], [1086, 1022], [1086, 1031], [1090, 1036], [1096, 1036], [1099, 1030], [1100, 1028], [1100, 1022], [1101, 1021], [1101, 1017], [1098, 1014], [1097, 1014], [1097, 1017], [1098, 1018], [1098, 1020], [1089, 1020], [1089, 1017], [1090, 1016]]}, "center": {"111-165, T:0-1": [1093, 1027]}}, {"id": "147ktdw", "name": "Masaryk University-Freddy Fazbear heart", "description": "A heart with the background colors of the Masaryk University and Freddy Fazbear.", "links": {"website": ["https://www.muni.cz/", "https://freddy-fazbears-pizza.fandom.com/wiki/Freddy_Fazbear"], "subreddit": ["fivenightsatfreddys"]}, "path": {"163-165, T:0-1": [[1098, 1094], [1096, 1096], [1096, 1097], [1100, 1101], [1104, 1097], [1104, 1096], [1102, 1094]]}, "center": {"163-165, T:0-1": [1100, 1097]}}, -{"id": "147ktdx", "name": "Université de Montréal", "description": "Université de Montréal is a university in Montreal, Quebec, Canada.", "links": {"website": ["http://www.umontreal.ca/", "https://en.wikipedia.org/wiki/Universit%C3%A9_de_Montr%C3%A9al"], "subreddit": ["Quebec"]}, "path": {"161-165, T:0-1": [[1070, 1065], [1070, 1069], [1068, 1071], [1068, 1073], [1076, 1073], [1076, 1071], [1074, 1069], [1074, 1065]]}, "center": {"161-165, T:0-1": [1072, 1071]}} +{"id": "147ktdx", "name": "Université de Montréal", "description": "Université de Montréal is a university in Montreal, Quebec, Canada.", "links": {"website": ["http://www.umontreal.ca/", "https://en.wikipedia.org/wiki/Universit%C3%A9_de_Montr%C3%A9al"], "subreddit": ["Quebec"]}, "path": {"161-165, T:0-1": [[1070, 1065], [1070, 1069], [1068, 1071], [1068, 1073], [1076, 1073], [1076, 1071], [1074, 1069], [1074, 1065]]}, "center": {"161-165, T:0-1": [1072, 1071]}}, +{"id": "472", "name": "r/fuckcars parking lot", "description": "r/fuckcars is a subreddit dedicated to discussing the negative impacts of urban sprawl and car-dependent infrastructure on communities, safety, public health, and the environment. Examples include massive highways, huge parking lots, dangerous intersections, and bad road design. r/fuckcars aspires towards better urban planning and more sustainable and effective alternatives like mass transit and improved pedestrian/cycling infrastructure, particularly in the United States, which relies heavily on cars for commuting and travel.\n\nThis parking lot is meant to be an eyesore and waste valuable screen space, just like parking lots waste space in real life.", "links": {"subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"110-116": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1100], [1082, 1100], [1082, 1111], [1116, 1111], [1116, 1076]], "117-153": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1097], [1116, 1097], [1116, 1076]]}, "center": {"110-116": [1108, 1103], "117-153": [1108, 1085]}}, +{"id": "473", "name": "Asexual car", "description": "A car in the colors of the asexual pride flag. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149": [[1100, 1086], [1100, 1091], [1102, 1091], [1102, 1086]], "150-152": [[1103, 1086], [1103, 1092], [1100, 1092], [1100, 1097], [1102, 1097], [1102, 1092], [1103, 1092], [1103, 1091], [1107, 1091], [1107, 1086]]}, "center": {"149": [1101, 1089], "150-152": [1105, 1089]}}, +{"id": "474", "name": "Bisexual car", "description": "A car in the colors of the bisexual pride flag. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"114-122, 128-152": [[1108, 1087], [1108, 1091], [1110, 1091], [1110, 1087]]}, "center": {"114-122, 128-152": [1109, 1089]}}, +{"id": "475", "name": "Non-binary car", "description": "A car in the colors of the non-binary pride flag. Non-binary people identify as a gender other than only male or female.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"150-151": [[1112, 1087], [1112, 1098], [1114, 1098], [1114, 1087]]}, "center": {"150-151": [1113, 1093]}}, +{"id": "476", "name": "Genderqueer car", "description": "A car in the colors of the genderqueer pride flag. Genderqueer is an umbrella term similar to non-binary.", "links": {"website": ["https://gender.fandom.com/wiki/Genderqueer"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"115-120, 145-146": [[1100, 1087], [1100, 1091], [1102, 1091], [1102, 1087]], "131-144": [[1100, 1087], [1100, 1091], [1104, 1091], [1104, 1097], [1106, 1097], [1106, 1093], [1104, 1093], [1104, 1091], [1102, 1091], [1102, 1087]]}, "center": {"115-120, 145-146": [1101, 1089], "131-144": [1105, 1094]}}, +{"id": "477", "name": "Pansexual car", "description": "A car in the colors of the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"118-146": [[1104, 1078], [1104, 1082], [1106, 1082], [1106, 1078]]}, "center": {"118-146": [1105, 1080]}}, +{"id": "478", "name": "Lesbian car", "description": "A car in the colors of the lesbian pride flag. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149-151": [[1100, 1084], [1100, 1086], [1106, 1086], [1106, 1084]]}, "center": {"149-151": [1103, 1085]}}, +{"id": "479", "name": "7k Coalition", "description": "7k Coalition is a Discord server of a group of friends.\n\n7k Coalition joined with another friend group Discord, Waifu Gang, to create their logos on the canvas. And we still are here at the end of r/place and for the eternity.", "links": {}, "path": {"162-165, T:0-1": [[1122, 1100], [1122, 1112], [1127, 1112], [1127, 1100]]}, "center": {"162-165, T:0-1": [1125, 1106]}}, +{"id": "480", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"136-158": [[1117, 1074], [1117, 1114], [1116, 1114], [1116, 1123], [1120, 1123], [1120, 1114], [1117, 1114], [1117, 1106], [1121, 1106], [1121, 1074]]}, "center": {"136-158": [1118, 1116]}}, +{"id": "481", "name": "DreamNotFound Among Us crewmate", "description": "An Among Us crewmate in the colors of the DreamNotFound (DNF) flag. DreamNotFound is the ship name of content creators Dream and GeorgeNotFound.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["dreamnotfound2"]}, "path": {"132-141": [[1125, 1082], [1123, 1084], [1123, 1085], [1124, 1086], [1124, 1088], [1128, 1088], [1128, 1082]]}, "center": {"132-141": [1126, 1085]}}, +{"id": "482", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"147": [[1161, 1048], [1161, 1051], [1165, 1051], [1165, 1048]]}, "center": {"147": [1163, 1050]}} ] \ No newline at end of file From e693dcc4b6e97e0d31dbeac48d4d615b45badc55 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Fri, 23 Jun 2023 16:36:16 -0500 Subject: [PATCH 04/17] Updated (1200, 1000) to (1300, 1100) --- web/atlas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/atlas.json b/web/atlas.json index 50030641..6c164008 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -2741,7 +2741,7 @@ {"id": "tx2tyd", "name": "Alesa", "description": "Character mascot of YouTuber and streamer Michaelmcchill.", "links": {"website": ["https://www.twitch.tv/michaelmcchill"]}, "path": {"109-165, T:0-1": [[1215, 1091], [1207, 1091], [1207, 1103], [1216, 1103], [1216, 1091]]}, "center": {"109-165, T:0-1": [1212, 1097]}}, {"id": "tx2tt8", "name": "The Architects", "description": "The Architects is the team behind music producer Madeon's 2019 music album Good Faith.", "links": {"website": ["http://www.thearchitects.fr/", "https://en.wikipedia.org/wiki/Good_Faith_(Madeon_album)"], "subreddit": ["madeon"]}, "path": {"4-166, T:0-1": [[522, 717], [545, 717], [545, 740], [522, 740]]}, "center": {"4-166, T:0-1": [534, 729]}}, {"id": "tx2tlm", "name": "HI CCO", "description": "Pepegas greeting their lord CCOFTW aka KOKOFTU aka Charl with the help of their spanish friend, Lumicand", "links": {}, "path": {"109-166, T:0-1": [[1058, 1716], [1058, 1718], [1088, 1718], [1088, 1717], [1089, 1717], [1089, 1716], [1090, 1716]]}, "center": {"109-166, T:0-1": [1073, 1717]}}, -{"id": "tx2tlc", "name": "Punz subscriber badge", "description": "Punz is a Twitch streamer and content creator known for being in the Dream SMP, a series for the game Minecraft. This pumpkin resembles his Twitch subscriber badges.", "links": {"website": ["https://www.twitch.tv/punz"], "subreddit": ["Punz", "https://youtube.fandom.com/wiki/Punz", "https://dreamteam.fandom.com/wiki/Punz"]}, "path": {"63-109": [[1197, 947], [1193, 950], [1182, 961], [1182, 965], [1181, 966], [1182, 987], [1193, 999], [1263, 999], [1267, 995], [1265, 970], [1241, 946], [1241, 941], [1238, 939], [1236, 941], [1232, 941], [1232, 937], [1230, 934], [1221, 934], [1221, 944], [1218, 944], [1213, 941], [1211, 941], [1208, 946]], "110-165, T:0-1": [[1182, 965], [1183, 987], [1189, 995], [1206, 1005], [1242, 1007], [1259, 1001], [1266, 995], [1266, 986], [1263, 969], [1254, 957], [1241, 947], [1242, 943], [1233, 942], [1231, 934], [1221, 934], [1221, 939], [1222, 939], [1222, 943], [1221, 943], [1221, 944], [1218, 944], [1213, 941], [1210, 942], [1210, 947], [1201, 947], [1193, 952], [1186, 959], [1183, 959]]}, "center": {"63-109": [1225, 971], "110-165, T:0-1": [1226, 975]}}, +{"id": "tx2tlc", "name": "Punz subscriber badge", "description": "Punz is a Twitch streamer and content creator known for being in the Dream SMP, a series for the game Minecraft. This pumpkin resembles his Twitch subscriber badges.", "links": {"website": ["https://www.twitch.tv/punz", "https://youtube.fandom.com/wiki/Punz", "https://dreamteam.fandom.com/wiki/Punz"], "subreddit": ["Punz"]}, "path": {"63-109": [[1197, 947], [1193, 950], [1182, 961], [1182, 965], [1181, 966], [1182, 987], [1193, 999], [1263, 999], [1267, 995], [1265, 970], [1241, 946], [1241, 941], [1238, 939], [1236, 941], [1232, 941], [1232, 937], [1230, 934], [1221, 934], [1221, 944], [1218, 944], [1213, 941], [1211, 941], [1208, 946]], "110-165, T:0-1": [[1182, 965], [1183, 987], [1189, 995], [1206, 1005], [1242, 1007], [1259, 1001], [1266, 995], [1266, 986], [1263, 969], [1254, 957], [1241, 947], [1242, 943], [1233, 942], [1231, 934], [1221, 934], [1221, 939], [1222, 939], [1222, 943], [1221, 943], [1221, 944], [1218, 944], [1213, 941], [1210, 942], [1210, 947], [1201, 947], [1193, 952], [1186, 959], [1183, 959]]}, "center": {"63-109": [1225, 971], "110-165, T:0-1": [1226, 975]}}, {"id": "tx2tkx", "name": "billzo", "description": "Twitch streamer and YouTuber billzo's Minecraft skin. A little tribute made to the billzo from his offline chat (Chatzo).", "links": {"website": ["https://www.twitch.tv/billzo"]}, "path": {"109-166, T:0-1": [[844, 1447], [844, 1456], [853, 1456], [853, 1447]]}, "center": {"109-166, T:0-1": [849, 1452]}}, {"id": "tx2tg4", "name": "Elisawavess", "description": "Elisawavess (Elisa Waves) is a cute Spanish voice actress, commercial announcer, and streamer. She participated in the Spanish-French War on r/place.", "links": {"website": ["https://www.twitch.tv/elisawavess"]}, "path": {"109-166, T:0-1": [[189, 1000], [221, 1000], [221, 1039], [189, 1039]]}, "center": {"109-166, T:0-1": [205, 1020]}}, {"id": "tx2td1", "name": "National Oceanic and Atmospheric Administration", "description": "The National Oceanic and Atmospheric Administration, or NOAA for short, is a United States government agency that forecasts weather, monitors oceanic and atmospheric conditions, conducts deep-sea exploration, and more.\n\nThis artwork was organized by the Storm's Edge Discord server and Reddit's weather community.", "links": {"website": ["https://www.noaa.gov", "https://en.wikipedia.org/wiki/National_Oceanic_and_Atmospheric_Administration"], "subreddit": ["NOAA", "severeweather"], "discord": ["weather"]}, "path": {"63-166, T:0-1": [[1730, 589], [1725, 592], [1722, 597], [1722, 601], [1725, 606], [1730, 609], [1734, 609], [1737, 607], [1738, 605], [1740, 604], [1742, 601], [1742, 597], [1739, 592], [1734, 589]]}, "center": {"63-166, T:0-1": [1732, 599]}}, From a6d8b6eb750fd5f84ad4a4299aa714208eae4725 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Fri, 23 Jun 2023 17:51:34 -0500 Subject: [PATCH 05/17] Updated (1200, 1000) to (1300, 1100) --- web/atlas.json | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index 6c164008..39d194e6 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -1484,7 +1484,7 @@ {"id": "twteuv", "name": "Snakeroom", "description": "The logo and website of the Snakeroom group, a group dedicated to solving and discussing Reddit's yearly April Fools events and official Reddit-run ARGs — both before and while they happen.", "links": {"website": ["https://snakeroom.org"], "subreddit": ["snakeroomalliance"]}, "path": {"109-166, T:0-1": [[1764, 1208], [1764, 1191], [1772, 1191], [1772, 1189], [1771, 1188], [1771, 1184], [1773, 1182], [1774, 1182], [1775, 1181], [1775, 1179], [1776, 1178], [1777, 1177], [1778, 1176], [1779, 1175], [1796, 1175], [1797, 1176], [1798, 1176], [1803, 1181], [1803, 1182], [1804, 1183], [1804, 1190], [1803, 1191], [1803, 1192], [1800, 1195], [1799, 1197], [1798, 1198], [1797, 1199], [1796, 1201], [1796, 1202], [1795, 1203], [1795, 1208]]}, "center": {"109-166, T:0-1": [1784, 1192]}}, {"id": "twteuc", "name": "Rapid Rabid", "description": "Rapid Rabid is a friend group from sweden who hangout in discord shitposting memes about Gebbos, The character on the canvas.", "links": {}, "path": {"109-166, T:0-1": [[701, 1688], [701, 1675], [715, 1675], [715, 1681], [716, 1682], [717, 1683], [718, 1684], [718, 1688]]}, "center": {"109-166, T:0-1": [709, 1682]}}, {"id": "twteqz", "name": "Jobless", "description": "Jobless is a group of streamers including JL Tomy, JL Amaru, and JL Nateos.", "links": {"website": ["https://www.twitch.tv/jltomy", "https://www.twitch.tv/jlamaru", "https://www.twitch.tv/nateos"]}, "path": {"148-160": [[1849, 64], [1849, 93], [1877, 93], [1877, 64]]}, "center": {"148-160": [1863, 79]}}, -{"id": "twtegl", "name": "Corpse Husband", "description": "Mural of Corpse Husband, a YouTuber, streamer and musician. Artwork is based off the animation of Corpse in his song Agoraphobic.", "links": {"website": ["https://www.youtube.com/c/CorpseHusband"], "subreddit": ["CorpseHusband"]}, "path": {"109-165, T:0-1": [[1269, 1004], [1285, 1004], [1285, 1071], [1261, 1072], [1257, 1075], [1255, 1081], [1243, 1081], [1238, 1075], [1234, 1071], [1229, 1070], [1225, 1069], [1225, 1057], [1234, 1039], [1235, 1031], [1244, 1024], [1246, 1013], [1247, 1005], [1257, 1002], [1267, 1004], [1279, 1004]]}, "center": {"109-165, T:0-1": [1259, 1042]}}, +{"id": "twtegl", "name": "Corpse Husband", "description": "Corpse Husband is a YouTuber, streamer, and musician. This artwork is based off the animation of Corpse in his song Agoraphobic.", "links": {"website": ["https://www.youtube.com/c/CorpseHusband", "https://en.wikipedia.org/wiki/Corpse_Husband"], "subreddit": ["CorpseHusband"]}, "path": {"110-165, T:0-1": [[1255, 1003], [1251, 1007], [1250, 1007], [1248, 1009], [1248, 1013], [1247, 1014], [1247, 1018], [1249, 1020], [1249, 1024], [1247, 1024], [1242, 1029], [1236, 1032], [1235, 1034], [1235, 1038], [1238, 1040], [1238, 1042], [1234, 1050], [1234, 1059], [1237, 1064], [1238, 1064], [1238, 1066], [1240, 1068], [1240, 1070], [1243, 1070], [1245, 1072], [1250, 1072], [1251, 1073], [1256, 1073], [1261, 1071], [1270, 1071], [1271, 1070], [1277, 1070], [1277, 1068], [1279, 1066], [1282, 1066], [1282, 1064], [1283, 1063], [1286, 1063], [1286, 1040], [1285, 1040], [1284, 1042], [1280, 1042], [1274, 1039], [1270, 1038], [1266, 1034], [1266, 1033], [1262, 1029], [1262, 1028], [1265, 1028], [1269, 1024], [1269, 1020], [1270, 1020], [1273, 1016], [1273, 1014], [1271, 1011], [1271, 1008], [1269, 1008], [1266, 1005], [1264, 1004], [1258, 1004], [1257, 1003]]}, "center": {"110-165, T:0-1": [1255, 1052]}}, {"id": "twte9r", "name": "Flag of Hungary", "description": "Hungary is a country in Central Europe.\n\nThis is the second flag built by the Hungarian community on the canvas.", "links": {"website": ["https://en.wikipedia.org/wiki/Hungary", "https://en.wikipedia.org/wiki/Flag_of_Hungary"], "subreddit": ["hungary"]}, "path": {"56-88": [[1171, 251], [1171, 279], [1391, 279], [1391, 250]], "89-166, T:0-1": [[1171, 251], [1171, 279], [1496, 278], [1496, 250]]}, "center": {"56-88": [1345, 265], "89-166, T:0-1": [1334, 265]}}, {"id": "twte6v", "name": "Art Deco", "description": "Art Deco is an architectural style that spread across Europe in the 1920s.\n\nThere were plans to change this to an art nouveau background since that's more of a Belgian thing, but there was not enough time.", "links": {"website": ["https://en.wikipedia.org/wiki/Art_Deco"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"104-166, T:0-1": [[1282, 773], [1282, 830], [1332, 830], [1332, 773]]}, "center": {"104-166, T:0-1": [1296, 786]}}, {"id": "twte4k", "name": "Paimon", "description": "Paimon is the mascot character of Genshin Impact. Genshin Impact is an action role-playing game developed by Chinese developer miHoYo and first published in 2020. The game features an anime-style open-world environment and an action-based battle system using elemental magic and character-switching.\n\nThe blue stars around Paimon are called Primogems and are the premium currency of the game.", "links": {"website": ["https://genshin-impact.fandom.com/wiki/Paimon", "https://genshin.hoyoverse.com/", "https://en.wikipedia.org/wiki/Genshin_Impact"], "subreddit": ["GenshinPlace", "Genshin_Impact"]}, "path": {"58-166, T:0-1": [[1836, 725], [1836, 738], [1833, 741], [1836, 744], [1833, 747], [1833, 748], [1835, 750], [1835, 753], [1838, 756], [1838, 757], [1837, 758], [1837, 760], [1847, 760], [1849, 762], [1859, 762], [1862, 760], [1865, 760], [1866, 761], [1869, 761], [1869, 760], [1873, 760], [1873, 725]]}, "center": {"58-166, T:0-1": [1855, 743]}}, @@ -1590,7 +1590,7 @@ {"id": "twswau", "name": "Anıtkabir", "description": "Anıtkabir is the mausoleum of Mustafa Kemal Atatürk, the leader of the Turkish War of Independence who later became the founder and the first president of Republic of Turkey. Anıtkabir is located in Ankara, the capital of Turkey.", "links": {"website": ["https://en.wikipedia.org/wiki/An%C4%B1tkabir"], "subreddit": ["Turkey"]}, "path": {"109-165, T:0-1": [[796, 1073], [796, 1122], [902, 1122], [902, 1073]]}, "center": {"109-165, T:0-1": [849, 1098]}}, {"id": "twsw7r", "name": "Takumi", "description": "Depicts the protagonist Takumi from the manga Initial D in his famous Toyota AE86. Made as a collaboration between r/initiald and r/EightySix (for the anime/manga 86), with both arts using the '86'.", "links": {"website": ["https://en.wikipedia.org/wiki/Initial_D"], "subreddit": ["initiald"]}, "path": {"109-166, T:0-1": [[1144, 1777], [1144, 1784], [1136, 1784], [1136, 1785], [1130, 1785], [1130, 1790], [1133, 1790], [1133, 1791], [1136, 1791], [1136, 1793], [1164, 1793], [1164, 1784], [1155, 1784], [1155, 1777]]}, "center": {"109-166, T:0-1": [1148, 1787]}}, {"id": "twsw6i", "name": "Tampa Bay Rowdies", "description": "Green and yellow stripes to represent the Tampa Bay soccer (association football) team, the Rowdies.", "links": {"website": ["https://www.rowdiessoccer.com/", "https://en.wikipedia.org/wiki/Tampa_Bay_Rowdies"], "subreddit": ["TampaBayRowdies", "tampa"]}, "path": {"159-166, T:0-1": [[1737, 279], [1737, 263], [1742, 263], [1742, 279]]}, "center": {"159-166, T:0-1": [1740, 271]}}, -{"id": "twsw1r", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer and member of Dream SMP, a series for the game Minecraft.\n\nThis small pixel art was created and maintained in part by the My Little Pony fandom as a symbol of thanks toward Michaelmcchill for his help in protecting their crystal mural on r/place.", "links": {"website": ["https://www.michaelmcchill.com/"], "subreddit": ["Michaelmcchill", "dreamsmp"]}, "path": {"94": [[1598, 261], [1596, 263], [1596, 266], [1595, 267], [1599, 272], [1601, 272], [1604, 266], [1604, 264], [1602, 262], [1599, 262]], "109-111, 114-164, 95-103, T:0-1": [[1610, 264], [1609, 265], [1609, 268], [1608, 269], [1612, 274], [1614, 274], [1617, 268], [1617, 266], [1615, 264]]}, "center": {"94": [1600, 266], "109-111, 114-164, 95-103, T:0-1": [1613, 268]}}, +{"id": "twsw1r", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer, YouTuber, and member of Dream SMP, a series for the game Minecraft.\n\nThis small pixel art was created and maintained in part by the My Little Pony fandom as a symbol of thanks toward Michaelmcchill for his help in protecting their crystal mural on r/place.", "links": {"website": ["https://www.michaelmcchill.com/", "https://www.twitch.tv/michaelmcchill"], "subreddit": ["Michaelmcchill", "dreamsmp"]}, "path": {"94": [[1598, 261], [1596, 263], [1596, 266], [1595, 267], [1599, 272], [1601, 272], [1604, 266], [1604, 264], [1602, 262], [1599, 262]], "109-111, 114-164, 95-103, T:0-1": [[1610, 264], [1609, 265], [1609, 268], [1608, 269], [1612, 274], [1614, 274], [1617, 268], [1617, 266], [1615, 264]]}, "center": {"94": [1600, 266], "109-111, 114-164, 95-103, T:0-1": [1613, 268]}}, {"id": "twsvtj", "name": "BDE Info - Lyon 1 (Doua)", "description": "The student council of the IUT Informatique(IT) of Lyon 1 (Doua) in France.nA lot of love from baguette country <3 Support to all techies around the world !n", "links": {"website": ["https://bdeinfo.org"]}, "path": {"161-166, T:0-1": [[1669, 1810], [1669, 1819], [1715, 1819], [1715, 1810]]}, "center": {"161-166, T:0-1": [1692, 1815]}}, {"id": "twsvnf", "name": "Wakfu Logo", "description": "The logo of Wakfu, a MMORPG and cartoon series by French studio Ankama.", "links": {"website": ["https://www.wakfu.com/fr/mmorpg"]}, "path": {"109-166, T:0-1": [[1176, 1953], [1181, 1948], [1200, 1948], [1200, 1970], [1176, 1970]]}, "center": {"109-166, T:0-1": [1188, 1959]}}, {"id": "twsvmi", "name": "Deepwoken", "description": "Deepwoken is an open-world fantasy game on Roblox made by Monad Studios around 2019 after their successful work, Rogue Lineage. Like Rogue Lineage, it is a difficult game with permanent character loss, and losing characters is a part of the game that should be expected. Seek out your destiny upon an unforgiving sea and unravel the mysteries of a dying world. Discover and modify powerful abilities, find unique strengths, and develop your character into a force to be reckoned with. Desperately try to escape the horrors that lurk just beneath the waves. Whatever you do, it's your story to be told.\n\nDeveloped by: Ragoozer, Arch_Mage, Melon_Sensei, Dexerius, Grimmkind.\nBuilt by: Zartania, melonbeard.\nComposed by: Naktigonis\nContributions from: Snakeworl (scripting), yayafino (scripting), EstheKing (modelling), HorrorTM (modelling), minkle (modelling), Konrekhelm (modelling), Zintenka (modelling), Chicken_Man (ships), KAHAEL (clothing). The full list of contributors is listed in the credits screen; check out their work!\n\nIn this community canvas, the Discord invite is depicted alongside the two most (in)famous quotes among the community. The famous 'W' icon exists near one. Creations that references the game's enemies, skills, and items are scattered around the canvas.", "links": {"website": ["https://www.roblox.com/games/4111023553/Deepwoken"], "subreddit": ["deepwokenplace", "deepwoken"], "discord": ["deepwoken"]}, "path": {"132-156": [[341, 1350], [341, 1462], [370, 1462], [370, 1417], [360, 1417], [360, 1390], [400, 1390], [400, 1391], [418, 1391], [418, 1350]], "116-131": [[341, 1389], [341, 1462], [370, 1462], [370, 1417], [360, 1417], [360, 1389]], "68-93": [[1828, 244], [1828, 259], [1869, 259], [1869, 244]], "157-165, T:0-1": [[341, 1350], [341, 1462], [370, 1462], [370, 1417], [360, 1417], [360, 1390], [418, 1390], [418, 1373], [468, 1373], [468, 1360], [448, 1360], [448, 1350]]}, "center": {"132-156": [398, 1370], "116-131": [356, 1433], "68-93": [1849, 252], "157-165, T:0-1": [383, 1370]}}, @@ -1685,7 +1685,7 @@ {"id": "twsbxy", "name": "Catradora", "description": "Catradora is the ship name for Catra (left) and Adora (right) from the 2018 Netflix series She-Ra and the Princesses of Power. They are shown here in their season 1 designs, with Adora in She-Ra form. The background is a lesbian pride flag.", "links": {"website": ["https://shipping.fandom.com/wiki/Catradora"], "subreddit": ["catradora", "PrincessesOfPower"]}, "path": {"85-122": [[1573, 421], [1596, 421], [1596, 427], [1572, 427]], "123-166, T:0-1": [[1569, 421], [1597, 421], [1597, 427], [1569, 427]]}, "center": {"85-122": [1584, 424], "123-166, T:0-1": [1583, 424]}}, {"id": "twsbxs", "name": "Miltank", "description": "This lactating Pokémon was created by the streamer Ravs and his community in collaboration with the Belgium community.", "links": {"website": ["https://www.twitch.tv/ravs_"], "subreddit": ["Yogscast"]}, "path": {"109-166, T:0-1": [[1316, 1747], [1308, 1749], [1308, 1770], [1331, 1772], [1331, 1748]]}, "center": {"109-166, T:0-1": [1320, 1759]}}, {"id": "twsbwj", "name": "Blebs", "description": "Blebs are emotes of YouTuber and Twitch streamer Harry Marshall (Hrry), a member of The Yogscast. His community is also known as the Blebs.", "links": {"website": ["http://www.youtube.com/user/VeteranHarry", "https://www.twitch.tv/hrry", "https://yogscast.fandom.com/wiki/Harry_Marshall"], "subreddit": ["hrry"]}, "path": {"2-166, T:0-1": [[378, 549], [412, 549], [412, 583], [378, 583]]}, "center": {"2-166, T:0-1": [395, 566]}}, -{"id": "twsbt2", "name": "Lucky Luke", "description": "Lucky Luke, The man who shoots faster than his shadow, a famous Belgian bande dessinée character created by Morris. Lucky Luke is always chasing the brother Dalton among other adventures in the midwest, with his faithful steed Jolly Jumper.", "links": {"website": ["https://en.wikipedia.org/wiki/Lucky_Luke"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"109-165, T:0-1": [[1297, 1013], [1308, 1008], [1316, 1013], [1320, 1002], [1326, 1001], [1330, 1004], [1330, 1008], [1318, 1023], [1309, 1023], [1313, 1027], [1317, 1041], [1312, 1042], [1313, 1053], [1303, 1053], [1302, 1038], [1296, 1038]]}, "center": {"109-165, T:0-1": [1310, 1025]}}, +{"id": "twsbt2", "name": "Lucky Luke", "description": "Lucky Luke is a famous Belgian bande dessinée character created by Morris. He is known as the man who shoots faster than his shadow. Lucky Luke is always chasing the brother Dalton among other adventures in the American Midwest, with his faithful steed Jolly Jumper.", "links": {"website": ["https://en.wikipedia.org/wiki/Lucky_Luke"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"114-165, T:0-1": [[1307, 1009], [1304, 1011], [1299, 1011], [1299, 1013], [1297, 1015], [1297, 1016], [1300, 1016], [1301, 1017], [1302, 1017], [1302, 1024], [1300, 1024], [1300, 1027], [1298, 1029], [1296, 1034], [1296, 1040], [1302, 1040], [1303, 1042], [1303, 1050], [1301, 1052], [1301, 1053], [1312, 1053], [1312, 1050], [1311, 1050], [1311, 1043], [1312, 1042], [1312, 1040], [1316, 1040], [1316, 1034], [1314, 1029], [1314, 1027], [1312, 1027], [1309, 1025], [1309, 1024], [1313, 1022], [1317, 1022], [1323, 1017], [1323, 1013], [1324, 1013], [1326, 1011], [1328, 1011], [1328, 1009], [1330, 1009], [1332, 1006], [1329, 1003], [1329, 1002], [1326, 1000], [1325, 1001], [1323, 1001], [1321, 1003], [1319, 1003], [1319, 1005], [1317, 1005], [1317, 1011], [1315, 1011], [1312, 1014], [1312, 1010], [1310, 1010], [1309, 1009]]}, "center": {"114-165, T:0-1": [1307, 1033]}}, {"id": "twsbqf", "name": "Marvel", "description": "A section full of logos of popular Marvel teams and superheroes.", "links": {"website": ["https://marvel.com"], "subreddit": ["Marvel_Place"]}, "path": {"109-166, T:0-1": [[954, 1722], [977, 1722], [977, 1721], [978, 1720], [979, 1719], [982, 1719], [984, 1721], [986, 1719], [1007, 1719], [1008, 1715], [1008, 1707], [1001, 1701], [1001, 1697], [999, 1693], [996, 1691], [996, 1678], [990, 1678], [989, 1681], [981, 1682], [981, 1689], [955, 1688], [954, 1690], [954, 1695]]}, "center": {"109-166, T:0-1": [979, 1704]}}, {"id": "twsb2h", "name": "MF DOOM", "description": "Daniel Dumile, most known by his stage name MF DOOM, is a legendary underground rapper and your favourite rapper's favourite rapper. He died on October 31, 2020, but it wasn't until December 31, 2020 when his death was publicly announced via an Instagram post. DOOM was always an enigmatic figure, so this felt fully in-character for the villain. Always remember, all caps when you spell the man's name!", "links": {"website": ["https://www.gasdrawls.com/", "https://www.youtube.com/watch?v=zQ0yXh_ADlQ&list=PL9dk_xtWpAkKs1-EKcvq-nKwdaaS-3czd", "https://en.wikipedia.org/wiki/MF_Doom"], "subreddit": ["mfdoom"]}, "path": {"56-166, T:0-1": [[1588, 879], [1606, 879], [1606, 907], [1588, 907]]}, "center": {"56-166, T:0-1": [1597, 900]}}, {"id": "twsazy", "name": "Lil' guy", "description": "Look at the little guy.", "links": {}, "path": {"91-166, T:0-1": [[302, 722], [302, 717], [310, 717], [310, 722]]}, "center": {"91-166, T:0-1": [306, 720]}}, @@ -1722,7 +1722,7 @@ {"id": "twunmj", "name": "Karhu", "description": "Karhu is a Finnish beer brand. The name Karhu directly translates to \"bear\" in English.\n\nAlcohol is a big part of the Finnish culture, and Karhu is one of the best known alcohol/beer brands in Finland.", "links": {"website": ["https://www.karhu.fi/", "https://en.wikipedia.org/wiki/Karhu_(beer)"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"99-166, T:0-1": [[564, 203], [564, 218], [565, 230], [560, 234], [540, 235], [537, 233], [537, 203], [540, 202], [544, 205], [557, 205], [563, 202]]}, "center": {"99-166, T:0-1": [551, 221]}}, {"id": "twunm3", "name": "Cacabox", "description": "Cacabox is a French community of streamers, YouTubers, and Twitter users.", "links": {"website": ["https://www.youtube.com/channel/UC6izVPg2AiK83K-rqS6AgmA", "https://twitter.com/cacaboxtv"]}, "path": {"109-166, T:0-1": [[1387, 1261], [1387, 1279], [1445, 1279], [1445, 1261]]}, "center": {"109-166, T:0-1": [1416, 1270]}}, {"id": "twunc3", "name": "Rainbow Road", "description": "Rainbow Road is the final race track in all Mario Kart games.\n\nRainbow Road, returning from the first r/place and drawn by r/ainbowroad, was an initiative to draw a rainbow trail/road on the canvas and extend it as long as possible. Rainbow Road managed to span large swaths of the canvas in the earlier hours of r/place, though it was later confined to a more controlled area as other artworks defined their boundaries and filled the canvas.", "links": {"website": ["https://www.mariowiki.com/Rainbow_Road"], "subreddit": ["ainbowroad"]}, "path": {"94-124": [[1553, 274], [1553, 288], [1550, 290], [1550, 293], [1551, 294], [1551, 301], [1550, 302], [1537, 302], [1536, 301], [1511, 324], [1511, 330], [1509, 332], [1509, 335], [1506, 338], [1492, 354], [1496, 354], [1497, 353], [1503, 353], [1509, 358], [1509, 364], [1516, 364], [1517, 365], [1517, 376], [1525, 376], [1525, 352], [1552, 352], [1552, 337], [1608, 280], [1667, 280], [1670, 277], [1679, 277], [1685, 272], [1685, 260], [1689, 252], [1689, 228], [1677, 226], [1677, 212], [1660, 212], [1660, 215], [1646, 215], [1646, 210], [1634, 210], [1632, 212], [1628, 217], [1626, 217], [1626, 222], [1627, 222], [1627, 224], [1622, 224], [1617, 230], [1617, 235], [1615, 236], [1613, 236], [1613, 239], [1607, 246], [1607, 250], [1603, 250], [1603, 261], [1590, 261], [1583, 267], [1579, 267], [1579, 274]], "72-93": [[1554, 274], [1554, 292], [1551, 297], [1467, 382], [1467, 385], [1471, 388], [1472, 388], [1476, 379], [1480, 383], [1480, 388], [1476, 392], [1481, 401], [1485, 401], [1496, 390], [1496, 376], [1526, 376], [1526, 353], [1544, 353], [1552, 345], [1552, 336], [1558, 336], [1565, 329], [1565, 325], [1567, 323], [1572, 323], [1572, 319], [1586, 319], [1586, 308], [1600, 308], [1600, 295], [1603, 295], [1603, 280], [1616, 280], [1620, 278], [1637, 276], [1642, 282], [1666, 282], [1672, 276], [1680, 276], [1684, 273], [1689, 249], [1689, 228], [1674, 228], [1674, 212], [1713, 212], [1696, 195], [1681, 212], [1660, 212], [1660, 215], [1646, 215], [1638, 213], [1633, 213], [1629, 217], [1629, 224], [1623, 224], [1621, 228], [1615, 228], [1615, 236], [1607, 251], [1598, 251], [1572, 274]], "56-71": [[1661, 192], [1282, 572], [1226, 516], [1223, 522], [1272, 570], [1279, 570], [1286, 576], [1485, 393], [1522, 362], [1545, 348], [1562, 332], [1562, 330], [1572, 330], [1572, 319], [1586, 319], [1586, 309], [1597, 309], [1596, 300], [1603, 293], [1603, 280], [1612, 280], [1631, 256], [1659, 217], [1660, 199], [1675, 212], [1685, 212], [1689, 208], [1703, 208], [1707, 212], [1712, 212], [1712, 211], [1696, 195], [1680, 211]], "125-165, T:0-1": [[1515, 375], [1515, 376], [1526, 376], [1526, 354], [1551, 352], [1553, 336], [1570, 336], [1572, 320], [1574, 319], [1574, 298], [1582, 299], [1583, 308], [1595, 307], [1595, 281], [1638, 279], [1683, 279], [1684, 260], [1689, 257], [1689, 228], [1679, 227], [1679, 222], [1676, 219], [1677, 213], [1647, 213], [1642, 215], [1637, 213], [1632, 215], [1630, 216], [1628, 219], [1630, 225], [1629, 229], [1627, 228], [1626, 224], [1617, 229], [1615, 237], [1614, 240], [1615, 247], [1616, 248], [1611, 249], [1608, 249], [1608, 253], [1604, 254], [1604, 258], [1603, 261], [1607, 262], [1606, 268], [1597, 268], [1597, 274], [1553, 274], [1553, 279], [1513, 279], [1515, 283], [1513, 288], [1513, 293], [1516, 296], [1518, 296], [1526, 288], [1528, 288], [1528, 290], [1526, 293], [1526, 295], [1529, 295], [1529, 297], [1532, 300], [1532, 302], [1531, 303], [1528, 303], [1528, 306], [1511, 323], [1505, 323], [1498, 325], [1498, 326], [1516, 326], [1516, 359], [1515, 360]]}, "center": {"94-124": [1651, 247], "72-93": [1649, 248], "56-71": [1581, 294], "125-165, T:0-1": [1654, 248]}}, -{"id": "twunbl", "name": "Uber Sheep", "description": "A poster distributed by Hololive Japan 4th Generation VTuber Tsunomaki Watame on the Hololive Minecraft server. It depicts Watame wearing a watermelon helmet and riding a moped to deliver food, likely the dish Jingisukan.", "links": {"website": ["https://en.hololive.tv/portfolio/items/tsunomaki-watame"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1299, 1124], [1320, 1124], [1322, 1122], [1322, 1120], [1329, 1113], [1328, 1112], [1327, 1113], [1326, 1113], [1325, 1114], [1324, 1115], [1323, 1115], [1322, 1116], [1321, 1116], [1320, 1117], [1318, 1117], [1317, 1118], [1316, 1118], [1316, 1116], [1317, 1115], [1318, 1115], [1319, 1114], [1319, 1102], [1320, 1101], [1320, 1097], [1321, 1096], [1321, 1094], [1320, 1093], [1322, 1093], [1324, 1091], [1325, 1091], [1326, 1090], [1327, 1089], [1327, 1088], [1325, 1086], [1321, 1086], [1322, 1086], [1323, 1085], [1325, 1083], [1323, 1081], [1321, 1081], [1322, 1080], [1322, 1077], [1321, 1076], [1321, 1068], [1320, 1067], [1320, 1066], [1319, 1065], [1318, 1064], [1317, 1064], [1316, 1063], [1315, 1063], [1314, 1062], [1302, 1062], [1301, 1063], [1300, 1063], [1299, 1064], [1298, 1065], [1297, 1066], [1296, 1068], [1295, 1069], [1295, 1076], [1294, 1077], [1294, 1080], [1295, 1081], [1293, 1081], [1292, 1082], [1291, 1083], [1292, 1084], [1294, 1086], [1295, 1086], [1291, 1086], [1289, 1088], [1289, 1089], [1291, 1091], [1292, 1091], [1294, 1093], [1297, 1093], [1296, 1093], [1296, 1102], [1297, 1102], [1297, 1114], [1298, 1115], [1299, 1115], [1300, 1116], [1300, 1118], [1299, 1117], [1295, 1117], [1290, 1113], [1289, 1114], [1289, 1115], [1290, 1116], [1290, 1118], [1291, 1118], [1291, 1119], [1292, 1120], [1293, 1120], [1294, 1121], [1295, 1121], [1296, 1123], [1298, 1123]]}, "center": {"109-165, T:0-1": [1308, 1093]}}, +{"id": "twunbl", "name": "Uber Sheep", "description": "Uber Sheep is a poster distributed by VTuber Tsunomaki Watame of the VTuber agency Hololive (Hololive Japan 4th Generation). It was distributed on Hololive server for the game Minecraft, and depicts Watame wearing a watermelon helmet and riding a moped to deliver food, likely the dish Jingisukan.\n\nThis art was a collaboration between Hololive and Belgium, symbolized by the Belgian flag colors on the moped.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Tsunomaki_Watame"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"147-165, T:0-1": [[1299, 1124], [1320, 1124], [1322, 1122], [1322, 1120], [1329, 1113], [1328, 1112], [1327, 1113], [1326, 1113], [1325, 1114], [1324, 1115], [1323, 1115], [1322, 1116], [1321, 1116], [1320, 1117], [1318, 1117], [1317, 1118], [1316, 1118], [1316, 1116], [1317, 1115], [1318, 1115], [1319, 1114], [1319, 1102], [1320, 1101], [1320, 1097], [1321, 1096], [1321, 1094], [1320, 1093], [1322, 1093], [1324, 1091], [1325, 1091], [1326, 1090], [1327, 1089], [1327, 1088], [1325, 1086], [1321, 1086], [1322, 1086], [1323, 1085], [1325, 1083], [1323, 1081], [1321, 1081], [1322, 1080], [1322, 1077], [1321, 1076], [1321, 1068], [1320, 1067], [1320, 1066], [1319, 1065], [1318, 1064], [1317, 1064], [1316, 1063], [1315, 1063], [1314, 1062], [1302, 1062], [1301, 1063], [1300, 1063], [1299, 1064], [1298, 1065], [1297, 1066], [1296, 1068], [1295, 1069], [1295, 1076], [1294, 1077], [1294, 1080], [1295, 1081], [1293, 1081], [1292, 1082], [1291, 1083], [1292, 1084], [1294, 1086], [1295, 1086], [1291, 1086], [1289, 1088], [1289, 1089], [1291, 1091], [1292, 1091], [1294, 1093], [1297, 1093], [1296, 1093], [1296, 1102], [1297, 1102], [1297, 1114], [1298, 1115], [1299, 1115], [1300, 1116], [1300, 1118], [1299, 1117], [1295, 1117], [1290, 1113], [1289, 1114], [1289, 1115], [1290, 1116], [1290, 1118], [1291, 1118], [1291, 1119], [1292, 1120], [1293, 1120], [1294, 1121], [1295, 1121], [1296, 1123], [1298, 1123]]}, "center": {"147-165, T:0-1": [1308, 1084]}}, {"id": "twuna6", "name": "Flag of Basque Country", "description": "The Basque flag or ikurriña (also spelled ikurrina) is considered and used informally as a national or cultural symbol by the Basques and for the regions of the Basque Country (Euskal Herria), an autonomous community of Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Basque_Country_(autonomous_community)", "https://en.wikipedia.org/wiki/Basque_Country_(greater_region)"]}, "path": {"44-54": [[554, 242], [554, 254], [568, 254], [568, 242]], "63-132": [[1512, 413], [1531, 413], [1531, 427], [1512, 427]], "133-163": [[1512, 407], [1512, 427], [1531, 427], [1531, 414], [1525, 414], [1525, 407]], "164, T:0-1": [[1512, 414], [1512, 427], [1531, 427], [1531, 414]]}, "center": {"44-54": [561, 248], "63-132": [1522, 420], "133-163": [1519, 419], "164, T:0-1": [1522, 421]}}, {"id": "twun9j", "name": "Ween", "description": "A reference to the band Ween. The logo depicted is the trademark logo of the band, first used on their debut mainstream project God Ween Satan: The Oneness", "links": {"subreddit": ["ween"]}, "path": {"109-165, T:0-1": [[1219, 1278], [1220, 1266], [1227, 1271], [1235, 1274], [1245, 1270], [1269, 1261], [1271, 1259], [1272, 1278]]}, "center": {"109-165, T:0-1": [1250, 1272]}}, {"id": "twumiq", "name": "Philippines Base Charlie", "description": "Mindanao base, named 'Base Charlie', a place for the people of r/Philippines to express their artwork after being invaded multiple times by streamers.", "links": {"website": ["https://en.wikipedia.org/wiki/Philippines"], "subreddit": ["Philippines"]}, "path": {"109-165, T:0-1": [[352, 1600], [460, 1601], [461, 1675], [352, 1675], [352, 1601]]}, "center": {"109-165, T:0-1": [406, 1638]}}, @@ -2069,7 +2069,7 @@ {"id": "twvpwj", "name": "The Stanley Parable: Ultra Deluxe", "description": "The Stanley Parable: Ultra Deluxe is a remake of the 2013 game The Stanley Parable. It is available on PS5, PS4, Xbox Series X/S, Xbox One, Nintendo Switch, and Steam, and released on April 27th, 2022, shortly after r/place 2022. The game features branching pathways that allow the player to contradict the ever-present narrator's narration, leading to a variety of often-meta endings. You will play as Stanley, and you will not play as Stanley. Stanley is an office worker who sits in front of a computer pressing buttons as instructed, but the instructions stop mysteriously, leading Stanley to investigate what happened. \n\nThis art was created by the Crows Crows Crows community and allies nearby who helped defend until the very last moment. Eight. The flowers are a memorial to a user named Moofy, who was a big fan of the original Stanley Parable.", "links": {"website": ["https://stanleyparable.com/", "https://en.wikipedia.org/wiki/The_Stanley_Parable"], "subreddit": ["stanleyparable"], "discord": ["crows"]}, "path": {"75-90": [[527, 514], [527, 541], [549, 541], [549, 537], [551, 534], [554, 532], [554, 508], [551, 505], [548, 505], [545, 508], [545, 514]], "18-74": [[527, 514], [527, 541], [549, 541], [549, 537], [551, 535], [554, 538], [554, 514]], "91-166, T:0-1": [[530, 505], [527, 508], [527, 541], [549, 541], [549, 537], [551, 535], [553, 537], [554, 536], [554, 508], [551, 505]]}, "center": {"75-90": [540, 527], "18-74": [540, 527], "91-166, T:0-1": [541, 523]}}, {"id": "twvpjj", "name": "Urho Kekkonen", "description": "Urho Kekkonen was the 8th president of Finland. He was the longest-serving president in the country's history.", "links": {"website": ["https://en.wikipedia.org/wiki/Urho_Kekkonen"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"62-166, T:0-1": [[495, 226], [528, 226], [528, 236], [521, 239], [526, 249], [526, 253], [520, 267], [512, 269], [508, 269], [500, 264], [498, 262], [498, 255], [495, 255]]}, "center": {"62-166, T:0-1": [509, 246]}}, {"id": "twvpfn", "name": "Steam Deck", "description": "The Steam Deck is a portable gaming console that can also connect to a monitor for use as a home console. The console was released by Valve on February 28, 2022. It runs a modified version of the Linux distribution Arch Linux.", "links": {"website": ["https://www.steamdeck.com/", "https://en.wikipedia.org/wiki/Steam_Deck"], "subreddit": ["SteamDeck", "placetux"]}, "path": {"16-81": [[23, 695], [23, 698], [21, 700], [21, 701], [23, 703], [23, 706], [26, 706], [29, 703], [29, 698], [26, 695]], "13-15": [[22, 696], [22, 700], [21, 701], [21, 702], [22, 703], [22, 707], [25, 707], [29, 703], [29, 700], [25, 696]], "82-165, T:0-1": [[25, 693], [23, 695], [23, 696], [21, 698], [21, 699], [23, 701], [23, 704], [26, 704], [29, 701], [29, 696], [26, 693]]}, "center": {"16-81": [26, 701], "13-15": [25, 701], "82-165, T:0-1": [26, 699]}}, -{"id": "twvpen", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer and member of Dream SMP, a series for the game Minecraft.", "links": {"website": ["https://www.michaelmcchill.com/"], "subreddit": ["Michaelmcchill", "dreamsmp"]}, "path": {"78-84": [[1129, 777], [1129, 829], [1175, 829], [1175, 778], [1170, 774], [1147, 774], [1146, 775], [1131, 775]], "86-166, T:0-1": [[1192, 744], [1190, 746], [1190, 749], [1189, 750], [1190, 751], [1190, 753], [1192, 753], [1192, 755], [1195, 755], [1198, 748], [1198, 747], [1196, 745], [1193, 745]]}, "center": {"78-84": [1152, 802], "86-166, T:0-1": [1194, 749]}}, +{"id": "twvpen", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer, YouTuber, and member of Dream SMP, a series for the game Minecraft.", "links": {"website": ["https://www.michaelmcchill.com/", "https://www.twitch.tv/michaelmcchill"], "subreddit": ["Michaelmcchill", "dreamsmp"]}, "path": {"78-84": [[1129, 777], [1129, 829], [1175, 829], [1175, 778], [1170, 774], [1147, 774], [1146, 775], [1131, 775]], "86-166, T:0-1": [[1192, 744], [1190, 746], [1190, 749], [1189, 750], [1190, 751], [1190, 753], [1192, 753], [1192, 755], [1195, 755], [1198, 748], [1198, 747], [1196, 745], [1193, 745]]}, "center": {"78-84": [1152, 802], "86-166, T:0-1": [1194, 749]}}, {"id": "twvpdo", "name": "Rock Bottom", "description": "An item from the game series The Binding of Isaac, specifically the Repentance DLC. It is a notorious item for allowing some busted runs to occur because of its effect.", "links": {"website": ["https://bindingofisaacrebirth.fandom.com/wiki/Rock_Bottom"], "subreddit": ["bindingofisaac"]}, "path": {"123-166, T:0-1": [[503, 1779], [503, 1776], [506, 1773], [506, 1770], [507, 1769], [508, 1767], [508, 1766], [510, 1766], [510, 1764], [512, 1764], [512, 1763], [517, 1763], [518, 1764], [520, 1764], [521, 1765], [522, 1765], [524, 1767], [524, 1768], [525, 1769], [525, 1770], [526, 1771], [526, 1775], [523, 1779], [522, 1779], [521, 1780], [519, 1782], [516, 1782], [514, 1780], [512, 1779], [511, 1779], [513, 1782], [507, 1782]]}, "center": {"123-166, T:0-1": [517, 1772]}}, {"id": "twvpcq", "name": "VRowe Futra", "description": "VRowe Futra (VRF) is a Polish furry VR group on Telegram.", "links": {}, "path": {"150-166, T:0-1": [[952, 111], [952, 115], [962, 115], [962, 111]]}, "center": {"150-166, T:0-1": [957, 113]}}, {"id": "twvp7s", "name": "SterB", "description": "SterB, is a burger emote and Discord server icon of Steven Serge, also known as STAR_, Ster, or Niichts. Steven Serge is a YouTuber, Twitch streamer, and programmer formerly known for his content for the game Team Fortress 2. He was once considered one of the most influential TF2 players on the internet. He is also known for his YouTube series \"Basically\" and being the creator of The Myriad, a system similar to the tabletop game Dungeons & Dragons. He has made various videos with Jerma, and inspired Jerma to make his own channel.", "links": {"website": ["https://jerma-lore.fandom.com/wiki/Ster"], "subreddit": ["jerma985"]}, "path": {"101-108": [[126, 984], [130, 979], [136, 979], [136, 990], [146, 994], [141, 999], [131, 999], [128, 997], [126, 993], [125, 992], [126, 991]], "109-166, T:0-1": [[126, 984], [130, 979], [141, 979], [144, 981], [144, 993], [143, 994], [143, 997], [141, 999], [130, 999], [128, 997], [126, 993], [125, 992], [126, 991]]}, "center": {"101-108": [131, 989], "109-166, T:0-1": [135, 989]}}, @@ -2341,7 +2341,7 @@ {"id": "twxs8u", "name": "Asacoco", "description": "Asacoco is a fictional drug created by Kiryu Coco administered through a tail-like device. Kiryu Coco was a former virtual YouTuber and part of Hololive Productions. During her time with the company, she topped the charts as the all-time most super-chatted YouTuber, and she is widely regarded to have transformed the VTuber industry. During her final stream on July 1, 2021, she had nearly half a million live viewers.", "links": {"website": ["https://www.youtube.com/channel/UCS9uQI-jC3DE0L4IpXyvr6w", "https://holocure.fandom.com/wiki/Plug_Type_Asacoco"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"2-166, T:0-1": [[257, 754], [257, 755], [258, 755], [259, 756], [260, 756], [260, 757], [261, 757], [261, 758], [262, 758], [262, 759], [263, 759], [263, 760], [269, 760], [269, 761], [272, 761], [272, 762], [273, 762], [273, 764], [274, 764], [274, 765], [273, 765], [273, 767], [272, 768], [270, 768], [270, 769], [269, 769], [269, 772], [270, 772], [270, 773], [271, 773], [272, 773], [272, 771], [273, 771], [273, 770], [274, 770], [274, 769], [275, 769], [276, 769], [276, 768], [277, 768], [277, 766], [278, 766], [278, 759], [277, 759], [277, 757], [276, 757], [276, 756], [275, 756], [275, 755], [272, 755], [272, 754], [269, 754], [269, 753], [257, 753]]}, "center": {"2-166, T:0-1": [266, 756]}}, {"id": "twxs49", "name": "Ralsei", "description": "One of the main characters in Deltarune, an indie game created by Toby Fox. He is a fluffy goat prince with magical abilities, and serves as the party healer and resident expert and prince of the Dark World. He can also can lull enemies to sleep by singing lullabies. Everyone likes Ralsei. This art depicts his appearance after taking off his hat at the end of Chapter 1.\n\nSpecial thank you to r/Deltarune for helping us a ton. The in-game sprite is very troublesome because of the weird shading, so that caused a lot of misunderstanding and griefing. Please don't add red eyes to him.", "links": {"website": ["https://deltarune.fandom.com/wiki/Ralsei"], "subreddit": ["ralsei", "Deltarune"]}, "path": {"2-3": [[643, 779], [641, 781], [641, 784], [642, 785], [642, 793], [644, 796], [642, 796], [639, 799], [639, 800], [642, 803], [646, 803], [646, 809], [649, 809], [650, 810], [655, 810], [656, 809], [659, 809], [661, 807], [661, 792], [664, 790], [664, 785], [666, 783], [666, 781], [664, 779], [658, 779], [658, 778], [655, 775], [654, 775], [652, 777], [652, 778], [650, 778], [646, 782], [645, 782], [645, 781]], "4-165, T:0-1": [[677, 780], [677, 784], [679, 786], [679, 787], [678, 788], [678, 793], [679, 794], [679, 795], [680, 796], [680, 797], [677, 797], [675, 799], [675, 800], [677, 802], [683, 802], [683, 806], [682, 807], [683, 808], [684, 808], [685, 809], [688, 809], [688, 811], [687, 811], [685, 813], [685, 814], [687, 816], [691, 816], [694, 813], [694, 808], [695, 807], [699, 807], [700, 808], [702, 808], [707, 803], [707, 801], [705, 799], [703, 799], [700, 802], [699, 801], [699, 800], [696, 797], [696, 796], [697, 795], [700, 795], [701, 794], [705, 791], [705, 785], [701, 785], [701, 787], [697, 790], [695, 790], [695, 786], [700, 783], [700, 780], [696, 780], [696, 781], [693, 781], [693, 780], [691, 777], [690, 776], [689, 777], [689, 779], [685, 779], [681, 783], [680, 783], [678, 780]]}, "center": {"2-3": [651, 790], "4-165, T:0-1": [687, 791]}}, {"id": "twxs1g", "name": "Welsh sheep", "description": "Trail of Welsh sheep featuring flags such as Eqypt (an r/place neighbour and ally) and Ukraine, as well as LGBT pride sheep such as a rainbow sheep.", "links": {"website": ["https://en.wikipedia.org/wiki/Welsh_Mountain_sheep"], "subreddit": ["Wales"]}, "path": {"142-165, T:0-1": [[5, 136], [0, 136], [0, 93], [43, 94], [44, 130], [51, 130], [53, 133], [57, 134], [57, 136], [40, 137], [39, 98], [5, 98], [5, 132], [39, 132], [39, 137], [0, 136], [1, 136], [0, 136]]}, "center": {"142-165, T:0-1": [44, 133]}}, -{"id": "twxrl1", "name": "Clustertruck", "description": "Clustertruck is a game made by Landfall Games.\n\nThis art was made in collaboration with the TeosGame community to represent the speedrunning community of Clustertruck. The truck briefly transformed into a fire truck at one point to put out the nearby wooden house that had caught fire.", "links": {"website": ["https://www.speedrun.com/Clustertruck", "https://www.clustertruck.com/", "https://en.wikipedia.org/wiki/Clustertruck"]}, "path": {"113-165, T:0-1": [[1100, 1033], [1100, 1030], [1101, 1030], [1101, 1026], [1108, 1019], [1115, 1019], [1115, 1027], [1114, 1027], [1114, 1030], [1112, 1030], [1112, 1032], [1108, 1032], [1108, 1034], [1100, 1034]]}, "center": {"113-165, T:0-1": [1108, 1027]}}, +{"id": "twxrl1", "name": "Clustertruck", "description": "Clustertruck is a game made by independent Swedish studio Landfall Games and published by tinyBuild. It was released for Microsoft Windows, macOS, Linux, PlayStation 4, and Xbox One on September 27, 2016. It was released for Nintendo Switch on March 15, 2018.\n\nThis art was made in collaboration with the TeosGame community to represent the speedrunning community of Clustertruck. The truck briefly transformed into a fire truck at one point to put out the nearby wooden house that had caught fire.", "links": {"website": ["https://www.speedrun.com/Clustertruck", "https://www.clustertruck.com/", "https://en.wikipedia.org/wiki/Clustertruck"]}, "path": {"113-165, T:0-1": [[1100, 1033], [1100, 1030], [1101, 1030], [1101, 1026], [1108, 1019], [1115, 1019], [1115, 1027], [1114, 1027], [1114, 1030], [1112, 1030], [1112, 1032], [1108, 1032], [1108, 1034], [1100, 1034]]}, "center": {"113-165, T:0-1": [1108, 1027]}}, {"id": "twxreq", "name": "Factorio Locomotive", "description": "A blue-dyed locomotive from the videogame Factorio. This project on r/place was meant to incorperate several communities in cargo wagons but was limited due to space. The front of the locomotive is also cropped because a streamer expanded Mexico.", "links": {"website": ["https://www.factorio.com/"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"109-166, T:0-1": [[554, 1187], [522, 1187], [522, 1186], [510, 1186], [510, 1187], [504, 1187], [504, 1203], [509, 1203], [509, 1209], [554, 1209]]}, "center": {"109-166, T:0-1": [529, 1198]}}, {"id": "twxrdg", "name": "Gail Phoenotopia", "description": "The protagonist of the game Phoenotopia: Awakening.", "links": {"website": ["https://phoenotopia.com"], "subreddit": ["phoenotopia"]}, "path": {"116-117": [[1228, 1266], [1230, 1268], [1236, 1268], [1238, 1266], [1238, 1263], [1233, 1258], [1230, 1258], [1230, 1261], [1228, 1263]], "121-164, T:0-1": [[1874, 1235], [1875, 1235], [1876, 1236], [1879, 1239], [1879, 1242], [1878, 1243], [1880, 1246], [1878, 1246], [1878, 1247], [1876, 1249], [1875, 1248], [1874, 1249], [1873, 1248], [1872, 1247], [1870, 1246], [1872, 1244], [1872, 1242], [1871, 1242], [1871, 1240], [1871, 1239], [1873, 1237], [1876, 1237], [1874, 1237], [1875, 1237], [1874, 1237], [1875, 1237]]}, "center": {"116-117": [1233, 1264], "121-164, T:0-1": [1875, 1241]}}, {"id": "twxrbk", "name": "Squirtle Squad", "description": "A sprite of the Pokémon Squirtle from Pokémon Mystery Dungeon: Red/Blue Rescue Team, placed by a private friend group who uses it as a Discord server icon.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Squirtle_(Pok%C3%A9mon)"]}, "path": {"109-166, T:0-1": [[1714, 1439], [1705, 1439], [1704, 1447], [1703, 1447], [1703, 1449], [1705, 1450], [1717, 1450], [1716, 1449], [1715, 1448], [1716, 1447], [1716, 1443], [1715, 1442], [1714, 1440]]}, "center": {"109-166, T:0-1": [1710, 1445]}}, @@ -2637,12 +2637,12 @@ {"id": "tx3g3k", "name": "Big Chungus", "description": "Shoot da wabbit", "links": {}, "path": {"109-166, T:0-1": [[717, 1801], [717, 1802], [716, 1802], [716, 1829], [728, 1829], [728, 1824], [727, 1824], [727, 1823], [726, 1823], [726, 1820], [725, 1820], [725, 1819], [724, 1819], [724, 1818], [724, 1813], [725, 1813], [725, 1803], [724, 1803], [724, 1802], [723, 1802], [723, 1801], [723, 1802], [722, 1802], [722, 1805], [722, 1806], [721, 1806], [721, 1817], [719, 1817], [719, 1805], [718, 1805], [718, 1804], [718, 1802]]}, "center": {"109-166, T:0-1": [721, 1818]}}, {"id": "tx3fd3", "name": "Los Angeles Rams", "description": "The Rams are an American Football team that plays for the city of Los Angeles, California. The Rams recently won Super Bowl LVI in 2022 against the Cincinnati Bengals.", "links": {"website": ["https://www.therams.com"], "subreddit": ["LosAngelesRams"]}, "path": {"109-166, T:0-1": [[871, 1886], [871, 1893], [905, 1893], [905, 1886]]}, "center": {"109-166, T:0-1": [888, 1890]}}, {"id": "tx3eyy", "name": "Beelzebub", "description": "A character from the game helltaker made by vanripper", "links": {"website": ["https://store.steampowered.com/app/1289310/Helltaker/"], "subreddit": ["Helltaker"]}, "path": {"109-166, T:0-1": [[761, 1559], [761, 1581], [777, 1581], [777, 1559]]}, "center": {"109-166, T:0-1": [769, 1570]}}, -{"id": "tx3exs", "name": "Sykkuno", "description": "The Among Us avatar of Twitch streamer and YouTuber Sykkuno.", "links": {"website": ["https://www.twitch.tv/sykkuno"], "subreddit": ["sykkuno"]}, "path": {"109-165, T:0-1": [[1226, 1050], [1226, 1064], [1241, 1065], [1241, 1049], [1226, 1049]]}, "center": {"109-165, T:0-1": [1234, 1057]}}, +{"id": "tx3exs", "name": "Sykkuno", "description": "Sykkuno is a Twitch streamer and YouTuber. This is Sykkuno's avatar from the game Among Us.\n\nThis art is drawn behind Corpse Husband, since Corpse and Sykkuno are friends that played a lot of Among Us together on Twitch back in the day.", "links": {"website": ["https://www.twitch.tv/sykkuno"], "subreddit": ["sykkuno"]}, "path": {"141-165, T:0-1": [[1229, 1052], [1229, 1057], [1228, 1057], [1228, 1059], [1232, 1059], [1234, 1057], [1234, 1056], [1233, 1055], [1233, 1052]]}, "center": {"141-165, T:0-1": [1231, 1056]}}, {"id": "tx3e89", "name": "Berber flag", "description": "The Berber flag symbolizes the entire Amazigh people, living in harmony with their land. Amazigh, Berbers, or Imazighen are an ethnic group indigenous to North Africa, specifically Morocco, Algeria, Tunisia, and Libya, and to a lesser extent Mauritania, northern Mali, and northern Niger. Smaller Berber populations are also found in Burkina Faso and Egypt's Siwa Oasis.", "links": {"website": ["https://en.wikipedia.org/wiki/Berbers", "https://en.wikipedia.org/wiki/Berber_flag"], "subreddit": ["Morocco"]}, "path": {"153-162": [[1611, 818], [1611, 830], [1619, 830], [1619, 818]], "32-48": [[215, 53], [215, 64], [223, 64], [223, 53]], "124-131": [[0, 428], [36, 428], [36, 464], [0, 464]], "66-84": [[1486, 713], [1486, 724], [1494, 724], [1494, 713]], "163-166, T:0-1": [[1609, 820], [1609, 831], [1617, 831], [1617, 820]]}, "center": {"153-162": [1615, 824], "32-48": [219, 59], "124-131": [18, 446], "66-84": [1490, 719], "163-166, T:0-1": [1613, 826]}}, {"id": "tx3e4h", "name": "James Webb Space Telescope", "description": "Launched on the 25th of December, 2021, NASA's James Webb Space Telescope (JWST) is the largest space telescope to ever see the stars, and the successor to the Hubble Space Telescope. Designed to conduct infrared astronomy and now fully deployed, it will peer deeper into space than ever before. Its beehive-esque mirror consists of 18 hexagonal tiles.", "links": {"website": ["https://www.nasa.gov/mission_pages/webb/main/index.html", "https://en.wikipedia.org/wiki/James_Webb_Space_Telescope"], "subreddit": ["JamesWebbPlace", "jameswebb"]}, "path": {"78-114": [[1010, 387], [1010, 418], [1032, 418], [1032, 387]], "67-72": [[1370, 620], [1361, 627], [1361, 637], [1371, 644], [1377, 639], [1382, 633], [1382, 631]], "60-64": [[1499, 714], [1491, 720], [1491, 729], [1499, 735], [1500, 735], [1509, 730], [1509, 721], [1501, 714]], "115-165, T:0-1": [[1010, 384], [1032, 384], [1032, 405], [1034, 407], [1034, 411], [1032, 413], [1032, 421], [1010, 421], [1010, 413], [1008, 411], [1008, 407], [1010, 405]]}, "center": {"78-114": [1021, 403], "67-72": [1370, 632], "60-64": [1500, 724], "115-165, T:0-1": [1021, 409]}}, {"id": "tx3e1u", "name": "Utrecht University", "description": "Utrecht University is a university in the Netherlands.", "links": {"website": ["https://www.uu.nl/en", "https://en.wikipedia.org/wiki/Utrecht_University"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"146-165, T:0-1": [[1877, 45], [1894, 45], [1894, 52], [1877, 52]]}, "center": {"146-165, T:0-1": [1886, 49]}}, {"id": "tx3dy1", "name": "Apply", "description": "Apply is a former player of the game Overwatch, competing in the Overwatch League. He is now a GaySex streamer.", "links": {"website": ["https://www.twitch.tv/apply"]}, "path": {"96-166, T:0-1": [[1762, 665], [1795, 665], [1795, 687], [1762, 687]]}, "center": {"96-166, T:0-1": [1779, 676]}}, -{"id": "tx3dqu", "name": "Sapnap", "description": "A pixel illustration of the streamer Sapnap on a skateboard. Sapnap is a content creator who is mainly known for playing Minecraft. This image depicts a rendition of his Minecraft skin on a skateboard. It is modelled after Punz's figure a bit over to the left, because they are good friends and Sapnap liked how his figure looked. Sapnap is also a member of the Dream SMP (survival multiplayer).", "links": {"subreddit": ["sapnap", "dreamsmp"]}, "path": {"109-165, T:0-1": [[1219, 1108], [1219, 1109], [1222, 1111], [1223, 1113], [1225, 1113], [1225, 1111], [1236, 1111], [1236, 1113], [1238, 1113], [1240, 1111], [1242, 1108], [1237, 1099], [1237, 1092], [1235, 1088], [1239, 1083], [1244, 1089], [1245, 1089], [1246, 1085], [1240, 1077], [1234, 1071], [1225, 1070], [1219, 1077], [1217, 1079], [1218, 1083], [1220, 1085], [1224, 1089], [1221, 1094], [1221, 1099]]}, "center": {"109-165, T:0-1": [1230, 1091]}}, +{"id": "tx3dqu", "name": "Sapnap", "description": "Sapnap, real name Nicholas (Nick), is a member of the Dream Team content creator group. He is a gaming YouTuber who makes videos about the game Minecraft and the Minecraft plugins he and his friends have coded. He is also a member of the Minecraft series Dream SMP. He has been uploading on YouTube since 2019.\n\nThis image depicts a rendition of Sapnap's Minecraft skin on a skateboard. It is modelled after Punz's figure a bit over to the left, because they are good friends and Sapnap liked how his figure looked.", "links": {"website": ["https://www.youtube.com/sapnap"], "subreddit": ["Sapnap", "dreamsmp"]}, "path": {"122-165, T:0-1": [[1226, 1069], [1220, 1073], [1216, 1078], [1216, 1079], [1217, 1080], [1217, 1083], [1220, 1086], [1221, 1086], [1222, 1087], [1222, 1090], [1220, 1093], [1220, 1100], [1222, 1102], [1223, 1102], [1223, 1108], [1222, 1109], [1221, 1109], [1219, 1107], [1218, 1107], [1218, 1109], [1221, 1112], [1222, 1112], [1222, 1114], [1226, 1114], [1226, 1112], [1235, 1112], [1235, 1114], [1239, 1114], [1239, 1112], [1240, 1112], [1243, 1109], [1243, 1108], [1242, 1107], [1240, 1109], [1236, 1109], [1236, 1102], [1238, 1100], [1238, 1095], [1239, 1094], [1239, 1092], [1237, 1090], [1237, 1089], [1239, 1086], [1243, 1090], [1246, 1090], [1246, 1087], [1247, 1086], [1247, 1085], [1242, 1080], [1242, 1079], [1237, 1074], [1237, 1072], [1234, 1072], [1228, 1069]]}, "center": {"122-165, T:0-1": [1230, 1081]}}, {"id": "tx3dku", "name": "Los Angeles Dodgers", "description": "The Dodgers are an American Baseball team that plays for the city of Los Angeles, California. Featured is the phrase 7x WS, which denotes the fact that the Dodgers have won the World Series 7 times, most recently in 2020.", "links": {"website": ["https://www.mlb.com/dodgers"], "subreddit": ["Dodgers"]}, "path": {"109-166, T:0-1": [[1878, 1381], [1878, 1399], [1907, 1399], [1907, 1381]]}, "center": {"109-166, T:0-1": [1893, 1390]}}, {"id": "tx3da7", "name": "Aldo Spacewool's Server Art", "description": "A piece of art depicting vtuber Aldo Spacewool and original character D-Chan. Made by Aldo Spacewool's Discord server in a single night with burning passion and effort.", "links": {"discord": ["QJR4P9j"]}, "path": {"109-166, T:0-1": [[209, 1248], [209, 1259], [210, 1259], [210, 1265], [247, 1265], [247, 1255], [230, 1255], [230, 1248]]}, "center": {"109-166, T:0-1": [226, 1258]}}, {"id": "tx3d6s", "name": "Winged Golden Strawberry", "description": "A strawberry from the game Celeste. To collect it, the player must complete the entirety of Chapter 1 (A-side) without dashing.", "links": {"website": ["https://celestegame.fandom.com/wiki/Collectibles#Winged_Golden_Strawberry"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"3-107": [[547, 14], [545, 16], [555, 24], [559, 24], [562, 27], [563, 27], [566, 24], [570, 24], [580, 16], [578, 14], [569, 14], [569, 12], [556, 12], [556, 14]], "108-166, T:0-1": [[547, 17], [553, 17], [554, 18], [555, 18], [556, 19], [557, 18], [557, 15], [558, 15], [560, 17], [562, 15], [563, 15], [565, 17], [567, 15], [568, 15], [568, 18], [569, 19], [570, 18], [571, 18], [572, 17], [578, 17], [579, 18], [577, 20], [576, 20], [574, 22], [573, 22], [570, 25], [569, 25], [568, 24], [567, 24], [563, 28], [562, 28], [558, 24], [557, 24], [556, 25], [555, 25], [552, 22], [551, 22], [549, 20], [548, 20], [546, 18]]}, "center": {"3-107": [563, 18], "108-166, T:0-1": [563, 22]}}, @@ -2653,7 +2653,7 @@ {"id": "tx3clu", "name": "Green Puffle", "description": "A green Puffle from Club Penguin with a propeller hat. Made with nostalgia.", "links": {"website": ["https://clubpenguin.fandom.com/wiki/Green_Puffle"]}, "path": {"109-166, T:0-1": [[1493, 1788], [1490, 1786], [1495, 1786], [1502, 1798], [1497, 1806], [1489, 1806], [1484, 1797], [1487, 1791], [1490, 1789]]}, "center": {"109-166, T:0-1": [1493, 1797]}}, {"id": "tx3ck1", "name": "Flag of Mongolia", "description": "Mongolia is a country in East Asia.\n\nThis space was previously the flag of Taiwan. The flag of Mongolia was placed right above it, but moved down after the Roskilde Cathedral was built.", "links": {"website": ["https://en.wikipedia.org/wiki/Mongolia", "https://en.wikipedia.org/wiki/Flag_of_Mongolia"], "subreddit": ["mongolia"]}, "path": {"75-97": [[276, 144], [276, 158], [295, 158], [295, 144]], "56-74": [[276, 148], [276, 158], [295, 158], [295, 148]], "120-133": [[276, 145], [276, 158], [295, 158], [295, 145]], "154-165, T:0-1": [[276, 158], [296, 158], [296, 171], [276, 171]]}, "center": {"75-97": [286, 151], "56-74": [286, 153], "120-133": [286, 152], "154-165, T:0-1": [286, 165]}}, {"id": "tx3civ", "name": "Afterlife Project logo", "description": "The logo of a DreamSMP fangame about the character Ghostbur played by Wilbur Soot, represented by the blue heart. The fangame is called Limbo: A Ghostbur's Tale, also referred to as the Afterlife Project.", "links": {"website": ["https://twitter.com/LimbobyGhostbur"]}, "path": {"109-165, T:0-1": [[829, 1386], [837, 1386], [837, 1394], [829, 1394]]}, "center": {"109-165, T:0-1": [833, 1390]}}, -{"id": "tx3cbk", "name": "Doozer", "description": "Doozers are used by Twitch streamer Foolish_Gamers to personify his chat.\n\nThis is a stylized version of a doozer from Fraggle Rock, the Jim Henson puppet musical. The original art was done by @matchawoozi (Church) on Twitter.", "links": {"website": ["https://www.twitch.tv/foolish_gamers"], "subreddit": ["FoolishGamers"]}, "path": {"112-165, T:0-1": [[1191, 1074], [1188, 1076], [1186, 1079], [1182, 1079], [1180, 1081], [1182, 1084], [1183, 1084], [1183, 1085], [1186, 1088], [1186, 1090], [1184, 1092], [1184, 1094], [1183, 1095], [1183, 1103], [1185, 1103], [1185, 1108], [1184, 1108], [1184, 1111], [1187, 1114], [1193, 1114], [1195, 1112], [1195, 1107], [1197, 1109], [1199, 1113], [1203, 1113], [1205, 1111], [1205, 1110], [1212, 1110], [1214, 1108], [1214, 1106], [1215, 1106], [1215, 1102], [1208, 1102], [1207, 1104], [1206, 1104], [1205, 1103], [1205, 1102], [1207, 1100], [1207, 1094], [1205, 1092], [1207, 1092], [1207, 1090], [1211, 1090], [1211, 1083], [1213, 1081], [1213, 1080], [1210, 1077], [1206, 1076], [1204, 1074]]}, "center": {"112-165, T:0-1": [1195, 1096]}}, +{"id": "tx3cbk", "name": "Doozer", "description": "Doozers are creatures from Fraggle Rock, the Jim Henson puppet musical in the Muppets universe. Doozers are used by Twitch streamer Foolish_Gamers to personify his chat, receiving the name after Foolish suggested that the chat was his construction workforce while building in the game Minecraft. This art was originally done by @matchawoozi (Church) on Twitter.", "links": {"website": ["https://www.twitch.tv/foolish_gamers"], "subreddit": ["FoolishGamers"]}, "path": {"112-165, T:0-1": [[1191, 1074], [1188, 1076], [1186, 1079], [1182, 1079], [1180, 1081], [1182, 1084], [1183, 1084], [1183, 1085], [1186, 1088], [1186, 1090], [1184, 1092], [1184, 1094], [1183, 1095], [1183, 1103], [1185, 1103], [1185, 1108], [1184, 1108], [1184, 1111], [1187, 1114], [1193, 1114], [1195, 1112], [1195, 1107], [1197, 1109], [1199, 1113], [1203, 1113], [1205, 1111], [1205, 1110], [1212, 1110], [1214, 1108], [1214, 1106], [1215, 1106], [1215, 1102], [1208, 1102], [1207, 1104], [1206, 1104], [1205, 1103], [1205, 1102], [1207, 1100], [1207, 1094], [1205, 1092], [1207, 1092], [1207, 1090], [1211, 1090], [1211, 1083], [1213, 1081], [1213, 1080], [1210, 1077], [1206, 1076], [1204, 1074]]}, "center": {"112-165, T:0-1": [1195, 1096]}}, {"id": "tx3c7m", "name": "RIP SIR logo", "description": "SIR is an engineer formation from Polytech Lyon located in the city of Roanne in France. SIR is the French acronym for Industrial Systems and Robotics. Here rests in peace the logo after being invaded by A2C.", "links": {"website": ["https://polytech.univ-lyon1.fr/formation/cycle-ingenieur/systemes-industriels"]}, "path": {"109-165, T:0-1": [[365, 1565], [380, 1565], [380, 1571], [365, 1571]]}, "center": {"109-165, T:0-1": [373, 1568]}}, {"id": "tx3c5h", "name": "TubNet", "description": "TubNet, is an upcoming server network for the game Minecraft, including both the Java & Bedrock versions. It was founded by Twitch streamer Tubbo. Fans of the streamer made this logo to show support and excitement for the server!", "links": {"website": ["https://twitter.com/tubnet"], "subreddit": ["Tubbo_"]}, "path": {"93-167, T:0-1": [[1774, 141], [1774, 153], [1789, 153], [1789, 141]]}, "center": {"93-167, T:0-1": [1782, 147]}}, {"id": "tx3bx1", "name": "KDE", "description": "KDE is a Linux-focused free (as in freedom) software community known for the Plasma desktop environment and many smaller projects. \"KDE\" stands for \"K Desktop Environment\".", "links": {"website": ["https://kde.org/", "https://en.wikipedia.org/wiki/KDE"], "subreddit": ["kde", "placetux"]}, "path": {"81-115": [[26, 680], [26, 682], [23, 682], [23, 686], [22, 686], [22, 688], [23, 688], [23, 692], [31, 692], [31, 688], [32, 688], [32, 680]], "2-80": [[27, 681], [27, 683], [24, 683], [24, 687], [23, 687], [23, 689], [24, 689], [24, 693], [32, 693], [32, 689], [33, 689], [33, 681]], "116-166, T:0-1": [[31, 691], [32, 689], [32, 680], [24, 680], [22, 682], [21, 685], [21, 688], [22, 691], [25, 692], [28, 692]]}, "center": {"81-115": [27, 686], "2-80": [28, 687], "116-166, T:0-1": [27, 686]}}, @@ -2684,7 +2684,7 @@ {"id": "tx3696", "name": "Inca Kola", "description": "Inca Kola is a popular Peruvian soft drink that uses lemon verbena leaves as the main ingredient.", "links": {"website": ["https://en.wikipedia.org/wiki/Inca_Kola"], "subreddit": ["PERU"]}, "path": {"130-140": [[540, 617], [540, 621], [538, 623], [538, 643], [540, 645], [545, 645], [547, 643], [547, 623], [545, 621], [545, 617]], "80-129": [[540, 620], [540, 624], [538, 627], [538, 646], [548, 646], [548, 627], [546, 624], [546, 620]], "141-165, T:0-1": [[540, 618], [540, 622], [538, 625], [538, 645], [548, 645], [548, 625], [546, 622], [546, 618]]}, "center": {"130-140": [543, 632], "80-129": [543, 634], "141-165, T:0-1": [543, 632]}}, {"id": "tx363y", "name": "Hot Drink Studios", "description": "Hot Drink Studios is an indie software developer group. They are responsible for projects such as Wizlon Time.", "links": {"website": ["https://wizlontime.com/"]}, "path": {"154": [[1462, 338], [1462, 345], [1467, 345], [1467, 338]], "156-160": [[1452, 340], [1452, 344], [1456, 344], [1456, 340]], "161-166, T:0-1": [[1452, 341], [1452, 345], [1456, 345], [1456, 341]]}, "center": {"154": [1465, 342], "156-160": [1454, 342], "161-166, T:0-1": [1454, 343]}}, {"id": "tx35kd", "name": "University of North Carolina at Chapel Hill", "description": "The University of North Carolina at Chapel Hill, or UNC for short, is a university located in Chapel Hill, North Carolina, United States. The North Carolina Tarheels recently competed in the Championship Game of the 2022 NCAA Tournament.", "links": {"website": ["https://www.unc.edu", "https://en.wikipedia.org/wiki/University_of_North_Carolina_at_Chapel_Hill"], "subreddit": ["UNC"]}, "path": {"77-95": [[1785, 606], [1785, 623], [1800, 623], [1800, 606]], "118-164, T:0-1": [[324, 1635], [324, 1648], [338, 1648], [338, 1635]]}, "center": {"77-95": [1793, 615], "118-164, T:0-1": [331, 1642]}}, -{"id": "tx35ka", "name": "Wham Wham", "description": "This is a depiction of Wham Wham, The snowman king from the indie game Everybody Wham Wham.", "links": {"website": ["https://store.steampowered.com/app/1510630/Everybody_Wham_Wham/"], "subreddit": ["KarlJacobs"]}, "path": {"109-165, T:0-1": [[1210, 1004], [1210, 1010], [1209, 1019], [1211, 1023], [1202, 1029], [1204, 1031], [1229, 1031], [1229, 1027], [1224, 1023], [1226, 1019], [1229, 1018], [1229, 1016], [1226, 1016], [1226, 1013], [1225, 1012], [1223, 1009], [1223, 1004], [1217, 1003]]}, "center": {"109-165, T:0-1": [1217, 1019]}}, +{"id": "tx35ka", "name": "Wham Wham", "description": "Wham Wham is a snowman king from the indie game Everybody Wham Wham.", "links": {"website": ["https://store.steampowered.com/app/1510630/Everybody_Wham_Wham/"], "subreddit": ["KarlJacobs"]}, "path": {"111-165, T:0-1": [[1212, 1003], [1209, 1005], [1209, 1009], [1207, 1012], [1207, 1019], [1209, 1022], [1203, 1028], [1203, 1031], [1207, 1031], [1208, 1032], [1226, 1032], [1230, 1028], [1228, 1025], [1226, 1023], [1226, 1020], [1227, 1019], [1229, 1019], [1231, 1017], [1227, 1015], [1227, 1013], [1225, 1010], [1225, 1005], [1221, 1003]]}, "center": {"111-165, T:0-1": [1217, 1016]}}, {"id": "tx35ja", "name": "Battle Network Logo", "description": "The logo from the action RPG series Mega Man Battle Network. It can be seen on the outfits of the series' main characters, Lan and Megaman.EXE", "links": {"subreddit": ["BattleNetwork"]}, "path": {"109-166, T:0-1": [[1785, 1670], [1787, 1672], [1790, 1672], [1791, 1670], [1791, 1667], [1790, 1666], [1786, 1666], [1785, 1668]]}, "center": {"109-166, T:0-1": [1788, 1669]}}, {"id": "tx35h9", "name": "Starcraft Probe", "description": "The probe is the Protoss worker unit in the StarCraft game series from the game studio publisher Blizzard.", "links": {"website": ["https://starcraft.fandom.com/wiki/Probe"], "subreddit": ["starcraft"]}, "path": {"109-166, T:0-1": [[1796, 1723], [1797, 1726], [1798, 1728], [1799, 1731], [1800, 1732], [1800, 1735], [1801, 1736], [1802, 1736], [1803, 1737], [1804, 1738], [1802, 1738], [1801, 1737], [1800, 1735], [1799, 1736], [1799, 1737], [1798, 1737], [1797, 1738], [1794, 1738], [1792, 1737], [1792, 1735], [1791, 1735], [1790, 1736], [1790, 1737], [1789, 1738], [1787, 1738], [1788, 1737], [1789, 1736], [1791, 1735], [1791, 1732], [1792, 1731], [1792, 1729], [1793, 1728], [1793, 1727], [1794, 1725], [1795, 1724]]}, "center": {"109-166, T:0-1": [1795, 1732]}}, {"id": "tx356h", "name": "Weather Community", "description": "The Weather Community (Wx) describes people who are interested in the discussion and study of weather.\n\nThis artwork was organized by the Storm's Edge Discord server and Reddit's weather community.", "links": {"website": ["https://www.weather.gov/abr/JointheWeatherCommunity"], "subreddit": ["NOAA", "severeweather"], "discord": ["weather"]}, "path": {"57-166, T:0-1": [[1713, 592], [1710, 594], [1707, 598], [1707, 600], [1709, 603], [1713, 606], [1715, 606], [1719, 603], [1721, 600], [1721, 598], [1719, 595], [1715, 592]]}, "center": {"57-166, T:0-1": [1714, 599]}}, @@ -2703,7 +2703,7 @@ {"id": "tx328p", "name": "Cardinal Dynamics", "description": "FRC team 6696, Cardinal Dynamics, is a small FIRST Robotics team located in Corbett, OR.", "links": {"website": ["https://sites.google.com/corbett.k12.or.us/corbett-robotics/"], "subreddit": ["FRC"]}, "path": {"109-166, T:0-1": [[1146, 1632], [1162, 1632], [1162, 1638], [1146, 1638]]}, "center": {"109-166, T:0-1": [1154, 1635]}}, {"id": "tx327z", "name": "Void Linux", "description": "Void Linux is a Linux distribution built around the XBPS package manager, and with runit instead of systemd as the init system. Its community is small but loyal.", "links": {"website": ["https://voidlinux.org/", "https://en.wikipedia.org/wiki/Void_Linux"], "subreddit": ["voidlinux"]}, "path": {"67-86": [[1274, 870], [1272, 872], [1272, 878], [1278, 878], [1280, 876], [1280, 870]], "133-165, T:0-1": [[1257, 876], [1259, 878], [1263, 878], [1263, 876], [1265, 876], [1265, 872], [1263, 870], [1259, 870], [1259, 872], [1257, 872]]}, "center": {"67-86": [1276, 874], "133-165, T:0-1": [1262, 873]}}, {"id": "tx321d", "name": "Jellie", "description": "Jellie is the cat of Minecraft YouTuber GoodTimesWithScar, shown just to the left of the heart. She has a bisexual flag collar to honor and acknowledge the bisexual members of Scar's best known SMP, Hermitcraft.", "links": {"website": ["https://hermitcraft.fandom.com/wiki/Jellie"], "subreddit": ["HermitCraft"]}, "path": {"32-33": [[896, 615], [896, 622], [902, 622], [902, 615]], "18-31": [[896, 600], [896, 607], [902, 607], [902, 606], [904, 606], [906, 604], [906, 601], [902, 601], [902, 600]], "34-165, T:0-1": [[895, 614], [893, 616], [896, 619], [896, 623], [902, 623], [902, 615], [898, 615], [897, 614]]}, "center": {"32-33": [899, 619], "18-31": [900, 604], "34-165, T:0-1": [899, 618]}}, -{"id": "tx31rr", "name": "Jammies peepo", "description": "A Twitch emote placed on r/place by Twitch streamer Nihachu and her community.", "links": {"website": ["https://www.twitch.tv/nihachu"], "subreddit": ["Nihachu"]}, "path": {"109-165, T:0-1": [[1276, 1114], [1282, 1114], [1282, 1111], [1281, 1108], [1279, 1105], [1279, 1096], [1278, 1095], [1278, 1089], [1280, 1089], [1283, 1094], [1283, 1086], [1279, 1083], [1276, 1083], [1276, 1082], [1277, 1081], [1277, 1076], [1275, 1074], [1271, 1072], [1265, 1072], [1263, 1073], [1261, 1073], [1259, 1075], [1257, 1079], [1258, 1084], [1261, 1085], [1259, 1088], [1257, 1087], [1254, 1086], [1251, 1082], [1250, 1082], [1249, 1084], [1248, 1085], [1251, 1089], [1253, 1091], [1255, 1092], [1257, 1092], [1261, 1092], [1262, 1094], [1262, 1100], [1263, 1101], [1263, 1103], [1262, 1105], [1261, 1107], [1260, 1108], [1259, 1109], [1259, 1110], [1258, 1111], [1258, 1114], [1264, 1114], [1264, 1110], [1269, 1105], [1272, 1105], [1274, 1106], [1275, 1107], [1275, 1113], [1276, 1113]]}, "center": {"109-165, T:0-1": [1268, 1091]}}, +{"id": "tx31rr", "name": "Jammies Peepo", "description": "Jammies Peepo is a Twitch emote featuring the meme character Pepe the Frog.\n\nThis art was placed on r/place by Twitch streamer Nihachu and her community.", "links": {"website": ["https://www.twitch.tv/nihachu", "https://knowyourmeme.com/memes/peepo"], "subreddit": ["Nihachu"]}, "path": {"112-165, T:0-1": [[1263, 1071], [1261, 1073], [1258, 1073], [1258, 1076], [1257, 1077], [1257, 1083], [1259, 1085], [1256, 1085], [1252, 1081], [1249, 1081], [1247, 1084], [1247, 1086], [1253, 1092], [1255, 1092], [1256, 1093], [1260, 1093], [1261, 1094], [1261, 1105], [1257, 1111], [1257, 1114], [1265, 1114], [1265, 1111], [1269, 1107], [1273, 1107], [1274, 1108], [1274, 1113], [1283, 1114], [1283, 1111], [1282, 1110], [1282, 1106], [1281, 1105], [1281, 1096], [1280, 1095], [1280, 1092], [1283, 1095], [1286, 1095], [1286, 1087], [1282, 1083], [1280, 1082], [1280, 1080], [1279, 1079], [1279, 1076], [1275, 1073], [1271, 1071]]}, "center": {"112-165, T:0-1": [1270, 1087]}}, {"id": "tx31ok", "name": "Pig", "description": "A pig is a passive mob in the game Minecraft.", "links": {"website": ["https://minecraft.fandom.com/wiki/Pig"], "subreddit": ["Minecraft"]}, "path": {"4-8": [[831, 983], [831, 992], [840, 992], [840, 983]], "9-165, T:0-1": [[843, 983], [843, 992], [853, 992], [853, 983]]}, "center": {"4-8": [836, 988], "9-165, T:0-1": [848, 988]}}, {"id": "tx31lz", "name": "Dinklebean", "description": "Artwork of the Twitch streamer Dinklebean, designed and built by the Dinklebean community with help from PaymoneyWubby's community.", "links": {"website": ["https://www.twitch.tv/dinklebean"]}, "path": {"109-165, T:0-1": [[368, 1532], [409, 1532], [409, 1549], [407, 1551], [404, 1552], [403, 1553], [368, 1553]]}, "center": {"109-165, T:0-1": [388, 1542]}}, {"id": "tx31ek", "name": "Azure Rathalos", "description": "Remnants of an attempt at creating the Azure Rathalos from the Monster Hunter series inside the blue corner. Even while the communities were allied, The art failed because of unaware people placing blue pixels.", "links": {"website": ["https://monsterhunter.fandom.com/wiki/Azure_Rathalos"], "subreddit": ["MonsterHunter"]}, "path": {"109-165, T:0-1": [[1999, 1868], [1992, 1868], [1992, 1874], [1999, 1874]]}, "center": {"109-165, T:0-1": [1996, 1871]}}, @@ -2738,7 +2738,7 @@ {"id": "tx2u9o", "name": "AirPods City 9", "description": "AirPods City 9 (APC9) is a friend group Discord server created like 8 years ago.\n\nAPC9 gained the respect of the Metroid community by helping to adjust and defend.", "links": {}, "path": {"119-128": [[1889, 533], [1889, 538], [1905, 538], [1905, 533]], "100-118": [[1886, 528], [1886, 533], [1902, 533], [1902, 528]], "68-84": [[1889, 532], [1889, 537], [1905, 537], [1905, 532]], "144-166, T:0-1": [[1884, 490], [1884, 500], [1892, 500], [1892, 490]]}, "center": {"119-128": [1897, 536], "100-118": [1894, 531], "68-84": [1897, 535], "144-166, T:0-1": [1888, 495]}}, {"id": "tx2u75", "name": "Denver Nuggets", "description": "The Denver Nuggets is a National Basketball Association (NBA) team based in Denver, Colorado, United States.", "links": {"website": ["https://en.wikipedia.org/wiki/Denver_Nuggets"], "subreddit": ["denvernuggets"]}, "path": {"69-88": [[1356, 0], [1356, 6], [1401, 6], [1401, 0]], "129-167, T:0-1": [[1432, 63], [1467, 63], [1467, 79], [1433, 79], [1432, 79]]}, "center": {"69-88": [1379, 3], "129-167, T:0-1": [1450, 71]}}, {"id": "tx2u5t", "name": "Grandson", "description": "Grandson is an alt rock musician and human rights advocate, The XX over the eyes refers to XX resistance, a fund founded by him that supports charities and events empowering people to fight for social good.", "links": {"website": ["https://www.grandsonmusic.com/", "https://open.spotify.com/artist/4ZgQDCtRqZlhLswVS6MHN4?si=_KcwBTz8T8Gqef32rhq7RA"], "subreddit": ["grandson"], "discord": ["nKvvuar"]}, "path": {"129-138": [[1319, 409], [1315, 413], [1314, 415], [1314, 418], [1318, 425], [1322, 425], [1327, 420], [1328, 418], [1328, 412], [1325, 409]], "88-127": [[1320, 410], [1316, 414], [1315, 416], [1315, 419], [1317, 423], [1320, 426], [1323, 426], [1329, 419], [1329, 413], [1326, 410]], "139-164, T:0-1": [[1320, 408], [1321, 411], [1318, 413], [1319, 417], [1321, 420], [1325, 420], [1326, 419], [1327, 418], [1328, 417], [1329, 416], [1329, 414], [1330, 414], [1330, 408], [1328, 407], [1328, 406], [1322, 406], [1320, 408], [1319, 410], [1319, 411], [1318, 411], [1318, 412]]}, "center": {"129-138": [1321, 416], "88-127": [1322, 417], "139-164, T:0-1": [1323, 415]}}, -{"id": "tx2tyd", "name": "Alesa", "description": "Character mascot of YouTuber and streamer Michaelmcchill.", "links": {"website": ["https://www.twitch.tv/michaelmcchill"]}, "path": {"109-165, T:0-1": [[1215, 1091], [1207, 1091], [1207, 1103], [1216, 1103], [1216, 1091]]}, "center": {"109-165, T:0-1": [1212, 1097]}}, +{"id": "tx2tyd", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer, YouTuber, and member of Dream SMP, a series for the game Minecraft.", "links": {"website": ["https://www.michaelmcchill.com/", "https://www.twitch.tv/michaelmcchill"], "subreddit": ["Michaelmcchill", "dreamsmp"]}, "path": {"154-165, T:0-1": [[1208, 1093], [1208, 1095], [1207, 1096], [1207, 1097], [1208, 1098], [1208, 1100], [1210, 1102], [1214, 1102], [1216, 1100], [1216, 1099], [1217, 1098], [1216, 1097], [1216, 1092], [1214, 1090], [1213, 1090], [1213, 1092], [1212, 1093]]}, "center": {"154-165, T:0-1": [1212, 1097]}}, {"id": "tx2tt8", "name": "The Architects", "description": "The Architects is the team behind music producer Madeon's 2019 music album Good Faith.", "links": {"website": ["http://www.thearchitects.fr/", "https://en.wikipedia.org/wiki/Good_Faith_(Madeon_album)"], "subreddit": ["madeon"]}, "path": {"4-166, T:0-1": [[522, 717], [545, 717], [545, 740], [522, 740]]}, "center": {"4-166, T:0-1": [534, 729]}}, {"id": "tx2tlm", "name": "HI CCO", "description": "Pepegas greeting their lord CCOFTW aka KOKOFTU aka Charl with the help of their spanish friend, Lumicand", "links": {}, "path": {"109-166, T:0-1": [[1058, 1716], [1058, 1718], [1088, 1718], [1088, 1717], [1089, 1717], [1089, 1716], [1090, 1716]]}, "center": {"109-166, T:0-1": [1073, 1717]}}, {"id": "tx2tlc", "name": "Punz subscriber badge", "description": "Punz is a Twitch streamer and content creator known for being in the Dream SMP, a series for the game Minecraft. This pumpkin resembles his Twitch subscriber badges.", "links": {"website": ["https://www.twitch.tv/punz", "https://youtube.fandom.com/wiki/Punz", "https://dreamteam.fandom.com/wiki/Punz"], "subreddit": ["Punz"]}, "path": {"63-109": [[1197, 947], [1193, 950], [1182, 961], [1182, 965], [1181, 966], [1182, 987], [1193, 999], [1263, 999], [1267, 995], [1265, 970], [1241, 946], [1241, 941], [1238, 939], [1236, 941], [1232, 941], [1232, 937], [1230, 934], [1221, 934], [1221, 944], [1218, 944], [1213, 941], [1211, 941], [1208, 946]], "110-165, T:0-1": [[1182, 965], [1183, 987], [1189, 995], [1206, 1005], [1242, 1007], [1259, 1001], [1266, 995], [1266, 986], [1263, 969], [1254, 957], [1241, 947], [1242, 943], [1233, 942], [1231, 934], [1221, 934], [1221, 939], [1222, 939], [1222, 943], [1221, 943], [1221, 944], [1218, 944], [1213, 941], [1210, 942], [1210, 947], [1201, 947], [1193, 952], [1186, 959], [1183, 959]]}, "center": {"63-109": [1225, 971], "110-165, T:0-1": [1226, 975]}}, @@ -3119,7 +3119,7 @@ {"id": "tx0h7u", "name": "NANO website", "description": "The website of NANO, a green, instant & feeless digital currency", "links": {"website": ["https://nano.org"], "subreddit": ["nanocurrency"]}, "path": {"109-166, T:0-1": [[821, 1564], [886, 1564], [886, 1580], [821, 1579]]}, "center": {"109-166, T:0-1": [854, 1572]}}, {"id": "tx0gtp", "name": "Faith", "description": "Faith is a purpose tree in the game Frostpunk.", "links": {"website": ["https://frostpunk.fandom.com/wiki/Faith"], "subreddit": ["Frostpunk"]}, "path": {"116-165, T:0-1": [[1000, 414], [1000, 423], [1004, 428], [1007, 428], [1011, 424], [1011, 421], [1010, 421], [1010, 414]]}, "center": {"116-165, T:0-1": [1005, 421]}}, {"id": "tx0gt3", "name": "Dad Feels", "description": "Web series and arg Dad Feels, The best YouTuber in all the universes", "links": {"website": ["https://www.youtube.com/channel/UCFzpLhfgdPPVJ_7YrVO-GSw"], "subreddit": ["DadFeels"]}, "path": {"113-114": [[202, 1100], [216, 1100], [216, 1109], [202, 1109]], "118-119": [[200, 1113], [218, 1113], [218, 1122], [200, 1122]], "120-125": [[200, 1113], [216, 1113], [216, 1122], [200, 1122]], "126": [[200, 1112], [216, 1112], [216, 1122], [200, 1122]], "127-166, T:0-1": [[200, 1112], [216, 1112], [216, 1120], [200, 1120]]}, "center": {"113-114": [209, 1105], "118-119": [209, 1118], "120-125": [208, 1118], "126": [208, 1117], "127-166, T:0-1": [208, 1116]}}, -{"id": "tx0gpw", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer and member of Dream SMP, a series for the game Minecraft.\n\nThis art was a collaboration from Michaelmcchill and fellow streamer Slyfoxhound.", "links": {"website": ["https://www.michaelmcchill.com/"], "subreddit": ["Michaelmcchill", "place_CentralAlliance"]}, "path": {"127-166, T:0-1": [[513, 1030], [526, 1030], [526, 1045], [513, 1045]]}, "center": {"127-166, T:0-1": [520, 1038]}}, +{"id": "tx0gpw", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer, YouTuber, and member of Dream SMP, a series for the game Minecraft.\n\nThis art was a collaboration from Michaelmcchill and fellow streamer Slyfoxhound.", "links": {"website": ["https://www.michaelmcchill.com/", "https://www.twitch.tv/michaelmcchill"], "subreddit": ["Michaelmcchill", "place_CentralAlliance"]}, "path": {"127-166, T:0-1": [[513, 1030], [526, 1030], [526, 1045], [513, 1045]]}, "center": {"127-166, T:0-1": [520, 1038]}}, {"id": "tx0glg", "name": "Same Gaming", "description": "Same Gaming (SG) is an Irish League of Legends esports organisational institute of gaming advancement.", "links": {"website": ["https://www.facebook.com/samegamingeire/"]}, "path": {"118-135": [[174, 716], [174, 724], [183, 724], [183, 716]], "140-165, T:0-1": [[174, 715], [183, 715], [183, 723], [174, 723]]}, "center": {"118-135": [179, 720], "140-165, T:0-1": [179, 719]}}, {"id": "tx0gkw", "name": "Roy", "description": "Roy is the protagonist of Fire Emblem: The Binding Blade, but his first game appearance was actually in Super Smash Bros. Melee. He is the son of Eliwood, one of the protagonists in the subsequent Fire Emblem game.", "links": {"website": ["https://fireemblem.fandom.com/wiki/Roy"], "subreddit": ["fireemblem"]}, "path": {"65-166, T:0-1": [[1828, 785], [1828, 784], [1825, 781], [1824, 781], [1822, 779], [1822, 780], [1819, 780], [1818, 781], [1819, 782], [1817, 784], [1817, 786], [1819, 788], [1815, 793], [1813, 793], [1813, 795], [1814, 795], [1815, 796], [1815, 797], [1816, 797], [1817, 798], [1818, 798], [1818, 799], [1817, 800], [1817, 803], [1819, 803], [1819, 801], [1823, 801], [1824, 802], [1828, 802], [1829, 801], [1829, 799], [1830, 797], [1835, 791], [1832, 791], [1830, 790], [1828, 789], [1827, 788], [1825, 788]]}, "center": {"65-166, T:0-1": [1824, 794]}}, {"id": "tx0gjt", "name": "Poro", "description": "Poros are the mysterious, magical, and much-loved creatures seemingly originating from the Freljord in the popular game League of Legends", "links": {"website": ["https://leagueoflegends.fandom.com/wiki/Poro"], "subreddit": ["leagueoflegends"]}, "path": {"109-165, T:0-1": [[1204, 1145], [1204, 1150], [1205, 1150], [1205, 1151], [1205, 1152], [1206, 1152], [1206, 1153], [1207, 1153], [1207, 1152], [1208, 1152], [1209, 1152], [1209, 1153], [1210, 1153], [1211, 1153], [1211, 1152], [1212, 1152], [1213, 1152], [1213, 1153], [1214, 1153], [1214, 1152], [1215, 1152], [1215, 1150], [1216, 1150], [1216, 1149], [1216, 1148], [1216, 1147], [1216, 1146], [1216, 1145], [1215, 1145], [1215, 1144], [1215, 1143], [1216, 1143], [1216, 1142], [1216, 1141], [1217, 1141], [1216, 1140], [1215, 1140], [1215, 1141], [1214, 1141], [1214, 1142], [1213, 1142], [1212, 1142], [1211, 1142], [1211, 1141], [1210, 1141], [1209, 1141], [1208, 1141], [1208, 1142], [1207, 1142], [1206, 1142], [1206, 1141], [1205, 1140], [1204, 1140], [1204, 1142], [1204, 1143], [1205, 1144], [1204, 1145], [1204, 1146], [1204, 1147], [1205, 1149], [1204, 1149], [1204, 1147], [1204, 1148], [1204, 1149]]}, "center": {"109-165, T:0-1": [1210, 1147]}}, @@ -3266,7 +3266,7 @@ {"id": "tx6dw0", "name": "Cell Lattice", "description": "A small lattice of cells to represent the pxls.space faction, a clone of r/place. Traditionally green, many were changed to represent LGBT equality, and some were altered to be a place for other communities. The original cell design was created by u/Cakey642.", "links": {"subreddit": ["cell_lattice"], "discord": ["Rdj5anjAuy"]}, "path": {"63-136": [[1604, 195], [1604, 204], [1619, 204], [1619, 212], [1621, 212], [1621, 217], [1630, 217], [1634, 213], [1638, 213], [1641, 216], [1646, 216], [1646, 203], [1632, 203], [1632, 195]], "57-62": [[1620, 175], [1618, 177], [1618, 194], [1620, 196], [1637, 196], [1639, 194], [1639, 177], [1637, 175]], "1-6": [[837, 312], [837, 319], [841, 319], [842, 321], [842, 328], [848, 330], [849, 329], [849, 319], [853, 319], [853, 312]], "26-39": [[690, 673], [688, 675], [688, 680], [690, 682], [707, 682], [711, 679], [711, 675], [709, 673]], "137-166, T:0-1": [[1614, 195], [1633, 195], [1633, 203], [1646, 204], [1646, 212], [1644, 212], [1643, 213], [1642, 213], [1640, 213], [1640, 212], [1633, 212], [1633, 213], [1632, 213], [1632, 214], [1631, 214], [1631, 215], [1630, 214], [1630, 216], [1627, 216], [1627, 211], [1620, 211], [1620, 204], [1614, 204]]}, "center": {"63-136": [1628, 209], "57-62": [1629, 186], "1-6": [845, 317], "26-39": [700, 678], "137-166, T:0-1": [1626, 202]}}, {"id": "tx6dep", "name": "Weeping Fungus", "description": "Weeping Fungus from the Risk of Rain 2 DLC, Survivors of the Void.", "links": {"website": ["https://riskofrain2.fandom.com/wiki/Weeping_Fungus"], "subreddit": ["riskofrain"]}, "path": {"109-166, T:0-1": [[823, 1983], [823, 1980], [823, 1978], [824, 1976], [830, 1977], [830, 1980], [830, 1983], [830, 1984]]}, "center": {"109-166, T:0-1": [827, 1980]}}, {"id": "tx6dbm", "name": "TutisValentine", "description": "A Chilean Streamer who lives in Japan", "links": {"website": ["https://www.twitch.tv/tutisvalentine"], "subreddit": ["Tutisvalentine"]}, "path": {"109-166, T:0-1": [[1109, 1699], [1135, 1699], [1135, 1698], [1137, 1698], [1138, 1697], [1139, 1697], [1139, 1696], [1140, 1695], [1140, 1686], [1140, 1685], [1139, 1685], [1138, 1684], [1137, 1683], [1136, 1683], [1136, 1679], [1136, 1677], [1136, 1676], [1134, 1676], [1133, 1676], [1132, 1676], [1131, 1676], [1131, 1675], [1131, 1674], [1130, 1674], [1130, 1672], [1130, 1671], [1130, 1670], [1129, 1670], [1128, 1669], [1125, 1669], [1124, 1669], [1123, 1670], [1122, 1670], [1121, 1670], [1120, 1670], [1119, 1669], [1118, 1669], [1117, 1669], [1116, 1669], [1115, 1669], [1115, 1668], [1114, 1668], [1114, 1667], [1109, 1667], [1106, 1667], [1105, 1667], [1105, 1671], [1105, 1674], [1106, 1674], [1106, 1675], [1106, 1684], [1107, 1685], [1107, 1699], [1108, 1699]]}, "center": {"109-166, T:0-1": [1121, 1684]}}, -{"id": "tx6d92", "name": "Alesa", "description": "The mascot of Michaelmcchill, a Twitch streamer and member of the Minecraft series Dream SMP.", "links": {"website": ["https://www.michaelmcchill.com/"], "subreddit": ["Michaelmcchill", "dreamsmp"]}, "path": {"89-166, T:0-1": [[1762, 110], [1762, 113], [1761, 113], [1761, 114], [1763, 116], [1764, 116], [1764, 119], [1768, 119], [1768, 117], [1769, 117], [1769, 114], [1770, 114], [1770, 111], [1766, 107], [1764, 107], [1764, 110]]}, "center": {"89-166, T:0-1": [1766, 113]}}, +{"id": "tx6d92", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer, YouTuber, and member of Dream SMP, a series for the game Minecraft.", "links": {"website": ["https://www.michaelmcchill.com/", "https://www.twitch.tv/michaelmcchill"], "subreddit": ["Michaelmcchill", "dreamsmp"]}, "path": {"89-166, T:0-1": [[1762, 110], [1762, 113], [1761, 113], [1761, 114], [1763, 116], [1764, 116], [1764, 119], [1768, 119], [1768, 117], [1769, 117], [1769, 114], [1770, 114], [1770, 111], [1766, 107], [1764, 107], [1764, 110]]}, "center": {"89-166, T:0-1": [1766, 113]}}, {"id": "tx6d86", "name": "National Martyrs' Memorial", "description": "The National Martyrs' Memorial is a national monument of Bangladesh, dedicated in memory of those killed in the 1971 Bangladesh War of Independence.", "links": {"website": ["https://en.wikipedia.org/wiki/National_Martyrs%27_Memorial"], "subreddit": ["bangladesh", "place_CentralAlliance"]}, "path": {"124-166, T:0-1": [[321, 991], [321, 998], [320, 999], [320, 1005], [317, 1014], [317, 1018], [315, 1021], [311, 1025], [307, 1027], [307, 1028], [323, 1028], [323, 991]]}, "center": {"124-166, T:0-1": [319, 1023]}}, {"id": "tx6csx", "name": "Hollow Knight/ Elden Ring Collab", "description": "A collaboration art piece between the hollow knight and elden ring community. Radiance, The final boss in Hollow Knight, in front of an erdtree, a staple monument in Elden Ring.", "links": {"subreddit": ["HKPlace", "Eldenring", "HollowKnight"], "discord": ["RKWC7ZUVnz"]}, "path": {"109-165, T:0-1": [[245, 1338], [341, 1338], [341, 1445], [245, 1445]]}, "center": {"109-165, T:0-1": [293, 1392]}}, {"id": "tx6cpv", "name": "ReddX", "description": "ReddX reads Neckbeard-adjacent stories on Reddit. Through coordination with his community they managed to claim a small part of the canvas, and kept it relatively intact.", "links": {"website": ["https://www.youtube.com/reddxy"], "subreddit": ["ReddXReads"]}, "path": {"109-165, T:0-1": [[1032, 1666], [1042, 1666], [1042, 1674], [1032, 1674], [1032, 1669], [1032, 1668]]}, "center": {"109-165, T:0-1": [1037, 1670]}}, @@ -4255,7 +4255,7 @@ {"id": "txaf3e", "name": "HappaBoke", "description": "HappaBoke is a Twitch streamer.\n\nHappaBoke helped maintain the nearby pride flag stripe along with r/ManyATrueNerd.", "links": {"website": ["https://www.twitch.tv/happaboke"], "subreddit": ["happaboke"]}, "path": {"131-166, T:0-1": [[1492, 930], [1492, 934], [1496, 934], [1496, 930]]}, "center": {"131-166, T:0-1": [1494, 932]}}, {"id": "txaetp", "name": "Guatemala", "description": "A small guatemalan flag with the quetzal as their coat of arms", "links": {"subreddit": ["Guatemala"]}, "path": {"109-166, T:0-1": [[451, 1459], [451, 1473], [469, 1473], [469, 1459]]}, "center": {"109-166, T:0-1": [460, 1466]}}, {"id": "txadha", "name": "Jujalag", "description": "Jujalag is a Spanish streamer.", "links": {"website": ["https://www.twitch.tv/jujalag"], "subreddit": ["SorryLag"]}, "path": {"101-106": [[1524, 913], [1524, 974], [1574, 974], [1574, 913]], "151-165, T:0-1": [[1525, 999], [1525, 1045], [1573, 1045], [1573, 999]]}, "center": {"101-106": [1549, 944], "151-165, T:0-1": [1549, 1022]}}, -{"id": "txack9", "name": "Tina the Knight", "description": "The pixel art depicts The Knight from Hollow Knight with a carrot as a sword, a reference to Twitch streamer TinaKitten's Hollow Knight streams and her internet persona's brand of loving carrots. Art originally made by @d04_exe (Chompers) on Twitter, built on Twitch streamer Foolish_Gamers's stream, after Tina had been playing Hollow Knight for four streams (accumulating to 35.5 hours) on her Karl Jacobs and Foolish Gamers's stream train.", "links": {"website": ["https://www.twitch.tv/tinakitten"]}, "path": {"109-165, T:0-1": [[1237, 1094], [1238, 1100], [1243, 1106], [1245, 1107], [1246, 1112], [1246, 1113], [1248, 1111], [1248, 1109], [1252, 1112], [1252, 1113], [1254, 1111], [1253, 1107], [1252, 1105], [1254, 1103], [1255, 1101], [1255, 1096], [1256, 1096], [1256, 1092], [1254, 1091], [1253, 1093], [1251, 1095], [1247, 1095], [1244, 1092], [1242, 1091], [1242, 1092], [1241, 1096], [1243, 1099], [1238, 1094]]}, "center": {"109-165, T:0-1": [1247, 1101]}}, +{"id": "txack9", "name": "Tina the Knight", "description": "The pixel art depicts The Knight, the player character from the game Hollow Knight, with a carrot as a sword, a reference to Twitch streamer TinaKitten's Hollow Knight streams and her internet persona's brand of loving carrots. It was originally made by @d04_exe (Chompers) on Twitter.\n\nThis art was built on Twitch streamer Foolish_Gamers's stream after Tina had been playing Hollow Knight for four streams (accumulating to 35.5 hours) on her stream train alongside Karl Jacobs and Foolish_Gamers.", "links": {"website": ["https://www.twitch.tv/tinakitten", "https://hollowknight.fandom.com/wiki/Knight"]}, "path": {"153-165, T:0-1": [[1243, 1089], [1241, 1091], [1241, 1096], [1239, 1094], [1237, 1094], [1237, 1100], [1242, 1107], [1243, 1108], [1244, 1108], [1244, 1112], [1246, 1114], [1253, 1114], [1256, 1111], [1256, 1104], [1257, 1103], [1257, 1097], [1258, 1096], [1258, 1093], [1255, 1091], [1253, 1091], [1250, 1094], [1248, 1094]]}, "center": {"153-165, T:0-1": [1248, 1102]}}, {"id": "txac7x", "name": "Inuksuk", "description": "An Inuksuk is a landmark made of piled stones or builders used by the Inuit, Yupik, and other indigenous peoples of the Arctic. They have been used historically as markers for camps, fishing places, and other important sites.", "links": {"website": ["https://en.wikipedia.org/wiki/Inuksuk"], "subreddit": ["Quebec"]}, "path": {"66-165, T:0-1": [[938, 937], [938, 940], [934, 940], [932, 942], [932, 951], [934, 951], [934, 956], [947, 956], [947, 951], [948, 951], [948, 942], [946, 940], [943, 940], [943, 937]]}, "center": {"66-165, T:0-1": [940, 947]}}, {"id": "txdm3f", "name": "Blue Mushroom", "description": "A little blue mushroom", "links": {}, "path": {"109-166, T:0-1": [[872, 1847], [884, 1847], [884, 1858], [872, 1858]]}, "center": {"109-166, T:0-1": [878, 1853]}}, {"id": "txdm38", "name": "Katia Managan", "description": "Unsuccessful attempt of couple members from prequel community, who tried to create pixel art of Katia. Who's a protagonist of the elder scrolls themed internet webcomic called Prequel.", "links": {"website": ["https://www.prequeladventure.com/"]}, "path": {"109-165, T:0-1": [[493, 1277], [493, 1278], [493, 1279], [494, 1279], [494, 1278], [495, 1278], [495, 1277], [496, 1278], [498, 1278], [499, 1278], [500, 1278]]}, "center": {"109-165, T:0-1": [495, 1278]}}, @@ -4762,7 +4762,7 @@ {"id": "txkqnq", "name": "Talking Heads logo", "description": "Talking Heads was a rock band from New York City, New York, United States. This particular logo was used on their seventh album, True Stories (1986).", "links": {"website": ["https://talkingheadsofficial.com/", "https://en.wikipedia.org/wiki/Talking_Heads"], "subreddit": ["talkingheads"]}, "path": {"26-47": [[684, 170], [694, 180], [694, 183], [713, 183], [718, 177], [718, 170]], "113-166, T:0-1": [[530, 1366], [530, 1379], [559, 1379], [559, 1366]]}, "center": {"26-47": [704, 177], "113-166, T:0-1": [545, 1373]}}, {"id": "txkqhq", "name": "GwinGlade", "description": "GwinGlade is a Russian streamer and a member of the streamer group 89squad, created by streamer Bratishkinoff.\n\nThis art was drawn by fellow 89squad member T2x2 and his viewers.", "links": {"website": ["https://www.twitch.tv/gwinglade"], "subreddit": ["89SQUAD89"]}, "path": {"145-166, T:0-1": [[1971, 530], [1977, 539], [1999, 539], [1999, 512], [1997, 507], [1992, 504], [1988, 504], [1983, 506], [1981, 509], [1981, 510], [1982, 511], [1982, 516], [1980, 516], [1979, 517], [1977, 517], [1977, 519], [1976, 519], [1974, 521], [1971, 526]]}, "center": {"145-166, T:0-1": [1987, 527]}}, {"id": "txkqb1", "name": "HERO", "description": "HERO is one of the three deuteragonists in the indie game OMORI. He was originally created as his headspace/Dreamspace version, but was later changed into his normal version after being wiped out by the Lean pathway added by streamer xQc.", "links": {"website": ["https://omori.fandom.com/wiki/HERO"], "subreddit": ["OMORI"], "discord": ["ypSr9JG2ht"]}, "path": {"65-86": [[1011, 821], [1005, 824], [1001, 829], [1002, 830], [1003, 830], [1003, 833], [1006, 835], [1006, 836], [1003, 836], [1001, 838], [1007, 844], [1008, 844], [1008, 849], [1011, 853], [1017, 853], [1019, 851], [1019, 847], [1020, 847], [1023, 844], [1023, 843], [1020, 840], [1020, 839], [1023, 836], [1023, 827], [1024, 826], [1020, 823], [1018, 822], [1015, 822], [1014, 821]], "88-165, T:0-1": [[1012, 821], [1008, 824], [1005, 830], [1005, 833], [1010, 838], [1007, 843], [1007, 846], [1009, 848], [1009, 850], [1011, 852], [1020, 852], [1022, 850], [1022, 846], [1026, 846], [1026, 844], [1022, 840], [1022, 837], [1025, 835], [1026, 833], [1026, 826], [1028, 824], [1028, 823], [1022, 823], [1019, 821]]}, "center": {"65-86": [1014, 831], "88-165, T:0-1": [1016, 831]}}, -{"id": "txkq7j", "name": "Jacex beer", "description": "A bottle of beer made by the community of Jacex Dowóz Wideo, a Polish Twitch channel.", "links": {"website": ["https://www.twitch.tv/jacexdowozwideo"]}, "path": {"131-165, T:0-1": [[1108, 1051], [1108, 1057], [1106, 1060], [1106, 1076], [1116, 1076], [1116, 1060], [1114, 1057], [1114, 1051]]}, "center": {"131-165, T:0-1": [1111, 1065]}}, +{"id": "txkq7j", "name": "Jacex beer", "description": "A bottle of beer made by the community of Jacexdowozwideo, a Polish Twitch channel.", "links": {"website": ["https://www.twitch.tv/jacexdowozwideo"]}, "path": {"131-165, T:0-1": [[1108, 1051], [1108, 1057], [1106, 1060], [1106, 1076], [1116, 1076], [1116, 1060], [1114, 1057], [1114, 1051]]}, "center": {"131-165, T:0-1": [1111, 1065]}}, {"id": "txkply", "name": "The Cheese", "description": "it stands alone", "links": {}, "path": {"109-166, T:0-1": [[655, 1540], [655, 1551], [670, 1551], [670, 1541], [670, 1540]]}, "center": {"109-166, T:0-1": [663, 1546]}}, {"id": "txkosa", "name": "Sonya - Kill me Baby", "description": "A foreign trained assassin attending a regular high school. As she constantly takes on assassin work she is constantly alert and often attacks Yasuna when she takes her by surprise or tries to play jokes on her. Despite her tough composure, she is scared of various things such as cockroaches, ghosts, wild animals and dogs (even domestic dogs). She also has been shown to care a little for Yasuna.", "links": {"website": ["https://killmebaby.fandom.com/wiki/Kill_Me_Baby_Wiki"], "subreddit": ["KillMeBaby"]}, "path": {"109-166, T:0-1": [[342, 1235], [327, 1235], [327, 1249], [341, 1249]]}, "center": {"109-166, T:0-1": [334, 1242]}}, {"id": "txknpb", "name": "The Narnia Discord Server", "description": "This was our first claim on the map, created by the Narnia discord server. We fought many small communities for this land and ended up claiming it.", "links": {"discord": ["PpvEd83VNP"]}, "path": {"109-166, T:0-1": [[841, 1635], [862, 1635], [861, 1651], [855, 1649], [852, 1652], [845, 1652], [839, 1645], [839, 1636]]}, "center": {"109-166, T:0-1": [851, 1643]}}, @@ -5986,7 +5986,7 @@ {"id": "tyvjhk", "name": "Karma glyphs", "description": "Karma is a central mechanic and plot element of Rain World.", "links": {"website": ["https://rainworld.fandom.com/wiki/Karma"], "subreddit": ["rainworld", "place_CentralAlliance"]}, "path": {"10-165, T:0-1": [[330, 939], [330, 953], [348, 953], [348, 939]]}, "center": {"10-165, T:0-1": [339, 946]}}, {"id": "tyvij4", "name": "Blue fruit", "description": "Blue fruit is a food item in Rain World.", "links": {"website": ["https://rainworld.fandom.com/wiki/Blue_Fruit"], "subreddit": ["rainworld", "place_CentralAlliance"]}, "path": {"50-166, T:0-1": [[330, 925], [328, 927], [328, 929], [330, 931], [330, 933], [329, 934], [329, 936], [331, 938], [333, 936], [333, 934], [331, 932], [331, 930], [332, 929], [332, 927]]}, "center": {"50-166, T:0-1": [330, 928]}}, {"id": "tyvhr4", "name": "Hunter slugcat", "description": "The Hunter slugcat is a playable character in Rain World.", "links": {"website": ["https://rainworld.fandom.com/wiki/Slugcat"], "subreddit": ["rainworld", "place_CentralAlliance"]}, "path": {"6-37": [[334, 919], [332, 921], [332, 923], [334, 925], [334, 929], [333, 930], [333, 937], [335, 939], [352, 939], [354, 937], [354, 931], [353, 930], [353, 929], [357, 924], [357, 922], [355, 920], [353, 920], [351, 922], [350, 924], [348, 924], [347, 923], [341, 923], [340, 924], [339, 924], [339, 922], [336, 919]], "38-165, T:0-1": [[332, 920], [332, 923], [334, 925], [334, 930], [333, 931], [333, 946], [332, 947], [332, 949], [331, 950], [331, 952], [328, 955], [328, 961], [345, 961], [347, 959], [346, 958], [346, 955], [350, 951], [350, 950], [352, 948], [352, 947], [353, 946], [353, 939], [354, 938], [354, 931], [353, 930], [353, 929], [354, 928], [354, 927], [357, 924], [357, 921], [353, 921], [350, 924], [348, 924], [347, 923], [341, 923], [340, 924], [339, 924], [339, 923], [338, 922], [338, 920], [333, 920]]}, "center": {"6-37": [344, 931], "38-165, T:0-1": [344, 934]}}, -{"id": "tyvgnl", "name": "Your Favorite Martian Planet", "description": "An unfinished homage to the 2010 retired band Your Favorite Martian. Much like the project itself, The planet wound up unfinished, with the canvas being whited out in the middle of its construction", "links": {"subreddit": ["YourFavoriteMartian"]}, "path": {"109-165, T:0-1": [[1284, 1030], [1285, 1034], [1286, 1034], [1287, 1032], [1285, 1030]]}, "center": {"109-165, T:0-1": [1285, 1032]}}, +{"id": "tyvgnl", "name": "Your Favorite Martian planet", "description": "Your Favorite Martian is a retired band founded in 2010.\n\nMuch like the band itself, this planet wound up unfinished, with the canvas being whited out in the middle of its construction.", "links": {"website": ["https://www.youtube.com/channel/UCESNYRD3HRimEVi-2EpziVg"], "subreddit": ["yourfavoritemartian"]}, "path": {"164": [[1284, 1030], [1284, 1035], [1287, 1035], [1287, 1033], [1288, 1032], [1287, 1031], [1286, 1031], [1285, 1030]]}, "center": {"164": [1286, 1033]}}, {"id": "tyvbse", "name": "Mass Rapid Transit", "description": "The Mass Rapid Transit (MRT) is a rapid transit train system in Singapore.", "links": {"website": ["https://en.wikipedia.org/wiki/Mass_Rapid_Transit_(Singapore)"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"130-166, T:0-1": [[301, 977], [299, 979], [299, 980], [298, 981], [298, 985], [315, 985], [315, 980], [316, 979], [316, 977]]}, "center": {"130-166, T:0-1": [307, 981]}}, {"id": "tyvaue", "name": "Singapore", "description": "Singapore as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/Singapore"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"148-166, T:0-1": [[292, 960], [286, 966], [286, 969], [288, 969], [288, 968], [292, 967], [295, 970], [296, 970], [298, 968], [300, 968], [301, 967], [303, 967], [307, 963], [305, 961], [301, 961], [300, 962], [299, 962], [297, 960]]}, "center": {"148-166, T:0-1": [295, 964]}}, {"id": "tyv9p4", "name": "Vanda Miss Joaquim", "description": "The national flower of Singapore.", "links": {"website": ["https://en.wikipedia.org/wiki/Papilionanthe_Miss_Joaquim"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"131-166, T:0-1": [[313, 962], [311, 964], [313, 966], [315, 964]]}, "center": {"131-166, T:0-1": [313, 964]}}, @@ -6438,7 +6438,7 @@ {"id": "u0zsl2", "name": "Tacos", "description": "Tacos are well-known Mexican food.\n\nThis art was nuked by Polish streamers. Although the flag was recovered, this pixel art never was built again due to major interest in the new Mexican flag of the second canvas expansion.", "links": {"website": ["https://en.wikipedia.org/wiki/Taco"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"81-87, T:0-1": [[969, 207], [963, 213], [963, 214], [962, 215], [962, 220], [963, 221], [963, 222], [965, 224], [967, 224], [968, 225], [970, 225], [971, 224], [972, 224], [972, 226], [975, 229], [976, 229], [977, 230], [979, 230], [982, 228], [984, 228], [991, 224], [992, 224], [993, 222], [994, 219], [995, 217], [998, 214], [1002, 214], [1002, 213], [999, 210], [998, 210], [996, 208], [994, 208], [993, 207], [991, 207], [991, 206], [987, 204], [986, 204], [985, 203], [977, 203], [976, 204], [974, 204]]}, "center": {"81-87, T:0-1": [981, 215]}}, {"id": "u0zlmh", "name": "Hanako Ikezawa", "description": "One of the main characters in Katawa Shoujo.", "links": {"website": ["https://katawashoujo.fandom.com/wiki/Hanako_Ikezawa"], "subreddit": ["katawashoujo"]}, "path": {"109-165, T:0-1": [[1589, 1172], [1587, 1174], [1587, 1175], [1586, 1176], [1586, 1183], [1588, 1185], [1596, 1185], [1597, 1184], [1599, 1184], [1599, 1174], [1597, 1172]]}, "center": {"109-165, T:0-1": [1593, 1179]}}, {"id": "u0zksr", "name": "Bee", "description": "Designed by u/beeplace.", "links": {"website": ["https://www.reddit.com/user/beeplace"], "subreddit": ["757575"]}, "path": {"53-77": [[755, 561], [755, 570], [763, 570], [763, 561]], "45-52": [[758, 561], [756, 563], [756, 565], [758, 567], [760, 565], [760, 563]], "23-36": [[755, 552], [755, 560], [761, 560], [761, 552]], "78-165, T:0-1": [[755, 559], [763, 559], [763, 569], [755, 569]]}, "center": {"53-77": [759, 566], "45-52": [758, 564], "23-36": [758, 556], "78-165, T:0-1": [759, 564]}}, -{"id": "u0z7lv", "name": "Goby", "description": "The mascot and logo of the CWRU Fighting Gobies, a college Ultimate Frisbee team.", "links": {"website": ["https://ultimate.case.edu/"]}, "path": {"109-165, T:0-1": [[1268, 1023], [1277, 1023], [1279, 1034], [1269, 1034]]}, "center": {"109-165, T:0-1": [1273, 1029]}}, +{"id": "u0z7lv", "name": "Fighting Gobies", "description": "The Fighting Gobies are a college ultimate frisbee team at Case Western Reserve University in Cleveland, Ohio, United States.", "links": {"website": ["https://ultimate.case.edu/"]}, "path": {"160-165, T:0-1": [[1273, 1024], [1270, 1027], [1270, 1031], [1273, 1034], [1279, 1034], [1279, 1033], [1278, 1032], [1278, 1029], [1279, 1029], [1279, 1027], [1276, 1024]]}, "center": {"160-165, T:0-1": [1274, 1029]}}, {"id": "u0z76f", "name": "Primogems", "description": "Primogems are the currency of the game Genshin Impact.", "links": {"website": ["https://genshin-impact.fandom.com/wiki/Primogem"], "subreddit": ["GenshinPlace", "Genshin_Impact"]}, "path": {"107-147": [[1840, 729], [1838, 733], [1834, 735], [1838, 737], [1839, 740], [1841, 749], [1841, 750], [1840, 752], [1836, 754], [1840, 756], [1842, 760], [1844, 756], [1848, 754], [1844, 752], [1843, 748], [1841, 740], [1842, 737], [1846, 735], [1863, 732], [1866, 734], [1868, 738], [1870, 734], [1873, 732], [1873, 766], [1871, 764], [1870, 764], [1870, 763], [1868, 761], [1866, 763], [1866, 764], [1865, 764], [1864, 765], [1862, 765], [1862, 767], [1864, 767], [1866, 768], [1868, 772], [1870, 768], [1873, 766], [1873, 732], [1870, 730], [1868, 726], [1866, 730], [1863, 732], [1846, 735], [1842, 733]], "82-106": [[1838, 757], [1842, 759], [1844, 762], [1846, 759], [1849, 757], [1846, 755], [1844, 752], [1842, 755], [1838, 757], [1838, 737], [1835, 735], [1838, 733], [1840, 730], [1866, 730], [1868, 727], [1870, 730], [1873, 732], [1873, 766], [1870, 764], [1868, 761], [1866, 764], [1863, 766], [1866, 768], [1868, 771], [1870, 768], [1873, 766], [1873, 732], [1870, 734], [1868, 737], [1866, 734], [1863, 732], [1865, 730], [1840, 730], [1842, 733], [1845, 735], [1842, 737], [1840, 740], [1838, 737]], "67-81": [[1844, 751], [1842, 755], [1838, 757], [1842, 759], [1844, 762], [1873, 762], [1873, 732], [1870, 734], [1868, 737], [1866, 734], [1863, 732], [1866, 730], [1868, 726], [1870, 730], [1873, 732], [1873, 762], [1844, 762], [1846, 759], [1849, 757], [1846, 755]], "148-167, T:0-1": [[1840, 729], [1838, 733], [1834, 735], [1838, 737], [1839, 740], [1841, 749], [1841, 750], [1840, 752], [1836, 754], [1840, 756], [1842, 760], [1844, 756], [1848, 754], [1844, 752], [1842, 748], [1841, 750], [1839, 739], [1840, 741], [1842, 737], [1846, 735], [1842, 733], [1840, 729], [1840, 725], [1868, 725], [1868, 726], [1866, 730], [1863, 732], [1866, 734], [1868, 738], [1870, 734], [1873, 732], [1870, 730], [1868, 726], [1868, 725], [1840, 725]]}, "center": {"107-147": [1868, 766], "82-106": [1840, 735], "67-81": [1868, 732], "148-167, T:0-1": [1842, 754]}}, {"id": "u0z2xh", "name": "Venti", "description": "An archon and a playable character in Genshin Impact. He is dressed in Dutch clothing as part of a pact with the Dutch community.", "links": {"website": ["https://genshin-impact.fandom.com/wiki/Venti"], "subreddit": ["GenshinPlace", "Genshin_Impact", "PlaceNL", "thenetherlands"]}, "path": {"51-81": [[6, 68], [2, 72], [2, 77], [1, 78], [1, 80], [0, 81], [1, 82], [1, 83], [2, 84], [2, 85], [5, 88], [7, 88], [7, 91], [11, 91], [11, 88], [13, 88], [16, 85], [16, 84], [18, 82], [18, 81], [17, 80], [17, 78], [16, 77], [16, 72], [17, 72], [19, 70], [17, 68], [17, 66], [16, 66], [14, 68], [10, 68], [9, 67], [8, 67], [7, 68]], "82-166, T:0-1": [[1160, 13], [1160, 16], [1157, 21], [1156, 21], [1154, 19], [1152, 21], [1152, 22], [1154, 24], [1154, 25], [1153, 26], [1153, 29], [1155, 32], [1157, 36], [1156, 37], [1156, 39], [1159, 39], [1159, 42], [1165, 42], [1165, 39], [1168, 39], [1168, 36], [1170, 34], [1170, 33], [1171, 32], [1171, 26], [1170, 25], [1170, 24], [1172, 22], [1172, 21], [1170, 19], [1168, 21], [1167, 21], [1165, 16], [1164, 13]]}, "center": {"51-81": [9, 81], "82-166, T:0-1": [1162, 28]}}, {"id": "u0z0do", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"]}, "path": {"98-102": [[909, 781], [909, 787], [916, 787], [916, 781]], "85-97": [[909, 781], [909, 787], [911, 787], [911, 781]], "67-70": [[954, 780], [954, 786], [962, 786], [962, 780]], "24-25": [[946, 726], [946, 732], [949, 732], [949, 726]], "1-14": [[229, 810], [229, 818], [370, 818], [370, 810]], "141-155": [[34, 1014], [57, 1014], [57, 1020], [34, 1020]], "163-166, T:0-1": [[34, 1079], [34, 1080], [39, 1085], [40, 1085], [40, 1079]]}, "center": {"98-102": [913, 784], "85-97": [910, 784], "67-70": [958, 783], "24-25": [948, 729], "1-14": [300, 814], "141-155": [46, 1017], "163-166, T:0-1": [38, 1081]}}, @@ -6503,7 +6503,7 @@ {"id": "u1eptq", "name": "Buddy - Goes", "description": "Emote del canal de Goes, hecho por su comunidad con apoyo de los tanilovers. Está encima de la bandera iraní luego de un acuerdo con un streamer para tener ambos un espacio.", "links": {"website": ["https://www.twitch.tv/goes_x"], "subreddit": ["Goes_x"]}, "path": {"109-166, T:0-1": [[1724, 1190], [1757, 1190], [1758, 1219], [1725, 1219]]}, "center": {"109-166, T:0-1": [1741, 1205]}}, {"id": "u1dxtp", "name": "Shrekspeare", "description": "ES:\n\nUn servidor hispano de Discord liderado por un neet con planes de debutar en un futuro lejano como vtuber, por alguna razón los astros se alinearon y dejaron de ser huevones por 2 días seguidos, días que usaron para hacer a la cosa morada llamada Shrekspeare, También conocida como renacuajo por algunos miembros, fue construida por 7 pendejos aparte del líder, estos fueron representados por los colores alrededor del renacuajo.\n\nEN:\n\nA spanish Discord server led by a neet with plans to debut as a vtuber in a far far away future, for some reason the stars aligned and they stopped being fucking lazy retarded for two consecutive days, days that were use to make the purple thing called Shrekspeare, also known as renacuajo by some members, it was build by 7 assholes and the leader, The members are represented by the colors surrounding renacuajo", "links": {"discord": ["HCQDFUYXvY"]}, "path": {"109-166, T:0-1": [[1349, 1265], [1332, 1265], [1332, 1253], [1349, 1253]]}, "center": {"109-166, T:0-1": [1341, 1259]}}, {"id": "u1cstp", "name": "Battle For PenIsland", "description": "Characters in Battle For PenIsland, a joke object show.", "links": {"website": ["https://www.youtube.com/channel/UCzm8XTb7FraEeXApuf0CLtA"], "subreddit": ["ObjectShows"]}, "path": {"109-166, T:0-1": [[871, 1743], [877, 1743], [877, 1755], [871, 1755], [871, 1759], [867, 1759], [867, 1756], [868, 1756], [868, 1755], [868, 1754], [867, 1754], [867, 1753], [868, 1753], [868, 1745], [871, 1745], [871, 1744]]}, "center": {"109-166, T:0-1": [872, 1750]}}, -{"id": "u1c1d4", "name": "Flag of Belgium", "description": "Belgium is a country in Northwestern Europe. Its flag is often confused with the German flag, since both flags use the same colors.\n\nThe total area of both Belgian flags is approximately 66,000 pixels, which makes Belgium the country with the third biggest combined flag area.", "links": {"website": ["https://en.wikipedia.org/wiki/Belgium", "https://en.wikipedia.org/wiki/Flag_of_Belgium"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"74-108": [[1282, 773], [1282, 927], [1286, 927], [1286, 999], [1332, 999], [1332, 773]], "55-73": [[1282, 773], [1282, 927], [1286, 927], [1286, 999], [1332, 999], [1332, 773], [1329, 773], [1329, 700], [1332, 700], [1332, 697], [1287, 697], [1287, 700], [1329, 700], [1329, 773]], "109-166, T:0-1": [[1282, 773], [1281, 916], [1285, 916], [1286, 1817], [1291, 1817], [1291, 1820], [1332, 1820], [1332, 773]]}, "center": {"74-108": [1307, 886], "55-73": [1307, 872], "109-166, T:0-1": [1307, 901]}}, +{"id": "u1c1d4", "name": "Flag of Belgium", "description": "Belgium is a country in Northwestern Europe. Its flag is often confused with the German flag, since both flags use the same colors.\n\nThe total area of both Belgian flags is approximately 66,000 pixels, which makes Belgium the country with the third biggest combined flag area.", "links": {"website": ["https://en.wikipedia.org/wiki/Belgium", "https://en.wikipedia.org/wiki/Flag_of_Belgium"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"74-108": [[1282, 773], [1282, 927], [1286, 927], [1286, 999], [1332, 999], [1332, 773]], "55-73": [[1282, 773], [1282, 927], [1286, 927], [1286, 999], [1332, 999], [1332, 773], [1329, 773], [1329, 700], [1332, 700], [1332, 697], [1287, 697], [1287, 700], [1329, 700], [1329, 773]], "109-166, T:0-1": [[1281, 773], [1281, 916], [1285, 916], [1285, 1817], [1291, 1817], [1291, 1820], [1332, 1820], [1332, 773]]}, "center": {"74-108": [1307, 886], "55-73": [1307, 872], "109-166, T:0-1": [1307, 901]}}, {"id": "u1aovf", "name": "Luigi", "description": "Luigi is an Italian plumber and brother of Mario in Nintendo's Mario franchise. This sprite of Luigi comes from the game Mario & Luigi: Superstar Saga, seen if one fails the Chopper Bros. attack, which makes Mario accidentally flatten Luigi's face with a hammer.\n\nMario & Luigi is a series of role-playing video games following the wacky adventures of the brothers through time, dreams, and even their nemesis Bowser. This art was made to honor the Mario & Luigi series as a whole and its development team AlphaDream, who sadly went bankrupt in 2019.\n\nThe first light green pixels from Luigi's hat were originally placed by the mods of r/bubatz, a German subreddit about cannabis (\"bubatz\" is a German slang term for \"joint\"), in an attempt to write their subreddit name in light green. Due to the large amount of other people placing pixels without knowing what was originally planned, the hive mind created a Luigi head which survived until the end. At some point, r/bubatz attempted to place a joint in Luigi's mouth, but it was erased.", "links": {"website": ["https://en.wikipedia.org/wiki/Luigi", "https://en.wikipedia.org/wiki/Mario_%26_Luigi:_Superstar_Saga", "https://www.mariowiki.com/Luigi"], "subreddit": ["bubatz", "marioandluigi"]}, "path": {"59-64": [[1500, 58], [1496, 61], [1496, 63], [1493, 66], [1493, 68], [1496, 71], [1496, 72], [1504, 78], [1506, 78], [1508, 76], [1508, 69], [1507, 69], [1504, 60], [1502, 58]], "65-167, T:0-1": [[1504, 72], [1503, 72], [1503, 71], [1502, 71], [1501, 71], [1501, 70], [1500, 70], [1499, 69], [1498, 68], [1497, 68], [1497, 67], [1496, 66], [1496, 65], [1495, 64], [1494, 63], [1493, 63], [1493, 62], [1493, 61], [1493, 60], [1494, 59], [1495, 58], [1496, 57], [1496, 56], [1496, 55], [1497, 54], [1498, 53], [1499, 53], [1500, 52], [1501, 52], [1502, 52], [1503, 53], [1504, 54], [1505, 55], [1505, 56], [1506, 57], [1506, 58], [1506, 59], [1507, 60], [1507, 61], [1507, 62], [1507, 63], [1508, 63], [1508, 64], [1508, 71], [1507, 71], [1506, 72], [1505, 72], [1503, 72], [1503, 71]]}, "center": {"59-64": [1500, 67], "65-167, T:0-1": [1501, 62]}}, {"id": "u1ajro", "name": "Anthoine Hubert", "description": "Anthoine Hubert (car #19) is a Formula 1 racer who died in a crash during the Saturday race of the 2019 Spa-Francorchamps Formula 2 feature race, part of the Belgian Grand Prix.", "links": {"website": ["https://en.wikipedia.org/wiki/Anthoine_Hubert"], "subreddit": ["formula1"]}, "path": {"68-164, T:0-1": [[1392, 759], [1419, 759], [1419, 751], [1392, 751]]}, "center": {"68-164, T:0-1": [1406, 755]}}, {"id": "u1aibg", "name": "Jules Bianchi", "description": "Jules Bianchi (car #17) is a Formula 1 driver who died in 2015 due to injuries from a crash during the 2014 Japanese Grand Prix.", "links": {"website": ["https://en.wikipedia.org/wiki/Jules_Bianchi"], "subreddit": ["formula1"]}, "path": {"67-164, T:0-1": [[1392, 765], [1419, 765], [1419, 757], [1392, 757]]}, "center": {"67-164, T:0-1": [1406, 761]}}, @@ -7968,7 +7968,7 @@ {"id": "xmfipb", "name": "Chickens", "description": "Chickens are passive mobs in the 2010 sandbox game Minecraft, developed by Mojang Studios in Sweden.", "links": {"website": ["https://minecraft.fandom.com/wiki/Chicken"], "subreddit": ["Minecraft"]}, "path": {"69-123": [[1483, 85], [1483, 92], [1492, 92], [1492, 85]]}, "center": {"69-123": [1488, 89]}}, {"id": "xmfgds", "name": "Magikarp", "description": "Magikarp is a Water-type Pokémon commonly regarded as one of the weakest Pokémon in existence. It is known for using Splash, a move that does nothing.\n\nThis Magikarp briefly changed to its golden Shiny coloration before disappearing.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Magikarp"], "subreddit": ["pokemon"]}, "path": {"95-123": [[1422, 48], [1419, 50], [1418, 53], [1419, 54], [1419, 57], [1416, 62], [1416, 65], [1414, 67], [1414, 68], [1416, 70], [1416, 71], [1415, 72], [1417, 74], [1420, 71], [1420, 69], [1422, 69], [1425, 72], [1429, 72], [1429, 69], [1432, 66], [1432, 63], [1431, 63], [1431, 52], [1430, 52], [1428, 54], [1426, 54], [1426, 52]], "7-15": [[670, 563], [667, 567], [667, 573], [666, 574], [666, 577], [674, 577], [677, 574], [677, 568], [673, 564]]}, "center": {"95-123": [1424, 62], "7-15": [672, 571]}}, {"id": "xmfbes", "name": "Poké Ball", "description": "A Poké Ball is a spherical device in the Pokémon games. It is used by Pokémon Trainers to catch wild Pokémon and store them in the player's inventory when not active. This red and white Poké Ball is the most basic and ubiquitous type of Poké Ball, and it is frequently used to represent the Pokémon series as a whole.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9_Ball"], "subreddit": ["pokemon"]}, "path": {"121-127": [[1443, 14], [1440, 15], [1439, 18], [1439, 22], [1440, 25], [1443, 26], [1446, 26], [1450, 23], [1450, 17], [1446, 14]]}, "center": {"121-127": [1445, 20]}}, -{"id": "xmf9xn", "name": "Minecraft Hardcore heart", "description": "A heart that appears in the game Minecraft, an infinite open-world sandbox game. Normally, you can respawn if you die, but if you die in Hardcore mode, you cannot respawn and must delete your save file. The hearts depicting player health change to this appearance in Hardcore mode.", "links": {"website": ["https://minecraft.fandom.com/wiki/Hardcore"], "subreddit": ["Minecraft"]}, "path": {"128-130": [[1424, 54], [1421, 57], [1421, 58], [1426, 63], [1431, 58], [1431, 57], [1428, 54]], "37-94": [[825, 239], [822, 242], [822, 244], [827, 249], [832, 244], [832, 242], [829, 239]]}, "center": {"128-130": [1426, 58], "37-94": [827, 243]}}, +{"id": "xmf9xn", "name": "Minecraft Hardcore heart", "description": "A heart that appears in the game Minecraft, an infinite open-world sandbox game. Normally, you can respawn if you die, but if you die in Hardcore mode, you cannot respawn and must delete your save file. The hearts depicting player health change to this appearance in Hardcore mode.", "links": {"website": ["https://minecraft.fandom.com/wiki/Hardcore"], "subreddit": ["Minecraft"]}, "path": {"128-130": [[1424, 54], [1421, 57], [1421, 58], [1426, 63], [1431, 58], [1431, 57], [1428, 54]], "37-94": [[825, 239], [822, 242], [822, 244], [827, 249], [832, 244], [832, 242], [829, 239]], "164, T:0-1": [[1283, 1018], [1281, 1020], [1281, 1022], [1286, 1027], [1291, 1022], [1291, 1020], [1289, 1018]]}, "center": {"128-130": [1426, 58], "37-94": [827, 243], "164, T:0-1": [1286, 1022]}}, {"id": "xmf8cu", "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["bisexual"]}, "path": {"130-140": [[1488, 56], [1488, 62], [1497, 62], [1497, 56]], "82-84": [[1329, 753], [1329, 758], [1331, 758], [1333, 756], [1333, 753]], "57-69": [[1906, 759], [1906, 771], [1934, 771], [1934, 773], [1949, 776], [1949, 774], [1969, 774], [1969, 768], [1978, 770], [2000, 770], [2000, 761], [1989, 761], [1985, 759]]}, "center": {"130-140": [1493, 59], "82-84": [1331, 755], "57-69": [1945, 767]}}, {"id": "xmf51p", "name": "Hamtaro", "description": "Hamtaro is the titular hamster of the Japanese manga and anime Hamtaro.", "links": {"website": ["https://hamtaro.fandom.com/wiki/Hamtaro", "https://en.wikipedia.org/wiki/Hamtaro"]}, "path": {"116-142": [[1470, 62], [1470, 63], [1472, 65], [1472, 66], [1470, 68], [1471, 69], [1471, 72], [1472, 73], [1472, 79], [1473, 80], [1473, 81], [1475, 83], [1476, 83], [1478, 81], [1483, 81], [1483, 77], [1484, 76], [1491, 76], [1491, 72], [1493, 70], [1493, 65], [1495, 63], [1495, 61], [1492, 61], [1491, 60], [1482, 60], [1481, 61], [1470, 61]]}, "center": {"116-142": [1480, 69]}}, {"id": "xmf16b", "name": "Flag of Sweden", "description": "Sweden is a country in Northern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Sweden", "https://en.wikipedia.org/wiki/Flag_of_Sweden"], "subreddit": ["sweden"]}, "path": {"133-135": [[1467, 73], [1467, 79], [1473, 79], [1473, 73]], "2-19": [[513, 946], [513, 961], [549, 961], [549, 946]]}, "center": {"133-135": [1470, 76], "2-19": [531, 954]}}, @@ -9241,7 +9241,7 @@ {"id": "101nxet", "name": "r/atlus", "description": "Subreddit focused on game developer Atlus and their games.", "links": {"subreddit": ["atlus"]}, "path": {"145-160": [[1468, 304], [1468, 308], [1494, 308], [1494, 303], [1478, 303], [1478, 304]], "122-144": [[1477, 300], [1477, 304], [1484, 304], [1484, 308], [1494, 308], [1494, 303], [1491, 303], [1491, 300]], "161-166, T:0-1": [[1469, 304], [1469, 308], [1494, 308], [1494, 303], [1478, 303], [1478, 304]]}, "center": {"145-160": [1481, 306], "122-144": [1488, 304], "161-166, T:0-1": [1482, 306]}}, {"id": "101ppjw", "name": "Technical University of Applied Sciences Würzburg-Schweinfurt", "description": "The Technical University of Applied Sciences Würzburg-Schweinfurt (THWS or FHWS) is a university in Germany.", "links": {"website": ["https://www.fhws.de/en"]}, "path": {"64-68": [[1294, 322], [1294, 328], [1312, 328], [1312, 322]]}, "center": {"64-68": [1303, 325]}}, {"id": "101pkfj", "name": "Nyan Cat", "description": "Nyan Cat is a meme from 2011 depicting a cat with the body of a cherry Pop-Tart flying through outer space.", "links": {"website": ["https://www.youtube.com/watch?v=QH2-TGUlwu4", "https://en.wikipedia.org/wiki/Nyan_Cat"], "subreddit": ["NyanPlace"]}, "path": {"107-144": [[1450, 306], [1447, 309], [1447, 329], [1449, 331], [1485, 331], [1485, 326], [1487, 323], [1487, 317], [1486, 316], [1486, 308], [1484, 306]], "86-106": [[1440, 308], [1440, 327], [1447, 327], [1447, 329], [1451, 332], [1482, 332], [1486, 329], [1486, 325], [1487, 324], [1487, 317], [1486, 316], [1486, 309], [1483, 306], [1452, 306], [1450, 308]], "65-75": [[1394, 308], [1394, 312], [1322, 312], [1322, 327], [1443, 327], [1439, 332], [1439, 335], [1448, 332], [1452, 337], [1455, 337], [1457, 333], [1461, 333], [1463, 337], [1483, 337], [1483, 333], [1487, 331], [1487, 325], [1488, 324], [1488, 317], [1487, 316], [1487, 309], [1483, 305], [1451, 306], [1449, 308]], "76-85": [[1452, 306], [1447, 312], [1447, 318], [1365, 318], [1365, 324], [1376, 327], [1441, 327], [1441, 332], [1446, 336], [1454, 336], [1456, 332], [1462, 332], [1462, 336], [1482, 336], [1482, 332], [1486, 329], [1486, 326], [1488, 323], [1488, 316], [1486, 313], [1486, 309], [1483, 306]]}, "center": {"107-144": [1467, 319], "86-106": [1464, 319], "65-75": [1472, 321], "76-85": [1472, 321]}}, -{"id": "101pak3", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer and member of Dream SMP, a series for the game Minecraft.", "links": {"website": ["https://www.michaelmcchill.com/"], "subreddit": ["Michaelmcchill", "dreamsmp"]}, "path": {"116-127": [[1376, 345], [1376, 349], [1375, 350], [1376, 351], [1376, 353], [1378, 353], [1378, 355], [1382, 355], [1382, 353], [1383, 353], [1383, 350], [1384, 350], [1384, 347], [1382, 345]], "96-105": [[1248, 408], [1244, 412], [1244, 414], [1245, 414], [1245, 415], [1248, 418], [1251, 418], [1253, 416], [1253, 409], [1251, 407], [1250, 407]], "89-95": [[1243, 408], [1243, 412], [1242, 412], [1242, 413], [1244, 416], [1246, 418], [1248, 418], [1250, 416], [1250, 410], [1248, 408]]}, "center": {"116-127": [1380, 350], "96-105": [1249, 413], "89-95": [1246, 412]}}, +{"id": "101pak3", "name": "Alesa", "description": "Alesa is the mascot of Michaelmcchill, a Twitch streamer, YouTuber, and member of Dream SMP, a series for the game Minecraft.", "links": {"website": ["https://www.michaelmcchill.com/", "https://www.twitch.tv/michaelmcchill", "https://www.twitch.tv/michaelmcchill"], "subreddit": ["Michaelmcchill", "dreamsmp"]}, "path": {"116-127": [[1376, 345], [1376, 349], [1375, 350], [1376, 351], [1376, 353], [1378, 353], [1378, 355], [1382, 355], [1382, 353], [1383, 353], [1383, 350], [1384, 350], [1384, 347], [1382, 345]], "96-105": [[1248, 408], [1244, 412], [1244, 414], [1245, 414], [1245, 415], [1248, 418], [1251, 418], [1253, 416], [1253, 409], [1251, 407], [1250, 407]], "89-95": [[1243, 408], [1243, 412], [1242, 412], [1242, 413], [1244, 416], [1246, 418], [1248, 418], [1250, 416], [1250, 410], [1248, 408]]}, "center": {"116-127": [1380, 350], "96-105": [1249, 413], "89-95": [1246, 412]}}, {"id": "101p8np", "name": "Dragon Balls", "description": "Dragon Balls are the titular artifacts in the Dragon Ball franchise, including the anime series Dragon Ball Z.", "links": {"website": ["https://dragonball.fandom.com/wiki/Dragon_Ball_(object)"], "subreddit": ["dbz"]}, "path": {"79-85": [[1386, 327], [1383, 330], [1383, 344], [1395, 344], [1395, 337], [1400, 337], [1403, 334], [1403, 330], [1400, 327]]}, "center": {"79-85": [1389, 333]}}, {"id": "101p5tj", "name": "r/FarmRPG", "description": "Subreddit focused on the game Farm RPG.", "links": {"subreddit": ["FarmRPG"]}, "path": {"74-85": [[1343, 334], [1343, 342], [1383, 342], [1383, 334]]}, "center": {"74-85": [1363, 338]}}, {"id": "101p0bp", "name": "Spheal", "description": "Spheal is an Ice/Water-type seal Pokémon from the Generation 3 Pokémon games (Pokémon Ruby/Sapphire).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Spheal_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"78-85": [[1346, 342], [1341, 345], [1341, 350], [1342, 351], [1342, 354], [1352, 357], [1359, 352], [1359, 350], [1356, 350], [1356, 347], [1353, 344]]}, "center": {"78-85": [1348, 349]}}, @@ -10754,5 +10754,6 @@ {"id": "479", "name": "7k Coalition", "description": "7k Coalition is a Discord server of a group of friends.\n\n7k Coalition joined with another friend group Discord, Waifu Gang, to create their logos on the canvas. And we still are here at the end of r/place and for the eternity.", "links": {}, "path": {"162-165, T:0-1": [[1122, 1100], [1122, 1112], [1127, 1112], [1127, 1100]]}, "center": {"162-165, T:0-1": [1125, 1106]}}, {"id": "480", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"136-158": [[1117, 1074], [1117, 1114], [1116, 1114], [1116, 1123], [1120, 1123], [1120, 1114], [1117, 1114], [1117, 1106], [1121, 1106], [1121, 1074]]}, "center": {"136-158": [1118, 1116]}}, {"id": "481", "name": "DreamNotFound Among Us crewmate", "description": "An Among Us crewmate in the colors of the DreamNotFound (DNF) flag. DreamNotFound is the ship name of content creators Dream and GeorgeNotFound.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["dreamnotfound2"]}, "path": {"132-141": [[1125, 1082], [1123, 1084], [1123, 1085], [1124, 1086], [1124, 1088], [1128, 1088], [1128, 1082]]}, "center": {"132-141": [1126, 1085]}}, -{"id": "482", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"147": [[1161, 1048], [1161, 1051], [1165, 1051], [1165, 1048]]}, "center": {"147": [1163, 1050]}} +{"id": "482", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"147": [[1161, 1048], [1161, 1051], [1165, 1051], [1165, 1048]]}, "center": {"147": [1163, 1050]}}, +{"id": "483", "name": "Lesser Dog", "description": "Lesser Dog is a miniboss from the game Undertale. Its neck grows longer every time it is pet, and can extend past the top of the screen and wrap around to the bottom.", "links": {"website": ["https://undertale.fandom.com/wiki/Lesser_Dog"], "subreddit": ["Undertale"]}, "path": {"124-134": [[1288, 1048], [1285, 1051], [1285, 1066], [1287, 1068], [1288, 1068], [1290, 1070], [1293, 1070], [1293, 1068], [1295, 1068], [1298, 1065], [1299, 1062], [1301, 1062], [1301, 1059], [1300, 1058], [1300, 1056], [1299, 1055], [1299, 1053], [1297, 1051], [1292, 1051], [1292, 1048]]}, "center": {"124-134": [1292, 1059]}} ] \ No newline at end of file From b9c96e00a550ec02cec92c03b36e767513d8bc51 Mon Sep 17 00:00:00 2001 From: Slyme <51765267+Slymeball@users.noreply.github.com> Date: Fri, 23 Jun 2023 19:01:37 -0500 Subject: [PATCH 06/17] Add "Blancworks Logo" TL;DR: Blancworks is the development team that developed Figura at the time of r/place. The team is now known as Moonlight due to the original developer asking the team to no longer use the Blancworks branding. --- data/patches/gh-b363-blancworks-logo.json | 78 +++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 data/patches/gh-b363-blancworks-logo.json diff --git a/data/patches/gh-b363-blancworks-logo.json b/data/patches/gh-b363-blancworks-logo.json new file mode 100644 index 00000000..13c5ebcd --- /dev/null +++ b/data/patches/gh-b363-blancworks-logo.json @@ -0,0 +1,78 @@ +{ + "id": -1, + "_author": "gh:Slymeball", + "name": "Blancworks Logo", + "description": "A logo for the Blancworks development team.\n\nBlancworks was the development team responsible for the Figura mod until the original developer of the mod asked for the team to stop using the Blancworks branding and logo. The modding team is now known as Moonlight and continues working on Figura.", + "links": { + "website": [ + "https://github.com/Kingdom-Of-The-Moon", + "https://github.com/Moonlight-MC" + ], + "subreddit": [ + "figura" + ], + "discord": [ + "ekHGHcH8Af" + ] + }, + "path": { + "11-49": [ + [ + 743, + 962 + ], + [ + 743, + 957 + ], + [ + 746, + 955 + ], + [ + 747, + 955 + ], + [ + 750, + 957 + ], + [ + 750, + 962 + ] + ], + "51-99": [ + [ + 735, + 953 + ], + [ + 735, + 948 + ], + [ + 738, + 946 + ], + [ + 742, + 948 + ], + [ + 742, + 953 + ] + ] + }, + "center": { + "11-49": [ + 747, + 959 + ], + "51-99": [ + 738, + 950 + ] + } +} From dcedf1420b2168d2911763ece35f9cef3cc4b989 Mon Sep 17 00:00:00 2001 From: placeist <137359435+placeist@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:40:04 +0800 Subject: [PATCH 07/17] Create gh-59b3-pewdiepie-wave-pattern.json --- .../gh-59b3-pewdiepie-wave-pattern.json | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 data/patches/gh-59b3-pewdiepie-wave-pattern.json diff --git a/data/patches/gh-59b3-pewdiepie-wave-pattern.json b/data/patches/gh-59b3-pewdiepie-wave-pattern.json new file mode 100644 index 00000000..16816217 --- /dev/null +++ b/data/patches/gh-59b3-pewdiepie-wave-pattern.json @@ -0,0 +1,43 @@ +{ + "id": "131rbhv", + "name": "PewDiePie Wave Pattern", + "description": "The signature red and black wave pattern of the Swedish YouTuber Felix Kjellberg a.k.a. PewDiePie. It used to be bigger, spanning from (442, 1340) to (469, 1361), but most of it was later covered except for the top left corner.", + "links": { + "website": [ + "https://www.youtube.com/user/pewdiepie", + "https://en.wikipedia.org/wiki/PewDiePie" + ], + "subreddit": [ + "PewdiepieSubmissions" + ], + "discord": [ + "pewdiepie" + ] + }, + "path": { + "T:0-1, 109-164": [ + [ + 442, + 1340 + ], + [ + 442, + 1351 + ], + [ + 448, + 1351 + ], + [ + 448, + 1340 + ] + ] + }, + "center": { + "T:0-1, 109-164": [ + 445, + 1346 + ] + } +} From 1733bd0c4f05dd853754e26f688cf1ab986ff289 Mon Sep 17 00:00:00 2001 From: placeist <137359435+placeist@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:41:42 +0800 Subject: [PATCH 08/17] Create gh-08ac-moist-esports.json --- data/patches/gh-08ac-moist-esports.json | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 data/patches/gh-08ac-moist-esports.json diff --git a/data/patches/gh-08ac-moist-esports.json b/data/patches/gh-08ac-moist-esports.json new file mode 100644 index 00000000..b97ef7e7 --- /dev/null +++ b/data/patches/gh-08ac-moist-esports.json @@ -0,0 +1,42 @@ +{ + "id": "twqkwe", + "name": "Moist Esports", + "description": "Moist Esports is an esports organization run by Twitch streamer and YouTuber MoistCr1TiKaL (a.k.a. penguinz0, real name Charles White).\n\nThe Indianapolis Colts originally had their logo here, but moved after Cr1TiKaL placed his logo over them.", + "links": { + "website": [ + "https://www.twitch.tv/moistcr1tikal", + "https://www.youtube.com/user/penguinz0", + "https://en.wikipedia.org/wiki/Moist_Esports", + "https://en.wikipedia.org/wiki/Cr1TiKaL" + ], + "subreddit": [ + "Cr1TiKaL" + ] + }, + "path": { + "T:0-1, 73-164": [ + [ + 1973, + 82 + ], + [ + 1999, + 82 + ], + [ + 1999, + 113 + ], + [ + 1973, + 113 + ] + ] + }, + "center": { + "T:0-1, 73-164": [ + 1986, + 98 + ] + } +} From 85adb4dc91de3d8a8e132af0d09b2420eb23a2a5 Mon Sep 17 00:00:00 2001 From: placeist <137359435+placeist@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:43:42 +0800 Subject: [PATCH 09/17] Create gh-d65d-shiny-charmander.json --- data/patches/gh-d65d-shiny-charmander.json | 135 +++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 data/patches/gh-d65d-shiny-charmander.json diff --git a/data/patches/gh-d65d-shiny-charmander.json b/data/patches/gh-d65d-shiny-charmander.json new file mode 100644 index 00000000..bbedd887 --- /dev/null +++ b/data/patches/gh-d65d-shiny-charmander.json @@ -0,0 +1,135 @@ +{ + "id": "u35255", + "name": "Shiny Charmander", + "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", + "links": { + "website": [ + "https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)" + ], + "subreddit": [ + "pokemon" + ] + }, + "path": { + "T:0-1, 88-164": [ + [ + 1842, + 1 + ], + [ + 1838, + 5 + ], + [ + 1837, + 7 + ], + [ + 1837, + 9 + ], + [ + 1840, + 12 + ], + [ + 1841, + 12 + ], + [ + 1842, + 13 + ], + [ + 1842, + 14 + ], + [ + 1841, + 15 + ], + [ + 1843, + 17 + ], + [ + 1845, + 17 + ], + [ + 1848, + 20 + ], + [ + 1850, + 20 + ], + [ + 1852, + 18 + ], + [ + 1852, + 16 + ], + [ + 1855, + 13 + ], + [ + 1855, + 12 + ], + [ + 1856, + 11 + ], + [ + 1856, + 10 + ], + [ + 1858, + 8 + ], + [ + 1858, + 5 + ], + [ + 1854, + 1 + ], + [ + 1851, + 4 + ], + [ + 1851, + 8 + ], + [ + 1850, + 9 + ], + [ + 1850, + 8 + ], + [ + 1847, + 3 + ], + [ + 1845, + 1 + ] + ] + }, + "center": { + "T:0-1, 88-164": [ + 1843, + 7 + ] + } +} From 1e716903f0430fe4b59ab328fdeecd6aacc4676a Mon Sep 17 00:00:00 2001 From: placeist <137359435+placeist@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:44:31 +0800 Subject: [PATCH 10/17] Create gh-8657-shiny-solosis.json --- data/patches/gh-8657-shiny-solosis.json | 105 ++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 data/patches/gh-8657-shiny-solosis.json diff --git a/data/patches/gh-8657-shiny-solosis.json b/data/patches/gh-8657-shiny-solosis.json new file mode 100644 index 00000000..5190c40a --- /dev/null +++ b/data/patches/gh-8657-shiny-solosis.json @@ -0,0 +1,105 @@ +{ + "id": "tzwtx2", + "name": "Shiny Solosis", + "description": "Solosis is a Psychic-type Pokémon from the Generation 5 Pokémon games (Pokémon Black/White). This art originally used Solosis's normal green coloration, and later changed to its blue Shiny coloration.", + "links": { + "website": [ + "https://bulbapedia.bulbagarden.net/wiki/Solosis_(Pok%C3%A9mon)" + ], + "subreddit": [ + "pokemon" + ] + }, + "path": { + "71-129": [ + [ + 41, + 353 + ], + [ + 38, + 355 + ], + [ + 36, + 358 + ], + [ + 36, + 361 + ], + [ + 38, + 364 + ], + [ + 40, + 365 + ], + [ + 45, + 365 + ], + [ + 48, + 363 + ], + [ + 50, + 360 + ], + [ + 50, + 357 + ], + [ + 46, + 353 + ] + ], + "T:0-1, 143-162": [ + [ + 36, + 335 + ], + [ + 33, + 337 + ], + [ + 31, + 340 + ], + [ + 31, + 343 + ], + [ + 33, + 346 + ], + [ + 35, + 347 + ], + [ + 40, + 347 + ], + [ + 40, + 335 + ] + ] + }, + "center": { + "71-129": [ + 43, + 359 + ], + "T:0-1, 143-162": [ + 36, + 341 + ] + } +} From 485d197dedbba08bf0ee58d7ad279d779b0a61c3 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Fri, 23 Jun 2023 22:40:51 -0500 Subject: [PATCH 11/17] Updated (1300, 1000) to (1400, 1100) --- web/atlas.json | 81 +++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 41 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index 39d194e6..15584d86 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -225,7 +225,6 @@ {"id": "000297", "name": "Kirby", "description": "Kirby is the titular protagonist of the Kirby video game series, developed by HAL Laboratory and published by Nintendo. This art features Kirby flying in the clouds with a night sky backdrop.\n\nA picture of Kirby was originally built here by Russian streamer Bratishkinoff. YouTube streamer Ludwig Ahgren used his chat to overtake Bratishkinoff's Kirby and build his own Kirby art, dividing his chat into nine teams to draw the piece quickly and efficiently. The art was overall loved by all communities (including Bratishkinoff) and saw minimal sabotage throughout the rest of r/place.\n\nIn a small but nevertheless amusing struggle, many attempted to give Kirby goofy-looking \"teeth\" right up to the very end.", "links": {"website": ["https://kirby.nintendo.com/", "https://en.wikipedia.org/wiki/Kirby_(character)", "https://www.youtube.com/c/Ludwigahgren"], "subreddit": ["LudwigAhgren"]}, "path": {"103-108": [[1800, 539], [1800, 637], [1892, 637], [1892, 539]], "109-166, T:0-1": [[1800, 539], [1890, 539], [1890, 623], [1800, 623]]}, "center": {"103-108": [1846, 588], "109-166, T:0-1": [1845, 581]}}, {"id": "000299", "name": "Marisad", "description": "Marisa Kirisame is a character from Touhou Project. In the fan-made anime Fantasy Kaleidoscope ~The Memories of Phantasm~, she is seen crying during one scene. Her funny expression quickly became a popular meme inside the Touhou fandom after being popularized by Touhou YouTuber Chiruno, and was dubbed \"Marisad\" (Marisa + sad). Additionally the emote of Marisa crying spread across many Touhou-related Discord servers, further adding to its popularity.", "links": {"website": ["https://en.touhouwiki.net/wiki/Marisa_Kirisame"], "subreddit": ["Marisad", "touhou"], "discord": ["UVkWNdhQ"]}, "path": {"118-123": [[1869, 929], [1869, 950], [1871, 950], [1871, 954], [1894, 954], [1894, 929]], "125-166, T:0-1": [[1784, 868], [1784, 889], [1787, 889], [1789, 891], [1789, 895], [1798, 895], [1800, 897], [1802, 895], [1810, 895], [1810, 868]]}, "center": {"118-123": [1882, 942], "125-166, T:0-1": [1797, 881]}}, {"id": "000300", "name": "New Zealand", "description": "New Zealand, known as Aotearoa in the indigineous Māori language, is a country in Oceania. This art features icons of New Zealand, including the Laser Kiwi, kākāpō, Goodnight Kiwi, Tino Rangatiratanga, kiwifruit, flanders (Anzac) poppies, and a map of New Zealand.\n\nThis art was made by r/newzealand and allied with the Seattle Seahawks and Thailand.", "links": {"website": ["https://en.wikipedia.org/wiki/New_Zealand"], "subreddit": ["newzealand"]}, "path": {"76-81": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1514, 731], [1514, 747], [1547, 747], [1552, 752], [1552, 767], [1577, 767], [1577, 729], [1554, 729], [1554, 714], [1554, 709]], "61-75": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1515, 731], [1515, 747], [1552, 747], [1552, 709]], "31-48": [[666, 943], [666, 984], [686, 984], [686, 1000], [695, 1000], [695, 984], [710, 984], [710, 957], [682, 957], [682, 943]], "21-30": [[666, 943], [666, 984], [710, 984], [710, 957], [681, 957], [681, 943]], "82-165, T:0-1": [[1514, 731], [1514, 747], [1550, 747], [1550, 768], [1579, 768], [1579, 760], [1577, 760], [1577, 728], [1554, 728], [1554, 714], [1557, 711], [1563, 711], [1563, 706], [1562, 706], [1562, 689], [1515, 689], [1515, 711], [1539, 711], [1539, 728], [1514, 728]]}, "center": {"76-81": [1563, 743], "61-75": [1542, 737], "31-48": [690, 971], "21-30": [696, 970], "82-165, T:0-1": [1563, 742]}}, -{"id": "000301", "name": "Sakamata Chloe's Mask", "description": "A mask worn by Sakamata Chloe, a member of holoX, or hololive 6th Gen.", "links": {"website": ["https://www.youtube.com/channel/UCIBY1ollUsauvVi4hW4cumw"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1387, 1064], [1388, 1063], [1398, 1063], [1399, 1064], [1399, 1067], [1398, 1068], [1397, 1069], [1397, 1070], [1397, 1071], [1391, 1071], [1391, 1070], [1389, 1070], [1388, 1070], [1388, 1069], [1387, 1069], [1387, 1068], [1386, 1068], [1386, 1064], [1387, 1064], [1388, 1064]]}, "center": {"109-165, T:0-1": [1393, 1067]}}, {"id": "000305", "name": "Zero", "description": "The main character of the indie game \"Katana ZERO\", a stylish neo-noir, action-platformer.", "links": {"website": ["https://katanazero.com/", "https://store.steampowered.com/app/460950/Katana_ZERO/", "https://katana-zero.fandom.com/wiki/Katana_Zero_Wiki"], "subreddit": ["KatanaZero"], "discord": ["katanazero"]}, "path": {"109-166, T:0-1": [[1136, 1857], [1164, 1857], [1164, 1871], [1166, 1871], [1166, 1885], [1166, 1883], [1165, 1883], [1163, 1881], [1159, 1885], [1159, 1890], [1159, 1893], [1136, 1893]]}, "center": {"109-166, T:0-1": [1150, 1874]}}, {"id": "000306", "name": "The Stormlight Archive/Malazan", "description": "The Stormlight Archive and Malazan are both fantasy book series. The two communities worked together, becoming what is now the Science Fiction-Fantasy Alliance\n\nIn the middle of this art is a piece combining symbols from both The Stormlight Archive and Malazan. Around the symbol are elements from both series. From The Stormlight Archive, the sword at the top is Nightblood from Warbreaker and the top two characters are Shallan (left) and Kaladin (right), accompanied by their respective sprens, Pattern and Sylphrena. From Malazan, the main character Anomander Rake is pictured.", "links": {"website": ["https://www.brandonsanderson.com/the-stormlight-archive-series/", "https://en.wikipedia.org/wiki/Malazan_Book_of_the_Fallen"], "subreddit": ["Stormlight_Archive", "Malazan", "Cosmere", "SFFA"]}, "path": {"58-78, 81-87": [[1829, 879], [1829, 950], [1869, 950], [1869, 879]], "88-166, T:0-1": [[1829, 869], [1829, 950], [1869, 950], [1869, 869]]}, "center": {"58-78, 81-87": [1849, 915], "88-166, T:0-1": [1849, 910]}}, {"id": "000308", "name": "Koishi Komeiji", "description": "She is a satori, a mind reading yokai from Touhou Project. She also loves her hat.", "links": {"website": ["https://en.touhouwiki.net/wiki/Koishi_Komeiji"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1621, 1484], [1621, 1517], [1654, 1517], [1654, 1484]]}, "center": {"109-166, T:0-1": [1638, 1501]}}, @@ -372,7 +371,7 @@ {"id": "twoyjb", "name": "Cincinnati Bearcats", "description": "The Cincinnati Bearcats are the football team of the University of Cincinnati. This logo was originally located on the southern border of r/place until being attacked by The Void.", "links": {"subreddit": ["uCinci"]}, "path": {"109-164, T:0-1": [[311, 1610], [323, 1610], [323, 1634], [315, 1634], [313, 1633], [312, 1634], [312, 1632], [312, 1631], [311, 1631]]}, "center": {"109-164, T:0-1": [317, 1622]}}, {"id": "twoyf1", "name": "Whalien 52", "description": "A common symbol associated with Bangtan Sonyeondan and their song Whalien 52. In their 2015 album The Most Beautiful Moment In Life pt. 2, Track \"Whalien 52\" talks about loneliness from the point of view of the \"52 blue\" whale, considered the most lonely creature in the world as it sings in a different frequency than other whales of its species.\n\nOriginally made on the day of the 2022 Grammy Awards, The trophy was kept on the artwork despite BTS not winning an award that year.", "links": {"website": ["https://open.spotify.com/track/6ESRqSLumyZz7YCeCRuxWm?si=d29eff9777a3400c"], "subreddit": ["bangtan"]}, "path": {"109-166, T:0-1": [[1924, 1196], [1925, 1196], [1926, 1195], [1927, 1194], [1928, 1192], [1929, 1191], [1930, 1190], [1932, 1190], [1933, 1191], [1934, 1192], [1935, 1193], [1936, 1194], [1936, 1195], [1938, 1195], [1939, 1196], [1940, 1197], [1940, 1200], [1938, 1201], [1938, 1202], [1937, 1203], [1936, 1204], [1934, 1204], [1932, 1205], [1925, 1210], [1922, 1212], [1921, 1213], [1920, 1213], [1919, 1214], [1918, 1214], [1917, 1215], [1916, 1215], [1915, 1216], [1912, 1216], [1911, 1217], [1909, 1217], [1908, 1216], [1906, 1216], [1905, 1215], [1903, 1215], [1902, 1214], [1901, 1214], [1900, 1213], [1898, 1213], [1897, 1212], [1896, 1212], [1895, 1211], [1894, 1210], [1892, 1209], [1891, 1208], [1890, 1207], [1889, 1206], [1888, 1205], [1887, 1204], [1887, 1203], [1886, 1202], [1886, 1201], [1885, 1200], [1885, 1199], [1885, 1192], [1886, 1190], [1887, 1188], [1888, 1186], [1889, 1185], [1890, 1183], [1891, 1182], [1892, 1181], [1893, 1180], [1894, 1179], [1895, 1179], [1896, 1178], [1899, 1178], [1909, 1178], [1910, 1179], [1912, 1179], [1913, 1180], [1914, 1180], [1914, 1179], [1913, 1178], [1913, 1177], [1912, 1176], [1913, 1175], [1915, 1175], [1916, 1176], [1917, 1177], [1919, 1177], [1920, 1176], [1922, 1176], [1923, 1177], [1923, 1178], [1922, 1179], [1921, 1179], [1920, 1180], [1919, 1181], [1918, 1182], [1917, 1183], [1917, 1184], [1918, 1185], [1919, 1186], [1919, 1187], [1920, 1188], [1920, 1189], [1921, 1190], [1921, 1192], [1922, 1193], [1922, 1194], [1923, 1195], [1924, 1196], [1925, 1196], [1926, 1195]]}, "center": {"109-166, T:0-1": [1909, 1197]}}, {"id": "twoy9m", "name": "Composition with large red plane, yellow, black, gray and blue", "description": "Composition with large red plane, yellow, black, gray and blue (Dutch: Compositie met groot rood vlak, geel, zwart, grijs en blauw) is a painting by Piet Mondrian. This abstract painting can be viewed in real life in Kunstmuseum Den Haag.\n\nPieter Cornelis Mondriaan (7 March 1872 - 1 February 1944) was a Dutch painter and art theoretician who is regarded as one of the greatest artists of the 20th century. He is known for being one of the pioneers of 20th-century abstract art, as he changed his artistic direction from figurative painting to an increasingly abstract style, until he reached a point where his artistic vocabulary was reduced to simple geometric elements. This art style was foundational to the \"De Stijl\" art movement.", "links": {"website": ["https://en.wikipedia.org/wiki/Piet_Mondrian"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"142-166, T:0-1": [[1420, 3], [1448, 3], [1448, 30], [1420, 30]]}, "center": {"142-166, T:0-1": [1434, 17]}}, -{"id": "twoy1k", "name": "Bedge", "description": "Bedge is a third-party Twitch emote of the Pepe the Frog meme character getting a good night's rest. 2022 shading included.", "links": {}, "path": {"85-89": [[661, 564], [661, 591], [688, 591], [688, 564]], "110-165, T:0-1": [[1353, 999], [1352, 1000], [1352, 1001], [1351, 1001], [1349, 1003], [1349, 1004], [1348, 1005], [1347, 1006], [1347, 1007], [1346, 1007], [1346, 1009], [1344, 1011], [1344, 1020], [1345, 1020], [1345, 1029], [1343, 1029], [1343, 1030], [1342, 1031], [1342, 1032], [1344, 1035], [1344, 1036], [1345, 1037], [1346, 1038], [1346, 1041], [1345, 1043], [1390, 1043], [1390, 1027], [1389, 1027], [1389, 1025], [1388, 1025], [1388, 1021], [1384, 1021], [1384, 1018], [1385, 1018], [1385, 1008], [1382, 1005], [1381, 1005], [1380, 1004], [1379, 1003], [1379, 1002], [1377, 1000], [1376, 999]]}, "center": {"85-89": [675, 578], "110-165, T:0-1": [1364, 1019]}}, +{"id": "twoy1k", "name": "Bedge", "description": "Bedge is a third-party Twitch emote of the Pepe the Frog meme character getting a good night's rest. 2022 shading included.", "links": {}, "path": {"85-89": [[661, 564], [661, 591], [688, 591], [688, 564]], "110-165, T:0-1": [[1352, 999], [1348, 1003], [1345, 1007], [1345, 1009], [1343, 1011], [1343, 1020], [1344, 1021], [1344, 1028], [1343, 1028], [1341, 1030], [1341, 1032], [1344, 1035], [1347, 1035], [1345, 1037], [1345, 1038], [1347, 1040], [1347, 1043], [1391, 1043], [1391, 1027], [1389, 1024], [1389, 1020], [1386, 1020], [1386, 1008], [1377, 999]]}, "center": {"85-89": [675, 578], "110-165, T:0-1": [1365, 1020]}}, {"id": "twoxlf", "name": "John Dillermand", "description": "John Dillermand is a Danish stop-motion animated children's television series about a man and his very long penis. It was part of a project by independent Denmark with permission by r/place_nordicunion to enter their borders.\n\nr/Denmark had been almost completely neutral from the start of r/place, not expanding into any enemy territory. But after they were completely destroyed by the void, r/Denmark decided to break their neutrality and expand the penis of their beloved John Dillermand all the way to the western border of the canvas, going through anything in its way. They succeeded in getting to the border on the last day of r/place. They then completely covered the iconic Genshit logo, and with their task of reaching the border complete, the penis retracted back onto the Nordic Union Danish flag where it would stay for the rest of the event. This is a big part of why Genshit is not in the final image, as the surrounding communities scrambled for more space after the penis retreated.", "links": {"website": ["https://en.wikipedia.org/wiki/John_Dillermand"], "subreddit": ["Denmark"]}, "path": {"102-123": [[550, 285], [542, 285], [542, 283], [544, 281], [545, 281], [545, 276], [546, 275], [546, 269], [545, 268], [543, 268], [541, 266], [541, 257], [543, 255], [545, 255], [547, 257], [547, 256], [548, 255], [548, 252], [557, 252], [557, 254], [559, 256], [559, 263], [560, 263], [562, 265], [562, 266], [563, 267], [563, 271], [562, 272], [562, 276], [561, 277], [561, 281], [562, 281], [564, 283], [564, 285], [555, 285], [555, 298], [433, 298], [433, 193], [439, 193], [439, 179], [431, 179], [431, 160], [340, 160], [340, 135], [276, 135], [267, 125], [176, 125], [176, 88], [131, 88], [123, 80], [119, 80], [110, 89], [110, 90], [107, 93], [0, 93], [0, 63], [84, 63], [84, 90], [106, 90], [117, 78], [125, 78], [131, 84], [179, 84], [179, 93], [180, 93], [180, 121], [268, 121], [277, 130], [277, 131], [344, 131], [344, 156], [435, 156], [435, 175], [443, 175], [443, 197], [437, 197], [437, 294], [551, 294], [551, 285]], "94-101": [[551, 285], [541, 285], [541, 284], [544, 281], [545, 281], [545, 276], [547, 274], [546, 273], [546, 269], [544, 269], [541, 266], [541, 258], [544, 255], [547, 255], [548, 254], [548, 252], [553, 252], [554, 253], [556, 253], [559, 256], [559, 263], [560, 263], [563, 266], [563, 267], [564, 268], [564, 272], [563, 273], [563, 275], [561, 277], [561, 281], [562, 281], [565, 284], [565, 285], [555, 285], [555, 296], [553, 298], [433, 298], [433, 195], [435, 193], [439, 193], [439, 179], [433, 179], [431, 177], [431, 160], [342, 160], [340, 158], [340, 135], [276, 135], [267, 125], [206, 125], [206, 121], [270, 121], [274, 125], [274, 127], [276, 129], [276, 131], [342, 131], [344, 133], [344, 156], [433, 156], [435, 158], [435, 175], [441, 175], [443, 177], [443, 195], [441, 197], [437, 197], [437, 294], [551, 294]], "21-31, 6-9": [[530, 262], [530, 251], [534, 251], [534, 253], [543, 253], [546, 256], [546, 264], [554, 264], [554, 266], [551, 268], [551, 272], [550, 273], [550, 285], [543, 285], [543, 342], [432, 342], [432, 262], [530, 262], [530, 321], [436, 321], [436, 338], [539, 338], [539, 285], [530, 285], [530, 286], [451, 286], [451, 309], [518, 309], [518, 286], [530, 285]], "51-65": [[539, 255], [538, 256], [533, 256], [531, 258], [530, 262], [530, 266], [533, 269], [533, 282], [531, 284], [531, 287], [539, 287], [539, 294], [439, 294], [437, 292], [437, 196], [443, 196], [443, 175], [435, 175], [435, 156], [344, 156], [344, 148], [280, 148], [280, 130], [277, 130], [277, 127], [274, 127], [274, 124], [271, 124], [271, 121], [235, 121], [235, 92], [186, 92], [186, 81], [180, 81], [180, 96], [231, 96], [231, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [276, 134], [276, 152], [340, 152], [340, 160], [431, 160], [431, 179], [439, 179], [439, 192], [433, 192], [433, 298], [542, 298], [542, 285], [553, 285], [553, 284], [551, 282], [551, 267], [546, 262], [546, 256], [543, 256], [542, 255]], "42-50": [[540, 252], [538, 254], [533, 254], [529, 259], [529, 266], [532, 269], [533, 269], [533, 280], [530, 283], [530, 284], [532, 286], [539, 286], [539, 294], [435, 294], [435, 183], [524, 183], [524, 263], [439, 263], [439, 252], [467, 252], [467, 248], [435, 248], [435, 267], [528, 267], [528, 179], [431, 179], [431, 298], [542, 298], [542, 285], [553, 285], [553, 284], [551, 282], [551, 266], [546, 262], [546, 256], [542, 252]], "32-41": [[541, 253], [537, 258], [537, 260], [533, 260], [533, 271], [535, 271], [538, 276], [539, 276], [539, 298], [542, 298], [542, 285], [553, 285], [553, 284], [551, 282], [551, 267], [547, 263], [547, 258], [545, 255]], "66-93": [[299, 148], [299, 152], [340, 152], [340, 160], [431, 160], [431, 179], [439, 179], [439, 192], [433, 192], [433, 298], [495, 298], [495, 294], [437, 294], [437, 196], [443, 196], [443, 175], [435, 175], [435, 156], [344, 156], [344, 148]], "10-20": [[530, 262], [530, 251], [534, 251], [534, 253], [543, 253], [546, 256], [546, 264], [554, 264], [554, 266], [551, 268], [551, 272], [550, 273], [550, 285], [543, 285], [543, 342], [432, 342], [432, 262], [530, 262], [530, 321], [436, 321], [436, 338], [539, 338], [539, 285], [530, 285], [530, 286], [451, 286], [451, 309], [518, 309], [518, 286], [530, 285], [530, 266], [672, 266], [672, 276], [678, 276], [678, 262], [546, 262], [546, 264], [554, 264], [554, 266], [530, 266]], "124-165, T:0-1": [[543, 255], [545, 255], [546, 256], [546, 263], [548, 263], [548, 257], [549, 256], [549, 255], [550, 254], [551, 253], [555, 253], [558, 256], [558, 261], [556, 263], [557, 264], [560, 264], [560, 256], [562, 254], [564, 256], [564, 266], [563, 266], [562, 267], [561, 267], [559, 269], [559, 275], [560, 277], [560, 282], [563, 282], [563, 285], [556, 285], [555, 285], [555, 288], [554, 289], [543, 289], [541, 291], [541, 297], [540, 298], [433, 298], [433, 171], [340, 171], [340, 135], [276, 135], [275, 134], [273, 134], [273, 119], [274, 118], [277, 118], [277, 130], [278, 131], [344, 131], [344, 167], [435, 167], [437, 169], [437, 295], [537, 294], [537, 287], [538, 286], [539, 286], [539, 285], [551, 285], [551, 284], [543, 284], [543, 283], [544, 282], [546, 282], [543, 282], [546, 282], [546, 276], [547, 275], [547, 269], [544, 266], [542, 266], [542, 256]]}, "center": {"102-123": [69, 78], "94-101": [555, 271], "21-31, 6-9": [445, 275], "51-65": [542, 274], "42-50": [542, 275], "32-41": [543, 270], "66-93": [435, 195], "10-20": [445, 275], "124-165, T:0-1": [553, 278]}}, {"id": "twox0x", "name": "Flag of Barbados", "description": "The flag of Barbados, in close proximity to the flag of Guyana. Barbados is a small island nation in the Caribbean.", "links": {"subreddit": ["barbados"]}, "path": {"109-165, T:0-1": [[952, 1377], [966, 1377], [966, 1387], [952, 1387]]}, "center": {"109-165, T:0-1": [959, 1382]}}, {"id": "twowpf", "name": "Poly Bridge 2", "description": "Sequel to the simulation-puzzle game, Poly Bridge, developed and published by Dry Cactus.", "links": {"website": ["https://www.polybridge2.com/"], "subreddit": ["polybridge"]}, "path": {"109-166, T:0-1": [[823, 1769], [836, 1769], [841, 1774], [841, 1784], [823, 1784]]}, "center": {"109-166, T:0-1": [832, 1777]}}, @@ -415,7 +414,7 @@ {"id": "two6n0", "name": "Classic Guy", "description": "Classic Guy is the protagonist of the game Spelunky, and returns as the final unlockable character in the sequel Spelunky 2. Spelunky is a series of tough, 2D roguelike platformers.", "links": {"website": ["https://spelunky.fandom.com/wiki/Spelunky_Guy/Classic", "https://www.mossmouth.com/spelunky2/"], "subreddit": ["Spelunky"]}, "path": {"20-26": [[872, 489], [870, 491], [868, 494], [868, 496], [869, 496], [869, 502], [873, 506], [877, 506], [879, 504], [879, 503], [881, 501], [881, 500], [879, 498], [879, 495], [881, 495], [881, 492], [879, 492], [879, 491], [877, 489]], "27-165, T:0-1": [[869, 506], [867, 508], [866, 510], [866, 519], [878, 519], [878, 517], [876, 515], [876, 512], [878, 512], [878, 509], [876, 509], [876, 508], [874, 506]]}, "center": {"20-26": [874, 494], "27-165, T:0-1": [871, 513]}}, {"id": "two6gx", "name": "My Little Pony", "description": "A mural of the main characters from My Little Pony Generations 4 and 5 as well as the combined tripony (Unicorn, Pegasus, and Earth Pony) gems from the MLP Gen 5 movie \"A New Generation\" (2021). It was made with the help of the r/MyLittlePony subreddit and the Manechat Discord server.\n\nAfter their original location on r/place was taken over by Twitch streamer Asmongold to create the Guts portrait, the MLP fandom migrated westward and established this art in its stead. Over the course of the event, it became an important rallying point for the fandom in protecting themselves and their surrounding allies from numerous Twitch raids, ranging from xQc's purple void to Asmongold's seed and bird emote attacks.\n\nDuring the third day of r/place, xQc tried to attack the art by hitting it with a meteor. However, due to poor communication with his chat as well as the general absurdity of the idea itself, his viewers decided to transform the meteor into a ejaculating penis instead. This attack was so ridiculous in its nature that it became a meme on the r/place subreddit soon afterward, being dubbed \"The Meteor\" of r/place.\n\nDespite all this, the crystal structure would stay up until the end, signifying not only the passing of the torch between MLP generations, but the unity of the MLP fandom as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/My_Little_Pony"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"106-164, 56-102, T:0-1": [[1649, 212], [1648, 213], [1635, 213], [1629, 218], [1629, 225], [1622, 225], [1622, 228], [1620, 228], [1615, 237], [1615, 254], [1620, 259], [1620, 265], [1619, 266], [1619, 276], [1621, 278], [1642, 280], [1650, 280], [1652, 277], [1655, 277], [1658, 280], [1666, 280], [1668, 278], [1668, 273], [1670, 273], [1673, 276], [1678, 276], [1680, 278], [1682, 278], [1683, 277], [1683, 269], [1684, 268], [1684, 261], [1688, 261], [1688, 245], [1689, 245], [1689, 240], [1688, 240], [1688, 230], [1686, 228], [1676, 227], [1676, 218], [1671, 213], [1656, 213], [1655, 212]]}, "center": {"106-164, 56-102, T:0-1": [1651, 246]}}, {"id": "two5oy", "name": "Overcast Community", "description": "Overcast Community (oc.tc), formerly Overcast Network, is a server for the game Minecraft. It focuses on large team-based minigames like Capture the Wool.", "links": {"website": ["https://oc.tc"]}, "path": {"11-46": [[5, 286], [1, 288], [0, 289], [0, 294], [2, 299], [5, 303], [9, 305], [13, 303], [17, 298], [18, 294], [18, 289], [17, 288], [13, 286]], "6-10": [[7, 275], [2, 278], [2, 283], [4, 288], [7, 292], [11, 294], [15, 292], [18, 289], [20, 283], [20, 278], [15, 275]], "110-166, T:0-1": [[1989, 1508], [1981, 1512], [1981, 1517], [1983, 1523], [1990, 1528], [1997, 1523], [1999, 1517], [1999, 1512], [1991, 1508]]}, "center": {"11-46": [9, 294], "6-10": [11, 283], "110-166, T:0-1": [1990, 1517]}}, -{"id": "two4yq", "name": "Uruha Rushia's butterfly", "description": "A short and sweet tribute to Uruha Rushia, a Hololive Japan 3rd Generation VTuber who was a part of Hololive until Feburary 24th, 2022. The butterfly was used to represent her, as she had a strong association with them.", "links": {"website": ["https://en.hololive.tv/portfolio/items/uruha-rushia", "https://www.youtube.com/channel/UCl_gCybOJRIgOXw6Qb4qJzQ", "https://virtualyoutuber.fandom.com/wiki/Uruha_Rushia"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"21-42": [[250, 785], [248, 787], [247, 790], [247, 792], [253, 796], [259, 790], [259, 788], [258, 788], [254, 791], [253, 791], [253, 788], [251, 785]], "43-165, T:0-1": [[250, 785], [259, 785], [259, 791], [256, 793], [255, 794], [254, 795], [253, 795], [253, 796], [252, 796], [251, 795], [250, 794], [249, 794], [248, 793], [247, 793], [247, 789], [248, 789], [248, 787], [249, 786]]}, "center": {"21-42": [250, 790], "43-165, T:0-1": [253, 789]}}, +{"id": "two4yq", "name": "Uruha Rushia's butterfly", "description": "A short and sweet tribute to Uruha Rushia, a Hololive Japan 3rd Generation VTuber who was a part of Hololive until Feburary 24th, 2022. The butterfly was used to represent her, as she had a strong association with them.", "links": {"website": ["https://www.youtube.com/channel/UCl_gCybOJRIgOXw6Qb4qJzQ", "https://virtualyoutuber.fandom.com/wiki/Uruha_Rushia"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"21-42": [[250, 785], [248, 787], [247, 790], [247, 792], [253, 796], [259, 790], [259, 788], [258, 788], [254, 791], [253, 791], [253, 788], [251, 785]], "43-165, T:0-1": [[250, 785], [259, 785], [259, 791], [256, 793], [255, 794], [254, 795], [253, 795], [253, 796], [252, 796], [251, 795], [250, 794], [249, 794], [248, 793], [247, 793], [247, 789], [248, 789], [248, 787], [249, 786]]}, "center": {"21-42": [250, 790], "43-165, T:0-1": [253, 789]}}, {"id": "two4ji", "name": "Space Station 13", "description": "Space Station 13 is a 2003 online multiplayer role-playing game that uses the famously bad BYOND engine, with a stable playerbase of around 1000-3000 players. The game involves life on a space station trying to survive the chaos of space life. SS13 features many classes that have their own tasks and skills aboard the space station, with the clown playing the extremely important role of playing pranks on other members and making them slip on banana peels; yes, they usually die first. In addition to the clown, other elements from the game in this mural include Ian the corgi, a space-bee, a nuclear authentication disk, and an escape shuttle. This mural was drawn by r/SS13 with help from the r/unitystation and r/ss14 subreddits, which seek to recreate the game on a modern engine.", "links": {"website": ["https://spacestation13.com/"], "subreddit": ["SS13", "ss14", "unitystation"]}, "path": {"164": [[1678, 599], [1678, 618], [1706, 618], [1706, 610], [1710, 606], [1710, 604], [1708, 602], [1708, 598], [1704, 598], [1701, 595], [1695, 589], [1692, 589], [1691, 588], [1686, 588], [1686, 599]], "58-163, T:0-1": [[1678, 570], [1727, 569], [1726, 590], [1722, 596], [1715, 592], [1710, 593], [1707, 598], [1707, 600], [1710, 605], [1711, 606], [1705, 611], [1706, 618], [1678, 618]]}, "center": {"164": [1695, 607], "58-163, T:0-1": [1695, 586]}}, {"id": "two4an", "name": "Russian anti-war flag", "description": "Variant of the Russian national flag (without the red stripe) used by Russians protesting the Russian invasion of Ukraine.", "links": {"website": ["https://en.wikipedia.org/wiki/White-blue-white_flag"], "subreddit": ["liberta"]}, "path": {"78-130": [[694, 262], [694, 269], [731, 269], [731, 262]], "28-39": [[694, 262], [694, 269], [749, 269], [749, 262]], "16-27": [[665, 262], [665, 269], [738, 269], [738, 262]], "7-15": [[678, 262], [678, 269], [782, 269], [782, 262]], "131-166, 40-77, T:0-1": [[694, 262], [694, 269], [781, 269], [781, 262]]}, "center": {"78-130": [713, 266], "28-39": [722, 266], "16-27": [702, 266], "7-15": [730, 266], "131-166, 40-77, T:0-1": [738, 266]}}, {"id": "two3qz", "name": "Loona", "description": "Loona (Korean: 이달의 소녀), stylized as LOONA or LOOΠΔ, is a South Korean girl group formed by Blockberry Creative. The group was introduced to the public through a pre-debut project that began in October 2016, where each of the 12 members were revealed in a periodic fashion by releasing a promotional single over the following 18 months.", "links": {"website": ["http://loonatheworld.com/", "https://www.youtube.com/channel/UCOJplhB0wGQWv9OuRmMT-4g", "https://en.wikipedia.org/wiki/Loona"], "subreddit": ["LOONA"]}, "path": {"33-38": [[500, 528], [500, 542], [510, 542], [510, 528]], "27-32": [[500, 530], [500, 544], [510, 544], [510, 530]], "39-166, T:0-1": [[511, 529], [511, 541], [519, 541], [519, 529]]}, "center": {"33-38": [505, 535], "27-32": [505, 537], "39-166, T:0-1": [515, 535]}}, @@ -432,7 +431,7 @@ {"id": "twny3q", "name": "Brick Hill", "description": "Brick Hill is a sandbox game. This art depicts the Brick Hill logo and the Chicken Hat item.", "links": {"website": ["https://www.brick-hill.com/"], "subreddit": ["BrickHill"]}, "path": {"58-74": [[1921, 74], [1921, 87], [1928, 87], [1928, 74]], "75-165, T:0-1": [[1921, 74], [1921, 98], [1928, 98], [1928, 74]]}, "center": {"58-74": [1925, 81], "75-165, T:0-1": [1925, 86]}}, {"id": "twny3k", "name": "Never Gonna Give You Up", "description": "This QR code links to the official music video for Never Gonna Give You Up, a song by Rick Astley. It gained notoriety as part of the Rickroll meme, a bait-and-switch prank where a deceptive link is posted claiming to be something else, but linking to Never Gonna Give You Up instead.\n\nWe do a little trolling, a little simping, a little bit of our will power combining to make an internet legend live to see the light of another day. The official Discord server for this project is given below. We are currently building a community in this Discord.", "links": {"website": ["https://www.youtube.com/watch?v=dQw4w9WgXcQ", "https://en.wikipedia.org/wiki/Never_Gonna_Give_You_Up", "https://knowyourmeme.com/memes/rickroll"], "subreddit": ["placeQRcode"], "discord": ["hFXJEgf7w7"]}, "path": {"162-166, T:0-1": [[1870, 917], [1902, 917], [1902, 949], [1870, 949]]}, "center": {"162-166, T:0-1": [1886, 933]}}, {"id": "twny35", "name": "Stimlo", "description": "The short-lived logo of the musician Stimlo. They create music in varying styles and genres, but all are EDM.", "links": {"website": ["https://open.spotify.com/artist/4hF7yJOF52q2pczg70fdl2"], "subreddit": ["stimlo"]}, "path": {"109-166, T:0-1": [[872, 1847], [872, 1852], [877, 1852], [877, 1847]]}, "center": {"109-166, T:0-1": [875, 1850]}}, -{"id": "twnxkl", "name": "Risu nut", "description": "Hololive Indonesia's 1st Generation VTuber Ayunda Risu as a walnut! How nutty! She's also the creator of Nonstop Nut November, a fun spin on the average No Nut November.", "links": {"website": ["https://www.youtube.com/channel/UCOyYb1c43VlX9rc_lT6NKQw"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1336, 1082], [1349, 1082], [1349, 1081], [1350, 1081], [1350, 1079], [1351, 1079], [1351, 1076], [1352, 1076], [1352, 1070], [1352, 1069], [1353, 1069], [1354, 1069], [1354, 1068], [1355, 1067], [1354, 1066], [1353, 1065], [1353, 1061], [1351, 1061], [1351, 1060], [1349, 1060], [1349, 1059], [1347, 1059], [1347, 1058], [1345, 1058], [1345, 1057], [1338, 1057], [1338, 1058], [1336, 1058], [1336, 1059], [1334, 1059], [1334, 1060], [1333, 1060], [1333, 1061], [1332, 1061], [1332, 1079], [1333, 1079], [1333, 1081], [1335, 1081], [1335, 1082], [1341, 1082]]}, "center": {"109-165, T:0-1": [1342, 1070]}}, +{"id": "twnxkl", "name": "Risu nut", "description": "Hololive Indonesia's 1st Generation VTuber Ayunda Risu as a walnut! How nutty! She's also the creator of Nonstop Nut November, a fun spin on the average No Nut November.", "links": {"website": ["https://www.youtube.com/channel/UCOyYb1c43VlX9rc_lT6NKQw", "https://virtualyoutuber.fandom.com/wiki/Ayunda_Risu"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"110-165, T:0-1": [[1336, 1082], [1349, 1082], [1349, 1081], [1350, 1081], [1350, 1079], [1351, 1079], [1351, 1076], [1352, 1076], [1352, 1070], [1352, 1069], [1353, 1069], [1354, 1069], [1354, 1068], [1355, 1067], [1354, 1066], [1353, 1065], [1353, 1061], [1351, 1061], [1351, 1060], [1349, 1060], [1349, 1059], [1347, 1059], [1347, 1058], [1345, 1058], [1345, 1057], [1338, 1057], [1338, 1058], [1336, 1058], [1336, 1059], [1334, 1059], [1334, 1060], [1333, 1060], [1333, 1061], [1332, 1061], [1332, 1079], [1333, 1079], [1333, 1081], [1335, 1081], [1335, 1082], [1341, 1082]]}, "center": {"110-165, T:0-1": [1342, 1070]}}, {"id": "twnx3u", "name": "Aromat", "description": "Aromat is a food seasoning made by the German food company Knorr. It is popular in Switzerland.", "links": {"website": ["https://www.knorr.com/uk/knorr-products/aromat/aromat-seasoning.html", "https://en.wikipedia.org/wiki/Aromat"], "subreddit": ["Switzerland", "SwissNeutralityZone"], "discord": ["JS9eFKty"]}, "path": {"147-165, T:0-1": [[1176, 878], [1176, 892], [1184, 892], [1184, 878]]}, "center": {"147-165, T:0-1": [1180, 885]}}, {"id": "twnvko", "name": "The iFunny watermark", "description": "Uh oh, you forgot to crop your stolen meme, now you deal with the consequences. Brought to you by r/Place_iFunny.", "links": {"website": ["https://www.ifunny.co"], "subreddit": ["iFunny"]}, "path": {"109-165, T:0-1": [[311, 1888], [365, 1888], [365, 1897], [311, 1897]]}, "center": {"109-165, T:0-1": [338, 1893]}}, {"id": "twnvep", "name": "Snuffy", "description": "Snuffy is a Twitch VTuber. This art depicts one of her emotes.\n\nThis art was created by Snuffy and her community.", "links": {"website": ["https://www.twitch.tv/snuffy"]}, "path": {"110-165, T:0-1": [[667, 1050], [720, 1050], [720, 1099], [667, 1099]]}, "center": {"110-165, T:0-1": [694, 1075]}}, @@ -457,7 +456,7 @@ {"id": "twno94", "name": "Flag of Finland", "description": "Finland is a country in Northern Europe.\n\nThis flag of Finland was made by r/place_nordicunion and r/Suomi.", "links": {"website": ["https://en.wikipedia.org/wiki/Finland", "https://en.wikipedia.org/wiki/Flag_of_Finland"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"9-40": [[495, 136], [495, 148], [527, 148], [527, 162], [634, 162], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "3-8": [[495, 136], [495, 165], [629, 165], [629, 134], [634, 134], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "148-154": [[497, 294], [537, 293], [537, 285], [594, 285], [594, 203], [634, 203], [634, 189], [635, 188], [635, 186], [634, 185], [635, 183], [636, 182], [636, 181], [636, 180], [635, 179], [634, 179], [634, 138], [799, 138], [799, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136], [496, 136], [496, 149], [527, 149], [527, 177], [496, 177]], "92-147": [[497, 294], [537, 293], [537, 285], [594, 285], [594, 203], [634, 203], [634, 189], [635, 188], [635, 186], [634, 185], [635, 183], [636, 182], [636, 181], [636, 180], [635, 179], [634, 179], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136], [496, 136], [496, 148], [527, 148], [527, 183], [496, 183]], "70-76": [[495, 136], [495, 148], [527, 148], [527, 176], [495, 176], [495, 342], [542, 342], [542, 285], [537, 285], [537, 236], [540, 233], [540, 202], [634, 202], [634, 190], [635, 189], [635, 184], [636, 183], [636, 178], [634, 178], [634, 137], [591, 137], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "41-69, 77-91": [[495, 136], [495, 148], [527, 148], [527, 176], [495, 176], [495, 298], [537, 298], [537, 202], [634, 202], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "155-166, T:0-1": [[497, 294], [537, 293], [537, 285], [594, 285], [594, 203], [634, 203], [634, 189], [635, 188], [635, 186], [634, 185], [635, 183], [636, 182], [636, 181], [636, 180], [635, 179], [634, 179], [634, 137], [614, 137], [614, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136], [495, 136], [495, 149], [527, 149], [527, 178], [496, 178]]}, "center": {"9-40": [611, 141], "3-8": [609, 145], "148-154": [545, 222], "92-147": [545, 234], "70-76": [583, 169], "41-69, 77-91": [600, 169], "155-166, T:0-1": [545, 236]}}, {"id": "twnnbb", "name": "Starfleet insignia", "description": "The Starfleet insignia, also known as the Delta insignia, is an icon from the TV series Star Trek that is synonymous with the show in today's pop culture. It is a direct descendant of the vector component of the old NASA (and later United Earth Space Probe Agency) logos.", "links": {"website": ["https://www.startrek.com/article/starfleet-insignia-explained"], "subreddit": ["startrek", "place_CentralAlliance"]}, "path": {"149-166, 54-145, 9-49, T:0-1": [[616, 946], [614, 948], [608, 961], [607, 966], [607, 976], [608, 976], [616, 968], [618, 968], [623, 974], [624, 974], [624, 963], [622, 959], [617, 947]]}, "center": {"149-166, 54-145, 9-49, T:0-1": [616, 961]}}, {"id": "twnn3g", "name": "Institut supérieur de l'aéronautique et de l'espace", "description": "The Institut supérieur de l'aéronautique et de l'espace (ISAE-SUPAERO), is a major engineering school in France specializing in aeronautics. Its name translates to \"National Higher French Institute of Aeronautics and Space\" in English.", "links": {"website": ["http://groupe-isae.fr", "https://en.wikipedia.org/wiki/Institut_sup%C3%A9rieur_de_l%27a%C3%A9ronautique_et_de_l%27espace"]}, "path": {"134-146": [[1131, 870], [1131, 876], [1175, 876], [1175, 870]], "147-159": [[1131, 869], [1131, 875], [1163, 875], [1161, 878], [1161, 899], [1163, 899], [1163, 898], [1172, 898], [1172, 891], [1173, 891], [1175, 887], [1175, 869]], "160-165, T:0-1": [[1131, 869], [1131, 875], [1163, 875], [1161, 878], [1161, 887], [1164, 891], [1172, 891], [1175, 887], [1175, 869]]}, "center": {"134-146": [1153, 873], "147-159": [1168, 885], "160-165, T:0-1": [1168, 883]}}, -{"id": "twnn1g", "name": "Sakamata Chloe mask", "description": "Mask worn by Hololive Japan Generation 6 (Secret Society HoloX) Vtuber Sakamata Chloe. During her debut, she took off her eye mask and showed her red eyes to the audience. After her debut, her YouTube and Twitter profile pictures were updated to no longer feature the eye mask. A new version of the HoloX PV was released on the official Hololive channel after her debut to reflect the mask change.", "links": {"website": ["https://www.youtube.com/channel/UCIBY1ollUsauvVi4hW4cumw/featured"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1386, 1065], [1386, 1068], [1389, 1070], [1397, 1070], [1399, 1067], [1399, 1064], [1386, 1064]]}, "center": {"109-165, T:0-1": [1392, 1067]}}, +{"id": "000301", "name": "Sakamata Chloe's mask", "description": "This mask was worn by Hololive Japan Generation 6 (Secret Society HoloX) VTuber Sakamata Chloe. During her debut, she took off her eye mask and showed her red eyes to the audience. After her debut, her YouTube and Twitter profile pictures were updated to no longer feature the eye mask. A new version of the HoloX PV was released on the official Hololive channel after her debut to reflect the mask change.", "links": {"website": ["https://www.youtube.com/channel/UCIBY1ollUsauvVi4hW4cumw/featured", "https://virtualyoutuber.fandom.com/wiki/Sakamata_Chloe"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"152-165, T:0-1": [[1386, 1065], [1386, 1068], [1389, 1070], [1397, 1070], [1399, 1067], [1399, 1064], [1386, 1064]]}, "center": {"152-165, T:0-1": [1393, 1067]}}, {"id": "twnmmh", "name": "NERV", "description": "NERV is a fictional paramilitary agency from the Neon Genesis Evangelion anime.\n\nThis art was made by a group from r/evangelion. It was recolored to match the flag of Ireland as a symbol of the alliance between Evangelion and Ireland, despite several efforts to turn it back to its original redcolor. The NERV logo had to be moved several times before finally finding its position in Ireland's flag.", "links": {"website": ["https://evangelion.fandom.com/wiki/NERV"], "subreddit": ["evangelion", "PlaceIreland", "ireland"]}, "path": {"101-165, 13-93, T:0-1": [[124, 738], [124, 742], [128, 746], [120, 746], [120, 756], [127, 756], [127, 764], [148, 764], [148, 761], [149, 760], [149, 756], [147, 753], [147, 752], [151, 748], [146, 743], [144, 743], [144, 741], [141, 738], [138, 737], [135, 737], [134, 738]]}, "center": {"101-165, 13-93, T:0-1": [137, 752]}}, {"id": "twnmb9", "name": "Piston", "description": "A piston is a block in the game Minecraft. It is capable of pushing blocks, players, and mobs when given a redstone pulse.", "links": {"website": ["https://minecraft.fandom.com/wiki/Piston"], "subreddit": ["Minecraft"]}, "path": {"102-136, 158-165, 82-87, T:0-1": [[241, 294], [246, 294], [246, 298], [241, 298]]}, "center": {"102-136, 158-165, 82-87, T:0-1": [244, 296]}}, {"id": "twnlr1", "name": "TUYU", "description": "TUYU (ツユ) is a Japanese pop group consisting of Pusu (ぷす) on guitar, Reikoromo (礼衣) as vocals, and Miro on piano. Former members Omutatsu (おむたつ) and AzyuN were in charge of the illustration and video design. \"やっぱり雨は降るんだね\" (It's Raining After All) was released as a full album in March 2020.", "links": {"website": ["https://www.youtube.com/channel/UCB2tP2QfRG7hTra0KTOtTBg"], "subreddit": ["TUYU_official"]}, "path": {"125-140": [[1166, 1342], [1166, 1356], [1179, 1356], [1181, 1358], [1183, 1356], [1199, 1356], [1199, 1342]], "81-96": [[1170, 519], [1170, 540], [1189, 540], [1189, 528], [1184, 528], [1184, 519]], "97-112": [[1191, 467], [1191, 495], [1187, 499], [1189, 501], [1192, 499], [1192, 503], [1194, 503], [1194, 500], [1198, 500], [1198, 467]], "56-77": [[1172, 518], [1170, 520], [1170, 540], [1189, 540], [1189, 525], [1184, 525], [1184, 523], [1182, 519], [1181, 518]], "141-165, T:0-1": [[1143, 1339], [1143, 1371], [1163, 1371], [1163, 1339]]}, "center": {"125-140": [1183, 1349], "81-96": [1177, 532], "97-112": [1194, 496], "56-77": [1179, 531], "141-165, T:0-1": [1153, 1355]}}, @@ -835,7 +834,7 @@ {"id": "twrlw2", "name": ">Gamer", "description": "This little controller, is the logo of a couple of friends' Discord server, \">Gamer\". It was gracefully saved by the wholesome Touhou community multiple times.", "links": {}, "path": {"65-150": [[1750, 780], [1750, 782], [1748, 782], [1745, 785], [1745, 787], [1748, 790], [1755, 790], [1758, 787], [1758, 785], [1755, 782], [1753, 782], [1753, 780]], "60-64": [[1773, 813], [1770, 816], [1770, 818], [1773, 821], [1780, 821], [1783, 818], [1783, 816], [1780, 813]], "151-166, T:0-1": [[1749, 782], [1746, 785], [1746, 787], [1749, 790], [1756, 790], [1759, 787], [1759, 785], [1756, 782], [1754, 782], [1754, 780], [1751, 780], [1751, 782]]}, "center": {"65-150": [1752, 786], "60-64": [1777, 817], "151-166, T:0-1": [1753, 786]}}, {"id": "twrlp4", "name": "Mai Sakurajima", "description": "Mai Sakurajima from Rascal Does Not Dream of Bunny Girl Senpai.", "links": {"subreddit": ["maiplace"], "discord": ["nADCVDmmT5"]}, "path": {"109-166, T:0-1": [[514, 1792], [514, 1789], [515, 1788], [515, 1786], [517, 1784], [521, 1784], [522, 1785], [523, 1785], [524, 1786], [524, 1789], [526, 1791], [533, 1791], [534, 1790], [534, 1789], [535, 1788], [536, 1787], [536, 1786], [537, 1785], [540, 1785], [541, 1786], [542, 1786], [543, 1787], [543, 1788], [544, 1789], [544, 1794], [543, 1795], [539, 1795], [538, 1794], [538, 1793], [537, 1792], [536, 1793], [536, 1794], [537, 1795], [537, 1796], [538, 1797], [538, 1798], [539, 1799], [539, 1800], [540, 1801], [540, 1802], [539, 1803], [538, 1803], [538, 1805], [537, 1806], [538, 1807], [538, 1810], [537, 1811], [537, 1812], [535, 1814], [535, 1816], [534, 1817], [533, 1817], [532, 1818], [532, 1820], [531, 1821], [530, 1821], [530, 1820], [529, 1819], [529, 1818], [528, 1817], [526, 1819], [526, 1820], [525, 1821], [524, 1821], [524, 1818], [523, 1817], [522, 1816], [522, 1815], [523, 1814], [523, 1813], [522, 1813], [522, 1808], [523, 1807], [522, 1806], [522, 1803], [521, 1802], [520, 1801], [520, 1798], [519, 1798], [519, 1797], [520, 1796], [520, 1795], [522, 1793], [522, 1790], [521, 1789], [520, 1790], [520, 1792], [519, 1793], [515, 1793]]}, "center": {"109-166, T:0-1": [529, 1800]}}, {"id": "twrloh", "name": "Phosphor hearts", "description": "Hearts representing the phosphors from the game Oneshot. The hearts represent red, blue, green, and yellow phosphor", "links": {"website": ["https://oneshot.fandom.com/wiki/Phosphor"], "subreddit": ["oneshot"]}, "path": {"109-166, T:0-1": [[1080, 1675], [1099, 1674], [1103, 1670], [1103, 1667], [1095, 1667], [1088, 1669], [1083, 1670], [1078, 1672], [1078, 1673]]}, "center": {"109-166, T:0-1": [1092, 1671]}}, -{"id": "twrlng", "name": "Fubuking", "description": "Hololive First Generation VTuber Shirakami Fubuki sitting on a burger, eating a burger, with a crown on her head (hence the 'king' in 'Fubuking'). She loves burgers.", "links": {"website": ["https://en.hololive.tv/portfolio/items/shirakami-fubuki"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1350, 1113], [1350, 1111], [1351, 1111], [1351, 1110], [1352, 1110], [1352, 1109], [1353, 1109], [1353, 1108], [1353, 1107], [1352, 1107], [1352, 1106], [1351, 1106], [1351, 1105], [1350, 1105], [1350, 1104], [1349, 1104], [1350, 1105], [1350, 1106], [1350, 1107], [1349, 1107], [1349, 1108], [1348, 1109], [1347, 1109], [1347, 1110], [1347, 1112], [1346, 1112], [1346, 1113], [1345, 1113], [1345, 1114], [1345, 1115], [1341, 1115], [1341, 1110], [1340, 1110], [1340, 1109], [1338, 1109], [1338, 1107], [1336, 1107], [1336, 1109], [1335, 1109], [1334, 1109], [1334, 1110], [1333, 1110], [1333, 1114], [1333, 1115], [1333, 1098], [1333, 1097], [1334, 1097], [1336, 1097], [1335, 1096], [1335, 1095], [1337, 1095], [1336, 1094], [1346, 1094], [1346, 1091], [1347, 1091], [1347, 1090], [1348, 1090], [1348, 1089], [1349, 1089], [1349, 1088], [1351, 1088], [1351, 1087], [1352, 1087], [1352, 1086], [1353, 1086], [1353, 1085], [1354, 1085], [1354, 1084], [1355, 1084], [1355, 1083], [1358, 1083], [1358, 1082], [1361, 1082], [1361, 1081], [1362, 1081], [1363, 1081], [1363, 1080], [1364, 1080], [1364, 1078], [1363, 1078], [1363, 1073], [1362, 1073], [1361, 1073], [1361, 1074], [1361, 1075], [1360, 1075], [1360, 1076], [1359, 1076], [1359, 1078], [1358, 1078], [1358, 1079], [1357, 1079], [1357, 1080], [1357, 1079], [1356, 1079], [1356, 1078], [1355, 1078], [1355, 1077], [1354, 1077], [1355, 1077], [1355, 1076], [1356, 1076], [1356, 1075], [1357, 1075], [1357, 1074], [1358, 1074], [1358, 1073], [1359, 1073], [1359, 1072], [1360, 1072], [1360, 1071], [1361, 1071], [1361, 1070], [1361, 1069], [1361, 1068], [1359, 1068], [1359, 1066], [1358, 1066], [1358, 1065], [1357, 1065], [1357, 1061], [1358, 1061], [1358, 1058], [1359, 1058], [1359, 1056], [1360, 1056], [1360, 1053], [1361, 1053], [1361, 1049], [1360, 1049], [1360, 1048], [1359, 1048], [1359, 1044], [1360, 1044], [1360, 1045], [1363, 1045], [1363, 1046], [1366, 1046], [1366, 1047], [1370, 1047], [1370, 1046], [1370, 1045], [1370, 1044], [1369, 1044], [1370, 1044], [1370, 1045], [1371, 1045], [1372, 1045], [1372, 1044], [1372, 1045], [1373, 1045], [1374, 1045], [1374, 1044], [1374, 1045], [1375, 1045], [1375, 1046], [1376, 1045], [1377, 1045], [1377, 1044], [1379, 1044], [1379, 1046], [1380, 1046], [1379, 1046], [1379, 1047], [1379, 1048], [1378, 1048], [1378, 1049], [1377, 1049], [1377, 1052], [1378, 1052], [1378, 1055], [1379, 1055], [1379, 1060], [1380, 1060], [1380, 1064], [1381, 1064], [1380, 1064], [1380, 1065], [1379, 1065], [1379, 1071], [1381, 1071], [1381, 1070], [1387, 1070], [1387, 1071], [1388, 1071], [1389, 1071], [1389, 1072], [1391, 1072], [1391, 1079], [1390, 1079], [1389, 1079], [1389, 1080], [1388, 1080], [1388, 1081], [1390, 1080], [1391, 1080], [1392, 1080], [1392, 1079], [1392, 1078], [1392, 1076], [1392, 1081], [1391, 1081], [1391, 1082], [1390, 1082], [1390, 1083], [1387, 1083], [1387, 1084], [1382, 1084], [1382, 1083], [1381, 1083], [1379, 1083], [1380, 1084], [1380, 1086], [1381, 1086], [1381, 1087], [1396, 1087], [1396, 1088], [1398, 1088], [1398, 1089], [1399, 1089], [1399, 1090], [1401, 1090], [1401, 1091], [1403, 1091], [1403, 1092], [1405, 1092], [1405, 1093], [1408, 1093], [1412, 1093], [1413, 1093], [1415, 1093], [1416, 1093], [1416, 1092], [1416, 1091], [1421, 1091], [1420, 1097], [1421, 1097], [1421, 1096], [1421, 1095], [1421, 1096], [1421, 1097], [1420, 1097], [1420, 1098], [1419, 1098], [1419, 1101], [1418, 1101], [1418, 1102], [1415, 1102], [1415, 1101], [1414, 1101], [1413, 1101], [1413, 1100], [1410, 1100], [1410, 1098], [1409, 1098], [1409, 1097], [1406, 1097], [1406, 1096], [1404, 1096], [1404, 1095], [1401, 1095], [1401, 1094], [1398, 1094], [1398, 1093], [1400, 1094], [1398, 1094], [1397, 1094], [1397, 1095], [1397, 1096], [1398, 1096], [1399, 1096], [1399, 1099], [1398, 1099], [1398, 1100], [1398, 1101], [1399, 1101], [1399, 1104], [1398, 1104], [1398, 1105], [1397, 1105], [1397, 1108], [1397, 1109], [1395, 1109], [1395, 1111], [1396, 1112], [1396, 1111], [1396, 1110], [1397, 1110], [1398, 1110], [1398, 1109], [1398, 1110], [1399, 1110], [1399, 1111], [1400, 1111], [1400, 1112], [1400, 1113], [1399, 1113], [1399, 1114], [1396, 1114], [1396, 1115], [1397, 1115], [1397, 1116], [1398, 1116], [1398, 1117], [1399, 1117], [1399, 1119], [1398, 1119], [1398, 1123], [1397, 1123], [1397, 1125], [1390, 1125], [1390, 1124], [1385, 1124], [1385, 1125], [1382, 1125], [1382, 1124], [1379, 1124], [1369, 1124], [1369, 1125], [1367, 1125], [1367, 1124], [1366, 1124], [1366, 1123], [1367, 1123], [1367, 1122], [1367, 1121], [1368, 1121], [1368, 1120], [1368, 1119], [1368, 1118], [1368, 1117], [1367, 1117], [1367, 1116], [1366, 1116], [1366, 1115], [1365, 1115], [1364, 1115], [1363, 1115], [1363, 1114], [1363, 1113], [1363, 1112], [1362, 1112], [1362, 1111], [1362, 1110], [1357, 1110], [1357, 1112], [1356, 1112], [1356, 1114], [1355, 1114], [1355, 1115], [1354, 1115], [1354, 1116], [1353, 1116], [1353, 1117], [1352, 1117], [1352, 1119], [1352, 1117], [1351, 1117], [1351, 1116], [1351, 1117], [1351, 1116], [1351, 1115], [1351, 1114], [1350, 1114]]}, "center": {"109-165, T:0-1": [1373, 1092]}}, +{"id": "twrlng", "name": "Fubuking", "description": "Fubuking is a depiction of Hololive First Generation VTuber Shirakami Fubuki sitting on a burger, eating a burger, with a crown on her head (hence the \"king\" in \"Fubuking\"). She loves burgers.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Shirakami_Fubuki"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1358, 1043], [1358, 1047], [1360, 1050], [1360, 1052], [1356, 1061], [1356, 1065], [1358, 1067], [1358, 1069], [1360, 1069], [1360, 1070], [1353, 1077], [1357, 1081], [1357, 1082], [1355, 1082], [1350, 1087], [1349, 1087], [1345, 1091], [1345, 1093], [1337, 1093], [1332, 1099], [1332, 1116], [1334, 1116], [1334, 1111], [1337, 1108], [1338, 1113], [1339, 1118], [1345, 1123], [1347, 1123], [1347, 1121], [1346, 1120], [1346, 1114], [1348, 1109], [1351, 1106], [1351, 1110], [1350, 1111], [1350, 1114], [1351, 1115], [1351, 1121], [1358, 1126], [1392, 1126], [1398, 1123], [1399, 1120], [1400, 1119], [1400, 1114], [1401, 1113], [1401, 1111], [1399, 1108], [1399, 1105], [1401, 1103], [1398, 1100], [1398, 1098], [1395, 1094], [1397, 1094], [1403, 1096], [1408, 1100], [1411, 1100], [1416, 1103], [1418, 1103], [1422, 1097], [1422, 1090], [1417, 1090], [1417, 1091], [1412, 1091], [1411, 1090], [1410, 1090], [1408, 1092], [1407, 1092], [1395, 1086], [1393, 1086], [1392, 1085], [1392, 1082], [1393, 1081], [1393, 1076], [1392, 1075], [1392, 1072], [1387, 1069], [1380, 1069], [1380, 1066], [1381, 1065], [1381, 1059], [1378, 1051], [1378, 1050], [1381, 1046], [1378, 1043], [1368, 1043], [1368, 1047], [1366, 1045], [1364, 1045], [1362, 1043]]}, "center": {"109-165, T:0-1": [1374, 1103]}}, {"id": "twrlhi", "name": "Solary", "description": "Famous french esport team & webTV from TOURS, Indre-et-Loire", "links": {"website": ["https://www.solary.fr/"]}, "path": {"109-166, T:0-1": [[844, 1707], [872, 1707], [873, 1736], [845, 1736], [845, 1707]]}, "center": {"109-166, T:0-1": [859, 1722]}}, {"id": "twrleg", "name": "Beneath the Dragoneye Moons - Auri", "description": "A small hummingbird from the webserial Beneath the Dragoneye Moons by Selkie Myth, winner of the Best Serialised Fiction Stabby Award 2021.", "links": {"website": ["https://www.royalroad.com/fiction/36299/beneath-the-dragoneye-moons"]}, "path": {"109-166, T:0-1": [[1783, 1271], [1786, 1269], [1787, 1270], [1790, 1268], [1788, 1271], [1790, 1271], [1790, 1273]]}, "center": {"109-166, T:0-1": [1787, 1271]}}, {"id": "twrl9z", "name": "Joueur du Grenier", "description": "French YouTuber known for his humoristic and satirical videos about old retro games.", "links": {"website": ["https://www.youtube.com/user/joueurdugrenier"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"109-164, T:0-1": [[24, 1951], [22, 1951], [21, 1950], [20, 1949], [19, 1948], [19, 1947], [18, 1946], [18, 1943], [19, 1943], [20, 1942], [20, 1936], [19, 1935], [19, 1934], [17, 1932], [17, 1931], [18, 1930], [18, 1928], [19, 1927], [19, 1925], [18, 1924], [14, 1928], [13, 1928], [11, 1926], [11, 1925], [7, 1921], [6, 1921], [4, 1919], [4, 1914], [5, 1915], [6, 1914], [7, 1914], [8, 1913], [8, 1909], [7, 1908], [6, 1908], [6, 1907], [7, 1906], [7, 1905], [8, 1906], [9, 1905], [11, 1905], [12, 1906], [12, 1908], [11, 1909], [10, 1910], [9, 1910], [8, 1910], [8, 1913], [9, 1914], [11, 1915], [11, 1916], [12, 1917], [12, 1918], [11, 1919], [12, 1920], [15, 1917], [15, 1916], [16, 1915], [16, 1914], [21, 1914], [22, 1913], [22, 1911], [23, 1911], [24, 1910], [23, 1909], [22, 1909], [21, 1908], [21, 1907], [22, 1906], [22, 1904], [21, 1903], [21, 1902], [20, 1901], [21, 1900], [21, 1897], [22, 1897], [23, 1896], [23, 1898], [24, 1898], [25, 1896], [26, 1898], [27, 1896], [28, 1896], [27, 1897], [27, 1898], [28, 1898], [30, 1896], [30, 1897], [32, 1897], [32, 1898], [33, 1898], [34, 1900], [34, 1902], [35, 1903], [35, 1904], [33, 1904], [33, 1905], [34, 1906], [33, 1907], [33, 1908], [35, 1910], [36, 1910], [36, 1911], [37, 1912], [37, 1913], [38, 1913], [39, 1912], [40, 1912], [41, 1913], [41, 1914], [42, 1915], [42, 1921], [43, 1922], [43, 1924], [41, 1926], [39, 1926], [38, 1925], [37, 1925], [36, 1924], [36, 1923], [35, 1922], [34, 1923], [34, 1927], [35, 1928], [35, 1932], [36, 1933], [36, 1939], [35, 1939], [34, 1938], [33, 1939], [33, 1945], [32, 1946], [32, 1947], [31, 1947], [30, 1948], [31, 1949], [33, 1951], [33, 1954], [32, 1953], [31, 1954], [28, 1954], [27, 1953], [26, 1953], [26, 1950], [24, 1950]]}, "center": {"109-164, T:0-1": [26, 1924]}}, @@ -1215,7 +1214,7 @@ {"id": "twpn9r", "name": "Our Flag Means Death", "description": "One of the biggest hits of 2022, Our Flag Means Death (OFMD) is a TV series that tells the tale of Stede Bonnet, a pampered aristocrat turned pirate, and Blackbeard, the most fearsome pirate of all time.", "links": {"website": ["https://en.wikipedia.org/wiki/Our_Flag_Means_Death"], "subreddit": ["OurFlagMeansDeath"]}, "path": {"144-161": [[1900, 893], [1900, 917], [1920, 917], [1920, 905], [1919, 904], [1919, 901], [1920, 900], [1920, 897], [1921, 896], [1921, 895], [1922, 894], [1920, 892], [1910, 892], [1910, 893]], "129-133": [[1901, 915], [1901, 929], [1925, 929], [1925, 923], [1926, 923], [1926, 918], [1924, 918], [1924, 914], [1912, 914], [1912, 915]], "67": [[1803, 825], [1803, 830], [1813, 830], [1813, 825]], "101-128, 134-143": [[1900, 893], [1900, 917], [1901, 917], [1901, 929], [1925, 929], [1925, 918], [1924, 918], [1924, 914], [1920, 914], [1920, 906], [1918, 903], [1920, 900], [1920, 892], [1915, 892], [1914, 893]], "162-166, T:0-1": [[1900, 893], [1900, 917], [1902, 917], [1902, 934], [1934, 934], [1934, 917], [1920, 917], [1920, 905], [1919, 904], [1920, 903], [1920, 897], [1921, 897], [1921, 894], [1919, 894], [1919, 892], [1910, 892], [1910, 893]]}, "center": {"144-161": [1915, 897], "129-133": [1916, 921], "67": [1808, 828], "101-128, 134-143": [1911, 919], "162-166, T:0-1": [1915, 897]}}, {"id": "twpn68", "name": "Schrödinger equation", "description": "The Schrödinger equation is a famous equation that is the basis of quantum physics. The version of the equation here is time-independent and written in the most compact form.", "links": {"website": ["https://en.wikipedia.org/wiki/Schr%C3%B6dinger_equation"], "subreddit": ["physics", "place_CentralAlliance"]}, "path": {"110-165, T:0-1": [[590, 1090], [588, 1092], [588, 1099], [621, 1099], [624, 1096], [621, 1093], [592, 1093], [592, 1092]]}, "center": {"110-165, T:0-1": [615, 1096]}}, {"id": "twpmtd", "name": "Jurassic Park", "description": "This is the logo of the 1993 movie 'Jurassic Park', it was created by the subreddit r/JurassicParkPlace to honor this movie's 30th anniversary (2023).", "links": {"website": ["https://www.jurassicworld.com/"], "subreddit": ["JurassicParkPlace"]}, "path": {"109-166, T:0-1": [[936, 1743], [975, 1743], [975, 1764], [937, 1763], [936, 1744], [936, 1763]]}, "center": {"109-166, T:0-1": [956, 1753]}}, -{"id": "twpm5g", "name": "Takanashi Kiara", "description": "Takanashi Kiara (小鳥遊キアラ) is an English virtual YouTuber associated with Hololive, debuting as part of its English (EN) branch First Generation (HoloMyth) of VTubers.", "links": {"website": ["https://en.hololive.tv/"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1333, 1044], [1344, 1044], [1344, 1046], [1343, 1046], [1343, 1049], [1344, 1049], [1343, 1049], [1343, 1050], [1343, 1051], [1344, 1051], [1344, 1052], [1345, 1052], [1345, 1054], [1345, 1058], [1344, 1058], [1344, 1057], [1338, 1057], [1338, 1058], [1336, 1058], [1335, 1058], [1335, 1059], [1333, 1059]]}, "center": {"109-165, T:0-1": [1338, 1051]}}, +{"id": "twpm5g", "name": "Takanashi Kiara", "description": "Takanashi Kiara (小鳥遊キアラ) is an English virtual YouTuber associated with Hololive, debuting as part of its English (EN) branch First Generation (HoloMyth) of VTubers.", "links": {"website": ["https://www.youtube.com/channel/UCHsx4Hqa-1ORjQTh9TYDhww", "https://virtualyoutuber.fandom.com/wiki/Takanashi_Kiara"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"110-165, T:0-1": [[1332, 1043], [1345, 1043], [1345, 1051], [1346, 1052], [1346, 1059], [1345, 1059], [1344, 1058], [1339, 1058], [1334, 1061], [1333, 1063], [1332, 1063]]}, "center": {"110-165, T:0-1": [1339, 1051]}}, {"id": "twplzm", "name": "Super Mario 64", "description": "Title screen/logo of the 1996 3D platforming game Super Mario 64, published by the Japanese game company Nintendo. The 'O' is replaced with a Yoshi egg from the Yoshi game series, a spin-off series from the Mario franchise.\n\nThis logo was proposed by speedrunner N8rBeans. This is the second iteration of the logo, after a previous attempt at the top of the first expansion was devastated by r/PlaceNL. The charge to establish this was led by Twitch streamer Johnny3Oak, in honor of all the people who sacrificed to the cause of Super Mario 64.", "links": {"website": ["https://en.wikipedia.org/wiki/Super_Mario_64", "https://www.twitch.tv/johnny3oak"], "subreddit": ["Mario"]}, "path": {"73-90": [[1506, 12], [1506, 35], [1558, 35], [1558, 14], [1552, 14], [1552, 12]], "111-166, T:0-1": [[1930, 1373], [1927, 1378], [1927, 1382], [1925, 1382], [1923, 1389], [1925, 1395], [1968, 1395], [1968, 1383], [1975, 1383], [1975, 1375], [1959, 1375], [1957, 1373]]}, "center": {"73-90": [1532, 24], "111-166, T:0-1": [1949, 1384]}}, {"id": "twplqa", "name": "Berlin TV Tower", "description": "The Berlin TV Tower is a 368m-high tower built in 1969. There is also a restaurant at 207m!", "links": {"website": ["https://tv-turm.de/#"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"109-165, T:0-1": [[552, 1102], [551, 1102], [551, 1126], [550, 1126], [550, 1130], [548, 1130], [544, 1134], [542, 1137], [544, 1140], [544, 1143], [546, 1143], [548, 1145], [549, 1145], [549, 1146], [548, 1147], [548, 1153], [549, 1153], [549, 1168], [548, 1169], [548, 1172], [549, 1172], [549, 1173], [555, 1173], [556, 1172], [556, 1168], [555, 1168], [555, 1153], [556, 1152], [556, 1146], [555, 1146], [555, 1145], [559, 1142], [560, 1140], [562, 1137], [562, 1136], [558, 1130], [555, 1130], [553, 1126], [553, 1102]]}, "center": {"109-165, T:0-1": [552, 1143]}}, {"id": "twplbp", "name": "Jarate", "description": "A thrown weapon in Team Fortress 2 known as \"jar-based karate\". It looks an awful lot like a jar of piss.", "links": {"website": ["https://youtu.be/x0lcrb_56Is", "https://wiki.teamfortress.com/wiki/Jarate"], "subreddit": ["TF2"]}, "path": {"69-101": [[678, 45], [678, 54], [685, 54], [685, 45]], "41-68": [[678, 45], [678, 53], [685, 53], [685, 45]], "102-166, T:0-1": [[813, 53], [816, 53], [817, 52], [817, 48], [816, 47], [817, 46], [812, 46], [813, 47], [812, 48], [812, 52]]}, "center": {"69-101": [682, 50], "41-68": [682, 49], "102-166, T:0-1": [815, 50]}}, @@ -1685,7 +1684,7 @@ {"id": "twsbxy", "name": "Catradora", "description": "Catradora is the ship name for Catra (left) and Adora (right) from the 2018 Netflix series She-Ra and the Princesses of Power. They are shown here in their season 1 designs, with Adora in She-Ra form. The background is a lesbian pride flag.", "links": {"website": ["https://shipping.fandom.com/wiki/Catradora"], "subreddit": ["catradora", "PrincessesOfPower"]}, "path": {"85-122": [[1573, 421], [1596, 421], [1596, 427], [1572, 427]], "123-166, T:0-1": [[1569, 421], [1597, 421], [1597, 427], [1569, 427]]}, "center": {"85-122": [1584, 424], "123-166, T:0-1": [1583, 424]}}, {"id": "twsbxs", "name": "Miltank", "description": "This lactating Pokémon was created by the streamer Ravs and his community in collaboration with the Belgium community.", "links": {"website": ["https://www.twitch.tv/ravs_"], "subreddit": ["Yogscast"]}, "path": {"109-166, T:0-1": [[1316, 1747], [1308, 1749], [1308, 1770], [1331, 1772], [1331, 1748]]}, "center": {"109-166, T:0-1": [1320, 1759]}}, {"id": "twsbwj", "name": "Blebs", "description": "Blebs are emotes of YouTuber and Twitch streamer Harry Marshall (Hrry), a member of The Yogscast. His community is also known as the Blebs.", "links": {"website": ["http://www.youtube.com/user/VeteranHarry", "https://www.twitch.tv/hrry", "https://yogscast.fandom.com/wiki/Harry_Marshall"], "subreddit": ["hrry"]}, "path": {"2-166, T:0-1": [[378, 549], [412, 549], [412, 583], [378, 583]]}, "center": {"2-166, T:0-1": [395, 566]}}, -{"id": "twsbt2", "name": "Lucky Luke", "description": "Lucky Luke is a famous Belgian bande dessinée character created by Morris. He is known as the man who shoots faster than his shadow. Lucky Luke is always chasing the brother Dalton among other adventures in the American Midwest, with his faithful steed Jolly Jumper.", "links": {"website": ["https://en.wikipedia.org/wiki/Lucky_Luke"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"114-165, T:0-1": [[1307, 1009], [1304, 1011], [1299, 1011], [1299, 1013], [1297, 1015], [1297, 1016], [1300, 1016], [1301, 1017], [1302, 1017], [1302, 1024], [1300, 1024], [1300, 1027], [1298, 1029], [1296, 1034], [1296, 1040], [1302, 1040], [1303, 1042], [1303, 1050], [1301, 1052], [1301, 1053], [1312, 1053], [1312, 1050], [1311, 1050], [1311, 1043], [1312, 1042], [1312, 1040], [1316, 1040], [1316, 1034], [1314, 1029], [1314, 1027], [1312, 1027], [1309, 1025], [1309, 1024], [1313, 1022], [1317, 1022], [1323, 1017], [1323, 1013], [1324, 1013], [1326, 1011], [1328, 1011], [1328, 1009], [1330, 1009], [1332, 1006], [1329, 1003], [1329, 1002], [1326, 1000], [1325, 1001], [1323, 1001], [1321, 1003], [1319, 1003], [1319, 1005], [1317, 1005], [1317, 1011], [1315, 1011], [1312, 1014], [1312, 1010], [1310, 1010], [1309, 1009]]}, "center": {"114-165, T:0-1": [1307, 1033]}}, +{"id": "twsbt2", "name": "Lucky Luke", "description": "Lucky Luke is a famous Belgian bande dessinée character created by Morris. He is known as the man who shoots faster than his shadow. Lucky Luke is always chasing the brother Dalton among other adventures in the American Midwest, with his faithful steed Jolly Jumper.", "links": {"website": ["https://en.wikipedia.org/wiki/Lucky_Luke"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"T:0-1": [[1305, 1010], [1303, 1012], [1299, 1012], [1299, 1015], [1301, 1017], [1302, 1017], [1302, 1022], [1299, 1026], [1299, 1032], [1298, 1033], [1298, 1039], [1301, 1039], [1301, 1041], [1303, 1043], [1303, 1052], [1301, 1052], [1301, 1055], [1313, 1055], [1313, 1052], [1311, 1052], [1311, 1039], [1314, 1039], [1314, 1032], [1313, 1031], [1313, 1028], [1311, 1026], [1309, 1026], [1308, 1025], [1310, 1023], [1312, 1023], [1313, 1022], [1316, 1022], [1316, 1012], [1312, 1012], [1310, 1010]], "114-165": [[1307, 1009], [1304, 1011], [1299, 1011], [1299, 1013], [1297, 1015], [1297, 1016], [1300, 1016], [1301, 1017], [1302, 1017], [1302, 1024], [1300, 1024], [1300, 1027], [1298, 1029], [1296, 1034], [1296, 1040], [1302, 1040], [1303, 1042], [1303, 1050], [1301, 1052], [1301, 1053], [1312, 1053], [1312, 1050], [1311, 1050], [1311, 1043], [1312, 1042], [1312, 1040], [1316, 1040], [1316, 1034], [1314, 1029], [1314, 1027], [1312, 1027], [1309, 1025], [1309, 1024], [1313, 1022], [1317, 1022], [1323, 1017], [1323, 1013], [1324, 1013], [1326, 1011], [1328, 1011], [1328, 1009], [1330, 1009], [1332, 1006], [1329, 1003], [1329, 1002], [1326, 1000], [1325, 1001], [1323, 1001], [1321, 1003], [1319, 1003], [1319, 1005], [1317, 1005], [1317, 1011], [1315, 1011], [1312, 1014], [1312, 1010], [1310, 1010], [1309, 1009]]}, "center": {"T:0-1": [1306, 1033], "114-165": [1307, 1033]}}, {"id": "twsbqf", "name": "Marvel", "description": "A section full of logos of popular Marvel teams and superheroes.", "links": {"website": ["https://marvel.com"], "subreddit": ["Marvel_Place"]}, "path": {"109-166, T:0-1": [[954, 1722], [977, 1722], [977, 1721], [978, 1720], [979, 1719], [982, 1719], [984, 1721], [986, 1719], [1007, 1719], [1008, 1715], [1008, 1707], [1001, 1701], [1001, 1697], [999, 1693], [996, 1691], [996, 1678], [990, 1678], [989, 1681], [981, 1682], [981, 1689], [955, 1688], [954, 1690], [954, 1695]]}, "center": {"109-166, T:0-1": [979, 1704]}}, {"id": "twsb2h", "name": "MF DOOM", "description": "Daniel Dumile, most known by his stage name MF DOOM, is a legendary underground rapper and your favourite rapper's favourite rapper. He died on October 31, 2020, but it wasn't until December 31, 2020 when his death was publicly announced via an Instagram post. DOOM was always an enigmatic figure, so this felt fully in-character for the villain. Always remember, all caps when you spell the man's name!", "links": {"website": ["https://www.gasdrawls.com/", "https://www.youtube.com/watch?v=zQ0yXh_ADlQ&list=PL9dk_xtWpAkKs1-EKcvq-nKwdaaS-3czd", "https://en.wikipedia.org/wiki/MF_Doom"], "subreddit": ["mfdoom"]}, "path": {"56-166, T:0-1": [[1588, 879], [1606, 879], [1606, 907], [1588, 907]]}, "center": {"56-166, T:0-1": [1597, 900]}}, {"id": "twsazy", "name": "Lil' guy", "description": "Look at the little guy.", "links": {}, "path": {"91-166, T:0-1": [[302, 722], [302, 717], [310, 717], [310, 722]]}, "center": {"91-166, T:0-1": [306, 720]}}, @@ -1700,14 +1699,13 @@ {"id": "twurgh", "name": "No mana's logo", "description": "Old logo of no mana.\n\nNo mana is a Californian electronic music producer, DJ, and musician. He mainly produces progressive house music and other genres of electronic music.", "links": {"website": ["https://ihavenomanas.com/"], "subreddit": ["nomana"]}, "path": {"109-166, T:0-1": [[716, 1735], [735, 1735], [735, 1751], [716, 1751]]}, "center": {"109-166, T:0-1": [726, 1743]}}, {"id": "twur7u", "name": "Gorgc Okayeg", "description": "A Hoboeg emote made for the dota community's favourite hobo : Gorgc n", "links": {"website": ["https://www.twitch.tv/gorgc"], "subreddit": ["gorgc"]}, "path": {"109-166, T:0-1": [[1591, 1000], [1645, 1000], [1645, 1043], [1591, 1043]]}, "center": {"109-166, T:0-1": [1618, 1022]}}, {"id": "twuqxa", "name": "Dance Dance Revolution", "description": "Dance Dance Revolution is a rhythm game series created by Konami in 1998. It spawned clones and simulators such as Pump It Up, StepMania, In The Groove, StepManiaX, Friday Night Funkin', and more.", "links": {"website": ["https://p.eagate.573.jp/game/ddr/", "https://en.wikipedia.org/wiki/Dance_Dance_Revolution"], "subreddit": ["DanceDanceRevolution"]}, "path": {"8-76, 82-165, T:0-1": [[776, 688], [768, 696], [776, 704], [784, 696]]}, "center": {"8-76, 82-165, T:0-1": [776, 696]}}, -{"id": "twuqvr", "name": "Golden axe", "description": "This golden axe represents Hoshimachi Suisei, a Japanese VTuber under the 0th generation of the VTuber agency Hololive. The golden axe originates from a meme where she acted as a psychopath while killing her fellow Hololive members with a golden axe in the game Project Winter. This earned her the nickname \"Suicopath\". Be careful, as the golden axe can be right behind you at any time!", "links": {"website": ["https://en.hololive.tv/portfolio/items/hoshimachi-suisei", "https://en.wikipedia.org/wiki/Hoshimachi_Suisei"], "subreddit": ["HoshimachiSuisei", "Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1337, 912], [1335, 914], [1333, 919], [1332, 920], [1332, 923], [1333, 923], [1335, 921], [1335, 920], [1336, 919], [1338, 919], [1341, 916], [1341, 915], [1338, 912]]}, "center": {"66-166, T:0-1": [1337, 916]}}, -{"id": "twuqvi", "name": "Watamelon", "description": "The pun meme version of Hololive Japan 4th Generation VTuber Tsunomaki Watame where her entire sheep body is inside a watermelon. She is a crafty sheep.", "links": {"website": ["https://www.youtube.com/channel/UCqm3BQLlJfvkTsX_hvm0UmA"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1400, 1095], [1401, 1095], [1411, 1099], [1416, 1101], [1416, 1120], [1399, 1120], [1399, 1117], [1397, 1115], [1401, 1113], [1401, 1111], [1397, 1108], [1397, 1105], [1398, 1104], [1398, 1101], [1397, 1099], [1397, 1095]]}, "center": {"109-165, T:0-1": [1407, 1108]}}, +{"id": "twuqvr", "name": "Golden axe", "description": "This golden axe represents Hoshimachi Suisei, a Japanese VTuber under the 0th generation of the VTuber agency Hololive. The golden axe originates from a meme where she acted as a psychopath while killing her fellow Hololive members with a golden axe in the game Project Winter. This earned her the nickname \"Suicopath\". Be careful, as the golden axe can be right behind you at any time!", "links": {"website": ["https://en.wikipedia.org/wiki/Hoshimachi_Suisei"], "subreddit": ["HoshimachiSuisei", "Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1337, 912], [1335, 914], [1333, 919], [1332, 920], [1332, 923], [1333, 923], [1335, 921], [1335, 920], [1336, 919], [1338, 919], [1341, 916], [1341, 915], [1338, 912]]}, "center": {"66-166, T:0-1": [1337, 916]}}, +{"id": "twuqvi", "name": "Watamelon", "description": "Watamelon is a pun/meme version of Hololive Japan 4th Generation VTuber Tsunomaki Watame where her entire sheep body is inside a watermelon. She is a crafty sheep.", "links": {"website": ["https://www.youtube.com/channel/UCqm3BQLlJfvkTsX_hvm0UmA", "https://virtualyoutuber.fandom.com/wiki/Tsunomaki_Watame"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"121-165, T:0-1": [[1397, 1094], [1396, 1095], [1398, 1096], [1398, 1099], [1397, 1100], [1398, 1101], [1398, 1104], [1397, 1105], [1397, 1109], [1400, 1109], [1401, 1110], [1402, 1110], [1402, 1112], [1398, 1114], [1397, 1115], [1399, 1117], [1399, 1119], [1398, 1120], [1398, 1122], [1399, 1122], [1402, 1119], [1404, 1119], [1406, 1121], [1408, 1119], [1410, 1119], [1411, 1120], [1413, 1120], [1413, 1117], [1414, 1116], [1414, 1112], [1415, 1111], [1415, 1108], [1414, 1107], [1414, 1100], [1408, 1097], [1406, 1097]]}, "center": {"121-165, T:0-1": [1406, 1104]}}, {"id": "twuqf8", "name": "drakeoffc", "description": "drakeoffc is a Russian streamer. This art includes drakeoffc's avatar along with some other local Russian memes.", "links": {"website": ["https://www.twitch.tv/drakeoffc"], "subreddit": ["89SQUAD89"]}, "path": {"56-166, T:0-1": [[1891, 588], [1999, 588], [1999, 696], [1891, 696]]}, "center": {"56-166, T:0-1": [1945, 642]}}, {"id": "twupzc", "name": "Our World of Pixels", "description": "A link to the game \"Our World of Pixels\". This is a web-based sandbox game in which players (or cursors) are presented with a set of tools which anyone can draw and/or explore with other people.", "links": {"website": ["http://owop.me"], "subreddit": ["OurWorldOfPixels"]}, "path": {"109-166, T:0-1": [[646, 1375], [682, 1376], [683, 1384], [646, 1384]]}, "center": {"109-166, T:0-1": [664, 1380]}}, {"id": "twupuc", "name": "H cult", "description": "A few notable members from a private Discord server called \"H cult\".", "links": {}, "path": {"109-166, T:0-1": [[545, 1788], [545, 1796], [544, 1796], [544, 1800], [543, 1801], [543, 1803], [541, 1803], [539, 1805], [539, 1808], [540, 1808], [540, 1809], [539, 1810], [539, 1811], [538, 1812], [538, 1821], [533, 1821], [532, 1822], [530, 1822], [530, 1823], [528, 1823], [528, 1822], [526, 1822], [526, 1828], [536, 1828], [536, 1825], [537, 1825], [537, 1822], [536, 1822], [536, 1821], [538, 1821], [538, 1816], [549, 1816], [549, 1788]]}, "center": {"109-166, T:0-1": [542, 1810]}}, {"id": "twupp0", "name": "Fernando Alonso", "description": "Fernando \"El Nano\" Alonso is a Spanish Formula 1 driver and the Formula 1 World Drivers' Champion of 2005 and 2006, affiliated with Formula 1 team Renault. He is from Asturias, Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Fernando_Alonso"], "subreddit": ["formula1", "esPlace", "spain"]}, "path": {"115-165, T:0-1": [[1600, 281], [1600, 289], [1599, 289], [1599, 298], [1596, 300], [1596, 306], [1598, 308], [1621, 308], [1621, 301], [1612, 301], [1607, 296], [1607, 295], [1624, 295], [1624, 287], [1627, 287], [1627, 281]]}, "center": {"115-165, T:0-1": [1609, 288]}}, {"id": "twupht", "name": "Disturbance", "description": "Disturbance is the mascot of Thrive, a open-source game about the evolution of life", "links": {"website": ["https://thrive.fandom.com/wiki/Disturbance"], "subreddit": ["thrive"]}, "path": {"123-166, T:0-1": [[167, 1093], [167, 1094], [166, 1095], [165, 1095], [164, 1097], [165, 1097], [167, 1099], [167, 1101], [164, 1100], [163, 1100], [163, 1101], [161, 1103], [160, 1103], [158, 1101], [158, 1100], [157, 1100], [154, 1101], [154, 1099], [157, 1097], [156, 1095], [155, 1095], [154, 1094], [154, 1093], [155, 1092], [158, 1094], [159, 1093], [160, 1094], [161, 1094], [162, 1093], [163, 1094], [166, 1092]]}, "center": {"123-166, T:0-1": [161, 1098]}}, -{"id": "twupey", "name": "Arbonaida", "description": "Flag of Andalusia", "links": {}, "path": {"109-165, T:0-1": [[1402, 999], [1378, 999], [1381, 1004], [1386, 1008], [1385, 1018], [1385, 1020], [1388, 1020], [1388, 1024], [1391, 1027], [1391, 1042], [1401, 1042]]}, "center": {"109-165, T:0-1": [1394, 1017]}}, {"id": "twup9k", "name": "r/discgolf", "description": "r/discgolf is a subreddit focused on disc golf, a relaxing or frustrating sport where you chuck plastic discs at metal chains.", "links": {"website": ["https://www.pdga.com/", "https://en.wikipedia.org/wiki/Disc_golf"], "subreddit": ["discgolf"]}, "path": {"128-145": [[1214, 907], [1214, 927], [1257, 927], [1257, 907]], "75-127": [[1236, 907], [1236, 927], [1257, 927], [1257, 907]], "64-74": [[1245, 908], [1245, 927], [1257, 927], [1257, 908]], "146-165, T:0-1": [[1210, 907], [1210, 927], [1257, 927], [1257, 907]]}, "center": {"128-145": [1236, 917], "75-127": [1247, 917], "64-74": [1251, 918], "146-165, T:0-1": [1234, 917]}}, {"id": "twup10", "name": "ZUTOMAYO", "description": "Zutto Mayonaka de Iinoni, stylized as ZUTOMAYO, is a Japanese rock group that debuted in 2018.", "links": {"website": ["https://zutomayo.net/"], "subreddit": ["ZUTOMAYO"]}, "path": {"109-166, T:0-1": [[1148, 1690], [1163, 1690], [1163, 1705], [1148, 1705]]}, "center": {"109-166, T:0-1": [1156, 1698]}}, {"id": "twuoys", "name": "Staryuuki", "description": "La mejor streamer hispanohablante y líder de la Bunny army", "links": {"website": ["https://www.twitch.tv/staryuuki"], "subreddit": ["staryuuki"]}, "path": {"109-165, T:0-1": [[1115, 1340], [1115, 1370], [1084, 1370], [1084, 1340]]}, "center": {"109-165, T:0-1": [1100, 1355]}}, @@ -1775,7 +1773,7 @@ {"id": "twuemn", "name": "Kienlabadao's Logo", "description": "This is Kienlabadao's original logo that was made for a long time ago and it's still being used nowadays. Without help from u/ccc3593, Their friends, and MapINK community (both are beside the logo), This wouldn't exist on r/place.", "links": {"website": ["https://www.youtube.com/watch?v=LFTPEBLAYi0"]}, "path": {"109-166, T:0-1": [[54, 1258], [62, 1258], [62, 1266], [54, 1266]]}, "center": {"109-166, T:0-1": [58, 1262]}}, {"id": "twuehw", "name": "Surprised Pikachu", "description": "Surprised Pikachu is a meme from the Pokémon anime depicting main character Pikachu with an open mouth as if in surprise. It is used to express ironic surprise at foreseeable outcomes.", "links": {"website": ["https://knowyourmeme.com/memes/surprised-pikachu"], "subreddit": ["placepikachu", "Pikachuplace"]}, "path": {"148-165, T:0-1": [[492, 503], [492, 507], [494, 509], [494, 513], [496, 513], [496, 514], [501, 514], [501, 513], [507, 513], [507, 511], [509, 509], [509, 508], [507, 508], [505, 507], [505, 503]]}, "center": {"148-165, T:0-1": [499, 508]}}, {"id": "twudej", "name": "Vukovar water tower", "description": "The Vukovar water tower is a historic water tower in Vukovar, Croatia. It is a symbol of the Croatian War of Independence, where it was heavily damaged along with the rest of Vukovar.\n\nThe background of this art features Croatia's signature red-and-white checkerboard pattern.", "links": {"website": ["https://en.wikipedia.org/wiki/Vukovar_water_tower"], "subreddit": ["croatia"]}, "path": {"108-128": [[432, 910], [432, 984], [448, 984], [448, 910]], "96-104": [[432, 909], [432, 1000], [448, 1000], [448, 909]], "45-47": [[425, 888], [419, 891], [422, 896], [422, 902], [423, 903], [423, 910], [431, 910], [431, 903], [432, 902], [432, 897], [434, 891], [433, 890], [428, 888]], "137-166, T:0-1": [[432, 910], [432, 961], [448, 961], [448, 910]]}, "center": {"108-128": [440, 947], "96-104": [440, 955], "45-47": [427, 894], "137-166, T:0-1": [440, 936]}}, -{"id": "twuddv", "name": "Uruha Rushia", "description": "A former talent for Hololive's 3rd generation (FANTASY) who debuted on July 18, 2019 and remained active until her termination on February 24, 2022. In tribute to her legacy, she is placed here as commemoration. Remember, she is not pettan as she is boing boing.", "links": {"website": ["https://www.youtube.com/channel/UCl_gCybOJRIgOXw6Qb4qJzQ"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1425, 1066], [1401, 1066], [1400, 1067], [1399, 1068], [1399, 1070], [1400, 1071], [1399, 1072], [1398, 1073], [1401, 1074], [1400, 1075], [1399, 1078], [1400, 1079], [1401, 1080], [1400, 1081], [1399, 1083], [1397, 1085], [1397, 1087], [1400, 1088], [1405, 1088], [1405, 1089], [1416, 1089], [1417, 1089], [1417, 1090], [1422, 1090], [1422, 1095], [1422, 1083], [1422, 1072], [1426, 1072], [1425, 1071], [1426, 1069], [1426, 1067], [1425, 1067]]}, "center": {"109-165, T:0-1": [1411, 1077]}}, +{"id": "twuddv", "name": "Uruha Rushia", "description": "Uruha Rushia is a former talent for Hololive's 3rd generation (FANTASY) who debuted on July 18, 2019 and remained active until her termination on February 24, 2022. In tribute to her legacy, she is placed here as commemoration. Remember, she is not pettan as she is boing boing.", "links": {"website": ["https://www.youtube.com/channel/UCl_gCybOJRIgOXw6Qb4qJzQ", "https://virtualyoutuber.fandom.com/wiki/Uruha_Rushia"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"121-165, T:0-1": [[1401, 1065], [1398, 1068], [1398, 1083], [1396, 1085], [1396, 1087], [1404, 1091], [1406, 1091], [1406, 1093], [1416, 1093], [1416, 1091], [1420, 1091], [1423, 1088], [1423, 1073], [1427, 1073], [1427, 1067], [1425, 1065]]}, "center": {"121-165, T:0-1": [1411, 1079]}}, {"id": "twud5d", "name": "Ezekiel_III", "description": "Zeke, as he's known to his fans, is a well known Twitch streamer and stage host, and one of the hosts of the Dropped Frames Podcast.", "links": {"website": ["https://www.twitch.tv/ezekiel_iii"], "subreddit": ["zekeonia"]}, "path": {"109-166, T:0-1": [[1089, 1930], [1089, 1909], [1070, 1909], [1070, 1930]]}, "center": {"109-166, T:0-1": [1080, 1920]}}, {"id": "twucmk", "name": "Skis and ski poles", "description": "Skis are particularly iconic for northeners and especially Norwegians. It is said that all Norwegians are born with skis on their feet.", "links": {"website": ["https://en.wikipedia.org/wiki/Ski"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"113-165, T:0-1": [[419, 46], [419, 48], [417, 50], [415, 50], [415, 52], [408, 59], [404, 59], [404, 63], [403, 63], [403, 66], [406, 66], [406, 67], [409, 70], [415, 70], [416, 71], [417, 71], [418, 70], [424, 70], [424, 69], [428, 69], [428, 65], [435, 58], [437, 58], [437, 56], [439, 54], [441, 54], [441, 50], [436, 50], [436, 48], [429, 48], [429, 47], [423, 47], [423, 46]]}, "center": {"113-165, T:0-1": [422, 58]}}, {"id": "twucgo", "name": "National Basketball Association", "description": "The National Basketball Association (NBA) is an American professional basketball league. The character in the middle is a reference to the NBA logo, the 75 on the top-right part is a reference to the 75th anniversary of the NBA in 2022, and the little jersey with number 24 on the bottom right of the picture is the jersey of Kobe Bryant, a famous Lakers player who died in 2020.", "links": {"website": ["http://www.nba.com/", "https://en.wikipedia.org/wiki/National_Basketball_Association"], "subreddit": ["nba"]}, "path": {"81-96": [[1792, 236], [1782, 246], [1782, 249], [1787, 254], [1787, 257], [1783, 257], [1781, 259], [1781, 274], [1783, 276], [1786, 276], [1788, 274], [1788, 256], [1793, 262], [1794, 262], [1794, 255], [1792, 255], [1792, 251], [1793, 247], [1797, 243], [1800, 242], [1814, 242], [1818, 245], [1815, 255], [1815, 261], [1816, 261], [1827, 249], [1827, 246], [1817, 236]], "113-165, T:0-1": [[745, 1483], [781, 1483], [781, 1512], [745, 1512]]}, "center": {"81-96": [1788, 248], "113-165, T:0-1": [763, 1498]}}, @@ -1830,8 +1828,8 @@ {"id": "twu56y", "name": "Dropped Frames Podcast", "description": "A gaming podcast, hosted on Twitch and Youtube by streamers ItmeJP, CohhCarnage, and Ezekiel_III.", "links": {"website": ["https://www.twitch.tv/itmejp"]}, "path": {"109-166, T:0-1": [[1155, 1909], [1090, 1909], [1090, 1932], [1155, 1932], [1155, 1910]]}, "center": {"109-166, T:0-1": [1123, 1921]}}, {"id": "twu555", "name": "Port wine", "description": "Port wine (Portuguese: vinho de Porto) is a glorious wine from the north region of Portugal.", "links": {"website": ["https://en.wikipedia.org/wiki/Port_wine"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"98-109": [[1025, 329], [1025, 340], [1022, 344], [1022, 360], [1032, 360], [1032, 344], [1029, 340], [1029, 329]], "110-165, T:0-1": [[1025, 329], [1025, 340], [1022, 344], [1022, 360], [1040, 360], [1040, 352], [1034, 352], [1034, 360], [1032, 360], [1032, 344], [1029, 340], [1029, 329]]}, "center": {"98-109": [1027, 348], "110-165, T:0-1": [1027, 347]}}, {"id": "twu4yt", "name": "r/WEC", "description": "The official subreddit for the FIA World Endurance Championship, and the ACO's 24 Hours of Le Mans. This is a multi-class racing series, featuring Prototype and Grand Touring sportscars. Each race is 6-8 hours long, requiring 2-3 drivers for each car. The season culminates with a 24 hour round-the-clock race at the famous Circuit de la Sarthe, in Le Mans, France.", "links": {"subreddit": ["WEC"]}, "path": {"109-165, T:0-1": [[1361, 1278], [1384, 1278], [1384, 1275], [1385, 1275], [1385, 1272], [1386, 1272], [1386, 1270], [1363, 1270], [1363, 1273], [1362, 1273], [1362, 1276], [1361, 1276]]}, "center": {"109-165, T:0-1": [1374, 1274]}}, -{"id": "twu4t3", "name": "Andalusian Flag", "description": "Autonomous community of Spain. Bedge is doing siesta.", "links": {"subreddit": ["Andalucia"]}, "path": {"109-165, T:0-1": [[1332, 999], [1332, 1042], [1402, 1043], [1402, 999]]}, "center": {"109-165, T:0-1": [1367, 1021]}}, -{"id": "twl492", "name": "FlareWheeze", "description": "FlareWheeze is an emote from the fan Discord server of VTuber agency Hololive. The emote features Shiranui Flare (不知火フレア), amember of the 3rd generation Hololive's Japan branch well-known for her wheezing laugh, wheezing, and head-patting YAGOO. The hearts around her represent her and her gen. mates (VTubers who debuted with her):\n-Shiranui Flare (orange heart)\n-Usada Pekora (blue heart with rabbit ears)\n-Shirogane Noel (silver heart)\n-Houshou Marine (red heart)\n-Uruha Rushia (green heart)", "links": {"website": ["https://twitter.com/Kiel_adair/status/1448446466935037952", "https://en.hololive.tv/portfolio/items/shiranui-flare", "https://virtualyoutuber.fandom.com/wiki/Shiranui_Flare"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"57-166, T:0-1": [[1382, 869], [1375, 872], [1372, 875], [1372, 877], [1369, 881], [1367, 884], [1368, 885], [1368, 891], [1371, 895], [1371, 903], [1376, 910], [1377, 910], [1379, 908], [1376, 904], [1376, 902], [1388, 902], [1389, 900], [1393, 900], [1395, 902], [1400, 902], [1403, 896], [1403, 894], [1400, 890], [1400, 888], [1403, 884], [1403, 881], [1402, 881], [1400, 883], [1396, 874], [1388, 869]]}, "center": {"57-166, T:0-1": [1385, 886]}}, +{"id": "twu4t3", "name": "Flag of Andalusia", "description": "Andalusia is an autonomous community in southern Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Andalusia", "https://en.wikipedia.org/wiki/Flag_of_Andalusia"], "subreddit": ["Andalucia"]}, "path": {"110-165, T:0-1": [[1332, 999], [1332, 1043], [1402, 1043], [1402, 999], [1376, 999], [1380, 1004], [1385, 1008], [1385, 1018], [1384, 1019], [1384, 1021], [1388, 1021], [1388, 1024], [1390, 1027], [1390, 1043], [1348, 1043], [1348, 1040], [1346, 1038], [1346, 1037], [1348, 1035], [1348, 1034], [1344, 1034], [1342, 1032], [1342, 1030], [1343, 1029], [1345, 1029], [1345, 1020], [1344, 1020], [1344, 1011], [1346, 1009], [1346, 1007], [1353, 999]]}, "center": {"110-165, T:0-1": [1394, 1014]}}, +{"id": "twl492", "name": "FlareWheeze", "description": "FlareWheeze is an emote from the fan Discord server of VTuber agency Hololive. The emote features Shiranui Flare (不知火フレア), a member of the 3rd generation Hololive's Japan branch well-known for her wheezing laugh, wheezing, and head-patting YAGOO. The hearts around her represent her and her gen. mates (VTubers who debuted with her):\n-Shiranui Flare (orange heart)\n-Usada Pekora (blue heart with rabbit ears)\n-Shirogane Noel (silver heart)\n-Houshou Marine (red heart)\n-Uruha Rushia (green heart)", "links": {"website": ["https://twitter.com/Kiel_adair/status/1448446466935037952", "https://virtualyoutuber.fandom.com/wiki/Shiranui_Flare"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"57-166, T:0-1": [[1382, 869], [1375, 872], [1372, 875], [1372, 877], [1369, 881], [1367, 884], [1368, 885], [1368, 891], [1371, 895], [1371, 903], [1376, 910], [1377, 910], [1379, 908], [1376, 904], [1376, 902], [1388, 902], [1389, 900], [1393, 900], [1395, 902], [1400, 902], [1403, 896], [1403, 894], [1400, 890], [1400, 888], [1403, 884], [1403, 881], [1402, 881], [1400, 883], [1396, 874], [1388, 869]]}, "center": {"57-166, T:0-1": [1385, 886]}}, {"id": "twwjcz", "name": "Amber's bow", "description": "A red bow as a small reference to the bow the character Amber from the game Genshin Impact normally wears on her head (rebuilt by the Belgian community after their flag expansion bulldozed a previous instance).", "links": {"website": ["https://genshin-impact.fandom.com/wiki/Amber"], "subreddit": ["ambermains"]}, "path": {"109-166, T:0-1": [[1318, 1737], [1312, 1733], [1313, 1727], [1318, 1727], [1322, 1732], [1328, 1729], [1331, 1729], [1330, 1734], [1329, 1736], [1324, 1738]]}, "center": {"109-166, T:0-1": [1321, 1733]}}, {"id": "twwj6t", "name": "Every Child Matters", "description": "Every Child Matters is a movement used to spread awareness of the injustices of Canada's Indian residential school system, a former system of schools used by the Canadian government to indoctrinate indigenous children with Christian values. The system was detrimental to traditional Canadian Indian culture and has been classified as cultural genocide. Many children died in the schools, evidenced by the discoveries of mass unmarked graves of over 1,000 indigenous children in Canada.", "links": {"website": ["https://www.rcrg.org/every-child-matters", "https://en.wikipedia.org/wiki/Canadian_Indian_residential_school_system"], "subreddit": ["placecanada", "canada"]}, "path": {"12-166, T:0-1": [[226, 547], [226, 528], [193, 528], [193, 547]]}, "center": {"12-166, T:0-1": [210, 538]}}, {"id": "twwj0h", "name": "Irmão do Jorel", "description": "Irmão do Jorel (Jorel's Brother) is the main character of the Brazilian animated TV series of the same name. The series debuted on September, 2014.", "links": {"website": ["https://www.cartoonnetwork.com.br/show/irmao-do-jorel"], "subreddit": ["brasil"]}, "path": {"109-166, T:0-1": [[1414, 1779], [1422, 1779], [1420, 1776], [1422, 1775], [1420, 1772], [1424, 1771], [1426, 1766], [1425, 1762], [1422, 1758], [1413, 1757], [1409, 1763], [1408, 1768], [1411, 1771], [1414, 1773], [1412, 1774], [1414, 1777], [1413, 1778]]}, "center": {"109-166, T:0-1": [1417, 1767]}}, @@ -2098,7 +2096,7 @@ {"id": "twvlmm", "name": "Over the Garden Wall", "description": "TV show Over the Garden Wall's main characters: Brothers Greg and Wirt", "links": {"subreddit": ["overthegardenwall"]}, "path": {"109-167, T:0-1": [[1961, 1482], [1974, 1482], [1974, 1493], [1961, 1493]]}, "center": {"109-167, T:0-1": [1968, 1488]}}, {"id": "twvlhd", "name": "UCLA Bruins", "description": "The University of California, Los Angeles (UCLA) is a university in Los Angeles, California, United States. This art depicts the logo of the UCLA sports teams, the UCLA Bruins.", "links": {"website": ["http://www.uclabruins.com/", "https://en.wikipedia.org/wiki/UCLA_Bruins"], "subreddit": ["ucla"]}, "path": {"61-165, T:0-1": [[356, 252], [392, 252], [392, 272], [356, 272]]}, "center": {"61-165, T:0-1": [374, 262]}}, {"id": "twvl3j", "name": "Wacom", "description": "A small drawing of CoolcidProds (@CoolcidProd) character Wacom.", "links": {"website": ["https://youtube.com/c/CoolcidProd"], "subreddit": ["place_CentralAlliance"]}, "path": {"109-166, T:0-1": [[498, 1110], [508, 1110], [508, 1121], [498, 1121]]}, "center": {"109-166, T:0-1": [503, 1116]}}, -{"id": "twvl2y", "name": "Koronesuki", "description": "Koronesuki is a representation of the fans and viewers of VTuber Inugami Korone, a member of VTuber agency Hololive.", "links": {"website": ["https://en.hololive.tv/portfolio/items/inugami-korone", "https://virtualyoutuber.fandom.com/wiki/Inugami_Korone"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"64-165, T:0-1": [[1379, 960], [1373, 967], [1373, 968], [1378, 973], [1378, 976], [1382, 976], [1382, 973], [1383, 973], [1385, 971], [1384, 970], [1384, 968], [1386, 968], [1386, 966], [1384, 962], [1382, 960]]}, "center": {"64-165, T:0-1": [1379, 968]}}, +{"id": "twvl2y", "name": "Koronesuki", "description": "Koronesuki is a representation of the fans and viewers of VTuber Inugami Korone, a member of VTuber agency Hololive.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Inugami_Korone"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"64-165, T:0-1": [[1379, 960], [1373, 967], [1373, 968], [1378, 973], [1378, 976], [1382, 976], [1382, 973], [1383, 973], [1385, 971], [1384, 970], [1384, 968], [1386, 968], [1386, 966], [1384, 962], [1382, 960]]}, "center": {"64-165, T:0-1": [1379, 968]}}, {"id": "twvl2w", "name": "Scotland heart", "description": "Scotland is a country in the United Kingdom.\n\nThis is a small Scottish heart showing solidarity with Ukraine. It was moved up in the final hours to accommodate the An-225 plane.", "links": {"website": ["https://en.wikipedia.org/wiki/Scotland", "https://en.wikipedia.org/wiki/Flag_of_Scotland"], "subreddit": ["Scotland"]}, "path": {"134-157": [[253, 172], [251, 174], [251, 175], [255, 179], [259, 175], [259, 174], [257, 172]], "131-133": [[247, 190], [245, 192], [245, 193], [249, 197], [253, 193], [253, 192], [251, 190]], "101-102": [[259, 172], [257, 174], [257, 175], [261, 179], [267, 179], [271, 175], [271, 174], [269, 172]], "85-100": [[265, 172], [263, 174], [263, 175], [267, 179], [271, 175], [271, 174], [269, 172]], "73-76": [[277, 172], [275, 174], [275, 175], [279, 179], [283, 175], [283, 174], [281, 172]], "103-126, 47-72": [[259, 172], [257, 174], [257, 175], [261, 179], [265, 175], [265, 174], [263, 172]], "158-165, T:0-1": [[253, 171], [251, 173], [251, 174], [254, 177], [256, 177], [259, 174], [259, 173], [257, 171]]}, "center": {"134-157": [255, 175], "131-133": [249, 193], "101-102": [264, 176], "85-100": [267, 175], "73-76": [279, 175], "103-126, 47-72": [261, 175], "158-165, T:0-1": [255, 174]}}, {"id": "twvkxq", "name": "Flag of New Mexico", "description": "New Mexico is a state in the United States. The red Zia symbol is a symbol of the Zia pueblo. The red and green chiles are an homage to the state question and answer. (Red or Green? Christmas.) The chile is native to New Mexico and is commonly referred to as Hatch chile or New Mexico chile. Both red and green chile are a major and unique part of New Mexican cuisine, distinguishing it from other Mexican and southwest U.S. cuisines.", "links": {"website": ["https://en.wikipedia.org/wiki/New_Mexico", "https://en.wikipedia.org/wiki/Flag_of_New_Mexico"], "subreddit": ["NewMexico"]}, "path": {"57-69": [[1437, 878], [1437, 892], [1441, 898], [1453, 898], [1453, 878]], "70-166, T:0-1": [[1437, 869], [1437, 893], [1440, 898], [1440, 902], [1438, 904], [1438, 905], [1450, 905], [1453, 902], [1453, 879], [1450, 877], [1450, 869]]}, "center": {"57-69": [1445, 888], "70-166, T:0-1": [1445, 887]}}, {"id": "twvkui", "name": "Dungeons and Daddies", "description": "A DnD podcast about four dads lost in the forgotten realms on a quest to rescue their sons. Starring Freddie Wong, Matt Arnold, Will Campos, Beth May, and Anthony Burch as your Daddy Master.", "links": {"website": ["https://www.dungeonsanddaddies.com/"], "subreddit": ["DungeonsAndDaddies"]}, "path": {"109-166, T:0-1": [[490, 1542], [514, 1542], [514, 1549], [490, 1549]]}, "center": {"109-166, T:0-1": [502, 1546]}}, @@ -2150,7 +2148,7 @@ {"id": "twvd2x", "name": "French nuclear power plant", "description": "This power plant was built as a proud symbol of the large share of nuclear in the production of French electricity, and as a taunt to their German neighbours (both IRL and on the canvas), who stopped their nuclear energy program.", "links": {"website": ["https://en.wikipedia.org/wiki/Nuclear_power_in_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"63-66": [[1171, 813], [1171, 818], [1174, 818], [1174, 829], [1200, 829], [1200, 824], [1196, 814], [1198, 811], [1198, 810], [1196, 808], [1196, 797], [1194, 794], [1193, 794], [1193, 787], [1192, 787], [1189, 788], [1186, 791], [1186, 794], [1184, 796], [1183, 798], [1183, 800], [1185, 800], [1185, 802], [1187, 802], [1187, 805], [1186, 806], [1178, 806], [1178, 813]], "92-166, T:0-1": [[1200, 829], [1200, 825], [1196, 815], [1198, 812], [1198, 810], [1197, 809], [1197, 802], [1200, 802], [1200, 795], [1196, 791], [1196, 789], [1197, 788], [1197, 786], [1196, 786], [1196, 774], [1197, 773], [1197, 770], [1195, 768], [1192, 768], [1192, 771], [1191, 771], [1189, 773], [1189, 783], [1186, 783], [1183, 781], [1182, 782], [1182, 784], [1184, 790], [1187, 793], [1187, 797], [1186, 798], [1186, 808], [1182, 808], [1181, 807], [1180, 807], [1178, 809], [1178, 813], [1171, 813], [1171, 818], [1174, 818], [1174, 829]]}, "center": {"63-66": [1187, 818], "92-166, T:0-1": [1187, 819]}}, {"id": "twvd2j", "name": "Lucy", "description": "Lucy is a fish drawn by the user Keverely.", "links": {"subreddit": ["PlaceFishCult", "place_CentralAlliance"]}, "path": {"10-166, T:0-1": [[484, 891], [482, 893], [484, 895], [487, 895], [487, 891]]}, "center": {"10-166, T:0-1": [485, 893]}}, {"id": "twvcwz", "name": "Lionel Messi", "description": "Lionel Messi (#10) is an Argentine association football (soccer) player, often considered one of the greatest football players of all time. Pictured is a combination of Lionel Messi's iconic Barcelona and Argentina colours with his number 10.\n\nThis art was created as a tribute by r/Barca.", "links": {"website": ["https://en.wikipedia.org/wiki/Lionel_Messi"], "subreddit": ["Barca", "place_CentralAlliance"]}, "path": {"64-166, T:0-1": [[447, 935], [447, 945], [458, 945], [458, 935]]}, "center": {"64-166, T:0-1": [453, 940]}}, -{"id": "twvcnc", "name": "Watson Amelia", "description": "Watson Amelia is a VTuber under the VTuber agency Hololive, part of Hololive English 1st gen. (Myth). She is pictured here with a moustache!", "links": {"website": ["https://en.hololive.tv/portfolio/items/watson-amelia", "https://virtualyoutuber.fandom.com/wiki/Watson_Amelia"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"65-166, T:0-1": [[1338, 928], [1335, 930], [1333, 932], [1332, 935], [1332, 938], [1334, 940], [1334, 945], [1336, 945], [1336, 948], [1342, 948], [1342, 945], [1344, 945], [1344, 940], [1346, 938], [1346, 935], [1344, 931], [1340, 928]]}, "center": {"65-166, T:0-1": [1339, 936]}}, +{"id": "twvcnc", "name": "Watson Amelia", "description": "Watson Amelia is a VTuber under the VTuber agency Hololive, part of Hololive English 1st gen. (Myth). She is pictured here with a moustache!", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Watson_Amelia"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"65-166, T:0-1": [[1338, 928], [1335, 930], [1333, 932], [1332, 935], [1332, 938], [1334, 940], [1334, 945], [1336, 945], [1336, 948], [1342, 948], [1342, 945], [1344, 945], [1344, 940], [1346, 938], [1346, 935], [1344, 931], [1340, 928]]}, "center": {"65-166, T:0-1": [1339, 936]}}, {"id": "twvclu", "name": "Flag of Thailand", "description": "Thailand is a country in Southeast Asia. This flag of Thailand has an elephant and a map of Thailand", "links": {"website": ["https://en.wikipedia.org/wiki/Thailand", "https://en.wikipedia.org/wiki/Flag_of_Thailand"], "subreddit": ["Thailand", "thaithai"]}, "path": {"151-159": [[1448, 739], [1448, 752], [1461, 752], [1461, 764], [1508, 764], [1508, 747], [1514, 747], [1514, 739]], "56-150": [[1461, 739], [1461, 764], [1508, 764], [1508, 747], [1514, 747], [1514, 739]], "39-41": [[245, 88], [245, 104], [274, 104], [274, 88]], "160-166, T:0-1": [[1443, 739], [1443, 746], [1447, 746], [1447, 752], [1460, 752], [1460, 764], [1508, 764], [1508, 747], [1514, 747], [1514, 739]]}, "center": {"151-159": [1481, 752], "56-150": [1488, 752], "39-41": [260, 96], "160-166, T:0-1": [1481, 752]}}, {"id": "twvcjo", "name": "RimWorld", "description": "RimWorld is a sci-fi western colony simulator game set in the distant future and driven by an intelligent AI storyteller. The game follows three survivors from a crashed space liner as they build a colony on a frontier world at the rim of known space. It is inspired by the space western vibe of Firefly, the deep simulation of Dwarf Fortress, and the epic scale of Dune and Warhammer 40,000. Sometimes described as simplified Dwarf Fortress, it is known memetically for making human leather hats and war crimes such as eating without a table.", "links": {"website": ["https://rimworldgame.com/", "https://en.wikipedia.org/wiki/RimWorld"], "subreddit": ["RimWorld"]}, "path": {"155-157": [[889, 1949], [883, 1952], [878, 1957], [877, 1962], [877, 1970], [888, 1970], [888, 1971], [892, 1971], [892, 1972], [898, 1972], [900, 1970], [906, 1970], [908, 1968], [908, 1963], [905, 1957], [899, 1951], [895, 1949]], "56-101": [[1856, 590], [1849, 594], [1845, 601], [1845, 609], [1849, 615], [1856, 619], [1863, 619], [1869, 615], [1874, 608], [1874, 603], [1871, 596], [1869, 593], [1863, 590]], "158-166, T:0-1": [[900, 1950], [894, 1950], [893, 1951], [891, 1951], [890, 1952], [889, 1952], [884, 1957], [884, 1958], [883, 1959], [883, 1961], [882, 1961], [882, 1968], [883, 1968], [883, 1971], [884, 1971], [884, 1973], [885, 1973], [885, 1974], [886, 1974], [886, 1975], [887, 1975], [887, 1976], [888, 1976], [889, 1976], [892, 1979], [895, 1979], [895, 1980], [899, 1980], [900, 1979], [900, 1978], [905, 1977], [905, 1976], [907, 1976], [907, 1975], [908, 1975], [909, 1974], [911, 1973], [911, 1968], [912, 1968], [912, 1963], [911, 1962], [911, 1960], [910, 1960], [910, 1958], [909, 1958], [909, 1957], [904, 1952], [903, 1952], [902, 1951], [900, 1951]]}, "center": {"155-157": [892, 1960], "56-101": [1859, 604], "158-166, T:0-1": [896, 1964]}}, {"id": "twvc8s", "name": "Right to repair", "description": "Right to repair is a movement that focuses on stopping companies from going out of their way to prevent independent people (like me or you) from fixing and servicing their products. The movement pushes to restore access to parts, schematics, and tools (including software) available for all sorts of devices, just like it was years ago.", "links": {"website": ["https://en.wikipedia.org/wiki/Right_to_repair"], "subreddit": ["righttorepair"]}, "path": {"138-167, T:0-1": [[1902, 234], [1902, 239], [1940, 239], [1940, 234]]}, "center": {"138-167, T:0-1": [1921, 237]}}, @@ -2898,7 +2896,7 @@ {"id": "tx1vqo", "name": "Tiki", "description": "Tiki is a playable character in the Archanea series of the Fire Emblem games as well as Fire Emblem Awakening. She is a manakete, a race that is able to transform into a powerful dragon.", "links": {"website": ["https://fireemblem.fandom.com/wiki/Tiki"], "subreddit": ["TheSleepyTiki"]}, "path": {"109-166, T:0-1": [[524, 1370], [522, 1370], [521, 1371], [520, 1371], [519, 1372], [517, 1372], [516, 1373], [515, 1373], [513, 1375], [514, 1376], [514, 1378], [512, 1378], [515, 1381], [508, 1390], [510, 1392], [510, 1393], [513, 1393], [514, 1394], [515, 1394], [517, 1392], [519, 1392], [520, 1393], [521, 1393], [523, 1391], [524, 1391], [524, 1389], [523, 1388], [523, 1387], [526, 1387], [526, 1386], [525, 1385], [525, 1383], [529, 1380], [529, 1377], [526, 1374], [526, 1372]]}, "center": {"109-166, T:0-1": [519, 1382]}}, {"id": "tx1vo6", "name": "Leafling", "description": "A leafling is a mascot character from Twitch streamer and YouTuber 5up's emotes and branding.", "links": {"website": ["https://www.twitch.tv/5uppp", "https://www.youtube.com/channel/UC_ZguPA4uCaQ8Q3Q8IK-HfQ"], "subreddit": ["5up"]}, "path": {"118-165, T:0-1": [[1139, 1039], [1137, 1041], [1139, 1042], [1141, 1045], [1139, 1045], [1136, 1048], [1136, 1050], [1135, 1051], [1136, 1052], [1136, 1055], [1138, 1057], [1138, 1059], [1145, 1059], [1146, 1058], [1148, 1058], [1148, 1062], [1149, 1063], [1149, 1066], [1150, 1066], [1152, 1064], [1152, 1061], [1151, 1060], [1151, 1058], [1161, 1058], [1161, 1056], [1158, 1056], [1157, 1055], [1153, 1055], [1152, 1054], [1152, 1052], [1151, 1052], [1151, 1047], [1150, 1046], [1150, 1044], [1148, 1042], [1143, 1042]]}, "center": {"118-165, T:0-1": [1144, 1051]}}, {"id": "tx1vn3", "name": "RVA", "description": "From the subreddit for the city of Richmond, Virginia featuring opossums", "links": {"subreddit": ["rva"]}, "path": {"109-166, T:0-1": [[427, 1599], [435, 1592], [440, 1597], [447, 1597], [451, 1586], [447, 1582], [447, 1570], [459, 1570], [460, 1600], [426, 1600]]}, "center": {"109-166, T:0-1": [450, 1587]}}, -{"id": "tx1vhy", "name": "Chibi Towa", "description": "A small depiction of 常闇トワ(Tokoyami Towa), a member of hololive's 4th generation known for her angelic nature, false claims of being a devil, and incredible singing voice.", "links": {"website": ["https://www.youtube.com/channel/UC1uv2Oq6kNxgATlCiez59hw"], "subreddit": ["tokoyamitowa"]}, "path": {"109-165, T:0-1": [[1336, 1089], [1336, 1085], [1336, 1089], [1336, 1091], [1337, 1091], [1337, 1093], [1345, 1093], [1345, 1091], [1345, 1090], [1346, 1090], [1346, 1085], [1347, 1085], [1347, 1083], [1346, 1083], [1346, 1082], [1336, 1082], [1336, 1083], [1335, 1083], [1335, 1085], [1336, 1085], [1336, 1091]]}, "center": {"109-165, T:0-1": [1341, 1087]}}, +{"id": "tx1vhy", "name": "Tokoyami Towa", "description": "Tokoyami Towa (常闇トワ) is a member of Hololive's 4th generation known for her angelic nature, false claims of being a devil, and incredible singing voice.", "links": {"website": ["https://www.youtube.com/channel/UC1uv2Oq6kNxgATlCiez59hw", "https://virtualyoutuber.fandom.com/wiki/Tokoyami_Towa"], "subreddit": ["tokoyamitowa", "Hololive"], "discord": ["holofans"]}, "path": {"116-165, T:0-1": [[1336, 1081], [1334, 1083], [1334, 1086], [1335, 1086], [1335, 1092], [1336, 1092], [1336, 1094], [1346, 1094], [1346, 1091], [1347, 1090], [1347, 1086], [1348, 1086], [1348, 1083], [1346, 1081]]}, "center": {"116-165, T:0-1": [1341, 1087]}}, {"id": "tx1veb", "name": "Purdue University", "description": "Purdue University is a university in West Lafayette, Indiana, United States. This logo, known as the \"Motion P\", is used by Purdue University athletics teams, the Boilermakers.", "links": {"website": ["https://www.purdue.edu/", "https://en.wikipedia.org/wiki/Purdue_University"], "subreddit": ["Purdue", "TheB1G"]}, "path": {"2-165, T:0-1": [[199, 582], [163, 582], [163, 583], [160, 589], [160, 590], [165, 590], [165, 592], [163, 596], [163, 597], [161, 601], [154, 601], [154, 602], [153, 602], [153, 605], [152, 605], [152, 607], [151, 607], [151, 609], [178, 609], [178, 606], [179, 606], [179, 604], [180, 604], [180, 600], [194, 600], [194, 599], [197, 599], [197, 598], [198, 598], [202, 594], [202, 593], [203, 590], [204, 589], [204, 586], [201, 583], [200, 583]]}, "center": {"2-165, T:0-1": [175, 592]}}, {"id": "tx1v89", "name": "De Zeven Provinciën", "description": "De Zeven Provinciën (\"the seven provinces\") was the flagship of the famous Dutch admiral Michiel de Ruyter.", "links": {"website": ["https://en.wikipedia.org/wiki/Dutch_ship_De_Zeven_Provinci%C3%ABn_(1665)"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"43-45": [[662, 0], [655, 8], [656, 9], [657, 9], [661, 13], [663, 13], [664, 14], [729, 14], [731, 10], [725, 10], [725, 3], [722, 2], [718, 2], [718, 0], [717, 0], [713, 5], [711, 5], [710, 4], [707, 4], [707, 2], [704, 0], [697, 0], [690, 0], [687, 4], [679, 4], [679, 0], [674, 0]], "17-42": [[690, 0], [684, 9], [685, 10], [686, 10], [689, 13], [690, 13], [691, 14], [702, 14], [705, 11], [705, 10], [707, 8], [712, 8], [712, 4], [703, 4], [702, 3], [702, 0], [696, 0]], "46-166, T:0-1": [[718, 32], [720, 30], [720, 27], [723, 24], [723, 22], [726, 20], [720, 13], [718, 13], [710, 23], [709, 21], [709, 20], [707, 18], [706, 17], [706, 16], [705, 15], [706, 14], [705, 13], [705, 9], [706, 8], [706, 7], [705, 6], [707, 5], [708, 6], [709, 5], [709, 4], [709, 3], [708, 2], [707, 1], [706, 1], [705, 1], [703, 3], [703, 4], [702, 5], [702, 6], [702, 7], [701, 8], [701, 9], [702, 10], [702, 11], [701, 12], [701, 15], [702, 16], [702, 17], [703, 18], [702, 19], [702, 20], [702, 21], [702, 22], [701, 23], [694, 23], [694, 18], [695, 17], [695, 16], [694, 15], [694, 13], [695, 12], [694, 11], [694, 10], [694, 9], [695, 8], [695, 7], [694, 6], [694, 5], [696, 5], [697, 5], [698, 4], [698, 3], [698, 2], [697, 1], [696, 1], [695, 1], [694, 1], [693, 2], [693, 3], [692, 4], [691, 5], [691, 8], [692, 9], [691, 10], [690, 11], [689, 12], [689, 13], [690, 14], [690, 15], [691, 16], [691, 17], [690, 18], [689, 19], [688, 18], [687, 18], [686, 19], [685, 19], [684, 20], [683, 20], [682, 19], [681, 18], [680, 17], [681, 16], [680, 15], [680, 14], [681, 13], [682, 14], [683, 14], [684, 13], [684, 12], [684, 11], [683, 10], [682, 10], [681, 9], [680, 9], [679, 10], [679, 11], [679, 12], [679, 13], [678, 13], [677, 14], [676, 15], [676, 16], [677, 17], [677, 18], [678, 19], [679, 19], [680, 20], [680, 21], [680, 24], [683, 26], [684, 27], [685, 27], [685, 28], [686, 28], [689, 31], [690, 32]]}, "center": {"43-45": [693, 7], "17-42": [696, 7], "46-166, T:0-1": [715, 26]}}, {"id": "tx1uzj", "name": "World of Warcraft", "description": "World of Warcraft (WoW) is a massively multiplayer online role-playing game (MMORPG) made by Activision-Blizzard.", "links": {"website": ["https://worldofwarcraft.com", "https://en.wikipedia.org/wiki/World_of_Warcraft"], "subreddit": ["wow"]}, "path": {"149-150": [[311, 1861], [311, 1893], [338, 1893], [338, 1876], [337, 1876], [335, 1878], [334, 1878], [332, 1876], [332, 1875], [335, 1872], [334, 1870], [334, 1866], [338, 1862], [338, 1861]], "65-93": [[567, 202], [594, 202], [594, 234], [567, 234]], "151-165, T:0-1": [[315, 1865], [314, 1869], [313, 1872], [313, 1878], [315, 1885], [318, 1885], [319, 1886], [322, 1887], [327, 1887], [330, 1886], [331, 1885], [331, 1883], [331, 1881], [331, 1880], [332, 1879], [333, 1878], [331, 1875], [334, 1873], [334, 1870], [333, 1867], [334, 1865], [331, 1865], [330, 1864], [327, 1863], [322, 1863], [319, 1864]]}, "center": {"149-150": [322, 1881], "65-93": [581, 218], "151-165, T:0-1": [322, 1874]}}, @@ -3563,7 +3561,7 @@ {"id": "tx4brg", "name": "Mayichi", "description": "Mayichi is a Spanish Twitch streamer. This art depicts Mayichi's skin from the game Minecraft. She has many nicknames, including Marichuy Mayitek, Abuelichi, Brujichi, Mashichi, Machichi, Mayoxxiz, Marruchi, Mayicho, etc. She also owes 20€ of polen to the streamer IlloJuan.\n\nThis art was drawn by Mayichi's community. She said that she wanted it, and we just built it. YOUR WORDS ARE ORDERS MY QUEEN. 😺💜", "links": {"website": ["https://www.twitch.tv/mayichi"]}, "path": {"114-121": [[1578, 637], [1587, 637], [1587, 636], [1600, 636], [1600, 659], [1578, 659]], "80-101": [[1577, 660], [1577, 636], [1601, 636], [1601, 660]], "102-112": [[1600, 659], [1577, 659], [1577, 637], [1587, 637], [1587, 636], [1600, 636]], "122-166, T:0-1": [[1578, 637], [1587, 637], [1587, 636], [1600, 636], [1600, 658], [1578, 658]]}, "center": {"114-121": [1589, 648], "80-101": [1589, 648], "102-112": [1589, 648], "122-166, T:0-1": [1589, 647]}}, {"id": "tx4bi4", "name": "Unturned", "description": "Unturned is a free-to-play, open-world, zombie survival sandbox game. It is developed solely by Canadian indie developer Nelson Sexton of Smartly Dressed Games. Unturned first became available on Steam in 2014 under Early Access, and fully released in 2017. It has since received a steady stream of updates and content, and remains one of the most successful free-to-play titles in the platform's history.", "links": {"website": ["https://store.steampowered.com/app/304930/Unturned/", "https://en.wikipedia.org/wiki/Unturned"], "subreddit": ["unturned"]}, "path": {"117-122, 57-62, 90-98": [[661, 557], [678, 557], [678, 591], [661, 591]], "130-165, 99-116, T:0-1": [[648, 587], [661, 587], [661, 557], [678, 557], [678, 591], [648, 591]]}, "center": {"117-122, 57-62, 90-98": [670, 574], "130-165, 99-116, T:0-1": [669, 574]}}, {"id": "tx4az6", "name": "Aldi Gaming", "description": "A gaming and streaming service by popular German discounter Aldi Nord and Süd.", "links": {"website": ["https://aldi.gg/"], "subreddit": ["placestart"]}, "path": {"109-166, T:0-1": [[540, 1973], [540, 1996], [569, 1996], [567, 1974], [555, 1974]]}, "center": {"109-166, T:0-1": [554, 1985]}}, -{"id": "tx4arp", "name": "MarineAhoy", "description": "Houshou Marine, member of the 3rd Generation of Hololive's Japan branch. Her greetings always start with an \"Ahoy!\", hence why this specific depiction is of a Discord fan emote called :MarineAhoy:, popular within the Hololive Fan Server and Marine's own fan server. Also the logo of the infamous sub-group Holopirates, known to distribute Hololive-related content.\n\nArtwork source: https://twitter.com/tottori_saq/status/1194089413401284609", "links": {"website": ["https://en.hololive.tv/portfolio/items/houshou-marine"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1380, 1044], [1400, 1044], [1400, 1063], [1380, 1063]]}, "center": {"109-165, T:0-1": [1390, 1054]}}, +{"id": "tx4arp", "name": "MarineAhoy", "description": "MarineAhoy is a Discord fan emote of Houshou Marine, member of the 3rd Generation of Hololive's Japan branch. Her greetings always start with an \"Ahoy!\", giving rise to this emote, popular within the Hololive fan server and Marine's own fan server. It is also the logo of the infamous sub-group Holopirates, known to distribute Hololive-related content.", "links": {"website": ["https://twitter.com/tottori_saq/status/1194089413401284609", "https://virtualyoutuber.fandom.com/wiki/Houshou_Marine"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"119-165, T:0-1": [[1380, 1043], [1380, 1064], [1401, 1064], [1401, 1043]]}, "center": {"119-165, T:0-1": [1391, 1054]}}, {"id": "tx4am1", "name": "DP", "description": "Our college course :)", "links": {}, "path": {"109-166, T:0-1": [[1057, 1790], [1057, 1800], [1072, 1800], [1072, 1790]]}, "center": {"109-166, T:0-1": [1065, 1795]}}, {"id": "tx4aa2", "name": "Flag of Austria-Hungary", "description": "Austria-Hungary was an empire encompassing much of Central Europe from 1867-1918. The empire included modern-day Austria, Bosnia and Herzegovina, Croatia, Czech Republic, Hungary, Slovakia, and Slovenia, along with parts of Italy, Poland, Romania, and Ukraine. After World War I, the empire dissolved.\n\nThis Austro-Hungarian flag was created jointly by r/Austria, r/hungary, and r/austriahungary, which tore down the border and proposed the project.", "links": {"website": ["https://en.wikipedia.org/wiki/Austria-Hungary", "https://en.wikipedia.org/wiki/Flags_of_Austria-Hungary"], "subreddit": ["austriahungary", "Austria", "hungary"]}, "path": {"59-166, T:0-1": [[1148, 252], [1148, 281], [1193, 281], [1193, 252]]}, "center": {"59-166, T:0-1": [1171, 267]}}, {"id": "tx4a0u", "name": "Inserter", "description": "An inserter is a machine from the game Factorio.", "links": {"website": ["https://wiki.factorio.com/Inserter"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"95": [[1572, 553], [1572, 557], [1575, 560], [1576, 560], [1579, 557], [1579, 555], [1576, 552], [1575, 552], [1574, 553]], "96-159, T:0-1": [[1565, 562], [1565, 559], [1566, 559], [1566, 556], [1569, 553], [1570, 553], [1573, 556], [1573, 559], [1574, 559], [1574, 562], [1571, 562], [1571, 563], [1573, 564], [1573, 565], [1572, 566], [1571, 565], [1568, 565], [1567, 566], [1566, 565], [1566, 564], [1568, 563], [1568, 562]]}, "center": {"95": [1576, 556], "96-159, T:0-1": [1570, 558]}}, @@ -3580,7 +3578,7 @@ {"id": "tx465v", "name": "Car Mouth Kirby", "description": "One of Kirby's Mouthful Mode transformations from Kirby and the Forgotten Land. A guy who tried to build Kirby got griefed multiple times, until he got in touch with alt:V Multiplayer for GTA V. They protected 'Karby' and built a street for him.", "links": {"website": ["https://www.reddit.com/r/place/comments/tx3igh/the_rplace_kirby_car_saga/"], "subreddit": ["altv"]}, "path": {"109-166, T:0-1": [[507, 1414], [525, 1414], [524, 1423], [524, 1424], [510, 1423], [507, 1424]]}, "center": {"109-166, T:0-1": [516, 1419]}}, {"id": "tx4614", "name": "A-SOUL emotes", "description": "A collection of emotes for the members of Chinese VTuber group A-SOUL.", "links": {"website": ["https://space.bilibili.com/703007996"], "subreddit": ["ASOUL"]}, "path": {"109-165, T:0-1": [[1179, 1280], [1179, 1301], [1280, 1300], [1279, 1279]]}, "center": {"109-165, T:0-1": [1229, 1290]}}, {"id": "tx45sf", "name": "Technical University of Darmstadt", "description": "The TU (Technical University) Darmstadt is located in Hesse, Germany. It's the world's first university to teach electrical engineering, established 1883. Made in part with the effort from the tud_geekhub community also located in the top right corner of r/place with their logo ''. The chosen colors where inspired by the original colors of the tud_geekhub logo.", "links": {"website": ["https://www.tu-darmstadt.de"], "subreddit": ["TU_Darmstadt"]}, "path": {"109-166, T:0-1": [[889, 1725], [889, 1735], [983, 1735], [983, 1725]]}, "center": {"109-166, T:0-1": [936, 1730]}}, -{"id": "tx45p8", "name": "Nekomata Okayu's onigiri", "description": "The onigiri (Japanese rice ball) is the oshi mark (fan symbol) of VTuber Nekomata Okayu, part of the VTuber agency Hololive. Fans commonly put this onigiri after their nicknames on Twitter or other social media to show their support for her.", "links": {"website": ["https://en.hololive.tv/portfolio/items/nekomata-okayu", "https://virtualyoutuber.fandom.com/wiki/Nekomata_Okayu"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1398, 947], [1395, 950], [1394, 952], [1394, 956], [1403, 956], [1403, 952], [1401, 949], [1399, 947]]}, "center": {"66-166, T:0-1": [1398, 952]}}, +{"id": "tx45p8", "name": "Nekomata Okayu's onigiri", "description": "The onigiri (Japanese rice ball) is the oshi mark (fan symbol) of VTuber Nekomata Okayu, part of the VTuber agency Hololive. Fans commonly put this onigiri after their nicknames on Twitter or other social media to show their support for her.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Nekomata_Okayu"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1398, 947], [1395, 950], [1394, 952], [1394, 956], [1403, 956], [1403, 952], [1401, 949], [1399, 947]]}, "center": {"66-166, T:0-1": [1398, 952]}}, {"id": "tx45ka", "name": "Flag of Bavaria", "description": "Bavaria, officially the Free State of Bavaria, is a state in Germany. Its largest city is Munich.\n\nThis flag was placed on the Brandenburg Gate to symbolize the deep friendship between Berlin and Munich.", "links": {"website": ["https://en.wikipedia.org/wiki/Bavaria", "https://en.wikipedia.org/wiki/Flag_of_Bavaria"], "subreddit": ["bavaria", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"159-161": [[704, 845], [702, 847], [702, 855], [706, 855], [706, 847]], "164, T:0-1": [[703, 847], [703, 855], [707, 855], [707, 847], [705, 845]]}, "center": {"159-161": [704, 850], "164, T:0-1": [705, 850]}}, {"id": "tx43jh", "name": "The fargo sign", "description": "The Fargo sign from Downtown Fargo ND's theatre", "links": {"website": ["https://fargotheatre.org/"], "subreddit": ["Fargo"]}, "path": {"109-166, T:0-1": [[1488, 1304], [1484, 1304], [1484, 1337], [1488, 1337]]}, "center": {"109-166, T:0-1": [1486, 1321]}}, {"id": "tx43c3", "name": "Jimmy the Wooper", "description": "Jimmy the Wooper is the mascot of the Banana Cult. This is a small community of ~30 members.\n\nWooper (Japanese: ウパー Upah) is a dual-type Water/Ground Pokémon introduced in Generation II. It evolves into Quagsire starting at level 20.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Wooper_(Pok%C3%A9mon)"], "subreddit": ["JimmyResistance"]}, "path": {"109-166, T:0-1": [[613, 1680], [628, 1680], [631, 1685], [622, 1686], [620, 1693], [611, 1683]]}, "center": {"109-166, T:0-1": [620, 1684]}}, @@ -3885,7 +3883,7 @@ {"id": "tx8ndn", "name": "TENTACREW", "description": "A small community when it comes to numbers, but giant when it comes to heart. We represent our favorite streamer, SmellyOctopus. We fought for a place to keep our mark and after some failed attempts, we finally managed to leave our biggest representative, a cute octopus full of love!", "links": {"website": ["https://www.twitch.tv/smellyoctopus?sr=a"]}, "path": {"109-166, T:0-1": [[1331, 1354], [1331, 1346], [1341, 1346], [1341, 1354]]}, "center": {"109-166, T:0-1": [1336, 1350]}}, {"id": "tx8myg", "name": "Portuguese guitar", "description": "This is a traditional guitar from Portugal. There are two vatiants, the Lisbon guitar and the Coimbra guitar. The difference can mainly be seen in the head of the guitar; the one depicted here can't be specified, so it just represents the Portuguese guitar as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Portuguese_guitar"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"99-165, T:0-1": [[1036, 315], [1036, 319], [1034, 319], [1034, 328], [1032, 328], [1032, 332], [1035, 332], [1035, 341], [1040, 345], [1046, 345], [1051, 341], [1051, 332], [1057, 332], [1057, 325], [1054, 325], [1054, 323], [1057, 320], [1057, 318], [1049, 313], [1048, 313], [1048, 317], [1044, 317], [1044, 316], [1038, 316], [1038, 315]]}, "center": {"99-165, T:0-1": [1044, 326]}}, {"id": "tx8msm", "name": "OneShotMason", "description": "OneShotMason is a YouTuber.\n\nThis is an unfinished logo of OneShotMason hidden inside the Moon Lord from Terraria.", "links": {"website": ["https://www.youtube.com/channel/UCYgAOUxIlYOywb4aSG161nA"]}, "path": {"163-166": [[1739, 364], [1750, 364], [1750, 370], [1739, 370]]}, "center": {"163-166": [1745, 367]}}, -{"id": "tx8mdq", "name": "Pomu Rainpuff", "description": "A member of Nijisanji's 1st generation of English VTubers, Lazulight", "links": {"website": ["https://virtualYouTuber.fandom.com/wiki/Pomu_Rainpuff"], "subreddit": ["Nijisanji"]}, "path": {"109-165, T:0-1": [[1346, 1045], [1346, 1044], [1358, 1044], [1358, 1057], [1357, 1059], [1347, 1059]]}, "center": {"109-165, T:0-1": [1352, 1051]}}, +{"id": "tx8mdq", "name": "Pomu Rainpuff", "description": "Pomu Rainpuff is a member of VTuber agnecy NIJISANJI. She is part of NIJISANJI's 1st generation of English VTubers, Lazulight.", "links": {"website": ["https://www.youtube.com/channel/UCP4nMSTdwU1KqYWu3UH5DHQ", "https://virtualyoutuber.fandom.com/wiki/Pomu_Rainpuff"], "subreddit": ["Nijisanji"]}, "path": {"114-165, T:0-1": [[1345, 1043], [1359, 1043], [1359, 1057], [1358, 1058], [1358, 1060], [1346, 1060], [1346, 1057], [1345, 1057]]}, "center": {"114-165, T:0-1": [1352, 1052]}}, {"id": "tx8lg7", "name": "Flag of the Dominican Republic", "description": "The Dominican Republic is a country in the Caribbean region of the Americas.", "links": {"website": ["https://en.wikipedia.org/wiki/Dominican_Republic", "https://en.wikipedia.org/wiki/Flag_of_the_Dominican_Republic"], "subreddit": ["Dominican"]}, "path": {"155-161": [[950, 1610], [950, 1622], [971, 1622], [971, 1610]], "112-122": [[1123, 605], [1123, 617], [1129, 617], [1129, 605]], "10-12, 6": [[589, 254], [586, 257], [589, 260], [592, 257]]}, "center": {"155-161": [961, 1616], "112-122": [1126, 611], "10-12, 6": [589, 257]}}, {"id": "tx8krs", "name": "Biyoo (Omniscient Reader's Viewpoint)", "description": "A small dokkaebi named Biyoo from the popular Korean webnovel Omniscient Reader's Viewpoint by Sing Shong.", "links": {"subreddit": ["OmniscientReader"]}, "path": {"109-166, T:0-1": [[863, 1485], [860, 1488], [864, 1494], [868, 1489], [865, 1487]]}, "center": {"109-166, T:0-1": [864, 1489]}}, {"id": "tx8kif", "name": "Whitepot Studios", "description": "Game Dev Studio based in Ireland", "links": {"website": ["https://whitepotstudios.com/"], "subreddit": ["whitepotstudios"]}, "path": {"109-165, T:0-1": [[1083, 1219], [1099, 1219], [1099, 1232], [1083, 1232]]}, "center": {"109-165, T:0-1": [1091, 1226]}}, @@ -4060,7 +4058,7 @@ {"id": "txcltt", "name": "FC 47", "description": "FC 47 is a reference to an infamous song within the community of the game Clone Hero. \"47\" refers to the song Pike 47 (a.k.a. Roller Coaster Track Repair) by Buckethead. The song's newest Clone Hero note chart from 2021 is also known as one of the \"Big 7\". The song was originally charted back in 2016, and has not yet been FC'd (Full Comboed) after all this time, meaning that no player has completed the song without mistakes. It's regarded as one of the most technical and endurance-heavy songs, as it is over 30 minutes long.", "links": {"website": ["https://www.youtube.com/watch?v=UaOP1KkAWcs"], "subreddit": ["CloneHero"]}, "path": {"143-152": [[970, 908], [970, 911], [971, 911], [971, 914], [973, 914], [973, 916], [975, 916], [975, 912], [974, 912], [974, 908]], "12-42": [[619, 557], [619, 565], [638, 565], [638, 557]], "6-11": [[619, 557], [619, 565], [629, 565], [629, 557]], "153-165, T:0-1": [[969, 908], [973, 908], [973, 916], [969, 916]]}, "center": {"143-152": [972, 910], "12-42": [629, 561], "6-11": [624, 561], "153-165, T:0-1": [971, 912]}}, {"id": "txclt2", "name": "Wallibear", "description": "Wallibear is a Minecraft YouTuber and Twitch streamer who plays mostly the minigame Bedwars on the Minecraft server Hypixel. His iconic intro is \"Only one person is subscribed to his channel. If you're not subscribed yet, give that sub button a little BAP!\"", "links": {"website": ["https://www.youtube.com/c/Wallibear", "https://www.twitch.tv/wallibear", "https://youtube.fandom.com/wiki/Wallibear"]}, "path": {"75-165, T:0-1": [[146, 953], [155, 953], [155, 962], [146, 962]]}, "center": {"75-165, T:0-1": [151, 958]}}, {"id": "txclo0", "name": "PONG", "description": "The People's Organization of Network Gaming, or 'PONG' is a student organization at the University of Wisconsin-Stout made up of students, alumni, and friends that are passionate about video games.", "links": {"website": ["https://pong.bhweb.ws/"]}, "path": {"109-166, T:0-1": [[687, 1666], [701, 1666], [701, 1680], [687, 1680]]}, "center": {"109-166, T:0-1": [694, 1673]}}, -{"id": "txcldl", "name": "Simon Belmont", "description": "One of the many protagonists from the Castlevania franchise, Simon Belmont stands tall as one of the Belmont Clan's strongest and most iconic vampire hunters.\n\nSeeking representation for our community on r/place, our team of Castlevania fans worked to create and protect Simon's sprite from the original NES Castlevania. Thank you to r/belgium for letting us draw him here!", "links": {"website": ["https://en.wikipedia.org/wiki/Simon_Belmont"], "subreddit": ["castlevania"]}, "path": {"109-165, T:0-1": [[1331, 1054], [1326, 1054], [1326, 1052], [1327, 1051], [1326, 1050], [1326, 1046], [1325, 1045], [1324, 1044], [1323, 1045], [1322, 1047], [1320, 1049], [1319, 1052], [1320, 1053], [1320, 1054], [1316, 1054], [1316, 1049], [1317, 1048], [1318, 1047], [1319, 1046], [1319, 1042], [1318, 1042], [1318, 1040], [1319, 1039], [1319, 1038], [1319, 1037], [1318, 1037], [1318, 1035], [1316, 1035], [1316, 1033], [1317, 1032], [1318, 1030], [1319, 1029], [1322, 1029], [1322, 1027], [1323, 1026], [1324, 1025], [1327, 1025], [1328, 1026], [1328, 1031], [1326, 1031], [1326, 1032], [1326, 1033], [1327, 1033], [1327, 1034], [1328, 1034], [1329, 1034], [1330, 1034], [1331, 1035], [1331, 1036], [1330, 1037], [1329, 1038], [1326, 1038], [1325, 1038], [1325, 1039], [1324, 1040], [1325, 1041], [1326, 1042], [1327, 1043], [1328, 1044], [1329, 1045], [1329, 1046], [1329, 1051], [1330, 1052], [1331, 1053]]}, "center": {"109-165, T:0-1": [1323, 1039]}}, +{"id": "txcldl", "name": "Simon Belmont", "description": "One of the many protagonists from the Castlevania game franchise, Simon Belmont stands tall as one of the Belmont Clan's strongest and most iconic vampire hunters.\n\nSeeking representation for our community on r/place, our team of Castlevania fans worked to create and protect Simon's sprite from the original NES Castlevania. Thank you to r/belgium for letting us draw him here!", "links": {"website": ["https://en.wikipedia.org/wiki/Simon_Belmont"], "subreddit": ["castlevania"]}, "path": {"150-165, T:0-1": [[1324, 1024], [1321, 1027], [1321, 1028], [1319, 1028], [1317, 1030], [1317, 1031], [1315, 1033], [1315, 1036], [1317, 1036], [1317, 1043], [1318, 1043], [1318, 1046], [1315, 1049], [1315, 1055], [1321, 1055], [1321, 1053], [1320, 1052], [1320, 1050], [1324, 1045], [1325, 1046], [1325, 1055], [1332, 1055], [1332, 1051], [1330, 1051], [1330, 1045], [1325, 1040], [1326, 1039], [1329, 1039], [1332, 1036], [1332, 1035], [1330, 1033], [1329, 1033], [1329, 1026], [1327, 1024]]}, "center": {"150-165, T:0-1": [1323, 1034]}}, {"id": "txcl4g", "name": "Stratus Sword", "description": "The Stratus Network is a player-vs.-player (PvP) server for the game Minecraft focusing on competitive, team-based game modes. This art depicts the left-side sword on the logo for Stratus Ranked, a competitive ranking system on the server.", "links": {"website": ["https://stratus.network/topic/5c96abc9a0fac40001001125", "https://stratus.network/"]}, "path": {"74-105": [[1772, 41], [1769, 42], [1767, 44], [1769, 46], [1772, 47], [1773, 46], [1783, 46], [1785, 44], [1783, 42], [1773, 42]], "68-73": [[1772, 42], [1769, 43], [1767, 45], [1769, 47], [1772, 48], [1773, 47], [1783, 47], [1785, 45], [1783, 43], [1773, 43]], "106-166, T:0-1": [[1771, 46], [1768, 47], [1766, 49], [1768, 51], [1771, 52], [1772, 51], [1782, 51], [1784, 49], [1782, 47], [1772, 47]]}, "center": {"74-105": [1771, 44], "68-73": [1771, 45], "106-166, T:0-1": [1770, 49]}}, {"id": "txckih", "name": "MARI", "description": "MARI is a major supporting character and the sister of protagonist SUNNY in the indie role-playing game OMORI. She was initially added in the canvas as her headspace version, and later was changed to her normal version.", "links": {"website": ["https://omori.fandom.com/wiki/MARI"], "subreddit": ["OMORI"], "discord": ["ypSr9JG2ht"]}, "path": {"60-86": [[1029, 821], [1025, 824], [1022, 829], [1022, 841], [1026, 847], [1026, 849], [1029, 853], [1036, 853], [1038, 851], [1038, 847], [1039, 847], [1042, 844], [1043, 841], [1043, 828], [1040, 824], [1036, 821]], "89-165, T:0-1": [[1032, 821], [1028, 824], [1025, 829], [1025, 841], [1026, 843], [1026, 846], [1029, 847], [1029, 849], [1031, 852], [1040, 852], [1042, 850], [1042, 848], [1046, 842], [1046, 829], [1043, 824], [1039, 821]]}, "center": {"60-86": [1033, 837], "89-165, T:0-1": [1036, 837]}}, {"id": "txcjyz", "name": "Infoman", "description": "Infoman is a televised series satirizing the current events of Quebec and Canada. It is hosted by Jean-René Dufort on Ici Radio-Canada Télé.", "links": {"website": ["https://ici.radio-canada.ca/tele/infoman/site", "https://en.wikipedia.org/wiki/Infoman"], "subreddit": ["Quebec"]}, "path": {"122-165, T:0-1": [[1065, 1016], [1059, 1022], [1069, 1032], [1070, 1032], [1080, 1022], [1074, 1016]]}, "center": {"122-165, T:0-1": [1070, 1023]}}, @@ -4810,7 +4808,7 @@ {"id": "txjwan", "name": "Exilium and Zag", "description": "The mascots of the guilds Exilium (left) and Zag (right) from the game Black Desert Online holding hands. Exilium pictures a small blue character with a white-yellow stomach and usually wears a crown on his head. The mascot of Zag pictures the face of the Pokémon Zigzagoon, which has been slightly destructed before the white-out.\n\nTheir guild's history goes far back starting in 2018 after the fall of the guild Alterium the community mainly split into these 2 communities. A lot of the ex-Alterium members nowadays play casually and formed bonds outside of the game Black Desert Online, but due to its history, Exilium and Zag share its roots together, which makes them an inseperable couple.", "links": {"subreddit": ["blackdesertonline"]}, "path": {"109-166, T:0-1": [[1312, 1962], [1312, 1971], [1293, 1970], [1293, 1962]]}, "center": {"109-166, T:0-1": [1303, 1966]}}, {"id": "txjw9b", "name": "Philippines Sub-base Delta", "description": "The Philippines is a country in Southeast Asia.\n\nThis Philippines area is known as Sub-base Delta by r/Philippines. It consists of the De La Salle University (DLSU) and Ateneo de Manila University (ADMU), two private Catholic Philippine universities engaged in an infamous and long-running rivalry in the University Athletic Association of the Philippines (UAAP) and previously in the National Collegiate Athletic Associate (NCAA), the Philippine collegiate sports leagues.\n\nThe area originally contained a message saying DLSU SUX ❤️ ATENEO in blue and light blue, which are colors generally associated with ADMU. The pixel art was altered later on, primarily by the replacement of the letters in \"ATENEO\" with Among Us crewmates. Some of the other alterations were presumably by Redditors from DLSU who replaced the ADMU colors with DLSU's green and white. This conflict was known as bardagulan, which roughly translates to \"shitposting\" or \"flaming\" in Filipino slang.\n\nOther communities also inserted their own pixel art when the ADMU Redditors failed to defend the space, but did not finish in time to completely fill the area.", "links": {"website": ["https://en.wikipedia.org/wiki/Philippines"], "subreddit": ["Philippines"]}, "path": {"156-162": [[1481, 366], [1481, 401], [1495, 401], [1495, 366]]}, "center": {"156-162": [1488, 384]}}, {"id": "txjv93", "name": "Dubhar x Drieft alliance", "description": "A small valorant esports team, which collaborated with the Drieft connoisseur to form this DBR ESPORTS logo", "links": {"website": ["https://youtube.com/channel/UC47BE8B_lWUDfcY18wxHMPQ"], "subreddit": ["Dubhar"]}, "path": {"109-166, T:0-1": [[1090, 1712], [1106, 1710], [1106, 1683], [1091, 1681]]}, "center": {"109-166, T:0-1": [1098, 1697]}}, -{"id": "txjupr", "name": "Himemori Luna", "description": "Himemori Luna is a VTuber who is part of the VTuber agency Hololive, namely Hololive's 4th generation of Japanese VTubers. She is a supposedly 0-year-old princess who is notorious for her intentionally infuriating and spoiled child-like personality and manner of speech.", "links": {"website": ["https://en.hololive.tv/portfolio/items/himemori-luna", "https://virtualyoutuber.fandom.com/wiki/Himemori_Luna"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"151-166, T:0-1": [[1361, 969], [1360, 970], [1356, 970], [1353, 974], [1353, 979], [1354, 980], [1354, 982], [1363, 982], [1367, 978], [1367, 976], [1365, 976], [1363, 973], [1363, 971]]}, "center": {"151-166, T:0-1": [1359, 977]}}, +{"id": "txjupr", "name": "Himemori Luna", "description": "Himemori Luna is a VTuber who is part of the VTuber agency Hololive, namely Hololive's 4th generation of Japanese VTubers. She is a supposedly 0-year-old princess who is notorious for her intentionally infuriating and spoiled child-like personality and manner of speech.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Himemori_Luna"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"151-166, T:0-1": [[1361, 969], [1360, 970], [1356, 970], [1353, 974], [1353, 979], [1354, 980], [1354, 982], [1363, 982], [1367, 978], [1367, 976], [1365, 976], [1363, 973], [1363, 971]]}, "center": {"151-166, T:0-1": [1359, 977]}}, {"id": "txjtpw", "name": "Philippines Base Bravo", "description": "The Philippines is a country in Southeast Asia.\n\nThis Philippines area is known as Base Bravo of r/Philippines. It is alternatively named the Visayas base, named after the middle region of the Philippines. It includes the artwork \"Tumindig\", the Philippine tarsier, Zuko and Toph (Twitch streamer Buddha's shiba inus), the ASEAN flag, the Myanmar flag, and the r/vexillology flag. It was once the space for the Philippine jeepney now in Base Charlie (Mindanao base) of r/Philippines.", "links": {"website": ["https://en.wikipedia.org/wiki/Philippines"], "subreddit": ["Philippines", "Asean", "myanmar", "vexillology"]}, "path": {"88-145": [[1333, 599], [1333, 671], [1374, 671], [1374, 599]], "56-69": [[1334, 599], [1334, 671], [1460, 671], [1460, 599]], "151-165, T:0-1": [[1333, 599], [1333, 671], [1374, 671], [1374, 658], [1387, 658], [1387, 659], [1390, 661], [1406, 661], [1408, 660], [1420, 660], [1421, 658], [1490, 658], [1490, 599]]}, "center": {"88-145": [1354, 635], "56-69": [1397, 635], "151-165, T:0-1": [1400, 630]}}, {"id": "txjtmz", "name": "ARSEHOLE Alliance", "description": "The ARSEHOLE Alliance is an alliance of the communities r/foxholegame and r/Gunners. These communities made some of the earliest finished works on r/place. After seeing an early unmoderated Ukrainian flag plow through many other works, these two communities were brought together and formed an alliance to protect each other. After the flag lost steam and fell to ill maintenance, the two communities made the alliance visible with the mixing of the two main words for their communities (Foxhole and Arsenal), creating ARSEHOLE. This alliance lasted until the very end against many threats", "links": {"website": ["https://www.arsenal.com/", "https://www.foxholegame.com/"], "subreddit": ["foxholegame", "Gunners"]}, "path": {"10-164, T:0-1": [[701, 482], [753, 482], [753, 547], [755, 547], [755, 602], [753, 604], [753, 607], [701, 607]]}, "center": {"10-164, T:0-1": [728, 563]}}, {"id": "txjs09", "name": "Tomb of the Unknown Soldier", "description": "A French memorial under the Arc de Triomphe to honor the death of millions of fighters of World War I, often unknown, lost, or killed beyond recognition.\n\nThe flame is lit up every evening at 6:30 PM.", "links": {"website": ["https://en.wikipedia.org/wiki/Arc_de_Triomphe#Tomb_of_the_Unknown_Soldier"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"109-164, T:0-1": [[113, 1903], [113, 1931], [135, 1931], [134, 1904]]}, "center": {"109-164, T:0-1": [124, 1917]}}, @@ -5227,7 +5225,7 @@ {"id": "txux3o", "name": "The Bombastic Brown/The Whimsical White", "description": "Originally meant to be a joke that would later become a relatively big ball of turd before getting forcefully overwhelmed and overthrown by OSP. The organization known as The Bombastic Brown would then be formed to combat OSP to not get completely snuffed out. They fought valiantly and managed to stay on the atlas, albeit only on one pixel. OSP was known to have many alliances to help keep The Bombastic Brown off, a group of no more than 3 men until The Bombastic Brown allied themselves with a Russian streamer Who forced his Dr Pepper can on the canvas. The Whimsical White would be their later adopted name when people could no longer place anything but white tiles, viewing it as divine retribution they considered themselves a part of that white void.", "links": {}, "path": {"109-166, T:0-1": [[1704, 1637], [1706, 1637], [1706, 1639], [1704, 1639], [1704, 1638]]}, "center": {"109-166, T:0-1": [1705, 1638]}}, {"id": "txuvai", "name": "Armenian Genocide remembrance", "description": "The Armenian Genocide was a genocide of Armenians by the Ottoman Empire from 1915 to 1917.\n\nThis small easter egg was created by the Armenians that created and defended the nearby \"Gort\" (frog) with the Armenian flag on top of a transgender pride flag. The purple heart with an orange core in its middle is an homage to the \"Forget-Me-Not Flower\" symbol of Armenian Genocide remembrance.\n\nThere were numerous campaigns by Turkish and Azerbaijani actors to erase any Armenian art and symbolism; both countries have hostile relations with Armenia. In response to these raids, a decision was made to secretly place a time capsule in case all Armenian flags were erased and overwritten. It was agreed upon that a miniature heart with something that wasn't the Armenian tricolor would likely fly under the radar successfully.", "links": {"website": ["https://encyclopedia.ushmm.org/content/en/article/the-armenian-genocide-1915-16-in-depth", "https://en.wikipedia.org/wiki/Armenian_genocide"], "subreddit": ["armenia"]}, "path": {"107-166, T:0-1": [[1752, 492], [1753, 493], [1754, 492], [1757, 495], [1753, 499], [1749, 495]]}, "center": {"107-166, T:0-1": [1753, 496]}}, {"id": "txuuvt", "name": "Flag of Greece", "description": "Greece, officially the Hellenic Republic, is a country in Southeast Europe. It is situated on the southern tip of the Balkans, and is located at the crossroads of Europe, Asia, and Africa.", "links": {"website": ["https://www.gov.gr/en/sdg", "https://en.wikipedia.org/wiki/Greece", "https://en.wikipedia.org/wiki/Flag_of_Greece"], "subreddit": ["greece", "GreecePlace"]}, "path": {"117-155": [[337, 158], [337, 171], [360, 171], [360, 158]], "40-109": [[337, 160], [337, 179], [412, 179], [412, 160]], "32-39": [[337, 160], [337, 172], [412, 172], [412, 160]], "1-20": [[299, 299], [333, 299], [333, 318], [299, 318]], "156-165": [[344, 160], [344, 167], [368, 167], [368, 160]]}, "center": {"117-155": [349, 165], "40-109": [375, 170], "32-39": [375, 166], "1-20": [316, 309], "156-165": [356, 164]}}, -{"id": "txuuo2", "name": "Pomu Rainpuff", "description": "Pomu Rainpuff is a member of LazuLight, the first wave of VTubers from NIJISANJI's English branch.", "links": {"website": ["https://www.youtube.com/channel/UCP4nMSTdwU1KqYWu3UH5DHQ", "https://virtualyoutuber.fandom.com/wiki/Pomu_Rainpuff"], "subreddit": ["Nijisanji"]}, "path": {"63-166, T:0-1": [[1888, 733], [1886, 735], [1886, 738], [1884, 741], [1884, 742], [1886, 744], [1899, 744], [1901, 742], [1901, 741], [1898, 738], [1898, 735], [1896, 733]]}, "center": {"63-166, T:0-1": [1893, 739]}}, +{"id": "txuuo2", "name": "Pomu Rainpuff", "description": "Pomu Rainpuff is a member of VTuber agnecy NIJISANJI. She is part of NIJISANJI's 1st generation of English VTubers, Lazulight.", "links": {"website": ["https://www.youtube.com/channel/UCP4nMSTdwU1KqYWu3UH5DHQ", "https://virtualyoutuber.fandom.com/wiki/Pomu_Rainpuff"], "subreddit": ["Nijisanji"]}, "path": {"63-166, T:0-1": [[1888, 733], [1886, 735], [1886, 738], [1884, 741], [1884, 742], [1886, 744], [1899, 744], [1901, 742], [1901, 741], [1898, 738], [1898, 735], [1896, 733]]}, "center": {"63-166, T:0-1": [1893, 739]}}, {"id": "txuudl", "name": "canary island flag", "description": "The Canary Islands are an archipelago located in the Atlantic Ocean that forms a Spanish autonomous community in Northwest Africa, with the status of historical nationality. It is also one of the outermost regions of the European Union.", "links": {"website": ["https://es.wikipedia.org/wiki/Canarias"]}, "path": {"109-165, T:0-1": [[1066, 1368], [1065, 1386], [1076, 1368], [1075, 1369], [1065, 1368], [1065, 1387], [1076, 1386], [1076, 1368], [1070, 1368]]}, "center": {"109-165, T:0-1": [1070, 1376]}}, {"id": "txusjm", "name": "TTC", "description": "The most powerful school in the world\nSCI Date: Fri, 23 Jun 2023 22:47:05 -0500 Subject: [PATCH 12/17] Updated patches --- data/patches/gh-08ac-moist-esports.json | 42 ------ .../gh-59b3-pewdiepie-wave-pattern.json | 43 ------ data/patches/gh-8657-shiny-solosis.json | 105 -------------- data/patches/gh-b363-blancworks-logo.json | 78 ---------- data/patches/gh-d65d-shiny-charmander.json | 135 ------------------ web/all-authors.txt | 1 + web/atlas.json | 19 +-- 7 files changed, 11 insertions(+), 412 deletions(-) delete mode 100644 data/patches/gh-08ac-moist-esports.json delete mode 100644 data/patches/gh-59b3-pewdiepie-wave-pattern.json delete mode 100644 data/patches/gh-8657-shiny-solosis.json delete mode 100644 data/patches/gh-b363-blancworks-logo.json delete mode 100644 data/patches/gh-d65d-shiny-charmander.json diff --git a/data/patches/gh-08ac-moist-esports.json b/data/patches/gh-08ac-moist-esports.json deleted file mode 100644 index b97ef7e7..00000000 --- a/data/patches/gh-08ac-moist-esports.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "id": "twqkwe", - "name": "Moist Esports", - "description": "Moist Esports is an esports organization run by Twitch streamer and YouTuber MoistCr1TiKaL (a.k.a. penguinz0, real name Charles White).\n\nThe Indianapolis Colts originally had their logo here, but moved after Cr1TiKaL placed his logo over them.", - "links": { - "website": [ - "https://www.twitch.tv/moistcr1tikal", - "https://www.youtube.com/user/penguinz0", - "https://en.wikipedia.org/wiki/Moist_Esports", - "https://en.wikipedia.org/wiki/Cr1TiKaL" - ], - "subreddit": [ - "Cr1TiKaL" - ] - }, - "path": { - "T:0-1, 73-164": [ - [ - 1973, - 82 - ], - [ - 1999, - 82 - ], - [ - 1999, - 113 - ], - [ - 1973, - 113 - ] - ] - }, - "center": { - "T:0-1, 73-164": [ - 1986, - 98 - ] - } -} diff --git a/data/patches/gh-59b3-pewdiepie-wave-pattern.json b/data/patches/gh-59b3-pewdiepie-wave-pattern.json deleted file mode 100644 index 16816217..00000000 --- a/data/patches/gh-59b3-pewdiepie-wave-pattern.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "id": "131rbhv", - "name": "PewDiePie Wave Pattern", - "description": "The signature red and black wave pattern of the Swedish YouTuber Felix Kjellberg a.k.a. PewDiePie. It used to be bigger, spanning from (442, 1340) to (469, 1361), but most of it was later covered except for the top left corner.", - "links": { - "website": [ - "https://www.youtube.com/user/pewdiepie", - "https://en.wikipedia.org/wiki/PewDiePie" - ], - "subreddit": [ - "PewdiepieSubmissions" - ], - "discord": [ - "pewdiepie" - ] - }, - "path": { - "T:0-1, 109-164": [ - [ - 442, - 1340 - ], - [ - 442, - 1351 - ], - [ - 448, - 1351 - ], - [ - 448, - 1340 - ] - ] - }, - "center": { - "T:0-1, 109-164": [ - 445, - 1346 - ] - } -} diff --git a/data/patches/gh-8657-shiny-solosis.json b/data/patches/gh-8657-shiny-solosis.json deleted file mode 100644 index 5190c40a..00000000 --- a/data/patches/gh-8657-shiny-solosis.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "id": "tzwtx2", - "name": "Shiny Solosis", - "description": "Solosis is a Psychic-type Pokémon from the Generation 5 Pokémon games (Pokémon Black/White). This art originally used Solosis's normal green coloration, and later changed to its blue Shiny coloration.", - "links": { - "website": [ - "https://bulbapedia.bulbagarden.net/wiki/Solosis_(Pok%C3%A9mon)" - ], - "subreddit": [ - "pokemon" - ] - }, - "path": { - "71-129": [ - [ - 41, - 353 - ], - [ - 38, - 355 - ], - [ - 36, - 358 - ], - [ - 36, - 361 - ], - [ - 38, - 364 - ], - [ - 40, - 365 - ], - [ - 45, - 365 - ], - [ - 48, - 363 - ], - [ - 50, - 360 - ], - [ - 50, - 357 - ], - [ - 46, - 353 - ] - ], - "T:0-1, 143-162": [ - [ - 36, - 335 - ], - [ - 33, - 337 - ], - [ - 31, - 340 - ], - [ - 31, - 343 - ], - [ - 33, - 346 - ], - [ - 35, - 347 - ], - [ - 40, - 347 - ], - [ - 40, - 335 - ] - ] - }, - "center": { - "71-129": [ - 43, - 359 - ], - "T:0-1, 143-162": [ - 36, - 341 - ] - } -} diff --git a/data/patches/gh-b363-blancworks-logo.json b/data/patches/gh-b363-blancworks-logo.json deleted file mode 100644 index 13c5ebcd..00000000 --- a/data/patches/gh-b363-blancworks-logo.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "id": -1, - "_author": "gh:Slymeball", - "name": "Blancworks Logo", - "description": "A logo for the Blancworks development team.\n\nBlancworks was the development team responsible for the Figura mod until the original developer of the mod asked for the team to stop using the Blancworks branding and logo. The modding team is now known as Moonlight and continues working on Figura.", - "links": { - "website": [ - "https://github.com/Kingdom-Of-The-Moon", - "https://github.com/Moonlight-MC" - ], - "subreddit": [ - "figura" - ], - "discord": [ - "ekHGHcH8Af" - ] - }, - "path": { - "11-49": [ - [ - 743, - 962 - ], - [ - 743, - 957 - ], - [ - 746, - 955 - ], - [ - 747, - 955 - ], - [ - 750, - 957 - ], - [ - 750, - 962 - ] - ], - "51-99": [ - [ - 735, - 953 - ], - [ - 735, - 948 - ], - [ - 738, - 946 - ], - [ - 742, - 948 - ], - [ - 742, - 953 - ] - ] - }, - "center": { - "11-49": [ - 747, - 959 - ], - "51-99": [ - 738, - 950 - ] - } -} diff --git a/data/patches/gh-d65d-shiny-charmander.json b/data/patches/gh-d65d-shiny-charmander.json deleted file mode 100644 index bbedd887..00000000 --- a/data/patches/gh-d65d-shiny-charmander.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "id": "u35255", - "name": "Shiny Charmander", - "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", - "links": { - "website": [ - "https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)" - ], - "subreddit": [ - "pokemon" - ] - }, - "path": { - "T:0-1, 88-164": [ - [ - 1842, - 1 - ], - [ - 1838, - 5 - ], - [ - 1837, - 7 - ], - [ - 1837, - 9 - ], - [ - 1840, - 12 - ], - [ - 1841, - 12 - ], - [ - 1842, - 13 - ], - [ - 1842, - 14 - ], - [ - 1841, - 15 - ], - [ - 1843, - 17 - ], - [ - 1845, - 17 - ], - [ - 1848, - 20 - ], - [ - 1850, - 20 - ], - [ - 1852, - 18 - ], - [ - 1852, - 16 - ], - [ - 1855, - 13 - ], - [ - 1855, - 12 - ], - [ - 1856, - 11 - ], - [ - 1856, - 10 - ], - [ - 1858, - 8 - ], - [ - 1858, - 5 - ], - [ - 1854, - 1 - ], - [ - 1851, - 4 - ], - [ - 1851, - 8 - ], - [ - 1850, - 9 - ], - [ - 1850, - 8 - ], - [ - 1847, - 3 - ], - [ - 1845, - 1 - ] - ] - }, - "center": { - "T:0-1, 88-164": [ - 1843, - 7 - ] - } -} diff --git a/web/all-authors.txt b/web/all-authors.txt index 3186ddb8..a316863a 100644 --- a/web/all-authors.txt +++ b/web/all-authors.txt @@ -5559,3 +5559,4 @@ waddleguin GDJosef eri531 -Yox- +gh:Slymeball diff --git a/web/atlas.json b/web/atlas.json index 15584d86..ae31efe2 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -1010,7 +1010,7 @@ {"id": "twqlqt", "name": "Destiny", "description": "Destiny is a free-to-play online-only multiplayer first-person shooter video game franchise developed by Bungie. From left to right, top to bottom, this art depicts the Telesto, a Ghost, the Witch Queen symbol, the Traveler above the Tower, the Ace of Spades hand cannon, and a major boss enemy named Rhulk commanding the Black Fleet.\n\nThis art was designed by Lutyens.", "links": {"website": ["https://en.wikipedia.org/wiki/Destiny_(video_game)"], "subreddit": ["DestinyTheGame", "Destiny2", "place_CentralAlliance"]}, "path": {"109-122": [[449, 962], [449, 993], [448, 993], [448, 1030], [523, 1030], [523, 993], [511, 993], [511, 962]], "2-108": [[449, 962], [449, 993], [448, 993], [448, 1000], [523, 1000], [523, 993], [511, 993], [511, 962]], "123-166, T:0-1": [[523, 1030], [448, 1030], [448, 984], [432, 984], [432, 973], [449, 973], [449, 962], [511, 962], [511, 992], [523, 992]]}, "center": {"109-122": [452, 996], "2-108": [486, 981], "123-166, T:0-1": [452, 996]}}, {"id": "twql8y", "name": "Loona", "description": "A collaboration between fans of the show Helluva Boss, The games Sky: Children of the Light and Will You Snail, as well as a goose.", "links": {"subreddit": ["placeloona"], "discord": ["Bdqe4J4Rq2"]}, "path": {"109-166, T:0-1": [[1645, 1043], [1690, 1043], [1690, 1062], [1693, 1062], [1693, 1074], [1645, 1074]]}, "center": {"109-166, T:0-1": [1668, 1059]}}, {"id": "twql8r", "name": "Zelda Pixel Art", "description": "An Ocarina, Heart Container, Majora's Mask, Navi, Korok, with Link and Zelda from windwaker by r/Zelda", "links": {"subreddit": ["zelda"]}, "path": {"109-166, T:0-1": [[1366, 1875], [1323, 1875], [1322, 1848], [1300, 1846], [1300, 1836], [1344, 1834], [1348, 1842], [1348, 1858], [1366, 1858]]}, "center": {"109-166, T:0-1": [1336, 1855]}}, -{"id": "twqkwe", "name": "Moist Esports", "description": "Moist Esports is an esports organization run by Twitch streamer and YouTuber MoistCr1TiKaL (a.k.a. penguinz0, real name Charles White).\n\nThe Indianapolis Colts originally had their logo here, but moved after Cr1TiKaL placed his logo over them.", "links": {"website": ["https://www.twitch.tv/moistcr1tikal", "https://en.wikipedia.org/wiki/Moist_Esports", "https://en.wikipedia.org/wiki/Cr1TiKaL"], "subreddit": ["Cr1TiKaL"]}, "path": {"73-164, T:0-1": [[1973, 82], [1999, 82], [1999, 113], [1973, 113]]}, "center": {"73-164, T:0-1": [1986, 98]}}, +{"id": "twqkwe", "name": "Moist Esports", "description": "Moist Esports is an esports organization run by Twitch streamer and YouTuber MoistCr1TiKaL (a.k.a. penguinz0, real name Charles White).\n\nThe Indianapolis Colts originally had their logo here, but moved after Cr1TiKaL placed his logo over them.", "links": {"website": ["https://www.twitch.tv/moistcr1tikal", "https://www.youtube.com/user/penguinz0", "https://en.wikipedia.org/wiki/Moist_Esports", "https://en.wikipedia.org/wiki/Cr1TiKaL"], "subreddit": ["Cr1TiKaL"]}, "path": {"73-164, T:0-1": [[1973, 82], [1999, 82], [1999, 113], [1973, 113]]}, "center": {"73-164, T:0-1": [1986, 98]}}, {"id": "twqktp", "name": "IVE", "description": "IVE (아이브) is a K-pop girl group under Starship Entertainment that debuted on December 1, 2021 with their first single album Eleven. The group is composed of six members: Yujin, Gaeul, Rei, Wonyoung, Liz, and Leeseo. They recently had their comeback.", "links": {"website": ["http://ive-official.com/", "https://en.wikipedia.org/wiki/Ive_(group)"], "subreddit": ["IVE"]}, "path": {"132-166, T:0-1": [[1710, 909], [1710, 911], [1711, 911], [1711, 917], [1713, 919], [1715, 919], [1717, 917], [1716, 916], [1716, 915], [1720, 911], [1720, 909]]}, "center": {"132-166, T:0-1": [1714, 912]}}, {"id": "twqkt1", "name": "Oslo Katedralskole", "description": "A small Norwegian school with just over 600 students created their school emblem to flex on their fellow regional schools. Forced to relocate twice, we ended up grabbing and defending this area during the last two days.", "links": {"website": ["https://en.wikipedia.org/wiki/Oslo_Cathedral_School"]}, "path": {"109-165, T:0-1": [[656, 1303], [656, 1307], [657, 1309], [658, 1311], [659, 1313], [660, 1313], [661, 1312], [662, 1311], [663, 1309], [664, 1307], [664, 1303]]}, "center": {"109-165, T:0-1": [660, 1307]}}, {"id": "twqkpr", "name": "Mallard duck", "description": "This mallard duck sprite is from the game Stardew Valley.\n\nThis art was created in a collaboration between r/duck_place and r/StardewValley. After being destroyed by xQc, he was rebuilt and placed on the shoulder of ratge, an artwork created by Twitch streamer FranqitoM.", "links": {"website": ["https://stardewvalleywiki.com/Duck"], "subreddit": ["duck_place", "StardewValley"], "discord": ["stardewvalley"]}, "path": {"63-77": [[1700, 982], [1697, 985], [1696, 987], [1692, 989], [1691, 990], [1691, 993], [1694, 993], [1694, 996], [1697, 998], [1704, 998], [1708, 993], [1708, 988], [1703, 982]], "126-165, 78-122, T:0-1": [[1701, 983], [1698, 985], [1696, 988], [1692, 990], [1691, 992], [1691, 995], [1695, 999], [1697, 1000], [1705, 1000], [1708, 997], [1708, 989], [1706, 986], [1703, 983]]}, "center": {"63-77": [1701, 991], "126-165, 78-122, T:0-1": [1701, 993]}}, @@ -6199,7 +6199,7 @@ {"id": "tzxagt", "name": "Michelangelo", "description": "Michelangelo is an orange-masked turtle from the franchise Teenage Mutant Ninja Turtles. He is named after Renaissance artist Michelangelo.", "links": {"website": ["https://en.wikipedia.org/wiki/Michelangelo_(Teenage_Mutant_Ninja_Turtles)"]}, "path": {"161-166": [[1149, 233], [1147, 235], [1147, 237], [1149, 239], [1153, 239], [1153, 241], [1163, 241], [1163, 239], [1168, 239], [1168, 238], [1165, 236], [1165, 234], [1162, 231], [1157, 231], [1155, 233]]}, "center": {"161-166": [1159, 236]}}, {"id": "tzx99p", "name": "Donatello", "description": "Donatello is a purple-masked turtle from the franchise Teenage Mutant Ninja Turtles. He is named after Renaissance artist Donatello.", "links": {"website": ["https://en.wikipedia.org/wiki/Donatello_(Teenage_Mutant_Ninja_Turtles)"]}, "path": {"162-166": [[1113, 234], [1111, 237], [1111, 239], [1112, 239], [1112, 242], [1120, 242], [1120, 243], [1129, 243], [1129, 240], [1132, 240], [1135, 238], [1136, 235], [1133, 231], [1129, 231], [1128, 230], [1123, 230], [1117, 233], [1117, 234]]}, "center": {"162-166": [1124, 237]}}, {"id": "tzwws7", "name": "OptiFine", "description": "OptiFine is an optimization mod for the game Minecraft. It allows Minecraft to run faster and look better with full support for high-definition textures and many configuration options.", "links": {"website": ["https://optifine.net/home"], "subreddit": ["Optifine"]}, "path": {"27-76": [[803, 664], [803, 678], [816, 678], [816, 664]], "9-26": [[792, 665], [792, 680], [810, 680], [810, 665]], "79-151": [[803, 663], [803, 677], [816, 677], [816, 663]]}, "center": {"27-76": [810, 671], "9-26": [801, 673], "79-151": [810, 670]}}, -{"id": "tzwtx2", "name": "Solosis", "description": "Solosis is a Psychic-type Pokémon from the Generation 5 Pokémon games (Pokémon Black/White). This art originally used Solosis's normal green coloration, and later changed to its blue Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Solosis_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"71-129": [[41, 353], [38, 355], [36, 358], [36, 361], [38, 364], [40, 365], [45, 365], [48, 363], [50, 360], [50, 357], [46, 353]], "143-162, T:0-1": [[36, 335], [33, 337], [31, 340], [31, 343], [33, 346], [35, 347], [40, 347], [40, 335]]}, "center": {"71-129": [43, 359], "143-162, T:0-1": [36, 341]}}, +{"id": "tzwtx2", "name": "Shiny Solosis", "description": "Solosis is a Psychic-type Pokémon from the Generation 5 Pokémon games (Pokémon Black/White). This art originally used Solosis's normal green coloration, and later changed to its blue Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Solosis_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"71-129": [[41, 353], [38, 355], [36, 358], [36, 361], [38, 364], [40, 365], [45, 365], [48, 363], [50, 360], [50, 357], [46, 353]], "143-162, T:0-1": [[36, 335], [33, 337], [31, 340], [31, 343], [33, 346], [35, 347], [40, 347], [40, 335]]}, "center": {"71-129": [43, 359], "143-162, T:0-1": [36, 341]}}, {"id": "tzvojp", "name": "artiso", "description": "artiso is a software company from Germany. A trainee at the company decided to put a small version of the logo onto r/place.", "links": {"website": ["https://www.artiso.com/en/"]}, "path": {"137-148": [[1792, 314], [1792, 319], [1798, 319], [1798, 317], [1797, 317], [1797, 314]], "158-166, T:0-1": [[1791, 315], [1791, 320], [1798, 320], [1798, 315]]}, "center": {"137-148": [1795, 317], "158-166, T:0-1": [1795, 318]}}, {"id": "tzs06o", "name": "Denmark-Poland heart", "description": "A heart depicting the flags of Denmark and Poland as a sign of peace between the two flags.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Poland"], "subreddit": ["Denmark", "Polska", "poland"]}, "path": {"46-79": [[599, 337], [596, 340], [596, 342], [601, 347], [602, 347], [607, 342], [607, 340], [604, 337]], "24-33": [[548, 338], [545, 341], [545, 343], [550, 348], [630, 348], [635, 343], [635, 341], [632, 338]], "18-23": [[588, 338], [585, 341], [585, 343], [590, 348], [595, 343], [595, 341], [592, 338]], "84-164, T:0-1": [[587, 338], [583, 342], [590, 350], [591, 350], [597, 344], [597, 342], [594, 338]]}, "center": {"46-79": [602, 341], "24-33": [590, 343], "18-23": [590, 342], "84-164, T:0-1": [590, 343]}}, {"id": "tzrdwb", "name": "The war of Horde and Alliance", "description": "The two colours in the backround of the World of Warcraft logo each represent a fraction.\nThe Horde (red) assaulted the Alliance (blue) in order to display dominance, in form of occupying more area within the logo.\nThe blue area was suprisingly well defended, which led to a back in forth.\nThe result is an underwhelming victory for the Horde.", "links": {"subreddit": ["wow"]}, "path": {"109-164, T:0-1": [[322, 1869], [327, 1869], [327, 1864], [322, 1864], [322, 1869], [327, 1869], [327, 1864], [322, 1864], [322, 1869], [327, 1869], [327, 1864], [322, 1864]]}, "center": {"109-164, T:0-1": [325, 1867]}}, @@ -6644,7 +6644,7 @@ {"id": "u1in4u", "name": "Cerro Rico", "description": "A mountain in the Andes near the Bolivian city of Potosí. As a result of mining operations in the mountain, The city of Potosí became one of the largest cities in the New World.", "links": {"website": ["https://en.wikipedia.org/wiki/Cerro_Rico"], "subreddit": ["BOLIVIA"]}, "path": {"109-166, T:0-1": [[1489, 1212], [1491, 1212], [1511, 1233], [1480, 1233], [1480, 1232], [1493, 1232], [1493, 1229], [1481, 1219]]}, "center": {"109-166, T:0-1": [1495, 1224]}}, {"id": "u1icud", "name": "Hoshimachi Suisei's comet", "description": "This comet represents Hoshimachi Suisei, a Japanese VTuber under the 0th generation of Hololive. \"Suisei\" means \"comet\" in Japanese.", "links": {"website": ["https://en.wikipedia.org/wiki/Hoshimachi_Suisei"], "subreddit": ["HoshimachiSuisei", "Hololive"], "discord": ["holofans"]}, "path": {"66-70": [[1340, 902], [1331, 908], [1331, 910], [1333, 912], [1335, 912], [1338, 908], [1340, 908], [1341, 906], [1346, 903], [1346, 902]], "71-166, T:0-1": [[1341, 903], [1340, 903], [1336, 905], [1333, 908], [1333, 910], [1335, 912], [1337, 912], [1339, 910], [1341, 907], [1343, 907], [1343, 905], [1344, 905], [1346, 903], [1345, 902], [1340, 902]]}, "center": {"66-70": [1334, 909], "71-166, T:0-1": [1336, 909]}}, {"id": "u2fp8n", "name": "MapINK's logo", "description": "A logo of MapINK, a small collaborative community of Counter-Strike: Global Offensive map makers known for creating and playtesting maps.", "links": {"discord": ["sBaUQYtRTc"]}, "path": {"109-166, T:0-1": [[62, 1254], [62, 1265], [102, 1265], [102, 1253], [75, 1253], [75, 1254]]}, "center": {"109-166, T:0-1": [82, 1259]}}, -{"id": "u314dc", "name": "Figura", "description": "Figura is a modding project for the game Minecraft that re-imagines the way avatars in Minecraft work. Figura allows players to more creatively express themselves by allowing player models to go beyond what vanilla Minecraft allows.\n\nDespite being a small community, Figura teamed up with and made alliances with places like r/Suncracker, purple hearts, and South Africa to maintain a presence. Purple hearts are present within the logo to symbolize these alliances.", "links": {"website": ["https://www.curseforge.com/minecraft/mc-mods/figura"], "subreddit": ["Figura"]}, "path": {"99-154": [[738, 944], [733, 950], [733, 955], [775, 955], [775, 946], [741, 946], [739, 944]], "58-98": [[733, 944], [733, 953], [719, 953], [719, 962], [775, 962], [775, 946], [744, 946], [744, 944]], "8-57": [[733, 944], [733, 953], [723, 953], [723, 962], [775, 962], [775, 946], [745, 946], [745, 944]], "155-165, T:0-1": [[742, 944], [739, 947], [739, 955], [775, 955], [775, 946], [745, 946], [743, 944]]}, "center": {"99-154": [766, 951], "58-98": [764, 954], "8-57": [741, 953], "155-165, T:0-1": [743, 951]}}, +{"id": "u314dc", "name": "Figura", "description": "Figura is a modding project for the game Minecraft that re-imagines the way avatars in Minecraft work. Figura allows players to more creatively express themselves by allowing player models to go beyond what vanilla Minecraft allows.\n\nDespite being a small community, Figura teamed up with and made alliances with places like r/Suncracker, purple hearts, and South Africa to maintain a presence. Purple hearts are present within the logo to symbolize these alliances.", "links": {"website": ["https://www.curseforge.com/minecraft/mc-mods/figura"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"99-154": [[738, 944], [733, 950], [733, 955], [775, 955], [775, 946], [741, 946], [739, 944]], "58-98": [[733, 944], [733, 953], [719, 953], [719, 962], [775, 962], [775, 946], [744, 946], [744, 944]], "8-57": [[733, 944], [733, 953], [723, 953], [723, 962], [775, 962], [775, 946], [745, 946], [745, 944]], "155-165, T:0-1": [[742, 944], [739, 947], [739, 955], [775, 955], [775, 946], [745, 946], [743, 944]]}, "center": {"99-154": [766, 951], "58-98": [764, 954], "8-57": [741, 953], "155-165, T:0-1": [743, 951]}}, {"id": "u2ziyc", "name": "John the Apostle", "description": "One of the twelve apostles of Jesus.", "links": {"website": ["https://en.wikipedia.org/wiki/John_the_Apostle"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"133-165, T:0-1": [[957, 1083], [955, 1085], [955, 1093], [958, 1093], [958, 1095], [955, 1095], [955, 1099], [957, 1099], [958, 1100], [958, 1101], [959, 1102], [960, 1104], [961, 1105], [961, 1106], [962, 1107], [962, 1109], [967, 1109], [967, 1110], [972, 1110], [972, 1109], [974, 1109], [975, 1108], [975, 1107], [976, 1106], [974, 1099], [973, 1099], [972, 1098], [972, 1095], [970, 1095], [970, 1093], [968, 1091], [968, 1089], [966, 1089], [962, 1085], [962, 1083]]}, "center": {"133-165, T:0-1": [966, 1100]}}, {"id": "u2zhof", "name": "Judas Iscariot", "description": "One of the twelve apostles of Jesus, and the one to eventually betray him.", "links": {"website": ["https://en.wikipedia.org/wiki/Judas_Iscariot"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"119-165, T:0-1": [[945, 1087], [943, 1092], [943, 1094], [945, 1094], [945, 1097], [943, 1097], [943, 1099], [941, 1099], [941, 1110], [943, 1112], [952, 1112], [952, 1110], [953, 1109], [960, 1109], [960, 1107], [962, 1107], [962, 1106], [960, 1103], [960, 1102], [958, 1099], [957, 1098], [955, 1098], [955, 1095], [952, 1095], [952, 1088], [950, 1088], [950, 1087]]}, "center": {"119-165, T:0-1": [949, 1103]}}, {"id": "u2zeqw", "name": "Peter the Apostle", "description": "One of the twelve apostles of Jesus.", "links": {"website": ["https://en.wikipedia.org/wiki/Saint_Peter"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"118-165, T:0-1": [[951, 1083], [949, 1085], [949, 1088], [943, 1091], [943, 1088], [941, 1088], [941, 1089], [939, 1089], [939, 1091], [938, 1091], [937, 1092], [935, 1092], [935, 1094], [934, 1095], [934, 1098], [932, 1098], [932, 1102], [930, 1102], [930, 1104], [932, 1104], [932, 1105], [934, 1105], [938, 1107], [942, 1107], [942, 1100], [944, 1100], [944, 1098], [946, 1098], [946, 1093], [944, 1093], [944, 1091], [950, 1089], [950, 1091], [951, 1091], [951, 1096], [959, 1096], [959, 1094], [962, 1094], [962, 1092], [956, 1092], [956, 1083], [952, 1083]]}, "center": {"118-165, T:0-1": [940, 1096]}}, @@ -6758,7 +6758,7 @@ {"id": "u35z7z", "name": "Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"56-57": [[1286, 260], [1281, 266], [1281, 268], [1285, 272], [1285, 273], [1284, 274], [1284, 275], [1288, 279], [1298, 279], [1309, 272], [1309, 270], [1306, 268], [1305, 268], [1299, 273], [1298, 273], [1298, 270], [1294, 267], [1289, 260]], "109-166, T:0-1": [[809, 1724], [807, 1726], [807, 1729], [806, 1730], [806, 1734], [807, 1735], [808, 1735], [811, 1738], [810, 1739], [812, 1741], [813, 1741], [814, 1742], [815, 1742], [817, 1744], [818, 1744], [821, 1741], [821, 1740], [825, 1736], [825, 1735], [826, 1734], [826, 1733], [828, 1731], [828, 1727], [826, 1725], [824, 1725], [821, 1728], [821, 1732], [819, 1730], [819, 1729], [817, 1727], [817, 1726], [815, 1724]]}, "center": {"56-57": [1291, 273], "109-166, T:0-1": [816, 1735]}}, {"id": "u35y99", "name": "Squirtle", "description": "Squirtle is the Water-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Squirtle_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"109-166, T:0-1": [[798, 1724], [794, 1724], [793, 1725], [792, 1725], [790, 1727], [787, 1727], [785, 1725], [781, 1725], [779, 1727], [779, 1730], [782, 1733], [783, 1733], [784, 1734], [784, 1735], [786, 1737], [786, 1739], [789, 1742], [793, 1742], [794, 1741], [794, 1739], [798, 1739], [798, 1737], [799, 1736], [799, 1735], [801, 1735], [801, 1732], [802, 1731], [802, 1730], [801, 1729], [801, 1726], [801, 1725], [799, 1725]]}, "center": {"109-166, T:0-1": [791, 1732]}}, {"id": "u352sv", "name": "Bulbasaur", "description": "Bulbasaur is the Grass/Poison-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Bulbasaur_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"95-142": [[1869, 1], [1864, 5], [1862, 5], [1859, 8], [1859, 11], [1858, 12], [1858, 14], [1862, 18], [1873, 18], [1879, 12], [1879, 8], [1874, 1]], "143-166, T:0-1": [[1836, 16], [1834, 18], [1831, 18], [1831, 20], [1829, 20], [1825, 26], [1825, 30], [1827, 32], [1828, 32], [1829, 33], [1838, 33], [1839, 34], [1841, 34], [1842, 33], [1842, 32], [1843, 31], [1844, 31], [1846, 29], [1846, 21], [1841, 16]]}, "center": {"95-142": [1870, 10], "143-166, T:0-1": [1838, 25]}}, -{"id": "u35255", "name": "Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"88-166, T:0-1": [[1842, 1], [1838, 5], [1837, 7], [1837, 9], [1840, 12], [1841, 12], [1842, 13], [1842, 14], [1841, 15], [1843, 17], [1845, 17], [1848, 20], [1850, 20], [1852, 18], [1852, 16], [1855, 13], [1855, 12], [1856, 11], [1856, 10], [1858, 8], [1858, 5], [1854, 1], [1851, 4], [1851, 8], [1850, 9], [1850, 8], [1847, 3], [1845, 1]]}, "center": {"88-166, T:0-1": [1843, 7]}}, +{"id": "u35255", "name": "Shiny Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"88-166, T:0-1": [[1842, 1], [1838, 5], [1837, 7], [1837, 9], [1840, 12], [1841, 12], [1842, 13], [1842, 14], [1841, 15], [1843, 17], [1845, 17], [1848, 20], [1850, 20], [1852, 18], [1852, 16], [1855, 13], [1855, 12], [1856, 11], [1856, 10], [1858, 8], [1858, 5], [1854, 1], [1851, 4], [1851, 8], [1850, 9], [1850, 8], [1847, 3], [1845, 1]]}, "center": {"88-166, T:0-1": [1843, 7]}}, {"id": "u3505v", "name": "Squirtle", "description": "Squirtle is the Water-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Squirtle_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"83-166, T:0-1": [[1817, 1], [1814, 4], [1813, 6], [1813, 8], [1815, 10], [1815, 11], [1816, 12], [1816, 14], [1818, 14], [1818, 18], [1825, 18], [1826, 17], [1827, 17], [1829, 15], [1829, 14], [1830, 13], [1830, 10], [1832, 10], [1834, 7], [1835, 6], [1835, 4], [1832, 1], [1830, 1], [1827, 4], [1824, 4], [1821, 1]]}, "center": {"83-166, T:0-1": [1823, 10]}}, {"id": "u343uv", "name": "Tally", "description": "Member of Ally Hall whose tie is purple, representing the Tally Hall community.", "links": {"website": ["https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"]}, "path": {"102-103": [[757, 462], [754, 465], [754, 467], [756, 469], [754, 471], [754, 476], [759, 476], [759, 471], [760, 470], [760, 468], [759, 467], [759, 465], [760, 464], [760, 463]], "101, 105-112, 116-123, 128-133, 138-164, T:0-1": [[785, 462], [784, 463], [784, 464], [785, 465], [785, 467], [784, 468], [784, 470], [785, 471], [785, 476], [787, 476], [787, 462], [784, 462]]}, "center": {"102-103": [756, 472], "101, 105-112, 116-123, 128-133, 138-164, T:0-1": [786, 469]}}, {"id": "u342ys", "name": "Lesbian Tally", "description": "Member of Ally Hall whose tie has the lesbian flag colors. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"79-164, T:0-1": [[781, 462], [780, 463], [780, 464], [781, 465], [781, 467], [780, 468], [780, 470], [781, 471], [781, 476], [786, 476], [786, 471], [784, 469], [786, 467], [786, 465], [783, 462]]}, "center": {"79-164, T:0-1": [784, 472]}}, @@ -10298,7 +10298,7 @@ {"id": "131gg4j", "name": "Flag of Bulgaria", "description": "Bulgaria is a country in Southeast Europe. The flag of Bulgaria is a tricolour consisting of three equal-sized horizontal bands of (from top to bottom) white, green, and red. The flag was first adopted after the 1877-1878 Russo-Turkish War, when Bulgaria gained de facto independence. The national flag at times was charged with the state emblem, especially during the communist era. The current flag was re-established with the 1991 Constitution of Bulgaria and was confirmed in a 1998 law.", "links": {"website": ["https://en.wikipedia.org/wiki/Bulgaria", "https://en.wikipedia.org/wiki/Flag_of_Bulgaria"], "subreddit": ["bulgaria"]}, "path": {"1-28": [[261, 886], [261, 905], [301, 905], [301, 886]], "107-110": [[1073, 898], [1073, 905], [1085, 905], [1085, 898]], "144-161": [[1998, 867], [1998, 880], [2000, 880], [2000, 867]]}, "center": {"1-28": [281, 896], "107-110": [1079, 902], "144-161": [1999, 874]}}, {"id": "131gwrl", "name": "r/DinoPlace", "description": "Subreddit focused on placing the Chrome Dino game on r/place.", "links": {"subreddit": ["DinoPlace"]}, "path": {"26-109": [[303, 803], [303, 807], [339, 807], [339, 803]], "110-166, T:0-1": [[303, 804], [303, 808], [342, 808], [342, 803], [308, 803], [307, 804]]}, "center": {"26-109": [321, 805], "110-166, T:0-1": [323, 806]}}, {"id": "132hifk", "name": "Anakin Skywalker", "description": "Anakin Skywalker is a character from the Star Wars movie series. He is the primary antagonist of the original trilogy as his altar ego, Darth Vader, and is the protagonist of the prequel trilogy of the series.\n\nThe Anakin Skywalker chess piece is liable to kill large swaths of pawns on one turn and has to roll with disadvantage when attacked by a piece that has the high ground. It is considered a risky replacement piece for a player's queen (the most powerful piece on a Chess 1.0 board). A player must never to be on a square right next to the opponent's king, or he will switch sides. Anakin can capture multiple pawns in one move.", "links": {"website": ["https://starwars.fandom.com/wiki/Anakin_Skywalker"], "subreddit": ["AnarchyChess", "chess"]}, "path": {"135-149": [[1620, 113], [1617, 116], [1617, 120], [1616, 121], [1616, 122], [1619, 125], [1622, 125], [1625, 122], [1625, 120], [1626, 120], [1631, 115], [1631, 113], [1629, 113], [1624, 118], [1624, 116], [1621, 113]]}, "center": {"135-149": [1621, 121]}}, -{"id": "131rbhv", "name": "PewDiePie", "description": "Pewdiepie wave pattern", "links": {"subreddit": ["PewdiepieSubmissions"]}, "path": {"109-165, T:0-1": [[442, 1340], [442, 1351], [448, 1351], [448, 1340]]}, "center": {"109-165, T:0-1": [445, 1346]}}, +{"id": "131rbhv", "name": "PewDiePie Wave Pattern", "description": "The signature red and black wave pattern of the Swedish YouTuber Felix Kjellberg a.k.a. PewDiePie. It used to be bigger, spanning from (442, 1340) to (469, 1361), but most of it was later covered except for the top left corner.", "links": {"website": ["https://www.youtube.com/user/pewdiepie", "https://en.wikipedia.org/wiki/PewDiePie"], "subreddit": ["PewdiepieSubmissions"], "discord": ["pewdiepie"]}, "path": {"109-165, T:0-1": [[442, 1340], [442, 1351], [448, 1351], [448, 1340]]}, "center": {"109-165, T:0-1": [445, 1346]}}, {"id": "tx3zpb", "name": "4G", "description": "4G is a cellular network standard used to provide internet to mobile phones.\n\nThis 4G symbol is drawn here along with green connection bars indicating a strong connection. It is drawn next to the French TGV train in contrast to the EDGE symbol with poor connection next to the German ICE train, a joke about German internet being inferior to French internet.", "links": {"website": ["https://en.wikipedia.org/wiki/4G"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"61-166, T:0-1": [[457, 843], [457, 851], [462, 851], [462, 854], [471, 854], [471, 845], [467, 845], [467, 843]]}, "center": {"61-166, T:0-1": [466, 850]}}, {"id": "1336b2e", "name": "Slovenia-Germany heart", "description": "A heart depicting the flags of Slovenia and Germany.", "links": {"website": ["https://en.wikipedia.org/wiki/Slovenia", "https://en.wikipedia.org/wiki/Germany"], "subreddit": ["Slovenia", "placeDE", "de", "germany"]}, "path": {"50-82": [[315, 862], [312, 865], [312, 867], [317, 872], [322, 867], [322, 865], [319, 862]]}, "center": {"50-82": [317, 866]}}, {"id": "133zopt", "name": "Kensei", "description": "One of the 18 classes in the game Realm of the Mad God.", "links": {"website": ["https://www.realmeye.com/wiki/kensei"], "subreddit": ["RotMG"]}, "path": {"34-64": [[553, 872], [553, 879], [554, 879], [554, 881], [560, 881], [560, 879], [562, 879], [562, 874], [560, 872]], "31-33": [[553, 874], [553, 881], [554, 881], [554, 883], [560, 883], [560, 881], [562, 881], [562, 876], [560, 874]], "122-163, T:0-1": [[522, 885], [522, 888], [524, 890], [531, 890], [531, 887], [529, 885]]}, "center": {"34-64": [557, 876], "31-33": [557, 878], "122-163, T:0-1": [527, 888]}}, @@ -10570,9 +10570,9 @@ {"id": "13v0759", "name": "r/SouthAfrica", "description": "Subreddit focused on the country of South Africa.", "links": {"subreddit": ["SouthAfrica"]}, "path": {"107-165, T:0-1": [[722, 955], [722, 961], [773, 961], [773, 955]]}, "center": {"107-165, T:0-1": [748, 958]}}, {"id": "13v075a", "name": "Poes", "description": "\"Poes\" is a South African slang for female genitalia.", "links": {"website": ["https://www.urbandictionary.com/define.php?term=Poes"], "subreddit": ["SouthAfrica"]}, "path": {"112-116": [[760, 991], [760, 997], [778, 997], [778, 991]], "119-124": [[760, 992], [760, 998], [778, 998], [778, 992]]}, "center": {"112-116": [769, 994], "119-124": [769, 995]}}, {"id": "13v075b", "name": "r/Figura", "description": "Subreddit focused on the Minecraft mod Figura.", "links": {"subreddit": ["Figura"]}, "path": {"20-43, 49-84, 89-154": [[744, 948], [744, 953], [773, 953], [773, 948]], "155-165, T:0-1": [[746, 948], [746, 953], [775, 953], [775, 948]]}, "center": {"20-43, 49-84, 89-154": [759, 951], "155-165, T:0-1": [761, 951]}}, -{"id": "13v075c", "name": "Transgender Figura logo", "description": "A logo for the Minecraft mod Figura in the colors of the transgender flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://www.curseforge.com/minecraft/mc-mods/figura"], "subreddit": ["Figura"]}, "path": {"50-97": [[745, 954], [742, 959], [742, 962], [751, 962], [751, 960], [747, 954]], "15-49": [[738, 945], [734, 951], [734, 954], [743, 954], [743, 952], [739, 945]]}, "center": {"50-97": [746, 959], "15-49": [738, 951]}}, -{"id": "13v075d", "name": "Ukraine Figura logo", "description": "A logo for the Minecraft mod Figura in the colors of the flag of Ukraine.", "links": {"website": ["https://en.wikipedia.org/wiki/Ukraine", "https://www.curseforge.com/minecraft/mc-mods/figura"], "subreddit": ["Figura"]}, "path": {"12-98": [[755, 954], [751, 960], [751, 962], [760, 962], [760, 960], [756, 954]]}, "center": {"12-98": [756, 959]}}, -{"id": "13v075e", "name": "Rainbow Figura logo", "description": "A logo for the Minecraft mod Figura in the colors of the rainbow pride flag", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://www.curseforge.com/minecraft/mc-mods/figura"], "subreddit": ["Figura"]}, "path": {"23-97": [[764, 954], [760, 960], [760, 962], [769, 962], [769, 960], [765, 954]]}, "center": {"23-97": [765, 959]}}, +{"id": "13v075c", "name": "Transgender Figura logo", "description": "A logo for the Minecraft mod Figura in the colors of the transgender flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://www.curseforge.com/minecraft/mc-mods/figura"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"50-97": [[745, 954], [742, 959], [742, 962], [751, 962], [751, 960], [747, 954]], "15-49": [[738, 945], [734, 951], [734, 954], [743, 954], [743, 952], [739, 945]]}, "center": {"50-97": [746, 959], "15-49": [738, 951]}}, +{"id": "13v075d", "name": "Ukraine Figura logo", "description": "A logo for the Minecraft mod Figura in the colors of the flag of Ukraine.", "links": {"website": ["https://en.wikipedia.org/wiki/Ukraine", "https://www.curseforge.com/minecraft/mc-mods/figura"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"12-98": [[755, 954], [751, 960], [751, 962], [760, 962], [760, 960], [756, 954]]}, "center": {"12-98": [756, 959]}}, +{"id": "13v075e", "name": "Rainbow Figura logo", "description": "A logo for the Minecraft mod Figura in the colors of the rainbow pride flag", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://www.curseforge.com/minecraft/mc-mods/figura"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"23-97": [[764, 954], [760, 960], [760, 962], [769, 962], [769, 960], [765, 954]]}, "center": {"23-97": [765, 959]}}, {"id": "13wagxd", "name": "r/Ticos", "description": "Subreddit focused on Spanish YouTuber Ticos.", "links": {"subreddit": ["Ticos"]}, "path": {"17-50": [[739, 995], [739, 999], [766, 999], [766, 994], [746, 994], [745, 995]]}, "center": {"17-50": [753, 997]}}, {"id": "13wafdn", "name": "Flag of Costa Rica", "description": "Costa Rica is a small country in Central America known for its peaceful environment, biodiversity, and beautiful landscapes.", "links": {"website": ["https://en.wikipedia.org/wiki/Costa_Rica", "https://en.wikipedia.org/wiki/Flag_of_Costa_Rica"], "subreddit": ["costarica", "costa_rica", "Ticos"]}, "path": {"70-95": [[711, 993], [711, 1000], [781, 1000], [781, 993]], "56-69": [[728, 993], [728, 1000], [781, 1000], [781, 993]], "53-55": [[728, 993], [728, 1000], [795, 1000], [795, 993]], "14-50": [[728, 993], [728, 1000], [798, 1000], [798, 993]]}, "center": {"70-95": [746, 997], "56-69": [755, 997], "53-55": [762, 997], "14-50": [763, 997]}}, {"id": "13vae81", "name": "Waifu Gang", "description": "Waifu Gang is a Discord server of a group of friends.\n\nWaifu Gang joined with another friend group Discord, 7k Coalition, to create their logos on the canvas. And we still are here at the end of r/place and for the eternity.", "links": {"discord": ["7eJDVXZRdZ"]}, "path": {"159-165, T:0-1": [[1116, 1100], [1116, 1110], [1118, 1112], [1120, 1112], [1122, 1110], [1122, 1100]]}, "center": {"159-165, T:0-1": [1119, 1106]}}, @@ -10754,5 +10754,6 @@ {"id": "481", "name": "DreamNotFound Among Us crewmate", "description": "An Among Us crewmate in the colors of the DreamNotFound (DNF) flag. DreamNotFound is the ship name of content creators Dream and GeorgeNotFound.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["dreamnotfound2"]}, "path": {"132-141": [[1125, 1082], [1123, 1084], [1123, 1085], [1124, 1086], [1124, 1088], [1128, 1088], [1128, 1082]]}, "center": {"132-141": [1126, 1085]}}, {"id": "482", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"147": [[1161, 1048], [1161, 1051], [1165, 1051], [1165, 1048]]}, "center": {"147": [1163, 1050]}}, {"id": "483", "name": "Lesser Dog", "description": "Lesser Dog is a miniboss from the game Undertale. Its neck grows longer every time it is pet, and can extend past the top of the screen and wrap around to the bottom.", "links": {"website": ["https://undertale.fandom.com/wiki/Lesser_Dog"], "subreddit": ["Undertale"]}, "path": {"124-134": [[1288, 1048], [1285, 1051], [1285, 1066], [1287, 1068], [1288, 1068], [1290, 1070], [1293, 1070], [1293, 1068], [1295, 1068], [1298, 1065], [1299, 1062], [1301, 1062], [1301, 1059], [1300, 1058], [1300, 1056], [1299, 1055], [1299, 1053], [1297, 1051], [1292, 1051], [1292, 1048]]}, "center": {"124-134": [1292, 1059]}}, -{"id": "484", "name": "The Kid", "description": "The Kid is the player character in the game I Wanna Be the Guy and its spinoffs. He is on a quest to become \"The Guy\".", "links": {"website": ["https://i-wanna-be-the-guy.fandom.com/wiki/The_Kid"]}, "path": {"125-136": [[1312, 1080], [1310, 1082], [1310, 1088], [1311, 1088], [1311, 1092], [1312, 1093], [1322, 1093], [1326, 1089], [1326, 1085], [1324, 1082], [1322, 1080]], "162-166": [[1265, 1736], [1264, 1739], [1260, 1739], [1260, 1743], [1262, 1743], [1262, 1746], [1265, 1748], [1267, 1748], [1269, 1746], [1269, 1739], [1266, 1736]]}, "center": {"125-136": [1318, 1087], "162-166": [1265, 1742]}} +{"id": "484", "name": "The Kid", "description": "The Kid is the player character in the game I Wanna Be the Guy and its spinoffs. He is on a quest to become \"The Guy\".", "links": {"website": ["https://i-wanna-be-the-guy.fandom.com/wiki/The_Kid"]}, "path": {"125-136": [[1312, 1080], [1310, 1082], [1310, 1088], [1311, 1088], [1311, 1092], [1312, 1093], [1322, 1093], [1326, 1089], [1326, 1085], [1324, 1082], [1322, 1080]], "162-166": [[1265, 1736], [1264, 1739], [1260, 1739], [1260, 1743], [1262, 1743], [1262, 1746], [1265, 1748], [1267, 1748], [1269, 1746], [1269, 1739], [1266, 1736]]}, "center": {"125-136": [1318, 1087], "162-166": [1265, 1742]}}, +{"id": "485", "name": "Blancworks", "description": "Blancworks was the development team responsible for the Figura mod until the original developer of the mod asked for the team to stop using the Blancworks branding and logo. The modding team is now known as Moonlight and continues working on Figura.", "links": {"website": ["https://github.com/Kingdom-Of-The-Moon", "https://github.com/Moonlight-MC"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"11-49": [[746, 954], [744, 956], [742, 956], [742, 962], [751, 962], [751, 956], [749, 956], [747, 954]], "50-99": [[736, 945], [736, 947], [734, 947], [734, 954], [743, 954], [743, 947], [741, 947], [741, 945]]}, "center": {"11-49": [747, 959], "50-99": [739, 950]}} ] \ No newline at end of file From aa1e1e198225edf62450b6cb871befbc33306ab4 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sat, 24 Jun 2023 00:03:54 -0500 Subject: [PATCH 13/17] Updated (1400, 1000) to (1500, 1100) --- web/atlas.json | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index ae31efe2..57ad090f 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -588,7 +588,7 @@ {"id": "twmbri", "name": "Foxhole", "description": "Foxhole is a massively multiplayer war game where hundreds and thousands of players battle for control of the map. This image is the main icon for the game.", "links": {"website": ["https://www.foxholegame.com/"], "subreddit": ["foxholegame"]}, "path": {"109-166, T:0-1": [[536, 1522], [536, 1596], [592, 1596], [592, 1522]]}, "center": {"109-166, T:0-1": [564, 1559]}}, {"id": "twmbjh", "name": "OFF", "description": "OFF is an indie horror game made by Mortis Ghost in 2008. It was created using the tool RPG Maker.", "links": {"website": ["https://www.zchr.org/off.html"], "subreddit": ["offthegame"]}, "path": {"90-92": [[1906, 769], [1906, 775], [1916, 775], [1916, 769]], "122-165, T:0-1": [[1905, 761], [1905, 768], [1919, 768], [1919, 761]]}, "center": {"90-92": [1911, 772], "122-165, T:0-1": [1912, 765]}}, {"id": "twmb97", "name": "Slugcat", "description": "A playable character in Rain World, a 2017 video game developed by the indie studio Videocult. This location depicts the Survivor slugcat in a sleeping position reminiscent of the slugcat's sleep screen in-game.", "links": {"website": ["https://rainworldgame.com/"], "subreddit": ["rainworld"]}, "path": {"76-166, T:0-1": [[1376, 119], [1382, 119], [1383, 118], [1385, 118], [1386, 119], [1386, 120], [1385, 121], [1386, 122], [1387, 123], [1388, 123], [1389, 122], [1391, 122], [1391, 125], [1389, 127], [1389, 128], [1388, 128], [1388, 134], [1386, 136], [1385, 136], [1384, 137], [1373, 137], [1372, 136], [1371, 135], [1371, 133], [1370, 133], [1370, 132], [1369, 132], [1369, 131], [1368, 131], [1368, 130], [1367, 130], [1367, 127], [1368, 126], [1368, 125], [1369, 124], [1370, 123], [1371, 122], [1372, 121], [1373, 121], [1374, 120], [1375, 120]]}, "center": {"76-166, T:0-1": [1379, 128]}}, -{"id": "twmb92", "name": "Neverland", "description": "Neverland is the fandom of K-pop girl group (G)I-DLE. This art features the Neverland castle logo along with the group members' colours.", "links": {"website": ["https://g-i-dle.fandom.com/wiki/Neverland"], "subreddit": ["GIDLE"]}, "path": {"122-166, T:0-1": [[1462, 912], [1462, 937], [1492, 937], [1492, 912]]}, "center": {"122-166, T:0-1": [1477, 925]}}, +{"id": "twmb92", "name": "Neverland", "description": "Neverland is the fandom of K-pop girl group (G)I-DLE. This art features the Neverland castle logo along with the group members' colours.", "links": {"website": ["https://g-i-dle.fandom.com/wiki/Neverland"], "subreddit": ["GIDLE", "kpop"]}, "path": {"122-166, T:0-1": [[1462, 912], [1462, 937], [1492, 937], [1492, 912]]}, "center": {"122-166, T:0-1": [1477, 925]}}, {"id": "twmayf", "name": "Klei Entertainment", "description": "Klei Entertainment is a Canadian video game development company. Their best-known titles include Don't Starve Together and Oxygen Not Included.\n\nThis art was made by the Chester/Place Discord server.", "links": {"website": ["https://www.klei.com/", "https://en.wikipedia.org/wiki/Klei_Entertainment"], "subreddit": ["dontstarve"]}, "path": {"133-164, T:0-1": [[1060, 510], [1060, 530], [1075, 530], [1075, 510]]}, "center": {"133-164, T:0-1": [1068, 520]}}, {"id": "twmas3", "name": "r/sadboys", "description": "r/sadboys is a subreddit for the fans of the Sad Boys and Drain Gang music collectives. The emblem depicts two logos of the collectives: SBE for Sad Boys Entertainment on top, and DG for Drain Gang on the bottom.", "links": {"subreddit": ["sadboys"]}, "path": {"59-104": [[1525, 352], [1525, 407], [1528, 412], [1533, 414], [1567, 414], [1570, 412], [1593, 412], [1593, 391], [1574, 391], [1574, 352], [1563, 352], [1563, 351], [1537, 351], [1537, 352]], "105-165, T:0-1": [[1525, 352], [1525, 414], [1568, 414], [1568, 421], [1624, 421], [1624, 411], [1593, 411], [1593, 391], [1574, 391], [1574, 352], [1561, 352], [1561, 351], [1538, 351], [1538, 352]]}, "center": {"59-104": [1549, 376], "105-165, T:0-1": [1549, 386]}}, {"id": "twmard", "name": "Dreamcatcher", "description": "Dreamcatcher is a South Korean girl group notable for their rock-based songs and dark theme.", "links": {"website": ["https://dreamcatcher.kr/", "https://en.wikipedia.org/wiki/Dreamcatcher_(group)"], "subreddit": ["dreamcatcher", "kpop"]}, "path": {"61-166, T:0-1": [[1588, 869], [1588, 879], [1670, 879], [1670, 869]]}, "center": {"61-166, T:0-1": [1664, 874]}}, @@ -1076,7 +1076,7 @@ {"id": "twq895", "name": "Catalan independence flag", "description": "The Estelada is the flag of the Catalan independence movement, calling for the independence of Catalonia from Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Estelada"], "subreddit": ["catalanindependence"]}, "path": {"155-166, T:0-1": [[704, 315], [704, 325], [763, 325], [763, 315]]}, "center": {"155-166, T:0-1": [734, 320]}}, {"id": "twq83j", "name": "r/rvnxmango", "description": "Subreddit of German Twitch streamer and YouTube creator RvNxMango, who worked with r/placeDE on the placement of German art.", "links": {"website": ["https://www.twitch.tv/rvnxmango", "https://www.youtube.com/channel/UCl9h2O2Gfbj-njltH8gQsog"], "subreddit": ["rvnxmango"]}, "path": {"66-79": [[0, 830], [0, 836], [50, 836], [50, 830]], "53-65": [[0, 831], [0, 837], [50, 837], [50, 831]], "86-166, T:0-1": [[0, 836], [50, 836], [50, 842], [0, 842]]}, "center": {"66-79": [25, 833], "53-65": [25, 834], "86-166, T:0-1": [25, 839]}}, {"id": "twq7xl", "name": "Ghostbur", "description": "A character played by content creator Wilbur Soot on the Dream SMP, a private multiplayer server for content creators in the game Minecraft. Ghostbur has a spotty memory, but he would give some blue for others to make their day a bit happier. The pixel art was created by the L'Manplace community.", "links": {"website": ["https://dreamteam.fandom.com/wiki/Ghostbur"], "subreddit": ["wilbursoot", "dreamsmp"], "discord": ["25j3Cxnvjt"]}, "path": {"159-165, T:0-1": [[132, 139], [130, 141], [130, 148], [133, 148], [136, 145], [136, 141], [134, 139]]}, "center": {"159-165, T:0-1": [133, 144]}}, -{"id": "twq7xf", "name": "K-pop South Block", "description": "An area containing K-pop logo designs and the Nepal area, who were allied. Unfortunately, many of the K-pop designs were taken over by a streamer, and they weren't restored in time.", "links": {"subreddit": ["kpop", "6VIXX", "AB6IX", "Everglow", "GFRIEND", "GIDLE", "happaboke", "iZone", "ManyATrueNerd", "Nepal", "nerdcubed", "SHINee", "stevenuniverse", "straykids"]}, "path": {"152-155": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1506, 1001], [1506, 1000], [1497, 1000], [1497, 999], [1478, 999], [1478, 937], [1462, 937]], "140-151": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1478, 1044], [1478, 937], [1462, 937]], "109-139": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1478, 1044], [1478, 945], [1479, 945], [1482, 948], [1482, 942], [1494, 942], [1494, 937], [1462, 937]], "156-166, T:0-1": [[1462, 912], [1525, 912], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1496, 1001], [1496, 999], [1478, 999], [1478, 937], [1462, 937]]}, "center": {"152-155": [1502, 949], "140-151": [1502, 948], "109-139": [1502, 1038], "156-166, T:0-1": [1501, 935]}}, +{"id": "twq7xf", "name": "K-pop South Block", "description": "An area containing K-pop logo designs and the Nepal area, who were allied. The area between was formerly owned by the block, and was also the home of r/lostpause. However, it was taken over by the Spanish streamers. Despite reconstruction efforts between r/bangtan, r/kpop, r/lostpause, and the streamer Myth, they couldn't overpower the Spanish's numbers.", "links": {"subreddit": ["kpop", "6VIXX", "AB6IX", "bangtan", "Everglow", "GFRIEND", "GIDLE", "happaboke", "iZone", "lostpause", "ManyATrueNerd", "Nepal", "nerdcubed", "SHINee", "stevenuniverse", "straykids", "vtubers"]}, "path": {"152-155": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1506, 1001], [1506, 1000], [1497, 1000], [1497, 999], [1478, 999], [1478, 937], [1462, 937]], "140-151": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1478, 1044], [1478, 937], [1462, 937]], "109-139": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1478, 1044], [1478, 945], [1479, 945], [1482, 948], [1482, 942], [1494, 942], [1494, 937], [1462, 937]], "156-166, T:0-1": [[1462, 912], [1525, 912], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1496, 1001], [1496, 999], [1478, 999], [1478, 937], [1462, 937]]}, "center": {"152-155": [1502, 949], "140-151": [1502, 948], "109-139": [1502, 1038], "156-166, T:0-1": [1501, 935]}}, {"id": "twq7rv", "name": "Tampa Bay Lightning", "description": "The Tampa Bay Lightning is a professional National Hockey League (NHL) team. This art depicts the Lightning's logo with a Stanley Cup (championship trophy) and B2B for back-to-back championship wins in 2020 and 2021.", "links": {"website": ["https://www.nhl.com/lightning", "https://en.wikipedia.org/wiki/Tampa_Bay_Lightning"], "subreddit": ["TampaBayLightning"]}, "path": {"92-124": [[678, 590], [678, 573], [701, 573], [701, 591]], "7-86": [[678, 571], [678, 591], [701, 591], [701, 571]], "130-165, T:0-1": [[678, 591], [678, 573], [701, 573], [701, 591]]}, "center": {"92-124": [690, 582], "7-86": [690, 581], "130-165, T:0-1": [690, 582]}}, {"id": "twq7rh", "name": "Sverd i fjell", "description": "Monument commemorating the Battle of Hafrsfjord from years 872-900, which resulted in Harald Hårfagre gathering Norway under one king. Its name translates to \"Swords in Rock\".", "links": {"website": ["https://en.wikipedia.org/wiki/Sverd_i_fjell"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"16-165, T:0-1": [[342, 38], [339, 41], [339, 43], [340, 43], [340, 49], [336, 49], [336, 52], [338, 54], [339, 54], [339, 75], [363, 75], [363, 59], [365, 57], [365, 55], [364, 55], [364, 52], [361, 49], [359, 49], [356, 52], [349, 52], [349, 49], [345, 49], [345, 43], [346, 43], [346, 41], [343, 38]]}, "center": {"16-165, T:0-1": [351, 64]}}, {"id": "twq7q2", "name": "Ecce Homo", "description": "Ecce Homo (Latin for \"Behold the Man\") is a fresco painted circa 1930 by Elías García Martínez in Borja, Zaragoza, Spain. The painting depicts Jesus crowned with thorns. It became famous in 2012 from a good-faith attempt to restore it by untrained amateur Cecilia Giménez, transforming the painting and making it look like a monkey. The painting became an internet phenomenon, receiving the nickname Ecce Mono (\"Behold the Monkey\").", "links": {"website": ["https://english.elpais.com/arts/2020-11-13/spains-latest-ecce-homo-how-a-botched-restoration-made-global-headlines.html?outputType=amp", "https://en.wikipedia.org/wiki/Ecce_Homo_(Mart%C3%ADnez_and_Gim%C3%A9nez)"], "subreddit": ["esPlace", "spain"]}, "path": {"67-166, T:0-1": [[1035, 285], [1031, 290], [1031, 292], [1034, 300], [1032, 302], [1029, 307], [1029, 308], [1049, 308], [1049, 303], [1048, 302], [1048, 289], [1046, 286], [1043, 284]]}, "center": {"67-166, T:0-1": [1040, 293]}}, @@ -1298,7 +1298,7 @@ {"id": "twrxsz", "name": "Hive Minigames", "description": "The Hive is a Minecraft: Bedrock Edition featured server, in existence since 2018. Its Java edition server existed from 2013-2021. /r/place image made with help from volunteer and non-volunteer staff, as well as lovely members of the community!", "links": {"website": ["https://playhive.com/"], "subreddit": ["hivemc"]}, "path": {"109-166, T:0-1": [[470, 1552], [479, 1552], [479, 1542], [485, 1542], [486, 1541], [487, 1540], [490, 1540], [490, 1561], [470, 1561]]}, "center": {"109-166, T:0-1": [482, 1553]}}, {"id": "twrxre", "name": "Tadano Hitohito", "description": "A main character from manga/anime series Komi-san wa, Comyushou desu.", "links": {"website": ["https://komisan.fandom.com/wiki/Tadano_Hitohito"], "subreddit": ["Komi_San_Place", "Komi_san"]}, "path": {"109-165, T:0-1": [[827, 1471], [826, 1472], [826, 1473], [824, 1475], [824, 1477], [822, 1477], [821, 1476], [820, 1477], [820, 1485], [824, 1489], [821, 1489], [818, 1492], [818, 1494], [821, 1497], [824, 1497], [826, 1495], [826, 1492], [828, 1494], [838, 1494], [838, 1496], [841, 1499], [844, 1499], [846, 1497], [846, 1494], [843, 1491], [841, 1491], [843, 1489], [843, 1483], [844, 1482], [845, 1482], [846, 1481], [843, 1479], [846, 1477], [844, 1475], [842, 1475], [840, 1473], [838, 1473], [837, 1472], [835, 1472], [834, 1471]]}, "center": {"109-165, T:0-1": [832, 1485]}}, {"id": "twrxa8", "name": "Utsuho Reiuji", "description": "Also known as Okuu. She is the final boss in Touhou 11: Subterranean Animism. She is a hell raven who lives beneath the ground of Gensokyo and is one of Satori Komeiji's pets. Her job is to maintain the flames of hell through the manipulation of nuclear fusion.", "links": {"website": ["https://en.touhouwiki.net/wiki/Utsuho_Reiuji"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1621, 1517], [1621, 1550], [1654, 1550], [1654, 1517]]}, "center": {"109-166, T:0-1": [1638, 1534]}}, -{"id": "twrwzg", "name": "IlloJuan", "description": "Icon of the Spanish Twitch streamer named IlloJuan (also known as LMDShow and Juan Alberto) born in Fuengirola, Andalusia. ¡Alo presidentes!", "links": {"website": ["https://www.twitch.tv/illojuan"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[1402, 999], [1402, 1042], [1432, 1042], [1435, 1041], [1436, 1042], [1450, 1042], [1450, 999]]}, "center": {"109-165, T:0-1": [1426, 1020]}}, +{"id": "twrwzg", "name": "IlloJuan", "description": "IlloJuan, also known as LMDShow or Juan Alberto, is a Spanish Twitch streamer born in Fuengirola, Andalusia, Spain. He is in a relationship with fellow streamer Masi Rodríguez. ¡Alo presidentes!", "links": {"website": ["https://www.twitch.tv/illojuan"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[1402, 999], [1402, 1042], [1432, 1042], [1435, 1041], [1436, 1042], [1450, 1042], [1450, 999]]}, "center": {"109-165, T:0-1": [1426, 1021]}}, {"id": "twrwwo", "name": "Yale University", "description": "Yale University's Y logo. Thanks to sleep-deprived Yalies and allies from neighboring colleges, The logo was always restored despite numerous annexation attempts.", "links": {"website": ["https://yale.edu"], "subreddit": ["yale"]}, "path": {"109-164, T:0-1": [[339, 1623], [339, 1634], [351, 1634], [351, 1623]]}, "center": {"109-164, T:0-1": [345, 1629]}}, {"id": "twrwk5", "name": "Avengers", "description": "The Avengers logo, from Marvel", "links": {"subreddit": ["Marvel_place"]}, "path": {"109-166, T:0-1": [[955, 1721], [975, 1721], [975, 1720], [975, 1719], [977, 1719], [977, 1718], [979, 1718], [979, 1717], [980, 1717], [980, 1716], [981, 1716], [981, 1714], [982, 1714], [982, 1701], [981, 1701], [981, 1699], [980, 1699], [980, 1698], [979, 1698], [979, 1697], [978, 1697], [978, 1695], [977, 1695], [977, 1694], [975, 1694], [975, 1688], [972, 1688], [972, 1689], [971, 1689], [971, 1690], [970, 1690], [970, 1691], [970, 1692], [966, 1692], [966, 1693], [963, 1693], [963, 1694], [961, 1694], [961, 1695], [959, 1695], [959, 1696], [958, 1696], [958, 1697], [957, 1697], [957, 1698], [956, 1698], [956, 1700], [955, 1700]]}, "center": {"109-166, T:0-1": [968, 1707]}}, {"id": "twrwce", "name": "British Rail", "description": "The double arrows logo of British Rail, The United Kingdom's rail operator between 1965 and 1997, and subsequently Network Rail, its successor, up to the present day. Also features a Network Southeast stripe.", "links": {"website": ["https://en.wikipedia.org/wiki/British_Rail"]}, "path": {"109-166, T:0-1": [[476, 1512], [467, 1512], [467, 1524], [476, 1524]]}, "center": {"109-166, T:0-1": [472, 1518]}}, @@ -1693,7 +1693,7 @@ {"id": "tws9m2", "name": "Monkeytype.com", "description": "Monkeytype.com is a typing website with a modern interface that lets you practice typing indvidual words or quotes.nIt's mainly used by touchtypists to practice speed.", "links": {"website": ["https://www.monkeytype.com"], "subreddit": ["monkeytype"]}, "path": {"109-166, T:0-1": [[596, 1301], [596, 1330], [590, 1331], [589, 1339], [652, 1339], [649, 1331], [642, 1330], [644, 1301]]}, "center": {"109-166, T:0-1": [620, 1321]}}, {"id": "tws9i1", "name": "Bill Cipher", "description": "Bill Cipher is the main antagonist from the Gravity Falls animated television series, which aired from 2012-2016. He is a demonic puzzle genius who wants to take over the entire third dimension and instill madness and chaos before destroying it all.\n\nA user from r/gravityfalls gained permission from r/tinytardis to place a small version of Bill Cipher next to the TARDIS.", "links": {"website": ["https://gravityfalls.fandom.com/wiki/Bill_Cipher"], "subreddit": ["gravityfalls"]}, "path": {"116-164, T:0-1": [[1606, 253], [1606, 255], [1605, 255], [1605, 260], [1609, 260], [1609, 255], [1608, 255], [1608, 253]]}, "center": {"116-164, T:0-1": [1607, 257]}}, {"id": "tws83v", "name": "SSIS", "description": "Stockholm Science & Innovation School", "links": {}, "path": {"109-166, T:0-1": [[1165, 1741], [1165, 1751], [1175, 1751], [1175, 1761], [1177, 1761], [1177, 1762], [1187, 1762], [1187, 1741]]}, "center": {"109-166, T:0-1": [1178, 1750]}}, -{"id": "twuslv", "name": "Alexelcapo", "description": "Profile picture of Spanish streamer and YouTuber Alexelcapo, el más grandioso y absoluto dios de España, Twitch, Minecraft y LoL. Creador de producciones legendarias como son La Serie Más Aburrida de la Historia y el anuncio del Caca Mod. Mató a Faker con sus propias manos, se hizo la no hit de Sekiro, construyó una pirámide de lo más útil y financió él solo el sistema de autovías y autopistas españolas. Es increíble este hombre.\n\nAlex, si lees esto, que sepas que para nosotros eres insuperable. No solo te admiramos como creador pero también te respetamos como persona (hasta donde esta relación parasocial lo permite) de una forma que no tiene ningún otro streamer, que ya lo sabrás, supongo, pero poder decírtelo como seguidor tiene su cosa, y todos en el chat piensan lo mismo. Sigue así, que nosotros estaremos ahí siempre.\n\nCONTIGO PIPO!", "links": {"website": ["https://www.twitch.tv/alexelcapo"]}, "path": {"109-165, T:0-1": [[1476, 999], [1476, 1044], [1526, 1044], [1524, 1001]]}, "center": {"109-165, T:0-1": [1500, 1022]}}, +{"id": "twuslv", "name": "Alexelcapo", "description": "Alexelcapo is a Spanish gaming streamer and YouTuber, and the greatest, absolute god of Spain, Twitch, Minecraft, and League of Legends. He is the creator of legendary productions such as La Serie Más Aburrida de la Historia (The Most Boring Series in History) and the announcement of Caca Mod. He killed Faker with his own hands, achieved a no-hit run of the game Sekiro, built a most useful pyramid, and single-handedly financed the Spanish highway system. This man is incredible. Alex, if you read this, know that for us you are second to none. We not only admire you as a creator, but we also respect you as a person (as far as this parasocial relationship allows) in a way that no other streamer has, which you already know, I suppose. Being able to tell you as a follower is a special thing, and everyone in the chat thinks the same. Keep it up, we'll always be there. \nCONTIGO PIPO!", "links": {"website": ["https://www.twitch.tv/alexelcapo"]}, "path": {"152-165, T:0-1": [[1476, 999], [1476, 1026], [1478, 1028], [1478, 1030], [1476, 1032], [1476, 1044], [1525, 1044], [1525, 1001], [1496, 1001], [1496, 999]]}, "center": {"152-165, T:0-1": [1500, 1023]}}, {"id": "twurz5", "name": "9b9t", "description": "9b9t is a multiplayer server for the game Minecraft with an anarchy setup, meaning there are no rules or moderation on player behavior. The server was created in June 2016 by jj20051 as a clone of 2b2t, another large Minecraft anarchy server.\n\nThe server (as of April 2022) has had 461,930 unique players connect to it and consumes over 7 TB of disk space.", "links": {"website": ["https://9b9t.com"], "subreddit": ["9b9t"], "discord": ["9b9t"]}, "path": {"10-165, T:0-1": [[188, 125], [221, 125], [221, 169], [188, 169]]}, "center": {"10-165, T:0-1": [205, 147]}}, {"id": "twurpi", "name": "Shimeji Simulation", "description": "Shimeji Simulation is a Japanese four-panel surreal comedy manga series written and illustrated by Tsukumizu.", "links": {"website": ["https://myanimelist.net/manga/117851/Shimeji_Simulation"], "subreddit": ["ShimejiSimulation"]}, "path": {"109-165, T:0-1": [[812, 1301], [852, 1301], [852, 1312], [812, 1312]]}, "center": {"109-165, T:0-1": [832, 1307]}}, {"id": "twurgh", "name": "No mana's logo", "description": "Old logo of no mana.\n\nNo mana is a Californian electronic music producer, DJ, and musician. He mainly produces progressive house music and other genres of electronic music.", "links": {"website": ["https://ihavenomanas.com/"], "subreddit": ["nomana"]}, "path": {"109-166, T:0-1": [[716, 1735], [735, 1735], [735, 1751], [716, 1751]]}, "center": {"109-166, T:0-1": [726, 1743]}}, @@ -2308,7 +2308,6 @@ {"id": "twxwtr", "name": "The Weeknd", "description": "The Weeknd, real name Abel Tesfaye, is a Canadian R&B singer.", "links": {"website": ["https://www.theweeknd.com/", "https://en.wikipedia.org/wiki/The_Weeknd"], "subreddit": ["TheWeeknd"]}, "path": {"97-105": [[1992, 354], [1992, 356], [1987, 357], [1987, 366], [1996, 366], [1999, 363], [1999, 359], [1997, 357], [1996, 357], [1996, 354]], "72-79": [[1992, 363], [1992, 365], [1987, 366], [1987, 375], [1985, 375], [1985, 387], [1987, 387], [1987, 393], [1999, 393], [1999, 368], [1997, 366], [1996, 366], [1996, 363]], "66-71": [[1992, 363], [1992, 365], [1987, 366], [1987, 375], [1985, 375], [1985, 387], [2000, 387], [2000, 375], [1999, 375], [1999, 368], [1997, 366], [1996, 366], [1996, 363]], "80-96": [[1983, 354], [1983, 362], [1987, 362], [1987, 375], [1985, 375], [1985, 387], [1987, 387], [1987, 393], [1999, 393], [1999, 354]], "109-166, T:0-1": [[1968, 1583], [1999, 1583], [1999, 1623], [1968, 1623]]}, "center": {"97-105": [1993, 361], "72-79": [1992, 379], "66-71": [1993, 380], "80-96": [1992, 381], "109-166, T:0-1": [1984, 1603]}}, {"id": "twxwtq", "name": "Sir Nessie The Second", "description": "An absolutely adorable plush Nessie with an even more adorable hat and mustache", "links": {"subreddit": ["apexlegends"]}, "path": {"109-165, T:0-1": [[447, 1265], [447, 1219], [408, 1219], [408, 1265]]}, "center": {"109-165, T:0-1": [428, 1242]}}, {"id": "twxwp2", "name": "Action Against Hunger Logo", "description": "This logo is here because the ZEvent, a French charity event (the logo above) raised 10 millions € for them, The most in 6 editions!", "links": {"website": ["https://www.actionagainsthunger.org/"]}, "path": {"109-166, T:0-1": [[1236, 1468], [1251, 1468], [1251, 1489], [1237, 1489]]}, "center": {"109-166, T:0-1": [1244, 1478]}}, -{"id": "twxwis", "name": "Relaxed", "description": "Relaxed is a reference to ChurroMoreno (ChusoMontero) a Spanish streamer known for doing no hits of the souls saga", "links": {"website": ["https://www.twitch.tv/chusommontero"]}, "path": {"109-166, T:0-1": [[1451, 1023], [1451, 1043], [1475, 1043], [1475, 1023]]}, "center": {"109-166, T:0-1": [1463, 1033]}}, {"id": "twxvvl", "name": "Hinagarasu", "description": "A chibi crow version of Hinata Shōyō, The main protagonist of Haruichi Furudate's manga series Haikyuu. The community nicknamed him Hinabirb during the event.\nThis sprite was made by the Haikyuu Place Discord server and the Anime Alliance.\nHaikyuu: https://discord.gg/ESptdkjCF4\nAnime Alliance: https://discord.gg/9U6pHMbHS4", "links": {"subreddit": ["haikyuu"], "discord": ["ESptdkjCF4"]}, "path": {"109-166, T:0-1": [[1662, 1177], [1646, 1177], [1645, 1177], [1645, 1160], [1662, 1160]]}, "center": {"109-166, T:0-1": [1654, 1169]}}, {"id": "twxve6", "name": "Vivy: Fluorite's Eye Song", "description": "Vivy: Fluorite's Eye Song is an anime by WIT STUDIO, released in Spring 2021. Above is the titular character Vivy, and below is companion character Matsumoto.", "links": {"website": ["https://vivy-portal.com/", "https://en.wikipedia.org/wiki/Vivy:_Fluorite_Eye%27s_Song"], "subreddit": ["Vivy"]}, "path": {"26-94": [[758, 216], [758, 238], [787, 238], [787, 218], [781, 218], [781, 216]], "111-166, T:0-1": [[478, 1633], [478, 1675], [461, 1675], [461, 1633]]}, "center": {"26-94": [773, 227], "111-166, T:0-1": [470, 1654]}}, {"id": "twxux2", "name": "Petanking Art Online", "description": "Just a bunch of friends that wanted to be in r/place and saw that chance shortly after the first canvas expansion. PAO stands for Petanking Art Online, jokingly referencing the popular anime Sword Art Online. To survive, they had to make an alliance with everyone around them: Drawn to Life, The Expanse, Overwatch League, and some viewers from a Twitch stream made by one of PAO's members. It was thanks to them that PAO managed to survive through numerous raids. The pride flags on the left and the right are also part of PAO. If you enter our subreddit, don't ask who Luciano is. It's a secret.", "links": {"subreddit": ["PetankingArtOnline"]}, "path": {"56-152": [[1816, 136], [1816, 142], [1828, 142], [1828, 136]], "155-166, T:0-1": [[1817, 136], [1817, 142], [1829, 142], [1829, 136]]}, "center": {"56-152": [1822, 139], "155-166, T:0-1": [1823, 139]}}, @@ -2547,7 +2546,7 @@ {"id": "twwx0j", "name": "Aurigas", "description": "Project Minecraft STA", "links": {"website": ["https://www.twitch.tv/aurigas"]}, "path": {"109-166, T:0-1": [[1332, 1753], [1345, 1753], [1345, 1783], [1332, 1783]]}, "center": {"109-166, T:0-1": [1339, 1768]}}, {"id": "twwwx8", "name": "Linux Mint", "description": "Linux Mint is an operating system for desktop and laptop computers. It is designed to work \"out of the box\" and comes fully equipped with the apps most people need.", "links": {"website": ["https://linuxmint.com/", "https://en.wikipedia.org/wiki/Linux_Mint"], "subreddit": ["linuxmint", "placetux"]}, "path": {"3-158": [[48, 680], [48, 688], [50, 690], [58, 690], [60, 688], [60, 683], [58, 681], [51, 681], [51, 680]], "159-165, T:0-1": [[61, 688], [61, 682], [59, 680], [51, 680], [51, 686], [53, 688]]}, "center": {"3-158": [53, 685], "159-165, T:0-1": [56, 684]}}, {"id": "twwww4", "name": "The Rising of the Shield Hero", "description": "Artwork for the anime The Rising of the Shield Hero. The top left is the shield of the main character; the girl on the right is the character Raphtalia.", "links": {"website": ["https://myanimelist.net/anime/35790/Tate_no_Yuusha_no_Nariagari?q=shield%20herp&cat=anime"], "subreddit": ["shieldbro", "RisingOfTheShieldHero"]}, "path": {"109-166, T:0-1": [[796, 1543], [796, 1519], [843, 1519], [843, 1556], [810, 1556], [810, 1543]]}, "center": {"109-166, T:0-1": [821, 1536]}}, -{"id": "twwwpq", "name": "Relajao Frog", "description": "Relajao frog it's a meme asociated with a spanish streamer called ChusoMontero, specialized on No Hit", "links": {"website": ["https://www.twitch.tv/chusommontero"], "subreddit": ["ChusoMMontero"]}, "path": {"109-166, T:0-1": [[1451, 1023], [1475, 1023], [1475, 1043], [1451, 1043]]}, "center": {"109-166, T:0-1": [1463, 1033]}}, +{"id": "twwwpq", "name": "Relaxed", "description": "Relaxed is a meme associated with the Spanish streamer ChurroMoreno (ChusoMMontero), who specializes in no-hit runs of the Dark Souls games.", "links": {"website": ["https://www.twitch.tv/chusommontero"], "subreddit": ["ChusoMMontero"]}, "path": {"154-166, T:0-1": [[1455, 1023], [1450, 1029], [1450, 1044], [1468, 1044], [1474, 1038], [1474, 1036], [1476, 1036], [1476, 1032], [1478, 1030], [1478, 1028], [1474, 1024], [1470, 1024], [1469, 1023]]}, "center": {"154-166, T:0-1": [1461, 1034]}}, {"id": "twwwpk", "name": "aXoZer", "description": "aXoZer is a Spanish streamer. This art depicts his logo and his skin from the game Minecraft.", "links": {"website": ["https://www.twitch.tv/axozer"], "subreddit": ["aXoZer"]}, "path": {"130-148": [[1802, 804], [1801, 805], [1801, 815], [1802, 815], [1802, 832], [1801, 832], [1801, 834], [1824, 834], [1828, 838], [1830, 838], [1830, 831], [1845, 831], [1845, 804]], "104-129": [[1802, 805], [1802, 831], [1840, 831], [1840, 819], [1845, 819], [1845, 805]], "149-153": [[1801, 804], [1801, 815], [1802, 815], [1802, 832], [1801, 832], [1801, 842], [1846, 842], [1846, 814], [1842, 814], [1842, 815], [1834, 815], [1834, 814], [1833, 814], [1833, 803], [1801, 803]], "154-165, T:0-1": [[1803, 803], [1801, 805], [1801, 815], [1802, 815], [1802, 818], [1801, 818], [1801, 829], [1802, 829], [1802, 831], [1846, 831], [1846, 814], [1842, 814], [1842, 815], [1834, 815], [1834, 814], [1833, 814], [1833, 804]]}, "center": {"130-148": [1821, 819], "104-129": [1824, 818], "149-153": [1820, 825], "154-165, T:0-1": [1819, 817]}}, {"id": "twwwor", "name": "Scuderia Ferrari", "description": "Scuderia Ferrari is a Formula 1 team owned by automobile manufacturer Ferrari. This art depicts the team's emblem and signature Rosso Corsa (red) colour.", "links": {"website": ["https://www.ferrari.com/formula1", "https://en.wikipedia.org/wiki/Scuderia_Ferrari"], "subreddit": ["formula1"]}, "path": {"5-165, T:0-1": [[485, 795], [506, 795], [506, 825], [485, 825]]}, "center": {"5-165, T:0-1": [496, 810]}}, {"id": "twwwea", "name": "AlzheimersGroup comic strip", "description": "Running joke in r/alzheimersgroup is to post the same Garfield comic, repeatedly. This is a simple representation of the original comic.", "links": {"subreddit": ["alzheimersgroup"]}, "path": {"109-166, T:0-1": [[1576, 1705], [1590, 1705], [1590, 1711], [1577, 1711], [1576, 1711]]}, "center": {"109-166, T:0-1": [1583, 1708]}}, @@ -2594,8 +2593,8 @@ {"id": "twwqel", "name": "Yellow ipê", "description": "The yellow ipê, known as ipê-amarelo in Brazil, is a native tree of the intertropical broadleaf deciduous forests of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Handroanthus_chrysanthus"], "subreddit": ["brasil"]}, "path": {"100-165, T:0-1": [[1005, 569], [1005, 572], [1002, 575], [998, 578], [996, 581], [996, 585], [995, 586], [995, 603], [997, 605], [1000, 602], [1002, 601], [1017, 601], [1018, 602], [1018, 611], [1022, 616], [1024, 614], [1024, 607], [1022, 605], [1022, 601], [1023, 600], [1023, 596], [1024, 593], [1027, 590], [1029, 589], [1035, 589], [1039, 592], [1040, 594], [1040, 598], [1041, 598], [1044, 595], [1044, 593], [1042, 593], [1042, 591], [1037, 588], [1037, 584], [1039, 582], [1040, 582], [1040, 579], [1033, 572], [1030, 572], [1029, 571], [1026, 571], [1022, 567], [1019, 567], [1018, 568], [1009, 568], [1008, 569]]}, "center": {"100-165, T:0-1": [1012, 585]}}, {"id": "twwqdq", "name": "Cuba", "description": "Bandera de Cuba creada por la Bunny army en honor a Staryuuki", "links": {"website": ["https://Https://www.twitch.tv/staryuuki"]}, "path": {"109-165, T:0-1": [[1116, 1362], [1116, 1370], [1142, 1370], [1141, 1361], [1142, 1362], [1117, 1361]]}, "center": {"109-165, T:0-1": [1129, 1366]}}, {"id": "twwqd7", "name": "Hassan II Mosque", "description": "Hassan II Mosque is a mosque in Casablanca, Morocco. It is one of the largest mosques in the world.", "links": {"website": ["https://en.wikipedia.org/wiki/Hassan_II_Mosque"], "subreddit": ["Morocco"]}, "path": {"T:0-1": [[1687, 798], [1687, 804], [1685, 806], [1685, 815], [1682, 815], [1682, 832], [1696, 832], [1696, 815], [1693, 815], [1693, 806], [1691, 804], [1691, 798]], "156-165": [[1688, 791], [1688, 798], [1687, 799], [1687, 804], [1685, 807], [1685, 816], [1684, 816], [1683, 815], [1682, 816], [1682, 832], [1696, 832], [1696, 816], [1695, 815], [1694, 816], [1693, 815], [1693, 806], [1691, 804], [1691, 799], [1690, 798], [1690, 791]]}, "center": {"T:0-1": [1689, 821], "156-165": [1689, 821]}}, -{"id": "twwq8n", "name": "SoyFelipez360", "description": "The combination of Isaac's pixel art character with the Spanish world-famous quick-scoper Felipez360. Did you know he played in PainGaming? Professional sleeper as a profession.", "links": {"website": ["https://www.twitch.tv/soyfelipez360"]}, "path": {"109-165, T:0-1": [[1452, 1000], [1476, 1000], [1475, 1022], [1451, 1023]]}, "center": {"109-165, T:0-1": [1463, 1011]}}, -{"id": "twwq83", "name": "Og's", "description": "Logo of Og's, The clothing brand of the Spanish streamer IlloJuan. Socks at only 25 bucks.", "links": {"website": ["https://www.ogsbrand.com/es/"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[1402, 1042], [1402, 1065], [1450, 1065], [1450, 1042], [1436, 1042], [1436, 1041], [1434, 1041], [1434, 1042]]}, "center": {"109-165, T:0-1": [1426, 1053]}}, +{"id": "twwq8n", "name": "SoyFelipez360", "description": "The combination of Isaac's pixel art character with the Spanish world-famous quick-scoper Felipez360. Did you know he played in PainGaming? Professional sleeper as a profession.", "links": {"website": ["https://www.twitch.tv/soyfelipez360"]}, "path": {"154-165, T:0-1": [[1457, 999], [1453, 1004], [1453, 1007], [1451, 1007], [1451, 1012], [1452, 1013], [1452, 1016], [1455, 1021], [1457, 1023], [1469, 1023], [1474, 1017], [1474, 1013], [1475, 1013], [1475, 1008], [1473, 1008], [1473, 1004], [1470, 999]]}, "center": {"154-165, T:0-1": [1463, 1012]}}, +{"id": "twwq83", "name": "Og's", "description": "Og's is a clothing brand established by Spanish streamer IlloJuan. Socks at only 25 bucks.", "links": {"website": ["https://www.ogsbrand.com/es/"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[1402, 1042], [1402, 1065], [1450, 1065], [1450, 1042]]}, "center": {"109-165, T:0-1": [1426, 1054]}}, {"id": "twwq7r", "name": "Unicum", "description": "Unicum is a Hungarian herbal liqueur or bitters made by Zwack, drunk as a digestif and apéritif. It is a national drink of Hungary.", "links": {"website": ["https://en.wikipedia.org/wiki/Unicum"], "subreddit": ["hungary"]}, "path": {"71-166, T:0-1": [[1229, 255], [1229, 262], [1226, 264], [1223, 268], [1223, 273], [1225, 277], [1228, 279], [1235, 279], [1238, 277], [1240, 274], [1240, 271], [1241, 271], [1241, 268], [1236, 262], [1235, 262], [1235, 257], [1233, 255]]}, "center": {"71-166, T:0-1": [1232, 270]}}, {"id": "twwq4j", "name": "Pipis", "description": "Pipis is an enemy in Deltarune associated with Spamton.\n\n\"The Original\" An invasive species of freshwater clam. (917 liked this!)", "links": {"website": ["https://deltarune.fandom.com/wiki/Pipis"], "subreddit": ["Deltarune"]}, "path": {"80-166, T:0-1": [[693, 407], [691, 409], [691, 410], [693, 412], [696, 412], [698, 410], [698, 409], [696, 407]]}, "center": {"80-166, T:0-1": [695, 410]}}, {"id": "twwpt1", "name": "Yung Venuz", "description": "Yung Venuz (Y.V.) is a character from the Gun Godz and Nuclear Throne games, developed by Vlambeer. Y.V. likes money and is rich, so he is shown here counting his money.", "links": {"website": ["https://nuclear-throne.fandom.com/wiki/Y.V._(Yung_Venuz)", "https://nuclearthrone.com/", "https://en.wikipedia.org/wiki/Nuclear_Throne", "https://vlambeer.itch.io/gun-godz"], "subreddit": ["NuclearThrone"]}, "path": {"56-161": [[1535, 94], [1527, 109], [1527, 112], [1531, 112], [1531, 114], [1538, 114], [1540, 112], [1543, 112], [1543, 109]], "162-167, T:0-1": [[1535, 94], [1527, 109], [1527, 111], [1525, 111], [1525, 114], [1545, 114], [1545, 111], [1543, 111], [1543, 109]]}, "center": {"56-161": [1535, 107], "162-167, T:0-1": [1535, 107]}}, @@ -3728,7 +3727,7 @@ {"id": "tx9q4j", "name": "Lego brick 2x3", "description": "This yellow 2x3 brick is one of the basic building blocks of Lego sets, made by the Danish toy company Lego.", "links": {"website": ["https://en.wikipedia.org/wiki/Lego"], "subreddit": ["lego", "Denmark"]}, "path": {"119-166, T:0-1": [[611, 292], [611, 299], [612, 300], [613, 300], [614, 301], [615, 301], [616, 302], [617, 302], [618, 303], [619, 303], [620, 304], [621, 304], [622, 305], [623, 305], [624, 306], [625, 306], [626, 305], [627, 305], [628, 304], [629, 304], [630, 303], [631, 303], [632, 302], [633, 302], [634, 301], [634, 294], [633, 293], [632, 293], [631, 292], [629, 292], [629, 291], [628, 291], [627, 291], [627, 290], [626, 289], [624, 289], [623, 288], [622, 288], [621, 287], [619, 287], [618, 288], [618, 289], [616, 289], [616, 290], [614, 290]]}, "center": {"119-166, T:0-1": [624, 297]}}, {"id": "tx9q3w", "name": "what have i done", "description": "A Discord server of friends who play games and make the highest-effort shitposts. Catch some of our best content on our website!", "links": {"website": ["https://whid.live"], "subreddit": ["whid"]}, "path": {"63-165, T:0-1": [[847, 977], [845, 979], [845, 981], [844, 982], [845, 983], [846, 982], [850, 982], [852, 980], [852, 977]]}, "center": {"63-165, T:0-1": [848, 979]}}, {"id": "tx9q16", "name": "DessT3", "description": "DessT3 (Dess) is a streamer known for role-playing content on the game Grand Theft Auto V. This art depicts Dess's skin in TortillaLand, a YouTube series for the game Minecraft.", "links": {"website": ["https://www.twitch.tv/desst3"]}, "path": {"112-166, T:0-1": [[1577, 627], [1566, 627], [1566, 637], [1577, 637]]}, "center": {"112-166, T:0-1": [1572, 632]}}, -{"id": "tx9pvm", "name": "SKZOO", "description": "K-pop group Stray Kids's cartoon animal representations, with an LGBT flag because the gays love Stray Kids.", "links": {"website": ["https://en.wikipedia.org/wiki/Stray_Kids"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1479, 1045], [1498, 1045], [1498, 1063], [1479, 1063], [1479, 1062], [1479, 1059]]}, "center": {"109-166, T:0-1": [1489, 1054]}}, +{"id": "tx9pvm", "name": "SKZOO", "description": "SKZOO is a project by K-pop group Stray Kids where each group members is represented by a cartoon animal. The LGBT flag is also here because the gays love Stray Kids.", "links": {"website": ["https://stray-kids.fandom.com/wiki/SKZOO", "http://straykids.jype.com/", "https://en.wikipedia.org/wiki/Stray_Kids"], "subreddit": ["straykids", "kpop"]}, "path": {"113-166, T:0-1": [[1479, 1045], [1498, 1045], [1498, 1063], [1479, 1063], [1479, 1062], [1479, 1059]]}, "center": {"113-166, T:0-1": [1489, 1054]}}, {"id": "tx9pl6", "name": "Lovegang 126", "description": "Lovegang 126 is a pop rap crew from Rome, Italy. They are also known as CXXVI Lovegang or 126 Crew.\n\nThis art was a small project from a group of 5-6 Italian friends.", "links": {}, "path": {"6-14": [[736, 273], [736, 281], [750, 281], [750, 273]], "16-166, T:0-1": [[756, 280], [756, 288], [770, 288], [770, 280]]}, "center": {"6-14": [743, 277], "16-166, T:0-1": [763, 284]}}, {"id": "tx9p5a", "name": "Benny", "description": "Benny is a Lego astronaut Benny from the 2014 Lego movie. In the movie, he serves as a Master Builder with a deep appreciation for anything space-related, and especially for spaceships. When given the opportunity to build one, he will excitedly shout \"SPACESHIP!\" He is based on a blue spaceman figure from the Lego Classic Space theme, released from 1978 to 1987.\n\nThis art was built by r/lego and r/Denmark on the Danish flag. Much work was required to keep fans from tearing his pants off.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Lego_Movie#Cast"], "subreddit": ["lego", "Denmark"]}, "path": {"77-79, 92-165, T:0-1": [[622, 341], [622, 336], [620, 336], [619, 335], [618, 334], [618, 333], [619, 332], [620, 331], [621, 330], [622, 329], [621, 328], [621, 318], [624, 315], [630, 315], [634, 318], [634, 328], [633, 329], [632, 330], [634, 331], [635, 332], [636, 333], [636, 334], [635, 335], [634, 336], [633, 336], [632, 337], [633, 338], [633, 341]]}, "center": {"77-79, 92-165, T:0-1": [627, 323]}}, {"id": "tx9p45", "name": "pepeD", "description": "pepeD is an animated BetterTTV extension Twitch emote of pixel art animation of Pepe the Frog dancing by turning left and right and raising and lowering his left and right arms. After the emoji was enabled by a number of popular streamers, it became a popular way of expressing approval of the music which is being played, or expressing joy.", "links": {"website": ["https://betterttv.com/emotes/5b1740221c5a6065a7bad4b5", "https://knowyourmeme.com/memes/peped"]}, "path": {"109-167, T:0-1": [[1773, 1601], [1773, 1603], [1774, 1604], [1781, 1604], [1785, 1600], [1783, 1601], [1783, 1599], [1782, 1599], [1781, 1598], [1781, 1599], [1779, 1599], [1778, 1598], [1778, 1599], [1777, 1599], [1776, 1600], [1776, 1601], [1774, 1601]]}, "center": {"109-167, T:0-1": [1779, 1602]}}, @@ -4218,7 +4217,7 @@ {"id": "txatc8", "name": "Hypertrance", "description": "Hypertrance is a small music community/Discord server that combines NEOY2K 3D animation with music production. They aim to provide people the ability to earn a living off of their creative work. Around 80% of the content creators in this community are trans, so they asked r/transplace if they could put their name/logo on top of Ally Hall.\n\nThe addition of this logo was beneficial for the r/transplace flag because people had been using alt accounts to draw nooses around the necks and over the heads of the Ally Hall figures. The Hypertrance logo being above Ally Hall blocked this griefing while also giving the Hypertrance community publicity.", "links": {"subreddit": ["transplace"], "discord": ["hypertrance"]}, "path": {"160-164, T:0-1": [[753, 457], [753, 463], [787, 463], [787, 457]]}, "center": {"160-164, T:0-1": [770, 460]}}, {"id": "txatby", "name": "Otto", "description": "Otto is Jerma's dog, a beloved character by Jerma and Twitch chat alike.", "links": {"website": ["https://jerma-lore.fandom.com/wiki/Otto"], "subreddit": ["jerma985"]}, "path": {"119-166, T:0-1": [[107, 1040], [106, 1041], [105, 1041], [102, 1044], [99, 1044], [98, 1046], [97, 1048], [98, 1049], [103, 1049], [104, 1050], [104, 1051], [105, 1052], [105, 1059], [107, 1061], [108, 1061], [110, 1062], [110, 1063], [113, 1066], [114, 1066], [116, 1064], [116, 1063], [124, 1063], [124, 1064], [126, 1066], [126, 1068], [129, 1068], [130, 1067], [130, 1066], [129, 1065], [129, 1064], [128, 1063], [128, 1062], [127, 1061], [127, 1058], [130, 1055], [130, 1051], [132, 1051], [132, 1045], [128, 1041], [127, 1041], [125, 1039], [118, 1039], [117, 1040]]}, "center": {"119-166, T:0-1": [117, 1051]}}, {"id": "txat3i", "name": "Uruguay", "description": "Uruguay as it appears on a map. The Río Negro (Spanish for \"Black River\"), a river that runs through Uruguay, is also visible here.", "links": {"website": ["https://en.wikipedia.org/wiki/Uruguay"], "subreddit": ["uruguay"]}, "path": {"68-165, T:0-1": [[1005, 666], [1003, 668], [1003, 675], [1002, 676], [1002, 679], [1005, 682], [1008, 683], [1013, 683], [1017, 678], [1018, 675], [1014, 670], [1008, 666]]}, "center": {"68-165, T:0-1": [1010, 676]}}, -{"id": "txarp5", "name": "SHINee", "description": "SHINee is a South-Korean boy band formed by SM Entertainment in 2008. Hailed as \"The Princes of K-pop\", the group is composed of the members Onew, Key, Minho, and Taemin. The group was originally had a fifth member, the late Jonghyun (1990-2017) Their fans are called \"shawols\", a portmanteau of \"SHINee World\", named after their debut album. The pearl aqua color and sparkles in this art are associated with SHINee's overall theming, often stylized alongside an image of a diamond.", "links": {"website": ["https://www.youtube.com/channel/UCyPwRgc3gQGqhk6RoGS50Ug", "https://www.instagram.com/shinee/", "https://en.wikipedia.org/wiki/Shinee"], "subreddit": ["SHINee"]}, "path": {"104-166, T:0-1": [[1509, 948], [1509, 962], [1511, 964], [1526, 964], [1526, 948]]}, "center": {"104-166, T:0-1": [1518, 956]}}, +{"id": "txarp5", "name": "SHINee", "description": "SHINee is a South-Korean boy band formed by SM Entertainment in 2008. Hailed as \"The Princes of K-pop\", the group is composed of the members Onew, Key, Minho, and Taemin. The group was originally had a fifth member, the late Jonghyun (1990-2017) Their fans are called \"shawols\", a portmanteau of \"SHINee World\", named after their debut album. The pearl aqua color and sparkles in this art are associated with SHINee's overall theming, often stylized alongside an image of a diamond.", "links": {"website": ["https://www.youtube.com/channel/UCyPwRgc3gQGqhk6RoGS50Ug", "https://www.instagram.com/shinee/", "https://en.wikipedia.org/wiki/Shinee"], "subreddit": ["SHINee", "kpop"]}, "path": {"104-166, T:0-1": [[1509, 948], [1509, 962], [1511, 964], [1526, 964], [1526, 948]]}, "center": {"104-166, T:0-1": [1518, 956]}}, {"id": "txar8q", "name": "Ted Lasso", "description": "Ted Lasso is an AppleTV comedy series that follows American football coach Ted Lasso, who is hired to coach an English soccer (association football) team. Lasso tries to win over the skeptical English market with his folksy, optimistic demeanor while dealing with his inexperience in the sport. This motivational \"BELIEVE\" poster is the show's signature iconography, hung up in the soccer team's changing room as a daily reminder to its staff and players.", "links": {"website": ["https://en.wikipedia.org/wiki/Ted_Lasso"], "subreddit": ["TedLasso"]}, "path": {"117-165, T:0-1": [[1002, 445], [1026, 445], [1026, 453], [1002, 453]]}, "center": {"117-165, T:0-1": [1014, 449]}}, {"id": "txar5v", "name": "Wally", "description": "Wally is the titular character in Where's Wally? (known as Where's Waldo? in North America), a British series of children's puzzle books created by English illustrator Martin Handford. The books consist of a series of detailed double-page spread illustrations depicting dozens or more people doing a variety of amusing things at a given location. Readers are challenged to find Wally hidden in the group.", "links": {"website": ["https://en.wikipedia.org/wiki/Where%27s_Wally%3F"]}, "path": {"119-165, T:0-1": [[1125, 854], [1125, 856], [1124, 856], [1124, 861], [1123, 861], [1123, 866], [1124, 866], [1124, 870], [1128, 870], [1128, 866], [1129, 866], [1129, 861], [1128, 861], [1128, 856], [1127, 856], [1127, 854]]}, "center": {"119-165, T:0-1": [1126, 863]}}, {"id": "txaqul", "name": "Loader", "description": "The Loader is a playable character in the games Risk of Rain and Risk of Rain 2. An incredibly mobile and heavy cargo loader, the Loader is capable of delivering some of the hardest-hitting attacks in the game. When utilizing velocity to her advantage, she is able to topple many powerful monsters in just a single punch.\n\nThis art was a collaboration between the Risk of Rain piece above and r/transplace. Loader was originally female, before being changed to male in release version 1.2 of Risk of Rain. In Risk of Rain 2, Loader is once again female.", "links": {"website": ["https://riskofrain.fandom.com/wiki/Loader", "https://riskofrain2.fandom.com/wiki/Loader"], "subreddit": ["riskofrain", "transplace"]}, "path": {"75-165, T:0-1": [[593, 429], [593, 430], [589, 430], [589, 433], [588, 433], [588, 440], [590, 442], [592, 442], [592, 443], [598, 443], [601, 440], [601, 433], [600, 433], [600, 430], [597, 430], [597, 429]]}, "center": {"75-165, T:0-1": [595, 436]}}, @@ -4275,7 +4274,7 @@ {"id": "txdgdu", "name": "Royal Slime", "description": "The royal slime (miniaturized), coordinated by the server 'Server De Carlos' and with help from neighbors.", "links": {"website": ["https://gitdecarlos.github.io/"], "subreddit": ["SubredditDeCarlos"]}, "path": {"109-166, T:0-1": [[926, 1736], [926, 1745], [934, 1745], [934, 1736]]}, "center": {"109-166, T:0-1": [930, 1741]}}, {"id": "txdfp9", "name": "Pibby", "description": "a draw of the probably coming soon serie of Come and Learn with pibby, in the draw it shows pibby and bon bon", "links": {}, "path": {"109-165, T:0-1": [[919, 1364], [901, 1364], [901, 1349], [919, 1349]]}, "center": {"109-165, T:0-1": [910, 1357]}}, {"id": "txdf2m", "name": "Non Toxic Vat of Acid", "description": "This is the logo of a small discord server >100 people named Non Toxic Vat of Acid", "links": {}, "path": {"109-166, T:0-1": [[671, 1681], [679, 1681], [679, 1686], [671, 1686]]}, "center": {"109-166, T:0-1": [675, 1684]}}, -{"id": "txdehe", "name": "IZ*ONE", "description": "IZ*ONE (Hangul: 아이즈원) is a former South Korean–Japanese girl group composed of twelve members: Jang Won-young, Sakura Miyawaki, Jo Yu-ri, Choi Ye-na, An Yu-jin, Nako Yabuki, Kwon Eun-bi, Kang Hye-won, Hitomi Honda, Kim Chae-won, Kim Min-ju, and Lee Chae-yeon. They officially disbanded on April 29, 2021.", "links": {"website": ["https://web.archive.org/web/20210430142259/http://iz-one.co.kr/", "https://en.wikipedia.org/wiki/Iz*One"], "subreddit": ["iZone"]}, "path": {"43-51": [[216, 869], [216, 877], [244, 877], [244, 869]], "110-166, T:0-1": [[1451, 1044], [1479, 1044], [1479, 1063], [1451, 1063]]}, "center": {"43-51": [230, 873], "110-166, T:0-1": [1465, 1054]}}, +{"id": "txdehe", "name": "IZ*ONE", "description": "IZ*ONE (Hangul: 아이즈원) is a former South Korean–Japanese girl group composed of twelve members: Jang Won-young, Sakura Miyawaki, Jo Yu-ri, Choi Ye-na, An Yu-jin, Nako Yabuki, Kwon Eun-bi, Kang Hye-won, Hitomi Honda, Kim Chae-won, Kim Min-ju, and Lee Chae-yeon. They officially disbanded on April 29, 2021.", "links": {"website": ["https://web.archive.org/web/20210430142259/http://iz-one.co.kr/", "https://en.wikipedia.org/wiki/Iz*One"], "subreddit": ["iZone", "kpop"]}, "path": {"43-51": [[216, 869], [216, 877], [244, 877], [244, 869]], "110-166, T:0-1": [[1451, 1044], [1479, 1044], [1479, 1063], [1451, 1063]]}, "center": {"43-51": [230, 873], "110-166, T:0-1": [1465, 1054]}}, {"id": "txdebw", "name": "Xavier School Philippines Logo", "description": "The remains of the logo of Xavier School, a Filipino high school, after Derpy invaded. It was originally a golden stallion in front of a blue X, over a solid white background.", "links": {"website": ["https://www.xs.edu.ph"], "subreddit": ["xavier_school"]}, "path": {"109-166, T:0-1": [[895, 1679], [897, 1679], [897, 1685], [898, 1685], [898, 1687], [899, 1687], [899, 1691], [900, 1691], [900, 1692], [901, 1692], [901, 1694], [902, 1694], [902, 1698], [901, 1698], [901, 1699], [900, 1699], [900, 1700], [899, 1700], [899, 1702], [895, 1702]]}, "center": {"109-166, T:0-1": [898, 1693]}}, {"id": "txddiq", "name": "Pepe the Frog", "description": "Pepe the Frog is a meme featuring an anthropomorphic frog named Pepe. It is often used for reaction images, with Pepe displaying various emotions.", "links": {"website": ["https://knowyourmeme.com/memes/pepe-the-frog", "https://en.wikipedia.org/wiki/Pepe_the_Frog"], "subreddit": ["Admiral_TideBringer"]}, "path": {"147-166, T:0-1": [[1785, 969], [1782, 972], [1781, 974], [1781, 976], [1788, 976], [1788, 974], [1789, 974], [1789, 971], [1787, 969]]}, "center": {"147-166, T:0-1": [1785, 973]}}, {"id": "txdd8b", "name": "PuuCraft", "description": "PuuCraft is a multiplayer server for the game Minecraft. It uses Minecraft Beta 1.7.3 and has no whitelist.", "links": {"website": ["https://puucraft.net/"]}, "path": {"69-97": [[1749, 28], [1749, 35], [1765, 35], [1765, 39], [1764, 39], [1764, 41], [1766, 43], [1768, 41], [1781, 41], [1781, 39], [1783, 39], [1785, 37], [1785, 35], [1781, 35], [1781, 34], [1769, 34], [1769, 31], [1765, 31], [1765, 28]], "62-68": [[1744, 35], [1744, 42], [1776, 42], [1776, 35]], "98-103": [[1765, 35], [1765, 39], [1764, 39], [1764, 41], [1766, 43], [1768, 41], [1781, 41], [1781, 39], [1783, 39], [1785, 37], [1785, 35]], "104-166, T:0-1": [[1765, 35], [1765, 46], [1785, 46], [1785, 35]]}, "center": {"69-97": [1761, 32], "62-68": [1760, 39], "98-103": [1773, 38], "104-166, T:0-1": [1775, 41]}}, @@ -4509,7 +4508,6 @@ {"id": "txg5cf", "name": "Herra Hakkarainen", "description": "Herra Hakkarainen is a sleepwalking goat character from a popular Finnish children's book by author Mauri Kunnas.", "links": {"website": ["https://herrahakkaraisentalo.fi/"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"108-166, T:0-1": [[566, 265], [565, 266], [564, 266], [562, 268], [562, 269], [561, 270], [561, 273], [564, 273], [564, 275], [567, 275], [567, 284], [577, 284], [577, 269], [573, 265]]}, "center": {"108-166, T:0-1": [571, 271]}}, {"id": "txg4pr", "name": "Bandera Chilena", "description": "Esta bandera fué creada a causa de la invasión del YouTuber/streamer N#1 AuronPlay con el logo de su serie de Minecraft TortillaLand el cual fue rodeado por distintas banderas latinoamericanas con el fin de proteger el logo de Auron, el logo no aguanto lo suficiente pero las banderas se mantuvieron en pié hasta el final.", "links": {}, "path": {"109-165, T:0-1": [[973, 1620], [974, 1620], [971, 1609], [988, 1608], [993, 1609], [992, 1619], [971, 1620], [970, 1616], [972, 1615], [972, 1613]]}, "center": {"109-165, T:0-1": [982, 1614]}}, {"id": "txg4m6", "name": "Pansexual flag", "description": "A pride flag representing the pansexual community. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["PlacePride"]}, "path": {"115-122": [[457, 614], [457, 618], [465, 618], [465, 614]], "32-35": [[488, 637], [488, 643], [492, 643], [492, 637]], "7-13": [[477, 640], [477, 647], [484, 647], [484, 640]], "136-161, T:0-1": [[457, 612], [457, 616], [465, 616], [465, 612]]}, "center": {"115-122": [461, 616], "32-35": [490, 640], "7-13": [481, 644], "136-161, T:0-1": [461, 614]}}, -{"id": "txg45r", "name": "r/kpop & r/vtubers bridge", "description": "A section that formerly crossed over r/kpop and r/vtubers, also was the home of r/lostpause. Was taken over by the Spanish streamers located on the final product. Despite reconstruction efforts between r/bangtan, r/kpop, r/lostpause, and the streamer Myth, They couldn't overpower the Spanish's numbers.", "links": {"subreddit": ["bangtan", "kpop", "lostpause", "vtubers"]}, "path": {"109-165, T:0-1": [[1450, 999], [1450, 1044], [1524, 1044], [1523, 999]]}, "center": {"109-165, T:0-1": [1487, 1022]}}, {"id": "txg3z7", "name": "Iesus Nazarenus Rex Iudaeorum", "description": "\"Iesus Nazarenus Rex Iudaeorum\" is a Latin phrase that means \"Jesus, the Nazarene King of the Jews\". The phrase is used on the Titulus Crucis (Title of the Cross), a plaque that Roman soldiers put on the cross above Jesus during his crucifixion.\n\nThis representation of the Titulus Crucis was often referred to as the INRI during r/place for brevity's sake. Servus Dei, a Discord server, organized the effort to ensure Jesus's representation on the canvas. The INRI was moved thrice and totally destroyed three other times. Thanks to the alliance with the surrounding groups, the INRI was restored within 20 minutes after the final swarm of void trolls swept through the area. The groups completely restored their areas as though nothing had happened. Servus Dei proposed a 3x3 heart to represent the alliance.\n\nAd maiorem Dei gloriam! (For the greater glory of God!)", "links": {"website": ["https://en.wikipedia.org/wiki/Jesus,_King_of_the_Jews#INRI", "https://en.wikipedia.org/wiki/Titulus_Crucis"], "subreddit": ["CatholicHumor"], "discord": ["Catholic"]}, "path": {"78-133": [[1304, 534], [1304, 540], [1322, 540], [1322, 534]], "56-66": [[1242, 539], [1242, 547], [1270, 547], [1270, 539]], "67-77": [[1260, 546], [1260, 552], [1278, 552], [1278, 546]], "134-164, T:0-1": [[1304, 534], [1304, 540], [1322, 540], [1322, 541], [1324, 543], [1326, 541], [1326, 539], [1322, 539], [1322, 534]]}, "center": {"78-133": [1313, 537], "56-66": [1256, 543], "67-77": [1269, 549], "134-164, T:0-1": [1314, 537]}}, {"id": "txg3b7", "name": "Reksio", "description": "Reksio is the titular dog from the Polish cartoon Reksio.", "links": {"website": ["https://en.wikipedia.org/wiki/Reksio"], "subreddit": ["Polska", "poland"]}, "path": {"50-165, T:0-1": [[622, 349], [619, 351], [621, 354], [621, 355], [619, 356], [616, 356], [617, 360], [619, 362], [617, 364], [619, 366], [620, 366], [622, 364], [626, 363], [626, 366], [625, 368], [624, 370], [627, 371], [628, 370], [629, 371], [631, 371], [632, 370], [632, 367], [633, 367], [633, 370], [634, 371], [636, 371], [637, 368], [638, 371], [641, 370], [641, 367], [640, 366], [639, 363], [640, 361], [643, 358], [643, 355], [641, 355], [637, 359], [631, 359], [631, 349]]}, "center": {"50-165, T:0-1": [626, 358]}}, {"id": "txg38w", "name": "Familiar Orb of True Knowledge", "description": "The Familiar Orb of True Knowledge is an item from the game Noita. This orb has an Extra Max Health pickup inside, which increases the max health of the player. The orb also has a secret effect which cannot be seen when taken.", "links": {"website": ["https://noita.wiki.gg/wiki/Orb_of_True_Knowledge"], "subreddit": ["noita"]}, "path": {"121-165, T:0-1": [[627, 1069], [622, 1074], [621, 1077], [621, 1078], [623, 1082], [627, 1086], [630, 1087], [631, 1087], [635, 1085], [637, 1083], [637, 1072], [634, 1069]]}, "center": {"121-165, T:0-1": [629, 1078]}}, @@ -5150,7 +5148,7 @@ {"id": "txpsb9", "name": "Joeseppi", "description": "Joeseppi is a streamer and YouTuber.\n\nThis art was allied with streamer DomCassé's CUL. Joeseppi said \"CUL IS GETTING FUK\" in reference to the alliance.", "links": {"website": ["https://www.twitch.tv/joeseppi_", "https://www.youtube.com/c/Joeseppi"]}, "path": {"101-166, T:0-1": [[1290, 664], [1333, 664], [1333, 673], [1290, 673]]}, "center": {"101-166, T:0-1": [1312, 669]}}, {"id": "txpr67", "name": "Lenna", "description": "The protagonist, Lenna, from the indie game Lenna's Inception. The game is a procedurally generated Zelda-like.", "links": {"subreddit": ["lennasinception"]}, "path": {"109-165, T:0-1": [[953, 1534], [958, 1537], [965, 1534], [968, 1527], [962, 1523], [954, 1525]]}, "center": {"109-165, T:0-1": [960, 1530]}}, {"id": "txpqgc", "name": "Bermuda", "description": "A small island in the middle of the Atlantic Ocean populated by about 60,000 people. The image represents the shape of the island, which resembles a fish hook.", "links": {"website": ["https://en.wikipedia.org/wiki/Bermuda"], "subreddit": ["bermuda"]}, "path": {"100-166, T:0-1": [[1829, 142], [1829, 148], [1837, 148], [1837, 142]]}, "center": {"100-166, T:0-1": [1833, 145]}}, -{"id": "txpq43", "name": "Pipo", "description": "Pipo is one of the most known and loved and hated meme from Alexelcapo, a Spanish YouTuber/streamer. It was made after a joke he said in a Gameplay from the game Firewatch, in which he adopted a dog called Pipo, This one died and, after he found a bottle of bleach he said: bleach? oh great! you drink this and the game ends, and then you say: i'm going with you, Pipo! (this is the most common phrase used when we are referring to this meme, Voy contigo pipo in spanish). A YouTuber called Maskter made a song with this joke, immortalizing Pipo even up to this day, being one of the most overused memes from his community and, by that reason, being hated even by Alexelcapo, but after all the years with it, we learned to appreciate it.", "links": {"website": ["https://www.youtube.com/watch?v=huie2_3Pekg"]}, "path": {"109-165, T:0-1": [[1477, 1014], [1477, 1023], [1522, 1023], [1522, 1014]]}, "center": {"109-165, T:0-1": [1500, 1019]}}, +{"id": "txpq43", "name": "Pipo", "description": "Pipo is one of the most known and loved and hated meme from Alexelcapo, a Spanish YouTuber/streamer. It was made after a joke he said while playing the game Firewatch, in which he adopted a dog called Pipo. Pipo died, and subsequently he found a bottle of bleach and said \"Bleach? Oh great! You drink this and the game ends. I'm going with you, Pipo!\". The last sentence (\"Voy contigo pipo\" in Spanish) is most commonly used in the meme. A YouTuber called Maskter made a song with this joke to immortalize Pipo. It is one of the most overused memes from his community and is hated even by Alexelcapo, but after all the years with it, we learned to appreciate it.", "links": {"website": ["https://www.youtube.com/watch?v=huie2_3Pekg"]}, "path": {"154-165, T:0-1": [[1476, 1013], [1476, 1024], [1486, 1024], [1486, 1013], [1511, 1013], [1511, 1017], [1512, 1017], [1512, 1023], [1518, 1023], [1519, 1024], [1521, 1024], [1523, 1022], [1523, 1015], [1521, 1013]]}, "center": {"154-165, T:0-1": [1517, 1018]}}, {"id": "txppti", "name": "TFO Bruneck Logo", "description": "The -Technologische Fachoberschule Bruneck- is a technological high school in Bruneck in northern Italy.", "links": {"website": ["https://www.tfo-bruneck.it/"]}, "path": {"109-166, T:0-1": [[1520, 1669], [1532, 1669], [1532, 1676], [1520, 1676]]}, "center": {"109-166, T:0-1": [1526, 1673]}}, {"id": "txpoeb", "name": "Sertle", "description": "Pixel art of chicken-themed VTuber streamer Sertle.", "links": {"website": ["https://www.twitch.tv/sertle"]}, "path": {"109-165, T:0-1": [[891, 1376], [891, 1383], [905, 1383], [905, 1376]]}, "center": {"109-165, T:0-1": [898, 1380]}}, {"id": "txpngt", "name": "Klinck", "description": "Pixel art of Klinck, a VRChat world creator and overall crazy red panda.\n\nMade by friends, members from the Nan Chi community, and with help from furry_irl.", "links": {"website": ["https://twitter.com/kayklinck"]}, "path": {"109-165, T:0-1": [[1030, 1827], [1030, 1813], [1033, 1812], [1039, 1812], [1042, 1816], [1044, 1819], [1047, 1824], [1049, 1824], [1046, 1826], [1038, 1834], [1032, 1834], [1031, 1829]]}, "center": {"109-165, T:0-1": [1037, 1823]}}, @@ -5716,7 +5714,7 @@ {"id": "ty8k2d", "name": "Good Mythical Morning", "description": "Good Mythical Morning (GMM) is an American comedy, talk, and variety YouTube series created by Rhett McLaughlin and Link Neal that has been running since 2012.\n\nThis art was created by content creator Dream.", "links": {"website": ["https://mythical.com/"], "subreddit": ["goodmythicalmorning"]}, "path": {"161-165, T:0-1": [[1205, 344], [1205, 382], [1222, 382], [1222, 391], [1259, 391], [1259, 344]]}, "center": {"161-165, T:0-1": [1237, 366]}}, {"id": "ty8irm", "name": "Æsir", "description": "Æsir is one of the main villains from the mobile rhythm game Cytus 2, responsible for most of the events of the game. He is a mysterious and legendary DJ.", "links": {"website": ["https://cytus.fandom.com/wiki/%C3%86sir", "https://www.rayark.com/g/cytus2/", "https://en.wikipedia.org/wiki/Cytus"], "subreddit": ["Cytus"]}, "path": {"70-110": [[1500, 512], [1500, 523], [1503, 528], [1505, 528], [1508, 523], [1508, 512], [1507, 512], [1505, 515], [1503, 515], [1501, 512]], "T:0-1": [[1499, 510], [1499, 520], [1501, 522], [1501, 525], [1503, 527], [1505, 527], [1507, 525], [1507, 522], [1509, 520], [1509, 510], [1508, 510], [1505, 513], [1503, 513], [1500, 510]], "111-156, 160-161": [[1499, 512], [1499, 522], [1501, 524], [1501, 526], [1503, 528], [1505, 528], [1507, 526], [1507, 524], [1509, 522], [1509, 512], [1508, 512], [1505, 515], [1503, 515], [1500, 512]], "162-166": [[1499, 521], [1502, 521], [1502, 522], [1503, 522], [1503, 523], [1505, 523], [1505, 522], [1506, 522], [1506, 521], [1507, 521], [1507, 520], [1509, 520], [1509, 530], [1508, 530], [1508, 531], [1507, 531], [1507, 534], [1506, 534], [1506, 535], [1502, 535], [1502, 534], [1501, 534], [1501, 533], [1501, 531], [1500, 531], [1500, 530], [1499, 530]]}, "center": {"70-110": [1504, 520], "T:0-1": [1504, 518], "111-156, 160-161": [1504, 520], "162-166": [1504, 528]}}, {"id": "ty8fo7", "name": "The Patriote flag", "description": "This flag was used by the Patriote movement in Lower Canada (present-day Quebec) between 1832 and 1838.", "links": {"website": ["https://en.wikipedia.org/wiki/Patriote_flag#:~:text=The%20Patriote%20flag%20(also%20known,Quebec)%20between%201832%20and%201838."]}, "path": {"109-166, T:0-1": [[1146, 1894], [1155, 1894], [1155, 1902], [1146, 1902]]}, "center": {"109-166, T:0-1": [1151, 1898]}}, -{"id": "ty8dgs", "name": "14", "description": "A meme from the spanish streamer Alexcapo.", "links": {}, "path": {"109-166, T:0-1": [[1487, 1001], [1476, 1001], [1476, 1010], [1487, 1010]]}, "center": {"109-166, T:0-1": [1482, 1006]}}, +{"id": "ty8dgs", "name": "14", "description": "A meme from the Spanish streamer Alexelcapo.", "links": {}, "path": {"153-166, T:0-1": [[1478, 1001], [1476, 1003], [1476, 1010], [1485, 1010], [1485, 1007], [1486, 1007], [1486, 1004], [1485, 1004], [1485, 1001]]}, "center": {"153-166, T:0-1": [1481, 1006]}}, {"id": "ty8cej", "name": "FELLAS", "description": "a small passion project by a few local gamers", "links": {}, "path": {"109-166, T:0-1": [[440, 1533], [457, 1533], [457, 1539], [440, 1539]]}, "center": {"109-166, T:0-1": [449, 1536]}}, {"id": "ty8a4x", "name": "Télécom Saint Etienne", "description": "TSE is an engineering school located at Saint-Etienne, France.", "links": {"website": ["https://www.telecom-st-etienne.fr/en/"]}, "path": {"109-166, T:0-1": [[1580, 1100], [1591, 1100], [1591, 1112], [1580, 1112]]}, "center": {"109-166, T:0-1": [1586, 1106]}}, {"id": "ty88st", "name": "Mercury Djinni", "description": "A water entity from the Golden Sun series that enhances the water abilities of its holder.", "links": {"website": ["https://goldensun.fandom.com/wiki/Djinn"], "subreddit": ["GoldenSun"]}, "path": {"109-166, T:0-1": [[837, 1657], [838, 1658], [839, 1658], [840, 1659], [846, 1659], [847, 1658], [847, 1652], [846, 1651], [844, 1651], [842, 1649], [840, 1651], [839, 1651], [838, 1652], [838, 1653], [837, 1654]]}, "center": {"109-166, T:0-1": [842, 1655]}}, @@ -7003,15 +7001,15 @@ {"id": "u6ru1h", "name": "Austria heart", "description": "A heart depicting the flag of Austria.", "links": {"website": ["https://en.wikipedia.org/wiki/Austria", "https://en.wikipedia.org/wiki/Flag_of_Austria"], "subreddit": ["Austria"]}, "path": {"86-166, T:0-1": [[1043, 262], [1040, 265], [1040, 266], [1045, 271], [1047, 271], [1052, 266], [1052, 265], [1049, 262]]}, "center": {"86-166, T:0-1": [1046, 266]}}, {"id": "u6rdf1", "name": "Warrior on a Horse", "description": "Warrior on a Horse is a statue in central Skopje, North Macedonia, unveiled on September 8, 2011. The warrior resembles Alexander the Great, an ancient Greek king who ushered the renowned Hellenistic period of history. This resemblance has generated controversy between North Macedonia and Greece.", "links": {"website": ["https://en.wikipedia.org/wiki/Skopje"], "subreddit": ["mkd"]}, "path": {"110-164, T:0-1": [[1169, 516], [1166, 519], [1167, 520], [1167, 521], [1164, 524], [1164, 526], [1165, 527], [1166, 527], [1167, 528], [1168, 527], [1169, 527], [1170, 528], [1170, 530], [1157, 530], [1157, 531], [1158, 532], [1159, 532], [1165, 538], [1165, 541], [1166, 542], [1166, 546], [1173, 546], [1173, 542], [1174, 541], [1174, 538], [1180, 532], [1181, 532], [1182, 531], [1182, 530], [1176, 530], [1176, 526], [1174, 526], [1173, 525], [1173, 522], [1174, 522], [1176, 520], [1175, 519], [1175, 513], [1173, 513], [1173, 516], [1172, 516], [1171, 517], [1170, 517]]}, "center": {"110-164, T:0-1": [1170, 535]}}, {"id": "u6r7jl", "name": "Muesli", "description": "Small group of friends from Germany immortalizing the logo of their gaming clan (Muesli clan).", "links": {"subreddit": ["MuesliMadness"]}, "path": {"109-166, T:0-1": [[535, 1940], [537, 1940], [537, 1944], [535, 1944]]}, "center": {"109-166, T:0-1": [536, 1942]}}, -{"id": "u6pywm", "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1491, 1045], [1491, 1051], [1497, 1051], [1497, 1045]]}, "center": {"109-166, T:0-1": [1494, 1048]}}, -{"id": "u6py9w", "name": "Dwaekki", "description": "SKZOO pig/rabbit-hybrid avatar of Stray Kids member Changbin.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Changbin"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1492, 1057], [1491, 1058], [1491, 1061], [1493, 1063], [1495, 1063], [1497, 1061], [1497, 1058], [1496, 1057], [1495, 1058], [1493, 1058]]}, "center": {"109-166, T:0-1": [1494, 1060]}}, -{"id": "u6px5l", "name": "Leebit", "description": "SKZOO rabbit avatar of Stray Kids member Lee Know.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Lee_Know"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1486, 1057], [1485, 1058], [1485, 1063], [1491, 1063], [1491, 1058], [1490, 1057], [1489, 1058], [1489, 1059], [1487, 1059], [1487, 1058]]}, "center": {"109-166, T:0-1": [1488, 1060]}}, -{"id": "u6pw7k", "name": "Wolf Chan", "description": "SKZOO wolf avatar of Stray Kids member Bang Chan.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Bang_Chan"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1479, 1058], [1479, 1061], [1481, 1063], [1483, 1063], [1485, 1061], [1485, 1058], [1484, 1057], [1483, 1058], [1481, 1058], [1480, 1057]]}, "center": {"109-166, T:0-1": [1482, 1060]}}, -{"id": "u6pvlw", "name": "BbokAri", "description": "SKZOO chick avatar of Stray Kids member Felix.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Felix"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1493, 1051], [1491, 1053], [1491, 1055], [1493, 1057], [1495, 1057], [1497, 1055], [1497, 1053], [1495, 1051]]}, "center": {"109-166, T:0-1": [1494, 1054]}}, -{"id": "u6puc9", "name": "Han Quokka", "description": "SKZOO quokka avatar of Stray Kids member Han.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Han"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1487, 1051], [1486, 1052], [1486, 1053], [1485, 1054], [1485, 1057], [1491, 1057], [1491, 1054], [1490, 1053], [1490, 1052], [1489, 1051]]}, "center": {"109-166, T:0-1": [1488, 1054]}}, -{"id": "u6ps8t", "name": "Jiniret", "description": "SKZOO ferret avatar of Stray Kids member Lee Know.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Hyunjin"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1479, 1051], [1479, 1055], [1481, 1057], [1483, 1057], [1485, 1055], [1485, 1051]]}, "center": {"109-166, T:0-1": [1482, 1054]}}, -{"id": "u6pr0e", "name": "Foxl.Ny", "description": "SKZOO desert fox avatar of Stray Kids member I.N.", "links": {"website": ["https://stray-kids.fandom.com/wiki/I.N"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1485, 1045], [1485, 1048], [1488, 1051], [1491, 1048], [1491, 1045], [1489, 1045], [1489, 1046], [1487, 1046], [1487, 1045]]}, "center": {"109-166, T:0-1": [1488, 1047]}}, -{"id": "u6pp7c", "name": "PuppyM", "description": "SKZOO puppy avatar of Stray Kids member Seungmin.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Seungmin"], "subreddit": ["straykids"]}, "path": {"109-166, T:0-1": [[1479, 1045], [1479, 1049], [1481, 1051], [1483, 1051], [1485, 1049], [1485, 1045]]}, "center": {"109-166, T:0-1": [1482, 1048]}}, +{"id": "u6pywm", "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"], "subreddit": ["straykids", "kpop"]}, "path": {"115-166, T:0-1": [[1491, 1045], [1491, 1051], [1497, 1051], [1497, 1045]]}, "center": {"115-166, T:0-1": [1494, 1048]}}, +{"id": "u6py9w", "name": "Dwaekki", "description": "SKZOO pig/rabbit-hybrid avatar of Stray Kids member Changbin.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Changbin"], "subreddit": ["straykids", "kpop"]}, "path": {"114-166, T:0-1": [[1492, 1057], [1491, 1058], [1491, 1061], [1493, 1063], [1495, 1063], [1497, 1061], [1497, 1058], [1496, 1057], [1495, 1058], [1493, 1058]]}, "center": {"114-166, T:0-1": [1494, 1061]}}, +{"id": "u6px5l", "name": "Leebit", "description": "SKZOO rabbit avatar of Stray Kids member Lee Know.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Lee_Know"], "subreddit": ["straykids", "kpop"]}, "path": {"113-166, T:0-1": [[1486, 1057], [1485, 1058], [1485, 1063], [1491, 1063], [1491, 1058], [1490, 1057], [1489, 1058], [1489, 1059], [1487, 1059], [1487, 1058]]}, "center": {"113-166, T:0-1": [1488, 1061]}}, +{"id": "u6pw7k", "name": "Wolf Chan", "description": "SKZOO wolf avatar of Stray Kids member Bang Chan.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Bang_Chan"], "subreddit": ["straykids", "kpop"]}, "path": {"113-166, T:0-1": [[1479, 1058], [1479, 1061], [1481, 1063], [1483, 1063], [1485, 1061], [1485, 1058], [1484, 1057], [1483, 1058], [1481, 1058], [1480, 1057]]}, "center": {"113-166, T:0-1": [1482, 1061]}}, +{"id": "u6pvlw", "name": "BbokAri", "description": "SKZOO chick avatar of Stray Kids member Felix.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Felix"], "subreddit": ["straykids", "kpop"]}, "path": {"114-166, T:0-1": [[1493, 1051], [1491, 1053], [1491, 1055], [1493, 1057], [1495, 1057], [1497, 1055], [1497, 1053], [1495, 1051]]}, "center": {"114-166, T:0-1": [1494, 1054]}}, +{"id": "u6puc9", "name": "Han Quokka", "description": "SKZOO quokka avatar of Stray Kids member Han.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Han"], "subreddit": ["straykids", "kpop"]}, "path": {"114-166, T:0-1": [[1487, 1051], [1486, 1052], [1486, 1053], [1485, 1054], [1485, 1057], [1491, 1057], [1491, 1054], [1490, 1053], [1490, 1052], [1489, 1051]]}, "center": {"114-166, T:0-1": [1488, 1054]}}, +{"id": "u6ps8t", "name": "Jiniret", "description": "SKZOO ferret avatar of Stray Kids member Lee Know.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Hyunjin"], "subreddit": ["straykids", "kpop"]}, "path": {"114-166, T:0-1": [[1479, 1051], [1479, 1055], [1481, 1057], [1483, 1057], [1485, 1055], [1485, 1051]]}, "center": {"114-166, T:0-1": [1482, 1054]}}, +{"id": "u6pr0e", "name": "Foxl.Ny", "description": "SKZOO desert fox avatar of Stray Kids member I.N.", "links": {"website": ["https://stray-kids.fandom.com/wiki/I.N"], "subreddit": ["straykids", "kpop"]}, "path": {"115-166, T:0-1": [[1485, 1045], [1485, 1048], [1488, 1051], [1491, 1048], [1491, 1045], [1489, 1045], [1489, 1046], [1487, 1046], [1487, 1045]]}, "center": {"115-166, T:0-1": [1488, 1048]}}, +{"id": "u6pp7c", "name": "PuppyM", "description": "SKZOO puppy avatar of Stray Kids member Seungmin.", "links": {"website": ["https://stray-kids.fandom.com/wiki/Seungmin"], "subreddit": ["straykids", "kpop"]}, "path": {"115-166, T:0-1": [[1479, 1045], [1479, 1049], [1481, 1051], [1483, 1051], [1485, 1049], [1485, 1045]]}, "center": {"115-166, T:0-1": [1482, 1048]}}, {"id": "u6pcoe", "name": "Loona-Brazil heart", "description": "A heart with the background of the Loona lightstick art and the flag of Brazil.", "links": {"website": ["http://loonatheworld.com/", "https://en.wikipedia.org/wiki/Brazil"], "subreddit": ["LOONA", "brasil"]}, "path": {"97-166, T:0-1": [[1288, 597], [1286, 599], [1286, 600], [1289, 603], [1291, 603], [1294, 600], [1294, 599], [1292, 597]]}, "center": {"97-166, T:0-1": [1290, 600]}}, {"id": "u6ohmg", "name": "South Africa-Snuffy heart", "description": "A heart depicting the flag of South Africa and the colors of Snuffy's avatar.", "links": {"website": ["https://en.wikipedia.org/wiki/South_Africa", "https://www.twitch.tv/snuffy"], "subreddit": ["SouthAfrica"]}, "path": {"112-165, T:0-1": [[717, 1052], [715, 1054], [715, 1057], [720, 1062], [725, 1057], [725, 1054], [723, 1052], [722, 1052], [721, 1053], [719, 1053], [718, 1052]]}, "center": {"112-165, T:0-1": [720, 1057]}}, {"id": "u6ml4q", "name": "Mat", "description": "Mat is a handyman and main character in the Czechoslovak animation Pat & Mat. His name is based on the Czech word \"matlal\", which means \"awkward\".", "links": {"website": ["https://en.wikipedia.org/wiki/Pat_%26_Mat"], "subreddit": ["PataMat", "czech"]}, "path": {"158-166, T:0-1": [[1285, 231], [1283, 233], [1283, 236], [1281, 236], [1281, 238], [1289, 238], [1289, 236], [1287, 236], [1287, 233]]}, "center": {"158-166, T:0-1": [1285, 235]}}, @@ -7522,7 +7520,7 @@ {"id": "uddon7", "name": "Hunter's Mark", "description": "An item in Bloodborne.", "links": {"website": ["https://bloodborne.fandom.com/wiki/Hunter%27s_Mark"], "subreddit": ["bloodborne"]}, "path": {"109-165, T:0-1": [[925, 1436], [925, 1440], [922, 1443], [924, 1445], [925, 1445], [925, 1447], [927, 1447], [927, 1445], [928, 1445], [930, 1443], [927, 1440], [927, 1436]]}, "center": {"109-165, T:0-1": [926, 1442]}}, {"id": "uddnjc", "name": "The Hunter", "description": "The protagonist and player character in Bloodborne.", "links": {"website": ["https://bloodborne.fandom.com/wiki/The_Hunter"], "subreddit": ["bloodborne"]}, "path": {"109-165, T:0-1": [[936, 1436], [934, 1438], [934, 1440], [935, 1441], [933, 1443], [933, 1444], [930, 1447], [930, 1448], [929, 1449], [929, 1451], [928, 1452], [928, 1455], [927, 1456], [927, 1462], [926, 1463], [926, 1465], [925, 1464], [922, 1467], [922, 1468], [924, 1470], [924, 1474], [923, 1475], [923, 1477], [922, 1478], [922, 1481], [925, 1484], [928, 1481], [928, 1479], [929, 1478], [929, 1477], [930, 1478], [931, 1477], [931, 1482], [930, 1482], [930, 1487], [936, 1487], [936, 1480], [937, 1479], [937, 1478], [938, 1477], [939, 1477], [940, 1478], [940, 1479], [941, 1480], [941, 1487], [947, 1487], [947, 1483], [946, 1483], [946, 1478], [947, 1479], [949, 1477], [951, 1479], [951, 1480], [952, 1481], [952, 1482], [953, 1483], [953, 1485], [955, 1487], [957, 1487], [958, 1486], [958, 1485], [959, 1484], [959, 1478], [958, 1477], [958, 1476], [955, 1473], [955, 1472], [953, 1470], [953, 1469], [952, 1468], [952, 1467], [951, 1466], [951, 1463], [950, 1462], [950, 1456], [949, 1455], [949, 1454], [948, 1453], [948, 1449], [946, 1447], [946, 1446], [944, 1444], [944, 1443], [943, 1442], [943, 1438], [941, 1436], [939, 1438], [938, 1438]]}, "center": {"109-165, T:0-1": [939, 1465]}}, {"id": "uddcar", "name": "Masi Rodríguez", "description": "Masi Rodríguez, full name Maria Isabel Rodríguez, is a Spanish Twitch streamer. She is in a relationship with fellow streamer IlloJuan.", "links": {"website": ["https://www.twitch.tv/masi_rodriguez"]}, "path": {"109-164, T:0-1": [[359, 1339], [359, 1342], [361, 1342], [362, 1343], [362, 1345], [361, 1346], [363, 1348], [364, 1348], [365, 1349], [369, 1349], [370, 1348], [371, 1348], [372, 1347], [372, 1349], [375, 1349], [375, 1339]]}, "center": {"109-164, T:0-1": [368, 1344]}}, -{"id": "uddb1s", "name": "IlloJuan", "description": "A Spanish Twitch streamer (also known as LMDShow and Juan Alberto) born in Fuengirola, Andalusia. In a relationship with fellow streamer Masi Rodríguez.", "links": {"website": ["https://www.twitch.tv/illojuan"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[342, 1339], [342, 1341], [343, 1342], [342, 1343], [342, 1345], [343, 1346], [343, 1347], [346, 1350], [353, 1350], [355, 1348], [355, 1347], [357, 1345], [357, 1343], [356, 1342], [356, 1339]]}, "center": {"109-165, T:0-1": [349, 1344]}}, +{"id": "uddb1s", "name": "IlloJuan", "description": "IlloJuan, also known as LMDShow or Juan Alberto, is a Spanish Twitch streamer born in Fuengirola, Andalusia, Spain. He is in a relationship with fellow streamer Masi Rodríguez. ¡Alo presidentes!", "links": {"website": ["https://www.twitch.tv/illojuan"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[342, 1339], [342, 1341], [343, 1342], [342, 1343], [342, 1345], [343, 1346], [343, 1347], [346, 1350], [353, 1350], [355, 1348], [355, 1347], [357, 1345], [357, 1343], [356, 1342], [356, 1339]]}, "center": {"109-165, T:0-1": [349, 1344]}}, {"id": "udckyo", "name": "Deepwoken Discord server", "description": "A Discord link to the Deepwoken Discord server.", "links": {"subreddit": ["deepwokenplace", "deepwoken"], "discord": ["deepwoken"]}, "path": {"109-165, T:0-1": [[342, 1417], [342, 1436], [366, 1436], [366, 1430], [357, 1430], [357, 1417]]}, "center": {"109-165, T:0-1": [351, 1428]}}, {"id": "udcjhf", "name": "The deep calls...", "description": "A well-known quote among the Deepwoken community.", "links": {"subreddit": ["deepwokenplace", "deepwoken"]}, "path": {"109-165, T:0-1": [[342, 1438], [342, 1459], [369, 1459], [369, 1457], [360, 1457], [360, 1453], [356, 1453], [356, 1438]]}, "center": {"109-165, T:0-1": [350, 1450]}}, {"id": "udc1z2", "name": "SJND", "description": "Saint Joesph Notre Dame High School is a school located in Alameda, California. It commonly goes by as SJND. The school's colors are Blue and Orange.", "links": {"website": ["https://www.sjnd.org/"], "subreddit": ["SJND"]}, "path": {"109-166, T:0-1": [[833, 1785], [833, 1791], [841, 1790], [843, 1785], [837, 1785], [834, 1785], [834, 1790], [843, 1791], [843, 1788], [843, 1787]]}, "center": {"109-166, T:0-1": [838, 1788]}}, From 952c6befd67c906e80be80f53e8397f44f53a371 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sat, 24 Jun 2023 14:05:09 -0500 Subject: [PATCH 14/17] Disable useNumericalId -Setting incorrectly converted old string numerical IDs into ints. --- tools/merge_out.py | 7 ++++--- web/_js/config.js | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/merge_out.py b/tools/merge_out.py index f6607f7e..e26e36ae 100644 --- a/tools/merge_out.py +++ b/tools/merge_out.py @@ -39,7 +39,8 @@ filenames.append(permanent_patch_file) for filename in filenames: - if filename == permanent_patch_file: + is_permanent_file = filename == permanent_patch_file + if is_permanent_file: f = filename else: f = os.path.join(patches_dir, filename) @@ -91,7 +92,7 @@ entry['id'] = str(last_id) elif isinstance(entry['id'], int): entry['id'] = str(entry['id']) - elif entry['id'] not in out_ids: + elif not is_permanent_file and entry['id'] not in out_ids: out_ids.append(entry['id']) if entry['id'] in atlas_ids: @@ -102,7 +103,7 @@ print(f"{filename}: Added {entry['id']}.") atlas_data.append(entry) - if filename != permanent_patch_file: + if not is_permanent_file: os.remove(f) except: diff --git a/web/_js/config.js b/web/_js/config.js index 2a510f63..21d3a530 100644 --- a/web/_js/config.js +++ b/web/_js/config.js @@ -254,7 +254,7 @@ window.defaultVariation = defaultVariation let defaultPeriod = variationsConfig[defaultVariation].default window.defaultPeriod = defaultPeriod -const useNumericalId = true +const useNumericalId = false window.useNumericalId = useNumericalId console.info(`%cThe 2022 r/place Atlas From fc5e2310096f82fc7f0b0b5839ba41ce79316e01 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sat, 24 Jun 2023 16:48:47 -0500 Subject: [PATCH 15/17] Updated (1400, 1000) to (1500, 1100) --- web/atlas.json | 73 +++++++++++++++++++++++++++++--------------------- 1 file changed, 42 insertions(+), 31 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index 57ad090f..1aab1f47 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -4,7 +4,7 @@ {"id": "000003", "name": "r/AprilKnights", "description": "r/AprilKnights is a subreddit formed for Reddit's 2015 April Fools' event \"The Button\".", "links": {"website": ["https://aprilknights.org/"], "subreddit": ["AprilKnights"]}, "path": {"69-76": [[789, 664], [789, 673], [792, 677], [792, 680], [756, 680], [756, 685], [801, 685], [801, 676], [803, 673], [803, 664]], "26-68": [[789, 664], [789, 673], [791, 676], [795, 679], [797, 679], [800, 677], [803, 673], [803, 664]], "78-165, T:0-1": [[755, 680], [755, 685], [806, 685], [806, 680], [800, 680], [800, 677], [803, 673], [803, 664], [789, 664], [789, 673], [793, 678], [793, 680]]}, "center": {"69-76": [796, 671], "26-68": [796, 671], "78-165, T:0-1": [796, 671]}}, {"id": "000004", "name": "Triforce", "description": "The Triforce is the ultimate source of power in The Legend of Zelda game series, and serves as the balance that weighs the three forces: power, wisdom, and courage.\n\nThis place was first supposed to be a representation of the past Reddit April Fools' games, but the iconic shape of the Triforce made users believe that it was a Zelda symbol.", "links": {"website": ["https://en.wikipedia.org/wiki/Triforce", "https://zeldapedia.wiki/wiki/Triforce"], "subreddit": ["zelda"]}, "path": {"2-165, T:0-1": [[788, 598], [756, 661], [819, 661], [819, 660]]}, "center": {"2-165, T:0-1": [788, 642]}}, {"id": "000005", "name": "She-Ra and the Princesses of Power", "description": "She-Ra and the Princesses of Power is a 2018 Netflix series.", "links": {"website": ["https://www.netflix.com/title/80179762", "https://en.wikipedia.org/wiki/She-Ra_and_the_Princesses_of_Power"], "subreddit": ["PrincessesOfPower"]}, "path": {"68-115": [[1531, 413], [1556, 413], [1556, 427], [1531, 427]], "62-67": [[1526, 413], [1526, 427], [1552, 427], [1552, 422], [1555, 418], [1555, 413]], "137-166, T:0-1": [[1333, 408], [1361, 408], [1361, 422], [1333, 422]]}, "center": {"68-115": [1544, 420], "62-67": [1541, 420], "137-166, T:0-1": [1347, 415]}}, -{"id": "000006", "name": "2b2t", "description": "2builders2tools (2b2t) is the second-oldest running multiplayer server for the game Minecraft. It uses an anarchy format, meaning there are minimal rules in place for players.\n\nThe 2b2t logo was one of the first factions to form, with pixels being placed within the first few seconds. Though many groups and streamers tried to attack or replace it through many means, 2b2t prevailed.", "links": {"website": ["https://en.wikipedia.org/wiki/2b2t"], "subreddit": ["2b2tplace", "2b2t"]}, "path": {"1-165, T:0-1": [[912, 421], [912, 481], [960, 481], [960, 421]]}, "center": {"1-165, T:0-1": [936, 451]}}, +{"id": "000006", "name": "2b2t", "description": "2builders2tools (2b2t) is the second-oldest running multiplayer server for the game Minecraft. It uses an anarchy format, meaning there are minimal rules in place for players.\n\nThe 2b2t logo was one of the first factions to form, with pixels being placed within the first few seconds. Though many groups and streamers tried to attack or replace it through many means, 2b2t prevailed.", "links": {"website": ["https://www.youtube.com/watch?v=vD8yaW447H4", "https://en.wikipedia.org/wiki/2b2t"], "subreddit": ["2b2tplace", "2b2t"]}, "path": {"1-165, T:0-1": [[912, 421], [912, 481], [960, 481], [960, 421]]}, "center": {"1-165, T:0-1": [936, 451]}}, {"id": "000007", "name": "Fancade", "description": "Fancade is a cross-platform game builder made by Martin Magni. Players can use Fancade's built-in game engine and editor tools either create or play custom games.", "links": {"website": ["https://www.fancade.com"], "subreddit": ["Fancade"]}, "path": {"44-101": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [105, 705], [105, 711], [109, 711], [109, 689], [94, 689], [91, 694], [87, 694], [84, 692], [84, 689]], "27-43": [[71, 689], [71, 705], [73, 705], [73, 703], [81, 703], [81, 705], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 712], [108, 712], [108, 698], [109, 698], [109, 689], [94, 689], [89, 694], [87, 694], [84, 691], [84, 689]], "24-26": [[71, 689], [71, 705], [73, 705], [73, 703], [108, 703], [108, 701], [109, 701], [109, 689]], "5-23": [[71, 690], [71, 705], [73, 705], [73, 703], [85, 703], [85, 702], [96, 702], [96, 716], [107, 716], [107, 712], [108, 711], [108, 690]], "102-166, T:0-1": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [109, 705], [109, 689], [94, 689], [90, 694], [87, 694], [84, 691], [84, 689]]}, "center": {"44-101": [101, 697], "27-43": [101, 696], "24-26": [90, 696], "5-23": [101, 697], "102-166, T:0-1": [101, 697]}}, {"id": "000008", "name": "NotITG", "description": "NotITG (Not In The Groove) is fork of the rhythm game Stepmania that adds greater support for modded stepcharts (modcharts).", "links": {"website": ["https://noti.tg/", "https://step-mania.fandom.com/wiki/NotITG"], "subreddit": ["Stepmania"]}, "path": {"56-62": [[1198, 49], [1198, 63], [1195, 63], [1195, 67], [1212, 67], [1212, 68], [1215, 68], [1215, 63], [1212, 63], [1212, 57], [1211, 57], [1211, 49]], "18-22": [[906, 507], [906, 520], [914, 520], [915, 521], [916, 521], [920, 517], [920, 516], [919, 515], [919, 507]], "27-43": [[283, 782], [283, 796], [280, 796], [280, 802], [297, 802], [297, 803], [302, 803], [302, 796], [299, 796], [299, 792], [298, 791], [298, 782]], "63-166, T:0-1": [[1179, 60], [1183, 56], [1180, 53], [1183, 50], [1184, 49], [1213, 49], [1213, 63], [1215, 63], [1215, 68], [1212, 68], [1212, 67], [1195, 67], [1195, 64], [1183, 64]]}, "center": {"56-62": [1205, 60], "18-22": [913, 514], "27-43": [291, 794], "63-166, T:0-1": [1203, 58]}}, {"id": "000010", "name": "Deep Rock Galactic", "description": "Deep Rock Galactic is a 1-4-player co-op first-person shooter (FPS) featuring badass space dwarves, 100% destructible environments, procedurally-generated caves, and endless hordes of alien monsters.", "links": {"website": ["https://www.deeprockgalactic.com/", "https://en.wikipedia.org/wiki/Deep_Rock_Galactic"], "subreddit": ["DeepRockGalacticPlace", "DeepRockGalactic"]}, "path": {"7-15": [[179, 275], [179, 308], [237, 308], [237, 299], [241, 299], [241, 275]], "16-165, T:0-1": [[175, 262], [241, 262], [241, 298], [237, 298], [237, 308], [175, 308]]}, "center": {"7-15": [210, 292], "16-165, T:0-1": [208, 285]}}, @@ -171,7 +171,7 @@ {"id": "000220", "name": "Shotbow Network", "description": "Shotbow Network is a server network for the game Minecraft. It is home to classic game modes like MineZ, Annihilation, and Smash.", "links": {"website": ["https://shotbow.net/"], "subreddit": ["ShotBow"]}, "path": {"119-165, T:0-1": [[998, 465], [998, 494], [1001, 494], [1012, 486], [1020, 486], [1020, 465]]}, "center": {"119-165, T:0-1": [1009, 476]}}, {"id": "000221", "name": "MineZ", "description": "MineZ is a mode in the game Minecraft, maintained by the Shotbow Network. It is based on DayZ, a popular mod for the game ARMA 2.", "links": {"website": ["https://wiki.shotbow.net/MineZ"], "subreddit": ["MineZ", "ShotBow"]}, "path": {"140-165, T:0-1": [[1002, 456], [1002, 464], [1004, 464], [1006, 466], [1019, 466], [1019, 464], [1020, 464], [1020, 456], [1018, 456], [1018, 455], [1004, 455], [1004, 456]]}, "center": {"140-165, T:0-1": [1011, 461]}}, {"id": "000222", "name": "Blasphemous", "description": "Blasphemous is a Spanish indie metroidvania game created by TheGameKitchen and released in 2019.", "links": {"website": ["https://store.steampowered.com/app/774361/Blasphemous/"], "subreddit": ["Blasphemous"]}, "path": {"93-105": [[1181, 312], [1181, 346], [1206, 346], [1206, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1191, 320], [1196, 317], [1196, 312]], "82-92": [[1178, 319], [1178, 324], [1186, 324], [1186, 328], [1183, 334], [1183, 338], [1185, 344], [1187, 344], [1187, 346], [1205, 346], [1205, 330], [1201, 330], [1196, 327], [1194, 327], [1188, 320], [1182, 320], [1181, 319]], "64-81": [[1187, 326], [1187, 346], [1209, 346], [1209, 335], [1205, 331], [1202, 332], [1200, 332], [1200, 328], [1196, 328], [1194, 326]], "106-166, T:0-1": [[1185, 319], [1181, 323], [1181, 346], [1203, 346], [1205, 344], [1205, 331], [1203, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1192, 321], [1192, 319]]}, "center": {"93-105": [1191, 336], "82-92": [1193, 337], "64-81": [1195, 338], "106-166, T:0-1": [1191, 336]}}, -{"id": "000223", "name": "Kaf", "description": "Kaf is a Japanese female virtual singer on YouTube. She is a performer signed to Kamitsubaki Studio. The bottom right set of 10 pixels represents other virtual singers of Kamitsubaki Studio. From left to right: Rim, Isekai Joucho, Harusaruhi, Koko, and Ciel. This artwork found its way onto the canvas through the collective effort of the Kamitsubaki English Community in collaboration with /r/place Vtubers.", "links": {"subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"109-165, T:0-1": [[1451, 1103], [1423, 1103], [1423, 1095], [1421, 1095], [1421, 1098], [1420, 1098], [1420, 1099], [1419, 1099], [1419, 1101], [1421, 1101], [1421, 1102], [1416, 1102], [1416, 1107], [1417, 1107], [1417, 1108], [1418, 1108], [1418, 1115], [1419, 1115], [1419, 1119], [1418, 1119], [1418, 1120], [1412, 1120], [1412, 1123], [1413, 1123], [1413, 1125], [1414, 1125], [1414, 1126], [1451, 1126], [1451, 1121], [1452, 1121], [1452, 1105], [1451, 1105]]}, "center": {"109-165, T:0-1": [1434, 1114]}}, +{"id": "000223", "name": "KAF", "description": "KAF is a Japanese female virtual singer on YouTube. She is a performer signed to Kamitsubaki Studio.\n\nThis artwork found its way onto the canvas through the collective effort of the Kamitsubaki English community in collaboration with r/place VTubers.", "links": {"website": ["https://www.youtube.com/channel/UCQ1U65-CQdIoZ2_NA4Z4F7A", "https://kamitsubaki.fandom.com/wiki/Kaf"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"114-165, T:0-1": [[1421, 1092], [1421, 1097], [1419, 1099], [1419, 1101], [1418, 1102], [1416, 1102], [1416, 1106], [1418, 1108], [1418, 1114], [1420, 1117], [1420, 1118], [1418, 1120], [1412, 1120], [1412, 1121], [1413, 1122], [1413, 1126], [1446, 1126], [1446, 1124], [1451, 1124], [1451, 1117], [1452, 1117], [1452, 1106], [1450, 1103], [1423, 1103], [1423, 1092]]}, "center": {"114-165, T:0-1": [1433, 1115]}}, {"id": "000224", "name": "Big Ten Conference", "description": "The Big Ten (B1G) Conference is an athletic conference of colleges in the United States.\n\nThis area is the eastern claim of the Big Ten on the canvas. Pioneered by Indiana, this claim also includes Northwestern, Michigan State, Minnesota, and PAC-12 member Stanford.", "links": {"website": ["http://bigten.org/", "https://en.wikipedia.org/wiki/Big_Ten_Conference"], "subreddit": ["TheB1G", "IndianaUniversity", "msu", "Northwestern", "uofm"]}, "path": {"56-78": [[1508, 747], [1508, 780], [1531, 780], [1531, 768], [1550, 768], [1550, 747]], "79-165, T:0-1": [[1508, 780], [1552, 780], [1552, 768], [1551, 768], [1551, 747], [1508, 747]]}, "center": {"56-78": [1521, 760], "79-165, T:0-1": [1530, 764]}}, {"id": "000225", "name": "Shelly", "description": "Shelly the snail is the player character in Jonas Tyroller's indie platformer game Will You Snail?", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"61-75": [[848, 969], [848, 976], [858, 976], [858, 968], [852, 968], [852, 969]], "28-60": [[848, 969], [848, 976], [856, 976], [856, 968], [852, 968], [852, 969]], "76-165, T:0-1": [[848, 970], [848, 977], [858, 977], [858, 969], [850, 969], [850, 970]]}, "center": {"61-75": [854, 972], "28-60": [852, 972], "76-165, T:0-1": [853, 973]}}, {"id": "000226", "name": "Hu Tao Poland", "description": "Poland from Polandball dressed up as Hu Tao from Genshin Impact, our allies!", "links": {"website": ["https://en.wikipedia.org/wiki/Countryballs"], "subreddit": ["polandball", "GenshinPlace", "Genshin_Impact"]}, "path": {"109-166, T:0-1": [[1576, 1761], [1576, 1801], [1577, 1801], [1578, 1801], [1578, 1802], [1580, 1802], [1581, 1802], [1581, 1803], [1586, 1803], [1586, 1799], [1586, 1798], [1587, 1798], [1588, 1798], [1588, 1797], [1589, 1797], [1589, 1796], [1590, 1796], [1591, 1796], [1591, 1795], [1592, 1795], [1594, 1795], [1596, 1795], [1596, 1796], [1597, 1796], [1597, 1797], [1597, 1798], [1596, 1798], [1596, 1799], [1596, 1800], [1595, 1800], [1595, 1801], [1596, 1801], [1596, 1800], [1597, 1800], [1598, 1800], [1599, 1800], [1599, 1801], [1599, 1802], [1600, 1802], [1601, 1802], [1600, 1802], [1600, 1801], [1600, 1800], [1601, 1800], [1602, 1800], [1603, 1800], [1603, 1801], [1603, 1802], [1604, 1802], [1605, 1802], [1604, 1802], [1603, 1802], [1603, 1801], [1603, 1800], [1602, 1800], [1602, 1799], [1602, 1798], [1603, 1798], [1603, 1797], [1604, 1797], [1605, 1797], [1606, 1797], [1607, 1797], [1607, 1798], [1608, 1798], [1609, 1798], [1609, 1799], [1610, 1799], [1610, 1800], [1611, 1800], [1611, 1801], [1611, 1800], [1612, 1800], [1612, 1799], [1613, 1799], [1613, 1798], [1614, 1798], [1615, 1798], [1615, 1797], [1615, 1795], [1615, 1794], [1615, 1792], [1616, 1792], [1616, 1791], [1616, 1790], [1617, 1790], [1617, 1789], [1618, 1789], [1618, 1788], [1619, 1788], [1618, 1788], [1618, 1787], [1618, 1786], [1618, 1785], [1618, 1784], [1618, 1783], [1619, 1783], [1619, 1782], [1620, 1782], [1620, 1781], [1620, 1780], [1621, 1780], [1622, 1780], [1623, 1780], [1623, 1779], [1624, 1779], [1624, 1778], [1624, 1776], [1622, 1775], [1621, 1775], [1621, 1774], [1621, 1773], [1620, 1773], [1620, 1772], [1620, 1771], [1619, 1771], [1619, 1770], [1618, 1770], [1618, 1769], [1617, 1769], [1617, 1768], [1616, 1768], [1616, 1767], [1615, 1767], [1615, 1766], [1614, 1766], [1614, 1765], [1613, 1765], [1613, 1764], [1612, 1764], [1611, 1764], [1611, 1763], [1610, 1763], [1610, 1761]]}, "center": {"109-166, T:0-1": [1597, 1780]}}, @@ -818,7 +818,7 @@ {"id": "twro93", "name": "Celeste Cell Machine Wandersong collab berry", "description": "This was a collaboration between the indie games Celeste, Cell Machine, and Wandersong.", "links": {"subreddit": ["celesteplace", "celestegame", "WandersongFans", "CellMachine"], "discord": ["celeste", "d8vvEN7V", "mzgSMd759F"]}, "path": {"109-166, T:0-1": [[1435, 1287], [1437, 1287], [1437, 1292], [1438, 1295], [1434, 1299], [1433, 1299], [1429, 1295], [1430, 1289], [1433, 1288]]}, "center": {"109-166, T:0-1": [1433, 1293]}}, {"id": "twro7p", "name": "Reichstag", "description": "The Reichstag, or Reichstagsgebäude (Reichstag building), is a building in the city of Berlin, Germany where the German Parliament is situated.\n\nThe flags on top are the German and Ukrainian flag; the Ukrainian flag was added to show support for Ukraine during its invasion by Russia.", "links": {"website": ["https://en.wikipedia.org/wiki/Reichstag_building"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"90-166, T:0-1": [[1695, 850], [1695, 869], [1774, 869], [1774, 851], [1772, 849], [1772, 841], [1785, 841], [1785, 832], [1763, 832], [1763, 842], [1758, 842], [1758, 849], [1749, 849], [1749, 841], [1742, 841], [1736, 838], [1732, 838], [1727, 841], [1721, 841], [1721, 850], [1709, 850], [1709, 841], [1722, 841], [1722, 834], [1703, 834], [1703, 842], [1700, 842], [1697, 844], [1697, 849]]}, "center": {"90-166, T:0-1": [1735, 854]}}, {"id": "twro5l", "name": "Fiery Cambridge", "description": "Within a fiery duel between Obi Wan and Anakin, The crest of the University of Cambridge hides using Jedi mind tricks.", "links": {"subreddit": ["cambridge_uni"]}, "path": {"109-166, T:0-1": [[767, 1586], [784, 1586], [784, 1591], [783, 1591], [783, 1595], [782, 1595], [782, 1596], [781, 1596], [781, 1597], [780, 1597], [780, 1598], [779, 1598], [778, 1598], [778, 1599], [778, 1600], [779, 1600], [779, 1601], [780, 1601], [779, 1601], [779, 1602], [779, 1605], [778, 1605], [778, 1606], [776, 1606], [776, 1607], [771, 1607], [770, 1605], [769, 1604], [768, 1604], [767, 1603], [767, 1602]]}, "center": {"109-166, T:0-1": [774, 1595]}}, -{"id": "twro4i", "name": "Stellaris", "description": "Stellaris is a 4X space strategy game by Paradox Interactive.\n\nThis art was a combined Stellaris, Rainbow Six Siege, and PHTANUM B site. It was brutally attacked by streamers in the last hours of r/place.", "links": {"website": ["https://www.paradoxinteractive.com/games/stellaris", "https://en.wikipedia.org/wiki/Stellaris_(video_game)"], "subreddit": ["Stellaris"]}, "path": {"54-61": [[857, 225], [857, 246], [897, 246], [897, 225]], "109-152, T:0-1": [[1451, 999], [1451, 1023], [1476, 1023], [1476, 999]]}, "center": {"54-61": [877, 236], "109-152, T:0-1": [1464, 1011]}}, +{"id": "twro4i", "name": "Stellaris", "description": "Stellaris is a 4X space strategy game by Paradox Interactive.\n\nThis art was a combined Stellaris, Rainbow Six Siege, and PHTANUM B site. It was brutally attacked by streamers in the last hours of r/place.", "links": {"website": ["https://www.paradoxinteractive.com/games/stellaris", "https://en.wikipedia.org/wiki/Stellaris_(video_game)"], "subreddit": ["Stellaris"]}, "path": {"54-61": [[857, 225], [857, 246], [897, 246], [897, 225]], "109-152": [[1451, 999], [1451, 1023], [1476, 1023], [1476, 999]]}, "center": {"54-61": [877, 236], "109-152": [1464, 1011]}}, {"id": "twrnwc", "name": "Bidetcoin", "description": "A fictional cryptocurrency created by the Spanish Twitch streamer and content creator Outconsumer and his community for the Grand Theft Auto role-play series Marbella Vice.", "links": {"website": ["https://www.bidetcoins.com/"]}, "path": {"144-151": [[1751, 404], [1759, 404], [1759, 414], [1751, 414]], "152-167, T:0-1": [[1750, 404], [1750, 414], [1758, 414], [1758, 404]]}, "center": {"144-151": [1755, 409], "152-167, T:0-1": [1754, 409]}}, {"id": "twrnsi", "name": "Red Velvet", "description": "Red Velvet (RV) is a South Korean girl group formed and managed by SM Entertainment. The group consists of members Irene, Seulgi, Wendy, Joy, and Yeri. Musically, the work of Red Velvet reflects their own group name; their predominantly-pop \"red\" side experiments occasionally with electronic, funk and hip hop, while their \"velvet\" side focuses on '90s-influenced R&B with elements of ballad and jazz. Their genre versatility and hooks have garnered critical praise. The five colors underneath represents the five members of the group.", "links": {"website": ["https://redvelvet-jp.net/en/", "https://en.wikipedia.org/wiki/Red_Velvet_(group)"], "subreddit": ["red_velvet"]}, "path": {"62-107": [[1299, 571], [1299, 581], [1310, 581], [1310, 571]], "108-166, T:0-1": [[1299, 572], [1299, 582], [1310, 582], [1310, 572]]}, "center": {"62-107": [1305, 576], "108-166, T:0-1": [1305, 577]}}, {"id": "twrnpt", "name": "Abbey Road", "description": "Abbey Road is an album by The Beatles, a highly influential band from Liverpool, England, United Kingdom. The Beatles can be seen crossing a road, like in Abbey Road's album cover.", "links": {"website": ["https://en.wikipedia.org/wiki/Abbey_Road"], "subreddit": ["ukplace", "unitedkingdom"]}, "path": {"56-63": [[1385, 685], [1385, 705], [1389, 710], [1411, 710], [1416, 703], [1417, 695], [1413, 695], [1410, 692], [1407, 685]], "136-165, 99-121, T:0-1": [[668, 486], [666, 488], [666, 502], [663, 505], [663, 506], [701, 506], [701, 502], [699, 500], [699, 498], [698, 497], [698, 486]]}, "center": {"56-63": [1398, 698], "136-165, 99-121, T:0-1": [682, 496]}}, @@ -834,7 +834,7 @@ {"id": "twrlw2", "name": ">Gamer", "description": "This little controller, is the logo of a couple of friends' Discord server, \">Gamer\". It was gracefully saved by the wholesome Touhou community multiple times.", "links": {}, "path": {"65-150": [[1750, 780], [1750, 782], [1748, 782], [1745, 785], [1745, 787], [1748, 790], [1755, 790], [1758, 787], [1758, 785], [1755, 782], [1753, 782], [1753, 780]], "60-64": [[1773, 813], [1770, 816], [1770, 818], [1773, 821], [1780, 821], [1783, 818], [1783, 816], [1780, 813]], "151-166, T:0-1": [[1749, 782], [1746, 785], [1746, 787], [1749, 790], [1756, 790], [1759, 787], [1759, 785], [1756, 782], [1754, 782], [1754, 780], [1751, 780], [1751, 782]]}, "center": {"65-150": [1752, 786], "60-64": [1777, 817], "151-166, T:0-1": [1753, 786]}}, {"id": "twrlp4", "name": "Mai Sakurajima", "description": "Mai Sakurajima from Rascal Does Not Dream of Bunny Girl Senpai.", "links": {"subreddit": ["maiplace"], "discord": ["nADCVDmmT5"]}, "path": {"109-166, T:0-1": [[514, 1792], [514, 1789], [515, 1788], [515, 1786], [517, 1784], [521, 1784], [522, 1785], [523, 1785], [524, 1786], [524, 1789], [526, 1791], [533, 1791], [534, 1790], [534, 1789], [535, 1788], [536, 1787], [536, 1786], [537, 1785], [540, 1785], [541, 1786], [542, 1786], [543, 1787], [543, 1788], [544, 1789], [544, 1794], [543, 1795], [539, 1795], [538, 1794], [538, 1793], [537, 1792], [536, 1793], [536, 1794], [537, 1795], [537, 1796], [538, 1797], [538, 1798], [539, 1799], [539, 1800], [540, 1801], [540, 1802], [539, 1803], [538, 1803], [538, 1805], [537, 1806], [538, 1807], [538, 1810], [537, 1811], [537, 1812], [535, 1814], [535, 1816], [534, 1817], [533, 1817], [532, 1818], [532, 1820], [531, 1821], [530, 1821], [530, 1820], [529, 1819], [529, 1818], [528, 1817], [526, 1819], [526, 1820], [525, 1821], [524, 1821], [524, 1818], [523, 1817], [522, 1816], [522, 1815], [523, 1814], [523, 1813], [522, 1813], [522, 1808], [523, 1807], [522, 1806], [522, 1803], [521, 1802], [520, 1801], [520, 1798], [519, 1798], [519, 1797], [520, 1796], [520, 1795], [522, 1793], [522, 1790], [521, 1789], [520, 1790], [520, 1792], [519, 1793], [515, 1793]]}, "center": {"109-166, T:0-1": [529, 1800]}}, {"id": "twrloh", "name": "Phosphor hearts", "description": "Hearts representing the phosphors from the game Oneshot. The hearts represent red, blue, green, and yellow phosphor", "links": {"website": ["https://oneshot.fandom.com/wiki/Phosphor"], "subreddit": ["oneshot"]}, "path": {"109-166, T:0-1": [[1080, 1675], [1099, 1674], [1103, 1670], [1103, 1667], [1095, 1667], [1088, 1669], [1083, 1670], [1078, 1672], [1078, 1673]]}, "center": {"109-166, T:0-1": [1092, 1671]}}, -{"id": "twrlng", "name": "Fubuking", "description": "Fubuking is a depiction of Hololive First Generation VTuber Shirakami Fubuki sitting on a burger, eating a burger, with a crown on her head (hence the \"king\" in \"Fubuking\"). She loves burgers.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Shirakami_Fubuki"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1358, 1043], [1358, 1047], [1360, 1050], [1360, 1052], [1356, 1061], [1356, 1065], [1358, 1067], [1358, 1069], [1360, 1069], [1360, 1070], [1353, 1077], [1357, 1081], [1357, 1082], [1355, 1082], [1350, 1087], [1349, 1087], [1345, 1091], [1345, 1093], [1337, 1093], [1332, 1099], [1332, 1116], [1334, 1116], [1334, 1111], [1337, 1108], [1338, 1113], [1339, 1118], [1345, 1123], [1347, 1123], [1347, 1121], [1346, 1120], [1346, 1114], [1348, 1109], [1351, 1106], [1351, 1110], [1350, 1111], [1350, 1114], [1351, 1115], [1351, 1121], [1358, 1126], [1392, 1126], [1398, 1123], [1399, 1120], [1400, 1119], [1400, 1114], [1401, 1113], [1401, 1111], [1399, 1108], [1399, 1105], [1401, 1103], [1398, 1100], [1398, 1098], [1395, 1094], [1397, 1094], [1403, 1096], [1408, 1100], [1411, 1100], [1416, 1103], [1418, 1103], [1422, 1097], [1422, 1090], [1417, 1090], [1417, 1091], [1412, 1091], [1411, 1090], [1410, 1090], [1408, 1092], [1407, 1092], [1395, 1086], [1393, 1086], [1392, 1085], [1392, 1082], [1393, 1081], [1393, 1076], [1392, 1075], [1392, 1072], [1387, 1069], [1380, 1069], [1380, 1066], [1381, 1065], [1381, 1059], [1378, 1051], [1378, 1050], [1381, 1046], [1378, 1043], [1368, 1043], [1368, 1047], [1366, 1045], [1364, 1045], [1362, 1043]]}, "center": {"109-165, T:0-1": [1374, 1103]}}, +{"id": "twrlng", "name": "Fubuking", "description": "Fubuking is a depiction of Hololive First Generation VTuber Shirakami Fubuki sitting on a burger, eating a burger, with a crown on her head (hence the \"king\" in \"Fubuking\"). She loves burgers. This art is recreated from one of Fubuki's loading screens.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Shirakami_Fubuki"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1358, 1043], [1358, 1047], [1360, 1050], [1360, 1052], [1356, 1061], [1356, 1065], [1358, 1067], [1358, 1069], [1360, 1069], [1360, 1070], [1353, 1077], [1357, 1081], [1357, 1082], [1355, 1082], [1350, 1087], [1349, 1087], [1345, 1091], [1345, 1093], [1337, 1093], [1332, 1099], [1332, 1116], [1334, 1116], [1334, 1111], [1337, 1108], [1338, 1113], [1339, 1118], [1345, 1123], [1347, 1123], [1347, 1121], [1346, 1120], [1346, 1114], [1348, 1109], [1351, 1106], [1351, 1110], [1350, 1111], [1350, 1114], [1351, 1115], [1351, 1121], [1358, 1126], [1392, 1126], [1398, 1123], [1399, 1120], [1400, 1119], [1400, 1114], [1401, 1113], [1401, 1111], [1399, 1108], [1399, 1105], [1401, 1103], [1398, 1100], [1398, 1098], [1395, 1094], [1397, 1094], [1403, 1096], [1408, 1100], [1411, 1100], [1416, 1103], [1418, 1103], [1422, 1097], [1422, 1090], [1417, 1090], [1417, 1091], [1412, 1091], [1411, 1090], [1410, 1090], [1408, 1092], [1407, 1092], [1395, 1086], [1393, 1086], [1392, 1085], [1392, 1082], [1393, 1081], [1393, 1076], [1392, 1075], [1392, 1072], [1387, 1069], [1380, 1069], [1380, 1066], [1381, 1065], [1381, 1059], [1378, 1051], [1378, 1050], [1381, 1046], [1378, 1043], [1368, 1043], [1368, 1047], [1366, 1045], [1364, 1045], [1362, 1043]]}, "center": {"109-165, T:0-1": [1374, 1103]}}, {"id": "twrlhi", "name": "Solary", "description": "Famous french esport team & webTV from TOURS, Indre-et-Loire", "links": {"website": ["https://www.solary.fr/"]}, "path": {"109-166, T:0-1": [[844, 1707], [872, 1707], [873, 1736], [845, 1736], [845, 1707]]}, "center": {"109-166, T:0-1": [859, 1722]}}, {"id": "twrleg", "name": "Beneath the Dragoneye Moons - Auri", "description": "A small hummingbird from the webserial Beneath the Dragoneye Moons by Selkie Myth, winner of the Best Serialised Fiction Stabby Award 2021.", "links": {"website": ["https://www.royalroad.com/fiction/36299/beneath-the-dragoneye-moons"]}, "path": {"109-166, T:0-1": [[1783, 1271], [1786, 1269], [1787, 1270], [1790, 1268], [1788, 1271], [1790, 1271], [1790, 1273]]}, "center": {"109-166, T:0-1": [1787, 1271]}}, {"id": "twrl9z", "name": "Joueur du Grenier", "description": "French YouTuber known for his humoristic and satirical videos about old retro games.", "links": {"website": ["https://www.youtube.com/user/joueurdugrenier"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"109-164, T:0-1": [[24, 1951], [22, 1951], [21, 1950], [20, 1949], [19, 1948], [19, 1947], [18, 1946], [18, 1943], [19, 1943], [20, 1942], [20, 1936], [19, 1935], [19, 1934], [17, 1932], [17, 1931], [18, 1930], [18, 1928], [19, 1927], [19, 1925], [18, 1924], [14, 1928], [13, 1928], [11, 1926], [11, 1925], [7, 1921], [6, 1921], [4, 1919], [4, 1914], [5, 1915], [6, 1914], [7, 1914], [8, 1913], [8, 1909], [7, 1908], [6, 1908], [6, 1907], [7, 1906], [7, 1905], [8, 1906], [9, 1905], [11, 1905], [12, 1906], [12, 1908], [11, 1909], [10, 1910], [9, 1910], [8, 1910], [8, 1913], [9, 1914], [11, 1915], [11, 1916], [12, 1917], [12, 1918], [11, 1919], [12, 1920], [15, 1917], [15, 1916], [16, 1915], [16, 1914], [21, 1914], [22, 1913], [22, 1911], [23, 1911], [24, 1910], [23, 1909], [22, 1909], [21, 1908], [21, 1907], [22, 1906], [22, 1904], [21, 1903], [21, 1902], [20, 1901], [21, 1900], [21, 1897], [22, 1897], [23, 1896], [23, 1898], [24, 1898], [25, 1896], [26, 1898], [27, 1896], [28, 1896], [27, 1897], [27, 1898], [28, 1898], [30, 1896], [30, 1897], [32, 1897], [32, 1898], [33, 1898], [34, 1900], [34, 1902], [35, 1903], [35, 1904], [33, 1904], [33, 1905], [34, 1906], [33, 1907], [33, 1908], [35, 1910], [36, 1910], [36, 1911], [37, 1912], [37, 1913], [38, 1913], [39, 1912], [40, 1912], [41, 1913], [41, 1914], [42, 1915], [42, 1921], [43, 1922], [43, 1924], [41, 1926], [39, 1926], [38, 1925], [37, 1925], [36, 1924], [36, 1923], [35, 1922], [34, 1923], [34, 1927], [35, 1928], [35, 1932], [36, 1933], [36, 1939], [35, 1939], [34, 1938], [33, 1939], [33, 1945], [32, 1946], [32, 1947], [31, 1947], [30, 1948], [31, 1949], [33, 1951], [33, 1954], [32, 1953], [31, 1954], [28, 1954], [27, 1953], [26, 1953], [26, 1950], [24, 1950]]}, "center": {"109-164, T:0-1": [26, 1924]}}, @@ -1076,7 +1076,7 @@ {"id": "twq895", "name": "Catalan independence flag", "description": "The Estelada is the flag of the Catalan independence movement, calling for the independence of Catalonia from Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Estelada"], "subreddit": ["catalanindependence"]}, "path": {"155-166, T:0-1": [[704, 315], [704, 325], [763, 325], [763, 315]]}, "center": {"155-166, T:0-1": [734, 320]}}, {"id": "twq83j", "name": "r/rvnxmango", "description": "Subreddit of German Twitch streamer and YouTube creator RvNxMango, who worked with r/placeDE on the placement of German art.", "links": {"website": ["https://www.twitch.tv/rvnxmango", "https://www.youtube.com/channel/UCl9h2O2Gfbj-njltH8gQsog"], "subreddit": ["rvnxmango"]}, "path": {"66-79": [[0, 830], [0, 836], [50, 836], [50, 830]], "53-65": [[0, 831], [0, 837], [50, 837], [50, 831]], "86-166, T:0-1": [[0, 836], [50, 836], [50, 842], [0, 842]]}, "center": {"66-79": [25, 833], "53-65": [25, 834], "86-166, T:0-1": [25, 839]}}, {"id": "twq7xl", "name": "Ghostbur", "description": "A character played by content creator Wilbur Soot on the Dream SMP, a private multiplayer server for content creators in the game Minecraft. Ghostbur has a spotty memory, but he would give some blue for others to make their day a bit happier. The pixel art was created by the L'Manplace community.", "links": {"website": ["https://dreamteam.fandom.com/wiki/Ghostbur"], "subreddit": ["wilbursoot", "dreamsmp"], "discord": ["25j3Cxnvjt"]}, "path": {"159-165, T:0-1": [[132, 139], [130, 141], [130, 148], [133, 148], [136, 145], [136, 141], [134, 139]]}, "center": {"159-165, T:0-1": [133, 144]}}, -{"id": "twq7xf", "name": "K-pop South Block", "description": "An area containing K-pop logo designs and the Nepal area, who were allied. The area between was formerly owned by the block, and was also the home of r/lostpause. However, it was taken over by the Spanish streamers. Despite reconstruction efforts between r/bangtan, r/kpop, r/lostpause, and the streamer Myth, they couldn't overpower the Spanish's numbers.", "links": {"subreddit": ["kpop", "6VIXX", "AB6IX", "bangtan", "Everglow", "GFRIEND", "GIDLE", "happaboke", "iZone", "lostpause", "ManyATrueNerd", "Nepal", "nerdcubed", "SHINee", "stevenuniverse", "straykids", "vtubers"]}, "path": {"152-155": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1506, 1001], [1506, 1000], [1497, 1000], [1497, 999], [1478, 999], [1478, 937], [1462, 937]], "140-151": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1478, 1044], [1478, 937], [1462, 937]], "109-139": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1478, 1044], [1478, 945], [1479, 945], [1482, 948], [1482, 942], [1494, 942], [1494, 937], [1462, 937]], "156-166, T:0-1": [[1462, 912], [1525, 912], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1496, 1001], [1496, 999], [1478, 999], [1478, 937], [1462, 937]]}, "center": {"152-155": [1502, 949], "140-151": [1502, 948], "109-139": [1502, 1038], "156-166, T:0-1": [1501, 935]}}, +{"id": "twq7xf", "name": "K-pop South Block", "description": "An area containing K-pop logo designs and the Nepal area, who were allied. The area between was formerly owned by the block, and was also the home of r/lostpause. However, it was taken over by the Spanish streamers. Despite reconstruction efforts between r/bangtan, r/kpop, r/lostpause, and the streamer Myth, they couldn't overpower the Spanish's numbers.", "links": {"subreddit": ["kpop", "6VIXX", "AB6IX", "bangtan", "Everglow", "exo", "GFRIEND", "GIDLE", "happaboke", "iZone", "lostpause", "ManyATrueNerd", "Nepal", "nerdcubed", "nuest", "SHINee", "stevenuniverse", "straykids", "vtubers"]}, "path": {"152-155": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1506, 1001], [1506, 1000], [1497, 1000], [1497, 999], [1478, 999], [1478, 937], [1462, 937]], "140-151": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1478, 1044], [1478, 937], [1462, 937]], "109-139": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1024], [1478, 1024], [1478, 945], [1479, 945], [1485, 951], [1485, 943], [1449, 943], [1449, 937], [1462, 937]], "156-166, T:0-1": [[1462, 912], [1525, 912], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1496, 1001], [1496, 999], [1478, 999], [1478, 937], [1462, 937]]}, "center": {"152-155": [1502, 949], "140-151": [1502, 948], "109-139": [1499, 1038], "156-166, T:0-1": [1502, 976]}}, {"id": "twq7rv", "name": "Tampa Bay Lightning", "description": "The Tampa Bay Lightning is a professional National Hockey League (NHL) team. This art depicts the Lightning's logo with a Stanley Cup (championship trophy) and B2B for back-to-back championship wins in 2020 and 2021.", "links": {"website": ["https://www.nhl.com/lightning", "https://en.wikipedia.org/wiki/Tampa_Bay_Lightning"], "subreddit": ["TampaBayLightning"]}, "path": {"92-124": [[678, 590], [678, 573], [701, 573], [701, 591]], "7-86": [[678, 571], [678, 591], [701, 591], [701, 571]], "130-165, T:0-1": [[678, 591], [678, 573], [701, 573], [701, 591]]}, "center": {"92-124": [690, 582], "7-86": [690, 581], "130-165, T:0-1": [690, 582]}}, {"id": "twq7rh", "name": "Sverd i fjell", "description": "Monument commemorating the Battle of Hafrsfjord from years 872-900, which resulted in Harald Hårfagre gathering Norway under one king. Its name translates to \"Swords in Rock\".", "links": {"website": ["https://en.wikipedia.org/wiki/Sverd_i_fjell"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"16-165, T:0-1": [[342, 38], [339, 41], [339, 43], [340, 43], [340, 49], [336, 49], [336, 52], [338, 54], [339, 54], [339, 75], [363, 75], [363, 59], [365, 57], [365, 55], [364, 55], [364, 52], [361, 49], [359, 49], [356, 52], [349, 52], [349, 49], [345, 49], [345, 43], [346, 43], [346, 41], [343, 38]]}, "center": {"16-165, T:0-1": [351, 64]}}, {"id": "twq7q2", "name": "Ecce Homo", "description": "Ecce Homo (Latin for \"Behold the Man\") is a fresco painted circa 1930 by Elías García Martínez in Borja, Zaragoza, Spain. The painting depicts Jesus crowned with thorns. It became famous in 2012 from a good-faith attempt to restore it by untrained amateur Cecilia Giménez, transforming the painting and making it look like a monkey. The painting became an internet phenomenon, receiving the nickname Ecce Mono (\"Behold the Monkey\").", "links": {"website": ["https://english.elpais.com/arts/2020-11-13/spains-latest-ecce-homo-how-a-botched-restoration-made-global-headlines.html?outputType=amp", "https://en.wikipedia.org/wiki/Ecce_Homo_(Mart%C3%ADnez_and_Gim%C3%A9nez)"], "subreddit": ["esPlace", "spain"]}, "path": {"67-166, T:0-1": [[1035, 285], [1031, 290], [1031, 292], [1034, 300], [1032, 302], [1029, 307], [1029, 308], [1049, 308], [1049, 303], [1048, 302], [1048, 289], [1046, 286], [1043, 284]]}, "center": {"67-166, T:0-1": [1040, 293]}}, @@ -1210,11 +1210,11 @@ {"id": "twpo29", "name": "reputation", "description": "Part of the font for Taylor Swift's 2017 album 'reputation'. It also features a snake border in homage to the aesthetic of her 6th studio album. It was created in a short space of time after the 'evermore' tribute was destroyed. A huge thank you to the people whose incredible contributions helped to defend 'rep', especially the Lego and PopHeads community. These efforts resulted in it being saved in the final few minutes before r/place ended.", "links": {"website": ["https://en.wikipedia.org/wiki/Reputation_(album)"], "subreddit": ["TaylorSwift"]}, "path": {"109-166, T:0-1": [[828, 1909], [835, 1914], [844, 1915], [845, 1916], [845, 1931], [844, 1932], [817, 1932], [816, 1931], [816, 1916], [817, 1915], [830, 1915], [831, 1916], [832, 1915], [830, 1914], [827, 1910]]}, "center": {"109-166, T:0-1": [831, 1923]}}, {"id": "twpo0c", "name": "Oranje Boven", "description": "Oranje Boven (Orange Above) is a well-known short song in the Netherlands. It is symbolized by the orange stripe above the flag of the Netherlands.", "links": {"website": ["https://nl.wikipedia.org/wiki/Oranje_boven_(lied)"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"59-80": [[368, 0], [368, 8], [297, 8], [297, 14], [886, 14], [886, 0], [1104, 0], [1104, 14], [2000, 14], [2000, 0]], "51-54": [[358, 0], [358, 8], [297, 8], [297, 14], [887, 14], [887, 0]], "24-45": [[358, 0], [358, 8], [297, 8], [297, 14], [800, 13], [800, 0]], "2-23": [[345, 0], [345, 8], [297, 8], [297, 14], [932, 14], [932, 0]], "55-58": [[297, 8], [297, 14], [887, 14], [887, 0], [999, 0], [999, 14], [1858, 14], [1858, 0], [359, 0], [359, 8]], "81-166, T:0-1": [[368, 0], [368, 13], [929, 14], [929, 0], [1104, 0], [1104, 14], [2000, 13], [2000, 0]]}, "center": {"59-80": [1200, 7], "51-54": [612, 7], "24-45": [381, 7], "2-23": [626, 7], "55-58": [1102, 7], "81-166, T:0-1": [921, 7]}}, {"id": "twpnz1", "name": "Starkid", "description": "The logo of Starkid, a theatre company who puts their content on youtube for free!", "links": {"website": ["https://www.teamstarkid.com"], "subreddit": ["starkid"]}, "path": {"109-165, T:0-1": [[347, 1494], [347, 1493], [350, 1499], [352, 1499], [352, 1490], [346, 1490], [345, 1490], [345, 1498], [353, 1499], [352, 1491]]}, "center": {"109-165, T:0-1": [349, 1495]}}, -{"id": "twpnf6", "name": "Horny Matsuri", "description": "A sort of Ahegao face made by Natsuiro Matsuri of Hololive's 1st Gen. An iconic meme image within the Hololive community. She's God, OK?", "links": {"website": ["https://www.youtube.com/channel/UCQ0UDLQCjY0rmuxCDE38FGg"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1423, 1102], [1423, 1073], [1454, 1073], [1454, 1103], [1453, 1103], [1423, 1103]]}, "center": {"109-165, T:0-1": [1439, 1088]}}, +{"id": "twpnf6", "name": "Horny Matsuri", "description": "Natsuiro Matsuri is a VTuber who is part of Hololive's 1st Gen. This is a sort of Ahegao face made by Matsuri, and is an iconic meme image within the Hololive community. She's God, OK?", "links": {"website": ["https://www.youtube.com/channel/UCQ0UDLQCjY0rmuxCDE38FGg", "https://virtualyoutuber.fandom.com/wiki/Natsuiro_Matsuri"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"113-165, T:0-1": [[1423, 1102], [1423, 1073], [1454, 1073], [1454, 1103], [1453, 1103], [1423, 1103]]}, "center": {"113-165, T:0-1": [1439, 1088]}}, {"id": "twpn9r", "name": "Our Flag Means Death", "description": "One of the biggest hits of 2022, Our Flag Means Death (OFMD) is a TV series that tells the tale of Stede Bonnet, a pampered aristocrat turned pirate, and Blackbeard, the most fearsome pirate of all time.", "links": {"website": ["https://en.wikipedia.org/wiki/Our_Flag_Means_Death"], "subreddit": ["OurFlagMeansDeath"]}, "path": {"144-161": [[1900, 893], [1900, 917], [1920, 917], [1920, 905], [1919, 904], [1919, 901], [1920, 900], [1920, 897], [1921, 896], [1921, 895], [1922, 894], [1920, 892], [1910, 892], [1910, 893]], "129-133": [[1901, 915], [1901, 929], [1925, 929], [1925, 923], [1926, 923], [1926, 918], [1924, 918], [1924, 914], [1912, 914], [1912, 915]], "67": [[1803, 825], [1803, 830], [1813, 830], [1813, 825]], "101-128, 134-143": [[1900, 893], [1900, 917], [1901, 917], [1901, 929], [1925, 929], [1925, 918], [1924, 918], [1924, 914], [1920, 914], [1920, 906], [1918, 903], [1920, 900], [1920, 892], [1915, 892], [1914, 893]], "162-166, T:0-1": [[1900, 893], [1900, 917], [1902, 917], [1902, 934], [1934, 934], [1934, 917], [1920, 917], [1920, 905], [1919, 904], [1920, 903], [1920, 897], [1921, 897], [1921, 894], [1919, 894], [1919, 892], [1910, 892], [1910, 893]]}, "center": {"144-161": [1915, 897], "129-133": [1916, 921], "67": [1808, 828], "101-128, 134-143": [1911, 919], "162-166, T:0-1": [1915, 897]}}, {"id": "twpn68", "name": "Schrödinger equation", "description": "The Schrödinger equation is a famous equation that is the basis of quantum physics. The version of the equation here is time-independent and written in the most compact form.", "links": {"website": ["https://en.wikipedia.org/wiki/Schr%C3%B6dinger_equation"], "subreddit": ["physics", "place_CentralAlliance"]}, "path": {"110-165, T:0-1": [[590, 1090], [588, 1092], [588, 1099], [621, 1099], [624, 1096], [621, 1093], [592, 1093], [592, 1092]]}, "center": {"110-165, T:0-1": [615, 1096]}}, {"id": "twpmtd", "name": "Jurassic Park", "description": "This is the logo of the 1993 movie 'Jurassic Park', it was created by the subreddit r/JurassicParkPlace to honor this movie's 30th anniversary (2023).", "links": {"website": ["https://www.jurassicworld.com/"], "subreddit": ["JurassicParkPlace"]}, "path": {"109-166, T:0-1": [[936, 1743], [975, 1743], [975, 1764], [937, 1763], [936, 1744], [936, 1763]]}, "center": {"109-166, T:0-1": [956, 1753]}}, -{"id": "twpm5g", "name": "Takanashi Kiara", "description": "Takanashi Kiara (小鳥遊キアラ) is an English virtual YouTuber associated with Hololive, debuting as part of its English (EN) branch First Generation (HoloMyth) of VTubers.", "links": {"website": ["https://www.youtube.com/channel/UCHsx4Hqa-1ORjQTh9TYDhww", "https://virtualyoutuber.fandom.com/wiki/Takanashi_Kiara"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"110-165, T:0-1": [[1332, 1043], [1345, 1043], [1345, 1051], [1346, 1052], [1346, 1059], [1345, 1059], [1344, 1058], [1339, 1058], [1334, 1061], [1333, 1063], [1332, 1063]]}, "center": {"110-165, T:0-1": [1339, 1051]}}, +{"id": "twpm5g", "name": "Takanashi Kiara", "description": "Takanashi Kiara (小鳥遊キアラ) is an English virtual YouTuber associated with Hololive, debuting as part of its English (EN) branch First Generation (HoloMyth) of VTubers.\n\nShe is depicted next to NIJISANJI's Pomu Rainpuff, since the two are IRL friends and fans of each other.", "links": {"website": ["https://www.youtube.com/channel/UCHsx4Hqa-1ORjQTh9TYDhww", "https://virtualyoutuber.fandom.com/wiki/Takanashi_Kiara"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"110-165, T:0-1": [[1332, 1043], [1345, 1043], [1345, 1051], [1346, 1052], [1346, 1059], [1345, 1059], [1344, 1058], [1339, 1058], [1334, 1061], [1333, 1063], [1332, 1063]]}, "center": {"110-165, T:0-1": [1339, 1051]}}, {"id": "twplzm", "name": "Super Mario 64", "description": "Title screen/logo of the 1996 3D platforming game Super Mario 64, published by the Japanese game company Nintendo. The 'O' is replaced with a Yoshi egg from the Yoshi game series, a spin-off series from the Mario franchise.\n\nThis logo was proposed by speedrunner N8rBeans. This is the second iteration of the logo, after a previous attempt at the top of the first expansion was devastated by r/PlaceNL. The charge to establish this was led by Twitch streamer Johnny3Oak, in honor of all the people who sacrificed to the cause of Super Mario 64.", "links": {"website": ["https://en.wikipedia.org/wiki/Super_Mario_64", "https://www.twitch.tv/johnny3oak"], "subreddit": ["Mario"]}, "path": {"73-90": [[1506, 12], [1506, 35], [1558, 35], [1558, 14], [1552, 14], [1552, 12]], "111-166, T:0-1": [[1930, 1373], [1927, 1378], [1927, 1382], [1925, 1382], [1923, 1389], [1925, 1395], [1968, 1395], [1968, 1383], [1975, 1383], [1975, 1375], [1959, 1375], [1957, 1373]]}, "center": {"73-90": [1532, 24], "111-166, T:0-1": [1949, 1384]}}, {"id": "twplqa", "name": "Berlin TV Tower", "description": "The Berlin TV Tower is a 368m-high tower built in 1969. There is also a restaurant at 207m!", "links": {"website": ["https://tv-turm.de/#"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"109-165, T:0-1": [[552, 1102], [551, 1102], [551, 1126], [550, 1126], [550, 1130], [548, 1130], [544, 1134], [542, 1137], [544, 1140], [544, 1143], [546, 1143], [548, 1145], [549, 1145], [549, 1146], [548, 1147], [548, 1153], [549, 1153], [549, 1168], [548, 1169], [548, 1172], [549, 1172], [549, 1173], [555, 1173], [556, 1172], [556, 1168], [555, 1168], [555, 1153], [556, 1152], [556, 1146], [555, 1146], [555, 1145], [559, 1142], [560, 1140], [562, 1137], [562, 1136], [558, 1130], [555, 1130], [553, 1126], [553, 1102]]}, "center": {"109-165, T:0-1": [552, 1143]}}, {"id": "twplbp", "name": "Jarate", "description": "A thrown weapon in Team Fortress 2 known as \"jar-based karate\". It looks an awful lot like a jar of piss.", "links": {"website": ["https://youtu.be/x0lcrb_56Is", "https://wiki.teamfortress.com/wiki/Jarate"], "subreddit": ["TF2"]}, "path": {"69-101": [[678, 45], [678, 54], [685, 54], [685, 45]], "41-68": [[678, 45], [678, 53], [685, 53], [685, 45]], "102-166, T:0-1": [[813, 53], [816, 53], [817, 52], [817, 48], [816, 47], [817, 46], [812, 46], [813, 47], [812, 48], [812, 52]]}, "center": {"69-101": [682, 50], "41-68": [682, 49], "102-166, T:0-1": [815, 50]}}, @@ -1298,7 +1298,7 @@ {"id": "twrxsz", "name": "Hive Minigames", "description": "The Hive is a Minecraft: Bedrock Edition featured server, in existence since 2018. Its Java edition server existed from 2013-2021. /r/place image made with help from volunteer and non-volunteer staff, as well as lovely members of the community!", "links": {"website": ["https://playhive.com/"], "subreddit": ["hivemc"]}, "path": {"109-166, T:0-1": [[470, 1552], [479, 1552], [479, 1542], [485, 1542], [486, 1541], [487, 1540], [490, 1540], [490, 1561], [470, 1561]]}, "center": {"109-166, T:0-1": [482, 1553]}}, {"id": "twrxre", "name": "Tadano Hitohito", "description": "A main character from manga/anime series Komi-san wa, Comyushou desu.", "links": {"website": ["https://komisan.fandom.com/wiki/Tadano_Hitohito"], "subreddit": ["Komi_San_Place", "Komi_san"]}, "path": {"109-165, T:0-1": [[827, 1471], [826, 1472], [826, 1473], [824, 1475], [824, 1477], [822, 1477], [821, 1476], [820, 1477], [820, 1485], [824, 1489], [821, 1489], [818, 1492], [818, 1494], [821, 1497], [824, 1497], [826, 1495], [826, 1492], [828, 1494], [838, 1494], [838, 1496], [841, 1499], [844, 1499], [846, 1497], [846, 1494], [843, 1491], [841, 1491], [843, 1489], [843, 1483], [844, 1482], [845, 1482], [846, 1481], [843, 1479], [846, 1477], [844, 1475], [842, 1475], [840, 1473], [838, 1473], [837, 1472], [835, 1472], [834, 1471]]}, "center": {"109-165, T:0-1": [832, 1485]}}, {"id": "twrxa8", "name": "Utsuho Reiuji", "description": "Also known as Okuu. She is the final boss in Touhou 11: Subterranean Animism. She is a hell raven who lives beneath the ground of Gensokyo and is one of Satori Komeiji's pets. Her job is to maintain the flames of hell through the manipulation of nuclear fusion.", "links": {"website": ["https://en.touhouwiki.net/wiki/Utsuho_Reiuji"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1621, 1517], [1621, 1550], [1654, 1550], [1654, 1517]]}, "center": {"109-166, T:0-1": [1638, 1534]}}, -{"id": "twrwzg", "name": "IlloJuan", "description": "IlloJuan, also known as LMDShow or Juan Alberto, is a Spanish Twitch streamer born in Fuengirola, Andalusia, Spain. He is in a relationship with fellow streamer Masi Rodríguez. ¡Alo presidentes!", "links": {"website": ["https://www.twitch.tv/illojuan"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[1402, 999], [1402, 1042], [1432, 1042], [1435, 1041], [1436, 1042], [1450, 1042], [1450, 999]]}, "center": {"109-165, T:0-1": [1426, 1021]}}, +{"id": "twrwzg", "name": "IlloJuan", "description": "IlloJuan, also known as LMDShow or Juan Alberto, is a Spanish Twitch streamer born in Fuengirola, Andalusia, Spain. He is in a relationship with fellow streamer Masi Rodríguez. He is nicknamed \"Presidente\", commander general of the anti-baguette troops. ¡Alo presidentes!", "links": {"website": ["https://www.twitch.tv/illojuan"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[1402, 999], [1402, 1042], [1432, 1042], [1435, 1041], [1436, 1042], [1450, 1042], [1450, 999]]}, "center": {"109-165, T:0-1": [1426, 1021]}}, {"id": "twrwwo", "name": "Yale University", "description": "Yale University's Y logo. Thanks to sleep-deprived Yalies and allies from neighboring colleges, The logo was always restored despite numerous annexation attempts.", "links": {"website": ["https://yale.edu"], "subreddit": ["yale"]}, "path": {"109-164, T:0-1": [[339, 1623], [339, 1634], [351, 1634], [351, 1623]]}, "center": {"109-164, T:0-1": [345, 1629]}}, {"id": "twrwk5", "name": "Avengers", "description": "The Avengers logo, from Marvel", "links": {"subreddit": ["Marvel_place"]}, "path": {"109-166, T:0-1": [[955, 1721], [975, 1721], [975, 1720], [975, 1719], [977, 1719], [977, 1718], [979, 1718], [979, 1717], [980, 1717], [980, 1716], [981, 1716], [981, 1714], [982, 1714], [982, 1701], [981, 1701], [981, 1699], [980, 1699], [980, 1698], [979, 1698], [979, 1697], [978, 1697], [978, 1695], [977, 1695], [977, 1694], [975, 1694], [975, 1688], [972, 1688], [972, 1689], [971, 1689], [971, 1690], [970, 1690], [970, 1691], [970, 1692], [966, 1692], [966, 1693], [963, 1693], [963, 1694], [961, 1694], [961, 1695], [959, 1695], [959, 1696], [958, 1696], [958, 1697], [957, 1697], [957, 1698], [956, 1698], [956, 1700], [955, 1700]]}, "center": {"109-166, T:0-1": [968, 1707]}}, {"id": "twrwce", "name": "British Rail", "description": "The double arrows logo of British Rail, The United Kingdom's rail operator between 1965 and 1997, and subsequently Network Rail, its successor, up to the present day. Also features a Network Southeast stripe.", "links": {"website": ["https://en.wikipedia.org/wiki/British_Rail"]}, "path": {"109-166, T:0-1": [[476, 1512], [467, 1512], [467, 1524], [476, 1524]]}, "center": {"109-166, T:0-1": [472, 1518]}}, @@ -1466,7 +1466,7 @@ {"id": "twth2c", "name": "Flag of Senegal", "description": "", "links": {"subreddit": ["senegal"]}, "path": {"109-166, T:0-1": [[190, 1246], [190, 1264], [226, 1265], [225, 1246], [190, 1246], [191, 1247]]}, "center": {"109-166, T:0-1": [208, 1255]}}, {"id": "twtgzo", "name": "Mira Calix", "description": "Mira Calix was a South African musician who created electronic and classical music. She recently died on March 28, 2022 of undisclosed causes.", "links": {"website": ["https://en.wikipedia.org/wiki/Mira_Calix"]}, "path": {"95-166, T:0-1": [[1287, 487], [1287, 496], [1303, 496], [1303, 490], [1304, 489], [1302, 487]]}, "center": {"95-166, T:0-1": [1296, 492]}}, {"id": "twtgtg", "name": "Yuru Camp△ (anime)", "description": "Yuru Camp (aka Laid-Back Camp/ゆるキャン△) is an anime about teenage girls that take camping trips in the Japanese countryside. They enjoy delicious meals and beautiful sceneries together.", "links": {"website": ["https://anilist.co/anime/98444/Yuru-Camp/"], "subreddit": ["yurucamp"]}, "path": {"109-167, T:0-1": [[1328, 1971], [1334, 1958], [1361, 1958], [1365, 1963], [1375, 1963], [1375, 1971]]}, "center": {"109-167, T:0-1": [1351, 1965]}}, -{"id": "twtgsq", "name": "Hoshimachi Suisei", "description": "A pixel art of Hoshimachi Suisei, a member of Hololive (Gen. 0).", "links": {"website": ["https://hololive.hololivepro.com/en/talents/hoshimachi-suisei/"], "subreddit": ["HoshimachiSuisei", "Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1451, 1125], [1451, 1118], [1452, 1118], [1452, 1110], [1454, 1107], [1452, 1104], [1455, 1104], [1458, 1104], [1460, 1103], [1463, 1103], [1466, 1103], [1468, 1103], [1468, 1096], [1466, 1094], [1465, 1091], [1472, 1083], [1474, 1083], [1477, 1078], [1480, 1077], [1488, 1077], [1488, 1075], [1494, 1075], [1499, 1082], [1496, 1086], [1496, 1092], [1500, 1097], [1500, 1106], [1500, 1125]]}, "center": {"109-165, T:0-1": [1479, 1104]}}, +{"id": "twtgsq", "name": "Hoshimachi Suisei", "description": "Hoshimachi Suisei is a female Japanese VTuber who is a member of Hololive (Gen. 0). She is a modest, multitalented singer and aspiring idol.", "links": {"website": ["https://hololive.hololivepro.com/en/talents/hoshimachi-suisei/", "https://virtualyoutuber.fandom.com/wiki/Hoshimachi_Suisei"], "subreddit": ["HoshimachiSuisei", "Hololive"], "discord": ["holofans"]}, "path": {"110-165, T:0-1": [[1478, 1076], [1475, 1078], [1473, 1081], [1473, 1082], [1472, 1083], [1470, 1083], [1465, 1088], [1465, 1094], [1467, 1094], [1467, 1102], [1454, 1102], [1454, 1103], [1451, 1103], [1451, 1116], [1450, 1116], [1450, 1126], [1501, 1126], [1501, 1116], [1498, 1112], [1494, 1112], [1494, 1107], [1501, 1107], [1501, 1096], [1497, 1091], [1497, 1086], [1500, 1083], [1500, 1080], [1498, 1080], [1498, 1077], [1496, 1077], [1493, 1073], [1491, 1073], [1490, 1074], [1487, 1074], [1487, 1076]]}, "center": {"110-165, T:0-1": [1482, 1096]}}, {"id": "twtgq8", "name": "Game Theory", "description": "A logo of the Youtube Channel Game Theory, including the colors of related channels Film Theory, Food Theory (and Theory Theory, an inside joke). The channels are created by Matthew Patrick, a.k.a. MatPat", "links": {"website": ["https://www.youtube.com/channel/UCo_IB5145EVNcf8hw1Kku7w"], "subreddit": ["GameTheorists"]}, "path": {"109-166, T:0-1": [[874, 1799], [891, 1799], [891, 1816], [874, 1816]]}, "center": {"109-166, T:0-1": [883, 1808]}}, {"id": "twtgnj", "name": "Astronaut", "description": "An astronaut on the Moon drinking Heineken, a beer produced in the Netherlands. This piece was a collaboration between r/Superstonk and r/PlaceNL.", "links": {"website": ["https://en.wikipedia.org/wiki/Astronaut", "https://en.wikipedia.org/wiki/Heineken"], "subreddit": ["Superstonk", "PlaceNL", "thenetherlands"]}, "path": {"147-165, T:0-1": [[1991, 8], [1989, 10], [1989, 14], [1988, 14], [1987, 13], [1987, 10], [1985, 10], [1985, 13], [1984, 13], [1984, 17], [1987, 17], [1989, 19], [1989, 24], [1987, 24], [1987, 27], [1997, 27], [1997, 23], [2000, 23], [2000, 14], [1999, 13], [1999, 10], [1997, 8]]}, "center": {"147-165, T:0-1": [1994, 17]}}, {"id": "twtgat", "name": "Psy Fly", "description": "A tier 4 passive item that was added in The Binding of Isaac from the Repentance DLC.", "links": {"website": ["https://bindingofisaacrebirth.fandom.com/wiki/Psy_Fly"]}, "path": {"109-166, T:0-1": [[763, 1958], [762, 1959], [762, 1962], [763, 1963], [765, 1963], [765, 1964], [766, 1965], [766, 1966], [767, 1967], [768, 1967], [769, 1968], [772, 1968], [773, 1967], [774, 1967], [775, 1966], [775, 1965], [776, 1964], [777, 1964], [778, 1963], [779, 1963], [780, 1962], [780, 1959], [779, 1958], [778, 1957], [775, 1957], [774, 1958], [773, 1957], [773, 1956], [772, 1955], [771, 1954], [771, 1953], [771, 1952], [772, 1951], [772, 1950], [771, 1949], [772, 1950], [772, 1951], [771, 1952], [770, 1953], [770, 1954], [769, 1954], [769, 1955], [770, 1955], [770, 1956], [769, 1957], [768, 1958], [767, 1958], [766, 1958], [766, 1957], [765, 1957], [764, 1957]]}, "center": {"109-166, T:0-1": [771, 1961]}}, @@ -1700,7 +1700,7 @@ {"id": "twur7u", "name": "Gorgc Okayeg", "description": "A Hoboeg emote made for the dota community's favourite hobo : Gorgc n", "links": {"website": ["https://www.twitch.tv/gorgc"], "subreddit": ["gorgc"]}, "path": {"109-166, T:0-1": [[1591, 1000], [1645, 1000], [1645, 1043], [1591, 1043]]}, "center": {"109-166, T:0-1": [1618, 1022]}}, {"id": "twuqxa", "name": "Dance Dance Revolution", "description": "Dance Dance Revolution is a rhythm game series created by Konami in 1998. It spawned clones and simulators such as Pump It Up, StepMania, In The Groove, StepManiaX, Friday Night Funkin', and more.", "links": {"website": ["https://p.eagate.573.jp/game/ddr/", "https://en.wikipedia.org/wiki/Dance_Dance_Revolution"], "subreddit": ["DanceDanceRevolution"]}, "path": {"8-76, 82-165, T:0-1": [[776, 688], [768, 696], [776, 704], [784, 696]]}, "center": {"8-76, 82-165, T:0-1": [776, 696]}}, {"id": "twuqvr", "name": "Golden axe", "description": "This golden axe represents Hoshimachi Suisei, a Japanese VTuber under the 0th generation of the VTuber agency Hololive. The golden axe originates from a meme where she acted as a psychopath while killing her fellow Hololive members with a golden axe in the game Project Winter. This earned her the nickname \"Suicopath\". Be careful, as the golden axe can be right behind you at any time!", "links": {"website": ["https://en.wikipedia.org/wiki/Hoshimachi_Suisei"], "subreddit": ["HoshimachiSuisei", "Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1337, 912], [1335, 914], [1333, 919], [1332, 920], [1332, 923], [1333, 923], [1335, 921], [1335, 920], [1336, 919], [1338, 919], [1341, 916], [1341, 915], [1338, 912]]}, "center": {"66-166, T:0-1": [1337, 916]}}, -{"id": "twuqvi", "name": "Watamelon", "description": "Watamelon is a pun/meme version of Hololive Japan 4th Generation VTuber Tsunomaki Watame where her entire sheep body is inside a watermelon. She is a crafty sheep.", "links": {"website": ["https://www.youtube.com/channel/UCqm3BQLlJfvkTsX_hvm0UmA", "https://virtualyoutuber.fandom.com/wiki/Tsunomaki_Watame"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"121-165, T:0-1": [[1397, 1094], [1396, 1095], [1398, 1096], [1398, 1099], [1397, 1100], [1398, 1101], [1398, 1104], [1397, 1105], [1397, 1109], [1400, 1109], [1401, 1110], [1402, 1110], [1402, 1112], [1398, 1114], [1397, 1115], [1399, 1117], [1399, 1119], [1398, 1120], [1398, 1122], [1399, 1122], [1402, 1119], [1404, 1119], [1406, 1121], [1408, 1119], [1410, 1119], [1411, 1120], [1413, 1120], [1413, 1117], [1414, 1116], [1414, 1112], [1415, 1111], [1415, 1108], [1414, 1107], [1414, 1100], [1408, 1097], [1406, 1097]]}, "center": {"121-165, T:0-1": [1406, 1104]}}, +{"id": "twuqvi", "name": "Watamelon", "description": "Watamelon is a pun/meme version of Hololive Japan 4th Generation VTuber Tsunomaki Watame where her entire sheep body is inside a watermelon. She is a crafty sheep. The meme originated from Watame eating a melon in the game Minecraft. Her fans (the Watamates) suddenly turned it into a meme, starting with an edited version of the sheep Pokémon Wooloo from the Pokémon games where watermelon skin was pasted onto its wool. The meme expoded in popularity in other sites such as Twitter, Reddit, and 4chan, and even has a rap from Watame herself. The melon will always be here, camouflaged like Waldo, hidden in plain sight. Maybe... she's in your house right now..?\n\nA common argument by anti-watamelonists is that watamelon is merely \"Watame photoshopped to a watermelon\". This could not be further from the truth. First, there came Watame photoshopped onto a sheep. Conventional. Unimaginative. Content to stay within known artistic boundaries. Only on this foundation later came the true art: Watame photoshopped onto a sheep... ONTO A MELON. Radical. Innovative. Avant-garde. Will be remembered for years to come.", "links": {"website": ["https://www.youtube.com/channel/UCqm3BQLlJfvkTsX_hvm0UmA", "https://virtualyoutuber.fandom.com/wiki/Tsunomaki_Watame"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"121-165, T:0-1": [[1397, 1094], [1396, 1095], [1398, 1096], [1398, 1099], [1397, 1100], [1398, 1101], [1398, 1104], [1397, 1105], [1397, 1109], [1400, 1109], [1401, 1110], [1402, 1110], [1402, 1112], [1398, 1114], [1397, 1115], [1399, 1117], [1399, 1119], [1398, 1120], [1398, 1122], [1399, 1122], [1402, 1119], [1404, 1119], [1406, 1121], [1408, 1119], [1410, 1119], [1411, 1120], [1413, 1120], [1413, 1117], [1414, 1116], [1414, 1112], [1415, 1111], [1415, 1108], [1414, 1107], [1414, 1100], [1408, 1097], [1406, 1097]]}, "center": {"121-165, T:0-1": [1406, 1104]}}, {"id": "twuqf8", "name": "drakeoffc", "description": "drakeoffc is a Russian streamer. This art includes drakeoffc's avatar along with some other local Russian memes.", "links": {"website": ["https://www.twitch.tv/drakeoffc"], "subreddit": ["89SQUAD89"]}, "path": {"56-166, T:0-1": [[1891, 588], [1999, 588], [1999, 696], [1891, 696]]}, "center": {"56-166, T:0-1": [1945, 642]}}, {"id": "twupzc", "name": "Our World of Pixels", "description": "A link to the game \"Our World of Pixels\". This is a web-based sandbox game in which players (or cursors) are presented with a set of tools which anyone can draw and/or explore with other people.", "links": {"website": ["http://owop.me"], "subreddit": ["OurWorldOfPixels"]}, "path": {"109-166, T:0-1": [[646, 1375], [682, 1376], [683, 1384], [646, 1384]]}, "center": {"109-166, T:0-1": [664, 1380]}}, {"id": "twupuc", "name": "H cult", "description": "A few notable members from a private Discord server called \"H cult\".", "links": {}, "path": {"109-166, T:0-1": [[545, 1788], [545, 1796], [544, 1796], [544, 1800], [543, 1801], [543, 1803], [541, 1803], [539, 1805], [539, 1808], [540, 1808], [540, 1809], [539, 1810], [539, 1811], [538, 1812], [538, 1821], [533, 1821], [532, 1822], [530, 1822], [530, 1823], [528, 1823], [528, 1822], [526, 1822], [526, 1828], [536, 1828], [536, 1825], [537, 1825], [537, 1822], [536, 1822], [536, 1821], [538, 1821], [538, 1816], [549, 1816], [549, 1788]]}, "center": {"109-166, T:0-1": [542, 1810]}}, @@ -2024,7 +2024,7 @@ {"id": "twvurs", "name": "Boulevard of broken memes", "description": "The discord logo for the server Boulevard of broken memes, contributed by most of it's members", "links": {}, "path": {"109-166, T:0-1": [[46, 1256], [54, 1256], [54, 1265], [46, 1265]]}, "center": {"109-166, T:0-1": [50, 1261]}}, {"id": "twvur2", "name": "Kenny McCormick", "description": "Kenny McCormick is one of the four main characters in the American animated television series South Park.", "links": {"website": ["https://en.wikipedia.org/wiki/Kenny_McCormick"], "subreddit": ["southpark"]}, "path": {"109-166, T:0-1": [[490, 1676], [490, 1681], [481, 1681], [481, 1688], [499, 1688], [499, 1675], [490, 1675], [490, 1676], [491, 1676], [490, 1675], [491, 1676]]}, "center": {"109-166, T:0-1": [491, 1683]}}, {"id": "twvunw", "name": "Dedusko Večerníček", "description": "Dedusko Večerníček (Grandpa Little bedtime story) is a character from Slovak television who reads bedtime cartoons, accompanied by his pet dog.", "links": {"website": ["https://en.wikipedia.org/wiki/Ve%C4%8Dern%C3%AD%C4%8Dek"], "subreddit": ["Slovakia"]}, "path": {"91-166, T:0-1": [[1403, 177], [1394, 186], [1396, 201], [1389, 209], [1398, 216], [1427, 217], [1422, 209], [1427, 194], [1422, 191], [1415, 179], [1408, 177], [1406, 177]]}, "center": {"91-166, T:0-1": [1410, 198]}}, -{"id": "twvum8", "name": "Chibi Inui Toko (戌亥とこ)", "description": "A female Japanese Virtual YouTuber affiliated with NIJISANJI.", "links": {"website": ["https://www.youtube.com/channel/UCXRlIK3Cw_TJIQC5kSJJQMg"], "subreddit": ["Nijisanji"]}, "path": {"109-165, T:0-1": [[1456, 1092], [1466, 1092], [1466, 1102], [1455, 1103]]}, "center": {"109-165, T:0-1": [1461, 1097]}}, +{"id": "twvum8", "name": "Inui Toko", "description": "Inui Toko (戌亥とこ) is a female Japanese Virtual YouTuber affiliated with the VTuber agency NIJISANJI.", "links": {"website": ["https://www.youtube.com/channel/UCXRlIK3Cw_TJIQC5kSJJQMg", "https://virtualyoutuber.fandom.com/wiki/Inui_Toko"], "subreddit": ["Nijisanji"]}, "path": {"119-165, T:0-1": [[1455, 1091], [1455, 1099], [1454, 1099], [1454, 1103], [1468, 1103], [1468, 1100], [1467, 1099], [1467, 1094], [1464, 1091]]}, "center": {"119-165, T:0-1": [1461, 1097]}}, {"id": "twvue0", "name": "Turkish tea", "description": "Turkish tea is traditionally served boiling-hot in a tulip-shaped glass known as an ince belli (English: \"slim-waisted\"). The glass showcases the tea's crimson color, and is usually held by the rim to avoid being burned by the tea. The tea is often served with small cubes with beet sugar, as opposed to other sweeteners like milk or lemon. Offering tea to guests is part of Turkish hospitality.\n\nIstanbul, Turkey is home to a prosperous glass-blowing industry where these traditional tea glasses are produced. Around 400 million of these traditional tea glasses are sold each year in Turkey.\n\nThis art was drawn by the Turkish meme subreddit r/burdurland in reference to r/burdurland founder and YouTuber Porçay, whose name sounds like \"çay\", the Turkish word for tea.", "links": {"website": ["https://en.wikipedia.org/wiki/Tea_in_Turkey"], "subreddit": ["Turkey"]}, "path": {"105-165, 62-102, T:0-1": [[1025, 120], [1025, 166], [1072, 166], [1072, 120]]}, "center": {"105-165, 62-102, T:0-1": [1049, 143]}}, {"id": "twvtyh", "name": "Boston Bruins", "description": "The Boston Bruins is a National Hockey League (NHL) team based in Boston, Massachusetts, United States.", "links": {"website": ["https://www.nhl.com/bruins", "https://en.wikipedia.org/wiki/Boston_Bruins"], "subreddit": ["BostonBruins"]}, "path": {"63-69": [[1770, 271], [1770, 281], [1779, 281], [1779, 271]], "20-30": [[5, 965], [0, 972], [0, 976], [0, 984], [1, 989], [6, 995], [14, 1000], [23, 1000], [32, 997], [36, 992], [26, 988], [17, 988], [14, 985], [14, 980], [11, 976], [11, 968], [9, 966]], "109-166, T:0-1": [[449, 1868], [490, 1868], [490, 1924], [449, 1924]]}, "center": {"63-69": [1775, 276], "20-30": [7, 983], "109-166, T:0-1": [470, 1896]}}, {"id": "twvtyg", "name": "La bande à Picsou", "description": "A French group of friends represented by a purple dice.", "links": {}, "path": {"159-166, T:0-1": [[675, 793], [675, 797], [679, 797], [679, 793]]}, "center": {"159-166, T:0-1": [677, 795]}}, @@ -2179,7 +2179,7 @@ {"id": "twv9g4", "name": "Ramee", "description": "Ramee is a streamer who role-plays on the game Grand Theft Auto V.\n\nThis art also includes a memorial for fellow RP streamer Blue622 who passed away in 2020.", "links": {"website": ["https://www.twitch.tv/ramee"], "subreddit": ["Chang_Gang", "NoPixel", "place_CentralAlliance"]}, "path": {"25-165, T:0-1": [[410, 964], [408, 966], [409, 967], [409, 970], [411, 972], [422, 978], [424, 978], [426, 976], [420, 971], [423, 971], [426, 968], [426, 966], [424, 964]]}, "center": {"25-165, T:0-1": [416, 969]}}, {"id": "twv974", "name": "Xibalbistán Flag", "description": "Flag of the micronation created by the Xibalboys, a small but dedicated group of friends.nFunded by Alejandro, Isi, Llibert and Chuko", "links": {"website": ["https://xibalbistan.com"]}, "path": {"109-166, T:0-1": [[846, 1814], [846, 1821], [855, 1821], [855, 1814], [853, 1814]]}, "center": {"109-166, T:0-1": [851, 1818]}}, {"id": "twv91e", "name": "Tolkien Estate", "description": "The Tolkien Estate is a legal entity managing the rights of J. R. R. Tolkien, author of The Lord of the Rings and The Hobbit.", "links": {"website": ["https://en.wikipedia.org/wiki/Tolkien_Estate"], "subreddit": ["lotr"]}, "path": {"95-166, T:0-1": [[1823, 430], [1848, 430], [1848, 476], [1823, 476]]}, "center": {"95-166, T:0-1": [1836, 453]}}, -{"id": "100004", "name": "Delutaya", "description": "A small depiction of the indie VTuber Delutaya.", "links": {"website": ["https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q"], "subreddit": ["Delutaya"]}, "path": {"109-166, T:0-1": [[1486, 1064], [1484, 1066], [1484, 1071], [1485, 1074], [1491, 1074], [1492, 1071], [1492, 1066], [1490, 1064]]}, "center": {"109-166, T:0-1": [1488, 1069]}}, +{"id": "100004", "name": "Delutaya", "description": "Delutaya is an indie VTuber.", "links": {"website": ["https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q", "https://virtualyoutuber.fandom.com/wiki/Delutaya"], "subreddit": ["Delutaya"]}, "path": {"127-166, T:0-1": [[1486, 1063], [1484, 1065], [1482, 1065], [1482, 1066], [1483, 1067], [1483, 1070], [1482, 1071], [1484, 1072], [1484, 1075], [1492, 1075], [1492, 1074], [1490, 1072], [1494, 1072], [1494, 1066], [1490, 1063]]}, "center": {"127-166, T:0-1": [1488, 1068]}}, {"id": "twv8ov", "name": "Mona Lisa", "description": "The Mona Lisa is a painting created by Italian Renaissance artist Leonardo da Vinci.\n\nThis art was present in the 2017 r/place but was griefed and not finished in the 2022 version.", "links": {"website": ["https://en.wikipedia.org/wiki/Mona_Lisa"], "subreddit": ["MonaLisaClan"]}, "path": {"61-77": [[1254, 534], [1254, 540], [1320, 540], [1320, 534]], "109-166, T:0-1": [[1489, 1289], [1489, 1395], [1492, 1395], [1492, 1309], [1495, 1307], [1499, 1307], [1502, 1310], [1501, 1321], [1502, 1324], [1509, 1324], [1509, 1336], [1515, 1336], [1515, 1344], [1518, 1347], [1518, 1352], [1526, 1352], [1527, 1353], [1537, 1353], [1547, 1343], [1547, 1336], [1557, 1322], [1547, 1317], [1547, 1311], [1551, 1305], [1551, 1302], [1549, 1300], [1549, 1297], [1555, 1297], [1555, 1293], [1559, 1293], [1568, 1298], [1571, 1298], [1571, 1305], [1570, 1306], [1570, 1310], [1571, 1311], [1571, 1314], [1573, 1316], [1573, 1324], [1575, 1324], [1575, 1316], [1576, 1316], [1576, 1289]]}, "center": {"109-166, T:0-1": [1525, 1310]}}, {"id": "twv8ol", "name": "Rust", "description": "Rust is a multiplayer-only survival video game developed by Facepunch Studios.\n\nOriginally just the word \"Rust\" located on the bottom row, the logo for the game was also added after the second canvas expansion.", "links": {"website": ["https://rust.facepunch.com/", "https://en.wikipedia.org/wiki/Rust_(video_game)"], "subreddit": ["playrust", "place_CentralAlliance"]}, "path": {"24-108": [[523, 993], [523, 1000], [540, 1000], [540, 993]], "11-14": [[492, 993], [492, 1000], [516, 1000], [516, 993]], "109-166, T:0-1": [[523, 992], [523, 1018], [540, 1018], [540, 992]]}, "center": {"24-108": [532, 997], "11-14": [504, 997], "109-166, T:0-1": [532, 1005]}}, {"id": "twv8nx", "name": "StressMonster101", "description": "StressMonster101 is a Minecraft YouTuber.", "links": {"website": ["https://www.youtube.com/c/Stressmonster101", "https://hermitcraft.fandom.com/wiki/StressMonster101"], "subreddit": ["HermitCraft"]}, "path": {"16-165, T:0-1": [[887, 591], [887, 599], [896, 599], [896, 591]]}, "center": {"16-165, T:0-1": [892, 595]}}, @@ -2441,7 +2441,7 @@ {"id": "twxbtk", "name": "Rewrite", "description": "Rewrite is a 2011 visual novel by VisualArt's/Key. This novel's logo and a the tree from the title screen are shown here.\n\nThis art was centered around the (69,69) pixel, and frequently attacked for that reason.", "links": {"website": ["https://en.wikipedia.org/wiki/Rewrite_(video_game)"], "subreddit": ["Rewrite"]}, "path": {"124-165, T:0-1": [[53, 63], [53, 74], [81, 74], [81, 68], [83, 66], [83, 63]]}, "center": {"124-165, T:0-1": [69, 69]}}, {"id": "twxbqc", "name": "Vivy", "description": "Vivy is the titular character of the anime Vivy: Fluorite Eye's Song. She has an alter ego as the singer Diva.", "links": {"website": ["https://vivy-fluorite-eyes-song.fandom.com/wiki/Diva"], "subreddit": ["Vivy"]}, "path": {"112-166, T:0-1": [[467, 1638], [465, 1640], [461, 1654], [463, 1653], [477, 1653], [479, 1654], [475, 1644], [469, 1638]]}, "center": {"112-166, T:0-1": [469, 1647]}}, {"id": "twxbnb", "name": "Radiant_Soul", "description": "Raidiant_Soul is a small streamer that streams the virtual platform VRChat.", "links": {"website": ["https://www.twitch.tv/radiantsoul_tv"]}, "path": {"160-162": [[721, 828], [721, 835], [730, 835], [730, 828]], "163-165, T:0-1": [[720, 828], [720, 835], [729, 835], [729, 828]]}, "center": {"160-162": [726, 832], "163-165, T:0-1": [725, 832]}}, -{"id": "twxbml", "name": "GFRIEND logo", "description": "Crown logo of Korean girl group GFRIEND (여자친구), drawn in the official colours of the group.", "links": {"website": ["https://web.archive.org/web/20210610205222/https://www.sourcemusic.com/ko/girf_profile.php"], "subreddit": ["GFRIEND"]}, "path": {"109-166, T:0-1": [[1498, 1056], [1508, 1056], [1508, 1063], [1498, 1063]]}, "center": {"109-166, T:0-1": [1503, 1060]}}, +{"id": "twxbml", "name": "GFRIEND", "description": "GFRIEND (여자친구) is a Korean girl group. Their logo is a crown, and it is drawn here in the official colours of the group.", "links": {"website": ["https://web.archive.org/web/20210610205222/https://www.sourcemusic.com/ko/girf_profile.php", "https://en.wikipedia.org/wiki/GFriend"], "subreddit": ["GFRIEND", "kpop"]}, "path": {"115-166, T:0-1": [[1498, 1057], [1498, 1060], [1499, 1061], [1499, 1063], [1507, 1063], [1507, 1061], [1508, 1060], [1508, 1057], [1504, 1057], [1503, 1056], [1502, 1057]]}, "center": {"115-166, T:0-1": [1503, 1060]}}, {"id": "twxbls", "name": "osu!droid", "description": "An osu! logo held up by the Android logo, To symbolize the osu!droid community, who play osu! on touchscreen handheld devices that run Android.", "links": {"website": ["https://osu.ppy.sh"], "subreddit": ["OSUdroid"]}, "path": {"109-165, T:0-1": [[642, 1430], [642, 1453], [659, 1453], [659, 1430]]}, "center": {"109-165, T:0-1": [651, 1442]}}, {"id": "twxbkn", "name": "Takodachi", "description": "The Takodachi is the octopus-like mascot of Hololive English (Myth) VTuber Ninomae Ina'nis, and also the representation of her fanbase. Ina is a VTuber from the Myth Generation of Hololive's English branch. Her design includes tentacles, octopus earflaps, a purple color scheme, and a halo, hence the mascot she created being a purple octopus with a halo. Takodachi is a portmanteau of the Japanese \"tako\" (octopus) and \"tomodachi\" (friend), and is usually portrayed as a friendly character. As such, he is shown smiling while making friends with other fandoms, with hearts above his head. In this art, Takodachi is holding Pochita and petting BB. Wah!", "links": {"website": ["https://www.youtube.com/@NinomaeInanis", "https://virtualyoutuber.fandom.com/wiki/Ninomae_Ina%27nis"], "subreddit": ["NinomaeInanis", "Hololive"], "discord": ["holofans"]}, "path": {"8-166, T:0-1": [[193, 771], [193, 772], [196, 774], [200, 774], [209, 783], [214, 783], [216, 784], [220, 788], [220, 789], [221, 790], [223, 790], [223, 793], [226, 793], [226, 771], [223, 771], [223, 770], [221, 768], [221, 767], [219, 764], [215, 764], [213, 768], [211, 770], [211, 771], [208, 771], [208, 777], [202, 771]]}, "center": {"8-166, T:0-1": [217, 776]}}, {"id": "twxbb5", "name": "98", "description": "98 is a reference to an episode of the anime Love Live! Sunshine!!, where school idol group Aquors didn't reach the required number of applicants for their school, Uranohoshi High School, falling short at 98. The scene became a meme by the Love Live! community, most commonly used by the Love Live! meme subreddit, r/Otonokizaka.\n\nThis number was drawn as part of a promise r/LoveLive held with r/Otonokizaka to make a 98 in r/place.", "links": {"website": ["https://love-live.fandom.com/wiki/The_Time_Left"], "subreddit": ["Otonokizaka", "LoveLive"]}, "path": {"63-77": [[878, 726], [878, 734], [888, 734], [888, 726]], "36-42": [[865, 701], [865, 707], [873, 707], [873, 701]], "78-84, 91-95": [[878, 727], [878, 733], [888, 733], [888, 727]], "96-164, T:0-1": [[878, 726], [888, 726], [888, 734], [878, 734]]}, "center": {"63-77": [883, 730], "36-42": [869, 704], "78-84, 91-95": [883, 730], "96-164, T:0-1": [883, 730]}}, @@ -2546,7 +2546,7 @@ {"id": "twwx0j", "name": "Aurigas", "description": "Project Minecraft STA", "links": {"website": ["https://www.twitch.tv/aurigas"]}, "path": {"109-166, T:0-1": [[1332, 1753], [1345, 1753], [1345, 1783], [1332, 1783]]}, "center": {"109-166, T:0-1": [1339, 1768]}}, {"id": "twwwx8", "name": "Linux Mint", "description": "Linux Mint is an operating system for desktop and laptop computers. It is designed to work \"out of the box\" and comes fully equipped with the apps most people need.", "links": {"website": ["https://linuxmint.com/", "https://en.wikipedia.org/wiki/Linux_Mint"], "subreddit": ["linuxmint", "placetux"]}, "path": {"3-158": [[48, 680], [48, 688], [50, 690], [58, 690], [60, 688], [60, 683], [58, 681], [51, 681], [51, 680]], "159-165, T:0-1": [[61, 688], [61, 682], [59, 680], [51, 680], [51, 686], [53, 688]]}, "center": {"3-158": [53, 685], "159-165, T:0-1": [56, 684]}}, {"id": "twwww4", "name": "The Rising of the Shield Hero", "description": "Artwork for the anime The Rising of the Shield Hero. The top left is the shield of the main character; the girl on the right is the character Raphtalia.", "links": {"website": ["https://myanimelist.net/anime/35790/Tate_no_Yuusha_no_Nariagari?q=shield%20herp&cat=anime"], "subreddit": ["shieldbro", "RisingOfTheShieldHero"]}, "path": {"109-166, T:0-1": [[796, 1543], [796, 1519], [843, 1519], [843, 1556], [810, 1556], [810, 1543]]}, "center": {"109-166, T:0-1": [821, 1536]}}, -{"id": "twwwpq", "name": "Relaxed", "description": "Relaxed is a meme associated with the Spanish streamer ChurroMoreno (ChusoMMontero), who specializes in no-hit runs of the Dark Souls games.", "links": {"website": ["https://www.twitch.tv/chusommontero"], "subreddit": ["ChusoMMontero"]}, "path": {"154-166, T:0-1": [[1455, 1023], [1450, 1029], [1450, 1044], [1468, 1044], [1474, 1038], [1474, 1036], [1476, 1036], [1476, 1032], [1478, 1030], [1478, 1028], [1474, 1024], [1470, 1024], [1469, 1023]]}, "center": {"154-166, T:0-1": [1461, 1034]}}, +{"id": "twwwpq", "name": "Relajao", "description": "Relajao (\"Relaxed\") is a meme associated with the Spanish streamer ChurroMoreno (ChusoMMontero), who specializes in no-hit runs of the Dark Souls games.", "links": {"website": ["https://www.twitch.tv/chusommontero"], "subreddit": ["ChusoMMontero"]}, "path": {"154-166, T:0-1": [[1455, 1023], [1450, 1029], [1450, 1044], [1468, 1044], [1474, 1038], [1474, 1036], [1476, 1036], [1476, 1032], [1478, 1030], [1478, 1028], [1474, 1024], [1470, 1024], [1469, 1023]]}, "center": {"154-166, T:0-1": [1461, 1034]}}, {"id": "twwwpk", "name": "aXoZer", "description": "aXoZer is a Spanish streamer. This art depicts his logo and his skin from the game Minecraft.", "links": {"website": ["https://www.twitch.tv/axozer"], "subreddit": ["aXoZer"]}, "path": {"130-148": [[1802, 804], [1801, 805], [1801, 815], [1802, 815], [1802, 832], [1801, 832], [1801, 834], [1824, 834], [1828, 838], [1830, 838], [1830, 831], [1845, 831], [1845, 804]], "104-129": [[1802, 805], [1802, 831], [1840, 831], [1840, 819], [1845, 819], [1845, 805]], "149-153": [[1801, 804], [1801, 815], [1802, 815], [1802, 832], [1801, 832], [1801, 842], [1846, 842], [1846, 814], [1842, 814], [1842, 815], [1834, 815], [1834, 814], [1833, 814], [1833, 803], [1801, 803]], "154-165, T:0-1": [[1803, 803], [1801, 805], [1801, 815], [1802, 815], [1802, 818], [1801, 818], [1801, 829], [1802, 829], [1802, 831], [1846, 831], [1846, 814], [1842, 814], [1842, 815], [1834, 815], [1834, 814], [1833, 814], [1833, 804]]}, "center": {"130-148": [1821, 819], "104-129": [1824, 818], "149-153": [1820, 825], "154-165, T:0-1": [1819, 817]}}, {"id": "twwwor", "name": "Scuderia Ferrari", "description": "Scuderia Ferrari is a Formula 1 team owned by automobile manufacturer Ferrari. This art depicts the team's emblem and signature Rosso Corsa (red) colour.", "links": {"website": ["https://www.ferrari.com/formula1", "https://en.wikipedia.org/wiki/Scuderia_Ferrari"], "subreddit": ["formula1"]}, "path": {"5-165, T:0-1": [[485, 795], [506, 795], [506, 825], [485, 825]]}, "center": {"5-165, T:0-1": [496, 810]}}, {"id": "twwwea", "name": "AlzheimersGroup comic strip", "description": "Running joke in r/alzheimersgroup is to post the same Garfield comic, repeatedly. This is a simple representation of the original comic.", "links": {"subreddit": ["alzheimersgroup"]}, "path": {"109-166, T:0-1": [[1576, 1705], [1590, 1705], [1590, 1711], [1577, 1711], [1576, 1711]]}, "center": {"109-166, T:0-1": [1583, 1708]}}, @@ -2690,7 +2690,7 @@ {"id": "tx33w6", "name": "Chicken Person ft. Amongus", "description": "Chick P is the best celestial being a motley crew of adventures could ask for! The blue amongus is riding atop.", "links": {}, "path": {"109-166, T:0-1": [[469, 1440], [471, 1440], [472, 1439], [473, 1438], [473, 1434], [472, 1433], [468, 1433], [467, 1435], [468, 1438]]}, "center": {"109-166, T:0-1": [470, 1436]}}, {"id": "tx33vw", "name": "Soul Knight boar", "description": "Enemy from the mobile game Soul Knight", "links": {"subreddit": ["SoulKnight"]}, "path": {"109-166, T:0-1": [[1700, 1977], [1720, 1977], [1720, 1993], [1700, 1993]]}, "center": {"109-166, T:0-1": [1710, 1985]}}, {"id": "tx33s5", "name": "Murasame", "description": "Murasame is a character from the visual novel Senren*Banka, made by Yuzusoft.\n\nThis art was created by the Yuzusoft fan Discord server as part of Operation YuzuArt.", "links": {"website": ["http://www.yuzu-soft.com/"], "subreddit": ["visualnovels"], "discord": ["jJRNgzh"]}, "path": {"132-166, T:0-1": [[1425, 491], [1433, 491], [1433, 509], [1425, 509]]}, "center": {"132-166, T:0-1": [1429, 500]}}, -{"id": "tx33nw", "name": "Bibi hat", "description": "Bibi, guardian and companion of Hololive Japan 4th Gen. member Tokoyami Towa, in hat form.", "links": {"website": ["https://www.youtube.com/channel/UC1uv2Oq6kNxgATlCiez59hw"], "subreddit": ["tokoyamitowa", "Hololive"], "discord": ["holofans"]}, "path": {"109-165, T:0-1": [[1428, 1072], [1428, 1066], [1447, 1066], [1447, 1072], [1448, 1072]]}, "center": {"109-165, T:0-1": [1438, 1069]}}, +{"id": "tx33nw", "name": "Bibi", "description": "Bibi is a guardian and companion of Hololive Japan 4th Gen. member Tokoyami Towa. Bibi is depicted here in hat form.", "links": {"website": ["https://www.youtube.com/channel/UC1uv2Oq6kNxgATlCiez59hw", "https://virtualyoutuber.fandom.com/wiki/Tokoyami_Towa"], "subreddit": ["tokoyamitowa", "Hololive"], "discord": ["holofans"]}, "path": {"115-165, T:0-1": [[1433, 1065], [1432, 1066], [1430, 1066], [1430, 1069], [1428, 1072], [1428, 1073], [1449, 1073], [1449, 1072], [1447, 1069], [1447, 1066], [1445, 1066], [1444, 1065], [1443, 1065], [1442, 1066], [1435, 1066], [1434, 1065]]}, "center": {"115-165, T:0-1": [1439, 1070]}}, {"id": "tx3386", "name": "DreamNotFound", "description": "DreamNotFound (DNF) is the ship name of content creators Dream and GeorgeNotFound.\n\nThis logo was created as revenge by Dream. George used to have artwork there, which got covered by AMC. Later Dream asked his chat to cover it up with this logo.\n\nAfter this he asked to change it to the Good Mythical Morning logo, which is what remained until the end.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["DreamWasTaken", "dreamnotfound2"]}, "path": {"126-130": [[1211, 330], [1211, 398], [1279, 398], [1279, 330]]}, "center": {"126-130": [1245, 364]}}, {"id": "tx3383", "name": "Duke University", "description": "Duke University is a college in Durham, North Carolina, United States. The Duke Blue Devils men's basketball team recently competed against the University of North Carolina at Chapel Hill (UNC) in the Final Four of the 2022 NCAA Tournament.", "links": {"website": ["https://duke.edu/", "https://www.goduke.com", "https://en.wikipedia.org/wiki/Duke_University"], "subreddit": ["duke"]}, "path": {"80-93": [[1785, 623], [1785, 637], [1800, 637], [1800, 623]], "120-164, T:0-1": [[338, 1635], [338, 1648], [348, 1648], [352, 1644], [352, 1635]]}, "center": {"80-93": [1793, 630], "120-164, T:0-1": [345, 1642]}}, {"id": "tx32xi", "name": "Skin thedaarick28", "description": "this is the skin's face of the streamer/YouTuber theDaarick28", "links": {"website": ["https://trovo.live/DaarickOficial"]}, "path": {"109-166, T:0-1": [[1615, 1649], [1615, 1658], [1624, 1658], [1624, 1649]]}, "center": {"109-166, T:0-1": [1620, 1654]}}, @@ -3319,8 +3319,8 @@ {"id": "tx65hn", "name": "South Africa", "description": "The country of South Africa as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/South_Africa"], "subreddit": ["SouthAfrica"]}, "path": {"159-165, T:0-1": [[727, 963], [730, 968], [732, 968], [736, 965], [739, 965], [745, 961], [750, 961], [753, 964], [753, 967], [754, 968], [754, 969], [752, 970], [752, 972], [750, 974], [748, 978], [741, 982], [739, 982], [735, 983], [732, 985], [726, 985], [725, 986], [724, 985], [724, 983], [723, 982], [723, 978], [720, 973], [720, 970], [722, 970], [724, 972], [725, 972], [726, 971], [726, 963]]}, "center": {"159-165, T:0-1": [739, 974]}}, {"id": "tx65bw", "name": "Aguardiente", "description": "Colombia's flagship alcoholic spirit. Each state in the country has a flagship brand of this drink. Years ago it was one of the main sources of financing for the local public sector. The image shows the brand of the state of Antioquia, probably the most popular and consumed of them all.", "links": {"website": ["https://fla.com.co/marcas-fla/aguardiente-antioqueno/"], "subreddit": ["Colombia"]}, "path": {"109-165, T:0-1": [[56, 1306], [58, 1315], [63, 1320], [62, 1344], [45, 1344], [45, 1322], [50, 1315], [50, 1306]]}, "center": {"109-165, T:0-1": [54, 1328]}}, {"id": "tx65ba", "name": "Night in the Woods Desktop Icon", "description": "An unfinished attempt at creating the desktop icon for the indie game 'Night in the Woods'.", "links": {"subreddit": ["nightinthewoods"]}, "path": {"109-165, T:0-1": [[1749, 1986], [1767, 1986], [1767, 1996], [1749, 1996]]}, "center": {"109-165, T:0-1": [1758, 1991]}}, -{"id": "tx655h", "name": "Mirai Akari", "description": "A chibi of the Japanese VTuber Mirai Akari.", "links": {"website": ["https://www.youtube.com/user/bittranslate"], "subreddit": ["VirtualYoutubers"]}, "path": {"109-166, T:0-1": [[1457, 1063], [1455, 1070], [1457, 1074], [1461, 1074], [1462, 1073], [1464, 1073], [1464, 1074], [1464, 1073], [1464, 1068], [1463, 1066], [1462, 1065], [1461, 1063]]}, "center": {"109-166, T:0-1": [1460, 1069]}}, -{"id": "tx6531", "name": "Dennou Shojo Siro", "description": "A chibi of the Japanese VTuber Dennou Shojo Siro.", "links": {"website": ["https://www.youtube.com/channel/UCLhUvJ_wO9hOvv_yYENu4fQ"], "subreddit": ["VirtualYoutubers"]}, "path": {"109-166, T:0-1": [[1466, 1064], [1465, 1070], [1465, 1074], [1473, 1074], [1473, 1066], [1470, 1064]]}, "center": {"109-166, T:0-1": [1469, 1069]}}, +{"id": "tx655h", "name": "Mirai Akari", "description": "Mirai Akari is a Japanese VTuber.", "links": {"website": ["https://www.youtube.com/user/bittranslate", "https://youtube.fandom.com/wiki/Mirai_Akari_Project"], "subreddit": ["VirtualYoutubers"]}, "path": {"125-127": [[1456, 1063], [1456, 1067], [1454, 1070], [1454, 1071], [1457, 1074], [1455, 1076], [1458, 1078], [1463, 1078], [1466, 1076], [1466, 1070], [1465, 1069], [1465, 1066], [1464, 1066], [1464, 1063]], "128-166, T:0-1": [[1456, 1063], [1456, 1066], [1454, 1068], [1454, 1071], [1455, 1071], [1455, 1073], [1454, 1074], [1454, 1075], [1455, 1076], [1456, 1075], [1462, 1075], [1463, 1076], [1465, 1074], [1465, 1068], [1463, 1065], [1462, 1065], [1462, 1063]]}, "center": {"125-127": [1460, 1071], "128-166, T:0-1": [1460, 1070]}}, +{"id": "tx6531", "name": "Dennou Shojo Siro", "description": "Dennou Shojo Siro is a Japanese VTuber.", "links": {"website": ["https://www.youtube.com/channel/UCLhUvJ_wO9hOvv_yYENu4fQ", "https://virtualyoutuber.fandom.com/wiki/Dennou_Shojo_Siro"], "subreddit": ["VirtualYoutubers"]}, "path": {"126-130": [[1470, 1063], [1468, 1065], [1468, 1067], [1466, 1067], [1466, 1076], [1468, 1078], [1474, 1078], [1476, 1076], [1475, 1075], [1475, 1068], [1473, 1066], [1472, 1066], [1471, 1065], [1471, 1064]], "131-166, T:0-1": [[1466, 1063], [1466, 1065], [1465, 1067], [1464, 1070], [1466, 1072], [1464, 1074], [1464, 1075], [1474, 1075], [1474, 1074], [1472, 1072], [1475, 1069], [1475, 1067], [1473, 1065], [1471, 1065], [1471, 1063]]}, "center": {"126-130": [1471, 1072], "131-166, T:0-1": [1469, 1069]}}, {"id": "tx64zv", "name": "Zorman", "description": "Zorman is a Spanish Twitch streamer (ZormanWorld), YouTube legend (ZormanVideos), and musician. He has more than 1 million subscribers on the main channel and 700 thousand on the secondary channel. His logo was made by his community.", "links": {"website": ["https://www.twitch.tv/zormanworld", "https://www.youtube.com/channel/UCXUVqP5eE3DGCrFz_TRyOdQ"], "subreddit": ["Zorman"]}, "path": {"157-166, T:0-1": [[1813, 952], [1830, 952], [1830, 979], [1813, 979]]}, "center": {"157-166, T:0-1": [1822, 966]}}, {"id": "tx64zh", "name": "Turnip Boy", "description": "Turnip Boy from the indie game Turnip Boy Commits Tax Evasion, developed by game studio Snoozy Kazoo.\n\nThis art was organized by the Snoozy Kazoo Discord server.", "links": {"website": ["https://snoozykazoo.com/"], "subreddit": ["snoozykazoo"], "discord": ["jMnjkAS"]}, "path": {"20-166, T:0-1": [[529, 13], [544, 13], [544, 11], [543, 10], [543, 9], [541, 7], [542, 6], [544, 6], [545, 5], [545, 4], [543, 2], [541, 2], [540, 3], [537, 0], [536, 0], [533, 3], [532, 2], [530, 2], [528, 4], [528, 5], [529, 6], [531, 6], [532, 7], [530, 9], [530, 10], [529, 11]]}, "center": {"20-166, T:0-1": [536, 6]}}, {"id": "tx64yk", "name": "FapParaMoarr", "description": "FapParaMoarr is a cool Mexican streamer and mod. He tried to leave his small footprint on r/place and although it disappeared more than one time, he and his community succeeded to make it to the end. <3\n\nThe text \"FapParaMoarr\" is colored to match the flag of Mexico.", "links": {"website": ["https://www.twitch.tv/fapparamoarr"], "subreddit": ["fapparamoar"]}, "path": {"68-115": [[1454, 587], [1454, 599], [1453, 599], [1453, 613], [1482, 613], [1482, 587]], "58-67": [[1472, 594], [1460, 606], [1460, 613], [1483, 613], [1483, 599], [1481, 594]], "126-166, T:0-1": [[1493, 131], [1493, 164], [1520, 164], [1520, 131]]}, "center": {"68-115": [1468, 600], "58-67": [1474, 604], "126-166, T:0-1": [1507, 148]}}, @@ -3514,7 +3514,7 @@ {"id": "tx4stg", "name": "Lelouch vi Britannia's Geass", "description": "Lelouch's eye containing his Power of Absolute Obedience Geass from the anime Code Geass.", "links": {"website": ["https://codegeass.fandom.com/wiki/Geass#Lelouch_vi_Britannia.27s_Geass"], "subreddit": ["CodeGeass"]}, "path": {"109-166, T:0-1": [[1229, 1881], [1233, 1881], [1233, 1882], [1235, 1882], [1235, 1884], [1236, 1884], [1236, 1888], [1235, 1888], [1235, 1890], [1233, 1890], [1233, 1891], [1229, 1891], [1229, 1890], [1227, 1890], [1227, 1888], [1226, 1888], [1226, 1884], [1227, 1884], [1227, 1882], [1229, 1882]]}, "center": {"109-166, T:0-1": [1231, 1886]}}, {"id": "tx4slo", "name": "Claire", "description": "The protagonist of the beautiful game A Short Hike.", "links": {"website": ["https://ashorthike.fandom.com/wiki/Characters#Claire", "https://ashorthike.com/", "https://en.wikipedia.org/wiki/A_Short_Hike"], "subreddit": ["aShortHike"]}, "path": {"75-165, T:0-1": [[1006, 874], [1002, 878], [1002, 880], [1005, 883], [1005, 886], [1014, 886], [1014, 884], [1012, 882], [1012, 881], [1013, 881], [1015, 879], [1013, 877], [1011, 877], [1008, 874]]}, "center": {"75-165, T:0-1": [1008, 880]}}, {"id": "tx4s8o", "name": "W", "description": "a W for u/Will_McBride_", "links": {"website": ["https://www.reddit.com/user/Will_McBride_"]}, "path": {"109-165, T:0-1": [[475, 1493], [482, 1493], [482, 1494], [483, 1494], [483, 1497], [483, 1499], [475, 1499]]}, "center": {"109-165, T:0-1": [479, 1496]}}, -{"id": "tx4s6b", "name": "Amano Pikamee", "description": "A small depiction of Pikamee, a VTuber from the VOMS VTuber group. Known for her kettle laugh.", "links": {"website": ["https://www.youtube.com/c/天野ピカミィPikamee"], "subreddit": ["VOMS"]}, "path": {"109-166, T:0-1": [[1474, 1064], [1474, 1074], [1484, 1074], [1484, 1064]]}, "center": {"109-166, T:0-1": [1479, 1069]}}, +{"id": "tx4s6b", "name": "Amano Pikamee", "description": "Amano Pikamee is a VTuber from the VOMS VTuber group. She is nicknamed \"Kettle\" as her laugh has a high-pitched squeak.", "links": {"website": ["https://www.youtube.com/c/天野ピカミィPikamee", "https://virtualyoutuber.fandom.com/wiki/Amano_Pikamee"], "subreddit": ["Pikamee", "VOMS"]}, "path": {"126-128": [[1480, 1064], [1480, 1067], [1477, 1070], [1477, 1077], [1487, 1077], [1487, 1070], [1484, 1067], [1484, 1064]], "129-166, T:0-1": [[1477, 1063], [1477, 1065], [1476, 1065], [1474, 1067], [1474, 1075], [1484, 1075], [1484, 1067], [1482, 1065], [1481, 1065], [1481, 1063]]}, "center": {"126-128": [1482, 1072], "129-166, T:0-1": [1479, 1070]}}, {"id": "tx4rxs", "name": "St. Louis Cardinals Logo", "description": "The St. Louis Cardinals are a baseball team based in St. Louis, Missouri. The Numbers on the Left and bottom are tributes; Adam Wainwright, Yadier Molina and Albert Pujols for their last season with the Cardinals.", "links": {"website": ["https://www.mlb.com/cardinals"], "subreddit": ["Cardinals"]}, "path": {"109-166, T:0-1": [[1574, 1037], [1590, 1037], [1590, 1058], [1581, 1057], [1581, 1052], [1574, 1052], [1574, 1042]]}, "center": {"109-166, T:0-1": [1583, 1046]}}, {"id": "tx4ru0", "name": "Foxhole", "description": "Desktop icon of the game Foxhole, along with avatar for the Foxhole subreddit.", "links": {"website": ["https://www.foxholegame.com/"], "subreddit": ["foxholegame"]}, "path": {"109-166, T:0-1": [[1370, 1972], [1399, 1972], [1399, 1996], [1370, 1998]]}, "center": {"109-166, T:0-1": [1384, 1985]}}, {"id": "tx4rhx", "name": "AMP", "description": "AMP (Any Means Possible) is a collaborative YouTube channel that includes content creators BruceDropEmOff (DEO) and YourRAGE (YRG). The channel's logo features a lightning bolt, which is positioned between DEO and YRG in this art to symbolize the two communities supporting each other.", "links": {"website": ["https://www.youtube.com/@AMPEXCLUSIVE"], "subreddit": ["brucedropemoff"]}, "path": {"148-155": [[706, 866], [703, 868], [695, 876], [695, 881], [694, 882], [694, 887], [699, 887], [708, 878], [708, 873], [710, 870], [710, 866]], "57-147": [[706, 865], [698, 873], [698, 874], [700, 876], [693, 883], [693, 888], [699, 888], [710, 877], [710, 873], [715, 867], [715, 865]], "30-56": [[710, 864], [697, 870], [695, 872], [695, 873], [699, 876], [699, 878], [690, 886], [690, 888], [695, 888], [710, 878], [710, 876], [708, 874], [708, 873], [709, 873], [715, 868], [715, 864]], "158-165, T:0-1": [[707, 867], [696, 878], [696, 879], [698, 881], [694, 885], [694, 888], [699, 888], [709, 878], [707, 876], [707, 875], [710, 872], [710, 867]]}, "center": {"148-155": [702, 877], "57-147": [705, 874], "30-56": [703, 873], "158-165, T:0-1": [702, 878]}}, @@ -3560,7 +3560,7 @@ {"id": "tx4brg", "name": "Mayichi", "description": "Mayichi is a Spanish Twitch streamer. This art depicts Mayichi's skin from the game Minecraft. She has many nicknames, including Marichuy Mayitek, Abuelichi, Brujichi, Mashichi, Machichi, Mayoxxiz, Marruchi, Mayicho, etc. She also owes 20€ of polen to the streamer IlloJuan.\n\nThis art was drawn by Mayichi's community. She said that she wanted it, and we just built it. YOUR WORDS ARE ORDERS MY QUEEN. 😺💜", "links": {"website": ["https://www.twitch.tv/mayichi"]}, "path": {"114-121": [[1578, 637], [1587, 637], [1587, 636], [1600, 636], [1600, 659], [1578, 659]], "80-101": [[1577, 660], [1577, 636], [1601, 636], [1601, 660]], "102-112": [[1600, 659], [1577, 659], [1577, 637], [1587, 637], [1587, 636], [1600, 636]], "122-166, T:0-1": [[1578, 637], [1587, 637], [1587, 636], [1600, 636], [1600, 658], [1578, 658]]}, "center": {"114-121": [1589, 648], "80-101": [1589, 648], "102-112": [1589, 648], "122-166, T:0-1": [1589, 647]}}, {"id": "tx4bi4", "name": "Unturned", "description": "Unturned is a free-to-play, open-world, zombie survival sandbox game. It is developed solely by Canadian indie developer Nelson Sexton of Smartly Dressed Games. Unturned first became available on Steam in 2014 under Early Access, and fully released in 2017. It has since received a steady stream of updates and content, and remains one of the most successful free-to-play titles in the platform's history.", "links": {"website": ["https://store.steampowered.com/app/304930/Unturned/", "https://en.wikipedia.org/wiki/Unturned"], "subreddit": ["unturned"]}, "path": {"117-122, 57-62, 90-98": [[661, 557], [678, 557], [678, 591], [661, 591]], "130-165, 99-116, T:0-1": [[648, 587], [661, 587], [661, 557], [678, 557], [678, 591], [648, 591]]}, "center": {"117-122, 57-62, 90-98": [670, 574], "130-165, 99-116, T:0-1": [669, 574]}}, {"id": "tx4az6", "name": "Aldi Gaming", "description": "A gaming and streaming service by popular German discounter Aldi Nord and Süd.", "links": {"website": ["https://aldi.gg/"], "subreddit": ["placestart"]}, "path": {"109-166, T:0-1": [[540, 1973], [540, 1996], [569, 1996], [567, 1974], [555, 1974]]}, "center": {"109-166, T:0-1": [554, 1985]}}, -{"id": "tx4arp", "name": "MarineAhoy", "description": "MarineAhoy is a Discord fan emote of Houshou Marine, member of the 3rd Generation of Hololive's Japan branch. Her greetings always start with an \"Ahoy!\", giving rise to this emote, popular within the Hololive fan server and Marine's own fan server. It is also the logo of the infamous sub-group Holopirates, known to distribute Hololive-related content.", "links": {"website": ["https://twitter.com/tottori_saq/status/1194089413401284609", "https://virtualyoutuber.fandom.com/wiki/Houshou_Marine"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"119-165, T:0-1": [[1380, 1043], [1380, 1064], [1401, 1064], [1401, 1043]]}, "center": {"119-165, T:0-1": [1391, 1054]}}, +{"id": "tx4arp", "name": "MarineAhoy", "description": "MarineAhoy is a Discord fan emote of Houshou Marine, member of the 3rd Generation of Hololive's Japan branch. Her greetings always start with an \"Ahoy!\", giving rise to this emote, popular within the Hololive fan server and Marine's own fan server. It is also the logo of the infamous sub-group Holopirates, known to distribute Hololive-related content.\n\n\"Ahoy! Captain of the Houshou Pirates, Houshou Marine here! Keep 'er steady!\"", "links": {"website": ["https://twitter.com/tottori_saq/status/1194089413401284609", "https://virtualyoutuber.fandom.com/wiki/Houshou_Marine"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"119-165, T:0-1": [[1380, 1043], [1380, 1064], [1401, 1064], [1401, 1043]]}, "center": {"119-165, T:0-1": [1391, 1054]}}, {"id": "tx4am1", "name": "DP", "description": "Our college course :)", "links": {}, "path": {"109-166, T:0-1": [[1057, 1790], [1057, 1800], [1072, 1800], [1072, 1790]]}, "center": {"109-166, T:0-1": [1065, 1795]}}, {"id": "tx4aa2", "name": "Flag of Austria-Hungary", "description": "Austria-Hungary was an empire encompassing much of Central Europe from 1867-1918. The empire included modern-day Austria, Bosnia and Herzegovina, Croatia, Czech Republic, Hungary, Slovakia, and Slovenia, along with parts of Italy, Poland, Romania, and Ukraine. After World War I, the empire dissolved.\n\nThis Austro-Hungarian flag was created jointly by r/Austria, r/hungary, and r/austriahungary, which tore down the border and proposed the project.", "links": {"website": ["https://en.wikipedia.org/wiki/Austria-Hungary", "https://en.wikipedia.org/wiki/Flags_of_Austria-Hungary"], "subreddit": ["austriahungary", "Austria", "hungary"]}, "path": {"59-166, T:0-1": [[1148, 252], [1148, 281], [1193, 281], [1193, 252]]}, "center": {"59-166, T:0-1": [1171, 267]}}, {"id": "tx4a0u", "name": "Inserter", "description": "An inserter is a machine from the game Factorio.", "links": {"website": ["https://wiki.factorio.com/Inserter"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"95": [[1572, 553], [1572, 557], [1575, 560], [1576, 560], [1579, 557], [1579, 555], [1576, 552], [1575, 552], [1574, 553]], "96-159, T:0-1": [[1565, 562], [1565, 559], [1566, 559], [1566, 556], [1569, 553], [1570, 553], [1573, 556], [1573, 559], [1574, 559], [1574, 562], [1571, 562], [1571, 563], [1573, 564], [1573, 565], [1572, 566], [1571, 565], [1568, 565], [1567, 566], [1566, 565], [1566, 564], [1568, 563], [1568, 562]]}, "center": {"95": [1576, 556], "96-159, T:0-1": [1570, 558]}}, @@ -3882,7 +3882,7 @@ {"id": "tx8ndn", "name": "TENTACREW", "description": "A small community when it comes to numbers, but giant when it comes to heart. We represent our favorite streamer, SmellyOctopus. We fought for a place to keep our mark and after some failed attempts, we finally managed to leave our biggest representative, a cute octopus full of love!", "links": {"website": ["https://www.twitch.tv/smellyoctopus?sr=a"]}, "path": {"109-166, T:0-1": [[1331, 1354], [1331, 1346], [1341, 1346], [1341, 1354]]}, "center": {"109-166, T:0-1": [1336, 1350]}}, {"id": "tx8myg", "name": "Portuguese guitar", "description": "This is a traditional guitar from Portugal. There are two vatiants, the Lisbon guitar and the Coimbra guitar. The difference can mainly be seen in the head of the guitar; the one depicted here can't be specified, so it just represents the Portuguese guitar as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Portuguese_guitar"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"99-165, T:0-1": [[1036, 315], [1036, 319], [1034, 319], [1034, 328], [1032, 328], [1032, 332], [1035, 332], [1035, 341], [1040, 345], [1046, 345], [1051, 341], [1051, 332], [1057, 332], [1057, 325], [1054, 325], [1054, 323], [1057, 320], [1057, 318], [1049, 313], [1048, 313], [1048, 317], [1044, 317], [1044, 316], [1038, 316], [1038, 315]]}, "center": {"99-165, T:0-1": [1044, 326]}}, {"id": "tx8msm", "name": "OneShotMason", "description": "OneShotMason is a YouTuber.\n\nThis is an unfinished logo of OneShotMason hidden inside the Moon Lord from Terraria.", "links": {"website": ["https://www.youtube.com/channel/UCYgAOUxIlYOywb4aSG161nA"]}, "path": {"163-166": [[1739, 364], [1750, 364], [1750, 370], [1739, 370]]}, "center": {"163-166": [1745, 367]}}, -{"id": "tx8mdq", "name": "Pomu Rainpuff", "description": "Pomu Rainpuff is a member of VTuber agnecy NIJISANJI. She is part of NIJISANJI's 1st generation of English VTubers, Lazulight.", "links": {"website": ["https://www.youtube.com/channel/UCP4nMSTdwU1KqYWu3UH5DHQ", "https://virtualyoutuber.fandom.com/wiki/Pomu_Rainpuff"], "subreddit": ["Nijisanji"]}, "path": {"114-165, T:0-1": [[1345, 1043], [1359, 1043], [1359, 1057], [1358, 1058], [1358, 1060], [1346, 1060], [1346, 1057], [1345, 1057]]}, "center": {"114-165, T:0-1": [1352, 1052]}}, +{"id": "tx8mdq", "name": "Pomu Rainpuff", "description": "Pomu Rainpuff is a member of VTuber agnecy NIJISANJI. She is part of NIJISANJI's 1st generation of English VTubers, Lazulight.\n\nPomu is depicted next to Hololive's Takanashi Kiara, since they are IRL friends and fans of each other.", "links": {"website": ["https://www.youtube.com/channel/UCP4nMSTdwU1KqYWu3UH5DHQ", "https://virtualyoutuber.fandom.com/wiki/Pomu_Rainpuff"], "subreddit": ["Nijisanji"]}, "path": {"114-165, T:0-1": [[1345, 1043], [1359, 1043], [1359, 1057], [1358, 1058], [1358, 1060], [1346, 1060], [1346, 1057], [1345, 1057]]}, "center": {"114-165, T:0-1": [1352, 1052]}}, {"id": "tx8lg7", "name": "Flag of the Dominican Republic", "description": "The Dominican Republic is a country in the Caribbean region of the Americas.", "links": {"website": ["https://en.wikipedia.org/wiki/Dominican_Republic", "https://en.wikipedia.org/wiki/Flag_of_the_Dominican_Republic"], "subreddit": ["Dominican"]}, "path": {"155-161": [[950, 1610], [950, 1622], [971, 1622], [971, 1610]], "112-122": [[1123, 605], [1123, 617], [1129, 617], [1129, 605]], "10-12, 6": [[589, 254], [586, 257], [589, 260], [592, 257]]}, "center": {"155-161": [961, 1616], "112-122": [1126, 611], "10-12, 6": [589, 257]}}, {"id": "tx8krs", "name": "Biyoo (Omniscient Reader's Viewpoint)", "description": "A small dokkaebi named Biyoo from the popular Korean webnovel Omniscient Reader's Viewpoint by Sing Shong.", "links": {"subreddit": ["OmniscientReader"]}, "path": {"109-166, T:0-1": [[863, 1485], [860, 1488], [864, 1494], [868, 1489], [865, 1487]]}, "center": {"109-166, T:0-1": [864, 1489]}}, {"id": "tx8kif", "name": "Whitepot Studios", "description": "Game Dev Studio based in Ireland", "links": {"website": ["https://whitepotstudios.com/"], "subreddit": ["whitepotstudios"]}, "path": {"109-165, T:0-1": [[1083, 1219], [1099, 1219], [1099, 1232], [1083, 1232]]}, "center": {"109-165, T:0-1": [1091, 1226]}}, @@ -4274,7 +4274,7 @@ {"id": "txdgdu", "name": "Royal Slime", "description": "The royal slime (miniaturized), coordinated by the server 'Server De Carlos' and with help from neighbors.", "links": {"website": ["https://gitdecarlos.github.io/"], "subreddit": ["SubredditDeCarlos"]}, "path": {"109-166, T:0-1": [[926, 1736], [926, 1745], [934, 1745], [934, 1736]]}, "center": {"109-166, T:0-1": [930, 1741]}}, {"id": "txdfp9", "name": "Pibby", "description": "a draw of the probably coming soon serie of Come and Learn with pibby, in the draw it shows pibby and bon bon", "links": {}, "path": {"109-165, T:0-1": [[919, 1364], [901, 1364], [901, 1349], [919, 1349]]}, "center": {"109-165, T:0-1": [910, 1357]}}, {"id": "txdf2m", "name": "Non Toxic Vat of Acid", "description": "This is the logo of a small discord server >100 people named Non Toxic Vat of Acid", "links": {}, "path": {"109-166, T:0-1": [[671, 1681], [679, 1681], [679, 1686], [671, 1686]]}, "center": {"109-166, T:0-1": [675, 1684]}}, -{"id": "txdehe", "name": "IZ*ONE", "description": "IZ*ONE (Hangul: 아이즈원) is a former South Korean–Japanese girl group composed of twelve members: Jang Won-young, Sakura Miyawaki, Jo Yu-ri, Choi Ye-na, An Yu-jin, Nako Yabuki, Kwon Eun-bi, Kang Hye-won, Hitomi Honda, Kim Chae-won, Kim Min-ju, and Lee Chae-yeon. They officially disbanded on April 29, 2021.", "links": {"website": ["https://web.archive.org/web/20210430142259/http://iz-one.co.kr/", "https://en.wikipedia.org/wiki/Iz*One"], "subreddit": ["iZone", "kpop"]}, "path": {"43-51": [[216, 869], [216, 877], [244, 877], [244, 869]], "110-166, T:0-1": [[1451, 1044], [1479, 1044], [1479, 1063], [1451, 1063]]}, "center": {"43-51": [230, 873], "110-166, T:0-1": [1465, 1054]}}, +{"id": "txdehe", "name": "IZ*ONE", "description": "IZ*ONE (Hangul: 아이즈원) is a former South Korean–Japanese girl group co-managed by Off The Record Entertainment and Vernalossom, comprised of twelve members: Jang Won-young, Sakura Miyawaki, Jo Yu-ri, Choi Ye-na, An Yu-jin, Nako Yabuki, Kwon Eun-bi, Kang Hye-won, Hitomi Honda, Kim Chae-won, Kim Min-ju, and Lee Chae-yeon. The name IZ*ONE signifies twelve stars coming together as one. They formed on October 29, 2018 from the hit TV show \"Produce 48\", the third season of Mnet's Produce idol project competition series, debuting with the title track \"La Vie en Rose\". Each of their releases broke numerous records, with \"La Vie En Rose\", \"Fiesta\", and \"Panorama\" receiving international success. They officially disbanded on April 29, 2021. Though no longer together, the former members continue to find success in the K-pop industry.", "links": {"website": ["https://web.archive.org/web/20210430142259/http://iz-one.co.kr/", "https://en.wikipedia.org/wiki/Iz*One"], "subreddit": ["iZone", "kpop"]}, "path": {"43-51": [[216, 869], [216, 877], [244, 877], [244, 869]], "110-166, T:0-1": [[1451, 1044], [1479, 1044], [1479, 1063], [1451, 1063]]}, "center": {"43-51": [230, 873], "110-166, T:0-1": [1465, 1054]}}, {"id": "txdebw", "name": "Xavier School Philippines Logo", "description": "The remains of the logo of Xavier School, a Filipino high school, after Derpy invaded. It was originally a golden stallion in front of a blue X, over a solid white background.", "links": {"website": ["https://www.xs.edu.ph"], "subreddit": ["xavier_school"]}, "path": {"109-166, T:0-1": [[895, 1679], [897, 1679], [897, 1685], [898, 1685], [898, 1687], [899, 1687], [899, 1691], [900, 1691], [900, 1692], [901, 1692], [901, 1694], [902, 1694], [902, 1698], [901, 1698], [901, 1699], [900, 1699], [900, 1700], [899, 1700], [899, 1702], [895, 1702]]}, "center": {"109-166, T:0-1": [898, 1693]}}, {"id": "txddiq", "name": "Pepe the Frog", "description": "Pepe the Frog is a meme featuring an anthropomorphic frog named Pepe. It is often used for reaction images, with Pepe displaying various emotions.", "links": {"website": ["https://knowyourmeme.com/memes/pepe-the-frog", "https://en.wikipedia.org/wiki/Pepe_the_Frog"], "subreddit": ["Admiral_TideBringer"]}, "path": {"147-166, T:0-1": [[1785, 969], [1782, 972], [1781, 974], [1781, 976], [1788, 976], [1788, 974], [1789, 974], [1789, 971], [1787, 969]]}, "center": {"147-166, T:0-1": [1785, 973]}}, {"id": "txdd8b", "name": "PuuCraft", "description": "PuuCraft is a multiplayer server for the game Minecraft. It uses Minecraft Beta 1.7.3 and has no whitelist.", "links": {"website": ["https://puucraft.net/"]}, "path": {"69-97": [[1749, 28], [1749, 35], [1765, 35], [1765, 39], [1764, 39], [1764, 41], [1766, 43], [1768, 41], [1781, 41], [1781, 39], [1783, 39], [1785, 37], [1785, 35], [1781, 35], [1781, 34], [1769, 34], [1769, 31], [1765, 31], [1765, 28]], "62-68": [[1744, 35], [1744, 42], [1776, 42], [1776, 35]], "98-103": [[1765, 35], [1765, 39], [1764, 39], [1764, 41], [1766, 43], [1768, 41], [1781, 41], [1781, 39], [1783, 39], [1785, 37], [1785, 35]], "104-166, T:0-1": [[1765, 35], [1765, 46], [1785, 46], [1785, 35]]}, "center": {"69-97": [1761, 32], "62-68": [1760, 39], "98-103": [1773, 38], "104-166, T:0-1": [1775, 41]}}, @@ -4325,7 +4325,7 @@ {"id": "txcsr2", "name": "University of Western Ontario", "description": "Crest of the University of Western Ontario (UWO, a.k.a. Western) in London, Ontario, Canada. Also known as Western University.", "links": {"website": ["https://www.uwo.ca/"], "subreddit": ["uwo"]}, "path": {"109-165, T:0-1": [[412, 1922], [412, 1938], [419, 1945], [422, 1945], [430, 1938], [430, 1923], [422, 1920]]}, "center": {"109-165, T:0-1": [421, 1932]}}, {"id": "txcry6", "name": "qrf Balls", "description": "Defensive action by the Foxhole community to prevent Cockthorpe's invasion of Big Ben from spilling over.", "links": {"website": ["https://i.redd.it/xflbs5tfemr81.gif"], "subreddit": ["foxholegame"]}, "path": {"141-144": [[701, 551], [701, 553], [700, 553], [700, 555], [702, 555], [702, 556], [705, 556], [705, 551]]}, "center": {"141-144": [703, 553]}}, {"id": "txcrfa", "name": "Maple syrup", "description": "Maple syrup, first made by the indigenous peoples of North America, is now an important part of Quebec's culture. Quebec is an iconic producer of maple syrup, responsible for more than 70% of maple syrup exports.", "links": {"website": ["https://en.wikipedia.org/wiki/Maple_syrup"], "subreddit": ["Quebec"]}, "path": {"122-149": [[1035, 1020], [1028, 1024], [1028, 1046], [1030, 1048], [1034, 1048], [1035, 1049], [1045, 1049], [1049, 1046], [1049, 1024], [1046, 1021], [1043, 1021], [1042, 1020]], "151-165, T:0-1": [[1020, 1049], [1015, 1053], [1015, 1071], [1018, 1073], [1035, 1073], [1035, 1053], [1030, 1049]]}, "center": {"122-149": [1039, 1035], "151-165, T:0-1": [1025, 1061]}}, -{"id": "txcqo8", "name": "Yura Rikudou", "description": "A VTuber from the third generation of PRISM Project.", "links": {"website": ["https://www.youtube.com/channel/UC0ZTVxCHkZanT5dnP2FZD4Q"]}, "path": {"109-166, T:0-1": [[1494, 1064], [1493, 1073], [1493, 1074], [1494, 1074], [1500, 1074], [1501, 1064], [1493, 1064], [1493, 1074]]}, "center": {"109-166, T:0-1": [1497, 1069]}}, +{"id": "txcqo8", "name": "Yura Rikudou", "description": "Yura Rikudou is a VTuber from the third generation of the VTuber agency PRISM Project.", "links": {"website": ["https://www.youtube.com/channel/UC0ZTVxCHkZanT5dnP2FZD4Q", "https://virtualyoutuber.fandom.com/wiki/Rikudou_Yura"]}, "path": {"130-166, T:0-1": [[1494, 1063], [1494, 1066], [1492, 1068], [1492, 1070], [1493, 1071], [1493, 1075], [1501, 1075], [1501, 1067], [1500, 1066], [1500, 1063]]}, "center": {"130-166, T:0-1": [1497, 1069]}}, {"id": "txcqmo", "name": "Mount Illimani", "description": "Second highest mountain in Bolivia and the most iconic one due to his visibility on La Paz.", "links": {"subreddit": ["BOLIVIA"]}, "path": {"109-166, T:0-1": [[1389, 1233], [1408, 1214], [1408, 1204], [1413, 1203], [1424, 1202], [1437, 1202], [1435, 1207], [1429, 1208], [1429, 1212], [1434, 1217], [1443, 1225], [1450, 1232], [1450, 1233]]}, "center": {"109-166, T:0-1": [1420, 1221]}}, {"id": "txcqje", "name": "Puzzle and Dragons", "description": "From Japan's popular video game Puzzle and Dragons. This small piece of the canvas features a monster used as the franchise's mascot called a Tamadra. +297 is a common term in the video game that simply states that a certain character has the highest possible stat boost of 297 (+99 Hitpoints, +99 Attack, +99 recovery)", "links": {"website": ["https://i.imgur.com/x8K8zdH.png"], "subreddit": ["PuzzleAndDragons"]}, "path": {"109-166, T:0-1": [[1576, 1289], [1589, 1289], [1589, 1304], [1582, 1304], [1582, 1310], [1600, 1310], [1600, 1316], [1576, 1316]]}, "center": {"109-166, T:0-1": [1584, 1304]}}, {"id": "txcqhq", "name": "Indiana University", "description": "Indiana University is a major multi-campus public research institution, grounded in the liberal arts and sciences. It is based in the state of Indiana, United States.", "links": {"website": ["https://www.indiana.edu/", "https://en.wikipedia.org/wiki/Indiana_University"], "subreddit": ["IndianaUniversity", "TheB1G"]}, "path": {"56-165, T:0-1": [[1508, 747], [1508, 768], [1525, 768], [1525, 747]]}, "center": {"56-165, T:0-1": [1517, 758]}}, @@ -4377,7 +4377,7 @@ {"id": "txeahn", "name": "Bald eagle", "description": "The bald eagle (Haliaeetus leucocephalus) is the national bird and symbol of the U.S. An icon of power and freedom, This bird inhabits the forests of North America and eats mostly fish. Until the 1990s, bald eagles were endangered due to hunting and pesticides; the population recovered when regulations were implemented.", "links": {"website": ["https://en.wikipedia.org/wiki/Bald_eagle"], "subreddit": ["AmericanFlagInPlace", "AmericanFlagPlace", "MURICA"]}, "path": {"109-164, T:0-1": [[1879, 1796], [1907, 1801], [1912, 1791], [1901, 1791], [1892, 1785], [1900, 1781], [1888, 1776], [1881, 1778], [1870, 1768], [1866, 1753], [1858, 1759], [1855, 1775], [1868, 1789], [1858, 1795], [1864, 1805], [1877, 1798]]}, "center": {"109-164, T:0-1": [1877, 1784]}}, {"id": "txea7e", "name": "Reborn Live", "description": "Reborn Live is a Spanish role-play streamer on Twitch, known for his acting in the game Grand Theft Auto V. This art depicts his channel logo, his signature, his Minecraft skin, his cat (named Fenix), and a very important date to his community: April 19th, the day of his first stream on Twitch.", "links": {"website": ["https://www.twitch.tv/Reborn_Live"]}, "path": {"116-166, T:0-1": [[1830, 950], [1830, 1044], [1870, 1044], [1870, 950]]}, "center": {"116-166, T:0-1": [1850, 969]}}, {"id": "txe8ji", "name": "Warfname", "description": "The logo of the Warfname Discord server, a small friend group based in Warrenton, Virginia. The server consists of four subfactions.", "links": {"website": ["https://warfnamewiki.neocities.org/directory.html"], "subreddit": ["warfname"]}, "path": {"151-154": [[1197, 240], [1197, 249], [1206, 249], [1206, 240]], "142-143, 60-134": [[1056, 200], [1056, 209], [1065, 209], [1065, 200]], "155-166, T:0-1": [[1197, 249], [1197, 240], [1188, 240], [1188, 249]]}, "center": {"151-154": [1202, 245], "142-143, 60-134": [1061, 205], "155-166, T:0-1": [1193, 245]}}, -{"id": "txe8ed", "name": "Shigure Ui", "description": "Shigure Ui (しぐれうい) is a female Japanese Virtual YouTuber and professional illustrator. She did the character designs for the light novel series OsaMake and anime series WIXOSS DIVA(A)LIVE, and designed the character model for Hololive's Oozora Subaru.", "links": {"website": ["https://virtualYouTuber.fandom.com/wiki/Shigure_Ui"]}, "path": {"109-165, T:0-1": [[1455, 1084], [1465, 1084], [1465, 1090], [1455, 1090]]}, "center": {"109-165, T:0-1": [1460, 1087]}}, +{"id": "txe8ed", "name": "Shigure Ui", "description": "Shigure Ui (しぐれうい) is a female Japanese Virtual YouTuber and professional illustrator. She did the character designs for the light novel series OsaMake and anime series WIXOSS DIVA(A)LIVE, and designed the character model for Hololive's Oozora Subaru.", "links": {"website": ["https://www.youtube.com/channel/UCt30jJgChL8qeT9VPadidSw", "https://virtualyoutuber.fandom.com/wiki/Shigure_Ui", "https://en.wikipedia.org/wiki/Ui_Shigure"]}, "path": {"128-165, T:0-1": [[1457, 1084], [1454, 1084], [1454, 1088], [1456, 1090], [1462, 1090], [1463, 1089], [1465, 1089], [1465, 1086], [1462, 1083], [1458, 1083]]}, "center": {"128-165, T:0-1": [1460, 1087]}}, {"id": "txe7dr", "name": "Ortio", "description": "Crown logo for the Ortio Discord server.", "links": {"subreddit": ["Ortio"]}, "path": {"112-166, T:0-1": [[1414, 326], [1414, 319], [1426, 319], [1426, 326]]}, "center": {"112-166, T:0-1": [1420, 323]}}, {"id": "txeueb", "name": "Shoebill", "description": "Balaeniceps rex, also known as the shoebill or shoebill stork.", "links": {"subreddit": ["ShoebillStorks"]}, "path": {"109-166, T:0-1": [[1727, 1385], [1727, 1395], [1740, 1395], [1734, 1385]]}, "center": {"109-166, T:0-1": [1732, 1391]}}, {"id": "txesep", "name": "Mote con huesillo", "description": "The mote con huesillo is a traditional Chilean drink. It is made up of a mixture of caramelized peach juice with wheat mote and dehydrated peaches (huesillo).", "links": {"website": ["https://en.wikipedia.org/wiki/Mote_con_huesillo"], "subreddit": ["chile"]}, "path": {"120": [[272, 498], [281, 498], [281, 496], [282, 496], [282, 492], [277, 492], [277, 489], [280, 489], [280, 487], [275, 487], [275, 492], [271, 492], [271, 496], [272, 496]], "121-164, T:0-1": [[271, 492], [271, 496], [272, 496], [272, 503], [273, 503], [273, 504], [280, 504], [280, 503], [281, 503], [281, 496], [282, 496], [282, 492], [277, 492], [277, 489], [280, 489], [280, 487], [275, 487], [275, 492]]}, "center": {"120": [276, 495], "121-164, T:0-1": [277, 497]}}, @@ -5255,7 +5255,7 @@ {"id": "txtq8a", "name": "beskardboard", "description": "This is Reddit user beskardboard's profile picture and face and from the game Minecraft. It was made and maintained by a small team of friends on the final day.", "links": {"website": ["https://www.reddit.com/user/beskardboard"], "subreddit": ["beskardboard_hideout"]}, "path": {"150-165": [[825, 515], [831, 515], [831, 521], [825, 521]]}, "center": {"150-165": [828, 518]}}, {"id": "txtod0", "name": "Shallan Davar", "description": "Shallan Davar is one of the main characters from the book series The Stormlight Archive. Her spren Pattern can be seen at her top-right.", "links": {"website": ["https://coppermind.net/wiki/Shallan_Davar"], "subreddit": ["Stormlight_Archive", "placeCosmere", "Cosmere", "SFFA"]}, "path": {"104-166, T:0-1": [[1835, 886], [1832, 890], [1832, 891], [1830, 891], [1830, 894], [1832, 897], [1833, 897], [1833, 901], [1836, 901], [1841, 896], [1841, 894], [1840, 893], [1840, 889], [1837, 886]]}, "center": {"104-166, T:0-1": [1836, 893]}}, {"id": "txto7p", "name": "Polymars", "description": "Drawing in honour of the famous developer and YouTuber \"PolyMars\".", "links": {"website": ["https://www.youtube.com/c/PolyMars/"]}, "path": {"109-165, T:0-1": [[1099, 1232], [1112, 1232], [1112, 1242], [1099, 1242]]}, "center": {"109-165, T:0-1": [1106, 1237]}}, -{"id": "txtlmv", "name": "Kamishiro Taishi", "description": "A professional translator and Virtual YouTuber (VTuber) who frequently translates Japanese VTuber live streams in real time for the English-speaking audience. Widely considered an influential figure in connecting the Japanese VTuber scene with the global audience.", "links": {"website": ["https://www.youtube.com/c/TaishiCh%E7%A5%9E%E4%BB%A3%E5%A4%A7%E4%BD%BF"], "subreddit": ["VirtualYoutubers"]}, "path": {"109-166, T:0-1": [[1465, 1074], [1473, 1074], [1473, 1083], [1465, 1083]]}, "center": {"109-166, T:0-1": [1469, 1079]}}, +{"id": "txtlmv", "name": "Kamishiro Taishi", "description": "Kamishiro Taishi is a professional translator and Virtual YouTuber (VTuber) who frequently translates Japanese VTuber live streams in real time for the English-speaking audience. He is widely considered an influential figure in connecting the Japanese VTuber scene with the global audience.", "links": {"website": ["https://www.youtube.com/c/TaishiCh%E7%A5%9E%E4%BB%A3%E5%A4%A7%E4%BD%BF", "https://virtualyoutuber.fandom.com/wiki/Kamishiro_Taishi"], "subreddit": ["VirtualYoutubers"]}, "path": {"127-166, T:0-1": [[1466, 1074], [1464, 1076], [1464, 1084], [1468, 1084], [1469, 1083], [1472, 1083], [1472, 1080], [1474, 1080], [1474, 1076], [1472, 1074]]}, "center": {"127-166, T:0-1": [1468, 1079]}}, {"id": "txtkvg", "name": "University of Twente", "description": "The University of Twente is a university located in Enschede in the east of the Netherlands. It is one of the three Dutch technical universities.", "links": {"website": ["https://www.utwente.nl/", "https://en.wikipedia.org/wiki/University_of_Twente"], "subreddit": ["UniversityofTwente", "PlaceNL", "thenetherlands"]}, "path": {"107-165, T:0-1": [[1937, 36], [1937, 52], [1945, 52], [1945, 36]]}, "center": {"107-165, T:0-1": [1941, 44]}}, {"id": "txtj6a", "name": "Karlsruhe Palace", "description": "The Karlsruhe Palace was built in 1715 for Margrave Charles III William of Baden-Durlach. It is is located in the center of the Karlsruhe, Germany, directly adjacent to the KIT.", "links": {"website": ["https://www.landesmuseum.de/en/palace", "https://en.wikipedia.org/wiki/Karlsruhe_Palace"], "subreddit": ["KaIT"]}, "path": {"101-166, T:0-1": [[787, 535], [787, 547], [832, 547], [832, 535], [805, 535], [805, 531], [806, 531], [806, 528], [804, 526], [801, 526], [801, 530], [800, 531], [800, 532], [799, 533], [799, 535]]}, "center": {"101-166, T:0-1": [802, 541]}}, {"id": "txtgik", "name": "Foundation Abbreviation", "description": "The abbreviation \"FN\" for the Foundation group. The artwork is incomplete.", "links": {}, "path": {"109-165, T:0-1": [[395, 1719], [402, 1719], [402, 1713], [395, 1713]]}, "center": {"109-165, T:0-1": [399, 1716]}}, @@ -5264,7 +5264,7 @@ {"id": "txtdcw", "name": "Le paco", "description": "French jobless team trying to succeed in their studies. They squat the A903 room and are sponsored by Pôle Emploi.", "links": {"website": ["https://www.instagram.com/le_paco_a903/"]}, "path": {"109-166, T:0-1": [[1070, 1741], [1099, 1741], [1099, 1758], [1070, 1758]]}, "center": {"109-166, T:0-1": [1085, 1750]}}, {"id": "txtckx", "name": "Genshin-Miku heart", "description": "A heart made by both r/hatsune and r/Genshin_Impact in honour of their alliance. The blue colors are taken from Hatsune Miku, while the yellow colors and shape are taken from Paimon's crown.", "links": {"website": ["https://en.wikipedia.org/wiki/Hatsune_Miku", "https://genshin.hoyoverse.com/"], "subreddit": ["GenshinPlace", "Genshin_Impact", "hatsune", "Volcaloid"]}, "path": {"62-166, T:0-1": [[1827, 754], [1825, 756], [1826, 757], [1826, 758], [1829, 761], [1829, 762], [1832, 765], [1835, 762], [1835, 760], [1839, 756], [1837, 754], [1835, 753], [1834, 753], [1832, 751], [1830, 753]]}, "center": {"62-166, T:0-1": [1831, 757]}}, {"id": "txtbwg", "name": "Benson", "description": "The lovable duck based on Tubbo's emote with the offline community of Chat_ and Jammers.", "links": {"website": ["https://www.twitch.tv/tubbo"], "subreddit": ["Tubbo_"]}, "path": {"56-166, T:0-1": [[1701, 159], [1704, 159], [1704, 160], [1705, 160], [1705, 161], [1706, 161], [1706, 163], [1708, 163], [1708, 164], [1709, 164], [1709, 168], [1708, 168], [1708, 169], [1700, 169], [1700, 168], [1699, 168], [1699, 161], [1700, 161], [1700, 160]]}, "center": {"56-166, T:0-1": [1703, 165]}}, -{"id": "txtaz6", "name": "Suou Patra", "description": "A Japanese Virtual YouTuber (VTuber) from the group HoneyStrap of 774 inc. Popular for her singing, first-person shooter gaming and ASMR content. As of April 4, 2022, she has over 550 thousand subscribers.", "links": {"website": ["https://www.youtube.com/channel/UCeLzT-7b2PBcunJplmWtoDg"], "subreddit": ["VirtualYoutubers"]}, "path": {"109-165, T:0-1": [[1455, 1074], [1464, 1074], [1464, 1083], [1455, 1083]]}, "center": {"109-165, T:0-1": [1460, 1079]}}, +{"id": "txtaz6", "name": "Suou Patra", "description": "Suou Patra is a Japanese Virtual YouTuber (VTuber) from the group HoneyStrap of 774 inc. She is popular for her singing, first-person shooter gaming, and ASMR content. As of April 4, 2022, she has over 550,000 subscribers.", "links": {"website": ["https://www.youtube.com/channel/UCeLzT-7b2PBcunJplmWtoDg", "https://virtualyoutuber.fandom.com/wiki/Suou_Patra"], "subreddit": ["VirtualYoutubers"]}, "path": {"128-165, T:0-1": [[1454, 1073], [1454, 1084], [1465, 1084], [1465, 1079], [1464, 1078], [1464, 1074], [1463, 1073], [1462, 1073], [1461, 1074], [1457, 1074], [1456, 1073]]}, "center": {"128-165, T:0-1": [1459, 1079]}}, {"id": "txt86f", "name": "Pomaire", "description": "Here was a depiction of Pomaire, an artisan's town in Chile. There was also a Chilean flag that was above Pomaire, made after gaining territory from the LGBT flag.", "links": {"website": ["http://www.southamerica.cl/Chile/Pomaire.htm"], "subreddit": ["chile"]}, "path": {"109-165, T:0-1": [[1940, 1732], [1940, 1750], [1999, 1750], [1999, 1726], [1995, 1730], [1994, 1730], [1992, 1728], [1991, 1728], [1989, 1730], [1989, 1732]]}, "center": {"109-165, T:0-1": [1970, 1741]}}, {"id": "txt4kz", "name": "Sleepy Bois Inc. (SBI)", "description": "A very small homage to the streaming group Sleepy Bois Inc. (a.k.a. SBI), consisting of TommyInnit, Wilbur Soot, Technoblade and Philza Minecraft. This is a small banner with their colors from an infamous Discord screenshot of theirs (though at the time of this snapshot, The bottom pixel was grey instead of the pale yellow it would later be).", "links": {"subreddit": ["dreamsmp", "Philza", "Technoblade", "tommyinnit", "wilbursoot"]}, "path": {"109-166, T:0-1": [[694, 1692], [694, 1686], [688, 1686]]}, "center": {"109-166, T:0-1": [692, 1688]}}, {"id": "txy3g2", "name": "Los Angeles Chargers", "description": "The Los Angeles Chargers is a professional American football team based out of Los Angeles, California, United States. They are in the American Football Club (AFC) West division of the National Football League (NFL). Their team colors are blue and yellow, and they are associated with lightning bolts. #BoltUp\n\nThe Chargers community claimed this spot and formed an alliance with r/Hammers, then was taken over by r/inanimateinsanity in the night. However, with the help of r/hammers, they claimed the spot back while letting r/inanimateinsanity keep a portion of land in the process. Together the three communities kept an alliance from then on until the whiteout.", "links": {"website": ["https://www.chargers.com/", "https://en.wikipedia.org/wiki/Los_Angeles_Chargers"], "subreddit": ["Chargers"]}, "path": {"92-141": [[1540, 35], [1540, 45], [1539, 46], [1528, 46], [1528, 52], [1559, 52], [1559, 35]], "148-166, T:0-1": [[1540, 35], [1540, 46], [1528, 46], [1528, 52], [1559, 52], [1559, 46], [1544, 46], [1544, 35]]}, "center": {"92-141": [1548, 44], "148-166, T:0-1": [1542, 49]}}, @@ -5412,7 +5412,7 @@ {"id": "txzdg1", "name": "Genshin Impact", "description": "Genshin Impact is an action role-playing game developed by Chinese developer miHoYo and first published in 2020. The game features an anime-style open-world environment and an action-based battle system using elemental magic and character-switching.\n\nAs a backup plan to the vandalization (and eventual demise) of the original English logo, the Genshin community migrated over to a space just below the Dutch flag and built the game's Chinese logo (its original language). Its Chinese name \"原神\" translates to \"Original God\".\n\nJust above the logo is one of the playable characters, Venti, who's pictured here dressed in Dutch women's clothing. A windmill and aster flowers from Venti's home region, Mondstadt, are drawn on his right. Below the logo are Childe's narwhal symbol, Boo Tao, and a Polandball dressed as Hu Tao.\n\nThe Genshin community initially planned to have the three available archons (Raiden, Zhongli, Venti) on top of the logo. However, after Venti was built, the Dutch community woke up and proceeded to wipe out the non-Dutch related artwork that occupied their flag.\nFortunately, the Genshin community formed a pact with the Dutch to keep Venti in the flag, and he was redesigned to complement the Netherlands theme.", "links": {"website": ["https://genshin.hoyoverse.com/en/", "https://en.wikipedia.org/wiki/Genshin_Impact"], "subreddit": ["GenshinPlace", "Genshin_Impact"]}, "path": {"81-118": [[1104, 35], [1104, 75], [1109, 75], [1109, 71], [1112, 68], [1113, 68], [1116, 70], [1116, 75], [1147, 75], [1148, 76], [1148, 85], [1149, 87], [1163, 87], [1164, 88], [1173, 88], [1173, 87], [1170, 83], [1170, 80], [1174, 77], [1174, 72], [1175, 69], [1176, 65], [1179, 62], [1180, 63], [1181, 36], [1176, 35], [1173, 26], [1169, 25], [1170, 20], [1167, 21], [1163, 14], [1156, 22], [1153, 20], [1154, 25], [1154, 29], [1157, 35]], "75-80": [[1104, 35], [1104, 75], [1133, 75], [1133, 73], [1148, 73], [1148, 87], [1154, 87], [1155, 88], [1171, 88], [1171, 83], [1173, 81], [1175, 69], [1180, 65], [1185, 65], [1185, 48], [1183, 42], [1176, 35], [1173, 33], [1173, 27], [1171, 27], [1171, 33], [1170, 33], [1170, 35]], "119-150": [[1104, 35], [1104, 75], [1147, 75], [1148, 76], [1148, 85], [1149, 87], [1163, 87], [1164, 88], [1173, 88], [1173, 87], [1170, 83], [1170, 80], [1174, 77], [1174, 72], [1175, 69], [1176, 65], [1179, 62], [1180, 63], [1181, 36], [1176, 35], [1173, 26], [1169, 25], [1170, 20], [1167, 21], [1163, 14], [1156, 22], [1153, 20], [1154, 25], [1154, 29], [1151, 29], [1151, 28], [1147, 28], [1147, 20], [1144, 15], [1139, 13], [1137, 13], [1134, 16], [1133, 16], [1131, 18], [1131, 26], [1133, 29], [1127, 29], [1126, 28], [1116, 28], [1110, 25], [1108, 29], [1108, 35]], "151-166, T:0-1": [[1104, 35], [1104, 75], [1109, 75], [1109, 71], [1112, 68], [1113, 68], [1116, 70], [1116, 75], [1147, 75], [1148, 76], [1148, 85], [1149, 87], [1163, 87], [1164, 88], [1173, 88], [1173, 87], [1170, 83], [1170, 80], [1174, 77], [1174, 72], [1175, 69], [1176, 65], [1179, 62], [1180, 63], [1181, 36], [1176, 35], [1173, 26], [1169, 25], [1170, 20], [1167, 21], [1163, 14], [1156, 22], [1153, 20], [1154, 25], [1154, 29], [1151, 29], [1151, 28], [1147, 28], [1147, 20], [1144, 15], [1139, 13], [1137, 13], [1134, 16], [1133, 16], [1131, 18], [1131, 26], [1133, 29], [1127, 29], [1126, 28], [1116, 28], [1110, 25], [1108, 29], [1108, 35]]}, "center": {"81-118": [1156, 56], "75-80": [1159, 56], "119-150": [1141, 51], "119-150, 151-166, T:0-1": [1141, 51]}}, {"id": "txzdcd", "name": "Wilson", "description": "Wilson is the cat of Spanish streamer Rubius.\n\nRubius's community drew Wilson in an invasion of Chile.", "links": {"website": ["https://www.twitch.tv/rubius"]}, "path": {"164": [[406, 451], [412, 456], [412, 462], [421, 469], [421, 498], [391, 498], [391, 492], [383, 485], [380, 481], [376, 472], [375, 468], [377, 461], [378, 453], [384, 453], [389, 450], [406, 450]]}, "center": {"164": [397, 472]}}, {"id": "txzc76", "name": "K-2", "description": "K-2 is one of the characters created by Mili, a Japanese indie band. It appears on the cover of their first mini-album, Hue, which was released on the 24th of May, 2017. K-2 also appears in their music video, Iron Lotus, alive and fully animated with butt-jiggle physics.", "links": {"website": ["http://projectmili.com/"], "subreddit": ["mili"]}, "path": {"102-157": [[1659, 125], [1658, 126], [1656, 126], [1656, 132], [1657, 133], [1657, 144], [1660, 147], [1662, 147], [1665, 144], [1665, 133], [1666, 132], [1666, 126], [1664, 126], [1663, 125]], "77-101": [[1659, 125], [1658, 126], [1656, 126], [1656, 132], [1657, 133], [1657, 135], [1658, 136], [1658, 137], [1660, 139], [1662, 139], [1664, 137], [1664, 136], [1665, 135], [1665, 133], [1666, 132], [1666, 126], [1664, 126], [1663, 125]], "162-165, T:0-1": [[584, 160], [581, 161], [581, 167], [584, 174], [588, 174], [591, 168], [591, 162], [589, 160], [586, 160]]}, "center": {"102-157": [1661, 130], "77-101": [1661, 130], "162-165, T:0-1": [586, 165]}}, -{"id": "txzbme", "name": "Lost Pause", "description": "Lost Pause is a YouTube channel run by YouTuber and streamer Noble, who often reviews anime memes. Included in this art are his mascot Lily the Fox Mechanic, the LP logo, and an infamous jelly filled donut in the bottom right corner.", "links": {"website": ["https://www.youtube.com/user/lostpause"], "subreddit": ["lostpause"]}, "path": {"159-166, T:0-1": [[1865, 637], [1865, 648], [1890, 648], [1890, 637]]}, "center": {"159-166, T:0-1": [1885, 643]}}, +{"id": "txzbme", "name": "Lost Pause", "description": "Lost Pause is a YouTube channel run by YouTuber and streamer Noble, who often reviews anime memes. Included in this art are his mascot Lily the Fox Mechanic, the LP logo, and an infamous jelly-filled donut in the bottom-right corner.", "links": {"website": ["https://www.youtube.com/user/lostpause"], "subreddit": ["lostpause"]}, "path": {"109-152": [[1451, 1024], [1451, 1035], [1478, 1035], [1478, 1024]], "159-166, T:0-1": [[1865, 637], [1865, 648], [1890, 648], [1890, 637]]}, "center": {"109-152": [1465, 1030], "159-166, T:0-1": [1878, 643]}}, {"id": "txzaqr", "name": "Protag", "description": "The Knuckle Sandwich protagonist (called Protag by the community for the game) is the silent main character of the upcoming indie RPG, Knuckle Sandwich, developed by Andrew Brophy. The Discord server for the game was making the sprite of Protag close to the Nelward Scott sprite on r/place, since Nelward made a good chunk of music for the game. Unfortunately, only half of Protag's face was finished, as r/place ended in the middle of the creation of the sprite.", "links": {"website": ["https://knucklesandwich.biz", "https://en.wikipedia.org/wiki/Knuckle_Sandwich_(video_game)"], "subreddit": ["knucklesandwich"]}, "path": {"164, T:0-1": [[35, 63], [35, 73], [45, 73], [45, 63]]}, "center": {"164, T:0-1": [40, 68]}}, {"id": "txzaft", "name": "Mieses Schwein", "description": "A pig, representing and drawn by the community of twitch streamer @suuN", "links": {"website": ["https://www.twitch.tv/suuN"]}, "path": {"109-165, T:0-1": [[878, 1375], [890, 1375], [890, 1384], [878, 1384]]}, "center": {"109-165, T:0-1": [884, 1380]}}, {"id": "txz9nr", "name": "Flag of Armenia", "description": "Armenia is a country in the Caucasus region of Eastern Europe and Western Asia.\n\nThis used to be the Honduras flag before Armenia took over in the end stages of r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Armenia", "https://en.wikipedia.org/wiki/Flag_of_Armenia"], "subreddit": ["placestart", "armenia"]}, "path": {"109-165, T:0-1": [[870, 1993], [888, 1993], [888, 1977], [870, 1977], [870, 1981]]}, "center": {"109-165, T:0-1": [879, 1985]}}, @@ -5734,7 +5734,7 @@ {"id": "ty7xzy", "name": "HUT HUT HUT (Hx3)", "description": "HUT HUT HUT, abbreviated Hx3, is a tight-knit Discord community of 20 friends, created for more specific interactions related to the EA SPORTS NHL game mode, Hockey Ultimate Team. First started as members as /r/NHLHUT. The art here, being only kept up by a few members, is unfinished. Previously held a spot that was taken by the French esports team, Solary. It's not American Football, but it's close.", "links": {"website": ["https://twitter.com/HUT_HUT_HUT_Hx3"], "subreddit": ["NHLHUT"]}, "path": {"109-165, T:0-1": [[299, 1831], [317, 1831], [317, 1844], [300, 1844]]}, "center": {"109-165, T:0-1": [308, 1837]}}, {"id": "ty7x21", "name": "Gymzl", "description": "Grammar school in the Czech Republic in Zlín", "links": {"website": ["https://rplace.space/combined/"]}, "path": {"109-165, T:0-1": [[1146, 1602], [1155, 1602], [1155, 1610], [1146, 1610]]}, "center": {"109-165, T:0-1": [1151, 1606]}}, {"id": "ty7w80", "name": "A Hat in Time hat", "description": "A tiny hat from the video game A Hat in Time", "links": {"subreddit": ["AHatInTime"]}, "path": {"109-165, T:0-1": [[1091, 1526], [1085, 1526], [1085, 1524], [1086, 1524], [1086, 1521], [1090, 1521], [1090, 1524], [1091, 1524]]}, "center": {"109-165, T:0-1": [1088, 1524]}}, -{"id": "ty7v38", "name": "Lily the Fox Mechanic", "description": "Lily the Fox Mechanic is the mascot of the YouTube channel Lost Pause.", "links": {"website": ["https://lost-pause.fandom.com/wiki/Lily_the_Fox_Mechanic"], "subreddit": ["lostpause"]}, "path": {"161-166, T:0-1": [[1865, 637], [1865, 648], [1881, 648], [1881, 644], [1882, 643], [1881, 642], [1881, 637]]}, "center": {"161-166, T:0-1": [1874, 643]}}, +{"id": "ty7v38", "name": "Lily the Fox Mechanic", "description": "Lily the Fox Mechanic is the mascot of the YouTube channel Lost Pause.", "links": {"website": ["https://lost-pause.fandom.com/wiki/Lily_the_Fox_Mechanic"], "subreddit": ["lostpause"]}, "path": {"112-152": [[1451, 1024], [1451, 1035], [1468, 1035], [1468, 1032], [1470, 1032], [1470, 1031], [1468, 1028], [1468, 1024]], "161-166, T:0-1": [[1865, 637], [1865, 648], [1881, 648], [1881, 644], [1882, 643], [1881, 642], [1881, 637]]}, "center": {"112-152": [1461, 1030], "161-166, T:0-1": [1874, 643]}}, {"id": "ty7ub3", "name": "Amane Kanata's halo", "description": "Amane Kanata is a Japanese VTuber under the VTuber agency Hololive, part of the 4th geneartion of Hololive Japan. She is an angel from the Celestial Academy with a grip strength of a gorilla. This is her signature halo, often referred to as a shuriken by her fans. It's typically either yellow or blue depending on her outfits.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Amane_Kanata"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"74-166, T:0-1": [[1401, 963], [1397, 967], [1401, 971], [1403, 969], [1403, 965]]}, "center": {"74-166, T:0-1": [1401, 967]}}, {"id": "ty7s3n", "name": "Imposter", "description": "one of the many imposters on the canvas", "links": {"subreddit": ["amongus"]}, "path": {"109-165, T:0-1": [[901, 1325], [910, 1325], [909, 1326], [910, 1329], [901, 1329]]}, "center": {"109-165, T:0-1": [905, 1327]}}, {"id": "ty7py6", "name": "Stuffy", "description": "Stuffy is an inside joke between the contributor teams of Hypixel, a server for the game Minecraft.", "links": {"website": ["https://docs.google.com/document/d/1xhLlQHG5dMlJlcn5aoDa3Oh17Bbf1unZ6P7IXJiAACw"], "subreddit": ["Stuffy", "hypixel", "hypixelplace"]}, "path": {"15-45": [[80, 799], [80, 826], [89, 826], [89, 799]], "46-62": [[80, 799], [80, 808], [89, 808], [89, 799]]}, "center": {"15-45": [85, 813], "46-62": [85, 804]}}, @@ -7197,7 +7197,7 @@ {"id": "u8spwy", "name": "Woozi", "description": "A bowl of rice representing member Woozi of K-pop group SEVENTEEN.", "links": {"website": ["https://carat.fandom.com/wiki/Woozi"], "subreddit": ["seventeen", "kpop"]}, "path": {"130-134": [[1709, 892], [1707, 894], [1707, 895], [1709, 897], [1711, 897], [1713, 895], [1713, 894], [1711, 892]], "135-166, T:0-1": [[1710, 892], [1708, 894], [1708, 895], [1710, 897], [1712, 897], [1714, 895], [1714, 894], [1712, 892]]}, "center": {"130-134": [1710, 895], "135-166, T:0-1": [1711, 895]}}, {"id": "u8spa1", "name": "Hoshi", "description": "A tiger representing member Hoshi of K-pop group SEVENTEEN.", "links": {"website": ["https://carat.fandom.com/wiki/Hoshi"], "subreddit": ["seventeen", "kpop"]}, "path": {"130-134": [[1703, 892], [1701, 894], [1701, 897], [1707, 897], [1707, 894], [1705, 892]], "135-166, T:0-1": [[1704, 892], [1702, 894], [1702, 897], [1708, 897], [1708, 894], [1706, 892]]}, "center": {"130-134": [1704, 895], "135-166, T:0-1": [1705, 895]}}, {"id": "u8somb", "name": "S.Coups", "description": "A cherry representing S.Coups, a member of K-pop group SEVENTEEN.", "links": {"website": ["https://carat.fandom.com/wiki/S.COUPS"], "subreddit": ["seventeen"]}, "path": {"129-166, T:0-1": [[1698, 892], [1697, 893], [1697, 894], [1696, 895], [1696, 897], [1702, 897], [1701, 894], [1701, 893], [1700, 892]]}, "center": {"129-166, T:0-1": [1699, 895]}}, -{"id": "u8sm64", "name": "Caratbong", "description": "Official light stick of K-pop group SEVENTEEN.", "links": {"subreddit": ["seventeen", "kpop"]}, "path": {"155-165, T:0-1": [[1716, 887], [1714, 889], [1714, 890], [1716, 892], [1718, 890], [1718, 889]]}, "center": {"155-165, T:0-1": [1716, 890]}}, +{"id": "u8sm64", "name": "Caratbong", "description": "Official light stick of K-pop group SEVENTEEN.", "links": {"subreddit": ["seventeen", "kpop"]}, "path": {"132-152": [[1452, 1036], [1452, 1041], [1453, 1041], [1453, 1043], [1455, 1043], [1455, 1041], [1456, 1041], [1456, 1036]], "113-131": [[1453, 1036], [1453, 1041], [1454, 1041], [1454, 1043], [1456, 1043], [1456, 1041], [1457, 1041], [1457, 1036]], "155-165, T:0-1": [[1716, 887], [1714, 889], [1714, 890], [1716, 892], [1718, 890], [1718, 889]]}, "center": {"132-152": [1454, 1039], "113-131": [1455, 1039], "155-165, T:0-1": [1716, 890]}}, {"id": "u8sin6", "name": "Daewang", "description": "A bunny representing Daewang, a member of K-pop group Pink Fantasy. Daewang never shows her face, and is always seen wearing a bunny mask.", "links": {"website": ["https://kpop.fandom.com/wiki/Daewang"]}, "path": {"135-166, T:0-1": [[1689, 891], [1689, 898], [1696, 898], [1696, 891], [1693, 891], [1693, 893], [1692, 893], [1692, 891]]}, "center": {"135-166, T:0-1": [1692, 895]}}, {"id": "u8sdvr", "name": "(G)I-DLE light stick", "description": "Official light stick of K-pop group (G)I-DLE.", "links": {"subreddit": ["GIDLE", "kpop"]}, "path": {"128-134": [[1689, 868], [1686, 870], [1686, 873], [1688, 875], [1688, 879], [1692, 879], [1692, 875], [1694, 873], [1694, 871], [1691, 868]], "135-166, T:0-1": [[1689, 869], [1686, 872], [1686, 874], [1688, 876], [1688, 879], [1692, 879], [1692, 876], [1694, 874], [1694, 872], [1691, 869]]}, "center": {"128-134": [1690, 872], "135-166, T:0-1": [1690, 873]}}, {"id": "u8sa3z", "name": "Yeri", "description": "The color of Yeri, a member of K-pop group Red Velvet.", "links": {"website": ["https://en.wikipedia.org/wiki/Yeri_(singer)"], "subreddit": ["red_velvet", "kpop"]}, "path": {"78-166, T:0-1": [[1643, 901], [1643, 903], [1646, 903], [1646, 901]]}, "center": {"78-166, T:0-1": [1645, 902]}}, @@ -7520,7 +7520,7 @@ {"id": "uddon7", "name": "Hunter's Mark", "description": "An item in Bloodborne.", "links": {"website": ["https://bloodborne.fandom.com/wiki/Hunter%27s_Mark"], "subreddit": ["bloodborne"]}, "path": {"109-165, T:0-1": [[925, 1436], [925, 1440], [922, 1443], [924, 1445], [925, 1445], [925, 1447], [927, 1447], [927, 1445], [928, 1445], [930, 1443], [927, 1440], [927, 1436]]}, "center": {"109-165, T:0-1": [926, 1442]}}, {"id": "uddnjc", "name": "The Hunter", "description": "The protagonist and player character in Bloodborne.", "links": {"website": ["https://bloodborne.fandom.com/wiki/The_Hunter"], "subreddit": ["bloodborne"]}, "path": {"109-165, T:0-1": [[936, 1436], [934, 1438], [934, 1440], [935, 1441], [933, 1443], [933, 1444], [930, 1447], [930, 1448], [929, 1449], [929, 1451], [928, 1452], [928, 1455], [927, 1456], [927, 1462], [926, 1463], [926, 1465], [925, 1464], [922, 1467], [922, 1468], [924, 1470], [924, 1474], [923, 1475], [923, 1477], [922, 1478], [922, 1481], [925, 1484], [928, 1481], [928, 1479], [929, 1478], [929, 1477], [930, 1478], [931, 1477], [931, 1482], [930, 1482], [930, 1487], [936, 1487], [936, 1480], [937, 1479], [937, 1478], [938, 1477], [939, 1477], [940, 1478], [940, 1479], [941, 1480], [941, 1487], [947, 1487], [947, 1483], [946, 1483], [946, 1478], [947, 1479], [949, 1477], [951, 1479], [951, 1480], [952, 1481], [952, 1482], [953, 1483], [953, 1485], [955, 1487], [957, 1487], [958, 1486], [958, 1485], [959, 1484], [959, 1478], [958, 1477], [958, 1476], [955, 1473], [955, 1472], [953, 1470], [953, 1469], [952, 1468], [952, 1467], [951, 1466], [951, 1463], [950, 1462], [950, 1456], [949, 1455], [949, 1454], [948, 1453], [948, 1449], [946, 1447], [946, 1446], [944, 1444], [944, 1443], [943, 1442], [943, 1438], [941, 1436], [939, 1438], [938, 1438]]}, "center": {"109-165, T:0-1": [939, 1465]}}, {"id": "uddcar", "name": "Masi Rodríguez", "description": "Masi Rodríguez, full name Maria Isabel Rodríguez, is a Spanish Twitch streamer. She is in a relationship with fellow streamer IlloJuan.", "links": {"website": ["https://www.twitch.tv/masi_rodriguez"]}, "path": {"109-164, T:0-1": [[359, 1339], [359, 1342], [361, 1342], [362, 1343], [362, 1345], [361, 1346], [363, 1348], [364, 1348], [365, 1349], [369, 1349], [370, 1348], [371, 1348], [372, 1347], [372, 1349], [375, 1349], [375, 1339]]}, "center": {"109-164, T:0-1": [368, 1344]}}, -{"id": "uddb1s", "name": "IlloJuan", "description": "IlloJuan, also known as LMDShow or Juan Alberto, is a Spanish Twitch streamer born in Fuengirola, Andalusia, Spain. He is in a relationship with fellow streamer Masi Rodríguez. ¡Alo presidentes!", "links": {"website": ["https://www.twitch.tv/illojuan"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[342, 1339], [342, 1341], [343, 1342], [342, 1343], [342, 1345], [343, 1346], [343, 1347], [346, 1350], [353, 1350], [355, 1348], [355, 1347], [357, 1345], [357, 1343], [356, 1342], [356, 1339]]}, "center": {"109-165, T:0-1": [349, 1344]}}, +{"id": "uddb1s", "name": "IlloJuan", "description": "IlloJuan, also known as LMDShow or Juan Alberto, is a Spanish Twitch streamer born in Fuengirola, Andalusia, Spain. He is in a relationship with fellow streamer Masi Rodríguez. He is nicknamed \"Presidente\", commander general of the anti-baguette troops. ¡Alo presidentes!", "links": {"website": ["https://www.twitch.tv/illojuan"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[342, 1339], [342, 1341], [343, 1342], [342, 1343], [342, 1345], [343, 1346], [343, 1347], [346, 1350], [353, 1350], [355, 1348], [355, 1347], [357, 1345], [357, 1343], [356, 1342], [356, 1339]]}, "center": {"109-165, T:0-1": [349, 1344]}}, {"id": "udckyo", "name": "Deepwoken Discord server", "description": "A Discord link to the Deepwoken Discord server.", "links": {"subreddit": ["deepwokenplace", "deepwoken"], "discord": ["deepwoken"]}, "path": {"109-165, T:0-1": [[342, 1417], [342, 1436], [366, 1436], [366, 1430], [357, 1430], [357, 1417]]}, "center": {"109-165, T:0-1": [351, 1428]}}, {"id": "udcjhf", "name": "The deep calls...", "description": "A well-known quote among the Deepwoken community.", "links": {"subreddit": ["deepwokenplace", "deepwoken"]}, "path": {"109-165, T:0-1": [[342, 1438], [342, 1459], [369, 1459], [369, 1457], [360, 1457], [360, 1453], [356, 1453], [356, 1438]]}, "center": {"109-165, T:0-1": [350, 1450]}}, {"id": "udc1z2", "name": "SJND", "description": "Saint Joesph Notre Dame High School is a school located in Alameda, California. It commonly goes by as SJND. The school's colors are Blue and Orange.", "links": {"website": ["https://www.sjnd.org/"], "subreddit": ["SJND"]}, "path": {"109-166, T:0-1": [[833, 1785], [833, 1791], [841, 1790], [843, 1785], [837, 1785], [834, 1785], [834, 1790], [843, 1791], [843, 1788], [843, 1787]]}, "center": {"109-166, T:0-1": [838, 1788]}}, @@ -10083,7 +10083,7 @@ {"id": "124585e", "name": "Kousaka Reina", "description": "Kousaka Reina is one of the main characters of Sound! Euphonium.", "links": {"website": ["https://hibike-euphonium.fandom.com/wiki/Reina_Kousaka"], "subreddit": ["HibikeEuphonium"]}, "path": {"T:0-1": [[1907, 686], [1905, 688], [1905, 695], [1913, 695], [1913, 689], [1910, 686]], "161-166": [[1904, 680], [1902, 682], [1902, 689], [1910, 689], [1910, 683], [1907, 680]]}, "center": {"T:0-1": [1909, 691], "161-166": [1906, 685]}}, {"id": "12456c9", "name": "Oumae Kumiko", "description": "Oumae Kumiko is the protagonist of Sound! Euphonium. She is depicted saying \"Geh\", one of her verbal tics.", "links": {"website": ["https://hibike-euphonium.fandom.com/wiki/Kumiko_Oumae"], "subreddit": ["HibikeEuphonium", "kyoani"]}, "path": {"157-161": [[1896, 680], [1894, 682], [1893, 684], [1893, 685], [1895, 687], [1895, 689], [1900, 689], [1900, 687], [1902, 685], [1902, 683], [1899, 680]], "T:0-1": [[1896, 678], [1896, 689], [1895, 690], [1895, 691], [1897, 693], [1897, 695], [1902, 695], [1902, 693], [1904, 691], [1904, 687], [1905, 686], [1916, 686], [1916, 678]], "142-143": [[1953, 744], [1953, 752], [1962, 752], [1962, 744]], "118-120": [[1990, 761], [1987, 764], [1987, 766], [1988, 767], [1988, 769], [1995, 769], [1995, 767], [1996, 766], [1996, 765], [1993, 761]], "140-141": [[1922, 745], [1919, 745], [1919, 750], [1921, 750], [1921, 752], [1925, 752], [1925, 750], [1927, 750], [1927, 748], [1925, 745], [1923, 744]], "162-166": [[1896, 670], [1896, 680], [1894, 682], [1893, 684], [1893, 685], [1895, 687], [1895, 689], [1900, 689], [1900, 687], [1902, 685], [1902, 683], [1899, 680], [1899, 678], [1911, 678], [1911, 670]]}, "center": {"157-161": [1898, 684], "T:0-1": [1901, 683], "142-143": [1958, 748], "118-120": [1991, 765], "140-141": [1923, 748], "162-166": [1907, 674]}}, {"id": "1244l35", "name": "Mushoku Tensei: Jobless Reincarnation", "description": "Mushoku Tensei: Jobless Reincarnation is a light novel and anime series. The series is often considered the grandfather and pioneer of the isekai genre (reincarnation/transported to another world) and still stands as one of the greatest and most original ones that realizes the purpose and true intentions of an isekai. Another shot at life. Another shot to become a better person. A second chance at life.", "links": {"website": ["https://en.wikipedia.org/wiki/Mushoku_Tensei"], "subreddit": ["mushokutensei", "Roxy", "sixfacedworld"]}, "path": {"144-166, T:0-1": [[1840, 670], [1840, 681], [1847, 681], [1847, 682], [1851, 682], [1851, 690], [1855, 690], [1855, 688], [1868, 688], [1869, 687], [1882, 687], [1884, 685], [1884, 681], [1883, 680], [1882, 680], [1882, 677], [1884, 677], [1884, 675], [1886, 675], [1890, 673], [1890, 668], [1883, 668], [1882, 667], [1862, 667], [1855, 671], [1849, 671], [1849, 669], [1845, 669], [1845, 670]]}, "center": {"144-166, T:0-1": [1865, 678]}}, -{"id": "1242otc", "name": "Jelly-filled doughnut", "description": "\"Jelly-filled doughnut\" is a term used in the English dub of the Pokémon anime to describe Japanese rice balls (onigiri). The absurdity of the localization caused the term to become a meme.\n\nLost Pause has a particular hatred for the term, which has become a meme in itself in his community.", "links": {"website": ["https://knowyourmeme.com/memes/brocks-jelly-doughnuts"], "subreddit": ["lostpause"]}, "path": {"160-166, T:0-1": [[1888, 645], [1886, 647], [1886, 648], [1890, 648], [1890, 647]]}, "center": {"160-166, T:0-1": [1888, 647]}}, +{"id": "1242otc", "name": "Jelly-filled doughnut", "description": "\"Jelly-filled doughnut\" is a term used in the English dub of the Pokémon anime to describe Japanese rice balls (onigiri). The absurdity of the localization caused the term to become a meme.\n\nLost Pause has a particular hatred for the term, which has become a meme in itself in his community.", "links": {"website": ["https://knowyourmeme.com/memes/brocks-jelly-doughnuts"], "subreddit": ["lostpause"]}, "path": {"115-151": [[1476, 1032], [1474, 1034], [1474, 1035], [1478, 1035], [1478, 1034]], "160-166, T:0-1": [[1888, 645], [1886, 647], [1886, 648], [1890, 648], [1890, 647]]}, "center": {"115-151": [1476, 1034], "160-166, T:0-1": [1888, 647]}}, {"id": "1241t5a", "name": "Hildacord", "description": "A shortened Discord link to Hildacord, a Discord community focused on the graphic novel and TV series Hilda.", "links": {"subreddit": ["HildaTheSeries"], "discord": ["hilda"]}, "path": {"142-166, T:0-1": [[1831, 624], [1831, 636], [1848, 636], [1848, 633], [1846, 631], [1845, 631], [1845, 624]]}, "center": {"142-166, T:0-1": [1837, 630]}}, {"id": "1241oty", "name": "Transgender heart", "description": "A heart depicting the transgender pride flag. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"], "subreddit": ["Burgy"]}, "path": {"145-160": [[1813, 626], [1811, 628], [1811, 629], [1815, 633], [1819, 629], [1819, 628], [1817, 626]]}, "center": {"145-160": [1815, 629]}}, {"id": "1247dzz", "name": "Apollo 18", "description": "Apollo 18 is the fourth album by They Might Be Giants.", "links": {"website": ["https://en.wikipedia.org/wiki/Apollo_18_(album)"], "subreddit": ["tmbg"]}, "path": {"30-53": [[890, 440], [890, 449], [899, 449], [899, 440]], "111-127, 134-160": [[1875, 637], [1875, 648], [1885, 648], [1885, 637]]}, "center": {"30-53": [895, 445], "111-127, 134-160": [1880, 643]}}, @@ -10753,5 +10753,16 @@ {"id": "482", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"147": [[1161, 1048], [1161, 1051], [1165, 1051], [1165, 1048]]}, "center": {"147": [1163, 1050]}}, {"id": "483", "name": "Lesser Dog", "description": "Lesser Dog is a miniboss from the game Undertale. Its neck grows longer every time it is pet, and can extend past the top of the screen and wrap around to the bottom.", "links": {"website": ["https://undertale.fandom.com/wiki/Lesser_Dog"], "subreddit": ["Undertale"]}, "path": {"124-134": [[1288, 1048], [1285, 1051], [1285, 1066], [1287, 1068], [1288, 1068], [1290, 1070], [1293, 1070], [1293, 1068], [1295, 1068], [1298, 1065], [1299, 1062], [1301, 1062], [1301, 1059], [1300, 1058], [1300, 1056], [1299, 1055], [1299, 1053], [1297, 1051], [1292, 1051], [1292, 1048]]}, "center": {"124-134": [1292, 1059]}}, {"id": "484", "name": "The Kid", "description": "The Kid is the player character in the game I Wanna Be the Guy and its spinoffs. He is on a quest to become \"The Guy\".", "links": {"website": ["https://i-wanna-be-the-guy.fandom.com/wiki/The_Kid"]}, "path": {"125-136": [[1312, 1080], [1310, 1082], [1310, 1088], [1311, 1088], [1311, 1092], [1312, 1093], [1322, 1093], [1326, 1089], [1326, 1085], [1324, 1082], [1322, 1080]], "162-166": [[1265, 1736], [1264, 1739], [1260, 1739], [1260, 1743], [1262, 1743], [1262, 1746], [1265, 1748], [1267, 1748], [1269, 1746], [1269, 1739], [1266, 1736]]}, "center": {"125-136": [1318, 1087], "162-166": [1265, 1742]}}, -{"id": "485", "name": "Blancworks", "description": "Blancworks was the development team responsible for the Figura mod until the original developer of the mod asked for the team to stop using the Blancworks branding and logo. The modding team is now known as Moonlight and continues working on Figura.", "links": {"website": ["https://github.com/Kingdom-Of-The-Moon", "https://github.com/Moonlight-MC"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"11-49": [[746, 954], [744, 956], [742, 956], [742, 962], [751, 962], [751, 956], [749, 956], [747, 954]], "50-99": [[736, 945], [736, 947], [734, 947], [734, 954], [743, 954], [743, 947], [741, 947], [741, 945]]}, "center": {"11-49": [747, 959], "50-99": [739, 950]}} +{"id": "485", "name": "Blancworks", "description": "Blancworks was the development team responsible for the Figura mod until the original developer of the mod asked for the team to stop using the Blancworks branding and logo. The modding team is now known as Moonlight and continues working on Figura.", "links": {"website": ["https://github.com/Kingdom-Of-The-Moon", "https://github.com/Moonlight-MC"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"11-49": [[746, 954], [744, 956], [742, 956], [742, 962], [751, 962], [751, 956], [749, 956], [747, 954]], "50-99": [[736, 945], [736, 947], [734, 947], [734, 954], [743, 954], [743, 947], [741, 947], [741, 945]]}, "center": {"11-49": [747, 959], "50-99": [739, 950]}}, +{"id": "486", "name": "RIM", "description": "RIM is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCfBkUgaJ6eqYA9_TX2cmq9A", "https://kamitsubaki.fandom.com/wiki/Rim"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1445, 1123], [1445, 1126], [1447, 1126], [1447, 1123]]}, "center": {"123-165, T:0-1": [1446, 1125]}}, +{"id": "487", "name": "Isekaijoucho", "description": "Isekaijoucho is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCah4_WVjmr8XA7i5aigwV-Q", "https://kamitsubaki.fandom.com/wiki/Isekaijoucho"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1446, 1123], [1446, 1126], [1448, 1126], [1448, 1123]]}, "center": {"123-165, T:0-1": [1447, 1125]}}, +{"id": "488", "name": "Harusaruhi", "description": "Harusaruhi is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCE7gtjLeZKNXLp5YURzYYeg", "https://kamitsubaki.fandom.com/wiki/Harusaruhi"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1447, 1123], [1447, 1126], [1449, 1126], [1449, 1123]]}, "center": {"123-165, T:0-1": [1448, 1125]}}, +{"id": "489", "name": "koko", "description": "koko is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UC7Gow-kNHq21oejSIDg9PAg", "https://kamitsubaki.fandom.com/wiki/Koko"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1448, 1123], [1448, 1126], [1450, 1126], [1450, 1123]]}, "center": {"123-165, T:0-1": [1449, 1125]}}, +{"id": "490", "name": "CIEL", "description": "CIEL is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCRvkXFtB70ZADg4L6A8L3wQ", "https://kamitsubaki.fandom.com/wiki/Ciel"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1449, 1123], [1449, 1126], [1451, 1126], [1451, 1123]]}, "center": {"123-165, T:0-1": [1450, 1125]}}, +{"id": "twh3hz", "name": "NU'EST", "description": "NU'EST is a Generation 3 K-pop boy band from Pledis Entertainment. The word \"disbandment\" was never used, but three of the members did not sign back with Pledis.", "links": {"website": ["https://www.pledis.co.kr/html/artist/nuest", "https://en.wikipedia.org/wiki/NU'EST"], "subreddit": ["nuest", "kpop"]}, "path": {"132-151": [[1494, 1035], [1494, 1043], [1502, 1043], [1502, 1035]]}, "center": {"132-151": [1498, 1039]}}, +{"id": "twhfzb", "name": "Phtanum B", "description": "Phtanum B is a worldbuilding and spec-evo project which documents the bizarre lifeforms on an exoplanet. Pyrite bones, non-newtonian fluid armor, plastic scars, super-storms, and a complex human history are just few things you can find here.", "links": {"website": ["https://instagram.com/phtanum_b_official/"], "subreddit": ["PhtanumB"]}, "path": {"140-152": [[1456, 1001], [1454, 1003], [1454, 1006], [1456, 1008], [1459, 1008], [1461, 1006], [1461, 1003], [1459, 1001]]}, "center": {"140-152": [1458, 1005]}}, +{"id": "twl19n", "name": "BoA", "description": "Kwon Bo-ah, known professionally as BoA, is a South Korean singer, songwriter, dancer, record producer and actress who has been active since 2000. One of the most successful and influential Korean entertainers, she has been dubbed the \"Queen of K-pop\" and has been cited as the influence of countless singers and idols today.", "links": {"website": ["https://en.wikipedia.org/wiki/BoA", "https://www.smtown.com/artist/musician/1"], "subreddit": ["kpop"]}, "path": {"114-151": [[1478, 1034], [1478, 1044], [1494, 1044], [1494, 1034]]}, "center": {"114-151": [1486, 1039]}}, +{"id": "twh21t", "name": "EXO", "description": "Exo is a South Korean-Chinese boy group under Sm Entertainment, consisting of nine members: Xiumin, Suho, Lay, Baekhyun, Chen, Chanyeol, D.O., Kai, and Sehun. They debuted in 2012.", "links": {"website": ["https://www.smtown.com/artist/musician/86", "https://en.wikipedia.org/wiki/Exo"], "subreddit": ["exo", "kpop"]}, "path": {"115-151": [[1492, 1017], [1509, 1017], [1509, 1027], [1492, 1027]]}, "center": {"115-151": [1501, 1022]}}, +{"id": "491", "name": "SEVENTEEN", "description": "SEVENTEEN is a 13-member South Korean boy group managed by Pledis Entertainment.", "links": {"website": ["http://www.pledis.co.kr/html/artist/seventeen", "https://twitter.com/pledis_17", "https://en.wikipedia.org/wiki/Seventeen_(South_Korean_band)"], "subreddit": ["seventeen", "kpop"]}, "path": {"111-152": [[1451, 1035], [1451, 1044], [1478, 1044], [1478, 1035]]}, "center": {"111-152": [1465, 1040]}}, +{"id": "492", "name": "CARAT", "description": "CARAT is the fandom name for the K-pop boy group SEVENTEEN. They are frequently represented with carrots as a pun on the name.", "links": {"website": ["https://carat.fandom.com/wiki/CARAT"], "subreddit": ["seventeen", "kpop"]}, "path": {"134-152": [[1475, 1036], [1471, 1040], [1471, 1043], [1473, 1043], [1477, 1039], [1477, 1038]], "113-133": [[1476, 1036], [1472, 1040], [1472, 1043], [1474, 1043], [1478, 1039], [1478, 1038]]}, "center": {"134-152": [1474, 1040], "113-133": [1475, 1040]}} ] \ No newline at end of file From c7761829db5751beff0f1cc7e01df6a49fed8385 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sat, 24 Jun 2023 20:09:23 -0500 Subject: [PATCH 16/17] Updated (1500, 1000) to (1600, 1100) --- web/atlas.json | 82 +++++++++++++++++++++++++++++--------------------- 1 file changed, 47 insertions(+), 35 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index 1aab1f47..dbb30db1 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -237,7 +237,6 @@ {"id": "000319", "name": "Flag of Lesotho", "description": "Lesotho is a landlocked enclave nation of South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesotho", "https://en.wikipedia.org/wiki/Flag_of_Lesotho"]}, "path": {"150-165, T:0-1": [[735, 1067], [743, 1067], [743, 1073], [735, 1073]]}, "center": {"150-165, T:0-1": [739, 1070]}}, {"id": "000320", "name": "osu!hungary", "description": "The Hungarian osu! community. An insanely dedicated osu! group. With the help from the osu! Storyboarder Banquet community, and after the negotiations with the Star Wars community, our logo and our community efforts will live forever and ever.", "links": {"subreddit": ["osuplace", "osugame"], "discord": ["rFYD6Pq"]}, "path": {"109-166, T:0-1": [[713, 1657], [719, 1654], [726, 1658], [726, 1664], [713, 1664]]}, "center": {"109-166, T:0-1": [719, 1660]}}, {"id": "000321", "name": "Serball", "description": "A parody of the character Serval from the anime Kemono Friends. She is a playable character in the Roblox game Become Fumo", "links": {"website": ["https://www.roblox.com/games/6238705697/Become-Fumo"]}, "path": {"109-166, T:0-1": [[607, 1569], [603, 1574], [604, 1581], [608, 1583], [617, 1583], [620, 1580], [620, 1578], [620, 1574], [620, 1572], [617, 1571], [611, 1569]]}, "center": {"109-166, T:0-1": [612, 1576]}}, -{"id": "000322", "name": "Saudi Arabia", "description": "featuring the saudi emblem and some Arabic coffee", "links": {"subreddit": ["saudiarabia"]}, "path": {"109-166, T:0-1": [[1591, 1044], [1645, 1044], [1645, 1074], [1591, 1074]]}, "center": {"109-166, T:0-1": [1618, 1059]}}, {"id": "000323", "name": "Hat Mouse", "description": "Hat Mouse is a mouse who sells hats in the game Stardew Valley.\n\n\"Hi. Me sell hats. Okay, poke? Come to old old old haus, poke. Bring coines.\" - Hat Mouse", "links": {"website": ["https://stardewvalleywiki.com/Abandoned_House"], "subreddit": ["StardewValley"], "discord": ["stardewvalley"]}, "path": {"56-122": [[1708, 964], [1708, 999], [1768, 999], [1768, 964]], "125-166, T:0-1": [[1708, 1008], [1768, 1008], [1768, 1043], [1708, 1043]]}, "center": {"56-122": [1738, 982], "125-166, T:0-1": [1738, 1026]}}, {"id": "000325", "name": "Starman / Tesla Roadster", "description": "Elon Musk's Tesla Roaster and its sole passenger, Starman (not to scale). Currently orbiting the sun near the orbits of Earth and Mars.", "links": {"website": ["https://spacein3d.com/where-is-starman-live-tracker/"], "subreddit": ["spacexplace"]}, "path": {"109-166, T:0-1": [[908, 1608], [911, 1609], [932, 1599], [933, 1589], [930, 1587], [931, 1572], [929, 1560], [921, 1554], [912, 1554], [903, 1561], [904, 1584], [910, 1594], [910, 1604], [908, 1605], [905, 1605]]}, "center": {"109-166, T:0-1": [918, 1580]}}, {"id": "000328", "name": "Capybara", "description": "The capybara (called \"carpincho\" in Argentina) is a symbolic animal in the region.", "links": {"website": ["https://en.wikipedia.org/wiki/Capybara"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"8-165, T:0-1": [[923, 662], [923, 665], [922, 666], [919, 666], [917, 668], [917, 669], [916, 669], [916, 674], [919, 677], [924, 677], [925, 676], [927, 676], [928, 677], [932, 677], [932, 671], [934, 671], [936, 669], [936, 665], [934, 663], [928, 663], [927, 662]]}, "center": {"8-165, T:0-1": [926, 670]}}, @@ -277,7 +276,7 @@ {"id": "000457", "name": "Zyzz", "description": "A tribute to the late Aziz (Zyzz) Shavershian, a Russian-born Australian bodybuilder and entertainer who gained a cult following in the late 2000s after posting on YouTube.\n\nThis was placed by Twitch streamer xQc and his community. They originally made Menchi from Hunter x Hunter, before abandoning it when people kept making her naked and getting her censored by Reddit admins.", "links": {"website": ["https://en.wikipedia.org/wiki/Aziz_Shavershian"], "subreddit": ["Zyzz"]}, "path": {"109-166, T:0-1": [[1332, 1612], [1332, 1682], [1332, 1753], [1439, 1754], [1439, 1658], [1417, 1658], [1413, 1654], [1413, 1638], [1394, 1637], [1394, 1612]]}, "center": {"109-166, T:0-1": [1381, 1689]}}, {"id": "000255", "name": "Red vs. Blue", "description": "Red vs. Blue (RvB) is an American machinima and animated web series created by Rooster Teeth, based on the Halo games. The 19 on the helmet signifies the 19th anniversary of the series on April 1, 2022, and the heart on the border with RWBY shows the friendship between the communities as Rooster Teeth creations.", "links": {"website": ["https://roosterteeth.com/channel/red-vs-blue-universe", "https://en.wikipedia.org/wiki/Red_vs._Blue"], "subreddit": ["RedvsBlue"]}, "path": {"25-166, T:0-1": [[449, 682], [472, 682], [472, 713], [449, 713]]}, "center": {"25-166, T:0-1": [461, 698]}}, {"id": "000256", "name": "Half-life 3 Lambda", "description": "Half-Life is a first-person shooter series developed by Valve. Half-Life 2: Episode two was released alongside Team Fortress 2 as part of the Orange Box Collection, and also runs on the Source engine.\n\nFans of the series have been waiting for a third installment to the main series since 2007, and jokes about the wait time and nonexistent release date of \"Half-Life 3\" have become one of the most iconic memes within the gaming community.", "links": {"website": ["https://half-life.fandom.com/wiki/Development_of_the_next_Half-Life_game", "https://knowyourmeme.com/memes/half-life-3-confirmed"], "subreddit": ["HalfLife"]}, "path": {"158-166, T:0-1": [[1558, 1918], [1558, 1932], [1561, 1932], [1561, 1934], [1574, 1934], [1574, 1918]]}, "center": {"158-166, T:0-1": [1566, 1926]}}, -{"id": "000257", "name": "Saudi Arabia", "description": "The Saudi flag drawn by the r/SaudiArabia Discord displaying the traditional palm trees and swords, a mabkhara, a dallah, and a peepo wearing a thobe.", "links": {"subreddit": ["SaudiArabia"]}, "path": {"109-166, T:0-1": [[1645, 1044], [1645, 1074], [1591, 1074], [1591, 1044]]}, "center": {"109-166, T:0-1": [1618, 1059]}}, +{"id": "000257", "name": "Flag of Saudi Arabia", "description": "Saudi Arabia, officially the Kingdom of Saudi Arabia (KSA), is a country in the Arabian Peninsula of West Asia. This flag displays traditional palm trees and swords, a mabkhara, a dallah, and a Peepo wearing a thobe.\n\nThis Saudi flag was drawn by the r/SaudiArabia Discord.", "links": {"website": ["https://en.wikipedia.org/wiki/Saudi_Arabia", "https://en.wikipedia.org/wiki/Flag_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"110-166, T:0-1": [[1645, 1044], [1645, 1074], [1591, 1074], [1591, 1044]]}, "center": {"110-166, T:0-1": [1621, 1049]}}, {"id": "000260", "name": "Amaterasu", "description": "Amaterasu is the lupine protagonist of the video game Ōkami (2006).\n\nThis placement was organized mainly by the Ōkami speedrunning community, and contributed to by all loving fans.", "links": {"website": ["https://okami.speedruns.wiki/Main_Page", "https://en.wikipedia.org/wiki/%C5%8Ckami"], "subreddit": ["Okami"]}, "path": {"29-45": [[886, 212], [886, 228], [905, 228], [905, 212]], "25-28": [[874, 206], [874, 213], [877, 220], [881, 223], [883, 223], [888, 220], [888, 215], [884, 212], [879, 212], [879, 205]], "74-166, T:0-1": [[996, 389], [991, 394], [991, 399], [993, 401], [993, 404], [996, 404], [996, 406], [1000, 406], [1000, 407], [1003, 407], [1010, 398], [1010, 390], [1007, 390], [1007, 389]]}, "center": {"29-45": [896, 220], "25-28": [882, 217], "74-166, T:0-1": [1000, 397]}}, {"id": "000275", "name": "Flag of Denmark", "description": "Denmark is a country in Northern Europe. Its flag is known as the Dannebrog.\n\nThis Danish flag contains a Lego brick and the famous Lego astronaut, since Lego is a Danish company. A swan, the national bird of Denmark, is also on the flag. The three shadowy figures are Egon Olsen, Benny Frandsen and Kjeld Jensen. They make up the group called \"Olsen-banden\", a series of Danish crime comedies.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["Denmark"]}, "path": {"83-118": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "1-79": [[542, 285], [542, 342], [689, 342], [689, 320], [638, 320], [638, 285]], "T:0-1": [[555, 285], [536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "130-166": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 294], [658, 294], [658, 285]]}, "center": {"83-118": [565, 314], "1-79": [571, 314], "T:0-1": [565, 314], "130-166": [565, 314]}}, {"id": "000281", "name": "Cosmere", "description": "The Cosmere is the greater universe of Brandon Sanderson's adult fiction books, such as The Stormlight Archive.", "links": {"website": ["https://stormlightarchive.fandom.com/wiki/Cosmere"], "subreddit": ["placeCosmere", "Cosmere"]}, "path": {"5-165, T:0-1": [[860, 923], [860, 975], [902, 975], [902, 923]]}, "center": {"5-165, T:0-1": [881, 949]}}, @@ -689,7 +688,7 @@ {"id": "twljhd", "name": "YAGOO", "description": "Motoaki Tanigo, a.k.a. YAGOO, is the CEO of Cover Corp., the company behind the virtual YouTuber agency Hololive. This dejected image of YAGOO is used humorously by the Hololive community when talents continue to stray from YAGOO's intentions of an \"idol group similar to AKB48\". RIP YAGOO's dreams.\n\nIn this art, YAGOO is drawn wearing VTuber Kizuna AI's headband.", "links": {"website": ["https://hololive.wiki/wiki/YAGOO"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"133-150": [[1342, 970], [1342, 948], [1343, 947], [1343, 945], [1344, 944], [1344, 942], [1345, 941], [1345, 939], [1346, 938], [1346, 936], [1345, 935], [1345, 933], [1347, 933], [1349, 931], [1351, 931], [1352, 930], [1353, 930], [1355, 928], [1356, 927], [1358, 927], [1359, 926], [1360, 926], [1361, 925], [1364, 925], [1367, 922], [1367, 916], [1368, 915], [1368, 913], [1369, 912], [1369, 910], [1370, 909], [1375, 909], [1376, 910], [1377, 910], [1379, 908], [1378, 907], [1378, 905], [1379, 904], [1380, 903], [1383, 903], [1384, 904], [1385, 904], [1387, 906], [1388, 905], [1388, 902], [1389, 901], [1389, 900], [1393, 900], [1394, 901], [1394, 903], [1393, 904], [1393, 909], [1391, 911], [1391, 913], [1392, 913], [1392, 914], [1393, 915], [1393, 923], [1392, 923], [1391, 924], [1391, 929], [1389, 931], [1389, 932], [1390, 933], [1390, 934], [1391, 935], [1391, 936], [1392, 937], [1392, 938], [1393, 939], [1393, 949], [1394, 950], [1394, 951], [1395, 952], [1395, 959], [1396, 960], [1396, 961], [1394, 963], [1390, 963], [1389, 962], [1388, 963], [1387, 964], [1387, 966], [1386, 967], [1385, 967], [1385, 966], [1384, 965], [1384, 963], [1383, 962], [1382, 961], [1379, 961], [1375, 965], [1375, 966], [1374, 967], [1369, 967], [1365, 971], [1367, 985], [1348, 972]], "81-132": [[1342, 970], [1342, 948], [1343, 947], [1343, 945], [1344, 944], [1344, 942], [1345, 941], [1345, 939], [1346, 938], [1346, 936], [1345, 935], [1345, 933], [1347, 933], [1349, 931], [1351, 931], [1352, 930], [1353, 930], [1355, 928], [1356, 927], [1358, 927], [1359, 926], [1360, 926], [1361, 925], [1364, 925], [1367, 922], [1367, 916], [1368, 915], [1368, 913], [1369, 912], [1369, 910], [1370, 909], [1375, 909], [1376, 910], [1377, 910], [1379, 908], [1378, 907], [1378, 905], [1379, 904], [1380, 903], [1383, 903], [1384, 904], [1385, 904], [1387, 906], [1388, 905], [1388, 902], [1389, 901], [1389, 900], [1393, 900], [1394, 901], [1394, 903], [1393, 904], [1393, 909], [1391, 911], [1391, 913], [1392, 913], [1392, 914], [1393, 915], [1393, 923], [1392, 923], [1391, 924], [1391, 929], [1389, 931], [1389, 932], [1390, 933], [1390, 934], [1391, 935], [1391, 936], [1392, 937], [1392, 938], [1393, 939], [1393, 949], [1394, 950], [1394, 951], [1395, 952], [1395, 959], [1396, 960], [1396, 961], [1403, 979], [1403, 996], [1399, 996], [1400, 991], [1400, 983], [1395, 980], [1391, 980], [1387, 984], [1387, 990], [1375, 990], [1375, 975], [1387, 975], [1387, 973], [1382, 961], [1378, 961], [1375, 966], [1369, 969], [1366, 972], [1366, 974], [1368, 976], [1368, 979], [1367, 980], [1367, 988], [1358, 988], [1358, 985], [1353, 983], [1352, 971]], "70-80": [[1342, 970], [1342, 948], [1343, 947], [1343, 945], [1344, 944], [1344, 942], [1345, 941], [1345, 939], [1346, 938], [1346, 936], [1345, 935], [1345, 933], [1347, 933], [1349, 931], [1351, 931], [1352, 930], [1353, 930], [1355, 928], [1356, 927], [1358, 927], [1359, 926], [1360, 926], [1361, 925], [1364, 925], [1367, 922], [1367, 916], [1368, 915], [1368, 913], [1369, 912], [1369, 910], [1370, 909], [1375, 909], [1376, 910], [1377, 910], [1379, 908], [1378, 907], [1378, 905], [1379, 904], [1380, 903], [1383, 903], [1384, 904], [1385, 904], [1387, 906], [1388, 905], [1388, 902], [1389, 901], [1389, 900], [1393, 900], [1394, 901], [1394, 903], [1393, 904], [1393, 909], [1391, 911], [1391, 913], [1392, 913], [1392, 914], [1393, 915], [1393, 923], [1392, 923], [1391, 924], [1391, 929], [1389, 931], [1389, 932], [1390, 933], [1390, 934], [1391, 935], [1391, 936], [1392, 937], [1392, 938], [1393, 939], [1393, 949], [1394, 950], [1394, 951], [1395, 952], [1395, 959], [1396, 960], [1396, 961], [1403, 979], [1403, 1000], [1354, 1000], [1358, 995], [1358, 987], [1353, 983], [1353, 976], [1350, 972]], "57-69": [[1332, 902], [1403, 902], [1403, 999], [1332, 999]], "151-166, T:0-1": [[1342, 970], [1342, 948], [1343, 947], [1343, 945], [1344, 944], [1344, 942], [1345, 941], [1345, 939], [1346, 938], [1346, 936], [1345, 935], [1345, 933], [1347, 933], [1349, 931], [1351, 931], [1352, 930], [1353, 930], [1355, 928], [1356, 927], [1358, 927], [1359, 926], [1360, 926], [1361, 925], [1364, 925], [1367, 922], [1367, 916], [1368, 915], [1368, 913], [1369, 912], [1369, 910], [1370, 909], [1375, 909], [1376, 910], [1377, 910], [1379, 908], [1378, 907], [1378, 905], [1379, 904], [1380, 903], [1383, 903], [1384, 904], [1385, 904], [1387, 906], [1388, 905], [1388, 902], [1389, 901], [1389, 900], [1393, 900], [1394, 901], [1394, 903], [1393, 904], [1393, 909], [1391, 911], [1391, 913], [1392, 913], [1392, 914], [1393, 915], [1393, 923], [1392, 923], [1391, 924], [1391, 929], [1389, 931], [1389, 932], [1390, 933], [1390, 934], [1391, 935], [1391, 936], [1392, 937], [1392, 938], [1393, 939], [1393, 949], [1394, 950], [1394, 951], [1395, 952], [1395, 959], [1396, 960], [1396, 961], [1394, 963], [1390, 963], [1389, 962], [1388, 963], [1387, 964], [1387, 966], [1386, 967], [1385, 967], [1385, 966], [1384, 965], [1384, 963], [1383, 962], [1382, 961], [1379, 961], [1375, 965], [1375, 966], [1374, 967], [1369, 967], [1365, 971]]}, "center": {"133-150": [1365, 947], "81-132": [1366, 946], "70-80": [1368, 954], "57-69": [1368, 951], "151-166, T:0-1": [1365, 947]}}, {"id": "twlj1s", "name": "r/neoliberal and r/NonCredibleDefense", "description": "Neoliberalism is an ideology that advocates for liberalism, free trade, open borders, and globalism; r/neoliberal serves as a forum to continue neoliberalism against new threats posed by the populist left and right. r/NonCredibleDefense focuses on \"defense-themed shitposting.\"\n\nWith collectivism on the rise, a group of liberal philosophers, economists, and journalists met in Paris at the Walter Lippmann Colloquium in 1938 to discuss the future prospects of liberalism. While the participants could not agree on a comprehensive programme, there was universal agreement that a new liberal (neoliberal) project, able to resist the tendency towards ever more state control without falling back into the dogma of complete laissez-faire, was necessary.\n\nThis art, code-named \"Operation Rochambeau\", is a cooperative banner between users of the neoliberal and NCD subreddits, collectibely known as \"lib-sphere\". Inside the banner are pride flags, the neoliberal globe, F-35-chan from Flight Highschool, and the NATO flag.", "links": {"website": ["https://neoliberalproject.org/"], "subreddit": ["neoliberal", "NonCredibleDefense"]}, "path": {"1-166, T:0-1": [[799, 99], [893, 99], [893, 129], [799, 129]]}, "center": {"1-166, T:0-1": [846, 114]}}, {"id": "twlhuj", "name": "Snoo", "description": "Snoo is the mascot of Reddit. This Snoo is wearing a salakót and barong tagalog, traditional formal attire and national dress of the Philippines", "links": {"subreddit": ["Philippines"]}, "path": {"52-165, T:0-1": [[330, 652], [321, 661], [321, 662], [324, 662], [326, 667], [326, 674], [327, 674], [327, 678], [337, 678], [337, 674], [338, 674], [338, 668], [340, 662], [343, 662], [343, 661], [334, 652], [338, 652], [338, 647], [333, 647], [333, 649], [331, 651], [331, 652]]}, "center": {"52-165, T:0-1": [332, 661]}}, -{"id": "twlhm4", "name": "Younha", "description": "One of the OG singer-songwriters of kpop. First K-female soloist to top US iTunes chart. Check out 'End Theory', part of Billboard and Time's Best Kpop Albums of 2021.", "links": {"subreddit": ["younha"]}, "path": {"109-165, T:0-1": [[1522, 1044], [1522, 1051], [1524, 1051], [1524, 1044]]}, "center": {"109-165, T:0-1": [1523, 1048]}}, +{"id": "twlhm4", "name": "Younha", "description": "Younha is one of the original singer-songwriters of K-pop, and the first K-female soloist to top US iTunes chart. Check out \"End Theory\", part of Billboard and Time's Best K-pop Albums of 2021.", "links": {"website": ["https://en.wikipedia.org/wiki/Younha"], "subreddit": ["younha", "kpop"]}, "path": {"135-166, T:0-1": [[1521, 1043], [1521, 1052], [1525, 1052], [1525, 1043]]}, "center": {"135-166, T:0-1": [1523, 1048]}}, {"id": "twlhf3", "name": "Septiceye Sam", "description": "Septic Sam, Septiceye Sam, The Septiceye or simply known as Sam, is the mascot of Jacksepticeye's channel. He is a giant green eye with a blue iris and small darker green veins showing from the inside.", "links": {"website": ["https://www.youtube.com/c/jacksepticeye"], "subreddit": ["jacksepticeye", "placestart"]}, "path": {"109-166, T:0-1": [[1467, 1984], [1467, 2000], [1482, 1999], [1482, 1984]]}, "center": {"109-166, T:0-1": [1474, 1992]}}, {"id": "twlgzi", "name": "Red Sigil", "description": "A Red Sigil from the Red Rising book series, part of the Sci-Fi-Fantasy Alliance. Encapsulated as a battle between greyscaling tinpots and the Red Rain. Stay prime, my goodman.", "links": {"website": ["https://red-rising.fandom.com/wiki/The_Society"], "subreddit": ["redrising", "SFFA"]}, "path": {"109-166, T:0-1": [[1644, 1340], [1637, 1355], [1623, 1355], [1646, 1373], [1662, 1356], [1653, 1351], [1649, 1341], [1644, 1341]]}, "center": {"109-166, T:0-1": [1645, 1357]}}, {"id": "twlgqo", "name": "Risk of Rain", "description": "Risk of Rain is a roguelike action platformer/adventure game series made by indie studio Hopoo Games. The games are set in the distant future, where space transportation is common. Space trains carry passengers and goods all across space. A particular space train, however, had some very special cargo. Through a series of unfortunate events, this space train gets shot out of orbit and crash lands on a mysterious planet… with one survivor.\n\nThis banner features characters and items from Risk of Rain and Risk of Rain 2. From left to right: Sniper, Loader, Mercenary, Ukelele, Bustling Fungus, Commando, Gup, Acrid.", "links": {"website": ["https://www.riskofrain.com/", "https://en.wikipedia.org/wiki/Risk_of_Rain"], "subreddit": ["riskofrain"]}, "path": {"23-58": [[532, 413], [532, 430], [541, 430], [547, 433], [550, 430], [622, 430], [622, 413]], "59-165, T:0-1": [[507, 413], [507, 430], [622, 430], [622, 413]]}, "center": {"23-58": [545, 422], "59-165, T:0-1": [597, 422]}}, @@ -786,7 +785,7 @@ {"id": "twrssr", "name": "Casandra", "description": "The orange mascot of Spanish art streamer NouConcept.", "links": {"website": ["https://www.twitch.tv/nouconcept"]}, "path": {"149-165, T:0-1": [[29, 73], [29, 76], [26, 79], [26, 81], [25, 82], [25, 85], [24, 86], [24, 87], [23, 88], [25, 90], [29, 90], [30, 91], [34, 91], [35, 90], [39, 90], [41, 88], [40, 87], [40, 86], [39, 85], [39, 82], [38, 81], [38, 79], [36, 77], [36, 73]]}, "center": {"149-165, T:0-1": [32, 84]}}, {"id": "twrssd", "name": "Cat", "description": "Just a little cat, also known as Kočku (Czech for \"cat\"). Originally next to Czech Republic's flag, a voted decision to invade it was opposed by many Czechs when the cat's owner expressed their sadness. After a poll in which more than 200 people (against 27) voted in favour of the cat, The Czechs would help rebuild it, relocate it when that place turned impractical, and defend it until the end of r/place.", "links": {"subreddit": ["czech"]}, "path": {"109-166, T:0-1": [[1684, 1570], [1684, 1560], [1693, 1560], [1693, 1570]]}, "center": {"109-166, T:0-1": [1689, 1565]}}, {"id": "twrsph", "name": "Guinea pig gang", "description": "A group of cute guinea pigs (not to be confused with hamsters).", "links": {"website": ["https://en.wikipedia.org/wiki/Guinea_pig"], "subreddit": ["guineapigs"]}, "path": {"109-166, T:0-1": [[1317, 1681], [1332, 1681], [1332, 1697], [1228, 1696], [1226, 1676], [1236, 1680], [1240, 1682], [1273, 1680]]}, "center": {"109-166, T:0-1": [1280, 1688]}}, -{"id": "twrsbf", "name": "NIJISANJI", "description": "NIJISANJI is a VTuber agency featuring a variety of talented influencers who create exciting content. The objective of this project is to accelerate the beginning of the next generation of entertainment through various activities and services such as events, goods and digital content, original music, etc. Currently, over 200 VTubers are active, regularly creating unique content on various video streaming platforms such as YouTube.", "links": {"website": ["https://www.nijisanji.jp/en", "https://en.wikipedia.org/wiki/Nijisanji"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T:0-1": [[1501, 1063], [1501, 1126], [1524, 1126], [1524, 1088], [1537, 1088], [1537, 1065], [1525, 1065], [1525, 1063]]}, "center": {"109-166, T:0-1": [1516, 1091]}}, +{"id": "twrsbf", "name": "NIJISANJI", "description": "NIJISANJI is a VTuber agency featuring a variety of talented influencers who create exciting content. The objective of this project is to accelerate the beginning of the next generation of entertainment through various activities and services such as events, goods and digital content, original music, etc. Currently, over 200 VTubers are active, regularly creating unique content on various video streaming platforms such as YouTube.", "links": {"website": ["https://www.nijisanji.jp/en", "https://en.wikipedia.org/wiki/Nijisanji"], "subreddit": ["Nijisanji"]}, "path": {"109-152": [[1500, 1063], [1500, 1126], [1525, 1126], [1525, 1063]], "153-166, T:0-1": [[1500, 1063], [1500, 1127], [1525, 1127], [1525, 1088], [1537, 1088], [1537, 1065], [1525, 1065], [1525, 1063]]}, "center": {"109-152": [1513, 1095], "153-166, T:0-1": [1515, 1078]}}, {"id": "twrs9t", "name": "Steven Universe", "description": "Steven Universe is the titular character of the animated TV series Steven Universe. A cookie cat is drawn next to him.", "links": {"website": ["https://en.wikipedia.org/wiki/Steven_Universe", "https://en.wikipedia.org/wiki/Steven_Universe_(character)"], "subreddit": ["stevenuniverse"]}, "path": {"96-98": [[1267, 602], [1267, 609], [1265, 609], [1265, 612], [1268, 614], [1283, 614], [1283, 612], [1280, 609], [1280, 607], [1279, 606], [1279, 604], [1277, 601], [1273, 601], [1272, 602]], "139-165, T:0-1": [[430, 613], [432, 615], [434, 615], [434, 616], [431, 618], [431, 619], [426, 619], [426, 621], [424, 621], [421, 625], [421, 635], [426, 638], [441, 638], [441, 633], [439, 629], [440, 620], [441, 619], [441, 612], [437, 608], [436, 608]]}, "center": {"96-98": [1273, 608], "139-165, T:0-1": [430, 629]}}, {"id": "twrs8s", "name": "Essex", "description": "Essex is a character in the mobile gacha game Azur Lane. With the introduction of Essex into the game, her chibi form appeared with a face that seemed quite derpy in comparison to other characters. As a result her character became the target of a running meme, with Essex gaining nicknames like \"Dumsex\" and \"USS Essex\" (named after the United States aircraft carrier). This meme has even spread to other gacha communities.", "links": {"website": ["https://azurlane.koumakan.jp/wiki/Essex"], "subreddit": ["AzureLane"]}, "path": {"79-128": [[1597, 465], [1621, 465], [1621, 486], [1591, 486], [1591, 480], [1597, 480]], "129-166, T:0-1": [[1591, 465], [1621, 465], [1621, 486], [1591, 486]]}, "center": {"79-128": [1608, 476], "129-166, T:0-1": [1606, 476]}}, {"id": "twrs0x", "name": "Dirtybiologistan", "description": "Dirtybiologistan, Democratic Republic of Dirtybiology, or more rarely dirty-country, is a micronation created by the French YouTuber Léo Grasset (a.k.a. Dirtybiology). The goal of this micronation is explained on a video of his channel how the creation of a country is done.", "links": {"website": ["https://dirtybiologistan.fandom.com/fr/wiki/Dirtybiologistan"], "subreddit": ["dirtybiology"]}, "path": {"105-116": [[1415, 705], [1415, 723], [1403, 723], [1403, 733], [1409, 733], [1417, 746], [1443, 746], [1443, 705]], "89-104": [[1415, 705], [1415, 710], [1411, 716], [1411, 722], [1401, 722], [1401, 734], [1404, 734], [1409, 739], [1411, 739], [1413, 740], [1416, 746], [1442, 746], [1442, 705]], "56-88": [[1415, 705], [1415, 711], [1413, 711], [1409, 714], [1407, 722], [1401, 722], [1401, 735], [1405, 735], [1411, 738], [1412, 742], [1416, 742], [1416, 746], [1436, 746], [1436, 735], [1440, 735], [1440, 733], [1450, 724], [1450, 714], [1442, 714], [1442, 705]], "117-166, T:0-1": [[1416, 705], [1410, 718], [1410, 723], [1403, 723], [1403, 733], [1406, 733], [1406, 740], [1410, 743], [1412, 740], [1416, 746], [1435, 746], [1435, 738], [1432, 733], [1432, 728], [1434, 730], [1438, 730], [1439, 729], [1442, 729], [1444, 726], [1444, 724], [1443, 723], [1443, 705]]}, "center": {"105-116": [1428, 731], "89-104": [1426, 730], "56-88": [1423, 725], "117-166, T:0-1": [1423, 719]}}, @@ -1076,7 +1075,7 @@ {"id": "twq895", "name": "Catalan independence flag", "description": "The Estelada is the flag of the Catalan independence movement, calling for the independence of Catalonia from Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Estelada"], "subreddit": ["catalanindependence"]}, "path": {"155-166, T:0-1": [[704, 315], [704, 325], [763, 325], [763, 315]]}, "center": {"155-166, T:0-1": [734, 320]}}, {"id": "twq83j", "name": "r/rvnxmango", "description": "Subreddit of German Twitch streamer and YouTube creator RvNxMango, who worked with r/placeDE on the placement of German art.", "links": {"website": ["https://www.twitch.tv/rvnxmango", "https://www.youtube.com/channel/UCl9h2O2Gfbj-njltH8gQsog"], "subreddit": ["rvnxmango"]}, "path": {"66-79": [[0, 830], [0, 836], [50, 836], [50, 830]], "53-65": [[0, 831], [0, 837], [50, 837], [50, 831]], "86-166, T:0-1": [[0, 836], [50, 836], [50, 842], [0, 842]]}, "center": {"66-79": [25, 833], "53-65": [25, 834], "86-166, T:0-1": [25, 839]}}, {"id": "twq7xl", "name": "Ghostbur", "description": "A character played by content creator Wilbur Soot on the Dream SMP, a private multiplayer server for content creators in the game Minecraft. Ghostbur has a spotty memory, but he would give some blue for others to make their day a bit happier. The pixel art was created by the L'Manplace community.", "links": {"website": ["https://dreamteam.fandom.com/wiki/Ghostbur"], "subreddit": ["wilbursoot", "dreamsmp"], "discord": ["25j3Cxnvjt"]}, "path": {"159-165, T:0-1": [[132, 139], [130, 141], [130, 148], [133, 148], [136, 145], [136, 141], [134, 139]]}, "center": {"159-165, T:0-1": [133, 144]}}, -{"id": "twq7xf", "name": "K-pop South Block", "description": "An area containing K-pop logo designs and the Nepal area, who were allied. The area between was formerly owned by the block, and was also the home of r/lostpause. However, it was taken over by the Spanish streamers. Despite reconstruction efforts between r/bangtan, r/kpop, r/lostpause, and the streamer Myth, they couldn't overpower the Spanish's numbers.", "links": {"subreddit": ["kpop", "6VIXX", "AB6IX", "bangtan", "Everglow", "exo", "GFRIEND", "GIDLE", "happaboke", "iZone", "lostpause", "ManyATrueNerd", "Nepal", "nerdcubed", "nuest", "SHINee", "stevenuniverse", "straykids", "vtubers"]}, "path": {"152-155": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1506, 1001], [1506, 1000], [1497, 1000], [1497, 999], [1478, 999], [1478, 937], [1462, 937]], "140-151": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1478, 1044], [1478, 937], [1462, 937]], "109-139": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1024], [1478, 1024], [1478, 945], [1479, 945], [1485, 951], [1485, 943], [1449, 943], [1449, 937], [1462, 937]], "156-166, T:0-1": [[1462, 912], [1525, 912], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1496, 1001], [1496, 999], [1478, 999], [1478, 937], [1462, 937]]}, "center": {"152-155": [1502, 949], "140-151": [1502, 948], "109-139": [1499, 1038], "156-166, T:0-1": [1502, 976]}}, +{"id": "twq7xf", "name": "K-pop South Block", "description": "An area containing K-pop logo designs and the Nepal area, who were allied. The area between was formerly owned by the block, and was also the home of r/lostpause. However, it was taken over by the Spanish streamers. Despite reconstruction efforts between r/bangtan, r/kpop, r/lostpause, and the streamer Myth, they couldn't overpower the Spanish's numbers.", "links": {"subreddit": ["kpop", "6VIXX", "AB6IX", "bangtan", "BILLLIE", "Everglow", "exo", "GFRIEND", "GIDLE", "happaboke", "iZone", "lostpause", "ManyATrueNerd", "Nepal", "nerdcubed", "nuest", "SHINee", "stevenuniverse", "straykids", "vtubers"]}, "path": {"152-155": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1506, 1001], [1506, 1000], [1497, 1000], [1497, 999], [1478, 999], [1478, 937], [1462, 937]], "140-151": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1044], [1478, 1044], [1478, 937], [1462, 937]], "109-139": [[1462, 912], [1492, 912], [1492, 919], [1508, 919], [1508, 911], [1525, 911], [1525, 943], [1526, 943], [1526, 964], [1525, 964], [1525, 1063], [1451, 1063], [1451, 1024], [1478, 1024], [1478, 945], [1479, 945], [1485, 951], [1485, 943], [1449, 943], [1449, 937], [1462, 937]], "156-166, T:0-1": [[1462, 912], [1525, 912], [1525, 1063], [1451, 1063], [1451, 1044], [1525, 1044], [1525, 1001], [1496, 1001], [1496, 999], [1478, 999], [1478, 937], [1462, 937]]}, "center": {"152-155": [1502, 949], "140-151": [1502, 948], "109-139": [1499, 1038], "156-166, T:0-1": [1502, 976]}}, {"id": "twq7rv", "name": "Tampa Bay Lightning", "description": "The Tampa Bay Lightning is a professional National Hockey League (NHL) team. This art depicts the Lightning's logo with a Stanley Cup (championship trophy) and B2B for back-to-back championship wins in 2020 and 2021.", "links": {"website": ["https://www.nhl.com/lightning", "https://en.wikipedia.org/wiki/Tampa_Bay_Lightning"], "subreddit": ["TampaBayLightning"]}, "path": {"92-124": [[678, 590], [678, 573], [701, 573], [701, 591]], "7-86": [[678, 571], [678, 591], [701, 591], [701, 571]], "130-165, T:0-1": [[678, 591], [678, 573], [701, 573], [701, 591]]}, "center": {"92-124": [690, 582], "7-86": [690, 581], "130-165, T:0-1": [690, 582]}}, {"id": "twq7rh", "name": "Sverd i fjell", "description": "Monument commemorating the Battle of Hafrsfjord from years 872-900, which resulted in Harald Hårfagre gathering Norway under one king. Its name translates to \"Swords in Rock\".", "links": {"website": ["https://en.wikipedia.org/wiki/Sverd_i_fjell"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"16-165, T:0-1": [[342, 38], [339, 41], [339, 43], [340, 43], [340, 49], [336, 49], [336, 52], [338, 54], [339, 54], [339, 75], [363, 75], [363, 59], [365, 57], [365, 55], [364, 55], [364, 52], [361, 49], [359, 49], [356, 52], [349, 52], [349, 49], [345, 49], [345, 43], [346, 43], [346, 41], [343, 38]]}, "center": {"16-165, T:0-1": [351, 64]}}, {"id": "twq7q2", "name": "Ecce Homo", "description": "Ecce Homo (Latin for \"Behold the Man\") is a fresco painted circa 1930 by Elías García Martínez in Borja, Zaragoza, Spain. The painting depicts Jesus crowned with thorns. It became famous in 2012 from a good-faith attempt to restore it by untrained amateur Cecilia Giménez, transforming the painting and making it look like a monkey. The painting became an internet phenomenon, receiving the nickname Ecce Mono (\"Behold the Monkey\").", "links": {"website": ["https://english.elpais.com/arts/2020-11-13/spains-latest-ecce-homo-how-a-botched-restoration-made-global-headlines.html?outputType=amp", "https://en.wikipedia.org/wiki/Ecce_Homo_(Mart%C3%ADnez_and_Gim%C3%A9nez)"], "subreddit": ["esPlace", "spain"]}, "path": {"67-166, T:0-1": [[1035, 285], [1031, 290], [1031, 292], [1034, 300], [1032, 302], [1029, 307], [1029, 308], [1049, 308], [1049, 303], [1048, 302], [1048, 289], [1046, 286], [1043, 284]]}, "center": {"67-166, T:0-1": [1040, 293]}}, @@ -1192,7 +1191,7 @@ {"id": "twpqc6", "name": "r/kickopenthedoor", "description": "r/kickopenthedoor is a bossfight arena game played directly on Reddit. Anyone can jump in at any time and attack a boss, buy weapons, participate in raids, and have fun.\n\nThe people at r/kickopenthedoor were long-time allies to r/noita and the Central Alliance.", "links": {"subreddit": ["kickopenthedoor", "place_CentralAlliance"]}, "path": {"1-67": [[593, 909], [579, 924], [579, 951], [621, 951], [621, 909]], "68-166, T:0-1": [[578, 909], [578, 912], [579, 912], [579, 940], [580, 940], [580, 947], [622, 947], [622, 909]]}, "center": {"1-67": [601, 931], "68-166, T:0-1": [600, 928]}}, {"id": "twpq1t", "name": "Las Meninas", "description": "Las Meninas is a famous art piece by Spanish painter Diego Velázquez, picturing the Infanta Margaret Theresa and her servants.\n\nThis drawing is an excerpt from the painting, depicting Margaret Theresa and one of the servants.", "links": {"website": ["https://www.museodelprado.es/en/the-collection/art-work/las-meninas/9fdc7800-9ade-48b0-ab8b-edee94ea877f", "https://en.wikipedia.org/wiki/Las_Meninas"], "subreddit": ["esPlace", "spain"]}, "path": {"91-166, T:0-1": [[1137, 281], [1134, 284], [1134, 297], [1133, 297], [1131, 300], [1131, 308], [1160, 308], [1160, 299], [1158, 297], [1155, 282], [1142, 282], [1141, 281]]}, "center": {"91-166, T:0-1": [1146, 296]}}, {"id": "twppwj", "name": "Ferdinand Glico Pose", "description": "Ferdinand from Ascendance of the Bookworm does the Glico pose", "links": {"subreddit": ["HonzukiNoGekokujou"]}, "path": {"109-165, T:0-1": [[345, 1501], [345, 1520], [361, 1520], [361, 1501]]}, "center": {"109-165, T:0-1": [353, 1511]}}, -{"id": "twppaz", "name": "Top portion of SKZoo", "description": "Custom art for Stray Kids member, Han. His Quokka SKZoo figure", "links": {"website": ["https://imgur.com/fXVmnKd", "https://cdn.shopify.com/s/files/1/2420/2037/products/hanquokkaplush_900x.jpg?v=1612770560"], "subreddit": ["StrayKids"], "wiki": ["https://en.wikipedia.org/wiki/Stray_Kids"]}, "path": {"109-166, T:0-1": [[1562, 1096], [1562, 1095], [1563, 1095], [1563, 1093], [1564, 1093], [1564, 1092], [1565, 1092], [1565, 1089], [1566, 1089], [1566, 1088], [1567, 1084], [1569, 1084], [1569, 1082], [1570, 1081], [1571, 1081], [1571, 1080], [1572, 1080], [1572, 1081], [1573, 1081], [1573, 1082], [1574, 1082], [1574, 1083], [1575, 1083], [1577, 1083], [1578, 1083], [1578, 1082], [1579, 1082], [1579, 1081], [1580, 1081], [1580, 1080], [1581, 1080], [1581, 1081], [1582, 1081], [1582, 1082], [1583, 1082], [1584, 1083], [1584, 1084], [1585, 1084], [1585, 1088], [1586, 1088], [1586, 1089], [1587, 1089], [1587, 1092], [1588, 1092], [1588, 1093], [1589, 1093], [1589, 1094], [1589, 1095], [1584, 1095], [1579, 1095], [1579, 1096], [1570, 1096], [1562, 1096], [1565, 1091], [1566, 1088], [1567, 1084], [1569, 1084], [1570, 1081], [1572, 1080], [1574, 1082], [1576, 1083], [1578, 1082], [1581, 1080], [1582, 1082], [1585, 1084], [1585, 1088], [1587, 1091], [1589, 1095], [1580, 1096], [1573, 1096]]}, "center": {"109-166, T:0-1": [1586, 1089]}}, +{"id": "twppaz", "name": "Han Quokka", "description": "Han Quokka is an avatar of Han, a member of the K-pop boy band Stray Kids. This avatar is from SKZOO, a line of animal avatars for the Stray Kids members.", "links": {"website": ["https://imgur.com/fXVmnKd", "https://cdn.shopify.com/s/files/1/2420/2037/products/hanquokkaplush_900x.jpg?v=1612770560", "https://stray-kids.fandom.com/wiki/Han"], "subreddit": ["straykids"]}, "path": {"157-166": [[1562, 1096], [1562, 1095], [1563, 1095], [1563, 1093], [1564, 1093], [1564, 1092], [1565, 1092], [1565, 1089], [1566, 1089], [1566, 1088], [1567, 1084], [1569, 1084], [1569, 1082], [1570, 1081], [1571, 1081], [1571, 1080], [1572, 1080], [1572, 1081], [1573, 1081], [1573, 1082], [1574, 1082], [1574, 1083], [1575, 1083], [1577, 1083], [1578, 1083], [1578, 1082], [1579, 1082], [1579, 1081], [1580, 1081], [1580, 1080], [1581, 1080], [1581, 1081], [1582, 1081], [1582, 1082], [1583, 1082], [1584, 1083], [1584, 1084], [1585, 1084], [1585, 1088], [1586, 1088], [1586, 1089], [1587, 1089], [1587, 1092], [1588, 1092], [1588, 1093], [1589, 1093], [1589, 1095], [1570, 1096], [1569, 1097], [1562, 1097]]}, "center": {"157-166": [1573, 1089]}}, {"id": "twpp5k", "name": "Flag of the Netherlands", "description": "The Netherlands is a country in Northwestern Europe. This flag is used both by the Kingdom of the Netherlands and by its constituent nation, the Netherlands.\n\nThis art depicts the flag of the Netherlands along with an orange stripe representing the popular Dutch song Oranje Boven. Various elements of Dutch culture are drawn throughout, including:\n- Gekoloniseerd meme\n- A typical Dutch train\n- Tulips\n- Ducks (Bottom)\n- Max Verstappen's race car\n- Jip en Jannek, Two book characters from famous Dutch writer Annie M.G. Schmidt\n- A Dutch VOC ship\n- Logo for Belastingdienst, The Dutch tax collection administration\n- Nijntje, famous book characters from writer Dick Bruna\n- The Dutch Caribbean islands with their flags", "links": {"website": ["https://en.wikipedia.org/wiki/Netherlands", "https://en.wikipedia.org/wiki/Flag_of_the_Netherlands"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"51-54": [[297, 13], [297, 35], [887, 35], [887, 13]], "16-50": [[297, 13], [297, 35], [800, 35], [800, 13]], "1-15": [[232, 13], [232, 35], [933, 35], [933, 13], [298, 13], [298, 33], [247, 33], [247, 13]], "55-58": [[297, 13], [297, 35], [887, 35], [887, 0], [998, 0], [998, 35], [1999, 34], [1999, 13], [998, 13], [998, 0], [887, 0], [887, 13]], "59-166, T:0-1": [[297, 13], [297, 35], [928, 35], [928, 0], [1104, 0], [1104, 35], [1998, 35], [1998, 13], [1104, 13], [1104, 0], [928, 0], [928, 13]]}, "center": {"51-54": [592, 24], "16-50": [549, 24], "1-15": [595, 24], "55-58": [310, 24], "59-166, T:0-1": [1178, 24]}}, {"id": "twpp2z", "name": "Urotsuki", "description": "Urotsuki is the protagonist of Yume 2kki, a collaborative Yume Nikki fan-sequel that was the first recognized fangame and is by far the most expansive one.", "links": {"website": ["https://yume2kki.fandom.com/wiki/Urotsuki"], "subreddit": ["yumenikki"]}, "path": {"65-166, T:0-1": [[1231, 117], [1228, 117], [1228, 115], [1229, 115], [1229, 114], [1230, 114], [1230, 112], [1231, 112], [1231, 110], [1232, 110], [1232, 109], [1233, 109], [1233, 108], [1235, 108], [1235, 107], [1240, 107], [1240, 108], [1242, 108], [1242, 109], [1243, 109], [1243, 110], [1244, 110], [1244, 112], [1245, 112], [1245, 114], [1246, 114], [1246, 115], [1247, 115], [1247, 117], [1244, 117], [1244, 122], [1242, 122], [1242, 123], [1243, 123], [1243, 125], [1244, 125], [1244, 127], [1245, 127], [1245, 130], [1244, 130], [1244, 133], [1243, 133], [1243, 134], [1239, 134], [1239, 133], [1238, 133], [1238, 131], [1237, 131], [1237, 133], [1236, 133], [1236, 134], [1232, 134], [1232, 133], [1231, 133], [1231, 130], [1230, 130], [1230, 127], [1231, 127], [1231, 125], [1232, 125], [1232, 123], [1233, 123], [1233, 122], [1231, 122]]}, "center": {"65-166, T:0-1": [1237, 114]}}, {"id": "twpp0q", "name": "VTuber taskbar buttons", "description": "An area carved up by a coalition of different virtual YouTuber communities in collaboration with r/placestart. From left to right: r/Hololive, r/Nijisanji, r/VShojo.", "links": {"subreddit": ["Hololive", "Nijisanji", "VShojo", "VirtualYoutubers", "placestart"], "discord": ["holofans"]}, "path": {"109-166, T:0-1": [[1028, 1974], [1108, 1974], [1108, 1996], [1028, 1996]]}, "center": {"109-166, T:0-1": [1068, 1985]}}, @@ -1312,7 +1311,7 @@ {"id": "twruha", "name": "The Beheaded from Dead Cells", "description": "The Beheaded, also known as The Prisoner or The Fallen One, is the protagonist of the indiegame roguelite 'Dead Cells'. A couple of other monsters and items from the game can be seen as small pixel art.", "links": {"website": ["https://dead-cells.com/"], "subreddit": ["deadcells"]}, "path": {"109-164, T:0-1": [[250, 1444], [295, 1444], [295, 1485], [293, 1485], [293, 1515], [250, 1515]]}, "center": {"109-164, T:0-1": [272, 1479]}}, {"id": "twruey", "name": "Erasmusbrug", "description": "Erasmusbrug (English: Erasmus Bridge) is a bridge over the Nieuwe Maas stream in the centre of Rotterdam, Netherlands. The bridge is named after the Dutch philosopher Erasmus, who studied in Rotterdam.\n\nIn this art, the bridge uses the GameStop stock price line as its deck.", "links": {"website": ["https://en.wikipedia.org/wiki/Erasmusbrug"], "subreddit": ["PlaceNL", "thenetherlands", "Superstonk"]}, "path": {"94-97": [[1628, 2], [1616, 27], [1616, 31], [1619, 35], [1639, 35], [1649, 27], [1649, 23], [1651, 21], [1651, 18], [1653, 18], [1654, 13], [1651, 11], [1651, 4], [1646, 0], [1645, 1], [1636, 1], [1635, 0], [1634, 0]], "98-166, T:0-1": [[1566, 38], [1600, 0], [1567, 1], [1562, 9], [1557, 37], [1560, 38]]}, "center": {"94-97": [1635, 19], "98-166, T:0-1": [1573, 13]}}, {"id": "twru9g", "name": "C418", "description": "C418 is an electronic musician known for the soundtrack for the game Minecraft.", "links": {"website": ["https://c418.org", "https://en.wikipedia.org/wiki/C418"], "subreddit": ["C418"]}, "path": {"151-164, T:0-1": [[64, 992], [64, 1000], [91, 1000], [91, 992]]}, "center": {"151-164, T:0-1": [78, 996]}}, -{"id": "twru7o", "name": "The Fairy Tail Emblem", "description": "The emblem of the Fairy Tail guild in the anime & manga series Fairy Tail.", "links": {"website": ["https://fairytail.fandom.com/wiki/Main_Page"], "subreddit": ["fairytail"]}, "path": {"109-166, T:0-1": [[1570, 1081], [1562, 1088], [1564, 1095], [1567, 1097], [1562, 1106], [1579, 1099], [1580, 1082], [1576, 1085], [1570, 1082]]}, "center": {"109-166, T:0-1": [1571, 1093]}}, +{"id": "twru7o", "name": "Fairy Tail", "description": "Fairy Tail is a guild in the anime and manga series Fairy Tail. This art depicts the guild's emblem.", "links": {"website": ["https://fairytail.fandom.com/wiki/Fairy_Tail_(Guild)"], "subreddit": ["fairytail"]}, "path": {"140-162": [[1564, 1093], [1559, 1097], [1559, 1106], [1560, 1106], [1563, 1102], [1564, 1102], [1564, 1105], [1567, 1108], [1561, 1109], [1557, 1114], [1557, 1116], [1559, 1116], [1576, 1106], [1580, 1102], [1580, 1095], [1578, 1091], [1566, 1091]], "163-166, T:0-1": [[1567, 1082], [1561, 1086], [1560, 1088], [1560, 1094], [1563, 1097], [1563, 1098], [1561, 1101], [1561, 1104], [1568, 1104], [1568, 1102], [1569, 1102], [1579, 1092], [1580, 1090], [1580, 1079], [1577, 1079], [1575, 1081], [1575, 1082]]}, "center": {"140-162": [1572, 1099], "163-166, T:0-1": [1569, 1091]}}, {"id": "twru2a", "name": "Cologne Cathedral", "description": "The famous cathedral in Cologne near the Rhine.", "links": {"website": ["https://en.wikipedia.org/wiki/Cologne_Cathedral"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"109-166, T:0-1": [[564, 1173], [564, 1156], [565, 1156], [565, 1137], [571, 1124], [577, 1138], [577, 1157], [578, 1155], [579, 1153], [580, 1152], [582, 1154], [583, 1157], [583, 1138], [589, 1124], [595, 1139], [595, 1156], [596, 1156], [596, 1173]]}, "center": {"109-166, T:0-1": [580, 1153]}}, {"id": "twru0g", "name": "Bremer Stadtmusikanten", "description": "Those are the protagonists of a famous German fairy tale which features (from bottom) a donkey, a dog, a cat and a cock.", "links": {"website": ["https://en.wikipedia.org/wiki/Town_Musicians_of_Bremen"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"109-165, T:0-1": [[1533, 1171], [1533, 1170], [1534, 1169], [1535, 1168], [1535, 1162], [1534, 1161], [1531, 1161], [1530, 1162], [1528, 1162], [1527, 1161], [1527, 1159], [1528, 1158], [1528, 1157], [1528, 1156], [1529, 1155], [1529, 1154], [1529, 1153], [1530, 1152], [1531, 1153], [1532, 1152], [1532, 1149], [1533, 1149], [1536, 1146], [1536, 1145], [1537, 1144], [1539, 1142], [1538, 1141], [1538, 1139], [1537, 1138], [1538, 1137], [1539, 1136], [1541, 1136], [1541, 1138], [1542, 1139], [1543, 1138], [1544, 1137], [1546, 1137], [1546, 1138], [1547, 1139], [1547, 1142], [1546, 1143], [1546, 1144], [1547, 1145], [1548, 1146], [1548, 1149], [1549, 1149], [1550, 1148], [1551, 1149], [1551, 1150], [1549, 1152], [1549, 1156], [1550, 1157], [1551, 1157], [1556, 1162], [1556, 1165], [1556, 1166], [1555, 1166], [1555, 1165], [1554, 1165], [1553, 1165], [1553, 1171], [1548, 1171], [1548, 1170], [1549, 1169], [1549, 1167], [1548, 1167], [1548, 1166], [1547, 1165], [1539, 1165], [1539, 1166], [1538, 1167], [1538, 1168], [1537, 1169], [1537, 1170], [1536, 1171]]}, "center": {"109-165, T:0-1": [1542, 1155]}}, {"id": "twrtqg", "name": "r/MinecraftMemes", "description": "Subreddit icon for r/MinecraftMemes.", "links": {"subreddit": ["MinecraftMemes"]}, "path": {"109-165, T:0-1": [[1132, 1339], [1132, 1351], [1143, 1351], [1143, 1339]]}, "center": {"109-165, T:0-1": [1138, 1345]}}, @@ -1697,7 +1696,7 @@ {"id": "twurz5", "name": "9b9t", "description": "9b9t is a multiplayer server for the game Minecraft with an anarchy setup, meaning there are no rules or moderation on player behavior. The server was created in June 2016 by jj20051 as a clone of 2b2t, another large Minecraft anarchy server.\n\nThe server (as of April 2022) has had 461,930 unique players connect to it and consumes over 7 TB of disk space.", "links": {"website": ["https://9b9t.com"], "subreddit": ["9b9t"], "discord": ["9b9t"]}, "path": {"10-165, T:0-1": [[188, 125], [221, 125], [221, 169], [188, 169]]}, "center": {"10-165, T:0-1": [205, 147]}}, {"id": "twurpi", "name": "Shimeji Simulation", "description": "Shimeji Simulation is a Japanese four-panel surreal comedy manga series written and illustrated by Tsukumizu.", "links": {"website": ["https://myanimelist.net/manga/117851/Shimeji_Simulation"], "subreddit": ["ShimejiSimulation"]}, "path": {"109-165, T:0-1": [[812, 1301], [852, 1301], [852, 1312], [812, 1312]]}, "center": {"109-165, T:0-1": [832, 1307]}}, {"id": "twurgh", "name": "No mana's logo", "description": "Old logo of no mana.\n\nNo mana is a Californian electronic music producer, DJ, and musician. He mainly produces progressive house music and other genres of electronic music.", "links": {"website": ["https://ihavenomanas.com/"], "subreddit": ["nomana"]}, "path": {"109-166, T:0-1": [[716, 1735], [735, 1735], [735, 1751], [716, 1751]]}, "center": {"109-166, T:0-1": [726, 1743]}}, -{"id": "twur7u", "name": "Gorgc Okayeg", "description": "A Hoboeg emote made for the dota community's favourite hobo : Gorgc n", "links": {"website": ["https://www.twitch.tv/gorgc"], "subreddit": ["gorgc"]}, "path": {"109-166, T:0-1": [[1591, 1000], [1645, 1000], [1645, 1043], [1591, 1043]]}, "center": {"109-166, T:0-1": [1618, 1022]}}, +{"id": "twur7u", "name": "Hoboeg", "description": "Hoboeg is a variant on the Okayeg emote, itself a variant on the Pepe the Frog meme. Hoboeg was made for the streamer Gorgc, a player of the game DotA 2.", "links": {"website": ["https://betterttv.com/emotes/6238273906fd6a9f5be7a04a", "https://www.twitch.tv/gorgc"], "subreddit": ["gorgc"]}, "path": {"109-166, T:0-1": [[1591, 1000], [1645, 1000], [1645, 1043], [1591, 1043]]}, "center": {"109-166, T:0-1": [1618, 1022]}}, {"id": "twuqxa", "name": "Dance Dance Revolution", "description": "Dance Dance Revolution is a rhythm game series created by Konami in 1998. It spawned clones and simulators such as Pump It Up, StepMania, In The Groove, StepManiaX, Friday Night Funkin', and more.", "links": {"website": ["https://p.eagate.573.jp/game/ddr/", "https://en.wikipedia.org/wiki/Dance_Dance_Revolution"], "subreddit": ["DanceDanceRevolution"]}, "path": {"8-76, 82-165, T:0-1": [[776, 688], [768, 696], [776, 704], [784, 696]]}, "center": {"8-76, 82-165, T:0-1": [776, 696]}}, {"id": "twuqvr", "name": "Golden axe", "description": "This golden axe represents Hoshimachi Suisei, a Japanese VTuber under the 0th generation of the VTuber agency Hololive. The golden axe originates from a meme where she acted as a psychopath while killing her fellow Hololive members with a golden axe in the game Project Winter. This earned her the nickname \"Suicopath\". Be careful, as the golden axe can be right behind you at any time!", "links": {"website": ["https://en.wikipedia.org/wiki/Hoshimachi_Suisei"], "subreddit": ["HoshimachiSuisei", "Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1337, 912], [1335, 914], [1333, 919], [1332, 920], [1332, 923], [1333, 923], [1335, 921], [1335, 920], [1336, 919], [1338, 919], [1341, 916], [1341, 915], [1338, 912]]}, "center": {"66-166, T:0-1": [1337, 916]}}, {"id": "twuqvi", "name": "Watamelon", "description": "Watamelon is a pun/meme version of Hololive Japan 4th Generation VTuber Tsunomaki Watame where her entire sheep body is inside a watermelon. She is a crafty sheep. The meme originated from Watame eating a melon in the game Minecraft. Her fans (the Watamates) suddenly turned it into a meme, starting with an edited version of the sheep Pokémon Wooloo from the Pokémon games where watermelon skin was pasted onto its wool. The meme expoded in popularity in other sites such as Twitter, Reddit, and 4chan, and even has a rap from Watame herself. The melon will always be here, camouflaged like Waldo, hidden in plain sight. Maybe... she's in your house right now..?\n\nA common argument by anti-watamelonists is that watamelon is merely \"Watame photoshopped to a watermelon\". This could not be further from the truth. First, there came Watame photoshopped onto a sheep. Conventional. Unimaginative. Content to stay within known artistic boundaries. Only on this foundation later came the true art: Watame photoshopped onto a sheep... ONTO A MELON. Radical. Innovative. Avant-garde. Will be remembered for years to come.", "links": {"website": ["https://www.youtube.com/channel/UCqm3BQLlJfvkTsX_hvm0UmA", "https://virtualyoutuber.fandom.com/wiki/Tsunomaki_Watame"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"121-165, T:0-1": [[1397, 1094], [1396, 1095], [1398, 1096], [1398, 1099], [1397, 1100], [1398, 1101], [1398, 1104], [1397, 1105], [1397, 1109], [1400, 1109], [1401, 1110], [1402, 1110], [1402, 1112], [1398, 1114], [1397, 1115], [1399, 1117], [1399, 1119], [1398, 1120], [1398, 1122], [1399, 1122], [1402, 1119], [1404, 1119], [1406, 1121], [1408, 1119], [1410, 1119], [1411, 1120], [1413, 1120], [1413, 1117], [1414, 1116], [1414, 1112], [1415, 1111], [1415, 1108], [1414, 1107], [1414, 1100], [1408, 1097], [1406, 1097]]}, "center": {"121-165, T:0-1": [1406, 1104]}}, @@ -3226,7 +3225,7 @@ {"id": "tx6kq4", "name": "Shadow of Israphel", "description": "A tribute to the popular Minecraft YouTube series Shadow of Israphel, created by the Yogscast. The last episode (Part 42) aired on July 27th, 2012. E.43 references the long awaited sequel episode after cancellation.", "links": {"website": ["https://www.youtube.com/watch?v=oZezE9It6HE"], "subreddit": ["Yogscast"]}, "path": {"109-166, T:0-1": [[1503, 1800], [1513, 1800], [1513, 1817], [1503, 1817]]}, "center": {"109-166, T:0-1": [1508, 1809]}}, {"id": "tx6knm", "name": "Slackware", "description": "Slackware is a Linux distribution.", "links": {"website": ["http://www.slackware.com/", "https://en.wikipedia.org/wiki/Slackware"], "subreddit": ["slackware", "placetux"]}, "path": {"116-157": [[45, 680], [43, 682], [43, 684], [42, 684], [42, 687], [48, 687], [48, 680]], "158-166, T:0-1": [[44, 687], [42, 685], [42, 683], [45, 680], [48, 680], [51, 683], [51, 685], [48, 688], [45, 688]]}, "center": {"116-157": [46, 684], "158-166, T:0-1": [47, 684]}}, {"id": "tx6kmk", "name": "Sub Rosa", "description": "Sub Rosa is an indie multiplayer first-person physics-based shooter game about tense deals, double-crosses, and the occasional high-speed car chase.", "links": {"website": ["https://store.steampowered.com/app/272230/Sub_Rosa/"], "subreddit": ["subrosa"]}, "path": {"150-166, T:0-1": [[1801, 953], [1800, 954], [1799, 954], [1798, 955], [1798, 957], [1797, 958], [1797, 960], [1798, 961], [1798, 962], [1801, 965], [1806, 965], [1809, 962], [1809, 961], [1810, 960], [1810, 958], [1809, 957], [1809, 955], [1808, 954], [1807, 954], [1806, 953]]}, "center": {"150-166, T:0-1": [1804, 959]}}, -{"id": "tx6kdv", "name": "Badawans", "description": "Pequeña comunidad con un gran corazón, cuidando a un conejito. <3", "links": {"discord": ["59bcg7SyeY"]}, "path": {"109-166, T:0-1": [[1582, 1065], [1591, 1074], [1591, 1065], [1582, 1074], [1582, 1065], [1591, 1065], [1591, 1074], [1582, 1074], [1582, 1065], [1591, 1065], [1591, 1074]]}, "center": {"109-166, T:0-1": [1586, 1069]}}, +{"id": "tx6kdv", "name": "Badawans", "description": "Badawans is a small community with a big heart, taking care of a bunny. <3", "links": {"discord": ["59bcg7SyeY"]}, "path": {"152-161": [[1582, 1065], [1582, 1074], [1591, 1074], [1591, 1065]]}, "center": {"152-161": [1587, 1070]}}, {"id": "tx6k74", "name": "Queen's University", "description": "Queen's University is a university in Kingston, Ontario, Canada. The 'Q' is officially the logo of the university's athletics & recreation team, the Golden Gaels, and often represents the university as a whole.\n\nThis logo was maintained with the help of the My Little Pony community and the University of Waterloo community.", "links": {"website": ["https://gogaelsgo.com/index.aspx", "http://www.queensu.ca/", "https://en.wikipedia.org/wiki/Queen%27s_University_at_Kingston"], "subreddit": ["queensuniversity"]}, "path": {"70-149": [[1646, 195], [1646, 215], [1660, 215], [1660, 195]], "58-64": [[1108, 937], [1108, 962], [1127, 962], [1127, 937]], "150-165, T:0-1": [[1651, 191], [1646, 195], [1646, 211], [1660, 211], [1660, 194], [1657, 191]]}, "center": {"70-149": [1653, 205], "58-64": [1118, 950], "150-165, T:0-1": [1653, 201]}}, {"id": "tx6k42", "name": "Jabroni Mike", "description": "Jabroni Mike is a good friend of the Vinesauce team. His logo is a Venetian mask.", "links": {"website": ["https://cucking.men", "https://www.twitch.tv/jabroni_mike"], "subreddit": ["Vinesauce"]}, "path": {"114-166, T:0-1": [[124, 1097], [121, 1100], [121, 1103], [120, 1104], [120, 1107], [122, 1107], [123, 1108], [133, 1108], [134, 1107], [136, 1107], [136, 1104], [135, 1103], [135, 1100], [132, 1097]]}, "center": {"114-166, T:0-1": [128, 1103]}}, {"id": "tx6j7y", "name": "Brown University Logo", "description": "Athletic logo of Brown University", "links": {"website": ["https://www.brown.edu/"], "subreddit": ["BrownU"]}, "path": {"109-165, T:0-1": [[325, 1623], [337, 1623], [337, 1634], [325, 1634]]}, "center": {"109-165, T:0-1": [331, 1629]}}, @@ -3336,7 +3335,7 @@ {"id": "tx63oo", "name": "Pisa Baptistery", "description": "The Pisa Baptistery of St. John (Italian: Battistero di San Giovanni) is a Roman Catholic ecclesiastical building in Pisa, Italy. Construction started in 1152 to replace an older baptistery, and when it was completed in 1363, it became the second building (in chronological order) in the Piazza dei Miracoli, near the Duomo di Pisa and the cathedral's free-standing campanile, the famous Leaning Tower of Pisa.", "links": {"website": ["https://en.wikipedia.org/wiki/Pisa_Baptistery"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"144-165, T:0-1": [[781, 1031], [794, 1031], [795, 1030], [799, 1034], [800, 1037], [800, 1041], [805, 1044], [806, 1047], [804, 1049], [804, 1054], [805, 1055], [805, 1073], [781, 1073]]}, "center": {"144-165, T:0-1": [793, 1059]}}, {"id": "tx63kh", "name": "2B butt", "description": "During an incursion into the French-controlled corner. North American Twitch streamers xQc and Mizkif deployed their communities to construct a gigantic tribute to the android booty of 2B from Nier: Automata. During the construction of this effigy, Reddit admins censored the image using a gigantic black box. Not deterred, The community again built the effigy to once again be censored by Reddit admins. During construction many members of both North American communities received 15-year bans on placing pixels. Up to 20 percent of Mizkif's 80,000 live viewers were banned during this attack.", "links": {"website": ["https://en.wikipedia.org/wiki/2B_(Nier:_Automata)"]}, "path": {"109-164, T:0-1": [[185, 1928], [183, 1602], [76, 1600], [75, 1930]]}, "center": {"109-164, T:0-1": [130, 1766]}}, {"id": "tx63fj", "name": "Baby chickens", "description": "Small but important to someone. My wonderful husband doodled these on day 2, and I kept them alive till the end. There were once 5-7 chicks and a mother chicken someone drew alongside them. These chickens, mistaken as ducks by some, initially roamed free until the ACC Alliance came for their land. The survivors were maintained by the ACC Alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Chicken"]}, "path": {"164": [[1742, 599], [1742, 604], [1744, 606], [1759, 606], [1759, 599], [1755, 599], [1753, 597], [1752, 598], [1749, 598], [1748, 597], [1746, 597], [1746, 599]], "130-132": [[1769, 586], [1767, 588], [1767, 589], [1766, 589], [1766, 591], [1768, 593], [1769, 593], [1771, 591], [1771, 590], [1772, 589], [1771, 588], [1771, 586]], "123-127": [[1754, 596], [1754, 600], [1765, 600], [1765, 591], [1774, 591], [1774, 562], [1763, 562], [1763, 564], [1767, 568], [1768, 568], [1768, 578], [1766, 580], [1763, 588], [1755, 596]], "103-122": [[1754, 596], [1754, 600], [1774, 600], [1774, 562], [1762, 562], [1762, 563], [1767, 568], [1768, 568], [1768, 578], [1766, 580], [1762, 589], [1755, 596]], "67-102": [[1758, 593], [1763, 593], [1764, 594], [1764, 600], [1774, 600], [1774, 598], [1775, 597], [1774, 596], [1774, 566], [1770, 566], [1765, 569], [1765, 582], [1763, 584], [1763, 586], [1758, 591]], "60-66": [[1767, 566], [1765, 568], [1763, 568], [1763, 587], [1762, 587], [1762, 588], [1763, 589], [1763, 594], [1764, 594], [1764, 599], [1777, 599], [1777, 603], [1780, 606], [1781, 605], [1787, 605], [1790, 598], [1790, 594], [1792, 594], [1796, 589], [1796, 584], [1787, 584], [1782, 579], [1774, 579], [1774, 566]], "133-163, T:0-1": [[1745, 592], [1742, 595], [1742, 602], [1741, 602], [1741, 605], [1743, 605], [1743, 606], [1759, 606], [1759, 593], [1758, 593], [1754, 597], [1750, 597]]}, "center": {"164": [1751, 602], "130-132": [1769, 590], "123-127": [1769, 585], "103-122": [1767, 593], "67-102": [1768, 590], "60-66": [1778, 589], "133-163, T:0-1": [1747, 601]}}, -{"id": "tx63bg", "name": "Ninomae Ina'nis", "description": "Ninomae Ina'nis, Vtuber from Hololive", "links": {"website": ["https://www.youtube.com/channel/UCMwGHR0BTZuLsmjY_NT5Pwg"], "subreddit": ["NinomaeInanis", "Hololive"], "discord": ["holofans"]}, "path": {"109-166, T:0-1": [[1526, 1051], [1537, 1051], [1537, 1063], [1526, 1063]]}, "center": {"109-166, T:0-1": [1532, 1057]}}, +{"id": "tx63bg", "name": "Ninomae Ina'nis", "description": "Ninomae Ina'nis is a VTuber from the VTuber agency Hololive. She is part of the Myth generation of Hololive English.", "links": {"website": ["https://www.youtube.com/@NinomaeInanis", "https://virtualyoutuber.fandom.com/wiki/Ninomae_Ina%27nis"], "subreddit": ["NinomaeInanis", "Hololive"], "discord": ["holofans"]}, "path": {"157-166, T:0-1": [[1525, 1050], [1525, 1063], [1528, 1065], [1535, 1065], [1538, 1063], [1538, 1050]]}, "center": {"157-166, T:0-1": [1532, 1057]}}, {"id": "tx6397", "name": "Quebec heart", "description": "A heart depicting the flag of Quebec, where streamer DomCassé is from. Our compatriots, our allies, our province.", "links": {"website": ["https://en.wikipedia.org/wiki/Quebec"]}, "path": {"111-165, T:0-1": [[889, 1035], [885, 1038], [885, 1042], [893, 1050], [894, 1050], [902, 1042], [902, 1039], [898, 1035], [896, 1035], [894, 1037], [893, 1037], [891, 1035]]}, "center": {"111-165, T:0-1": [894, 1043]}}, {"id": "tx6365", "name": "Pepe Head", "description": "A small pixelated pepe frog head", "links": {"website": ["https://en.wikipedia.org/wiki/Pepe_the_Frog"], "subreddit": ["pepethefrog"]}, "path": {"109-165, T:0-1": [[1114, 1225], [1115, 1225], [1115, 1227], [1116, 1226], [1117, 1225], [1118, 1225], [1118, 1226], [1119, 1226], [1119, 1227], [1118, 1227], [1118, 1228], [1118, 1229], [1117, 1229], [1117, 1230], [1117, 1231], [1116, 1231], [1111, 1231], [1111, 1229], [1112, 1229], [1112, 1227], [1113, 1226], [1114, 1226]]}, "center": {"109-165, T:0-1": [1115, 1228]}}, {"id": "tx633e", "name": "Sly Fest", "description": "Virtual Reality Festival held annually to raise ocean conservation awareness and immerse users in hyper-surreal ways. https://discord.gg/H5QhfhFnn", "links": {"website": ["https://www.slyfest.com/"], "subreddit": ["VRChat"]}, "path": {"109-166, T:0-1": [[180, 1226], [200, 1226], [200, 1246], [180, 1246]]}, "center": {"109-166, T:0-1": [190, 1236]}}, @@ -3450,7 +3449,7 @@ {"id": "tx5c43", "name": "Hong Kong Flower", "description": "Depicts five petals from the tree Bauhinia blakeana, also known as the Hong Kong orchid tree. It features on the current official Hong Kong emblem. The placement on a black background suggests allegiance to the Hong Kong protest movement, since the emblem usually features a prominent red background the same shade of which is featured on the official PRC flag.", "links": {}, "path": {"109-165, T:0-1": [[801, 1709], [803, 1706], [804, 1702], [806, 1700], [805, 1698], [796, 1689], [797, 1683], [803, 1685], [807, 1687], [809, 1679], [812, 1675], [817, 1672], [820, 1672], [819, 1677], [820, 1682], [817, 1685], [819, 1686], [824, 1683], [830, 1683], [836, 1689], [837, 1690], [829, 1693], [826, 1694], [826, 1697], [829, 1702], [828, 1708], [826, 1713], [822, 1709], [819, 1705], [819, 1703], [815, 1706], [808, 1711]]}, "center": {"109-165, T:0-1": [815, 1693]}}, {"id": "tx5bw8", "name": "UwU Café", "description": "UwU Café is a restaurant and cat café owned by Ash Ketshup (played by ash), Roxmiral, Lysium, and madbush on the Grand Theft Auto V role-playing server NoPixel.", "links": {"website": ["https://nopixel.fandom.com/wiki/UwU_Caf%C3%A9"], "subreddit": ["Ash", "NoPixel"]}, "path": {"109-166, T:0-1": [[1907, 1648], [1980, 1648], [1980, 1658], [1907, 1658]]}, "center": {"109-166, T:0-1": [1944, 1653]}}, {"id": "tx5bmt", "name": "Australian Aboriginal flag", "description": "Aboriginal Australians are the indigenous peoples of Australia, excluding those from the Torres Strait Islands. This flag is used to represent Aboriginals, and was designed in 1971 by Harold Thomas.", "links": {"website": ["https://en.wikipedia.org/wiki/Aboriginal_Australians", "https://en.wikipedia.org/wiki/Australian_Aboriginal_Flag"], "subreddit": ["straya", "australia", "aus_place", "placeaustralia"]}, "path": {"30-76": [[681, 632], [681, 648], [712, 648], [712, 632]], "77-165, T:0-1": [[681, 632], [681, 649], [712, 649], [712, 632]]}, "center": {"30-76": [697, 640], "77-165, T:0-1": [697, 641]}}, -{"id": "tx5bix", "name": "ATEEZ", "description": "ATEEZ (Hangul: 에이티즈) is a South Korean boy band under KQ Entertainment. The group consists of eight members: Hongjoong, Seonghwa, Yunho, Yeosang, San, Mingi, Wooyoung, and Jongho. They are known for their amazing live performances and stage presence. They debuted on October 24th, 2018 with Treasure Ep.1: All to Zero.", "links": {"website": ["https://twitter.com/ateezofficial", "https://en.wikipedia.org/wiki/Ateez"], "subreddit": ["ATEEZ"]}, "path": {"126-166, 74-123, T:0-1": [[1605, 204], [1605, 212], [1620, 212], [1620, 204]]}, "center": {"126-166, 74-123, T:0-1": [1613, 208]}}, +{"id": "tx5bix", "name": "ATEEZ", "description": "ATEEZ (Korean: 에이티즈) is a South Korean boy band under KQ Entertainment. The group consists of eight members: Hongjoong, Seonghwa, Yunho, Yeosang, San, Mingi, Wooyoung, and Jongho. They are known for their amazing live performances and stage presence. They debuted on October 24th, 2018 with Treasure Ep.1: All to Zero.", "links": {"website": ["https://twitter.com/ateezofficial", "https://en.wikipedia.org/wiki/Ateez"], "subreddit": ["ATEEZ"]}, "path": {"126-166, 74-123, T:0-1": [[1605, 204], [1605, 212], [1620, 212], [1620, 204]]}, "center": {"126-166, 74-123, T:0-1": [1613, 208]}}, {"id": "tx5b7t", "name": "San Jose Shark", "description": "The mascot of the San Jose Sharks hockey team.", "links": {"subreddit": ["SJSharks_place"]}, "path": {"109-166, T:0-1": [[675, 1551], [698, 1551], [698, 1570], [675, 1570]]}, "center": {"109-166, T:0-1": [687, 1561]}}, {"id": "tx5b3f", "name": "Shelp", "description": "A flag dedicated to a long-lasting friend group. He managed to hold off the invasion from the Void for just over 20 minutes, ensuring the safety of r/SimDemocracy", "links": {}, "path": {"109-165, T:0-1": [[1113, 1285], [1113, 1291], [1126, 1291], [1126, 1285]]}, "center": {"109-165, T:0-1": [1120, 1288]}}, {"id": "tx5b1i", "name": "Among Us crewmates in love", "description": "Characters from the social deduction game Among Us. Love blooms even on the battlefield.", "links": {"website": ["https://www.innersloth.com/games/among-us/", "https://en.wikipedia.org/wiki/Among_Us"]}, "path": {"123-166, T:0-1": [[1438, 144], [1438, 148], [1436, 150], [1436, 152], [1437, 152], [1437, 154], [1445, 154], [1445, 152], [1446, 152], [1446, 150], [1444, 148], [1444, 144]]}, "center": {"123-166, T:0-1": [1441, 151]}}, @@ -3492,7 +3491,7 @@ {"id": "tx51h9", "name": "Boston BUTT", "description": "The word 'butt' spelled out by the Boston University logo as well as two Tufts logos. Organized by the Boston Higher Education r/place 2022 Discord server.", "links": {"subreddit": ["bostonu"]}, "path": {"109-164, T:0-1": [[300, 1520], [358, 1520], [358, 1537], [300, 1537]]}, "center": {"109-164, T:0-1": [329, 1529]}}, {"id": "tx516j", "name": "Accounting Subreddit", "description": "The formula is Assets = Liabilities + Equity, which is known as the Accounting Equation.", "links": {"subreddit": ["accounting"]}, "path": {"109-166, T:0-1": [[1581, 1629], [1581, 1642], [1611, 1642], [1611, 1629]]}, "center": {"109-166, T:0-1": [1596, 1636]}}, {"id": "tx513f", "name": "Olivera", "description": "In Spain, an olivera is an olive farmer. Spain is the largest producer of olives and olive oil in the world.", "links": {"website": ["https://en.wikipedia.org/wiki/Olive"], "subreddit": ["esPlace", "spain"]}, "path": {"101-159": [[1680, 281], [1677, 285], [1674, 285], [1672, 294], [1672, 309], [1687, 309], [1691, 300], [1691, 290], [1694, 287], [1694, 283], [1697, 283], [1697, 282], [1695, 280], [1685, 280]], "160-166": [[1674, 280], [1672, 284], [1672, 290], [1681, 301], [1682, 301], [1692, 296], [1691, 287], [1694, 287], [1694, 285], [1700, 281], [1700, 280]]}, "center": {"101-159": [1682, 295], "160-166": [1682, 289]}}, -{"id": "tx50td", "name": "Artwork by Turkish Students", "description": "Artwork created by Turkish students Serdar İnal, Cem Kurt, Oğuz Şafak,Birkan Çelik, and their friends.", "links": {"website": ["https://www.instagram.com/anka_kaligrafi/", "https://www.instagram.com/artishpen/"]}, "path": {"150-158": [[1526, 1064], [1543, 1064], [1543, 1051], [1526, 1051]]}, "center": {"150-158": [1535, 1058]}}, +{"id": "tx50td", "name": "Artwork by Turkish students", "description": "Artwork created by Turkish students Serdar İnal, Cem Kurt, Oğuz Şafak, Birkan Çelik, and their friends.", "links": {"website": ["https://www.instagram.com/anka_kaligrafi/", "https://www.instagram.com/artishpen/"]}, "path": {"150-158": [[1531, 1050], [1529, 1052], [1529, 1053], [1527, 1053], [1527, 1061], [1530, 1064], [1539, 1064], [1540, 1065], [1541, 1064], [1543, 1064], [1543, 1056], [1541, 1056], [1541, 1053], [1539, 1053], [1535, 1050]]}, "center": {"150-158": [1534, 1057]}}, {"id": "tx50sk", "name": "ACG Beer", "description": "Here is the logo of the ACG french discord !", "links": {}, "path": {"109-165, T:0-1": [[537, 1533], [538, 1533], [538, 1535], [537, 1535]]}, "center": {"109-165, T:0-1": [538, 1534]}}, {"id": "tx50lk", "name": "Super Mushroom", "description": "A Super Mushroom is a recurring item in the Mario games. If consumed by Mario, he can transform from Small Mario to Super Mario, which increases his size, lets him break brick blocks, and allows him to take a hit from enemies.\n\nThis hugely contested mushroom was originally created by r/PlaceTrees but was recolored by a mushroom NFT site. r/PlaceTrees eventually recovered the shroom but made a few changes, mainly to its cap pattern and eyes.", "links": {"website": ["https://www.mariowiki.com/Super_Mushroom"], "subreddit": ["PlaceTrees"]}, "path": {"70-100": [[1002, 914], [999, 917], [998, 919], [998, 921], [1001, 923], [1008, 923], [1011, 921], [1011, 918], [1007, 914]], "101-165, T:0-1": [[1004, 913], [1001, 915], [999, 918], [999, 920], [1002, 923], [1008, 923], [1011, 920], [1011, 918], [1009, 915], [1007, 913]]}, "center": {"70-100": [1005, 919], "101-165, T:0-1": [1005, 918]}}, {"id": "tx4zee", "name": "District Zero", "description": "The District Zero gaming community logo. Created by many of our most dedicated members and defended with the help of our great neighbors from Cornwall and Scotland ❤.", "links": {"website": ["https://www.district-zero.com/"], "subreddit": ["district_zero"]}, "path": {"109-165, T:0-1": [[1759, 1553], [1759, 1559], [1769, 1559], [1769, 1553]]}, "center": {"109-165, T:0-1": [1764, 1556]}}, @@ -3515,7 +3514,7 @@ {"id": "tx4slo", "name": "Claire", "description": "The protagonist of the beautiful game A Short Hike.", "links": {"website": ["https://ashorthike.fandom.com/wiki/Characters#Claire", "https://ashorthike.com/", "https://en.wikipedia.org/wiki/A_Short_Hike"], "subreddit": ["aShortHike"]}, "path": {"75-165, T:0-1": [[1006, 874], [1002, 878], [1002, 880], [1005, 883], [1005, 886], [1014, 886], [1014, 884], [1012, 882], [1012, 881], [1013, 881], [1015, 879], [1013, 877], [1011, 877], [1008, 874]]}, "center": {"75-165, T:0-1": [1008, 880]}}, {"id": "tx4s8o", "name": "W", "description": "a W for u/Will_McBride_", "links": {"website": ["https://www.reddit.com/user/Will_McBride_"]}, "path": {"109-165, T:0-1": [[475, 1493], [482, 1493], [482, 1494], [483, 1494], [483, 1497], [483, 1499], [475, 1499]]}, "center": {"109-165, T:0-1": [479, 1496]}}, {"id": "tx4s6b", "name": "Amano Pikamee", "description": "Amano Pikamee is a VTuber from the VOMS VTuber group. She is nicknamed \"Kettle\" as her laugh has a high-pitched squeak.", "links": {"website": ["https://www.youtube.com/c/天野ピカミィPikamee", "https://virtualyoutuber.fandom.com/wiki/Amano_Pikamee"], "subreddit": ["Pikamee", "VOMS"]}, "path": {"126-128": [[1480, 1064], [1480, 1067], [1477, 1070], [1477, 1077], [1487, 1077], [1487, 1070], [1484, 1067], [1484, 1064]], "129-166, T:0-1": [[1477, 1063], [1477, 1065], [1476, 1065], [1474, 1067], [1474, 1075], [1484, 1075], [1484, 1067], [1482, 1065], [1481, 1065], [1481, 1063]]}, "center": {"126-128": [1482, 1072], "129-166, T:0-1": [1479, 1070]}}, -{"id": "tx4rxs", "name": "St. Louis Cardinals Logo", "description": "The St. Louis Cardinals are a baseball team based in St. Louis, Missouri. The Numbers on the Left and bottom are tributes; Adam Wainwright, Yadier Molina and Albert Pujols for their last season with the Cardinals.", "links": {"website": ["https://www.mlb.com/cardinals"], "subreddit": ["Cardinals"]}, "path": {"109-166, T:0-1": [[1574, 1037], [1590, 1037], [1590, 1058], [1581, 1057], [1581, 1052], [1574, 1052], [1574, 1042]]}, "center": {"109-166, T:0-1": [1583, 1046]}}, +{"id": "tx4rxs", "name": "St. Louis Cardinals", "description": "The St. Louis Cardinals are a baseball team based in St. Louis, Missouri, United States. The numbers on the left and bottom are tributes to Adam Wainwright, Yadier Molina, and Albert Pujols for their last season with the Cardinals.", "links": {"website": ["https://www.mlb.com/cardinals", "https://en.wikipedia.org/wiki/St._Louis_Cardinals"], "subreddit": ["Cardinals"]}, "path": {"148-159": [[1574, 1036], [1574, 1052], [1582, 1052], [1582, 1057], [1588, 1057], [1588, 1052], [1591, 1052], [1591, 1036]], "160-166, T:0-1": [[1574, 1036], [1574, 1050], [1591, 1050], [1591, 1036]]}, "center": {"148-159": [1582, 1044], "160-166, T:0-1": [1583, 1043]}}, {"id": "tx4ru0", "name": "Foxhole", "description": "Desktop icon of the game Foxhole, along with avatar for the Foxhole subreddit.", "links": {"website": ["https://www.foxholegame.com/"], "subreddit": ["foxholegame"]}, "path": {"109-166, T:0-1": [[1370, 1972], [1399, 1972], [1399, 1996], [1370, 1998]]}, "center": {"109-166, T:0-1": [1384, 1985]}}, {"id": "tx4rhx", "name": "AMP", "description": "AMP (Any Means Possible) is a collaborative YouTube channel that includes content creators BruceDropEmOff (DEO) and YourRAGE (YRG). The channel's logo features a lightning bolt, which is positioned between DEO and YRG in this art to symbolize the two communities supporting each other.", "links": {"website": ["https://www.youtube.com/@AMPEXCLUSIVE"], "subreddit": ["brucedropemoff"]}, "path": {"148-155": [[706, 866], [703, 868], [695, 876], [695, 881], [694, 882], [694, 887], [699, 887], [708, 878], [708, 873], [710, 870], [710, 866]], "57-147": [[706, 865], [698, 873], [698, 874], [700, 876], [693, 883], [693, 888], [699, 888], [710, 877], [710, 873], [715, 867], [715, 865]], "30-56": [[710, 864], [697, 870], [695, 872], [695, 873], [699, 876], [699, 878], [690, 886], [690, 888], [695, 888], [710, 878], [710, 876], [708, 874], [708, 873], [709, 873], [715, 868], [715, 864]], "158-165, T:0-1": [[707, 867], [696, 878], [696, 879], [698, 881], [694, 885], [694, 888], [699, 888], [709, 878], [707, 876], [707, 875], [710, 872], [710, 867]]}, "center": {"148-155": [702, 877], "57-147": [705, 874], "30-56": [703, 873], "158-165, T:0-1": [702, 878]}}, {"id": "tx4qxs", "name": "Xuzhou chained woman incident", "description": "A group of Chinese dissidents united to raise awareness of human trafficking in China, especially trafficked women who were \"owned\" by men to be their \"wives\". This artwork depicts the Xuzhou chained woman incident (Chinese: 徐州铁链女事件), also known as the Xuzhou eight-child mother incident (Chinese: 徐州八孩母亲事件). It is a case of human trafficking, severe mistreatment, and subsequent events that came to light in late January 2022 in Feng County, Xuzhou, Jiangsu, People's Republic of China. The woman, Li Yang, was chained by her husband Dong Zhiming, raped, and forced to give birth to eight children. Dong Zhiming was ironically praised by the state media as a \"model father\" for having eight children. This was in line with the government's campaign of encouraging more births to cambat China's declining birth rate, caused by low wages, unaffordable housing and cars, lack of guaranteed social welfare, etc. Soon after, Dong started trying to make profit off the fame he gained by opening up a Douyin account and posting videos with him and the eight children. However, during a Douyin livestream, the chained woman was shown in the background. The video of a mentally disturbed and imprisoned woman who was chained to a wall and who gave birth to eight children went viral on China's internet and sparked a huge public outcry.\n\nInstead of rescuing her and bringing the traffickers and rapists to justice, the Chinese Communist Party government suppressed reports of this incident, banned discourse about it on social media, and arrested citizens who tried to investigate further. Despite the censorship, the outcry continued, and the government released a statement promising for investigations. However, a group of women who went to Xuzhou to investigate by themselves were detained, and Dong has not recieved any punishment. No journalists or volunteers have access to the victim after the government admitted her to psychiatric care.\n\nThe design of this piece is a reference to graffiti created by Weibo user @Jorsin-, which had this portrait of Li accompanied by Chinese words \"freedom\", \"justice\", \"democracy\", and such. A quote from Li recorded on video was written on the side: \"这世界不要俺了......\" (English: \"This world had abandoned me...\"). The graffiti was covered up by black paint hours after its completion, and the artist was banned on Weibo.\n\nThis work received a lot of help, including but not limited to Hong Kong people, Taiwanese people, and Chinese citizens in the mainland and overseas.", "links": {"website": ["https://en.wikipedia.org/wiki/Xuzhou_chained_woman_incident", "https://www.bbc.com/news/uk-60194080", "https://lahoo.ca/2022/02/21/250373"], "subreddit": ["CLTV", "China", "China_irl", "china_place", "DouBanEZu", "DoubanGoosegroup", "real_China_irl"]}, "path": {"48-64": [[893, 115], [893, 154], [947, 154], [956, 165], [959, 165], [959, 162], [949, 152], [949, 115]], "3-41": [[893, 115], [893, 154], [949, 154], [949, 115]], "42-47": [[893, 115], [893, 165], [949, 165], [949, 135], [956, 128], [957, 128], [960, 125], [960, 122], [958, 120], [955, 120], [952, 123], [952, 124], [951, 125], [951, 127], [950, 128], [949, 128], [949, 115]], "65-86": [[893, 115], [893, 154], [949, 154], [949, 157], [956, 165], [959, 165], [959, 162], [951, 154], [949, 154], [949, 130], [951, 130], [959, 122], [959, 120], [955, 120], [949, 126], [949, 115]], "87-166, T:0-1": [[893, 115], [893, 154], [949, 154], [949, 134], [960, 125], [960, 123], [958, 120], [955, 120], [949, 128], [949, 115]]}, "center": {"48-64": [913, 135], "3-41": [921, 135], "42-47": [918, 140], "65-86": [913, 135], "87-166, T:0-1": [927, 135]}}, @@ -3602,7 +3601,7 @@ {"id": "tx3z7n", "name": "The Simpsons cars", "description": "Cars in the colors of the titular Simpsons family from the animated TV show The Simpsons. Clever and subtle, it was allowed to remain in the r/fuckcars lot.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Simpsons"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"158-164, T:0-1": [[1102, 750], [1122, 750], [1122, 756], [1102, 756]]}, "center": {"158-164, T:0-1": [1112, 753]}}, {"id": "tx3y8x", "name": "Astro", "description": "Name of the South Korean kpop group Astro in the official colours of the group.", "links": {"subreddit": ["ASTRO_KPOP"]}, "path": {"109-166, T:0-1": [[1575, 1327], [1596, 1327], [1596, 1334], [1575, 1334]]}, "center": {"109-166, T:0-1": [1586, 1331]}}, {"id": "tx3y1z", "name": "Corsica (Island and Flag)", "description": "The Island of Corsica next to her Flag.", "links": {"subreddit": ["Corsica"]}, "path": {"109-165, T:0-1": [[1038, 1707], [1057, 1708], [1057, 1719], [1038, 1719]]}, "center": {"109-165, T:0-1": [1047, 1713]}}, -{"id": "tx3xq6", "name": "Lain's Meth bear suit.", "description": "Logo representing Lain's bear suit from the anime Serial Experiments Lain. Referred to as \"Meth Bear\" due to its location in space previously owned by the streamer Myth, whose name slowly evolved into 'METH' on the canvas. Let's all love Lain.", "links": {"website": ["https://www.reddit.com/r/Lain/comments/twfrgl/and_with_that_we_have_the_final_lain_art_that/"], "subreddit": ["Lain"]}, "path": {"109-166, T:0-1": [[1544, 1050], [1544, 1079], [1568, 1079], [1568, 1050]]}, "center": {"109-166, T:0-1": [1556, 1065]}}, +{"id": "tx3xq6", "name": "Lain Iwakura", "description": "Lain Iwakura is the titular character of the anime Serial Experiments Lain. She is depicted here as a silhouette with her pink bear hat.\n\nThis art was referred to as \"Meth Bear\" due to its location in space previously owned by the streamer Myth, whose name slowly evolved into \"METH\" on the canvas. Let's all love Lain.", "links": {"website": ["https://www.reddit.com/r/Lain/comments/twfrgl/and_with_that_we_have_the_final_lain_art_that/", "https://sel.fandom.com/wiki/Lain_Iwakura"], "subreddit": ["Lain"]}, "path": {"145-166, T:0-1": [[1543, 1049], [1543, 1080], [1569, 1080], [1569, 1049]]}, "center": {"145-166, T:0-1": [1556, 1065]}}, {"id": "tx3x3x", "name": "Emily the Frog", "description": "A little frog drawn by u/Manipendeh and u/altermace, a couple who love each other very much.", "links": {"website": ["https://www.reddit.com/user/Manipendeh/", "https://www.reddit.com/user/altermace/"]}, "path": {"135-166, T:0-1": [[1765, 687], [1762, 690], [1762, 691], [1765, 695], [1767, 695], [1770, 691], [1770, 690], [1767, 687]]}, "center": {"135-166, T:0-1": [1766, 691]}}, {"id": "tx3x1s", "name": "EXO", "description": "EXO is a K-pop boy band composed of members Xiumin, Suho, Lay, Baekhyun, Chen, Chanyeol, D.O., Kai, and Sehun. Since their debut, they have become one of the most successful and well known K-pop groups worldwide, dubbed the \"Kings of K-pop\" and the \"Biggest boy band in the world\". EXO's notable achievements include selling over 20.5 million albums, holding the world record for fastest sold-out concert, and performing at the 2018 Pyeongchang Winter Olympics closing ceremony. April 9, 2022 marks EXO's 10th anniversary as a K-pop group. EXO's fanbase, the EXO-Ls, dedicate this logo to EXO as a sincere celebration of 10 years of success.", "links": {"website": ["https://www.smtown.com/artist/musician/86", "https://en.wikipedia.org/wiki/Exo"], "subreddit": ["exo"]}, "path": {"128-154": [[1394, 555], [1394, 561], [1424, 561], [1424, 555]], "82-127": [[1395, 555], [1395, 561], [1424, 561], [1424, 555]], "74-81": [[1395, 545], [1395, 551], [1414, 551], [1414, 545]], "155-164, T:0-1": [[1393, 555], [1393, 561], [1424, 561], [1424, 555]]}, "center": {"128-154": [1409, 558], "82-127": [1410, 558], "74-81": [1405, 548], "155-164, T:0-1": [1409, 558]}}, {"id": "tx3wp3", "name": "openSUSE", "description": "A green chameleon representing openSUSE, a free, open, and secure Linux distribution for PC, laptops, servers and ARM devices targeted primarily towards sys-admins and enterprises. It comes in two variants: Tumbleweed, a tested rolling release, and Leap, with long-term support. openSUSE is a project that serves to promote the use of free and open-source software.", "links": {"website": ["https://www.opensuse.org", "https://en.wikipedia.org/wiki/OpenSUSE"], "subreddit": ["openSUSE", "placetux"]}, "path": {"4-166, T:0-1": [[31, 725], [31, 722], [32, 721], [32, 719], [30, 717], [29, 717], [28, 716], [23, 716], [21, 718], [21, 723], [23, 725]]}, "center": {"4-166, T:0-1": [26, 721]}}, @@ -3791,8 +3790,7 @@ {"id": "tx9baw", "name": "Goblin", "description": "Goblins are one of the first races befriended by the main characters in The Wandering Inn. They are initially hated by most other races due to bigotry.", "links": {"website": ["https://thewanderinginn.fandom.com/wiki/Goblins"], "subreddit": ["WanderingInn"]}, "path": {"65-150": [[1867, 374], [1867, 376], [1863, 379], [1861, 379], [1858, 377], [1856, 377], [1856, 380], [1860, 385], [1862, 385], [1866, 389], [1871, 389], [1875, 385], [1877, 385], [1881, 380], [1881, 377], [1879, 377], [1876, 379], [1874, 379], [1870, 376], [1870, 374]], "156-166, T:0-1": [[1864, 374], [1864, 376], [1859, 380], [1855, 377], [1853, 377], [1853, 380], [1857, 385], [1859, 385], [1863, 389], [1868, 389], [1872, 385], [1874, 385], [1878, 380], [1878, 377], [1876, 377], [1872, 380], [1867, 376], [1867, 374]]}, "center": {"65-150": [1868, 383], "156-166, T:0-1": [1865, 383]}}, {"id": "tx9ay9", "name": "Leveszoldseg", "description": "Its a carrot (répa), a soup vegetable, made by a small group of friends.", "links": {}, "path": {"109-166, T:0-1": [[1270, 1614], [1277, 1614], [1277, 1621], [1270, 1621]]}, "center": {"109-166, T:0-1": [1274, 1618]}}, {"id": "tx9arx", "name": "Peanut Butter Jelly Time!", "description": "A classic vintage meme from internet times long past.", "links": {"website": ["https://knowyourmeme.com/memes/peanut-butter-jelly-time"]}, "path": {"109-165, T:0-1": [[1024, 1146], [1023, 1147], [1023, 1148], [1022, 1149], [1022, 1153], [1021, 1153], [1019, 1155], [1019, 1157], [1021, 1159], [1021, 1162], [1020, 1162], [1020, 1166], [1019, 1167], [1019, 1170], [1027, 1170], [1029, 1169], [1031, 1163], [1031, 1154], [1030, 1153], [1030, 1152]]}, "center": {"109-165, T:0-1": [1025, 1160]}}, -{"id": "tx9adc", "name": "Among Us (White)", "description": "A white crewmate from the popular game 'Among Us.'", "links": {"website": ["https://www.innersloth.com/games/among-us/"]}, "path": {"109-166, T:0-1": [[925, 1581], [930, 1581], [930, 1587], [925, 1587]]}, "center": {"109-166, T:0-1": [928, 1584]}}, -{"id": "tx9aao", "name": "BigPuffer", "description": "A ruined logo of a streamer and a YouTuber BigPuffer. There used to be a chair but it has been attacked by the Peru flag.", "links": {"website": ["https://www.twitch.tv/bigpuffer"]}, "path": {"109-166, T:0-1": [[1591, 1074], [1645, 1074], [1645, 1125], [1591, 1125], [1591, 1102]]}, "center": {"109-166, T:0-1": [1618, 1100]}}, +{"id": "tx9aao", "name": "Bigpuffer", "description": "Bigpuffer is a YouTuber and streamer.", "links": {"website": ["https://www.twitch.tv/bigpuffer", "https://www.youtube.com/channel/UCmY6t25uVbXIDTizjfLBI4Q", "https://youtube.fandom.com/wiki/Bigpuffer"], "subreddit": ["Bigpuffer"]}, "path": {"115-166, T:0-1": [[1591, 1074], [1645, 1074], [1645, 1125], [1591, 1125]]}, "center": {"115-166, T:0-1": [1618, 1100]}}, {"id": "tx9a6g", "name": "Meenakshi Temple", "description": "Meenakshi Temple is a famous Hindu temple located in the city of Madurai, Tamil Nadu, India. The temple is dedicated to the goddess Meenakshi.", "links": {"website": ["https://en.wikipedia.org/wiki/Meenakshi_Temple,_Madurai"], "subreddit": ["IndiaPlace", "IndianPlace", "india"]}, "path": {"108-165, T:0-1": [[317, 342], [319, 341], [322, 340], [323, 339], [325, 339], [325, 334], [326, 334], [326, 325], [327, 325], [327, 318], [328, 316], [328, 310], [329, 309], [329, 300], [350, 300], [350, 309], [351, 310], [351, 316], [352, 316], [352, 325], [353, 325], [353, 333], [354, 333], [354, 338], [355, 339], [359, 340], [361, 343], [318, 343]]}, "center": {"108-165, T:0-1": [340, 329]}}, {"id": "tx9a60", "name": "Candle in Web Serials Mural", "description": "Candle representing the serial web novel Worth the Candle by Alexander Wales. Part of a larger collaboration displaying art from various web serials.", "links": {"website": ["https://royalroad.com/fiction/25137/worth-the-candle"], "subreddit": ["alexanderwales"]}, "path": {"109-166, T:0-1": [[1792, 1329], [1792, 1317], [1787, 1317], [1787, 1329]]}, "center": {"109-166, T:0-1": [1790, 1323]}}, {"id": "tx9a3m", "name": "Sara Chidouin", "description": "Sara Chidouin is the main protagonist of the visual novel Your Turn To Die (YTTD). Your Turn To Die, also known as Kimi Ga Shine, is a Japanese negotiation/horror/adventure role-playing game (RPG) made by Nankidai, available for free on browser. In the game, Sara is forced into a death game with her best friend Joe Tazuna. YTTD is a game has multiple routes, and your choices matter here.\nSo what will it be? Who's turn do you think it is to die?\n\nA large portion of the YTTD community formed together to create Sara as their first project, and she survived the sands of time in r/place. Sara's friend Joe is also drawn in the bottom-right corner.", "links": {"website": ["https://yourturntodie.fandom.com/wiki/Sara_Chidouin", "https://vgperson.com/games/yourturntodie.htm"], "subreddit": ["yourturntodie"], "discord": ["yttd"]}, "path": {"56-166, T:0-1": [[1837, 118], [1837, 159], [1838, 159], [1840, 157], [1877, 157], [1877, 118]]}, "center": {"56-166, T:0-1": [1857, 138]}}, @@ -3815,7 +3813,7 @@ {"id": "tx93v6", "name": "Moofy", "description": "Holly, also known as Moofy, was a 17-year-old fan of The Stanley Parable and a game developer who sadly passed away on October 6th, 2021. These flowers were made to mourn her death. May she rest in peace.", "links": {"website": ["https://moofemp.com/"], "subreddit": ["stanleyparable"], "discord": ["crows"]}, "path": {"99-166, T:0-1": [[531, 522], [529, 524], [529, 525], [527, 525], [527, 526], [531, 530], [533, 532], [550, 532], [550, 524], [554, 520], [553, 519], [552, 520], [552, 518], [550, 516], [548, 518], [549, 519], [549, 524], [550, 524], [550, 532], [532, 532], [532, 525], [533, 524]]}, "center": {"99-166, T:0-1": [530, 526]}}, {"id": "tx93li", "name": "Boston University", "description": "The logo of Boston University.", "links": {"website": ["https://www.bu.edu/"], "subreddit": ["bostonu"]}, "path": {"109-164, T:0-1": [[301, 1521], [329, 1521], [329, 1536], [301, 1536]]}, "center": {"109-164, T:0-1": [315, 1529]}}, {"id": "tx93hm", "name": "Героям слава!", "description": "\"Героям слава!\" (romanized: \"Heróyam sláva!\"; English: \"Glory to the heroes!\") is a rallying cry referencing the Ukrainian military and resistance fighters in the 2022 war against Russia.", "links": {"website": ["https://en.wikipedia.org/wiki/Slava_Ukraini"], "subreddit": ["placeukraine", "ukraine"], "discord": ["fMf7RJBMw6"]}, "path": {"124-165, T:0-1": [[341, 183], [341, 195], [363, 195], [363, 189], [366, 189], [366, 183]]}, "center": {"124-165, T:0-1": [354, 189]}}, -{"id": "tx93ez", "name": "Tridon flag", "description": "The Tridon flag represents a private Minecraft server called Tridon created in 2016 by SolitaryBoot248, UntouchedSix614, and ThoricJuggler43. The tricolor has a pickaxe emblem and was originally created in-game using the map feature on the Bedrock edition.", "links": {}, "path": {"109-166, T:0-1": [[1570, 1067], [1575, 1067], [1575, 1070], [1570, 1070]]}, "center": {"109-166, T:0-1": [1573, 1069]}}, +{"id": "tx93ez", "name": "Tridon", "description": "This flag represents Tridon, a private server for the game Minecraft. It was created in 2016 by SolitaryBoot248, UntouchedSix614, and ThoricJuggler43. The tricolor has a pickaxe emblem and was originally created in-game using the map feature on the Bedrock edition of Minecraft.", "links": {}, "path": {"154-159": [[1569, 1066], [1569, 1071], [1576, 1071], [1576, 1066]]}, "center": {"154-159": [1573, 1069]}}, {"id": "tx92z9", "name": "Corinthian Helmet", "description": "A helmet design that was widely used in ancient Greek warfare.", "links": {"website": ["https://en.wikipedia.org/wiki/Corinthian_helmet"]}, "path": {"109-166, T:0-1": [[1509, 1931], [1506, 1937], [1506, 1943], [1506, 1945], [1501, 1950], [1500, 1959], [1501, 1960], [1501, 1966], [1504, 1969], [1514, 1970], [1517, 1967], [1517, 1961], [1518, 1961], [1518, 1951], [1513, 1946], [1512, 1942], [1512, 1938]]}, "center": {"109-166, T:0-1": [1509, 1955]}}, {"id": "tx92sw", "name": "Massachusetts Institute of Technology", "description": "Logo for Massachusetts Institute of Technology.", "links": {"website": ["https://www.mit.edu/"], "subreddit": ["mit"]}, "path": {"109-165, T:0-1": [[319, 1538], [343, 1538], [343, 1553], [319, 1553]]}, "center": {"109-165, T:0-1": [331, 1546]}}, {"id": "tx92fx", "name": "Carnegie Mellon University Tartan Plaid", "description": "The weaving of colors and line-weights in the Tartan represents different thoughts, interests, backgrounds and skills coming together to make up the fabric of our bold, colorful and unorthodox university.", "links": {"website": ["https://www.cmu.edu/"], "subreddit": ["cmu"]}, "path": {"109-166, T:0-1": [[847, 1653], [847, 1668], [853, 1668], [853, 1670], [870, 1670], [870, 1653]]}, "center": {"109-166, T:0-1": [859, 1661]}}, @@ -4015,7 +4013,7 @@ {"id": "tx7q3r", "name": "velkogPoggers", "description": "velkogPoggers, colloquially known as Koggers, is an emote from Twitch streamer Velkog. The emote uses the likeness of Mr. Krabs, a crab character from the animated series SpongeBob Squarepants, and depicts the crab making a face similar to Twitch's Pog emote.\n\nThis art was created by the members of the Velkord/Velkog Discord community.", "links": {"website": ["https://www.twitch.tv/velkog"], "subreddit": ["velkog"]}, "path": {"20-34": [[700, 398], [700, 406], [706, 406], [706, 412], [719, 412], [719, 398]], "35-166, T:0-1": [[698, 398], [698, 406], [704, 406], [704, 412], [718, 412], [718, 398]]}, "center": {"20-34": [712, 405], "35-166, T:0-1": [711, 405]}}, {"id": "tx7pyt", "name": "Quetzalcóatl", "description": "Quetzalcóatl is a mixture of a bird and a serpent; the name means \"Feathered Serpent\" in the indigenous Nahuatl language. It is one of the most important representations of ancient Mexica (Aztec) culture and a main deity of the Mexica pantheon, associated with life, fertility, civilization, art, culture, science, and knowledge. It is one of the few gods in the Mexica pantheon to condemn the action of human sacrifice. According to legend, Quetzalcóatl lived between 999 and 1051 BC.\n\nQuetzalcóatl originated in earlier Mesoamerican religions like the Olmec culture, and continued into Mayan culture (where it was named Kukulkan) and Mexica culture. It continues to be called Kukulkan among the Yucatec Maya, and is called Q'uq'umatz and Tohil among the K'iche' Maya. The deity also has a humanoid form known as Ehecatl.\n\nThis art was restored after the second invasion of Poland.", "links": {"website": ["https://en.wikipedia.org/wiki/Quetzalcoatl"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"76-89": [[875, 217], [852, 240], [852, 249], [884, 249], [884, 247], [886, 247], [886, 243], [888, 242], [900, 242], [906, 236], [906, 225], [902, 221], [896, 221], [896, 219], [890, 219], [888, 217]], "104-166, T:0-1": [[865, 236], [874, 230], [885, 219], [885, 216], [888, 213], [893, 213], [897, 217], [899, 217], [902, 220], [908, 219], [909, 222], [915, 223], [916, 227], [916, 236], [913, 240], [900, 240], [900, 242], [898, 241], [898, 246], [896, 247], [866, 248]]}, "center": {"76-89": [880, 231], "104-166, T:0-1": [893, 229]}}, {"id": "tx7p4n", "name": "kendomurft (vtuber)", "description": "X representing the main avatar of kendomurft in vr", "links": {"website": ["https://www.twitch.tv/kendomurft"]}, "path": {"109-165, T:0-1": [[1749, 1969], [1753, 1969], [1753, 1973], [1749, 1973]]}, "center": {"109-165, T:0-1": [1751, 1971]}}, -{"id": "tx7osp", "name": "Astral", "description": "Small depictions of members of the Astral group, as well as the Astral A symbol. In a griefed state, originally as https://imgur.com/a/UZ2nY89.", "links": {"website": ["https://astral.vip"]}, "path": {"109-166, T:0-1": [[1580, 1074], [1580, 1112], [1586, 1112], [1586, 1100], [1591, 1100], [1591, 1074]]}, "center": {"109-166, T:0-1": [1585, 1091]}}, +{"id": "tx7osp", "name": "Astral", "description": "Astral is a group of friends. The Astral A symbol was also drawn below. This art used to be larger, but much of it was destroyed.", "links": {"website": ["https://astral.vip", "https://imgur.com/a/UZ2nY89"]}, "path": {"145-161": [[1580, 1074], [1580, 1112], [1586, 1112], [1586, 1100], [1591, 1100], [1591, 1074]], "T:0-1": [[1580, 1079], [1580, 1100], [1591, 1100], [1591, 1074], [1587, 1074], [1587, 1079]], "162-166": [[1580, 1094], [1580, 1100], [1591, 1100], [1591, 1094]]}, "center": {"145-161": [1586, 1091], "T:0-1": [1586, 1087], "162-166": [1586, 1097]}}, {"id": "tx7o49", "name": "pepeSmoke", "description": "A BetterTTV (Better Twitch.tv) emote of the meme character Pepe the Frog smoking a cigarette.\n\nThis art was created by Twitch streamer Pokelawls's community.", "links": {"website": ["https://betterttv.com/emotes/5b15162147c7bf3bfc0b9c76", "https://www.twitch.tv/pokelawls"], "subreddit": ["pokelawls"]}, "path": {"15-165, T:0-1": [[695, 943], [695, 956], [710, 956], [710, 943]]}, "center": {"15-165, T:0-1": [703, 950]}}, {"id": "tx7o2n", "name": "Sea of Thieves \"Holy Land\"", "description": "Originally gifted to the Sea of Thieves community from a well placed treaty with Germany. Was the site of the second attack on Sea of Thieves from \"Locklear\" whos logo currently resides. Was the 4th overall site of the Sea of Thieves project in a series of displacements.", "links": {"subreddit": ["seaofthieves"]}, "path": {"109-165, T:0-1": [[439, 1172], [398, 1172], [398, 1219], [438, 1218]]}, "center": {"109-165, T:0-1": [418, 1195]}}, {"id": "tx7ntl", "name": "Brawl Craft", "description": "A community dedicated to creating maps for the mobile multiplayer game Brawl Stars, created by Supercell.", "links": {"discord": ["brawlcraft"]}, "path": {"56-123": [[1454, 67], [1449, 70], [1444, 77], [1444, 83], [1448, 89], [1454, 93], [1460, 93], [1466, 89], [1466, 85], [1468, 83], [1470, 83], [1470, 79], [1465, 74], [1465, 73], [1466, 72], [1466, 71], [1459, 67]], "127-166, T:0-1": [[1472, 80], [1478, 80], [1478, 81], [1481, 81], [1481, 82], [1482, 82], [1482, 83], [1483, 83], [1483, 85], [1485, 85], [1485, 87], [1486, 87], [1486, 89], [1487, 89], [1487, 95], [1486, 95], [1486, 96], [1483, 96], [1483, 97], [1482, 97], [1482, 98], [1481, 98], [1481, 99], [1480, 99], [1480, 103], [1478, 103], [1478, 104], [1472, 104], [1472, 103], [1470, 103], [1470, 102], [1468, 102], [1468, 101], [1467, 101], [1467, 100], [1466, 100], [1466, 99], [1465, 99], [1465, 97], [1464, 97], [1464, 95], [1463, 95], [1463, 89], [1464, 89], [1464, 87], [1465, 87], [1465, 85], [1466, 85], [1466, 84], [1467, 84], [1467, 83], [1468, 83], [1468, 82], [1470, 82], [1470, 81], [1472, 81]]}, "center": {"56-123": [1456, 80], "127-166, T:0-1": [1474, 91]}}, @@ -4243,7 +4241,6 @@ {"id": "txaicd", "name": "Murder Drones", "description": "Murder Drones is a YouTube series.", "links": {"website": ["https://www.youtube.com/playlist?list=PLHovnlOusNLiJz3sm0d5i2Evwa2LDLdrg"], "subreddit": ["murderdrones"]}, "path": {"143-149": [[237, 1090], [235, 1092], [234, 1095], [236, 1099], [237, 1100], [237, 1102], [251, 1102], [253, 1100], [251, 1098], [249, 1098], [249, 1099], [244, 1099], [246, 1095], [244, 1091], [243, 1090]], "150-166, T:0-1": [[236, 1089], [234, 1091], [233, 1093], [234, 1094], [234, 1097], [236, 1099], [236, 1101], [252, 1101], [252, 1099], [250, 1097], [248, 1097], [248, 1098], [243, 1098], [245, 1094], [245, 1093], [242, 1089]]}, "center": {"143-149": [240, 1095], "150-166, T:0-1": [239, 1094]}}, {"id": "txai7g", "name": "Pokémon Workshop", "description": "Pokémon Workshop is a Discord community for artists who create drawings, songs or stories related to the Pokémon franchise. The server hosts regular art, music, and writing contests and collabs and has hundreds of members. A complete history of the progress of this logo on r/place can be found in the linked site.", "links": {"website": ["https://pokemon-workshop.fandom.com/wiki/r/place_participation"], "discord": ["PkmnWorkshop"]}, "path": {"136-164, T:0-1": [[1078, 489], [1101, 489], [1101, 497], [1078, 497]]}, "center": {"136-164, T:0-1": [1090, 493]}}, {"id": "txahba", "name": "Squeer", "description": "Squeer is a little mascot of an anxious zebra, primarily used by streamer PlainsZebra (Zeeb) on Twitch.\n\nThis art was constructed by Zeeb and friends.", "links": {"website": ["https://www.twitch.tv/plainszebra"]}, "path": {"77-93": [[1292, 385], [1292, 389], [1294, 389], [1296, 391], [1303, 391], [1303, 390], [1306, 390], [1306, 386], [1304, 386], [1304, 385], [1299, 385], [1298, 384], [1297, 385]], "72-76": [[1298, 383], [1298, 388], [1300, 388], [1300, 390], [1307, 390], [1307, 388], [1309, 388], [1309, 387], [1306, 383], [1304, 383], [1303, 382], [1302, 383]], "94-166, T:0-1": [[1292, 383], [1292, 387], [1294, 387], [1294, 388], [1296, 390], [1303, 390], [1303, 389], [1306, 389], [1306, 385], [1304, 385], [1304, 383], [1299, 383], [1299, 382], [1295, 382], [1295, 383]]}, "center": {"77-93": [1298, 388], "72-76": [1303, 386], "94-166, T:0-1": [1300, 386]}}, -{"id": "txah8i", "name": "ChroNoiR", "description": "A popular duo from the virtual YouTuber group NIJISANJI, consisting of Kanae (top) and Kuzuha (bottom).", "links": {"website": ["https://www.youtube.com/channel/UCz6vnIbgiqFT9xUcD6Bp65Q"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T:0-1": [[1525, 1065], [1525, 1087], [1537, 1088], [1537, 1065]]}, "center": {"109-166, T:0-1": [1531, 1076]}}, {"id": "txagbr", "name": "r/MrRobot/Rassicas Alliance", "description": "The second art piece by r/MrRobot, the fsociety mask, was also one of the major locations of the r/MrRobot/Rassicas alliance between r/MrRobot and Splatoon lore fan Rassicas. It also includes Costa Rica, r/pathofexile, and Esperanto. Nearby is also one of Esperanto's allies, r/Cubers, who Mr. Robot assisted during the third day.", "links": {"subreddit": ["costarica", "costa_rica", "Cubers", "Esperanto", "MrRobot", "pathofexile", "Ticos"]}, "path": {"100-157": [[1246, 426], [1246, 445], [1364, 446], [1364, 457], [1368, 457], [1369, 456], [1371, 456], [1372, 457], [1373, 457], [1374, 456], [1376, 456], [1377, 457], [1377, 462], [1379, 462], [1380, 463], [1380, 466], [1379, 467], [1377, 467], [1376, 468], [1374, 468], [1373, 469], [1372, 470], [1372, 471], [1373, 472], [1374, 473], [1432, 473], [1384, 473], [1384, 491], [1374, 491], [1374, 480], [1348, 480], [1347, 485], [1347, 489], [1349, 489], [1349, 496], [1340, 496], [1340, 498], [1349, 498], [1355, 503], [1412, 503], [1412, 509], [1425, 509], [1424, 492], [1432, 492], [1433, 501], [1499, 501], [1499, 486], [1486, 486], [1486, 446], [1621, 446], [1621, 427]], "62-92": [[1239, 427], [1239, 446], [1432, 446], [1432, 473], [1384, 473], [1384, 491], [1369, 491], [1362, 484], [1349, 484], [1349, 498], [1355, 504], [1433, 504], [1433, 501], [1499, 501], [1499, 486], [1486, 486], [1486, 446], [1621, 446], [1621, 427]], "158-166, T:0-1": [[1246, 426], [1246, 445], [1364, 446], [1364, 457], [1368, 457], [1369, 456], [1371, 456], [1372, 457], [1373, 457], [1374, 456], [1376, 456], [1377, 457], [1377, 462], [1379, 462], [1380, 463], [1380, 466], [1379, 467], [1377, 467], [1376, 468], [1374, 468], [1373, 469], [1372, 470], [1372, 471], [1373, 472], [1374, 473], [1432, 473], [1384, 473], [1384, 491], [1374, 491], [1374, 480], [1348, 480], [1347, 485], [1347, 489], [1349, 489], [1349, 496], [1340, 496], [1340, 498], [1349, 498], [1355, 503], [1412, 503], [1412, 509], [1425, 509], [1424, 492], [1432, 492], [1433, 501], [1509, 501], [1509, 486], [1485, 486], [1485, 446], [1621, 446], [1621, 427]]}, "center": {"100-157": [1456, 456], "62-92": [1459, 474], "158-166, T:0-1": [1456, 456]}}, {"id": "txag90", "name": "Prehistoric Kingdom", "description": "A small mural featuring Crowny, The lovable sauropod dinosaur mascot of the upcoming indie extinct-animal-park-building tycoon game Prehistoric Kingdom, developed by Blue Meridian.\n\nConstructed by a collaborating group of users from the Prehistoric Kingdom Discord after a number of failed attempts elsewhere on the canvas, and assisted in relocation/protection by the Gacha Alliance and Tarik mural, she has since became good friends with her neighbors, especially the Catalan dog. Crowny and the rest of Prehistoric Kingdom released to Early Access on 27/04/2022, gaining the #2 spot on Steam's global top sellers list that day, and to a reception of Very Positive reviews.", "links": {"website": ["https://www.prehistorickingdom.com/"], "subreddit": ["pkgame"]}, "path": {"109-166, T:0-1": [[1733, 1700], [1747, 1700], [1747, 1712], [1733, 1712]]}, "center": {"109-166, T:0-1": [1740, 1706]}}, {"id": "txag8d", "name": "Baymax", "description": "A small pixelart of the character Baymax from the movie big hero 6", "links": {"website": ["https://movies.disney.com/big-hero-6"], "subreddit": ["BigHero6"]}, "path": {"109-165, T:0-1": [[1548, 1506], [1545, 1512], [1545, 1520], [1562, 1520], [1560, 1508], [1556, 1503], [1550, 1502]]}, "center": {"109-165, T:0-1": [1553, 1512]}}, @@ -4274,7 +4271,7 @@ {"id": "txdgdu", "name": "Royal Slime", "description": "The royal slime (miniaturized), coordinated by the server 'Server De Carlos' and with help from neighbors.", "links": {"website": ["https://gitdecarlos.github.io/"], "subreddit": ["SubredditDeCarlos"]}, "path": {"109-166, T:0-1": [[926, 1736], [926, 1745], [934, 1745], [934, 1736]]}, "center": {"109-166, T:0-1": [930, 1741]}}, {"id": "txdfp9", "name": "Pibby", "description": "a draw of the probably coming soon serie of Come and Learn with pibby, in the draw it shows pibby and bon bon", "links": {}, "path": {"109-165, T:0-1": [[919, 1364], [901, 1364], [901, 1349], [919, 1349]]}, "center": {"109-165, T:0-1": [910, 1357]}}, {"id": "txdf2m", "name": "Non Toxic Vat of Acid", "description": "This is the logo of a small discord server >100 people named Non Toxic Vat of Acid", "links": {}, "path": {"109-166, T:0-1": [[671, 1681], [679, 1681], [679, 1686], [671, 1686]]}, "center": {"109-166, T:0-1": [675, 1684]}}, -{"id": "txdehe", "name": "IZ*ONE", "description": "IZ*ONE (Hangul: 아이즈원) is a former South Korean–Japanese girl group co-managed by Off The Record Entertainment and Vernalossom, comprised of twelve members: Jang Won-young, Sakura Miyawaki, Jo Yu-ri, Choi Ye-na, An Yu-jin, Nako Yabuki, Kwon Eun-bi, Kang Hye-won, Hitomi Honda, Kim Chae-won, Kim Min-ju, and Lee Chae-yeon. The name IZ*ONE signifies twelve stars coming together as one. They formed on October 29, 2018 from the hit TV show \"Produce 48\", the third season of Mnet's Produce idol project competition series, debuting with the title track \"La Vie en Rose\". Each of their releases broke numerous records, with \"La Vie En Rose\", \"Fiesta\", and \"Panorama\" receiving international success. They officially disbanded on April 29, 2021. Though no longer together, the former members continue to find success in the K-pop industry.", "links": {"website": ["https://web.archive.org/web/20210430142259/http://iz-one.co.kr/", "https://en.wikipedia.org/wiki/Iz*One"], "subreddit": ["iZone", "kpop"]}, "path": {"43-51": [[216, 869], [216, 877], [244, 877], [244, 869]], "110-166, T:0-1": [[1451, 1044], [1479, 1044], [1479, 1063], [1451, 1063]]}, "center": {"43-51": [230, 873], "110-166, T:0-1": [1465, 1054]}}, +{"id": "txdehe", "name": "IZ*ONE", "description": "IZ*ONE (Korean: 아이즈원) is a former South Korean–Japanese girl group co-managed by Off The Record Entertainment and Vernalossom, comprised of twelve members: Jang Won-young, Sakura Miyawaki, Jo Yu-ri, Choi Ye-na, An Yu-jin, Nako Yabuki, Kwon Eun-bi, Kang Hye-won, Hitomi Honda, Kim Chae-won, Kim Min-ju, and Lee Chae-yeon. The name IZ*ONE signifies twelve stars coming together as one. They formed on October 29, 2018 from the hit TV show \"Produce 48\", the third season of Mnet's Produce idol project competition series, debuting with the title track \"La Vie en Rose\". Each of their releases broke numerous records, with \"La Vie En Rose\", \"Fiesta\", and \"Panorama\" receiving international success. They officially disbanded on April 29, 2021. Though no longer together, the former members continue to find success in the K-pop industry.", "links": {"website": ["https://web.archive.org/web/20210430142259/http://iz-one.co.kr/", "https://en.wikipedia.org/wiki/Iz*One"], "subreddit": ["iZone", "kpop"]}, "path": {"43-51": [[216, 869], [216, 877], [244, 877], [244, 869]], "110-166, T:0-1": [[1451, 1044], [1479, 1044], [1479, 1063], [1451, 1063]]}, "center": {"43-51": [230, 873], "110-166, T:0-1": [1465, 1054]}}, {"id": "txdebw", "name": "Xavier School Philippines Logo", "description": "The remains of the logo of Xavier School, a Filipino high school, after Derpy invaded. It was originally a golden stallion in front of a blue X, over a solid white background.", "links": {"website": ["https://www.xs.edu.ph"], "subreddit": ["xavier_school"]}, "path": {"109-166, T:0-1": [[895, 1679], [897, 1679], [897, 1685], [898, 1685], [898, 1687], [899, 1687], [899, 1691], [900, 1691], [900, 1692], [901, 1692], [901, 1694], [902, 1694], [902, 1698], [901, 1698], [901, 1699], [900, 1699], [900, 1700], [899, 1700], [899, 1702], [895, 1702]]}, "center": {"109-166, T:0-1": [898, 1693]}}, {"id": "txddiq", "name": "Pepe the Frog", "description": "Pepe the Frog is a meme featuring an anthropomorphic frog named Pepe. It is often used for reaction images, with Pepe displaying various emotions.", "links": {"website": ["https://knowyourmeme.com/memes/pepe-the-frog", "https://en.wikipedia.org/wiki/Pepe_the_Frog"], "subreddit": ["Admiral_TideBringer"]}, "path": {"147-166, T:0-1": [[1785, 969], [1782, 972], [1781, 974], [1781, 976], [1788, 976], [1788, 974], [1789, 974], [1789, 971], [1787, 969]]}, "center": {"147-166, T:0-1": [1785, 973]}}, {"id": "txdd8b", "name": "PuuCraft", "description": "PuuCraft is a multiplayer server for the game Minecraft. It uses Minecraft Beta 1.7.3 and has no whitelist.", "links": {"website": ["https://puucraft.net/"]}, "path": {"69-97": [[1749, 28], [1749, 35], [1765, 35], [1765, 39], [1764, 39], [1764, 41], [1766, 43], [1768, 41], [1781, 41], [1781, 39], [1783, 39], [1785, 37], [1785, 35], [1781, 35], [1781, 34], [1769, 34], [1769, 31], [1765, 31], [1765, 28]], "62-68": [[1744, 35], [1744, 42], [1776, 42], [1776, 35]], "98-103": [[1765, 35], [1765, 39], [1764, 39], [1764, 41], [1766, 43], [1768, 41], [1781, 41], [1781, 39], [1783, 39], [1785, 37], [1785, 35]], "104-166, T:0-1": [[1765, 35], [1765, 46], [1785, 46], [1785, 35]]}, "center": {"69-97": [1761, 32], "62-68": [1760, 39], "98-103": [1773, 38], "104-166, T:0-1": [1775, 41]}}, @@ -4291,7 +4288,7 @@ {"id": "txd81o", "name": "Loona", "description": "Loona (Korean: 이달의 소녀), stylized as LOONA or LOOΠΔ, is a South Korean girl group formed by Blockberry Creative. The group was introduced to the public through a pre-debut project that began in October 2016, where each of the 12 members were revealed in a periodic fashion by releasing a promotional single over the following 18 months.", "links": {"website": ["http://loonatheworld.com/", "https://www.youtube.com/channel/UCOJplhB0wGQWv9OuRmMT-4g", "https://en.wikipedia.org/wiki/Loona"], "subreddit": ["LOONA", "kpop"]}, "path": {"85-124": [[1633, 893], [1633, 897], [1661, 897], [1662, 898], [1663, 898], [1665, 896], [1665, 894], [1663, 892], [1662, 892], [1661, 893]], "125-166, T:0-1": [[1633, 892], [1633, 897], [1664, 897], [1664, 892]]}, "center": {"85-124": [1662, 895], "125-166, T:0-1": [1649, 895]}}, {"id": "txd7qh", "name": "Goobert", "description": "Goobert (Goo-ey) is a green goo character from Inscryption. He resides inside a jar and appears as a \"failure\" item.", "links": {"website": ["https://inscryption.fandom.com/wiki/Goobert"], "subreddit": ["inscryption"]}, "path": {"122-141": [[146, 302], [144, 304], [144, 306], [141, 308], [141, 318], [143, 320], [150, 320], [152, 318], [152, 309], [149, 306], [149, 304], [147, 302]], "142-165, T:0-1": [[160, 285], [161, 285], [161, 286], [162, 286], [162, 288], [163, 289], [164, 290], [165, 291], [165, 300], [164, 299], [163, 299], [161, 299], [158, 302], [157, 302], [156, 301], [156, 291], [160, 287]]}, "center": {"122-141": [146, 312], "142-165, T:0-1": [161, 294]}}, {"id": "txd7mt", "name": "Flag of Saskatchewan", "description": "Saskatchewan is one of Canada's provinces. It is known as the \"bread basket of Canada\" and \"Land of Living Skies\".", "links": {"website": ["https://en.wikipedia.org/wiki/Saskatchewan", "https://en.wikipedia.org/wiki/Flag_of_Saskatchewan"], "subreddit": ["saskatchewan", "placecanada", "canada"]}, "path": {"158-161": [[193, 460], [193, 470], [209, 470], [209, 460]], "162-165, T:0-1": [[209, 472], [209, 462], [193, 462], [193, 472]]}, "center": {"158-161": [201, 465], "162-165, T:0-1": [201, 467]}}, -{"id": "txd6jy", "name": "EVERGLOW", "description": "Initials for the 6 member South Korean girl group from Yuehua Entertainment. Group consists of members: E:U, Sihyeon, Mia, Onda, Aisha, and Yiren. Everglow debuted on March 18, 2019, with the single album Arrival of Everglow.", "links": {"subreddit": ["Everglow"]}, "path": {"109-166, T:0-1": [[1509, 1051], [1524, 1052], [1524, 1063], [1509, 1063]]}, "center": {"109-166, T:0-1": [1516, 1057]}}, +{"id": "txd6jy", "name": "EVERGLOW", "description": "EVERGLOW (EG) is a six-member South Korean girl group from Yuehua Entertainment. The group consists of the members E:U, Sihyeon, Mia, Onda, Aisha, and Yiren. EVERGLOW debuted on March 18, 2019 with the single album Arrival of Everglow.", "links": {"website": ["https://en.wikipedia.org/wiki/Everglow"], "subreddit": ["Everglow", "kpop"]}, "path": {"113-166, T:0-1": [[1509, 1051], [1509, 1063], [1525, 1063], [1525, 1051]]}, "center": {"113-166, T:0-1": [1517, 1057]}}, {"id": "txd611", "name": "Max", "description": "Max is a character from the multimedia franchise Sam & Max. He is holding an asexual pride flag. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Sam_%26_Max", "https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["SamandMax", "transplace"]}, "path": {"132-164, T:0-1": [[737, 464], [735, 466], [735, 468], [729, 468], [727, 470], [727, 472], [731, 474], [731, 476], [749, 476], [749, 475], [747, 473], [745, 473], [745, 466], [743, 464]]}, "center": {"132-164, T:0-1": [740, 471]}}, {"id": "txd5ky", "name": "Hogs of Anarchy", "description": "Hogs of Anarchy gang from NoPixel, a Grand Theft Auto role-playing server.", "links": {"website": ["https://nopixel.fandom.com/wiki/HOA"], "subreddit": ["NoPixel"]}, "path": {"109-166, T:0-1": [[341, 1250], [329, 1250], [329, 1264], [341, 1264]]}, "center": {"109-166, T:0-1": [335, 1257]}}, {"id": "txd5gi", "name": "Ugandan Knuckles", "description": "Do you know the way?", "links": {}, "path": {"109-166, T:0-1": [[657, 1533], [667, 1533], [667, 1539], [657, 1539]]}, "center": {"109-166, T:0-1": [662, 1536]}}, @@ -4566,7 +4563,7 @@ {"id": "txf9s5", "name": "Hallgrímskirkja", "description": "The largest church in Iceland.", "links": {"website": ["https://en.wikipedia.org/wiki/Hallgr%C3%ADmskirkja"], "subreddit": ["place_nordicunion", "Iceland"]}, "path": {"103-166, T:0-1": [[515, 106], [513, 108], [514, 109], [514, 110], [512, 112], [512, 113], [511, 114], [511, 116], [507, 124], [507, 125], [506, 126], [506, 127], [503, 130], [502, 130], [500, 132], [500, 136], [525, 136], [525, 128], [524, 127], [524, 126], [523, 125], [523, 124], [519, 116], [519, 114], [518, 113], [518, 112], [516, 110], [517, 108]]}, "center": {"103-166, T:0-1": [515, 128]}}, {"id": "txf8ts", "name": "Snowflake", "description": "Snow is common in Iceland because of its location in the far north, close to the Arctic.", "links": {"website": ["https://en.wikipedia.org/wiki/Climate_of_Iceland"], "subreddit": ["place_nordicunion", "Iceland"]}, "path": {"108-166, T:0-1": [[481, 104], [481, 106], [480, 107], [478, 107], [478, 113], [480, 113], [481, 114], [481, 116], [487, 116], [487, 114], [488, 113], [490, 113], [490, 107], [488, 107], [487, 106], [487, 104]]}, "center": {"108-166, T:0-1": [484, 110]}}, {"id": "txf872", "name": "Puffins", "description": "A puffin is a type of seabird. They are plentiful in North Atlantic islands like Iceland and the Faroe Islands.", "links": {"website": ["https://en.wikipedia.org/wiki/Puffin"], "subreddit": ["place_nordicunion", "FaroeIslands", "Iceland"]}, "path": {"23-41": [[505, 89], [503, 91], [503, 95], [497, 101], [498, 102], [501, 102], [501, 104], [580, 104], [580, 100], [582, 98], [588, 98], [588, 95], [585, 95], [582, 92], [582, 91], [585, 88], [585, 87], [583, 85], [582, 85], [582, 30], [580, 28], [576, 28], [576, 85], [571, 85], [570, 84], [569, 85], [569, 86], [561, 86], [561, 90], [549, 90], [548, 91], [524, 91], [524, 86], [528, 82], [528, 80], [526, 80], [512, 94], [511, 94], [511, 91], [509, 89]], "15-22": [[506, 90], [504, 92], [504, 95], [502, 95], [502, 97], [499, 100], [497, 100], [497, 102], [500, 102], [500, 104], [507, 104], [507, 101], [509, 101], [509, 95], [511, 95], [511, 93], [508, 90]], "64-166, T:0-1": [[455, 123], [453, 125], [453, 127], [452, 128], [452, 129], [449, 132], [447, 132], [447, 134], [449, 134], [450, 135], [451, 135], [452, 136], [485, 136], [486, 135], [488, 135], [488, 134], [490, 134], [490, 132], [488, 132], [485, 129], [485, 127], [484, 127], [484, 125], [482, 123]]}, "center": {"23-41": [572, 95], "15-22": [504, 100], "64-166, T:0-1": [469, 130]}}, -{"id": "txf51z", "name": "Kanae", "description": "A VTuber who is a member of the duo ChroNoiR from Nijisanji.", "links": {"website": ["https://www.youtube.com/channel/UCspv01oxUFf_MTSipURRhkA"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T:0-1": [[1525, 1065], [1525, 1078], [1537, 1078], [1537, 1065]]}, "center": {"109-166, T:0-1": [1531, 1072]}}, +{"id": "txf51z", "name": "Kanae", "description": "Kanae is a VTuber who is a member of the duo ChroNoiR from NIJISANJI.", "links": {"website": ["https://www.youtube.com/channel/UCspv01oxUFf_MTSipURRhkA", "https://virtualyoutuber.fandom.com/wiki/Kanae"], "subreddit": ["Nijisanji"]}, "path": {"153-166, T:0-1": [[1525, 1065], [1525, 1078], [1537, 1078], [1537, 1065]]}, "center": {"153-166, T:0-1": [1531, 1072]}}, {"id": "txf0cz", "name": "Snufkin", "description": "Snufkin (Fin: Nuuskamuikkunen) is a character from the kids' TV show Moomins, made by Finland-Swede author Tove Jansson.", "links": {"website": ["https://www.moomin.com/en/characters/snufkin/"], "subreddit": ["Moomins", "Suomi"]}, "path": {"109-165, T:0-1": [[1238, 1337], [1234, 1341], [1233, 1341], [1233, 1338], [1232, 1337], [1231, 1338], [1231, 1341], [1233, 1343], [1233, 1345], [1229, 1345], [1229, 1347], [1231, 1347], [1231, 1349], [1232, 1349], [1232, 1351], [1234, 1353], [1234, 1354], [1231, 1354], [1230, 1355], [1231, 1356], [1233, 1358], [1231, 1360], [1234, 1360], [1234, 1361], [1236, 1361], [1236, 1360], [1239, 1360], [1239, 1361], [1241, 1361], [1241, 1360], [1243, 1360], [1243, 1359], [1245, 1359], [1245, 1353], [1244, 1353], [1244, 1352], [1243, 1352], [1243, 1351], [1243, 1350], [1244, 1350], [1244, 1347], [1246, 1347], [1246, 1346], [1245, 1345], [1243, 1345], [1241, 1343], [1241, 1342], [1240, 1342], [1240, 1339]]}, "center": {"109-165, T:0-1": [1238, 1350]}}, {"id": "txf0cv", "name": "Speecker's Face", "description": "This is Speecker's Logo representing his head's face from his Minecraft Skin", "links": {}, "path": {"109-164, T:0-1": [[645, 1122], [656, 1122], [656, 1133], [645, 1133]]}, "center": {"109-164, T:0-1": [651, 1128]}}, {"id": "txeznm", "name": "Berdly", "description": "A supporting character in Deltarune, a game created by Toby Fox. He likes to think he's very smart, and is one of the antagonists throughout much of Chapter 2. He does not have nipples.", "links": {"website": ["https://deltarune.fandom.com/wiki/Berdly"], "subreddit": ["Deltarune"]}, "path": {"56-166, T:0-1": [[1761, 182], [1759, 183], [1756, 184], [1754, 184], [1754, 185], [1753, 187], [1752, 188], [1751, 190], [1750, 194], [1749, 194], [1749, 197], [1750, 199], [1753, 199], [1753, 202], [1754, 202], [1753, 204], [1755, 205], [1757, 205], [1757, 204], [1758, 201], [1758, 205], [1760, 205], [1761, 205], [1761, 204], [1762, 204], [1762, 202], [1763, 199], [1763, 198], [1764, 197], [1766, 196], [1766, 194], [1765, 193], [1764, 191], [1765, 189], [1765, 188], [1765, 186], [1765, 185], [1764, 185], [1763, 185], [1763, 184], [1762, 183]]}, "center": {"56-166, T:0-1": [1758, 194]}}, @@ -5695,7 +5692,7 @@ {"id": "tya4j1", "name": "Shogi", "description": "In the early times of the r/place, a small community of shogi (Japanese chess) enthusiasts aspired to establish a humble settlement in the vast four-sided world. This ambition was truly a challenge due to the hostile environment, especially by the big communities that clearly outnumbered them. Out of desperation, at some point, the r/shogi nomads attempted to infiltrate a few of the established territories but failed. Finally, around 29:00, the r/shogi nomads were able to find the spot for their first settlement in the wastelands left by the voids. They contested against myriad of other groups in the area and endured series of incursions before completely establishing the first Shogi settlement at around 36:00. It was defended with the community's full capacity until the 36:20s, when the growing force of the Omega breached the Western defenses and gradually subdued the entire settlement. This settlement could have been harder to establish without the alliance (in the form of peace treaty) with some of its neighbors. This was r/shogi's largest settlement.\n\nAfter the invasion by the Omega, r/shogi was forced to wander the canvas for some time. In 43:20s, with the hope to form a new settlement, r/shogi commenced a relocation just in the vicinity of their former stead. They persisted enough to make a significant development but were not enough to resist the 44:30 rapid expansion of the Hungarian flag. This settlement was unsuccessful. If completed, the settlement could have featured the community's mark shaped in a shogi piece (18px long, 17px wide) with the '王' inscription.", "links": {"website": ["https://youtu.be/2L1Q_QRwCAM", "https://en.wikipedia.org/wiki/Shogi"], "subreddit": ["shogi"]}, "path": {"62-75": [[1426, 248], [1438, 248], [1438, 246], [1439, 245], [1440, 244], [1441, 243], [1446, 243], [1446, 244], [1447, 244], [1447, 245], [1448, 245], [1448, 246], [1449, 246], [1449, 247], [1449, 251], [1451, 252], [1451, 263], [1426, 263]], "86-89": [[1397, 255], [1394, 263], [1394, 273], [1413, 273], [1413, 263], [1411, 260], [1409, 260], [1407, 264], [1401, 264], [1402, 255]]}, "center": {"62-75": [1441, 255], "86-89": [1399, 268]}}, {"id": "tya00e", "name": "Kris", "description": "Kris is the player character in Toby Fox's game Deltarune. Always hungry and enjoys eating moss.", "links": {"website": ["https://deltarune.fandom.com/wiki/Kris"], "subreddit": ["Deltarune"]}, "path": {"46-110": [[695, 416], [692, 418], [690, 421], [690, 423], [693, 426], [693, 427], [689, 427], [689, 429], [698, 429], [698, 416]], "111-166, T:0-1": [[697, 414], [696, 415], [693, 415], [691, 417], [689, 421], [693, 426], [693, 427], [689, 427], [689, 429], [698, 429], [698, 414]]}, "center": {"46-110": [694, 422], "111-166, T:0-1": [694, 420]}}, {"id": "ty9umw", "name": "One Step from Eden", "description": "A nearly finished One Step from Eden emoji, a deckbuilding roguelike with real-time grid combat.", "links": {"website": ["https://www.onestepfromeden.com/"], "subreddit": ["onestepfromeden"]}, "path": {"109-166, T:0-1": [[378, 1880], [378, 1878], [379, 1867], [391, 1866], [391, 1880], [384, 1880]]}, "center": {"109-166, T:0-1": [385, 1873]}}, -{"id": "ty9rgi", "name": "ENHYPEN", "description": "ENHYPEN (Hangul: 엔하이픈) is a K-pop boy band formed through the I-Land program under CJ ENM and Hybe Corporation. It is composed of seven members: Heeseung, Jay, Jake, Sunghoon, Sunoo, Jungwon and Ni-ki. It debuted on November 30, 2020 with the single \"Given-Taken,\" from their first EP Border: Day One. Their logo is known as Engene.", "links": {"website": ["http://beliftlab.com/enhypen", "https://en.wikipedia.org/wiki/Enhypen"], "subreddit": ["enhypen"]}, "path": {"132-165, T:0-1": [[1894, 60], [1916, 60], [1916, 72], [1894, 72]]}, "center": {"132-165, T:0-1": [1905, 66]}}, +{"id": "ty9rgi", "name": "ENHYPEN", "description": "ENHYPEN (Korean: 엔하이픈) is a K-pop boy band formed through the I-Land program under CJ ENM and Hybe Corporation. It is composed of seven members: Heeseung, Jay, Jake, Sunghoon, Sunoo, Jungwon and Ni-ki. It debuted on November 30, 2020 with the single \"Given-Taken,\" from their first EP Border: Day One. Their logo is known as Engene.", "links": {"website": ["http://beliftlab.com/enhypen", "https://en.wikipedia.org/wiki/Enhypen"], "subreddit": ["enhypen"]}, "path": {"132-165, T:0-1": [[1894, 60], [1916, 60], [1916, 72], [1894, 72]]}, "center": {"132-165, T:0-1": [1905, 66]}}, {"id": "ty9nrq", "name": "JuL hands", "description": "This drawing of these two hands is the distinctive sign of the French rapper JUL. It was added a few hours before the Great Erasure.", "links": {"website": ["https://en.wikipedia.org/wiki/Jul_(rapper)"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"109-164, T:0-1": [[179, 1509], [184, 1509], [184, 1510], [185, 1510], [185, 1517], [186, 1517], [186, 1518], [187, 1518], [187, 1519], [194, 1519], [194, 1518], [195, 1518], [196, 1517], [196, 1511], [197, 1511], [197, 1509], [201, 1509], [201, 1510], [202, 1510], [202, 1517], [205, 1517], [205, 1518], [206, 1518], [206, 1519], [205, 1519], [205, 1522], [204, 1522], [204, 1523], [203, 1523], [203, 1524], [203, 1526], [202, 1526], [202, 1527], [201, 1527], [201, 1528], [200, 1528], [200, 1533], [194, 1533], [193, 1533], [193, 1532], [192, 1532], [192, 1526], [192, 1525], [189, 1525], [189, 1533], [181, 1533], [181, 1528], [181, 1527], [180, 1527], [180, 1526], [179, 1526], [179, 1525], [178, 1525], [178, 1523], [177, 1523], [177, 1521], [177, 1520], [176, 1520], [176, 1519], [175, 1519], [175, 1518], [176, 1518], [176, 1517], [178, 1517], [179, 1517]]}, "center": {"109-164, T:0-1": [191, 1522]}}, {"id": "ty9j8b", "name": "Mert", "description": "A german rapper with turkish roots. He also streams on twitch (/mertabimula). He organized his community to get his name on /place 22. His favorite Slogan is Bize her yer Trabzon.", "links": {"website": ["https://www.twitch.tv/mertabimula"]}, "path": {"109-165, T:0-1": [[1568, 1986], [1524, 1987], [1524, 1999], [1567, 1999], [1569, 2000], [1567, 1998], [1568, 1994], [1568, 1995]]}, "center": {"109-165, T:0-1": [1546, 1993]}}, {"id": "ty9i72", "name": "Red Robin", "description": "Robin is one of the protagonists from Fire Emblem Awakening and a playable character in Super Smash Bros. for 3DS and Wii U. Etika loved playing as the female red alternate color of Robin in Super Smash Bros for 3DS and Wii U (this color option does not exist in Super Smash Bros. Ultimate). This prompted him to play Fire Emblem Awakening's demo, Then the full game on stream. For his fans, Etika collaborated with the artist AkaiRiot to sell custom T-shirts featuring Red Robin in a one-piece bathing suit with Etika's name written on the front (linked below).", "links": {"website": ["https://www.customink.com/fundraising/akaiewn"], "subreddit": ["EtikaRedditNetwork"], "discord": ["VHzRpZ3327"]}, "path": {"109-166, T:0-1": [[1558, 1251], [1557, 1250], [1556, 1250], [1555, 1251], [1551, 1251], [1551, 1250], [1549, 1250], [1548, 1251], [1547, 1256], [1546, 1257], [1544, 1258], [1544, 1260], [1543, 1261], [1543, 1263], [1542, 1264], [1542, 1270], [1543, 1271], [1543, 1273], [1545, 1273], [1546, 1274], [1547, 1275], [1547, 1276], [1549, 1278], [1550, 1279], [1550, 1282], [1562, 1282], [1562, 1281], [1561, 1280], [1564, 1274], [1564, 1268]]}, "center": {"109-166, T:0-1": [1553, 1267]}}, @@ -5751,7 +5748,7 @@ {"id": "ty70c9", "name": "Popplio", "description": "Popplio is the Water-type starter Pokémon in the Generation 7 Pokémon games (Pokémon Sun/Moon).\n\nThe head of a Popplio was present here before being destroyed by the Spanish flag. It was previously located over the Miura memorial while it was controlled by ManeChat, and was then moved next to the DogeCoin section. It was then eaten by users with the unwilled extension of the DogeCoin area. Soon before the end, it was added to the Rainbow Road template.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Popplio_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"81-95": [[1594, 298], [1592, 300], [1589, 300], [1587, 302], [1587, 303], [1590, 306], [1593, 306], [1593, 308], [1600, 308], [1600, 299], [1598, 298]], "T:0-1": [[1589, 299], [1587, 301], [1584, 301], [1582, 303], [1582, 304], [1584, 306], [1584, 308], [1595, 308], [1595, 301], [1593, 299]], "108-140": [[1652, 409], [1650, 411], [1646, 411], [1646, 413], [1651, 418], [1652, 420], [1652, 423], [1651, 424], [1651, 427], [1656, 427], [1656, 409]]}, "center": {"81-95": [1595, 303], "T:0-1": [1591, 304], "108-140": [1653, 414]}}, {"id": "ty6zbk", "name": "AR Team", "description": "The Anti-Rain (AR) Team is a combat team from Girls' Frontline, a tactical gacha game for mobile that features anime android girls representing firearms. Their logo is a stylized spelling of the word COLT.", "links": {"website": ["https://iopwiki.com/wiki/AR_Team"], "subreddit": ["girlsfrontline"]}, "path": {"30-94": [[793, 240], [793, 248], [764, 248], [764, 240]]}, "center": {"30-94": [779, 244]}}, {"id": "ty6y1v", "name": "Zeche Zollverein", "description": "Former coal mine located in Essen in memory of the coal industry in the Ruhrgebiet area. Since 2001 it has been inscribed into the UNESCO list of World Heritage Sites.", "links": {"website": ["https://en.wikipedia.org/wiki/Zollverein_Coal_Mine_Industrial_Complex"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"109-165, T:0-1": [[1476, 1132], [1466, 1132], [1465, 1136], [1468, 1137], [1468, 1141], [1466, 1145], [1465, 1148], [1464, 1152], [1467, 1157], [1467, 1164], [1462, 1166], [1462, 1170], [1493, 1171], [1479, 1140], [1479, 1136], [1482, 1135], [1482, 1132], [1477, 1132], [1470, 1132], [1466, 1132]]}, "center": {"109-165, T:0-1": [1476, 1154]}}, -{"id": "ty6ut6", "name": "Machine Girl", "description": "Machine Girl is the moniker for producer and DJ, Matthew Stephenson, and for their band Machine Girl, with drummer Sean Kelly. They make high energy yet surreal dance music meshing together breakcore, digital hardcore, and footwork - a soundtrack for our modern apocalypse.", "links": {"website": ["https://machinegirl.bandcamp.com/"], "subreddit": ["machinegirl"]}, "path": {"109-166, T:0-1": [[1588, 1080], [1567, 1080], [1567, 1049], [1588, 1049]]}, "center": {"109-166, T:0-1": [1578, 1065]}}, +{"id": "ty6ut6", "name": "Machine Girl", "description": "Machine Girl (MG) is the moniker for producer and DJ Matthew Stephenson. The name is also used for their band Machine Girl, with drummer Sean Kelly. They make high-energy yet surreal dance music meshing together breakcore, digital hardcore, and footwork, a soundtrack for our modern apocalypse.", "links": {"website": ["https://machinegirl.bandcamp.com/", "https://en.wikipedia.org/wiki/Machine_Girl_(band)"], "subreddit": ["machinegirl"]}, "path": {"160-166, T:0-1": [[1588, 1080], [1567, 1080], [1567, 1049], [1588, 1049]]}, "center": {"160-166, T:0-1": [1578, 1065]}}, {"id": "ty6u33", "name": "Rabbit", "description": "A bunny holding a carrot lightsaber made in collaboration between the Canadians and r/Rabbits.", "links": {"subreddit": ["Rabbits"]}, "path": {"109-165, T:0-1": [[731, 1553], [740, 1555], [735, 1563], [730, 1556]]}, "center": {"109-165, T:0-1": [735, 1557]}}, {"id": "ty6spt", "name": "University of Waterloo", "description": "The University of Waterloo is a public research university located in Waterloo, Ontario, Canada. The university operates the world's largest co-op program and is known for its applied sciences, math, and technical faculties.\n\nThis r/place logo of UWaterloo depicts the anime waifus that represent each individual university faculty. These waifus were drawn on June 24, 2020 by Reddit user u/alyssnya, and became the current banner of the subreddit. The honorary school mascot, Mr. Goose, is also present, and his tongue moved around over time. o7\n\nThis art was relocated once from the southeast quadrant on day 2.", "links": {"website": ["https://uwaterloo.ca", "https://en.wikipedia.org/wiki/University_of_Waterloo"], "subreddit": ["uwaterloo"]}, "path": {"150-163": [[1588, 176], [1588, 195], [1647, 195], [1651, 192], [1657, 192], [1659, 194], [1660, 194], [1660, 176]], "60-149": [[1588, 176], [1588, 195], [1660, 195], [1660, 176]], "10-39": [[652, 534], [652, 553], [701, 553], [701, 533], [700, 533], [700, 512], [691, 512], [691, 514], [688, 514], [686, 516], [682, 516], [682, 518], [686, 518], [686, 519], [694, 519], [694, 533]], "164, T:0-1": [[1588, 176], [1588, 195], [1647, 195], [1651, 192], [1657, 192], [1659, 194], [1660, 194], [1660, 187], [1651, 178], [1651, 176]]}, "center": {"150-163": [1624, 186], "60-149": [1624, 186], "10-39": [662, 543], "164, T:0-1": [1624, 186]}}, {"id": "ty6q35", "name": "Bi flag", "description": "Pride flag for bi people made by a member of the Kamen Rider subreddit, whose territory is directly above.", "links": {}, "path": {"109-166, T:0-1": [[745, 1529], [753, 1529], [751, 1533], [745, 1533]]}, "center": {"109-166, T:0-1": [749, 1531]}}, @@ -5759,7 +5756,7 @@ {"id": "ty6k6u", "name": "Ame-chan", "description": "The main character of Needy Girl Overdose/Needy Streamer Overload while not acting as KAngel.", "links": {"website": ["https://twitter.com/infowss"], "subreddit": ["NeedyStreamerOverload"]}, "path": {"109-165, T:0-1": [[1883, 1250], [1901, 1250], [1902, 1254], [1898, 1254], [1896, 1255], [1896, 1263], [1896, 1273], [1895, 1273], [1894, 1274], [1892, 1275], [1891, 1274], [1883, 1274]]}, "center": {"109-165, T:0-1": [1890, 1261]}}, {"id": "ty6jdv", "name": "Crescent moon", "description": "The waxing crescent phase of the moon on June 13th, 2013, The debut date of music group Bangtan Sonyeondan and member Jimin's tattoo.", "links": {"website": ["https://twitter.com/bts_twt"], "subreddit": ["bangtan"]}, "path": {"109-166, T:0-1": [[1925, 1174], [1925, 1175], [1927, 1175], [1927, 1176], [1929, 1176], [1929, 1177], [1930, 1177], [1930, 1178], [1930, 1179], [1931, 1179], [1931, 1183], [1930, 1183], [1930, 1184], [1929, 1184], [1928, 1184], [1928, 1185], [1926, 1185], [1926, 1184], [1925, 1184], [1924, 1184], [1924, 1183], [1923, 1183], [1923, 1182], [1922, 1182], [1922, 1181], [1921, 1181], [1920, 1181], [1920, 1183], [1920, 1184], [1921, 1184], [1921, 1185], [1922, 1185], [1922, 1186], [1922, 1187], [1924, 1187], [1924, 1188], [1930, 1188], [1931, 1188], [1931, 1187], [1932, 1187], [1933, 1187], [1933, 1186], [1934, 1186], [1934, 1185], [1935, 1185], [1935, 1178], [1935, 1177], [1934, 1177], [1934, 1176], [1933, 1176], [1933, 1175], [1932, 1175], [1932, 1174], [1931, 1174], [1930, 1174], [1930, 1173], [1926, 1173], [1925, 1173], [1925, 1175], [1927, 1175], [1927, 1176], [1927, 1175]]}, "center": {"109-166, T:0-1": [1929, 1182]}}, {"id": "ty6hdy", "name": "Wartortle", "description": "A Water-type Pokémon and the evolution of the Kanto starter Pokémon Squirtle. Famously present in the Portuguese space in the 2017 r/place.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Wartortle"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"109-166, T:0-1": [[1475, 1845], [1473, 1845], [1472, 1845], [1472, 1846], [1471, 1846], [1471, 1847], [1471, 1846], [1470, 1846], [1469, 1846], [1469, 1845], [1469, 1844], [1469, 1843], [1468, 1843], [1467, 1843], [1466, 1843], [1465, 1843], [1464, 1843], [1464, 1844], [1463, 1844], [1463, 1849], [1462, 1849], [1462, 1850], [1461, 1850], [1461, 1853], [1461, 1854], [1462, 1854], [1462, 1855], [1463, 1855], [1463, 1856], [1463, 1857], [1464, 1857], [1463, 1857], [1463, 1858], [1463, 1859], [1463, 1860], [1463, 1861], [1470, 1861], [1470, 1862], [1471, 1862], [1471, 1863], [1472, 1863], [1472, 1864], [1475, 1864], [1475, 1863], [1476, 1863], [1477, 1863], [1477, 1861], [1478, 1861], [1478, 1859], [1479, 1859], [1479, 1858], [1480, 1858], [1480, 1857], [1482, 1857], [1482, 1856], [1483, 1856], [1483, 1855], [1484, 1855], [1484, 1852], [1483, 1852], [1484, 1852], [1484, 1851], [1485, 1851], [1485, 1850], [1485, 1849], [1484, 1849], [1485, 1849], [1485, 1848], [1485, 1847], [1485, 1846], [1479, 1846], [1479, 1848], [1479, 1849], [1478, 1849], [1477, 1849], [1477, 1850], [1477, 1851], [1476, 1850], [1476, 1848], [1477, 1847], [1476, 1846]]}, "center": {"109-166, T:0-1": [1472, 1853]}}, -{"id": "ty6eu0", "name": "AB6IX", "description": "K-pop group AB6IX's logo. AB6IX (pronounced as A-B-Six; in Hangul: 에이비식스) is a four member South Korean boy group formed by Brand New Music. The group debuted on May 22, 2019, with their first EP \"B:Complete\" and title song \"Breathe\".", "links": {"subreddit": ["ab6ix"]}, "path": {"109-166, T:0-1": [[1510, 1045], [1510, 1051], [1512, 1051], [1512, 1045]]}, "center": {"109-166, T:0-1": [1511, 1048]}}, +{"id": "ty6eu0", "name": "AB6IX", "description": "AB6IX (pronounced \"A-B-Six\"; Hangul: 에이비식스) is a four-member South Korean boy group formed by Brand New Music. The group debuted on May 22, 2019 with their first extended play \"B:Complete\" and title song \"Breathe\".", "links": {"website": ["http://www.brandnewmusic.co.kr/portfolio-item/ab6ix/", "https://en.wikipedia.org/wiki/AB6IX"], "subreddit": ["AB6IX", "kpop"]}, "path": {"122-130": [[1521, 1043], [1521, 1052], [1525, 1052], [1525, 1043]], "131-151, 155-166, T:0-1": [[1509, 1044], [1509, 1052], [1513, 1052], [1513, 1044]]}, "center": {"122-130": [1523, 1048], "131-151, 155-166, T:0-1": [1511, 1048]}}, {"id": "ty6en9", "name": "Flag of Pakistan", "description": "Pakistan is a country in South Asia. The Pakistani flag represents many things with the use of its colours and shapes. The green in the flag is usually a symbol associated with Islam which represents the majority of the Muslim population of Pakistan. The white stripe represents the minorities of Pakistan of different religious backgrounds. The moon and the star, another commonly used symbol in Islam, represents light and progress. Overall, the intentions of the founders as they created this flag was to represent Islam as well as respect the rights of other religious minorities.\n\nWe apologise for taking over the Esperanto flag. This took us a lot of effort for a small flag. Previous Pakistani flags were quickly destroyed by India, long-time enemy of Pakistan due to a territorial dispute over the Kashmir region. Their efforts were unsuccessful at the end of the day with the help of our members. This event resulted in unity and new friends by the end! :)", "links": {"website": ["https://en.wikipedia.org/wiki/Pakistan", "https://en.wikipedia.org/wiki/Flag_of_Pakistan"], "subreddit": ["pakistan"]}, "path": {"10-17": [[299, 274], [333, 274], [333, 299], [299, 299]], "65-84": [[1277, 312], [1277, 330], [1316, 330], [1316, 312]], "50-55": [[540, 960], [540, 974], [572, 974], [572, 960]], "45-49": [[540, 960], [540, 974], [579, 974], [579, 960]], "38-44": [[551, 961], [551, 974], [572, 974], [572, 961]], "163-165, T:0-1": [[771, 325], [781, 325], [781, 330], [771, 330]]}, "center": {"10-17": [316, 287], "65-84": [1297, 321], "50-55": [556, 967], "45-49": [560, 967], "38-44": [562, 968], "163-165, T:0-1": [776, 328]}}, {"id": "ty692t", "name": "Danny Gonzalez's Greg", "description": "Greg, what YouTuber Danny Gonzalez's fans are called, added in by the Bangtan Sonyeondan army in honor of Greg's alliance in defense during r/place.", "links": {"website": ["https://www.youtube.com/c/Danny100/videos"], "subreddit": ["DannyGonzalez", "bangtan"]}, "path": {"109-167, T:0-1": [[1886, 1174], [1900, 1174], [1900, 1177], [1886, 1177]]}, "center": {"109-167, T:0-1": [1893, 1176]}}, {"id": "ty65a1", "name": "The Rat", "description": "White rat created by TheBoys discord server.", "links": {}, "path": {"109-164, T:0-1": [[1952, 1353], [1952, 1363], [1960, 1363], [1960, 1353]]}, "center": {"109-164, T:0-1": [1956, 1358]}}, @@ -6675,8 +6672,8 @@ {"id": "u2rp04", "name": "⑨", "description": "⑨ is a symbol for Touhou character Cirno which originated from Touhou 9: Phantasmagoria of Flower View's manual, in which she was labeled \"⑨ baka\" (meaning \"idiot\").\n\nThis art was adopted as a less space-intensive compromise option.", "links": {"website": ["https://en.touhouwiki.net/wiki/Cirno"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"15-165, T:0-1": [[825, 684], [823, 686], [823, 690], [825, 692], [829, 692], [831, 690], [831, 686], [829, 684]]}, "center": {"15-165, T:0-1": [827, 688]}}, {"id": "u2oe4z", "name": "Flag of Poland", "description": "Poland is a country in Central Europe.\n\nDuring the final hours of the canvas, a Polish flag was placed directly over the flag of Romania, replacing it. To counter the Polish raid, a Romanian streamer tried to get his chat to fight back and, in the process, to extend it up into Keqing and the Israeli flag. When that failed, he then tried to get his chat to push left into the Rocket League logo. By this point, this heavily contested area got raided again by a Polish streamer to once again replace Romania. The Polish streamer's raid then turned into a mindless power grab, destroying dozens of communities just an hour before the end of r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Poland", "https://en.wikipedia.org/wiki/Flag_of_Poland"]}, "path": {"159": [[1548, 612], [1548, 535], [1448, 535], [1448, 539], [1424, 539], [1424, 561], [1422, 561], [1422, 569], [1421, 569], [1421, 612]], "160": [[1678, 599], [1421, 599], [1421, 569], [1422, 569], [1422, 561], [1424, 561], [1424, 539], [1448, 539], [1448, 535], [1600, 535], [1600, 543], [1632, 543], [1637, 548], [1637, 576], [1678, 576]], "164": [[1421, 599], [1421, 569], [1422, 569], [1422, 561], [1424, 561], [1424, 539], [1448, 539], [1448, 535], [1600, 535], [1600, 537], [1600, 543], [1636, 543], [1636, 550], [1708, 550], [1708, 599]], "153-154": [[1549, 599], [1549, 553], [1482, 553], [1482, 599]], "161-163": [[1678, 599], [1421, 599], [1421, 569], [1422, 569], [1422, 561], [1424, 561], [1424, 539], [1448, 539], [1448, 535], [1600, 535], [1600, 537], [1645, 537], [1653, 550], [1668, 550], [1668, 569], [1678, 569]], "T:0-1": [[1591, 535], [1591, 543], [1600, 543], [1600, 535]]}, "center": {"159": [1485, 574], "160": [1550, 567], "164": [1565, 567], "153-154": [1516, 576], "161-163": [1550, 567], "T:0-1": [1596, 539]}}, {"id": "u2nm4h", "name": "taffelBorpa", "description": "A depiction of Twitch streamer & Minecraft speedrunner taffelLIVE (also known as GDTaffel)'s emote, TaffelBorpa.", "links": {"website": ["https://www.twitch.tv/taffellive"]}, "path": {"109-166, T:0-1": [[1490, 1498], [1490, 1489], [1499, 1489], [1499, 1498]]}, "center": {"109-166, T:0-1": [1495, 1494]}}, -{"id": "u2mglu", "name": "Suzuhara Lulu", "description": "A Virtual YouTuber active as a member of NIJISANJI from 2019 to 2021, Lulu was an art student known for her unexpectedly strong will and determination, particularly when gaming.", "links": {"website": ["https://www.youtube.com/channel/UC_a1ZYZ8ZTXpjg9xUY9sj8w"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T:0-1": [[1502, 1079], [1502, 1089], [1512, 1089], [1512, 1079]]}, "center": {"109-166, T:0-1": [1507, 1084]}}, -{"id": "u2mes6", "name": "Mysta Rias's hat", "description": "The hat of Mysta Rias, a Virtual YouTuber affiliated with NIJISANJI English's fourth wave, Luxiem.", "links": {"website": ["https://www.youtube.com/channel/UCIM92Ok_spNKLVB5TsgwseQ"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T:0-1": [[1503, 1065], [1502, 1067], [1502, 1070], [1503, 1072], [1502, 1073], [1502, 1075], [1504, 1075], [1504, 1077], [1505, 1077], [1508, 1075], [1511, 1077], [1512, 1077], [1512, 1075], [1514, 1075], [1514, 1073], [1513, 1071], [1514, 1067], [1513, 1065], [1510, 1068], [1510, 1072], [1506, 1072], [1506, 1068]]}, "center": {"109-166, T:0-1": [1508, 1072]}}, +{"id": "u2mglu", "name": "Suzuhara Lulu", "description": "Suzuhara Lulu was a Virtual YouTuber active as a member of NIJISANJI from 2019 to 2021. Lulu was an art student known for her unexpectedly strong will and determination, particularly when gaming.", "links": {"website": ["https://www.youtube.com/channel/UC_a1ZYZ8ZTXpjg9xUY9sj8w", "https://virtualyoutuber.fandom.com/wiki/Suzuhara_Lulu"], "subreddit": ["Nijisanji"]}, "path": {"116-166, T:0-1": [[1501, 1078], [1501, 1090], [1513, 1090], [1513, 1078]]}, "center": {"116-166, T:0-1": [1507, 1084]}}, +{"id": "u2mes6", "name": "Mysta Rias's hat", "description": "The hat of Mysta Rias, a Virtual YouTuber affiliated with NIJISANJI English's fourth wave, Luxiem.", "links": {"website": ["https://www.youtube.com/channel/UCIM92Ok_spNKLVB5TsgwseQ", "https://virtualyoutuber.fandom.com/wiki/Mysta_Rias"], "subreddit": ["Nijisanji"]}, "path": {"111-166, T:0-1": [[1502, 1064], [1502, 1066], [1501, 1066], [1501, 1076], [1503, 1076], [1503, 1078], [1505, 1078], [1508, 1076], [1511, 1078], [1513, 1078], [1513, 1076], [1515, 1076], [1515, 1066], [1514, 1066], [1514, 1064], [1513, 1064], [1509, 1068], [1509, 1071], [1507, 1071], [1507, 1068], [1503, 1064]]}, "center": {"111-166, T:0-1": [1506, 1074]}}, {"id": "u2kgt0", "name": "University of Nebraska-Lincoln", "description": "The University of Nebraska-Lincoln (Nebraska, UNL, or NU) is a public land-grant research university in Lincoln, Nebraska, United States. This logo represents their athletic teams, known as the Cornhuskers.", "links": {"website": ["https://www.unl.edu/", "https://en.wikipedia.org/wiki/University_of_Nebraska%E2%80%93Lincoln"], "subreddit": ["Huskers", "TheB1G"]}, "path": {"21-69": [[232, 604], [232, 582], [256, 582], [256, 604]], "16-20": [[234, 604], [253, 604], [253, 582], [234, 582]], "70-165, T:0-1": [[236, 604], [257, 604], [257, 582], [236, 582], [236, 587], [237, 587], [237, 597], [236, 597]]}, "center": {"21-69": [244, 593], "16-20": [244, 593], "70-165, T:0-1": [247, 592]}}, {"id": "u2kgkx", "name": "Rutgers University", "description": "Rutgers University, officially Rutgers, The State University of New Jersey, is a public land-grant research university consisting of four campuses in New Jersey, United States. This logo represents the athletic teams of their New Brunswick campus, known as the Scarlet Knights.", "links": {"website": ["https://www.rutgers.edu/", "https://en.wikipedia.org/wiki/Rutgers_University"], "subreddit": ["rutgers", "TheB1G"]}, "path": {"8-70": [[206, 582], [206, 585], [207, 585], [207, 601], [205, 601], [205, 604], [231, 604], [231, 601], [230, 601], [228, 599], [227, 597], [227, 595], [230, 592], [230, 587], [226, 583], [225, 583], [225, 582]], "71-165, T:0-1": [[217, 582], [217, 588], [218, 588], [218, 598], [217, 598], [217, 604], [236, 604], [236, 600], [231, 595], [235, 591], [235, 587], [230, 582]]}, "center": {"8-70": [217, 593], "71-165, T:0-1": [226, 589]}}, {"id": "u2kgam", "name": "Ohio State University", "description": "The Ohio State University, commonly called Ohio State or OSU (not to be confused with the rhythm game osu!), is a public land-grant research university in Columbus, Ohio, United States.\n\nThis is one of two \"Block O's\" representing the university and their athletic teams, the Buckeyes; a slightly larger artwork is located elsewhere on the canvas.", "links": {"website": ["https://www.osu.edu/", "https://en.wikipedia.org/wiki/Ohio_State_University"], "subreddit": ["OSU", "TheB1G"]}, "path": {"21-42": [[199, 601], [207, 601], [207, 593], [199, 593]], "43-70": [[208, 592], [200, 592], [200, 602], [208, 602]], "71-165, T:0-1": [[217, 586], [213, 582], [208, 582], [204, 586], [204, 600], [208, 604], [213, 604], [217, 600]]}, "center": {"21-42": [203, 597], "43-70": [204, 597], "71-165, T:0-1": [211, 593]}}, @@ -6748,7 +6745,7 @@ {"id": "u37bal", "name": "Exilium", "description": "Mascot of the Black Desert Online guild Exilium.", "links": {"website": ["https://en.wikipedia.org/wiki/Black_Desert_Online"], "subreddit": ["blackdesertonline"]}, "path": {"109-166, T:0-1": [[1293, 1961], [1293, 1966], [1292, 1966], [1292, 1968], [1293, 1968], [1293, 1969], [1295, 1971], [1297, 1971], [1299, 1969], [1299, 1968], [1300, 1968], [1300, 1966], [1299, 1966], [1299, 1961]]}, "center": {"109-166, T:0-1": [1296, 1966]}}, {"id": "u37b2x", "name": "Warabeda Meiji", "description": "A Virtual YouTuber active under NIJISANJI, she is a shy and curious 11-year old girl whose cute appearance belies a powerful singing voice.", "links": {"website": ["https://www.youtube.com/channel/UCveZ9Ic1VtcXbsyaBgxPMvg"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T:0-1": [[1502, 1103], [1502, 1113], [1512, 1113], [1512, 1103]]}, "center": {"109-166, T:0-1": [1507, 1108]}}, {"id": "u37abx", "name": "Zag", "description": "The face of the Pokémon Zigzagoon, mascot of the Black Desert Online guild Zag.", "links": {"website": ["https://en.wikipedia.org/wiki/Black_Desert_Online"], "subreddit": ["blackdesertonline"]}, "path": {"109-167, T:0-1": [[1300, 1961], [1300, 1966], [1299, 1966], [1299, 1968], [1300, 1968], [1300, 1971], [1312, 1971], [1312, 1961]]}, "center": {"109-167, T:0-1": [1306, 1966]}}, -{"id": "u37196", "name": "Selen Tatsuki", "description": "A member of OBSYDIA, The second wave of VTubers from NIJISANJI's English branch, Selen is a lunar sky dragon known for her competitiveness and laughter.", "links": {"website": ["https://www.youtube.com/channel/UCV1xUwfM2v2oBtT3JNvic3w"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T:0-1": [[1502, 1091], [1502, 1101], [1512, 1101], [1512, 1091]]}, "center": {"109-166, T:0-1": [1507, 1096]}}, +{"id": "u37196", "name": "Selen Tatsuki", "description": "Selen Tatsuki is a member of OBSYDIA, the second wave of VTubers from NIJISANJI's English branch. Selen is a lunar sky dragon known for her competitiveness and laughter.", "links": {"website": ["https://www.youtube.com/channel/UCV1xUwfM2v2oBtT3JNvic3w", "https://virtualyoutuber.fandom.com/wiki/Selen_Tatsuki"], "subreddit": ["Nijisanji"]}, "path": {"113-166, T:0-1": [[1501, 1090], [1501, 1102], [1513, 1102], [1513, 1090]]}, "center": {"113-166, T:0-1": [1507, 1096]}}, {"id": "u3703q", "name": "r/GoForGold", "description": "r/GoForGold is a subreddit based around completing \"challenges\" to win Reddit awards.", "links": {"subreddit": ["GoForGold"]}, "path": {"65-164, T:0-1": [[1181, 361], [1181, 384], [1199, 384], [1199, 361]]}, "center": {"65-164, T:0-1": [1190, 373]}}, {"id": "u36w1e", "name": "Victini", "description": "A Psychic/Fire-type Mythical Pokémon, and the host of the V-Wheel activity from Pokémon Mystery Dungeon: Gates to Infinity.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Victini_(Pok%C3%A9mon)"], "subreddit": ["MysteryDungeon", "Victini"], "discord": ["mysterydungeon"]}, "path": {"109-166, T:0-1": [[1759, 1475], [1754, 1484], [1753, 1485], [1753, 1490], [1755, 1492], [1755, 1493], [1754, 1494], [1756, 1496], [1763, 1496], [1764, 1495], [1765, 1495], [1768, 1492], [1768, 1488], [1767, 1488], [1767, 1486], [1770, 1483], [1770, 1478], [1768, 1478], [1761, 1481], [1761, 1475]]}, "center": {"109-166, T:0-1": [1761, 1487]}}, {"id": "u36k9o", "name": "Poké Ball", "description": "A Poké Ball is a spherical device in the Pokémon games. It is used by Pokémon Trainers to catch wild Pokémon and store them in the player's inventory when not active. This red and white Poké Ball is the most basic and ubiquitous type of Poké Ball, and it is frequently used to represent the Pokémon series as a whole.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9_Ball"], "subreddit": ["pokemon"]}, "path": {"109-166, T:0-1": [[1820, 1654], [1817, 1657], [1817, 1659], [1820, 1662], [1822, 1662], [1823, 1661], [1826, 1661], [1827, 1660], [1827, 1657], [1824, 1654]]}, "center": {"109-166, T:0-1": [1822, 1658]}}, @@ -7617,7 +7614,7 @@ {"id": "uexe06", "name": "Lize Helesta", "description": "A VTuber who debuted in the first quarter of 2019 as part of NIJISANJI Japan's Sanbaka group.", "links": {"website": ["https://www.youtube.com/channel/UCZ1xuCK1kNmn5RzPYIZop3w", "https://virtualyoutuber.fandom.com/wiki/Lize_Helesta"], "subreddit": ["Nijisanji"]}, "path": {"119-120": [[1941, 744], [1941, 753], [1954, 753], [1954, 744]], "68-92": [[1935, 767], [1935, 775], [1948, 775], [1948, 767]], "124-138, 141-167, T:0-1": [[1930, 744], [1930, 753], [1942, 753], [1942, 744]]}, "center": {"119-120": [1948, 749], "68-92": [1942, 771], "124-138, 141-167, T:0-1": [1936, 749]}}, {"id": "uexd47", "name": "Ange Katrina", "description": "A VTuber who debuted in the first quarter of 2019 as part of NIJISANJI Japan's Sanbaka group.", "links": {"website": ["https://www.youtube.com/channel/UCHVXbQzkl3rDfsXWo8xi2qw", "https://virtualyoutuber.fandom.com/wiki/Ange_Katrina"], "subreddit": ["Nijisanji"]}, "path": {"117-120": [[1929, 744], [1929, 753], [1942, 753], [1942, 744]], "67-92": [[1935, 759], [1935, 768], [1948, 768], [1948, 759]], "124-139, 141-166, T:0-1": [[1919, 744], [1919, 753], [1931, 753], [1931, 744]]}, "center": {"117-120": [1936, 749], "67-92": [1942, 764], "124-139, 141-166, T:0-1": [1925, 749]}}, {"id": "uexal7", "name": "Vox Akuma", "description": "A VTuber from NIJISANJI's fourth wave of VTubers, Luxiem.", "links": {"website": ["https://www.youtube.com/channel/UCckdfYDGrjojJM28n5SHYrA", "https://virtualyoutuber.fandom.com/wiki/Vox_Akuma"], "subreddit": ["Nijisanji"]}, "path": {"118-120": [[1949, 734], [1947, 736], [1943, 738], [1943, 739], [1941, 741], [1941, 742], [1943, 744], [1956, 744], [1958, 742], [1958, 741], [1951, 734]], "123-166, T:0-1": [[1943, 734], [1941, 736], [1939, 736], [1938, 737], [1937, 737], [1936, 738], [1936, 739], [1934, 741], [1934, 744], [1949, 744], [1951, 742], [1951, 741], [1946, 736], [1946, 734]]}, "center": {"118-120": [1950, 739], "123-166, T:0-1": [1943, 740]}}, -{"id": "uex5qn", "name": "Kuzuha", "description": "A VTuber who is a member of the duo ChroNoiR from Nijisanji.", "links": {"website": ["https://www.youtube.com/channel/UCSFCh5NL4qXrAy9u-u2lX3g"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T:0-1": [[1525, 1077], [1525, 1088], [1537, 1088], [1537, 1077]]}, "center": {"109-166, T:0-1": [1531, 1083]}}, +{"id": "uex5qn", "name": "Kuzuha", "description": "Kuzuha is a VTuber who is a member of the duo ChroNoiR from Nijisanji.", "links": {"website": ["https://www.youtube.com/channel/UCSFCh5NL4qXrAy9u-u2lX3g", "https://virtualyoutuber.fandom.com/wiki/Kuzuha"], "subreddit": ["Nijisanji"]}, "path": {"155-166, T:0-1": [[1525, 1077], [1525, 1088], [1537, 1088], [1537, 1077]]}, "center": {"155-166, T:0-1": [1531, 1083]}}, {"id": "uepuqy", "name": "tonsi", "description": "A text glyph in sitelen pona, a writing system for the Toki Pona language. This glyph represents the word \"tonsi\", which can mean \"transgender\", \"nonbinary\", or just \"non-cisgender\" in general. A transgender flag is drawn behind the glyph.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender"], "subreddit": ["tokipona"]}, "path": {"6-12": [[785, 330], [785, 345], [787, 347], [798, 347], [800, 345], [800, 330]], "15-164, T:0-1": [[777, 347], [777, 356], [785, 356], [785, 347]]}, "center": {"6-12": [793, 338], "15-164, T:0-1": [781, 352]}}, {"id": "uepa8o", "name": "HyperNovaPuma", "description": "A small area where Hyper's fans fought bravely for their pixels.", "links": {"website": ["https://www.twitch.tv/hypernovapuma"]}, "path": {"109-166, T:0-1": [[1591, 1126], [1645, 1125], [1645, 1131], [1591, 1131], [1591, 1125], [1645, 1125]]}, "center": {"109-166, T:0-1": [1618, 1128]}}, {"id": "ueedmw", "name": "V1", "description": "The black and white head of V1, main character of ULTRAKILL, a DOOM-like movement shooter by New Blood.", "links": {"website": ["https://ultrakill.fandom.com/wiki/V1"], "subreddit": ["Ultrakill"]}, "path": {"109-166, T:0-1": [[1360, 1798], [1356, 1800], [1355, 1801], [1353, 1801], [1352, 1802], [1351, 1802], [1348, 1805], [1348, 1808], [1351, 1813], [1353, 1815], [1354, 1815], [1354, 1819], [1357, 1819], [1360, 1816], [1360, 1814], [1361, 1814], [1362, 1815], [1363, 1815], [1366, 1812], [1366, 1811], [1369, 1808], [1369, 1807], [1371, 1805], [1371, 1802], [1367, 1798], [1365, 1798], [1364, 1799], [1363, 1799], [1362, 1798]]}, "center": {"109-166, T:0-1": [1359, 1807]}}, @@ -7746,7 +7743,7 @@ {"id": "vdywtp", "name": "Boston Celtics", "description": "The logo for the NBA team \"Boston Celtics\"", "links": {"subreddit": ["bostonceltics"], "wiki": ["https://en.wikipedia.org/wiki/Boston_Celtics"]}, "path": {"92-94": [[660, 557], [660, 573], [678, 574], [678, 557]]}, "center": {"92-94": [669, 565]}}, {"id": "vc7x5i", "name": "Motorway Extension Gurus", "description": "The Motorway Extension Gurus (MEG) are a group of players on 2b2t, a server for the game Minecraft. Their focus is mining and maintaining highways in the Nether, a dangerous lava-filled dimension in Minecraft.\n\nThe construction of this logo was the result of an alliance with the Red Rising community.", "links": {"website": ["https://meg.one/", "https://2b2t.miraheze.org/wiki/Motorway_Extension_Gurus"], "discord": ["meg"]}, "path": {"43-53": [[873, 441], [889, 441], [889, 447], [873, 447]]}, "center": {"43-53": [881, 444]}}, {"id": "vgsutq", "name": "ESIREM logo", "description": "Ecole Supérieure d'Ingénieurs Numérique et Matériaux (ESIREM) is a French public research engineering school", "links": {"website": ["https://esirem.u-bourgogne.fr"]}, "path": {"142-156": [[1138, 1969], [1156, 1969], [1162, 1969], [1161, 1964], [1141, 1965], [1141, 1969], [1162, 1969]]}, "center": {"142-156": [1152, 1967]}}, -{"id": "vksv5c", "name": "The Smiling One (Place Squad)", "description": "A simple smily face :)/n/nBuild by :/n - Gastar/n - Julot/n/n| Part of the Place Squad Community |", "links": {"subreddit": ["placesquad"], "discord": ["Pk586W2aTA"]}, "path": {"139-152": [[1535, 1073], [1541, 1073], [1541, 1078], [1535, 1078]]}, "center": {"139-152": [1538, 1076]}}, +{"id": "vksv5c", "name": "The Smiling One", "description": "A simple smiley face. :)\n\nBuilt by Gastar and Julot as part of the Place Squad community.", "links": {"subreddit": ["placesquad"], "discord": ["Pk586W2aTA"]}, "path": {"138-152": [[1535, 1073], [1541, 1073], [1541, 1078], [1535, 1078]]}, "center": {"138-152": [1538, 1076]}}, {"id": "vj9fid", "name": "Among Us crewmate", "description": "A character from the social deduction game Among Us.", "links": {"website": ["https://www.innersloth.com/games/among-us/", "https://en.wikipedia.org/wiki/Among_Us"]}, "path": {"17": [[25, 929], [25, 964], [14, 985], [0, 991], [0, 1000], [32, 1000], [32, 985], [35, 983], [39, 964], [53, 964], [53, 966], [60, 966], [60, 956], [148, 869], [140, 869], [55, 954], [55, 929]], "4-16": [[32, 926], [28, 929], [28, 933], [25, 933], [25, 941], [0, 941], [0, 947], [21, 947], [21, 950], [33, 950], [35, 952], [39, 952], [47, 966], [47, 974], [56, 974], [56, 959], [53, 953], [47, 947], [59, 947], [59, 945], [57, 941], [47, 941], [47, 933], [44, 933], [42, 926]], "18-19": [[22, 929], [22, 973], [25, 973], [20, 979], [13, 979], [13, 985], [3, 991], [3, 999], [18, 999], [18, 1000], [33, 1000], [33, 994], [34, 976], [40, 964], [53, 965], [53, 970], [44, 982], [40, 992], [43, 995], [44, 995], [54, 984], [56, 974], [59, 968], [63, 968], [63, 974], [71, 974], [71, 978], [78, 982], [81, 980], [70, 963], [120, 911], [122, 916], [139, 909], [144, 900], [141, 897], [128, 897], [110, 908], [87, 933], [63, 948], [56, 948], [56, 929]], "20-22": [[22, 929], [22, 964], [55, 964], [55, 954], [60, 949], [55, 944], [55, 929]], "23-25": [[22, 929], [22, 964], [55, 964], [55, 957], [148, 863], [175, 830], [234, 765], [241, 753], [222, 763], [224, 773], [194, 806], [142, 860], [53, 952], [53, 929]], "32-34": [[56, 959], [53, 963], [53, 977], [61, 977], [140, 898], [140, 897], [135, 897], [64, 968], [64, 964], [60, 959]], "78-81": [[1550, 981], [1548, 983], [1548, 985], [1546, 985], [1546, 990], [1548, 993], [1548, 998], [1560, 998], [1560, 981], [1576, 981], [1576, 998], [1586, 998], [1586, 981]], "82-83": [[1576, 981], [1576, 998], [1586, 998], [1586, 981]], "60-62": [[1549, 981], [1545, 985], [1545, 992], [1547, 992], [1547, 998], [1586, 998], [1586, 981]], "74-77, 88, 95-102": [[1550, 981], [1548, 983], [1548, 985], [1546, 985], [1546, 990], [1548, 993], [1548, 998], [1560, 998], [1560, 981]]}, "center": {"17": [40, 947], "4-16": [36, 940], "18-19": [39, 947], "20-22": [39, 946], "23-25": [37, 945], "32-34": [59, 971], "78-81": [1553, 989], "82-83": [1581, 990], "60-62": [1566, 990], "74-77, 88, 95-102": [1553, 989]}}, {"id": "vhmvbe", "name": "IMT Atlantique", "description": "French Engineering school located in Brest, Nantes and Rennes.", "links": {"website": ["https://www.imt-atlantique.fr/fr"]}, "path": {"143-148": [[1600, 1994], [1601, 1994], [1643, 1994], [1642, 1982], [1599, 1983]]}, "center": {"143-148": [1621, 1988]}}, {"id": "vh55k0", "name": "Rémi", "description": "\"Optik\" is a small group of 16 friends whose mascot is one of the member's cat, Rémi.\n\nAs a joke, we say that Rémi created the universe and everything within, but really he's just a good boi.\n\nRémi was cleverly implemented in the Welcome to Night Vale community drawing by representing both Rémi and \"Khoshekh\", a floating cat in the podcast.\n\nSpecial thanks to the Welcome to Night Vale community without whom it would have been impossible to achieve this, and to Maximillien for putting Optik in contact with WTNV!\n\nMembers:\nXile/Metal/Maximillien\n(Les plus cools)\nLeo/Koz/Jay/Lou/Virloh\nOnion/Dam/Max/Tahoe\nFred/Pyxo/Billy/Djé", "links": {"website": ["https://media.discordapp.net/attachments/959869838363340833/960680716855803954/unknown.png"]}, "path": {"148-166, T:0-1": [[1773, 415], [1773, 417], [1772, 418], [1773, 419], [1773, 421], [1775, 423], [1777, 421], [1777, 419], [1778, 418], [1777, 417], [1777, 415]]}, "center": {"148-166, T:0-1": [1775, 418]}}, @@ -7758,7 +7755,7 @@ {"id": "vmifc9", "name": "pepeD", "description": "pepeD is an animated BetterTTV extension Twitch emote of pixel art animation of Pepe the Frog dancing by turning left and right and raising and lowering his left and right arms. After the emoji was enabled by a number of popular streamers, it became a popular way of expressing approval of the music which is being played, or expressing joy.", "links": {"website": ["https://betterttv.com/emotes/5b1740221c5a6065a7bad4b5", "https://knowyourmeme.com/memes/peped"]}, "path": {"125-129": [[1421, 838], [1421, 841], [1423, 843], [1431, 843], [1436, 838], [1432, 835], [1428, 835], [1425, 837], [1424, 838]], "89-110": [[1826, 818], [1826, 821], [1828, 823], [1835, 823], [1840, 818], [1839, 817], [1838, 817], [1836, 815], [1832, 815], [1829, 818]], "80-88": [[1826, 816], [1826, 819], [1828, 821], [1835, 821], [1840, 816], [1839, 815], [1838, 815], [1836, 813], [1832, 813], [1829, 816]], "163-165": [[1851, 1736], [1851, 1738], [1850, 1739], [1850, 1741], [1852, 1743], [1859, 1743], [1864, 1738], [1860, 1735], [1856, 1735], [1855, 1736]]}, "center": {"125-129": [1429, 839], "89-110": [1833, 819], "80-88": [1833, 817], "163-165": [1857, 1739]}}, {"id": "vmzo17", "name": "Pinewood Builders", "description": "Pinewood Builders is a group in the game platform Roblox.", "links": {"website": ["https://www.roblox.com/groups/159511/Pinewood-Builders#!/about"], "subreddit": ["PinewoodBuilders"], "discord": ["RHWxvhc"], "wiki": ["Pinewood_Builders"]}, "path": {"114-117": [[681, 1484], [681, 1502], [699, 1502], [699, 1484]], "1-3": [[22, 274], [43, 274], [43, 295], [22, 295]]}, "center": {"114-117": [690, 1493], "1-3": [33, 285]}}, {"id": "vm1x57", "name": "The Surprised One", "description": "A simple surprised face. :)\n\nBuilt by Gastar and Julot, part of the Place Squad community.", "links": {"subreddit": ["placesquad"], "discord": ["Pk586W2aTA"]}, "path": {"140-155": [[1578, 977], [1583, 977], [1583, 986], [1578, 986], [1578, 977], [1579, 977]]}, "center": {"140-155": [1581, 982]}}, -{"id": "vm1va9", "name": "The Perplex One", "description": "A simple perplex face =|/n/nBuild by : /n- Gastar/n- Julot /n/n| Part of the Place Squad Community |", "links": {"subreddit": ["placesquad"], "discord": ["Pk586W2aTA"]}, "path": {"147-150": [[1584, 1041], [1590, 1041], [1590, 1046], [1584, 1046]]}, "center": {"147-150": [1587, 1044]}}, +{"id": "vm1va9", "name": "The Perplexed One", "description": "A simple perplexed face. =|\n\nBuilt by Gastar and Julot as part of the Place Squad community.", "links": {"subreddit": ["placesquad"], "discord": ["Pk586W2aTA"]}, "path": {"146-151": [[1584, 1041], [1590, 1041], [1590, 1046], [1584, 1046]]}, "center": {"146-151": [1587, 1044]}}, {"id": "vq91lq", "name": "Worldbox Logo", "description": "Game Logo for the 2d sandbox god simulator worldbox", "links": {"subreddit": ["worldbox"]}, "path": {"164": [[581, 1667], [589, 1672], [589, 1679], [580, 1681], [580, 1683], [579, 1684], [571, 1688], [559, 1688], [553, 1682], [549, 1682], [546, 1678], [546, 1674], [545, 1670], [547, 1669], [552, 1669], [552, 1667], [555, 1664], [558, 1667], [563, 1663], [566, 1665], [570, 1663], [571, 1663], [572, 1664], [573, 1665], [574, 1665], [576, 1666], [577, 1666], [579, 1666], [581, 1668]]}, "center": {"164": [567, 1676]}}, {"id": "vplx6s", "name": "Green Lattice-Spain heart", "description": "A short-lived heart between Green Lattice and Spain that was designed by TwistedRainbow#5872 before it was overtaken by France.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain"], "subreddit": ["GreenLattice", "esPlace", "spain"]}, "path": {"113": [[1503, 1549], [1501, 1551], [1501, 1553], [1506, 1558], [1511, 1554], [1511, 1549], [1508, 1549], [1507, 1550], [1505, 1550], [1504, 1549]]}, "center": {"113": [1506, 1553]}}, {"id": "vr9h3e", "name": "Baby Yoshi", "description": "Baby Yoshi is a baby form of Yoshi, a dinosaur character in Nintendo's Mario series who debuted the game Super Mario World.", "links": {"website": ["https://www.mariowiki.com/Baby_Yoshi"], "subreddit": ["Mario"]}, "path": {"25-55": [[832, 179], [831, 178], [831, 176], [832, 175], [834, 175], [834, 174], [836, 174], [836, 172], [837, 172], [837, 171], [839, 171], [840, 172], [841, 173], [842, 174], [843, 175], [843, 177], [842, 178], [842, 179], [843, 180], [846, 180], [846, 184], [845, 185], [844, 186], [837, 186], [836, 186], [835, 185], [834, 184], [834, 183], [834, 182], [835, 181], [835, 180], [834, 179]]}, "center": {"25-55": [838, 177]}}, @@ -9844,7 +9841,7 @@ {"id": "118m1j6", "name": "r/SS13", "description": "Subreddit focused on the game Space Station 13.", "links": {"subreddit": ["SS13"]}, "path": {"58-163, T:0-1": [[1704, 570], [1704, 576], [1726, 576], [1726, 570]]}, "center": {"58-163, T:0-1": [1715, 573]}}, {"id": "118m0t3", "name": "r/ss14", "description": "Space Station 14 is a remake of Space Station 13. The community subreddit, r/ss14, was one of the Space Station 13 communities that worked with r/SS13 to bring the SS13 spot to the canvas.", "links": {"website": ["https://spacestation14.io/"], "subreddit": ["ss14"]}, "path": {"60-163, T:0-1": [[1704, 576], [1704, 582], [1726, 582], [1726, 576]]}, "center": {"60-163, T:0-1": [1715, 579]}}, {"id": "118mf73", "name": "Lesbian flag", "description": "A pride flag representing the lesbian community. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian"]}, "path": {"142-145": [[1702, 498], [1702, 523], [1707, 526], [1707, 528], [1702, 530], [1702, 533], [1704, 533], [1704, 537], [1707, 537], [1707, 547], [1706, 548], [1706, 550], [1710, 555], [1711, 555], [1711, 569], [1713, 569], [1713, 542], [1711, 542], [1711, 535], [1712, 534], [1712, 531], [1710, 528], [1710, 525], [1709, 524], [1709, 518], [1708, 518], [1708, 515], [1704, 511], [1704, 507], [1705, 505], [1715, 501], [1715, 500], [1709, 500], [1707, 498]], "124-133": [[1702, 498], [1702, 523], [1707, 526], [1707, 528], [1702, 530], [1702, 533], [1704, 533], [1704, 537], [1707, 537], [1707, 547], [1706, 548], [1706, 550], [1710, 555], [1711, 555], [1711, 569], [1713, 569], [1713, 542], [1711, 542], [1711, 535], [1712, 534], [1712, 531], [1710, 528], [1710, 525], [1709, 524], [1709, 518], [1708, 518], [1708, 515], [1704, 511], [1704, 507], [1705, 505], [1715, 501], [1715, 500], [1709, 500], [1707, 498], [1702, 498], [1702, 474], [1711, 474], [1711, 475], [1705, 478], [1702, 478]], "78-123": [[1702, 498], [1702, 569], [1713, 569], [1713, 544], [1711, 544], [1711, 535], [1713, 533], [1713, 532], [1711, 530], [1711, 529], [1709, 527], [1708, 527], [1708, 524], [1707, 524], [1707, 514], [1702, 514], [1702, 508], [1704, 508], [1704, 505], [1705, 504], [1707, 504], [1710, 501], [1707, 498], [1702, 498], [1702, 474], [1712, 474], [1712, 475], [1706, 478], [1702, 478]], "71-77": [[1702, 498], [1702, 569], [1713, 569], [1713, 544], [1711, 544], [1711, 535], [1713, 533], [1713, 532], [1711, 530], [1711, 529], [1709, 527], [1708, 527], [1708, 524], [1707, 524], [1707, 514], [1702, 514], [1702, 508], [1704, 508], [1704, 505], [1705, 504], [1707, 504], [1710, 501], [1707, 498], [1702, 498], [1702, 466], [1713, 466], [1713, 474], [1711, 474], [1706, 478], [1702, 478]], "57-70": [[1702, 548], [1702, 569], [1713, 569], [1713, 548]], "24-37": [[0, 678], [0, 686], [2, 686], [2, 687], [20, 687], [20, 679], [2, 679], [2, 678]], "146-157, T:0-1": [[1702, 498], [1702, 511], [1702, 524], [1706, 524], [1707, 526], [1707, 528], [1703, 530], [1703, 532], [1706, 532], [1709, 536], [1709, 554], [1710, 555], [1710, 560], [1713, 560], [1713, 543], [1711, 543], [1711, 529], [1708, 520], [1707, 521], [1702, 521], [1702, 511], [1705, 511], [1705, 506], [1710, 501], [1706, 498], [1702, 498], [1702, 474], [1707, 474], [1707, 476], [1705, 478], [1702, 478]]}, "center": {"142-145": [1708, 532], "124-133": [1708, 532], "78-123": [1708, 557], "71-77": [1708, 560], "57-70": [1708, 559], "24-37": [15, 683], "146-157, T:0-1": [1705, 501]}}, -{"id": "1183hzf", "name": "Lumini X 3", "description": "Lumini > 3", "links": {"website": ["https://www.twitch.tv/gorgc"], "subreddit": ["gorgc"]}, "path": {"109-166, T:0-1": [[1591, 1036], [1591, 1017], [1574, 1017], [1574, 1036]]}, "center": {"109-166, T:0-1": [1583, 1027]}}, +{"id": "1183hzf", "name": "Lumini X 3", "description": "Lumini > 3", "links": {"website": ["https://www.twitch.tv/gorgc"], "subreddit": ["gorgc"]}, "path": {"150-166, T:0-1": [[1591, 1036], [1591, 1017], [1574, 1017], [1574, 1036]]}, "center": {"150-166, T:0-1": [1583, 1027]}}, {"id": "118n4a0", "name": "No gods, no masters", "description": "A slogan used by the anarchists.", "links": {"website": ["https://en.wikipedia.org/wiki/Anarchist_symbolism#No_gods,_no_masters"], "subreddit": ["Hasan_Piker", "okbuddyhasan"]}, "path": {"64-74": [[1750, 530], [1750, 538], [1848, 538], [1848, 530]]}, "center": {"64-74": [1799, 534]}}, {"id": "118mwuj", "name": "Atlantic Coast Conference", "description": "The Atlantic Coast Conference (ACC) is an athletic conference of colleges in the eastern United States.", "links": {"website": ["http://www.theacc.com/", "https://en.wikipedia.org/wiki/Atlantic_Coast_Conference"]}, "path": {"68-97": [[1774, 596], [1774, 606], [1800, 606], [1800, 596]]}, "center": {"68-97": [1787, 601]}}, {"id": "118mt13", "name": "Flag of Honduras", "description": "Honduras is a country in Central America.", "links": {"website": ["https://en.wikipedia.org/wiki/Honduras", "https://en.wikipedia.org/wiki/Flag_of_Honduras"], "subreddit": ["Honduras"]}, "path": {"123-135": [[1727, 579], [1727, 589], [1738, 589], [1738, 587], [1739, 587], [1739, 583], [1736, 579]], "70-91": [[1763, 894], [1763, 900], [1771, 900], [1771, 894]], "104-109": [[1869, 971], [1869, 985], [1920, 985], [1920, 971]], "98-103": [[1869, 971], [1869, 985], [1888, 985], [1888, 971]]}, "center": {"123-135": [1733, 584], "70-91": [1767, 897], "104-109": [1895, 978], "98-103": [1879, 978]}}, @@ -10021,7 +10018,7 @@ {"id": "11u5ks4", "name": "Republican Rat", "description": "Republican Rat is a character played by variety YouTuber and streamer Quackity on Dream SMP, a series for the game Minecraft.", "links": {"website": ["https://youtube.fandom.com/wiki/Quackity", "https://www.youtube.com/channel/UC_8NknAFiyhOUaZqHR3lq3Q", "https://www.twitch.tv/quackity"], "subreddit": ["quackity"]}, "path": {"70-84": [[1347, 644], [1347, 671], [1372, 671], [1372, 644]], "109-141": [[1460, 629], [1460, 660], [1489, 660], [1489, 629]]}, "center": {"70-84": [1360, 658], "109-141": [1475, 645]}}, {"id": "11u7ue4", "name": "Salakót", "description": "A traditional woven hat worn in the Philippines to protect against sunlight and rain.", "links": {"website": ["https://en.wikipedia.org/wiki/Salakot"], "subreddit": ["Philippines"]}, "path": {"157-166, 60-145, T:0-1": [[1352, 602], [1347, 604], [1340, 609], [1340, 611], [1347, 611], [1354, 613], [1363, 620], [1366, 620], [1366, 615], [1361, 605], [1359, 603], [1354, 602]]}, "center": {"157-166, 60-145, T:0-1": [1356, 608]}}, {"id": "11u94rm", "name": "r/Philippines", "description": "Subreddit focused on the country of the Philippines.", "links": {"subreddit": ["Philippines"]}, "path": {"66-68": [[1396, 653], [1396, 659], [1413, 659], [1413, 653], [1405, 653], [1405, 651], [1402, 651], [1402, 653]]}, "center": {"66-68": [1404, 656]}}, -{"id": "11u8wbs", "name": "Flag of Colombia", "description": "Colombia is a country on the northwest coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Flag_of_Colombia"], "subreddit": ["Colombia"]}, "path": {"108-143": [[1374, 599], [1374, 613], [1589, 613], [1589, 599]], "144-146": [[1563, 599], [1563, 613], [1589, 613], [1589, 599]], "147-152": [[1490, 599], [1490, 613], [1549, 613], [1549, 599]], "59-107": [[1374, 599], [1374, 613], [1589, 613], [1589, 599], [1482, 599], [1482, 613], [1453, 613], [1453, 599]], "163-166, T:0-1": [[1991, 643], [1991, 647], [2000, 647], [2000, 643]]}, "center": {"108-143": [1482, 606], "144-146": [1576, 606], "147-152": [1520, 606], "59-107": [1493, 606], "163-166, T:0-1": [1996, 645]}}, +{"id": "11u8wbs", "name": "Flag of Colombia", "description": "Colombia is a country on the northwest coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Flag_of_Colombia"], "subreddit": ["Colombia"]}, "path": {"108-143": [[1374, 599], [1374, 613], [1589, 613], [1589, 599]], "144-146": [[1563, 599], [1563, 613], [1589, 613], [1589, 599]], "147-152": [[1490, 599], [1490, 613], [1549, 613], [1549, 599]], "59-107": [[1374, 599], [1374, 613], [1589, 613], [1589, 599], [1482, 599], [1482, 613], [1453, 613], [1453, 599]], "153-154": [[1509, 1046], [1509, 1052], [1518, 1052], [1518, 1050], [1515, 1048], [1515, 1046]], "163-166, T:0-1": [[1991, 643], [1991, 647], [2000, 647], [2000, 643]]}, "center": {"108-143": [1482, 606], "144-146": [1576, 606], "147-152": [1520, 606], "59-107": [1493, 606], "153-154": [1512, 1049], "163-166, T:0-1": [1996, 645]}}, {"id": "11uun41", "name": "r/omie", "description": "Subreddit focused on the Twitch streamer Omie.", "links": {"website": ["https://www.twitch.tv/omie"], "subreddit": ["omie"]}, "path": {"66-71": [[1415, 675], [1415, 681], [1439, 681], [1439, 675]], "151-152, 72-143": [[1415, 671], [1415, 681], [1442, 681], [1442, 671]]}, "center": {"66-71": [1427, 678], "151-152, 72-143": [1429, 676]}}, {"id": "11uujc9", "name": "Twitch", "description": "Twitch is a livestreaming website focused on video game streaming.", "links": {"website": ["https://www.twitch.tv/", "https://en.wikipedia.org/wiki/Twitch_(service)"], "subreddit": ["NoPixel"]}, "path": {"94": [[1477, 673], [1477, 683], [1480, 686], [1482, 684], [1487, 684], [1487, 673], [1503, 673], [1500, 675], [1500, 683], [1503, 686], [1505, 686], [1509, 683], [1513, 683], [1513, 673]], "95-104": [[1477, 673], [1477, 684], [1479, 684], [1479, 686], [1481, 686], [1487, 681], [1487, 673]], "110-132": [[1893, 614], [1893, 619], [1894, 620], [1894, 622], [1895, 622], [1900, 618], [1900, 614]], "133-166": [[1894, 614], [1894, 621], [1895, 622], [1895, 624], [1896, 624], [1903, 620], [1903, 614]]}, "center": {"94": [1505, 679], "95-104": [1482, 678], "110-132": [1896, 617], "133-166": [1898, 618]}}, {"id": "11uucfe", "name": "Spyro", "description": "Spyro is the titular purple dragon character from the game series Spyro, first appearing in the game Spyro the Dragon.", "links": {"website": ["https://en.wikipedia.org/wiki/Spyro_(character)"]}, "path": {"150-159": [[1479, 661], [1477, 663], [1477, 664], [1481, 664], [1482, 665], [1482, 666], [1479, 668], [1478, 669], [1478, 670], [1486, 670], [1486, 667], [1484, 664], [1481, 661]], "101-142": [[1478, 662], [1476, 664], [1476, 665], [1480, 665], [1480, 667], [1478, 669], [1478, 670], [1486, 670], [1486, 667], [1481, 662]], "160-166, T:0-1": [[1477, 660], [1477, 670], [1487, 670], [1487, 660]]}, "center": {"150-159": [1484, 668], "101-142": [1483, 667], "160-166, T:0-1": [1482, 665]}}, @@ -10431,7 +10428,7 @@ {"id": "twh6qc", "name": "Myth", "description": "Myth (Meth) is a Twitch streamer. This skull and title were created by Myth's community.", "links": {"website": ["https://www.twitch.tv/myth"], "subreddit": ["TheMyth"]}, "path": {"139-154": [[1525, 1125], [1591, 1125], [1591, 908], [1587, 908], [1587, 898], [1525, 898]], "109-138": [[1525, 898], [1525, 1149], [1591, 1149], [1591, 908], [1587, 908], [1587, 898]], "107-108": [[1525, 898], [1525, 999], [1591, 999], [1591, 908], [1587, 908], [1587, 898]], "56-100": [[1524, 898], [1524, 999], [1588, 999], [1588, 898]]}, "center": {"139-154": [1558, 1012], "109-138": [1558, 1024], "107-108": [1558, 949], "56-100": [1556, 949]}}, {"id": "13f688x", "name": "Madvillainy", "description": "Madvillainy is a collaboration album by rappers MF DOOM and Madlib, under the moniker \"Madvillain\".", "links": {"website": ["https://www.youtube.com/watch?v=zQ0yXh_ADlQ&list=PL9dk_xtWpAkKs1-EKcvq-nKwdaaS-3czd", "https://en.wikipedia.org/wiki/Madvillainy"], "subreddit": ["mfdoom"]}, "path": {"56-166, T:0-1": [[1588, 879], [1588, 897], [1606, 897], [1606, 879]]}, "center": {"56-166, T:0-1": [1597, 888]}}, {"id": "13f6met", "name": "Nett hier", "description": "\"Nett hier\" is a Germany phrase that means \"Nice here\". Stickers with the phrase became a meme in German subreddits.", "links": {"subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"66-72": [[1553, 833], [1536, 838], [1529, 842], [1526, 845], [1526, 851], [1530, 856], [1534, 860], [1552, 866], [1578, 866], [1591, 862], [1599, 858], [1604, 851], [1604, 845], [1601, 842], [1589, 836], [1575, 833]]}, "center": {"66-72": [1565, 850]}}, -{"id": "13f6jy4", "name": "IZ*ONE", "description": "IZ*ONE (Hangul: 아이즈원) is a former South Korean–Japanese girl group composed of twelve members: Jang Won-young, Sakura Miyawaki, Jo Yu-ri, Choi Ye-na, An Yu-jin, Nako Yabuki, Kwon Eun-bi, Kang Hye-won, Hitomi Honda, Kim Chae-won, Kim Min-ju, and Lee Chae-yeon. They officially disbanded on April 29, 2021.", "links": {"website": ["https://web.archive.org/web/20210430142259/http://iz-one.co.kr/", "https://en.wikipedia.org/wiki/Iz*One"], "subreddit": ["iZone", "kpop"]}, "path": {"58-118": [[1533, 889], [1533, 897], [1557, 897], [1557, 889]]}, "center": {"58-118": [1545, 893]}}, +{"id": "13f6jy4", "name": "IZ*ONE", "description": "IZ*ONE (Korean: 아이즈원) is a former South Korean–Japanese girl group co-managed by Off The Record Entertainment and Vernalossom, comprised of twelve members: Jang Won-young, Sakura Miyawaki, Jo Yu-ri, Choi Ye-na, An Yu-jin, Nako Yabuki, Kwon Eun-bi, Kang Hye-won, Hitomi Honda, Kim Chae-won, Kim Min-ju, and Lee Chae-yeon. The name IZ*ONE signifies twelve stars coming together as one. They formed on October 29, 2018 from the hit TV show \"Produce 48\", the third season of Mnet's Produce idol project competition series, debuting with the title track \"La Vie en Rose\". Each of their releases broke numerous records, with \"La Vie En Rose\", \"Fiesta\", and \"Panorama\" receiving international success. They officially disbanded on April 29, 2021. Though no longer together, the former members continue to find success in the K-pop industry.", "links": {"website": ["https://web.archive.org/web/20210430142259/http://iz-one.co.kr/", "https://en.wikipedia.org/wiki/Iz*One"], "subreddit": ["iZone", "kpop"]}, "path": {"58-118": [[1533, 889], [1533, 897], [1557, 897], [1557, 889]]}, "center": {"58-118": [1545, 893]}}, {"id": "13fxyob", "name": "Technocracy", "description": "Technocracy is an ideology advocating a form of government based on expert based decision-making, as well as broad changes to the society and economy. This monad symbol represents technocracy along with the organization Technocracy Inc.", "links": {"website": ["https://en.wikipedia.org/wiki/Technocracy", "https://www.technocracyinc.org/"], "subreddit": ["Technocracy"]}, "path": {"61-90": [[852, 166], [852, 177], [863, 177], [863, 166]]}, "center": {"61-90": [858, 172]}}, {"id": "13f6pgw", "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"90": [[1505, 844], [1502, 850], [1499, 852], [1500, 853], [1501, 853], [1504, 851], [1506, 853], [1518, 853], [1518, 844]], "91": [[1506, 844], [1498, 852], [1500, 854], [1501, 854], [1503, 852], [1509, 858], [1516, 851], [1508, 843]]}, "center": {"90": [1509, 849], "91": [1508, 850]}}, {"id": "u8sg8x", "name": "r/GIDLE", "description": "Subreddit focused on the K-pop group (G)I-DLE.", "links": {"subreddit": ["GIDLE"]}, "path": {"72-122": [[1687, 870], [1687, 878], [1715, 878], [1715, 870]]}, "center": {"72-122": [1701, 874]}}, @@ -10764,5 +10761,20 @@ {"id": "twl19n", "name": "BoA", "description": "Kwon Bo-ah, known professionally as BoA, is a South Korean singer, songwriter, dancer, record producer and actress who has been active since 2000. One of the most successful and influential Korean entertainers, she has been dubbed the \"Queen of K-pop\" and has been cited as the influence of countless singers and idols today.", "links": {"website": ["https://en.wikipedia.org/wiki/BoA", "https://www.smtown.com/artist/musician/1"], "subreddit": ["kpop"]}, "path": {"114-151": [[1478, 1034], [1478, 1044], [1494, 1044], [1494, 1034]]}, "center": {"114-151": [1486, 1039]}}, {"id": "twh21t", "name": "EXO", "description": "Exo is a South Korean-Chinese boy group under Sm Entertainment, consisting of nine members: Xiumin, Suho, Lay, Baekhyun, Chen, Chanyeol, D.O., Kai, and Sehun. They debuted in 2012.", "links": {"website": ["https://www.smtown.com/artist/musician/86", "https://en.wikipedia.org/wiki/Exo"], "subreddit": ["exo", "kpop"]}, "path": {"115-151": [[1492, 1017], [1509, 1017], [1509, 1027], [1492, 1027]]}, "center": {"115-151": [1501, 1022]}}, {"id": "491", "name": "SEVENTEEN", "description": "SEVENTEEN is a 13-member South Korean boy group managed by Pledis Entertainment.", "links": {"website": ["http://www.pledis.co.kr/html/artist/seventeen", "https://twitter.com/pledis_17", "https://en.wikipedia.org/wiki/Seventeen_(South_Korean_band)"], "subreddit": ["seventeen", "kpop"]}, "path": {"111-152": [[1451, 1035], [1451, 1044], [1478, 1044], [1478, 1035]]}, "center": {"111-152": [1465, 1040]}}, -{"id": "492", "name": "CARAT", "description": "CARAT is the fandom name for the K-pop boy group SEVENTEEN. They are frequently represented with carrots as a pun on the name.", "links": {"website": ["https://carat.fandom.com/wiki/CARAT"], "subreddit": ["seventeen", "kpop"]}, "path": {"134-152": [[1475, 1036], [1471, 1040], [1471, 1043], [1473, 1043], [1477, 1039], [1477, 1038]], "113-133": [[1476, 1036], [1472, 1040], [1472, 1043], [1474, 1043], [1478, 1039], [1478, 1038]]}, "center": {"134-152": [1474, 1040], "113-133": [1475, 1040]}} +{"id": "492", "name": "CARAT", "description": "CARAT is the fandom name for the K-pop boy group SEVENTEEN. They are frequently represented with carrots as a pun on the name.", "links": {"website": ["https://carat.fandom.com/wiki/CARAT"], "subreddit": ["seventeen", "kpop"]}, "path": {"134-152": [[1475, 1036], [1471, 1040], [1471, 1043], [1473, 1043], [1477, 1039], [1477, 1038]], "113-133": [[1476, 1036], [1472, 1040], [1472, 1043], [1474, 1043], [1478, 1039], [1478, 1038]]}, "center": {"134-152": [1474, 1040], "113-133": [1475, 1040]}}, +{"id": "493", "name": "Jujalag-Alexelcapo heart", "description": "A heart with the colors of Spanish streamers Jujalag and Alexelcapo.", "links": {"website": ["https://www.twitch.tv/jujalag", "https://www.twitch.tv/alexelcapo"], "subreddit": ["SorryLay"]}, "path": {"152-166, T:0-1": [[1521, 1002], [1519, 1004], [1519, 1007], [1524, 1012], [1525, 1012], [1530, 1007], [1530, 1004], [1528, 1002]]}, "center": {"152-166, T:0-1": [1524, 1006]}}, +{"id": "494", "name": "Adam Wainwright", "description": "Adam Wainwright (#50) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Adam_Wainwright"], "subreddit": ["Cardinals"]}, "path": {"159-162": [[1582, 1051], [1582, 1057], [1590, 1057], [1590, 1051]]}, "center": {"159-162": [1586, 1054]}}, +{"id": "495", "name": "Albert Pujols", "description": "Albert Pujols (#5) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Albert_Pujols"], "subreddit": ["Cardinals"]}, "path": {"154-166, T:0-1": [[1575, 1038], [1575, 1044], [1579, 1044], [1579, 1038]]}, "center": {"154-166, T:0-1": [1577, 1041]}}, +{"id": "496", "name": "Yadier Molina", "description": "Yadier Molina (#47) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Yadier_Molina"], "subreddit": ["Cardinals"]}, "path": {"156-166, T:0-1": [[1575, 1044], [1575, 1048], [1577, 1048], [1577, 1050], [1579, 1050], [1579, 1044]]}, "center": {"156-166, T:0-1": [1577, 1046]}}, +{"id": "497", "name": "Flag of Spain", "description": "Spain is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain", "https://en.wikipedia.org/wiki/Flag_of_Spain"], "subreddit": ["SorryLag"]}, "path": {"162-166, T:0-1": [[1568, 1045], [1568, 1050], [1574, 1050], [1574, 1045]]}, "center": {"162-166, T:0-1": [1571, 1048]}}, +{"id": "498", "name": "Super Junior", "description": "Super Junior, abbreviated as SuJu, is a K-pop boy band.", "links": {"website": ["https://www.smtown.com/artist/musician/39", "https://en.wikipedia.org/wiki/Super_Junior"], "subreddit": ["kpop"]}, "path": {"116-151": [[1501, 1027], [1501, 1035], [1525, 1035], [1525, 1027]]}, "center": {"116-151": [1513, 1031]}}, +{"id": "499", "name": "Weki Meki", "description": "Weki Meki, abbreviated as WEME, is a K-pop girl group.", "links": {"website": ["http://fantagio.kr/musicians/%EC%9C%84%ED%82%A4%EB%AF%B8%ED%82%A4/", "https://en.wikipedia.org/wiki/Weki_Meki"], "subreddit": ["kpop"]}, "path": {"115-166, T:0-1": [[1497, 1044], [1497, 1056], [1510, 1056], [1510, 1044]]}, "center": {"115-166, T:0-1": [1504, 1050]}}, +{"id": "twkqhy", "name": "BILLLIE", "description": "BILLLIE is a 7-member K-pop girl group under Mystic Story. They debuted in November 2021 with the single \"Ring X Ring\"", "links": {"website": ["http://mysticstory.net/artist/billlie", "https://en.wikipedia.org/wiki/Billlie"], "subreddit": ["BILLLIE", "kpop"]}, "path": {"114-151": [[1504, 1034], [1504, 1044], [1525, 1044], [1525, 1034]]}, "center": {"114-151": [1515, 1039]}}, +{"id": "501", "name": "Emblem of Saudi Arabia", "description": "The national emblem of Saudi Arabia features a palm tree and crossed swords.", "links": {"website": ["https://en.wikipedia.org/wiki/Emblem_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"115-166, T:0-1": [[1604, 1045], [1599, 1048], [1596, 1051], [1596, 1053], [1598, 1053], [1598, 1055], [1600, 1055], [1600, 1057], [1602, 1057], [1602, 1063], [1601, 1063], [1600, 1062], [1595, 1062], [1593, 1064], [1593, 1065], [1598, 1065], [1598, 1070], [1600, 1072], [1609, 1072], [1611, 1070], [1611, 1065], [1616, 1065], [1616, 1064], [1614, 1062], [1609, 1062], [1607, 1063], [1607, 1057], [1609, 1057], [1609, 1055], [1611, 1055], [1611, 1053], [1613, 1053], [1613, 1051], [1610, 1048], [1605, 1045]]}, "center": {"115-166, T:0-1": [1604, 1052]}}, +{"id": "502", "name": "Mabkhara", "description": "A mabkhara is a traditional incense burner found in Arab countries such as Saudi Arabia.", "links": {"website": ["https://en.wikipedia.org/wiki/Mabkhara"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"148-166, T:0-1": [[1616, 1052], [1616, 1055], [1617, 1056], [1617, 1061], [1620, 1067], [1620, 1071], [1619, 1071], [1619, 1074], [1627, 1074], [1627, 1071], [1626, 1071], [1626, 1067], [1629, 1061], [1629, 1052]]}, "center": {"148-166, T:0-1": [1623, 1058]}}, +{"id": "503", "name": "Dallah", "description": "A dallah is a traditional Arabic coffee pot.", "links": {"website": ["https://en.wikipedia.org/wiki/Dallah_(coffee_pot)"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"117-166, T:0-1": [[1631, 1059], [1630, 1060], [1631, 1061], [1631, 1063], [1628, 1063], [1628, 1066], [1627, 1067], [1627, 1072], [1629, 1074], [1631, 1074], [1633, 1072], [1633, 1068], [1635, 1068], [1637, 1071], [1639, 1073], [1641, 1073], [1644, 1070], [1644, 1068], [1642, 1066], [1642, 1064], [1638, 1060], [1632, 1060]]}, "center": {"117-166, T:0-1": [1635, 1064]}}, +{"id": "504", "name": "Thobe Peepo", "description": "A thobe is a robe typically worn in Arab countries like Saudi Arabia. The meme character Peepo is wearing a thobe in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Thawb", "https://knowyourmeme.com/memes/peepo"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"116-166, T:0-1": [[1633, 1045], [1631, 1047], [1629, 1053], [1629, 1056], [1630, 1056], [1632, 1054], [1632, 1058], [1634, 1060], [1638, 1060], [1640, 1058], [1640, 1056], [1641, 1055], [1641, 1052], [1642, 1051], [1642, 1047], [1640, 1045]]}, "center": {"116-166, T:0-1": [1636, 1050]}}, +{"id": "505", "name": "r/Lain", "description": "Subreddit focused on the anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"147-166, T:0-1": [[1545, 1072], [1545, 1078], [1567, 1078], [1567, 1072]]}, "center": {"147-166, T:0-1": [1556, 1075]}}, +{"id": "506", "name": "Caliebre-Jujalag heart", "description": "A heart with the colors of Spanish streamers Caliebre and Jujalag.", "links": {"website": ["https://www.twitch.tv/caliebre", "https://www.twitch.tv/jujalag"], "subreddit": ["Caliebre", "SorryLag"]}, "path": {"162-166, T:0-1": [[1572, 1003], [1570, 1005], [1570, 1006], [1573, 1009], [1576, 1006], [1576, 1005], [1574, 1003]]}, "center": {"162-166, T:0-1": [1573, 1006]}}, +{"id": "twppaz2", "name": "Scoti", "description": "Art made by the Scoti community. Originally made by three people.", "links": {"subreddit": ["ScotiVerso"]}, "path": {"149-160": [[1575, 1083], [1575, 1087], [1573, 1087], [1573, 1089], [1576, 1092], [1579, 1089], [1579, 1087], [1581, 1085], [1581, 1083]]}, "center": {"149-160": [1577, 1088]}} ] \ No newline at end of file From 6ae81f998f52c125453dc7bbb0f53e6769108678 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sun, 25 Jun 2023 00:06:56 -0500 Subject: [PATCH 17/17] Updated (1600, 1000) to (1700, 1100) --- web/atlas.json | 59 +++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/web/atlas.json b/web/atlas.json index dbb30db1..12cc0872 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -799,7 +799,7 @@ {"id": "twrqws", "name": "Juan Alberto & Maria Isabel", "description": "A tribute to the relationship of the Spanish Twitch streamer IlloJuan (also known as Juan Alberto García and LMDShow) with Maria Isabel Rodríguez. Inspired by peepoJuan and peepoMasi Better Twitch TV emotes.", "links": {"subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[342, 1339], [375, 1339], [375, 1350], [342, 1350]]}, "center": {"109-165, T:0-1": [359, 1345]}}, {"id": "twrqvb", "name": "Alone Cord", "description": "Small Discord server of friends. Fought hard for the territory against r/belgium.", "links": {}, "path": {"109-166, T:0-1": [[1268, 1876], [1299, 1876], [1299, 1887], [1268, 1887]]}, "center": {"109-166, T:0-1": [1284, 1882]}}, {"id": "twrqti", "name": "Severance", "description": "The logo of Lumon Industries from the TV show Severance.", "links": {"subreddit": ["SeveranceAppleTVPlus"]}, "path": {"109-166, T:0-1": [[895, 1736], [926, 1736], [926, 1745], [895, 1745]]}, "center": {"109-166, T:0-1": [911, 1741]}}, -{"id": "twrqqt", "name": "Pokelawls", "description": "Image depicts twitch streamer pokelawls smoking from a bong. Created by pokelawls and his community.", "links": {"website": ["https://www.twitch.tv/pokelawls"], "subreddit": ["pokelawls"]}, "path": {"109-166, T:0-1": [[1645, 1075], [1692, 1075], [1692, 1121], [1646, 1120]]}, "center": {"109-166, T:0-1": [1669, 1098]}}, +{"id": "twrqqt", "name": "Pokelawls", "description": "Pokelawls is a Twitch streamer. He is depicted smoking from a bong.\n\nThis art was created by Pokelawls and his community.", "links": {"website": ["https://www.twitch.tv/pokelawls"], "subreddit": ["pokelawls"]}, "path": {"110-123": [[1646, 1060], [1646, 1088], [1674, 1088], [1674, 1060]], "136-166, T:0-1": [[1645, 1074], [1693, 1074], [1693, 1121], [1645, 1121]]}, "center": {"110-123": [1660, 1074], "136-166, T:0-1": [1669, 1098]}}, {"id": "twrql4", "name": "TRIA.os", "description": "TRIA.os is a platforming game made in the game platform Roblox. Made in January 2021, the game is based on another Roblox game, Flood Escape 2, and has over a million plays.", "links": {"website": ["https://www.roblox.com/games/6311279644/TRIA-os-0-6-1"], "subreddit": ["place_CentralAlliance"], "discord": ["tria"]}, "path": {"17": [[626, 978], [623, 980], [631, 991], [632, 991], [635, 987], [635, 983], [633, 980], [630, 978]], "18-55": [[598, 960], [595, 962], [593, 965], [593, 969], [595, 972], [598, 974], [602, 974], [605, 972], [607, 968], [607, 965], [605, 962], [602, 960]], "151-166, 56-145, T:0-1": [[593, 948], [593, 974], [607, 974], [607, 964], [608, 964], [608, 960], [609, 960], [609, 954], [609, 952], [608, 952], [608, 951], [607, 951], [607, 948], [600, 948]]}, "center": {"17": [630, 983], "18-55": [600, 967], "151-166, 56-145, T:0-1": [601, 957]}}, {"id": "twrqhj", "name": "Dream", "description": "Dream (DreamWasTaken) is an American YouTuber and Twitch streamer who is known primarily for creating content of the game Minecraft. Dream gained substantial popularity in 2019 and 2020 from his videos based around the game Minecraft. He is known for his YouTube series Minecraft Manhunt and his speedruns of Minecraft. He is also part of the content creator group Dream Team, along with GeorgeNotFound and Sapnap. Content created in his Dream SMP Minecraft server has also attracted considerable attention. As of January 26, 2022, his seven YouTube channels have collectively reached over 39 million subscribers and over 2.9 billion total views. YouTube awarded Dream the Streamy Award for Gaming in 2020 and 2021.\n\nThis art of Dream was started and maintained by fans on (mostly) Twitter. It was helped by Dream himself later during a stream. It's an example of the support from his fandom even when he is offline. Despite being tampered with by \"antis\" of Dream, the art is still recognizable.", "links": {"website": ["https://www.youtube.com/c/dream", "https://en.wikipedia.org/wiki/Dream_(YouTuber)"], "subreddit": ["DreamWasTaken", "dreamsmp"]}, "path": {"112-165, T:0-1": [[136, 1014], [189, 1014], [189, 1084], [136, 1084]]}, "center": {"112-165, T:0-1": [163, 1049]}}, {"id": "twrq9w", "name": "Jelledot", "description": "Jelledot is a Twitch streamer.", "links": {"website": ["https://www.twitch.tv/jelledot"]}, "path": {"142-143": [[1953, 760], [1953, 769], [1962, 769], [1962, 760]], "144-167, T:0-1": [[1953, 744], [1953, 752], [1962, 752], [1962, 744]]}, "center": {"142-143": [1958, 765], "144-167, T:0-1": [1958, 748]}}, @@ -811,7 +811,7 @@ {"id": "twrp78", "name": "Beastars", "description": "Beastars is a manga and anime.\n\nThis art was built by r/Beastars and Project Cherryton (Imaginary Badger).", "links": {"website": ["https://en.wikipedia.org/wiki/Beastars"], "subreddit": ["Beastars"]}, "path": {"122-136": [[1963, 696], [1963, 727], [1983, 727], [1983, 696]], "148-164, T:0-1": [[1333, 381], [1333, 383], [1335, 388], [1336, 389], [1336, 397], [1342, 397], [1345, 394], [1345, 390], [1344, 389], [1344, 385], [1341, 382], [1337, 382], [1336, 381]]}, "center": {"122-136": [1973, 712], "148-164, T:0-1": [1340, 387]}}, {"id": "twrp1b", "name": "The Yogscast", "description": "The Yogscast is a group of gaming content creators. They are known for games such as Minecraft and Garry's Mod.\n\nThis art features various icons and logos from across the Yogscast community.", "links": {"website": ["https://www.yogscast.com/", "https://en.wikipedia.org/wiki/The_Yogscast"], "subreddit": ["Yogscast", "hrry"]}, "path": {"56-92": [[1514, 204], [1514, 221], [1497, 221], [1497, 272], [1531, 272], [1531, 204]], "93-166, T:0-1": [[1514, 204], [1514, 221], [1497, 221], [1497, 279], [1531, 279], [1531, 204]]}, "center": {"56-92": [1514, 238], "93-166, T:0-1": [1514, 242]}}, {"id": "twrojz", "name": "UIUC Kingfisher", "description": "This is the partial design of the proposed University of Illinois mascot, The Belted Kingfisher, by r/UIUC students, after the first design was covered by STI 2D below.", "links": {"website": ["https://illinois.edu/"], "subreddit": ["UIUC"]}, "path": {"109-164, T:0-1": [[249, 1552], [249, 1600], [279, 1600], [279, 1552], [248, 1551]]}, "center": {"109-164, T:0-1": [264, 1576]}}, -{"id": "twrohx", "name": "Shelly (Large)", "description": "Shelly is the player character in the indie platformer Will You Snail?", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"109-166, T:0-1": [[1676, 1043], [1690, 1043], [1690, 1053], [1676, 1053]]}, "center": {"109-166, T:0-1": [1683, 1048]}}, +{"id": "twrohx", "name": "Shelly", "description": "Shelly the snail is the player character in Jonas Tyroller's indie platformer game Will You Snail?", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"111-122": [[1754, 1065], [1754, 1074], [1768, 1074], [1768, 1064], [1757, 1064], [1757, 1065]], "145-166, T:0-1": [[1676, 1043], [1690, 1043], [1690, 1053], [1676, 1053]]}, "center": {"111-122": [1761, 1069], "145-166, T:0-1": [1683, 1048]}}, {"id": "twrogm", "name": "Energy sword", "description": "Melee weapon from the Halo gaming franchise. Created by xQc and his community.", "links": {"website": ["https://www.halopedia.org/Type-1_energy_sword"], "subreddit": ["halo"]}, "path": {"109-166, T:0-1": [[3, 1236], [11, 1236], [24, 1238], [29, 1245], [26, 1252], [4, 1255], [4, 1260], [10, 1264], [20, 1264], [30, 1259], [45, 1255], [54, 1255], [57, 1253], [165, 1250], [165, 1248], [165, 1242], [74, 1239], [45, 1237], [18, 1227], [11, 1228], [4, 1232]]}, "center": {"109-166, T:0-1": [71, 1246]}}, {"id": "twroad", "name": "Freddie Mercury", "description": "Freddie Mercury is a famous singer and leader of the British rock band Queen. He is depicted here in his iconic pose with his yellow jacket.\n\nThis art was a collaboration between r/ukplace and r/PlacePride, referencing the British singer's homosexuality.", "links": {"website": ["https://i0.wp.com/www.michigandaily.com/wp-content/uploads/2019/04/Screen-Shot-2019-04-22-at-6.26.12-PM.png?fit=562%2C787&ssl=1", "https://en.wikipedia.org/wiki/Freddie_Mercury"], "subreddit": ["ukplace", "unitedkingdom", "PlacePride"]}, "path": {"152-165, T:0-1": [[564, 504], [565, 505], [566, 504], [577, 504], [577, 497], [578, 496], [578, 488], [577, 488], [575, 487], [575, 479], [573, 478], [567, 479], [566, 483], [562, 482], [561, 483], [562, 486], [563, 488], [564, 488], [565, 490], [566, 494], [567, 495], [568, 496], [565, 498], [563, 503], [564, 505]]}, "center": {"152-165, T:0-1": [572, 492]}}, {"id": "twro93", "name": "Celeste Cell Machine Wandersong collab berry", "description": "This was a collaboration between the indie games Celeste, Cell Machine, and Wandersong.", "links": {"subreddit": ["celesteplace", "celestegame", "WandersongFans", "CellMachine"], "discord": ["celeste", "d8vvEN7V", "mzgSMd759F"]}, "path": {"109-166, T:0-1": [[1435, 1287], [1437, 1287], [1437, 1292], [1438, 1295], [1434, 1299], [1433, 1299], [1429, 1295], [1430, 1289], [1433, 1288]]}, "center": {"109-166, T:0-1": [1433, 1293]}}, @@ -851,7 +851,7 @@ {"id": "twrjwj", "name": "Gotaga", "description": "The french monter's logo", "links": {"website": ["https://www.twitch.tv/gotaga"]}, "path": {"109-165, T:0-1": [[397, 1172], [439, 1172], [439, 1219], [397, 1219], [397, 1172], [398, 1172], [410, 1184], [399, 1176]]}, "center": {"109-165, T:0-1": [418, 1195]}}, {"id": "twrjrw", "name": "Fire Emblem", "description": "Fire Emblem is a tactical role-playing game franchise published by Nintendo. Characters shown from left to right are Micaiah, Anna, and Tiki with the Japanese title of the series: ファイアーエムブレム (pronounced Faiāemuburemu).", "links": {"subreddit": ["fireemblem"]}, "path": {"109-166, T:0-1": [[469, 1361], [469, 1395], [529, 1395], [529, 1361]]}, "center": {"109-166, T:0-1": [499, 1378]}}, {"id": "twrjka", "name": "Healthy Gamer Foundation", "description": "The Healthy Gamer Foundation is dedicated to helping the gaming community lead healthier, happier lives.", "links": {"website": ["https://www.healthygamer.gg/"], "subreddit": ["Healthygamergg"]}, "path": {"106-166, T:0-1": [[1797, 308], [1797, 326], [1808, 326], [1810, 324], [1813, 324], [1816, 326], [1824, 326], [1824, 308]]}, "center": {"106-166, T:0-1": [1806, 317]}}, -{"id": "twrjcw", "name": "Red Velvet ReVe Robot", "description": "Designed by Seulgi and named by Yeri, \"ReVe\" is the name of the robot mascot of Red Velvet. \"Reve\" is named based on french word \"rêver\" (dream). Yeri likes that name because it's similar to Reveluv.", "links": {"website": ["https://redvelvet-jp.net/en/"], "subreddit": ["red_velvet"]}, "path": {"109-166, T:0-1": [[1694, 1062], [1707, 1062], [1707, 1073], [1694, 1073]]}, "center": {"109-166, T:0-1": [1701, 1068]}}, +{"id": "twrjcw", "name": "ReVe", "description": "ReVe is the robot mascot of the K-pop girl group Red Velvet, designed by Seulgi and named by Yeri. Its name is based on French word \"rêver\" (dream). Yeri likes the name because it's similar to \"Reveluv\".", "links": {"website": ["https://redvelvet-jp.net/en/", "https://en.wikipedia.org/wiki/Red_Velvet_(group)"], "subreddit": ["red_velvet"]}, "path": {"139-166, T:0-1": [[1693, 1061], [1693, 1074], [1708, 1074], [1708, 1061]]}, "center": {"139-166, T:0-1": [1701, 1068]}}, {"id": "twrjah", "name": "r/SGaP", "description": "r/SGaP is a subreddit about SoGreatAndPowerful, a brony (My Little Pony fandom) musician that first appeared in late 2011. They are recognized for their unique musical style and later sudden erasure of all of their published work and social media. They have returned in subsequent years under the new monikers \"mirrorsforprinces\" and \"Captive Unicorns\". Despite the mysterious communication with fans, SGaP has gained a small yet dedicated cult following, which continues to create musical and artistic tribute content to this day.", "links": {"website": ["https://sogreatandpowerful.com/", "https://mlpfanart.fandom.com/wiki/SoGreatandPowerful"], "subreddit": ["SGaP"]}, "path": {"56-61": [[1802, 196], [1802, 201], [1824, 201], [1824, 196]], "111-166, T:0-1": [[1361, 1289], [1387, 1289], [1387, 1295], [1361, 1295]]}, "center": {"56-61": [1813, 199], "111-166, T:0-1": [1374, 1292]}}, {"id": "twrj8k", "name": "Pulsus", "description": "Pulsus is a free online rhythm game for PC where the player hits incoming beats on a 3x3 tile board. It was developed by TetroGem.", "links": {"website": ["https://pulsus.cc"], "subreddit": ["Pulsus"]}, "path": {"87-128": [[675, 697], [673, 699], [670, 705], [670, 706], [672, 708], [679, 711], [684, 703], [683, 701], [676, 697]], "18-84": [[674, 674], [671, 674], [671, 681], [670, 681], [670, 689], [671, 689], [671, 692], [678, 692], [678, 693], [686, 693], [686, 692], [688, 692], [688, 684], [689, 684], [689, 681], [690, 680], [690, 677], [689, 677], [689, 676], [687, 674], [682, 674], [682, 673], [674, 673]], "5-16": [[670, 682], [670, 683], [667, 683], [667, 690], [666, 690], [666, 694], [667, 694], [667, 697], [674, 697], [674, 698], [678, 698], [678, 697], [681, 697], [681, 690], [682, 690], [682, 686], [681, 686], [681, 683], [674, 683], [674, 682]], "1-4": [[613, 717], [613, 723], [612, 723], [612, 728], [613, 728], [613, 731], [618, 731], [618, 732], [624, 732], [624, 731], [627, 731], [627, 724], [628, 724], [628, 720], [627, 720], [627, 717], [620, 717], [620, 716], [616, 716], [616, 717]], "151-165, T:0-1": [[674, 695], [680, 695], [680, 696], [683, 696], [683, 695], [686, 695], [686, 689], [687, 689], [687, 686], [686, 686], [686, 683], [680, 683], [680, 682], [677, 682], [677, 683], [674, 683], [674, 689], [673, 689], [673, 692], [674, 692]]}, "center": {"87-128": [677, 704], "18-84": [679, 683], "5-16": [674, 690], "1-4": [620, 724], "151-165, T:0-1": [680, 689]}}, {"id": "twrj8e", "name": "Abenaki flag", "description": "The Abenaki are a group of indigenous Canadians.\n\nAfter struggling to find somewhere to keep their flag, the Abenaki were given space by Toki Pona and r/Parahumans.", "links": {"website": ["https://en.wikipedia.org/wiki/Abenaki"]}, "path": {"70-85, 94-166, T:0-1": [[1705, 226], [1705, 230], [1708, 230], [1708, 226]]}, "center": {"70-85, 94-166, T:0-1": [1707, 228]}}, @@ -1007,7 +1007,7 @@ {"id": "twqlw3", "name": "Soft Taco", "description": "Soft Taco was built in the night between Sunday and Monday by ???. When the Germans came back in the morning to clean their flag, Soft Taco was one of the little artworks to be adopted and protected by the Germans.", "links": {"website": ["https://en.wikipedia.org/wiki/Taco"], "subreddit": ["PlaceTaco", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"109-166, T:0-1": [[90, 1172], [90, 1160], [110, 1161], [111, 1172]]}, "center": {"109-166, T:0-1": [100, 1166]}}, {"id": "twqlsw", "name": "Delta Cafés", "description": "Delta Cafés is a Portuguese coffee company.", "links": {"website": ["http://www.deltacafes.com/en"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"146-164, T:0-1": [[902, 392], [899, 392], [896, 394], [896, 398], [895, 401], [895, 404], [896, 405], [898, 406], [905, 406], [908, 404], [909, 401], [910, 397], [908, 395], [905, 392], [903, 392]]}, "center": {"146-164, T:0-1": [903, 399]}}, {"id": "twqlqt", "name": "Destiny", "description": "Destiny is a free-to-play online-only multiplayer first-person shooter video game franchise developed by Bungie. From left to right, top to bottom, this art depicts the Telesto, a Ghost, the Witch Queen symbol, the Traveler above the Tower, the Ace of Spades hand cannon, and a major boss enemy named Rhulk commanding the Black Fleet.\n\nThis art was designed by Lutyens.", "links": {"website": ["https://en.wikipedia.org/wiki/Destiny_(video_game)"], "subreddit": ["DestinyTheGame", "Destiny2", "place_CentralAlliance"]}, "path": {"109-122": [[449, 962], [449, 993], [448, 993], [448, 1030], [523, 1030], [523, 993], [511, 993], [511, 962]], "2-108": [[449, 962], [449, 993], [448, 993], [448, 1000], [523, 1000], [523, 993], [511, 993], [511, 962]], "123-166, T:0-1": [[523, 1030], [448, 1030], [448, 984], [432, 984], [432, 973], [449, 973], [449, 962], [511, 962], [511, 992], [523, 992]]}, "center": {"109-122": [452, 996], "2-108": [486, 981], "123-166, T:0-1": [452, 996]}}, -{"id": "twql8y", "name": "Loona", "description": "A collaboration between fans of the show Helluva Boss, The games Sky: Children of the Light and Will You Snail, as well as a goose.", "links": {"subreddit": ["placeloona"], "discord": ["Bdqe4J4Rq2"]}, "path": {"109-166, T:0-1": [[1645, 1043], [1690, 1043], [1690, 1062], [1693, 1062], [1693, 1074], [1645, 1074]]}, "center": {"109-166, T:0-1": [1668, 1059]}}, +{"id": "twql8y", "name": "Loona", "description": "Loona is the protagonist of the animated series Helluva Boss.\n\nThis was a collaboration between fans of the show Helluva Boss, the games Sky: Children of the Light and Will You Snail?, and a goose.", "links": {"website": ["https://hazbinhotel.fandom.com/wiki/Loona"], "subreddit": ["PlaceLoona", "HelluvaBoss"], "discord": ["Bdqe4J4Rq2"]}, "path": {"112-122": [[1710, 1043], [1710, 1055], [1712, 1055], [1722, 1065], [1722, 1071], [1723, 1072], [1723, 1074], [1738, 1074], [1742, 1069], [1742, 1065], [1743, 1064], [1745, 1064], [1748, 1061], [1749, 1059], [1749, 1052], [1745, 1046], [1741, 1043]], "140-166, T:0-1": [[1645, 1043], [1645, 1054], [1656, 1065], [1656, 1070], [1659, 1074], [1680, 1074], [1680, 1058], [1676, 1058], [1676, 1043]]}, "center": {"112-122": [1732, 1056], "140-166, T:0-1": [1664, 1055]}}, {"id": "twql8r", "name": "Zelda Pixel Art", "description": "An Ocarina, Heart Container, Majora's Mask, Navi, Korok, with Link and Zelda from windwaker by r/Zelda", "links": {"subreddit": ["zelda"]}, "path": {"109-166, T:0-1": [[1366, 1875], [1323, 1875], [1322, 1848], [1300, 1846], [1300, 1836], [1344, 1834], [1348, 1842], [1348, 1858], [1366, 1858]]}, "center": {"109-166, T:0-1": [1336, 1855]}}, {"id": "twqkwe", "name": "Moist Esports", "description": "Moist Esports is an esports organization run by Twitch streamer and YouTuber MoistCr1TiKaL (a.k.a. penguinz0, real name Charles White).\n\nThe Indianapolis Colts originally had their logo here, but moved after Cr1TiKaL placed his logo over them.", "links": {"website": ["https://www.twitch.tv/moistcr1tikal", "https://www.youtube.com/user/penguinz0", "https://en.wikipedia.org/wiki/Moist_Esports", "https://en.wikipedia.org/wiki/Cr1TiKaL"], "subreddit": ["Cr1TiKaL"]}, "path": {"73-164, T:0-1": [[1973, 82], [1999, 82], [1999, 113], [1973, 113]]}, "center": {"73-164, T:0-1": [1986, 98]}}, {"id": "twqktp", "name": "IVE", "description": "IVE (아이브) is a K-pop girl group under Starship Entertainment that debuted on December 1, 2021 with their first single album Eleven. The group is composed of six members: Yujin, Gaeul, Rei, Wonyoung, Liz, and Leeseo. They recently had their comeback.", "links": {"website": ["http://ive-official.com/", "https://en.wikipedia.org/wiki/Ive_(group)"], "subreddit": ["IVE"]}, "path": {"132-166, T:0-1": [[1710, 909], [1710, 911], [1711, 911], [1711, 917], [1713, 919], [1715, 919], [1717, 917], [1716, 916], [1716, 915], [1720, 911], [1720, 909]]}, "center": {"132-166, T:0-1": [1714, 912]}}, @@ -1516,7 +1516,7 @@ {"id": "twta2u", "name": "Super Animal Royale", "description": "A battle royale game with cute animals as avatars!", "links": {"website": ["https://animalroyale.com/", "https://en.wikipedia.org/wiki/Super_Animal_Royale"], "subreddit": ["animalroyale"]}, "path": {"57-148": [[1365, 712], [1365, 734], [1368, 734], [1368, 743], [1386, 743], [1386, 712]], "149-166, T:0-1": [[1365, 712], [1365, 734], [1368, 734], [1368, 743], [1386, 743], [1386, 733], [1389, 733], [1392, 731], [1391, 730], [1389, 730], [1389, 725], [1386, 725], [1386, 712]]}, "center": {"57-148": [1379, 739], "149-166, T:0-1": [1379, 739]}}, {"id": "twt9yw", "name": "Népal", "description": "Népal was a French rapper and beatmaker. He was also known as KLM and Grandmaster Splinter. Népal attached great importance to remaining anonymous, covering his face with a hood or a mask. Népal died on 9 November 2019. The announcement came after 11 days on social networks on 20 November 2019, including the posthumous release of his album Adios Bahamas that he had just completed recording. The circumstances of his death are unknown.", "links": {"website": ["https://en.wikipedia.org/wiki/N%C3%A9pal_(rapper)"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"109-164, T:0-1": [[203, 1565], [211, 1534], [217, 1510], [213, 1502], [213, 1493], [212, 1493], [212, 1492], [213, 1486], [217, 1483], [219, 1483], [225, 1483], [230, 1488], [235, 1502], [234, 1505], [241, 1512], [245, 1520], [247, 1540], [247, 1577], [242, 1581], [236, 1580], [225, 1570], [219, 1568], [211, 1566], [203, 1566]]}, "center": {"109-164, T:0-1": [228, 1536]}}, {"id": "twt9xv", "name": "The Expanse", "description": "The Expanse is a hard sci-fi book and TV series about interplanetary life and politics. This art features the flag of the Martial Congressional Republic (MCR) and the Outer Planets Alliance (OPA) logo from the series. The MCR flag is defaced to show the shattered moon Deimos, as depicted by the character Amos.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Expanse_(novel_series)", "https://en.wikipedia.org/wiki/The_Expanse_(TV_series)"], "subreddit": ["TheExpanse"]}, "path": {"56-70": [[1777, 155], [1777, 171], [1820, 171], [1820, 155]], "71-166, T:0-1": [[1800, 155], [1800, 142], [1819, 142], [1819, 148], [1832, 148], [1832, 154], [1820, 154], [1820, 171], [1777, 171], [1777, 155]]}, "center": {"56-70": [1799, 163], "71-166, T:0-1": [1809, 160]}}, -{"id": "twt94s", "name": "Mothalisa", "description": "One of the things made by r/Skyplace This one is the character Mothalisa", "links": {"subreddit": ["Skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"109-166, T:0-1": [[1658, 1073], [1647, 1073], [1648, 1072], [1648, 1071], [1651, 1068], [1648, 1065], [1649, 1064], [1650, 1064], [1651, 1063], [1652, 1063], [1654, 1063], [1656, 1065], [1656, 1067], [1655, 1068], [1655, 1069], [1656, 1070], [1657, 1071], [1657, 1072]]}, "center": {"109-166, T:0-1": [1652, 1069]}}, +{"id": "twt94s", "name": "Moth", "description": "Moth is the default character for new players from the game Sky: Children of the Light.\n\nThis art was made by r/skyplace.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Sky_Children"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"115-122": [[1710, 1055], [1710, 1074], [1723, 1074], [1723, 1072], [1721, 1069], [1721, 1067], [1722, 1066], [1722, 1065], [1712, 1055]], "142-166, T:0-1": [[1646, 1054], [1646, 1074], [1659, 1074], [1659, 1073], [1657, 1070], [1657, 1065], [1653, 1061], [1652, 1061], [1652, 1060]]}, "center": {"115-122": [1715, 1066], "142-166, T:0-1": [1651, 1068]}}, {"id": "twt8ut", "name": "underscores", "description": "underscores, real name Devon Karpf, is an American EDM/hyperpop music producer, born in California and based in New York. He is also a member of the group Six Impala.", "links": {"website": ["https://twitter.com/underscoresplus", "https://open.spotify.com/artist/7HfUJxeVTgrvhk0eWHFzV7"], "subreddit": ["underscores"], "discord": ["UeWkrt7XTD"]}, "path": {"21-166, T:0-1": [[463, 729], [497, 729], [497, 738], [463, 738]]}, "center": {"21-166, T:0-1": [480, 734]}}, {"id": "twt8q8", "name": "Lightning McQueen", "description": "Lightning McQueen is the main character of the Disney/Pixar movie franchise Cars. Kachow!", "links": {"website": ["https://en.wikipedia.org/wiki/Lightning_McQueen"]}, "path": {"56-166, T:0-1": [[1679, 539], [1683, 539], [1683, 540], [1686, 540], [1686, 541], [1692, 541], [1693, 541], [1693, 540], [1694, 540], [1695, 540], [1695, 539], [1695, 538], [1695, 537], [1695, 536], [1695, 535], [1694, 535], [1694, 534], [1693, 534], [1693, 533], [1692, 533], [1692, 532], [1691, 532], [1690, 532], [1690, 531], [1689, 531], [1689, 530], [1688, 530], [1687, 530], [1686, 530], [1685, 530], [1683, 530], [1682, 530], [1681, 530], [1680, 530], [1679, 530], [1678, 530], [1678, 534], [1678, 537], [1678, 539]]}, "center": {"56-166, T:0-1": [1686, 535]}}, {"id": "twt8pb", "name": "ALO", "description": "ALO is an inside joke from the Marisad Discord server that originated from a video that has been spammed by members. It is included here because members thought it'd be funny.", "links": {"subreddit": ["Marisad", "touhou"], "discord": ["UVkWNdhQ"]}, "path": {"126-166, T:0-1": [[1789, 874], [1787, 876], [1787, 878], [1786, 878], [1786, 883], [1787, 883], [1787, 887], [1791, 887], [1791, 882], [1790, 882], [1790, 879], [1791, 879], [1791, 876]]}, "center": {"126-166, T:0-1": [1789, 884]}}, @@ -1933,7 +1933,7 @@ {"id": "tww53e", "name": "Lovejoy", "description": "Lovejoy is a British indie rock band formed in 2021 by content creator Wilbur Soot (real name Will Gold), a member of the Dream SMP series for the game Minecraft. Wilbur Soot is the lead singer and secondary guitarist in the band, and the band's other members are bassist Ash Kabosu, lead guitarist Joe Goldsmith, and drummer Mark Boardman. The artwork features the anvil cat from the \"Are You Alright?\" extended play (EP) and a seagull (nicknamed Peebee) from the cover of their second EP, \"Pebble Brain\". The dog wearing a hat in the bottom left is from the artwork to their single \"Knee Deep at ATP\", a cover of a Los Campesinos! song of the same name. On the bottom right of the artwork is Wilbur Soot's 2020 solo EP \"Your City Gave Me Asthma\".", "links": {"website": ["https://www.youtube.com/channel/UC3S-tYM-oNvzuCQHD8cUvqg", "https://open.spotify.com/artist/33tFkBLsl6f8TjKkV0uF0C", "https://twitter.com/lvjyonline"], "subreddit": ["lovejoyband", "wilbursoot"]}, "path": {"100-166, T:0-1": [[1280, 344], [1279, 344], [1279, 377], [1314, 377], [1314, 344]]}, "center": {"100-166, T:0-1": [1297, 366]}}, {"id": "tww52x", "name": "Untitled Goose Game", "description": "Untitled Goose Game is a 2019 puzzle stealth game developed by House House and published by Panic. The player controls a goose and causes chaos throughout town. Honk!", "links": {"website": ["https://goose.game/", "https://en.wikipedia.org/wiki/Untitled_Goose_Game"], "subreddit": ["untitledgoosegame"]}, "path": {"124-148": [[55, 1032], [84, 1032], [84, 1042], [79, 1042], [79, 1052], [76, 1052], [76, 1053], [75, 1053], [75, 1054], [71, 1054], [71, 1057], [67, 1057], [67, 1058], [62, 1058], [61, 1057], [55, 1057]], "149-164, T:0-1": [[55, 1032], [74, 1032], [74, 1033], [84, 1033], [84, 1042], [79, 1042], [79, 1054], [76, 1054], [68, 1060], [62, 1060], [62, 1058], [61, 1058], [61, 1052], [55, 1052]]}, "center": {"124-148": [66, 1043], "149-164, T:0-1": [68, 1043]}}, {"id": "tww4yz", "name": "Larry the Duck", "description": "This art was started by streamer jo4na and her followers. Larry is a plush duck owned by jo4na and now is immortalized on r/place.", "links": {"website": ["https://www.twitch.tv/jo4na"], "subreddit": ["portugal"]}, "path": {"156-157": [[1175, 328], [1175, 330], [1173, 330], [1173, 333], [1178, 333], [1178, 331], [1179, 331], [1179, 328]], "158-166, T:0-1": [[1175, 329], [1175, 331], [1173, 331], [1173, 334], [1178, 334], [1178, 332], [1179, 332], [1179, 329]]}, "center": {"156-157": [1176, 331], "158-166, T:0-1": [1176, 332]}}, -{"id": "tww4x0", "name": "Life", "description": "A Peepo looking at the sunset while thinking about life. Made by Twitch streamer NymN's community.", "links": {"website": ["https://www.twitch.tv/nymn"], "subreddit": ["RedditAndChill"]}, "path": {"109-166, T:0-1": [[1694, 1093], [1707, 1093], [1707, 1075], [1694, 1075]]}, "center": {"109-166, T:0-1": [1701, 1084]}}, +{"id": "tww4x0", "name": "Life", "description": "Life is an emote of meme character Peepo looking at the sunset while thinking about life. It was drawn by FabulousPotato69.\n\nThis art was made by Twitch streamer NymN's community.", "links": {"website": ["https://7tv.app/emotes/61ebede31a1b2a6e7324d897", "https://www.twitch.tv/nymn"], "subreddit": ["RedditAndChill"]}, "path": {"145-166, T:0-1": [[1693, 1074], [1693, 1094], [1708, 1094], [1708, 1074]]}, "center": {"145-166, T:0-1": [1701, 1084]}}, {"id": "tww4w3", "name": "Flag of Texas", "description": "Flag of the United States state of Texas, featuring a depiction of the Alamo.", "links": {"website": ["https://en.wikipedia.org/wiki/Texas", "https://en.wikipedia.org/wiki/Flag_of_Texas"], "subreddit": ["texas"]}, "path": {"94-98": [[0, 252], [125, 252], [125, 267], [106, 267], [106, 276], [0, 276]], "70-93": [[51, 252], [125, 252], [125, 267], [106, 267], [106, 276], [51, 276]], "58-69": [[55, 257], [116, 257], [116, 267], [106, 267], [106, 276], [55, 276]], "15-49": [[55, 257], [94, 257], [94, 276], [55, 276]], "50-57": [[55, 257], [106, 257], [106, 276], [55, 276]], "8-14": [[64, 264], [67, 267], [64, 270], [61, 267]], "99-165, T:0-1": [[46, 252], [105, 252], [105, 276], [46, 276]]}, "center": {"94-98": [60, 264], "70-93": [87, 264], "58-69": [84, 267], "15-49": [75, 267], "50-57": [81, 267], "8-14": [64, 267], "99-165, T:0-1": [76, 264]}}, {"id": "tww4st", "name": "Starcraft 2", "description": "The second Starcraft 2 logo (an RTS game by Blizzard Entertainment) on the place canvas. This one was not drawn by Starcraft fans, but rather by the Dutch after they took pity on some artworks that they drew over with their Seven Provinces painting.", "links": {"website": ["https://starcraft2.com/"], "subreddit": ["starcraft"]}, "path": {"109-166, T:0-1": [[865, 1918], [875, 1919], [875, 1947], [847, 1947], [847, 1919], [856, 1918]]}, "center": {"109-166, T:0-1": [861, 1933]}}, {"id": "tww4jp", "name": "Toronto Blue Jays", "description": "The Toronto Blue Jays are a Canadian professional baseball team based in Toronto. The Blue Jays compete in Major League Baseball as a member club of the American League East division. Their logo features the blue jay bird.", "links": {"website": ["https://en.wikipedia.org/wiki/Toronto_Blue_Jays"], "subreddit": ["torontobluejays"]}, "path": {"24-69": [[867, 498], [867, 503], [870, 503], [877, 506], [881, 510], [884, 518], [886, 518], [893, 507], [888, 502], [888, 499], [889, 498], [889, 491], [877, 493], [873, 497], [870, 497]], "70-164, T:0-1": [[894, 488], [890, 491], [879, 493], [877, 493], [873, 497], [870, 497], [867, 499], [867, 502], [873, 504], [877, 506], [881, 510], [884, 518], [886, 518], [889, 513], [889, 499], [899, 491], [896, 488]]}, "center": {"24-69": [881, 500], "70-164, T:0-1": [882, 500]}}, @@ -1986,7 +1986,6 @@ {"id": "twvz0w", "name": "Karma flower", "description": "A flower from the game Rain World.", "links": {"website": ["https://rainworld.fandom.com/wiki/Objects#Karma_Flower"], "subreddit": ["rainworld"]}, "path": {"109-165, T:0-1": [[296, 1471], [294, 1473], [294, 1474], [293, 1475], [296, 1478], [296, 1482], [299, 1485], [300, 1485], [301, 1484], [300, 1483], [299, 1483], [298, 1482], [298, 1479], [300, 1477], [301, 1477], [303, 1475], [299, 1471]]}, "center": {"109-165, T:0-1": [298, 1476]}}, {"id": "100227", "name": "Lunaria Ayaren (Twitch)", "description": "Paw logo symbolizing the Chilean Vtuber/streamer Lunaria Ayaren, also known as Auntie Patas.", "links": {"website": ["https://www.twitch.tv/lunaria"]}, "path": {"109-165, T:0-1": [[1736, 1974], [1739, 1974], [1740, 1975], [1740, 1976], [1742, 1976], [1742, 1980], [1741, 1980], [1741, 1982], [1740, 1983], [1739, 1983], [1738, 1982], [1737, 1982], [1736, 1983], [1735, 1983], [1734, 1982], [1734, 1981], [1733, 1980], [1733, 1976], [1735, 1976]]}, "center": {"109-165, T:0-1": [1737, 1979]}}, {"id": "twvyju", "name": "Flag of Georgia", "description": "Georgia is a country in the Caucasus region of Eastern Europe and Western Asia. It was originally a banner of the medieval Kingdom of Georgia, readopted as the official state flag in 2004.", "links": {"website": ["https://en.wikipedia.org/wiki/Georgia_(country)", "https://en.wikipedia.org/wiki/Flag_of_Georgia_(country)"], "subreddit": ["Sakartvelo"]}, "path": {"45-89": [[862, 176], [862, 197], [902, 197], [902, 176]], "39-44": [[864, 186], [864, 205], [902, 205], [902, 187], [873, 187], [872, 186]], "96-165, T:0-1": [[1782, 476], [1822, 476], [1822, 496], [1782, 496]]}, "center": {"45-89": [882, 187], "39-44": [893, 196], "96-165, T:0-1": [1802, 486]}}, -{"id": "twvyiy", "name": "Squidward Tentacles", "description": "Squidward Tentacles from the Nickelodeon show Spongebob Squarepants.", "links": {}, "path": {"109-164, T:0-1": [[1691, 1045], [1707, 1045], [1707, 1060], [1691, 1060]]}, "center": {"109-164, T:0-1": [1699, 1053]}}, {"id": "twvyig", "name": "CraftGalaxy", "description": "CG, a Minecraft towny server. Before we placed our final logo, we managed to take over EarthMC's logo. Placed next to our allies BVB; thanks to their help in defending us.", "links": {"website": ["https://discord.craftgalaxy.org"]}, "path": {"109-166, T:0-1": [[1563, 1579], [1563, 1573], [1569, 1573], [1569, 1579]]}, "center": {"109-166, T:0-1": [1566, 1576]}}, {"id": "twvyci", "name": "Streamer Awards", "description": "Trophy from The Streamer Awards, organised and hosted by Twitch streamer QTCinderella alongside Maya.", "links": {"website": ["https://www.twitch.tv/qtcinderella"]}, "path": {"109-165, T:0-1": [[624, 1121], [624, 1099], [645, 1099], [645, 1121]]}, "center": {"109-165, T:0-1": [635, 1110]}}, {"id": "twvybo", "name": "Pásli ovce valasi", "description": "Pásli ovce valasi is a 1972 Slovak animated kids series created by Slovak poet Marianna Grznárová. The show portrays the two main characters, Maťko and Kubko (Mathew and Jacob), and their stories filled with interesting messages and rhetorical questions. A book with all stories in the show was released in 1977.", "links": {"website": ["https://sk.wikipedia.org/wiki/P%C3%A1sli_ovce_valasi"], "subreddit": ["Slovakia"]}, "path": {"88-166, T:0-1": [[1335, 162], [1333, 164], [1329, 164], [1326, 167], [1326, 173], [1330, 177], [1331, 177], [1333, 184], [1333, 187], [1332, 187], [1332, 189], [1347, 189], [1347, 183], [1356, 183], [1356, 181], [1354, 181], [1354, 173], [1360, 169], [1360, 162], [1359, 162], [1359, 160], [1357, 160], [1357, 161], [1346, 161], [1346, 162]]}, "center": {"88-166, T:0-1": [1342, 173]}}, @@ -2005,7 +2004,6 @@ {"id": "twvwmp", "name": "DemiVeemon", "description": "DemiVeemon is Baby Dragon Digimon and the partner of Davis in Digimon Adventure 02.", "links": {"website": ["https://digimon.fandom.com/wiki/DemiVeemon"], "subreddit": ["digimon"]}, "path": {"109-166, T:0-1": [[527, 1508], [526, 1519], [521, 1525], [512, 1525], [511, 1507], [518, 1507], [526, 1509]]}, "center": {"109-166, T:0-1": [518, 1516]}}, {"id": "twvwkz", "name": "Oasis", "description": "Logo of Manchester Britpop band Oasis.", "links": {"subreddit": ["oasis"]}, "path": {"109-165, T:0-1": [[1132, 1299], [1152, 1299], [1152, 1306], [1132, 1306]]}, "center": {"109-165, T:0-1": [1142, 1303]}}, {"id": "twvwjd", "name": "Hogwarts", "description": "Hogwarts is a magic school that appears in the Harry Potter book series, written by J.K. Rowling. Rowling is known for her transphobia and advocacy against trans rights, so this logo is surrounded by a transgender flag in defiance.", "links": {"website": ["https://en.wikipedia.org/wiki/Hogwarts"]}, "path": {"64-92": [[1907, 744], [1907, 755], [1919, 767], [1932, 754], [1932, 751], [1931, 751], [1931, 744]], "56-62": [[1929, 799], [1924, 804], [1924, 811], [1930, 817], [1942, 817], [1942, 814], [1945, 811], [1945, 804], [1943, 802], [1943, 801], [1941, 798], [1941, 796], [1929, 796]], "101-166, T:0-1": [[1911, 869], [1911, 892], [1929, 892], [1929, 869]]}, "center": {"64-92": [1919, 754], "56-62": [1935, 807], "101-166, T:0-1": [1920, 881]}}, -{"id": "twvwi9", "name": "Squidward", "description": "Famed Twitch streamer IgorCykel's brave community came together to produce this piece in the face of overwhelming odds.", "links": {"website": ["https://www.twitch.tv/igorcykel"], "subreddit": ["rooftopbar"]}, "path": {"109-165, T:0-1": [[1690, 1044], [1690, 1061], [1708, 1061], [1708, 1044]]}, "center": {"109-165, T:0-1": [1699, 1053]}}, {"id": "twvwdo", "name": "Radio Télévision Suisse", "description": "Radio Télévision Suisse (RTS) is the national Swiss TV and radio broadcaster in the French-speaking areas of Switzerland.", "links": {"website": ["https://www.rts.ch/", "https://en.wikipedia.org/wiki/Radio_T%C3%A9l%C3%A9vision_Suisse"], "subreddit": ["Switzerland", "SwissNeutralityZone"], "discord": ["JS9eFKty"]}, "path": {"139-165, T:0-1": [[1175, 869], [1175, 877], [1189, 877], [1189, 869]]}, "center": {"139-165, T:0-1": [1182, 873]}}, {"id": "twvw5s", "name": "Welcome to Night Vale", "description": "Welcome to Night Vale is a podcast presented as a radio show for the fictional town of Night Vale, reporting on the strange events that occur within it.", "links": {"website": ["https://www.welcometonightvale.com/", "https://en.wikipedia.org/wiki/Welcome_to_Night_Vale"], "subreddit": ["nightvale"]}, "path": {"97-142": [[1765, 408], [1765, 415], [1768, 415], [1768, 420], [1771, 420], [1771, 427], [1776, 427], [1776, 434], [1783, 434], [1783, 432], [1804, 432], [1804, 425], [1808, 425], [1808, 422], [1802, 422], [1798, 418], [1798, 414], [1790, 414], [1790, 408]], "69-86": [[1154, 0], [1154, 15], [1177, 15], [1177, 0]], "57-61": [[1787, 438], [1777, 442], [1786, 448], [1793, 448], [1800, 441], [1792, 438]], "143-166, T:0-1": [[1776, 433], [1783, 433], [1783, 432], [1804, 432], [1804, 422], [1801, 422], [1798, 419], [1798, 414], [1768, 414], [1768, 420], [1772, 420], [1772, 424], [1776, 428]]}, "center": {"97-142": [1781, 418], "69-86": [1166, 8], "57-61": [1789, 443], "143-166, T:0-1": [1787, 423]}}, {"id": "twvw0h", "name": "David Pastrňák (88)", "description": "A bowl of pasta symbolizing the player (88) David Pastrňák from Boston Bruins.", "links": {"website": ["https://en.wikipedia.org/wiki/David_Pastr%C5%88%C3%A1k"], "subreddit": ["BostonBruins"]}, "path": {"109-166, T:0-1": [[481, 1916], [489, 1916], [489, 1924], [481, 1924]]}, "center": {"109-166, T:0-1": [485, 1920]}}, @@ -2055,11 +2053,10 @@ {"id": "twvr55", "name": "Troll", "description": "Troll is a small Discord server that has the vanity link .gg/troll. Its logo is the popular 2012 \"trollface\" image. Was planned to be much bigger and was in the works in the early stage of r/place but was griefed and reduced to a smaller size.", "links": {"website": ["https://knowyourmeme.com/memes/trollface", "https://en.wikipedia.org/wiki/Trollface"], "discord": ["troll"]}, "path": {"1-15": [[848, 484], [848, 552], [930, 552], [930, 484]], "16-166, T:0-1": [[848, 521], [848, 552], [873, 552], [873, 521]]}, "center": {"1-15": [889, 518], "16-166, T:0-1": [857, 532]}}, {"id": "twvr1r", "name": "Catalonian independence flag", "description": "Flag fpr the Catalan independence movement", "links": {}, "path": {"109-166, T:0-1": [[1714, 1711], [1721, 1711], [1721, 1709], [1722, 1708], [1722, 1705], [1721, 1704], [1721, 1701], [1722, 1701], [1723, 1702], [1724, 1701], [1729, 1701], [1729, 1699], [1719, 1699], [1719, 1612], [1732, 1612], [1732, 1601], [1715, 1601]]}, "center": {"109-166, T:0-1": [1719, 1650]}}, {"id": "twvr00", "name": "Washington Commanders", "description": "American football team Washington Commanders with disapproval of team owner, Dan Snyder.", "links": {"subreddit": ["commanders"]}, "path": {"109-166, T:0-1": [[1482, 1302], [1446, 1303], [1446, 1337], [1482, 1337]]}, "center": {"109-166, T:0-1": [1464, 1320]}}, -{"id": "twvqzn", "name": "IgorCykel", "description": "Normal squidward avatar (Usually handsome squidward) of IgorCykel a famous streamsniper from Forsens community. The orange background represents his famous encounter at a rooftop bar during sunset.", "links": {"website": ["https://www.twitch.tv/igorcykel"]}, "path": {"109-165, T:0-1": [[1690, 1044], [1690, 1061], [1708, 1061], [1708, 1044]]}, "center": {"109-165, T:0-1": [1699, 1053]}}, +{"id": "twvqzn", "name": "IgorCykel", "description": "IgorCykel is a famous stream sniper of the streamer Forsen's community. Igor's avatar is a handsome depiction of the character Squidward from the animated TV series Spongebob Squarepants. The orange background represents his famous encounter at a rooftop bar during sunset.", "links": {"website": ["https://www.twitch.tv/igorcykel"], "subreddit": ["RoofTopBar"]}, "path": {"143-162, T:0-1": [[1690, 1043], [1690, 1061], [1708, 1061], [1708, 1043]]}, "center": {"143-162, T:0-1": [1699, 1052]}}, {"id": "twvqqc", "name": "Dimple", "description": "Character from TV show Mob Psycho 100", "links": {"website": ["https://mob-psycho-100.fandom.com/wiki/Dimple"], "subreddit": ["Mobpsycho100"]}, "path": {"109-165, T:0-1": [[1954, 1553], [1954, 1545], [1960, 1544], [1960, 1553]]}, "center": {"109-165, T:0-1": [1957, 1549]}}, {"id": "twvqjn", "name": "Leif", "description": "This chill moth is one of the three members of Team Snakemouth in the indie action role-playing game Bug Fables: The Everlasting Sapling. Seen hugging a mooshroom to represent an alliance with the neighboring Minecraft fans.", "links": {"website": ["https://bugfables.fandom.com/wiki/Leif", "https://bugfables.dangenentertainment.com", "https://en.wikipedia.org/wiki/Bug_Fables:_The_Everlasting_Sapling"], "subreddit": ["BugFables"]}, "path": {"103-125": [[1492, 62], [1492, 82], [1493, 82], [1493, 95], [1498, 95], [1498, 91], [1499, 91], [1499, 87], [1501, 85], [1501, 71], [1496, 66], [1496, 65]], "126-167, T:0-1": [[1492, 63], [1492, 70], [1490, 72], [1490, 76], [1491, 77], [1491, 84], [1488, 84], [1488, 92], [1491, 92], [1491, 95], [1497, 95], [1497, 96], [1499, 96], [1501, 94], [1501, 74], [1502, 73], [1502, 72], [1496, 66], [1496, 65], [1494, 63]]}, "center": {"103-125": [1497, 79], "126-167, T:0-1": [1495, 88]}}, {"id": "twvqf7", "name": "Primadon", "description": "Primadon, one of the bosses in Deepwoken, is a giant blue ape with some characteristics of marine life like frogs and fish. He originates from the ocean.", "links": {"website": ["https://deepwoken.fandom.com/wiki/Primadon"], "subreddit": ["deepwokenplace", "deepwoken"]}, "path": {"109-165, T:0-1": [[344, 1388], [363, 1388], [364, 1387], [366, 1387], [367, 1386], [368, 1385], [368, 1379], [367, 1379], [367, 1367], [366, 1366], [366, 1365], [365, 1364], [365, 1363], [364, 1362], [363, 1361], [362, 1360], [359, 1360], [359, 1359], [358, 1358], [357, 1358], [357, 1357], [352, 1357], [352, 1360], [351, 1360], [351, 1361], [350, 1361], [349, 1362], [348, 1362], [347, 1363], [346, 1364], [345, 1365], [345, 1366], [344, 1367], [344, 1372], [343, 1373], [343, 1380], [342, 1380], [342, 1381], [341, 1382], [341, 1383], [341, 1385], [342, 1385], [342, 1386], [343, 1387], [345, 1388]]}, "center": {"109-165, T:0-1": [355, 1375]}}, -{"id": "twvq8o", "name": "Life", "description": "A Twitch emote of a peepo looking a sunset by the sea. Made by FabulousPotato69", "links": {"website": ["https://7tv.app/emotes/61ebede31a1b2a6e7324d897"]}, "path": {"109-166, T:0-1": [[1694, 1075], [1707, 1075], [1707, 1093], [1694, 1093]]}, "center": {"109-166, T:0-1": [1701, 1084]}}, {"id": "twvq5c", "name": "Coat of arms of Finland", "description": "The coat of arms of Finland features a lion holding a sword and standing on a sabre.", "links": {"website": ["https://en.wikipedia.org/wiki/Coat_of_arms_of_Finland"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"93-166, T:0-1": [[584, 235], [587, 235], [587, 233], [593, 233], [593, 202], [567, 202], [567, 228], [569, 228], [569, 233], [574, 233], [574, 234], [576, 234], [576, 235], [583, 235]]}, "center": {"93-166, T:0-1": [580, 219]}}, {"id": "twvq1v", "name": "Miraculous Ladybug and Chat Noir's logo", "description": "An hommage to french TV series Miraculous Ladybug.", "links": {"subreddit": ["miraculousladybug"]}, "path": {"109-165, T:0-1": [[1988, 1564], [1995, 1564], [1999, 1570], [1999, 1577], [1994, 1581], [1990, 1581], [1984, 1576], [1984, 1571], [1990, 1564]]}, "center": {"109-165, T:0-1": [1992, 1573]}}, {"id": "twvq1e", "name": "Patrick Star", "description": "Patrick Star is a fictional character in the American animated television series SpongeBob SquarePants.\n\nThis art survived along with the Moon Lord due to the efforts of the Terraria and Sodapoppin communities.", "links": {"website": ["https://en.wikipedia.org/wiki/Patrick_Star", "https://www.twitch.tv/sodapoppin"], "subreddit": ["spongebob", "Terraria"]}, "path": {"56-87": [[1727, 396], [1722, 412], [1719, 412], [1719, 413], [1721, 415], [1723, 415], [1723, 423], [1731, 423], [1731, 415], [1734, 415], [1737, 413], [1733, 411], [1731, 411]], "88-165, T:0-1": [[1721, 407], [1733, 407], [1733, 402], [1730, 402], [1730, 398], [1727, 394], [1724, 400], [1724, 402], [1721, 402]]}, "center": {"56-87": [1727, 413], "88-165, T:0-1": [1727, 404]}}, @@ -2083,7 +2080,7 @@ {"id": "twvnwu", "name": "r/catalunya", "description": "Subreddit focused on the region of Catalonia, Spain. Catalunya is \"Catalonia\" in the Catalan language.", "links": {"subreddit": ["catalunya"]}, "path": {"43-165, T:0-1": [[689, 325], [689, 332], [732, 332], [732, 325]]}, "center": {"43-165, T:0-1": [711, 329]}}, {"id": "twvnu0", "name": "Donkey Kong", "description": "Donkey Kong is the titular character from Nintendo's Donkey Kong game series.\n\nThis art was made by Twitch streamer Mizkif and his community. Mizkif's community referred to the pixel art as The Dong, and protected him from numerous attacks from popular Twitch streamer xQc and the French, Spanish, and Russian Twitch communities. It was allied with fellow streamer Emiru's Kirby artwork, and they defended each other until the final day.\n\nA site of triumph, a site of destruction. I was there on the field when our commander Mizkif had to go to sleep. We were left in the trenches. But the Lord Commander left us in good hands as General Neff was overseeing our defenses. Everything seemed fine, some struggling on the big Oeepo border. Nothing too crazy.. Then, it happened. xQcOW is online... The Juicers started a void, head to toe in their purple uniforms they stomped through The Dong. I sat there gripping my pixel, waiting for the moment to strike. We were being dismantled when over the stream I heard him. General William Neff, his booming voice echoing over the battlefield. He gave us hope, and with that hope we defended The Dong from The Juicers. It was one of the greatest battles of r/place, a battle I will never forget.", "links": {"website": ["https://en.wikipedia.org/wiki/Donkey_Kong_(character)"], "subreddit": ["Mizkif", "Emikif"]}, "path": {"164": [[1308, 426], [1296, 415], [1293, 415], [1283, 426], [1273, 426], [1270, 413], [1267, 413], [1265, 417], [1265, 426], [1306, 426], [1306, 446], [1283, 446], [1281, 458], [1283, 459], [1283, 467], [1313, 467], [1318, 446], [1306, 446], [1306, 426]], "118-160": [[1294, 414], [1284, 424], [1280, 424], [1278, 425], [1278, 430], [1266, 427], [1266, 417], [1262, 417], [1254, 424], [1251, 431], [1257, 440], [1265, 440], [1269, 443], [1281, 443], [1283, 444], [1282, 453], [1286, 456], [1278, 466], [1278, 472], [1285, 470], [1288, 470], [1291, 475], [1307, 475], [1308, 476], [1312, 476], [1324, 461], [1324, 437], [1296, 414]], "69-117": [[1282, 399], [1282, 408], [1271, 423], [1267, 423], [1263, 421], [1263, 410], [1261, 407], [1255, 407], [1253, 410], [1253, 417], [1245, 419], [1245, 423], [1239, 423], [1239, 429], [1246, 430], [1250, 436], [1273, 446], [1282, 446], [1282, 449], [1277, 452], [1270, 464], [1270, 468], [1274, 471], [1278, 471], [1284, 465], [1285, 465], [1282, 472], [1282, 474], [1289, 478], [1295, 476], [1300, 477], [1301, 479], [1307, 482], [1315, 480], [1316, 476], [1319, 473], [1324, 477], [1331, 477], [1333, 475], [1333, 471], [1331, 471], [1332, 451], [1324, 436], [1312, 422], [1305, 420], [1288, 405], [1287, 399]], "161-163": [[1269, 411], [1264, 415], [1264, 419], [1263, 419], [1259, 422], [1259, 433], [1266, 441], [1284, 444], [1281, 457], [1282, 459], [1283, 467], [1313, 467], [1320, 444], [1320, 432], [1315, 426], [1304, 423], [1298, 414], [1293, 414], [1290, 413], [1290, 418], [1283, 426], [1274, 426], [1271, 421], [1271, 413]], "T:0-1": [[1293, 415], [1283, 426], [1306, 426], [1306, 446], [1283, 446], [1281, 458], [1283, 459], [1283, 467], [1313, 467], [1318, 446], [1306, 446], [1306, 426], [1305, 424], [1296, 415]]}, "center": {"164": [1304, 457], "118-160": [1304, 446], "69-117": [1305, 452], "161-163": [1302, 441], "T:0-1": [1300, 456]}}, {"id": "twvnpr", "name": "The Ride Never Ends", "description": "The slogan of the /mlp/ 4chan board. The background is a flag representing the aforementioned board.\n\nInitially, This text consisted of an offensive meme from /mlp/ 4chan. However, after a brief disagreement with the r/MyLittlePony subreddit and Manechat Discord, /mlp/ decided to switch the text to the phrase shown.", "links": {"website": ["https://4channel.org/mlp/"], "subreddit": ["mylittlepony"]}, "path": {"109-166, T:0-1": [[893, 1880], [960, 1880], [960, 1885], [893, 1885]]}, "center": {"109-166, T:0-1": [927, 1883]}}, -{"id": "twvmky", "name": "Twice lovely", "description": "Lovelys are small colorful sprites used to represent the members of TWICE, a South Korean girl group which consists of 9 members", "links": {"website": ["https://twice.jype.com/"], "subreddit": ["twice"]}, "path": {"109-166, T:0-1": [[1693, 1094], [1708, 1094], [1708, 1091], [1730, 1091], [1730, 1110], [1722, 1110], [1721, 1110], [1721, 1113], [1720, 1114], [1720, 1119], [1721, 1120], [1693, 1120]]}, "center": {"109-166, T:0-1": [1711, 1105]}}, +{"id": "twvmky", "name": "Lovely", "description": "Lovelys are small colorful sprites used to represent the members of TWICE, a South Korean girl group which consists of nine members.", "links": {"website": ["https://twice.fandom.com/wiki/Lovelys", "http://twice.jype.com/", "https://en.wikipedia.org/wiki/Twice"], "subreddit": ["twice"]}, "path": {"142-166, T:0-1": [[1693, 1094], [1708, 1094], [1708, 1091], [1730, 1091], [1730, 1110], [1722, 1110], [1721, 1110], [1721, 1113], [1720, 1114], [1720, 1119], [1722, 1121], [1722, 1122], [1693, 1122]]}, "center": {"142-166, T:0-1": [1707, 1108]}}, {"id": "twvmf2", "name": "Legioner", "description": "Legioner with 220 on their helmet. 220 represents a Russian Streamer/YouTuber Wycc220.", "links": {"subreddit": ["LEGVOL"]}, "path": {"109-166, T:0-1": [[1007, 1771], [1015, 1772], [1019, 1773], [1023, 1773], [1023, 1771], [1023, 1768], [1023, 1763], [1024, 1763], [1025, 1761], [1025, 1758], [1024, 1756], [1024, 1754], [1021, 1756], [1018, 1755], [1009, 1755], [1007, 1755], [1004, 1759], [1004, 1769], [1007, 1772]]}, "center": {"109-166, T:0-1": [1014, 1763]}}, {"id": "twvmdy", "name": "Hooty", "description": "Hooty is a worm-like owl demon from Disney's \"The Owl House\", an American animated fantasy TV series. \n\nThis second Hooty was drawn upon the canvas's first expansion. It was originally much longer, stretching past Nepal, but has since shrunk. It was part of the Central Alliance despite being far away from the rest of the alliance on the canvas.", "links": {"website": ["https://theowlhouse.fandom.com/wiki/Hooty", "https://en.wikipedia.org/wiki/The_Owl_House"], "subreddit": ["TheOwlHouse", "place_CentralAlliance"]}, "path": {"132-148": [[1423, 928], [1420, 931], [1420, 947], [1422, 949], [1439, 949], [1439, 945], [1436, 945], [1436, 943], [1438, 940], [1442, 940], [1442, 938], [1440, 936], [1429, 936], [1426, 939], [1426, 931]], "69-131": [[1421, 929], [1421, 931], [1420, 932], [1420, 947], [1422, 949], [1523, 949], [1523, 931], [1487, 931], [1486, 932], [1468, 932], [1468, 926], [1495, 926], [1495, 920], [1496, 919], [1496, 905], [1517, 905], [1517, 912], [1500, 912], [1500, 920], [1510, 920], [1511, 919], [1514, 919], [1515, 918], [1521, 918], [1523, 916], [1523, 912], [1520, 909], [1520, 902], [1517, 899], [1490, 899], [1490, 920], [1464, 920], [1462, 922], [1462, 935], [1464, 937], [1517, 937], [1518, 938], [1518, 942], [1517, 943], [1442, 943], [1441, 942], [1441, 936], [1430, 936], [1430, 942], [1429, 943], [1427, 943], [1426, 942], [1426, 932], [1425, 931], [1425, 929]], "58-68": [[1422, 932], [1420, 934], [1420, 947], [1422, 949], [1452, 949], [1452, 943], [1442, 943], [1442, 937], [1440, 935], [1432, 935], [1430, 937], [1430, 942], [1429, 943], [1426, 943], [1426, 934], [1424, 932]], "149-166, T:0-1": [[1420, 949], [1433, 949], [1433, 943], [1443, 943], [1443, 940], [1442, 940], [1442, 939], [1441, 939], [1441, 938], [1436, 938], [1436, 940], [1434, 940], [1434, 941], [1433, 941], [1433, 940], [1431, 940], [1431, 942], [1431, 941], [1427, 941], [1427, 942], [1426, 942], [1426, 930], [1425, 929], [1425, 928], [1421, 928], [1421, 929], [1420, 930]]}, "center": {"132-148": [1430, 943], "69-131": [1435, 943], "58-68": [1436, 942], "149-166, T:0-1": [1424, 945]}}, {"id": "twvma7", "name": "Sora", "description": "Sora is the main protagonist of the Kingdom Hearts JRPG (Japanese role-playing-game) video game series, owned by Disney and developed by Square Enix. He wields the Keyblade.\n\nThis Sora sprite is his battle sprite from the Game Boy Advance game Kingdom Hearts: Chain of Memories.", "links": {"website": ["https://en.wikipedia.org/wiki/Sora_(Kingdom_Hearts)"], "subreddit": ["KHPL", "KingdomHearts"]}, "path": {"59-164, T:0-1": [[1241, 673], [1287, 673], [1287, 699], [1241, 699]]}, "center": {"59-164, T:0-1": [1264, 686]}}, @@ -2411,7 +2408,7 @@ {"id": "twxffp", "name": "Utah", "description": "Utah is a state in the United States. This area contains a collection of things representing Utah.\n\nThe universities lining the top of this art are all written in the colors of pride flags. This started as an effort by LGBTQA+ individuals and allies from Utah and Utah universities to put pride colors over the top of the white in Brigham Young University (BYU), a show of support for students at the Latter-day Saints (LDS) university in defiance of anti-LGBTQA stance and discrimination of the Church of Jesus Christ of Latter Day Saints. This effort expanded to cover all of the universities in the row, with asexual flag colors on Utah State University, transgender flag colors on the University of Utah, rainbow pride colors on BYU, and bisexual flag colors on Utah Valley University.", "links": {"website": ["https://en.wikipedia.org/wiki/Utah"], "subreddit": ["Utah"]}, "path": {"77-99": [[1768, 974], [1768, 999], [1818, 999], [1818, 991], [1811, 991], [1811, 984], [1798, 984], [1798, 991], [1790, 991], [1790, 980], [1786, 977], [1780, 977], [1780, 974]], "68-76": [[1768, 991], [1768, 999], [1818, 999], [1818, 991], [1813, 991], [1813, 984], [1800, 984], [1800, 991]], "56-67": [[1768, 991], [1768, 999], [1818, 999], [1818, 991]], "105-166, T:0-1": [[1928, 869], [1928, 891], [1939, 891], [1939, 887], [1999, 887], [1999, 880], [1987, 880], [1987, 869]]}, "center": {"77-99": [1779, 988], "68-76": [1806, 992], "56-67": [1793, 995], "105-166, T:0-1": [1937, 878]}}, {"id": "twxf99", "name": "Fakultät für Informatik", "description": "Fakultät für Informatik (fin) is the faculty of informatics (computer science) at Otto von Guericke University (OvGU) in Magdeburg, Germany. A small group of students came together to place the faculty's logo.", "links": {"website": ["https://www.fin.ovgu.de/"]}, "path": {"57-166, T:0-1": [[1442, 221], [1439, 223], [1436, 227], [1436, 232], [1442, 237], [1448, 237], [1453, 233], [1453, 225], [1448, 221]]}, "center": {"57-166, T:0-1": [1445, 229]}}, {"id": "twxf8w", "name": "Ranboo", "description": "Ranboo is a Minecraft Twitch streamer who is a part of the Dream SMP (survival multiplayer) Minecraft server", "links": {"website": ["https://www.twitch.tv/ranboolive"], "subreddit": ["Ranboo", "dreamsmp"]}, "path": {"109-166, T:0-1": [[1047, 1949], [1047, 1966], [1102, 1966], [1101, 1949]]}, "center": {"109-166, T:0-1": [1074, 1958]}}, -{"id": "twxeyj", "name": "Loona", "description": "Loona is the protagonist of the animated series Helluva Boss.", "links": {"website": ["https://hazbinhotel.fandom.com/wiki/Loona"], "subreddit": ["HelluvaBoss"]}, "path": {"93-112": [[934, 502], [934, 515], [940, 515], [940, 519], [951, 519], [951, 502]], "58-66": [[1252, 571], [1252, 574], [1258, 581], [1259, 598], [1267, 601], [1280, 601], [1286, 594], [1290, 586], [1288, 585], [1289, 580], [1289, 575], [1288, 574], [1289, 571], [1285, 566], [1285, 562], [1276, 554], [1265, 563], [1265, 565], [1259, 571]], "132-165, T:0-1": [[1061, 530], [1077, 530], [1075, 539], [1072, 550], [1061, 551]]}, "center": {"93-112": [944, 509], "58-66": [1274, 579], "132-165, T:0-1": [1068, 537]}}, +{"id": "twxeyj", "name": "Loona", "description": "Loona is the protagonist of the animated series Helluva Boss.", "links": {"website": ["https://hazbinhotel.fandom.com/wiki/Loona"], "subreddit": ["PlaceLoona", "HelluvaBoss"], "discord": ["Bdqe4J4Rq2"]}, "path": {"93-112": [[934, 502], [934, 515], [940, 515], [940, 519], [951, 519], [951, 502]], "58-66": [[1252, 571], [1252, 574], [1258, 581], [1259, 598], [1267, 601], [1280, 601], [1286, 594], [1290, 586], [1288, 585], [1289, 580], [1289, 575], [1288, 574], [1289, 571], [1285, 566], [1285, 562], [1276, 554], [1265, 563], [1265, 565], [1259, 571]], "132-165, T:0-1": [[1061, 530], [1077, 530], [1075, 539], [1072, 550], [1061, 551]]}, "center": {"93-112": [944, 509], "58-66": [1274, 579], "132-165, T:0-1": [1068, 537]}}, {"id": "twxev0", "name": "London Eye", "description": "The London Eye, or the Millennium Wheel, is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe's tallest cantilevered observation wheel and is the most popular paid tourist attraction in the United Kingdom with over 3 million visitors annually.", "links": {"website": ["https://en.wikipedia.org/wiki/London_Eye"], "subreddit": ["ukplace", "unitedkingdom"]}, "path": {"108-121, 138-165, T:0-1": [[658, 505], [655, 506], [652, 508], [650, 510], [648, 513], [644, 521], [644, 527], [646, 533], [647, 535], [651, 539], [654, 540], [654, 545], [656, 547], [657, 546], [658, 542], [660, 543], [661, 543], [661, 528], [662, 525], [663, 528], [663, 533], [664, 533], [666, 530], [668, 530], [670, 533], [672, 525], [673, 528], [673, 535], [674, 536], [679, 536], [683, 531], [684, 527], [684, 521], [680, 512], [673, 506], [670, 505]]}, "center": {"108-121, 138-165, T:0-1": [667, 515]}}, {"id": "twxep2", "name": "Flag of Zwolle", "description": "Zwolle is a lively city located in the Netherlands with a population of approximately 129000 people. It is the capital of the province of Overijssel. Zwolle boasts a beautiful city centre with historic buildings, canals and the remainders of an old city wall. But Zwolle has more to offer than just historic landmarks. The city is also rich in art and culture.", "links": {"website": ["https://en.wikipedia.org/wiki/Zwolle"], "subreddit": ["Zwolle"]}, "path": {"109-166, T:0-1": [[1538, 1361], [1551, 1361], [1551, 1370], [1538, 1370]]}, "center": {"109-166, T:0-1": [1545, 1366]}}, {"id": "twxeob", "name": "Pippi", "description": "Pippi is the dog girl OC of Kemono Friends community member Eater of Pi. Pippi was bravely defended by members of the Kemono Friends community.", "links": {"website": ["https://japari-library.com//wiki/User:EaterofPi"]}, "path": {"109-166, T:0-1": [[1694, 1559], [1694, 1554], [1699, 1554], [1699, 1559]]}, "center": {"109-166, T:0-1": [1697, 1557]}}, @@ -3675,7 +3672,7 @@ {"id": "txa51r", "name": "Cloudless Summer Day", "description": "This drawing depicts a beautiful farm with an apple tree, some lovely flowers, our short name (LTZ for LagerTeilZeit), a charming butterfly with a little sun to brighten up the skies, and the gorgeous crow. The crow was originally drawn by u/ilovewoofwoofs, but I liked it so much that I adopted it and made a little worm in his mouth. In the sky we have 2 bees from the beehive beneath.", "links": {"website": ["https://greekgodgear.eu/"], "subreddit": ["GreekGodGear", "crowbro", "StardewValley"], "discord": ["stardewvalley"]}, "path": {"147-166, T:0-1": [[1708, 989], [1708, 999], [1768, 999], [1768, 989]]}, "center": {"147-166, T:0-1": [1747, 994]}}, {"id": "txa4yi", "name": "Bravo", "description": "Bravo is the mascot of Taipei, Taiwan. Bravo's species is a Formosan black bear, an endemic subspecies of Asiatic black bear. The bear is holding a Taiwan blue magpie, another endemic species of Taiwan.", "links": {"website": ["https://bravo.travel.taipei/en"], "subreddit": ["taiwan"]}, "path": {"131-166, T:0-1": [[962, 549], [960, 551], [960, 552], [961, 553], [961, 567], [969, 567], [969, 561], [970, 561], [972, 559], [972, 558], [970, 556], [969, 557], [969, 553], [970, 552], [970, 551], [968, 549], [966, 549], [966, 551], [964, 551], [964, 549]]}, "center": {"131-166, T:0-1": [965, 558]}}, {"id": "txa4wy", "name": "Lil B", "description": "Lil B is the mascot of Twitch variety streamer APlaytpuss, a.k.a. Platy.", "links": {"website": ["https://twitch.com/aplatypuss"], "subreddit": ["Aplatypuss"]}, "path": {"117-164, 80-106, T:0-1": [[1038, 424], [1043, 424], [1043, 425], [1044, 425], [1044, 426], [1045, 426], [1045, 427], [1046, 427], [1046, 440], [1045, 440], [1045, 441], [1044, 441], [1044, 442], [1043, 442], [1043, 443], [1039, 443], [1039, 442], [1038, 442], [1038, 441], [1032, 441], [1033, 442], [1030, 442], [1030, 441], [1029, 441], [1029, 440], [1028, 440], [1028, 437], [1027, 437], [1027, 430], [1028, 430], [1028, 429], [1031, 429], [1031, 430], [1034, 430], [1034, 427], [1035, 427], [1035, 426], [1036, 426], [1036, 425], [1038, 425], [1038, 424], [1043, 424], [1040, 424]]}, "center": {"117-164, 80-106, T:0-1": [1039, 434]}}, -{"id": "txa4h5", "name": "Mothcrabalisa", "description": "The default character for new players from the video game, Sky: Children of the Light, lovingly named Moth by the community, next to a crab from the game.\n\nThis is the third Mothalisa made by r/skyplace. After an alliance with Oneshot, The Mothalisa was able to secure its spot beside the Niko art.", "links": {"subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"]}, "path": {"109-166, T:0-1": [[1118, 1654], [1132, 1654], [1132, 1669], [1109, 1668], [1122, 1662]]}, "center": {"109-166, T:0-1": [1125, 1662]}}, +{"id": "txa4h5", "name": "Mothcrabalisa", "description": "The default character for new players from the video game, Sky: Children of the Light, lovingly named Moth by the community, next to a crab from the game.\n\nThis is the third Mothalisa made by r/skyplace. After an alliance with Oneshot, The Mothalisa was able to secure its spot beside the Niko art.", "links": {"subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"109-166, T:0-1": [[1118, 1654], [1132, 1654], [1132, 1669], [1109, 1668], [1122, 1662]]}, "center": {"109-166, T:0-1": [1125, 1662]}}, {"id": "txa49c", "name": "Mexican-Italian alliance", "description": "After Italy and Mexico won the war against the trans and were able to merge, they created these heart symbols as a show of their friendship.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Italy"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico", "italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"109-129": [[820, 445], [813, 452], [823, 462], [825, 462], [835, 452], [828, 445]], "18-108": [[819, 444], [814, 449], [814, 452], [825, 463], [836, 452], [836, 449], [831, 444]], "130-164, T:0-1": [[824, 463], [836, 450], [812, 450]]}, "center": {"109-129": [824, 453], "18-108": [825, 452], "130-164, T:0-1": [824, 455]}}, {"id": "txa3o2", "name": "Illimani", "description": "El Illimani, con 6.460 metros sobre el nivel del mar, es una montaña de Bolivia, ubicada cerca de la ciudad de La Paz. Es la mayor altura de la Cordillera Real y la segunda de Bolivia.", "links": {"subreddit": ["BOLIVIA"]}, "path": {"109-166, T:0-1": [[1390, 1232], [1450, 1233], [1440, 1223], [1437, 1222], [1429, 1215], [1425, 1217], [1417, 1215], [1413, 1219], [1409, 1216], [1392, 1231]]}, "center": {"109-166, T:0-1": [1421, 1226]}}, {"id": "txa3nn", "name": "The Cuke", "description": "A cucumber commemorating Marshall's World X stream and his watchers.", "links": {"website": ["https://www.twitch.tv/marshallsworldx"], "subreddit": ["none"]}, "path": {"109-166, T:0-1": [[529, 1495], [520, 1495], [520, 1497], [517, 1498], [517, 1500], [522, 1508], [524, 1508], [527, 1507], [528, 1507], [528, 1510], [527, 1510], [527, 1512], [531, 1512], [531, 1510], [531, 1500], [530, 1500], [529, 1500], [529, 1499], [528, 1498], [528, 1497], [528, 1496]]}, "center": {"109-166, T:0-1": [525, 1502]}}, @@ -4398,7 +4395,7 @@ {"id": "txei6s", "name": "Vietnam", "description": "Vietnam as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/Vietnam"], "subreddit": ["VietNam"]}, "path": {"109-166, T:0-1": [[433, 1676], [432, 1677], [427, 1677], [430, 1680], [431, 1680], [432, 1681], [432, 1682], [431, 1683], [434, 1686], [434, 1687], [436, 1689], [436, 1690], [437, 1691], [436, 1696], [435, 1697], [434, 1697], [432, 1699], [432, 1702], [433, 1701], [434, 1701], [437, 1698], [438, 1698], [439, 1697], [439, 1695], [439, 1691], [433, 1684], [433, 1683], [437, 1679], [435, 1679], [435, 1677], [433, 1677]]}, "center": {"109-166, T:0-1": [434, 1688]}}, {"id": "txeh13", "name": "r/ukplace", "description": "r/ukplace is the United Kingdom's subreddit for r/place.", "links": {"subreddit": ["ukplace", "unitedkingdom"]}, "path": {"109-166, T:0-1": [[1218, 1973], [1217, 1997], [1141, 1997], [1140, 1973]]}, "center": {"109-166, T:0-1": [1179, 1985]}}, {"id": "txefsa", "name": "Big Chungles", "description": "Tribute to the Popular, Funny, Energetic meme account Big Chungles. A big chungles admin franticly begged their audience of 180k followers to build this, and the fans reluctantly agreed.", "links": {"website": ["https://www.instagram.com/big_chungles/"], "subreddit": ["bigchungles"]}, "path": {"109-166, T:0-1": [[1041, 1904], [1041, 1909], [1077, 1909], [1077, 1904]]}, "center": {"109-166, T:0-1": [1059, 1907]}}, -{"id": "txefh4", "name": "Moth", "description": "The default character for new players from the video game, Sky: Children of the Light, lovingly named Moth by the community.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Sky_Children"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"]}, "path": {"109-166, T:0-1": [[1127, 1655], [1126, 1656], [1126, 1657], [1125, 1657], [1122, 1660], [1122, 1661], [1124, 1663], [1124, 1664], [1122, 1666], [1122, 1670], [1133, 1670], [1133, 1667], [1132, 1666], [1132, 1665], [1131, 1664], [1131, 1663], [1132, 1662], [1132, 1660]]}, "center": {"109-166, T:0-1": [1127, 1664]}}, +{"id": "txefh4", "name": "Moth", "description": "The default character for new players from the video game, Sky: Children of the Light, lovingly named Moth by the community.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Sky_Children"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"109-166, T:0-1": [[1127, 1655], [1126, 1656], [1126, 1657], [1125, 1657], [1122, 1660], [1122, 1661], [1124, 1663], [1124, 1664], [1122, 1666], [1122, 1670], [1133, 1670], [1133, 1667], [1132, 1666], [1132, 1665], [1131, 1664], [1131, 1663], [1132, 1662], [1132, 1660]]}, "center": {"109-166, T:0-1": [1127, 1664]}}, {"id": "txefbr", "name": "TheBichoZombie", "description": "TheBichoZombie is a small Spanish-speaking streamer on Twitch. Depicted is the streamer's mascot.", "links": {"website": ["https://www.twitch.tv/thebichozombie"]}, "path": {"111-166, T:0-1": [[1364, 466], [1367, 469], [1379, 469], [1381, 467], [1381, 461], [1378, 461], [1378, 455], [1367, 455], [1367, 461], [1364, 461], [1364, 467]]}, "center": {"111-166, T:0-1": [1373, 463]}}, {"id": "txef4v", "name": "Super Mario Pictograms", "description": "A mini-mushroom and invincibility star from the Mario franchise", "links": {"website": ["https://mario.nintendo.com/"], "subreddit": ["nintendo"]}, "path": {"109-166, T:0-1": [[872, 1847], [872, 1870], [884, 1870], [884, 1847]]}, "center": {"109-166, T:0-1": [878, 1859]}}, {"id": "txeepb", "name": "Moona Hoshinova", "description": "Moona Hoshinova is a talent from the idol VTuber group Hololive. She from the Hololive Indonesia branch, Generation 1, and is the first Hololive talent from Indonesia to reach a million subscribers.", "links": {"website": ["https://hololive.hololivepro.com/en/talents?gp=indonesia", "https://virtualyoutuber.fandom.com/wiki/Moona_Hoshinova"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"86-165, T:0-1": [[1382, 989], [1379, 992], [1379, 995], [1378, 996], [1378, 999], [1390, 999], [1390, 997], [1389, 996], [1389, 993], [1386, 989]]}, "center": {"86-165, T:0-1": [1384, 994]}}, @@ -4443,7 +4440,7 @@ {"id": "txf3f5", "name": "Lincoln", "description": "Lincoln is the second album by They Might Be Giants.", "links": {"website": ["https://en.wikipedia.org/wiki/Lincoln_(album)"], "subreddit": ["tmbg"]}, "path": {"28-44": [[899, 439], [899, 449], [910, 449], [910, 439]], "107-127, 130-166, T:0-1": [[1854, 637], [1854, 648], [1865, 648], [1865, 637]]}, "center": {"28-44": [905, 444], "107-127, 130-166, T:0-1": [1860, 643]}}, {"id": "txf2ci", "name": "They Might Be Giants", "description": "They Might Be Giants is the self-titled first album created by the band They Might Be Giants.", "links": {"website": ["https://en.wikipedia.org/wiki/They_Might_Be_Giants_(album)"], "subreddit": ["tmbg"]}, "path": {"106-167, T:0-1": [[1844, 637], [1844, 648], [1855, 648], [1855, 637]]}, "center": {"106-167, T:0-1": [1850, 643]}}, {"id": "txf23w", "name": "Ralsei", "description": "One of the main characters in Deltarune, a game created by Toby Fox. He is the party healer and resident expert and prince of the Dark World. Everyone likes Ralsei.\n\nThis art shows Ralsei in his appearance from Chapter 2 onwards. His Chapter 1 appearance is depicted in the art below.", "links": {"website": ["https://deltarune.fandom.com/wiki/Ralsei"], "subreddit": ["Deltarune"]}, "path": {"57-166, T:0-1": [[1771, 184], [1769, 184], [1769, 185], [1768, 185], [1767, 186], [1765, 188], [1765, 189], [1765, 191], [1764, 191], [1764, 193], [1764, 194], [1764, 196], [1764, 197], [1765, 198], [1766, 199], [1765, 201], [1764, 201], [1763, 203], [1764, 204], [1766, 204], [1767, 204], [1769, 203], [1770, 205], [1771, 204], [1773, 204], [1774, 204], [1775, 204], [1776, 204], [1775, 202], [1774, 200], [1774, 199], [1774, 197], [1774, 196], [1775, 195], [1776, 193], [1776, 192], [1775, 190], [1775, 189], [1774, 188], [1774, 187], [1772, 187], [1772, 185], [1771, 185], [1770, 184]]}, "center": {"57-166, T:0-1": [1769, 194]}}, -{"id": "txf1sg", "name": "Crab", "description": "A crab from Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Dark_Crabs"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"]}, "path": {"109-166, T:0-1": [[1116, 1665], [1116, 1667], [1115, 1668], [1115, 1670], [1123, 1670], [1123, 1669], [1122, 1668], [1122, 1665]]}, "center": {"109-166, T:0-1": [1119, 1668]}}, +{"id": "txf1sg", "name": "Crab", "description": "A crab from Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Dark_Crabs"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"109-166, T:0-1": [[1116, 1665], [1116, 1667], [1115, 1668], [1115, 1670], [1123, 1670], [1123, 1669], [1122, 1668], [1122, 1665]]}, "center": {"109-166, T:0-1": [1119, 1668]}}, {"id": "txh1h1", "name": "Transgender circle-A", "description": "The circle-A is a monogram that consists of the letter A for anarchy surrounded by the letter O for order. This circle-A is in the colors of the transgender pride flag. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Anarchist_symbolism#Circle-A"], "subreddit": ["Anarchism", "AnarchismZ", "anarchocommunism", "COMPLETEANARCHY"]}, "path": {"38-59": [[30, 421], [27, 424], [27, 426], [30, 429], [32, 429], [35, 426], [35, 424], [32, 421]], "62-165, T:0-1": [[27, 420], [24, 423], [24, 425], [27, 428], [29, 428], [32, 425], [32, 423], [29, 420]]}, "center": {"38-59": [31, 425], "62-165, T:0-1": [28, 424]}}, {"id": "txh0m1", "name": "Caribou", "description": "The caribou, also known as the reindeer, is an iconic Canadian animal. In Quebec, caribous are found throughout the northern part of the province.", "links": {"website": ["https://en.wikipedia.org/wiki/Reindeer"], "subreddit": ["Quebec"]}, "path": {"149-165, T:0-1": [[959, 930], [959, 932], [958, 933], [957, 933], [956, 934], [954, 934], [952, 936], [952, 938], [948, 938], [948, 942], [949, 942], [949, 946], [951, 948], [955, 948], [960, 953], [962, 953], [962, 959], [966, 959], [966, 956], [967, 955], [967, 952], [971, 953], [973, 956], [973, 959], [977, 959], [977, 948], [978, 947], [974, 942], [964, 942], [963, 943], [959, 943], [958, 942], [958, 941], [962, 939], [964, 940], [965, 939], [965, 934], [966, 933], [963, 930], [961, 928]]}, "center": {"149-165, T:0-1": [971, 947]}}, {"id": "txh08i", "name": "జ్ఞా", "description": "జ్ఞా (gnya) is the first letter in the Telugu (South Indian language) word for knowledge (జ్ఞానం). The character is a combination of the characters 'జ', '్', 'ఞ', 'ా', and the zero-width non-joiner character.\n\nOn February 12, 2018, a bug in the iOS operating system was reported that caused iOS devices to crash if this Telugu character was displayed. An incorrect handling of the zero-width non-joiner separator while combining the characters seemed to be the cause of the Telugu bug. Apple confirmed a fix for iOS 11.3 and macOS 10.13.4.", "links": {"website": ["https://en.wikipedia.org/wiki/Telugu_script#iOS_character_crash_bug"], "subreddit": ["Ni_Bondha"]}, "path": {"57-65": [[1384, 34], [1384, 58], [1402, 58], [1402, 34]], "87-167, T:0-1": [[1394, 34], [1410, 34], [1410, 51], [1394, 51]]}, "center": {"57-65": [1393, 46], "87-167, T:0-1": [1402, 43]}}, @@ -5850,7 +5847,7 @@ {"id": "tyiag4", "name": "Lorca's castle", "description": "Made by Lorca's 3 city habitants that managed to get their city's castle banner just in time before the witheout.\n\nMade by BreadFlops, VIRVeX and Peri", "links": {}, "path": {"109-165, T:0-1": [[305, 1850], [311, 1850], [311, 1861], [305, 1861]]}, "center": {"109-165, T:0-1": [308, 1856]}}, {"id": "tyi0hn", "name": "Batman", "description": "Batman got destroyed by Grand Theft Auto V people in the last hour of r/place, but if given more prep time, he would have won like he always does. Because he's Batman.", "links": {"website": ["https://en.wikipedia.org/wiki/Batman"], "subreddit": ["Batman"]}, "path": {"109-166, T:0-1": [[545, 1393], [567, 1393], [568, 1407], [545, 1407]]}, "center": {"109-166, T:0-1": [556, 1400]}}, {"id": "tyhy2a", "name": "LeSneak", "description": "Originally an image of LeChuck from Monkey Island however the space was overtaken.\n\nHis evil undead eyes still remain to haunt the souls of those who dared to battle him.", "links": {"website": ["https://returntomonkeyisland.com/"], "subreddit": ["MonkeyIsland"]}, "path": {"109-165, T:0-1": [[535, 1184], [521, 1184], [522, 1187], [535, 1187]]}, "center": {"109-165, T:0-1": [528, 1185]}}, -{"id": "tyhxl0", "name": "Franqitom-MOONMOON heart", "description": "A symbol of alliance between the streamers FranqitoM and MOONMOON.", "links": {"website": ["https://www.twitch.tv/franqitom", "https://www.twitch.tv/moonmoon"]}, "path": {"77-122": [[1693, 955], [1691, 957], [1691, 962], [1699, 970], [1707, 962], [1707, 955]], "138-165, T:0-1": [[1675, 1014], [1672, 1017], [1672, 1023], [1679, 1030], [1680, 1030], [1689, 1021], [1689, 1017], [1687, 1014]]}, "center": {"77-122": [1699, 961], "138-165, T:0-1": [1680, 1021]}}, +{"id": "tyhxl0", "name": "FranqitoM-MOONMOON heart", "description": "A symbol of alliance between the streamers FranqitoM and MOONMOON.", "links": {"website": ["https://www.twitch.tv/franqitom", "https://www.twitch.tv/moonmoon"]}, "path": {"77-122": [[1693, 955], [1691, 957], [1691, 962], [1699, 970], [1707, 962], [1707, 955]], "138-165, T:0-1": [[1675, 1014], [1672, 1017], [1672, 1023], [1679, 1030], [1680, 1030], [1689, 1021], [1689, 1017], [1687, 1014]]}, "center": {"77-122": [1699, 961], "138-165, T:0-1": [1680, 1021]}}, {"id": "tyhvko", "name": "La Heczone", "description": "A French Discord server of friends who play Minecraft and other games! We were also in alliance with Minecraft Speedrunning and all.", "links": {"discord": ["VjH2RCpcTg"]}, "path": {"109-166, T:0-1": [[1506, 1499], [1517, 1499], [1517, 1509], [1507, 1509]]}, "center": {"109-166, T:0-1": [1512, 1504]}}, {"id": "tyht9r", "name": "LeChuck", "description": "LeChuck is an evil undead pirate captain from the point and click adventure game series Monkey Island.\n\nThis was our last ditch effort to get him on the canvas after 2 previous iterations were wiped out by larger factions. He is unfinished as we were working on him as the time run out. He is doubled up as we were being attacked by the blue X and decided to shift him down. Due to this battle, from this day forth we have decided to use Y to mark buried treasure.", "links": {"website": ["https://en.wikipedia.org/wiki/LeChuck", "https://returntomonkeyisland.com/", "https://en.wikipedia.org/wiki/Monkey_Island_(series)"], "subreddit": ["MonkeyIsland"]}, "path": {"T:0-1": [[1898, 948], [1891, 951], [1884, 956], [1882, 956], [1882, 958], [1884, 960], [1884, 963], [1886, 963], [1888, 965], [1888, 967], [1890, 967], [1893, 969], [1902, 969], [1903, 970], [1904, 970], [1906, 967], [1906, 965], [1908, 965], [1908, 962], [1904, 962], [1902, 960], [1902, 957], [1906, 955], [1906, 953], [1907, 952], [1907, 951], [1904, 948]], "161-166": [[1925, 956], [1925, 958], [1922, 958], [1921, 959], [1918, 959], [1918, 961], [1921, 964], [1921, 972], [1918, 975], [1918, 976], [1917, 977], [1917, 981], [1919, 984], [1929, 984], [1930, 980], [1930, 977], [1932, 977], [1932, 974], [1934, 974], [1934, 973], [1931, 970], [1931, 965], [1932, 965], [1934, 963], [1934, 959], [1932, 956]]}, "center": {"T:0-1": [1894, 959], "161-166": [1924, 978]}}, {"id": "tyht6k", "name": "Poland-India-Denmark heart", "description": "A heart depicting the flags of Poland, India, and Denmark.", "links": {"subreddit": ["Polska", "poland", "IndiaPlace", "IndianPlace", "india", "Denmark"]}, "path": {"90-164, T:0-1": [[532, 338], [529, 341], [529, 343], [535, 349], [537, 349], [543, 343], [543, 341], [540, 338], [538, 338], [537, 339], [535, 339], [534, 338]]}, "center": {"90-164, T:0-1": [536, 343]}}, @@ -7249,7 +7246,7 @@ {"id": "u8ct3s", "name": "r/math-Spain heart", "description": "A heart with the colors of the r/math logo and the flag of Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain"], "subreddit": ["math", "esPlace", "spain"]}, "path": {"102-135, 160-166, T:0-1": [[1625, 295], [1623, 297], [1623, 300], [1628, 305], [1633, 300], [1633, 297], [1631, 295]]}, "center": {"102-135, 160-166, T:0-1": [1628, 299]}}, {"id": "u8b104", "name": "Lemon", "description": "A slice of a lemon made by the GFG/Sky/AB Alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Lemon"]}, "path": {"84-165, T:0-1": [[1159, 390], [1156, 393], [1156, 397], [1159, 400], [1163, 400], [1167, 396], [1167, 395], [1163, 390]]}, "center": {"84-165, T:0-1": [1161, 395]}}, {"id": "u8ay9c", "name": "r/AwardBonanza", "description": "A subreddit focused around giving away Reddit awards and completing challenges for them.", "links": {"subreddit": ["AwardBonanza"]}, "path": {"83-164, T:0-1": [[1181, 346], [1181, 362], [1199, 362], [1199, 346]]}, "center": {"83-164, T:0-1": [1190, 354]}}, -{"id": "u8avkg", "name": "Sky: Children of the Light", "description": "Sky: Children of the Light is an open-world social indie adventure game iOS, Android, and Switch, developed and published by Thatgamecompany.", "links": {"website": ["https://en.wikipedia.org/wiki/Sky_(video_game)"], "subreddit": ["SkyGame"]}, "path": {"65-77": [[1189, 386], [1187, 388], [1186, 391], [1188, 393], [1188, 395], [1190, 397], [1195, 397], [1199, 393], [1194, 388], [1192, 388], [1192, 386]], "78-164, T:0-1": [[1187, 384], [1186, 385], [1185, 385], [1183, 387], [1183, 388], [1182, 389], [1182, 395], [1184, 397], [1187, 397], [1188, 398], [1189, 398], [1190, 399], [1192, 399], [1193, 400], [1196, 397], [1196, 396], [1197, 395], [1197, 394], [1198, 393], [1198, 392], [1197, 391], [1195, 391], [1193, 389], [1193, 388], [1192, 387], [1192, 386], [1190, 384]]}, "center": {"65-77": [1193, 393], "78-164, T:0-1": [1188, 391]}}, +{"id": "u8avkg", "name": "Sky: Children of the Light", "description": "Sky: Children of the Light is an open-world social indie adventure game iOS, Android, and Switch, developed and published by Thatgamecompany.", "links": {"website": ["https://en.wikipedia.org/wiki/Sky_(video_game)"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"65-77": [[1189, 386], [1187, 388], [1186, 391], [1188, 393], [1188, 395], [1190, 397], [1195, 397], [1199, 393], [1194, 388], [1192, 388], [1192, 386]], "78-164, T:0-1": [[1187, 384], [1186, 385], [1185, 385], [1183, 387], [1183, 388], [1182, 389], [1182, 395], [1184, 397], [1187, 397], [1188, 398], [1189, 398], [1190, 399], [1192, 399], [1193, 400], [1196, 397], [1196, 396], [1197, 395], [1197, 394], [1198, 393], [1198, 392], [1197, 391], [1195, 391], [1193, 389], [1193, 388], [1192, 387], [1192, 386], [1190, 384]]}, "center": {"65-77": [1193, 393], "78-164, T:0-1": [1188, 391]}}, {"id": "u8902s", "name": "Netherworld Eggplant", "description": "this is the icon of our discord server NETHERWORLD", "links": {"discord": ["ztrzUpW"]}, "path": {"109-166, T:0-1": [[1517, 1653], [1517, 1657], [1516, 1657], [1516, 1659], [1515, 1659], [1515, 1661], [1514, 1661], [1514, 1662], [1513, 1662], [1513, 1663], [1509, 1663], [1508, 1663], [1508, 1662], [1507, 1662], [1507, 1658], [1508, 1658], [1508, 1657], [1511, 1657], [1511, 1656], [1513, 1656], [1513, 1655], [1514, 1655], [1514, 1654], [1515, 1654], [1515, 1653]]}, "center": {"109-166, T:0-1": [1512, 1659]}}, {"id": "u7t2um", "name": "SYOSM Insignia", "description": "The insignia of the Germany-based gaming clan SYOSM depicting a tongue. The Tongue got finished 10 minutes before the Whitening occured", "links": {}, "path": {"109-165, T:0-1": [[910, 1230], [910, 1234], [912, 1236], [915, 1236], [917, 1234], [917, 1228], [917, 1226], [910, 1226]]}, "center": {"109-165, T:0-1": [914, 1231]}}, {"id": "ua5nk6", "name": "Flag of Taiwan", "description": "Taiwan, also known as the Republic of China, is an island country in East Asia.\n\nThis flag was later replaced by the flag of Mongolia.", "links": {"website": ["https://en.wikipedia.org/wiki/Taiwan", "https://en.wikipedia.org/wiki/Flag_of_the_Republic_of_China"], "subreddit": ["ChunghwaMinkuo", "RepublicOfChina", "taiwan"]}, "path": {"52-153": [[276, 158], [276, 172], [295, 172], [295, 158]], "38-40": [[910, 615], [910, 619], [916, 619], [916, 615]]}, "center": {"52-153": [286, 165], "38-40": [913, 617]}}, @@ -7447,13 +7444,13 @@ {"id": "ub0n4c", "name": "Acrithia", "description": "A region in Foxhole.", "links": {"website": ["https://foxhole.fandom.com/wiki/Acrithia"], "subreddit": ["foxholegame"]}, "path": {"4-164, T:0-1": [[734, 592], [732, 594], [732, 595], [731, 596], [732, 597], [732, 598], [734, 600], [737, 600], [739, 598], [739, 597], [740, 596], [739, 595], [739, 594], [737, 592]]}, "center": {"4-164, T:0-1": [736, 596]}}, {"id": "ub0mp4", "name": "Kalokai", "description": "A region in Foxhole.", "links": {"website": ["https://foxhole.fandom.com/wiki/Kalokai"], "subreddit": ["foxholegame"]}, "path": {"4-164, T:0-1": [[727, 596], [725, 598], [725, 599], [724, 600], [725, 601], [725, 602], [727, 604], [730, 604], [732, 602], [732, 601], [733, 600], [732, 599], [732, 598], [730, 596]]}, "center": {"4-164, T:0-1": [729, 600]}}, {"id": "ub0m3e", "name": "Red River", "description": "A region in Foxhole.\n\nCongrats! You captured a bridge! Your reward is capturing another bridge!", "links": {"website": ["https://foxhole.fandom.com/wiki/Red_River"], "subreddit": ["foxholegame"]}, "path": {"4-164, T:0-1": [[720, 592], [718, 594], [718, 595], [717, 596], [718, 597], [718, 598], [720, 600], [723, 600], [725, 598], [725, 597], [726, 596], [725, 595], [725, 594], [723, 592]]}, "center": {"4-164, T:0-1": [722, 596]}}, -{"id": "uazae6", "name": "Crab", "description": "A creature in Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Dark_Crabs"], "subreddit": ["SkyGame"]}, "path": {"88-164, T:0-1": [[1178, 375], [1177, 376], [1177, 377], [1175, 379], [1175, 381], [1177, 383], [1179, 383], [1181, 381], [1181, 379], [1179, 377], [1179, 376]]}, "center": {"88-164, T:0-1": [1178, 380]}}, -{"id": "uaz9kn", "name": "Candles", "description": "The currency in Sky: Children of the Light.", "links": {"subreddit": ["SkyGame"]}, "path": {"85-164, T:0-1": [[1182, 395], [1180, 397], [1180, 400], [1184, 400], [1184, 397]]}, "center": {"85-164, T:0-1": [1182, 398]}}, -{"id": "uaz8mf", "name": "Moth", "description": "Also known as Sky Children, these are the playable characters in Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Sky_Children"], "subreddit": ["SkyGame"]}, "path": {"80-164, T:0-1": [[1177, 389], [1175, 391], [1175, 397], [1176, 398], [1176, 400], [1180, 400], [1180, 398], [1181, 397], [1181, 391], [1179, 389]]}, "center": {"80-164, T:0-1": [1178, 394]}}, -{"id": "uaz6kb", "name": "Krill", "description": "A dark dragon from Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Dark_Dragons.2FKrill"], "subreddit": ["SkyGame"]}, "path": {"102-137": [[1196, 396], [1196, 399], [1195, 400], [1198, 402], [1200, 402], [1200, 398], [1198, 396]], "139-165, T:0-1": [[1202, 396], [1200, 398], [1200, 401], [1204, 401], [1204, 398]]}, "center": {"102-137": [1198, 399], "139-165, T:0-1": [1202, 399]}}, -{"id": "uaz5ag", "name": "Jellyfish", "description": "A creature in Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Jellyfish"], "subreddit": ["SkyGame"]}, "path": {"138-165, T:0-1": [[1198, 387], [1198, 389], [1199, 390], [1198, 391], [1198, 394], [1200, 396], [1201, 395], [1202, 395], [1203, 394], [1202, 393], [1202, 392], [1203, 391], [1203, 389], [1201, 387]]}, "center": {"138-165, T:0-1": [1200, 392]}}, +{"id": "uazae6", "name": "Crab", "description": "A creature in Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Dark_Crabs"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"88-164, T:0-1": [[1178, 375], [1177, 376], [1177, 377], [1175, 379], [1175, 381], [1177, 383], [1179, 383], [1181, 381], [1181, 379], [1179, 377], [1179, 376]]}, "center": {"88-164, T:0-1": [1178, 380]}}, +{"id": "uaz9kn", "name": "Candles", "description": "The currency in Sky: Children of the Light.", "links": {"subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"85-164, T:0-1": [[1182, 395], [1180, 397], [1180, 400], [1184, 400], [1184, 397]]}, "center": {"85-164, T:0-1": [1182, 398]}}, +{"id": "uaz8mf", "name": "Moth", "description": "Moth is the default character for new players from the game Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Sky_Children"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"80-164, T:0-1": [[1177, 389], [1175, 391], [1175, 397], [1176, 398], [1176, 400], [1180, 400], [1180, 398], [1181, 397], [1181, 391], [1179, 389]]}, "center": {"80-164, T:0-1": [1178, 394]}}, +{"id": "uaz6kb", "name": "Krill", "description": "A dark dragon from Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Dark_Dragons.2FKrill"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"102-137": [[1196, 396], [1196, 399], [1195, 400], [1198, 402], [1200, 402], [1200, 398], [1198, 396]], "139-165, T:0-1": [[1202, 396], [1200, 398], [1200, 401], [1204, 401], [1204, 398]]}, "center": {"102-137": [1198, 399], "139-165, T:0-1": [1202, 399]}}, +{"id": "uaz5ag", "name": "Jellyfish", "description": "A creature in Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Jellyfish"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"138-165, T:0-1": [[1198, 387], [1198, 389], [1199, 390], [1198, 391], [1198, 394], [1200, 396], [1201, 395], [1202, 395], [1203, 394], [1202, 393], [1202, 392], [1203, 391], [1203, 389], [1201, 387]]}, "center": {"138-165, T:0-1": [1200, 392]}}, {"id": "uaz3ah", "name": "Flower", "description": "A flower made by the GFG/Sky/AB Alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Flower"]}, "path": {"96-164, T:0-1": [[1171, 387], [1168, 390], [1168, 391], [1167, 392], [1167, 393], [1170, 396], [1170, 397], [1169, 398], [1170, 399], [1172, 399], [1173, 398], [1172, 397], [1172, 396], [1175, 393], [1175, 392], [1174, 391], [1174, 390]]}, "center": {"96-164, T:0-1": [1171, 392]}}, -{"id": "uaz25d", "name": "Mantas", "description": "Creatures from Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Mantas"], "subreddit": ["SkyGame"]}, "path": {"84-98": [[1177, 385], [1177, 389], [1181, 389], [1181, 385], [1193, 385], [1193, 389], [1197, 389], [1197, 385]], "99-164, T:0-1": [[1180, 370], [1178, 372], [1177, 371], [1176, 372], [1176, 375], [1180, 375], [1180, 385], [1177, 385], [1177, 389], [1181, 389], [1181, 385], [1194, 385], [1194, 389], [1198, 389], [1198, 386], [1199, 385], [1198, 384], [1197, 385], [1180, 385], [1180, 372], [1181, 371]]}, "center": {"84-98": [1179, 387], "99-164, T:0-1": [1196, 387]}}, +{"id": "uaz25d", "name": "Mantas", "description": "Creatures from Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Creatures#Mantas"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"84-98": [[1177, 385], [1177, 389], [1181, 389], [1181, 385], [1193, 385], [1193, 389], [1197, 389], [1197, 385]], "99-164, T:0-1": [[1180, 370], [1178, 372], [1177, 371], [1176, 372], [1176, 375], [1180, 375], [1180, 385], [1177, 385], [1177, 389], [1181, 389], [1181, 385], [1194, 385], [1194, 389], [1198, 389], [1198, 386], [1199, 385], [1198, 384], [1197, 385], [1180, 385], [1180, 372], [1181, 371]]}, "center": {"84-98": [1179, 387], "99-164, T:0-1": [1196, 387]}}, {"id": "uaz0n7", "name": "EFREI owl", "description": "A representative of EFREI, a French computer science school.", "links": {"website": ["https://efrei.fr"], "subreddit": ["efrei"]}, "path": {"137-165, T:0-1": [[1209, 383], [1207, 385], [1207, 387], [1206, 388], [1206, 389], [1205, 390], [1205, 396], [1207, 398], [1219, 398], [1221, 396], [1221, 390], [1220, 389], [1220, 388], [1219, 387], [1219, 385], [1217, 383], [1216, 383], [1214, 385], [1212, 385], [1210, 383]]}, "center": {"137-165, T:0-1": [1213, 391]}}, {"id": "uayzut", "name": "Screenie", "description": "A TV named Screenie made by the GFG/Sky/AB Alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Television"]}, "path": {"84-164, T:0-1": [[1169, 380], [1168, 381], [1169, 382], [1169, 383], [1167, 383], [1167, 388], [1174, 388], [1174, 383], [1173, 383], [1173, 382], [1174, 381], [1173, 380], [1171, 382]]}, "center": {"84-164, T:0-1": [1171, 385]}}, {"id": "uayquu", "name": "Pansexual flag", "description": "A pride flag representing the pansexual community. Pansexual people are attracted to others regardless of sex or gender identity.\n\nThis flag was made by the GFG/Sky/AB Alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["pansexual"]}, "path": {"87-165, T:0-1": [[1155, 400], [1155, 407], [1165, 407], [1165, 400]]}, "center": {"87-165, T:0-1": [1160, 404]}}, @@ -7624,7 +7621,7 @@ {"id": "ugj3nx", "name": "Small Hello Kitty", "description": "A Hello Kitty was done primary by the community of the streamer Hkttycatz in collaboration with some of the members of r/ArgPixelArt and r/MadokaMagica.\n\nIt was deleted after completion by members outside the r/ArgPixelArt group trying to defend the Argentinian flag.", "links": {"website": ["https://www.twitch.tv/hkttycatz"]}, "path": {"109-166, T:0-1": [[1698, 1919], [1698, 1918], [1698, 1917], [1697, 1917], [1698, 1916], [1698, 1915], [1697, 1915], [1698, 1914], [1698, 1913], [1699, 1913], [1699, 1912], [1699, 1911], [1698, 1910], [1698, 1909], [1698, 1908], [1699, 1907], [1700, 1907], [1701, 1907], [1702, 1908], [1703, 1908], [1704, 1908], [1705, 1907], [1706, 1906], [1707, 1906], [1708, 1907], [1709, 1908], [1710, 1907], [1711, 1907], [1712, 1907], [1713, 1908], [1713, 1909], [1713, 1910], [1714, 1911], [1714, 1912], [1713, 1913], [1713, 1914], [1714, 1915], [1713, 1916], [1714, 1917], [1713, 1918], [1713, 1919], [1712, 1919], [1711, 1919], [1710, 1919], [1710, 1918], [1701, 1918], [1701, 1919]]}, "center": {"109-166, T:0-1": [1706, 1913]}}, {"id": "uhgbr3", "name": "Bababooey E-Sports", "description": "Bababooey E-Sports is a swiss/german E-Sports company, group of buddies and comedy gods.", "links": {"website": ["https://www.bababooey.de"], "subreddit": ["BBBeSports"]}, "path": {"109-165, T:0-1": [[682, 1680], [694, 1681], [694, 1686], [682, 1686], [683, 1683]]}, "center": {"109-165, T:0-1": [688, 1683]}}, {"id": "ui44ka", "name": "Peace heart", "description": "A heart built to bring peace between the communities of Brick Hill, the Philadelphia Eagles, Castle Crashers, and the Baltic states.", "links": {"subreddit": ["BalticStates", "BrickHill", "CastleCrashers", "Eagles", "Eesti", "latvia", "lithuania"]}, "path": {"138-165, T:0-1": [[1923, 98], [1921, 100], [1924, 103], [1927, 100], [1925, 98]]}, "center": {"138-165, T:0-1": [1924, 100]}}, -{"id": "ui1nsg", "name": "A Goose", "description": "A Tiny Goose made by the EUW Lost Ark Guild, \"Wicked\" and gaming community, \"B.E.S.T\".\n\nDefended in an alliance with r/placeloona, r/redvelvet, r/skyplace and r/willyousnail", "links": {}, "path": {"109-166, T:0-1": [[1682, 1073], [1682, 1059], [1689, 1059], [1689, 1062], [1689, 1063], [1692, 1063], [1692, 1073]]}, "center": {"109-166, T:0-1": [1687, 1066]}}, +{"id": "ui1nsg", "name": "Goose", "description": "A goose made by Wicked, an EUW (Europe West) guild for the game Lost Ark, and the gaming community B.E.S.T.\n\nThis art was defended in an alliance with r/PlaceLoona, r/red_velvet, r/skyplace and r/WillYouSnail.", "links": {"website": ["https://en.wikipedia.org/wiki/Goose"]}, "path": {"138-166, T:0-1": [[1681, 1058], [1681, 1074], [1693, 1074], [1693, 1062], [1690, 1062], [1690, 1058]]}, "center": {"138-166, T:0-1": [1687, 1067]}}, {"id": "uhwzjt", "name": "Trizek car", "description": "Trizek is a Twitch streamer. In the final 30 minutes of r/place, Trizek claimed this spot for colors of his car.", "links": {"website": ["https://www.twitch.tv/trizek"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"154-165, T:0-1": [[959, 721], [959, 725], [961, 725], [961, 721]]}, "center": {"154-165, T:0-1": [960, 723]}}, {"id": "uj1yb5", "name": "C❤️A", "description": "Created as a gift to the love of my life, protected every pixel untill the end.\n\n02022020\n_chococrispi & byalvaroft", "links": {"website": ["https://www.instagram.com/byalvaroft/"]}, "path": {"109-166, T:0-1": [[890, 1675], [890, 1691], [894, 1691], [894, 1675]]}, "center": {"109-166, T:0-1": [892, 1683]}}, {"id": "uklm12", "name": "The \"Buben\"", "description": "Pixel art made by a friend group:\nu/MiningXL\nu/pLAMAq\nu/UltraMartin69\nu/Yooka_qwq\nu/Maximum190", "links": {"website": ["https://www.reddit.com/user/MiningXL", "https://www.reddit.com/user/pLAMAq", "https://www.reddit.com/user/UltraMartin69", "https://www.reddit.com/user/Yooka_qwq", "https://www.reddit.com/user/Maximum190"]}, "path": {"64-71": [[777, 309], [777, 323], [781, 323], [781, 309]], "48-63": [[778, 312], [776, 314], [776, 315], [777, 316], [777, 323], [781, 323], [781, 312]], "72-166, T:0-1": [[777, 309], [777, 314], [776, 314], [776, 317], [777, 317], [777, 325], [781, 325], [781, 309]]}, "center": {"64-71": [779, 316], "48-63": [779, 315], "72-166, T:0-1": [779, 316]}}, @@ -8429,7 +8426,7 @@ {"id": "y7p61t", "name": "Bloons Tower Defense 6", "description": "Bloons Tower Defense 6 (BTD6) is a tower defense game and the sixth game in the Bloons Tower Defense series. In the game, the player uses monkeys to pop enemy balloons known as bloons.", "links": {"website": ["https://en.wikipedia.org/wiki/Bloons_TD_6"], "subreddit": ["bloons"]}, "path": {"59-105": [[1118, 187], [1118, 196], [1137, 196], [1137, 187]]}, "center": {"59-105": [1128, 192]}}, {"id": "y7oxqi", "name": "Stitch", "description": "Stitch is one of the main character's of Disney's Lilo & Stitch animated movies.", "links": {"website": ["https://en.wikipedia.org/wiki/Stitch_(Lilo_%26_Stitch)"]}, "path": {"62-113": [[1144, 159], [1144, 169], [1154, 169], [1156, 172], [1160, 174], [1160, 178], [1162, 181], [1165, 181], [1165, 176], [1167, 174], [1167, 171], [1172, 167], [1172, 166], [1167, 161], [1165, 161], [1163, 159]]}, "center": {"62-113": [1162, 167]}}, {"id": "y7oub8", "name": "Flag of Cuba", "description": "Cuba is an island country in the Caribbean Sea.", "links": {"website": ["https://en.wikipedia.org/wiki/Cuba", "https://en.wikipedia.org/wiki/Flag_of_Cuba"], "subreddit": ["placecuba"]}, "path": {"64-113": [[1184, 185], [1184, 201], [1206, 201], [1206, 185]]}, "center": {"64-113": [1195, 193]}}, -{"id": "y7orjl", "name": "Trollface", "description": "Trollface is an image of a face with a mischievous smile. It is used to symbolize internet trolls, people who post inflammatory content on the internet with the intent of provoking others.", "links": {"website": ["https://knowyourmeme.com/memes/trollface", "https://en.wikipedia.org/wiki/Trollface"]}, "path": {"105-127, 74-97": [[1163, 130], [1163, 145], [1181, 145], [1181, 130]]}, "center": {"105-127, 74-97": [1172, 138]}}, +{"id": "y7orjl", "name": "Trollface", "description": "Trollface is an image of a face with a mischievous smile. It is used to symbolize internet trolls, people who post inflammatory content on the internet with the intent of provoking others.", "links": {"website": ["https://knowyourmeme.com/memes/trollface", "https://en.wikipedia.org/wiki/Trollface"]}, "path": {"135-141": [[1656, 1047], [1653, 1051], [1653, 1059], [1655, 1061], [1660, 1061], [1666, 1058], [1668, 1058], [1668, 1056], [1670, 1054], [1670, 1052], [1666, 1047]], "105-127, 74-97": [[1163, 130], [1163, 145], [1181, 145], [1181, 130]]}, "center": {"135-141": [1660, 1054], "105-127, 74-97": [1172, 138]}}, {"id": "y7ol5h", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"]}, "path": {"19": [[310, 743], [310, 745], [315, 745], [315, 743]], "21": [[310, 743], [310, 745], [321, 745], [321, 743]], "132-136": [[1128, 148], [1128, 155], [1136, 155], [1136, 161], [1144, 161], [1144, 155], [1130, 155], [1130, 148]], "40-43": [[0, 252], [12, 252], [12, 259], [0, 259]], "4-9": [[367, 264], [364, 267], [367, 270], [370, 267]], "27-28": [[782, 219], [782, 225], [785, 225], [785, 219]], "74-77": [[837, 247], [837, 249], [843, 249], [843, 247]], "55-62": [[844, 227], [844, 229], [850, 229], [850, 227]], "107-111": [[1750, 336], [1750, 342], [1755, 342], [1755, 336]], "15-16": [[743, 475], [743, 481], [751, 481], [751, 475]], "91-95": [[1783, 508], [1783, 509], [1785, 511], [1785, 515], [1786, 515], [1786, 521], [1789, 523], [1793, 523], [1793, 513], [1792, 512], [1792, 508]], "156-157": [[655, 865], [655, 890], [719, 890], [725, 888], [749, 888], [750, 887], [764, 887], [767, 885], [770, 880], [770, 873], [767, 868], [764, 866], [756, 866], [755, 865]], "144-149": [[1731, 994], [1731, 999], [1740, 999], [1740, 994], [1739, 994], [1738, 995], [1733, 995], [1732, 994]], "158-166, T:0-1": [[1524, 933], [1524, 939], [1535, 939], [1535, 938], [1532, 935], [1532, 933]]}, "center": {"19": [313, 744], "21": [316, 744], "132-136": [1139, 158], "40-43": [6, 256], "4-9": [367, 267], "27-28": [784, 222], "74-77": [840, 248], "55-62": [847, 228], "107-111": [1753, 339], "15-16": [747, 478], "91-95": [1790, 515], "156-157": [713, 878], "144-149": [1733, 997], "158-166, T:0-1": [1527, 936]}}, {"id": "y7oas5", "name": "Dots", "description": "Dots are the main objective in Pac-Man. Pac-Man must eat all dots in a level to progress to the next level.", "links": {}, "path": {"97-99": [[1190, 137], [1190, 139], [1247, 139], [1247, 137]], "115-119, 125-134": [[1189, 137], [1189, 139], [1197, 139], [1197, 137]]}, "center": {"97-99": [1219, 138], "115-119, 125-134": [1193, 138]}}, {"id": "y7o8fw", "name": "Inky", "description": "Inky is one of the enemy ghosts in the arcade game Pac-Man.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghosts_(Pac-Man)"]}, "path": {"124-136": [[1200, 134], [1197, 137], [1197, 144], [1205, 144], [1205, 137], [1202, 134]], "37-52": [[460, 277], [457, 279], [455, 281], [454, 284], [454, 290], [456, 292], [467, 292], [469, 290], [469, 284], [468, 281], [465, 278], [463, 277]], "15-20": [[8, 808], [5, 811], [5, 816], [13, 816], [13, 811], [10, 808]]}, "center": {"124-136": [1201, 140], "37-52": [461, 285], "15-20": [9, 812]}}, @@ -8714,7 +8711,7 @@ {"id": "yjric0", "name": "Sweden heart", "description": "A heart depicting the flag of Sweden, a country in Northern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Sweden", "https://en.wikipedia.org/wiki/Flag_of_Sweden"], "subreddit": ["sweden"]}, "path": {"16-18": [[388, 266], [384, 270], [384, 271], [386, 273], [390, 273], [392, 271], [392, 270]], "101-107": [[1176, 277], [1173, 280], [1173, 282], [1178, 287], [1183, 282], [1183, 280], [1180, 277]], "63-68": [[1200, 277], [1197, 280], [1197, 282], [1202, 287], [1207, 282], [1207, 280], [1204, 277]]}, "center": {"16-18": [388, 270], "101-107": [1178, 281], "63-68": [1202, 281]}}, {"id": "yjrdnu", "name": "India heart", "description": "A heart depicting the flag of India, a country in South Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/India"], "subreddit": ["IndiaPlace", "IndianPlace", "india"]}, "path": {"18-20": [[337, 266], [333, 270], [333, 271], [335, 273], [339, 273], [341, 271], [341, 270]], "97-99": [[1226, 248], [1223, 251], [1223, 252], [1228, 257], [1236, 257], [1241, 252], [1241, 251], [1238, 248]], "120-122, 128-132, 137-141, 146-160": [[1186, 248], [1183, 251], [1183, 252], [1188, 257], [1193, 252], [1193, 251], [1190, 248]], "100-117, 74-96": [[1226, 248], [1223, 251], [1223, 252], [1228, 257], [1233, 252], [1233, 251], [1230, 248]]}, "center": {"18-20": [337, 270], "97-99": [1232, 253], "120-122, 128-132, 137-141, 146-160": [1188, 252], "100-117, 74-96": [1228, 252]}}, {"id": "yjrba0", "name": "Flag of India", "description": "India is a country in South Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/India", "https://en.wikipedia.org/wiki/Flag_of_India"], "subreddit": ["IndiaPlace", "IndianPlace", "india"]}, "path": {"85": [[1246, 591], [1246, 595], [1252, 595], [1252, 591]], "15-16": [[361, 254], [358, 257], [361, 260], [367, 260], [370, 257], [367, 254]], "10-14": [[367, 254], [364, 257], [367, 260], [370, 257]], "63-74": [[1541, 790], [1541, 794], [1551, 794], [1551, 790], [1547, 790], [1547, 794], [1545, 794], [1545, 790]], "61-62": [[1547, 785], [1547, 789], [1551, 789], [1551, 785]], "17-22, 3-9": [[361, 254], [358, 257], [361, 260], [364, 257]]}, "center": {"85": [1249, 593], "15-16": [364, 257], "10-14": [367, 257], "63-74": [1543, 792], "61-62": [1549, 787], "17-22, 3-9": [361, 257]}}, -{"id": "yjr6i0", "name": "Flag of Canada", "description": "Canada is a country in North America.", "links": {"website": ["https://en.wikipedia.org/wiki/Canada", "https://en.wikipedia.org/wiki/Flag_of_Canada"], "subreddit": ["placecanada", "canada"]}, "path": {"8": [[661, 254], [658, 257], [661, 260], [664, 257]], "17-24": [[373, 254], [370, 257], [373, 260], [376, 257]]}, "center": {"8": [661, 257], "17-24": [373, 257]}}, +{"id": "yjr6i0", "name": "Flag of Canada", "description": "Canada is a country in North America.", "links": {"website": ["https://en.wikipedia.org/wiki/Canada", "https://en.wikipedia.org/wiki/Flag_of_Canada"], "subreddit": ["placecanada", "canada"]}, "path": {"8": [[661, 254], [658, 257], [661, 260], [664, 257]], "17-24": [[373, 254], [370, 257], [373, 260], [376, 257]], "112-122": [[1674, 1074], [1674, 1126], [1768, 1126], [1768, 1074]], "133-139": [[1645, 1043], [1645, 1172], [1789, 1172], [1789, 1043]]}, "center": {"8": [661, 257], "17-24": [373, 257], "112-122": [1721, 1100], "133-139": [1717, 1108]}}, {"id": "yjr1sk", "name": "Armenia heart", "description": "A heart depicting the flag of Armenia, a country in the Caucasus region of Eastern Europe and Western Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Armenia", "https://en.wikipedia.org/wiki/Flag_of_Armenia"], "subreddit": ["armenia"]}, "path": {"97": [[1136, 248], [1133, 251], [1133, 252], [1138, 257], [1143, 252], [1143, 251], [1140, 248]], "98": [[1160, 248], [1157, 251], [1157, 252], [1162, 257], [1167, 252], [1167, 251], [1164, 248]], "17-21": [[368, 251], [366, 253], [366, 254], [370, 258], [374, 254], [374, 253], [372, 251]], "77-80": [[958, 248], [955, 251], [955, 252], [960, 257], [965, 252], [965, 251], [962, 248]], "94-96": [[1263, 277], [1260, 280], [1260, 282], [1265, 287], [1270, 282], [1270, 280], [1267, 277]]}, "center": {"97": [1138, 252], "98": [1162, 252], "17-21": [370, 254], "77-80": [960, 252], "94-96": [1265, 281]}}, {"id": "yjqps8", "name": "37-33", "description": "The score of the 2021 college American football game between Michigan State University and the University of Michigan, with Michigan State taking the win. The two Michigan universities have a longstanding rivalry.", "links": {"website": ["https://en.wikipedia.org/wiki/Michigan%E2%80%93Michigan_State_football_rivalry"], "subreddit": ["msu"]}, "path": {"26-52": [[367, 265], [367, 271], [391, 271], [391, 265]]}, "center": {"26-52": [379, 268]}}, {"id": "yjqnbz", "name": "Go Green, Go White", "description": "The rallying cry of Michigan State University's athletic team, the Spartans.", "links": {"subreddit": ["msu"]}, "path": {"34-52": [[393, 265], [393, 271], [458, 271], [459, 265]], "21-33": [[393, 265], [393, 271], [431, 271], [431, 265]]}, "center": {"34-52": [426, 268], "21-33": [412, 268]}}, @@ -9205,7 +9202,7 @@ {"id": "1007kig", "name": "Rainbow Slorg", "description": "A Slorg with the colors of the rainbow pride flag. The rainbow flag represents the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT", "https://neopets.fandom.com/wiki/Slorg"], "subreddit": ["neopets"]}, "path": {"71-86": [[1298, 390], [1296, 392], [1296, 393], [1297, 394], [1297, 398], [1306, 398], [1306, 397], [1304, 395], [1304, 392], [1302, 390]], "98-166, T:0-1": [[1309, 382], [1307, 384], [1307, 385], [1308, 386], [1308, 390], [1317, 390], [1317, 389], [1315, 387], [1315, 384], [1313, 382]]}, "center": {"71-86": [1300, 394], "98-166, T:0-1": [1311, 386]}}, {"id": "1007je4", "name": "Asexual Slorg", "description": "A Slorg with the colors of the asexual pride flag. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality", "https://neopets.fandom.com/wiki/Slorg"], "subreddit": ["neopets"]}, "path": {"82-86": [[1316, 382], [1314, 384], [1314, 385], [1315, 386], [1315, 390], [1324, 390], [1324, 389], [1322, 387], [1322, 384], [1320, 382]], "92-164, T:0-1": [[1318, 382], [1316, 384], [1316, 385], [1317, 386], [1317, 390], [1326, 390], [1326, 389], [1324, 387], [1324, 384], [1322, 382]]}, "center": {"82-86": [1318, 386], "92-164, T:0-1": [1320, 386]}}, {"id": "1007ac5", "name": "Azad Kashmir heart", "description": "Azad Kashmir is a region of Pakistan. It is part of Kashmir, a disputed region between Pakistan and India. The flag is also a symbol of Kashmir separatism, a movement for Kashmir leaving India and either gaining independence or becoming part of Pakistan.", "links": {"website": ["https://en.wikipedia.org/wiki/Azad_Kashmir", "https://en.wikipedia.org/wiki/Flag_of_Azad_Kashmir"], "subreddit": ["pakistan"]}, "path": {"71-78": [[1289, 329], [1286, 332], [1286, 334], [1292, 340], [1293, 340], [1299, 334], [1299, 332], [1296, 329]]}, "center": {"71-78": [1293, 334]}}, -{"id": "1008ppf", "name": "Butterflies", "description": "Creatures from Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Butterflies"], "subreddit": ["SkyGame"]}, "path": {"151-164, T:0-1": [[1172, 371], [1170, 373], [1170, 374], [1172, 374], [1172, 377], [1170, 377], [1170, 380], [1173, 380], [1173, 377], [1175, 377], [1175, 376], [1173, 374], [1173, 371]]}, "center": {"151-164, T:0-1": [1172, 378]}}, +{"id": "1008ppf", "name": "Butterflies", "description": "Creatures from Sky: Children of the Light.", "links": {"website": ["https://sky-children-of-the-light.fandom.com/wiki/Butterflies"], "subreddit": ["SkyChildrenOfLight", "SkyGame", "skyplace"], "discord": ["EVZaHb4HsW"]}, "path": {"151-164, T:0-1": [[1172, 371], [1170, 373], [1170, 374], [1172, 374], [1172, 377], [1170, 377], [1170, 380], [1173, 380], [1173, 377], [1175, 377], [1175, 376], [1173, 374], [1173, 371]]}, "center": {"151-164, T:0-1": [1172, 378]}}, {"id": "1008tn0", "name": "Flag of Belgium/France", "description": "This flag is split between the flags of Belgium and France in reference to Ludus Académie being both a Belgian and French school.", "links": {"website": ["https://en.wikipedia.org/wiki/Belgium", "https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_Belgium", "https://en.wikipedia.org/wiki/Flag_of_France"]}, "path": {"146-166, T:0-1": [[1288, 377], [1288, 383], [1295, 383], [1295, 377]]}, "center": {"146-166, T:0-1": [1292, 380]}}, {"id": "100dk7a", "name": "Corn cob", "description": "Here lie the bodies of the brave soldiers who fought in the corn wars. Their names are: Rufus, Reylo, Molineta, Agronck, Roro, Murillo, Summer, Marihuano, and Insider.", "links": {"website": ["https://en.wikipedia.org/wiki/Maize"]}, "path": {"147-165, T:0-1": [[1205, 398], [1205, 402], [1222, 402], [1222, 398]]}, "center": {"147-165, T:0-1": [1214, 400]}}, {"id": "100qo34", "name": "Pansexual Slorg", "description": "A Slorg with the colors of the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag", "https://neopets.fandom.com/wiki/Slorg"], "subreddit": ["neopets"]}, "path": {"152-164, T:0-1": [[1319, 398], [1319, 403], [1325, 403], [1325, 402], [1323, 400], [1323, 398]]}, "center": {"152-164, T:0-1": [1321, 401]}}, @@ -9323,7 +9320,7 @@ {"id": "103pdmw", "name": "Isaac", "description": "Isaac is the titular player character of the roguelike game The Binding of Isaac.", "links": {"website": ["https://bindingofisaacrebirth.fandom.com/wiki/Isaac", "https://bindingofisaac.com/", "https://en.wikipedia.org/wiki/The_Binding_of_Isaac_(video_game)"], "subreddit": ["theisaacplace", "bindingofisaac"]}, "path": {"56-65": [[1876, 300], [1869, 305], [1866, 310], [1866, 315], [1871, 322], [1871, 377], [1874, 377], [1874, 364], [1883, 364], [1883, 375], [1885, 378], [1886, 377], [1886, 358], [1892, 346], [1892, 331], [1889, 327], [1889, 320], [1892, 316], [1892, 309], [1886, 301], [1882, 300]]}, "center": {"56-65": [1879, 313]}}, {"id": "103pc6b", "name": "IsaacPog", "description": "Isaac is the titular player character of the roguelike game The Binding of Isaac. He is pictured here making an excited face similar to Twitch's PogChamp emote.", "links": {"website": ["https://en.wikipedia.org/wiki/PogChamp"], "subreddit": ["theisaacplace", "bindingofisaac"]}, "path": {"65-93": [[1876, 301], [1868, 307], [1867, 309], [1867, 313], [1873, 320], [1887, 320], [1890, 317], [1890, 310], [1888, 306], [1882, 301]]}, "center": {"65-93": [1879, 311]}}, {"id": "103p2tf", "name": "r/epublica", "description": "r/epublica is a private Spanish Reddit community.", "links": {"subreddit": ["epublica"]}, "path": {"123-143": [[1829, 303], [1829, 308], [1865, 308], [1865, 303]]}, "center": {"123-143": [1847, 306]}}, -{"id": "103ozce", "name": "FapParaMoarr", "description": "FapParaMoarr is a Mexican streamer and mod. The text \"FapParaMoarr\" is colored to match the flag of Mexico.", "links": {"website": ["https://www.twitch.tv/fapparamoarr"], "subreddit": ["fapparamoar"]}, "path": {"151-156": [[1823, 309], [1823, 322], [1838, 322], [1838, 309]]}, "center": {"151-156": [1831, 316]}}, +{"id": "103ozce", "name": "FapParaMoarr", "description": "FapParaMoarr is a Mexican streamer and mod. The text \"FapParaMoarr\" is colored to match the flag of Mexico.", "links": {"website": ["https://www.twitch.tv/fapparamoarr"], "subreddit": ["fapparamoar"]}, "path": {"151-156": [[1823, 309], [1823, 322], [1838, 322], [1838, 309]], "110-123": [[1645, 1044], [1645, 1060], [1674, 1060], [1674, 1074], [1709, 1074], [1709, 1044]]}, "center": {"151-156": [1831, 316], "110-123": [1690, 1059]}}, {"id": "103rb1t", "name": "Hint coins", "description": "Hint coins are currency in the Professor Layton games that can be used to get hints about puzzles. The hint coins are hidden throughout the world, and there are a limited number of them in each game.", "links": {"website": ["https://layton.fandom.com/wiki/Hints#Hint_Coins"], "subreddit": ["ProfessorLayton"]}, "path": {"119-153": [[1963, 333], [1961, 335], [1961, 337], [1960, 337], [1958, 339], [1958, 340], [1960, 342], [1962, 342], [1964, 344], [1966, 342], [1966, 341], [1965, 340], [1965, 335]], "93-106": [[1958, 352], [1956, 354], [1956, 356], [1958, 358], [1959, 358], [1961, 356], [1961, 354], [1959, 352]], "108-114": [[1960, 353], [1958, 355], [1958, 357], [1960, 359], [1962, 357], [1962, 355]], "154-167, T:0-1": [[1961, 338], [1959, 340], [1959, 341], [1961, 343], [1964, 343], [1965, 344], [1967, 342], [1967, 341], [1965, 339], [1962, 339]]}, "center": {"119-153": [1962, 339], "93-106": [1959, 355], "108-114": [1960, 356], "154-167, T:0-1": [1963, 341]}}, {"id": "103r7rm", "name": "Luke Triton", "description": "Luke Triton is the apprentice of protagonist Professor Layton in the Professor Layton games.", "links": {"website": ["https://layton.fandom.com/wiki/Luke_Triton"], "subreddit": ["ProfessorLayton"]}, "path": {"85-111": [[1961, 343], [1961, 349], [1960, 349], [1960, 354], [1961, 354], [1961, 358], [1967, 358], [1967, 354], [1968, 354], [1968, 345], [1966, 343]], "112-167, T:0-1": [[1962, 344], [1960, 346], [1960, 354], [1961, 354], [1961, 357], [1967, 357], [1967, 355], [1968, 355], [1968, 349], [1967, 349], [1967, 344]]}, "center": {"85-111": [1964, 351], "112-167, T:0-1": [1964, 351]}}, {"id": "103r2b9", "name": "CN Tower", "description": "The CN Tower is a tower in Toronto, Canada, and one of the tallest towers in the world. \"CN\" stands for Canadian National, the railroad company that originally built the tower.\n\nThe center column is coloured blue and white to signify the collaboration between r/toronto and the Toronto Maple Leafs.", "links": {"website": ["https://en.wikipedia.org/wiki/CN_Tower"], "subreddit": ["toronto", "leafs"]}, "path": {"109-166, T:0-1": [[1950, 334], [1950, 339], [1948, 341], [1948, 344], [1949, 344], [1949, 363], [1951, 363], [1951, 359], [1953, 359], [1953, 344], [1954, 344], [1954, 341], [1952, 339], [1952, 334]]}, "center": {"109-166, T:0-1": [1951, 342]}}, @@ -10776,5 +10773,9 @@ {"id": "504", "name": "Thobe Peepo", "description": "A thobe is a robe typically worn in Arab countries like Saudi Arabia. The meme character Peepo is wearing a thobe in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Thawb", "https://knowyourmeme.com/memes/peepo"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"116-166, T:0-1": [[1633, 1045], [1631, 1047], [1629, 1053], [1629, 1056], [1630, 1056], [1632, 1054], [1632, 1058], [1634, 1060], [1638, 1060], [1640, 1058], [1640, 1056], [1641, 1055], [1641, 1052], [1642, 1051], [1642, 1047], [1640, 1045]]}, "center": {"116-166, T:0-1": [1636, 1050]}}, {"id": "505", "name": "r/Lain", "description": "Subreddit focused on the anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"147-166, T:0-1": [[1545, 1072], [1545, 1078], [1567, 1078], [1567, 1072]]}, "center": {"147-166, T:0-1": [1556, 1075]}}, {"id": "506", "name": "Caliebre-Jujalag heart", "description": "A heart with the colors of Spanish streamers Caliebre and Jujalag.", "links": {"website": ["https://www.twitch.tv/caliebre", "https://www.twitch.tv/jujalag"], "subreddit": ["Caliebre", "SorryLag"]}, "path": {"162-166, T:0-1": [[1572, 1003], [1570, 1005], [1570, 1006], [1573, 1009], [1576, 1006], [1576, 1005], [1574, 1003]]}, "center": {"162-166, T:0-1": [1573, 1006]}}, -{"id": "twppaz2", "name": "Scoti", "description": "Art made by the Scoti community. Originally made by three people.", "links": {"subreddit": ["ScotiVerso"]}, "path": {"149-160": [[1575, 1083], [1575, 1087], [1573, 1087], [1573, 1089], [1576, 1092], [1579, 1089], [1579, 1087], [1581, 1085], [1581, 1083]]}, "center": {"149-160": [1577, 1088]}} +{"id": "twppaz2", "name": "Scoti", "description": "Art made by the Scoti community. Originally made by three people.", "links": {"subreddit": ["ScotiVerso"]}, "path": {"149-160": [[1575, 1083], [1575, 1087], [1573, 1087], [1573, 1089], [1576, 1092], [1579, 1089], [1579, 1087], [1581, 1085], [1581, 1083]]}, "center": {"149-160": [1577, 1088]}}, +{"id": "507", "name": "Will You Snail?", "description": "Will You Snail? (WNS) is an indie platformer game created by Jonas Tyroller.", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"146-166, T:0-1": [[1676, 1053], [1676, 1058], [1690, 1058], [1690, 1053]]}, "center": {"146-166, T:0-1": [1683, 1056]}}, +{"id": "508", "name": "Flag of Peru", "description": "Peru is a country on the west coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Peru", "https://en.wikipedia.org/wiki/Flag_of_Peru"], "subreddit": ["PERU"]}, "path": {"123-132": [[1645, 1043], [1645, 1172], [1789, 1172], [1789, 1043]]}, "center": {"123-132": [1717, 1108]}}, +{"id": "509", "name": "Twitch", "description": "Twitch is a livestreaming website focused on video game streaming.", "links": {"website": ["https://www.twitch.tv/", "https://en.wikipedia.org/wiki/Twitch_(service)"], "subreddit": ["fapparamoar"]}, "path": {"115-121": [[1650, 1045], [1647, 1048], [1647, 1053], [1650, 1056], [1651, 1056], [1656, 1053], [1657, 1051], [1657, 1047], [1655, 1045]]}, "center": {"115-121": [1652, 1050]}}, +{"id": "510", "name": "r/WillYouSnail", "description": "Subreddit focused on the indie game Will You Snail?", "links": {"subreddit": ["WillYouSnail"]}, "path": {"113-122": [[1749, 1049], [1749, 1054], [1756, 1054], [1756, 1059], [1753, 1059], [1751, 1061], [1751, 1064], [1768, 1064], [1768, 1052], [1767, 1052], [1767, 1049]]}, "center": {"113-122": [1762, 1057]}} ] \ No newline at end of file