Merge pull request #1365 from placeAtlas/cleanup

This commit is contained in:
ash 2022-05-14 22:36:48 +01:00 committed by GitHub
commit 3bb24e6a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 124 additions and 77 deletions

View file

@ -9715,3 +9715,9 @@ ui1nsg
uhwzjt
uhw2h0
uj1yb5
up28w9
up208s
up7z2o
up58ba
up3yfl
up3ty4

View file

@ -3,6 +3,7 @@
import re
import json
import traceback
from typing import List
"""
Examples:
@ -99,7 +100,7 @@ def collapse_links(entry: dict):
subreddit = match.group(2)
entry["links"]["subreddit"][i] = subreddit
return entry
@ -112,7 +113,7 @@ def remove_extras(entry: dict):
entry["subreddit"] = re.sub(r'[.,]+$', r'', entry["subreddit"])
for key in entry:
if not entry[key] or not isinstance(entry[key], str):
if not entry[key] or not isinstance(entry[key], str):
continue
# Leading and trailing spaces
entry[key] = entry[key].strip()
@ -157,7 +158,7 @@ def fix_r_caps(entry: dict):
if not "description" in entry or not entry['description']:
return entry
entry["description"] = re.sub(r'([^\w]|^)\/R\/', '\1/r/', entry["description"])
entry["description"] = re.sub(r'([^\w]|^)R\/', '\1r/', entry["description"])
@ -224,7 +225,7 @@ def convert_website_to_discord(entry: dict):
def convert_subreddit_to_website(entry: dict):
"""
Converts the links on "subreddit" to a "website" if needed. This also supports Reddit users (/u/reddit).
Converts the links on "subreddit" to a "website" if needed. This also supports Reddit users (/u/reddit).
"""
if "links" in entry and "subreddit" in entry["links"]:
@ -253,7 +254,7 @@ def remove_empty_and_similar(entry: dict):
"""
if "links" in entry:
keys = list(entry["links"])
for key in keys:
small = list(map(lambda x: x.lower(), entry["links"][key]))
@ -262,6 +263,42 @@ def remove_empty_and_similar(entry: dict):
return entry
def sort_image_keys(entry: dict):
"""
Alphabetizes comma-separated path and center keys.
"""
for outer_key in ["path", "center"]:
image_keys: List[str] = list(entry[outer_key].keys())
for image_key in image_keys:
key_split = image_key.split(", ")
new_key = ", ".join(sorted(key_split))
if new_key != image_key:
entry[outer_key][new_key] = entry[outer_key][image_key]
del(entry[outer_key][image_key])
return entry
def extend_entries_to_whiteout(entry: dict):
"""
If an entry ends on the final non-whiteout image, extends the image to the last whiteout image where entries cans still be made out.
"""
END_NORMAL_IMAGE = "164"
END_WHITEOUT_IMAGE = "166"
NORMAL_IMAGE_SUFFIX = "-" + END_NORMAL_IMAGE
WHITEOUT_IMAGE_SUFFIX = "-" + END_WHITEOUT_IMAGE
for outer_key in ["path", "center"]:
image_keys: List[str] = list(entry[outer_key].keys())
for image_key in image_keys:
new_key = None
if NORMAL_IMAGE_SUFFIX in image_key:
new_key = image_key.replace(NORMAL_IMAGE_SUFFIX, WHITEOUT_IMAGE_SUFFIX)
elif image_key == END_NORMAL_IMAGE:
new_key = END_NORMAL_IMAGE + WHITEOUT_IMAGE_SUFFIX
entry[outer_key][new_key] = entry[outer_key][image_key]
del(entry[outer_key][image_key])
return entry
def validate(entry: dict):
"""
@ -273,7 +310,7 @@ def validate(entry: dict):
2: Warnings that may effect user experience when interacting with the entry
3: Errors that make the entry inaccessible or broken.
"""
return_status = 0
if (not "id" in entry or (not entry['id'] and not entry['id'] == 0)):
print(f"Wait, no id here! How did this happened? {entry}")
@ -344,6 +381,10 @@ def print_(*args, **kwargs):
entry = remove_duplicate_points(entry)
print_("Remove empty items...")
entry = remove_empty_and_similar(entry)
print_("Sorting image keys...")
entry = sort_image_keys(entry)
print_("Extending entries to whiteout...")
entry = extend_entries_to_whiteout(entry)
print_("Validating...")
status_code = validate(entry)
print_("Completed!")

View file

@ -1,10 +1,9 @@
import json
from formatter import per_line_entries
out_ids = []
out_dupe_ids = []
out_edited_added_ids = []
atlas_ids = []
out_ids = set()
out_dupe_ids = set()
atlas_ids = {}
with open('temp_atlas.json', 'r', encoding='utf-8') as out_file:
out_json = json.loads(out_file.read())
@ -12,30 +11,32 @@
with open('../web/atlas.json', 'r', encoding='utf-8') as atlas_file:
atlas_json = json.loads(atlas_file.read())
for entry in atlas_json:
atlas_ids.append(entry['id'])
for i, entry in enumerate(atlas_json):
atlas_ids[entry['id']] = i
for entry in out_json:
if (entry['id'] in out_ids):
if entry['id'] in out_ids:
print(f"Entry {entry['id']} has duplicates! Please resolve this conflict. This will be excluded from the merge.")
out_dupe_ids.append(entry['id'])
out_ids.append(entry['id'])
out_dupe_ids.add(entry['id'])
out_ids.add(entry['id'])
for entry in out_json:
if entry['id'] in out_dupe_ids:
continue
if 'edit' in entry and entry['edit']:
index = next((i for i, item in enumerate(atlas_json) if item["id"] == entry['id']), None)
assert entry['id'] in atlas_ids, "Edit failed! ID not found on Atlas."
index = atlas_ids[entry['id']]
assert index != None, "Edit failed! ID not found on Atlas."
print(f"Edited {atlas_json[index]['id']} with {entry['edit']}")
if 'edit' in entry:
out_edited_added_ids.append(entry['edit'])
del entry['edit']
del entry['edit']
atlas_json[index] = entry
elif entry['id'] in atlas_ids:
print(f"Edited {entry['id']} manually.")
atlas_json[atlas_ids[entry['id']]] = entry
else:
print(f"Added {entry['id']}.")
atlas_json.append(entry)

View file

