Updated (700, 400) to (800, 500)

This commit is contained in:
AnonymousRandomPerson 2023-01-16 21:27:10 -05:00
parent 2262de5538
commit 227c27f610
5 changed files with 93 additions and 63 deletions

View File

@ -11571,3 +11571,19 @@ zznclm
10d135m
10d0uy3
10d0qdo
10du133
10dtngf
10dtjia
10dsorx
10dp2l1
10doxpy
10dok31
10dutf3
10duqkf
10dunzp
10dukih
10dufgm
10dxzm2
10dxxji
10dxrss
10dxkmy

View File

@ -28,26 +28,26 @@ UNUSED AND FAULTY
"""
FS_REGEX = {
"commatization": r'[,;& ]+(?:and)?[,;& ]*?',
"pattern1": r'\/*[rR]\/([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/$)?',
"pattern2": r'^\/*[rR](?!\/)([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/$)?',
"pattern3": r'(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com\/r\/([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/[^" ]*)*',
"pattern1user": r'\/*(?:u|user)\/([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/$)?',
"pattern2user": r'^\/*(?:u|user)(?!\/)([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/$)?',
"pattern3user": r'(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com\/(?:u|user)\/([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/[^" ]*)*',
"pattern1new": r'(?:(?:(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com)?\/)?[rR]\/([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/[^" ]*)*'
"pattern1": r'\/*[rR]\/([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/$)?',
"pattern2": r'^\/*[rR](?!\/)([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/$)?',
"pattern3": r'(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com\/r\/([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/[^" ]*)*',
"pattern1user": r'\/*(?:u|user)\/([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/$)?',
"pattern2user": r'^\/*(?:u|user)(?!\/)([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/$)?',
"pattern3user": r'(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com\/(?:u|user)\/([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/[^" ]*)*',
"pattern1new": r'(?:(?:(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com)?\/)?[rR]\/([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/[^" ]*)*'
# "pattern4": r'(?:https?:\/\/)?(?!^www\.)(.+)\.reddit\.com(?:\/[^"]*)*',
# "pattern5": r'\[(?:https?:\/\/)?(?!^www\.)(.+)\.reddit\.com(?:\/[^"]*)*\]\((?:https:\/\/)?(?!^www\.)(.+)\.reddit\.com(?:\/[^"]*)*\)"',
}
VALIDATE_REGEX = {
"subreddit": r'^ *\/?r\/([A-Za-z0-9][A-Za-z0-9_]{2,20}) *(, *\/?r\/([A-Za-z0-9][A-Za-z0-9_]{2,20}) *)*$|^$',
"subreddit": r'^ *\/?r\/([A-Za-z0-9][A-Za-z0-9_]{2,20}) *(, *\/?r\/([A-Za-z0-9][A-Za-z0-9_]{1,20}) *)*$|^$',
"website": r'^https?://[^\s/$.?#].[^\s]*$|^$'
}
CL_REGEX = r'\[(.+?)\]\((.+?)\)'
CWTS_REGEX = {
"url": r'^(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com\/r\/([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/)?$',
"subreddit": r'^\/*[rR]\/([A-Za-z0-9][A-Za-z0-9_]{2,20})\/?$'
"url": r'^(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com\/r\/([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/)?$',
"subreddit": r'^\/*[rR]\/([A-Za-z0-9][A-Za-z0-9_]{1,20})\/?$'
}
CSTW_REGEX = {
"website": r'^https?://[^\s/$.?#].[^\s]*$',

View File

@ -16,7 +16,7 @@ EXPANSION_1_RANGE = (56, END_IMAGE)
EXPANSION_2_RANGE = (109, END_IMAGE)
COMMATIZATION = re.compile(r'[,;& ]+(?:and)?[,;& ]*?')
FS_REGEX = re.compile(r'(?:(?:(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com)?\/)?[rR]\/([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/[^" ]*)*')
FS_REGEX = re.compile(r'(?:(?:(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com)?\/)?[rR]\/([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/[^" ]*)*')
def migrate_atlas_format(entry: dict):
new_entry = {

View File

@ -43,7 +43,7 @@ const discordGroup = document.getElementById("discordGroup")
const wikiGroup = document.getElementById("wikiGroup")
const exportArea = document.getElementById("exportString")
const subredditPattern = /^(?:(?:(?:(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com)?\/)?[rR]\/)?([A-Za-z0-9][A-Za-z0-9_]{2,20})(?:\/[^" ]*)*$/
const subredditPattern = /^(?:(?:(?:(?:(?:https?:\/\/)?(?:(?:www|old|new|np)\.)?)?reddit\.com)?\/)?[rR]\/)?([A-Za-z0-9][A-Za-z0-9_]{1,20})(?:\/[^" ]*)*$/
const discordPattern = /^(?:(?:https?:\/\/)?(?:www\.)?(?:(?:discord)?\.?gg|discord(?:app)?\.com\/invite)\/)?([^\s/]+?)(?=\b)$/
let entryId = 0

View File

@ -27,7 +27,7 @@
{"id": "000034", "name": "Toki Pona", "description": "Toki Pona is a minimalist constructed language by Sonja Lang (jan Sonja).\n\nThis the first site on the canvas decorated by the Toki Pona community.", "links": {"website": ["https://tokipona.org/", "https://en.wikipedia.org/wiki/Toki_Pona"], "subreddit": ["tokipona"]}, "path": {"63-71": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [757, 330], [757, 325]], "53-62": [[740, 327], [740, 360], [786, 360], [786, 330], [760, 330], [760, 327]], "16-52": [[740, 327], [740, 360], [786, 360], [786, 330], [778, 330], [778, 327]], "1-15": [[742, 329], [739, 332], [739, 345], [741, 347], [741, 355], [742, 355], [742, 361], [783, 361], [783, 355], [784, 355], [784, 347], [786, 345], [786, 332], [783, 329]], "72-164, T:0-1": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [764, 330], [764, 331], [756, 331], [756, 330], [749, 330], [749, 325]]}, "center": {"63-71": [755, 345], "53-62": [756, 345], "16-52": [763, 344], "1-15": [763, 345], "72-164, T:0-1": [770, 345]}},
{"id": "000035", "name": ":happysperm:/:squirtyay:", "description": "This blue squirt originally appeared as an enemy in the game Bastion, but has since become an icon in several communities (often unrelated to Bastion), most notably as a series of Discord server emotes. Its current form on the canvas represents the :happysperm:/:squirtyay: variant. It was built together by r/civbattleroyale, r/CivHybridGames, r/civAIgames, r/civmoddingcentral, The Legacy, The Nerd Hive, and other individuals who recognised the art from Bastion.", "links": {"website": ["https://bastion.fandom.com/wiki/Squirt"], "subreddit": ["civbattleroyale", "CivHybridGames", "civAIgames", "civmoddingcentral"]}, "path": {"6-18": [[720, 361], [716, 363], [713, 367], [713, 373], [715, 376], [728, 376], [730, 374], [730, 367], [727, 363], [723, 361]], "19-164, T:0-1": [[720, 361], [716, 363], [713, 367], [713, 374], [715, 378], [719, 380], [724, 380], [728, 377], [730, 374], [730, 367], [727, 363], [723, 361]]}, "center": {"6-18": [722, 369], "19-164, T:0-1": [722, 371]}},
{"id": "000036", "name": "Java", "description": "The Java Logo. Built and maintained by the Java Discord server. discord.gg/java", "links": {}, "path": {"56-165, T:0-1": [[1215, 870], [1224, 870], [1224, 879], [1215, 879]]}, "center": {"56-165, T:0-1": [1220, 875]}},
{"id": "000037", "name": "Tally Hall", "description": "This is the logo of the band \"Tally Hall\". It was a joint effort between r/tallyhall and r/lemondemon. Above it, in the trans pride flag, is \"Ally Hall\", a joint project between the two groups.", "links": {"website": ["https://www.tallyhall.com", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "lemondemon"], "discord": ["jZjmeq86tV"]}, "path": {"7-12": [[766, 476], [766, 507], [800, 507], [800, 476]], "5-6": [[575, 70], [541, 70], [540, 53], [574, 53]], "3-4": [[603, 89], [603, 118], [635, 118], [635, 89]], "13-164, T:0-1": [[754, 477], [754, 521], [763, 521], [763, 507], [786, 507], [786, 477], [773, 477]]}, "center": {"7-12": [783, 492], "5-6": [558, 62], "3-4": [619, 104], "13-164, T:0-1": [770, 492]}},
{"id": "000037", "name": "Tally Hall", "description": "Tally Hall is an American rock band.\n\nThis art was a joint effort between r/tallyhall and r/lemondemon. Above it, in the trans pride flag, is \"Ally Hall\", a joint project between r/tallyhall and r/transplace.", "links": {"website": ["https://www.tallyhall.com", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "lemondemon"], "discord": ["jZjmeq86tV"]}, "path": {"7-12": [[766, 476], [766, 507], [800, 507], [800, 476]], "5-6": [[575, 70], [541, 70], [540, 53], [574, 53]], "3-4": [[603, 89], [603, 118], [635, 118], [635, 89]], "13-164, T:0-1": [[753, 476], [753, 521], [763, 521], [763, 507], [787, 507], [787, 476]]}, "center": {"7-12": [783, 492], "5-6": [558, 62], "3-4": [619, 104], "13-164, T:0-1": [771, 492]}},
{"id": "000039", "name": "Miracle butterfly", "description": "The miracle butterfly is a major plot element in the Disney movie Encanto.\n\nA piece created by r/Encanto, this butterfly's place was granted in a deal with Oyasumi Punpun in exchange for guarding their piece. It saw minimal griefing, as both parties defended it.", "links": {"website": ["https://en.wikipedia.org/wiki/Encanto_(film)"], "subreddit": ["Encanto"]}, "path": {"101-167, 65-96, T:0-1": [[1919, 270], [1919, 281], [1928, 281], [1933, 270]]}, "center": {"101-167, 65-96, T:0-1": [1925, 276]}},
{"id": "000041", "name": "Amulet of Yendor", "description": "The Amulet of Yendor is a powerful artifact in the game Pixel Dungeon. It is a reference to the same item in Brogue and Rogue, two roguelike games that influenced Pixel Dungeon.", "links": {"website": ["https://pixeldungeon.fandom.com/wiki/Amulet_of_Yendor"], "subreddit": ["PixelDungeon"]}, "path": {"2-12": [[696, 362], [691, 367], [691, 374], [696, 379], [703, 379], [708, 374], [708, 367], [703, 362]], "13-166, T:0-1": [[697, 360], [692, 365], [692, 370], [697, 375], [702, 375], [707, 370], [707, 365], [702, 360]]}, "center": {"2-12": [700, 371], "13-166, T:0-1": [700, 368]}},
{"id": "000042", "name": "Hatchling and scout", "description": "Main character of the game Outer Wilds", "links": {"website": ["https://outerwilds.fandom.com/wiki/The_Protagonist"], "subreddit": ["outerwilds", "place_CentralAlliance"]}, "path": {"1-165, T:0-1": [[384, 944], [391, 944], [391, 942], [390, 942], [390, 938], [392, 938], [393, 939], [395, 940], [395, 941], [396, 942], [395, 943], [395, 944], [397, 944], [397, 943], [398, 942], [399, 942], [400, 943], [400, 944], [402, 944], [402, 943], [401, 942], [402, 941], [402, 939], [400, 937], [399, 937], [399, 935], [400, 935], [399, 934], [398, 935], [399, 936], [399, 937], [397, 937], [395, 939], [394, 938], [394, 935], [391, 930], [391, 923], [388, 921], [385, 921], [384, 923], [383, 923], [382, 922], [381, 923], [382, 925], [383, 928], [383, 930], [380, 935], [380, 938], [381, 939], [384, 938]]}, "center": {"1-165, T:0-1": [389, 934]}},
@ -60,7 +60,7 @@
{"id": "000075", "name": "Destiny", "description": "Gaming and politics Twitch streamer and YouTuber Steven Kenneth \"Destiny\" Bonnell II.", "links": {"website": ["https://destiny.gg", "https://en.wikipedia.org/wiki/Destiny_(streamer)"], "subreddit": ["Destiny"]}, "path": {"3-165, T:0-1": [[334, 78], [399, 78], [399, 131], [334, 131]]}, "center": {"3-165, T:0-1": [367, 105]}},
{"id": "000076", "name": "LTTSTORE.COM", "description": "A reference to shoutouts in Linus Tech Tips videos for their own merchandise line available on LTTSTORE.COM.\n\nSpammers have made repeated attempts to replace two pixels of the O in .COM with orange in order to alter the text to .CUM.", "links": {"website": ["https://www.lttstore.com/"], "subreddit": ["LinusTechTips"]}, "path": {"1-165, T:0-1": [[49, 766], [115, 765], [115, 777], [49, 776]]}, "center": {"1-165, T:0-1": [83, 771]}},
{"id": "000077", "name": "Löwenzahn", "description": "A dandelion, representing the popular German children's TV show \"Löwenzahn\".", "links": {"website": ["https://en.wikipedia.org/wiki/L%C3%B6wenzahn"], "subreddit": ["placeDE", "de"]}, "path": {"1-166, T:0-1": [[519, 865], [523, 865], [522, 864], [522, 863], [524, 863], [524, 864], [530, 863], [528, 861], [528, 858], [530, 858], [530, 859], [531, 859], [530, 859], [530, 858], [529, 858], [529, 856], [532, 856], [531, 856], [531, 855], [531, 854], [532, 854], [533, 853], [531, 853], [531, 851], [532, 851], [532, 850], [534, 850], [535, 849], [535, 848], [537, 846], [537, 845], [537, 846], [535, 848], [534, 848], [533, 849], [532, 849], [532, 847], [533, 847], [533, 846], [534, 846], [534, 845], [533, 844], [531, 844], [530, 845], [530, 846], [531, 847], [532, 847], [532, 849], [531, 849], [529, 851], [528, 853], [528, 854], [528, 855], [526, 855], [526, 856], [524, 856], [524, 851], [525, 851], [525, 850], [526, 850], [526, 849], [527, 849], [527, 844], [529, 844], [529, 845], [529, 844], [529, 843], [530, 843], [530, 842], [531, 842], [531, 841], [532, 841], [532, 840], [532, 839], [532, 841], [530, 841], [530, 843], [528, 843], [528, 839], [529, 839], [529, 838], [530, 838], [530, 837], [531, 837], [531, 835], [529, 834], [528, 833], [528, 834], [527, 834], [527, 835], [526, 835], [526, 836], [525, 836], [525, 837], [526, 837], [526, 838], [527, 838], [527, 840], [526, 840], [526, 843], [525, 843], [527, 843], [527, 847], [526, 847], [526, 849], [525, 849], [525, 851], [523, 851], [523, 850], [522, 850], [522, 848], [523, 848], [523, 845], [524, 845], [524, 844], [525, 844], [523, 844], [523, 843], [519, 843], [519, 841], [521, 841], [521, 840], [522, 840], [522, 839], [523, 839], [523, 836], [522, 836], [522, 834], [521, 834], [521, 833], [520, 832], [518, 832], [516, 834], [516, 836], [513, 836], [513, 834], [514, 834], [514, 833], [513, 832], [511, 832], [510, 833], [510, 834], [511, 835], [512, 836], [513, 837], [513, 839], [511, 839], [511, 838], [510, 837], [507, 837], [505, 839], [505, 841], [504, 841], [504, 844], [507, 847], [509, 847], [509, 851], [507, 851], [506, 852], [508, 852], [508, 854], [505, 857], [505, 859], [503, 859], [503, 860], [505, 860], [505, 861], [507, 861], [507, 862], [509, 862], [509, 863], [508, 864], [509, 863], [512, 863], [512, 865]]}, "center": {"1-166, T:0-1": [517, 850]}},
{"id": "000078", "name": "Colosseum", "description": "A Roman gladiator arena, built in Rome, Italy.", "links": {"website": ["https://en.wikipedia.org/wiki/Colosseum"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"43-101": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [820, 421], [820, 425], [822, 427], [825, 429], [830, 429], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 427], [789, 419], [787, 419], [787, 417], [789, 417]], "102-165, T:0-1": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [824, 417], [824, 419], [825, 419], [825, 428], [830, 428], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 428], [789, 419], [787, 419], [787, 417], [789, 417]]}, "center": {"43-101": [806, 433], "102-165, T:0-1": [808, 432]}},
{"id": "000078", "name": "Colosseum", "description": "The Colosseum is an ancient Roman gladiator arena and amphitheater built in Rome, Italy.", "links": {"website": ["https://en.wikipedia.org/wiki/Colosseum"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"43-101": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [820, 421], [820, 425], [822, 427], [825, 429], [830, 429], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 427], [789, 419], [787, 419], [787, 417], [789, 417]], "102-165, T:0-1": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [824, 417], [824, 419], [825, 419], [825, 428], [830, 428], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 428], [789, 419], [787, 419], [787, 417], [789, 417]]}, "center": {"43-101": [806, 433], "102-165, T:0-1": [808, 432]}},
{"id": "000079", "name": "Dante Alighieri", "description": "An Italian poet, known for writing the Divine Comedy (Italian: Divina Commedia).", "links": {"website": ["https://en.wikipedia.org/wiki/Dante_Alighieri"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"46-165, T:0-1": [[858, 366], [852, 371], [848, 371], [842, 366], [842, 357], [846, 353], [849, 353], [849, 352], [845, 351], [843, 348], [842, 342], [847, 338], [846, 333], [848, 325], [852, 325], [853, 324], [855, 324], [859, 328], [861, 329], [863, 352], [864, 353], [864, 360], [854, 360], [854, 361], [857, 362], [858, 363]]}, "center": {"46-165, T:0-1": [853, 344]}},
{"id": "000080", "name": "Flag of Poland", "description": "Poland is a country in Central Europe.\n\nThis Polish flag has dumplings, a bottle of vodka, Pope John Paul II, footballer Robert Lewandowski, a Polish hussar, and the dog from the old Polish cartoon \"Reksio\" drawn on top of it.", "links": {"website": ["https://en.wikipedia.org/wiki/Poland", "https://en.wikipedia.org/wiki/Flag_of_Poland"], "subreddit": ["Polska", "poland"]}, "path": {"1-7": [[448, 342], [601, 342], [601, 376], [448, 376]], "8-31": [[432, 342], [689, 342], [689, 376], [432, 376]], "32-165, T:0-1": [[480, 343], [689, 343], [689, 376], [480, 376]]}, "center": {"1-7": [525, 359], "8-31": [561, 359], "32-165, T:0-1": [585, 360]}},
{"id": "000083", "name": "Karlsruhe Institute of Technology", "description": "The Karlsruhe Institute of Technology (Karlsruher Institut für Technologie, KIT) is the biggest university in the city of Karlsruhe, Germany and a national research center.", "links": {"website": ["https://kit.edu"], "subreddit": ["KaIT"]}, "path": {"1-166, T:0-1": [[760, 521], [760, 547], [832, 547], [832, 521]]}, "center": {"1-166, T:0-1": [796, 534]}},
@ -69,7 +69,7 @@
{"id": "000087", "name": "Flag of Catalonia", "description": "Catalonia is an autonomous community in Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Catalonia", "https://en.wikipedia.org/wiki/Flag_of_Catalonia"], "subreddit": ["catalunya"]}, "path": {"4-164, T:0-1": [[689, 360], [740, 360], [740, 332], [689, 332]]}, "center": {"4-164, T:0-1": [715, 346]}},
{"id": "000089", "name": "Flag of Indonesia", "description": "Indonesian flag with Indonesian archipelago and penguin pixel art.", "links": {"website": ["https://en.wikipedia.org/wiki/Indonesia"], "subreddit": ["indonesia"]}, "path": {"1-166, T:0-1": [[89, 781], [143, 781], [143, 804], [89, 804]]}, "center": {"1-166, T:0-1": [116, 793]}},
{"id": "000090", "name": "League of Legends", "description": "League of Legends is a multiplayer online battle arena (MOBA) game.", "links": {"website": ["https://www.leagueoflegends.com/en-us/", "https://en.wikipedia.org/wiki/League_of_Legends"], "subreddit": ["leagueoflegends"], "discord": ["lol"]}, "path": {"52-104": [[715, 204], [718, 207], [714, 214], [709, 225], [709, 232], [713, 240], [717, 245], [714, 249], [714, 250], [747, 250], [753, 244], [753, 243], [747, 243], [750, 238], [753, 232], [753, 224], [746, 212], [743, 209], [729, 206], [729, 203], [715, 203]]}, "center": {"52-104": [731, 228]}},
{"id": "000091", "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America. This flag has a Mayan pyramid on it.\n\nThis flag was the first Mexican flag, made during the first day of r/place. At first it was a very small flag, but it expanded to the north when the LGBT flag was attacked by the Mexican and Italian alliance, dividing the won territories in half. This territory lived in peace from the first to the last day and was never invaded.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"1-164, T:0-1": [[787, 521], [865, 521], [865, 451], [787, 451]]}, "center": {"1-164, T:0-1": [826, 486]}},
{"id": "000091", "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America. This flag has a Mayan pyramid on it.\n\nThis flag was the first Mexican flag, made during the first day of r/place. At first it was a very small flag, but it expanded to the north when the LGBT flag was attacked by the Mexican and Italian alliance, dividing the won territories in half. This territory lived in peace from the first to the last day and was never invaded.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"6-164, T:0-1": [[787, 521], [865, 521], [865, 451], [787, 451]]}, "center": {"6-164, T:0-1": [826, 486]}},
{"id": "000092", "name": "Lego", "description": "Lego is a construction toy consisting of colored bricks and figures that can be assembled together. This Lego logo is drawn next to the flag of Denmark, its country of origin.", "links": {"website": ["https://www.lego.com/", "https://en.wikipedia.org/wiki/Lego"], "subreddit": ["lego", "Denmark"]}, "path": {"11-165, T:0-1": [[638, 320], [638, 343], [689, 343], [689, 320]]}, "center": {"11-165, T:0-1": [664, 332]}},
{"id": "000094", "name": "The Great Wave off Kanagawa (神奈川沖浪裏)", "description": "The Great Wave off Kanagawa, also known as The Great Wave or The Wave, is a world-famous woodblock print created in 1831 by the Japanese ukiyo-e artist Katsushika Hokusai (葛飾北斎). This was the first of the Thirty-Six Views of Mount Fuji. The painting depicts three boats sailing off the coast of Sagami Bay, Kanagawa Prefecture (神奈川県相模湾). During r/place, The wave was destroyed 3 times, first by infamous French streamer xQc (replaced by Super Meat Boy) and then attacked twice by Russian streamer dmitry_lixxx (replaced by blue void, Then blackout). With the help of an overlay and support from Germany, Tunisia, and many more factions, we were able to quickly rebuild our artwork each time!", "links": {"website": ["https://en.wikipedia.org/wiki/The_Great_Wave_off_Kanagawa"], "subreddit": ["place_the_wave"]}, "path": {"56-166, T:0-1": [[1921, 829], [1999, 829], [1999, 775], [1920, 775]]}, "center": {"56-166, T:0-1": [1960, 802]}},
{"id": "000095", "name": "ƎNA", "description": "ƎNA is a animated series created by Peruvian animator Joel Guerra. It takes place in a surreal, digital world and stars the eponymous character ƎNA.", "links": {"website": ["https://joelgc.com/"], "subreddit": ["ENA"]}, "path": {"56-166, T:0-1": [[1972, 730], [1999, 730], [1999, 775], [1973, 775]]}, "center": {"56-166, T:0-1": [1986, 752]}},
@ -92,7 +92,7 @@
{"id": "000116", "name": "Pizza John", "description": "Pizza John, The logo/meme surrounding Pizzamas, an annual celebration by the Green Brothers (Vlogbrothers)", "links": {"website": ["https://pizzamas.com/pages/what-is-this"], "subreddit": ["nerdfighters"]}, "path": {"56-165, T:0-1": [[1364, 779], [1391, 779], [1391, 829], [1364, 829]]}, "center": {"56-165, T:0-1": [1378, 804]}},
{"id": "003621", "name": "e621", "description": "The logo of the mature imageboard e621.net.\n\nWarning: website contains NSFW images.", "links": {"subreddit": ["e621"]}, "path": {"58-164, T:0-1": [[1603, 636], [1628, 636], [1628, 620], [1630, 620], [1630, 609], [1603, 609]]}, "center": {"58-164, T:0-1": [1615, 622]}},
{"id": "000118", "name": "Bad Dragon Logo", "description": "The logo of Bad Dragon, a manufacturer of fantasy adult toys.\n\nWARNING: WEBSITE CONTAINS NSFW CONTENT.", "links": {"subreddit": ["baddragon"]}, "path": {"64-164, T:0-1": [[1587, 636], [1603, 636], [1603, 619], [1587, 619]]}, "center": {"64-164, T:0-1": [1595, 628]}},
{"id": "000120", "name": "Greggs", "description": "The logo of Greggs, The British fast-food bakery chain.", "links": {}, "path": {"1-164, T:0-1": [[702, 477], [752, 477], [752, 481], [702, 481]]}, "center": {"1-164, T:0-1": [727, 479]}},
{"id": "000120", "name": "Sausage roll", "description": "A sausage roll is a common snack in the United Kingdom and other Commonwealth nations, consisting of a sausage wrapped in a pastry.", "links": {"website": ["https://en.wikipedia.org/wiki/Sausage_roll"], "subreddit": ["Greggs"]}, "path": {"102-164, T:0-1": [[734, 477], [734, 481], [752, 481], [752, 477]]}, "center": {"102-164, T:0-1": [743, 479]}},
{"id": "000121", "name": "Peppy", "description": "A pixel art image of Peppy (Dean Herbert), The creator of the rhythm game osu! He is outlined with a slider from osu!", "links": {"website": ["https://osu.ppy.sh/"], "subreddit": ["osuplace"]}, "path": {"56-165, T:0-1": [[1726, 676], [1720, 682], [1719, 682], [1715, 686], [1715, 687], [1714, 688], [1714, 690], [1709, 695], [1709, 698], [1708, 699], [1708, 704], [1709, 705], [1709, 706], [1710, 707], [1710, 708], [1713, 711], [1713, 716], [1712, 717], [1712, 719], [1709, 722], [1707, 722], [1706, 723], [1704, 723], [1700, 725], [1696, 729], [1696, 731], [1695, 732], [1695, 733], [1694, 734], [1694, 737], [1693, 738], [1693, 755], [1694, 756], [1694, 763], [1695, 764], [1695, 766], [1696, 767], [1696, 769], [1697, 770], [1697, 772], [1699, 774], [1699, 775], [1700, 776], [1747, 776], [1748, 775], [1755, 775], [1758, 772], [1758, 766], [1759, 765], [1759, 753], [1758, 752], [1758, 751], [1757, 750], [1757, 747], [1756, 746], [1756, 738], [1755, 737], [1754, 734], [1754, 733], [1753, 732], [1753, 730], [1748, 725], [1747, 725], [1741, 723], [1740, 722], [1739, 722], [1738, 721], [1738, 719], [1741, 716], [1741, 715], [1743, 713], [1745, 708], [1746, 707], [1746, 695], [1744, 693], [1744, 692], [1743, 691], [1742, 691], [1738, 687], [1738, 686], [1732, 680], [1731, 680], [1728, 677], [1727, 677]]}, "center": {"56-165, T:0-1": [1726, 736]}},
{"id": "000122", "name": "Girl with a Pearl Earring", "description": "Pixel art of the Girl with a Pearl Earring, a painting by Dutch artist Johannes Vermeer.", "links": {"website": ["https://en.wikipedia.org/wiki/Girl_with_a_Pearl_Earring"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"53-166, T:0-1": [[928, 0], [928, 68], [886, 68], [886, 0]]}, "center": {"53-166, T:0-1": [907, 34]}},
{"id": "000123", "name": "Flag of Palestine", "description": "Palestine is a state in the Middle East. Its territory, including the holy city of Jerusalem, is disputed with Israel.\n\nThe flag of Palestine was a collaborative effort between r/Palestine and r/Islam. The flag's length was shortened to give room to r/chess and r/AnarchyChess as part of an alliance. r/Israel invaded the flag and converted the flag to the Israeli flag. With the help of the two chess subreddits, many more subreddits, and 4chan, the flag was restored to the Palestine flag.", "links": {"website": ["https://en.wikipedia.org/wiki/State_of_Palestine", "https://en.wikipedia.org/wiki/Flag_of_Palestine"], "subreddit": ["Palestine", "Islam"]}, "path": {"13-14, 18-39, 43-165, T:0-1": [[20, 643], [20, 679], [70, 679], [70, 643]]}, "center": {"13-14, 18-39, 43-165, T:0-1": [45, 661]}},
@ -633,7 +633,7 @@
{"id": "twm5b4", "name": "Flag of Overijssel", "description": "A province of the Netherlands.", "links": {"website": ["https://en.wikipedia.org/wiki/Overijssel", "https://en.wikipedia.org/wiki/Flag_of_Overijssel"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"129-166, 90-120, T:0-1": [[1253, 2], [1253, 12], [1267, 12], [1267, 2]]}, "center": {"129-166, 90-120, T:0-1": [1260, 7]}},
{"id": "twm4jy", "name": "Stardew Valley", "description": "Stardew Valley is a simulation role-playing game about owning and working a farm. It was developed by Eric \"Concerned Ape\" Barone, initially releasing for Windows in February 2016 before being ported to several other computer, console, and mobile platforms.\n\nIt all started with a chicken, but this tribute to the Stardew Valley community and subreddit grew into the piece you see before you. It underwent several renditions. First just the chicken, then the text and its mountainous background was added, then a green Junimo, a blue chicken, and a purple Junimo. By day 2, the purple Junimo had lost to a more iconic Stardrop. The piece remained relatively unchanged for the remainder of r/place, with the exception of coloring improvements and several updates to the text backdrop. I'm so proud of our community for keeping this piece beautiful until the very end.", "links": {"website": ["https://www.stardewvalley.net/", "https://en.wikipedia.org/wiki/Stardew_Valley"], "subreddit": ["StardewValley"]}, "path": {"7-165, T:0-1": [[71, 345], [132, 345], [132, 386], [71, 386]]}, "center": {"7-165, T:0-1": [102, 366]}},
{"id": "twm4ix", "name": "Reimu Hakurei & Hatsune Miku heart", "description": "A heart between a small Reimu and a small Miku symbolizing the friendship between the two subreddits throughout r/place 2022.", "links": {"subreddit": ["touhou", "hatsune", "Volcaloid"]}, "path": {"1-165, T:0-1": [[807, 704], [804, 701], [806, 699], [807, 700], [808, 699], [810, 701]]}, "center": {"1-165, T:0-1": [807, 701]}},
{"id": "twm4i3", "name": "Arsenal Football Club", "description": "Arsenal F.C. is a soccer/football club founded in 1886. They are currently based in north London, England, specifically Islington. They are known as one of the most successful clubs in English football history, winning 13 Division One Titles and 14 FA Cups respectively, as well as many more.", "links": {"website": ["https://www.arsenal.com/"], "subreddit": ["Gunners"]}, "path": {"1-164, T:0-1": [[701, 482], [752, 482], [753, 523], [701, 523]]}, "center": {"1-164, T:0-1": [727, 503]}},
{"id": "twm4i3", "name": "Arsenal Football Club", "description": "Arsenal F.C. is an association football club founded in 1886. They are currently based in Islington, a borough in north London, England, United Kingdom. They are known as one of the most successful clubs in English football history, winning 13 Division One Titles and 14 FA Cups respectively, as well as many more.", "links": {"website": ["https://www.arsenal.com/", "https://en.wikipedia.org/wiki/Arsenal_F.C."], "subreddit": ["Gunners"]}, "path": {"121-127": [[702, 511], [702, 522], [752, 522], [752, 511]], "128-164, 3-120, T:0-1": [[702, 482], [702, 522], [752, 522], [752, 482]]}, "center": {"121-127": [727, 517], "128-164, 3-120, T:0-1": [727, 502]}},
{"id": "twm4fh", "name": "Flag of Noord-Brabant", "description": "A province of the Netherlands.", "links": {"website": ["https://en.wikipedia.org/wiki/North_Brabant", "https://en.wikipedia.org/wiki/Flag_of_North_Brabant"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"90-166, T:0-1": [[1234, 2], [1234, 12], [1248, 12], [1248, 2]]}, "center": {"90-166, T:0-1": [1241, 7]}},
{"id": "twm43c", "name": "Rick Roll", "description": "A somewhat corrupted depiction of the internets most storied and infamous troll post, Rick Astleys never gonna give you up.", "links": {}, "path": {"109-166, T:0-1": [[1725, 1254], [1758, 1254], [1757, 1200], [1724, 1200]]}, "center": {"109-166, T:0-1": [1741, 1227]}},
{"id": "twm41q", "name": "Baba", "description": "Baba is the player character in the 2019 indie puzzle game Baba Is You.", "links": {"website": ["https://hempuli.com/baba/", "https://en.wikipedia.org/wiki/Baba_Is_You"], "subreddit": ["BabaIsYou"]}, "path": {"69-125": [[1352, 106], [1345, 109], [1345, 116], [1355, 116], [1355, 110]], "36-37": [[152, 344], [148, 348], [148, 354], [158, 354], [158, 348], [156, 346], [156, 344]], "32-35": [[151, 354], [148, 355], [144, 358], [144, 364], [154, 364], [154, 358], [152, 356], [152, 354]], "126-166, T:0-1": [[1376, 114], [1378, 116], [1378, 118], [1376, 118], [1375, 117], [1373, 117], [1373, 119], [1370, 119], [1369, 118], [1368, 118], [1367, 117], [1356, 117], [1355, 118], [1353, 118], [1352, 117], [1353, 116], [1353, 115], [1354, 115], [1354, 113], [1355, 112], [1355, 111], [1357, 109], [1358, 109], [1359, 108], [1360, 108], [1361, 107], [1365, 107], [1365, 105], [1367, 105], [1369, 107], [1370, 107], [1370, 105], [1372, 105], [1372, 106], [1373, 107], [1374, 108], [1374, 109], [1375, 110], [1375, 111], [1376, 112]]}, "center": {"69-125": [1350, 112], "36-37": [153, 350], "32-35": [149, 360], "126-166, T:0-1": [1370, 112]}},
@ -766,7 +766,7 @@
{"id": "twl50a", "name": "Detroit Red Wings", "description": "The Detroit Red Wings are a National Hockey League (NHL) team that plays for Detroit, Michigan, United States. Pictured is the team's logo. Also pictured is a red/blue Detroit logo made by both Detroit Red Wings and Detroit Lions fans.", "links": {"website": ["https://www.nhl.com/redwings", "https://en.wikipedia.org/wiki/Detroit_Red_Wings"], "subreddit": ["DetroitRedWings"]}, "path": {"57-127": [[1213, 82], [1213, 107], [1248, 107], [1248, 82]], "128-166, T:0-1": [[1248, 106], [1248, 83], [1195, 83], [1195, 88], [1214, 88], [1214, 106]]}, "center": {"57-127": [1231, 95], "128-166, T:0-1": [1230, 95]}},
{"id": "twl4ze", "name": "Northwestern 'N'", "description": "The logo of Northwestern University. This version is commonly associated with the school's athletic teams.", "links": {"website": ["https://www.northwestern.edu/"], "subreddit": ["Northwestern"]}, "path": {"56-164, T:0-1": [[1525, 748], [1525, 767], [1538, 767], [1538, 748]]}, "center": {"56-164, T:0-1": [1532, 758]}},
{"id": "twl4qw", "name": "Dallas from Payday 2", "description": "AAAAAAAAAAAAAAGH! I NEEEEEEEEEEED A MEDIC BAG!!!", "links": {}, "path": {"109-165, T:0-1": [[1088, 1521], [1105, 1521], [1105, 1545], [1088, 1545]]}, "center": {"109-165, T:0-1": [1097, 1533]}},
{"id": "twl46i", "name": "r/MadeOfStyrofoam", "description": "r/MadeOfStyrofoam is a self-harm support subreddit, aimed towards creating a safe place and community for those who struggle or have struggled in the past with self-injurious behavior.", "links": {"subreddit": ["MadeOfStyrofoam"]}, "path": {"1-165, T:0-1": [[706, 413], [706, 428], [717, 428], [717, 413]]}, "center": {"1-165, T:0-1": [712, 421]}},
{"id": "twl46i", "name": "r/MadeOfStyrofoam", "description": "r/MadeOfStyrofoam is a self-harm support subreddit aimed towards creating a safe place and community for those who struggle or have struggled in the past with self-injurious behavior.", "links": {"subreddit": ["MadeOfStyrofoam"]}, "path": {"24-165, T:0-1": [[707, 412], [705, 414], [705, 417], [706, 417], [706, 425], [708, 429], [715, 429], [717, 425], [717, 417], [718, 417], [718, 414], [716, 412]]}, "center": {"24-165, T:0-1": [712, 420]}},
{"id": "twl3uz", "name": "Dungeons & Dragons", "description": "The logo for popular tabletop role-playing game Dungeons & Dragons.", "links": {"website": ["https://dnd.wizards.com/"], "subreddit": ["DnD", "place_CentralAlliance"]}, "path": {"109-166, T:0-1": [[513, 1051], [540, 1051], [540, 1068], [562, 1068], [561, 1100], [511, 1100], [511, 1064], [513, 1063]]}, "center": {"109-166, T:0-1": [534, 1078]}},
{"id": "twl3rd", "name": "Bittersweet Candy Bowl", "description": "Bittersweet Candy Bowl is a comic about love, cats, dogs, and highschool drama!", "links": {"website": ["https://bcb.cat"]}, "path": {"109-165, T:0-1": [[1760, 1938], [1760, 1952], [1774, 1952], [1774, 1938]]}, "center": {"109-165, T:0-1": [1767, 1945]}},
{"id": "twl3ko", "name": ":FubuHappy:", "description": "A happy emoji of the Hololive VTuber Shirakami Fubuki. Created by the people of r/okbuddyhololive.", "links": {"subreddit": ["okbuddyhololive", "Hololive"], "discord": ["holotards"]}, "path": {"56-165, T:0-1": [[1332, 869], [1332, 902], [1353, 902], [1353, 898], [1354, 898], [1354, 893], [1356, 893], [1356, 894], [1357, 894], [1357, 895], [1359, 895], [1359, 896], [1365, 896], [1365, 869]]}, "center": {"56-165, T:0-1": [1348, 884]}},
@ -983,7 +983,7 @@
{"id": "twr4ih", "name": "Dragalia Lost", "description": "The app icon of the mobile game Dragalia Lost, prominently featuring the shapeshifting protagonist, Euden. Published by Nintendo and developed by Cygames. Released on 27th September 2018.\n\nThe game's end of service has been announced to be some time after July 2022, after the main campaign has concluded. We will miss you, Euden and friends.", "links": {"website": ["https://dragalialost.com/"], "subreddit": ["DragaliaLost"]}, "path": {"109-165, T:0-1": [[1439, 1705], [1459, 1705], [1459, 1726], [1439, 1726]]}, "center": {"109-165, T:0-1": [1449, 1716]}},
{"id": "twr4gb", "name": "Ludus Académie", "description": "A French/Belgian school on the creation and development of video games and serious games.", "links": {"website": ["https://ludus-academie.fr/"]}, "path": {"144-166, T:0-1": [[1288, 377], [1315, 377], [1315, 383], [1288, 383]]}, "center": {"144-166, T:0-1": [1302, 380]}},
{"id": "twr46e", "name": "Mittwochsfrosch", "description": "It's the Mittwochsfrosch. It's a way for german subreddits to celebrate Wednesday.", "links": {"subreddit": ["placeDE", "de"]}, "path": {"1-166, T:0-1": [[629, 860], [630, 860], [631, 859], [631, 858], [632, 857], [632, 853], [633, 852], [633, 851], [634, 850], [635, 849], [636, 848], [637, 847], [637, 846], [639, 846], [640, 845], [641, 845], [642, 844], [648, 844], [648, 845], [650, 845], [651, 846], [654, 846], [655, 847], [656, 848], [657, 849], [657, 850], [658, 850], [658, 858], [657, 858], [657, 860], [656, 859], [655, 860], [654, 861], [653, 861], [653, 863], [653, 865], [645, 865], [646, 864], [646, 863], [640, 863], [640, 862], [635, 862], [634, 863], [633, 864], [630, 864], [630, 862], [629, 862], [629, 861]]}, "center": {"1-166, T:0-1": [645, 855]}},
{"id": "twr3x2", "name": "OnlyNekos Logo", "description": "A specialized logo made specifically for r/place, representing the twitch group OnlyNekos, which includes (Going clockwise starting from the top.) Kromia, Totless, Asby, and Krisuna.", "links": {"website": ["https://www.twitch.tv/team/onlynekos"]}, "path": {"109-166, T:0-1": [[1586, 1477], [1610, 1477], [1620, 1469], [1620, 1451], [1627, 1451], [1627, 1439], [1616, 1424], [1605, 1420], [1591, 1420], [1580, 1424], [1572, 1433], [1570, 1434], [1569, 1454], [1574, 1456], [1574, 1460], [1571, 1463], [1575, 1469], [1578, 1469], [1579, 1470], [1579, 1472], [1581, 1474]]}, "center": {"109-166, T:0-1": [1597, 1448]}},
{"id": "twr3x2", "name": "OnlyNekos", "description": "OnlyNekos is a Twitch group.\n\nThis design was made specifically for r/place and features the team's members. Going clockwise starting from the top: Kromia, Totless, Asby, and Krisuna.", "links": {"website": ["https://www.twitch.tv/team/onlynekos"]}, "path": {"13-27": [[698, 412], [698, 420], [710, 420], [710, 412]], "109-166, T:0-1": [[1586, 1477], [1610, 1477], [1620, 1469], [1620, 1451], [1627, 1451], [1627, 1439], [1616, 1424], [1605, 1420], [1591, 1420], [1580, 1424], [1572, 1433], [1570, 1434], [1569, 1454], [1574, 1456], [1574, 1460], [1571, 1463], [1575, 1469], [1578, 1469], [1579, 1470], [1579, 1472], [1581, 1474]]}, "center": {"13-27": [704, 416], "109-166, T:0-1": [1596, 1445]}},
{"id": "twr3w8", "name": "Syd", "description": "In honour of Syd, a 16-year-old fan whom got diagnosed with a brain tumor and is going into surgery on April 13th. Liverpool Football Club made it for her, Together with The Stanley Parable and other neighbors right next to it, and defended it until the last moment. She will never walk alone; all the best to her! <3", "links": {"subreddit": ["LiverpoolFC", "stanleyparable"]}, "path": {"1-166, T:0-1": [[520, 529], [527, 529], [527, 541], [519, 541], [519, 529], [527, 529]]}, "center": {"1-166, T:0-1": [523, 535]}},
{"id": "twr2zq", "name": "Benson", "description": "An emote of Twitch streamer Tubbo, created live on stream.", "links": {"website": ["https://twitch.tv/Tubbo"], "subreddit": ["Tubbo_"]}, "path": {"109-165, T:0-1": [[839, 1385], [839, 1439], [887, 1439], [887, 1385]]}, "center": {"109-165, T:0-1": [863, 1412]}},
{"id": "twr2vr", "name": "Melanie", "description": "Melanie (Dutch: Nina) is a character from the Dutch children's picture book series, Miffy (Dutch: Nijntje). She is friends with the titular character, Miffy.", "links": {"website": ["https://www.nijntje.nl/", "https://www.miffy.com/"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"97-166, T:0-1": [[769, 35], [786, 35], [787, 34], [787, 32], [788, 31], [788, 28], [789, 27], [789, 25], [787, 23], [785, 23], [780, 18], [780, 15], [779, 14], [779, 13], [776, 10], [774, 10], [772, 12], [772, 14], [773, 15], [773, 17], [774, 18], [773, 18], [773, 17], [772, 16], [772, 15], [770, 13], [769, 13], [768, 12], [767, 12], [765, 14], [765, 17], [766, 18], [766, 19], [769, 22], [768, 23], [768, 28], [767, 28], [765, 30], [765, 32], [767, 34], [768, 34]]}, "center": {"97-166, T:0-1": [776, 26]}},
@ -1805,7 +1805,7 @@
{"id": "twuitf", "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.", "links": {"website": ["https://gravityfalls.fandom.com/wiki/Bill_Cipher"], "subreddit": ["gravityfalls"]}, "path": {"109-166, T:0-1": [[1022, 1963], [1038, 1963], [1047, 1959], [1047, 1953], [1034, 1935], [1034, 1930], [1032, 1930], [1032, 1926], [1028, 1926], [1028, 1930], [1026, 1930], [1025, 1936], [1013, 1955], [1013, 1958], [1023, 1963]]}, "center": {"109-166, T:0-1": [1030, 1949]}},
{"id": "twuikt", "name": "Autonomous communities of Spain", "description": "Heart-shaped flags of the autonomous communities of Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Autonomous_communities_of_Spain"], "subreddit": ["esPlace", "spain"]}, "path": {"57-166, T:0-1": [[963, 277], [960, 280], [960, 282], [965, 287], [1117, 287], [1122, 282], [1122, 280], [1119, 277]]}, "center": {"57-166, T:0-1": [1041, 282]}},
{"id": "twuijs", "name": "Lua", "description": "Pogramming language designed and developed in Rio de Janeiro, at the Pontifical Catholic University.", "links": {"website": ["https://www.lua.org"], "subreddit": ["lua"]}, "path": {"56-165, T:0-1": [[1107, 599], [1097, 599], [1096, 609], [1107, 609]]}, "center": {"56-165, T:0-1": [1102, 604]}},
{"id": "twui3c", "name": "Bee", "description": "A neutral mob in the game Minecraft. They pollinate plants and maintain hives that the player can harvest honey from.\n\nThis bee placed by the Discord community of sky.lea.moe, a stats viewer for the Minecraft server Hypixel SkyBlock. The art also received help from the Atrioc community.", "links": {"website": ["https://sky.lea.moe"], "subreddit": ["atrioc"]}, "path": {"58-95": [[1803, 172], [1803, 177], [1802, 177], [1802, 189], [1811, 189], [1811, 172]], "104-167, T:0-1": [[1808, 172], [1806, 174], [1806, 190], [1808, 192], [1821, 192], [1821, 174], [1819, 172]]}, "center": {"58-95": [1807, 181], "104-167, T:0-1": [1814, 182]}},
{"id": "twui3c", "name": "Bee", "description": "A neutral mob in the game Minecraft. They pollinate plants and maintain hives that the player can harvest honey from.\n\nThis bee placed by the Discord community of sky.lea.moe, a stats viewer for the Minecraft server Hypixel SkyBlock. The art also received help from the Atrioc community.", "links": {"website": ["https://sky.lea.moe", "https://minecraft.fandom.com/wiki/Bee"], "subreddit": ["atrioc"]}, "path": {"58-95": [[1803, 172], [1803, 177], [1802, 177], [1802, 189], [1811, 189], [1811, 172]], "104-167, T:0-1": [[1808, 172], [1806, 174], [1806, 190], [1808, 192], [1821, 192], [1821, 174], [1819, 172]]}, "center": {"58-95": [1807, 181], "104-167, T:0-1": [1814, 182]}},
{"id": "twui2z", "name": "Splatoon", "description": "Splatoon is a third person-shooter created by Nintendo featuring Inklings, a race of squid kids that compete to cover turf in various colours of ink. The S3 above the squid refers to Splatoon 3, The third instalment of the series which is expected to release in Summer 2022.", "links": {"website": ["https://splatoon.nintendo.com/"], "subreddit": ["splatoon"]}, "path": {"109-164, T:0-1": [[270, 1903], [290, 1903], [290, 1925], [270, 1925]]}, "center": {"109-164, T:0-1": [280, 1914]}},
{"id": "twui0r", "name": "iDKHOW", "description": "A tribute to the alt-rock band I DONT KNOW HOW BUT THEY FOUND ME", "links": {"website": ["https://www.idkhow.com"], "subreddit": ["idkhowbuttheyfoundme"]}, "path": {"56-165, T:0-1": [[1077, 408], [1100, 408], [1100, 415], [1077, 415]]}, "center": {"56-165, T:0-1": [1089, 412]}},
{"id": "twuhyr", "name": "Rei Plush", "description": "Rei plush is a meme among Evangelion community.", "links": {}, "path": {"109-166, T:0-1": [[473, 1444], [496, 1444], [497, 1445], [499, 1445], [499, 1447], [500, 1447], [500, 1456], [500, 1457], [499, 1457], [499, 1458], [497, 1458], [497, 1459], [492, 1464], [472, 1465], [472, 1464], [471, 1464], [470, 1461], [469, 1461], [469, 1458], [467, 1458], [467, 1454], [468, 1454]]}, "center": {"109-166, T:0-1": [484, 1454]}},
@ -1933,7 +1933,7 @@
{"id": "twwdzh", "name": "JambonBeurre", "description": "A sandwich emoji used by members of the Ewilan Quest Discord server", "links": {"website": ["https://www.andarta-pictures.com/production/ewilan-s-quest.html"]}, "path": {"109-166, T:0-1": [[490, 1172], [490, 1160], [503, 1160], [503, 1172]]}, "center": {"109-166, T:0-1": [497, 1166]}},
{"id": "twwdum", "name": "Ayrton Senna's helmet", "description": "The crash helmet of Brazilian three-time Formula 1 world champion Ayrton Senna. He made his debut in the sport in 1984 with Toleman, won his world championships with the McLaren team alongside drivers Alain Prost and Gerhard Berger, and tragically died on lap 7 of the 1994 San Marino Grand Prix at Imola.", "links": {"website": ["https://en.wikipedia.org/wiki/Ayrton_Senna"], "subreddit": ["brasil", "formula1"]}, "path": {"1-166, T:0-1": [[937, 608], [930, 608], [929, 609], [928, 610], [927, 611], [927, 617], [928, 618], [929, 619], [939, 619], [940, 618], [941, 617], [941, 616], [941, 614], [941, 613], [940, 613], [940, 612], [939, 612], [939, 611], [938, 611], [938, 610], [937, 610], [937, 609], [936, 608]]}, "center": {"1-166, T:0-1": [934, 614]}},
{"id": "twwdty", "name": "University of Florida", "description": "A tile made by UF students. The tile has Albert the Alligator (the mascot of the university), The Century Tower (a carillon tower on the campus), and orange trees. (Oranges are an important export of Florida.)", "links": {"website": ["http://www.ufl.edu/"], "subreddit": ["ufl"]}, "path": {"1-165, T:0-1": [[10, 643], [10, 616], [49, 616], [49, 619], [50, 619], [50, 622], [51, 622], [51, 624], [52, 624], [52, 625], [53, 625], [53, 626], [54, 626], [54, 627], [55, 627], [55, 628], [56, 628], [56, 629], [57, 629], [57, 630], [58, 630], [59, 630], [59, 643], [10, 643], [10, 641]]}, "center": {"1-165, T:0-1": [33, 630]}},
{"id": "twwdtk", "name": "Ally Hall", "description": "An assembly of eight 'tallies' from the \"Welcome To Tally Hall\" and \"The Pingry\" extended plays by Tally Hall. Forged as an alliance and collaboration between r/tallyhall and r/TransPlace. From left to right the ties were meant to be the bi flag, pan flag, non-binary flag, Trans flag (the original), aroace flag (though often made into the MLM flag), genderfluid Flag, lesbian flag, and the purple tie (the tie that represents Tally Hall fans in the Tally Hall community). The pride flags were often griefed due to the low amount of pixels required to alter them. Original design and expansion design by /u/ThatGuyYouKnow_.", "links": {"website": ["https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"]}, "path": {"1-164, T:0-1": [[755, 463], [786, 463], [786, 475], [755, 475]]}, "center": {"1-164, T:0-1": [771, 469]}},
{"id": "twwdtk", "name": "Ally Hall", "description": "Ally Hall is an assembly of eight \"Tallies\" based on \"Welcome To Tally Hall\" and \"The Pingry\", extended plays by American rock band Tally Hall. This art was forged as an alliance and collaboration between r/tallyhall and r/transplace. From left to right the ties were meant to be the bi flag, pan flag, non-binary flag, trans flag (the original), aroace flag (though often made into the MLM flag), genderfluid flag, lesbian flag, and a purple tie representing Tally Hall. The pride flags were often griefed due to the low number of pixels required to alter them. Original design and expansion design by u/ThatGuyYouKnow_.", "links": {"website": ["https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"]}, "path": {"78-164, T:0-1": [[757, 462], [754, 465], [754, 476], [787, 476], [787, 462]]}, "center": {"78-164, T:0-1": [771, 469]}},
{"id": "twwdpy", "name": "Mona Lisa", "description": "Mona Lisa (also known as La Gioconda or La Joconde) is a 16th-century portrait painted in oil by Leonardo da Vinci during the Renaissance in Florence, Italy. Many people think Mona Lisa's smile is mysterious. It is so often studied, recognized, and copied that it is the most famous painting.", "links": {}, "path": {"109-166, T:0-1": [[1517, 1307], [1526, 1295], [1536, 1295], [1549, 1304], [1542, 1346], [1533, 1356], [1523, 1357], [1519, 1347], [1526, 1335], [1526, 1330], [1521, 1325], [1517, 1309]]}, "center": {"109-166, T:0-1": [1533, 1323]}},
{"id": "twwdjt", "name": "Hyacinth macaw (arara azul)", "description": "Also known as Blu from Rio, it's a bird commonly found in the interior regions of the country. It has a very beautiful and vibrant blue plumage with some yellow marks.", "links": {"website": ["https://en.wikipedia.org/wiki/Hyacinth_macaw"], "subreddit": ["brasil"]}, "path": {"1-166, T:0-1": [[921, 567], [919, 569], [919, 572], [918, 575], [915, 577], [915, 579], [911, 583], [914, 583], [920, 581], [923, 578], [925, 569]]}, "center": {"1-166, T:0-1": [920, 576]}},
{"id": "twwdi1", "name": "University of Connecticut", "description": "The University of Connecticut (UConn) is a research university in Storrs, Connecticut. Pictured in r/place is their mascot, Jonathan the Husky.", "links": {"website": ["https://uconn.edu/", "https://en.wikipedia.org/wiki/University_of_Connecticut"], "subreddit": ["UCONN"]}, "path": {"32-38": [[678, 255], [678, 261], [693, 261], [694, 262], [704, 262], [704, 255]], "105-166, T:0-1": [[1940, 892], [1940, 917], [1919, 917], [1919, 892]]}, "center": {"32-38": [696, 259], "105-166, T:0-1": [1930, 905]}},
@ -1954,7 +1954,7 @@
{"id": "twwaj8", "name": "Kiwi on a Pink background", "description": "Kiwi Fruit overlayed on a pink background previously worked on by r/Sunohara with the help of Orange group", "links": {}, "path": {"56-166, T:0-1": [[1954, 761], [1954, 768], [1961, 768], [1961, 761]]}, "center": {"56-166, T:0-1": [1958, 765]}},
{"id": "twwag0", "name": "Tiny penguins", "description": "Two small penguins in a row originally built by r/pingd (as well as seven others in different locations), and later decorated and defended by the flags they are in (Indonesia and Ireland).", "links": {"website": ["https://en.wikipedia.org/wiki/Penguin"], "subreddit": ["pingd", "penguin"]}, "path": {"1-165, T:0-1": [[130, 804], [130, 791], [155, 791], [155, 804]]}, "center": {"1-165, T:0-1": [143, 798]}},
{"id": "twwa36", "name": "Hooky!", "description": "This is the mascot for the r/HypnoHookup Discord server, a catgirl called Hooky. She is a well-known character who is extremely sassy and playful, which reflects the culture of the subreddit server. Art organised by Grand General Hoosen for the Imperial 69th Hooky Regiment.", "links": {"subreddit": ["HypnoHookup"]}, "path": {"1-165, T:0-1": [[990, 440], [1001, 440], [1001, 464], [990, 464]]}, "center": {"1-165, T:0-1": [996, 452]}},
{"id": "tww9xp", "name": "Genderfluid potion", "description": "A Minecraft potion bottle with the genderfluid pride colors inside", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Genderfluid"], "subreddit": ["transplace"]}, "path": {"1-164, T:0-1": [[748, 473], [752, 473], [752, 472], [753, 472], [753, 471], [754, 471], [754, 468], [753, 467], [752, 466], [751, 466], [751, 463], [752, 463], [752, 462], [751, 461], [749, 461], [749, 462], [748, 462], [748, 463], [749, 463], [749, 466], [748, 466], [748, 467], [747, 467], [747, 468], [746, 468], [746, 471], [747, 471], [748, 472], [747, 472], [748, 472]]}, "center": {"1-164, T:0-1": [750, 468]}},
{"id": "tww9xp", "name": "Gender fluid", "description": "The fluid inside this bottle has the genderfluid pride colors and is named \"gender fluid\", a common pun in queer spaces. Genderfluid people have their gender identity change over time.\n\nThe original bottle's design comes from the game Minecraft, although there is no literal \"gender fluid\" in the game.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Genderfluid", "https://minecraft.fandom.com/wiki/Potion"], "subreddit": ["genderfluid", "transplace"]}, "path": {"82-164, T:0-1": [[749, 460], [747, 462], [747, 466], [745, 468], [745, 471], [748, 474], [752, 474], [755, 471], [755, 468], [753, 466], [753, 462], [751, 460]]}, "center": {"82-164, T:0-1": [750, 470]}},
{"id": "tww9xd", "name": "Kemono Friends", "description": "A logo of Japanese multimedia franchise Kemono Friends, which features animal girls, and character Serval, who is the mascot of the franchise.", "links": {"website": ["https://kemono-friends.jp/"], "subreddit": ["KemonoFriends"]}, "path": {"56-166, T:0-1": [[1784, 687], [1784, 705], [1795, 705], [1795, 687]]}, "center": {"56-166, T:0-1": [1790, 696]}},
{"id": "tww9wh", "name": "Kindred Fates", "description": "Kindred Fates is an open world monster tamer RPG with action combat, developed by Skymill Studios.", "links": {"website": ["https://www.skymillstudios.com"], "subreddit": ["KindredFates"]}, "path": {"132-164, T:0-1": [[0, 1062], [0, 1068], [40, 1068], [40, 1069], [62, 1069], [62, 1057], [59, 1054], [58, 1054], [55, 1057], [55, 1062]]}, "center": {"132-164, T:0-1": [57, 1065]}},
{"id": "tww9u5", "name": "Mindustry Mono", "description": "a basic unit from a factory based game called Mindustry", "links": {"website": ["https://store.steampowered.com/app/1127400/Mindustry/"], "subreddit": ["Mindustry"]}, "path": {"56-164, T:0-1": [[1033, 445], [1027, 450], [1027, 452], [1029, 454], [1029, 455], [1027, 458], [1027, 459], [1031, 463], [1032, 463], [1033, 462], [1034, 462], [1035, 463], [1036, 463], [1037, 462], [1038, 462], [1039, 463], [1040, 463], [1041, 462], [1042, 461], [1043, 460], [1044, 459], [1044, 458], [1041, 455], [1043, 452], [1043, 450], [1039, 446], [1038, 446], [1037, 447], [1037, 449], [1036, 450], [1035, 450], [1034, 449], [1034, 447], [1033, 446], [1032, 446]]}, "center": {"56-164, T:0-1": [1035, 455]}},
@ -2090,7 +2090,7 @@
{"id": "twvtyg", "name": "La bande à Picsou", "description": "A french group of friends represented by a purple dice.", "links": {}, "path": {"1-166, T:0-1": [[676, 794], [678, 794], [678, 796], [676, 796]]}, "center": {"1-166, T:0-1": [677, 795]}},
{"id": "twvtgb", "name": "Barış (peace) sign", "description": "\"Barış\" means \"peace\" in Turkish. This was the background for Barış Manço, both made by the same Turkish people. It later got more art inside as time went on, and the creations came together and lived in peace.", "links": {"website": ["https://en.wikipedia.org/wiki/Bar%C4%B1%C5%9F"], "subreddit": ["Turkey"]}, "path": {"109-166, T:0-1": [[762, 1863], [762, 1875], [755, 1872], [754, 1870], [751, 1866], [750, 1863], [735, 1845], [734, 1830], [745, 1827], [772, 1812], [787, 1799], [788, 1757], [763, 1756], [763, 1767], [760, 1765], [753, 1772], [748, 1768], [747, 1762], [770, 1750], [785, 1748], [786, 1750], [773, 1750], [771, 1752], [772, 1756], [794, 1756], [795, 1756], [795, 1749], [820, 1749], [830, 1757], [830, 1761], [841, 1761], [848, 1766], [855, 1776], [862, 1787], [869, 1807], [867, 1820], [868, 1831], [860, 1849], [842, 1871], [837, 1874], [834, 1848], [823, 1836], [805, 1829], [791, 1830], [776, 1832], [766, 1847]]}, "center": {"109-166, T:0-1": [812, 1808]}},
{"id": "twvtf9", "name": "Venezuela flag", "description": "Venezuelan flag with typical venezuelan food, The national tree and the Salto Angel, on the of 7 wonders of the world", "links": {"subreddit": ["vzla"]}, "path": {"56-166, T:0-1": [[1201, 775], [1281, 774], [1281, 805], [1202, 804], [1201, 791]]}, "center": {"56-166, T:0-1": [1242, 789]}},
{"id": "twvta9", "name": "Greggs", "description": "A British fast food bakery shop. Best known for its Sausage Rolls. Many Brits consider this an essential part of the nation.", "links": {"website": ["https://www.greggs.co.uk/"], "subreddit": ["greggs"]}, "path": {"1-164, T:0-1": [[701, 476], [701, 482], [753, 482], [753, 476], [721, 476]]}, "center": {"1-164, T:0-1": [727, 479]}},
{"id": "twvta9", "name": "Greggs", "description": "Greggs is a British fast-food bakery shop best known for its sausage rolls. Many Brits consider it an essential part of the nation.", "links": {"website": ["https://www.greggs.co.uk/", "https://en.wikipedia.org/wiki/Greggs"], "subreddit": ["Greggs"]}, "path": {"53-77, 88-90, 93-164, T:0-1": [[701, 476], [701, 482], [753, 482], [753, 476], [721, 476]]}, "center": {"53-77, 88-90, 93-164, T:0-1": [727, 479]}},
{"id": "twvt8j", "name": "Flag of Trinidad and Tobago", "description": "The Republic of Trinidad and Tobago is a twin-island country in the Caribbean.", "links": {"website": ["https://en.wikipedia.org/wiki/Trinidad_and_Tobago", "https://en.wikipedia.org/wiki/Flag_of_Trinidad_and_Tobago"], "subreddit": ["TrinidadandTobago"]}, "path": {"109-166, T:0-1": [[1373, 1188], [1394, 1188], [1394, 1199], [1373, 1199]]}, "center": {"109-166, T:0-1": [1384, 1194]}},
{"id": "twvt8g", "name": "Don't Toy with me, Miss Nagatoro", "description": "The main characters from the romantic comedy manga/ anime series, Don't Toy With Me, Miss Nagatoro, Created by Nanashi.\nThe story centers around Nagatoro, a slightly sadistic girl, Teasing her overly shy senpai.", "links": {"website": ["https://www.crunchyroll.com/dont-toy-with-me-miss-nagatoro/episode-1-senpai-is-a-bit-senpai-dont-you-ever-get-angry-811065"], "subreddit": ["nagatoro"]}, "path": {"109-166, T:0-1": [[843, 1520], [843, 1564], [880, 1564], [879, 1520], [857, 1522]]}, "center": {"109-166, T:0-1": [861, 1543]}},
{"id": "twvt57", "name": "Bigtoe", "description": "Original character in the My Little Pony universe.", "links": {}, "path": {"125-166, T:0-1": [[24, 1093], [31, 1093], [31, 1090], [41, 1090], [41, 1107], [34, 1107], [34, 1104], [24, 1104]]}, "center": {"125-166, T:0-1": [35, 1098]}},
@ -2367,7 +2367,7 @@
{"id": "twxy5m", "name": "Denver Broncos", "description": "The Denver Broncos is a professional American football team in the National Football League (NFL) playing for Denver, Colorado, United States.\n\nThis art pays tribute to the Broncos's former player Demaryius Thomas, who wore #88 for them from 2010-2018. Thomas died suddenly in 2021 due to medical issues.", "links": {"website": ["https://www.denverbroncos.com", "https://en.wikipedia.org/wiki/Denver_Broncos"], "subreddit": ["DenverBroncos"]}, "path": {"75-90": [[1369, 32], [1369, 50], [1394, 50], [1394, 32]], "56-67": [[1365, 33], [1365, 53], [1390, 53], [1390, 33]], "91-166, T:0-1": [[1369, 35], [1394, 35], [1393, 49], [1371, 49], [1370, 48]]}, "center": {"75-90": [1382, 41], "56-67": [1378, 43], "91-166, T:0-1": [1382, 42]}},
{"id": "twxxzs", "name": "Animdustry", "description": "A character from the anime gacha bullet hell rhythm game as part of a Mindustry event", "links": {"website": ["https://github.com/Anuken/animdustry"], "subreddit": ["Mindustry"]}, "path": {"109-166, T:0-1": [[470, 1172], [471, 1173], [474, 1173], [478, 1177], [478, 1178], [479, 1179], [479, 1183], [480, 1184], [480, 1185], [477, 1188], [477, 1191], [478, 1192], [478, 1193], [477, 1194], [477, 1195], [478, 1196], [478, 1198], [477, 1199], [477, 1201], [476, 1202], [475, 1202], [474, 1201], [473, 1201], [472, 1200], [470, 1200], [470, 1201], [469, 1202], [468, 1202], [463, 1197], [463, 1196], [464, 1195], [464, 1194], [463, 1193], [463, 1192], [464, 1191], [464, 1188], [462, 1186], [462, 1185], [461, 1184], [461, 1183], [462, 1182], [462, 1181], [461, 1180], [461, 1178], [463, 1176], [463, 1175], [466, 1172]]}, "center": {"109-166, T:0-1": [470, 1186]}},
{"id": "twxxvg", "name": "Gender Change Potion", "description": "A Gender Change Potion is an item in the game Terraria that allows the player to change their gender.", "links": {"website": ["https://terraria.fandom.com/wiki/Gender_Change_Potion"], "subreddit": ["Terraria", "transplace"]}, "path": {"81-165, T:0-1": [[684, 460], [682, 462], [682, 465], [681, 466], [679, 471], [679, 473], [682, 476], [687, 476], [690, 473], [690, 471], [687, 465], [687, 462], [685, 460]]}, "center": {"81-165, T:0-1": [684, 471]}},
{"id": "twxxn7", "name": "Chichén Itzá", "description": "A depiction of half of the old Mayan city of Chichén Itzá", "links": {"website": ["https://en.wikipedia.org/wiki/Chichen_Itza"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"1-165, T:0-1": [[787, 494], [787, 521], [811, 521], [810, 520], [810, 519], [795, 504], [793, 504], [792, 503], [792, 500], [793, 500], [793, 496], [792, 496], [792, 494]]}, "center": {"1-165, T:0-1": [795, 511]}},
{"id": "twxxn7", "name": "El Castillo", "description": "El Castillo is a pyramid built by the Mayan people in the Yucatán Peninsula. It is the centerpiece of the ancient Mayan city of Chichén Itzá, one of the New 7 Wonders of the World.", "links": {"website": ["https://en.wikipedia.org/wiki/El_Castillo,_Chichen_Itza"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"60-165, T:0-1": [[787, 494], [787, 521], [811, 521], [810, 520], [810, 519], [795, 504], [793, 504], [792, 503], [792, 500], [793, 500], [793, 496], [792, 496], [792, 494]]}, "center": {"60-165, T:0-1": [794, 514]}},
{"id": "twxxcw", "name": "Shape", "description": "A 5 letter word ( meant to say 'Shape') which represents the soon-to-be-vtuber Shape / polyshape", "links": {"website": ["https://www.youtube.com/c/shape-polygon"]}, "path": {"56-166, T:0-1": [[1453, 898], [1471, 898], [1471, 902], [1453, 902]]}, "center": {"56-166, T:0-1": [1462, 900]}},
{"id": "100179", "name": "Camellia", "description": "Camellia (also known as Cametek) is a musician that mainly produces electronic dance music. He is also known as the King of Rhythm Games. Built by the r/camelia community with help from r/osuplace and streamer BTMC.", "links": {"website": ["https://linktr.ee/cametek"], "subreddit": ["camelia"]}, "path": {"109-165, T:0-1": [[660, 1491], [660, 1522], [745, 1522], [745, 1491]]}, "center": {"109-165, T:0-1": [703, 1507]}},
{"id": "twxx81", "name": "Arkeanos", "description": "Arkeanos is a team of Spanish content creators on YouTube and Twitch. \"Siempre con el Jefecito.\"\n\nShortly before the end of r/place, the Arkeanos community invaded the long-standing r/AnarchyChess chessboard to secure a place in Reddit history.", "links": {"website": ["https://www.youtube.com/channel/UCggHFGmLDDStxyM-uy9DYnQ"], "subreddit": ["nexxuzhd"]}, "path": {"158-166, T:0-1": [[1717, 48], [1717, 147], [1615, 147], [1615, 48]]}, "center": {"158-166, T:0-1": [1666, 98]}},
@ -3390,7 +3390,7 @@
{"id": "tx69si", "name": "Greek olive tree", "description": "Olive tree is the typic mediterranean tree. it's very frequent in Tunisia, Italy, and Greece, as you can see.\n\nGreece is also well-known for its olive oil: Kalamata oil is the most famous one", "links": {}, "path": {"109-166, T:0-1": [[1481, 1969], [1482, 1966], [1478, 1963], [1480, 1954], [1490, 1952], [1494, 1953], [1497, 1957], [1497, 1962], [1496, 1965], [1493, 1966], [1489, 1968], [1489, 1970], [1484, 1970]]}, "center": {"109-166, T:0-1": [1488, 1961]}},
{"id": "tx69jn", "name": "Cumbia dress", "description": "Often used on typical dances, mostly cumbia.", "links": {"subreddit": ["Colombia"]}, "path": {"109-165, T:0-1": [[125, 1325], [124, 1324], [123, 1323], [122, 1324], [121, 1325], [122, 1326], [123, 1327], [123, 1328], [122, 1329], [122, 1330], [122, 1331], [121, 1331], [121, 1332], [121, 1334], [121, 1335], [120, 1336], [120, 1340], [121, 1340], [122, 1341], [123, 1342], [124, 1343], [123, 1344], [123, 1345], [126, 1345], [128, 1345], [129, 1344], [128, 1343], [128, 1342], [129, 1342], [130, 1341], [131, 1341], [132, 1340], [133, 1339], [133, 1338], [135, 1337], [136, 1336], [135, 1335], [134, 1334], [133, 1333], [132, 1332], [131, 1331], [130, 1330], [129, 1329], [130, 1329], [130, 1328], [129, 1327], [129, 1326], [128, 1325], [128, 1324], [127, 1324], [126, 1324], [125, 1324]]}, "center": {"109-165, T:0-1": [127, 1335]}},
{"id": "tx69i7", "name": "Horacio Pérez", "description": "A blue butterfly with the bisexual flag that represents Horacio Pérez, character from a Grand Theft Auto V role-play series played by Perxitaa, a Spanish Twitch streamer.", "links": {"website": ["https://www.twitch.tv/perxitaa"], "subreddit": ["volkacio"]}, "path": {"56-166, T:0-1": [[1874, 744], [1904, 744], [1904, 760], [1874, 760]]}, "center": {"56-166, T:0-1": [1889, 752]}},
{"id": "tx69fc", "name": "Sapphic violet flower", "description": "A violet flower is a traditional symbol of Sapphic love (FF)\ndesign by u/lilillillie", "links": {"website": ["https://flag.library.lgbt/flags/sapphic/"], "subreddit": ["transplace"]}, "path": {"1-164, T:0-1": [[754, 449], [768, 449], [768, 456], [754, 456]]}, "center": {"1-164, T:0-1": [761, 453]}},
{"id": "tx69fc", "name": "Sapphic", "description": "A violet flower is a traditional symbol of sapphic love. The term \"sapphic\" is an umbrella term for women loving women (WLW).\n\nThis art was designed by u/lilillillie.", "links": {"website": ["https://flag.library.lgbt/flags/sapphic/", "https://lgbtqia.fandom.com/wiki/Sapphic"], "subreddit": ["transplace"]}, "path": {"119-164, 72-84, 98-111, T:0-1": [[755, 448], [753, 450], [753, 457], [769, 457], [769, 450], [767, 448]]}, "center": {"119-164, 72-84, 98-111, T:0-1": [761, 453]}},
{"id": "tx69c9", "name": "Aroyitt", "description": "Aroyitt is one of the most famous spanish streamers. The image shows Aroyitt's pig named Jamon, Two among us characters that represent Aroyitt and Alexby.", "links": {"subreddit": ["Aroyitt"]}, "path": {"109-166, T:0-1": [[1975, 1402], [1975, 1429], [1998, 1429], [1998, 1403]]}, "center": {"109-166, T:0-1": [1986, 1416]}},
{"id": "tx69a4", "name": "Volkacio", "description": "Representation of two fictional characters from Grand Theft Auto role-play server InfamesRP, Viktor Volkov (vodka bottle) and Horacio Pérez (blue butterfly). The calendar shows the number 17 to commemorate their reunion back in 2021 July 17th. You can see their story in Perxitaa's or Momonkunn's Twitch channels.", "links": {"subreddit": ["volkacio"]}, "path": {"56-166, T:0-1": [[1874, 725], [1874, 760], [1904, 760], [1904, 745], [1882, 744], [1882, 732], [1891, 732], [1891, 725], [1874, 725], [1874, 760]]}, "center": {"56-166, T:0-1": [1886, 746]}},
{"id": "tx6985", "name": "F-22 air superiority fighter", "description": "The F-22 air superiority fighter jet. The most advanced 5th-generation fighter aircraft ever constructed.", "links": {"website": ["https://en.wikipedia.org/wiki/Lockheed_Martin_F-22_Raptor"], "subreddit": ["AmericanFlagInPlace", "AmericanFlagPlace", "MURICA"]}, "path": {"109-165, T:0-1": [[1826, 1834], [1826, 1837], [1822, 1835], [1817, 1839], [1806, 1825], [1796, 1821], [1781, 1813], [1779, 1809], [1790, 1809], [1798, 1813], [1805, 1807], [1814, 1815], [1819, 1811], [1822, 1823], [1827, 1823], [1859, 1837], [1859, 1838]]}, "center": {"109-165, T:0-1": [1815, 1823]}},
@ -3407,7 +3407,7 @@
{"id": "tx67js", "name": "Novatus", "description": "A private Discord server. Allied with the fox/cat face below.", "links": {}, "path": {"26-101": [[47, 113], [47, 119], [53, 119], [53, 113]], "127-165, T:0-1": [[45, 117], [45, 123], [51, 123], [51, 117]]}, "center": {"26-101": [50, 116], "127-165, T:0-1": [48, 120]}},
{"id": "tx67j4", "name": "nhentai", "description": "The Logo of the most popular doujinshi website", "links": {"subreddit": ["nhentai"]}, "path": {"109-165, T:0-1": [[646, 1584], [661, 1584], [661, 1590], [646, 1590]]}, "center": {"109-165, T:0-1": [654, 1587]}},
{"id": "tx67eh", "name": "S-chip", "description": "The most important currency in Tears of Themis, a free-to-play adventure game developed and published by miHoYo/HoYoverse. We're placed next to our sister games: Genshin Impact and Honkai Impact 3rd and part of the gacha alliance faction. This s-chip is a symbol of our hard-earned dedication as laywers (and our gacha addiction).", "links": {"website": ["https://tot.wiki/wiki/Currency#S-Chips"], "subreddit": ["TearsOfThemis"]}, "path": {"109-165, T:0-1": [[1726, 1803], [1720, 1803], [1719, 1802], [1718, 1801], [1717, 1800], [1716, 1799], [1715, 1797], [1714, 1796], [1714, 1794], [1715, 1793], [1716, 1791], [1717, 1790], [1718, 1789], [1719, 1788], [1725, 1788], [1727, 1789], [1728, 1790], [1729, 1791], [1730, 1792], [1731, 1793], [1731, 1797], [1730, 1798], [1729, 1800], [1728, 1801], [1727, 1802]]}, "center": {"109-165, T:0-1": [1723, 1795]}},
{"id": "tx67co", "name": "Green carnation", "description": "A pixelated version of the symbol from the achillean pride flag, meant to represent the community of men who are sexually attracted to other men. In 1892, writer Oscar Wilde popularized wearing a green carnation as a symbol of being gay.\ndesign by u/lilillillie", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Achillean"], "subreddit": ["transplace"]}, "path": {"1-164, T:0-1": [[770, 456], [784, 456], [784, 449], [770, 449]]}, "center": {"1-164, T:0-1": [777, 453]}},
{"id": "tx67co", "name": "Achillean", "description": "This green carnation is from the achillean pride flag, representing the community of men who are sexually attracted to other men (men loving men or MLM). In 1892, writer Oscar Wilde popularized wearing a green carnation as a symbol of being gay.\n\nThis art was designed by u/lilillillie.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Achillean"], "subreddit": ["transplace"]}, "path": {"72-79": [[775, 448], [772, 451], [772, 454], [770, 454], [770, 455], [772, 457], [784, 457], [786, 455], [786, 454], [784, 454], [784, 451], [781, 448]], "119-164, 81-86, 99-104, T:0-1": [[769, 454], [769, 455], [771, 457], [783, 457], [785, 455], [785, 454], [783, 454], [783, 451], [780, 448], [774, 448], [771, 451], [771, 454]]}, "center": {"72-79": [778, 453], "119-164, 81-86, 99-104, T:0-1": [777, 453]}},
{"id": "tx678x", "name": "Natalan", "description": "8-bit art piece for Latin American streamer Natalan, made by his community (\"Nataliers\") organized via Discord. The piece features Natalan wearing a Hello Kitty hat and a heart-shaped flag of Guatemala, country from which Natalan is originally from.", "links": {"website": ["https://www.twitch.tv/natalan"], "subreddit": ["natalan", "place_CentralAlliance"]}, "path": {"109-165, T:0-1": [[542, 1013], [589, 1013], [589, 1044], [542, 1044]]}, "center": {"109-165, T:0-1": [566, 1029]}},
{"id": "tx678h", "name": "Eirika", "description": "Eirika is one of the protagonists in Fire Emblem: The Sacred Stones (released in 2004 in Japan). She is the princess of Renais and the twin sister of prince Ephraim.", "links": {"website": ["https://fireemblem.fandom.com/wiki/Eirika"], "subreddit": ["fireemblem"]}, "path": {"1-166, T:0-1": [[488, 683], [483, 683], [482, 684], [481, 684], [481, 685], [480, 686], [480, 691], [479, 692], [479, 693], [478, 694], [478, 696], [479, 697], [477, 699], [477, 700], [480, 700], [481, 701], [481, 707], [483, 707], [483, 706], [484, 705], [484, 703], [486, 703], [486, 705], [487, 706], [487, 707], [489, 707], [489, 704], [490, 704], [491, 705], [494, 705], [494, 703], [493, 702], [493, 701], [492, 700], [494, 698], [494, 697], [493, 696], [493, 687], [492, 686], [489, 684]]}, "center": {"1-166, T:0-1": [486, 695]}},
{"id": "tx675a", "name": "Pato Celeste", "description": "Ex pet from the Uruguayan Football Team who was a controvertional character at the media", "links": {"website": ["https://www.reddit.com/user/ArisEV12"]}, "path": {"56-165, T:0-1": [[1180, 676], [1185, 683], [1188, 682], [1193, 673], [1190, 667], [1186, 667], [1179, 676]]}, "center": {"56-165, T:0-1": [1187, 675]}},
@ -3875,7 +3875,7 @@
{"id": "tx9k2y", "name": "Jhool", "description": "An ornate jhool, or saddlecloth, is worn by the Indian elephant.", "links": {"website": ["https://artsandculture.google.com/asset/jhool/5QHSbr43Wd7yeg?hl=en"], "subreddit": ["IndiaPlace", "IndianPlace", "india"]}, "path": {"89-166, T:0-1": [[493, 334], [511, 334], [511, 308], [496, 308], [495, 309], [494, 309], [493, 312], [493, 311]]}, "center": {"89-166, T:0-1": [502, 321]}},
{"id": "tx9jyg", "name": "MILGRAM", "description": "Logo of the interactive music project MILGRAM, created by VOCALOID song producer DECO*27 and writer Takuya Yamanaka.", "links": {"website": ["https://milgram.jp/"]}, "path": {"153-164, T:0-1": [[1905, 1227], [1923, 1227], [1923, 1247], [1904, 1247], [1904, 1227], [1906, 1227]], "122-151": [[1980, 1291], [1999, 1291], [1999, 1272], [1980, 1272]]}, "center": {"153-164, T:0-1": [1914, 1237], "122-151": [1990, 1282]}},
{"id": "tx9jwp", "name": "Tohru", "description": "A small pixel art of Tohru from the Manga/Anime Miss Kobayashi's Dragon Maid.", "links": {}, "path": {"109-166, T:0-1": [[1141, 1845], [1154, 1845], [1154, 1847], [1152, 1847], [1152, 1856], [1138, 1856], [1138, 1848]]}, "center": {"109-166, T:0-1": [1145, 1851]}},
{"id": "tx9jwl", "name": "Trans, Italian and Mexican heart", "description": "This heart used to be between the three flags but was removed and then done in a higher position.", "links": {"subreddit": ["transplace", "PlaceMexico", "MexicoPlace", "Mexico", "italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"1-164, T:0-1": [[783, 444], [780, 447], [780, 451], [787, 458], [794, 451], [794, 447], [791, 444]]}, "center": {"1-164, T:0-1": [787, 450]}},
{"id": "tx9jwl", "name": "Trans-Italy-Mexico heart", "description": "A heart depicting the transgender, Italian, and Mexican flags.\n\nThis heart used to be between the three flags but was removed and redone as a trans-Italian heart at a higher position.", "links": {"website": ["https://en.wikipedia.org/wiki/Italy", "https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Transgender"], "subreddit": ["transplace", "PlaceMexico", "MexicoPlace", "Mexico", "italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"119-123, 77-79, 99-105": [[783, 444], [780, 447], [780, 451], [787, 458], [794, 451], [794, 447], [791, 444]]}, "center": {"119-123, 77-79, 99-105": [787, 450]}},
{"id": "tx9jko", "name": "Kobe Bryant jersey", "description": "An homage to legendary NBA player Kobe Bryant, who passed away tragically in 2020. This jersey, with its purple, gold, and number 24, is heavily associated with Bryant and his career with the Los Angeles Lakers.", "links": {"website": ["https://r/nba"]}, "path": {"109-165, T:0-1": [[770, 1500], [770, 1511], [780, 1511], [780, 1500]]}, "center": {"109-165, T:0-1": [775, 1506]}},
{"id": "tx9jhn", "name": "SteepAtticStairs Logo", "description": "The logo of SteepAtticStairs", "links": {"website": ["https://github.com/SteepAtticStairs"]}, "path": {"109-166, T:0-1": [[1164, 1805], [1167, 1805], [1167, 1808], [1164, 1808]]}, "center": {"109-166, T:0-1": [1166, 1807]}},
{"id": "tx9j2c", "name": "Indian elephant", "description": "Elephants were highly valued by the rulers of India for their power in battle and their majestic dignity as ceremonial mounts.\n\nThis Indian elephant became a symbol of friendship between India and Denmark, along with the Danish swan.", "links": {"website": ["https://en.wikipedia.org/wiki/Indian_elephant"], "subreddit": ["IndiaPlace", "IndianPlace", "india"]}, "path": {"89-166, T:0-1": [[482, 324], [482, 327], [486, 327], [491, 322], [491, 335], [492, 336], [494, 336], [495, 336], [495, 341], [496, 342], [504, 342], [505, 341], [507, 341], [507, 338], [506, 337], [510, 337], [510, 341], [512, 342], [520, 342], [521, 341], [522, 340], [530, 340], [531, 339], [531, 331], [534, 331], [534, 322], [532, 322], [532, 326], [531, 327], [531, 307], [530, 306], [494, 306], [494, 307], [493, 307], [492, 309], [491, 309], [491, 316]]}, "center": {"89-166, T:0-1": [509, 321]}},
@ -4018,7 +4018,7 @@
{"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]}},
{"id": "tx8kbk", "name": "WVU Logo (Incomplete)", "description": "This was the \"Flying WV\" of West Virginia University. The logo was seemingly mistaken as an incomplete checkerboard, which some strangers helpfully completed.", "links": {"subreddit": ["WVU"]}, "path": {"56-166, T:0-1": [[1737, 631], [1743, 631], [1743, 637], [1737, 637]]}, "center": {"56-166, T:0-1": [1740, 634]}},
{"id": "tx8jh8", "name": "Sporting Kansas City", "description": "The stripes and SKC lettering were made to represent the Major League Soccer team: Sporting Kansas City", "links": {}, "path": {"56-167, T:0-1": [[1952, 467], [1951, 450], [1955, 444], [1955, 440], [1956, 439], [1990, 439], [1990, 446], [1999, 460], [1999, 479], [1999, 459], [1987, 443], [1981, 441], [1968, 441], [1962, 443], [1957, 448], [1953, 458], [1952, 468]]}, "center": {"56-167, T:0-1": [1965, 445]}},
{"id": "tx8jgw", "name": "Trans-Italian heart", "description": "A symbol of solidarity between trans people and Italian people", "links": {"subreddit": ["transplace", "italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"1-164, T:0-1": [[786, 435], [785, 434], [784, 434], [781, 437], [781, 439], [786, 444], [788, 444], [793, 439], [793, 437], [790, 434], [789, 434], [788, 435]]}, "center": {"1-164, T:0-1": [787, 439]}},
{"id": "tx8jgw", "name": "Italy-transgender heart", "description": "A heart depicting the flag of Italy and the transgender pride flag, a symbol of solidarity between trans and Italian people.", "links": {"website": ["https://en.wikipedia.org/wiki/Italy", "https://en.wikipedia.org/wiki/Transgender"], "subreddit": ["transplace", "italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"39-40": [[783, 430], [781, 432], [781, 435], [787, 441], [793, 435], [793, 432], [791, 430]], "20-27": [[784, 429], [781, 432], [781, 435], [787, 441], [793, 435], [793, 432], [790, 429]], "159-163, T:0-1": [[786, 435], [785, 434], [784, 434], [781, 437], [781, 439], [786, 444], [788, 444], [793, 439], [793, 437], [790, 434], [789, 434], [788, 435]]}, "center": {"39-40": [787, 434], "20-27": [787, 434], "159-163, T:0-1": [787, 439]}},
{"id": "tx8jf4", "name": "It is a mystery", "description": "It is a mystery :)", "links": {"website": ["https://www.youtube.com/watch?v=fq3abPnEEGE"]}, "path": {"109-165, T:0-1": [[1891, 1642], [1887, 1642], [1887, 1640], [1892, 1640], [1894, 1635], [1902, 1635], [1905, 1639], [1907, 1640], [1907, 1642], [1904, 1642], [1900, 1648], [1897, 1652], [1896, 1654], [1896, 1656], [1893, 1657], [1891, 1657], [1892, 1653], [1894, 1651], [1894, 1647], [1892, 1644], [1891, 1642], [1888, 1642]]}, "center": {"109-165, T:0-1": [1897, 1643]}},
{"id": "tx8idl", "name": "They Might Be Giants", "description": "An alternative rock band formed by John Flansburgh and John Linnell. The blue canary and birdhouse represent their song Birdhouse in Your Soul. To the right are album covers for two albums: They Might Be Giants and Lincoln.", "links": {"website": ["https://www.theymightbegiants.com/"], "subreddit": ["tmbg"]}, "path": {"56-166, T:0-1": [[1825, 657], [1843, 657], [1843, 648], [1865, 648], [1865, 637], [1825, 637]]}, "center": {"56-166, T:0-1": [1842, 645]}},
{"id": "tx8i0t", "name": "Villanova", "description": "Villanova is a private university in Pennsylvania. They are well known for their basketball programs. Their Men's team recently made the 2022 Final Four.", "links": {"subreddit": ["Villanova"]}, "path": {"109-166, T:0-1": [[1497, 1658], [1497, 1663], [1510, 1663], [1510, 1651], [1504, 1651], [1504, 1658], [1497, 1658], [1497, 1663]]}, "center": {"109-166, T:0-1": [1505, 1658]}},
@ -4257,7 +4257,7 @@
{"id": "txbv6t", "name": "Purple heart", "description": "So, it started out as me just wanting to leave my mark this year, so I made a purple heart. Later on, others at random started making other purple hearts around me without me ever needing to talk to them. Later, the r/doctorwho community started to attack but quickly changed to allow me to be a part of them as a small ally. The same thing happened when the Monkey Type community came into the area. Later, when both r/doctorwho and Monkey Type got attacked by Finland, both groups loved the little purple heart. They both wanted to have it by them and added it to their designs. This is when the new real meaning began to form. The purple heart became a symbol for friendship, love, cooperation, and stability and showed no matter who you are and how small you might be, others big and small can and would stand up for you and help you leave your mark.\n\n- u/ThatMikeGuy429", "links": {"subreddit": ["PlacePurpleHeart"]}, "path": {"144-146": [[588, 248], [586, 250], [586, 251], [589, 254], [592, 251], [592, 250], [590, 248]], "120-135": [[588, 244], [585, 247], [585, 254], [590, 259], [594, 255], [594, 246], [592, 244]], "94-101": [[581, 243], [581, 246], [584, 249], [591, 249], [594, 246], [594, 243]], "75-86": [[550, 262], [550, 265], [553, 268], [556, 265], [556, 262], [570, 262], [570, 243], [582, 243], [580, 245], [584, 249], [588, 245], [586, 243], [570, 243], [570, 262]], "87-93": [[550, 262], [550, 265], [553, 268], [556, 265], [556, 262], [570, 262], [570, 243], [582, 243], [580, 245], [584, 249], [591, 249], [595, 245], [593, 243], [570, 243], [570, 262]], "62-74": [[550, 262], [550, 265], [553, 268], [556, 265], [556, 262]], "57-58": [[551, 256], [551, 258], [554, 261], [557, 258], [555, 256]], "25-55": [[552, 252], [552, 254], [555, 257], [558, 254], [558, 252]], "18-24": [[548, 251], [546, 253], [546, 254], [550, 258], [562, 258], [566, 254], [566, 253], [564, 251]], "10-17": [[548, 251], [546, 253], [546, 254], [550, 258], [556, 258], [560, 254], [560, 253], [558, 251]], "160-166, T:0-1": [[588, 253], [586, 255], [586, 257], [590, 261], [594, 257], [594, 255], [592, 253]]}, "center": {"144-146": [589, 251], "120-135": [590, 252], "94-101": [588, 246], "75-86": [584, 246], "87-93": [585, 246], "62-74": [553, 264], "57-58": [554, 258], "25-55": [555, 254], "18-24": [556, 255], "10-17": [553, 255], "160-166, T:0-1": [590, 256]}},
{"id": "txbv14", "name": "Goodnight Kiwi", "description": "The Goodnight Kiwi is an animated short which was used to signal the end of nightly broadcasts on Television New Zealand channels.", "links": {"website": ["https://en.wikipedia.org/wiki/Goodnight_Kiwi"], "subreddit": ["newzealand"]}, "path": {"56-164, T:0-1": [[1542, 690], [1549, 696], [1553, 692], [1561, 700], [1555, 706], [1555, 709], [1546, 709], [1543, 708], [1541, 707], [1539, 703], [1540, 701], [1543, 702], [1546, 700], [1548, 700], [1541, 691]]}, "center": {"56-164, T:0-1": [1550, 701]}},
{"id": "txbutm", "name": "Dancing Bear", "description": "These are faces of the iconic Dancing Bear logo designed by Owsley Stanley, a.k.a. Bear, for American rock band The Grateful Dead, specifically their 1932 album, \"History of the Grateful Dead, Volume One (Bear's Choice)\".", "links": {"website": ["http://dead.net"], "subreddit": ["gratefuldead"]}, "path": {"27-58": [[42, 888], [37, 881], [35, 881], [35, 877], [36, 876], [39, 876], [39, 877], [45, 877], [45, 876], [48, 876], [49, 877], [49, 881], [47, 881]], "59-166, T:0-1": [[42, 888], [37, 881], [35, 881], [35, 877], [36, 876], [39, 876], [39, 877], [45, 877], [45, 876], [48, 876], [49, 877], [49, 881], [47, 881], [42, 888], [42, 892], [45, 895], [47, 899], [49, 899], [49, 903], [48, 904], [45, 904], [45, 903], [39, 903], [39, 904], [36, 904], [35, 903], [35, 899], [37, 899], [39, 895], [42, 892]]}, "center": {"27-58": [42, 881], "59-166, T:0-1": [42, 899]}},
{"id": "txbuiv", "name": "Trans bee", "description": "Despite there being a Minecraft trans bee texture created by the YouTuber Sarah Burssty, This design of the trans bee was made by u/hamOverlord. The original design made the bee all blue with the trans flag at the end; however, over time people made the bee yellow, likely because of the misconception that this was Burssty's bee. In the end, it seems like a blend of the two's concepts.", "links": {"website": ["https://www.reddit.com/user/hamOverlord/"], "subreddit": ["Burssty", "transplace"]}, "path": {"1-164, T:0-1": [[704, 470], [704, 460], [702, 460], [702, 459], [704, 459], [704, 458], [705, 458], [705, 457], [726, 457], [726, 458], [727, 458], [727, 470], [726, 471], [705, 471]]}, "center": {"1-164, T:0-1": [715, 464]}},
{"id": "txbuiv", "name": "The Minecraft Bee Is Trans", "description": "This bee is based on bees in the game Minecraft, except with a transgender flag on its body. It is a popular meme within the trans community that Minecraft bees are trans, and anyone who asks \"How?\" is immediately blocked.\n\nThe original design of this trans bee was made by u/hamOverlord, with an all-blue body and the trans flag at the end. However, over time people made the bee yellow based on a trans bee design created by Minecraft YouTuber Burssty. In the end, the art turned into a blend of the two concepts.", "links": {"website": ["https://knowyourmeme.com/memes/the-minecraft-bee-is-trans", "https://www.reddit.com/user/hamOverlord/"], "subreddit": ["Burssty", "transplace"]}, "path": {"69-106": [[705, 456], [703, 458], [701, 458], [701, 461], [703, 461], [703, 470], [705, 472], [709, 472], [710, 473], [711, 472], [714, 472], [718, 474], [724, 474], [724, 472], [726, 472], [728, 470], [728, 465], [731, 465], [731, 463], [728, 463], [728, 458], [726, 456], [724, 456], [724, 452], [721, 452], [718, 454], [714, 454], [711, 452], [707, 452], [707, 456]], "107-164, T:0-1": [[705, 456], [703, 458], [701, 458], [701, 461], [703, 461], [703, 470], [705, 472], [709, 472], [710, 473], [711, 472], [714, 472], [718, 474], [724, 474], [724, 472], [726, 472], [728, 470], [728, 465], [731, 465], [731, 463], [728, 463], [728, 458], [726, 456], [724, 456], [722, 452], [714, 452], [712, 454], [712, 456]]}, "center": {"69-106": [718, 463], "107-164, T:0-1": [718, 463]}},
{"id": "txbuil", "name": "Anime Alliance and AniList collab", "description": "Pixel art of iconic characters and icons from some of Shonen Jump's most popular manga/anime, made by several anime communities.\nCommunities included: Bleach, One Piece, Naruto, Dragon Ball Z, My Hero Academia, Haikyuu, Hunter x Hunter, and AniList.\nThank you, communities of Baylor Univerisity, Arcane Odyssey, and King Crimson, for your support.", "links": {"subreddit": ["bleach", "BNHAPlace", "dbz", "HunterXHunter", "kaikyuu", "OnePiece", "PlaceNaruto"], "discord": ["9U6pHMbHS4"]}, "path": {"109-166, T:0-1": [[1600, 1172], [1600, 1200], [1710, 1200], [1710, 1172], [1662, 1172], [1661, 1165], [1658, 1160], [1648, 1160], [1645, 1165], [1645, 1172]]}, "center": {"109-166, T:0-1": [1655, 1185]}},
{"id": "txbtvc", "name": "Err", "description": "The mooninite character Err from the Adult Swim cartoon show Aqua Teen Hunger Force.", "links": {"subreddit": ["aquajail"]}, "path": {"109-165, T:0-1": [[1081, 1545], [1092, 1545], [1092, 1553], [1081, 1553]]}, "center": {"109-165, T:0-1": [1087, 1549]}},
{"id": "txbtto", "name": "Tohru", "description": "Everyone's favorite maid from miss Kobayashi's dragon maid! Just don't accept the tail...", "links": {"subreddit": ["dragonmaid"]}, "path": {"109-166, T:0-1": [[1154, 1844], [1138, 1851], [1152, 1853]]}, "center": {"109-166, T:0-1": [1148, 1849]}},
@ -4357,7 +4357,7 @@
{"id": "txau0e", "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": {"125-165, 66-123, T:0-1": [[1588, 204], [1588, 212], [1605, 212], [1605, 204]]}, "center": {"125-165, 66-123, T:0-1": [1597, 208]}},
{"id": "txatim", "name": "[Touhou] Bad Apple!! PV [Shadow]", "description": "The Bad Apple remix music video is one of Touhou's most famous fan contents, featuring black-and-white character silhouettes from the franchise dancing and interacting as shadow art. It is a remix of 'Bad Apple!!', The theme of the third stage in the fourth Touhou Project installment, Lotus Land Story. Originally it took the form of a silhouette of Hakurei Reimu holding an apple shown at the very beginning of the music video, but changed to that of an apple core after the concession of area to the Peruvian streamer.", "links": {"website": ["https://www.nicovideo.jp/watch/sm8628149"], "subreddit": ["touhou"]}, "path": {"1-165, T:0-1": [[499, 528], [499, 541], [510, 541], [510, 529], [505, 529], [499, 529]]}, "center": {"1-165, T:0-1": [505, 535]}},
{"id": "txatcx", "name": "Tubbo", "description": "The Minecraft skin for Minecraft Twitch streamer Tubbo. His skin closely resembles Tweek Tweak from South Park.", "links": {"website": ["https://twitch.tv/tubbo"], "subreddit": ["Tubbo_"]}, "path": {"44-165, T:0-1": [[155, 908], [164, 908], [164, 917], [155, 917]]}, "center": {"44-165, T:0-1": [160, 913]}},
{"id": "txatc8", "name": "Hypertrance", "description": "Hypertrance is a small music community/Discord server who put together 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, so the Hypertrance logo being above Ally Hall prevented this griefing while also giving the community in question publicity.", "links": {"website": ["https://www.reddit.com/r/TransPlace/comments/tw3335/hi_were_a_relatively_small_transled_music/"], "subreddit": ["transplace"]}, "path": {"1-164, T:0-1": [[752, 457], [786, 457], [786, 463], [753, 463]]}, "center": {"1-164, T:0-1": [769, 460]}},
{"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 chat alike.", "links": {"website": ["https://jerma-lore.fandom.com/wiki/Otto"], "subreddit": ["jerma985"]}, "path": {"120-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": {"120-166, T:0-1": [117, 1051]}},
{"id": "txat3i", "name": "Uruguay", "description": "A map of Uruguay", "links": {"subreddit": ["uruguay"]}, "path": {"56-165, T:0-1": [[1005, 667], [1003, 679], [1013, 682], [1017, 675], [1014, 670], [1008, 667], [1007, 667]]}, "center": {"56-165, T:0-1": [1010, 675]}},
{"id": "txarp5", "name": "SHINee", "description": "Hailed as \"The Princes of K-pop\", SHINee is a South-Korean boy band formed by SM Entertainment in 2008. The group is composed of the members Onew, Jonghyun, Key, Minho, and Taemin. Their fans are called \"shawols\", a portmanteau for \"SHINee World\", named after their debut album.", "links": {"website": ["https://www.instagram.com/shinee/"], "subreddit": ["shinee"]}, "path": {"56-166, T:0-1": [[1510, 949], [1525, 949], [1525, 963], [1511, 963], [1510, 962]]}, "center": {"56-166, T:0-1": [1518, 956]}},
@ -4442,7 +4442,7 @@
{"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": "txd611", "name": "Max", "description": "Max from multimedia franchise Sam & Max holding an asexual pride flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Sam_%26_Max"], "subreddit": ["SamandMax", "transplace"]}, "path": {"1-164, T:0-1": [[748, 475], [732, 475], [733, 474], [734, 473], [734, 472], [732, 472], [731, 473], [730, 473], [729, 472], [728, 472], [728, 469], [729, 469], [730, 470], [731, 470], [732, 469], [734, 469], [734, 474], [736, 474], [736, 471], [737, 470], [736, 469], [736, 466], [737, 465], [738, 465], [739, 466], [739, 469], [740, 470], [741, 469], [741, 466], [742, 465], [743, 465], [744, 466], [744, 470], [743, 470], [744, 471], [744, 474], [747, 474]]}, "center": {"1-164, T:0-1": [738, 471]}},
{"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]}},
{"id": "txd5fv", "name": "Ultraw Games", "description": "A Roblox game development studio.", "links": {"website": ["https://www.ultrawgames.com/"]}, "path": {"141-143": [[1875, 160], [1875, 166], [1885, 166], [1885, 160]], "63-118": [[1877, 121], [1877, 127], [1887, 127], [1887, 121]], "146-166, T:0-1": [[1884, 166], [1884, 172], [1896, 172], [1896, 166]]}, "center": {"141-143": [1880, 163], "63-118": [1882, 124], "146-166, T:0-1": [1890, 169]}},
@ -4450,7 +4450,7 @@
{"id": "txd56v", "name": "Ace aces", "description": "Aces of hearts and spades representing the asexual (ace) community.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["asexuality", "PlacePride"]}, "path": {"1-166, T:0-1": [[457, 668], [454, 671], [454, 675], [460, 681], [590, 681], [596, 674], [596, 671], [593, 668]]}, "center": {"1-166, T:0-1": [525, 674]}},
{"id": "txd4fi", "name": "Saint Sophia Cathedral", "description": "Saint Sophia Cathedral in Kyiv, Ukraine is an architectural monument built by the Kyivan Rus', precursor state to Ukraine, Russia, and Belarus. The cathedral is one of the city's best known landmarks and the first heritage site in Ukraine to be inscribed on the World Heritage List. In Ukrainian the cathedral is known as Sobor Sviatoi Sofii (Собор Святої Софії) or Sofiiskyi sobor (Софійський собор).\n\nThe complex of the cathedral is the main component and museum of the National Sanctuary \"Sophia of Kyiv\", the state institution responsible for the preservation of the cathedral complex and four other historic landmarks across the nation.", "links": {"website": ["https://st-sophia.org.ua/en/home/", "https://en.wikipedia.org/wiki/Saint_Sophia_Cathedral,_Kyiv"], "subreddit": ["placeukraine", "ukraine"], "discord": ["fMf7RJBMw6"]}, "path": {"92-165, T:0-1": [[373, 251], [373, 241], [375, 241], [375, 237], [374, 237], [374, 232], [377, 230], [377, 226], [378, 226], [378, 224], [380, 224], [384, 220], [383, 220], [383, 216], [384, 216], [384, 215], [388, 215], [388, 216], [389, 216], [389, 220], [388, 220], [389, 220], [389, 221], [391, 223], [391, 220], [392, 220], [392, 219], [395, 219], [397, 221], [397, 223], [398, 221], [399, 220], [400, 221], [403, 223], [402, 226], [404, 227], [404, 230], [405, 231], [406, 232], [407, 233], [408, 233], [408, 236], [409, 236], [409, 241], [410, 241], [410, 252], [373, 252], [373, 249]]}, "center": {"92-165, T:0-1": [392, 237]}},
{"id": "txd42u", "name": "Cristinini", "description": "Minecraft skin of Cristinini, mayoress of village 3 in TortillaLand.", "links": {"website": ["https://cristininiworld.com/TortillaLand/"], "subreddit": ["IamCristinini"]}, "path": {"56-166, T:0-1": [[1831, 697], [1840, 697], [1840, 688], [1831, 688]]}, "center": {"56-166, T:0-1": [1836, 693]}},
{"id": "txd3w0", "name": "Trans butterfly", "description": "A butterfly in the colors of the transgender flag, symbolizing the physical metamorphosis some trans people go through if they choose to medically transition.", "links": {"website": ["https://en.wikipedia.org/wiki/Butterfly"], "subreddit": ["transplace"]}, "path": {"1-164, T:0-1": [[730, 442], [733, 442], [738, 443], [743, 442], [746, 442], [746, 448], [745, 451], [744, 458], [742, 458], [738, 456], [734, 458], [732, 458], [731, 458], [732, 452], [730, 448]]}, "center": {"1-164, T:0-1": [738, 449]}},
{"id": "txd3w0", "name": "Trans butterfly", "description": "A butterfly in the colors of the transgender flag, symbolizing the physical metamorphosis some trans people go through if they choose to medically transition.", "links": {"website": ["https://en.wikipedia.org/wiki/Butterfly"], "subreddit": ["transplace"]}, "path": {"66-164, T:0-1": [[731, 441], [729, 443], [729, 447], [731, 451], [731, 457], [733, 459], [738, 456], [743, 459], [745, 457], [745, 451], [747, 447], [747, 443], [745, 441], [744, 441], [743, 442], [733, 442]]}, "center": {"66-164, T:0-1": [738, 449]}},
{"id": "txd3mn", "name": "Perry", "description": "Yet another Perry the Platypus... wait, my bad, This is Agent P!", "links": {}, "path": {"109-165, T:0-1": [[1109, 1255], [1111, 1255], [1111, 1256], [1112, 1256], [1111, 1256], [1111, 1258], [1118, 1258], [1111, 1258], [1111, 1259], [1113, 1261], [1111, 1259], [1111, 1262], [1109, 1262], [1109, 1259], [1107, 1261], [1109, 1259]]}, "center": {"109-165, T:0-1": [1110, 1259]}},
{"id": "txd2iz", "name": "AB!", "description": "Third iteration of the AB logo, and the one that made it to the final canvas. AB is an acronym for ayo buddy!, which the name of a 3 year old discord groupchat consisting of 10 people.", "links": {}, "path": {"109-166, T:0-1": [[604, 1376], [604, 1382], [616, 1382], [616, 1376]]}, "center": {"109-166, T:0-1": [610, 1379]}},
{"id": "txd2hu", "name": "Joker Yoda", "description": "Yoda from Star Wars, dressed as Joker from the eponymous 2019 film.", "links": {}, "path": {"109-166, T:0-1": [[779, 1561], [779, 1578], [805, 1578], [804, 1561]]}, "center": {"109-166, T:0-1": [792, 1570]}},
@ -4829,7 +4829,7 @@
{"id": "txhqxy", "name": "EsVandal", "description": "Ah, hehe... it's me... Vandal. Your trusted YouTuber, local goblin and gatoparao.", "links": {"website": ["https://www.twitch.tv/esvandal"]}, "path": {"109-165, T:0-1": [[1766, 1369], [1766, 1377], [1775, 1377], [1775, 1369]]}, "center": {"109-165, T:0-1": [1771, 1373]}},
{"id": "txhqto", "name": "Ark sus", "description": "A little Among us who joined the arkadia community...", "links": {"website": ["http://maxconn.iesllompart.cat/index.php/inici"]}, "path": {"109-166, T:0-1": [[1845, 1174], [1845, 1180], [1850, 1180], [1850, 1174]]}, "center": {"109-166, T:0-1": [1848, 1177]}},
{"id": "txhqsj", "name": "Kasane Teto", "description": "Kasane Teto (重音テト (かさねてと)) is a voicebank for the UTAU program.", "links": {"website": ["https://vocaloid.fandom.com/wiki/Kasane_Teto"], "subreddit": ["hatsune"]}, "path": {"109-166, T:0-1": [[1687, 1516], [1660, 1516], [1654, 1510], [1655, 1488], [1659, 1484], [1687, 1485], [1687, 1494]]}, "center": {"109-166, T:0-1": [1671, 1500]}},
{"id": "txhpwd", "name": "Golden Premier League trophy", "description": "A special commemorative trophy given to the Arsenal F.C. Invincibles, a squad known for going an entire Premier League season undefeated. The Invincibles are widely regarded as the greatest Premier League squad of all time and their feat is yet to be replicated by any other side in the Premier League era.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Invincibles_(English_football)"], "subreddit": ["Gunners"]}, "path": {"1-164, T:0-1": [[745, 499], [745, 506], [751, 506], [751, 499]]}, "center": {"1-164, T:0-1": [748, 503]}},
{"id": "txhpwd", "name": "Golden Premier League trophy", "description": "This is a special commemorative trophy given to the Arsenal F.C. Invincibles, a squad known for going an entire season undefeated in the Premier League, the top league of association football in England. The Invincibles are widely regarded as the greatest Premier League squad of all time and their feat has yet to be replicated by any other side in the Premier League era.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Invincibles_(English_football)", "https://en.wikipedia.org/wiki/Premier_League"], "subreddit": ["Gunners"]}, "path": {"134-164, 38-120, T:0-1": [[745, 498], [745, 500], [744, 500], [744, 503], [746, 505], [746, 507], [750, 507], [750, 505], [752, 503], [752, 500], [751, 500], [751, 498]]}, "center": {"134-164, 38-120, T:0-1": [748, 502]}},
{"id": "txhpbb", "name": "Indigo flower", "description": "Small indigo flower made by a small discord of French friends with the protection of Q and Tom fursonas.", "links": {}, "path": {"109-166, T:0-1": [[444, 1527], [443, 1527], [443, 1528], [442, 1528], [442, 1529], [442, 1530], [443, 1530], [443, 1531], [443, 1532], [446, 1532], [446, 1531], [447, 1531], [447, 1530], [447, 1529], [446, 1529], [446, 1528], [445, 1528], [445, 1527]]}, "center": {"109-166, T:0-1": [444, 1530]}},
{"id": "txhom4", "name": "Fifi Dragon", "description": "An 8-bit mascot of Twitch streamer FireDragon, known for speedrunning and Shiny Pokémon hunting.", "links": {"website": ["https://www.twitch.tv/firedragon"], "subreddit": ["FireDragon"]}, "path": {"109-166, T:0-1": [[653, 1552], [664, 1552], [661, 1557], [661, 1564], [651, 1564], [651, 1552]]}, "center": {"109-166, T:0-1": [656, 1558]}},
{"id": "txhnym", "name": "FR FLAG", "description": "By @lewizooo & @ZupShay", "links": {"website": ["https://www.twitter.com/lewizooo"]}, "path": {"109-165, T:0-1": [[359, 1535], [364, 1535], [364, 1536], [359, 1536]]}, "center": {"109-165, T:0-1": [362, 1536]}},
@ -4981,7 +4981,7 @@
{"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": "A member of Hololive's 4th generation of Japanese VTubers, notorious for her intentionally infuriating spoiled child-like personality and manner of speech.", "links": {"website": ["https://en.hololive.tv/portfolio/items/himemori-luna"], "subreddit": ["Hololive"]}, "path": {"56-165, T:0-1": [[1356, 973], [1360, 973], [1361, 970], [1364, 977], [1363, 981], [1355, 981], [1354, 978], [1355, 974]]}, "center": {"56-165, T:0-1": [1359, 977]}},
{"id": "txjtpw", "name": "Philippines Base Bravo", "description": "Base Bravo (a.k.a. the Visayas base) of r/Philippines. 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. Once was the space for the Philippine jeepney now in Base Charlie (Mindanao base) of r/Philippines.", "links": {"website": ["https://www.twitch.tv/buddha"], "subreddit": ["Philippines"]}, "path": {"56-165, T:0-1": [[1490, 600], [1335, 601], [1334, 670], [1374, 672], [1375, 658], [1490, 658], [1490, 601]]}, "center": {"56-165, T:0-1": [1409, 631]}},
{"id": "txjtmz", "name": "ARSEHOLE Alliance", "description": "An alliance of the communities r/foxholegame and r/Gunners, These communities made some of the earliest finished works on r/place. brought together by an early Ukrainian flag that (after seeing the unmoderated early flag that plowed through many other works) allied together 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": {"subreddit": ["foxholegame", "Gunners"]}, "path": {"1-164, T:0-1": [[701, 482], [753, 482], [755, 601], [754, 601], [754, 602], [753, 602], [753, 603], [752, 603], [752, 605], [752, 607], [701, 607]]}, "center": {"1-164, T:0-1": [727, 545]}},
{"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], [755, 601], [754, 601], [754, 602], [753, 602], [753, 603], [752, 603], [752, 605], [752, 607], [701, 607]]}, "center": {"10-164, T:0-1": [728, 528]}},
{"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]}},
{"id": "txjr8a", "name": "Apex Legends", "description": "Apex Legends is a free-to-play battle royale-hero shooter game developed by Respawn Entertainment and published by Electronic Arts", "links": {"website": ["https://www.ea.com/games/apex-legends"], "subreddit": ["apexlegends"]}, "path": {"109-165, T:0-1": [[501, 1274], [501, 1213], [447, 1213], [447, 1274]]}, "center": {"109-165, T:0-1": [474, 1244]}},
{"id": "txjqu9", "name": "Slime", "description": "Slime gaming community.\nJoin discord.gg/slime", "links": {"discord": ["slime"]}, "path": {"56-165, T:0-1": [[999, 887], [999, 897], [1019, 897], [1019, 887]]}, "center": {"56-165, T:0-1": [1009, 892]}},
@ -5310,7 +5310,7 @@
{"id": "txq6n9", "name": "Community of Madrid heart", "description": "The Community of Madrid is in the center of the Iberian Peninsula. Its capital, Madrid, is also the capital of Spain.\n\nThe flag is red (in reference to Castile) with seven white stars that represent the constellation Ursa Minor (in reference to Madrid's coat of arms).", "links": {"website": ["https://en.wikipedia.org/wiki/Community_of_Madrid", "https://en.wikipedia.org/wiki/Flag_of_the_Community_of_Madrid"], "subreddit": ["esPlace", "spain"]}, "path": {"138-166, 68-121, T:0-1": [[1043, 277], [1040, 280], [1040, 282], [1045, 287], [1050, 282], [1050, 280], [1047, 277], [1046, 277], [1045, 278], [1044, 277]]}, "center": {"138-166, 68-121, T:0-1": [1045, 282]}},
{"id": "txq636", "name": "Creepers", "description": "Awww, They are cute together! :)\n\nA creeper is an iconic NPC in the game Minecraft, a sandbox video game developed by Mojang Studios in Sweden. Creepers are hostile mobs that approach the player and explode.", "links": {"website": ["https://minecraft.fandom.com/wiki/Creeper"], "subreddit": ["Minecraft", "place_nordicunion", "sweden"]}, "path": {"29-55": [[774, 78], [774, 92], [785, 92], [785, 78]], "4-7": [[390, 13], [390, 28], [388, 31], [388, 33], [392, 37], [393, 37], [395, 35], [398, 35], [398, 36], [401, 36], [403, 34], [403, 31], [401, 28], [401, 13]], "9-28": [[853, 82], [853, 91], [862, 91], [862, 82]], "56-166, T:0-1": [[774, 91], [774, 78], [785, 78], [785, 87], [788, 87], [788, 78], [799, 78], [799, 91]]}, "center": {"29-55": [780, 85], "4-7": [396, 25], "9-28": [858, 87], "56-166, T:0-1": [779, 84]}},
{"id": "txq5mr", "name": "Trees of nonaggression", "description": "These trees were the result of a treaty between r/PlaceTrees and r/Superstonk who were initially contending for the territory. The NFT aspect of the Superstonk section drew in a lot of outside antagonism and attacks due to several perceptions (one of which being the oversimplification that ALL NFTs, including those on blockchains transitioning to proof-of-stake consensus protocols, would be environmentally destructive). r/PlaceTrees initially took over the Ethereum Layer 2 section but was fought off, and both sides agreed to stop fighting and plant a few trees in the area. Planting those trees was a difficult task for Superstonk that took over 24 hours of repeated coordinated efforts to change the pixels in this section since. It was too well defended for its own good, but eventually the ones unaware of the new design gave way to make what you see here.", "links": {"subreddit": ["PlaceTrees", "Superstonk"]}, "path": {"1-165, T:0-1": [[821, 879], [827, 879], [831, 885], [837, 893], [833, 898], [832, 900], [831, 901], [831, 905], [829, 904], [829, 897], [825, 895], [825, 898], [821, 900], [820, 892], [817, 889], [817, 882], [820, 880]]}, "center": {"1-165, T:0-1": [826, 890]}},
{"id": "txq4ot", "name": "Pansexual Among Us crewmates", "description": "Among Us crewmates with a pansexual symbol showing the support of pansexual individuals and the pansexual community from the trans community.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality"], "subreddit": ["transplace"]}, "path": {"1-164, T:0-1": [[747, 447], [747, 440], [757, 441], [758, 447]]}, "center": {"1-164, T:0-1": [752, 444]}},
{"id": "txq4ot", "name": "Pansexual Among Us crewmates", "description": "Among Us crewmates with a heart depicting the pansexual pride flag, showing the support of the pansexual community from the trans community. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality"], "subreddit": ["transplace"]}, "path": {"161-164": [[750, 440], [750, 443], [749, 443], [747, 445], [747, 446], [749, 448], [755, 448], [757, 446], [757, 445], [755, 443], [754, 443], [754, 440]]}, "center": {"161-164": [752, 445]}},
{"id": "txq49k", "name": "Old Town Bridge Tower", "description": "A tower overlooking the Charles Bridge in Prague, Czech Republic.", "links": {"website": ["https://en.wikipedia.org/wiki/Old_Town_Bridge_Tower"], "subreddit": ["czech"]}, "path": {"159-166, T:0-1": [[1239, 194], [1239, 197], [1238, 198], [1236, 198], [1236, 204], [1237, 204], [1237, 209], [1234, 209], [1232, 211], [1233, 212], [1234, 212], [1235, 213], [1235, 216], [1236, 217], [1237, 217], [1238, 218], [1241, 215], [1242, 215], [1243, 214], [1244, 214], [1245, 213], [1246, 213], [1248, 211], [1248, 210], [1249, 209], [1250, 209], [1251, 208], [1251, 207], [1251, 205], [1250, 205], [1247, 208], [1246, 208], [1244, 210], [1243, 209], [1243, 204], [1244, 204], [1244, 198], [1242, 198], [1242, 197], [1241, 197], [1241, 194]]}, "center": {"159-166, T:0-1": [1240, 201]}},
{"id": "txq2sy", "name": "Bisexual turtle", "description": "A turtle holding the bisexual pride flag. Bisexual people are sexually attracted to both males and females.\n\nThis image shows the support of bisexual individuals and the bisexual community from the trans community.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["transplace"]}, "path": {"127-165, T:0-1": [[666, 475], [663, 472], [667, 466], [679, 468], [679, 472], [673, 472], [673, 474], [670, 474], [670, 476], [667, 476]]}, "center": {"127-165, T:0-1": [668, 471]}},
{"id": "txq2l1", "name": "Lucky Purple Shorts", "description": "An image of one of the most famous items in the game Stardew Valley - Mayor Lewis's underwear. There are many fun things in the game you can do with these shorts to tease out a reaction from the corrupt mayor.", "links": {"website": ["https://stardewvalleywiki.com/Secrets#Lucky_Purple_Shorts"], "subreddit": ["StardewValley"]}, "path": {"109-166, T:0-1": [[1749, 1044], [1749, 1063], [1768, 1063], [1768, 1044]]}, "center": {"109-166, T:0-1": [1759, 1054]}},
@ -6039,7 +6039,7 @@
{"id": "tyjbpx", "name": "Singapore mini flag", "description": "A flag as cute as Singapore, lah!", "links": {"website": ["https://en.wikipedia.org/wiki/Singapore"], "subreddit": ["singapore"]}, "path": {"109-166, T:0-1": [[1120, 1599], [1122, 1599], [1122, 1600], [1120, 1600]]}, "center": {"109-166, T:0-1": [1121, 1600]}},
{"id": "tyjam8", "name": "Latvia", "description": "Latvian map with other Baltic countries, using the flag of Latvia as a background. It has a star that shows Riga, capital of Latvia.", "links": {"website": ["https://en.wikipedia.org/wiki/Latvia", "https://en.wikipedia.org/wiki/Flag_of_Latvia"], "subreddit": ["latvia", "BalticStates"]}, "path": {"61-166, T:0-1": [[1949, 129], [1952, 133], [1953, 133], [1953, 141], [1954, 141], [1954, 151], [1953, 151], [1953, 152], [1950, 155], [1945, 155], [1945, 156], [1942, 156], [1942, 155], [1941, 155], [1941, 154], [1938, 152], [1937, 152], [1937, 151], [1935, 151], [1934, 150], [1931, 150], [1931, 148], [1930, 148], [1930, 145], [1929, 145], [1925, 148], [1921, 148], [1921, 147], [1915, 147], [1915, 148], [1914, 148], [1914, 147], [1910, 147], [1910, 146], [1906, 146], [1906, 147], [1903, 147], [1902, 149], [1901, 149], [1901, 151], [1900, 151], [1899, 151], [1899, 140], [1901, 140], [1900, 139], [1901, 139], [1901, 138], [1902, 138], [1902, 137], [1903, 137], [1903, 131], [1904, 131], [1904, 129], [1905, 129], [1905, 128], [1909, 128], [1909, 127], [1910, 127], [1910, 126], [1912, 126], [1917, 125], [1918, 124], [1919, 125], [1918, 126], [1912, 126], [1912, 128], [1912, 129], [1913, 129], [1913, 130], [1914, 130], [1914, 131], [1915, 131], [1915, 132], [1916, 132], [1916, 133], [1917, 133], [1917, 137], [1918, 136], [1918, 137], [1919, 137], [1919, 138], [1920, 138], [1920, 139], [1921, 138], [1921, 137], [1923, 137], [1923, 136], [1925, 136], [1925, 134], [1925, 125], [1926, 124], [1928, 123], [1930, 122], [1933, 121], [1934, 122], [1936, 124], [1943, 131], [1945, 130], [1946, 129]]}, "center": {"61-166, T:0-1": [1942, 142]}},
{"id": "tyj9m0", "name": "Flag of Córdoba", "description": "Flag of Córdoba, Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/C%C3%B3rdoba,_Argentina"], "subreddit": ["argentina"]}, "path": {"109-166, T:0-1": [[1120, 1598], [1120, 1596], [1122, 1596], [1122, 1598]]}, "center": {"109-166, T:0-1": [1121, 1597]}},
{"id": "tyj81g", "name": "r/trees", "description": "r/trees is a cannabis community on Reddit. They switched their subreddit name with r/marijuanaenthusiasts. Pictures is a cannabis leaf with the number 420, which stands for the weed holiday celebrated on the 20th of April.", "links": {"website": ["https://en.wikipedia.org/wiki/Cannabis"], "subreddit": ["trees"]}, "path": {"5-164, T:0-1": [[718, 398], [718, 429], [752, 429], [752, 398]]}, "center": {"5-164, T:0-1": [735, 414]}},
{"id": "tyj81g", "name": "r/trees", "description": "r/trees is a cannabis community on Reddit. They switched their subreddit name with r/marijuanaenthusiasts. Pictures is a cannabis leaf with the number 420, which stands for the weed holiday celebrated on the 20th of April.", "links": {"website": ["https://en.wikipedia.org/wiki/Cannabis"], "subreddit": ["trees"]}, "path": {"5-164, T:0-1": [[718, 398], [718, 429], [752, 429], [752, 398]]}, "center": {"5-164, T:0-1": [735, 424]}},
{"id": "tyj7e8", "name": "Estonia", "description": "A map showing the country of Estonia, with the flag of Estonia as a background. The star shows Tallinn, capital of Estonia.", "links": {"website": ["https://en.wikipedia.org/wiki/Estonia", "https://en.wikipedia.org/wiki/Flag_of_Estonia"], "subreddit": ["Eesti", "BalticStates"]}, "path": {"61-165, T:0-1": [[1928, 99], [1952, 99], [1952, 101], [1953, 101], [1953, 106], [1952, 106], [1952, 109], [1948, 109], [1948, 110], [1947, 110], [1947, 113], [1948, 113], [1948, 116], [1949, 116], [1949, 118], [1950, 118], [1950, 121], [1951, 121], [1951, 126], [1950, 126], [1950, 128], [1949, 128], [1949, 130], [1947, 130], [1947, 129], [1945, 129], [1945, 130], [1944, 130], [1944, 131], [1943, 131], [1943, 130], [1942, 130], [1942, 129], [1941, 129], [1941, 128], [1940, 128], [1940, 127], [1939, 127], [1939, 126], [1939, 125], [1938, 126], [1938, 125], [1937, 125], [1937, 124], [1936, 124], [1936, 123], [1935, 122], [1933, 122], [1933, 121], [1932, 121], [1932, 122], [1930, 122], [1930, 123], [1927, 123], [1927, 124], [1926, 124], [1926, 125], [1925, 125], [1925, 121], [1926, 121], [1926, 119], [1923, 119], [1923, 120], [1921, 120], [1921, 119], [1921, 118], [1920, 118], [1920, 116], [1919, 116], [1919, 115], [1917, 115], [1916, 115], [1916, 118], [1915, 118], [1915, 119], [1914, 119], [1914, 120], [1910, 120], [1910, 121], [1909, 121], [1909, 123], [1908, 123], [1908, 124], [1907, 124], [1907, 123], [1906, 123], [1907, 122], [1907, 121], [1906, 121], [1906, 120], [1905, 120], [1905, 118], [1906, 118], [1906, 117], [1905, 116], [1908, 116], [1909, 115], [1911, 115], [1912, 114], [1911, 112], [1911, 111], [1911, 110], [1910, 110], [1910, 109], [1908, 109], [1910, 109], [1910, 108], [1911, 108], [1911, 107], [1912, 107], [1912, 106], [1914, 108], [1914, 109], [1915, 109], [1914, 110], [1915, 110], [1915, 109], [1915, 111], [1918, 110], [1918, 104], [1920, 104], [1922, 102], [1923, 102], [1923, 103], [1925, 103], [1925, 102], [1926, 102], [1927, 101]]}, "center": {"61-165, T:0-1": [1936, 110]}},
{"id": "tyixc7", "name": "Coat of arms of Schleswig-Holstein", "description": "Coat of arms of the German state Schleswig-Holstein.", "links": {"website": ["https://en.wikipedia.org/wiki/Schleswig-Holstein"], "subreddit": ["placeDE", "de"]}, "path": {"109-165, T:0-1": [[1193, 1123], [1193, 1130], [1196, 1133], [1200, 1133], [1203, 1130], [1203, 1123]]}, "center": {"109-165, T:0-1": [1198, 1128]}},
{"id": "tyiwcb", "name": "Coat of arms of Bremen", "description": "Coat of arms of the German state Bremen.", "links": {"website": ["https://en.wikipedia.org/wiki/Bremen_(state)"], "subreddit": ["placeDE", "de"]}, "path": {"109-166, T:0-1": [[1382, 1128], [1384, 1130], [1383, 1131], [1383, 1138], [1385, 1140], [1390, 1140], [1392, 1138], [1392, 1131], [1391, 1130], [1393, 1128], [1391, 1128], [1389, 1126], [1388, 1127], [1387, 1127], [1386, 1126], [1384, 1128], [1383, 1128]]}, "center": {"109-166, T:0-1": [1388, 1133]}},
@ -6527,7 +6527,7 @@
{"id": "tzz0x7", "name": "Pansexual 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 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/Anarchist_symbolism#Circle-A"], "subreddit": ["Anarchism", "AnarchismZ", "anarchocommunism", "COMPLETEANARCHY"]}, "path": {"57-60": [[12, 421], [9, 424], [9, 426], [12, 429], [14, 429], [17, 426], [17, 424]], "68-165, T:0-1": [[3, 420], [0, 423], [0, 425], [3, 428], [5, 428], [8, 425], [8, 423], [5, 420]]}, "center": {"57-60": [13, 425], "68-165, T:0-1": [4, 424]}},
{"id": "tzz06x", "name": "Gay 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 gay pride flag. Gay people are men attracted to other men.", "links": {"website": ["https://en.wikipedia.org/wiki/Gay", "https://en.wikipedia.org/wiki/Anarchist_symbolism#Circle-A"], "subreddit": ["Anarchism", "AnarchismZ", "anarchocommunism", "COMPLETEANARCHY"]}, "path": {"77-165, T:0-1": [[3, 412], [0, 415], [0, 417], [3, 420], [5, 420], [8, 417], [8, 415], [5, 412]]}, "center": {"77-165, T:0-1": [4, 416]}},
{"id": "tzyz1t", "name": "Agender 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 agender pride flag. Agender, also known as genderless, is an identity to describe someone that entirely lacks a gender or with complete genderlessness. It falls under the non-binary umbrella in which one is not male, female, neutral, xenic, outherine, or any other gender. They may identify most strongly as just an individual, rather than as any given gender.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Agender", "https://en.wikipedia.org/wiki/Anarchist_symbolism#Circle-A"], "subreddit": ["Anarchism", "AnarchismZ", "anarchocommunism", "COMPLETEANARCHY"]}, "path": {"82-165, T:0-1": [[3, 404], [0, 407], [0, 409], [3, 412], [5, 412], [8, 409], [8, 407], [5, 404]]}, "center": {"82-165, T:0-1": [4, 408]}},
{"id": "tzyy6s", "name": "Genderfluid 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 genderfluid pride flag. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Genderfluid", "https://en.wikipedia.org/wiki/Anarchist_symbolism#Circle-A"], "subreddit": ["Anarchism", "AnarchismZ", "anarchocommunism", "COMPLETEANARCHY"]}, "path": {"74-165, T:0-1": [[3, 396], [0, 399], [0, 401], [3, 404], [5, 404], [8, 401], [8, 399], [5, 396]]}, "center": {"74-165, T:0-1": [4, 400]}},
{"id": "tzyy6s", "name": "Genderfluid 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 genderfluid pride flag. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Genderfluid", "https://en.wikipedia.org/wiki/Anarchist_symbolism#Circle-A"], "subreddit": ["Anarchism", "AnarchismZ", "anarchocommunism", "COMPLETEANARCHY"]}, "path": {"74-165, T:0-1": [[3, 396], [0, 399], [0, 401], [3, 404], [5, 404], [8, 401], [8, 399], [5, 396]]}, "center": {"74-165, T:0-1": [4, 400]}},
{"id": "tzywby", "name": "Aroace 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 aroace (aromantic, asexual) pride flag.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Aromantic_asexual", "https://en.wikipedia.org/wiki/Anarchist_symbolism#Circle-A"], "subreddit": ["Anarchism", "AnarchismZ", "anarchocommunism", "COMPLETEANARCHY"]}, "path": {"71-165, T:0-1": [[3, 388], [0, 391], [0, 393], [3, 396], [5, 396], [8, 393], [8, 391], [5, 388]]}, "center": {"71-165, T:0-1": [4, 392]}},
{"id": "tzyuzc", "name": "Abrosexual 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 abrosexual pride flag. Abrosexual refers to an individual whose sexuality is changing or fluid. One can change between any sexualities, whether it be monosexual, multisexual, allosexual or asexual spectrum, etc.", "links": {"website": ["https://sexuality.fandom.com/wiki/Abrosexual", "https://en.wikipedia.org/wiki/Anarchist_symbolism#Circle-A"], "subreddit": ["Anarchism", "AnarchismZ", "anarchocommunism", "COMPLETEANARCHY"]}, "path": {"137-165, T:0-1": [[3, 372], [0, 375], [0, 377], [3, 380], [5, 380], [8, 377], [8, 375], [5, 372]]}, "center": {"137-165, T:0-1": [4, 376]}},
{"id": "tzym5f", "name": "Five Nights At Freddy's", "description": "Five Nights at Freddy's (FNaF) is a horror game series. The large art in the middle depicts Sploinkus, an armless variation of the Daycare Attendent, an animatronic from FNaF: Security Breach. At the top left is Baby from FNaF: Sister Location. Below Baby, close to the bottom left, are two pixel art. The left pixel art depicts Glamrock Freddy and the right pixel art represents Roxanne Wolf. Both animatronics are from FNaF: Security Breach. To the right of Sploinkus is a pixel art of Springtrap, a character from FNaF 3. Originally, Glitchtrap, a character from FNaF: Help Wanted, was depicted, but he was removed.\n\nThis art was made by the Five Nights At Freddy's subreddit, Freddit Discord, and X Lore Discord server. Like the FNaF banner in the original canvas, this art was allied with the My Little Pony fandom and stayed next to it, and also allied with Berserk. Due to MLP being a massive target for raiders, this part also got painted over a few times, but the communities made sure it was preserved after every attack. Sploinkus was also attacked by small forces of Denmark using their flag. Near the end of r/place, few of the fangame developers in the FNaF community wanted to give Sploinkus teeth as a joke, though that was reversed as well.", "links": {"website": ["https://fivenightsatfreddys.io/", "https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s"], "subreddit": ["fivenightsatfreddys"]}, "path": {"56-107": [[1698, 249], [1693, 257], [1686, 258], [1684, 270], [1689, 284], [1691, 283], [1710, 283], [1711, 268], [1719, 268], [1719, 249]], "108-166, T:0-1": [[1689, 255], [1689, 258], [1688, 258], [1688, 261], [1685, 261], [1685, 268], [1684, 268], [1684, 275], [1693, 275], [1693, 280], [1707, 280], [1708, 279], [1711, 279], [1712, 278], [1712, 271], [1713, 270], [1713, 269], [1712, 268], [1706, 256], [1706, 255]]}, "center": {"56-107": [1698, 269], "108-166, T:0-1": [1699, 266]}},
@ -6864,7 +6864,7 @@
{"id": "u1pibv", "name": "Redstone wire", "description": "Redstone in wire form when placed on the ground.", "links": {"website": ["https://minecraft.fandom.com/wiki/Redstone_Dust"], "subreddit": ["redstone"]}, "path": {"158-166, T:0-1": [[1546, 1658], [1546, 1660], [1549, 1663], [1560, 1663], [1562, 1661], [1562, 1659], [1560, 1657], [1554, 1657], [1553, 1658]]}, "center": {"158-166, T:0-1": [1555, 1660]}},
{"id": "u1phc8", "name": "Redstone dust", "description": "The item sprite for Redstone dust in Minecraft.", "links": {"website": ["https://minecraft.fandom.com/wiki/Redstone_Dust"], "subreddit": ["redstone"]}, "path": {"158-166, T:0-1": [[1540, 1654], [1534, 1660], [1534, 1662], [1537, 1665], [1538, 1665], [1539, 1666], [1542, 1666], [1543, 1665], [1544, 1665], [1547, 1662], [1547, 1660], [1541, 1654]]}, "center": {"158-166, T:0-1": [1541, 1661]}},
{"id": "u1pga3", "name": "Repeat Ball", "description": "A Poké Ball with a repeating circular pattern on top. This Poké Ball offers an increased chance to catch a Pokémon if you've already caught another of that same Pokémon before.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Repeat_Ball"], "subreddit": ["pokemon"]}, "path": {"56-165, T:0-1": [[1085, 711], [1085, 706], [1085, 705], [1086, 705], [1086, 704], [1087, 703], [1088, 703], [1089, 702], [1093, 702], [1094, 703], [1095, 703], [1096, 704], [1096, 705], [1097, 705], [1097, 711], [1096, 711], [1096, 712], [1095, 713], [1094, 713], [1093, 714], [1089, 714], [1088, 713], [1087, 713], [1086, 712], [1086, 711]]}, "center": {"56-165, T:0-1": [1091, 708]}},
{"id": "u1olw3", "name": "OnlyNekos (overtaken)", "description": "The first location of the OnlyNekos community. OnlyNekos later moved to (1600, 1450) when the border expanded for the second time. After securing their new land, They allowed their old location to be overtaken by others for more art to exist on the final painting", "links": {}, "path": {"1-166, T:0-1": [[710, 804], [731, 804], [734, 807], [734, 817], [730, 823], [726, 825], [721, 826], [713, 823], [708, 818], [707, 811], [709, 806]]}, "center": {"1-166, T:0-1": [721, 814]}},
{"id": "u1olw3", "name": "OnlyNekos", "description": "OnlyNekos is a Twitch group.\n\nThis was the first location of the OnlyNekos community. OnlyNekos later moved to (1600, 1450) when the border expanded for the second time. After securing their new land, they allowed their old location to be overtaken by others for more art to exist on the final painting.", "links": {"website": ["https://www.twitch.tv/team/onlynekos"]}, "path": {"9-153": [[710, 804], [731, 804], [734, 807], [734, 817], [730, 823], [726, 825], [721, 826], [713, 823], [708, 818], [707, 811], [709, 806]], "5-8": [[747, 822], [747, 833], [746, 833], [744, 836], [744, 840], [766, 840], [768, 837], [768, 834], [770, 832], [767, 831], [767, 827], [764, 822], [760, 825], [753, 825], [750, 822]]}, "center": {"9-153": [722, 815], "5-8": [757, 832]}},
{"id": "u1o1qg", "name": "Pink Parrots", "description": "One of the teams in Minecraft Championship.", "links": {"website": ["https://mcchampionship.fandom.com/wiki/Pink_Parrots"], "subreddit": ["MinecraftChampionship"]}, "path": {"61-166, T:0-1": [[1798, 100], [1795, 103], [1795, 110], [1802, 110], [1805, 108], [1805, 104], [1802, 101], [1801, 101], [1800, 100]]}, "center": {"61-166, T:0-1": [1800, 105]}},
{"id": "u1o12z", "name": "Purple Pandas", "description": "One of the teams in Minecraft Championship.", "links": {"website": ["https://mcchampionship.fandom.com/wiki/Purple_Pandas"], "subreddit": ["MinecraftChampionship"]}, "path": {"58-166, T:0-1": [[1779, 110], [1779, 112], [1780, 113], [1780, 115], [1779, 116], [1779, 118], [1781, 120], [1787, 120], [1789, 118], [1789, 116], [1788, 115], [1788, 113], [1789, 112], [1789, 110], [1786, 110], [1784, 112], [1782, 110]]}, "center": {"58-166, T:0-1": [1784, 116]}},
{"id": "u1o0c6", "name": "Blue Bats", "description": "One of the teams in Minecraft Championship.", "links": {"website": ["https://mcchampionship.fandom.com/wiki/Blue_Bats"], "subreddit": ["MinecraftChampionship"]}, "path": {"58-166, T:0-1": [[1789, 110], [1789, 114], [1790, 115], [1790, 118], [1792, 120], [1796, 120], [1798, 118], [1798, 115], [1799, 114], [1799, 110], [1797, 110], [1794, 113], [1791, 110]]}, "center": {"58-166, T:0-1": [1794, 117]}},
@ -7015,15 +7015,14 @@
{"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": "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": {"1-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": {"1-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"], "subreddit": ["tallyhall", "transplace"]}, "path": {"1-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": {"1-164, T:0-1": [783, 469]}},
{"id": "u3426y", "name": "Genderfluid Tally", "description": "Member of Ally Hall whose tie has the genderfluid flag colors.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Genderfluid"], "subreddit": ["tallyhall", "transplace"]}, "path": {"1-164, T:0-1": [[777, 462], [776, 463], [776, 464], [777, 465], [777, 467], [776, 468], [776, 470], [777, 471], [777, 476], [782, 476], [782, 471], [780, 469], [782, 467], [782, 465], [779, 462]]}, "center": {"1-164, T:0-1": [779, 469]}},
{"id": "u341c5", "name": "Gay Tally", "description": "Member of Ally Hall whose tie has the bisexual flag colors. Originally meant to have the aroace flag colors.", "links": {"website": ["https://en.wikipedia.org/wiki/Gay"], "subreddit": ["tallyhall", "transplace"]}, "path": {"1-164, T:0-1": [[771, 462], [773, 465], [773, 467], [772, 468], [772, 470], [773, 471], [773, 476], [778, 476], [778, 471], [776, 469], [778, 467], [775, 462]]}, "center": {"1-164, T:0-1": [775, 469]}},
{"id": "u33yqz", "name": "Transgender Tally", "description": "Member of Ally Hall whose tie has the transgender flag colors. 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": ["tallyhall", "transplace"]}, "path": {"1-164, T:0-1": [[769, 462], [766, 465], [766, 467], [768, 469], [766, 471], [766, 476], [774, 476], [774, 471], [772, 469], [774, 467], [774, 465], [771, 462]]}, "center": {"1-164, T:0-1": [770, 470]}},
{"id": "u33y72", "name": "Nonbinary Tally", "description": "Member of Ally Hall whose tie was intended to have the nonbinary flag colors.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"], "subreddit": ["tallyhall", "transplace"]}, "path": {"1-164, T:0-1": [[765, 462], [762, 465], [762, 467], [764, 469], [762, 471], [762, 476], [767, 476], [767, 471], [768, 470], [768, 468], [767, 467], [767, 465], [768, 464], [768, 462]]}, "center": {"1-164, T:0-1": [765, 469]}},
{"id": "u33tjn", "name": "Polysexual Tally", "description": "Member of Ally Hall whose tie has the polysexual flag colors. Originally meant to have the pansexual flag colors.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality"], "subreddit": ["tallyhall", "transplace"]}, "path": {"1-164, T:0-1": [[761, 462], [758, 465], [758, 467], [760, 469], [758, 471], [758, 476], [763, 476], [763, 471], [764, 470], [764, 468], [763, 467], [763, 465], [764, 464], [764, 462]]}, "center": {"1-164, T:0-1": [761, 469]}},
{"id": "u33syf", "name": "Bisexual Tally", "description": "Member of Ally Hall whose tie has the bisexual flag colors.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality"], "subreddit": ["tallyhall", "transplace"]}, "path": {"1-164, T:0-1": [[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, 462]]}, "center": {"1-164, T:0-1": [757, 469]}},
{"id": "u33n2r", "name": "Among Us crewmates", "description": "", "links": {"website": ["https://www.innersloth.com/games/among-us/"]}, "path": {"1-164, T:0-1": [[757, 443], [757, 448], [783, 448], [783, 447], [784, 446], [784, 445], [783, 444], [783, 443]]}, "center": {"1-164, T:0-1": [770, 446]}},
{"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]}},
{"id": "u3426y", "name": "Genderfluid Tally", "description": "Member of Ally Hall whose tie has the genderfluid flag colors. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Genderfluid", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"100-123, 125-140, 143, 146-164, 78-85, 87, T:0-1": [[777, 462], [776, 463], [776, 464], [777, 465], [777, 467], [776, 468], [776, 470], [777, 471], [777, 476], [782, 476], [782, 471], [780, 469], [782, 467], [782, 465], [779, 462]]}, "center": {"100-123, 125-140, 143, 146-164, 78-85, 87, T:0-1": [780, 472]}},
{"id": "u341c5", "name": "Gay Tally", "description": "Member of Ally Hall whose tie has the gay flag colors. Gay people are men attracted to other men.\n\nThis Tally was originally meant to have the aroace flag colors.", "links": {"website": ["https://en.wikipedia.org/wiki/Gay", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"108-123, 125-126, 148, 150-151, 153-158, 160-162, 164, 83-104": [[771, 462], [773, 465], [773, 467], [772, 468], [772, 470], [773, 471], [773, 476], [778, 476], [778, 471], [776, 469], [778, 467], [775, 462]]}, "center": {"108-123, 125-126, 148, 150-151, 153-158, 160-162, 164, 83-104": [776, 472]}},
{"id": "u33yqz", "name": "Transgender Tally", "description": "Member of Ally Hall whose tie has the transgender flag colors. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"51, 54-164, T:0-1": [[769, 462], [766, 465], [766, 467], [768, 469], [766, 471], [766, 476], [774, 476], [774, 471], [772, 469], [774, 467], [774, 465], [771, 462]]}, "center": {"51, 54-164, T:0-1": [770, 472]}},
{"id": "u33y72", "name": "Non-binary Tally", "description": "Member of Ally Hall whose tie has the non-binary flag colors. Non-binary people identify as a gender other than only male or female.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"88-90": [[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]], "109-118, 127-142, 146-157, 160-164, 78-87, 94-103, T:0-1": [[765, 462], [762, 465], [762, 467], [764, 469], [762, 471], [762, 476], [767, 476], [767, 471], [768, 470], [768, 468], [767, 467], [767, 465], [768, 464], [768, 462]]}, "center": {"88-90": [756, 472], "109-118, 127-142, 146-157, 160-164, 78-87, 94-103, T:0-1": [764, 466]}},
{"id": "u33tjn", "name": "Polysexual Tally", "description": "Member of Ally Hall whose tie has the polysexual flag colors. Polysexual is the sexual attraction to many, but not necessarily all, genders. For example, a polysexual individual could be attracted to all genders except men. Or a polysexual individual could be attracted only to non-binary individuals, genderfluid individuals, and male-aligned individuals.\n\nThis Tally was originally meant to have the pansexual flag colors.", "links": {"website": ["https://lgbta.miraheze.org/wiki/Polysexual", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"114, 161-164": [[761, 462], [758, 465], [758, 467], [760, 469], [758, 471], [758, 476], [763, 476], [763, 471], [764, 470], [764, 468], [763, 467], [763, 465], [764, 464], [764, 462]]}, "center": {"114, 161-164": [760, 466]}},
{"id": "u33syf", "name": "Bisexual Tally", "description": "Member of Ally Hall whose tie has the bisexual flag colors. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"133-137": [[785, 462], [784, 463], [784, 464], [785, 465], [785, 467], [784, 468], [784, 470], [785, 471], [785, 476], [787, 476], [787, 462]], "86-91": [[777, 462], [776, 463], [776, 464], [777, 465], [777, 467], [776, 468], [776, 470], [777, 471], [777, 476], [782, 476], [782, 471], [780, 469], [782, 467], [782, 465], [779, 462]], "100-129, 141-164, 80-85, T:0-1": [[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, 462]]}, "center": {"133-137": [786, 469], "86-91": [780, 472], "100-129, 141-164, 80-85, T:0-1": [756, 466]}},
{"id": "u40u61", "name": "HoYoverse", "description": "The global branch of game studio miHoYo, The company behind Genshin Impact, Honkai Impact 3rd, and Tears of Themis.", "links": {"website": ["https://www.hoyoverse.com/en-us/"], "subreddit": ["GenshinImpact", "houkai3rd", "TearsOfThemis"]}, "path": {"109-166, T:0-1": [[1674, 1803], [1674, 1809], [1771, 1809], [1771, 1803]]}, "center": {"109-166, T:0-1": [1723, 1806]}},
{"id": "u40diy", "name": "Flag of Madeira", "description": "Madeira is an autonomous region of Portugal.", "links": {"website": ["https://en.wikipedia.org/wiki/Madeira", "https://en.wikipedia.org/wiki/Flag_of_Madeira"], "subreddit": ["Madeira", "portugal", "PORTUGALCARALHO"]}, "path": {"43-165, T:0-1": [[923, 360], [923, 367], [936, 367], [936, 360]]}, "center": {"43-165, T:0-1": [930, 364]}},
{"id": "u402pe", "name": "Luís de Camões", "description": "Portuguese poet who is best known for his epic poem, Os Lusíadas.", "links": {"website": ["https://en.wikipedia.org/wiki/Lu%C3%ADs_de_Cam%C3%B5es"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"52-164, T:0-1": [[865, 322], [864, 337], [862, 337], [862, 342], [863, 342], [863, 351], [864, 352], [864, 361], [901, 361], [901, 353], [899, 353], [897, 355], [896, 355], [891, 349], [890, 349], [890, 347], [891, 347], [891, 343], [888, 340], [886, 340], [884, 342], [881, 342], [881, 341], [880, 340], [880, 337], [879, 336], [879, 335], [877, 333], [877, 329], [878, 328], [878, 325], [874, 321]]}, "center": {"52-164, T:0-1": [874, 351]}},
@ -7215,7 +7214,7 @@
{"id": "u5tj26", "name": "Mr. Oshiro", "description": "A character in Celeste who owns the Celestial Resort hotel, The setting of Chapter 3.", "links": {"website": ["https://celestegame.fandom.com/wiki/Mr._Oshiro"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"56-165, T:0-1": [[1052, 860], [1051, 861], [1050, 861], [1048, 863], [1050, 865], [1050, 866], [1049, 867], [1049, 869], [1048, 870], [1048, 871], [1050, 876], [1050, 878], [1053, 881], [1055, 881], [1058, 878], [1060, 872], [1060, 869], [1059, 868], [1059, 865], [1055, 861], [1055, 860]]}, "center": {"56-165, T:0-1": [1054, 870]}},
{"id": "u5tftg", "name": "Intersex heart", "description": "A heart depicting the intersex pride flag. Intersex people are individuals born with any of several sex characteristics including chromosome patterns, gonads, or genitals that, according to the Office of the United Nations High Commissioner for Human Rights, \"do not fit typical binary notions of male or female bodies\".", "links": {"website": ["https://en.wikipedia.org/wiki/Intersex"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"56-165, T:0-1": [[1086, 871], [1084, 873], [1084, 874], [1088, 878], [1092, 874], [1092, 873], [1090, 871]]}, "center": {"56-165, T:0-1": [1088, 874]}},
{"id": "u5tf9p", "name": "Genderqueer heart", "description": "A heart depicting the genderqueer pride flag.", "links": {"website": ["https://gender.fandom.com/wiki/Genderqueer"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"56-165, T:0-1": [[1080, 871], [1078, 873], [1078, 874], [1082, 878], [1086, 874], [1086, 873], [1084, 871]]}, "center": {"56-165, T:0-1": [1082, 874]}},
{"id": "u5teo9", "name": "Genderfluid heart", "description": "A heart depicting the genderfluid pride flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Genderfluid"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"56-165, T:0-1": [[1074, 871], [1072, 873], [1072, 874], [1076, 878], [1080, 874], [1080, 873], [1078, 871]]}, "center": {"56-165, T:0-1": [1076, 874]}},
{"id": "u5teo9", "name": "Genderfluid heart", "description": "A heart depicting the genderfluid pride flag.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Genderfluid"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"56-165, T:0-1": [[1074, 871], [1072, 873], [1072, 874], [1076, 878], [1080, 874], [1080, 873], [1078, 871]]}, "center": {"56-165, T:0-1": [1076, 874]}},
{"id": "u5tdy4", "name": "Pansexual heart", "description": "A heart depicting the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"56-165, T:0-1": [[1068, 871], [1066, 873], [1066, 874], [1070, 878], [1074, 874], [1074, 873], [1072, 871]]}, "center": {"56-165, T:0-1": [1070, 874]}},
{"id": "u5tdhh", "name": "Asexual heart", "description": "A heart depicting the asexual pride flag. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"56-165, T:0-1": [[1062, 871], [1060, 873], [1060, 874], [1064, 878], [1068, 874], [1068, 873], [1066, 871]]}, "center": {"56-165, T:0-1": [1064, 874]}},
{"id": "u5tcwi", "name": "Gay heart", "description": "A heart depicting the gay pride flag. Gay people are men attracted to other men.", "links": {"website": ["https://en.wikipedia.org/wiki/Gay"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"56-165, T:0-1": [[1056, 871], [1054, 873], [1054, 874], [1058, 878], [1062, 874], [1062, 873], [1060, 871]]}, "center": {"56-165, T:0-1": [1058, 874]}},
@ -7850,7 +7849,7 @@
{"id": "udo7nc", "name": "Monomi", "description": "A character from the game Super Danganronpa 2. Formerly named Usami until being attacked by Monokuma.", "links": {"website": ["https://danganronpa.fandom.com/tr/wiki/Usami"], "subreddit": ["danganronpa"]}, "path": {"119-166, T:0-1": [[1455, 156], [1455, 158], [1454, 158], [1454, 160], [1457, 163], [1460, 160], [1460, 158], [1459, 158], [1459, 156]]}, "center": {"119-166, T:0-1": [1457, 159]}},
{"id": "udo34x", "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": ["bigfloppa", "196"]}, "path": {"56-166, T:0-1": [[1925, 490], [1925, 501], [1977, 501], [1977, 490]]}, "center": {"56-166, T:0-1": [1951, 496]}},
{"id": "udo19s", "name": "Genderqueer flag", "description": "A pride flag representing the genderqueer community. Genderqueer is an umbrella term similar to non-binary.", "links": {"website": ["https://gender.fandom.com/wiki/Genderqueer"], "subreddit": ["196"]}, "path": {"1-165, T:0-1": [[174, 641], [174, 645], [241, 645], [241, 641]]}, "center": {"1-165, T:0-1": [208, 643]}},
{"id": "udo0ob", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Genderfluid"], "subreddit": ["196"]}, "path": {"1-166, T:0-1": [[174, 652], [174, 658], [241, 658], [241, 652]]}, "center": {"1-166, T:0-1": [208, 655]}},
{"id": "udo0ob", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Genderfluid"], "subreddit": ["196"]}, "path": {"1-166, T:0-1": [[174, 652], [174, 658], [241, 658], [241, 652]]}, "center": {"1-166, T:0-1": [208, 655]}},
{"id": "udo00g", "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": ["196"]}, "path": {"1-166, T:0-1": [[174, 664], [174, 669], [241, 669], [241, 664]]}, "center": {"1-166, T:0-1": [208, 667]}},
{"id": "udnz4f", "name": "Gay flag", "description": "A pride flag representing the gay community. Gay people are men attracted to other men. This flag was originally designed by the Tumblr user \"gayflagblog\".", "links": {"website": ["https://en.wikipedia.org/wiki/Gay"], "subreddit": ["196"]}, "path": {"1-166, T:0-1": [[174, 676], [174, 683], [241, 683], [241, 676]]}, "center": {"1-166, T:0-1": [208, 680]}},
{"id": "udnyjz", "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"], "subreddit": ["196"]}, "path": {"1-165, T:0-1": [[174, 647], [174, 653], [241, 653], [241, 647]]}, "center": {"1-165, T:0-1": [208, 650]}},
@ -8284,7 +8283,7 @@
{"id": "xnw95t", "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": {"109-114": [[1632, 35], [1632, 41], [1641, 41], [1641, 35]], "61-63": [[1691, 360], [1691, 366], [1703, 366], [1703, 360]], "58-59": [[1922, 350], [1922, 356], [1925, 356], [1925, 350]]}, "center": {"109-114": [1637, 38], "61-63": [1697, 363], "58-59": [1924, 353]}},
{"id": "xnw6vr", "name": "The Eminem Show", "description": "The Eminem Show is the fourth studio album by American rapper Eminem, released in 2002.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Eminem_Show"]}, "path": {"119-132": [[1641, 2], [1641, 8], [1666, 8], [1666, 2]], "64-92": [[1641, 2], [1641, 25], [1666, 25], [1666, 2]]}, "center": {"119-132": [1654, 5], "64-92": [1654, 14]}},
{"id": "xnw438", "name": "Creeper", "description": "A creeper is an iconic hostile mob in the game Minecraft, a sandbox video game developed by Mojang Studios in Sweden. Creepers approach the player and explode.", "links": {"website": ["https://minecraft.fandom.com/wiki/Creeper", "https://en.wikipedia.org/wiki/Creeper_(Minecraft)"], "subreddit": ["Minecraft"]}, "path": {"124-126, 139-142": [[1666, 36], [1666, 45], [1675, 45], [1675, 36]]}, "center": {"124-126, 139-142": [1671, 41]}},
{"id": "xnw0nx", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Genderfluid"]}, "path": {"80-98": [[1683, 76], [1683, 82], [1694, 82], [1694, 76]], "56-65": [[1575, 254], [1575, 260], [1590, 260], [1590, 254]]}, "center": {"80-98": [1689, 79], "56-65": [1583, 257]}},
{"id": "xnw0nx", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Genderfluid"]}, "path": {"80-98": [[1683, 76], [1683, 82], [1694, 82], [1694, 76]], "56-65": [[1575, 254], [1575, 260], [1590, 260], [1590, 254]]}, "center": {"80-98": [1689, 79], "56-65": [1583, 257]}},
{"id": "xnvy7t", "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": {"83-101": [[1684, 73], [1684, 77], [1690, 77], [1690, 73]]}, "center": {"83-101": [1687, 75]}},
{"id": "xnvvvh", "name": "Surprised Pikachu", "description": "Surprised Pikachu is an image of the Pokémon Pikachu with a surprised expression from the Pokémon anime episode \"Bulbasaur and the Hidden Village\". The image later became a meme.", "links": {"website": ["https://knowyourmeme.com/memes/surprised-pikachu"]}, "path": {"91-110": [[1654, 64], [1654, 68], [1655, 68], [1655, 72], [1657, 74], [1667, 74], [1667, 67], [1668, 67], [1668, 64]]}, "center": {"91-110": [1661, 69]}},
{"id": "xnvrrv", "name": "Space Invaders", "description": "An alien from the 1978 shoot 'em up arcade game Space Invaders. In the game, aliens slowly descend towards the player, and the player must shoot the aliens before the aliens reach the player.", "links": {"website": ["https://en.wikipedia.org/wiki/Space_Invaders"]}, "path": {"133-157": [[1682, 88], [1682, 91], [1680, 93], [1680, 98], [1683, 98], [1683, 99], [1691, 99], [1691, 98], [1694, 98], [1694, 93], [1692, 91], [1692, 88]], "56-70": [[1799, 144], [1799, 155], [1823, 155], [1823, 144]], "31-44": [[320, 228], [320, 231], [318, 233], [318, 236], [321, 236], [322, 237], [326, 237], [327, 236], [330, 236], [337, 234], [340, 231], [340, 228]], "76-94": [[38, 360], [38, 364], [36, 366], [36, 367], [39, 368], [40, 369], [44, 369], [45, 368], [48, 367], [48, 366], [46, 364], [46, 360]], "2-13": [[673, 335], [673, 337], [670, 340], [670, 342], [684, 342], [684, 340], [682, 338], [682, 336], [680, 334], [679, 335]]}, "center": {"133-157": [1687, 94], "56-70": [1811, 150], "31-44": [325, 232], "76-94": [42, 365], "2-13": [678, 339]}},
@ -8364,7 +8363,7 @@
{"id": "xpyz1l", "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": {"140-144": [[1842, 49], [1842, 56], [1846, 56], [1846, 49]]}, "center": {"140-144": [1844, 53]}},
{"id": "xpyy0r", "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": {"139-148": [[1842, 95], [1842, 102], [1849, 102], [1849, 95]]}, "center": {"139-148": [1846, 99]}},
{"id": "xpyvkd", "name": "Land of Hope and Glory", "description": "A QR code to the website for Land of Hope and Glory, a documentary about animal rights abuses in commercial land animal farming in the United Kingdom.", "links": {"website": ["https://www.landofhopeandglory.org/"]}, "path": {"143-147": [[1847, 62], [1847, 94], [1879, 94], [1879, 62]]}, "center": {"143-147": [1863, 78]}},
{"id": "xpysog", "name": "The Most Logical Arguments AGAINST Veganism (In 10 Minutes)", "description": "A QR code to a video listing frequently used arguments against veganism, along with counterarguments against these points.", "links": {"website": ["https://www.youtube.com/watch?v=rS0F4WeG0eo"]}, "path": {"161-165, T:0-1": [[1849, 64], [1849, 94], [1879, 94], [1879, 64]]}, "center": {"161-165, T:0-1": [1864, 79]}},
{"id": "xpysog", "name": "The Most Logical Arguments AGAINST Veganism (In 10 Minutes)", "description": "A QR code to a video listing frequently used arguments against veganism, along with counterarguments against these points.", "links": {"website": ["https://www.youtube.com/watch?v=rS0F4WeG0eo"], "subreddit": ["vegan", "vegan_place"]}, "path": {"161-165, T:0-1": [[1849, 64], [1849, 94], [1879, 94], [1879, 64]]}, "center": {"161-165, T:0-1": [1864, 79]}},
{"id": "xq14vx", "name": "Cats", "description": "A cat is a passive mob in the game Minecraft.", "links": {"website": ["https://minecraft.fandom.com/wiki/Cat"], "subreddit": ["Minecraft"]}, "path": {"115-122": [[1887, 61], [1887, 73], [1893, 73], [1893, 61]], "109-114": [[1887, 67], [1887, 73], [1893, 73], [1893, 67]], "93-105": [[1922, 67], [1922, 73], [1928, 73], [1928, 67]]}, "center": {"115-122": [1890, 67], "109-114": [1890, 70], "93-105": [1925, 70]}},
{"id": "xq0zwv", "name": "Chicken", "description": "A chicken is a passive mob in the 2010 sandbox game Minecraft, developed by Mojang Studios in Sweden.", "links": {"website": ["https://minecraft.fandom.com/wiki/Chicken"], "subreddit": ["Minecraft"]}, "path": {"107-132": [[1872, 65], [1872, 70], [1877, 70], [1877, 65]]}, "center": {"107-132": [1875, 68]}},
{"id": "xq1fgv", "name": "Pansexual heart", "description": "A heart depicting the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality"], "subreddit": ["pansexual"]}, "path": {"105-117": [[1841, 27], [1839, 29], [1839, 30], [1842, 33], [1845, 30], [1845, 29], [1843, 27]], "118-124": [[1843, 27], [1841, 29], [1841, 30], [1844, 33], [1847, 30], [1847, 29], [1845, 27]]}, "center": {"105-117": [1842, 30], "118-124": [1844, 30]}},
@ -8433,7 +8432,6 @@
{"id": "xvyqxq", "name": "Colombia heart", "description": "A heart depicting the flag of Colombia, 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": {"119-137": [[235, 172], [233, 174], [233, 175], [237, 179], [241, 175], [241, 174], [239, 172]], "71-80": [[235, 184], [233, 186], [233, 187], [237, 191], [241, 187], [241, 186], [239, 184]], "51-64": [[145, 190], [143, 192], [143, 193], [147, 197], [151, 193], [151, 192], [149, 190]], "24-35": [[357, 161], [355, 163], [355, 166], [360, 171], [365, 166], [365, 163], [363, 161]], "15-21": [[101, 261], [99, 263], [99, 264], [103, 268], [107, 264], [107, 263], [105, 261]]}, "center": {"119-137": [237, 175], "71-80": [237, 187], "51-64": [147, 193], "24-35": [360, 165], "15-21": [103, 264]}},
{"id": "xvykya", "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"]}, "path": {"57-64": [[148, 166], [148, 174], [158, 174], [158, 166]], "30-38": [[81, 169], [81, 175], [89, 175], [89, 169]]}, "center": {"57-64": [153, 170], "30-38": [85, 172]}},
{"id": "xvyjad", "name": "Pansexual heart", "description": "A heart depicting the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality"], "subreddit": ["pansexual"]}, "path": {"65-77": [[241, 172], [239, 174], [239, 175], [243, 179], [247, 175], [247, 174], [245, 172]], "59-64": [[241, 172], [239, 174], [239, 175], [242, 178], [153, 178], [153, 185], [154, 186], [154, 187], [150, 191], [146, 187], [146, 186], [148, 184], [153, 184], [153, 178], [242, 178], [243, 179], [247, 175], [247, 174], [245, 172]], "56-58": [[148, 184], [146, 186], [146, 187], [150, 191], [154, 187], [154, 186], [152, 184]], "20-27": [[440, 251], [438, 253], [438, 254], [441, 257], [438, 260], [438, 261], [440, 263], [444, 263], [446, 261], [446, 260], [443, 257], [445, 255], [448, 258], [452, 254], [452, 253], [450, 251]], "28-31": [[440, 251], [438, 253], [438, 254], [441, 257], [438, 260], [438, 261], [440, 263], [444, 263], [446, 261], [446, 260], [443, 257], [446, 254], [446, 253], [444, 251]], "15-19": [[446, 251], [444, 253], [444, 254], [448, 258], [452, 254], [452, 253], [450, 251]]}, "center": {"65-77": [243, 175], "59-64": [242, 175], "56-58": [150, 187], "20-27": [442, 254], "28-31": [442, 254], "15-19": [448, 254]}},
{"id": "xw05yy", "name": "Bosnia and Herzegovina heart", "description": "A heart depicting the flag of Bosnia and Herzegovina, a country in Southern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Bosnia_and_Herzegovina", "https://en.wikipedia.org/wiki/Flag_of_Bosnia_and_Herzegovina"], "subreddit": ["BiH", "bosnia"]}, "path": {"50-60, 63-66": [[172, 178], [170, 180], [170, 181], [174, 185], [178, 181], [178, 180], [176, 178]], "23-44": [[741, 161], [739, 163], [739, 166], [744, 171], [749, 166], [749, 163], [747, 161]]}, "center": {"50-60, 63-66": [174, 181], "23-44": [744, 165]}},
{"id": "xwh4td", "name": "Dominican Republic heart", "description": "A heart depicting the flag of the Dominican Republic, 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": {"161": [[338, 172], [336, 174], [336, 175], [340, 179], [344, 175], [344, 174], [342, 172]], "119-125": [[292, 202], [290, 204], [290, 205], [294, 209], [298, 205], [298, 204], [296, 202]], "70-78": [[235, 190], [233, 192], [233, 193], [236, 196], [238, 196], [241, 193], [241, 192], [239, 190]], "115-116": [[259, 190], [257, 192], [257, 193], [261, 197], [265, 193], [265, 192], [263, 190], [271, 190], [269, 192], [269, 193], [273, 197], [277, 193], [277, 192], [275, 190]], "53-55, 61-62": [[160, 184], [158, 186], [158, 187], [162, 191], [166, 187], [166, 186], [164, 184]]}, "center": {"161": [340, 175], "119-125": [294, 205], "70-78": [237, 193], "115-116": [261, 193], "53-55, 61-62": [162, 187]}},
{"id": "xwljl4", "name": "Mexico heart", "description": "A heart depicting the flag of Mexico, a country in the south part of North America.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"60": [[121, 172], [119, 174], [119, 175], [123, 179], [124, 178], [258, 178], [258, 191], [257, 192], [257, 193], [261, 197], [265, 193], [265, 192], [263, 190], [258, 190], [258, 178], [154, 178], [157, 175], [157, 173], [152, 173], [150, 175], [150, 176], [152, 178], [124, 178], [127, 175], [127, 174], [125, 172]], "91": [[226, 196], [224, 198], [224, 199], [228, 203], [230, 201], [230, 199], [231, 198], [231, 196]], "92": [[277, 178], [275, 180], [275, 181], [279, 185], [283, 181], [283, 180], [281, 178]], "105": [[277, 184], [275, 186], [275, 187], [279, 191], [283, 187], [283, 186], [281, 184]], "151": [[283, 172], [281, 174], [281, 175], [284, 178], [270, 178], [270, 191], [269, 190], [265, 190], [263, 192], [263, 193], [267, 197], [271, 193], [271, 192], [270, 191], [270, 178], [284, 178], [285, 179], [289, 175], [289, 174], [287, 172]], "116-131": [[223, 202], [221, 204], [221, 205], [225, 209], [229, 205], [229, 204], [227, 202]], "107-109": [[289, 202], [287, 204], [287, 205], [291, 209], [295, 205], [295, 204], [293, 202]], "78-88": [[217, 184], [215, 186], [215, 187], [219, 191], [228, 191], [228, 196], [226, 196], [224, 198], [224, 199], [228, 203], [230, 201], [230, 199], [231, 198], [231, 196], [228, 196], [228, 191], [219, 191], [223, 187], [223, 186], [221, 184]], "74-77": [[217, 184], [215, 186], [215, 187], [219, 191], [228, 191], [228, 196], [226, 196], [224, 198], [224, 199], [228, 203], [230, 201], [230, 198], [231, 197], [230, 196], [228, 196], [228, 191], [258, 191], [259, 190], [263, 190], [265, 192], [265, 193], [261, 197], [257, 193], [257, 191], [219, 191], [223, 187], [223, 186], [221, 184]], "49-53": [[253, 178], [251, 180], [251, 181], [255, 185], [259, 181], [259, 180], [257, 178]], "56-59": [[121, 172], [119, 174], [119, 175], [123, 179], [124, 178], [258, 178], [258, 191], [257, 192], [257, 193], [261, 197], [265, 193], [265, 192], [263, 190], [258, 190], [258, 178], [124, 178], [127, 175], [127, 174], [125, 172]], "47-48": [[253, 178], [251, 180], [251, 181], [254, 184], [247, 184], [245, 186], [245, 187], [249, 191], [253, 187], [253, 186], [251, 184], [254, 184], [255, 185], [259, 181], [259, 180], [257, 178]], "148-150": [[265, 190], [263, 192], [263, 193], [267, 197], [271, 193], [271, 192], [269, 190]], "152-159, 163": [[283, 172], [281, 174], [281, 175], [285, 179], [289, 175], [289, 174], [287, 172]], "54-55, 61-73": [[259, 190], [257, 192], [257, 193], [261, 197], [265, 193], [265, 192], [263, 190]], "16-25, 27-39, 44-45": [[773, 161], [771, 163], [771, 166], [776, 171], [781, 166], [781, 163], [779, 161]], "12-15, 26": [[773, 161], [771, 163], [771, 166], [776, 171], [784, 171], [789, 166], [789, 163], [787, 161]]}, "center": {"60": [123, 175], "91": [228, 199], "92": [279, 181], "105": [279, 187], "151": [267, 193], "116-131": [225, 205], "107-109": [291, 205], "78-88": [219, 187], "74-77": [261, 193], "49-53": [255, 181], "56-59": [261, 193], "47-48": [255, 181], "148-150": [267, 193], "152-159, 163": [285, 175], "54-55, 61-73": [261, 193], "16-25, 27-39, 44-45": [776, 165], "12-15, 26": [780, 166]}},
{"id": "xwl3vo", "name": "Norway heart", "description": "A heart depicting the flag of Norway, a country in Northern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Norway", "https://en.wikipedia.org/wiki/Flag_of_Norway"], "subreddit": ["Norge"]}, "path": {"51-61": [[130, 178], [128, 180], [128, 181], [132, 185], [136, 181], [136, 180], [134, 178]], "15-31": [[397, 161], [395, 163], [395, 166], [400, 171], [405, 166], [405, 163], [403, 161]], "121-124": [[265, 184], [263, 186], [263, 187], [267, 191], [271, 187], [271, 186], [269, 184]], "42-45": [[581, 161], [579, 163], [579, 166], [584, 171], [589, 166], [589, 163], [587, 161]], "100-110, 125-126, 129-145, 47-48": [[277, 172], [275, 174], [275, 175], [279, 179], [283, 175], [283, 174], [281, 172]]}, "center": {"51-61": [132, 181], "15-31": [400, 165], "121-124": [267, 187], "42-45": [584, 165], "100-110, 125-126, 129-145, 47-48": [279, 175]}},
@ -8706,7 +8704,7 @@
{"id": "y6rvru", "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"]}, "path": {"10": [[151, 254], [148, 257], [151, 260], [154, 257]], "69-71": [[1067, 173], [1067, 177], [1072, 177], [1072, 173]], "13-17": [[193, 254], [190, 257], [193, 260], [199, 260], [202, 257], [199, 254]], "4-8": [[187, 254], [184, 257], [187, 260], [190, 257]]}, "center": {"10": [151, 257], "69-71": [1070, 175], "13-17": [196, 257], "4-8": [187, 257]}},
{"id": "y6rskn", "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": {"69": [[1047, 170], [1047, 173], [1050, 173], [1050, 176], [1053, 176], [1053, 170]], "22-24": [[36, 166], [32, 170], [32, 171], [40, 171], [40, 170]], "130-131": [[154, 275], [154, 281], [175, 281], [175, 275]], "33-44": [[493, 289], [493, 295], [496, 295], [499, 298], [502, 298], [505, 295], [517, 295], [517, 289], [505, 289], [505, 295], [502, 298], [499, 298], [496, 295], [496, 289]], "56-64": [[1602, 220], [1602, 231], [1614, 231], [1614, 220]], "4-8": [[729, 329], [729, 348], [732, 350], [735, 348], [735, 329]]}, "center": {"69": [1051, 172], "22-24": [36, 169], "130-131": [165, 278], "33-44": [508, 292], "56-64": [1608, 226], "4-8": [732, 339]}},
{"id": "y6rrm3", "name": "Aromantic flag", "description": "A pride flag representing the aromatic community. Aromantic people experience little to no romantic attraction.", "links": {"website": ["https://www.aromanticism.org/", "https://en.wikipedia.org/wiki/Romantic_orientation#Aromanticism"], "subreddit": ["aromantic"]}, "path": {"57-73": [[1047, 165], [1047, 171], [1053, 171], [1053, 165]], "13-15": [[13, 254], [10, 257], [13, 260], [16, 257]], "25-31": [[469, 254], [466, 257], [469, 260], [472, 257]]}, "center": {"57-73": [1050, 168], "13-15": [13, 257], "25-31": [469, 257]}},
{"id": "y6rqw0", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Genderfluid"]}, "path": {"60-76": [[1041, 165], [1041, 171], [1047, 171], [1047, 165]], "13-16": [[208, 264], [205, 267], [208, 270], [211, 267]]}, "center": {"60-76": [1044, 168], "13-16": [208, 267]}},
{"id": "y6rqw0", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Genderfluid"]}, "path": {"60-76": [[1041, 165], [1041, 171], [1047, 171], [1047, 165]], "13-16": [[208, 264], [205, 267], [208, 270], [211, 267]]}, "center": {"60-76": [1044, 168], "13-16": [208, 267]}},
{"id": "y6rpvp", "name": "Asexual flag", "description": "A pride flag representing the asexual community. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["asexuality", "Asexual"]}, "path": {"66-69": [[1037, 183], [1037, 188], [1043, 188], [1043, 183]], "49-56": [[74, 252], [74, 257], [82, 257], [82, 252]], "10-14": [[349, 264], [346, 267], [349, 270], [352, 267]], "87-107": [[1483, 337], [1483, 346], [1492, 346], [1492, 337]]}, "center": {"66-69": [1040, 186], "49-56": [78, 255], "10-14": [349, 267], "87-107": [1488, 342]}},
{"id": "y6rn7r", "name": "Gay flag", "description": "A pride flag representing the gay community. Gay people are men attracted to other men. This flag was originally designed by the Tumblr user \"gayflagblog\".", "links": {"website": ["https://en.wikipedia.org/wiki/Gay"]}, "path": {"74-85": [[1027, 184], [1027, 190], [1036, 190], [1036, 184]], "15-19": [[679, 254], [676, 257], [679, 260], [682, 257]], "60-66": [[1043, 200], [1043, 206], [1048, 206], [1048, 200]]}, "center": {"74-85": [1032, 187], "15-19": [679, 257], "60-66": [1046, 203]}},
{"id": "y6rn7s", "name": "Bigender flag", "description": "Bigender is a gender identity under the multigender, nonbinary, and transgender umbrella terms. Bigender people have two different specific gender identities, either at the same time, or at different times. The latter is a form of genderfluid identity, and may involve only two distinct genders, or it may involve shades of gray between the two. The two genders of a bigender person can be the two binary genders, female and male.", "links": {"website": ["https://nonbinary.miraheze.org/wiki/Bigender"], "subreddit": ["bigender"]}, "path": {"63-92": [[1037, 188], [1037, 194], [1045, 194], [1043, 188]]}, "center": {"63-92": [1040, 191]}},
@ -8730,7 +8728,7 @@
{"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"]}, "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": "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": {"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]]}, "center": {"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]}},
{"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": {"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]]}, "center": {"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]}},
{"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]]}, "center": {"124-136": [1201, 140], "37-52": [461, 285]}},
{"id": "y7nq1i", "name": "DOOM-Yume Nikki heart", "description": "A heart representing the alliance between the DOOM and Yume Nikki communities.", "links": {"website": ["https://bethesda.net/en/game/doom", "https://yumenikki.fandom.com/wiki/Yume_Nikki"], "subreddit": ["Doom", "yumenikki"]}, "path": {"158-160": [[1195, 119], [1193, 121], [1193, 122], [1196, 125], [1199, 122], [1199, 121], [1197, 119]]}, "center": {"158-160": [1196, 122]}},
@ -8852,7 +8850,7 @@
{"id": "twz4db", "name": "Logcraft SMP", "description": "Logcraft SMP is a survival multiplayer server for the game Minecraft. It is owned by CaVe and dGc.", "links": {"website": ["http://logcraft.com/"], "subreddit": ["Logcraft"]}, "path": {"101-138": [[1617, 114], [1617, 124], [1627, 124], [1627, 114]], "148-157": [[1616, 113], [1616, 125], [1628, 125], [1628, 113]]}, "center": {"101-138": [1622, 119], "148-157": [1622, 119]}},
{"id": "ycsswi", "name": "Waluigi", "description": "Waluigi is a character from the Mario franchise. He is the arch-rival of Mario's brother Luigi.", "links": {"website": ["https://en.wikipedia.org/wiki/Waluigi", "https://www.mariowiki.com/Waluigi"], "subreddit": ["Mario"]}, "path": {"97-157": [[1658, 113], [1658, 115], [1657, 115], [1657, 119], [1656, 119], [1656, 122], [1657, 122], [1657, 125], [1665, 125], [1665, 122], [1666, 122], [1666, 117], [1665, 116], [1665, 115], [1663, 113]], "25-36": [[965, 241], [963, 243], [963, 245], [961, 245], [961, 247], [967, 256], [969, 256], [975, 250], [975, 247], [968, 241]]}, "center": {"97-157": [1661, 120], "25-36": [969, 249]}},
{"id": "ycsrht", "name": "Wario", "description": "Wario is a character from the Mario franchise. He is the arch-rival of the titular character Mario.", "links": {"website": ["https://en.wikipedia.org/wiki/Wario", "https://www.mariowiki.com/Wario"], "subreddit": ["Mario"]}, "path": {"114-157": [[1646, 113], [1644, 115], [1644, 119], [1643, 119], [1643, 122], [1644, 122], [1644, 125], [1652, 125], [1652, 122], [1653, 122], [1653, 119], [1652, 119], [1652, 115], [1650, 113]]}, "center": {"114-157": [1648, 119]}},
{"id": "ycso12", "name": "Mario", "description": "Mario is an Italian plumber and the titular character in Nintendo's Mario franchise.", "links": {"website": ["https://en.wikipedia.org/wiki/Mario", "https://www.mariowiki.com/Mario"], "subreddit": ["Mario"]}, "path": {"140-155": [[1633, 112], [1633, 113], [1631, 113], [1631, 116], [1630, 117], [1633, 120], [1633, 122], [1638, 122], [1640, 120], [1640, 119], [1641, 118], [1641, 115], [1638, 112]], "92-114": [[1646, 114], [1644, 116], [1644, 119], [1643, 119], [1643, 122], [1644, 122], [1644, 125], [1652, 125], [1652, 122], [1653, 122], [1653, 119], [1652, 119], [1652, 116], [1650, 114]], "78-87": [[1659, 114], [1657, 116], [1657, 117], [1656, 118], [1656, 122], [1657, 122], [1657, 125], [1665, 125], [1665, 122], [1666, 122], [1666, 119], [1665, 119], [1665, 116], [1663, 114]], "57-68": [[1949, 356], [1944, 360], [1944, 366], [1957, 366], [1956, 364], [1956, 360]]}, "center": {"140-155": [1636, 117], "92-114": [1648, 120], "78-87": [1661, 119], "57-68": [1949, 361]}},
{"id": "ycso12", "name": "Mario", "description": "Mario is an Italian plumber and the titular character in Nintendo's Mario franchise.", "links": {"website": ["https://en.wikipedia.org/wiki/Mario", "https://www.mariowiki.com/Mario"], "subreddit": ["Mario"]}, "path": {"140-155": [[1633, 112], [1633, 113], [1631, 113], [1631, 116], [1630, 117], [1633, 120], [1633, 122], [1638, 122], [1640, 120], [1640, 119], [1641, 118], [1641, 115], [1638, 112]], "92-114": [[1646, 114], [1644, 116], [1644, 119], [1643, 119], [1643, 122], [1644, 122], [1644, 125], [1652, 125], [1652, 122], [1653, 122], [1653, 119], [1652, 119], [1652, 116], [1650, 114]], "78-87": [[1659, 114], [1657, 116], [1657, 117], [1656, 118], [1656, 122], [1657, 122], [1657, 125], [1665, 125], [1665, 122], [1666, 122], [1666, 119], [1665, 119], [1665, 116], [1663, 114]], "57-68": [[1949, 356], [1944, 360], [1944, 366], [1957, 366], [1956, 364], [1956, 360]], "9-17": [[714, 412], [714, 416], [713, 417], [714, 418], [714, 421], [713, 422], [713, 429], [719, 429], [719, 412]]}, "center": {"140-155": [1636, 117], "92-114": [1648, 120], "78-87": [1661, 119], "57-68": [1949, 361], "9-17": [716, 423]}},
{"id": "ycsmu3", "name": "C. Round", "description": "C. Round is a recurring mini-boss from Chapter 1 of the game Deltarune. It is a red checker piece with legs.", "links": {"website": ["https://deltarune.fandom.com/wiki/C._Round"], "subreddit": ["Deltarune"]}, "path": {"84-157": [[1646, 99], [1644, 101], [1642, 104], [1642, 107], [1643, 108], [1643, 113], [1653, 113], [1653, 108], [1654, 107], [1654, 103], [1650, 99]]}, "center": {"84-157": [1648, 105]}},
{"id": "ycsjgn", "name": "Missing Source texture", "description": "A pink/black checkered pattern indicates a missing texture in games built on the Source engine.", "links": {"website": ["https://knowyourmeme.com/memes/missing-source-textures"], "subreddit": ["placemissingtexture"]}, "path": {"117-126": [[1680, 138], [1680, 151], [1694, 151], [1694, 138]]}, "center": {"117-126": [1687, 145]}},
{"id": "ycsguq", "name": "Abra", "description": "Abra is a Psychic-type Pokémon from Generation I of the Pokémon franchise (Pokémon Red/Blue). It is known for fleeing from battles by teleporting away.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Abra"], "subreddit": ["pokemon"]}, "path": {"123-157": [[1682, 139], [1680, 141], [1680, 149], [1682, 151], [1690, 151], [1693, 149], [1692, 148], [1692, 141], [1690, 139]]}, "center": {"123-157": [1686, 145]}},
@ -8861,7 +8859,7 @@
{"id": "ycs3d6", "name": "Ivy", "description": "Ivy is a female humanoid robot in the rhythm game Cytus II. She is often shipped with Vanessa, another female robot.", "links": {"website": ["https://cytus.fandom.com/wiki/Ivy"], "subreddit": ["Cytus"]}, "path": {"131-157": [[1616, 125], [1616, 136], [1618, 138], [1625, 138], [1627, 136], [1627, 125]]}, "center": {"131-157": [1622, 131]}},
{"id": "ycs1yb", "name": "Cytus II", "description": "Cytus II (C2) is a rhythm game for mobile. Two female humanoid robots from the game, Vanessa and Ivy, are drawn next to the game's initials. These two robots are frequently shipped.", "links": {"website": ["https://cytus.fandom.com/wiki/Cytus_II"], "subreddit": ["Cytus"]}, "path": {"111-130": [[1618, 137], [1616, 139], [1616, 144], [1618, 146], [1625, 146], [1625, 147], [1628, 147], [1628, 137]], "131-153": [[1616, 125], [1616, 136], [1617, 137], [1617, 145], [1619, 147], [1624, 147], [1626, 145], [1626, 137], [1627, 136], [1627, 125]]}, "center": {"111-130": [1621, 142], "131-153": [1622, 131]}},
{"id": "yct4u8", "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": {"77-93": [[1647, 131], [1644, 134], [1641, 134], [1641, 137], [1643, 139], [1650, 139], [1655, 134], [1655, 133], [1653, 133], [1651, 131]]}, "center": {"77-93": [1648, 135]}},
{"id": "yct1z5", "name": "Kirby", "description": "The titular protagonist of the Kirby video game series, developed by HAL Laboratory and published by Nintendo.", "links": {"website": ["https://kirby.nintendo.com/", "https://en.wikipedia.org/wiki/Kirby_(character)"], "subreddit": ["Kirby"]}, "path": {"71-94": [[1619, 101], [1617, 103], [1616, 105], [1616, 111], [1626, 111], [1626, 105], [1625, 103], [1623, 101]], "9-11": [[480, 283], [472, 287], [466, 293], [466, 297], [469, 304], [473, 309], [492, 309], [499, 305], [500, 297], [498, 288], [485, 283]], "25-38": [[688, 249], [684, 253], [684, 254], [687, 256], [692, 256], [694, 254], [690, 249]], "151-162": [[1693, 295], [1689, 298], [1689, 301], [1693, 305], [1695, 305], [1699, 302], [1699, 298], [1695, 295]], "124-146": [[1553, 330], [1551, 332], [1551, 336], [1557, 336], [1557, 332], [1555, 330]], "65-67": [[1950, 391], [1948, 393], [1948, 397], [1954, 397], [1954, 393], [1952, 391]]}, "center": {"71-94": [1621, 106], "9-11": [483, 296], "25-38": [689, 253], "151-162": [1694, 300], "124-146": [1554, 333], "65-67": [1951, 394]}},
{"id": "yct1z5", "name": "Kirby", "description": "The titular protagonist of the Kirby video game series, developed by HAL Laboratory and published by Nintendo.", "links": {"website": ["https://kirby.nintendo.com/", "https://en.wikipedia.org/wiki/Kirby_(character)"], "subreddit": ["Kirby"]}, "path": {"71-94": [[1619, 101], [1617, 103], [1616, 105], [1616, 111], [1626, 111], [1626, 105], [1625, 103], [1623, 101]], "9-11": [[480, 283], [472, 287], [466, 293], [466, 297], [469, 304], [473, 309], [492, 309], [499, 305], [500, 297], [498, 288], [485, 283]], "25-38": [[688, 249], [684, 253], [684, 254], [687, 256], [692, 256], [694, 254], [690, 249]], "151-162": [[1693, 295], [1689, 298], [1689, 301], [1693, 305], [1695, 305], [1699, 302], [1699, 298], [1695, 295]], "124-146": [[1553, 330], [1551, 332], [1551, 336], [1557, 336], [1557, 332], [1555, 330]], "65-67": [[1950, 391], [1948, 393], [1948, 397], [1954, 397], [1954, 393], [1952, 391]], "12-13": [[758, 399], [756, 401], [756, 404], [758, 406], [758, 409], [760, 409], [761, 408], [767, 408], [767, 403], [768, 402], [768, 399]]}, "center": {"71-94": [1621, 106], "9-11": [483, 296], "25-38": [689, 253], "151-162": [1694, 300], "124-146": [1554, 333], "65-67": [1951, 394], "12-13": [762, 403]}},
{"id": "yct0ow", "name": "Aromantic cell", "description": "A cell in the colors of the aromantic pride flag. Aromantic people experience little to no romantic attraction.", "links": {"website": ["https://www.aromanticism.org/", "https://en.wikipedia.org/wiki/Romantic_orientation#Aromanticism"], "subreddit": ["aromantic"]}, "path": {"82-100": [[1627, 196], [1625, 198], [1625, 201], [1627, 203], [1630, 203], [1632, 201], [1632, 198], [1630, 196]]}, "center": {"82-100": [1629, 200]}},
{"id": "ycswie", "name": "Luigi", "description": "Luigi is an Italian plumber and brother of Mario in Nintendo's Mario franchise.", "links": {"website": ["https://en.wikipedia.org/wiki/Luigi", "https://www.mariowiki.com/Luigi"], "subreddit": ["Mario"]}, "path": {"85-110": [[1659, 114], [1657, 116], [1657, 119], [1656, 119], [1656, 122], [1657, 122], [1657, 125], [1665, 125], [1665, 122], [1666, 122], [1666, 119], [1665, 119], [1665, 116], [1663, 114]]}, "center": {"85-110": [1661, 120]}},
{"id": "yd3ru1", "name": "Timolia Minecraft Network", "description": "Timolia was once the 2nd largest german Minecraft network, which is still online today with more than 11 years of experience.", "links": {"website": ["https://www.timolia.de"]}, "path": {"5-12": [[991, 679], [991, 692], [999, 692], [999, 679]]}, "center": {"5-12": [995, 686]}},
@ -8918,7 +8916,7 @@
{"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]}},
{"id": "yf9nho", "name": "r/atrioc", "description": "Subreddit focused on the streamer Atrioc.", "links": {"subreddit": ["atrioc"]}, "path": {"79-92": [[1832, 191], [1832, 241], [1839, 241], [1839, 191]]}, "center": {"79-92": [1836, 216]}},
{"id": "yf9m2g", "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": ["PetankingArtOnline"]}, "path": {"64-92": [[1817, 142], [1817, 144], [1824, 144], [1824, 142]]}, "center": {"64-92": [1821, 143]}},
{"id": "yf9kcw", "name": "Flag of Germany", "description": "Germany is a country in Central Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://en.wikipedia.org/wiki/Flag_of_Germany"], "subreddit": ["placeDE", "de"]}, "path": {"2": [[34, 328], [34, 332], [39, 332], [39, 328]], "102-105": [[1874, 115], [1874, 119], [1892, 119], [1892, 115]], "6-10": [[133, 254], [130, 257], [133, 260], [136, 257]]}, "center": {"2": [37, 330], "102-105": [1883, 117], "6-10": [133, 257]}},
{"id": "yf9kcw", "name": "Flag of Germany", "description": "Germany is a country in Central Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://en.wikipedia.org/wiki/Flag_of_Germany"], "subreddit": ["placeDE", "de"]}, "path": {"2": [[34, 328], [34, 332], [39, 332], [39, 328]], "102-105": [[1874, 115], [1874, 119], [1892, 119], [1892, 115]], "6-10": [[133, 254], [130, 257], [133, 260], [136, 257]], "52-53": [[722, 476], [722, 482], [743, 482], [743, 476]], "45-51": [[734, 476], [734, 482], [743, 482], [743, 476]]}, "center": {"2": [37, 330], "102-105": [1883, 117], "6-10": [133, 257], "52-53": [733, 479], "45-51": [739, 479]}},
{"id": "yf9gsa", "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"112": [[1877, 138], [1877, 142], [1881, 142], [1881, 138]], "9-14": [[250, 264], [247, 267], [250, 270], [253, 267]]}, "center": {"112": [1879, 140], "9-14": [250, 267]}},
{"id": "yf9dh2", "name": "Jebać PiS!", "description": "A Polish phrase that means \"fuck PiS\". PiS (Prawo i Sprawiedliwość; English: Law and Justice) is the current ruling political party in Poland.", "links": {"website": ["https://www.urbandictionary.com/define.php?term=Jeba%C4%87%20PiS", "https://en.wikipedia.org/wiki/Law_and_Justice"]}, "path": {"146-150": [[1849, 195], [1849, 202], [1936, 202], [1936, 195], [1878, 195], [1878, 193], [1867, 193], [1867, 195]]}, "center": {"146-150": [1872, 198]}},
{"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]], "11-18": [[453, 277], [453, 283], [461, 283], [461, 277]]}, "center": {"79": [56, 366], "145": [1857, 199], "11-18": [457, 280]}},
@ -8928,7 +8926,7 @@
{"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 Central 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]], "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], "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]]}, "center": {"96-108": [1901, 111], "4-13": [193, 257], "19-20": [553, 257]}},
{"id": "yf8sl3", "name": "Flag of Denmark", "description": "Denmark is a country in Northern Europe. Its flag is known as the Dannebrog.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["Denmark"]}, "path": {"13": [[181, 254], [178, 257], [181, 260], [184, 257]], "96-108": [[1898, 106], [1898, 110], [1904, 110], [1904, 106]], "6-12": [[199, 254], [196, 257], [199, 260], [202, 257]], "23-25": [[691, 254], [688, 257], [691, 260], [694, 257]]}, "center": {"13": [181, 257], "96-108": [1901, 108], "6-12": [199, 257], "23-25": [691, 257]}},
{"id": "yf8sl3", "name": "Flag of Denmark", "description": "Denmark is a country in Northern Europe. Its flag is known as the Dannebrog.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["Denmark"]}, "path": {"13": [[181, 254], [178, 257], [181, 260], [184, 257]], "96-108": [[1898, 106], [1898, 110], [1904, 110], [1904, 106]], "6-12": [[199, 254], [196, 257], [199, 260], [202, 257]], "23-25": [[691, 254], [688, 257], [691, 260], [694, 257]], "15-20": [[745, 476], [745, 482], [753, 482], [753, 476]]}, "center": {"13": [181, 257], "96-108": [1901, 108], "6-12": [199, 257], "23-25": [691, 257], "15-20": [749, 479]}},
{"id": "yfalev", "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": {"64-66": [[1823, 160], [1823, 168], [1826, 168], [1826, 160]], "9-13": [[205, 254], [202, 257], [205, 260], [208, 257]], "60-62": [[1728, 199], [1726, 201], [1726, 203], [1728, 205], [1730, 205], [1732, 203], [1732, 201], [1730, 199]], "140-142": [[1830, 221], [1830, 223], [1836, 223], [1836, 221]], "88-126": [[1266, 312], [1266, 313], [1270, 318], [1279, 318], [1279, 312]], "72-87": [[1271, 312], [1271, 318], [1278, 318], [1278, 312]], "40-44": [[580, 181], [580, 187], [585, 187], [585, 181]], "154-165, T:0-1": [[1947, 385], [1947, 397], [1951, 397], [1951, 385]]}, "center": {"64-66": [1825, 164], "9-13": [205, 257], "60-62": [1729, 202], "140-142": [1833, 222], "88-126": [1273, 315], "72-87": [1275, 315], "40-44": [583, 184], "154-165, T:0-1": [1949, 391]}},
{"id": "yfayr8", "name": "Nao Egokoro", "description": "Nao Egokoro is a character in the visual novel Your Turn to Die (YTTD).", "links": {"website": ["https://yourturntodie.fandom.com/wiki/Nao_Egokoro"], "subreddit": ["yourturntodie"], "discord": ["yttd"]}, "path": {"161-166, T:0-1": [[1877, 143], [1877, 147], [1876, 147], [1876, 153], [1878, 153], [1879, 154], [1883, 150], [1884, 150], [1887, 147], [1887, 145], [1883, 142]]}, "center": {"161-166, T:0-1": [1881, 146]}},
{"id": "yfawwm", "name": "Gin Ibushi", "description": "Gin Ibushi is a character in the visual novel Your Turn to Die (YTTD).", "links": {"website": ["https://yourturntodie.fandom.com/wiki/Gin_Ibushi"], "subreddit": ["yourturntodie"], "discord": ["yttd"]}, "path": {"157-166, T:0-1": [[1884, 149], [1879, 154], [1879, 155], [1881, 155], [1884, 158], [1889, 158], [1892, 155], [1894, 155], [1894, 154], [1889, 149]]}, "center": {"157-166, T:0-1": [1887, 154]}},
@ -9058,7 +9056,7 @@
{"id": "yn2je8", "name": "Switzerland heart", "description": "A heart depicting the flag of Switzerland, a country in Central Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Switzerland", "https://en.wikipedia.org/wiki/Flag_of_Switzerland"], "subreddit": ["Switzerland"]}, "path": {"23-30": [[520, 256], [516, 260], [516, 261], [518, 263], [522, 263], [524, 261], [524, 260]], "84-90, 94-98": [[1112, 248], [1109, 251], [1109, 252], [1114, 257], [1119, 252], [1119, 251], [1116, 248]], "130-135, 138": [[942, 248], [939, 251], [939, 252], [944, 257], [949, 252], [949, 251], [946, 248]]}, "center": {"23-30": [520, 260], "84-90, 94-98": [1114, 252], "130-135, 138": [944, 252]}},
{"id": "yn20pf", "name": "TARDIS", "description": "The TARDIS (Time And Relative Dimension in Space) is an iconic element of the 1963 British television show Doctor Who, and is the personal vessel of the main protagonist, the Doctor. It is bigger on the inside than the outside, and capable of travelling (almost) anywhere in time and space. The TARDIS is disguised as a police box, an antiquated telephone booth used by police.", "links": {"website": ["https://en.wikipedia.org/wiki/TARDIS"], "subreddit": ["tinytardis", "placeTARDIS", "doctorwho"]}, "path": {"35-57": [[589, 223], [589, 234], [595, 234], [595, 223], [593, 223], [592, 222], [591, 223]], "10-14": [[308, 401], [304, 405], [304, 410], [306, 412], [310, 412], [312, 410], [312, 405]]}, "center": {"35-57": [592, 228], "10-14": [308, 407]}},
{"id": "yn1fb7", "name": "Bruh", "description": "A slang word derived from \"bro\". It is used as a reaction indicating surprise or embarrassment.", "links": {"website": ["https://www.urbandictionary.com/define.php?term=Bruh", "https://www.dictionary.com/e/slang/bruh/"]}, "path": {"79-83": [[549, 288], [549, 295], [565, 295], [565, 288]]}, "center": {"79-83": [557, 292]}},
{"id": "yn0lod", "name": "Flag of Denmark", "description": "Denmark is a country in Northern Europe. Its flag is known as the Dannebrog.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"95-96": [[537, 246], [537, 250], [544, 250], [544, 246]], "118-120": [[548, 248], [548, 254], [556, 254], [556, 248]], "16-31": [[530, 268], [530, 282], [534, 282], [534, 276], [535, 276], [535, 268]], "10-13": [[661, 254], [658, 257], [661, 260], [664, 257]], "141-145": [[1694, 256], [1691, 258], [1691, 263], [1694, 266], [1695, 266], [1696, 265], [1703, 265], [1703, 256]]}, "center": {"95-96": [541, 248], "118-120": [552, 251], "16-31": [533, 271], "10-13": [661, 257], "141-145": [1696, 261]}},
{"id": "yn0lod", "name": "Flag of Denmark", "description": "Denmark is a country in Northern Europe. Its flag is known as the Dannebrog.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"95-96": [[537, 246], [537, 250], [544, 250], [544, 246]], "118-120": [[548, 248], [548, 254], [556, 254], [556, 248]], "16-31": [[530, 268], [530, 282], [534, 282], [534, 276], [535, 276], [535, 268]], "10-13": [[661, 254], [658, 257], [661, 260], [664, 257]], "141-145": [[1694, 256], [1691, 258], [1691, 263], [1694, 266], [1695, 266], [1696, 265], [1703, 265], [1703, 256]], "46-56": [[742, 476], [742, 482], [752, 482], [752, 476]]}, "center": {"95-96": [541, 248], "118-120": [552, 251], "16-31": [533, 271], "10-13": [661, 257], "141-145": [1696, 261], "46-56": [747, 479]}},
{"id": "yn0kiw", "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": ["place_nordicunion", "Suomi"]}, "path": {"96": [[544, 246], [544, 250], [551, 250], [551, 246]], "159-160": [[588, 237], [588, 241], [594, 241], [594, 237]], "161-166": [[588, 241], [588, 249], [582, 249], [582, 253], [594, 253], [594, 241]]}, "center": {"96": [548, 248], "159-160": [591, 239], "161-166": [591, 250]}},
{"id": "yn0i7r", "name": "Ukraine heart", "description": "A heart depicting the flag of Ukraine, a country in Eastern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Ukraine", "https://en.wikipedia.org/wiki/Flag_of_Ukraine"], "subreddit": ["placeukraine", "ukraine", "monkeytype", "MechanicalKeyboards"], "discord": ["fMf7RJBMw6"]}, "path": {"70-93": [[561, 274], [561, 277], [564, 280], [567, 277], [567, 274]], "61-66": [[1071, 277], [1068, 280], [1068, 282], [1073, 287], [1078, 282], [1078, 280], [1075, 277]]}, "center": {"70-93": [564, 276], "61-66": [1073, 281]}},
{"id": "yn0h4x", "name": "Denmark heart", "description": "A heart depicting the flag of Denmark.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["place_nordicunion", "Denmark", "monkeytype", "MechanicalKeyboards"]}, "path": {"68-93": [[562, 262], [562, 265], [565, 268], [568, 265], [568, 262]]}, "center": {"68-93": [565, 264]}},
@ -9399,8 +9397,8 @@
{"id": "zv69g7", "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": {"10-73": [[0, 365], [0, 370], [71, 370], [71, 365]], "2-9": [[58, 360], [52, 366], [52, 369], [67, 369], [68, 368], [83, 368], [83, 366], [80, 361]]}, "center": {"10-73": [36, 368], "2-9": [65, 365]}},
{"id": "zv6r8v", "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": ["PlacePride"]}, "path": {"13-22": [[0, 305], [0, 312], [50, 312], [50, 305]], "1-12": [[0, 305], [0, 312], [110, 312], [112, 310], [112, 305]]}, "center": {"13-22": [25, 309], "1-12": [56, 309]}},
{"id": "zv6ora", "name": "Junimo", "description": "A forest spirit from Stardew Valley.", "links": {"website": ["https://stardewvalleywiki.com/Junimos"], "subreddit": ["StardewValley"]}, "path": {"14-31": [[82, 368], [81, 369], [79, 369], [75, 373], [75, 374], [72, 374], [72, 375], [73, 376], [73, 378], [75, 378], [75, 379], [76, 380], [76, 384], [88, 384], [88, 380], [89, 379], [89, 378], [90, 378], [91, 377], [91, 376], [92, 375], [91, 374], [89, 374], [89, 373], [85, 369], [83, 369]]}, "center": {"14-31": [82, 376]}},
{"id": "zv6jcl", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Genderfluid"], "subreddit": ["PlacePride"]}, "path": {"16-39": [[56, 337], [56, 343], [126, 343], [126, 337], [118, 337], [118, 343], [105, 343], [105, 336], [103, 336], [103, 343], [99, 343], [99, 337], [93, 337], [93, 343], [76, 343], [76, 337]], "109-162, 40-74": [[118, 337], [118, 343], [125, 343], [125, 337]]}, "center": {"16-39": [123, 340], "109-162, 40-74": [122, 340]}},
{"id": "zv6gxz", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender#Genderfluid"], "subreddit": ["PlacePride"]}, "path": {"17-66": [[0, 337], [0, 343], [19, 343], [18, 337]], "4-16": [[0, 337], [-1, 344], [41, 343], [41, 340], [38, 337]]}, "center": {"17-66": [10, 340], "4-16": [13, 340]}},
{"id": "zv6jcl", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Genderfluid"], "subreddit": ["PlacePride"]}, "path": {"16-39": [[56, 337], [56, 343], [126, 343], [126, 337], [118, 337], [118, 343], [105, 343], [105, 336], [103, 336], [103, 343], [99, 343], [99, 337], [93, 337], [93, 343], [76, 343], [76, 337]], "109-162, 40-74": [[118, 337], [118, 343], [125, 343], [125, 337]]}, "center": {"16-39": [123, 340], "109-162, 40-74": [122, 340]}},
{"id": "zv6gxz", "name": "Genderfluid flag", "description": "A pride flag representing the genderfluid community. Genderfluid people have their gender identity change over time.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Genderfluid"], "subreddit": ["PlacePride"]}, "path": {"17-66": [[0, 337], [0, 343], [19, 343], [18, 337]], "4-16": [[0, 337], [-1, 344], [41, 343], [41, 340], [38, 337]]}, "center": {"17-66": [10, 340], "4-16": [13, 340]}},
{"id": "zv6fc8", "name": "Aromantic flag", "description": "A pride flag representing the aromatic community. Aromantic people experience little to no romantic attraction.", "links": {"website": ["https://www.aromanticism.org/", "https://en.wikipedia.org/wiki/Romantic_orientation#Aromanticism"], "subreddit": ["PlacePride"]}, "path": {"12-77": [[0, 342], [0, 348], [43, 348], [43, 346], [39, 342], [36, 342], [33, 344], [23, 344], [19, 342]]}, "center": {"12-77": [15, 345]}},
{"id": "zv6ejt", "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": ["PlacePride"]}, "path": {"11-72": [[0, 347], [0, 357], [71, 357], [71, 347]], "1-10": [[0, 347], [0, 358], [111, 358], [111, 346]]}, "center": {"11-72": [36, 352], "1-10": [102, 352]}},
{"id": "zv6dg2", "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": {"10-73": [[0, 356], [0, 360], [71, 360], [71, 356]], "4-7": [[33, 379], [33, 383], [47, 383], [47, 379]], "98-101": [[1477, 332], [1477, 336], [1482, 336], [1482, 332]]}, "center": {"10-73": [36, 358], "4-7": [40, 381], "98-101": [1480, 334]}},
@ -9697,7 +9695,7 @@
{"id": "zzz10cd3ie", "name": "Ass", "description": "An obscene word for buttocks.", "links": {"website": ["https://www.urbandictionary.com/define.php?term=ass"]}, "path": {"2-5": [[577, 491], [577, 498], [589, 498], [589, 491]]}, "center": {"2-5": [583, 495]}},
{"id": "zzz10c8lb7", "name": "Flag of Colorado", "description": "Colorado is a state in the United States.", "links": {"website": ["https://en.wikipedia.org/wiki/Colorado", "https://en.wikipedia.org/wiki/Flag_of_Colorado"], "subreddit": ["Colorado"]}, "path": {"26-35": [[523, 414], [523, 422], [536, 422], [544, 416], [544, 414]], "36-53": [[523, 413], [523, 422], [535, 422], [537, 420], [537, 413]]}, "center": {"26-35": [534, 418], "36-53": [530, 418]}},
{"id": "zzz10c8fj1", "name": "Aromantic flag", "description": "A pride flag representing the aromatic community. Aromantic people experience little to no romantic attraction.", "links": {"website": ["https://www.aromanticism.org/", "https://en.wikipedia.org/wiki/Romantic_orientation#Aromanticism"], "subreddit": ["transplace"]}, "path": {"110-111": [[521, 429], [521, 431], [525, 431], [526, 432], [526, 435], [530, 435], [530, 429]]}, "center": {"110-111": [528, 431]}},
{"id": "zzz10c8eqh", "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": ["transplace"]}, "path": {"96-112": [[591, 434], [591, 437], [573, 437], [573, 439], [590, 439], [590, 440], [636, 440], [636, 434]]}, "center": {"96-112": [612, 437]}},
{"id": "zzz10c8eqh", "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": ["transplace"]}, "path": {"96-112": [[591, 434], [591, 437], [573, 437], [573, 439], [590, 439], [590, 440], [636, 440], [636, 434]], "120-130": [[764, 440], [764, 448], [774, 448], [774, 440]]}, "center": {"96-112": [612, 437], "120-130": [769, 444]}},
{"id": "zzz10c8e0s", "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": ["transplace"]}, "path": {"100-112": [[591, 430], [591, 435], [636, 435], [636, 430]]}, "center": {"100-112": [614, 433]}},
{"id": "zzz10c8d9g", "name": "Gay flag", "description": "A pride flag representing the gay community. Gay people are men attracted to other men. This flag was originally designed by the Tumblr user \"gayflagblog\".", "links": {"website": ["https://en.wikipedia.org/wiki/Gay"], "subreddit": ["transplace"]}, "path": {"91-113": [[573, 431], [573, 438], [592, 438], [592, 431]]}, "center": {"91-113": [583, 435]}},
{"id": "zzz10c6jug", "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": ["transplace"]}, "path": {"98-113": [[549, 429], [549, 439], [556, 439], [561, 434], [565, 434], [565, 439], [574, 439], [574, 429]]}, "center": {"98-113": [554, 434]}},
@ -9714,5 +9712,21 @@
{"id": "twh7zu", "name": "Pittsburgh Steelers", "description": "The Pittsburgh Steelers are an American football team based in Pittsburgh, Pennsylvania, United States.\n\nAfter 5 iterations destroyed by the Nordics and the British, this logo found a home in the Pittsburgh quadrant.", "links": {"website": ["https://en.wikipedia.org/wiki/Pittsburgh_Steelers"], "subreddit": ["steelers"]}, "path": {"15-17, 20-38": [[675, 512], [671, 516], [671, 522], [675, 526], [681, 526], [685, 522], [685, 516], [681, 512]], "18-19": [[661, 511], [658, 513], [655, 516], [655, 522], [660, 527], [666, 527], [671, 522], [671, 516], [665, 511]], "3-14": [[308, 115], [305, 117], [302, 121], [302, 125], [304, 128], [308, 131], [312, 131], [315, 129], [318, 125], [318, 121], [316, 118], [312, 115]], "56-165, T:0-1": [[1751, 639], [1759, 639], [1760, 640], [1761, 640], [1762, 641], [1763, 642], [1764, 643], [1765, 645], [1766, 646], [1766, 655], [1765, 656], [1764, 657], [1763, 658], [1762, 659], [1761, 660], [1760, 660], [1759, 661], [1751, 661], [1750, 660], [1749, 660], [1748, 659], [1747, 658], [1746, 657], [1745, 656], [1745, 655], [1744, 654], [1744, 646], [1745, 645], [1745, 644], [1746, 643], [1747, 642], [1748, 641], [1749, 640], [1750, 640], [1750, 639]]}, "center": {"15-17, 20-38": [678, 519], "18-19": [663, 519], "3-14": [310, 123], "56-165, T:0-1": [1755, 650]}},
{"id": "zzz10d135m", "name": "13-9", "description": "13-9 was a college American football game on December 1, 2007 between the University of Pittsburgh and West Virginia University, a rivalry known as the Backyard Brawl. The University of Pittsburgh won an upset victory with a score of 13-9.", "links": {"website": ["https://en.wikipedia.org/wiki/2007_Backyard_Brawl"], "subreddit": ["Pitt", "pittsburgh"]}, "path": {"23-37": [[685, 504], [685, 512], [699, 512], [699, 504]], "16-20": [[685, 503], [685, 511], [699, 511], [699, 503]], "67-164, T:0-1": [[1762, 627], [1762, 633], [1775, 633], [1775, 627]]}, "center": {"23-37": [692, 508], "16-20": [692, 507], "67-164, T:0-1": [1769, 630]}},
{"id": "zzz10d0uy3", "name": "Hail to Pitt", "description": "Hail to Pitt (H2P) is the fight song and a slogan of the University of Pittsburg.", "links": {"website": ["https://en.wikipedia.org/wiki/Hail_to_Pitt"], "subreddit": ["Pitt", "pittsburgh"]}, "path": {"23-37": [[669, 504], [669, 512], [684, 512], [684, 504]], "15-19": [[668, 503], [668, 511], [682, 511], [682, 503]], "67-165, T:0-1": [[1748, 627], [1748, 633], [1760, 633], [1760, 627]]}, "center": {"23-37": [677, 508], "15-19": [675, 507], "67-165, T:0-1": [1754, 630]}},
{"id": "zzz10d0qdo", "name": "Cathedral of Learning", "description": "The Cathedral of Learning is a skyscraper and a landmark on the University of Pittsburgh campus.", "links": {"website": ["https://en.wikipedia.org/wiki/Cathedral_of_Learning"], "subreddit": ["Pitt", "pittsburgh"]}, "path": {"65-166, T:0-1": [[1778, 607], [1775, 630], [1775, 635], [1784, 635], [1784, 629], [1780, 607]]}, "center": {"65-166, T:0-1": [1780, 630]}}
{"id": "zzz10d0qdo", "name": "Cathedral of Learning", "description": "The Cathedral of Learning is a skyscraper and a landmark on the University of Pittsburgh campus.", "links": {"website": ["https://en.wikipedia.org/wiki/Cathedral_of_Learning"], "subreddit": ["Pitt", "pittsburgh"]}, "path": {"65-166, T:0-1": [[1778, 607], [1775, 630], [1775, 635], [1784, 635], [1784, 629], [1780, 607]]}, "center": {"65-166, T:0-1": [1780, 630]}},
{"id": "zzz10du133", "name": "Aroace Tally", "description": "Member of Ally Hall whose tie has the aroace (aromantic, asexual) flag.", "links": {"website": ["https://lgbtqia.fandom.com/wiki/Aromantic_asexual", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"124, 129-149, 78-82, T:0-1": [[771, 462], [773, 465], [773, 467], [772, 468], [772, 470], [773, 471], [773, 476], [778, 476], [778, 471], [776, 469], [778, 467], [775, 462]]}, "center": {"124, 129-149, 78-82, T:0-1": [776, 472]}},
{"id": "zzz10dtngf", "name": "Agender Tally", "description": "Member of Ally Hall whose tie has the agender flag colors. Agender, also known as genderless, is an identity to describe someone that entirely lacks a gender or with complete genderlessness. It falls under the non-binary umbrella in which one is not male, female, neutral, xenic, outherine, or any other gender. They may identify most strongly as just an individual, rather than as any given gender.", "links": {"website": ["https://lgbta.miraheze.org/wiki/Agender", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"120-126": [[765, 462], [762, 465], [762, 467], [764, 469], [762, 471], [762, 476], [767, 476], [767, 471], [768, 470], [768, 468], [767, 467], [767, 465], [768, 464], [768, 463]], "132-136, 138-150, 159-160, 78-90, 94-103, T:0-1": [[761, 462], [758, 465], [758, 467], [760, 469], [758, 471], [758, 476], [763, 476], [763, 471], [764, 470], [764, 468], [763, 467], [763, 465], [764, 464], [764, 462]]}, "center": {"120-126": [764, 472], "132-136, 138-150, 159-160, 78-90, 94-103, T:0-1": [760, 466]}},
{"id": "zzz10dtjia", "name": "Pansexual Tally", "description": "Member of Ally Hall whose tie has the pansexual flag colors. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"87": [[785, 462], [784, 463], [784, 464], [785, 465], [785, 467], [784, 468], [784, 470], [785, 471], [785, 476], [787, 476], [787, 462]], "96": [[757, 462], [754, 465], [754, 467], [756, 469], [754, 471], [754, 476], [759, 476], [759, 471], [761, 469], [759, 467], [759, 465], [760, 464], [760, 463], [776, 462], [776, 464], [777, 465], [777, 467], [776, 468], [776, 470], [777, 471], [777, 476], [782, 476], [782, 471], [780, 469], [782, 467], [782, 465], [779, 462]], "97-98": [[757, 462], [754, 465], [754, 467], [756, 469], [754, 471], [754, 476], [759, 476], [759, 471], [761, 469], [759, 467], [759, 465], [760, 464], [760, 463]], "105-108, 115-126, 152-158": [[761, 462], [758, 465], [758, 467], [760, 469], [758, 471], [758, 476], [763, 476], [763, 471], [764, 470], [764, 468], [763, 467], [763, 465], [764, 464], [764, 462]], "143-145, 90-93": [[765, 462], [762, 465], [762, 467], [764, 469], [762, 471], [762, 476], [767, 476], [767, 471], [768, 470], [768, 468], [767, 467], [767, 465], [768, 464], [768, 463]]}, "center": {"87": [786, 469], "96": [757, 473], "97-98": [756, 473], "105-108, 115-126, 152-158": [760, 466], "143-145, 90-93": [764, 472]}},
{"id": "zzz10dsorx", "name": "Transgender potion", "description": "This potion bottle is from the game Minecraft. It has the transgender pride colors inside.", "links": {"website": ["https://minecraft.fandom.com/wiki/Potion"], "subreddit": ["transplace"]}, "path": {"69-81": [[749, 460], [747, 462], [747, 466], [745, 468], [745, 471], [748, 474], [752, 474], [755, 471], [755, 468], [753, 466], [753, 462], [751, 460]]}, "center": {"69-81": [750, 470]}},
{"id": "zzz10dp2l1", "name": "Bisexual turtle", "description": "A turtle holding the bisexual pride flag. Bisexual people are sexually attracted to both males and females.\n\nThis image shows the support of bisexual individuals and the bisexual community from the trans community.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["transplace"]}, "path": {"119-128": [[769, 453], [767, 455], [767, 457], [766, 458], [766, 460], [769, 463], [772, 463], [772, 461], [775, 461], [775, 459], [780, 460], [780, 463], [787, 463], [787, 459], [775, 455], [772, 455]], "102-105": [[770, 454], [768, 457], [771, 462], [772, 461], [778, 461], [780, 459], [778, 456], [777, 455], [773, 455], [772, 454]], "81-89": [[777, 453], [775, 455], [775, 457], [774, 458], [774, 460], [777, 463], [780, 463], [780, 460], [783, 460], [783, 459], [786, 459], [786, 455], [780, 455]]}, "center": {"119-128": [770, 458], "102-105": [774, 458], "81-89": [778, 458]}},
{"id": "zzz10doxpy", "name": "Mexico-transgender heart", "description": "A heart depicting the flag of Mexico and the transgender pride flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Transgender"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico", "transplace"]}, "path": {"69-78": [[784, 461], [781, 464], [781, 467], [787, 473], [793, 467], [793, 464], [790, 461]], "25-27": [[784, 462], [782, 464], [782, 467], [787, 472], [792, 467], [792, 464], [790, 462]], "60-65": [[784, 460], [781, 463], [781, 466], [787, 472], [793, 466], [793, 463], [790, 460]]}, "center": {"69-78": [787, 466], "25-27": [787, 466], "60-65": [787, 465]}},
{"id": "zzz10dok31", "name": "Bisexual Among Us crewmates", "description": "Among Us crewmates with a heart depicting the bisexual pride flag, showing the support of the bisexual community from the trans community. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality"], "subreddit": ["transplace"]}, "path": {"157-160, T:0-1": [[750, 440], [750, 443], [749, 443], [747, 445], [747, 446], [749, 448], [755, 448], [757, 446], [757, 445], [755, 443], [754, 443], [754, 440]]}, "center": {"157-160, T:0-1": [752, 445]}},
{"id": "zzz10dutf3", "name": "Abrosexual Tally", "description": "Member of Ally Hall whose tie has the abrosexual flag colors. Abrosexual refers to an individual whose sexuality is changing or fluid. One can change between any sexualities, whether it be monosexual, multisexual, allosexual or asexual spectrum, etc.", "links": {"website": ["https://sexuality.fandom.com/wiki/Abrosexual", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"80": [[772, 462], [772, 464], [773, 465], [773, 468], [772, 468], [772, 470], [773, 471], [773, 476], [778, 476], [778, 471], [776, 469], [778, 467], [778, 465], [775, 462]]}, "center": {"80": [776, 466]}},
{"id": "zzz10duqkf", "name": "Aromantic Tally", "description": "Member of Ally Hall whose tie has the aromantic flag colors. Aromantic people experience little to no romantic attraction.", "links": {"website": ["https://en.wikipedia.org/wiki/Romantic_orientation#Aromanticism", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"106-108": [[765, 462], [762, 465], [762, 467], [764, 469], [762, 471], [762, 476], [767, 476], [767, 471], [768, 470], [768, 468], [767, 467], [767, 465], [768, 464], [768, 463]]}, "center": {"106-108": [764, 472]}},
{"id": "zzz10dunzp", "name": "Omnisexual Tally", "description": "Member of Ally Hall whose tie has the omnisexual flag colors. Omnisexuality (often shortened to omni) is a multisexual orientation defined as the sexual, romantic or otherwise alterous attraction to all gender, specifically with gender playing a role in one's attraction. All omnisexuals have a gender preference; they can have small or large preferences, and they may change over time. The romantic equivalent is omniromantic.", "links": {"website": ["https://lgbta.miraheze.org/wiki/Omnisexual", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"141-142": [[777, 462], [776, 463], [776, 464], [777, 465], [777, 467], [776, 468], [776, 470], [777, 471], [777, 476], [782, 476], [782, 471], [780, 469], [782, 467], [782, 465], [779, 462]], "133-134": [[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]]}, "center": {"141-142": [780, 472], "133-134": [756, 472]}},
{"id": "zzz10dukih", "name": "Asexual Tally", "description": "Member of Ally Hall whose tie has the asexual flag colors. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"158-159": [[765, 462], [762, 465], [762, 467], [764, 469], [762, 471], [762, 476], [767, 476], [767, 471], [768, 470], [768, 468], [767, 467], [767, 465], [768, 464], [768, 463]], "93-95": [[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]], "112, 154, 97-98": [[785, 462], [784, 463], [784, 464], [785, 465], [785, 467], [784, 468], [784, 470], [785, 471], [785, 476], [787, 477], [787, 462]]}, "center": {"158-159": [764, 472], "93-95": [756, 472], "112, 154, 97-98": [786, 470]}},
{"id": "zzz10dufgm", "name": "Rainbow Tally", "description": "Member of Ally Hall whose tie has the rainbow flag colors. The rainbow flag represents the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"105-106, 159-160, 163": [[772, 462], [772, 464], [773, 465], [773, 467], [772, 468], [772, 470], [773, 471], [773, 476], [778, 476], [778, 471], [776, 469], [778, 467], [778, 465], [775, 462]]}, "center": {"105-106, 159-160, 163": [776, 466]}},
{"id": "zzz10dxzm2", "name": "Vegan-transgender hearts", "description": "Hearts with the colors of the vegan artwork and the transgender flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Veganism", "https://en.wikipedia.org/wiki/Transgender"], "subreddit": ["vegan", "vegan_place", "transplace"]}, "path": {"78-96": [[702, 473], [700, 475], [700, 476], [704, 480], [708, 476], [746, 476], [750, 480], [754, 476], [754, 475], [752, 473], [748, 473], [746, 475], [746, 476], [708, 476], [708, 475], [706, 473]]}, "center": {"78-96": [704, 476]}},
{"id": "zzz10dxxji", "name": "Go vegan!", "description": "A vegan is a person who avoids using animal products. This commonly means not consuming meats, eggs, dairy products, and other animal-derived foods. Some vegans also avoid using non-food animal products such as fur and leather.", "links": {"website": ["https://en.wikipedia.org/wiki/Veganism"], "subreddit": ["vegan", "vegan_place"]}, "path": {"40-53": [[701, 476], [701, 482], [734, 482], [734, 476]]}, "center": {"40-53": [718, 479]}},
{"id": "zzz10dxrss", "name": "Vegan, BTW", "description": "A meme among the vegan community when telling someone that you're vegan.", "links": {"website": ["https://www.imveganbtw.com/"], "subreddit": ["vegan", "vegan_place"]}, "path": {"77-94": [[701, 476], [701, 482], [753, 482], [753, 476]]}, "center": {"77-94": [727, 479]}},
{"id": "zzz10dxkmy", "name": "⚧", "description": "This symbol is often used as a transgender symbol. It is a combination of the symbols for male (♂) and female (♀), along with the combined male-female symbol (⚦).", "links": {"website": ["https://emojipedia.org/transgender-symbol/"], "subreddit": ["transplace"]}, "path": {"79-131": [[732, 461], [732, 464], [734, 466], [734, 468], [735, 469], [735, 473], [737, 473], [737, 475], [739, 475], [739, 473], [741, 473], [741, 469], [742, 468], [742, 465], [744, 465], [744, 461], [740, 461], [740, 463], [737, 463], [735, 461]]}, "center": {"79-131": [738, 467]}}
]