@ -21,7 +21,7 @@
{"id": "000025", "name": "Northeastern University", "description": "Northeastern University Husky and Initials. Coordinated using discord : https://www.reddit.com/r/NEU/comments/tt7dhj/rplace_northeastern_discord/", "links": {"subreddit": ["NEU"]}, "path": {"1-166, T": [[185.5, 699.5], [258.5, 699.5], [258.5, 714.5], [183.5, 714.5], [184.5, 698.5]]}, "center": {"1-166, T": [221.5, 707.5]}},
{"id": "000027", "name": "Club Penguin", "description": "A blue penguin from the MMO videogame Club Penguin, which officially closed in March 2017.", "links": {"subreddit": ["clubpenguin"]}, "path": {"56-166, T": [[1887.5, 141.5], [1881.5, 141.5], [1880.5, 142.5], [1879.5, 142.5], [1879.5, 144.5], [1878.5, 145.5], [1877.5, 145.5], [1877.5, 151.5], [1876.5, 151.5], [1876.5, 152.5], [1875.5, 153.5], [1875.5, 154.5], [1874.5, 155.5], [1874.5, 156.5], [1873.5, 157.5], [1872.5, 158.5], [1872.5, 159.5], [1871.5, 160.5], [1871.5, 161.5], [1871.5, 162.5], [1871.5, 165.5], [1871.5, 166.5], [1872.5, 167.5], [1873.5, 166.5], [1874.5, 165.5], [1875.5, 164.5], [1875.5, 165.5], [1875.5, 167.5], [1876.5, 168.5], [1877.5, 169.5], [1875.5, 169.5], [1875.5, 170.5], [1875.5, 171.5], [1874.5, 171.5], [1874.5, 174.5], [1879.5, 174.5], [1880.5, 173.5], [1881.5, 172.5], [1882.5, 173.5], [1883.5, 174.5], [1884.5, 173.5], [1885.5, 172.5], [1886.5, 172.5], [1886.5, 173.5], [1887.5, 173.5], [1887.5, 174.5], [1893.5, 174.5], [1893.5, 173.5], [1892.5, 172.5], [1892.5, 171.5], [1891.5, 170.5], [1891.5, 169.5], [1890.5, 169.5], [1891.5, 168.5], [1892.5, 168.5], [1892.5, 164.5], [1893.5, 165.5], [1893.5, 166.5], [1894.5, 166.5], [1894.5, 167.5], [1896.5, 167.5], [1896.5, 160.5], [1895.5, 159.5], [1895.5, 156.5], [1894.5, 155.5], [1893.5, 154.5], [1893.5, 153.5], [1892.5, 152.5], [1891.5, 151.5], [1891.5, 149.5], [1890.5, 148.5], [1890.5, 145.5], [1889.5, 144.5], [1889.5, 143.5], [1888.5, 142.5]]}, "center": {"56-166, T": [1884.5, 159.5]}},
{"id": "000030", "name": "Flag of East Turkestan", "description": "The historical flag of the Turkic Islamic Republic of East Turkestan, currently used by Uyghur activists", "links": {}, "path": {"1-166, T": [[965.5, 442.5], [991.5, 442.5], [991.5, 464.5], [991.5, 465.5], [965.5, 465.5]]}, "center": {"1-166, T": [978.5, 454.5]}},
{"id": "000031", "name": "Flag of Turkey", "description": "Flag of Turkey with the silhouette of Istanbul. In the center is Anıtkabir, a monument in Ankara (the Turkish capital) that houses the mausoleum of Mustafa Kemal Atatürk, the founder and the first president of Republic of Turkey.\n\nThis area was hotly contested throughout the entirety of r/place, with the flag overtaken and rebuilt many times.", "links": {"website": ["https://en.wikipedia.org/wiki/Turkey"], "subreddit": ["Turkey"]}, "path": {"1-166, T": [[300.5, 344.5], [479.5, 344.5], [479.5, 448.5], [300.5, 448.5]]}, "center": {"1-166, T": [390.5, 396.5]}},
{"id": "000031", "name": "Flag of Turkey", "description": "Flag of Turkey with the silhouette of Istanbul. In the center is Anıtkabir, a monument in Ankara (the Turkish capital) that houses the mausoleum of Mustafa Kemal Atatürk, the founder and the first president of Republic of Turkey.\n\nThis area was hotly contested throughout the entirety of r/place, with the flag overtaken and rebuilt many times.", "links": {"website": ["https://en.wikipedia.org/wiki/Turkey"], "subreddit": ["Turkey"]}, "path": {"41-106": [[299.5, 449.5], [480.5, 449.5], [480.5, 343.5], [299.5, 343.5]], "35-38": [[299.5, 398.5], [480.5, 398.5], [480.5, 343.5], [299.5, 343.5]], "6-28": [[299.5, 399.5], [432.5, 399.5], [432.5, 318.5], [299.5, 318.5]], "3-5": [[323.5, 399.5], [432.5, 399.5], [432.5, 318.5], [323.5, 318.5]], "39-40": [[299.5, 429.5], [480.5, 429.5], [480.5, 343.5], [299.5, 343.5]], "107-166, T": [[299.5, 343.5], [299.5, 450.5], [480.5, 450.5], [480.5, 343.5]]}, "center": {"41-106": [390.5, 396.5], "35-38": [390.5, 371.5], "6-28": [366.5, 359.5], "3-5": [378.5, 359.5], "39-40": [390.5, 386.5], "107-166, T": [390.5, 397.5]}},
{"id": "000032", "name": "Mustafa Kemal Atatürk", "description": "The founder and first president of the Republic of Turkey.", "links": {"website": ["https://en.wikipedia.org/wiki/Mustafa_Kemal_Atat%C3%BCrk"], "subreddit": ["Turkey"]}, "path": {"56-166, T": [[1001.5, 1.5], [1103.5, 1.5], [1103.5, 119.5], [1001.5, 119.5]]}, "center": {"56-166, T": [1052.5, 60.5]}},
{"id": "000033", "name": "Moka pot", "description": "An traditional Italian coffee maker.", "links": {"subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"1-166, T": [[846.5, 404.5], [846.5, 400.5], [845.5, 400.5], [844.5, 399.5], [844.5, 396.5], [843.5, 395.5], [843.5, 393.5], [847.5, 389.5], [848.5, 390.5], [848.5, 391.5], [847.5, 392.5], [847.5, 393.5], [848.5, 394.5], [848.5, 395.5], [849.5, 394.5], [849.5, 387.5], [848.5, 386.5], [848.5, 385.5], [847.5, 385.5], [846.5, 384.5], [845.5, 384.5], [843.5, 382.5], [839.5, 382.5], [837.5, 380.5], [836.5, 380.5], [834.5, 382.5], [828.5, 382.5], [828.5, 383.5], [825.5, 386.5], [825.5, 387.5], [822.5, 390.5], [822.5, 391.5], [820.5, 393.5], [820.5, 395.5], [819.5, 396.5], [819.5, 397.5], [817.5, 399.5], [816.5, 399.5], [816.5, 403.5], [817.5, 404.5], [817.5, 405.5], [818.5, 405.5], [819.5, 406.5], [824.5, 406.5], [826.5, 404.5], [826.5, 398.5], [825.5, 397.5], [824.5, 396.5], [824.5, 392.5], [825.5, 391.5], [825.5, 390.5], [826.5, 389.5], [827.5, 389.5], [830.5, 392.5], [830.5, 393.5], [831.5, 394.5], [831.5, 395.5], [829.5, 397.5], [829.5, 399.5], [828.5, 400.5], [828.5, 406.5], [830.5, 406.5], [831.5, 407.5], [843.5, 407.5], [844.5, 406.5], [845.5, 406.5], [846.5, 405.5]]}, "center": {"1-166, T": [834.5, 395.5]}},
{"id": "000034", "name": "Toki Pona (ma nanpa wan)", "description": "The first site decorated by the Toki Pona community. Toki Pona is a minimalist constructed language by Sonja Lang (jan Sonja).", "links": {"website": ["https://tokipona.org/"], "subreddit": ["tokipona"]}, "path": {"1-166, T": [[740.5, 330.5], [786.5, 330.5], [786.5, 360.5], [740.5, 360.5]]}, "center": {"1-166, T": [763.5, 345.5]}},
@ -58,7 +58,7 @@
{"id": "000073", "name": "TUHH", "description": "The Name and Logo of the Hamburg University of Technology.\n\"Technische Universität Hansestadt Hamburg\"", "links": {"website": ["https://www.tuhh.de"], "subreddit": ["TU_HH"]}, "path": {"1-166, T": [[221.5, 165.5], [245.5, 165.5], [245.5, 171.5], [221.5, 171.5]]}, "center": {"1-166, T": [233.5, 168.5]}},
{"id": "000074", "name": "Ethereum", "description": "Ethereum is a block chain powering smart contracts and cryptocurrencies, including ETH itself.\n\nThis logo was built by a small team of only about 50 people after a smaller version south of the current location was taken over.\n\nIt has been rebuilt after an attack by the trees below in conjunction with the German flag, and has recently added a prism effect with a laser coming from the Loopring logo, through the ETH crystal, and splitting into a rainbow on the Immutable side.", "links": {"discord": ["BMCdDHvNm6"]}, "path": {"1-166, T": [[841.5, 856.5], [854.5, 877.5], [840.5, 896.5], [828.5, 878.5]]}, "center": {"1-166, T": [841.5, 876.5]}},
{"id": "000075", "name": "Destiny", "description": "Gaming and politics live streamer Steven Kenneth \"Destiny\" Bonnell II.", "links": {"website": ["https://destiny.gg"], "subreddit": ["Destiny"]}, "path": {"1-166, T": [[334.5, 78.5], [399.5, 78.5], [399.5, 131.5], [334.5, 131.5]]}, "center": {"1-166, T": [367.5, 105.5]}},
{"id": "000076", "name": "LTTSTORE.COM", "description": "A reference to shoutouts in Linus Tech Tips videos for their own merchandise line available on LTTSTORE.COM.\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-166, T": [[49.5, 766.5], [115.5, 765.5], [115.5, 777.5], [49.5, 776.5]]}, "center": {"1-166, T": [83.5, 771.5]}},
{"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-166, T": [[49.5, 766.5], [115.5, 765.5], [115.5, 777.5], [49.5, 776.5]]}, "center": {"1-166, T": [83.5, 771.5]}},
{"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"]}, "path": {"1-166, T": [[519.5, 865.5], [523.5, 865.5], [522.5, 864.5], [522.5, 863.5], [524.5, 863.5], [524.5, 864.5], [530.5, 863.5], [528.5, 861.5], [528.5, 858.5], [530.5, 858.5], [530.5, 859.5], [531.5, 859.5], [530.5, 859.5], [530.5, 858.5], [529.5, 858.5], [529.5, 856.5], [532.5, 856.5], [531.5, 856.5], [531.5, 855.5], [531.5, 854.5], [532.5, 854.5], [533.5, 853.5], [531.5, 853.5], [531.5, 851.5], [532.5, 851.5], [532.5, 850.5], [534.5, 850.5], [535.5, 849.5], [535.5, 848.5], [537.5, 846.5], [537.5, 845.5], [537.5, 846.5], [535.5, 848.5], [534.5, 848.5], [533.5, 849.5], [532.5, 849.5], [532.5, 847.5], [533.5, 847.5], [533.5, 846.5], [534.5, 846.5], [534.5, 845.5], [533.5, 844.5], [531.5, 844.5], [530.5, 845.5], [530.5, 846.5], [531.5, 847.5], [532.5, 847.5], [532.5, 849.5], [531.5, 849.5], [529.5, 851.5], [528.5, 853.5], [528.5, 854.5], [528.5, 855.5], [526.5, 855.5], [526.5, 856.5], [524.5, 856.5], [524.5, 851.5], [525.5, 851.5], [525.5, 850.5], [526.5, 850.5], [526.5, 849.5], [527.5, 849.5], [527.5, 844.5], [529.5, 844.5], [529.5, 845.5], [529.5, 844.5], [529.5, 843.5], [530.5, 843.5], [530.5, 842.5], [531.5, 842.5], [531.5, 841.5], [532.5, 841.5], [532.5, 840.5], [532.5, 839.5], [532.5, 841.5], [530.5, 841.5], [530.5, 843.5], [528.5, 843.5], [528.5, 839.5], [529.5, 839.5], [529.5, 838.5], [530.5, 838.5], [530.5, 837.5], [531.5, 837.5], [531.5, 835.5], [529.5, 834.5], [528.5, 833.5], [528.5, 834.5], [527.5, 834.5], [527.5, 835.5], [526.5, 835.5], [526.5, 836.5], [525.5, 836.5], [525.5, 837.5], [526.5, 837.5], [526.5, 838.5], [527.5, 838.5], [527.5, 840.5], [526.5, 840.5], [526.5, 843.5], [525.5, 843.5], [527.5, 843.5], [527.5, 847.5], [526.5, 847.5], [526.5, 849.5], [525.5, 849.5], [525.5, 851.5], [523.5, 851.5], [523.5, 850.5], [522.5, 850.5], [522.5, 848.5], [523.5, 848.5], [523.5, 845.5], [524.5, 845.5], [524.5, 844.5], [525.5, 844.5], [523.5, 844.5], [523.5, 843.5], [519.5, 843.5], [519.5, 841.5], [521.5, 841.5], [521.5, 840.5], [522.5, 840.5], [522.5, 839.5], [523.5, 839.5], [523.5, 836.5], [522.5, 836.5], [522.5, 834.5], [521.5, 834.5], [521.5, 833.5], [520.5, 832.5], [518.5, 832.5], [516.5, 834.5], [516.5, 836.5], [513.5, 836.5], [513.5, 834.5], [514.5, 834.5], [514.5, 833.5], [513.5, 832.5], [511.5, 832.5], [510.5, 833.5], [510.5, 834.5], [511.5, 835.5], [512.5, 836.5], [513.5, 837.5], [513.5, 839.5], [511.5, 839.5], [511.5, 838.5], [510.5, 837.5], [507.5, 837.5], [505.5, 839.5], [505.5, 841.5], [504.5, 841.5], [504.5, 844.5], [507.5, 847.5], [509.5, 847.5], [509.5, 851.5], [507.5, 851.5], [506.5, 852.5], [508.5, 852.5], [508.5, 854.5], [505.5, 857.5], [505.5, 859.5], [503.5, 859.5], [503.5, 860.5], [505.5, 860.5], [505.5, 861.5], [507.5, 861.5], [507.5, 862.5], [509.5, 862.5], [509.5, 863.5], [508.5, 864.5], [509.5, 863.5], [512.5, 863.5], [512.5, 865.5]]}, "center": {"1-166, T": [517.5, 850.5]}},
{"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": {"1-166, T": [[790.5, 404.5], [809.5, 404.5], [855.5, 404.5], [855.5, 451.5], [789.5, 450.5], [789.5, 404.5]]}, "center": {"1-166, T": [822.5, 427.5]}},
{"id": "000079", "name": "Dante Alighieri", "description": "An Italian poet, known for writing \"The Divine Comedy\".", "links": {"website": ["https://en.wikipedia.org/wiki/Dante_Alighieri"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"1-166, T": [[856.5, 372.5], [842.5, 372.5], [842.5, 324.5], [863.5, 324.5], [863.5, 360.5], [856.5, 360.5], [856.5, 371.5]]}, "center": {"1-166, T": [852.5, 346.5]}},
@ -74,7 +74,7 @@
{"id": "000093", "name": "Northern Cyprus", "description": "Flag of Northern Cyprus, officially the Turkish Republic of Northern Cyprus", "links": {}, "path": {"56-166, T": [[1941.5, 35.5], [1999.5, 35.5], [1999.5, 73.5], [1941.5, 73.5]]}, "center": {"56-166, T": [1970.5, 54.5]}},
{"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": [[1921.5, 829.5], [1999.5, 829.5], [1999.5, 775.5], [1920.5, 775.5]]}, "center": {"56-166, T": [1960.5, 802.5]}},
{"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": [[1972.5, 730.5], [1999.5, 730.5], [1999.5, 775.5], [1973.5, 775.5]]}, "center": {"56-166, T": [1986.5, 752.5]}},
{"id": "000096", "name": "Big Ten Conference", "description": "The original claims of the Big Ten Conference of college universities. Started by Purdue, and joined by Rutgers, Nebraska, Illinois, Iowa, Penn State, and Ohio State. Kirby is there because it was created from the start by a group of friends unaffiliated with the subreddit. Not wanting to destroy it, the groups allied together.", "links": {"subreddit": ["TheB1G"]}, "path": {"1-166, T": [[151.5, 609.5], [174.5, 609.5], [174.5, 629.5], [257.5, 629.5], [257.5, 582.5], [175.5, 582.5], [163.5, 582.5], [163.5, 583.5], [160.5, 589.5], [160.5, 590.5], [165.5, 590.5], [165.5, 592.5], [163.5, 596.5], [163.5, 597.5], [161.5, 601.5], [154.5, 601.5], [154.5, 602.5], [153.5, 602.5], [153.5, 605.5], [152.5, 605.5], [152.5, 607.5], [151.5, 607.5]]}, "center": {"1-166, T": [211.5, 605.5]}},
{"id": "000096", "name": "Big Ten Conference", "description": "The original claims of the Big Ten Conference of college universities. Started by Purdue, and joined by Rutgers, Nebraska, Illinois, Iowa, Penn State, and Ohio State. Kirby is there because it was created from the start by a group of friends unaffiliated with the subreddit. Not wanting to destroy it, the groups allied together.", "links": {"subreddit": ["TheB1G"]}, "path": {"13-166, T": [[151.5, 609.5], [174.5, 609.5], [174.5, 629.5], [257.5, 629.5], [257.5, 582.5], [175.5, 582.5], [163.5, 582.5], [163.5, 583.5], [160.5, 589.5], [160.5, 590.5], [165.5, 590.5], [165.5, 592.5], [163.5, 596.5], [163.5, 597.5], [161.5, 601.5], [154.5, 601.5], [154.5, 602.5], [153.5, 602.5], [153.5, 605.5], [152.5, 605.5], [152.5, 607.5], [151.5, 607.5]]}, "center": {"13-166, T": [211.5, 605.5]}},
{"id": "000097", "name": "Niko", "description": "The main character \"Niko\" from the indie video game OneShot. Here they are depicted riding a roomba and holding a lightbulb (The Sun). This artwork was originally located slightly higher up. However, it couldn't survive the massive Ukrainian flag, so it was relocated her, where it stayed for the rest of the event.", "links": {"website": ["http://www.oneshot-game.com/"], "subreddit": ["oneshot"]}, "path": {"1-166, T": [[925.5, 283.5], [928.5, 280.5], [928.5, 276.5], [930.5, 276.5], [932.5, 274.5], [932.5, 272.5], [928.5, 272.5], [928.5, 270.5], [929.5, 270.5], [929.5, 269.5], [931.5, 269.5], [931.5, 266.5], [932.5, 266.5], [932.5, 260.5], [931.5, 260.5], [931.5, 253.5], [933.5, 253.5], [933.5, 249.5], [911.5, 249.5], [911.5, 253.5], [912.5, 253.5], [912.5, 260.5], [911.5, 260.5], [911.5, 266.5], [912.5, 266.5], [912.5, 269.5], [914.5, 269.5], [914.5, 272.5], [911.5, 272.5], [911.5, 274.5], [914.5, 277.5], [914.5, 280.5], [917.5, 283.5]]}, "center": {"1-166, T": [921.5, 265.5]}},
{"id": "000098", "name": "r/196", "description": "The mural created by the shitposting subreddit r/196.", "links": {"subreddit": ["196"]}, "path": {"1-166, T": [[174.5, 629.5], [241.5, 629.5], [241.5, 698.5], [174.5, 698.5]]}, "center": {"1-166, T": [208.5, 664.5]}},
{"id": "000099", "name": "Lemon Demon", "description": "The Lemon Demon logo was designed by u/iforgotmypasswordss, and was part of a joint project between r/lemondemon and r/tallyhall", "links": {"subreddit": ["lemondemon"]}, "path": {"1-166, T": [[754.5, 399.5], [754.5, 428.5], [786.5, 428.5], [786.5, 399.5]]}, "center": {"1-166, T": [770.5, 414.5]}},
@ -113,7 +113,7 @@
{"id": "000138", "name": "Aang, the last Avatar", "description": "Portrait of Avatar Aang, main character of the hit animated series Avatar the Last Airbender.\n\nThe world is divided into four nations - the Water Tribe, the Earth Kingdom, the Fire Nation and the Air Nomads - each represented by a natural element for which the nation is named. Benders have the ability to control and manipulate the element from their nation. Only the Avatar is the master of all four elements and Aang conquers them all!", "links": {"website": ["http://www.nick.co.uk/shows/avatar/q03fvj"], "subreddit": ["ATLA", "place_CentralAlliance"]}, "path": {"1-166, T": [[281.5, 938.5], [296.5, 938.5], [297.5, 957.5], [282.5, 956.5]]}, "center": {"1-166, T": [289.5, 947.5]}},
{"id": "000139", "name": "Sailor Moon", "description": "A popular Japanese anime in the 1990s where a group of girls with superpowers triumph over evil.", "links": {"website": ["https://en.wikipedia.org/wiki/Sailor_Moon"], "subreddit": ["sailormoon", "place_CentralAlliance"]}, "path": {"1-166, T": [[364.5, 961.5], [366.5, 986.5], [395.5, 986.5], [391.5, 962.5]]}, "center": {"1-166, T": [379.5, 974.5]}},
{"id": "000140", "name": "Ghost", "description": "'Grucifix' symbol for the Swedish metal band Ghost.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghost_(Swedish_band)"], "subreddit": ["GhostBC"]}, "path": {"56-166, T": [[1300.5, 49.5], [1318.5, 49.5], [1316.5, 72.5], [1299.5, 72.5], [1299.5, 71.5], [1299.5, 49.5]]}, "center": {"56-166, T": [1308.5, 60.5]}},
{"id": "000141", "name": "Factorio (video game)", "description": "One of the most popular factory simulation games. This artwork includes seven types of science and fish on the belt along with the three types circuits produced in the game.", "links": {"website": ["https://factorio.com"], "subreddit": ["factorio"]}, "path": {"1-166, T": [[329.5, 568.5], [329.5, 547.5], [314.5, 547.5], [314.5, 543.5], [298.5, 543.5], [295.5, 548.5], [293.5, 549.5], [263.5, 549.5], [263.5, 547.5], [255.5, 547.5], [249.5, 553.5], [249.5, 563.5], [250.5, 565.5], [252.5, 567.5], [254.5, 568.5]]}, "center": {"1-166, T": [291.5, 557.5]}},
{"id": "000141", "name": "Factorio (video game)", "description": "One of the most popular factory simulation games. This artwork includes seven types of science and fish on the belt along with the three types circuits produced in the game.", "links": {"website": ["https://factorio.com"], "subreddit": ["factorio"]}, "path": {"13": [[330.5, 568.5], [330.5, 547.5], [295.5, 547.5], [292.5, 550.5], [263.5, 550.5], [261.5, 547.5], [254.5, 547.5], [254.5, 548.5], [253.5, 548.5], [250.5, 551.5], [250.5, 552.5], [249.5, 552.5], [249.5, 561.5], [255.5, 561.5], [255.5, 568.5]], "4-7": [[255.5, 562.5], [310.5, 562.5], [310.5, 553.5], [255.5, 553.5]], "8-12": [[330.5, 563.5], [330.5, 547.5], [295.5, 547.5], [292.5, 550.5], [263.5, 550.5], [261.5, 547.5], [254.5, 547.5], [254.5, 548.5], [253.5, 548.5], [250.5, 551.5], [250.5, 552.5], [249.5, 552.5], [249.5, 561.5], [255.5, 561.5], [255.5, 563.5]], "14-166, T": [[329.5, 568.5], [329.5, 547.5], [314.5, 547.5], [314.5, 543.5], [298.5, 543.5], [295.5, 548.5], [293.5, 549.5], [263.5, 549.5], [263.5, 547.5], [255.5, 547.5], [249.5, 553.5], [249.5, 563.5], [250.5, 565.5], [252.5, 567.5], [254.5, 568.5]]}, "center": {"13": [299.5, 556.5], "4-7": [283.5, 558.5], "8-12": [305.5, 555.5], "14-166, T": [305.5, 556.5]}},
{"id": "000142", "name": "Giralda Tower", "description": "A Moorish & Christian tower from Seville, one of the most iconic monuments from Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Giralda"], "subreddit": ["Spain"]}, "path": {"56-166, T": [[1335.5, 287.5], [1335.5, 289.5], [1336.5, 289.5], [1336.5, 296.5], [1338.5, 296.5], [1338.5, 295.5], [1338.5, 304.5], [1339.5, 304.5], [1339.5, 307.5], [1332.5, 307.5], [1332.5, 295.5], [1332.5, 296.5], [1333.5, 296.5], [1334.5, 296.5], [1334.5, 289.5], [1335.5, 289.5]]}, "center": {"56-166, T": [1335.5, 300.5]}},
{"id": "000143", "name": "Taylor Swift tribute", "description": "A tribute to singer-songerwriter Taylor Swift. The 13 represents her lucky number, which is particularly referenced in the art she creates. Her initials are below, and the whole is surrounded by a border of colours representing her 9 studio albums (as of r/place 2). A special thank you to our alliances with Lego, WEiTI, Shovel Knight, and FNAF.", "links": {"website": ["https://taylorswift.com"], "subreddit": ["TaylorSwift"]}, "path": {"1-166, T": [[638.5, 294.5], [659.5, 294.5], [660.5, 295.5], [663.5, 295.5], [663.5, 320.5], [638.5, 320.5]]}, "center": {"1-166, T": [650.5, 307.5]}},
{"id": "000144", "name": "Fish Cult tank 2", "description": "a team of people dedicated to making fish on r/place", "links": {"subreddit": ["PlaceFishCult"]}, "path": {"56-166, T": [[1431.5, 935.5], [1429.5, 935.5], [1429.5, 934.5], [1428.5, 934.5], [1427.5, 933.5], [1426.5, 932.5], [1426.5, 931.5], [1425.5, 931.5], [1425.5, 930.5], [1423.5, 930.5], [1421.5, 930.5], [1421.5, 907.5], [1421.5, 906.5], [1450.5, 906.5], [1449.5, 930.5], [1446.5, 930.5], [1446.5, 931.5], [1445.5, 932.5], [1445.5, 931.5], [1444.5, 933.5], [1443.5, 934.5], [1442.5, 934.5], [1442.5, 935.5]]}, "center": {"56-166, T": [1435.5, 920.5]}},
@ -134,7 +134,7 @@
{"id": "000168", "name": "Flag of Norway", "description": "", "links": {"website": ["https://en.wikipedia.org/wiki/Norway"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"1-166, T": [[493.5, 36.5], [215.5, 36.5], [215.5, 95.5], [231.5, 95.5], [231.5, 100.5], [259.5, 100.5], [259.5, 124.5], [268.5, 125.5], [334.5, 124.5], [334.5, 78.5], [400.5, 78.5], [400.5, 124.5], [412.5, 124.5], [412.5, 103.5], [461.5, 103.5], [461.5, 119.5], [475.5, 119.5], [475.5, 103.5], [495.5, 102.5], [494.5, 79.5]]}, "center": {"1-166, T": [352.5, 72.5]}},
{"id": "000169", "name": "The Scream", "description": "A painting by Norwegian artist Edvard Munch.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Scream"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"1-166, T": [[248.5, 41.5], [249.5, 39.5], [269.5, 41.5], [275.5, 39.5], [283.5, 39.5], [286.5, 37.5], [289.5, 37.5], [292.5, 39.5], [294.5, 37.5], [310.5, 37.5], [311.5, 38.5], [305.5, 43.5], [304.5, 46.5], [301.5, 50.5], [301.5, 54.5], [301.5, 58.5], [300.5, 60.5], [298.5, 62.5], [299.5, 66.5], [302.5, 70.5], [305.5, 70.5], [307.5, 74.5], [309.5, 75.5], [309.5, 79.5], [310.5, 80.5], [309.5, 82.5], [308.5, 82.5], [306.5, 83.5], [300.5, 91.5], [255.5, 91.5], [253.5, 87.5], [251.5, 91.5], [245.5, 91.5], [245.5, 87.5], [247.5, 87.5], [247.5, 83.5], [247.5, 74.5], [246.5, 72.5], [247.5, 67.5], [251.5, 61.5], [253.5, 56.5], [253.5, 53.5], [250.5, 47.5], [248.5, 44.5], [248.5, 40.5]]}, "center": {"1-166, T": [277.5, 65.5]}},
{"id": "000171", "name": "Gnome child", "description": "An NPC from the RuneScape who became a meme for its weird, philosophical quotes. It is the mascot of r/dankmemes.", "links": {"website": ["https://knowyourmeme.com/memes/gnome-child"], "subreddit": ["dankmemes", "2007scape"]}, "path": {"1-166, T": [[146.5, 34.5], [137.5, 57.5], [146.5, 71.5], [135.5, 83.5], [138.5, 86.5], [144.5, 82.5], [168.5, 84.5], [168.5, 77.5], [161.5, 71.5], [164.5, 65.5], [164.5, 54.5], [155.5, 43.5], [151.5, 43.5], [150.5, 34.5]]}, "center": {"1-166, T": [152.5, 63.5]}},
{"id": "000173", "name": "Hytale", "description": "Hytale is an upcoming sandbox game by Hypixel Studios. Production began in 2015 by developers from the Minecraft multiplayer server Hypixel with funding and assistance from Riot Games, who later acquired the studio in 2020.", "links": {"website": ["https://hytale.com/"], "subreddit": ["hytaleinfo"]}, "path": {"1-166, T": [[361.5, 613.5], [323.5, 613.5], [323.5, 645.5], [361.5, 645.5]]}, "center": {"1-166, T": [342.5, 629.5]}},
{"id": "000173", "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox RPG developed by Hypixel Studios. Production began in 2015 by developers from the Minecraft multiplayer server Hypixel with funding and assistance from Riot Games, who later acquired the studio in 2020. \n\nThis piece consists of the Hytale logo, a questionable release date, and several characters from the game (A mosshorn, a pigeon, Varyn, a trork, a kweebec, a cactee, Kyros, and Gaia). The effort was started and primarily based within r/HytaleInfo, but it also gained some traction on Twitter. A few of the game's developers also helped out with a number of tiles.\n\nDuring the event r/HytaleInfo was allied with r/Philippines, r/OnePiece, r/Belgium, r/gatech, r/PoliticalCompassMemes, r/Eesti, r/BitCraftOnline, and r/Hypixel.", "links": {"website": ["https://hytale.com/"], "subreddit": ["hytaleinfo"], "discord": ["WSjqdz3"]}, "path": {"1-164, T": [[361.5, 613.5], [323.5, 613.5], [323.5, 645.5], [361.5, 645.5]]}, "center": {"1-164, T": [342.5, 629.5]}},
{"id": "000174", "name": "Truttle1", "description": "An animated Youtube channel dedicated to showcasing esoteric programming languages, old game engines, and other miscellaneous cartoons.", "links": {"website": ["http://truttle1.xyz/"], "subreddit": ["Truttle1"]}, "path": {"56-166, T": [[1849.5, 495.5], [1849.5, 497.5], [1852.5, 497.5], [1854.5, 499.5], [1856.5, 497.5], [1858.5, 499.5], [1859.5, 498.5], [1859.5, 497.5], [1858.5, 495.5], [1857.5, 495.5], [1856.5, 494.5], [1855.5, 494.5], [1853.5, 496.5], [1851.5, 495.5], [1851.5, 494.5], [1852.5, 494.5], [1851.5, 493.5], [1851.5, 492.5], [1850.5, 492.5], [1850.5, 493.5], [1849.5, 494.5], [1850.5, 495.5]]}, "center": {"56-166, T": [1854.5, 496.5]}},
{"id": "000175", "name": "Indomie", "description": "Indomie is an instant noodle brand made by Indonesian company Indofood, which is the largest noodle company in the world. It is very delicious. Beloved product of Indonesia and SEA.\n\nMade with love by the r/Indonesia subreddit. Indomie, seleraku!", "links": {"website": ["https://www.indomie.com/"], "subreddit": ["indonesia"]}, "path": {"109-166, T": [[873.5, 1703.5], [929.5, 1703.5], [929.5, 1724.5], [888.5, 1724.5], [888.5, 1728.5], [873.5, 1728.5]]}, "center": {"109-166, T": [900.5, 1714.5]}},
{"id": "000178", "name": "TUM Logo", "description": "Logo of the Technical University of Munich", "links": {"website": ["https://tum.de"], "subreddit": ["tumunich"]}, "path": {"109-166, T": [[1239.5, 1178.5], [1260.5, 1178.5], [1260.5, 1189.5], [1239.5, 1189.5]]}, "center": {"109-166, T": [1250.5, 1184.5]}},
@ -395,7 +395,7 @@
{"id": "twou88", "name": "Vector Rorschach", "description": "Album art from the progressive metal band Haken's 2018 release, Vector.", "links": {"website": ["https://hakenmusic.com/"], "subreddit": ["haken"]}, "path": {"109-166, T": [[878.5, 1650.5], [890.5, 1650.5], [890.5, 1662.5], [878.5, 1662.5]]}, "center": {"109-166, T": [884.5, 1656.5]}},
{"id": "twotv9", "name": "Union Jack", "description": "Flag of the united kingdom", "links": {"website": ["https://www.royal.uk/union-jack"]}, "path": {"1-166, T": [[671.5, 650.5], [686.5, 650.5], [686.5, 660.5], [671.5, 660.5]]}, "center": {"1-166, T": [679.5, 655.5]}},
{"id": "twotv6", "name": "Maldivian heart", "description": "A small heart for the flag of the island nation of the Maldives.", "links": {"website": ["https://en.wikipedia.org/wiki/Maldives"], "subreddit": ["maldives"]}, "path": {"1-166, T": [[292.5, 197.5], [294.5, 198.5], [295.5, 197.5], [296.5, 197.5], [297.5, 198.5], [297.5, 199.5], [296.5, 200.5], [295.5, 201.5], [294.5, 202.5], [293.5, 201.5], [292.5, 200.5], [291.5, 199.5], [291.5, 198.5]]}, "center": {"1-166, T": [294.5, 199.5]}},
{"id": "twotej", "name": "r/PlacePride-Chile heart", "description": "A heart between r/chile and r/PlacePride at this coordinate was planned multiple times on the r/PlacePride Discord, but it always got cleared right after placing it down.", "links": {"website": ["https://imgur.com/a/cgsVLML"], "subreddit": ["PlacePride", "chile"]}, "path": {"1-166, T": [[420.5, 526.5], [422.5, 526.5], [422.5, 525.5], [423.5, 525.5], [423.5, 524.5], [424.5, 524.5], [424.5, 523.5], [425.5, 523.5], [425.5, 522.5], [426.5, 522.5], [426.5, 520.5], [425.5, 520.5], [425.5, 519.5], [424.5, 519.5], [424.5, 518.5], [423.5, 518.5], [423.5, 519.5], [419.5, 519.5], [419.5, 518.5], [418.5, 518.5], [418.5, 519.5], [417.5, 519.5], [417.5, 520.5], [416.5, 520.5], [416.5, 522.5], [417.5, 522.5], [417.5, 523.5], [418.5, 523.5], [418.5, 524.5], [419.5, 524.5], [419.5, 525.5], [420.5, 525.5]]}, "center": {"1-166, T": [421.5, 522.5]}},
{"id": "twotej", "name": "r/PlacePride-Chile heart", "description": "A heart between r/chile and r/PlacePride at this coordinate was planned multiple times on the r/PlacePride Discord, but it always got cleared right after placing it down.", "links": {"website": ["https://imgur.com/a/cgsVLML"], "subreddit": ["PlacePride", "chile"]}, "path": {"164-166": [[420.5, 526.5], [422.5, 526.5], [422.5, 525.5], [423.5, 525.5], [423.5, 524.5], [424.5, 524.5], [424.5, 523.5], [425.5, 523.5], [425.5, 522.5], [426.5, 522.5], [426.5, 520.5], [425.5, 520.5], [425.5, 519.5], [424.5, 519.5], [424.5, 518.5], [423.5, 518.5], [423.5, 519.5], [419.5, 519.5], [419.5, 518.5], [418.5, 518.5], [418.5, 519.5], [417.5, 519.5], [417.5, 520.5], [416.5, 520.5], [416.5, 522.5], [417.5, 522.5], [417.5, 523.5], [418.5, 523.5], [418.5, 524.5], [419.5, 524.5], [419.5, 525.5], [420.5, 525.5]]}, "center": {"164-166": [421.5, 522.5]}},
{"id": "twot7j", "name": "Challenger Dominiel", "description": "A mascot for a Korean mobile gacha game Epic Seven, developed by Super Creative and published by Smilegate.", "links": {"website": ["https://epic-seven.fandom.com/wiki/Challenger_Dominiel"], "subreddit": ["EpicSeven"]}, "path": {"109-166, T": [[1826.5, 1228.5], [1856.5, 1228.5], [1856.5, 1258.5], [1825.5, 1258.5], [1825.5, 1249.5], [1825.5, 1229.5]]}, "center": {"109-166, T": [1841.5, 1243.5]}},
{"id": "twot7a", "name": "r/haken logo", "description": "The logo for the progressive metal band Haken, along with art from their 2016 album Affinity.", "links": {"website": ["https://hakenmusic.com/"], "subreddit": ["haken"]}, "path": {"109-166, T": [[881.5, 1638.5], [918.5, 1638.5], [918.5, 1650.5], [881.5, 1650.5]]}, "center": {"109-166, T": [900.5, 1644.5]}},
{"id": "twot75", "name": "Fricklet", "description": "The comedically designed main character from the Roblox game Road Tt Gramby's.", "links": {"website": ["https://www.roblox.com/games/5796917097/Road-to-Grambys"]}, "path": {"56-166, T": [[1936.5, 323.5], [1936.5, 333.5], [1953.5, 333.5], [1953.5, 323.5]]}, "center": {"56-166, T": [1945.5, 328.5]}},
@ -474,7 +474,7 @@
{"id": "twnjmz", "name": "Machu Picchu", "description": "One of the seven wonders of the world, located in Peru. There was some conflict over the top and right side of this place. Even when Twitch streamer 'JackManifoldTV' coordinated an unsuccessful attack on this section, r/ukplace, r/Bluey, r/touhou, and r/LibraryOfRuina were unable to reclaim the sections that had been overtaken.", "links": {"website": ["https://machupicchu.gob.pe"], "subreddit": ["PERU"]}, "path": {"1-166, T": [[469.5, 541.5], [571.5, 541.5], [571.5, 557.5], [575.5, 557.5], [575.5, 587.5], [535.5, 587.5], [535.5, 609.5], [535.5, 610.5], [469.5, 610.5]]}, "center": {"1-166, T": [517.5, 572.5]}},
{"id": "twnjl4", "name": "GFG/Sky/AB Alliance", "description": "This group established a white boundary around not only their own art, but all the art in the neighbourhood to stop them from being griefed. Over 200 confirmed users contributed to defending the artwork of all these users until the very last moments of /r/place. Depicted here are:\n\nNot within blue boundary\n-AwardBonanza logo\n-GoForGold logo\n-Mamado\n-6-pixel rainbow\n-EFREI logo\n\nWithin blue boundary (non-Sky)\n-Mokoko Seed\n-EFREI owl\n-Pansexual flag\n-Lemon\n-A TV named Screenie\n-Flower\n\nWithin blue boundary (Sky)\n-Sky logo\n-Butterflies\n-Mantas (3)\n-Crab\n-Moth with candles\n-Krill\n-Jellyfish", "links": {"subreddit": ["AwardBonanza", "efrei", "GoForGold", "lostarkgame", "SkyGame"]}, "path": {"56-166, T": [[1181.5, 346.5], [1205.5, 346.5], [1205.5, 382.5], [1222.5, 382.5], [1222.5, 391.5], [1245.5, 391.5], [1245.5, 398.5], [1205.5, 398.5], [1204.5, 398.5], [1204.5, 401.5], [1191.5, 401.5], [1191.5, 402.5], [1183.5, 402.5], [1183.5, 403.5], [1165.5, 403.5], [1165.5, 407.5], [1155.5, 407.5], [1155.5, 385.5], [1158.5, 385.5], [1158.5, 377.5], [1159.5, 377.5], [1159.5, 376.5], [1161.5, 376.5], [1161.5, 367.5], [1181.5, 367.5]]}, "center": {"56-166, T": [1189.5, 381.5]}},
{"id": "twnj64", "name": "Wings of Fire Logo", "description": "Wings of Fire is a series of children's fantasy novels written by author Tui T. Sutherland.", "links": {"subreddit": ["WingsOfFire"]}, "path": {"56-166, T": [[1053.5, 465.5], [1078.5, 465.5], [1078.5, 498.5], [1053.5, 498.5], [1053.5, 480.5], [1053.5, 472.5]]}, "center": {"56-166, T": [1066.5, 482.5]}},
{"id": "twnj5b", "name": "3D Benchy", "description": "A mural of the 3D Benchy, one of the most popular 3D printer benchmark tests among 3D printer enthusiasts.", "links": {"website": ["https://www.3dbenchy.com/about/"], "subreddit": ["3Dprinting"]}, "path": {"1-166, T": [[289.5, 535.5], [290.5, 535.5], [293.5, 533.5], [300.5, 533.5], [300.5, 539.5], [294.5, 548.5], [292.5, 549.5], [263.5, 549.5], [263.5, 547.5], [260.5, 547.5], [258.5, 545.5], [258.5, 541.5], [261.5, 538.5], [265.5, 542.5], [267.5, 542.5], [267.5, 538.5], [273.5, 538.5], [273.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 517.5], [279.5, 517.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5]]}, "center": {"1-166, T": [281.5, 537.5]}},
{"id": "twnj5b", "name": "3D Benchy", "description": "A mural of the 3D Benchy, one of the most popular 3D printer benchmark tests among 3D printer enthusiasts.", "links": {"website": ["https://www.3dbenchy.com/about/"], "subreddit": ["3Dprinting"]}, "path": {"4-7": [[278.5, 519.5], [283.5, 528.5], [300.5, 528.5], [300.5, 500.5], [292.5, 500.5], [292.5, 505.5], [293.5, 505.5], [293.5, 512.5], [294.5, 512.5], [294.5, 515.5], [287.5, 515.5], [287.5, 519.5]], "8-166, T": [[289.5, 535.5], [290.5, 535.5], [293.5, 533.5], [300.5, 533.5], [300.5, 539.5], [294.5, 548.5], [292.5, 549.5], [263.5, 549.5], [263.5, 547.5], [260.5, 547.5], [258.5, 545.5], [258.5, 541.5], [261.5, 538.5], [265.5, 542.5], [267.5, 542.5], [267.5, 538.5], [273.5, 538.5], [273.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 517.5], [279.5, 517.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5]]}, "center": {"4-7": [293.5, 522.5], "8-166, T": [282.5, 540.5]}},
{"id": "twnil1", "name": "Brams the Cat", "description": "A little ginger cat that was built by a group of his fans", "links": {"subreddit": ["kotbrams"]}, "path": {"109-166, T": [[1529.5, 1512.5], [1529.5, 1508.5], [1526.5, 1505.5], [1528.5, 1503.5], [1530.5, 1499.5], [1531.5, 1498.5], [1531.5, 1497.5], [1535.5, 1500.5], [1540.5, 1500.5], [1542.5, 1497.5], [1543.5, 1500.5], [1544.5, 1503.5], [1545.5, 1504.5], [1547.5, 1505.5], [1542.5, 1509.5], [1543.5, 1512.5]]}, "center": {"109-166, T": [1536.5, 1505.5]}},
{"id": "twnihw", "name": "Geocache", "description": "A traditional geocache overlaid on the Geocaching logo. It is the third generation of geocaches placed on the r/place canvas.", "links": {"website": ["https://geocaching.com"], "subreddit": ["geocaching"]}, "path": {"56-166, T": [[1556.5, 193.5], [1556.5, 204.5], [1568.5, 204.5], [1568.5, 193.5]]}, "center": {"56-166, T": [1562.5, 199.5]}},
{"id": "twni8x", "name": "CLG", "description": "The logo of esports organization Counter Logic Gaming", "links": {"website": ["https://clg.gg"], "subreddit": ["CLG"]}, "path": {"56-166, T": [[1192.5, 892.5], [1198.5, 886.5], [1205.5, 886.5], [1214.5, 888.5], [1221.5, 888.5], [1221.5, 894.5], [1221.5, 896.5], [1208.5, 895.5], [1206.5, 894.5], [1203.5, 894.5], [1201.5, 897.5], [1198.5, 897.5], [1195.5, 895.5], [1192.5, 893.5]]}, "center": {"56-166, T": [1207.5, 891.5]}},
@ -508,7 +508,6 @@
{"id": "twn45x", "name": "Phantom Thieves of Hearts", "description": "The logo of the Phantom Thieves of Hearts, from the game Persona 5.", "links": {"website": ["https://megamitensei.fandom.com/wiki/Phantom_Thieves_of_Hearts"], "subreddit": ["Persona5"]}, "path": {"56-166, T": [[1511.5, 280.5], [1505.5, 280.5], [1505.5, 281.5], [1503.5, 281.5], [1503.5, 282.5], [1499.5, 282.5], [1499.5, 283.5], [1497.5, 283.5], [1497.5, 284.5], [1495.5, 284.5], [1495.5, 286.5], [1494.5, 285.5], [1494.5, 286.5], [1492.5, 286.5], [1492.5, 287.5], [1491.5, 287.5], [1489.5, 289.5], [1487.5, 297.5], [1488.5, 297.5], [1494.5, 302.5], [1497.5, 308.5], [1496.5, 308.5], [1492.5, 309.5], [1491.5, 311.5], [1489.5, 313.5], [1489.5, 318.5], [1497.5, 321.5], [1503.5, 323.5], [1507.5, 322.5], [1511.5, 323.5], [1519.5, 314.5], [1520.5, 314.5], [1526.5, 308.5], [1528.5, 307.5], [1528.5, 303.5], [1531.5, 303.5], [1532.5, 300.5], [1527.5, 295.5], [1527.5, 291.5], [1527.5, 290.5], [1528.5, 290.5], [1528.5, 288.5], [1524.5, 288.5], [1523.5, 291.5], [1519.5, 296.5], [1515.5, 296.5], [1514.5, 296.5], [1514.5, 294.5], [1513.5, 294.5], [1513.5, 288.5], [1514.5, 287.5], [1514.5, 285.5], [1515.5, 285.5], [1515.5, 283.5], [1513.5, 282.5]]}, "center": {"56-166, T": [1507.5, 302.5]}},
{"id": "twn3zy", "name": "Blue Archive and Sporkbot", "description": "Hifumi and Peroro from Blue Archive along with Sporkbot server. And half of the burger.n", "links": {"subreddit": ["BlueArchive"], "discord": ["bluearchive"]}, "path": {"1-166, T": [[136.5, 963.5], [189.5, 963.5], [189.5, 1014.5], [136.5, 1014.5]]}, "center": {"1-166, T": [163.5, 989.5]}},
{"id": "twn3rk", "name": "iPod Classic", "description": "An iPod Classic, used to have an iPod Nano next to it, but it was destroyed.", "links": {"subreddit": ["ipod"], "discord": ["iPod"]}, "path": {"1-166, T": [[855.5, 978.5], [855.5, 989.5], [861.5, 989.5], [861.5, 978.5]]}, "center": {"1-166, T": [858.5, 984.5]}},
{"id": "twn3qv", "name": "Chile", "description": "Chilean flag with depictions of the Andes mountains, the pudú, the condor, red wine, mote con huesillo and the silhouette of the country in the flag", "links": {"website": ["https://en.wikipedia.org/wiki/Chile"], "subreddit": ["chile"]}, "path": {"1-166, T": [[244.5, 450.5], [244.5, 528.5], [250.5, 528.5], [250.5, 542.5], [252.5, 542.5], [253.5, 541.5], [254.5, 541.5], [255.5, 540.5], [258.5, 540.5], [260.5, 538.5], [262.5, 538.5], [266.5, 542.5], [267.5, 541.5], [267.5, 538.5], [273.5, 538.5], [273.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 517.5], [279.5, 517.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5], [289.5, 533.5], [300.5, 533.5], [300.5, 528.5], [421.5, 528.5], [421.5, 450.5]]}, "center": {"1-166, T": [332.5, 490.5]}},
{"id": "twn3ak", "name": "Mate", "description": "Traditional South American, especially Argentinian and Uruguayan, caffeine-rich infused drink.", "links": {"website": ["https://en.wikipedia.org/wiki/Mate_(drink)"], "subreddit": ["argentina"]}, "path": {"56-166, T": [[1083.5, 664.5], [1081.5, 661.5], [1082.5, 656.5], [1087.5, 649.5], [1095.5, 648.5], [1100.5, 643.5], [1104.5, 644.5], [1098.5, 651.5], [1098.5, 653.5], [1102.5, 657.5], [1101.5, 665.5], [1084.5, 665.5]]}, "center": {"56-166, T": [1092.5, 656.5]}},
{"id": "twn35n", "name": "Excalibur", "description": "Excalibur from the game Warframe, a free-to-play third-person shooter massively multiplayer online game developed by Digital Extremes. The symbol to left of him is the Lotus symbol, the trademark symbol of the game.", "links": {"website": ["https://warframe.fandom.com/wiki/Excalibur"], "subreddit": ["Warframe", "place_CentralAlliance"]}, "path": {"109-166, T": [[562.5, 1045.5], [562.5, 1081.5], [590.5, 1081.5], [590.5, 1056.5], [579.5, 1056.5], [579.5, 1045.5]]}, "center": {"109-166, T": [575.5, 1065.5]}},
{"id": "twn2co", "name": "Sonic and Tails", "description": "The first to start its appearance on the canvas was Tails. It had to be remade seven times with different locations according to the r/milesprower community. Finally, r/SonicTheHedgehog came along to reunite the duo together.", "links": {"website": ["https://en.wikipedia.org/wiki/Sonic_the_Hedgehog"], "subreddit": ["milesprower", "SonicTheHedgehog"]}, "path": {"56-166, T": [[1573.5, 354.5], [1606.5, 354.5], [1607.5, 353.5], [1609.5, 354.5], [1609.5, 356.5], [1611.5, 356.5], [1614.5, 359.5], [1619.5, 359.5], [1620.5, 360.5], [1616.5, 363.5], [1615.5, 368.5], [1615.5, 369.5], [1619.5, 370.5], [1625.5, 373.5], [1625.5, 391.5], [1574.5, 391.5], [1574.5, 366.5], [1575.5, 365.5], [1575.5, 364.5], [1574.5, 363.5], [1574.5, 354.5]]}, "center": {"56-166, T": [1598.5, 374.5]}},
@ -788,7 +787,7 @@
{"id": "100463", "name": "Little Big Planet", "description": "r/LittleBigPlanet was created by several dedicated members of the Little Big Planet Union, it includes the well-known Little Big Planet tree, a sackboy face to the right and the r/LittleBigPlanet sub-reddit text below the tree which used to read \"My Little Big Planet\" but was changed due to pixel limitations.", "links": {"website": ["https://littlebigplanet.com/"], "subreddit": ["LittleBigPlanet"]}, "path": {"56-166, T": [[1064.5, 400.5], [1033.5, 400.5], [1033.5, 366.5], [1051.5, 366.5], [1051.5, 373.5], [1062.5, 373.5], [1062.5, 379.5], [1051.5, 379.5], [1051.5, 387.5], [1064.5, 387.5]]}, "center": {"56-166, T": [1046.5, 385.5]}},
{"id": "000464", "name": "Suzyroxx Twitch Streamer", "description": "Suzyroxx is a spanish twitch streamer. She is part of the content creators team of KOI.", "links": {"website": ["https://www.twitch.tv/suzyroxx"]}, "path": {"56-166, T": [[1892.5, 893.5], [1900.5, 893.5], [1900.5, 916.5], [1892.5, 916.5]]}, "center": {"56-166, T": [1896.5, 905.5]}},
{"id": "000465", "name": "Jeb (Kerbal Space Program)", "description": "Jebediah Kerman, the iconic astronaut from the planetary simulator Kerbal Space Program.\n\nBelow Jeb is a representation of the Kerbol System. From left to right these planets are: Kerbol (Sun), Moho (Mercury), Eve (Venus), Kerbin (Earth), Duna (Mars), Jool (Jupiter) and Eeloo (Pluto).", "links": {"website": ["https://www.kerbalspaceprogram.com/"], "subreddit": ["KerbalSpaceProgram"]}, "path": {"56-166, T": [[1493.5, 427.5], [1493.5, 415.5], [1495.5, 415.5], [1495.5, 397.5], [1496.5, 397.5], [1496.5, 394.5], [1497.5, 394.5], [1497.5, 393.5], [1498.5, 393.5], [1498.5, 392.5], [1500.5, 392.5], [1500.5, 391.5], [1507.5, 391.5], [1507.5, 392.5], [1509.5, 392.5], [1509.5, 393.5], [1510.5, 393.5], [1510.5, 394.5], [1511.5, 394.5], [1511.5, 397.5], [1512.5, 397.5], [1512.5, 427.5]]}, "center": {"56-166, T": [1503.5, 410.5]}},
{"id": "000466", "name": "Hytale", "description": "Hytale is an upcoming sandbox game by Hypixel Studios. Production began in 2015 by developers from the Minecraft multiplayer server Hypixel with funding and assistance from Riot Games, who later acquired the studio in 2020.", "links": {"website": ["https://hytale.com/"], "subreddit": ["hytaleinfo"]}, "path": {"56-166, T": [[1521.5, 115.5], [1539.5, 115.5], [1539.5, 118.5], [1538.5, 119.5], [1538.5, 138.5], [1531.5, 142.5], [1530.5, 142.5], [1528.5, 137.5], [1523.5, 135.5], [1523.5, 118.5]]}, "center": {"56-166, T": [1531.5, 127.5]}},
{"id": "000466", "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox RPG developed by Hypixel Studios. Production began in 2015 by developers from the Minecraft multiplayer server Hypixel with funding and assistance from Riot Games, who later acquired the studio in 2020. \n\nThis second piece consists of the H in Hytale's logo. The effort was started and primarily based within r/HytaleInfo, but it also gained some traction on Twitter. A few of the game's developers also helped out with a number of tiles.\n\nDuring the event r/HytaleInfo was allied with r/Philippines, r/OnePiece, r/Belgium, r/gatech, r/PoliticalCompassMemes, r/Eesti, r/BitCraftOnline, and r/Hypixel.", "links": {"website": ["https://hytale.com/"], "subreddit": ["hytaleinfo"], "discord": ["WSjqdz3"]}, "path": {"56-164, T": [[1521.5, 115.5], [1539.5, 115.5], [1539.5, 118.5], [1538.5, 119.5], [1538.5, 138.5], [1531.5, 142.5], [1530.5, 142.5], [1528.5, 137.5], [1523.5, 135.5], [1523.5, 118.5]]}, "center": {"56-164, T": [1531.5, 127.5]}},
{"id": "000467", "name": "MechWarrior Timber Wolf (Mad Cat)", "description": "A depiction of a Timber Wolf (Mad Cat) from MechWarrior and BattleTech.\n\nBased on the .exe icon for MechWarrior 3, and the explosion background on the MechWarrior 2 box art.", "links": {"subreddit": ["MechWarrior"]}, "path": {"56-166, T": [[1339.5, 522.5], [1339.5, 543.5], [1357.5, 543.5], [1357.5, 522.5]]}, "center": {"56-166, T": [1348.5, 533.5]}},
{"id": "000469", "name": "Modrinth", "description": "The logo for Modrinth, the open source modding platform.", "links": {"website": ["https://modrinth.com"]}, "path": {"1-166, T": [[727.5, 646.5], [727.5, 645.5], [726.5, 645.5], [726.5, 644.5], [725.5, 644.5], [725.5, 639.5], [726.5, 639.5], [726.5, 638.5], [727.5, 638.5], [727.5, 637.5], [732.5, 637.5], [732.5, 638.5], [733.5, 638.5], [733.5, 639.5], [734.5, 639.5], [734.5, 644.5], [733.5, 644.5], [733.5, 645.5], [732.5, 645.5], [732.5, 646.5]]}, "center": {"1-166, T": [730.5, 642.5]}},
{"id": "000470", "name": "Gem Galaxies", "description": "Gem Galaxies is a game on Roblox inspired by Steven Universe that is dedicated to role-playing. The symbol that was created is of their diamond insignia.", "links": {"website": ["https://www.roblox.com/games/273326777/Gem-Galaxies"]}, "path": {"56-166, T": [[1255.5, 891.5], [1250.5, 898.5], [1251.5, 899.5], [1255.5, 900.5], [1261.5, 899.5], [1256.5, 892.5]]}, "center": {"56-166, T": [1255.5, 897.5]}},
@ -967,7 +966,7 @@
{"id": "twr8c9", "name": "Spike Spiegel", "description": "Spike Spiegel is a character from the 1998 anime Cowboy Bebop.", "links": {"website": ["https://en.wikipedia.org/wiki/Spike_Spiegel"], "subreddit": ["cowboybebop"]}, "path": {"109-166, T": [[1226.5, 1492.5], [1227.5, 1492.5], [1227.5, 1491.5], [1284.5, 1491.5], [1284.5, 1492.5], [1285.5, 1492.5], [1285.5, 1505.5], [1286.5, 1504.5], [1287.5, 1505.5], [1286.5, 1506.5], [1285.5, 1507.5], [1285.5, 1607.5], [1284.5, 1607.5], [1284.5, 1608.5], [1227.5, 1608.5], [1227.5, 1607.5], [1226.5, 1607.5], [1226.5, 1585.5], [1227.5, 1584.5], [1228.5, 1583.5], [1229.5, 1582.5], [1230.5, 1582.5], [1230.5, 1580.5], [1227.5, 1580.5], [1226.5, 1581.5], [1226.5, 1567.5], [1225.5, 1566.5], [1224.5, 1564.5], [1223.5, 1562.5], [1222.5, 1561.5], [1221.5, 1561.5], [1220.5, 1561.5], [1219.5, 1560.5], [1218.5, 1559.5], [1217.5, 1558.5], [1216.5, 1557.5], [1215.5, 1556.5], [1214.5, 1555.5], [1213.5, 1554.5], [1212.5, 1553.5], [1213.5, 1552.5], [1212.5, 1551.5], [1211.5, 1552.5], [1210.5, 1551.5], [1209.5, 1550.5], [1208.5, 1549.5], [1208.5, 1548.5], [1207.5, 1548.5], [1206.5, 1547.5], [1206.5, 1546.5], [1205.5, 1546.5], [1204.5, 1545.5], [1204.5, 1544.5], [1201.5, 1544.5], [1201.5, 1542.5], [1200.5, 1541.5], [1199.5, 1542.5], [1198.5, 1541.5], [1199.5, 1540.5], [1197.5, 1540.5], [1196.5, 1539.5], [1194.5, 1539.5], [1194.5, 1538.5], [1193.5, 1537.5], [1190.5, 1537.5], [1190.5, 1535.5], [1188.5, 1535.5], [1188.5, 1533.5], [1187.5, 1532.5], [1186.5, 1531.5], [1187.5, 1530.5], [1186.5, 1529.5], [1185.5, 1529.5], [1184.5, 1530.5], [1184.5, 1531.5], [1185.5, 1532.5], [1184.5, 1533.5], [1183.5, 1533.5], [1182.5, 1532.5], [1181.5, 1533.5], [1182.5, 1534.5], [1181.5, 1535.5], [1180.5, 1536.5], [1178.5, 1536.5], [1177.5, 1537.5], [1176.5, 1536.5], [1175.5, 1535.5], [1174.5, 1534.5], [1172.5, 1534.5], [1171.5, 1533.5], [1171.5, 1530.5], [1172.5, 1530.5], [1172.5, 1527.5], [1171.5, 1526.5], [1170.5, 1525.5], [1169.5, 1524.5], [1168.5, 1523.5], [1168.5, 1520.5], [1167.5, 1521.5], [1166.5, 1520.5], [1167.5, 1519.5], [1169.5, 1518.5], [1170.5, 1518.5], [1171.5, 1517.5], [1172.5, 1516.5], [1173.5, 1515.5], [1174.5, 1514.5], [1175.5, 1513.5], [1177.5, 1513.5], [1178.5, 1512.5], [1179.5, 1511.5], [1180.5, 1510.5], [1181.5, 1510.5], [1182.5, 1509.5], [1183.5, 1509.5], [1184.5, 1508.5], [1185.5, 1507.5], [1189.5, 1507.5], [1190.5, 1506.5], [1191.5, 1506.5], [1192.5, 1505.5], [1193.5, 1506.5], [1194.5, 1505.5], [1196.5, 1504.5], [1196.5, 1505.5], [1197.5, 1506.5], [1198.5, 1507.5], [1199.5, 1507.5], [1200.5, 1506.5], [1201.5, 1507.5], [1201.5, 1508.5], [1204.5, 1508.5], [1204.5, 1509.5], [1205.5, 1510.5], [1206.5, 1509.5], [1207.5, 1510.5], [1208.5, 1511.5], [1209.5, 1512.5], [1210.5, 1513.5], [1211.5, 1513.5], [1212.5, 1514.5], [1212.5, 1515.5], [1213.5, 1516.5], [1214.5, 1516.5], [1215.5, 1516.5], [1215.5, 1517.5], [1217.5, 1517.5], [1217.5, 1518.5], [1218.5, 1519.5], [1219.5, 1519.5], [1219.5, 1520.5], [1219.5, 1524.5], [1218.5, 1525.5], [1217.5, 1526.5], [1216.5, 1526.5], [1216.5, 1527.5], [1215.5, 1528.5], [1214.5, 1528.5], [1214.5, 1529.5], [1213.5, 1530.5], [1213.5, 1533.5], [1212.5, 1533.5], [1211.5, 1534.5], [1211.5, 1535.5], [1210.5, 1536.5], [1211.5, 1537.5], [1211.5, 1540.5], [1212.5, 1541.5], [1212.5, 1542.5], [1213.5, 1543.5], [1213.5, 1545.5], [1214.5, 1546.5], [1215.5, 1545.5], [1216.5, 1546.5], [1216.5, 1547.5], [1217.5, 1547.5], [1218.5, 1549.5], [1219.5, 1550.5], [1219.5, 1551.5], [1220.5, 1552.5], [1220.5, 1553.5], [1221.5, 1554.5], [1221.5, 1555.5], [1222.5, 1556.5], [1222.5, 1558.5], [1222.5, 1559.5], [1224.5, 1559.5], [1223.5, 1556.5], [1223.5, 1551.5], [1222.5, 1550.5], [1221.5, 1549.5], [1220.5, 1548.5], [1219.5, 1546.5], [1218.5, 1547.5], [1217.5, 1546.5], [1216.5, 1545.5], [1216.5, 1543.5], [1215.5, 1542.5], [1214.5, 1542.5], [1213.5, 1540.5], [1212.5, 1539.5], [1212.5, 1537.5], [1214.5, 1537.5], [1213.5, 1536.5], [1213.5, 1534.5], [1214.5, 1534.5], [1215.5, 1532.5], [1216.5, 1532.5], [1215.5, 1531.5], [1216.5, 1530.5], [1217.5, 1530.5], [1217.5, 1527.5], [1218.5, 1527.5], [1218.5, 1525.5], [1219.5, 1525.5], [1220.5, 1524.5], [1220.5, 1521.5], [1222.5, 1521.5], [1223.5, 1520.5], [1224.5, 1519.5], [1225.5, 1519.5], [1225.5, 1513.5], [1226.5, 1513.5]]}, "center": {"109-166, T": [1245.5, 1545.5]}},
{"id": "twr84w", "name": "Mini Mando", "description": "Hidden in amongst the cell community, a mandalorian helmet was built in memorial of another piece of artwork that was destroyed by raids. The colour was changed to those of the non-binary flag in solidarity with the surrounding cells.", "links": {}, "path": {"56-166, T": [[1618.5, 196.5], [1619.5, 196.5], [1625.5, 196.5], [1625.5, 204.5], [1618.5, 204.5]]}, "center": {"56-166, T": [1622.5, 200.5]}},
{"id": "twr83d", "name": "Felps", "description": "Felps is a brazilian streamer, he loves the '-' face", "links": {"website": ["https://www.twitch.com/felps"], "subreddit": ["felps"]}, "path": {"109-166, T": [[1679.5, 1918.5], [1648.5, 1918.5], [1648.5, 1938.5], [1679.5, 1938.5]]}, "center": {"109-166, T": [1664.5, 1928.5]}},
{"id": "twr7ui", "name": "UBC Logo", "description": "Logo of the University of British Columbia, a public research university with campuses in Vancouver and in Kelowna, British Columbia, Canada.", "links": {"website": ["https://www.ubc.ca/"], "subreddit": ["UBC"]}, "path": {"1-166, T": [[193.5, 553.5], [193.5, 528.5], [175.5, 528.5], [175.5, 553.5]]}, "center": {"1-166, T": [184.5, 541.5]}},
{"id": "twr7ui", "name": "UBC Logo", "description": "Logo of the University of British Columbia, a public research university with campuses in Vancouver and in Kelowna, British Columbia, Canada.", "links": {"website": ["https://www.ubc.ca/"], "subreddit": ["UBC"]}, "path": {"10-151": [[175.5, 552.5], [193.5, 552.5], [193.5, 528.5], [175.5, 528.5]], "6-9": [[193.5, 528.5], [175.5, 528.5], [175.5, 552.5], [186.5, 552.5], [191.5, 547.5], [193.5, 547.5]], "152-166, T": [[193.5, 553.5], [193.5, 528.5], [175.5, 528.5], [175.5, 553.5]]}, "center": {"10-151": [184.5, 540.5], "6-9": [184.5, 540.5], "152-166, T": [184.5, 541.5]}},
{"id": "twr7u0", "name": "Flag of Germany", "description": "The original German flag on r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany"], "subreddit": ["placeDE"]}, "path": {"1-166, T": [[0.5, 873.5], [297.5, 873.5], [297.5, 868.5], [448.5, 868.5], [448.5, 866.5], [772.5, 866.5], [772.5, 838.5], [670.5, 838.5], [670.5, 843.5], [571.5, 843.5], [571.5, 829.5], [0.5, 829.5]]}, "center": {"1-166, T": [347.5, 850.5]}},
{"id": "twr7ta", "name": "Suriname heart", "description": "A small heart of the Suriname flag, made by the Dutch community. The Netherlands has a large Surinamese population.", "links": {"website": ["https://en.wikipedia.org/wiki/Suriname"], "subreddit": ["PlaceNL"]}, "path": {"1-166, T": [[357.5, 33.5], [358.5, 33.5], [359.5, 34.5], [360.5, 33.5], [361.5, 33.5], [362.5, 34.5], [362.5, 35.5], [362.5, 36.5], [361.5, 37.5], [360.5, 38.5], [359.5, 39.5], [358.5, 38.5], [357.5, 37.5], [356.5, 36.5], [356.5, 35.5], [356.5, 34.5]]}, "center": {"1-166, T": [359.5, 35.5]}},
{"id": "twr7jt", "name": "Zombie Face (Unturned)", "description": "The iconic face of a zombie from Unturned. This face doubles as the game's main logo.", "links": {"website": ["https://store.steampowered.com/app/304930/Unturned/"], "subreddit": ["unturned"]}, "path": {"1-166, T": [[661.5, 574.5], [678.5, 574.5], [678.5, 591.5], [661.5, 591.5]]}, "center": {"1-166, T": [670.5, 583.5]}},
@ -1472,7 +1471,7 @@
{"id": "twto6q", "name": "Douglas Adams", "description": "This is the artwork of r/douglasadams, a subreddit in honor of the work of the author of the hitchhiker's guide to the galaxy.\n\nHere we see the sperm whale and bowl of petunias that are improbably summoned to their death many kilometers above a planet, with humorous exchange.\n\nAlso, the words don't panic, written in large friendly letters, which is supposed to be written on the book 'in universe'.\n\nAnd finally, the number 42, the mis-calculated answer to the question of what is the point of life, the universe, and everything, by the giant computer 'Earth'.", "links": {"subreddit": ["douglasadams"]}, "path": {"56-166, T": [[1390.5, 217.5], [1390.5, 244.5], [1437.5, 244.5], [1437.5, 217.5]]}, "center": {"56-166, T": [1414.5, 231.5]}},
{"id": "twtnt2", "name": "Red Bull Racing", "description": "Red Bull Racing Formula 1 team.", "links": {"website": ["https://en.wikipedia.org/wiki/Red_Bull_Racing"], "subreddit": ["formula1"]}, "path": {"1-166, T": [[467.5, 769.5], [486.5, 769.5], [486.5, 796.5], [467.5, 795.5]]}, "center": {"1-166, T": [477.5, 782.5]}},
{"id": "twtnrs", "name": "Tribute to Zafinho", "description": "French twitter users paid tribute to the late Zafinho", "links": {"website": ["https://twitter.com/zafinho"]}, "path": {"109-166, T": [[916.5, 1494.5], [947.5, 1494.5], [947.5, 1506.5], [916.5, 1506.5]]}, "center": {"109-166, T": [932.5, 1500.5]}},
{"id": "twtnld", "name": "The Son of Man", "description": "The Son of Man (French: Le fils de l'homme) is a 1964 painting by the Belgian surrealist painter René Magritte.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Son_of_Man"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"1-166, T": [[311.5, 569.5], [328.5, 569.5], [328.5, 586.5], [311.5, 586.5]]}, "center": {"1-166, T": [320.5, 578.5]}},
{"id": "twtnld", "name": "The Son of Man", "description": "The Son of Man (French: Le fils de l'homme) is a 1964 painting by the Belgian surrealist painter René Magritte.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Son_of_Man"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"99-166, T": [[311.5, 569.5], [328.5, 569.5], [328.5, 586.5], [311.5, 586.5]]}, "center": {"99-166, T": [320.5, 578.5]}},
{"id": "twtnkd", "name": "the Batman logo", "description": "the logo used by the DS superhero Batman.", "links": {"website": ["https://www.dccomics.com/characters/batman"], "subreddit": ["Batman"]}, "path": {"109-166, T": [[686.5, 1302.5], [686.5, 1315.5], [700.5, 1315.5], [700.5, 1302.5], [694.5, 1302.5], [693.5, 1301.5], [692.5, 1302.5]]}, "center": {"109-166, T": [693.5, 1308.5]}},
{"id": "twtndq", "name": "Okabe Rintarō", "description": "Okabe \"Okarin\" Rintarō (岡部 倫太郎), nicknamed Hououin Kyouma (鳳凰院凶真), is the main character of Steins;Gate, an anime and visual novel series. He is a self-proclaimed mad scientist and the founder of Future Gadget Lab.", "links": {"website": ["https://en.wikipedia.org/wiki/Rintaro_Okabe"], "subreddit": ["steinsplace"]}, "path": {"109-166, T": [[498.5, 1923.5], [498.5, 1922.5], [497.5, 1921.5], [498.5, 1920.5], [500.5, 1919.5], [502.5, 1918.5], [506.5, 1913.5], [506.5, 1911.5], [501.5, 1902.5], [501.5, 1900.5], [500.5, 1900.5], [497.5, 1897.5], [498.5, 1894.5], [496.5, 1892.5], [498.5, 1890.5], [498.5, 1884.5], [501.5, 1884.5], [504.5, 1881.5], [511.5, 1881.5], [512.5, 1880.5], [515.5, 1880.5], [517.5, 1881.5], [520.5, 1882.5], [521.5, 1884.5], [523.5, 1884.5], [523.5, 1887.5], [524.5, 1888.5], [524.5, 1890.5], [525.5, 1891.5], [524.5, 1892.5], [524.5, 1896.5], [523.5, 1899.5], [523.5, 1900.5], [521.5, 1902.5], [522.5, 1904.5], [520.5, 1905.5], [521.5, 1907.5], [525.5, 1913.5], [530.5, 1915.5], [533.5, 1917.5], [534.5, 1918.5], [534.5, 1922.5], [530.5, 1926.5], [528.5, 1927.5], [502.5, 1927.5]]}, "center": {"109-166, T": [513.5, 1905.5]}},
{"id": "twtndh", "name": "L'manburg flag", "description": "A flag dedicated to remembering the country of L'manburg (formed by Wilbur Soot) from the Minecraft server known as the Dream SMP (survival multiplayer).", "links": {"website": ["https://Discord.gg/25j3Cxnvjt"], "subreddit": ["lmanburgplace", "wilbursoot", "dreamsmp"]}, "path": {"1-166, T": [[106.5, 147.5], [134.5, 145.5], [133.5, 165.5], [109.5, 165.5], [106.5, 167.5]]}, "center": {"1-166, T": [120.5, 155.5]}},
@ -1636,7 +1635,7 @@
{"id": "twt0yo", "name": "German oak", "description": "Collaboration between r/placetrees and r/placeDE to build the German national tree. Initiated by u/GladOSkar. Went through many modifications", "links": {"website": ["https://en.wikipedia.org/wiki/Oak"], "subreddit": ["placetrees", "placeDE"]}, "path": {"56-166, T": [[1247.5, 868.5], [1249.5, 864.5], [1249.5, 859.5], [1247.5, 858.5], [1247.5, 860.5], [1248.5, 860.5], [1248.5, 864.5], [1244.5, 864.5], [1244.5, 860.5], [1245.5, 860.5], [1245.5, 858.5], [1240.5, 856.5], [1237.5, 852.5], [1235.5, 848.5], [1236.5, 844.5], [1239.5, 842.5], [1238.5, 841.5], [1240.5, 839.5], [1241.5, 840.5], [1247.5, 835.5], [1250.5, 835.5], [1253.5, 832.5], [1256.5, 832.5], [1258.5, 834.5], [1264.5, 837.5], [1267.5, 840.5], [1273.5, 844.5], [1273.5, 847.5], [1270.5, 852.5], [1270.5, 854.5], [1267.5, 857.5], [1264.5, 858.5], [1261.5, 859.5], [1259.5, 859.5], [1258.5, 859.5], [1258.5, 863.5], [1260.5, 867.5], [1262.5, 868.5], [1244.5, 868.5]]}, "center": {"56-166, T": [1254.5, 849.5]}},
{"id": "twt0sr", "name": "alt:V Multiplayer for GTA V", "description": "A free alternative multiplayer client for Grand Theft Auto V. The client provides perfect synchronization on custom dedicated servers. Play with your friends and make your own gamemodes with JavaScript, C#, and much more.", "links": {"website": ["https://altv.mp"], "subreddit": ["altv"]}, "path": {"109-166, T": [[469.5, 1395.5], [576.5, 1395.5], [576.5, 1407.5], [543.5, 1409.5], [544.5, 1415.5], [531.5, 1415.5], [531.5, 1419.5], [531.5, 1424.5], [498.5, 1424.5], [498.5, 1416.5], [476.5, 1415.5], [476.5, 1410.5], [473.5, 1409.5], [472.5, 1403.5], [469.5, 1399.5], [468.5, 1395.5]]}, "center": {"109-166, T": [519.5, 1406.5]}},
{"id": "twt0qe", "name": "Team Vanadium", "description": "A group of French friends and former Counter-Strike: Global Offensive team that battled over a small area on the last day to be part of the history of Reddit for the next five years.", "links": {}, "path": {"56-166, T": [[1460.5, 796.5], [1460.5, 804.5], [1486.5, 804.5], [1486.5, 796.5]]}, "center": {"56-166, T": [1473.5, 800.5]}},
{"id": "twt0l3", "name": "Overwatch League", "description": "Logo of the Overwatch League (OWL), a professional esports league for the video game Overwatch. Created by /r/CompetitiveOverwatch, the de facto official subreddit for the Overwatch competitive scene.", "links": {"website": ["https://overwatchleague.com/en-us/"], "subreddit": ["CompetitiveOverwatch"]}, "path": {"56-166, T": [[1803.5, 131.5], [1817.5, 131.5], [1817.5, 139.5], [1803.5, 139.5]]}, "center": {"56-166, T": [1810.5, 135.5]}},
{"id": "twt0l3", "name": "Overwatch League", "description": "Logo of the Overwatch League (OWL), a professional esports league for the video game Overwatch. Created by /r/CompetitiveOverwatch, the de facto official subreddit for the Overwatch competitive scene.", "links": {"website": ["https://overwatchleague.com/en-us/"], "subreddit": ["CompetitiveOverwatch"]}, "path": {"57-85": [[1803.5, 140.5], [1803.5, 130.5], [1789.5, 130.5], [1789.5, 140.5]], "3-7": [[210.5, 585.5], [227.5, 585.5], [227.5, 573.5], [210.5, 573.5]], "89-166, T": [[1802.5, 140.5], [1818.5, 140.5], [1818.5, 130.5], [1802.5, 130.5]]}, "center": {"57-85": [1796.5, 135.5], "3-7": [219.5, 579.5], "89-166, T": [1810.5, 135.5]}},
{"id": "twt0a9", "name": "Defqon.1 Logo", "description": "Defqon.1 Weekend Festival is an annual music festival held in the Netherlands. nMade by r/Hardstyle", "links": {"subreddit": ["Hardstyle"]}, "path": {"109-166, T": [[1025.5, 1644.5], [1017.5, 1621.5], [1009.5, 1633.5], [1008.5, 1653.5], [1025.5, 1652.5], [1025.5, 1642.5]]}, "center": {"109-166, T": [1016.5, 1640.5]}},
{"id": "twt00k", "name": "Cookie☆", "description": "Cookie☆, DIYUSI, bitnameRU on BB, 1919, broken heart, いいよ(来いよ)", "links": {"discord": ["creatura"]}, "path": {"109-166, T": [[752.5, 1670.5], [752.5, 1682.5], [749.5, 1685.5], [749.5, 1693.5], [751.5, 1694.5], [756.5, 1695.5], [760.5, 1703.5], [760.5, 1712.5], [787.5, 1712.5], [787.5, 1677.5], [781.5, 1670.5]]}, "center": {"109-166, T": [770.5, 1690.5]}},
{"id": "twszc0", "name": "Bamse", "description": "A Swedish cartoon character who teaches children about the virtues of being kind.", "links": {"website": ["https://en.wikipedia.org/wiki/Bamse"], "subreddit": ["place_nordicunion", "Sweden"]}, "path": {"1-166, T": [[877.5, 69.5], [869.5, 69.5], [861.5, 69.5], [860.5, 87.5], [880.5, 87.5], [880.5, 70.5]]}, "center": {"1-166, T": [870.5, 78.5]}},
@ -1878,7 +1877,7 @@
{"id": "twu9t8", "name": "Saint Mary's University", "description": "Saint Mary's university is a public university in Nova Scotia, Canada, with over 7,000 students attending each year.", "links": {"website": ["https://smu.ca"], "subreddit": ["SMUHalifax"]}, "path": {"109-166, T": [[520.5, 1944.5], [520.5, 1949.5], [533.5, 1949.5], [533.5, 1944.5]]}, "center": {"109-166, T": [527.5, 1947.5]}},
{"id": "twu9po", "name": "Polkadot Stingray Bibi", "description": "Bibi the cat mascot from J-Rock band Polkadot Stingray.", "links": {"website": ["https://polkadot-stingray.jp/"], "subreddit": ["PolkaDotStingray"]}, "path": {"109-166, T": [[1147.5, 1705.5], [1155.5, 1705.5], [1155.5, 1712.5], [1147.5, 1712.5], [1147.5, 1705.5], [1155.5, 1705.5]]}, "center": {"109-166, T": [1151.5, 1709.5]}},
{"id": "twu9mw", "name": "La Mano", "description": "The logo of La Mano, the famous fictional gang of Los Santos in the French Grand Theft Auto V role-play server 21jumpclick. Led by the famous Twitch streamer Alexclick, alias of Miguel Rodriguez. Punchline: 'Ma ville, mes règles.'", "links": {"website": ["https://21jumpclick.fr/"]}, "path": {"109-166, T": [[1301.5, 1917.5], [1333.5, 1917.5], [1332.5, 1948.5], [1300.5, 1949.5]]}, "center": {"109-166, T": [1316.5, 1933.5]}},
{"id": "twu980", "name": "Rochester Institute of Technology", "description": "The Rochester Institute of Technology (RIT) is a technology institute in the suburbs of Rochester, New York. Pictured alongside is RITchie, the tiger mascot for the for the university's sports teams.", "links": {"website": ["https://www.rit.edu/"], "subreddit": ["rit"]}, "path": {"1-166, T": [[314.5, 528.5], [329.5, 528.5], [329.5, 547.5], [314.5, 547.5]]}, "center": {"1-166, T": [322.5, 538.5]}},
{"id": "twu980", "name": "Rochester Institute of Technology", "description": "The Rochester Institute of Technology (RIT) is a technology institute in the suburbs of Rochester, New York. Pictured alongside is RITchie, the tiger mascot for the for the university's sports teams.", "links": {"website": ["https://www.rit.edu/"], "subreddit": ["rit"]}, "path": {"7-13": [[309.5, 547.5], [321.5, 547.5], [321.5, 539.5], [309.5, 539.5]], "14-21": [[314.5, 547.5], [329.5, 547.5], [329.5, 539.5], [314.5, 539.5]], "22-166, T": [[314.5, 528.5], [329.5, 528.5], [329.5, 547.5], [314.5, 547.5]]}, "center": {"7-13": [315.5, 543.5], "14-21": [322.5, 543.5], "22-166, T": [322.5, 538.5]}},
{"id": "twu94y", "name": "Rainbow Road", "description": "", "links": {"subreddit": ["ainbowroad"]}, "path": {"56-166, T": [[1545.5, 279.5], [1525.5, 293.5], [1532.5, 303.5], [1511.5, 323.5], [1504.5, 324.5], [1516.5, 326.5], [1516.5, 353.5], [1526.5, 360.5], [1526.5, 352.5], [1551.5, 352.5], [1551.5, 334.5], [1571.5, 336.5], [1570.5, 319.5], [1575.5, 318.5], [1574.5, 297.5], [1581.5, 297.5], [1582.5, 307.5], [1595.5, 308.5], [1595.5, 279.5], [1632.5, 280.5], [1615.5, 267.5], [1597.5, 268.5], [1598.5, 275.5], [1551.5, 274.5], [1552.5, 281.5], [1545.5, 280.5]]}, "center": {"56-166, T": [1556.5, 308.5]}},
{"id": "twu94a", "name": "RvNxMango", "description": "RvNxMango (a.k.a. Lukas), one of the rare Twitch.tv representatives from the German community supporting /r/placeDE.", "links": {"website": ["https://twitch.tv/rvnxmango"], "subreddit": ["rvnxmango", "placeDE"]}, "path": {"1-166, T": [[737.5, 648.5], [760.5, 648.5], [760.5, 652.5], [737.5, 652.5]]}, "center": {"1-166, T": [749.5, 650.5]}},
{"id": "twu909", "name": "BMO from Adventure Time", "description": "The lovable little robot from the Cartoon Network show Adventure Time", "links": {"subreddit": ["AdventureTime"]}, "path": {"1-166, T": [[167.5, 56.5], [177.5, 56.5], [178.5, 70.5], [166.5, 69.5], [166.5, 56.5]]}, "center": {"1-166, T": [172.5, 63.5]}},
@ -1916,7 +1915,7 @@
{"id": "twu4t3", "name": "Andalusian Flag", "description": "Autonomous community of Spain. Bedge is doing siesta.", "links": {"subreddit": ["Andalucia"]}, "path": {"109-166, T": [[1332.5, 999.5], [1332.5, 1042.5], [1402.5, 1043.5], [1402.5, 999.5]]}, "center": {"109-166, T": [1367.5, 1021.5]}},
{"id": "twl492", "name": "FlareWheeze", "description": "An emote from the Hololive fan Discord server, featuring 不知火フレア (Shiranui Flare), member of the 3rd generation Hololive's Japan branch, well-known for her wheezing laugh, wheezing and headpatting yagoo.\n\nThe hearts around her represent her and her gen. mates (VTubers who debuted with her):\n\nShiranui Flare (orange heart)\nUsada Pekora (blue heart with rabbit ears)\nShirogane Noel (silver heart)\nHoushou Marine (red heart)\nUruha Rushia (green heart)\n\nArt source: https://twitter.com/Kiel_adair/status/1448446466935037952", "links": {"subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"56-166, T": [[1366.5, 870.5], [1402.5, 870.5], [1402.5, 901.5], [1395.5, 901.5], [1393.5, 899.5], [1388.5, 899.5], [1388.5, 901.5], [1376.5, 901.5], [1376.5, 904.5], [1377.5, 904.5], [1377.5, 905.5], [1378.5, 905.5], [1378.5, 908.5], [1377.5, 908.5], [1377.5, 909.5], [1376.5, 909.5], [1376.5, 908.5], [1372.5, 908.5], [1372.5, 904.5], [1371.5, 904.5], [1370.5, 893.5], [1366.5, 895.5]]}, "center": {"56-166, T": [1384.5, 886.5]}},
{"id": "twwjcz", "name": "Amber's bow", "description": "A red bow as a small reference to the bow the character Amber from the game Genshin Impact normally wears on her head (rebuilt by the Belgian community after their flag expansion bulldozed a previous instance).", "links": {"website": ["https://genshin-impact.fandom.com/wiki/Amber"], "subreddit": ["ambermains"]}, "path": {"109-166, T": [[1318.5, 1737.5], [1312.5, 1733.5], [1313.5, 1727.5], [1318.5, 1727.5], [1322.5, 1732.5], [1328.5, 1729.5], [1331.5, 1729.5], [1330.5, 1734.5], [1329.5, 1736.5], [1324.5, 1738.5]]}, "center": {"109-166, T": [1321.5, 1733.5]}},
{"id": "twwj6t", "name": "Every Child Matters", "description": "Phrase/movement used to spread awareness and action of the mass unmarked graves of over 1,000 indigenous children recently discovered in Canada.", "links": {"website": ["https://www.rcrg.org/every-child-matters"], "subreddit": ["placecanada", "canada"]}, "path": {"1-166, T": [[226.5, 547.5], [226.5, 528.5], [193.5, 528.5], [193.5, 547.5]]}, "center": {"1-166, T": [210.5, 538.5]}},
{"id": "twwj6t", "name": "Every Child Matters", "description": "Phrase/movement used to spread awareness and action of the mass unmarked graves of over 1,000 indigenous children recently discovered in Canada.", "links": {"website": ["https://www.rcrg.org/every-child-matters"], "subreddit": ["placecanada", "canada"]}, "path": {"4-166, T": [[226.5, 547.5], [226.5, 528.5], [193.5, 528.5], [193.5, 547.5]]}, "center": {"4-166, T": [210.5, 538.5]}},
{"id": "twwj0h", "name": "Irmão do Jorel", "description": "Irmão do Jorel (Jorel's Brother) is the main character of the Brazilian animated TV series of the same name. The series debuted on September, 2014.", "links": {"website": ["https://www.cartoonnetwork.com.br/show/irmao-do-jorel"], "subreddit": ["brasil"]}, "path": {"109-166, T": [[1414.5, 1779.5], [1422.5, 1779.5], [1420.5, 1776.5], [1422.5, 1775.5], [1420.5, 1772.5], [1424.5, 1771.5], [1426.5, 1766.5], [1425.5, 1762.5], [1422.5, 1758.5], [1413.5, 1757.5], [1409.5, 1763.5], [1408.5, 1768.5], [1411.5, 1771.5], [1414.5, 1773.5], [1412.5, 1774.5], [1414.5, 1777.5], [1413.5, 1778.5]]}, "center": {"109-166, T": [1417.5, 1767.5]}},
{"id": "twwiwr", "name": "TKI-3 Opener", "description": "A recreation of the Tetris TKI-3 Opener, created by the Placetris community in conjunction with the Gacha Alliance. The TKI-3 is a very popular opener due to its ease of use, flexibility, and wide range of follow-up options. Created by the DS player TKI, the TKI-3 opener allows for a T-Spin Double (TSD) to be sent in the first bag of pieces. Many variations of the TKI-3 are favored by different players, each with their own follow-up routes. This build in particular features the Flat Top variation, which is commonly used to continue into LST stacking. This build features 2x2 tetrominoes.", "links": {"website": ["https://harddrop.com/wiki/TKI_3_Opening"], "subreddit": ["Tetris"]}, "path": {"1-166, T": [[978.5, 104.5], [979.5, 105.5], [979.5, 112.5], [953.5, 111.5], [952.5, 115.5], [932.5, 115.5], [932.5, 106.5]]}, "center": {"1-166, T": [954.5, 109.5]}},
{"id": "twwiw8", "name": "Monica's Gang (Turma da Mônica)", "description": "Monica's Gang (Turma da Mônica) is the most popular comic book in Brazil. It started aiming towards kids in the 50s, but today they offer content for all ages. Monica's gang is available in more than 40 countries and 14 languages. The series creator, Mauricio de Souza, had a great friendship with the Japanese artist Osamu Tezuka, creator of the Astro Boy series. From left to right: Chico Bento, Cascão, Mônica, Cebolinha, and Magali.", "links": {"website": ["https://en.wikipedia.org/wiki/Monica%27s_Gang"], "subreddit": ["brasil"]}, "path": {"56-166, T": [[1142.5, 600.5], [1143.5, 617.5], [1201.5, 617.5], [1202.5, 611.5], [1211.5, 611.5], [1213.5, 608.5], [1202.5, 608.5], [1198.5, 599.5], [1144.5, 599.5]]}, "center": {"56-166, T": [1173.5, 608.5]}},
@ -2188,7 +2187,7 @@
{"id": "twvm6m", "name": "Sauli Niinistö", "description": "Sauli Niinistö is the 12th and current president of Finland.", "links": {"website": ["https://en.wikipedia.org/wiki/Sauli_Niinist%C3%B6"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"1-166, T": [[516.5, 178.5], [510.5, 178.5], [503.5, 180.5], [497.5, 185.5], [497.5, 194.5], [499.5, 200.5], [500.5, 211.5], [502.5, 217.5], [505.5, 222.5], [512.5, 225.5], [519.5, 222.5], [523.5, 220.5], [527.5, 212.5], [527.5, 188.5], [521.5, 180.5], [516.5, 179.5]]}, "center": {"1-166, T": [513.5, 200.5]}},
{"id": "twvlwg", "name": "Idéfix", "description": "Idéfix is the dog from the Astérix and Obélix comics. He is Obélix's pet and is against the uprooting of trees, gestures that make him cry, get mad or even faint.", "links": {"website": ["https://en.wikipedia.org/wiki/Dogmatix"], "subreddit": ["franceplace"]}, "path": {"1-166, T": [[379.5, 788.5], [376.5, 792.5], [376.5, 797.5], [379.5, 799.5], [381.5, 796.5], [382.5, 800.5], [383.5, 810.5], [385.5, 817.5], [392.5, 817.5], [398.5, 808.5], [393.5, 803.5], [394.5, 796.5], [394.5, 792.5], [396.5, 792.5], [397.5, 793.5], [397.5, 795.5], [397.5, 796.5], [398.5, 797.5], [399.5, 798.5], [400.5, 798.5], [401.5, 797.5], [401.5, 796.5], [402.5, 796.5], [402.5, 795.5], [402.5, 794.5], [402.5, 793.5], [402.5, 792.5], [401.5, 791.5], [400.5, 790.5], [399.5, 789.5], [397.5, 788.5], [394.5, 788.5], [396.5, 788.5], [393.5, 789.5], [392.5, 791.5], [391.5, 791.5], [390.5, 792.5], [389.5, 792.5], [389.5, 794.5], [388.5, 793.5], [388.5, 794.5], [387.5, 794.5], [386.5, 794.5], [385.5, 794.5], [384.5, 793.5], [384.5, 792.5], [383.5, 791.5], [384.5, 811.5]]}, "center": {"1-166, T": [390.5, 802.5]}},
{"id": "twvlsh", "name": "Shibbysays Spiral", "description": "Spiral from the community of r/shibbysays", "links": {"website": ["https://shibbydex.com/"], "subreddit": ["shibbysays"]}, "path": {"56-166, T": [[1258.5, 506.5], [1198.5, 506.5], [1198.5, 446.5], [1258.5, 446.5]]}, "center": {"56-166, T": [1228.5, 476.5]}},
{"id": "twvlqx", "name": "31 Minutos", "description": "A logo and characters of the Chilean satirical news puppet show 31 Minutos", "links": {"website": ["https://31minutosoficial.cl/"]}, "path": {"1-166, T": [[226.5, 528.5], [250.5, 528.5], [250.5, 551.5], [248.5, 553.5], [226.5, 553.5]]}, "center": {"1-166, T": [238.5, 540.5]}},
{"id": "twvlqx", "name": "31 Minutos", "description": "A logo and characters of the Chilean satirical news puppet show 31 Minutos", "links": {"website": ["https://31minutosoficial.cl/"]}, "path": {"77-151": [[226.5, 552.5], [250.5, 552.5], [250.5, 528.5], [226.5, 528.5]], "152-166, T": [[226.5, 528.5], [250.5, 528.5], [250.5, 551.5], [248.5, 553.5], [226.5, 553.5]]}, "center": {"77-151": [238.5, 540.5], "152-166, T": [238.5, 541.5]}},
{"id": "twvlqp", "name": "Mahluna Merch Logo", "description": "Mahluna is a german twitch streamer and this is her merch-sign", "links": {"website": ["https://www.youtube.com/watch?v=UHXhoLq_nJM"]}, "path": {"109-166, T": [[1495.5, 1179.5], [1490.5, 1173.5], [1506.5, 1172.5], [1507.5, 1191.5], [1490.5, 1191.5], [1489.5, 1173.5], [1489.5, 1172.5], [1507.5, 1172.5], [1507.5, 1191.5], [1489.5, 1191.5], [1489.5, 1172.5]]}, "center": {"109-166, T": [1498.5, 1182.5]}},
{"id": "twvlq3", "name": "PhD Students", "description": "A little graduation hat and the mention PhD, from a Discord community of french PhD students", "links": {}, "path": {"109-166, T": [[1842.5, 1330.5], [1842.5, 1339.5], [1855.5, 1339.5], [1855.5, 1337.5], [1873.5, 1337.5], [1873.5, 1330.5]]}, "center": {"109-166, T": [1857.5, 1334.5]}},
{"id": "twvlmm", "name": "Over the Garden Wall", "description": "Tv show Over the Garden Wall's main characters: Brothers Greg and Wirt", "links": {"subreddit": ["overthegardenwall"]}, "path": {"109-166, T": [[1961.5, 1482.5], [1974.5, 1482.5], [1974.5, 1493.5], [1961.5, 1493.5]]}, "center": {"109-166, T": [1968.5, 1488.5]}},
@ -2492,7 +2491,7 @@
{"id": "twxm2x", "name": "Server 42", "description": "Server 42 is an Irish gaming discord server. Mainly League of Legends.", "links": {"discord": ["q9KqFdA"]}, "path": {"1-166, T": [[174.5, 707.5], [183.5, 707.5], [183.5, 715.5], [174.5, 715.5]]}, "center": {"1-166, T": [179.5, 711.5]}},
{"id": "twxly8", "name": "Civ V", "description": "A logo for the popular game Sid Meier's Civilizaion V built initially by r/civbattelroyale and maintained and protected by Potato McWhiskey fans from r/civ5 and r/civ", "links": {"subreddit": ["civ5"]}, "path": {"56-166, T": [[1706.5, 249.5], [1726.5, 249.5], [1726.5, 253.5], [1717.5, 270.5], [1716.5, 270.5], [1706.5, 252.5]]}, "center": {"56-166, T": [1716.5, 256.5]}},
{"id": "twxlx8", "name": "Battle Cats x Kingdom", "description": "The collab of mobile game 'The Battle Cats' and the survival game series 'Kingdom'", "links": {"subreddit": ["kingdomthegame"]}, "path": {"109-166, T": [[562.5, 1647.5], [562.5, 1651.5], [565.5, 1651.5], [565.5, 1650.5], [570.5, 1650.5], [570.5, 1651.5], [573.5, 1651.5], [573.5, 1646.5], [562.5, 1646.5]]}, "center": {"109-166, T": [568.5, 1648.5]}},
{"id": "twxlov", "name": "Besiege Logo", "description": "Besiege is a strategy sandbox video game developed and published by Spiderling Studios.", "links": {"website": ["https://www.spiderlinggames.com/"], "subreddit": ["Besiege"]}, "path": {"1-166, T": [[314.5, 543.5], [314.5, 528.5], [300.5, 528.5], [300.5, 543.5]]}, "center": {"1-166, T": [307.5, 536.5]}},
{"id": "twxlov", "name": "Besiege Logo", "description": "Besiege is a strategy sandbox video game developed and published by Spiderling Studios.", "links": {"website": ["https://www.spiderlinggames.com/"], "subreddit": ["Besiege"]}, "path": {"18-166, T": [[314.5, 543.5], [314.5, 528.5], [300.5, 528.5], [300.5, 543.5]]}, "center": {"18-166, T": [307.5, 536.5]}},
{"id": "twxlic", "name": "K6BD [2]", "description": "K6BD (Kill Six Billion Demons) is a webcomic. nSecond logo", "links": {"website": ["https://killsixbilliondemons.com/"], "subreddit": ["killsixbilliondemons"]}, "path": {"56-166, T": [[1266.5, 915.5], [1266.5, 927.5], [1282.5, 927.5], [1282.5, 915.5]]}, "center": {"56-166, T": [1274.5, 921.5]}},
{"id": "twxl8p", "name": "My Little Pony raid counter", "description": "The number 22 next to the main art piece denotes the number of raids and nukes My Little Pony had survived over the course of the event from various Twitch streamers including xQc, Asmongold, and Mizkif. It became another point of pride for the MLP fandom as it showed their determination in putting their pressence on r/place. The year being 2022 is just a coincidence.", "links": {"subreddit": ["MyLittlePony"], "discord": ["manechat"]}, "path": {"56-166, T": [[1682.5, 239.5], [1690.5, 239.5], [1689.5, 248.5], [1683.5, 245.5], [1684.5, 246.5], [1683.5, 247.5]]}, "center": {"56-166, T": [1686.5, 243.5]}},
{"id": "twxl6u", "name": "Charli XCX", "description": "English singer and songwriter Charli XCX. The XCX is her logo, the image above the X is a small portrait of Charli.", "links": {"subreddit": ["charlixcx"]}, "path": {"1-166, T": [[963.5, 417.5], [963.5, 433.5], [965.5, 431.5], [1000.5, 431.5], [1001.5, 418.5], [975.5, 417.5], [976.5, 409.5], [964.5, 408.5]]}, "center": {"1-166, T": [979.5, 422.5]}},
@ -2541,7 +2540,7 @@
{"id": "twxep2", "name": "Flag of Zwolle", "description": "Zwolle is a lively city located in the Netherlands with a population of approximately 129000 people. It is the capital of the province of Overijssel. Zwolle boasts a beautiful city centre with historic buildings, canals and the remainders of an old city wall. But Zwolle has more to offer than just historic landmarks. The city is also rich in art and culture.", "links": {"website": ["https://en.wikipedia.org/wiki/Zwolle"], "subreddit": ["Zwolle"]}, "path": {"109-166, T": [[1538.5, 1361.5], [1551.5, 1361.5], [1551.5, 1370.5], [1538.5, 1370.5]]}, "center": {"109-166, T": [1545.5, 1366.5]}},
{"id": "twxeob", "name": "Pippi", "description": "Pippi is the dog girl OC of Kemono Friends community member Eater of Pi. Pippi was bravely defended by members of the Kemono Friends community.", "links": {"website": ["https://japari-library.com//wiki/User:EaterofPi"]}, "path": {"109-166, T": [[1694.5, 1559.5], [1694.5, 1554.5], [1699.5, 1554.5], [1699.5, 1559.5]]}, "center": {"109-166, T": [1697.5, 1557.5]}},
{"id": "twxel5", "name": "Tsukumo Sana", "description": "Tsukumo Sana is a VTuber and part of Hololive. She is the speaker of space.", "links": {"website": ["https://www.youtube.com/channel/UCsUj0dszADCGbF3gNrQEuSQ"], "subreddit": ["Hololive"]}, "path": {"1-166, T": [[286.5, 736.5], [287.5, 736.5], [287.5, 735.5], [288.5, 735.5], [288.5, 732.5], [286.5, 732.5], [286.5, 731.5], [284.5, 731.5], [284.5, 735.5], [285.5, 735.5], [286.5, 734.5], [285.5, 735.5], [284.5, 735.5], [284.5, 736.5], [284.5, 735.5], [283.5, 735.5], [283.5, 732.5], [284.5, 732.5], [284.5, 729.5], [285.5, 729.5], [285.5, 728.5], [286.5, 728.5], [286.5, 727.5], [287.5, 727.5], [287.5, 726.5], [288.5, 726.5], [288.5, 725.5], [290.5, 725.5], [290.5, 726.5], [291.5, 726.5], [291.5, 727.5], [292.5, 727.5], [292.5, 728.5], [293.5, 728.5], [293.5, 729.5], [294.5, 729.5], [294.5, 735.5], [293.5, 735.5], [292.5, 734.5], [293.5, 735.5], [294.5, 735.5], [294.5, 736.5], [294.5, 735.5], [295.5, 735.5], [295.5, 733.5], [294.5, 733.5], [294.5, 731.5], [292.5, 731.5], [292.5, 732.5], [291.5, 732.5], [290.5, 732.5], [290.5, 735.5], [291.5, 735.5], [291.5, 736.5], [292.5, 736.5]]}, "center": {"1-166, T": [289.5, 730.5]}},
{"id": "twxehe", "name": "The Toronto Maple Leafs", "description": "The Toronto Maple Leafs are a hockey team in Toronto, Canada, number 16 is representative for player Mitch Marner, 91 is for John Tavares, 88 is for William Nylander, 34 is for Auston Matthews, and 44 is for Morgan Rielly. The CN tower is also included", "links": {"website": ["https://www.nhl.com/mapleleafs"], "subreddit": ["leafs"]}, "path": {"56-166, T": [[1917.5, 344.5], [1917.5, 363.5], [1951.5, 363.5], [1953.5, 333.5], [1936.5, 333.5], [1934.5, 344.5]]}, "center": {"56-166, T": [1936.5, 350.5]}},
{"id": "twxehe", "name": "The Toronto Maple Leafs", "description": "The Toronto Maple Leafs are a hockey team in Toronto, Canada, number 16 is representative for player Mitch Marner, 91 is for John Tavares, 88 is for William Nylander, 34 is for Auston Matthews, and 44 is for Morgan Rielly. The CN tower is also included", "links": {"website": ["https://www.nhl.com/mapleleafs"], "subreddit": ["leafs"]}, "path": {"80-81": [[1928.5, 364.5], [1946.5, 364.5], [1946.5, 360.5], [1949.5, 357.5], [1949.5, 347.5], [1942.5, 347.5], [1942.5, 346.5], [1939.5, 343.5], [1935.5, 343.5], [1932.5, 346.5], [1932.5, 347.5], [1925.5, 347.5], [1925.5, 358.5], [1928.5, 360.5]], "82-116": [[1928.5, 364.5], [1935.5, 364.5], [1935.5, 365.5], [1939.5, 365.5], [1939.5, 364.5], [1947.5, 364.5], [1947.5, 359.5], [1948.5, 359.5], [1948.5, 353.5], [1949.5, 353.5], [1949.5, 340.5], [1950.5, 340.5], [1950.5, 334.5], [1939.5, 334.5], [1939.5, 342.5], [1938.5, 342.5], [1937.5, 341.5], [1932.5, 346.5], [1932.5, 347.5], [1927.5, 347.5], [1925.5, 349.5], [1925.5, 353.5], [1926.5, 353.5], [1926.5, 358.5], [1928.5, 360.5]], "24-76": [[226.5, 552.5], [226.5, 528.5], [250.5, 528.5], [250.5, 552.5]], "117-166, T": [[1918.5, 364.5], [1936.5, 364.5], [1936.5, 365.5], [1938.5, 365.5], [1938.5, 364.5], [1950.5, 364.5], [1950.5, 356.5], [1953.5, 356.5], [1953.5, 334.5], [1935.5, 334.5], [1935.5, 340.5], [1931.5, 344.5], [1918.5, 344.5]]}, "center": {"80-81": [1937.5, 355.5], "82-116": [1938.5, 354.5], "24-76": [238.5, 540.5], "117-166, T": [1939.5, 352.5]}},
{"id": "twxeeu", "name": "Fox", "description": "The face of a Fox from Minecraft, created and defended by Twitch streamer Holofox and her small and mighty community.", "links": {"website": ["https://twitch.tv/holofox"], "subreddit": ["Holofox"]}, "path": {"56-166, T": [[1423.5, 78.5], [1423.5, 71.5], [1424.5, 71.5], [1424.5, 72.5], [1424.5, 73.5], [1429.5, 73.5], [1429.5, 71.5], [1430.5, 71.5], [1430.5, 78.5], [1427.5, 78.5], [1427.5, 79.5], [1427.5, 78.5]]}, "center": {"56-166, T": [1427.5, 75.5]}},
{"id": "twxe93", "name": "Pelle_327", "description": "Owner of the Outcasts Discord server. This pixel art fought hard for their spot on the canvas, making a lot of alliances on the way, mainly the Joker Yoda next to him. He's holding a lightsaber as a sign of peace with the Star Wars mural group. The creators of this pixel art also diverted the eyes of the Helltaker character that was staring at him.", "links": {}, "path": {"109-166, T": [[804.5, 1561.5], [804.5, 1578.5], [820.5, 1578.5], [820.5, 1570.5], [822.5, 1570.5], [828.5, 1564.5], [828.5, 1563.5], [827.5, 1563.5], [821.5, 1569.5], [820.5, 1569.5], [820.5, 1562.5], [819.5, 1562.5], [819.5, 1557.5], [808.5, 1557.5], [808.5, 1558.5], [807.5, 1558.5], [807.5, 1559.5], [806.5, 1559.5], [806.5, 1560.5], [805.5, 1560.5], [805.5, 1561.5], [804.5, 1561.5], [804.5, 1562.5]]}, "center": {"109-166, T": [813.5, 1568.5]}},
{"id": "twxe6e", "name": "Flora", "description": "A mural of Flora, a female Tiger Keidran and one of the four main protagonists of the Twokinds webcomic created by Jason Thomas 'Tom' Fischbach (Older brother of YouTuber Mark 'Markiplier' Edward Fischbach)", "links": {"website": ["https://twokinds.keenspot.com"], "subreddit": ["Twokinds"]}, "path": {"109-166, T": [[857.5, 1775.5], [863.5, 1775.5], [870.5, 1768.5], [871.5, 1765.5], [871.5, 1761.5], [863.5, 1759.5], [865.5, 1755.5], [861.5, 1755.5], [855.5, 1756.5], [853.5, 1761.5], [850.5, 1764.5], [851.5, 1769.5], [854.5, 1773.5]]}, "center": {"109-166, T": [860.5, 1765.5]}},
@ -2947,7 +2946,7 @@
{"id": "tx2gtl", "name": "Sus", "description": "A depiction of a crewmate from the 2018 videogame Among Us, accompanied by the phrase sus, a shortening of suspicious commonly used by players of the game.", "links": {"subreddit": ["AmongUs"]}, "path": {"109-166, T": [[1160.5, 1280.5], [1178.5, 1280.5], [1178.5, 1287.5], [1160.5, 1287.5]]}, "center": {"109-166, T": [1169.5, 1284.5]}},
{"id": "tx2gig", "name": "Bambi", "description": "Bambi is a white-tailed deer featured in the Disney movie \"Bambi\". It is an iconic part of French streamer Lvcyd; this art was made and defended by her community.", "links": {"website": ["https://www.twitch.tv/lvcyd"]}, "path": {"109-166, T": [[857.5, 1882.5], [857.5, 1897.5], [870.5, 1897.5], [870.5, 1882.5]]}, "center": {"109-166, T": [864.5, 1890.5]}},
{"id": "tx2gi8", "name": "Logo of BersGamer", "description": "A logo of twitch streamer BersGamer.nWas built during a raid on a Friday Night Funkin flag and a logo from the school of engeneering Esiee.", "links": {"website": ["https://www.twitch.tv/bersgamer"]}, "path": {"56-166, T": [[1870.5, 235.5], [1901.5, 235.5], [1901.5, 268.5], [1870.5, 268.5]]}, "center": {"56-166, T": [1886.5, 252.5]}},
{"id": "tx2g92", "name": "r/cow", "description": "A play on words of the shorthand (r/cow) for subreddit r/CompetitiveOverwatch, this image of the Minecraft cow is a collaborative effort signifying the alliance between the communities of r/MinecraftChampionship and r/CompetitiveOverwatch.", "links": {"subreddit": ["MinecraftChampionship", "CompetitiveOverwatch"]}, "path": {"56-166, T": [[1790.5, 131.5], [1790.5, 138.5], [1801.5, 138.5], [1801.5, 131.5]]}, "center": {"56-166, T": [1796.5, 135.5]}},
{"id": "tx2g92", "name": "r/cow", "description": "A play on words of the shorthand (r/cow) for subreddit r/CompetitiveOverwatch, this image of the Minecraft cow is a collaborative effort signifying the alliance between the communities of r/MinecraftChampionship and r/CompetitiveOverwatch.", "links": {"subreddit": ["MinecraftChampionship", "CompetitiveOverwatch"]}, "path": {"59-85": [[1780.5, 130.5], [1789.5, 130.5], [1789.5, 139.5], [1780.5, 139.5]], "91-166, T": [[1802.5, 130.5], [1789.5, 130.5], [1789.5, 139.5], [1802.5, 139.5]]}, "center": {"59-85": [1785.5, 135.5], "91-166, T": [1796.5, 135.5]}},
{"id": "tx2g2p", "name": "RetroBoi", "description": "The remains of an attempt by the indie game developer RetroBoi128 to put his itch.io username onto r/place.", "links": {"website": ["https://retroboi128.itch.io/"], "subreddit": ["retroboi128"]}, "path": {"109-166, T": [[449.5, 1280.5], [449.5, 1286.5], [453.5, 1286.5], [453.5, 1280.5]]}, "center": {"109-166, T": [451.5, 1283.5]}},
{"id": "tx2g0c", "name": "Yuzusoft", "description": "Eroge Developer, Made Riddle Joker, Cafe Stella, Senren Banka, etc.", "links": {"website": ["http://www.yuzu-soft.com/"]}, "path": {"56-166, T": [[1433.5, 501.5], [1433.5, 508.5], [1472.5, 508.5], [1472.5, 502.5]]}, "center": {"56-166, T": [1452.5, 505.5]}},
{"id": "tx2fvd", "name": "Amogus with wizard hat", "description": "Amogus survived till the end.nnCreated by me. I am proud of myself.", "links": {}, "path": {"109-166, T": [[830.5, 1828.5], [830.5, 1835.5], [835.5, 1835.5], [835.5, 1828.5]]}, "center": {"109-166, T": [833.5, 1832.5]}},
@ -3080,7 +3079,7 @@
{"id": "tx1rxp", "name": "Socks the Fox", "description": "Just a random furry streamer", "links": {"website": ["https://www.twitch.tv/socksthefox"]}, "path": {"109-166, T": [[1085.5, 1789.5], [1085.5, 1785.5], [1089.5, 1785.5], [1089.5, 1789.5]]}, "center": {"109-166, T": [1087.5, 1787.5]}},
{"id": "tx1rbc", "name": "Smajor1995", "description": "Minecraft skin of Smajor1995/Scott Smajor/Dangthatsalongname. Despite not being part of Hermitcraft, his skin was built in the area following an attack by GenerikB (former, disgraced HC member) fans. He was chosen for the spot partially due to its proximity to the first Minecraft Championship area, as he is the main organiser for the event. He has also appeared alongside Grian and other Hermits in series such as Last Life.", "links": {"website": ["https://www.youtube.com/c/Dangthatsalongname"]}, "path": {"1-166, T": [[852.5, 592.5], [852.5, 598.5], [859.5, 598.5], [859.5, 592.5], [855.5, 592.5]]}, "center": {"1-166, T": [856.5, 595.5]}},
{"id": "tx1r9t", "name": "Chain Pact Allies", "description": "A spontaneous alliance that started with r/mattcolville adopting r/GreenBayPackers and the Spit Bandits (r/Chang_Gang) creating the Ramee logo within the alliance chain (a reference to The Chain of Acheron). It soon extended to other allies including r/RecRoom, r/sailormoon, r/croatia, r/Summit1G, r/outerwilds, the Malaysians, Mandem, Gulag Gang, and others.", "links": {"website": ["https://www.twitch.tv/deansocool/clip/HandsomeTiredLemurJebaited-nMSmXWbxlnJnmuLl?filter=clips&range=7d&sort=time"], "subreddit": ["Chang_Gang", "croatia", "GreenBayPackers", "malaysia", "MandemRPGTA", "mattcolville", "NoPixel", "omie", "outerwilds", "RecRoom", "sailormoon", "Summit1G"]}, "path": {"109-166, T": [[359.5, 887.5], [447.5, 889.5], [449.5, 1104.5], [476.5, 1104.5], [477.5, 1127.5], [446.5, 1128.5], [446.5, 1122.5], [320.5, 1122.5], [322.5, 992.5], [324.5, 961.5], [327.5, 962.5], [330.5, 917.5], [359.5, 916.5], [360.5, 887.5]]}, "center": {"109-166, T": [389.5, 1013.5]}},
{"id": "tx1qs6", "name": "Kirby", "description": "The round, pink main character of the Kirby video game franchise made by Nintendo. This particular Kirby was maintained by fans of the games, as well as the nearby allies of r/196 and the Big Ten.", "links": {"website": ["https://kirby.nintendo.com/"], "subreddit": ["Kirby"]}, "path": {"1-166, T": [[224.5, 627.5], [201.5, 627.5], [201.5, 625.5], [204.5, 622.5], [204.5, 616.5], [203.5, 615.5], [203.5, 610.5], [220.5, 610.5], [220.5, 618.5], [221.5, 619.5], [221.5, 622.5], [224.5, 625.5]]}, "center": {"1-166, T": [212.5, 619.5]}},
{"id": "tx1qs6", "name": "Kirby", "description": "The round, pink main character of the Kirby video game franchise made by Nintendo. This particular Kirby was maintained by fans of the games, as well as the nearby allies of r/196 and the Big Ten.", "links": {"website": ["https://kirby.nintendo.com/"], "subreddit": ["Kirby"]}, "path": {"6-21": [[203.5, 627.5], [223.5, 627.5], [221.5, 624.5], [221.5, 613.5], [226.5, 607.5], [225.5, 605.5], [203.5, 605.5], [203.5, 608.5], [205.5, 610.5], [205.5, 623.5], [203.5, 625.5]], "22-166, T": [[224.5, 627.5], [201.5, 627.5], [201.5, 625.5], [204.5, 622.5], [204.5, 616.5], [203.5, 615.5], [203.5, 610.5], [220.5, 610.5], [220.5, 618.5], [221.5, 619.5], [221.5, 622.5], [224.5, 625.5]]}, "center": {"6-21": [213.5, 616.5], "22-166, T": [212.5, 619.5]}},
{"id": "tx1qri", "name": "Bag", "description": "Also :thiscanmeananything: emote from [pxls.space](https://pxls.space)", "links": {"website": ["https://pxls.space"], "subreddit": ["pxlsspace"]}, "path": {"1-166, T": [[824.5, 694.5], [825.5, 694.5], [825.5, 696.5], [824.5, 696.5], [824.5, 697.5], [825.5, 697.5], [825.5, 698.5], [828.5, 698.5], [828.5, 697.5], [829.5, 697.5], [829.5, 694.5], [828.5, 693.5], [825.5, 693.5], [825.5, 694.5]]}, "center": {"1-166, T": [827.5, 696.5]}},
{"id": "tx1qku", "name": "Frailejón Ernesto Pérez", "description": "Ernesto Pérez is a character (and TikTok legend) that is part of the Cuentitos Mágicos series, a Señal Colombia production, which has a pedagogical objective for children. He represents an espeletia, commonly known as \"frailejones\", a plant that releases fresh water in the mountains.", "links": {"website": ["https://youtu.be/-1pHqK5YD7s"], "subreddit": ["Colombia"]}, "path": {"109-166, T": [[232.5, 1329.5], [229.5, 1327.5], [233.5, 1323.5], [226.5, 1320.5], [229.5, 1315.5], [233.5, 1313.5], [235.5, 1315.5], [238.5, 1313.5], [240.5, 1316.5], [242.5, 1315.5], [244.5, 1318.5], [240.5, 1323.5], [240.5, 1326.5], [242.5, 1327.5], [241.5, 1328.5], [241.5, 1331.5], [243.5, 1334.5], [243.5, 1337.5], [242.5, 1339.5], [240.5, 1338.5], [239.5, 1340.5], [239.5, 1345.5], [236.5, 1345.5], [236.5, 1341.5], [234.5, 1341.5], [233.5, 1345.5], [232.5, 1344.5], [231.5, 1342.5], [228.5, 1338.5], [225.5, 1338.5], [226.5, 1339.5], [226.5, 1345.5], [224.5, 1345.5], [224.5, 1330.5], [222.5, 1327.5], [222.5, 1324.5], [223.5, 1324.5], [226.5, 1323.5], [229.5, 1325.5], [227.5, 1329.5], [226.5, 1333.5], [227.5, 1333.5], [229.5, 1329.5], [230.5, 1324.5], [230.5, 1322.5]]}, "center": {"109-166, T": [233.5, 1329.5]}},
{"id": "tx1qgk", "name": "Coat of arms of Denmark", "description": "The state coat of arms (rigsvåben) consists of three pale blue lions passant wearing crowns, accompanied by nine red lilypads (normally represented as heraldic hearts), all in a golden shield with the royal crown on top.", "links": {"website": ["https://en.wikipedia.org/wiki/Coat_of_arms_of_Denmark"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"1-166, T": [[468.5, 178.5], [464.5, 182.5], [453.5, 185.5], [458.5, 197.5], [456.5, 215.5], [468.5, 222.5], [479.5, 216.5], [479.5, 208.5], [480.5, 200.5], [477.5, 196.5], [482.5, 188.5], [477.5, 183.5], [472.5, 182.5]]}, "center": {"1-166, T": [468.5, 200.5]}},
@ -3108,8 +3107,8 @@
{"id": "tx1kh5", "name": "Cricket", "description": "Art representing the sport of cricket and its community of fans on Reddit. Includes Shane Keith Warne and the subreddit r/Cricket.", "links": {"website": ["https://en.wikipedia.org/wiki/Cricket"], "subreddit": ["Cricket"]}, "path": {"1-166, T": [[315.5, 297.5], [315.5, 281.5], [333.5, 281.5], [333.5, 253.5], [294.5, 253.5], [294.5, 297.5]]}, "center": {"1-166, T": [311.5, 272.5]}},
{"id": "tx1kc7", "name": "md7H", "description": "Twitchemote from the german streamer Moondye7", "links": {"website": ["https://www.twitch.tv/moondye7"], "subreddit": ["moondye7"]}, "path": {"109-166, T": [[841.5, 999.5], [855.5, 999.5], [855.5, 1013.5], [841.5, 1013.5]]}, "center": {"109-166, T": [848.5, 1006.5]}},
{"id": "tx1k39", "name": "LaserShield", "description": "Mizkif's mute, VRChat streamer, and internet meme lord.", "links": {"website": ["https://www.twitch.tv/lasershieldvr"], "subreddit": ["lasershield"]}, "path": {"109-166, T": [[610.5, 1027.5], [624.5, 1027.5], [624.5, 1040.5], [610.5, 1040.5]]}, "center": {"109-166, T": [617.5, 1034.5]}},
{"id": "tx1jzi", "name": "Flag of Colombia", "description": "The flag of the nation of Colombia, decorated with artwork celebrating the nation's culture and wildlife.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia"], "subreddit": ["Colombia"]}, "path": {"1-166, T": [[249.5, 553.5], [175.5, 553.5], [175.5, 582.5], [256.5, 582.5], [256.5, 568.5], [254.5, 568.5], [252.5, 567.5], [250.5, 565.5], [249.5, 563.5]]}, "center": {"1-166, T": [214.5, 568.5]}},
{"id": "tx1jpp", "name": "Penn State University", "description": "The logo for the Pennsylvania State University Nittany Lions.", "links": {"website": ["https://www.psu.edu/"], "subreddit": ["PennStateUniversity"]}, "path": {"1-166, T": [[257.5, 629.5], [257.5, 604.5], [223.5, 604.5], [223.5, 610.5], [220.5, 610.5], [220.5, 618.5], [221.5, 619.5], [221.5, 622.5], [224.5, 625.5], [224.5, 629.5]]}, "center": {"1-166, T": [239.5, 616.5]}},
{"id": "tx1jzi", "name": "Flag of Colombia", "description": "The flag of the nation of Colombia, decorated with artwork celebrating the nation's culture and wildlife.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia"], "subreddit": ["Colombia"]}, "path": {"13": [[175.5, 582.5], [255.5, 582.5], [255.5, 561.5], [226.5, 561.5], [226.5, 552.5], [175.5, 552.5]], "3-5": [[177.5, 581.5], [177.5, 567.5], [143.5, 567.5], [143.5, 581.5]], "6-7": [[175.5, 582.5], [210.5, 582.5], [210.5, 561.5], [175.5, 561.5]], "8-12": [[175.5, 582.5], [255.5, 582.5], [255.5, 561.5], [186.5, 561.5], [186.5, 552.5], [175.5, 552.5]], "14-66": [[175.5, 582.5], [256.5, 582.5], [256.5, 568.5], [254.5, 568.5], [252.5, 567.5], [250.5, 565.5], [250.5, 563.5], [249.5, 563.5], [249.5, 552.5], [175.5, 552.5]], "67-151": [[175.5, 582.5], [256.5, 582.5], [256.5, 568.5], [254.5, 568.5], [252.5, 567.5], [250.5, 565.5], [250.5, 563.5], [249.5, 563.5], [249.5, 552.5], [226.5, 552.5], [226.5, 553.5], [193.5, 553.5], [193.5, 552.5], [175.5, 552.5]], "152-166, T": [[249.5, 553.5], [175.5, 553.5], [175.5, 582.5], [256.5, 582.5], [256.5, 568.5], [254.5, 568.5], [252.5, 567.5], [250.5, 565.5], [250.5, 563.5], [249.5, 563.5]]}, "center": {"13": [190.5, 567.5], "3-5": [160.5, 574.5], "6-7": [193.5, 572.5], "8-12": [213.5, 571.5], "14-66": [216.5, 567.5], "67-151": [235.5, 567.5], "152-166, T": [216.5, 568.5]}},
{"id": "tx1jpp", "name": "Penn State University", "description": "The logo for the Pennsylvania State University Nittany Lions.", "links": {"website": ["https://www.psu.edu/"], "subreddit": ["PennStateUniversity"]}, "path": {"16-166, T": [[257.5, 629.5], [257.5, 604.5], [223.5, 604.5], [223.5, 610.5], [220.5, 610.5], [220.5, 618.5], [221.5, 619.5], [221.5, 622.5], [224.5, 625.5], [224.5, 629.5]]}, "center": {"16-166, T": [239.5, 616.5]}},
{"id": "tx1jp7", "name": "Yuppie Psycho", "description": "Pixel art of protagonist Brian Pasternack from the 2019 survival horror office game Yuppie Psycho.", "links": {}, "path": {"56-166, T": [[1402.5, 807.5], [1418.5, 807.5], [1418.5, 814.5], [1412.5, 814.5], [1412.5, 816.5], [1402.5, 816.5]]}, "center": {"56-166, T": [1410.5, 811.5]}},
{"id": "tx1jmj", "name": "Rook a4", "description": "An inside joke among r/AnarchyChess users. A chess diss track was released by 'Young ELO' that had the line, 'I saw Rook a4, I just didn't like it,' in response to popular chess YouTuber 'GothamChess' saying that he should have seen the move Rook a4, which would have trapped the opponent's queen in the game he was playing. The double question marks indicate that this is a critically bad move in chess.", "links": {"subreddit": ["AnarchyChess"]}, "path": {"1-166, T": [[82.5, 641.5], [78.5, 641.5], [78.5, 642.5], [77.5, 642.5], [77.5, 647.5], [72.5, 647.5], [72.5, 651.5], [73.5, 651.5], [73.5, 655.5], [72.5, 655.5], [72.5, 656.5], [73.5, 656.5], [73.5, 657.5], [74.5, 657.5], [74.5, 658.5], [78.5, 658.5], [78.5, 652.5], [78.5, 651.5], [79.5, 651.5], [79.5, 647.5], [82.5, 647.5], [82.5, 646.5], [83.5, 646.5], [83.5, 642.5], [82.5, 642.5]]}, "center": {"1-166, T": [77.5, 649.5]}},
{"id": "tx1jk7", "name": "Pôle Emploi", "description": "A French organisation for unemployment. They're >supposed< to help people find a new job, but really their only real use is about giving monthly allowances", "links": {}, "path": {"109-166, T": [[1071.5, 1742.5], [1079.5, 1742.5], [1079.5, 1754.5], [1071.5, 1754.5]]}, "center": {"109-166, T": [1075.5, 1748.5]}},
@ -4230,7 +4229,7 @@
{"id": "tx7w3q", "name": "Narcor", "description": "A pixel art depiction of one of Starscape's several ores, Narcor.", "links": {"website": ["https://www.roblox.com/games/679715583/Starscape-Beta"], "subreddit": ["starscaperoblox"]}, "path": {"56-166, T": [[1633.5, 833.5], [1643.5, 833.5], [1643.5, 841.5], [1633.5, 841.5]]}, "center": {"56-166, T": [1638.5, 837.5]}},
{"id": "tx7vzu", "name": "Liberty Leading the People", "description": "This is a famous Romantic painting created by the French painter Eugène Delacroix. It commemorates the July Revolution of 1830. The figure of Liberty - often considered a symbol of France - holds the tricolor as she leads the people forward.", "links": {"website": ["https://en.wikipedia.org/wiki/Liberty_Leading_the_People"], "subreddit": ["placefrance"]}, "path": {"109-166, T": [[167.5, 1758.5], [167.5, 1695.5], [246.5, 1697.5], [247.5, 1750.5], [167.5, 1757.5]]}, "center": {"109-166, T": [206.5, 1725.5]}},
{"id": "tx7vq8", "name": "Outer Planets Alliance", "description": "From the sci-fi book and television series The Expanse by James S. A. Corey (pen name of authors Daniel Abraham and Ty Franck). The split circle of the OPA is a symbol used by the Outer Planets Alliance, which is a loosely affiliated network of smaller organizations. The OPA is a combination of a labor union and advocacy group, terrorist organization (if you listen to the media of Earth and Mars), and a newly beginning government of the Outer Planets. It represents Belters, who are the descendents of workers sent out to the Outer Planets to work and build the infrastructure of the solar system but are not granted self-governance by the inner planets Earth and Mars. It is the goal of the OPA to change that.\n\nPart of a larger piece by the Sci-Fi-Fantasy Alliance.", "links": {"website": ["https://expanse.fandom.com/wiki/Outer_Planets_Alliance#:~:text=Its%20logo%20is%20a%20split,according%20to%20the%20inner%20planets."], "subreddit": ["TheExpanse", "SFFA"]}, "path": {"109-166, T": [[1630.5, 1414.5], [1628.5, 1416.5], [1629.5, 1421.5], [1637.5, 1422.5], [1639.5, 1416.5], [1636.5, 1413.5], [1631.5, 1413.5]]}, "center": {"109-166, T": [1633.5, 1417.5]}},
{"id": "tx7vjy", "name": "Mr. Tayto", "description": "A mascot of Tayto Crisps, a beloved Irish brand of crisps (potato chips). Tayto produced the world's first seasoned chips: Cheese & Onion and Salt & Vinegar.", "links": {"website": ["https://taytocrisps.ie/"], "subreddit": ["PlaceIreland", "ireland"]}, "path": {"1-166, T": [[132.5, 575.5], [129.5, 579.5], [131.5, 583.5], [130.5, 588.5], [128.5, 590.5], [128.5, 598.5], [129.5, 606.5], [144.5, 606.5], [143.5, 604.5], [144.5, 600.5], [146.5, 592.5], [152.5, 585.5], [157.5, 576.5], [157.5, 570.5], [149.5, 570.5], [141.5, 575.5]]}, "center": {"1-166, T": [141.5, 587.5]}},
{"id": "tx7vjy", "name": "Mr. Tayto", "description": "A mascot of Tayto Crisps, a beloved Irish brand of crisps (potato chips). Tayto produced the world's first seasoned chips: Cheese & Onion and Salt & Vinegar.", "links": {"website": ["https://taytocrisps.ie/"], "subreddit": ["PlaceIreland", "ireland"]}, "path": {"46-166, T": [[132.5, 575.5], [129.5, 579.5], [131.5, 583.5], [130.5, 588.5], [128.5, 590.5], [128.5, 598.5], [129.5, 606.5], [144.5, 606.5], [143.5, 604.5], [144.5, 600.5], [146.5, 592.5], [152.5, 585.5], [157.5, 576.5], [157.5, 570.5], [149.5, 570.5], [141.5, 575.5]]}, "center": {"46-166, T": [141.5, 587.5]}},
{"id": "tx7vhc", "name": "American bison", "description": "In 2016, the American bison became the national mammal of the United States. Among many Native American tribes, especially the Plains Indians, the bison is considered a sacred animal and religious symbol.", "links": {"website": ["https://en.wikipedia.org/wiki/American_bison"], "subreddit": ["AmericanFlagInPlace"]}, "path": {"109-166, T": [[1844.5, 1867.5], [1844.5, 1865.5], [1845.5, 1865.5], [1847.5, 1867.5], [1849.5, 1867.5], [1849.5, 1865.5], [1845.5, 1860.5], [1844.5, 1860.5], [1843.5, 1859.5], [1841.5, 1859.5], [1840.5, 1858.5], [1836.5, 1862.5], [1835.5, 1862.5], [1835.5, 1864.5], [1836.5, 1865.5], [1837.5, 1866.5], [1838.5, 1865.5], [1838.5, 1867.5], [1840.5, 1867.5], [1840.5, 1866.5], [1842.5, 1866.5], [1842.5, 1867.5]]}, "center": {"109-166, T": [1842.5, 1863.5]}},
{"id": "tx7vdo", "name": "Stratos", "description": "The old/retro version of the Starscape's starter ship, the Stratos. It holds a special place in the community.", "links": {"website": ["https://www.roblox.com/games/679715583/Starscape-Beta"], "subreddit": ["starscaperoblox"]}, "path": {"56-166, T": [[1679.5, 832.5], [1691.5, 832.5], [1691.5, 842.5], [1679.5, 842.5]]}, "center": {"56-166, T": [1685.5, 837.5]}},
{"id": "tx7um2", "name": "Wentworth Institute of Technology", "description": "Flag with the logo for the Wentworth Institute of Technology, located in Boston, Massachusetts. Wentworth offers bachelor's degrees in 18 engineering, technology, design and management majors.", "links": {"website": ["https://wit.edu/"], "subreddit": ["wentworth"]}, "path": {"109-166, T": [[300.5, 1554.5], [310.5, 1554.5], [310.5, 1564.5], [300.5, 1564.5]]}, "center": {"109-166, T": [305.5, 1559.5]}},
@ -4243,7 +4242,7 @@
{"id": "tx7sc3", "name": "Joker Yoda", "description": "Joker Yoda.", "links": {}, "path": {"109-166, T": [[779.5, 1561.5], [779.5, 1578.5], [804.5, 1578.5], [804.5, 1561.5], [800.5, 1561.5]]}, "center": {"109-166, T": [792.5, 1570.5]}},
{"id": "tx7r9v", "name": "Aroyitt", "description": "Aroyitt the best Spanish streamer, able to tame a Rex with a boomerang and in the image representing her community \"Jamon\" our god.", "links": {"website": ["https://www.twitch.tv/aroyitt"], "subreddit": ["Aroyitt"]}, "path": {"109-166, T": [[1998.5, 1403.5], [1999.5, 1429.5], [1975.5, 1429.5], [1975.5, 1403.5]]}, "center": {"109-166, T": [1987.5, 1416.5]}},
{"id": "tx7r9a", "name": "Giant's Causeway", "description": "Represented here is the Giant's Causeway, a set of basalt pillars on the northern coast of the island of Ireland.", "links": {"website": ["https://en.wikipedia.org/wiki/Giant's_Causeway"], "subreddit": ["PlaceIreland", "ireland"]}, "path": {"1-166, T": [[143.5, 780.5], [143.5, 791.5], [154.5, 791.5], [154.5, 780.5], [158.5, 772.5], [165.5, 767.5], [168.5, 766.5], [167.5, 763.5], [165.5, 763.5], [161.5, 763.5], [161.5, 761.5], [157.5, 761.5], [145.5, 769.5], [142.5, 774.5], [142.5, 777.5], [145.5, 779.5], [147.5, 782.5], [144.5, 782.5]]}, "center": {"1-166, T": [152.5, 775.5]}},
{"id": "tx7r6t", "name": "Empanada", "description": "An iconic Chilean food consisting of pastry dough wrapped around a filling like meat or cheese.", "links": {"website": ["https://en.wikipedia.org/wiki/Empanada"], "subreddit": ["chile"]}, "path": {"1-166, T": [[251.5, 491.5], [250.5, 492.5], [249.5, 492.5], [247.5, 494.5], [247.5, 498.5], [265.5, 498.5], [265.5, 496.5], [264.5, 495.5], [264.5, 494.5], [262.5, 492.5], [261.5, 492.5], [260.5, 491.5], [258.5, 491.5], [257.5, 492.5], [255.5, 492.5], [254.5, 491.5]]}, "center": {"1-166, T": [256.5, 495.5]}},
{"id": "tx7r6t", "name": "Empanada", "description": "An iconic Chilean food consisting of pastry dough wrapped around a filling like meat or cheese.", "links": {"website": ["https://en.wikipedia.org/wiki/Empanada"], "subreddit": ["chile"]}, "path": {"154-162, T": [[247.5, 498.5], [258.5, 498.5], [258.5, 497.5], [256.5, 493.5], [255.5, 493.5], [254.5, 492.5], [251.5, 492.5], [250.5, 493.5], [249.5, 493.5], [247.5, 497.5]], "163-166": [[251.5, 491.5], [250.5, 492.5], [249.5, 492.5], [247.5, 494.5], [247.5, 498.5], [265.5, 498.5], [265.5, 496.5], [264.5, 495.5], [264.5, 494.5], [262.5, 492.5], [261.5, 492.5], [260.5, 491.5], [258.5, 491.5], [257.5, 492.5], [255.5, 492.5], [254.5, 491.5]]}, "center": {"154-162, T": [253.5, 495.5], "163-166": [253.5, 495.5]}},
{"id": "tx7r0c", "name": "Warhammer Dreadnought", "description": "Space Marine Dreadnought from the table top game Warhammer 40,000", "links": {}, "path": {"109-166, T": [[1856.5, 1236.5], [1856.5, 1231.5], [1858.5, 1229.5], [1883.5, 1229.5], [1883.5, 1249.5], [1879.5, 1249.5], [1877.5, 1249.5], [1879.5, 1247.5], [1881.5, 1247.5], [1881.5, 1245.5], [1879.5, 1244.5], [1879.5, 1243.5], [1880.5, 1242.5], [1880.5, 1239.5], [1875.5, 1234.5], [1873.5, 1234.5], [1873.5, 1235.5], [1874.5, 1236.5], [1872.5, 1236.5], [1872.5, 1237.5], [1871.5, 1238.5], [1870.5, 1239.5], [1870.5, 1242.5], [1871.5, 1243.5], [1871.5, 1244.5], [1869.5, 1246.5], [1870.5, 1247.5], [1873.5, 1249.5], [1866.5, 1249.5], [1866.5, 1236.5]]}, "center": {"109-166, T": [1871.5, 1236.5]}},
{"id": "tx7qzk", "name": "Crow", "description": "A crow made by members of r/crowbro. Originally drawn by u/ilovewoofwoofs.", "links": {"website": ["https://en.wikipedia.org/wiki/Crow"], "subreddit": ["crowbro", "GreekGodGear"]}, "path": {"56-166, T": [[1765.5, 991.5], [1763.5, 993.5], [1762.5, 993.5], [1761.5, 994.5], [1756.5, 995.5], [1754.5, 997.5], [1761.5, 997.5], [1761.5, 998.5], [1768.5, 998.5], [1768.5, 995.5], [1766.5, 993.5], [1763.5, 993.5]]}, "center": {"56-166, T": [1762.5, 996.5]}},
{"id": "tx7qav", "name": "SMB2 Mario", "description": "Mario's sprite from the game Super Mario Bros. 2", "links": {"subreddit": ["Mario"]}, "path": {"109-166, T": [[920.5, 1507.5], [920.5, 1508.5], [919.5, 1508.5], [918.5, 1509.5], [917.5, 1510.5], [916.5, 1511.5], [916.5, 1512.5], [915.5, 1512.5], [915.5, 1517.5], [916.5, 1517.5], [917.5, 1518.5], [917.5, 1519.5], [926.5, 1526.5], [927.5, 1526.5], [927.5, 1525.5], [928.5, 1525.5], [928.5, 1522.5], [927.5, 1521.5], [925.5, 1521.5], [925.5, 1519.5], [925.5, 1518.5], [927.5, 1518.5], [927.5, 1517.5], [929.5, 1517.5], [928.5, 1515.5], [927.5, 1514.5], [926.5, 1514.5], [925.5, 1514.5], [925.5, 1512.5], [927.5, 1512.5], [926.5, 1511.5], [926.5, 1510.5], [925.5, 1510.5], [925.5, 1508.5], [924.5, 1508.5], [924.5, 1507.5]]}, "center": {"109-166, T": [922.5, 1516.5]}},
@ -4254,22 +4253,22 @@
{"id": "tx7o49", "name": "pepeSmoke", "description": "Third party emote on Twitch depicting a frog smoking. Created by Twitch streamer Pokelawls' community", "links": {"website": ["https://twitch.tv/pokelawls"], "subreddit": ["pokelawls"]}, "path": {"1-166, T": [[696.5, 943.5], [709.5, 943.5], [710.5, 956.5], [695.5, 956.5], [695.5, 943.5]]}, "center": {"1-166, T": [702.5, 950.5]}},
{"id": "tx7o2n", "name": "Sea of Thieves \"Holy Land\"", "description": "Originally gifted to the Sea of Thieves community from a well placed treaty with Germany. Was the site of the second attack on Sea of Thieves from \"Locklear\" whos logo currently resides. Was the 4th overall site of the Sea of Thieves project in a series of displacements.", "links": {"subreddit": ["seaofthieves"]}, "path": {"109-166, T": [[439.5, 1172.5], [398.5, 1172.5], [398.5, 1219.5], [438.5, 1218.5]]}, "center": {"109-166, T": [418.5, 1195.5]}},
{"id": "tx7ntl", "name": "Brawl Craft", "description": "A community dedicated to creating maps for the mobile multiplayer game Brawl Stars, created by Supercell.", "links": {"discord": ["brawlcraft"]}, "path": {"56-166, T": [[1472.5, 80.5], [1478.5, 80.5], [1478.5, 81.5], [1481.5, 81.5], [1481.5, 82.5], [1482.5, 82.5], [1482.5, 83.5], [1483.5, 83.5], [1483.5, 85.5], [1485.5, 85.5], [1485.5, 87.5], [1486.5, 87.5], [1486.5, 89.5], [1487.5, 89.5], [1487.5, 95.5], [1486.5, 95.5], [1486.5, 96.5], [1483.5, 96.5], [1483.5, 97.5], [1482.5, 97.5], [1482.5, 98.5], [1481.5, 98.5], [1481.5, 99.5], [1480.5, 99.5], [1480.5, 103.5], [1478.5, 103.5], [1478.5, 104.5], [1472.5, 104.5], [1472.5, 103.5], [1470.5, 103.5], [1470.5, 102.5], [1468.5, 102.5], [1468.5, 101.5], [1467.5, 101.5], [1467.5, 100.5], [1466.5, 100.5], [1466.5, 99.5], [1465.5, 99.5], [1465.5, 97.5], [1464.5, 97.5], [1464.5, 95.5], [1463.5, 95.5], [1463.5, 89.5], [1464.5, 89.5], [1464.5, 87.5], [1465.5, 87.5], [1465.5, 85.5], [1466.5, 85.5], [1466.5, 84.5], [1467.5, 84.5], [1467.5, 83.5], [1468.5, 83.5], [1468.5, 82.5], [1470.5, 82.5], [1470.5, 81.5], [1472.5, 81.5]]}, "center": {"56-166, T": [1475.5, 92.5]}},
{"id": "tx7mih", "name": "Andean condor", "description": "The Andean condor is a bird found over the Andes mountain range of South America, and has played an important role in the mythology of Andean cultures for centuries.", "links": {"website": ["https://en.wikipedia.org/wiki/Andean_condor"], "subreddit": ["chile"]}, "path": {"1-166, T": [[349.5, 451.5], [350.5, 451.5], [350.5, 452.5], [351.5, 452.5], [351.5, 453.5], [352.5, 455.5], [353.5, 455.5], [354.5, 455.5], [354.5, 456.5], [355.5, 457.5], [357.5, 458.5], [359.5, 459.5], [361.5, 459.5], [361.5, 460.5], [362.5, 459.5], [362.5, 460.5], [363.5, 460.5], [364.5, 459.5], [364.5, 458.5], [365.5, 458.5], [365.5, 457.5], [367.5, 457.5], [367.5, 456.5], [368.5, 456.5], [368.5, 455.5], [369.5, 455.5], [369.5, 454.5], [370.5, 454.5], [370.5, 453.5], [369.5, 453.5], [368.5, 454.5], [367.5, 455.5], [366.5, 455.5], [365.5, 454.5], [364.5, 454.5], [364.5, 455.5], [363.5, 455.5], [363.5, 456.5], [362.5, 456.5], [361.5, 456.5], [361.5, 454.5], [360.5, 454.5], [360.5, 453.5], [359.5, 454.5], [359.5, 456.5], [358.5, 456.5], [357.5, 456.5], [356.5, 456.5], [355.5, 455.5], [353.5, 454.5], [353.5, 452.5], [352.5, 452.5]]}, "center": {"1-166, T": [361.5, 456.5]}},
{"id": "tx7mih", "name": "Andean condor", "description": "The Andean condor is a bird found over the Andes mountain range of South America, and has played an important role in the mythology of Andean cultures for centuries.", "links": {"website": ["https://en.wikipedia.org/wiki/Andean_condor"], "subreddit": ["chile"]}, "path": {"142-166, T": [[349.5, 451.5], [350.5, 451.5], [350.5, 452.5], [351.5, 452.5], [351.5, 453.5], [352.5, 455.5], [353.5, 455.5], [354.5, 455.5], [354.5, 456.5], [355.5, 457.5], [357.5, 458.5], [359.5, 459.5], [361.5, 459.5], [361.5, 460.5], [362.5, 459.5], [362.5, 460.5], [363.5, 460.5], [364.5, 459.5], [364.5, 458.5], [365.5, 458.5], [365.5, 457.5], [367.5, 457.5], [367.5, 456.5], [368.5, 456.5], [368.5, 455.5], [369.5, 455.5], [369.5, 454.5], [370.5, 454.5], [370.5, 453.5], [369.5, 453.5], [368.5, 454.5], [367.5, 455.5], [366.5, 455.5], [365.5, 454.5], [364.5, 454.5], [364.5, 455.5], [363.5, 455.5], [363.5, 456.5], [362.5, 456.5], [361.5, 456.5], [361.5, 454.5], [360.5, 454.5], [360.5, 453.5], [359.5, 454.5], [359.5, 456.5], [358.5, 456.5], [357.5, 456.5], [356.5, 456.5], [355.5, 455.5], [353.5, 454.5], [353.5, 452.5], [352.5, 452.5]]}, "center": {"142-166, T": [360.5, 457.5]}},
{"id": "tx7kig", "name": "Warfname =", "description": "Small friend group consisting of four subfactions.", "links": {"website": ["https://warfnamewikipedia.neocities.org"], "subreddit": ["warfname"]}, "path": {"56-166, T": [[1197.5, 240.5], [1188.5, 240.5], [1188.5, 249.5], [1197.5, 249.5]]}, "center": {"56-166, T": [1193.5, 245.5]}},
{"id": "tx7k0v", "name": "erobb221", "description": "erobb221 is a variety streamer on Twitch famously known for being the younger brother of League of Legends streamer Tyler 1. However, erobb221 is more than just a younger brother. erobb221's awkward demeanor combined with his almost supernatural bad luck results in a unique comedic experience on Twitch. Many know erobb221 as the guy who takes loses, or 'L's', but his close viewers know that he is more than just an 'L'-taking machine; he's a father, a scammer, and most importantly, he's a gamer.", "links": {"website": ["https://www.twitch.tv/erobb221"], "subreddit": ["emoney"]}, "path": {"1-166, T": [[623.5, 910.5], [654.5, 910.5], [654.5, 941.5], [623.5, 941.5]]}, "center": {"1-166, T": [639.5, 926.5]}},
{"id": "tx7jym", "name": "Sandworm", "description": "A great sandworm, also known as 'maker' or 'Shai-Hulud', from the sci-fi series Dune written by Frank Herbert. Sandworms are fictional, extraterrestrial, colossal, worm-like creatures that live on the desert planet Arrakis.\n\nAs a part of an alliance between /r/onepiece and /r/SFFA, the top area that overlaps with the One Piece Gol D. Roger \"HE LAUGHED\" art piece is greyed out in a manga style to symbolize the merging of the two art pieces and the alliance between the groups that made them. Part of the piece by the Sci-Fi Fantasy Alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Sandworm_(Dune)"], "subreddit": ["dune", "SFFA"]}, "path": {"109-166, T": [[1685.5, 1326.5], [1674.5, 1322.5], [1653.5, 1322.5], [1640.5, 1326.5], [1622.5, 1338.5], [1613.5, 1349.5], [1605.5, 1368.5], [1601.5, 1389.5], [1613.5, 1418.5], [1626.5, 1432.5], [1642.5, 1438.5], [1661.5, 1441.5], [1669.5, 1439.5], [1671.5, 1446.5], [1681.5, 1443.5], [1706.5, 1427.5], [1721.5, 1404.5], [1724.5, 1382.5], [1722.5, 1365.5], [1720.5, 1358.5], [1708.5, 1359.5], [1714.5, 1374.5], [1715.5, 1390.5], [1711.5, 1404.5], [1698.5, 1422.5], [1683.5, 1429.5], [1670.5, 1433.5], [1669.5, 1436.5], [1669.5, 1439.5], [1654.5, 1436.5], [1639.5, 1428.5], [1638.5, 1426.5], [1625.5, 1419.5], [1617.5, 1407.5], [1612.5, 1389.5], [1614.5, 1368.5], [1626.5, 1347.5], [1642.5, 1336.5], [1656.5, 1331.5], [1668.5, 1332.5], [1678.5, 1334.5], [1685.5, 1336.5], [1685.5, 1329.5]]}, "center": {"109-166, T": [1659.5, 1385.5]}},
{"id": "tx7jug", "name": "Members of \"The Server\"", "description": "The avatars of Colten, Felipe, Max, David, Sonny, and Jorge.", "links": {}, "path": {"56-166, T": [[1104.5, 511.5], [1126.5, 511.5], [1126.5, 526.5], [1104.5, 526.5]]}, "center": {"56-166, T": [1115.5, 519.5]}},
{"id": "tx7jnt", "name": "Bornova Anadolu High School", "description": "A high school named Bornova Anatolian High School (Bornova Anadolu Lisesi - BAL), established in 1953. It is located in İzmir, Turkey, and is one of the most prestigious high schools in the country.", "links": {"website": ["http://izmirbal.meb.k12.tr/"]}, "path": {"109-166, T": [[1573.5, 1337.5], [1574.5, 1338.5], [1574.5, 1359.5], [1594.5, 1359.5], [1594.5, 1338.5], [1595.5, 1338.5], [1595.5, 1337.5], [1594.5, 1339.5], [1594.5, 1337.5]]}, "center": {"109-166, T": [1584.5, 1348.5]}},
{"id": "tx7jlm", "name": "Tyler, The Creator Art", "description": "This space one housed art inspired by critically acclaimed musical artist Tyler, The Creator. The art can be seen in the provided link.", "links": {"website": ["https://www.reddit.com/r/tylerthecreator/comments/tw9n88/tyler_in_rplace/"], "subreddit": ["tylerthecreator"]}, "path": {"109-166, T": [[1981.5, 1659.5], [1999.5, 1659.5], [1999.5, 1700.5], [1980.5, 1700.5], [1980.5, 1660.5]]}, "center": {"109-166, T": [1990.5, 1680.5]}},
{"id": "tx7j7u", "name": "Monkey puzzle tree", "description": "The monkey puzzle tree is a distinctive evergreen tree native to central/southern Chile and western Argentina. An endangered species, its population is under threat due to logging and forest fires.", "links": {"website": ["https://en.wikipedia.org/wiki/Araucaria_araucana"], "subreddit": ["chile"]}, "path": {"1-166, T": [[266.5, 456.5], [267.5, 457.5], [268.5, 457.5], [268.5, 458.5], [269.5, 458.5], [270.5, 460.5], [271.5, 458.5], [272.5, 458.5], [273.5, 457.5], [274.5, 457.5], [275.5, 456.5], [275.5, 457.5], [274.5, 457.5], [273.5, 458.5], [273.5, 459.5], [275.5, 459.5], [276.5, 458.5], [276.5, 460.5], [278.5, 460.5], [278.5, 459.5], [279.5, 459.5], [280.5, 459.5], [279.5, 460.5], [277.5, 461.5], [277.5, 462.5], [277.5, 463.5], [279.5, 463.5], [278.5, 464.5], [278.5, 467.5], [276.5, 467.5], [276.5, 468.5], [275.5, 468.5], [275.5, 469.5], [276.5, 469.5], [277.5, 470.5], [280.5, 471.5], [275.5, 471.5], [274.5, 472.5], [271.5, 472.5], [270.5, 487.5], [269.5, 487.5], [268.5, 472.5], [268.5, 471.5], [267.5, 471.5], [266.5, 471.5], [266.5, 473.5], [266.5, 470.5], [265.5, 470.5], [264.5, 470.5], [264.5, 471.5], [263.5, 471.5], [264.5, 469.5], [262.5, 469.5], [262.5, 467.5], [261.5, 467.5], [262.5, 465.5], [261.5, 465.5], [259.5, 465.5], [260.5, 463.5], [259.5, 463.5], [259.5, 462.5]]}, "center": {"1-166, T": [269.5, 466.5]}},
{"id": "tx7j7u", "name": "Monkey puzzle tree", "description": "The monkey puzzle tree is a distinctive evergreen tree native to central/southern Chile and western Argentina. An endangered species, its population is under threat due to logging and forest fires.", "links": {"website": ["https://en.wikipedia.org/wiki/Araucaria_araucana"], "subreddit": ["chile"]}, "path": {"T, 106-164": [[266.5, 456.5], [267.5, 457.5], [268.5, 457.5], [268.5, 458.5], [269.5, 458.5], [270.5, 460.5], [271.5, 458.5], [272.5, 458.5], [273.5, 457.5], [274.5, 457.5], [275.5, 456.5], [275.5, 457.5], [274.5, 457.5], [273.5, 458.5], [273.5, 459.5], [275.5, 459.5], [276.5, 458.5], [276.5, 460.5], [278.5, 460.5], [278.5, 459.5], [279.5, 459.5], [280.5, 459.5], [279.5, 460.5], [277.5, 461.5], [277.5, 462.5], [277.5, 463.5], [279.5, 463.5], [278.5, 464.5], [278.5, 467.5], [276.5, 467.5], [276.5, 468.5], [275.5, 468.5], [275.5, 469.5], [276.5, 469.5], [277.5, 470.5], [280.5, 471.5], [275.5, 471.5], [274.5, 472.5], [271.5, 472.5], [270.5, 487.5], [269.5, 487.5], [268.5, 472.5], [268.5, 471.5], [267.5, 471.5], [266.5, 471.5], [266.5, 473.5], [266.5, 470.5], [265.5, 470.5], [264.5, 470.5], [264.5, 471.5], [263.5, 471.5], [264.5, 469.5], [262.5, 469.5], [262.5, 467.5], [261.5, 467.5], [262.5, 465.5], [261.5, 465.5], [259.5, 465.5], [260.5, 463.5], [259.5, 463.5], [259.5, 462.5]]}, "center": {"T, 106-164": [270.5, 466.5]}},
{"id": "tx7j79", "name": "Nero", "description": "A bird character from anime/manga Black Clover.", "links": {"website": ["https://blackclover.fandom.com/wiki/Secre_Swallowtail"], "subreddit": ["blackclover", "placestart"]}, "path": {"109-166, T": [[761.5, 1975.5], [762.5, 1993.5], [774.5, 1992.5], [774.5, 1976.5]]}, "center": {"109-166, T": [768.5, 1984.5]}},
{"id": "tx7j1s", "name": "Mystery Ghost", "description": "Pixel art of a ghost that became a meme in Something Awful all the way back in 2005, and has clearly had enough staying power to make it to this canvas in 2022. In its original form, it is accompanied by the caption \"it is a mystery\".", "links": {"website": ["https://knowyourmeme.com/memes/it-is-a-mystery"]}, "path": {"109-166, T": [[1892.5, 1639.5], [1892.5, 1638.5], [1893.5, 1638.5], [1893.5, 1636.5], [1894.5, 1635.5], [1902.5, 1635.5], [1903.5, 1637.5], [1904.5, 1639.5], [1906.5, 1640.5], [1906.5, 1642.5], [1904.5, 1642.5], [1904.5, 1643.5], [1903.5, 1645.5], [1902.5, 1646.5], [1901.5, 1647.5], [1897.5, 1647.5], [1897.5, 1653.5], [1896.5, 1654.5], [1894.5, 1654.5], [1894.5, 1647.5], [1893.5, 1645.5], [1892.5, 1643.5], [1889.5, 1642.5], [1888.5, 1643.5], [1887.5, 1643.5], [1887.5, 1639.5], [1892.5, 1640.5]]}, "center": {"109-166, T": [1897.5, 1642.5]}},
{"id": "tx7ipo", "name": "knukles", "description": "do you know da wae", "links": {"website": ["https://www.youtube.com/watch?v=iQO9yRutpso"]}, "path": {"109-166, T": [[657.5, 1533.5], [667.5, 1533.5], [667.5, 1539.5], [657.5, 1539.5]]}, "center": {"109-166, T": [662.5, 1536.5]}},
{"id": "tx7hrh", "name": "Black Spirit - Black Desert Online", "description": "Character in the game Black Desert Online. A mysterious entity that serves as your companion along your travels.", "links": {}, "path": {"109-166, T": [[1586.5, 2000.5], [1586.5, 1989.5], [1588.5, 1987.5], [1599.5, 1987.5], [1601.5, 1990.5], [1601.5, 1999.5], [1586.5, 1999.5]]}, "center": {"109-166, T": [1593.5, 1993.5]}},
{"id": "tx7hg2", "name": "Torres del Paine", "description": "Torres del Paine (Towers of Paine) are the distinctive three peaks of the Paine mountain range in Chile.", "links": {"website": ["https://en.wikipedia.org/wiki/Cordillera_Paine"], "subreddit": ["chile"]}, "path": {"1-166, T": [[345.5, 469.5], [346.5, 469.5], [346.5, 465.5], [347.5, 464.5], [350.5, 464.5], [350.5, 460.5], [352.5, 460.5], [352.5, 463.5], [355.5, 463.5], [358.5, 463.5], [358.5, 468.5], [359.5, 469.5], [358.5, 470.5], [357.5, 471.5], [356.5, 472.5], [355.5, 473.5], [352.5, 472.5], [352.5, 471.5], [347.5, 471.5], [346.5, 470.5]]}, "center": {"1-166, T": [352.5, 467.5]}},
{"id": "tx7hg2", "name": "Torres del Paine", "description": "Torres del Paine (Towers of Paine) are the distinctive three peaks of the Paine mountain range in Chile.", "links": {"website": ["https://en.wikipedia.org/wiki/Cordillera_Paine"], "subreddit": ["chile"]}, "path": {"156-166, T": [[345.5, 469.5], [346.5, 469.5], [346.5, 465.5], [347.5, 464.5], [350.5, 464.5], [350.5, 460.5], [352.5, 460.5], [352.5, 463.5], [355.5, 463.5], [358.5, 463.5], [358.5, 468.5], [359.5, 469.5], [358.5, 470.5], [357.5, 471.5], [356.5, 472.5], [355.5, 473.5], [352.5, 472.5], [352.5, 471.5], [347.5, 471.5], [346.5, 470.5]]}, "center": {"156-166, T": [353.5, 467.5]}},
{"id": "tx7h7m", "name": "Friendship's Ducks", "description": "Two small ducks drawn by 3 friends from Montpellier, France.", "links": {}, "path": {"109-166, T": [[825.5, 1717.5], [816.5, 1717.5], [815.5, 1727.5], [828.5, 1727.5], [827.5, 1723.5], [825.5, 1721.5]]}, "center": {"109-166, T": [821.5, 1722.5]}},
{"id": "tx7h2c", "name": "Molly 'Beartrap' Blyndeff", "description": "A main character from the web series Epithet Erased, created by Brendan Blaber (JelloApocalypse on YouTube).", "links": {"website": ["https://vrv.co/series/GYQW7V2QY/Epithet-Erased"], "subreddit": ["Epithet_Erased"]}, "path": {"109-166, T": [[1023.5, 1675.5], [1021.5, 1675.5], [1017.5, 1675.5], [1017.5, 1673.5], [1016.5, 1672.5], [1016.5, 1670.5], [1017.5, 1669.5], [1017.5, 1667.5], [1019.5, 1667.5], [1020.5, 1668.5], [1022.5, 1668.5], [1023.5, 1668.5], [1022.5, 1669.5], [1023.5, 1670.5], [1022.5, 1671.5], [1022.5, 1673.5]]}, "center": {"109-166, T": [1019.5, 1671.5]}},
{"id": "tx7gp9", "name": "Chilean wine", "description": "Wine has been produced in Chile since the 16th century when conquistadors brought grapevines with them.", "links": {"website": ["https://en.wikipedia.org/wiki/Chilean_wine"], "subreddit": ["chile"]}, "path": {"1-166, T": [[258.5, 497.5], [258.5, 487.5], [259.5, 487.5], [259.5, 486.5], [259.5, 485.5], [260.5, 485.5], [260.5, 479.5], [262.5, 479.5], [262.5, 484.5], [262.5, 485.5], [263.5, 485.5], [263.5, 486.5], [264.5, 486.5], [269.5, 488.5], [269.5, 497.5]]}, "center": {"1-166, T": [263.5, 491.5]}},
{"id": "tx7gp9", "name": "Chilean wine", "description": "Wine has been produced in Chile since the 16th century when conquistadors brought grapevines with them.", "links": {"website": ["https://en.wikipedia.org/wiki/Chilean_wine"], "subreddit": ["chile"]}, "path": {"122-159": [[258.5, 498.5], [264.5, 498.5], [264.5, 487.5], [262.5, 485.5], [262.5, 479.5], [260.5, 479.5], [260.5, 485.5], [258.5, 487.5]], "160-166, T": [[258.5, 498.5], [258.5, 487.5], [260.5, 485.5], [260.5, 479.5], [262.5, 479.5], [262.5, 485.5], [264.5, 487.5], [266.5, 485.5], [266.5, 479.5], [268.5, 479.5], [268.5, 485.5], [270.5, 487.5], [270.5, 498.5]]}, "center": {"122-159": [261.5, 490.5], "160-166, T": [265.5, 492.5]}},
{"id": "tx7git", "name": "Baba", "description": "Titular character of the 2019 puzzle game Baba Is You", "links": {"subreddit": ["BabaIsYou"]}, "path": {"1-166, T": [[693.5, 826.5], [693.5, 828.5], [691.5, 830.5], [691.5, 832.5], [692.5, 831.5], [693.5, 831.5], [694.5, 832.5], [695.5, 831.5], [696.5, 833.5], [696.5, 831.5], [697.5, 830.5], [697.5, 828.5], [695.5, 826.5], [694.5, 827.5]]}, "center": {"1-166, T": [694.5, 829.5]}},
{"id": "tx7gaz", "name": "Grogu", "description": "Also known as Baby Yoda, from the hit Star Wars TV show, The Mandalorian", "links": {"website": ["https://starwars.fandom.com/wiki/Grogu"]}, "path": {"109-166, T": [[748.5, 1661.5], [748.5, 1658.5], [744.5, 1653.5], [763.5, 1653.5], [759.5, 1658.5], [758.5, 1659.5], [761.5, 1662.5], [761.5, 1664.5], [760.5, 1664.5], [761.5, 1667.5], [761.5, 1669.5], [748.5, 1669.5], [747.5, 1663.5], [727.5, 1641.5]]}, "center": {"109-166, T": [752.5, 1660.5]}},
{"id": "tx7g6k", "name": "Dominican Platain", "description": "Dominican Platain who represent the love Dominicans have towards platains", "links": {"subreddit": ["dominican"]}, "path": {"1-166, T": [[51.5, 80.5], [52.5, 82.5], [52.5, 83.5], [53.5, 84.5], [54.5, 86.5], [54.5, 83.5], [55.5, 80.5], [53.5, 80.5], [52.5, 78.5], [53.5, 78.5], [53.5, 77.5], [53.5, 75.5], [54.5, 76.5], [52.5, 75.5], [49.5, 79.5], [53.5, 76.5], [52.5, 76.5], [49.5, 81.5], [49.5, 82.5], [49.5, 84.5], [51.5, 84.5], [51.5, 85.5], [50.5, 86.5], [51.5, 87.5], [52.5, 88.5], [53.5, 87.5], [55.5, 88.5], [54.5, 89.5], [55.5, 89.5], [58.5, 86.5], [63.5, 85.5], [59.5, 88.5]]}, "center": {"1-166, T": [52.5, 82.5]}},
@ -4649,7 +4648,7 @@
{"id": "txe8ed", "name": "Shigure Ui", "description": "Shigure Ui (しぐれうい) is a female Japanese Virtual YouTuber and professional illustrator. She did the character designs for the light novel series OsaMake and anime series WIXOSS DIVA(A)LIVE, and designed the character model for Hololive's Oozora Subaru.", "links": {"website": ["https://virtualYouTuber.fandom.com/wiki/Shigure_Ui"]}, "path": {"109-166, T": [[1455.5, 1084.5], [1465.5, 1084.5], [1465.5, 1090.5], [1455.5, 1090.5]]}, "center": {"109-166, T": [1460.5, 1087.5]}},
{"id": "txe7dr", "name": "Ortio", "description": "Crown logo for the Ortio Discord server.", "links": {"subreddit": ["Ortio"]}, "path": {"56-166, T": [[1414.5, 326.5], [1414.5, 319.5], [1426.5, 319.5], [1426.5, 326.5]]}, "center": {"56-166, T": [1420.5, 323.5]}},
{"id": "txeueb", "name": "Shoebill", "description": "Balaeniceps rex, also known as the shoebill or shoebill stork.", "links": {"subreddit": ["ShoebillStorks"]}, "path": {"109-166, T": [[1727.5, 1385.5], [1727.5, 1395.5], [1740.5, 1395.5], [1734.5, 1385.5]]}, "center": {"109-166, T": [1732.5, 1391.5]}},
{"id": "txesep", "name": "Mote con huesillo", "description": "The mote con huesillo is a traditional Chilean drink. It is made up of a mixture of caramelized peach juice with wheat mote and dehydrated peaches (huesillo).", "links": {"website": ["https://en.wikipedia.org/wiki/Mote_con_huesillo"], "subreddit": ["chile"]}, "path": {"1-166, T": [[271.5, 492.5], [271.5, 495.5], [272.5, 495.5], [272.5, 503.5], [273.5, 503.5], [274.5, 503.5], [274.5, 504.5], [276.5, 504.5], [278.5, 504.5], [278.5, 503.5], [279.5, 503.5], [280.5, 503.5], [280.5, 502.5], [281.5, 502.5], [281.5, 501.5], [281.5, 495.5], [282.5, 495.5], [282.5, 492.5], [277.5, 492.5], [277.5, 490.5], [278.5, 490.5], [278.5, 489.5], [279.5, 489.5], [280.5, 489.5], [280.5, 487.5], [275.5, 487.5], [275.5, 492.5]]}, "center": {"1-166, T": [277.5, 496.5]}},
{"id": "txesep", "name": "Mote con huesillo", "description": "The mote con huesillo is a traditional Chilean drink. It is made up of a mixture of caramelized peach juice with wheat mote and dehydrated peaches (huesillo).", "links": {"website": ["https://en.wikipedia.org/wiki/Mote_con_huesillo"], "subreddit": ["chile"]}, "path": {"120": [[272.5, 498.5], [281.5, 498.5], [281.5, 496.5], [282.5, 496.5], [282.5, 492.5], [277.5, 492.5], [277.5, 489.5], [280.5, 489.5], [280.5, 487.5], [275.5, 487.5], [275.5, 492.5], [271.5, 492.5], [271.5, 496.5], [272.5, 496.5]], "T, 121-164": [[271.5, 492.5], [271.5, 496.5], [272.5, 496.5], [272.5, 503.5], [273.5, 503.5], [273.5, 504.5], [280.5, 504.5], [280.5, 503.5], [281.5, 503.5], [281.5, 496.5], [282.5, 496.5], [282.5, 492.5], [277.5, 492.5], [277.5, 489.5], [280.5, 489.5], [280.5, 487.5], [275.5, 487.5], [275.5, 492.5]]}, "center": {"120": [276.5, 495.5], "T, 121-164": [277.5, 497.5]}},
{"id": "txerb4", "name": "SAQ", "description": "The SAQ logo. The SAQ is a provincial Crown corporation and monopoly in Quebec responsible for the trade of alcoholic beverages within the province.", "links": {"website": ["https://www.saq.com/en/"], "subreddit": ["Quebec"]}, "path": {"109-166, T": [[1073.5, 999.5], [1083.5, 999.5], [1083.5, 1011.5], [1073.5, 1011.5]]}, "center": {"109-166, T": [1078.5, 1005.5]}},
{"id": "txepyj", "name": "Sakura Miko", "description": "Sakura Miko is a female Japanese virtual YouTuber and a member of Hololive generation 0. She is often called Elite Miko.", "links": {"website": ["https://www.youtube.com/channel/UC-hM6YJuNYVAmUWxeIr9FeA"], "subreddit": ["Hololive"]}, "path": {"56-166, T": [[1367.5, 979.5], [1367.5, 990.5], [1369.5, 990.5], [1369.5, 989.5], [1373.5, 989.5], [1373.5, 990.5], [1375.5, 990.5], [1375.5, 980.5], [1377.5, 980.5], [1377.5, 982.5], [1377.5, 980.5], [1378.5, 980.5], [1378.5, 979.5], [1377.5, 979.5], [1377.5, 977.5], [1376.5, 978.5], [1375.5, 979.5], [1367.5, 979.5], [1371.5, 982.5], [1369.5, 981.5]]}, "center": {"56-166, T": [1371.5, 984.5]}},
{"id": "txepxc", "name": "CXXXVII", "description": "A reference to the fact that the podcast Hello Internet has been on a hiatus since episode 136. The roman numeral 137 represents the hope that the podcast will return some day.", "links": {}, "path": {"1-166, T": [[58.5, 826.5], [81.5, 826.5], [81.5, 830.5], [58.5, 830.5]]}, "center": {"1-166, T": [70.5, 828.5]}},
@ -4689,7 +4688,7 @@
{"id": "txeby1", "name": "Sherley Holmes", "description": "A Sherlock Holmes, Adventure Time, and Animal Crossing fan character from the Goku Royale OCT Discord server.", "links": {}, "path": {"56-166, T": [[1117.5, 28.5], [1117.5, 27.5], [1118.5, 27.5], [1118.5, 26.5], [1118.5, 25.5], [1119.5, 25.5], [1119.5, 24.5], [1120.5, 24.5], [1121.5, 24.5], [1121.5, 23.5], [1121.5, 22.5], [1122.5, 22.5], [1122.5, 24.5], [1125.5, 24.5], [1125.5, 25.5], [1126.5, 25.5], [1126.5, 26.5], [1127.5, 26.5], [1127.5, 28.5], [1126.5, 28.5], [1126.5, 30.5], [1129.5, 30.5], [1127.5, 31.5], [1128.5, 32.5], [1128.5, 33.5], [1127.5, 33.5], [1127.5, 35.5], [1126.5, 35.5], [1126.5, 36.5], [1126.5, 37.5], [1125.5, 37.5], [1125.5, 36.5], [1124.5, 36.5], [1123.5, 36.5], [1123.5, 39.5], [1124.5, 39.5], [1120.5, 39.5], [1121.5, 39.5], [1121.5, 36.5], [1119.5, 36.5], [1119.5, 37.5], [1118.5, 37.5], [1118.5, 35.5], [1119.5, 35.5], [1119.5, 34.5], [1119.5, 33.5], [1119.5, 32.5], [1118.5, 32.5], [1117.5, 32.5], [1117.5, 34.5], [1117.5, 30.5], [1118.5, 30.5], [1118.5, 29.5], [1118.5, 28.5], [1117.5, 28.5], [1120.5, 24.5], [1127.5, 29.5], [1118.5, 32.5], [1119.5, 32.5], [1119.5, 33.5], [1119.5, 34.5]]}, "center": {"56-166, T": [1122.5, 30.5]}},
{"id": "txebnn", "name": "Octoling Octopus", "description": "A pictogram of an Octoling from the Nintendo Switch game Splatoon 2's expansion Octo-Expansion.\n\nThis is the octopus form that Octolings can turn into in order to swim through ink or superjump.", "links": {"website": ["https://splatoon.nintendo.com/"], "subreddit": ["splatoon"]}, "path": {"109-166, T": [[1119.5, 1849.5], [1119.5, 1863.5], [1135.5, 1863.5], [1135.5, 1849.5]]}, "center": {"109-166, T": [1127.5, 1856.5]}},
{"id": "txeawq", "name": "UniqueGeese", "description": "UniqueGeese is a variety (mosty known for FNF) Twitch streamer and YouTuber.", "links": {"website": ["https://www.youtube.com/channel/UC9BkT4lu2bby5wdQe1brQHA"], "subreddit": ["UniqueGeese"]}, "path": {"109-166, T": [[988.5, 1914.5], [996.5, 1917.5], [987.5, 1907.5], [981.5, 1909.5], [982.5, 1917.5], [996.5, 1917.5], [987.5, 1907.5], [980.5, 1908.5], [981.5, 1917.5], [981.5, 1908.5], [987.5, 1915.5], [996.5, 1917.5], [990.5, 1914.5], [988.5, 1908.5]]}, "center": {"109-166, T": [987.5, 1912.5]}},
{"id": "txeasv", "name": "University of Illinois Urbana-Champaign", "description": "The Block I logo for the University of Illinois Urbana-Champaign, alongside the outline of Illinois, USA.", "links": {"subreddit": ["UIUC"]}, "path": {"1-166, T": [[174.5, 609.5], [174.5, 629.5], [200.5, 629.5], [200.5, 626.5], [204.5, 622.5], [204.5, 616.5], [203.5, 615.5], [203.5, 610.5], [202.5, 610.5], [202.5, 609.5]]}, "center": {"1-166, T": [188.5, 619.5]}},
{"id": "txeasv", "name": "University of Illinois Urbana-Champaign", "description": "The Block I logo for the University of Illinois Urbana-Champaign, alongside the outline of Illinois, USA.", "links": {"subreddit": ["UIUC"]}, "path": {"8-21": [[174.5, 629.5], [202.5, 629.5], [202.5, 609.5], [174.5, 609.5]], "22-166, T": [[174.5, 609.5], [174.5, 629.5], [200.5, 629.5], [200.5, 626.5], [204.5, 622.5], [204.5, 616.5], [203.5, 615.5], [203.5, 610.5], [202.5, 610.5], [202.5, 609.5]]}, "center": {"8-21": [188.5, 619.5], "22-166, T": [189.5, 619.5]}},
{"id": "txeaqa", "name": "Usada Pekora", "description": "Usada Pekora (兎田ぺこら) is a female Japanese Virtual YouTuber associated with Hololive, debuting as part of its third generation of VTubers under the name of \"Hololive Fantasy\" (ホロライブファンタジー) alongside Uruha Rushia, Shiranui Flare, Shirogane Noel and Houshou Marine. She is a bunny who is known for her distinctive laugh and eccentric personality, and is often referred to as a war criminal. PE↗KO↘ PE↗KO↘ AH↓HA↑HA↑", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Shigure_Ui"], "subreddit": ["pekora", "Hololive"]}, "path": {"56-166, T": [[1362.5, 998.5], [1365.5, 990.5], [1378.5, 991.5], [1378.5, 998.5], [1364.5, 998.5]]}, "center": {"56-166, T": [1371.5, 994.5]}},
{"id": "txf10z", "name": "Oozora Subaru", "description": "A chibi artwork of Oozora Subaru (大空スバル). Subaru is a female Japanese virtual Youtuber associated with the idol VTuber group, Hololive, debuting as part of its second generation VTubers alongside Minato Aqua, Murasaki Shion, Nakira Ayame, and Yuzuki Choco. She is known and loved for her extroverted and tomboyish personality. She is also widely known as the duck of the Hololive, because of her silly habit of saying \"shuba shuba\" (quacking) to express her excitement or contentment.", "links": {"website": ["https://hololive.hololivepro.com/en/talents?gp=gen-2"], "subreddit": ["oozorasubaru", "Hololive"]}, "path": {"56-166, T": [[1391.5, 971.5], [1396.5, 972.5], [1389.5, 974.5], [1389.5, 973.5], [1391.5, 979.5], [1397.5, 978.5], [1395.5, 972.5], [1390.5, 972.5]]}, "center": {"56-166, T": [1393.5, 976.5]}},
{"id": "txf0z6", "name": "Sporting KC", "description": "MLS Club Sporting KC (Kansas City)", "links": {"website": ["https://en.wikipedia.org/wiki/Sporting_Kansas_City"], "subreddit": ["SportingKC"]}, "path": {"56-166, T": [[1952.5, 467.5], [1951.5, 453.5], [1956.5, 439.5], [1990.5, 439.5], [1990.5, 445.5], [1982.5, 440.5], [1967.5, 441.5], [1960.5, 444.5], [1954.5, 455.5], [1953.5, 457.5]]}, "center": {"56-166, T": [1964.5, 445.5]}},
@ -4705,7 +4704,7 @@
{"id": "txevvl", "name": "The Boyz", "description": "The Boyz (abbreviated as TBZ) is a K-pop boy band that debuted in 2017. The group consists of 11 members: Sangyeon, Juyeon, Younghoon, Hyunjae, Juhaknyeon, Sunwoo, New, Q, Jacob, Kevin, and Eric.", "links": {"website": ["https://www.youtube.com/channel/UCkJ1rbOrsyPfBuHNfnLPm-Q"], "subreddit": ["the_boyz"]}, "path": {"56-166, T": [[1570.5, 196.5], [1588.5, 196.5], [1588.5, 204.5], [1570.5, 204.5]]}, "center": {"56-166, T": [1579.5, 200.5]}},
{"id": "txevoi", "name": "GOT7", "description": "A peaceful tiny pixel art made for GOT7, a South Korean K-pop boy band formed and active since 2014, composed of Jay B, Mark, Jackson, Jinyoung, Youngjae, BamBam, and Yugyeom. Four of the members are Koreans with the other three being Thai, Chinese, and American respectively. They officially debuted on January 2014 in Korea with the release of their first EP \"Got It?\". Their official colors are green and white, and their fans are called IGOT7, or, romanized, ahgase. Ahgase also means baby bird in Korean. Made by ahgase for our members with love.", "links": {"website": ["https://youtu.be/tAe0yUEzAaI"], "subreddit": ["GOT7"]}, "path": {"56-166, T": [[1597.5, 267.5], [1597.5, 268.5], [1597.5, 269.5], [1597.5, 270.5], [1597.5, 271.5], [1597.5, 272.5], [1597.5, 273.5], [1597.5, 274.5], [1596.5, 274.5], [1595.5, 274.5], [1594.5, 274.5], [1593.5, 274.5], [1592.5, 274.5], [1591.5, 274.5], [1590.5, 274.5], [1589.5, 274.5], [1588.5, 274.5], [1587.5, 274.5], [1586.5, 274.5], [1585.5, 274.5], [1584.5, 274.5], [1583.5, 274.5], [1582.5, 274.5], [1581.5, 274.5], [1580.5, 274.5], [1579.5, 274.5], [1579.5, 273.5], [1579.5, 272.5], [1579.5, 271.5], [1579.5, 270.5], [1579.5, 269.5], [1579.5, 268.5], [1579.5, 267.5], [1580.5, 267.5], [1582.5, 267.5]]}, "center": {"56-166, T": [1588.5, 271.5]}},
{"id": "txeuva", "name": "Marsey the Cat", "description": "A miniature version of the rDrama.net mascot Marsey the Cat. A larger version can be found in the bottom left just east of Hollow Knight.\n\nThis art of Marsey the Cat comes from a small friends' Discord server called DDDC.", "links": {"website": ["https://rdrama.net"]}, "path": {"1-166, T": [[90.5, 627.5], [91.5, 627.5], [92.5, 626.5], [93.5, 625.5], [94.5, 624.5], [95.5, 623.5], [96.5, 622.5], [97.5, 623.5], [98.5, 624.5], [98.5, 625.5], [99.5, 626.5], [100.5, 626.5], [101.5, 625.5], [102.5, 624.5], [103.5, 623.5], [104.5, 622.5], [105.5, 623.5], [106.5, 624.5], [106.5, 631.5], [107.5, 632.5], [107.5, 635.5], [106.5, 636.5], [105.5, 637.5], [104.5, 638.5], [103.5, 638.5], [102.5, 639.5], [92.5, 639.5], [91.5, 638.5], [90.5, 638.5], [89.5, 637.5], [86.5, 637.5], [85.5, 636.5], [84.5, 636.5], [83.5, 635.5], [82.5, 634.5], [82.5, 633.5], [81.5, 632.5], [81.5, 630.5], [82.5, 629.5], [83.5, 629.5], [84.5, 630.5], [85.5, 631.5], [85.5, 632.5], [86.5, 633.5], [87.5, 633.5], [87.5, 630.5], [88.5, 629.5], [89.5, 628.5]]}, "center": {"1-166, T": [96.5, 632.5]}},
{"id": "txffm2", "name": "Flags of Chile", "description": "A large flag of Chile with two smaller flags under it.", "links": {"website": ["https://en.wikipedia.org/wiki/Chile"], "subreddit": ["chile"]}, "path": {"1-166, T": [[244.5, 498.5], [244.5, 528.5], [250.5, 528.5], [250.5, 542.5], [252.5, 542.5], [253.5, 541.5], [254.5, 541.5], [255.5, 540.5], [258.5, 540.5], [260.5, 538.5], [262.5, 538.5], [266.5, 542.5], [267.5, 541.5], [267.5, 538.5], [273.5, 538.5], [273.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 517.5], [279.5, 517.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5], [289.5, 533.5], [300.5, 533.5], [300.5, 528.5], [421.5, 528.5], [421.5, 498.5], [281.5, 498.5], [281.5, 503.5], [280.5, 504.5], [273.5, 504.5], [272.5, 503.5], [272.5, 498.5]]}, "center": {"1-166, T": [330.5, 514.5]}},
{"id": "txffm2", "name": "Flags of Chile", "description": "The large Chilean flag with the silhouette of the country in the flag. Underneath it is two smaller flags taking up the space around Benchy, added as part of an agreement with r/3Dprinting.\n\nAbove the flag are depictions of the Andes mountains, the pudú, the condor, red wine, and mote con huesillo.", "links": {"website": ["https://en.wikipedia.org/wiki/Chile"], "subreddit": ["chile"]}, "path": {"107": [[244.5, 528.5], [244.5, 498.5], [269.5, 498.5], [269.5, 492.5], [299.5, 492.5], [299.5, 498.5], [421.5, 498.5], [421.5, 528.5], [299.5, 528.5], [299.5, 533.5], [289.5, 533.5], [289.5, 526.5], [290.5, 526.5], [290.5, 521.5], [281.5, 521.5], [281.5, 522.5], [279.5, 522.5], [279.5, 517.5], [274.5, 517.5], [274.5, 523.5], [272.5, 523.5], [272.5, 528.5]], "T, 164": [[244.5, 498.5], [244.5, 528.5], [250.5, 528.5], [250.5, 542.5], [252.5, 542.5], [253.5, 541.5], [254.5, 541.5], [255.5, 540.5], [258.5, 540.5], [260.5, 538.5], [262.5, 538.5], [266.5, 542.5], [267.5, 541.5], [267.5, 538.5], [273.5, 538.5], [273.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 517.5], [279.5, 517.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5], [289.5, 533.5], [300.5, 533.5], [300.5, 528.5], [421.5, 528.5], [421.5, 498.5], [281.5, 498.5], [281.5, 503.5], [280.5, 503.5], [280.5, 504.5], [273.5, 504.5], [273.5, 503.5], [272.5, 503.5], [272.5, 498.5]], "148-163": [[250.5, 538.5], [273.5, 538.5], [273.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 517.5], [279.5, 517.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5], [289.5, 533.5], [300.5, 533.5], [300.5, 528.5], [421.5, 528.5], [421.5, 498.5], [281.5, 498.5], [281.5, 503.5], [280.5, 503.5], [280.5, 504.5], [273.5, 504.5], [273.5, 503.5], [272.5, 503.5], [272.5, 498.5], [244.5, 498.5], [244.5, 528.5], [250.5, 528.5]], "121-147": [[244.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 517.5], [279.5, 517.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5], [289.5, 533.5], [300.5, 533.5], [300.5, 528.5], [421.5, 528.5], [421.5, 498.5], [281.5, 498.5], [281.5, 503.5], [280.5, 503.5], [280.5, 504.5], [273.5, 504.5], [273.5, 503.5], [272.5, 503.5], [272.5, 498.5], [244.5, 498.5]], "108-120": [[244.5, 528.5], [244.5, 498.5], [421.5, 498.5], [421.5, 528.5], [300.5, 528.5], [300.5, 533.5], [289.5, 533.5], [289.5, 526.5], [290.5, 526.5], [290.5, 521.5], [281.5, 521.5], [281.5, 522.5], [279.5, 522.5], [279.5, 517.5], [274.5, 517.5], [274.5, 523.5], [272.5, 523.5], [272.5, 528.5]], "44-106, 24-31": [[269.5, 492.5], [269.5, 498.5], [244.5, 498.5], [244.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 518.5], [279.5, 518.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5], [289.5, 533.5], [299.5, 533.5], [299.5, 492.5]], "32-43": [[289.5, 533.5], [299.5, 533.5], [299.5, 492.5], [269.5, 492.5], [269.5, 498.5], [244.5, 498.5], [244.5, 528.5], [250.5, 528.5], [250.5, 538.5], [273.5, 538.5], [273.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 518.5], [279.5, 518.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5]], "22-23": [[290.5, 521.5], [281.5, 521.5], [281.5, 522.5], [279.5, 522.5], [279.5, 518.5], [274.5, 518.5], [274.5, 523.5], [272.5, 523.5], [272.5, 528.5], [244.5, 528.5], [244.5, 498.5], [299.5, 498.5], [299.5, 533.5], [289.5, 533.5], [289.5, 526.5], [290.5, 526.5]], "16-21": [[300.5, 498.5], [244.5, 498.5], [244.5, 528.5], [272.5, 528.5], [272.5, 523.5], [274.5, 523.5], [274.5, 518.5], [279.5, 518.5], [279.5, 522.5], [281.5, 522.5], [281.5, 521.5], [290.5, 521.5], [290.5, 526.5], [289.5, 526.5], [289.5, 533.5], [300.5, 533.5]], "8-15": [[244.5, 528.5], [300.5, 528.5], [300.5, 498.5], [244.5, 498.5]], "3-7": [[244.5, 517.5], [273.5, 517.5], [273.5, 498.5], [244.5, 498.5]]}, "center": {"107": [260.5, 513.5], "T, 164": [404.5, 513.5], "148-163": [259.5, 513.5], "121-147": [334.5, 513.5], "108-120": [333.5, 513.5], "44-106, 24-31": [260.5, 513.5], "32-43": [259.5, 514.5], "22-23": [260.5, 513.5], "16-21": [260.5, 513.5], "8-15": [272.5, 513.5], "3-7": [259.5, 508.5]}},
{"id": "txffdr", "name": "Flag of Turkey", "description": "A tiny flag of Turkey organized most likely by the Turkey subreddit and by Turkish contributors", "links": {"website": ["https://en.wikipedia.org/wiki/Turkey"], "subreddit": ["Turkey"]}, "path": {"109-166, T": [[1021.5, 1841.5], [1029.5, 1844.5], [1019.5, 1839.5], [1020.5, 1841.5], [1019.5, 1845.5], [1028.5, 1844.5], [1026.5, 1839.5], [1019.5, 1839.5], [1019.5, 1845.5], [1029.5, 1845.5], [1029.5, 1843.5], [1027.5, 1843.5], [1027.5, 1839.5], [1019.5, 1839.5]]}, "center": {"109-166, T": [1023.5, 1842.5]}},
{"id": "txfek0", "name": "Kaiser Kattail", "description": "Pixel art of Kaiser Kattail, villain and central character in the popular Stellaris mod Gigastructural Engineering and More", "links": {"website": ["https://steamcommunity.com/sharedfiles/filedetails/?id=1121692237"], "subreddit": ["stellaris"]}, "path": {"56-166, T": [[1452.5, 975.5], [1478.5, 975.5], [1478.5, 998.5], [1452.5, 998.5]]}, "center": {"56-166, T": [1465.5, 987.5]}},
{"id": "txfdq7", "name": "La Ligue Intercommu", "description": "Logo of La Ligue Intercommu, a French GeoGuessr community. It is home of Blinky, a very gifted French player and world record holder for A Diverse World at 2:02.", "links": {"subreddit": ["GeoGuessr"], "discord": ["5nug94RrxV"]}, "path": {"1-166, T": [[125.5, 466.5], [125.5, 484.5], [109.5, 484.5], [109.5, 466.5]]}, "center": {"1-166, T": [117.5, 475.5]}},
@ -4936,7 +4935,7 @@
{"id": "txhejq", "name": "Tweek X Craig", "description": "A small pice representing the couple of Tweek and Craig from the show South Park", "links": {"subreddit": ["southpark"]}, "path": {"109-166, T": [[474.5, 1683.5], [481.5, 1683.5], [481.5, 1687.5], [474.5, 1687.5], [474.5, 1685.5], [480.5, 1684.5], [479.5, 1685.5], [481.5, 1683.5], [481.5, 1687.5], [474.5, 1687.5], [474.5, 1683.5], [480.5, 1686.5]]}, "center": {"109-166, T": [478.5, 1685.5]}},
{"id": "txhdcu", "name": "A", "description": "Catchphrase of Hololive VTuber Gawr Gura coined during her first livestream.", "links": {"website": ["https://www.youtube.com/channel/UCoSrY_IQQVpmIRZ9Xf-y93g"], "subreddit": ["GawrGura", "Hololive"]}, "path": {"1-166, T": [[265.5, 763.5], [265.5, 760.5], [267.5, 760.5], [267.5, 763.5]]}, "center": {"1-166, T": [266.5, 762.5]}},
{"id": "txhjk0", "name": "Minecraft loading screen at 69%", "description": "Made by the Minecraft Speedrunning community. Speedrunners see the loading screen very often when they reset their runs.", "links": {}, "path": {"109-166, T": [[1437.5, 1455.5], [1453.5, 1455.5], [1453.5, 1471.5], [1437.5, 1471.5]]}, "center": {"109-166, T": [1445.5, 1463.5]}},
{"id": "txhjdf", "name": "Southern Pudu", "description": "One of the two species of pudu, the world's smallest species of deer. The southern pudu is found in southern Chile and depicted here drinking mote con huesillo", "links": {"website": ["https://en.wikipedia.org/wiki/Southern_pudu"], "subreddit": ["chile"]}, "path": {"1-166, T": [[285.5, 498.5], [285.5, 492.5], [284.5, 492.5], [284.5, 491.5], [283.5, 490.5], [281.5, 490.5], [281.5, 489.5], [280.5, 489.5], [280.5, 487.5], [278.5, 487.5], [278.5, 484.5], [279.5, 484.5], [279.5, 482.5], [280.5, 481.5], [280.5, 480.5], [281.5, 480.5], [281.5, 478.5], [282.5, 478.5], [282.5, 472.5], [283.5, 471.5], [284.5, 472.5], [285.5, 473.5], [286.5, 474.5], [287.5, 475.5], [290.5, 475.5], [290.5, 474.5], [291.5, 474.5], [291.5, 473.5], [292.5, 473.5], [292.5, 472.5], [293.5, 471.5], [294.5, 470.5], [295.5, 471.5], [295.5, 485.5], [296.5, 485.5], [296.5, 486.5], [297.5, 486.5], [297.5, 487.5], [315.5, 487.5], [315.5, 488.5], [316.5, 489.5], [317.5, 490.5], [318.5, 491.5], [318.5, 498.5]]}, "center": {"1-166, T": [296.5, 488.5]}},
{"id": "txhjdf", "name": "Southern Pudu", "description": "One of the two species of pudu, the world's smallest species of deer. The southern pudu is found in southern Chile and depicted here drinking mote con huesillo", "links": {"website": ["https://en.wikipedia.org/wiki/Southern_pudu"], "subreddit": ["chile"]}, "path": {"27-108": [[299.5, 492.5], [299.5, 487.5], [296.5, 485.5], [296.5, 473.5], [294.5, 470.5], [289.5, 475.5], [288.5, 475.5], [283.5, 470.5], [282.5, 470.5], [282.5, 478.5], [279.5, 481.5], [277.5, 484.5], [277.5, 486.5], [279.5, 488.5], [283.5, 489.5], [286.5, 492.5]], "109-166, T": [[285.5, 498.5], [285.5, 492.5], [284.5, 492.5], [284.5, 491.5], [283.5, 490.5], [281.5, 490.5], [281.5, 489.5], [280.5, 489.5], [280.5, 487.5], [278.5, 487.5], [278.5, 484.5], [279.5, 484.5], [279.5, 482.5], [280.5, 481.5], [280.5, 480.5], [281.5, 480.5], [281.5, 478.5], [282.5, 478.5], [282.5, 472.5], [283.5, 471.5], [284.5, 472.5], [285.5, 473.5], [286.5, 474.5], [287.5, 475.5], [290.5, 475.5], [290.5, 474.5], [291.5, 474.5], [291.5, 473.5], [292.5, 473.5], [292.5, 472.5], [293.5, 471.5], [294.5, 470.5], [295.5, 471.5], [295.5, 485.5], [296.5, 485.5], [296.5, 486.5], [297.5, 486.5], [297.5, 487.5], [315.5, 487.5], [315.5, 488.5], [316.5, 489.5], [317.5, 490.5], [318.5, 491.5], [318.5, 498.5]]}, "center": {"27-108": [288.5, 483.5], "109-166, T": [287.5, 484.5]}},
{"id": "txhj71", "name": "Memes Out 4 Duterte", "description": "Currently stylized as meme$ out 4 du30: election year (杜特爾特·梅姆斯: 選舉年), this is the name of a public Facebook group dedicated to posting memes typically clowning on Philippine politics, politicians, and/or other people and topics related.", "links": {"subreddit": ["mo4d", "Philippines"]}, "path": {"109-166, T": [[397.5, 1670.5], [417.5, 1670.5], [417.5, 1675.5], [397.5, 1675.5]]}, "center": {"109-166, T": [407.5, 1673.5]}},
{"id": "txhiq9", "name": "Lucid", "description": "A Minecraft speedrunner.", "links": {"website": ["https://www.youtube.com/channel/UCtZWRtf2JEsm7tqTSs41ZFA"]}, "path": {"109-166, T": [[1463.5, 1445.5], [1463.5, 1454.5], [1472.5, 1454.5], [1472.5, 1445.5]]}, "center": {"109-166, T": [1468.5, 1450.5]}},
{"id": "txhidp", "name": "Austin FC", "description": "Austin FC is Austin's Major League Soccer team, and current home of Our Lord and Saver Brad Stuver. VERDE. LISTOS.", "links": {"website": ["https://www.austinfc.com/"], "subreddit": ["AustinFC"]}, "path": {"109-166, T": [[852.5, 1623.5], [852.5, 1631.5], [874.5, 1631.5], [874.5, 1623.5]]}, "center": {"109-166, T": [863.5, 1627.5]}},
@ -5481,7 +5480,7 @@
{"id": "txpg68", "name": "Tubbo", "description": "Tubbo is an English gaming YouTuber, avid musician, and Twitch streamer known for his Minecraft collaborations.", "links": {"website": ["https://twitch.tv/tubbo"], "subreddit": ["Tubbo_"]}, "path": {"109-166, T": [[888.5, 1440.5], [888.5, 1447.5], [835.5, 1446.5], [836.5, 1440.5]]}, "center": {"109-166, T": [862.5, 1443.5]}},
{"id": "txpfk5", "name": "Keep fighting Michael", "description": "Dedicated to the German motorsport legend Michael Schumacher, who was seriously injured in a skiing accident in 2013.", "links": {"website": ["https://en.wikipedia.org/wiki/Michael_Schumacher"], "subreddit": ["formula1"]}, "path": {"1-166, T": [[461.5, 762.5], [461.5, 770.5], [538.5, 769.5], [538.5, 762.5], [531.5, 762.5]]}, "center": {"1-166, T": [499.5, 766.5]}},
{"id": "txpem6", "name": "U", "description": "A reference to Onesimee a french albion online streamer who said:\n\nf*ck i ruined my yeslife\nI woke up like 5 times last night suddenly at 10 a.m. I woke up, I wanted to type hi yeslife on discord, I typed \"U\" and I went back to sleep instantly lmao", "links": {}, "path": {"109-166, T": [[653.5, 1511.5], [653.5, 1517.5], [659.5, 1517.5], [659.5, 1511.5]]}, "center": {"109-166, T": [656.5, 1514.5]}},
{"id": "txpef6", "name": "Proller's little dude", "description": "A leshen VTuber learning how to be human. The brown paper bag with a face is his human disguise. Allied with France and Inscryption to have him riding bread cat with Goobert.", "links": {"website": ["https://www.twitch.tv/proller/about"]}, "path": {"1-166, T": [[166.5, 297.5], [166.5, 303.5], [167.5, 304.5], [168.5, 305.5], [169.5, 306.5], [171.5, 306.5], [171.5, 297.5]]}, "center": {"1-166, T": [169.5, 301.5]}},
{"id": "txpef6", "name": "Proller's little dude", "description": "A leshen VTuber learning how to be human. The brown paper bag with a face is his human disguise. Allied with France and Inscryption to have him riding bread cat with Goobert.", "links": {"website": ["https://www.twitch.tv/proller/about"]}, "path": {"142-166": [[165.5, 297.5], [165.5, 302.5], [166.5, 303.5], [167.5, 304.5], [168.5, 305.5], [169.5, 306.5], [171.5, 306.5], [171.5, 297.5]]}, "center": {"142-166": [168.5, 300.5]}},
{"id": "txpdg3", "name": "Turtle", "description": "A friendly hidden turtle.", "links": {"website": ["https://en.wikipedia.org/wiki/Turtle"]}, "path": {"1-166, T": [[930.5, 678.5], [931.5, 678.5], [931.5, 679.5], [932.5, 679.5], [932.5, 680.5], [931.5, 680.5], [931.5, 681.5], [930.5, 681.5], [929.5, 681.5], [929.5, 683.5], [928.5, 683.5], [928.5, 682.5], [925.5, 682.5], [925.5, 683.5], [924.5, 683.5], [924.5, 682.5], [924.5, 681.5], [923.5, 681.5], [923.5, 679.5], [925.5, 679.5], [925.5, 678.5], [928.5, 678.5], [928.5, 679.5], [929.5, 679.5]]}, "center": {"1-166, T": [927.5, 680.5]}},
{"id": "txpbzt", "name": "Mermaid's Pendant", "description": "A representation of a Mermaid's Pendant, which is used to propose marriage in the game Stardew Valley.", "links": {"website": ["https://stardewvalleywiki.com/Mermaid%27s_Pendant"], "subreddit": ["StardewValley"]}, "path": {"109-166, T": [[1708.5, 1064.5], [1708.5, 1081.5], [1728.5, 1081.5], [1728.5, 1064.5]]}, "center": {"109-166, T": [1718.5, 1073.5]}},
{"id": "txpbxx", "name": "HUMPHREY", "description": "Character of the video game OMORI", "links": {"website": ["https://omori.fandom.com/wiki/HUMPHREY"], "subreddit": ["OMORI"]}, "path": {"1-166, T": [[965.5, 803.5], [982.5, 803.5], [982.5, 813.5], [981.5, 813.5], [981.5, 816.5], [980.5, 816.5], [980.5, 817.5], [979.5, 817.5], [979.5, 818.5], [978.5, 818.5], [978.5, 819.5], [977.5, 819.5], [977.5, 820.5], [970.5, 820.5], [970.5, 819.5], [969.5, 819.5], [969.5, 818.5], [968.5, 818.5], [968.5, 817.5], [967.5, 817.5], [967.5, 816.5], [966.5, 816.5], [966.5, 813.5], [965.5, 813.5], [965.5, 804.5], [966.5, 804.5], [966.5, 803.5]]}, "center": {"1-166, T": [974.5, 811.5]}},
@ -5552,7 +5551,7 @@
{"id": "txuozu", "name": "/r/animepiracy Discord link", "description": "The discord link for the r/animepiracy Discord that was created within the last hour.", "links": {"website": ["https://piracy.moe/"], "subreddit": ["animepiracy"]}, "path": {"109-166, T": [[1521.5, 1999.5], [1482.5, 1999.5], [1482.5, 1994.5], [1521.5, 1994.5]]}, "center": {"109-166, T": [1502.5, 1997.5]}},
{"id": "txuodo", "name": "Loopring x ImmutableX x GME", "description": "Both Loopring & Immutable X are Ethereum Layer 2 solutions, and they are having a partnership with GameStop for an upcoming marketplace", "links": {"website": ["https://nft.gamestop.com"], "subreddit": ["Superstonk"]}, "path": {"1-166, T": [[776.5, 857.5], [905.5, 857.5], [904.5, 896.5], [776.5, 894.5]]}, "center": {"1-166, T": [841.5, 876.5]}},
{"id": "txun4q", "name": "Argentine cockade", "description": "An identifying insignia used during the Revolución de Mayo in Argentina. Nowadays, used in schools during the month of May and in National Flag Day. Called \"escarapela\" in Spanish.", "links": {"website": ["https://en.wikipedia.org/wiki/Cockade_of_Argentina"], "subreddit": ["argentina"]}, "path": {"56-166, T": [[1256.5, 663.5], [1254.5, 665.5], [1254.5, 667.5], [1256.5, 669.5], [1258.5, 669.5], [1260.5, 667.5], [1260.5, 665.5], [1258.5, 663.5]]}, "center": {"56-166, T": [1257.5, 666.5]}},
{"id": "txumz5", "name": "Guacamaya bandera (scarlet macaw)", "description": "A large red, yellow, and blue Central and South American parrot, a member of a large group of Neotropical parrots called macaws. It is native to humid evergreen forests of the Neotropics. Its range extends from south-eastern Mexico to Peru, Ecuador, Colombia, Bolivia, Venezuela and Brazil.", "links": {"website": ["https://en.wikipedia.org/wiki/Scarlet_macaw"], "subreddit": ["Colombia"]}, "path": {"1-166, T": [[231.5, 558.5], [231.5, 560.5], [230.5, 562.5], [229.5, 569.5], [232.5, 569.5], [232.5, 573.5], [230.5, 572.5], [229.5, 570.5], [227.5, 569.5], [225.5, 569.5], [225.5, 570.5], [224.5, 572.5], [222.5, 572.5], [222.5, 573.5], [221.5, 575.5], [222.5, 576.5], [221.5, 578.5], [221.5, 580.5], [222.5, 580.5], [223.5, 581.5], [224.5, 582.5], [256.5, 582.5], [256.5, 579.5], [251.5, 574.5], [251.5, 572.5], [252.5, 571.5], [253.5, 570.5], [254.5, 570.5], [254.5, 567.5], [252.5, 567.5], [252.5, 566.5], [251.5, 566.5], [251.5, 565.5], [249.5, 563.5], [247.5, 563.5], [247.5, 565.5], [249.5, 568.5], [244.5, 567.5], [244.5, 565.5], [243.5, 565.5], [243.5, 563.5], [242.5, 562.5], [242.5, 560.5], [241.5, 559.5], [240.5, 558.5], [237.5, 557.5], [236.5, 557.5]]}, "center": {"1-166, T": [238.5, 572.5]}},
{"id": "txumz5", "name": "Guacamaya bandera (scarlet macaw)", "description": "A large red, yellow, and blue Central and South American parrot, a member of a large group of Neotropical parrots called macaws. It is native to humid evergreen forests of the Neotropics. Its range extends from south-eastern Mexico to Peru, Ecuador, Colombia, Bolivia, Venezuela and Brazil.", "links": {"website": ["https://en.wikipedia.org/wiki/Scarlet_macaw"], "subreddit": ["Colombia"]}, "path": {"81-166, T": [[231.5, 558.5], [231.5, 560.5], [230.5, 562.5], [229.5, 569.5], [232.5, 569.5], [232.5, 573.5], [230.5, 572.5], [229.5, 570.5], [227.5, 569.5], [225.5, 569.5], [225.5, 570.5], [224.5, 572.5], [222.5, 572.5], [222.5, 573.5], [221.5, 575.5], [222.5, 576.5], [221.5, 578.5], [221.5, 580.5], [222.5, 580.5], [223.5, 581.5], [224.5, 582.5], [256.5, 582.5], [256.5, 579.5], [251.5, 574.5], [251.5, 572.5], [252.5, 571.5], [253.5, 570.5], [254.5, 570.5], [254.5, 567.5], [252.5, 567.5], [252.5, 566.5], [251.5, 566.5], [251.5, 565.5], [249.5, 563.5], [247.5, 563.5], [247.5, 565.5], [249.5, 568.5], [244.5, 567.5], [244.5, 565.5], [243.5, 565.5], [243.5, 563.5], [242.5, 562.5], [242.5, 560.5], [241.5, 559.5], [240.5, 558.5], [237.5, 557.5], [236.5, 557.5]]}, "center": {"81-166, T": [238.5, 572.5]}},
{"id": "txulkx", "name": "Red 3.47", "description": "This is a part of r/Cubers and is referencing the world record time of 3.47 seconds to solve a 3x3x3 Rubik's Cube by Yusheng Du. He solved the cube with the first step being: make a red cross. Most cubers solve it with a white cross first for consistency, but Yusheng Du saw that a red cross could make the next step faster.", "links": {"subreddit": ["Cubers"]}, "path": {"56-166, T": [[1412.5, 502.5], [1425.5, 502.5], [1425.5, 509.5], [1412.5, 509.5]]}, "center": {"56-166, T": [1419.5, 506.5]}},
{"id": "txui7d", "name": "Playboi Carti WLR", "description": "A warzone (hehe, COD reference :D), with maiden-less heathens trying to desecrate the mural of our Lord Vamp Jordan Terrell Carter. Such blasphemy! His loyal soldiers fought bravely to the very end; until Sir Ca$h Cartier covered it with his potent, virile semen he ejaculated while examining Naomi Ross's gigantic knockers. Of course her brother's gawk gawk technique helped as well :)", "links": {"subreddit": ["carticulture"], "discord": ["ZgBug6brND"]}, "path": {"1-166, T": [[53.5, 468.5], [53.5, 528.5], [92.5, 528.5], [92.5, 468.5]]}, "center": {"1-166, T": [73.5, 498.5]}},
{"id": "txuhyh", "name": "Lua", "description": "Lua is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications.", "links": {"subreddit": ["lua"]}, "path": {"109-166, T": [[373.5, 1828.5], [373.5, 1836.5], [391.5, 1835.5], [390.5, 1828.5]]}, "center": {"109-166, T": [382.5, 1832.5]}},
@ -5746,7 +5745,7 @@
{"id": "txzevl", "name": "Susie", "description": "The ax-wielding, hot-tempered member of the main cast of Deltarune. Originally the resident school bully, she finds that she is destined to be a hero. Her name is not Susan and she definitely doesn't have tail.", "links": {"website": ["https://deltarune.fandom.com/wiki/Susie"], "subreddit": ["Deltarune"]}, "path": {"56-166, T": [[1780.5, 173.5], [1774.5, 173.5], [1774.5, 174.5], [1772.5, 174.5], [1772.5, 175.5], [1768.5, 175.5], [1768.5, 177.5], [1769.5, 177.5], [1769.5, 180.5], [1768.5, 180.5], [1768.5, 183.5], [1769.5, 183.5], [1777.5, 184.5], [1778.5, 184.5], [1779.5, 184.5], [1779.5, 183.5], [1783.5, 183.5], [1783.5, 181.5], [1782.5, 181.5], [1782.5, 180.5], [1779.5, 180.5], [1779.5, 179.5], [1777.5, 177.5], [1778.5, 177.5], [1778.5, 176.5], [1782.5, 176.5], [1782.5, 174.5], [1781.5, 174.5], [1780.5, 174.5]]}, "center": {"56-166, T": [1775.5, 179.5]}},
{"id": "txzdra", "name": "Bigender mini-flag", "description": "Bigender is a gender identity under the multigender, nonbinary, and transgender umbrella terms.\nBigender 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.\nThe 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", "PlacePride"]}, "path": {"1-166, T": [[457.5, 641.5], [457.5, 645.5], [464.5, 645.5], [464.5, 641.5]]}, "center": {"1-166, T": [461.5, 643.5]}},
{"id": "txzdg1", "name": "原神 (Genshin Impact - Chinese logo)", "description": "As a backup plan to the vandalization (and eventual demise) of the original English logo, the Genshin community migrated over to a space just below the Dutch flag and built the game's Chinese logo (its original language). Its Chinese name \"原神\" translates to \"Original God\".\n\nJust above the logo is one of the playable characters, Venti, who's pictured here dressed in Dutch women's clothing.\n\nThey initially planned to have the three available archons (Raiden, Zhongli, Venti) on top of the logo. However, after Venti was built, the Dutch community woke up and proceeded to wipe out every single non-Dutch related artwork that occupied their flag.\nFortunately, the Genshin community formed a pact with the Dutch to keep Venti in the flag, and he was redesigned accordingly to complement the Netherlands theme.", "links": {"website": ["https://genshin.hoyoverse.com/en/"], "subreddit": ["GenshinPlace", "Genshin_Impact"]}, "path": {"56-166, T": [[1105.5, 36.5], [1105.5, 74.5], [1110.5, 74.5], [1110.5, 70.5], [1112.5, 68.5], [1115.5, 69.5], [1117.5, 71.5], [1117.5, 66.5], [1121.5, 66.5], [1124.5, 63.5], [1128.5, 65.5], [1127.5, 70.5], [1132.5, 72.5], [1134.5, 66.5], [1138.5, 66.5], [1143.5, 64.5], [1146.5, 67.5], [1149.5, 69.5], [1152.5, 70.5], [1160.5, 65.5], [1167.5, 69.5], [1173.5, 73.5], [1174.5, 67.5], [1176.5, 65.5], [1179.5, 62.5], [1180.5, 63.5], [1181.5, 36.5], [1176.5, 35.5], [1173.5, 26.5], [1169.5, 25.5], [1170.5, 20.5], [1167.5, 21.5], [1163.5, 14.5], [1156.5, 22.5], [1153.5, 20.5], [1154.5, 25.5], [1154.5, 30.5], [1157.5, 34.5], [1156.5, 35.5], [1149.5, 35.5], [1148.5, 38.5], [1132.5, 39.5], [1131.5, 40.5], [1118.5, 40.5], [1113.5, 35.5], [1105.5, 35.5]]}, "center": {"56-166, T": [1145.5, 50.5]}},
{"id": "txzdcd", "name": "Wilson", "description": "The community of Spanish streamer Rubius tried to invade Chile with a pixel art of Wilson, Rubius's cat.", "links": {"website": ["https://www.twitch.tv/rubius"]}, "path": {"1-166, T": [[406.5, 451.5], [412.5, 456.5], [412.5, 462.5], [421.5, 469.5], [421.5, 498.5], [391.5, 498.5], [391.5, 492.5], [383.5, 485.5], [380.5, 481.5], [376.5, 472.5], [375.5, 468.5], [377.5, 461.5], [378.5, 453.5], [384.5, 453.5], [389.5, 450.5], [406.5, 450.5]]}, "center": {"1-166, T": [399.5, 474.5]}},
{"id": "txzdcd", "name": "Wilson", "description": "The community of Spanish streamer Rubius tried to invade Chile with a pixel art of Wilson, Rubius's cat.", "links": {"website": ["https://www.twitch.tv/rubius"]}, "path": {"164-166": [[406.5, 451.5], [412.5, 456.5], [412.5, 462.5], [421.5, 469.5], [421.5, 498.5], [391.5, 498.5], [391.5, 492.5], [383.5, 485.5], [380.5, 481.5], [376.5, 472.5], [375.5, 468.5], [377.5, 461.5], [378.5, 453.5], [384.5, 453.5], [389.5, 450.5], [406.5, 450.5]]}, "center": {"164-166": [397.5, 472.5]}},
{"id": "txzc76", "name": "K-2", "description": "K-2 next to the failed bean. K-2 is one of the characters created by Mili, a Japanese indie band.", "links": {"website": ["http://projectmili.com/"], "subreddit": ["mili"]}, "path": {"1-166, T": [[584.5, 160.5], [581.5, 161.5], [581.5, 167.5], [584.5, 174.5], [588.5, 174.5], [591.5, 168.5], [591.5, 162.5], [589.5, 160.5], [586.5, 160.5]]}, "center": {"1-166, T": [586.5, 166.5]}},
{"id": "txzbme", "name": "Lost Pause", "description": "Lost Pause is a YouTube channel run by Noble, who often reviews anime memes", "links": {"subreddit": ["lostpause"]}, "path": {"56-166, T": [[1866.5, 638.5], [1890.5, 638.5], [1889.5, 648.5], [1866.5, 647.5]]}, "center": {"56-166, T": [1878.5, 643.5]}},
{"id": "txzaqr", "name": "The Knuckle Sandwich Protagonist", "description": "The Knuckle Sandwich Protagonist (called Protag by the community for the game) is the silent main character of the upcoming Indie RPG, Knuckle Sandwich, developed by Andrew Brophy. The Discord server for the game was making the sprite of Protag close by to the Nelward Scott sprite on r/place, since they are connected as Nelward made a good chunk of music for the game. Unfortunately, only half of Protag's face was finished, as r/place ended in the middle of the creation of the sprite.", "links": {"website": ["https://knucklesandwich.biz"], "subreddit": ["knucklesandwich"]}, "path": {"1-166, T": [[35.5, 63.5], [35.5, 73.5], [45.5, 73.5], [45.5, 63.5]]}, "center": {"1-166, T": [40.5, 68.5]}},
@ -6079,7 +6078,7 @@
{"id": "ty87y9", "name": "Sin Cebolla", "description": "Sin Cebolla. A group of friends who have been together for almost 10 years and who decide to create this space with the sole purpose of reclaiming the 20 pixels they occupied and defended to the death on the canvas of r/place.", "links": {"website": ["https://linktr.ee/sincebolla"], "subreddit": ["sincebolla"]}, "path": {"56-166, T": [[1744.5, 387.5], [1744.5, 393.5], [1750.5, 392.5], [1750.5, 387.5]]}, "center": {"56-166, T": [1747.5, 390.5]}},
{"id": "ty87c5", "name": "Flag of Switzerland", "description": "This small sliver of r/place was at first a Swiss flag, a drawing of famous cartoon character Pingu, initials of several prominent Swiss universities such as ETH (Eidgenössische Technische Hochschule), and a small dedication to one of the user's grandfather. It was invaded by the Mexican flag and Quackity.", "links": {"website": ["https://en.wikipedia.org/wiki/Switzerland"], "subreddit": ["swissneutralityzone"]}, "path": {"109-166, T": [[785.5, 1300.5], [785.5, 1286.5], [838.5, 1286.5], [838.5, 1300.5], [838.5, 1301.5]]}, "center": {"109-166, T": [812.5, 1293.5]}},
{"id": "ty86mh", "name": "Serbian-Silksong Heart", "description": "Although it doesn't represent a country, the Silksong square formed an alliance heart with Serbia and previously had an alliance heart with Turkey.", "links": {"subreddit": ["serbia", "HKplace"]}, "path": {"1-166, T": [[221.5, 360.5], [221.5, 363.5], [224.5, 366.5], [226.5, 366.5], [229.5, 363.5], [229.5, 360.5], [228.5, 359.5], [222.5, 359.5]]}, "center": {"1-166, T": [225.5, 362.5]}},
{"id": "ty85xx", "name": "Noxite", "description": "The face of Noxite. Noxite is the CEO of Noxcrew, the team behind Minecraft Championship.", "links": {"website": ["https://noxcrew.com/mcc"], "subreddit": ["MinecraftChampionship"]}, "path": {"56-166, T": [[1780.5, 130.5], [1789.5, 130.5], [1789.5, 140.5], [1780.5, 140.5]]}, "center": {"56-166, T": [1785.5, 135.5]}},
{"id": "ty85xx", "name": "Noxite", "description": "The face of Noxite. Noxite is the CEO of Noxcrew, the team behind Minecraft Championship.", "links": {"website": ["https://noxcrew.com/mcc"], "subreddit": ["MinecraftChampionship"]}, "path": {"93-166, T": [[1780.5, 130.5], [1789.5, 130.5], [1789.5, 139.5], [1780.5, 139.5]]}, "center": {"93-166, T": [1785.5, 135.5]}},
{"id": "ty8598", "name": "Seapeekay (CPK)", "description": "Seapeekay is a participant in Minecraft Championship who is featured in text in the sign. He was also the main feature of an April Fools' joke on the MCC subreddit.", "links": {"website": ["https://twitch.tv/seapeekay"], "subreddit": ["SeaPeeKay", "MinecraftChampionship"]}, "path": {"1-166, T": [[882.5, 552.5], [895.5, 552.5], [895.5, 557.5], [882.5, 557.5]]}, "center": {"1-166, T": [889.5, 555.5]}},
{"id": "ty84f0", "name": "Violet face", "description": "Vi is an artist for MCC", "links": {}, "path": {"56-166, T": [[1761.5, 119.5], [1769.5, 119.5], [1769.5, 128.5], [1760.5, 128.5], [1760.5, 119.5]]}, "center": {"56-166, T": [1765.5, 124.5]}},
{"id": "ty83px", "name": "Hydalcraft", "description": "head of YouTuber/streamer Hydalcraft (IHydal)", "links": {"website": ["https://www.youtube.com/channel/UCLb4mR9TY6zHQIjI958_KkA"]}, "path": {"109-166, T": [[1277.5, 1391.5], [1285.5, 1391.5], [1285.5, 1397.5], [1277.5, 1397.5]]}, "center": {"109-166, T": [1281.5, 1394.5]}},
@ -6209,7 +6208,7 @@
{"id": "tyii05", "name": "Tiny Ukraine flag", "description": "Yes, it is very small with 6 pixels.", "links": {}, "path": {"1-166, T": [[99.5, 812.5], [99.5, 813.5], [101.5, 813.5], [101.5, 812.5]]}, "center": {"1-166, T": [100.5, 813.5]}},
{"id": "tyih1b", "name": "Coat of arms of Saarland", "description": "Coat of arms of the German state Saarland.", "links": {"website": ["https://en.wikipedia.org/wiki/Saarland"], "subreddit": ["placeDE"]}, "path": {"109-166, T": [[1169.5, 1123.5], [1169.5, 1129.5], [1171.5, 1132.5], [1172.5, 1132.5], [1173.5, 1133.5], [1175.5, 1133.5], [1176.5, 1132.5], [1177.5, 1132.5], [1178.5, 1131.5], [1178.5, 1130.5], [1179.5, 1129.5], [1179.5, 1123.5]]}, "center": {"109-166, T": [1174.5, 1127.5]}},
{"id": "tyifw1", "name": "Coat of arms of Saxony-Anhalt", "description": "Coat of arms of the German state Saxony-Anhalt.", "links": {"website": ["https://en.wikipedia.org/wiki/Saxony-Anhalt"], "subreddit": ["placeDE"]}, "path": {"109-166, T": [[1157.5, 1123.5], [1167.5, 1123.5], [1167.5, 1130.5], [1164.5, 1133.5], [1160.5, 1133.5], [1157.5, 1130.5]]}, "center": {"109-166, T": [1162.5, 1128.5]}},
{"id": "tyifat", "name": "Boğaziçi Köprüsü (Bosphorus Bridge)", "description": "A bridge over the Bosphorus strait in Istanbul, Turkey that connects Europe and Asia. It is a cultural icon of Turkey.", "links": {"website": ["https://en.wikipedia.org/wiki/Bosphorus_Bridge"], "subreddit": ["Turkey"]}, "path": {"1-166, T": [[300.5, 415.5], [300.5, 449.5], [306.5, 449.5], [306.5, 439.5], [326.5, 439.5], [326.5, 431.5], [324.5, 431.5], [324.5, 430.5], [324.5, 431.5], [322.5, 431.5], [322.5, 429.5], [321.5, 429.5], [321.5, 428.5], [320.5, 428.5], [320.5, 427.5], [318.5, 427.5], [318.5, 426.5], [317.5, 426.5], [317.5, 425.5], [315.5, 425.5], [315.5, 424.5], [314.5, 424.5], [314.5, 423.5], [313.5, 423.5], [313.5, 422.5], [312.5, 422.5], [312.5, 421.5], [310.5, 421.5], [310.5, 420.5], [308.5, 420.5], [308.5, 418.5], [307.5, 418.5], [307.5, 415.5], [307.5, 417.5], [300.5, 417.5]]}, "center": {"1-166, T": [310.5, 432.5]}},
{"id": "tyifat", "name": "Boğaziçi Köprüsü (Bosphorus Bridge)", "description": "A bridge over the Bosphorus strait in Istanbul, Turkey that connects Europe and Asia. It is a cultural icon of Turkey.", "links": {"website": ["https://en.wikipedia.org/wiki/Bosphorus_Bridge"], "subreddit": ["Turkey"]}, "path": {"113-114, 116-128, 161-166, T": [[300.5, 415.5], [300.5, 449.5], [306.5, 449.5], [306.5, 439.5], [326.5, 439.5], [326.5, 431.5], [324.5, 431.5], [324.5, 430.5], [324.5, 431.5], [322.5, 431.5], [322.5, 429.5], [321.5, 429.5], [321.5, 428.5], [320.5, 428.5], [320.5, 427.5], [318.5, 427.5], [318.5, 426.5], [317.5, 426.5], [317.5, 425.5], [315.5, 425.5], [315.5, 424.5], [314.5, 424.5], [314.5, 423.5], [313.5, 423.5], [313.5, 422.5], [312.5, 422.5], [312.5, 421.5], [310.5, 421.5], [310.5, 420.5], [308.5, 420.5], [308.5, 418.5], [307.5, 418.5], [307.5, 415.5], [307.5, 417.5], [300.5, 417.5]]}, "center": {"113-114, 116-128, 161-166, T": [309.5, 431.5]}},
{"id": "tyief0", "name": "Coat of arms of Brandenburg", "description": "The Coat of arms of the German state Brandenburg.", "links": {"website": ["https://en.wikipedia.org/wiki/Brandenburg"], "subreddit": ["placeDE"]}, "path": {"109-166, T": [[1216.5, 1123.5], [1216.5, 1131.5], [1219.5, 1134.5], [1223.5, 1134.5], [1226.5, 1131.5], [1226.5, 1123.5]]}, "center": {"109-166, T": [1221.5, 1128.5]}},
{"id": "tyiag4", "name": "Lorca's castle", "description": "Made by Lorca's 3 city habitants that managed to get their city's castle banner just in time before the witheout.\n\nMade by BreadFlops, VIRVeX and Peri", "links": {}, "path": {"109-166, T": [[305.5, 1850.5], [311.5, 1850.5], [311.5, 1861.5], [305.5, 1861.5]]}, "center": {"109-166, T": [308.5, 1856.5]}},
{"id": "tyi0hn", "name": "Batman", "description": "Batman got destroyed by Grand Theft Auto V people in the last hour of r/place, but if given more prep time, he would have won like he always does. Because he's Batman.", "links": {"website": ["https://en.wikipedia.org/wiki/Batman"], "subreddit": ["Batman"]}, "path": {"109-166, T": [[545.5, 1393.5], [567.5, 1393.5], [568.5, 1407.5], [545.5, 1407.5]]}, "center": {"109-166, T": [556.5, 1400.5]}},
@ -6417,7 +6416,7 @@
{"id": "tzhq2u", "name": "Balrog", "description": "Assistant to Doctor, the main antagonist in Cave Story.", "links": {"website": ["https://cavestory.fandom.com/wiki/Balrog"], "subreddit": ["cavestory", "place_CentralAlliance"]}, "path": {"1-166, T": [[562.5, 880.5], [562.5, 886.5], [563.5, 886.5], [564.5, 887.5], [564.5, 894.5], [567.5, 894.5], [567.5, 897.5], [569.5, 899.5], [570.5, 899.5], [570.5, 900.5], [575.5, 900.5], [577.5, 898.5], [580.5, 898.5], [580.5, 900.5], [587.5, 900.5], [589.5, 898.5], [593.5, 898.5], [595.5, 896.5], [595.5, 889.5], [599.5, 881.5], [599.5, 879.5], [597.5, 879.5], [597.5, 880.5], [596.5, 880.5], [595.5, 881.5], [593.5, 879.5], [567.5, 879.5], [565.5, 881.5], [564.5, 880.5]]}, "center": {"1-166, T": [580.5, 889.5]}},
{"id": "tzhoqv", "name": "Quote", "description": "Player character in Cave Story.", "links": {"website": ["https://cavestory.fandom.com/wiki/Quote"], "subreddit": ["cavestory", "place_CentralAlliance"]}, "path": {"1-166, T": [[569.5, 866.5], [567.5, 868.5], [565.5, 868.5], [565.5, 870.5], [566.5, 871.5], [566.5, 872.5], [569.5, 875.5], [571.5, 875.5], [570.5, 876.5], [570.5, 880.5], [577.5, 880.5], [577.5, 877.5], [575.5, 877.5], [575.5, 875.5], [576.5, 875.5], [579.5, 872.5], [579.5, 871.5], [578.5, 870.5], [578.5, 869.5], [580.5, 869.5], [580.5, 867.5], [577.5, 867.5], [577.5, 866.5]]}, "center": {"1-166, T": [573.5, 872.5]}},
{"id": "tzhnzz", "name": "Curly Brace", "description": "Supporting character in Cave Story.", "links": {"website": ["https://cavestory.fandom.com/wiki/Curly_Brace"], "subreddit": ["cavestory", "place_CentralAlliance"]}, "path": {"1-166, T": [[580.5, 866.5], [579.5, 867.5], [579.5, 868.5], [578.5, 868.5], [578.5, 877.5], [579.5, 877.5], [580.5, 876.5], [581.5, 877.5], [581.5, 880.5], [594.5, 880.5], [594.5, 876.5], [589.5, 876.5], [589.5, 873.5], [591.5, 871.5], [590.5, 870.5], [590.5, 869.5], [587.5, 866.5]]}, "center": {"1-166, T": [585.5, 873.5]}},
{"id": "tzgzfi", "name": "Flag of the United States", "description": "This was the first version of the American flag on r/place 2022. It had 120 stars, when in reality the American flag has only 50.", "links": {"website": ["https://en.wikipedia.org/wiki/United_States"], "subreddit": ["AmericanFlagPlace"]}, "path": {"1-166, T": [[300.5, 449.5], [300.5, 528.5], [466.5, 528.5], [466.5, 449.5]]}, "center": {"1-166, T": [383.5, 489.5]}},
{"id": "tzgzfi", "name": "Flag of the United States", "description": "This was the first version of the American flag on r/place 2022. It had 120 stars, when in reality the American flag has only 50.", "links": {"website": ["https://en.wikipedia.org/wiki/United_States"], "subreddit": ["AmericanFlagPlace"]}, "path": {"15": [[300.5, 528.5], [457.5, 528.5], [457.5, 449.5], [300.5, 449.5]], "100-106": [[299.5, 449.5], [299.5, 528.5], [480.5, 528.5], [480.5, 449.5]], "10-11": [[300.5, 528.5], [300.5, 449.5], [486.5, 449.5], [486.5, 528.5]], "12-14": [[300.5, 528.5], [448.5, 528.5], [448.5, 449.5], [300.5, 449.5]], "5-7": [[300.5, 528.5], [431.5, 528.5], [431.5, 449.5], [300.5, 449.5]], "8-9": [[300.5, 528.5], [465.5, 528.5], [465.5, 449.5], [300.5, 449.5]], "3-4": [[431.5, 528.5], [431.5, 449.5], [378.5, 449.5], [378.5, 528.5]], "16-21": [[300.5, 528.5], [468.5, 528.5], [468.5, 449.5], [300.5, 449.5]], "24-35, 49-85": [[299.5, 528.5], [480.5, 528.5], [480.5, 449.5], [299.5, 449.5]], "36, 44-48, 94-99": [[299.5, 528.5], [421.5, 528.5], [421.5, 449.5], [299.5, 449.5]]}, "center": {"15": [379.5, 489.5], "100-106": [390.5, 489.5], "10-11": [393.5, 489.5], "12-14": [374.5, 489.5], "5-7": [366.5, 489.5], "8-9": [383.5, 489.5], "3-4": [405.5, 489.5], "16-21": [384.5, 489.5], "24-35, 49-85": [390.5, 489.5], "36, 44-48, 94-99": [360.5, 489.5]}},
{"id": "tzgs6d", "name": "Ryuko Matoi from Kill La Kill.", "description": "Portrait of Ryuko Matoi, main protagonist of Kill La Kill, an anime by Studio Trigger.\n\nDepicted wearing Senketsu, a living sailor suit, with her trademark weapon, the Scissor Blade, and the anime's initials.", "links": {"subreddit": ["KillLaKill"]}, "path": {"56-166, T": [[1715.5, 426.5], [1740.5, 426.5], [1740.5, 459.5], [1715.5, 459.5], [1715.5, 451.5]]}, "center": {"56-166, T": [1728.5, 443.5]}},
{"id": "tzgr8x", "name": "Hämis Among Us crewmate", "description": "Among Us crewmates with the colors of Hämis from Noita.", "links": {"website": ["https://noita.fandom.com/wiki/H%C3%A4mis"], "subreddit": ["noita", "place_CentralAlliance"]}, "path": {"1-166, T": [[607.5, 905.5], [607.5, 910.5], [616.5, 910.5], [616.5, 909.5], [617.5, 909.5], [617.5, 906.5], [616.5, 906.5], [616.5, 905.5]]}, "center": {"1-166, T": [612.5, 908.5]}},
{"id": "tzgowr", "name": "Fish", "description": "An enemy in Noita.", "links": {"website": ["https://noita.fandom.com/wiki/Ev%C3%A4k%C3%A4s"], "subreddit": ["noita", "place_CentralAlliance"]}, "path": {"1-166, T": [[612.5, 895.5], [612.5, 897.5], [611.5, 897.5], [611.5, 900.5], [609.5, 902.5], [609.5, 903.5], [612.5, 903.5], [610.5, 905.5], [611.5, 906.5], [612.5, 905.5], [613.5, 905.5], [614.5, 906.5], [615.5, 905.5], [614.5, 904.5], [614.5, 903.5], [615.5, 902.5], [615.5, 901.5], [614.5, 900.5], [614.5, 895.5]]}, "center": {"1-166, T": [612.5, 901.5]}},
@ -6788,7 +6787,7 @@
{"id": "u08g67", "name": "Dark Red Among Us Figure", "description": "A dark red Among Us character.", "links": {}, "path": {"109-166, T": [[756.5, 1750.5], [759.5, 1750.5], [759.5, 1753.5], [756.5, 1753.5]]}, "center": {"109-166, T": [758.5, 1752.5]}},
{"id": "u08emv", "name": "504", "description": "Telephone prefix of Honduras.", "links": {"website": ["https://en.wikipedia.org/wiki/Telephone_numbers_in_Honduras"], "subreddit": ["honduras"]}, "path": {"109-166, T": [[1498.5, 1986.5], [1498.5, 1994.5], [1510.5, 1994.5], [1510.5, 1986.5]]}, "center": {"109-166, T": [1504.5, 1990.5]}},
{"id": "u08dc7", "name": "Red macaw", "description": "A bird found throughout Central and South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Macaw"], "subreddit": ["honduras"]}, "path": {"109-166, T": [[1515.5, 1984.5], [1515.5, 1988.5], [1513.5, 1990.5], [1513.5, 1991.5], [1510.5, 1994.5], [1510.5, 1995.5], [1509.5, 1995.5], [1509.5, 1999.5], [1518.5, 1999.5], [1521.5, 1996.5], [1521.5, 1995.5], [1522.5, 1994.5], [1522.5, 1991.5], [1523.5, 1990.5], [1523.5, 1987.5], [1522.5, 1986.5], [1522.5, 1983.5]]}, "center": {"109-166, T": [1517.5, 1992.5]}},
{"id": "u08ch9", "name": "Flag of Chile", "description": "The flag of Chile, in South America.", "links": {}, "path": {"1-166, T": [[290.5, 527.5], [299.5, 527.5], [299.5, 532.5], [290.5, 532.5]]}, "center": {"1-166, T": [295.5, 530.5]}},
{"id": "u08ch9", "name": "Flag of Chile", "description": "A small flag of Chile on Benchy.", "links": {}, "path": {"21-107": [[289.5, 526.5], [299.5, 526.5], [299.5, 533.5], [289.5, 533.5]], "108-166, T": [[289.5, 526.5], [300.5, 526.5], [300.5, 533.5], [289.5, 533.5]]}, "center": {"21-107": [294.5, 530.5], "108-166, T": [295.5, 530.5]}},
{"id": "u089ja", "name": "Pink Among Us Figure", "description": "A pink Among Us character.", "links": {}, "path": {"1-166, T": [[780.5, 314.5], [780.5, 317.5], [777.5, 317.5], [777.5, 314.5]]}, "center": {"1-166, T": [779.5, 316.5]}},
{"id": "u088bg", "name": "Minecraft", "description": "Desktop icon for the game Minecraft.", "links": {"website": ["https://www.minecraft.net/en-us/"], "subreddit": ["Minecraft", "placestart"]}, "path": {"109-166, T": [[1432.5, 1975.5], [1432.5, 1993.5], [1448.5, 1993.5], [1448.5, 1975.5]]}, "center": {"109-166, T": [1440.5, 1984.5]}},
{"id": "u0880k", "name": "Pikachu", "description": "The face of Pikachu, an Electric-type Pokémon from the Pokémon games.", "links": {"website": ["https://en.wikipedia.org/wiki/Pikachu"], "subreddit": ["pokemon"]}, "path": {"109-166, T": [[1266.5, 1115.5], [1273.5, 1115.5], [1273.5, 1120.5], [1266.5, 1120.5]]}, "center": {"109-166, T": [1270.5, 1118.5]}},
@ -6898,7 +6897,7 @@
{"id": "u0oxb5", "name": "Stony Brook University Logo", "description": "Logo of Stony Brook University. Covered up along with other NY universities in the last hours of r/place.", "links": {"website": ["https://stonybrook.edu"], "subreddit": ["SBU"]}, "path": {"56-166, T": [[1060.5, 247.5], [1068.5, 247.5], [1068.5, 240.5], [1061.5, 239.5]]}, "center": {"56-166, T": [1064.5, 243.5]}},
{"id": "u0ovcw", "name": "r/greenlettuce", "description": "A sign showing the subreddit name r/greenlettuce. However, this wasn't intended to read lettuce. It actually was supposed to be \"Green Lattice\" which is a subreddit with a much larger community. r/greenlettuce which had only about 80 members at the time attempted to change the letters around to advertise their own subreddit. This effort eventually failed.", "links": {"subreddit": ["GreenLettuce"]}, "path": {"56-166, T": [[1072.5, 393.5], [1116.5, 393.5], [1116.5, 407.5], [1072.5, 407.5]]}, "center": {"56-166, T": [1094.5, 400.5]}},
{"id": "u0one2", "name": "Juke's Towers of Hell", "description": "Juke's Towers of Hell is a platforming game on the ROBLOX platform where players are tasked with climbing very tall and difficult towers. It is notorious for its high difficulty. The three large towers (from left to right) are the Tower of Hecc, the Tower of Screen Punching, and the Tower of Impossible Expectations. These are the first three towers ever added to the game, respectively. The small structures in the middle are other beloved towers in the community. Before it was destroyed, it remained on the r/GreenLattice board. It can now be found down and to the right from the massive \"Leaves From The Vine\" artwork.", "links": {"website": ["https://www.roblox.com/games/8562822414/Jukes-Towers-of-Hell"], "subreddit": ["JToH2"]}, "path": {"56-166, T": [[991.5, 421.5], [1016.5, 421.5], [1016.5, 465.5], [991.5, 465.5]]}, "center": {"56-166, T": [1004.5, 443.5]}},
{"id": "u0odqb", "name": "Colombia!", "description": "The name of the country Colombia, made with the colors of the flag. It is found above the considerably larger Colombian flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia"], "subreddit": ["Colombia"]}, "path": {"1-166, T": [[226.5, 553.5], [226.5, 547.5], [193.5, 547.5], [193.5, 553.5]]}, "center": {"1-166, T": [210.5, 550.5]}},
{"id": "u0odqb", "name": "Colombia!", "description": "The name of the country Colombia, made with the colors of the flag. It is found above the considerably larger Colombian flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia"], "subreddit": ["Colombia"]}, "path": {"15-66": [[193.5, 552.5], [226.5, 552.5], [226.5, 547.5], [193.5, 547.5]], "67-166, T": [[226.5, 553.5], [226.5, 547.5], [193.5, 547.5], [193.5, 553.5]]}, "center": {"15-66": [210.5, 550.5], "67-166, T": [210.5, 550.5]}},
{"id": "u0o9vu", "name": "Astérix", "description": "Titular character from the Astérix comics.", "links": {"website": ["https://en.wikipedia.org/wiki/Asterix_(character)"], "subreddit": ["franceplace"]}, "path": {"1-166, T": [[386.5, 764.5], [386.5, 766.5], [395.5, 774.5], [395.5, 781.5], [398.5, 784.5], [400.5, 784.5], [400.5, 788.5], [403.5, 791.5], [410.5, 791.5], [413.5, 788.5], [413.5, 787.5], [419.5, 783.5], [419.5, 780.5], [417.5, 778.5], [414.5, 778.5], [414.5, 775.5], [415.5, 774.5], [415.5, 768.5], [406.5, 760.5], [404.5, 760.5], [403.5, 759.5], [398.5, 759.5], [397.5, 761.5], [401.5, 764.5], [399.5, 766.5], [397.5, 766.5], [393.5, 764.5]]}, "center": {"1-166, T": [404.5, 775.5]}},
{"id": "u0o6yg", "name": "ElMariana ZAZAZA", "description": "mexican streamer known as el mariana, this guy is very funny, we love you osvaldo. EMOBOSCADAAA EMBOSCADAA!! ^3^", "links": {"website": ["https://www.twitch.tv/elmariana"]}, "path": {"109-166, T": [[1440.5, 1706.5], [1439.5, 1755.5], [1490.5, 1755.5], [1489.5, 1707.5]]}, "center": {"109-166, T": [1464.5, 1731.5]}},
{"id": "u0o2uy", "name": "Aldogeo", "description": "Mexican Twitch streamer. Very loved by his community for being very funny. <3", "links": {"website": ["https://www.twitch.tv/aldo_geo"], "subreddit": ["Pendegeos"]}, "path": {"109-166, T": [[1491.5, 1709.5], [1491.5, 1738.5], [1526.5, 1738.5], [1525.5, 1709.5], [1510.5, 1709.5]]}, "center": {"109-166, T": [1508.5, 1724.5]}},
@ -6906,7 +6905,7 @@
{"id": "u0nvr4", "name": "Cristiano Ronaldo", "description": "Portuguese football (soccer) player, often considered one of the greatest football players of all time.", "links": {"website": ["https://en.wikipedia.org/wiki/Cristiano_Ronaldo"], "subreddit": ["portugal"]}, "path": {"109-166, T": [[1538.5, 1820.5], [1534.5, 1823.5], [1534.5, 1827.5], [1535.5, 1831.5], [1519.5, 1831.5], [1513.5, 1838.5], [1515.5, 1840.5], [1518.5, 1838.5], [1526.5, 1839.5], [1530.5, 1847.5], [1531.5, 1893.5], [1532.5, 1894.5], [1532.5, 1911.5], [1552.5, 1910.5], [1552.5, 1907.5], [1547.5, 1904.5], [1550.5, 1879.5], [1550.5, 1867.5], [1553.5, 1870.5], [1556.5, 1870.5], [1558.5, 1868.5], [1558.5, 1852.5], [1554.5, 1841.5], [1547.5, 1834.5], [1547.5, 1833.5], [1541.5, 1831.5], [1544.5, 1828.5], [1544.5, 1823.5], [1540.5, 1820.5]]}, "center": {"109-166, T": [1540.5, 1864.5]}},
{"id": "u0nu1q", "name": "Lionel Messi", "description": "Argentine football (soccer) player, often considered one of the greatest football players of all time.", "links": {"website": ["https://en.wikipedia.org/wiki/Lionel_Messi"], "subreddit": ["argentina", "ArgPixelArt"]}, "path": {"109-166, T": [[1520.5, 1827.5], [1513.5, 1838.5], [1512.5, 1838.5], [1505.5, 1846.5], [1503.5, 1852.5], [1503.5, 1861.5], [1509.5, 1867.5], [1509.5, 1878.5], [1513.5, 1912.5], [1530.5, 1911.5], [1530.5, 1905.5], [1530.5, 1900.5], [1531.5, 1899.5], [1531.5, 1844.5], [1527.5, 1839.5], [1531.5, 1831.5], [1531.5, 1828.5], [1528.5, 1826.5]]}, "center": {"109-166, T": [1520.5, 1869.5]}},
{"id": "u1i035", "name": "Camba", "description": "Eastern bolivian populations of mixed spanish, chané, and other indigenous amazonians descent, born in the eastern lowlands of the country.", "links": {"website": ["https://en.wikipedia.org/wiki/Camba"], "subreddit": ["BOLIVIA"]}, "path": {"109-166, T": [[1593.5, 1233.5], [1580.5, 1233.5], [1580.5, 1228.5], [1579.5, 1228.5], [1579.5, 1224.5], [1580.5, 1224.5], [1580.5, 1222.5], [1583.5, 1227.5], [1581.5, 1222.5], [1581.5, 1221.5], [1580.5, 1221.5], [1580.5, 1220.5], [1579.5, 1220.5], [1579.5, 1215.5], [1576.5, 1215.5], [1576.5, 1214.5], [1575.5, 1214.5], [1575.5, 1211.5], [1576.5, 1211.5], [1576.5, 1209.5], [1581.5, 1209.5], [1581.5, 1207.5], [1582.5, 1207.5], [1582.5, 1206.5], [1583.5, 1206.5], [1583.5, 1205.5], [1592.5, 1205.5], [1592.5, 1206.5], [1593.5, 1206.5], [1593.5, 1208.5], [1594.5, 1208.5], [1594.5, 1209.5], [1597.5, 1209.5], [1597.5, 1210.5], [1599.5, 1210.5], [1599.5, 1214.5], [1596.5, 1214.5], [1596.5, 1215.5], [1594.5, 1215.5], [1594.5, 1217.5], [1593.5, 1217.5], [1593.5, 1220.5], [1592.5, 1220.5], [1592.5, 1221.5], [1594.5, 1221.5], [1594.5, 1223.5], [1595.5, 1223.5], [1595.5, 1228.5], [1593.5, 1228.5], [1593.5, 1229.5], [1594.5, 1229.5], [1594.5, 1233.5]]}, "center": {"109-166, T": [1587.5, 1219.5]}},
{"id": "u1huft", "name": "Chile", "description": "After the fall of the first American flag, Chile took advantage of the extra territory to portray its long and narrow geographical shape. An Among Us crewmate managed to pass as an island until the whiteout.", "links": {"website": ["https://en.wikipedia.org/wiki/Chile"], "subreddit": ["chile"]}, "path": {"1-166, T": [[285.5, 514.5], [289.5, 514.5], [292.5, 517.5], [302.5, 517.5], [304.5, 518.5], [324.5, 518.5], [325.5, 519.5], [347.5, 519.5], [352.5, 522.5], [366.5, 521.5], [374.5, 522.5], [376.5, 523.5], [380.5, 521.5], [384.5, 521.5], [388.5, 523.5], [401.5, 523.5], [413.5, 521.5], [416.5, 519.5], [418.5, 512.5], [419.5, 507.5], [420.5, 505.5], [417.5, 500.5], [414.5, 502.5], [410.5, 502.5], [409.5, 504.5], [406.5, 505.5], [406.5, 508.5], [403.5, 509.5], [403.5, 511.5], [400.5, 511.5], [396.5, 510.5], [393.5, 508.5], [391.5, 513.5], [382.5, 512.5], [374.5, 513.5], [371.5, 509.5], [369.5, 511.5], [358.5, 512.5], [351.5, 511.5], [348.5, 512.5], [331.5, 512.5], [321.5, 511.5], [315.5, 510.5], [309.5, 508.5], [304.5, 506.5], [300.5, 507.5], [299.5, 508.5], [295.5, 510.5], [287.5, 511.5]]}, "center": {"1-166, T": [362.5, 515.5]}},
{"id": "u1huft", "name": "Chile", "description": "After the fall of the first American flag, Chile took advantage of the extra territory to portray its long and narrow geographical shape.", "links": {"website": ["https://en.wikipedia.org/wiki/Chile"], "subreddit": ["chile"]}, "path": {"114-166, T": [[285.5, 514.5], [289.5, 514.5], [292.5, 517.5], [302.5, 517.5], [304.5, 518.5], [324.5, 518.5], [325.5, 519.5], [347.5, 519.5], [352.5, 522.5], [366.5, 521.5], [374.5, 522.5], [376.5, 523.5], [380.5, 521.5], [384.5, 521.5], [388.5, 523.5], [401.5, 523.5], [413.5, 521.5], [416.5, 519.5], [418.5, 512.5], [419.5, 507.5], [420.5, 505.5], [417.5, 500.5], [414.5, 502.5], [410.5, 502.5], [409.5, 504.5], [406.5, 505.5], [406.5, 508.5], [403.5, 509.5], [403.5, 511.5], [400.5, 511.5], [396.5, 510.5], [393.5, 508.5], [391.5, 513.5], [382.5, 512.5], [374.5, 513.5], [371.5, 509.5], [369.5, 511.5], [358.5, 512.5], [351.5, 511.5], [348.5, 512.5], [331.5, 512.5], [321.5, 511.5], [315.5, 510.5], [309.5, 508.5], [304.5, 506.5], [300.5, 507.5], [299.5, 508.5], [295.5, 510.5], [287.5, 511.5]]}, "center": {"114-166, T": [410.5, 514.5]}},
{"id": "u1hkm0", "name": "Dive Ball", "description": "A Poké Ball with multiple shades of blue, sporting wave patterns. When it was introduced in Generation III, it only increased odds of catching Pokémon found while diving, but as diving was not present in all future games, it was expanded to also have increased odds at catching Pokémon found while surfing or fishing.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Dive_Ball"], "subreddit": ["pokemon"]}, "path": {"56-166, T": [[1073.5, 711.5], [1073.5, 705.5], [1074.5, 705.5], [1074.5, 704.5], [1075.5, 703.5], [1076.5, 703.5], [1077.5, 702.5], [1081.5, 702.5], [1082.5, 703.5], [1083.5, 703.5], [1084.5, 704.5], [1084.5, 705.5], [1085.5, 705.5], [1085.5, 711.5], [1084.5, 711.5], [1084.5, 712.5], [1083.5, 713.5], [1082.5, 713.5], [1081.5, 714.5], [1077.5, 714.5], [1076.5, 713.5], [1075.5, 713.5], [1074.5, 712.5], [1074.5, 711.5]]}, "center": {"56-166, T": [1079.5, 708.5]}},
{"id": "u1hi3b", "name": "Moon Ball", "description": "A blue and gray Poké Ball with a crescent moon on top. In the games, this Poké Ball excels at catching Pokémon which evolve with the help of a Moon Stone, such as Clefairy and Jigglypuff.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Moon_Ball"], "subreddit": ["pokemon"]}, "path": {"56-166, T": [[1061.5, 711.5], [1061.5, 705.5], [1062.5, 705.5], [1062.5, 704.5], [1063.5, 703.5], [1064.5, 703.5], [1065.5, 702.5], [1069.5, 702.5], [1070.5, 703.5], [1071.5, 703.5], [1072.5, 704.5], [1072.5, 705.5], [1073.5, 705.5], [1073.5, 711.5], [1072.5, 711.5], [1072.5, 712.5], [1071.5, 713.5], [1070.5, 713.5], [1069.5, 714.5], [1065.5, 714.5], [1064.5, 713.5], [1063.5, 713.5], [1062.5, 712.5], [1062.5, 711.5]]}, "center": {"56-166, T": [1067.5, 708.5]}},
{"id": "u1h5qv", "name": "Colla", "description": "Indigenous people of western Bolivia, Chile, and Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/Qulla"], "subreddit": ["BOLIVIA"]}, "path": {"109-166, T": [[1338.5, 1211.5], [1338.5, 1233.5], [1355.5, 1233.5], [1354.5, 1217.5], [1350.5, 1211.5]]}, "center": {"109-166, T": [1346.5, 1222.5]}},
@ -6924,7 +6923,7 @@
{"id": "u1aara", "name": "Jenson Button", "description": "Formula 1 World Drivers Champion of 2009 with Brawn GP Formula 1 team", "links": {"website": ["https://en.wikipedia.org/wiki/Jenson_Button"], "subreddit": ["formula1"]}, "path": {"56-166, T": [[1392.5, 795.5], [1419.5, 795.5], [1419.5, 787.5], [1392.5, 787.5]]}, "center": {"56-166, T": [1406.5, 791.5]}},
{"id": "u1a9u3", "name": "Kimi Räikkönen", "description": "Formula 1 World Drivers Champion of 2007 with Scuderia Ferrari.", "links": {"website": ["https://en.wikipedia.org/wiki/Kimi_R%C3%A4ikk%C3%B6nen"], "subreddit": ["formula1"]}, "path": {"56-166, T": [[1392.5, 801.5], [1419.5, 801.5], [1419.5, 793.5], [1392.5, 793.5]]}, "center": {"56-166, T": [1406.5, 797.5]}},
{"id": "u1a8dm", "name": "Fernando Alonso", "description": "Formula 1 World Drivers Champion of 2005 and 2006 with Renault F1 team.", "links": {"website": ["https://en.wikipedia.org/wiki/Fernando_Alonso"], "subreddit": ["formula1"]}, "path": {"56-166, T": [[1392.5, 807.5], [1419.5, 807.5], [1419.5, 799.5], [1392.5, 799.5]]}, "center": {"56-166, T": [1406.5, 803.5]}},
{"id": "u1a7qf", "name": "Michael D. Higgins", "description": "Small pixel art of Michael D. Higgins, the President of Ireland since 2011.", "links": {"website": ["https://en.wikipedia.org/wiki/Michael_D._Higgins"], "subreddit": ["PlaceIreland", "ireland"]}, "path": {"1-166, T": [[134.5, 574.5], [134.5, 568.5], [140.5, 568.5], [140.5, 574.5]]}, "center": {"1-166, T": [137.5, 571.5]}},
{"id": "u1a7qf", "name": "Michael D. Higgins", "description": "Small pixel art of Michael D. Higgins, the President of Ireland since 2011.", "links": {"website": ["https://en.wikipedia.org/wiki/Michael_D._Higgins"], "subreddit": ["PlaceIreland", "ireland"]}, "path": {"163-166, T": [[133.5, 575.5], [141.5, 575.5], [141.5, 570.5], [140.5, 570.5], [140.5, 567.5], [134.5, 567.5], [134.5, 570.5], [133.5, 570.5]]}, "center": {"163-166, T": [137.5, 571.5]}},
{"id": "u1a31o", "name": "Lonely Wizard", "description": "The \"Lonely Wizard\" character from the indie game Inscryption. Was often a small source of conflict between the Inscryption and Iran hiveminds before it was lowered here.", "links": {"subreddit": ["Inscryption"]}, "path": {"1-166, T": [[94.5, 313.5], [98.5, 318.5], [110.5, 319.5], [111.5, 308.5], [108.5, 304.5], [105.5, 304.5]]}, "center": {"1-166, T": [104.5, 312.5]}},
{"id": "u1a0xi", "name": "Stoat (P03)", "description": "The \"Stoat\" character from the indie game Inscryption. Total Misplay.", "links": {"subreddit": ["Inscryption"]}, "path": {"1-166, T": [[112.5, 291.5], [112.5, 299.5], [114.5, 304.5], [110.5, 313.5], [110.5, 319.5], [141.5, 319.5], [141.5, 307.5], [148.5, 300.5], [147.5, 287.5], [146.5, 276.5], [143.5, 274.5], [137.5, 274.5], [133.5, 277.5], [126.5, 277.5], [119.5, 273.5], [113.5, 273.5], [110.5, 276.5], [110.5, 286.5]]}, "center": {"1-166, T": [128.5, 296.5]}},
{"id": "u1a0rt", "name": "DL4L", "description": "2 buds trying to be part of history!!", "links": {}, "path": {"109-166, T": [[495.5, 1425.5], [501.5, 1425.5], [501.5, 1435.5], [495.5, 1435.5]]}, "center": {"109-166, T": [498.5, 1430.5]}},
@ -7096,9 +7095,9 @@
{"id": "u2nm4h", "name": "taffelBorpa", "description": "A depiction of Twitch streamer & Minecraft speedrunner taffelLIVE (also known as GDTaffel)'s emote, taffelBorpa.", "links": {"website": ["https://twitch.tv/taffellive"]}, "path": {"109-166, T": [[1490.5, 1498.5], [1490.5, 1489.5], [1499.5, 1489.5], [1499.5, 1498.5]]}, "center": {"109-166, T": [1495.5, 1494.5]}},
{"id": "u2mglu", "name": "Suzuhara Lulu", "description": "A Virtual YouTuber active as a member of NIJISANJI from 2019 to 2021, Lulu was an art student known for her unexpectedly strong will and determination, particularly when gaming.", "links": {"website": ["https://www.youtube.com/channel/UC_a1ZYZ8ZTXpjg9xUY9sj8w"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T": [[1502.5, 1079.5], [1502.5, 1089.5], [1512.5, 1089.5], [1512.5, 1079.5]]}, "center": {"109-166, T": [1507.5, 1084.5]}},
{"id": "u2mes6", "name": "Mysta Rias's hat", "description": "The hat of Mysta Rias, a Virtual YouTuber affiliated with NIJISANJI English's fourth wave, Luxiem.", "links": {"website": ["https://www.youtube.com/channel/UCIM92Ok_spNKLVB5TsgwseQ"], "subreddit": ["Nijisanji"]}, "path": {"109-166, T": [[1503.5, 1065.5], [1502.5, 1067.5], [1502.5, 1070.5], [1503.5, 1072.5], [1502.5, 1073.5], [1502.5, 1075.5], [1504.5, 1075.5], [1504.5, 1077.5], [1505.5, 1077.5], [1508.5, 1075.5], [1511.5, 1077.5], [1512.5, 1077.5], [1512.5, 1075.5], [1514.5, 1075.5], [1514.5, 1073.5], [1513.5, 1071.5], [1514.5, 1067.5], [1513.5, 1065.5], [1510.5, 1068.5], [1510.5, 1072.5], [1506.5, 1072.5], [1506.5, 1068.5]]}, "center": {"109-166, T": [1508.5, 1072.5]}},
{"id": "u2kgt0", "name": "University of Nebraska", "description": "The logo of the University of Nebraska.", "links": {"website": ["https://www.unl.edu/"], "subreddit": ["Huskers"]}, "path": {"1-166, T": [[236.5, 604.5], [257.5, 604.5], [257.5, 582.5], [236.5, 582.5], [236.5, 587.5], [237.5, 587.5], [237.5, 597.5], [236.5, 597.5]]}, "center": {"1-166, T": [247.5, 593.5]}},
{"id": "u2kgkx", "name": "Rutgers University", "description": "The \"R\" logo of Rutgers University.", "links": {"website": ["https://www.rutgers.edu/"], "subreddit": ["rutgers"]}, "path": {"1-166, T": [[217.5, 582.5], [217.5, 588.5], [218.5, 588.5], [218.5, 598.5], [217.5, 598.5], [217.5, 604.5], [236.5, 604.5], [236.5, 600.5], [231.5, 595.5], [235.5, 591.5], [235.5, 587.5], [230.5, 582.5]]}, "center": {"1-166, T": [226.5, 593.5]}},
{"id": "u2kgam", "name": "Ohio State University", "description": "The logo of the Ohio State University.", "links": {"website": ["https://www.osu.edu/"], "subreddit": ["OSU"]}, "path": {"1-166, T": [[217.5, 586.5], [213.5, 582.5], [208.5, 582.5], [204.5, 586.5], [204.5, 600.5], [208.5, 604.5], [213.5, 604.5], [217.5, 600.5]]}, "center": {"1-166, T": [211.5, 593.5]}},
{"id": "u2kgt0", "name": "University of Nebraska", "description": "The logo of the University of Nebraska.", "links": {"website": ["https://www.unl.edu/"], "subreddit": ["Huskers"]}, "path": {"21-69": [[232.5, 604.5], [232.5, 582.5], [256.5, 582.5], [256.5, 604.5]], "18-20": [[234.5, 604.5], [253.5, 604.5], [253.5, 582.5], [234.5, 582.5]], "70-166, T": [[236.5, 604.5], [257.5, 604.5], [257.5, 582.5], [236.5, 582.5], [236.5, 587.5], [237.5, 587.5], [237.5, 597.5], [236.5, 597.5]]}, "center": {"21-69": [244.5, 593.5], "18-20": [244.5, 593.5], "70-166, T": [247.5, 592.5]}},
{"id": "u2kgkx", "name": "Rutgers University", "description": "The \"R\" logo of Rutgers University.", "links": {"website": ["https://www.rutgers.edu/"], "subreddit": ["rutgers"]}, "path": {"8-70": [[206.5, 582.5], [206.5, 585.5], [207.5, 585.5], [207.5, 601.5], [205.5, 601.5], [205.5, 604.5], [231.5, 604.5], [231.5, 601.5], [230.5, 601.5], [228.5, 599.5], [227.5, 597.5], [227.5, 595.5], [230.5, 592.5], [230.5, 587.5], [226.5, 583.5], [225.5, 583.5], [225.5, 582.5]], "71-166, T": [[217.5, 582.5], [217.5, 588.5], [218.5, 588.5], [218.5, 598.5], [217.5, 598.5], [217.5, 604.5], [236.5, 604.5], [236.5, 600.5], [231.5, 595.5], [235.5, 591.5], [235.5, 587.5], [230.5, 582.5]]}, "center": {"8-70": [217.5, 593.5], "71-166, T": [226.5, 589.5]}},
{"id": "u2kgam", "name": "Ohio State University", "description": "The logo of the Ohio State University.", "links": {"website": ["https://www.osu.edu/"], "subreddit": ["OSU"]}, "path": {"21-42": [[199.5, 601.5], [207.5, 601.5], [207.5, 593.5], [199.5, 593.5]], "43-70": [[208.5, 592.5], [200.5, 592.5], [200.5, 602.5], [208.5, 602.5]], "71-166, T": [[217.5, 586.5], [213.5, 582.5], [208.5, 582.5], [204.5, 586.5], [204.5, 600.5], [208.5, 604.5], [213.5, 604.5], [217.5, 600.5]]}, "center": {"21-42": [203.5, 597.5], "43-70": [204.5, 597.5], "71-166, T": [211.5, 593.5]}},
{"id": "u2jx5f", "name": "Kjeld Jensen", "description": "Main character in the Danish comedy heist series Olsen Banden.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Olsen_Gang_(film)"], "subreddit": ["Denmark"]}, "path": {"1-166, T": [[603.5, 299.5], [598.5, 303.5], [599.5, 304.5], [600.5, 304.5], [600.5, 308.5], [602.5, 308.5], [602.5, 313.5], [601.5, 314.5], [601.5, 319.5], [600.5, 320.5], [598.5, 320.5], [598.5, 328.5], [600.5, 328.5], [601.5, 329.5], [604.5, 329.5], [604.5, 340.5], [602.5, 342.5], [602.5, 343.5], [609.5, 343.5], [609.5, 337.5], [611.5, 337.5], [613.5, 339.5], [613.5, 340.5], [611.5, 342.5], [611.5, 343.5], [618.5, 343.5], [618.5, 341.5], [617.5, 340.5], [617.5, 338.5], [616.5, 337.5], [616.5, 331.5], [615.5, 330.5], [615.5, 322.5], [614.5, 321.5], [614.5, 319.5], [613.5, 318.5], [613.5, 316.5], [612.5, 315.5], [612.5, 312.5], [611.5, 311.5], [611.5, 309.5], [608.5, 306.5], [608.5, 301.5], [606.5, 299.5]]}, "center": {"1-166, T": [607.5, 323.5]}},
{"id": "u2jwm8", "name": "Sunflower fields", "description": "A lady would have answered a Russian soldier during the invasion of Ukraine \"Take these seeds. At least that way, when you're dead on this ground, sunflowers can grow around you.\" The sunflower is the emblematic flower of Ukraine.", "links": {"website": ["https://en.wikipedia.org/wiki/Helianthus"], "subreddit": ["placeukraine"]}, "path": {"1-166, T": [[337.5, 172.5], [338.5, 210.5], [432.5, 211.5], [433.5, 172.5]]}, "center": {"1-166, T": [385.5, 191.5]}},
{"id": "u2jw9y", "name": "Benny Frandsen", "description": "Main character in the Danish comedy heist series Olsen Banden.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Olsen_Gang_(film)"], "subreddit": ["Denmark"]}, "path": {"1-166, T": [[586.5, 295.5], [583.5, 299.5], [585.5, 302.5], [585.5, 307.5], [584.5, 309.5], [584.5, 325.5], [585.5, 326.5], [585.5, 339.5], [583.5, 342.5], [584.5, 343.5], [589.5, 338.5], [590.5, 333.5], [591.5, 333.5], [592.5, 334.5], [592.5, 339.5], [596.5, 342.5], [597.5, 342.5], [597.5, 332.5], [596.5, 331.5], [596.5, 328.5], [595.5, 327.5], [595.5, 316.5], [596.5, 315.5], [596.5, 310.5], [595.5, 309.5], [595.5, 307.5], [591.5, 303.5], [591.5, 300.5], [592.5, 299.5], [591.5, 298.5], [591.5, 297.5], [589.5, 295.5]]}, "center": {"1-166, T": [590.5, 319.5]}},
@ -7396,9 +7395,8 @@
{"id": "u5sssz", "name": "V-Wheel-Hatsune Miku/Nyan Cat heart", "description": "A heart with the colors of the V-Wheel and Hatsune Miku/Nyan Cat artworks.", "links": {"subreddit": ["MysteryDungeon", "NyanPlace", "hatsune"]}, "path": {"109-166, T": [[1733.5, 1490.5], [1731.5, 1492.5], [1731.5, 1493.5], [1734.5, 1496.5], [1737.5, 1493.5], [1737.5, 1492.5], [1735.5, 1490.5]]}, "center": {"109-166, T": [1734.5, 1493.5]}},
{"id": "u5sqj4", "name": "Hatsune Miku", "description": "A popular Volcaloid character.", "links": {"website": ["https://en.wikipedia.org/wiki/Hatsune_Miku"], "subreddit": ["hatsune"]}, "path": {"109-166, T": [[1706.5, 1451.5], [1705.5, 1452.5], [1704.5, 1452.5], [1703.5, 1453.5], [1703.5, 1454.5], [1702.5, 1455.5], [1702.5, 1457.5], [1701.5, 1458.5], [1701.5, 1464.5], [1702.5, 1465.5], [1702.5, 1466.5], [1705.5, 1469.5], [1708.5, 1469.5], [1709.5, 1470.5], [1710.5, 1470.5], [1711.5, 1471.5], [1713.5, 1471.5], [1714.5, 1470.5], [1715.5, 1470.5], [1716.5, 1469.5], [1719.5, 1469.5], [1723.5, 1465.5], [1723.5, 1458.5], [1722.5, 1457.5], [1722.5, 1455.5], [1721.5, 1454.5], [1721.5, 1453.5], [1720.5, 1452.5], [1719.5, 1452.5], [1718.5, 1451.5]]}, "center": {"109-166, T": [1712.5, 1460.5]}},
{"id": "u5ruf8", "name": "Love is Dead", "description": "A blue cross and black heart that appear on the CHVRCHΞS album Love is Dead.", "links": {"website": ["https://en.wikipedia.org/wiki/Love_Is_Dead_(Chvrches_album)"], "subreddit": ["chvrches"]}, "path": {"56-166, T": [[1552.5, 53.5], [1550.5, 55.5], [1550.5, 56.5], [1554.5, 60.5], [1555.5, 59.5], [1557.5, 61.5], [1558.5, 60.5], [1556.5, 58.5], [1558.5, 56.5], [1558.5, 55.5], [1556.5, 53.5]]}, "center": {"56-166, T": [1554.5, 56.5]}},
{"id": "u5p45o", "name": "Failed Cycoldian Flag", "description": "The failed flag of Cycoldia, an extremist authoritarian micronation. The Cycoldian leader tried to make their flag, but the project was stopped by Emersonia, a micronation which keeps intermicronational peace and prevents Cycoldia from further aggression.", "links": {"subreddit": ["micronations"]}, "path": {"109-166, T": [[318.5, 1898.5], [318.5, 1904.5], [330.5, 1904.5], [330.5, 1898.5]]}, "center": {"109-166, T": [324.5, 1901.5]}},
{"id": "u5msg0", "name": "Takkie (Jip en Janneke)", "description": "Takkie, The dog of Jip en Janneke which are pictured to the right.", "links": {"website": ["https://www.fiepwestendorp.nl/fiepamsterdam/takkie/"], "subreddit": ["placenl"]}, "path": {"1-166, T": [[625.5, 21.5], [625.5, 25.5], [626.5, 26.5], [629.5, 27.5], [629.5, 29.5], [630.5, 30.5], [630.5, 32.5], [632.5, 31.5], [633.5, 30.5], [633.5, 32.5], [636.5, 32.5], [639.5, 32.5], [639.5, 31.5], [640.5, 30.5], [641.5, 30.5], [642.5, 31.5], [643.5, 30.5], [643.5, 28.5], [641.5, 28.5], [641.5, 26.5], [644.5, 23.5], [644.5, 20.5], [642.5, 20.5], [642.5, 22.5], [641.5, 23.5], [640.5, 24.5], [638.5, 24.5], [638.5, 25.5], [633.5, 25.5], [632.5, 24.5], [632.5, 22.5], [630.5, 22.5]]}, "center": {"1-166, T": [635.5, 27.5]}},
{"id": "u5jc5a", "name": "Arepas", "description": "Arepas are sandwich-like dishes in Colombia, often filled with cheese, meats, or avocado.", "links": {"website": ["https://en.wikipedia.org/wiki/Arepa"], "subreddit": ["Colombia"]}, "path": {"1-166, T": [[192.5, 571.5], [201.5, 570.5], [202.5, 575.5], [192.5, 578.5], [192.5, 576.5]]}, "center": {"1-166, T": [197.5, 574.5]}},
{"id": "u5jc5a", "name": "Arepas", "description": "Arepas are sandwich-like dishes in Colombia, often filled with cheese, meats, or avocado.", "links": {"website": ["https://en.wikipedia.org/wiki/Arepa"], "subreddit": ["Colombia"]}, "path": {"82-150": [[186.5, 577.5], [187.5, 578.5], [191.5, 578.5], [193.5, 580.5], [194.5, 580.5], [196.5, 578.5], [196.5, 576.5], [205.5, 576.5], [205.5, 574.5], [201.5, 569.5], [198.5, 569.5], [195.5, 572.5], [194.5, 572.5], [193.5, 571.5], [189.5, 571.5], [186.5, 574.5]], "151-166, T": [[192.5, 571.5], [192.5, 578.5], [194.5, 578.5], [194.5, 577.5], [197.5, 577.5], [197.5, 576.5], [203.5, 576.5], [203.5, 571.5], [202.5, 571.5], [202.5, 570.5], [197.5, 570.5], [197.5, 571.5]]}, "center": {"82-150": [192.5, 575.5], "151-166, T": [199.5, 573.5]}},
{"id": "u65vjm", "name": "Red crystal heart", "description": "A collectible in Celeste. These hearts are found at the end of each B-side level.", "links": {"website": ["https://celestegame.fandom.com/wiki/Collectibles#Crystal_Hearts"], "subreddit": ["celesteplace", "celestegame"]}, "path": {"1-166, T": [[972.5, 871.5], [970.5, 873.5], [970.5, 874.5], [974.5, 878.5], [978.5, 874.5], [978.5, 873.5], [976.5, 871.5]]}, "center": {"1-166, T": [974.5, 874.5]}},
{"id": "u6ick1", "name": "Uni Bonn Logo", "description": "Logo of the University of Bonn, made by LostInTheCloud", "links": {"subreddit": ["infobonnmemes"]}, "path": {"109-166, T": [[305.5, 1846.5], [309.5, 1850.5], [305.5, 1850.5], [309.5, 1846.5], [309.5, 1848.5], [305.5, 1848.5], [307.5, 1846.5]]}, "center": {"109-166, T": [307.5, 1849.5]}},
{"id": "u6h0m9", "name": "ISAE - Supméca", "description": "A french mechanical engineering school located in Saint-Ouen (near Paris).\n\nIt is part of ISAE which is a group of aeronautical schools in France.", "links": {"website": ["https://www.isae-supmeca.fr/"]}, "path": {"109-166, T": [[139.5, 1228.5], [139.5, 1240.5], [167.5, 1240.5], [167.5, 1234.5], [156.5, 1234.5], [156.5, 1228.5]]}, "center": {"109-166, T": [151.5, 1235.5]}},
@ -7555,7 +7553,7 @@
{"id": "u7joot", "name": "Flag of Ireland", "description": "", "links": {"website": ["https://en.wikipedia.org/wiki/Republic_of_Ireland"], "subreddit": ["PlaceIreland"]}, "path": {"1-166, T": [[134.5, 721.5], [134.5, 731.5], [146.5, 731.5], [146.5, 721.5]]}, "center": {"1-166, T": [140.5, 726.5]}},
{"id": "u7jnc1", "name": "Red pepper", "description": "Made and preserved with the help of the VA-11 HALL-A community, this red pepper had a deep meaning to a small group of friends. It was made at first in the same spot where the VA-11 HALL-A community started to build Dana (Best Boss on the bottom right of Peppy), so an agreement to move the pepper elsewhere was made. If the pepper were to survive, a girl from that group of friends was to tattoo it on herself.", "links": {"subreddit": ["waifubartending"]}, "path": {"56-166, T": [[1710.5, 673.5], [1711.5, 674.5], [1712.5, 675.5], [1713.5, 675.5], [1714.5, 674.5], [1715.5, 674.5], [1716.5, 673.5], [1717.5, 672.5], [1716.5, 671.5], [1716.5, 670.5], [1717.5, 669.5], [1719.5, 669.5], [1720.5, 668.5], [1721.5, 667.5], [1725.5, 667.5], [1725.5, 668.5], [1724.5, 671.5], [1719.5, 676.5], [1718.5, 676.5], [1717.5, 677.5], [1716.5, 677.5], [1715.5, 678.5], [1711.5, 678.5], [1710.5, 677.5]]}, "center": {"56-166, T": [1718.5, 673.5]}},
{"id": "u7jlxr", "name": "Ireland-Croatia heart", "description": "A heart depicting the flags of Ireland and Croatia.", "links": {"subreddit": ["PlaceIreland", "ireland", "croatia"]}, "path": {"1-166, T": [[122.5, 728.5], [119.5, 731.5], [119.5, 733.5], [125.5, 739.5], [131.5, 733.5], [131.5, 731.5], [128.5, 728.5], [127.5, 728.5], [126.5, 729.5], [124.5, 729.5], [123.5, 728.5]]}, "center": {"1-166, T": [125.5, 733.5]}},
{"id": "u7jhmc", "name": "Colombia-Ireland heart", "description": "A heart depicting the flags of Colombia and Ireland.", "links": {"subreddit": ["Colombia", "PlaceIreland", "ireland"]}, "path": {"1-166, T": [[172.5, 564.5], [169.5, 567.5], [169.5, 569.5], [175.5, 575.5], [181.5, 569.5], [181.5, 567.5], [178.5, 564.5], [177.5, 564.5], [176.5, 565.5], [174.5, 565.5], [173.5, 564.5]]}, "center": {"1-166, T": [175.5, 569.5]}},
{"id": "u7jhmc", "name": "Colombia-Ireland heart", "description": "A heart depicting the flags of Colombia and Ireland.", "links": {"subreddit": ["Colombia", "PlaceIreland", "ireland"]}, "path": {"18-166, T": [[172.5, 564.5], [169.5, 567.5], [169.5, 569.5], [175.5, 575.5], [181.5, 569.5], [181.5, 567.5], [178.5, 564.5], [177.5, 564.5], [176.5, 565.5], [174.5, 565.5], [173.5, 564.5]]}, "center": {"18-166, T": [175.5, 569.5]}},
{"id": "u7jgyk", "name": "Coat of arms of Munster", "description": "A province of Ireland.", "links": {"website": ["https://en.wikipedia.org/wiki/Munster"], "subreddit": ["PlaceIreland", "ireland"]}, "path": {"1-166, T": [[150.5, 543.5], [150.5, 559.5], [154.5, 559.5], [155.5, 558.5], [156.5, 558.5], [157.5, 557.5], [158.5, 557.5], [163.5, 552.5], [163.5, 551.5], [164.5, 550.5], [164.5, 543.5]]}, "center": {"1-166, T": [156.5, 550.5]}},
{"id": "u7jgid", "name": "Coat of arms of Ulster", "description": "A province of Ireland.", "links": {"website": ["https://en.wikipedia.org/wiki/Ulster"], "subreddit": ["PlaceIreland", "ireland"]}, "path": {"1-166, T": [[137.5, 543.5], [137.5, 550.5], [138.5, 551.5], [138.5, 552.5], [143.5, 557.5], [144.5, 557.5], [145.5, 558.5], [146.5, 558.5], [147.5, 559.5], [151.5, 559.5], [151.5, 543.5]]}, "center": {"1-166, T": [145.5, 550.5]}},
{"id": "u7jg1u", "name": "Coat of arms of Leinster", "description": "A province of Ireland.", "links": {"website": ["https://en.wikipedia.org/wiki/Leinster"], "subreddit": ["PlaceIreland", "ireland"]}, "path": {"1-166, T": [[137.5, 529.5], [137.5, 544.5], [151.5, 544.5], [151.5, 529.5]]}, "center": {"1-166, T": [144.5, 537.5]}},
@ -7587,8 +7585,8 @@
{"id": "u71vd8", "name": "Duck", "description": "Duck.", "links": {}, "path": {"109-166, T": [[935.5, 1325.5], [938.5, 1325.5], [938.5, 1326.5], [938.5, 1325.5], [939.5, 1327.5], [938.5, 1329.5], [937.5, 1330.5], [936.5, 1330.5], [933.5, 1330.5], [932.5, 1329.5], [932.5, 1328.5], [932.5, 1327.5], [933.5, 1328.5], [934.5, 1328.5], [935.5, 1328.5], [935.5, 1326.5]]}, "center": {"109-166, T": [936.5, 1328.5]}},
{"id": "u71rfz", "name": "Amogus Line", "description": "Yellow, Red, Green, Blue, Purple and Pink Amongus in a line.", "links": {"subreddit": ["Amongus"]}, "path": {"109-166, T": [[930.5, 1326.5], [902.5, 1326.5], [902.5, 1329.5], [930.5, 1329.5]]}, "center": {"109-166, T": [916.5, 1328.5]}},
{"id": "u73j8a", "name": "Creeper", "description": "Image of a Creeper from the video game Minecraft", "links": {"website": ["https://minecraft.fandom.com/wiki/Creeper"], "subreddit": ["Minecraft"]}, "path": {"109-166, T": [[956.5, 1205.5], [956.5, 1213.5], [963.5, 1213.5], [963.5, 1205.5]]}, "center": {"109-166, T": [960.5, 1209.5]}},
{"id": "u97p9q", "name": "Colombia", "description": "Colombia as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia"], "subreddit": ["Colombia"]}, "path": {"1-166, T": [[217.5, 555.5], [215.5, 557.5], [214.5, 557.5], [209.5, 562.5], [209.5, 563.5], [207.5, 563.5], [207.5, 570.5], [206.5, 571.5], [205.5, 570.5], [204.5, 571.5], [205.5, 572.5], [205.5, 573.5], [207.5, 575.5], [208.5, 575.5], [209.5, 576.5], [211.5, 576.5], [212.5, 577.5], [213.5, 577.5], [214.5, 578.5], [216.5, 578.5], [217.5, 579.5], [217.5, 580.5], [216.5, 581.5], [217.5, 582.5], [220.5, 582.5], [222.5, 580.5], [222.5, 577.5], [223.5, 576.5], [222.5, 575.5], [222.5, 574.5], [223.5, 573.5], [225.5, 573.5], [225.5, 565.5], [223.5, 565.5], [222.5, 564.5], [220.5, 564.5], [219.5, 563.5], [219.5, 558.5], [220.5, 557.5], [223.5, 557.5], [223.5, 555.5]]}, "center": {"1-166, T": [216.5, 569.5]}},
{"id": "u97n31", "name": "Belgium-Colombia heart", "description": "A heart depicting the flags of Belgium and Colombia.", "links": {"subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE", "Colombia"]}, "path": {"1-166, T": [[253.5, 569.5], [250.5, 572.5], [250.5, 574.5], [256.5, 580.5], [262.5, 574.5], [262.5, 572.5], [259.5, 569.5], [258.5, 569.5], [257.5, 570.5], [255.5, 570.5], [254.5, 569.5]]}, "center": {"1-166, T": [256.5, 574.5]}},
{"id": "u97p9q", "name": "Colombia", "description": "Colombia as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia"], "subreddit": ["Colombia"]}, "path": {"122-166, T": [[217.5, 555.5], [215.5, 557.5], [214.5, 557.5], [209.5, 562.5], [209.5, 563.5], [207.5, 563.5], [207.5, 570.5], [206.5, 571.5], [205.5, 570.5], [204.5, 571.5], [205.5, 572.5], [205.5, 573.5], [207.5, 575.5], [208.5, 575.5], [209.5, 576.5], [211.5, 576.5], [212.5, 577.5], [213.5, 577.5], [214.5, 578.5], [216.5, 578.5], [217.5, 579.5], [217.5, 580.5], [216.5, 581.5], [217.5, 582.5], [220.5, 582.5], [222.5, 580.5], [222.5, 577.5], [223.5, 576.5], [222.5, 575.5], [222.5, 574.5], [223.5, 573.5], [225.5, 573.5], [225.5, 565.5], [223.5, 565.5], [222.5, 564.5], [220.5, 564.5], [219.5, 563.5], [219.5, 558.5], [220.5, 557.5], [223.5, 557.5], [223.5, 555.5]]}, "center": {"122-166, T": [216.5, 569.5]}},
{"id": "u97n31", "name": "Belgium-Colombia heart", "description": "A heart depicting the flags of Belgium and Colombia.", "links": {"subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE", "Colombia"]}, "path": {"18-30": [[253.5, 580.5], [259.5, 574.5], [259.5, 570.5], [257.5, 568.5], [255.5, 568.5], [253.5, 570.5], [251.5, 568.5], [249.5, 568.5], [247.5, 570.5], [247.5, 574.5]], "31-166, T": [[253.5, 569.5], [250.5, 572.5], [250.5, 574.5], [256.5, 580.5], [262.5, 574.5], [262.5, 572.5], [259.5, 569.5], [258.5, 569.5], [257.5, 570.5], [255.5, 570.5], [254.5, 569.5]]}, "center": {"18-30": [253.5, 574.5], "31-166, T": [256.5, 574.5]}},
{"id": "u97jpl", "name": "Guacamayo (macaw)", "description": "A colorful species of parrot native to South American countries like Colombia.", "links": {"website": ["https://en.wikipedia.org/wiki/Macaw"], "subreddit": ["Colombia"]}, "path": {"109-166, T": [[361.5, 1301.5], [361.5, 1303.5], [359.5, 1303.5], [359.5, 1305.5], [358.5, 1306.5], [358.5, 1308.5], [357.5, 1309.5], [357.5, 1310.5], [356.5, 1311.5], [356.5, 1312.5], [353.5, 1315.5], [348.5, 1315.5], [348.5, 1321.5], [351.5, 1321.5], [352.5, 1322.5], [358.5, 1322.5], [359.5, 1321.5], [360.5, 1321.5], [361.5, 1320.5], [361.5, 1323.5], [363.5, 1323.5], [363.5, 1320.5], [364.5, 1319.5], [364.5, 1318.5], [365.5, 1317.5], [369.5, 1317.5], [371.5, 1315.5], [370.5, 1314.5], [369.5, 1315.5], [366.5, 1315.5], [366.5, 1311.5], [367.5, 1311.5], [369.5, 1313.5], [372.5, 1313.5], [372.5, 1309.5], [371.5, 1308.5], [371.5, 1307.5], [370.5, 1306.5], [370.5, 1304.5], [369.5, 1303.5], [369.5, 1301.5]]}, "center": {"109-166, T": [361.5, 1312.5]}},
{"id": "u96zw6", "name": "Football", "description": "A football used in the American football sport.", "links": {"website": ["https://en.wikipedia.org/wiki/Ball_(gridiron_football)"], "subreddit": ["KansasCityChiefs"]}, "path": {"56-166, T": [[1973.5, 422.5], [1970.5, 425.5], [1973.5, 428.5], [1977.5, 428.5], [1980.5, 425.5], [1977.5, 422.5]]}, "center": {"56-166, T": [1975.5, 425.5]}},
{"id": "u96ywp", "name": "Patrick Mahomes II", "description": "15 is the number of Patrick Mahomes II, the star quarterback on the Kansas City Chiefs American football team.", "links": {"website": ["https://en.wikipedia.org/wiki/Patrick_Mahomes"], "subreddit": ["KansasCityChiefs"]}, "path": {"56-166, T": [[1992.5, 422.5], [1992.5, 428.5], [1998.5, 428.5], [1998.5, 422.5]]}, "center": {"56-166, T": [1995.5, 425.5]}},
@ -7724,10 +7722,10 @@
{"id": "u9vgqe", "name": "Hey all!", "description": "\"Hey all, Scott here!\" is the catchphrase of YouTuber Scott the Woz. It is depicted as just \"Hey all!\" in the art to avoid taking up too much space.", "links": {"website": ["https://www.youtube.com/channel/UC4rqhyiTs7XyuODcECvuiiQ"], "subreddit": ["scottthewoz"]}, "path": {"56-166, T": [[1572.5, 214.5], [1572.5, 220.5], [1601.5, 220.5], [1601.5, 214.5]]}, "center": {"56-166, T": [1587.5, 217.5]}},
{"id": "u9u80f", "name": "Tiananmen Square Massacre", "description": "A student-led protest in Beijing, China that ended with the Chinese Communist Party sending troops to fire on the protestors, with thousands of casualties. The massacre occurred on June 4, 1989, which is represented by the number '8964' here.", "links": {"website": ["https://en.wikipedia.org/wiki/1989_Tiananmen_Square_protests_and_massacre"], "subreddit": ["CLTV"]}, "path": {"1-166, T": [[850.5, 157.5], [850.5, 166.5], [871.5, 166.5], [871.5, 157.5]]}, "center": {"1-166, T": [861.5, 162.5]}},
{"id": "u9u07q", "name": "penguin of the void", "description": "nothing special, just a penguin roaming the void", "links": {}, "path": {"1-166, T": [[86.5, 790.5], [86.5, 787.5], [86.5, 779.5], [82.5, 779.5], [82.5, 790.5], [81.5, 790.5], [85.5, 790.5], [86.5, 789.5], [87.5, 789.5], [87.5, 788.5], [88.5, 788.5], [88.5, 787.5], [88.5, 786.5], [87.5, 785.5], [87.5, 782.5], [85.5, 778.5], [84.5, 778.5], [83.5, 778.5], [83.5, 780.5], [83.5, 781.5], [81.5, 781.5], [84.5, 781.5], [84.5, 784.5], [81.5, 784.5], [81.5, 788.5]]}, "center": {"1-166, T": [84.5, 785.5]}},
{"id": "u9ttcp", "name": "Porn", "description": "The word \"porn\" spelled out using the logos of four B1G Conference universities: Purdue, Ohio State, Rutgers, and Nebraska.", "links": {"subreddit": ["TheB1G", "Purdue", "OSU", "rutgers", "Huskers"]}, "path": {"1-166, T": [[163.5, 581.5], [159.5, 588.5], [159.5, 591.5], [164.5, 591.5], [164.5, 592.5], [163.5, 593.5], [163.5, 594.5], [162.5, 595.5], [162.5, 597.5], [161.5, 598.5], [161.5, 599.5], [160.5, 600.5], [154.5, 600.5], [152.5, 602.5], [152.5, 604.5], [151.5, 605.5], [151.5, 606.5], [150.5, 607.5], [150.5, 610.5], [179.5, 610.5], [180.5, 600.5], [204.5, 600.5], [208.5, 604.5], [257.5, 604.5], [257.5, 587.5], [258.5, 586.5], [258.5, 581.5]]}, "center": {"1-166, T": [206.5, 593.5]}},
{"id": "u9trp9", "name": "Transgender-UIUC heart", "description": "A heart depicting the transgender flag and the colors of the University of Illinois Urbana-Champaign.", "links": {"subreddit": ["196", "UIUC"]}, "path": {"1-166, T": [[193.5, 624.5], [190.5, 627.5], [190.5, 630.5], [195.5, 635.5], [196.5, 634.5], [197.5, 634.5], [201.5, 630.5], [201.5, 627.5], [198.5, 624.5], [197.5, 624.5], [196.5, 625.5], [195.5, 625.5], [194.5, 624.5]]}, "center": {"1-166, T": [195.5, 629.5]}},
{"id": "u9tkhk", "name": "Illinois", "description": "The state of Illinois, United States as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/Illinois"], "subreddit": ["UIUC"]}, "path": {"1-166, T": [[193.5, 610.5], [192.5, 611.5], [193.5, 612.5], [190.5, 615.5], [190.5, 618.5], [191.5, 619.5], [192.5, 622.5], [194.5, 624.5], [194.5, 626.5], [197.5, 626.5], [197.5, 624.5], [198.5, 623.5], [198.5, 622.5], [199.5, 621.5], [199.5, 613.5], [198.5, 612.5], [198.5, 610.5]]}, "center": {"1-166, T": [195.5, 617.5]}},
{"id": "u9teui", "name": "University of Iowa", "description": "A public university in Iowa City, Iowa, and part of the B1G Conference.", "links": {"website": ["https://www.uiowa.edu/"]}, "path": {"1-166, T": [[202.5, 602.5], [202.5, 610.5], [223.5, 610.5], [223.5, 604.5], [207.5, 604.5], [207.5, 602.5]]}, "center": {"1-166, T": [212.5, 607.5]}},
{"id": "u9ttcp", "name": "Porn", "description": "The word \"porn\" spelled out using the logos of four B1G Conference universities: Purdue, Ohio State, Rutgers, and Nebraska.", "links": {"subreddit": ["TheB1G", "Purdue", "OSU", "rutgers", "Huskers"]}, "path": {"21-166, T": [[257.5, 604.5], [257.5, 582.5], [163.5, 582.5], [163.5, 583.5], [160.5, 589.5], [160.5, 590.5], [165.5, 590.5], [165.5, 592.5], [163.5, 596.5], [163.5, 597.5], [161.5, 601.5], [154.5, 601.5], [154.5, 602.5], [153.5, 602.5], [153.5, 605.5], [152.5, 605.5], [152.5, 607.5], [151.5, 607.5], [151.5, 609.5], [178.5, 609.5], [178.5, 606.5], [179.5, 606.5], [179.5, 604.5], [180.5, 604.5], [180.5, 600.5], [204.5, 600.5], [208.5, 604.5]]}, "center": {"21-166, T": [244.5, 593.5]}},
{"id": "u9trp9", "name": "Transgender-UIUC heart", "description": "A heart depicting the transgender flag and the colors of the University of Illinois Urbana-Champaign.", "links": {"subreddit": ["196", "UIUC"]}, "path": {"80-166, T": [[193.5, 624.5], [190.5, 627.5], [190.5, 630.5], [195.5, 635.5], [196.5, 634.5], [197.5, 634.5], [201.5, 630.5], [201.5, 627.5], [198.5, 624.5], [197.5, 624.5], [196.5, 625.5], [195.5, 625.5], [194.5, 624.5]]}, "center": {"80-166, T": [195.5, 629.5]}},
{"id": "u9tkhk", "name": "Illinois", "description": "The state of Illinois, United States as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/Illinois"], "subreddit": ["UIUC"]}, "path": {"109-166, T": [[193.5, 610.5], [192.5, 611.5], [193.5, 612.5], [190.5, 615.5], [190.5, 618.5], [191.5, 619.5], [192.5, 622.5], [194.5, 624.5], [194.5, 626.5], [197.5, 626.5], [197.5, 624.5], [198.5, 623.5], [198.5, 622.5], [199.5, 621.5], [199.5, 613.5], [198.5, 612.5], [198.5, 610.5]]}, "center": {"109-166, T": [195.5, 617.5]}},
{"id": "u9teui", "name": "University of Iowa", "description": "A public university in Iowa City, Iowa, and part of the B1G Conference.", "links": {"website": ["https://www.uiowa.edu/"]}, "path": {"29-166, T": [[202.5, 602.5], [202.5, 610.5], [223.5, 610.5], [223.5, 604.5], [207.5, 604.5], [207.5, 602.5]]}, "center": {"29-166, T": [205.5, 607.5]}},
{"id": "u9t92o", "name": "==>", "description": "A forward arrow that is a link to the next page of the Homestuck webcomic.", "links": {"subreddit": ["homestuck"]}, "path": {"1-166, T": [[268.5, 156.5], [258.5, 156.5], [258.5, 160.5], [268.5, 160.5], [269.5, 161.5], [272.5, 158.5], [269.5, 155.5]]}, "center": {"1-166, T": [265.5, 158.5]}},
{"id": "u9t7s2", "name": "Jade Harley", "description": "One of the main characters in Homestuck.", "links": {"website": ["https://mspaintadventures.fandom.com/wiki/Jade_Harley"], "subreddit": ["homestuck"]}, "path": {"1-166, T": [[253.5, 154.5], [252.5, 155.5], [252.5, 156.5], [251.5, 157.5], [254.5, 160.5], [257.5, 157.5], [256.5, 156.5], [256.5, 155.5], [255.5, 154.5], [254.5, 155.5]]}, "center": {"1-166, T": [254.5, 157.5]}},
{"id": "u9t400", "name": "Rose Lalonde", "description": "One of the main characters in Homestuck.", "links": {"website": ["https://mspaintadventures.fandom.com/wiki/Rose_Lalonde"], "subreddit": ["homestuck"]}, "path": {"1-166, T": [[253.5, 142.5], [252.5, 143.5], [252.5, 144.5], [251.5, 145.5], [251.5, 148.5], [257.5, 148.5], [257.5, 145.5], [256.5, 144.5], [256.5, 143.5], [255.5, 142.5]]}, "center": {"1-166, T": [254.5, 145.5]}},
@ -7949,10 +7947,9 @@
{"id": "uc2zfk", "name": "South Korea-Paraguay heart", "description": "A heart depicting the flags of South Korea and Paraguay.", "links": {"subreddit": ["Korea_Place", "southkorea", "Paraguay"]}, "path": {"56-166, T": [[1197.5, 684.5], [1195.5, 686.5], [1195.5, 688.5], [1200.5, 693.5], [1205.5, 688.5], [1205.5, 686.5], [1203.5, 684.5], [1202.5, 684.5], [1201.5, 685.5], [1199.5, 685.5], [1198.5, 684.5]]}, "center": {"56-166, T": [1200.5, 688.5]}},
{"id": "uc19vh", "name": "Texas Longhorns", "description": "The athletic teams of the University of Texas at Austin.", "links": {"website": ["http://www.texassports.com/"], "subreddit": ["UTAustin", "place_CentralAlliance"]}, "path": {"1-166, T": [[580.5, 958.5], [580.5, 960.5], [581.5, 960.5], [584.5, 963.5], [584.5, 964.5], [585.5, 965.5], [585.5, 967.5], [588.5, 967.5], [588.5, 965.5], [589.5, 964.5], [589.5, 963.5], [593.5, 959.5], [592.5, 958.5], [591.5, 958.5], [590.5, 959.5], [589.5, 959.5], [588.5, 960.5], [585.5, 960.5], [584.5, 959.5], [583.5, 959.5], [582.5, 958.5]]}, "center": {"1-166, T": [586.5, 962.5]}},
{"id": "ubz4ak", "name": "Flag of Chile", "description": "A flag of Chile above the Chilean town of Pomaire. It was created after gaining territory from the nearby LGBT pride flags.", "links": {"website": ["https://en.wikipedia.org/wiki/Chile"], "subreddit": ["chile"]}, "path": {"109-166, T": [[1940.5, 1715.5], [1940.5, 1732.5], [1999.5, 1732.5], [1999.5, 1715.5]]}, "center": {"109-166, T": [1970.5, 1724.5]}},
{"id": "ubykss", "name": "Chile-Canada heart", "description": "A heart depicting the flags of Chile and Canada.", "links": {"subreddit": ["chile", "placecanada", "canada"]}, "path": {"1-166, T": [[241.5, 517.5], [238.5, 520.5], [238.5, 522.5], [244.5, 528.5], [250.5, 522.5], [250.5, 520.5], [247.5, 517.5], [246.5, 517.5], [245.5, 518.5], [243.5, 518.5], [242.5, 517.5]]}, "center": {"1-166, T": [244.5, 522.5]}},
{"id": "ubyjqo", "name": "Andes Mountains", "description": "The longest mountain range in the world, spanning much of Chile and other countries on the west coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Andes"], "subreddit": ["chile"]}, "path": {"1-166, T": [[244.5, 450.5], [244.5, 498.5], [421.5, 498.5], [421.5, 450.5]]}, "center": {"1-166, T": [333.5, 474.5]}},
{"id": "ubykss", "name": "Chile-Canada heart", "description": "A heart depicting the flags of Chile and Canada.", "links": {"subreddit": ["chile", "placecanada", "canada"]}, "path": {"22-76, 80-106": [[244.5, 526.5], [250.5, 520.5], [250.5, 518.5], [247.5, 515.5], [246.5, 515.5], [245.5, 516.5], [243.5, 516.5], [242.5, 515.5], [241.5, 515.5], [238.5, 518.5], [238.5, 520.5]], "123-166, T": [[241.5, 517.5], [238.5, 520.5], [238.5, 522.5], [244.5, 528.5], [250.5, 522.5], [250.5, 520.5], [247.5, 517.5], [246.5, 517.5], [245.5, 518.5], [243.5, 518.5], [242.5, 517.5]]}, "center": {"22-76, 80-106": [244.5, 520.5], "123-166, T": [244.5, 522.5]}},
{"id": "ubyjqo", "name": "Andes Mountains", "description": "The longest mountain range in the world, spanning much of Chile and other countries on the west coast of South America.\n\nThis artwork has the flags of Chile flown on the peaks of the mountains.", "links": {"website": ["https://en.wikipedia.org/wiki/Andes"], "subreddit": ["chile"]}, "path": {"63-101": [[299.5, 492.5], [299.5, 453.5], [260.5, 492.5]], "102-107": [[299.5, 492.5], [299.5, 450.5], [264.5, 450.5], [264.5, 492.5]], "108-166, T": [[244.5, 450.5], [244.5, 498.5], [421.5, 498.5], [421.5, 450.5]]}, "center": {"63-101": [288.5, 481.5], "102-107": [282.5, 471.5], "108-166, T": [333.5, 474.5]}},
{"id": "ubyhtf", "name": "Netherlands", "description": "The flag of the Netherlands along with an orange stripe representing the popular Dutch song Oranje Boven. Various elements of Dutch culture are drawn throughout.", "links": {"website": ["https://en.wikipedia.org/wiki/Netherlands"], "subreddit": ["PlaceNL"]}, "path": {"56-166, T": [[297.5, 13.5], [297.5, 35.5], [886.5, 35.5], [886.5, 69.5], [928.5, 69.5], [928.5, 0.5], [1104.5, 0.5], [1104.5, 35.5], [1112.5, 35.5], [1113.5, 36.5], [1115.5, 36.5], [1117.5, 38.5], [1117.5, 39.5], [1118.5, 40.5], [1131.5, 40.5], [1133.5, 38.5], [1147.5, 38.5], [1149.5, 35.5], [1999.5, 35.5], [1999.5, 0.5], [368.5, 0.5], [368.5, 13.5]]}, "center": {"56-166, T": [1171.5, 19.5]}},
{"id": "ubyeff", "name": "Flags of Chile", "description": "", "links": {"website": ["https://en.wikipedia.org/wiki/Chile"], "subreddit": ["chile"]}, "path": {"1-166, T": [[245.5, 459.5], [245.5, 465.5], [247.5, 465.5], [247.5, 462.5], [250.5, 462.5], [250.5, 459.5], [298.5, 459.5], [298.5, 470.5], [300.5, 470.5], [300.5, 458.5], [337.5, 458.5], [337.5, 463.5], [339.5, 463.5], [339.5, 461.5], [360.5, 461.5], [360.5, 470.5], [362.5, 470.5], [362.5, 465.5], [368.5, 465.5], [368.5, 460.5], [360.5, 460.5], [360.5, 461.5], [350.5, 461.5], [350.5, 452.5], [337.5, 452.5], [337.5, 458.5], [310.5, 458.5], [310.5, 451.5], [302.5, 451.5], [301.5, 450.5], [298.5, 450.5], [298.5, 459.5]]}, "center": {"1-166, T": [325.5, 458.5]}},
{"id": "ubxsaz", "name": "Void Entity", "description": "A spontaneous and uncoordinated figure formed in the Void. Whilst the group known as the Swarm maintained the art, they were not responsible for its creation.", "links": {"subreddit": ["theblackvoid", "theswarm"]}, "path": {"109-166, T": [[1012.5, 1304.5], [972.5, 1339.5], [975.5, 1354.5], [969.5, 1363.5], [970.5, 1376.5], [970.5, 1388.5], [980.5, 1408.5], [1003.5, 1433.5], [1021.5, 1437.5], [1036.5, 1425.5], [1054.5, 1410.5], [1070.5, 1389.5], [1072.5, 1367.5], [1058.5, 1344.5], [1028.5, 1309.5], [1014.5, 1303.5]]}, "center": {"109-166, T": [1018.5, 1372.5]}},
{"id": "ubwkme", "name": "INSA Strasbourg", "description": "The Strasbourg location of French engineering school INSA.", "links": {"website": ["http://www.insa-strasbourg.fr/"], "subreddit": ["insa"]}, "path": {"109-166, T": [[35.5, 1073.5], [35.5, 1078.5], [38.5, 1078.5], [38.5, 1073.5]]}, "center": {"109-166, T": [37.5, 1076.5]}},
{"id": "ubwk45", "name": "INSA Rouen", "description": "The Rouen location of French engineering school INSA.", "links": {"website": ["http://www.insa-rouen.fr/"], "subreddit": ["insa"]}, "path": {"109-166, T": [[31.5, 1073.5], [31.5, 1078.5], [35.5, 1078.5], [35.5, 1073.5]]}, "center": {"109-166, T": [33.5, 1076.5]}},
@ -8113,5 +8110,7 @@
{"id": "ulg2e3", "name": "Keel-billed toucan", "description": "A bird species found in Central America.", "links": {"website": ["https://en.wikipedia.org/wiki/Keel-billed_toucan"], "subreddit": ["Ticos", "costarica"]}, "path": {"56-166, T": [[1545.5, 428.5], [1544.5, 429.5], [1540.5, 429.5], [1536.5, 433.5], [1536.5, 434.5], [1544.5, 434.5], [1544.5, 435.5], [1545.5, 436.5], [1545.5, 438.5], [1546.5, 439.5], [1546.5, 440.5], [1542.5, 440.5], [1542.5, 442.5], [1539.5, 445.5], [1539.5, 446.5], [1541.5, 446.5], [1542.5, 445.5], [1543.5, 445.5], [1544.5, 444.5], [1547.5, 444.5], [1548.5, 443.5], [1549.5, 443.5], [1552.5, 446.5], [1554.5, 446.5], [1555.5, 445.5], [1556.5, 445.5], [1557.5, 446.5], [1558.5, 446.5], [1560.5, 444.5], [1559.5, 443.5], [1558.5, 443.5], [1555.5, 440.5], [1554.5, 440.5], [1554.5, 437.5], [1550.5, 430.5], [1548.5, 428.5]]}, "center": {"56-166, T": [1548.5, 437.5]}},
{"id": "ulvmxm", "name": "Minecraft Torch", "description": "At some point during r/place, a Minecraft Torch was drawn in the current place of the Tiny Towers mural by some r/MinecraftChampionship fans. \n\nThis could be a reference to Sands of Time, a PvE and labyrinth team game in the Minecraft Championship tournament and \"HBomb's Sands of Time reviews\", where HBomb and his fans ridicule Fruitberries (both pictured on the right) for not using torches to disable monster spawners before destroying them for coins, thus attributing to his nerve-racking and, sometimes, poor performance (compared to HBomb) among other practices.\n\nThe torch has since been taken down to allow the Tiny Towers mural to retake its place", "links": {"website": ["https://noxcrew.com/mcc"], "subreddit": ["MinecraftChampionship"]}, "path": {"1-166, T": [[876.5, 535.5], [874.5, 535.5], [874.5, 551.5], [876.5, 551.5]]}, "center": {"1-166, T": [875.5, 543.5]}},
{"id": "uls75u", "name": "De Boterham", "description": "This small pixelart is supposed to reprensent a slice of bread, It was created by a Dutch friend group called \"De Boterhammen\" (Dutch for \"the bread slices\") situated in Breda, The Netherlands. We created this as a joke to immortalise our friendship on r/Place.", "links": {}, "path": {"109-166, T": [[832.5, 1937.5], [832.5, 1946.5], [839.5, 1946.5], [839.5, 1937.5]]}, "center": {"109-166, T": [836.5, 1942.5]}},
{"id": "uo5fdz", "name": "The Far Lands", "description": "Made by the Far Lands, a small discord community", "links": {}, "path": {"56-166, T": [[1873.5, 56.5], [1879.5, 56.5], [1879.5, 62.5], [1873.5, 62.5]]}, "center": {"56-166, T": [1876.5, 59.5]}}
{"id": "uo5fdz", "name": "The Far Lands", "description": "Made by the Far Lands, a small discord community", "links": {}, "path": {"56-166, T": [[1873.5, 56.5], [1879.5, 56.5], [1879.5, 62.5], [1873.5, 62.5]]}, "center": {"56-166, T": [1876.5, 59.5]}},
{"id": "up7z2o", "name": "Gammon Beasts", "description": "A group of criminals and scumbags around thirty strong. Represented by a purple Chimp. Forged with iron and blood under the mighty Noggin.", "links": {"website": ["https://www.youtube.com/channel/UClhEG5Xpv1sWc8E7tjbDc1g"]}, "path": {"154-164": [[1932.5, 1255.5], [1925.5, 1255.5], [1924.5, 1254.5], [1923.5, 1253.5], [1923.5, 1240.5], [1935.5, 1240.5], [1935.5, 1243.5], [1935.5, 1244.5], [1939.5, 1244.5], [1939.5, 1245.5], [1938.5, 1246.5], [1937.5, 1247.5], [1936.5, 1246.5], [1931.5, 1246.5], [1930.5, 1247.5], [1931.5, 1246.5], [1930.5, 1247.5], [1930.5, 1252.5], [1931.5, 1253.5], [1932.5, 1254.5], [1933.5, 1255.5]]}, "center": {"154-164": [1927.5, 1244.5]}},
{"id": "upe5rh", "name": "the duck place", "description": "the place of the ducks, was a place where ducks were drawn but were eaten by Canada.\n", "links": {"subreddit": ["placeducks"], "discord": ["cE8tWSWs7U"]}, "path": {"T, 109-164": [[175.5, 485.5], [176.5, 450.5], [197.5, 451.5], [230.5, 485.5], [210.5, 485.5]]}, "center": {"T, 109-164": [192.5, 469.5]}}
]