diff --git a/.all-contributorsrc b/.all-contributorsrc index 06602254..67b96586 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -92,9 +92,27 @@ "design", "doc" ] + }, + { + "login": "Hans5958", + "name": "Hans5958", + "avatar_url": "https://avatars.githubusercontent.com/u/11584103?v=4", + "profile": "https://github.com/Hans5958", + "contributions": [ + "a11y", + "bug", + "code", + "content", + "data", + "doc", + "design", + "maintenance", + "projectManagement", + "tool" + ] } ], - "contributorsPerLine": 7, + "contributorsPerLine": 4, "skipCi": true, "repoType": "github", "repoHost": "https://github.com", diff --git a/.github/ISSUE_TEMPLATE/3-edit-json.yml b/.github/ISSUE_TEMPLATE/3-edit-json.yml index 69a4d3fe..6ce8a69d 100644 --- a/.github/ISSUE_TEMPLATE/3-edit-json.yml +++ b/.github/ISSUE_TEMPLATE/3-edit-json.yml @@ -1,11 +1,11 @@ -name: Entry edit submission -description: Edit an existing entry after using the website -labels: ["entry update"] +name: Patch submission +description: Make changes to the Atlas data after using the website +labels: ["atlas data: patch"] body: - type: markdown attributes: value: | - Make sure you have prepared your JSON data that you get after editing. If you haven't, [CONTRIBUTING.md](https://github.com/placeAtlas/atlas/blob/master/CONTRIBUTING.md) has a guide for editing an existing entry. + Make sure you have prepared your JSON data that you get after editing. If you haven't, [CONTRIBUTING.md](https://github.com/placeAtlas/atlas-2022/blob/master/CONTRIBUTING.md) has a guide for editing an existing entry. - type: textarea id: description attributes: @@ -14,8 +14,8 @@ body: - type: textarea id: json attributes: - label: Entry data - description: Upon editing, please copy the exported JSON-formatted data. This will be automatically formatted into code, so no need for backticks. + label: Patch + description: Upon editing, please copy the exported JSON-formatted patch. This will be automatically formatted into code, so no need for backticks. render: json validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/4-edit-request.yml b/.github/ISSUE_TEMPLATE/4-edit-request.yml index 40d06472..093ec7c5 100644 --- a/.github/ISSUE_TEMPLATE/4-edit-request.yml +++ b/.github/ISSUE_TEMPLATE/4-edit-request.yml @@ -1,6 +1,6 @@ name: Edit request -description: Request for edits of the Atlas data -labels: ["entry update"] +description: Request for changes to the Atlas data +labels: ["atlas data: request"] body: - type: textarea id: description diff --git a/.github/labeler-pr.yml b/.github/labeler-pr.yml new file mode 100644 index 00000000..cc9fd16b --- /dev/null +++ b/.github/labeler-pr.yml @@ -0,0 +1,3 @@ +staging merge: + - 'cleanup' + - 'staging/*' \ No newline at end of file diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..6a39df10 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,5 @@ +'atlas data: patch': + - data/patches/** + +'atlas data: direct': + - web/atlas.json diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml new file mode 100644 index 00000000..6ece3954 --- /dev/null +++ b/.github/workflows/pr-labeler.yml @@ -0,0 +1,13 @@ +name: "PR Labeler" +on: + - pull_request_target + +jobs: + triage: + name: Triage + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v4 \ No newline at end of file diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index f9430a74..30990fd4 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -20,6 +20,12 @@ jobs: qodana: name: Qodana runs-on: ubuntu-latest + if: github.repository_owner == 'placeAtlas' + permissions: + contents: write + pull-requests: write + checks: write + security-events: write steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/validate-json.yml b/.github/workflows/validate-json.yml index fb903685..08d378fa 100644 --- a/.github/workflows/validate-json.yml +++ b/.github/workflows/validate-json.yml @@ -1,14 +1,18 @@ -name: Validate Atlas data +name: Validate JSON files on: push: paths: - web/atlas.json + - data/patches/*.json pull_request: paths: - web/atlas.json + - data/patches/*.json jobs: validate: name: Validate + permissions: + contents: read runs-on: ubuntu-latest steps: - name: Checkout code @@ -17,7 +21,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} + key: ${{ runner.os }}-pip-${{ hashFiles('tools/ci/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: Validate diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9cf173b9..a4b68387 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,36 +1,38 @@ # Contributing -This project is open source, and contributions are welcome. In fact, the Atlas relies on user contributions. +This project is open-source, and contributions are welcome. In fact, the Atlas relies on user contributions. You may contribute to the project by submitting a Pull Request on the GitHub repo or sending your submissions through [Reddit](https://www.reddit.com/r/placeAtlas2). Other than that, you can get help from [Discord](https://discord.gg/pJkm23b2nA) or [Reddit](https://www.reddit.com/r/placeAtlas2). ## New Atlas entries -To contribute to the map, we require a certain format for artwork region and labels. This can be generated on [the drawing mode](https://place-atlas.stefanocoding.me?mode=draw) on the website. +To contribute to the map, we require a certain format for artwork region and labels. This can be generated on [the drawing mode](https://2022.place-atlas.stefanocoding.me?mode=draw) on the website. -To add a new entry, go to [the drawing mode](https://place-atlas.stefanocoding.me?mode=draw) and draw a shape/polygon around the region you'd like to describe. You can use the Undo, Redo, and Reset buttons to help you creating a good polygon. Make sure that the lines you're drawing don't form a [self-intersecting polygon](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Complex_polygon.svg/288px-Complex_polygon.svg.png). +To add a new entry, go to [the drawing mode](https://2022.place-atlas.stefanocoding.me?mode=draw) and draw a shape/polygon around the region you'd like to describe. You can use the Undo, Redo, and Reset buttons to help you creating a good polygon. Make sure that the lines you're drawing don't form a [self-intersecting polygon](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Complex_polygon.svg/288px-Complex_polygon.svg.png). -Multiple periods can be added to represent the changing state of the artwork on different times. You can set the start and end period, as well as chosing the appropriate canvas variations. You can also copy the polygon from one period to the other, duplicating a period to be edited later, as well as deleting a period (if there is more than one). An alert is also shown if there are errors for assistance. +If you want to see which areas of the canvas do not have entries yet, select "Highlight Empty" to hide areas that already have entries. -When you're happy with the shape you've drawn, press Finish. You will now be able to enter some information about the highlighted region: +Multiple periods can be added to represent the changing state of the artwork on different times. You can set the start and end period, as well as chosing the appropriate canvas variations. You can also copy the polygon from one period to the other, duplicating a period to be edited later, as well as deleting a period (if there is more than one). An alert is also shown if there are errors that needed attention. + +When you're happy with the shape you've drawn, press Finish. You will now be able to enter some information about the entry: - **Name**: A short, descriptive name. -- **Description**: A short description that will also be understood by somebody not familiar with the topic. Usually, the first sentence on Wikipedia is a good example. -- **Links**: Some links that's either most relevant to the topic, or that was responsible for creating the artwork. +- **Description**: A short description that can be understood by somebody not familiar with the topic. If you were involved in drawing this artwork, you may include the meta, describing the process of drawing the artwork in the event. To include lengthy, additional information, consider creating a page on [the r/place Wiki](https://place-wiki.stefanocoding.me/). +- **Links**: Some links that are most relevant to the topic, and/or regarding the process of the drawing the artwork in the event. - **Website**: If you're describing a project, the project's main website would be suitable here. - **Subreddit**: Format it like `r/subreddit`. - **Discord**: Write the invite code, that the invite link without the `discord.gg/` part. - - **Wiki**: The page title of [The r/place Wiki](https://place-wiki.stefanocoding.me/). + - **Wiki**: The page title of [the r/place Wiki](https://place-wiki.stefanocoding.me/). All fields but the name are optional. For example, a country flag doesn't necessarily need a description. -Once you've entered all the information, you'll be presented with a pop-up window containing some [JSON](https://en.wikipedia.org/wiki/JSON)-formatted submission data. Depending on the method, there are two preferred methods. +Once you've entered all the information, you'll be presented with a pop-up window containing some [JSON](https://en.wikipedia.org/wiki/JSON)-formatted data. This is the patch that you are going to submit. Depending on the method, there are two preferred methods. ### Through Reddit You can press the Post Direct to Reddit button, which will open a page with the title and body already been filled for you. You don't need to change anything what has been prepared. -If that didn't work, copy the entire JSON text and [create a new text post on the subreddit](https://www.reddit.com/r/placeAtlas2/submit). You don't need to add any other text; just directly send the data. +If that didn't work, copy the entire JSON text and [create a new text post on the subreddit](https://www.reddit.com/r/placeAtlas2/submit). You don't need to add any other text; just directly send the patch. Remember to flair your post with New Entry. On New Reddit, click the Flair button on the bottom part, and select New Entry. On Old Reddit, click the select button on the "choose a flair" section instead. @@ -38,7 +40,14 @@ Remember to flair your post with New Entry. On New Reddit, click the If you know about Git and how to create a pull request on GitHub, you can try create a patch that will be merged, along with other patches, by one of the members. -You can try pressing the Submit Direct to GitHub button, which will open a page with the patch file already been prepared to you. If you haven't forked the repository, you would need to fork it with the provided instruction shown on the page. You may add attribution by adding an `_author` key, explained in the next paragraphs. After that, you can press Submit changes, add follow the steps to create a pull request within GitHub. +You can try pressing the Submit Direct to GitHub button, which will open a page with the patch file already been prepared to you. + +If that didn't work, copy the entire JSON text and [create a new patch file to the repository through GitHub](https://github.com/placeAtlas/atlas-2022/new/cleanup/data/patches?filename=gh-0000-ENTRY-NAME-HERE.json +). Upon opening, replace the `ENTRY-NAME-HERE` into the name of the entry (with the slug format, if possible, e.g. `foo-bar`). You don't need to add any other text; just directly send the patch. + +If you haven't forked the repository, you would need to fork it with the provided instruction shown on the page. You may add attribution by adding an `_author` key, explained in the next paragraphs. After that, you can press Submit changes, add follow the steps to create a pull request within GitHub. + +The commit message and description doesn't matter, but you may change it into something more descriptive to make it easier for checking (e.g. Add Foo Bar or Edit Foo Bar for the commit message). However, we suggest you to edit the title (at least) and the description of the pull request, containing the changes that you want to do (something like Add Foo Bar or Edit Foo Bar for the title, similar to the commit message, is also sufficient). If you can fork and clone the repository, you can use the provided `tools/create_patch.py` script. This script helps you to create a working patch, along with additional data such as your name for attribution sakes. Simply run the script inside the `tools/` folder and follow the given instructions. @@ -46,15 +55,15 @@ If you want to do this manually (e.g. you don't have Python), you can create a p ```json5 { - "id": 0, + "id": -1, // -1 signififies a new entry. // ... - "_author": "Hans5958_", - // or... - "_author": "gh:Hans5958", + // Choose one of the folllowing: + "_author": "Hans5958_", // Links to https://reddit.com/user/Hans5958_ + "_author": "gh:Hans5958", // Links to https://github.com/Hans5958 } ``` -Once you have successfully created the patch, the file can be committed, and a pull request towards the `cleanup` branch can be created. A member will merge the pull request if it is adequate. +Once you have successfully created the patch, the file can be committed, and a pull request towards the `cleanup` branch can be created. A member will merge the pull request if it is adequate. ## Edits to Atlas entries @@ -66,25 +75,25 @@ You can use the website to edit single entries easily. On the website, click Edit Entry instead. The method stays the same if you use GitHub. -As an alternative, you can also submit an issue on GitHub using [this form](https://github.com/placeAtlas/atlas/issues/new?assignees=&labels=entry+update&template=edit-entry.yml) or report it on our Discord server. +As an alternative, you can also submit an issue on GitHub using [this form](https://github.com/placeAtlas/atlas-2022/issues/new?assignees=&labels=entry+update&template=edit-entry.yml) or report it on our Discord server. -### Manually +### Manually by direct edits -Edits are also welcome on this repository using Git through GitHub. You may use Git or GitHub for bulk or large-scale changes, such as removing duplicates. +Direct edits to the `web/atlas.json` are also welcome on this repository using Git through GitHub. You may use Git or GitHub for bulk or large-scale changes, such as removing duplicates, or doing those that are not possible by using patches, such as removing an entry. Keep in mind that this may causes conflicts, so only do it when necessary. `web/atlas.json` is where the Atlas data is located, in which you can edit on GitHub. The next section includes an example of an entry. Upon creating a fork of this repository and pushing the changes, create a pull request towards the `cleanup` branch. A member will merge the pull request if it is adequate. -To help find duplicates, [use the Overlap mode](https://place-atlas.stefanocoding.me?mode=overlap). +To help find duplicates, [use the Overlap mode](https://2022.place-atlas.stefanocoding.me?mode=overlap). ### Example -Hereforth is an example of the structured data. The example has been expanded, but please save it in the way so each line is an entry which is minified. The `aformatter.py` script can help you with this. +Hereforth is an example of the structured entry data. The example has been expanded, but when editing directly, please save it in the way so each line is an entry that is minified. The `tools/aformatter.py` script can help you with this. ```json5 { - "id": "tu203o", + "id": 1, "name": "An entry", "description": "This is an entry, it is remarkable.", "links": { @@ -107,8 +116,8 @@ Hereforth is an example of the structured data. The example has been expanded, b ``` `109-166, T:0-1` has this meaning. - - `109-166`: Default canvas variation (r/place), period [109](https://place-atlas.stefanocoding.me/#/109) to [166](https://place-atlas.stefanocoding.me/#/166). - - `T:0-1`: "The Final Clean" canvas variation, period [0](https://place-atlas.stefanocoding.me/#/T:0) (The Final Clean) to [1](https://place-atlas.stefanocoding.me/#/T:1) (Unofficial Corrections). + - `109-166`: Default canvas variation (r/place), period [109](https://2022.place-atlas.stefanocoding.me/#/109) to [166](https://2022.place-atlas.stefanocoding.me/#/166). + - `T:0-1`: "The Final Clean" canvas variation, period [0](https://2022.place-atlas.stefanocoding.me/#/T:0) (The Final Clean) to [1](https://2022.place-atlas.stefanocoding.me/#/T:1) (Unofficial Corrections). ## Development @@ -124,15 +133,11 @@ Opening the HTML file on your browser is adequate enough to edit. If it doesn't # Run it inside the web/ folder. cd web -# Choose one of the following. -# Python 2 -python -m SimpleHTTPServer 8000 -# Python 3 -python -m http.server 8000 -# Node.js (http-server) -npx http-server -# Node.js (serve) -npx serve +# Choose one of the following: +python -m SimpleHTTPServer 8000 # Python 2 +python -m http.server 8000 # Python 3 +npx http-server # Node.js (http-server) +npx serve # Node.js (serve) ``` ### Tools @@ -143,4 +148,4 @@ The `tools` folder have various scripts for the maintainance of the project, suc - Formatting/tidying up the data - Building the site for production -The tools are built using either Node.js and/or Python (3). \ No newline at end of file +The tools may built with various programming languages, but mostly it is made in Python (3). \ No newline at end of file diff --git a/README.md b/README.md index 18b3a92d..269231c5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -[![Entry count](https://img.shields.io/badge/dynamic/json?color=blue&label=entries&query=%24.length&url=https%3A%2F%2Fgithub.com%2FplaceAtlas%2Fatlas%2Fblob%2Fmaster%2Fweb%2Fatlas.json%3Fraw%3Dtrue)](https://place-atlas.stefanocoding.me/) -![Commit activity](https://img.shields.io/github/commit-activity/w/placeAtlas/atlas) +[![Entry count](https://img.shields.io/badge/dynamic/json?color=blue&label=entries&query=%24.length&url=https%3A%2F%2Fgithub.com%2FplaceAtlas%2Fatlas%2Fblob%2Fmaster%2Fweb%2Fatlas.json%3Fraw%3Dtrue)](https://2022.place-atlas.stefanocoding.me/) +![Commit activity](https://img.shields.io/github/commit-activity/w/placeAtlas/atlas-2022) [![Netlify](https://img.shields.io/netlify/1e7291ce-0680-45ed-9843-47a32a992bbb?logo=netlify&logoColor=white)](https://app.netlify.com/sites/place-atlas/deploys) -[![License](https://img.shields.io/github/license/placeAtlas/atlas)](https://github.com/placeAtlas/atlas/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/placeAtlas/atlas-2022)](https://github.com/placeAtlas/atlas-2022/blob/master/LICENSE) [![Discord](https://img.shields.io/discord/960791635342524496?color=%235865F2&logo=discord&logoColor=white)](https://discord.gg/pJkm23b2nA) [![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/placeAtlas2?color=%23FF4500&label=r%2FplaceAtlas2&logo=reddit&logoColor=white)](https://www.reddit.com/r/placeAtlas2/) -[![Website](https://img.shields.io/static/v1?label=website&message=place-atlas.stefanocoding.me&color=blue)](https://place-atlas.stefanocoding.me/) +[![Website](https://img.shields.io/static/v1?label=website&message=2022.place-atlas.stefanocoding.me&color=blue)](https://2022.place-atlas.stefanocoding.me/) # The 2022 r/place Atlas @@ -14,7 +14,7 @@ This project was established by Roland Rytz for the event in 2017, and further d This project is licensed under the [GNU Affero General Public License v3.0](LICENSE). -You can check out the website by visiting [place-atlas.stefanocoding.me](https://place-atlas.stefanocoding.me/). If you want to keep distance from GitHub, you may visit [r/placeAtlas2](https://www.reddit.com/r/placeAtlas2/). +You can check out the website by visiting [2022.place-atlas.stefanocoding.me](https://2022.place-atlas.stefanocoding.me/). If you want to keep distance from GitHub, you may visit [r/placeAtlas2](https://www.reddit.com/r/placeAtlas2/). ## Contributing @@ -27,7 +27,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to submit a new entr ## Contributors -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat)](#contributors) Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key))): @@ -38,12 +38,15 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - - + + + + + + + + +
Stefano
Stefano

💼 💻 🖋 🔣 🎨 🔍 🚇 🚧 📆 💬 🛡️
ash
ash

💼 🖋 🔣 📆 👀
Aeywoo
Aeywoo

💼 🐛 📝 🖋 🚧 🔬
AnonymousRandomPerson
AnonymousRandomPerson

🔣 🖋 🔬 💻 👀
mxdanger
mxdanger

💻 ️️️️♿️ 🐛 🎨 🤔 🚇 🚧 🔧 📓
Riley
Riley

🔣 🎨 📖
Stefano
Stefano

💼 💻 🖋 🔣 🎨 🔍 🚇 🚧 📆 💬 🛡️
ash
ash

💼 🖋 🔣 📆 👀
Aeywoo
Aeywoo

💼 🐛 📝 🖋 🚧 🔬
AnonymousRandomPerson
AnonymousRandomPerson

🔣 🖋 🔬 💻 👀
mxdanger
mxdanger

💻 ️️️️♿️ 🐛 🎨 🤔 🚇 🚧 🔧 📓
Riley
Riley

🔣 🎨 📖
Hans5958
Hans5958

️️️️♿️ 🐛 💻 🖋 🔣 📖 🎨 🚧 📆 🔧
@@ -53,4 +56,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. This section only includes GitHub contributions. Other credits are shown on [the About page](https://place-atlas.stefanocoding.me/about). +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. This section only includes GitHub contributions. Other credits are shown on [the About page](https://2022.place-atlas.stefanocoding.me/about). diff --git a/data/read-ids.txt b/data/read-ids.txt index 8584fe83..4830f8d0 100644 --- a/data/read-ids.txt +++ b/data/read-ids.txt @@ -12726,3 +12726,6 @@ zznclm 147stk6 147spg0 147ktca +15fw1j9 +15cwuqe +15d6x9i diff --git a/netlify.toml b/netlify.toml index c743854b..d90c58bb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,11 +1,11 @@ [build] publish = "dist/" command = "FILE=tools/ci/build-prod.sh; rm -rf dist/; if [ -f $FILE ]; then bash $FILE; else cp -r web/ dist/; fi" - ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF web/ .parcelrc netlify.toml package-lock.json package.json postcss.config.js" + ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF web/ tools/ .parcelrc netlify.toml package-lock.json package.json postcss.config.js" [build.environment] PYTHON_VERSION = "3.8" [context.deploy-preview] command = "FILE=tools/ci/build-preview.sh; rm -rf dist/; if [ -f $FILE ]; then bash $FILE; else cp -r web/ dist/; fi" - ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF data/patches/ web/ .parcelrc netlify.toml package-lock.json package.json postcss.config.js" + ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF data/patches/ web/ tools/ .parcelrc netlify.toml package-lock.json package.json postcss.config.js" diff --git a/package-lock.json b/package-lock.json index a8bae615..29894284 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1926,9 +1926,9 @@ } }, "node_modules/all-contributors-cli": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.24.0.tgz", - "integrity": "sha512-7oSKr2PnqxsOotuSwciltcFTS1eVRdjR0cn99hbElfff7gRQBShVhsf/XBprY41sLcgqTk0l0MKgKv6QNgZdMg==", + "version": "6.26.1", + "resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.26.1.tgz", + "integrity": "sha512-Ymgo3FJACRBEd1eE653FD1J/+uD0kqpUNYfr9zNC1Qby0LgbhDBzB3EF6uvkAbYpycStkk41J+0oo37Lc02yEw==", "dev": true, "dependencies": { "@babel/runtime": "^7.7.6", @@ -1947,6 +1947,9 @@ }, "engines": { "node": ">=4" + }, + "optionalDependencies": { + "prettier": "^2" } }, "node_modules/all-contributors-cli/node_modules/ansi-styles": { @@ -3759,10 +3762,16 @@ "dev": true }, "node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -3965,9 +3974,9 @@ } }, "node_modules/parcel-resolver-ignore": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/parcel-resolver-ignore/-/parcel-resolver-ignore-2.1.3.tgz", - "integrity": "sha512-C8uLvR4o7SPRSsQ/Nylm1/PdsLwn/Z9bzCs66qT3XIebJC7ojaFFF3MDl/mie5audngjcFF8wzU0AoEQkZq2pA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/parcel-resolver-ignore/-/parcel-resolver-ignore-2.1.5.tgz", + "integrity": "sha512-/2zgQw3J/2YA7L6JXg4XKBWT/SXDZx+PfweWcCsllchNVwFvK7jDJhG6h+puy+e15Rm9A/ubuuHYwANQHVXp2A==", "dev": true, "engines": { "parcel": ">=2.0.0" @@ -4128,9 +4137,9 @@ } }, "node_modules/postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "version": "8.4.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", + "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", "dev": true, "funding": [ { @@ -4140,10 +4149,14 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "nanoid": "^3.3.4", + "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, @@ -4678,6 +4691,22 @@ "node": ">=12" } }, + "node_modules/prettier": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "dev": true, + "optional": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, "node_modules/purgecss": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-5.0.0.tgz", @@ -6521,9 +6550,9 @@ "dev": true }, "all-contributors-cli": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.24.0.tgz", - "integrity": "sha512-7oSKr2PnqxsOotuSwciltcFTS1eVRdjR0cn99hbElfff7gRQBShVhsf/XBprY41sLcgqTk0l0MKgKv6QNgZdMg==", + "version": "6.26.1", + "resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.26.1.tgz", + "integrity": "sha512-Ymgo3FJACRBEd1eE653FD1J/+uD0kqpUNYfr9zNC1Qby0LgbhDBzB3EF6uvkAbYpycStkk41J+0oo37Lc02yEw==", "dev": true, "requires": { "@babel/runtime": "^7.7.6", @@ -6535,6 +6564,7 @@ "lodash": "^4.11.2", "node-fetch": "^2.6.0", "pify": "^5.0.0", + "prettier": "^2", "yargs": "^15.0.1" }, "dependencies": { @@ -7823,9 +7853,9 @@ "dev": true }, "nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", "dev": true }, "node-addon-api": { @@ -8015,9 +8045,9 @@ } }, "parcel-resolver-ignore": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/parcel-resolver-ignore/-/parcel-resolver-ignore-2.1.3.tgz", - "integrity": "sha512-C8uLvR4o7SPRSsQ/Nylm1/PdsLwn/Z9bzCs66qT3XIebJC7ojaFFF3MDl/mie5audngjcFF8wzU0AoEQkZq2pA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/parcel-resolver-ignore/-/parcel-resolver-ignore-2.1.5.tgz", + "integrity": "sha512-/2zgQw3J/2YA7L6JXg4XKBWT/SXDZx+PfweWcCsllchNVwFvK7jDJhG6h+puy+e15Rm9A/ubuuHYwANQHVXp2A==", "dev": true, "requires": {} }, @@ -8073,12 +8103,12 @@ "dev": true }, "postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "version": "8.4.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", + "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", "dev": true, "requires": { - "nanoid": "^3.3.4", + "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" } @@ -8443,6 +8473,13 @@ "is-json": "^2.0.1" } }, + "prettier": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "dev": true, + "optional": true + }, "purgecss": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-5.0.0.tgz", diff --git a/tools/ci/build-preview.sh b/tools/ci/build-preview.sh index 32ea7b05..5977fb6c 100644 --- a/tools/ci/build-preview.sh +++ b/tools/ci/build-preview.sh @@ -8,8 +8,10 @@ rm -rf .parcel-cache cp -r web/ dist-temp/ npm i +pip install -r tools/ci/requirements.txt + python tools/ci/cdn_to_local.py -python tools/ci/merge_out.py # On previews, attempt to merge patches +python tools/merge_out.py # On previews, attempt to merge patches npx parcel build dist-temp/index.html dist-temp/**.html --dist-dir "dist" --no-source-maps --no-content-hash rm -rf dist-temp @@ -18,5 +20,6 @@ cp -r web/_img/ dist/ cp web/atlas.json dist/ cp web/*.txt dist/ cp web/_headers dist/ +cp web/_redirects dist/ cp web/favicon.ico dist/ cp web/sw.js dist/ \ No newline at end of file diff --git a/tools/ci/build-prod.sh b/tools/ci/build-prod.sh index ebe64fb2..5f644df1 100644 --- a/tools/ci/build-prod.sh +++ b/tools/ci/build-prod.sh @@ -8,6 +8,8 @@ rm -rf .parcel-cache cp -r web/ dist-temp/ npm i +pip install -r tools/ci/requirements.txt + python tools/ci/cdn_to_local.py npx parcel build dist-temp/index.html dist-temp/**.html --dist-dir "dist" --no-source-maps --no-content-hash @@ -17,5 +19,6 @@ cp -r web/_img/ dist/ cp web/atlas.json dist/ cp web/*.txt dist/ cp web/_headers dist/ +cp web/_redirects dist/ cp web/favicon.ico dist/ cp web/sw.js dist/ \ No newline at end of file diff --git a/tools/ci/requirements.txt b/tools/ci/requirements.txt index 7b8f0158..725aec74 100644 --- a/tools/ci/requirements.txt +++ b/tools/ci/requirements.txt @@ -1 +1,2 @@ -jsonschema \ No newline at end of file +jsonschema +tqdm \ No newline at end of file diff --git a/tools/create_patch.py b/tools/create_patch.py index 8a3b83db..de932b8b 100644 --- a/tools/create_patch.py +++ b/tools/create_patch.py @@ -2,6 +2,7 @@ import json import os import secrets from pathlib import Path +import re while not os.path.exists('README.md'): os.chdir('..') @@ -32,8 +33,11 @@ author = input("Author: ") if author: entry['_author'] = author -filename = f'gh-{secrets.token_hex(2)}-{"-".join(entry["name"].split()).lower()}.json' -with open(f'{patches_dir}gh-{secrets.token_hex(2)}-{"-".join(entry["name"].split()).lower()}.json', 'w', encoding='utf-8') as out_file: +slug_name = re.sub('\s+', ' ', entry['name']) +slug_name = re.sub('[^a-zA-Z0-9 ]', '', slug_name) +slug_name = "-".join(slug_name.split(' ')).lower() +filename = f'gh-{secrets.token_hex(2)}-{slug_name}.json' +with open(f'{patches_dir}{filename}', 'w', encoding='utf-8') as out_file: out_file.write(json.dumps(entry, ensure_ascii=False)) print("Patch created as " + filename + "!") diff --git a/tools/merge_out.py b/tools/merge_out.py index 4075377f..a26d7bf3 100644 --- a/tools/merge_out.py +++ b/tools/merge_out.py @@ -2,8 +2,11 @@ import json import os from aformatter import format_all_entries, per_line_entries import traceback -import scale_back -from scale_back import ScaleConfig + +IS_DEPLOY_PREVIEW = False + +if os.getenv('NETLIFY') == 'true' and os.getenv('CONTEXT') == 'deploy-preview': + IS_DEPLOY_PREVIEW = True out_ids = [] atlas_ids = {} @@ -23,11 +26,14 @@ with open('web/atlas.json', 'r', encoding='utf-8') as atlas_file: last_id = 0 -for i, entry in enumerate(atlas_data): - atlas_ids[entry['id']] = i - id = entry['id'] - if id.isnumeric() and int(id) > last_id and int(id) - last_id < 100: - last_id = int(id) +if not IS_DEPLOY_PREVIEW: + for i, entry in enumerate(atlas_data): + atlas_ids[entry['id']] = i + id = entry['id'] + if type(id) is str and id.isnumeric(): + id = id.isnumeric() + if type(id) is int and id > last_id and id - last_id < 100: + last_id = int(id) patches_dir = "data/patches/" permanent_patch_file = "tools/temp-atlas.json" @@ -69,6 +75,8 @@ for filename in filenames: scale_back.scale_back_entries(entries) for entry in entries: + if entry is None: + continue if '_reddit_id' in entry: reddit_id = entry['_reddit_id'] if reddit_id in out_ids: @@ -90,12 +98,15 @@ for filename in filenames: del entry['_author'] if isinstance(entry['id'], int) and entry['id'] < 1 or entry['id'] == '0': - last_id += 1 + if IS_DEPLOY_PREVIEW: + last_id -= 1 + else: + last_id += 1 print(f"{filename}: Entry is new, assigned ID {last_id}") - entry['id'] = str(last_id) - elif isinstance(entry['id'], int): - entry['id'] = str(entry['id']) - elif not is_permanent_file and entry['id'] not in out_ids: + entry['id'] = last_id + elif isinstance(entry['id'], str) and entry['id'].isnumeric(): + entry['id'] = int(entry['id']) + elif not is_permanent_file and type(entry['id']) is str and len(entry['id']) > 5 and entry['id'] not in out_ids: out_ids.append(entry['id']) if entry['id'] in atlas_ids: @@ -106,8 +117,8 @@ for filename in filenames: print(f"{filename}: Added {entry['id']}.") atlas_data.append(entry) - if not is_permanent_file: - os.remove(f) + if not is_permanent_file: + os.remove(f) except: print(f"{filename}: Something went wrong; patch couldn't be implemented. Skipping.") diff --git a/tools/redditcrawl.py b/tools/redditcrawl.py index a940c1fc..1cadb202 100755 --- a/tools/redditcrawl.py +++ b/tools/redditcrawl.py @@ -26,14 +26,12 @@ Running: from praw import Reddit from praw.models import Submission import json -import time import re import traceback from aformatter import format_all, validate from pathlib import Path import humanize from datetime import datetime -import secrets import os while not os.path.exists('README.md'): @@ -104,7 +102,7 @@ with open('temp-atlas-manual.txt', 'w', encoding='utf-8') as FAIL_FILE: print(f"{submission.id}: Processing...") - if submission.link_flair_text == "New Entry" or submission.link_flair_text == "Edit Entry" or True: + if submission.link_flair_text == "New Entry" or submission.link_flair_text == "Edit Entry": try: @@ -122,9 +120,9 @@ with open('temp-atlas-manual.txt', 'w', encoding='utf-8') as FAIL_FILE: if submission_json: if submission.link_flair_text == "Edit Entry": - assert submission_json["id"] > 0, "Edit invalid because ID is tampered, it must not be 0 or -1!" + assert submission_json["id"] != -1, "Edit invalid because ID is tampered, it must not be -1!" else: - assert submission_json["id"] <= 0, "Addition invalid because ID is tampered, it must be 0 or -1!" + assert submission_json["id"] == -1, "Addition invalid because ID is tampered, it must be -1!" submission_json_dummy = {"id": submission_json["id"], "_reddit_id": submission.id, "_author": submission.author.name} @@ -137,7 +135,7 @@ with open('temp-atlas-manual.txt', 'w', encoding='utf-8') as FAIL_FILE: assert validation_status < 3, \ "Submission invalid after validation. This may be caused by not enough points on the path." - with open(f'{patches_dir}reddit-{submission.id}-{"-".join(submission["name"].split()).lower()}.json', 'w', encoding='utf-8') as out_file: + with open(f'{patches_dir}reddit-{submission.id}-{"-".join(submission.name.split()).lower()}.json', 'w', encoding='utf-8') as out_file: out_file.write(json.dumps(submission_json, ensure_ascii=False)) count_success += 1 diff --git a/tools/unused/area-chart.svg b/tools/unused/area-chart.svg index 10344c4a..5cf75b4b 100644 --- a/tools/unused/area-chart.svg +++ b/tools/unused/area-chart.svg @@ -151,7 +151,7 @@ sodipodi:role="line" id="tspan3904" x="721.92651" - y="511.92819">http://place-atlas.stefanocoding.me/ + y="511.92819">http://2022.place-atlas.stefanocoding.me/ @@ -178,7 +178,7 @@ y="810.95184" x="940.96014" id="tspan3904-9" - sodipodi:role="line">http://place-atlas.stefanocoding.me/ + sodipodi:role="line">http://2022.place-atlas.stefanocoding.me/ diff --git a/tools/unused/smallifier.html b/tools/unused/smallifier.html index 8c1c8ea4..ced5124b 100644 --- a/tools/unused/smallifier.html +++ b/tools/unused/smallifier.html @@ -3,7 +3,7 @@ The 2022 r/place Atlas Copyright (c) 2017 Roland Rytz Copyright (c) 2022 Place Atlas contributors - Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt) + Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt) --> @@ -17,14 +17,22 @@ - - + + - + + + + + + + + + @@ -53,12 +61,19 @@ diff --git a/web/all-authors.txt b/web/all-authors.txt index a316863a..faec08a3 100644 --- a/web/all-authors.txt +++ b/web/all-authors.txt @@ -5560,3 +5560,9 @@ GDJosef eri531 -Yox- gh:Slymeball +Annilee_Rose2 +gh:GeoDash897 +wiev0 +realzezo +_squizzle +DasHeroTill diff --git a/web/atlas.json b/web/atlas.json index b04437b8..3c4d897d 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -1,304 +1,304 @@ [ -{"id": "000001", "name": "Robin", "description": "Robin was Reddit's 2016 April Fools' event. Users were matched randomly with other users in a chatroom setting, and could vote to merge with other groups or leave the chatroom.", "links": {"subreddit": ["ccKufiPrFaShleWoli0"]}, "path": {"69-152": [[768, 660], [768, 664], [776, 664], [776, 665], [774, 667], [772, 667], [772, 668], [774, 670], [774, 676], [771, 679], [771, 680], [774, 680], [775, 679], [783, 679], [787, 675], [787, 671], [789, 671], [789, 670], [788, 669], [788, 666], [786, 664], [804, 664], [804, 660]], "22-68": [[772, 661], [770, 663], [768, 663], [768, 664], [770, 666], [770, 668], [779, 668], [779, 672], [778, 672], [771, 679], [771, 680], [755, 680], [755, 684], [791, 684], [791, 680], [784, 680], [784, 678], [787, 675], [787, 671], [788, 671], [789, 670], [788, 669], [788, 666], [786, 664], [782, 664], [780, 666], [779, 668], [773, 668], [773, 664], [774, 664], [775, 663], [773, 661]], "9-21": [[782, 664], [780, 666], [779, 668], [779, 672], [778, 672], [769, 681], [769, 684], [791, 684], [791, 680], [784, 680], [784, 678], [787, 675], [787, 671], [788, 671], [789, 670], [788, 669], [788, 666], [786, 664]], "153-165, T:0-1": [[769, 660], [769, 662], [771, 664], [776, 664], [776, 665], [774, 667], [772, 667], [772, 668], [774, 670], [774, 676], [771, 679], [771, 680], [774, 680], [775, 679], [783, 679], [787, 675], [787, 671], [789, 671], [789, 670], [788, 669], [788, 666], [786, 664], [803, 664], [803, 660]]}, "center": {"69-152": [781, 673], "22-68": [779, 679], "9-21": [779, 679], "153-165, T:0-1": [781, 670]}}, -{"id": "000002", "name": "Narrator Nexus", "description": "Narrator Nexus is a group of users who coordinated the storyline in Reddit's 2019 April Fools' event, Sequence.", "links": {"website": ["https://knowyourmeme.com/memes/events/reddit-sequence"], "subreddit": ["NarraNexus"]}, "path": {"8-165, T:0-1": [[757, 669], [755, 671], [755, 674], [756, 674], [756, 677], [759, 680], [768, 680], [771, 677], [771, 674], [772, 674], [772, 671], [770, 669], [765, 669], [765, 667], [766, 666], [768, 666], [768, 664], [766, 664], [763, 667], [763, 669]]}, "center": {"8-165, T:0-1": [762, 674]}}, -{"id": "000003", "name": "r/AprilKnights", "description": "r/AprilKnights is a subreddit formed for Reddit's 2015 April Fools' event \"The Button\".", "links": {"website": ["https://aprilknights.org/"], "subreddit": ["AprilKnights"]}, "path": {"69-76": [[789, 664], [789, 673], [792, 677], [792, 680], [756, 680], [756, 685], [801, 685], [801, 676], [803, 673], [803, 664]], "26-68": [[789, 664], [789, 673], [791, 676], [795, 679], [797, 679], [800, 677], [803, 673], [803, 664]], "78-165, T:0-1": [[755, 680], [755, 685], [806, 685], [806, 680], [800, 680], [800, 677], [803, 673], [803, 664], [789, 664], [789, 673], [793, 678], [793, 680]]}, "center": {"69-76": [796, 671], "26-68": [796, 671], "78-165, T:0-1": [796, 671]}}, -{"id": "000004", "name": "Triforce", "description": "The Triforce is the ultimate source of power in The Legend of Zelda game series, and serves as the balance that weighs the three forces: power, wisdom, and courage.\n\nThis place was first supposed to be a representation of the past Reddit April Fools' games, but the iconic shape of the Triforce made users believe that it was a Zelda symbol.", "links": {"website": ["https://en.wikipedia.org/wiki/Triforce", "https://zeldapedia.wiki/wiki/Triforce"], "subreddit": ["zelda"]}, "path": {"2-165, T:0-1": [[788, 598], [756, 661], [819, 661], [819, 660]]}, "center": {"2-165, T:0-1": [788, 642]}}, -{"id": "000005", "name": "She-Ra and the Princesses of Power", "description": "She-Ra and the Princesses of Power is a 2018 Netflix series.", "links": {"website": ["https://www.netflix.com/title/80179762", "https://en.wikipedia.org/wiki/She-Ra_and_the_Princesses_of_Power"], "subreddit": ["PrincessesOfPower"]}, "path": {"68-115": [[1531, 413], [1556, 413], [1556, 427], [1531, 427]], "62-67": [[1526, 413], [1526, 427], [1552, 427], [1552, 422], [1555, 418], [1555, 413]], "137-166, T:0-1": [[1333, 408], [1361, 408], [1361, 422], [1333, 422]]}, "center": {"68-115": [1544, 420], "62-67": [1541, 420], "137-166, T:0-1": [1347, 415]}}, -{"id": "000006", "name": "2b2t", "description": "2builders2tools (2b2t) is the second-oldest running multiplayer server for the game Minecraft. It uses an anarchy format, meaning there are minimal rules in place for players.\n\nThe 2b2t logo was one of the first factions to form, with pixels being placed within the first few seconds. Though many groups and streamers tried to attack or replace it through many means, 2b2t prevailed.", "links": {"website": ["https://www.youtube.com/watch?v=vD8yaW447H4", "https://en.wikipedia.org/wiki/2b2t"], "subreddit": ["2b2tplace", "2b2t"]}, "path": {"1-165, T:0-1": [[912, 421], [912, 481], [960, 481], [960, 421]]}, "center": {"1-165, T:0-1": [936, 451]}}, -{"id": "000007", "name": "Fancade", "description": "Fancade is a cross-platform game builder made by Martin Magni. Players can use Fancade's built-in game engine and editor tools either create or play custom games.", "links": {"website": ["https://www.fancade.com"], "subreddit": ["Fancade"]}, "path": {"44-101": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [105, 705], [105, 711], [109, 711], [109, 689], [94, 689], [91, 694], [87, 694], [84, 692], [84, 689]], "27-43": [[71, 689], [71, 705], [73, 705], [73, 703], [81, 703], [81, 705], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 712], [108, 712], [108, 698], [109, 698], [109, 689], [94, 689], [89, 694], [87, 694], [84, 691], [84, 689]], "24-26": [[71, 689], [71, 705], [73, 705], [73, 703], [108, 703], [108, 701], [109, 701], [109, 689]], "5-23": [[71, 690], [71, 705], [73, 705], [73, 703], [85, 703], [85, 702], [96, 702], [96, 716], [107, 716], [107, 712], [108, 711], [108, 690]], "102-166, T:0-1": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [109, 705], [109, 689], [94, 689], [90, 694], [87, 694], [84, 691], [84, 689]]}, "center": {"44-101": [101, 697], "27-43": [101, 696], "24-26": [90, 696], "5-23": [101, 697], "102-166, T:0-1": [101, 697]}}, -{"id": "000008", "name": "NotITG", "description": "NotITG (Not In The Groove) is fork of the rhythm game Stepmania that adds greater support for modded stepcharts (modcharts).", "links": {"website": ["https://noti.tg/", "https://step-mania.fandom.com/wiki/NotITG"], "subreddit": ["Stepmania"]}, "path": {"56-62": [[1198, 49], [1198, 63], [1195, 63], [1195, 67], [1212, 67], [1212, 68], [1215, 68], [1215, 63], [1212, 63], [1212, 57], [1211, 57], [1211, 49]], "18-22": [[906, 507], [906, 520], [914, 520], [915, 521], [916, 521], [920, 517], [920, 516], [919, 515], [919, 507]], "27-43": [[283, 782], [283, 796], [280, 796], [280, 802], [297, 802], [297, 803], [302, 803], [302, 796], [299, 796], [299, 792], [298, 791], [298, 782]], "63-166, T:0-1": [[1179, 60], [1183, 56], [1180, 53], [1183, 50], [1184, 49], [1213, 49], [1213, 63], [1215, 63], [1215, 68], [1212, 68], [1212, 67], [1195, 67], [1195, 64], [1183, 64]]}, "center": {"56-62": [1205, 60], "18-22": [913, 514], "27-43": [291, 794], "63-166, T:0-1": [1203, 58]}}, -{"id": "000010", "name": "Deep Rock Galactic", "description": "Deep Rock Galactic is a 1-4-player co-op first-person shooter (FPS) game featuring badass space dwarves, 100% destructible environments, procedurally-generated caves, and endless hordes of alien monsters.", "links": {"website": ["https://www.deeprockgalactic.com/", "https://en.wikipedia.org/wiki/Deep_Rock_Galactic"], "subreddit": ["DeepRockGalacticPlace", "DeepRockGalactic"]}, "path": {"7-15": [[179, 275], [179, 308], [237, 308], [237, 299], [241, 299], [241, 275]], "16-165, T:0-1": [[175, 262], [241, 262], [241, 298], [237, 298], [237, 308], [175, 308]]}, "center": {"7-15": [210, 292], "16-165, T:0-1": [208, 285]}}, -{"id": "000012", "name": "Star Wars: Episode IV - A New Hope", "description": "Star Wars: Episode IV - A New Hope, originally known as simply \"Star Wars\", is the first movie in the Star Wars series and the fourth movie in the chronology of the story.\n\nThis art was done by the Redditors at r/starwars_place. Heavy battles were fought against Among Us, and the poster once briefly disappeared to xQc before being reinstated.", "links": {"website": ["https://en.wikipedia.org/wiki/Star_Wars_(film)"], "subreddit": ["starwars_place", "StarWars"]}, "path": {"1-166, T:0-1": [[572, 700], [572, 842], [669, 842], [669, 700]]}, "center": {"1-166, T:0-1": [621, 815]}}, -{"id": "000013", "name": "Cang", "description": "It's quite literally just cang.", "links": {}, "path": {"58-121": [[1953, 321], [1953, 334], [1966, 334], [1966, 321]], "124-166, T:0-1": [[1960, 321], [1958, 323], [1958, 324], [1957, 325], [1956, 325], [1954, 327], [1954, 328], [1958, 332], [1963, 332], [1965, 330], [1965, 329], [1962, 326], [1962, 325], [1964, 323], [1962, 321]]}, "center": {"58-121": [1960, 328], "124-166, T:0-1": [1959, 328]}}, -{"id": "000014", "name": "Avicii", "description": "The logo of the Swedish DJ and electronic dance music artist Avicii, who was born on 8 September 1989 and died on 20 April 2018. The creation was part of a collaboration with r/Avicii and r/place_nordicunion.", "links": {"website": ["http://avicii.com/", "https://en.wikipedia.org/wiki/Avicii"], "subreddit": ["Avicii", "place_nordicunion", "sweden"], "discord": ["9zTbdMSUea"]}, "path": {"16-165, T:0-1": [[753, 70], [740, 83], [740, 91], [774, 91], [774, 85], [761, 85], [761, 83], [772, 72], [772, 70]]}, "center": {"16-165, T:0-1": [753, 82]}}, -{"id": "000016", "name": "Trackmania", "description": "Trackmania is an arcade racing game series. This art depicts the original logo of the game.", "links": {"website": ["https://www.trackmania.com", "https://en.wikipedia.org/wiki/TrackMania"], "subreddit": ["trackmania"]}, "path": {"16-43": [[363, 740], [363, 751], [373, 751], [373, 757], [433, 757], [433, 740]], "7-15": [[363, 740], [363, 751], [433, 751], [433, 740]], "44-166, T:0-1": [[373, 740], [448, 740], [448, 757], [373, 757]]}, "center": {"16-43": [398, 749], "7-15": [398, 746], "44-166, T:0-1": [411, 749]}}, -{"id": "000017", "name": "Flag of the Czech Republic", "description": "The Czech Republic, also known as Czechia, is a country in Central Europe.\n\nThis Czech flag was made by the community of r/czech and features pixel arts from Czech culture.", "links": {"website": ["https://en.wikipedia.org/wiki/Czech_Republic", "https://en.wikipedia.org/wiki/Flag_of_the_Czech_Republic"], "subreddit": ["czech"]}, "path": {"53-56": [[800, 35], [800, 69], [870, 69], [870, 35]], "23-45": [[602, 35], [602, 70], [656, 70], [656, 35]], "2-22": [[575, 35], [575, 70], [657, 70], [657, 35]], "57-166, T:0-1": [[1197, 161], [1325, 161], [1325, 249], [1197, 249]]}, "center": {"53-56": [835, 52], "23-45": [629, 53], "2-22": [616, 53], "57-166, T:0-1": [1261, 205]}}, -{"id": "000018", "name": "Duck Game", "description": "A lovely duck from Duck Game, a multiplayer action-platformer game made by Landon Podbielski.", "links": {"website": ["http://store.steampowered.com/app/312530", "https://en.wikipedia.org/wiki/Duck_Game"], "subreddit": ["duckgame"]}, "path": {"56-166, T:0-1": [[1717, 127], [1717, 149], [1716, 150], [1716, 151], [1731, 151], [1731, 148], [1730, 148], [1730, 127]]}, "center": {"56-166, T:0-1": [1724, 139]}}, -{"id": "000020", "name": "Statue of Saint Wenceslas", "description": "A statue of Saint Wenceslas, patron of the Czech state, located at Wenceslas Square in Prague, Czech Republic.", "links": {"website": ["https://en.wikipedia.org/wiki/Statue_of_Saint_Wenceslas,_Wenceslas_Square"], "subreddit": ["czech"]}, "path": {"144-158": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 197], [1235, 196], [1235, 189], [1233, 189], [1232, 190], [1221, 192], [1220, 191], [1218, 194], [1204, 196], [1200, 199], [1198, 199], [1198, 202], [1197, 203], [1198, 204], [1199, 203], [1200, 203], [1203, 200], [1210, 198], [1219, 198], [1220, 197], [1232, 197], [1232, 201], [1229, 201], [1229, 200], [1226, 200]], "107-114": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 198], [1235, 197], [1235, 189], [1232, 189], [1225, 192], [1223, 192], [1222, 191], [1219, 191], [1219, 193], [1206, 197], [1206, 200], [1209, 200], [1210, 199], [1215, 199], [1217, 197], [1225, 197], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1229, 199], [1227, 199], [1227, 201]], "117-143": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 198], [1235, 197], [1235, 188], [1231, 188], [1224, 192], [1223, 192], [1222, 191], [1221, 191], [1216, 195], [1217, 196], [1220, 196], [1221, 197], [1226, 197], [1227, 196], [1232, 196], [1232, 201]], "67-106": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1256, 222], [1256, 219], [1258, 219], [1258, 218], [1249, 212], [1245, 212], [1239, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1235, 193], [1235, 188], [1233, 188], [1233, 189], [1226, 189], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1229, 200], [1227, 200], [1227, 201]], "159-166, T:0-1": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 197], [1235, 196], [1235, 189], [1228, 189], [1227, 190], [1224, 190], [1221, 193], [1221, 195], [1220, 196], [1217, 196], [1215, 198], [1215, 199], [1210, 199], [1210, 200], [1212, 202], [1215, 202], [1217, 200], [1222, 200], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1228, 200], [1227, 201]]}, "center": {"144-158": [1230, 234], "107-114": [1229, 234], "117-143": [1230, 234], "67-106": [1230, 234], "159-166, T:0-1": [1230, 234]}}, -{"id": "000021", "name": "Jerma985", "description": "Jerma985 is long-time streamer and a retired YouTuber. Most of the time he's streaming games from various eras, but he's most famous for these special, semi-scripted streams, like playing archeologist on real excavation site, holiday streams or creating Jerma Dollhouse. The hat on top of his head is the one worn by Jotaro Kujo in JoJo's Bizarre Adventure: Stardust Crusaders.\n\nThe mural in the bottom half contains inside jokes and characters from Jerma985's community. It is complete with his logo, a subreddit advertisement, a rat character, his beloved pet Otto, Fireman, and more. The streamer himself is represented with a meme called \"Jerma Sus\", which needs no further explanation. Created in collaboration with fellow streamer Vinesauce's mural below.", "links": {"website": ["https://www.twitch.tv/jerma985", "https://en.wikipedia.org/wiki/Jerma985"], "subreddit": ["jerma985"]}, "path": {"109-121": [[92, 960], [92, 1096], [136, 1096], [136, 1000], [141, 1000], [144, 997], [145, 989], [145, 983], [140, 978], [136, 978], [131, 978], [133, 970], [132, 951], [126, 951], [111, 958]], "122-166, T:0-1": [[92, 960], [92, 1068], [94, 1068], [95, 1067], [102, 1067], [102, 1066], [103, 1065], [103, 1062], [104, 1061], [106, 1061], [106, 1066], [108, 1066], [110, 1064], [111, 1064], [113, 1066], [114, 1066], [115, 1065], [118, 1065], [119, 1066], [121, 1066], [121, 1062], [124, 1062], [124, 1064], [126, 1066], [126, 1068], [129, 1068], [130, 1067], [134, 1067], [135, 1068], [136, 1068], [136, 1000], [141, 1000], [144, 996], [145, 992], [145, 981], [141, 978], [136, 978], [136, 957], [128, 953], [121, 953], [107, 959]]}, "center": {"109-121": [115, 993], "122-166, T:0-1": [102, 1022]}}, -{"id": "000022", "name": "Flag of the United Kingdom", "description": "The United Kingdom is a country in northwestern Europe. Its flag is known as the Union Jack.\n\nThis flag features pixel art of (right to left) the Palace of Westminster and Big Ben (often defaced with a phallus), a teapot and mug, Saint Piran's flag (Cornwall), the Cross of Saint Patrick (Northern Ireland), the Welsh flag, the Scottish saltire, and the logo of the National Health Service.", "links": {"website": ["https://en.wikipedia.org/wiki/United_Kingdom", "https://en.wikipedia.org/wiki/Flag_of_the_United_Kingdom"], "subreddit": ["ukplace", "unitedkingdom"]}, "path": {"125-132": [[569, 476], [569, 541], [575, 541], [575, 557], [701, 557], [701, 476]], "T:0-1": [[570, 476], [570, 548], [568, 548], [568, 551], [570, 551], [570, 557], [623, 557], [623, 558], [661, 558], [661, 557], [701, 557], [701, 476]], "38-49": [[550, 429], [568, 452], [568, 503], [469, 504], [469, 514], [550, 514], [557, 503], [567, 503], [571, 511], [571, 518], [573, 518], [573, 554], [578, 558], [618, 558], [618, 587], [654, 587], [654, 576], [661, 568], [661, 574], [675, 574], [675, 557], [701, 557], [701, 429]], "17-37": [[595, 476], [570, 499], [552, 499], [542, 506], [558, 513], [561, 513], [589, 541], [587, 546], [587, 557], [658, 557], [658, 553], [652, 553], [652, 534], [671, 534], [671, 513], [664, 513], [664, 476]], "8-16": [[566, 476], [551, 508], [551, 512], [564, 558], [619, 558], [620, 557], [652, 557], [652, 530], [701, 530], [701, 509], [644, 507], [638, 490], [636, 490], [646, 476]], "2-7": [[610, 403], [610, 409], [587, 428], [585, 428], [571, 441], [567, 454], [554, 456], [550, 459], [563, 463], [573, 494], [541, 529], [543, 529], [578, 496], [609, 496], [609, 558], [615, 558], [615, 496], [641, 496], [635, 488], [653, 467], [659, 460], [676, 460], [676, 455], [661, 455], [642, 432], [651, 421], [651, 418], [648, 418], [638, 428], [620, 410], [615, 409], [614, 403]], "133-161, 50-121": [[569, 476], [569, 557], [633, 557], [633, 558], [661, 558], [661, 557], [701, 557], [701, 476]], "162-165": [[570, 476], [570, 541], [575, 541], [575, 557], [623, 557], [623, 558], [661, 558], [661, 557], [701, 557], [701, 476]]}, "center": {"125-132": [636, 516], "T:0-1": [635, 517], "38-49": [635, 495], "17-37": [618, 515], "8-16": [604, 517], "2-7": [611, 458], "133-161, 50-121": [639, 517], "162-165": [636, 517]}}, -{"id": "000023", "name": "Battle for Dream Island", "description": "Battle for Dream Island (BFDI) is a YouTube web series where animated anthropomorphic objects compete in a elimination competition to win the titular luxury island, Dream Island. The series was created by Michael Huang and Cary Huang.\n\nThis art features characters Leafy and Bubble standing on Yoyleland, a location in BFDI with a distinctive purple terrain and yellow sky.", "links": {"website": ["https://bfdi.tv/", "https://www.youtube.com/watch?v=YQa2-DY7Y_Q&list=PL24C8378F296DB656&ab_channel=jacknjellify"], "subreddit": ["BattleForDreamIsland"]}, "path": {"146-156": [[1561, 41], [1561, 48], [1562, 48], [1562, 69], [1590, 69], [1590, 41]], "114-145": [[1560, 41], [1560, 69], [1589, 69], [1589, 41]], "61-113": [[1560, 41], [1560, 68], [1589, 68], [1589, 41]], "157-166, T:0-1": [[1562, 41], [1562, 69], [1590, 69], [1590, 41]]}, "center": {"146-156": [1576, 55], "114-145": [1575, 55], "61-113": [1575, 55], "157-166, T:0-1": [1576, 55]}}, -{"id": "000025", "name": "Northeastern University", "description": "Northeastern University is a university in Boston, Massachusetts, United States. The university's initials and husky mascot are shown here.\n\nThis art was coordinated by Redditors from r/NEU with a Discord server.", "links": {"website": ["http://www.northeastern.edu/", "https://en.wikipedia.org/wiki/Northeastern_University", "https://www.reddit.com/r/NEU/comments/tt7dhj/rplace_northeastern_discord/"], "subreddit": ["NEU"]}, "path": {"1-166, T:0-1": [[183, 698], [183, 715], [259, 715], [259, 698]]}, "center": {"1-166, T:0-1": [221, 707]}}, -{"id": "000027", "name": "Club Penguin", "description": "A blue penguin from the massively multiplayer online (MMO) video game Club Penguin, which officially closed in March 2017.", "links": {"website": ["http://clubpenguin.com/", "https://en.wikipedia.org/wiki/Club_Penguin"], "subreddit": ["ClubPenguin"]}, "path": {"56-124": [[1887, 141], [1881, 141], [1880, 142], [1879, 142], [1879, 144], [1878, 145], [1877, 145], [1877, 151], [1876, 151], [1876, 152], [1875, 153], [1875, 154], [1874, 155], [1874, 156], [1873, 157], [1872, 158], [1872, 159], [1871, 160], [1871, 161], [1871, 162], [1871, 165], [1871, 166], [1872, 167], [1873, 166], [1874, 165], [1875, 164], [1875, 165], [1875, 167], [1876, 168], [1877, 169], [1875, 169], [1875, 170], [1875, 171], [1874, 171], [1874, 174], [1879, 174], [1880, 173], [1881, 172], [1882, 173], [1883, 174], [1884, 173], [1885, 172], [1886, 172], [1886, 173], [1887, 173], [1887, 174], [1893, 174], [1893, 173], [1892, 172], [1892, 171], [1891, 170], [1891, 169], [1890, 169], [1891, 168], [1892, 168], [1892, 164], [1893, 165], [1893, 166], [1894, 166], [1894, 167], [1896, 167], [1896, 160], [1895, 159], [1895, 156], [1894, 155], [1893, 154], [1893, 153], [1892, 152], [1891, 151], [1891, 149], [1890, 148], [1890, 145], [1889, 144], [1889, 143], [1888, 142]]}, "center": {"56-124": [1884, 159]}}, -{"id": "000031", "name": "Flag of Turkey", "description": "Turkey is a country in Southeastern Europe and Western Asia. The national flag of Turkey, officially the Turkish flag (Turkish: Türk bayrağı), is a red flag featuring a white star and crescent.\n\nThis Turkish flag has a silhouette of Istanbul, the largest city in Turkey, in its background. 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", "https://en.wikipedia.org/wiki/Flag_of_Turkey"], "subreddit": ["Turkey"]}, "path": {"41-106": [[299, 449], [480, 449], [480, 343], [299, 343]], "35-38": [[299, 398], [480, 398], [480, 343], [299, 343]], "6-28": [[299, 399], [432, 399], [432, 318], [299, 318]], "3-5": [[323, 399], [432, 399], [432, 318], [323, 318]], "39-40": [[299, 429], [480, 429], [480, 343], [299, 343]], "145-151": [[299, 343], [299, 450], [480, 450], [480, 430], [507, 430], [507, 422], [480, 422], [480, 343]], "107-144, 152-165, T:0-1": [[299, 343], [299, 450], [480, 450], [480, 343]]}, "center": {"41-106": [390, 396], "35-38": [390, 371], "6-28": [366, 359], "3-5": [378, 359], "39-40": [390, 386], "145-151": [403, 397], "107-144, 152-165, T:0-1": [390, 397]}}, -{"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": {"15-51": [[871, 0], [871, 69], [929, 69], [929, 0]], "59-165, T:0-1": [[1001, 1], [1103, 1], [1103, 119], [1001, 119]]}, "center": {"15-51": [900, 35], "59-165, T:0-1": [1052, 60]}}, -{"id": "000033", "name": "Moka pot", "description": "An traditional Italian coffee maker.", "links": {"website": ["https://en.wikipedia.org/wiki/Moka_pot"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"54-100": [[821, 361], [814, 367], [814, 371], [816, 373], [816, 375], [818, 377], [818, 385], [821, 390], [821, 392], [820, 395], [815, 400], [815, 405], [819, 408], [842, 408], [846, 402], [846, 396], [851, 396], [851, 393], [850, 393], [850, 387], [842, 381], [840, 381], [840, 377], [837, 374], [836, 374], [833, 377], [833, 381], [831, 381], [824, 387], [823, 387], [823, 380], [824, 375], [830, 373], [831, 372], [831, 368], [825, 361]], "101-166, 41-53, T:0-1": [[846, 404], [846, 400], [845, 400], [844, 399], [844, 396], [843, 395], [843, 393], [847, 389], [848, 390], [848, 391], [847, 392], [847, 393], [848, 394], [848, 395], [849, 394], [849, 387], [848, 386], [848, 385], [847, 385], [846, 384], [845, 384], [843, 382], [839, 382], [837, 380], [836, 380], [834, 382], [828, 382], [828, 383], [825, 386], [825, 387], [822, 390], [822, 391], [820, 393], [820, 395], [819, 396], [819, 397], [817, 399], [816, 399], [816, 403], [817, 404], [817, 405], [818, 405], [819, 406], [824, 406], [826, 404], [826, 398], [825, 397], [824, 396], [824, 392], [825, 391], [825, 390], [826, 389], [827, 389], [830, 392], [830, 393], [831, 394], [831, 395], [829, 397], [829, 399], [828, 400], [828, 406], [830, 406], [831, 407], [843, 407], [844, 406], [845, 406], [846, 405]]}, "center": {"54-100": [833, 395], "101-166, 41-53, T:0-1": [837, 389]}}, -{"id": "000034", "name": "Toki Pona", "description": "Toki Pona is a minimalist constructed language by Sonja Lang (jan Sonja).\n\nThis the first site on the canvas decorated by the Toki Pona community.", "links": {"website": ["https://tokipona.org/", "https://en.wikipedia.org/wiki/Toki_Pona"], "subreddit": ["tokipona"]}, "path": {"63-71": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [757, 330], [757, 325]], "53-62": [[740, 327], [740, 360], [786, 360], [786, 330], [760, 330], [760, 327]], "16-52": [[740, 327], [740, 360], [786, 360], [786, 330], [778, 330], [778, 327]], "1-15": [[742, 329], [739, 332], [739, 345], [741, 347], [741, 355], [742, 355], [742, 361], [783, 361], [783, 355], [784, 355], [784, 347], [786, 345], [786, 332], [783, 329]], "72-164, T:0-1": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [764, 330], [764, 331], [756, 331], [756, 330], [749, 330], [749, 325]]}, "center": {"63-71": [755, 345], "53-62": [756, 345], "16-52": [763, 344], "1-15": [763, 345], "72-164, T:0-1": [770, 345]}}, -{"id": "000035", "name": ":happysperm:/:squirtyay:", "description": "This blue squirt originally appeared as an enemy in the game Bastion, but has since become an icon in several communities (often unrelated to Bastion), most notably as a series of Discord server emotes. Its current form on the canvas represents the :happysperm:/:squirtyay: variant. It was built together by r/civbattleroyale, r/CivHybridGames, r/civAIgames, r/civmoddingcentral, The Legacy, The Nerd Hive, and other individuals who recognised the art from Bastion.", "links": {"website": ["https://bastion.fandom.com/wiki/Squirt"], "subreddit": ["civbattleroyale", "CivHybridGames", "civAIgames", "civmoddingcentral"]}, "path": {"6-18": [[720, 361], [716, 363], [713, 367], [713, 373], [715, 376], [728, 376], [730, 374], [730, 367], [727, 363], [723, 361]], "19-164, T:0-1": [[720, 361], [716, 363], [713, 367], [713, 374], [715, 378], [719, 380], [724, 380], [728, 377], [730, 374], [730, 367], [727, 363], [723, 361]]}, "center": {"6-18": [722, 369], "19-164, T:0-1": [722, 371]}}, -{"id": "000036", "name": "Java", "description": "Java is an object-oriented programming language.\n\nThis art was built and maintained by the Java Discord server.", "links": {"website": ["https://www.java.com/en/", "https://en.wikipedia.org/wiki/Java_(programming_language)"], "discord": ["java"]}, "path": {"93-165, T:0-1": [[1220, 869], [1216, 873], [1214, 877], [1214, 879], [1216, 881], [1224, 881], [1227, 878], [1227, 877], [1224, 874], [1224, 872], [1221, 869]]}, "center": {"93-165, T:0-1": [1220, 876]}}, -{"id": "000037", "name": "Tally Hall", "description": "Tally Hall is an American rock band.\n\nThis art was a joint effort between r/tallyhall and r/lemondemon. Above it, in the trans pride flag, is \"Ally Hall\", a joint project between r/tallyhall and r/transplace.", "links": {"website": ["https://www.tallyhall.com", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "lemondemon"], "discord": ["jZjmeq86tV"]}, "path": {"7-12": [[766, 476], [766, 507], [800, 507], [800, 476]], "5-6": [[575, 70], [541, 70], [540, 53], [574, 53]], "3-4": [[603, 89], [603, 118], [635, 118], [635, 89]], "13-164, T:0-1": [[753, 476], [753, 521], [763, 521], [763, 507], [787, 507], [787, 476]]}, "center": {"7-12": [783, 492], "5-6": [558, 62], "3-4": [619, 104], "13-164, T:0-1": [771, 492]}}, -{"id": "000039", "name": "Miracle butterfly", "description": "The miracle butterfly is a major plot element in the Disney movie Encanto.\n\nA piece created by r/Encanto, this butterfly's place was granted in a deal with Oyasumi Punpun in exchange for guarding their piece. It saw minimal griefing, as both parties defended it.", "links": {"website": ["https://en.wikipedia.org/wiki/Encanto_(film)"], "subreddit": ["Encanto"]}, "path": {"101-167, 65-96, T:0-1": [[1919, 270], [1919, 281], [1928, 281], [1933, 270]]}, "center": {"101-167, 65-96, T:0-1": [1925, 276]}}, -{"id": "000041", "name": "Amulet of Yendor", "description": "The Amulet of Yendor is a powerful artifact in the game Pixel Dungeon. It is a reference to the same item in Brogue and Rogue, two roguelike games that influenced Pixel Dungeon.", "links": {"website": ["https://pixeldungeon.fandom.com/wiki/Amulet_of_Yendor"], "subreddit": ["PixelDungeon"]}, "path": {"2-12": [[696, 362], [691, 367], [691, 374], [696, 379], [703, 379], [708, 374], [708, 367], [703, 362]], "13-166, T:0-1": [[697, 360], [692, 365], [692, 370], [697, 375], [702, 375], [707, 370], [707, 365], [702, 360]]}, "center": {"2-12": [700, 371], "13-166, T:0-1": [700, 368]}}, -{"id": "000042", "name": "Hatchling", "description": "Hatchling is the main character of the game Outer Wilds. The name \"hatchling\" is a fan name, and the character has not been named officially.", "links": {"website": ["https://outerwilds.fandom.com/wiki/The_Protagonist"], "subreddit": ["outerwilds", "place_CentralAlliance"]}, "path": {"6-165, T:0-1": [[382, 921], [380, 923], [380, 924], [382, 928], [382, 930], [379, 935], [379, 938], [381, 940], [383, 940], [383, 945], [392, 945], [392, 940], [393, 940], [395, 938], [395, 935], [393, 932], [393, 929], [392, 928], [392, 924], [388, 920], [385, 920], [384, 921]]}, "center": {"6-165, T:0-1": [387, 935]}}, -{"id": "000043", "name": "Corridor Digital", "description": "Logo from the Corridor YouTube channel, a group of visual effects (VFX) artists.", "links": {"website": ["https://www.youtube.com/c/Corridor", "https://en.wikipedia.org/wiki/Corridor_Digital"], "subreddit": ["Corridor"]}, "path": {"16-100": [[120, 87], [114, 93], [122, 101], [128, 95], [128, 93], [122, 87]], "101-165, T:0-1": [[109, 90], [120, 79], [122, 79], [133, 90], [133, 92], [122, 103], [122, 104], [121, 104], [109, 92]]}, "center": {"16-100": [121, 94], "101-165, T:0-1": [121, 91]}}, -{"id": "000046", "name": "The Elder Scrolls V: Skyrim", "description": "The logo for the fifth Elder Scrolls game, Skyrim.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Elder_Scrolls_V:_Skyrim"], "subreddit": ["skyrim"]}, "path": {"56-167, T:0-1": [[1969, 238], [1999, 238], [1999, 276], [1969, 276]]}, "center": {"56-167, T:0-1": [1984, 257]}}, -{"id": "000047", "name": "Moon Lord", "description": "The Moon Lord is the final boss from the game Terraria.\n\nThis art was created by the Terraria community and the community of Twitch streamer Chance \"Sodapoppin\" Morris.", "links": {"website": ["https://terraria.fandom.com/wiki/Moon_Lord"], "subreddit": ["Terraria"]}, "path": {"59-154": [[1768, 304], [1782, 304], [1792, 315], [1792, 345], [1798, 345], [1809, 353], [1809, 359], [1816, 369], [1817, 369], [1819, 354], [1816, 351], [1816, 346], [1811, 343], [1811, 341], [1813, 340], [1818, 340], [1818, 328], [1824, 324], [1827, 324], [1835, 331], [1839, 337], [1839, 340], [1835, 344], [1835, 350], [1830, 357], [1825, 378], [1824, 394], [1818, 401], [1812, 401], [1796, 378], [1791, 404], [1771, 408], [1757, 405], [1755, 378], [1752, 378], [1738, 401], [1731, 401], [1722, 388], [1720, 356], [1709, 338], [1709, 336], [1713, 329], [1722, 322], [1733, 326], [1732, 343], [1737, 338], [1740, 338], [1741, 342], [1730, 354], [1730, 366], [1733, 370], [1739, 362], [1739, 356], [1745, 349], [1757, 345], [1756, 329], [1756, 323], [1760, 313]], "155-166, T:0-1": [[1768, 304], [1782, 304], [1792, 315], [1792, 345], [1798, 345], [1809, 353], [1809, 359], [1816, 369], [1817, 369], [1819, 354], [1816, 351], [1816, 346], [1814, 344], [1814, 339], [1820, 331], [1822, 331], [1823, 333], [1835, 341], [1825, 352], [1824, 389], [1819, 399], [1813, 399], [1803, 388], [1797, 377], [1793, 384], [1793, 392], [1788, 402], [1769, 402], [1765, 398], [1760, 398], [1757, 392], [1758, 380], [1754, 374], [1749, 383], [1743, 383], [1743, 390], [1739, 399], [1735, 401], [1733, 401], [1723, 389], [1723, 355], [1713, 342], [1721, 335], [1729, 335], [1731, 328], [1741, 339], [1740, 342], [1730, 352], [1730, 368], [1732, 370], [1735, 370], [1740, 354], [1747, 348], [1757, 346], [1759, 314]]}, "center": {"59-154": [1775, 364], "155-166, T:0-1": [1776, 364]}}, -{"id": "000050", "name": "Mass Effect", "description": "Mass Effect is a series of third-person science fiction role-playing games developed by BioWare.", "links": {"website": ["https://en.wikipedia.org/wiki/Mass_Effect"], "subreddit": ["masseffect"]}, "path": {"115-123": [[801, 984], [801, 997], [800, 997], [800, 1018], [841, 1018], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [827, 963], [820, 963], [818, 965], [818, 979], [820, 979], [820, 984]], "26-114": [[801, 985], [801, 998], [841, 998], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [826, 963], [821, 963], [818, 966], [818, 985]], "124-165, T:0-1": [[796, 981], [796, 1018], [841, 1018], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [826, 963], [820, 963], [818, 965], [818, 979], [820, 979], [820, 984], [800, 984], [800, 981]]}, "center": {"115-123": [822, 1001], "26-114": [827, 988], "124-165, T:0-1": [819, 1001]}}, -{"id": "000051", "name": "Mass Relay", "description": "A Mass Relay is a form of faster-than-light (FTL) travel from the Mass Effect games.", "links": {"website": ["https://masseffect.fandom.com/wiki/Mass_Relay"], "subreddit": ["masseffect"]}, "path": {"32-165, T:0-1": [[832, 977], [831, 978], [830, 978], [827, 981], [830, 984], [835, 984], [835, 983], [843, 983], [843, 979], [835, 979], [835, 978], [833, 978]]}, "center": {"32-165, T:0-1": [832, 981]}}, -{"id": "000052", "name": "Tali'Zorah", "description": "Tali'Zorah is a popular character from the Mass Effect game series.", "links": {"website": ["https://en.wikipedia.org/wiki/Tali'Zorah", "https://masseffect.fandom.com/wiki/Tali%27Zorah_nar_Rayya"], "subreddit": ["masseffect"]}, "path": {"26-165, T:0-1": [[820, 963], [818, 965], [818, 979], [820, 979], [820, 983], [821, 983], [823, 981], [824, 981], [826, 983], [827, 983], [827, 979], [829, 979], [829, 966], [826, 963]]}, "center": {"26-165, T:0-1": [824, 973]}}, -{"id": "000053", "name": "Rec Room", "description": "Rec Room is a cross-platform virtual reality, console, mobile, & PC social video game with an integrated game creation system. It is developed and published by Rec Room Inc. (formerly Against Gravity) on June 1st, 2016.", "links": {"website": ["https://recroom.com", "https://en.wikipedia.org/wiki/Rec_Room_(video_game)"], "subreddit": ["RecRoom", "place_CentralAlliance"], "discord": ["recroom"], "wiki": ["Rec_Room"]}, "path": {"27-60": [[390, 973], [402, 973], [402, 985], [390, 985]], "61-63": [[392, 985], [404, 985], [404, 997], [392, 997]], "64-109": [[392, 981], [404, 981], [404, 1000], [392, 1000]], "T:0-1": [[363, 1040], [363, 1067], [403, 1067], [403, 1040]], "110-166": [[362, 1039], [362, 1068], [404, 1068], [404, 1039]]}, "center": {"27-60": [396, 979], "61-63": [398, 991], "64-109": [398, 991], "T:0-1": [383, 1054], "110-166": [383, 1054]}}, -{"id": "000054", "name": "Smiling Friends", "description": "Smiling Friends is an animated television series created by Zach Hadel and Michael Cusack for Cartoon Network's night-time programming block Adult Swim.", "links": {"website": ["https://en.wikipedia.org/wiki/Smiling_Friends"], "subreddit": ["SmilingFriends", "place_CentralAlliance"]}, "path": {"2-166, T:0-1": [[512, 900], [548, 900], [548, 932], [551, 935], [551, 954], [550, 954], [542, 946], [534, 954], [515, 954], [513, 952], [513, 932], [512, 932]]}, "center": {"2-166, T:0-1": [530, 926]}}, -{"id": "000055", "name": "Mikio Fujioka", "description": "A star in tribute to Mikio Fujioka, a guitarist of BABYMETAL's backing band the KAMI band who sadly passed away in 2018.", "links": {"website": ["https://babymetal.fandom.com/wiki/Fujioka_Mikio"], "subreddit": ["BABYMETAL"]}, "path": {"134-165, 70-127, T:0-1": [[1123, 478], [1123, 481], [1120, 481], [1120, 483], [1123, 483], [1123, 486], [1125, 486], [1125, 483], [1128, 483], [1128, 481], [1125, 481], [1125, 478]]}, "center": {"134-165, 70-127, T:0-1": [1124, 482]}}, -{"id": "000056", "name": "The Adventures of Tintin", "description": "The Adventures of Tintin is a Belgian comic series by cartoonist Georges Remi (pen name Hergé), following the exploits of the titular reporter and adventurer Tintin, who travels the world with his dog Snowy. The character was created in 1929 and introduced in Le Petit Vingtième, a weekly youth supplement to the Belgian newspaper Le Vingtième Siècle.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Adventures_of_Tintin"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"4-166, T:0-1": [[295, 607], [295, 599], [296, 598], [297, 597], [296, 596], [295, 595], [294, 594], [294, 591], [295, 591], [295, 588], [296, 587], [300, 583], [300, 582], [301, 581], [302, 580], [304, 580], [305, 581], [306, 582], [306, 585], [307, 586], [308, 587], [308, 588], [309, 589], [310, 588], [311, 587], [312, 588], [313, 589], [314, 588], [315, 587], [316, 588], [317, 589], [317, 592], [318, 593], [318, 596], [319, 597], [321, 597], [322, 598], [322, 602], [321, 603], [319, 603], [318, 602], [317, 603], [317, 604], [315, 606], [313, 606], [310, 603], [310, 607], [309, 608], [309, 609], [308, 610], [307, 611], [299, 611]]}, "center": {"4-166, T:0-1": [305, 596]}}, -{"id": "000057", "name": "Queen Margrethe II", "description": "A picture of Her Majesty Queen Margrethe II, Queen of Denmark. She is depicted smoking a cigarette, as she is well known for her tobacco habit.", "links": {"website": ["https://en.wikipedia.org/wiki/Margrethe_II_of_Denmark"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"63-166, T:0-1": [[478, 215], [484, 215], [484, 216], [486, 216], [486, 217], [488, 217], [488, 218], [490, 218], [490, 219], [491, 219], [491, 220], [493, 220], [493, 221], [494, 221], [494, 222], [495, 222], [495, 293], [437, 294], [437, 287], [448, 277], [449, 275], [449, 272], [448, 271], [448, 269], [448, 266], [448, 265], [447, 262], [448, 262], [450, 260], [449, 258], [449, 256], [447, 255], [450, 253], [453, 249], [448, 248], [452, 245], [457, 249], [458, 247], [456, 245], [456, 243], [458, 241], [459, 240], [459, 237], [459, 235], [461, 237], [463, 235], [463, 234], [464, 231], [458, 228], [459, 225], [458, 224], [458, 221], [458, 220], [463, 220], [466, 220], [467, 222], [473, 219], [474, 219]]}, "center": {"63-166, T:0-1": [472, 270]}}, -{"id": "000058", "name": "Kaj & Andrea", "description": "Popular children's cartoon in Denmark containing two puppets named Kaj (the frog) and Andrea (the parrot).", "links": {"website": ["https://en.wikipedia.org/wiki/Kaj_%26_Andrea"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"18-30": [[470, 314], [464, 322], [463, 334], [461, 336], [462, 337], [462, 341], [497, 341], [497, 339], [496, 338], [496, 330], [490, 323], [488, 322], [481, 322], [478, 324], [476, 324], [476, 321], [477, 320], [479, 320], [479, 319], [476, 314]], "62-165, T:0-1": [[437, 215], [454, 218], [457, 222], [457, 226], [459, 226], [457, 226], [457, 228], [459, 230], [456, 232], [452, 232], [453, 234], [453, 243], [446, 250], [442, 250], [441, 248], [439, 248], [437, 251], [434, 249], [435, 245], [436, 242], [437, 234], [435, 233], [435, 226], [436, 224], [437, 224], [437, 222], [434, 221], [437, 216]]}, "center": {"18-30": [484, 332], "62-165, T:0-1": [446, 226]}}, -{"id": "000059", "name": "Art Heaven", "description": "Art Heaven is an art community started on Discord. This is an image of our mascot, Abby!", "links": {"subreddit": ["artheaven"]}, "path": {"28-166, T:0-1": [[641, 631], [641, 648], [661, 648], [661, 631]]}, "center": {"28-166, T:0-1": [651, 640]}}, -{"id": "000061", "name": "Hermitcraft", "description": "Hermitcraft is a popular SMP (Survival Multiplayer) for the game Minecraft, featuring many of the most popular creators in the Minecraft YouTube community.", "links": {"website": ["https://hermitcraft.com", "https://hermitcraft.fandom.com/wiki/Hermitcraft"], "subreddit": ["HermitCraft"]}, "path": {"10-114": [[851, 607], [851, 631], [860, 631], [860, 634], [869, 634], [869, 631], [894, 631], [895, 632], [897, 632], [899, 630], [902, 630], [902, 615], [905, 615], [905, 591], [924, 591], [924, 584], [880, 584], [880, 591], [860, 591], [860, 607]], "1-9": [[880, 584], [880, 590], [924, 590], [924, 584]], "115-165, T:0-1": [[880, 584], [880, 591], [857, 591], [857, 587], [851, 587], [851, 591], [860, 591], [860, 607], [851, 607], [851, 631], [860, 631], [860, 639], [862, 639], [862, 638], [866, 634], [869, 634], [869, 631], [894, 631], [895, 632], [897, 632], [898, 631], [902, 631], [902, 615], [905, 615], [905, 591], [924, 591], [924, 584]]}, "center": {"10-114": [882, 611], "1-9": [902, 587], "115-165, T:0-1": [903, 588]}}, -{"id": "000062", "name": "Notte Boom sticker", "description": "An in-game emote used in the Dragalia Lost mobile game featuring the character Notte.", "links": {"website": ["https://dragalialost.com/", "https://dragalialost.wiki/w/Stickers", "https://dragalialost.wiki/w/Notte", "https://en.wikipedia.org/wiki/Dragalia_Lost"], "subreddit": ["DragaliaLost"]}, "path": {"10-33": [[182, 34], [182, 64], [215, 64], [215, 34]], "3-8": [[73, 725], [71, 727], [71, 735], [73, 737], [77, 737], [78, 736], [84, 736], [85, 735], [89, 735], [91, 732], [91, 727], [88, 727], [87, 728], [81, 728], [78, 725]], "34-165, T:0-1": [[178, 34], [215, 34], [215, 64], [178, 64]]}, "center": {"10-33": [199, 49], "3-8": [76, 731], "34-165, T:0-1": [197, 49]}}, -{"id": "000063", "name": "Patriotic Dragonite", "description": "Dragonite is a Dragon/Flying-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). It has become a symbol of Spanish patriotism on many memes featuring it in front of a Spanish flag.", "links": {"website": ["https://twitter.com/ladamadel_lago/status/1143813408141316096", "https://bulbapedia.bulbagarden.net/wiki/Dragonite_(Pok%C3%A9mon)"], "subreddit": ["esPlace", "spain", "pokemon"]}, "path": {"67-160, T:0-1": [[973, 308], [973, 306], [974, 305], [974, 303], [973, 302], [972, 301], [972, 300], [972, 299], [973, 298], [974, 297], [973, 296], [973, 295], [972, 294], [970, 294], [968, 296], [967, 295], [967, 291], [969, 289], [970, 288], [970, 286], [971, 287], [972, 288], [974, 288], [975, 287], [976, 286], [977, 285], [980, 285], [981, 286], [985, 285], [986, 286], [987, 286], [988, 285], [989, 286], [987, 288], [986, 288], [985, 287], [984, 288], [984, 293], [985, 293], [987, 293], [989, 291], [989, 290], [990, 288], [991, 287], [992, 286], [993, 287], [994, 288], [995, 289], [995, 296], [996, 296], [996, 297], [995, 297], [993, 297], [993, 295], [990, 295], [989, 296], [988, 296], [988, 298], [989, 300], [989, 301], [988, 302], [989, 303], [992, 303], [992, 302], [991, 301], [991, 298], [994, 298], [995, 299], [995, 300], [997, 300], [997, 301], [998, 301], [998, 305], [997, 306], [996, 306], [995, 307], [990, 311], [990, 312], [989, 313], [989, 314], [985, 318], [983, 318], [982, 317], [982, 316], [983, 315], [983, 313], [982, 312], [981, 311], [980, 312], [980, 313], [977, 313], [977, 314], [975, 316], [973, 316], [972, 315], [972, 314], [973, 313], [974, 312], [974, 311], [973, 310]], "161-166, 42-66": [[973, 308], [973, 306], [974, 305], [974, 303], [973, 302], [972, 301], [972, 300], [972, 299], [973, 298], [974, 297], [973, 296], [973, 295], [972, 294], [970, 294], [968, 296], [967, 295], [967, 291], [969, 289], [970, 288], [970, 286], [971, 287], [972, 288], [974, 288], [975, 287], [976, 286], [977, 285], [980, 285], [981, 286], [985, 285], [986, 286], [987, 286], [988, 285], [989, 286], [987, 288], [986, 288], [985, 287], [984, 288], [984, 293], [985, 293], [987, 293], [989, 291], [989, 290], [990, 288], [991, 287], [992, 286], [993, 287], [994, 288], [995, 289], [995, 296], [996, 296], [996, 297], [995, 297], [993, 297], [993, 295], [990, 295], [989, 296], [988, 296], [988, 298], [989, 300], [989, 301], [988, 302], [989, 303], [992, 303], [992, 302], [991, 301], [991, 298], [994, 298], [995, 299], [995, 300], [997, 300], [997, 301], [998, 301], [998, 305], [997, 306], [996, 306], [994, 308]]}, "center": {"67-160, T:0-1": [981, 301], "161-166, 42-66": [981, 300]}}, -{"id": "000064", "name": "Shane Keith Warne", "description": "Shane Warne (1969-2022) was an Australian cricketer. A right-arm leg spinner, he is widely regarded as one of the greatest bowlers in cricket history. Lovingly known as \"Warnie\", he will forever stay immortal in the hearts of cricket fans all around the world.", "links": {"website": ["https://www.instagram.com/shanewarne23/?hl=en", "https://en.wikipedia.org/wiki/Shane_Warne"], "subreddit": ["Cricket"]}, "path": {"74-87": [[293, 252], [334, 252], [334, 298], [323, 298], [323, 282], [293, 282]], "39-73, 88-165, T:0-1": [[293, 252], [293, 282], [334, 282], [334, 252]]}, "center": {"74-87": [315, 267], "39-73, 88-165, T:0-1": [314, 267]}}, -{"id": "000065", "name": "Mayreel", "description": "Mayreel is an alpaca character from the gacha mobile game Guardian Tales. She has the power of grass and flowers, and is the god of harvest Kamael's divine beast. Usually, she tags along in her alpaca form with the player character Bari, but she can change into human form.", "links": {"website": ["https://guardian-tales.fandom.com/wiki/Mayreel"], "subreddit": ["GuardianTales"]}, "path": {"31-166, T:0-1": [[688, 194], [692, 194], [692, 195], [693, 196], [693, 199], [696, 199], [696, 200], [697, 200], [697, 203], [698, 204], [700, 204], [700, 205], [701, 205], [701, 207], [702, 207], [702, 211], [701, 211], [701, 214], [700, 214], [696, 218], [695, 219], [694, 219], [693, 218], [691, 218], [690, 219], [689, 219], [688, 218], [685, 218], [684, 219], [683, 219], [677, 213], [677, 205], [682, 199], [682, 196], [684, 194], [686, 194], [686, 195], [687, 196], [688, 196], [689, 195]]}, "center": {"31-166, T:0-1": [688, 208]}}, -{"id": "000066", "name": "BABYMETAL", "description": "BABYMETAL is a Japanese metal band. This art pictures band members Yuimetal, Su-metal, and Moametal.\n\nOnce you've heard it, you'll never unhear it. BABYMETAL is a band that you'll either love or hate. Amuse producer Key Kobayashi delved into the unknown and fused idol (J-pop) and metal, creating a sub-group of Sakura Gakuin: BABYMETAL! Having blossomed in Japan, they exploded into the Western world after their first album release in February 2014. Going on to tour the world within just four years of their creation, they have taken the metal scene by storm.", "links": {"website": ["https://www.babymetal.com/en/", "https://en.wikipedia.org/wiki/Babymetal"], "subreddit": ["BABYMETAL"]}, "path": {"4-29": [[648, 591], [648, 604], [701, 604], [701, 591]], "30-165, T:0-1": [[649, 591], [701, 591], [701, 631], [649, 631]]}, "center": {"4-29": [675, 598], "30-165, T:0-1": [675, 599]}}, -{"id": "000067", "name": "Metal Resistance", "description": "Metal Resistance is an album by BABYMETAL, a Japanese heavy metal band.", "links": {"website": ["https://en.wikipedia.org/wiki/Metal_Resistance"], "subreddit": ["BABYMETAL"]}, "path": {"61-164, T:0-1": [[1115, 465], [1125, 465], [1125, 461], [1164, 461], [1164, 465], [1167, 465], [1167, 466], [1159, 474], [1157, 474], [1157, 481], [1149, 481], [1144, 478], [1139, 478], [1134, 481], [1125, 481], [1125, 474], [1123, 474], [1115, 466]]}, "center": {"61-164, T:0-1": [1133, 471]}}, -{"id": "000068", "name": "Nomai mask", "description": "This is the mask of the Nomai, an old, dead civilization in the solar system of Outer Wilds.", "links": {"website": ["https://outerwilds.fandom.com/wiki/Nomai"], "subreddit": ["outerwilds"]}, "path": {"61-166, T:0-1": [[1677, 644], [1676, 645], [1674, 645], [1669, 650], [1669, 659], [1667, 659], [1667, 661], [1666, 662], [1666, 665], [1669, 668], [1669, 669], [1668, 670], [1671, 673], [1671, 675], [1672, 675], [1673, 674], [1674, 674], [1680, 680], [1682, 680], [1683, 679], [1688, 679], [1689, 680], [1691, 680], [1697, 674], [1698, 674], [1699, 675], [1700, 674], [1700, 672], [1701, 671], [1702, 671], [1703, 670], [1702, 669], [1702, 668], [1705, 665], [1705, 662], [1704, 661], [1704, 659], [1702, 659], [1702, 650], [1697, 645], [1695, 645], [1694, 644], [1690, 644], [1687, 641], [1684, 641], [1681, 644]]}, "center": {"61-166, T:0-1": [1685, 661]}}, -{"id": "000070", "name": "Michigun", "description": "Michigun was a famous and skilled player of the game Geometry Dash who died in 2021. This is a memorial dedicated to Michigun.", "links": {"website": ["https://www.youtube.com/c/Michigun", "https://geometry-dash-fan.fandom.com/wiki/Michigun"], "subreddit": ["geometrydashplace", "geometrydash"]}, "path": {"31-39": [[940, 354], [940, 356], [931, 364], [925, 364], [922, 367], [922, 419], [961, 419], [961, 367], [958, 364], [953, 364]], "2-30, 40-166, T:0-1": [[922, 366], [922, 419], [961, 419], [961, 366]]}, "center": {"31-39": [942, 387], "2-30, 40-166, T:0-1": [942, 393]}}, -{"id": "000071", "name": "Georgia Institute of Technology", "description": "The Georgia Institute of Technology (Georgia Tech) is a university in Atlanta, Georgia, United States. This area features the head of Georgia Tech's mascot Buzz and the interlocking GT logo at the top, ECH down the side (an homage to stealing the T), and the Ramblin' Wreck at the bottom.", "links": {"website": ["https://www.gatech.edu", "https://en.wikipedia.org/wiki/Georgia_Tech"], "subreddit": ["gatech"]}, "path": {"6-166, T:0-1": [[421, 528], [378, 528], [378, 549], [412, 549], [412, 583], [378, 583], [378, 608], [421, 608]]}, "center": {"6-166, T:0-1": [409, 537]}}, -{"id": "000072", "name": "Formula 1", "description": "Formula 1 is a professional car racing organization and championship. This art features logos of all 2022 teams. The Williams-W with the addition of \"FW\" is in honour of the late founder Frank Williams.\n\n\"Keep fighting Michael\" honours Michael Schumacher who is still fighting for his life after a devastating skiing accident many years ago.\n\n\"JB17\" is a testiment to Jules Bianchi, who suffered a fatal accident during the 2014 Japanese Grand Prix.\n\n\"AH19\" is a testiment to the late Anthoine Hubert who lost his life during the 2019 Belgian Grand Prix in the Saturday race in Formula 2.", "links": {"website": ["https://en.wikipedia.org/wiki/Formula_One"], "subreddit": ["formula1"]}, "path": {"1-42": [[447, 761], [447, 830], [571, 830], [571, 761]], "43-165, T:0-1": [[448, 762], [571, 762], [571, 829], [433, 829], [433, 757], [448, 757]]}, "center": {"1-42": [509, 796], "43-165, T:0-1": [540, 810]}}, -{"id": "000073", "name": "Technische Universität Hansestadt Hamburg", "description": "Technische Universität Hansestadt Hamburg (English: Hamburg University of Technology) is a university near Hamburg, Germany.", "links": {"website": ["https://www.tuhh.de", "https://en.wikipedia.org/wiki/Hamburg_University_of_Technology"], "subreddit": ["TU_HH"]}, "path": {"55-68": [[221, 165], [221, 171], [239, 171], [239, 165]], "44-54": [[221, 165], [221, 169], [239, 169], [239, 165]], "69-165, T:0-1": [[221, 165], [245, 165], [245, 171], [221, 171]]}, "center": {"55-68": [230, 168], "44-54": [230, 167], "69-165, T:0-1": [233, 168]}}, -{"id": "000074", "name": "Ethereum", "description": "Ethereum is a blockchain powering smart contracts and cryptocurrencies, including the cryptocurrency ETH itself.\n\nThe Ethereum logo is drawn between Loopring and Immutable X, two Ethereum layer 2 solutions that have a partnership with GameStop for an upcoming marketplace. It was built by a small team of about 50 people after a smaller version south of the current location was taken over. It was rebuilt after an attack by the trees below in conjunction with the German flag, and later 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": {"website": ["http://ethereum.org/", "https://en.wikipedia.org/wiki/Ethereum"], "discord": ["BMCdDHvNm6"]}, "path": {"9-19": [[783, 898], [783, 922], [784, 922], [795, 916], [795, 898]], "20-44, 51-165, T:0-1": [[840, 857], [828, 877], [828, 880], [840, 896], [841, 896], [853, 880], [853, 877], [841, 857]]}, "center": {"9-19": [789, 910], "20-44, 51-165, T:0-1": [841, 877]}}, -{"id": "000075", "name": "Destiny", "description": "Steven Kenneth \"Destiny\" Bonnell II is a gaming and politics Twitch streamer and YouTuber.", "links": {"website": ["https://destiny.gg", "https://en.wikipedia.org/wiki/Destiny_(streamer)"], "subreddit": ["Destiny"]}, "path": {"3-165, T:0-1": [[334, 78], [399, 78], [399, 131], [334, 131]]}, "center": {"3-165, T:0-1": [367, 105]}}, -{"id": "000076", "name": "lttstore.com", "description": "lttstore.com is an online store for branded merchandise from the YouTube channel Linus Tech Tips. It is commonly shouted out on Linus Tech Tips videos.\n\nSpammers 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": {"45-64": [[48, 765], [48, 777], [125, 777], [125, 765]], "65-166, 9-44, T:0-1": [[48, 765], [48, 777], [117, 777], [117, 765]]}, "center": {"45-64": [87, 771], "65-166, 9-44, T:0-1": [83, 771]}}, -{"id": "000077", "name": "Löwenzahn", "description": "Löwenzahn (German for \"dandelion\") is a popular German children's TV show.", "links": {"website": ["https://en.wikipedia.org/wiki/L%C3%B6wenzahn"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"85-95": [[509, 831], [509, 836], [507, 836], [504, 839], [503, 841], [503, 844], [504, 845], [504, 848], [507, 851], [507, 854], [506, 856], [503, 856], [503, 860], [504, 861], [504, 863], [503, 863], [501, 865], [501, 866], [534, 866], [536, 864], [536, 861], [534, 861], [530, 857], [533, 857], [533, 854], [537, 854], [537, 848], [539, 848], [539, 843], [538, 843], [536, 845], [535, 845], [533, 843], [533, 841], [543, 836], [549, 836], [553, 838], [559, 838], [560, 839], [563, 839], [563, 840], [564, 841], [564, 844], [566, 846], [576, 846], [576, 848], [581, 848], [581, 849], [582, 852], [584, 854], [589, 854], [591, 856], [592, 860], [603, 860], [603, 862], [605, 864], [607, 865], [609, 862], [609, 858], [605, 854], [608, 851], [611, 851], [612, 850], [614, 850], [614, 856], [616, 856], [619, 853], [623, 853], [623, 855], [625, 857], [625, 860], [630, 860], [632, 862], [633, 861], [633, 859], [634, 858], [634, 855], [637, 855], [638, 856], [640, 854], [648, 854], [649, 855], [651, 855], [651, 856], [653, 857], [653, 859], [656, 859], [656, 857], [659, 857], [661, 855], [659, 853], [660, 852], [665, 852], [665, 849], [668, 849], [669, 847], [673, 847], [673, 844], [674, 844], [677, 837], [677, 836], [674, 836], [673, 835], [672, 836], [672, 840], [671, 841], [671, 844], [667, 844], [666, 843], [665, 844], [665, 845], [663, 845], [661, 847], [661, 849], [659, 850], [657, 850], [657, 846], [655, 846], [655, 849], [647, 849], [650, 846], [648, 844], [646, 846], [646, 847], [645, 848], [642, 848], [642, 846], [640, 844], [638, 846], [638, 847], [632, 847], [632, 845], [631, 845], [629, 847], [629, 849], [626, 849], [626, 847], [624, 847], [623, 846], [618, 846], [618, 843], [616, 843], [613, 846], [613, 847], [607, 847], [605, 845], [601, 843], [571, 843], [571, 839], [568, 839], [568, 836], [565, 836], [563, 834], [568, 833], [571, 830], [571, 828], [570, 828], [569, 829], [565, 829], [565, 831], [555, 831], [555, 829], [540, 829], [539, 830], [534, 832], [523, 832], [520, 829], [519, 830], [512, 830], [511, 831]], "53-84, 96-166, T:0-1": [[512, 829], [508, 831], [508, 833], [510, 836], [507, 836], [504, 838], [502, 841], [502, 844], [503, 845], [503, 849], [505, 849], [509, 853], [509, 855], [507, 855], [507, 858], [505, 858], [505, 863], [510, 865], [518, 865], [519, 866], [522, 866], [523, 865], [525, 865], [527, 862], [533, 862], [536, 859], [536, 855], [537, 855], [537, 847], [539, 845], [539, 839], [537, 839], [537, 834], [534, 834], [534, 832], [527, 832], [525, 834], [524, 834], [520, 830], [518, 830], [516, 832], [515, 832], [515, 831], [513, 829]]}, "center": {"85-95": [520, 846], "53-84, 96-166, T:0-1": [523, 848]}}, -{"id": "000078", "name": "Colosseum", "description": "The Colosseum is an ancient Roman gladiator arena and amphitheater built in Rome, Italy.", "links": {"website": ["https://en.wikipedia.org/wiki/Colosseum"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"43-101": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [820, 421], [820, 425], [822, 427], [825, 429], [830, 429], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 427], [789, 419], [787, 419], [787, 417], [789, 417]], "102-165, T:0-1": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [824, 417], [824, 419], [825, 419], [825, 428], [830, 428], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 428], [789, 419], [787, 419], [787, 417], [789, 417]]}, "center": {"43-101": [806, 433], "102-165, T:0-1": [808, 432]}}, -{"id": "000079", "name": "Dante Alighieri", "description": "An Italian poet, known for writing the Divine Comedy (Italian: Divina Commedia).", "links": {"website": ["https://en.wikipedia.org/wiki/Dante_Alighieri"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"46-165, T:0-1": [[858, 366], [852, 371], [848, 371], [842, 366], [842, 357], [846, 353], [849, 353], [849, 352], [845, 351], [843, 348], [842, 342], [847, 338], [846, 333], [848, 325], [852, 325], [853, 324], [855, 324], [859, 328], [861, 329], [863, 352], [864, 353], [864, 360], [854, 360], [854, 361], [857, 362], [858, 363]]}, "center": {"46-165, T:0-1": [853, 344]}}, -{"id": "000080", "name": "Flag of Poland", "description": "Poland is a country in Central Europe.\n\nThis Polish flag has dumplings, a bottle of vodka, Pope John Paul II, footballer Robert Lewandowski, a Polish hussar, and the dog from the old Polish cartoon \"Reksio\" drawn on top of it.", "links": {"website": ["https://en.wikipedia.org/wiki/Poland", "https://en.wikipedia.org/wiki/Flag_of_Poland"], "subreddit": ["Polska", "poland"]}, "path": {"2-7": [[448, 342], [601, 342], [601, 376], [448, 376]], "8-31": [[432, 342], [689, 342], [689, 376], [432, 376]], "32-165, T:0-1": [[480, 343], [689, 343], [689, 376], [480, 376]]}, "center": {"2-7": [525, 359], "8-31": [561, 359], "32-165, T:0-1": [585, 360]}}, -{"id": "000083", "name": "Karlsruhe Institute of Technology", "description": "The Karlsruhe Institute of Technology (Karlsruher Institut für Technologie; KIT) is national research center and the biggest university in the city of Karlsruhe, Germany.", "links": {"website": ["https://kit.edu", "https://en.wikipedia.org/wiki/Karlsruhe_Institute_of_Technology"], "subreddit": ["KaIT"]}, "path": {"3-15": [[765, 521], [765, 547], [832, 547], [832, 521]], "16-166, T:0-1": [[760, 521], [760, 547], [832, 547], [832, 521]]}, "center": {"3-15": [799, 534], "16-166, T:0-1": [796, 534]}}, -{"id": "000085", "name": "Cave Story", "description": "Cave Story, originally released as Dōkutsu Monogatari, is a 2004 Metroidvania platform-adventure game for Microsoft Windows. It was developed over five years by Japanese developer Daisuke \"Pixel\" Amaya in his free time. The characters in this plot are (from left to right, top to bottom) Quote, Curly Brace, Toroko, Misery, Little Man, Sue Sakamoto, Balrog, Puu Black, a Colon, Kanpachi, and King.", "links": {"website": ["https://en.wikipedia.org/wiki/Cave_Story"], "subreddit": ["cavestory", "place_CentralAlliance"]}, "path": {"117-129": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [595, 900], [597, 900], [597, 898], [597, 886], [628, 886], [628, 891], [627, 892], [627, 893], [628, 894], [628, 896], [629, 897], [629, 900], [637, 900], [637, 897], [639, 895], [639, 892], [640, 891], [636, 888], [629, 888], [629, 866]], "107-116": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [595, 900], [597, 900], [597, 898], [597, 886], [628, 886], [628, 891], [627, 892], [627, 893], [628, 894], [628, 896], [629, 897], [629, 900], [637, 900], [637, 897], [639, 895], [639, 892], [640, 891], [636, 888], [629, 888], [628, 886], [597, 886], [597, 866]], "68-106": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [602, 899], [605, 901], [605, 903], [608, 903], [608, 899], [611, 899], [611, 894], [629, 894], [629, 896], [630, 897], [630, 900], [636, 900], [638, 898], [639, 896], [639, 891], [636, 888], [631, 888], [628, 892], [628, 894], [610, 894], [608, 892], [603, 892], [600, 895], [599, 895], [595, 891], [595, 888], [597, 885], [597, 866]], "24-67": [[562, 866], [562, 894], [567, 894], [567, 900], [591, 900], [600, 895], [600, 899], [602, 899], [606, 903], [608, 903], [608, 899], [611, 899], [611, 894], [629, 894], [629, 896], [630, 897], [630, 900], [637, 900], [637, 897], [639, 895], [639, 891], [636, 888], [631, 888], [628, 892], [628, 894], [610, 894], [608, 892], [603, 892], [600, 895], [595, 891], [595, 888], [599, 884], [599, 878], [597, 878], [597, 866]], "1-23": [[562, 865], [562, 890], [566, 890], [566, 900], [588, 900], [593, 898], [595, 898], [595, 888], [598, 884], [598, 881], [599, 880], [597, 878], [597, 865]], "134-166, T:0-1": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [601, 899], [606, 903], [608, 903], [612, 907], [616, 906], [614, 904], [614, 898], [620, 897], [621, 898], [628, 898], [629, 900], [636, 900], [639, 896], [643, 896], [644, 902], [648, 909], [654, 909], [654, 898], [646, 898], [644, 895], [638, 895], [638, 889], [629, 888], [629, 866], [606, 866], [606, 870], [604, 872], [603, 873], [596, 873], [593, 870], [590, 870], [590, 866]]}, "center": {"117-129": [580, 883], "107-116": [580, 883], "68-106": [579, 882], "24-67": [579, 882], "1-23": [580, 881], "134-166, T:0-1": [616, 888]}}, -{"id": "000086", "name": "Blender", "description": "Blender is a free and open-source 3D computer graphics software.", "links": {"website": ["https://www.blender.org/", "https://en.wikipedia.org/wiki/Blender_(software)"], "subreddit": ["blender"]}, "path": {"41-48": [[93, 94], [92, 95], [94, 97], [94, 99], [90, 99], [88, 105], [95, 113], [102, 113], [102, 111], [103, 110], [120, 110], [121, 111], [130, 111], [133, 107], [133, 105], [127, 99], [125, 99], [125, 102], [122, 102], [120, 104], [120, 110], [104, 110], [104, 103], [95, 94]], "28-40, 51-165, T:0-1": [[127, 99], [133, 105], [133, 108], [130, 111], [127, 111], [125, 109], [124, 109], [122, 111], [120, 111], [120, 109], [124, 105], [124, 104], [120, 104], [120, 102], [126, 102], [126, 99]]}, "center": {"41-48": [97, 106], "28-40, 51-165, T:0-1": [128, 106]}}, -{"id": "000087", "name": "Flag of Catalonia", "description": "Catalonia is an autonomous community in Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Catalonia", "https://en.wikipedia.org/wiki/Flag_of_Catalonia"], "subreddit": ["catalunya"]}, "path": {"4-164, T:0-1": [[689, 360], [740, 360], [740, 332], [689, 332]]}, "center": {"4-164, T:0-1": [715, 346]}}, -{"id": "000089", "name": "Flag of Indonesia", "description": "Indonesia is a country in Southeast Asia. This flag features the Indonesian archipelago and some penguins that were allied with the art.", "links": {"website": ["https://en.wikipedia.org/wiki/Indonesia", "https://en.wikipedia.org/wiki/Flag_of_Indonesia"], "subreddit": ["indonesia"]}, "path": {"1-166, T:0-1": [[89, 781], [89, 811], [110, 811], [110, 804], [143, 804], [143, 781]]}, "center": {"1-166, T:0-1": [102, 794]}}, -{"id": "000090", "name": "League of Legends", "description": "League of Legends is a multiplayer online battle arena (MOBA) game.", "links": {"website": ["https://www.leagueoflegends.com/en-us/", "https://en.wikipedia.org/wiki/League_of_Legends"], "subreddit": ["leagueoflegends"], "discord": ["lol"]}, "path": {"52-104": [[715, 204], [718, 207], [714, 214], [709, 225], [709, 232], [713, 240], [717, 245], [714, 249], [714, 250], [747, 250], [753, 244], [753, 243], [747, 243], [750, 238], [753, 232], [753, 224], [746, 212], [743, 209], [729, 206], [729, 203], [715, 203]]}, "center": {"52-104": [731, 228]}}, -{"id": "000091", "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America. Its flag features Mexico's coat of arms, depicting a golden eagle eating a snake on a cactus. This symbol is based on a legend from the ancient Aztec people, signifying the place where the Aztecs should build their empire. This flag has a Mayan pyramid on it.\n\nThis flag was the first Mexican flag, made during the first day of r/place. At first it was a very small flag, but it expanded to the north when the LGBT flag was attacked by the Mexican and Italian alliance, dividing the won territories in half. This territory lived in peace from the first to the last day and was never invaded.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"6-164, T:0-1": [[787, 521], [865, 521], [865, 451], [787, 451]]}, "center": {"6-164, T:0-1": [826, 486]}}, -{"id": "000092", "name": "Lego", "description": "Lego is a construction toy consisting of colored bricks and figures that can be assembled together. This Lego logo is drawn next to the flag of Denmark, its country of origin.", "links": {"website": ["https://www.lego.com/", "https://en.wikipedia.org/wiki/Lego"], "subreddit": ["lego", "Denmark"]}, "path": {"11-165, T:0-1": [[638, 320], [638, 343], [689, 343], [689, 320]]}, "center": {"11-165, T:0-1": [664, 332]}}, -{"id": "000094", "name": "The Great Wave off Kanagawa", "description": "The Great Wave off Kanagawa (神奈川沖浪裏), also known as The Great Wave or The Wave, is a woodblock print created in 1831 by the Japanese ukiyo-e artist Katsushika Hokusai (葛飾北斎). This was the first of his landscape painting series, Thirty-six Views of Mount Fuji. The painting depicts three boats sailing off the coast of Sagami Bay, Kanagawa Prefecture (神奈川県相模湾).\n\nDuring r/place, the wave was destroyed three times, first by infamous French streamer xQc (replaced by Super Meat Boy) and then twice by Russian streamer Dmitry_Lixx (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": {"105-148": [[1920, 769], [1920, 830], [2000, 830], [2000, 769]], "74-88": [[1920, 775], [1920, 870], [2000, 870], [2000, 775]], "149-166, 57-73, 89-104, T:0-1": [[1920, 775], [1920, 829], [2000, 829], [2000, 775]]}, "center": {"105-148": [1960, 800], "74-88": [1960, 823], "149-166, 57-73, 89-104, T:0-1": [1960, 802]}}, -{"id": "000095", "name": "ƎNA", "description": "Turron! Turron! Turron! Turrrrron! ENA (stylized ƎNA) is the Pablo Picasso-inspired protagonist of the eponymous animated surrealist web series, created by Peruvian animator Joel Guerra. The surrealist series takes place in a digital world, and has a distinct aesthetic reminiscent of early web animations inspired by the graphics of computer adventure and PlayStation 1 games.", "links": {"website": ["https://joelgc.com/", "https://enajoelg.fandom.com/wiki/ENA_(series)"], "subreddit": ["enaplace", "ENA"]}, "path": {"100-144": [[1130, 384], [1130, 393], [1123, 393], [1123, 402], [1124, 403], [1124, 408], [1129, 414], [1155, 414], [1155, 384]], "40-50": [[504, 243], [501, 245], [499, 247], [497, 257], [497, 259], [499, 263], [508, 263], [514, 256], [514, 249], [510, 244], [508, 243]], "56-91": [[1972, 732], [1972, 754], [1981, 763], [1985, 763], [1985, 756], [1987, 754], [1989, 754], [1991, 752], [1991, 751], [2000, 751], [2000, 732]], "145-165, T:0-1": [[1133, 385], [1130, 388], [1130, 392], [1129, 393], [1122, 393], [1122, 402], [1124, 404], [1124, 406], [1130, 412], [1144, 412], [1145, 412], [1145, 406], [1146, 405], [1149, 405], [1150, 406], [1152, 406], [1152, 402], [1154, 402], [1154, 385]]}, "center": {"100-144": [1142, 400], "40-50": [506, 253], "56-91": [1983, 743], "145-165, T:0-1": [1140, 396]}}, -{"id": "000096", "name": "Big Ten Conference", "description": "The Big Ten (B1G) Conference is an athletic conference of colleges in the United States. This area was started by Purdue, and joined by Rutgers, Nebraska, Illinois, Iowa, Penn State, and Ohio State. As a joke, the block letter logos of the universities were arranged to spell out the word \"porn\".\n\nKirby was created from the start by a group of friends unaffiliated with the subreddit. Not wanting to destroy it, the B1G allied with Kirby and maintained it until the end.", "links": {"website": ["http://bigten.org/", "https://en.wikipedia.org/wiki/Big_Ten_Conference"], "subreddit": ["TheB1G", "Huskers", "OSU", "PennStateUniversity", "Purdue", "rutgers", "UIUC"]}, "path": {"7-165, T:0-1": [[151, 609], [174, 609], [174, 629], [257, 629], [257, 582], [175, 582], [163, 582], [163, 583], [160, 589], [160, 590], [165, 590], [165, 592], [163, 596], [163, 597], [161, 601], [154, 601], [154, 602], [153, 602], [153, 605], [152, 605], [152, 607], [151, 607]]}, "center": {"7-165, T:0-1": [193, 606]}}, -{"id": "000097", "name": "Niko", "description": "Niko is the main character in the indie video game OneShot. Here they are depicted riding a Roomba and holding a lightbulb (The Sun).\n\nThis artwork was originally located slightly higher up. However, it couldn't survive the massive Ukrainian flag, so it was relocated here, where it stayed for the rest of the event. The green dot on the Roomba represents that it's on and is present in the original game. Since it is a small detail, many people thought it was a mistake and replaced the light with a purple pixel, but the green light made it to the final canvas.", "links": {"website": ["https://oneshot.fandom.com/wiki/Niko"], "subreddit": ["oneshot"], "discord": ["5dQMafBgGZ"]}, "path": {"1-3": [[917, 218], [917, 225], [916, 225], [916, 236], [914, 239], [914, 240], [921, 248], [921, 251], [929, 251], [929, 249], [939, 238], [939, 237], [937, 237], [937, 225], [936, 225], [936, 218]], "4-166, T:0-1": [[911, 252], [911, 259], [910, 260], [910, 274], [913, 277], [913, 279], [917, 284], [925, 284], [929, 279], [929, 277], [930, 277], [933, 274], [933, 259], [932, 259], [932, 252]]}, "center": {"1-3": [927, 235], "4-166, T:0-1": [922, 268]}}, -{"id": "000098", "name": "r/196", "description": "r/196 is a shitposting subreddit. The only directly stated rule of r/196 is that you must post before you leave.", "links": {"subreddit": ["196"]}, "path": {"1-165, T:0-1": [[174, 629], [241, 629], [241, 698], [174, 698]]}, "center": {"1-165, T:0-1": [190, 647]}}, -{"id": "000099", "name": "Lemon Demon", "description": "Lemon Demon is an American band.\n\nThis Lemon Demon logo was designed by u/iforgotmypasswordss, and was part of a joint project between r/lemondemon and r/tallyhall", "links": {"website": ["https://en.wikipedia.org/wiki/Lemon_Demon"], "subreddit": ["lemondemon", "tallyhall"], "discord": ["jZjmeq86tV"]}, "path": {"8-11": [[766, 398], [766, 429], [800, 429], [800, 398]], "12-166, T:0-1": [[752, 397], [752, 430], [788, 430], [788, 397]]}, "center": {"8-11": [783, 414], "12-166, T:0-1": [770, 414]}}, -{"id": "000100", "name": "Project Inkunzi", "description": "Project Inkunzi is a geopolitical nation role-play where you role-play as nations on a fantasy planet. It was made by YouTuber CalmDownLevelUp.", "links": {"website": ["https://project-inkunzi.fandom.com/wiki/Project_Inkunzi_Wiki", "https://www.youtube.com/watch?v=gLXxk7ZsrDM"], "subreddit": ["Inkunzi", "CalmDownLevelUp"]}, "path": {"150-165, T:0-1": [[1836, 805], [1833, 808], [1833, 810], [1838, 815], [1843, 810], [1843, 808], [1840, 805], [1838, 807]]}, "center": {"150-165, T:0-1": [1838, 810]}}, -{"id": "000103", "name": "Ohio State University", "description": "The Ohio State University (OSU, not to be confused with the rhythm game \"osu!\") is a university located in Columbus, Ohio, United States. OSU's school colors are scarlet and gray, which can be seen around their Block O logo at the bottom left of the artwork. The Block O, together with the Buckeye nut, are the logos for the Ohio State University. OSU is famous for its American football rivalry with the University of Michigan, with the 15-2 representing the current streak of 15 wins against UofM's 2. The Ohio flag is on the top right, representing the state of Ohio, USA. The bottom right has the \"Script Ohio\", a long-time Ohio State tradition from the school's marching band where members of the band will form the word \"Ohio\" in script during football games.\n\nA second Block O is situated next to Purdue University & Rutgers University elsewhere on r/place.", "links": {"website": ["https://www.osu.edu", "https://en.wikipedia.org/wiki/Ohio_State_University"], "subreddit": ["OSU"]}, "path": {"28-36": [[705, 889], [705, 905], [759, 905], [759, 889]], "9-19": [[712, 865], [712, 887], [772, 887], [772, 865]], "2-8": [[716, 858], [712, 862], [712, 883], [716, 887], [726, 887], [730, 883], [730, 862], [726, 858]], "22-27": [[712, 866], [712, 889], [772, 889], [772, 866]], "60-165, T:0-1": [[1331, 794], [1331, 830], [1364, 830], [1364, 794]]}, "center": {"28-36": [732, 897], "9-19": [742, 876], "2-8": [721, 873], "22-27": [742, 878], "60-165, T:0-1": [1348, 812]}}, -{"id": "000105", "name": "PotatoMcWhiskey", "description": "PotatoMcWhiskey is a YouTuber and Twitch streamer who plays games such as Civilization VI.", "links": {"website": ["https://www.youtube.com/user/PotatoMcWhiskey/", "https://www.twitch.tv/potatomcwhiskey"], "subreddit": ["PotatoMcWhiskey"]}, "path": {"64-66": [[1513, 61], [1508, 68], [1508, 73], [1503, 73], [1501, 75], [1501, 78], [1502, 79], [1502, 87], [1500, 91], [1500, 95], [1503, 102], [1505, 105], [1507, 105], [1508, 106], [1512, 106], [1513, 107], [1514, 107], [1515, 106], [1523, 106], [1533, 90], [1533, 73], [1525, 65], [1528, 62], [1526, 60], [1515, 60]], "67-166, T:0-1": [[1513, 61], [1508, 68], [1508, 73], [1503, 73], [1501, 75], [1501, 79], [1502, 80], [1502, 87], [1501, 88], [1501, 93], [1503, 95], [1506, 95], [1510, 98], [1519, 98], [1522, 105], [1524, 105], [1532, 89], [1532, 83], [1533, 82], [1533, 77], [1531, 75], [1531, 70], [1527, 67], [1527, 62], [1525, 60], [1518, 60], [1517, 61]]}, "center": {"64-66": [1517, 86], "67-166, T:0-1": [1518, 84]}}, -{"id": "000106", "name": "Canada", "description": "Canada is a country in North America.\n\nThis art, known as Operation Gooseflight, was a splinter from r/canada to escape the meme of messing with the Canadian flag in the initial canvas.", "links": {"website": ["https://en.wikipedia.org/wiki/Canada"], "subreddit": ["placecanada", "canada"]}, "path": {"56-122": [[1779, 869], [1785, 873], [1786, 877], [1786, 882], [1783, 884], [1783, 887], [1788, 887], [1790, 889], [1806, 889], [1806, 911], [1807, 912], [1807, 916], [1793, 930], [1793, 934], [1830, 934], [1830, 869]], "124-166, T:0-1": [[1810, 869], [1810, 895], [1807, 895], [1807, 916], [1794, 929], [1792, 929], [1792, 932], [1793, 932], [1793, 935], [1803, 935], [1804, 936], [1805, 935], [1830, 935], [1830, 869]]}, "center": {"56-122": [1817, 882], "124-166, T:0-1": [1817, 923]}}, -{"id": "000107", "name": "Critical Role", "description": "Critical Role is an actual-play web series where a group of professional voice actors play the tabletop role-playing game Dungeons & Dragons.", "links": {"website": ["https://critrole.com/", "https://www.youtube.com/@criticalrole"], "subreddit": ["criticalrole", "place_CentralAlliance"]}, "path": {"13-166, T:0-1": [[512, 962], [512, 992], [539, 992], [539, 962]]}, "center": {"13-166, T:0-1": [526, 977]}}, -{"id": "000108", "name": "Palico", "description": "An iconic character from the game series, Monster Hunter.", "links": {"website": ["https://monsterhunterworld.wiki.fextralife.com/Palicoes"], "subreddit": ["MonsterHunter"]}, "path": {"23-90": [[748, 608], [748, 635], [769, 635], [776, 622], [776, 608]], "13-22": [[748, 613], [748, 634], [760, 634], [760, 637], [769, 637], [769, 613]], "92-165, T:0-1": [[748, 608], [748, 636], [768, 636], [782, 609], [782, 608]]}, "center": {"23-90": [761, 621], "13-22": [759, 624], "92-165, T:0-1": [761, 621]}}, -{"id": "000109", "name": "Flag of Portugal", "description": "Portugal is a country in Southwestern Europe. This flag of Portugal contains depictions of Portuguese poet Luís de Camões, Pena National Palace, cartoon character Zé Povinho, and Afonso Henriques (first king of Portugal).", "links": {"website": ["https://en.wikipedia.org/wiki/Portugal", "https://en.wikipedia.org/wiki/Flag_of_Portugal"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"56-64": [[865, 308], [864, 360], [856, 360], [856, 371], [923, 371], [923, 360], [1099, 360], [1107, 353], [1113, 353], [1120, 360], [1121, 360], [1121, 312], [1098, 312], [1090, 308]], "41-55": [[865, 308], [865, 360], [856, 360], [856, 371], [923, 371], [923, 360], [952, 360], [952, 308]], "35-40": [[865, 308], [865, 360], [856, 360], [856, 371], [865, 371], [865, 408], [923, 408], [923, 368], [942, 357], [942, 308]], "18-34": [[865, 312], [865, 360], [856, 360], [856, 371], [865, 371], [865, 407], [923, 407], [923, 367], [952, 367], [952, 312]], "1-17": [[865, 312], [865, 360], [856, 360], [856, 371], [921, 371], [921, 360], [952, 360], [952, 312]], "65-166, T:0-1": [[865, 308], [865, 360], [856, 360], [856, 371], [923, 371], [923, 360], [1043, 360], [1096, 308]]}, "center": {"56-64": [900, 339], "41-55": [900, 339], "35-40": [899, 343], "18-34": [898, 345], "1-17": [898, 341], "65-166, T:0-1": [900, 339]}}, -{"id": "000110", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.\n\nThis flag is emblazoned with a variety of pixel arts related to the trans and LGBT communities.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"], "subreddit": ["transplace"]}, "path": {"86-89": [[480, 429], [480, 449], [299, 449], [299, 476], [421, 476], [421, 449], [469, 449], [469, 476], [787, 476], [787, 429]], "54-55": [[569, 429], [569, 476], [787, 476], [787, 429]], "42-45": [[701, 429], [701, 476], [787, 476], [787, 429]], "36-41": [[299, 429], [299, 476], [421, 476], [787, 476], [787, 429], [469, 429], [469, 449], [421, 449], [421, 429]], "19-21": [[565, 429], [565, 476], [787, 476], [787, 429]], "1-18": [[448, 429], [448, 476], [858, 476], [876, 467], [884, 457], [892, 451], [895, 451], [900, 458], [903, 458], [903, 439], [883, 439], [869, 437], [869, 429]], "90-94": [[480, 449], [480, 429], [787, 429], [787, 476], [469, 476], [469, 449], [421, 449], [421, 476], [299, 476], [299, 449]], "107-164, T:0-1": [[480, 429], [480, 450], [468, 450], [468, 476], [787, 476], [787, 429]], "22-35, 46-53, 56-85, 95-106": [[480, 429], [480, 476], [787, 476], [787, 429]]}, "center": {"86-89": [558, 453], "54-55": [678, 453], "42-45": [744, 453], "36-41": [543, 453], "19-21": [676, 453], "1-18": [660, 453], "90-94": [558, 453], "107-164, T:0-1": [633, 453], "22-35, 46-53, 56-85, 95-106": [634, 453]}}, -{"id": "000111", "name": "Connection lost", "description": "The \"Connection lost... Please wait - attempting to reestablish.\" message originates from RuneScape, a popular free massively multiplayer online role-playing game (MMORPG). This message appears in the top-left corner of the screen when the player's network connection to the RuneScape servers is lost.", "links": {"website": ["https://oldschool.runescape.com/"], "subreddit": ["2007scape"]}, "path": {"1-165, T:0-1": [[0, 0], [231, 0], [231, 33], [0, 33]]}, "center": {"1-165, T:0-1": [116, 17]}}, -{"id": "000112", "name": "Froggy Chair", "description": "The Froggy Chair is a piece of furniture Nintendo game Animal Crossing. It became a meme because of its goofy appearance.", "links": {"website": ["https://nookipedia.com/wiki/Ithttps://knowyourmeme.com/memes/froggy-chairem:Froggy_Chair_(New_Horizons)", "https://knowyourmeme.com/memes/froggy-chair"]}, "path": {"17-20": [[41, 112], [41, 117], [42, 117], [42, 123], [52, 123], [52, 117], [53, 117], [53, 111], [49, 111], [49, 112]], "21-165, T:0-1": [[54, 115], [66, 113], [67, 121], [70, 125], [71, 133], [70, 134], [67, 134], [66, 131], [62, 131], [62, 136], [57, 136], [57, 133], [53, 133], [53, 126], [54, 125]]}, "center": {"17-20": [47, 117], "21-165, T:0-1": [61, 125]}}, -{"id": "000113", "name": "Flag of Wales", "description": "Wales is one of the countries in the United Kingdom. Its flag features the Dragon of Cadwaladr, also known as Y Ddraig Goch (The Red Dragon).", "links": {"website": ["https://en.wikipedia.org/wiki/Wales", "https://en.wikipedia.org/wiki/Flag_of_Wales"], "subreddit": ["Wales"]}, "path": {"92-127": [[44, 115], [44, 137], [72, 137], [72, 147], [130, 147], [130, 115], [67, 115], [67, 121], [71, 125], [71, 133], [70, 134], [67, 134], [66, 133], [66, 131], [62, 131], [62, 135], [61, 136], [57, 136], [57, 133], [53, 133], [52, 132], [52, 126], [53, 126], [54, 125], [54, 121], [53, 120], [53, 115]], "16-91": [[74, 117], [74, 147], [130, 147], [130, 117]], "2-14": [[601, 342], [601, 363], [638, 363], [638, 342]], "128-165, T:0-1": [[67, 115], [67, 120], [71, 125], [71, 133], [70, 134], [67, 134], [67, 137], [72, 137], [72, 147], [130, 147], [130, 115]]}, "center": {"92-127": [92, 131], "16-91": [102, 132], "2-14": [620, 353], "128-165, T:0-1": [99, 131]}}, -{"id": "000114", "name": "Crying Minotaur", "description": "The Crying Minotaur is a symbol on the cover of the 2001 album \"Amnesiac\" by Radiohead.\n\nA group of people organized at r/RadioheadPlacePenis to try giving the minotaur a penis. They attempted this for hours, re-placing the same pixels as r/radiohead people were trying to stop the cock.", "links": {"website": ["https://en.wikipedia.org/wiki/Amnesiac_(album)", "http://radiohead.com/", "https://en.wikipedia.org/wiki/Radiohead"], "subreddit": ["radiohead"]}, "path": {"1-166, T:0-1": [[78, 529], [78, 579], [125, 579], [125, 529]]}, "center": {"1-166, T:0-1": [102, 554]}}, -{"id": "000116", "name": "Pizza John", "description": "Pizza John is a logo/meme surrounding Pizzamas, an annual celebration by the Green brothers of the YouTube channel Vlogbrothers.", "links": {"website": ["https://pizzamas.com/pages/what-is-this"], "subreddit": ["nerdfighters"]}, "path": {"57-165, T:0-1": [[1363, 778], [1363, 830], [1392, 830], [1392, 778]]}, "center": {"57-165, T:0-1": [1378, 804]}}, -{"id": "003621", "name": "e621", "description": "e621 is a mature imageboard for furries.\n\nWarning: website contains NSFW images.", "links": {"website": ["https://e621.net/"], "subreddit": ["e621", "furry_irl"]}, "path": {"57-166, T:0-1": [[1603, 636], [1628, 636], [1628, 620], [1630, 620], [1630, 609], [1603, 609]]}, "center": {"57-166, T:0-1": [1615, 622]}}, -{"id": "000118", "name": "Bad Dragon", "description": "Bad Dragon is a manufacturer of fantasy adult toys.\n\nWARNING: WEBSITE CONTAINS NSFW CONTENT.", "links": {"website": ["https://bad-dragon.com/", "https://en.wikipedia.org/wiki/Bad_Dragon"], "subreddit": ["BadDragon"]}, "path": {"63-123": [[1586, 619], [1586, 636], [1603, 636], [1603, 619]], "124-166, T:0-1": [[1587, 636], [1603, 636], [1603, 619], [1587, 619]]}, "center": {"63-123": [1595, 628], "124-166, T:0-1": [1595, 628]}}, -{"id": "000120", "name": "Sausage roll", "description": "A sausage roll is a common snack in the United Kingdom and other Commonwealth nations, consisting of a sausage wrapped in a pastry.", "links": {"website": ["https://en.wikipedia.org/wiki/Sausage_roll"], "subreddit": ["Greggs"]}, "path": {"102-164, T:0-1": [[734, 477], [734, 481], [752, 481], [752, 477]]}, "center": {"102-164, T:0-1": [743, 479]}}, -{"id": "000121", "name": "Peppy", "description": "Peppy, real name Dean Herbert, is the creator of the rhythm game osu!\n\nPeppy is outlined with a slider from osu!", "links": {"website": ["https://github.com/peppy"], "subreddit": ["osuplace", "osugame"]}, "path": {"62-165, T:0-1": [[1726, 676], [1720, 682], [1719, 682], [1715, 686], [1715, 687], [1714, 688], [1714, 690], [1709, 695], [1709, 698], [1708, 699], [1708, 704], [1709, 705], [1709, 706], [1710, 707], [1710, 708], [1713, 711], [1713, 716], [1712, 717], [1712, 719], [1709, 722], [1707, 722], [1706, 723], [1704, 723], [1700, 725], [1696, 729], [1696, 731], [1695, 732], [1695, 733], [1694, 734], [1694, 737], [1693, 738], [1693, 755], [1694, 756], [1694, 763], [1695, 764], [1695, 766], [1696, 767], [1696, 769], [1697, 770], [1697, 772], [1699, 774], [1699, 775], [1700, 776], [1747, 776], [1748, 775], [1755, 775], [1758, 772], [1758, 766], [1759, 765], [1759, 753], [1758, 752], [1758, 751], [1757, 750], [1757, 747], [1756, 746], [1756, 738], [1755, 737], [1754, 734], [1754, 733], [1753, 732], [1753, 730], [1748, 725], [1747, 725], [1741, 723], [1740, 722], [1739, 722], [1738, 721], [1738, 719], [1741, 716], [1741, 715], [1743, 713], [1745, 708], [1746, 707], [1746, 695], [1744, 693], [1744, 692], [1743, 691], [1742, 691], [1738, 687], [1738, 686], [1732, 680], [1731, 680], [1728, 677], [1727, 677]]}, "center": {"62-165, T:0-1": [1724, 747]}}, -{"id": "000122", "name": "Girl with a Pearl Earring", "description": "Pixel art of the Girl with a Pearl Earring, a painting by Dutch artist Johannes Vermeer.", "links": {"website": ["https://en.wikipedia.org/wiki/Girl_with_a_Pearl_Earring"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"53-166, T:0-1": [[928, 0], [928, 68], [886, 68], [886, 0]]}, "center": {"53-166, T:0-1": [907, 34]}}, -{"id": "000123", "name": "Flag of Palestine", "description": "Palestine is a state in the Middle East. Its territory, including the holy city of Jerusalem, is disputed with Israel.\n\nThe flag of Palestine was a collaborative effort between r/Palestine and r/Islam. The flag's length was shortened to give room to r/chess and r/AnarchyChess as part of an alliance. The place was originally an Israeli flag made by r/Israel. With the help of the two chess subreddits, many more subreddits, and 4chan, the flag was changed to the Palestine flag. The Israelis attempted to raid the flag and change it back, but the Palestinians and their allies held their ground.", "links": {"website": ["https://en.wikipedia.org/wiki/State_of_Palestine", "https://en.wikipedia.org/wiki/Flag_of_Palestine"], "subreddit": ["Palestine", "Islam"]}, "path": {"13-14, 18-39, 43-165, T:0-1": [[20, 643], [20, 679], [70, 679], [70, 643]]}, "center": {"13-14, 18-39, 43-165, T:0-1": [45, 661]}}, -{"id": "000124", "name": "Intercity Express", "description": "Intercity Express (ICE) is a high-speed train system operating in Germany. It is known for having really bad network reception while travelling with the Deutsche Bahn, Germany's national railway company; this is denoted by the nearby EDGE (E) symbol with red connection bars indicating a slow connection, in contrast to the fast internet on the French TGV train on the other side of the EU flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Intercity_Express"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"49-61": [[344, 848], [330, 854], [325, 859], [325, 864], [328, 867], [334, 867], [335, 866], [373, 866], [373, 848]], "62-85": [[344, 848], [330, 854], [325, 859], [325, 865], [296, 865], [296, 868], [373, 868], [373, 848]], "86-166, T:0-1": [[344, 848], [330, 854], [325, 859], [325, 865], [296, 865], [296, 868], [403, 868], [403, 866], [373, 866], [373, 848]]}, "center": {"49-61": [363, 857], "62-85": [346, 858], "86-166, T:0-1": [350, 858]}}, -{"id": "000125", "name": "End of speed limit", "description": "German road sign used on the Autobahn (German highway) to indicate the end of all speed and passing limits.", "links": {"website": ["https://en.wikipedia.org/wiki/Autobahn"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"135-151": [[570, 845], [565, 850], [565, 854], [570, 859], [570, 863], [569, 864], [571, 866], [573, 866], [575, 864], [574, 863], [574, 860], [580, 854], [580, 850], [576, 846], [574, 845]], "67-134": [[570, 845], [565, 850], [565, 854], [569, 858], [569, 859], [570, 860], [570, 866], [573, 866], [573, 860], [574, 860], [579, 855], [579, 850], [574, 845]], "152-166, T:0-1": [[568, 866], [575, 866], [575, 863], [573, 863], [573, 860], [574, 860], [580, 854], [580, 850], [576, 846], [574, 845], [570, 845], [565, 850], [565, 854], [569, 858], [569, 859], [570, 860], [570, 863], [568, 863]]}, "center": {"135-151": [573, 852], "67-134": [572, 852], "152-166, T:0-1": [573, 852]}}, -{"id": "000126", "name": "arte", "description": "arte is a European public service channel that promotes culture. It is a collaboration between French and German broadcasting companies, hence its location on the canvas between the French and German flags.", "links": {"website": ["https://www.arte.tv/en/", "https://en.wikipedia.org/wiki/Arte"], "subreddit": ["placefrance", "franceplace", "placeFR", "france", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"59-84": [[1125, 829], [1125, 869], [1201, 869], [1201, 829]], "85-165, T:0-1": [[1128, 828], [1128, 870], [1201, 870], [1201, 828]]}, "center": {"59-84": [1163, 849], "85-165, T:0-1": [1165, 849]}}, -{"id": "000127", "name": "Die Sendung mit der Maus", "description": "Die Sendung mit der Maus (The Show with the Mouse) is a German children's television series, popular nation-wide for its educational content. It usually runs for 30 minutes every Sunday and teaches things about the world with some short cartoons in between. The mouse, the elephant, and the duck are the mascots of the show and are often featured in the in-between cartoons.", "links": {"website": ["https://www.wdrmaus.de/", "https://en.wikipedia.org/wiki/Die_Sendung_mit_der_Maus"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"77-87": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [57, 863], [57, 864], [59, 866], [64, 868]], "72-76": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [54, 863], [52, 862], [57, 857], [57, 856], [54, 853], [48, 853], [45, 856], [45, 857], [52, 864], [64, 868]], "68-71": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [56, 863], [54, 861], [54, 860], [55, 859], [55, 858], [53, 856], [49, 856], [47, 858], [47, 859], [52, 864], [56, 866], [61, 866], [64, 868]], "13-67": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 858], [57, 856], [54, 859], [56, 861], [56, 866], [60, 866], [63, 868]], "88-166, T:0-1": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [59, 864], [56, 862], [54, 862], [58, 858], [58, 857], [56, 855], [54, 854], [48, 854], [45, 857], [45, 858], [51, 864], [56, 864], [59, 866], [64, 868]]}, "center": {"77-87": [84, 855], "72-76": [84, 855], "68-71": [84, 855], "13-67": [84, 855], "88-166, T:0-1": [84, 855]}}, -{"id": "000128", "name": "Flag of the European Union", "description": "The European Union (EU) is an international organization of European countries.\n\nThis EU flag is drawn at the intersection of the flags of France and Germany, both founding members of the EU, to symbolize an alliance between the two. A peace dove was later added to the flag.", "links": {"website": ["http://europa.eu/", "https://en.wikipedia.org/wiki/European_Union", "https://en.wikipedia.org/wiki/Flag_of_the_European_Union"], "subreddit": ["PlaceEU", "placefrance", "franceplace", "placeFR", "france", "placeDE", "de", "germany"], "discord": ["uxm3wbrHke", "placeDE"]}, "path": {"10-166, T:0-1": [[373, 829], [433, 829], [433, 867], [373, 867]]}, "center": {"10-166, T:0-1": [403, 848]}}, -{"id": "000129", "name": "Bernd das Brot", "description": "Bernd das Brot is a puppet character, star mascot, and cult figure of the German children's television channel KI.KA. He is holding a beer and saying his catchphrase \"Mist\" (English: \"Damn\").", "links": {"website": ["https://en.wikipedia.org/wiki/Bernd_das_Brot"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"54-90": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 863], [217, 863], [219, 865], [221, 865], [222, 866], [223, 866], [227, 870], [228, 870], [229, 871], [238, 871], [239, 872], [241, 872], [243, 869], [247, 871], [254, 866], [254, 864], [251, 864], [250, 865], [248, 865], [246, 863], [245, 863], [245, 855], [244, 854], [244, 850], [241, 847], [236, 844], [232, 844], [228, 847], [228, 848], [220, 848], [220, 850], [215, 850], [215, 845], [217, 843], [217, 833], [214, 831], [207, 830], [200, 830], [198, 829]], "41-53": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 866], [218, 870], [222, 870], [222, 868], [224, 868], [226, 866], [226, 862], [228, 860], [228, 858], [226, 856], [222, 856], [224, 853], [224, 851], [222, 849], [220, 849], [215, 851], [215, 843], [217, 834], [214, 831], [191, 829]], "91-166, T:0-1": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 863], [217, 863], [219, 865], [221, 865], [222, 866], [223, 866], [227, 870], [228, 870], [229, 871], [238, 871], [239, 872], [241, 872], [243, 869], [247, 871], [254, 866], [254, 864], [251, 864], [250, 865], [248, 865], [246, 863], [245, 863], [245, 855], [244, 854], [244, 850], [241, 847], [241, 835], [239, 832], [219, 832], [217, 835], [216, 835], [216, 832]]}, "center": {"54-90": [200, 856], "41-53": [200, 857], "91-166, T:0-1": [203, 848]}}, -{"id": "000130", "name": "Pochita", "description": "Pochita is the lovable dog of Denji from the manga Chainsaw Man.\n\nPochita is shown being held by a Takodachi, after being suggested as a mutual work from the Hololive group during the first hours of r/place.", "links": {"website": ["https://chainsaw-man.fandom.com/wiki/Pochita"], "subreddit": ["ChainsawMan"], "discord": ["chainsawman"]}, "path": {"9-166, T:0-1": [[198, 779], [204, 779], [207, 782], [207, 783], [215, 783], [215, 782], [216, 782], [216, 781], [219, 781], [223, 785], [224, 786], [224, 789], [222, 791], [223, 792], [223, 793], [225, 793], [225, 799], [224, 799], [224, 800], [222, 800], [222, 802], [219, 802], [219, 803], [215, 803], [215, 801], [212, 801], [212, 802], [206, 802], [206, 800], [208, 798], [205, 798], [202, 795], [202, 789], [201, 789], [199, 787], [198, 786], [198, 784], [197, 784], [197, 780]]}, "center": {"9-166, T:0-1": [213, 792]}}, -{"id": "000131", "name": "Neopets", "description": "Neopets is a virtual pet game that peaked in popularity in the 1990s-2000s. The pet featured is a yellow Kacheek, stood in front of a Jelly World background. The slogan \"Feed your Neopets\" was chosen as a nod to official merchandise for the site, as well as a tongue-in-cheek reminder to all of the now-20-30-year olds who played as children.\n\nThis piece was created by players of Neopets, and was one of the earliest pieces to go up in r/place 2022, lasting until the end.", "links": {"website": ["https://www.neopets.com/", "https://en.wikipedia.org/wiki/Neopets"], "subreddit": ["neopets"]}, "path": {"1-166, T:0-1": [[310, 702], [352, 702], [352, 743], [310, 743]]}, "center": {"1-166, T:0-1": [331, 723]}}, -{"id": "000133", "name": "Flag of Singapore", "description": "Singapore is a city-state in Southeast Asia with a population of 5.5M. This flag is overlaid by a silhouette of the country and its prominent landmarks: the Merlion, Marina Bay Sands, Changi Airport control tower, and the Mass Rapid Transit system. The greenery showcases Singapore as a City in Nature, while the purple flower on the Merlion represents our national flower, Vanda Ms. Joaquim.", "links": {"website": ["https://en.wikipedia.org/wiki/Singapore", "https://en.wikipedia.org/wiki/Flag_of_Singapore"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"57-129": [[285, 960], [285, 978], [316, 978], [316, 974], [318, 972], [321, 972], [323, 974], [323, 960]], "46-56": [[297, 960], [297, 978], [316, 978], [316, 974], [318, 972], [321, 972], [323, 974], [323, 960]], "39-45": [[298, 960], [298, 978], [323, 978], [323, 960]], "130-166, T:0-1": [[285, 960], [285, 985], [315, 985], [315, 980], [317, 978], [320, 978], [323, 981], [323, 960]]}, "center": {"57-129": [304, 969], "46-56": [306, 969], "39-45": [311, 969], "130-166, T:0-1": [304, 973]}}, -{"id": "000134", "name": "Chrome Dino", "description": "Chrome Dino is a game that appears when the Google Chrome internet browser is offline.\n\nThe dinosaur is holding the light stick of K-pop girl group LOONA as a result of r/DinoPlace's alliance with them.", "links": {"website": ["https://en.wikipedia.org/wiki/Dinosaur_Game"], "subreddit": ["DinoPlace"]}, "path": {"3-166, T:0-1": [[302, 777], [321, 777], [321, 780], [343, 780], [343, 808], [302, 808]]}, "center": {"3-166, T:0-1": [317, 794]}}, -{"id": "000135", "name": "Flag of Malaysia", "description": "Malaysia is a country in Southeast Asia with a population of 32 million. The background is the flag of Malaysia, known as Jalur Gemilang. The towers in the middle are the Petronas Twin Towers, the tallest twin towers in the world. At the back of the towers is Mount Kinabalu, the highest summit in the country, and Borneo island. The bird at the left is a rhinoceros hornbill, Malaysia's national bird.", "links": {"website": ["https://en.wikipedia.org/wiki/Malaysia", "https://en.wikipedia.org/wiki/Flag_of_Malaysia"], "subreddit": ["malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"60-130": [[323, 961], [393, 961], [393, 992], [323, 992], [323, 985], [330, 978], [330, 974], [328, 972], [325, 972], [323, 974]], "46-59": [[323, 961], [390, 961], [390, 992], [323, 992], [323, 985], [330, 978], [330, 974], [328, 972], [325, 972], [323, 974]], "30-45": [[323, 961], [390, 961], [390, 992], [323, 992]], "131-166, T:0-1": [[323, 961], [393, 961], [393, 992], [323, 992], [331, 984], [331, 980], [329, 978], [326, 978], [323, 981]]}, "center": {"60-130": [358, 977], "46-59": [357, 977], "30-45": [357, 977], "131-166, T:0-1": [358, 977]}}, -{"id": "000136", "name": "Factorio", "description": "Factorio is a factory simulation game. This art depicts the Factorio gear logo with items from the game such as the belts surrounding it, splitters, an inserter, and a laser turret.\n\nThe west-facing underground belt is vertically aligned with the underground belt at Factorio's claim in the first area of r/place, nicknamed \"main base\".", "links": {"website": ["https://factorio.com/", "https://en.wikipedia.org/wiki/Factorio"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"60": [[1622, 579], [1622, 551], [1618, 547], [1572, 547], [1572, 579]], "156": [[1482, 535], [1482, 553], [1548, 553], [1548, 568], [1577, 568], [1577, 570], [1579, 573], [1579, 579], [1618, 579], [1622, 575], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543], [1488, 543], [1488, 535]], "157": [[1548, 543], [1548, 568], [1581, 568], [1581, 579], [1618, 579], [1622, 575], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543]], "69-78": [[1470, 524], [1470, 533], [1482, 533], [1482, 553], [1572, 553], [1572, 574], [1574, 577], [1578, 579], [1618, 579], [1622, 575], [1622, 551], [1617, 546], [1617, 545], [1615, 543], [1489, 543], [1488, 542], [1488, 525], [1482, 525], [1482, 527], [1476, 527], [1476, 524]], "79-87": [[1474, 526], [1474, 533], [1482, 533], [1482, 553], [1572, 553], [1572, 562], [1564, 562], [1561, 565], [1564, 568], [1572, 568], [1572, 571], [1577, 571], [1577, 579], [1618, 579], [1622, 575], [1622, 551], [1619, 548], [1618, 548], [1618, 543], [1488, 543], [1488, 530], [1485, 527], [1481, 527], [1481, 526]], "88-112": [[1482, 526], [1482, 553], [1557, 553], [1557, 562], [1554, 562], [1554, 568], [1573, 568], [1576, 571], [1577, 571], [1577, 579], [1618, 579], [1622, 575], [1622, 551], [1619, 548], [1617, 548], [1617, 545], [1615, 543], [1488, 543], [1488, 530], [1485, 526]], "113-127": [[1489, 543], [1490, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 576], [1581, 579], [1619, 579], [1622, 576], [1622, 551], [1619, 548], [1617, 547], [1617, 545], [1615, 543]], "128-141": [[1482, 534], [1482, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 575], [1580, 579], [1619, 579], [1622, 576], [1622, 546], [1619, 543], [1488, 543], [1488, 536], [1486, 534]], "158-159": [[1548, 543], [1548, 568], [1581, 568], [1581, 576], [1622, 576], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543]], "61-68": [[1572, 579], [1622, 579], [1622, 551], [1618, 547], [1617, 547], [1617, 543], [1572, 543]], "57-59": [[1622, 579], [1622, 551], [1618, 547], [1586, 547], [1586, 579]], "142-155, T:0-1": [[1483, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 575], [1581, 579], [1619, 579], [1622, 576], [1622, 551], [1619, 548], [1617, 547], [1617, 545], [1615, 543], [1490, 543], [1490, 546], [1487, 546], [1483, 549]]}, "center": {"60": [1597, 563], "156": [1601, 561], "157": [1602, 561], "69-78": [1603, 561], "79-87": [1592, 561], "88-112": [1592, 561], "113-127": [1594, 561], "128-141": [1594, 561], "158-159": [1598, 560], "61-68": [1597, 561], "57-59": [1604, 563], "142-155, T:0-1": [1594, 561]}}, -{"id": "000137", "name": "BTS", "description": "Bangtan Sonyeondan (BTS) is Korea's hottest boy band. This art features a colourful hot-air balloon from the album cover of BTS's \"Young Forever\".", "links": {"website": ["https://www.youtube.com/watch?v=7m-4u4GONsA", "https://en.wikipedia.org/wiki/BTS"], "subreddit": ["bangtan"]}, "path": {"97-104": [[1950, 175], [1943, 184], [1943, 198], [1957, 198], [1957, 217], [1943, 217], [1943, 238], [2000, 238], [2000, 194], [1960, 194], [1960, 175]], "56-96": [[1943, 194], [1943, 198], [1957, 198], [1957, 217], [1943, 217], [1943, 238], [2000, 238], [2000, 194]], "109-166, T:0-1": [[1999, 195], [1941, 195], [1941, 238], [1999, 238]]}, "center": {"97-104": [1978, 216], "56-96": [1978, 216], "109-166, T:0-1": [1970, 217]}}, -{"id": "000138", "name": "Aang", "description": "Avatar Aang is the main character of the hit animated series Avatar: The Last Airbender (ATLA). The 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": ["https://en.wikipedia.org/wiki/Aang", "http://www.nick.co.uk/shows/avatar/q03fvj", "https://en.wikipedia.org/wiki/Avatar:_The_Last_Airbender"], "subreddit": ["ATLA", "place_CentralAlliance"]}, "path": {"20-22": [[759, 922], [756, 925], [757, 926], [757, 930], [761, 933], [763, 933], [767, 929], [767, 924], [765, 922]], "23-166, T:0-1": [[281, 938], [281, 956], [297, 956], [297, 938]]}, "center": {"20-22": [762, 927], "23-166, T:0-1": [289, 947]}}, -{"id": "000139", "name": "Sailor Moon", "description": "Sailor Moon is the titular protagonist of the 1990s Japanese anime Sailor Moon.", "links": {"website": ["https://en.wikipedia.org/wiki/Sailor_Moon_(character)", "https://wikimoon.org/index.php/Sailor_Moon"], "subreddit": ["sailormoon", "place_CentralAlliance"]}, "path": {"26-166, T:0-1": [[382, 964], [384, 962], [385, 962], [388, 965], [388, 966], [386, 968], [387, 969], [387, 971], [388, 972], [389, 974], [391, 978], [392, 979], [392, 983], [389, 985], [388, 986], [387, 986], [386, 985], [385, 986], [383, 984], [385, 982], [386, 981], [386, 979], [385, 978], [385, 975], [382, 978], [385, 981], [383, 983], [382, 983], [382, 986], [376, 986], [376, 983], [375, 983], [373, 981], [376, 978], [373, 975], [373, 978], [372, 979], [372, 981], [375, 984], [373, 986], [372, 985], [371, 986], [370, 986], [369, 985], [368, 985], [366, 983], [366, 979], [367, 978], [370, 972], [371, 971], [372, 968], [370, 966], [370, 965], [373, 962], [374, 962], [376, 964]]}, "center": {"26-166, T:0-1": [379, 971]}}, -{"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": {"93-103": [[1304, 49], [1304, 57], [1303, 58], [1299, 58], [1299, 68], [1298, 68], [1298, 72], [1301, 75], [1305, 71], [1312, 71], [1312, 67], [1313, 66], [1317, 66], [1317, 58], [1313, 58], [1312, 57], [1312, 49]], "64-92": [[1304, 49], [1304, 57], [1303, 58], [1299, 58], [1299, 66], [1303, 66], [1304, 67], [1304, 71], [1312, 71], [1312, 67], [1313, 66], [1317, 66], [1317, 58], [1313, 58], [1312, 57], [1312, 49]], "57-62": [[1323, 54], [1323, 77], [1341, 77], [1341, 54]], "104-166, T:0-1": [[1304, 49], [1304, 51], [1298, 51], [1298, 72], [1301, 75], [1305, 71], [1311, 71], [1315, 75], [1318, 72], [1318, 68], [1317, 68], [1317, 56], [1318, 56], [1318, 51], [1312, 51], [1312, 49]]}, "center": {"93-103": [1306, 64], "64-92": [1308, 62], "57-62": [1332, 66], "104-166, T:0-1": [1308, 61]}}, -{"id": "000141", "name": "Factorio", "description": "Factorio is a factory simulation game. This artwork includes seven types of science and fish on the belt along with the three types of circuits produced in the game.", "links": {"website": ["https://factorio.com", "https://en.wikipedia.org/wiki/Factorio"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"13": [[330, 568], [330, 547], [295, 547], [292, 550], [263, 550], [261, 547], [254, 547], [254, 548], [253, 548], [250, 551], [250, 552], [249, 552], [249, 561], [255, 561], [255, 568]], "7-12": [[330, 563], [330, 547], [295, 547], [292, 550], [263, 550], [261, 547], [254, 547], [254, 548], [253, 548], [250, 551], [250, 552], [249, 552], [249, 561], [255, 561], [255, 563]], "14-166, T:0-1": [[329, 568], [329, 547], [314, 547], [314, 543], [298, 543], [295, 548], [293, 549], [263, 549], [263, 547], [255, 547], [249, 553], [249, 563], [250, 565], [252, 567], [254, 568]]}, "center": {"13": [302, 558], "7-12": [305, 555], "14-166, T:0-1": [305, 556]}}, -{"id": "000142", "name": "Giralda", "description": "Giralda is a Moorish & Christian tower from Seville, Spain. It is one of the most iconic monuments in Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Giralda"], "subreddit": ["esPlace", "spain"]}, "path": {"70-95": [[1334, 283], [1334, 288], [1333, 288], [1333, 294], [1331, 294], [1331, 308], [1339, 308], [1339, 294], [1337, 294], [1337, 288], [1336, 288], [1336, 283]], "96-164, T:0-1": [[1335, 280], [1334, 281], [1332, 281], [1332, 283], [1331, 284], [1331, 308], [1339, 308], [1339, 289], [1337, 289], [1337, 285], [1336, 285], [1336, 280]]}, "center": {"70-95": [1335, 298], "96-164, T:0-1": [1335, 294]}}, -{"id": "000143", "name": "Taylor Swift", "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 2022).\n\nA special thank you to our alliances with Lego, WEiTI, Shovel Knight, and Five Nights at Freddy's.", "links": {"website": ["https://taylorswift.com", "https://en.wikipedia.org/wiki/Taylor_Swift"], "subreddit": ["TaylorSwift"]}, "path": {"2-7": [[628, 294], [628, 320], [653, 320], [653, 294]], "8-166, T:0-1": [[638, 294], [659, 294], [660, 295], [663, 295], [663, 320], [638, 320]]}, "center": {"2-7": [641, 307], "8-166, T:0-1": [651, 316]}}, -{"id": "000145", "name": "Fish Cult", "description": "The Fish Cult is a team of people dedicated to making fish on r/place. This is the first fish tank made by the Fish Cult, created in the first few minutes of r/place after u/Burning_Sulphur announced that he will draw a fish. This led to the founding of the Fish Cult.", "links": {"website": ["https://www.reddit.com/r/PlaceFishCult/comments/twi7o3/i_not_only_made_a_fish_but_a_whole_fishmaking/"], "subreddit": ["PlaceFishCult", "place_CentralAlliance"]}, "path": {"15-47": [[448, 890], [448, 905], [500, 905], [500, 890]], "2-14": [[448, 867], [448, 900], [458, 900], [458, 905], [460, 905], [460, 907], [463, 907], [463, 910], [473, 910], [473, 908], [479, 908], [479, 904], [483, 900], [489, 906], [490, 906], [492, 904], [494, 904], [494, 898], [490, 893], [490, 890], [493, 887], [499, 887], [500, 888], [500, 892], [504, 892], [509, 897], [513, 897], [513, 886], [510, 882], [505, 877], [470, 877], [470, 867]], "48-166, T:0-1": [[448, 890], [448, 914], [453, 914], [453, 906], [454, 906], [454, 905], [499, 905], [499, 904], [500, 904], [500, 890]]}, "center": {"15-47": [474, 898], "2-14": [470, 892], "48-166, T:0-1": [474, 898]}}, -{"id": "000146", "name": "Black Bauhinia flag", "description": "The Black Bauhinia flag is a variant on the flag of the Chinese city of Hong Kong, with both flags featuring a white Hong Kong orchid tree flower (bauhinia × blakeana). The represents the 2019-2020 Hong Kong Protests against the government and the Communist Party of China following a controversial extradition bill proposal. Protestors demanded a higher degree of democracy in the region, and were met by violent crackdowns and mass arrests. The yellow umbrella is in reference to the 2014 Umbrella Revolution, a series of earlier protests demanding the right to elect the leader of Hong Kong democratically.\n\nAs r/place began, this was one of the first artworks and one of the least griefed. It started with the black Bauhinia flag, and soon expanded to add the yellow umbrella. The wording also changed from \"Free Hong Kong!\" to \"Free HK\". Streamer xQc spared this art in his massive purple raids, but that didn't stop everyone.", "links": {"website": ["https://en.wikipedia.org/wiki/Black_Bauhinia_flag"], "subreddit": ["HongKong"]}, "path": {"1-11": [[598, 649], [652, 649], [652, 699], [598, 699]], "12-166, T:0-1": [[599, 649], [599, 699], [669, 699], [669, 649]]}, "center": {"1-11": [625, 674], "12-166, T:0-1": [634, 674]}}, -{"id": "000147", "name": "Lover", "description": "Lover logo is a 2019 studio album by American singer-songwriter Taylor Swift.\n\nSpecial thanks to our allies r/TenseiSlime, r/madeon, and r/YTTD for helping with this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Lover_(album)"], "subreddit": ["TaylorSwift"]}, "path": {"65-165, T:0-1": [[1809, 98], [1837, 98], [1837, 129], [1832, 129], [1835, 126], [1835, 124], [1836, 123], [1836, 116], [1830, 110], [1829, 110], [1828, 109], [1820, 109], [1819, 110], [1817, 110], [1815, 112], [1814, 112], [1810, 116], [1810, 117], [1809, 117]]}, "center": {"65-165, T:0-1": [1816, 104]}}, -{"id": "000150", "name": "Hawaii: Part II", "description": "An album by Miracle Musical, a music project made by members of the American rock band Tally Hall.", "links": {"website": ["https://www.hawaiipartii.com/"], "subreddit": ["tallyhall"]}, "path": {"58-166, T:0-1": [[1495, 180], [1518, 180], [1518, 201], [1495, 201]]}, "center": {"58-166, T:0-1": [1507, 191]}}, -{"id": "000154", "name": "EVE Online", "description": "The logo for EVE Online, an economy-based space MMORPG.", "links": {"website": ["https://eveonline.com", "https://en.wikipedia.org/wiki/Eve_Online"], "subreddit": ["Eve"]}, "path": {"16-164, T:0-1": [[13, 34], [62, 34], [62, 53], [13, 53]]}, "center": {"16-164, T:0-1": [38, 44]}}, -{"id": "000155", "name": "o7", "description": "An emoticon depicting a person saluting.", "links": {"website": ["https://www.urbandictionary.com/define.php?term=o7"]}, "path": {"15-164, T:0-1": [[12, 35], [12, 53], [0, 53], [0, 46]]}, "center": {"15-164, T:0-1": [7, 48]}}, -{"id": "000157", "name": "Dota 2", "description": "Defense of the Ancients 2 (Dota 2) is a massively online battle arena (MOBA) developed by Valve.\n\nThe Dota 2 community was an early ally of r/placeukraine, contributing to art such as the Ukrainian esports organization NAVI.", "links": {"website": ["https://dota2.com", "https://en.wikipedia.org/wiki/Dota_2"], "subreddit": ["DotA2"]}, "path": {"119-134": [[0, 139], [0, 177], [7, 177], [7, 184], [5, 184], [1, 188], [1, 191], [2, 192], [4, 192], [5, 191], [6, 191], [7, 192], [7, 197], [12, 201], [16, 201], [21, 197], [21, 192], [22, 191], [23, 191], [24, 192], [26, 192], [27, 191], [27, 188], [24, 185], [24, 184], [21, 184], [21, 177], [27, 177], [27, 139]], "137-142, 25-118": [[0, 143], [0, 177], [7, 177], [7, 184], [5, 184], [1, 188], [1, 191], [2, 192], [4, 192], [5, 191], [6, 191], [7, 192], [7, 197], [12, 201], [16, 201], [21, 197], [21, 192], [22, 191], [23, 191], [24, 192], [26, 192], [27, 191], [27, 188], [24, 185], [24, 184], [21, 184], [21, 177], [27, 177], [27, 143]], "143-165, T:0-1": [[0, 137], [0, 177], [7, 177], [7, 184], [4, 184], [1, 189], [1, 190], [3, 192], [5, 190], [7, 192], [7, 196], [12, 201], [15, 201], [21, 196], [21, 192], [23, 190], [25, 192], [27, 190], [25, 186], [23, 184], [21, 184], [21, 177], [27, 177], [27, 137]]}, "center": {"119-134": [14, 174], "137-142, 25-118": [14, 174], "143-165, T:0-1": [14, 174]}}, -{"id": "000158", "name": "Flag of Egypt", "description": "Egypt is a country in Northern Africa with a population of 100 million. This art features Egypt's flag with the pyramids to represent the Pyramids of Giza, a crescent and a cross to symbolize the religions in Egypt, and the Eye of Ra.", "links": {"website": ["https://en.wikipedia.org/wiki/Egypt", "https://en.wikipedia.org/wiki/Flag_of_Egypt"], "subreddit": ["Egypt"]}, "path": {"87-91": [[44, 137], [44, 143], [27, 143], [27, 169], [108, 169], [108, 147], [74, 147], [74, 137]], "54-86": [[27, 143], [27, 169], [108, 169], [108, 147], [74, 147], [74, 137], [52, 137], [47, 144], [41, 144], [40, 143]], "16-53": [[27, 147], [27, 168], [109, 169], [109, 147]], "6-12": [[243, 299], [299, 299], [299, 318], [246, 318], [243, 313]], "92-165, T:0-1": [[27, 137], [27, 169], [108, 169], [108, 147], [72, 147], [72, 137], [27, 137], [27, 139]]}, "center": {"87-91": [59, 153], "54-86": [60, 153], "16-53": [68, 158], "6-12": [271, 309], "92-165, T:0-1": [43, 153]}}, -{"id": "000159", "name": "Pyramids of Giza", "description": "The Pyramids of Giza, also called the Giza necropolis, is an ancient complex of stone pyramids that house the tombs of Ancient Egypt's rulers, the pharoahs. The complex is located on the Giza Plateau in Greater Cairo, Egypt, and was built during the Fourth Dynasty of the Old Kingdom of Ancient Egypt between 2600 and 2500 BC. Landmarks include the Great Pyramid of Giza (tomb of pharoah Khufu), the Pyramid of Khafre, the Pyramid of Menkaure, the Great Sphinx of Giza, and smaller complexes such as cemeteries and the remains of a workers' village. The largest pyramid in the complex, the Great Pyramid, is the only surviving member of the Seven Wonders of the Ancient World.", "links": {"website": ["https://en.wikipedia.org/wiki/Giza_pyramid_complex"], "subreddit": ["Egypt"]}, "path": {"35-57": [[68, 151], [59, 160], [59, 161], [77, 161], [77, 160]], "58-165, T:0-1": [[52, 160], [80, 160], [74, 154], [72, 155], [68, 152], [66, 154], [62, 150]]}, "center": {"35-57": [68, 157], "58-165, T:0-1": [62, 156]}}, -{"id": "000160", "name": "Homestuck", "description": "Homestuck is a webcomic created by Andrew Hussie that ran from 2009 to 2016. The image depicts a captcha card, part of the comic's inventory system. It contains the comic's logo, the symbols of the 4 main characters, the \"==>\" forward command taking you to the next page on the website, and a character from the in-story joke comic called Sweet Bro and Hella Jeff.", "links": {"website": ["https://homestuck.com", "https://en.wikipedia.org/wiki/Homestuck"], "subreddit": ["homestuck"]}, "path": {"1": [[221, 137], [221, 176], [276, 176], [276, 146], [271, 137]], "2-165, T:0-1": [[221, 126], [266, 126], [275, 135], [275, 164], [221, 164]]}, "center": {"1": [249, 157], "2-165, T:0-1": [248, 145]}}, -{"id": "000161", "name": "Hiveswap", "description": "An adventure game set in the same multiverse as Homestuck.", "links": {"website": ["https://hiveswap.com"], "subreddit": ["homestuck"]}, "path": {"68-165, T:0-1": [[245, 165], [245, 171], [276, 171], [276, 165]]}, "center": {"68-165, T:0-1": [261, 168]}}, -{"id": "000164", "name": "Flag of Japan", "description": "Japan is an island country in East Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Japan", "https://en.wikipedia.org/wiki/Flag_of_Japan"]}, "path": {"40-152": [[316, 158], [316, 171], [337, 171], [337, 158]], "6-10": [[721, 254], [718, 257], [721, 260], [724, 257]], "159-165, T:0-1": [[317, 158], [317, 171], [340, 171], [340, 158]]}, "center": {"40-152": [327, 165], "6-10": [721, 257], "159-165, T:0-1": [329, 165]}}, -{"id": "000166", "name": "Nepeta Leijon", "description": "A character from Homestuck.", "links": {"website": ["https://mspaintadventures.fandom.com/wiki/Nepeta_Leijon"], "subreddit": ["homestuck"]}, "path": {"3-13": [[211, 142], [205, 145], [204, 147], [204, 151], [206, 156], [208, 157], [207, 165], [218, 165], [218, 164], [216, 162], [216, 157], [220, 155], [220, 144], [218, 142]], "14-165, T:0-1": [[171, 141], [188, 141], [188, 165], [171, 165]]}, "center": {"3-13": [212, 150], "14-165, T:0-1": [180, 153]}}, -{"id": "000167", "name": "Flag of the Faroe Islands", "description": "The Faroe Islands are an archipelago of islands in the North Atlantic Ocean. They are part of the Kingdom of Denmark.", "links": {"website": ["https://en.wikipedia.org/wiki/Faroe_Islands", "https://en.wikipedia.org/wiki/Flag_of_the_Faroe_Islands"], "subreddit": ["place_nordicunion", "FaroeIslands"]}, "path": {"5-165, T:0-1": [[412, 103], [461, 103], [461, 136], [412, 136]]}, "center": {"5-165, T:0-1": [437, 120]}}, -{"id": "000168", "name": "Flag of Norway", "description": "Norway is a country in Northern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Norway", "https://en.wikipedia.org/wiki/Flag_of_Norway"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"41-48": [[245, 35], [245, 120], [334, 121], [334, 78], [399, 78], [399, 121], [412, 121], [412, 103], [461, 103], [461, 120], [476, 120], [476, 103], [495, 103], [495, 35]], "1-40": [[245, 35], [245, 45], [301, 45], [301, 84], [245, 84], [245, 88], [274, 88], [274, 116], [334, 116], [334, 78], [399, 78], [399, 121], [412, 121], [412, 103], [461, 103], [461, 120], [476, 120], [476, 103], [494, 103], [494, 35]], "49-165, T:0-1": [[493, 36], [215, 36], [215, 95], [231, 95], [231, 100], [259, 100], [259, 124], [268, 125], [334, 124], [334, 78], [400, 78], [400, 124], [412, 124], [412, 103], [461, 103], [461, 119], [475, 119], [475, 103], [495, 102], [494, 79]]}, "center": {"41-48": [291, 78], "1-40": [432, 69], "49-165, T:0-1": [293, 77]}}, -{"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": {"50-165, T:0-1": [[248, 41], [249, 39], [269, 41], [275, 39], [283, 39], [286, 37], [289, 37], [292, 39], [294, 37], [310, 37], [311, 38], [305, 43], [304, 46], [301, 50], [301, 54], [301, 58], [300, 60], [298, 62], [299, 66], [302, 70], [305, 70], [307, 74], [309, 75], [309, 79], [310, 80], [309, 82], [308, 82], [306, 83], [300, 91], [255, 91], [253, 87], [251, 91], [245, 91], [245, 87], [247, 87], [247, 83], [247, 74], [246, 72], [247, 67], [251, 61], [253, 56], [253, 53], [250, 47], [248, 44], [248, 40]]}, "center": {"50-165, T:0-1": [275, 67]}}, -{"id": "000171", "name": "Gnome child", "description": "An NPC from 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", "https://oldschool.runescape.wiki/w/Gnome_child"], "subreddit": ["dankmemes", "2007scape"]}, "path": {"22-164, T:0-1": [[146, 34], [137, 57], [146, 71], [135, 83], [138, 86], [144, 82], [168, 84], [168, 77], [161, 71], [164, 65], [164, 54], [155, 43], [151, 43], [150, 34]]}, "center": {"22-164, T:0-1": [152, 58]}}, -{"id": "000173", "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox role-playing game developed by Hypixel Studios. Production began in 2015 by developers from Hypixel, a multiplayer server for the game Minecraft. The developers received 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, including 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/", "https://en.wikipedia.org/wiki/Hytale"], "subreddit": ["HytaleInfo"], "discord": ["WSjqdz3"]}, "path": {"1-166, T:0-1": [[361, 613], [323, 613], [323, 645], [361, 645]]}, "center": {"1-166, T:0-1": [342, 629]}}, -{"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/", "http://youtube.com/c/truttle1"], "subreddit": ["Truttle1"]}, "path": {"62-92": [[1851, 491], [1851, 493], [1850, 493], [1850, 498], [1854, 498], [1856, 500], [1860, 500], [1862, 498], [1862, 496], [1859, 493], [1854, 493], [1854, 491]], "57-61": [[1848, 482], [1845, 485], [1845, 486], [1847, 488], [1850, 488], [1852, 490], [1856, 490], [1859, 487], [1859, 485], [1855, 481], [1852, 481], [1851, 482]], "93-167, T:0-1": [[1849, 491], [1849, 493], [1848, 493], [1848, 498], [1852, 498], [1854, 500], [1858, 500], [1860, 498], [1860, 496], [1857, 493], [1852, 493], [1852, 491]]}, "center": {"62-92": [1858, 496], "57-61": [1854, 486], "93-167, T:0-1": [1856, 496]}}, -{"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:0-1": [[873, 1703], [929, 1703], [929, 1724], [888, 1724], [888, 1728], [873, 1728]]}, "center": {"109-166, T:0-1": [900, 1714]}}, -{"id": "000178", "name": "Technical University of Munich", "description": "The Technical University of Munich (TUM), known in German as Technische Universität München, is a university in Munich, Germany.", "links": {"website": ["https://tum.de", "https://en.wikipedia.org/wiki/Technical_University_of_Munich"], "subreddit": ["tumunich"]}, "path": {"137-146": [[1238, 1173], [1238, 1190], [1261, 1190], [1261, 1173]], "133-136": [[1238, 1177], [1238, 1190], [1263, 1190], [1263, 1177]], "118-132": [[1238, 1177], [1238, 1190], [1262, 1190], [1262, 1177]], "62-78, 87-114": [[1333, 763], [1333, 778], [1348, 778], [1351, 776], [1355, 776], [1358, 778], [1362, 778], [1362, 763]], "147-165, T:0-1": [[1235, 1177], [1238, 1181], [1238, 1183], [1233, 1189], [1233, 1190], [1261, 1190], [1261, 1177], [1245, 1177], [1245, 1173], [1234, 1173], [1234, 1175], [1235, 1175]]}, "center": {"137-146": [1250, 1182], "133-136": [1251, 1184], "118-132": [1250, 1184], "62-78, 87-114": [1341, 771], "147-165, T:0-1": [1244, 1183]}}, -{"id": "000179", "name": "SiIvaGunner", "description": "SiIvaGunner (SG) is a collaborative YouTube channel that uploads \"high-quality rips\" of video game soundtracks that are in reality memetic remixes, parodies, and mashups, with the intent of tricking unaware viewers. It is a parody of the former video game music channel GilvaSunner.\n\nThis artwork is based on the channel banner, which features the title screen character from the bootleg game 7 GRAND DAD and the lighthouse from the game Tengami.\n\nDuring r/place's run, the SiIva community allied with the Jerma985 and Vinesauce subreddits to protect one another.", "links": {"website": ["https://www.youtube.com/c/SiIvaGunner"], "subreddit": ["GiIvaSunner"]}, "path": {"132-165, T:0-1": [[62, 942], [62, 982], [92, 982], [92, 942]]}, "center": {"132-165, T:0-1": [77, 952]}}, -{"id": "000180", "name": "TeosGame", "description": "TeosGame is a Swedish YouTuber who plays a variety of games.\n\nThis mural was made by the TeosGame community.", "links": {"website": ["https://www.youtube.com/teosgame"], "subreddit": ["TeosGame"]}, "path": {"56-108": [[1083, 962], [1083, 999], [1160, 999], [1160, 962]], "52-55": [[567, 989], [567, 1000], [619, 1000], [619, 989]], "109-165, T:0-1": [[1083, 962], [1083, 1038], [1116, 1038], [1116, 1003], [1118, 1001], [1127, 1001], [1129, 1003], [1129, 1038], [1160, 1038], [1160, 962]]}, "center": {"56-108": [1122, 981], "52-55": [593, 995], "109-165, T:0-1": [1105, 984]}}, -{"id": "000181", "name": "Rhythm Doctor", "description": "Rhythm Doctor is a rhythm game. This art depicts the auto-play robot Otto from the game. RDL is the acronym for the community Discord, Rhythm Doctor Lounge.", "links": {"website": ["https://rhythmdr.com/"], "subreddit": ["rhythmdr"], "discord": ["rhythmdr"]}, "path": {"14-166, T:0-1": [[73, 703], [71, 705], [71, 716], [83, 716], [83, 705], [81, 703]]}, "center": {"14-166, T:0-1": [77, 710]}}, -{"id": "000182", "name": "Hello Internet", "description": "Hello Internet is a podcast by YouTubers CGP Grey and Dr. Brady Haran.", "links": {"website": ["https://www.hellointernet.fm/", "https://en.wikipedia.org/wiki/Hello_Internet"], "subreddit": ["HelloInternet", "BradyHaran", "CGPGrey"]}, "path": {"71-84": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [58, 830], [58, 809], [89, 809], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]], "63-70": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]], "43-62": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 817], [80, 817], [80, 792], [89, 792], [89, 777]], "1-42": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 826], [80, 826], [80, 792], [89, 792], [89, 777]], "85-166, T:0-1": [[48, 777], [48, 787], [58, 787], [58, 798], [48, 798], [48, 830], [94, 830], [94, 820], [89, 820], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]]}, "center": {"71-84": [69, 798], "63-70": [67, 813], "43-62": [64, 813], "1-42": [64, 813], "85-166, T:0-1": [67, 799]}}, -{"id": "000183", "name": "Coldplay", "description": "Coldplay is a British rock band. This art shows several of the band's albums: Viva la Vida (2008), A Rush of Blood to the Head (2002), X&Y (2005), Mylo Xyloto (2011), Parachutes (2000), and A Head Full of Dreams (2015).", "links": {"website": ["https://coldplay.com", "https://en.wikipedia.org/wiki/Coldplay"], "subreddit": ["Coldplay"], "discord": ["coldplay"]}, "path": {"58-98": [[1717, 35], [1717, 52], [1744, 52], [1744, 35]], "99-166, T:0-1": [[1695, 35], [1745, 35], [1745, 45], [1744, 45], [1744, 52], [1717, 52], [1717, 47], [1695, 47]]}, "center": {"58-98": [1731, 44], "99-166, T:0-1": [1724, 43]}}, -{"id": "000185", "name": "NIJISANJI", "description": "NIJISANJI is a VTuber agency featuring a variety of talented influencers who create exciting content. The objective of this project is to accelerate the beginning of the next generation of entertainment through various activities and services such as events, goods and digital content, original music, etc. Currently, over 200 VTubers are active, regularly creating unique content on various video streaming platforms such as YouTube.", "links": {"website": ["https://www.nijisanji.jp/en", "https://en.wikipedia.org/wiki/Nijisanji"], "subreddit": ["Nijisanji"]}, "path": {"5-22": [[174, 719], [174, 750], [182, 750], [182, 749], [199, 749], [199, 719]], "23-166, T:0-1": [[182, 719], [182, 724], [178, 724], [173, 727], [170, 730], [168, 734], [168, 740], [170, 744], [170, 747], [168, 750], [168, 751], [169, 751], [172, 749], [175, 749], [179, 751], [185, 751], [190, 748], [195, 741], [195, 737], [200, 737], [200, 721], [199, 721], [196, 724], [191, 719]]}, "center": {"5-22": [187, 735], "23-166, T:0-1": [181, 737]}}, -{"id": "000188", "name": "VShojo", "description": "VShojo is a VTuber organization founded by TheGunrun and based in San Francisco, California, United States. VShojo brands itself as a talent-first VTuber company. Unlike Japan-based VTuber organizations, VShojo primarily uses Twitch for livestreaming, with YouTube reserved primarily for highlight clips and edited content.", "links": {"website": ["https://www.vshojo.com/", "https://en.wikipedia.org/wiki/VShojo"], "subreddit": ["VShojo"]}, "path": {"35-71": [[175, 751], [172, 754], [172, 761], [175, 764], [180, 764], [183, 761], [183, 754], [180, 751]], "72-166, T:0-1": [[170, 750], [165, 755], [165, 759], [167, 764], [170, 765], [177, 764], [180, 764], [182, 759], [182, 756], [181, 753], [175, 749]]}, "center": {"35-71": [178, 758], "72-166, T:0-1": [174, 757]}}, -{"id": "000189", "name": "Shuba Duck", "description": "Shuba Duck, a.k.a. Dancing Duck Oozora Subaru or Subaru Duck, refers to an animation of a duck in a backwards baseball cap dancing alongside virtual Hololive influencer Oozora Subaru. The duck is a representation of Subaru, who is often likened to a duck for her raspy ASMR voice, among other reasons. The duck took on the nickname \"Shuba Duck\" or \"Shubaduck\" based on Subaru's habit of regularly saying \"shuba\" when excited.", "links": {"website": ["https://knowyourmeme.com/memes/shuba-duck-dancing-duck-oozora-subaru"], "subreddit": ["oozorasubaru", "Hololive"], "discord": ["holofans"]}, "path": {"11-165, T:0-1": [[238, 782], [235, 787], [235, 790], [233, 791], [238, 793], [237, 796], [232, 801], [232, 805], [238, 809], [235, 813], [246, 813], [246, 810], [252, 806], [253, 802], [250, 798], [248, 797], [246, 799], [243, 797], [243, 792], [247, 790], [247, 789], [245, 787], [244, 782]]}, "center": {"11-165, T:0-1": [241, 803]}}, -{"id": "000190", "name": "Udin", "description": "Udin is the mascot of Kureiji Ollie, a VTuber from Hololive Indonesia.", "links": {"website": ["https://www.youtube.com/channel/UCYz_5n-uDuChHtLo7My1HnQ", "https://virtualyoutuber.fandom.com/wiki/Kureiji_Ollie"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"5-166, T:0-1": [[282, 759], [280, 757], [280, 756], [282, 754], [285, 754], [287, 756], [290, 753], [293, 753], [293, 755], [295, 754], [297, 754], [299, 756], [299, 767], [298, 768], [298, 769], [295, 772], [294, 772], [292, 773], [286, 773], [285, 772], [284, 772], [281, 769], [281, 768], [280, 767], [280, 762], [281, 761]]}, "center": {"5-166, T:0-1": [289, 765]}}, -{"id": "000191", "name": "PEKO!!!", "description": "\"Peko\" is the catchphrase used by Usada Pekora, a VTuber from Hololive 3rd Gen. Japan branch.", "links": {"website": ["https://www.youtube.com/channel/UC1DCedRgGHBdm81E1llLhOQ", "https://virtualyoutuber.fandom.com/wiki/Usada_Pekora"], "subreddit": ["Pekora", "Hololive"], "discord": ["holofans"]}, "path": {"33-166, T:0-1": [[225, 781], [225, 805], [231, 805], [231, 781]]}, "center": {"33-166, T:0-1": [228, 793]}}, -{"id": "000192", "name": "Mini YAGOO", "description": "YAGOO is the nickname of Motoaki Tanigo, the CEO of the company behind Hololive Production, COVER Corporation. His nickname originated from a misreading of his name \"Tanigo\" as \"YAGOO\" by Oozora Subaru, one of Hololive's talents.\n\nTanigo's profile pictures mostly use his portrait without his body, so limbs were drawn for him during one stream. This depiction of Tanigo, named Mini YAGOO, became a running gag.", "links": {"website": ["https://twitter.com/tanigox", "https://hololive.wiki/wiki/YAGOO"], "subreddit": ["oozorasubaru", "Hololive"], "discord": ["holofans"]}, "path": {"24-166, T:0-1": [[232, 813], [232, 817], [229, 817], [229, 828], [233, 828], [233, 829], [250, 829], [250, 817], [246, 813]]}, "center": {"24-166, T:0-1": [240, 821]}}, -{"id": "000193", "name": "Haaton", "description": "Haaton (はあとん) is the official name of the fanbase of Akai Haato (nicknamed \"Haachama\"), a VTuber from Hololive's 1st Generation from Japan. The name \"Haaton\" is a combination of \"Haato\" and \"ton\" 豚 (pig). Haaton is represented by a yellow plush pig that also works as Haato's mascot.", "links": {"website": ["https://www.youtube.com/channel/UC1CfXB_kRs3C-zaeTG3oGyg", "https://virtualyoutuber.fandom.com/wiki/Akai_Haato"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1354, 893], [1354, 898], [1353, 899], [1353, 902], [1371, 902], [1371, 899], [1370, 898], [1370, 893], [1369, 893], [1365, 896], [1359, 896], [1355, 893]]}, "center": {"66-166, T:0-1": [1366, 899]}}, -{"id": "000196", "name": "Oaklands", "description": "Oaklands is a game on the game platform Roblox, made by Typical Developers.", "links": {"website": ["https://www.roblox.com/games/9938675423/Oaklands", "https://twitter.com/TypicalDevelops"], "subreddit": ["oaklands"]}, "path": {"121-166, T:0-1": [[0, 1113], [41, 1113], [41, 1122], [0, 1122]]}, "center": {"121-166, T:0-1": [21, 1118]}}, -{"id": "000199", "name": "McMaster University", "description": "The school crest of McMaster University (Mac), located in Hamilton, Ontario, Canada.", "links": {"website": ["https://www.mcmaster.ca/", "https://en.wikipedia.org/wiki/McMaster_University"], "subreddit": ["McMaster"]}, "path": {"74-87": [[1246, 35], [1246, 51], [1255, 59], [1264, 51], [1264, 35], [1263, 35], [1263, 30], [1247, 30], [1247, 35]], "58-73": [[1246, 34], [1246, 49], [1255, 58], [1264, 49], [1264, 34]], "88-166, T:0-1": [[1246, 35], [1246, 51], [1255, 59], [1264, 51], [1264, 35]]}, "center": {"74-87": [1255, 43], "58-73": [1255, 44], "88-166, T:0-1": [1255, 45]}}, -{"id": "000200", "name": "ImmutableX", "description": "ImmutableX is a Layer 2 scaling solution for NFTs built on Ethereum.", "links": {"website": ["https://www.immutable.com/"]}, "path": {"11-14": [[842, 855], [842, 897], [907, 897], [907, 855]], "106-140, 15-40, 51-103": [[841, 856], [906, 856], [906, 896], [841, 896], [853, 879], [853, 876], [841, 857]], "141-165, T:0-1": [[841, 856], [905, 856], [906, 865], [900, 870], [896, 878], [896, 885], [904, 890], [904, 896], [841, 896], [853, 880], [853, 876]]}, "center": {"11-14": [875, 876], "106-140, 15-40, 51-103": [874, 876], "141-165, T:0-1": [874, 876]}}, -{"id": "000201", "name": "Loopring", "description": "Loopring is a zero-knowledge exchange and payment protocol built on the blockchain platform Ethereum. It is a zkRollup protocol and a layer-2 solution for securely scaling Ethereum to build high-performance, non-custodial exchanges and payment applications. Loopring operates products atop the protocol, including the Loopring Wallet, and Loopring Exchange.", "links": {"website": ["https://loopring.org/"]}, "path": {"15-139": [[774, 855], [774, 896], [839, 896], [839, 895], [828, 880], [828, 877], [839, 858], [841, 858], [841, 855]], "3-14": [[774, 855], [774, 897], [842, 897], [842, 855]], "140-164, T:0-1": [[774, 855], [774, 870], [778, 870], [782, 875], [782, 884], [780, 886], [778, 886], [775, 889], [775, 896], [821, 896], [821, 893], [817, 889], [817, 882], [819, 879], [827, 879], [841, 855]]}, "center": {"15-139": [808, 876], "3-14": [808, 876], "140-164, T:0-1": [801, 874]}}, -{"id": "000202", "name": "Flag of Morocco", "description": "Morocco is a country in North Africa. Its flag consists of a green pentagram over a red background.", "links": {"website": ["https://en.wikipedia.org/wiki/Morocco", "https://en.wikipedia.org/wiki/Flag_of_Morocco"], "subreddit": ["Morocco"]}, "path": {"153-157": [[1634, 798], [1634, 806], [1626, 811], [1622, 811], [1620, 813], [1620, 832], [1700, 832], [1700, 798]], "140-152": [[1600, 798], [1600, 832], [1700, 832], [1700, 798]], "113-139": [[1623, 798], [1623, 832], [1681, 832], [1681, 798]], "18-48": [[222, 53], [222, 77], [245, 77], [245, 53]], "59-61": [[1646, 264], [1646, 284], [1666, 284], [1666, 264]], "62-84": [[1486, 713], [1486, 739], [1515, 739], [1515, 713]], "T:0-1": [[1629, 798], [1629, 805], [1622, 812], [1618, 812], [1617, 815], [1617, 832], [1699, 832], [1699, 798]], "104-106": [[1890, 985], [1890, 999], [1908, 999], [1908, 985]], "158-165": [[1600, 766], [1600, 798], [1628, 798], [1629, 799], [1629, 806], [1628, 807], [1628, 808], [1626, 808], [1622, 812], [1619, 812], [1618, 813], [1618, 814], [1617, 815], [1617, 832], [1699, 832], [1699, 781], [1694, 776], [1694, 774], [1692, 772], [1692, 770], [1691, 769], [1691, 767], [1690, 766], [1656, 766], [1656, 781], [1626, 781], [1626, 766]]}, "center": {"153-157": [1660, 815], "140-152": [1650, 815], "113-139": [1652, 815], "18-48": [234, 65], "59-61": [1656, 274], "62-84": [1501, 726], "T:0-1": [1658, 815], "104-106": [1899, 992], "158-165": [1671, 804]}}, -{"id": "000203", "name": "Paimon", "description": "Paimon is the mascot character of Genshin Impact. Genshin Impact is an action role-playing game developed by Chinese developer miHoYo and first published in 2020. The game features an anime-style open-world environment and an action-based battle system using elemental magic and character-switching.", "links": {"website": ["https://genshin-impact.fandom.com/wiki/Paimon", "https://genshin.hoyoverse.com/", "https://en.wikipedia.org/wiki/Genshin_Impact"], "subreddit": ["Genshin_Impact", "GenshinPlace"]}, "path": {"109-165, T:0-1": [[1736, 1773], [1736, 1761], [1772, 1761], [1772, 1809], [1723, 1809], [1723, 1803], [1727, 1803], [1727, 1802], [1728, 1802], [1728, 1801], [1729, 1801], [1729, 1800], [1730, 1800], [1730, 1798], [1731, 1798], [1731, 1792], [1730, 1792], [1730, 1791], [1729, 1791], [1729, 1790], [1728, 1790], [1728, 1789], [1727, 1789], [1727, 1788], [1723, 1788], [1723, 1773]]}, "center": {"109-165, T:0-1": [1750, 1786]}}, -{"id": "000204", "name": "The Sun", "description": "The Sun is the name of the lightbulb held by protagonist Niko in the indie video game OneShot. Breaking the Sun will end the world.\n\nFittingly, the Sun was consumed by the Polish flag shortly before the end of r/place.", "links": {"website": ["https://oneshot.fandom.com/wiki/The_Sun", "https://www.oneshot-game.com", "https://en.wikipedia.org/wiki/OneShot"], "subreddit": ["oneshot"]}, "path": {"59-164, T:0-1": [[1678, 542], [1673, 545], [1668, 552], [1668, 558], [1670, 561], [1667, 564], [1667, 566], [1670, 569], [1672, 569], [1675, 566], [1679, 568], [1684, 568], [1689, 565], [1694, 558], [1694, 552], [1691, 547], [1684, 542]]}, "center": {"59-164, T:0-1": [1681, 555]}}, -{"id": "000205", "name": "Divergence Meter", "description": "The Divergence Meter is a device from the anime & visual novel Steins;Gate. The meter reads the \"Steins Gate\" worldline of 1.048596.", "links": {"website": ["https://steins-gate.fandom.com/wiki/Divergence_Meter"], "subreddit": ["steinsplace"]}, "path": {"103-118": [[1110, 22], [1107, 25], [1107, 33], [1106, 34], [1106, 35], [1152, 35], [1152, 33], [1151, 33], [1151, 25], [1148, 22]], "63-78, 96-102": [[1510, 1], [1507, 4], [1507, 14], [1551, 14], [1551, 4], [1548, 1]], "79-95": [[1511, 1], [1508, 4], [1508, 13], [1550, 13], [1550, 5], [1547, 1]], "119-167, T:0-1": [[1182, 34], [1226, 34], [1226, 23], [1182, 23]]}, "center": {"103-118": [1129, 29], "63-78, 96-102": [1529, 8], "79-95": [1529, 7], "119-167, T:0-1": [1204, 29]}}, -{"id": "000206", "name": "forsenE", "description": "forsenE is an emote from the popular streamer forsen, a.k.a. Sebastian Forsen Fors.", "links": {"website": ["https://www.twitch.tv/forsen"], "subreddit": ["forsen"]}, "path": {"9-165, T:0-1": [[705, 905], [705, 943], [743, 943], [743, 944], [749, 944], [749, 905]]}, "center": {"9-165, T:0-1": [727, 924]}}, -{"id": "000207", "name": "Interlingue", "description": "Interlingue is an international auxiliary language (IAL) to communicate between Western European languages.", "links": {"website": ["https://occidental-lang.com", "https://en.wikipedia.org/wiki/Interlingue"], "subreddit": ["interlingue"]}, "path": {"64-86, 93-166, T:0-1": [[764, 325], [764, 330], [771, 330], [771, 325]]}, "center": {"64-86, 93-166, T:0-1": [768, 328]}}, -{"id": "000208", "name": "Viossa", "description": "Viossa is a constructed pidgin, a simplified language with limited expressiveness.", "links": {"website": ["https://conlang.fandom.com/wiki/Viossa"], "subreddit": ["Viossa"]}, "path": {"42-48": [[769, 299], [769, 312], [782, 312], [782, 299]], "33-41": [[756, 314], [756, 327], [769, 327], [769, 314]], "49-166, T:0-1": [[768, 289], [768, 302], [781, 302], [781, 289]]}, "center": {"42-48": [776, 306], "33-41": [763, 321], "49-166, T:0-1": [775, 296]}}, -{"id": "000209", "name": "Lojban", "description": "Lojban is a constructed language.", "links": {"website": ["https://lojban.org", "https://en.wikipedia.org/wiki/Lojban"], "subreddit": ["lojban"]}, "path": {"72-90, 93-166, T:0-1": [[756, 325], [756, 331], [764, 331], [764, 325]]}, "center": {"72-90, 93-166, T:0-1": [760, 328]}}, -{"id": "000210", "name": "De Montfort University LGBT Society", "description": "\"DMU!\" in rainbow-pride-flag-coloured lettering, representing an LGBT social group in De Montfort University, a public university in Leicester, England, United Kingdom. Collaboratively made by DMU LGBTQ+ Society and DMU Vibes.", "links": {"website": ["https://www.demontfortsu.com/organisation/lgbtsociety/"]}, "path": {"109-165, T:0-1": [[909, 1420], [929, 1420], [929, 1430], [909, 1430]]}, "center": {"109-165, T:0-1": [919, 1425]}}, -{"id": "000211", "name": "University of Texas at Austin", "description": "The University of Texas at Austin is a university in Austin, Texas, United States. This art depicts the \"Hook 'em Horns\" hand sign and signature Longhorn logo of the University of Texas at Austin. Hook 'em!\n\nThe UT Austin tower used to be located next to this art.", "links": {"website": ["https://utexas.edu", "https://en.wikipedia.org/wiki/University_of_Texas_at_Austin"], "subreddit": ["UTAustin", "place_CentralAlliance"]}, "path": {"79-84": [[580, 947], [580, 960], [593, 960], [593, 947]], "49-78": [[572, 947], [572, 974], [594, 974], [594, 947]], "46-48": [[579, 949], [579, 974], [594, 974], [594, 949]], "19-26": [[571, 960], [571, 974], [594, 974], [594, 960]], "27-45": [[571, 960], [571, 974], [594, 974], [594, 949], [579, 949], [579, 960]], "16-18": [[573, 955], [573, 963], [584, 969], [593, 965], [597, 961], [597, 957], [594, 957], [593, 958], [589, 958], [586, 955], [583, 955], [582, 954], [578, 954], [578, 955]], "85-165, T:0-1": [[580, 947], [580, 974], [593, 974], [593, 947]]}, "center": {"79-84": [587, 954], "49-78": [583, 961], "46-48": [587, 962], "19-26": [583, 967], "27-45": [586, 965], "16-18": [583, 961], "85-165, T:0-1": [587, 970]}}, -{"id": "000212", "name": "Vinesauce", "description": "Vinesauce is a group Twitch channel focused on video games. This art features Vinesauce's logo and mascot, Vineshroom.", "links": {"website": ["https://www.twitch.tv/Vinesauce", "https://en.wikipedia.org/wiki/Vinesauce", "https://vinesauce.fandom.com/wiki/Vineshroom"], "subreddit": ["Vinesauce"]}, "path": {"3-27": [[78, 669], [74, 673], [74, 677], [76, 679], [77, 679], [77, 687], [85, 687], [85, 679], [86, 679], [88, 677], [88, 673], [84, 669]], "28-165, T:0-1": [[73, 667], [70, 670], [70, 677], [72, 677], [72, 683], [74, 685], [78, 685], [80, 683], [80, 677], [81, 677], [83, 675], [83, 672], [79, 667]]}, "center": {"3-27": [81, 675], "28-165, T:0-1": [76, 673]}}, -{"id": "000213", "name": "SMP Online", "description": "SMP Online is a server community for the game Minecraft.", "links": {"website": ["https://callmecarson.live"], "subreddit": ["CallMeCarson", "gavintino"]}, "path": {"38-48": [[56, 868], [56, 883], [108, 883], [108, 868]], "35-37": [[254, 877], [254, 891], [283, 891], [283, 890], [296, 890], [296, 877]], "110-166, T:0-1": [[499, 1673], [537, 1673], [536, 1685], [530, 1685], [530, 1699], [500, 1700], [500, 1688], [499, 1688], [499, 1680]]}, "center": {"38-48": [82, 876], "35-37": [275, 884], "110-166, T:0-1": [515, 1686]}}, -{"id": "000214", "name": "Loky Ronin", "description": "a piece of art drawn by Videoyun Community", "links": {"website": ["https://www.twitch.tv/videoyun"], "subreddit": ["videoyun"]}, "path": {"109-166, T:0-1": [[735, 1403], [735, 1439], [809, 1439], [809, 1403]]}, "center": {"109-166, T:0-1": [772, 1421]}}, -{"id": "000215", "name": "Windows XP taskbar", "description": "A Start menu for r/place, styled after Windows XP. It has a collection of tabs that reference other communities on r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Windows_XP"], "subreddit": ["placestart"]}, "path": {"109-166, T:0-1": [[0, 1969], [0, 1999], [1522, 1999], [1522, 1969]]}, "center": {"109-166, T:0-1": [761, 1984]}}, -{"id": "000217", "name": "Rust", "description": "Rust is a C++ inspired programming language focused on speed and reliability. The crab in the center is named Ferris, and is Rust's mascot.", "links": {"website": ["https://rust-lang.org", "https://en.wikipedia.org/wiki/Rust_(programming_language)"], "subreddit": ["rust"]}, "path": {"24-57": [[722, 615], [722, 636], [748, 636], [748, 615]], "10-22": [[722, 615], [722, 634], [732, 634], [735, 637], [738, 634], [748, 634], [748, 615]], "58-164, T:0-1": [[725, 607], [722, 610], [722, 631], [725, 634], [732, 634], [734, 636], [736, 636], [738, 634], [745, 634], [748, 631], [748, 610], [745, 607]]}, "center": {"24-57": [735, 626], "10-22": [735, 625], "58-164, T:0-1": [735, 621]}}, -{"id": "000218", "name": "Realm of the Mad God", "description": "Realm of the Mad God (RotMG) is an 8-bit-style perma-death bullet hell and massively multiplayer online role-playing game (MMORPG) created in 2010 by Wild Shadow Studios and currently maintained by DECA Games.\n\nThis image once showed all 18 of the playable classes in the game, but only 10 are still visible. A white bag, the rarest loot container, is also still visible. A Ring of Greater Speed was added on top of one of the classes in the final moments of r/place. The head of endgame boss Oryx the Mad God and the friendly non-player character Craig the Intern were completely covered. Archbishop Leucoryx, another endgame boss, is partially covered and was pictured holding the German autobahn sign in collaboration with r/placeDE.", "links": {"website": ["https://www.realmofthemadgod.com/", "https://en.wikipedia.org/wiki/Realm_of_the_Mad_God"], "subreddit": ["RotMG"]}, "path": {"164": [[470, 866], [470, 890], [504, 890], [504, 866], [548, 866], [548, 858], [546, 856], [543, 856], [542, 855], [541, 856], [536, 856], [536, 866]], "103-119": [[470, 866], [470, 890], [536, 890], [536, 872], [549, 872], [549, 868], [550, 867], [550, 866], [548, 864], [548, 856], [543, 856], [542, 855], [541, 856], [536, 856], [536, 864], [535, 865], [535, 866]], "80-102": [[470, 866], [470, 890], [536, 890], [536, 866]], "65-67": [[470, 866], [470, 877], [513, 877], [513, 890], [562, 890], [562, 887], [536, 887], [536, 866]], "25-64": [[470, 866], [470, 877], [513, 877], [513, 890], [562, 890], [562, 872], [552, 872], [552, 887], [536, 887], [536, 866]], "2-24": [[470, 866], [470, 877], [513, 877], [513, 890], [536, 890], [552, 890], [552, 891], [554, 891], [555, 892], [557, 890], [562, 890], [562, 882], [552, 882], [552, 890], [536, 890], [536, 866]], "68-79": [[470, 866], [470, 890], [562, 890], [562, 887], [536, 887], [536, 866]], "120-163, T:0-1": [[470, 866], [470, 890], [562, 890], [562, 885], [536, 885], [536, 871], [549, 871], [549, 868], [550, 868], [550, 865], [549, 865], [549, 864], [548, 864], [548, 862], [547, 862], [548, 862], [548, 856], [545, 856], [545, 857], [544, 857], [544, 856], [543, 856], [543, 855], [541, 855], [541, 856], [540, 856], [540, 857], [539, 857], [539, 856], [536, 856], [536, 862], [537, 862], [536, 862], [536, 864], [535, 864], [535, 866]]}, "center": {"164": [483, 878], "103-119": [508, 878], "80-102": [503, 878], "65-67": [525, 878], "25-64": [525, 877], "2-24": [524, 878], "68-79": [506, 878], "120-163, T:0-1": [510, 878]}}, -{"id": "000219", "name": "Forgotten King and Shattered Queen", "description": "Endgame Bosses from the video game Realm of the Mad God. The Forgotten King on the left shown holding a tri-force to symbolize the alliance between r/Zelda and r/RoTMG, while the Shattered Queen is shown on the right. In the bottom right corner is the iconic level 20 grave representing the permadeath nature of the game.", "links": {"subreddit": ["Rotmg"]}, "path": {"109-166, T:0-1": [[1326, 1876], [1326, 1900], [1366, 1900], [1366, 1876]]}, "center": {"109-166, T:0-1": [1346, 1888]}}, -{"id": "000220", "name": "Shotbow Network", "description": "Shotbow Network is a server network for the game Minecraft. It is home to classic game modes like MineZ, Annihilation, and Smash.", "links": {"website": ["https://shotbow.net/"], "subreddit": ["ShotBow"]}, "path": {"119-165, T:0-1": [[998, 465], [998, 494], [1001, 494], [1012, 486], [1020, 486], [1020, 465]]}, "center": {"119-165, T:0-1": [1009, 476]}}, -{"id": "000221", "name": "MineZ", "description": "MineZ is a mode in the game Minecraft, maintained by the Shotbow Network. It is based on DayZ, a popular mod for the game ARMA 2.", "links": {"website": ["https://wiki.shotbow.net/MineZ"], "subreddit": ["MineZ", "ShotBow"]}, "path": {"140-165, T:0-1": [[1002, 456], [1002, 464], [1004, 464], [1006, 466], [1019, 466], [1019, 464], [1020, 464], [1020, 456], [1018, 456], [1018, 455], [1004, 455], [1004, 456]]}, "center": {"140-165, T:0-1": [1011, 461]}}, -{"id": "000222", "name": "Blasphemous", "description": "Blasphemous is a Spanish indie metroidvania game created by TheGameKitchen and released in 2019.", "links": {"website": ["https://store.steampowered.com/app/774361/Blasphemous/"], "subreddit": ["Blasphemous"]}, "path": {"93-105": [[1181, 312], [1181, 346], [1206, 346], [1206, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1191, 320], [1196, 317], [1196, 312]], "82-92": [[1178, 319], [1178, 324], [1186, 324], [1186, 328], [1183, 334], [1183, 338], [1185, 344], [1187, 344], [1187, 346], [1205, 346], [1205, 330], [1201, 330], [1196, 327], [1194, 327], [1188, 320], [1182, 320], [1181, 319]], "64-81": [[1187, 326], [1187, 346], [1209, 346], [1209, 335], [1205, 331], [1202, 332], [1200, 332], [1200, 328], [1196, 328], [1194, 326]], "106-166, T:0-1": [[1185, 319], [1181, 323], [1181, 346], [1203, 346], [1205, 344], [1205, 331], [1203, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1192, 321], [1192, 319]]}, "center": {"93-105": [1191, 336], "82-92": [1193, 337], "64-81": [1195, 338], "106-166, T:0-1": [1191, 336]}}, -{"id": "000223", "name": "KAF", "description": "KAF is a Japanese female virtual singer on YouTube. She is a performer signed to Kamitsubaki Studio.\n\nThis artwork found its way onto the canvas through the collective effort of the Kamitsubaki English community in collaboration with r/place VTubers.", "links": {"website": ["https://www.youtube.com/channel/UCQ1U65-CQdIoZ2_NA4Z4F7A", "https://kamitsubaki.fandom.com/wiki/Kaf"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"114-165, T:0-1": [[1421, 1092], [1421, 1097], [1419, 1099], [1419, 1101], [1418, 1102], [1416, 1102], [1416, 1106], [1418, 1108], [1418, 1114], [1420, 1117], [1420, 1118], [1418, 1120], [1412, 1120], [1412, 1121], [1413, 1122], [1413, 1126], [1446, 1126], [1446, 1124], [1451, 1124], [1451, 1117], [1452, 1117], [1452, 1106], [1450, 1103], [1423, 1103], [1423, 1092]]}, "center": {"114-165, T:0-1": [1433, 1115]}}, -{"id": "000224", "name": "Big Ten Conference", "description": "The Big Ten (B1G) Conference is an athletic conference of colleges in the United States.\n\nThis area is the eastern claim of the Big Ten on the canvas. Pioneered by Indiana, this claim also includes Northwestern, Michigan State, Minnesota, and PAC-12 member Stanford.", "links": {"website": ["http://bigten.org/", "https://en.wikipedia.org/wiki/Big_Ten_Conference"], "subreddit": ["TheB1G", "IndianaUniversity", "msu", "Northwestern", "uofm"]}, "path": {"56-78": [[1508, 747], [1508, 780], [1531, 780], [1531, 768], [1550, 768], [1550, 747]], "79-165, T:0-1": [[1508, 780], [1552, 780], [1552, 768], [1551, 768], [1551, 747], [1508, 747]]}, "center": {"56-78": [1521, 760], "79-165, T:0-1": [1530, 764]}}, -{"id": "000225", "name": "Shelly", "description": "Shelly the snail is the player character in Jonas Tyroller's indie platformer game Will You Snail?", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"61-75": [[848, 969], [848, 976], [858, 976], [858, 968], [852, 968], [852, 969]], "28-60": [[848, 969], [848, 976], [856, 976], [856, 968], [852, 968], [852, 969]], "76-165, T:0-1": [[848, 970], [848, 977], [858, 977], [858, 969], [850, 969], [850, 970]]}, "center": {"61-75": [854, 972], "28-60": [852, 972], "76-165, T:0-1": [853, 973]}}, -{"id": "000226", "name": "Hu Tao Poland", "description": "Poland from Polandball dressed up as Hu Tao from Genshin Impact, our allies!", "links": {"website": ["https://en.wikipedia.org/wiki/Countryballs"], "subreddit": ["polandball", "GenshinPlace", "Genshin_Impact"]}, "path": {"109-166, T:0-1": [[1576, 1761], [1576, 1801], [1577, 1801], [1578, 1801], [1578, 1802], [1580, 1802], [1581, 1802], [1581, 1803], [1586, 1803], [1586, 1799], [1586, 1798], [1587, 1798], [1588, 1798], [1588, 1797], [1589, 1797], [1589, 1796], [1590, 1796], [1591, 1796], [1591, 1795], [1592, 1795], [1594, 1795], [1596, 1795], [1596, 1796], [1597, 1796], [1597, 1797], [1597, 1798], [1596, 1798], [1596, 1799], [1596, 1800], [1595, 1800], [1595, 1801], [1596, 1801], [1596, 1800], [1597, 1800], [1598, 1800], [1599, 1800], [1599, 1801], [1599, 1802], [1600, 1802], [1601, 1802], [1600, 1802], [1600, 1801], [1600, 1800], [1601, 1800], [1602, 1800], [1603, 1800], [1603, 1801], [1603, 1802], [1604, 1802], [1605, 1802], [1604, 1802], [1603, 1802], [1603, 1801], [1603, 1800], [1602, 1800], [1602, 1799], [1602, 1798], [1603, 1798], [1603, 1797], [1604, 1797], [1605, 1797], [1606, 1797], [1607, 1797], [1607, 1798], [1608, 1798], [1609, 1798], [1609, 1799], [1610, 1799], [1610, 1800], [1611, 1800], [1611, 1801], [1611, 1800], [1612, 1800], [1612, 1799], [1613, 1799], [1613, 1798], [1614, 1798], [1615, 1798], [1615, 1797], [1615, 1795], [1615, 1794], [1615, 1792], [1616, 1792], [1616, 1791], [1616, 1790], [1617, 1790], [1617, 1789], [1618, 1789], [1618, 1788], [1619, 1788], [1618, 1788], [1618, 1787], [1618, 1786], [1618, 1785], [1618, 1784], [1618, 1783], [1619, 1783], [1619, 1782], [1620, 1782], [1620, 1781], [1620, 1780], [1621, 1780], [1622, 1780], [1623, 1780], [1623, 1779], [1624, 1779], [1624, 1778], [1624, 1776], [1622, 1775], [1621, 1775], [1621, 1774], [1621, 1773], [1620, 1773], [1620, 1772], [1620, 1771], [1619, 1771], [1619, 1770], [1618, 1770], [1618, 1769], [1617, 1769], [1617, 1768], [1616, 1768], [1616, 1767], [1615, 1767], [1615, 1766], [1614, 1766], [1614, 1765], [1613, 1765], [1613, 1764], [1612, 1764], [1611, 1764], [1611, 1763], [1610, 1763], [1610, 1761]]}, "center": {"109-166, T:0-1": [1597, 1780]}}, -{"id": "000227", "name": "Polandball", "description": "Polandball (countryballs) is a meme art style involving balls adorned with the flags of countries. These balls joke about their countries' stereotypes and relations with other countries. The original Polandball depicted the country of Poland.\n\nThis Polandball wears the hat of Hu Tao, a player character from the game Genshin Impact.", "links": {"website": ["https://knowyourmeme.com/memes/polandball", "https://en.wikipedia.org/wiki/Countryballs"], "subreddit": ["polandball"]}, "path": {"76-80": [[1137, 73], [1133, 78], [1133, 82], [1137, 86], [1144, 86], [1148, 82], [1148, 78], [1144, 73]], "62-75": [[1168, 42], [1164, 46], [1164, 51], [1168, 55], [1175, 55], [1179, 51], [1179, 48], [1175, 42]], "59-61": [[1152, 42], [1148, 45], [1148, 51], [1154, 55], [1175, 55], [1178, 52], [1178, 46], [1173, 41], [1170, 41], [1167, 43], [1160, 43], [1159, 42]], "57-58": [[1153, 41], [1150, 43], [1148, 46], [1148, 50], [1151, 54], [1153, 55], [1157, 55], [1162, 51], [1162, 46], [1157, 41]], "81-166, T:0-1": [[1135, 76], [1133, 78], [1133, 82], [1137, 86], [1144, 86], [1148, 82], [1148, 78], [1146, 76]]}, "center": {"76-80": [1141, 80], "62-75": [1172, 49], "59-61": [1171, 48], "57-58": [1155, 48], "81-166, T:0-1": [1141, 81]}}, -{"id": "000229", "name": "Scott", "description": "Scott is a character created by Atlanta-based independent art pop musician Nick Elward (Nelward). Scott first appeared as a track cover of \"Stinky Boy Strut\" which then became Nelward's logo.", "links": {"website": ["https://www.nelward.com"], "subreddit": ["Nelward"]}, "path": {"26-129": [[87, 53], [87, 62], [100, 62], [100, 53]], "130-165, T:0-1": [[1, 65], [12, 65], [12, 72], [1, 72]]}, "center": {"26-129": [94, 58], "130-165, T:0-1": [7, 69]}}, -{"id": "000230", "name": "Flag of Taiwan", "description": "Taiwan, also known as the Republic of China, is an island country in East Asia.\n\nThis area was r/taiwan's first claim on r/place, starting from the big Republic of China flag. Other symbols on it include Taipei 101, boba/pearl milk tea, Taiwan blue magpie, and the Formosan black bear mascot for the city of Taipei, named Bravo.", "links": {"website": ["https://en.wikipedia.org/wiki/Taiwan", "https://en.wikipedia.org/wiki/Flag_of_the_Republic_of_China"], "subreddit": ["taiwan"]}, "path": {"94-105": [[910, 535], [910, 567], [978, 567], [978, 542], [934, 542], [934, 519], [946, 519], [946, 515], [934, 515], [934, 535]], "55-93": [[910, 567], [978, 567], [978, 542], [934, 542], [934, 527], [928, 527], [923, 530], [921, 530], [916, 527], [910, 527]], "32-48": [[911, 531], [911, 547], [904, 547], [904, 567], [978, 567], [978, 542], [934, 542], [934, 531]], "49-54, 5-29": [[940, 542], [940, 567], [978, 567], [978, 542]], "106-166, T:0-1": [[978, 567], [910, 567], [910, 515], [958, 515], [959, 519], [934, 519], [934, 542], [978, 542]]}, "center": {"94-105": [924, 553], "55-93": [925, 553], "32-48": [925, 553], "49-54, 5-29": [959, 555], "106-166, T:0-1": [924, 553]}}, -{"id": "000231", "name": "Taiwan independence flag", "description": "The flag is commonly used to represent the Taiwanese independence movement from China. It is officially used by the World Taiwanese Congress, a yearly meeting of organizations supporting formal independence of Taiwan. The flag features the word Táiwān written in traditional Chinese (台灣). The \"Taiwan\" part of \"r/taiwan\" was converted to \"Taiwan #1\" for the popular \"Taiwan number one\" saying.\n\nThis flag was made during the first canvas expansion by r/taiwan, leading to an alliance with Ireland and strengthening the Czech alliance. The Chinese writing was added on the last day of r/place.\n\nThis flag came under heavy attack by an aggressive expansion of a nearly Turkish flag led by streamers, which it resiliently defended against with the help of its allies.", "links": {"website": ["https://en.wikipedia.org/wiki/Taiwan_independence_movement"], "subreddit": ["taiwan"]}, "path": {"61-142": [[1206, 134], [1206, 161], [1248, 161], [1248, 134]], "143-166, T:0-1": [[1197, 134], [1248, 134], [1248, 161], [1197, 161]]}, "center": {"61-142": [1227, 148], "143-166, T:0-1": [1223, 148]}}, -{"id": "000232", "name": "Taipei 101", "description": "r/Taiwan tried to make a 101-pixel high Taipei 101 at this location, in coordination with many other allies.", "links": {"website": ["https://en.wikipedia.org/wiki/Taipei_101"], "subreddit": ["Taipei", "TaipeiCity", "taiwan"]}, "path": {"109-165, T:0-1": [[1178, 1275], [1219, 1275], [1219, 1265], [1217, 1265], [1217, 1264], [1216, 1264], [1216, 1262], [1214, 1262], [1214, 1261], [1213, 1261], [1213, 1260], [1212, 1260], [1212, 1259], [1211, 1259], [1211, 1258], [1210, 1258], [1210, 1257], [1209, 1257], [1209, 1256], [1207, 1256], [1207, 1254], [1206, 1254], [1206, 1251], [1205, 1251], [1205, 1247], [1204, 1247], [1204, 1241], [1202, 1241], [1202, 1250], [1199, 1250], [1199, 1257], [1199, 1258], [1198, 1258], [1198, 1263], [1179, 1263], [1178, 1263]]}, "center": {"109-165, T:0-1": [1200, 1266]}}, -{"id": "000233", "name": "Super Smash Bros. Melee", "description": "Super Smash Bros. Melee (SSBM) is a crossover fighting game of Nintendo characters made by HAL Laboratory. Made for the Nintendo GameCube in 2001, it is the second game in the Super Smash Bros. series. The SSBM fighting game community is incredibly dedicated to their game, which they have not abandoned after 20 years and 3 subsequent entries in the series.\n\nThe SSBM community never abandoned their main slippi.gg logo, which stood for the whole duration of r/place. They also collaborated with r/PlaceTrees to construct Dream Land, one of the six legal stages in competitive Melee, featuring the tree character Whispy Woods. They also added stock icons for the characters Fox and Falco.", "links": {"website": ["https://en.wikipedia.org/wiki/Super_Smash_Bros._Melee"], "subreddit": ["SSBM"]}, "path": {"22-27": [[775, 928], [798, 915], [801, 915], [824, 928], [823, 957], [818, 960], [818, 979], [815, 982], [784, 982], [781, 979], [781, 960], [775, 956], [775, 928], [771, 932], [753, 932], [749, 928], [749, 905], [775, 905], [777, 908], [777, 911], [778, 912], [778, 913], [776, 915]], "3-21": [[798, 915], [775, 928], [775, 956], [781, 960], [781, 979], [784, 982], [815, 982], [818, 979], [818, 960], [824, 956], [824, 928], [801, 915]], "28-165, T:0-1": [[776, 927], [775, 961], [781, 962], [781, 978], [800, 982], [817, 979], [818, 962], [824, 962], [823, 926], [800, 915], [777, 926], [773, 913], [773, 908], [774, 905], [749, 905], [749, 928], [750, 929], [750, 942], [752, 945], [775, 945], [775, 928]]}, "center": {"22-27": [799, 942], "3-21": [799, 944], "28-165, T:0-1": [800, 928]}}, -{"id": "000234", "name": "VRChat", "description": "VRChat is an online virtual reality social platform. The platform allows users to interact with others with user-created 3D avatars and worlds.", "links": {"website": ["https://vrchat.com/", "https://en.wikipedia.org/wiki/VRChat"], "subreddit": ["VRChat"]}, "path": {"16-165, T:0-1": [[929, 88], [929, 105], [983, 105], [990, 113], [991, 113], [991, 105], [995, 105], [995, 88]]}, "center": {"16-165, T:0-1": [986, 97]}}, -{"id": "000235", "name": "University of Wisconsin-Madison", "description": "The University of Wisconsin-Madison is a university in Madison, Wisconsin, United States. This logo, known as the \"Motion W\", is used by the school's athletics teams, the Wisconsin Badgers.", "links": {"website": ["https://wisc.edu", "https://en.wikipedia.org/wiki/University_of_Wisconsin%E2%80%93Madison"], "subreddit": ["UWMadison"]}, "path": {"7-9": [[117, 581], [117, 607], [125, 607], [125, 581]], "10-165, T:0-1": [[99, 579], [99, 607], [125, 607], [125, 579]]}, "center": {"7-9": [121, 594], "10-165, T:0-1": [112, 593]}}, -{"id": "000236", "name": "Bucky Badger", "description": "University of Wisconsin-Madison's mascot Bucky U Badger.", "links": {"website": ["https://wisc.edu"], "subreddit": ["UWMadison"]}, "path": {"109-164, T:0-1": [[289, 1555], [282, 1555], [282, 1556], [283, 1557], [283, 1558], [284, 1559], [281, 1559], [279, 1561], [279, 1562], [281, 1564], [283, 1564], [287, 1568], [285, 1570], [287, 1572], [289, 1572], [290, 1571], [291, 1571], [293, 1569], [293, 1567], [295, 1565], [295, 1563], [292, 1560], [294, 1558], [294, 1557], [295, 1556], [294, 1555], [291, 1555], [290, 1554]]}, "center": {"109-164, T:0-1": [288, 1562]}}, -{"id": "000238", "name": "Shisheyu_Mayamoto's Logo", "description": "Shisheyu Mayamoto's Twitch channel's logo", "links": {"website": ["https://www.twitch.tv/shisheyu_mayamoto"]}, "path": {"109-165, T:0-1": [[1909, 1562], [1909, 1573], [1921, 1573], [1921, 1562]]}, "center": {"109-165, T:0-1": [1915, 1568]}}, -{"id": "000239", "name": "Esperanto", "description": "Esperanto is a constructed auxiliary language. It was created in 1887 by L. L. Zamenhof as a project for an international language that would be neutral and easy to learn. It is the most popular constructed language, spoken by 200,000 to 2,000,000 people.\n\nThis art was created by people from many Esperanto communities for at least five different social media and messaging platforms on the place of one of the voids. The team had alliances with Mr. Robot, r/Cubers and r/popheads.", "links": {"website": ["https://esperanto.net/", "https://en.wikipedia.org/wiki/Esperanto"], "subreddit": ["Esperanto"]}, "path": {"62-157": [[1433, 486], [1433, 501], [1499, 501], [1499, 486]], "158-166, T:0-1": [[1433, 487], [1433, 501], [1509, 501], [1509, 487]]}, "center": {"62-157": [1466, 494], "158-166, T:0-1": [1471, 494]}}, -{"id": "000240", "name": "VRChat Modding Group", "description": "Logo of the VRChat Modding Group, a community dedicated to creating and maintaining mods for the VR social platform VRChat.", "links": {"subreddit": ["placestart"], "discord": ["vrcmg"]}, "path": {"109-166, T:0-1": [[1303, 1975], [1290, 1975], [1290, 1994], [1291, 1994], [1291, 1996], [1294, 1996], [1294, 1995], [1294, 1996], [1297, 1996], [1297, 1995], [1297, 1996], [1300, 1996], [1300, 1994], [1303, 1994]]}, "center": {"109-166, T:0-1": [1296, 1985]}}, -{"id": "000241", "name": "Disco Elysium", "description": "Main characters of the game, Harrier \"Harry\" Du Bois and Kim Kitsuragi.", "links": {"website": ["https://discoelysium.com/"], "subreddit": ["DiscoElysium"]}, "path": {"109-166, T:0-1": [[1362, 1884], [1403, 1884], [1403, 1917], [1364, 1917]]}, "center": {"109-166, T:0-1": [1383, 1900]}}, -{"id": "000242", "name": "Pokémon Mystery Dungeon", "description": "Pokémon Mystery Dungeon is a roguelike game series that is a crossover between the Pokémon and Mystery Dungeon series. This art features a depiction of the rescue team badge in Pokémon Mystery Dungeon: Rescue Team DX. The background has the pattern of the Harmony Scarf, an accessory and key plot item from Pokémon Super Mystery Dungeon. The picture also contains a Seed and an Orb, two usable items in the game.", "links": {"website": ["https://en.wikipedia.org/wiki/Pok%C3%A9mon_Mystery_Dungeon", "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Mystery_Dungeon_series"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"7-154": [[709, 778], [709, 803], [734, 803], [734, 778]], "155-165, T:0-1": [[709, 778], [709, 804], [734, 804], [734, 778]]}, "center": {"7-154": [722, 791], "155-165, T:0-1": [722, 791]}}, -{"id": "000243", "name": "Time Gear", "description": "A Time Gear is an artifact that regulates time in the second set of Pokémon Mystery Dungeon games, Explorers of Time/Darkness/Sky. If a Time Gear is removed from its place, time stops in the region. A major part of the plot involves traveling the world to locate Time Gears and stop the thief Grovyle from stealing them.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Time_Gear"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"57-164, T:0-1": [[1078, 465], [1078, 488], [1101, 488], [1101, 465]]}, "center": {"57-164, T:0-1": [1090, 477]}}, -{"id": "000244", "name": "Shiny Celebi", "description": "Celebi is a Grass/Psychic-type mythical Pokémon from the Generation II Pokémon games (Pokémon Gold/Silver). This Celebi has its pink Shiny colors instead of the usual green. This is an in-game sprite from Pokémon Mystery Dungeon: Explorers of Time/Darkness/Sky for the Nintendo DS, which feature Shiny Celebi as a supporting character.\n\nThis art was a collaboration between r/MysteryDungeon, Pokémon in r/place, and r/HollowKnight.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Celebi_(Explorers_of_Time,_Darkness,_and_Sky)"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"69-166, T:0-1": [[1323, 49], [1320, 54], [1320, 61], [1317, 61], [1317, 63], [1320, 66], [1319, 67], [1319, 69], [1324, 69], [1325, 70], [1326, 70], [1327, 69], [1330, 69], [1330, 64], [1331, 63], [1331, 58], [1332, 57], [1332, 55], [1330, 53], [1329, 54], [1326, 54]]}, "center": {"69-166, T:0-1": [1326, 60]}}, -{"id": "000245", "name": "V-Wheel", "description": "A depiction of Mythical Pokémon Victini and his V-Wheel from Pokémon Mystery Dungeon: Gates to Infinity. The art is a collaboration between r/MysteryDungeon and r/Victini.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Paradise#V-Wheel"], "subreddit": ["MysteryDungeon", "Victini"], "discord": ["mysterydungeon"]}, "path": {"109-166, T:0-1": [[1734, 1473], [1734, 1496], [1770, 1496], [1770, 1473]]}, "center": {"109-166, T:0-1": [1752, 1485]}}, -{"id": "000246", "name": "Dream Land", "description": "Dream Land is one of the six tournament-legal stages in Super Smash Bros. Melee. It is a returning stage from the original Super Smash Bros. game for the Nintendo 64. The stage is based on the Kirby games, and features the tree character Whispy Woods, also from the Kirby games.\n\nThis art was a collaboration between r/PlaceTrees and the Super Smash Bros. Melee community. It depicts the characters Pikachu, Fox, Falco, and Jigglypuff fighting.", "links": {"website": ["https://www.ssbwiki.com/Dream_Land_(SSB)"], "subreddit": ["PlaceTrees", "ssbm"]}, "path": {"23-165, T:0-1": [[751, 905], [749, 908], [749, 928], [753, 932], [771, 932], [775, 928], [775, 923], [776, 923], [776, 921], [773, 913], [773, 908], [774, 907], [774, 905]]}, "center": {"23-165, T:0-1": [762, 919]}}, -{"id": "000247", "name": "Veloren", "description": "Veloren is an open-source multiplayer voxel role-playing game (RPG) written in Rust.", "links": {"website": ["https://veloren.net/"], "subreddit": ["Veloren"]}, "path": {"44-164, T:0-1": [[735, 636], [735, 647], [746, 647], [746, 636]]}, "center": {"44-164, T:0-1": [741, 642]}}, -{"id": "000249", "name": "King protea", "description": "The king protea is the national flower of South Africa. It is a kind of protea, a species of plant mostly found in South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Protea_cynaroides"], "subreddit": ["SouthAfrica"]}, "path": {"125-144": [[754, 990], [754, 994], [752, 994], [752, 995], [757, 1000], [760, 1000], [760, 1003], [762, 1003], [762, 1000], [765, 1000], [770, 995], [770, 994], [768, 994], [768, 990], [767, 990], [765, 992], [762, 989], [762, 987], [760, 987], [760, 989], [757, 992], [755, 990]], "147-165, T:0-1": [[771, 1045], [770, 1046], [766, 1046], [766, 1049], [764, 1049], [764, 1055], [766, 1058], [766, 1060], [768, 1062], [768, 1063], [770, 1065], [772, 1065], [774, 1063], [774, 1062], [776, 1060], [776, 1058], [778, 1056], [778, 1050], [779, 1049], [779, 1047], [776, 1047], [775, 1046], [772, 1046]]}, "center": {"125-144": [761, 995], "147-165, T:0-1": [771, 1053]}}, -{"id": "000250", "name": "Alula", "description": "A smaller version of the character Alula from Oneshot. Original sprite by Glitchious404.", "links": {"website": ["https://oneshot.fandom.com/wiki/Alula"], "subreddit": ["oneshot"]}, "path": {"109-166, T:0-1": [[1084, 1705], [1083, 1705], [1083, 1704], [1082, 1704], [1079, 1704], [1079, 1703], [1079, 1702], [1079, 1701], [1079, 1698], [1078, 1698], [1078, 1697], [1078, 1693], [1077, 1697], [1077, 1696], [1079, 1693], [1079, 1691], [1080, 1691], [1080, 1690], [1081, 1690], [1081, 1689], [1081, 1688], [1081, 1686], [1081, 1683], [1083, 1683], [1083, 1684], [1084, 1684], [1084, 1685], [1085, 1685], [1085, 1686], [1085, 1687], [1086, 1688], [1086, 1687], [1087, 1688], [1088, 1688], [1088, 1687], [1088, 1686], [1089, 1686], [1089, 1685], [1090, 1685], [1090, 1684], [1091, 1684], [1092, 1684], [1092, 1689], [1091, 1690], [1092, 1690], [1092, 1692], [1093, 1692], [1093, 1697], [1092, 1697], [1092, 1700], [1093, 1700], [1093, 1701], [1093, 1702], [1093, 1704], [1090, 1704], [1090, 1705], [1087, 1705]]}, "center": {"109-166, T:0-1": [1086, 1695]}}, -{"id": "000251", "name": "Atlas", "description": "The Atlas is an iconic symbol of the game No Man's Sky.", "links": {"website": ["https://nomanssky.fandom.com/wiki/The_Atlas"], "subreddit": ["NoMansSkyTheGame"]}, "path": {"109-166, T:0-1": [[1633, 1611], [1616, 1628], [1616, 1629], [1633, 1656], [1650, 1629], [1650, 1628]]}, "center": {"109-166, T:0-1": [1633, 1632]}}, -{"id": "000252", "name": "Holostars", "description": "Holostars is the male branch of Hololive.", "links": {"website": ["https://holostars.hololivepro.com/en/", "https://hololive.wiki/wiki/Holostars"], "subreddit": ["Holostars", "Hololive"], "discord": ["holofans"]}, "path": {"11-166, T:0-1": [[302, 758], [321, 758], [321, 777], [302, 777]]}, "center": {"11-166, T:0-1": [312, 768]}}, -{"id": "000253", "name": "r/baduk", "description": "the subreddit for the ancient board game Go/Baduk/Weiqi", "links": {"subreddit": ["baduk"]}, "path": {"109-166, T:0-1": [[1494, 1279], [1550, 1279], [1550, 1289], [1494, 1289]]}, "center": {"109-166, T:0-1": [1522, 1284]}}, -{"id": "000258", "name": "Green Lattice", "description": "Green Lattice was a peaceful faction determined to fill the canvas with a beautiful orderly light and dark green lattice. This would serve as a safe home for art to live.", "links": {"subreddit": ["GreenLattice"]}, "path": {"119-122": [[624, 1069], [636, 1069], [636, 1077], [630, 1077], [630, 1079], [624, 1079]]}, "center": {"119-122": [629, 1073]}}, -{"id": "000259", "name": "Scott Munley", "description": "Scott Manley's head nightmarishly projected onto the Mun. Fly nś̟̬a̗̪͓̬f̟͓̮̕e̴̙͇̞.", "links": {"website": ["https://www.youtube.com/channel/UCxzC4EngIsMrPmbm6Nxvb-A"], "subreddit": ["SpaceXPlace"]}, "path": {"109-165, T:0-1": [[938, 1519], [940, 1516], [943, 1513], [948, 1513], [952, 1515], [953, 1518], [953, 1523], [951, 1527], [949, 1528], [944, 1529], [940, 1526], [938, 1523]]}, "center": {"109-165, T:0-1": [946, 1521]}}, -{"id": "000261", "name": "University of Washington", "description": "The University of Washington is a university in Seattle, Washington, United States. The university was founded in 1861, and is known for cherry trees and lots of rain. The school's mascot is a husky.\n\nThis art features some of the school's characteristic cherry tree blossoms. It was allied with Washington State University, Simon Fraser University, Hermitcraft, and more.", "links": {"website": ["http://uw.edu/", "https://en.wikipedia.org/wiki/University_of_Washington"], "subreddit": ["udub"]}, "path": {"66-73": [[889, 520], [889, 528], [905, 528], [905, 520]], "32-65": [[889, 520], [889, 528], [901, 528], [901, 520]], "26-31": [[884, 520], [884, 528], [895, 528], [895, 520]], "74-165, T:0-1": [[889, 520], [889, 534], [905, 534], [905, 520]]}, "center": {"66-73": [897, 524], "32-65": [895, 524], "26-31": [890, 524], "74-165, T:0-1": [897, 527]}}, -{"id": "000262", "name": "Green Bay Packers", "description": "The Green Bay Packers are a historic American football team based in Green Bay, Wisconsin, United States that competes in the National Football League (NFL).\n\nIt is the third-oldest franchise in the NFL, dating back to 1919, and is the only non-profit, community-owned major league professional sports team based in the United States.\n\nThe Packers have won 13 league championships, the most in NFL history, with nine pre-Super Bowl NFL titles and four Super Bowl victories.\n\nGO PACK GO!", "links": {"website": ["https://www.packers.com/", "https://en.wikipedia.org/wiki/Green_Bay_Packers"], "subreddit": ["GreenBayPackers", "place_CentralAlliance"]}, "path": {"1-164, T:0-1": [[407, 913], [428, 913], [428, 931], [407, 931]]}, "center": {"1-164, T:0-1": [418, 922]}}, -{"id": "000263", "name": "Roskilde Cathedral", "description": "A cathedral from the Danish city of Roskilde.", "links": {"website": ["https://roskildedomkirke.dk/english/", "https://en.wikipedia.org/wiki/Roskilde_Cathedral"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"97-165, T:0-1": [[281, 118], [281, 127], [280, 129], [277, 132], [277, 138], [276, 139], [276, 158], [303, 158], [303, 139], [301, 137], [301, 131], [298, 127], [298, 117], [297, 117], [295, 119], [295, 127], [292, 131], [292, 135], [287, 131], [284, 127], [284, 118]]}, "center": {"97-165, T:0-1": [290, 146]}}, -{"id": "000264", "name": "Club Atlético River Plate", "description": "Club Atlético River Plate is a sports club based in Buenos Aires, Argentina. They are rivals with the Boca Juniors club, also from Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/Club_Atl%C3%A9tico_River_Plate"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"158-165, T:0-1": [[1129, 645], [1127, 647], [1127, 651], [1128, 652], [1128, 661], [1138, 661], [1138, 652], [1132, 646], [1131, 646], [1130, 645]]}, "center": {"158-165, T:0-1": [1133, 654]}}, -{"id": "000266", "name": "Flag of Liechtenstein", "description": "Liechtenstein is a small country in Central Europe.\n\nThis space was donated by Switzerland on day 2 of r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Liechtenstein", "https://en.wikipedia.org/wiki/Flag_of_Liechtenstein"], "discord": ["JS9eFKty"]}, "path": {"38-166, T:0-1": [[583, 682], [583, 683], [588, 689], [588, 691], [595, 697], [595, 699], [598, 699], [598, 682]]}, "center": {"38-166, T:0-1": [593, 687]}}, -{"id": "000268", "name": "University of Michigan logo", "description": "The logo of the University of Michigan.", "links": {"website": ["https://umich.edu", "https://en.wikipedia.org/wiki/University_of_Michigan"], "subreddit": ["uofm", "MichiganWolverines"]}, "path": {"4-165, T:0-1": [[396, 274], [428, 274], [428, 297], [396, 297]]}, "center": {"4-165, T:0-1": [412, 286]}}, -{"id": "000269", "name": "Average Greek vs. Turk Debate", "description": "\"Average Greek vs. Turk Debate\" is a popular meme video in Greece and Turkey, created by wow_mao. It's about the most peaceful and chad debate in the Balkans ever. This image features the thumbnail of the video, with the flags of Greece and Turkey along with gigachads from each country.", "links": {"website": ["https://www.youtube.com/watch?v=HfFx5UvzSxc"], "subreddit": ["Wow_Mao", "2balkan4you"]}, "path": {"58-165, T:0-1": [[1200, 700], [1200, 773], [1329, 773], [1329, 700]]}, "center": {"58-165, T:0-1": [1265, 737]}}, -{"id": "000270", "name": "Terraria Calamity Mod", "description": "The Terraria Calamity Mod logo (1.5 update), for the largest ever Terraria mod.", "links": {"subreddit": ["CalamityMod"], "discord": ["calamity"]}, "path": {"109-165, T:0-1": [[853, 1453], [880, 1453], [880, 1480], [853, 1480]]}, "center": {"109-165, T:0-1": [867, 1467]}}, -{"id": "000271", "name": "Gondola", "description": "A mutation of the Spurdo Spärde meme. He peacefully observes. Placed by pxls.space.", "links": {"website": ["https://pxls.space/"]}, "path": {"109-166, T:0-1": [[736, 1692], [743, 1694], [750, 1699], [755, 1705], [756, 1708], [757, 1713], [754, 1723], [749, 1729], [745, 1732], [737, 1733], [737, 1736], [742, 1735], [750, 1731], [758, 1724], [760, 1715], [760, 1707], [758, 1701], [753, 1695], [744, 1691], [740, 1691], [739, 1685], [732, 1685], [730, 1692], [725, 1695], [719, 1701], [716, 1704], [716, 1710], [716, 1721], [719, 1727], [729, 1734], [736, 1735], [736, 1733], [731, 1733], [723, 1728], [718, 1721], [716, 1715], [717, 1707], [721, 1700], [728, 1695], [737, 1693]]}, "center": {"109-166, T:0-1": [742, 1708]}}, -{"id": "000272", "name": "lgwMlem", "description": "A Twitch emote from streamer DumbDog. Mlem.", "links": {"website": ["https://www.twitch.tv/dumbdog"]}, "path": {"109-166, T:0-1": [[1838, 1383], [1838, 1423], [1873, 1423], [1873, 1383]]}, "center": {"109-166, T:0-1": [1856, 1403]}}, -{"id": "000274", "name": "Starship", "description": "Starship is an upcoming super heavy launch vehicle developed by SpaceX. It is planned to support crewed missions to the Moon and Mars.", "links": {"website": ["https://en.wikipedia.org/wiki/SpaceX_Starship"], "subreddit": ["spacexplace"]}, "path": {"16-165, T:0-1": [[819, 607], [812, 615], [812, 620], [815, 620], [815, 626], [812, 631], [812, 637], [813, 640], [815, 640], [815, 651], [819, 659], [819, 661], [816, 661], [816, 677], [811, 682], [811, 684], [828, 684], [828, 681], [824, 677], [824, 640], [825, 640], [827, 637], [827, 631], [824, 626], [824, 620], [827, 620], [827, 615], [820, 607]]}, "center": {"16-165, T:0-1": [819, 634]}}, -{"id": "000279", "name": "lgwWoof", "description": "Twitch emote from streamer DumbDog. A barking dog, woof.", "links": {"website": ["https://www.twitch.tv/dumbdog"]}, "path": {"109-165, T:0-1": [[1803, 1383], [1803, 1418], [1805, 1416], [1806, 1416], [1808, 1418], [1808, 1421], [1806, 1423], [1838, 1423], [1838, 1383]]}, "center": {"109-165, T:0-1": [1821, 1403]}}, -{"id": "000280", "name": "Flag of Madagascar", "description": "Madagascar is an island nation east of mainland Africa. It is famous for its endemic lemurs.", "links": {"website": ["https://en.wikipedia.org/wiki/Madagascar", "https://en.wikipedia.org/wiki/Flag_of_Madagascar"]}, "path": {"150": [[765, 1068], [765, 1073], [771, 1073], [771, 1072], [770, 1071], [770, 1068]], "128-138": [[893, 1184], [893, 1191], [900, 1191], [900, 1187], [899, 1186], [899, 1184]], "151-165, T:0-1": [[773, 1068], [781, 1068], [781, 1073], [773, 1073]]}, "center": {"150": [768, 1071], "128-138": [896, 1188], "151-165, T:0-1": [777, 1071]}}, -{"id": "000285", "name": "Flag of Zimbabwe", "description": "Zimbabwe is a country in southern Africa.\n\nThis is one of two Zimbabwean flags on r/place, the other being to the north in the Green Lattice.", "links": {"website": ["https://en.wikipedia.org/wiki/Zimbabwe", "https://en.wikipedia.org/wiki/Flag_of_Zimbabwe"], "subreddit": ["Zimbabwe"]}, "path": {"151-165, T:0-1": [[765, 1067], [773, 1067], [773, 1073], [765, 1073]]}, "center": {"151-165, T:0-1": [769, 1070]}}, -{"id": "000286", "name": "r/spacexplace", "description": "r/spacexplace is a subreddit that focused on drawing space exploration organizations on r/place. This art depicts the logos three leading space agencies (NASA, SpaceX, Rocket Lab) along with Earth.", "links": {"subreddit": ["spacexplace"]}, "path": {"49-166, T:0-1": [[755, 580], [755, 596], [851, 596], [851, 580]]}, "center": {"49-166, T:0-1": [803, 588]}}, -{"id": "000288", "name": "Gensokyo Radio", "description": "Gensokyo Radio's icon, featuring a torii gate. They stream Touhou music.", "links": {"website": ["https://gensokyoradio.net/"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1649, 1513], [1650, 1513], [1650, 1512], [1658, 1512], [1658, 1513], [1659, 1513], [1659, 1521], [1658, 1521], [1658, 1522], [1650, 1522], [1650, 1521], [1649, 1521]]}, "center": {"109-166, T:0-1": [1654, 1517]}}, -{"id": "000291", "name": "Girls' Last Tour", "description": "Girls' Last Tour is a Japanese manga illustrated by Tsukumizu. The manga features protagonists Chito and Yuuri as they travel through a post-apocalyptic world in their Kettenkrad. At some point they find Nuko, an animal that resembles a cat. This artwork shows Yuuri, Nuko and Chito on their Kettenkrad.", "links": {"website": ["https://en.wikipedia.org/wiki/Girls%27_Last_Tour"], "subreddit": ["GirlsLastTour"]}, "path": {"125-160, T:0-1": [[1334, 1170], [1353, 1170], [1352, 1169], [1353, 1169], [1353, 1168], [1354, 1168], [1354, 1167], [1354, 1166], [1353, 1166], [1353, 1165], [1353, 1164], [1353, 1163], [1352, 1163], [1352, 1162], [1351, 1162], [1351, 1161], [1352, 1161], [1352, 1160], [1353, 1160], [1353, 1159], [1353, 1156], [1353, 1157], [1353, 1158], [1353, 1159], [1353, 1156], [1353, 1155], [1352, 1155], [1352, 1154], [1351, 1154], [1350, 1154], [1350, 1153], [1349, 1153], [1348, 1153], [1347, 1153], [1346, 1153], [1345, 1153], [1344, 1153], [1344, 1154], [1343, 1153], [1342, 1153], [1340, 1153], [1339, 1153], [1338, 1153], [1337, 1153], [1336, 1153], [1335, 1153], [1335, 1154], [1334, 1154], [1334, 1155], [1334, 1156], [1333, 1156], [1333, 1157], [1332, 1157], [1332, 1158], [1332, 1159], [1332, 1160], [1332, 1161], [1333, 1161], [1333, 1162], [1333, 1163], [1333, 1164], [1332, 1164], [1332, 1165], [1332, 1166], [1333, 1166], [1332, 1167], [1332, 1168], [1332, 1169], [1333, 1169], [1333, 1170]]}, "center": {"125-160, T:0-1": [1341, 1162]}}, -{"id": "000292", "name": "Juggernaut", "description": "Juggernaut is a melee-classed hero from the massively online battle arena (MOBA) game Dota 2. This art depicts Juggernaut's mask.", "links": {"website": ["https://www.dota2.com/hero/juggernaut", "https://dota2.fandom.com/wiki/Juggernaut"], "subreddit": ["DotA2"]}, "path": {"33-165, T:0-1": [[6, 177], [22, 177], [22, 183], [23, 183], [27, 187], [27, 188], [28, 189], [28, 190], [25, 193], [23, 191], [22, 192], [22, 196], [16, 202], [12, 202], [6, 196], [6, 192], [5, 191], [3, 193], [0, 190], [0, 189], [1, 188], [1, 187], [2, 186], [3, 185], [3, 184], [4, 183]]}, "center": {"33-165, T:0-1": [13, 187]}}, -{"id": "000293", "name": "Flag of Ghana", "description": "Ghana is a West African nation with a population of 31 million. Previously on the Nigerian flag to the south, it was moved here after being removed due to their inability to find a space for a larger flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghana", "https://en.wikipedia.org/wiki/Flag_of_Ghana"]}, "path": {"121-141": [[792, 1089], [792, 1095], [796, 1095], [796, 1089]], "158-165, T:0-1": [[758, 1067], [765, 1067], [765, 1073], [758, 1073]]}, "center": {"121-141": [794, 1092], "158-165, T:0-1": [762, 1070]}}, -{"id": "000294", "name": "Doki Doki Literature Club!", "description": "Doki Doki Literature Club! is a 2017 Japanese freeware romance visual novel developed by American independent game studio Team Salvato for Microsoft Windows, macOS, and Linux. You play as a high school student who must woo the girls of the literature club... through poetry! While the game starts out innocuous, it eventually turns into a psychological horror.\n\nThis art depicts the four main girls from the novel: Sayori, Natsuki, Yuri, and Monika. It was allied with Katawa Shoujo above.", "links": {"website": ["https://ddlc.moe/", "https://en.wikipedia.org/wiki/Doki_Doki_Literature_Club!"], "subreddit": ["DDLC"]}, "path": {"110-165, T:0-1": [[1550, 1184], [1550, 1200], [1600, 1200], [1600, 1184]]}, "center": {"110-165, T:0-1": [1575, 1192]}}, -{"id": "000295", "name": "r/spaceXPlace and affiliates mural", "description": "SpaceX and related interests. Features Starship S20, Starman / Roadster, The Hubble Space Telescope, Starhopper, and the logos for Tesla and LabPadre. Also features shoutouts to RGV Aerial Photography, Tim Dodd (The Everyday Astronaut), NasaSpaceflightLive, and Kerbal Space Program", "links": {"subreddit": ["SpaceXPlace"]}, "path": {"109-165, T:0-1": [[941, 1638], [941, 1631], [900, 1631], [905, 1620], [930, 1620], [930, 1610], [916, 1610], [916, 1606], [933, 1599], [934, 1592], [943, 1591], [949, 1585], [949, 1556], [954, 1551], [955, 1543], [952, 1535], [936, 1528], [935, 1524], [931, 1524], [930, 1528], [926, 1529], [919, 1522], [915, 1519], [901, 1519], [902, 1524], [894, 1522], [882, 1539], [881, 1546], [887, 1547], [887, 1580], [845, 1580], [846, 1612], [890, 1611], [894, 1637]]}, "center": {"109-165, T:0-1": [906, 1576]}}, -{"id": "000297", "name": "Kirby", "description": "Kirby is the titular protagonist of the Kirby video game series, developed by HAL Laboratory and published by Nintendo. This art features Kirby flying in the clouds with a night sky backdrop.\n\nA picture of Kirby was originally built here by Russian streamer Bratishkinoff. YouTube streamer Ludwig Ahgren used his chat to overtake Bratishkinoff's Kirby and build his own Kirby art, dividing his chat into nine teams to draw the piece quickly and efficiently. The art was overall loved by all communities (including Bratishkinoff) and saw minimal sabotage throughout the rest of r/place.\n\nIn a small but nevertheless amusing struggle, many attempted to give Kirby goofy-looking \"teeth\" right up to the very end.", "links": {"website": ["https://kirby.nintendo.com/", "https://en.wikipedia.org/wiki/Kirby_(character)", "https://www.youtube.com/c/Ludwigahgren"], "subreddit": ["LudwigAhgren"]}, "path": {"103-108": [[1800, 539], [1800, 637], [1892, 637], [1892, 539]], "109-166, T:0-1": [[1800, 539], [1890, 539], [1890, 623], [1800, 623]]}, "center": {"103-108": [1846, 588], "109-166, T:0-1": [1845, 581]}}, -{"id": "000299", "name": "Marisad", "description": "Marisa Kirisame is a character from Touhou Project. In the fan-made anime Fantasy Kaleidoscope ~The Memories of Phantasm~, she is seen crying during one scene. Her funny expression quickly became a popular meme inside the Touhou fandom after being popularized by Touhou YouTuber Chiruno, and was dubbed \"Marisad\" (Marisa + sad). Additionally the emote of Marisa crying spread across many Touhou-related Discord servers, further adding to its popularity.", "links": {"website": ["https://en.touhouwiki.net/wiki/Marisa_Kirisame"], "subreddit": ["Marisad", "touhou"], "discord": ["UVkWNdhQ"]}, "path": {"118-123": [[1869, 929], [1869, 950], [1871, 950], [1871, 954], [1894, 954], [1894, 929]], "125-166, T:0-1": [[1784, 868], [1784, 889], [1787, 889], [1789, 891], [1789, 895], [1798, 895], [1800, 897], [1802, 895], [1810, 895], [1810, 868]]}, "center": {"118-123": [1882, 942], "125-166, T:0-1": [1797, 881]}}, -{"id": "000300", "name": "New Zealand", "description": "New Zealand, known as Aotearoa in the indigineous Māori language, is a country in Oceania. This art features icons of New Zealand, including the Laser Kiwi, kākāpō, Goodnight Kiwi, Tino Rangatiratanga, kiwifruit, flanders (Anzac) poppies, and a map of New Zealand.\n\nThis art was made by r/newzealand and allied with the Seattle Seahawks and Thailand.", "links": {"website": ["https://en.wikipedia.org/wiki/New_Zealand"], "subreddit": ["newzealand"]}, "path": {"76-81": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1514, 731], [1514, 747], [1547, 747], [1552, 752], [1552, 767], [1577, 767], [1577, 729], [1554, 729], [1554, 714], [1554, 709]], "61-75": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1515, 731], [1515, 747], [1552, 747], [1552, 709]], "31-48": [[666, 943], [666, 984], [686, 984], [686, 1000], [695, 1000], [695, 984], [710, 984], [710, 957], [682, 957], [682, 943]], "21-30": [[666, 943], [666, 984], [710, 984], [710, 957], [681, 957], [681, 943]], "82-165, T:0-1": [[1514, 731], [1514, 747], [1550, 747], [1550, 768], [1579, 768], [1579, 760], [1577, 760], [1577, 728], [1554, 728], [1554, 714], [1557, 711], [1563, 711], [1563, 706], [1562, 706], [1562, 689], [1515, 689], [1515, 711], [1539, 711], [1539, 728], [1514, 728]]}, "center": {"76-81": [1563, 743], "61-75": [1542, 737], "31-48": [690, 971], "21-30": [696, 970], "82-165, T:0-1": [1563, 742]}}, -{"id": "000305", "name": "Zero", "description": "The main character of the indie game \"Katana ZERO\", a stylish neo-noir, action-platformer.", "links": {"website": ["https://katanazero.com/", "https://store.steampowered.com/app/460950/Katana_ZERO/", "https://katana-zero.fandom.com/wiki/Katana_Zero_Wiki"], "subreddit": ["KatanaZero"], "discord": ["katanazero"]}, "path": {"109-166, T:0-1": [[1136, 1857], [1164, 1857], [1164, 1871], [1166, 1871], [1166, 1885], [1166, 1883], [1165, 1883], [1163, 1881], [1159, 1885], [1159, 1890], [1159, 1893], [1136, 1893]]}, "center": {"109-166, T:0-1": [1150, 1874]}}, -{"id": "000306", "name": "The Stormlight Archive/Malazan", "description": "The Stormlight Archive and Malazan are both fantasy book series. The two communities worked together, becoming what is now the Science Fiction-Fantasy Alliance\n\nIn the middle of this art is a piece combining symbols from both The Stormlight Archive and Malazan. Around the symbol are elements from both series. From The Stormlight Archive, the sword at the top is Nightblood from Warbreaker and the top two characters are Shallan (left) and Kaladin (right), accompanied by their respective sprens, Pattern and Sylphrena. From Malazan, the main character Anomander Rake is pictured.", "links": {"website": ["https://www.brandonsanderson.com/the-stormlight-archive-series/", "https://en.wikipedia.org/wiki/Malazan_Book_of_the_Fallen"], "subreddit": ["Stormlight_Archive", "Malazan", "Cosmere", "SFFA"]}, "path": {"58-78, 81-87": [[1829, 879], [1829, 950], [1869, 950], [1869, 879]], "88-166, T:0-1": [[1829, 869], [1829, 950], [1869, 950], [1869, 869]]}, "center": {"58-78, 81-87": [1849, 915], "88-166, T:0-1": [1849, 910]}}, -{"id": "000308", "name": "Koishi Komeiji", "description": "She is a satori, a mind reading yokai from Touhou Project. She also loves her hat.", "links": {"website": ["https://en.touhouwiki.net/wiki/Koishi_Komeiji"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1621, 1484], [1621, 1517], [1654, 1517], [1654, 1484]]}, "center": {"109-166, T:0-1": [1638, 1501]}}, -{"id": "000310", "name": "The Last Dance", "description": "A picture of Lionel Messi and Cristiano Ronaldo in representation of the brotherhood between Portuguese and Argentinian communities.", "links": {"website": ["https://en.wikipedia.org/wiki/Messi%E2%80%93Ronaldo_rivalry"], "subreddit": ["portugal", "PORTUGALCARALHO", "argentina", "ArgPixelArt", "Republica_Argentina"]}, "path": {"109-165, T:0-1": [[1532, 1831], [1536, 1831], [1534, 1824], [1537, 1821], [1543, 1823], [1542, 1831], [1548, 1835], [1555, 1845], [1559, 1857], [1558, 1869], [1554, 1871], [1551, 1868], [1552, 1860], [1551, 1854], [1549, 1857], [1550, 1874], [1550, 1884], [1548, 1891], [1547, 1904], [1546, 1909], [1541, 1911], [1533, 1910], [1520, 1912], [1514, 1912], [1512, 1901], [1510, 1884], [1511, 1871], [1511, 1868], [1505, 1863], [1503, 1856], [1504, 1850], [1510, 1839], [1515, 1836], [1520, 1830], [1522, 1827], [1528, 1825], [1531, 1830]]}, "center": {"109-165, T:0-1": [1531, 1868]}}, -{"id": "000311", "name": "Flag of Lebanon", "description": "The Republic of Lebanon (Arabic: لبنان) is a small country (10,452km² in area) with 3.7 million inhabitants. It is located in the Middle East region, and its capital being Beirut. It has a long coastline on the eastern shore of the Mediterranean Sea, sharing a long land border with its much larger neighbour Syria to the north and east, and a much shorter (and conflict-ridden) border with Israel to the south.", "links": {"website": ["https://en.wikipedia.org/wiki/Lebanon", "https://en.wikipedia.org/wiki/Flag_of_Lebanon"], "subreddit": ["lebanon"]}, "path": {"3-12": [[0, 430], [19, 430], [19, 452], [0, 452]], "13-43": [[0, 429], [32, 429], [32, 452], [0, 452]], "132-161, 44-122, T:0-1": [[0, 428], [36, 428], [36, 464], [0, 464]]}, "center": {"3-12": [10, 441], "13-43": [16, 441], "132-161, 44-122, T:0-1": [18, 446]}}, -{"id": "000312", "name": "Flag of Namibia", "description": "Namibia is a largely desert nation to South Africa's north.", "links": {"website": ["https://en.wikipedia.org/wiki/Namibia", "https://en.wikipedia.org/wiki/Flag_of_Namibia"]}, "path": {"149": [[727, 1068], [727, 1073], [734, 1073], [734, 1068]], "150-165, T:0-1": [[750, 1067], [758, 1067], [758, 1073], [750, 1073]]}, "center": {"149": [731, 1071], "150-165, T:0-1": [754, 1070]}}, -{"id": "000315", "name": "Flag of Botswana", "description": "Botswana is a Southern African nation. It is bordered by Namibia, Zambia, Zimbabwe, and South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Botswana", "https://en.wikipedia.org/wiki/Flag_of_Botswana"], "subreddit": ["Botswana"]}, "path": {"150-165, T:0-1": [[743, 1067], [750, 1067], [750, 1073], [743, 1073]]}, "center": {"150-165, T:0-1": [747, 1070]}}, -{"id": "000317", "name": "Avali", "description": "A fictional species of feathered raptors created by RyuujinZERO and popularized by a mod for the game Starbound. The art is a sprite from the mod.", "links": {"website": ["https://community.playstarbound.com/resources/avali-triage.2852/triage.2852/"], "subreddit": ["avali"]}, "path": {"109-166, T:0-1": [[1477, 1260], [1477, 1302], [1446, 1302], [1446, 1260]]}, "center": {"109-166, T:0-1": [1462, 1281]}}, -{"id": "000318", "name": "2014 FIFA World Cup", "description": "A representation of the trophy from the 2014 FIFA World Cup hosted in Brazil. It was built by Brazil in collaboration with Argentina, respectively the 4th and 2nd placed countries in the event. Later an alliance was made, ironically and poetically, with Germany (the winner of the event) to give the trophy a better design and help protect it from griefing, as people constantly tried to write \"7-1\" in it (explained below) or turn it into a phallic object.\n\nThe most infamous game was the semifinal between Brazil and Germany. The Brazil vs. Germany football match that took place on 8 July 2014 at the Estádio Mineirão in Belo Horizonte was the first of two semifinal matches of the 2014 FIFA World Cup.\n\nBoth Brazil and Germany reached the semifinals with an undefeated record in the competition, with the Brazilians' quarterfinal with Colombia causing them to lose forward Neymar to injury, and defender and captain Thiago Silva to accumulation of yellow cards. Despite the absence of these players, a close match was expected, given both teams were traditional FIFA World Cup forces, sharing eight tournaments won and having previously met in the 2002 FIFA World Cup Final, where Brazil won 2-0 and earned their fifth title. This match, however, ended in a shocking loss for Brazil; Germany led 5-0 at half time, with four goals scored within six minutes, and subsequently brought the score up to 7-0 in the second half. Brazil scored a consolation goal in the last minute, ending the match 7-1. Germany's Toni Kroos was selected as the man of the match.\n\nThe game marked several tournament records. Germany's win marked the largest margin of victory in a FIFA World Cup semifinal. The game saw Germany overtake Brazil as the highest scoring team in World Cup tournament history and become the first team to reach eight World Cup Finals. Miroslav Klose scored his 16th career World Cup goal and surpassed Brazil's own Ronaldo as the tournament's all-time record goalscorer. Brazil's loss broke their 62-match unbeaten streak at home in competitive matches, going back to the 1975 Copa América (where they lost 3-1 to Peru in the same stadium), and equalled their biggest margin of defeat in a match alongside a 6-0 loss to Uruguay in 1920. Ultimately, the match was described as a national humiliation.\n\nThe game has subsequently been dubbed the Mineirazo (Mineiraço [minejˈɾasu], Agony of Mineirão), evoking a previous \"spirit of national shame\" known as the Maracanazo (Maracanaço) in which Brazil unexpectedly lost the 1950 FIFA World Cup on home soil to Uruguay. Brazil subsequently lost 3-0 to the Netherlands in the third-place play-off. Germany went on to win the World Cup for the fourth time, defeating Argentina in the final.", "links": {"website": ["https://en.wikipedia.org/wiki/2014_FIFA_World_Cup"], "subreddit": ["brasil", "argentina", "Republica_Argentina", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"62-164, T:0-1": [[1023, 634], [1029, 639], [1039, 638], [1043, 633], [1040, 628], [1039, 619], [1040, 612], [1043, 606], [1041, 597], [1036, 590], [1030, 589], [1024, 593], [1022, 600], [1022, 607], [1024, 610], [1025, 614], [1028, 617], [1028, 624], [1025, 628], [1024, 634]]}, "center": {"62-164, T:0-1": [1032, 604]}}, -{"id": "000319", "name": "Flag of Lesotho", "description": "Lesotho is a landlocked enclave nation of South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesotho", "https://en.wikipedia.org/wiki/Flag_of_Lesotho"]}, "path": {"150-165, T:0-1": [[735, 1067], [743, 1067], [743, 1073], [735, 1073]]}, "center": {"150-165, T:0-1": [739, 1070]}}, -{"id": "000320", "name": "osu!hungary", "description": "The Hungarian osu! community. An insanely dedicated osu! group. With the help from the osu! Storyboarder Banquet community, and after the negotiations with the Star Wars community, our logo and our community efforts will live forever and ever.", "links": {"subreddit": ["osuplace", "osugame"], "discord": ["rFYD6Pq"]}, "path": {"109-166, T:0-1": [[713, 1657], [719, 1654], [726, 1658], [726, 1664], [713, 1664]]}, "center": {"109-166, T:0-1": [719, 1660]}}, -{"id": "000321", "name": "Serball", "description": "A parody of the character Serval from the anime Kemono Friends. She is a playable character in the Roblox game Become Fumo", "links": {"website": ["https://www.roblox.com/games/6238705697/Become-Fumo"]}, "path": {"109-166, T:0-1": [[607, 1569], [603, 1574], [604, 1581], [608, 1583], [617, 1583], [620, 1580], [620, 1578], [620, 1574], [620, 1572], [617, 1571], [611, 1569]]}, "center": {"109-166, T:0-1": [612, 1576]}}, -{"id": "000323", "name": "Hat Mouse", "description": "Hat Mouse is a mouse who sells hats in the game Stardew Valley. Hat Mouse is located in the Abandoned House (known as Ruined House on the in-game map), and sells hats that correspond with the achievements the player has unlocked.\n\n\"Hi. Me sell hats. Okay, poke? Come to old old old haus, poke. Bring coines.\" - Hat Mouse", "links": {"website": ["https://stardewvalleywiki.com/Abandoned_House"], "subreddit": ["StardewValley"], "discord": ["stardewvalley"]}, "path": {"56-122": [[1708, 964], [1708, 999], [1768, 999], [1768, 964]], "125-166, T:0-1": [[1708, 1008], [1768, 1008], [1768, 1043], [1708, 1043]]}, "center": {"56-122": [1738, 982], "125-166, T:0-1": [1738, 1026]}}, -{"id": "000325", "name": "Starman / Tesla Roadster", "description": "Elon Musk's Tesla Roaster and its sole passenger, Starman (not to scale). Currently orbiting the sun near the orbits of Earth and Mars.", "links": {"website": ["https://spacein3d.com/where-is-starman-live-tracker/"], "subreddit": ["spacexplace"]}, "path": {"109-166, T:0-1": [[908, 1608], [911, 1609], [932, 1599], [933, 1589], [930, 1587], [931, 1572], [929, 1560], [921, 1554], [912, 1554], [903, 1561], [904, 1584], [910, 1594], [910, 1604], [908, 1605], [905, 1605]]}, "center": {"109-166, T:0-1": [918, 1580]}}, -{"id": "000328", "name": "Capybara", "description": "The capybara (called \"carpincho\" in Argentina) is a symbolic animal in the region.", "links": {"website": ["https://en.wikipedia.org/wiki/Capybara"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"8-165, T:0-1": [[923, 662], [923, 665], [922, 666], [919, 666], [917, 668], [917, 669], [916, 669], [916, 674], [919, 677], [924, 677], [925, 676], [927, 676], [928, 677], [932, 677], [932, 671], [934, 671], [936, 669], [936, 665], [934, 663], [928, 663], [927, 662]]}, "center": {"8-165, T:0-1": [926, 670]}}, -{"id": "000330", "name": "Hubble Space Telescope", "description": "NASA's HST, launched in 1990 aboard the Space Shuttle Discovery.", "links": {"website": ["https://www.nasa.gov/mission_pages/hubble/main/index.html"], "subreddit": ["spaceXPlace"]}, "path": {"109-165, T:0-1": [[919, 1535], [918, 1534], [913, 1528], [913, 1526], [916, 1522], [919, 1522], [924, 1527], [925, 1529], [933, 1533], [931, 1528], [931, 1526], [934, 1525], [935, 1526], [935, 1533], [938, 1530], [953, 1537], [950, 1540], [954, 1543], [955, 1548], [952, 1552], [949, 1554], [946, 1554], [941, 1551], [936, 1555], [921, 1548], [926, 1543], [921, 1539], [920, 1534]]}, "center": {"109-165, T:0-1": [935, 1540]}}, -{"id": "000333", "name": "Sakuya Izayoi", "description": "The perfect and elegant maid from Touhou Project.", "links": {"website": ["https://en.touhouwiki.net/wiki/Sakuya_Izayoi"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1654, 1451], [1654, 1484], [1687, 1484], [1687, 1451]]}, "center": {"109-166, T:0-1": [1671, 1468]}}, -{"id": "000334", "name": "Battle for Dream Island", "description": "Battle for Dream Island (BFDI) is a YouTube web series where animated anthropomorphic objects compete in a elimination competition to win the titular luxury island, Dream Island. The series was created by Michael Huang and Cary Huang.\n\nThis art was made by the Battle for Dream Island r/place community, with the characters Firey, Donut, Four, X, Cloudy, and the announcers.", "links": {"website": ["https://bfdi.tv/", "https://www.youtube.com/watch?v=YQa2-DY7Y_Q&list=PL24C8378F296DB656&ab_channel=jacknjellify"], "subreddit": ["BattleForDreamIsland", "place_CentralAlliance"]}, "path": {"18-106": [[608, 865], [608, 886], [609, 886], [609, 894], [628, 894], [628, 886], [631, 886], [631, 865]], "111-166, T:0-1": [[481, 1062], [481, 1069], [480, 1070], [477, 1070], [477, 1092], [511, 1092], [511, 1062]]}, "center": {"18-106": [620, 890], "111-166, T:0-1": [494, 1087]}}, -{"id": "000336", "name": "r/duck_place", "description": "A chain of ducks holding hands, originally created by r/duck_place. r/croatia, r/serbia, and r/outerwilds helped out by adding hats and a marshmallow on a stick to sit on.", "links": {"website": ["https://en.wikipedia.org/wiki/Duck"], "subreddit": ["duck_place", "serbia", "croatia", "outerwilds", "place_CentralAlliance"]}, "path": {"20-35": [[255, 905], [255, 908], [254, 909], [254, 911], [255, 912], [255, 915], [339, 916], [339, 917], [401, 917], [401, 910], [303, 910], [303, 909], [301, 909], [301, 905]], "3-19": [[256, 907], [253, 910], [255, 912], [255, 913], [257, 915], [261, 916], [261, 922], [305, 922], [305, 917], [466, 917], [466, 915], [472, 915], [479, 911], [479, 908], [478, 908], [478, 905], [260, 905]], "36-166, T:0-1": [[293, 901], [293, 907], [291, 907], [292, 907], [292, 912], [293, 912], [293, 916], [294, 916], [294, 917], [295, 917], [295, 918], [296, 918], [297, 918], [297, 917], [368, 917], [368, 918], [368, 919], [389, 919], [389, 920], [394, 920], [394, 919], [395, 919], [395, 918], [396, 918], [396, 917], [404, 917], [404, 909], [400, 909], [400, 906], [393, 906], [393, 909], [389, 909], [389, 906], [382, 906], [382, 909], [378, 909], [378, 906], [371, 906], [371, 909], [367, 909], [367, 906], [361, 906], [360, 906], [360, 909], [357, 909], [357, 905], [353, 905], [353, 906], [352, 906], [352, 905], [348, 905], [348, 909], [346, 909], [346, 905], [343, 905], [342, 905], [342, 906], [341, 906], [341, 905], [338, 905], [337, 905], [337, 909], [335, 909], [335, 905], [331, 905], [331, 906], [330, 906], [330, 905], [327, 905], [326, 905], [326, 909], [324, 909], [324, 905], [321, 905], [320, 905], [320, 906], [319, 906], [319, 905], [315, 905], [315, 909], [313, 909], [313, 902], [309, 902], [309, 903], [308, 903], [308, 902], [304, 902], [304, 909], [302, 909], [302, 900], [293, 900]]}, "center": {"20-35": [282, 910], "3-19": [296, 914], "36-166, T:0-1": [374, 913]}}, -{"id": "000337", "name": "Flag of Argentina", "description": "Argentina, officially the Argentine Republic, is a country in the southern part of South America. This Argentinian flag has tango dancers, fernet con coca, mate, Obelisco, Mafalda, and San Martín crossing the Andes.\n\nThis flag was allied with Love Live!, Brazil, Uruguay, the Minnesota Vikings, and more. They successfully defended their art against large streamer raids.", "links": {"website": ["https://en.wikipedia.org/wiki/Argentina", "https://en.wikipedia.org/wiki/Flag_of_Argentina"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"1-54": [[905, 619], [905, 665], [999, 665], [999, 619]], "55-165, T:0-1": [[905, 619], [1290, 620], [1290, 664], [1260, 664], [1260, 654], [1246, 654], [1243, 657], [1243, 665], [905, 665]]}, "center": {"1-54": [952, 642], "55-165, T:0-1": [928, 642]}}, -{"id": "000340", "name": "Etika", "description": "A memorial dedicated to the iconic YouTube streamer Desmond Daniel Amofah, more commonly known as Etika. This art features 2 Joy-Cons, a Minecraft heart, a Smash Ball, a Subway sandwich, his iconic 'E' logo, and his saying FRFX meaning \"for real facts\". Etika's Sponsor Discord worked together to gather as many Joy-Con Boyz as possible to work on both Etika memorials.", "links": {"website": ["http://etikaworldnetwork.com/", "https://en.wikipedia.org/wiki/Etika"], "subreddit": ["EtikaRedditNetwork"], "discord": ["VHzRpZ3327"]}, "path": {"78-103": [[1579, 165], [1579, 176], [1660, 176], [1660, 147], [1615, 147], [1615, 165]], "56-77": [[1615, 147], [1615, 176], [1660, 176], [1660, 147]], "104-166, T:0-1": [[1578, 165], [1616, 165], [1616, 148], [1617, 147], [1659, 147], [1659, 176], [1588, 174], [1578, 174], [1569, 177], [1568, 165]]}, "center": {"78-103": [1630, 162], "56-77": [1638, 162], "104-166, T:0-1": [1627, 154]}}, -{"id": "000342", "name": "Flag of Azerbaijan", "description": "Azerbaijan is a country in the Caucasus region of Eastern Europe and Western Asia.\n\nThis flag was originally a little bit more left, but its moon and star have been moved to the middle.\n\nAzerbaijan and Hungary squabbled initially in multiple border conflicts. Despite the prickly start (e.g., Azerbaijan's war with r/furry_irl), Azerbaijan and Hungary became valued allies to their local group. Both territories were lost due to the expansion of the Nordic territories, and the flag moved to its current location.", "links": {"website": ["https://en.wikipedia.org/wiki/Azerbaijan", "https://en.wikipedia.org/wiki/Flag_of_Azerbaijan"], "subreddit": ["placeazerbaijan", "azerbaijan"]}, "path": {"96-97": [[1008, 166], [1008, 197], [1072, 197], [1072, 166]], "89-93": [[852, 166], [852, 197], [1065, 197], [1065, 166], [893, 166], [893, 67], [799, 67], [799, 89], [893, 89], [893, 166]], "94-95": [[852, 166], [852, 197], [1072, 197], [1072, 166]], "80-88": [[799, 67], [799, 89], [893, 89], [893, 67]], "52-79": [[799, 69], [799, 89], [893, 89], [893, 69]], "39-51": [[800, 69], [800, 89], [929, 89], [929, 69]], "35-37": [[875, 69], [875, 76], [893, 76], [893, 69]], "3-4": [[968, 78], [968, 88], [977, 88], [977, 78]], "20-27": [[299, 299], [367, 299], [367, 318], [299, 318]], "7-19": [[333, 299], [367, 299], [367, 318], [333, 318]], "98-166, T:0-1": [[825, 166], [825, 198], [1072, 198], [1072, 166]]}, "center": {"96-97": [1040, 182], "89-93": [929, 182], "94-95": [962, 182], "80-88": [846, 78], "52-79": [846, 79], "39-51": [865, 79], "35-37": [884, 73], "3-4": [973, 83], "20-27": [333, 309], "7-19": [350, 309], "98-166, T:0-1": [949, 182]}}, -{"id": "000345", "name": "Obelisco de Buenos Aires", "description": "The Obelisco de Buenos Aires (Obelisk of Buenos Aires) is a national historic monument and icon of Buenos Aires, Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/Obelisco_de_Buenos_Aires"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"61-165, T:0-1": [[1126, 624], [1124, 627], [1124, 653], [1123, 653], [1123, 656], [1129, 656], [1129, 653], [1128, 653], [1128, 627]]}, "center": {"61-165, T:0-1": [1126, 641]}}, -{"id": "000347", "name": "Crossing of the Andes", "description": "The Crossing of the Andes (Spanish: Cruce de los Andes) was one of the most important feats in the Argentine and Chilean wars of independence, in which a combined army of Argentine soldiers and Chilean exiles invaded Chile, leading to Chile's liberation from Spanish rule. Crossing the Andes mountain range was a major step in the strategy devised by José de San Martín to defeat the royalist forces at their stronghold of Lima, Viceroyalty of Perú, and secure the Spanish-American independence movements.", "links": {"website": ["https://en.wikipedia.org/wiki/Crossing_of_the_Andes"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"72-148": [[1203, 640], [1200, 643], [1200, 650], [1199, 651], [1199, 653], [1197, 653], [1197, 657], [1200, 657], [1200, 660], [1201, 661], [1201, 665], [1243, 665], [1243, 657], [1240, 654], [1240, 652], [1246, 652], [1246, 654], [1260, 654], [1260, 664], [1290, 664], [1290, 645], [1287, 640], [1280, 635], [1274, 642], [1266, 634], [1264, 634], [1256, 642], [1253, 639], [1246, 647], [1245, 647], [1243, 645], [1238, 651], [1237, 651], [1234, 648], [1231, 651], [1230, 651], [1227, 648], [1225, 648], [1217, 656], [1213, 662], [1213, 658], [1211, 656], [1211, 649], [1213, 649], [1213, 647], [1211, 647], [1208, 644], [1207, 644], [1204, 647], [1204, 640]], "149-165, T:0-1": [[1201, 665], [1201, 658], [1197, 656], [1196, 655], [1196, 654], [1198, 654], [1198, 651], [1199, 650], [1199, 646], [1200, 646], [1200, 621], [1201, 621], [1203, 623], [1203, 647], [1205, 647], [1207, 645], [1212, 645], [1212, 656], [1213, 657], [1213, 659], [1214, 659], [1224, 649], [1224, 644], [1230, 644], [1230, 652], [1233, 649], [1233, 644], [1239, 644], [1239, 648], [1240, 648], [1242, 646], [1242, 641], [1248, 641], [1248, 644], [1252, 640], [1252, 635], [1258, 635], [1258, 640], [1264, 634], [1264, 630], [1270, 630], [1270, 638], [1272, 640], [1272, 635], [1278, 635], [1278, 638], [1280, 636], [1280, 631], [1286, 631], [1286, 635], [1289, 638], [1289, 639], [1287, 639], [1287, 645], [1290, 648], [1290, 664], [1260, 664], [1260, 654], [1246, 654], [1246, 652], [1240, 652], [1240, 654], [1243, 657], [1243, 665]]}, "center": {"72-148": [1278, 653], "149-165, T:0-1": [1276, 652]}}, -{"id": "000352", "name": "Kawashiro Nitori", "description": "Kawashiro Nitori is a character from the Touhou Project. She is one of the kappas, a tech-savvy group in Touhou.\n\nNitori was the first of the three Touhou artworks in this region to be constructed in this area, established on the first day of the event. She was later attacked by a streamers, and was redesigned into a leaning position to avoid further streamer attacks. This art was originally designed by BoopyLoops, and was redesigned by Roger 22 and Sakuya Izaoyi.", "links": {"website": ["https://en.touhouwiki.net/wiki/Nitori_Kawashiro"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"134-147, 28-114, T:0-1": [[477, 528], [473, 530], [470, 534], [469, 537], [469, 540], [471, 542], [471, 548], [473, 548], [473, 549], [475, 551], [476, 551], [476, 553], [485, 553], [485, 551], [486, 551], [488, 549], [488, 548], [490, 548], [490, 542], [492, 540], [492, 537], [491, 536], [491, 534], [489, 532], [489, 531], [487, 529], [484, 528]], "115-133, 148-157": [[477, 528], [473, 530], [470, 533], [470, 536], [469, 537], [469, 541], [492, 541], [492, 537], [490, 533], [488, 530], [485, 528]], "158-166": [[474, 528], [470, 533], [469, 536], [469, 538], [471, 541], [501, 541], [501, 540], [499, 538], [499, 536], [497, 534], [494, 534], [493, 533], [490, 533], [488, 529], [487, 528], [485, 528], [484, 527], [477, 527], [476, 528]]}, "center": {"134-147, 28-114, T:0-1": [480, 538], "115-133, 148-157": [481, 535], "158-166": [482, 534]}}, -{"id": "000354", "name": "Nordic Union", "description": "A collection of countries in northern Europe, including Denmark, Finland, Iceland, Norway, and Sweden.", "links": {"website": ["https://en.wikipedia.org/wiki/Nordic_countries"], "subreddit": ["place_nordicunion", "AlandIslands", "Denmark", "FaroeIslands", "Greenland", "Iceland", "Norge", "SaamiPeople", "Suomi", "sweden"]}, "path": {"109-146": [[215, 35], [215, 93], [186, 93], [186, 97], [207, 97], [207, 100], [235, 100], [235, 125], [267, 125], [267, 128], [271, 128], [271, 131], [273, 131], [273, 134], [276, 134], [276, 158], [337, 158], [337, 171], [433, 171], [433, 298], [555, 298], [555, 285], [594, 285], [594, 202], [634, 202], [634, 106], [799, 106], [799, 89], [893, 89], [893, 70], [885, 70], [885, 68], [840, 68], [840, 70], [707, 70], [707, 35]], "94-108": [[180, 93], [180, 96], [207, 96], [207, 100], [234, 100], [234, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [276, 134], [276, 158], [337, 158], [337, 160], [431, 160], [431, 179], [439, 179], [439, 193], [433, 193], [433, 298], [555, 298], [555, 285], [594, 285], [594, 202], [634, 202], [634, 106], [799, 106], [799, 89], [893, 89], [893, 69], [840, 69], [840, 70], [707, 70], [707, 35], [215, 35], [215, 93]], "61-93": [[215, 35], [215, 96], [231, 96], [231, 101], [258, 101], [258, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [333, 133], [333, 136], [337, 136], [339, 138], [339, 152], [340, 152], [340, 160], [431, 160], [431, 179], [439, 179], [439, 192], [433, 192], [433, 298], [536, 298], [536, 202], [634, 202], [634, 106], [799, 106], [799, 67], [842, 67], [842, 35], [791, 36], [791, 70], [707, 70], [707, 71], [656, 71], [656, 35]], "1-60": [[297, 35], [297, 45], [301, 45], [301, 84], [245, 84], [245, 104], [265, 104], [265, 108], [274, 116], [291, 116], [291, 134], [290, 134], [290, 156], [293, 156], [293, 159], [337, 159], [337, 160], [372, 160], [372, 162], [634, 162], [634, 106], [781, 106], [781, 94], [785, 94], [785, 85], [790, 85], [790, 70], [602, 70], [602, 35]], "147-166, T:0-1": [[187, 93], [187, 97], [207, 97], [207, 100], [235, 100], [235, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [276, 134], [276, 158], [340, 158], [340, 171], [433, 171], [433, 298], [540, 298], [541, 297], [541, 290], [542, 289], [554, 289], [555, 288], [555, 285], [594, 285], [594, 202], [634, 202], [634, 189], [635, 189], [635, 186], [634, 186], [634, 185], [636, 182], [636, 179], [634, 179], [634, 138], [799, 138], [799, 89], [893, 89], [893, 69], [886, 69], [886, 67], [840, 67], [840, 70], [707, 70], [707, 35], [538, 35], [538, 33], [536, 31], [534, 31], [532, 33], [530, 31], [528, 31], [526, 33], [526, 35], [501, 35], [501, 33], [499, 31], [497, 31], [496, 32], [495, 32], [494, 31], [492, 31], [490, 33], [490, 35], [363, 35], [359, 39], [355, 35], [296, 35], [294, 33], [254, 33], [252, 35], [215, 35], [215, 93]]}, "center": {"109-146": [524, 133], "94-108": [525, 133], "61-93": [508, 121], "1-60": [518, 99], "147-166, T:0-1": [524, 133]}}, -{"id": "000359", "name": "Mafalda", "description": "Mafalda is an Argentinian comic strip written and drawn by cartoonist Quino. It has been translated into 20 languages.", "links": {"website": ["https://en.wikipedia.org/wiki/Mafalda"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"67-164, T:0-1": [[1174, 665], [1174, 659], [1169, 657], [1168, 656], [1168, 647], [1167, 646], [1167, 642], [1170, 637], [1171, 636], [1172, 636], [1172, 632], [1186, 632], [1186, 636], [1187, 636], [1191, 641], [1191, 656], [1189, 658], [1186, 659], [1186, 665]]}, "center": {"67-164, T:0-1": [1180, 648]}}, -{"id": "000361", "name": "Overly Sarcastic Productions", "description": "An edutainment YouTube channel based around discussing literature, mythology, and history with sarcasm and attitude. Blue managed to recover from being nuked by Dr. Pepper before r/place's final moments.", "links": {"website": ["https://www.youtube.com/c/OverlySarcasticProductionsChannel"], "subreddit": ["osp"]}, "path": {"109-166, T:0-1": [[1703, 1648], [1714, 1648], [1714, 1625], [1705, 1625], [1705, 1622], [1700, 1622], [1697, 1624], [1693, 1624], [1691, 1628], [1702, 1638]]}, "center": {"109-166, T:0-1": [1705, 1634]}}, -{"id": "000365", "name": "The untitled Teddy and Ben show", "description": "The untitled Teddy and Ben show is the final web series by wavetro, a former YouTuber who created original 3D animated web series. The pictured characters are Teddy and Ben, the show's main characters. The series was cut short when wavetro left his YouTube career to pursue new interests.", "links": {"website": ["https://www.youtube.com/watch?v=MSOEsx8DbkQ", "https://wavetro.net/"], "subreddit": ["wavetro"]}, "path": {"115-165, T:0-1": [[1049, 400], [1049, 409], [1052, 409], [1052, 411], [1055, 414], [1060, 414], [1063, 411], [1063, 402], [1061, 400]]}, "center": {"115-165, T:0-1": [1057, 406]}}, -{"id": "000366", "name": "Shade", "description": "Shade, the main character from the game The Longing, is hiding behind Cookie Clicker, a game that the devs of The Longing were inspired by. The Longing is an unusual mix of a point-and-click adventure and an idle game. The player controls a Shade, who is told to keep watch of a sleeping King for 400 days until he awakens. The catch: these 400 days start to count down in real-time.", "links": {"website": ["http://www.399d-23h-59m-59s.com/"], "subreddit": ["TheLonging"]}, "path": {"91-166, T:0-1": [[1561, 179], [1558, 183], [1558, 191], [1561, 191], [1563, 193], [1567, 193], [1567, 186], [1568, 185], [1568, 179]]}, "center": {"91-166, T:0-1": [1563, 184]}}, -{"id": "000367", "name": "Rainbow Dash", "description": "Rainbow Dash is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She represents the element of loyalty, and is depicted here saluting to the future and the world.\n\nThis artwork was part of the first piece of art that the MLP fandom worked on at the start of r/place. However, after getting decapitated by the Ukraine flag numerous times and being raided by various Twitch streamers early on, the MLP fandom was forced to move and rework this artwork multiple times until it reached its final iteration as shown. This depiction of the element of loyalty and the caption below it now stand as a representation of the fandom's will to persevere despite the end of Friendship is Magic in 2019.", "links": {"website": ["https://mlp.fandom.com/wiki/Rainbow_Dash"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"82-84": [[1808, 450], [1795, 460], [1795, 465], [1788, 473], [1788, 474], [1803, 487], [1803, 496], [1850, 496], [1849, 488], [1842, 483], [1832, 483], [1825, 486], [1821, 486], [1827, 478], [1827, 452]], "111-165, T:0-1": [[925, 1830], [892, 1830], [892, 1885], [961, 1886], [961, 1830]]}, "center": {"82-84": [1810, 472], "111-165, T:0-1": [927, 1858]}}, -{"id": "000368", "name": "Touhou Project", "description": "The Touhou Project, commonly known as Touhou, is a bullet hell shoot 'em up video game series created by one-man independent Japanese doujin software developer Team Shanghai Alice. These three pixel arts are Nitori, Bad Apple, and Touhou's kanji logo 東方, and represent the Touhou r/place group's first major expansion.\n\nNitori was built first on top of the Rainbow Road, and eventually supplanted the latter with a black background to defend against the void that formed above this art piece. Then Bad Apple was built, and then the Touhou logo. The three art pieces faced multiple menaces as they were placed near the American flag, which was prone to being invaded. A casualty of these invasions was a drawing of the Touhou character Marisa/Marisad; this space was reclaimed by the flag, and eventually became a Minion in the final canvas. The purple void created by streamer xQc against the flag also grazed Touhou's position. This threat eventually subsided once the American flag was relocated due to constant griefing. Touhou was later raided by a Peruvian streamer multiple times on April 4, and was forced to cede a large chunk of area in the end with a redesign.", "links": {"website": ["https://en.wikipedia.org/wiki/Touhou_Project"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"39-45": [[468, 528], [468, 553], [505, 553], [505, 554], [510, 554], [510, 528]], "132-157, 46-114": [[480, 513], [480, 528], [468, 528], [468, 553], [511, 553], [511, 529], [527, 529], [527, 513]], "115-131, 158-166, T:0-1": [[468, 527], [468, 541], [511, 541], [511, 529], [527, 529], [527, 513], [480, 513], [480, 527]]}, "center": {"39-45": [489, 541], "132-157, 46-114": [495, 536], "115-131, 158-166, T:0-1": [497, 527]}}, -{"id": "000371", "name": "Institut National des Sciences Appliquées", "description": "Institut National des Sciences Appliquées (INSA) is the largest group of public engineering schools in France.\n\nThe letters on the right represent the location of its schools (with associated colors): L for Lyon, T for Toulouse, H for Hauts-de-France, C for Centre Val de Loire, orange R for Rennes, blue R for Rouen, and S for Strasbourg.", "links": {"website": ["https://www.groupe-insa.fr/", "https://en.wikipedia.org/wiki/Institut_national_des_sciences_appliqu%C3%A9es"], "subreddit": ["insa"]}, "path": {"143-150": [[0, 1068], [19, 1068], [19, 1076], [0, 1076]], "151-159": [[0, 1068], [25, 1068], [25, 1079], [0, 1079]], "160-165, T:0-1": [[0, 1068], [40, 1068], [40, 1079], [0, 1079]]}, "center": {"143-150": [10, 1072], "151-159": [13, 1074], "160-165, T:0-1": [20, 1074]}}, -{"id": "000376", "name": "Fluttershy", "description": "Fluttershy is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She is a timid and kind-hearted pegasus who cares for animals and her friends, and represents the element of kindness.\n\nThis art was added along the way while maintaining the larger Derpy Hooves art.", "links": {"website": ["https://mlp.fandom.com/wiki/Fluttershy"], "subreddit": ["mylittlepony", "MLP_Pixel"], "discord": ["manechat"]}, "path": {"53-57": [[668, 207], [666, 209], [666, 211], [661, 211], [658, 214], [658, 219], [669, 219], [672, 217], [675, 212], [675, 210], [672, 207]], "111, 135-165, T:0-1": [[1986, 357], [1983, 360], [1983, 362], [1984, 363], [1984, 364], [1986, 366], [1986, 367], [1987, 368], [1988, 368], [1989, 369], [1999, 369], [1999, 363], [1997, 361], [1994, 361], [1994, 363], [1992, 363], [1992, 357]]}, "center": {"53-57": [670, 211], "111, 135-165, T:0-1": [1988, 361]}}, -{"id": "000377", "name": "Bow", "description": "Bow is a character from the YouTube show Inanimate Insanity. She is pictured holding up the Earth drawn by r/BuildTheEarth.", "links": {"website": ["https://inanimateinsanity.fandom.com/wiki/Bow", "https://www.inanimateinsanity.com/"], "subreddit": ["inanimateinsanity"]}, "path": {"12-166, T:0-1": [[59, 631], [59, 643], [77, 643], [77, 631]]}, "center": {"12-166, T:0-1": [68, 637]}}, -{"id": "000378", "name": "Touhou 6: Embodiment of Scarlet Devil", "description": "The icon of Touhou 6: Embodiment of Scarlet Devil, depicting the character Kirisame Marisa. It was originally allocated a spot near the beginning of the start button beside the League of Legends logo, but the area was invaded by the League of Legends community, and after much fighting the Touhou r/place Discord made the decision to place it here.", "links": {"website": ["https://en.wikipedia.org/wiki/Embodiment_of_Scarlet_Devil"], "subreddit": ["touhou", "placestart"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1109, 1973], [1109, 1997], [1135, 1996], [1135, 1973]]}, "center": {"109-166, T:0-1": [1122, 1985]}}, -{"id": "000381", "name": "Starscape", "description": "Starscape is a game on the game platform Roblox.", "links": {"website": ["https://www.roblox.com/games/679715583/Starscape-Beta"], "subreddit": ["StarscapeRoblox"]}, "path": {"151-166, T:0-1": [[1632, 832], [1632, 842], [1692, 842], [1692, 832]]}, "center": {"151-166, T:0-1": [1662, 837]}}, -{"id": "000383", "name": "r/unixporn", "description": "r/unixporn is a subreddit focused on customization of Unix-based (*NIX) operating systems like Linux and macOS. Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make \"ricers\" (desktop customizers) happy. Maybe a server running on an Amiga computer, or a ThinkPad laptop signed by C++ creator Bjarne Stroustrup? Show the world how sexy your computer can be!", "links": {"website": ["https://unixporn.github.io/"], "subreddit": ["unixporn"]}, "path": {"114-144": [[9, 756], [9, 765], [20, 765], [20, 756]], "145-164, T:0-1": [[0, 756], [0, 765], [11, 765], [12, 766], [17, 766], [20, 763], [20, 758], [17, 755], [13, 755], [12, 756]]}, "center": {"114-144": [15, 761], "145-164, T:0-1": [14, 761]}}, -{"id": "000398", "name": "Flag of Costa Rica", "description": "Costa Rica is a small country in Central America known for its peaceful environment, biodiversity, and beautiful landscapes. The pictures in the banner feature a white-tailed fawn (a national symbol), the 1968 Arenal volcano eruption, a red-eyed tree frog, Lizano sauce, \"Pura Vida\" (popular greeting and slogan), a keel-billed toucan, a sloth, a hummingbird, and the national flower (Guaria Morada or country purple girl). The hearts were made to show Spanish YouTuber Ticos's support, with seven drawn to represent Costa Rica's seven provinces.", "links": {"website": ["https://en.wikipedia.org/wiki/Costa_Rica", "https://en.wikipedia.org/wiki/Flag_of_Costa_Rica"], "subreddit": ["costarica", "costa_rica", "Ticos"]}, "path": {"117-143": [[1246, 426], [1596, 427], [1596, 421], [1621, 421], [1621, 446], [1246, 446]], "79-96": [[1239, 427], [1481, 427], [1481, 416], [1495, 416], [1495, 427], [1597, 427], [1597, 446], [1239, 446]], "57-78": [[1403, 427], [1621, 427], [1621, 446], [1403, 446]], "109-116": [[1246, 426], [1416, 426], [1416, 414], [1424, 414], [1427, 418], [1427, 426], [1621, 427], [1621, 446], [1246, 446]], "144-166, 97-108, T:0-1": [[1246, 426], [1621, 427], [1621, 446], [1246, 446]]}, "center": {"117-143": [1609, 434], "79-96": [1488, 435], "57-78": [1512, 437], "109-116": [1422, 435], "144-166, 97-108, T:0-1": [1465, 436]}}, -{"id": "000399", "name": "Tumindig", "description": "Tumindig is a drawing of a fist raised upwards, and is a Filipino symbol of standing up against tyranny especially when the threat of dictatorship looms near the country. The original Tumindig artwork was created in 2021 by Filipino satirist and cartoonist Kevin Eric Raymundo, a.k.a. Tarantadong Kalbo. Raymundo created the artwork out of frustration at the government response to the COVID-19 pandemic. The word \"tumindig\" means \"standing up\", \"raise your voice\", or \"arise\" in the Filipino language.\n\nTumindig is also the mascot of r/Philippines, who placed this art. Rather than Tumindig's regular white color scheme, this artwork features Tumindig in the colors of the flag of the Philippines. Tumindig is wearing a salakót, a traditional Filipino hat. The pink background represents Leni Robredo, a presidential candidate for the Philippines in the election cycle that was ongoing during r/place 2022.", "links": {"website": ["https://en.wikipedia.org/wiki/Tumindig"], "subreddit": ["Philippines"]}, "path": {"60-86": [[1333, 599], [1333, 671], [1347, 671], [1347, 644], [1373, 644], [1373, 599]], "158-166, 87-145, T:0-1": [[1374, 599], [1333, 599], [1333, 648], [1374, 648]]}, "center": {"60-86": [1353, 619], "158-166, 87-145, T:0-1": [1354, 624]}}, -{"id": "000400", "name": "Chicago Bears", "description": "The Chicago Bears are an American football team based in Chicago, Illinois, United States. The team is one of the oldest teams currently in the NFL (National Football League).", "links": {"website": ["https://www.chicagobears.com/", "https://en.wikipedia.org/wiki/Chicago_Bears"], "subreddit": ["CHIBears"]}, "path": {"3-165, T:0-1": [[773, 548], [813, 548], [813, 581], [773, 581]]}, "center": {"3-165, T:0-1": [793, 565]}}, -{"id": "000407", "name": "Olive Higgins", "description": "The protagonist of the Purrfect Apawcalypse game series.", "links": {"website": ["https://purrfectapawcalypse.fandom.com/wiki/Olive_Higgins"]}, "path": {"146-165, T:0-1": [[488, 477], [485, 480], [485, 483], [487, 487], [490, 489], [493, 489], [496, 487], [498, 483], [498, 480], [495, 477]]}, "center": {"146-165, T:0-1": [492, 483]}}, -{"id": "000422", "name": "Flag of Nunavut", "description": "Nunavut is a territory of Canada.", "links": {"website": ["https://en.wikipedia.org/wiki/Nunavut", "https://en.wikipedia.org/wiki/Flag_of_Nunavut"], "subreddit": ["nunavut", "placecanada", "canada"]}, "path": {"157-160": [[193, 450], [193, 460], [209, 460], [209, 450]], "161-165, T:0-1": [[193, 462], [209, 462], [209, 452], [193, 452]]}, "center": {"157-160": [201, 455], "161-165, T:0-1": [201, 457]}}, -{"id": "000429", "name": "Ninji", "description": "Ninji is an enemy from the Mario franchise, appearing in the games Super Mario Bros. 2 (USA), Super Mario World, Super Mario Run, Super Mario Maker 2, and more. Super Mario Maker 2's v2.0.0 update added a Ninji Speedruns mode, where players complete to beat levels designed by Nintendo in the fastest time possible. In that mode, you can race against other players' times, with their ghosts appearing as Ninjis.", "links": {"website": ["https://www.mariowiki.com/Ninji"], "subreddit": ["MarioMaker2"], "discord": ["5ECWF94"]}, "path": {"89-165, T:0-1": [[1761, 138], [1761, 152], [1773, 152], [1773, 138]]}, "center": {"89-165, T:0-1": [1767, 145]}}, -{"id": "000430", "name": "Flag of Colorado", "description": "Colorado is a state in the United States.", "links": {"website": ["https://en.wikipedia.org/wiki/Colorado", "https://en.wikipedia.org/wiki/Flag_of_Colorado"], "subreddit": ["Colorado"]}, "path": {"6-165, T:0-1": [[0, 745], [20, 745], [20, 730], [0, 730]]}, "center": {"6-165, T:0-1": [10, 738]}}, -{"id": "000433", "name": "Flag of Denver", "description": "The flag of Denver, Colorado, United States.", "links": {"subreddit": ["denver"]}, "path": {"1-165, T:0-1": [[0, 756], [20, 756], [20, 745], [0, 745]]}, "center": {"1-165, T:0-1": [10, 751]}}, -{"id": "000448", "name": "Cuca from XTale (Undertale AU)", "description": "Cuca is a butterfly. Became a local character on Discord Server. XTale is a YT animation series by Jael Peñaloza", "links": {"website": ["https://www.youtube.com/c/JakeiHazen"], "subreddit": ["XTale"]}, "path": {"109-166, T:0-1": [[1851, 1699], [1855, 1708], [1852, 1709], [1850, 1711], [1844, 1706], [1844, 1704], [1849, 1706], [1849, 1703], [1850, 1703], [1850, 1700]]}, "center": {"109-166, T:0-1": [1850, 1706]}}, -{"id": "000450", "name": "Newgrounds", "description": "The logo of Newgrounds, a site for online animations and games. Drawn by streamer and animator Ross \"RubberRoss\" O'Donovan's community.", "links": {"website": ["https://www.newgrounds.com"], "subreddit": ["newgrounds"]}, "path": {"109-166, T:0-1": [[878, 1947], [878, 1895], [929, 1896], [929, 1947]]}, "center": {"109-166, T:0-1": [903, 1921]}}, -{"id": "000457", "name": "Zyzz", "description": "A tribute to the late Aziz (Zyzz) Shavershian, a Russian-born Australian bodybuilder and entertainer who gained a cult following in the late 2000s after posting on YouTube.\n\nThis was placed by Twitch streamer xQc and his community. They originally made Menchi from Hunter x Hunter, before abandoning it when people kept making her naked and getting her censored by Reddit admins.", "links": {"website": ["https://en.wikipedia.org/wiki/Aziz_Shavershian"], "subreddit": ["Zyzz"]}, "path": {"109-166, T:0-1": [[1332, 1612], [1332, 1682], [1332, 1753], [1439, 1754], [1439, 1658], [1417, 1658], [1413, 1654], [1413, 1638], [1394, 1637], [1394, 1612]]}, "center": {"109-166, T:0-1": [1381, 1689]}}, -{"id": "000255", "name": "Red vs. Blue", "description": "Red vs. Blue (RvB) is an American machinima and animated web series created by Rooster Teeth, based on the Halo games. The 19 on the helmet signifies the 19th anniversary of the series on April 1, 2022, and the heart on the border with RWBY shows the friendship between the communities as Rooster Teeth creations.", "links": {"website": ["https://roosterteeth.com/channel/red-vs-blue-universe", "https://en.wikipedia.org/wiki/Red_vs._Blue"], "subreddit": ["RedvsBlue"]}, "path": {"25-166, T:0-1": [[449, 682], [472, 682], [472, 713], [449, 713]]}, "center": {"25-166, T:0-1": [461, 698]}}, -{"id": "000256", "name": "Half-life 3 Lambda", "description": "Half-Life is a first-person shooter series developed by Valve. Half-Life 2: Episode two was released alongside Team Fortress 2 as part of the Orange Box Collection, and also runs on the Source engine.\n\nFans of the series have been waiting for a third installment to the main series since 2007, and jokes about the wait time and nonexistent release date of \"Half-Life 3\" have become one of the most iconic memes within the gaming community.", "links": {"website": ["https://half-life.fandom.com/wiki/Development_of_the_next_Half-Life_game", "https://knowyourmeme.com/memes/half-life-3-confirmed"], "subreddit": ["HalfLife"]}, "path": {"158-166, T:0-1": [[1558, 1918], [1558, 1932], [1561, 1932], [1561, 1934], [1574, 1934], [1574, 1918]]}, "center": {"158-166, T:0-1": [1566, 1926]}}, -{"id": "000257", "name": "Flag of Saudi Arabia", "description": "Saudi Arabia, officially the Kingdom of Saudi Arabia (KSA), is a country in the Arabian Peninsula of West Asia. This flag displays traditional palm trees and swords, a mabkhara, a dallah, and a Peepo wearing a thobe.\n\nThis Saudi flag was drawn by the r/SaudiArabia Discord.", "links": {"website": ["https://en.wikipedia.org/wiki/Saudi_Arabia", "https://en.wikipedia.org/wiki/Flag_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"110-166, T:0-1": [[1645, 1044], [1645, 1074], [1591, 1074], [1591, 1044]]}, "center": {"110-166, T:0-1": [1621, 1049]}}, -{"id": "000260", "name": "Amaterasu", "description": "Amaterasu is the lupine protagonist of the video game Ōkami (2006).\n\nThis placement was organized mainly by the Ōkami speedrunning community, and contributed to by all loving fans.", "links": {"website": ["https://okami.speedruns.wiki/Main_Page", "https://en.wikipedia.org/wiki/%C5%8Ckami"], "subreddit": ["Okami"]}, "path": {"29-45": [[886, 212], [886, 228], [905, 228], [905, 212]], "25-28": [[874, 206], [874, 213], [877, 220], [881, 223], [883, 223], [888, 220], [888, 215], [884, 212], [879, 212], [879, 205]], "74-166, T:0-1": [[996, 389], [991, 394], [991, 399], [993, 401], [993, 404], [996, 404], [996, 406], [1000, 406], [1000, 407], [1003, 407], [1010, 398], [1010, 390], [1007, 390], [1007, 389]]}, "center": {"29-45": [896, 220], "25-28": [882, 217], "74-166, T:0-1": [1000, 397]}}, -{"id": "000275", "name": "Flag of Denmark", "description": "Denmark is a country in Northern Europe. Its flag is known as the Dannebrog.\n\nThis Danish flag contains a Lego brick and the famous Lego astronaut, since Lego is a Danish company. A swan, the national bird of Denmark, is also on the flag. The three shadowy figures are Egon Olsen, Benny Frandsen and Kjeld Jensen. They make up the group called \"Olsen-banden\", a series of Danish crime comedies.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["Denmark"]}, "path": {"83-118": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "1-79": [[542, 285], [542, 342], [689, 342], [689, 320], [638, 320], [638, 285]], "T:0-1": [[555, 285], [536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "130-166": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 294], [658, 294], [658, 285]]}, "center": {"83-118": [565, 314], "1-79": [571, 314], "T:0-1": [565, 314], "130-166": [565, 314]}}, -{"id": "000281", "name": "Cosmere", "description": "The Cosmere is the greater universe of Brandon Sanderson's adult fiction books, such as The Stormlight Archive.", "links": {"website": ["https://stormlightarchive.fandom.com/wiki/Cosmere"], "subreddit": ["placeCosmere", "Cosmere"]}, "path": {"5-165, T:0-1": [[860, 923], [860, 975], [902, 975], [902, 923]]}, "center": {"5-165, T:0-1": [881, 949]}}, -{"id": "000284", "name": "Gir from Invader Zim", "description": "Gir from the show 'Invader Zim'", "links": {"subreddit": ["invaderzim"]}, "path": {"109-166, T:0-1": [[1332, 1344], [1331, 1344], [1347, 1317], [1332, 1317], [1332, 1344], [1347, 1344], [1348, 1318], [1347, 1318], [1348, 1318], [1347, 1318], [1348, 1318], [1347, 1318], [1348, 1317], [1348, 1318], [1349, 1318], [1347, 1317], [1331, 1344]]}, "center": {"109-166, T:0-1": [1340, 1330]}}, -{"id": "000287", "name": "Arctic Monkeys", "description": "Arctic Monkeys are a British rock band. This space contains six studio albums: Tranquility Base Hotel & Casino; Suck It And See; Humbug; Whatever People Say I Am, That's What I'm Not; Favourite Worst Nightmare; and AM. The art also contains a solo extended play (EP) by the band's lead singer Alex Turner: Submarine. There are also references to the Monkeys' fandom favorite meme: \"bric[c]\" and a song of theirs called 505 from Favourite Worst Nightmare.", "links": {"website": ["http://arcticmonkeys.com/", "https://en.wikipedia.org/wiki/Arctic_Monkeys"], "subreddit": ["arcticmonkeys"]}, "path": {"122-134": [[1315, 344], [1315, 382], [1330, 382], [1330, 368], [1345, 368], [1345, 382], [1360, 382], [1360, 367], [1357, 367], [1357, 344], [1341, 344], [1341, 360], [1357, 360], [1357, 367], [1345, 367], [1345, 368], [1329, 368], [1329, 344]], "90-121": [[1315, 344], [1315, 369], [1314, 369], [1314, 382], [1330, 382], [1330, 344], [1341, 344], [1341, 360], [1357, 360], [1357, 344]], "135-166, T:0-1": [[1315, 344], [1315, 382], [1361, 382], [1361, 344]]}, "center": {"122-134": [1349, 352], "90-121": [1322, 373], "135-166, T:0-1": [1338, 363]}}, -{"id": "000298", "name": "Futurama", "description": "The Futurama section, created by r/futurama users (with help from several allied communities). It depicts many characters from the show, as well as their spaceship The Planet Express Ship, seen flying against a starry background. Underneath that is the subreddit's handle. Allied communities featured in this space include:\n\nr/IASIP - The main cast of 'It's Always Sunny in Philadelphia' can be seen in the taskbar section.\nHolly HQ - the 'H' trans flag behind the spaceship.\nr/byzantium - The Byzantium flag to the right.\nr/panama - The Panamanian flag was flying from the ship's turret for much of r/place.\nMushrooms - placed by a lone redditor in memoriam of a loved one.\nPurple Dragon - Another small community sharing space with r/futurama.\nr/kiminonawa - Towards the very end of r/place, a mini version of the Comet Tiamat from the anime film 'Your Name' was also added to the canvas above the Planet Express.", "links": {"subreddit": ["futurama", "IASIP", "Panama", "kiminonawa", "byzantium", "placestart"]}, "path": {"109-166, T:0-1": [[1201, 1954], [1299, 1954], [1300, 1970], [1286, 1972], [1288, 2000], [1219, 1999], [1219, 1971], [1201, 1971]]}, "center": {"109-166, T:0-1": [1252, 1975]}}, -{"id": "000303", "name": "Five Nights at Freddy's", "description": "Five Nights at Freddy's (FNaF) is a popular indie horror franchise. To the left sits the iconic Purple Guy, and to the right is a version of Michael Afton from a fan comic called Children Rekindled.\n\nThe banner was originally located underneath My Little Pony. It was planned to be bigger, but this ran into complications with the early Ukraine flag, several streamer raids, multiple fights with the Denmark flag, and trolls attempting to change the words \"Nights\" and \"Freddy's\" into offensive words. It was wiped out and messed with at least three times, but it prevailed thanks to allies from MLP, Deltarune, Asexual Flag Gang, The Swifties, and Berserk.", "links": {"website": ["https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s"], "subreddit": ["fivenightsatfreddys"]}, "path": {"3-75, 81-133, T:0-1": [[595, 277], [595, 285], [638, 285], [638, 294], [658, 294], [658, 284], [688, 284], [689, 277]], "134-166": [[595, 277], [595, 285], [688, 284], [688, 281], [689, 281], [689, 277]]}, "center": {"3-75, 81-133, T:0-1": [646, 285], "134-166": [599, 281]}}, -{"id": "000307", "name": "Ryan the Bun", "description": "A small icon representing Ryan the Bun (ITBERYAN), a content creator known for being a bunny with a bowtie. He is closely linked with the VRChat community.", "links": {"website": ["https://twitter.com/ITBERYAN2"], "subreddit": ["VRChat"]}, "path": {"92-166, T:0-1": [[980, 105], [980, 108], [979, 108], [979, 111], [981, 113], [985, 113], [987, 111], [987, 109], [984, 106], [983, 106], [983, 105]]}, "center": {"92-166, T:0-1": [983, 110]}}, -{"id": "000313", "name": "Foxhole", "description": "Foxhole is a massively multiplayer action-strategy war game where hundreds or thousands of players battle for control of the map. It is set in the World War I/II era. Each hexagonal tile represents a subdivision of the map in a war, and the colors represent which team controls that area on the tile. Wars, also known as \"shards\", take place over the span of weeks.\n\nThis is the first of three artworks made by a group of gamers who play Foxhole. The piece depicts a map of the fictional land of Caoiva from the game, colored in green and blue to represent the \"Colonial\" and \"Warden\" (logos at the bottom of the map) battling for control. Participants chose a team to represent and started replacing the other team colour with their own inside the artwork hexagons. This resulted in a back-and-forth interactive simulated war throughout the duration of r/place. With more blue on the map at the end, the Wardens achieved victory in war 1 of r/place.", "links": {"website": ["https://www.foxholegame.com", "https://en.wikipedia.org/wiki/Foxhole_(video_game)"], "subreddit": ["foxholegame"]}, "path": {"1-164, T:0-1": [[753, 535], [703, 535], [703, 607], [753, 607], [753, 604], [755, 602], [755, 547], [753, 547]]}, "center": {"1-164, T:0-1": [729, 541]}}, -{"id": "000314", "name": "Will Wood", "description": "Will Wood is a musician who has released albums both solo and with his band the Tapeworms. The piece references the hit single, \"Love, Me Normally\", and Mr. Boy, Will's pet rat.\n\nThis art was created by a mishmash of r/willwood users and other individuals, as well as aid from Green Lattice and r/ENA after the previous location on the right wall (above The Wave) was destroyed.", "links": {"website": ["https://www.willwood.net/", "https://en.wikipedia.org/wiki/Will_Wood_(musician)"], "subreddit": ["willwood"]}, "path": {"122-165, T:0-1": [[1099, 407], [1063, 407], [1063, 400], [1077, 400], [1077, 390], [1099, 390]]}, "center": {"122-165, T:0-1": [1089, 399]}}, -{"id": "000316", "name": "Say Gay Florida", "description": "A depiction of the state of Florida, United States with the words \"Say Gay\" on it. This art is in opposition to a recent Florida state law, the Parental Rights in Education Act (commonly known as \"Don't Say Gay\"), which restricts education on sexual orientation and gender identity in public schools.\n\nThis art was a collaboration by r/PlacePride and r/transplace.", "links": {"website": ["https://en.wikipedia.org/wiki/Florida_Parental_Rights_in_Education_Act"], "subreddit": ["PlacePride", "transplace"]}, "path": {"159-165, T:0-1": [[539, 482], [539, 486], [541, 488], [544, 488], [547, 491], [551, 491], [553, 499], [559, 505], [560, 505], [565, 500], [565, 491], [563, 489], [561, 489], [560, 487], [560, 484], [558, 482]]}, "center": {"159-165, T:0-1": [559, 495]}}, -{"id": "000326", "name": "Kaaba", "description": "Kaaba is a building at the center of Islam's most important mosque, the Masjid al-Haram in Mecca, Saudi Arabia.\n\nDrawn by the community \"Kanelbollens hjemland\" of Norwegian streamer Tappelino.", "links": {"website": ["https://en.wikipedia.org/wiki/Kaaba"], "discord": ["Gc8Y2xs7W7"]}, "path": {"159-161": [[779, 120], [799, 120], [799, 138], [779, 138]]}, "center": {"159-161": [789, 129]}}, -{"id": "000335", "name": "Three Cheers for Sweet Revenge", "description": "Three Cheers for Sweet Revenge is an album by the American rock band My Chemical Romance (MCR).", "links": {"website": ["https://en.wikipedia.org/wiki/Three_Cheers_for_Sweet_Revenge"], "subreddit": ["MyChemicalRomance"]}, "path": {"62-136": [[1118, 120], [1118, 148], [1152, 148], [1152, 120]], "149-165, T:0-1": [[1722, 1328], [1722, 1357], [1742, 1357], [1756, 1352], [1756, 1328]]}, "center": {"62-136": [1135, 134], "149-165, T:0-1": [1739, 1343]}}, -{"id": "000341", "name": "esfandL", "description": "esfandL is an emote from Twitch streamer Esfand, the #1 ret. paladin.", "links": {"website": ["https://www.twitchmetrics.net/e/300272604-esfandL", "https://www.twitch.tv/esfandtv"], "subreddit": ["EsfandTV"]}, "path": {"109-165, T:0-1": [[624, 999], [666, 999], [666, 1038], [624, 1038]]}, "center": {"109-165, T:0-1": [645, 1019]}}, -{"id": "000395", "name": "Evolve", "description": "Evolve is the third studio album of American pop rock band Imagine Dragon. This logo includes the signature E's that are associated with the Evolve name, as well as a backdrop of colors that represents \"Believe\", one of the songs inside Evolve.", "links": {"website": ["https://www.imaginedragonsmusic.com", "https://en.wikipedia.org/wiki/Imagine_Dragons", "https://en.wikipedia.org/wiki/Evolve_(Imagine_Dragons_album)", "https://en.wikipedia.org/wiki/Believer_(Imagine_Dragons_song)"], "subreddit": ["imaginedragons"]}, "path": {"15-17": [[44, 436], [44, 451], [48, 451], [48, 450], [52, 450], [52, 436]], "3-14": [[54, 436], [54, 450], [62, 450], [62, 436]], "18-165, T:0-1": [[36, 439], [36, 451], [52, 451], [52, 439]]}, "center": {"15-17": [48, 444], "3-14": [58, 443], "18-165, T:0-1": [44, 445]}}, -{"id": "000402", "name": "SCP Foundation", "description": "The SCP Foundation is a fictional organisation dedicated to the cataloguing and containing of sometimes lethal paranormal phenomena. It started on 4chan in 2007 with SCP-173, The Sculpture.\n\nThe acronym SCP stands for Special Containment Procedures, an iconic piece of formatting within SCP articles that details how the Foundation keeps an anomaly secure. The SCP wiki is a collaborative project, spanning many authors, articles, and canons, and uses a Creative Commons license such that anyone can participate in adding to the website. The stories told are generally horror flicks but also encompass mythical tales. They have been nicknamed \"The Jailors\" by their opposition.", "links": {"website": ["https://en.wikipedia.org/wiki/SCP_Foundation"], "subreddit": ["SCP", "PlaceSCP", "DankMemesFromSite19"]}, "path": {"5-7": [[622, 389], [622, 410], [636, 410], [636, 389]], "8-166, T:0-1": [[622, 392], [622, 412], [634, 412], [634, 392]]}, "center": {"5-7": [629, 400], "8-166, T:0-1": [628, 402]}}, -{"id": "000403", "name": "Global Occult Coalition", "description": "The GOC, or Global Occult Coalition, is a notable Group of Interest from the canon of the SCP Foundation. The GOC's goals are similar to that of the foundation, and both organisations sometimes begrudgingly collaborate to preserve normalcy and keep the public unaware of anomalous entities. However, the GOC is much more likely than the SCP to use lethal force to permanently keep these anomalies away from the prying eyes of the outside world. They are nicknamed the bookburners.", "links": {"website": ["https://hero.fandom.com/wiki/Global_Occult_Coalition"], "subreddit": ["SCP", "PlaceSCP", "DankMemesFromSite19"]}, "path": {"12-166, T:0-1": [[622, 412], [622, 429], [634, 429], [634, 412]]}, "center": {"12-166, T:0-1": [628, 421]}}, -{"id": "000404", "name": "Z event flag", "description": "the Z event is a french charity event organised by the french streamer Zerator and it raised over 10m€ in the 2021 edition for 'Action against Hunger' with the help of 50 streamers.", "links": {"website": ["https://zevent.fr/"], "subreddit": ["ZEvent"]}, "path": {"109-165, T:0-1": [[1166, 1419], [1166, 1489], [1276, 1489], [1276, 1418]]}, "center": {"109-165, T:0-1": [1221, 1454]}}, -{"id": "000409", "name": "Stargate", "description": "Stargate is a military science fiction movie and television franchise involving travel to other planets through wormholes created with a ring-shaped \"Stargate\", connecting galaxies and creating alliances. The franchise debuted with the 1994 movie Stargate, and continued in a series of TV shows, starting in 1997 with Stargate: SG-1 and continuing with Stargate: Atlantis and Stargate: Universe.", "links": {"website": ["https://mgm.com/franchise/stargate", "https://en.wikipedia.org/wiki/Stargate"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[511, 1100], [511, 1104], [510, 1104], [510, 1107], [509, 1107], [509, 1130], [551, 1130], [551, 1100]]}, "center": {"114-166, T:0-1": [536, 1113]}}, -{"id": "000413", "name": "NASCAR - Dale Earnhardt, Sr. Tribute", "description": "Dale Earnhardt, Sr. aka 'The Intimidator,'' most known for piloting the #3 Chevrolet in the NASCAR Cup Series, is a legendary seven-time champion of the series. This artwork was created by the r/NASCAR subreddit to honor him.", "links": {"website": ["https://en.wikipedia.org/wiki/Dale_Earnhardt"], "subreddit": ["NASCAR"]}, "path": {"109-165, T:0-1": [[754, 1511], [797, 1511], [797, 1542], [811, 1542], [811, 1555], [805, 1561], [777, 1561], [777, 1560], [769, 1560], [769, 1544], [753, 1544], [753, 1511]]}, "center": {"109-165, T:0-1": [780, 1536]}}, -{"id": "000447", "name": "Manneken Pis", "description": "The Manneken Pis, or \"the little boy that pees\", is a famous Belgian statue located in Brussels, Belgium.\n\nUnlike the real statue, the boy's penis is censored by flowers in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Manneken_Pis"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"61-111": [[1307, 902], [1313, 904], [1318, 907], [1319, 923], [1327, 929], [1330, 934], [1328, 940], [1318, 947], [1318, 958], [1314, 964], [1311, 969], [1314, 969], [1316, 971], [1316, 974], [1312, 974], [1312, 976], [1314, 978], [1314, 983], [1315, 984], [1315, 990], [1316, 991], [1316, 996], [1325, 999], [1325, 1000], [1287, 1000], [1287, 999], [1294, 995], [1286, 987], [1285, 984], [1286, 983], [1286, 970], [1288, 970], [1290, 965], [1290, 963], [1286, 960], [1286, 955], [1292, 951], [1294, 945], [1304, 930], [1304, 929], [1297, 923], [1296, 910], [1297, 906]], "112-165, T:0-1": [[1307, 902], [1313, 904], [1318, 907], [1319, 923], [1327, 929], [1330, 934], [1328, 940], [1318, 947], [1316, 954], [1316, 963], [1309, 972], [1313, 977], [1317, 982], [1319, 990], [1291, 991], [1287, 988], [1286, 977], [1290, 964], [1286, 959], [1286, 956], [1291, 952], [1298, 938], [1304, 930], [1304, 929], [1298, 925], [1296, 910], [1297, 906]]}, "center": {"61-111": [1299, 981], "112-165, T:0-1": [1306, 938]}}, -{"id": "000462", "name": "Octavia", "description": "Octavia is a minor character from My Little Pony: Friendship is Magic. She is often seen playing her prized cello. The '2SET' in her mane refers to TwoSetViolin, a comedy duo.\n\nAfter seeing the similarities between their arts, The My Little Pony and the TwoSet fandoms decided to combine their works together as part of the r/place Windows XP taskbar.", "links": {"website": ["https://mlp.fandom.com/wiki/Octavia_Melody"], "subreddit": ["mylittlepony", "placestart"]}, "path": {"109-166, T:0-1": [[1316, 1973], [1370, 1973], [1370, 1997], [1316, 1997]]}, "center": {"109-166, T:0-1": [1343, 1985]}}, +{"id": 1, "name": "Robin", "description": "Robin was Reddit's 2016 April Fools' event. Users were matched randomly with other users in a chatroom setting, and could vote to merge with other groups or leave the chatroom.", "links": {"subreddit": ["ccKufiPrFaShleWoli0"]}, "path": {"69-152": [[768, 660], [768, 664], [776, 664], [776, 665], [774, 667], [772, 667], [772, 668], [774, 670], [774, 676], [771, 679], [771, 680], [774, 680], [775, 679], [783, 679], [787, 675], [787, 671], [789, 671], [789, 670], [788, 669], [788, 666], [786, 664], [804, 664], [804, 660]], "22-68": [[772, 661], [770, 663], [768, 663], [768, 664], [770, 666], [770, 668], [779, 668], [779, 672], [778, 672], [771, 679], [771, 680], [755, 680], [755, 684], [791, 684], [791, 680], [784, 680], [784, 678], [787, 675], [787, 671], [788, 671], [789, 670], [788, 669], [788, 666], [786, 664], [782, 664], [780, 666], [779, 668], [773, 668], [773, 664], [774, 664], [775, 663], [773, 661]], "9-21": [[782, 664], [780, 666], [779, 668], [779, 672], [778, 672], [769, 681], [769, 684], [791, 684], [791, 680], [784, 680], [784, 678], [787, 675], [787, 671], [788, 671], [789, 670], [788, 669], [788, 666], [786, 664]], "153-165, T:0-1": [[769, 660], [769, 662], [771, 664], [776, 664], [776, 665], [774, 667], [772, 667], [772, 668], [774, 670], [774, 676], [771, 679], [771, 680], [774, 680], [775, 679], [783, 679], [787, 675], [787, 671], [789, 671], [789, 670], [788, 669], [788, 666], [786, 664], [803, 664], [803, 660]]}, "center": {"69-152": [781, 673], "22-68": [779, 679], "9-21": [779, 679], "153-165, T:0-1": [781, 670]}}, +{"id": 2, "name": "Narrator Nexus", "description": "Narrator Nexus is a group of users who coordinated the storyline in Reddit's 2019 April Fools' event, Sequence.", "links": {"website": ["https://knowyourmeme.com/memes/events/reddit-sequence"], "subreddit": ["NarraNexus"]}, "path": {"8-165, T:0-1": [[757, 669], [755, 671], [755, 674], [756, 674], [756, 677], [759, 680], [768, 680], [771, 677], [771, 674], [772, 674], [772, 671], [770, 669], [765, 669], [765, 667], [766, 666], [768, 666], [768, 664], [766, 664], [763, 667], [763, 669]]}, "center": {"8-165, T:0-1": [762, 674]}}, +{"id": 3, "name": "r/AprilKnights", "description": "r/AprilKnights is a subreddit formed for Reddit's 2015 April Fools' event \"The Button\".", "links": {"website": ["https://aprilknights.org/"], "subreddit": ["AprilKnights"]}, "path": {"69-76": [[789, 664], [789, 673], [792, 677], [792, 680], [756, 680], [756, 685], [801, 685], [801, 676], [803, 673], [803, 664]], "26-68": [[789, 664], [789, 673], [791, 676], [795, 679], [797, 679], [800, 677], [803, 673], [803, 664]], "78-165, T:0-1": [[755, 680], [755, 685], [806, 685], [806, 680], [800, 680], [800, 677], [803, 673], [803, 664], [789, 664], [789, 673], [793, 678], [793, 680]]}, "center": {"69-76": [796, 671], "26-68": [796, 671], "78-165, T:0-1": [796, 671]}}, +{"id": 4, "name": "Triforce", "description": "The Triforce is the ultimate source of power in The Legend of Zelda game series, and serves as the balance that weighs the three forces: power, wisdom, and courage.\n\nThis place was first supposed to be a representation of the past Reddit April Fools' games, but the iconic shape of the Triforce made users believe that it was a Zelda symbol.", "links": {"website": ["https://en.wikipedia.org/wiki/Triforce", "https://zeldapedia.wiki/wiki/Triforce"], "subreddit": ["zelda"]}, "path": {"2-165, T:0-1": [[788, 598], [756, 661], [819, 661], [819, 660]]}, "center": {"2-165, T:0-1": [788, 642]}}, +{"id": 5, "name": "She-Ra and the Princesses of Power", "description": "She-Ra and the Princesses of Power is a 2018 Netflix series.", "links": {"website": ["https://www.netflix.com/title/80179762", "https://en.wikipedia.org/wiki/She-Ra_and_the_Princesses_of_Power"], "subreddit": ["PrincessesOfPower"]}, "path": {"68-115": [[1531, 413], [1556, 413], [1556, 427], [1531, 427]], "62-67": [[1526, 413], [1526, 427], [1552, 427], [1552, 422], [1555, 418], [1555, 413]], "137-166, T:0-1": [[1333, 408], [1361, 408], [1361, 422], [1333, 422]]}, "center": {"68-115": [1544, 420], "62-67": [1541, 420], "137-166, T:0-1": [1347, 415]}}, +{"id": 6, "name": "2b2t", "description": "2builders2tools (2b2t) is the second-oldest running multiplayer server for the game Minecraft. It uses an anarchy format, meaning there are minimal rules in place for players.\n\nThe 2b2t logo was one of the first factions to form, with pixels being placed within the first few seconds. Though many groups and streamers tried to attack or replace it through many means, 2b2t prevailed.", "links": {"website": ["https://www.youtube.com/watch?v=vD8yaW447H4", "https://en.wikipedia.org/wiki/2b2t"], "subreddit": ["2b2tplace", "2b2t"]}, "path": {"1-165, T:0-1": [[912, 421], [912, 481], [960, 481], [960, 421]]}, "center": {"1-165, T:0-1": [936, 451]}}, +{"id": 7, "name": "Fancade", "description": "Fancade is a cross-platform game builder made by Martin Magni. Players can use Fancade's built-in game engine and editor tools either create or play custom games.", "links": {"website": ["https://www.fancade.com"], "subreddit": ["Fancade"]}, "path": {"44-101": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [105, 705], [105, 711], [109, 711], [109, 689], [94, 689], [91, 694], [87, 694], [84, 692], [84, 689]], "27-43": [[71, 689], [71, 705], [73, 705], [73, 703], [81, 703], [81, 705], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 712], [108, 712], [108, 698], [109, 698], [109, 689], [94, 689], [89, 694], [87, 694], [84, 691], [84, 689]], "24-26": [[71, 689], [71, 705], [73, 705], [73, 703], [108, 703], [108, 701], [109, 701], [109, 689]], "5-23": [[71, 690], [71, 705], [73, 705], [73, 703], [85, 703], [85, 702], [96, 702], [96, 716], [107, 716], [107, 712], [108, 711], [108, 690]], "102-166, T:0-1": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [109, 705], [109, 689], [94, 689], [90, 694], [87, 694], [84, 691], [84, 689]]}, "center": {"44-101": [101, 697], "27-43": [101, 696], "24-26": [90, 696], "5-23": [101, 697], "102-166, T:0-1": [101, 697]}}, +{"id": 8, "name": "NotITG", "description": "NotITG (Not In The Groove) is fork of the rhythm game Stepmania that adds greater support for modded stepcharts (modcharts).", "links": {"website": ["https://noti.tg/", "https://step-mania.fandom.com/wiki/NotITG"], "subreddit": ["Stepmania"]}, "path": {"56-62": [[1198, 49], [1198, 63], [1195, 63], [1195, 67], [1212, 67], [1212, 68], [1215, 68], [1215, 63], [1212, 63], [1212, 57], [1211, 57], [1211, 49]], "18-22": [[906, 507], [906, 520], [914, 520], [915, 521], [916, 521], [920, 517], [920, 516], [919, 515], [919, 507]], "27-43": [[283, 782], [283, 796], [280, 796], [280, 802], [297, 802], [297, 803], [302, 803], [302, 796], [299, 796], [299, 792], [298, 791], [298, 782]], "63-166, T:0-1": [[1179, 60], [1183, 56], [1180, 53], [1183, 50], [1184, 49], [1213, 49], [1213, 63], [1215, 63], [1215, 68], [1212, 68], [1212, 67], [1195, 67], [1195, 64], [1183, 64]]}, "center": {"56-62": [1205, 60], "18-22": [913, 514], "27-43": [291, 794], "63-166, T:0-1": [1203, 58]}}, +{"id": 10, "name": "Deep Rock Galactic", "description": "Deep Rock Galactic is a 1-4-player co-op first-person shooter (FPS) game featuring badass space dwarves, 100% destructible environments, procedurally-generated caves, and endless hordes of alien monsters.", "links": {"website": ["https://www.deeprockgalactic.com/", "https://en.wikipedia.org/wiki/Deep_Rock_Galactic"], "subreddit": ["DeepRockGalacticPlace", "DeepRockGalactic"]}, "path": {"7-15": [[179, 275], [179, 308], [237, 308], [237, 299], [241, 299], [241, 275]], "16-165, T:0-1": [[175, 262], [241, 262], [241, 298], [237, 298], [237, 308], [175, 308]]}, "center": {"7-15": [210, 292], "16-165, T:0-1": [208, 285]}}, +{"id": 12, "name": "Star Wars: Episode IV - A New Hope", "description": "Star Wars: Episode IV - A New Hope, originally known as simply \"Star Wars\", is the first movie in the Star Wars series and the fourth movie in the chronology of the story.\n\nThis art was done by the Redditors at r/starwars_place. Heavy battles were fought against Among Us, and the poster once briefly disappeared to xQc before being reinstated.", "links": {"website": ["https://en.wikipedia.org/wiki/Star_Wars_(film)"], "subreddit": ["starwars_place", "StarWars"]}, "path": {"1-166, T:0-1": [[572, 700], [572, 842], [669, 842], [669, 700]]}, "center": {"1-166, T:0-1": [621, 815]}}, +{"id": 13, "name": "Cang", "description": "It's quite literally just cang.", "links": {}, "path": {"58-121": [[1953, 321], [1953, 334], [1966, 334], [1966, 321]], "124-166, T:0-1": [[1960, 321], [1958, 323], [1958, 324], [1957, 325], [1956, 325], [1954, 327], [1954, 328], [1958, 332], [1963, 332], [1965, 330], [1965, 329], [1962, 326], [1962, 325], [1964, 323], [1962, 321]]}, "center": {"58-121": [1960, 328], "124-166, T:0-1": [1959, 328]}}, +{"id": 14, "name": "Avicii", "description": "The logo of the Swedish DJ and electronic dance music artist Avicii, who was born on 8 September 1989 and died on 20 April 2018. The creation was part of a collaboration with r/Avicii and r/place_nordicunion.", "links": {"website": ["http://avicii.com/", "https://en.wikipedia.org/wiki/Avicii"], "subreddit": ["Avicii", "place_nordicunion", "sweden"], "discord": ["9zTbdMSUea"]}, "path": {"16-165, T:0-1": [[753, 70], [740, 83], [740, 91], [774, 91], [774, 85], [761, 85], [761, 83], [772, 72], [772, 70]]}, "center": {"16-165, T:0-1": [753, 82]}}, +{"id": 16, "name": "Trackmania", "description": "Trackmania is an arcade racing game series. This art depicts the original logo of the game.", "links": {"website": ["https://www.trackmania.com", "https://en.wikipedia.org/wiki/TrackMania"], "subreddit": ["trackmania"]}, "path": {"16-43": [[363, 740], [363, 751], [373, 751], [373, 757], [433, 757], [433, 740]], "7-15": [[363, 740], [363, 751], [433, 751], [433, 740]], "44-166, T:0-1": [[373, 740], [448, 740], [448, 757], [373, 757]]}, "center": {"16-43": [398, 749], "7-15": [398, 746], "44-166, T:0-1": [411, 749]}}, +{"id": 17, "name": "Flag of the Czech Republic", "description": "The Czech Republic, also known as Czechia, is a country in Central Europe.\n\nThis Czech flag was made by the community of r/czech and features pixel arts from Czech culture.", "links": {"website": ["https://en.wikipedia.org/wiki/Czech_Republic", "https://en.wikipedia.org/wiki/Flag_of_the_Czech_Republic"], "subreddit": ["czech"]}, "path": {"53-56": [[800, 35], [800, 69], [870, 69], [870, 35]], "23-45": [[602, 35], [602, 70], [656, 70], [656, 35]], "2-22": [[575, 35], [575, 70], [657, 70], [657, 35]], "57-166, T:0-1": [[1197, 161], [1325, 161], [1325, 249], [1197, 249]]}, "center": {"53-56": [835, 52], "23-45": [629, 53], "2-22": [616, 53], "57-166, T:0-1": [1261, 205]}}, +{"id": 18, "name": "Duck Game", "description": "A lovely duck from Duck Game, a multiplayer action-platformer game made by Landon Podbielski.", "links": {"website": ["http://store.steampowered.com/app/312530", "https://en.wikipedia.org/wiki/Duck_Game"], "subreddit": ["duckgame"]}, "path": {"56-166, T:0-1": [[1717, 127], [1717, 149], [1716, 150], [1716, 151], [1731, 151], [1731, 148], [1730, 148], [1730, 127]]}, "center": {"56-166, T:0-1": [1724, 139]}}, +{"id": 20, "name": "Statue of Saint Wenceslas", "description": "A statue of Saint Wenceslas, patron of the Czech state, located at Wenceslas Square in Prague, Czech Republic.", "links": {"website": ["https://en.wikipedia.org/wiki/Statue_of_Saint_Wenceslas,_Wenceslas_Square"], "subreddit": ["czech"]}, "path": {"144-158": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 197], [1235, 196], [1235, 189], [1233, 189], [1232, 190], [1221, 192], [1220, 191], [1218, 194], [1204, 196], [1200, 199], [1198, 199], [1198, 202], [1197, 203], [1198, 204], [1199, 203], [1200, 203], [1203, 200], [1210, 198], [1219, 198], [1220, 197], [1232, 197], [1232, 201], [1229, 201], [1229, 200], [1226, 200]], "107-114": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 198], [1235, 197], [1235, 189], [1232, 189], [1225, 192], [1223, 192], [1222, 191], [1219, 191], [1219, 193], [1206, 197], [1206, 200], [1209, 200], [1210, 199], [1215, 199], [1217, 197], [1225, 197], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1229, 199], [1227, 199], [1227, 201]], "117-143": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 198], [1235, 197], [1235, 188], [1231, 188], [1224, 192], [1223, 192], [1222, 191], [1221, 191], [1216, 195], [1217, 196], [1220, 196], [1221, 197], [1226, 197], [1227, 196], [1232, 196], [1232, 201]], "67-106": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1256, 222], [1256, 219], [1258, 219], [1258, 218], [1249, 212], [1245, 212], [1239, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1235, 193], [1235, 188], [1233, 188], [1233, 189], [1226, 189], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1229, 200], [1227, 200], [1227, 201]], "159-166, T:0-1": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 197], [1235, 196], [1235, 189], [1228, 189], [1227, 190], [1224, 190], [1221, 193], [1221, 195], [1220, 196], [1217, 196], [1215, 198], [1215, 199], [1210, 199], [1210, 200], [1212, 202], [1215, 202], [1217, 200], [1222, 200], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1228, 200], [1227, 201]]}, "center": {"144-158": [1230, 234], "107-114": [1229, 234], "117-143": [1230, 234], "67-106": [1230, 234], "159-166, T:0-1": [1230, 234]}}, +{"id": 21, "name": "Jerma985", "description": "Jerma985 is long-time streamer and a retired YouTuber. Most of the time he's streaming games from various eras, but he's most famous for these special, semi-scripted streams, like playing archeologist on real excavation site, holiday streams or creating Jerma Dollhouse. The hat on top of his head is the one worn by Jotaro Kujo in JoJo's Bizarre Adventure: Stardust Crusaders.\n\nThe mural in the bottom half contains inside jokes and characters from Jerma985's community. It is complete with his logo, a subreddit advertisement, a rat character, his beloved pet Otto, Fireman, and more. The streamer himself is represented with a meme called \"Jerma Sus\", which needs no further explanation. Created in collaboration with fellow streamer Vinesauce's mural below.", "links": {"website": ["https://www.twitch.tv/jerma985", "https://en.wikipedia.org/wiki/Jerma985"], "subreddit": ["jerma985"]}, "path": {"109-121": [[92, 960], [92, 1096], [136, 1096], [136, 1000], [141, 1000], [144, 997], [145, 989], [145, 983], [140, 978], [136, 978], [131, 978], [133, 970], [132, 951], [126, 951], [111, 958]], "122-166, T:0-1": [[92, 960], [92, 1068], [94, 1068], [95, 1067], [102, 1067], [102, 1066], [103, 1065], [103, 1062], [104, 1061], [106, 1061], [106, 1066], [108, 1066], [110, 1064], [111, 1064], [113, 1066], [114, 1066], [115, 1065], [118, 1065], [119, 1066], [121, 1066], [121, 1062], [124, 1062], [124, 1064], [126, 1066], [126, 1068], [129, 1068], [130, 1067], [134, 1067], [135, 1068], [136, 1068], [136, 1000], [141, 1000], [144, 996], [145, 992], [145, 981], [141, 978], [136, 978], [136, 957], [128, 953], [121, 953], [107, 959]]}, "center": {"109-121": [115, 993], "122-166, T:0-1": [102, 1022]}}, +{"id": 22, "name": "Flag of the United Kingdom", "description": "The United Kingdom is a country in northwestern Europe. Its flag is known as the Union Jack.\n\nThis flag features pixel art of (right to left) the Palace of Westminster and Big Ben (often defaced with a phallus), a teapot and mug, Saint Piran's flag (Cornwall), the Cross of Saint Patrick (Northern Ireland), the Welsh flag, the Scottish saltire, and the logo of the National Health Service.", "links": {"website": ["https://en.wikipedia.org/wiki/United_Kingdom", "https://en.wikipedia.org/wiki/Flag_of_the_United_Kingdom"], "subreddit": ["ukplace", "unitedkingdom"]}, "path": {"125-132": [[569, 476], [569, 541], [575, 541], [575, 557], [701, 557], [701, 476]], "T:0-1": [[570, 476], [570, 548], [568, 548], [568, 551], [570, 551], [570, 557], [623, 557], [623, 558], [661, 558], [661, 557], [701, 557], [701, 476]], "38-49": [[550, 429], [568, 452], [568, 503], [469, 504], [469, 514], [550, 514], [557, 503], [567, 503], [571, 511], [571, 518], [573, 518], [573, 554], [578, 558], [618, 558], [618, 587], [654, 587], [654, 576], [661, 568], [661, 574], [675, 574], [675, 557], [701, 557], [701, 429]], "17-37": [[595, 476], [570, 499], [552, 499], [542, 506], [558, 513], [561, 513], [589, 541], [587, 546], [587, 557], [658, 557], [658, 553], [652, 553], [652, 534], [671, 534], [671, 513], [664, 513], [664, 476]], "8-16": [[566, 476], [551, 508], [551, 512], [564, 558], [619, 558], [620, 557], [652, 557], [652, 530], [701, 530], [701, 509], [644, 507], [638, 490], [636, 490], [646, 476]], "2-7": [[610, 403], [610, 409], [587, 428], [585, 428], [571, 441], [567, 454], [554, 456], [550, 459], [563, 463], [573, 494], [541, 529], [543, 529], [578, 496], [609, 496], [609, 558], [615, 558], [615, 496], [641, 496], [635, 488], [653, 467], [659, 460], [676, 460], [676, 455], [661, 455], [642, 432], [651, 421], [651, 418], [648, 418], [638, 428], [620, 410], [615, 409], [614, 403]], "133-161, 50-121": [[569, 476], [569, 557], [633, 557], [633, 558], [661, 558], [661, 557], [701, 557], [701, 476]], "162-165": [[570, 476], [570, 541], [575, 541], [575, 557], [623, 557], [623, 558], [661, 558], [661, 557], [701, 557], [701, 476]]}, "center": {"125-132": [636, 516], "T:0-1": [635, 517], "38-49": [635, 495], "17-37": [618, 515], "8-16": [604, 517], "2-7": [611, 458], "133-161, 50-121": [639, 517], "162-165": [636, 517]}}, +{"id": 23, "name": "Battle for Dream Island", "description": "Battle for Dream Island (BFDI) is a YouTube web series where animated anthropomorphic objects compete in a elimination competition to win the titular luxury island, Dream Island. The series was created by Michael Huang and Cary Huang.\n\nThis art features characters Leafy and Bubble standing on Yoyleland, a location in BFDI with a distinctive purple terrain and yellow sky.", "links": {"website": ["https://bfdi.tv/", "https://www.youtube.com/watch?v=YQa2-DY7Y_Q&list=PL24C8378F296DB656&ab_channel=jacknjellify"], "subreddit": ["BattleForDreamIsland"]}, "path": {"146-156": [[1561, 41], [1561, 48], [1562, 48], [1562, 69], [1590, 69], [1590, 41]], "114-145": [[1560, 41], [1560, 69], [1589, 69], [1589, 41]], "61-113": [[1560, 41], [1560, 68], [1589, 68], [1589, 41]], "157-166, T:0-1": [[1562, 41], [1562, 69], [1590, 69], [1590, 41]]}, "center": {"146-156": [1576, 55], "114-145": [1575, 55], "61-113": [1575, 55], "157-166, T:0-1": [1576, 55]}}, +{"id": 25, "name": "Northeastern University", "description": "Northeastern University is a university in Boston, Massachusetts, United States. The university's initials and husky mascot are shown here.\n\nThis art was coordinated by Redditors from r/NEU with a Discord server.", "links": {"website": ["http://www.northeastern.edu/", "https://en.wikipedia.org/wiki/Northeastern_University", "https://www.reddit.com/r/NEU/comments/tt7dhj/rplace_northeastern_discord/"], "subreddit": ["NEU"]}, "path": {"1-166, T:0-1": [[183, 698], [183, 715], [259, 715], [259, 698]]}, "center": {"1-166, T:0-1": [221, 707]}}, +{"id": 27, "name": "Club Penguin", "description": "A blue penguin from the massively multiplayer online (MMO) video game Club Penguin, which officially closed in March 2017.", "links": {"website": ["http://clubpenguin.com/", "https://en.wikipedia.org/wiki/Club_Penguin"], "subreddit": ["ClubPenguin"]}, "path": {"56-124": [[1887, 141], [1881, 141], [1880, 142], [1879, 142], [1879, 144], [1878, 145], [1877, 145], [1877, 151], [1876, 151], [1876, 152], [1875, 153], [1875, 154], [1874, 155], [1874, 156], [1873, 157], [1872, 158], [1872, 159], [1871, 160], [1871, 161], [1871, 162], [1871, 165], [1871, 166], [1872, 167], [1873, 166], [1874, 165], [1875, 164], [1875, 165], [1875, 167], [1876, 168], [1877, 169], [1875, 169], [1875, 170], [1875, 171], [1874, 171], [1874, 174], [1879, 174], [1880, 173], [1881, 172], [1882, 173], [1883, 174], [1884, 173], [1885, 172], [1886, 172], [1886, 173], [1887, 173], [1887, 174], [1893, 174], [1893, 173], [1892, 172], [1892, 171], [1891, 170], [1891, 169], [1890, 169], [1891, 168], [1892, 168], [1892, 164], [1893, 165], [1893, 166], [1894, 166], [1894, 167], [1896, 167], [1896, 160], [1895, 159], [1895, 156], [1894, 155], [1893, 154], [1893, 153], [1892, 152], [1891, 151], [1891, 149], [1890, 148], [1890, 145], [1889, 144], [1889, 143], [1888, 142]]}, "center": {"56-124": [1884, 159]}}, +{"id": 31, "name": "Flag of Turkey", "description": "Turkey is a country in Southeastern Europe and Western Asia. The national flag of Turkey, officially the Turkish flag (Turkish: Türk bayrağı), is a red flag featuring a white star and crescent.\n\nThis Turkish flag has a silhouette of Istanbul, the largest city in Turkey, in its background. 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", "https://en.wikipedia.org/wiki/Flag_of_Turkey"], "subreddit": ["Turkey"]}, "path": {"41-106": [[299, 449], [480, 449], [480, 343], [299, 343]], "35-38": [[299, 398], [480, 398], [480, 343], [299, 343]], "6-28": [[299, 399], [432, 399], [432, 318], [299, 318]], "3-5": [[323, 399], [432, 399], [432, 318], [323, 318]], "39-40": [[299, 429], [480, 429], [480, 343], [299, 343]], "145-151": [[299, 343], [299, 450], [480, 450], [480, 430], [507, 430], [507, 422], [480, 422], [480, 343]], "107-144, 152-165, T:0-1": [[299, 343], [299, 450], [480, 450], [480, 343]]}, "center": {"41-106": [390, 396], "35-38": [390, 371], "6-28": [366, 359], "3-5": [378, 359], "39-40": [390, 386], "145-151": [403, 397], "107-144, 152-165, T:0-1": [390, 397]}}, +{"id": 32, "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": {"15-51": [[871, 0], [871, 69], [929, 69], [929, 0]], "59-165, T:0-1": [[1001, 1], [1103, 1], [1103, 119], [1001, 119]]}, "center": {"15-51": [900, 35], "59-165, T:0-1": [1052, 60]}}, +{"id": 33, "name": "Moka pot", "description": "An traditional Italian coffee maker.", "links": {"website": ["https://en.wikipedia.org/wiki/Moka_pot"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"54-100": [[821, 361], [814, 367], [814, 371], [816, 373], [816, 375], [818, 377], [818, 385], [821, 390], [821, 392], [820, 395], [815, 400], [815, 405], [819, 408], [842, 408], [846, 402], [846, 396], [851, 396], [851, 393], [850, 393], [850, 387], [842, 381], [840, 381], [840, 377], [837, 374], [836, 374], [833, 377], [833, 381], [831, 381], [824, 387], [823, 387], [823, 380], [824, 375], [830, 373], [831, 372], [831, 368], [825, 361]], "101-166, 41-53, T:0-1": [[846, 404], [846, 400], [845, 400], [844, 399], [844, 396], [843, 395], [843, 393], [847, 389], [848, 390], [848, 391], [847, 392], [847, 393], [848, 394], [848, 395], [849, 394], [849, 387], [848, 386], [848, 385], [847, 385], [846, 384], [845, 384], [843, 382], [839, 382], [837, 380], [836, 380], [834, 382], [828, 382], [828, 383], [825, 386], [825, 387], [822, 390], [822, 391], [820, 393], [820, 395], [819, 396], [819, 397], [817, 399], [816, 399], [816, 403], [817, 404], [817, 405], [818, 405], [819, 406], [824, 406], [826, 404], [826, 398], [825, 397], [824, 396], [824, 392], [825, 391], [825, 390], [826, 389], [827, 389], [830, 392], [830, 393], [831, 394], [831, 395], [829, 397], [829, 399], [828, 400], [828, 406], [830, 406], [831, 407], [843, 407], [844, 406], [845, 406], [846, 405]]}, "center": {"54-100": [833, 395], "101-166, 41-53, T:0-1": [837, 389]}}, +{"id": 34, "name": "Toki Pona", "description": "Toki Pona is a minimalist constructed language by Sonja Lang (jan Sonja).\n\nThis the first site on the canvas decorated by the Toki Pona community.", "links": {"website": ["https://tokipona.org/", "https://en.wikipedia.org/wiki/Toki_Pona"], "subreddit": ["tokipona"]}, "path": {"63-71": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [757, 330], [757, 325]], "53-62": [[740, 327], [740, 360], [786, 360], [786, 330], [760, 330], [760, 327]], "16-52": [[740, 327], [740, 360], [786, 360], [786, 330], [778, 330], [778, 327]], "1-15": [[742, 329], [739, 332], [739, 345], [741, 347], [741, 355], [742, 355], [742, 361], [783, 361], [783, 355], [784, 355], [784, 347], [786, 345], [786, 332], [783, 329]], "72-164, T:0-1": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [764, 330], [764, 331], [756, 331], [756, 330], [749, 330], [749, 325]]}, "center": {"63-71": [755, 345], "53-62": [756, 345], "16-52": [763, 344], "1-15": [763, 345], "72-164, T:0-1": [770, 345]}}, +{"id": 35, "name": ":happysperm:/:squirtyay:", "description": "This blue squirt originally appeared as an enemy in the game Bastion, but has since become an icon in several communities (often unrelated to Bastion), most notably as a series of Discord server emotes. Its current form on the canvas represents the :happysperm:/:squirtyay: variant. It was built together by r/civbattleroyale, r/CivHybridGames, r/civAIgames, r/civmoddingcentral, The Legacy, The Nerd Hive, and other individuals who recognised the art from Bastion.", "links": {"website": ["https://bastion.fandom.com/wiki/Squirt"], "subreddit": ["civbattleroyale", "CivHybridGames", "civAIgames", "civmoddingcentral"]}, "path": {"6-18": [[720, 361], [716, 363], [713, 367], [713, 373], [715, 376], [728, 376], [730, 374], [730, 367], [727, 363], [723, 361]], "19-164, T:0-1": [[720, 361], [716, 363], [713, 367], [713, 374], [715, 378], [719, 380], [724, 380], [728, 377], [730, 374], [730, 367], [727, 363], [723, 361]]}, "center": {"6-18": [722, 369], "19-164, T:0-1": [722, 371]}}, +{"id": 36, "name": "Java", "description": "Java is an object-oriented programming language.\n\nThis art was built and maintained by the Java Discord server.", "links": {"website": ["https://www.java.com/en/", "https://en.wikipedia.org/wiki/Java_(programming_language)"], "discord": ["java"]}, "path": {"93-165, T:0-1": [[1220, 869], [1216, 873], [1214, 877], [1214, 879], [1216, 881], [1224, 881], [1227, 878], [1227, 877], [1224, 874], [1224, 872], [1221, 869]]}, "center": {"93-165, T:0-1": [1220, 876]}}, +{"id": 37, "name": "Tally Hall", "description": "Tally Hall is an American rock band.\n\nThis art was a joint effort between r/tallyhall and r/lemondemon. Above it, in the trans pride flag, is \"Ally Hall\", a joint project between r/tallyhall and r/transplace.", "links": {"website": ["https://www.tallyhall.com", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "lemondemon"], "discord": ["jZjmeq86tV"]}, "path": {"7-12": [[766, 476], [766, 507], [800, 507], [800, 476]], "5-6": [[575, 70], [541, 70], [540, 53], [574, 53]], "3-4": [[603, 89], [603, 118], [635, 118], [635, 89]], "13-164, T:0-1": [[753, 476], [753, 521], [763, 521], [763, 507], [787, 507], [787, 476]]}, "center": {"7-12": [783, 492], "5-6": [558, 62], "3-4": [619, 104], "13-164, T:0-1": [771, 492]}}, +{"id": 39, "name": "Miracle butterfly", "description": "The miracle butterfly is a major plot element in the Disney movie Encanto.\n\nA piece created by r/Encanto, this butterfly's place was granted in a deal with Oyasumi Punpun in exchange for guarding their piece. It saw minimal griefing, as both parties defended it.", "links": {"website": ["https://en.wikipedia.org/wiki/Encanto_(film)"], "subreddit": ["Encanto"]}, "path": {"101-167, 65-96, T:0-1": [[1919, 270], [1919, 281], [1928, 281], [1933, 270]]}, "center": {"101-167, 65-96, T:0-1": [1925, 276]}}, +{"id": 41, "name": "Amulet of Yendor", "description": "The Amulet of Yendor is a powerful artifact in the game Pixel Dungeon. It is a reference to the same item in Brogue and Rogue, two roguelike games that influenced Pixel Dungeon.", "links": {"website": ["https://pixeldungeon.fandom.com/wiki/Amulet_of_Yendor"], "subreddit": ["PixelDungeon"]}, "path": {"2-12": [[696, 362], [691, 367], [691, 374], [696, 379], [703, 379], [708, 374], [708, 367], [703, 362]], "13-166, T:0-1": [[697, 360], [692, 365], [692, 370], [697, 375], [702, 375], [707, 370], [707, 365], [702, 360]]}, "center": {"2-12": [700, 371], "13-166, T:0-1": [700, 368]}}, +{"id": 42, "name": "Hatchling", "description": "Hatchling is the main character of the game Outer Wilds. The name \"hatchling\" is a fan name, and the character has not been named officially.", "links": {"website": ["https://outerwilds.fandom.com/wiki/The_Protagonist"], "subreddit": ["outerwilds", "place_CentralAlliance"]}, "path": {"6-165, T:0-1": [[382, 921], [380, 923], [380, 924], [382, 928], [382, 930], [379, 935], [379, 938], [381, 940], [383, 940], [383, 945], [392, 945], [392, 940], [393, 940], [395, 938], [395, 935], [393, 932], [393, 929], [392, 928], [392, 924], [388, 920], [385, 920], [384, 921]]}, "center": {"6-165, T:0-1": [387, 935]}}, +{"id": 43, "name": "Corridor Digital", "description": "Logo from the Corridor YouTube channel, a group of visual effects (VFX) artists.", "links": {"website": ["https://www.youtube.com/c/Corridor", "https://en.wikipedia.org/wiki/Corridor_Digital"], "subreddit": ["Corridor"]}, "path": {"16-100": [[120, 87], [114, 93], [122, 101], [128, 95], [128, 93], [122, 87]], "101-165, T:0-1": [[109, 90], [120, 79], [122, 79], [133, 90], [133, 92], [122, 103], [122, 104], [121, 104], [109, 92]]}, "center": {"16-100": [121, 94], "101-165, T:0-1": [121, 91]}}, +{"id": 46, "name": "The Elder Scrolls V: Skyrim", "description": "The logo for the fifth Elder Scrolls game, Skyrim.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Elder_Scrolls_V:_Skyrim"], "subreddit": ["skyrim"]}, "path": {"56-167, T:0-1": [[1969, 238], [1999, 238], [1999, 276], [1969, 276]]}, "center": {"56-167, T:0-1": [1984, 257]}}, +{"id": 47, "name": "Moon Lord", "description": "The Moon Lord is the final boss from the game Terraria.\n\nThis art was created by the Terraria community and the community of Twitch streamer Chance \"Sodapoppin\" Morris.", "links": {"website": ["https://terraria.fandom.com/wiki/Moon_Lord"], "subreddit": ["Terraria"]}, "path": {"59-154": [[1768, 304], [1782, 304], [1792, 315], [1792, 345], [1798, 345], [1809, 353], [1809, 359], [1816, 369], [1817, 369], [1819, 354], [1816, 351], [1816, 346], [1811, 343], [1811, 341], [1813, 340], [1818, 340], [1818, 328], [1824, 324], [1827, 324], [1835, 331], [1839, 337], [1839, 340], [1835, 344], [1835, 350], [1830, 357], [1825, 378], [1824, 394], [1818, 401], [1812, 401], [1796, 378], [1791, 404], [1771, 408], [1757, 405], [1755, 378], [1752, 378], [1738, 401], [1731, 401], [1722, 388], [1720, 356], [1709, 338], [1709, 336], [1713, 329], [1722, 322], [1733, 326], [1732, 343], [1737, 338], [1740, 338], [1741, 342], [1730, 354], [1730, 366], [1733, 370], [1739, 362], [1739, 356], [1745, 349], [1757, 345], [1756, 329], [1756, 323], [1760, 313]], "155-166, T:0-1": [[1768, 304], [1782, 304], [1792, 315], [1792, 345], [1798, 345], [1809, 353], [1809, 359], [1816, 369], [1817, 369], [1819, 354], [1816, 351], [1816, 346], [1814, 344], [1814, 339], [1820, 331], [1822, 331], [1823, 333], [1835, 341], [1825, 352], [1824, 389], [1819, 399], [1813, 399], [1803, 388], [1797, 377], [1793, 384], [1793, 392], [1788, 402], [1769, 402], [1765, 398], [1760, 398], [1757, 392], [1758, 380], [1754, 374], [1749, 383], [1743, 383], [1743, 390], [1739, 399], [1735, 401], [1733, 401], [1723, 389], [1723, 355], [1713, 342], [1721, 335], [1729, 335], [1731, 328], [1741, 339], [1740, 342], [1730, 352], [1730, 368], [1732, 370], [1735, 370], [1740, 354], [1747, 348], [1757, 346], [1759, 314]]}, "center": {"59-154": [1775, 364], "155-166, T:0-1": [1776, 364]}}, +{"id": 50, "name": "Mass Effect", "description": "Mass Effect is a series of third-person science fiction role-playing games developed by BioWare.", "links": {"website": ["https://en.wikipedia.org/wiki/Mass_Effect"], "subreddit": ["masseffect"]}, "path": {"115-123": [[801, 984], [801, 997], [800, 997], [800, 1018], [841, 1018], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [827, 963], [820, 963], [818, 965], [818, 979], [820, 979], [820, 984]], "26-114": [[801, 985], [801, 998], [841, 998], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [826, 963], [821, 963], [818, 966], [818, 985]], "124-165, T:0-1": [[796, 981], [796, 1018], [841, 1018], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [826, 963], [820, 963], [818, 965], [818, 979], [820, 979], [820, 984], [800, 984], [800, 981]]}, "center": {"115-123": [822, 1001], "26-114": [827, 988], "124-165, T:0-1": [819, 1001]}}, +{"id": 51, "name": "Mass Relay", "description": "A Mass Relay is a form of faster-than-light (FTL) travel from the Mass Effect games.", "links": {"website": ["https://masseffect.fandom.com/wiki/Mass_Relay"], "subreddit": ["masseffect"]}, "path": {"32-165, T:0-1": [[832, 977], [831, 978], [830, 978], [827, 981], [830, 984], [835, 984], [835, 983], [843, 983], [843, 979], [835, 979], [835, 978], [833, 978]]}, "center": {"32-165, T:0-1": [832, 981]}}, +{"id": 52, "name": "Tali'Zorah", "description": "Tali'Zorah is a popular character from the Mass Effect game series.", "links": {"website": ["https://en.wikipedia.org/wiki/Tali'Zorah", "https://masseffect.fandom.com/wiki/Tali%27Zorah_nar_Rayya"], "subreddit": ["masseffect"]}, "path": {"26-165, T:0-1": [[820, 963], [818, 965], [818, 979], [820, 979], [820, 983], [821, 983], [823, 981], [824, 981], [826, 983], [827, 983], [827, 979], [829, 979], [829, 966], [826, 963]]}, "center": {"26-165, T:0-1": [824, 973]}}, +{"id": 53, "name": "Rec Room", "description": "Rec Room is a cross-platform virtual reality, console, mobile, & PC social video game with an integrated game creation system. It is developed and published by Rec Room Inc. (formerly Against Gravity) on June 1st, 2016.", "links": {"website": ["https://recroom.com", "https://en.wikipedia.org/wiki/Rec_Room_(video_game)"], "subreddit": ["RecRoom", "place_CentralAlliance"], "discord": ["recroom"], "wiki": ["Rec_Room"]}, "path": {"27-60": [[390, 973], [402, 973], [402, 985], [390, 985]], "61-63": [[392, 985], [404, 985], [404, 997], [392, 997]], "64-109": [[392, 981], [404, 981], [404, 1000], [392, 1000]], "T:0-1": [[363, 1040], [363, 1067], [403, 1067], [403, 1040]], "110-166": [[362, 1039], [362, 1068], [404, 1068], [404, 1039]]}, "center": {"27-60": [396, 979], "61-63": [398, 991], "64-109": [398, 991], "T:0-1": [383, 1054], "110-166": [383, 1054]}}, +{"id": 54, "name": "Smiling Friends", "description": "Smiling Friends is an animated television series created by Zach Hadel and Michael Cusack for Cartoon Network's night-time programming block Adult Swim.", "links": {"website": ["https://en.wikipedia.org/wiki/Smiling_Friends"], "subreddit": ["SmilingFriends", "place_CentralAlliance"]}, "path": {"2-166, T:0-1": [[512, 900], [548, 900], [548, 932], [551, 935], [551, 954], [550, 954], [542, 946], [534, 954], [515, 954], [513, 952], [513, 932], [512, 932]]}, "center": {"2-166, T:0-1": [530, 926]}}, +{"id": 55, "name": "Mikio Fujioka", "description": "A star in tribute to Mikio Fujioka, a guitarist of BABYMETAL's backing band the KAMI band who sadly passed away in 2018.", "links": {"website": ["https://babymetal.fandom.com/wiki/Fujioka_Mikio"], "subreddit": ["BABYMETAL"]}, "path": {"134-165, 70-127, T:0-1": [[1123, 478], [1123, 481], [1120, 481], [1120, 483], [1123, 483], [1123, 486], [1125, 486], [1125, 483], [1128, 483], [1128, 481], [1125, 481], [1125, 478]]}, "center": {"134-165, 70-127, T:0-1": [1124, 482]}}, +{"id": 56, "name": "The Adventures of Tintin", "description": "The Adventures of Tintin is a Belgian comic series by cartoonist Georges Remi (pen name Hergé), following the exploits of the titular reporter and adventurer Tintin, who travels the world with his dog Snowy. The character was created in 1929 and introduced in Le Petit Vingtième, a weekly youth supplement to the Belgian newspaper Le Vingtième Siècle.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Adventures_of_Tintin"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"4-166, T:0-1": [[295, 607], [295, 599], [296, 598], [297, 597], [296, 596], [295, 595], [294, 594], [294, 591], [295, 591], [295, 588], [296, 587], [300, 583], [300, 582], [301, 581], [302, 580], [304, 580], [305, 581], [306, 582], [306, 585], [307, 586], [308, 587], [308, 588], [309, 589], [310, 588], [311, 587], [312, 588], [313, 589], [314, 588], [315, 587], [316, 588], [317, 589], [317, 592], [318, 593], [318, 596], [319, 597], [321, 597], [322, 598], [322, 602], [321, 603], [319, 603], [318, 602], [317, 603], [317, 604], [315, 606], [313, 606], [310, 603], [310, 607], [309, 608], [309, 609], [308, 610], [307, 611], [299, 611]]}, "center": {"4-166, T:0-1": [305, 596]}}, +{"id": 57, "name": "Queen Margrethe II", "description": "A picture of Her Majesty Queen Margrethe II, Queen of Denmark. She is depicted smoking a cigarette, as she is well known for her tobacco habit.", "links": {"website": ["https://en.wikipedia.org/wiki/Margrethe_II_of_Denmark"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"63-166, T:0-1": [[478, 215], [484, 215], [484, 216], [486, 216], [486, 217], [488, 217], [488, 218], [490, 218], [490, 219], [491, 219], [491, 220], [493, 220], [493, 221], [494, 221], [494, 222], [495, 222], [495, 293], [437, 294], [437, 287], [448, 277], [449, 275], [449, 272], [448, 271], [448, 269], [448, 266], [448, 265], [447, 262], [448, 262], [450, 260], [449, 258], [449, 256], [447, 255], [450, 253], [453, 249], [448, 248], [452, 245], [457, 249], [458, 247], [456, 245], [456, 243], [458, 241], [459, 240], [459, 237], [459, 235], [461, 237], [463, 235], [463, 234], [464, 231], [458, 228], [459, 225], [458, 224], [458, 221], [458, 220], [463, 220], [466, 220], [467, 222], [473, 219], [474, 219]]}, "center": {"63-166, T:0-1": [472, 270]}}, +{"id": 58, "name": "Kaj & Andrea", "description": "Popular children's cartoon in Denmark containing two puppets named Kaj (the frog) and Andrea (the parrot).", "links": {"website": ["https://en.wikipedia.org/wiki/Kaj_%26_Andrea"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"18-30": [[470, 314], [464, 322], [463, 334], [461, 336], [462, 337], [462, 341], [497, 341], [497, 339], [496, 338], [496, 330], [490, 323], [488, 322], [481, 322], [478, 324], [476, 324], [476, 321], [477, 320], [479, 320], [479, 319], [476, 314]], "62-165, T:0-1": [[437, 215], [454, 218], [457, 222], [457, 226], [459, 226], [457, 226], [457, 228], [459, 230], [456, 232], [452, 232], [453, 234], [453, 243], [446, 250], [442, 250], [441, 248], [439, 248], [437, 251], [434, 249], [435, 245], [436, 242], [437, 234], [435, 233], [435, 226], [436, 224], [437, 224], [437, 222], [434, 221], [437, 216]]}, "center": {"18-30": [484, 332], "62-165, T:0-1": [446, 226]}}, +{"id": 59, "name": "Art Heaven", "description": "Art Heaven is an art community started on Discord. This is an image of our mascot, Abby!", "links": {"subreddit": ["artheaven"]}, "path": {"28-166, T:0-1": [[641, 631], [641, 648], [661, 648], [661, 631]]}, "center": {"28-166, T:0-1": [651, 640]}}, +{"id": 61, "name": "Hermitcraft", "description": "Hermitcraft is a popular SMP (Survival Multiplayer) for the game Minecraft, featuring many of the most popular creators in the Minecraft YouTube community.", "links": {"website": ["https://hermitcraft.com", "https://hermitcraft.fandom.com/wiki/Hermitcraft"], "subreddit": ["HermitCraft"]}, "path": {"10-114": [[851, 607], [851, 631], [860, 631], [860, 634], [869, 634], [869, 631], [894, 631], [895, 632], [897, 632], [899, 630], [902, 630], [902, 615], [905, 615], [905, 591], [924, 591], [924, 584], [880, 584], [880, 591], [860, 591], [860, 607]], "1-9": [[880, 584], [880, 590], [924, 590], [924, 584]], "115-165, T:0-1": [[880, 584], [880, 591], [857, 591], [857, 587], [851, 587], [851, 591], [860, 591], [860, 607], [851, 607], [851, 631], [860, 631], [860, 639], [862, 639], [862, 638], [866, 634], [869, 634], [869, 631], [894, 631], [895, 632], [897, 632], [898, 631], [902, 631], [902, 615], [905, 615], [905, 591], [924, 591], [924, 584]]}, "center": {"10-114": [882, 611], "1-9": [902, 587], "115-165, T:0-1": [903, 588]}}, +{"id": 62, "name": "Notte Boom sticker", "description": "An in-game emote used in the Dragalia Lost mobile game featuring the character Notte.", "links": {"website": ["https://dragalialost.com/", "https://dragalialost.wiki/w/Stickers", "https://dragalialost.wiki/w/Notte", "https://en.wikipedia.org/wiki/Dragalia_Lost"], "subreddit": ["DragaliaLost"]}, "path": {"10-33": [[182, 34], [182, 64], [215, 64], [215, 34]], "3-8": [[73, 725], [71, 727], [71, 735], [73, 737], [77, 737], [78, 736], [84, 736], [85, 735], [89, 735], [91, 732], [91, 727], [88, 727], [87, 728], [81, 728], [78, 725]], "34-165, T:0-1": [[178, 34], [215, 34], [215, 64], [178, 64]]}, "center": {"10-33": [199, 49], "3-8": [76, 731], "34-165, T:0-1": [197, 49]}}, +{"id": 63, "name": "Patriotic Dragonite", "description": "Dragonite is a Dragon/Flying-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). It has become a symbol of Spanish patriotism on many memes featuring it in front of a Spanish flag.", "links": {"website": ["https://twitter.com/ladamadel_lago/status/1143813408141316096", "https://bulbapedia.bulbagarden.net/wiki/Dragonite_(Pok%C3%A9mon)"], "subreddit": ["esPlace", "spain", "PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"67-160, T:0-1": [[973, 308], [973, 306], [974, 305], [974, 303], [973, 302], [972, 301], [972, 300], [972, 299], [973, 298], [974, 297], [973, 296], [973, 295], [972, 294], [970, 294], [968, 296], [967, 295], [967, 291], [969, 289], [970, 288], [970, 286], [971, 287], [972, 288], [974, 288], [975, 287], [976, 286], [977, 285], [980, 285], [981, 286], [985, 285], [986, 286], [987, 286], [988, 285], [989, 286], [987, 288], [986, 288], [985, 287], [984, 288], [984, 293], [985, 293], [987, 293], [989, 291], [989, 290], [990, 288], [991, 287], [992, 286], [993, 287], [994, 288], [995, 289], [995, 296], [996, 296], [996, 297], [995, 297], [993, 297], [993, 295], [990, 295], [989, 296], [988, 296], [988, 298], [989, 300], [989, 301], [988, 302], [989, 303], [992, 303], [992, 302], [991, 301], [991, 298], [994, 298], [995, 299], [995, 300], [997, 300], [997, 301], [998, 301], [998, 305], [997, 306], [996, 306], [995, 307], [990, 311], [990, 312], [989, 313], [989, 314], [985, 318], [983, 318], [982, 317], [982, 316], [983, 315], [983, 313], [982, 312], [981, 311], [980, 312], [980, 313], [977, 313], [977, 314], [975, 316], [973, 316], [972, 315], [972, 314], [973, 313], [974, 312], [974, 311], [973, 310]], "161-166, 42-66": [[973, 308], [973, 306], [974, 305], [974, 303], [973, 302], [972, 301], [972, 300], [972, 299], [973, 298], [974, 297], [973, 296], [973, 295], [972, 294], [970, 294], [968, 296], [967, 295], [967, 291], [969, 289], [970, 288], [970, 286], [971, 287], [972, 288], [974, 288], [975, 287], [976, 286], [977, 285], [980, 285], [981, 286], [985, 285], [986, 286], [987, 286], [988, 285], [989, 286], [987, 288], [986, 288], [985, 287], [984, 288], [984, 293], [985, 293], [987, 293], [989, 291], [989, 290], [990, 288], [991, 287], [992, 286], [993, 287], [994, 288], [995, 289], [995, 296], [996, 296], [996, 297], [995, 297], [993, 297], [993, 295], [990, 295], [989, 296], [988, 296], [988, 298], [989, 300], [989, 301], [988, 302], [989, 303], [992, 303], [992, 302], [991, 301], [991, 298], [994, 298], [995, 299], [995, 300], [997, 300], [997, 301], [998, 301], [998, 305], [997, 306], [996, 306], [994, 308]]}, "center": {"67-160, T:0-1": [981, 301], "161-166, 42-66": [981, 300]}}, +{"id": 64, "name": "Shane Keith Warne", "description": "Shane Warne (1969-2022) was an Australian cricketer. A right-arm leg spinner, he is widely regarded as one of the greatest bowlers in cricket history. Lovingly known as \"Warnie\", he will forever stay immortal in the hearts of cricket fans all around the world.", "links": {"website": ["https://www.instagram.com/shanewarne23/?hl=en", "https://en.wikipedia.org/wiki/Shane_Warne"], "subreddit": ["Cricket"]}, "path": {"74-87": [[293, 252], [334, 252], [334, 298], [323, 298], [323, 282], [293, 282]], "39-73, 88-165, T:0-1": [[293, 252], [293, 282], [334, 282], [334, 252]]}, "center": {"74-87": [315, 267], "39-73, 88-165, T:0-1": [314, 267]}}, +{"id": 65, "name": "Mayreel", "description": "Mayreel is an alpaca character from the gacha mobile game Guardian Tales. She has the power of grass and flowers, and is the god of harvest Kamael's divine beast. Usually, she tags along in her alpaca form with the player character Bari, but she can change into human form.", "links": {"website": ["https://guardian-tales.fandom.com/wiki/Mayreel"], "subreddit": ["GuardianTales"]}, "path": {"31-166, T:0-1": [[688, 194], [692, 194], [692, 195], [693, 196], [693, 199], [696, 199], [696, 200], [697, 200], [697, 203], [698, 204], [700, 204], [700, 205], [701, 205], [701, 207], [702, 207], [702, 211], [701, 211], [701, 214], [700, 214], [696, 218], [695, 219], [694, 219], [693, 218], [691, 218], [690, 219], [689, 219], [688, 218], [685, 218], [684, 219], [683, 219], [677, 213], [677, 205], [682, 199], [682, 196], [684, 194], [686, 194], [686, 195], [687, 196], [688, 196], [689, 195]]}, "center": {"31-166, T:0-1": [688, 208]}}, +{"id": 66, "name": "BABYMETAL", "description": "BABYMETAL is a Japanese metal band. This art pictures band members Yuimetal, Su-metal, and Moametal.\n\nOnce you've heard it, you'll never unhear it. BABYMETAL is a band that you'll either love or hate. Amuse producer Key Kobayashi delved into the unknown and fused idol (J-pop) and metal, creating a sub-group of Sakura Gakuin: BABYMETAL! Having blossomed in Japan, they exploded into the Western world after their first album release in February 2014. Going on to tour the world within just four years of their creation, they have taken the metal scene by storm.", "links": {"website": ["https://www.babymetal.com/en/", "https://en.wikipedia.org/wiki/Babymetal"], "subreddit": ["BABYMETAL"]}, "path": {"4-29": [[648, 591], [648, 604], [701, 604], [701, 591]], "30-165, T:0-1": [[649, 591], [701, 591], [701, 631], [649, 631]]}, "center": {"4-29": [675, 598], "30-165, T:0-1": [675, 599]}}, +{"id": 67, "name": "Metal Resistance", "description": "Metal Resistance is an album by BABYMETAL, a Japanese heavy metal band.", "links": {"website": ["https://en.wikipedia.org/wiki/Metal_Resistance"], "subreddit": ["BABYMETAL"]}, "path": {"61-164, T:0-1": [[1115, 465], [1125, 465], [1125, 461], [1164, 461], [1164, 465], [1167, 465], [1167, 466], [1159, 474], [1157, 474], [1157, 481], [1149, 481], [1144, 478], [1139, 478], [1134, 481], [1125, 481], [1125, 474], [1123, 474], [1115, 466]]}, "center": {"61-164, T:0-1": [1133, 471]}}, +{"id": 68, "name": "Nomai mask", "description": "This is the mask of the Nomai, an old, dead civilization in the solar system of Outer Wilds.", "links": {"website": ["https://outerwilds.fandom.com/wiki/Nomai"], "subreddit": ["outerwilds"]}, "path": {"61-166, T:0-1": [[1677, 644], [1676, 645], [1674, 645], [1669, 650], [1669, 659], [1667, 659], [1667, 661], [1666, 662], [1666, 665], [1669, 668], [1669, 669], [1668, 670], [1671, 673], [1671, 675], [1672, 675], [1673, 674], [1674, 674], [1680, 680], [1682, 680], [1683, 679], [1688, 679], [1689, 680], [1691, 680], [1697, 674], [1698, 674], [1699, 675], [1700, 674], [1700, 672], [1701, 671], [1702, 671], [1703, 670], [1702, 669], [1702, 668], [1705, 665], [1705, 662], [1704, 661], [1704, 659], [1702, 659], [1702, 650], [1697, 645], [1695, 645], [1694, 644], [1690, 644], [1687, 641], [1684, 641], [1681, 644]]}, "center": {"61-166, T:0-1": [1685, 661]}}, +{"id": 70, "name": "Michigun", "description": "Michigun was a famous and skilled player of the game Geometry Dash who died in 2021. This is a memorial dedicated to Michigun.", "links": {"website": ["https://www.youtube.com/c/Michigun", "https://geometry-dash-fan.fandom.com/wiki/Michigun"], "subreddit": ["geometrydashplace", "geometrydash"]}, "path": {"31-39": [[940, 354], [940, 356], [931, 364], [925, 364], [922, 367], [922, 419], [961, 419], [961, 367], [958, 364], [953, 364]], "2-30, 40-166, T:0-1": [[922, 366], [922, 419], [961, 419], [961, 366]]}, "center": {"31-39": [942, 387], "2-30, 40-166, T:0-1": [942, 393]}}, +{"id": 71, "name": "Georgia Institute of Technology", "description": "The Georgia Institute of Technology (Georgia Tech) is a university in Atlanta, Georgia, United States. This area features the head of Georgia Tech's mascot Buzz and the interlocking GT logo at the top, ECH down the side (an homage to stealing the T), and the Ramblin' Wreck at the bottom.", "links": {"website": ["https://www.gatech.edu", "https://en.wikipedia.org/wiki/Georgia_Tech"], "subreddit": ["gatech"]}, "path": {"6-166, T:0-1": [[421, 528], [378, 528], [378, 549], [412, 549], [412, 583], [378, 583], [378, 608], [421, 608]]}, "center": {"6-166, T:0-1": [409, 537]}}, +{"id": 72, "name": "Formula 1", "description": "Formula 1 is a professional car racing organization and championship. This art features logos of all 2022 teams. The Williams-W with the addition of \"FW\" is in honour of the late founder Frank Williams.\n\n\"Keep fighting Michael\" honours Michael Schumacher who is still fighting for his life after a devastating skiing accident many years ago.\n\n\"JB17\" is a testiment to Jules Bianchi, who suffered a fatal accident during the 2014 Japanese Grand Prix.\n\n\"AH19\" is a testiment to the late Anthoine Hubert who lost his life during the 2019 Belgian Grand Prix in the Saturday race in Formula 2.", "links": {"website": ["https://en.wikipedia.org/wiki/Formula_One"], "subreddit": ["formula1"]}, "path": {"1-42": [[447, 761], [447, 830], [571, 830], [571, 761]], "43-165, T:0-1": [[448, 762], [571, 762], [571, 829], [433, 829], [433, 757], [448, 757]]}, "center": {"1-42": [509, 796], "43-165, T:0-1": [540, 810]}}, +{"id": 73, "name": "Technische Universität Hansestadt Hamburg", "description": "Technische Universität Hansestadt Hamburg (English: Hamburg University of Technology) is a university near Hamburg, Germany.", "links": {"website": ["https://www.tuhh.de", "https://en.wikipedia.org/wiki/Hamburg_University_of_Technology"], "subreddit": ["TU_HH"]}, "path": {"55-68": [[221, 165], [221, 171], [239, 171], [239, 165]], "44-54": [[221, 165], [221, 169], [239, 169], [239, 165]], "69-165, T:0-1": [[221, 165], [245, 165], [245, 171], [221, 171]]}, "center": {"55-68": [230, 168], "44-54": [230, 167], "69-165, T:0-1": [233, 168]}}, +{"id": 74, "name": "Ethereum", "description": "Ethereum is a blockchain powering smart contracts and cryptocurrencies, including the cryptocurrency ETH itself.\n\nThe Ethereum logo is drawn between Loopring and Immutable X, two Ethereum layer 2 solutions that have a partnership with GameStop for an upcoming marketplace. It was built by a small team of about 50 people after a smaller version south of the current location was taken over. It was rebuilt after an attack by the trees below in conjunction with the German flag, and later 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": {"website": ["http://ethereum.org/", "https://en.wikipedia.org/wiki/Ethereum"], "discord": ["BMCdDHvNm6"]}, "path": {"9-19": [[783, 898], [783, 922], [784, 922], [795, 916], [795, 898]], "20-44, 51-165, T:0-1": [[840, 857], [828, 877], [828, 880], [840, 896], [841, 896], [853, 880], [853, 877], [841, 857]]}, "center": {"9-19": [789, 910], "20-44, 51-165, T:0-1": [841, 877]}}, +{"id": 75, "name": "Destiny", "description": "Steven Kenneth \"Destiny\" Bonnell II is a gaming and politics Twitch streamer and YouTuber.", "links": {"website": ["https://destiny.gg", "https://en.wikipedia.org/wiki/Destiny_(streamer)"], "subreddit": ["Destiny"]}, "path": {"3-165, T:0-1": [[334, 78], [399, 78], [399, 131], [334, 131]]}, "center": {"3-165, T:0-1": [367, 105]}}, +{"id": 76, "name": "lttstore.com", "description": "lttstore.com is an online store for branded merchandise from the YouTube channel Linus Tech Tips. It is commonly shouted out on Linus Tech Tips videos.\n\nSpammers 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": {"45-64": [[48, 765], [48, 777], [125, 777], [125, 765]], "65-166, 9-44, T:0-1": [[48, 765], [48, 777], [117, 777], [117, 765]]}, "center": {"45-64": [87, 771], "65-166, 9-44, T:0-1": [83, 771]}}, +{"id": 77, "name": "Löwenzahn", "description": "Löwenzahn (German for \"dandelion\") is a popular German children's TV show.", "links": {"website": ["https://en.wikipedia.org/wiki/L%C3%B6wenzahn"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"85-95": [[509, 831], [509, 836], [507, 836], [504, 839], [503, 841], [503, 844], [504, 845], [504, 848], [507, 851], [507, 854], [506, 856], [503, 856], [503, 860], [504, 861], [504, 863], [503, 863], [501, 865], [501, 866], [534, 866], [536, 864], [536, 861], [534, 861], [530, 857], [533, 857], [533, 854], [537, 854], [537, 848], [539, 848], [539, 843], [538, 843], [536, 845], [535, 845], [533, 843], [533, 841], [543, 836], [549, 836], [553, 838], [559, 838], [560, 839], [563, 839], [563, 840], [564, 841], [564, 844], [566, 846], [576, 846], [576, 848], [581, 848], [581, 849], [582, 852], [584, 854], [589, 854], [591, 856], [592, 860], [603, 860], [603, 862], [605, 864], [607, 865], [609, 862], [609, 858], [605, 854], [608, 851], [611, 851], [612, 850], [614, 850], [614, 856], [616, 856], [619, 853], [623, 853], [623, 855], [625, 857], [625, 860], [630, 860], [632, 862], [633, 861], [633, 859], [634, 858], [634, 855], [637, 855], [638, 856], [640, 854], [648, 854], [649, 855], [651, 855], [651, 856], [653, 857], [653, 859], [656, 859], [656, 857], [659, 857], [661, 855], [659, 853], [660, 852], [665, 852], [665, 849], [668, 849], [669, 847], [673, 847], [673, 844], [674, 844], [677, 837], [677, 836], [674, 836], [673, 835], [672, 836], [672, 840], [671, 841], [671, 844], [667, 844], [666, 843], [665, 844], [665, 845], [663, 845], [661, 847], [661, 849], [659, 850], [657, 850], [657, 846], [655, 846], [655, 849], [647, 849], [650, 846], [648, 844], [646, 846], [646, 847], [645, 848], [642, 848], [642, 846], [640, 844], [638, 846], [638, 847], [632, 847], [632, 845], [631, 845], [629, 847], [629, 849], [626, 849], [626, 847], [624, 847], [623, 846], [618, 846], [618, 843], [616, 843], [613, 846], [613, 847], [607, 847], [605, 845], [601, 843], [571, 843], [571, 839], [568, 839], [568, 836], [565, 836], [563, 834], [568, 833], [571, 830], [571, 828], [570, 828], [569, 829], [565, 829], [565, 831], [555, 831], [555, 829], [540, 829], [539, 830], [534, 832], [523, 832], [520, 829], [519, 830], [512, 830], [511, 831]], "53-84, 96-166, T:0-1": [[512, 829], [508, 831], [508, 833], [510, 836], [507, 836], [504, 838], [502, 841], [502, 844], [503, 845], [503, 849], [505, 849], [509, 853], [509, 855], [507, 855], [507, 858], [505, 858], [505, 863], [510, 865], [518, 865], [519, 866], [522, 866], [523, 865], [525, 865], [527, 862], [533, 862], [536, 859], [536, 855], [537, 855], [537, 847], [539, 845], [539, 839], [537, 839], [537, 834], [534, 834], [534, 832], [527, 832], [525, 834], [524, 834], [520, 830], [518, 830], [516, 832], [515, 832], [515, 831], [513, 829]]}, "center": {"85-95": [520, 846], "53-84, 96-166, T:0-1": [523, 848]}}, +{"id": 78, "name": "Colosseum", "description": "The Colosseum is an ancient Roman gladiator arena and amphitheater built in Rome, Italy.", "links": {"website": ["https://en.wikipedia.org/wiki/Colosseum"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"43-101": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [820, 421], [820, 425], [822, 427], [825, 429], [830, 429], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 427], [789, 419], [787, 419], [787, 417], [789, 417]], "102-165, T:0-1": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [824, 417], [824, 419], [825, 419], [825, 428], [830, 428], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 428], [789, 419], [787, 419], [787, 417], [789, 417]]}, "center": {"43-101": [806, 433], "102-165, T:0-1": [808, 432]}}, +{"id": 79, "name": "Dante Alighieri", "description": "An Italian poet, known for writing the Divine Comedy (Italian: Divina Commedia).", "links": {"website": ["https://en.wikipedia.org/wiki/Dante_Alighieri"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"46-165, T:0-1": [[858, 366], [852, 371], [848, 371], [842, 366], [842, 357], [846, 353], [849, 353], [849, 352], [845, 351], [843, 348], [842, 342], [847, 338], [846, 333], [848, 325], [852, 325], [853, 324], [855, 324], [859, 328], [861, 329], [863, 352], [864, 353], [864, 360], [854, 360], [854, 361], [857, 362], [858, 363]]}, "center": {"46-165, T:0-1": [853, 344]}}, +{"id": 80, "name": "Flag of Poland", "description": "Poland is a country in Central Europe.\n\nThis Polish flag has dumplings, a bottle of vodka, Pope John Paul II, footballer Robert Lewandowski, a Polish hussar, and the dog from the old Polish cartoon \"Reksio\" drawn on top of it.", "links": {"website": ["https://en.wikipedia.org/wiki/Poland", "https://en.wikipedia.org/wiki/Flag_of_Poland"], "subreddit": ["Polska", "poland"]}, "path": {"2-7": [[448, 342], [601, 342], [601, 376], [448, 376]], "8-31": [[432, 342], [689, 342], [689, 376], [432, 376]], "32-165, T:0-1": [[480, 343], [689, 343], [689, 376], [480, 376]]}, "center": {"2-7": [525, 359], "8-31": [561, 359], "32-165, T:0-1": [585, 360]}}, +{"id": 83, "name": "Karlsruhe Institute of Technology", "description": "The Karlsruhe Institute of Technology (Karlsruher Institut für Technologie; KIT) is national research center and the biggest university in the city of Karlsruhe, Germany.", "links": {"website": ["https://kit.edu", "https://en.wikipedia.org/wiki/Karlsruhe_Institute_of_Technology"], "subreddit": ["KaIT"]}, "path": {"3-15": [[765, 521], [765, 547], [832, 547], [832, 521]], "16-166, T:0-1": [[760, 521], [760, 547], [832, 547], [832, 521]]}, "center": {"3-15": [799, 534], "16-166, T:0-1": [796, 534]}}, +{"id": 85, "name": "Cave Story", "description": "Cave Story, originally released as Dōkutsu Monogatari, is a 2004 Metroidvania platform-adventure game for Microsoft Windows. It was developed over five years by Japanese developer Daisuke \"Pixel\" Amaya in his free time. The characters in this plot are (from left to right, top to bottom) Quote, Curly Brace, Toroko, Misery, Little Man, Sue Sakamoto, Balrog, Puu Black, a Colon, Kanpachi, and King.", "links": {"website": ["https://en.wikipedia.org/wiki/Cave_Story"], "subreddit": ["cavestory", "place_CentralAlliance"]}, "path": {"117-129": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [595, 900], [597, 900], [597, 898], [597, 886], [628, 886], [628, 891], [627, 892], [627, 893], [628, 894], [628, 896], [629, 897], [629, 900], [637, 900], [637, 897], [639, 895], [639, 892], [640, 891], [636, 888], [629, 888], [629, 866]], "107-116": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [595, 900], [597, 900], [597, 898], [597, 886], [628, 886], [628, 891], [627, 892], [627, 893], [628, 894], [628, 896], [629, 897], [629, 900], [637, 900], [637, 897], [639, 895], [639, 892], [640, 891], [636, 888], [629, 888], [628, 886], [597, 886], [597, 866]], "68-106": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [602, 899], [605, 901], [605, 903], [608, 903], [608, 899], [611, 899], [611, 894], [629, 894], [629, 896], [630, 897], [630, 900], [636, 900], [638, 898], [639, 896], [639, 891], [636, 888], [631, 888], [628, 892], [628, 894], [610, 894], [608, 892], [603, 892], [600, 895], [599, 895], [595, 891], [595, 888], [597, 885], [597, 866]], "24-67": [[562, 866], [562, 894], [567, 894], [567, 900], [591, 900], [600, 895], [600, 899], [602, 899], [606, 903], [608, 903], [608, 899], [611, 899], [611, 894], [629, 894], [629, 896], [630, 897], [630, 900], [637, 900], [637, 897], [639, 895], [639, 891], [636, 888], [631, 888], [628, 892], [628, 894], [610, 894], [608, 892], [603, 892], [600, 895], [595, 891], [595, 888], [599, 884], [599, 878], [597, 878], [597, 866]], "1-23": [[562, 865], [562, 890], [566, 890], [566, 900], [588, 900], [593, 898], [595, 898], [595, 888], [598, 884], [598, 881], [599, 880], [597, 878], [597, 865]], "134-166, T:0-1": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [601, 899], [606, 903], [608, 903], [612, 907], [616, 906], [614, 904], [614, 898], [620, 897], [621, 898], [628, 898], [629, 900], [636, 900], [639, 896], [643, 896], [644, 902], [648, 909], [654, 909], [654, 898], [646, 898], [644, 895], [638, 895], [638, 889], [629, 888], [629, 866], [606, 866], [606, 870], [604, 872], [603, 873], [596, 873], [593, 870], [590, 870], [590, 866]]}, "center": {"117-129": [580, 883], "107-116": [580, 883], "68-106": [579, 882], "24-67": [579, 882], "1-23": [580, 881], "134-166, T:0-1": [616, 888]}}, +{"id": 86, "name": "Blender", "description": "Blender is a free and open-source 3D computer graphics software.", "links": {"website": ["https://www.blender.org/", "https://en.wikipedia.org/wiki/Blender_(software)"], "subreddit": ["blender"]}, "path": {"41-48": [[93, 94], [92, 95], [94, 97], [94, 99], [90, 99], [88, 105], [95, 113], [102, 113], [102, 111], [103, 110], [120, 110], [121, 111], [130, 111], [133, 107], [133, 105], [127, 99], [125, 99], [125, 102], [122, 102], [120, 104], [120, 110], [104, 110], [104, 103], [95, 94]], "28-40, 51-165, T:0-1": [[127, 99], [133, 105], [133, 108], [130, 111], [127, 111], [125, 109], [124, 109], [122, 111], [120, 111], [120, 109], [124, 105], [124, 104], [120, 104], [120, 102], [126, 102], [126, 99]]}, "center": {"41-48": [97, 106], "28-40, 51-165, T:0-1": [128, 106]}}, +{"id": 87, "name": "Flag of Catalonia", "description": "Catalonia is an autonomous community in Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Catalonia", "https://en.wikipedia.org/wiki/Flag_of_Catalonia"], "subreddit": ["catalunya"]}, "path": {"4-164, T:0-1": [[689, 360], [740, 360], [740, 332], [689, 332]]}, "center": {"4-164, T:0-1": [715, 346]}}, +{"id": 89, "name": "Flag of Indonesia", "description": "Indonesia is a country in Southeast Asia. This flag features the Indonesian archipelago and some penguins that were allied with the art.", "links": {"website": ["https://en.wikipedia.org/wiki/Indonesia", "https://en.wikipedia.org/wiki/Flag_of_Indonesia"], "subreddit": ["indonesia"]}, "path": {"1-166, T:0-1": [[89, 781], [89, 811], [110, 811], [110, 804], [143, 804], [143, 781]]}, "center": {"1-166, T:0-1": [102, 794]}}, +{"id": 90, "name": "League of Legends", "description": "League of Legends is a multiplayer online battle arena (MOBA) game.", "links": {"website": ["https://www.leagueoflegends.com/en-us/", "https://en.wikipedia.org/wiki/League_of_Legends"], "subreddit": ["leagueoflegends"], "discord": ["lol"]}, "path": {"52-104": [[715, 204], [718, 207], [714, 214], [709, 225], [709, 232], [713, 240], [717, 245], [714, 249], [714, 250], [747, 250], [753, 244], [753, 243], [747, 243], [750, 238], [753, 232], [753, 224], [746, 212], [743, 209], [729, 206], [729, 203], [715, 203]]}, "center": {"52-104": [731, 228]}}, +{"id": 91, "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America. Its flag features Mexico's coat of arms, depicting a golden eagle eating a snake on a cactus. This symbol is based on a legend from the ancient Aztec people, signifying the place where the Aztecs should build their empire. This flag has a Mayan pyramid on it.\n\nThis flag was the first Mexican flag, made during the first day of r/place. At first it was a very small flag, but it expanded to the north when the LGBT flag was attacked by the Mexican and Italian alliance, dividing the won territories in half. This territory lived in peace from the first to the last day and was never invaded.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"6-164, T:0-1": [[787, 521], [865, 521], [865, 451], [787, 451]]}, "center": {"6-164, T:0-1": [826, 486]}}, +{"id": 92, "name": "Lego", "description": "Lego is a construction toy consisting of colored bricks and figures that can be assembled together. This Lego logo is drawn next to the flag of Denmark, its country of origin.", "links": {"website": ["https://www.lego.com/", "https://en.wikipedia.org/wiki/Lego"], "subreddit": ["lego", "Denmark"]}, "path": {"11-165, T:0-1": [[638, 320], [638, 343], [689, 343], [689, 320]]}, "center": {"11-165, T:0-1": [664, 332]}}, +{"id": 94, "name": "The Great Wave off Kanagawa", "description": "The Great Wave off Kanagawa (神奈川沖浪裏), also known as The Great Wave or The Wave, is a woodblock print created in 1831 by the Japanese ukiyo-e artist Katsushika Hokusai (葛飾北斎). This was the first of his landscape painting series, Thirty-six Views of Mount Fuji. The painting depicts three boats sailing off the coast of Sagami Bay, Kanagawa Prefecture (神奈川県相模湾).\n\nDuring r/place, the wave was destroyed three times, first by infamous French streamer xQc (replaced by Super Meat Boy) and then twice by Russian streamer Dmitry_Lixx (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": {"105-148": [[1920, 769], [1920, 830], [2000, 830], [2000, 769]], "74-88": [[1920, 775], [1920, 870], [2000, 870], [2000, 775]], "149-166, 57-73, 89-104, T:0-1": [[1920, 775], [1920, 829], [2000, 829], [2000, 775]]}, "center": {"105-148": [1960, 800], "74-88": [1960, 823], "149-166, 57-73, 89-104, T:0-1": [1960, 802]}}, +{"id": 95, "name": "ƎNA", "description": "Turron! Turron! Turron! Turrrrron! ENA (stylized ƎNA) is the Pablo Picasso-inspired protagonist of the eponymous animated surrealist web series, created by Peruvian animator Joel Guerra. The surrealist series takes place in a digital world, and has a distinct aesthetic reminiscent of early web animations inspired by the graphics of computer adventure and PlayStation 1 games.", "links": {"website": ["https://joelgc.com/", "https://enajoelg.fandom.com/wiki/ENA_(series)"], "subreddit": ["enaplace", "ENA"]}, "path": {"100-144": [[1130, 384], [1130, 393], [1123, 393], [1123, 402], [1124, 403], [1124, 408], [1129, 414], [1155, 414], [1155, 384]], "40-50": [[504, 243], [501, 245], [499, 247], [497, 257], [497, 259], [499, 263], [508, 263], [514, 256], [514, 249], [510, 244], [508, 243]], "56-91": [[1972, 732], [1972, 754], [1981, 763], [1985, 763], [1985, 756], [1987, 754], [1989, 754], [1991, 752], [1991, 751], [2000, 751], [2000, 732]], "145-165, T:0-1": [[1133, 385], [1130, 388], [1130, 392], [1129, 393], [1122, 393], [1122, 402], [1124, 404], [1124, 406], [1130, 412], [1144, 412], [1145, 412], [1145, 406], [1146, 405], [1149, 405], [1150, 406], [1152, 406], [1152, 402], [1154, 402], [1154, 385]]}, "center": {"100-144": [1142, 400], "40-50": [506, 253], "56-91": [1983, 743], "145-165, T:0-1": [1140, 396]}}, +{"id": 96, "name": "Big Ten Conference", "description": "The Big Ten (B1G) Conference is an athletic conference of colleges in the United States. This area was started by Purdue, and joined by Rutgers, Nebraska, Illinois, Iowa, Penn State, and Ohio State. As a joke, the block letter logos of the universities were arranged to spell out the word \"porn\".\n\nKirby was created from the start by a group of friends unaffiliated with the subreddit. Not wanting to destroy it, the B1G allied with Kirby and maintained it until the end.", "links": {"website": ["http://bigten.org/", "https://en.wikipedia.org/wiki/Big_Ten_Conference"], "subreddit": ["TheB1G", "Huskers", "OSU", "PennStateUniversity", "Purdue", "rutgers", "UIUC"]}, "path": {"7-165, T:0-1": [[151, 609], [174, 609], [174, 629], [257, 629], [257, 582], [175, 582], [163, 582], [163, 583], [160, 589], [160, 590], [165, 590], [165, 592], [163, 596], [163, 597], [161, 601], [154, 601], [154, 602], [153, 602], [153, 605], [152, 605], [152, 607], [151, 607]]}, "center": {"7-165, T:0-1": [193, 606]}}, +{"id": 97, "name": "Niko", "description": "Niko is the main character in the indie video game OneShot. Here they are depicted riding a Roomba and holding a lightbulb (The Sun).\n\nThis artwork was originally located slightly higher up. However, it couldn't survive the massive Ukrainian flag, so it was relocated here, where it stayed for the rest of the event. The green dot on the Roomba represents that it's on and is present in the original game. Since it is a small detail, many people thought it was a mistake and replaced the light with a purple pixel, but the green light made it to the final canvas.", "links": {"website": ["https://oneshot.fandom.com/wiki/Niko"], "subreddit": ["oneshot"], "discord": ["5dQMafBgGZ"]}, "path": {"1-3": [[917, 218], [917, 225], [916, 225], [916, 236], [914, 239], [914, 240], [921, 248], [921, 251], [929, 251], [929, 249], [939, 238], [939, 237], [937, 237], [937, 225], [936, 225], [936, 218]], "4-166, T:0-1": [[911, 252], [911, 259], [910, 260], [910, 274], [913, 277], [913, 279], [917, 284], [925, 284], [929, 279], [929, 277], [930, 277], [933, 274], [933, 259], [932, 259], [932, 252]]}, "center": {"1-3": [927, 235], "4-166, T:0-1": [922, 268]}}, +{"id": 98, "name": "r/196", "description": "r/196 is a shitposting subreddit. The only directly stated rule of r/196 is that you must post before you leave.", "links": {"subreddit": ["196"]}, "path": {"1-165, T:0-1": [[174, 629], [241, 629], [241, 698], [174, 698]]}, "center": {"1-165, T:0-1": [190, 647]}}, +{"id": 99, "name": "Lemon Demon", "description": "Lemon Demon is an American band.\n\nThis Lemon Demon logo was designed by u/iforgotmypasswordss, and was part of a joint project between r/lemondemon and r/tallyhall", "links": {"website": ["https://en.wikipedia.org/wiki/Lemon_Demon"], "subreddit": ["lemondemon", "tallyhall"], "discord": ["jZjmeq86tV"]}, "path": {"8-11": [[766, 398], [766, 429], [800, 429], [800, 398]], "12-166, T:0-1": [[752, 397], [752, 430], [788, 430], [788, 397]]}, "center": {"8-11": [783, 414], "12-166, T:0-1": [770, 414]}}, +{"id": 100, "name": "Project Inkunzi", "description": "Project Inkunzi is a geopolitical nation role-play where you role-play as nations on a fantasy planet. It was made by YouTuber CalmDownLevelUp.", "links": {"website": ["https://project-inkunzi.fandom.com/wiki/Project_Inkunzi_Wiki", "https://www.youtube.com/watch?v=gLXxk7ZsrDM"], "subreddit": ["Inkunzi", "CalmDownLevelUp"]}, "path": {"150-165, T:0-1": [[1836, 805], [1833, 808], [1833, 810], [1838, 815], [1843, 810], [1843, 808], [1840, 805], [1838, 807]]}, "center": {"150-165, T:0-1": [1838, 810]}}, +{"id": 103, "name": "Ohio State University", "description": "The Ohio State University (OSU, not to be confused with the rhythm game \"osu!\") is a university located in Columbus, Ohio, United States. OSU's school colors are scarlet and gray, which can be seen around their Block O logo at the bottom left of the artwork. The Block O, together with the Buckeye nut, are the logos for the Ohio State University. OSU is famous for its American football rivalry with the University of Michigan, with the 15-2 representing the current streak of 15 wins against UofM's 2. The Ohio flag is on the top right, representing the state of Ohio, USA. The bottom right has the \"Script Ohio\", a long-time Ohio State tradition from the school's marching band where members of the band will form the word \"Ohio\" in script during football games.\n\nA second Block O is situated next to Purdue University & Rutgers University elsewhere on r/place.", "links": {"website": ["https://www.osu.edu", "https://en.wikipedia.org/wiki/Ohio_State_University"], "subreddit": ["OSU"]}, "path": {"28-36": [[705, 889], [705, 905], [759, 905], [759, 889]], "9-19": [[712, 865], [712, 887], [772, 887], [772, 865]], "2-8": [[716, 858], [712, 862], [712, 883], [716, 887], [726, 887], [730, 883], [730, 862], [726, 858]], "22-27": [[712, 866], [712, 889], [772, 889], [772, 866]], "60-165, T:0-1": [[1331, 794], [1331, 830], [1364, 830], [1364, 794]]}, "center": {"28-36": [732, 897], "9-19": [742, 876], "2-8": [721, 873], "22-27": [742, 878], "60-165, T:0-1": [1348, 812]}}, +{"id": 105, "name": "PotatoMcWhiskey", "description": "PotatoMcWhiskey is a YouTuber and Twitch streamer who plays games such as Civilization VI.", "links": {"website": ["https://www.youtube.com/user/PotatoMcWhiskey/", "https://www.twitch.tv/potatomcwhiskey"], "subreddit": ["PotatoMcWhiskey"]}, "path": {"64-66": [[1513, 61], [1508, 68], [1508, 73], [1503, 73], [1501, 75], [1501, 78], [1502, 79], [1502, 87], [1500, 91], [1500, 95], [1503, 102], [1505, 105], [1507, 105], [1508, 106], [1512, 106], [1513, 107], [1514, 107], [1515, 106], [1523, 106], [1533, 90], [1533, 73], [1525, 65], [1528, 62], [1526, 60], [1515, 60]], "67-166, T:0-1": [[1513, 61], [1508, 68], [1508, 73], [1503, 73], [1501, 75], [1501, 79], [1502, 80], [1502, 87], [1501, 88], [1501, 93], [1503, 95], [1506, 95], [1510, 98], [1519, 98], [1522, 105], [1524, 105], [1532, 89], [1532, 83], [1533, 82], [1533, 77], [1531, 75], [1531, 70], [1527, 67], [1527, 62], [1525, 60], [1518, 60], [1517, 61]]}, "center": {"64-66": [1517, 86], "67-166, T:0-1": [1518, 84]}}, +{"id": 106, "name": "Canada", "description": "Canada is a country in North America.\n\nThis art, known as Operation Gooseflight, was a splinter from r/canada to escape the meme of messing with the Canadian flag in the initial canvas.", "links": {"website": ["https://en.wikipedia.org/wiki/Canada"], "subreddit": ["placecanada", "canada"]}, "path": {"56-122": [[1779, 869], [1785, 873], [1786, 877], [1786, 882], [1783, 884], [1783, 887], [1788, 887], [1790, 889], [1806, 889], [1806, 911], [1807, 912], [1807, 916], [1793, 930], [1793, 934], [1830, 934], [1830, 869]], "124-166, T:0-1": [[1810, 869], [1810, 895], [1807, 895], [1807, 916], [1794, 929], [1792, 929], [1792, 932], [1793, 932], [1793, 935], [1803, 935], [1804, 936], [1805, 935], [1830, 935], [1830, 869]]}, "center": {"56-122": [1817, 882], "124-166, T:0-1": [1817, 923]}}, +{"id": 107, "name": "Critical Role", "description": "Critical Role is an actual-play web series where a group of professional voice actors play the tabletop role-playing game Dungeons & Dragons.", "links": {"website": ["https://critrole.com/", "https://www.youtube.com/@criticalrole"], "subreddit": ["criticalrole", "place_CentralAlliance"]}, "path": {"13-166, T:0-1": [[512, 962], [512, 992], [539, 992], [539, 962]]}, "center": {"13-166, T:0-1": [526, 977]}}, +{"id": 108, "name": "Palico", "description": "An iconic character from the game series, Monster Hunter.", "links": {"website": ["https://monsterhunterworld.wiki.fextralife.com/Palicoes"], "subreddit": ["MonsterHunter"]}, "path": {"23-90": [[748, 608], [748, 635], [769, 635], [776, 622], [776, 608]], "13-22": [[748, 613], [748, 634], [760, 634], [760, 637], [769, 637], [769, 613]], "92-165, T:0-1": [[748, 608], [748, 636], [768, 636], [782, 609], [782, 608]]}, "center": {"23-90": [761, 621], "13-22": [759, 624], "92-165, T:0-1": [761, 621]}}, +{"id": 109, "name": "Flag of Portugal", "description": "Portugal is a country in Southwestern Europe. This flag of Portugal contains depictions of Portuguese poet Luís de Camões, Pena National Palace, cartoon character Zé Povinho, and Afonso Henriques (first king of Portugal).", "links": {"website": ["https://en.wikipedia.org/wiki/Portugal", "https://en.wikipedia.org/wiki/Flag_of_Portugal"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"56-64": [[865, 308], [864, 360], [856, 360], [856, 371], [923, 371], [923, 360], [1099, 360], [1107, 353], [1113, 353], [1120, 360], [1121, 360], [1121, 312], [1098, 312], [1090, 308]], "41-55": [[865, 308], [865, 360], [856, 360], [856, 371], [923, 371], [923, 360], [952, 360], [952, 308]], "35-40": [[865, 308], [865, 360], [856, 360], [856, 371], [865, 371], [865, 408], [923, 408], [923, 368], [942, 357], [942, 308]], "18-34": [[865, 312], [865, 360], [856, 360], [856, 371], [865, 371], [865, 407], [923, 407], [923, 367], [952, 367], [952, 312]], "1-17": [[865, 312], [865, 360], [856, 360], [856, 371], [921, 371], [921, 360], [952, 360], [952, 312]], "65-166, T:0-1": [[865, 308], [865, 360], [856, 360], [856, 371], [923, 371], [923, 360], [1043, 360], [1096, 308]]}, "center": {"56-64": [900, 339], "41-55": [900, 339], "35-40": [899, 343], "18-34": [898, 345], "1-17": [898, 341], "65-166, T:0-1": [900, 339]}}, +{"id": 110, "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.\n\nThis flag is emblazoned with a variety of pixel arts related to the trans and LGBT communities.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"], "subreddit": ["transplace"]}, "path": {"86-89": [[480, 429], [480, 449], [299, 449], [299, 476], [421, 476], [421, 449], [469, 449], [469, 476], [787, 476], [787, 429]], "54-55": [[569, 429], [569, 476], [787, 476], [787, 429]], "42-45": [[701, 429], [701, 476], [787, 476], [787, 429]], "36-41": [[299, 429], [299, 476], [421, 476], [787, 476], [787, 429], [469, 429], [469, 449], [421, 449], [421, 429]], "19-21": [[565, 429], [565, 476], [787, 476], [787, 429]], "1-18": [[448, 429], [448, 476], [858, 476], [876, 467], [884, 457], [892, 451], [895, 451], [900, 458], [903, 458], [903, 439], [883, 439], [869, 437], [869, 429]], "90-94": [[480, 449], [480, 429], [787, 429], [787, 476], [469, 476], [469, 449], [421, 449], [421, 476], [299, 476], [299, 449]], "107-164, T:0-1": [[480, 429], [480, 450], [468, 450], [468, 476], [787, 476], [787, 429]], "22-35, 46-53, 56-85, 95-106": [[480, 429], [480, 476], [787, 476], [787, 429]]}, "center": {"86-89": [558, 453], "54-55": [678, 453], "42-45": [744, 453], "36-41": [543, 453], "19-21": [676, 453], "1-18": [660, 453], "90-94": [558, 453], "107-164, T:0-1": [633, 453], "22-35, 46-53, 56-85, 95-106": [634, 453]}}, +{"id": 111, "name": "Connection lost", "description": "The \"Connection lost... Please wait - attempting to reestablish.\" message originates from RuneScape, a popular free massively multiplayer online role-playing game (MMORPG). This message appears in the top-left corner of the screen when the player's network connection to the RuneScape servers is lost.", "links": {"website": ["https://oldschool.runescape.com/"], "subreddit": ["2007scape"]}, "path": {"1-165, T:0-1": [[0, 0], [231, 0], [231, 33], [0, 33]]}, "center": {"1-165, T:0-1": [116, 17]}}, +{"id": 112, "name": "Froggy Chair", "description": "The Froggy Chair is a piece of furniture Nintendo game Animal Crossing. It became a meme because of its goofy appearance.", "links": {"website": ["https://nookipedia.com/wiki/Ithttps://knowyourmeme.com/memes/froggy-chairem:Froggy_Chair_(New_Horizons)", "https://knowyourmeme.com/memes/froggy-chair"]}, "path": {"17-20": [[41, 112], [41, 117], [42, 117], [42, 123], [52, 123], [52, 117], [53, 117], [53, 111], [49, 111], [49, 112]], "21-165, T:0-1": [[54, 115], [66, 113], [67, 121], [70, 125], [71, 133], [70, 134], [67, 134], [66, 131], [62, 131], [62, 136], [57, 136], [57, 133], [53, 133], [53, 126], [54, 125]]}, "center": {"17-20": [47, 117], "21-165, T:0-1": [61, 125]}}, +{"id": 113, "name": "Flag of Wales", "description": "Wales is one of the countries in the United Kingdom. Its flag features the Dragon of Cadwaladr, also known as Y Ddraig Goch (The Red Dragon).", "links": {"website": ["https://en.wikipedia.org/wiki/Wales", "https://en.wikipedia.org/wiki/Flag_of_Wales"], "subreddit": ["Wales"]}, "path": {"92-127": [[44, 115], [44, 137], [72, 137], [72, 147], [130, 147], [130, 115], [67, 115], [67, 121], [71, 125], [71, 133], [70, 134], [67, 134], [66, 133], [66, 131], [62, 131], [62, 135], [61, 136], [57, 136], [57, 133], [53, 133], [52, 132], [52, 126], [53, 126], [54, 125], [54, 121], [53, 120], [53, 115]], "16-91": [[74, 117], [74, 147], [130, 147], [130, 117]], "2-14": [[601, 342], [601, 363], [638, 363], [638, 342]], "128-165, T:0-1": [[67, 115], [67, 120], [71, 125], [71, 133], [70, 134], [67, 134], [67, 137], [72, 137], [72, 147], [130, 147], [130, 115]]}, "center": {"92-127": [92, 131], "16-91": [102, 132], "2-14": [620, 353], "128-165, T:0-1": [99, 131]}}, +{"id": 114, "name": "Crying Minotaur", "description": "The Crying Minotaur is a symbol on the cover of the 2001 album \"Amnesiac\" by Radiohead.\n\nA group of people organized at r/RadioheadPlacePenis to try giving the minotaur a penis. They attempted this for hours, re-placing the same pixels as r/radiohead people were trying to stop the cock.", "links": {"website": ["https://en.wikipedia.org/wiki/Amnesiac_(album)", "http://radiohead.com/", "https://en.wikipedia.org/wiki/Radiohead"], "subreddit": ["radiohead"]}, "path": {"1-166, T:0-1": [[78, 529], [78, 579], [125, 579], [125, 529]]}, "center": {"1-166, T:0-1": [102, 554]}}, +{"id": 116, "name": "Pizza John", "description": "Pizza John is a logo/meme surrounding Pizzamas, an annual celebration by the Green brothers of the YouTube channel Vlogbrothers.", "links": {"website": ["https://pizzamas.com/pages/what-is-this"], "subreddit": ["nerdfighters"]}, "path": {"57-165, T:0-1": [[1363, 778], [1363, 830], [1392, 830], [1392, 778]]}, "center": {"57-165, T:0-1": [1378, 804]}}, +{"id": 117, "name": "e621", "description": "e621 is a mature imageboard for furries.\n\nWarning: website contains NSFW images.", "links": {"website": ["https://e621.net/"], "subreddit": ["e621", "furry_irl"]}, "path": {"57-166, T:0-1": [[1603, 636], [1628, 636], [1628, 620], [1630, 620], [1630, 609], [1603, 609]]}, "center": {"57-166, T:0-1": [1615, 622]}}, +{"id": 118, "name": "Bad Dragon", "description": "Bad Dragon is a manufacturer of fantasy adult toys.\n\nWARNING: WEBSITE CONTAINS NSFW CONTENT.", "links": {"website": ["https://bad-dragon.com/", "https://en.wikipedia.org/wiki/Bad_Dragon"], "subreddit": ["BadDragon"]}, "path": {"63-123": [[1586, 619], [1586, 636], [1603, 636], [1603, 619]], "124-166, T:0-1": [[1587, 636], [1603, 636], [1603, 619], [1587, 619]]}, "center": {"63-123": [1595, 628], "124-166, T:0-1": [1595, 628]}}, +{"id": 120, "name": "Sausage roll", "description": "A sausage roll is a common snack in the United Kingdom and other Commonwealth nations, consisting of a sausage wrapped in a pastry.", "links": {"website": ["https://en.wikipedia.org/wiki/Sausage_roll"], "subreddit": ["Greggs"]}, "path": {"102-164, T:0-1": [[734, 477], [734, 481], [752, 481], [752, 477]]}, "center": {"102-164, T:0-1": [743, 479]}}, +{"id": 121, "name": "Peppy", "description": "Peppy, real name Dean Herbert, is the creator of the rhythm game osu!\n\nPeppy is outlined with a slider from osu!", "links": {"website": ["https://github.com/peppy"], "subreddit": ["osuplace", "osugame"]}, "path": {"62-165, T:0-1": [[1726, 676], [1720, 682], [1719, 682], [1715, 686], [1715, 687], [1714, 688], [1714, 690], [1709, 695], [1709, 698], [1708, 699], [1708, 704], [1709, 705], [1709, 706], [1710, 707], [1710, 708], [1713, 711], [1713, 716], [1712, 717], [1712, 719], [1709, 722], [1707, 722], [1706, 723], [1704, 723], [1700, 725], [1696, 729], [1696, 731], [1695, 732], [1695, 733], [1694, 734], [1694, 737], [1693, 738], [1693, 755], [1694, 756], [1694, 763], [1695, 764], [1695, 766], [1696, 767], [1696, 769], [1697, 770], [1697, 772], [1699, 774], [1699, 775], [1700, 776], [1747, 776], [1748, 775], [1755, 775], [1758, 772], [1758, 766], [1759, 765], [1759, 753], [1758, 752], [1758, 751], [1757, 750], [1757, 747], [1756, 746], [1756, 738], [1755, 737], [1754, 734], [1754, 733], [1753, 732], [1753, 730], [1748, 725], [1747, 725], [1741, 723], [1740, 722], [1739, 722], [1738, 721], [1738, 719], [1741, 716], [1741, 715], [1743, 713], [1745, 708], [1746, 707], [1746, 695], [1744, 693], [1744, 692], [1743, 691], [1742, 691], [1738, 687], [1738, 686], [1732, 680], [1731, 680], [1728, 677], [1727, 677]]}, "center": {"62-165, T:0-1": [1724, 747]}}, +{"id": 122, "name": "Girl with a Pearl Earring", "description": "Pixel art of the Girl with a Pearl Earring, a painting by Dutch artist Johannes Vermeer.", "links": {"website": ["https://en.wikipedia.org/wiki/Girl_with_a_Pearl_Earring"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"53-166, T:0-1": [[928, 0], [928, 68], [886, 68], [886, 0]]}, "center": {"53-166, T:0-1": [907, 34]}}, +{"id": 123, "name": "Flag of Palestine", "description": "Palestine is a state in the Middle East. Its territory, including the holy city of Jerusalem, is disputed with Israel.\n\nThe flag of Palestine was a collaborative effort between r/Palestine and r/Islam. The flag's length was shortened to give room to r/chess and r/AnarchyChess as part of an alliance. The place was originally an Israeli flag made by r/Israel. With the help of the two chess subreddits, many more subreddits, and 4chan, the flag was changed to the Palestine flag. The Israelis attempted to raid the flag and change it back, but the Palestinians and their allies held their ground.", "links": {"website": ["https://en.wikipedia.org/wiki/State_of_Palestine", "https://en.wikipedia.org/wiki/Flag_of_Palestine"], "subreddit": ["Palestine", "Islam"]}, "path": {"13-14, 18-39, 43-165, T:0-1": [[20, 643], [20, 679], [70, 679], [70, 643]]}, "center": {"13-14, 18-39, 43-165, T:0-1": [45, 661]}}, +{"id": 124, "name": "Intercity Express", "description": "Intercity Express (ICE) is a high-speed train system operating in Germany. It is known for having really bad network reception while travelling with the Deutsche Bahn, Germany's national railway company; this is denoted by the nearby EDGE (E) symbol with red connection bars indicating a slow connection, in contrast to the fast internet on the French TGV train on the other side of the EU flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Intercity_Express"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"49-61": [[344, 848], [330, 854], [325, 859], [325, 864], [328, 867], [334, 867], [335, 866], [373, 866], [373, 848]], "62-85": [[344, 848], [330, 854], [325, 859], [325, 865], [296, 865], [296, 868], [373, 868], [373, 848]], "86-166, T:0-1": [[344, 848], [330, 854], [325, 859], [325, 865], [296, 865], [296, 868], [403, 868], [403, 866], [373, 866], [373, 848]]}, "center": {"49-61": [363, 857], "62-85": [346, 858], "86-166, T:0-1": [350, 858]}}, +{"id": 125, "name": "End of speed limit", "description": "German road sign used on the Autobahn (German highway) to indicate the end of all speed and passing limits.", "links": {"website": ["https://en.wikipedia.org/wiki/Autobahn"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"135-151": [[570, 845], [565, 850], [565, 854], [570, 859], [570, 863], [569, 864], [571, 866], [573, 866], [575, 864], [574, 863], [574, 860], [580, 854], [580, 850], [576, 846], [574, 845]], "67-134": [[570, 845], [565, 850], [565, 854], [569, 858], [569, 859], [570, 860], [570, 866], [573, 866], [573, 860], [574, 860], [579, 855], [579, 850], [574, 845]], "152-166, T:0-1": [[568, 866], [575, 866], [575, 863], [573, 863], [573, 860], [574, 860], [580, 854], [580, 850], [576, 846], [574, 845], [570, 845], [565, 850], [565, 854], [569, 858], [569, 859], [570, 860], [570, 863], [568, 863]]}, "center": {"135-151": [573, 852], "67-134": [572, 852], "152-166, T:0-1": [573, 852]}}, +{"id": 126, "name": "arte", "description": "arte is a European public service channel that promotes culture. It is a collaboration between French and German broadcasting companies, hence its location on the canvas between the French and German flags.", "links": {"website": ["https://www.arte.tv/en/", "https://en.wikipedia.org/wiki/Arte"], "subreddit": ["placefrance", "franceplace", "placeFR", "france", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"59-84": [[1125, 829], [1125, 869], [1201, 869], [1201, 829]], "85-165, T:0-1": [[1128, 828], [1128, 870], [1201, 870], [1201, 828]]}, "center": {"59-84": [1163, 849], "85-165, T:0-1": [1165, 849]}}, +{"id": 127, "name": "Die Sendung mit der Maus", "description": "Die Sendung mit der Maus (The Show with the Mouse) is a German children's television series, popular nation-wide for its educational content. It usually runs for 30 minutes every Sunday and teaches things about the world with some short cartoons in between. The mouse, the elephant, and the duck are the mascots of the show and are often featured in the in-between cartoons.", "links": {"website": ["https://www.wdrmaus.de/", "https://en.wikipedia.org/wiki/Die_Sendung_mit_der_Maus"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"77-87": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [57, 863], [57, 864], [59, 866], [64, 868]], "72-76": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [54, 863], [52, 862], [57, 857], [57, 856], [54, 853], [48, 853], [45, 856], [45, 857], [52, 864], [64, 868]], "68-71": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [56, 863], [54, 861], [54, 860], [55, 859], [55, 858], [53, 856], [49, 856], [47, 858], [47, 859], [52, 864], [56, 866], [61, 866], [64, 868]], "13-67": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 858], [57, 856], [54, 859], [56, 861], [56, 866], [60, 866], [63, 868]], "88-166, T:0-1": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [59, 864], [56, 862], [54, 862], [58, 858], [58, 857], [56, 855], [54, 854], [48, 854], [45, 857], [45, 858], [51, 864], [56, 864], [59, 866], [64, 868]]}, "center": {"77-87": [84, 855], "72-76": [84, 855], "68-71": [84, 855], "13-67": [84, 855], "88-166, T:0-1": [84, 855]}}, +{"id": 128, "name": "Flag of the European Union", "description": "The European Union (EU) is an international organization of European countries.\n\nThis EU flag is drawn at the intersection of the flags of France and Germany, both founding members of the EU, to symbolize an alliance between the two. A peace dove was later added to the flag.", "links": {"website": ["http://europa.eu/", "https://en.wikipedia.org/wiki/European_Union", "https://en.wikipedia.org/wiki/Flag_of_the_European_Union"], "subreddit": ["PlaceEU", "placefrance", "franceplace", "placeFR", "france", "placeDE", "de", "germany"], "discord": ["uxm3wbrHke", "placeDE"]}, "path": {"10-166, T:0-1": [[373, 829], [433, 829], [433, 867], [373, 867]]}, "center": {"10-166, T:0-1": [403, 848]}}, +{"id": 129, "name": "Bernd das Brot", "description": "Bernd das Brot is a puppet character, star mascot, and cult figure of the German children's television channel KI.KA. He is holding a beer and saying his catchphrase \"Mist\" (English: \"Damn\").", "links": {"website": ["https://en.wikipedia.org/wiki/Bernd_das_Brot"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"54-90": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 863], [217, 863], [219, 865], [221, 865], [222, 866], [223, 866], [227, 870], [228, 870], [229, 871], [238, 871], [239, 872], [241, 872], [243, 869], [247, 871], [254, 866], [254, 864], [251, 864], [250, 865], [248, 865], [246, 863], [245, 863], [245, 855], [244, 854], [244, 850], [241, 847], [236, 844], [232, 844], [228, 847], [228, 848], [220, 848], [220, 850], [215, 850], [215, 845], [217, 843], [217, 833], [214, 831], [207, 830], [200, 830], [198, 829]], "41-53": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 866], [218, 870], [222, 870], [222, 868], [224, 868], [226, 866], [226, 862], [228, 860], [228, 858], [226, 856], [222, 856], [224, 853], [224, 851], [222, 849], [220, 849], [215, 851], [215, 843], [217, 834], [214, 831], [191, 829]], "91-166, T:0-1": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 863], [217, 863], [219, 865], [221, 865], [222, 866], [223, 866], [227, 870], [228, 870], [229, 871], [238, 871], [239, 872], [241, 872], [243, 869], [247, 871], [254, 866], [254, 864], [251, 864], [250, 865], [248, 865], [246, 863], [245, 863], [245, 855], [244, 854], [244, 850], [241, 847], [241, 835], [239, 832], [219, 832], [217, 835], [216, 835], [216, 832]]}, "center": {"54-90": [200, 856], "41-53": [200, 857], "91-166, T:0-1": [203, 848]}}, +{"id": 130, "name": "Pochita", "description": "Pochita is the lovable dog of Denji from the manga Chainsaw Man.\n\nPochita is shown being held by a Takodachi, after being suggested as a mutual work from the Hololive group during the first hours of r/place.", "links": {"website": ["https://chainsaw-man.fandom.com/wiki/Pochita"], "subreddit": ["ChainsawMan"], "discord": ["chainsawman"]}, "path": {"9-166, T:0-1": [[198, 779], [204, 779], [207, 782], [207, 783], [215, 783], [215, 782], [216, 782], [216, 781], [219, 781], [223, 785], [224, 786], [224, 789], [222, 791], [223, 792], [223, 793], [225, 793], [225, 799], [224, 799], [224, 800], [222, 800], [222, 802], [219, 802], [219, 803], [215, 803], [215, 801], [212, 801], [212, 802], [206, 802], [206, 800], [208, 798], [205, 798], [202, 795], [202, 789], [201, 789], [199, 787], [198, 786], [198, 784], [197, 784], [197, 780]]}, "center": {"9-166, T:0-1": [213, 792]}}, +{"id": 131, "name": "Neopets", "description": "Neopets is a virtual pet game that peaked in popularity in the 1990s-2000s. The pet featured is a yellow Kacheek, stood in front of a Jelly World background. The slogan \"Feed your Neopets\" was chosen as a nod to official merchandise for the site, as well as a tongue-in-cheek reminder to all of the now-20-30-year olds who played as children.\n\nThis piece was created by players of Neopets, and was one of the earliest pieces to go up in r/place 2022, lasting until the end.", "links": {"website": ["https://www.neopets.com/", "https://en.wikipedia.org/wiki/Neopets"], "subreddit": ["neopets"]}, "path": {"1-166, T:0-1": [[310, 702], [352, 702], [352, 743], [310, 743]]}, "center": {"1-166, T:0-1": [331, 723]}}, +{"id": 133, "name": "Flag of Singapore", "description": "Singapore is a city-state in Southeast Asia with a population of 5.5M. This flag is overlaid by a silhouette of the country and its prominent landmarks: the Merlion, Marina Bay Sands, Changi Airport control tower, and the Mass Rapid Transit system. The greenery showcases Singapore as a City in Nature, while the purple flower on the Merlion represents our national flower, Vanda Ms. Joaquim.", "links": {"website": ["https://en.wikipedia.org/wiki/Singapore", "https://en.wikipedia.org/wiki/Flag_of_Singapore"], "subreddit": ["PlaceSG", "singapore", "place_CentralAlliance"]}, "path": {"57-129": [[285, 960], [285, 978], [316, 978], [316, 974], [318, 972], [321, 972], [323, 974], [323, 960]], "46-56": [[297, 960], [297, 978], [316, 978], [316, 974], [318, 972], [321, 972], [323, 974], [323, 960]], "39-45": [[298, 960], [298, 978], [323, 978], [323, 960]], "130-166, T:0-1": [[285, 960], [285, 985], [315, 985], [315, 980], [317, 978], [320, 978], [323, 981], [323, 960]]}, "center": {"57-129": [304, 969], "46-56": [306, 969], "39-45": [311, 969], "130-166, T:0-1": [304, 973]}}, +{"id": 134, "name": "Chrome Dino", "description": "Chrome Dino is a game that appears when the Google Chrome internet browser is offline.\n\nThe dinosaur is holding the light stick of K-pop girl group LOONA as a result of r/DinoPlace's alliance with them.", "links": {"website": ["https://en.wikipedia.org/wiki/Dinosaur_Game"], "subreddit": ["DinoPlace"]}, "path": {"3-166, T:0-1": [[302, 777], [321, 777], [321, 780], [343, 780], [343, 808], [302, 808]]}, "center": {"3-166, T:0-1": [317, 794]}}, +{"id": 135, "name": "Flag of Malaysia", "description": "Malaysia is a country in Southeast Asia with a population of 32 million. The background is the flag of Malaysia, known as Jalur Gemilang. The towers in the middle are the Petronas Twin Towers, the tallest twin towers in the world. At the back of the towers is Mount Kinabalu, the highest summit in the country, and Borneo island. The bird at the left is a rhinoceros hornbill, Malaysia's national bird.", "links": {"website": ["https://en.wikipedia.org/wiki/Malaysia", "https://en.wikipedia.org/wiki/Flag_of_Malaysia"], "subreddit": ["placeMY", "malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"60-130": [[323, 961], [393, 961], [393, 992], [323, 992], [323, 985], [330, 978], [330, 974], [328, 972], [325, 972], [323, 974]], "46-59": [[323, 961], [390, 961], [390, 992], [323, 992], [323, 985], [330, 978], [330, 974], [328, 972], [325, 972], [323, 974]], "30-45": [[323, 961], [390, 961], [390, 992], [323, 992]], "131-166, T:0-1": [[323, 961], [393, 961], [393, 992], [323, 992], [331, 984], [331, 980], [329, 978], [326, 978], [323, 981]]}, "center": {"60-130": [358, 977], "46-59": [357, 977], "30-45": [357, 977], "131-166, T:0-1": [358, 977]}}, +{"id": 136, "name": "Factorio", "description": "Factorio is a factory simulation game. This art depicts the Factorio gear logo with items from the game such as the belts surrounding it, splitters, an inserter, and a laser turret.\n\nThe west-facing underground belt is vertically aligned with the underground belt at Factorio's claim in the first area of r/place, nicknamed \"main base\".", "links": {"website": ["https://factorio.com/", "https://en.wikipedia.org/wiki/Factorio"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"60": [[1622, 579], [1622, 551], [1618, 547], [1572, 547], [1572, 579]], "156": [[1482, 535], [1482, 553], [1548, 553], [1548, 568], [1577, 568], [1577, 570], [1579, 573], [1579, 579], [1618, 579], [1622, 575], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543], [1488, 543], [1488, 535]], "157": [[1548, 543], [1548, 568], [1581, 568], [1581, 579], [1618, 579], [1622, 575], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543]], "69-78": [[1470, 524], [1470, 533], [1482, 533], [1482, 553], [1572, 553], [1572, 574], [1574, 577], [1578, 579], [1618, 579], [1622, 575], [1622, 551], [1617, 546], [1617, 545], [1615, 543], [1489, 543], [1488, 542], [1488, 525], [1482, 525], [1482, 527], [1476, 527], [1476, 524]], "79-87": [[1474, 526], [1474, 533], [1482, 533], [1482, 553], [1572, 553], [1572, 562], [1564, 562], [1561, 565], [1564, 568], [1572, 568], [1572, 571], [1577, 571], [1577, 579], [1618, 579], [1622, 575], [1622, 551], [1619, 548], [1618, 548], [1618, 543], [1488, 543], [1488, 530], [1485, 527], [1481, 527], [1481, 526]], "88-112": [[1482, 526], [1482, 553], [1557, 553], [1557, 562], [1554, 562], [1554, 568], [1573, 568], [1576, 571], [1577, 571], [1577, 579], [1618, 579], [1622, 575], [1622, 551], [1619, 548], [1617, 548], [1617, 545], [1615, 543], [1488, 543], [1488, 530], [1485, 526]], "113-127": [[1489, 543], [1490, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 576], [1581, 579], [1619, 579], [1622, 576], [1622, 551], [1619, 548], [1617, 547], [1617, 545], [1615, 543]], "128-141": [[1482, 534], [1482, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 575], [1580, 579], [1619, 579], [1622, 576], [1622, 546], [1619, 543], [1488, 543], [1488, 536], [1486, 534]], "158-159": [[1548, 543], [1548, 568], [1581, 568], [1581, 576], [1622, 576], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543]], "61-68": [[1572, 579], [1622, 579], [1622, 551], [1618, 547], [1617, 547], [1617, 543], [1572, 543]], "57-59": [[1622, 579], [1622, 551], [1618, 547], [1586, 547], [1586, 579]], "142-155, T:0-1": [[1483, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 575], [1581, 579], [1619, 579], [1622, 576], [1622, 551], [1619, 548], [1617, 547], [1617, 545], [1615, 543], [1490, 543], [1490, 546], [1487, 546], [1483, 549]]}, "center": {"60": [1597, 563], "156": [1601, 561], "157": [1602, 561], "69-78": [1603, 561], "79-87": [1592, 561], "88-112": [1592, 561], "113-127": [1594, 561], "128-141": [1594, 561], "158-159": [1598, 560], "61-68": [1597, 561], "57-59": [1604, 563], "142-155, T:0-1": [1594, 561]}}, +{"id": 137, "name": "BTS", "description": "Bangtan Sonyeondan (BTS) is Korea's hottest boy band. This art features a colourful hot-air balloon from the album cover of BTS's \"Young Forever\".", "links": {"website": ["https://www.youtube.com/watch?v=7m-4u4GONsA", "https://en.wikipedia.org/wiki/BTS"], "subreddit": ["bangtan"]}, "path": {"97-104": [[1950, 175], [1943, 184], [1943, 198], [1957, 198], [1957, 217], [1943, 217], [1943, 238], [2000, 238], [2000, 194], [1960, 194], [1960, 175]], "56-96": [[1943, 194], [1943, 198], [1957, 198], [1957, 217], [1943, 217], [1943, 238], [2000, 238], [2000, 194]], "109-166, T:0-1": [[1999, 195], [1941, 195], [1941, 238], [1999, 238]]}, "center": {"97-104": [1978, 216], "56-96": [1978, 216], "109-166, T:0-1": [1970, 217]}}, +{"id": 138, "name": "Aang", "description": "Avatar Aang is the main character of the hit animated series Avatar: The Last Airbender (ATLA). The 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": ["https://en.wikipedia.org/wiki/Aang", "http://www.nick.co.uk/shows/avatar/q03fvj", "https://en.wikipedia.org/wiki/Avatar:_The_Last_Airbender"], "subreddit": ["ATLA", "place_CentralAlliance"]}, "path": {"20-22": [[759, 922], [756, 925], [757, 926], [757, 930], [761, 933], [763, 933], [767, 929], [767, 924], [765, 922]], "23-166, T:0-1": [[281, 938], [281, 956], [297, 956], [297, 938]]}, "center": {"20-22": [762, 927], "23-166, T:0-1": [289, 947]}}, +{"id": 139, "name": "Sailor Moon", "description": "Sailor Moon is the titular protagonist of the 1990s Japanese anime Sailor Moon.", "links": {"website": ["https://en.wikipedia.org/wiki/Sailor_Moon_(character)", "https://wikimoon.org/index.php/Sailor_Moon"], "subreddit": ["sailormoon", "place_CentralAlliance"]}, "path": {"26-166, T:0-1": [[382, 964], [384, 962], [385, 962], [388, 965], [388, 966], [386, 968], [387, 969], [387, 971], [388, 972], [389, 974], [391, 978], [392, 979], [392, 983], [389, 985], [388, 986], [387, 986], [386, 985], [385, 986], [383, 984], [385, 982], [386, 981], [386, 979], [385, 978], [385, 975], [382, 978], [385, 981], [383, 983], [382, 983], [382, 986], [376, 986], [376, 983], [375, 983], [373, 981], [376, 978], [373, 975], [373, 978], [372, 979], [372, 981], [375, 984], [373, 986], [372, 985], [371, 986], [370, 986], [369, 985], [368, 985], [366, 983], [366, 979], [367, 978], [370, 972], [371, 971], [372, 968], [370, 966], [370, 965], [373, 962], [374, 962], [376, 964]]}, "center": {"26-166, T:0-1": [379, 971]}}, +{"id": 140, "name": "Ghost", "description": "\"Grucifix\" symbol for the Swedish metal band Ghost.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghost_(Swedish_band)"], "subreddit": ["GhostBC"]}, "path": {"93-103": [[1304, 49], [1304, 57], [1303, 58], [1299, 58], [1299, 68], [1298, 68], [1298, 72], [1301, 75], [1305, 71], [1312, 71], [1312, 67], [1313, 66], [1317, 66], [1317, 58], [1313, 58], [1312, 57], [1312, 49]], "64-92": [[1304, 49], [1304, 57], [1303, 58], [1299, 58], [1299, 66], [1303, 66], [1304, 67], [1304, 71], [1312, 71], [1312, 67], [1313, 66], [1317, 66], [1317, 58], [1313, 58], [1312, 57], [1312, 49]], "57-62": [[1323, 54], [1323, 77], [1341, 77], [1341, 54]], "104-166, T:0-1": [[1304, 49], [1304, 51], [1298, 51], [1298, 72], [1301, 75], [1305, 71], [1311, 71], [1315, 75], [1318, 72], [1318, 68], [1317, 68], [1317, 56], [1318, 56], [1318, 51], [1312, 51], [1312, 49]]}, "center": {"93-103": [1306, 64], "64-92": [1308, 62], "57-62": [1332, 66], "104-166, T:0-1": [1308, 61]}}, +{"id": 141, "name": "Factorio", "description": "Factorio is a factory simulation game. This artwork includes seven types of science and fish on the belt along with the three types of circuits produced in the game.", "links": {"website": ["https://factorio.com", "https://en.wikipedia.org/wiki/Factorio"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"13": [[330, 568], [330, 547], [295, 547], [292, 550], [263, 550], [261, 547], [254, 547], [254, 548], [253, 548], [250, 551], [250, 552], [249, 552], [249, 561], [255, 561], [255, 568]], "7-12": [[330, 563], [330, 547], [295, 547], [292, 550], [263, 550], [261, 547], [254, 547], [254, 548], [253, 548], [250, 551], [250, 552], [249, 552], [249, 561], [255, 561], [255, 563]], "14-166, T:0-1": [[329, 568], [329, 547], [314, 547], [314, 543], [298, 543], [295, 548], [293, 549], [263, 549], [263, 547], [255, 547], [249, 553], [249, 563], [250, 565], [252, 567], [254, 568]]}, "center": {"13": [302, 558], "7-12": [305, 555], "14-166, T:0-1": [305, 556]}}, +{"id": 142, "name": "Giralda", "description": "Giralda is a Moorish & Christian tower from Seville, Spain. It is one of the most iconic monuments in Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Giralda"], "subreddit": ["esPlace", "spain"]}, "path": {"70-95": [[1334, 283], [1334, 288], [1333, 288], [1333, 294], [1331, 294], [1331, 308], [1339, 308], [1339, 294], [1337, 294], [1337, 288], [1336, 288], [1336, 283]], "96-164, T:0-1": [[1335, 280], [1334, 281], [1332, 281], [1332, 283], [1331, 284], [1331, 308], [1339, 308], [1339, 289], [1337, 289], [1337, 285], [1336, 285], [1336, 280]]}, "center": {"70-95": [1335, 298], "96-164, T:0-1": [1335, 294]}}, +{"id": 143, "name": "Taylor Swift", "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 2022).\n\nA special thank you to our alliances with Lego, WEiTI, Shovel Knight, and Five Nights at Freddy's.", "links": {"website": ["https://taylorswift.com", "https://en.wikipedia.org/wiki/Taylor_Swift"], "subreddit": ["TaylorSwift"]}, "path": {"2-7": [[628, 294], [628, 320], [653, 320], [653, 294]], "8-166, T:0-1": [[638, 294], [659, 294], [660, 295], [663, 295], [663, 320], [638, 320]]}, "center": {"2-7": [641, 307], "8-166, T:0-1": [651, 316]}}, +{"id": 145, "name": "Fish Cult", "description": "The Fish Cult is a team of people dedicated to making fish on r/place. This is the first fish tank made by the Fish Cult, created in the first few minutes of r/place after u/Burning_Sulphur announced that he will draw a fish. This led to the founding of the Fish Cult.", "links": {"website": ["https://www.reddit.com/r/PlaceFishCult/comments/twi7o3/i_not_only_made_a_fish_but_a_whole_fishmaking/"], "subreddit": ["PlaceFishCult", "place_CentralAlliance"]}, "path": {"15-47": [[448, 890], [448, 905], [500, 905], [500, 890]], "2-14": [[448, 867], [448, 900], [458, 900], [458, 905], [460, 905], [460, 907], [463, 907], [463, 910], [473, 910], [473, 908], [479, 908], [479, 904], [483, 900], [489, 906], [490, 906], [492, 904], [494, 904], [494, 898], [490, 893], [490, 890], [493, 887], [499, 887], [500, 888], [500, 892], [504, 892], [509, 897], [513, 897], [513, 886], [510, 882], [505, 877], [470, 877], [470, 867]], "48-166, T:0-1": [[448, 890], [448, 914], [453, 914], [453, 906], [454, 906], [454, 905], [499, 905], [499, 904], [500, 904], [500, 890]]}, "center": {"15-47": [474, 898], "2-14": [470, 892], "48-166, T:0-1": [474, 898]}}, +{"id": 146, "name": "Black Bauhinia flag", "description": "The Black Bauhinia flag is a variant on the flag of the Chinese city of Hong Kong, with both flags featuring a white Hong Kong orchid tree flower (bauhinia × blakeana). The represents the 2019-2020 Hong Kong Protests against the government and the Communist Party of China following a controversial extradition bill proposal. Protestors demanded a higher degree of democracy in the region, and were met by violent crackdowns and mass arrests. The yellow umbrella is in reference to the 2014 Umbrella Revolution, a series of earlier protests demanding the right to elect the leader of Hong Kong democratically.\n\nAs r/place began, this was one of the first artworks and one of the least griefed. It started with the black Bauhinia flag, and soon expanded to add the yellow umbrella. The wording also changed from \"Free Hong Kong!\" to \"Free HK\". Streamer xQc spared this art in his massive purple raids, but that didn't stop everyone.", "links": {"website": ["https://en.wikipedia.org/wiki/Black_Bauhinia_flag"], "subreddit": ["HongKong"]}, "path": {"1-11": [[598, 649], [652, 649], [652, 699], [598, 699]], "12-166, T:0-1": [[599, 649], [599, 699], [669, 699], [669, 649]]}, "center": {"1-11": [625, 674], "12-166, T:0-1": [634, 674]}}, +{"id": 147, "name": "Lover", "description": "Lover logo is a 2019 studio album by American singer-songwriter Taylor Swift.\n\nSpecial thanks to our allies r/TenseiSlime, r/madeon, and r/YTTD for helping with this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Lover_(album)"], "subreddit": ["TaylorSwift"]}, "path": {"65-165, T:0-1": [[1809, 98], [1837, 98], [1837, 129], [1832, 129], [1835, 126], [1835, 124], [1836, 123], [1836, 116], [1830, 110], [1829, 110], [1828, 109], [1820, 109], [1819, 110], [1817, 110], [1815, 112], [1814, 112], [1810, 116], [1810, 117], [1809, 117]]}, "center": {"65-165, T:0-1": [1816, 104]}}, +{"id": 150, "name": "Hawaii: Part II", "description": "An album by Miracle Musical, a music project made by members of the American rock band Tally Hall.", "links": {"website": ["https://www.hawaiipartii.com/"], "subreddit": ["tallyhall"]}, "path": {"58-166, T:0-1": [[1495, 180], [1518, 180], [1518, 201], [1495, 201]]}, "center": {"58-166, T:0-1": [1507, 191]}}, +{"id": 154, "name": "EVE Online", "description": "The logo for EVE Online, an economy-based space MMORPG.", "links": {"website": ["https://eveonline.com", "https://en.wikipedia.org/wiki/Eve_Online"], "subreddit": ["Eve"]}, "path": {"16-164, T:0-1": [[13, 34], [62, 34], [62, 53], [13, 53]]}, "center": {"16-164, T:0-1": [38, 44]}}, +{"id": 155, "name": "o7", "description": "An emoticon depicting a person saluting.", "links": {"website": ["https://www.urbandictionary.com/define.php?term=o7"]}, "path": {"15-164, T:0-1": [[12, 35], [12, 53], [0, 53], [0, 46]]}, "center": {"15-164, T:0-1": [7, 48]}}, +{"id": 157, "name": "Dota 2", "description": "Defense of the Ancients 2 (Dota 2) is a massively online battle arena (MOBA) developed by Valve.\n\nThe Dota 2 community was an early ally of r/placeukraine, contributing to art such as the Ukrainian esports organization NAVI.", "links": {"website": ["https://dota2.com", "https://en.wikipedia.org/wiki/Dota_2"], "subreddit": ["DotA2"]}, "path": {"119-134": [[0, 139], [0, 177], [7, 177], [7, 184], [5, 184], [1, 188], [1, 191], [2, 192], [4, 192], [5, 191], [6, 191], [7, 192], [7, 197], [12, 201], [16, 201], [21, 197], [21, 192], [22, 191], [23, 191], [24, 192], [26, 192], [27, 191], [27, 188], [24, 185], [24, 184], [21, 184], [21, 177], [27, 177], [27, 139]], "137-142, 25-118": [[0, 143], [0, 177], [7, 177], [7, 184], [5, 184], [1, 188], [1, 191], [2, 192], [4, 192], [5, 191], [6, 191], [7, 192], [7, 197], [12, 201], [16, 201], [21, 197], [21, 192], [22, 191], [23, 191], [24, 192], [26, 192], [27, 191], [27, 188], [24, 185], [24, 184], [21, 184], [21, 177], [27, 177], [27, 143]], "143-165, T:0-1": [[0, 137], [0, 177], [7, 177], [7, 184], [4, 184], [1, 189], [1, 190], [3, 192], [5, 190], [7, 192], [7, 196], [12, 201], [15, 201], [21, 196], [21, 192], [23, 190], [25, 192], [27, 190], [25, 186], [23, 184], [21, 184], [21, 177], [27, 177], [27, 137]]}, "center": {"119-134": [14, 174], "137-142, 25-118": [14, 174], "143-165, T:0-1": [14, 174]}}, +{"id": 158, "name": "Flag of Egypt", "description": "Egypt is a country in Northern Africa with a population of 100 million. This art features Egypt's flag with the pyramids to represent the Pyramids of Giza, a crescent and a cross to symbolize the religions in Egypt, and the Eye of Ra.", "links": {"website": ["https://en.wikipedia.org/wiki/Egypt", "https://en.wikipedia.org/wiki/Flag_of_Egypt"], "subreddit": ["Egypt"]}, "path": {"87-91": [[44, 137], [44, 143], [27, 143], [27, 169], [108, 169], [108, 147], [74, 147], [74, 137]], "54-86": [[27, 143], [27, 169], [108, 169], [108, 147], [74, 147], [74, 137], [52, 137], [47, 144], [41, 144], [40, 143]], "16-53": [[27, 147], [27, 168], [109, 169], [109, 147]], "6-12": [[243, 299], [299, 299], [299, 318], [246, 318], [243, 313]], "92-165, T:0-1": [[27, 137], [27, 169], [108, 169], [108, 147], [72, 147], [72, 137], [27, 137], [27, 139]]}, "center": {"87-91": [59, 153], "54-86": [60, 153], "16-53": [68, 158], "6-12": [271, 309], "92-165, T:0-1": [43, 153]}}, +{"id": 159, "name": "Pyramids of Giza", "description": "The Pyramids of Giza, also called the Giza necropolis, is an ancient complex of stone pyramids that house the tombs of Ancient Egypt's rulers, the pharoahs. The complex is located on the Giza Plateau in Greater Cairo, Egypt, and was built during the Fourth Dynasty of the Old Kingdom of Ancient Egypt between 2600 and 2500 BC. Landmarks include the Great Pyramid of Giza (tomb of pharoah Khufu), the Pyramid of Khafre, the Pyramid of Menkaure, the Great Sphinx of Giza, and smaller complexes such as cemeteries and the remains of a workers' village. The largest pyramid in the complex, the Great Pyramid, is the only surviving member of the Seven Wonders of the Ancient World.", "links": {"website": ["https://en.wikipedia.org/wiki/Giza_pyramid_complex"], "subreddit": ["Egypt"]}, "path": {"35-57": [[68, 151], [59, 160], [59, 161], [77, 161], [77, 160]], "58-165, T:0-1": [[52, 160], [80, 160], [74, 154], [72, 155], [68, 152], [66, 154], [62, 150]]}, "center": {"35-57": [68, 157], "58-165, T:0-1": [62, 156]}}, +{"id": 160, "name": "Homestuck", "description": "Homestuck is a webcomic created by Andrew Hussie that ran from 2009 to 2016. The image depicts a captcha card, part of the comic's inventory system. It contains the comic's logo, the symbols of the 4 main characters, the \"==>\" forward command taking you to the next page on the website, and a character from the in-story joke comic called Sweet Bro and Hella Jeff.", "links": {"website": ["https://homestuck.com", "https://en.wikipedia.org/wiki/Homestuck"], "subreddit": ["homestuck"]}, "path": {"1": [[221, 137], [221, 176], [276, 176], [276, 146], [271, 137]], "2-165, T:0-1": [[221, 126], [266, 126], [275, 135], [275, 164], [221, 164]]}, "center": {"1": [249, 157], "2-165, T:0-1": [248, 145]}}, +{"id": 161, "name": "Hiveswap", "description": "An adventure game set in the same multiverse as Homestuck.", "links": {"website": ["https://hiveswap.com"], "subreddit": ["homestuck"]}, "path": {"68-165, T:0-1": [[245, 165], [245, 171], [276, 171], [276, 165]]}, "center": {"68-165, T:0-1": [261, 168]}}, +{"id": 164, "name": "Flag of Japan", "description": "Japan is an island country in East Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Japan", "https://en.wikipedia.org/wiki/Flag_of_Japan"]}, "path": {"40-152": [[316, 158], [316, 171], [337, 171], [337, 158]], "6-10": [[721, 254], [718, 257], [721, 260], [724, 257]], "159-165, T:0-1": [[317, 158], [317, 171], [340, 171], [340, 158]]}, "center": {"40-152": [327, 165], "6-10": [721, 257], "159-165, T:0-1": [329, 165]}}, +{"id": 166, "name": "Nepeta Leijon", "description": "A character from Homestuck.", "links": {"website": ["https://mspaintadventures.fandom.com/wiki/Nepeta_Leijon"], "subreddit": ["homestuck"]}, "path": {"3-13": [[211, 142], [205, 145], [204, 147], [204, 151], [206, 156], [208, 157], [207, 165], [218, 165], [218, 164], [216, 162], [216, 157], [220, 155], [220, 144], [218, 142]], "14-165, T:0-1": [[171, 141], [188, 141], [188, 165], [171, 165]]}, "center": {"3-13": [212, 150], "14-165, T:0-1": [180, 153]}}, +{"id": 167, "name": "Flag of the Faroe Islands", "description": "The Faroe Islands are an archipelago of islands in the North Atlantic Ocean. They are part of the Kingdom of Denmark.", "links": {"website": ["https://en.wikipedia.org/wiki/Faroe_Islands", "https://en.wikipedia.org/wiki/Flag_of_the_Faroe_Islands"], "subreddit": ["place_nordicunion", "FaroeIslands"]}, "path": {"5-165, T:0-1": [[412, 103], [461, 103], [461, 136], [412, 136]]}, "center": {"5-165, T:0-1": [437, 120]}}, +{"id": 168, "name": "Flag of Norway", "description": "Norway is a country in Northern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Norway", "https://en.wikipedia.org/wiki/Flag_of_Norway"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"41-48": [[245, 35], [245, 120], [334, 121], [334, 78], [399, 78], [399, 121], [412, 121], [412, 103], [461, 103], [461, 120], [476, 120], [476, 103], [495, 103], [495, 35]], "1-40": [[245, 35], [245, 45], [301, 45], [301, 84], [245, 84], [245, 88], [274, 88], [274, 116], [334, 116], [334, 78], [399, 78], [399, 121], [412, 121], [412, 103], [461, 103], [461, 120], [476, 120], [476, 103], [494, 103], [494, 35]], "49-165, T:0-1": [[493, 36], [215, 36], [215, 95], [231, 95], [231, 100], [259, 100], [259, 124], [268, 125], [334, 124], [334, 78], [400, 78], [400, 124], [412, 124], [412, 103], [461, 103], [461, 119], [475, 119], [475, 103], [495, 102], [494, 79]]}, "center": {"41-48": [291, 78], "1-40": [432, 69], "49-165, T:0-1": [293, 77]}}, +{"id": 169, "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": {"50-165, T:0-1": [[248, 41], [249, 39], [269, 41], [275, 39], [283, 39], [286, 37], [289, 37], [292, 39], [294, 37], [310, 37], [311, 38], [305, 43], [304, 46], [301, 50], [301, 54], [301, 58], [300, 60], [298, 62], [299, 66], [302, 70], [305, 70], [307, 74], [309, 75], [309, 79], [310, 80], [309, 82], [308, 82], [306, 83], [300, 91], [255, 91], [253, 87], [251, 91], [245, 91], [245, 87], [247, 87], [247, 83], [247, 74], [246, 72], [247, 67], [251, 61], [253, 56], [253, 53], [250, 47], [248, 44], [248, 40]]}, "center": {"50-165, T:0-1": [275, 67]}}, +{"id": 171, "name": "Gnome child", "description": "An NPC from 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", "https://oldschool.runescape.wiki/w/Gnome_child"], "subreddit": ["dankmemes", "2007scape"]}, "path": {"22-164, T:0-1": [[146, 34], [137, 57], [146, 71], [135, 83], [138, 86], [144, 82], [168, 84], [168, 77], [161, 71], [164, 65], [164, 54], [155, 43], [151, 43], [150, 34]]}, "center": {"22-164, T:0-1": [152, 58]}}, +{"id": 173, "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox role-playing game developed by Hypixel Studios. Production began in 2015 by developers from Hypixel, a multiplayer server for the game Minecraft. The developers received 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, including 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/", "https://en.wikipedia.org/wiki/Hytale"], "subreddit": ["HytaleInfo"], "discord": ["WSjqdz3"]}, "path": {"1-166, T:0-1": [[361, 613], [323, 613], [323, 645], [361, 645]]}, "center": {"1-166, T:0-1": [342, 629]}}, +{"id": 174, "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/", "http://youtube.com/c/truttle1"], "subreddit": ["Truttle1"]}, "path": {"62-92": [[1851, 491], [1851, 493], [1850, 493], [1850, 498], [1854, 498], [1856, 500], [1860, 500], [1862, 498], [1862, 496], [1859, 493], [1854, 493], [1854, 491]], "57-61": [[1848, 482], [1845, 485], [1845, 486], [1847, 488], [1850, 488], [1852, 490], [1856, 490], [1859, 487], [1859, 485], [1855, 481], [1852, 481], [1851, 482]], "93-167, T:0-1": [[1849, 491], [1849, 493], [1848, 493], [1848, 498], [1852, 498], [1854, 500], [1858, 500], [1860, 498], [1860, 496], [1857, 493], [1852, 493], [1852, 491]]}, "center": {"62-92": [1858, 496], "57-61": [1854, 486], "93-167, T:0-1": [1856, 496]}}, +{"id": 175, "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:0-1": [[873, 1703], [929, 1703], [929, 1724], [888, 1724], [888, 1728], [873, 1728]]}, "center": {"109-166, T:0-1": [900, 1714]}}, +{"id": 178, "name": "Technical University of Munich", "description": "The Technical University of Munich (TUM), known in German as Technische Universität München, is a university in Munich, Germany.", "links": {"website": ["https://tum.de", "https://en.wikipedia.org/wiki/Technical_University_of_Munich"], "subreddit": ["tumunich"]}, "path": {"137-146": [[1238, 1173], [1238, 1190], [1261, 1190], [1261, 1173]], "133-136": [[1238, 1177], [1238, 1190], [1263, 1190], [1263, 1177]], "118-132": [[1238, 1177], [1238, 1190], [1262, 1190], [1262, 1177]], "62-78, 87-114": [[1333, 763], [1333, 778], [1348, 778], [1351, 776], [1355, 776], [1358, 778], [1362, 778], [1362, 763]], "147-165, T:0-1": [[1235, 1177], [1238, 1181], [1238, 1183], [1233, 1189], [1233, 1190], [1261, 1190], [1261, 1177], [1245, 1177], [1245, 1173], [1234, 1173], [1234, 1175], [1235, 1175]]}, "center": {"137-146": [1250, 1182], "133-136": [1251, 1184], "118-132": [1250, 1184], "62-78, 87-114": [1341, 771], "147-165, T:0-1": [1244, 1183]}}, +{"id": 179, "name": "SiIvaGunner", "description": "SiIvaGunner (SG) is a collaborative YouTube channel that uploads \"high-quality rips\" of video game soundtracks that are in reality memetic remixes, parodies, and mashups, with the intent of tricking unaware viewers. It is a parody of the former video game music channel GilvaSunner.\n\nThis artwork is based on the channel banner, which features the title screen character from the bootleg game 7 GRAND DAD and the lighthouse from the game Tengami.\n\nDuring r/place's run, the SiIva community allied with the Jerma985 and Vinesauce subreddits to protect one another.", "links": {"website": ["https://www.youtube.com/c/SiIvaGunner"], "subreddit": ["GiIvaSunner"]}, "path": {"132-165, T:0-1": [[62, 942], [62, 982], [92, 982], [92, 942]]}, "center": {"132-165, T:0-1": [77, 952]}}, +{"id": 180, "name": "TeosGame", "description": "TeosGame is a Swedish YouTuber who plays a variety of games.\n\nThis mural was made by the TeosGame community.", "links": {"website": ["https://www.youtube.com/teosgame"], "subreddit": ["TeosGame"]}, "path": {"56-108": [[1083, 962], [1083, 999], [1160, 999], [1160, 962]], "52-55": [[567, 989], [567, 1000], [619, 1000], [619, 989]], "109-165, T:0-1": [[1083, 962], [1083, 1038], [1116, 1038], [1116, 1003], [1118, 1001], [1127, 1001], [1129, 1003], [1129, 1038], [1160, 1038], [1160, 962]]}, "center": {"56-108": [1122, 981], "52-55": [593, 995], "109-165, T:0-1": [1105, 984]}}, +{"id": 181, "name": "Rhythm Doctor", "description": "Rhythm Doctor is a rhythm game. This art depicts the auto-play robot Otto from the game. RDL is the acronym for the community Discord, Rhythm Doctor Lounge.", "links": {"website": ["https://rhythmdr.com/"], "subreddit": ["rhythmdr"], "discord": ["rhythmdr"]}, "path": {"14-166, T:0-1": [[73, 703], [71, 705], [71, 716], [83, 716], [83, 705], [81, 703]]}, "center": {"14-166, T:0-1": [77, 710]}}, +{"id": 182, "name": "Hello Internet", "description": "Hello Internet is a podcast by YouTubers CGP Grey and Dr. Brady Haran.", "links": {"website": ["https://www.hellointernet.fm/", "https://en.wikipedia.org/wiki/Hello_Internet"], "subreddit": ["HelloInternet", "BradyHaran", "CGPGrey"]}, "path": {"71-84": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [58, 830], [58, 809], [89, 809], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]], "63-70": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]], "43-62": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 817], [80, 817], [80, 792], [89, 792], [89, 777]], "1-42": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 826], [80, 826], [80, 792], [89, 792], [89, 777]], "85-166, T:0-1": [[48, 777], [48, 787], [58, 787], [58, 798], [48, 798], [48, 830], [94, 830], [94, 820], [89, 820], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]]}, "center": {"71-84": [69, 798], "63-70": [67, 813], "43-62": [64, 813], "1-42": [64, 813], "85-166, T:0-1": [67, 799]}}, +{"id": 183, "name": "Coldplay", "description": "Coldplay is a British rock band. This art shows several of the band's albums: Viva la Vida (2008), A Rush of Blood to the Head (2002), X&Y (2005), Mylo Xyloto (2011), Parachutes (2000), and A Head Full of Dreams (2015).", "links": {"website": ["https://coldplay.com", "https://en.wikipedia.org/wiki/Coldplay"], "subreddit": ["Coldplay"], "discord": ["coldplay"]}, "path": {"58-98": [[1717, 35], [1717, 52], [1744, 52], [1744, 35]], "99-166, T:0-1": [[1695, 35], [1745, 35], [1745, 45], [1744, 45], [1744, 52], [1717, 52], [1717, 47], [1695, 47]]}, "center": {"58-98": [1731, 44], "99-166, T:0-1": [1724, 43]}}, +{"id": 185, "name": "NIJISANJI", "description": "NIJISANJI is a VTuber agency featuring a variety of talented influencers who create exciting content. The objective of this project is to accelerate the beginning of the next generation of entertainment through various activities and services such as events, goods and digital content, original music, etc. Currently, over 200 VTubers are active, regularly creating unique content on various video streaming platforms such as YouTube.", "links": {"website": ["https://www.nijisanji.jp/en", "https://en.wikipedia.org/wiki/Nijisanji"], "subreddit": ["Nijisanji"]}, "path": {"5-22": [[174, 719], [174, 750], [182, 750], [182, 749], [199, 749], [199, 719]], "23-166, T:0-1": [[182, 719], [182, 724], [178, 724], [173, 727], [170, 730], [168, 734], [168, 740], [170, 744], [170, 747], [168, 750], [168, 751], [169, 751], [172, 749], [175, 749], [179, 751], [185, 751], [190, 748], [195, 741], [195, 737], [200, 737], [200, 721], [199, 721], [196, 724], [191, 719]]}, "center": {"5-22": [187, 735], "23-166, T:0-1": [181, 737]}}, +{"id": 188, "name": "VShojo", "description": "VShojo is a VTuber organization founded by TheGunrun and based in San Francisco, California, United States. VShojo brands itself as a talent-first VTuber company. Unlike Japan-based VTuber organizations, VShojo primarily uses Twitch for livestreaming, with YouTube reserved primarily for highlight clips and edited content.", "links": {"website": ["https://www.vshojo.com/", "https://en.wikipedia.org/wiki/VShojo"], "subreddit": ["VShojo"]}, "path": {"35-71": [[175, 751], [172, 754], [172, 761], [175, 764], [180, 764], [183, 761], [183, 754], [180, 751]], "72-166, T:0-1": [[170, 750], [165, 755], [165, 759], [167, 764], [170, 765], [177, 764], [180, 764], [182, 759], [182, 756], [181, 753], [175, 749]]}, "center": {"35-71": [178, 758], "72-166, T:0-1": [174, 757]}}, +{"id": 189, "name": "Shuba Duck", "description": "Shuba Duck, a.k.a. Dancing Duck Oozora Subaru or Subaru Duck, refers to an animation of a duck in a backwards baseball cap dancing alongside virtual Hololive influencer Oozora Subaru. The duck is a representation of Subaru, who is often likened to a duck for her raspy ASMR voice, among other reasons. The duck took on the nickname \"Shuba Duck\" or \"Shubaduck\" based on Subaru's habit of regularly saying \"shuba\" when excited.", "links": {"website": ["https://knowyourmeme.com/memes/shuba-duck-dancing-duck-oozora-subaru"], "subreddit": ["oozorasubaru", "Hololive"], "discord": ["holofans"]}, "path": {"11-165, T:0-1": [[238, 782], [235, 787], [235, 790], [233, 791], [238, 793], [237, 796], [232, 801], [232, 805], [238, 809], [235, 813], [246, 813], [246, 810], [252, 806], [253, 802], [250, 798], [248, 797], [246, 799], [243, 797], [243, 792], [247, 790], [247, 789], [245, 787], [244, 782]]}, "center": {"11-165, T:0-1": [241, 803]}}, +{"id": 190, "name": "Udin", "description": "Udin is the mascot of Kureiji Ollie, a VTuber from Hololive Indonesia.", "links": {"website": ["https://www.youtube.com/channel/UCYz_5n-uDuChHtLo7My1HnQ", "https://virtualyoutuber.fandom.com/wiki/Kureiji_Ollie"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"5-166, T:0-1": [[282, 759], [280, 757], [280, 756], [282, 754], [285, 754], [287, 756], [290, 753], [293, 753], [293, 755], [295, 754], [297, 754], [299, 756], [299, 767], [298, 768], [298, 769], [295, 772], [294, 772], [292, 773], [286, 773], [285, 772], [284, 772], [281, 769], [281, 768], [280, 767], [280, 762], [281, 761]]}, "center": {"5-166, T:0-1": [289, 765]}}, +{"id": 191, "name": "PEKO!!!", "description": "\"Peko\" is the catchphrase used by Usada Pekora, a VTuber from Hololive 3rd Gen. Japan branch.", "links": {"website": ["https://www.youtube.com/channel/UC1DCedRgGHBdm81E1llLhOQ", "https://virtualyoutuber.fandom.com/wiki/Usada_Pekora"], "subreddit": ["Pekora", "Hololive"], "discord": ["holofans"]}, "path": {"33-166, T:0-1": [[225, 781], [225, 805], [231, 805], [231, 781]]}, "center": {"33-166, T:0-1": [228, 793]}}, +{"id": 192, "name": "Mini YAGOO", "description": "YAGOO is the nickname of Motoaki Tanigo, the CEO of the company behind Hololive Production, COVER Corporation. His nickname originated from a misreading of his name \"Tanigo\" as \"YAGOO\" by Oozora Subaru, one of Hololive's talents.\n\nTanigo's profile pictures mostly use his portrait without his body, so limbs were drawn for him during one stream. This depiction of Tanigo, named Mini YAGOO, became a running gag.", "links": {"website": ["https://twitter.com/tanigox", "https://hololive.wiki/wiki/YAGOO"], "subreddit": ["oozorasubaru", "Hololive"], "discord": ["holofans"]}, "path": {"24-166, T:0-1": [[232, 813], [232, 817], [229, 817], [229, 828], [233, 828], [233, 829], [250, 829], [250, 817], [246, 813]]}, "center": {"24-166, T:0-1": [240, 821]}}, +{"id": 193, "name": "Haaton", "description": "Haaton (はあとん) is the official name of the fanbase of Akai Haato (nicknamed \"Haachama\"), a VTuber from Hololive's 1st Generation from Japan. The name \"Haaton\" is a combination of \"Haato\" and \"ton\" 豚 (pig). Haaton is represented by a yellow plush pig that also works as Haato's mascot.", "links": {"website": ["https://www.youtube.com/channel/UC1CfXB_kRs3C-zaeTG3oGyg", "https://virtualyoutuber.fandom.com/wiki/Akai_Haato"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1354, 893], [1354, 898], [1353, 899], [1353, 902], [1371, 902], [1371, 899], [1370, 898], [1370, 893], [1369, 893], [1365, 896], [1359, 896], [1355, 893]]}, "center": {"66-166, T:0-1": [1366, 899]}}, +{"id": 196, "name": "Oaklands", "description": "Oaklands is a game on the game platform Roblox, made by Typical Developers.", "links": {"website": ["https://www.roblox.com/games/9938675423/Oaklands", "https://twitter.com/TypicalDevelops"], "subreddit": ["oaklands"]}, "path": {"121-166, T:0-1": [[0, 1113], [41, 1113], [41, 1122], [0, 1122]]}, "center": {"121-166, T:0-1": [21, 1118]}}, +{"id": 199, "name": "McMaster University", "description": "The school crest of McMaster University (Mac), located in Hamilton, Ontario, Canada.", "links": {"website": ["https://www.mcmaster.ca/", "https://en.wikipedia.org/wiki/McMaster_University"], "subreddit": ["McMaster"]}, "path": {"74-87": [[1246, 35], [1246, 51], [1255, 59], [1264, 51], [1264, 35], [1263, 35], [1263, 30], [1247, 30], [1247, 35]], "58-73": [[1246, 34], [1246, 49], [1255, 58], [1264, 49], [1264, 34]], "88-166, T:0-1": [[1246, 35], [1246, 51], [1255, 59], [1264, 51], [1264, 35]]}, "center": {"74-87": [1255, 43], "58-73": [1255, 44], "88-166, T:0-1": [1255, 45]}}, +{"id": 200, "name": "ImmutableX", "description": "ImmutableX is a Layer 2 scaling solution for NFTs built on Ethereum.", "links": {"website": ["https://www.immutable.com/"]}, "path": {"11-14": [[842, 855], [842, 897], [907, 897], [907, 855]], "106-140, 15-40, 51-103": [[841, 856], [906, 856], [906, 896], [841, 896], [853, 879], [853, 876], [841, 857]], "141-165, T:0-1": [[841, 856], [905, 856], [906, 865], [900, 870], [896, 878], [896, 885], [904, 890], [904, 896], [841, 896], [853, 880], [853, 876]]}, "center": {"11-14": [875, 876], "106-140, 15-40, 51-103": [874, 876], "141-165, T:0-1": [874, 876]}}, +{"id": 201, "name": "Loopring", "description": "Loopring is a zero-knowledge exchange and payment protocol built on the blockchain platform Ethereum. It is a zkRollup protocol and a layer-2 solution for securely scaling Ethereum to build high-performance, non-custodial exchanges and payment applications. Loopring operates products atop the protocol, including the Loopring Wallet, and Loopring Exchange.", "links": {"website": ["https://loopring.org/"]}, "path": {"15-139": [[774, 855], [774, 896], [839, 896], [839, 895], [828, 880], [828, 877], [839, 858], [841, 858], [841, 855]], "3-14": [[774, 855], [774, 897], [842, 897], [842, 855]], "140-164, T:0-1": [[774, 855], [774, 870], [778, 870], [782, 875], [782, 884], [780, 886], [778, 886], [775, 889], [775, 896], [821, 896], [821, 893], [817, 889], [817, 882], [819, 879], [827, 879], [841, 855]]}, "center": {"15-139": [808, 876], "3-14": [808, 876], "140-164, T:0-1": [801, 874]}}, +{"id": 202, "name": "Flag of Morocco", "description": "Morocco is a country in North Africa. Its flag consists of a green pentagram over a red background.", "links": {"website": ["https://en.wikipedia.org/wiki/Morocco", "https://en.wikipedia.org/wiki/Flag_of_Morocco"], "subreddit": ["Morocco"]}, "path": {"153-157": [[1634, 798], [1634, 806], [1626, 811], [1622, 811], [1620, 813], [1620, 832], [1700, 832], [1700, 798]], "140-152": [[1600, 798], [1600, 832], [1700, 832], [1700, 798]], "113-139": [[1623, 798], [1623, 832], [1681, 832], [1681, 798]], "18-48": [[222, 53], [222, 77], [245, 77], [245, 53]], "59-61": [[1646, 264], [1646, 284], [1666, 284], [1666, 264]], "62-84": [[1486, 713], [1486, 739], [1515, 739], [1515, 713]], "T:0-1": [[1629, 798], [1629, 805], [1622, 812], [1618, 812], [1617, 815], [1617, 832], [1699, 832], [1699, 798]], "104-106": [[1890, 985], [1890, 999], [1908, 999], [1908, 985]], "158-165": [[1600, 766], [1600, 798], [1628, 798], [1629, 799], [1629, 806], [1628, 807], [1628, 808], [1626, 808], [1622, 812], [1619, 812], [1618, 813], [1618, 814], [1617, 815], [1617, 832], [1699, 832], [1699, 781], [1694, 776], [1694, 774], [1692, 772], [1692, 770], [1691, 769], [1691, 767], [1690, 766], [1656, 766], [1656, 781], [1626, 781], [1626, 766]]}, "center": {"153-157": [1660, 815], "140-152": [1650, 815], "113-139": [1652, 815], "18-48": [234, 65], "59-61": [1656, 274], "62-84": [1501, 726], "T:0-1": [1658, 815], "104-106": [1899, 992], "158-165": [1671, 804]}}, +{"id": 203, "name": "Paimon", "description": "Paimon is the mascot character of Genshin Impact. Genshin Impact is an action role-playing game developed by Chinese developer miHoYo and first published in 2020. The game features an anime-style open-world environment and an action-based battle system using elemental magic and character-switching.", "links": {"website": ["https://genshin-impact.fandom.com/wiki/Paimon", "https://genshin.hoyoverse.com/", "https://en.wikipedia.org/wiki/Genshin_Impact"], "subreddit": ["Genshin_Impact", "GenshinPlace"]}, "path": {"109-165, T:0-1": [[1736, 1773], [1736, 1761], [1772, 1761], [1772, 1809], [1723, 1809], [1723, 1803], [1727, 1803], [1727, 1802], [1728, 1802], [1728, 1801], [1729, 1801], [1729, 1800], [1730, 1800], [1730, 1798], [1731, 1798], [1731, 1792], [1730, 1792], [1730, 1791], [1729, 1791], [1729, 1790], [1728, 1790], [1728, 1789], [1727, 1789], [1727, 1788], [1723, 1788], [1723, 1773]]}, "center": {"109-165, T:0-1": [1750, 1786]}}, +{"id": 204, "name": "The Sun", "description": "The Sun is the name of the lightbulb held by protagonist Niko in the indie video game OneShot. Breaking the Sun will end the world.\n\nFittingly, the Sun was consumed by the Polish flag shortly before the end of r/place.", "links": {"website": ["https://oneshot.fandom.com/wiki/The_Sun", "https://www.oneshot-game.com", "https://en.wikipedia.org/wiki/OneShot"], "subreddit": ["oneshot"]}, "path": {"59-164, T:0-1": [[1678, 542], [1673, 545], [1668, 552], [1668, 558], [1670, 561], [1667, 564], [1667, 566], [1670, 569], [1672, 569], [1675, 566], [1679, 568], [1684, 568], [1689, 565], [1694, 558], [1694, 552], [1691, 547], [1684, 542]]}, "center": {"59-164, T:0-1": [1681, 555]}}, +{"id": 205, "name": "Divergence Meter", "description": "The Divergence Meter is a device from the anime & visual novel Steins;Gate. The meter reads the \"Steins Gate\" worldline of 1.048596.", "links": {"website": ["https://steins-gate.fandom.com/wiki/Divergence_Meter"], "subreddit": ["steinsplace"]}, "path": {"103-118": [[1110, 22], [1107, 25], [1107, 33], [1106, 34], [1106, 35], [1152, 35], [1152, 33], [1151, 33], [1151, 25], [1148, 22]], "63-78, 96-102": [[1510, 1], [1507, 4], [1507, 14], [1551, 14], [1551, 4], [1548, 1]], "79-95": [[1511, 1], [1508, 4], [1508, 13], [1550, 13], [1550, 5], [1547, 1]], "119-167, T:0-1": [[1182, 34], [1226, 34], [1226, 23], [1182, 23]]}, "center": {"103-118": [1129, 29], "63-78, 96-102": [1529, 8], "79-95": [1529, 7], "119-167, T:0-1": [1204, 29]}}, +{"id": 206, "name": "forsenE", "description": "forsenE is an emote from the popular streamer forsen, a.k.a. Sebastian Forsen Fors.", "links": {"website": ["https://www.twitch.tv/forsen"], "subreddit": ["forsen"]}, "path": {"9-165, T:0-1": [[705, 905], [705, 943], [743, 943], [743, 944], [749, 944], [749, 905]]}, "center": {"9-165, T:0-1": [727, 924]}}, +{"id": 207, "name": "Interlingue", "description": "Interlingue is an international auxiliary language (IAL) to communicate between Western European languages.", "links": {"website": ["https://occidental-lang.com", "https://en.wikipedia.org/wiki/Interlingue"], "subreddit": ["interlingue"]}, "path": {"64-86, 93-166, T:0-1": [[764, 325], [764, 330], [771, 330], [771, 325]]}, "center": {"64-86, 93-166, T:0-1": [768, 328]}}, +{"id": 208, "name": "Viossa", "description": "Viossa is a constructed pidgin, a simplified language with limited expressiveness.", "links": {"website": ["https://conlang.fandom.com/wiki/Viossa"], "subreddit": ["Viossa"]}, "path": {"42-48": [[769, 299], [769, 312], [782, 312], [782, 299]], "33-41": [[756, 314], [756, 327], [769, 327], [769, 314]], "49-166, T:0-1": [[768, 289], [768, 302], [781, 302], [781, 289]]}, "center": {"42-48": [776, 306], "33-41": [763, 321], "49-166, T:0-1": [775, 296]}}, +{"id": 209, "name": "Lojban", "description": "Lojban is a constructed language.", "links": {"website": ["https://lojban.org", "https://en.wikipedia.org/wiki/Lojban"], "subreddit": ["lojban"]}, "path": {"72-90, 93-166, T:0-1": [[756, 325], [756, 331], [764, 331], [764, 325]]}, "center": {"72-90, 93-166, T:0-1": [760, 328]}}, +{"id": 210, "name": "De Montfort University LGBT Society", "description": "\"DMU!\" in rainbow-pride-flag-coloured lettering, representing an LGBT social group in De Montfort University, a public university in Leicester, England, United Kingdom. Collaboratively made by DMU LGBTQ+ Society and DMU Vibes.", "links": {"website": ["https://www.demontfortsu.com/organisation/lgbtsociety/"]}, "path": {"109-165, T:0-1": [[909, 1420], [929, 1420], [929, 1430], [909, 1430]]}, "center": {"109-165, T:0-1": [919, 1425]}}, +{"id": 211, "name": "University of Texas at Austin", "description": "The University of Texas at Austin is a university in Austin, Texas, United States. This art depicts the \"Hook 'em Horns\" hand sign and signature Longhorn logo of the University of Texas at Austin. Hook 'em!\n\nThe UT Austin tower used to be located next to this art.", "links": {"website": ["https://utexas.edu", "https://en.wikipedia.org/wiki/University_of_Texas_at_Austin"], "subreddit": ["UTAustin", "place_CentralAlliance"]}, "path": {"79-84": [[580, 947], [580, 960], [593, 960], [593, 947]], "49-78": [[572, 947], [572, 974], [594, 974], [594, 947]], "46-48": [[579, 949], [579, 974], [594, 974], [594, 949]], "19-26": [[571, 960], [571, 974], [594, 974], [594, 960]], "27-45": [[571, 960], [571, 974], [594, 974], [594, 949], [579, 949], [579, 960]], "16-18": [[573, 955], [573, 963], [584, 969], [593, 965], [597, 961], [597, 957], [594, 957], [593, 958], [589, 958], [586, 955], [583, 955], [582, 954], [578, 954], [578, 955]], "85-165, T:0-1": [[580, 947], [580, 974], [593, 974], [593, 947]]}, "center": {"79-84": [587, 954], "49-78": [583, 961], "46-48": [587, 962], "19-26": [583, 967], "27-45": [586, 965], "16-18": [583, 961], "85-165, T:0-1": [587, 970]}}, +{"id": 212, "name": "Vinesauce", "description": "Vinesauce is a group Twitch channel focused on video games. This art features Vinesauce's logo and mascot, Vineshroom.", "links": {"website": ["https://www.twitch.tv/Vinesauce", "https://en.wikipedia.org/wiki/Vinesauce", "https://vinesauce.fandom.com/wiki/Vineshroom"], "subreddit": ["Vinesauce"]}, "path": {"3-27": [[78, 669], [74, 673], [74, 677], [76, 679], [77, 679], [77, 687], [85, 687], [85, 679], [86, 679], [88, 677], [88, 673], [84, 669]], "28-165, T:0-1": [[73, 667], [70, 670], [70, 677], [72, 677], [72, 683], [74, 685], [78, 685], [80, 683], [80, 677], [81, 677], [83, 675], [83, 672], [79, 667]]}, "center": {"3-27": [81, 675], "28-165, T:0-1": [76, 673]}}, +{"id": 213, "name": "SMP Online", "description": "SMP Online is a server community for the game Minecraft.", "links": {"website": ["https://callmecarson.live"], "subreddit": ["CallMeCarson", "gavintino"]}, "path": {"38-48": [[56, 868], [56, 883], [108, 883], [108, 868]], "35-37": [[254, 877], [254, 891], [283, 891], [283, 890], [296, 890], [296, 877]], "110-166, T:0-1": [[499, 1673], [537, 1673], [536, 1685], [530, 1685], [530, 1699], [500, 1700], [500, 1688], [499, 1688], [499, 1680]]}, "center": {"38-48": [82, 876], "35-37": [275, 884], "110-166, T:0-1": [515, 1686]}}, +{"id": 214, "name": "Loky Ronin", "description": "a piece of art drawn by Videoyun Community", "links": {"website": ["https://www.twitch.tv/videoyun"], "subreddit": ["videoyun"]}, "path": {"109-166, T:0-1": [[735, 1403], [735, 1439], [809, 1439], [809, 1403]]}, "center": {"109-166, T:0-1": [772, 1421]}}, +{"id": 215, "name": "Windows XP taskbar", "description": "A Start menu for r/place, styled after Windows XP. It has a collection of tabs that reference other communities on r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Windows_XP"], "subreddit": ["placestart"]}, "path": {"109-166, T:0-1": [[0, 1969], [0, 1999], [1522, 1999], [1522, 1969]]}, "center": {"109-166, T:0-1": [761, 1984]}}, +{"id": 217, "name": "Rust", "description": "Rust is a C++ inspired programming language focused on speed and reliability. The crab in the center is named Ferris, and is Rust's mascot.", "links": {"website": ["https://rust-lang.org", "https://en.wikipedia.org/wiki/Rust_(programming_language)"], "subreddit": ["rust"]}, "path": {"24-57": [[722, 615], [722, 636], [748, 636], [748, 615]], "10-22": [[722, 615], [722, 634], [732, 634], [735, 637], [738, 634], [748, 634], [748, 615]], "58-164, T:0-1": [[725, 607], [722, 610], [722, 631], [725, 634], [732, 634], [734, 636], [736, 636], [738, 634], [745, 634], [748, 631], [748, 610], [745, 607]]}, "center": {"24-57": [735, 626], "10-22": [735, 625], "58-164, T:0-1": [735, 621]}}, +{"id": 218, "name": "Realm of the Mad God", "description": "Realm of the Mad God (RotMG) is an 8-bit-style perma-death bullet hell and massively multiplayer online role-playing game (MMORPG) created in 2010 by Wild Shadow Studios and currently maintained by DECA Games.\n\nThis image once showed all 18 of the playable classes in the game, but only 10 are still visible. A white bag, the rarest loot container, is also still visible. A Ring of Greater Speed was added on top of one of the classes in the final moments of r/place. The head of endgame boss Oryx the Mad God and the friendly non-player character Craig the Intern were completely covered. Archbishop Leucoryx, another endgame boss, is partially covered and was pictured holding the German autobahn sign in collaboration with r/placeDE.", "links": {"website": ["https://www.realmofthemadgod.com/", "https://en.wikipedia.org/wiki/Realm_of_the_Mad_God"], "subreddit": ["RotMG"]}, "path": {"164": [[470, 866], [470, 890], [504, 890], [504, 866], [548, 866], [548, 858], [546, 856], [543, 856], [542, 855], [541, 856], [536, 856], [536, 866]], "103-119": [[470, 866], [470, 890], [536, 890], [536, 872], [549, 872], [549, 868], [550, 867], [550, 866], [548, 864], [548, 856], [543, 856], [542, 855], [541, 856], [536, 856], [536, 864], [535, 865], [535, 866]], "80-102": [[470, 866], [470, 890], [536, 890], [536, 866]], "65-67": [[470, 866], [470, 877], [513, 877], [513, 890], [562, 890], [562, 887], [536, 887], [536, 866]], "25-64": [[470, 866], [470, 877], [513, 877], [513, 890], [562, 890], [562, 872], [552, 872], [552, 887], [536, 887], [536, 866]], "2-24": [[470, 866], [470, 877], [513, 877], [513, 890], [536, 890], [552, 890], [552, 891], [554, 891], [555, 892], [557, 890], [562, 890], [562, 882], [552, 882], [552, 890], [536, 890], [536, 866]], "68-79": [[470, 866], [470, 890], [562, 890], [562, 887], [536, 887], [536, 866]], "120-163, T:0-1": [[470, 866], [470, 890], [562, 890], [562, 885], [536, 885], [536, 871], [549, 871], [549, 868], [550, 868], [550, 865], [549, 865], [549, 864], [548, 864], [548, 862], [547, 862], [548, 862], [548, 856], [545, 856], [545, 857], [544, 857], [544, 856], [543, 856], [543, 855], [541, 855], [541, 856], [540, 856], [540, 857], [539, 857], [539, 856], [536, 856], [536, 862], [537, 862], [536, 862], [536, 864], [535, 864], [535, 866]]}, "center": {"164": [483, 878], "103-119": [508, 878], "80-102": [503, 878], "65-67": [525, 878], "25-64": [525, 877], "2-24": [524, 878], "68-79": [506, 878], "120-163, T:0-1": [510, 878]}}, +{"id": 219, "name": "Forgotten King and Shattered Queen", "description": "Endgame Bosses from the video game Realm of the Mad God. The Forgotten King on the left shown holding a tri-force to symbolize the alliance between r/Zelda and r/RoTMG, while the Shattered Queen is shown on the right. In the bottom right corner is the iconic level 20 grave representing the permadeath nature of the game.", "links": {"subreddit": ["Rotmg"]}, "path": {"109-166, T:0-1": [[1326, 1876], [1326, 1900], [1366, 1900], [1366, 1876]]}, "center": {"109-166, T:0-1": [1346, 1888]}}, +{"id": 220, "name": "Shotbow Network", "description": "Shotbow Network is a server network for the game Minecraft. It is home to classic game modes like MineZ, Annihilation, and Smash.", "links": {"website": ["https://shotbow.net/"], "subreddit": ["ShotBow"]}, "path": {"119-165, T:0-1": [[998, 465], [998, 494], [1001, 494], [1012, 486], [1020, 486], [1020, 465]]}, "center": {"119-165, T:0-1": [1009, 476]}}, +{"id": 221, "name": "MineZ", "description": "MineZ is a mode in the game Minecraft, maintained by the Shotbow Network. It is based on DayZ, a popular mod for the game ARMA 2.", "links": {"website": ["https://wiki.shotbow.net/MineZ"], "subreddit": ["MineZ", "ShotBow"]}, "path": {"140-165, T:0-1": [[1002, 456], [1002, 464], [1004, 464], [1006, 466], [1019, 466], [1019, 464], [1020, 464], [1020, 456], [1018, 456], [1018, 455], [1004, 455], [1004, 456]]}, "center": {"140-165, T:0-1": [1011, 461]}}, +{"id": 222, "name": "Blasphemous", "description": "Blasphemous is a Spanish indie metroidvania game created by TheGameKitchen and released in 2019.", "links": {"website": ["https://store.steampowered.com/app/774361/Blasphemous/"], "subreddit": ["Blasphemous"]}, "path": {"93-105": [[1181, 312], [1181, 346], [1206, 346], [1206, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1191, 320], [1196, 317], [1196, 312]], "82-92": [[1178, 319], [1178, 324], [1186, 324], [1186, 328], [1183, 334], [1183, 338], [1185, 344], [1187, 344], [1187, 346], [1205, 346], [1205, 330], [1201, 330], [1196, 327], [1194, 327], [1188, 320], [1182, 320], [1181, 319]], "64-81": [[1187, 326], [1187, 346], [1209, 346], [1209, 335], [1205, 331], [1202, 332], [1200, 332], [1200, 328], [1196, 328], [1194, 326]], "106-166, T:0-1": [[1185, 319], [1181, 323], [1181, 346], [1203, 346], [1205, 344], [1205, 331], [1203, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1192, 321], [1192, 319]]}, "center": {"93-105": [1191, 336], "82-92": [1193, 337], "64-81": [1195, 338], "106-166, T:0-1": [1191, 336]}}, +{"id": 223, "name": "KAF", "description": "KAF is a Japanese female virtual singer on YouTube. She is a performer signed to Kamitsubaki Studio.\n\nThis artwork found its way onto the canvas through the collective effort of the Kamitsubaki English community in collaboration with r/place VTubers.", "links": {"website": ["https://www.youtube.com/channel/UCQ1U65-CQdIoZ2_NA4Z4F7A", "https://kamitsubaki.fandom.com/wiki/Kaf"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"114-165, T:0-1": [[1421, 1092], [1421, 1097], [1419, 1099], [1419, 1101], [1418, 1102], [1416, 1102], [1416, 1106], [1418, 1108], [1418, 1114], [1420, 1117], [1420, 1118], [1418, 1120], [1412, 1120], [1412, 1121], [1413, 1122], [1413, 1126], [1446, 1126], [1446, 1124], [1451, 1124], [1451, 1117], [1452, 1117], [1452, 1106], [1450, 1103], [1423, 1103], [1423, 1092]]}, "center": {"114-165, T:0-1": [1433, 1115]}}, +{"id": 224, "name": "Big Ten Conference", "description": "The Big Ten (B1G) Conference is an athletic conference of colleges in the United States.\n\nThis area is the eastern claim of the Big Ten on the canvas. Pioneered by Indiana, this claim also includes Northwestern, Michigan State, Minnesota, and PAC-12 member Stanford.", "links": {"website": ["http://bigten.org/", "https://en.wikipedia.org/wiki/Big_Ten_Conference"], "subreddit": ["TheB1G", "IndianaUniversity", "msu", "Northwestern", "uofm"]}, "path": {"56-78": [[1508, 747], [1508, 780], [1531, 780], [1531, 768], [1550, 768], [1550, 747]], "79-165, T:0-1": [[1508, 780], [1552, 780], [1552, 768], [1551, 768], [1551, 747], [1508, 747]]}, "center": {"56-78": [1521, 760], "79-165, T:0-1": [1530, 764]}}, +{"id": 225, "name": "Shelly", "description": "Shelly the snail is the player character in Jonas Tyroller's indie platformer game Will You Snail?", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"61-75": [[848, 969], [848, 976], [858, 976], [858, 968], [852, 968], [852, 969]], "28-60": [[848, 969], [848, 976], [856, 976], [856, 968], [852, 968], [852, 969]], "76-165, T:0-1": [[848, 970], [848, 977], [858, 977], [858, 969], [850, 969], [850, 970]]}, "center": {"61-75": [854, 972], "28-60": [852, 972], "76-165, T:0-1": [853, 973]}}, +{"id": 226, "name": "Hu Tao Poland", "description": "Poland from Polandball dressed up as Hu Tao from Genshin Impact, our allies!", "links": {"website": ["https://en.wikipedia.org/wiki/Countryballs"], "subreddit": ["polandball", "GenshinPlace", "Genshin_Impact"]}, "path": {"109-166, T:0-1": [[1576, 1761], [1576, 1801], [1577, 1801], [1578, 1801], [1578, 1802], [1580, 1802], [1581, 1802], [1581, 1803], [1586, 1803], [1586, 1799], [1586, 1798], [1587, 1798], [1588, 1798], [1588, 1797], [1589, 1797], [1589, 1796], [1590, 1796], [1591, 1796], [1591, 1795], [1592, 1795], [1594, 1795], [1596, 1795], [1596, 1796], [1597, 1796], [1597, 1797], [1597, 1798], [1596, 1798], [1596, 1799], [1596, 1800], [1595, 1800], [1595, 1801], [1596, 1801], [1596, 1800], [1597, 1800], [1598, 1800], [1599, 1800], [1599, 1801], [1599, 1802], [1600, 1802], [1601, 1802], [1600, 1802], [1600, 1801], [1600, 1800], [1601, 1800], [1602, 1800], [1603, 1800], [1603, 1801], [1603, 1802], [1604, 1802], [1605, 1802], [1604, 1802], [1603, 1802], [1603, 1801], [1603, 1800], [1602, 1800], [1602, 1799], [1602, 1798], [1603, 1798], [1603, 1797], [1604, 1797], [1605, 1797], [1606, 1797], [1607, 1797], [1607, 1798], [1608, 1798], [1609, 1798], [1609, 1799], [1610, 1799], [1610, 1800], [1611, 1800], [1611, 1801], [1611, 1800], [1612, 1800], [1612, 1799], [1613, 1799], [1613, 1798], [1614, 1798], [1615, 1798], [1615, 1797], [1615, 1795], [1615, 1794], [1615, 1792], [1616, 1792], [1616, 1791], [1616, 1790], [1617, 1790], [1617, 1789], [1618, 1789], [1618, 1788], [1619, 1788], [1618, 1788], [1618, 1787], [1618, 1786], [1618, 1785], [1618, 1784], [1618, 1783], [1619, 1783], [1619, 1782], [1620, 1782], [1620, 1781], [1620, 1780], [1621, 1780], [1622, 1780], [1623, 1780], [1623, 1779], [1624, 1779], [1624, 1778], [1624, 1776], [1622, 1775], [1621, 1775], [1621, 1774], [1621, 1773], [1620, 1773], [1620, 1772], [1620, 1771], [1619, 1771], [1619, 1770], [1618, 1770], [1618, 1769], [1617, 1769], [1617, 1768], [1616, 1768], [1616, 1767], [1615, 1767], [1615, 1766], [1614, 1766], [1614, 1765], [1613, 1765], [1613, 1764], [1612, 1764], [1611, 1764], [1611, 1763], [1610, 1763], [1610, 1761]]}, "center": {"109-166, T:0-1": [1597, 1780]}}, +{"id": 227, "name": "Polandball", "description": "Polandball (countryballs) is a meme art style involving balls adorned with the flags of countries. These balls joke about their countries' stereotypes and relations with other countries. The original Polandball depicted the country of Poland.\n\nThis Polandball wears the hat of Hu Tao, a player character from the game Genshin Impact.", "links": {"website": ["https://knowyourmeme.com/memes/polandball", "https://en.wikipedia.org/wiki/Countryballs"], "subreddit": ["polandball"]}, "path": {"76-80": [[1137, 73], [1133, 78], [1133, 82], [1137, 86], [1144, 86], [1148, 82], [1148, 78], [1144, 73]], "62-75": [[1168, 42], [1164, 46], [1164, 51], [1168, 55], [1175, 55], [1179, 51], [1179, 48], [1175, 42]], "59-61": [[1152, 42], [1148, 45], [1148, 51], [1154, 55], [1175, 55], [1178, 52], [1178, 46], [1173, 41], [1170, 41], [1167, 43], [1160, 43], [1159, 42]], "57-58": [[1153, 41], [1150, 43], [1148, 46], [1148, 50], [1151, 54], [1153, 55], [1157, 55], [1162, 51], [1162, 46], [1157, 41]], "81-166, T:0-1": [[1135, 76], [1133, 78], [1133, 82], [1137, 86], [1144, 86], [1148, 82], [1148, 78], [1146, 76]]}, "center": {"76-80": [1141, 80], "62-75": [1172, 49], "59-61": [1171, 48], "57-58": [1155, 48], "81-166, T:0-1": [1141, 81]}}, +{"id": 229, "name": "Scott", "description": "Scott is a character created by Atlanta-based independent art pop musician Nick Elward (Nelward). Scott first appeared as a track cover of \"Stinky Boy Strut\" which then became Nelward's logo.", "links": {"website": ["https://www.nelward.com"], "subreddit": ["Nelward"]}, "path": {"26-129": [[87, 53], [87, 62], [100, 62], [100, 53]], "130-165, T:0-1": [[1, 65], [12, 65], [12, 72], [1, 72]]}, "center": {"26-129": [94, 58], "130-165, T:0-1": [7, 69]}}, +{"id": 230, "name": "Flag of Taiwan", "description": "Taiwan, also known as the Republic of China, is an island country in East Asia.\n\nThis area was r/taiwan's first claim on r/place, starting from the big Republic of China flag. Other symbols on it include Taipei 101, boba/pearl milk tea, Taiwan blue magpie, and the Formosan black bear mascot for the city of Taipei, named Bravo.", "links": {"website": ["https://en.wikipedia.org/wiki/Taiwan", "https://en.wikipedia.org/wiki/Flag_of_the_Republic_of_China"], "subreddit": ["taiwan"]}, "path": {"94-105": [[910, 535], [910, 567], [978, 567], [978, 542], [934, 542], [934, 519], [946, 519], [946, 515], [934, 515], [934, 535]], "55-93": [[910, 567], [978, 567], [978, 542], [934, 542], [934, 527], [928, 527], [923, 530], [921, 530], [916, 527], [910, 527]], "32-48": [[911, 531], [911, 547], [904, 547], [904, 567], [978, 567], [978, 542], [934, 542], [934, 531]], "49-54, 5-29": [[940, 542], [940, 567], [978, 567], [978, 542]], "106-166, T:0-1": [[978, 567], [910, 567], [910, 515], [958, 515], [959, 519], [934, 519], [934, 542], [978, 542]]}, "center": {"94-105": [924, 553], "55-93": [925, 553], "32-48": [925, 553], "49-54, 5-29": [959, 555], "106-166, T:0-1": [924, 553]}}, +{"id": 231, "name": "Taiwan independence flag", "description": "The flag is commonly used to represent the Taiwanese independence movement from China. It is officially used by the World Taiwanese Congress, a yearly meeting of organizations supporting formal independence of Taiwan. The flag features the word Táiwān written in traditional Chinese (台灣). The \"Taiwan\" part of \"r/taiwan\" was converted to \"Taiwan #1\" for the popular \"Taiwan number one\" saying.\n\nThis flag was made during the first canvas expansion by r/taiwan, leading to an alliance with Ireland and strengthening the Czech alliance. The Chinese writing was added on the last day of r/place.\n\nThis flag came under heavy attack by an aggressive expansion of a nearly Turkish flag led by streamers, which it resiliently defended against with the help of its allies.", "links": {"website": ["https://en.wikipedia.org/wiki/Taiwan_independence_movement"], "subreddit": ["taiwan"]}, "path": {"61-142": [[1206, 134], [1206, 161], [1248, 161], [1248, 134]], "143-166, T:0-1": [[1197, 134], [1248, 134], [1248, 161], [1197, 161]]}, "center": {"61-142": [1227, 148], "143-166, T:0-1": [1223, 148]}}, +{"id": 232, "name": "Taipei 101", "description": "r/Taiwan tried to make a 101-pixel high Taipei 101 at this location, in coordination with many other allies.", "links": {"website": ["https://en.wikipedia.org/wiki/Taipei_101"], "subreddit": ["Taipei", "TaipeiCity", "taiwan"]}, "path": {"109-165, T:0-1": [[1178, 1275], [1219, 1275], [1219, 1265], [1217, 1265], [1217, 1264], [1216, 1264], [1216, 1262], [1214, 1262], [1214, 1261], [1213, 1261], [1213, 1260], [1212, 1260], [1212, 1259], [1211, 1259], [1211, 1258], [1210, 1258], [1210, 1257], [1209, 1257], [1209, 1256], [1207, 1256], [1207, 1254], [1206, 1254], [1206, 1251], [1205, 1251], [1205, 1247], [1204, 1247], [1204, 1241], [1202, 1241], [1202, 1250], [1199, 1250], [1199, 1257], [1199, 1258], [1198, 1258], [1198, 1263], [1179, 1263], [1178, 1263]]}, "center": {"109-165, T:0-1": [1200, 1266]}}, +{"id": 233, "name": "Super Smash Bros. Melee", "description": "Super Smash Bros. Melee (SSBM) is a crossover fighting game of Nintendo characters made by HAL Laboratory. Made for the Nintendo GameCube in 2001, it is the second game in the Super Smash Bros. series. The SSBM fighting game community is incredibly dedicated to their game, which they have not abandoned after 20 years and 3 subsequent entries in the series.\n\nThe SSBM community never abandoned their main slippi.gg logo, which stood for the whole duration of r/place. They also collaborated with r/PlaceTrees to construct Dream Land, one of the six legal stages in competitive Melee, featuring the tree character Whispy Woods. They also added stock icons for the characters Fox and Falco.", "links": {"website": ["https://en.wikipedia.org/wiki/Super_Smash_Bros._Melee"], "subreddit": ["SSBM"]}, "path": {"22-27": [[775, 928], [798, 915], [801, 915], [824, 928], [823, 957], [818, 960], [818, 979], [815, 982], [784, 982], [781, 979], [781, 960], [775, 956], [775, 928], [771, 932], [753, 932], [749, 928], [749, 905], [775, 905], [777, 908], [777, 911], [778, 912], [778, 913], [776, 915]], "3-21": [[798, 915], [775, 928], [775, 956], [781, 960], [781, 979], [784, 982], [815, 982], [818, 979], [818, 960], [824, 956], [824, 928], [801, 915]], "28-165, T:0-1": [[776, 927], [775, 961], [781, 962], [781, 978], [800, 982], [817, 979], [818, 962], [824, 962], [823, 926], [800, 915], [777, 926], [773, 913], [773, 908], [774, 905], [749, 905], [749, 928], [750, 929], [750, 942], [752, 945], [775, 945], [775, 928]]}, "center": {"22-27": [799, 942], "3-21": [799, 944], "28-165, T:0-1": [800, 928]}}, +{"id": 234, "name": "VRChat", "description": "VRChat is an online virtual reality social platform. The platform allows users to interact with others with user-created 3D avatars and worlds.", "links": {"website": ["https://vrchat.com/", "https://en.wikipedia.org/wiki/VRChat"], "subreddit": ["VRChat"]}, "path": {"16-165, T:0-1": [[929, 88], [929, 105], [983, 105], [990, 113], [991, 113], [991, 105], [995, 105], [995, 88]]}, "center": {"16-165, T:0-1": [986, 97]}}, +{"id": 235, "name": "University of Wisconsin-Madison", "description": "The University of Wisconsin-Madison is a university in Madison, Wisconsin, United States. This logo, known as the \"Motion W\", is used by the school's athletics teams, the Wisconsin Badgers.", "links": {"website": ["https://wisc.edu", "https://en.wikipedia.org/wiki/University_of_Wisconsin%E2%80%93Madison"], "subreddit": ["UWMadison"]}, "path": {"7-9": [[117, 581], [117, 607], [125, 607], [125, 581]], "10-165, T:0-1": [[99, 579], [99, 607], [125, 607], [125, 579]]}, "center": {"7-9": [121, 594], "10-165, T:0-1": [112, 593]}}, +{"id": 236, "name": "Bucky Badger", "description": "University of Wisconsin-Madison's mascot Bucky U Badger.", "links": {"website": ["https://wisc.edu"], "subreddit": ["UWMadison"]}, "path": {"109-164, T:0-1": [[289, 1555], [282, 1555], [282, 1556], [283, 1557], [283, 1558], [284, 1559], [281, 1559], [279, 1561], [279, 1562], [281, 1564], [283, 1564], [287, 1568], [285, 1570], [287, 1572], [289, 1572], [290, 1571], [291, 1571], [293, 1569], [293, 1567], [295, 1565], [295, 1563], [292, 1560], [294, 1558], [294, 1557], [295, 1556], [294, 1555], [291, 1555], [290, 1554]]}, "center": {"109-164, T:0-1": [288, 1562]}}, +{"id": 238, "name": "Shisheyu_Mayamoto's Logo", "description": "Shisheyu Mayamoto's Twitch channel's logo", "links": {"website": ["https://www.twitch.tv/shisheyu_mayamoto"]}, "path": {"109-165, T:0-1": [[1909, 1562], [1909, 1573], [1921, 1573], [1921, 1562]]}, "center": {"109-165, T:0-1": [1915, 1568]}}, +{"id": 239, "name": "Esperanto", "description": "Esperanto is a constructed auxiliary language. It was created in 1887 by L. L. Zamenhof as a project for an international language that would be neutral and easy to learn. It is the most popular constructed language, spoken by 200,000 to 2,000,000 people.\n\nThis art was created by people from many Esperanto communities for at least five different social media and messaging platforms on the place of one of the voids. The team had alliances with Mr. Robot, r/Cubers and r/popheads.", "links": {"website": ["https://esperanto.net/", "https://en.wikipedia.org/wiki/Esperanto"], "subreddit": ["Esperanto"]}, "path": {"62-157": [[1433, 486], [1433, 501], [1499, 501], [1499, 486]], "158-166, T:0-1": [[1433, 487], [1433, 501], [1509, 501], [1509, 487]]}, "center": {"62-157": [1466, 494], "158-166, T:0-1": [1471, 494]}}, +{"id": 240, "name": "VRChat Modding Group", "description": "Logo of the VRChat Modding Group, a community dedicated to creating and maintaining mods for the VR social platform VRChat.", "links": {"subreddit": ["placestart"], "discord": ["vrcmg"]}, "path": {"109-166, T:0-1": [[1303, 1975], [1290, 1975], [1290, 1994], [1291, 1994], [1291, 1996], [1294, 1996], [1294, 1995], [1294, 1996], [1297, 1996], [1297, 1995], [1297, 1996], [1300, 1996], [1300, 1994], [1303, 1994]]}, "center": {"109-166, T:0-1": [1296, 1985]}}, +{"id": 241, "name": "Disco Elysium", "description": "Main characters of the game, Harrier \"Harry\" Du Bois and Kim Kitsuragi.", "links": {"website": ["https://discoelysium.com/"], "subreddit": ["DiscoElysium"]}, "path": {"109-166, T:0-1": [[1362, 1884], [1403, 1884], [1403, 1917], [1364, 1917]]}, "center": {"109-166, T:0-1": [1383, 1900]}}, +{"id": 242, "name": "Pokémon Mystery Dungeon", "description": "Pokémon Mystery Dungeon is a roguelike game series that is a crossover between the Pokémon and Mystery Dungeon series. This art features a depiction of the rescue team badge in Pokémon Mystery Dungeon: Rescue Team DX. The background has the pattern of the Harmony Scarf, an accessory and key plot item from Pokémon Super Mystery Dungeon. The picture also contains a Seed and an Orb, two usable items in the game.", "links": {"website": ["https://en.wikipedia.org/wiki/Pok%C3%A9mon_Mystery_Dungeon", "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Mystery_Dungeon_series"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"7-154": [[709, 778], [709, 803], [734, 803], [734, 778]], "155-165, T:0-1": [[709, 778], [709, 804], [734, 804], [734, 778]]}, "center": {"7-154": [722, 791], "155-165, T:0-1": [722, 791]}}, +{"id": 243, "name": "Time Gear", "description": "A Time Gear is an artifact that regulates time in the second set of Pokémon Mystery Dungeon games, Explorers of Time/Darkness/Sky. If a Time Gear is removed from its place, time stops in the region. A major part of the plot involves traveling the world to locate Time Gears and stop the thief Grovyle from stealing them.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Time_Gear"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"57-164, T:0-1": [[1078, 465], [1078, 488], [1101, 488], [1101, 465]]}, "center": {"57-164, T:0-1": [1090, 477]}}, +{"id": 244, "name": "Shiny Celebi", "description": "Celebi is a Grass/Psychic-type mythical Pokémon from the Generation II Pokémon games (Pokémon Gold/Silver). This Celebi has its pink Shiny colors instead of the usual green. This is an in-game sprite from Pokémon Mystery Dungeon: Explorers of Time/Darkness/Sky for the Nintendo DS, which feature Shiny Celebi as a supporting character.\n\nThis art was a collaboration between r/MysteryDungeon, Pokémon in r/place, and r/HollowKnight.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Celebi_(Explorers_of_Time,_Darkness,_and_Sky)"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"69-166, T:0-1": [[1323, 49], [1320, 54], [1320, 61], [1317, 61], [1317, 63], [1320, 66], [1319, 67], [1319, 69], [1324, 69], [1325, 70], [1326, 70], [1327, 69], [1330, 69], [1330, 64], [1331, 63], [1331, 58], [1332, 57], [1332, 55], [1330, 53], [1329, 54], [1326, 54]]}, "center": {"69-166, T:0-1": [1326, 60]}}, +{"id": 245, "name": "V-Wheel", "description": "A depiction of Mythical Pokémon Victini and his V-Wheel from Pokémon Mystery Dungeon: Gates to Infinity. The art is a collaboration between r/MysteryDungeon and r/Victini.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Paradise#V-Wheel"], "subreddit": ["MysteryDungeon", "Victini"], "discord": ["mysterydungeon"]}, "path": {"109-166, T:0-1": [[1734, 1473], [1734, 1496], [1770, 1496], [1770, 1473]]}, "center": {"109-166, T:0-1": [1752, 1485]}}, +{"id": 246, "name": "Dream Land", "description": "Dream Land is one of the six tournament-legal stages in Super Smash Bros. Melee. It is a returning stage from the original Super Smash Bros. game for the Nintendo 64. The stage is based on the Kirby games, and features the tree character Whispy Woods, also from the Kirby games.\n\nThis art was a collaboration between r/PlaceTrees and the Super Smash Bros. Melee community. It depicts the characters Pikachu, Fox, Falco, and Jigglypuff fighting.", "links": {"website": ["https://www.ssbwiki.com/Dream_Land_(SSB)"], "subreddit": ["PlaceTrees", "ssbm"]}, "path": {"23-165, T:0-1": [[751, 905], [749, 908], [749, 928], [753, 932], [771, 932], [775, 928], [775, 923], [776, 923], [776, 921], [773, 913], [773, 908], [774, 907], [774, 905]]}, "center": {"23-165, T:0-1": [762, 919]}}, +{"id": 247, "name": "Veloren", "description": "Veloren is an open-source multiplayer voxel role-playing game (RPG) written in Rust.", "links": {"website": ["https://veloren.net/"], "subreddit": ["Veloren"]}, "path": {"44-164, T:0-1": [[735, 636], [735, 647], [746, 647], [746, 636]]}, "center": {"44-164, T:0-1": [741, 642]}}, +{"id": 249, "name": "King protea", "description": "The king protea is the national flower of South Africa. It is a kind of protea, a species of plant mostly found in South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Protea_cynaroides"], "subreddit": ["SouthAfrica"]}, "path": {"125-144": [[754, 990], [754, 994], [752, 994], [752, 995], [757, 1000], [760, 1000], [760, 1003], [762, 1003], [762, 1000], [765, 1000], [770, 995], [770, 994], [768, 994], [768, 990], [767, 990], [765, 992], [762, 989], [762, 987], [760, 987], [760, 989], [757, 992], [755, 990]], "147-165, T:0-1": [[771, 1045], [770, 1046], [766, 1046], [766, 1049], [764, 1049], [764, 1055], [766, 1058], [766, 1060], [768, 1062], [768, 1063], [770, 1065], [772, 1065], [774, 1063], [774, 1062], [776, 1060], [776, 1058], [778, 1056], [778, 1050], [779, 1049], [779, 1047], [776, 1047], [775, 1046], [772, 1046]]}, "center": {"125-144": [761, 995], "147-165, T:0-1": [771, 1053]}}, +{"id": 250, "name": "Alula", "description": "A smaller version of the character Alula from Oneshot. Original sprite by Glitchious404.", "links": {"website": ["https://oneshot.fandom.com/wiki/Alula"], "subreddit": ["oneshot"]}, "path": {"109-166, T:0-1": [[1084, 1705], [1083, 1705], [1083, 1704], [1082, 1704], [1079, 1704], [1079, 1703], [1079, 1702], [1079, 1701], [1079, 1698], [1078, 1698], [1078, 1697], [1078, 1693], [1077, 1697], [1077, 1696], [1079, 1693], [1079, 1691], [1080, 1691], [1080, 1690], [1081, 1690], [1081, 1689], [1081, 1688], [1081, 1686], [1081, 1683], [1083, 1683], [1083, 1684], [1084, 1684], [1084, 1685], [1085, 1685], [1085, 1686], [1085, 1687], [1086, 1688], [1086, 1687], [1087, 1688], [1088, 1688], [1088, 1687], [1088, 1686], [1089, 1686], [1089, 1685], [1090, 1685], [1090, 1684], [1091, 1684], [1092, 1684], [1092, 1689], [1091, 1690], [1092, 1690], [1092, 1692], [1093, 1692], [1093, 1697], [1092, 1697], [1092, 1700], [1093, 1700], [1093, 1701], [1093, 1702], [1093, 1704], [1090, 1704], [1090, 1705], [1087, 1705]]}, "center": {"109-166, T:0-1": [1086, 1695]}}, +{"id": 251, "name": "Atlas", "description": "The Atlas is an iconic symbol of the game No Man's Sky.", "links": {"website": ["https://nomanssky.fandom.com/wiki/The_Atlas"], "subreddit": ["NoMansSkyTheGame"]}, "path": {"109-166, T:0-1": [[1633, 1611], [1616, 1628], [1616, 1629], [1633, 1656], [1650, 1629], [1650, 1628]]}, "center": {"109-166, T:0-1": [1633, 1632]}}, +{"id": 252, "name": "Holostars", "description": "Holostars is the male branch of Hololive.", "links": {"website": ["https://holostars.hololivepro.com/en/", "https://hololive.wiki/wiki/Holostars"], "subreddit": ["Holostars", "Hololive"], "discord": ["holofans"]}, "path": {"11-166, T:0-1": [[302, 758], [321, 758], [321, 777], [302, 777]]}, "center": {"11-166, T:0-1": [312, 768]}}, +{"id": 253, "name": "r/baduk", "description": "the subreddit for the ancient board game Go/Baduk/Weiqi", "links": {"subreddit": ["baduk"]}, "path": {"109-166, T:0-1": [[1494, 1279], [1550, 1279], [1550, 1289], [1494, 1289]]}, "center": {"109-166, T:0-1": [1522, 1284]}}, +{"id": 258, "name": "Green Lattice", "description": "Green Lattice was a peaceful faction determined to fill the canvas with a beautiful orderly light and dark green lattice. This would serve as a safe home for art to live.", "links": {"subreddit": ["GreenLattice"]}, "path": {"119-122": [[624, 1069], [636, 1069], [636, 1077], [630, 1077], [630, 1079], [624, 1079]]}, "center": {"119-122": [629, 1073]}}, +{"id": 259, "name": "Scott Munley", "description": "Scott Manley's head nightmarishly projected onto the Mun. Fly nś̟̬a̗̪͓̬f̟͓̮̕e̴̙͇̞.", "links": {"website": ["https://www.youtube.com/channel/UCxzC4EngIsMrPmbm6Nxvb-A"], "subreddit": ["SpaceXPlace"]}, "path": {"109-165, T:0-1": [[938, 1519], [940, 1516], [943, 1513], [948, 1513], [952, 1515], [953, 1518], [953, 1523], [951, 1527], [949, 1528], [944, 1529], [940, 1526], [938, 1523]]}, "center": {"109-165, T:0-1": [946, 1521]}}, +{"id": 261, "name": "University of Washington", "description": "The University of Washington is a university in Seattle, Washington, United States. The university was founded in 1861, and is known for cherry trees and lots of rain. The school's mascot is a husky.\n\nThis art features some of the school's characteristic cherry tree blossoms. It was allied with Washington State University, Simon Fraser University, Hermitcraft, and more.", "links": {"website": ["http://uw.edu/", "https://en.wikipedia.org/wiki/University_of_Washington"], "subreddit": ["udub"]}, "path": {"66-73": [[889, 520], [889, 528], [905, 528], [905, 520]], "32-65": [[889, 520], [889, 528], [901, 528], [901, 520]], "26-31": [[884, 520], [884, 528], [895, 528], [895, 520]], "74-165, T:0-1": [[889, 520], [889, 534], [905, 534], [905, 520]]}, "center": {"66-73": [897, 524], "32-65": [895, 524], "26-31": [890, 524], "74-165, T:0-1": [897, 527]}}, +{"id": 262, "name": "Green Bay Packers", "description": "The Green Bay Packers are a historic American football team based in Green Bay, Wisconsin, United States that competes in the National Football League (NFL).\n\nIt is the third-oldest franchise in the NFL, dating back to 1919, and is the only non-profit, community-owned major league professional sports team based in the United States.\n\nThe Packers have won 13 league championships, the most in NFL history, with nine pre-Super Bowl NFL titles and four Super Bowl victories.\n\nGO PACK GO!", "links": {"website": ["https://www.packers.com/", "https://en.wikipedia.org/wiki/Green_Bay_Packers"], "subreddit": ["GreenBayPackers", "place_CentralAlliance"]}, "path": {"1-164, T:0-1": [[407, 913], [428, 913], [428, 931], [407, 931]]}, "center": {"1-164, T:0-1": [418, 922]}}, +{"id": 263, "name": "Roskilde Cathedral", "description": "A cathedral from the Danish city of Roskilde.", "links": {"website": ["https://roskildedomkirke.dk/english/", "https://en.wikipedia.org/wiki/Roskilde_Cathedral"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"97-165, T:0-1": [[281, 118], [281, 127], [280, 129], [277, 132], [277, 138], [276, 139], [276, 158], [303, 158], [303, 139], [301, 137], [301, 131], [298, 127], [298, 117], [297, 117], [295, 119], [295, 127], [292, 131], [292, 135], [287, 131], [284, 127], [284, 118]]}, "center": {"97-165, T:0-1": [290, 146]}}, +{"id": 264, "name": "Club Atlético River Plate", "description": "Club Atlético River Plate is a sports club based in Buenos Aires, Argentina. They are rivals with the Boca Juniors club, also from Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/Club_Atl%C3%A9tico_River_Plate"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"158-165, T:0-1": [[1129, 645], [1127, 647], [1127, 651], [1128, 652], [1128, 661], [1138, 661], [1138, 652], [1132, 646], [1131, 646], [1130, 645]]}, "center": {"158-165, T:0-1": [1133, 654]}}, +{"id": 266, "name": "Flag of Liechtenstein", "description": "Liechtenstein is a small country in Central Europe.\n\nThis space was donated by Switzerland on day 2 of r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Liechtenstein", "https://en.wikipedia.org/wiki/Flag_of_Liechtenstein"], "discord": ["JS9eFKty"]}, "path": {"38-166, T:0-1": [[583, 682], [583, 683], [588, 689], [588, 691], [595, 697], [595, 699], [598, 699], [598, 682]]}, "center": {"38-166, T:0-1": [593, 687]}}, +{"id": 268, "name": "University of Michigan logo", "description": "The logo of the University of Michigan.", "links": {"website": ["https://umich.edu", "https://en.wikipedia.org/wiki/University_of_Michigan"], "subreddit": ["uofm", "MichiganWolverines"]}, "path": {"4-165, T:0-1": [[396, 274], [428, 274], [428, 297], [396, 297]]}, "center": {"4-165, T:0-1": [412, 286]}}, +{"id": 269, "name": "Average Greek vs. Turk Debate", "description": "\"Average Greek vs. Turk Debate\" is a popular meme video in Greece and Turkey, created by wow_mao. It's about the most peaceful and chad debate in the Balkans ever. This image features the thumbnail of the video, with the flags of Greece and Turkey along with gigachads from each country.", "links": {"website": ["https://www.youtube.com/watch?v=HfFx5UvzSxc"], "subreddit": ["Wow_Mao", "2balkan4you"]}, "path": {"58-165, T:0-1": [[1200, 700], [1200, 773], [1329, 773], [1329, 700]]}, "center": {"58-165, T:0-1": [1265, 737]}}, +{"id": 270, "name": "Terraria Calamity Mod", "description": "The Terraria Calamity Mod logo (1.5 update), for the largest ever Terraria mod.", "links": {"subreddit": ["CalamityMod"], "discord": ["calamity"]}, "path": {"109-165, T:0-1": [[853, 1453], [880, 1453], [880, 1480], [853, 1480]]}, "center": {"109-165, T:0-1": [867, 1467]}}, +{"id": 271, "name": "Gondola", "description": "A mutation of the Spurdo Spärde meme. He peacefully observes. Placed by pxls.space.", "links": {"website": ["https://pxls.space/"]}, "path": {"109-166, T:0-1": [[736, 1692], [743, 1694], [750, 1699], [755, 1705], [756, 1708], [757, 1713], [754, 1723], [749, 1729], [745, 1732], [737, 1733], [737, 1736], [742, 1735], [750, 1731], [758, 1724], [760, 1715], [760, 1707], [758, 1701], [753, 1695], [744, 1691], [740, 1691], [739, 1685], [732, 1685], [730, 1692], [725, 1695], [719, 1701], [716, 1704], [716, 1710], [716, 1721], [719, 1727], [729, 1734], [736, 1735], [736, 1733], [731, 1733], [723, 1728], [718, 1721], [716, 1715], [717, 1707], [721, 1700], [728, 1695], [737, 1693]]}, "center": {"109-166, T:0-1": [742, 1708]}}, +{"id": 272, "name": "lgwMlem", "description": "A Twitch emote from streamer DumbDog. Mlem.", "links": {"website": ["https://www.twitch.tv/dumbdog"]}, "path": {"109-166, T:0-1": [[1838, 1383], [1838, 1423], [1873, 1423], [1873, 1383]]}, "center": {"109-166, T:0-1": [1856, 1403]}}, +{"id": 274, "name": "Starship", "description": "Starship is an upcoming super heavy launch vehicle developed by SpaceX. It is planned to support crewed missions to the Moon and Mars.", "links": {"website": ["https://en.wikipedia.org/wiki/SpaceX_Starship"], "subreddit": ["spacexplace"]}, "path": {"16-165, T:0-1": [[819, 607], [812, 615], [812, 620], [815, 620], [815, 626], [812, 631], [812, 637], [813, 640], [815, 640], [815, 651], [819, 659], [819, 661], [816, 661], [816, 677], [811, 682], [811, 684], [828, 684], [828, 681], [824, 677], [824, 640], [825, 640], [827, 637], [827, 631], [824, 626], [824, 620], [827, 620], [827, 615], [820, 607]]}, "center": {"16-165, T:0-1": [819, 634]}}, +{"id": 279, "name": "lgwWoof", "description": "Twitch emote from streamer DumbDog. A barking dog, woof.", "links": {"website": ["https://www.twitch.tv/dumbdog"]}, "path": {"109-165, T:0-1": [[1803, 1383], [1803, 1418], [1805, 1416], [1806, 1416], [1808, 1418], [1808, 1421], [1806, 1423], [1838, 1423], [1838, 1383]]}, "center": {"109-165, T:0-1": [1821, 1403]}}, +{"id": 280, "name": "Flag of Madagascar", "description": "Madagascar is an island nation east of mainland Africa. It is famous for its endemic lemurs.", "links": {"website": ["https://en.wikipedia.org/wiki/Madagascar", "https://en.wikipedia.org/wiki/Flag_of_Madagascar"]}, "path": {"150": [[765, 1068], [765, 1073], [771, 1073], [771, 1072], [770, 1071], [770, 1068]], "128-138": [[893, 1184], [893, 1191], [900, 1191], [900, 1187], [899, 1186], [899, 1184]], "151-165, T:0-1": [[773, 1068], [781, 1068], [781, 1073], [773, 1073]]}, "center": {"150": [768, 1071], "128-138": [896, 1188], "151-165, T:0-1": [777, 1071]}}, +{"id": 285, "name": "Flag of Zimbabwe", "description": "Zimbabwe is a country in southern Africa.\n\nThis is one of two Zimbabwean flags on r/place, the other being to the north in the Green Lattice.", "links": {"website": ["https://en.wikipedia.org/wiki/Zimbabwe", "https://en.wikipedia.org/wiki/Flag_of_Zimbabwe"], "subreddit": ["Zimbabwe"]}, "path": {"151-165, T:0-1": [[765, 1067], [773, 1067], [773, 1073], [765, 1073]]}, "center": {"151-165, T:0-1": [769, 1070]}}, +{"id": 286, "name": "r/spacexplace", "description": "r/spacexplace is a subreddit that focused on drawing space exploration organizations on r/place. This art depicts the logos three leading space agencies (NASA, SpaceX, Rocket Lab) along with Earth.", "links": {"subreddit": ["spacexplace"]}, "path": {"49-166, T:0-1": [[755, 580], [755, 596], [851, 596], [851, 580]]}, "center": {"49-166, T:0-1": [803, 588]}}, +{"id": 288, "name": "Gensokyo Radio", "description": "Gensokyo Radio's icon, featuring a torii gate. They stream Touhou music.", "links": {"website": ["https://gensokyoradio.net/"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1649, 1513], [1650, 1513], [1650, 1512], [1658, 1512], [1658, 1513], [1659, 1513], [1659, 1521], [1658, 1521], [1658, 1522], [1650, 1522], [1650, 1521], [1649, 1521]]}, "center": {"109-166, T:0-1": [1654, 1517]}}, +{"id": 291, "name": "Girls' Last Tour", "description": "Girls' Last Tour is a Japanese manga illustrated by Tsukumizu. The manga features protagonists Chito and Yuuri as they travel through a post-apocalyptic world in their Kettenkrad. At some point they find Nuko, an animal that resembles a cat. This artwork shows Yuuri, Nuko and Chito on their Kettenkrad.", "links": {"website": ["https://en.wikipedia.org/wiki/Girls%27_Last_Tour"], "subreddit": ["GirlsLastTour"]}, "path": {"125-160, T:0-1": [[1334, 1170], [1353, 1170], [1352, 1169], [1353, 1169], [1353, 1168], [1354, 1168], [1354, 1167], [1354, 1166], [1353, 1166], [1353, 1165], [1353, 1164], [1353, 1163], [1352, 1163], [1352, 1162], [1351, 1162], [1351, 1161], [1352, 1161], [1352, 1160], [1353, 1160], [1353, 1159], [1353, 1156], [1353, 1157], [1353, 1158], [1353, 1159], [1353, 1156], [1353, 1155], [1352, 1155], [1352, 1154], [1351, 1154], [1350, 1154], [1350, 1153], [1349, 1153], [1348, 1153], [1347, 1153], [1346, 1153], [1345, 1153], [1344, 1153], [1344, 1154], [1343, 1153], [1342, 1153], [1340, 1153], [1339, 1153], [1338, 1153], [1337, 1153], [1336, 1153], [1335, 1153], [1335, 1154], [1334, 1154], [1334, 1155], [1334, 1156], [1333, 1156], [1333, 1157], [1332, 1157], [1332, 1158], [1332, 1159], [1332, 1160], [1332, 1161], [1333, 1161], [1333, 1162], [1333, 1163], [1333, 1164], [1332, 1164], [1332, 1165], [1332, 1166], [1333, 1166], [1332, 1167], [1332, 1168], [1332, 1169], [1333, 1169], [1333, 1170]]}, "center": {"125-160, T:0-1": [1341, 1162]}}, +{"id": 292, "name": "Juggernaut", "description": "Juggernaut is a melee-classed hero from the massively online battle arena (MOBA) game Dota 2. This art depicts Juggernaut's mask.", "links": {"website": ["https://www.dota2.com/hero/juggernaut", "https://dota2.fandom.com/wiki/Juggernaut"], "subreddit": ["DotA2"]}, "path": {"33-165, T:0-1": [[6, 177], [22, 177], [22, 183], [23, 183], [27, 187], [27, 188], [28, 189], [28, 190], [25, 193], [23, 191], [22, 192], [22, 196], [16, 202], [12, 202], [6, 196], [6, 192], [5, 191], [3, 193], [0, 190], [0, 189], [1, 188], [1, 187], [2, 186], [3, 185], [3, 184], [4, 183]]}, "center": {"33-165, T:0-1": [13, 187]}}, +{"id": 293, "name": "Flag of Ghana", "description": "Ghana is a West African nation with a population of 31 million. Previously on the Nigerian flag to the south, it was moved here after being removed due to their inability to find a space for a larger flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghana", "https://en.wikipedia.org/wiki/Flag_of_Ghana"]}, "path": {"121-141": [[792, 1089], [792, 1095], [796, 1095], [796, 1089]], "158-165, T:0-1": [[758, 1067], [765, 1067], [765, 1073], [758, 1073]]}, "center": {"121-141": [794, 1092], "158-165, T:0-1": [762, 1070]}}, +{"id": 294, "name": "Doki Doki Literature Club!", "description": "Doki Doki Literature Club! is a 2017 Japanese freeware romance visual novel developed by American independent game studio Team Salvato for Microsoft Windows, macOS, and Linux. You play as a high school student who must woo the girls of the literature club... through poetry! While the game starts out innocuous, it eventually turns into a psychological horror.\n\nThis art depicts the four main girls from the novel: Sayori, Natsuki, Yuri, and Monika. It was allied with Katawa Shoujo above.", "links": {"website": ["https://ddlc.moe/", "https://en.wikipedia.org/wiki/Doki_Doki_Literature_Club!"], "subreddit": ["DDLC"]}, "path": {"110-165, T:0-1": [[1550, 1184], [1550, 1200], [1600, 1200], [1600, 1184]]}, "center": {"110-165, T:0-1": [1575, 1192]}}, +{"id": 295, "name": "r/spaceXPlace and affiliates mural", "description": "SpaceX and related interests. Features Starship S20, Starman / Roadster, The Hubble Space Telescope, Starhopper, and the logos for Tesla and LabPadre. Also features shoutouts to RGV Aerial Photography, Tim Dodd (The Everyday Astronaut), NasaSpaceflightLive, and Kerbal Space Program", "links": {"subreddit": ["SpaceXPlace"]}, "path": {"109-165, T:0-1": [[941, 1638], [941, 1631], [900, 1631], [905, 1620], [930, 1620], [930, 1610], [916, 1610], [916, 1606], [933, 1599], [934, 1592], [943, 1591], [949, 1585], [949, 1556], [954, 1551], [955, 1543], [952, 1535], [936, 1528], [935, 1524], [931, 1524], [930, 1528], [926, 1529], [919, 1522], [915, 1519], [901, 1519], [902, 1524], [894, 1522], [882, 1539], [881, 1546], [887, 1547], [887, 1580], [845, 1580], [846, 1612], [890, 1611], [894, 1637]]}, "center": {"109-165, T:0-1": [906, 1576]}}, +{"id": 297, "name": "Kirby", "description": "Kirby is the titular protagonist of the Kirby video game series, developed by HAL Laboratory and published by Nintendo. This art features Kirby flying in the clouds with a night sky backdrop.\n\nA picture of Kirby was originally built here by Russian streamer Bratishkinoff. YouTube streamer Ludwig Ahgren used his chat to overtake Bratishkinoff's Kirby and build his own Kirby art, dividing his chat into nine teams to draw the piece quickly and efficiently. The art was overall loved by all communities (including Bratishkinoff) and saw minimal sabotage throughout the rest of r/place.\n\nIn a small but nevertheless amusing struggle, many attempted to give Kirby goofy-looking \"teeth\" right up to the very end.", "links": {"website": ["https://kirby.nintendo.com/", "https://en.wikipedia.org/wiki/Kirby_(character)", "https://www.youtube.com/c/Ludwigahgren"], "subreddit": ["LudwigAhgren"]}, "path": {"103-108": [[1800, 539], [1800, 637], [1892, 637], [1892, 539]], "109-166, T:0-1": [[1800, 539], [1890, 539], [1890, 623], [1800, 623]]}, "center": {"103-108": [1846, 588], "109-166, T:0-1": [1845, 581]}}, +{"id": 299, "name": "Marisad", "description": "Marisa Kirisame is a character from Touhou Project. In the fan-made anime Fantasy Kaleidoscope ~The Memories of Phantasm~, she is seen crying during one scene. Her funny expression quickly became a popular meme inside the Touhou fandom after being popularized by Touhou YouTuber Chiruno, and was dubbed \"Marisad\" (Marisa + sad). Additionally the emote of Marisa crying spread across many Touhou-related Discord servers, further adding to its popularity.", "links": {"website": ["https://en.touhouwiki.net/wiki/Marisa_Kirisame"], "subreddit": ["Marisad", "touhou"], "discord": ["UVkWNdhQ"]}, "path": {"118-123": [[1869, 929], [1869, 950], [1871, 950], [1871, 954], [1894, 954], [1894, 929]], "125-166, T:0-1": [[1784, 868], [1784, 889], [1787, 889], [1789, 891], [1789, 895], [1798, 895], [1800, 897], [1802, 895], [1810, 895], [1810, 868]]}, "center": {"118-123": [1882, 942], "125-166, T:0-1": [1797, 881]}}, +{"id": 300, "name": "New Zealand", "description": "New Zealand, known as Aotearoa in the indigineous Māori language, is a country in Oceania. This art features icons of New Zealand, including the Laser Kiwi, kākāpō, Goodnight Kiwi, Tino Rangatiratanga, kiwifruit, flanders (Anzac) poppies, and a map of New Zealand.\n\nThis art was made by r/newzealand and allied with the Seattle Seahawks and Thailand.", "links": {"website": ["https://en.wikipedia.org/wiki/New_Zealand"], "subreddit": ["newzealand"]}, "path": {"76-81": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1514, 731], [1514, 747], [1547, 747], [1552, 752], [1552, 767], [1577, 767], [1577, 729], [1554, 729], [1554, 714], [1554, 709]], "61-75": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1515, 731], [1515, 747], [1552, 747], [1552, 709]], "31-48": [[666, 943], [666, 984], [686, 984], [686, 1000], [695, 1000], [695, 984], [710, 984], [710, 957], [682, 957], [682, 943]], "21-30": [[666, 943], [666, 984], [710, 984], [710, 957], [681, 957], [681, 943]], "82-165, T:0-1": [[1514, 731], [1514, 747], [1550, 747], [1550, 768], [1579, 768], [1579, 760], [1577, 760], [1577, 728], [1554, 728], [1554, 714], [1557, 711], [1563, 711], [1563, 706], [1562, 706], [1562, 689], [1515, 689], [1515, 711], [1539, 711], [1539, 728], [1514, 728]]}, "center": {"76-81": [1563, 743], "61-75": [1542, 737], "31-48": [690, 971], "21-30": [696, 970], "82-165, T:0-1": [1563, 742]}}, +{"id": 305, "name": "Zero", "description": "The main character of the indie game \"Katana ZERO\", a stylish neo-noir, action-platformer.", "links": {"website": ["https://katanazero.com/", "https://store.steampowered.com/app/460950/Katana_ZERO/", "https://katana-zero.fandom.com/wiki/Katana_Zero_Wiki"], "subreddit": ["KatanaZero"], "discord": ["katanazero"]}, "path": {"109-166, T:0-1": [[1136, 1857], [1164, 1857], [1164, 1871], [1166, 1871], [1166, 1885], [1166, 1883], [1165, 1883], [1163, 1881], [1159, 1885], [1159, 1890], [1159, 1893], [1136, 1893]]}, "center": {"109-166, T:0-1": [1150, 1874]}}, +{"id": 306, "name": "The Stormlight Archive/Malazan", "description": "The Stormlight Archive and Malazan are both fantasy book series. The two communities worked together, becoming what is now the Science Fiction-Fantasy Alliance\n\nIn the middle of this art is a piece combining symbols from both The Stormlight Archive and Malazan. Around the symbol are elements from both series. From The Stormlight Archive, the sword at the top is Nightblood from Warbreaker and the top two characters are Shallan (left) and Kaladin (right), accompanied by their respective sprens, Pattern and Sylphrena. From Malazan, the main character Anomander Rake is pictured.", "links": {"website": ["https://www.brandonsanderson.com/the-stormlight-archive-series/", "https://en.wikipedia.org/wiki/Malazan_Book_of_the_Fallen"], "subreddit": ["Stormlight_Archive", "Malazan", "Cosmere", "SFFA"]}, "path": {"58-78, 81-87": [[1829, 879], [1829, 950], [1869, 950], [1869, 879]], "88-166, T:0-1": [[1829, 869], [1829, 950], [1869, 950], [1869, 869]]}, "center": {"58-78, 81-87": [1849, 915], "88-166, T:0-1": [1849, 910]}}, +{"id": 308, "name": "Koishi Komeiji", "description": "She is a satori, a mind reading yokai from Touhou Project. She also loves her hat.", "links": {"website": ["https://en.touhouwiki.net/wiki/Koishi_Komeiji"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1621, 1484], [1621, 1517], [1654, 1517], [1654, 1484]]}, "center": {"109-166, T:0-1": [1638, 1501]}}, +{"id": 310, "name": "The Last Dance", "description": "A picture of Lionel Messi and Cristiano Ronaldo in representation of the brotherhood between Portuguese and Argentinian communities.", "links": {"website": ["https://en.wikipedia.org/wiki/Messi%E2%80%93Ronaldo_rivalry"], "subreddit": ["portugal", "PORTUGALCARALHO", "argentina", "ArgPixelArt", "Republica_Argentina"]}, "path": {"109-165, T:0-1": [[1532, 1831], [1536, 1831], [1534, 1824], [1537, 1821], [1543, 1823], [1542, 1831], [1548, 1835], [1555, 1845], [1559, 1857], [1558, 1869], [1554, 1871], [1551, 1868], [1552, 1860], [1551, 1854], [1549, 1857], [1550, 1874], [1550, 1884], [1548, 1891], [1547, 1904], [1546, 1909], [1541, 1911], [1533, 1910], [1520, 1912], [1514, 1912], [1512, 1901], [1510, 1884], [1511, 1871], [1511, 1868], [1505, 1863], [1503, 1856], [1504, 1850], [1510, 1839], [1515, 1836], [1520, 1830], [1522, 1827], [1528, 1825], [1531, 1830]]}, "center": {"109-165, T:0-1": [1531, 1868]}}, +{"id": 311, "name": "Flag of Lebanon", "description": "The Republic of Lebanon (Arabic: لبنان) is a small country (10,452km² in area) with 3.7 million inhabitants. It is located in the Middle East region, and its capital being Beirut. It has a long coastline on the eastern shore of the Mediterranean Sea, sharing a long land border with its much larger neighbour Syria to the north and east, and a much shorter (and conflict-ridden) border with Israel to the south.", "links": {"website": ["https://en.wikipedia.org/wiki/Lebanon", "https://en.wikipedia.org/wiki/Flag_of_Lebanon"], "subreddit": ["lebanon"]}, "path": {"3-12": [[0, 430], [19, 430], [19, 452], [0, 452]], "13-43": [[0, 429], [32, 429], [32, 452], [0, 452]], "132-161, 44-122, T:0-1": [[0, 428], [36, 428], [36, 464], [0, 464]]}, "center": {"3-12": [10, 441], "13-43": [16, 441], "132-161, 44-122, T:0-1": [18, 446]}}, +{"id": 312, "name": "Flag of Namibia", "description": "Namibia is a largely desert nation to South Africa's north.", "links": {"website": ["https://en.wikipedia.org/wiki/Namibia", "https://en.wikipedia.org/wiki/Flag_of_Namibia"]}, "path": {"149": [[727, 1068], [727, 1073], [734, 1073], [734, 1068]], "150-165, T:0-1": [[750, 1067], [758, 1067], [758, 1073], [750, 1073]]}, "center": {"149": [731, 1071], "150-165, T:0-1": [754, 1070]}}, +{"id": 315, "name": "Flag of Botswana", "description": "Botswana is a Southern African nation. It is bordered by Namibia, Zambia, Zimbabwe, and South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Botswana", "https://en.wikipedia.org/wiki/Flag_of_Botswana"], "subreddit": ["Botswana"]}, "path": {"150-165, T:0-1": [[743, 1067], [750, 1067], [750, 1073], [743, 1073]]}, "center": {"150-165, T:0-1": [747, 1070]}}, +{"id": 317, "name": "Avali", "description": "A fictional species of feathered raptors created by RyuujinZERO and popularized by a mod for the game Starbound. The art is a sprite from the mod.", "links": {"website": ["https://community.playstarbound.com/resources/avali-triage.2852/triage.2852/"], "subreddit": ["avali"]}, "path": {"109-166, T:0-1": [[1477, 1260], [1477, 1302], [1446, 1302], [1446, 1260]]}, "center": {"109-166, T:0-1": [1462, 1281]}}, +{"id": 318, "name": "2014 FIFA World Cup", "description": "A representation of the trophy from the 2014 FIFA World Cup hosted in Brazil. It was built by Brazil in collaboration with Argentina, respectively the 4th and 2nd placed countries in the event. Later an alliance was made, ironically and poetically, with Germany (the winner of the event) to give the trophy a better design and help protect it from griefing, as people constantly tried to write \"7-1\" in it (explained below) or turn it into a phallic object.\n\nThe most infamous game was the semifinal between Brazil and Germany. The Brazil vs. Germany football match that took place on 8 July 2014 at the Estádio Mineirão in Belo Horizonte was the first of two semifinal matches of the 2014 FIFA World Cup.\n\nBoth Brazil and Germany reached the semifinals with an undefeated record in the competition, with the Brazilians' quarterfinal with Colombia causing them to lose forward Neymar to injury, and defender and captain Thiago Silva to accumulation of yellow cards. Despite the absence of these players, a close match was expected, given both teams were traditional FIFA World Cup forces, sharing eight tournaments won and having previously met in the 2002 FIFA World Cup Final, where Brazil won 2-0 and earned their fifth title. This match, however, ended in a shocking loss for Brazil; Germany led 5-0 at half time, with four goals scored within six minutes, and subsequently brought the score up to 7-0 in the second half. Brazil scored a consolation goal in the last minute, ending the match 7-1. Germany's Toni Kroos was selected as the man of the match.\n\nThe game marked several tournament records. Germany's win marked the largest margin of victory in a FIFA World Cup semifinal. The game saw Germany overtake Brazil as the highest scoring team in World Cup tournament history and become the first team to reach eight World Cup Finals. Miroslav Klose scored his 16th career World Cup goal and surpassed Brazil's own Ronaldo as the tournament's all-time record goalscorer. Brazil's loss broke their 62-match unbeaten streak at home in competitive matches, going back to the 1975 Copa América (where they lost 3-1 to Peru in the same stadium), and equalled their biggest margin of defeat in a match alongside a 6-0 loss to Uruguay in 1920. Ultimately, the match was described as a national humiliation.\n\nThe game has subsequently been dubbed the Mineirazo (Mineiraço [minejˈɾasu], Agony of Mineirão), evoking a previous \"spirit of national shame\" known as the Maracanazo (Maracanaço) in which Brazil unexpectedly lost the 1950 FIFA World Cup on home soil to Uruguay. Brazil subsequently lost 3-0 to the Netherlands in the third-place play-off. Germany went on to win the World Cup for the fourth time, defeating Argentina in the final.", "links": {"website": ["https://en.wikipedia.org/wiki/2014_FIFA_World_Cup"], "subreddit": ["brasil", "argentina", "Republica_Argentina", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"62-164, T:0-1": [[1023, 634], [1029, 639], [1039, 638], [1043, 633], [1040, 628], [1039, 619], [1040, 612], [1043, 606], [1041, 597], [1036, 590], [1030, 589], [1024, 593], [1022, 600], [1022, 607], [1024, 610], [1025, 614], [1028, 617], [1028, 624], [1025, 628], [1024, 634]]}, "center": {"62-164, T:0-1": [1032, 604]}}, +{"id": 319, "name": "Flag of Lesotho", "description": "Lesotho is a landlocked enclave nation of South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesotho", "https://en.wikipedia.org/wiki/Flag_of_Lesotho"]}, "path": {"150-165, T:0-1": [[735, 1067], [743, 1067], [743, 1073], [735, 1073]]}, "center": {"150-165, T:0-1": [739, 1070]}}, +{"id": 320, "name": "osu!hungary", "description": "The Hungarian osu! community. An insanely dedicated osu! group. With the help from the osu! Storyboarder Banquet community, and after the negotiations with the Star Wars community, our logo and our community efforts will live forever and ever.", "links": {"subreddit": ["osuplace", "osugame"], "discord": ["rFYD6Pq"]}, "path": {"109-166, T:0-1": [[713, 1657], [719, 1654], [726, 1658], [726, 1664], [713, 1664]]}, "center": {"109-166, T:0-1": [719, 1660]}}, +{"id": 321, "name": "Serball", "description": "A parody of the character Serval from the anime Kemono Friends. She is a playable character in the Roblox game Become Fumo", "links": {"website": ["https://www.roblox.com/games/6238705697/Become-Fumo"]}, "path": {"109-166, T:0-1": [[607, 1569], [603, 1574], [604, 1581], [608, 1583], [617, 1583], [620, 1580], [620, 1578], [620, 1574], [620, 1572], [617, 1571], [611, 1569]]}, "center": {"109-166, T:0-1": [612, 1576]}}, +{"id": 323, "name": "Hat Mouse", "description": "Hat Mouse is a mouse who sells hats in the game Stardew Valley. Hat Mouse is located in the Abandoned House (known as Ruined House on the in-game map), and sells hats that correspond with the achievements the player has unlocked.\n\n\"Hi. Me sell hats. Okay, poke? Come to old old old haus, poke. Bring coines.\" - Hat Mouse", "links": {"website": ["https://stardewvalleywiki.com/Abandoned_House"], "subreddit": ["StardewValley"], "discord": ["stardewvalley"]}, "path": {"56-122": [[1708, 964], [1708, 999], [1768, 999], [1768, 964]], "125-166, T:0-1": [[1708, 1008], [1768, 1008], [1768, 1043], [1708, 1043]]}, "center": {"56-122": [1738, 982], "125-166, T:0-1": [1738, 1026]}}, +{"id": 325, "name": "Starman / Tesla Roadster", "description": "Elon Musk's Tesla Roaster and its sole passenger, Starman (not to scale). Currently orbiting the sun near the orbits of Earth and Mars.", "links": {"website": ["https://spacein3d.com/where-is-starman-live-tracker/"], "subreddit": ["spacexplace"]}, "path": {"109-166, T:0-1": [[908, 1608], [911, 1609], [932, 1599], [933, 1589], [930, 1587], [931, 1572], [929, 1560], [921, 1554], [912, 1554], [903, 1561], [904, 1584], [910, 1594], [910, 1604], [908, 1605], [905, 1605]]}, "center": {"109-166, T:0-1": [918, 1580]}}, +{"id": 328, "name": "Capybara", "description": "The capybara (called \"carpincho\" in Argentina) is a symbolic animal in the region.", "links": {"website": ["https://en.wikipedia.org/wiki/Capybara"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"8-165, T:0-1": [[923, 662], [923, 665], [922, 666], [919, 666], [917, 668], [917, 669], [916, 669], [916, 674], [919, 677], [924, 677], [925, 676], [927, 676], [928, 677], [932, 677], [932, 671], [934, 671], [936, 669], [936, 665], [934, 663], [928, 663], [927, 662]]}, "center": {"8-165, T:0-1": [926, 670]}}, +{"id": 330, "name": "Hubble Space Telescope", "description": "NASA's HST, launched in 1990 aboard the Space Shuttle Discovery.", "links": {"website": ["https://www.nasa.gov/mission_pages/hubble/main/index.html"], "subreddit": ["spaceXPlace"]}, "path": {"109-165, T:0-1": [[919, 1535], [918, 1534], [913, 1528], [913, 1526], [916, 1522], [919, 1522], [924, 1527], [925, 1529], [933, 1533], [931, 1528], [931, 1526], [934, 1525], [935, 1526], [935, 1533], [938, 1530], [953, 1537], [950, 1540], [954, 1543], [955, 1548], [952, 1552], [949, 1554], [946, 1554], [941, 1551], [936, 1555], [921, 1548], [926, 1543], [921, 1539], [920, 1534]]}, "center": {"109-165, T:0-1": [935, 1540]}}, +{"id": 333, "name": "Sakuya Izayoi", "description": "The perfect and elegant maid from Touhou Project.", "links": {"website": ["https://en.touhouwiki.net/wiki/Sakuya_Izayoi"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1654, 1451], [1654, 1484], [1687, 1484], [1687, 1451]]}, "center": {"109-166, T:0-1": [1671, 1468]}}, +{"id": 334, "name": "Battle for Dream Island", "description": "Battle for Dream Island (BFDI) is a YouTube web series where animated anthropomorphic objects compete in a elimination competition to win the titular luxury island, Dream Island. The series was created by Michael Huang and Cary Huang.\n\nThis art was made by the Battle for Dream Island r/place community, with the characters Firey, Donut, Four, X, Cloudy, and the announcers.", "links": {"website": ["https://bfdi.tv/", "https://www.youtube.com/watch?v=YQa2-DY7Y_Q&list=PL24C8378F296DB656&ab_channel=jacknjellify"], "subreddit": ["BattleForDreamIsland", "place_CentralAlliance"]}, "path": {"18-106": [[608, 865], [608, 886], [609, 886], [609, 894], [628, 894], [628, 886], [631, 886], [631, 865]], "111-166, T:0-1": [[481, 1062], [481, 1069], [480, 1070], [477, 1070], [477, 1092], [511, 1092], [511, 1062]]}, "center": {"18-106": [620, 890], "111-166, T:0-1": [494, 1087]}}, +{"id": 336, "name": "r/duck_place", "description": "A chain of ducks holding hands, originally created by r/duck_place. r/croatia, r/serbia, and r/outerwilds helped out by adding hats and a marshmallow on a stick to sit on.", "links": {"website": ["https://en.wikipedia.org/wiki/Duck"], "subreddit": ["duck_place", "serbia", "croatia", "outerwilds", "place_CentralAlliance"]}, "path": {"20-35": [[255, 905], [255, 908], [254, 909], [254, 911], [255, 912], [255, 915], [339, 916], [339, 917], [401, 917], [401, 910], [303, 910], [303, 909], [301, 909], [301, 905]], "3-19": [[256, 907], [253, 910], [255, 912], [255, 913], [257, 915], [261, 916], [261, 922], [305, 922], [305, 917], [466, 917], [466, 915], [472, 915], [479, 911], [479, 908], [478, 908], [478, 905], [260, 905]], "36-166, T:0-1": [[293, 901], [293, 907], [291, 907], [292, 907], [292, 912], [293, 912], [293, 916], [294, 916], [294, 917], [295, 917], [295, 918], [296, 918], [297, 918], [297, 917], [368, 917], [368, 918], [368, 919], [389, 919], [389, 920], [394, 920], [394, 919], [395, 919], [395, 918], [396, 918], [396, 917], [404, 917], [404, 909], [400, 909], [400, 906], [393, 906], [393, 909], [389, 909], [389, 906], [382, 906], [382, 909], [378, 909], [378, 906], [371, 906], [371, 909], [367, 909], [367, 906], [361, 906], [360, 906], [360, 909], [357, 909], [357, 905], [353, 905], [353, 906], [352, 906], [352, 905], [348, 905], [348, 909], [346, 909], [346, 905], [343, 905], [342, 905], [342, 906], [341, 906], [341, 905], [338, 905], [337, 905], [337, 909], [335, 909], [335, 905], [331, 905], [331, 906], [330, 906], [330, 905], [327, 905], [326, 905], [326, 909], [324, 909], [324, 905], [321, 905], [320, 905], [320, 906], [319, 906], [319, 905], [315, 905], [315, 909], [313, 909], [313, 902], [309, 902], [309, 903], [308, 903], [308, 902], [304, 902], [304, 909], [302, 909], [302, 900], [293, 900]]}, "center": {"20-35": [282, 910], "3-19": [296, 914], "36-166, T:0-1": [374, 913]}}, +{"id": 337, "name": "Flag of Argentina", "description": "Argentina, officially the Argentine Republic, is a country in the southern part of South America. This Argentinian flag has tango dancers, fernet con coca, mate, Obelisco, Mafalda, and San Martín crossing the Andes.\n\nThis flag was allied with Love Live!, Brazil, Uruguay, the Minnesota Vikings, and more. They successfully defended their art against large streamer raids.", "links": {"website": ["https://en.wikipedia.org/wiki/Argentina", "https://en.wikipedia.org/wiki/Flag_of_Argentina"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"1-54": [[905, 619], [905, 665], [999, 665], [999, 619]], "55-165, T:0-1": [[905, 619], [1290, 620], [1290, 664], [1260, 664], [1260, 654], [1246, 654], [1243, 657], [1243, 665], [905, 665]]}, "center": {"1-54": [952, 642], "55-165, T:0-1": [928, 642]}}, +{"id": 340, "name": "Etika", "description": "A memorial dedicated to the iconic YouTube streamer Desmond Daniel Amofah, more commonly known as Etika. This art features 2 Joy-Cons, a Minecraft heart, a Smash Ball, a Subway sandwich, his iconic 'E' logo, and his saying FRFX meaning \"for real facts\". Etika's Sponsor Discord worked together to gather as many Joy-Con Boyz as possible to work on both Etika memorials.", "links": {"website": ["http://etikaworldnetwork.com/", "https://en.wikipedia.org/wiki/Etika"], "subreddit": ["EtikaRedditNetwork"], "discord": ["VHzRpZ3327"]}, "path": {"78-103": [[1579, 165], [1579, 176], [1660, 176], [1660, 147], [1615, 147], [1615, 165]], "56-77": [[1615, 147], [1615, 176], [1660, 176], [1660, 147]], "104-166, T:0-1": [[1578, 165], [1616, 165], [1616, 148], [1617, 147], [1659, 147], [1659, 176], [1588, 174], [1578, 174], [1569, 177], [1568, 165]]}, "center": {"78-103": [1630, 162], "56-77": [1638, 162], "104-166, T:0-1": [1627, 154]}}, +{"id": 342, "name": "Flag of Azerbaijan", "description": "Azerbaijan is a country in the Caucasus region of Eastern Europe and Western Asia.\n\nThis flag was originally a little bit more left, but its moon and star have been moved to the middle.\n\nAzerbaijan and Hungary squabbled initially in multiple border conflicts. Despite the prickly start (e.g., Azerbaijan's war with r/furry_irl), Azerbaijan and Hungary became valued allies to their local group. Both territories were lost due to the expansion of the Nordic territories, and the flag moved to its current location.", "links": {"website": ["https://en.wikipedia.org/wiki/Azerbaijan", "https://en.wikipedia.org/wiki/Flag_of_Azerbaijan"], "subreddit": ["placeazerbaijan", "azerbaijan"]}, "path": {"96-97": [[1008, 166], [1008, 197], [1072, 197], [1072, 166]], "89-93": [[852, 166], [852, 197], [1065, 197], [1065, 166], [893, 166], [893, 67], [799, 67], [799, 89], [893, 89], [893, 166]], "94-95": [[852, 166], [852, 197], [1072, 197], [1072, 166]], "80-88": [[799, 67], [799, 89], [893, 89], [893, 67]], "52-79": [[799, 69], [799, 89], [893, 89], [893, 69]], "39-51": [[800, 69], [800, 89], [929, 89], [929, 69]], "35-37": [[875, 69], [875, 76], [893, 76], [893, 69]], "3-4": [[968, 78], [968, 88], [977, 88], [977, 78]], "20-27": [[299, 299], [367, 299], [367, 318], [299, 318]], "7-19": [[333, 299], [367, 299], [367, 318], [333, 318]], "98-166, T:0-1": [[825, 166], [825, 198], [1072, 198], [1072, 166]]}, "center": {"96-97": [1040, 182], "89-93": [929, 182], "94-95": [962, 182], "80-88": [846, 78], "52-79": [846, 79], "39-51": [865, 79], "35-37": [884, 73], "3-4": [973, 83], "20-27": [333, 309], "7-19": [350, 309], "98-166, T:0-1": [949, 182]}}, +{"id": 345, "name": "Obelisco de Buenos Aires", "description": "The Obelisco de Buenos Aires (Obelisk of Buenos Aires) is a national historic monument and icon of Buenos Aires, Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/Obelisco_de_Buenos_Aires"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"61-165, T:0-1": [[1126, 624], [1124, 627], [1124, 653], [1123, 653], [1123, 656], [1129, 656], [1129, 653], [1128, 653], [1128, 627]]}, "center": {"61-165, T:0-1": [1126, 641]}}, +{"id": 347, "name": "Crossing of the Andes", "description": "The Crossing of the Andes (Spanish: Cruce de los Andes) was one of the most important feats in the Argentine and Chilean wars of independence, in which a combined army of Argentine soldiers and Chilean exiles invaded Chile, leading to Chile's liberation from Spanish rule. Crossing the Andes mountain range was a major step in the strategy devised by José de San Martín to defeat the royalist forces at their stronghold of Lima, Viceroyalty of Perú, and secure the Spanish-American independence movements.", "links": {"website": ["https://en.wikipedia.org/wiki/Crossing_of_the_Andes"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"72-148": [[1203, 640], [1200, 643], [1200, 650], [1199, 651], [1199, 653], [1197, 653], [1197, 657], [1200, 657], [1200, 660], [1201, 661], [1201, 665], [1243, 665], [1243, 657], [1240, 654], [1240, 652], [1246, 652], [1246, 654], [1260, 654], [1260, 664], [1290, 664], [1290, 645], [1287, 640], [1280, 635], [1274, 642], [1266, 634], [1264, 634], [1256, 642], [1253, 639], [1246, 647], [1245, 647], [1243, 645], [1238, 651], [1237, 651], [1234, 648], [1231, 651], [1230, 651], [1227, 648], [1225, 648], [1217, 656], [1213, 662], [1213, 658], [1211, 656], [1211, 649], [1213, 649], [1213, 647], [1211, 647], [1208, 644], [1207, 644], [1204, 647], [1204, 640]], "149-165, T:0-1": [[1201, 665], [1201, 658], [1197, 656], [1196, 655], [1196, 654], [1198, 654], [1198, 651], [1199, 650], [1199, 646], [1200, 646], [1200, 621], [1201, 621], [1203, 623], [1203, 647], [1205, 647], [1207, 645], [1212, 645], [1212, 656], [1213, 657], [1213, 659], [1214, 659], [1224, 649], [1224, 644], [1230, 644], [1230, 652], [1233, 649], [1233, 644], [1239, 644], [1239, 648], [1240, 648], [1242, 646], [1242, 641], [1248, 641], [1248, 644], [1252, 640], [1252, 635], [1258, 635], [1258, 640], [1264, 634], [1264, 630], [1270, 630], [1270, 638], [1272, 640], [1272, 635], [1278, 635], [1278, 638], [1280, 636], [1280, 631], [1286, 631], [1286, 635], [1289, 638], [1289, 639], [1287, 639], [1287, 645], [1290, 648], [1290, 664], [1260, 664], [1260, 654], [1246, 654], [1246, 652], [1240, 652], [1240, 654], [1243, 657], [1243, 665]]}, "center": {"72-148": [1278, 653], "149-165, T:0-1": [1276, 652]}}, +{"id": 352, "name": "Kawashiro Nitori", "description": "Kawashiro Nitori is a character from the Touhou Project. She is one of the kappas, a tech-savvy group in Touhou.\n\nNitori was the first of the three Touhou artworks in this region to be constructed in this area, established on the first day of the event. She was later attacked by a streamers, and was redesigned into a leaning position to avoid further streamer attacks. This art was originally designed by BoopyLoops, and was redesigned by Roger 22 and Sakuya Izaoyi.", "links": {"website": ["https://en.touhouwiki.net/wiki/Nitori_Kawashiro"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"134-147, 28-114, T:0-1": [[477, 528], [473, 530], [470, 534], [469, 537], [469, 540], [471, 542], [471, 548], [473, 548], [473, 549], [475, 551], [476, 551], [476, 553], [485, 553], [485, 551], [486, 551], [488, 549], [488, 548], [490, 548], [490, 542], [492, 540], [492, 537], [491, 536], [491, 534], [489, 532], [489, 531], [487, 529], [484, 528]], "115-133, 148-157": [[477, 528], [473, 530], [470, 533], [470, 536], [469, 537], [469, 541], [492, 541], [492, 537], [490, 533], [488, 530], [485, 528]], "158-166": [[474, 528], [470, 533], [469, 536], [469, 538], [471, 541], [501, 541], [501, 540], [499, 538], [499, 536], [497, 534], [494, 534], [493, 533], [490, 533], [488, 529], [487, 528], [485, 528], [484, 527], [477, 527], [476, 528]]}, "center": {"134-147, 28-114, T:0-1": [480, 538], "115-133, 148-157": [481, 535], "158-166": [482, 534]}}, +{"id": 354, "name": "Nordic Union", "description": "A collection of countries in northern Europe, including Denmark, Finland, Iceland, Norway, and Sweden.", "links": {"website": ["https://en.wikipedia.org/wiki/Nordic_countries"], "subreddit": ["place_nordicunion", "AlandIslands", "Denmark", "FaroeIslands", "Greenland", "Iceland", "Norge", "SaamiPeople", "Suomi", "sweden"]}, "path": {"109-146": [[215, 35], [215, 93], [186, 93], [186, 97], [207, 97], [207, 100], [235, 100], [235, 125], [267, 125], [267, 128], [271, 128], [271, 131], [273, 131], [273, 134], [276, 134], [276, 158], [337, 158], [337, 171], [433, 171], [433, 298], [555, 298], [555, 285], [594, 285], [594, 202], [634, 202], [634, 106], [799, 106], [799, 89], [893, 89], [893, 70], [885, 70], [885, 68], [840, 68], [840, 70], [707, 70], [707, 35]], "94-108": [[180, 93], [180, 96], [207, 96], [207, 100], [234, 100], [234, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [276, 134], [276, 158], [337, 158], [337, 160], [431, 160], [431, 179], [439, 179], [439, 193], [433, 193], [433, 298], [555, 298], [555, 285], [594, 285], [594, 202], [634, 202], [634, 106], [799, 106], [799, 89], [893, 89], [893, 69], [840, 69], [840, 70], [707, 70], [707, 35], [215, 35], [215, 93]], "61-93": [[215, 35], [215, 96], [231, 96], [231, 101], [258, 101], [258, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [333, 133], [333, 136], [337, 136], [339, 138], [339, 152], [340, 152], [340, 160], [431, 160], [431, 179], [439, 179], [439, 192], [433, 192], [433, 298], [536, 298], [536, 202], [634, 202], [634, 106], [799, 106], [799, 67], [842, 67], [842, 35], [791, 36], [791, 70], [707, 70], [707, 71], [656, 71], [656, 35]], "1-60": [[297, 35], [297, 45], [301, 45], [301, 84], [245, 84], [245, 104], [265, 104], [265, 108], [274, 116], [291, 116], [291, 134], [290, 134], [290, 156], [293, 156], [293, 159], [337, 159], [337, 160], [372, 160], [372, 162], [634, 162], [634, 106], [781, 106], [781, 94], [785, 94], [785, 85], [790, 85], [790, 70], [602, 70], [602, 35]], "147-166, T:0-1": [[187, 93], [187, 97], [207, 97], [207, 100], [235, 100], [235, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [276, 134], [276, 158], [340, 158], [340, 171], [433, 171], [433, 298], [540, 298], [541, 297], [541, 290], [542, 289], [554, 289], [555, 288], [555, 285], [594, 285], [594, 202], [634, 202], [634, 189], [635, 189], [635, 186], [634, 186], [634, 185], [636, 182], [636, 179], [634, 179], [634, 138], [799, 138], [799, 89], [893, 89], [893, 69], [886, 69], [886, 67], [840, 67], [840, 70], [707, 70], [707, 35], [538, 35], [538, 33], [536, 31], [534, 31], [532, 33], [530, 31], [528, 31], [526, 33], [526, 35], [501, 35], [501, 33], [499, 31], [497, 31], [496, 32], [495, 32], [494, 31], [492, 31], [490, 33], [490, 35], [363, 35], [359, 39], [355, 35], [296, 35], [294, 33], [254, 33], [252, 35], [215, 35], [215, 93]]}, "center": {"109-146": [524, 133], "94-108": [525, 133], "61-93": [508, 121], "1-60": [518, 99], "147-166, T:0-1": [524, 133]}}, +{"id": 359, "name": "Mafalda", "description": "Mafalda is an Argentinian comic strip written and drawn by cartoonist Quino. It has been translated into 20 languages.", "links": {"website": ["https://en.wikipedia.org/wiki/Mafalda"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"67-164, T:0-1": [[1174, 665], [1174, 659], [1169, 657], [1168, 656], [1168, 647], [1167, 646], [1167, 642], [1170, 637], [1171, 636], [1172, 636], [1172, 632], [1186, 632], [1186, 636], [1187, 636], [1191, 641], [1191, 656], [1189, 658], [1186, 659], [1186, 665]]}, "center": {"67-164, T:0-1": [1180, 648]}}, +{"id": 361, "name": "Overly Sarcastic Productions", "description": "An edutainment YouTube channel based around discussing literature, mythology, and history with sarcasm and attitude. Blue managed to recover from being nuked by Dr. Pepper before r/place's final moments.", "links": {"website": ["https://www.youtube.com/c/OverlySarcasticProductionsChannel"], "subreddit": ["osp"]}, "path": {"109-166, T:0-1": [[1703, 1648], [1714, 1648], [1714, 1625], [1705, 1625], [1705, 1622], [1700, 1622], [1697, 1624], [1693, 1624], [1691, 1628], [1702, 1638]]}, "center": {"109-166, T:0-1": [1705, 1634]}}, +{"id": 365, "name": "The untitled Teddy and Ben show", "description": "The untitled Teddy and Ben show is the final web series by wavetro, a former YouTuber who created original 3D animated web series. The pictured characters are Teddy and Ben, the show's main characters. The series was cut short when wavetro left his YouTube career to pursue new interests.", "links": {"website": ["https://www.youtube.com/watch?v=MSOEsx8DbkQ", "https://wavetro.net/"], "subreddit": ["wavetro"]}, "path": {"115-165, T:0-1": [[1049, 400], [1049, 409], [1052, 409], [1052, 411], [1055, 414], [1060, 414], [1063, 411], [1063, 402], [1061, 400]]}, "center": {"115-165, T:0-1": [1057, 406]}}, +{"id": 366, "name": "Shade", "description": "Shade, the main character from the game The Longing, is hiding behind Cookie Clicker, a game that the devs of The Longing were inspired by. The Longing is an unusual mix of a point-and-click adventure and an idle game. The player controls a Shade, who is told to keep watch of a sleeping King for 400 days until he awakens. The catch: these 400 days start to count down in real-time.", "links": {"website": ["http://www.399d-23h-59m-59s.com/"], "subreddit": ["TheLonging"]}, "path": {"91-166, T:0-1": [[1561, 179], [1558, 183], [1558, 191], [1561, 191], [1563, 193], [1567, 193], [1567, 186], [1568, 185], [1568, 179]]}, "center": {"91-166, T:0-1": [1563, 184]}}, +{"id": 367, "name": "Rainbow Dash", "description": "Rainbow Dash is one of the main ponies (Mane 6) of My Little Pony: Friendship is Magic. She represents the element of loyalty, and is depicted here saluting to the future and to the world.\n\nThis artwork was part of the first piece of art that the MLP fandom worked on at the start of r/place. However, after getting decapitated by the Ukraine flag numerous times and being raided by various Twitch streamers early on, the MLP fandom was forced to move and rework this artwork multiple times until it reached its final iteration as shown. This depiction of the element of loyalty and the caption below it now stand as a representation of the fandom's will to persevere despite the end of Friendship is Magic in 2019.", "links": {"website": ["https://mlp.fandom.com/wiki/Rainbow_Dash"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"82-84": [[1808, 450], [1795, 460], [1795, 465], [1788, 473], [1788, 474], [1803, 487], [1803, 496], [1850, 496], [1849, 488], [1842, 483], [1832, 483], [1825, 486], [1821, 486], [1827, 478], [1827, 452]], "111-165, T:0-1": [[925, 1830], [892, 1830], [892, 1885], [961, 1886], [961, 1830]]}, "center": {"82-84": [1810, 472], "111-165, T:0-1": [927, 1858]}}, +{"id": 368, "name": "Touhou Project", "description": "The Touhou Project, commonly known as Touhou, is a bullet hell shoot 'em up video game series created by one-man independent Japanese doujin software developer Team Shanghai Alice. These three pixel arts are Nitori, Bad Apple, and Touhou's kanji logo 東方, and represent the Touhou r/place group's first major expansion.\n\nNitori was built first on top of the Rainbow Road, and eventually supplanted the latter with a black background to defend against the void that formed above this art piece. Then Bad Apple was built, and then the Touhou logo. The three art pieces faced multiple menaces as they were placed near the American flag, which was prone to being invaded. A casualty of these invasions was a drawing of the Touhou character Marisa/Marisad; this space was reclaimed by the flag, and eventually became a Minion in the final canvas. The purple void created by streamer xQc against the flag also grazed Touhou's position. This threat eventually subsided once the American flag was relocated due to constant griefing. Touhou was later raided by a Peruvian streamer multiple times on April 4, and was forced to cede a large chunk of area in the end with a redesign.", "links": {"website": ["https://en.wikipedia.org/wiki/Touhou_Project"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"39-45": [[468, 528], [468, 553], [505, 553], [505, 554], [510, 554], [510, 528]], "132-157, 46-114": [[480, 513], [480, 528], [468, 528], [468, 553], [511, 553], [511, 529], [527, 529], [527, 513]], "115-131, 158-166, T:0-1": [[468, 527], [468, 541], [511, 541], [511, 529], [527, 529], [527, 513], [480, 513], [480, 527]]}, "center": {"39-45": [489, 541], "132-157, 46-114": [495, 536], "115-131, 158-166, T:0-1": [497, 527]}}, +{"id": 371, "name": "Institut National des Sciences Appliquées", "description": "Institut National des Sciences Appliquées (INSA) is the largest group of public engineering schools in France.\n\nThe letters on the right represent the location of its schools (with associated colors): L for Lyon, T for Toulouse, H for Hauts-de-France, C for Centre Val de Loire, orange R for Rennes, blue R for Rouen, and S for Strasbourg.", "links": {"website": ["https://www.groupe-insa.fr/", "https://en.wikipedia.org/wiki/Institut_national_des_sciences_appliqu%C3%A9es"], "subreddit": ["insa"]}, "path": {"143-150": [[0, 1068], [19, 1068], [19, 1076], [0, 1076]], "151-159": [[0, 1068], [25, 1068], [25, 1079], [0, 1079]], "160-165, T:0-1": [[0, 1068], [40, 1068], [40, 1079], [0, 1079]]}, "center": {"143-150": [10, 1072], "151-159": [13, 1074], "160-165, T:0-1": [20, 1074]}}, +{"id": 376, "name": "Fluttershy", "description": "Fluttershy is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She is a timid and kind-hearted pegasus who cares for animals and her friends, and represents the element of kindness.\n\nThis art was added along the way while maintaining the larger Derpy Hooves art.", "links": {"website": ["https://mlp.fandom.com/wiki/Fluttershy"], "subreddit": ["mylittlepony", "MLP_Pixel"], "discord": ["manechat"]}, "path": {"53-57": [[668, 207], [666, 209], [666, 211], [661, 211], [658, 214], [658, 219], [669, 219], [672, 217], [675, 212], [675, 210], [672, 207]], "111, 135-165, T:0-1": [[1986, 357], [1983, 360], [1983, 362], [1984, 363], [1984, 364], [1986, 366], [1986, 367], [1987, 368], [1988, 368], [1989, 369], [1999, 369], [1999, 363], [1997, 361], [1994, 361], [1994, 363], [1992, 363], [1992, 357]]}, "center": {"53-57": [670, 211], "111, 135-165, T:0-1": [1988, 361]}}, +{"id": 377, "name": "Bow", "description": "Bow is a character from the YouTube show Inanimate Insanity. She is pictured holding up the Earth drawn by r/BuildTheEarth.", "links": {"website": ["https://inanimateinsanity.fandom.com/wiki/Bow", "https://www.inanimateinsanity.com/"], "subreddit": ["inanimateinsanity"]}, "path": {"12-166, T:0-1": [[59, 631], [59, 643], [77, 643], [77, 631]]}, "center": {"12-166, T:0-1": [68, 637]}}, +{"id": 378, "name": "Touhou 6: Embodiment of Scarlet Devil", "description": "The icon of Touhou 6: Embodiment of Scarlet Devil, depicting the character Kirisame Marisa. It was originally allocated a spot near the beginning of the start button beside the League of Legends logo, but the area was invaded by the League of Legends community, and after much fighting the Touhou r/place Discord made the decision to place it here.", "links": {"website": ["https://en.wikipedia.org/wiki/Embodiment_of_Scarlet_Devil"], "subreddit": ["touhou", "placestart"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1109, 1973], [1109, 1997], [1135, 1996], [1135, 1973]]}, "center": {"109-166, T:0-1": [1122, 1985]}}, +{"id": 381, "name": "Starscape", "description": "Starscape is a game on the game platform Roblox.", "links": {"website": ["https://www.roblox.com/games/679715583/Starscape-Beta"], "subreddit": ["StarscapeRoblox"]}, "path": {"151-166, T:0-1": [[1632, 832], [1632, 842], [1692, 842], [1692, 832]]}, "center": {"151-166, T:0-1": [1662, 837]}}, +{"id": 383, "name": "r/unixporn", "description": "r/unixporn is a subreddit focused on customization of Unix-based (*NIX) operating systems like Linux and macOS. Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make \"ricers\" (desktop customizers) happy. Maybe a server running on an Amiga computer, or a ThinkPad laptop signed by C++ creator Bjarne Stroustrup? Show the world how sexy your computer can be!", "links": {"website": ["https://unixporn.github.io/"], "subreddit": ["unixporn"]}, "path": {"114-144": [[9, 756], [9, 765], [20, 765], [20, 756]], "145-164, T:0-1": [[0, 756], [0, 765], [11, 765], [12, 766], [17, 766], [20, 763], [20, 758], [17, 755], [13, 755], [12, 756]]}, "center": {"114-144": [15, 761], "145-164, T:0-1": [14, 761]}}, +{"id": 398, "name": "Flag of Costa Rica", "description": "Costa Rica is a small country in Central America known for its peaceful environment, biodiversity, and beautiful landscapes. The pictures in the banner feature a white-tailed fawn (a national symbol), the 1968 Arenal volcano eruption, a red-eyed tree frog, Lizano sauce, \"Pura Vida\" (popular greeting and slogan), a keel-billed toucan, a sloth, a hummingbird, and the national flower (Guaria Morada or country purple girl). The hearts were made to show Spanish YouTuber Ticos's support, with seven drawn to represent Costa Rica's seven provinces.", "links": {"website": ["https://en.wikipedia.org/wiki/Costa_Rica", "https://en.wikipedia.org/wiki/Flag_of_Costa_Rica"], "subreddit": ["costarica", "costa_rica", "Ticos"]}, "path": {"117-143": [[1246, 426], [1596, 427], [1596, 421], [1621, 421], [1621, 446], [1246, 446]], "79-96": [[1239, 427], [1481, 427], [1481, 416], [1495, 416], [1495, 427], [1597, 427], [1597, 446], [1239, 446]], "57-78": [[1403, 427], [1621, 427], [1621, 446], [1403, 446]], "109-116": [[1246, 426], [1416, 426], [1416, 414], [1424, 414], [1427, 418], [1427, 426], [1621, 427], [1621, 446], [1246, 446]], "144-166, 97-108, T:0-1": [[1246, 426], [1621, 427], [1621, 446], [1246, 446]]}, "center": {"117-143": [1609, 434], "79-96": [1488, 435], "57-78": [1512, 437], "109-116": [1422, 435], "144-166, 97-108, T:0-1": [1465, 436]}}, +{"id": 399, "name": "Tumindig", "description": "Tumindig is a drawing of a fist raised upwards, and is a Filipino symbol of standing up against tyranny especially when the threat of dictatorship looms near the country. The original Tumindig artwork was created in 2021 by Filipino satirist and cartoonist Kevin Eric Raymundo, a.k.a. Tarantadong Kalbo. Raymundo created the artwork out of frustration at the government response to the COVID-19 pandemic. The word \"tumindig\" means \"standing up\", \"raise your voice\", or \"arise\" in the Filipino language.\n\nTumindig is also the mascot of r/Philippines, who placed this art. Rather than Tumindig's regular white color scheme, this artwork features Tumindig in the colors of the flag of the Philippines. Tumindig is wearing a salakót, a traditional Filipino hat. The pink background represents Leni Robredo, a presidential candidate for the Philippines in the election cycle that was ongoing during r/place 2022.", "links": {"website": ["https://en.wikipedia.org/wiki/Tumindig"], "subreddit": ["Philippines"]}, "path": {"60-86": [[1333, 599], [1333, 671], [1347, 671], [1347, 644], [1373, 644], [1373, 599]], "158-166, 87-145, T:0-1": [[1374, 599], [1333, 599], [1333, 648], [1374, 648]]}, "center": {"60-86": [1353, 619], "158-166, 87-145, T:0-1": [1354, 624]}}, +{"id": 400, "name": "Chicago Bears", "description": "The Chicago Bears are an American football team based in Chicago, Illinois, United States. The team is one of the oldest teams currently in the NFL (National Football League).", "links": {"website": ["https://www.chicagobears.com/", "https://en.wikipedia.org/wiki/Chicago_Bears"], "subreddit": ["CHIBears"]}, "path": {"3-165, T:0-1": [[773, 548], [813, 548], [813, 581], [773, 581]]}, "center": {"3-165, T:0-1": [793, 565]}}, +{"id": 407, "name": "Olive Higgins", "description": "The protagonist of the Purrfect Apawcalypse game series.", "links": {"website": ["https://purrfectapawcalypse.fandom.com/wiki/Olive_Higgins"]}, "path": {"146-165, T:0-1": [[488, 477], [485, 480], [485, 483], [487, 487], [490, 489], [493, 489], [496, 487], [498, 483], [498, 480], [495, 477]]}, "center": {"146-165, T:0-1": [492, 483]}}, +{"id": 422, "name": "Flag of Nunavut", "description": "Nunavut is a territory of Canada.", "links": {"website": ["https://en.wikipedia.org/wiki/Nunavut", "https://en.wikipedia.org/wiki/Flag_of_Nunavut"], "subreddit": ["nunavut", "placecanada", "canada"]}, "path": {"157-160": [[193, 450], [193, 460], [209, 460], [209, 450]], "161-165, T:0-1": [[193, 462], [209, 462], [209, 452], [193, 452]]}, "center": {"157-160": [201, 455], "161-165, T:0-1": [201, 457]}}, +{"id": 429, "name": "Ninji", "description": "Ninji is an enemy from the Mario franchise, appearing in the games Super Mario Bros. 2 (USA), Super Mario World, Super Mario Run, Super Mario Maker 2, and more. Super Mario Maker 2's v2.0.0 update added a Ninji Speedruns mode, where players complete to beat levels designed by Nintendo in the fastest time possible. In that mode, you can race against other players' times, with their ghosts appearing as Ninjis.", "links": {"website": ["https://www.mariowiki.com/Ninji"], "subreddit": ["MarioMaker2"], "discord": ["5ECWF94"]}, "path": {"89-165, T:0-1": [[1761, 138], [1761, 152], [1773, 152], [1773, 138]]}, "center": {"89-165, T:0-1": [1767, 145]}}, +{"id": 430, "name": "Flag of Colorado", "description": "Colorado is a state in the United States.", "links": {"website": ["https://en.wikipedia.org/wiki/Colorado", "https://en.wikipedia.org/wiki/Flag_of_Colorado"], "subreddit": ["Colorado"]}, "path": {"6-165, T:0-1": [[0, 745], [20, 745], [20, 730], [0, 730]]}, "center": {"6-165, T:0-1": [10, 738]}}, +{"id": 433, "name": "Flag of Denver", "description": "The flag of Denver, Colorado, United States.", "links": {"subreddit": ["denver"]}, "path": {"1-165, T:0-1": [[0, 756], [20, 756], [20, 745], [0, 745]]}, "center": {"1-165, T:0-1": [10, 751]}}, +{"id": 448, "name": "Cuca from XTale (Undertale AU)", "description": "Cuca is a butterfly. Became a local character on Discord Server. XTale is a YT animation series by Jael Peñaloza", "links": {"website": ["https://www.youtube.com/c/JakeiHazen"], "subreddit": ["XTale"]}, "path": {"109-166, T:0-1": [[1851, 1699], [1855, 1708], [1852, 1709], [1850, 1711], [1844, 1706], [1844, 1704], [1849, 1706], [1849, 1703], [1850, 1703], [1850, 1700]]}, "center": {"109-166, T:0-1": [1850, 1706]}}, +{"id": 450, "name": "Newgrounds", "description": "The logo of Newgrounds, a site for online animations and games. Drawn by streamer and animator Ross \"RubberRoss\" O'Donovan's community.", "links": {"website": ["https://www.newgrounds.com"], "subreddit": ["newgrounds"]}, "path": {"109-166, T:0-1": [[878, 1947], [878, 1895], [929, 1896], [929, 1947]]}, "center": {"109-166, T:0-1": [903, 1921]}}, +{"id": 457, "name": "Zyzz", "description": "A tribute to the late Aziz (Zyzz) Shavershian, a Russian-born Australian bodybuilder and entertainer who gained a cult following in the late 2000s after posting on YouTube.\n\nThis was placed by Twitch streamer xQc and his community. They originally made Menchi from Hunter x Hunter, before abandoning it when people kept making her naked and getting her censored by Reddit admins.", "links": {"website": ["https://en.wikipedia.org/wiki/Aziz_Shavershian"], "subreddit": ["Zyzz"]}, "path": {"109-166, T:0-1": [[1332, 1612], [1332, 1682], [1332, 1753], [1439, 1754], [1439, 1658], [1417, 1658], [1413, 1654], [1413, 1638], [1394, 1637], [1394, 1612]]}, "center": {"109-166, T:0-1": [1381, 1689]}}, +{"id": 255, "name": "Red vs. Blue", "description": "Red vs. Blue (RvB) is an American machinima and animated web series created by Rooster Teeth, based on the Halo games. The 19 on the helmet signifies the 19th anniversary of the series on April 1, 2022, and the heart on the border with RWBY shows the friendship between the communities as Rooster Teeth creations.", "links": {"website": ["https://roosterteeth.com/channel/red-vs-blue-universe", "https://en.wikipedia.org/wiki/Red_vs._Blue"], "subreddit": ["RedvsBlue"]}, "path": {"25-166, T:0-1": [[449, 682], [472, 682], [472, 713], [449, 713]]}, "center": {"25-166, T:0-1": [461, 698]}}, +{"id": 256, "name": "Half-life 3 Lambda", "description": "Half-Life is a first-person shooter series developed by Valve. Half-Life 2: Episode two was released alongside Team Fortress 2 as part of the Orange Box Collection, and also runs on the Source engine.\n\nFans of the series have been waiting for a third installment to the main series since 2007, and jokes about the wait time and nonexistent release date of \"Half-Life 3\" have become one of the most iconic memes within the gaming community.", "links": {"website": ["https://half-life.fandom.com/wiki/Development_of_the_next_Half-Life_game", "https://knowyourmeme.com/memes/half-life-3-confirmed"], "subreddit": ["HalfLife"]}, "path": {"158-166, T:0-1": [[1558, 1918], [1558, 1932], [1561, 1932], [1561, 1934], [1574, 1934], [1574, 1918]]}, "center": {"158-166, T:0-1": [1566, 1926]}}, +{"id": 257, "name": "Flag of Saudi Arabia", "description": "Saudi Arabia, officially the Kingdom of Saudi Arabia (KSA), is a country in the Arabian Peninsula of West Asia. This flag displays traditional palm trees and swords, a mabkhara, a dallah, and a Peepo wearing a thobe.\n\nThis Saudi flag was drawn by the r/SaudiArabia Discord.", "links": {"website": ["https://en.wikipedia.org/wiki/Saudi_Arabia", "https://en.wikipedia.org/wiki/Flag_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"110-166, T:0-1": [[1645, 1044], [1645, 1074], [1591, 1074], [1591, 1044]]}, "center": {"110-166, T:0-1": [1621, 1049]}}, +{"id": 260, "name": "Amaterasu", "description": "Amaterasu is the lupine protagonist of the video game Ōkami (2006).\n\nThis placement was organized mainly by the Ōkami speedrunning community, and contributed to by all loving fans.", "links": {"website": ["https://okami.speedruns.wiki/Main_Page", "https://en.wikipedia.org/wiki/%C5%8Ckami"], "subreddit": ["Okami"]}, "path": {"29-45": [[886, 212], [886, 228], [905, 228], [905, 212]], "25-28": [[874, 206], [874, 213], [877, 220], [881, 223], [883, 223], [888, 220], [888, 215], [884, 212], [879, 212], [879, 205]], "74-166, T:0-1": [[996, 389], [991, 394], [991, 399], [993, 401], [993, 404], [996, 404], [996, 406], [1000, 406], [1000, 407], [1003, 407], [1010, 398], [1010, 390], [1007, 390], [1007, 389]]}, "center": {"29-45": [896, 220], "25-28": [882, 217], "74-166, T:0-1": [1000, 397]}}, +{"id": 275, "name": "Flag of Denmark", "description": "Denmark is a country in Northern Europe. Its flag is known as the Dannebrog.\n\nThis Danish flag contains a Lego brick and the famous Lego astronaut, since Lego is a Danish company. A swan, the national bird of Denmark, is also on the flag. The three shadowy figures are Egon Olsen, Benny Frandsen and Kjeld Jensen. They make up the group called \"Olsen-banden\", a series of Danish crime comedies.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["Denmark"]}, "path": {"83-118": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "1-79": [[542, 285], [542, 342], [689, 342], [689, 320], [638, 320], [638, 285]], "T:0-1": [[555, 285], [536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "130-166": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 294], [658, 294], [658, 285]]}, "center": {"83-118": [565, 314], "1-79": [571, 314], "T:0-1": [565, 314], "130-166": [565, 314]}}, +{"id": 281, "name": "Cosmere", "description": "The Cosmere is the greater universe of Brandon Sanderson's adult fiction books, such as The Stormlight Archive.", "links": {"website": ["https://stormlightarchive.fandom.com/wiki/Cosmere"], "subreddit": ["placeCosmere", "Cosmere"]}, "path": {"5-165, T:0-1": [[860, 923], [860, 975], [902, 975], [902, 923]]}, "center": {"5-165, T:0-1": [881, 949]}}, +{"id": 284, "name": "Gir from Invader Zim", "description": "Gir from the show 'Invader Zim'", "links": {"subreddit": ["invaderzim"]}, "path": {"109-166, T:0-1": [[1332, 1344], [1331, 1344], [1347, 1317], [1332, 1317], [1332, 1344], [1347, 1344], [1348, 1318], [1347, 1318], [1348, 1318], [1347, 1318], [1348, 1318], [1347, 1318], [1348, 1317], [1348, 1318], [1349, 1318], [1347, 1317], [1331, 1344]]}, "center": {"109-166, T:0-1": [1340, 1330]}}, +{"id": 287, "name": "Arctic Monkeys", "description": "Arctic Monkeys are a British rock band. This space contains six studio albums: Tranquility Base Hotel & Casino; Suck It And See; Humbug; Whatever People Say I Am, That's What I'm Not; Favourite Worst Nightmare; and AM. The art also contains a solo extended play (EP) by the band's lead singer Alex Turner: Submarine. There are also references to the Monkeys' fandom favorite meme: \"bric[c]\" and a song of theirs called 505 from Favourite Worst Nightmare.", "links": {"website": ["http://arcticmonkeys.com/", "https://en.wikipedia.org/wiki/Arctic_Monkeys"], "subreddit": ["arcticmonkeys"]}, "path": {"122-134": [[1315, 344], [1315, 382], [1330, 382], [1330, 368], [1345, 368], [1345, 382], [1360, 382], [1360, 367], [1357, 367], [1357, 344], [1341, 344], [1341, 360], [1357, 360], [1357, 367], [1345, 367], [1345, 368], [1329, 368], [1329, 344]], "90-121": [[1315, 344], [1315, 369], [1314, 369], [1314, 382], [1330, 382], [1330, 344], [1341, 344], [1341, 360], [1357, 360], [1357, 344]], "135-166, T:0-1": [[1315, 344], [1315, 382], [1361, 382], [1361, 344]]}, "center": {"122-134": [1349, 352], "90-121": [1322, 373], "135-166, T:0-1": [1338, 363]}}, +{"id": 298, "name": "Futurama", "description": "The Futurama section, created by r/futurama users (with help from several allied communities). It depicts many characters from the show, as well as their spaceship The Planet Express Ship, seen flying against a starry background. Underneath that is the subreddit's handle. Allied communities featured in this space include:\n\nr/IASIP - The main cast of 'It's Always Sunny in Philadelphia' can be seen in the taskbar section.\nHolly HQ - the 'H' trans flag behind the spaceship.\nr/byzantium - The Byzantium flag to the right.\nr/panama - The Panamanian flag was flying from the ship's turret for much of r/place.\nMushrooms - placed by a lone redditor in memoriam of a loved one.\nPurple Dragon - Another small community sharing space with r/futurama.\nr/kiminonawa - Towards the very end of r/place, a mini version of the Comet Tiamat from the anime film 'Your Name' was also added to the canvas above the Planet Express.", "links": {"subreddit": ["futurama", "IASIP", "Panama", "kiminonawa", "byzantium", "placestart"]}, "path": {"109-166, T:0-1": [[1201, 1954], [1299, 1954], [1300, 1970], [1286, 1972], [1288, 2000], [1219, 1999], [1219, 1971], [1201, 1971]]}, "center": {"109-166, T:0-1": [1252, 1975]}}, +{"id": 303, "name": "Five Nights at Freddy's", "description": "Five Nights at Freddy's (FNaF) is a popular indie horror franchise. To the left sits the iconic Purple Guy, and to the right is a version of Michael Afton from a fan comic called Children Rekindled.\n\nThe banner was originally located underneath My Little Pony. It was planned to be bigger, but this ran into complications with the early Ukraine flag, several streamer raids, multiple fights with the Denmark flag, and trolls attempting to change the words \"Nights\" and \"Freddy's\" into offensive words. It was wiped out and messed with at least three times, but it prevailed thanks to allies from MLP, Deltarune, Asexual Flag Gang, The Swifties, and Berserk.", "links": {"website": ["https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s"], "subreddit": ["fivenightsatfreddys"]}, "path": {"3-75, 81-133, T:0-1": [[595, 277], [595, 285], [638, 285], [638, 294], [658, 294], [658, 284], [688, 284], [689, 277]], "134-166": [[595, 277], [595, 285], [688, 284], [688, 281], [689, 281], [689, 277]]}, "center": {"3-75, 81-133, T:0-1": [646, 285], "134-166": [599, 281]}}, +{"id": 307, "name": "Ryan the Bun", "description": "A small icon representing Ryan the Bun (ITBERYAN), a content creator known for being a bunny with a bowtie. He is closely linked with the VRChat community.", "links": {"website": ["https://twitter.com/ITBERYAN2"], "subreddit": ["VRChat"]}, "path": {"92-166, T:0-1": [[980, 105], [980, 108], [979, 108], [979, 111], [981, 113], [985, 113], [987, 111], [987, 109], [984, 106], [983, 106], [983, 105]]}, "center": {"92-166, T:0-1": [983, 110]}}, +{"id": 313, "name": "Foxhole", "description": "Foxhole is a massively multiplayer action-strategy war game where hundreds or thousands of players battle for control of the map. It is set in the World War I/II era. Each hexagonal tile represents a subdivision of the map in a war, and the colors represent which team controls that area on the tile. Wars, also known as \"shards\", take place over the span of weeks.\n\nThis is the first of three artworks made by a group of gamers who play Foxhole. The piece depicts a map of the fictional land of Caoiva from the game, colored in green and blue to represent the \"Colonial\" and \"Warden\" (logos at the bottom of the map) battling for control. Participants chose a team to represent and started replacing the other team colour with their own inside the artwork hexagons. This resulted in a back-and-forth interactive simulated war throughout the duration of r/place. With more blue on the map at the end, the Wardens achieved victory in war 1 of r/place.", "links": {"website": ["https://www.foxholegame.com", "https://en.wikipedia.org/wiki/Foxhole_(video_game)"], "subreddit": ["foxholegame"]}, "path": {"1-164, T:0-1": [[753, 535], [703, 535], [703, 607], [753, 607], [753, 604], [755, 602], [755, 547], [753, 547]]}, "center": {"1-164, T:0-1": [729, 541]}}, +{"id": 314, "name": "Will Wood", "description": "Will Wood is a musician who has released albums both solo and with his band the Tapeworms. The piece references the hit single, \"Love, Me Normally\", and Mr. Boy, Will's pet rat.\n\nThis art was created by a mishmash of r/willwood users and other individuals, as well as aid from Green Lattice and r/ENA after the previous location on the right wall (above The Wave) was destroyed.", "links": {"website": ["https://www.willwood.net/", "https://en.wikipedia.org/wiki/Will_Wood_(musician)"], "subreddit": ["willwood"]}, "path": {"122-165, T:0-1": [[1099, 407], [1063, 407], [1063, 400], [1077, 400], [1077, 390], [1099, 390]]}, "center": {"122-165, T:0-1": [1089, 399]}}, +{"id": 316, "name": "Say Gay Florida", "description": "A depiction of the state of Florida, United States with the words \"Say Gay\" on it. This art is in opposition to a recent Florida state law, the Parental Rights in Education Act (commonly known as \"Don't Say Gay\"), which restricts education on sexual orientation and gender identity in public schools.\n\nThis art was a collaboration by r/PlacePride and r/transplace.", "links": {"website": ["https://en.wikipedia.org/wiki/Florida_Parental_Rights_in_Education_Act"], "subreddit": ["PlacePride", "transplace"]}, "path": {"159-165, T:0-1": [[539, 482], [539, 486], [541, 488], [544, 488], [547, 491], [551, 491], [553, 499], [559, 505], [560, 505], [565, 500], [565, 491], [563, 489], [561, 489], [560, 487], [560, 484], [558, 482]]}, "center": {"159-165, T:0-1": [559, 495]}}, +{"id": 326, "name": "Kaaba", "description": "Kaaba is a building at the center of Islam's most important mosque, the Masjid al-Haram in Mecca, Saudi Arabia.\n\nDrawn by the community \"Kanelbollens hjemland\" of Norwegian streamer Tappelino.", "links": {"website": ["https://en.wikipedia.org/wiki/Kaaba"], "discord": ["Gc8Y2xs7W7"]}, "path": {"159-161": [[779, 120], [799, 120], [799, 138], [779, 138]]}, "center": {"159-161": [789, 129]}}, +{"id": 335, "name": "Three Cheers for Sweet Revenge", "description": "Three Cheers for Sweet Revenge is an album by the American rock band My Chemical Romance (MCR).", "links": {"website": ["https://en.wikipedia.org/wiki/Three_Cheers_for_Sweet_Revenge"], "subreddit": ["MyChemicalRomance"]}, "path": {"62-136": [[1118, 120], [1118, 148], [1152, 148], [1152, 120]], "149-165, T:0-1": [[1722, 1328], [1722, 1357], [1742, 1357], [1756, 1352], [1756, 1328]]}, "center": {"62-136": [1135, 134], "149-165, T:0-1": [1739, 1343]}}, +{"id": 341, "name": "esfandL", "description": "esfandL is an emote from Twitch streamer Esfand, the #1 ret. paladin.", "links": {"website": ["https://www.twitchmetrics.net/e/300272604-esfandL", "https://www.twitch.tv/esfandtv"], "subreddit": ["EsfandTV"]}, "path": {"109-165, T:0-1": [[624, 999], [666, 999], [666, 1038], [624, 1038]]}, "center": {"109-165, T:0-1": [645, 1019]}}, +{"id": 395, "name": "Evolve", "description": "Evolve is the third studio album of American pop rock band Imagine Dragon. This logo includes the signature E's that are associated with the Evolve name, as well as a backdrop of colors that represents \"Believe\", one of the songs inside Evolve.", "links": {"website": ["https://www.imaginedragonsmusic.com", "https://en.wikipedia.org/wiki/Imagine_Dragons", "https://en.wikipedia.org/wiki/Evolve_(Imagine_Dragons_album)", "https://en.wikipedia.org/wiki/Believer_(Imagine_Dragons_song)"], "subreddit": ["imaginedragons"]}, "path": {"15-17": [[44, 436], [44, 451], [48, 451], [48, 450], [52, 450], [52, 436]], "3-14": [[54, 436], [54, 450], [62, 450], [62, 436]], "18-165, T:0-1": [[36, 439], [36, 451], [52, 451], [52, 439]]}, "center": {"15-17": [48, 444], "3-14": [58, 443], "18-165, T:0-1": [44, 445]}}, +{"id": 402, "name": "SCP Foundation", "description": "The SCP Foundation is a fictional organisation dedicated to the cataloguing and containing of sometimes lethal paranormal phenomena. It started on 4chan in 2007 with SCP-173, The Sculpture.\n\nThe acronym SCP stands for Special Containment Procedures, an iconic piece of formatting within SCP articles that details how the Foundation keeps an anomaly secure. The SCP wiki is a collaborative project, spanning many authors, articles, and canons, and uses a Creative Commons license such that anyone can participate in adding to the website. The stories told are generally horror flicks but also encompass mythical tales. They have been nicknamed \"The Jailors\" by their opposition.", "links": {"website": ["https://en.wikipedia.org/wiki/SCP_Foundation"], "subreddit": ["SCP", "PlaceSCP", "DankMemesFromSite19"]}, "path": {"5-7": [[622, 389], [622, 410], [636, 410], [636, 389]], "8-166, T:0-1": [[622, 392], [622, 412], [634, 412], [634, 392]]}, "center": {"5-7": [629, 400], "8-166, T:0-1": [628, 402]}}, +{"id": 403, "name": "Global Occult Coalition", "description": "The GOC, or Global Occult Coalition, is a notable Group of Interest from the canon of the SCP Foundation. The GOC's goals are similar to that of the foundation, and both organisations sometimes begrudgingly collaborate to preserve normalcy and keep the public unaware of anomalous entities. However, the GOC is much more likely than the SCP to use lethal force to permanently keep these anomalies away from the prying eyes of the outside world. They are nicknamed the bookburners.", "links": {"website": ["https://hero.fandom.com/wiki/Global_Occult_Coalition"], "subreddit": ["SCP", "PlaceSCP", "DankMemesFromSite19"]}, "path": {"12-166, T:0-1": [[622, 412], [622, 429], [634, 429], [634, 412]]}, "center": {"12-166, T:0-1": [628, 421]}}, +{"id": 404, "name": "Z event flag", "description": "the Z event is a french charity event organised by the french streamer Zerator and it raised over 10m€ in the 2021 edition for 'Action against Hunger' with the help of 50 streamers.", "links": {"website": ["https://zevent.fr/"], "subreddit": ["ZEvent"]}, "path": {"109-165, T:0-1": [[1166, 1419], [1166, 1489], [1276, 1489], [1276, 1418]]}, "center": {"109-165, T:0-1": [1221, 1454]}}, +{"id": 409, "name": "Stargate", "description": "Stargate is a military science fiction movie and television franchise involving travel to other planets through wormholes created with a ring-shaped \"Stargate\", connecting galaxies and creating alliances. The franchise debuted with the 1994 movie Stargate, and continued in a series of TV shows, starting in 1997 with Stargate: SG-1 and continuing with Stargate: Atlantis and Stargate: Universe.", "links": {"website": ["https://mgm.com/franchise/stargate", "https://en.wikipedia.org/wiki/Stargate"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[511, 1100], [511, 1104], [510, 1104], [510, 1107], [509, 1107], [509, 1130], [551, 1130], [551, 1100]]}, "center": {"114-166, T:0-1": [536, 1113]}}, +{"id": 413, "name": "NASCAR - Dale Earnhardt, Sr. Tribute", "description": "Dale Earnhardt, Sr. aka 'The Intimidator,'' most known for piloting the #3 Chevrolet in the NASCAR Cup Series, is a legendary seven-time champion of the series. This artwork was created by the r/NASCAR subreddit to honor him.", "links": {"website": ["https://en.wikipedia.org/wiki/Dale_Earnhardt"], "subreddit": ["NASCAR"]}, "path": {"109-165, T:0-1": [[754, 1511], [797, 1511], [797, 1542], [811, 1542], [811, 1555], [805, 1561], [777, 1561], [777, 1560], [769, 1560], [769, 1544], [753, 1544], [753, 1511]]}, "center": {"109-165, T:0-1": [780, 1536]}}, +{"id": 447, "name": "Manneken Pis", "description": "The Manneken Pis, or \"the little boy that pees\", is a famous Belgian statue located in Brussels, Belgium.\n\nUnlike the real statue, the boy's penis is censored by flowers in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Manneken_Pis"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"61-111": [[1307, 902], [1313, 904], [1318, 907], [1319, 923], [1327, 929], [1330, 934], [1328, 940], [1318, 947], [1318, 958], [1314, 964], [1311, 969], [1314, 969], [1316, 971], [1316, 974], [1312, 974], [1312, 976], [1314, 978], [1314, 983], [1315, 984], [1315, 990], [1316, 991], [1316, 996], [1325, 999], [1325, 1000], [1287, 1000], [1287, 999], [1294, 995], [1286, 987], [1285, 984], [1286, 983], [1286, 970], [1288, 970], [1290, 965], [1290, 963], [1286, 960], [1286, 955], [1292, 951], [1294, 945], [1304, 930], [1304, 929], [1297, 923], [1296, 910], [1297, 906]], "112-165, T:0-1": [[1307, 902], [1313, 904], [1318, 907], [1319, 923], [1327, 929], [1330, 934], [1328, 940], [1318, 947], [1316, 954], [1316, 963], [1309, 972], [1313, 977], [1317, 982], [1319, 990], [1291, 991], [1287, 988], [1286, 977], [1290, 964], [1286, 959], [1286, 956], [1291, 952], [1298, 938], [1304, 930], [1304, 929], [1298, 925], [1296, 910], [1297, 906]]}, "center": {"61-111": [1299, 981], "112-165, T:0-1": [1306, 938]}}, +{"id": 462, "name": "Octavia", "description": "Octavia is a minor character from My Little Pony: Friendship is Magic. She is often seen playing her prized cello. The '2SET' in her mane refers to TwoSetViolin, a comedy duo.\n\nAfter seeing the similarities between their arts, the My Little Pony and the TwoSet fandoms decided to combine their works together as part of the r/place Windows XP taskbar.", "links": {"website": ["https://mlp.fandom.com/wiki/Octavia_Melody"], "subreddit": ["mylittlepony", "placestart"], "discord": ["manechat"]}, "path": {"109-166, T:0-1": [[1316, 1973], [1370, 1973], [1370, 1997], [1316, 1997]]}, "center": {"109-166, T:0-1": [1343, 1985]}}, {"id": "twpfdq", "name": "Fuck NFTs", "description": "A non-fungible token (NFT) is a unique identifier on a digital entity that cannot be copied, recorded on a blockchain. NFTs are used to certify ownership and create copy-proof digital artifacts akin to physical artifacts, particularly with images and artwork. NFTs are highly controversial because of their use in scams, circumvention of intellectual property rights, and waste of energy due to being on the blockchain.\n\nThe purpose of this piece was to leave an anti-NFT message on an image that someone would most likely try to mint as an NFT.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-fungible_token"], "subreddit": ["FuckNFTsplace", "FuckNFTs"]}, "path": {"109-166, T:0-1": [[1625, 1659], [1657, 1659], [1657, 1681], [1625, 1681]]}, "center": {"109-166, T:0-1": [1641, 1670]}}, {"id": "twpfd9", "name": "Rijksoverheid", "description": "The logo of the Dutch government, a stylized version of the coat of arms of the Netherlands. All communication with civilians (letterheads, official websites, etc.) features this crest.", "links": {"website": ["https://www.rijksoverheid.nl/", "https://www.government.nl/", "https://en.wikipedia.org/wiki/Politics_of_the_Netherlands#Cabinet"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"41-96": [[774, 0], [774, 24], [797, 24], [797, 0]], "97-166, T:0-1": [[736, 0], [757, 0], [757, 23], [736, 23]]}, "center": {"41-96": [786, 12], "97-166, T:0-1": [747, 12]}}, {"id": "twpf4h", "name": "Project+", "description": "The shortened logo of Project+, an overhaul mod for Super Smash Bros. Brawl that adds characters, stages, and revamps both characters and general gameplay. Project+ is a continuation of the Brawl mod Project M, which originally disbanded in 2015.", "links": {"website": ["https://projectplusgame.com"], "subreddit": ["ssbpm"]}, "path": {"109-166, T:0-1": [[803, 1975], [803, 1976], [802, 1977], [802, 1979], [801, 1980], [801, 1982], [800, 1983], [800, 1985], [799, 1986], [799, 1988], [800, 1988], [802, 1988], [803, 1987], [803, 1986], [804, 1985], [804, 1983], [805, 1983], [806, 1983], [807, 1983], [808, 1983], [809, 1983], [810, 1982], [814, 1982], [814, 1983], [813, 1984], [812, 1984], [812, 1987], [813, 1987], [814, 1985], [817, 1985], [817, 1984], [818, 1983], [818, 1982], [821, 1982], [823, 1979], [819, 1979], [819, 1976], [820, 1975], [820, 1974], [816, 1974], [816, 1975], [815, 1976], [815, 1978], [814, 1979], [811, 1979], [811, 1978], [810, 1977], [810, 1976], [806, 1976], [805, 1975], [804, 1975]]}, "center": {"109-166, T:0-1": [810, 1981]}}, @@ -377,7 +377,7 @@ {"id": "twowfm", "name": "Ghost", "description": "Ghosts are small, sapient machines in the game series Destiny, created by the Traveler shortly after the Collapse. This Ghost is the player's companion and assistant. He opens doors, serves as a conduit for the player's abilities, and can even bring the player back from death.", "links": {"website": ["https://www.destinypedia.com/Ghost"], "subreddit": ["DestinyTheGame", "destiny2", "place_CentralAlliance"]}, "path": {"2-166, T:0-1": [[449, 962], [449, 992], [480, 992], [480, 962]]}, "center": {"2-166, T:0-1": [465, 977]}}, {"id": "twow70", "name": "Flag of Guyana", "description": "Guyana is a country in northern South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Guyana", "https://en.wikipedia.org/wiki/Flag_of_Guyana"], "subreddit": ["Guyana"]}, "path": {"124-165, T:0-1": [[951, 1364], [951, 1376], [967, 1376], [967, 1364]]}, "center": {"124-165, T:0-1": [959, 1370]}}, {"id": "twovtm", "name": "Lost Ark", "description": "Lost Ark is an MMORPG developed by Smilegate RPG and published by Amazon Games. First released in KR in November 2018. Now available in NA and EU.", "links": {"website": ["https://www.playlostark.com/"], "subreddit": ["lostarkgame"]}, "path": {"109-166, T:0-1": [[1167, 1889], [1173, 1889], [1175, 1891], [1177, 1889], [1185, 1889], [1184, 1896], [1184, 1901], [1187, 1906], [1200, 1907], [1200, 1924], [1156, 1924], [1156, 1893], [1159, 1893], [1159, 1889]]}, "center": {"109-166, T:0-1": [1175, 1909]}}, -{"id": "twovld", "name": "Dancing H", "description": "ARG's dancing 'H' GIF with an 'H' tessellation background. Drawn by La Caverne du crabe, French-speaking community of Quebecer artist and streamer Valix, Notable contributions from Sloth-Kun, Menelwenn, MmeCromatique, Blooky and Epique120.", "links": {"subreddit": ["TheLetterH"], "discord": ["efKCpuA"]}, "path": {"109-166, T:0-1": [[1576, 1369], [1578, 1368], [1585, 1368], [1586, 1369], [1593, 1369], [1594, 1371], [1596, 1373], [1601, 1373], [1600, 1375], [1599, 1385], [1597, 1385], [1595, 1386], [1591, 1386], [1588, 1385], [1587, 1386], [1581, 1386], [1580, 1385], [1577, 1385]]}, "center": {"109-166, T:0-1": [1587, 1377]}}, +{"id": "twovld", "name": "Dancing H", "description": "ARG's dancing 'H' GIF with an 'H' tessellation background. Created by the r/TheLetterH Discord.", "links": {"subreddit": ["TheLetterH"], "discord": ["efKCpuA"]}, "path": {"109-166, T": [[1576, 1369], [1578, 1368], [1585, 1368], [1586, 1369], [1593, 1369], [1594, 1371], [1596, 1373], [1601, 1373], [1600, 1375], [1599, 1385], [1597, 1385], [1595, 1386], [1591, 1386], [1588, 1385], [1587, 1386], [1581, 1386], [1580, 1385], [1577, 1385]]}, "center": {"109-166, T": [1585, 1377]}}, {"id": "twovg9", "name": "Risk Universalis III", "description": "Risk Universalis III (RU3) is a role-play community in the gaming platform Roblox focused on conquest RP.", "links": {"website": ["https://www.roblox.com/games/3056320177/Risk-Universalis"], "subreddit": ["riskuniversalis"], "discord": ["ru3"]}, "path": {"50-62": [[448, 867], [448, 890], [470, 890], [470, 867]], "11-49": [[448, 866], [448, 878], [470, 878], [470, 866]], "63-166, T:0-1": [[448, 865], [448, 890], [470, 890], [470, 865]]}, "center": {"50-62": [459, 879], "11-49": [459, 872], "63-166, T:0-1": [459, 878]}}, {"id": "twov9h", "name": "π = 3", "description": "A meme which uses hyperbole to make fun of approximations frequently used by engineers. Pi (π) is a mathematical constant for the ratio between a circle's circumference and diameter. It is approximately equal to 3.14, but it is rounded to 3 here, introducing significant inaccuracy.", "links": {}, "path": {"40-166, T:0-1": [[766, 303], [764, 305], [766, 309], [779, 309], [781, 307], [781, 302], [776, 302], [776, 303]]}, "center": {"40-166, T:0-1": [768, 306]}}, {"id": "twov44", "name": "Yellow Submarine", "description": "Yellow Submarine is a song by English rock band The Beatles. The song inspired a 1968 film also named Yellow Submarine.\n\nThis art was allied with r/placeukraine. It was intended to be towed by one of the tractors, but this plan never materialized.", "links": {"website": ["https://en.wikipedia.org/wiki/Yellow_Submarine_(song)"]}, "path": {"27-165, T:0-1": [[122, 194], [122, 200], [124, 200], [125, 199], [126, 200], [127, 200], [129, 201], [136, 201], [137, 200], [138, 200], [139, 199], [140, 199], [141, 198], [141, 197], [140, 196], [138, 196], [137, 195], [136, 195], [135, 195], [134, 194], [134, 193], [133, 192], [133, 191], [134, 190], [134, 189], [131, 188], [130, 189], [129, 189], [128, 190], [129, 192], [129, 193], [129, 191], [129, 193], [129, 191], [129, 193], [128, 194], [128, 195], [126, 195], [125, 195], [125, 194], [123, 194], [122, 193], [123, 193], [123, 194]]}, "center": {"27-165, T:0-1": [132, 197]}}, @@ -396,7 +396,7 @@ {"id": "twosrh", "name": "Flag of Brittany", "description": "Brittany is the westernmost region of France and a region of Celtic ethnicity and culture. The Breton flag, also known as Gwenn-ha-du, features nine stripes representing the nine Breton districts, along with eleven ermines. The flag was designed in 1923 by Morvan Marchal.", "links": {"website": ["https://en.wikipedia.org/wiki/Brittany", "https://en.wikipedia.org/wiki/Flag_of_Brittany"], "subreddit": ["Bretagne", "PlaceIreland", "ireland"]}, "path": {"96-165, T:0-1": [[134, 712], [134, 721], [146, 721], [146, 712]]}, "center": {"96-165, T:0-1": [140, 717]}}, {"id": "twosqh", "name": "King Crimson - Three of a Perfect Pair", "description": "A miniature illustration of the cover of King Crimson's 1984 album, Three of a Perfect Pair. It was built as an exclave of King Crimson's main drawing, located just below it.", "links": {"website": ["https://www.dgmlive.com/king-crimson"], "subreddit": ["KingCrimson"]}, "path": {"109-166, T:0-1": [[1738, 1167], [1743, 1167], [1743, 1161], [1738, 1161]]}, "center": {"109-166, T:0-1": [1741, 1164]}}, {"id": "twosjz", "name": "Mashiro Kurata", "description": "Mashiro Kurata is a character from the mobile rhythm game BanG Dream!.\n\nThis art was a collective effort between kurataposting (a group of Mashiro fans) and the BanG Dream! Discord server.", "links": {"website": ["https://bandori.fandom.com/wiki/Kurata_Mashiro", "https://twitter.com/kurataposting"], "subreddit": ["BanGDream"], "discord": ["bangdream"]}, "path": {"145-166, T:0-1": [[1687, 938], [1687, 956], [1699, 956], [1699, 938]]}, "center": {"145-166, T:0-1": [1693, 947]}}, -{"id": "twosfb", "name": "Ram Mandir", "description": "Ram Mandir (Lord Ram Temple) is a Hindu temple that is being built in Ayodhya, Uttar Pradesh, India. It is at the site of Ram Janmabhoomi, according to the Ramayana the birthplace of Rama, a principal deity of Hinduism.", "links": {"website": ["https://en.wikipedia.org/wiki/Ram_Mandir"], "subreddit": ["IndiaPlace", "IndianPlace", "india"]}, "path": {"94-166, T:0-1": [[1281, 341], [1281, 332], [1284, 330], [1284, 327], [1274, 327], [1274, 325], [1279, 325], [1283, 322], [1283, 319], [1290, 316], [1294, 316], [1294, 320], [1299, 320], [1305, 317], [1307, 317], [1307, 321], [1309, 321], [1318, 317], [1321, 317], [1321, 324], [1327, 324], [1332, 320], [1334, 320], [1334, 330], [1338, 330], [1340, 333], [1340, 341]]}, "center": {"94-166, T:0-1": [1295, 331]}}, +{"id": "twosfb", "name": "Ram Mandir", "description": "Ram Mandir (Lord Ram Temple) is a Hindu temple that is being built in Ayodhya, Uttar Pradesh, India. It is at the site of Ram Janmabhoomi, according to the Ramayana the birthplace of Rama, a principal deity of Hinduism.", "links": {"website": ["https://en.wikipedia.org/wiki/Ram_Mandir"], "subreddit": ["IndiaPlace", "IndianPlace", "IndiaSpeaks"]}, "path": {"94-166, T:0-1": [[1281, 341], [1281, 332], [1284, 330], [1284, 327], [1274, 327], [1274, 325], [1279, 325], [1283, 322], [1283, 319], [1290, 316], [1294, 316], [1294, 320], [1299, 320], [1305, 317], [1307, 317], [1307, 321], [1309, 321], [1318, 317], [1321, 317], [1321, 324], [1327, 324], [1332, 320], [1334, 320], [1334, 330], [1338, 330], [1340, 333], [1340, 341]]}, "center": {"94-166, T:0-1": [1295, 331]}}, {"id": "twoqvg", "name": "Technoblade", "description": "Technoblade was a YouTuber for the game Minecraft known for his competitiveness and funny humor. He was part of the Minecraft content creator group Sleepy Bois Inc. (SBI), and also a part of the Minecraft series Dream SMP, where he was part of the anarchist organization The Syndicate. He contracted cancer in 2021, and passed away in June 2022.", "links": {"website": ["https://www.youtube.com/channel/UCFAiFyGs6oDiF1Nf-rRJpZA", "https://en.wikipedia.org/wiki/Technoblade", "https://youtube.fandom.com/wiki/Technoblade"], "subreddit": ["Technoblade", "dreamsmp"]}, "path": {"110-166, T:0-1": [[189, 1039], [254, 1039], [254, 1111], [189, 1111]]}, "center": {"110-166, T:0-1": [222, 1075]}}, {"id": "twoqne", "name": "King Crimson - Beat", "description": "A miniature illustration of the cover of King Crimson's 1982 album, Beat. It was agreed Between King Crimson and the Anime Alliance that a music note could be built between Gon and BU, in exchange for King Crimson moving their 'Schizoid Man' illustration 50 pixels right of it's original position. After one day and 2 failed attempts, The music note was finally built at 1:20 PM PST April 4th and stood there until the end", "links": {"website": ["https://www.dgmlive.com/king-crimson"], "subreddit": ["KingCrimson"]}, "path": {"109-166, T:0-1": [[1709, 1199], [1709, 1192], [1705, 1192], [1705, 1194], [1706, 1195], [1706, 1196], [1705, 1197], [1705, 1199]]}, "center": {"109-166, T:0-1": [1707, 1196]}}, {"id": "twoczd", "name": "Flandre Scarlet", "description": "A character from Touhou 6: Embodiment of Scarlet Devil.", "links": {"website": ["https://en.touhouwiki.net/wiki/Flandre_Scarlet"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1621, 1451], [1654, 1451], [1654, 1484], [1621, 1484]]}, "center": {"109-166, T:0-1": [1638, 1468]}}, @@ -411,7 +411,7 @@ {"id": "two8df", "name": "r/Cubers", "description": "r/Cubers is a place for speedcubers, people who speed-solve different twisty-puzzles such as the Rubik's Cube. Topics include different cubes, solving styles, records, and more.", "links": {"subreddit": ["Cubers"]}, "path": {"94-127": [[1350, 485], [1364, 485], [1363, 486], [1364, 487], [1365, 487], [1365, 488], [1366, 488], [1366, 489], [1367, 490], [1368, 490], [1368, 491], [1425, 491], [1425, 503], [1433, 503], [1433, 509], [1417, 509], [1417, 503], [1356, 503], [1350, 497]], "128-148, 64-93": [[1350, 485], [1364, 485], [1363, 486], [1364, 487], [1365, 487], [1365, 488], [1366, 488], [1366, 489], [1367, 490], [1368, 490], [1368, 491], [1425, 491], [1425, 503], [1356, 503], [1350, 497]], "149-165, T:0-1": [[1350, 485], [1364, 485], [1363, 486], [1364, 487], [1365, 487], [1365, 488], [1366, 488], [1366, 489], [1367, 490], [1368, 490], [1368, 491], [1425, 491], [1425, 509], [1412, 509], [1412, 503], [1355, 503], [1355, 502], [1354, 502], [1354, 501], [1353, 501], [1353, 500], [1352, 500], [1352, 499], [1351, 499], [1351, 498], [1350, 498]]}, "center": {"94-127": [1359, 494], "128-148, 64-93": [1359, 494], "149-165, T:0-1": [1399, 494]}}, {"id": "two7fm", "name": "Himemori Luna's crown", "description": "This crown is worn by Himemori Luna, a VTuber from Hololive Japan 4th Generation.", "links": {"website": ["https://hololive.hololivepro.com/en/talents/himemori-luna/", "https://virtualyoutuber.fandom.com/wiki/Himemori_Luna"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"149-166, T:0-1": [[1357, 1110], [1357, 1115], [1355, 1115], [1352, 1118], [1352, 1120], [1353, 1121], [1353, 1123], [1355, 1125], [1365, 1125], [1366, 1124], [1366, 1123], [1367, 1122], [1367, 1121], [1368, 1120], [1368, 1118], [1360, 1110]]}, "center": {"149-166, T:0-1": [1361, 1119]}}, {"id": "two6n0", "name": "Classic Guy", "description": "Classic Guy is the protagonist of the game Spelunky, and returns as the final unlockable character in the sequel Spelunky 2. Spelunky is a series of tough, 2D roguelike platformers.", "links": {"website": ["https://spelunky.fandom.com/wiki/Spelunky_Guy/Classic", "https://www.mossmouth.com/spelunky2/"], "subreddit": ["Spelunky"]}, "path": {"20-26": [[872, 489], [870, 491], [868, 494], [868, 496], [869, 496], [869, 502], [873, 506], [877, 506], [879, 504], [879, 503], [881, 501], [881, 500], [879, 498], [879, 495], [881, 495], [881, 492], [879, 492], [879, 491], [877, 489]], "27-165, T:0-1": [[869, 506], [867, 508], [866, 510], [866, 519], [878, 519], [878, 517], [876, 515], [876, 512], [878, 512], [878, 509], [876, 509], [876, 508], [874, 506]]}, "center": {"20-26": [874, 494], "27-165, T:0-1": [871, 513]}}, -{"id": "two6gx", "name": "My Little Pony", "description": "A mural of the main characters from My Little Pony Generations 4 and 5 as well as the combined tripony (Unicorn, Pegasus, and Earth Pony) gems from the MLP Gen 5 movie \"A New Generation\" (2021). It was made with the help of the r/MyLittlePony subreddit and the Manechat Discord server.\n\nAfter their original location on r/place was taken over by Twitch streamer Asmongold to create the Guts portrait, the MLP fandom migrated westward and established this art in its stead. Over the course of the event, it became an important rallying point for the fandom in protecting themselves and their surrounding allies from numerous Twitch raids, ranging from xQc's purple void to Asmongold's seed and bird emote attacks.\n\nDuring the third day of r/place, xQc tried to attack the art by hitting it with a meteor. However, due to poor communication with his chat as well as the general absurdity of the idea itself, his viewers decided to transform the meteor into a ejaculating penis instead. This attack was so ridiculous in its nature that it became a meme on the r/place subreddit soon afterward, being dubbed \"The Meteor\" of r/place.\n\nDespite all this, the crystal structure would stay up until the end, signifying not only the passing of the torch between MLP generations, but the unity of the MLP fandom as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/My_Little_Pony"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"106-164, 56-102, T:0-1": [[1649, 212], [1648, 213], [1635, 213], [1629, 218], [1629, 225], [1622, 225], [1622, 228], [1620, 228], [1615, 237], [1615, 254], [1620, 259], [1620, 265], [1619, 266], [1619, 276], [1621, 278], [1642, 280], [1650, 280], [1652, 277], [1655, 277], [1658, 280], [1666, 280], [1668, 278], [1668, 273], [1670, 273], [1673, 276], [1678, 276], [1680, 278], [1682, 278], [1683, 277], [1683, 269], [1684, 268], [1684, 261], [1688, 261], [1688, 245], [1689, 245], [1689, 240], [1688, 240], [1688, 230], [1686, 228], [1676, 227], [1676, 218], [1671, 213], [1656, 213], [1655, 212]]}, "center": {"106-164, 56-102, T:0-1": [1651, 246]}}, +{"id": "two6gx", "name": "My Little Pony", "description": "A mural of the main characters from My Little Pony Generations 4 and 5 surrounding the combined tripony (Unicorn, Pegasus, and Earth Pony) gems from the Gen 5 movie \"A New Generation\" (2021). It was made with the help of r/mylittlepony and the Manechat Discord server.\n\nAfter their original location on r/place was taken over by Twitch streamer Asmongold to create the Guts portrait, the MLP fandom migrated eastward and established this art in its stead. Over the course of the event, it became an important rallying point for the fandom in protecting themselves and their surrounding allies from numerous Twitch raids, ranging from xQc's purple void to Asmongold's seed and bird emote attacks.\n\nDuring the third day of r/place, Mizkif and xQc tried to attack the art by hitting it with a meteor. However, due to poor communication with his chat as well as the general absurdity of the idea itself, his viewers decided to transform the meteor into a ejaculating penis instead. This attack was so ridiculous in its nature that it became a meme on the r/place subreddit soon afterward, being dubbed \"The Meteor\" of r/place.\n\nDespite all this, the crystal structure would stay up until the end, signifying not only the passing of the torch between MLP generations, but the unity of the MLP fandom as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/My_Little_Pony"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"106-164, 56-102, T:0-1": [[1649, 212], [1648, 213], [1635, 213], [1629, 218], [1629, 225], [1622, 225], [1622, 228], [1620, 228], [1615, 237], [1615, 254], [1620, 259], [1620, 265], [1619, 266], [1619, 276], [1621, 278], [1642, 280], [1650, 280], [1652, 277], [1655, 277], [1658, 280], [1666, 280], [1668, 278], [1668, 273], [1670, 273], [1673, 276], [1678, 276], [1680, 278], [1682, 278], [1683, 277], [1683, 269], [1684, 268], [1684, 261], [1688, 261], [1688, 245], [1689, 245], [1689, 240], [1688, 240], [1688, 230], [1686, 228], [1676, 227], [1676, 218], [1671, 213], [1656, 213], [1655, 212]]}, "center": {"106-164, 56-102, T:0-1": [1651, 246]}}, {"id": "two5oy", "name": "Overcast Community", "description": "Overcast Community (oc.tc), formerly Overcast Network, is a server for the game Minecraft. It focuses on large team-based minigames like Capture the Wool.", "links": {"website": ["https://oc.tc"]}, "path": {"11-46": [[5, 286], [1, 288], [0, 289], [0, 294], [2, 299], [5, 303], [9, 305], [13, 303], [17, 298], [18, 294], [18, 289], [17, 288], [13, 286]], "6-10": [[7, 275], [2, 278], [2, 283], [4, 288], [7, 292], [11, 294], [15, 292], [18, 289], [20, 283], [20, 278], [15, 275]], "110-166, T:0-1": [[1989, 1508], [1981, 1512], [1981, 1517], [1983, 1523], [1990, 1528], [1997, 1523], [1999, 1517], [1999, 1512], [1991, 1508]]}, "center": {"11-46": [9, 294], "6-10": [11, 283], "110-166, T:0-1": [1990, 1517]}}, {"id": "two4yq", "name": "Uruha Rushia's butterfly", "description": "A short and sweet tribute to Uruha Rushia, a Hololive Japan 3rd Generation VTuber who was a part of Hololive until Feburary 24th, 2022. The butterfly was used to represent her, as she had a strong association with them.", "links": {"website": ["https://www.youtube.com/channel/UCl_gCybOJRIgOXw6Qb4qJzQ", "https://virtualyoutuber.fandom.com/wiki/Uruha_Rushia"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"21-42": [[250, 785], [248, 787], [247, 790], [247, 792], [253, 796], [259, 790], [259, 788], [258, 788], [254, 791], [253, 791], [253, 788], [251, 785]], "43-165, T:0-1": [[250, 785], [259, 785], [259, 791], [256, 793], [255, 794], [254, 795], [253, 795], [253, 796], [252, 796], [251, 795], [250, 794], [249, 794], [248, 793], [247, 793], [247, 789], [248, 789], [248, 787], [249, 786]]}, "center": {"21-42": [250, 790], "43-165, T:0-1": [253, 789]}}, {"id": "two4ji", "name": "Space Station 13", "description": "Space Station 13 is a 2003 online multiplayer role-playing game that uses the famously bad BYOND engine, with a stable playerbase of around 1000-3000 players. The game involves life on a space station trying to survive the chaos of space life. SS13 features many classes that have their own tasks and skills aboard the space station, with the clown playing the extremely important role of playing pranks on other members and making them slip on banana peels; yes, they usually die first. In addition to the clown, other elements from the game in this mural include Ian the corgi, a space-bee, a nuclear authentication disk, and an escape shuttle. This mural was drawn by r/SS13 with help from the r/unitystation and r/ss14 subreddits, which seek to recreate the game on a modern engine.", "links": {"website": ["https://spacestation13.com/"], "subreddit": ["SS13", "ss14", "unitystation"]}, "path": {"164": [[1678, 599], [1678, 618], [1706, 618], [1706, 610], [1710, 606], [1710, 604], [1708, 602], [1708, 598], [1704, 598], [1701, 595], [1695, 589], [1692, 589], [1691, 588], [1686, 588], [1686, 599]], "58-163, T:0-1": [[1678, 570], [1727, 569], [1726, 590], [1722, 596], [1715, 592], [1710, 593], [1707, 598], [1707, 600], [1710, 605], [1711, 606], [1705, 611], [1706, 618], [1678, 618]]}, "center": {"164": [1695, 607], "58-163, T:0-1": [1695, 586]}}, @@ -455,7 +455,7 @@ {"id": "twno94", "name": "Flag of Finland", "description": "Finland is a country in Northern Europe.\n\nThis flag of Finland was made by r/place_nordicunion and r/Suomi.", "links": {"website": ["https://en.wikipedia.org/wiki/Finland", "https://en.wikipedia.org/wiki/Flag_of_Finland"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"9-40": [[495, 136], [495, 148], [527, 148], [527, 162], [634, 162], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "3-8": [[495, 136], [495, 165], [629, 165], [629, 134], [634, 134], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "148-154": [[497, 294], [537, 293], [537, 285], [594, 285], [594, 203], [634, 203], [634, 189], [635, 188], [635, 186], [634, 185], [635, 183], [636, 182], [636, 181], [636, 180], [635, 179], [634, 179], [634, 138], [799, 138], [799, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136], [496, 136], [496, 149], [527, 149], [527, 177], [496, 177]], "92-147": [[497, 294], [537, 293], [537, 285], [594, 285], [594, 203], [634, 203], [634, 189], [635, 188], [635, 186], [634, 185], [635, 183], [636, 182], [636, 181], [636, 180], [635, 179], [634, 179], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136], [496, 136], [496, 148], [527, 148], [527, 183], [496, 183]], "70-76": [[495, 136], [495, 148], [527, 148], [527, 176], [495, 176], [495, 342], [542, 342], [542, 285], [537, 285], [537, 236], [540, 233], [540, 202], [634, 202], [634, 190], [635, 189], [635, 184], [636, 183], [636, 178], [634, 178], [634, 137], [591, 137], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "41-69, 77-91": [[495, 136], [495, 148], [527, 148], [527, 176], [495, 176], [495, 298], [537, 298], [537, 202], [634, 202], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "155-166, T:0-1": [[497, 294], [537, 293], [537, 285], [594, 285], [594, 203], [634, 203], [634, 189], [635, 188], [635, 186], [634, 185], [635, 183], [636, 182], [636, 181], [636, 180], [635, 179], [634, 179], [634, 137], [614, 137], [614, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136], [495, 136], [495, 149], [527, 149], [527, 178], [496, 178]]}, "center": {"9-40": [611, 141], "3-8": [609, 145], "148-154": [545, 222], "92-147": [545, 234], "70-76": [583, 169], "41-69, 77-91": [600, 169], "155-166, T:0-1": [545, 236]}}, {"id": "twnnbb", "name": "Starfleet insignia", "description": "The Starfleet insignia, also known as the Delta insignia, is an icon from the TV series Star Trek that is synonymous with the show in today's pop culture. It is a direct descendant of the vector component of the old NASA (and later United Earth Space Probe Agency) logos.", "links": {"website": ["https://www.startrek.com/article/starfleet-insignia-explained"], "subreddit": ["startrek", "place_CentralAlliance"]}, "path": {"149-166, 54-145, 9-49, T:0-1": [[616, 946], [614, 948], [608, 961], [607, 966], [607, 976], [608, 976], [616, 968], [618, 968], [623, 974], [624, 974], [624, 963], [622, 959], [617, 947]]}, "center": {"149-166, 54-145, 9-49, T:0-1": [616, 961]}}, {"id": "twnn3g", "name": "Institut supérieur de l'aéronautique et de l'espace", "description": "The Institut supérieur de l'aéronautique et de l'espace (ISAE-SUPAERO), is a major engineering school in France specializing in aeronautics. Its name translates to \"National Higher French Institute of Aeronautics and Space\" in English.", "links": {"website": ["http://groupe-isae.fr", "https://en.wikipedia.org/wiki/Institut_sup%C3%A9rieur_de_l%27a%C3%A9ronautique_et_de_l%27espace"]}, "path": {"134-146": [[1131, 870], [1131, 876], [1175, 876], [1175, 870]], "147-159": [[1131, 869], [1131, 875], [1163, 875], [1161, 878], [1161, 899], [1163, 899], [1163, 898], [1172, 898], [1172, 891], [1173, 891], [1175, 887], [1175, 869]], "160-165, T:0-1": [[1131, 869], [1131, 875], [1163, 875], [1161, 878], [1161, 887], [1164, 891], [1172, 891], [1175, 887], [1175, 869]]}, "center": {"134-146": [1153, 873], "147-159": [1168, 885], "160-165, T:0-1": [1168, 883]}}, -{"id": "000301", "name": "Sakamata Chloe's mask", "description": "This mask was worn by Hololive Japan Generation 6 (Secret Society HoloX) VTuber Sakamata Chloe. During her debut, she took off her eye mask and showed her red eyes to the audience. After her debut, her YouTube and Twitter profile pictures were updated to no longer feature the eye mask. A new version of the HoloX PV was released on the official Hololive channel after her debut to reflect the mask change.", "links": {"website": ["https://www.youtube.com/channel/UCIBY1ollUsauvVi4hW4cumw/featured", "https://virtualyoutuber.fandom.com/wiki/Sakamata_Chloe"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"152-165, T:0-1": [[1386, 1065], [1386, 1068], [1389, 1070], [1397, 1070], [1399, 1067], [1399, 1064], [1386, 1064]]}, "center": {"152-165, T:0-1": [1393, 1067]}}, +{"id": 301, "name": "Sakamata Chloe's mask", "description": "This mask was worn by Hololive Japan Generation 6 (Secret Society HoloX) VTuber Sakamata Chloe. During her debut, she took off her eye mask and showed her red eyes to the audience. After her debut, her YouTube and Twitter profile pictures were updated to no longer feature the eye mask. A new version of the HoloX PV was released on the official Hololive channel after her debut to reflect the mask change.", "links": {"website": ["https://www.youtube.com/channel/UCIBY1ollUsauvVi4hW4cumw/featured", "https://virtualyoutuber.fandom.com/wiki/Sakamata_Chloe"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"152-165, T:0-1": [[1386, 1065], [1386, 1068], [1389, 1070], [1397, 1070], [1399, 1067], [1399, 1064], [1386, 1064]]}, "center": {"152-165, T:0-1": [1393, 1067]}}, {"id": "twnmmh", "name": "NERV", "description": "NERV is a fictional paramilitary agency from the Neon Genesis Evangelion anime.\n\nThis art was made by a group from r/evangelion. It was recolored to match the flag of Ireland as a symbol of the alliance between Evangelion and Ireland, despite several efforts to turn it back to its original redcolor. The NERV logo had to be moved several times before finally finding its position in Ireland's flag.", "links": {"website": ["https://evangelion.fandom.com/wiki/NERV"], "subreddit": ["evangelion", "PlaceIreland", "ireland"]}, "path": {"101-165, 13-93, T:0-1": [[124, 738], [124, 742], [128, 746], [120, 746], [120, 756], [127, 756], [127, 764], [148, 764], [148, 761], [149, 760], [149, 756], [147, 753], [147, 752], [151, 748], [146, 743], [144, 743], [144, 741], [141, 738], [138, 737], [135, 737], [134, 738]]}, "center": {"101-165, 13-93, T:0-1": [137, 752]}}, {"id": "twnmb9", "name": "Piston", "description": "A piston is a block in the game Minecraft. It is capable of pushing blocks, players, and mobs when given a redstone pulse.", "links": {"website": ["https://minecraft.fandom.com/wiki/Piston"], "subreddit": ["Minecraft"]}, "path": {"102-136, 158-165, 82-87, T:0-1": [[241, 294], [246, 294], [246, 298], [241, 298]]}, "center": {"102-136, 158-165, 82-87, T:0-1": [244, 296]}}, {"id": "twnlr1", "name": "TUYU", "description": "TUYU (ツユ) is a Japanese pop group consisting of Pusu (ぷす) on guitar, Reikoromo (礼衣) as vocals, and Miro on piano. Former members Omutatsu (おむたつ) and AzyuN were in charge of the illustration and video design. \"やっぱり雨は降るんだね\" (It's Raining After All) was released as a full album in March 2020.", "links": {"website": ["https://www.youtube.com/channel/UCB2tP2QfRG7hTra0KTOtTBg"], "subreddit": ["TUYU_official"]}, "path": {"125-140": [[1166, 1342], [1166, 1356], [1179, 1356], [1181, 1358], [1183, 1356], [1199, 1356], [1199, 1342]], "81-96": [[1170, 519], [1170, 540], [1189, 540], [1189, 528], [1184, 528], [1184, 519]], "97-112": [[1191, 467], [1191, 495], [1187, 499], [1189, 501], [1192, 499], [1192, 503], [1194, 503], [1194, 500], [1198, 500], [1198, 467]], "56-77": [[1172, 518], [1170, 520], [1170, 540], [1189, 540], [1189, 525], [1184, 525], [1184, 523], [1182, 519], [1181, 518]], "141-165, T:0-1": [[1143, 1339], [1143, 1371], [1163, 1371], [1163, 1339]]}, "center": {"125-140": [1183, 1349], "81-96": [1177, 532], "97-112": [1194, 496], "56-77": [1179, 531], "141-165, T:0-1": [1153, 1355]}}, @@ -516,7 +516,7 @@ {"id": "twmthw", "name": "Jetstream Sam (Metal Gear Rising)", "description": "The beloved Brazilian antagonist from Metal Gear Rising: Revengance.", "links": {"subreddit": ["metalgearsolid"]}, "path": {"109-166, T:0-1": [[1864, 1699], [1869, 1699], [1872, 1696], [1884, 1700], [1894, 1712], [1892, 1720], [1894, 1728], [1902, 1733], [1899, 1740], [1876, 1741], [1872, 1737], [1867, 1737], [1865, 1733], [1863, 1724], [1863, 1701], [1865, 1699]]}, "center": {"109-166, T:0-1": [1879, 1720]}}, {"id": "twmt61", "name": "Coin", "description": "A coin projectile that can be shot using the Marksman Revolver in ULTRAKILL.", "links": {"website": ["https://ultrakill.fandom.com/wiki/Coin"], "subreddit": ["Ultrakill"]}, "path": {"109-166, T:0-1": [[1349, 1798], [1347, 1800], [1347, 1801], [1349, 1803], [1350, 1803], [1352, 1801], [1352, 1800], [1350, 1798]]}, "center": {"109-166, T:0-1": [1350, 1801]}}, {"id": "twmt3s", "name": "Blue Corner", "description": "The Blue Corner is, unsurprisingly, a corner colored completely blue. The origin of the blue corner emerged in the first hours of r/place 2017, where it covered nearly an eighth of the canvas with blue pixels.\n\nThe Blue Corner started here at (1000, 1000) and began to expand outwards. The expansion of the blue corner stopped at the border of their ally Cosmere. When r/place expanded, the blue corner moved to the canvas's new bottom right corner at (2000, 1000). Quebec would take over the first blue corner and expand beyond it.", "links": {"subreddit": ["TheBlueCorner"]}, "path": {"45-55": [[902, 923], [902, 1000], [1000, 1000], [1000, 923]], "8-44": [[899, 912], [899, 924], [901, 924], [901, 1000], [1000, 1000], [1000, 912]], "1-7": [[839, 904], [846, 937], [840, 960], [843, 984], [843, 1000], [1000, 1000], [1000, 904]]}, "center": {"45-55": [951, 962], "8-44": [950, 956], "1-7": [920, 952]}}, -{"id": "twmt33", "name": "Goku", "description": "Goku from Dragon Ball Z charging a Spirit Bomb, an extremely powerful energy ball attack. \"Everyone, lend me your energy!\"", "links": {"website": ["https://en.wikipedia.org/wiki/Goku"], "subreddit": ["dbz", "DBZDokkanBattle"]}, "path": {"109-167, T:0-1": [[1992, 1434], [1992, 1455], [1994, 1456], [1994, 1458], [1995, 1465], [1996, 1467], [1996, 1468], [1990, 1469], [1989, 1474], [1984, 1474], [1979, 1474], [1978, 1475], [1976, 1474], [1976, 1470], [1978, 1470], [1978, 1465], [1977, 1464], [1976, 1461], [1974, 1459], [1971, 1456], [1969, 1453], [1967, 1449], [1965, 1447], [1963, 1447], [1962, 1448], [1961, 1449], [1960, 1449], [1960, 1430], [1977, 1430], [1978, 1432], [1979, 1433], [1979, 1434]]}, "center": {"109-167, T:0-1": [1979, 1449]}}, +{"id": "twmt33", "name": "Goku", "description": "Goku from Dragon Ball charging a Spirit Bomb, an extremely powerful energy ball attack. \"Everyone, lend me your energy!\"\n\nSpecifically, this sprite is from a Rivals of Aether mod that lets you play as Goku.", "links": {"website": ["https://en.wikipedia.org/wiki/Goku", "https://steamcommunity.com/sharedfiles/filedetails/?id=2606413637"], "subreddit": ["dbz", "DBZDokkanBattle"]}, "path": {"109-167, T:0-1": [[1992, 1434], [1992, 1455], [1994, 1456], [1994, 1458], [1995, 1465], [1996, 1467], [1996, 1468], [1990, 1469], [1989, 1474], [1984, 1474], [1979, 1474], [1978, 1475], [1976, 1474], [1976, 1470], [1978, 1470], [1978, 1465], [1977, 1464], [1976, 1461], [1974, 1459], [1971, 1456], [1969, 1453], [1967, 1449], [1965, 1447], [1963, 1447], [1962, 1448], [1961, 1449], [1960, 1449], [1960, 1430], [1977, 1430], [1978, 1432], [1979, 1433], [1979, 1434]]}, "center": {"109-167, T:0-1": [1979, 1447]}}, {"id": "twmszp", "name": "#100Devs", "description": "#100Devs is an entirely free and remote full-stack software engineering bootcamp on Twitch, run by Leon Noel. The name comes from a goal Leon set to help 100 people affected by the pandemic break into the tech industry. This goal was recently achieved. He now leads a second cohort with 1000s of people checking in to class each week.\n\nThis picture of Leon was made by some of the students and friends in the #100Devs Discord community. We don't get got. We go get!", "links": {"website": ["https://leonnoel.com/100devs/", "https://www.twitch.tv/learnwithleon"], "discord": ["zNxhjnmDPy"]}, "path": {"161-163": [[1632, 537], [1632, 499], [1600, 499], [1600, 537]], "164, 57-160, T:0-1": [[1600, 499], [1600, 543], [1632, 543], [1632, 499]]}, "center": {"161-163": [1616, 518], "164, 57-160, T:0-1": [1616, 534]}}, {"id": "twmsme", "name": "KAngel", "description": "KAngel or OMGKawaiiANgel is the persona of Ame-chan, The main protagonist of Needy Girl Overdose / Needy Streamer Overload.", "links": {}, "path": {"120-164, T:0-1": [[1856, 1250], [1883, 1250], [1883, 1276], [1856, 1276]]}, "center": {"120-164, T:0-1": [1870, 1263]}}, {"id": "twmsl5", "name": "Lateralus 'Flame Eye'", "description": "The Flame Eye is a logo associated with American Rock band Tool.", "links": {"website": ["https://en.wikipedia.org/wiki/Tool_(band)"], "subreddit": ["ToolBand"]}, "path": {"109-166, T:0-1": [[319, 1247], [321, 1246], [323, 1245], [324, 1244], [325, 1242], [323, 1238], [320, 1237], [318, 1235], [317, 1231], [315, 1228], [313, 1233], [312, 1233], [313, 1228], [312, 1227], [310, 1224], [307, 1223], [309, 1226], [307, 1226], [306, 1229], [304, 1225], [301, 1226], [302, 1231], [299, 1229], [298, 1224], [297, 1228], [297, 1235], [298, 1236], [299, 1238], [302, 1241], [303, 1242], [306, 1244], [309, 1247], [319, 1248]]}, "center": {"109-166, T:0-1": [310, 1237]}}, @@ -539,7 +539,7 @@ {"id": "twmmvg", "name": "Federation of the Rising Dawn", "description": "Federation of the Rising Dawn (FRD) is a popular community organization for the game Star Citizen", "links": {"website": ["https://robertsspaceindustries.com/orgs/DAWNBREAK"]}, "path": {"61-69": [[1757, 697], [1757, 703], [1769, 703], [1769, 697]], "118-120": [[1755, 702], [1755, 708], [1770, 708], [1770, 702]], "127-166, 70-109, T:0-1": [[1755, 700], [1755, 706], [1770, 706], [1770, 700]]}, "center": {"61-69": [1763, 700], "118-120": [1763, 705], "127-166, 70-109, T:0-1": [1763, 703]}}, {"id": "twmme8", "name": "Flag of the Philippines", "description": "The Philippines, officially the Republic of the Philippines, is an island country in Southeast Asia. This art features the flag of the Philippines with a map of the Philippine archipelago and a Reddit snoovatar superimposed. The snoo is wearing a salakót (a traditional woven hat) and a barong tagalog, which is the traditional formal attire and national dress of the Philippines. The text below the flag is an endorsement of Leni Robredo and Kiko Pangilinan, candidates for president and vice president, respectively, in the then-upcoming May 2022 election. 10 and 7 are their numbers on the ballot. The pink rose is the symbol of Robredo's presidential campaign. The rose on r/place was affectionately nicknamed RoSUS by r/Philippines due to the later addition of an Among Us crewmate in the center.\n\nThis area was named Base Alpha or the Luzon base by the Philippines community. Luzon is the largest island in the Philippines, making up the country's northern region.", "links": {"website": ["https://en.wikipedia.org/wiki/Philippines", "https://en.wikipedia.org/wiki/Flag_of_the_Philippines"], "subreddit": ["Philippines"]}, "path": {"2-166, T:0-1": [[301, 645], [301, 686], [363, 686], [363, 645]]}, "center": {"2-166, T:0-1": [308, 666]}}, {"id": "twmls3", "name": "Eren Jaeger", "description": "Pixel art of a face and phrase from Attack on Titan's main character, Eren Jaeger, in the series's last chapter, with minimal context and no plot spoilers. The subject of countless entertaining memes and jokes in the series's fandom, This face & phrase owes its popularization to the r/titanfolk subreddit, with its placement on this year's r/place by that subreddit assisted by the unexpectedly unified assistance of other communities in the fandom. This image will surely be at the front of our minds for quite a while - ten years, at least! Be wary of significant spoilers for the series if you seek further context.", "links": {"website": ["https://i.imgur.com/y845KFg.png", "https://attackontitan.fandom.com/wiki/Eren_Jaeger_(Anime)", "https://en.wikipedia.org/wiki/Eren_Yeager"], "subreddit": ["titanfolk"]}, "path": {"5-49": [[146, 82], [137, 92], [133, 108], [130, 113], [130, 146], [132, 147], [136, 147], [137, 148], [155, 148], [155, 144], [161, 138], [162, 136], [162, 135], [175, 122], [175, 119], [180, 112], [180, 96], [167, 83], [162, 83], [161, 82], [154, 82], [153, 81], [147, 81]], "50-165, T:0-1": [[109, 93], [79, 93], [80, 115], [124, 114], [130, 118], [130, 127], [131, 134], [131, 136], [137, 140], [142, 140], [143, 139], [153, 137], [155, 137], [161, 132], [165, 132], [174, 123], [174, 119], [174, 97], [171, 97], [171, 86], [144, 86], [136, 95], [135, 102], [133, 105], [133, 110], [129, 115], [124, 111], [120, 111], [120, 104]]}, "center": {"5-49": [157, 106], "50-165, T:0-1": [153, 111]}}, -{"id": "twmlm7", "name": "Flag of Equestria", "description": "Pixel art of the Flag of Equestria from My Little Pony: Friendship is Magic. The flag displays Princess Celestia and Princess Luna, The diarchy of Equestria, flying around the sun and moon, The celestial bodies that they respectively control each day.\n\nThis was the flag design that was chosen out of three potential designs by the Manechat Discord server. They, along with their allies, would help maintain this flag as one of their pieces throughout the event.", "links": {"subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"109-165, T:0-1": [[906, 1778], [906, 1746], [932, 1746], [932, 1777], [920, 1771]]}, "center": {"109-165, T:0-1": [919, 1760]}}, +{"id": "twmlm7", "name": "Flag of Equestria", "description": "The flag of Equestria from My Little Pony: Friendship is Magic. It depicts Princess Celestia and Princess Luna, the diarchy of Equestria, flying around the sun and moon, the celestial bodies that they respectively control each day.\n\nThis flag design was chosen out of three potential designs by the Manechat Discord server. They, along with their allies, would help maintain this flag as one of their pieces throughout the event.", "links": {"subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"109-165, T:0-1": [[906, 1778], [906, 1746], [932, 1746], [932, 1777], [920, 1771]]}, "center": {"109-165, T:0-1": [919, 1758]}}, {"id": "twmlez", "name": "Goodbye", "description": "A piece dedicated to the music artist Sewerslvt. The artwork is based off of the thumbnail image used for the final song of their career titled \"Goodbye\".", "links": {"website": ["https://www.youtube.com/watch?v=ABBpsy6rlVU&t"], "subreddit": ["Sewerslvt"]}, "path": {"109-166, T:0-1": [[464, 1800], [425, 1800], [425, 1829], [464, 1829], [464, 1807]]}, "center": {"109-166, T:0-1": [445, 1815]}}, {"id": "twml87", "name": "Worcester Polytechnic Institute", "description": "Logo of Worcester Polytechnic Institute, an engineering school in Worcester, MA.", "links": {"website": ["https://www.wpi.edu/"], "subreddit": ["WPI"]}, "path": {"109-165, T:0-1": [[310, 1554], [325, 1554], [325, 1563], [325, 1564], [310, 1564]]}, "center": {"109-165, T:0-1": [318, 1559]}}, {"id": "twml7z", "name": "moon2A", "description": "An emote from MOONMOON's Twitch community.", "links": {"website": ["https://www.twitch.tv/moonmoon"], "subreddit": ["MOONMOON_OW"]}, "path": {"109-166, T:0-1": [[1625, 1946], [1625, 1955], [1634, 1955], [1634, 1946]]}, "center": {"109-166, T:0-1": [1630, 1951]}}, @@ -574,7 +574,7 @@ {"id": "twmfdv", "name": "No Man's Sky", "description": "An r/place contribution from members of the No Man's Sky community. This spot was chosen because of its proximity to the coordinates (1616, 1616), since the number 16 repeated is very significant in the game's story and the game's meme culture. The (1616, 1616) pixel is currently part of the \"NMS 161616\" text. A large Atlas diamond (the game's logo) fills the center, and the letters \"I ❤️ NMS\" can be seen. The black heart was originally created by a trio of Redditors and was inadvertently destroyed, but thanks to a coordinated effort between the original creator and the community, it was brought back and incorporated into the final design.", "links": {"website": ["https://www.nomanssky.com/"], "subreddit": ["NoMansSkyTheGame"]}, "path": {"109-166, T:0-1": [[1614, 1610], [1613, 1632], [1633, 1658], [1642, 1648], [1653, 1628], [1643, 1618], [1639, 1614], [1640, 1610], [1629, 1610]]}, "center": {"109-166, T:0-1": [1631, 1630]}}, {"id": "twmelt", "name": "Snowdrop the Opossum", "description": "Snowdrop is an opossum and the boon companion of Avery Kelly. She always says the opposite of what she means and is an important character in the web serial Pale, written by Wildbow.\n\nThis art was created here by the Parahumans community in collaboration with the Toki Pona community. It is also a reference to the joke Toki Pona word \"kijetesantakalu\", meaning \"raccoon-like animal\".", "links": {"website": ["https://pact-web-serial.fandom.com/wiki/Snowdrop"], "subreddit": ["Parahumans", "tokipona"]}, "path": {"5-10": [[689, 343], [684, 347], [687, 349], [690, 350], [697, 350], [699, 347], [699, 345], [696, 345], [694, 343]], "106-166, T:0-1": [[1702, 219], [1702, 222], [1701, 223], [1701, 226], [1702, 226], [1704, 224], [1705, 224], [1706, 225], [1707, 225], [1709, 223], [1708, 222], [1709, 221], [1709, 219], [1707, 219], [1706, 220], [1705, 220], [1704, 219]]}, "center": {"5-10": [692, 347], "106-166, T:0-1": [1704, 222]}}, {"id": "twme8p", "name": "Tottenham Hotspur F.C.", "description": "Tottenham Hotspur F.C., also known as Tottenham or Spurs, is an English professional association football club based in North London that competes in the Premier League, the top flight of English football.\n\nTottenham's emblem is a cockerel standing upon a football, with the Latin motto \"Audere est Facere\" (\"To Dare is to Do\").", "links": {"website": ["https://www.tottenhamhotspur.com/", "https://en.wikipedia.org/wiki/Tottenham_Hotspur_F.C."], "subreddit": ["coys"]}, "path": {"13-18": [[139, 39], [139, 64], [160, 64], [160, 43], [151, 43], [151, 39]], "58-166, T:0-1": [[1684, 420], [1714, 420], [1714, 467], [1684, 467]]}, "center": {"13-18": [149, 53], "58-166, T:0-1": [1699, 444]}}, -{"id": "twmdw6", "name": "Sylveon", "description": "Sylveon is a Fairy-type Pokémon from the Generation VI Pokémon games (Pokémon X/Y). It is an evolution of Eevee, a Pokémon known for its unique capability to evolve into eight different Pokémon, commonly nicknamed the Eeveelutions. Sylveon is often seen as a trans icon due to its coloration matching that of the trans flag. Its shiny version does too.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Sylveon_(Pok%C3%A9mon)"], "subreddit": ["transplace"]}, "path": {"71-165, T:0-1": [[662, 451], [662, 449], [661, 448], [662, 447], [661, 446], [662, 445], [663, 444], [663, 443], [662, 442], [661, 442], [661, 439], [662, 439], [662, 438], [664, 438], [664, 437], [666, 437], [666, 436], [667, 436], [669, 435], [670, 435], [670, 436], [671, 436], [671, 441], [671, 442], [670, 442], [670, 444], [672, 442], [673, 442], [673, 443], [674, 442], [675, 441], [675, 440], [676, 440], [676, 439], [678, 439], [678, 438], [681, 438], [681, 439], [682, 439], [682, 443], [681, 443], [682, 444], [681, 445], [681, 446], [680, 446], [680, 447], [679, 447], [678, 448], [680, 448], [682, 447], [682, 445], [683, 445], [683, 443], [684, 443], [684, 442], [685, 442], [686, 442], [686, 443], [687, 443], [688, 443], [688, 444], [689, 444], [689, 447], [689, 448], [687, 448], [687, 449], [686, 449], [686, 450], [685, 450], [685, 451], [683, 451], [683, 454], [682, 454], [682, 455], [681, 455], [682, 456], [683, 456], [683, 457], [684, 457], [684, 456], [688, 456], [688, 457], [689, 457], [689, 458], [689, 459], [688, 459], [688, 460], [686, 460], [686, 461], [682, 461], [681, 461], [681, 460], [680, 461], [680, 463], [680, 464], [679, 464], [679, 465], [677, 465], [676, 465], [676, 464], [675, 464], [675, 462], [674, 461], [673, 461], [673, 462], [673, 463], [672, 463], [672, 464], [672, 465], [671, 465], [671, 466], [670, 466], [667, 466], [666, 465], [666, 464], [667, 464], [667, 463], [667, 464], [667, 463], [666, 462], [666, 461], [665, 460], [664, 461], [662, 461], [661, 461], [661, 460], [662, 459], [663, 459], [662, 458], [661, 458], [661, 454], [662, 454], [662, 453], [661, 453], [661, 449]]}, "center": {"71-165, T:0-1": [671, 453]}}, +{"id": "twmdw6", "name": "Sylveon", "description": "Sylveon is a Fairy-type Pokémon from the Generation VI Pokémon games (Pokémon X/Y). It is an evolution of Eevee, a Pokémon known for its unique capability to evolve into eight different Pokémon, commonly nicknamed the Eeveelutions. Sylveon is often seen as a trans icon due to its coloration matching that of the trans flag. Its shiny version does too.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Sylveon_(Pok%C3%A9mon)"], "subreddit": ["transplace", "PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"71-165, T:0-1": [[662, 451], [662, 449], [661, 448], [662, 447], [661, 446], [662, 445], [663, 444], [663, 443], [662, 442], [661, 442], [661, 439], [662, 439], [662, 438], [664, 438], [664, 437], [666, 437], [666, 436], [667, 436], [669, 435], [670, 435], [670, 436], [671, 436], [671, 441], [671, 442], [670, 442], [670, 444], [672, 442], [673, 442], [673, 443], [674, 442], [675, 441], [675, 440], [676, 440], [676, 439], [678, 439], [678, 438], [681, 438], [681, 439], [682, 439], [682, 443], [681, 443], [682, 444], [681, 445], [681, 446], [680, 446], [680, 447], [679, 447], [678, 448], [680, 448], [682, 447], [682, 445], [683, 445], [683, 443], [684, 443], [684, 442], [685, 442], [686, 442], [686, 443], [687, 443], [688, 443], [688, 444], [689, 444], [689, 447], [689, 448], [687, 448], [687, 449], [686, 449], [686, 450], [685, 450], [685, 451], [683, 451], [683, 454], [682, 454], [682, 455], [681, 455], [682, 456], [683, 456], [683, 457], [684, 457], [684, 456], [688, 456], [688, 457], [689, 457], [689, 458], [689, 459], [688, 459], [688, 460], [686, 460], [686, 461], [682, 461], [681, 461], [681, 460], [680, 461], [680, 463], [680, 464], [679, 464], [679, 465], [677, 465], [676, 465], [676, 464], [675, 464], [675, 462], [674, 461], [673, 461], [673, 462], [673, 463], [672, 463], [672, 464], [672, 465], [671, 465], [671, 466], [670, 466], [667, 466], [666, 465], [666, 464], [667, 464], [667, 463], [667, 464], [667, 463], [666, 462], [666, 461], [665, 460], [664, 461], [662, 461], [661, 461], [661, 460], [662, 459], [663, 459], [662, 458], [661, 458], [661, 454], [662, 454], [662, 453], [661, 453], [661, 449]]}, "center": {"71-165, T:0-1": [671, 453]}}, {"id": "twmdtg", "name": "FurfSky Reborn", "description": "FurfSky Reborn (FSR) is a texture pack for the game Minecraft for the server Hypixel Skyblock. This art features a neon FSR logo.", "links": {"website": ["https://furfsky.net/"]}, "path": {"56-166, T:0-1": [[1239, 805], [1239, 830], [1282, 830], [1282, 806], [1278, 806], [1277, 805]]}, "center": {"56-166, T:0-1": [1261, 818]}}, {"id": "twmdkf", "name": "JBOIZ/GioJ", "description": "Many have asked \"what is JBOIZ?\", but only true JBOIZ know the answer to that.", "links": {}, "path": {"17-37": [[24, 295], [50, 295], [50, 312], [24, 312]], "38-55": [[24, 307], [50, 307], [50, 312], [24, 312]], "11-16": [[0, 295], [50, 295], [50, 305], [0, 305]], "56-165, T:0-1": [[1974, 113], [1999, 113], [1999, 131], [1974, 131]]}, "center": {"17-37": [37, 304], "38-55": [37, 310], "11-16": [25, 300], "56-165, T:0-1": [1987, 122]}}, {"id": "twmdh3", "name": "Atrioc", "description": "Atrioc is a Twitch streamer and YouTuber.\n\nThis section includes pixel art for The Ghost (Atrioc's Fall Guys character), the Enron logo, Burgzy (Atrioc's VTuber character), the clown (Atrioc's signature Hitman outfit), S3K (a group of Reddit users that help make content for him), The Yard (a podcast that includes a lot of his friends), and much more.", "links": {"website": ["https://www.twitch.tv/atrioc"], "subreddit": ["atrioc"]}, "path": {"70-92": [[1820, 158], [1820, 171], [1803, 171], [1803, 177], [1802, 177], [1802, 206], [1829, 206], [1829, 235], [1828, 235], [1828, 245], [1841, 245], [1841, 176], [1872, 176], [1872, 156], [1839, 156], [1839, 158]], "93-109": [[1820, 159], [1820, 171], [1805, 171], [1805, 206], [1841, 206], [1841, 176], [1875, 176], [1875, 156], [1836, 156], [1836, 158]], "56-63": [[1803, 171], [1803, 175], [1801, 177], [1801, 184], [1803, 187], [1811, 187], [1811, 186], [1841, 186], [1841, 171]], "64-69": [[1803, 171], [1803, 177], [1802, 177], [1802, 187], [1805, 187], [1805, 186], [1809, 186], [1809, 198], [1811, 198], [1811, 206], [1832, 206], [1832, 186], [1841, 186], [1841, 171]], "110-166, T:0-1": [[1809, 298], [1817, 298], [1821, 292], [1825, 292], [1828, 298], [1843, 298], [1845, 289], [1853, 282], [1854, 273], [1864, 264], [1864, 252], [1866, 245], [1859, 238], [1847, 238], [1842, 235], [1840, 235], [1840, 220], [1840, 174], [1874, 175], [1874, 157], [1839, 157], [1839, 159], [1821, 159], [1821, 172], [1806, 172], [1806, 239], [1813, 239], [1814, 244], [1809, 249], [1808, 254], [1800, 266], [1796, 282], [1803, 285], [1805, 291], [1803, 295]]}, "center": {"70-92": [1823, 189], "93-109": [1823, 188], "56-63": [1833, 179], "64-69": [1820, 183], "110-166, T:0-1": [1830, 267]}}, @@ -602,7 +602,7 @@ {"id": "twm8lz", "name": "Phish, Jojo, & Grateful Dead Collaboration", "description": "A collaboration between the Jojo, Phish, and Grateful Dead communities. The Jojo community also made a collaboration with the Jerma985 community to put Jotaro's hat on Jerma.\n\nThe red donuts on a blue background represent the dress pattern on the dress that Phish's drummer, Jon Fishman (the band's namesake) wears. It has also been theorized by the band's frontman, Trey Anastasio, That the universe is a donut. He had this revelation while viewing the nine cubes.", "links": {"website": ["https://phish.com/", "https://en.wikipedia.org/wiki/JoJo%27s_Bizarre_Adventure", "https://dead.net/"], "subreddit": ["gratefuldead", "jerma985", "phish", "ShitPostCrusaders", "StardustCrusaders", "wholesomejojo"]}, "path": {"1-15": [[0, 874], [154, 874], [154, 882], [161, 882], [161, 898], [56, 897], [56, 942], [28, 942], [28, 897], [0, 897]], "16-25": [[0, 869], [253, 869], [253, 890], [216, 890], [216, 874], [162, 874], [162, 897], [56, 897], [56, 905], [49, 898], [35, 898], [28, 905], [28, 897], [0, 897]], "26-38": [[0, 869], [253, 869], [253, 878], [297, 878], [297, 938], [244, 938], [244, 926], [216, 926], [216, 874], [162, 874], [162, 897], [56, 897], [56, 905], [49, 898], [35, 898], [28, 905], [28, 897], [0, 897]], "39-46": [[0, 869], [162, 869], [162, 897], [56, 897], [56, 905], [42, 891], [28, 905], [28, 897], [0, 897]], "48-55": [[0, 874], [161, 874], [161, 897], [56, 897], [56, 905], [42, 891], [28, 905], [28, 897], [0, 897]], "56-72": [[0, 874], [161, 874], [161, 897], [136, 897], [136, 906], [0, 906]], "73-74": [[0, 874], [161, 874], [161, 897], [136, 897], [136, 944], [91, 944], [91, 906], [0, 906]], "75-94": [[0, 874], [161, 874], [161, 897], [136, 897], [136, 944], [0, 944]], "95-99": [[0, 874], [161, 874], [161, 897], [127, 897], [127, 930], [136, 930], [136, 955], [130, 952], [91, 963], [91, 930], [65, 930], [65, 905], [0, 905]], "100-106": [[0, 874], [161, 874], [161, 897], [136, 897], [136, 930], [136, 955], [130, 952], [91, 963], [91, 906], [0, 906]], "107-110": [[0, 874], [154, 874], [154, 883], [161, 883], [161, 897], [136, 897], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [92, 930], [136, 930], [136, 897], [56, 897], [56, 904], [28, 904], [28, 897], [0, 897]], "111-120": [[0, 874], [154, 874], [154, 883], [161, 883], [161, 897], [136, 897], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [92, 930], [0, 930]], "121-131": [[0, 874], [154, 874], [154, 883], [161, 883], [161, 897], [136, 897], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [92, 992], [0, 992]], "132-143": [[0, 874], [154, 874], [154, 882], [161, 882], [161, 898], [136, 898], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [90, 957], [90, 952], [92, 949], [92, 942], [62, 942], [0, 942]], "144-166, T:0-1": [[0, 874], [154, 874], [154, 882], [161, 882], [161, 898], [136, 898], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [90, 957], [90, 952], [92, 949], [92, 942], [62, 942], [62, 944], [0, 944]]}, "center": {"1-15": [42, 890], "16-25": [36, 883], "26-38": [267, 908], "39-46": [148, 883], "48-55": [80, 885], "56-72": [80, 890], "73-74": [112, 897], "75-94": [81, 909], "95-99": [98, 902], "100-106": [113, 899], "107-110": [43, 889], "111-120": [106, 904], "121-131": [52, 926], "132-143": [101, 909], "144-166, T:0-1": [101, 909]}}, {"id": "twm8f6", "name": "SuperMega", "description": "Two male lovers, Matt Watson and Ryan Magee, created the YouTube channel SuperMega in 2016. They have committed their time into uploading quality content for their loyal viewers, including sketch comedy, podcasts, let's plays, and more. Highlights include Hennessey taste-testing, movie review series, and Israeli-Palestinian conflict debates.\n\nThis art was created by SuperMega and their fans, including the SuperMega Patreon Discord.", "links": {"website": ["https://youtube.com/c/SuperMegaOfficial", "https://youtube.fandom.com/wiki/SuperMega"], "subreddit": ["SuperMegaShow"]}, "path": {"61-166, T:0-1": [[1947, 439], [1947, 423], [1949, 417], [1949, 401], [1948, 397], [1924, 396], [1918, 396], [1918, 395], [1862, 395], [1854, 402], [1854, 443], [1855, 444], [1922, 443], [1923, 440], [1922, 440], [1921, 440], [1922, 434], [1923, 433], [1928, 439], [1934, 435], [1940, 435]]}, "center": {"61-166, T:0-1": [1878, 419]}}, {"id": "twm8di", "name": "(G)I-DLE", "description": "(G)I-DLE is a K-pop girl group. This art features their official colors.", "links": {"website": ["http://cubeent.co.kr/gidle", "https://en.wikipedia.org/wiki/(G)I-dle"], "subreddit": ["GIDLE"]}, "path": {"55-165, T:0-1": [[854, 672], [838, 672], [838, 663], [854, 663], [854, 671]]}, "center": {"55-165, T:0-1": [846, 668]}}, -{"id": "000290", "name": "Chicken", "description": "This chicken was drawn by the streamer Sertle. Its beak constantly grew and shrunk. This is the lone survivor to many chickens who resided on the German and Quebec flags.", "links": {"website": ["https://www.twitch.tv/sertle"]}, "path": {"85-97": [[1094, 962], [1094, 964], [1093, 964], [1093, 966], [1094, 967], [1094, 969], [1050, 969], [1050, 979], [1046, 979], [1043, 983], [1046, 986], [1049, 986], [1049, 984], [1051, 982], [1050, 981], [1050, 969], [1098, 969], [1098, 967], [1100, 965], [1097, 962]], "63-71": [[1097, 962], [1092, 967], [1082, 967], [1082, 982], [1064, 982], [1057, 982], [1057, 979], [1049, 979], [1049, 978], [1047, 978], [1045, 980], [1039, 980], [1037, 982], [1037, 983], [1035, 983], [1032, 985], [1035, 987], [1036, 987], [1036, 990], [1038, 989], [1040, 989], [1040, 987], [1052, 987], [1052, 988], [1055, 990], [1057, 990], [1057, 998], [1059, 998], [1059, 1000], [1081, 1000], [1081, 996], [1082, 995], [1082, 967], [1092, 967], [1095, 970], [1097, 970], [1099, 968], [1099, 965], [1098, 964], [1098, 963]], "56-62": [[1044, 991], [1041, 994], [1040, 994], [1038, 996], [1040, 998], [1041, 998], [1042, 999], [1081, 999], [1081, 996], [1082, 995], [1082, 994], [1081, 993], [1081, 991]], "72-84, 98-165, T:0-1": [[1094, 962], [1090, 966], [1091, 967], [1091, 970], [1097, 970], [1097, 967], [1098, 966], [1100, 966], [1100, 964], [1098, 964], [1098, 962]]}, "center": {"85-97": [1047, 982], "63-71": [1073, 991], "56-62": [1060, 995], "72-84, 98-165, T:0-1": [1094, 966]}}, +{"id": 290, "name": "Chicken", "description": "This chicken was drawn by the streamer Sertle. Its beak constantly grew and shrunk. This is the lone survivor to many chickens who resided on the German and Quebec flags.", "links": {"website": ["https://www.twitch.tv/sertle"]}, "path": {"85-97": [[1094, 962], [1094, 964], [1093, 964], [1093, 966], [1094, 967], [1094, 969], [1050, 969], [1050, 979], [1046, 979], [1043, 983], [1046, 986], [1049, 986], [1049, 984], [1051, 982], [1050, 981], [1050, 969], [1098, 969], [1098, 967], [1100, 965], [1097, 962]], "63-71": [[1097, 962], [1092, 967], [1082, 967], [1082, 982], [1064, 982], [1057, 982], [1057, 979], [1049, 979], [1049, 978], [1047, 978], [1045, 980], [1039, 980], [1037, 982], [1037, 983], [1035, 983], [1032, 985], [1035, 987], [1036, 987], [1036, 990], [1038, 989], [1040, 989], [1040, 987], [1052, 987], [1052, 988], [1055, 990], [1057, 990], [1057, 998], [1059, 998], [1059, 1000], [1081, 1000], [1081, 996], [1082, 995], [1082, 967], [1092, 967], [1095, 970], [1097, 970], [1099, 968], [1099, 965], [1098, 964], [1098, 963]], "56-62": [[1044, 991], [1041, 994], [1040, 994], [1038, 996], [1040, 998], [1041, 998], [1042, 999], [1081, 999], [1081, 996], [1082, 995], [1082, 994], [1081, 993], [1081, 991]], "72-84, 98-165, T:0-1": [[1094, 962], [1090, 966], [1091, 967], [1091, 970], [1097, 970], [1097, 967], [1098, 966], [1100, 966], [1100, 964], [1098, 964], [1098, 962]]}, "center": {"85-97": [1047, 982], "63-71": [1073, 991], "56-62": [1060, 995], "72-84, 98-165, T:0-1": [1094, 966]}}, {"id": "twm8am", "name": "Rosie", "description": "Rosie is a popular cat on Instagram under the rockyandrosie_ account. Rosie is a figure of empowerment and hope for those who follow her, and I hope anyone who stumbles upon her on r/place has a blessed evening. :3", "links": {"website": ["https://www.instagram.com/rockyandrosie_/"], "subreddit": ["rockyandrosie"]}, "path": {"124-151": [[0, 1079], [13, 1079], [15, 1081], [24, 1081], [24, 1096], [0, 1096]], "152-166, T:0-1": [[0, 1079], [24, 1079], [24, 1096], [0, 1096]]}, "center": {"124-151": [9, 1088], "152-166, T:0-1": [12, 1088]}}, {"id": "twm89u", "name": "Flag of Flevoland", "description": "A province of the Netherlands.", "links": {"website": ["https://en.wikipedia.org/wiki/Flevoland", "https://en.wikipedia.org/wiki/Flag_of_Flevoland"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"90-166, T:0-1": [[1347, 2], [1347, 12], [1361, 12], [1361, 2]]}, "center": {"90-166, T:0-1": [1354, 7]}}, {"id": "twm82r", "name": "Minnesota Vikings", "description": "The Minnesota Vikings are an American football team based in Minneapolis, Minnesota. This art features the team's Norseman logo, \"SKOL!\" cheer, and star wide receiver Justin Jefferson.", "links": {"website": ["https://en.wikipedia.org/wiki/Minnesota_Vikings"], "subreddit": ["minnesotavikings"]}, "path": {"3-42": [[401, 867], [401, 912], [433, 912], [433, 867]], "56-165, T:0-1": [[1290, 615], [1333, 615], [1333, 664], [1290, 664], [1290, 616]]}, "center": {"3-42": [417, 890], "56-165, T:0-1": [1312, 640]}}, @@ -663,7 +663,7 @@ {"id": "twlsac", "name": "5up leafling stack", "description": "A stack of streamer 5up's leaflings.", "links": {"website": ["https://www.twitch.tv/5uppp"], "subreddit": ["5up"]}, "path": {"109-166, T:0-1": [[1796, 1328], [1807, 1328], [1807, 1322], [1804, 1319], [1804, 1295], [1805, 1294], [1804, 1293], [1804, 1288], [1803, 1287], [1803, 1277], [1804, 1277], [1804, 1276], [1802, 1276], [1791, 1283], [1791, 1307], [1796, 1307], [1796, 1318], [1793, 1321]]}, "center": {"109-166, T:0-1": [1799, 1303]}}, {"id": "twls6b", "name": "DEMONDICE", "description": "A pixel tribute to the rapper DEMONDICE!", "links": {"subreddit": ["DEMONDICE"]}, "path": {"109-166, T:0-1": [[1960, 1493], [1974, 1493], [1977, 1495], [1999, 1495], [1999, 1508], [1978, 1508], [1978, 1510], [1960, 1510]]}, "center": {"109-166, T:0-1": [1978, 1502]}}, {"id": "twls61", "name": "Windows XP Start button", "description": "Pictured is the Windows XP Start button and much of the Windows XP taskbar. It had a hard fight to become this, because before it was the Windows XP Start button, it was the Windows 98 one, and now it became the Start button we know now.", "links": {"website": ["https://en.wikipedia.org/wiki/Taskbar#Microsoft_Windows"], "subreddit": ["placestart"]}, "path": {"111-112": [[1, 1986], [55, 1986], [55, 1997], [1, 1997]], "113-164, T:0-1": [[0, 1970], [0, 1999], [92, 1998], [96, 1992], [96, 1977], [95, 1977], [95, 1970]]}, "center": {"111-112": [28, 1992], "113-164, T:0-1": [29, 1984]}}, -{"id": "twls3y", "name": "Epilogue", "description": "This image is the final scene of Epilogue, the final video produced by the French electronic and house music duo Daft Punk (1993-2021). Daft Punk released Epilogue on February 22, 2021 to announce that they were retiring. The image depicts Daft Punk's signature Pyramid hand gesture, two hands in the shape of a triangle. These are the hands of Daft Punk's members, Guy-Manuel de Homen-Christo (left) and Thomas Bangalter (right).\n\nStarting with their first album \"Homework\", Daft Punk has since produced songs like \"Get Lucky\", \"Harder, Better, Faster, Stronger\", and \"Around the World\".", "links": {"website": ["https://www.youtube.com/watch?v=DuDX6wNfjqc", "https://daftpunk.fandom.com/wiki/Epilogue", "http://daftpunk.com/", "https://en.wikipedia.org/wiki/Daft_Punk"], "subreddit": ["daftpunk", "place_CentralAlliance"]}, "path": {"2-166, T:0-1": [[195, 926], [244, 926], [244, 964], [195, 964]]}, "center": {"2-166, T:0-1": [220, 945]}}, +{"id": "twls3y", "name": "Epilogue", "description": "This image is the final scene of Epilogue, the final video produced by the French electronic music duo, Daft Punk. Epilogue was released on the pair's YouTube channel on February 22, 2021 to announce their retirement. \n\nThe image depicts Daft Punk's signature Pyramid hand gesture: two hands in the shape of a triangle. Shown here are the hands of Daft Punk's members, Guy-Manuel de Homen-Christo (left) and Thomas Bangalter (right).\n\nDebuting with their first album, \"Homework\" in 1997, Daft Punk has since produced numerous dance classics such as \"Around the World\", \"Harder, Better, Faster, Stronger\", and \"Get Lucky\".", "links": {"website": ["https://www.youtube.com/watch?v=DuDX6wNfjqc", "https://daftpunk.fandom.com/wiki/Epilogue", "http://daftpunk.com/", "https://en.wikipedia.org/wiki/Daft_Punk"], "subreddit": ["daftpunk", "place_CentralAlliance"]}, "path": {"2-166, T:0-1": [[195, 926], [244, 926], [244, 964], [195, 964]]}, "center": {"2-166, T:0-1": [220, 945]}}, {"id": "twlrom", "name": "Melvor Idle", "description": "Melvor Idle is an idle role-playing game heavily inspired by the massively multiplayer online role-playing game (MMORPG) RuneScape.", "links": {"website": ["https://melvoridle.com/"], "subreddit": ["MelvorIdle"]}, "path": {"87-166, T:0-1": [[1451, 949], [1478, 949], [1478, 974], [1467, 974], [1465, 976], [1464, 976], [1462, 974], [1451, 974]]}, "center": {"87-166, T:0-1": [1465, 962]}}, {"id": "twlrmq", "name": "CaptainSparklez", "description": "CaptainSparklez is a popular Minecraft YouTuber and Twitch streamer whose current channel has been on the platform since 2010. Pictured is the head of his Minecraft skin.", "links": {"website": ["https://www.youtube.com/c/CaptainSparklez", "https://www.twitch.tv/captainsparklez", "https://mcchampionship.fandom.com/wiki/CaptainSparklez"], "subreddit": ["CaptainSparklez", "MinecraftChampionship"]}, "path": {"30-165, T:0-1": [[895, 576], [895, 584], [904, 584], [904, 576]]}, "center": {"30-165, T:0-1": [900, 580]}}, {"id": "twlqk5", "name": "Boston Citgo sign", "description": "The Boston Citgo sign is an iconic landmark in Boston, Massachusetts, United States. It depicts the logo of the oil company Citgo.", "links": {"website": ["https://en.wikipedia.org/wiki/Boston_Citgo_sign"], "subreddit": ["BostonU"]}, "path": {"80-165, T:0-1": [[1552, 336], [1552, 352], [1562, 352], [1562, 336]]}, "center": {"80-165, T:0-1": [1557, 344]}}, @@ -758,14 +758,14 @@ {"id": "twl2hc", "name": "203B", "description": "203B is a reference to the Marcos family's 203 billion Philippine pesos worth of estate tax (around 3 billion USD). Ferdinand Marcos is credited with 'The Greatest Robbery of a Government' by Guinness World Records; however, The record is currently inaccessible.", "links": {"website": ["https://en.wikipedia.org/wiki/Unexplained_wealth_of_the_Marcos_family"], "subreddit": ["Philippines"]}, "path": {"109-166, T:0-1": [[444, 1655], [432, 1655], [431, 1656], [430, 1657], [429, 1658], [428, 1659], [428, 1662], [429, 1663], [431, 1663], [432, 1662], [433, 1661], [434, 1660], [435, 1659], [440, 1659], [442, 1661], [443, 1662], [444, 1663], [446, 1663], [447, 1662], [448, 1661], [448, 1659], [447, 1658], [446, 1657], [445, 1656]]}, "center": {"109-166, T:0-1": [438, 1659]}}, {"id": "twl25g", "name": "Red Rising", "description": "Red Rising is a critically acclaimed sci-fi book series by Pierce Brown.", "links": {"website": ["https://www.piercebrown.com/", "https://en.wikipedia.org/wiki/Red_Rising"], "subreddit": ["redrising"]}, "path": {"23-55": [[865, 408], [865, 440], [904, 440], [904, 408]], "3-22": [[872, 408], [872, 440], [903, 440], [903, 408]], "56-164, T:0-1": [[865, 411], [865, 449], [912, 449], [912, 411]]}, "center": {"23-55": [885, 424], "3-22": [888, 424], "56-164, T:0-1": [889, 430]}}, {"id": "twl23i", "name": "NootNToot", "description": "Small YouTube content creator that makes content primarily on the Minetown Minecraft server.", "links": {"website": ["https://www.youtube.com/channel/UCcxO9zgG-i9mXQsTWGPlJhA"], "subreddit": ["minetown", "MinecraftChampionship"]}, "path": {"31-165, T:0-1": [[895, 567], [895, 576], [904, 576], [904, 567]]}, "center": {"31-165, T:0-1": [900, 572]}}, -{"id": "100463", "name": "LittleBigPlanet", "description": "LittleBigPlanet is a PlayStation-exclusive puzzle platforming game franchise created in 2008 by British developer Media Molecule. It is known for its community and easy-to-learn level editor. The games in the franchise include LittleBigPlanet (2008), LittleBigPlanet PSP (2009), Sackboy's Prehistoric Moves (2010), LittleBigPlanet 2 (2011), LittleBigPlanet PS Vita (2012), LittleBigPlanet Karting (2012), Run Sackboy! Run (2014), LittleBigPlanet 3 (2014), and Sackboy: A Big Adventure (2020).\n\nThis art was created by several dedicated members of LittleBigPlanet Union and r/littlebigplanet. It includes the well-known LittleBigPlanet tree, a Sackboy face to the right, and the r/littlebigplanet subreddit text below the tree.", "links": {"website": ["https://littlebigplanet.com/", "https://www.lbpunion.com/", "https://en.wikipedia.org/wiki/LittleBigPlanet"], "subreddit": ["LittleBigPlanet"], "discord": ["YGFRh8WFDn"]}, "path": {"97-106": [[1054, 417], [1054, 435], [1072, 435], [1072, 417]], "108-164, T:0-1": [[1064, 400], [1033, 400], [1033, 366], [1051, 366], [1051, 373], [1062, 373], [1062, 379], [1051, 379], [1051, 387], [1064, 387]]}, "center": {"97-106": [1063, 426], "108-164, T:0-1": [1042, 375]}}, -{"id": "000464", "name": "Suzyroxx", "description": "Suzyroxx is a Spanish Twitch streamer. She is part of the content creator team KOI.", "links": {"website": ["https://www.twitch.tv/suzyroxx"]}, "path": {"103-165, T:0-1": [[1892, 904], [1892, 916], [1900, 916], [1900, 904]]}, "center": {"103-165, T:0-1": [1896, 910]}}, -{"id": "000465", "name": "Kerbal Space Program", "description": "Kerbal Space Program (KSP) is a planetary simulator game that includes realistic rocket physics and orbital mechanics. The large astronaut is Jeb, an iconic character from the game. Below Jeb is a representation of the Kerbol System, the game's solar system. From left to right these planets are: Kerbol (Sun), Moho (Mercury), Eve (Venus), Kerbin (Earth), Duna (Mars), Dres (Ceres), Jool (Jupiter), and Eeloo (Pluto).", "links": {"website": ["https://www.kerbalspaceprogram.com/", "https://en.wikipedia.org/wiki/Kerbal_Space_Program"], "subreddit": ["KerbalSpaceProgram"]}, "path": {"58-62": [[9, 928], [9, 934], [19, 934], [19, 932], [21, 932], [21, 928]], "64-166, T:0-1": [[1493, 427], [1493, 415], [1495, 415], [1495, 397], [1496, 397], [1496, 394], [1497, 394], [1497, 393], [1498, 393], [1498, 392], [1500, 392], [1500, 391], [1507, 391], [1507, 392], [1509, 392], [1509, 393], [1510, 393], [1510, 394], [1511, 394], [1511, 397], [1512, 397], [1512, 427]]}, "center": {"58-62": [15, 931], "64-166, T:0-1": [1503, 410]}}, -{"id": "000466", "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox role-playing game (RPG) developed by Hypixel Studios. Production began in 2015 by developers from Hypixel, a multiplayer server for the game Minecraft. They received funding and assistance from Riot Games, who later acquired the studio in 2020.\n\nThis is the second Hytale-related piece on r/place, consisting 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/HytaleIinfo 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/", "https://en.wikipedia.org/wiki/Hytale"], "subreddit": ["HytaleInfo"], "discord": ["WSjqdz3"]}, "path": {"65-166, T:0-1": [[1522, 113], [1522, 120], [1523, 120], [1523, 134], [1526, 137], [1528, 137], [1532, 140], [1532, 143], [1535, 143], [1541, 138], [1541, 121], [1543, 117], [1543, 115], [1541, 113]]}, "center": {"65-166, T:0-1": [1532, 123]}}, -{"id": "000467", "name": "Timber Wolf", "description": "The Timber Wolf, also known as Mad Cat, is a mech from the BattleTech franchise. BattleTech originally started as a board game, and later spawned a spin-off video game series, MechWarrior.\n\nThis art is based on the .exe icon for MechWarrior 3 and the explosion background on the MechWarrior 2 box art.", "links": {"website": ["https://www.sarna.net/wiki/Timber_Wolf_(Mad_Cat)"], "subreddit": ["mechwarrior"]}, "path": {"71-164, T:0-1": [[1339, 522], [1339, 543], [1357, 543], [1357, 522]]}, "center": {"71-164, T:0-1": [1348, 533]}}, -{"id": "000469", "name": "Modrinth", "description": "Modrinth is an open-source modding platform for the game Minecraft.", "links": {"website": ["https://modrinth.com"]}, "path": {"58-164, T:0-1": [[727, 636], [724, 639], [724, 644], [727, 647], [732, 647], [735, 644], [735, 639], [732, 636]]}, "center": {"58-164, T:0-1": [730, 642]}}, -{"id": "000470", "name": "Gem Galaxies", "description": "Gem Galaxies is a game on the game platform Roblox inspired by the TV show Steven Universe. It is dedicated to role-playing. This symbol is the game's diamond insignia.", "links": {"website": ["https://www.roblox.com/games/273326777/Gem-Galaxies"]}, "path": {"118-119": [[1260, 870], [1257, 873], [1257, 874], [1255, 876], [1255, 877], [1257, 879], [1263, 879], [1265, 877], [1265, 876], [1263, 874], [1263, 873]], "120-165, T:0-1": [[1255, 891], [1252, 894], [1252, 895], [1250, 897], [1250, 898], [1252, 900], [1258, 900], [1260, 898], [1260, 897], [1258, 895], [1258, 894]]}, "center": {"118-119": [1260, 875], "120-165, T:0-1": [1255, 896]}}, -{"id": "000471", "name": "Rocket League", "description": "Rocket League is a vehicular soccer video game developed and published by Psyonix. In the game, two teams of players are pitted against each other in a futuristic arena to duke it out in five-minute matches. The game is a sequel to Psyonix's previous game, Supersonic Acrobatic Rocket-Powered Battle-Cars (SARPBC).\n\nThis Rocket League logo was planned and led by the RL creator RyanGoldfish.", "links": {"website": ["https://www.rocketleague.com/", "https://en.wikipedia.org/wiki/Rocket_League"], "subreddit": ["RocketLeague"]}, "path": {"70-106": [[1358, 508], [1360, 506], [1363, 505], [1396, 505], [1406, 505], [1406, 507], [1413, 507], [1413, 510], [1414, 512], [1414, 526], [1412, 531], [1404, 547], [1390, 560], [1383, 560], [1368, 546], [1362, 534], [1358, 519]], "56-65": [[1494, 491], [1534, 491], [1534, 531], [1494, 531]], "107-164, T:0-1": [[1358, 508], [1360, 506], [1363, 505], [1396, 505], [1406, 505], [1406, 507], [1413, 507], [1413, 510], [1414, 512], [1414, 540], [1424, 540], [1424, 555], [1393, 555], [1393, 557], [1389, 560], [1384, 560], [1378, 556], [1369, 548], [1363, 537], [1359, 527], [1358, 520]]}, "center": {"70-106": [1386, 529], "56-65": [1514, 511], "107-164, T:0-1": [1389, 530]}}, +{"id": 100463, "name": "LittleBigPlanet", "description": "LittleBigPlanet is a PlayStation-exclusive puzzle platforming game franchise created in 2008 by British developer Media Molecule. It is known for its community and easy-to-learn level editor. The games in the franchise include LittleBigPlanet (2008), LittleBigPlanet PSP (2009), Sackboy's Prehistoric Moves (2010), LittleBigPlanet 2 (2011), LittleBigPlanet PS Vita (2012), LittleBigPlanet Karting (2012), Run Sackboy! Run (2014), LittleBigPlanet 3 (2014), and Sackboy: A Big Adventure (2020).\n\nThis art was created by several dedicated members of LittleBigPlanet Union and r/littlebigplanet. It includes the well-known LittleBigPlanet tree, a Sackboy face to the right, and the r/littlebigplanet subreddit text below the tree.", "links": {"website": ["https://littlebigplanet.com/", "https://www.lbpunion.com/", "https://en.wikipedia.org/wiki/LittleBigPlanet"], "subreddit": ["LittleBigPlanet"], "discord": ["YGFRh8WFDn"]}, "path": {"97-106": [[1054, 417], [1054, 435], [1072, 435], [1072, 417]], "108-164, T:0-1": [[1064, 400], [1033, 400], [1033, 366], [1051, 366], [1051, 373], [1062, 373], [1062, 379], [1051, 379], [1051, 387], [1064, 387]]}, "center": {"97-106": [1063, 426], "108-164, T:0-1": [1042, 375]}}, +{"id": 464, "name": "Suzyroxx", "description": "Suzyroxx is a Spanish Twitch streamer. She is part of the content creator team KOI.", "links": {"website": ["https://www.twitch.tv/suzyroxx"]}, "path": {"103-165, T:0-1": [[1892, 904], [1892, 916], [1900, 916], [1900, 904]]}, "center": {"103-165, T:0-1": [1896, 910]}}, +{"id": 465, "name": "Kerbal Space Program", "description": "Kerbal Space Program (KSP) is a planetary simulator game that includes realistic rocket physics and orbital mechanics. The large astronaut is Jeb, an iconic character from the game. Below Jeb is a representation of the Kerbol System, the game's solar system. From left to right these planets are: Kerbol (Sun), Moho (Mercury), Eve (Venus), Kerbin (Earth), Duna (Mars), Dres (Ceres), Jool (Jupiter), and Eeloo (Pluto).", "links": {"website": ["https://www.kerbalspaceprogram.com/", "https://en.wikipedia.org/wiki/Kerbal_Space_Program"], "subreddit": ["KerbalSpaceProgram"]}, "path": {"58-62": [[9, 928], [9, 934], [19, 934], [19, 932], [21, 932], [21, 928]], "64-166, T:0-1": [[1493, 427], [1493, 415], [1495, 415], [1495, 397], [1496, 397], [1496, 394], [1497, 394], [1497, 393], [1498, 393], [1498, 392], [1500, 392], [1500, 391], [1507, 391], [1507, 392], [1509, 392], [1509, 393], [1510, 393], [1510, 394], [1511, 394], [1511, 397], [1512, 397], [1512, 427]]}, "center": {"58-62": [15, 931], "64-166, T:0-1": [1503, 410]}}, +{"id": 466, "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox role-playing game (RPG) developed by Hypixel Studios. Production began in 2015 by developers from Hypixel, a multiplayer server for the game Minecraft. They received funding and assistance from Riot Games, who later acquired the studio in 2020.\n\nThis is the second Hytale-related piece on r/place, consisting 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/HytaleIinfo 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/", "https://en.wikipedia.org/wiki/Hytale"], "subreddit": ["HytaleInfo"], "discord": ["WSjqdz3"]}, "path": {"65-166, T:0-1": [[1522, 113], [1522, 120], [1523, 120], [1523, 134], [1526, 137], [1528, 137], [1532, 140], [1532, 143], [1535, 143], [1541, 138], [1541, 121], [1543, 117], [1543, 115], [1541, 113]]}, "center": {"65-166, T:0-1": [1532, 123]}}, +{"id": 467, "name": "Timber Wolf", "description": "The Timber Wolf, also known as Mad Cat, is a mech from the BattleTech franchise. BattleTech originally started as a board game, and later spawned a spin-off video game series, MechWarrior.\n\nThis art is based on the .exe icon for MechWarrior 3 and the explosion background on the MechWarrior 2 box art.", "links": {"website": ["https://www.sarna.net/wiki/Timber_Wolf_(Mad_Cat)"], "subreddit": ["mechwarrior"]}, "path": {"71-164, T:0-1": [[1339, 522], [1339, 543], [1357, 543], [1357, 522]]}, "center": {"71-164, T:0-1": [1348, 533]}}, +{"id": 469, "name": "Modrinth", "description": "Modrinth is an open-source modding platform for the game Minecraft.", "links": {"website": ["https://modrinth.com"]}, "path": {"58-164, T:0-1": [[727, 636], [724, 639], [724, 644], [727, 647], [732, 647], [735, 644], [735, 639], [732, 636]]}, "center": {"58-164, T:0-1": [730, 642]}}, +{"id": 470, "name": "Gem Galaxies", "description": "Gem Galaxies is a game on the game platform Roblox inspired by the TV show Steven Universe. It is dedicated to role-playing. This symbol is the game's diamond insignia.", "links": {"website": ["https://www.roblox.com/games/273326777/Gem-Galaxies"]}, "path": {"118-119": [[1260, 870], [1257, 873], [1257, 874], [1255, 876], [1255, 877], [1257, 879], [1263, 879], [1265, 877], [1265, 876], [1263, 874], [1263, 873]], "120-165, T:0-1": [[1255, 891], [1252, 894], [1252, 895], [1250, 897], [1250, 898], [1252, 900], [1258, 900], [1260, 898], [1260, 897], [1258, 895], [1258, 894]]}, "center": {"118-119": [1260, 875], "120-165, T:0-1": [1255, 896]}}, +{"id": 471, "name": "Rocket League", "description": "Rocket League is a vehicular soccer video game developed and published by Psyonix. In the game, two teams of players are pitted against each other in a futuristic arena to duke it out in five-minute matches. The game is a sequel to Psyonix's previous game, Supersonic Acrobatic Rocket-Powered Battle-Cars (SARPBC).\n\nThis Rocket League logo was planned and led by the RL creator RyanGoldfish.", "links": {"website": ["https://www.rocketleague.com/", "https://en.wikipedia.org/wiki/Rocket_League"], "subreddit": ["RocketLeague"]}, "path": {"70-106": [[1358, 508], [1360, 506], [1363, 505], [1396, 505], [1406, 505], [1406, 507], [1413, 507], [1413, 510], [1414, 512], [1414, 526], [1412, 531], [1404, 547], [1390, 560], [1383, 560], [1368, 546], [1362, 534], [1358, 519]], "56-65": [[1494, 491], [1534, 491], [1534, 531], [1494, 531]], "107-164, T:0-1": [[1358, 508], [1360, 506], [1363, 505], [1396, 505], [1406, 505], [1406, 507], [1413, 507], [1413, 510], [1414, 512], [1414, 540], [1424, 540], [1424, 555], [1393, 555], [1393, 557], [1389, 560], [1384, 560], [1378, 556], [1369, 548], [1363, 537], [1359, 527], [1358, 520]]}, "center": {"70-106": [1386, 529], "56-65": [1514, 511], "107-164, T:0-1": [1389, 530]}}, {"id": "2e9af3", "name": "Gudako", "description": "Gudako is a main character from the manga series \"Learn with Manga! FGO\" The manga is a spinoff from the game Fate/Grand Order (FGO), and Gudako is the chibified version of the female main character in Fate/Grand Order, Ritsuka Fujimaru. Gudako was drawn by artist Riyo, and is a common meme in the FGO community.\n\nThis is the second drawing made by r/grandorder.", "links": {"website": ["https://typemoon.fandom.com/wiki/Gudako", "https://fate-go.us/manga_fgo/"], "subreddit": ["grandorder"], "discord": ["grandorder"]}, "path": {"65-165, T:0-1": [[1476, 379], [1474, 381], [1475, 382], [1475, 384], [1472, 387], [1470, 387], [1466, 385], [1457, 382], [1447, 382], [1437, 386], [1431, 386], [1425, 392], [1422, 399], [1422, 413], [1421, 414], [1422, 415], [1426, 415], [1426, 419], [1429, 419], [1429, 422], [1427, 424], [1427, 426], [1446, 426], [1447, 429], [1452, 429], [1453, 426], [1466, 426], [1467, 429], [1472, 429], [1473, 426], [1477, 426], [1479, 423], [1479, 415], [1481, 415], [1481, 402], [1479, 397], [1475, 391], [1480, 387], [1480, 385], [1478, 381]]}, "center": {"65-165, T:0-1": [1451, 404]}}, {"id": "0480d3", "name": "BB", "description": "BB is devilish kouhai and the main antagonist in the game Fate/Extra CCC, later appearing as a playable servant in the mobile game Fate/Grand Order. She is an Advanced AI who originated from the Advanced AI Sakura Matou. As a Moon Cancer, she increased her powers by encroaching in the supercomputer Mooncell. This art of BB is based on an April Fools' drawing by illustrator Riyo, known for their work on the \"Learning with Manga! FGO\" series. The drawing gained recognition and love from the fanbase.\n\nOn r/place, BB decided to be tame and befriend her surroundings, only fighting to keep her nose in place. This was the first art created by r/grandorder on the canvas.", "links": {"website": ["https://typemoon.fandom.com/wiki/BB"], "subreddit": ["grandorder"]}, "path": {"5-166, T:0-1": [[162, 804], [160, 802], [158, 802], [157, 801], [157, 800], [156, 799], [156, 798], [155, 797], [155, 793], [154, 792], [154, 783], [155, 782], [155, 779], [156, 778], [156, 777], [157, 776], [157, 775], [158, 774], [158, 773], [163, 768], [164, 768], [165, 767], [166, 767], [167, 766], [168, 766], [169, 765], [182, 765], [183, 766], [185, 766], [186, 767], [187, 767], [188, 768], [189, 768], [195, 774], [200, 774], [202, 776], [202, 777], [201, 778], [199, 779], [197, 781], [197, 784], [202, 789], [202, 795], [207, 798], [206, 800], [205, 804]]}, "center": {"5-166, T:0-1": [177, 785]}}, {"id": "a2fb96", "name": "Neco-Arc", "description": "Neco-Arc is a Neco Spirit appearing in the Tsukihime visual novel series. She is a pint-size cat girl parody of Arcueid Brunestud, acting as the mascot character of Type-Moon.", "links": {"website": ["https://typemoon.fandom.com/wiki/Neco-Arc"], "subreddit": ["necoarc", "place_CentralAlliance"]}, "path": {"57-84": [[1228, 502], [1228, 526], [1232, 529], [1235, 527], [1248, 527], [1248, 502]], "109-166, T:0-1": [[448, 1070], [448, 1104], [477, 1104], [477, 1070]]}, "center": {"57-84": [1238, 516], "109-166, T:0-1": [463, 1087]}}, @@ -798,7 +798,7 @@ {"id": "twrqws", "name": "Juan Alberto & Maria Isabel", "description": "A tribute to the relationship of the Spanish Twitch streamer IlloJuan (also known as Juan Alberto García and LMDShow) with Maria Isabel Rodríguez. Inspired by peepoJuan and peepoMasi Better Twitch TV emotes.", "links": {"subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[342, 1339], [375, 1339], [375, 1350], [342, 1350]]}, "center": {"109-165, T:0-1": [359, 1345]}}, {"id": "twrqvb", "name": "Alone Cord", "description": "Small Discord server of friends. Fought hard for the territory against r/belgium.", "links": {}, "path": {"109-166, T:0-1": [[1268, 1876], [1299, 1876], [1299, 1887], [1268, 1887]]}, "center": {"109-166, T:0-1": [1284, 1882]}}, {"id": "twrqti", "name": "Severance", "description": "The logo of Lumon Industries from the TV show Severance.", "links": {"subreddit": ["SeveranceAppleTVPlus"]}, "path": {"109-166, T:0-1": [[895, 1736], [926, 1736], [926, 1745], [895, 1745]]}, "center": {"109-166, T:0-1": [911, 1741]}}, -{"id": "twrqqt", "name": "Pokelawls", "description": "Pokelawls is a Twitch streamer. He is depicted smoking from a bong.\n\nThis art was created by Pokelawls and his community.", "links": {"website": ["https://www.twitch.tv/pokelawls"], "subreddit": ["pokelawls"]}, "path": {"110-123": [[1646, 1060], [1646, 1088], [1674, 1088], [1674, 1060]], "136-166, T:0-1": [[1645, 1074], [1693, 1074], [1693, 1121], [1645, 1121]]}, "center": {"110-123": [1660, 1074], "136-166, T:0-1": [1669, 1098]}}, +{"id": "twrqqt", "name": "Pokelawls", "description": "Pokelawls is a Twitch streamer. He is depicted smoking from a bong.\n\nThis art was created by Pokelawls and his community.", "links": {"website": ["https://www.twitch.tv/pokelawls"], "subreddit": ["pokelawls"]}, "path": {"139": [[1645, 1074], [1645, 1131], [1693, 1131], [1693, 1074]], "110-123": [[1646, 1060], [1646, 1088], [1674, 1088], [1674, 1060]], "136-138": [[1645, 1074], [1645, 1137], [1693, 1137], [1693, 1074]], "140-166, T:0-1": [[1645, 1074], [1693, 1074], [1693, 1121], [1645, 1121]]}, "center": {"139": [1669, 1103], "110-123": [1660, 1074], "136-138": [1669, 1106], "140-166, T:0-1": [1669, 1098]}}, {"id": "twrql4", "name": "TRIA.os", "description": "TRIA.os is a platforming game made in the game platform Roblox. Made in January 2021, the game is based on another Roblox game, Flood Escape 2, and has over a million plays.", "links": {"website": ["https://www.roblox.com/games/6311279644/TRIA-os-0-6-1"], "subreddit": ["place_CentralAlliance"], "discord": ["tria"]}, "path": {"17": [[626, 978], [623, 980], [631, 991], [632, 991], [635, 987], [635, 983], [633, 980], [630, 978]], "18-55": [[598, 960], [595, 962], [593, 965], [593, 969], [595, 972], [598, 974], [602, 974], [605, 972], [607, 968], [607, 965], [605, 962], [602, 960]], "151-166, 56-145, T:0-1": [[593, 948], [593, 974], [607, 974], [607, 964], [608, 964], [608, 960], [609, 960], [609, 954], [609, 952], [608, 952], [608, 951], [607, 951], [607, 948], [600, 948]]}, "center": {"17": [630, 983], "18-55": [600, 967], "151-166, 56-145, T:0-1": [601, 957]}}, {"id": "twrqhj", "name": "Dream", "description": "Dream (DreamWasTaken) is an American YouTuber and Twitch streamer who is known primarily for creating content of the game Minecraft. Dream gained substantial popularity in 2019 and 2020 from his videos based around the game Minecraft. He is known for his YouTube series Minecraft Manhunt and his speedruns of Minecraft. He is also part of the content creator group Dream Team, along with GeorgeNotFound and Sapnap. Content created in his Dream SMP Minecraft server has also attracted considerable attention. As of January 26, 2022, his seven YouTube channels have collectively reached over 39 million subscribers and over 2.9 billion total views. YouTube awarded Dream the Streamy Award for Gaming in 2020 and 2021.\n\nThis art of Dream was started and maintained by fans on (mostly) Twitter. It was helped by Dream himself later during a stream. It's an example of the support from his fandom even when he is offline. Despite being tampered with by \"antis\" of Dream, the art is still recognizable.", "links": {"website": ["https://www.youtube.com/c/dream", "https://en.wikipedia.org/wiki/Dream_(YouTuber)"], "subreddit": ["DreamWasTaken", "dreamsmp"]}, "path": {"112-165, T:0-1": [[136, 1014], [189, 1014], [189, 1084], [136, 1084]]}, "center": {"112-165, T:0-1": [163, 1049]}}, {"id": "twrq9w", "name": "Jelledot", "description": "Jelledot is a Twitch streamer.", "links": {"website": ["https://www.twitch.tv/jelledot"]}, "path": {"142-143": [[1953, 760], [1953, 769], [1962, 769], [1962, 760]], "144-167, T:0-1": [[1953, 744], [1953, 752], [1962, 752], [1962, 744]]}, "center": {"142-143": [1958, 765], "144-167, T:0-1": [1958, 748]}}, @@ -980,7 +980,7 @@ {"id": "twqxc9", "name": "Tails Gets Trolled", "description": "Tails Gets Trolled is a webcomic featuring the character Tails from the Sonic the Hedgehog games. This is the official logo of the webcomic, featuring the iconic Tails Gets Trolled face.", "links": {"website": ["http://www.tailsgetstrolled.org", "https://knowyourmeme.com/memes/subcultures/tails-gets-trolled"], "subreddit": ["TailsGetsTrolled"]}, "path": {"132-135": [[365, 1084], [365, 1086], [368, 1090], [368, 1092], [366, 1095], [366, 1099], [365, 1100], [365, 1102], [371, 1107], [377, 1107], [383, 1102], [383, 1093], [386, 1091], [384, 1088], [381, 1085], [378, 1085], [377, 1084], [375, 1084], [374, 1085], [370, 1085], [369, 1084]], "147-166, T:0-1": [[1808, 1612], [1808, 1639], [1825, 1639], [1825, 1612]]}, "center": {"132-135": [375, 1097], "147-166, T:0-1": [1817, 1626]}}, {"id": "twqxab", "name": "Coat of arms of Spain", "description": "Found on the Spanish flag, the Spanish coat of arms is composed of the four medieval kingdoms which formed Spain: Castilla (top-left), Leon (top-right), Aragon (bottom-left), and Navarra (bottom-right). The Spanish crown is on top of the coat of arms, while on either side are the Pillars of Hercules from Greek mythology.", "links": {"website": ["https://en.wikipedia.org/wiki/Coat_of_arms_of_Spain"], "subreddit": ["esPlace", "spain"]}, "path": {"98-166, T:0-1": [[1412, 279], [1409, 281], [1402, 282], [1400, 284], [1400, 287], [1399, 287], [1396, 290], [1396, 309], [1404, 309], [1406, 311], [1409, 312], [1415, 312], [1419, 310], [1420, 309], [1429, 309], [1429, 304], [1430, 304], [1430, 296], [1429, 296], [1429, 290], [1426, 287], [1424, 287], [1424, 284], [1422, 282], [1419, 281], [1414, 281]]}, "center": {"98-166, T:0-1": [1412, 296]}}, {"id": "twqx0n", "name": "Ironman Mode", "description": "These three helmets represent three \"Ironman\" game modes within RuneScape: Standard, Hardcore, and Ultimate. Ironman Mode is an account type that requires the player to be entirely self-sufficient. Ironmen are locked out of or restricted in most forms of interactions with other players such as trading, The Grand Exchange, PvP, most group minigames, and almost all other group activities.", "links": {"website": ["https://oldschool.runescape.wiki/w/Ironman_Mode"], "subreddit": ["ironscape", "2007scape"]}, "path": {"15-164, T:0-1": [[63, 50], [63, 34], [117, 34], [117, 50]]}, "center": {"15-164, T:0-1": [90, 42]}}, -{"id": "twqwya", "name": "Discord", "description": "Discord, The spirit of chaos and disharmony from the show My Little Pony: Friendship is Magic.\n\n After his initial appearance in the Season 2 premire \"The Return of Harmony\", Discord became cemented into the MLP fandom due to the charismatic and chaos-loving nature of both himself and his voice actor, John de Lancie. This connection is fitting as the Discord was inspired by John de Lancie's character Q from Star Trek: The Next Generation.\n\nThis art was created by a few Manechat Discord members as a part of a subtle attempt to expand the MLP fandom's influence on r/place, deciding to build in the Void to best reflect the Lord of Chaos' character.\nSoon after its creation, a small Fluttershy art was created nearby to highlight Discord's key friendship in the show.\n\nDiscord would remain here until the end of r/place, even getting recognized by the Void itself in the process.", "links": {"website": ["https://mlp.fandom.com/wiki/Discord"], "subreddit": ["mylittlepony"]}, "path": {"109-165, T:0-1": [[1079, 1524], [1080, 1525], [1081, 1523], [1080, 1520], [1082, 1517], [1081, 1516], [1077, 1519], [1076, 1516], [1074, 1516], [1075, 1522], [1072, 1523], [1073, 1526], [1071, 1527], [1076, 1534], [1072, 1544], [1079, 1544], [1080, 1539], [1082, 1544], [1085, 1545], [1085, 1541], [1092, 1542], [1090, 1538], [1084, 1536], [1090, 1526], [1085, 1522]]}, "center": {"109-165, T:0-1": [1080, 1531]}}, +{"id": "twqwya", "name": "Discord", "description": "Discord, the spirit of chaos and disharmony from My Little Pony: Friendship is Magic.\n\nAfter his initial appearance in the Season 2 premire \"The Return of Harmony\", Discord became cemented into the MLP fandom due to the charismatic and chaos-loving nature of both himself and his voice actor, John de Lancie. This connection is fitting as Discord was inspired by John de Lancie's character Q from Star Trek: The Next Generation.\n\nThis art was created by a few Manechat Discord members as a part of a subtle attempt to expand the MLP fandom's influence on r/place, deciding to build in the Void to best reflect the Lord of Chaos' character. Soon after its creation, a small Fluttershy art was created nearby to highlight Discord's key friendship in the show.\n\nDiscord would remain here until the end of r/place, even getting recognized by the Void itself in the process.", "links": {"website": ["https://mlp.fandom.com/wiki/Discord"], "subreddit": ["mylittlepony"]}, "path": {"109-165, T:0-1": [[1079, 1524], [1080, 1525], [1081, 1523], [1080, 1520], [1082, 1517], [1081, 1516], [1077, 1519], [1076, 1516], [1074, 1516], [1075, 1522], [1072, 1523], [1073, 1526], [1071, 1527], [1076, 1534], [1072, 1544], [1079, 1544], [1080, 1539], [1082, 1544], [1085, 1545], [1085, 1541], [1092, 1542], [1090, 1538], [1084, 1536], [1090, 1526], [1085, 1522]]}, "center": {"109-165, T:0-1": [1081, 1531]}}, {"id": "twqw5b", "name": "Vukky", "description": "Vukky is the persona of a human being also called Vukky. The character is often associated with his software development group, vukkit (a.k.a. LIT Devs), which uses the character as its mascot.", "links": {"website": ["https://sus.omg.lol"], "subreddit": ["vukkit", "vukkybox", "place_CentralAlliance"]}, "path": {"1-10": [[581, 887], [578, 890], [578, 891], [575, 891], [575, 893], [578, 896], [578, 901], [582, 901], [582, 904], [587, 904], [587, 901], [591, 901], [591, 896], [593, 894], [593, 892], [591, 892], [591, 890], [588, 887]], "11-27, 38-105": [[598, 866], [596, 868], [596, 872], [594, 870], [593, 871], [596, 874], [596, 879], [599, 879], [599, 882], [606, 882], [606, 879], [608, 879], [608, 868], [606, 866]], "136-162, T:0-1": [[593, 866], [590, 869], [590, 870], [593, 870], [596, 873], [603, 873], [606, 870], [606, 866]]}, "center": {"1-10": [584, 894], "11-27, 38-105": [602, 872], "136-162, T:0-1": [598, 870]}}, {"id": "twqvtx", "name": "UnsurpassableZ", "description": "Welcome to the flamboyance! UnsurpassableZ, real name Zach, is a YouTuber and YouTube livestreamer. He mainly does content of the game Stardew Valley, where he creates challenges with his friends and fellow creators.\n\nWith great coordination and help from surrounding allies, the UnsurpassableZ community managed to defend against a streamer five times his size on two different occasions.", "links": {"website": ["https://www.youtube.com/c/UnsurpassableZ", "https://youtube.fandom.com/wiki/UnsurpassableZ"], "subreddit": ["UnsurpassableZ"]}, "path": {"56-103": [[1523, 803], [1523, 830], [1600, 830], [1600, 818], [1595, 818], [1592, 821], [1579, 821], [1579, 783], [1552, 783], [1552, 803]], "110-166, T:0-1": [[1523, 803], [1523, 830], [1600, 830], [1600, 818], [1579, 818], [1579, 783], [1552, 783], [1552, 798], [1541, 798], [1541, 803]]}, "center": {"56-103": [1563, 814], "110-166, T:0-1": [1561, 813]}}, {"id": "twqvn5", "name": "Phtanum B", "description": "An attempt at creating a tribute to the Phtanum B project, created by Stevemobcannon.", "links": {}, "path": {"109-166, T:0-1": [[1830, 1280], [1829, 1280], [1832, 1280], [1834, 1282], [1832, 1284], [1829, 1284], [1829, 1280]]}, "center": {"109-166, T:0-1": [1831, 1282]}}, @@ -992,7 +992,7 @@ {"id": "twqsgq", "name": "Celeste", "description": "Celeste is a 2D platforming game created by Maddy Thorson. This art features a background in the colors of the transgender pride flag, as both the writer and main character of the game are trans.", "links": {"website": ["http://www.celestegame.com/", "https://en.wikipedia.org/wiki/Celeste_(video_game)"], "subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"66-77": [[965, 853], [965, 886], [1011, 886], [1011, 880], [1123, 880], [1123, 874], [1118, 869], [1062, 869], [1057, 864], [1055, 858], [1055, 853]], "55-65": [[965, 853], [965, 886], [1247, 886], [1250, 881], [1250, 880], [1244, 880], [1237, 876], [1237, 869], [1214, 869], [1214, 881], [1200, 881], [1200, 869], [1043, 869], [1043, 853]], "44-54": [[965, 853], [965, 886], [1000, 886], [1000, 853]], "1-43": [[965, 858], [965, 886], [1000, 886], [1000, 858]], "78-165, T:0-1": [[965, 853], [965, 886], [1085, 886], [1085, 880], [1130, 880], [1130, 869], [1062, 870], [1060, 867], [1059, 864], [1057, 862], [1056, 861], [1056, 858], [1056, 853]]}, "center": {"66-77": [982, 870], "55-65": [1015, 870], "44-54": [983, 870], "1-43": [983, 872], "78-165, T:0-1": [1015, 870]}}, {"id": "twqs9s", "name": "Cock and ball torture", "description": "Cock and ball torture (CBT) is a form of BDSM that involves torturing the penis and testicles for sexual pleasure.\n\nAfter many restless nights, we can finally enjoy CBT in peace. Thanks to everyone who helped us along the way! SJJJJFLG <3", "links": {"website": ["https://en.wikipedia.org/wiki/Cock_and_ball_torture", "https://www.youtube.com/watch?v=3847Xkzovt4"], "subreddit": ["CBT"]}, "path": {"12-52": [[760, 684], [760, 692], [774, 692], [774, 684]], "3-11": [[760, 682], [760, 690], [774, 690], [774, 682]], "53-76, 83-125": [[759, 684], [759, 688], [766, 695], [769, 695], [776, 688], [776, 684]], "130-165, T:0-1": [[755, 684], [755, 685], [758, 687], [767, 696], [768, 696], [776, 688], [776, 684]]}, "center": {"12-52": [767, 688], "3-11": [767, 686], "53-76, 83-125": [768, 689], "130-165, T:0-1": [768, 689]}}, {"id": "twqs8f", "name": "Orange portal", "description": "This orange portal is a reference to Portal, a game series where players use a \"portal gun\" to manipulate portals and solve puzzles. It was build by the Germans and the Portal community to connect the split German flags after the first canvas expansion and avoid destroying the artworks in between. A dachshund was later drawn traveling through the portal.", "links": {"website": ["https://www.thinkwithportals.com/", "https://en.wikipedia.org/wiki/Portal_(video_game)"], "subreddit": ["Portal", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"65-166, T:0-1": [[762, 829], [756, 835], [756, 837], [757, 837], [759, 834], [760, 834], [763, 837], [763, 840], [765, 843], [765, 854], [764, 855], [764, 859], [763, 860], [763, 862], [760, 864], [759, 865], [759, 866], [766, 866], [766, 864], [768, 862], [768, 860], [770, 858], [771, 853], [771, 845], [770, 844], [770, 840], [768, 838], [768, 834], [766, 832], [766, 831], [764, 829]]}, "center": {"65-166, T:0-1": [763, 833]}}, -{"id": "twqrbr", "name": "Derpy Hooves", "description": "Derpy is a background character from the TV series My Little Pony: Friendship is Magic. Derpy was first noticed by fans in 2010 for her cross-eyed look in the pilot episode of the show, and became a fan favorite ever since.\n\nThis Derpy art was not constructed by the r/MyLittlePony subreddit nor the Manechat Discord server, instead being created by the Russian streamer Bratishkinoff during the last day of r/place. While this was initially caused panic from the MLP fandom as they feared a last minute raid from Twitch streamer Mizkif, Bratishkinoff helped to distract Mizkif up until the last moments of r/place, ensuring that the fandom's artworks were part of r/place history.", "links": {"website": ["https://mlp.fandom.com/wiki/Derpy", "https://www.twitch.tv/bratishkinoff"]}, "path": {"109-166, T:0-1": [[907, 1701], [899, 1689], [897, 1684], [898, 1678], [901, 1677], [903, 1677], [903, 1674], [904, 1673], [904, 1672], [903, 1672], [893, 1664], [895, 1661], [898, 1659], [902, 1661], [903, 1660], [903, 1658], [899, 1655], [898, 1654], [893, 1649], [893, 1646], [894, 1644], [901, 1646], [902, 1647], [904, 1643], [907, 1636], [904, 1636], [899, 1641], [900, 1636], [905, 1629], [906, 1628], [904, 1626], [911, 1623], [915, 1622], [930, 1621], [939, 1625], [942, 1621], [944, 1621], [951, 1631], [952, 1641], [950, 1654], [953, 1654], [959, 1648], [968, 1646], [972, 1646], [976, 1647], [978, 1649], [978, 1652], [976, 1654], [971, 1658], [966, 1656], [956, 1656], [954, 1658], [956, 1660], [960, 1661], [964, 1663], [964, 1670], [967, 1672], [965, 1674], [964, 1678], [962, 1682], [957, 1681], [954, 1684], [953, 1686], [954, 1694], [955, 1696], [954, 1698], [953, 1703], [951, 1708], [951, 1713], [951, 1717], [948, 1722], [945, 1723], [936, 1724], [930, 1721], [924, 1717], [923, 1703], [928, 1695], [928, 1692], [922, 1693], [918, 1694], [918, 1697], [914, 1702], [911, 1702]]}, "center": {"109-166, T:0-1": [931, 1668]}}, +{"id": "twqrbr", "name": "Derpy Hooves", "description": "Derpy is a background character from the TV series My Little Pony: Friendship is Magic. Derpy was first noticed by fans in 2010 for her cross-eyed look in the pilot episode of the show, and became a fan favorite ever since.\n\nThis Derpy art was not constructed by r/mylittlepony or the Manechat Discord server, instead being created by the Russian streamer Bratishkinoff during the last day of r/place. While this was initially caused panic from the MLP fandom as they feared a last minute raid from Twitch streamer Mizkif, Bratishkinoff helped to distract Mizkif up until the last moments of r/place, ensuring that the fandom's artworks were part of r/place history.", "links": {"website": ["https://mlp.fandom.com/wiki/Derpy", "https://www.twitch.tv/bratishkinoff"]}, "path": {"109-166, T:0-1": [[907, 1701], [899, 1689], [897, 1684], [898, 1678], [901, 1677], [903, 1677], [903, 1674], [904, 1673], [904, 1672], [903, 1672], [893, 1664], [895, 1661], [898, 1659], [902, 1661], [903, 1660], [903, 1658], [899, 1655], [898, 1654], [893, 1649], [893, 1646], [894, 1644], [901, 1646], [902, 1647], [904, 1643], [907, 1636], [904, 1636], [899, 1641], [900, 1636], [905, 1629], [906, 1628], [904, 1626], [911, 1623], [915, 1622], [930, 1621], [939, 1625], [942, 1621], [944, 1621], [951, 1631], [952, 1641], [950, 1654], [953, 1654], [959, 1648], [968, 1646], [972, 1646], [976, 1647], [978, 1649], [978, 1652], [976, 1654], [971, 1658], [966, 1656], [956, 1656], [954, 1658], [956, 1660], [960, 1661], [964, 1663], [964, 1670], [967, 1672], [965, 1674], [964, 1678], [962, 1682], [957, 1681], [954, 1684], [953, 1686], [954, 1694], [955, 1696], [954, 1698], [953, 1703], [951, 1708], [951, 1713], [951, 1717], [948, 1722], [945, 1723], [936, 1724], [930, 1721], [924, 1717], [923, 1703], [928, 1695], [928, 1692], [922, 1693], [918, 1694], [918, 1697], [914, 1702], [911, 1702]]}, "center": {"109-166, T:0-1": [929, 1667]}}, {"id": "twqr4q", "name": "OMORI", "description": "OMORI is a psychological horror indie role-playing game made by OMOCAT and released on Steam on December 25, 2020 after six years of development. In the Earthound-inspired game, the main character and his colorful group of friends venture through a dream-like world. This area is a tribute to WHITE SPACE, a location in the game, commonly known as \"A place to survive, but not to live\". The characters MEWO, OMORI, SOMETHING, HERO, MARI, KEL, AUBREY, HUMPHREY, and OMOLI are seen here.\n\nThe stance on r/omori through place was to be as friendly as possible, so some of WHITE SPACE was lended to good allies, such as WCUE, r/PictureGame, and Lisa: The Painful.", "links": {"website": ["https://www.omori-game.com/", "https://store.steampowered.com/app/1150690/OMORI/", "https://en.wikipedia.org/wiki/Omori_(video_game)", "https://omori.fandom.com/wiki/WHITE_SPACE"], "subreddit": ["OMORI"], "discord": ["ypSr9JG2ht"]}, "path": {"60-64": [[909, 853], [909, 810], [920, 810], [920, 796], [923, 792], [925, 792], [932, 799], [952, 799], [959, 792], [961, 792], [964, 795], [964, 801], [976, 801], [977, 802], [1123, 802], [1123, 830], [1043, 830], [1043, 853]], "56-59": [[909, 853], [909, 810], [920, 810], [920, 796], [923, 792], [925, 792], [932, 799], [952, 799], [959, 792], [961, 792], [964, 795], [964, 801], [997, 801], [998, 802], [1126, 802], [1126, 830], [1005, 830], [1005, 853]], "65-76": [[909, 853], [909, 810], [920, 810], [920, 796], [923, 792], [925, 792], [932, 799], [952, 799], [959, 792], [961, 792], [964, 796], [964, 802], [1123, 802], [1123, 821], [1114, 830], [1068, 830], [1066, 827], [1064, 827], [1061, 829], [1059, 833], [1057, 840], [1057, 853]], "2-55": [[908, 853], [908, 818], [922, 818], [922, 794], [924, 792], [926, 792], [934, 799], [952, 799], [959, 792], [962, 792], [964, 794], [964, 801], [1000, 801], [1000, 853]], "77-165, T:0-1": [[909, 800], [920, 800], [920, 795], [923, 792], [924, 792], [926, 794], [927, 794], [931, 798], [932, 799], [951, 799], [952, 799], [958, 793], [960, 793], [960, 794], [961, 795], [961, 801], [963, 802], [1123, 802], [1123, 830], [1065, 830], [1060, 830], [1057, 837], [1056, 850], [1055, 853], [909, 853], [909, 826], [908, 825], [909, 824]]}, "center": {"60-64": [954, 826], "56-59": [954, 826], "65-76": [952, 826], "2-55": [954, 826], "77-165, T:0-1": [1042, 814]}}, {"id": "twqoqx", "name": "Girls' Frontline", "description": "You play as a freshly hired Commander sent to a peaceful sector of 09, except it isn't peaceful and you have diet Skynet fighting you.", "links": {"website": ["http://gf.sunborngame.com/"], "subreddit": ["girlsfrontline"]}, "path": {"109-166, T:0-1": [[1576, 1712], [1576, 1740], [1582, 1740], [1582, 1741], [1584, 1741], [1585, 1741], [1585, 1742], [1586, 1742], [1586, 1743], [1587, 1744], [1588, 1744], [1588, 1746], [1589, 1746], [1589, 1752], [1588, 1753], [1588, 1754], [1588, 1755], [1587, 1756], [1587, 1757], [1587, 1758], [1587, 1759], [1588, 1759], [1588, 1760], [1611, 1760], [1611, 1759], [1611, 1758], [1612, 1758], [1613, 1757], [1614, 1756], [1615, 1755], [1616, 1754], [1616, 1753], [1617, 1753], [1617, 1752], [1618, 1752], [1618, 1751], [1619, 1751], [1619, 1750], [1620, 1750], [1620, 1749], [1621, 1749], [1621, 1748], [1622, 1748], [1622, 1747], [1623, 1747], [1624, 1747], [1624, 1712]]}, "center": {"109-166, T:0-1": [1601, 1733]}}, {"id": "twqobc", "name": "OTT", "description": "OTT is a multiband compressor plugin developed by Xfer. It's a very popular audio effect used by music producers and has become an inside joke due to its widespread usage. This art piece was made by electronic music producer Eliminate and his Twitch viewers.", "links": {"website": ["https://www.twitch.tv/eliminatehq"], "subreddit": ["EliminateHQ"]}, "path": {"109-166, T:0-1": [[1395, 1612], [1395, 1636], [1413, 1636], [1413, 1612]]}, "center": {"109-166, T:0-1": [1404, 1624]}}, @@ -1108,7 +1108,7 @@ {"id": "twq3sg", "name": "Fox", "description": "A small fox built by members of Samifying's Discord Server.", "links": {"discord": ["samifying"]}, "path": {"109-166, T:0-1": [[1606, 1523], [1608, 1523], [1608, 1524], [1609, 1524], [1609, 1525], [1610, 1525], [1610, 1526], [1612, 1526], [1612, 1525], [1613, 1525], [1613, 1524], [1614, 1524], [1614, 1523], [1616, 1523], [1616, 1530], [1617, 1530], [1617, 1532], [1618, 1532], [1618, 1534], [1616, 1534], [1616, 1535], [1613, 1535], [1613, 1537], [1614, 1536], [1615, 1535], [1618, 1535], [1618, 1536], [1617, 1536], [1617, 1537], [1616, 1537], [1616, 1538], [1615, 1538], [1615, 1539], [1608, 1539], [1608, 1538], [1609, 1538], [1609, 1535], [1606, 1535], [1606, 1534], [1604, 1534], [1604, 1532], [1605, 1532], [1605, 1530], [1606, 1530]]}, "center": {"109-166, T:0-1": [1611, 1531]}}, {"id": "twq3fd", "name": "Etoiles' Emote", "description": "Emote twitch from the French streamer Etoiles", "links": {"website": ["https://www.twitch.tv/etoiles?lang=fr"]}, "path": {"109-164, T:0-1": [[250, 1554], [251, 1554], [251, 1552], [267, 1552], [267, 1553], [272, 1553], [277, 1553], [277, 1598], [250, 1598]]}, "center": {"109-164, T:0-1": [263, 1575]}}, {"id": "twq3c8", "name": "Bulgarian alphabet", "description": "The first three letters of the Bulgarian alphabet: AБВ.", "links": {"website": ["https://en.wikipedia.org/wiki/Bulgarian_alphabet"], "subreddit": ["bulgaria"]}, "path": {"54-66": [[534, 377], [532, 379], [529, 389], [529, 390], [664, 390], [664, 378], [642, 378], [640, 376], [633, 376], [632, 377]], "157-166, 67-154, T:0-1": [[533, 377], [531, 379], [528, 389], [528, 390], [559, 390], [561, 388], [561, 385], [560, 384], [560, 379], [558, 377]]}, "center": {"54-66": [635, 383], "157-166, 67-154, T:0-1": [545, 384]}}, -{"id": "001914", "name": "World War I memorial", "description": "In collaboration with r/placeDE, the Belgian Place crew created this memorial at located at the intersection of the Belgian and German flags. The piece memorializes the victims of the German occupation of Belgium during World War I from 1914 to 1918.", "links": {"website": ["https://en.wikipedia.org/wiki/German_occupation_of_Belgium_during_World_War_I"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"113-165, T:0-1": [[1289, 1127], [1289, 1136], [1308, 1136], [1308, 1139], [1305, 1139], [1298, 1143], [1295, 1147], [1295, 1150], [1294, 1151], [1294, 1154], [1288, 1154], [1285, 1157], [1285, 1162], [1283, 1164], [1283, 1172], [1302, 1179], [1320, 1179], [1334, 1172], [1334, 1170], [1330, 1170], [1330, 1159], [1328, 1157], [1323, 1157], [1323, 1151], [1322, 1150], [1322, 1147], [1320, 1144], [1317, 1141], [1312, 1139], [1308, 1139], [1308, 1136], [1327, 1136], [1327, 1127]]}, "center": {"113-165, T:0-1": [1308, 1163]}}, +{"id": 1914, "name": "World War I memorial", "description": "In collaboration with r/placeDE, the Belgian Place crew created this memorial at located at the intersection of the Belgian and German flags. The piece memorializes the victims of the German occupation of Belgium during World War I from 1914 to 1918.", "links": {"website": ["https://en.wikipedia.org/wiki/German_occupation_of_Belgium_during_World_War_I"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"113-165, T:0-1": [[1289, 1127], [1289, 1136], [1308, 1136], [1308, 1139], [1305, 1139], [1298, 1143], [1295, 1147], [1295, 1150], [1294, 1151], [1294, 1154], [1288, 1154], [1285, 1157], [1285, 1162], [1283, 1164], [1283, 1172], [1302, 1179], [1320, 1179], [1334, 1172], [1334, 1170], [1330, 1170], [1330, 1159], [1328, 1157], [1323, 1157], [1323, 1151], [1322, 1150], [1322, 1147], [1320, 1144], [1317, 1141], [1312, 1139], [1308, 1139], [1308, 1136], [1327, 1136], [1327, 1127]]}, "center": {"113-165, T:0-1": [1308, 1163]}}, {"id": "twq34c", "name": "Azulejos", "description": "Azulejo is a style of mostly blue tiling used in Portugal and Spain.\n\nThese tiles contain three Portuguese items: Galo de Barcelos, a pastel de nata, and Delta Cafés. There used to be a man-of-war ship before it was replaced with Delta Cafés.", "links": {"website": ["https://en.wikipedia.org/wiki/Azulejo"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"40-51": [[865, 371], [865, 409], [903, 409], [903, 440], [899, 440], [899, 449], [912, 449], [912, 421], [964, 421], [964, 415], [994, 415], [994, 423], [1000, 423], [1000, 339], [952, 339], [952, 367], [960, 367], [960, 419], [922, 419], [922, 371]], "52-62": [[865, 371], [865, 409], [903, 409], [903, 440], [865, 440], [865, 449], [912, 449], [912, 421], [961, 421], [961, 419], [960, 360], [952, 360], [952, 367], [960, 367], [961, 419], [922, 419], [922, 371]], "63-164, T:0-1": [[865, 371], [865, 411], [922, 411], [922, 371]]}, "center": {"40-51": [980, 361], "52-62": [884, 390], "63-164, T:0-1": [894, 391]}}, {"id": "twq32o", "name": "Detour road signs", "description": "A detour sign in Flemish (\"Omleiding\") and French (\"Déviation\"). Confusing and contradicting Déviation signs are a staple of the Belgian driving experience.", "links": {"website": ["https://slimme-teksten.nl/wp-content/uploads/2019/10/OmleidingOmleiding.jpg"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"138-157, 158-165, T:0-1": [[1290, 1210], [1288, 1212], [1288, 1220], [1290, 1222], [1290, 1223], [1286, 1227], [1286, 1229], [1291, 1234], [1304, 1234], [1304, 1237], [1311, 1237], [1311, 1234], [1326, 1234], [1328, 1232], [1328, 1218], [1329, 1217], [1329, 1215], [1324, 1209], [1310, 1209], [1312, 1207], [1312, 1206], [1310, 1204], [1310, 1202], [1311, 1201], [1311, 1197], [1303, 1197], [1303, 1201], [1306, 1204], [1302, 1204], [1302, 1207], [1304, 1209], [1300, 1209], [1300, 1210]]}, "center": {"138-157, 158-165, T:0-1": [1306, 1222]}}, {"id": "twq2zm", "name": "Nichijou", "description": "Popular slice-of-life manga/anime created by Arawi Keiichi and animated by Kyoto Animation in 2011. Depicted from left to right are three of the six main characters: Aioi Yukko, Mio Naganohara, and Mai Minakami", "links": {"subreddit": ["Nichijou"]}, "path": {"109-165, T:0-1": [[1387, 1244], [1387, 1260], [1438, 1260], [1438, 1244]]}, "center": {"109-165, T:0-1": [1413, 1252]}}, @@ -1193,7 +1193,7 @@ {"id": "twpp2z", "name": "Urotsuki", "description": "Urotsuki is the protagonist of Yume 2kki, a collaborative Yume Nikki fan-sequel that was the first recognized fangame and is by far the most expansive one.", "links": {"website": ["https://yume2kki.fandom.com/wiki/Urotsuki"], "subreddit": ["yumenikki"]}, "path": {"65-166, T:0-1": [[1231, 117], [1228, 117], [1228, 115], [1229, 115], [1229, 114], [1230, 114], [1230, 112], [1231, 112], [1231, 110], [1232, 110], [1232, 109], [1233, 109], [1233, 108], [1235, 108], [1235, 107], [1240, 107], [1240, 108], [1242, 108], [1242, 109], [1243, 109], [1243, 110], [1244, 110], [1244, 112], [1245, 112], [1245, 114], [1246, 114], [1246, 115], [1247, 115], [1247, 117], [1244, 117], [1244, 122], [1242, 122], [1242, 123], [1243, 123], [1243, 125], [1244, 125], [1244, 127], [1245, 127], [1245, 130], [1244, 130], [1244, 133], [1243, 133], [1243, 134], [1239, 134], [1239, 133], [1238, 133], [1238, 131], [1237, 131], [1237, 133], [1236, 133], [1236, 134], [1232, 134], [1232, 133], [1231, 133], [1231, 130], [1230, 130], [1230, 127], [1231, 127], [1231, 125], [1232, 125], [1232, 123], [1233, 123], [1233, 122], [1231, 122]]}, "center": {"65-166, T:0-1": [1237, 114]}}, {"id": "twpp0q", "name": "VTuber taskbar buttons", "description": "An area carved up by a coalition of different virtual YouTuber communities in collaboration with r/placestart. From left to right: r/Hololive, r/Nijisanji, r/VShojo.", "links": {"subreddit": ["Hololive", "Nijisanji", "VShojo", "VirtualYoutubers", "placestart"], "discord": ["holofans"]}, "path": {"109-166, T:0-1": [[1028, 1974], [1108, 1974], [1108, 1996], [1028, 1996]]}, "center": {"109-166, T:0-1": [1068, 1985]}}, {"id": "twpovl", "name": "twitch streamer kingkontent", "description": "a dutch streamer who wanted to leave his mark on r/place nand he survived altho his site got Ddossed by toxic guys from a RPG server", "links": {"website": ["https://www.twitch.tv/kingkontent"]}, "path": {"109-166, T:0-1": [[379, 1918], [379, 1943], [413, 1943], [412, 1918]]}, "center": {"109-166, T:0-1": [396, 1931]}}, -{"id": "twposp", "name": "One-One", "description": "One-One is a robotic companion of protagonist Tulip in Cartoon Network's TV series Infinity Train. Next to him is the show's logo.", "links": {"website": ["https://infinity-train.fandom.com/wiki/One-One"], "subreddit": ["InfinityTrain", "place_CentralAlliance"]}, "path": {"18-166, T:0-1": [[482, 905], [479, 908], [479, 912], [482, 915], [486, 915], [489, 912], [489, 908], [486, 905]]}, "center": {"18-166, T:0-1": [484, 910]}}, +{"id": "twposp", "name": "One-One", "description": "One-One is a robotic companion of protagonist Tulip in the Cartoon Network and Max Original TV series, Infinity Train. To the right is the show's logo.", "links": {"website": ["https://infinity-train.fandom.com/wiki/One-One"], "subreddit": ["InfinityTrain", "place_CentralAlliance"]}, "path": {"18-166, T:0-1": [[482, 905], [479, 908], [479, 912], [482, 915], [486, 915], [489, 912], [489, 908], [486, 905], [484, 905]]}, "center": {"18-166, T:0-1": [484, 910]}}, {"id": "twpooo", "name": "Robocraft 2015", "description": "Robocraft 2015 (RC15) is a fan-made revival of the 2015 version of the game Robocraft, which was widely regarded as the best version by the community.\n\nRobocraft is an online vehicular combat game developed and published by Freejam Games. The game allows players to build various functional vehicles with basic block-based parts, such as cubes and wheels, along with weapons for combat against other players.", "links": {"website": ["https://robocraftgame.com/"], "subreddit": ["RC15", "Robocraft"], "discord": ["rc15"]}, "path": {"104-158": [[1904, 239], [1904, 269], [1940, 269], [1940, 239]], "56-95": [[1868, 243], [1868, 273], [1902, 273], [1902, 243]], "159-167, T:0-1": [[1905, 240], [1936, 240], [1935, 241], [1935, 242], [1936, 243], [1937, 244], [1938, 246], [1938, 264], [1937, 264], [1936, 264], [1936, 268], [1905, 268]]}, "center": {"104-158": [1922, 254], "56-95": [1885, 258], "159-167, T:0-1": [1922, 254]}}, {"id": "twpoob", "name": "Nottingham Forest FC", "description": "Nottingham's world famous football club, Two time champions of Europe and the biggest club in the East Midlands.", "links": {"subreddit": ["NFFC"]}, "path": {"109-166, T:0-1": [[766, 1940], [785, 1940], [785, 1947], [766, 1947]]}, "center": {"109-166, T:0-1": [776, 1944]}}, {"id": "twpolw", "name": "Spanish omelette", "description": "A Spanish tortilla or Spanish omelette (Spanish: tortilla de patatas) is a traditional dish from Spain. Celebrated as a national dish by Spaniards, it is an essential part of the Spanish cuisine. It is a pan-cooked omelette made with eggs and potatoes, optionally including onion.", "links": {"website": ["https://www.renfe-sncf.com/rw-en/blog/did-you-know/tortilla-patatas", "https://en.wikipedia.org/wiki/Spanish_omelette"], "subreddit": ["esPlace", "spain"]}, "path": {"68-165, T:0-1": [[1061, 286], [1071, 286], [1072, 287], [1074, 287], [1074, 288], [1075, 288], [1076, 289], [1077, 289], [1078, 290], [1078, 291], [1078, 292], [1079, 293], [1079, 294], [1079, 295], [1079, 296], [1079, 297], [1078, 298], [1077, 298], [1076, 298], [1075, 298], [1075, 297], [1074, 297], [1073, 297], [1073, 298], [1072, 298], [1072, 299], [1072, 300], [1073, 301], [1073, 302], [1072, 303], [1071, 303], [1070, 303], [1070, 304], [1063, 304], [1063, 303], [1059, 303], [1058, 302], [1057, 301], [1056, 301], [1055, 300], [1055, 299], [1054, 298], [1054, 293], [1055, 292], [1055, 290], [1056, 289], [1057, 289], [1058, 288], [1059, 287], [1060, 287]]}, "center": {"68-165, T:0-1": [1064, 295]}}, @@ -1297,9 +1297,9 @@ {"id": "twrwzg", "name": "IlloJuan", "description": "IlloJuan, also known as LMDShow or Juan Alberto, is a Spanish Twitch streamer born in Fuengirola, Andalusia, Spain. He is in a relationship with fellow streamer Masi Rodríguez. He is nicknamed \"Presidente\", commander general of the anti-baguette troops. ¡Alo presidentes!", "links": {"website": ["https://www.twitch.tv/illojuan"], "subreddit": ["LMDShow"]}, "path": {"109-165, T:0-1": [[1402, 999], [1402, 1042], [1432, 1042], [1435, 1041], [1436, 1042], [1450, 1042], [1450, 999]]}, "center": {"109-165, T:0-1": [1426, 1021]}}, {"id": "twrwwo", "name": "Yale University", "description": "Yale University's Y logo. Thanks to sleep-deprived Yalies and allies from neighboring colleges, The logo was always restored despite numerous annexation attempts.", "links": {"website": ["https://yale.edu"], "subreddit": ["yale"]}, "path": {"109-164, T:0-1": [[339, 1623], [339, 1634], [351, 1634], [351, 1623]]}, "center": {"109-164, T:0-1": [345, 1629]}}, {"id": "twrwk5", "name": "Avengers", "description": "The Avengers logo, from Marvel", "links": {"subreddit": ["Marvel_place"]}, "path": {"109-166, T:0-1": [[955, 1721], [975, 1721], [975, 1720], [975, 1719], [977, 1719], [977, 1718], [979, 1718], [979, 1717], [980, 1717], [980, 1716], [981, 1716], [981, 1714], [982, 1714], [982, 1701], [981, 1701], [981, 1699], [980, 1699], [980, 1698], [979, 1698], [979, 1697], [978, 1697], [978, 1695], [977, 1695], [977, 1694], [975, 1694], [975, 1688], [972, 1688], [972, 1689], [971, 1689], [971, 1690], [970, 1690], [970, 1691], [970, 1692], [966, 1692], [966, 1693], [963, 1693], [963, 1694], [961, 1694], [961, 1695], [959, 1695], [959, 1696], [958, 1696], [958, 1697], [957, 1697], [957, 1698], [956, 1698], [956, 1700], [955, 1700]]}, "center": {"109-166, T:0-1": [968, 1707]}}, -{"id": "twrwce", "name": "British Rail", "description": "The double arrows logo of British Rail, The United Kingdom's rail operator between 1965 and 1997, and subsequently Network Rail, its successor, up to the present day. Also features a Network Southeast stripe.", "links": {"website": ["https://en.wikipedia.org/wiki/British_Rail"]}, "path": {"109-166, T:0-1": [[476, 1512], [467, 1512], [467, 1524], [476, 1524]]}, "center": {"109-166, T:0-1": [472, 1518]}}, +{"id": "twrwce", "name": "British Rail", "description": "The double arrows logo of British Rail, The United Kingdom's rail operator between 1948 and 1997, and subsequently Network Rail, its successor, up to the present day. Also features a Network Southeast stripe.", "links": {"website": ["https://en.wikipedia.org/wiki/British_Rail"]}, "path": {"109-166, T:0-1": [[476, 1512], [467, 1512], [467, 1524], [476, 1524]]}, "center": {"109-166, T:0-1": [472, 1518]}}, {"id": "twrw6f", "name": "Weebkatten", "description": "The cat, simply known as skateboarding cat, weebcat, or weebkatten, is the mascot of a private Swedish Discord server Weebklubben, a weeb club from the Swedish high school NTI Gymnasiet Stockholm.\n\nThis niche art was one of the first after the canvas expanded and managed to have an alliance and protection agreement with all its neighbors, with almost nobody actually knowing who they were!", "links": {"subreddit": ["weebklubben"]}, "path": {"56-123": [[1480, 108], [1475, 113], [1475, 123], [1474, 124], [1474, 125], [1476, 127], [1476, 128], [1478, 130], [1480, 128], [1485, 128], [1487, 130], [1489, 128], [1489, 127], [1491, 125], [1491, 124], [1490, 123], [1490, 115], [1489, 114], [1489, 111], [1487, 109], [1486, 110], [1482, 110]], "126-166, T:0-1": [[1480, 113], [1476, 118], [1476, 120], [1478, 122], [1476, 124], [1476, 128], [1475, 129], [1475, 130], [1477, 132], [1477, 133], [1479, 135], [1481, 133], [1486, 133], [1488, 135], [1492, 131], [1492, 129], [1491, 128], [1491, 120], [1490, 119], [1490, 115], [1488, 113], [1486, 115], [1484, 115], [1482, 113]]}, "center": {"56-123": [1483, 119], "126-166, T:0-1": [1484, 126]}}, -{"id": "twrw0l", "name": "Basic Law for the Federal Republic of Germany", "description": "The Basic Law for the Federal Republic of Germany (German: Grundgesetz für die Bundesrepublik Deutschland) is the constitution of the Federal Republic of Germany. The West German Constitution was approved in Bonn on May 8, 1949 and came into effect on May 23 after having been approved by the occupying western Allies of World War II on May 12.", "links": {"website": ["https://en.wikipedia.org/wiki/Basic_Law_for_the_Federal_Republic_of_Germany"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"T:0-1": [[1681, 1128], [1681, 1165], [1704, 1165], [1704, 1128]], "148-165": [[1669, 1127], [1669, 1164], [1692, 1164], [1692, 1127]]}, "center": {"T:0-1": [1693, 1147], "148-165": [1681, 1146]}}, +{"id": "twrw0l", "name": "Basic Law for the Federal Republic of Germany", "description": "The Basic Law for the Federal Republic of Germany (German: Grundgesetz für die Bundesrepublik Deutschland) is the constitution of the Federal Republic of Germany. The West German Constitution was approved in Bonn, Germany on May 8, 1949 and came into effect on May 23 after having been approved by the occupying western Allies of World War II on May 12. Its first article reads \"Human dignity shall be inviolable. To respect and protect it shall be the duty of all state authority.\"", "links": {"website": ["https://en.wikipedia.org/wiki/Basic_Law_for_the_Federal_Republic_of_Germany"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"T:0-1": [[1681, 1128], [1681, 1165], [1704, 1165], [1704, 1128]], "148-165": [[1669, 1127], [1669, 1164], [1692, 1164], [1692, 1127]]}, "center": {"T:0-1": [1693, 1147], "148-165": [1681, 1146]}}, {"id": "twrvuv", "name": "Michael Schumacher's helmet", "description": "A helmet based on the helmet design of the great German Formula 1 driver Michael Schumacher, who is only one of two drivers to win seven World Drivers' Championship titles.", "links": {"website": ["https://en.wikipedia.org/wiki/Michael_Schumacher"], "subreddit": ["placeDE", "de", "germany", "formula1"], "discord": ["placeDE"]}, "path": {"142-166, T:0-1": [[542, 838], [542, 836], [541, 835], [541, 831], [545, 827], [547, 826], [551, 826], [553, 827], [556, 830], [556, 832], [557, 833], [557, 838]]}, "center": {"142-166, T:0-1": [549, 832]}}, {"id": "twrvna", "name": "Miffy", "description": "Miffy (Dutch: Nijntje) is a series of children's picture books written and drawn by Dick Bruna. \"Nijntje\" is a shortened version of the word \"konijntje\", or \"little rabbit\".", "links": {"website": ["https://www.nijntje.nl/", "https://www.miffy.com/", "https://en.wikipedia.org/wiki/Miffy"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"97-166, T:0-1": [[769, 35], [811, 35], [812, 34], [813, 34], [815, 32], [815, 30], [813, 28], [812, 28], [812, 23], [811, 22], [814, 19], [814, 18], [815, 17], [815, 14], [813, 12], [812, 12], [811, 13], [810, 13], [808, 15], [808, 16], [807, 17], [807, 18], [806, 18], [807, 17], [807, 15], [808, 14], [808, 12], [806, 10], [798, 10], [794, 6], [793, 6], [792, 5], [788, 5], [787, 6], [786, 6], [782, 10], [774, 10], [773, 11], [772, 12], [772, 14], [773, 15], [773, 17], [774, 18], [773, 18], [773, 17], [772, 16], [772, 15], [770, 13], [769, 13], [768, 12], [767, 12], [765, 14], [765, 17], [766, 18], [766, 19], [769, 22], [768, 23], [768, 28], [767, 28], [765, 30], [765, 32], [767, 34], [768, 34]]}, "center": {"97-166, T:0-1": [790, 21]}}, {"id": "twrvcx", "name": "DAX-Dachs", "description": "DAX-Dachs is a German meme featuring a badger. Similar to the Mittwochfrosch, this is a way for German subreddits to celebrate Thursdays.", "links": {"subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"142-165, T:0-1": [[1001, 1138], [998, 1141], [998, 1146], [997, 1147], [997, 1150], [999, 1152], [999, 1153], [997, 1155], [997, 1157], [991, 1157], [991, 1164], [993, 1166], [993, 1171], [991, 1171], [991, 1173], [993, 1176], [995, 1177], [997, 1177], [998, 1176], [1000, 1176], [1003, 1173], [1003, 1171], [1012, 1171], [1015, 1168], [1015, 1148], [1013, 1145], [1013, 1144], [1014, 1143], [1014, 1141], [1011, 1138], [1009, 1138], [1007, 1140], [1004, 1140], [1002, 1138]]}, "center": {"142-165, T:0-1": [1005, 1161]}}, @@ -1353,7 +1353,7 @@ {"id": "twtxky", "name": "Hayrack", "description": "A hayrack (Slovene: kozolec) is a building that is found in most Slovenian villages. They are mostly made out of wood, and their purpose is storing and drying hay.", "links": {"website": ["https://en.wikipedia.org/wiki/Hayrack"], "subreddit": ["Slovenia"]}, "path": {"93-166, T:0-1": [[220, 873], [216, 877], [217, 878], [217, 885], [218, 886], [218, 888], [235, 888], [235, 886], [236, 886], [236, 879], [237, 878], [240, 878], [240, 877], [235, 873]]}, "center": {"93-166, T:0-1": [228, 881]}}, {"id": "twtxkj", "name": "Miyu", "description": "Miyu is a student character from the mobile game Blue Archive. She resides in a blue recycling bin.\n\nThe Blue Archive community allied with the communities of maimai and The Last Podcast On The Left in an effort to leave their mark in history. However, multiple streamers raided the piece and the area. A streamer invaded the area at 16:44, with the BA community making haste in repelling the invading forces. The Void intervened, covering the whole area in black. At 16:45 it was seen that the streamer went offline, giving the BA community little time left to rebuild the piece and the area.\n\nRaids survived: 3\nFirst raid: April 4, 2022\nTime: 19:47\nRaid intensity: Minor\nThe community presumes that the invasion was minor.\n\nSecond raid: April 4, 2022\nTime: 20:40-20\nRaid intensity: Powerful\nA streamer invaded top side of the Miyu border in which the community were struggling to build its borders back due to the sheer manpower of the invading forces, with rogue users directly invading Miyu. The community in Discord servers were up in arms and were doing the best they could, barely forming the silhouette of the character. By this time the raid even got more powerful, but later stopped, giving the community the time to rebuild again.\n\nThird raid: April 5, 2022\nTime: 16:45 - 16:50\nRaid intensity: Powerful\nA streamer directly invaded the areas of Miyu, staining the colors of the blue and grey to a very obnoxious orange and white. At this time the Blue Archive community made hastened to defend as much of an area as possible, but the streamer was slowly enveloping the area because of manpower, until the Void intervened and covered the area with black, causing nothing but rebelling pixels to surface, to drown again. This gave the Blue Archive community the opportunity to rebuild what was left of Miyu, with some even giving thanks to the Void for destroying the invading forces.", "links": {"website": ["https://bluearchive.wiki/wiki/Miyu"], "subreddit": ["BlueArchive"], "discord": ["bluearchive"]}, "path": {"131-162, T:0-1": [[16, 944], [16, 992], [39, 992], [39, 983], [62, 983], [62, 944]]}, "center": {"131-162, T:0-1": [37, 964]}}, {"id": "twtwwo", "name": "Territorial.io logo", "description": "Territorial.io, made by David Tschacher, is an online indie .io game about conquering land and fighting other people in various game modes. It has a Instagram account and a Discord server with nearly 15k people.", "links": {"website": ["https://territorial.io"], "subreddit": ["territorial_io"]}, "path": {"109-165, T:0-1": [[301, 1882], [310, 1882], [310, 1891], [301, 1891]]}, "center": {"109-165, T:0-1": [306, 1887]}}, -{"id": "twtwq6", "name": "Castle Crashers", "description": "Castle Crashers is a 2D indie hack-and-slash video game made by The Behemoth. Depicted are various color palettes of the otherwise identical playable knights in Castle Crashers.", "links": {"website": ["https://www.castlecrashers.com/", "https://store.steampowered.com/app/204360/Castle_Crashers/", "https://en.wikipedia.org/wiki/Castle_Crashers"], "subreddit": ["castlecrashers"]}, "path": {"91-115": [[1886, 73], [1886, 103], [1921, 103], [1921, 73]], "61-90": [[1886, 73], [1886, 93], [1900, 93], [1900, 83], [1921, 83], [1921, 73]], "116-165, T:0-1": [[1879, 73], [1921, 73], [1921, 103], [1879, 103]]}, "center": {"91-115": [1904, 88], "61-90": [1893, 80], "116-165, T:0-1": [1900, 88]}}, +{"id": "twtwq6", "name": "Castle Crashers", "description": "Castle Crashers is a 2D indie hack-and-slash video game made by The Behemoth. Depicted are various color palettes of the otherwise identical playable knights in Castle Crashers.", "links": {"website": ["https://www.castlecrashers.com/", "https://store.steampowered.com/app/204360/Castle_Crashers/", "https://en.wikipedia.org/wiki/Castle_Crashers"], "subreddit": ["castlecrashers"]}, "path": {"91-115": [[1886, 73], [1886, 103], [1921, 103], [1921, 73]], "61-90": [[1921, 73], [1921, 83], [1889, 83], [1889, 73]], "116-165, T:0-1": [[1879, 73], [1921, 73], [1921, 103], [1879, 103]]}, "center": {"91-115": [1904, 88], "61-90": [1905, 78], "116-165, T:0-1": [1900, 88]}}, {"id": "twtwky", "name": "Spike", "description": "Spike is a dragon character from My Little Pony: Friendship is Magic.", "links": {"website": ["https://mlp.fandom.com/wiki/Spike"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"44-57": [[656, 230], [653, 233], [652, 235], [652, 239], [657, 239], [657, 237], [660, 234], [660, 232], [658, 230]], "137-166, T:0-1": [[914, 1774], [912, 1776], [914, 1778], [916, 1778], [916, 1774]]}, "center": {"44-57": [656, 235], "137-166, T:0-1": [914, 1776]}}, {"id": "twtwc9", "name": "Noisestorm - Crab Rave", "description": "Crab Rave, it was both a meme and a song that gained popularity during 2018 because of its memeable and catchy tunes. It was released in Monstercat Instinct and was composed by Noisestorm. This Pixelart was an idea from someone in the official Discord server of Monstercat named Ava🌸💜", "links": {"website": ["https://www.youtube.com/watch?v=LDU_Txk06tM"], "subreddit": ["monstercat"]}, "path": {"109-165, T:0-1": [[341, 1898], [341, 1915], [377, 1915], [377, 1898]]}, "center": {"109-165, T:0-1": [359, 1907]}}, {"id": "twtvnc", "name": "Killa", "description": "Killa is a boss in the game Escape from Tarkov who holds out at a local shopping mall.He is part of the Scavengers (Scavs) faction in the game, and is the last thing you want to see in the Interchange location.\n\n Escape from Tarkov is a hardcore and realistic online first-person action role-playing game and simulator with massively multiplayer online features and a story-driven walkthrough.", "links": {"website": ["https://escapefromtarkov.fandom.com/wiki/Killa", "https://www.escapefromtarkov.com/", "https://en.wikipedia.org/wiki/Escape_from_Tarkov"], "subreddit": ["EscapefromTarkov"]}, "path": {"65-166, T:0-1": [[1953, 469], [1953, 458], [1956, 451], [1958, 447], [1963, 443], [1968, 441], [1981, 441], [1987, 443], [1991, 447], [1995, 453], [1997, 457], [1998, 461], [1998, 480], [1978, 481], [1977, 490], [1966, 490], [1965, 486], [1961, 481], [1957, 477], [1956, 474], [1955, 471]]}, "center": {"65-166, T:0-1": [1976, 461]}}, @@ -1415,7 +1415,7 @@ {"id": "twtn9b", "name": "Ori", "description": "Ori is a beautiful side-scrolling platform-adventure Metroidvania video game series developed by Moon Studios and published by Microsoft Studios. The art for the game is intended to appear painted or hand-drawn, leading to a distinct visual style. The first game in the series, Ori and the Blind Forest, released in March 2015 for Xbox One and Microsoft Windows, later releasing on Nintendo Switch in September 2019. A sequel, Ori and the Will of the Wisps, released in 2020. Characters and icons from both games appear in this art, including Ori, the Spirit Tree of Nibel, Ku, Sein, and some Moki.\n\nThis mural started on the right wall depicting only Ori and r/Ori, growing after the first canvas expansion.", "links": {"website": ["https://www.orithegame.com/", "https://en.wikipedia.org/wiki/Ori_and_the_Blind_Forest", "https://en.wikipedia.org/wiki/Ori_and_the_Will_of_the_Wisps"], "subreddit": ["OriAndTheBlindForest"], "discord": ["orithegame"]}, "path": {"2-55": [[959, 510], [959, 542], [978, 542], [978, 551], [1000, 551], [1000, 510]], "56-165, T:0-1": [[960, 510], [960, 542], [978, 542], [978, 551], [1060, 551], [1060, 510]]}, "center": {"2-55": [975, 526], "56-165, T:0-1": [1010, 531]}}, {"id": "twtn8l", "name": "Kingdom Hearts", "description": "Kingdom Hearts is a Japanese action role-playing game series. This art features the game's logo, along with two Keyblades and a small Paopu Fruit.", "links": {"website": ["https://en.wikipedia.org/wiki/Kingdom_Hearts"], "subreddit": ["KHPL", "KingdomHearts"]}, "path": {"82-129": [[0, 338], [0, 361], [2, 361], [3, 360], [13, 360], [14, 361], [16, 359], [16, 348], [34, 348], [34, 344], [21, 344], [19, 342], [18, 342], [18, 339], [13, 339], [13, 338]], "31-38": [[155, 292], [153, 294], [153, 300], [151, 302], [151, 305], [157, 311], [158, 313], [158, 317], [156, 317], [156, 321], [158, 323], [158, 333], [162, 333], [162, 317], [160, 317], [160, 313], [167, 305], [167, 302], [164, 299], [164, 297], [165, 297], [165, 292]], "133-165, T:0-1": [[0, 337], [16, 337], [15, 361], [11, 360], [8, 372], [0, 372]]}, "center": {"82-129": [8, 350], "31-38": [159, 304], "133-165, T:0-1": [8, 345]}}, {"id": "twtn7d", "name": "Kazakhstan Place", "description": "Kazakhstan flag and Baiterek monument.", "links": {"subreddit": ["Kazakhstan"]}, "path": {"109-166, T:0-1": [[716, 1909], [749, 1909], [749, 1923], [716, 1923]]}, "center": {"109-166, T:0-1": [733, 1916]}}, -{"id": "twtn6h", "name": "Ubuntu", "description": "Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software.", "links": {"website": ["https://ubuntu.com/", "https://en.wikipedia.org/wiki/Ubuntu"], "subreddit": ["Ubuntu", "placetux"]}, "path": {"3-86": [[64, 689], [63, 690], [60, 690], [56, 693], [56, 694], [55, 694], [53, 696], [53, 697], [55, 699], [56, 699], [56, 700], [58, 702], [60, 703], [62, 703], [63, 704], [65, 704], [67, 702], [67, 698], [68, 697], [68, 696], [67, 695], [67, 691], [65, 689]], "87-165, T:0-1": [[69, 701], [70, 697], [70, 693], [69, 689], [65, 689], [62, 690], [59, 693], [59, 697], [62, 700], [65, 701]]}, "center": {"3-86": [61, 697], "87-165, T:0-1": [65, 695]}}, +{"id": "twtn6h", "name": "Ubuntu", "description": "Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software. It is one of the most popular Linux distributions.\n\nThis logo is one of the oldest continually existing pieces on the 2022 canvas, along with many other of the Linux logos found around it.", "links": {"website": ["https://ubuntu.com/", "https://en.wikipedia.org/wiki/Ubuntu"], "subreddit": ["Ubuntu", "placetux"]}, "path": {"3-86": [[64, 689], [63, 690], [60, 690], [56, 693], [56, 694], [55, 694], [53, 696], [53, 697], [55, 699], [56, 699], [56, 700], [58, 702], [60, 703], [62, 703], [63, 704], [65, 704], [67, 702], [67, 698], [68, 697], [68, 696], [67, 695], [67, 691], [65, 689]], "87-165, T:0-1": [[69, 701], [70, 697], [70, 693], [69, 689], [65, 689], [62, 690], [59, 693], [59, 697], [62, 700], [65, 701]]}, "center": {"3-86": [61, 697], "87-165, T:0-1": [65, 695]}}, {"id": "twtmwp", "name": "Fallen Star", "description": "Fallen Star pixel art from Terraria.", "links": {"website": ["https://terraria.fandom.com/wiki/Fallen_Star"], "subreddit": ["Terraria"]}, "path": {"109-166, T:0-1": [[502, 1792], [502, 1793], [504, 1793], [505, 1792], [506, 1792], [507, 1791], [508, 1792], [509, 1792], [510, 1793], [512, 1793], [512, 1792], [509, 1789], [512, 1787], [510, 1787], [507, 1783], [504, 1787], [502, 1787], [504, 1789], [503, 1791]]}, "center": {"109-166, T:0-1": [507, 1789]}}, {"id": "twtmva", "name": "Wydział Elektroniki i Technik Informacyjnych", "description": "Wydział Elektroniki\ni Technik Informacyjnych (WEiTI; English: Faculty of Electronics and Information Technology) is a department at the Warsaw University of Technology in Poland.\n\nA group of 81 students from WEiTI created this art. We started by placing the pixels manually, then developed a simple bot and over time made a central server for a botnet made up of tens of bots all coordinating their actions with a central server.", "links": {"website": ["https://www.elka.pw.edu.pl"]}, "path": {"1-5": [[687, 296], [687, 310], [721, 310], [721, 296]], "6-166, T:0-1": [[658, 284], [688, 284], [688, 296], [658, 296]]}, "center": {"1-5": [704, 303], "6-166, T:0-1": [673, 290]}}, {"id": "twtmt2", "name": "Flag of Albania", "description": "Albania is a country in Southeastern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Albania", "https://en.wikipedia.org/wiki/Flag_of_Albania"], "subreddit": ["albania"]}, "path": {"71-78": [[334, 252], [334, 282], [293, 282], [293, 298], [356, 298], [356, 252]], "41-53": [[327, 272], [356, 272], [356, 298], [327, 298]], "10-21": [[333, 272], [367, 272], [367, 299], [333, 299]], "54-70, 79-165, T:0-1": [[334, 252], [356, 252], [356, 298], [334, 298]]}, "center": {"71-78": [345, 286], "41-53": [342, 285], "10-21": [350, 286], "54-70, 79-165, T:0-1": [345, 275]}}, @@ -1438,7 +1438,7 @@ {"id": "twtkar", "name": "Asexual flag", "description": "A pride flag representing the asexual community. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["asexuality", "Asexual", "aaaaaaacccccccce"]}, "path": {"148-161": [[1653, 625], [1653, 637], [1737, 637], [1737, 627], [1722, 627], [1722, 621], [1676, 621], [1676, 624], [1673, 624], [1673, 625]], "72-147": [[1653, 620], [1653, 637], [1707, 637], [1707, 638], [1744, 638], [1744, 620]], "56-71": [[1653, 620], [1653, 637], [1794, 637], [1794, 632], [1791, 630], [1791, 620], [1785, 620], [1785, 637], [1744, 637], [1744, 617], [1727, 617], [1727, 613], [1722, 613], [1722, 617], [1719, 617], [1719, 613], [1714, 613], [1714, 617], [1659, 617], [1659, 620]], "162-166, T:0-1": [[1722, 624], [1666, 624], [1666, 625], [1653, 625], [1653, 632], [1661, 632], [1661, 637], [1722, 637]]}, "center": {"148-161": [1695, 629], "72-147": [1716, 629], "56-71": [1725, 627], "162-166, T:0-1": [1688, 631]}}, {"id": "twtkac", "name": "megan9958's flower", "description": "a mysterious flower (originally created by u/megan9958) that appeared when the D-Cell group were building one of their earlier iterations of quaver (a character from the game they were representing). However, because it coincidentaly fit well into the art they were doing, They decided to keep it and carry it through every new attempt that they made.", "links": {}, "path": {"109-165, T:0-1": [[1364, 1281], [1365, 1280], [1366, 1281], [1365, 1282]]}, "center": {"109-165, T:0-1": [1365, 1281]}}, {"id": "twtk6b", "name": "Youmu Konpaku", "description": "Youmu Konpaku is a swordswoman and the stage 5 boss from Touhou Youyoumu ~ Perfect Cherry Blossom. She serves Yuyuko Saigyouji.", "links": {"website": ["https://en.touhouwiki.net/wiki/Youmu_Konpaku"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"57-166, T:0-1": [[1708, 794], [1709, 793], [1715, 793], [1716, 794], [1717, 793], [1721, 791], [1722, 790], [1725, 790], [1725, 795], [1723, 799], [1724, 801], [1726, 802], [1727, 803], [1725, 805], [1723, 804], [1722, 806], [1720, 806], [1718, 809], [1717, 808], [1716, 808], [1715, 809], [1716, 810], [1718, 809], [1721, 807], [1722, 808], [1727, 806], [1728, 807], [1727, 810], [1724, 812], [1722, 812], [1719, 813], [1720, 814], [1723, 814], [1724, 815], [1721, 817], [1720, 819], [1719, 819], [1721, 821], [1721, 822], [1715, 822], [1715, 821], [1710, 821], [1710, 822], [1704, 822], [1704, 821], [1706, 819], [1704, 819], [1702, 817], [1700, 816], [1700, 812], [1705, 812], [1705, 810], [1704, 809], [1708, 808], [1705, 804], [1704, 803], [1704, 799]]}, "center": {"57-166, T:0-1": [1712, 801]}}, -{"id": "twtjno", "name": "Arceus", "description": "Arceus is the god of the Pokémon world and the creator of everything in the Pokémon series of video games, introduced in the Generation IV games (Pokémon Diamond/Pearl) with National Pokédex number 493. It is said to have emerged from an egg in a place where there was nothing, then shaped the world. Arceus is also the titular Pokémon of Game Freak's open-world Pokémon game, Pokémon Legends: Arceus.\n\nThis piece was created by Pokémon in r/place, and was allied with its surrounding friends, including the letters H and A, as well as the Pachirisu OC to the side.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Arceus_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"56-166, T:0-1": [[1646, 539], [1646, 536], [1647, 536], [1647, 534], [1648, 534], [1648, 532], [1647, 532], [1647, 529], [1648, 529], [1648, 528], [1649, 528], [1649, 530], [1652, 530], [1660, 525], [1661, 527], [1660, 528], [1659, 532], [1657, 532], [1656, 537], [1659, 536], [1661, 537], [1662, 536], [1660, 534], [1660, 533], [1662, 533], [1663, 534], [1666, 533], [1666, 535], [1672, 531], [1671, 534], [1671, 535], [1669, 538], [1668, 538], [1670, 541], [1669, 542], [1668, 543], [1669, 544], [1669, 547], [1666, 546], [1666, 547], [1663, 547], [1660, 545], [1657, 550], [1656, 550], [1653, 548], [1651, 547], [1651, 541], [1649, 539]]}, "center": {"56-166, T:0-1": [1656, 542]}}, +{"id": "twtjno", "name": "Arceus", "description": "Arceus is the god of the Pokémon world and the creator of everything in the Pokémon series of video games, introduced in the Generation IV games (Pokémon Diamond/Pearl) with National Pokédex number 493. It is said to have emerged from an egg in a place where there was nothing, then shaped the world. Arceus is also the titular Pokémon of Game Freak's open-world Pokémon game, Pokémon Legends: Arceus.\n\nThis piece was created by Pokémon in r/place, and was allied with its surrounding friends, including the letters H and A, as well as the Pachirisu OC to the side.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Arceus_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"56-166, T:0-1": [[1646, 539], [1646, 536], [1647, 536], [1647, 534], [1648, 534], [1648, 532], [1647, 532], [1647, 529], [1648, 529], [1648, 528], [1649, 528], [1649, 530], [1652, 530], [1660, 525], [1661, 527], [1660, 528], [1659, 532], [1657, 532], [1656, 537], [1659, 536], [1661, 537], [1662, 536], [1660, 534], [1660, 533], [1662, 533], [1663, 534], [1666, 533], [1666, 535], [1672, 531], [1671, 534], [1671, 535], [1669, 538], [1668, 538], [1670, 541], [1669, 542], [1668, 543], [1669, 544], [1669, 547], [1666, 546], [1666, 547], [1663, 547], [1660, 545], [1657, 550], [1656, 550], [1653, 548], [1651, 547], [1651, 541], [1649, 539]]}, "center": {"56-166, T:0-1": [1656, 542]}}, {"id": "twtjn2", "name": "Saitama", "description": "Protagonist of One Punch Man, The anime. Does indeed have a fine punch.", "links": {"subreddit": ["OnePunchMan_place"]}, "path": {"109-165, T:0-1": [[1964, 1582], [1965, 1553], [1972, 1549], [1977, 1549], [1982, 1553], [1982, 1556], [1999, 1556], [1999, 1564], [1987, 1564], [1983, 1570], [1983, 1576], [1986, 1579], [1986, 1582]]}, "center": {"109-165, T:0-1": [1977, 1566]}}, {"id": "twtjjx", "name": "SoulSide", "description": "SoulSide is a game developed by Mikado. The main character from the game is depicted here.", "links": {"website": ["https://store.steampowered.com/app/1813000/SoulSide/"]}, "path": {"110-162": [[1083, 1177], [1083, 1193], [1099, 1193], [1099, 1177]]}, "center": {"110-162": [1091, 1185]}}, {"id": "twtjic", "name": "Ponytown default pony", "description": "This tiny pony represents Ponytown. Ponytown is a game platform where My Little Pony fans can hang out in a town as ponies. The ponies are customizable, but the default is red with a yellow mane, like this one.", "links": {"website": ["https://pony.town/"], "subreddit": ["mylittlepony"]}, "path": {"109-166, T:0-1": [[913, 1822], [913, 1828], [919, 1828], [919, 1823], [918, 1823], [918, 1822]]}, "center": {"109-166, T:0-1": [916, 1825]}}, @@ -1474,7 +1474,7 @@ {"id": "twtfa1", "name": "Tribute to Zafinho", "description": "A tribute to the late French twitter influencer @Zafinho. Contribution made by his friend Pierre Lapin and its viewers.", "links": {"website": ["https://twitter.com/Zafinho"]}, "path": {"109-165, T:0-1": [[916, 1495], [945, 1495], [946, 1495], [947, 1495], [947, 1506], [916, 1506], [916, 1505], [916, 1503]]}, "center": {"109-165, T:0-1": [932, 1501]}}, {"id": "twtf87", "name": "Kotori", "description": "Kotori is a small bird who serves as a mascot for VTuber Takanashi Kiara, a member of VTuber agency Hololive.", "links": {"website": ["https://www.youtube.com/channel/UCHsx4Hqa-1ORjQTh9TYDhww", "https://virtualyoutuber.fandom.com/wiki/Takanashi_Kiara"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"68-166, T:0-1": [[1395, 936], [1395, 938], [1393, 938], [1393, 945], [1397, 949], [1398, 948], [1399, 948], [1403, 945], [1403, 936]]}, "center": {"68-166, T:0-1": [1398, 943]}}, {"id": "twtf05", "name": "Estradiol", "description": "Estradiol is a popular method of MTF (male-to-female) hormone therapy. Dissolve under tongue for best results.", "links": {"website": ["https://en.wikipedia.org/wiki/Estradiol"], "subreddit": ["transplace"]}, "path": {"80-165, T:0-1": [[521, 442], [518, 444], [516, 446], [516, 447], [518, 449], [521, 451], [526, 451], [529, 449], [531, 447], [531, 446], [529, 444], [526, 442]]}, "center": {"80-165, T:0-1": [524, 447]}}, -{"id": "twtez1", "name": "Poké Balls", "description": "A Poké Ball is a spherical device in the Pokémon games. It is used by Pokémon Trainers to catch wild Pokémon and store them in the player's inventory when not active. This art includes a row of different Poké Balls along with a (Shiny) Voltorb, a Pokémon that disguises itself as a Poké Ball.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9_Ball"], "subreddit": ["pokemon"]}, "path": {"2-55": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [909, 714], [997, 714], [1000, 713], [1001, 710], [1001, 706], [997, 702]], "56-165, T:0-1": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [909, 714], [1118, 714], [1118, 708], [1121, 707], [1121, 706], [1120, 703], [1117, 702]]}, "center": {"2-55": [953, 708], "56-165, T:0-1": [1013, 708]}}, +{"id": "twtez1", "name": "Poké Balls", "description": "A Poké Ball is a spherical device in the Pokémon games. It is used by Pokémon Trainers to catch wild Pokémon and store them in the player's inventory when not active. This art includes a row of different Poké Balls along with a (Shiny) Voltorb, a Pokémon that disguises itself as a Poké Ball.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"2-55": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [909, 714], [997, 714], [1000, 713], [1001, 710], [1001, 706], [997, 702]], "56-165, T:0-1": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [909, 714], [1118, 714], [1118, 708], [1121, 707], [1121, 706], [1120, 703], [1117, 702]]}, "center": {"2-55": [953, 708], "56-165, T:0-1": [1013, 708]}}, {"id": "twteuv", "name": "Snakeroom", "description": "The logo and website of the Snakeroom group, a group dedicated to solving and discussing Reddit's yearly April Fools events and official Reddit-run ARGs — both before and while they happen.", "links": {"website": ["https://snakeroom.org"], "subreddit": ["snakeroomalliance"]}, "path": {"109-166, T:0-1": [[1764, 1208], [1764, 1191], [1772, 1191], [1772, 1189], [1771, 1188], [1771, 1184], [1773, 1182], [1774, 1182], [1775, 1181], [1775, 1179], [1776, 1178], [1777, 1177], [1778, 1176], [1779, 1175], [1796, 1175], [1797, 1176], [1798, 1176], [1803, 1181], [1803, 1182], [1804, 1183], [1804, 1190], [1803, 1191], [1803, 1192], [1800, 1195], [1799, 1197], [1798, 1198], [1797, 1199], [1796, 1201], [1796, 1202], [1795, 1203], [1795, 1208]]}, "center": {"109-166, T:0-1": [1784, 1192]}}, {"id": "twteuc", "name": "Rapid Rabid", "description": "Rapid Rabid is a friend group from sweden who hangout in discord shitposting memes about Gebbos, The character on the canvas.", "links": {}, "path": {"109-166, T:0-1": [[701, 1688], [701, 1675], [715, 1675], [715, 1681], [716, 1682], [717, 1683], [718, 1684], [718, 1688]]}, "center": {"109-166, T:0-1": [709, 1682]}}, {"id": "twteqz", "name": "Jobless", "description": "Jobless is a group of streamers including JL Tomy, JL Amaru, and JL Nateos.", "links": {"website": ["https://www.twitch.tv/jltomy", "https://www.twitch.tv/jlamaru", "https://www.twitch.tv/nateos"]}, "path": {"148-160": [[1849, 64], [1849, 93], [1877, 93], [1877, 64]]}, "center": {"148-160": [1863, 79]}}, @@ -1489,7 +1489,7 @@ {"id": "twtde8", "name": "Fattypillow", "description": "Popular czech YouTuber and streamer!", "links": {"subreddit": ["Fattypillow"]}, "path": {"109-165, T:0-1": [[1536, 1233], [1599, 1233], [1599, 1249], [1536, 1249]]}, "center": {"109-165, T:0-1": [1568, 1241]}}, {"id": "twtday", "name": "Mizutsune", "description": "This is the icon of Mizutsune, a popular monster from the Monster Hunter series. It has appeared in several Monster Hunter games and is beloved by its fans for its colourful apperance and the ability to produce bubbles, which led to the nickname \"bubble fox\". In the top-right corner, The initials of the game can be seen. They are written in the color scheme of the France flag, in memoriam of the small neighboring France flag, which was destroyed towards the end. This artwork was allied with the Destiny artwork above, The vegan banner to the left and with the BazzaGazza logo on the right. The whole story can be read here: https://www.reddit.com/r/monster_hunter_place/comments/twx9yq/looking_back_on_rplace_2022_the_full_timeline/", "links": {"website": ["https://monsterhunter.fandom.com/wiki/Mizutsune"], "subreddit": ["MonsterHunter"]}, "path": {"109-166, T:0-1": [[1908, 1562], [1908, 1600], [1874, 1600], [1875, 1562]]}, "center": {"109-166, T:0-1": [1891, 1581]}}, {"id": "twtd6i", "name": "Star Academy (reste du logo)", "description": "Les restes du logo Star Academy (rip petitanj) créé le 04/04/2022 par les doux dingues sur la chaîne Flonflon_musique", "links": {"website": ["https://www.twitch.tv/flonflon_musique"]}, "path": {"109-165, T:0-1": [[1040, 1315], [1038, 1331], [1053, 1332], [1055, 1302]]}, "center": {"109-165, T:0-1": [1047, 1320]}}, -{"id": "twtd4j", "name": "Shiny Chatot", "description": "Chatot is a Normal/Flying-type parrot Pokémon from the Generation IV Pokémon games (Pokémon Diamond/Pearl). This Chatot has a rare Shiny color, with pink wings instead of the usual blue.\n\nThis art was drawn by Chatot Dungeon, a spinoff group from the Twitch channel Twitch Plays Pokémon that formed in 2014 after getting timed out in chat for saying \"I like Chatot\". The Chatot was later turned Shiny by French Pokémon YouTuber (PokéTuber) Sneaze, whose mascot is a Shiny Chatot named Mastouffe.", "links": {"website": ["https://www.youtube.com/channel/UCQjurXV2DUU1LU2FiSWamIg", "https://bulbapedia.bulbagarden.net/wiki/Chatot_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"3-15": [[80, 742], [76, 744], [74, 746], [73, 749], [73, 752], [75, 754], [78, 754], [78, 755], [80, 757], [87, 758], [87, 755], [90, 752], [90, 749], [92, 749], [92, 744], [89, 744], [89, 742]], "16-166, T:0-1": [[82, 743], [80, 745], [80, 748], [76, 750], [74, 752], [74, 754], [73, 755], [73, 758], [75, 760], [78, 760], [78, 761], [80, 763], [85, 764], [87, 762], [87, 761], [90, 758], [90, 755], [92, 755], [92, 750], [89, 750], [89, 748], [86, 745]]}, "center": {"3-15": [83, 749], "16-166, T:0-1": [83, 755]}}, +{"id": "twtd4j", "name": "Shiny Chatot", "description": "Chatot is a Normal/Flying-type parrot Pokémon from the Generation IV Pokémon games (Pokémon Diamond/Pearl). This Chatot has a rare Shiny color, with pink wings instead of the usual blue.\n\nThis art was drawn by Chatot Dungeon, a spinoff group from the Twitch channel Twitch Plays Pokémon that formed in 2014 after getting timed out in chat for saying \"I like Chatot\". The Chatot was later turned Shiny by French Pokémon YouTuber (PokéTuber) Sneaze, whose mascot is a Shiny Chatot named Mastouffe.", "links": {"website": ["https://www.youtube.com/channel/UCQjurXV2DUU1LU2FiSWamIg", "https://bulbapedia.bulbagarden.net/wiki/Chatot_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"3-15": [[80, 742], [76, 744], [74, 746], [73, 749], [73, 752], [75, 754], [78, 754], [78, 755], [80, 757], [87, 758], [87, 755], [90, 752], [90, 749], [92, 749], [92, 744], [89, 744], [89, 742]], "16-166, T:0-1": [[82, 743], [80, 745], [80, 748], [76, 750], [74, 752], [74, 754], [73, 755], [73, 758], [75, 760], [78, 760], [78, 761], [80, 763], [85, 764], [87, 762], [87, 761], [90, 758], [90, 755], [92, 755], [92, 750], [89, 750], [89, 748], [86, 745]]}, "center": {"3-15": [83, 749], "16-166, T:0-1": [83, 755]}}, {"id": "twtd3k", "name": "Girls' Frontline", "description": "Girls' Frontline is a turn-based strategy gacha game for mobile, developed by China-based studio MICA Team. In the game, players control androids known as \"T-Dolls\" who all carry versions of real-life firearms. The logo is the acronym of the game with a silhouette of the game's protagonist, M4A1. To the lower right of the logo is a pixelated version of HK416, one of the game's main characters and a member of Squad 404.", "links": {"website": ["https://gf.sunborngame.com/", "https://en.wikipedia.org/wiki/Girls%27_Frontline"], "subreddit": ["girlsfrontline"]}, "path": {"8-20": [[300, 935], [300, 942], [310, 942], [310, 935]], "62-166, T:0-1": [[1765, 725], [1769, 725], [1771, 722], [1768, 720], [1768, 717], [1769, 717], [1769, 715], [1768, 715], [1768, 711], [1769, 711], [1770, 710], [1771, 710], [1772, 707], [1772, 708], [1775, 705], [1776, 705], [1780, 709], [1780, 711], [1779, 711], [1779, 713], [1781, 716], [1783, 717], [1784, 720], [1785, 723], [1787, 726], [1790, 725], [1790, 737], [1790, 742], [1790, 747], [1788, 747], [1787, 748], [1783, 747], [1782, 746], [1780, 745], [1776, 745], [1774, 744], [1772, 743], [1764, 743], [1762, 740], [1762, 739], [1764, 737], [1765, 737]]}, "center": {"8-20": [305, 939], "62-166, T:0-1": [1778, 733]}}, {"id": "twtd2d", "name": "Together Through Time", "description": "The logo for the 2018 album Together Through Time, The first full-length studio album and sixth record by Canadian 80's future space band TWRP. This art was drawn by fan communities across Reddit and Discord.", "links": {"website": ["https://twrp.fandom.com/wiki/Together_Through_Time"], "subreddit": ["TWRP"]}, "path": {"109-166, T:0-1": [[1035, 1774], [1033, 1770], [1032, 1765], [1034, 1761], [1036, 1757], [1040, 1754], [1042, 1753], [1052, 1753], [1055, 1755], [1059, 1760], [1061, 1764], [1061, 1772], [1058, 1776], [1053, 1779], [1039, 1779], [1036, 1777], [1035, 1775]]}, "center": {"109-166, T:0-1": [1047, 1766]}}, {"id": "twtcu7", "name": "Flag of Kenya", "description": "Kenya is a country in East Africa. The flag of Kenya displays its signature Maasai shield.", "links": {"website": ["https://en.wikipedia.org/wiki/Kenya", "https://en.wikipedia.org/wiki/Flag_of_Kenya"], "subreddit": ["Kenya"]}, "path": {"56-108": [[781, 981], [781, 1000], [796, 1000], [796, 981]], "31-49": [[697, 984], [697, 999], [728, 999], [728, 984]], "5-30": [[681, 984], [681, 999], [728, 999], [728, 984]], "109-165, T:0-1": [[781, 979], [781, 1017], [796, 1017], [796, 982], [794, 980], [787, 980], [787, 979]]}, "center": {"56-108": [789, 991], "31-49": [713, 992], "5-30": [705, 992], "109-165, T:0-1": [789, 998]}}, @@ -1705,7 +1705,7 @@ {"id": "twup10", "name": "ZUTOMAYO", "description": "Zutto Mayonaka de Iinoni, stylized as ZUTOMAYO, is a Japanese rock group that debuted in 2018.", "links": {"website": ["https://zutomayo.net/"], "subreddit": ["ZUTOMAYO"]}, "path": {"109-166, T:0-1": [[1148, 1690], [1163, 1690], [1163, 1705], [1148, 1705]]}, "center": {"109-166, T:0-1": [1156, 1698]}}, {"id": "twuoys", "name": "Staryuuki", "description": "La mejor streamer hispanohablante y líder de la Bunny army", "links": {"website": ["https://www.twitch.tv/staryuuki"], "subreddit": ["staryuuki"]}, "path": {"109-165, T:0-1": [[1115, 1340], [1115, 1370], [1084, 1370], [1084, 1340]]}, "center": {"109-165, T:0-1": [1100, 1355]}}, {"id": "twuosu", "name": "Chiblee MSN Girl", "description": "Art depicting the popular Polar Express streamer 'Chiblee'", "links": {"website": ["https://www.twitch.tv/chiblee"], "subreddit": ["chibleetwitch"]}, "path": {"109-166, T:0-1": [[1740, 1423], [1765, 1423], [1765, 1386], [1740, 1386]]}, "center": {"109-166, T:0-1": [1753, 1405]}}, -{"id": "twuoah", "name": "Shiny Swablu Doll", "description": "Swablu is a Normal/Flying-type Pokémon from the Generation III Pokémon games (Pokémon Ruby/Sapphire). This art depicts the sprite of a Swablu Doll, an item that can be purchased for the player's Secret Base. The doll also uses Swablu's rare Shiny colors, with a yellow body instead of a blue body.\n\nThis art was completed as the original blue-colored Swablu around hour 9 of r/place, and converted to yellow by outsiders at hour 26. It lived a relatively peaceful life alongside allies Croatia and MKBHD.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Swablu_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"20-166, T:0-1": [[94, 749], [92, 751], [92, 753], [95, 753], [90, 758], [90, 761], [94, 764], [103, 764], [107, 761], [107, 758], [102, 753], [105, 753], [105, 751], [103, 749]]}, "center": {"20-166, T:0-1": [99, 758]}}, +{"id": "twuoah", "name": "Shiny Swablu Doll", "description": "Swablu is a Normal/Flying-type Pokémon from the Generation III Pokémon games (Pokémon Ruby/Sapphire). This art depicts the sprite of a Swablu Doll, an item that can be purchased for the player's Secret Base. The doll also uses Swablu's rare Shiny colors, with a yellow body instead of a blue body.\n\nThis art was completed as the original blue-colored Swablu around hour 9 of r/place, and converted to yellow by outsiders at hour 26. It lived a relatively peaceful life alongside allies Croatia and MKBHD.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Swablu_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"20-166, T:0-1": [[94, 749], [92, 751], [92, 753], [95, 753], [90, 758], [90, 761], [94, 764], [103, 764], [107, 761], [107, 758], [102, 753], [105, 753], [105, 751], [103, 749]]}, "center": {"20-166, T:0-1": [99, 758]}}, {"id": "twuo5b", "name": "Detroit Lions", "description": "A professional American football team based in Detroit, Michigan, United States. The Lions compete in the National Football League (NFL) as a member of the National Football Conference (NFC) North Division.", "links": {"website": ["https://www.detroitlions.com/", "https://en.wikipedia.org/wiki/Detroit_Lions"], "subreddit": ["detroitlions"]}, "path": {"83-127": [[1195, 83], [1195, 88], [1165, 88], [1165, 102], [1213, 102], [1213, 83]], "75-82": [[1167, 83], [1167, 102], [1213, 102], [1213, 83]], "14-63": [[813, 547], [813, 562], [847, 562], [847, 547]], "8-13": [[810, 568], [808, 570], [808, 581], [826, 581], [826, 570], [817, 570], [816, 569], [812, 569]], "128-166, T:0-1": [[1164, 88], [1164, 103], [1215, 103], [1215, 89], [1225, 89], [1225, 83], [1195, 83], [1195, 88]]}, "center": {"83-127": [1203, 93], "75-82": [1190, 93], "14-63": [830, 555], "8-13": [814, 575], "128-166, T:0-1": [1204, 93]}}, {"id": "twuo1j", "name": "Menorah", "description": "A temple menorah, one of the most important symbols of Judaism, created in cooperation with Israel.", "links": {"website": ["https://en.wikipedia.org/wiki/Temple_menorah"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"109-166, T:0-1": [[1767, 1122], [1794, 1122], [1794, 1127], [1791, 1134], [1787, 1140], [1782, 1141], [1787, 1149], [1787, 1153], [1778, 1154], [1773, 1152], [1779, 1141], [1774, 1141], [1768, 1133]]}, "center": {"109-166, T:0-1": [1780, 1134]}}, {"id": "twuo0p", "name": "Tubbo Offline", "description": "A shared space for streamer Tubbo's offline chats on his main (Chat_) and alt (Jammers) channels.", "links": {"website": ["https://www.twitch.tv/tubbo"], "subreddit": ["Tubbo_"]}, "path": {"56-63": [[1700, 147], [1700, 159], [1698, 159], [1698, 170], [1711, 170], [1711, 169], [1724, 169], [1724, 168], [1745, 168], [1745, 161], [1730, 161], [1730, 147]], "64-166, T:0-1": [[1698, 152], [1698, 170], [1724, 170], [1724, 174], [1745, 174], [1745, 160], [1730, 160], [1730, 151], [1704, 151], [1703, 150], [1701, 150], [1700, 151], [1698, 151]]}, "center": {"56-63": [1717, 158], "64-166, T:0-1": [1721, 161]}}, @@ -1725,7 +1725,7 @@ {"id": "twum6s", "name": "Kyoto Animation", "description": "Kyoto Animation (KyoAni) is a Japanese studio that produces animated films and series, along with publishing light novels.\n\nThis art depicts several characters created by Kyoto Animation, including Haruhi Suzumiya, Eru Chitanda, Konata Izumi, and Yui Hirasawa. Tohru was pictured at one point before being replaced by Konata Izumi.", "links": {"website": ["https://www.kyotoanimation.co.jp/", "https://en.wikipedia.org/wiki/Kyoto_Animation"], "subreddit": ["kyoani", "Haruhi", "HibikeEuphonium", "luckystar"]}, "path": {"109-120": [[1920, 760], [1920, 769], [1998, 769], [1998, 760]], "107-108": [[1905, 760], [1905, 769], [1925, 769], [1925, 760]], "123-166, T:0-1": [[1904, 744], [1904, 760], [1920, 760], [1920, 769], [1953, 769], [1953, 760], [1919, 760], [1919, 744]]}, "center": {"109-120": [1959, 765], "107-108": [1915, 765], "123-166, T:0-1": [1912, 752]}}, {"id": "twulyu", "name": "Humming Man", "description": "A pixel art version of Humming Man, The mascot of Quebecois indie band Men I Trust.\n\nCreated by members of Men I Trust Discord as well as some helpers from the Men I Trust subreddit.", "links": {"subreddit": ["menitrust"]}, "path": {"109-166, T:0-1": [[501, 1553], [509, 1553], [509, 1563], [501, 1563]]}, "center": {"109-166, T:0-1": [505, 1558]}}, {"id": "twulyg", "name": "Thrive", "description": "Thrive is an open-source game about the evolution of life.", "links": {"website": ["https://revolutionarygamesstudio.com/"], "subreddit": ["thrive"]}, "path": {"127-165, T:0-1": [[155, 1084], [155, 1092], [154, 1092], [154, 1101], [155, 1101], [155, 1103], [167, 1103], [167, 1084]]}, "center": {"127-165, T:0-1": [161, 1089]}}, -{"id": "twulpl", "name": "Potaro", "description": "Potaro is the mascot for the music festival Second Sky, created by electronic/EDM musician Porter Robinson.\n\nThis art was made in collaboration with the Madeon artwork to the right.", "links": {"website": ["https://www.secondskyfest.com/", "https://porterrobinson.com/", "https://en.wikipedia.org/wiki/Porter_Robinson"], "subreddit": ["porterrobinson"], "discord": ["PorterRobinson"]}, "path": {"3-166, T:0-1": [[497, 716], [497, 746], [523, 746], [523, 716]]}, "center": {"3-166, T:0-1": [510, 731]}}, +{"id": "twulpl", "name": "DJ Potaro", "description": "DJ Potaro is the mascot for the music festival, Second Sky, created by electronic musician Porter Robinson.\n\nThis art was made in collaboration with the Madeon artwork to the right.", "links": {"website": ["https://www.secondskyfest.com/", "https://porterrobinson.com/", "https://en.wikipedia.org/wiki/Porter_Robinson"], "subreddit": ["porterrobinson"], "discord": ["PorterRobinson"]}, "path": {"3-166, T:0-1": [[497, 716], [497, 746], [523, 746], [523, 716]]}, "center": {"3-166, T:0-1": [510, 731]}}, {"id": "twulls", "name": "Lighthouse", "description": "A lighthouse made by Robot25lol and about 50 friends. It was destroyed by the Twitch streamer NymN but later rebuilt.", "links": {"discord": ["kbQQqKz2"]}, "path": {"109-166, T:0-1": [[1676, 1990], [1678, 1990], [1679, 1989], [1680, 1988], [1680, 1987], [1679, 1986], [1677, 1985], [1677, 1975], [1678, 1974], [1678, 1968], [1677, 1967], [1675, 1967], [1674, 1968], [1674, 1974], [1675, 1975], [1675, 1985], [1674, 1986], [1673, 1986], [1672, 1987], [1672, 1989], [1674, 1990], [1676, 1990], [1675, 1990]]}, "center": {"109-166, T:0-1": [1676, 1980]}}, {"id": "twulgt", "name": "University of Glasgow", "description": "Coat of arms of the University of Glasgow before getting completely consumed by the void", "links": {}, "path": {"109-165, T:0-1": [[1083, 1260], [1099, 1260], [1099, 1279], [1083, 1279]]}, "center": {"109-165, T:0-1": [1091, 1270]}}, {"id": "twulbd", "name": "Dal-SMU Union", "description": "Represents two universities in Nova Scotia, Canada: Dalhousie University (Dal) and Saint Mary's University (SMU).", "links": {"subreddit": ["Dalhousie", "SMUHalifax"]}, "path": {"152-160": [[521, 1938], [521, 1948], [538, 1948], [538, 1938]], "126-135": [[1532, 258], [1532, 265], [1559, 265], [1559, 258]], "79-85": [[1502, 271], [1502, 282], [1522, 282], [1522, 283], [1524, 285], [1526, 283], [1527, 280], [1528, 280], [1530, 277], [1530, 272], [1514, 272], [1514, 271]], "161-166, T:0-1": [[520, 1939], [520, 1949], [537, 1949], [537, 1939]]}, "center": {"152-160": [530, 1943], "126-135": [1546, 262], "79-85": [1511, 276], "161-166, T:0-1": [529, 1944]}}, @@ -1978,7 +1978,7 @@ {"id": "twvz75", "name": "Jack Frost", "description": "A sprite of Jack Frost, one of the most well-known demons in the monster-based role-playing game franchise Shin Megami Tensei developed by Atlus (who uses him as a mascot). He says \"Hee-hoo\" a lot.", "links": {"website": ["https://megamitensei.fandom.com/wiki/Jack_Frost"], "subreddit": ["atlus"]}, "path": {"26-41": [[937, 234], [934, 238], [935, 239], [937, 237], [938, 237], [938, 245], [937, 246], [938, 250], [949, 250], [949, 247], [950, 246], [949, 245], [949, 237], [950, 237], [952, 239], [953, 238], [950, 234], [948, 234], [945, 237], [942, 237], [939, 234]], "57-65": [[1676, 971], [1673, 975], [1674, 976], [1676, 975], [1676, 981], [1675, 982], [1675, 983], [1676, 984], [1676, 988], [1677, 989], [1677, 994], [1688, 994], [1688, 989], [1689, 988], [1689, 984], [1690, 983], [1690, 982], [1688, 979], [1688, 977], [1693, 977], [1693, 975], [1689, 971], [1688, 971], [1685, 974], [1680, 974], [1677, 971]], "79-166, T:0-1": [[1461, 283], [1462, 284], [1465, 281], [1467, 282], [1468, 283], [1469, 284], [1469, 285], [1473, 284], [1474, 285], [1474, 283], [1475, 283], [1477, 281], [1478, 281], [1481, 284], [1482, 283], [1483, 284], [1483, 286], [1488, 286], [1488, 292], [1486, 292], [1486, 300], [1477, 300], [1477, 303], [1475, 305], [1468, 305], [1466, 303], [1466, 299], [1465, 298], [1465, 294], [1464, 293], [1465, 292], [1465, 290], [1466, 289], [1466, 287], [1465, 286], [1461, 286]]}, "center": {"26-41": [943, 244], "57-65": [1683, 983], "79-166, T:0-1": [1473, 293]}}, {"id": "twvz56", "name": "Monkey D. Luffy", "description": "Monkey D. Luffy is the main protagonist of One Piece, a manga series written and illustrated by Eiichiro Oda. Luffy is the man who will become the Pirate King.\n\n\"I don't wanna conquer anything. It's just that the person with the most freedom on the sea is the Pirate King.\"\n\nThis sprite was made by the One Piece community and the Anime Alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Monkey_D._Luffy", "https://onepiece.fandom.com/wiki/Monkey_D._Luffy"], "subreddit": ["OnePiece"], "discord": ["QFNC6PxBtE", "9U6pHMbHS4"]}, "path": {"118-165, T:0-1": [[1621, 1172], [1618, 1175], [1618, 1177], [1616, 1179], [1616, 1182], [1618, 1182], [1621, 1185], [1618, 1189], [1618, 1190], [1620, 1192], [1620, 1195], [1622, 1198], [1628, 1198], [1630, 1195], [1630, 1192], [1632, 1190], [1632, 1189], [1630, 1186], [1630, 1184], [1634, 1181], [1634, 1179], [1632, 1177], [1632, 1175], [1629, 1172]]}, "center": {"118-165, T:0-1": [1625, 1179]}}, {"id": "twvz0w", "name": "Karma flower", "description": "A flower from the game Rain World.", "links": {"website": ["https://rainworld.fandom.com/wiki/Objects#Karma_Flower"], "subreddit": ["rainworld"]}, "path": {"109-165, T:0-1": [[296, 1471], [294, 1473], [294, 1474], [293, 1475], [296, 1478], [296, 1482], [299, 1485], [300, 1485], [301, 1484], [300, 1483], [299, 1483], [298, 1482], [298, 1479], [300, 1477], [301, 1477], [303, 1475], [299, 1471]]}, "center": {"109-165, T:0-1": [298, 1476]}}, -{"id": "100227", "name": "Lunaria Ayaren (Twitch)", "description": "Paw logo symbolizing the Chilean Vtuber/streamer Lunaria Ayaren, also known as Auntie Patas.", "links": {"website": ["https://www.twitch.tv/lunaria"]}, "path": {"109-165, T:0-1": [[1736, 1974], [1739, 1974], [1740, 1975], [1740, 1976], [1742, 1976], [1742, 1980], [1741, 1980], [1741, 1982], [1740, 1983], [1739, 1983], [1738, 1982], [1737, 1982], [1736, 1983], [1735, 1983], [1734, 1982], [1734, 1981], [1733, 1980], [1733, 1976], [1735, 1976]]}, "center": {"109-165, T:0-1": [1737, 1979]}}, +{"id": 100227, "name": "Lunaria Ayaren (Twitch)", "description": "Paw logo symbolizing the Chilean Vtuber/streamer Lunaria Ayaren, also known as Auntie Patas.", "links": {"website": ["https://www.twitch.tv/lunaria"]}, "path": {"109-165, T:0-1": [[1736, 1974], [1739, 1974], [1740, 1975], [1740, 1976], [1742, 1976], [1742, 1980], [1741, 1980], [1741, 1982], [1740, 1983], [1739, 1983], [1738, 1982], [1737, 1982], [1736, 1983], [1735, 1983], [1734, 1982], [1734, 1981], [1733, 1980], [1733, 1976], [1735, 1976]]}, "center": {"109-165, T:0-1": [1737, 1979]}}, {"id": "twvyju", "name": "Flag of Georgia", "description": "Georgia is a country in the Caucasus region of Eastern Europe and Western Asia. It was originally a banner of the medieval Kingdom of Georgia, readopted as the official state flag in 2004.", "links": {"website": ["https://en.wikipedia.org/wiki/Georgia_(country)", "https://en.wikipedia.org/wiki/Flag_of_Georgia_(country)"], "subreddit": ["Sakartvelo"]}, "path": {"45-89": [[862, 176], [862, 197], [902, 197], [902, 176]], "39-44": [[864, 186], [864, 205], [902, 205], [902, 187], [873, 187], [872, 186]], "96-165, T:0-1": [[1782, 476], [1822, 476], [1822, 496], [1782, 496]]}, "center": {"45-89": [882, 187], "39-44": [893, 196], "96-165, T:0-1": [1802, 486]}}, {"id": "twvyig", "name": "CraftGalaxy", "description": "CG, a Minecraft towny server. Before we placed our final logo, we managed to take over EarthMC's logo. Placed next to our allies BVB; thanks to their help in defending us.", "links": {"website": ["https://discord.craftgalaxy.org"]}, "path": {"109-166, T:0-1": [[1563, 1579], [1563, 1573], [1569, 1573], [1569, 1579]]}, "center": {"109-166, T:0-1": [1566, 1576]}}, {"id": "twvyci", "name": "Streamer Awards trophy", "description": "This trophy is awarded to the winner of the Streamer Awards, an award show for livestreamers. The show is organised and hosted by Twitch streamer QTCinderella alongside fellow streamer Maya.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Streamer_Awards"]}, "path": {"118-166, T:0-1": [[624, 1099], [624, 1128], [645, 1128], [645, 1099], [639, 1099], [635, 1097], [633, 1097], [631, 1099]]}, "center": {"118-166, T:0-1": [635, 1113]}}, @@ -2073,7 +2073,7 @@ {"id": "twvo65", "name": "San Francisco 49ers", "description": "The San Francisco 49ers are an American football team based in San Francisco, California, United States. They are five-time champions of the Super Bowl, the championship match of the National Football League (NFL).", "links": {"website": ["https://en.wikipedia.org/wiki/San_Francisco_49ers"], "subreddit": ["49ers"]}, "path": {"56-62": [[1847, 39], [1840, 42], [1836, 47], [1836, 50], [1839, 54], [1846, 58], [1854, 58], [1855, 54], [1860, 51], [1865, 51], [1865, 45], [1854, 39]], "63-165, T:0-1": [[1825, 36], [1832, 36], [1833, 37], [1835, 37], [1836, 38], [1837, 38], [1838, 39], [1839, 39], [1840, 40], [1841, 41], [1841, 42], [1842, 43], [1842, 46], [1841, 47], [1841, 48], [1840, 49], [1839, 50], [1838, 50], [1837, 51], [1836, 51], [1835, 52], [1833, 52], [1832, 53], [1825, 53], [1824, 52], [1822, 52], [1821, 51], [1820, 51], [1819, 50], [1818, 50], [1817, 49], [1816, 48], [1816, 47], [1815, 46], [1815, 43], [1816, 42], [1816, 41], [1817, 40], [1818, 39], [1819, 39], [1820, 38], [1821, 38], [1822, 37], [1824, 37], [1824, 36]]}, "center": {"56-62": [1848, 48], "63-165, T:0-1": [1829, 45]}}, {"id": "twvnwu", "name": "r/catalunya", "description": "Subreddit focused on the region of Catalonia, Spain. Catalunya is \"Catalonia\" in the Catalan language.", "links": {"subreddit": ["catalunya"]}, "path": {"43-165, T:0-1": [[689, 325], [689, 332], [732, 332], [732, 325]]}, "center": {"43-165, T:0-1": [711, 329]}}, {"id": "twvnu0", "name": "Donkey Kong", "description": "Donkey Kong is the titular character from Nintendo's Donkey Kong game series.\n\nThis art was made by Twitch streamer Mizkif and his community. Mizkif's community referred to the pixel art as The Dong, and protected him from numerous attacks from popular Twitch streamer xQc and the French, Spanish, and Russian Twitch communities. It was allied with fellow streamer Emiru's Kirby artwork, and they defended each other until the final day.\n\nA site of triumph, a site of destruction. I was there on the field when our commander Mizkif had to go to sleep. We were left in the trenches. But the Lord Commander left us in good hands as General Neff was overseeing our defenses. Everything seemed fine, some struggling on the big Oeepo border. Nothing too crazy.. Then, it happened. xQcOW is online... The Juicers started a void, head to toe in their purple uniforms they stomped through The Dong. I sat there gripping my pixel, waiting for the moment to strike. We were being dismantled when over the stream I heard him. General William Neff, his booming voice echoing over the battlefield. He gave us hope, and with that hope we defended The Dong from The Juicers. It was one of the greatest battles of r/place, a battle I will never forget.", "links": {"website": ["https://en.wikipedia.org/wiki/Donkey_Kong_(character)"], "subreddit": ["Mizkif", "Emikif"]}, "path": {"164": [[1308, 426], [1296, 415], [1293, 415], [1283, 426], [1273, 426], [1270, 413], [1267, 413], [1265, 417], [1265, 426], [1306, 426], [1306, 446], [1283, 446], [1281, 458], [1283, 459], [1283, 467], [1313, 467], [1318, 446], [1306, 446], [1306, 426]], "118-160": [[1294, 414], [1284, 424], [1280, 424], [1278, 425], [1278, 430], [1266, 427], [1266, 417], [1262, 417], [1254, 424], [1251, 431], [1257, 440], [1265, 440], [1269, 443], [1281, 443], [1283, 444], [1282, 453], [1286, 456], [1278, 466], [1278, 472], [1285, 470], [1288, 470], [1291, 475], [1307, 475], [1308, 476], [1312, 476], [1324, 461], [1324, 437], [1296, 414]], "69-117": [[1282, 399], [1282, 408], [1271, 423], [1267, 423], [1263, 421], [1263, 410], [1261, 407], [1255, 407], [1253, 410], [1253, 417], [1245, 419], [1245, 423], [1239, 423], [1239, 429], [1246, 430], [1250, 436], [1273, 446], [1282, 446], [1282, 449], [1277, 452], [1270, 464], [1270, 468], [1274, 471], [1278, 471], [1284, 465], [1285, 465], [1282, 472], [1282, 474], [1289, 478], [1295, 476], [1300, 477], [1301, 479], [1307, 482], [1315, 480], [1316, 476], [1319, 473], [1324, 477], [1331, 477], [1333, 475], [1333, 471], [1331, 471], [1332, 451], [1324, 436], [1312, 422], [1305, 420], [1288, 405], [1287, 399]], "161-163": [[1269, 411], [1264, 415], [1264, 419], [1263, 419], [1259, 422], [1259, 433], [1266, 441], [1284, 444], [1281, 457], [1282, 459], [1283, 467], [1313, 467], [1320, 444], [1320, 432], [1315, 426], [1304, 423], [1298, 414], [1293, 414], [1290, 413], [1290, 418], [1283, 426], [1274, 426], [1271, 421], [1271, 413]], "T:0-1": [[1293, 415], [1283, 426], [1306, 426], [1306, 446], [1283, 446], [1281, 458], [1283, 459], [1283, 467], [1313, 467], [1318, 446], [1306, 446], [1306, 426], [1305, 424], [1296, 415]]}, "center": {"164": [1304, 457], "118-160": [1304, 446], "69-117": [1305, 452], "161-163": [1302, 441], "T:0-1": [1300, 456]}}, -{"id": "twvnpr", "name": "The Ride Never Ends", "description": "The slogan of the /mlp/ 4chan board. The background is a flag representing the aforementioned board.\n\nInitially, This text consisted of an offensive meme from /mlp/ 4chan. However, after a brief disagreement with the r/MyLittlePony subreddit and Manechat Discord, /mlp/ decided to switch the text to the phrase shown.", "links": {"website": ["https://4channel.org/mlp/"], "subreddit": ["mylittlepony"]}, "path": {"109-166, T:0-1": [[893, 1880], [960, 1880], [960, 1885], [893, 1885]]}, "center": {"109-166, T:0-1": [927, 1883]}}, +{"id": "twvnpr", "name": "The Ride Never Ends", "description": "The slogan of the /mlp/ 4chan board. The background is a flag representing the aforementioned board.\n\nInitially, This text consisted of an offensive meme from /mlp/ 4chan. However, after a brief disagreement with r/mylittlepony and the Manechat Discord, /mlp/ decided to switch the text to the phrase shown.", "links": {"website": ["https://4channel.org/mlp/"], "subreddit": ["mylittlepony"]}, "path": {"109-166, T:0-1": [[893, 1880], [960, 1880], [960, 1885], [893, 1885]]}, "center": {"109-166, T:0-1": [927, 1883]}}, {"id": "twvmky", "name": "Lovely", "description": "Lovelys are small colorful sprites used to represent the members of TWICE, a South Korean girl group which consists of nine members.", "links": {"website": ["https://twice.fandom.com/wiki/Lovelys", "http://twice.jype.com/", "https://en.wikipedia.org/wiki/Twice"], "subreddit": ["twice"]}, "path": {"142-166, T:0-1": [[1693, 1094], [1725, 1094], [1725, 1110], [1722, 1110], [1721, 1111], [1721, 1113], [1720, 1114], [1720, 1119], [1722, 1121], [1722, 1122], [1693, 1122]]}, "center": {"142-166, T:0-1": [1707, 1108]}}, {"id": "twvmf2", "name": "Legioner", "description": "Legioner with 220 on their helmet. 220 represents a Russian Streamer/YouTuber Wycc220.", "links": {"subreddit": ["LEGVOL"]}, "path": {"109-166, T:0-1": [[1007, 1771], [1015, 1772], [1019, 1773], [1023, 1773], [1023, 1771], [1023, 1768], [1023, 1763], [1024, 1763], [1025, 1761], [1025, 1758], [1024, 1756], [1024, 1754], [1021, 1756], [1018, 1755], [1009, 1755], [1007, 1755], [1004, 1759], [1004, 1769], [1007, 1772]]}, "center": {"109-166, T:0-1": [1014, 1763]}}, {"id": "twvmdy", "name": "Hooty", "description": "Hooty is a worm-like owl demon from Disney's \"The Owl House\", an American animated fantasy TV series. \n\nThis second Hooty was drawn upon the canvas's first expansion. It was originally much longer, stretching past Nepal, but has since shrunk. It was part of the Central Alliance despite being far away from the rest of the alliance on the canvas.", "links": {"website": ["https://theowlhouse.fandom.com/wiki/Hooty", "https://en.wikipedia.org/wiki/The_Owl_House"], "subreddit": ["TheOwlHouse", "place_CentralAlliance"]}, "path": {"132-148": [[1423, 928], [1420, 931], [1420, 947], [1422, 949], [1439, 949], [1439, 945], [1436, 945], [1436, 943], [1438, 940], [1442, 940], [1442, 938], [1440, 936], [1429, 936], [1426, 939], [1426, 931]], "69-131": [[1421, 929], [1421, 931], [1420, 932], [1420, 947], [1422, 949], [1523, 949], [1523, 931], [1487, 931], [1486, 932], [1468, 932], [1468, 926], [1495, 926], [1495, 920], [1496, 919], [1496, 905], [1517, 905], [1517, 912], [1500, 912], [1500, 920], [1510, 920], [1511, 919], [1514, 919], [1515, 918], [1521, 918], [1523, 916], [1523, 912], [1520, 909], [1520, 902], [1517, 899], [1490, 899], [1490, 920], [1464, 920], [1462, 922], [1462, 935], [1464, 937], [1517, 937], [1518, 938], [1518, 942], [1517, 943], [1442, 943], [1441, 942], [1441, 936], [1430, 936], [1430, 942], [1429, 943], [1427, 943], [1426, 942], [1426, 932], [1425, 931], [1425, 929]], "58-68": [[1422, 932], [1420, 934], [1420, 947], [1422, 949], [1452, 949], [1452, 943], [1442, 943], [1442, 937], [1440, 935], [1432, 935], [1430, 937], [1430, 942], [1429, 943], [1426, 943], [1426, 934], [1424, 932]], "149-166, T:0-1": [[1420, 949], [1433, 949], [1433, 943], [1443, 943], [1443, 940], [1442, 940], [1442, 939], [1441, 939], [1441, 938], [1436, 938], [1436, 940], [1434, 940], [1434, 941], [1433, 941], [1433, 940], [1431, 940], [1431, 942], [1431, 941], [1427, 941], [1427, 942], [1426, 942], [1426, 930], [1425, 929], [1425, 928], [1421, 928], [1421, 929], [1420, 930]]}, "center": {"132-148": [1430, 943], "69-131": [1435, 943], "58-68": [1436, 942], "149-166, T:0-1": [1424, 945]}}, @@ -2106,7 +2106,7 @@ {"id": "twvios", "name": "Praise the Sun", "description": "Signature phrase of Dark Souls character Solaire of Astora.", "links": {"website": ["https://en.wikipedia.org/wiki/Solaire_of_Astora"], "subreddit": ["darksouls"]}, "path": {"109-165, T:0-1": [[853, 1314], [853, 1348], [859, 1348], [859, 1356], [864, 1356], [864, 1320], [858, 1320], [858, 1314]]}, "center": {"109-165, T:0-1": [859, 1335]}}, {"id": "twvins", "name": "Legion outpost", "description": "An outpost with two legion warriors and a qadi (judge). Inspired by Roman legions from the Roman Republic and Caesar's Legion from the game Fallout: New Vegas.", "links": {"subreddit": ["LEGVOL"]}, "path": {"1-163": [[720, 292], [720, 301], [710, 316], [710, 310], [704, 310], [704, 325], [777, 325], [777, 310], [772, 310], [771, 316], [761, 301], [761, 292], [756, 292], [756, 296], [725, 296], [725, 292]], "164, T:0-1": [[720, 296], [720, 301], [711, 314], [711, 315], [761, 315], [763, 318], [766, 315], [766, 308], [756, 296]]}, "center": {"1-163": [737, 310], "164, T:0-1": [740, 306]}}, {"id": "twvijy", "name": "Shroombo", "description": "Shroombo is a character from the gacha game World Flipper. He's a playable mushroom character.", "links": {"website": ["https://world-flipper.fandom.com/wiki/Shroombo"], "subreddit": ["worldflipper"], "discord": ["3cytw7nA"]}, "path": {"100-143": [[1875, 102], [1871, 105], [1871, 107], [1873, 109], [1873, 113], [1874, 113], [1874, 115], [1876, 117], [1881, 117], [1883, 115], [1883, 113], [1884, 113], [1884, 109], [1886, 107], [1886, 105], [1882, 102]], "144-166, T:0-1": [[1876, 103], [1872, 106], [1872, 108], [1874, 110], [1874, 114], [1875, 114], [1875, 116], [1877, 118], [1882, 118], [1884, 116], [1884, 114], [1885, 114], [1885, 110], [1887, 108], [1887, 106], [1883, 103]]}, "center": {"100-143": [1879, 109], "144-166, T:0-1": [1880, 110]}}, -{"id": "twvij2", "name": "Piplup", "description": "Piplup (#393) is the Water-type starter Pokémon of the Generation IV Pokémon games (Pokémon Diamond/Pearl), taking place in the Sinnoh region.\n\nThis art was made by the Pokémon on r/place community.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Piplup_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"4-9": [[681, 812], [678, 816], [678, 820], [690, 820], [690, 816], [686, 816], [684, 814], [684, 812]], "10-166, T:0-1": [[675, 802], [674, 803], [673, 803], [672, 804], [672, 805], [671, 806], [671, 809], [673, 811], [673, 812], [672, 813], [672, 817], [676, 817], [678, 819], [679, 819], [684, 814], [684, 813], [687, 810], [686, 809], [685, 809], [684, 808], [682, 808], [682, 805], [680, 803], [679, 803], [678, 802]]}, "center": {"4-9": [682, 817], "10-166, T:0-1": [678, 812]}}, +{"id": "twvij2", "name": "Piplup", "description": "Piplup (#393) is the Water-type starter Pokémon of the Generation IV Pokémon games (Pokémon Diamond/Pearl), taking place in the Sinnoh region.\n\nThis art was made by the Pokémon on r/place community.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Piplup_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"4-9": [[681, 812], [678, 816], [678, 820], [690, 820], [690, 816], [686, 816], [684, 814], [684, 812]], "10-166, T:0-1": [[675, 802], [674, 803], [673, 803], [672, 804], [672, 805], [671, 806], [671, 809], [673, 811], [673, 812], [672, 813], [672, 817], [676, 817], [678, 819], [679, 819], [684, 814], [684, 813], [687, 810], [686, 809], [685, 809], [684, 808], [682, 808], [682, 805], [680, 803], [679, 803], [678, 802]]}, "center": {"4-9": [682, 817], "10-166, T:0-1": [678, 812]}}, {"id": "twvi9u", "name": "Bamse & Kylling", "description": "Bamse & Kylling (Danish: Bamses Billedbog) is a popular kids' television show in Denmark about a bear and a chicken. The chimney on Bamse's house always tips over, which is quite funny.", "links": {"website": ["https://da.wikipedia.org/wiki/Bamses_Billedbog"], "subreddit": ["Denmark", "place_nordicunion"]}, "path": {"10-31": [[507, 320], [504, 322], [497, 322], [497, 331], [495, 334], [495, 338], [518, 338], [521, 341], [523, 341], [527, 338], [539, 338], [539, 325], [535, 320], [532, 320], [531, 321], [513, 321], [512, 320]], "69-165, T:0-1": [[393, 160], [393, 158], [392, 155], [392, 151], [394, 148], [394, 141], [391, 138], [400, 138], [409, 139], [422, 140], [431, 139], [435, 142], [435, 148], [437, 150], [440, 149], [436, 155], [398, 156], [396, 159]]}, "center": {"10-31": [522, 330], "69-165, T:0-1": [403, 147]}}, {"id": "twvi5n", "name": "Yogscast Trouble in Terrorist Town", "description": "Characters from the Yogscast Garry's Mod Trouble in Terrorist Town videos. Yogscast is a Twitch and YouTube gaming group.", "links": {"website": ["https://www.twitch.tv/yogscast"], "subreddit": ["Yogscast"]}, "path": {"109-166, T:0-1": [[1553, 1776], [1503, 1776], [1503, 1799], [1553, 1799]]}, "center": {"109-166, T:0-1": [1528, 1788]}}, {"id": "twvi3k", "name": "Grand Rapids", "description": "Grand Rapids is a city in the state of Michigan, United States. Its logo shows the city's symbol, La Grande Vitesse (also known as the Calder), wrapped underneath by the Grand River.\n\nThe Grand Rapids community found this haven after being gobbled up by the void on day 1, then by Twitch streamer Moon2 on day 2. This third spot prevailed because deals were struck between neighbors.", "links": {"website": ["https://en.wikipedia.org/wiki/Grand_Rapids,_Michigan"], "subreddit": ["grandrapids"]}, "path": {"141-146": [[1450, 935], [1450, 943], [1460, 943], [1460, 935]], "99-132": [[1449, 935], [1449, 943], [1461, 943], [1461, 935]], "4-20": [[550, 560], [550, 571], [576, 571], [576, 560]], "58-67": [[1667, 931], [1667, 940], [1680, 940], [1680, 931]], "147-166, T:0-1": [[1460, 934], [1460, 943], [1446, 943], [1446, 940], [1448, 940], [1448, 939], [1449, 939], [1450, 938], [1450, 934]]}, "center": {"141-146": [1455, 939], "99-132": [1455, 939], "4-20": [563, 566], "58-67": [1674, 936], "147-166, T:0-1": [1454, 939]}}, @@ -2152,7 +2152,7 @@ {"id": "twvbfk", "name": "Docm77", "description": "Docm77 is a Minecraft YouTuber that joined Hermitcraft in Season 3. He works closely with the SciCraft server, home to Minecraft's finest technical players.", "links": {"website": ["https://www.youtube.com/c/docm77", "https://hermitcraft.fandom.com/wiki/Docm77"], "subreddit": ["HermitCraft"]}, "path": {"18-166, T:0-1": [[869, 615], [869, 623], [878, 623], [878, 615]]}, "center": {"18-166, T:0-1": [874, 619]}}, {"id": "twvbfc", "name": "Baltic states", "description": "The Baltic states or Baltic countries are three countries in Northeastern Europe: Estonia, Latvia, and Lithuania. This art is a map of the Baltic states, along with surrounding geographic locations like the Baltic Sea and Belarus.\n\nThe golden line signifies the historic Baltic Way from 1989, where 2 million people joined hands in protest from Tallinn to Vilnius. They formed a human chain to signify Baltic solidarity and wish for independence from the Soviet occupation. The golden stars that this line crosses through are the capitals of the Baltic states.\n\nAt one point, the map expanded to include much of Central Europe, following the pattern of drawing country flags in the shapes of the countries. At the map's largest, it included Austria, Belarus, Belgium, Croatia, Czech Republic, Estonia, France, Germany, Hungary, Italy, Latvia, Liechtenstein, Lithuania, Luxembourg, Monaco, Poland, Romania, Russia's Kaliningrad Oblast, Slovakia, Slovenia, Switzerland, and Ukraine. However, the map was unpopular due to taking up a large amount of space, so it was attacked and reduced back to its previous size.", "links": {"website": ["https://en.wikipedia.org/wiki/Baltic_states"], "subreddit": ["BalticStates", "Eesti", "latvia", "lithuania"]}, "path": {"105-128": [[1931, 99], [1931, 100], [1925, 100], [1922, 103], [1887, 103], [1887, 135], [1888, 136], [1888, 140], [1890, 142], [1890, 148], [1896, 161], [1897, 164], [1897, 167], [1893, 167], [1893, 174], [1892, 175], [1840, 175], [1840, 240], [1866, 240], [1866, 238], [1939, 238], [1939, 173], [1948, 173], [1948, 159], [1953, 159], [1953, 133], [1951, 131], [1951, 118], [1953, 115], [1953, 99]], "91-104": [[1910, 93], [1910, 100], [1900, 100], [1900, 103], [1887, 110], [1887, 127], [1877, 127], [1877, 145], [1881, 141], [1886, 141], [1890, 145], [1891, 152], [1894, 157], [1895, 160], [1895, 165], [1891, 169], [1891, 172], [1874, 172], [1874, 175], [1840, 175], [1840, 182], [1805, 182], [1805, 206], [1759, 206], [1747, 220], [1747, 228], [1731, 228], [1731, 248], [1724, 248], [1731, 257], [1731, 263], [1733, 263], [1736, 272], [1736, 275], [1734, 280], [1734, 283], [1742, 294], [1759, 294], [1766, 289], [1768, 289], [1777, 291], [1790, 285], [1802, 288], [1804, 293], [1805, 301], [1814, 314], [1834, 316], [1837, 312], [1837, 309], [1835, 301], [1829, 301], [1829, 283], [1853, 283], [1853, 289], [1862, 292], [1865, 289], [1864, 269], [1939, 269], [1939, 240], [1941, 240], [1941, 182], [1947, 175], [1947, 172], [1948, 172], [1948, 160], [1954, 160], [1954, 137], [1951, 131], [1951, 117], [1953, 117], [1953, 99], [1928, 99], [1928, 92], [1921, 92], [1921, 93]], "61-90": [[1894, 100], [1894, 111], [1887, 118], [1887, 137], [1885, 139], [1889, 143], [1896, 162], [1896, 170], [1893, 174], [1913, 174], [1921, 181], [1932, 181], [1932, 182], [1941, 182], [1941, 177], [1943, 174], [1947, 174], [1947, 161], [1954, 159], [1954, 131], [1952, 131], [1952, 118], [1953, 118], [1953, 99]], "129-166, T:0-1": [[1927, 99], [1927, 101], [1925, 103], [1923, 103], [1922, 102], [1921, 103], [1901, 103], [1901, 114], [1891, 114], [1891, 115], [1887, 115], [1887, 142], [1892, 142], [1893, 143], [1899, 143], [1898, 150], [1895, 150], [1895, 157], [1896, 158], [1896, 161], [1895, 162], [1895, 166], [1896, 167], [1896, 172], [1913, 172], [1913, 169], [1916, 169], [1923, 177], [1928, 177], [1933, 173], [1936, 173], [1938, 171], [1939, 171], [1939, 174], [1949, 174], [1949, 161], [1955, 161], [1955, 131], [1952, 131], [1952, 118], [1953, 118], [1953, 99]]}, "center": {"105-128": [1906, 205], "91-104": [1891, 220], "61-90": [1920, 133], "129-166, T:0-1": [1924, 131]}}, {"id": "twvbcc", "name": "Aggie", "description": "Aggie is a fish drawn by the user umbrasia.", "links": {"subreddit": ["PlaceFishCult", "place_CentralAlliance"]}, "path": {"79-81": [[476, 890], [476, 894], [479, 894], [481, 892], [479, 890]], "18-78": [[477, 890], [475, 892], [477, 894], [480, 894], [480, 890]], "82-166, T:0-1": [[479, 890], [477, 892], [479, 894], [482, 894], [482, 890]]}, "center": {"79-81": [478, 892], "18-78": [478, 892], "82-166, T:0-1": [480, 892]}}, -{"id": "twvb98", "name": "Littlepip", "description": "The main character of Fallout: Equestria, a fanfiction by Kkat based on the TV series My Little Pony and the Fallout game series.\n\nAfter initially being written in 2011, Fallout: Equestria soon managed to spawn one of the largest sub-fandoms within the brony fandom, inspiring many artworks, animations, music, video games, and spinoff stories (creating an extended universe within of itself). It also became famous as being one of the longest pieces of self-published fanfiction ever written.\n\nThe name Littlepip is derived from the word \"Pipbuck\", the Fallout Equestria universe's equivalent of Pipboy from Fallout. It also references the Lil' Pip 3000, the Pipboy that the player was supposed to use in Black Isle Studio's canceled attempt at developing Fallout 3 (commonly known as \"Fallout Van Buren\").", "links": {"website": ["https://falloutequestria.fandom.com/wiki/Littlepip", "https://en.wikipedia.org/wiki/Fallout:_Equestria"], "subreddit": ["falloutequestria"]}, "path": {"153-166": [[542, 274], [536, 274], [536, 280], [542, 280]]}, "center": {"153-166": [539, 277]}}, +{"id": "twvb98", "name": "Littlepip", "description": "Littlepip is the main character of Fallout: Equestria, a post-apocalyptic crossover fanfiction between Fallout and My Little Pony: Friendship is Magic.\n\nAfter being written by Kkat in 2011, Fallout: Equestria spawned one of the largest sub-fandoms within the brony fandom, inspiring countess artworks, animations, music, video games, and spinoff stories- basically creating an extended universe within of itself. It also became famous as being one of the longest pieces of self-published fanfiction ever written.\n\nLittlepip's name partially comes from her talent working with \"Pipbucks\", the Fallout Equestria universe's equivalent to Fallout's \"Pipboy\". It is also a reference to the Lil' Pip 3000 from Black Isle Studio's canceled Fallout 3 (commonly known as Fallout Van Buren).", "links": {"website": ["https://falloutequestria.fandom.com/wiki/Littlepip", "https://en.wikipedia.org/wiki/Fallout:_Equestria"], "subreddit": ["falloutequestria"]}, "path": {"153-166": [[542, 274], [536, 274], [536, 280], [542, 280]]}, "center": {"153-166": [539, 277]}}, {"id": "twvb0w", "name": "General Post Office", "description": "The General Post Office (GPO) is the main post office in Dublin, Ireland. It was the headquarters of the Irish during the Easter Rising, an Irish revolution against British rule in 1916. The building remains a famous landmark of Ireland.", "links": {"website": ["https://en.wikipedia.org/wiki/General_Post_Office,_Dublin"], "subreddit": ["PlaceIreland", "ireland"]}, "path": {"89-166, T:0-1": [[1276, 149], [1276, 153], [1322, 153], [1322, 149], [1321, 149], [1321, 135], [1315, 135], [1315, 122], [1304, 122], [1304, 120], [1297, 120], [1297, 122], [1285, 122], [1285, 134], [1283, 134], [1283, 135], [1277, 135], [1277, 149]]}, "center": {"89-166, T:0-1": [1300, 138]}}, {"id": "twvb0p", "name": "Egyptian unity symbol", "description": "This symbol of a crescent embracing a cross was the banner of the 1919 revolution against British control of Egypt. It represents unity between the Christians and Muslims of Egypt against sectarian strife. It remains in use in modern times, such as during the 2013 Egyptian protests against president Mohamed Morsi's rule.", "links": {"website": ["https://en.wikipedia.org/wiki/Egyptian_Revolution_of_1919"], "subreddit": ["Egypt"]}, "path": {"101-165, T:0-1": [[93, 148], [96, 148], [96, 150], [95, 150], [94, 151], [93, 152], [92, 153], [92, 154], [92, 155], [94, 155], [96, 155], [96, 153], [96, 152], [99, 152], [99, 155], [102, 155], [102, 157], [102, 158], [105, 158], [105, 162], [104, 163], [103, 164], [102, 166], [102, 165], [100, 167], [99, 167], [99, 168], [97, 168], [96, 168], [95, 167], [96, 167], [95, 167], [95, 168], [96, 167], [94, 167], [92, 166], [90, 165], [89, 164], [87, 159], [87, 156], [88, 153], [88, 154], [90, 152], [92, 149], [95, 148], [94, 151], [93, 155]]}, "center": {"101-165, T:0-1": [97, 161]}}, {"id": "twvav0", "name": "Flapjack", "description": "Flapjack is a cardinal-like creature belonging to the character Hunter in Disney's TV series \"The Owl House\". Flapjack is a palisman, a sentient magical totem on a magic staff.", "links": {"website": ["https://theowlhouse.fandom.com/wiki/Flapjack"], "subreddit": ["TheOwlHouse", "place_CentralAlliance"]}, "path": {"21-166, T:0-1": [[484, 921], [482, 923], [482, 924], [481, 925], [482, 926], [482, 927], [484, 929], [486, 929], [488, 927], [488, 926], [487, 925], [487, 923], [488, 922], [486, 920], [485, 921]]}, "center": {"21-166, T:0-1": [485, 925]}}, @@ -2168,7 +2168,7 @@ {"id": "twv9g4", "name": "Ramee", "description": "Ramee is a streamer who role-plays on the game Grand Theft Auto V.\n\nThis art also includes a memorial for fellow RP streamer Blue622 who passed away in 2020.", "links": {"website": ["https://www.twitch.tv/ramee"], "subreddit": ["Chang_Gang", "NoPixel", "place_CentralAlliance"]}, "path": {"25-165, T:0-1": [[410, 964], [408, 966], [409, 967], [409, 970], [411, 972], [422, 978], [424, 978], [426, 976], [420, 971], [423, 971], [426, 968], [426, 966], [424, 964]]}, "center": {"25-165, T:0-1": [416, 969]}}, {"id": "twv974", "name": "Xibalbistán Flag", "description": "Flag of the micronation created by the Xibalboys, a small but dedicated group of friends.nFunded by Alejandro, Isi, Llibert and Chuko", "links": {"website": ["https://xibalbistan.com"]}, "path": {"109-166, T:0-1": [[846, 1814], [846, 1821], [855, 1821], [855, 1814], [853, 1814]]}, "center": {"109-166, T:0-1": [851, 1818]}}, {"id": "twv91e", "name": "Tolkien Estate", "description": "The Tolkien Estate is a legal entity managing the rights of J. R. R. Tolkien, author of The Lord of the Rings and The Hobbit.", "links": {"website": ["https://en.wikipedia.org/wiki/Tolkien_Estate"], "subreddit": ["lotr"]}, "path": {"95-166, T:0-1": [[1823, 430], [1848, 430], [1848, 476], [1823, 476]]}, "center": {"95-166, T:0-1": [1836, 453]}}, -{"id": "100004", "name": "Delutaya", "description": "Delutaya is an indie VTuber.", "links": {"website": ["https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q", "https://virtualyoutuber.fandom.com/wiki/Delutaya"], "subreddit": ["Delutaya"]}, "path": {"127-166, T:0-1": [[1486, 1063], [1484, 1065], [1482, 1065], [1482, 1066], [1483, 1067], [1483, 1070], [1482, 1071], [1484, 1072], [1484, 1075], [1492, 1075], [1492, 1074], [1490, 1072], [1494, 1072], [1494, 1066], [1490, 1063]]}, "center": {"127-166, T:0-1": [1488, 1068]}}, +{"id": 100004, "name": "Delutaya", "description": "Delutaya is an indie VTuber.", "links": {"website": ["https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q", "https://virtualyoutuber.fandom.com/wiki/Delutaya"], "subreddit": ["Delutaya"]}, "path": {"127-166, T:0-1": [[1486, 1063], [1484, 1065], [1482, 1065], [1482, 1066], [1483, 1067], [1483, 1070], [1482, 1071], [1484, 1072], [1484, 1075], [1492, 1075], [1492, 1074], [1490, 1072], [1494, 1072], [1494, 1066], [1490, 1063]]}, "center": {"127-166, T:0-1": [1488, 1068]}}, {"id": "twv8ov", "name": "Mona Lisa", "description": "The Mona Lisa is a painting created by Italian Renaissance artist Leonardo da Vinci.\n\nThis art was present in the 2017 r/place but was griefed and not finished in the 2022 version.", "links": {"website": ["https://en.wikipedia.org/wiki/Mona_Lisa"], "subreddit": ["MonaLisaClan"]}, "path": {"61-77": [[1254, 534], [1254, 540], [1320, 540], [1320, 534]], "109-166, T:0-1": [[1489, 1289], [1489, 1395], [1492, 1395], [1492, 1309], [1495, 1307], [1499, 1307], [1502, 1310], [1501, 1321], [1502, 1324], [1509, 1324], [1509, 1336], [1515, 1336], [1515, 1344], [1518, 1347], [1518, 1352], [1526, 1352], [1527, 1353], [1537, 1353], [1547, 1343], [1547, 1336], [1557, 1322], [1547, 1317], [1547, 1311], [1551, 1305], [1551, 1302], [1549, 1300], [1549, 1297], [1555, 1297], [1555, 1293], [1559, 1293], [1568, 1298], [1571, 1298], [1571, 1305], [1570, 1306], [1570, 1310], [1571, 1311], [1571, 1314], [1573, 1316], [1573, 1324], [1575, 1324], [1575, 1316], [1576, 1316], [1576, 1289]]}, "center": {"109-166, T:0-1": [1525, 1310]}}, {"id": "twv8ol", "name": "Rust", "description": "Rust is a multiplayer-only survival video game developed by Facepunch Studios.\n\nOriginally just the word \"Rust\" located on the bottom row, the logo for the game was also added after the second canvas expansion.", "links": {"website": ["https://rust.facepunch.com/", "https://en.wikipedia.org/wiki/Rust_(video_game)"], "subreddit": ["playrust", "place_CentralAlliance"]}, "path": {"24-108": [[523, 993], [523, 1000], [540, 1000], [540, 993]], "11-14": [[492, 993], [492, 1000], [516, 1000], [516, 993]], "109-166, T:0-1": [[523, 992], [523, 1018], [540, 1018], [540, 992]]}, "center": {"24-108": [532, 997], "11-14": [504, 997], "109-166, T:0-1": [532, 1005]}}, {"id": "twv8nx", "name": "StressMonster101", "description": "StressMonster101 is a Minecraft YouTuber.", "links": {"website": ["https://www.youtube.com/c/Stressmonster101", "https://hermitcraft.fandom.com/wiki/StressMonster101"], "subreddit": ["HermitCraft"]}, "path": {"16-165, T:0-1": [[887, 591], [887, 599], [896, 599], [896, 591]]}, "center": {"16-165, T:0-1": [892, 595]}}, @@ -2188,7 +2188,7 @@ {"id": "twv6zh", "name": "Xibalbistán flag", "description": "Flag of the micronation created by the Xibalboys, a small but dedicated group of friends.", "links": {"website": ["https://www.xibalbistan.com/"]}, "path": {"109-166, T:0-1": [[846, 1814], [846, 1821], [855, 1821], [855, 1814]]}, "center": {"109-166, T:0-1": [851, 1818]}}, {"id": "twv6z6", "name": "FalseSymmetry", "description": "FalseSymmetry is a member of Hermitcraft.", "links": {"website": ["https://www.youtube.com/c/FalseSymmetry", "https://hermitcraft.fandom.com/wiki/FalseSymmetry"], "subreddit": ["HermitCraft"]}, "path": {"27-166, T:0-1": [[860, 599], [869, 599], [869, 607], [860, 607]]}, "center": {"27-166, T:0-1": [865, 603]}}, {"id": "twv6p8", "name": "Pôle 3D", "description": "French Animation 2D/3D, Video Games and Illustration School located in Roubaix. Made with L1 and L2 2022 students <3<3", "links": {"website": ["https://pole3d.com/"]}, "path": {"109-164, T:0-1": [[251, 1890], [251, 1904], [267, 1904], [267, 1890]]}, "center": {"109-164, T:0-1": [259, 1897]}}, -{"id": "twv6o6", "name": "Teminite", "description": "Teminite is a musical artist primarily focusing on making dubstep music, but also makes lots of other types of songs within different EDM (electronic dance music) genres. He also plays his saxophone in some of his songs.\n\nThis artwork was made by the community of Teminite, primarily members of his Discord server. The artwork rarely saw griefing due to its surprisingly optimal location on the canvas.", "links": {"website": ["https://www.youtube.com/c/TeminiteMusic"], "subreddit": ["Teminite"]}, "path": {"58-62": [[1952, 270], [1952, 276], [1983, 276], [1983, 270]], "63-167, T:0-1": [[1953, 270], [1969, 270], [1969, 276], [1980, 276], [1980, 290], [1976, 290], [1976, 291], [1975, 291], [1975, 293], [1974, 293], [1974, 295], [1973, 295], [1973, 296], [1953, 296]]}, "center": {"58-62": [1968, 273], "63-167, T:0-1": [1964, 285]}}, +{"id": "twv6o6", "name": "Teminite", "description": "Teminite is a British musical artist who primarily makes dubstep music, but might sometimes delve into different genres as well. He's a taught jazz musician and plays his saxophone and keyboard in many of his songs.\n\nThis artwork was made by the community of Teminite, primarily members of his Discord server. The artwork rarely saw griefing compared to other areas, due to its surprisingly optimal location on the canvas.", "links": {"website": ["https://www.youtube.com/@TeminiteMusic"], "subreddit": ["Teminite"], "discord": ["Ht5VT4s"]}, "path": {"58-62": [[1952, 270], [1952, 276], [1983, 276], [1983, 270]], "63-167, T:0-1": [[1953, 270], [1969, 270], [1969, 276], [1980, 276], [1980, 290], [1976, 290], [1976, 291], [1975, 291], [1975, 293], [1974, 293], [1974, 295], [1973, 295], [1973, 296], [1953, 296]]}, "center": {"58-62": [1968, 273], "63-167, T:0-1": [1964, 285]}}, {"id": "twv6jc", "name": "Unlimited Love Album Cover Art", "description": "Representation of the album cover art for Red Hot Chili Pepper's 12th Studio Album Unlimited Love, which came out on the 1st of April 2022", "links": {"website": ["https://rhcp.lnk.to/unlimitedlove"], "subreddit": ["RedHotChiliPeppers"]}, "path": {"109-166, T:0-1": [[465, 1800], [490, 1800], [490, 1826], [464, 1826], [464, 1800]]}, "center": {"109-166, T:0-1": [477, 1813]}}, {"id": "twv6bg", "name": "Cold Borscht", "description": "A Lithuanian variant of the Borscht soup, cold borscht, painted on the Lithuanian flag. Recognizable by its distinct pink color with garnishes and a sliced hard boiled egg.", "links": {"subreddit": ["lithuania"]}, "path": {"109-166, T:0-1": [[529, 1638], [529, 1635], [529, 1634], [530, 1634], [531, 1633], [532, 1632], [533, 1632], [533, 1631], [534, 1631], [552, 1631], [553, 1632], [554, 1632], [555, 1633], [556, 1634], [557, 1635], [557, 1636], [557, 1637], [557, 1638], [556, 1639], [556, 1640], [555, 1641], [554, 1642], [553, 1642], [552, 1643], [551, 1643], [550, 1644], [548, 1644], [547, 1645], [546, 1645], [545, 1645], [544, 1645], [543, 1645], [542, 1645], [541, 1645], [540, 1645], [538, 1645], [537, 1644], [536, 1644], [535, 1643], [533, 1643], [533, 1642], [531, 1642], [531, 1641], [530, 1640], [530, 1639]]}, "center": {"109-166, T:0-1": [543, 1638]}}, {"id": "twv6aa", "name": "Are You Alright?", "description": "Are You Alright? is an extended play (EP) album from the band Lovejoy.", "links": {"subreddit": ["wilbursoot"]}, "path": {"77-166, T:0-1": [[1279, 344], [1279, 369], [1315, 369], [1315, 344]]}, "center": {"77-166, T:0-1": [1297, 357]}}, @@ -2252,7 +2252,7 @@ {"id": "twuuze", "name": "SpreenDMC", "description": "The logo of the Argentine streamer SpreenDMC, built by him and his followers. He is one of the biggest streamers in the Spanish-speaking community.", "links": {"website": ["https://www.twitch.tv/elspreen"], "subreddit": ["spreen"]}, "path": {"118-164, T:0-1": [[1226, 1272], [1210, 1255], [1204, 1252], [1203, 1239], [1212, 1228], [1216, 1220], [1217, 1211], [1220, 1206], [1228, 1206], [1231, 1211], [1252, 1210], [1259, 1214], [1265, 1210], [1268, 1210], [1272, 1216], [1275, 1222], [1275, 1236], [1276, 1239], [1278, 1241], [1274, 1242], [1276, 1246], [1278, 1247], [1274, 1250], [1277, 1252], [1277, 1256], [1270, 1256], [1271, 1259], [1264, 1263], [1257, 1265], [1247, 1269], [1241, 1272], [1234, 1273], [1231, 1272]]}, "center": {"118-164, T:0-1": [1239, 1240]}}, {"id": "twuus7", "name": "Jenny Wakeman", "description": "Made by dedicated members of the My Life As A Teenage Robot fanbase and those who remember this creation of Rob Renzetti and his crew.", "links": {"website": ["https://www.youtube.com/c/MyLifeasaTeenageRobotFanbase"], "subreddit": ["MyLifeAsATeenageRobot"]}, "path": {"109-165, T:0-1": [[1497, 1739], [1501, 1739], [1501, 1740], [1503, 1740], [1503, 1741], [1506, 1741], [1507, 1740], [1507, 1739], [1512, 1739], [1512, 1731], [1511, 1731], [1511, 1728], [1512, 1728], [1512, 1723], [1518, 1723], [1518, 1715], [1517, 1715], [1517, 1714], [1516, 1713], [1515, 1712], [1514, 1712], [1514, 1711], [1513, 1710], [1512, 1710], [1511, 1709], [1509, 1709], [1508, 1708], [1490, 1708], [1490, 1718], [1489, 1718], [1489, 1727], [1497, 1727]]}, "center": {"109-165, T:0-1": [1503, 1722]}}, {"id": "twuui1", "name": "E", "description": "The debut album of British-Swedish artist and Drain Gang member Ecco2K, released in 2019.", "links": {"website": ["https://e-ec.co/"], "subreddit": ["sadboys"]}, "path": {"67-164, T:0-1": [[1573, 392], [1573, 412], [1593, 412], [1593, 392]]}, "center": {"67-164, T:0-1": [1583, 402]}}, -{"id": "twuuhl", "name": "Bukayo Saka", "description": "Bukayo Saka (born 5 September 2001) is an English professional footballer who plays as a winger for Arsenal in the Premier League and a midfielder/defender for the England national team.\n\nHe is represented here as in one of the most famous photos of him, later revisited by the cartoonist Poorly Drawn Arsenal: in swimming shorts with Arsenal colors, on an inflatable unicorn, jumping into a pool.\n\nBoth the original image and Poorly Drawn Arsenal's rendition of it would become viral internet memes during Euro 2020.", "links": {"website": ["https://www.poorlydrawnarsenal.com/product/starboy-saka-poster-worldwide", "https://en.wikipedia.org/wiki/Bukayo_Saka"], "subreddit": ["Gunners"]}, "path": {"147-160": [[1508, 1429], [1533, 1429], [1533, 1424], [1535, 1421], [1539, 1420], [1542, 1420], [1545, 1423], [1545, 1429], [1567, 1429], [1567, 1432], [1569, 1434], [1569, 1455], [1572, 1455], [1574, 1457], [1574, 1459], [1571, 1463], [1574, 1468], [1575, 1469], [1579, 1469], [1579, 1472], [1586, 1477], [1586, 1478], [1569, 1478], [1569, 1489], [1567, 1489], [1567, 1486], [1565, 1484], [1560, 1484], [1558, 1486], [1557, 1486], [1555, 1485], [1554, 1486], [1554, 1489], [1550, 1489], [1548, 1490], [1547, 1492], [1547, 1493], [1555, 1498], [1555, 1499], [1499, 1499], [1499, 1456], [1508, 1456]], "109-146": [[1508, 1429], [1533, 1429], [1533, 1424], [1535, 1421], [1539, 1420], [1542, 1420], [1545, 1423], [1545, 1429], [1567, 1429], [1567, 1432], [1569, 1434], [1569, 1455], [1572, 1455], [1574, 1457], [1574, 1459], [1571, 1463], [1574, 1468], [1575, 1469], [1579, 1469], [1579, 1472], [1586, 1477], [1586, 1478], [1569, 1478], [1569, 1489], [1567, 1489], [1567, 1486], [1565, 1484], [1560, 1484], [1558, 1486], [1557, 1486], [1555, 1485], [1554, 1486], [1554, 1489], [1550, 1489], [1548, 1490], [1547, 1492], [1547, 1493], [1555, 1498], [1555, 1499], [1499, 1499], [1499, 1429]], "56-101": [[1832, 589], [1834, 585], [1844, 585], [1844, 598], [1845, 599], [1845, 610], [1853, 619], [1860, 619], [1867, 624], [1873, 633], [1874, 633], [1874, 638], [1871, 640], [1864, 640], [1862, 638], [1860, 638], [1860, 640], [1857, 643], [1861, 644], [1861, 648], [1867, 648], [1870, 650], [1869, 656], [1868, 656], [1868, 654], [1864, 654], [1862, 658], [1860, 658], [1859, 660], [1852, 660], [1851, 658], [1849, 660], [1839, 664], [1827, 664], [1819, 672], [1813, 679], [1812, 679], [1812, 675], [1814, 669], [1814, 661], [1803, 661], [1803, 656], [1805, 654], [1808, 654], [1815, 649], [1820, 642], [1822, 642], [1824, 634], [1828, 629], [1828, 607], [1832, 602], [1834, 602], [1835, 601], [1835, 599], [1832, 595]], "161-166, T:0-1": [[1508, 1429], [1533, 1429], [1533, 1424], [1535, 1421], [1539, 1420], [1542, 1420], [1545, 1423], [1545, 1429], [1567, 1429], [1567, 1432], [1569, 1434], [1569, 1455], [1572, 1455], [1574, 1457], [1574, 1459], [1571, 1463], [1574, 1468], [1575, 1469], [1579, 1469], [1579, 1472], [1586, 1477], [1586, 1478], [1569, 1478], [1569, 1489], [1567, 1489], [1567, 1486], [1565, 1484], [1560, 1484], [1558, 1486], [1557, 1486], [1555, 1485], [1554, 1486], [1554, 1489], [1550, 1489], [1548, 1490], [1547, 1492], [1547, 1493], [1555, 1498], [1555, 1499], [1499, 1499], [1499, 1469], [1508, 1469]]}, "center": {"147-160": [1539, 1459], "109-146": [1532, 1462], "56-101": [1839, 645], "161-166, T:0-1": [1539, 1459]}}, +{"id": "twuuhl", "name": "Bukayo Saka", "description": "Bukayo Saka (born 5 September 2001) is an English professional footballer who plays as a winger for Arsenal in the Premier League and a midfielder/defender for the England national team.\n\nHe is represented here as in one of the most famous photos of him, later revisited by the cartoonist Poorly Drawn Arsenal- in swimming shorts with Arsenal colors, on an inflatable unicorn, jumping into a pool.\n\nBoth the original image and Poorly Drawn Arsenal's rendition of it would become viral internet memes during Euro 2020.", "links": {"website": ["https://www.poorlydrawnarsenal.com/product/starboy-saka-poster-worldwide", "https://en.wikipedia.org/wiki/Bukayo_Saka"], "subreddit": ["Gunners"]}, "path": {"147-160": [[1508, 1429], [1533, 1429], [1533, 1424], [1535, 1421], [1539, 1420], [1542, 1420], [1545, 1423], [1545, 1429], [1567, 1429], [1567, 1432], [1569, 1434], [1569, 1455], [1572, 1455], [1574, 1457], [1574, 1459], [1571, 1463], [1574, 1468], [1575, 1469], [1579, 1469], [1579, 1472], [1586, 1477], [1586, 1478], [1569, 1478], [1569, 1489], [1567, 1489], [1567, 1486], [1565, 1484], [1560, 1484], [1558, 1486], [1557, 1486], [1555, 1485], [1554, 1486], [1554, 1489], [1550, 1489], [1548, 1490], [1547, 1492], [1547, 1493], [1555, 1498], [1555, 1499], [1499, 1499], [1499, 1456], [1508, 1456]], "109-146": [[1508, 1429], [1533, 1429], [1533, 1424], [1535, 1421], [1539, 1420], [1542, 1420], [1545, 1423], [1545, 1429], [1567, 1429], [1567, 1432], [1569, 1434], [1569, 1455], [1572, 1455], [1574, 1457], [1574, 1459], [1571, 1463], [1574, 1468], [1575, 1469], [1579, 1469], [1579, 1472], [1586, 1477], [1586, 1478], [1569, 1478], [1569, 1489], [1567, 1489], [1567, 1486], [1565, 1484], [1560, 1484], [1558, 1486], [1557, 1486], [1555, 1485], [1554, 1486], [1554, 1489], [1550, 1489], [1548, 1490], [1547, 1492], [1547, 1493], [1555, 1498], [1555, 1499], [1499, 1499], [1499, 1429]], "56-101": [[1832, 589], [1834, 585], [1844, 585], [1844, 598], [1845, 599], [1845, 610], [1853, 619], [1860, 619], [1867, 624], [1873, 633], [1874, 633], [1874, 638], [1871, 640], [1864, 640], [1862, 638], [1860, 638], [1860, 640], [1857, 643], [1861, 644], [1861, 648], [1867, 648], [1870, 650], [1869, 656], [1868, 656], [1868, 654], [1864, 654], [1862, 658], [1860, 658], [1859, 660], [1852, 660], [1851, 658], [1849, 660], [1839, 664], [1827, 664], [1819, 672], [1813, 679], [1812, 679], [1812, 675], [1814, 669], [1814, 661], [1803, 661], [1803, 656], [1805, 654], [1808, 654], [1815, 649], [1820, 642], [1822, 642], [1824, 634], [1828, 629], [1828, 607], [1832, 602], [1834, 602], [1835, 601], [1835, 599], [1832, 595]], "161-166, T:0-1": [[1508, 1429], [1533, 1429], [1533, 1424], [1535, 1421], [1539, 1420], [1542, 1420], [1545, 1423], [1545, 1429], [1567, 1429], [1567, 1432], [1569, 1434], [1569, 1455], [1572, 1455], [1574, 1457], [1574, 1459], [1571, 1463], [1574, 1468], [1575, 1469], [1579, 1469], [1579, 1472], [1586, 1477], [1586, 1478], [1569, 1478], [1569, 1489], [1567, 1489], [1567, 1486], [1565, 1484], [1560, 1484], [1558, 1486], [1557, 1486], [1555, 1485], [1554, 1486], [1554, 1489], [1550, 1489], [1548, 1490], [1547, 1492], [1547, 1493], [1555, 1498], [1555, 1499], [1499, 1499], [1499, 1469], [1508, 1469]]}, "center": {"147-160": [1539, 1459], "109-146": [1532, 1462], "56-101": [1839, 645], "161-166, T:0-1": [1539, 1459]}}, {"id": "twuuel", "name": "r/wallstreetbets", "description": "r/wallstreetbets is a subreddit about stock trading, famous for triggering a short squeeze on GameStop stocks in 2021. The subreddit's logo and mascot is named Fuckboy, and the diamonds in his hands (diamond hands) represent holding onto your stocks no matter the drop until they go to the moon, and beyond that too.\n\nThis logo was previously in the upper half of r/place, but it was recreated here when the canvas expanded. The left diamond was replaced with the logo of the game Paladins.", "links": {"website": ["https://en.wikipedia.org/wiki/R/wallstreetbets"], "subreddit": ["wallstreetbets"]}, "path": {"58-95": [[1156, 300], [1144, 307], [1135, 317], [1136, 328], [1140, 334], [1140, 338], [1123, 334], [1121, 325], [1116, 322], [1110, 322], [1104, 327], [1103, 333], [1121, 352], [1124, 351], [1137, 358], [1141, 362], [1146, 392], [1155, 398], [1179, 398], [1180, 364], [1197, 361], [1210, 355], [1221, 344], [1222, 335], [1218, 332], [1212, 334], [1211, 337], [1206, 337], [1205, 343], [1201, 343], [1200, 347], [1179, 347], [1183, 337], [1190, 331], [1190, 326], [1186, 323], [1183, 323], [1182, 312], [1178, 305], [1172, 300]], "2-28": [[654, 573], [644, 580], [642, 591], [639, 593], [639, 595], [642, 602], [632, 602], [624, 594], [619, 594], [619, 593], [613, 587], [607, 587], [604, 590], [603, 593], [603, 595], [614, 605], [616, 605], [616, 610], [628, 610], [630, 613], [640, 615], [641, 619], [641, 648], [676, 648], [679, 645], [679, 623], [690, 623], [690, 621], [693, 621], [693, 609], [681, 607], [681, 596], [684, 594], [682, 590], [679, 590], [679, 583], [671, 583], [671, 575], [672, 574], [672, 572]], "110-165, T:0-1": [[718, 1413], [718, 1384], [749, 1380], [748, 1376], [762, 1364], [756, 1357], [743, 1358], [737, 1370], [718, 1371], [727, 1355], [719, 1330], [710, 1324], [694, 1324], [674, 1340], [675, 1349], [675, 1358], [678, 1366], [668, 1364], [655, 1355], [653, 1354], [644, 1366], [658, 1375], [682, 1375], [683, 1384], [679, 1385], [679, 1395], [688, 1396], [694, 1401], [693, 1406], [697, 1409], [696, 1412]]}, "center": {"58-95": [1161, 324], "2-28": [661, 613], "110-165, T:0-1": [700, 1352]}}, {"id": "twuu4q", "name": "League of Legends", "description": "League of Legends is a multiplayer online battle arena (MOBA) game.\n\nThis art was coordinated in the r/leagueoflegends Discord server.", "links": {"website": ["https://www.leagueoflegends.com/en-us/", "https://en.wikipedia.org/wiki/League_of_Legends"], "subreddit": ["leagueoflegends", "placestart"], "discord": ["lol"]}, "path": {"109-166, T:0-1": [[484, 1974], [512, 1974], [512, 1996], [483, 1996]]}, "center": {"109-166, T:0-1": [498, 1985]}}, {"id": "twutok", "name": "Yo, Interneto", "description": "Yo, Interneto is a comedy podcast hosted by three Spanish figures (Dario, Cheeto, and Orslok) based around the smoking culture.\n\nCheeto made this logo during his stream.", "links": {"website": ["https://www.youtube.com/c/yointerneto", "https://www.twitch.tv/yointerneto"], "subreddit": ["Yointerneto"]}, "path": {"147-166, 69-133, T:0-1": [[1393, 569], [1393, 599], [1421, 599], [1421, 569]]}, "center": {"147-166, 69-133, T:0-1": [1407, 584]}}, @@ -2287,7 +2287,7 @@ {"id": "twxxvg", "name": "Gender Change Potion", "description": "A Gender Change Potion is an item in the game Terraria that allows the player to change their gender.", "links": {"website": ["https://terraria.fandom.com/wiki/Gender_Change_Potion"], "subreddit": ["Terraria", "transplace"]}, "path": {"81-165, T:0-1": [[684, 460], [682, 462], [682, 465], [681, 466], [679, 471], [679, 473], [682, 476], [687, 476], [690, 473], [690, 471], [687, 465], [687, 462], [685, 460]]}, "center": {"81-165, T:0-1": [684, 471]}}, {"id": "twxxn7", "name": "El Castillo", "description": "El Castillo is a pyramid built by the Mayan people in the Yucatán Peninsula. It is the centerpiece of the ancient Mayan city of Chichén Itzá, one of the New 7 Wonders of the World.", "links": {"website": ["https://en.wikipedia.org/wiki/El_Castillo,_Chichen_Itza"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"60-165, T:0-1": [[787, 494], [787, 521], [811, 521], [810, 520], [810, 519], [795, 504], [793, 504], [792, 503], [792, 500], [793, 500], [793, 496], [792, 496], [792, 494]]}, "center": {"60-165, T:0-1": [794, 514]}}, {"id": "twxxcw", "name": "Shape", "description": "Shape, a.k.a. polyshape, is a soon-to-be-VTuber.", "links": {"website": ["https://www.youtube.com/c/shape-polygon"]}, "path": {"99-166, T:0-1": [[1452, 897], [1452, 903], [1472, 903], [1472, 897]]}, "center": {"99-166, T:0-1": [1462, 900]}}, -{"id": "100179", "name": "Camellia", "description": "Camellia (also known as Cametek) is a musician that mainly produces electronic dance music. He is also known as the King of Rhythm Games. Built by the r/camelia community with help from r/osuplace and streamer BTMC.", "links": {"website": ["https://linktr.ee/cametek"], "subreddit": ["camelia"]}, "path": {"109-165, T:0-1": [[660, 1491], [660, 1522], [745, 1522], [745, 1491]]}, "center": {"109-165, T:0-1": [703, 1507]}}, +{"id": 100179, "name": "Camellia", "description": "Camellia (also known as Cametek) is a musician that mainly produces electronic dance music. He is also known as the King of Rhythm Games. Built by the r/camelia community with help from r/osuplace and streamer BTMC.", "links": {"website": ["https://linktr.ee/cametek"], "subreddit": ["camelia"]}, "path": {"109-165, T:0-1": [[660, 1491], [660, 1522], [745, 1522], [745, 1491]]}, "center": {"109-165, T:0-1": [703, 1507]}}, {"id": "twxx81", "name": "Arkeanos", "description": "Arkeanos is a team of Spanish content creators on YouTube and Twitch. \"Siempre con el Jefecito.\"\n\nShortly before the end of r/place, the Arkeanos community invaded the long-standing r/AnarchyChess chessboard to secure a place in Reddit history.", "links": {"website": ["https://www.youtube.com/channel/UCggHFGmLDDStxyM-uy9DYnQ"], "subreddit": ["Arkeanos", "nexxuzhd"]}, "path": {"158-166, T:0-1": [[1717, 48], [1717, 147], [1615, 147], [1615, 48]]}, "center": {"158-166, T:0-1": [1666, 98]}}, {"id": "twxx76", "name": "Lysium", "description": "Lysium is a streamer who plays on NoPixel, a role-playing server for the game Grand Theft Auto V. He role-plays the character Benji Ramos.", "links": {"website": ["https://www.twitch.tv/lysium"], "subreddit": ["Lysium", "NoPixel"]}, "path": {"95-146": [[1442, 671], [1442, 688], [1489, 688], [1489, 671]], "88-94": [[1442, 671], [1442, 688], [1515, 688], [1515, 671]], "83-85": [[323, 992], [323, 1000], [368, 1000], [369, 992]], "148-166, T:0-1": [[1442, 671], [1442, 688], [1490, 688], [1490, 671]]}, "center": {"95-146": [1466, 680], "88-94": [1479, 680], "83-85": [346, 996], "148-166, T:0-1": [1466, 680]}}, {"id": "twxx6w", "name": "University of Maryland, Baltimore County", "description": "The University of Maryland, Baltimore County (UMBC) is a college in Baltimore, Maryland, United States. The design on UMBC's shield logo is based on the flag of Maryland", "links": {"website": ["https://umbc.edu/", "https://en.wikipedia.org/wiki/University_of_Maryland,_Baltimore_County"], "subreddit": ["UMBC", "maryland"]}, "path": {"106-166, T:0-1": [[1813, 711], [1811, 713], [1811, 715], [1814, 718], [1815, 718], [1818, 715], [1818, 713], [1816, 711]]}, "center": {"106-166, T:0-1": [1815, 714]}}, @@ -2418,7 +2418,7 @@ {"id": "twxd9m", "name": "Nil García", "description": "Nil García (nilgarcia10) is a Twitch streamer.", "links": {"website": ["https://www.twitch.tv/nilgarcia10"]}, "path": {"144-166, T:0-1": [[1605, 420], [1624, 420], [1624, 428], [1605, 428]]}, "center": {"144-166, T:0-1": [1615, 424]}}, {"id": "twxd75", "name": "Pet turtle", "description": "This pet turtle is from the aquatic pet family of the game Realm of the Mad God.\n\nThe turtle represents the alliance between RotMG and Fish Cult, an alliance which was formed almost immediately at the start of r/place.", "links": {"website": ["https://support.rotmg.com/hc/en-us/articles/360056145352-Pet-Families#aquatic"], "subreddit": ["RotMG", "PlaceFishCult"]}, "path": {"103-166, T:0-1": [[1439, 928], [1442, 928], [1442, 927], [1446, 927], [1446, 928], [1447, 928], [1447, 931], [1446, 931], [1446, 932], [1444, 932], [1444, 931], [1444, 932], [1442, 932], [1442, 931], [1439, 931]]}, "center": {"103-166, T:0-1": [1444, 929]}}, {"id": "twxcy0", "name": "Soundodger 2 Bullet", "description": "A bullet created on OneMrBean's (the dev)'s stream by the soundodger community to celebrate the early access release of soundodger 2", "links": {"website": ["https://www.twitch.tv/onemrbean"]}, "path": {"109-166, T:0-1": [[989, 1907], [1002, 1902], [1005, 1905], [1005, 1912], [1002, 1917], [997, 1917], [993, 1912], [990, 1907]]}, "center": {"109-166, T:0-1": [999, 1910]}}, -{"id": "twxcq1", "name": "Shiny Furret", "description": "Furret (Japanese: オオタチ Ootachi) is a Normal-type Pokémon introduced in Generation II, in this case in its Shiny variant.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Furret_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"109-166, T:0-1": [[466, 1459], [454, 1459], [455, 1457], [455, 1453], [454, 1452], [452, 1451], [451, 1449], [450, 1447], [449, 1444], [450, 1443], [450, 1441], [451, 1440], [452, 1438], [452, 1435], [453, 1434], [454, 1433], [456, 1432], [458, 1432], [460, 1432], [460, 1430], [461, 1429], [462, 1429], [462, 1432], [466, 1432], [467, 1431], [468, 1432], [467, 1434], [466, 1435], [467, 1437], [468, 1440], [468, 1441], [473, 1441], [472, 1445], [471, 1449], [470, 1451], [469, 1453], [467, 1454], [466, 1456]]}, "center": {"109-166, T:0-1": [461, 1445]}}, +{"id": "twxcq1", "name": "Shiny Furret", "description": "Furret is a Normal-type Pokémon introduced in Generation II, in this case in its Shiny variant.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Furret_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"109-166, T:0-1": [[466, 1459], [454, 1459], [455, 1457], [455, 1453], [454, 1452], [452, 1451], [451, 1449], [450, 1447], [449, 1444], [450, 1443], [450, 1441], [451, 1440], [452, 1438], [452, 1435], [453, 1434], [454, 1433], [456, 1432], [458, 1432], [460, 1432], [460, 1430], [461, 1429], [462, 1429], [462, 1432], [466, 1432], [467, 1431], [468, 1432], [467, 1434], [466, 1435], [467, 1437], [468, 1440], [468, 1441], [473, 1441], [472, 1445], [471, 1449], [470, 1451], [469, 1453], [467, 1454], [466, 1456]]}, "center": {"109-166, T:0-1": [459, 1444]}}, {"id": "twxcpl", "name": "Centre National d'Études Spatiales", "description": "The CNES (Centre National d'Études Spatiales, National Center for Space Studies) is the French government space agency (similar to the U.S.A.'s NASA) and one of the main contributors to the European Space Agency.\n\nThis logo was drawn mostly by the Twitter CNES community. A former version was drawn and overwritten at the top of the bottom-left huge French flag. The logo was later redrawn next to the Ariane launcher.", "links": {"website": ["https://cnes.fr/en", "https://en.wikipedia.org/wiki/National_Centre_for_Space_Studies"], "subreddit": ["cnes", "placefrance", "franceplace", "placeFR", "france"]}, "path": {"158-165, T:0-1": [[1133, 759], [1135, 757], [1137, 755], [1137, 750], [1139, 749], [1140, 750], [1140, 755], [1144, 755], [1147, 758], [1149, 760], [1150, 764], [1150, 767], [1148, 769], [1145, 772], [1144, 773], [1137, 773], [1137, 772], [1132, 768], [1131, 767], [1131, 762], [1132, 761], [1132, 760]]}, "center": {"158-165, T:0-1": [1141, 764]}}, {"id": "twxcem", "name": "Eridan Ampora", "description": "A character from the webcomic Homestuck.", "links": {"website": ["https://mspaintadventures.fandom.com/wiki/Eridan_Ampora"], "subreddit": ["homestuck"]}, "path": {"156-165, T:0-1": [[387, 156], [387, 151], [388, 151], [388, 148], [389, 148], [389, 145], [380, 145], [380, 148], [381, 148], [381, 151], [382, 151], [382, 156]]}, "center": {"156-165, T:0-1": [384, 149]}}, {"id": "twxc2f", "name": "Banjo and Kazooie", "description": "Protagonists of the Banjo-Kazooie series", "links": {"subreddit": ["BanjoKazooie"]}, "path": {"109-165, T:0-1": [[1126, 1565], [1119, 1576], [1118, 1581], [1120, 1584], [1123, 1594], [1132, 1594], [1136, 1583], [1137, 1577], [1131, 1566]]}, "center": {"109-165, T:0-1": [1128, 1579]}}, @@ -2673,7 +2673,7 @@ {"id": "tx35h9", "name": "Starcraft Probe", "description": "The probe is the Protoss worker unit in the StarCraft game series from the game studio publisher Blizzard.", "links": {"website": ["https://starcraft.fandom.com/wiki/Probe"], "subreddit": ["starcraft"]}, "path": {"109-166, T:0-1": [[1796, 1723], [1797, 1726], [1798, 1728], [1799, 1731], [1800, 1732], [1800, 1735], [1801, 1736], [1802, 1736], [1803, 1737], [1804, 1738], [1802, 1738], [1801, 1737], [1800, 1735], [1799, 1736], [1799, 1737], [1798, 1737], [1797, 1738], [1794, 1738], [1792, 1737], [1792, 1735], [1791, 1735], [1790, 1736], [1790, 1737], [1789, 1738], [1787, 1738], [1788, 1737], [1789, 1736], [1791, 1735], [1791, 1732], [1792, 1731], [1792, 1729], [1793, 1728], [1793, 1727], [1794, 1725], [1795, 1724]]}, "center": {"109-166, T:0-1": [1795, 1732]}}, {"id": "tx356h", "name": "Weather Community", "description": "The Weather Community (Wx) describes people who are interested in the discussion and study of weather.\n\nThis artwork was organized by the Storm's Edge Discord server and Reddit's weather community.", "links": {"website": ["https://www.weather.gov/abr/JointheWeatherCommunity"], "subreddit": ["NOAA", "severeweather"], "discord": ["weather"]}, "path": {"57-166, T:0-1": [[1713, 592], [1710, 594], [1707, 598], [1707, 600], [1709, 603], [1713, 606], [1715, 606], [1719, 603], [1721, 600], [1721, 598], [1719, 595], [1715, 592]]}, "center": {"57-166, T:0-1": [1714, 599]}}, {"id": "tx34rm", "name": "Clemson University", "description": "Clemson University is a university in Clemson, South Carolina, United States.", "links": {"website": ["https://www.clemson.edu/", "https://en.wikipedia.org/wiki/Clemson_University"], "subreddit": ["Clemson"]}, "path": {"74-101": [[1757, 593], [1752, 598], [1752, 606], [1764, 606], [1764, 593]], "122-161, T:0-1": [[296, 1609], [296, 1624], [310, 1624], [310, 1609]]}, "center": {"74-101": [1758, 600], "122-161, T:0-1": [303, 1617]}}, -{"id": "tx33xi", "name": "Shiny Ditto", "description": "Ditto is a Normal-type Pokémon introduced in the Generation I Pokemon games (Pokémon Red/Blue). It is known for its ability to transform into other Pokémon and even inanimate objects. Ditto are normally purple, but this Ditto is a Shiny Pokémon, with a blue color instead. Shiny Pokémon are sought after for their rarity.\n\nThis Ditto was originally its normal purple color before being turned into its Shiny blue color.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Ditto_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"14-166, T:0-1": [[708, 819], [706, 815], [705, 813], [704, 812], [702, 812], [702, 814], [700, 811], [696, 813], [692, 815], [694, 819], [693, 824], [698, 825], [707, 825], [709, 821], [707, 818]]}, "center": {"14-166, T:0-1": [700, 819]}}, +{"id": "tx33xi", "name": "Shiny Ditto", "description": "Ditto is a Normal-type Pokémon introduced in the Generation I Pokemon games (Pokémon Red/Blue). It is known for its ability to transform into other Pokémon and even inanimate objects. Ditto are normally purple, but this Ditto is a Shiny Pokémon, with a blue color instead. Shiny Pokémon are sought after for their rarity.\n\nThis Ditto was originally its normal purple color before being turned into its Shiny blue color.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Ditto_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"14-166, T:0-1": [[708, 819], [706, 815], [705, 813], [704, 812], [702, 812], [702, 814], [700, 811], [696, 813], [692, 815], [694, 819], [693, 824], [698, 825], [707, 825], [709, 821], [707, 818]]}, "center": {"14-166, T:0-1": [700, 819]}}, {"id": "tx33w6", "name": "Chicken Person ft. Amongus", "description": "Chick P is the best celestial being a motley crew of adventures could ask for! The blue amongus is riding atop.", "links": {}, "path": {"109-166, T:0-1": [[469, 1440], [471, 1440], [472, 1439], [473, 1438], [473, 1434], [472, 1433], [468, 1433], [467, 1435], [468, 1438]]}, "center": {"109-166, T:0-1": [470, 1436]}}, {"id": "tx33vw", "name": "Soul Knight boar", "description": "Enemy from the mobile game Soul Knight", "links": {"subreddit": ["SoulKnight"]}, "path": {"109-166, T:0-1": [[1700, 1977], [1720, 1977], [1720, 1993], [1700, 1993]]}, "center": {"109-166, T:0-1": [1710, 1985]}}, {"id": "tx33s5", "name": "Murasame", "description": "Murasame is a character from the visual novel Senren*Banka, made by Yuzusoft.\n\nThis art was created by the Yuzusoft fan Discord server as part of Operation YuzuArt.", "links": {"website": ["http://www.yuzu-soft.com/"], "subreddit": ["visualnovels"], "discord": ["jJRNgzh"]}, "path": {"132-166, T:0-1": [[1425, 491], [1433, 491], [1433, 509], [1425, 509]]}, "center": {"132-166, T:0-1": [1429, 500]}}, @@ -2735,7 +2735,7 @@ {"id": "tx2sax", "name": "Pinde", "description": "A small bear representing Pinde, a French streamer.", "links": {"website": ["https://www.twitch.tv/pinde"]}, "path": {"154-166, T:0-1": [[1627, 34], [1627, 37], [1631, 41], [1633, 39], [1633, 34]]}, "center": {"154-166, T:0-1": [1631, 37]}}, {"id": "tx2s2m", "name": "Egegge", "description": "Egegge is a small community that praises Eggdog and eggs. Thanks to Green Lattice for protection.", "links": {"discord": ["NVspkR4"]}, "path": {"105-106, 119-164, T:0-1": [[1046, 439], [1049, 439], [1052, 442], [1052, 452], [1044, 452], [1043, 442]]}, "center": {"105-106, 119-164, T:0-1": [1048, 446]}}, {"id": "tx2s1p", "name": "Flag of Romania", "description": "Romania is a country in Eastern Europe. This second flag of Romania featured Brâncuși's Endless Column (Coloana Infinitului), Romeo Fantastick's Pinguinul, and two incarnations of Spider-Man (Peter Parker and Miles Morales).\n\nThe second Romanian flag on the canvas was also known as Colony or Tigania. It was founded by four users, xLightst, sdshaw, bonciuadv, and Biti Nebunu. They went against direct orders after the canvas first expanded and started a colony. They were ridiculed and dishonored by the leaders of the first flag, but they went on and created allies with Factorio, making a conveyor belt with the Romanian flag as a symbol of peace. They also allied with Columbia as a peaceful and neutral neighbor that had an appetite for smaller art. After the Polish invaded the first flag, Iraphahell streamed the last defense against the Polish with his fanbase and helped liberate the area and expand west and north, an operation known as the 2nd Battalion. After a while, the Polish found out and colonized the flag. The Romanians weren't able to take it back and retreated in the 3rd Battalion, northeast. sdshaw and xLightst weren't seen again, but Biti Nebunu and bonciu fought all night in vain. The flag was lost. May the colony rise again.", "links": {"website": ["https://en.wikipedia.org/wiki/Romania", "https://en.wikipedia.org/wiki/Flag_of_Romania"], "subreddit": ["Romania"]}, "path": {"155": [[1549, 609], [1549, 560], [1556, 560], [1556, 553], [1482, 553], [1482, 609]], "156": [[1482, 612], [1548, 612], [1548, 553], [1482, 553]], "157": [[1482, 612], [1548, 612], [1548, 535], [1509, 535], [1509, 483], [1561, 483], [1561, 474], [1485, 474], [1485, 501], [1482, 501]], "158": [[1548, 612], [1548, 535], [1509, 535], [1509, 501], [1482, 501], [1482, 612]], "56-65": [[1482, 599], [1482, 546], [1549, 546], [1549, 591], [1528, 591], [1528, 599]], "66-71": [[1482, 599], [1482, 546], [1549, 546], [1549, 599]], "87-119": [[1482, 553], [1482, 599], [1549, 599], [1549, 571], [1557, 571], [1557, 553]], "120-154": [[1482, 553], [1482, 599], [1549, 599], [1549, 562], [1557, 562], [1557, 553]], "72-85, T:0-1": [[1482, 599], [1549, 599], [1549, 553], [1482, 553]]}, "center": {"155": [1519, 581], "156": [1515, 583], "157": [1515, 568], "158": [1515, 568], "56-65": [1509, 573], "66-71": [1516, 573], "87-119": [1520, 576], "120-154": [1520, 576], "72-85, T:0-1": [1516, 576]}}, -{"id": "tx2rek", "name": "Petronas Twin Towers", "description": "The Petronas Twin Towers are a well-known landmark of Malaysia. They are the tallest twin towers in the world.", "links": {"website": ["https://en.wikipedia.org/wiki/Petronas_Towers"], "subreddit": ["malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"100-166, T:0-1": [[350, 977], [350, 992], [367, 992], [367, 978], [366, 977], [366, 972], [364, 970], [364, 966], [362, 966], [362, 970], [359, 978], [358, 978], [357, 974], [355, 970], [355, 966], [353, 966], [353, 970], [351, 974], [351, 977]]}, "center": {"100-166, T:0-1": [357, 985]}}, +{"id": "tx2rek", "name": "Petronas Twin Towers", "description": "The Petronas Twin Towers are a well-known landmark of Malaysia. They are the tallest twin towers in the world.", "links": {"website": ["https://en.wikipedia.org/wiki/Petronas_Towers"], "subreddit": ["placeMY", "malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"100-166, T:0-1": [[350, 977], [350, 992], [367, 992], [367, 978], [366, 977], [366, 972], [364, 970], [364, 966], [362, 966], [362, 970], [359, 978], [358, 978], [357, 974], [355, 970], [355, 966], [353, 966], [353, 970], [351, 974], [351, 977]]}, "center": {"100-166, T:0-1": [357, 985]}}, {"id": "tx2r8f", "name": "2.2 when?", "description": "A reference to the ongoing 5+ year wait for Geometry Dash's 2.2 update.", "links": {"website": ["https://geometry-dash.fandom.com/wiki/Update_2.2"], "subreddit": ["geometrydashplace", "geometrydash"]}, "path": {"25-29": [[849, 70], [849, 85], [878, 85], [878, 78], [860, 78], [860, 70]], "79-117": [[1552, 768], [1552, 783], [1581, 783], [1581, 776], [1563, 776], [1563, 768]], "56-74": [[1550, 750], [1550, 765], [1579, 765], [1579, 758], [1561, 758], [1561, 750]], "125-166, T:0-1": [[1502, 1567], [1502, 1584], [1533, 1584], [1533, 1576], [1514, 1576], [1514, 1567]]}, "center": {"25-29": [855, 79], "79-117": [1558, 777], "56-74": [1556, 759], "125-166, T:0-1": [1508, 1578]}}, {"id": "tx2r63", "name": "cokoooooo", "description": "French streamer cokoooooo's logo.", "links": {"website": ["https://www.twitch.tv/cokoooooo"]}, "path": {"154-167, T:0-1": [[1632, 41], [1632, 42], [1638, 48], [1640, 48], [1640, 41]]}, "center": {"154-167, T:0-1": [1637, 44]}}, {"id": "tx2qaf", "name": "Joel Embiid", "description": "Joel Embiid is a Cameroonian professional basketball player for the Philadelphia 76ers of the NBA. As of 2022, he is an NBA MVP frontrunner.", "links": {"subreddit": ["sixers"]}, "path": {"109-166, T:0-1": [[1361, 1301], [1361, 1314], [1363, 1314], [1363, 1319], [1387, 1319], [1387, 1307], [1378, 1307], [1378, 1296], [1362, 1296], [1362, 1301]]}, "center": {"109-166, T:0-1": [1373, 1309]}}, @@ -2937,7 +2937,7 @@ {"id": "tx1j0m", "name": "Denmark's flag", "description": "Small flag made by the denmark community", "links": {"subreddit": ["Denmark"]}, "path": {"109-165, T:0-1": [[789, 1302], [811, 1302], [811, 1311], [789, 1312]]}, "center": {"109-165, T:0-1": [800, 1307]}}, {"id": "tx1i61", "name": "MWM x BKFAD", "description": "A build site created by a collaboration between Mashup Week: Megamix and the Bootleg King For Another Day Tournament, with additional help from Duck World's community. The build site features both tournaments' emblems as well as Duck World's flag.", "links": {"website": ["https://mashupweek.cloud", "https://bkfadtojo.webflow.io"], "subreddit": ["MashupWeek"]}, "path": {"56-166, T:0-1": [[1730, 122], [1730, 148], [1731, 148], [1731, 152], [1733, 155], [1738, 159], [1742, 159], [1745, 157], [1749, 152], [1749, 150], [1755, 150], [1755, 141], [1760, 141], [1760, 132], [1763, 132], [1765, 130], [1765, 128], [1760, 128], [1760, 122]]}, "center": {"56-166, T:0-1": [1743, 135]}}, {"id": "tx1i4y", "name": "VEGETTA777", "description": "VEGETTA777 is a Spanish YouTuber. This art depicts the face used by VEGETTA777 in the game Minecraft.", "links": {"website": ["https://www.youtube.com/user/vegetta777", "https://www.twitch.tv/vegetta777"]}, "path": {"113-166, T:0-1": [[1566, 613], [1577, 613], [1577, 627], [1566, 627]]}, "center": {"113-166, T:0-1": [1572, 620]}}, -{"id": "tx1hje", "name": "Tinny", "description": "Tinny is a small tin can full of beans who was formerly the main protagonist of the object show \"Tinny Object Show\". Tinny Object Show was later rebranded as \"Brawl To End Grim\" (BTEG), and the tin-can-like characters were replaced with biscuits. The main plot of BTEG is the main protagonist \"Dry biscuit\" attempting to save his twin brother and other characters from the main antagonist, Grimmy.", "links": {"website": ["https://twitter.com/BrawlToEndGrim"], "subreddit": ["Fincunder"]}, "path": {"100-166, T:0-1": [[1214, 881], [1214, 885], [1213, 885], [1213, 887], [1215, 887], [1215, 888], [1220, 888], [1220, 887], [1222, 887], [1222, 885], [1221, 885], [1221, 881]]}, "center": {"100-166, T:0-1": [1218, 885]}}, +{"id": "tx1hje", "name": "Tinny", "description": "Tinny was the main protagonist of a web series called \"Tinny Object Show\". Tinny resembles a rectangular tin can which is full of baked beans. As of now, Tinny Object Show has rebranded to \"Brawl To End Grim\" which is one of the few web shows which is inside of the \"Vearnus\" project, which is directed by Zowlower.", "links": {"website": ["https://youtube.com/@Zowlower"], "subreddit": ["Vearnus"], "discord": ["3Hxcaktz7b"], "wiki": ["Tinny"]}, "path": {"164": [[1214, 887], [1214, 882], [1221, 882], [1221, 887]]}, "center": {"164": [1218, 885]}}, {"id": "tx1hit", "name": "Flag of Lithuania", "description": "Lithuania is a country in Northeastern Europe and one of the Baltic states.\n\nThis was the fourth flag of Lithuania to be added to the canvas.", "links": {"website": ["https://en.wikipedia.org/wiki/Lithuania", "https://en.wikipedia.org/wiki/Flag_of_Lithuania"], "subreddit": ["lithuania"]}, "path": {"56-60": [[1523, 501], [1521, 503], [1521, 505], [1535, 505], [1535, 501]], "109-166, T:0-1": [[525, 1624], [525, 1646], [624, 1646], [624, 1623], [602, 1623], [602, 1624]]}, "center": {"56-60": [1528, 503], "109-166, T:0-1": [611, 1635]}}, {"id": "tx1hf5", "name": "BattleBots", "description": "BattleBots is a robotic combat show which ran from 2000-2002, 2015-2016, and 2018 through present.\n\nThe first Battlebots logo was once accompanied by the Giant Nut (trophy for the champion of the show) to the left and Rusty (a fan-favorite bot) on the land now occupied by Westminster Palace. Despite being wiped multiple times due to its proximity to the UK, this logo was present at the conclusion with the help of r/TemplinInstitute, albeit rotated 90 degrees. A larger and more well-defined BattleBots logo can be found a bit below Germany's Among Us column.", "links": {"website": ["https://battlebots.com/", "https://en.wikipedia.org/wiki/BattleBots"], "subreddit": ["battlebots"]}, "path": {"86": [[678, 557], [678, 564], [687, 564], [687, 557]], "66-85": [[678, 560], [678, 566], [687, 566], [687, 560]], "13-65": [[680, 560], [680, 566], [687, 566], [687, 560]], "131-165, 95-124, T:0-1": [[678, 557], [678, 566], [684, 566], [684, 557]]}, "center": {"86": [683, 561], "66-85": [683, 563], "13-65": [684, 563], "131-165, 95-124, T:0-1": [681, 562]}}, {"id": "tx1h84", "name": "r/2007scape", "description": "A subreddit dedicated to discussing Old School RuneScape, the official legacy version of the MMO video game RuneScape.", "links": {"website": ["https://oldschool.runescape.com/"], "subreddit": ["2007scape"]}, "path": {"131-164, T:0-1": [[87, 55], [122, 55], [122, 61], [87, 61]]}, "center": {"131-164, T:0-1": [105, 58]}}, @@ -3046,7 +3046,7 @@ {"id": "tx0u8l", "name": "Halo Tricking", "description": "The Halo tricking community specializes in using exploits and glitches in the Halo games to perform seemingly impossible feats, such as extremely large jumps.\n\nThis art depicts three Halo tricking subcommunities: Halo Création, Termacious Trickocity, & Hidden League Gaming.", "links": {"subreddit": ["halo"]}, "path": {"104-166, T:0-1": [[1194, 83], [1194, 66], [1215, 66], [1215, 83]]}, "center": {"104-166, T:0-1": [1205, 75]}}, {"id": "tx0tqj", "name": "86", "description": "86 (エイティシックス) is an anime, light novel and manga series written by Asato Asato and illustrated by Shirabii. Season One of the anime series finished in March 2022. This is the first art drawn by the 86 community on r/place, and depicts the series title and four characters/robots from the series (left to right: Fido, Shin's reginleif, Lena, Shin). The Japanese characters (忘れません) are a famous line from the series meaning \"We won't forget.\" Thanks to r/PlaceNL for assisting with maintenance.", "links": {"website": ["https://anime-86.com", "https://en.wikipedia.org/wiki/86_(novel_series)"], "subreddit": ["EightySix"]}, "path": {"3": [[293, 0], [293, 8], [301, 8], [301, 0]], "60-79": [[297, 0], [297, 8], [368, 8], [368, 0]], "25-59": [[297, 0], [297, 8], [358, 8], [358, 0]], "4-24": [[297, 0], [297, 8], [345, 8], [345, 0]], "80-165, T:0-1": [[297, 0], [368, 0], [368, 13], [297, 13]]}, "center": {"3": [297, 4], "60-79": [333, 4], "25-59": [328, 4], "4-24": [321, 4], "80-165, T:0-1": [333, 7]}}, {"id": "tx0tox", "name": "Homer Simpson", "description": "Homer Simpson is one of the main characters in the animated sitcom The Simpsons. His signature catchphrase is \"D'oh!\"", "links": {"subreddit": ["TheSimpsons"]}, "path": {"109-166, T:0-1": [[1759, 1192], [1763, 1192], [1763, 1207], [1759, 1207], [1759, 1202], [1758, 1202], [1758, 1200], [1757, 1200], [1757, 1199], [1756, 1199], [1759, 1199]]}, "center": {"109-166, T:0-1": [1761, 1200]}}, -{"id": "100000", "name": "Kobolds", "description": "Kobolds, commonly depicted as small, draconic humanoids, are creatures known for their teamwork and penchant for hoarding shiny treasures.\n\nThis art was a collaboration between r/KoboldLegion and Twitter user @KeingåKobold's Discord server. The kobold on the left was inspired by Twitter user @UltChimi's tinybold and the kobold on the right holds the Kobold Legion's emblem along with a diamond heart. The kobolds watch over their friends, a kitty and a dino. Yip!", "links": {"website": ["https://en.wikipedia.org/wiki/Kobold", "https://twitter.com/KeingaKobold"], "subreddit": ["KoboldLegion"], "discord": ["kobolds"]}, "path": {"124-157": [[1705, 356], [1710, 356], [1713, 361], [1713, 363], [1718, 363], [1720, 365], [1720, 366], [1716, 370], [1716, 372], [1717, 373], [1717, 382], [1701, 382], [1701, 377], [1691, 377], [1691, 368], [1692, 368], [1692, 359], [1690, 357], [1692, 355], [1694, 355], [1696, 357], [1696, 358], [1704, 358], [1704, 357]], "80-123": [[1705, 356], [1710, 356], [1713, 361], [1713, 363], [1718, 363], [1720, 365], [1720, 366], [1716, 370], [1716, 372], [1717, 373], [1717, 382], [1704, 382], [1701, 379], [1701, 368], [1702, 367], [1702, 361]], "158-166, T:0-1": [[1691, 355], [1691, 378], [1701, 378], [1701, 382], [1717, 382], [1717, 372], [1721, 372], [1721, 364], [1713, 364], [1713, 356], [1720, 355], [1719, 350], [1696, 350], [1696, 355]]}, "center": {"124-157": [1705, 368], "80-123": [1708, 374], "158-166, T:0-1": [1702, 367]}}, +{"id": 100000, "name": "Kobolds", "description": "Kobolds, commonly depicted as small, draconic humanoids, are creatures known for their teamwork and penchant for hoarding shiny treasures.\n\nThis art was a collaboration between r/KoboldLegion and Twitter user @KeingåKobold's Discord server. The kobold on the left was inspired by Twitter user @UltChimi's tinybold and the kobold on the right holds the Kobold Legion's emblem along with a diamond heart. The kobolds watch over their friends, a kitty and a dino. Yip!", "links": {"website": ["https://en.wikipedia.org/wiki/Kobold", "https://twitter.com/KeingaKobold"], "subreddit": ["KoboldLegion"], "discord": ["kobolds"]}, "path": {"124-157": [[1705, 356], [1710, 356], [1713, 361], [1713, 363], [1718, 363], [1720, 365], [1720, 366], [1716, 370], [1716, 372], [1717, 373], [1717, 382], [1701, 382], [1701, 377], [1691, 377], [1691, 368], [1692, 368], [1692, 359], [1690, 357], [1692, 355], [1694, 355], [1696, 357], [1696, 358], [1704, 358], [1704, 357]], "80-123": [[1705, 356], [1710, 356], [1713, 361], [1713, 363], [1718, 363], [1720, 365], [1720, 366], [1716, 370], [1716, 372], [1717, 373], [1717, 382], [1704, 382], [1701, 379], [1701, 368], [1702, 367], [1702, 361]], "158-166, T:0-1": [[1691, 355], [1691, 378], [1701, 378], [1701, 382], [1717, 382], [1717, 372], [1721, 372], [1721, 364], [1713, 364], [1713, 356], [1720, 355], [1719, 350], [1696, 350], [1696, 355]]}, "center": {"124-157": [1705, 368], "80-123": [1708, 374], "158-166, T:0-1": [1702, 367]}}, {"id": "tx0tj4", "name": "The Hub", "description": "A secret place for the community of Twitch streamer Kollaba.", "links": {"website": ["https://www.twitch.tv/kollaba"], "subreddit": ["kollaba"]}, "path": {"72-123": [[1494, 119], [1494, 138], [1518, 138], [1518, 119]], "125-166, T:0-1": [[1494, 118], [1518, 118], [1518, 131], [1494, 131]]}, "center": {"72-123": [1506, 129], "125-166, T:0-1": [1506, 125]}}, {"id": "tx0tdw", "name": "Cats", "description": "Created on a whim to fill up space between Niko and Lea, these cats started off as Baba (from indie puzzle game Baba is You); however, passersby and other users thought the sprite eyes were misplaced pixels. After attempting to fix them for a while, most gave up as they didn't want a repeat of the Niko Roomba situation.", "links": {"website": ["https://en.wikipedia.org/wiki/Cat"]}, "path": {"107-166, T:0-1": [[892, 273], [889, 276], [889, 281], [915, 281], [915, 280], [914, 279], [914, 277], [910, 273], [906, 273], [905, 276], [905, 278], [906, 279], [906, 281], [896, 281], [896, 279], [897, 278], [897, 276], [895, 273]]}, "center": {"107-166, T:0-1": [909, 277]}}, {"id": "tx0td5", "name": "Springboks", "description": "The national rugby union team of South Africa, nicknamed the Springboks (Boks), are the current title holders as world champions in the international Rugby World Cup competition, which the team has won three times. Both the Boks and the sport of rugby union hold a special place in South Africa's culture and history.", "links": {"website": ["https://www.sarugby.co.za/", "https://en.wikipedia.org/wiki/South_Africa_national_rugby_union_team"], "subreddit": ["SouthAfrica"]}, "path": {"145-165, T:0-1": [[758, 970], [758, 972], [757, 973], [755, 973], [755, 977], [754, 978], [754, 979], [753, 980], [751, 980], [751, 982], [753, 984], [753, 987], [756, 987], [756, 993], [759, 996], [760, 996], [763, 993], [763, 987], [766, 987], [766, 984], [768, 982], [768, 980], [766, 980], [765, 979], [765, 977], [764, 977], [764, 973], [762, 973], [761, 972], [761, 970]]}, "center": {"145-165, T:0-1": [759, 982]}}, @@ -3065,7 +3065,7 @@ {"id": "tx0q4n", "name": "Leif", "description": "Leif is the protagonist of Fire Emblem: Tharcia 776 and a playable character in Fire Emblem: Genealogy of the Holy War.", "links": {"website": ["https://fireemblem.fandom.com/wiki/Leif"], "subreddit": ["fireemblem"]}, "path": {"69-167, T:0-1": [[1846, 780], [1842, 780], [1839, 783], [1839, 786], [1840, 787], [1840, 788], [1839, 789], [1838, 789], [1838, 787], [1837, 786], [1837, 784], [1836, 784], [1836, 782], [1833, 782], [1833, 786], [1834, 787], [1834, 789], [1835, 790], [1835, 792], [1836, 793], [1836, 795], [1835, 796], [1834, 796], [1833, 797], [1834, 798], [1836, 798], [1836, 799], [1840, 799], [1840, 802], [1842, 802], [1842, 800], [1845, 800], [1845, 794], [1846, 792], [1852, 792], [1850, 789], [1848, 789], [1848, 787], [1849, 786], [1849, 784]]}, "center": {"69-167, T:0-1": [1840, 793]}}, {"id": "tx0pud", "name": "Lena Raine", "description": "Lena Raine, a.k.a. Kuraine, is an American composer and producer. Raine is best known for her work on the soundtracks of the games Celeste and Guild Wars 2, and also originally worked on Guild Wars 2 as a game designer. She has composed music for various other video games, including Minecraft, Deltarune, and Chicory: A Colorful Tale. As of 2022, she's currently working on the soundtrack for Earthblade, a game from Extremely OK Games, the creators of Celeste. She is also developing her own game, currently known as Project Astray.\n\nThis depiction of Raine, known as Picolena, was created in the Celeste Discord. It is based on the sprites from the PICO-8 version of Celeste, Celeste Classic, and its sequel, Celeste Classic 2.", "links": {"website": ["https://en.wikipedia.org/wiki/Lena_Raine"], "subreddit": ["celesteplace", "celestegame", "chicory"], "discord": ["celeste"]}, "path": {"72-76, 79-165, T:0-1": [[969, 877], [966, 880], [966, 883], [968, 883], [969, 884], [969, 886], [974, 886], [974, 884], [976, 884], [976, 883], [978, 883], [978, 880], [975, 877]]}, "center": {"72-76, 79-165, T:0-1": [972, 881]}}, {"id": "tx0pom", "name": "Echo Bot", "description": "A small robot from the music video for Echo, a song by rock group Starset.", "links": {"subreddit": ["Starset"]}, "path": {"109-166, T:0-1": [[514, 1345], [529, 1345], [529, 1360], [514, 1360]]}, "center": {"109-166, T:0-1": [522, 1353]}}, -{"id": "tx0pmq", "name": "Gay flag", "description": "A pride flag representing the gay community. Gay people are men attracted to other men. This flag was originally designed by the Tumblr user \"gayflagblog\".\n\nThis flag was drawn by the \"FruityHangout\" team.", "links": {"website": ["https://en.wikipedia.org/wiki/Gay"], "discord": ["HrC6rUJNDA"]}, "path": {"60-166, T:0-1": [[1650, 496], [1650, 511], [1690, 511], [1690, 496]]}, "center": {"60-166, T:0-1": [1670, 504]}}, +{"id": "tx0pmq", "name": "Gay flag", "description": "A pride flag representing the gay community. Gay people are men attracted to other men. This flag was originally designed by the Tumblr user \"gayflagblog\".\n\nThis flag was drawn by the \"make r/place gay again\" team.", "links": {"website": ["https://en.wikipedia.org/wiki/Gay"], "discord": ["D6ejVyqnXM"]}, "path": {"60-166, T:0-1": [[1650, 496], [1650, 511], [1690, 511], [1690, 496], [1673, 496], [1663, 496], [1657, 496], [1653, 496], [1651, 496], [1650, 496], [1690, 496], [1688, 496], [1659, 496], [1650, 496], [1650, 511], [1690, 511], [1688, 511], [1690, 511], [1690, 507], [1690, 503], [1691, 503], [1691, 502], [1692, 502], [1692, 501], [1693, 501], [1693, 500], [1694, 500], [1694, 498], [1693, 498], [1693, 497], [1692, 497], [1692, 498], [1691, 498], [1690, 498]]}, "center": {"60-166, T:0-1": [1691, 500]}}, {"id": "tx0pmf", "name": "Domino's Logo", "description": "Logo of popular American pizza brand founded in 1960.", "links": {"subreddit": ["Dominos"]}, "path": {"109-166, T:0-1": [[1822, 1273], [1822, 1283], [1828, 1283], [1828, 1273]]}, "center": {"109-166, T:0-1": [1825, 1278]}}, {"id": "tx0plv", "name": "Flag of Armenia", "description": "Armenia is a country in the Caucasus region of Eastern Europe and Western Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Armenia", "https://en.wikipedia.org/wiki/Flag_of_Armenia"], "subreddit": ["armenia"]}, "path": {"11": [[355, 264], [352, 267], [355, 270], [358, 267]], "103-109": [[372, 179], [372, 193], [396, 193], [396, 179]], "91-93": [[385, 179], [385, 186], [396, 186], [396, 179]], "65-88": [[893, 165], [893, 176], [902, 176], [902, 197], [949, 197], [949, 165]], "48-64": [[893, 165], [893, 176], [902, 176], [902, 187], [949, 187], [949, 165]], "29-47": [[847, 166], [847, 187], [949, 187], [949, 165], [893, 165], [893, 166]], "4-6": [[248, 409], [248, 413], [254, 413], [254, 409]], "149-165, T:0-1": [[1334, 1948], [1334, 1958], [1365, 1958], [1365, 1948]]}, "center": {"11": [355, 267], "103-109": [384, 186], "91-93": [391, 183], "65-88": [921, 181], "48-64": [921, 176], "29-47": [898, 176], "4-6": [251, 411], "149-165, T:0-1": [1350, 1953]}}, {"id": "tx0pki", "name": "Brockhampton", "description": "The album cover of SATURATION III by Brockhampton.", "links": {"subreddit": ["brockhampton"]}, "path": {"109-166, T:0-1": [[694, 1688], [705, 1688], [705, 1700], [694, 1700]]}, "center": {"109-166, T:0-1": [700, 1694]}}, @@ -3076,7 +3076,7 @@ {"id": "tx0ni0", "name": "DreamNotFound", "description": "DreamNotFound (DNF) is a ship between YouTubers Dream and GeorgeNotFound, both focused on the game Minecraft. This illustration depicts two smiley blob characters representing Dream and GeorgeNotFound on top of the DreamNotFound flag.\n\nThis art was placed by BlobTeam and defended by honorary DNFers. The blobs merged into one when the anti-void started.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["DreamWasTaken", "dreamnotfound2"]}, "path": {"106-165, T:0-1": [[1133, 899], [1133, 919], [1149, 919], [1149, 907], [1152, 907], [1152, 904], [1161, 904], [1161, 899]]}, "center": {"106-165, T:0-1": [1155, 902]}}, {"id": "tx0nd8", "name": "2b is full", "description": "The 2b2t server is almost always full of players, so any new players attempting to join are put into a queue. This message appears in chat when a player joins 2b2t's queue.", "links": {"website": ["https://2b2t.miraheze.org/wiki/Queue"], "subreddit": ["2b2tplace", "2b2t"]}, "path": {"142-165, 6-74, T:0-1": [[912, 469], [912, 481], [960, 481], [960, 469]]}, "center": {"142-165, 6-74, T:0-1": [936, 475]}}, {"id": "tx0n02", "name": "West Ham United", "description": "West Ham United Football Club is an English association football club based in Stratford, London. The club's logo features two crossed hammers (\"irons\"), giving the club the nicknames \"The Hammers\" and \"The Irons\".\n\nThis art features blue hammers on a claret background, the main kit colours of West Ham United.", "links": {"website": ["http://www.whufc.com/", "https://en.wikipedia.org/wiki/West_Ham_United_F.C."], "subreddit": ["Hammers"]}, "path": {"144-167, 66-141, T:0-1": [[1528, 35], [1528, 46], [1540, 46], [1540, 35]]}, "center": {"144-167, 66-141, T:0-1": [1534, 41]}}, -{"id": "tx0moa", "name": "Virginia Tech", "description": "Virginia Tech is an engineering-focused university in Blacksburg, a city in southwest Virginia, United States. Go Hokies!\n\nThis is the fifth version of the logo after the previous one was destroyed by the French.", "links": {"website": ["https://vt.edu/", "https://en.wikipedia.org/wiki/Virginia_Tech"], "subreddit": ["VirginiaTech"]}, "path": {"98-99": [[1844, 548], [1844, 565], [1880, 565], [1880, 548]], "61-94": [[1800, 579], [1800, 594], [1833, 594], [1833, 582], [1826, 582], [1826, 579]], "158-166, T:0-1": [[964, 364], [964, 378], [990, 378], [990, 364]]}, "center": {"98-99": [1862, 557], "61-94": [1817, 587], "158-166, T:0-1": [977, 371]}}, +{"id": "tx0moa", "name": "Virginia Tech", "description": "Virginia Tech is an engineering-focused university in Blacksburg, a city in southwest Virginia, United States. Go Hokies!\n\nThis is the fifth version of the logo after the previous one was destroyed by the French.", "links": {"website": ["https://vt.edu/", "https://en.wikipedia.org/wiki/Virginia_Tech"], "subreddit": ["VirginiaTech"], "discord": ["vt"]}, "path": {"98-99": [[1844, 548], [1844, 565], [1880, 565], [1880, 548]], "61-94": [[1800, 579], [1800, 594], [1833, 594], [1833, 582], [1826, 582], [1826, 579]], "158-166, T:0-1": [[964, 364], [964, 378], [990, 378], [990, 364]]}, "center": {"98-99": [1862, 557], "61-94": [1817, 587], "158-166, T:0-1": [977, 371]}}, {"id": "tx0mhf", "name": "Big Floppa", "description": "Big Floppa, or simply Floppa, is an internet meme based around a Ukrainian caracal cat named Gosha. It is a mascot of the subreddit r/196, a meme subreddit with the rule that visitors must post there before they leave. It is often seen accompanied with a bottle of Fanta labeled \"Fanter\" and in reaction GIFs during \"Floppa Friday\".", "links": {"website": ["https://knowyourmeme.com/memes/big-floppa"], "subreddit": ["bigfloppa", "196"]}, "path": {"11-18": [[226, 630], [225, 631], [226, 632], [226, 640], [224, 644], [224, 645], [226, 647], [241, 647], [241, 644], [239, 640], [239, 632], [240, 631], [240, 630], [237, 630], [235, 632], [230, 632], [228, 630]], "19-165, T:0-1": [[223, 629], [223, 630], [226, 633], [226, 636], [223, 640], [223, 644], [226, 647], [241, 647], [241, 667], [248, 667], [248, 629]]}, "center": {"11-18": [233, 639], "19-165, T:0-1": [235, 638]}}, {"id": "tx0ltv", "name": "Fursona of Riley Winters", "description": "The fursona of Riley Winters, a mountain lion. Original artwork by Red then pixalted by Riley.", "links": {"website": ["http://www.twitter.com/Horsefur1"]}, "path": {"109-165, T:0-1": [[853, 1254], [868, 1254], [868, 1250], [872, 1250], [873, 1248], [876, 1245], [878, 1241], [881, 1243], [881, 1224], [853, 1225]]}, "center": {"109-165, T:0-1": [866, 1238]}}, {"id": "tx0lbq", "name": "Carbot Zergling", "description": "A Starcraft Zergling designed by CarBot Animations", "links": {"website": ["https://carbotanimations.fandom.com/wiki/Zergling"], "subreddit": ["starcraft"]}, "path": {"109-165, T:0-1": [[333, 1887], [332, 1880], [338, 1877], [342, 1880], [345, 1887], [339, 1887], [337, 1887], [336, 1887]]}, "center": {"109-165, T:0-1": [338, 1883]}}, @@ -3197,18 +3197,18 @@ {"id": "tx6o69", "name": "United Family", "description": "A French streaming community made up of friends, including the famous Asrhan971 and the notorious Bl1nDSh00TeR.", "links": {}, "path": {"141-165, T:0-1": [[181, 165], [188, 165], [188, 170], [181, 170]]}, "center": {"141-165, T:0-1": [185, 168]}}, {"id": "tx6nxi", "name": "EndeavourOS", "description": "EndeavourOS is a Arch-based Linux distribution. It is a terminal-centric distro with a vibrant and friendly community at its core.", "links": {"website": ["https://endeavouros.com", "https://en.wikipedia.org/wiki/EndeavourOS"], "subreddit": ["EndeavourOS", "placetux"]}, "path": {"117-158": [[61, 701], [56, 706], [58, 708], [62, 708], [64, 706], [64, 704]], "159-165, T:0-1": [[61, 708], [63, 706], [63, 704], [62, 701], [60, 701], [55, 706], [57, 708]]}, "center": {"117-158": [61, 705], "159-165, T:0-1": [60, 705]}}, {"id": "tx6ntr", "name": "Code Geass", "description": "The symbol that appears in the eye of characters in the anime Code Geass when using their Geass abilities", "links": {"subreddit": ["codegeass"]}, "path": {"109-166, T:0-1": [[1228, 1880], [1234, 1880], [1237, 1888], [1235, 1892], [1226, 1892], [1224, 1885], [1224, 1884]]}, "center": {"109-166, T:0-1": [1230, 1886]}}, -{"id": "tx6nbz", "name": "Vaporeon", "description": "Vaporeon is a Water-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). It evolves from Eevee.\n\nWhat a nice day at the beach! Vappy has a nice place to relax, with her piña colada on a bright day! ☀️🍹\n\nDid you know that in terms of human compatibility, Vaporeon is the best swimming partner at the beach?\n\nMade by the lovely people in the Pokémon r/place Discord!", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Vaporeon_(Pok%C3%A9mon)"], "discord": ["HEfADXQKs7"]}, "path": {"5-7": [[674, 381], [671, 384], [668, 381], [667, 382], [670, 385], [670, 387], [674, 390], [677, 390], [681, 388], [681, 384], [683, 384], [683, 382], [679, 382]], "73-93": [[1825, 676], [1825, 679], [1823, 679], [1823, 681], [1824, 681], [1824, 685], [1822, 685], [1822, 693], [1829, 693], [1829, 698], [1857, 698], [1857, 676]], "152-167, T:0-1": [[1999, 1272], [1999, 1300], [1973, 1300], [1973, 1272]]}, "center": {"5-7": [676, 386], "73-93": [1840, 687], "152-167, T:0-1": [1986, 1286]}}, +{"id": "tx6nbz", "name": "Vaporeon", "description": "Vaporeon is a Water-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). It evolves from Eevee.\n\nWhat a nice day at the beach! Vappy has a nice place to relax, with her piña colada on a bright day! ☀️🍹\n\nDid you know that in terms of human compatibility, Vaporeon is the best swimming partner at the beach?\n\nMade by the lovely people in the Pokémon r/place Discord!", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Vaporeon_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"5-7": [[674, 381], [671, 384], [668, 381], [667, 382], [670, 385], [670, 387], [674, 390], [677, 390], [681, 388], [681, 384], [683, 384], [683, 382], [679, 382]], "73-93": [[1825, 676], [1825, 679], [1823, 679], [1823, 681], [1824, 681], [1824, 685], [1822, 685], [1822, 693], [1829, 693], [1829, 698], [1857, 698], [1857, 676]], "152-167, T:0-1": [[1999, 1272], [1999, 1300], [1973, 1300], [1973, 1272]]}, "center": {"5-7": [676, 386], "73-93": [1840, 687], "152-167, T:0-1": [1986, 1286]}}, {"id": "tx6mrd", "name": "Polytech Group", "description": "A group of 15 French engineering schools. The banner at the top has a color for each school.", "links": {"website": ["https://www.polytech-reseau.org/"], "subreddit": ["polytech"]}, "path": {"109-165, T:0-1": [[889, 1755], [889, 1778], [906, 1778], [906, 1755]]}, "center": {"109-165, T:0-1": [898, 1767]}}, {"id": "tx6mmh", "name": "Church of the Mother of God on the Lake", "description": "The Church of the Mother of God on the Lake, also known as Assumption of Mary Pilgrimage Church, Church of Mary the Queen, or Our Lady of the Lake, is a church located on an island in the middle of Lake Bled in the Upper Carniolan region of northwestern Slovenia. The nearby town of Bled is the administrative seat of the Municipality of Bled. The church and town are popular tourist destinations in Slovenia, attracting visitors from all over the world.", "links": {"website": ["https://www.bled.si/en/", "https://en.wikipedia.org/wiki/Bled"], "subreddit": ["Slovenia"]}, "path": {"47-166, T:0-1": [[326, 871], [324, 873], [324, 878], [323, 878], [321, 880], [319, 880], [319, 881], [321, 883], [325, 885], [329, 885], [332, 883], [334, 881], [331, 878], [331, 876], [329, 874], [328, 874], [328, 873]]}, "center": {"47-166, T:0-1": [328, 880]}}, {"id": "tx6mlz", "name": "Outer Wilds - Echoes of the Eye", "description": "Outer Wilds is an action-adventure game developed by Mobius Digital, featuring a solar system stuck in a 22-minute time loop, which ends as the sun goes supernova. This drawing is dedicated to the DLC expansion for Outer Wilds, Echoes of the Eye. The art features a Nomai mask, the mask of an old, dead civilization in the solar system.", "links": {"website": ["https://store.steampowered.com/app/1622100/Outer_Wilds__Echoes_of_the_Eye/", "https://outerwilds.fandom.com/wiki/Echoes_of_the_Eye"], "subreddit": ["outerwilds"]}, "path": {"56-166, T:0-1": [[1662, 636], [1709, 636], [1709, 686], [1707, 690], [1662, 690]]}, "center": {"56-166, T:0-1": [1686, 687]}}, {"id": "tx6m5o", "name": "Amitie", "description": "Amitie's sprite from Puyo Pop Fever for the DS from the Puyo Puyo series.", "links": {"website": ["https://puyonexus.com/wiki/Amitie"], "subreddit": ["puyopop", "puyo24"]}, "path": {"109-166, T:0-1": [[1958, 1156], [1938, 1156], [1938, 1140], [1963, 1140], [1963, 1156]]}, "center": {"109-166, T:0-1": [1951, 1148]}}, {"id": "tx6m54", "name": "Early Gang Mug", "description": "A mug made by the offline chat community for Twitch streamer Philza. They are known as Philza's Early Gang Society, PEGS, peggers(cursed nickname), and Early gang. The mug is modeled after the mug featured in Philza's sub emote ph1lEarly as that emote was added for Early gang.", "links": {"website": ["https://www.twitch.tv/philza"], "subreddit": ["Philza"]}, "path": {"109-165, T:0-1": [[762, 1364], [771, 1364], [772, 1365], [773, 1366], [773, 1381], [772, 1382], [761, 1382], [760, 1381], [760, 1379], [757, 1379], [756, 1378], [755, 1377], [755, 1372], [756, 1371], [757, 1370], [758, 1369], [760, 1369], [760, 1366], [761, 1365]]}, "center": {"109-165, T:0-1": [765, 1373]}}, -{"id": "tx6lpn", "name": "Changi Airport control tower", "description": "The control tower at the Changi Airport in Singapore.", "links": {"website": ["https://en.wikipedia.org/wiki/Changi_Airport"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"92-166, T:0-1": [[319, 971], [319, 968], [318, 968], [318, 967], [317, 967], [317, 965], [317, 964], [318, 964], [318, 963], [319, 963], [320, 962], [321, 963], [322, 964], [322, 968], [321, 968], [321, 972]]}, "center": {"92-166, T:0-1": [320, 965]}}, +{"id": "tx6lpn", "name": "Changi Airport control tower", "description": "The control tower at the Changi Airport in Singapore.", "links": {"website": ["https://en.wikipedia.org/wiki/Changi_Airport"], "subreddit": ["PlaceSG", "singapore", "place_CentralAlliance"]}, "path": {"92-166, T:0-1": [[319, 971], [319, 968], [318, 968], [318, 967], [317, 967], [317, 965], [317, 964], [318, 964], [318, 963], [319, 963], [320, 962], [321, 963], [322, 964], [322, 968], [321, 968], [321, 972]]}, "center": {"92-166, T:0-1": [320, 965]}}, {"id": "tx6lh3", "name": "StarClan", "description": "The StarClan is a clan from the Warriors (a.k.a. Warriors Cats) book series.", "links": {"website": ["https://warriors.fandom.com/wiki/StarClan"], "subreddit": ["wcueroblox", "WarriorCats"]}, "path": {"68-166, T:0-1": [[1449, 795], [1451, 797], [1455, 797], [1458, 794], [1458, 805], [1448, 805], [1448, 794]]}, "center": {"68-166, T:0-1": [1453, 801]}}, {"id": "tx6l7a", "name": "Vasil Levski", "description": "Vasil Levski (Bulgarian: Васил Левски) was a Bulgarian revolutionary who is now revered as national hero of Bulgaria. Dubbed the Apostle of Freedom, Levski ideologised and strategised a revolutionary movement to liberate Bulgaria from Ottoman rule. Levski founded the Internal Revolutionary Organisation and sought to foment a nationwide uprising through a network of secret regional committees.", "links": {"website": ["https://en.wikipedia.org/wiki/Vasil_Levski"], "subreddit": ["bulgaria"]}, "path": {"63-74": [[1589, 695], [1582, 708], [1582, 719], [1586, 722], [1586, 731], [1589, 745], [1590, 748], [1580, 754], [1579, 756], [1579, 771], [1633, 771], [1635, 764], [1619, 750], [1619, 746], [1630, 722], [1630, 713], [1626, 703], [1623, 697], [1613, 693], [1599, 693]], "94-165, T:0-1": [[1578, 748], [1579, 747], [1580, 747], [1581, 746], [1579, 761], [1579, 767], [1592, 766], [1594, 765], [1636, 766], [1635, 765], [1634, 764], [1633, 763], [1632, 763], [1631, 762], [1630, 762], [1631, 762], [1630, 762], [1629, 761], [1628, 760], [1628, 759], [1627, 758], [1626, 758], [1624, 758], [1624, 757], [1623, 756], [1623, 755], [1622, 755], [1621, 754], [1620, 754], [1619, 753], [1618, 752], [1617, 751], [1615, 751], [1614, 750], [1614, 749], [1613, 748], [1613, 747], [1612, 747], [1611, 746], [1611, 744], [1612, 743], [1612, 738], [1613, 737], [1613, 735], [1614, 734], [1614, 733], [1615, 733], [1616, 732], [1616, 730], [1617, 729], [1617, 728], [1618, 727], [1618, 724], [1619, 724], [1620, 723], [1620, 721], [1621, 720], [1621, 716], [1622, 716], [1622, 713], [1621, 712], [1621, 710], [1620, 709], [1620, 706], [1619, 705], [1619, 703], [1618, 702], [1617, 701], [1616, 700], [1615, 699], [1615, 698], [1614, 698], [1613, 697], [1612, 696], [1611, 696], [1610, 695], [1606, 695], [1605, 694], [1594, 694], [1593, 695], [1589, 695], [1588, 696], [1587, 696], [1586, 697], [1585, 697], [1585, 700], [1584, 700], [1584, 701], [1583, 702], [1583, 703], [1582, 704], [1582, 705], [1581, 706], [1581, 707], [1580, 708], [1579, 709], [1579, 711], [1580, 712], [1579, 713], [1579, 714], [1580, 715], [1581, 716], [1582, 717], [1582, 726], [1583, 727], [1583, 732], [1584, 733], [1584, 736], [1585, 737], [1585, 738], [1586, 739], [1586, 742], [1585, 743], [1584, 744], [1583, 745], [1582, 746], [1580, 747]]}, "center": {"63-74": [1608, 717], "94-165, T:0-1": [1601, 714]}}, {"id": "tx6l2k", "name": "Ballon", "description": "Ballon is a character from the upcoming game Once Upon a Jester by the Bonte Avond game studio, who also made Everybody Wham Wham! He doesn't smile, but that's okay; we still love him nonetheless.", "links": {"website": ["https://twitter.com/BonteAvond/status/1507022028850843656"]}, "path": {"117-150": [[1189, 1057], [1185, 1061], [1185, 1065], [1187, 1068], [1189, 1070], [1189, 1073], [1186, 1076], [1185, 1078], [1183, 1086], [1183, 1088], [1182, 1089], [1182, 1097], [1184, 1099], [1187, 1099], [1187, 1097], [1184, 1097], [1184, 1090], [1185, 1089], [1185, 1086], [1187, 1078], [1188, 1076], [1192, 1072], [1193, 1072], [1195, 1070], [1195, 1069], [1198, 1066], [1198, 1061], [1194, 1057]], "151-165, T:0-1": [[1167, 1037], [1162, 1042], [1162, 1047], [1165, 1052], [1169, 1056], [1169, 1057], [1170, 1058], [1170, 1068], [1171, 1069], [1171, 1073], [1175, 1080], [1175, 1083], [1176, 1084], [1176, 1087], [1178, 1089], [1178, 1091], [1181, 1094], [1183, 1098], [1186, 1101], [1187, 1100], [1184, 1097], [1182, 1093], [1180, 1091], [1177, 1083], [1177, 1080], [1174, 1075], [1174, 1073], [1173, 1072], [1173, 1068], [1172, 1067], [1172, 1058], [1173, 1057], [1173, 1055], [1177, 1051], [1179, 1046], [1179, 1043], [1177, 1040], [1174, 1037]]}, "center": {"117-150": [1192, 1064], "151-165, T:0-1": [1170, 1045]}}, {"id": "tx6kut", "name": "Zuko", "description": "Zuko is one of Twitch streamer Buddha's Shiba Inus.", "links": {"website": ["https://www.twitch.tv/buddha"], "subreddit": ["NoPixel"], "discord": ["buddha"]}, "path": {"159-164, T:0-1": [[1380, 611], [1380, 617], [1382, 620], [1382, 623], [1381, 624], [1381, 630], [1387, 649], [1387, 659], [1389, 661], [1394, 661], [1396, 659], [1400, 659], [1402, 661], [1406, 661], [1408, 659], [1419, 659], [1423, 657], [1425, 654], [1425, 650], [1432, 647], [1432, 644], [1428, 640], [1424, 640], [1422, 636], [1421, 636], [1411, 621], [1411, 619], [1413, 615], [1413, 611], [1410, 606], [1408, 606], [1402, 611], [1395, 611], [1391, 613], [1386, 613], [1384, 611]]}, "center": {"159-164, T:0-1": [1403, 642]}}, -{"id": "tx6kq5", "name": "Merlion", "description": "The Merlion is the national mascot of Singapore. It is half lion and half fish.", "links": {"website": ["https://en.wikipedia.org/wiki/Merlion"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"88-166, T:0-1": [[310, 960], [306, 964], [306, 966], [303, 969], [300, 976], [300, 978], [317, 978], [317, 974], [319, 972], [317, 970], [317, 964], [314, 960]]}, "center": {"88-166, T:0-1": [310, 971]}}, +{"id": "tx6kq5", "name": "Merlion", "description": "The Merlion is the national mascot of Singapore. It is half lion and half fish.", "links": {"website": ["https://en.wikipedia.org/wiki/Merlion"], "subreddit": ["PlaceSG", "singapore", "place_CentralAlliance"]}, "path": {"88-166, T:0-1": [[310, 960], [306, 964], [306, 966], [303, 969], [300, 976], [300, 978], [317, 978], [317, 974], [319, 972], [317, 970], [317, 964], [314, 960]]}, "center": {"88-166, T:0-1": [310, 971]}}, {"id": "tx6kq4", "name": "Shadow of Israphel", "description": "A tribute to the popular Minecraft YouTube series Shadow of Israphel, created by the Yogscast. The last episode (Part 42) aired on July 27th, 2012. E.43 references the long awaited sequel episode after cancellation.", "links": {"website": ["https://www.youtube.com/watch?v=oZezE9It6HE"], "subreddit": ["Yogscast"]}, "path": {"109-166, T:0-1": [[1503, 1800], [1513, 1800], [1513, 1817], [1503, 1817]]}, "center": {"109-166, T:0-1": [1508, 1809]}}, {"id": "tx6knm", "name": "Slackware", "description": "Slackware is a Linux distribution.", "links": {"website": ["http://www.slackware.com/", "https://en.wikipedia.org/wiki/Slackware"], "subreddit": ["slackware", "placetux"]}, "path": {"116-157": [[45, 680], [43, 682], [43, 684], [42, 684], [42, 687], [48, 687], [48, 680]], "158-166, T:0-1": [[44, 687], [42, 685], [42, 683], [45, 680], [48, 680], [51, 683], [51, 685], [48, 688], [45, 688]]}, "center": {"116-157": [46, 684], "158-166, T:0-1": [47, 684]}}, {"id": "tx6kmk", "name": "Sub Rosa", "description": "Sub Rosa is an indie multiplayer first-person physics-based shooter game about tense deals, double-crosses, and the occasional high-speed car chase.", "links": {"website": ["https://store.steampowered.com/app/272230/Sub_Rosa/"], "subreddit": ["subrosa"]}, "path": {"150-166, T:0-1": [[1801, 953], [1800, 954], [1799, 954], [1798, 955], [1798, 957], [1797, 958], [1797, 960], [1798, 961], [1798, 962], [1801, 965], [1806, 965], [1809, 962], [1809, 961], [1810, 960], [1810, 958], [1809, 957], [1809, 955], [1808, 954], [1807, 954], [1806, 953]]}, "center": {"150-166, T:0-1": [1804, 959]}}, @@ -3230,7 +3230,7 @@ {"id": "tx6hfl", "name": "Goffy", "description": "@Gofawful6's persona.", "links": {"website": ["https://twitter.com/Gofawful6"]}, "path": {"109-166, T:0-1": [[594, 1623], [594, 1619], [594, 1618], [593, 1618], [593, 1616], [594, 1616], [594, 1614], [595, 1614], [595, 1611], [595, 1610], [594, 1610], [594, 1609], [593, 1609], [594, 1609], [594, 1608], [594, 1607], [594, 1606], [593, 1606], [594, 1606], [594, 1605], [608, 1605], [608, 1606], [609, 1606], [608, 1606], [608, 1607], [608, 1615], [609, 1615], [609, 1617], [608, 1617], [608, 1620], [605, 1620], [605, 1621], [604, 1621], [604, 1622], [602, 1622], [601, 1622], [601, 1623]]}, "center": {"109-166, T:0-1": [601, 1614]}}, {"id": "tx6hci", "name": "Third World Tournament X", "description": "The Third World Tournament X is a battle music community based on mashups, covers, remixes with fictional or real character representations. The tournament is to decide who is the best representant with the best music supported by his/her/its/their community.", "links": {"website": ["https://twitter.com/ttercermundo"], "subreddit": ["ThirdWorldTournament"]}, "path": {"109-166, T:0-1": [[152, 1251], [166, 1251], [166, 1265], [155, 1265], [155, 1264], [154, 1264], [154, 1257], [154, 1256], [153, 1256], [153, 1255], [152, 1255]]}, "center": {"109-166, T:0-1": [160, 1258]}}, {"id": "tx6h36", "name": "Team Next Level", "description": "Discord server of a cool bunch of dudes/girls.", "links": {}, "path": {"137-149": [[165, 165], [165, 170], [177, 170], [177, 165]], "150-165, T:0-1": [[170, 165], [170, 170], [181, 170], [181, 165]]}, "center": {"137-149": [171, 168], "150-165, T:0-1": [176, 168]}}, -{"id": "tx6gxm", "name": "Marina Bay Sands", "description": "The Marina Bay Sands is an iconic resort in Singapore, opening in 2010. It has since become a national symbol of Singapore.", "links": {"website": ["http://marinabaysands.com/", "https://en.wikipedia.org/wiki/Marina_Bay_Sands"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"86-166, T:0-1": [[286, 970], [286, 972], [287, 972], [287, 978], [299, 978], [299, 972], [300, 972], [300, 970]]}, "center": {"86-166, T:0-1": [293, 974]}}, +{"id": "tx6gxm", "name": "Marina Bay Sands", "description": "The Marina Bay Sands is an iconic resort in Singapore, opening in 2010. It has since become a national symbol of Singapore.", "links": {"website": ["http://marinabaysands.com/", "https://en.wikipedia.org/wiki/Marina_Bay_Sands"], "subreddit": ["PlaceSG", "singapore", "place_CentralAlliance"]}, "path": {"86-166, T:0-1": [[286, 970], [286, 972], [287, 972], [287, 978], [299, 978], [299, 972], [300, 972], [300, 970]]}, "center": {"86-166, T:0-1": [293, 974]}}, {"id": "tx6gx1", "name": "Walrus", "description": "The walrus is a large flippered marine mammal with a discontinuous distribution about the North Pole in the Arctic Ocean and subarctic seas of the Northern Hemisphere. The walrus is the only living species in the family Odobenidae and genus Odobenus. Adult walrus are characterised by prominent tusks and whiskers, and their considerable bulk.", "links": {"website": ["https://en.wikipedia.org/wiki/Walrus"], "subreddit": ["walrus"]}, "path": {"117-165, T:0-1": [[425, 93], [425, 97], [424, 97], [424, 99], [427, 99], [428, 98], [429, 99], [432, 99], [432, 98], [431, 97], [432, 96], [433, 95], [433, 94], [432, 94], [431, 94], [431, 93]]}, "center": {"117-165, T:0-1": [429, 95]}}, {"id": "tx6gum", "name": "Perxitaa's logo", "description": "Logo of spanish twitch streamer, Perxitaa.", "links": {"website": ["https://www.twitch.tv/perxitaa"]}, "path": {"109-165, T:0-1": [[1109, 1597], [1091, 1597], [1091, 1620], [1109, 1620]]}, "center": {"109-165, T:0-1": [1100, 1609]}}, {"id": "tx6gpl", "name": "Potoo Project", "description": "If you don't know what's a potoo: it's a truly magnificent bird. If you really don't know google it, link bellow.nGot some problem with bots so only the head remain.nMade by an unknown group called Debilus.", "links": {"website": ["https://en.wikipedia.org/wiki/Potoo"]}, "path": {"109-165, T:0-1": [[382, 1566], [390, 1566], [390, 1575], [382, 1575]]}, "center": {"109-165, T:0-1": [386, 1571]}}, @@ -3368,7 +3368,7 @@ {"id": "tx5scw", "name": "TotalBiscuit", "description": "This area is dedicated to John Peter Bain, better known as TotalBiscuit, The Cynical Brit, or Halibut. He was an English YouTuber who did video game commentary and criticism. He was known for his role in professional shoutcasting and esports, and also known for his gaming commentary audio work on WCradio.com. Bain voiced strong support for consumer protection in the video gaming industry. In October 2015, Bain announced that he had terminal cancer that had spread to his liver. He passed away on May 24th, 2018.\n\nBecause he passed after the first r/place took place, it felt only fitting to memorialize The Cynical Brit on the 2022 event using the LUL Twitch emote which uses his likeness. The memorial started very early in the second and final expansion of r/place's canvas; streamers Asmongold and xQc quickly took the opportunity to claim the area with the aid of their viewers. The area included a purple box around the head which fit the shape of the emote. Later people started to add things in the purple such as TotalBiscuit's name in the top-left, the RIP just below it, and the top hat. Near the end of the event, before the whiteout, the site was under constant threat of griefing from the void as it moved up along the right, easily taking the hair and making its way across his face. This is all that remains of the memorial site after other communities started making art in the purple area.", "links": {"website": ["https://www.youtube.com/channel/UCy1Ms_5qBTawC-k7PVjHXKQ", "https://en.wikipedia.org/wiki/TotalBiscuit"]}, "path": {"116-158": [[906, 1179], [906, 1202], [930, 1202], [936, 1196], [936, 1190], [988, 1190], [969, 1206], [946, 1241], [937, 1263], [934, 1290], [923, 1302], [922, 1308], [929, 1314], [935, 1338], [947, 1348], [954, 1341], [1041, 1307], [1058, 1289], [1058, 1283], [1068, 1265], [1073, 1232], [1067, 1206], [1043, 1179], [1036, 1176], [1015, 1176], [998, 1187], [998, 1179]], "109-115": [[901, 1176], [901, 1364], [951, 1364], [951, 1339], [1083, 1339], [1083, 1176]], "159-165, T:0-1": [[905, 1176], [994, 1176], [994, 1177], [1000, 1177], [1000, 1179], [1006, 1179], [1006, 1181], [1008, 1183], [1013, 1181], [1016, 1180], [1022, 1180], [1038, 1181], [1052, 1187], [1057, 1194], [1061, 1203], [1059, 1222], [1055, 1243], [1047, 1259], [1039, 1276], [1024, 1293], [1005, 1307], [986, 1315], [961, 1325], [948, 1326], [942, 1321], [928, 1306], [934, 1301], [933, 1297], [938, 1293], [939, 1290], [944, 1287], [946, 1284], [936, 1272], [943, 1266], [938, 1261], [949, 1238], [965, 1217], [966, 1212], [983, 1194], [979, 1192], [978, 1192], [977, 1193], [976, 1193], [974, 1190], [970, 1190], [968, 1192], [965, 1194], [963, 1192], [960, 1192], [958, 1194], [956, 1197], [950, 1199], [945, 1199], [941, 1197], [933, 1197], [929, 1201], [906, 1201], [906, 1184], [905, 1183]]}, "center": {"116-158": [1005, 1257], "109-115": [989, 1258], "159-165, T:0-1": [957, 1183]}}, {"id": "tx5ryl", "name": "Flag of Venezuela", "description": "Venezuela is a country on the north side of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Venezuela", "https://en.wikipedia.org/wiki/Flag_of_Venezuela"], "subreddit": ["vzla", "venezuela", "placevenezuela", "vnzla"]}, "path": {"109-165, T:0-1": [[1065, 1598], [1065, 1605], [1090, 1605], [1090, 1598]]}, "center": {"109-165, T:0-1": [1078, 1602]}}, {"id": "tx5ro4", "name": "Chopper's crack", "description": "A long battle took place here to try to draw Chopper's crack on this beautiful One Piece drawing", "links": {"website": ["https://onepiece.fandom.com/wiki/Tony_Tony_Chopper"], "subreddit": ["OnePiece"]}, "path": {"109-165, T:0-1": [[52, 1448], [59, 1448], [58, 1454], [52, 1454]]}, "center": {"109-165, T:0-1": [55, 1451]}}, -{"id": "tx5qkx", "name": "Berserk", "description": "Berserk is a manga and anime. The majority of this art is an illustration of Guts, the protagonist of Berserk. Seen underneath is Guts's famous \"Dragon Slayer\" sword, next to a plaque that reads \"RIP Miura\". Kentaro Miura, the creator of Berserk, died May 6th, 2021. He has since had many tributes across the internet and media alike.\n\nThis piece started as an effort by the Berserk Pixel Art Discord to create a tribute toward their favorite mangaka. After forming an alliance with r/MyLittlePony and the Manechat Discord early on due to their very close proximity with each other, both groups helped to create the initial memorial which consisted of the RIP text, Dragon Slayer sword, and Chestnut Puck. However, later on, Twitch streamer Asmongold would expand upon this, replacing MLP's initial area above the memorial with a portrait of the character Guts. Due to both the high quality of the art and its sensitive subject matter, the MLP fandom decided to accept the artwork and migrate east.", "links": {"website": ["https://en.wikipedia.org/wiki/Berserk_(manga)"], "subreddit": ["Berserk"]}, "path": {"22-47": [[597, 261], [594, 264], [594, 274], [597, 277], [691, 277], [694, 274], [694, 264], [691, 261]], "48-58": [[597, 261], [594, 264], [594, 274], [597, 277], [690, 277], [693, 275], [715, 275], [715, 296], [745, 296], [745, 269], [694, 269], [694, 263], [692, 261]], "59-166, T:0-1": [[594, 202], [594, 277], [691, 277], [693, 275], [715, 275], [715, 296], [745, 296], [745, 269], [715, 269], [715, 275], [694, 275], [694, 219], [683, 219], [677, 213], [677, 202]]}, "center": {"22-47": [644, 269], "48-58": [729, 283], "59-166, T:0-1": [632, 240]}}, +{"id": "tx5qkx", "name": "Berserk", "description": "Guts is the main protagonist of the manga and anime Berserk. Here, he can be seen with his famous \"Dragon Slayer\" sword, alongside a plaque that reads \"RIP Miura\". Kentaro Miura, the creator of Berserk, died on May 6th, 2021. He has since had many tributes across the internet and media alike.\n\nThis piece started as an effort by the Berserk Pixel Art Discord to create a tribute toward their favorite mangaka. After forming an alliance with r/mylittlepony early on due to their very close proximity with each other, both groups helped to create the initial memorial which consisted of the RIP text, Dragon Slayer sword, and Chestnut Puck.\n\nHowever, later on, Twitch streamer Asmongold expanded on this art in an attempt to remove the MLP fandom from the canvas entirely. Despite their numerous attempts, the MLP fandom was not able to retake their initial spot, facing heavy resistance from both Asmongold's viewers as well as general place users (wanting to help maintain the art due to its high quality and sensitive subject matter). In the end, they were kicked out and forced to migrate east.", "links": {"website": ["https://en.wikipedia.org/wiki/Berserk_(manga)"], "subreddit": ["Berserk"]}, "path": {"22-47": [[597, 261], [594, 264], [594, 274], [597, 277], [691, 277], [694, 274], [694, 264], [691, 261]], "48-58": [[597, 261], [594, 264], [594, 274], [597, 277], [690, 277], [693, 275], [715, 275], [715, 296], [745, 296], [745, 269], [694, 269], [694, 263], [692, 261]], "59-166, T:0-1": [[594, 202], [594, 277], [691, 277], [693, 275], [715, 275], [715, 296], [745, 296], [745, 269], [715, 269], [715, 275], [694, 275], [694, 219], [683, 219], [677, 213], [677, 202]]}, "center": {"22-47": [644, 269], "48-58": [729, 283], "59-166, T:0-1": [632, 240]}}, {"id": "tx5qi4", "name": "Nubert", "description": "The character Nubert from the game Deltarune by Toby Fox. Everyone loves him.", "links": {"website": ["https://deltarune.fandom.com/wiki/Nubert"], "subreddit": ["Deltarune"]}, "path": {"109-166, T:0-1": [[1834, 1692], [1824, 1692], [1824, 1686], [1825, 1686], [1825, 1684], [1825, 1683], [1833, 1683], [1833, 1686], [1834, 1686]]}, "center": {"109-166, T:0-1": [1829, 1688]}}, {"id": "tx5qfh", "name": "Mametchi", "description": "Mametchi is a character from Tamagotchi, a handheld digital pet that was created in Japan by Akihiro Yokoi of WiZ and Aki Maita of Bandai.", "links": {"website": ["https://tamagotchi.fandom.com/wiki/Mametchi"], "subreddit": ["tamagotchi"]}, "path": {"109-166, T:0-1": [[569, 1508], [566, 1507], [564, 1509], [563, 1514], [567, 1518], [569, 1516], [571, 1517], [573, 1515], [573, 1509], [571, 1507], [570, 1507]]}, "center": {"109-166, T:0-1": [568, 1512]}}, {"id": "tx5qcy", "name": "Bad Touch (VA-11 HALL-A)", "description": "A drink from the video game VA-11 HALL-A, named after the song by the Bloodhound Gang. Its placement on Jill's kotatsu serves as an emblem for the Operation Bad Touch group, who created the assorted VA-11 HALL-A murals on this canvas.", "links": {}, "path": {"109-166, T:0-1": [[505, 1577], [509, 1577], [509, 1585], [505, 1585]]}, "center": {"109-166, T:0-1": [507, 1581]}}, @@ -3392,12 +3392,12 @@ {"id": "tx5mrs", "name": "Whitney Young High School", "description": "A high school in Chicago, Illinois.", "links": {"website": ["http://wyoung.org/"]}, "path": {"109-165, T:0-1": [[344, 1537], [344, 1551], [358, 1551], [358, 1537]]}, "center": {"109-165, T:0-1": [351, 1544]}}, {"id": "tx5mg9", "name": "Dofus", "description": "Dofus is a famous massively-multiplayer online role-playing game in France. It was created in 2004 by French studio Ankama.\n\nThe sprite, The Emerald Dofus item in the game, was made by Haykira, a pixel artist during the Dofus Retro Temporis server's start.", "links": {"website": ["https://www.dofus.com/"], "subreddit": ["placefrance", "franceplace", "placeFR", "france", "dofus"]}, "path": {"109-164, T:0-1": [[175, 1752], [167, 1764], [83, 1762], [80, 1759], [80, 1757], [79, 1756], [77, 1756], [77, 1754], [75, 1754], [70, 1748], [68, 1748], [67, 1749], [64, 1749], [64, 1755], [62, 1755], [62, 1758], [61, 1759], [61, 1768], [62, 1769], [62, 1772], [63, 1773], [63, 1774], [66, 1777], [67, 1777], [69, 1779], [71, 1779], [72, 1780], [73, 1779], [76, 1779], [77, 1778], [79, 1778], [82, 1775], [82, 1774], [83, 1773], [83, 1772], [84, 1771], [84, 1767], [83, 1766], [83, 1762], [167, 1764], [168, 1775], [175, 1778], [181, 1777], [186, 1774], [187, 1765], [188, 1759], [185, 1752], [180, 1749], [180, 1750], [179, 1750], [180, 1749]]}, "center": {"109-164, T:0-1": [120, 1765]}}, {"id": "tx5mcl", "name": "Froot", "description": "Froot, a.k.a. Apricot, is a VTuber.\n\nThis art was created by Twitch VTuber Zentreya's community on stream.", "links": {"website": ["https://www.twitch.tv/apricot", "https://virtualyoutuber.fandom.com/wiki/Apricot"]}, "path": {"120-165, T:0-1": [[781, 1099], [781, 1088], [775, 1088], [768, 1095], [768, 1099]]}, "center": {"120-165, T:0-1": [776, 1094]}}, -{"id": "tx5lej", "name": "Goomy", "description": "Goomy is a Dragon-type Pokémon from the Generation VI Pokémon games (Pokémon X/Y)", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Goomy_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"69-166, T:0-1": [[1408, 741], [1407, 742], [1407, 748], [1405, 750], [1405, 752], [1413, 752], [1416, 749], [1416, 746], [1414, 744], [1412, 740], [1411, 741], [1410, 744]]}, "center": {"69-166, T:0-1": [1412, 748]}}, +{"id": "tx5lej", "name": "Goomy", "description": "Goomy is a Dragon-type Pokémon from the Generation VI Pokémon games (Pokémon X/Y)", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Goomy_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"69-166, T:0-1": [[1408, 741], [1407, 742], [1407, 748], [1405, 750], [1405, 752], [1413, 752], [1416, 749], [1416, 746], [1414, 744], [1412, 740], [1411, 741], [1410, 744]]}, "center": {"69-166, T:0-1": [1412, 748]}}, {"id": "tx5l87", "name": "Bullet Club", "description": "Bullet Club is the community of the streamer RatedEpicz. He is part of the community of NoPixel, a role-play server for the game Grand Theft Auto V, and is also a member of Chang Gang within NoPixel.\n\nThis art was designed by u/NikkiTheDuck along with the nearby Dodo. <3", "links": {"website": ["https://nopixel.fandom.com/wiki/Bullet_Club", "https://www.facebook.com/RatedEpicz", "https://www.twitch.tv/ratedepicz"], "subreddit": ["Chang_Gang", "NoPixel", "place_CentralAlliance"]}, "path": {"126-166, T:0-1": [[458, 1104], [458, 1113], [469, 1113], [469, 1125], [471, 1125], [473, 1123], [473, 1104]]}, "center": {"126-166, T:0-1": [467, 1108]}}, {"id": "tx5kth", "name": "ImpulseSV", "description": "ImpulseSV, also known as Impulse, is a YouTuber and Twitch streamer who has played on Hermitcraft since Season 3.", "links": {"website": ["https://www.youtube.com/c/impulseSV", "https://hermitcraft.fandom.com/wiki/ImpulseSV"], "subreddit": ["HermitCraft"]}, "path": {"17-165, T:0-1": [[869, 607], [869, 615], [878, 615], [878, 607]]}, "center": {"17-165, T:0-1": [874, 611]}}, {"id": "tx5kes", "name": "Zzz Software", "description": "Automation software.", "links": {"website": ["https://twitter.com/Zzz_Software"], "subreddit": ["placestart"]}, "path": {"109-166, T:0-1": [[1427, 1973], [1499, 1973], [1499, 1995], [1427, 1995], [1428, 1974]]}, "center": {"109-166, T:0-1": [1463, 1984]}}, {"id": "tx5k90", "name": "T1M", "description": "T1M is a camera robot that appears on the streams of VTuber Projekt Melody.\n\nThis art was created on the Twitch stream of VTuber Zentreya.", "links": {"website": ["https://www.twitch.tv/projektmelody"]}, "path": {"122-165, T:0-1": [[745, 1073], [745, 1086], [755, 1086], [755, 1079], [763, 1075], [763, 1073]]}, "center": {"122-165, T:0-1": [750, 1078]}}, -{"id": "tx5k6w", "name": "Shiny Mew", "description": "Mew is a Psychic-type Mythical Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). This Mew has its rare Shiny coloration, being blue instead of pink.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Mew_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"50-59": [[581, 204], [581, 207], [576, 207], [571, 211], [571, 213], [574, 216], [574, 218], [578, 223], [579, 223], [582, 228], [585, 228], [587, 230], [588, 230], [591, 226], [595, 223], [595, 221], [592, 217], [585, 215], [585, 214], [583, 212], [579, 212], [578, 211], [578, 210], [583, 210], [588, 206], [586, 204]], "60-166, T:0-1": [[1398, 730], [1392, 730], [1392, 731], [1391, 732], [1390, 732], [1389, 733], [1386, 733], [1386, 744], [1393, 752], [1399, 752], [1404, 750], [1406, 747], [1405, 745], [1403, 742], [1400, 741], [1396, 740], [1395, 737], [1390, 737], [1389, 736], [1393, 735]]}, "center": {"50-59": [586, 222], "60-166, T:0-1": [1396, 746]}}, +{"id": "tx5k6w", "name": "Shiny Mew", "description": "Mew is a Psychic-type Mythical Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). This Mew has its rare Shiny coloration, being blue instead of pink.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Mew_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"50-59": [[581, 204], [581, 207], [576, 207], [571, 211], [571, 213], [574, 216], [574, 218], [578, 223], [579, 223], [582, 228], [585, 228], [587, 230], [588, 230], [591, 226], [595, 223], [595, 221], [592, 217], [585, 215], [585, 214], [583, 212], [579, 212], [578, 211], [578, 210], [583, 210], [588, 206], [586, 204]], "60-166, T:0-1": [[1398, 730], [1392, 730], [1392, 731], [1391, 732], [1390, 732], [1389, 733], [1386, 733], [1386, 744], [1393, 752], [1399, 752], [1404, 750], [1406, 747], [1405, 745], [1403, 742], [1400, 741], [1396, 740], [1395, 737], [1390, 737], [1389, 736], [1393, 735]]}, "center": {"50-59": [586, 222], "60-166, T:0-1": [1396, 746]}}, {"id": "tx5k3g", "name": "Mr. Mime Hrry Twitch emote", "description": "A Mr. Mime from the Pokémon universe can be seen here, holding what looks to be knives. Created by the Twitch streamer Hrry and his viewers (Blebs). It is modeled after his emote.", "links": {"website": ["https://gunt.tv"], "subreddit": ["hrry"]}, "path": {"109-166, T:0-1": [[1514, 1799], [1565, 1800], [1564, 1817], [1514, 1818]]}, "center": {"109-166, T:0-1": [1539, 1808]}}, {"id": "tx5jzx", "name": "The Witch Queen", "description": "The Witch Queen is the latest expansion for the game Destiny 2, launching on February 22, 2022. Savathun, the expansion's eponymous villain, manipulated in-game events from the shadows for years. The Witch Queen finally gives players a chance to confront her head-on, but they discover that the truth with Savathun is a funny thing.", "links": {"website": ["https://en.wikipedia.org/wiki/Destiny_2:_The_Witch_Queen", "https://www.destinypedia.com/Savath%C3%BBn,_the_Witch_Queen"], "subreddit": ["DestinyTheGame", "Destiny2", "place_CentralAlliance"]}, "path": {"8-166, T:0-1": [[481, 962], [481, 992], [511, 992], [511, 962]]}, "center": {"8-166, T:0-1": [496, 977]}}, {"id": "tx5jw3", "name": "Calavera", "description": "A calavera (Spanish for \"skull\") is a representation of a human skull. The term is most often applied to edible or decorative skulls made (usually by hand) from either sugar (Alfeñiques) or clay that are used in the Mexican celebration of the Day of the Dead (Spanish: Día de los Muertos), celebrated on November 1 and 2. Calaveras are also used for the Roman Catholic holiday All Souls' Day.", "links": {"website": ["https://en.wikipedia.org/wiki/Calavera"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"149-165, T:0-1": [[643, 1194], [644, 1183], [652, 1174], [678, 1174], [685, 1186], [685, 1196], [684, 1197], [683, 1200], [683, 1206], [667, 1223], [659, 1223], [645, 1207], [645, 1200]]}, "center": {"149-165, T:0-1": [664, 1195]}}, @@ -3461,7 +3461,7 @@ {"id": "tx555u", "name": "Multicort", "description": "A French Minecraft YouTuber with 200k subscribers renowned for being the owner of the Minecraft server craftok.fr. The logo of the server is on top of him.", "links": {"website": ["https://www.youtube.com/c/MulticortT"]}, "path": {"109-165, T:0-1": [[331, 1914], [331, 1906], [340, 1906], [340, 1915], [331, 1915]]}, "center": {"109-165, T:0-1": [336, 1911]}}, {"id": "tx554a", "name": "UT Austin", "description": "The University of Texas at Austin is the flag ship university in the Southern state of Texas. Here we can see their mascot a Longhorn, Their distinctive burnt orange color along with their initials UT.", "links": {"website": ["https://www.utexas.edu/"], "subreddit": ["UTAustin"]}, "path": {"109-165, T:0-1": [[1256, 1845], [1256, 1865], [1290, 1864], [1290, 1845], [1256, 1844]]}, "center": {"109-165, T:0-1": [1273, 1855]}}, {"id": "tx551p", "name": "ckie", "description": "Random person. ckie is a shortening of the depicted cookie.", "links": {"website": ["https://ckie.dev"]}, "path": {"109-165, T:0-1": [[1961, 1530], [1974, 1530], [1974, 1542], [1961, 1542]]}, "center": {"109-165, T:0-1": [1968, 1536]}}, -{"id": "tx54x1", "name": "Blue the Lucario", "description": "A Lucario named 'Blue', created in the 'Pokémon in r/place' Discord with help from r/lucario and r/pokemon. Special thanks to r/chelseafc for the use of the area. Lucario is a Fighting/Steel-type Pokémon from Generation IV.\n\nThis was attacked by a streamer as collateral from an attack on the nearby Chelsea Football Club flag, but he recovered and made it to the final art piece!", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Lucario_(Pok%C3%A9mon)"], "subreddit": ["lucario", "pokemon"]}, "path": {"109-166, T:0-1": [[1163, 1808], [1163, 1814], [1162, 1815], [1162, 1816], [1160, 1818], [1160, 1819], [1163, 1822], [1163, 1829], [1165, 1829], [1166, 1828], [1170, 1828], [1170, 1830], [1174, 1830], [1174, 1826], [1176, 1824], [1176, 1816], [1174, 1814], [1173, 1814], [1171, 1812], [1171, 1809], [1167, 1809], [1166, 1808]]}, "center": {"109-166, T:0-1": [1168, 1819]}}, +{"id": "tx54x1", "name": "Blue the Lucario", "description": "A Lucario named 'Blue', created in the 'Pokémon in r/place' Discord with help from r/lucario and r/PlacePokemon2. Special thanks to r/chelseafc for the use of the area. Lucario is a Fighting/Steel-type Pokémon from Generation IV.\n\nThis was attacked by a streamer as collateral from an attack on the nearby Chelsea Football Club flag, but he recovered and made it to the final art piece!", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Lucario_(Pok%C3%A9mon)"], "subreddit": ["lucario", "PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"109-166, T:0-1": [[1163, 1808], [1163, 1814], [1162, 1815], [1162, 1816], [1160, 1818], [1160, 1819], [1163, 1822], [1163, 1829], [1165, 1829], [1166, 1828], [1170, 1828], [1170, 1830], [1174, 1830], [1174, 1826], [1176, 1824], [1176, 1816], [1174, 1814], [1173, 1814], [1171, 1812], [1171, 1809], [1167, 1809], [1166, 1808]]}, "center": {"109-166, T:0-1": [1169, 1820]}}, {"id": "tx54tz", "name": "Cleanbois", "description": "The Cleanbois (or C\\_eanbois), formerly Leanbois (\\_eanbois), are a group of criminals on NoPixel, a role-playing server for the game Grand Theft Auto V. Founding members are Avon Barksdale (played by Lirik), Lang Buddha (played by Buddha), Al Saab (played by ssaab), Tony Corleone (played by AnthonyZ), and Bob Coolidge (played by Coolidge). The logo showcases the name-giving Lean emote.", "links": {"website": ["https://nopixel.fandom.com/wiki/Cleanbois"], "subreddit": ["NoPixel"], "discord": ["buddha"]}, "path": {"56-126": [[1337, 678], [1335, 680], [1335, 710], [1337, 712], [1369, 712], [1371, 710], [1371, 680], [1369, 678]], "127-145, 150-165, T:0-1": [[1338, 677], [1336, 679], [1336, 708], [1338, 710], [1369, 710], [1371, 708], [1371, 679], [1369, 677]]}, "center": {"56-126": [1353, 695], "127-145, 150-165, T:0-1": [1354, 694]}}, {"id": "tx54r7", "name": "Space Invader", "description": "An alien from the 1978 shoot 'em up arcade game Space Invaders. In the game, aliens slowly descend towards the player, and the player must shoot the aliens before the aliens reach the player.\n\nThis art was created by u/ElSma for u/K93B77", "links": {"website": ["https://en.wikipedia.org/wiki/Space_Invaders", "https://www.reddit.com/user/ElSma", "https://www.reddit.com/user/K93B77"]}, "path": {"152-166, T:0-1": [[84, 1032], [92, 1032], [92, 1039], [84, 1039]]}, "center": {"152-166, T:0-1": [88, 1036]}}, {"id": "tx54i7", "name": "K9/11", "description": "After an attack from HasanAbi; Destiny and his DGG community had enough and issued an attack against the HasanAbi community, replacing hasL with a Hungarian flag and his logo (the blue D) over it. With no companion, the adjacent neffL was given tears, a sad face, and a broken heart. Destiny named this attack \"K9/11\" and called his community the \"Daliban\", a pun on the word \"canine\" and a reference to the September 11 attacks on the World Trade Center by the Taliban.", "links": {"website": ["http://www.destiny.gg"], "subreddit": ["destiny"]}, "path": {"158-162": [[1691, 502], [1743, 502], [1743, 545], [1694, 544], [1690, 502]]}, "center": {"158-162": [1718, 523]}}, @@ -3566,7 +3566,7 @@ {"id": "tx45p8", "name": "Nekomata Okayu's onigiri", "description": "The onigiri (Japanese rice ball) is the oshi mark (fan symbol) of VTuber Nekomata Okayu, part of the VTuber agency Hololive. Fans commonly put this onigiri after their nicknames on Twitter or other social media to show their support for her.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Nekomata_Okayu"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1398, 947], [1395, 950], [1394, 952], [1394, 956], [1403, 956], [1403, 952], [1401, 949], [1399, 947]]}, "center": {"66-166, T:0-1": [1398, 952]}}, {"id": "tx45ka", "name": "Flag of Bavaria", "description": "Bavaria, officially the Free State of Bavaria, is a state in Germany. Its largest city is Munich.\n\nThis flag was placed on the Brandenburg Gate to symbolize the deep friendship between Berlin and Munich.", "links": {"website": ["https://en.wikipedia.org/wiki/Bavaria", "https://en.wikipedia.org/wiki/Flag_of_Bavaria"], "subreddit": ["bavaria", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"159-161": [[704, 845], [702, 847], [702, 855], [706, 855], [706, 847]], "164, T:0-1": [[703, 847], [703, 855], [707, 855], [707, 847], [705, 845]]}, "center": {"159-161": [704, 850], "164, T:0-1": [705, 850]}}, {"id": "tx43jh", "name": "The fargo sign", "description": "The Fargo sign from Downtown Fargo ND's theatre", "links": {"website": ["https://fargotheatre.org/"], "subreddit": ["Fargo"]}, "path": {"109-166, T:0-1": [[1488, 1304], [1484, 1304], [1484, 1337], [1488, 1337]]}, "center": {"109-166, T:0-1": [1486, 1321]}}, -{"id": "tx43c3", "name": "Jimmy the Wooper", "description": "Jimmy the Wooper is the mascot of the Banana Cult. This is a small community of ~30 members.\n\nWooper (Japanese: ウパー Upah) is a dual-type Water/Ground Pokémon introduced in Generation II. It evolves into Quagsire starting at level 20.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Wooper_(Pok%C3%A9mon)"], "subreddit": ["JimmyResistance"]}, "path": {"109-166, T:0-1": [[613, 1680], [628, 1680], [631, 1685], [622, 1686], [620, 1693], [611, 1683]]}, "center": {"109-166, T:0-1": [620, 1684]}}, +{"id": "tx43c3", "name": "Jimmy the Wooper", "description": "Jimmy the Wooper is the mascot of the Banana Cult. This is a small community of ~30 members.\n\nWooper (Japanese: ウパー Upah) is a dual-type Water/Ground Pokémon introduced in Generation II. It evolves into Quagsire starting at level 20.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Wooper_(Pok%C3%A9mon)"], "subreddit": ["JimmyResistance", "PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"109-166, T:0-1": [[613, 1680], [628, 1680], [631, 1685], [622, 1686], [620, 1693], [611, 1683]]}, "center": {"109-166, T:0-1": [618, 1684]}}, {"id": "tx4343", "name": "Montblanc Meisterstück fountain pen", "description": "The Montblanc Meisterstück is a luxury fountain pen. This art depicts the gold-colored version of the pen.\n\nThis pen was the contribution of Reddit's fountain pen community, r/fountainpens. After conflict with the pansexual flag, a truce was reached, allowing them to build their flag behind our pen.", "links": {"website": ["https://www.montblanc.com/en-us/collection/writing-instruments/meisterstuck"], "subreddit": ["fountainpens"]}, "path": {"90-110": [[1822, 717], [1818, 720], [1823, 723], [1847, 723], [1847, 724], [1870, 724], [1873, 721], [1873, 719], [1870, 716], [1847, 716], [1847, 717]], "111-166, T:0-1": [[1832, 719], [1832, 718], [1834, 718], [1834, 717], [1839, 717], [1839, 718], [1840, 718], [1840, 717], [1860, 717], [1860, 716], [1882, 716], [1882, 717], [1883, 717], [1883, 723], [1882, 723], [1882, 724], [1860, 724], [1860, 723], [1840, 723], [1840, 722], [1839, 722], [1839, 723], [1834, 723], [1834, 722], [1832, 722], [1832, 721], [1831, 721], [1831, 720]]}, "center": {"90-110": [1854, 720], "111-166, T:0-1": [1867, 720]}}, {"id": "tx42tf", "name": "MrGreen", "description": "Art made by the community of Etterna, a fork of the rhythm game StepMania 5. It is based on an old emoji from the forums of an older rhythm game, Flash Flash Revolution.", "links": {"website": ["https://etternaonline.com"], "subreddit": ["Stepmania"]}, "path": {"107-166, T:0-1": [[1261, 55], [1266, 55], [1266, 56], [1267, 56], [1268, 57], [1269, 59], [1270, 59], [1270, 64], [1269, 65], [1269, 66], [1268, 67], [1267, 68], [1266, 68], [1264, 68], [1259, 68], [1258, 67], [1257, 66], [1257, 65], [1256, 64], [1256, 63], [1256, 64], [1256, 60], [1257, 59], [1257, 58], [1258, 57], [1259, 56], [1260, 56], [1260, 55], [1266, 55]]}, "center": {"107-166, T:0-1": [1263, 62]}}, {"id": "tx42rr", "name": "Magmite", "description": "A magmite is a small creature from Starlight River, a mod for the game Terraria.", "links": {"website": ["https://github.com/ProjectStarlight/StarlightRiver"], "subreddit": ["Terraria"]}, "path": {"23-166, T:0-1": [[3, 701], [0, 705], [0, 709], [0, 710], [0, 712], [2, 714], [8, 714], [11, 709], [11, 705], [10, 704], [10, 701]]}, "center": {"23-166, T:0-1": [6, 708]}}, @@ -3613,7 +3613,7 @@ {"id": "tx3r9m", "name": "Johannes Schepputat", "description": "Image of a stoned teacher at the Kreisgymnasium Riedlingen. Hand-made by 4 brain-damaged friends.", "links": {}, "path": {"109-166, T:0-1": [[541, 1698], [541, 1684], [550, 1684], [550, 1698]]}, "center": {"109-166, T:0-1": [546, 1691]}}, {"id": "tx3qgd", "name": "University of California, Santa Cruz", "description": "A piece depicting UCSC in it's school colors (blue and yellow) alongside a small Banana Slug, The mascot of the university.", "links": {"website": ["https://www.ucsc.edu/"], "subreddit": ["UCSC"]}, "path": {"109-165, T:0-1": [[352, 1579], [371, 1579], [371, 1583], [352, 1583]]}, "center": {"109-165, T:0-1": [362, 1581]}}, {"id": "tx3prq", "name": "Vegan Frog", "description": "A tribute to the K31 Pepe that was in the frog's place before the Pepe moved left outside of the banner.", "links": {"subreddit": ["vegan_place"]}, "path": {"109-166, T:0-1": [[1837, 1600], [1837, 1611], [1850, 1611], [1850, 1600]]}, "center": {"109-166, T:0-1": [1844, 1606]}}, -{"id": "tx3pol", "name": "Minccino in a suit", "description": "The Pokémon Minccino in a suit artwork that originated from an artist on Amino. Minccino is a Normal-type Pokémon from Generation V.", "links": {"website": ["https://aminoapps.com/c/pokemon/page/blog/minccino-in-a-suit/bzho_u0oVGrEj4b30eM5ebWZE6K3Xv"], "subreddit": ["pokemon"]}, "path": {"109-166, T:0-1": [[637, 1544], [637, 1530], [643, 1530], [644, 1538], [649, 1541], [648, 1549], [641, 1554], [640, 1573], [623, 1573], [620, 1564], [614, 1554], [614, 1545]]}, "center": {"109-166, T:0-1": [632, 1554]}}, +{"id": "tx3pol", "name": "Minccino in a suit", "description": "The Pokémon Minccino in a suit artwork that originated from an artist on Amino. Minccino is a Normal-type Pokémon from Generation V.", "links": {"website": ["https://aminoapps.com/c/pokemon/page/blog/minccino-in-a-suit/bzho_u0oVGrEj4b30eM5ebWZE6K3Xv"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"109-166, T:0-1": [[637, 1544], [637, 1530], [643, 1530], [644, 1538], [649, 1541], [648, 1549], [641, 1554], [640, 1573], [623, 1573], [620, 1564], [614, 1554], [614, 1545]]}, "center": {"109-166, T:0-1": [629, 1556]}}, {"id": "tx3ple", "name": "Drehmal", "description": "Drehmal: PRIMORDIAL is a massive, one of a kind Minecraft survival/adventure map with a heavy emphasis on exploration. Featuring fantastical custom biomes, unique weapons with incredible abilities, Thirteen custom villages, Towns, and cities, over 400 loot-filled structures, new advancements, special traders, Tons of dungeons, a fast travel system, and a nonlinear main quest.", "links": {"website": ["https://drehmal.net"], "subreddit": ["drehmal"]}, "path": {"109-166, T:0-1": [[473, 1416], [473, 1444], [495, 1444], [495, 1416]]}, "center": {"109-166, T:0-1": [484, 1430]}}, {"id": "tx3pih", "name": "r/fuckcars parking lot", "description": "r/fuckcars is a subreddit dedicated to discussing the negative impacts of urban sprawl and car-dependent infrastructure on communities, safety, public health, and the environment. Examples include massive highways, huge parking lots, dangerous intersections, and bad road design. r/fuckcars aspires towards better urban planning and more sustainable and effective alternatives like mass transit and improved pedestrian/cycling infrastructure, particularly in the United States, which relies heavily on cars for commuting and travel.\n\nThis parking lot is meant to be an eyesore and waste valuable screen space, just like parking lots waste space in real life. The r/fuckcars parking lot was maintained for most of r/place 2022 near the middle of the map despite numerous attacks, takeovers, Among Us memes, and attempts to change the \"r/fuckcars\" text to \"r/fuckears\". The entire lot and the maintenance involved was an ironic meme for the subreddit, and further contributes to the message on how costly car infrastructure upkeep can be. Over 30k new members joined the subreddit during r/place.", "links": {"subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"50-54": [[916, 720], [916, 792], [926, 792], [926, 794], [964, 794], [964, 802], [1000, 802], [1000, 720]], "31-49": [[915, 720], [915, 820], [923, 820], [923, 794], [963, 794], [963, 802], [1000, 802], [1000, 720]], "1-30": [[914, 690], [909, 692], [909, 702], [905, 705], [905, 732], [909, 732], [909, 820], [923, 820], [923, 792], [963, 792], [963, 802], [1000, 802], [1000, 720], [919, 720], [919, 690]], "55-165, T:0-1": [[917, 798], [917, 721], [1114, 721], [1114, 722], [1115, 722], [1115, 723], [1115, 724], [1116, 724], [1116, 725], [1117, 725], [1117, 726], [1118, 726], [1119, 726], [1119, 727], [1119, 728], [1120, 728], [1121, 728], [1121, 729], [1122, 729], [1122, 801], [964, 801], [964, 796], [963, 795], [962, 793], [961, 792], [959, 792], [958, 793], [957, 794], [956, 795], [954, 797], [953, 798], [952, 799], [932, 799], [931, 798], [930, 797], [929, 796], [928, 795], [927, 794], [926, 793], [925, 792], [924, 792], [923, 792], [922, 793], [921, 794], [921, 795], [920, 796], [920, 797], [919, 798]]}, "center": {"50-54": [958, 757], "31-49": [957, 757], "1-30": [963, 756], "55-165, T:0-1": [1020, 761]}}, {"id": "tx3pdm", "name": "YGO", "description": "Back of a Yu=Gi-Oh! card", "links": {"subreddit": ["yugioh"]}, "path": {"109-165, T:0-1": [[978, 1658], [1009, 1658], [1008, 1618], [979, 1619]]}, "center": {"109-165, T:0-1": [994, 1638]}}, @@ -3936,7 +3936,7 @@ {"id": "tx86d4", "name": "Flag of Wales", "description": "Wales is one of the countries in the United Kingdom. Its flag features the Dragon of Cadwaladr, also known as Y Ddraig Goch (The Red Dragon).", "links": {"website": ["https://en.wikipedia.org/wiki/Wales", "https://en.wikipedia.org/wiki/Flag_of_Wales"], "subreddit": ["Wales", "ukplace", "unitedkingdom"]}, "path": {"132-165, 53-125, T:0-1": [[607, 551], [607, 557], [615, 557], [615, 551]]}, "center": {"132-165, 53-125, T:0-1": [611, 554]}}, {"id": "tx86ad", "name": "Chuck Tamzarian", "description": "Chuck Tamzarian is the partial owner of Sneed's Feed and Seed. After selling the store to Al Sneed, he mostly hangs out with Al on the porch.", "links": {"website": ["https://simpsonswiki.com/wiki/Chuck_Tamzarian"], "subreddit": ["sneedposting"]}, "path": {"85-122": [[1700, 920], [1694, 925], [1694, 928], [1696, 930], [1696, 937], [1695, 938], [1698, 941], [1698, 942], [1693, 948], [1695, 950], [1709, 950], [1709, 948], [1712, 944], [1712, 939], [1713, 938], [1712, 937], [1712, 932], [1710, 930], [1710, 928], [1712, 926], [1712, 922], [1707, 922], [1705, 920]], "127-166, T:0-1": [[1754, 873], [1749, 877], [1749, 880], [1751, 882], [1751, 887], [1752, 888], [1752, 892], [1755, 892], [1755, 894], [1765, 894], [1765, 885], [1763, 883], [1763, 879], [1765, 879], [1765, 877], [1766, 876], [1765, 875], [1761, 875], [1759, 873]]}, "center": {"85-122": [1704, 935], "127-166, T:0-1": [1757, 880]}}, {"id": "tx85g0", "name": "T", "description": "A community member, Gorp, reached out to the Outer Wilds Discord and asked if they could make the letter T for their friend who was in the hospital. The T was maintained for the duration of r/place. Due to attacks by a few unscrupulous individuals, this T has been immortalized as an emote. Get well, T!", "links": {"subreddit": ["outerwilds", "place_CentralAlliance"]}, "path": {"110-165, T:0-1": [[386, 945], [390, 945], [390, 950], [386, 950]]}, "center": {"110-165, T:0-1": [388, 948]}}, -{"id": "tx852n", "name": "Bidoof", "description": "The Normal-type Plump Mouse Pokémon introduced in the games Pokémon Diamond & Pearl. A variety of factors like its common nature, its oft-used convenience as an 'HM Slave' in teams, and its goofy name have given it a memetic status and adoration from Pokémon fans. Its heart-shaped nose shown here is not characteristic of its usual appearance.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Bidoof_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"]}, "path": {"109-166, T:0-1": [[553, 1467], [549, 1471], [551, 1476], [546, 1480], [547, 1488], [555, 1500], [560, 1499], [560, 1497], [566, 1497], [568, 1499], [574, 1499], [573, 1496], [578, 1492], [580, 1495], [587, 1495], [590, 1465], [584, 1460], [577, 1459], [567, 1465], [558, 1469]]}, "center": {"109-166, T:0-1": [569, 1480]}}, +{"id": "tx852n", "name": "Bidoof", "description": "Bidoof is the Normal-type Plump Mouse Pokémon introduced in the games Pokémon Diamond & Pearl. A variety of factors like its common nature, its oft-used convenience as an 'HM Slave' in teams, and its goofy name have given it a memetic status and adoration from Pokémon fans. Its heart-shaped nose shown here is not characteristic of its usual appearance.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Bidoof_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"109-166, T:0-1": [[553, 1467], [549, 1471], [551, 1476], [546, 1480], [547, 1488], [555, 1500], [560, 1499], [560, 1497], [566, 1497], [568, 1499], [574, 1499], [573, 1496], [578, 1492], [580, 1495], [587, 1495], [590, 1465], [584, 1460], [577, 1459], [567, 1465], [558, 1469]]}, "center": {"109-166, T:0-1": [567, 1482]}}, {"id": "tx850x", "name": "Moons", "description": "Moons are the version of Reddit Community Points used by r/CryptoCurrency. They also function as a real cryptocurrency, trading under the symbol xMOON. Moons are named after the meme expression \"to the moon\", describing a cryptocurrency or stock rocketing upwards in value \"to the moon\".", "links": {"website": ["https://www.coinbase.com/price/moon"], "subreddit": ["CryptoCurrency"]}, "path": {"71-127": [[1561, 446], [1597, 446], [1597, 480], [1561, 480]], "129-166, T:0-1": [[1562, 447], [1596, 447], [1596, 464], [1590, 464], [1590, 473], [1587, 471], [1579, 471], [1576, 474], [1574, 480], [1562, 480]]}, "center": {"71-127": [1579, 463], "129-166, T:0-1": [1574, 459]}}, {"id": "tx84za", "name": "Ending neutral zone", "description": "When a user wanted to spend a pixel but not draw it in an area that would annoy someone, This area was ultimately used as a neutral point.\nYou can edit who placed pixels there:\n-Aaron\n-Angarn\n-Ender Proyects\n-Izumi Dhira", "links": {}, "path": {"109-166, T:0-1": [[1866, 1749], [1999, 1749], [1999, 1659], [1889, 1658], [1869, 1679]]}, "center": {"109-166, T:0-1": [1934, 1705]}}, {"id": "tx84xe", "name": "Shads Discord", "description": "Logo spelling out Shad made by a small discord community known as The Shads. (Currently under attack in this image but the Shads community got together and fixed it before the end of r/Place)", "links": {}, "path": {"109-166, T:0-1": [[1583, 1305], [1583, 1309], [1599, 1309], [1599, 1305]]}, "center": {"109-166, T:0-1": [1591, 1307]}}, @@ -4053,7 +4053,7 @@ {"id": "txcib9", "name": "Salteña", "description": "A baked empanada from Bolivia.", "links": {"subreddit": ["BOLIVIA"]}, "path": {"109-165, T:0-1": [[1549, 1232], [1547, 1213], [1556, 1207], [1565, 1215], [1566, 1222], [1565, 1233], [1548, 1232]]}, "center": {"109-165, T:0-1": [1557, 1221]}}, {"id": "txch2m", "name": "Pop Star Chara", "description": "Chara is a character from the 2015 hit indie video game, Undertale. Chara's story takes place years before the events in the game, as Chara was the first child that fell down into the Underground, and was subsequently the first child to die and the first human soul to be collected. Both Chara and Frisk (the protagonist) from Undertale use they/them pronouns in the game and are seen as non-binary/non-genderconforming by most of the Undertale community, though their gender identities have never been confirmed by the game's creator.\n\nThis image was created as a collaboration of the r/Charadefensesquad and the r/CharaOffenseSquad subreddits. It was also helped by r/popheads and r/Nichijou, who teamed up to make this artwork of Carly Rae Jepson, Pop Star Chara, and Sakamoto.", "links": {"website": ["https://undertale.fandom.com/wiki/Chara"], "subreddit": ["Charadefensesquad", "CharaOffenseSquad", "popheads", "Nichijou"], "discord": ["popheads"]}, "path": {"73-166, T:0-1": [[1462, 509], [1459, 513], [1459, 519], [1462, 519], [1462, 521], [1459, 524], [1459, 526], [1461, 526], [1461, 535], [1472, 535], [1472, 530], [1473, 530], [1473, 511], [1471, 509]]}, "center": {"73-166, T:0-1": [1467, 515]}}, {"id": "txch28", "name": "Flag of Guatemala", "description": "Guatemala is a country in Central America. This flag has a resplendent quetzal in its center, the national bird of Guatemala.", "links": {"website": ["https://www.visitguatemala.com", "https://en.wikipedia.org/wiki/Guatemala", "https://en.wikipedia.org/wiki/Flag_of_Guatemala"], "subreddit": ["guatemala"]}, "path": {"109-165, T:0-1": [[452, 1460], [468, 1460], [468, 1472], [453, 1472], [453, 1470], [452, 1470]]}, "center": {"109-165, T:0-1": [460, 1466]}}, -{"id": "txcgtw", "name": "Rhinoceros hornbill", "description": "The rhinoceros hornbill is the national bird of Malaysia and the state bird of the Malaysian state of Sarawak.", "links": {"website": ["https://en.wikipedia.org/wiki/Rhinoceros_hornbill"], "subreddit": ["malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"100-131": [[334, 977], [329, 981], [327, 986], [324, 989], [324, 992], [332, 992], [334, 990], [334, 987], [335, 985], [337, 984], [345, 984], [345, 983], [342, 980], [342, 975], [340, 976], [335, 976], [335, 977]], "132-166, T:0-1": [[323, 992], [332, 992], [335, 988], [335, 985], [337, 984], [345, 984], [345, 983], [343, 981], [343, 978], [340, 976], [336, 976], [335, 977], [333, 977], [331, 979], [331, 984]]}, "center": {"100-131": [338, 980], "132-166, T:0-1": [335, 981]}}, +{"id": "txcgtw", "name": "Rhinoceros hornbill", "description": "The rhinoceros hornbill is the national bird of Malaysia and the state bird of the Malaysian state of Sarawak.", "links": {"website": ["https://en.wikipedia.org/wiki/Rhinoceros_hornbill"], "subreddit": ["placeMY", "malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"100-131": [[334, 977], [329, 981], [327, 986], [324, 989], [324, 992], [332, 992], [334, 990], [334, 987], [335, 985], [337, 984], [345, 984], [345, 983], [342, 980], [342, 975], [340, 976], [335, 976], [335, 977]], "132-166, T:0-1": [[323, 992], [332, 992], [335, 988], [335, 985], [337, 984], [345, 984], [345, 983], [343, 981], [343, 978], [340, 976], [336, 976], [335, 977], [333, 977], [331, 979], [331, 984]]}, "center": {"100-131": [338, 980], "132-166, T:0-1": [335, 981]}}, {"id": "txcg9h", "name": "Pibby and Bun Bun", "description": "Pibby (right) and Bun Bun (left) are the main characters of possibly upcoming adult cartoon, Come and Learn With Pibby. Although heavily teased, it is currently unknown whether Come and Learn With Pibby will become a full television series. The show is a collaboration between Cartoon Network and Adult Swim. If turned into a series, Come and Learn With Pibby will presumably air on Adult Swim.", "links": {"subreddit": ["Pibby"]}, "path": {"109-165, T:0-1": [[902, 1363], [919, 1350], [920, 1363], [911, 1364], [902, 1363], [902, 1350], [919, 1350]]}, "center": {"109-165, T:0-1": [911, 1357]}}, {"id": "txcfph", "name": "Ukrainian farmers stealing tanks", "description": "During the Russian invasion of Ukraine, lots of abandonned Russian armored vehicles were towed away from the battlefield by Ukrainian farmers.", "links": {"website": ["https://www.rferl.org/a/ukraine-russian-invasion-tanks-towed-tractors/31756402.html"], "subreddit": ["FarmersStealingTanks", "placeukraine", "ukraine"], "discord": ["fMf7RJBMw6"]}, "path": {"78-158": [[326, 212], [323, 209], [328, 205], [328, 202], [340, 202], [340, 203], [341, 203], [341, 202], [343, 200], [350, 200], [348, 198], [349, 197], [350, 197], [351, 198], [351, 199], [353, 199], [353, 204], [356, 204], [356, 203], [359, 200], [360, 201], [361, 200], [367, 200], [369, 202], [372, 202], [374, 200], [380, 200], [378, 195], [379, 194], [380, 194], [383, 197], [384, 198], [384, 200], [408, 200], [408, 194], [411, 195], [414, 200], [431, 200], [431, 212], [364, 212], [360, 202], [358, 202], [354, 212]], "61-77": [[326, 212], [323, 209], [328, 205], [328, 202], [340, 202], [340, 203], [341, 203], [341, 202], [343, 200], [350, 200], [348, 198], [349, 197], [350, 197], [351, 198], [351, 199], [353, 199], [353, 204], [356, 204], [356, 203], [359, 200], [360, 201], [361, 200], [367, 200], [369, 202], [372, 202], [374, 200], [380, 200], [378, 195], [379, 194], [380, 194], [383, 197], [384, 198], [384, 200], [408, 200], [408, 194], [411, 195], [414, 200], [431, 200], [431, 212], [221, 212], [219, 210], [219, 208], [225, 202], [240, 202], [242, 200], [246, 200], [246, 197], [247, 197], [250, 200], [250, 202], [271, 202], [273, 200], [277, 200], [278, 199], [279, 199], [282, 202], [298, 202], [298, 212]], "48-60": [[225, 202], [222, 204], [219, 208], [219, 212], [305, 212], [305, 208], [298, 205], [298, 202], [281, 202], [281, 201], [278, 197], [276, 197], [276, 200], [250, 200], [248, 197], [245, 200], [242, 200], [240, 202]], "T:0-1": [[328, 200], [328, 204], [323, 207], [323, 209], [326, 212], [354, 212], [356, 210], [356, 203], [358, 201], [359, 201], [361, 203], [361, 209], [364, 212], [432, 212], [432, 197], [430, 194], [427, 194], [427, 200], [406, 200], [403, 207], [403, 212], [386, 212], [386, 195], [383, 193], [379, 193], [379, 200]], "159-165": [[326, 212], [323, 209], [328, 205], [328, 202], [340, 202], [340, 203], [341, 203], [341, 202], [343, 200], [350, 200], [348, 198], [349, 197], [350, 197], [351, 198], [351, 199], [353, 199], [353, 204], [356, 204], [356, 203], [359, 200], [360, 201], [361, 200], [367, 200], [369, 202], [372, 202], [374, 200], [380, 200], [378, 195], [379, 194], [380, 194], [383, 197], [384, 198], [384, 204], [385, 204], [385, 212], [364, 212], [361, 209], [361, 203], [359, 202], [357, 204], [356, 205], [356, 210], [353, 212]]}, "center": {"78-158": [411, 206], "61-77": [411, 206], "48-60": [247, 206], "T:0-1": [379, 206], "159-165": [347, 206]}}, {"id": "txcfik", "name": "Ever Expanding Bunker", "description": "A logo used in a collaborative world building community about an underground bunker.", "links": {"subreddit": ["everexpandingbunker"]}, "path": {"109-166, T:0-1": [[1820, 1453], [1817, 1456], [1817, 1459], [1823, 1459], [1823, 1456]]}, "center": {"109-166, T:0-1": [1820, 1457]}}, @@ -4127,7 +4127,7 @@ {"id": "txblrt", "name": "PeteZahHutt", "description": "PeteZahHutt is a Minecraft YouTuber and Twitch streamer. His username is a pun on the Pizza Hut restaurant chain, which is prominent in the United States for its signature pan pizzas.\n\nIn the early 2010s, Pete rose in popularity when he uploaded the How To Min3craft (HTM) series, a Minecraft survival series that included members of the formerly active Minecraft group The Pack. Pete is a part of the House Builder Gang (HBG), a Minecraft speedrunning group alongside other Minecraft YouTubers and streamers. He is also a recurring player in the Minecraft Championship (MCC) and is considered to be one of the top players, or S-Tiers, in the tournament for his consistency.\n\nPete has two faces on his Minecraft skin which were drawn in r/place. The top face depicts Pete wearing a gaming headset with a blue beanie over it. The bottom face, which is hidden under Pete's neck, has a derp-like face, which is why he often referred to as Petey Hutt Jr. by Pete's fanbase. For two days, both faces, along with the neighboring MCC and Hermitcraft builds were subject to griefing attempts by both the black and white voids, to which Pete reacted in his Discord server with \"DEATH! TAKE ME VOID!\" along with a emote of someone throwing his hands up in part dismay and part hilarity.", "links": {"website": ["https://www.twitch.tv/petezahhutt", "https://www.youtube.com/petezahhutt", "https://mcchampionship.fandom.com/wiki/PeteZahHutt"], "subreddit": ["MinecraftChampionship"]}, "path": {"33-165, T:0-1": [[895, 543], [895, 558], [904, 558], [904, 543]]}, "center": {"33-165, T:0-1": [900, 551]}}, {"id": "txbln9", "name": "Flag of the Canary Islands", "description": "Flag of the Canary Islands drawn by a small Twitter community. A member reached out to the r/GuildWars2 community for help defending it.", "links": {"website": ["https://en.wikipedia.org/wiki/Flag_of_the_Canary_Islands"]}, "path": {"109-166, T:0-1": [[1992, 1348], [1992, 1384], [2000, 1384], [2000, 1348]]}, "center": {"109-166, T:0-1": [1996, 1366]}}, {"id": "txbkhs", "name": "HBomb94", "description": "HBomb94 is a variety YouTuber famous for being the first five-time winner of Minecraft Championship, taking his fifth crown in March 2022.", "links": {"website": ["https://www.youtube.com/channel/UC5SCCTlzTrHOeNxGgFtkKjA", "https://mcchampionship.fandom.com/wiki/HBomb94"], "subreddit": ["MinecraftChampionship"]}, "path": {"76-165, T:0-1": [[877, 534], [877, 543], [886, 543], [886, 534]]}, "center": {"76-165, T:0-1": [882, 539]}}, -{"id": "txbkd8", "name": "r/gravityrush", "description": "A subreddit for Gravity Rush, a PS Vita game later released on the PS4, and its sequel Gravity Rush 2, also released on the PS4.", "links": {"website": ["https://en.wikipedia.org/wiki/Gravity_Rush"], "subreddit": ["gravityrush"]}, "path": {"146-166, T:0-1": [[1646, 1122], [1646, 1127], [1695, 1127], [1695, 1122]]}, "center": {"146-166, T:0-1": [1671, 1125]}}, +{"id": "txbkd8", "name": "r/gravityrush", "description": "A subreddit for Gravity Rush, a PlayStation Vita game later released on the PlayStation 4, and its sequel Gravity Rush 2, also released on the PS4.", "links": {"website": ["https://en.wikipedia.org/wiki/Gravity_Rush"], "subreddit": ["gravityrush"]}, "path": {"146-166, T:0-1": [[1646, 1122], [1646, 1127], [1695, 1127], [1695, 1122]]}, "center": {"146-166, T:0-1": [1671, 1125]}}, {"id": "txbk6h", "name": "Gon Freecss", "description": "Gon Freecss is the protagonist of Yoshihiro Togashi's Hunter x Hunter manga series. The titular Hunter Association of is made up of elites who seek the same goal: \"The hunt that fulfills one's desires.\" After learning that his father picked hunting over raising him, Gon becomes a rookie hunter to track the man down and find out what being a hunter is all about.\n\nThis sprite was made by the HxH Place Discord server and the Anime Alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Gon_Freecss"], "subreddit": ["HunterXHunter"], "discord": ["sCwSxCBj2D", "9U6pHMbHS4"]}, "path": {"131-166, T:0-1": [[1692, 1172], [1692, 1175], [1693, 1176], [1693, 1180], [1697, 1185], [1696, 1186], [1696, 1187], [1694, 1187], [1694, 1190], [1696, 1192], [1696, 1196], [1698, 1198], [1704, 1198], [1706, 1196], [1706, 1192], [1708, 1192], [1708, 1187], [1706, 1187], [1705, 1185], [1708, 1182], [1709, 1179], [1711, 1179], [1711, 1178], [1710, 1177], [1710, 1174], [1708, 1172]]}, "center": {"131-166, T:0-1": [1701, 1179]}}, {"id": "txbjrc", "name": "Philippines", "description": "The Philippines archipelago as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/Philippines"], "subreddit": ["Philippines"]}, "path": {"137-166, T:0-1": [[348, 646], [346, 648], [345, 650], [344, 654], [344, 660], [343, 661], [344, 662], [345, 661], [347, 661], [347, 664], [345, 666], [340, 672], [337, 677], [337, 678], [339, 678], [342, 675], [346, 669], [347, 669], [348, 672], [353, 676], [357, 676], [357, 678], [358, 679], [358, 684], [357, 685], [358, 686], [359, 686], [363, 683], [363, 667], [362, 666], [362, 662], [358, 662], [358, 657], [357, 657], [356, 658], [354, 658], [352, 660], [352, 652], [354, 649], [350, 646]]}, "center": {"137-166, T:0-1": [355, 668]}}, {"id": "txbix7", "name": "Adelie", "description": "Adelie is a penguin that is featured in a number of mods for the PICO-8 version of Celeste. Adelie is depicted sliding on the floor in this sprite, nicknamed \"Slidelie\".", "links": {"subreddit": ["celesteplace", "celestegame"], "discord": ["celeste"]}, "path": {"90-97": [[1021, 864], [1020, 865], [1017, 865], [1017, 869], [1018, 870], [1018, 872], [1025, 872], [1025, 870], [1026, 869], [1026, 867], [1025, 866], [1025, 864]], "98-165, T:0-1": [[1019, 863], [1015, 866], [1015, 870], [1017, 873], [1024, 873], [1026, 870], [1026, 865], [1024, 863]]}, "center": {"90-97": [1022, 868], "98-165, T:0-1": [1021, 868]}}, @@ -4443,7 +4443,7 @@ {"id": "txguzl", "name": "Silver pearl", "description": "A pearl from the indie game Rain World by Videocult. These pearls serve as a form of currency within the world.", "links": {"website": ["https://rainworld.fandom.com/wiki/Pearl"], "subreddit": ["rainworld"]}, "path": {"139-140": [[1064, 562], [1062, 564], [1062, 565], [1064, 567], [1065, 567], [1067, 565], [1067, 564], [1065, 562]], "100-126": [[1099, 562], [1097, 564], [1097, 565], [1099, 567], [1100, 567], [1102, 565], [1102, 564], [1100, 562]], "141-165, T:0-1": [[1061, 562], [1059, 564], [1059, 565], [1061, 567], [1062, 567], [1064, 565], [1064, 564], [1062, 562]]}, "center": {"139-140": [1065, 565], "100-126": [1100, 565], "141-165, T:0-1": [1062, 565]}}, {"id": "txguvm", "name": "pqueen", "description": "pqueen, real name Pelin Baynazoğlu, is a cheerful and sweet Twitch streamer from Turkey. This art depicts her channel logo.", "links": {"website": ["https://www.twitch.tv/pqueen"]}, "path": {"59-126": [[1061, 514], [1070, 523], [1070, 524], [1064, 530], [1064, 534], [1071, 542], [1080, 549], [1087, 549], [1091, 546], [1094, 546], [1096, 544], [1096, 542], [1099, 542], [1099, 539], [1103, 534], [1103, 530], [1097, 524], [1098, 521], [1106, 512], [1106, 510], [1101, 510], [1101, 505], [1100, 505], [1088, 516], [1087, 516], [1085, 509], [1085, 498], [1081, 498], [1081, 509], [1079, 516], [1078, 516], [1064, 504], [1062, 504], [1062, 511], [1061, 511]], "157-166, T:0-1": [[1528, 910], [1528, 913], [1529, 915], [1538, 924], [1531, 931], [1531, 935], [1540, 945], [1537, 949], [1537, 963], [1536, 964], [1536, 982], [1570, 982], [1571, 983], [1572, 983], [1573, 982], [1577, 982], [1580, 980], [1577, 976], [1577, 965], [1578, 964], [1578, 961], [1575, 955], [1572, 955], [1574, 951], [1574, 950], [1570, 945], [1581, 935], [1581, 930], [1575, 924], [1575, 923], [1576, 920], [1585, 907], [1585, 906], [1571, 919], [1569, 918], [1569, 915], [1577, 902], [1577, 898], [1574, 898], [1574, 901], [1563, 914], [1561, 914], [1558, 911], [1556, 898], [1553, 898], [1552, 911], [1549, 915], [1537, 901], [1534, 901], [1534, 904], [1542, 915], [1542, 918], [1541, 919], [1540, 919], [1533, 912], [1531, 912], [1529, 910]]}, "center": {"59-126": [1084, 532], "157-166, T:0-1": [1555, 933]}}, {"id": "txguna", "name": "Astro", "description": "Astro is the main character from the currently unreleased game Astroboi, built on the game platform Roblox game. It is a yellow head which originally intended to have a brown cap on top.", "links": {"discord": ["d6yAYuQ5a7"]}, "path": {"151-156": [[1797, 964], [1797, 970], [1805, 970], [1805, 964]], "141-150": [[1797, 962], [1797, 970], [1805, 970], [1805, 964], [1808, 964], [1808, 962]], "157-166, T:0-1": [[1797, 965], [1797, 968], [1801, 971], [1805, 971], [1805, 965]]}, "center": {"151-156": [1801, 967], "141-150": [1801, 966], "157-166, T:0-1": [1801, 968]}}, -{"id": "txgtig", "name": "Kanto starter Pokémon", "description": "The starter Pokémon of the Generation I Pokémon games (Pokémon Green, Red, and Blue), obtained from Professor Oak's laboratory at the start of the game.\n\nThis piece was initially just the Water-type Squirtle created by a group of floormates at Western Washington University. After finishing the Squirtle, the Fire-type Charmander and Grass/Poison-type Bulbasaur were added by other Pokémon fans without any instruction. A true piece of community work, with almost no official collaboration. A Pikachu was a part of the piece at one point; however, that later got removed for other works.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Starter_Pok%C3%A9mon#Kanto"], "subreddit": ["pokemon"]}, "path": {"111-142": [[1817, 1], [1813, 5], [1813, 8], [1815, 10], [1815, 12], [1820, 18], [1824, 19], [1847, 19], [1848, 20], [1892, 20], [1894, 18], [1894, 15], [1898, 12], [1898, 5], [1899, 4], [1899, 2]], "83-110": [[1817, 1], [1813, 6], [1813, 8], [1819, 16], [1824, 19], [1847, 19], [1848, 20], [1850, 20], [1851, 19], [1873, 19], [1879, 13], [1879, 6], [1873, 1]], "143-166, T:0-1": [[1817, 1], [1813, 6], [1827, 32], [1829, 33], [1838, 33], [1839, 34], [1841, 34], [1846, 29], [1852, 18], [1852, 16], [1858, 8], [1858, 5], [1854, 1]]}, "center": {"111-142": [1856, 11], "83-110": [1827, 10], "143-166, T:0-1": [1836, 16]}}, +{"id": "txgtig", "name": "Kanto starter Pokémon", "description": "The starter Pokémon of the Generation I Pokémon games (Pokémon Green, Red, and Blue), obtained from Professor Oak's laboratory at the start of the game.\n\nThis piece was initially just the Water-type Squirtle created by a group of floormates at Western Washington University. After finishing the Squirtle, the Fire-type Charmander and Grass/Poison-type Bulbasaur were added by other Pokémon fans without any instruction. A true piece of community work, with almost no official collaboration. A Pikachu was a part of the piece at one point; however, that later got removed for other works.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Starter_Pok%C3%A9mon#Kanto"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"111-142": [[1817, 1], [1813, 5], [1813, 8], [1815, 10], [1815, 12], [1820, 18], [1824, 19], [1847, 19], [1848, 20], [1892, 20], [1894, 18], [1894, 15], [1898, 12], [1898, 5], [1899, 4], [1899, 2]], "83-110": [[1817, 1], [1813, 6], [1813, 8], [1819, 16], [1824, 19], [1847, 19], [1848, 20], [1850, 20], [1851, 19], [1873, 19], [1879, 13], [1879, 6], [1873, 1]], "143-166, T:0-1": [[1817, 1], [1813, 6], [1827, 32], [1829, 33], [1838, 33], [1839, 34], [1841, 34], [1846, 29], [1852, 18], [1852, 16], [1858, 8], [1858, 5], [1854, 1]]}, "center": {"111-142": [1856, 11], "83-110": [1827, 10], "143-166, T:0-1": [1836, 16]}}, {"id": "txgro1", "name": "Frog", "description": "Frogs are a trans symbol due to their ability to change their sex at will.", "links": {"website": ["https://en.wikipedia.org/wiki/Frog"], "subreddit": ["transplace"]}, "path": {"109-165, T:0-1": [[572, 430], [580, 430], [581, 431], [582, 432], [583, 432], [583, 438], [582, 438], [581, 439], [581, 440], [582, 441], [583, 442], [584, 443], [584, 444], [584, 445], [581, 445], [580, 446], [579, 446], [578, 445], [578, 444], [575, 444], [574, 445], [573, 446], [571, 446], [571, 445], [568, 445], [568, 444], [568, 443], [568, 442], [569, 442], [571, 440], [571, 439], [570, 438], [569, 437], [569, 433], [570, 432], [572, 430], [573, 429], [575, 429], [576, 429], [576, 430], [577, 429], [579, 429], [580, 429], [580, 430]]}, "center": {"109-165, T:0-1": [576, 436]}}, {"id": "txgqzt", "name": "Campbell's tomato soup can", "description": "A classic Campbell's soup can from the American company Campbell's. Also known for featuring in Andy Warhol's Campbell's Soup Cans pop art.\n\nThis art was made by a bunch of enthusiasts, with space kindly donated by r/belgium.", "links": {"website": ["https://www.campbells.com/"]}, "path": {"109-166, T:0-1": [[1321, 1801], [1321, 1815], [1323, 1817], [1328, 1817], [1330, 1815], [1330, 1801], [1329, 1800], [1323, 1800]]}, "center": {"109-166, T:0-1": [1326, 1808]}}, {"id": "txgpn4", "name": "Moe", "description": "The mascot of a private free-build Minecraft server known for a carnal attraction to cashmere sofas.", "links": {"website": ["https://moetown.town"]}, "path": {"109-166, T:0-1": [[1761, 1191], [1761, 1172], [1785, 1172], [1785, 1175], [1779, 1175], [1778, 1176], [1777, 1177], [1776, 1178], [1775, 1179], [1775, 1181], [1774, 1182], [1773, 1182], [1772, 1183], [1771, 1184], [1771, 1188], [1772, 1189], [1772, 1191]]}, "center": {"109-166, T:0-1": [1769, 1180]}}, @@ -4579,7 +4579,7 @@ {"id": "txdetm", "name": "Asuka Langley Sohryu", "description": "Asuka Langley Sohryu is a character from the Neon Genesis Evangelion franchise. She is the pilot of the first production Evangelion, Unit-02, and is the 3rd Child chosen to pilot an Evangelion Unit in defense of humanity against the Angels", "links": {"website": ["https://evangelion.fandom.com/wiki/Asuka_Langley_Sohryu"], "subreddit": ["evangelion", "evangelionmemes"]}, "path": {"109-166, T:0-1": [[662, 1384], [659, 1385], [657, 1394], [662, 1399], [666, 1399], [671, 1394], [669, 1384]]}, "center": {"109-166, T:0-1": [664, 1391]}}, {"id": "txdala", "name": "Angel of Independence", "description": "Angel of Independence (Spanish: Ángel de la Independencia) is an iconic monument in Mexico built during the centennial of Mexico's War of Independence. It is currently a mausoleum for heroes of the war. At the top is the Greek goddess Nike (Winged Victory).", "links": {"website": ["https://en.wikipedia.org/wiki/Angel_of_Independence"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"83-89": [[865, 204], [860, 204], [860, 206], [863, 209], [864, 209], [864, 216], [863, 217], [864, 218], [864, 228], [865, 228], [869, 224], [869, 218], [870, 217], [869, 216], [869, 210], [874, 206], [874, 205], [872, 203], [869, 203], [869, 201], [865, 201]], "105-166, T:0-1": [[878, 198], [874, 200], [873, 201], [873, 202], [876, 202], [876, 211], [877, 211], [877, 225], [879, 225], [882, 222], [882, 211], [883, 211], [883, 204], [887, 204], [887, 202], [883, 199], [881, 199], [880, 198]]}, "center": {"83-89": [868, 206], "105-166, T:0-1": [880, 203]}}, {"id": "txd9gh", "name": "Straw Hat Pirates", "description": "The Straw Hat Pirates (Mugiwara Pirates) are the main characters' pirate crew from the manga and anime One Piece, named after the trademark straw hat of protagonist Monkey D. Luffy.\n\nBlue pixels were repeatedly placed on the left eye from efforts to make the skull resemble Sans, a skeleton character from the video game Undertale with a similarly glowing eye.", "links": {"website": ["https://onepiece.fandom.com/wiki/Straw_Hat_Pirates"], "subreddit": ["OnePiece"]}, "path": {"5-166, T:0-1": [[331, 536], [331, 596], [377, 596], [377, 536]]}, "center": {"5-166, T:0-1": [354, 566]}}, -{"id": "txd8wt", "name": "Central Alliance", "description": "Central Alliance is an alliance of r/place 2022 consisting of many communities dedicated to defending and collaborating together. Starting as the SouthXSouthEastern alliance (pre-expansion) with Destiny 2, Critical Role, & Barça, Central Alliance continued to expand its reach, eventually hitting over 50 different communities at the end. Through the Alliance, builds were defended from streamers and raids, expansions were planned cooperatively, and friendships of drastically different fandoms were made. Central Alliance continues to thrive on in its Discord and subreddit, serving as a memento for its place in internet history, as well as a future landing point if r/place ever returns.", "links": {"subreddit": ["place_CentralAlliance", "1hpclub", "AfterTheEndFanFork", "amphibia", "anbennar", "AvoArmy", "babaisyou", "bangladesh", "Barca", "BattleForDreamIsland", "BirdsArentReal", "cavestory", "Chang_Gang", "cools", "criticalrole", "croatia", "daftpunk", "dbrand", "DestinyTheGame", "Destiny2", "DnD", "Doodlejump", "duck_place", "earth2io", "femboy", "figureskating", "FSSH", "GhostAndMollyMcGee", "GirlsLastTour", "GPTC", "GreenBayPackers", "InfinityTrain", "kickopenthedoor", "malaysia", "mattcolville", "natalan", "necoarc", "noita", "NoPixel", "outerwilds", "physics", "PlaceFishCult", "playrust", "PrincessesOfPower", "rainworld", "RecRoom", "ripcity", "sailormoon", "serbia", "singapore", "SmilingFriends", "stalker", "stargate", "startrek", "stevenuniverse", "Summit1G", "superautopets", "theloudhouse", "TheOwlHouse", "UTAustin", "vukkit", "Warframe"]}, "path": {"67-108": [[448, 890], [512, 890], [512, 900], [548, 900], [552, 900], [553, 899], [554, 899], [555, 898], [556, 899], [557, 899], [562, 899], [562, 900], [562, 866], [629, 866], [629, 888], [655, 888], [655, 909], [622, 909], [622, 943], [624, 943], [624, 1000], [285, 1000], [285, 984], [268, 984], [268, 985], [263, 985], [263, 983], [260, 983], [260, 988], [255, 988], [255, 985], [252, 985], [252, 987], [248, 987], [248, 983], [245, 980], [245, 975], [246, 974], [244, 974], [244, 964], [195, 964], [195, 926], [220, 926], [220, 902], [225, 897], [226, 897], [226, 891], [225, 891], [225, 888], [354, 888], [359, 893], [359, 907], [399, 907], [400, 908], [400, 910], [403, 910], [403, 909], [432, 909], [432, 1000], [448, 1000]], "35-66": [[448, 890], [512, 890], [512, 900], [548, 900], [552, 900], [553, 899], [554, 899], [555, 898], [556, 899], [557, 899], [562, 899], [562, 900], [562, 866], [629, 866], [629, 888], [655, 888], [655, 909], [622, 909], [622, 943], [624, 943], [624, 1000], [403, 1000], [403, 982], [391, 982], [391, 992], [298, 992], [298, 978], [299, 978], [299, 960], [323, 960], [323, 961], [328, 961], [328, 916], [403, 916], [403, 912], [432, 912], [432, 1000], [448, 1000]], "2-34": [[448, 890], [448, 1000], [622, 1000], [622, 976], [623, 976], [623, 948], [621, 948], [621, 908], [627, 908], [627, 902], [628, 902], [628, 886], [630, 886], [630, 865], [609, 865], [609, 881], [597, 881], [597, 865], [562, 865], [562, 890], [566, 890], [566, 900], [556, 900], [556, 899], [552, 899], [552, 900], [513, 900], [513, 890]], "109-166, T:0-1": [[448, 890], [512, 890], [512, 900], [548, 900], [552, 900], [553, 899], [554, 899], [555, 898], [556, 899], [557, 899], [562, 899], [562, 900], [562, 866], [629, 866], [629, 888], [655, 888], [655, 909], [622, 909], [622, 943], [624, 943], [624, 974], [624, 1012], [598, 1012], [598, 1061], [624, 1061], [624, 1072], [627, 1069], [634, 1069], [637, 1072], [637, 1083], [634, 1086], [631, 1087], [630, 1087], [626, 1085], [624, 1083], [624, 1105], [570, 1105], [570, 1111], [564, 1111], [564, 1123], [552, 1123], [552, 1126], [550, 1126], [550, 1130], [509, 1131], [509, 1130], [498, 1130], [498, 1133], [493, 1133], [493, 1128], [445, 1128], [445, 1122], [322, 1122], [322, 1068], [363, 1068], [363, 1039], [368, 1039], [368, 1007], [336, 1007], [336, 1009], [324, 1009], [323, 1009], [323, 1042], [285, 1042], [285, 984], [268, 984], [268, 986], [263, 986], [263, 984], [260, 984], [260, 987], [255, 987], [255, 984], [253, 984], [253, 986], [248, 986], [248, 982], [247, 981], [246, 980], [245, 979], [245, 964], [195, 964], [195, 926], [216, 926], [216, 888], [355, 888], [356, 889], [357, 890], [358, 891], [359, 892], [359, 910], [361, 910], [361, 907], [366, 907], [366, 910], [372, 910], [372, 907], [377, 907], [377, 910], [383, 910], [383, 907], [388, 907], [388, 910], [394, 910], [394, 907], [399, 907], [399, 910], [432, 910], [432, 973], [432, 1118], [448, 1118], [448, 984], [432, 984], [432, 973], [448, 973]]}, "center": {"67-108": [318, 942], "35-66": [499, 949], "2-34": [499, 949], "109-166, T:0-1": [584, 1051]}}, +{"id": "txd8wt", "name": "Central Alliance", "description": "Central Alliance is an alliance of r/place 2022 consisting of many communities dedicated to defending and collaborating together. Starting as the SouthXSouthEastern alliance (pre-expansion) with Destiny 2, Critical Role, & Barça, Central Alliance continued to expand its reach, eventually hitting over 50 different communities at the end. Through the Alliance, builds were defended from streamers and raids, expansions were planned cooperatively, and friendships of drastically different fandoms were made. Central Alliance continues to thrive on in its Discord and subreddit, serving as a memento for its place in internet history, as well as a future landing point if r/place ever returns.", "links": {"subreddit": ["place_CentralAlliance", "1hpclub", "AfterTheEndFanFork", "amphibia", "anbennar", "AvoArmy", "babaisyou", "bangladesh", "Barca", "BattleForDreamIsland", "BirdsArentReal", "Bolehland", "cavestory", "Chang_Gang", "cools", "criticalrole", "croatia", "daftpunk", "dbrand", "DestinyTheGame", "Destiny2", "DnD", "Doodlejump", "duck_place", "earth2io", "femboy", "figureskating", "FSSH", "GhostAndMollyMcGee", "GirlsLastTour", "GPTC", "GreenBayPackers", "InfinityTrain", "kickopenthedoor", "malaysia", "malaysians", "mattcolville", "natalan", "necoarc", "noita", "NoPixel", "outerwilds", "physics", "PlaceFishCult", "placeMY", "PlaceSG", "playrust", "PrincessesOfPower", "rainworld", "RecRoom", "ripcity", "sailormoon", "serbia", "singapore", "SmilingFriends", "stalker", "stargate", "startrek", "stevenuniverse", "Summit1G", "superautopets", "theloudhouse", "TheOwlHouse", "UTAustin", "vukkit", "Warframe"]}, "path": {"67-108": [[448, 890], [512, 890], [512, 900], [548, 900], [552, 900], [553, 899], [554, 899], [555, 898], [556, 899], [557, 899], [562, 899], [562, 900], [562, 866], [629, 866], [629, 888], [655, 888], [655, 909], [622, 909], [622, 943], [624, 943], [624, 1000], [285, 1000], [285, 984], [268, 984], [268, 985], [263, 985], [263, 983], [260, 983], [260, 988], [255, 988], [255, 985], [252, 985], [252, 987], [248, 987], [248, 983], [245, 980], [245, 975], [246, 974], [244, 974], [244, 964], [195, 964], [195, 926], [220, 926], [220, 902], [225, 897], [226, 897], [226, 891], [225, 891], [225, 888], [354, 888], [359, 893], [359, 907], [399, 907], [400, 908], [400, 910], [403, 910], [403, 909], [432, 909], [432, 1000], [448, 1000]], "35-66": [[448, 890], [512, 890], [512, 900], [548, 900], [552, 900], [553, 899], [554, 899], [555, 898], [556, 899], [557, 899], [562, 899], [562, 900], [562, 866], [629, 866], [629, 888], [655, 888], [655, 909], [622, 909], [622, 943], [624, 943], [624, 1000], [403, 1000], [403, 982], [391, 982], [391, 992], [298, 992], [298, 978], [299, 978], [299, 960], [323, 960], [323, 961], [328, 961], [328, 916], [403, 916], [403, 912], [432, 912], [432, 1000], [448, 1000]], "2-34": [[448, 890], [448, 1000], [622, 1000], [622, 976], [623, 976], [623, 948], [621, 948], [621, 908], [627, 908], [627, 902], [628, 902], [628, 886], [630, 886], [630, 865], [609, 865], [609, 881], [597, 881], [597, 865], [562, 865], [562, 890], [566, 890], [566, 900], [556, 900], [556, 899], [552, 899], [552, 900], [513, 900], [513, 890]], "109-166, T:0-1": [[448, 890], [512, 890], [512, 900], [548, 900], [552, 900], [553, 899], [554, 899], [555, 898], [556, 899], [557, 899], [562, 899], [562, 900], [562, 866], [629, 866], [629, 888], [655, 888], [655, 909], [622, 909], [622, 943], [624, 943], [624, 974], [624, 1012], [598, 1012], [598, 1061], [624, 1061], [624, 1072], [627, 1069], [634, 1069], [637, 1072], [637, 1083], [634, 1086], [631, 1087], [630, 1087], [626, 1085], [624, 1083], [624, 1105], [570, 1105], [570, 1111], [564, 1111], [564, 1123], [552, 1123], [552, 1126], [550, 1126], [550, 1130], [509, 1131], [509, 1130], [498, 1130], [498, 1133], [493, 1133], [493, 1128], [445, 1128], [445, 1122], [322, 1122], [322, 1068], [363, 1068], [363, 1039], [368, 1039], [368, 1007], [336, 1007], [336, 1009], [324, 1009], [323, 1009], [323, 1042], [285, 1042], [285, 984], [268, 984], [268, 986], [263, 986], [263, 984], [260, 984], [260, 987], [255, 987], [255, 984], [253, 984], [253, 986], [248, 986], [248, 982], [247, 981], [246, 980], [245, 979], [245, 964], [195, 964], [195, 926], [216, 926], [216, 888], [355, 888], [356, 889], [357, 890], [358, 891], [359, 892], [359, 910], [361, 910], [361, 907], [366, 907], [366, 910], [372, 910], [372, 907], [377, 907], [377, 910], [383, 910], [383, 907], [388, 907], [388, 910], [394, 910], [394, 907], [399, 907], [399, 910], [432, 910], [432, 973], [432, 1118], [448, 1118], [448, 984], [432, 984], [432, 973], [448, 973]]}, "center": {"67-108": [318, 942], "35-66": [499, 949], "2-34": [499, 949], "109-166, T:0-1": [526, 978]}}, {"id": "txd5x5", "name": "Frog", "description": "A frog.", "links": {"website": ["https://en.wikipedia.org/wiki/Frog"]}, "path": {"146-152": [[1104, 522], [1102, 524], [1102, 525], [1100, 527], [1102, 529], [1105, 529], [1107, 527], [1107, 526], [1108, 525], [1107, 524], [1107, 522]], "153-164, T:0-1": [[1104, 541], [1108, 537], [1109, 538], [1110, 537], [1111, 538], [1111, 539], [1112, 540], [1111, 541], [1111, 542], [1110, 543], [1109, 544], [1106, 544], [1105, 543], [1104, 542]]}, "center": {"146-152": [1105, 525], "153-164, T:0-1": [1108, 541]}}, {"id": "txd4mc", "name": "Online Sequencer", "description": "The mascot and logo of the music-making website Online Sequencer", "links": {"website": ["https://onlinesequencer.net"], "subreddit": ["onlinesequencer"]}, "path": {"109-166, T:0-1": [[1688, 1495], [1699, 1495], [1699, 1533], [1687, 1533]]}, "center": {"109-166, T:0-1": [1693, 1514]}}, {"id": "txd47f", "name": "Attacks from the Turkish", "description": "Throughout the final day, Doomguy, Isabelle, Thomas the Tank Engine, and other tiny art pieces suffered griefs from Turkish and Pepe supporters. With the help of other communities, They were able to fight them off. However, Thomas was forced to change to a small number 1 . Only a few pixels remain of the original drawing.", "links": {}, "path": {"109-166, T:0-1": [[590, 1339], [654, 1339], [655, 1375], [646, 1375], [646, 1383], [588, 1382], [588, 1375]]}, "center": {"109-166, T:0-1": [621, 1361]}}, @@ -4644,7 +4644,7 @@ {"id": "txhnq9", "name": "Kyomu Suzume", "description": "Kyomu Suzume is a sparrow drawn by Hanasaki Miyabi of Holostars, a male branch of Hololive.", "links": {"website": ["https://virtualyoutuber.fandom.com/wiki/Hanasaki_Miyabi"], "subreddit": ["holostars", "Hololive"], "discord": ["holofans"]}, "path": {"132-165, T:0-1": [[1333, 1116], [1341, 1116], [1340, 1110], [1339, 1109], [1335, 1109], [1334, 1110], [1333, 1111]]}, "center": {"132-165, T:0-1": [1337, 1113]}}, {"id": "txhnix", "name": "T_Wagz", "description": "Innovator in Minecraft speedrunning, known for discovering groundbreaking strategies in the game, notably bastion and monument routing. Fastest to obtain all advancements in a set seed without glitches in Minecraft.", "links": {"website": ["https://www.youtube.com/c/TWagz"]}, "path": {"109-166, T:0-1": [[1482, 1464], [1489, 1464], [1489, 1471], [1482, 1471]]}, "center": {"109-166, T:0-1": [1486, 1468]}}, {"id": "txhmtd", "name": "Digital Ideation", "description": "Digital Ideation is a bachelor's degree at the Lucerne University of Applied Sciences and Arts, a university in Switzerland.", "links": {"website": ["https://www.hslu.ch/en/lucerne-school-of-information-technology/degree-programs/bachelor/digital-ideation/"]}, "path": {"140-165, T:0-1": [[1075, 1114], [1075, 1122], [1083, 1122], [1083, 1114]]}, "center": {"140-165, T:0-1": [1079, 1118]}}, -{"id": "txhmsg", "name": "Battle of the Heroes", "description": "A mural depicting the duel between Obi-Wan Kenobi and Anakin Skywalker on Mustafar from Episode 3: Revenge of the Sith.\n\nInitially designed to be the 'Revenge of the Sith' poster with an osu! hit circle speaking 'botting is a sin' due to accusations. A collaboration between the supposed 'League of Pixels' of r/place, including r/starwars_place, r/PrequelMemes, /r/osuplace, Wookieepedia, and more. However, when their manpower started to dwindle near the end of the event, They struggled to claim their entire desired plot and decided to welcome other smaller communities into their space, like the Black Bauhinia flag, The Swiss flag in the shape of a heart, and more community logos. The resulting 'fading' into surrounding artwork was even preferred by many of its creators, as a testament to the acceptance and diplomacy of the League of Pixels founding subreddits, which was part of why this particular poster was chosen to begin with. A raid was conducted by xQc, but failed due to the efforts of the Discord and r/PrequelMemes. Throughout r/place, The lightsabers were continuously extended by multiple Redditors.", "links": {"website": ["https://cdn.mirai.gg/tmp/dotted-place-template.png"], "subreddit": ["starwars_place", "PrequelMemes", "osuplace", "osugame"]}, "path": {"109-166, T:0-1": [[683, 1510], [710, 1553], [707, 1555], [707, 1571], [707, 1573], [697, 1574], [675, 1570], [673, 1591], [638, 1595], [627, 1604], [628, 1678], [733, 1684], [732, 1691], [724, 1696], [718, 1702], [716, 1714], [720, 1726], [728, 1733], [742, 1734], [754, 1728], [758, 1715], [757, 1703], [751, 1695], [741, 1690], [740, 1691], [739, 1684], [750, 1682], [750, 1670], [779, 1669], [786, 1674], [787, 1711], [830, 1713], [829, 1706], [834, 1705], [833, 1697], [843, 1695], [837, 1660], [831, 1652], [831, 1632], [808, 1609], [812, 1601], [810, 1592], [796, 1586], [789, 1586], [760, 1590], [752, 1585], [751, 1560], [758, 1558], [758, 1544], [753, 1545], [752, 1534], [745, 1541], [743, 1547], [733, 1565], [730, 1565], [726, 1563], [723, 1561], [698, 1521], [685, 1510]]}, "center": {"109-166, T:0-1": [733, 1637]}}, +{"id": "txhmsg", "name": "Battle of the Heroes", "description": "A mural depicting the duel between Obi-Wan Kenobi and Anakin Skywalker on Mustafar from Episode 3: Revenge of the Sith.\n\nInitially designed to be the 'Revenge of the Sith' poster with a gondola (a famous alteration of popular meme, spurdo spärde) made by pxls.space shown to be surrounding an osu! hit circle speaking 'botting is a sin' (an alteration of popular phrase in pxls.space, \"multi-accounting is a sin\") due to accusations. A collaboration between the supposed 'League of Pixels' of r/place, including r/starwars_place, r/PrequelMemes, /r/osuplace, Wookieepedia, pxls.space and more. However, when their manpower started to dwindle near the end of the event, They struggled to claim their entire desired plot and decided to welcome other smaller communities into their space, like the Black Bauhinia flag, The Swiss flag in the shape of a heart, and more community logos. The resulting 'fading' into surrounding artwork was even preferred by many of its creators, as a testament to the acceptance and diplomacy of the League of Pixels founding subreddits, which was part of why this particular poster was chosen to begin with. A raid was conducted by xQc, but failed due to the efforts of the Discord and r/PrequelMemes. Throughout r/place, The lightsabers were continuously extended by multiple Redditors.", "links": {"website": ["https://cdn.mirai.gg/tmp/dotted-place-template.png", "https://pxls.space"], "subreddit": ["starwars_place", "PrequelMemes", "osuplace", "osugame", "pxlsspace"]}, "path": {"109-166, T:0-1": [[683, 1510], [710, 1553], [707, 1555], [707, 1571], [707, 1573], [697, 1574], [675, 1570], [673, 1591], [638, 1595], [627, 1604], [628, 1678], [733, 1684], [732, 1691], [724, 1696], [718, 1702], [716, 1714], [720, 1726], [728, 1733], [742, 1734], [754, 1728], [758, 1715], [757, 1703], [751, 1695], [741, 1690], [740, 1691], [739, 1684], [750, 1682], [750, 1670], [779, 1669], [786, 1674], [787, 1711], [830, 1713], [829, 1706], [834, 1705], [833, 1697], [843, 1695], [837, 1660], [831, 1652], [831, 1632], [808, 1609], [812, 1601], [810, 1592], [796, 1586], [789, 1586], [760, 1590], [752, 1585], [751, 1560], [758, 1558], [758, 1544], [753, 1545], [752, 1534], [745, 1541], [743, 1547], [733, 1565], [730, 1565], [726, 1563], [723, 1561], [698, 1521], [685, 1510]]}, "center": {"109-166, T:0-1": [715, 1627]}}, {"id": "txhmpb", "name": "Hana Macchia", "description": "A VTuber from VTuber agency NIJISANJI.", "links": {"website": ["https://www.youtube.com/channel/UCpJtk0myFr5WnyfsmnInP-w", "https://virtualyoutuber.fandom.com/wiki/Hana_Macchia"], "subreddit": ["Nijisanji"]}, "path": {"125-138, 141-166, T:0-1": [[1919, 752], [1919, 760], [1931, 760], [1931, 752]]}, "center": {"125-138, 141-166, T:0-1": [1925, 756]}}, {"id": "txhluz", "name": "Gary", "description": "Gary is a sapient octopus and the mascot of r/SpeculativeEvolution, a subreddit for creating scientifically possible creatures that could have existed in an alternative reality if evolution had run its course differently. Octopus-like aliens or future people are a recurring theme in speculative evolution works due to the clade's high intelligence and bizarre appearance.\n\nGary is pictured in the sea mural of r/portugal holding a duck along with his signature spear, having moved twice after being paved over elsewhere on the canvas.", "links": {"website": ["https://en.wikipedia.org/wiki/Speculative_evolution"], "subreddit": ["SpeculativeEvolution"]}, "path": {"122-164, T:0-1": [[1079, 357], [1079, 360], [1081, 362], [1085, 364], [1090, 364], [1094, 361], [1094, 358], [1092, 355], [1092, 354], [1097, 354], [1097, 353], [1095, 351], [1090, 351], [1089, 352], [1087, 352], [1086, 353], [1084, 353], [1083, 352], [1083, 348], [1081, 346], [1079, 348], [1079, 352], [1077, 354], [1077, 355]]}, "center": {"122-164, T:0-1": [1086, 359]}}, {"id": "txhljv", "name": "Gumi", "description": "Gumi is a red bird (birb) who stars in a meme video by Japanese sound engineer Hideaki Utsumi. In the video, Gumi is shown staring (wuewuewue).", "links": {"website": ["https://www.youtube.com/watch?v=ewf-8rx9_uQ", "https://knowyourmeme.com/memes/red-bird-laughing-then-staring"]}, "path": {"149-166, T:0-1": [[292, 712], [289, 715], [289, 722], [291, 724], [302, 724], [302, 719], [297, 712]]}, "center": {"149-166, T:0-1": [295, 719]}}, @@ -4685,7 +4685,7 @@ {"id": "txhya9", "name": "Eye of ender", "description": "An eye of ender is an item used to activate an End portal in the game Minecraft, which can transport the player to the End to fight the final boss of Minecraft, the ender dragon.\n\nThis art was made by the Minecraft Speedrunning community. Obtaining eyes of ender is a key part of many Minecraft speedruns, since they are required to fight the ender dragon and beat the game.", "links": {"website": ["https://minecraft.fandom.com/wiki/Eye_of_Ender"]}, "path": {"87-94": [[1952, 384], [1950, 386], [1952, 388], [1952, 395], [1951, 396], [1953, 398], [1956, 398], [1957, 399], [1965, 399], [1967, 397], [1966, 396], [1966, 391], [1965, 390], [1965, 388], [1967, 386], [1965, 384], [1964, 385], [1953, 385]], "97-98": [[719, 973], [715, 976], [714, 979], [714, 980], [716, 983], [720, 985], [721, 985], [725, 982], [723, 980], [723, 975], [721, 973]], "111-166, T:0-1": [[1454, 1454], [1454, 1472], [1472, 1472], [1472, 1454]]}, "center": {"87-94": [1959, 392], "97-98": [718, 979], "111-166, T:0-1": [1463, 1463]}}, {"id": "txhxw7", "name": "Reignex", "description": "Top Minecraft speedrunner, known for being the fastest to beat Minecraft in Jan-Feb 2021, later to be tied with Zylenox.", "links": {"website": ["https://www.twitch.tv/reignex"]}, "path": {"109-166, T:0-1": [[1491, 1482], [1498, 1482], [1498, 1489], [1491, 1489]]}, "center": {"109-166, T:0-1": [1495, 1486]}}, {"id": "txhxdk", "name": "Killer Queen", "description": "From the long-running manga/anime series JoJo's Bizarre Adventure, Killer Queen is a being known as a Stand, with Stands being the physical manifestation of their user's ideals that only a select few have. In particular, Killer Queen is the Stand of Yoshikage Kira, the main antagonist of the fourth part of the series, JoJo's Bizarre Adventure: Diamond is Unbreakable. A serial killer with a fetish for the hands of women, Kira's Killer Queen has the ability to detonate both objects and people as if they were bombs, with Kira using this ability to swiftly destroy his enemies. The exact pose Killer Queen is in references its third ability, Bites the Dust, which has the power to put its targets in a time loop.", "links": {"website": ["https://jojo.fandom.com/wiki/Killer_Queen#Killer_Queen_Bites_the_Dust"], "subreddit": ["ShitPostCrusaders", "StardustCrusaders", "wholesomejojo"]}, "path": {"45-63, 79-105": [[73, 899], [76, 897], [79, 897], [82, 901], [82, 905], [88, 903], [89, 901], [92, 898], [94, 902], [98, 902], [102, 898], [103, 904], [112, 909], [123, 910], [127, 914], [127, 920], [121, 920], [112, 925], [109, 923], [108, 924], [106, 923], [103, 923], [100, 925], [93, 925], [90, 922], [87, 922], [81, 929], [77, 929], [72, 923], [75, 913]], "108-146": [[78, 901], [81, 900], [83, 900], [86, 903], [88, 906], [90, 904], [94, 903], [97, 898], [100, 902], [101, 902], [105, 897], [107, 905], [110, 906], [120, 910], [126, 911], [133, 914], [134, 915], [134, 916], [131, 918], [122, 922], [120, 924], [118, 924], [116, 922], [115, 923], [113, 923], [112, 922], [109, 923], [106, 923], [105, 922], [100, 922], [99, 923], [92, 923], [91, 922], [90, 923], [90, 925], [87, 928], [83, 928], [82, 927], [80, 927], [79, 926], [79, 925], [78, 924], [78, 921], [79, 920], [79, 917], [80, 916], [80, 912], [79, 911], [77, 906]], "147-166, T:0-1": [[78, 901], [81, 900], [83, 900], [86, 903], [88, 907], [94, 904], [95, 903], [102, 903], [103, 904], [106, 904], [108, 906], [111, 906], [113, 908], [116, 908], [117, 909], [121, 909], [124, 911], [129, 911], [135, 915], [135, 916], [134, 917], [133, 917], [129, 921], [126, 921], [124, 923], [123, 922], [120, 924], [118, 922], [115, 924], [114, 922], [111, 922], [110, 923], [105, 923], [104, 922], [100, 922], [99, 923], [91, 923], [88, 927], [86, 928], [83, 929], [78, 924], [77, 920], [80, 913], [78, 909]]}, "center": {"45-63, 79-105": [97, 913], "108-146": [98, 912], "147-166, T:0-1": [99, 912]}}, -{"id": "txi7g7", "name": "Malaysia-Singapore-Bangladesh tri-heart", "description": "A heart depicting the flags of Malaysia, Singapore, and Bangladesh.\n\nThis is the third iteration of a heart between the three countries. It started off initially as two separate hearts and was merged into one with the combined effort of r/singapore, r/malaysia and r/bangladesh. It was then moved downwards after all three countries expanded their borders with the third canvas expansion.", "links": {"website": ["https://en.wikipedia.org/wiki/Malaysia", "https://en.wikipedia.org/wiki/Singapore", "https://en.wikipedia.org/wiki/Bangladesh"], "subreddit": ["singapore", "malaysia", "malaysians", "Bolehland", "bangladesh", "place_CentralAlliance"]}, "path": {"46-130": [[318, 971], [315, 974], [315, 978], [323, 986], [331, 978], [331, 974], [328, 971]], "131-166, T:0-1": [[317, 977], [314, 980], [314, 984], [323, 993], [332, 984], [332, 980], [329, 977], [326, 977], [324, 979], [322, 979], [320, 977]]}, "center": {"46-130": [323, 977], "131-166, T:0-1": [323, 985]}}, +{"id": "txi7g7", "name": "Malaysia-Singapore-Bangladesh tri-heart", "description": "A heart depicting the flags of Malaysia, Singapore, and Bangladesh.\n\nThis is the third iteration of a heart between the three countries. It started off initially as two separate hearts and was merged into one with the combined effort of r/singapore, r/malaysia and r/bangladesh. It was then moved downwards after all three countries expanded their borders with the third canvas expansion.", "links": {"website": ["https://en.wikipedia.org/wiki/Malaysia", "https://en.wikipedia.org/wiki/Singapore", "https://en.wikipedia.org/wiki/Bangladesh"], "subreddit": ["singapore", "PlaceSG", "malaysia", "malaysians", "Bolehland", "placeMY", "bangladesh", "place_CentralAlliance"]}, "path": {"46-130": [[318, 971], [315, 974], [315, 978], [323, 986], [331, 978], [331, 974], [328, 971]], "131-166, T:0-1": [[317, 977], [314, 980], [314, 984], [323, 993], [332, 984], [332, 980], [329, 977], [326, 977], [324, 979], [322, 979], [320, 977]]}, "center": {"46-130": [323, 977], "131-166, T:0-1": [323, 985]}}, {"id": "txi7cm", "name": "amogi ozpin", "description": "headmaster of beacon academy and banged the big bad evil lady in the time of gods", "links": {}, "path": {"109-166, T:0-1": [[505, 1694], [501, 1694], [501, 1695], [500, 1695], [500, 1698], [501, 1698], [501, 1700], [505, 1700]]}, "center": {"109-166, T:0-1": [503, 1697]}}, {"id": "txi74s", "name": "Hunter x Hunter", "description": "Hunter x Hunter is a manga by Togashi Yoshihiro. There are two anime adaptations, debuting in 1999 and 2011, and this art uses the 2011 anime's logo. Both anime series concluded after catching up with the manga. The manga has been on hiatus for a little over 3 years as of 2022.\n\nThe fanbase is small, but still active, and we worked together to make this humble banner! We hope for Togashi's recovery and the return of the manga!", "links": {"website": ["https://en.wikipedia.org/wiki/Hunter_%C3%97_Hunter", "https://en.wikipedia.org/wiki/Hunter_%C3%97_Hunter_(2011_TV_series)"], "subreddit": ["HunterXHunter"], "discord": ["sCwSxCBj2D"]}, "path": {"67-166, T:0-1": [[1579, 674], [1579, 690], [1619, 690], [1619, 674]]}, "center": {"67-166, T:0-1": [1599, 682]}}, {"id": "txi6ij", "name": "the rwby amogus", "description": "originally they were random amogi but some individuals from r/RWBY decided to colour code these to be the cast of RWBY. this easter egg is was mostly unknown to even be apart of rwby by even most of r/RWBY itself", "links": {}, "path": {"109-166, T:0-1": [[501, 1700], [501, 1698], [500, 1698], [500, 1695], [501, 1695], [501, 1694], [505, 1694], [505, 1695], [510, 1695], [510, 1687], [515, 1687], [515, 1694], [518, 1694], [518, 1695], [526, 1695], [526, 1686], [530, 1686], [530, 1687], [531, 1687], [531, 1690], [530, 1690], [530, 1691], [531, 1691], [531, 1694], [530, 1694], [530, 1695], [531, 1695], [531, 1698], [530, 1698], [530, 1700]]}, "center": {"109-166, T:0-1": [517, 1695]}}, @@ -4846,7 +4846,7 @@ {"id": "txil12", "name": "Luka Modrić", "description": "Luka Modrić is a Croatian professional association footballer who plays as a midfielder for La Liga club Real Madrid and captains the Croatia national team. He plays mainly as a central midfielder, but can also play as an attacking midfielder or as a defensive midfielder. He is widely regarded as one of the best midfielders of all time and as the greatest Croatian footballer ever.", "links": {"website": ["https://en.wikipedia.org/wiki/Luka_Modri%C4%87"], "subreddit": ["croatia", "place_CentralAlliance"]}, "path": {"116-166, T:0-1": [[337, 1086], [334, 1088], [331, 1092], [331, 1097], [330, 1098], [332, 1100], [334, 1105], [334, 1107], [333, 1107], [329, 1110], [328, 1112], [328, 1119], [352, 1119], [352, 1112], [349, 1108], [345, 1106], [345, 1105], [350, 1098], [349, 1097], [349, 1093], [347, 1089], [343, 1086]]}, "center": {"116-166, T:0-1": [340, 1096]}}, {"id": "txijzr", "name": "amogi nora", "description": "like the hulk but cute", "links": {}, "path": {"109-166, T:0-1": [[526, 1690], [526, 1695], [530, 1695], [530, 1694], [531, 1694], [531, 1691], [530, 1691], [530, 1690]]}, "center": {"109-166, T:0-1": [528, 1693]}}, {"id": "txijgd", "name": "amogi qrow", "description": "comedic drunk that ironically i cant think of a good joke for", "links": {}, "path": {"109-166, T:0-1": [[526, 1694], [526, 1700], [530, 1700], [530, 1698], [531, 1698], [531, 1695], [530, 1695], [530, 1694]]}, "center": {"109-166, T:0-1": [528, 1697]}}, -{"id": "txij7o", "name": "Shiny Ditto", "description": "Ditto is a Generation I Pokémon known for transforming into other Pokémon.\n\nThis is a loving rendition of the Pokémon Ditto in its Shiny coloration, built by fans of the Pokémon franchise with help of (partly overlapping) members of the Hollow Knight/Elden Ring communities. It was originally drawn in its normal purple color scheme before changing to its Shiny form.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Ditto_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"71-166, T:0-1": [[1324, 70], [1324, 69], [1327, 69], [1327, 70], [1328, 70], [1328, 71], [1330, 71], [1330, 73], [1331, 73], [1331, 77], [1330, 77], [1330, 78], [1329, 78], [1329, 79], [1328, 79], [1328, 80], [1326, 80], [1326, 81], [1320, 81], [1320, 80], [1318, 80], [1318, 79], [1317, 79], [1317, 78], [1316, 78], [1316, 74], [1317, 74], [1317, 73], [1318, 73], [1318, 71], [1319, 71], [1319, 70]]}, "center": {"71-166, T:0-1": [1323, 76]}}, +{"id": "txij7o", "name": "Shiny Ditto", "description": "Ditto is a Generation I Pokémon known for transforming into other Pokémon.\n\nThis is a loving rendition of the Pokémon Ditto in its Shiny coloration, built by fans of the Pokémon franchise with help of (partly overlapping) members of the Hollow Knight/Elden Ring communities. It was originally drawn in its normal purple color scheme before changing to its Shiny form.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Ditto_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"71-166, T:0-1": [[1324, 70], [1324, 69], [1327, 69], [1327, 70], [1328, 70], [1328, 71], [1330, 71], [1330, 73], [1331, 73], [1331, 77], [1330, 77], [1330, 78], [1329, 78], [1329, 79], [1328, 79], [1328, 80], [1326, 80], [1326, 81], [1320, 81], [1320, 80], [1318, 80], [1318, 79], [1317, 79], [1317, 78], [1316, 78], [1316, 74], [1317, 74], [1317, 73], [1318, 73], [1318, 71], [1319, 71], [1319, 70]]}, "center": {"71-166, T:0-1": [1323, 76]}}, {"id": "txiit8", "name": "Malta-UCF alliance heart", "description": "After a lot of back and forth on where the border between University of Central Florida (top area) and Malta (bottom area) should rest, as well as a brief occupation of Malta's area by UCF, the border was established, and the \"(0,589) Alliance\" was formed! This heart was created in collaboration with both communities to commemorate this alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Malta", "http://www.ucf.edu/"], "subreddit": ["malta", "ucf"]}, "path": {"109-154, 158-166, T:0-1": [[41, 602], [39, 604], [39, 605], [43, 609], [47, 605], [47, 604], [45, 602]]}, "center": {"109-154, 158-166, T:0-1": [43, 605]}}, {"id": "txih3b", "name": "Satellite Bar", "description": "Satellite Bar is a student association and bar at École Polytechnique Fédérale de Lausanne (EPFL), a famous engineering school in Lausanne, Switzerland. We organise concerts, beer tasting, theatre plays, game evenings, and our festival SatRocks.\n\nThis art fell during the expansion of the Romanian flag.", "links": {"website": ["https://satellite.bar"], "subreddit": ["EPFL"]}, "path": {"145-153": [[1549, 543], [1557, 543], [1557, 535], [1549, 535]], "154-159": [[1556, 543], [1556, 535], [1548, 535], [1548, 543]], "T:0-1": [[1555, 543], [1555, 535], [1548, 535], [1548, 543]]}, "center": {"145-153": [1553, 539], "154-159": [1552, 539], "T:0-1": [1552, 539]}}, {"id": "txigx3", "name": "Kirby", "description": "Kirby is the titular protagonist of the Kirby video game series, developed by HAL Laboratory and published by Nintendo.", "links": {"website": ["https://kirby.nintendo.com/", "https://en.wikipedia.org/wiki/Kirby_(character)"], "subreddit": ["Kirby"]}, "path": {"141-161, 77-136, T:0-1": [[1463, 377], [1463, 379], [1462, 379], [1462, 384], [1470, 384], [1470, 379], [1469, 379], [1469, 377]]}, "center": {"141-161, 77-136, T:0-1": [1466, 381]}}, @@ -4950,7 +4950,7 @@ {"id": "txmqrk", "name": "f(x)", "description": "f(x) is a South Korean girl group formed by SM Entertainment in 2009. The group is composed of Victoria, Amber, Luna, and Krystal, and previously Sulli until her departure from the group in August 2015. f(x) officially debuted in September 2009 with the release of the digital single \"La Cha Ta\".", "links": {"website": ["https://www.fx-jp.jp/", "https://en.wikipedia.org/wiki/F(x)_(musical_group)"], "subreddit": ["fxKorea"]}, "path": {"129-166, T:0-1": [[1686, 897], [1686, 910], [1697, 910], [1697, 897]]}, "center": {"129-166, T:0-1": [1692, 904]}}, {"id": "txmpt7", "name": "Flat Eric", "description": "Flat Eric is the mascot of the community site choualbox.com, a French sharing site. The character of Flat Eric was originally a puppet named Mr. Oizo visible in the clips of artist Quentin Dupieux. It was also in Levi's advertisements in the late 90s and early 2000s.", "links": {"website": ["https://choualbox.com/", "https://en.wikipedia.org/wiki/Flat_Eric"]}, "path": {"95-127": [[1684, 377], [1684, 395], [1701, 395], [1701, 377]], "88-94": [[1690, 386], [1690, 395], [1699, 395], [1699, 386]], "41-65": [[194, 963], [194, 972], [203, 972], [203, 963]], "73-83": [[226, 965], [226, 974], [235, 974], [235, 965]], "138-164, T:0-1": [[1682, 368], [1682, 377], [1692, 377], [1692, 368]]}, "center": {"95-127": [1693, 386], "88-94": [1695, 391], "41-65": [199, 968], "73-83": [231, 970], "138-164, T:0-1": [1687, 373]}}, {"id": "txmn5e", "name": "Amongus in love", "description": "Two Among Us crewmates have found love in the chaos of r/place. Created by Michael & Ivan.", "links": {}, "path": {"109-166, T:0-1": [[843, 1791], [833, 1791], [833, 1801], [843, 1801]]}, "center": {"109-166, T:0-1": [838, 1796]}}, -{"id": "txmlog", "name": "Annoying Dog", "description": "Annoying Dog is a small white dog who is a representation of Toby Fox, the creator of the indie role-playing game Undertale and its sequel Deltarune. It usually ruins a character's plan whenever it appears.\n\n*Bark* *Bark*", "links": {"website": ["https://undertale.fandom.com/wiki/Annoying_Dog"], "subreddit": ["Undertale", "deltarune"]}, "path": {"16": [[672, 762], [672, 765], [671, 766], [671, 775], [672, 776], [672, 779], [676, 779], [676, 780], [683, 780], [684, 779], [687, 779], [689, 777], [689, 775], [690, 774], [690, 617], [688, 617], [688, 768], [686, 768], [678, 762]], "26-59": [[672, 762], [672, 765], [671, 766], [671, 775], [672, 776], [672, 779], [676, 779], [676, 780], [683, 780], [684, 779], [687, 779], [689, 777], [689, 775], [690, 774], [690, 765], [691, 763], [684, 756], [680, 747], [679, 744], [676, 744], [675, 743], [675, 741], [677, 739], [677, 733], [675, 733], [674, 732], [674, 726], [672, 724], [672, 707], [670, 707], [670, 725], [672, 727], [672, 732], [675, 736], [675, 739], [673, 739], [673, 744], [675, 746], [678, 746], [678, 749], [680, 749], [680, 752], [684, 759], [687, 762], [688, 762], [688, 768], [686, 768], [681, 764], [681, 761]], "17-25": [[672, 762], [672, 765], [671, 766], [671, 775], [672, 776], [672, 779], [676, 779], [676, 780], [683, 780], [684, 779], [687, 779], [689, 777], [689, 775], [690, 774], [690, 760], [689, 760], [686, 762], [683, 762], [683, 758], [684, 756], [684, 755], [682, 755], [681, 758], [681, 761]], "10-15, 60-165, T:0-1": [[672, 762], [672, 765], [671, 766], [671, 775], [672, 776], [672, 779], [676, 779], [676, 780], [683, 780], [684, 779], [687, 779], [689, 777], [689, 775], [690, 774], [690, 765], [688, 765], [688, 768], [682, 766], [680, 762]]}, "center": {"16": [678, 772], "26-59": [680, 772], "17-25": [680, 771], "10-15, 60-165, T:0-1": [680, 773]}}, +{"id": "txmlog", "name": "Annoying Dog", "description": "Annoying Dog is a small white dog who is a representation of Toby Fox, the creator of the indie role-playing game Undertale and its sequel Deltarune. It usually ruins a character's plan whenever it appears.\n\n*Bark* *Bark*", "links": {"website": ["https://undertale.fandom.com/wiki/Annoying_Dog"], "subreddit": ["Undertale", "deltarune", "goodboye"]}, "path": {"16": [[672, 762], [672, 765], [671, 766], [671, 775], [672, 776], [672, 779], [676, 779], [676, 780], [683, 780], [684, 779], [687, 779], [689, 777], [689, 775], [690, 774], [690, 617], [688, 617], [688, 768], [686, 768], [678, 762]], "26-59": [[672, 762], [672, 765], [671, 766], [671, 775], [672, 776], [672, 779], [676, 779], [676, 780], [683, 780], [684, 779], [687, 779], [689, 777], [689, 775], [690, 774], [690, 765], [691, 763], [684, 756], [680, 747], [679, 744], [676, 744], [675, 743], [675, 741], [677, 739], [677, 733], [675, 733], [674, 732], [674, 726], [672, 724], [672, 707], [670, 707], [670, 725], [672, 727], [672, 732], [675, 736], [675, 739], [673, 739], [673, 744], [675, 746], [678, 746], [678, 749], [680, 749], [680, 752], [684, 759], [687, 762], [688, 762], [688, 768], [686, 768], [681, 764], [681, 761]], "17-25": [[672, 762], [672, 765], [671, 766], [671, 775], [672, 776], [672, 779], [676, 779], [676, 780], [683, 780], [684, 779], [687, 779], [689, 777], [689, 775], [690, 774], [690, 760], [689, 760], [686, 762], [683, 762], [683, 758], [684, 756], [684, 755], [682, 755], [681, 758], [681, 761]], "10-15, 60-165, T:0-1": [[672, 762], [672, 765], [671, 766], [671, 775], [672, 776], [672, 779], [676, 779], [676, 780], [683, 780], [684, 779], [687, 779], [689, 777], [689, 775], [690, 774], [690, 765], [688, 765], [688, 768], [682, 766], [680, 762]]}, "center": {"16": [678, 772], "26-59": [680, 772], "17-25": [680, 771], "10-15, 60-165, T:0-1": [680, 773]}}, {"id": "txmj9w", "name": "Heart chain", "description": "A heart chain originally built by the Pokémon Mystery Dungeon badge. It built off of hearts that r/ralsey had already made. The plan r/MysteryDungeon had was to use the hearts as a border to better transition into the Ralsei piece. Not everyone was on the same page, though, and the incoming raid on osu! stopped all plans and forced then to maintain the original border. Others later changed the heart colors, some into pride flags.", "links": {"subreddit": ["MysteryDungeon", "ralsei", "Deltarune"], "discord": ["mysterydungeon"]}, "path": {"70-124": [[705, 784], [705, 793], [701, 793], [701, 796], [697, 796], [697, 798], [699, 800], [700, 799], [706, 799], [707, 800], [709, 798], [709, 784]], "21-69": [[693, 769], [693, 781], [701, 781], [701, 783], [703, 785], [705, 785], [705, 793], [704, 793], [701, 795], [701, 796], [697, 796], [697, 798], [699, 800], [700, 799], [706, 799], [707, 800], [709, 798], [709, 778], [716, 778], [716, 777], [714, 775], [700, 769]], "11-20": [[700, 775], [698, 777], [698, 778], [701, 781], [701, 783], [703, 785], [706, 782], [706, 781], [708, 779], [708, 778], [706, 776], [703, 776], [702, 775]], "125-166, T:0-1": [[705, 785], [705, 798], [706, 799], [706, 802], [709, 802], [709, 785]]}, "center": {"70-124": [706, 796], "21-69": [699, 775], "11-20": [703, 779], "125-166, T:0-1": [707, 794]}}, {"id": "txmis6", "name": "Momonkunn", "description": "Minecraft skin of the Paraguayan/Spanish streamer Momonkunn inspired by the character Momonga from Overlord. Known for streaming Grand Theft Auto V role-play and his love for Japanese culture and anime. Art created by fandom otakil!", "links": {"website": ["https://www.twitch.tv/momonkunn"]}, "path": {"109-166, T:0-1": [[1990, 1385], [1998, 1385], [1998, 1392], [1990, 1392]]}, "center": {"109-166, T:0-1": [1994, 1389]}}, {"id": "txmi5r", "name": "CactusBack", "description": "I am u/CactusBack, a video game modder, dataminer, and 3D art enthusiast. This is just a little cactus as my personal mark on r/place.\n\nMy projects include esomodelviewer.com, a video game 3D art museum with the focus on The Elder Scrolls Online, and Inspired Patch, a mod for the video game WWF SmackDown! 2: Know Your Role.\n\nBig thank you to u/Valeriia_kh and members of r/cactus for helping me defend this little guy from being wiped out!", "links": {"website": ["https://www.reddit.com/user/CactusBack", "https://www.youtube.com/InspiredWrestling", "https://en.wikipedia.org/wiki/Cactus"], "subreddit": ["cactus"]}, "path": {"87-113": [[949, 502], [949, 519], [960, 519], [960, 502]], "39-86": [[952, 509], [952, 517], [958, 517], [958, 509]], "136-165, T:0-1": [[1102, 491], [1102, 501], [1108, 501], [1108, 491]]}, "center": {"87-113": [955, 511], "39-86": [955, 513], "136-165, T:0-1": [1105, 496]}}, @@ -5003,7 +5003,7 @@ {"id": "txlgtl", "name": "Ecole Pour l'Informatique et les Techniques Avancées", "description": "Ecole Pour l'Informatique et les Techniques Avancées (EPITA) is a prestigious computer science and engineering in France.\n\nThe presence of this logo for days, and until the antivoid, is not only a testimony to the sheer will and resilience of its students, but also the proof that diplomacy, peacefulness, and loyalty are a valid strategy in a game of survival of the fittest.\n\nHaving befriended r/wallstreetbets, r/trans, r/hinduism, r/PuzzleGames, r/esPlace, r/Blasphemous, and much more, the students gathered allies who both protected them and were protected by them.\n\nThis logo proudly stands here, in the hand of a Hindu god, despite the many attacks by r/GreenLattice, 4chan, EFREI, CESI, and other jealous communities and French schools. It was also honored to be held for hours by Fuckboy, r/wallstreetbets's mascot, before they both got betrayed by rogue members of the r/GreenLattice community.", "links": {"website": ["https://www.epita.fr/", "https://en.wikipedia.org/wiki/%C3%89cole_pour_l'informatique_et_les_techniques_avanc%C3%A9es"], "subreddit": ["epita"]}, "path": {"71-98": [[1199, 312], [1190, 319], [1190, 322], [1194, 325], [1194, 327], [1196, 329], [1199, 329], [1201, 333], [1206, 333], [1210, 336], [1212, 336], [1212, 330], [1227, 330], [1227, 328], [1228, 327], [1229, 323], [1225, 319], [1224, 319], [1221, 312]], "56-61": [[1165, 337], [1146, 350], [1146, 352], [1148, 356], [1150, 359], [1155, 359], [1155, 363], [1164, 363], [1168, 369], [1169, 367], [1169, 362], [1171, 359], [1184, 359], [1185, 355], [1185, 353], [1180, 349], [1177, 340]], "39-54": [[980, 374], [963, 386], [963, 387], [966, 390], [966, 393], [967, 394], [971, 394], [971, 398], [974, 397], [976, 397], [981, 401], [982, 401], [982, 396], [985, 394], [998, 394], [999, 389], [994, 385], [994, 382], [992, 380], [990, 375], [987, 377], [984, 377], [984, 375]], "1-13": [[860, 428], [840, 441], [840, 444], [846, 448], [843, 451], [843, 452], [852, 452], [852, 456], [857, 456], [862, 460], [865, 460], [865, 453], [868, 452], [885, 452], [885, 448], [886, 448], [888, 446], [881, 440], [875, 426], [869, 431], [868, 431], [864, 427], [861, 427]], "62-70, 99-166, T:0-1": [[1209, 307], [1191, 320], [1191, 321], [1194, 324], [1194, 327], [1196, 329], [1199, 329], [1199, 333], [1207, 333], [1211, 337], [1212, 337], [1212, 330], [1214, 329], [1229, 329], [1229, 328], [1227, 326], [1227, 325], [1229, 323], [1224, 318], [1222, 314], [1220, 309], [1219, 308], [1214, 311]]}, "center": {"71-98": [1206, 322], "56-61": [1163, 351], "39-54": [980, 386], "1-13": [861, 442], "62-70, 99-166, T:0-1": [1207, 321]}}, {"id": "txlgg0", "name": "Ankh", "description": "The ankh, also known as \"key of life\", represents the word \"life\" in ancient Egyptian hieroglyphics.", "links": {"website": ["https://en.wikipedia.org/wiki/Ankh"], "subreddit": ["Egypt"]}, "path": {"134-162": [[51, 139], [49, 141], [49, 145], [48, 145], [48, 148], [51, 148], [51, 154], [54, 154], [54, 148], [57, 148], [57, 145], [56, 145], [56, 141], [54, 139]], "163-165, T:0-1": [[33, 149], [30, 149], [30, 146], [33, 146], [31, 145], [31, 142], [33, 140], [36, 140], [38, 142], [38, 145], [36, 146], [39, 146], [39, 149], [36, 149], [36, 151], [33, 155]]}, "center": {"134-162": [53, 144], "163-165, T:0-1": [34, 143]}}, {"id": "txlfxa", "name": "aespa", "description": "aespa (æspa) is a 4th-generation girl group which debuted under SM Entertainment. The group consists of four members: Karina, Giselle, Winter, and Ningning. They debuted on November 17, 2020 with the single \"Black Mamba\".", "links": {"website": ["https://www.smtown.com/artists/10766", "https://www.instagram.com/aespa_official/?hl=en", "https://en.wikipedia.org/wiki/Aespa"], "subreddit": ["Aespa", "kpop"]}, "path": {"77-137": [[1514, 890], [1514, 896], [1522, 896], [1522, 890]], "138-143, 72-76": [[1514, 890], [1514, 896], [1523, 896], [1523, 890]], "144-166, T:0-1": [[1515, 890], [1515, 896], [1523, 896], [1523, 890]]}, "center": {"77-137": [1518, 893], "138-143, 72-76": [1519, 893], "144-166, T:0-1": [1519, 893]}}, -{"id": "txlevt", "name": "Raise The Black Flag", "description": "Raise The Black Flag (RTBF) is an album made by Teminite. The album is themed around pirates with a dubstep twist, and it contains a song by the same name as the album, along with 10 other songs for a total of 11 songs.\n\nMade by the community of Teminite, primarily members of his Discord server.", "links": {"website": ["https://youtu.be/X1E9bKNpJYM"], "subreddit": ["Teminite"]}, "path": {"68-167, T:0-1": [[1953, 270], [1969, 270], [1969, 276], [1953, 276]]}, "center": {"68-167, T:0-1": [1961, 273]}}, +{"id": "txlevt", "name": "Raise The Black Flag", "description": "Raise The Black Flag (RTBF) is an album made by Teminite. The album is themed around pirates with a dubstep twist, though not all songs are dubstep. It contains a total of 11 songs, the first song sharing its title with the album.\n\nMade by the community of Teminite, primarily members of his Discord server.", "links": {"website": ["https://youtu.be/X1E9bKNpJYM"], "subreddit": ["Teminite"], "discord": ["Ht5VT4s"]}, "path": {"68-167, T:0-1": [[1953, 270], [1969, 270], [1969, 276], [1953, 276]]}, "center": {"68-167, T:0-1": [1961, 273]}}, {"id": "txlevk", "name": "Hungary", "description": "A map of Hungary with a flag of Hungary.", "links": {"website": ["https://en.wikipedia.org/wiki/Hungary"], "subreddit": ["hungary"]}, "path": {"66-166, T:0-1": [[1321, 248], [1323, 246], [1324, 246], [1326, 245], [1328, 246], [1330, 246], [1332, 245], [1333, 245], [1334, 244], [1335, 244], [1337, 243], [1340, 243], [1341, 242], [1343, 242], [1344, 243], [1344, 244], [1346, 244], [1347, 245], [1348, 247], [1347, 248], [1346, 249], [1346, 251], [1344, 252], [1342, 253], [1342, 254], [1341, 254], [1341, 255], [1337, 255], [1336, 255], [1336, 256], [1333, 256], [1333, 257], [1330, 257], [1330, 258], [1325, 258], [1325, 257], [1322, 257], [1322, 255], [1321, 254]]}, "center": {"66-166, T:0-1": [1337, 249]}}, {"id": "txlei8", "name": "Flower", "description": "An indigo-colored flower, most likely a forget-me-not, which symbolizes remembrance. Placed by a random user, but kept and preserved by Dance Dance Revolution place users.", "links": {"website": ["https://en.wikipedia.org/wiki/Myosotis"], "subreddit": ["DanceDanceRevolution"]}, "path": {"147-165, T:0-1": [[783, 692], [783, 699], [784, 699], [784, 701], [786, 701], [786, 698], [787, 698], [787, 692]]}, "center": {"147-165, T:0-1": [785, 694]}}, {"id": "txlefk", "name": "Yorushika (logo)", "description": "A sideways logo of the JRock duo Yorushika, composed of N-buna and Suis.", "links": {"subreddit": ["Yorushika"]}, "path": {"109-166, T:0-1": [[1139, 1690], [1148, 1690], [1148, 1704], [1139, 1704]]}, "center": {"109-166, T:0-1": [1144, 1697]}}, @@ -5039,7 +5039,7 @@ {"id": "txs8wu", "name": "_Neroxis", "description": "The profile picture of the Redditor _Neroxis.", "links": {"website": ["http://neroxis.net"]}, "path": {"57-61": [[1605, 148], [1602, 150], [1600, 153], [1600, 158], [1613, 157], [1615, 155], [1615, 152], [1612, 149], [1610, 148]], "62-166, T:0-1": [[1522, 159], [1527, 154], [1534, 154], [1539, 160], [1539, 166], [1534, 171], [1527, 171], [1522, 166]]}, "center": {"57-61": [1607, 153], "62-166, T:0-1": [1530, 163]}}, {"id": "txs8wk", "name": "Weeekly", "description": "Weeekly (위클리) (formerly known as PlayM Girls and FAVE Girls) is a seven-member girl group under under IST Entertainment (formerly Play M Entertainment) consisting of Lee Soojin, Shin Jiyoon, Monday, Park Soeun, Lee Jaehee, Jihan, and Zoa. They debuted on June 30, 2020 with their debut album \"We Are\" which features the title track Tag Me (@Me).", "links": {"website": ["http://www.planaent.co.kr/weeekly", "https://en.wikipedia.org/wiki/Weeekly"], "subreddit": ["weeekly", "kpop"]}, "path": {"75-148": [[1453, 878], [1453, 884], [1487, 884], [1487, 878]], "149-166, T:0-1": [[1452, 878], [1452, 884], [1487, 884], [1487, 878]]}, "center": {"75-148": [1470, 881], "149-166, T:0-1": [1470, 881]}}, {"id": "txs7pd", "name": "Command-line interface", "description": "A command-line interface is a text-based computer interface where a user can input commands to run processes on the computer.", "links": {"website": ["https://en.wikipedia.org/wiki/Command-line_interface"]}, "path": {"155-160": [[1456, 337], [1467, 337], [1467, 347], [1456, 347], [1456, 340]]}, "center": {"155-160": [1462, 342]}}, -{"id": "txs72v", "name": "HoliHowls", "description": "HoliHowls is a trans artist and streamer. The wolf depicted is her fursona.", "links": {"website": ["https://www.twitch.tv/holihowls"], "subreddit": ["transplace"]}, "path": {"80-165, T:0-1": [[541, 429], [535, 435], [535, 436], [532, 436], [532, 439], [534, 441], [534, 452], [533, 453], [533, 455], [540, 455], [541, 456], [542, 455], [552, 455], [552, 456], [554, 456], [556, 454], [556, 448], [561, 448], [566, 440], [566, 433], [564, 431], [563, 432], [562, 432], [554, 440], [546, 440], [546, 437], [548, 435], [546, 433], [542, 433], [542, 429]]}, "center": {"80-165, T:0-1": [542, 447]}}, +{"id": "txs72v", "name": "Trillium the Fox", "description": "An arctic fox named Trillium, the fursona of one of the r/transplace Discord members, who, in a bid to add something to the historical record, submitted them as a nondescript cute animal to be added to the flag.", "links": {"website": ["https://i.imgur.com/Cl9X4Oq.png"], "subreddit": ["transplace"]}, "path": {"80-165, T:0-1": [[541, 429], [535, 435], [535, 436], [532, 436], [532, 439], [534, 441], [534, 452], [533, 453], [533, 455], [540, 455], [541, 456], [542, 455], [552, 455], [552, 456], [554, 456], [556, 454], [556, 448], [561, 448], [566, 440], [566, 433], [564, 431], [563, 432], [562, 432], [554, 440], [546, 440], [546, 437], [548, 435], [546, 433], [542, 433], [542, 429]]}, "center": {"80-165, T:0-1": [542, 447]}}, {"id": "txs3hw", "name": "The Green Line", "description": "The Green Line is a train line in Boston, MA.", "links": {"website": ["https://www.mbta.com/schedules/Green"]}, "path": {"109-165, T:0-1": [[300, 1564], [344, 1565], [343, 1574], [300, 1574], [301, 1565]]}, "center": {"109-165, T:0-1": [322, 1569]}}, {"id": "txs238", "name": "Flag of Ecuador", "description": "Ecuador is a country that straddles the equator on the west coast of South America. Its diverse landscapes encompass the Amazon jungle, the Andean highlands, and the Galapagos Islands with their abundant fauna.\n\nAfter difficulties with the Colombian community trying to make a combined flag akin to La Gran Colombia from the first r/place, the Ecuadorian community relocated here. They initially had a small flag but quickly expanded to include the volcano Chimborazo, the La Perla ferris wheel, the Monument to the Equator, the Santa Ana Hill lighthouse, and a modified shield from the original Ecuadorian flag. On the last day of r/place, it was consumed by the Polish flag built by Polish streamers.", "links": {"website": ["https://en.wikipedia.org/wiki/Ecuador", "https://en.wikipedia.org/wiki/Flag_of_Ecuador"], "subreddit": ["ecuador"]}, "path": {"156": [[1548, 599], [1678, 599], [1678, 579], [1577, 579], [1577, 568], [1548, 568]], "157": [[1548, 599], [1678, 599], [1678, 579], [1581, 579], [1581, 568], [1548, 568]], "70-76": [[1549, 599], [1589, 599], [1589, 593], [1549, 593]], "77-78": [[1549, 599], [1589, 599], [1589, 579], [1549, 579]], "79-125": [[1549, 599], [1589, 599], [1589, 579], [1577, 579], [1577, 571], [1549, 571]], "126-127": [[1549, 599], [1631, 599], [1631, 588], [1635, 588], [1635, 579], [1577, 579], [1577, 571], [1549, 571]], "128-155": [[1549, 599], [1678, 599], [1678, 579], [1577, 579], [1577, 568], [1549, 568]], "158-159": [[1548, 599], [1678, 599], [1678, 576], [1581, 576], [1581, 568], [1548, 568]], "T:0-1": [[1678, 599], [1678, 579], [1637, 579], [1637, 576], [1622, 576], [1622, 579], [1577, 579], [1577, 568], [1549, 568], [1549, 599], [1589, 599], [1589, 579], [1620, 579], [1620, 599]]}, "center": {"156": [1563, 583], "157": [1564, 584], "70-76": [1569, 596], "77-78": [1569, 589], "79-125": [1563, 585], "126-127": [1563, 585], "128-155": [1564, 585], "158-159": [1564, 584], "T:0-1": [1564, 585]}}, {"id": "txs118", "name": "Stegmenschen Memorial", "description": "Stegmenschen (eng. pier people) is a small group of people that formed a cult around a small wooden pier at the Millstätter Lake in Austria.", "links": {}, "path": {"109-166, T:0-1": [[872, 1830], [892, 1830], [892, 1836], [872, 1836]]}, "center": {"109-166, T:0-1": [882, 1833]}}, @@ -5405,7 +5405,7 @@ {"id": "txz4hy", "name": "ZhokoVT", "description": "Zhoko is a small Twitch streamer and VTuber from Chile. His VTuber avatar is a green fox, and he has a turtle.", "links": {"website": ["https://www.twitch.tv/zhokovt"]}, "path": {"125-166, T:0-1": [[1620, 857], [1614, 857], [1614, 867], [1615, 867], [1615, 869], [1619, 869], [1619, 868], [1627, 868], [1627, 866], [1628, 866], [1630, 864], [1630, 863], [1631, 862], [1630, 861], [1630, 850], [1626, 850], [1626, 861], [1623, 861], [1622, 862], [1620, 862]]}, "center": {"125-166, T:0-1": [1617, 865]}}, {"id": "txz3dc", "name": "Noelle Holiday", "description": "A main character in Chapter 2 of Deltarune, a game created by Toby Fox. She is a mage who can cast ice spells, including a secret one under the right conditions.", "links": {"website": ["https://deltarune.fandom.com/wiki/Noelle_Holiday"], "subreddit": ["Deltarune"]}, "path": {"29-38": [[712, 629], [708, 632], [708, 634], [709, 635], [709, 638], [711, 640], [719, 640], [719, 633], [720, 632], [720, 631], [717, 629]], "56-167, T:0-1": [[1779, 185], [1785, 185], [1785, 186], [1786, 186], [1787, 186], [1788, 185], [1789, 185], [1789, 186], [1788, 186], [1787, 186], [1787, 187], [1787, 188], [1786, 188], [1786, 189], [1786, 190], [1786, 191], [1786, 193], [1786, 196], [1787, 197], [1788, 198], [1787, 199], [1786, 199], [1786, 200], [1786, 202], [1786, 203], [1785, 203], [1784, 203], [1784, 204], [1784, 205], [1780, 205], [1780, 203], [1779, 203], [1779, 204], [1777, 204], [1777, 203], [1776, 203], [1776, 202], [1777, 201], [1777, 198], [1776, 198], [1776, 191], [1775, 191], [1775, 189], [1776, 188], [1777, 187], [1778, 186], [1779, 186]]}, "center": {"29-38": [714, 635], "56-167, T:0-1": [1781, 195]}}, {"id": "txz2gt", "name": "Filipe", "description": "Filipe is a delivery man created in the game Human: Fall Flat by the streaming channel Jacex Dowóz Wideo. The channel is run by Polish content creators Bartek Sitek and Jakub Chuptyś, inspired by the likes of Vinesauce.\n\nAs a tribute to Jerma and Vinesauce, the Jacex community decided to drop this little guy on Otto's back. Although they didn't plan for him to stay there for long, r/place ended minutes after, immortalizing the delivery man on the mural. Sorry Jermites, hope you don't mind! <3", "links": {"website": ["https://jacexdowozwideo.fandom.com/pl/wiki/Filipe", "https://www.twitch.tv/jacexdowozwideo"]}, "path": {"164, T:0-1": [[113, 1033], [111, 1035], [111, 1036], [110, 1036], [110, 1039], [112, 1039], [112, 1041], [116, 1041], [116, 1033]]}, "center": {"164, T:0-1": [113, 1037]}}, -{"id": "txz26t", "name": "Mudkip", "description": "Mudkip is the Water-type starter Pokémon from the Generation III Pokémon games (Pokémon Ruby/Sapphire). It is the subject of the meme \"I Herd U Liek Mudkips\".", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Mudkip_(Pok%C3%A9mon)", "https://knowyourmeme.com/memes/i-herd-u-liek-mudkips"], "subreddit": ["pokemon"]}, "path": {"83-166, T:0-1": [[1004, 297], [996, 307], [996, 308], [1006, 308], [1006, 305], [1007, 305], [1009, 303], [1006, 300]]}, "center": {"83-166, T:0-1": [1003, 304]}}, +{"id": "txz26t", "name": "Mudkip", "description": "Mudkip is the Water-type starter Pokémon from the Generation III Pokémon games (Pokémon Ruby/Sapphire). It is the subject of the meme \"I Herd U Liek Mudkips\".", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Mudkip_(Pok%C3%A9mon)", "https://knowyourmeme.com/memes/i-herd-u-liek-mudkips"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"83-166, T:0-1": [[1004, 297], [996, 307], [996, 308], [1006, 308], [1006, 305], [1007, 305], [1009, 303], [1006, 300]]}, "center": {"83-166, T:0-1": [1003, 304]}}, {"id": "txz1qr", "name": "Aegosexual flag", "description": "A pride flag representing the aegosexual community. Aegosexuality (previously known as autochorissexuality) is a sexual orientation under the spectrum of asexuality. Like other asexuals, aegosexuals lack the desire to be a participant in sexual activities themselves; however, they are distinguished by the tendency towards having sexual fantasies at times, despite feeling a disconnect between themselves and a sexual target/object of arousal.", "links": {"website": ["https://sexuality.fandom.com/wiki/Aegosexuality"], "subreddit": ["aegosexuals", "PlacePride"]}, "path": {"147-163, T:0-1": [[448, 616], [448, 621], [457, 621], [457, 616]]}, "center": {"147-163, T:0-1": [453, 619]}}, {"id": "txz0mi", "name": "Emma Woods", "description": "Emma Woods (the now honorary Australian citizen) is a gardener and one of the 36 survivors from Identity V, a free-to-play asymmetrical multiplayer survival horror game developed and published by NetEase. Emma originally occupied a space above the American flag. However, when Australia moved in they fell in love with her small community and a pact was formed where Emma was incorporated into the Australian artwork. When streamers took over the Australian section, users of the r/place Australia discord worked with the Identity V community to move her to the current coordinates; citing that protecting Emma was their top priority", "links": {"subreddit": ["IdentityV"]}, "path": {"109-166, T:0-1": [[737, 1464], [747, 1465], [746, 1473], [739, 1473]]}, "center": {"109-166, T:0-1": [742, 1469]}}, {"id": "txz0hh", "name": "Rocketbean", "description": "The rocketbeans.tv Minecraft community.", "links": {"website": ["https://rocketminers.de"]}, "path": {"109-165, T:0-1": [[836, 1368], [845, 1368], [845, 1375], [836, 1375]]}, "center": {"109-165, T:0-1": [841, 1372]}}, @@ -5449,7 +5449,7 @@ {"id": "txy52b", "name": "Gona89", "description": "A popular Spanish YouTuber and streamer, well-known for his Minecraft, Plants vs. Zombies, and other games of the like videos.", "links": {"website": ["https://www.youtube.com/channel/UCVrrU-Z0cxcVIX9uq40LoqA"]}, "path": {"109-166, T:0-1": [[1969, 1466], [1969, 1474], [1978, 1474], [1978, 1466]]}, "center": {"109-166, T:0-1": [1974, 1470]}}, {"id": "txy4ag", "name": "MiyuuWAH", "description": "A group of about 300 viewers led by twitch streamer Miyune contested this location for 11 hours and managed to put up one of her emotes - MiyuuWAH - in its entirety before eventually being defeated by the Epic 7 community.", "links": {"website": ["https://www.twitch.tv/miyune"]}, "path": {"124-136": [[1856, 1228], [1825, 1228], [1825, 1257], [1856, 1257]]}, "center": {"124-136": [1841, 1243]}}, {"id": "txy40r", "name": "Nothin' But Lag", "description": "Nothin' But Lag (Justin) is an editor for the YouTube channel SuperMega, and holder of key to the city of Kent, Washington, United States.", "links": {"website": ["https://www.youtube.com/nothinbutlag"], "subreddit": ["SuperMegaShow"]}, "path": {"151-166, T:0-1": [[1852, 395], [1852, 399], [1861, 399], [1861, 395]]}, "center": {"151-166, T:0-1": [1857, 397]}}, -{"id": "000184", "name": "Hololive", "description": "Hololive Production is a virtual YouTuber agency owned by Japanese tech entertainment company Cover Corporation. In addition to acting as a multi-channel network, Hololive Production also handles merchandising especially in music production and concert organization. As of April 2022, the agency manages 68 VTubers between four regional branches totaling over 43 million subscribers, including several of the most subscribed VTubers on YouTube.\n\nAbove the Hololive logo are the five members of HoloCouncil, a group from the English branch: Hakos Baelz, Nanashi Mumei, Ceres Fauna, Ouro Kronii, and Tsukumo Sana.", "links": {"website": ["https://en.hololive.tv/", "https://en.wikipedia.org/wiki/Hololive_Production"], "subreddit": ["Hololive", "CeresFauna", "GawrGura", "HakosBaelz", "HoshimachiSuisei", "LaplusDarknesss", "NanashiMumei", "NinomaeInanis", "okbuddyhololive", "oozorasubaru", "OuroKronii", "Pekora", "tokoyamitowa", "TsukumoSana"], "discord": ["holofans"]}, "path": {"1-24": [[200, 721], [218, 721], [218, 715], [262, 715], [262, 725], [247, 725], [247, 733], [302, 733], [302, 758], [321, 758], [321, 777], [302, 777], [302, 767], [300, 767], [298, 770], [293, 774], [286, 774], [283, 772], [279, 767], [278, 767], [274, 771], [274, 774], [267, 774], [267, 781], [260, 781], [260, 794], [257, 794], [257, 809], [260, 809], [260, 816], [231, 816], [231, 781], [226, 781], [226, 790], [222, 791], [214, 783], [208, 783], [203, 778], [203, 775], [200, 774], [195, 774], [192, 771], [192, 769], [195, 769], [196, 770], [200, 770]], "25-165, T:0-1": [[200, 721], [218, 721], [218, 715], [260, 715], [260, 724], [263, 724], [265, 726], [269, 726], [271, 724], [272, 725], [280, 725], [282, 727], [284, 727], [288, 723], [286, 721], [286, 719], [288, 717], [290, 717], [292, 719], [292, 721], [290, 721], [290, 723], [295, 728], [295, 730], [296, 731], [296, 737], [302, 737], [302, 758], [321, 758], [321, 777], [302, 777], [302, 767], [300, 767], [298, 770], [293, 774], [286, 774], [279, 767], [278, 767], [274, 771], [274, 774], [269, 774], [267, 775], [267, 781], [260, 781], [260, 794], [257, 794], [257, 809], [258, 809], [258, 827], [255, 830], [229, 830], [229, 805], [225, 805], [225, 794], [216, 784], [214, 783], [209, 783], [200, 774], [195, 774], [192, 771], [192, 770], [200, 770]]}, "center": {"1-24": [228, 753], "25-165, T:0-1": [237, 753]}}, +{"id": 184, "name": "Hololive", "description": "Hololive Production is a virtual YouTuber agency owned by Japanese tech entertainment company Cover Corporation. In addition to acting as a multi-channel network, Hololive Production also handles merchandising especially in music production and concert organization. As of April 2022, the agency manages 68 VTubers between four regional branches totaling over 43 million subscribers, including several of the most subscribed VTubers on YouTube.\n\nAbove the Hololive logo are the five members of HoloCouncil, a group from the English branch: Hakos Baelz, Nanashi Mumei, Ceres Fauna, Ouro Kronii, and Tsukumo Sana.", "links": {"website": ["https://en.hololive.tv/", "https://en.wikipedia.org/wiki/Hololive_Production"], "subreddit": ["Hololive", "CeresFauna", "GawrGura", "HakosBaelz", "HoshimachiSuisei", "LaplusDarknesss", "NanashiMumei", "NinomaeInanis", "okbuddyhololive", "oozorasubaru", "OuroKronii", "Pekora", "tokoyamitowa", "TsukumoSana"], "discord": ["holofans"]}, "path": {"1-24": [[200, 721], [218, 721], [218, 715], [262, 715], [262, 725], [247, 725], [247, 733], [302, 733], [302, 758], [321, 758], [321, 777], [302, 777], [302, 767], [300, 767], [298, 770], [293, 774], [286, 774], [283, 772], [279, 767], [278, 767], [274, 771], [274, 774], [267, 774], [267, 781], [260, 781], [260, 794], [257, 794], [257, 809], [260, 809], [260, 816], [231, 816], [231, 781], [226, 781], [226, 790], [222, 791], [214, 783], [208, 783], [203, 778], [203, 775], [200, 774], [195, 774], [192, 771], [192, 769], [195, 769], [196, 770], [200, 770]], "25-165, T:0-1": [[200, 721], [218, 721], [218, 715], [260, 715], [260, 724], [263, 724], [265, 726], [269, 726], [271, 724], [272, 725], [280, 725], [282, 727], [284, 727], [288, 723], [286, 721], [286, 719], [288, 717], [290, 717], [292, 719], [292, 721], [290, 721], [290, 723], [295, 728], [295, 730], [296, 731], [296, 737], [302, 737], [302, 758], [321, 758], [321, 777], [302, 777], [302, 767], [300, 767], [298, 770], [293, 774], [286, 774], [279, 767], [278, 767], [274, 771], [274, 774], [269, 774], [267, 775], [267, 781], [260, 781], [260, 794], [257, 794], [257, 809], [258, 809], [258, 827], [255, 830], [229, 830], [229, 805], [225, 805], [225, 794], [216, 784], [214, 783], [209, 783], [200, 774], [195, 774], [192, 771], [192, 770], [200, 770]]}, "center": {"1-24": [228, 753], "25-165, T:0-1": [237, 753]}}, {"id": "ty3fac", "name": "Purpled", "description": "Purpled is a streamer. Pictured is his Minecraft skin.", "links": {"website": ["https://www.twitch.tv/purpled", "https://youtube.fandom.com/wiki/Purpled"]}, "path": {"57-165, T:0-1": [[137, 917], [146, 917], [146, 926], [137, 926]]}, "center": {"57-165, T:0-1": [142, 922]}}, {"id": "ty3emk", "name": "Sneegsnag", "description": "Sneegsnag is a streamer. Pictured is Sneegsnag's Minecraft skin.\n\nThe art was temporarily turned purple, pink, trans pride colors, and rainbow, usually by his Discord.", "links": {"website": ["https://www.twitch.tv/sneegsnag", "https://youtube.fandom.com/wiki/Sneegsnag"]}, "path": {"60-165, T:0-1": [[155, 944], [164, 944], [164, 953], [155, 953]]}, "center": {"60-165, T:0-1": [160, 949]}}, {"id": "ty3e4n", "name": "CallyAlly", "description": "CallyAlly is a streamer. Pictured is CallyAlly's Minecraft skin.\n\nCallyAlly allied with r/technoblade on r/place.", "links": {"website": ["https://www.twitch.tv/callyally_"]}, "path": {"35-165, T:0-1": [[164, 926], [173, 926], [173, 935], [164, 935]]}, "center": {"35-165, T:0-1": [169, 931]}}, @@ -5653,7 +5653,7 @@ {"id": "tyc5z2", "name": "Great Sphinx of Giza", "description": "The Great Sphinx of Giza, commonly referred to as the Sphinx, is a limestone statue of a reclining sphinx, a mythical creature with the head of a human, and the body of a lion. The Sphinx is the oldest known monumental sculpture in Egypt and one of the most recognisable statues in the world.", "links": {"website": ["https://en.wikipedia.org/wiki/Great_Sphinx_of_Giza"], "subreddit": ["Egypt"]}, "path": {"163-165, T:0-1": [[60, 151], [48, 151], [47, 151], [47, 150], [46, 150], [44, 150], [43, 149], [45, 149], [45, 148], [48, 145], [50, 145], [50, 141], [53, 138], [60, 138], [62, 140], [62, 147], [60, 147], [61, 148], [60, 148], [60, 149], [61, 150]]}, "center": {"163-165, T:0-1": [55, 144]}}, {"id": "tyc2i6", "name": "L. L. Zamenhof", "description": "L. L. Zamenhof was the creator of Esperanto; he published his first work in 1887. He is well-known by the members of the Esperanto community.\n\nAfter the expansion of the Romanian flag had been ceased by the Polish flag, the Esperanto shield got an opportunity to expand several pixels further to the right. After some discussion it was decided to put a small picture of Zamenhof's face in honor of his work. \"Deal With It\" meme sunglasses were also added.", "links": {"website": ["https://en.wikipedia.org/wiki/L._L._Zamenhof", "https://knowyourmeme.com/memes/deal-with-it"], "subreddit": ["Esperanto"]}, "path": {"158-166, T:0-1": [[1499, 487], [1497, 489], [1497, 495], [1498, 496], [1498, 498], [1500, 500], [1508, 500], [1508, 490], [1506, 487]]}, "center": {"158-166, T:0-1": [1503, 493]}}, {"id": "tybu7x", "name": "Kizuna AI's headband", "description": "Kizuna AI is a pioneer in the VTuber field, introducing many behavioral and content creation trends that have influenced how VTubers operate today. She is the first to coin the term \"Virtual YouTuber\".\n\nThis art depicts Kizuna AI's signature headband.", "links": {"website": ["https://www.youtube.com/channel/UC4YaOt1yT-ZeyB0OmxHgolA", "https://en.wikipedia.org/wiki/Kizuna_AI"], "subreddit": ["KizunaAI", "VirtualYoutubers"]}, "path": {"68-166, T:0-1": [[1382, 903], [1379, 903], [1379, 904], [1378, 904], [1378, 908], [1379, 908], [1379, 909], [1381, 909], [1381, 910], [1383, 910], [1383, 911], [1385, 911], [1385, 912], [1382, 912], [1382, 913], [1379, 913], [1379, 914], [1377, 914], [1377, 915], [1375, 915], [1375, 916], [1374, 916], [1374, 917], [1373, 917], [1373, 920], [1375, 920], [1375, 918], [1378, 918], [1378, 917], [1380, 917], [1380, 916], [1382, 916], [1382, 915], [1389, 915], [1389, 916], [1391, 916], [1391, 918], [1392, 918], [1392, 921], [1394, 921], [1394, 917], [1393, 917], [1393, 915], [1393, 914], [1392, 914], [1392, 913], [1391, 913], [1391, 912], [1390, 912], [1391, 911], [1392, 911], [1392, 910], [1393, 910], [1393, 908], [1393, 906], [1394, 902], [1394, 900], [1388, 900], [1388, 906], [1387, 905], [1387, 904], [1386, 904], [1386, 903], [1379, 903]]}, "center": {"68-166, T:0-1": [1383, 906]}}, -{"id": "100001", "name": "Ensemble MapleStory Guild", "description": "This white music note on a light blue background is the emblem used by the Ensemble guild in MapleStory. (Yellow pixel is grief.)", "links": {"website": ["https://maplestory.nexon.net/"]}, "path": {"109-166, T:0-1": [[527, 1424], [534, 1424], [534, 1431], [527, 1431]]}, "center": {"109-166, T:0-1": [531, 1428]}}, +{"id": 100001, "name": "Ensemble MapleStory Guild", "description": "This white music note on a light blue background is the emblem used by the Ensemble guild in MapleStory. (Yellow pixel is grief.)", "links": {"website": ["https://maplestory.nexon.net/"]}, "path": {"109-166, T:0-1": [[527, 1424], [534, 1424], [534, 1431], [527, 1431]]}, "center": {"109-166, T:0-1": [531, 1428]}}, {"id": "tybkat", "name": "Tiamat Comet", "description": "The comet from the 2016 anime movie Kimi No Na Wa (english: Your Name). It is one of the many metaphors for the connection between the 2 main protagonists Taki and Mitsuha", "links": {"subreddit": ["KimiNoNaWa"]}, "path": {"109-167, T:0-1": [[1257, 1959], [1257, 1953], [1264, 1953], [1264, 1959]]}, "center": {"109-167, T:0-1": [1261, 1956]}}, {"id": "tybjrh", "name": "Belgium", "description": "A map of the western-European country Belgium, drawn in different shades of the Belgian flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Belgium"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"146-166, T:0-1": [[267, 666], [269, 666], [269, 667], [272, 667], [272, 668], [274, 668], [274, 667], [277, 667], [277, 666], [279, 666], [279, 665], [281, 665], [281, 664], [282, 664], [282, 665], [284, 665], [284, 664], [284, 665], [286, 665], [286, 664], [286, 665], [287, 665], [287, 666], [288, 666], [287, 667], [290, 667], [290, 669], [291, 669], [291, 673], [292, 673], [292, 674], [293, 674], [293, 675], [294, 675], [294, 676], [295, 676], [295, 678], [296, 678], [296, 679], [297, 679], [297, 680], [296, 680], [296, 682], [295, 682], [295, 683], [293, 683], [294, 684], [293, 684], [293, 685], [292, 685], [292, 689], [293, 689], [293, 690], [294, 690], [294, 691], [292, 691], [292, 692], [291, 692], [291, 693], [289, 693], [289, 692], [289, 691], [288, 691], [288, 690], [286, 690], [286, 689], [285, 689], [285, 688], [285, 687], [284, 687], [284, 686], [280, 686], [280, 687], [279, 687], [279, 688], [279, 687], [278, 687], [278, 686], [277, 686], [277, 683], [276, 683], [276, 681], [275, 681], [275, 680], [274, 680], [274, 678], [272, 678], [272, 679], [270, 679], [270, 678], [268, 678], [268, 676], [267, 676], [267, 675], [264, 675], [264, 674], [263, 674], [263, 673], [262, 673], [262, 671], [261, 671], [261, 670], [262, 670], [262, 669], [263, 669], [263, 668], [265, 668], [265, 667], [267, 667]]}, "center": {"146-166, T:0-1": [282, 675]}}, {"id": "tybg1m", "name": "Vasile Alecsandri National College", "description": "a public day high school in Galați, Romania", "links": {}, "path": {"109-165, T:0-1": [[369, 1691], [369, 1696], [379, 1695], [379, 1685], [361, 1686], [362, 1692]]}, "center": {"109-165, T:0-1": [371, 1690]}}, @@ -5732,7 +5732,7 @@ {"id": "ty6k7k", "name": "Sesame Street", "description": "Sesame Street is a popular children's TV show. Pictured (from left to right) are the characters Ernie, Bert, Oscar, the Cookie Monster, and Elmo.", "links": {"website": ["https://en.wikipedia.org/wiki/Sesame_Street"]}, "path": {"161-166, T:0-1": [[1358, 1151], [1358, 1154], [1356, 1157], [1356, 1167], [1358, 1167], [1358, 1171], [1366, 1171], [1366, 1172], [1426, 1172], [1426, 1169], [1433, 1169], [1433, 1166], [1434, 1166], [1436, 1164], [1436, 1161], [1434, 1159], [1434, 1156], [1430, 1152], [1414, 1152], [1413, 1151], [1408, 1151], [1407, 1153], [1381, 1153], [1381, 1150], [1375, 1150], [1375, 1151]]}, "center": {"161-166, T:0-1": [1374, 1161]}}, {"id": "ty6k6u", "name": "Ame-chan", "description": "The main character of Needy Girl Overdose/Needy Streamer Overload while not acting as KAngel.", "links": {"website": ["https://twitter.com/infowss"], "subreddit": ["NeedyStreamerOverload"]}, "path": {"109-165, T:0-1": [[1883, 1250], [1901, 1250], [1902, 1254], [1898, 1254], [1896, 1255], [1896, 1263], [1896, 1273], [1895, 1273], [1894, 1274], [1892, 1275], [1891, 1274], [1883, 1274]]}, "center": {"109-165, T:0-1": [1890, 1261]}}, {"id": "ty6jdv", "name": "Crescent moon", "description": "The waxing crescent phase of the moon on June 13th, 2013, The debut date of music group Bangtan Sonyeondan and member Jimin's tattoo.", "links": {"website": ["https://twitter.com/bts_twt"], "subreddit": ["bangtan"]}, "path": {"109-166, T:0-1": [[1925, 1174], [1925, 1175], [1927, 1175], [1927, 1176], [1929, 1176], [1929, 1177], [1930, 1177], [1930, 1178], [1930, 1179], [1931, 1179], [1931, 1183], [1930, 1183], [1930, 1184], [1929, 1184], [1928, 1184], [1928, 1185], [1926, 1185], [1926, 1184], [1925, 1184], [1924, 1184], [1924, 1183], [1923, 1183], [1923, 1182], [1922, 1182], [1922, 1181], [1921, 1181], [1920, 1181], [1920, 1183], [1920, 1184], [1921, 1184], [1921, 1185], [1922, 1185], [1922, 1186], [1922, 1187], [1924, 1187], [1924, 1188], [1930, 1188], [1931, 1188], [1931, 1187], [1932, 1187], [1933, 1187], [1933, 1186], [1934, 1186], [1934, 1185], [1935, 1185], [1935, 1178], [1935, 1177], [1934, 1177], [1934, 1176], [1933, 1176], [1933, 1175], [1932, 1175], [1932, 1174], [1931, 1174], [1930, 1174], [1930, 1173], [1926, 1173], [1925, 1173], [1925, 1175], [1927, 1175], [1927, 1176], [1927, 1175]]}, "center": {"109-166, T:0-1": [1929, 1182]}}, -{"id": "ty6hdy", "name": "Wartortle", "description": "A Water-type Pokémon and the evolution of the Kanto starter Pokémon Squirtle. Famously present in the Portuguese space in the 2017 r/place.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Wartortle"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"109-166, T:0-1": [[1475, 1845], [1473, 1845], [1472, 1845], [1472, 1846], [1471, 1846], [1471, 1847], [1471, 1846], [1470, 1846], [1469, 1846], [1469, 1845], [1469, 1844], [1469, 1843], [1468, 1843], [1467, 1843], [1466, 1843], [1465, 1843], [1464, 1843], [1464, 1844], [1463, 1844], [1463, 1849], [1462, 1849], [1462, 1850], [1461, 1850], [1461, 1853], [1461, 1854], [1462, 1854], [1462, 1855], [1463, 1855], [1463, 1856], [1463, 1857], [1464, 1857], [1463, 1857], [1463, 1858], [1463, 1859], [1463, 1860], [1463, 1861], [1470, 1861], [1470, 1862], [1471, 1862], [1471, 1863], [1472, 1863], [1472, 1864], [1475, 1864], [1475, 1863], [1476, 1863], [1477, 1863], [1477, 1861], [1478, 1861], [1478, 1859], [1479, 1859], [1479, 1858], [1480, 1858], [1480, 1857], [1482, 1857], [1482, 1856], [1483, 1856], [1483, 1855], [1484, 1855], [1484, 1852], [1483, 1852], [1484, 1852], [1484, 1851], [1485, 1851], [1485, 1850], [1485, 1849], [1484, 1849], [1485, 1849], [1485, 1848], [1485, 1847], [1485, 1846], [1479, 1846], [1479, 1848], [1479, 1849], [1478, 1849], [1477, 1849], [1477, 1850], [1477, 1851], [1476, 1850], [1476, 1848], [1477, 1847], [1476, 1846]]}, "center": {"109-166, T:0-1": [1472, 1853]}}, +{"id": "ty6hdy", "name": "Wartortle", "description": "Wartortle is a Water-type Pokémon and the evolution of the Kanto starter Pokémon Squirtle. Famously present in the Portuguese space in the 2017 r/place.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Wartortle"], "subreddit": ["portugal", "PORTUGALCARALHO", "PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"109-166, T:0-1": [[1475, 1845], [1473, 1845], [1472, 1845], [1472, 1846], [1471, 1846], [1471, 1847], [1471, 1846], [1470, 1846], [1469, 1846], [1469, 1845], [1469, 1844], [1469, 1843], [1468, 1843], [1467, 1843], [1466, 1843], [1465, 1843], [1464, 1843], [1464, 1844], [1463, 1844], [1463, 1849], [1462, 1849], [1462, 1850], [1461, 1850], [1461, 1853], [1461, 1854], [1462, 1854], [1462, 1855], [1463, 1855], [1463, 1856], [1463, 1857], [1464, 1857], [1463, 1857], [1463, 1858], [1463, 1859], [1463, 1860], [1463, 1861], [1470, 1861], [1470, 1862], [1471, 1862], [1471, 1863], [1472, 1863], [1472, 1864], [1475, 1864], [1475, 1863], [1476, 1863], [1477, 1863], [1477, 1861], [1478, 1861], [1478, 1859], [1479, 1859], [1479, 1858], [1480, 1858], [1480, 1857], [1482, 1857], [1482, 1856], [1483, 1856], [1483, 1855], [1484, 1855], [1484, 1852], [1483, 1852], [1484, 1852], [1484, 1851], [1485, 1851], [1485, 1850], [1485, 1849], [1484, 1849], [1485, 1849], [1485, 1848], [1485, 1847], [1485, 1846], [1479, 1846], [1479, 1848], [1479, 1849], [1478, 1849], [1477, 1849], [1477, 1850], [1477, 1851], [1476, 1850], [1476, 1848], [1477, 1847], [1476, 1846]]}, "center": {"109-166, T:0-1": [1471, 1854]}}, {"id": "ty6eu0", "name": "AB6IX", "description": "AB6IX (pronounced \"A-B-Six\"; Hangul: 에이비식스) is a four-member South Korean boy group formed by Brand New Music. The group debuted on May 22, 2019 with their first extended play \"B:Complete\" and title song \"Breathe\".", "links": {"website": ["http://www.brandnewmusic.co.kr/portfolio-item/ab6ix/", "https://en.wikipedia.org/wiki/AB6IX"], "subreddit": ["AB6IX", "kpop"]}, "path": {"122-130": [[1521, 1043], [1521, 1052], [1525, 1052], [1525, 1043]], "131-151, 155-166, T:0-1": [[1509, 1044], [1509, 1052], [1513, 1052], [1513, 1044]]}, "center": {"122-130": [1523, 1048], "131-151, 155-166, T:0-1": [1511, 1048]}}, {"id": "ty6en9", "name": "Flag of Pakistan", "description": "Pakistan is a country in South Asia. The Pakistani flag represents many things with the use of its colours and shapes. The green in the flag is usually a symbol associated with Islam which represents the majority of the Muslim population of Pakistan. The white stripe represents the minorities of Pakistan of different religious backgrounds. The moon and the star, another commonly used symbol in Islam, represents light and progress. Overall, the intentions of the founders as they created this flag was to represent Islam as well as respect the rights of other religious minorities.\n\nWe apologise for taking over the Esperanto flag. This took us a lot of effort for a small flag. Previous Pakistani flags were quickly destroyed by India, long-time enemy of Pakistan due to a territorial dispute over the Kashmir region. Their efforts were unsuccessful at the end of the day with the help of our members. This event resulted in unity and new friends by the end! :)", "links": {"website": ["https://en.wikipedia.org/wiki/Pakistan", "https://en.wikipedia.org/wiki/Flag_of_Pakistan"], "subreddit": ["pakistan"]}, "path": {"10-17": [[299, 274], [333, 274], [333, 299], [299, 299]], "65-84": [[1277, 312], [1277, 330], [1316, 330], [1316, 312]], "50-55": [[540, 960], [540, 974], [572, 974], [572, 960]], "45-49": [[540, 960], [540, 974], [579, 974], [579, 960]], "38-44": [[551, 961], [551, 974], [572, 974], [572, 961]], "163-165, T:0-1": [[771, 325], [781, 325], [781, 330], [771, 330]]}, "center": {"10-17": [316, 287], "65-84": [1297, 321], "50-55": [556, 967], "45-49": [560, 967], "38-44": [562, 968], "163-165, T:0-1": [776, 328]}}, {"id": "ty692t", "name": "Danny Gonzalez's Greg", "description": "Greg, what YouTuber Danny Gonzalez's fans are called, added in by the Bangtan Sonyeondan army in honor of Greg's alliance in defense during r/place.", "links": {"website": ["https://www.youtube.com/c/Danny100/videos"], "subreddit": ["DannyGonzalez", "bangtan"]}, "path": {"109-167, T:0-1": [[1886, 1174], [1900, 1174], [1900, 1177], [1886, 1177]]}, "center": {"109-167, T:0-1": [1893, 1176]}}, @@ -5740,7 +5740,7 @@ {"id": "ty64qj", "name": "Knights Of Midgard", "description": "A friend-group originating out of Iowa and spreading out across the US, dedicated to playing video games for over a decade.", "links": {}, "path": {"109-166, T:0-1": [[1109, 1741], [1127, 1741], [1127, 1749], [1109, 1749]]}, "center": {"109-166, T:0-1": [1118, 1745]}}, {"id": "ty63sp", "name": "Gekota", "description": "A frog mascot appearing in the Toaru Majutsu no Index & Railgun franchise, wearing a traditional German hat and holding a beer pint.", "links": {"website": ["https://toarumajutsunoindex.fandom.com/wiki/Gekota"], "subreddit": ["toarumajutsunoindex", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"109-166, T:0-1": [[1809, 1161], [1809, 1172], [1827, 1172], [1826, 1161]]}, "center": {"109-166, T:0-1": [1818, 1167]}}, {"id": "ty60v6", "name": "My Little Pony original character", "description": "An original character based on the ponies from My Little Pony: Friendship is Magic.", "links": {"website": ["https://en.wikipedia.org/wiki/My_Little_Pony:_Friendship_Is_Magic"], "subreddit": ["mylittlepony"]}, "path": {"109-166, T:0-1": [[938, 1809], [938, 1812], [939, 1813], [939, 1815], [945, 1815], [945, 1813], [943, 1811], [942, 1811], [940, 1809]]}, "center": {"109-166, T:0-1": [941, 1812]}}, -{"id": "ty5ygk", "name": "Fluttershy", "description": "Fluttershy is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She is a timid and kind-hearted pegasus who cares for animals and her friends, and represents the element of kindness.", "links": {"website": ["https://mlp.fandom.com/wiki/Fluttershy"], "subreddit": ["mylittlepony"]}, "path": {"109-165, T:0-1": [[1087, 1536], [1094, 1536], [1094, 1543], [1087, 1543]]}, "center": {"109-165, T:0-1": [1091, 1540]}}, +{"id": "ty5ygk", "name": "Fluttershy", "description": "Fluttershy is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic (Generation 4). She is a timid and kind-hearted pegasus who cares for animals and her friends, and represents the element of kindness.", "links": {"website": ["https://mlp.fandom.com/wiki/Fluttershy"], "subreddit": ["mylittlepony"]}, "path": {"109-165, T:0-1": [[1087, 1536], [1094, 1536], [1094, 1543], [1087, 1543]]}, "center": {"109-165, T:0-1": [1091, 1540]}}, {"id": "ty5umw", "name": "Ottawa Senators", "description": "The Ottawa Senators is a hockey team from Ottawa, Ontario, Canada. They were founded in 1883 and played in the National Hockey League (NHL) from 1917-1934 before going bankrupt. The team was revived in the 1990s and currently play in the Atlantic Division of the NHL. They are 11-time Stanley Cup Champions.\n\nThis art displays a collection of O's, one of the Senators' logos. The design used for the Heritage Classic games is used as a background. The EM is in honor of owner Eugene Melnyk, who recently passed away.\n\nThis art was destroyed by a flag of Poland shortly before the end of r/place.", "links": {"website": ["https://www.nhl.com/senators/", "https://en.wikipedia.org/wiki/Ottawa_Senators"], "subreddit": ["OttawaSenators"]}, "path": {"56-64": [[1460, 546], [1460, 568], [1482, 568], [1482, 546]], "65-67": [[1482, 568], [1482, 546], [1438, 546], [1438, 568], [1441, 568], [1441, 567], [1461, 567], [1460, 568]], "68-69": [[1441, 568], [1438, 568], [1438, 546], [1449, 546], [1449, 535], [1482, 535], [1482, 579], [1460, 579], [1460, 567], [1441, 567]], "70-74": [[1441, 568], [1438, 568], [1438, 539], [1448, 539], [1448, 535], [1482, 535], [1482, 587], [1460, 587], [1460, 567], [1441, 567]], "77-79": [[1460, 587], [1482, 587], [1482, 535], [1448, 535], [1448, 539], [1427, 539], [1427, 590], [1441, 590], [1441, 567], [1460, 567]], "80-88": [[1460, 587], [1482, 587], [1482, 535], [1448, 535], [1448, 539], [1427, 539], [1427, 587], [1441, 587], [1441, 567], [1460, 567]], "89-104": [[1460, 587], [1482, 587], [1482, 535], [1448, 535], [1448, 539], [1427, 539], [1427, 574], [1441, 574], [1441, 567], [1460, 567]], "75, 76": [[1460, 587], [1482, 587], [1482, 535], [1448, 535], [1448, 539], [1438, 539], [1438, 546], [1427, 546], [1427, 568], [1441, 568], [1441, 567], [1460, 567]], "105-158, T:0-1": [[1460, 587], [1482, 587], [1482, 535], [1448, 535], [1448, 539], [1424, 539], [1424, 561], [1422, 561], [1422, 574], [1441, 574], [1441, 567], [1460, 567]]}, "center": {"56-64": [1471, 557], "65-67": [1471, 557], "68-69": [1466, 552], "70-74": [1466, 552], "77-79": [1465, 552], "80-88": [1465, 551], "89-104": [1465, 551], "75, 76": [1465, 551], "105-158, T:0-1": [1465, 551]}}, {"id": "ty5tan", "name": "Starlight Glimmer", "description": "A hidden Starlight Glimmer, a female unicorn and recurring character from the show My Little Pony: Friendship is Magic. She was originally an antagonist, and later became a protagonist.", "links": {"website": ["https://mlp.fandom.com/wiki/Starlight_Glimmer"], "subreddit": ["mylittlepony"]}, "path": {"109-165, T:0-1": [[374, 1827], [372, 1823], [371, 1822], [374, 1817], [385, 1817], [390, 1822], [385, 1826], [385, 1827], [385, 1828], [374, 1828]]}, "center": {"109-165, T:0-1": [380, 1822]}}, {"id": "ty5s4z", "name": "Åland turns 100", "description": "Åland's parliament first met in 1922, marking the beginning of Åland's autonomy. Åland celebrated the 100th anniversary of its autonomy on June 9th, 2022.", "links": {"website": ["https://en.wikipedia.org/wiki/%C3%85land"], "subreddit": ["place_nordicunion", "AlandIslands"]}, "path": {"95-166, T:0-1": [[562, 113], [562, 127], [583, 127], [583, 113]]}, "center": {"95-166, T:0-1": [573, 120]}}, @@ -5892,9 +5892,9 @@ {"id": "tynvji", "name": "Onib", "description": "Onib is an original character made by Twitter user DarknessBeat.", "links": {"website": ["https://twitter.com/darkness_beat"]}, "path": {"162-166, T:0-1": [[1280, 399], [1280, 404], [1287, 404], [1287, 399]]}, "center": {"162-166, T:0-1": [1284, 402]}}, {"id": "tyntmr", "name": "NearlyOnRed", "description": "NearlyOnRed is an anime-focused storytelling analysis channel. This logo was adopted and defended by the VTuber coalition.", "links": {"website": ["https://nearly.red"], "subreddit": ["NearlyOnRed"]}, "path": {"40-94": [[231, 807], [229, 809], [229, 811], [231, 813], [233, 813], [235, 811], [235, 809], [233, 807]], "95-165, T:0-1": [[231, 806], [229, 808], [229, 812], [231, 814], [234, 814], [236, 812], [236, 808], [234, 806]]}, "center": {"40-94": [232, 810], "95-165, T:0-1": [233, 810]}}, {"id": "tynsp6", "name": "Thomas Jefferson High School for Science and Technology", "description": "Thomas Jefferson High School for Science and Technology is a magnet school in Alexandria, Virginia, United States.", "links": {"website": ["https://tjhsst.fcps.edu/", "https://en.wikipedia.org/wiki/Thomas_Jefferson_High_School_for_Science_and_Technology"], "subreddit": ["tjhsst"]}, "path": {"153-166, T:0-1": [[995, 96], [1000, 96], [1000, 105], [995, 105]]}, "center": {"153-166, T:0-1": [998, 101]}}, -{"id": "tynrik", "name": "Master Ball", "description": "A Poké Ball that can catch a Pokémon without fail.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Master_Ball"], "subreddit": ["pokemon"]}, "path": {"6-165, T:0-1": [[933, 714], [930, 713], [929, 711], [929, 705], [930, 704], [933, 703], [933, 702], [937, 702], [938, 703], [939, 703], [940, 704], [941, 706], [941, 711], [940, 712], [938, 713], [937, 714]]}, "center": {"6-165, T:0-1": [935, 708]}}, -{"id": "tynpwu", "name": "Quick Ball", "description": "A type of Poké Ball. It can be used to catch a wild Pokémon, being more likely to succeed if used at the start of the encounter.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Quick_Ball"], "subreddit": ["pokemon"]}, "path": {"19-165, T:0-1": [[921, 714], [919, 713], [918, 711], [917, 710], [917, 705], [918, 704], [920, 703], [922, 702], [925, 702], [927, 703], [928, 705], [929, 710], [928, 712], [926, 713], [925, 714]]}, "center": {"19-165, T:0-1": [923, 708]}}, -{"id": "tynnk6", "name": "Timer Ball", "description": "A type of Poké Ball. It can be used to catch a wild Pokémon, being more likely to succeed the longer it has been since the start of the battle.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Timer_Ball"], "subreddit": ["pokemon"]}, "path": {"58-165, T:0-1": [[909, 714], [908, 713], [906, 712], [906, 711], [905, 709], [905, 706], [906, 705], [906, 704], [908, 703], [912, 702], [913, 702], [915, 703], [916, 705], [917, 708], [917, 711], [913, 714]]}, "center": {"58-165, T:0-1": [911, 708]}}, +{"id": "tynrik", "name": "Master Ball", "description": "A Poké Ball that can catch a Pokémon without fail.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Master_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"6-165, T:0-1": [[933, 714], [930, 713], [929, 711], [929, 705], [930, 704], [933, 703], [933, 702], [937, 702], [938, 703], [939, 703], [940, 704], [941, 706], [941, 711], [940, 712], [938, 713], [937, 714]]}, "center": {"6-165, T:0-1": [935, 708]}}, +{"id": "tynpwu", "name": "Quick Ball", "description": "A type of Poké Ball. It can be used to catch a wild Pokémon, being more likely to succeed if used at the start of the encounter.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Quick_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"19-165, T:0-1": [[921, 714], [919, 713], [918, 711], [917, 710], [917, 705], [918, 704], [920, 703], [922, 702], [925, 702], [927, 703], [928, 705], [929, 710], [928, 712], [926, 713], [925, 714]]}, "center": {"19-165, T:0-1": [923, 708]}}, +{"id": "tynnk6", "name": "Timer Ball", "description": "A type of Poké Ball. It can be used to catch a wild Pokémon, being more likely to succeed the longer it has been since the start of the battle.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Timer_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"58-165, T:0-1": [[909, 714], [908, 713], [906, 712], [906, 711], [905, 709], [905, 706], [906, 705], [906, 704], [908, 703], [912, 702], [913, 702], [915, 703], [916, 705], [917, 708], [917, 711], [913, 714]]}, "center": {"58-165, T:0-1": [911, 708]}}, {"id": "tynmwh", "name": ":argeseal:", "description": "Originating from a group of osu!tournament players, :argeseal: is a combination of the dog from Happy Doggy Monday, named after the osu!player \"Arge\" who had his profile picture of the dog from Happy Doggy Monday, and :seal-1:, another popular emote from within osu!tournament players.", "links": {"website": ["https://osu.ppy.sh/users/11215030"]}, "path": {"109-166, T:0-1": [[1655, 1628], [1659, 1628], [1659, 1627], [1663, 1627], [1673, 1627], [1674, 1627], [1674, 1626], [1675, 1626], [1675, 1625], [1676, 1625], [1676, 1624], [1677, 1624], [1677, 1619], [1677, 1618], [1676, 1618], [1676, 1617], [1676, 1616], [1675, 1616], [1675, 1615], [1675, 1614], [1674, 1614], [1674, 1613], [1673, 1613], [1672, 1613], [1672, 1612], [1671, 1612], [1670, 1611], [1662, 1611], [1662, 1612], [1661, 1612], [1660, 1612], [1660, 1613], [1659, 1613], [1658, 1613], [1658, 1614], [1657, 1614], [1657, 1615], [1656, 1615], [1656, 1616], [1656, 1617], [1655, 1617], [1655, 1624], [1655, 1628], [1655, 1624], [1655, 1617], [1656, 1617], [1656, 1615]]}, "center": {"109-166, T:0-1": [1666, 1620]}}, {"id": "tynkr0", "name": "ootinii", "description": "This is ootinii, he's a jawa and a gamer. We got him into his proper place next to Yoda at the very last minute.", "links": {}, "path": {"109-166, T:0-1": [[768, 1662], [768, 1669], [776, 1669], [776, 1667], [775, 1667], [775, 1664], [774, 1664], [774, 1663], [773, 1663], [773, 1662]]}, "center": {"109-166, T:0-1": [772, 1666]}}, {"id": "tynabl", "name": "Coat of arms of the Faroe Islands", "description": "The head of the ram depicted on the Faroese coat of arms.", "links": {"website": ["https://en.wikipedia.org/wiki/Coat_of_arms_of_the_Faroe_Islands"], "subreddit": ["place_nordicunion", "FaroeIslands"]}, "path": {"95-165, T:0-1": [[417, 103], [414, 106], [414, 107], [413, 108], [413, 113], [414, 113], [414, 116], [419, 116], [419, 117], [423, 117], [423, 105], [421, 103]]}, "center": {"95-165, T:0-1": [418, 110]}}, @@ -5956,8 +5956,8 @@ {"id": "tyvij4", "name": "Blue fruit", "description": "Blue fruit is a food item in Rain World.", "links": {"website": ["https://rainworld.fandom.com/wiki/Blue_Fruit"], "subreddit": ["rainworld", "place_CentralAlliance"]}, "path": {"50-166, T:0-1": [[330, 925], [328, 927], [328, 929], [330, 931], [330, 933], [329, 934], [329, 936], [331, 938], [333, 936], [333, 934], [331, 932], [331, 930], [332, 929], [332, 927]]}, "center": {"50-166, T:0-1": [330, 928]}}, {"id": "tyvhr4", "name": "Hunter slugcat", "description": "The Hunter slugcat is a playable character in Rain World.", "links": {"website": ["https://rainworld.fandom.com/wiki/Slugcat"], "subreddit": ["rainworld", "place_CentralAlliance"]}, "path": {"6-37": [[334, 919], [332, 921], [332, 923], [334, 925], [334, 929], [333, 930], [333, 937], [335, 939], [352, 939], [354, 937], [354, 931], [353, 930], [353, 929], [357, 924], [357, 922], [355, 920], [353, 920], [351, 922], [350, 924], [348, 924], [347, 923], [341, 923], [340, 924], [339, 924], [339, 922], [336, 919]], "38-165, T:0-1": [[332, 920], [332, 923], [334, 925], [334, 930], [333, 931], [333, 946], [332, 947], [332, 949], [331, 950], [331, 952], [328, 955], [328, 961], [345, 961], [347, 959], [346, 958], [346, 955], [350, 951], [350, 950], [352, 948], [352, 947], [353, 946], [353, 939], [354, 938], [354, 931], [353, 930], [353, 929], [354, 928], [354, 927], [357, 924], [357, 921], [353, 921], [350, 924], [348, 924], [347, 923], [341, 923], [340, 924], [339, 924], [339, 923], [338, 922], [338, 920], [333, 920]]}, "center": {"6-37": [344, 931], "38-165, T:0-1": [344, 934]}}, {"id": "tyvgnl", "name": "Your Favorite Martian planet", "description": "Your Favorite Martian is a retired band founded in 2010.\n\nMuch like the band itself, this planet wound up unfinished, with the canvas being whited out in the middle of its construction.", "links": {"website": ["https://www.youtube.com/channel/UCESNYRD3HRimEVi-2EpziVg"], "subreddit": ["yourfavoritemartian"]}, "path": {"164": [[1284, 1030], [1284, 1035], [1287, 1035], [1287, 1033], [1288, 1032], [1287, 1031], [1286, 1031], [1285, 1030]]}, "center": {"164": [1286, 1033]}}, -{"id": "tyvbse", "name": "Mass Rapid Transit", "description": "The Mass Rapid Transit (MRT) is a rapid transit train system in Singapore.", "links": {"website": ["https://en.wikipedia.org/wiki/Mass_Rapid_Transit_(Singapore)"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"130-166, T:0-1": [[301, 977], [299, 979], [299, 980], [298, 981], [298, 985], [315, 985], [315, 980], [316, 979], [316, 977]]}, "center": {"130-166, T:0-1": [307, 981]}}, -{"id": "tyvaue", "name": "Singapore", "description": "Singapore as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/Singapore"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"148-166, T:0-1": [[292, 960], [286, 966], [286, 969], [288, 969], [288, 968], [292, 967], [295, 970], [296, 970], [298, 968], [300, 968], [301, 967], [303, 967], [307, 963], [305, 961], [301, 961], [300, 962], [299, 962], [297, 960]]}, "center": {"148-166, T:0-1": [295, 964]}}, +{"id": "tyvbse", "name": "Mass Rapid Transit", "description": "The Mass Rapid Transit (MRT) is a rapid transit train system in Singapore.", "links": {"website": ["https://en.wikipedia.org/wiki/Mass_Rapid_Transit_(Singapore)"], "subreddit": ["PlaceSG", "singapore", "place_CentralAlliance"]}, "path": {"130-166, T:0-1": [[301, 977], [299, 979], [299, 980], [298, 981], [298, 985], [315, 985], [315, 980], [316, 979], [316, 977]]}, "center": {"130-166, T:0-1": [307, 981]}}, +{"id": "tyvaue", "name": "Singapore", "description": "Singapore as it appears on a map.", "links": {"website": ["https://en.wikipedia.org/wiki/Singapore"], "subreddit": ["PlaceSG", "singapore", "place_CentralAlliance"]}, "path": {"148-166, T:0-1": [[292, 960], [286, 966], [286, 969], [288, 969], [288, 968], [292, 967], [295, 970], [296, 970], [298, 968], [300, 968], [301, 967], [303, 967], [307, 963], [305, 961], [301, 961], [300, 962], [299, 962], [297, 960]]}, "center": {"148-166, T:0-1": [295, 964]}}, {"id": "tyv9p4", "name": "Vanda Miss Joaquim", "description": "The national flower of Singapore.", "links": {"website": ["https://en.wikipedia.org/wiki/Papilionanthe_Miss_Joaquim"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"131-166, T:0-1": [[313, 962], [311, 964], [313, 966], [315, 964]]}, "center": {"131-166, T:0-1": [313, 964]}}, {"id": "tyv5di", "name": "বাংলাদেশ", "description": "\"Bangladesh\" written in Bengali, the native language of Bangladesh.", "links": {"website": ["https://en.wikipedia.org/wiki/Bengali_language"], "subreddit": ["bangladesh", "place_CentralAlliance"]}, "path": {"148-166, T:0-1": [[287, 1036], [287, 1042], [321, 1042], [321, 1036]]}, "center": {"148-166, T:0-1": [304, 1039]}}, {"id": "tyv43i", "name": "Purdue ACM SIGBots", "description": "Purdue ACM SIGBots (Team abbreviation BLRS) is Purdue University's VEX U robotics team, established in 2010. They have qualified for the World Championships each season for the past eleven seasons and are the creators of the Pros operating system.", "links": {"website": ["https://purduesigbots.com/"]}, "path": {"109-166, T:0-1": [[1239, 1647], [1223, 1647], [1223, 1624], [1239, 1624]]}, "center": {"109-166, T:0-1": [1231, 1636]}}, @@ -5970,7 +5970,7 @@ {"id": "tyutxj", "name": "Lesbian Among Us crewmate", "description": "An Among Us crewmate with the colors of the lesbian flag. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian", "https://www.innersloth.com/games/among-us/", "https://en.wikipedia.org/wiki/Among_Us"]}, "path": {"131-166, 92-128, T:0-1": [[270, 984], [268, 986], [268, 988], [270, 990], [271, 989], [273, 990], [273, 984]]}, "center": {"131-166, 92-128, T:0-1": [271, 987]}}, {"id": "tyum5g", "name": "Stranger Things", "description": "Created by the sub for the Netflix Original series: Stranger Things. The disappearance of a young boy sparks a chain of events leading the residents of the small town of Hawkins to uncover a government conspiracy and a supernatural mystery which will not only shatter all semblance of normality, but also threaten their very existence. Season 4 comes out May 27th.", "links": {"subreddit": ["strangerthings"]}, "path": {"109-166, T:0-1": [[1540, 1552], [1565, 1552], [1565, 1569], [1540, 1569]]}, "center": {"109-166, T:0-1": [1553, 1561]}}, {"id": "tyuha7", "name": "Flag of Serbia", "description": "Serbia is a country in Central Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Serbia", "https://en.wikipedia.org/wiki/Flag_of_Serbia"], "subreddit": ["serbia", "place_CentralAlliance"]}, "path": {"10-40": [[317, 888], [317, 910], [359, 910], [359, 888]], "105-125, 142-156": [[359, 888], [359, 910], [290, 910], [290, 909], [292, 907], [292, 901], [287, 896], [285, 896], [280, 901], [275, 896], [273, 896], [268, 901], [263, 896], [261, 896], [256, 901], [251, 896], [249, 896], [244, 901], [239, 896], [237, 896], [232, 901], [226, 896], [220, 901], [216, 897], [216, 888]], "53-104": [[359, 888], [359, 910], [290, 910], [290, 909], [292, 907], [292, 901], [287, 896], [285, 896], [280, 901], [275, 896], [273, 896], [268, 901], [263, 896], [261, 896], [256, 901], [251, 896], [249, 896], [244, 901], [239, 896], [237, 896], [232, 901], [226, 896], [226, 891], [225, 890], [216, 890], [216, 888]], "41-52": [[359, 888], [359, 910], [290, 910], [290, 909], [292, 907], [292, 901], [287, 896], [285, 896], [280, 901], [275, 896], [273, 896], [268, 901], [263, 896], [261, 896], [256, 901], [251, 896], [250, 896], [250, 890], [254, 890], [254, 888]], "126-141, 157-166, T:0-1": [[261, 888], [261, 889], [262, 890], [262, 895], [268, 901], [273, 896], [275, 896], [280, 901], [285, 896], [287, 896], [292, 901], [292, 910], [359, 910], [359, 892], [358, 892], [355, 889], [355, 888]]}, "center": {"10-40": [338, 899], "105-125, 142-156": [315, 899], "53-104": [315, 899], "41-52": [305, 899], "126-141, 157-166, T:0-1": [316, 899]}}, -{"id": "tyu7ac", "name": "CoComelon", "description": "A small, simple pixel drawing of the logo of the massive children's entertainment YouTube channel and TV show, CoComelon. CoComelon primarily focuses on short 3D nursery rhymes as well as original children's songs. As of 2022 CoComelon is the second most viewed and subscribed YouTube channel in the world.", "links": {"website": ["https://cocomelon.com/"], "subreddit": ["cocomelon"]}, "path": {"109-166, T:0-1": [[1100, 1741], [1100, 1749], [1108, 1749], [1108, 1741]]}, "center": {"109-166, T:0-1": [1104, 1745]}}, +{"id": "tyu7ac", "name": "CoComelon / Funny friendgroup", "description": "CoComelon:\n\nA small, simple pixel drawing of the logo of the massive children's entertainment YouTube channel and TV show, CoComelon. CoComelon primarily focuses on short 3D nursery rhymes as well as original children's songs. As of 2022 CoComelon is the second most viewed and subscribed YouTube channel in the world.\n\nFunny friendgroup:\n\nWe did the funny and put this there. It is the initials ouf our names as one symbol:\nT\nJ\nP\nS\nD\ninterpreting is needed but there it is", "links": {"website": ["https://cocomelon.com/"], "subreddit": ["cocomelon"]}, "path": {"109-166, T:0-1": [[1100, 1741], [1100, 1749], [1108, 1749], [1108, 1741], [1100, 1749], [1108, 1749], [1108, 1741], [1104, 1741]]}, "center": {"109-166, T:0-1": [1102, 1743]}}, {"id": "tyu50b", "name": "Polyamory flag", "description": "Polyamory is the practice of engaging in multiple romantic (and typically sexual) relationships, with the consent of all the people involved.", "links": {"website": ["https://www.webmd.com/sex/what-is-polyamory", "https://en.wikipedia.org/wiki/Polyamory"], "subreddit": ["polyamory"]}, "path": {"63-80": [[1072, 896], [1072, 900], [1076, 900], [1076, 896]], "112-166, T:0-1": [[1884, 648], [1884, 652], [1890, 652], [1890, 648]]}, "center": {"63-80": [1074, 898], "112-166, T:0-1": [1887, 650]}}, {"id": "tyu3kn", "name": "Mayuri Shiina", "description": "Mayuri Shiina (椎名 まゆり) is one of the main characters of Steins;Gate, an anime and visual novel series. She is Okabe Rintarō's childhood friend and a member of Future Gadget Lab.", "links": {"website": ["https://steins-gate.fandom.com/wiki/Mayuri_Shiina"], "subreddit": ["steinsplace"]}, "path": {"109-166, T:0-1": [[525, 1903], [526, 1900], [529, 1898], [533, 1898], [537, 1903], [537, 1907], [535, 1907], [535, 1909], [536, 1910], [536, 1913], [533, 1913], [533, 1915], [529, 1915], [529, 1913], [526, 1913], [526, 1910], [527, 1907], [525, 1907]]}, "center": {"109-166, T:0-1": [531, 1906]}}, {"id": "tyu21j", "name": "Ratchet & Clank", "description": "Ratchet & Clank is a game series for the Playstation, featuring the main characters Ratchet and Clank. This art depicts an R for Ratchet and a little depiction of Clank. There was also a grey C under the R, but part of it is missing.\n\nThis art was placed by u/The_Super_Shag for r/ratchet.", "links": {"website": ["https://en.wikipedia.org/wiki/Ratchet_%26_Clank"], "subreddit": ["ratchet"]}, "path": {"158-164, T:0-1": [[1074, 498], [1074, 504], [1076, 506], [1077, 505], [1077, 503], [1078, 502], [1081, 502], [1081, 499], [1079, 497], [1078, 498]]}, "center": {"158-164, T:0-1": [1076, 500]}}, @@ -6038,7 +6038,7 @@ {"id": "tzfw0x", "name": "Small Country", "description": "Flag of Small Country, a country in Anbennar.", "links": {"website": ["https://anbennar.fandom.com/wiki/Small_Country"], "subreddit": ["anbennar", "place_CentralAlliance"]}, "path": {"110-166, T:0-1": [[568, 999], [568, 1010], [579, 1010], [579, 999]]}, "center": {"110-166, T:0-1": [574, 1005]}}, {"id": "tzfvd1", "name": "Bhuvauri", "description": "Flag of Bhuvauri, a country in Anbennar.", "links": {"website": ["https://anbennar.fandom.com/wiki/Grand_Republic_of_Bhuvauri"], "subreddit": ["anbennar", "place_CentralAlliance"]}, "path": {"110-124, 128-166, T:0-1": [[555, 999], [555, 1010], [566, 1010], [566, 999]]}, "center": {"110-124, 128-166, T:0-1": [561, 1005]}}, {"id": "tzfu8f", "name": "Aqatbar", "description": "Flag of Aqatbar, a country in Anbennar.", "links": {"website": ["https://anbennar.fandom.com/wiki/Aqatbar_Overclan"], "subreddit": ["anbennar", "place_CentralAlliance"]}, "path": {"110-124, 129-166, T:0-1": [[542, 999], [542, 1010], [553, 1010], [553, 999]]}, "center": {"110-124, 129-166, T:0-1": [548, 1005]}}, -{"id": "tzfsga", "name": "Potato", "description": "A derpy potato. Potatoes are a staple crop and food in Ireland.", "links": {"website": ["https://en.wikipedia.org/wiki/Potato"], "subreddit": ["ireland"]}, "path": {"109-166, T:0-1": [[1468, 1808], [1469, 1807], [1469, 1806], [1470, 1806], [1471, 1806], [1472, 1805], [1474, 1805], [1476, 1806], [1476, 1807], [1476, 1808], [1477, 1809], [1477, 1810], [1476, 1811], [1475, 1812], [1475, 1813], [1474, 1813], [1473, 1812], [1472, 1812], [1471, 1813], [1470, 1812], [1469, 1811], [1468, 1810], [1468, 1809]]}, "center": {"109-166, T:0-1": [1472, 1809]}}, +{"id": "tzfsga", "name": "Mitchell Jr.", "description": "A small pixel of a character loosely related to Papayasaur made by a small group of friends. This is Mitchell Jr.", "links": {"subreddit": ["Papayasaur"]}, "path": {"109-166, T:0-1": [[1468, 1808], [1468, 1809], [1468, 1810], [1469, 1811], [1470, 1812], [1469, 1813], [1468, 1814], [1468, 1815], [1470, 1815], [1471, 1815], [1472, 1815], [1477, 1815], [1476, 1814], [1475, 1813], [1475, 1812], [1475, 1811], [1476, 1811], [1477, 1810], [1477, 1809], [1476, 1808], [1476, 1806], [1475, 1805], [1472, 1805], [1471, 1806], [1470, 1806], [1469, 1806], [1469, 1807], [1469, 1808]]}, "center": {"109-166, T:0-1": [1472, 1809]}}, {"id": "tzfr0b", "name": "Blue Patch", "description": "Blue Patch was a project to claim a small blue patch of land on r/place. Bouncing blues.", "links": {"subreddit": ["BluePatch"]}, "path": {"144-159": [[1632, 308], [1632, 314], [1638, 314], [1638, 308]], "98-142": [[1616, 308], [1616, 315], [1628, 315], [1628, 308]], "59-97": [[1616, 303], [1616, 315], [1628, 315], [1628, 309], [1622, 309], [1622, 303]], "161-166, T:0-1": [[1606, 338], [1606, 353], [1611, 353], [1614, 350], [1614, 349], [1608, 343], [1608, 341], [1609, 341], [1609, 338]]}, "center": {"144-159": [1635, 311], "98-142": [1622, 312], "59-97": [1620, 311], "161-166, T:0-1": [1609, 349]}}, {"id": "tzfnpr", "name": "Rubenaire", "description": "Flag of Rubenaire, a country in Anbennar.", "links": {"website": ["https://anbennar.fandom.com/wiki/Duchy_of_Rubenaire"], "subreddit": ["anbennar", "place_CentralAlliance"]}, "path": {"23-41": [[606, 978], [606, 989], [617, 989], [617, 978]], "42-165, T:0-1": [[607, 978], [607, 989], [618, 989], [618, 978]]}, "center": {"23-41": [612, 984], "42-165, T:0-1": [613, 984]}}, {"id": "tzfn42", "name": "One Xia", "description": "Flag of One Xia, a country in Anbennar.", "links": {"website": ["https://steamcommunity.com/sharedfiles/filedetails/?id=1385440355"], "subreddit": ["anbennar", "place_CentralAlliance"]}, "path": {"22-42": [[593, 978], [593, 989], [604, 989], [604, 978]], "43-165, T:0-1": [[594, 978], [594, 989], [605, 989], [605, 978]]}, "center": {"22-42": [599, 984], "43-165, T:0-1": [600, 984]}}, @@ -6061,9 +6061,9 @@ {"id": "tzdj10", "name": "Flag of the Karelians", "description": "The flag of the Karelian ethnic group, located in Finland and Russia.", "links": {"website": ["https://en.wikipedia.org/wiki/Karelians"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"106-159": [[614, 131], [614, 137], [623, 137], [623, 131]], "19-30": [[297, 933], [297, 944], [328, 944], [328, 933]], "2-18": [[308, 933], [308, 935], [310, 935], [310, 942], [308, 942], [308, 946], [313, 946], [314, 947], [318, 947], [318, 944], [329, 944], [329, 933]], "161-166, T:0-1": [[554, 162], [563, 162], [563, 168], [554, 168]]}, "center": {"106-159": [619, 134], "19-30": [313, 939], "2-18": [316, 939], "161-166, T:0-1": [559, 165]}}, {"id": "tzd6dx", "name": "Tridon flag", "description": "The Tridon flag represents a private Minecraft server called Tridon created in 2016 by SolitaryBoot248, UntouchedSix614, and ThoricJuggler43. The tricolor has a pickaxe emblem and was originally created in-game using the map feature on the Bedrock edition. This was the final location of the flag before the whiteout.", "links": {}, "path": {"109-166, T:0-1": [[543, 1669], [543, 1672], [538, 1672], [538, 1669]]}, "center": {"109-166, T:0-1": [541, 1671]}}, {"id": "tzd3zc", "name": "Cibertec", "description": "Cibertec is a community college in Lima, Peru.\n\nThis logo was created by a group of Cibertec students.", "links": {"website": ["https://www.cibertec.edu.pe/saca-tu-grandeza-aqui"]}, "path": {"156-164, T:0-1": [[1166, 417], [1166, 431], [1173, 431], [1173, 417]]}, "center": {"156-164, T:0-1": [1170, 424]}}, -{"id": "tzcwh0", "name": "Poké Ball", "description": "A Poké Ball is a spherical device in the Pokémon games. It is used by Pokémon Trainers to catch wild Pokémon and store them in the player's inventory when not active. This red and white Poké Ball is the most basic and ubiquitous type of Poké Ball, and it is frequently used to represent the Pokémon series as a whole.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9_Ball"], "subreddit": ["pokemon"]}, "path": {"14-17": [[969, 702], [966, 703], [965, 706], [965, 710], [966, 713], [969, 714], [997, 714], [1000, 711], [1000, 704], [997, 702], [993, 702], [990, 703], [989, 706], [989, 714], [977, 714], [977, 706], [976, 703], [973, 702]], "10-13": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [909, 714], [985, 714], [988, 713], [989, 710], [989, 706], [988, 703], [985, 702], [969, 702], [966, 703], [965, 706], [965, 714], [917, 714], [917, 706], [916, 703], [913, 702]], "18-165, 2-9, T:0-1": [[965, 705], [968, 702], [974, 702], [977, 705], [977, 711], [974, 714], [968, 714], [965, 711]]}, "center": {"14-17": [971, 708], "10-13": [971, 708], "18-165, 2-9, T:0-1": [971, 708]}}, +{"id": "tzcwh0", "name": "Poké Ball", "description": "A Poké Ball is a spherical device in the Pokémon games. It is used by Pokémon Trainers to catch wild Pokémon and store them in the player's inventory when not active. This red and white Poké Ball is the most basic and ubiquitous type of Poké Ball, and it is frequently used to represent the Pokémon series as a whole.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"14-17": [[969, 702], [966, 703], [965, 706], [965, 710], [966, 713], [969, 714], [997, 714], [1000, 711], [1000, 704], [997, 702], [993, 702], [990, 703], [989, 706], [989, 714], [977, 714], [977, 706], [976, 703], [973, 702]], "10-13": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [909, 714], [985, 714], [988, 713], [989, 710], [989, 706], [988, 703], [985, 702], [969, 702], [966, 703], [965, 706], [965, 714], [917, 714], [917, 706], [916, 703], [913, 702]], "18-165, 2-9, T:0-1": [[965, 705], [968, 702], [974, 702], [977, 705], [977, 711], [974, 714], [968, 714], [965, 711]]}, "center": {"14-17": [971, 708], "10-13": [971, 708], "18-165, 2-9, T:0-1": [971, 708]}}, {"id": "tzcrzt", "name": "Dragon Slayer", "description": "The Dragon Slayer is the massive sword Guts has wielded as his signature weapon since surviving the Eclipse.", "links": {"website": ["https://berserk.fandom.com/wiki/Dragon_Slayer"], "subreddit": ["Berserk"]}, "path": {"26-166, T:0-1": [[642, 263], [641, 265], [640, 266], [630, 266], [630, 272], [640, 272], [641, 273], [642, 275], [687, 275], [693, 269], [687, 263]]}, "center": {"26-166, T:0-1": [663, 269]}}, -{"id": "tzcrwf", "name": "Great Ball", "description": "The Great Ball is a common type of Poké Ball that was introduced in the first generation of Pokémon games. It can be used to catch wild Pokémon, and it has a higher success rate than the basic Poké Ball.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Great_Ball"], "subreddit": ["pokemon"]}, "path": {"4-165, T:0-1": [[953, 705], [956, 702], [962, 702], [965, 705], [965, 711], [962, 714], [956, 714], [953, 711]]}, "center": {"4-165, T:0-1": [959, 708]}}, +{"id": "tzcrwf", "name": "Great Ball", "description": "The Great Ball is a common type of Poké Ball that was introduced in the first generation of Pokémon games. It can be used to catch wild Pokémon, and it has a higher success rate than the basic Poké Ball.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Great_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"4-165, T:0-1": [[953, 705], [956, 702], [962, 702], [965, 705], [965, 711], [962, 714], [956, 714], [953, 711]]}, "center": {"4-165, T:0-1": [959, 708]}}, {"id": "tzcr3b", "name": "Alice Margatroid", "description": "Alice Margatroid is a character from Touhou Project, a series of Japanese bullet hell shoot-'em-up games. She is a loner known for her skillful manipulation of many miniature dolls, and is nicknamed \"The Doll Maker of Bucuresti\". Alice is one of only a few people known to live within the Forest of Magic. She gets in many fights with fellow magician Marisa, but they are somewhat acquaintances, sharing many of the same interests and even teaming up during the Touhou entries Imperishable Night and Subterranean Animism.\n\nThe Touhou r/place 2022 group had a deal with r/Romania to put her in their flag because the name of her music theme suggested Romanian heritage. She had a little conflict with the Ice King art from Adventure Time, but this was resolved with them agreeing to move their Ice King below. Her belt color changed to the color of the Romanian flag as a sign of alliance. A Polish streamer raided the flag and the art piece twice, finally destroying her for good on the second attempt.", "links": {"website": ["https://en.touhouwiki.net/wiki/Alice_Margatroid"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"107-146, 69-98, T:0-1": [[777, 164], [783, 156], [779, 154], [778, 149], [780, 143], [785, 141], [790, 142], [794, 146], [794, 152], [792, 157], [795, 162], [794, 164], [796, 167], [792, 171], [783, 169]]}, "center": {"107-146, 69-98, T:0-1": [786, 149]}}, {"id": "tzcl5r", "name": "Tino Rangatiratanga flag", "description": "The Tino Rangatiratanga flag represents the Māori people, indigenous people of New Zealand.", "links": {"website": ["https://en.wikipedia.org/wiki/M%C4%81ori_people", "https://en.wikipedia.org/wiki/National_M%C4%81ori_flag"], "subreddit": ["newzealand"]}, "path": {"24-49": [[666, 943], [666, 957], [681, 957], [681, 943]], "68-166, T:0-1": [[1514, 730], [1514, 747], [1550, 747], [1550, 746], [1546, 743], [1542, 742], [1532, 742], [1532, 730]]}, "center": {"24-49": [674, 950], "68-166, T:0-1": [1523, 739]}}, {"id": "tzccz3", "name": "Mt. Doom", "description": "Mt. Doom is a fictional volcano from the Lord of the Rings franchise. The filming location for Mt. Doom was Tongariro National Park in New Zealand.", "links": {"subreddit": ["newzealand"]}, "path": {"109-166, T:0-1": [[798, 1458], [799, 1457], [800, 1456], [800, 1455], [801, 1454], [802, 1453], [801, 1451], [802, 1449], [803, 1448], [802, 1446], [803, 1445], [802, 1444], [801, 1444], [801, 1443], [801, 1442], [800, 1442], [800, 1441], [803, 1443], [804, 1443], [805, 1442], [807, 1442], [808, 1441], [807, 1443], [807, 1444], [807, 1446], [807, 1448], [808, 1450], [808, 1452], [808, 1459], [808, 1477], [807, 1477], [806, 1477], [805, 1476], [804, 1475], [803, 1475], [802, 1475], [801, 1474], [800, 1474], [800, 1473], [800, 1472], [801, 1470], [802, 1469], [803, 1469], [804, 1470], [805, 1470], [805, 1469], [804, 1468], [803, 1467], [803, 1466], [803, 1465], [802, 1465], [802, 1464], [802, 1463], [801, 1462], [799, 1460]]}, "center": {"109-166, T:0-1": [804, 1460]}}, @@ -6098,7 +6098,7 @@ {"id": "tzbm9g", "name": "Kiwi", "description": "A flightless bird native to New Zealand. The national bird of New Zealand.", "links": {"subreddit": ["newzealand"]}, "path": {"109-166, T:0-1": [[776, 1467], [776, 1468], [777, 1468], [778, 1467], [779, 1466], [780, 1466], [781, 1465], [782, 1466], [783, 1466], [784, 1467], [786, 1467], [787, 1468], [787, 1469], [788, 1469], [788, 1470], [789, 1470], [790, 1471], [791, 1472], [792, 1473], [792, 1474], [793, 1475], [793, 1476], [794, 1474], [794, 1472], [795, 1471], [795, 1470], [796, 1469], [796, 1468], [797, 1467], [797, 1466], [798, 1465], [801, 1465], [802, 1466], [802, 1463], [801, 1462], [800, 1461], [799, 1460], [798, 1460], [797, 1459], [796, 1459], [797, 1458], [791, 1458], [790, 1459], [789, 1459], [788, 1460], [782, 1460], [782, 1461], [780, 1463], [779, 1464], [778, 1465]]}, "center": {"109-166, T:0-1": [791, 1464]}}, {"id": "tzbk68", "name": "Kererū", "description": "An endemic species of pigeon in New Zealand.", "links": {"subreddit": ["newzealand"]}, "path": {"109-165, T:0-1": [[793, 1482], [792, 1481], [792, 1477], [793, 1476], [793, 1475], [794, 1474], [794, 1472], [795, 1471], [795, 1470], [796, 1469], [796, 1468], [797, 1467], [797, 1466], [798, 1465], [801, 1465], [802, 1466], [803, 1467], [804, 1468], [805, 1469], [805, 1470], [804, 1470], [803, 1469], [802, 1469], [801, 1470], [800, 1471], [800, 1474], [801, 1474], [802, 1475], [804, 1475], [805, 1476], [806, 1477], [807, 1477], [808, 1478], [808, 1479], [808, 1482]]}, "center": {"109-165, T:0-1": [799, 1475]}}, {"id": "tzbj3r", "name": "Jupiler", "description": "Jupiler is a well-known Belgian beer made by brouwerij Piedbœuf, and the highest selling beer brand in Belgium. It's also the main sponsor of the Belgian Pro League, Belgium's national association football team.", "links": {"website": ["https://nl.wikipedia.org/wiki/Jupiler"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"109-165, T:0-1": [[1294, 1351], [1294, 1335], [1309, 1321], [1315, 1322], [1324, 1335], [1324, 1349], [1311, 1365], [1297, 1360]]}, "center": {"109-165, T:0-1": [1309, 1343]}}, -{"id": "tzbiwz", "name": "Ultra Ball", "description": "The Ultra Ball is a common type of Poké Ball that was introduced in the first generation of Pokémon games. It can be used to catch wild Pokémon, and it has a higher success rate than the Great Ball.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Ultra_Ball"], "subreddit": ["pokemon"]}, "path": {"5-165, T:0-1": [[941, 705], [944, 702], [950, 702], [953, 705], [953, 711], [950, 714], [944, 714], [941, 711]]}, "center": {"5-165, T:0-1": [947, 708]}}, +{"id": "tzbiwz", "name": "Ultra Ball", "description": "The Ultra Ball is a common type of Poké Ball that was introduced in the first generation of Pokémon games. It can be used to catch wild Pokémon, and it has a higher success rate than the Great Ball.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Ultra_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"5-165, T:0-1": [[941, 705], [944, 702], [950, 702], [953, 705], [953, 711], [950, 714], [944, 714], [941, 711]]}, "center": {"5-165, T:0-1": [947, 708]}}, {"id": "tzbir8", "name": "Rainbow Lorikeet", "description": "An iconic species of parrot found in Australia.", "links": {"subreddit": ["australia"]}, "path": {"109-166, T:0-1": [[758, 1458], [758, 1449], [759, 1448], [759, 1447], [760, 1446], [761, 1445], [761, 1442], [762, 1441], [763, 1440], [765, 1440], [766, 1441], [767, 1442], [767, 1445], [766, 1445], [766, 1450], [766, 1451], [765, 1451], [765, 1452], [764, 1452], [763, 1453], [762, 1453], [761, 1453], [761, 1456], [760, 1457], [760, 1458], [759, 1459]]}, "center": {"109-166, T:0-1": [762, 1448]}}, {"id": "tzbgnq", "name": "Hella Jeff", "description": "Sweet Bro and Hella Jeff is a webcomic conceptualized in 2009 on Penny Arcade by Andrew Hussie, but was eventually passed on to Homestuck where they would be written by Dave Strider. The series is noticeable for its intentionally bad art style and grammar as well as its sometimes nonsensical and risqué plot, ranging from Bro getting his game stolen by a squirrel to Jeff sucking off a dog when its weiner smacks into his face.\n\nThe pixel art depicted is a recreation of a panel from comic #3, where Jeff reacts to Sweet Bro pouring jelly on his \"hot god\".", "links": {"website": ["https://www.homestuck.com/sweet-bro-and-hella-jeff"], "subreddit": ["homestuck"]}, "path": {"4-165, T:0-1": [[247, 162], [247, 159], [248, 159], [248, 157], [249, 157], [249, 155], [249, 154], [247, 154], [247, 151], [248, 151], [248, 150], [249, 150], [249, 148], [250, 148], [250, 146], [250, 145], [249, 145], [249, 144], [249, 143], [248, 143], [248, 138], [246, 138], [246, 137], [243, 137], [243, 136], [242, 136], [242, 134], [240, 134], [240, 137], [238, 136], [237, 135], [236, 134], [235, 135], [236, 136], [236, 137], [235, 137], [233, 135], [231, 135], [231, 136], [231, 137], [233, 138], [228, 138], [228, 139], [228, 140], [234, 140], [229, 144], [229, 145], [228, 145], [228, 147], [227, 148], [226, 147], [225, 148], [224, 149], [224, 157], [225, 157], [225, 158], [226, 159], [226, 162]]}, "center": {"4-165, T:0-1": [237, 150]}}, {"id": "tzbewa", "name": "Arco de Santa Catalina", "description": "A historical arch in Guatemala City.", "links": {"subreddit": ["guatemala"]}, "path": {"109-165, T:0-1": [[855, 1223], [855, 1216], [855, 1215], [856, 1214], [859, 1214], [859, 1213], [860, 1213], [860, 1212], [861, 1212], [862, 1211], [862, 1210], [863, 1209], [864, 1209], [865, 1210], [865, 1211], [866, 1212], [867, 1212], [867, 1213], [868, 1213], [868, 1214], [871, 1214], [871, 1215], [872, 1215], [872, 1223], [866, 1223], [866, 1220], [865, 1219], [862, 1219], [861, 1220], [861, 1223]]}, "center": {"109-165, T:0-1": [863, 1217]}}, @@ -6168,7 +6168,7 @@ {"id": "tzxagt", "name": "Michelangelo", "description": "Michelangelo is an orange-masked turtle from the franchise Teenage Mutant Ninja Turtles. He is named after Renaissance artist Michelangelo.", "links": {"website": ["https://en.wikipedia.org/wiki/Michelangelo_(Teenage_Mutant_Ninja_Turtles)"]}, "path": {"161-166": [[1149, 233], [1147, 235], [1147, 237], [1149, 239], [1153, 239], [1153, 241], [1163, 241], [1163, 239], [1168, 239], [1168, 238], [1165, 236], [1165, 234], [1162, 231], [1157, 231], [1155, 233]]}, "center": {"161-166": [1159, 236]}}, {"id": "tzx99p", "name": "Donatello", "description": "Donatello is a purple-masked turtle from the franchise Teenage Mutant Ninja Turtles. He is named after Renaissance artist Donatello.", "links": {"website": ["https://en.wikipedia.org/wiki/Donatello_(Teenage_Mutant_Ninja_Turtles)"]}, "path": {"162-166": [[1113, 234], [1111, 237], [1111, 239], [1112, 239], [1112, 242], [1120, 242], [1120, 243], [1129, 243], [1129, 240], [1132, 240], [1135, 238], [1136, 235], [1133, 231], [1129, 231], [1128, 230], [1123, 230], [1117, 233], [1117, 234]]}, "center": {"162-166": [1124, 237]}}, {"id": "tzwws7", "name": "OptiFine", "description": "OptiFine is an optimization mod for the game Minecraft. It allows Minecraft to run faster and look better with full support for high-definition textures and many configuration options.", "links": {"website": ["https://optifine.net/home"], "subreddit": ["Optifine"]}, "path": {"27-76": [[803, 664], [803, 678], [816, 678], [816, 664]], "9-26": [[792, 665], [792, 680], [810, 680], [810, 665]], "79-151": [[803, 663], [803, 677], [816, 677], [816, 663]]}, "center": {"27-76": [810, 671], "9-26": [801, 673], "79-151": [810, 670]}}, -{"id": "tzwtx2", "name": "Shiny Solosis", "description": "Solosis is a Psychic-type Pokémon from the Generation V Pokémon games (Pokémon Black/White). This art originally used Solosis's normal green coloration, and later changed to its blue Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Solosis_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"71-129": [[41, 353], [38, 355], [36, 358], [36, 361], [38, 364], [40, 365], [45, 365], [48, 363], [50, 360], [50, 357], [46, 353]], "143-162, T:0-1": [[36, 335], [33, 337], [31, 340], [31, 343], [33, 346], [35, 347], [40, 347], [40, 335]]}, "center": {"71-129": [43, 359], "143-162, T:0-1": [36, 341]}}, +{"id": "tzwtx2", "name": "Shiny Solosis", "description": "Solosis is a Psychic-type Pokémon from the Generation V Pokémon games (Pokémon Black/White). This art originally used Solosis's normal green coloration, and later changed to its blue Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Solosis_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"71-129": [[41, 353], [38, 355], [36, 358], [36, 361], [38, 364], [40, 365], [45, 365], [48, 363], [50, 360], [50, 357], [46, 353]], "143-162, T:0-1": [[36, 335], [33, 337], [31, 340], [31, 343], [33, 346], [35, 347], [40, 347], [40, 335]]}, "center": {"71-129": [43, 359], "143-162, T:0-1": [36, 341]}}, {"id": "tzvojp", "name": "artiso", "description": "artiso is a software company from Germany. A trainee at the company decided to put a small version of the logo onto r/place.", "links": {"website": ["https://www.artiso.com/en/"]}, "path": {"137-148": [[1792, 314], [1792, 319], [1798, 319], [1798, 317], [1797, 317], [1797, 314]], "158-166, T:0-1": [[1791, 315], [1791, 320], [1798, 320], [1798, 315]]}, "center": {"137-148": [1795, 317], "158-166, T:0-1": [1795, 318]}}, {"id": "tzs06o", "name": "Denmark-Poland heart", "description": "A heart depicting the flags of Denmark and Poland as a sign of peace between the two flags.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Poland"], "subreddit": ["Denmark", "Polska", "poland"]}, "path": {"46-79": [[599, 337], [596, 340], [596, 342], [601, 347], [602, 347], [607, 342], [607, 340], [604, 337]], "24-33": [[548, 338], [545, 341], [545, 343], [550, 348], [630, 348], [635, 343], [635, 341], [632, 338]], "18-23": [[588, 338], [585, 341], [585, 343], [590, 348], [595, 343], [595, 341], [592, 338]], "84-164, T:0-1": [[587, 338], [583, 342], [590, 350], [591, 350], [597, 344], [597, 342], [594, 338]]}, "center": {"46-79": [602, 341], "24-33": [590, 343], "18-23": [590, 342], "84-164, T:0-1": [590, 343]}}, {"id": "tzrdwb", "name": "The war of Horde and Alliance", "description": "The two colours in the backround of the World of Warcraft logo each represent a fraction.\nThe Horde (red) assaulted the Alliance (blue) in order to display dominance, in form of occupying more area within the logo.\nThe blue area was suprisingly well defended, which led to a back in forth.\nThe result is an underwhelming victory for the Horde.", "links": {"subreddit": ["wow"]}, "path": {"109-164, T:0-1": [[322, 1869], [327, 1869], [327, 1864], [322, 1864], [322, 1869], [327, 1869], [327, 1864], [322, 1864], [322, 1869], [327, 1869], [327, 1864], [322, 1864]]}, "center": {"109-164, T:0-1": [325, 1867]}}, @@ -6407,19 +6407,19 @@ {"id": "u0xwma", "name": "Burgy", "description": "Burgy is a fusion of a burger and the character Kirby from the Kirby games. It was originally fan art made by James Turner, adapted by the Celeste speedrunning community and derived into many sub-fan-arts.", "links": {"website": ["https://en.wikipedia.org/wiki/Kirby_(character)"], "subreddit": ["Burgy"]}, "path": {"56-61": [[1927, 334], [1924, 338], [1924, 341], [1925, 341], [1925, 344], [1931, 344], [1931, 341], [1932, 341], [1932, 338], [1929, 334]], "74-78": [[1919, 328], [1919, 334], [1928, 334], [1926, 336], [1925, 338], [1925, 340], [1926, 340], [1926, 342], [1928, 344], [1932, 344], [1934, 342], [1935, 338], [1932, 334], [1940, 334], [1940, 328]], "62-73, 79-167, T:0-1": [[1928, 334], [1926, 336], [1926, 337], [1925, 337], [1925, 340], [1926, 340], [1926, 343], [1927, 343], [1927, 344], [1932, 344], [1932, 343], [1934, 341], [1934, 340], [1935, 340], [1935, 337], [1934, 337], [1934, 336], [1932, 334]]}, "center": {"56-61": [1928, 339], "74-78": [1930, 339], "62-73, 79-167, T:0-1": [1930, 339]}}, {"id": "u0x7ao", "name": "Bomberman", "description": "The character \"Bomberman\" from the video game series of the same name. It was originally developed by Hudson Soft.", "links": {"subreddit": ["bomberman"]}, "path": {"109-166, T:0-1": [[564, 1801], [550, 1801], [550, 1796], [549, 1794], [551, 1792], [551, 1781], [554, 1781], [556, 1779], [557, 1779], [559, 1780], [560, 1781], [563, 1781], [563, 1792], [564, 1793], [565, 1795], [563, 1797]]}, "center": {"109-166, T:0-1": [557, 1791]}}, {"id": "u0wyvt", "name": "Flag of Argentina", "description": "Argentina, officially the Argentine Republic, is a country in the southern part of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Argentina", "https://en.wikipedia.org/wiki/Flag_of_Argentina"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"45-56": [[914, 680], [914, 683], [911, 683], [905, 687], [905, 688], [922, 688], [922, 684], [938, 684], [938, 704], [944, 704], [944, 702], [950, 702], [950, 680]], "37-44": [[914, 680], [914, 683], [911, 683], [905, 687], [905, 688], [924, 688], [924, 684], [938, 684], [938, 696], [944, 696], [944, 680]], "24-36": [[914, 680], [914, 683], [910, 683], [908, 685], [908, 688], [914, 688], [914, 692], [921, 692], [921, 688], [923, 688], [925, 686], [934, 686], [936, 688], [938, 688], [938, 699], [939, 702], [950, 702], [951, 703], [953, 701], [950, 698], [950, 680]], "89-96": [[1887, 643], [1887, 653], [1891, 653], [1891, 643]], "1-15": [[0, 798], [0, 817], [58, 817], [58, 798]], "120-152": [[549, 1180], [549, 1187], [567, 1187], [567, 1180]], "162-166, T:0-1": [[449, 1661], [449, 1666], [456, 1666], [456, 1661]]}, "center": {"45-56": [944, 689], "37-44": [920, 684], "24-36": [944, 687], "89-96": [1889, 648], "1-15": [29, 808], "120-152": [558, 1184], "162-166, T:0-1": [453, 1664]}}, -{"id": "u0wh01", "name": "Cherish Ball", "description": "A pure red Poké Ball with an indents around the center. It's only used for event Pokémon, special Pokémon received from limited-time giveaways or other unique means.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Cherish_Ball"], "subreddit": ["pokemon"]}, "path": {"136-165, 58-132, T:0-1": [[1049, 711], [1049, 705], [1050, 705], [1050, 704], [1051, 703], [1052, 703], [1053, 702], [1057, 702], [1058, 703], [1059, 703], [1060, 704], [1060, 705], [1061, 705], [1061, 711], [1060, 711], [1060, 712], [1059, 713], [1058, 713], [1057, 714], [1053, 714], [1052, 713], [1051, 713], [1050, 712], [1050, 711]]}, "center": {"136-165, 58-132, T:0-1": [1055, 708]}}, -{"id": "u0wf5i", "name": "Dream Ball", "description": "A pink and purple Poké Ball with a wave-like pattern. In the Generation V Pokémon games (Pokémon Black/White), it was used to catch Pokémon encountered in the Dream World, which could have Hidden Abilities. In Generation 8 (Pokémon Sword/Shield), they were given a use for normal catching, being skilled at catching sleeping Pokémon.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Dream_Ball"], "subreddit": ["pokemon"]}, "path": {"56-164, T:0-1": [[1037, 711], [1037, 705], [1038, 704], [1039, 703], [1040, 703], [1041, 702], [1045, 702], [1046, 703], [1047, 703], [1048, 704], [1048, 705], [1049, 705], [1049, 711], [1048, 711], [1048, 712], [1047, 713], [1046, 713], [1045, 714], [1041, 714], [1040, 713], [1039, 713], [1038, 712], [1038, 711]]}, "center": {"56-164, T:0-1": [1043, 708]}}, -{"id": "u0vm1i", "name": "Beast Ball", "description": "A Poké Ball designed to catch Ultra Beasts, a group of extradimensional Pokémon introduced in Pokémon's 7th generation (Pokémon Sun/Moon). While normal Poké Balls struggle to catch Ultra Beasts, the Beast Ball is the opposite, effective at catching Ultra Beasts while struggling to catch any other Pokémon.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Beast_Ball"], "subreddit": ["pokemon"]}, "path": {"56-164, T:0-1": [[1027, 714], [1027, 713], [1026, 713], [1026, 711], [1025, 711], [1025, 705], [1026, 705], [1026, 704], [1027, 703], [1028, 703], [1029, 702], [1033, 702], [1034, 703], [1035, 703], [1036, 704], [1036, 705], [1037, 705], [1037, 711], [1036, 711], [1036, 712], [1035, 713], [1034, 714]]}, "center": {"56-164, T:0-1": [1031, 708]}}, +{"id": "u0wh01", "name": "Cherish Ball", "description": "A pure red Poké Ball with an indents around the center. It's only used for event Pokémon, special Pokémon received from limited-time giveaways or other unique means.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Cherish_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"136-165, 58-132, T:0-1": [[1049, 711], [1049, 705], [1050, 705], [1050, 704], [1051, 703], [1052, 703], [1053, 702], [1057, 702], [1058, 703], [1059, 703], [1060, 704], [1060, 705], [1061, 705], [1061, 711], [1060, 711], [1060, 712], [1059, 713], [1058, 713], [1057, 714], [1053, 714], [1052, 713], [1051, 713], [1050, 712], [1050, 711]]}, "center": {"136-165, 58-132, T:0-1": [1055, 708]}}, +{"id": "u0wf5i", "name": "Dream Ball", "description": "A pink and purple Poké Ball with a wave-like pattern. In the Generation V Pokémon games (Pokémon Black/White), it was used to catch Pokémon encountered in the Dream World, which could have Hidden Abilities. In Generation 8 (Pokémon Sword/Shield), they were given a use for normal catching, being skilled at catching sleeping Pokémon.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Dream_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"56-164, T:0-1": [[1037, 711], [1037, 705], [1038, 704], [1039, 703], [1040, 703], [1041, 702], [1045, 702], [1046, 703], [1047, 703], [1048, 704], [1048, 705], [1049, 705], [1049, 711], [1048, 711], [1048, 712], [1047, 713], [1046, 713], [1045, 714], [1041, 714], [1040, 713], [1039, 713], [1038, 712], [1038, 711]]}, "center": {"56-164, T:0-1": [1043, 708]}}, +{"id": "u0vm1i", "name": "Beast Ball", "description": "A Poké Ball designed to catch Ultra Beasts, a group of extradimensional Pokémon introduced in Pokémon's 7th generation (Pokémon Sun/Moon). While normal Poké Balls struggle to catch Ultra Beasts, the Beast Ball is the opposite, effective at catching Ultra Beasts while struggling to catch any other Pokémon.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Beast_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"56-164, T:0-1": [[1027, 714], [1027, 713], [1026, 713], [1026, 711], [1025, 711], [1025, 705], [1026, 705], [1026, 704], [1027, 703], [1028, 703], [1029, 702], [1033, 702], [1034, 703], [1035, 703], [1036, 704], [1036, 705], [1037, 705], [1037, 711], [1036, 711], [1036, 712], [1035, 713], [1034, 714]]}, "center": {"56-164, T:0-1": [1031, 708]}}, {"id": "u0vaga", "name": "Draxi", "description": "Draxi is a furry artist and vtuber from the Hispanic Community :3\nTwitter:@Draxi_", "links": {"website": ["https://www.twitch.tv/draxi_vt"]}, "path": {"109-166, T:0-1": [[408, 1779], [408, 1785], [414, 1785], [414, 1779]]}, "center": {"109-166, T:0-1": [411, 1782]}}, {"id": "u0v53w", "name": "Poundtown", "description": "A ticket from a community named Poundtown.", "links": {}, "path": {"109-164, T:0-1": [[1051, 367], [1051, 373], [1062, 373], [1062, 367]]}, "center": {"109-164, T:0-1": [1057, 370]}}, {"id": "u0v3d9", "name": "Sackboy", "description": "Sackboy is the main character in LittleBigPlanet.\n\nThis art was created by Poundtown after a deal was created by LittleBigPlanet Union and Poundtown to protect each other.", "links": {"website": ["https://en.wikipedia.org/wiki/Sackboy"], "subreddit": ["littlebigplanet"], "discord": ["YGFRh8WFDn"]}, "path": {"115-165, T:0-1": [[1050, 373], [1050, 379], [1062, 379], [1062, 373]]}, "center": {"115-165, T:0-1": [1056, 376]}}, {"id": "u0uywc", "name": "Gig 'em", "description": "Signature phrase among Texas A&M University students and fans.", "links": {"website": ["https://www.tamu.edu/traditions/aggie-culture/aggie-terminology/index.html"], "subreddit": ["aggies"]}, "path": {"154-157": [[867, 1959], [867, 1970], [877, 1970], [877, 1959]], "79-83": [[23, 256], [23, 262], [47, 262], [47, 256]], "158-166, T:0-1": [[872, 1959], [872, 1970], [882, 1970], [882, 1959]]}, "center": {"154-157": [872, 1965], "79-83": [35, 259], "158-166, T:0-1": [877, 1965]}}, {"id": "u0uxpx", "name": "Light Fury", "description": "Light Fury is a dragon that appeared in the 2019 film \"How to Train Your Dragon: The Hidden World\", the third and final movie in the \"How To Train Your Dragon\" film trilogy. In this film, she falls in love with the dragon Toothless, the Night Fury from the first film, which can be found at coordinates (835, 686). The subreddit would later make efforts to draw the three children of Toothless and the Light Fury, nicknamed \"Night Lights\", at coordinates (726, 1769).\n\nThis art was allied with Kung Fu Panda, with a Dragon Warrior scroll as the background to the art. To the right was another ally, Zootopia, which shares a heart with this art. The Light Fury was overtaken by Morocco's red extension, but Toothless and the Night Lights lived on until the white void.", "links": {"website": ["https://howtotrainyourdragon.fandom.com/wiki/Light_Fury"], "subreddit": ["httyd"]}, "path": {"56-157, T:0-1": [[1628, 774], [1628, 779], [1631, 781], [1631, 783], [1634, 787], [1634, 795], [1636, 797], [1653, 797], [1655, 795], [1655, 787], [1657, 785], [1658, 781], [1661, 778], [1661, 774], [1658, 774], [1657, 773], [1657, 768], [1653, 764], [1651, 763], [1649, 763], [1649, 768], [1640, 768], [1640, 763], [1638, 763], [1632, 768], [1632, 773], [1631, 774]]}, "center": {"56-157, T:0-1": [1644, 780]}}, -{"id": "u0usw4", "name": "Shiny Voltorb", "description": "Voltorb is a ball-like Electric-type Pokémon known to mimic Poké Balls and explode when approached. This is the Shiny form of Voltorb, a rare color variation, with most being red and white instead.\n\nVoltorb is seen here blending into the nearby Poké Balls. Hopefully it doesn't explode here. It was originally drawn in its normal red colors before changing to its Shiny blue colors.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Voltorb_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"72-165, T:0-1": [[1013, 711], [1013, 705], [1014, 705], [1014, 704], [1015, 703], [1016, 703], [1017, 702], [1021, 702], [1022, 703], [1023, 703], [1024, 704], [1024, 705], [1025, 705], [1025, 711], [1024, 711], [1024, 712], [1023, 713], [1022, 713], [1021, 714], [1017, 714], [1016, 713], [1015, 713], [1014, 712], [1014, 711]]}, "center": {"72-165, T:0-1": [1019, 708]}}, -{"id": "u0uqmf", "name": "Dusk Ball", "description": "A Dusk Ball is a green Poké Ball that excels at catching Pokémon at night or in dark areas like caves. It has an even higher catch rate than an Ultra Ball when under these conditions, but it acts like a normal Poké Ball otherwise.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Dusk_Ball"], "subreddit": ["pokemon"]}, "path": {"56-165, T:0-1": [[1001, 711], [1001, 705], [1002, 705], [1002, 704], [1003, 703], [1004, 703], [1005, 702], [1009, 702], [1010, 703], [1011, 703], [1012, 704], [1012, 705], [1013, 705], [1013, 711], [1012, 711], [1011, 713], [1010, 713], [1009, 714], [1005, 714], [1004, 713], [1003, 713], [1002, 712], [1002, 711]]}, "center": {"56-165, T:0-1": [1007, 708]}}, +{"id": "u0usw4", "name": "Shiny Voltorb", "description": "Voltorb is a ball-like Electric-type Pokémon known to mimic Poké Balls and explode when approached. This is the Shiny form of Voltorb, a rare color variation, with most being red and white instead.\n\nVoltorb is seen here blending into the nearby Poké Balls. Hopefully it doesn't explode here. It was originally drawn in its normal red colors before changing to its Shiny blue colors.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Voltorb_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"72-165, T:0-1": [[1013, 711], [1013, 705], [1014, 705], [1014, 704], [1015, 703], [1016, 703], [1017, 702], [1021, 702], [1022, 703], [1023, 703], [1024, 704], [1024, 705], [1025, 705], [1025, 711], [1024, 711], [1024, 712], [1023, 713], [1022, 713], [1021, 714], [1017, 714], [1016, 713], [1015, 713], [1014, 712], [1014, 711]]}, "center": {"72-165, T:0-1": [1019, 708]}}, +{"id": "u0uqmf", "name": "Dusk Ball", "description": "A Dusk Ball is a green Poké Ball that excels at catching Pokémon at night or in dark areas like caves. It has an even higher catch rate than an Ultra Ball when under these conditions, but it acts like a normal Poké Ball otherwise.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Dusk_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"56-165, T:0-1": [[1001, 711], [1001, 705], [1002, 705], [1002, 704], [1003, 703], [1004, 703], [1005, 702], [1009, 702], [1010, 703], [1011, 703], [1012, 704], [1012, 705], [1013, 705], [1013, 711], [1012, 711], [1011, 713], [1010, 713], [1009, 714], [1005, 714], [1004, 713], [1003, 713], [1002, 712], [1002, 711]]}, "center": {"56-165, T:0-1": [1007, 708]}}, {"id": "u0unl8", "name": "Flag of Cycoldia", "description": "A micronation located inside of Houston, Texas, United States, created on 6 November 2018. The flag design on r/place moved 5 times before finally finding this location, but was raided after completion. The project was named the CYC Flag Project.", "links": {"website": ["https://micronations.wiki/wiki/Grand_Republic_of_Cycoldia"]}, "path": {"123-150": [[326, 1902], [326, 1910], [340, 1910], [340, 1902]], "60-85": [[1214, 43], [1214, 53], [1229, 53], [1229, 43]], "151-165, T:0-1": [[317, 1897], [317, 1905], [331, 1905], [331, 1897]]}, "center": {"123-150": [333, 1906], "60-85": [1222, 48], "151-165, T:0-1": [324, 1901]}}, -{"id": "u0um9i", "name": "Luxury Ball", "description": "A fancy Poké Ball with a stylish black, red, and gold design. While functionally it is no better than a normal Poké Ball at catching Pokémon, The Pokémon appreciates it, and will build friendship with the Trainer more quickly. This is useful for friendship-based moves like Return, or for Pokémon that need high friendship before they evolve.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Luxury_Ball"], "subreddit": ["pokemon"]}, "path": {"19-165, T:0-1": [[989, 711], [989, 705], [990, 705], [990, 704], [991, 703], [992, 703], [993, 702], [997, 702], [998, 703], [999, 703], [1000, 704], [1000, 705], [1001, 705], [1001, 711], [1000, 711], [1000, 712], [999, 713], [998, 713], [997, 714], [993, 714], [992, 713], [991, 713], [990, 712], [990, 711]]}, "center": {"19-165, T:0-1": [995, 708]}}, -{"id": "u0ui2e", "name": "Premier Ball", "description": "A Premier Ball is a white Poké Ball with a red dividing line from the Pokémon games. It can be obtained by buying ten or more Poké Balls at once. Functionally it's the exact same as a normal Poké Ball, but players use it for its appearance.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Premier_Ball"], "subreddit": ["pokemon"]}, "path": {"14-165, T:0-1": [[977, 711], [977, 705], [978, 705], [978, 704], [979, 703], [980, 703], [981, 702], [985, 702], [986, 703], [987, 703], [988, 704], [988, 705], [989, 706], [989, 710], [989, 711], [988, 711], [988, 712], [987, 713], [986, 713], [985, 714], [981, 714], [980, 713], [979, 713], [978, 712], [978, 711]]}, "center": {"14-165, T:0-1": [983, 708]}}, +{"id": "u0um9i", "name": "Luxury Ball", "description": "A fancy Poké Ball with a stylish black, red, and gold design. While functionally it is no better than a normal Poké Ball at catching Pokémon, The Pokémon appreciates it, and will build friendship with the Trainer more quickly. This is useful for friendship-based moves like Return, or for Pokémon that need high friendship before they evolve.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Luxury_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"19-165, T:0-1": [[989, 711], [989, 705], [990, 705], [990, 704], [991, 703], [992, 703], [993, 702], [997, 702], [998, 703], [999, 703], [1000, 704], [1000, 705], [1001, 705], [1001, 711], [1000, 711], [1000, 712], [999, 713], [998, 713], [997, 714], [993, 714], [992, 713], [991, 713], [990, 712], [990, 711]]}, "center": {"19-165, T:0-1": [995, 708]}}, +{"id": "u0ui2e", "name": "Premier Ball", "description": "A Premier Ball is a white Poké Ball with a red dividing line from the Pokémon games. It can be obtained by buying ten or more Poké Balls at once. Functionally it's the exact same as a normal Poké Ball, but players use it for its appearance.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Premier_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"14-165, T:0-1": [[977, 711], [977, 705], [978, 705], [978, 704], [979, 703], [980, 703], [981, 702], [985, 702], [986, 703], [987, 703], [988, 704], [988, 705], [989, 706], [989, 710], [989, 711], [988, 711], [988, 712], [987, 713], [986, 713], [985, 714], [981, 714], [980, 713], [979, 713], [978, 712], [978, 711]]}, "center": {"14-165, T:0-1": [983, 708]}}, {"id": "u0uhsi", "name": "r/NonCredibleDefense", "description": "The initials of r/NonCredibleDefense.", "links": {"subreddit": ["NonCredibleDefense"]}, "path": {"3-166, T:0-1": [[861, 103], [861, 124], [866, 124], [866, 103]]}, "center": {"3-166, T:0-1": [864, 114]}}, {"id": "u0ugt6", "name": "Neoliberalism globe", "description": "The logo of neoliberalism.", "links": {"website": ["https://neoliberalproject.org/"], "subreddit": ["neoliberal"]}, "path": {"2-165, T:0-1": [[819, 100], [818, 101], [816, 101], [814, 103], [813, 103], [811, 105], [811, 106], [809, 108], [809, 110], [808, 111], [808, 117], [809, 118], [809, 120], [811, 122], [811, 123], [813, 125], [814, 125], [816, 127], [818, 127], [819, 128], [825, 128], [826, 127], [828, 127], [830, 125], [831, 125], [833, 123], [833, 122], [835, 120], [835, 118], [836, 117], [836, 111], [835, 110], [835, 108], [833, 106], [833, 105], [831, 103], [830, 103], [828, 101], [826, 101], [825, 100]]}, "center": {"2-165, T:0-1": [822, 114]}}, {"id": "u0uafq", "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"], "subreddit": ["neoliberal", "NonCredibleDefense"]}, "path": {"1-166, T:0-1": [[799, 99], [799, 129], [824, 129], [824, 127], [819, 127], [815, 125], [812, 122], [809, 117], [809, 111], [810, 108], [814, 104], [818, 102], [819, 101], [824, 101], [824, 99]]}, "center": {"1-166, T:0-1": [807, 114]}}, @@ -6455,8 +6455,8 @@ {"id": "u0nu1q", "name": "Lionel Messi", "description": "Lionel Messi (#10) is an Argentine association football (soccer) player, often considered one of the greatest football players of all time.", "links": {"website": ["https://en.wikipedia.org/wiki/Lionel_Messi"], "subreddit": ["argentina", "ArgPixelArt", "Republica_Argentina"]}, "path": {"109-165, T:0-1": [[1520, 1827], [1513, 1838], [1512, 1838], [1505, 1846], [1503, 1852], [1503, 1861], [1509, 1867], [1509, 1878], [1513, 1912], [1530, 1911], [1530, 1905], [1530, 1900], [1531, 1899], [1531, 1844], [1527, 1839], [1531, 1831], [1531, 1828], [1528, 1826]]}, "center": {"109-165, T:0-1": [1520, 1869]}}, {"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-165, T:0-1": [[1593, 1233], [1580, 1233], [1580, 1228], [1579, 1228], [1579, 1224], [1580, 1224], [1580, 1222], [1583, 1227], [1581, 1222], [1581, 1221], [1580, 1221], [1580, 1220], [1579, 1220], [1579, 1215], [1576, 1215], [1576, 1214], [1575, 1214], [1575, 1211], [1576, 1211], [1576, 1209], [1581, 1209], [1581, 1207], [1582, 1207], [1582, 1206], [1583, 1206], [1583, 1205], [1592, 1205], [1592, 1206], [1593, 1206], [1593, 1208], [1594, 1208], [1594, 1209], [1597, 1209], [1597, 1210], [1599, 1210], [1599, 1214], [1596, 1214], [1596, 1215], [1594, 1215], [1594, 1217], [1593, 1217], [1593, 1220], [1592, 1220], [1592, 1221], [1594, 1221], [1594, 1223], [1595, 1223], [1595, 1228], [1593, 1228], [1593, 1229], [1594, 1229], [1594, 1233]]}, "center": {"109-165, T:0-1": [1587, 1219]}}, {"id": "u1huft", "name": "Chile", "description": "The country of Chile as it appears on a map.\n\nAfter 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-165, T:0-1": [[285, 514], [289, 514], [292, 517], [302, 517], [304, 518], [324, 518], [325, 519], [347, 519], [352, 522], [366, 521], [374, 522], [376, 523], [380, 521], [384, 521], [388, 523], [401, 523], [413, 521], [416, 519], [418, 512], [419, 507], [420, 505], [417, 500], [414, 502], [410, 502], [409, 504], [406, 505], [406, 508], [403, 509], [403, 511], [400, 511], [396, 510], [393, 508], [391, 513], [382, 512], [374, 513], [371, 509], [369, 511], [358, 512], [351, 511], [348, 512], [331, 512], [321, 511], [315, 510], [309, 508], [304, 506], [300, 507], [299, 508], [295, 510], [287, 511]]}, "center": {"114-165, T:0-1": [410, 514]}}, -{"id": "u1hkm0", "name": "Dive Ball", "description": "A Poké Ball with multiple shades of blue, sporting wave patterns. When it was introduced in the Generation III Pokémon games (Pokémon Ruby/Sapphire), it increased odds of catching Pokémon found while diving. 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": {"96-165, T:0-1": [[1073, 711], [1073, 705], [1074, 705], [1074, 704], [1075, 703], [1076, 703], [1077, 702], [1081, 702], [1082, 703], [1083, 703], [1084, 704], [1084, 705], [1085, 705], [1085, 711], [1084, 711], [1084, 712], [1083, 713], [1082, 713], [1081, 714], [1077, 714], [1076, 713], [1075, 713], [1074, 712], [1074, 711]]}, "center": {"96-165, T:0-1": [1079, 708]}}, -{"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": {"40-53": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [908, 714], [913, 714], [916, 713], [917, 710], [917, 706], [916, 703], [913, 702]], "74-165, T:0-1": [[1061, 711], [1061, 705], [1062, 705], [1062, 704], [1063, 703], [1064, 703], [1065, 702], [1069, 702], [1070, 703], [1071, 703], [1072, 704], [1072, 705], [1073, 705], [1073, 711], [1072, 711], [1072, 712], [1071, 713], [1070, 713], [1069, 714], [1065, 714], [1064, 713], [1063, 713], [1062, 712], [1062, 711]]}, "center": {"40-53": [911, 708], "74-165, T:0-1": [1067, 708]}}, +{"id": "u1hkm0", "name": "Dive Ball", "description": "A Poké Ball with multiple shades of blue, sporting wave patterns. When it was introduced in the Generation III Pokémon games (Pokémon Ruby/Sapphire), it increased odds of catching Pokémon found while diving. 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": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"96-165, T:0-1": [[1073, 711], [1073, 705], [1074, 705], [1074, 704], [1075, 703], [1076, 703], [1077, 702], [1081, 702], [1082, 703], [1083, 703], [1084, 704], [1084, 705], [1085, 705], [1085, 711], [1084, 711], [1084, 712], [1083, 713], [1082, 713], [1081, 714], [1077, 714], [1076, 713], [1075, 713], [1074, 712], [1074, 711]]}, "center": {"96-165, T:0-1": [1079, 708]}}, +{"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": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"40-53": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [908, 714], [913, 714], [916, 713], [917, 710], [917, 706], [916, 703], [913, 702]], "74-165, T:0-1": [[1061, 711], [1061, 705], [1062, 705], [1062, 704], [1063, 703], [1064, 703], [1065, 702], [1069, 702], [1070, 703], [1071, 703], [1072, 704], [1072, 705], [1073, 705], [1073, 711], [1072, 711], [1072, 712], [1071, 713], [1070, 713], [1069, 714], [1065, 714], [1064, 713], [1063, 713], [1062, 712], [1062, 711]]}, "center": {"40-53": [911, 708], "74-165, T:0-1": [1067, 708]}}, {"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:0-1": [[1338, 1211], [1338, 1233], [1355, 1233], [1354, 1217], [1350, 1211]]}, "center": {"109-166, T:0-1": [1346, 1222]}}, {"id": "u1eptq", "name": "Buddy - Goes", "description": "Emote del canal de Goes, hecho por su comunidad con apoyo de los tanilovers. Está encima de la bandera iraní luego de un acuerdo con un streamer para tener ambos un espacio.", "links": {"website": ["https://www.twitch.tv/goes_x"], "subreddit": ["Goes_x"]}, "path": {"109-166, T:0-1": [[1724, 1190], [1757, 1190], [1758, 1219], [1725, 1219]]}, "center": {"109-166, T:0-1": [1741, 1205]}}, {"id": "u1dxtp", "name": "Shrekspeare", "description": "ES:\n\nUn servidor hispano de Discord liderado por un neet con planes de debutar en un futuro lejano como vtuber, por alguna razón los astros se alinearon y dejaron de ser huevones por 2 días seguidos, días que usaron para hacer a la cosa morada llamada Shrekspeare, También conocida como renacuajo por algunos miembros, fue construida por 7 pendejos aparte del líder, estos fueron representados por los colores alrededor del renacuajo.\n\nEN:\n\nA spanish Discord server led by a neet with plans to debut as a vtuber in a far far away future, for some reason the stars aligned and they stopped being fucking lazy retarded for two consecutive days, days that were use to make the purple thing called Shrekspeare, also known as renacuajo by some members, it was build by 7 assholes and the leader, The members are represented by the colors surrounding renacuajo", "links": {"discord": ["HCQDFUYXvY"]}, "path": {"109-166, T:0-1": [[1349, 1265], [1332, 1265], [1332, 1253], [1349, 1253]]}, "center": {"109-166, T:0-1": [1341, 1259]}}, @@ -6480,7 +6480,7 @@ {"id": "u16zq6", "name": "Incontrol", "description": "A tribute to Geoff \"Incontrol\" Robinson, a popular shoutcaster and long-standing member of the Starcraft II community who passed away very unexpectedly in 2019.", "links": {"website": ["https://twitter.com/incontroltv?lang=en"], "subreddit": ["starcraft"]}, "path": {"109-165, T:0-1": [[903, 1237], [903, 1242], [934, 1241], [934, 1238]]}, "center": {"109-165, T:0-1": [917, 1240]}}, {"id": "u16onh", "name": "Flag of Paraguay", "description": "Paraguay is a country in central South America.\n\nThis second Paraguayan flag was being built when r/place ended.", "links": {"website": ["https://en.wikipedia.org/wiki/Paraguay", "https://en.wikipedia.org/wiki/Flag_of_Paraguay"], "subreddit": ["Paraguay"]}, "path": {"109-165, T:0-1": [[951, 1555], [950, 1563], [1029, 1563], [1028, 1555]]}, "center": {"109-165, T:0-1": [990, 1559]}}, {"id": "u15lrh", "name": "Toppluva", "description": "Toppluva is a game development studio. The abbreviation GMA stands for their game Grand Mountain Adventure, an open-world skiing and snowboarding adventure.", "links": {"website": ["http://www.toppluva.com/GrandMountainAdventure/"], "subreddit": ["GrandMountainAdv"]}, "path": {"142-164, T:0-1": [[1336, 459], [1336, 447], [1336, 446], [1323, 446], [1323, 459]]}, "center": {"142-164, T:0-1": [1327, 453]}}, -{"id": "u13gcr", "name": "Mount Kinabalu", "description": "Mount Kinabalu is Southeast Asia's tallest mountain, located in the state of Sabah in Malaysia.\n\nThis art was built with the Petronas Twin Towers. It was originally proposed to be twice the size that is currently is, with a more grey-ish color.", "links": {"website": ["https://en.wikipedia.org/wiki/Mount_Kinabalu"], "subreddit": ["malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"100-166, T:0-1": [[335, 992], [335, 991], [337, 989], [342, 986], [342, 984], [347, 984], [350, 980], [359, 980], [369, 987], [372, 989], [372, 992]]}, "center": {"100-166, T:0-1": [354, 986]}}, +{"id": "u13gcr", "name": "Mount Kinabalu", "description": "Mount Kinabalu is Southeast Asia's tallest mountain, located in the state of Sabah in Malaysia.\n\nThis art was built with the Petronas Twin Towers. It was originally proposed to be twice the size that is currently is, with a more grey-ish color.", "links": {"website": ["https://en.wikipedia.org/wiki/Mount_Kinabalu"], "subreddit": ["placeMY", "malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"100-166, T:0-1": [[335, 992], [335, 991], [337, 989], [342, 986], [342, 984], [347, 984], [350, 980], [359, 980], [369, 987], [372, 989], [372, 992]]}, "center": {"100-166, T:0-1": [354, 986]}}, {"id": "u139b1", "name": "Charles Leclerc", "description": "CL stand for Charles Leclerc, a Monégasque Formula 1 racing driver currently driving for Ferrari. 16 is his racing number, but he originally wanted the number 7, which was already taken by Finnish driver Kimi Räikkönen. So, he chose 16 because if you add 1 and 6 together, you get 7. The flag of Leclerc's home country of Monaco is the background.", "links": {"website": ["https://en.wikipedia.org/wiki/Charles_Leclerc"], "subreddit": ["CharlesLeclerc"]}, "path": {"16-166, T:0-1": [[706, 392], [706, 398], [718, 398], [718, 392]]}, "center": {"16-166, T:0-1": [712, 395]}}, {"id": "u127qi", "name": "The Blue Ninja's Logo", "description": "The logo for the indie game The Blue Ninja.", "links": {}, "path": {"109-166, T:0-1": [[1000, 1820], [1002, 1822], [1006, 1822], [1008, 1820], [1008, 1816], [1006, 1814], [1002, 1814], [1000, 1816]]}, "center": {"109-166, T:0-1": [1004, 1818]}}, {"id": "u117oa", "name": "Reimu Hakurei", "description": "Reimu Hakurei is the main character of the Touhou Project games.\n\nReimu Hakurei design for this art is a modified version of a pixel art from a server for the game Minecraft, taken from Google Images and proposed by krosisbh. cynicalsix later converted the art to the r/place palette. She was the earliest character built that survived until the end of r/place, built after the first attempt to build a Cirno to the left side of the Hololive logo failed. After striking a deal with the adjacent Vocaloid community, a heart was placed between Miku and Reimu, cementing their partnership. This Reimu artwork and its general area were attacked and completely destroyed by the streamer xqc once, but it was rebuilt quickly after the assault subsided, and saw little action since.", "links": {"website": ["https://en.touhouwiki.net/wiki/Reimu_Hakurei"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"], "wiki": ["Touhou#Reimu_and_Miku"]}, "path": {"13-165, T:0-1": [[809, 692], [807, 694], [807, 696], [808, 697], [808, 703], [809, 704], [809, 706], [808, 707], [808, 708], [811, 711], [813, 712], [817, 712], [820, 710], [822, 708], [822, 707], [821, 706], [821, 704], [822, 703], [824, 703], [824, 701], [821, 698], [823, 696], [823, 694], [821, 692]]}, "center": {"13-165, T:0-1": [815, 700]}}, @@ -6563,13 +6563,13 @@ {"id": "u1pxv3", "name": "Technoblade Never Dies!", "description": "One of the main catchphrases of Minecraft YouTuber Technoblade.", "links": {"website": ["https://www.youtube.com/channel/UCFAiFyGs6oDiF1Nf-rRJpZA"], "subreddit": ["Technoblade"]}, "path": {"4-166, T:0-1": [[162, 874], [162, 890], [216, 890], [216, 874]]}, "center": {"4-166, T:0-1": [189, 882]}}, {"id": "u1ptws", "name": "DropsByPonk", "description": "DropsByPonk is a member of the Dream SMP, a multiplayer series for the game Minecraft.", "links": {"website": ["https://www.twitch.tv/dropsbyponk", "https://dreamteam.fandom.com/wiki/Ponk"], "subreddit": ["dreamsmp"]}, "path": {"148-165, T:0-1": [[1196, 1114], [1196, 1122], [1205, 1122], [1205, 1114]]}, "center": {"148-165, T:0-1": [1201, 1118]}}, {"id": "u1psuv", "name": "Awesamdude", "description": "Awesamdude is a member of the Dream SMP, a multiplayer series for the game Minecraft.", "links": {"website": ["https://www.twitch.tv/awesamdude", "https://dreamteam.fandom.com/wiki/Awesamdude"], "subreddit": ["dreamsmp"]}, "path": {"119-165, T:0-1": [[1187, 1114], [1187, 1123], [1196, 1123], [1196, 1114]]}, "center": {"119-165, T:0-1": [1192, 1119]}}, -{"id": "u1plds", "name": "Love Ball", "description": "A pink and white Poké Ball with a heart on it. This Poké Ball increases the odds of catching a wild Pokémon if the trainer is using a Pokémon of the opposite gender and the same species. This item was glitched in Generation II when was originally introduced, instead applying its bonus if the wild Pokémon was both the same gender and species.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Love_Ball"], "subreddit": ["pokemon"]}, "path": {"125-140": [[1053, 702], [1050, 703], [1049, 706], [1049, 710], [1050, 713], [1053, 714], [1057, 714], [1060, 713], [1061, 710], [1061, 706], [1060, 703], [1057, 702]], "58-115": [[1101, 702], [1098, 703], [1097, 706], [1097, 710], [1098, 713], [1101, 714], [1105, 714], [1108, 713], [1109, 710], [1109, 706], [1108, 703], [1105, 702]], "150-165, T:0-1": [[1118, 714], [1112, 714], [1112, 713], [1111, 713], [1110, 712], [1110, 711], [1109, 711], [1109, 705], [1110, 705], [1110, 704], [1111, 703], [1112, 703], [1113, 702], [1117, 702], [1118, 703], [1119, 703], [1120, 704], [1120, 705], [1121, 705], [1121, 706], [1120, 707], [1119, 708], [1118, 708], [1117, 709], [1118, 710]]}, "center": {"125-140": [1055, 708], "58-115": [1103, 708], "150-165, T:0-1": [1113, 707]}}, +{"id": "u1plds", "name": "Love Ball", "description": "A pink and white Poké Ball with a heart on it. This Poké Ball increases the odds of catching a wild Pokémon if the trainer is using a Pokémon of the opposite gender and the same species. This item was glitched in Generation II when was originally introduced, instead applying its bonus if the wild Pokémon was both the same gender and species.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Love_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"125-140": [[1053, 702], [1050, 703], [1049, 706], [1049, 710], [1050, 713], [1053, 714], [1057, 714], [1060, 713], [1061, 710], [1061, 706], [1060, 703], [1057, 702]], "58-115": [[1101, 702], [1098, 703], [1097, 706], [1097, 710], [1098, 713], [1101, 714], [1105, 714], [1108, 713], [1109, 710], [1109, 706], [1108, 703], [1105, 702]], "150-165, T:0-1": [[1118, 714], [1112, 714], [1112, 713], [1111, 713], [1110, 712], [1110, 711], [1109, 711], [1109, 705], [1110, 705], [1110, 704], [1111, 703], [1112, 703], [1113, 702], [1117, 702], [1118, 703], [1119, 703], [1120, 704], [1120, 705], [1121, 705], [1121, 706], [1120, 707], [1119, 708], [1118, 708], [1117, 709], [1118, 710]]}, "center": {"125-140": [1055, 708], "58-115": [1103, 708], "150-165, T:0-1": [1113, 707]}}, {"id": "u1pkde", "name": "Lain-redstone heart", "description": "A heart depicting the colors of Lain and redstone.", "links": {"subreddit": ["Lain", "redstone"]}, "path": {"109-166, T:0-1": [[1548, 1664], [1546, 1666], [1546, 1668], [1549, 1671], [1552, 1668], [1552, 1666], [1550, 1664]]}, "center": {"109-166, T:0-1": [1549, 1667]}}, {"id": "u1pjcr", "name": "Piston", "description": "An item in Minecraft that pushes blocks, triggered by redstone current. Used extensively in redstone contraptions.", "links": {"website": ["https://minecraft.fandom.com/wiki/Piston"], "subreddit": ["redstone"]}, "path": {"158-166, T:0-1": [[1561, 1655], [1561, 1666], [1566, 1666], [1566, 1663], [1569, 1663], [1569, 1666], [1578, 1666], [1578, 1655], [1569, 1655], [1569, 1658], [1566, 1658], [1566, 1655]]}, "center": {"158-166, T:0-1": [1573, 1660]}}, -{"id": "u1pimz", "name": "Heal Ball", "description": "A mostly pink Poké Ball with a blue band around the center. This Poké Ball will fully heal any Pokémon instantly when captured, allowing that Pokémon to be used in battle right away even if it was weakened during capture.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Heal_Ball"], "subreddit": ["pokemon"]}, "path": {"113-166, T:0-1": [[1097, 711], [1097, 705], [1098, 705], [1098, 704], [1099, 703], [1100, 703], [1101, 702], [1105, 702], [1106, 703], [1107, 703], [1108, 704], [1108, 705], [1109, 705], [1109, 711], [1108, 711], [1108, 712], [1107, 713], [1106, 713], [1105, 714], [1101, 714], [1100, 713], [1099, 713], [1098, 712], [1098, 711]]}, "center": {"113-166, T:0-1": [1103, 708]}}, +{"id": "u1pimz", "name": "Heal Ball", "description": "A mostly pink Poké Ball with a blue band around the center. This Poké Ball will fully heal any Pokémon instantly when captured, allowing that Pokémon to be used in battle right away even if it was weakened during capture.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Heal_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"113-166, T:0-1": [[1097, 711], [1097, 705], [1098, 705], [1098, 704], [1099, 703], [1100, 703], [1101, 702], [1105, 702], [1106, 703], [1107, 703], [1108, 704], [1108, 705], [1109, 705], [1109, 711], [1108, 711], [1108, 712], [1107, 713], [1106, 713], [1105, 714], [1101, 714], [1100, 713], [1099, 713], [1098, 712], [1098, 711]]}, "center": {"113-166, T:0-1": [1103, 708]}}, {"id": "u1pibv", "name": "Redstone wire", "description": "Redstone in wire form when placed on the ground.", "links": {"website": ["https://minecraft.fandom.com/wiki/Redstone_Dust"], "subreddit": ["redstone"]}, "path": {"158-166, T:0-1": [[1546, 1658], [1546, 1660], [1549, 1663], [1560, 1663], [1562, 1661], [1562, 1659], [1560, 1657], [1554, 1657], [1553, 1658]]}, "center": {"158-166, T:0-1": [1555, 1660]}}, {"id": "u1phc8", "name": "Redstone dust", "description": "The item sprite for Redstone dust in Minecraft.", "links": {"website": ["https://minecraft.fandom.com/wiki/Redstone_Dust"], "subreddit": ["redstone"]}, "path": {"158-166, T:0-1": [[1540, 1654], [1534, 1660], [1534, 1662], [1537, 1665], [1538, 1665], [1539, 1666], [1542, 1666], [1543, 1665], [1544, 1665], [1547, 1662], [1547, 1660], [1541, 1654]]}, "center": {"158-166, T:0-1": [1541, 1661]}}, -{"id": "u1pga3", "name": "Repeat Ball", "description": "A Poké Ball with a repeating circular pattern on top. This Poké Ball offers an increased chance to catch a Pokémon if you've already caught another of that same Pokémon before.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Repeat_Ball"], "subreddit": ["pokemon"]}, "path": {"14-34": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [909, 714], [913, 714], [916, 713], [917, 710], [917, 706], [916, 703], [913, 702]], "118-165, T:0-1": [[1085, 711], [1085, 706], [1085, 705], [1086, 705], [1086, 704], [1087, 703], [1088, 703], [1089, 702], [1093, 702], [1094, 703], [1095, 703], [1096, 704], [1096, 705], [1097, 705], [1097, 711], [1096, 711], [1096, 712], [1095, 713], [1094, 713], [1093, 714], [1089, 714], [1088, 713], [1087, 713], [1086, 712], [1086, 711]]}, "center": {"14-34": [911, 708], "118-165, T:0-1": [1091, 708]}}, +{"id": "u1pga3", "name": "Repeat Ball", "description": "A Poké Ball with a repeating circular pattern on top. This Poké Ball offers an increased chance to catch a Pokémon if you've already caught another of that same Pokémon before.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Repeat_Ball"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"14-34": [[909, 702], [906, 703], [905, 706], [905, 710], [906, 713], [909, 714], [913, 714], [916, 713], [917, 710], [917, 706], [916, 703], [913, 702]], "118-165, T:0-1": [[1085, 711], [1085, 706], [1085, 705], [1086, 705], [1086, 704], [1087, 703], [1088, 703], [1089, 702], [1093, 702], [1094, 703], [1095, 703], [1096, 704], [1096, 705], [1097, 705], [1097, 711], [1096, 711], [1096, 712], [1095, 713], [1094, 713], [1093, 714], [1089, 714], [1088, 713], [1087, 713], [1086, 712], [1086, 711]]}, "center": {"14-34": [911, 708], "118-165, T:0-1": [1091, 708]}}, {"id": "u1olw3", "name": "OnlyNekos", "description": "OnlyNekos is a Twitch group.\n\nThis was the first location of the OnlyNekos community. OnlyNekos later moved to (1600, 1450) when the border expanded for the second time. After securing their new land, they allowed their old location to be overtaken by others for more art to exist on the final painting.", "links": {"website": ["https://www.twitch.tv/team/onlynekos"]}, "path": {"9-153": [[708, 803], [708, 805], [706, 809], [706, 814], [708, 819], [710, 823], [715, 826], [718, 827], [724, 827], [730, 824], [735, 819], [735, 814], [733, 812], [733, 810], [735, 808], [735, 805], [733, 803]], "5-8": [[747, 822], [747, 833], [746, 833], [744, 836], [744, 840], [766, 840], [768, 837], [768, 834], [770, 832], [767, 831], [767, 827], [764, 822], [760, 825], [753, 825], [750, 822]]}, "center": {"9-153": [721, 815], "5-8": [757, 832]}}, {"id": "u1o1qg", "name": "Pink Parrots", "description": "One of the teams in Minecraft Championship.", "links": {"website": ["https://mcchampionship.fandom.com/wiki/Pink_Parrots"], "subreddit": ["MinecraftChampionship"]}, "path": {"61-166, T:0-1": [[1798, 100], [1795, 103], [1795, 110], [1802, 110], [1805, 108], [1805, 104], [1802, 101], [1801, 101], [1800, 100]]}, "center": {"61-166, T:0-1": [1800, 105]}}, {"id": "u1o12z", "name": "Purple Pandas", "description": "One of the teams in Minecraft Championship.", "links": {"website": ["https://mcchampionship.fandom.com/wiki/Purple_Pandas"], "subreddit": ["MinecraftChampionship"]}, "path": {"58-166, T:0-1": [[1779, 110], [1779, 112], [1780, 113], [1780, 115], [1779, 116], [1779, 118], [1781, 120], [1787, 120], [1789, 118], [1789, 116], [1788, 115], [1788, 113], [1789, 112], [1789, 110], [1786, 110], [1784, 112], [1782, 110]]}, "center": {"58-166, T:0-1": [1784, 116]}}, @@ -6699,10 +6699,10 @@ {"id": "u38a1v", "name": "Hitch Trailblazer", "description": "Hitch Trailblazer is one of the main ponies (Mane 5) from Generation 5 of My Little Pony.", "links": {"website": ["https://mlp.fandom.com/wiki/Hitch_Trailblazer"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"109-164, 58-67, 75-85, 90-102, T:0-1": [[1635, 213], [1632, 216], [1631, 216], [1629, 218], [1629, 222], [1630, 222], [1630, 227], [1634, 231], [1639, 231], [1643, 227], [1643, 222], [1644, 222], [1644, 218], [1642, 216], [1641, 216], [1638, 213]]}, "center": {"109-164, 58-67, 75-85, 90-102, T:0-1": [1637, 222]}}, {"id": "u389gh", "name": "Izzy Moonbow", "description": "Izzy Moonbow is one of the main ponies (Mane 5) from Generation 5 of My Little Pony.", "links": {"website": ["https://mlp.fandom.com/wiki/Izzy_Moonbow"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"109-164, 58-68, 74-85, 90-102, T:0-1": [[1622, 225], [1622, 228], [1616, 228], [1616, 231], [1617, 232], [1617, 234], [1616, 235], [1616, 236], [1615, 237], [1615, 242], [1618, 245], [1621, 245], [1621, 243], [1625, 243], [1627, 245], [1629, 245], [1632, 242], [1632, 230], [1630, 228], [1626, 228], [1626, 225]]}, "center": {"109-164, 58-68, 74-85, 90-102, T:0-1": [1624, 235]}}, {"id": "u388kv", "name": "Sunny Starscout", "description": "Sunny Starscout is one of the main ponies (Mane 5) from Generation 5 of My Little Pony.", "links": {"website": ["https://mlp.fandom.com/wiki/Sunny_Starscout"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"107-164, 78-85, 90-102, T:0-1": [[1649, 212], [1648, 213], [1646, 213], [1644, 215], [1644, 216], [1645, 217], [1645, 220], [1644, 221], [1644, 226], [1645, 227], [1645, 229], [1649, 229], [1650, 228], [1655, 228], [1658, 225], [1659, 225], [1661, 223], [1661, 219], [1660, 218], [1660, 217], [1661, 216], [1661, 215], [1659, 213], [1656, 213], [1655, 212]], "56-68, 73-77": [[1649, 208], [1643, 215], [1643, 218], [1649, 224], [1654, 224], [1658, 220], [1659, 217], [1659, 214], [1655, 208]]}, "center": {"107-164, 78-85, 90-102, T:0-1": [1653, 220], "56-68, 73-77": [1651, 216]}}, -{"id": "u385vc", "name": "Rarity", "description": "Rarity is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She represents the element of generosity.", "links": {"website": ["https://mlp.fandom.com/wiki/Rarity"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"38-57": [[657, 254], [654, 257], [654, 258], [657, 261], [664, 261], [664, 259], [662, 259], [662, 257], [659, 257], [658, 256], [658, 254]], "24-26": [[663, 270], [661, 272], [663, 274], [663, 276], [666, 276], [669, 273], [670, 274], [671, 274], [671, 271], [665, 271], [664, 270]], "107-164, 61-85, 90-102, T:0-1": [[1676, 244], [1675, 245], [1674, 245], [1672, 247], [1672, 248], [1671, 249], [1671, 252], [1673, 254], [1671, 256], [1671, 257], [1673, 259], [1677, 259], [1678, 260], [1686, 260], [1688, 258], [1688, 248], [1685, 245], [1683, 245], [1682, 244]]}, "center": {"38-57": [658, 259], "24-26": [665, 274], "107-164, 61-85, 90-102, T:0-1": [1680, 252]}}, -{"id": "u3856f", "name": "Applejack", "description": "Applejack is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She represents the element of honesty.", "links": {"website": ["https://mlp.fandom.com/wiki/Applejack"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"35-57": [[636, 255], [636, 259], [637, 259], [637, 261], [640, 261], [643, 259], [641, 257], [640, 257], [638, 255]], "19-23": [[632, 264], [632, 268], [633, 268], [633, 270], [639, 270], [639, 268], [637, 266], [634, 264]], "107-164, 60-85, 89-102, T:0-1": [[1674, 259], [1673, 259], [1672, 260], [1671, 260], [1667, 264], [1667, 265], [1666, 266], [1667, 267], [1667, 268], [1669, 270], [1669, 272], [1673, 276], [1678, 276], [1680, 278], [1681, 278], [1683, 276], [1683, 269], [1684, 269], [1684, 264], [1680, 260], [1679, 260], [1678, 259], [1673, 259]]}, "center": {"35-57": [639, 259], "19-23": [635, 267], "107-164, 60-85, 89-102, T:0-1": [1676, 267]}}, -{"id": "u384h1", "name": "Rainbow Dash", "description": "Rainbow Dash is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She represents the element of loyalty.", "links": {"website": ["https://mlp.fandom.com/wiki/Rainbow_Dash"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"107-164, 60-65, 71-85, 90-102, T:0-1": [[1660, 265], [1657, 265], [1656, 266], [1655, 266], [1652, 269], [1652, 277], [1653, 277], [1654, 276], [1658, 280], [1666, 280], [1668, 278], [1668, 268], [1666, 266], [1665, 266], [1664, 267], [1663, 267], [1662, 266], [1661, 266], [1660, 265], [1657, 265]]}, "center": {"107-164, 60-65, 71-85, 90-102, T:0-1": [1661, 273]}}, -{"id": "u383k2", "name": "Twilight Sparkle", "description": "Twilight Sparkle is one of the main ponies (Mane 6) from the TV series My Little Pony: Friendship is Magic, Generation 4 of the My Little Pony series. She is a unicorn representing the element of magic.", "links": {"website": ["https://mlp.fandom.com/wiki/Twilight_Sparkle"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"107-164, 57-65, 71-85, 90-102, T:0-1": [[1642, 265], [1639, 265], [1637, 267], [1637, 268], [1636, 269], [1636, 270], [1635, 271], [1635, 273], [1638, 273], [1638, 276], [1642, 280], [1650, 280], [1652, 278], [1652, 268], [1650, 266], [1645, 266], [1644, 265], [1644, 264], [1642, 264]]}, "center": {"107-164, 57-65, 71-85, 90-102, T:0-1": [1645, 273]}}, +{"id": "u385vc", "name": "Rarity", "description": "Rarity is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic (Generation 4). She represents the element of generosity.", "links": {"website": ["https://mlp.fandom.com/wiki/Rarity"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"38-57": [[657, 254], [654, 257], [654, 258], [657, 261], [664, 261], [664, 259], [662, 259], [662, 257], [659, 257], [658, 256], [658, 254]], "24-26": [[663, 270], [661, 272], [663, 274], [663, 276], [666, 276], [669, 273], [670, 274], [671, 274], [671, 271], [665, 271], [664, 270]], "107-164, 61-85, 90-102, T:0-1": [[1676, 244], [1675, 245], [1674, 245], [1672, 247], [1672, 248], [1671, 249], [1671, 252], [1673, 254], [1671, 256], [1671, 257], [1673, 259], [1677, 259], [1678, 260], [1686, 260], [1688, 258], [1688, 248], [1685, 245], [1683, 245], [1682, 244]]}, "center": {"38-57": [658, 259], "24-26": [665, 274], "107-164, 61-85, 90-102, T:0-1": [1680, 252]}}, +{"id": "u3856f", "name": "Applejack", "description": "Applejack is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic (Generation 4). She represents the element of honesty.", "links": {"website": ["https://mlp.fandom.com/wiki/Applejack"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"35-57": [[636, 255], [636, 259], [637, 259], [637, 261], [640, 261], [643, 259], [641, 257], [640, 257], [638, 255]], "19-23": [[632, 264], [632, 268], [633, 268], [633, 270], [639, 270], [639, 268], [637, 266], [634, 264]], "107-164, 60-85, 89-102, T:0-1": [[1674, 259], [1673, 259], [1672, 260], [1671, 260], [1667, 264], [1667, 265], [1666, 266], [1667, 267], [1667, 268], [1669, 270], [1669, 272], [1673, 276], [1678, 276], [1680, 278], [1681, 278], [1683, 276], [1683, 269], [1684, 269], [1684, 264], [1680, 260], [1679, 260], [1678, 259], [1673, 259]]}, "center": {"35-57": [639, 259], "19-23": [635, 267], "107-164, 60-85, 89-102, T:0-1": [1676, 267]}}, +{"id": "u384h1", "name": "Rainbow Dash", "description": "Rainbow Dash is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic (Generation 4). She represents the element of loyalty.", "links": {"website": ["https://mlp.fandom.com/wiki/Rainbow_Dash"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"107-164, 60-65, 71-85, 90-102, T:0-1": [[1660, 265], [1657, 265], [1656, 266], [1655, 266], [1652, 269], [1652, 277], [1653, 277], [1654, 276], [1658, 280], [1666, 280], [1668, 278], [1668, 268], [1666, 266], [1665, 266], [1664, 267], [1663, 267], [1662, 266], [1661, 266], [1660, 265], [1657, 265]]}, "center": {"107-164, 60-65, 71-85, 90-102, T:0-1": [1661, 273]}}, +{"id": "u383k2", "name": "Twilight Sparkle", "description": "Twilight Sparkle is one of the main ponies (Mane 6) from the TV series My Little Pony: Friendship is Magic, the 4th generation. She is a unicorn representing the element of magic.", "links": {"website": ["https://mlp.fandom.com/wiki/Twilight_Sparkle"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"107-164, 57-65, 71-85, 90-102, T:0-1": [[1642, 265], [1639, 265], [1637, 267], [1637, 268], [1636, 269], [1636, 270], [1635, 271], [1635, 273], [1638, 273], [1638, 276], [1642, 280], [1650, 280], [1652, 278], [1652, 268], [1650, 266], [1645, 266], [1644, 265], [1644, 264], [1642, 264]]}, "center": {"107-164, 57-65, 71-85, 90-102, T:0-1": [1645, 273]}}, {"id": "u382nl", "name": "Fluttershy", "description": "Fluttershy is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She is a timid and kind-hearted pegasus who cares for animals and her friends, and represents the element of kindness.", "links": {"website": ["https://mlp.fandom.com/wiki/Fluttershy"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"40-57": [[623, 255], [621, 257], [621, 261], [630, 261], [628, 257], [626, 257], [624, 255]], "21-22": [[645, 264], [643, 266], [643, 267], [644, 268], [644, 270], [650, 270], [650, 268], [648, 266]], "109-164, 58-65, 70-86, 89-102, T:0-1": [[1630, 261], [1624, 261], [1623, 262], [1622, 262], [1620, 264], [1620, 265], [1619, 266], [1619, 270], [1620, 271], [1620, 275], [1619, 276], [1621, 278], [1622, 278], [1625, 275], [1626, 276], [1631, 276], [1631, 278], [1634, 278], [1636, 276], [1636, 264], [1634, 262], [1631, 262]]}, "center": {"40-57": [624, 259], "21-22": [646, 268], "109-164, 58-65, 70-86, 89-102, T:0-1": [1627, 268]}}, {"id": "u381h1", "name": "Pinkie Pie", "description": "Pinkie Pie is an Earth Pony and one of the six main characters from My Little Pony: Friendship is Magic (also known as the \"Mane 6\"). She represents the element of laughter, as a fun-loving pony who often hosts parties for her friends and other ponies.", "links": {"website": ["https://mlp.fandom.com/wiki/Pinkie_Pie"], "subreddit": ["mylittlepony"]}, "path": {"109-111, 114-164, 60-65, 74-85, 90-103, T:0-1": [[1625, 243], [1623, 243], [1621, 245], [1620, 245], [1619, 246], [1618, 246], [1616, 248], [1616, 249], [1615, 250], [1615, 255], [1617, 255], [1617, 256], [1621, 260], [1627, 260], [1628, 261], [1629, 261], [1631, 259], [1631, 258], [1632, 257], [1632, 249], [1629, 246], [1628, 246]]}, "center": {"109-111, 114-164, 60-65, 74-85, 90-103, T:0-1": [1624, 252]}}, {"id": "u37bs2", "name": "Rosemi Lovelock", "description": "Rosemi Lovelock is a member of OBSYDIA, the second wave of VTubers from NIJISANJI's English branch. Rosemi is a rose maiden raised in a beautiful garden.", "links": {"website": ["https://www.youtube.com/channel/UC4WvIIAo89_AzGUh1AZ6Dkg", "https://virtualyoutuber.fandom.com/wiki/Rosemi_Lovelock"], "subreddit": ["Nijisanji"]}, "path": {"113-120": [[1504, 1114], [1501, 1117], [1501, 1121], [1502, 1122], [1502, 1125], [1504, 1125], [1504, 1126], [1508, 1126], [1508, 1125], [1510, 1125], [1510, 1122], [1511, 1121], [1511, 1117], [1512, 1116], [1510, 1114]], "121-165, T:0-1": [[1501, 1114], [1501, 1125], [1513, 1125], [1513, 1114]]}, "center": {"113-120": [1506, 1119], "121-165, T:0-1": [1507, 1120]}}, @@ -6716,9 +6716,9 @@ {"id": "u360ch", "name": "Bulbasaur", "description": "Bulbasaur is the Grass/Poison-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Bulbasaur_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"109-166, T:0-1": [[835, 1727], [835, 1729], [834, 1730], [830, 1730], [830, 1732], [828, 1732], [828, 1739], [831, 1741], [832, 1741], [833, 1742], [839, 1742], [840, 1743], [844, 1743], [844, 1738], [843, 1737], [843, 1727]]}, "center": {"109-166, T:0-1": [837, 1735]}}, {"id": "u35z7z", "name": "Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"56-57": [[1286, 260], [1281, 266], [1281, 268], [1285, 272], [1285, 273], [1284, 274], [1284, 275], [1288, 279], [1298, 279], [1309, 272], [1309, 270], [1306, 268], [1305, 268], [1299, 273], [1298, 273], [1298, 270], [1294, 267], [1289, 260]], "109-166, T:0-1": [[809, 1724], [807, 1726], [807, 1729], [806, 1730], [806, 1734], [807, 1735], [808, 1735], [811, 1738], [810, 1739], [812, 1741], [813, 1741], [814, 1742], [815, 1742], [817, 1744], [818, 1744], [821, 1741], [821, 1740], [825, 1736], [825, 1735], [826, 1734], [826, 1733], [828, 1731], [828, 1727], [826, 1725], [824, 1725], [821, 1728], [821, 1732], [819, 1730], [819, 1729], [817, 1727], [817, 1726], [815, 1724]]}, "center": {"56-57": [1291, 273], "109-166, T:0-1": [816, 1735]}}, {"id": "u35y99", "name": "Squirtle", "description": "Squirtle is the Water-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Squirtle_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"109-166, T:0-1": [[798, 1724], [794, 1724], [793, 1725], [792, 1725], [790, 1727], [787, 1727], [785, 1725], [781, 1725], [779, 1727], [779, 1730], [782, 1733], [783, 1733], [784, 1734], [784, 1735], [786, 1737], [786, 1739], [789, 1742], [793, 1742], [794, 1741], [794, 1739], [798, 1739], [798, 1737], [799, 1736], [799, 1735], [801, 1735], [801, 1732], [802, 1731], [802, 1730], [801, 1729], [801, 1726], [801, 1725], [799, 1725]]}, "center": {"109-166, T:0-1": [791, 1732]}}, -{"id": "u352sv", "name": "Bulbasaur", "description": "Bulbasaur is the Grass/Poison-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Bulbasaur_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"95-142": [[1869, 1], [1864, 5], [1862, 5], [1859, 8], [1859, 11], [1858, 12], [1858, 14], [1862, 18], [1873, 18], [1879, 12], [1879, 8], [1874, 1]], "143-166, T:0-1": [[1836, 16], [1834, 18], [1831, 18], [1831, 20], [1829, 20], [1825, 26], [1825, 30], [1827, 32], [1828, 32], [1829, 33], [1838, 33], [1839, 34], [1841, 34], [1842, 33], [1842, 32], [1843, 31], [1844, 31], [1846, 29], [1846, 21], [1841, 16]]}, "center": {"95-142": [1870, 10], "143-166, T:0-1": [1838, 25]}}, -{"id": "u35255", "name": "Shiny Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"88-166, T:0-1": [[1842, 1], [1838, 5], [1837, 7], [1837, 9], [1840, 12], [1841, 12], [1842, 13], [1842, 14], [1841, 15], [1843, 17], [1845, 17], [1848, 20], [1850, 20], [1852, 18], [1852, 16], [1855, 13], [1855, 12], [1856, 11], [1856, 10], [1858, 8], [1858, 5], [1854, 1], [1851, 4], [1851, 8], [1850, 9], [1850, 8], [1847, 3], [1845, 1]]}, "center": {"88-166, T:0-1": [1843, 7]}}, -{"id": "u3505v", "name": "Squirtle", "description": "Squirtle is the Water-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Squirtle_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"83-166, T:0-1": [[1817, 1], [1814, 4], [1813, 6], [1813, 8], [1815, 10], [1815, 11], [1816, 12], [1816, 14], [1818, 14], [1818, 18], [1825, 18], [1826, 17], [1827, 17], [1829, 15], [1829, 14], [1830, 13], [1830, 10], [1832, 10], [1834, 7], [1835, 6], [1835, 4], [1832, 1], [1830, 1], [1827, 4], [1824, 4], [1821, 1]]}, "center": {"83-166, T:0-1": [1823, 10]}}, +{"id": "u352sv", "name": "Bulbasaur", "description": "Bulbasaur is the Grass/Poison-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Bulbasaur_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"95-142": [[1869, 1], [1864, 5], [1862, 5], [1859, 8], [1859, 11], [1858, 12], [1858, 14], [1862, 18], [1873, 18], [1879, 12], [1879, 8], [1874, 1]], "143-166, T:0-1": [[1836, 16], [1834, 18], [1831, 18], [1831, 20], [1829, 20], [1825, 26], [1825, 30], [1827, 32], [1828, 32], [1829, 33], [1838, 33], [1839, 34], [1841, 34], [1842, 33], [1842, 32], [1843, 31], [1844, 31], [1846, 29], [1846, 21], [1841, 16]]}, "center": {"95-142": [1870, 10], "143-166, T:0-1": [1838, 25]}}, +{"id": "u35255", "name": "Shiny Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"88-166, T:0-1": [[1842, 1], [1838, 5], [1837, 7], [1837, 9], [1840, 12], [1841, 12], [1842, 13], [1842, 14], [1841, 15], [1843, 17], [1845, 17], [1848, 20], [1850, 20], [1852, 18], [1852, 16], [1855, 13], [1855, 12], [1856, 11], [1856, 10], [1858, 8], [1858, 5], [1854, 1], [1851, 4], [1851, 8], [1850, 9], [1850, 8], [1847, 3], [1845, 1]]}, "center": {"88-166, T:0-1": [1843, 7]}}, +{"id": "u3505v", "name": "Squirtle", "description": "Squirtle is the Water-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Squirtle_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"83-166, T:0-1": [[1817, 1], [1814, 4], [1813, 6], [1813, 8], [1815, 10], [1815, 11], [1816, 12], [1816, 14], [1818, 14], [1818, 18], [1825, 18], [1826, 17], [1827, 17], [1829, 15], [1829, 14], [1830, 13], [1830, 10], [1832, 10], [1834, 7], [1835, 6], [1835, 4], [1832, 1], [1830, 1], [1827, 4], [1824, 4], [1821, 1]]}, "center": {"83-166, T:0-1": [1823, 10]}}, {"id": "u343uv", "name": "Tally", "description": "Member of Ally Hall whose tie is purple, representing the Tally Hall community.", "links": {"website": ["https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"]}, "path": {"102-103": [[757, 462], [754, 465], [754, 467], [756, 469], [754, 471], [754, 476], [759, 476], [759, 471], [760, 470], [760, 468], [759, 467], [759, 465], [760, 464], [760, 463]], "101, 105-112, 116-123, 128-133, 138-164, T:0-1": [[785, 462], [784, 463], [784, 464], [785, 465], [785, 467], [784, 468], [784, 470], [785, 471], [785, 476], [787, 476], [787, 462], [784, 462]]}, "center": {"102-103": [756, 472], "101, 105-112, 116-123, 128-133, 138-164, T:0-1": [786, 469]}}, {"id": "u342ys", "name": "Lesbian Tally", "description": "Member of Ally Hall whose tie has the lesbian flag colors. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"79-164, T:0-1": [[781, 462], [780, 463], [780, 464], [781, 465], [781, 467], [780, 468], [780, 470], [781, 471], [781, 476], [786, 476], [786, 471], [784, 469], [786, 467], [786, 465], [783, 462]]}, "center": {"79-164, T:0-1": [784, 472]}}, {"id": "u3426y", "name": "Genderfluid Tally", "description": "Member of Ally Hall whose tie has the genderfluid flag colors. Genderfluid refers to someone whose gender identity changes over time. A genderfluid individual can identify as any gender, or combination of genders at any given time. Their gender can change at random or it may vary in response to different circumstances. One's gender can change over the course of hours, days, weeks, months, or years. For some individuals their gender changes on a somewhat consistent \"schedule\", while for others their gender changes at random times. Some genderfluid individuals can be fluid between all genders, or a large amount of genders. Other genderfluid individuals are fluid between a small handful of genders.", "links": {"website": ["https://lgbta.miraheze.org/wiki/Genderfluid", "https://www.tallyhall.com/", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "transplace"], "discord": ["jZjmeq86tV"]}, "path": {"100-123, 125-140, 143, 146-164, 78-85, 87, T:0-1": [[777, 462], [776, 463], [776, 464], [777, 465], [777, 467], [776, 468], [776, 470], [777, 471], [777, 476], [782, 476], [782, 471], [780, 469], [782, 467], [782, 465], [779, 462]]}, "center": {"100-123, 125-140, 143, 146-164, 78-85, 87, T:0-1": [780, 472]}}, @@ -6789,7 +6789,7 @@ {"id": "u4q1gk", "name": "Ope Ope no Mi", "description": "A devil fruit from One Piece. When eaten, it gives a person the ability to manipulate the physical configurations of objects and living beings.", "links": {"website": ["https://onepiece.fandom.com/wiki/Ope_Ope_no_Mi"], "subreddit": ["OnePiece"]}, "path": {"17-166, T:0-1": [[349, 597], [349, 600], [346, 603], [346, 605], [353, 612], [354, 612], [361, 605], [361, 603], [357, 599], [357, 598], [359, 598], [359, 596], [355, 596], [355, 597]]}, "center": {"17-166, T:0-1": [353, 604]}}, {"id": "u4pzv0", "name": "Gomu Gomu no Mi", "description": "A devil fruit from One Piece. When eaten, it gives a person's body the properties of rubber. Protagonist Monkey D. Luffy eats one at the start of the series.", "links": {"website": ["https://onepiece.fandom.com/wiki/Gomu_Gomu_no_Mi"], "subreddit": ["OnePiece"]}, "path": {"17-166, T:0-1": [[331, 596], [331, 599], [333, 601], [332, 602], [332, 603], [331, 604], [331, 607], [332, 608], [332, 609], [334, 611], [335, 611], [336, 612], [339, 612], [340, 611], [341, 611], [343, 609], [343, 608], [344, 607], [344, 604], [343, 603], [343, 600], [344, 599], [344, 598], [342, 596], [339, 596], [338, 597], [336, 597], [335, 596]]}, "center": {"17-166, T:0-1": [337, 606]}}, {"id": "u4puwh", "name": "One Piece", "description": "One Piece is a long-running manga and anime series. It depicts the exploits of a group of pirates led by Monkey D. Luffy.", "links": {"website": ["https://en.wikipedia.org/wiki/One_Piece"], "subreddit": ["OnePiece"]}, "path": {"2-4": [[330, 465], [330, 538], [379, 538], [379, 465]], "5-16": [[329, 527], [329, 608], [379, 608], [379, 527]], "17-166, T:0-1": [[330, 528], [330, 613], [378, 613], [378, 528]]}, "center": {"2-4": [355, 502], "5-16": [354, 568], "17-166, T:0-1": [354, 571]}}, -{"id": "u4pdqv", "name": "ShadowClan", "description": "Symbol for the ShadowClan in Warrior Cats: Ultimate Edition.", "links": {"website": ["https://warriors.fandom.com/wiki/ShadowClan"], "subreddit": ["wcueroblox"]}, "path": {"109-166, T:0-1": [[1476, 1472], [1474, 1474], [1474, 1479], [1473, 1479], [1470, 1476], [1468, 1478], [1468, 1498], [1488, 1498], [1488, 1478], [1486, 1476], [1483, 1479], [1482, 1479], [1481, 1478], [1481, 1475], [1482, 1474], [1480, 1472]]}, "center": {"109-166, T:0-1": [1478, 1487]}}, +{"id": "u4pdqv", "name": "ShadowClan", "description": "Symbol for the ShadowClan in Warrior Cats.", "links": {"website": ["https://warriors.fandom.com/wiki/ShadowClan"], "subreddit": ["wcueroblox", "WarriorCats"]}, "path": {"109-166, T:0-1": [[1476, 1472], [1474, 1474], [1474, 1479], [1473, 1479], [1470, 1476], [1468, 1478], [1468, 1498], [1488, 1498], [1488, 1478], [1486, 1476], [1483, 1479], [1482, 1479], [1481, 1478], [1481, 1475], [1482, 1474], [1480, 1472]]}, "center": {"109-166, T:0-1": [1478, 1488]}}, {"id": "u4pd5i", "name": "WindClan", "description": "Symbol for the WindClan in Warrior Cats: Ultimate Edition.", "links": {"website": ["https://warriors.fandom.com/wiki/WindClan"], "subreddit": ["wcueroblox"]}, "path": {"109-166, T:0-1": [[1457, 1472], [1455, 1474], [1455, 1479], [1454, 1479], [1451, 1476], [1449, 1478], [1449, 1498], [1469, 1498], [1469, 1478], [1467, 1476], [1464, 1479], [1463, 1479], [1463, 1474], [1461, 1472]]}, "center": {"109-166, T:0-1": [1459, 1487]}}, {"id": "u4pciv", "name": "RiverClan", "description": "Symbol for the RiverClan in Warrior Cats: Ultimate Edition.", "links": {"website": ["https://warriors.fandom.com/wiki/RiverClan"], "subreddit": ["wcueroblox"]}, "path": {"109-166, T:0-1": [[1439, 1472], [1436, 1475], [1436, 1479], [1435, 1479], [1432, 1476], [1430, 1478], [1430, 1498], [1450, 1498], [1450, 1478], [1448, 1476], [1445, 1479], [1444, 1479], [1442, 1477], [1442, 1476], [1444, 1474], [1442, 1472]]}, "center": {"109-166, T:0-1": [1440, 1487]}}, {"id": "u4pbqu", "name": "ThunderClan", "description": "Symbol for the ThunderClan in Warrior Cats: Ultimate Edition.", "links": {"website": ["https://warriors.fandom.com/wiki/ThunderClan"], "subreddit": ["wcueroblox"]}, "path": {"109-166, T:0-1": [[1418, 1472], [1416, 1474], [1416, 1479], [1413, 1476], [1411, 1478], [1411, 1498], [1431, 1498], [1431, 1478], [1429, 1476], [1426, 1479], [1426, 1474], [1424, 1472], [1423, 1472], [1421, 1474], [1419, 1472]]}, "center": {"109-166, T:0-1": [1421, 1486]}}, @@ -7253,7 +7253,7 @@ {"id": "u99s6l", "name": "Raccoon", "description": "A little raccoon", "links": {}, "path": {"109-165, T:0-1": [[927, 1331], [923, 1332], [934, 1323], [932, 1329], [934, 1345], [923, 1343], [924, 1332], [935, 1332], [934, 1344]]}, "center": {"109-165, T:0-1": [930, 1336]}}, {"id": "u980t5", "name": "Longlostbean", "description": "Longlostbean, a streamer, created this bean and befriended the Mili subreddit, allowing them to keep the characters on the board for 24 hours.", "links": {"website": ["https://www.twitch.tv/longlostbean"]}, "path": {"89-157": [[1646, 127], [1644, 129], [1644, 133], [1648, 137], [1651, 137], [1653, 135], [1653, 133], [1651, 131], [1651, 130], [1648, 127]]}, "center": {"89-157": [1648, 132]}}, {"id": "u9wdei", "name": "Vormsi", "description": "Vormsi is Estonia's fourth largest island and is near the second largest, Hiiumaa. It is the wealthiest per capita of any Estonian island.", "links": {"website": ["https://en.wikipedia.org/wiki/Vormsi"], "subreddit": ["Eesti", "BalticStates"]}, "path": {"119-165, T:0-1": [[1915, 106], [1915, 108], [1917, 108], [1917, 106]]}, "center": {"119-165, T:0-1": [1916, 107]}}, -{"id": "000197", "name": "Pokémon Workshop", "description": "Pokémon Workshop is a Discord community for artists who create drawings, songs or stories related to the Pokémon franchise. The server hosts regular art, music, and writing contests and collabs and has hundreds of members.\n\nThis was the old location of PW before the community agreed to relocate during negotiations with the neighboring VTubers. Despite the relocation, this spot never ended up being properly occupied by anything. The new location is in the Green Lattice at (1079, 490).", "links": {"website": ["https://pokemon-workshop.fandom.com/wiki/r/place_participation"], "discord": ["PkmnWorkshop"]}, "path": {"118-144": [[1505, 1200], [1505, 1192], [1484, 1192], [1484, 1200]], "T:0-1": [[1489, 1192], [1489, 1197], [1497, 1197], [1497, 1194], [1495, 1192]], "158-166": [[1488, 1192], [1488, 1200], [1492, 1200], [1497, 1196], [1497, 1194], [1495, 1192]]}, "center": {"118-144": [1495, 1196], "T:0-1": [1493, 1195], "158-166": [1492, 1196]}}, +{"id": 197, "name": "Pokémon Workshop", "description": "Pokémon Workshop is a Discord community for artists who create drawings, songs or stories related to the Pokémon franchise. The server hosts regular art, music, and writing contests and collabs and has hundreds of members.\n\nThis was the old location of PW before the community agreed to relocate during negotiations with the neighboring VTubers. Despite the relocation, this spot never ended up being properly occupied by anything. The new location is in the Green Lattice at (1079, 490).", "links": {"website": ["https://pokemon-workshop.fandom.com/wiki/r/place_participation"], "discord": ["PkmnWorkshop"]}, "path": {"118-144": [[1505, 1200], [1505, 1192], [1484, 1192], [1484, 1200]], "T:0-1": [[1489, 1192], [1489, 1197], [1497, 1197], [1497, 1194], [1495, 1192]], "158-166": [[1488, 1192], [1488, 1200], [1492, 1200], [1497, 1196], [1497, 1194], [1495, 1192]]}, "center": {"118-144": [1495, 1196], "T:0-1": [1493, 1195], "158-166": [1492, 1196]}}, {"id": "uaoaef", "name": "Sonic screwdriver", "description": "An iconic multitool from the Doctor Who TV series, owned by the Doctor.", "links": {"website": ["https://en.wikipedia.org/wiki/Sonic_screwdriver"], "subreddit": ["doctorwho", "ukplace", "unitedkingdom"]}, "path": {"147-165, T:0-1": [[655, 491], [655, 497], [657, 497], [657, 491]]}, "center": {"147-165, T:0-1": [656, 494]}}, {"id": "uao9o5", "name": "Fourth Doctor", "description": "The fourth reincarnation of the Doctor, the main character of the Doctor Who TV series. This reincarnation was played by Tom Baker.", "links": {"website": ["https://en.wikipedia.org/wiki/Fourth_Doctor"], "subreddit": ["doctorwho", "ukplace", "unitedkingdom"]}, "path": {"145-165, T:0-1": [[652, 488], [650, 490], [650, 492], [649, 493], [649, 497], [651, 499], [651, 504], [655, 504], [655, 496], [657, 496], [657, 494], [655, 494], [655, 490]]}, "center": {"145-165, T:0-1": [652, 495]}}, {"id": "uao74z", "name": "George Harrison", "description": "A member of the Beatles.", "links": {"website": ["https://en.wikipedia.org/wiki/George_Harrison"], "subreddit": ["ukplace", "unitedkingdom"]}, "path": {"56-63": [[1390, 693], [1388, 695], [1388, 709], [1396, 709], [1396, 708], [1393, 702], [1393, 693]], "100-121, 137-165, T:0-1": [[668, 486], [666, 488], [666, 489], [667, 490], [667, 497], [666, 498], [666, 502], [669, 502], [669, 501], [668, 500], [668, 499], [669, 498], [669, 496], [670, 497], [670, 498], [671, 499], [671, 502], [674, 502], [674, 501], [673, 500], [673, 498], [672, 497], [672, 496], [671, 495], [671, 486]]}, "center": {"56-63": [1391, 706], "100-121, 137-165, T:0-1": [669, 489]}}, @@ -7609,7 +7609,7 @@ {"id": "ulhcqi", "name": "Natsuki", "description": "One of the main characters in Doki Doki Literature Club!", "links": {"website": ["https://doki-doki-literature-club.fandom.com/wiki/Natsuki_(DDLC)"], "subreddit": ["DDLC"]}, "path": {"112-165, T:0-1": [[1567, 1187], [1564, 1190], [1564, 1191], [1565, 1192], [1565, 1193], [1566, 1194], [1566, 1197], [1568, 1199], [1573, 1199], [1575, 1197], [1575, 1194], [1576, 1193], [1576, 1192], [1577, 1191], [1577, 1190], [1574, 1187]]}, "center": {"112-165, T:0-1": [1571, 1192]}}, {"id": "ulhbpn", "name": "Sayori", "description": "One of the main characters in Doki Doki Literature Club!", "links": {"website": ["https://doki-doki-literature-club.fandom.com/wiki/Sayori_(DDLC)"], "subreddit": ["DDLC"]}, "path": {"111-165, T:0-1": [[1555, 1187], [1552, 1190], [1552, 1191], [1551, 1192], [1551, 1193], [1553, 1195], [1553, 1197], [1555, 1199], [1560, 1199], [1562, 1197], [1562, 1195], [1564, 1193], [1564, 1188], [1562, 1188], [1562, 1186], [1558, 1186], [1558, 1187]]}, "center": {"111-165, T:0-1": [1558, 1193]}}, {"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": ["costarica", "costa_rica", "Ticos"]}, "path": {"79-94": [[1489, 417], [1483, 420], [1483, 422], [1487, 422], [1487, 427], [1494, 427], [1494, 419], [1492, 417]], "117-164, T:0-1": [[1545, 428], [1544, 429], [1540, 429], [1536, 433], [1536, 434], [1544, 434], [1544, 435], [1545, 436], [1545, 438], [1546, 439], [1546, 440], [1542, 440], [1542, 442], [1539, 445], [1539, 446], [1541, 446], [1542, 445], [1543, 445], [1544, 444], [1547, 444], [1548, 443], [1549, 443], [1552, 446], [1554, 446], [1555, 445], [1556, 445], [1557, 446], [1558, 446], [1560, 444], [1559, 443], [1558, 443], [1555, 440], [1554, 440], [1554, 437], [1550, 430], [1548, 428]]}, "center": {"79-94": [1490, 420], "117-164, T:0-1": [1549, 437]}}, -{"id": "ulvmxm", "name": "Torch", "description": "This torch is from the game Minecraft. This was a reference to \"HBomb's Sands of Time reviews\", a video about Sands of Time, a PvE and labyrinth team game in the Minecraft Championship tournament. In the video, 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 was taken down to allow the Tiny Towers mural to retake its place.", "links": {"website": ["https://minecraft.fandom.com/wiki/Torch"], "subreddit": ["MinecraftChampionship"]}, "path": {"98-108": [[873, 534], [873, 552], [877, 552], [877, 534]]}, "center": {"98-108": [875, 543]}}, +{"id": "ulvmxm", "name": "Torch", "description": "This torch is from the game Minecraft. This was a reference to \"HBomb's Sands of Time reviews\", streams held after an event analysing performances of Sands of Time, a PvE and labyrinth team game in the Minecraft Championship tournament. HBomb and his fans often 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 was taken down to allow the Tiny Towers mural to retake its place.", "links": {"website": ["https://minecraft.fandom.com/wiki/Torch"], "subreddit": ["MinecraftChampionship"]}, "path": {"98-108": [[873, 534], [873, 552], [877, 552], [877, 534]]}, "center": {"98-108": [875, 543]}}, {"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:0-1": [[832, 1937], [832, 1946], [839, 1946], [839, 1937]]}, "center": {"109-166, T:0-1": [836, 1942]}}, {"id": "uo5fdz", "name": "The Far Lands", "description": "The Far Lands is a small Discord community.", "links": {}, "path": {"159-165, T:0-1": [[1873, 56], [1879, 56], [1879, 62], [1873, 62]]}, "center": {"159-165, T:0-1": [1876, 59]}}, {"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, 1255], [1925, 1255], [1924, 1254], [1923, 1253], [1923, 1240], [1935, 1240], [1935, 1243], [1935, 1244], [1939, 1244], [1939, 1245], [1938, 1246], [1937, 1247], [1936, 1246], [1931, 1246], [1930, 1247], [1931, 1246], [1930, 1247], [1930, 1252], [1931, 1253], [1932, 1254], [1933, 1255]]}, "center": {"154-164": [1927, 1244]}}, @@ -7744,7 +7744,7 @@ {"id": "vzuet9", "name": "Master Chief", "description": "Helmet of the Mjolnir-Powered Assault Armor (MPAA, or simply Mjolnir) worn by Master Chief Petty Officer John-117, protagonist of the Halo franchise.", "links": {"website": ["https://en.wikipedia.org/wiki/Master_Chief_(Halo)"], "subreddit": ["halo"]}, "path": {"21-31": [[104, 109], [102, 111], [102, 115], [105, 118], [110, 118], [112, 116], [112, 112], [109, 109]], "32-49": [[105, 109], [104, 110], [102, 110], [102, 115], [105, 118], [120, 118], [123, 115], [123, 111], [121, 109]]}, "center": {"21-31": [107, 114], "32-49": [113, 114]}}, {"id": "w0x87x", "name": "Majima", "description": "Popular side character from Yakuza series and main character in Yakuza 0", "links": {"subreddit": ["yakuzagames"]}, "path": {"110-117": [[1187, 1814], [1187, 1809], [1182, 1809], [1182, 1801], [1181, 1800], [1181, 1799], [1175, 1799], [1175, 1798], [1179, 1796], [1179, 1794], [1180, 1793], [1180, 1792], [1181, 1788], [1179, 1785], [1178, 1785], [1177, 1784], [1176, 1783], [1171, 1783], [1170, 1784], [1167, 1786], [1167, 1793], [1169, 1794], [1170, 1796], [1172, 1798], [1172, 1800], [1166, 1799], [1166, 1800], [1165, 1800], [1165, 1809], [1163, 1809], [1163, 1814]]}, "center": {"110-117": [1174, 1807]}}, {"id": "w0fu0a", "name": "Institut Pasteur", "description": "The Pasteur Institute (French: Institut Pasteur) is a French non-profit private foundation dedicated to the study of biology, micro-organisms, diseases, and vaccines. It is named after Louis Pasteur, who invented pasteurization and vaccines for anthrax and rabies. The institute was founded on June 4 1887.\n\nThey were the supported during the Zevent 2019 where the french twitch community raised\n3 509 878 € in 55 hours.", "links": {"website": ["http://www.pasteur.fr/"], "wiki": ["https://en.wikipedia.org/wiki/Pasteur_Institute"]}, "path": {"161-165, T:0-1": [[1246, 1422], [1245, 1421], [1243, 1421], [1242, 1422], [1236, 1422], [1236, 1423], [1235, 1423], [1235, 1424], [1234, 1424], [1234, 1425], [1233, 1425], [1233, 1426], [1232, 1426], [1231, 1426], [1231, 1425], [1230, 1426], [1229, 1426], [1229, 1427], [1230, 1428], [1230, 1437], [1231, 1439], [1233, 1442], [1234, 1442], [1235, 1443], [1235, 1444], [1249, 1444], [1250, 1443], [1251, 1442], [1252, 1441], [1253, 1441], [1253, 1439], [1254, 1438], [1254, 1436], [1255, 1435], [1255, 1431], [1254, 1428], [1253, 1426], [1252, 1424], [1251, 1423], [1247, 1422], [1246, 1421]]}, "center": {"161-165, T:0-1": [1243, 1433]}}, -{"id": "vzxaoi", "name": "Dygn", "description": "The logo of Dygn, creator and developer of the io game Gats.io.", "links": {"website": ["https://www.gats.io", "https://stats.gats.io"], "subreddit": ["gatsio"]}, "path": {"112-134": [[304, 1888], [304, 1893], [309, 1893], [309, 1888]], "135-144": [[301, 1884], [301, 1891], [308, 1891], [308, 1884]]}, "center": {"112-134": [307, 1891], "135-144": [305, 1888]}}, +{"id": "vzxaoi", "name": "Gats.io", "description": "Gats.io - Customize Upgrade Compete\n\nGats.io is a tactical, arena-based shooter. Select your weapon, armor and color. Attack and defeat other players to gain points, use points to unlock perks and special abilities.\n\nThe art is a tribute to the long-gone developer of the game, Dygn.", "links": {"website": ["https://www.gats.io", "https://stats.gats.io"], "subreddit": ["gatsio"], "discord": ["zaWZm2y"]}, "path": {"112-134": [[304, 1888], [304, 1893], [309, 1893], [309, 1888]], "135-144": [[301, 1884], [301, 1891], [308, 1891], [308, 1884]]}, "center": {"112-134": [307, 1891], "135-144": [305, 1888]}}, {"id": "w2dudh", "name": "Goblins", "description": "The Minecraft anarchy group Goblin Gang's iconic goblin face", "links": {"discord": ["aamgpBZyvF"]}, "path": {"126-136": [[899, 1980], [906, 1980], [906, 1987], [899, 1987]]}, "center": {"126-136": [903, 1984]}}, {"id": "w2xw3c", "name": "المغرب", "description": "\"Morocco\" written in Arabic. Romanizes to \"al-Maghrib\", which means \"The West\".", "links": {"website": ["https://en.wikipedia.org/wiki/Arabic"], "subreddit": ["Morocco"]}, "path": {"29-48": [[223, 69], [223, 77], [243, 77], [243, 69]], "65-84": [[1493, 733], [1493, 736], [1495, 736], [1495, 738], [1513, 738], [1513, 730], [1502, 730], [1502, 732], [1501, 733]]}, "center": {"29-48": [233, 73], "65-84": [1505, 734]}}, {"id": "w4mb6b", "name": "Super Bowl LI", "description": "Super Bowl LI was an American football championship game in the National Football League (NFL) played on February 5, 2017 between the New England Patriots and the Atlanta Falcons. This scoreboard depicts the Falcons leading 28-3 in the third quarter. Later on, the Patriots came back from this deficit and won the game in overtime. This turn of events resulted in the nickname \"28-3\" and memes about the Falcons losing their 25-point lead.\n\nThis scoreboard was drawn by the Patriots community as a repeat of the first r/place event. However, this was frequently targeted by the streamer brucedropemoff, a Falcons fan. The Patriots community eventually drew the Patriots logo instead.", "links": {"website": ["https://en.wikipedia.org/wiki/Super_Bowl_LI", "https://knowyourmeme.com/memes/events/super-bowl-li"], "subreddit": ["Patriots"]}, "path": {"10-29": [[245, 45], [245, 83], [300, 83], [300, 45]], "56-136": [[1631, 588], [1631, 620], [1678, 620], [1678, 588]]}, "center": {"10-29": [273, 64], "56-136": [1655, 604]}}, @@ -8005,7 +8005,7 @@ {"id": "xp3rw7", "name": "The Kid", "description": "The Kid is the player character in I Wanna Be the Guy and its spinoffs. He is on a quest to become \"The Guy\".", "links": {"website": ["https://i-wanna-be-the-guy.fandom.com/wiki/The_Kid"]}, "path": {"62-70": [[1774, 78], [1771, 81], [1770, 83], [1770, 85], [1774, 89], [1781, 89], [1783, 87], [1783, 85], [1784, 84], [1784, 81], [1781, 78]], "151-165, T:0-1": [[1881, 53], [1879, 55], [1879, 60], [1882, 63], [1888, 63], [1890, 61], [1890, 57], [1891, 56], [1891, 55], [1889, 53]]}, "center": {"62-70": [1777, 84], "151-165, T:0-1": [1885, 58]}}, {"id": "xp2w3w", "name": "r/WoT", "description": "Subreddit focused on the book series The Wheel of Time.", "links": {"subreddit": ["WoT"]}, "path": {"63-70": [[1727, 21], [1727, 27], [1748, 27], [1748, 21]], "71-96": [[1727, 25], [1727, 31], [1748, 31], [1748, 25]]}, "center": {"63-70": [1738, 24], "71-96": [1738, 28]}}, {"id": "xp2gl5", "name": "Aes Sedai", "description": "The Aes Sedai are people who can channel the One Power energy in The Wheel of Time. This art depicts the ancient symbol of the Aes Sedai, comprised of the Flame of Tar Valon and the Dragon's Fang.", "links": {"website": ["https://wot.fandom.com/wiki/Aes_Sedai"], "subreddit": ["WoT"]}, "path": {"73-96": [[1735, 3], [1730, 6], [1727, 11], [1727, 16], [1730, 21], [1735, 24], [1740, 24], [1745, 21], [1748, 16], [1748, 11], [1745, 6], [1740, 3]], "60-72": [[1735, 0], [1730, 2], [1727, 7], [1727, 12], [1730, 17], [1735, 20], [1739, 20], [1745, 17], [1748, 12], [1748, 7], [1745, 2], [1740, 0]], "100-166, T:0-1": [[1897, 871], [1892, 874], [1889, 879], [1889, 884], [1892, 889], [1897, 892], [1902, 892], [1907, 889], [1910, 884], [1910, 879], [1907, 874], [1902, 871]]}, "center": {"73-96": [1738, 14], "60-72": [1737, 10], "100-166, T:0-1": [1900, 882]}}, -{"id": "xpoi8g", "name": "Pikachu", "description": "Pikachu is an Electric-type mouse Pokémon from Generation I of Nintendo's Pokémon franchise. It first appeared in Japan in 1996 in the Pokémon Red and Green games, created by Satoshi Tajiri.", "links": {"website": ["https://en.wikipedia.org/wiki/Pikachu", "https://bulbapedia.bulbagarden.net/wiki/Pikachu"], "subreddit": ["pokemon"]}, "path": {"111-140": [[1885, 1], [1879, 8], [1879, 10], [1880, 11], [1880, 13], [1882, 17], [1886, 17], [1889, 20], [1891, 20], [1894, 18], [1894, 15], [1897, 11], [1897, 2], [1894, 2], [1888, 5], [1887, 5], [1887, 3]], "56-66": [[1632, 492], [1631, 517], [1635, 522], [1639, 523], [1650, 523], [1661, 514], [1661, 505], [1659, 503], [1659, 496], [1660, 492], [1656, 492], [1652, 496], [1649, 497], [1637, 497], [1634, 492]]}, "center": {"111-140": [1889, 11], "56-66": [1645, 510]}}, +{"id": "xpoi8g", "name": "Pikachu", "description": "Pikachu is an Electric-type mouse Pokémon from Generation I of Nintendo's Pokémon franchise. It first appeared in Japan in 1996 in the Pokémon Red and Green games, created by Satoshi Tajiri.", "links": {"website": ["https://en.wikipedia.org/wiki/Pikachu", "https://bulbapedia.bulbagarden.net/wiki/Pikachu"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"111-140": [[1885, 1], [1879, 8], [1879, 10], [1880, 11], [1880, 13], [1882, 17], [1886, 17], [1889, 20], [1891, 20], [1894, 18], [1894, 15], [1897, 11], [1897, 2], [1894, 2], [1888, 5], [1887, 5], [1887, 3]], "56-66": [[1632, 492], [1631, 517], [1635, 522], [1639, 523], [1650, 523], [1661, 514], [1661, 505], [1659, 503], [1659, 496], [1660, 492], [1656, 492], [1652, 496], [1649, 497], [1637, 497], [1634, 492]]}, "center": {"111-140": [1889, 11], "56-66": [1645, 510]}}, {"id": "xpxduy", "name": "Flag of Belgium", "description": "Belgium is a country in Northwestern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Belgium", "https://en.wikipedia.org/wiki/Flag_of_Belgium"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"1-4": [[74, 843], [74, 848], [82, 848], [84, 846], [84, 843], [77, 841], [76, 841], [76, 843]], "117-118, 96-103": [[476, 618], [476, 624], [486, 624], [486, 618]], "162-166, T:0-1": [[1844, 63], [1844, 67], [1848, 67], [1848, 63]]}, "center": {"1-4": [79, 845], "117-118, 96-103": [481, 621], "162-166, T:0-1": [1846, 65]}}, {"id": "xpxaej", "name": "Flag of Spain", "description": "Spain is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain", "https://en.wikipedia.org/wiki/Flag_of_Spain"], "subreddit": ["esPlace", "spain"]}, "path": {"150-153": [[241, 294], [246, 294], [246, 298], [241, 298]], "148-149": [[246, 294], [246, 298], [250, 298], [250, 294]], "135-136": [[1310, 369], [1310, 377], [1315, 377], [1315, 369]], "163-165, T:0-1": [[1871, 53], [1871, 56], [1873, 56], [1873, 57], [1879, 57], [1879, 53]]}, "center": {"150-153": [244, 296], "148-149": [248, 296], "135-136": [1313, 373], "163-165, T:0-1": [1875, 55]}}, {"id": "xpwc0t", "name": "Humble heart", "description": "A heart originally drawn next to the tud_geekhub logo. The tud_geekhub community allied with the heart, nicknaming it the \"humble heart\", and defended it throughout the rest of r/place.", "links": {}, "path": {"92-100": [[1814, 54], [1812, 56], [1812, 58], [1816, 62], [1820, 58], [1820, 56], [1818, 54]], "66-75": [[1810, 58], [1808, 60], [1808, 62], [1812, 66], [1816, 62], [1816, 60], [1814, 58]], "57-65": [[1814, 59], [1812, 61], [1812, 63], [1816, 67], [1820, 63], [1820, 61], [1818, 59]], "101-166, T:0-1": [[1812, 56], [1810, 58], [1810, 60], [1814, 64], [1818, 60], [1818, 58], [1816, 56]]}, "center": {"92-100": [1816, 57], "66-75": [1812, 61], "57-65": [1816, 62], "101-166, T:0-1": [1814, 59]}}, @@ -8159,7 +8159,7 @@ {"id": "xz49pc", "name": "Estonia heart", "description": "A heart depicting the flag of Estonia, a country in Northeastern Europe and one of the Baltic states.", "links": {"website": ["https://en.wikipedia.org/wiki/Estonia", "https://en.wikipedia.org/wiki/Flag_of_Estonia"], "subreddit": ["Eesti"]}, "path": {"15-24": [[971, 165], [971, 166], [976, 171], [981, 166], [981, 165]], "138-139": [[1194, 248], [1191, 251], [1191, 252], [1196, 257], [1201, 252], [1201, 251], [1199, 248]], "60-68": [[1232, 277], [1229, 280], [1229, 282], [1234, 287], [1239, 282], [1239, 280], [1236, 277]], "91-95": [[1376, 277], [1373, 280], [1373, 281], [1378, 286], [1383, 281], [1383, 280], [1380, 277]]}, "center": {"15-24": [976, 167], "138-139": [1196, 252], "60-68": [1234, 281], "91-95": [1378, 281]}}, {"id": "xz45b4", "name": "Rainbow Road", "description": "Rainbow Road is the final race track in all Mario Kart games.\n\nRainbow Road, returning from the first r/place and drawn by r/ainbowroad, was an initiative to draw a rainbow trail/road on the canvas and extend it as long as possible. Rainbow Road managed to span large swaths of the canvas in the earlier hours of r/place, though it was later confined to a more controlled area as other artworks defined their boundaries and filled the canvas.", "links": {"website": ["https://www.mariowiki.com/Rainbow_Road"], "subreddit": ["ainbowroad"]}, "path": {"52-60": [[645, 202], [621, 227], [624, 234], [625, 234], [657, 202], [704, 202], [753, 252], [765, 252], [765, 251], [716, 202]], "39-51": [[355, 172], [278, 249], [196, 166], [196, 175], [279, 262], [285, 262], [369, 178], [439, 248], [446, 248], [518, 173], [589, 242], [626, 231], [680, 179], [681, 179], [780, 277], [759, 298], [782, 319], [782, 307], [772, 296], [782, 286], [782, 267], [684, 170], [677, 170], [620, 227], [625, 232], [591, 242], [592, 236], [589, 229], [529, 169], [516, 166], [442, 236], [379, 172]], "24-38": [[818, 226], [866, 274], [868, 280], [855, 293], [865, 303], [845, 323], [865, 342], [865, 346], [840, 370], [865, 394], [823, 438], [818, 438], [787, 407], [829, 365], [760, 298], [780, 277], [754, 252], [736, 270], [732, 275], [732, 279], [709, 299], [704, 295], [730, 269], [737, 269], [754, 252], [681, 179], [680, 179], [626, 233], [587, 240], [518, 172], [442, 250], [369, 178], [289, 258], [278, 258], [230, 213], [203, 175], [204, 174], [278, 248], [359, 168], [377, 169], [442, 235], [510, 168], [525, 167], [594, 235], [591, 240], [627, 233], [621, 226], [680, 168], [681, 168], [792, 277], [771, 297], [835, 360], [834, 373], [799, 408], [820, 431], [856, 395], [834, 373], [835, 359], [836, 359], [853, 342], [835, 324], [835, 323], [855, 303], [846, 293], [862, 278], [816, 232], [781, 266], [778, 263], [815, 226]], "10-23": [[755, 244], [678, 320], [692, 320], [756, 253], [779, 277], [761, 295], [761, 297], [779, 315], [504, 592], [507, 596], [782, 323], [782, 308], [771, 297], [782, 285], [782, 269], [757, 244]], "7-9": [[747, 252], [621, 376], [640, 376], [755, 255], [798, 296], [642, 453], [633, 467], [637, 467], [800, 305], [800, 287], [764, 252]]}, "center": {"52-60": [747, 239], "39-51": [358, 179], "24-38": [305, 231], "10-23": [690, 315], "7-9": [637, 369]}}, {"id": "xz2uut", "name": "Yin-yang symbol", "description": "A yin-yang symbol, also known as a taijitu, is a Chinese symbol representing the duality and balance of opposites.", "links": {"website": ["https://en.wikipedia.org/wiki/Yin_and_yang", "https://en.wikipedia.org/wiki/Taijitu#Modern_yin-yang_symbol"]}, "path": {"27-42": [[265, 168], [263, 170], [263, 172], [266, 175], [269, 175], [271, 173], [271, 170], [269, 168]], "1-15": [[521, 984], [519, 986], [519, 993], [521, 995], [528, 995], [530, 993], [530, 986], [528, 984]]}, "center": {"27-42": [267, 171], "1-15": [525, 990]}}, -{"id": "xz2moi", "name": "Gengar", "description": "Gengar is a Ghost/Poison-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Gengar"], "subreddit": ["pokemon"]}, "path": {"27-42": [[246, 183], [244, 185], [244, 190], [243, 190], [240, 193], [240, 194], [243, 197], [243, 200], [244, 201], [246, 208], [251, 208], [252, 209], [254, 209], [265, 201], [264, 200], [264, 185], [260, 185], [257, 188], [250, 188]]}, "center": {"27-42": [253, 198]}}, +{"id": "xz2moi", "name": "Gengar", "description": "Gengar is a Ghost/Poison-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Gengar"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"27-42": [[246, 183], [244, 185], [244, 190], [243, 190], [240, 193], [240, 194], [243, 197], [243, 200], [244, 201], [246, 208], [251, 208], [252, 209], [254, 209], [265, 201], [264, 200], [264, 185], [260, 185], [257, 188], [250, 188]]}, "center": {"27-42": [253, 198]}}, {"id": "xz2ktq", "name": "Mega Man", "description": "Mega Man, known as Rockman (Japanese: ロックマン; Hepburn: Rokkuman) in Japan, is the title character and the protagonist of the Mega Man series by Capcom. He was created by Akira Kitamura for the first Mega Man game released in 1987, with artist Keiji Inafune providing detailed character artwork based on Kitamura's pixel art design.", "links": {"website": ["https://en.wikipedia.org/wiki/Mega_Man_(character)"], "subreddit": ["Megaman"]}, "path": {"27-42": [[256, 171], [251, 175], [245, 181], [245, 184], [250, 188], [257, 188], [260, 185], [265, 185], [266, 186], [293, 186], [293, 189], [294, 189], [299, 185], [299, 180], [295, 176], [294, 176], [294, 180], [263, 179], [263, 176]]}, "center": {"27-42": [256, 180]}}, {"id": "xz2ean", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"]}, "path": {"74-83": [[242, 121], [242, 125], [258, 125], [258, 121]], "117-122": [[207, 121], [207, 125], [223, 125], [223, 121]], "24-26": [[301, 257], [305, 257], [305, 263], [301, 263]], "55-57": [[640, 202], [634, 208], [634, 209], [639, 209], [645, 203], [645, 202]], "64-66": [[1503, 239], [1503, 244], [1509, 244], [1509, 239]], "1-12": [[0, 647], [0, 653], [36, 653], [36, 647], [29, 647], [27, 648], [23, 652], [22, 652], [17, 647]], "124-166, T:0-1": [[1108, 587], [1108, 593], [1111, 593], [1111, 587]]}, "center": {"74-83": [250, 123], "117-122": [215, 123], "24-26": [303, 260], "55-57": [640, 206], "64-66": [1506, 242], "1-12": [15, 650], "124-166, T:0-1": [1110, 590]}}, {"id": "xz2cvc", "name": "Wind turbines", "description": "Denmark generates an extensive portion of its electricity from wind power, and is one of the largest manufacturers of wind turbines in the world.", "links": {"website": ["https://en.wikipedia.org/wiki/Wind_power_in_Denmark"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"48-67": [[277, 114], [271, 125], [271, 127], [275, 127], [275, 134], [287, 134], [287, 139], [320, 139], [330, 148], [332, 148], [332, 121], [334, 121], [332, 117], [332, 113], [329, 110], [328, 114]], "17-37": [[332, 107], [291, 116], [291, 143], [405, 136], [405, 117], [409, 117], [409, 115], [407, 113], [407, 105], [405, 105], [399, 107], [399, 131], [334, 131], [334, 107]], "39-47, 68-98": [[292, 117], [287, 127], [287, 128], [291, 128], [291, 138], [332, 138], [332, 121], [334, 121], [331, 116], [331, 113]]}, "center": {"48-67": [314, 126], "17-37": [317, 126], "39-47, 68-98": [319, 126]}}, @@ -8212,7 +8212,7 @@ {"id": "y1vlw2", "name": "Volcano", "description": "Iceland has frequent volcanic activity, including 30 active volcanoes.", "links": {"website": ["https://en.wikipedia.org/wiki/Volcanism_of_Iceland"], "subreddit": ["place_nordicunion", "Iceland"]}, "path": {"19-44": [[513, 127], [510, 130], [506, 135], [506, 136], [523, 136], [523, 135], [515, 127]]}, "center": {"19-44": [514, 132]}}, {"id": "y1ve3n", "name": "Luxembourg heart", "description": "A heart depicting the flag of Luxembourg, a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Luxembourg", "https://en.wikipedia.org/wiki/Flag_of_Luxembourg"], "subreddit": ["Luxembourg"]}, "path": {"47": [[589, 161], [587, 163], [587, 166], [592, 171], [597, 166], [597, 163], [595, 161]], "155": [[260, 597], [258, 599], [258, 600], [261, 603], [264, 600], [264, 599], [262, 597]], "108-112": [[1072, 248], [1069, 251], [1069, 252], [1074, 257], [1079, 252], [1079, 251], [1076, 248]], "132-139": [[1124, 725], [1122, 727], [1122, 728], [1125, 731], [1128, 728], [1128, 727], [1126, 725]], "143-144, 146-149": [[1282, 248], [1279, 251], [1279, 252], [1284, 257], [1289, 252], [1289, 251], [1286, 248]], "158, 162-166, T:0-1": [[266, 618], [264, 620], [264, 621], [267, 624], [270, 621], [270, 620], [268, 618]]}, "center": {"47": [592, 165], "155": [261, 600], "108-112": [1074, 252], "132-139": [1125, 728], "143-144, 146-149": [1284, 252], "158, 162-166, T:0-1": [267, 621]}}, {"id": "y1vc6t", "name": "Netherlands heart", "description": "A heart depicting the flag of the Netherlands, a country in Northwestern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Netherlands", "https://en.wikipedia.org/wiki/Flag_of_the_Netherlands"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"43-47": [[589, 161], [587, 163], [587, 166], [592, 171], [597, 166], [597, 163], [595, 161]], "105-114": [[974, 248], [971, 251], [971, 252], [976, 257], [981, 252], [981, 251], [978, 248]], "93-95": [[1368, 277], [1365, 280], [1365, 282], [1370, 287], [1375, 282], [1375, 280], [1372, 277]]}, "center": {"43-47": [592, 165], "105-114": [976, 252], "93-95": [1370, 281]}}, -{"id": "y1v7iq", "name": "Super Mushroom", "description": "A Super Mushroom is a recurring item in the Mario games. If consumed by Mario, he can transform from Small Mario to Super Mario, which increases his size, lets him break brick blocks, and allows him to take a hit from enemies.", "links": {"website": ["https://www.mariowiki.com/Super_Mushroom"], "subreddit": ["Mario"]}, "path": {"72-83": [[540, 167], [536, 172], [536, 177], [541, 183], [548, 183], [553, 177], [553, 170], [550, 167]], "97-99": [[911, 721], [908, 722], [907, 725], [907, 727], [910, 731], [914, 731], [917, 727], [917, 725], [916, 722], [913, 721]]}, "center": {"72-83": [545, 175], "97-99": [912, 726]}}, +{"id": "y1v7iq", "name": "Super Mushroom", "description": "A Super Mushroom is a recurring item in the Mario games. If consumed by Mario, he can transform from Small Mario to Super Mario, which increases his size, lets him break brick blocks, and allows him to take a hit from enemies.", "links": {"website": ["https://www.mariowiki.com/Super_Mushroom"], "subreddit": ["Mario"]}, "path": {"72-83": [[540, 167], [536, 172], [536, 177], [541, 183], [548, 183], [553, 177], [553, 170], [550, 167]], "97-99": [[911, 721], [908, 722], [907, 725], [907, 727], [910, 731], [914, 731], [917, 727], [917, 725], [916, 722], [913, 721]], "120-138": [[1631, 1137], [1627, 1141], [1627, 1142], [1629, 1144], [1629, 1148], [1637, 1148], [1637, 1144], [1639, 1142], [1639, 1141], [1635, 1137]]}, "center": {"72-83": [545, 175], "97-99": [912, 726], "120-138": [1633, 1141]}}, {"id": "y1v4mg", "name": "Bad Piggy", "description": "Bad Piggies are the antagonists of the game Angry Birds. The objective of the game is to fire birds at the Bad Piggies to destroy them.", "links": {"website": ["https://angrybirds.fandom.com/wiki/Bad_Piggies_(group)"], "subreddit": ["AngryBirds", "place_nordicunion", "Suomi"]}, "path": {"63-83, 92-103": [[555, 148], [551, 152], [551, 156], [554, 159], [559, 159], [562, 156], [562, 152], [561, 151], [561, 148]]}, "center": {"63-83, 92-103": [557, 154]}}, {"id": "y28h6p", "name": "Nokia", "description": "Nokia is a telecommunications and electronics corporation headquartered in Finland.", "links": {"website": ["https://www.nokia.com/", "https://en.wikipedia.org/wiki/Nokia"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"17-32": [[593, 128], [593, 136], [619, 136], [619, 128]]}, "center": {"17-32": [606, 132]}}, {"id": "y26u2v", "name": "Pear", "description": "In Finland, the pear-flavored marmalade candy Vihreät kuulat (English: green balls) is a common snack. Many other snacks and baked goods are flavored with Vihreät kuulat; its prevalence became a Finnish meme.\n\nThis pear used to be King Pig from the game Angry Birds, but it was turned into a pear for the memes.", "links": {"website": ["https://en.wikipedia.org/wiki/Vihre%C3%A4t_kuulat"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"92-160": [[569, 141], [566, 148], [562, 153], [562, 157], [566, 161], [576, 161], [580, 157], [580, 152], [571, 141]]}, "center": {"92-160": [571, 154]}}, @@ -8312,7 +8312,7 @@ {"id": "y4wmlg", "name": "pepeSmoke", "description": "A BetterTTV (Better Twitch.tv) emote of the meme character Pepe the Frog smoking a cigarette.", "links": {"website": ["https://betterttv.com/emotes/5b15162147c7bf3bfc0b9c76"]}, "path": {"27-29": [[886, 177], [882, 182], [882, 186], [889, 186], [891, 183], [895, 183], [895, 180], [896, 179], [896, 174], [894, 174], [894, 178]], "56-73": [[1820, 707], [1820, 715], [1833, 715], [1833, 707]], "76-107": [[1637, 947], [1634, 950], [1633, 952], [1633, 955], [1641, 955], [1643, 953], [1645, 953], [1645, 949], [1643, 947]]}, "center": {"27-29": [887, 181], "56-73": [1827, 711], "76-107": [1639, 951]}}, {"id": "y4wkae", "name": "Uruguay heart", "description": "A heart depicting the flag of Uruguay, a country in the south part of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Uruguay", "https://en.wikipedia.org/wiki/Flag_of_Uruguay"], "subreddit": ["uruguay"]}, "path": {"28-38": [[485, 161], [483, 163], [483, 166], [488, 171], [493, 166], [493, 163], [491, 161]], "69-98": [[1232, 277], [1229, 280], [1229, 282], [1234, 287], [1239, 282], [1239, 280], [1236, 277]]}, "center": {"28-38": [488, 165], "69-98": [1234, 281]}}, {"id": "y4wgfm", "name": "Russia heart", "description": "A heart depicting the flag of Russia, a country spanning Eastern Europe and Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Russia", "https://en.wikipedia.org/wiki/Flag_of_Russia"]}, "path": {"43-51": [[844, 166], [840, 170], [840, 172], [846, 178], [847, 178], [847, 169]], "149-152": [[1152, 248], [1149, 251], [1149, 252], [1154, 257], [1159, 252], [1159, 251], [1157, 248], [1178, 248], [1175, 251], [1175, 252], [1180, 257], [1185, 252], [1185, 251], [1182, 248]], "126-131": [[1152, 248], [1149, 251], [1149, 252], [1154, 257], [1159, 252], [1159, 251], [1156, 248]], "122-125": [[1152, 248], [1149, 251], [1149, 252], [1154, 257], [1159, 252], [1159, 251], [1156, 248], [1178, 248], [1175, 251], [1175, 252], [1180, 257], [1185, 252], [1185, 251], [1182, 248], [1194, 248], [1191, 251], [1191, 252], [1196, 257], [1204, 257], [1209, 252], [1209, 251], [1206, 248], [1258, 248], [1255, 251], [1255, 252], [1260, 257], [1265, 252], [1265, 251], [1262, 248]], "116-120": [[1178, 248], [1175, 251], [1175, 252], [1180, 257], [1185, 252], [1185, 251], [1183, 248]], "74-78": [[1170, 871], [1168, 873], [1168, 874], [1172, 878], [1176, 874], [1176, 873], [1174, 871]], "67-70": [[1948, 871], [1946, 873], [1946, 874], [1950, 878], [1954, 874], [1954, 873], [1952, 871]], "83-85": [[1045, 905], [1043, 907], [1043, 909], [1047, 913], [1055, 913], [1059, 909], [1059, 907], [1057, 905]], "141, 163-166": [[1080, 248], [1077, 251], [1077, 252], [1082, 257], [1087, 252], [1087, 251], [1084, 248]]}, "center": {"43-51": [844, 171], "149-152": [1180, 252], "126-131": [1154, 252], "122-125": [1199, 253], "116-120": [1180, 252], "74-78": [1172, 874], "67-70": [1950, 874], "83-85": [1051, 909], "141, 163-166": [1082, 252]}}, -{"id": "y4weud", "name": "Chespin", "description": "Chespin is a Grass-type starter Pokémon from the Generation VI Pokémon games (Pokémon X/Y).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Chespin"], "subreddit": ["pokemon"]}, "path": {"43-52": [[820, 169], [820, 171], [819, 172], [819, 174], [821, 178], [821, 181], [826, 181], [832, 176], [832, 169]], "78-85": [[1529, 846], [1521, 853], [1519, 858], [1519, 860], [1521, 860], [1521, 865], [1523, 867], [1526, 867], [1528, 869], [1530, 869], [1533, 866], [1537, 863], [1537, 861], [1534, 861], [1534, 854], [1538, 852], [1538, 850], [1532, 850], [1532, 846]]}, "center": {"43-52": [825, 174], "78-85": [1527, 857]}}, +{"id": "y4weud", "name": "Chespin", "description": "Chespin is a Grass-type starter Pokémon from the Generation VI Pokémon games (Pokémon X/Y).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Chespin"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"43-52": [[820, 169], [820, 171], [819, 172], [819, 174], [821, 178], [821, 181], [826, 181], [832, 176], [832, 169]], "78-85": [[1529, 846], [1521, 853], [1519, 858], [1519, 860], [1521, 860], [1521, 865], [1523, 867], [1526, 867], [1528, 869], [1530, 869], [1533, 866], [1537, 863], [1537, 861], [1534, 861], [1534, 854], [1538, 852], [1538, 850], [1532, 850], [1532, 846]]}, "center": {"43-52": [825, 174], "78-85": [1527, 857]}}, {"id": "y4wc78", "name": "Chicken", "description": "A chicken is a passive mob in the 2010 sandbox game Minecraft, developed by Mojang Studios in Sweden.", "links": {"website": ["https://minecraft.fandom.com/wiki/Chicken"], "subreddit": ["Minecraft"]}, "path": {"42-48": [[829, 186], [829, 193], [834, 193], [834, 186]], "158-166": [[568, 254], [568, 256], [566, 256], [566, 257], [570, 261], [573, 258], [571, 256], [571, 254]]}, "center": {"42-48": [832, 190], "158-166": [570, 258]}}, {"id": "y4wbcm", "name": "r/place", "description": "The logo of r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/R/place"], "subreddit": ["place"]}, "path": {"37-42": [[846, 179], [846, 185], [852, 185], [852, 179]], "1-12": [[832, 148], [832, 154], [838, 154], [838, 148]], "74-76": [[1, 262], [1, 268], [19, 268], [19, 262], [13, 262], [13, 268], [7, 268], [7, 262]], "93-99": [[1017, 443], [1017, 449], [1023, 449], [1023, 443]]}, "center": {"37-42": [849, 182], "1-12": [835, 151], "74-76": [16, 265], "93-99": [1020, 446]}}, {"id": "y4wadc", "name": "Creeper", "description": "A creeper is an iconic hostile mob in the game Minecraft, a sandbox video game developed by Mojang Studios in Sweden. Creepers approach the player and explode.", "links": {"website": ["https://minecraft.fandom.com/wiki/Creeper", "https://en.wikipedia.org/wiki/Creeper_(Minecraft)"], "subreddit": ["Minecraft"]}, "path": {"39-48": [[834, 186], [834, 195], [843, 195], [843, 186]], "55-70": [[949, 170], [949, 179], [957, 179], [957, 170]], "100-130": [[557, 469], [557, 472], [558, 472], [558, 476], [563, 476], [563, 472], [564, 472], [564, 469]]}, "center": {"39-48": [839, 191], "55-70": [953, 175], "100-130": [561, 472]}}, @@ -8341,7 +8341,7 @@ {"id": "y5npmz", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"]}, "path": {"1": [[484, 402], [484, 406], [486, 408], [489, 408], [489, 402]], "27-30": [[978, 119], [978, 125], [988, 125], [988, 119]], "37-39": [[999, 194], [996, 197], [999, 200], [1000, 200], [1000, 194]], "52-67": [[962, 184], [962, 190], [968, 190], [968, 184]], "81-94": [[751, 270], [751, 273], [781, 273], [781, 270]], "112-113": [[1947, 389], [1947, 395], [1949, 395], [1949, 389]], "114-119": [[1940, 389], [1940, 395], [1942, 395], [1942, 389]], "2-8": [[448, 402], [448, 408], [471, 408], [471, 402]], "139-154, 158-166, T:0-1": [[750, 238], [739, 249], [739, 250], [750, 250], [752, 248], [752, 238]]}, "center": {"1": [487, 405], "27-30": [983, 122], "37-39": [998, 197], "52-67": [965, 187], "81-94": [766, 272], "112-113": [1948, 392], "114-119": [1941, 392], "2-8": [460, 405], "139-154, 158-166, T:0-1": [748, 246]}}, {"id": "y5n0jp", "name": "Lesbian flag", "description": "A pride flag representing the lesbian community. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian"]}, "path": {"26-43": [[896, 206], [896, 212], [907, 212], [907, 200], [1000, 200], [1000, 194], [901, 194], [901, 206]], "44-55": [[953, 194], [953, 197], [962, 197], [962, 199], [970, 199], [970, 200], [999, 200], [999, 194]], "56-66": [[949, 194], [949, 197], [962, 197], [962, 199], [977, 199], [977, 200], [1147, 200], [1147, 194]], "67-84": [[1002, 194], [1002, 197], [1009, 197], [1009, 200], [1110, 200], [1110, 194]], "85-95": [[1009, 194], [1009, 200], [1110, 200], [1110, 194]], "96-105": [[1072, 194], [1072, 200], [1101, 200], [1101, 194]], "6-10": [[341, 443], [337, 447], [341, 449], [350, 449], [350, 443]], "151-155": [[1119, 1183], [1119, 1189], [1121, 1189], [1121, 1183]], "156-159": [[1119, 1183], [1119, 1203], [1121, 1203], [1121, 1197], [1119, 1197], [1119, 1189], [1121, 1189], [1121, 1183]], "160-162": [[1119, 1197], [1119, 1203], [1121, 1203], [1121, 1197]]}, "center": {"26-43": [904, 208], "44-55": [980, 197], "56-66": [1054, 197], "67-84": [1059, 197], "85-95": [1060, 197], "96-105": [1087, 197], "6-10": [344, 446], "151-155": [1120, 1186], "156-159": [1120, 1198], "160-162": [1120, 1200]}}, {"id": "y5os4r", "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"]}, "path": {"46-51": [[936, 187], [936, 194], [949, 194], [949, 187]], "97-102": [[48, 362], [48, 369], [62, 369], [62, 362]], "136-138": [[1298, 377], [1298, 379], [1305, 379], [1305, 377]], "121-130": [[1298, 377], [1298, 380], [1306, 380], [1306, 377]], "113-120": [[1298, 377], [1298, 379], [1306, 379], [1306, 377]], "64-67": [[1882, 519], [1882, 522], [1881, 522], [1881, 529], [1880, 529], [1880, 539], [1885, 539], [1885, 519]], "9-12": [[0, 677], [0, 691], [2, 691], [2, 688], [3, 687], [3, 677]], "151-162": [[1119, 1176], [1119, 1183], [1121, 1183], [1121, 1176]]}, "center": {"46-51": [943, 191], "97-102": [55, 366], "136-138": [1302, 378], "121-130": [1302, 379], "113-120": [1302, 378], "64-67": [1883, 532], "9-12": [2, 684], "151-162": [1120, 1180]}}, -{"id": "590", "name": "Vienna University of Technology", "description": "The Vienna University of Technology, known in Germany as Technische Universität Wien (TU Wien), is a university in Vienna, Austria.", "links": {"website": ["https://www.tuwien.at/", "https://en.wikipedia.org/wiki/TU_Wien"]}, "path": {"147-165, T:0-1": [[1246, 1173], [1246, 1177], [1261, 1177], [1261, 1173]]}, "center": {"147-165, T:0-1": [1254, 1175]}}, +{"id": 590, "name": "Hololive Fan Club", "description": "Hololive Fan Club (HFC) is a small friend group. This logo has a background inspired by the bisexual flag.", "links": {}, "path": {"61-63": [[1461, 578], [1472, 578], [1472, 584], [1461, 584]]}, "center": {"61-63": [1467, 581]}}, {"id": "twhbr7", "name": "Canadian University Avenue", "description": "A collaboration between Canadian universities to get their coats of arms or crests on the canvas. From left to right: University of British Columbia, University of Alberta, McMaster University, University of Toronto, University of Waterloo.", "links": {"subreddit": ["McMaster", "uAlberta", "UBC", "UofT", "uwaterloo"]}, "path": {"88-104": [[1212, 35], [1212, 54], [1219, 59], [1223, 59], [1229, 55], [1230, 55], [1235, 59], [1241, 59], [1247, 54], [1249, 54], [1255, 59], [1263, 52], [1264, 52], [1272, 59], [1281, 51], [1281, 35]], "56-87": [[1212, 35], [1212, 54], [1219, 59], [1223, 59], [1229, 55], [1230, 55], [1235, 59], [1241, 59], [1247, 54], [1249, 54], [1255, 59], [1263, 52], [1264, 52], [1272, 59], [1281, 51], [1281, 29], [1212, 29]], "105-166, T:0-1": [[1212, 35], [1212, 54], [1219, 59], [1223, 59], [1229, 55], [1230, 55], [1235, 59], [1241, 59], [1247, 54], [1249, 54], [1255, 59], [1263, 52], [1264, 52], [1272, 59], [1281, 51], [1281, 63], [1284, 68], [1287, 70], [1291, 70], [1294, 68], [1297, 63], [1297, 49], [1281, 49], [1281, 35]]}, "center": {"88-104": [1238, 46], "56-87": [1238, 43], "105-166, T:0-1": [1238, 47]}}, {"id": "twx1xn", "name": "Alliance of New York Institutions", "description": "The Alliance of New York Institutions (ANYI) was an alliance primarily of universities in the state of New York, United States. It was founded by members from Stony Brook University (SBU) and made up of members from New York University, Columbia University, Rensselaer Polytechnic Institute, Rochester Institute of Technology, the University of Rochester, Cornell University, Binghamton University, University at Buffalo, Hunter College, Clarkson University, and Fordham University, in alliance with students from the University of Southern California, Stevens Institute of Technology, New Jersey Institute of Technology, and other smaller factions represented in the top-right and bottom-left corner regions.", "links": {"subreddit": ["columbia", "NJTech", "nyu", "opengeofiction", "SBU", "stevens", "UBreddit", "URochester", "USC"]}, "path": {"136-150": [[1010, 200], [1010, 249], [1072, 249], [1072, 208], [1038, 208], [1038, 200]], "73-135": [[1010, 200], [1010, 249], [1111, 249], [1111, 200]], "58-72": [[1047, 200], [1047, 208], [1037, 208], [1037, 249], [1111, 249], [1111, 220], [1110, 220], [1110, 200]], "151-159, T:0-1": [[1010, 198], [1010, 249], [1085, 249], [1085, 198]]}, "center": {"136-150": [1031, 228], "73-135": [1061, 225], "58-72": [1074, 225], "151-159, T:0-1": [1048, 224]}}, {"id": "y6pehm", "name": "Binghamton University", "description": "Binghamton University is a university in Binghamton, New York, United States.", "links": {"website": ["https://www.binghamton.edu/", "https://en.wikipedia.org/wiki/Binghamton_University"]}, "path": {"79-149": [[1024, 201], [1024, 214], [1037, 214], [1037, 201]], "70-78": [[1037, 200], [1037, 208], [1048, 208], [1048, 200]], "150-159, T:0-1": [[1024, 199], [1024, 214], [1037, 214], [1037, 199]]}, "center": {"79-149": [1031, 208], "70-78": [1043, 204], "150-159, T:0-1": [1031, 207]}}, @@ -8542,7 +8542,7 @@ {"id": "ydksgn", "name": "r/Deltarune", "description": "Subreddit focused on the game Deltarune. The text's appearance is based on the game's title screen.", "links": {"subreddit": ["Deltarune"]}, "path": {"69-166, T:0-1": [[1749, 161], [1749, 167], [1756, 167], [1756, 172], [1772, 172], [1772, 167], [1773, 167], [1773, 161]]}, "center": {"69-166, T:0-1": [1766, 167]}}, {"id": "ydmieg", "name": "Microsoft", "description": "Microsoft is an American technology company.", "links": {"website": ["https://www.microsoft.com/", "https://en.wikipedia.org/wiki/Microsoft"]}, "path": {"59-62": [[1700, 136], [1700, 141], [1705, 141], [1705, 136]], "107-119": [[1944, 373], [1944, 378], [1949, 378], [1949, 373]]}, "center": {"59-62": [1703, 139], "107-119": [1947, 376]}}, {"id": "ydmfq3", "name": "Cunt", "description": "A vulgar word for a vagina. Often used as a general insult.", "links": {"website": ["https://en.wikipedia.org/wiki/Cunt", "https://www.urbandictionary.com/define.php?term=cunt"]}, "path": {"63": [[1943, 189], [1943, 197], [1960, 197], [1960, 189]], "56-59": [[1719, 116], [1719, 123], [1740, 123], [1740, 116]]}, "center": {"63": [1952, 193], "56-59": [1730, 120]}}, -{"id": "ydme1d", "name": "🤔", "description": "An emoji depicting a thinking face.", "links": {"website": ["https://emojipedia.org/thinking-face/"]}, "path": {"56-66": [[1732, 173], [1729, 175], [1724, 180], [1724, 189], [1726, 193], [1732, 197], [1737, 195], [1743, 193], [1746, 188], [1746, 182], [1743, 176], [1739, 173]], "81-85": [[1178, 289], [1174, 293], [1174, 297], [1177, 301], [1182, 301], [1186, 297], [1186, 293], [1182, 289]], "109-138": [[1684, 368], [1682, 370], [1682, 374], [1684, 377], [1689, 377], [1692, 374], [1692, 370], [1690, 368]]}, "center": {"56-66": [1735, 184], "81-85": [1180, 295], "109-138": [1687, 373]}}, +{"id": "ydme1d", "name": "Old HL2: 21st Century Humor Edition Mod Logo", "description": "Though appearing to be a regular thinking face emoji, this was the old location for the HL2 21st Century Mod Logo. Due to unsuccessful negotiations with a neighboring project, the logo could not be fully complete. The project was relocated when the canvas expanded the 2nd time to the coordinates 650, 1532 (later moving slightly downward one last time to avoid conflict with another project).", "links": {"discord": ["https://discord.gg/275nMyvmcg"]}, "path": {"56-66": [[1732, 173], [1729, 175], [1724, 180], [1724, 189], [1726, 193], [1732, 197], [1737, 195], [1743, 193], [1746, 188], [1746, 182], [1743, 176], [1739, 173]]}, "center": {"56-66": [1735, 184]}}, {"id": "ydmczy", "name": "Poké Ball", "description": "A Poké Ball is a spherical device in the Pokémon games. It is used by Pokémon Trainers to catch wild Pokémon and store them in the player's inventory when not active. This red and white Poké Ball is the most basic and ubiquitous type of Poké Ball, and it is frequently used to represent the Pokémon series as a whole.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9_Ball"], "subreddit": ["pokemon"]}, "path": {"57-67": [[1759, 128], [1757, 130], [1755, 133], [1755, 137], [1757, 140], [1759, 142], [1767, 142], [1769, 140], [1771, 137], [1771, 133], [1769, 130], [1767, 128]], "3-10": [[686, 366], [684, 368], [684, 372], [686, 374], [690, 374], [692, 372], [692, 368], [690, 366]], "106-124": [[1667, 338], [1664, 341], [1664, 343], [1667, 346], [1669, 346], [1672, 343], [1672, 341], [1669, 338]], "152-154": [[855, 1012], [855, 1016], [859, 1016], [859, 1012]], "127-151": [[854, 1012], [854, 1016], [858, 1016], [858, 1012]], "155-165, T:0-1": [[866, 1010], [866, 1014], [870, 1014], [870, 1010]]}, "center": {"57-67": [1763, 135], "3-10": [688, 370], "106-124": [1668, 342], "152-154": [857, 1014], "127-151": [856, 1014], "155-165, T:0-1": [868, 1012]}}, {"id": "ydm5t7", "name": "Sonic the Hedgehog", "description": "Sonic the Hedgehog is the titular protagonist of the Sonic the Hedgehog video game series published by Japanese company Sega. The franchise follows Sonic, an anthropomorphic blue hedgehog who battles the evil Doctor Eggman, a mad scientist. The main Sonic the Hedgehog games are platformers mostly developed by Sonic Team; other games, developed by various studios, include spin-offs in the racing, fighting, party and sports genres. The franchise also incorporates printed media, animations, feature films, and merchandise.", "links": {"website": ["https://en.wikipedia.org/wiki/Sonic_the_Hedgehog_(character)"], "subreddit": ["SonicTheHedgehog"]}, "path": {"123-134": [[1711, 113], [1706, 118], [1706, 119], [1707, 119], [1707, 122], [1709, 122], [1709, 126], [1717, 126], [1717, 124], [1718, 124], [1718, 119], [1717, 119], [1717, 115], [1715, 113]], "77-122": [[1711, 100], [1706, 105], [1706, 106], [1707, 106], [1707, 109], [1709, 109], [1709, 113], [1717, 113], [1717, 108], [1718, 108], [1718, 106], [1717, 106], [1717, 102], [1715, 100]]}, "center": {"123-134": [1712, 118], "77-122": [1712, 105]}}, {"id": "ydm3em", "name": "Shadow the Hedgehog", "description": "Shadow the Hedgehog is a character in the Sonic the Hedgehog franchise. He is the rival of the titular Sonic the Hedgehog.", "links": {"website": ["https://sonic.fandom.com/wiki/Shadow_the_Hedgehog", "https://en.wikipedia.org/wiki/Shadow_the_Hedgehog"], "subreddit": ["SonicTheHedgehog"]}, "path": {"134-157": [[1707, 114], [1707, 122], [1710, 122], [1710, 124], [1709, 124], [1709, 126], [1717, 126], [1717, 124], [1716, 124], [1716, 121], [1718, 121], [1718, 119], [1717, 119], [1717, 115], [1715, 113], [1712, 113], [1711, 114]], "84-88": [[1848, 549], [1848, 551], [1847, 551], [1847, 555], [1849, 557], [1852, 557], [1854, 555], [1854, 553], [1855, 553], [1855, 551], [1853, 549]]}, "center": {"134-157": [1712, 118], "84-88": [1851, 553]}}, @@ -8713,7 +8713,6 @@ {"id": "yjruw4", "name": "Flag of Italy", "description": "Italy, officially the Republic of Italy (Repubblica Italiana), is a country in Southern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Italy", "https://en.wikipedia.org/wiki/Flag_of_Italy"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"34-36": [[490, 394], [490, 399], [501, 399], [501, 394]], "136-137": [[1288, 377], [1288, 383], [1298, 383], [1298, 377]], "10, 13, 17-21, 6-7": [[469, 254], [466, 257], [469, 260], [472, 257]]}, "center": {"34-36": [496, 397], "136-137": [1293, 380], "10, 13, 17-21, 6-7": [469, 257]}}, {"id": "yllkuo", "name": "Flag of the Netherlands", "description": "The Netherlands is a country in Northwestern Europe. This flag is used both by the Kingdom of the Netherlands and by its constituent nation, the Netherlands.", "links": {"website": ["https://en.wikipedia.org/wiki/Netherlands", "https://en.wikipedia.org/wiki/Flag_of_the_Netherlands"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"4-13": [[493, 254], [490, 257], [493, 260], [496, 257]]}, "center": {"4-13": [493, 257]}}, {"id": "yllf70", "name": "Flag of Brazil", "description": "Brazil is a country in South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Brazil", "https://en.wikipedia.org/wiki/Flag_of_Brazil"], "subreddit": ["brasil"]}, "path": {"13-18": [[427, 254], [424, 257], [427, 260], [430, 257]], "77-83": [[1149, 509], [1149, 540], [1191, 540], [1191, 509]]}, "center": {"13-18": [427, 257], "77-83": [1170, 525]}}, -{"id": "yllf71", "name": "Guts", "description": "Guts is the protagonist of the manga and anime Berserk.\n\nThis drawing of Guts was drawn by Twitch streamer Asmongold above the existing tribute to Berserk, replacing the My Little Pony artwork. The high quality of the drawing was embraced by both the Berserk and MLP communities, so the MLP community moved elsewhere.", "links": {"website": ["https://en.wikipedia.org/wiki/Guts_(Berserk)"], "subreddit": ["Berserk"]}, "path": {"59-166, T:0-1": [[597, 203], [595, 205], [595, 258], [598, 262], [690, 262], [693, 259], [693, 223], [690, 220], [682, 220], [676, 214], [676, 205], [674, 203]]}, "center": {"59-166, T:0-1": [644, 233]}}, {"id": "ymeya9", "name": "The Doctor's scarf", "description": "An iconic scarf worn by the Doctor, the protagonist of the TV series Doctor Who. The scarf depicted here was worn by the fourth Doctor, Tom Baker.", "links": {"website": ["https://tardis.fandom.com/wiki/The_Doctor%27s_scarf"], "subreddit": ["tinytardis", "placeTARDIS", "doctorwho"]}, "path": {"152-161, T:0-1": [[593, 257], [591, 259], [591, 261], [592, 261], [592, 264], [591, 264], [591, 280], [594, 280], [594, 257]], "129-136": [[585, 245], [585, 255], [588, 259], [590, 259], [592, 261], [592, 264], [591, 264], [591, 280], [593, 282], [594, 282], [594, 248], [593, 248], [590, 251], [587, 248]], "120-128": [[587, 236], [587, 239], [591, 239], [591, 244], [594, 247], [591, 250], [591, 251], [594, 254], [590, 258], [590, 259], [592, 261], [592, 264], [591, 264], [591, 281], [592, 281], [592, 284], [594, 284], [594, 236]], "162-166": [[593, 257], [591, 259], [591, 261], [592, 261], [592, 264], [591, 264], [591, 281], [592, 281], [592, 283], [577, 283], [577, 285], [594, 285], [594, 257]]}, "center": {"152-161, T:0-1": [593, 269], "129-136": [590, 255], "120-128": [592, 259], "162-166": [593, 259]}}, {"id": "yn31vu", "name": "Syrian opposition flag", "description": "The Syrian opposition, officially the Syrian National Coalition, is a political organization in the Western Asian country of Syria fighting against the current government of Syria ruled by Bashar Al-Assad.", "links": {"website": ["https://en.wikipedia.org/wiki/Syrian_opposition", "https://en.wikipedia.org/wiki/Flag_of_Syria#Flag_of_the_Syrian_Opposition"]}, "path": {"17-21": [[523, 254], [520, 257], [523, 260], [526, 257]]}, "center": {"17-21": [523, 257]}}, {"id": "yn2rsv", "name": "United States heart", "description": "A heart depicting the flag of the United States, a country in North America.", "links": {"website": ["https://en.wikipedia.org/wiki/United_States", "https://en.wikipedia.org/wiki/Flag_of_United_States"], "subreddit": ["AmericanFlagInPlace", "AmericanFlagPlace", "MURICA"]}, "path": {"21-25": [[506, 251], [504, 253], [504, 254], [508, 258], [512, 254], [512, 253], [510, 251]], "26-28": [[790, 248], [787, 251], [787, 252], [792, 257], [797, 252], [797, 251], [794, 248]], "70-72": [[1120, 248], [1117, 251], [1117, 252], [1122, 257], [1127, 252], [1127, 251], [1124, 248]]}, "center": {"21-25": [508, 254], "26-28": [792, 252], "70-72": [1122, 252]}}, @@ -9011,7 +9010,7 @@ {"id": "zt3jex", "name": "Belgium", "description": "The country of Belgium as it appears on a map, with the flag of Belgium as the background.", "links": {"website": ["https://en.wikipedia.org/wiki/Belgium", "https://en.wikipedia.org/wiki/Flag_of_Belgium"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"97-101": [[1758, 206], [1760, 211], [1769, 221], [1772, 221], [1772, 223], [1778, 223], [1775, 219], [1777, 217], [1777, 214], [1781, 210], [1781, 206]]}, "center": {"97-101": [1770, 213]}}, {"id": "zt3a3n", "name": "Esperanto flag", "description": "Esperanto is a constructed auxiliary language. It was created in 1887 by L. L. Zamenhof as a project for an international language that would be neutral and easy to learn. It is the most popular constructed language, spoken by 200,000 to 2,000,000 people.", "links": {"website": ["https://esperanto.net/", "https://en.wikipedia.org/wiki/Esperanto"], "subreddit": ["Esperanto"]}, "path": {"112-125": [[1775, 252], [1775, 275], [1793, 275], [1805, 252]]}, "center": {"112-125": [1786, 263]}}, {"id": "zt1y1l", "name": "Snivy", "description": "Snivy is the Grass-type starter Pokémon of the Generation V Pokémon games (Pokémon Black/White).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Snivy_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"144-149": [[1755, 265], [1750, 270], [1753, 274], [1759, 274], [1762, 270], [1762, 268], [1759, 265]]}, "center": {"144-149": [1756, 270]}}, -{"id": "zt1xk4", "name": "Snivy", "description": "Snivy is the Grass-type starter Pokémon of the Generation V Pokémon games (Pokémon Black/White).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Snivy_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"116-157": [[1182, 1658], [1179, 1661], [1176, 1661], [1176, 1663], [1181, 1667], [1181, 1671], [1184, 1674], [1187, 1674], [1195, 1666], [1195, 1664], [1192, 1661], [1190, 1663], [1189, 1663], [1189, 1661], [1186, 1658]]}, "center": {"116-157": [1186, 1667]}}, +{"id": "zt1xk4", "name": "Snivy", "description": "Snivy is the Grass-type starter Pokémon of the Generation V Pokémon games (Pokémon Black/White).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Snivy_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"116-157": [[1182, 1658], [1179, 1661], [1176, 1661], [1176, 1663], [1181, 1667], [1181, 1671], [1184, 1674], [1187, 1674], [1195, 1666], [1195, 1664], [1192, 1661], [1190, 1663], [1189, 1663], [1189, 1661], [1186, 1658]]}, "center": {"116-157": [1186, 1667]}}, {"id": "ztwnt3", "name": "Pansexual Among Us crewmate", "description": "An Among Us crewmate in the colors of the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["pansexual"]}, "path": {"139-142": [[1826, 222], [1826, 224], [1825, 224], [1825, 226], [1827, 228], [1830, 228], [1830, 222]]}, "center": {"139-142": [1828, 225]}}, {"id": "ztwj6b", "name": "Hungary", "description": "The country of Hungary as it appears on a map, with the flag of Hungary as the background.", "links": {"website": ["https://en.wikipedia.org/wiki/Hungary", "https://en.wikipedia.org/wiki/Flag_of_Hungary"], "subreddit": ["hungary"]}, "path": {"95-107": [[1866, 253], [1866, 257], [1869, 260], [1870, 268], [1902, 268], [1912, 256], [1912, 250], [1910, 248], [1907, 248], [1906, 249], [1891, 249], [1879, 254], [1874, 254], [1873, 253]]}, "center": {"95-107": [1896, 258]}}, {"id": "ztwhyd", "name": "Slovakia", "description": "The country of Slovakia as it appears on a map, with the flag of Slovakia as the background.", "links": {"website": ["https://en.wikipedia.org/wiki/Slovakia", "https://en.wikipedia.org/wiki/Flag_of_Slovakia"], "subreddit": ["slovakia"]}, "path": {"93-104": [[1881, 235], [1874, 240], [1870, 240], [1867, 244], [1867, 247], [1869, 251], [1875, 254], [1878, 254], [1879, 253], [1884, 253], [1886, 250], [1890, 249], [1900, 249], [1902, 247], [1907, 247], [1908, 248], [1909, 248], [1911, 244], [1911, 238], [1899, 236], [1898, 237], [1888, 237]]}, "center": {"93-104": [1880, 245]}}, @@ -9146,7 +9145,7 @@ {"id": "1003l6s", "name": "AMC", "description": "AMC is an American chain of movie theaters and the largest movie theater chain in the world.", "links": {"website": ["https://amctheatres.com/", "https://en.wikipedia.org/wiki/AMC_Theatres"], "subreddit": ["amcstock"]}, "path": {"128, 130-136, 64-125": [[1238, 339], [1226, 343], [1216, 353], [1212, 363], [1212, 373], [1216, 383], [1222, 390], [1238, 397], [1250, 397], [1263, 390], [1271, 376], [1271, 362], [1264, 350], [1247, 339]], "137-159": [[1223, 344], [1217, 351], [1214, 359], [1214, 373], [1218, 381], [1224, 387], [1232, 390], [1247, 392], [1260, 387], [1268, 378], [1269, 373], [1269, 356], [1265, 350], [1260, 344]]}, "center": {"128, 130-136, 64-125": [1241, 368], "137-159": [1244, 368]}}, {"id": "1003iyb", "name": "r/amcstock", "description": "AMC is an American chain of movie theaters. This art was created by r/amcstock, a subreddit who uses AMC's stocks as meme stocks.\n\nThis art was secured by r/amcstock soon after the first expansion, but was later attacked by content creators GeorgeNotFound and Karl Jacobs, replacing it with a DreamNotFound artwork. r/amcstock eventually counterattacked and restored the AMC logo. In the last hour before the whiteout, content creator Dream came to wipe out AMC for defending their territory against Karl and George, replacing this art with the YouTube series Good Mythical Morning.", "links": {"website": ["https://en.wikipedia.org/wiki/AMC_Theatres"], "subreddit": ["amcstock"]}, "path": {"133-136, 72-125": [[1205, 330], [1205, 398], [1279, 398], [1279, 330]], "137-159": [[1205, 344], [1205, 382], [1214, 382], [1223, 391], [1244, 391], [1244, 398], [1279, 398], [1279, 344]]}, "center": {"133-136, 72-125": [1242, 364], "137-159": [1254, 369]}}, {"id": "10038y3", "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America. Its flag features Mexico's coat of arms, depicting a golden eagle eating a snake on a cactus. This symbol is based on a legend from the ancient Aztec people, signifying the place where the Aztecs should build their empire.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"]}, "path": {"23-35": [[866, 447], [866, 465], [870, 465], [870, 447]], "74-82": [[1118, 657], [1118, 661], [1122, 661], [1122, 657]], "115-164, T:0-1": [[1199, 353], [1199, 357], [1205, 357], [1205, 353]]}, "center": {"23-35": [868, 456], "74-82": [1120, 659], "115-164, T:0-1": [1202, 355]}}, -{"id": "1003891", "name": "Flag of Ecuador", "description": "Ecuador is a country in northwestern South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Ecuador", "https://en.wikipedia.org/wiki/Flag_of_Ecuador"]}, "path": {"115-166, T:0-1": [[1199, 345], [1199, 349], [1205, 349], [1205, 345]]}, "center": {"115-166, T:0-1": [1202, 347]}}, +{"id": 1003891, "name": "Flag of Ecuador", "description": "Ecuador is a country in northwestern South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Ecuador", "https://en.wikipedia.org/wiki/Flag_of_Ecuador"]}, "path": {"115-166, T:0-1": [[1199, 345], [1199, 349], [1205, 349], [1205, 345]]}, "center": {"115-166, T:0-1": [1202, 347]}}, {"id": "1002uno", "name": "EPITA-Spain heart", "description": "A heart with the colors of the EPITA logo and the flag of Spain.", "links": {"website": ["https://www.epita.fr/", "https://en.wikipedia.org/wiki/Spain"], "subreddit": ["epita", "esPlace", "spain"]}, "path": {"105-166, T:0-1": [[1200, 304], [1198, 306], [1198, 307], [1199, 308], [1199, 309], [1202, 312], [1203, 312], [1207, 309], [1207, 306], [1205, 304]]}, "center": {"105-166, T:0-1": [1203, 308]}}, {"id": "1008nin", "name": "Lady Camden", "description": "Lady Camden is one of the top 5 competitors on Season 14 of RuPaul's Drag Race as of r/place 2022.", "links": {"website": ["https://en.wikipedia.org/wiki/Lady_Camden", "https://rupaulsdragrace.fandom.com/wiki/Lady_Camden"], "subreddit": ["SpoiledDragRace", "rupaulsdragrace"]}, "path": {"99-165, T:0-1": [[1222, 402], [1222, 416], [1230, 416], [1230, 402]]}, "center": {"99-165, T:0-1": [1226, 409]}}, {"id": "1008n0h", "name": "Willow Pill", "description": "Willow Pill is one of the top 5 competitors on Season 14 of RuPaul's Drag Race as of r/place 2022.", "links": {"website": ["https://en.wikipedia.org/wiki/Willow_Pill", "https://rupaulsdragrace.fandom.com/wiki/Willow_Pill"], "subreddit": ["SpoiledDragRace", "rupaulsdragrace"]}, "path": {"83-165, T:0-1": [[1222, 416], [1222, 430], [1230, 430], [1230, 416]]}, "center": {"83-165, T:0-1": [1226, 423]}}, @@ -9505,7 +9504,7 @@ {"id": "10mbqvm", "name": "Gurren Lagann", "description": "Gurren Lagann is the titular mecha character in the anime Tengen Toppa Gurren Lagann. His pilot Simon is drawn below.", "links": {"website": ["https://gurrenlagann.fandom.com/wiki/Gurren_Lagann"], "subreddit": ["gurrenlagann"]}, "path": {"114-166, T:0-1": [[1747, 433], [1744, 436], [1744, 441], [1741, 445], [1741, 448], [1746, 448], [1743, 455], [1741, 457], [1741, 458], [1747, 458], [1749, 449], [1750, 448], [1751, 448], [1751, 451], [1755, 458], [1760, 458], [1760, 457], [1757, 454], [1757, 449], [1758, 449], [1760, 446], [1760, 435], [1758, 433], [1756, 433], [1756, 436], [1753, 436], [1753, 433]]}, "center": {"114-166, T:0-1": [1750, 442]}}, {"id": "10mbp43", "name": "Simon", "description": "Simon is a character in Tengen Toppa Gurren Lagann who pilots the titular mecha, Gurren Lagann.", "links": {"website": ["https://gurrenlagann.fandom.com/wiki/Simon"], "subreddit": ["gurrenlagann"]}, "path": {"124-166, T:0-1": [[1749, 451], [1749, 455], [1751, 455], [1751, 451]]}, "center": {"124-166, T:0-1": [1750, 453]}}, {"id": "10mbkoq", "name": "Scissor Blade", "description": "The Scissor Blade is the main weapon of protagonist Ryūko Matoi in the anime Kill la Kill.", "links": {"website": ["https://kill-la-kill.fandom.com/wiki/Scissor_Blades"], "subreddit": ["KillLaKill"]}, "path": {"118-166, T:0-1": [[1718, 433], [1714, 437], [1714, 443], [1716, 445], [1716, 460], [1721, 460], [1721, 452], [1723, 449], [1721, 447], [1721, 437], [1722, 436], [1719, 433]]}, "center": {"118-166, T:0-1": [1718, 439]}}, -{"id": "000102", "name": "HasanAbi", "description": "HasanAbi, real name Hasan Piker, is a Twitch streamer.", "links": {"website": ["https://www.twitch.tv/hasanabi", "https://en.wikipedia.org/wiki/Hasan_Piker"], "subreddit": ["Hasan_Piker", "okbuddyhasan"]}, "path": {"61-76": [[1849, 429], [1749, 429], [1749, 539], [1850, 539], [1849, 539]], "79-119": [[1794, 497], [1791, 500], [1791, 505], [1790, 506], [1790, 514], [1792, 518], [1791, 521], [1787, 521], [1787, 530], [1786, 530], [1786, 539], [1824, 539], [1824, 530], [1814, 519], [1814, 515], [1816, 513], [1816, 504], [1813, 500], [1807, 497]]}, "center": {"61-76": [1800, 485], "79-119": [1803, 526]}}, +{"id": 102, "name": "HasanAbi", "description": "HasanAbi, real name Hasan Piker, is a Twitch streamer.", "links": {"website": ["https://www.twitch.tv/hasanabi", "https://en.wikipedia.org/wiki/Hasan_Piker"], "subreddit": ["Hasan_Piker", "okbuddyhasan"]}, "path": {"61-76": [[1849, 429], [1749, 429], [1749, 539], [1850, 539], [1849, 539]], "79-119": [[1794, 497], [1791, 500], [1791, 505], [1790, 506], [1790, 514], [1792, 518], [1791, 521], [1787, 521], [1787, 530], [1786, 530], [1786, 539], [1824, 539], [1824, 530], [1814, 519], [1814, 515], [1816, 513], [1816, 504], [1813, 500], [1807, 497]]}, "center": {"61-76": [1800, 485], "79-119": [1803, 526]}}, {"id": "10n7fp1", "name": "Blammo", "description": "Blammo is a meme and catchphrase used by streamer HasanAbi.", "links": {"website": ["https://www.twitch.tv/hasanabi", "https://en.wikipedia.org/wiki/Hasan_Piker"], "subreddit": ["Hasan_Piker", "okbuddyhasan"]}, "path": {"78-118": [[1786, 530], [1786, 539], [1824, 539], [1824, 530]], "119-166, T:0-1": [[1786, 530], [1786, 539], [1822, 539], [1822, 530]]}, "center": {"78-118": [1805, 535], "119-166, T:0-1": [1804, 535]}}, {"id": "10n7tub", "name": "Athena Cykes", "description": "Athena Cykes is a character in the Ace Attorney games.", "links": {"website": ["https://aceattorney.fandom.com/wiki/Athena_Cykes"], "subreddit": ["plAceAttorney", "AceAttorney"]}, "path": {"109-113": [[630, 1409], [628, 1411], [626, 1411], [626, 1412], [629, 1415], [631, 1416], [637, 1416], [637, 1409]]}, "center": {"109-113": [632, 1412]}}, {"id": "10n7s2f", "name": "Apollo Justice", "description": "Apollo Justice is a character in the Ace Attorney games.", "links": {"website": ["https://aceattorney.fandom.com/wiki/Apollo_Justice"], "subreddit": ["plAceAttorney", "AceAttorney"]}, "path": {"105-116": [[1745, 440], [1743, 445], [1743, 448], [1741, 448], [1741, 451], [1746, 456], [1750, 456], [1753, 453], [1753, 450], [1754, 449], [1754, 443], [1752, 441], [1750, 441], [1750, 439], [1745, 439]], "60-77": [[1382, 111], [1379, 114], [1379, 116], [1381, 118], [1381, 121], [1383, 123], [1383, 126], [1387, 126], [1387, 123], [1388, 123], [1388, 121], [1390, 121], [1392, 119], [1392, 118], [1389, 118], [1389, 112], [1391, 109], [1391, 108], [1390, 108], [1389, 109], [1386, 109], [1386, 111]], "93-104": [[1730, 460], [1727, 462], [1727, 465], [1729, 467], [1729, 470], [1730, 471], [1730, 473], [1733, 474], [1737, 472], [1741, 467], [1739, 465], [1738, 465], [1738, 460]], "145-158": [[817, 1188], [817, 1190], [814, 1190], [814, 1197], [813, 1197], [813, 1200], [815, 1204], [820, 1206], [822, 1206], [822, 1203], [824, 1203], [827, 1198], [827, 1192], [823, 1188]], "161-166, T:0-1": [[1260, 1739], [1260, 1742], [1262, 1744], [1262, 1749], [1263, 1750], [1263, 1752], [1267, 1752], [1267, 1748], [1268, 1748], [1268, 1746], [1270, 1746], [1272, 1744], [1272, 1743], [1269, 1743], [1269, 1739], [1266, 1736], [1264, 1739]]}, "center": {"105-116": [1749, 447], "60-77": [1385, 118], "93-104": [1734, 468], "145-158": [821, 1196], "161-166, T:0-1": [1265, 1743]}}, @@ -9668,7 +9667,7 @@ {"id": "10za7sy", "name": "BMO", "description": "BMO is a lovable little robot from the Cartoon Network show Adventure Time.", "links": {"website": ["https://adventuretime.fandom.com/wiki/BMO"], "subreddit": ["adventuretime"]}, "path": {"77-80": [[813, 548], [813, 581], [849, 581], [849, 548]], "26-38": [[593, 869], [593, 871], [596, 874], [596, 882], [609, 882], [609, 868], [606, 865], [599, 865], [596, 868], [596, 869]], "121-137, T:0-1": [[1482, 538], [1482, 546], [1483, 546], [1483, 548], [1487, 548], [1487, 546], [1489, 544], [1489, 542], [1488, 542], [1488, 538]]}, "center": {"77-80": [831, 565], "26-38": [602, 872], "121-137, T:0-1": [1485, 543]}}, {"id": "10zacdd", "name": "Dota 2", "description": "Defense of the Ancients 2 (Dota 2) is a massively online battle arena (MOBA) developed by Valve.", "links": {"website": ["https://dota2.com", "https://en.wikipedia.org/wiki/Dota_2"], "subreddit": ["DotA2"]}, "path": {"1-14": [[895, 546], [895, 579], [922, 579], [922, 575], [925, 571], [925, 563], [928, 563], [931, 559], [931, 552], [928, 550], [922, 550], [922, 545], [920, 545], [920, 549], [901, 549], [897, 546]], "15-27": [[895, 519], [895, 584], [922, 584], [922, 536], [929, 531], [929, 529], [931, 527], [931, 525], [922, 525], [922, 516], [919, 516], [919, 521], [913, 521], [912, 520], [902, 520], [901, 519]]}, "center": {"1-14": [910, 564], "15-27": [909, 548]}}, {"id": "10zydjw", "name": "Giant Alien Spider Hatchling", "description": "Giant Alien Spiders are infamous monsters from FTL: Multiverse, a mod for the video game FTL: Faster Than Light. Pictured here is a Giant Alien Spider \"Hatchling\" (baby).", "links": {"website": ["https://ftlmultiverse.fandom.com/wiki/Giant_Alien_Spiders#G.A.S._Hatchling", "https://subsetgames.com/forum/viewtopic.php?t=35332"], "discord": ["fZvJYVHh"]}, "path": {"51-60": [[415, 193], [415, 202], [431, 202], [431, 193]]}, "center": {"51-60": [423, 198]}}, -{"id": "000101", "name": "A Practical Guide To Evil", "description": "A Practical Guide to Evil is a young adult fantasy serial novel by ErraticErrata about a young girl named Catherine Foundling making her way through the world - though, in a departure from the norm, not on the side of the heroes. Is there such a thing as doing bad things for good reasons, or is she just rationalizing her desire for control? Good and evil are tricky concepts, and the more power you get, the blurrier the lines between them become. The novel was written over the course of 7 years and has 696 chapters.", "links": {"website": ["http://practicalguidetoevil.wordpress.com/"], "subreddit": ["PracticalGuideToEvil"], "discord": ["Bs6TAsaqvd"]}, "path": {"10-166, T:0-1": [[934, 519], [934, 542], [960, 542], [960, 519]]}, "center": {"10-166, T:0-1": [947, 531]}}, +{"id": 101, "name": "A Practical Guide To Evil", "description": "A Practical Guide to Evil is a young adult fantasy serial novel by ErraticErrata about a young girl named Catherine Foundling making her way through the world - though, in a departure from the norm, not on the side of the heroes. Is there such a thing as doing bad things for good reasons, or is she just rationalizing her desire for control? Good and evil are tricky concepts, and the more power you get, the blurrier the lines between them become. The novel was written over the course of 7 years and has 696 chapters.", "links": {"website": ["http://practicalguidetoevil.wordpress.com/"], "subreddit": ["PracticalGuideToEvil"], "discord": ["Bs6TAsaqvd"]}, "path": {"10-166, T:0-1": [[934, 519], [934, 542], [960, 542], [960, 519]]}, "center": {"10-166, T:0-1": [947, 531]}}, {"id": "110649q", "name": "r/PracticalGuideToEvil", "description": "Subreddit focused on the works of author ErraticErrata, including A Practical Guide to Evil and Pale Lights.", "links": {"subreddit": ["PracticalGuideToEvil"]}, "path": {"23-31": [[940, 536], [940, 541], [959, 541], [959, 535], [943, 535], [943, 536]], "10-22": [[940, 535], [940, 542], [960, 542], [960, 535]], "32-165, T:0-1": [[935, 535], [935, 541], [959, 541], [959, 535]]}, "center": {"23-31": [950, 538], "10-22": [950, 539], "32-165, T:0-1": [947, 538]}}, {"id": "1105lpy", "name": "Sein", "description": "Sein is Ori's companion in Ori and the Blind Forest.", "links": {"website": ["https://oriandtheblindforest.fandom.com/wiki/Sein"], "subreddit": ["OriAndTheBlindForest"], "discord": ["orithegame"]}, "path": {"12-166, T:0-1": [[985, 511], [982, 514], [981, 516], [981, 517], [984, 520], [986, 521], [993, 521], [993, 527], [991, 527], [991, 529], [989, 529], [989, 532], [986, 532], [986, 533], [988, 535], [990, 535], [994, 532], [998, 527], [998, 522], [996, 518], [994, 516], [991, 515], [988, 512]]}, "center": {"12-166, T:0-1": [987, 517]}}, {"id": "1105k41", "name": "Spirit Tree", "description": "The Spirit Tree is a character in Ori and the Blind Forest. He is the guardian of the game's setting, the Forest of Nibel, and is also Ori's father and the game's narrator.", "links": {"website": ["https://oriandtheblindforest.fandom.com/wiki/Spirit_Tree_(Character)"], "subreddit": ["OriAndTheBlindForest"], "discord": ["orithegame"]}, "path": {"60-166, T:0-1": [[1006, 510], [1001, 514], [997, 514], [994, 517], [996, 519], [996, 523], [992, 526], [992, 533], [991, 534], [991, 536], [993, 536], [995, 538], [999, 538], [999, 539], [1001, 541], [1001, 547], [997, 550], [997, 551], [1014, 551], [1014, 550], [1012, 548], [1012, 544], [1019, 540], [1019, 534], [1020, 534], [1022, 532], [1022, 531], [1020, 529], [1020, 521], [1022, 518], [1019, 515], [1017, 514], [1014, 514], [1011, 511], [1009, 510]]}, "center": {"60-166, T:0-1": [1007, 529]}}, @@ -9742,7 +9741,7 @@ {"id": "115zsxt", "name": "Stanley Cup", "description": "The Stanley Cup is a trophy awarded to the winner of the National Hockey League (NHL) champion each year. The Ottawa Senators have won the Stanley Cup 11 times.", "links": {"website": ["https://en.wikipedia.org/wiki/Stanley_Cup"], "subreddit": ["OttawaSenators"]}, "path": {"71-158, T:0-1": [[1478, 535], [1478, 546], [1482, 546], [1482, 535]]}, "center": {"71-158, T:0-1": [1480, 541]}}, {"id": "115zahf", "name": "Jake the Dog", "description": "Jake is the best friend and adoptive brother of Finn in the animated TV series Adventure Time. He has magical powers to change his size and shape at will.", "links": {"website": ["https://adventuretime.fandom.com/wiki/Jake", "https://en.wikipedia.org/wiki/Jake_the_Dog"], "subreddit": ["adventuretime"]}, "path": {"132-140": [[1504, 528], [1502, 530], [1503, 531], [1503, 534], [1509, 534], [1509, 531], [1510, 530], [1508, 528]]}, "center": {"132-140": [1506, 531]}}, {"id": "115z1ly", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"]}, "path": {"147-153": [[1473, 501], [1473, 527], [1482, 527], [1482, 501], [1488, 501], [1488, 520], [1493, 523], [1499, 523], [1499, 501]], "141-143": [[1480, 501], [1476, 504], [1476, 505], [1481, 507], [1481, 511], [1482, 515], [1492, 512], [1495, 510], [1495, 505], [1493, 503], [1489, 503]], "97-133": [[1473, 501], [1473, 527], [1499, 527], [1499, 501]], "80-83": [[1477, 512], [1477, 515], [1478, 518], [1491, 518], [1493, 515], [1493, 512]], "56-66": [[1700, 537], [1700, 543], [1718, 543], [1718, 537]], "23-29": [[0, 654], [0, 662], [2, 662], [2, 663], [20, 663], [20, 655], [2, 655], [2, 654]], "2-13": [[670, 719], [670, 725], [678, 725], [678, 719]], "32-37": [[17, 940], [17, 946], [22, 946], [22, 940]], "162-166, T:0-1": [[1473, 525], [1473, 527], [1499, 527], [1499, 525]]}, "center": {"147-153": [1494, 513], "141-143": [1486, 508], "97-133": [1486, 514], "80-83": [1485, 515], "56-66": [1709, 540], "23-29": [15, 659], "2-13": [674, 722], "32-37": [20, 943], "162-166, T:0-1": [1486, 526]}}, -{"id": "000019", "name": "Pou", "description": "Pou was a Top 1 downloaded mobile game on Google Play for several years straight. In it, the player takes care of a virtual pet, feeding it, buying medicine, and playing minigames.", "links": {"website": ["https://play.google.com/store/apps/details?id=me.pou.app&gl=us", "https://en.wikipedia.org/wiki/Pou_(video_game)"]}, "path": {"68-83": [[1500, 447], [1590, 447], [1590, 542], [1500, 545]]}, "center": {"68-83": [1545, 496]}}, +{"id": 19, "name": "Pou", "description": "Pou was a Top 1 downloaded mobile game on Google Play for several years straight. In it, the player takes care of a virtual pet, feeding it, buying medicine, and playing minigames.", "links": {"website": ["https://play.google.com/store/apps/details?id=me.pou.app&gl=us", "https://en.wikipedia.org/wiki/Pou_(video_game)"]}, "path": {"68-83": [[1500, 447], [1590, 447], [1590, 542], [1500, 545]]}, "center": {"68-83": [1545, 496]}}, {"id": "11613fm", "name": "The Tragedy of Darth Plagueis The Wise", "description": "The Tragedy of Darth Plagueis The Wise is a copypasta and meme originating from the movie Star Wars Episode III: Revenge of the Sith.", "links": {"website": ["https://knowyourmeme.com/memes/the-tragedy-of-darth-plagueis-the-wise"]}, "path": {"56-61": [[1404, 538], [1404, 557], [1409, 552], [1441, 552], [1447, 546], [1503, 546], [1503, 538]]}, "center": {"56-61": [1413, 545]}}, {"id": "1160w6u", "name": "Pokémon Picross", "description": "Pokémon Picross is a puzzle game featuring characters from the Pokémon franchise.", "links": {"website": ["https://en.wikipedia.org/wiki/Pok%C3%A9mon_Picross"], "subreddit": ["pokemon"]}, "path": {"77-88": [[1488, 532], [1488, 543], [1499, 543], [1499, 532]]}, "center": {"77-88": [1494, 538]}}, {"id": "1160rr9", "name": "Colombia-Romania hearts", "description": "Hearts depicting the flags of Colombia and Romania.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Romania"], "subreddit": ["Colombia", "Romania"]}, "path": {"82-144": [[1489, 594], [1486, 597], [1486, 599], [1492, 605], [1498, 599], [1498, 597], [1495, 594], [1513, 594], [1510, 597], [1510, 599], [1516, 605], [1522, 599], [1522, 597], [1519, 594]], "73-81": [[1513, 594], [1510, 597], [1510, 599], [1516, 605], [1522, 599], [1522, 597], [1519, 594]], "145-152, T:0-1": [[1513, 594], [1510, 597], [1510, 599], [1522, 599], [1522, 597], [1519, 594]]}, "center": {"82-144": [1492, 598], "73-81": [1516, 599], "145-152, T:0-1": [1516, 597]}}, @@ -10051,7 +10050,7 @@ {"id": "12484c5", "name": "Virginia Tech", "description": "Virginia Tech is an engineering-focused university in Blacksburg, a city in southwest Virginia, United States. Go Hokies!", "links": {"website": ["https://vt.edu/", "https://en.wikipedia.org/wiki/Virginia_Tech"], "subreddit": ["VirginiaTech"]}, "path": {"67-80": [[1866, 618], [1866, 623], [1872, 632], [1874, 632], [1875, 633], [1891, 633], [1891, 618]], "56-66": [[1865, 618], [1865, 633], [1891, 633], [1891, 618]]}, "center": {"67-80": [1879, 626], "56-66": [1878, 626]}}, {"id": "1247wtz", "name": "r/Gunners", "description": "Subreddit focused on on the English association football club Arsenal F.C., nicknamed the Gunners.", "links": {"website": ["https://www.arsenal.com/", "https://en.wikipedia.org/wiki/Arsenal_F.C."], "subreddit": ["Gunners"]}, "path": {"69-99": [[1825, 665], [1825, 675], [1873, 675], [1873, 665]]}, "center": {"69-99": [1849, 670]}}, {"id": "1247ol7", "name": "Mojo Chessmaster", "description": "The Mojo Chessmaster is a custom-made guitar used by John Flansburgh of the band They Might Be Giants.", "links": {"website": ["https://tmbw.net/wiki/Mojo_Chessmaster"], "subreddit": ["tmbg"]}, "path": {"114-127, 131-160": [[1885, 637], [1885, 641], [1884, 641], [1884, 648], [1890, 648], [1890, 640], [1888, 640], [1888, 639], [1886, 637]]}, "center": {"114-127, 131-160": [1887, 643]}}, -{"id": "1253355", "name": "Gabibbo", "description": "Gabibbo is a mascot for the Italian TV channel Canale 5, featured in the programs Paperissima and Striscia la notizia.", "links": {"website": ["https://www.striscialanotizia.mediaset.it/sos-gabibbo/", "https://en.wikipedia.org/wiki/Gabibbo"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"18-21": [[812, 340], [801, 353], [801, 360], [803, 362], [803, 369], [797, 369], [789, 377], [788, 380], [791, 385], [792, 384], [796, 384], [799, 380], [799, 398], [789, 415], [801, 418], [808, 411], [812, 414], [812, 426], [816, 429], [820, 427], [820, 413], [825, 409], [826, 409], [836, 424], [842, 416], [842, 411], [837, 400], [835, 398], [835, 392], [839, 390], [849, 380], [841, 371], [832, 371], [832, 367], [836, 359], [836, 357], [829, 345], [824, 339]]}, "center": {"18-21": [818, 384]}}, +{"id": 1253355, "name": "Gabibbo", "description": "Gabibbo is a mascot for the Italian TV channel Canale 5, featured in the programs Paperissima and Striscia la notizia.", "links": {"website": ["https://www.striscialanotizia.mediaset.it/sos-gabibbo/", "https://en.wikipedia.org/wiki/Gabibbo"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"18-21": [[812, 340], [801, 353], [801, 360], [803, 362], [803, 369], [797, 369], [789, 377], [788, 380], [791, 385], [792, 384], [796, 384], [799, 380], [799, 398], [789, 415], [801, 418], [808, 411], [812, 414], [812, 426], [816, 429], [820, 427], [820, 413], [825, 409], [826, 409], [836, 424], [842, 416], [842, 411], [837, 400], [835, 398], [835, 392], [839, 390], [849, 380], [841, 371], [832, 371], [832, 367], [836, 359], [836, 357], [829, 345], [824, 339]]}, "center": {"18-21": [818, 384]}}, {"id": "twi2k7", "name": "Meat Boy", "description": "Meat Boy is a small, dark red, cube-shaped character who stars in the platforming game Super Meat Boy. His likeness is also used for the popular Twitch emote \"BloodTrail\".", "links": {"website": ["http://supermeatboy.com/", "https://en.wikipedia.org/wiki/Super_Meat_Boy"], "subreddit": ["Supermeatboy"]}, "path": {"141-148": [[1940, 695], [1940, 732], [2000, 732], [2000, 695]], "98-101": [[1920, 775], [1920, 829], [2000, 829], [2000, 775]]}, "center": {"141-148": [1970, 714], "98-101": [1960, 802]}}, {"id": "1256bcy", "name": "Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"56-75": [[1930, 696], [1930, 713], [1951, 713], [1951, 696]]}, "center": {"56-75": [1941, 705]}}, {"id": "1255zlx", "name": "89squad", "description": "89squad is a Russian Twitch streamer group created by streamer Bratishkinoff.", "links": {"website": ["https://www.twitch.tv/team/89squad"], "subreddit": ["89SQUAD89"]}, "path": {"92-149": [[1976, 599], [1976, 605], [1990, 605], [1990, 606], [1992, 606], [1992, 605], [1996, 605], [1996, 599]], "58-81": [[1977, 598], [1977, 604], [1990, 604], [1990, 605], [1992, 605], [1992, 604], [1997, 604], [1997, 598]]}, "center": {"92-149": [1979, 602], "58-81": [1980, 601]}}, @@ -10571,7 +10570,7 @@ {"id": "1421j91", "name": "Alfur Aldric", "description": "Alfur Aldric is a character in the animated series Hilda.", "links": {"website": ["https://hildatheseries.fandom.com/wiki/Alfur_Aldric"], "subreddit": ["HildaTheSeries"]}, "path": {"131-166, 88-128, T:0-1": [[1483, 904], [1483, 910], [1485, 912], [1487, 912], [1489, 910], [1489, 905], [1490, 904], [1489, 903], [1488, 904]]}, "center": {"131-166, 88-128, T:0-1": [1486, 908]}}, {"id": "1421j92", "name": "Prince", "description": "Prince is a green fish. It is kissing its love interest, Princess the pink fish.", "links": {"subreddit": ["PlaceFishCult"]}, "path": {"57-96, 99-166, T:0-1": [[1443, 921], [1441, 923], [1443, 925], [1446, 925], [1446, 921]]}, "center": {"57-96, 99-166, T:0-1": [1444, 923]}}, {"id": "1421j93", "name": "r/GIDLE", "description": "Subreddit focused on the K-pop girl group (G)I-DLE", "links": {"website": ["https://g-i-dle.fandom.com/wiki/Neverland"], "subreddit": ["GIDLE"]}, "path": {"152-166, T:0-1": [[1465, 913], [1465, 917], [1488, 917], [1488, 914], [1486, 912], [1470, 912], [1469, 913]]}, "center": {"152-166, T:0-1": [1477, 915]}}, -{"id": "000144", "name": "Fish Cult", "description": "The Fish Cult is a team of people dedicated to making fish on r/place.", "links": {"subreddit": ["PlaceFishCult"]}, "path": {"56-166, T:0-1": [[1421, 928], [1421, 905], [1450, 905], [1450, 949], [1451, 949], [1451, 956], [1450, 956], [1450, 959], [1422, 959], [1422, 953], [1419, 950], [1419, 949], [1450, 949], [1450, 935], [1448, 935], [1445, 932], [1441, 936], [1429, 936], [1426, 934], [1426, 930], [1424, 928]]}, "center": {"56-166, T:0-1": [1436, 919]}}, +{"id": 144, "name": "Fish Cult", "description": "The Fish Cult is a team of people dedicated to making fish on r/place.", "links": {"subreddit": ["PlaceFishCult"]}, "path": {"56-166, T:0-1": [[1421, 928], [1421, 905], [1450, 905], [1450, 949], [1451, 949], [1451, 956], [1450, 956], [1450, 959], [1422, 959], [1422, 953], [1419, 950], [1419, 949], [1450, 949], [1450, 935], [1448, 935], [1445, 932], [1441, 936], [1429, 936], [1426, 934], [1426, 930], [1424, 928]]}, "center": {"56-166, T:0-1": [1436, 919]}}, {"id": "143uh8t", "name": "Non-binary flag", "description": "A pride flag representing the non-binary community. Non-binary people identify as a gender other than only male or female. The non-binary flag was created in 2014 by Kye Rowan. The different ways people can have a non-binary gender is represented by each color.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"]}, "path": {"127-130": [[1494, 930], [1494, 937], [1497, 937], [1497, 935], [1499, 933], [1499, 930]], "109-111": [[1520, 930], [1520, 932], [1525, 932], [1525, 930]], "87-100": [[1522, 980], [1522, 985], [1528, 985], [1528, 980]], "131-166, T:0-1": [[1491, 933], [1491, 937], [1496, 937], [1499, 933], [1499, 930], [1495, 930], [1495, 933]]}, "center": {"127-130": [1496, 932], "109-111": [1523, 931], "87-100": [1525, 983], "131-166, T:0-1": [1495, 935]}}, {"id": "143ug6w", "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"]}, "path": {"61-69": [[1781, 988], [1781, 991], [1799, 991], [1799, 988], [1792, 988], [1792, 991], [1788, 991], [1788, 988]], "104-166, T:0-1": [[1492, 924], [1492, 931], [1496, 931], [1496, 924]]}, "center": {"61-69": [1795, 990], "104-166, T:0-1": [1494, 928]}}, {"id": "143ufeb", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"]}, "path": {"62": [[1494, 910], [1494, 916], [1496, 916], [1496, 910]], "92": [[1494, 919], [1494, 925], [1496, 925], [1496, 919]], "164": [[1492, 911], [1492, 925], [1496, 925], [1496, 920], [1501, 920], [1501, 918], [1494, 918], [1492, 916], [1492, 915], [1494, 913], [1497, 913], [1497, 914], [1496, 915], [1496, 917], [1498, 917], [1498, 915], [1500, 915], [1500, 913], [1501, 912], [1501, 911]], "156-160": [[1492, 911], [1492, 925], [1496, 925], [1496, 920], [1508, 920], [1508, 911]], "80-87": [[1453, 925], [1453, 931], [1461, 931], [1461, 925]], "101-155, 161-163, T:0-1": [[1492, 919], [1492, 925], [1496, 925], [1496, 919]]}, "center": {"62": [1495, 913], "92": [1495, 922], "164": [1494, 920], "156-160": [1499, 916], "80-87": [1457, 928], "101-155, 161-163, T:0-1": [1494, 922]}}, @@ -10698,150 +10697,189 @@ {"id": "147ktdv", "name": "Warp Pipe", "description": "A Warp Pipe is a type of pipe that commonly appears in the Mario games. It allows warping between locations.", "links": {"website": ["https://www.mariowiki.com/Warp_Pipe"], "subreddit": ["TeosGame"]}, "path": {"111-165, T:0-1": [[1088, 1014], [1085, 1017], [1085, 1021], [1086, 1022], [1086, 1031], [1090, 1036], [1096, 1036], [1099, 1030], [1100, 1028], [1100, 1022], [1101, 1021], [1101, 1017], [1098, 1014], [1097, 1014], [1097, 1017], [1098, 1018], [1098, 1020], [1089, 1020], [1089, 1017], [1090, 1016]]}, "center": {"111-165, T:0-1": [1093, 1027]}}, {"id": "147ktdw", "name": "Masaryk University-Freddy Fazbear heart", "description": "A heart with the background colors of the Masaryk University and Freddy Fazbear.", "links": {"website": ["https://www.muni.cz/", "https://freddy-fazbears-pizza.fandom.com/wiki/Freddy_Fazbear"], "subreddit": ["fivenightsatfreddys"]}, "path": {"163-165, T:0-1": [[1098, 1094], [1096, 1096], [1096, 1097], [1100, 1101], [1104, 1097], [1104, 1096], [1102, 1094]]}, "center": {"163-165, T:0-1": [1100, 1097]}}, {"id": "147ktdx", "name": "Université de Montréal", "description": "Université de Montréal is a university in Montreal, Quebec, Canada.", "links": {"website": ["http://www.umontreal.ca/", "https://en.wikipedia.org/wiki/Universit%C3%A9_de_Montr%C3%A9al"], "subreddit": ["Quebec"]}, "path": {"161-165, T:0-1": [[1070, 1065], [1070, 1069], [1068, 1071], [1068, 1073], [1076, 1073], [1076, 1071], [1074, 1069], [1074, 1065]]}, "center": {"161-165, T:0-1": [1072, 1071]}}, -{"id": "472", "name": "r/fuckcars parking lot", "description": "r/fuckcars is a subreddit dedicated to discussing the negative impacts of urban sprawl and car-dependent infrastructure on communities, safety, public health, and the environment. Examples include massive highways, huge parking lots, dangerous intersections, and bad road design. r/fuckcars aspires towards better urban planning and more sustainable and effective alternatives like mass transit and improved pedestrian/cycling infrastructure, particularly in the United States, which relies heavily on cars for commuting and travel.\n\nThis parking lot is meant to be an eyesore and waste valuable screen space, just like parking lots waste space in real life.", "links": {"subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"110-116": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1100], [1082, 1100], [1082, 1111], [1116, 1111], [1116, 1076]], "117-153": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1097], [1116, 1097], [1116, 1076]]}, "center": {"110-116": [1108, 1103], "117-153": [1108, 1085]}}, -{"id": "473", "name": "Asexual car", "description": "A car in the colors of the asexual pride flag. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149": [[1100, 1086], [1100, 1091], [1102, 1091], [1102, 1086]], "150-152": [[1103, 1086], [1103, 1092], [1100, 1092], [1100, 1097], [1102, 1097], [1102, 1092], [1103, 1092], [1103, 1091], [1107, 1091], [1107, 1086]]}, "center": {"149": [1101, 1089], "150-152": [1105, 1089]}}, -{"id": "474", "name": "Bisexual car", "description": "A car in the colors of the bisexual pride flag. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"114-122, 128-152": [[1108, 1087], [1108, 1091], [1110, 1091], [1110, 1087]]}, "center": {"114-122, 128-152": [1109, 1089]}}, -{"id": "475", "name": "Non-binary car", "description": "A car in the colors of the non-binary pride flag. Non-binary people identify as a gender other than only male or female.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"150-151": [[1112, 1087], [1112, 1098], [1114, 1098], [1114, 1087]]}, "center": {"150-151": [1113, 1093]}}, -{"id": "476", "name": "Genderqueer car", "description": "A car in the colors of the genderqueer pride flag. Genderqueer is an umbrella term similar to non-binary.", "links": {"website": ["https://gender.fandom.com/wiki/Genderqueer"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"115-120, 145-146": [[1100, 1087], [1100, 1091], [1102, 1091], [1102, 1087]], "131-144": [[1100, 1087], [1100, 1091], [1104, 1091], [1104, 1097], [1106, 1097], [1106, 1093], [1104, 1093], [1104, 1091], [1102, 1091], [1102, 1087]]}, "center": {"115-120, 145-146": [1101, 1089], "131-144": [1105, 1094]}}, -{"id": "477", "name": "Pansexual car", "description": "A car in the colors of the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"118-146": [[1104, 1078], [1104, 1082], [1106, 1082], [1106, 1078]]}, "center": {"118-146": [1105, 1080]}}, -{"id": "478", "name": "Lesbian car", "description": "A car in the colors of the lesbian pride flag. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149-151": [[1100, 1084], [1100, 1086], [1106, 1086], [1106, 1084]]}, "center": {"149-151": [1103, 1085]}}, -{"id": "479", "name": "7k Coalition", "description": "7k Coalition is a Discord server of a group of friends.\n\n7k Coalition joined with another friend group Discord, Waifu Gang, to create their logos on the canvas. And we still are here at the end of r/place and for the eternity.", "links": {}, "path": {"162-165, T:0-1": [[1122, 1100], [1122, 1112], [1127, 1112], [1127, 1100]]}, "center": {"162-165, T:0-1": [1125, 1106]}}, -{"id": "480", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"136-158": [[1117, 1074], [1117, 1114], [1116, 1114], [1116, 1123], [1120, 1123], [1120, 1114], [1117, 1114], [1117, 1106], [1121, 1106], [1121, 1074]]}, "center": {"136-158": [1118, 1116]}}, -{"id": "481", "name": "DreamNotFound Among Us crewmate", "description": "An Among Us crewmate in the colors of the DreamNotFound (DNF) flag. DreamNotFound is the ship name of content creators Dream and GeorgeNotFound.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["dreamnotfound2"]}, "path": {"132-141": [[1125, 1082], [1123, 1084], [1123, 1085], [1124, 1086], [1124, 1088], [1128, 1088], [1128, 1082]]}, "center": {"132-141": [1126, 1085]}}, -{"id": "482", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"147": [[1161, 1048], [1161, 1051], [1165, 1051], [1165, 1048]], "149-158": [[1058, 1122], [1058, 1128], [1074, 1128], [1074, 1122]], "161-162": [[1122, 1143], [1118, 1147], [1118, 1149], [1117, 1149], [1117, 1153], [1121, 1153], [1121, 1149], [1123, 1147], [1123, 1143]]}, "center": {"147": [1163, 1050], "149-158": [1066, 1125], "161-162": [1119, 1151]}}, -{"id": "483", "name": "Lesser Dog", "description": "Lesser Dog is a miniboss from the game Undertale. Its neck grows longer every time it is pet, and can extend past the top of the screen and wrap around to the bottom.", "links": {"website": ["https://undertale.fandom.com/wiki/Lesser_Dog"], "subreddit": ["Undertale"]}, "path": {"124-134": [[1288, 1048], [1285, 1051], [1285, 1066], [1287, 1068], [1288, 1068], [1290, 1070], [1293, 1070], [1293, 1068], [1295, 1068], [1298, 1065], [1299, 1062], [1301, 1062], [1301, 1059], [1300, 1058], [1300, 1056], [1299, 1055], [1299, 1053], [1297, 1051], [1292, 1051], [1292, 1048]]}, "center": {"124-134": [1292, 1059]}}, -{"id": "484", "name": "The Kid", "description": "The Kid is the player character in the game I Wanna Be the Guy and its spinoffs. He is on a quest to become \"The Guy\".", "links": {"website": ["https://i-wanna-be-the-guy.fandom.com/wiki/The_Kid"]}, "path": {"125-136": [[1312, 1080], [1310, 1082], [1310, 1088], [1311, 1088], [1311, 1092], [1312, 1093], [1322, 1093], [1326, 1089], [1326, 1085], [1324, 1082], [1322, 1080]], "162-166": [[1265, 1736], [1264, 1739], [1260, 1739], [1260, 1743], [1262, 1743], [1262, 1746], [1265, 1748], [1267, 1748], [1269, 1746], [1269, 1739], [1266, 1736]]}, "center": {"125-136": [1318, 1087], "162-166": [1265, 1742]}}, -{"id": "485", "name": "Blancworks", "description": "Blancworks was the development team responsible for the Figura mod until the original developer of the mod asked for the team to stop using the Blancworks branding and logo. The modding team is now known as Moonlight and continues working on Figura.", "links": {"website": ["https://github.com/Kingdom-Of-The-Moon", "https://github.com/Moonlight-MC"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"11-49": [[746, 954], [744, 956], [742, 956], [742, 962], [751, 962], [751, 956], [749, 956], [747, 954]], "50-99": [[736, 945], [736, 947], [734, 947], [734, 954], [743, 954], [743, 947], [741, 947], [741, 945]]}, "center": {"11-49": [747, 959], "50-99": [739, 950]}}, -{"id": "486", "name": "RIM", "description": "RIM is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCfBkUgaJ6eqYA9_TX2cmq9A", "https://kamitsubaki.fandom.com/wiki/Rim"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1445, 1123], [1445, 1126], [1447, 1126], [1447, 1123]]}, "center": {"123-165, T:0-1": [1446, 1125]}}, -{"id": "487", "name": "Isekaijoucho", "description": "Isekaijoucho is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCah4_WVjmr8XA7i5aigwV-Q", "https://kamitsubaki.fandom.com/wiki/Isekaijoucho"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1446, 1123], [1446, 1126], [1448, 1126], [1448, 1123]]}, "center": {"123-165, T:0-1": [1447, 1125]}}, -{"id": "488", "name": "Harusaruhi", "description": "Harusaruhi is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCE7gtjLeZKNXLp5YURzYYeg", "https://kamitsubaki.fandom.com/wiki/Harusaruhi"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1447, 1123], [1447, 1126], [1449, 1126], [1449, 1123]]}, "center": {"123-165, T:0-1": [1448, 1125]}}, -{"id": "489", "name": "koko", "description": "koko is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UC7Gow-kNHq21oejSIDg9PAg", "https://kamitsubaki.fandom.com/wiki/Koko"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1448, 1123], [1448, 1126], [1450, 1126], [1450, 1123]]}, "center": {"123-165, T:0-1": [1449, 1125]}}, -{"id": "490", "name": "CIEL", "description": "CIEL is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCRvkXFtB70ZADg4L6A8L3wQ", "https://kamitsubaki.fandom.com/wiki/Ciel"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1449, 1123], [1449, 1126], [1451, 1126], [1451, 1123]]}, "center": {"123-165, T:0-1": [1450, 1125]}}, +{"id": 472, "name": "r/fuckcars parking lot", "description": "r/fuckcars is a subreddit dedicated to discussing the negative impacts of urban sprawl and car-dependent infrastructure on communities, safety, public health, and the environment. Examples include massive highways, huge parking lots, dangerous intersections, and bad road design. r/fuckcars aspires towards better urban planning and more sustainable and effective alternatives like mass transit and improved pedestrian/cycling infrastructure, particularly in the United States, which relies heavily on cars for commuting and travel.\n\nThis parking lot is meant to be an eyesore and waste valuable screen space, just like parking lots waste space in real life.", "links": {"subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"110-116": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1100], [1082, 1100], [1082, 1111], [1116, 1111], [1116, 1076]], "117-153": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1097], [1116, 1097], [1116, 1076]]}, "center": {"110-116": [1108, 1103], "117-153": [1108, 1085]}}, +{"id": 473, "name": "Asexual car", "description": "A car in the colors of the asexual pride flag. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149": [[1100, 1086], [1100, 1091], [1102, 1091], [1102, 1086]], "150-152": [[1103, 1086], [1103, 1092], [1100, 1092], [1100, 1097], [1102, 1097], [1102, 1092], [1103, 1092], [1103, 1091], [1107, 1091], [1107, 1086]]}, "center": {"149": [1101, 1089], "150-152": [1105, 1089]}}, +{"id": 474, "name": "Bisexual car", "description": "A car in the colors of the bisexual pride flag. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"114-122, 128-152": [[1108, 1087], [1108, 1091], [1110, 1091], [1110, 1087]]}, "center": {"114-122, 128-152": [1109, 1089]}}, +{"id": 475, "name": "Non-binary car", "description": "A car in the colors of the non-binary pride flag. Non-binary people identify as a gender other than only male or female.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"150-151": [[1112, 1087], [1112, 1098], [1114, 1098], [1114, 1087]]}, "center": {"150-151": [1113, 1093]}}, +{"id": 476, "name": "Genderqueer car", "description": "A car in the colors of the genderqueer pride flag. Genderqueer is an umbrella term similar to non-binary.", "links": {"website": ["https://gender.fandom.com/wiki/Genderqueer"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"115-120, 145-146": [[1100, 1087], [1100, 1091], [1102, 1091], [1102, 1087]], "131-144": [[1100, 1087], [1100, 1091], [1104, 1091], [1104, 1097], [1106, 1097], [1106, 1093], [1104, 1093], [1104, 1091], [1102, 1091], [1102, 1087]]}, "center": {"115-120, 145-146": [1101, 1089], "131-144": [1105, 1094]}}, +{"id": 477, "name": "Pansexual car", "description": "A car in the colors of the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"118-146": [[1104, 1078], [1104, 1082], [1106, 1082], [1106, 1078]]}, "center": {"118-146": [1105, 1080]}}, +{"id": 478, "name": "Lesbian car", "description": "A car in the colors of the lesbian pride flag. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149-151": [[1100, 1084], [1100, 1086], [1106, 1086], [1106, 1084]]}, "center": {"149-151": [1103, 1085]}}, +{"id": 479, "name": "7k Coalition", "description": "7k Coalition is a Discord server of a group of friends.\n\n7k Coalition joined with another friend group Discord, Waifu Gang, to create their logos on the canvas. And we still are here at the end of r/place and for the eternity.", "links": {}, "path": {"162-165, T:0-1": [[1122, 1100], [1122, 1112], [1127, 1112], [1127, 1100]]}, "center": {"162-165, T:0-1": [1125, 1106]}}, +{"id": 480, "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"136-158": [[1117, 1074], [1117, 1114], [1116, 1114], [1116, 1123], [1120, 1123], [1120, 1114], [1117, 1114], [1117, 1106], [1121, 1106], [1121, 1074]]}, "center": {"136-158": [1118, 1116]}}, +{"id": 481, "name": "DreamNotFound Among Us crewmate", "description": "An Among Us crewmate in the colors of the DreamNotFound (DNF) flag. DreamNotFound is the ship name of content creators Dream and GeorgeNotFound.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["dreamnotfound2"]}, "path": {"132-141": [[1125, 1082], [1123, 1084], [1123, 1085], [1124, 1086], [1124, 1088], [1128, 1088], [1128, 1082]]}, "center": {"132-141": [1126, 1085]}}, +{"id": 482, "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"147": [[1161, 1048], [1161, 1051], [1165, 1051], [1165, 1048]], "149-158": [[1058, 1122], [1058, 1128], [1074, 1128], [1074, 1122]], "161-162": [[1122, 1143], [1118, 1147], [1118, 1149], [1117, 1149], [1117, 1153], [1121, 1153], [1121, 1149], [1123, 1147], [1123, 1143]]}, "center": {"147": [1163, 1050], "149-158": [1066, 1125], "161-162": [1119, 1151]}}, +{"id": 483, "name": "Lesser Dog", "description": "Lesser Dog is a miniboss from the game Undertale. Its neck grows longer every time it is pet, and can extend past the top of the screen and wrap around to the bottom.", "links": {"website": ["https://undertale.fandom.com/wiki/Lesser_Dog"], "subreddit": ["Undertale"]}, "path": {"124-134": [[1288, 1048], [1285, 1051], [1285, 1066], [1287, 1068], [1288, 1068], [1290, 1070], [1293, 1070], [1293, 1068], [1295, 1068], [1298, 1065], [1299, 1062], [1301, 1062], [1301, 1059], [1300, 1058], [1300, 1056], [1299, 1055], [1299, 1053], [1297, 1051], [1292, 1051], [1292, 1048]]}, "center": {"124-134": [1292, 1059]}}, +{"id": 484, "name": "The Kid", "description": "The Kid is the player character in the game I Wanna Be the Guy and its spinoffs. He is on a quest to become \"The Guy\".", "links": {"website": ["https://i-wanna-be-the-guy.fandom.com/wiki/The_Kid"]}, "path": {"125-136": [[1312, 1080], [1310, 1082], [1310, 1088], [1311, 1088], [1311, 1092], [1312, 1093], [1322, 1093], [1326, 1089], [1326, 1085], [1324, 1082], [1322, 1080]], "162-166": [[1265, 1736], [1264, 1739], [1260, 1739], [1260, 1743], [1262, 1743], [1262, 1746], [1265, 1748], [1267, 1748], [1269, 1746], [1269, 1739], [1266, 1736]]}, "center": {"125-136": [1318, 1087], "162-166": [1265, 1742]}}, +{"id": 485, "name": "Blancworks", "description": "Blancworks was the development team responsible for the Figura mod until the original developer of the mod asked for the team to stop using the Blancworks branding and logo. The modding team is now known as Moonlight and continues working on Figura.", "links": {"website": ["https://github.com/Kingdom-Of-The-Moon", "https://github.com/Moonlight-MC"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"11-49": [[746, 954], [744, 956], [742, 956], [742, 962], [751, 962], [751, 956], [749, 956], [747, 954]], "50-99": [[736, 945], [736, 947], [734, 947], [734, 954], [743, 954], [743, 947], [741, 947], [741, 945]]}, "center": {"11-49": [747, 959], "50-99": [739, 950]}}, +{"id": 486, "name": "RIM", "description": "RIM is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCfBkUgaJ6eqYA9_TX2cmq9A", "https://kamitsubaki.fandom.com/wiki/Rim"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1445, 1123], [1445, 1126], [1447, 1126], [1447, 1123]]}, "center": {"123-165, T:0-1": [1446, 1125]}}, +{"id": 487, "name": "Isekaijoucho", "description": "Isekaijoucho is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCah4_WVjmr8XA7i5aigwV-Q", "https://kamitsubaki.fandom.com/wiki/Isekaijoucho"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1446, 1123], [1446, 1126], [1448, 1126], [1448, 1123]]}, "center": {"123-165, T:0-1": [1447, 1125]}}, +{"id": 488, "name": "Harusaruhi", "description": "Harusaruhi is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCE7gtjLeZKNXLp5YURzYYeg", "https://kamitsubaki.fandom.com/wiki/Harusaruhi"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1447, 1123], [1447, 1126], [1449, 1126], [1449, 1123]]}, "center": {"123-165, T:0-1": [1448, 1125]}}, +{"id": 489, "name": "koko", "description": "koko is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UC7Gow-kNHq21oejSIDg9PAg", "https://kamitsubaki.fandom.com/wiki/Koko"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1448, 1123], [1448, 1126], [1450, 1126], [1450, 1123]]}, "center": {"123-165, T:0-1": [1449, 1125]}}, +{"id": 490, "name": "CIEL", "description": "CIEL is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCRvkXFtB70ZADg4L6A8L3wQ", "https://kamitsubaki.fandom.com/wiki/Ciel"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1449, 1123], [1449, 1126], [1451, 1126], [1451, 1123]]}, "center": {"123-165, T:0-1": [1450, 1125]}}, {"id": "twh3hz", "name": "NU'EST", "description": "NU'EST is a Generation 3 K-pop boy band from Pledis Entertainment. The word \"disbandment\" was never used, but three of the members did not sign back with Pledis.", "links": {"website": ["https://www.pledis.co.kr/html/artist/nuest", "https://en.wikipedia.org/wiki/NU'EST"], "subreddit": ["nuest", "kpop"]}, "path": {"132-151": [[1494, 1035], [1494, 1043], [1502, 1043], [1502, 1035]]}, "center": {"132-151": [1498, 1039]}}, {"id": "twhfzb", "name": "Phtanum B", "description": "Phtanum B is a worldbuilding and spec-evo project which documents the bizarre lifeforms on an exoplanet. Pyrite bones, non-newtonian fluid armor, plastic scars, super-storms, and a complex human history are just few things you can find here.", "links": {"website": ["https://instagram.com/phtanum_b_official/"], "subreddit": ["PhtanumB"]}, "path": {"140-152": [[1456, 1001], [1454, 1003], [1454, 1006], [1456, 1008], [1459, 1008], [1461, 1006], [1461, 1003], [1459, 1001]]}, "center": {"140-152": [1458, 1005]}}, {"id": "twl19n", "name": "BoA", "description": "Kwon Bo-ah, known professionally as BoA, is a South Korean singer, songwriter, dancer, record producer and actress who has been active since 2000. One of the most successful and influential Korean entertainers, she has been dubbed the \"Queen of K-pop\" and has been cited as the influence of countless singers and idols today.", "links": {"website": ["https://en.wikipedia.org/wiki/BoA", "https://www.smtown.com/artist/musician/1"], "subreddit": ["kpop"]}, "path": {"114-151": [[1478, 1034], [1478, 1044], [1494, 1044], [1494, 1034]]}, "center": {"114-151": [1486, 1039]}}, {"id": "twh21t", "name": "EXO", "description": "Exo is a South Korean-Chinese boy group under Sm Entertainment, consisting of nine members: Xiumin, Suho, Lay, Baekhyun, Chen, Chanyeol, D.O., Kai, and Sehun. They debuted in 2012.", "links": {"website": ["https://www.smtown.com/artist/musician/86", "https://en.wikipedia.org/wiki/Exo"], "subreddit": ["exo", "kpop"]}, "path": {"115-151": [[1492, 1017], [1509, 1017], [1509, 1027], [1492, 1027]]}, "center": {"115-151": [1501, 1022]}}, -{"id": "491", "name": "SEVENTEEN", "description": "SEVENTEEN is a 13-member South Korean boy group managed by Pledis Entertainment.", "links": {"website": ["http://www.pledis.co.kr/html/artist/seventeen", "https://twitter.com/pledis_17", "https://en.wikipedia.org/wiki/Seventeen_(South_Korean_band)"], "subreddit": ["seventeen", "kpop"]}, "path": {"111-152": [[1451, 1035], [1451, 1044], [1478, 1044], [1478, 1035]]}, "center": {"111-152": [1465, 1040]}}, -{"id": "492", "name": "CARAT", "description": "CARAT is the fandom name for the K-pop boy group SEVENTEEN. They are frequently represented with carrots as a pun on the name.", "links": {"website": ["https://carat.fandom.com/wiki/CARAT"], "subreddit": ["seventeen", "kpop"]}, "path": {"134-152": [[1475, 1036], [1471, 1040], [1471, 1043], [1473, 1043], [1477, 1039], [1477, 1038]], "113-133": [[1476, 1036], [1472, 1040], [1472, 1043], [1474, 1043], [1478, 1039], [1478, 1038]]}, "center": {"134-152": [1474, 1040], "113-133": [1475, 1040]}}, -{"id": "493", "name": "Jujalag-Alexelcapo heart", "description": "A heart with the colors of Spanish streamers Jujalag and Alexelcapo.", "links": {"website": ["https://www.twitch.tv/jujalag", "https://www.twitch.tv/alexelcapo"], "subreddit": ["SorryLay"]}, "path": {"152-166, T:0-1": [[1521, 1002], [1519, 1004], [1519, 1007], [1524, 1012], [1525, 1012], [1530, 1007], [1530, 1004], [1528, 1002]]}, "center": {"152-166, T:0-1": [1524, 1006]}}, -{"id": "494", "name": "Adam Wainwright", "description": "Adam Wainwright (#50) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Adam_Wainwright"], "subreddit": ["Cardinals"]}, "path": {"159-162": [[1582, 1051], [1582, 1057], [1590, 1057], [1590, 1051]]}, "center": {"159-162": [1586, 1054]}}, -{"id": "495", "name": "Albert Pujols", "description": "Albert Pujols (#5) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Albert_Pujols"], "subreddit": ["Cardinals"]}, "path": {"154-166, T:0-1": [[1575, 1038], [1575, 1044], [1579, 1044], [1579, 1038]]}, "center": {"154-166, T:0-1": [1577, 1041]}}, -{"id": "496", "name": "Yadier Molina", "description": "Yadier Molina (#47) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Yadier_Molina"], "subreddit": ["Cardinals"]}, "path": {"156-166, T:0-1": [[1575, 1044], [1575, 1048], [1577, 1048], [1577, 1050], [1579, 1050], [1579, 1044]]}, "center": {"156-166, T:0-1": [1577, 1046]}}, -{"id": "497", "name": "Flag of Spain", "description": "Spain is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain", "https://en.wikipedia.org/wiki/Flag_of_Spain"], "subreddit": ["SorryLag"]}, "path": {"162-166, T:0-1": [[1568, 1045], [1568, 1050], [1574, 1050], [1574, 1045]]}, "center": {"162-166, T:0-1": [1571, 1048]}}, -{"id": "498", "name": "Super Junior", "description": "Super Junior, abbreviated as SuJu, is a K-pop boy band.", "links": {"website": ["https://www.smtown.com/artist/musician/39", "https://en.wikipedia.org/wiki/Super_Junior"], "subreddit": ["kpop"]}, "path": {"116-151": [[1501, 1027], [1501, 1035], [1525, 1035], [1525, 1027]]}, "center": {"116-151": [1513, 1031]}}, -{"id": "499", "name": "Weki Meki", "description": "Weki Meki, abbreviated as WEME, is a K-pop girl group.", "links": {"website": ["http://fantagio.kr/musicians/%EC%9C%84%ED%82%A4%EB%AF%B8%ED%82%A4/", "https://en.wikipedia.org/wiki/Weki_Meki"], "subreddit": ["kpop"]}, "path": {"115-166, T:0-1": [[1497, 1044], [1497, 1056], [1510, 1056], [1510, 1044]]}, "center": {"115-166, T:0-1": [1504, 1050]}}, +{"id": 491, "name": "SEVENTEEN", "description": "SEVENTEEN is a 13-member South Korean boy group managed by Pledis Entertainment.", "links": {"website": ["http://www.pledis.co.kr/html/artist/seventeen", "https://twitter.com/pledis_17", "https://en.wikipedia.org/wiki/Seventeen_(South_Korean_band)"], "subreddit": ["seventeen", "kpop"]}, "path": {"111-152": [[1451, 1035], [1451, 1044], [1478, 1044], [1478, 1035]]}, "center": {"111-152": [1465, 1040]}}, +{"id": 492, "name": "CARAT", "description": "CARAT is the fandom name for the K-pop boy group SEVENTEEN. They are frequently represented with carrots as a pun on the name.", "links": {"website": ["https://carat.fandom.com/wiki/CARAT"], "subreddit": ["seventeen", "kpop"]}, "path": {"134-152": [[1475, 1036], [1471, 1040], [1471, 1043], [1473, 1043], [1477, 1039], [1477, 1038]], "113-133": [[1476, 1036], [1472, 1040], [1472, 1043], [1474, 1043], [1478, 1039], [1478, 1038]]}, "center": {"134-152": [1474, 1040], "113-133": [1475, 1040]}}, +{"id": 493, "name": "Jujalag-Alexelcapo heart", "description": "A heart with the colors of Spanish streamers Jujalag and Alexelcapo.", "links": {"website": ["https://www.twitch.tv/jujalag", "https://www.twitch.tv/alexelcapo"], "subreddit": ["SorryLay"]}, "path": {"152-166, T:0-1": [[1521, 1002], [1519, 1004], [1519, 1007], [1524, 1012], [1525, 1012], [1530, 1007], [1530, 1004], [1528, 1002]]}, "center": {"152-166, T:0-1": [1524, 1006]}}, +{"id": 494, "name": "Adam Wainwright", "description": "Adam Wainwright (#50) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Adam_Wainwright"], "subreddit": ["Cardinals"]}, "path": {"159-162": [[1582, 1051], [1582, 1057], [1590, 1057], [1590, 1051]]}, "center": {"159-162": [1586, 1054]}}, +{"id": 495, "name": "Albert Pujols", "description": "Albert Pujols (#5) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Albert_Pujols"], "subreddit": ["Cardinals"]}, "path": {"154-166, T:0-1": [[1575, 1038], [1575, 1044], [1579, 1044], [1579, 1038]]}, "center": {"154-166, T:0-1": [1577, 1041]}}, +{"id": 496, "name": "Yadier Molina", "description": "Yadier Molina (#47) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Yadier_Molina"], "subreddit": ["Cardinals"]}, "path": {"156-166, T:0-1": [[1575, 1044], [1575, 1048], [1577, 1048], [1577, 1050], [1579, 1050], [1579, 1044]]}, "center": {"156-166, T:0-1": [1577, 1046]}}, +{"id": 497, "name": "Flag of Spain", "description": "Spain is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain", "https://en.wikipedia.org/wiki/Flag_of_Spain"], "subreddit": ["SorryLag"]}, "path": {"162-166, T:0-1": [[1568, 1045], [1568, 1050], [1574, 1050], [1574, 1045]]}, "center": {"162-166, T:0-1": [1571, 1048]}}, +{"id": 498, "name": "Super Junior", "description": "Super Junior, abbreviated as SuJu, is a K-pop boy band.", "links": {"website": ["https://www.smtown.com/artist/musician/39", "https://en.wikipedia.org/wiki/Super_Junior"], "subreddit": ["kpop"]}, "path": {"116-151": [[1501, 1027], [1501, 1035], [1525, 1035], [1525, 1027]]}, "center": {"116-151": [1513, 1031]}}, +{"id": 499, "name": "Weki Meki", "description": "Weki Meki, abbreviated as WEME, is a K-pop girl group.", "links": {"website": ["http://fantagio.kr/musicians/%EC%9C%84%ED%82%A4%EB%AF%B8%ED%82%A4/", "https://en.wikipedia.org/wiki/Weki_Meki"], "subreddit": ["kpop"]}, "path": {"115-166, T:0-1": [[1497, 1044], [1497, 1056], [1510, 1056], [1510, 1044]]}, "center": {"115-166, T:0-1": [1504, 1050]}}, {"id": "twkqhy", "name": "BILLLIE", "description": "BILLLIE is a 7-member K-pop girl group under Mystic Story. They debuted in November 2021 with the single \"Ring X Ring\"", "links": {"website": ["http://mysticstory.net/artist/billlie", "https://en.wikipedia.org/wiki/Billlie"], "subreddit": ["BILLLIE", "kpop"]}, "path": {"114-151": [[1504, 1034], [1504, 1044], [1525, 1044], [1525, 1034]]}, "center": {"114-151": [1515, 1039]}}, -{"id": "501", "name": "Emblem of Saudi Arabia", "description": "The national emblem of Saudi Arabia features a palm tree and crossed swords.", "links": {"website": ["https://en.wikipedia.org/wiki/Emblem_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"115-166, T:0-1": [[1604, 1045], [1599, 1048], [1596, 1051], [1596, 1053], [1598, 1053], [1598, 1055], [1600, 1055], [1600, 1057], [1602, 1057], [1602, 1063], [1601, 1063], [1600, 1062], [1595, 1062], [1593, 1064], [1593, 1065], [1598, 1065], [1598, 1070], [1600, 1072], [1609, 1072], [1611, 1070], [1611, 1065], [1616, 1065], [1616, 1064], [1614, 1062], [1609, 1062], [1607, 1063], [1607, 1057], [1609, 1057], [1609, 1055], [1611, 1055], [1611, 1053], [1613, 1053], [1613, 1051], [1610, 1048], [1605, 1045]]}, "center": {"115-166, T:0-1": [1604, 1052]}}, -{"id": "502", "name": "Mabkhara", "description": "A mabkhara is a traditional incense burner found in Arab countries such as Saudi Arabia.", "links": {"website": ["https://en.wikipedia.org/wiki/Mabkhara"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"148-166, T:0-1": [[1616, 1052], [1616, 1055], [1617, 1056], [1617, 1061], [1620, 1067], [1620, 1071], [1619, 1071], [1619, 1074], [1627, 1074], [1627, 1071], [1626, 1071], [1626, 1067], [1629, 1061], [1629, 1052]]}, "center": {"148-166, T:0-1": [1623, 1058]}}, -{"id": "503", "name": "Dallah", "description": "A dallah is a traditional Arabic coffee pot.", "links": {"website": ["https://en.wikipedia.org/wiki/Dallah_(coffee_pot)"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"117-166, T:0-1": [[1631, 1059], [1630, 1060], [1631, 1061], [1631, 1063], [1628, 1063], [1628, 1066], [1627, 1067], [1627, 1072], [1629, 1074], [1631, 1074], [1633, 1072], [1633, 1068], [1635, 1068], [1637, 1071], [1639, 1073], [1641, 1073], [1644, 1070], [1644, 1068], [1642, 1066], [1642, 1064], [1638, 1060], [1632, 1060]]}, "center": {"117-166, T:0-1": [1635, 1064]}}, -{"id": "504", "name": "Thobe Peepo", "description": "A thobe is a robe typically worn in Arab countries like Saudi Arabia. The meme character Peepo is wearing a thobe in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Thawb", "https://knowyourmeme.com/memes/peepo"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"116-166, T:0-1": [[1633, 1045], [1631, 1047], [1629, 1053], [1629, 1056], [1630, 1056], [1632, 1054], [1632, 1058], [1634, 1060], [1638, 1060], [1640, 1058], [1640, 1056], [1641, 1055], [1641, 1052], [1642, 1051], [1642, 1047], [1640, 1045]]}, "center": {"116-166, T:0-1": [1636, 1050]}}, -{"id": "505", "name": "r/Lain", "description": "Subreddit focused on the anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"139-143": [[1871, 1034], [1871, 1040], [1892, 1040], [1892, 1034]], "114-124": [[1870, 1055], [1870, 1067], [1884, 1067], [1884, 1061], [1877, 1061], [1877, 1055]], "147-166, T:0-1": [[1545, 1072], [1545, 1078], [1567, 1078], [1567, 1072]]}, "center": {"139-143": [1882, 1037], "114-124": [1874, 1063], "147-166, T:0-1": [1556, 1075]}}, -{"id": "506", "name": "Caliebre-Jujalag heart", "description": "A heart with the colors of Spanish streamers Caliebre and Jujalag.", "links": {"website": ["https://www.twitch.tv/caliebre", "https://www.twitch.tv/jujalag"], "subreddit": ["Caliebre", "SorryLag"]}, "path": {"162-166, T:0-1": [[1572, 1003], [1570, 1005], [1570, 1006], [1573, 1009], [1576, 1006], [1576, 1005], [1574, 1003]]}, "center": {"162-166, T:0-1": [1573, 1006]}}, +{"id": 501, "name": "Emblem of Saudi Arabia", "description": "The national emblem of Saudi Arabia features a palm tree and crossed swords.", "links": {"website": ["https://en.wikipedia.org/wiki/Emblem_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"115-166, T:0-1": [[1604, 1045], [1599, 1048], [1596, 1051], [1596, 1053], [1598, 1053], [1598, 1055], [1600, 1055], [1600, 1057], [1602, 1057], [1602, 1063], [1601, 1063], [1600, 1062], [1595, 1062], [1593, 1064], [1593, 1065], [1598, 1065], [1598, 1070], [1600, 1072], [1609, 1072], [1611, 1070], [1611, 1065], [1616, 1065], [1616, 1064], [1614, 1062], [1609, 1062], [1607, 1063], [1607, 1057], [1609, 1057], [1609, 1055], [1611, 1055], [1611, 1053], [1613, 1053], [1613, 1051], [1610, 1048], [1605, 1045]]}, "center": {"115-166, T:0-1": [1604, 1052]}}, +{"id": 502, "name": "Mabkhara", "description": "A mabkhara is a traditional incense burner found in Arab countries such as Saudi Arabia.", "links": {"website": ["https://en.wikipedia.org/wiki/Mabkhara"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"148-166, T:0-1": [[1616, 1052], [1616, 1055], [1617, 1056], [1617, 1061], [1620, 1067], [1620, 1071], [1619, 1071], [1619, 1074], [1627, 1074], [1627, 1071], [1626, 1071], [1626, 1067], [1629, 1061], [1629, 1052]]}, "center": {"148-166, T:0-1": [1623, 1058]}}, +{"id": 503, "name": "Dallah", "description": "A dallah is a traditional Arabic coffee pot.", "links": {"website": ["https://en.wikipedia.org/wiki/Dallah_(coffee_pot)"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"117-166, T:0-1": [[1631, 1059], [1630, 1060], [1631, 1061], [1631, 1063], [1628, 1063], [1628, 1066], [1627, 1067], [1627, 1072], [1629, 1074], [1631, 1074], [1633, 1072], [1633, 1068], [1635, 1068], [1637, 1071], [1639, 1073], [1641, 1073], [1644, 1070], [1644, 1068], [1642, 1066], [1642, 1064], [1638, 1060], [1632, 1060]]}, "center": {"117-166, T:0-1": [1635, 1064]}}, +{"id": 504, "name": "Thobe Peepo", "description": "A thobe is a robe typically worn in Arab countries like Saudi Arabia. The meme character Peepo is wearing a thobe in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Thawb", "https://knowyourmeme.com/memes/peepo"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"116-166, T:0-1": [[1633, 1045], [1631, 1047], [1629, 1053], [1629, 1056], [1630, 1056], [1632, 1054], [1632, 1058], [1634, 1060], [1638, 1060], [1640, 1058], [1640, 1056], [1641, 1055], [1641, 1052], [1642, 1051], [1642, 1047], [1640, 1045]]}, "center": {"116-166, T:0-1": [1636, 1050]}}, +{"id": 505, "name": "r/Lain", "description": "Subreddit focused on the anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"139-143": [[1871, 1034], [1871, 1040], [1892, 1040], [1892, 1034]], "114-124": [[1870, 1055], [1870, 1067], [1884, 1067], [1884, 1061], [1877, 1061], [1877, 1055]], "147-166, T:0-1": [[1545, 1072], [1545, 1078], [1567, 1078], [1567, 1072]]}, "center": {"139-143": [1882, 1037], "114-124": [1874, 1063], "147-166, T:0-1": [1556, 1075]}}, +{"id": 506, "name": "Caliebre-Jujalag heart", "description": "A heart with the colors of Spanish streamers Caliebre and Jujalag.", "links": {"website": ["https://www.twitch.tv/caliebre", "https://www.twitch.tv/jujalag"], "subreddit": ["Caliebre", "SorryLag"]}, "path": {"162-166, T:0-1": [[1572, 1003], [1570, 1005], [1570, 1006], [1573, 1009], [1576, 1006], [1576, 1005], [1574, 1003]]}, "center": {"162-166, T:0-1": [1573, 1006]}}, {"id": "twppaz2", "name": "Scoti", "description": "Art made by the Scoti community. Originally made by three people.", "links": {"subreddit": ["ScotiVerso"]}, "path": {"149-160": [[1575, 1083], [1575, 1087], [1573, 1087], [1573, 1089], [1576, 1092], [1579, 1089], [1579, 1087], [1581, 1085], [1581, 1083]]}, "center": {"149-160": [1577, 1088]}}, -{"id": "507", "name": "Will You Snail?", "description": "Will You Snail? (WNS) is an indie platformer game created by Jonas Tyroller.", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"146-166, T:0-1": [[1676, 1053], [1676, 1058], [1690, 1058], [1690, 1053]]}, "center": {"146-166, T:0-1": [1683, 1056]}}, -{"id": "508", "name": "Flag of Peru", "description": "Peru is a country on the west coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Peru", "https://en.wikipedia.org/wiki/Flag_of_Peru"], "subreddit": ["PERU"]}, "path": {"123-132": [[1645, 1043], [1645, 1172], [1789, 1172], [1789, 1043]]}, "center": {"123-132": [1717, 1108]}}, -{"id": "509", "name": "Twitch", "description": "Twitch is a livestreaming website focused on video game streaming.", "links": {"website": ["https://www.twitch.tv/", "https://en.wikipedia.org/wiki/Twitch_(service)"], "subreddit": ["fapparamoar"]}, "path": {"115-121": [[1650, 1045], [1647, 1048], [1647, 1053], [1650, 1056], [1651, 1056], [1656, 1053], [1657, 1051], [1657, 1047], [1655, 1045]]}, "center": {"115-121": [1652, 1050]}}, -{"id": "510", "name": "r/WillYouSnail", "description": "Subreddit focused on the indie game Will You Snail?", "links": {"subreddit": ["WillYouSnail"]}, "path": {"113-122": [[1749, 1049], [1749, 1054], [1756, 1054], [1756, 1059], [1753, 1059], [1751, 1061], [1751, 1064], [1768, 1064], [1768, 1052], [1767, 1052], [1767, 1049]]}, "center": {"113-122": [1762, 1057]}}, +{"id": 507, "name": "Will You Snail?", "description": "Will You Snail? (WNS) is an indie platformer game created by Jonas Tyroller.", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"146-166, T:0-1": [[1676, 1053], [1676, 1058], [1690, 1058], [1690, 1053]]}, "center": {"146-166, T:0-1": [1683, 1056]}}, +{"id": 508, "name": "Flag of Peru", "description": "Peru is a country on the west coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Peru", "https://en.wikipedia.org/wiki/Flag_of_Peru"], "subreddit": ["PERU"]}, "path": {"123-132": [[1645, 1043], [1645, 1172], [1789, 1172], [1789, 1043]]}, "center": {"123-132": [1717, 1108]}}, +{"id": 509, "name": "Twitch", "description": "Twitch is a livestreaming website focused on video game streaming.", "links": {"website": ["https://www.twitch.tv/", "https://en.wikipedia.org/wiki/Twitch_(service)"], "subreddit": ["fapparamoar"]}, "path": {"115-121": [[1650, 1045], [1647, 1048], [1647, 1053], [1650, 1056], [1651, 1056], [1656, 1053], [1657, 1051], [1657, 1047], [1655, 1045]]}, "center": {"115-121": [1652, 1050]}}, +{"id": 510, "name": "r/WillYouSnail", "description": "Subreddit focused on the indie game Will You Snail?", "links": {"subreddit": ["WillYouSnail"]}, "path": {"113-122": [[1749, 1049], [1749, 1054], [1756, 1054], [1756, 1059], [1753, 1059], [1751, 1061], [1751, 1064], [1768, 1064], [1768, 1052], [1767, 1052], [1767, 1049]]}, "center": {"113-122": [1762, 1057]}}, {"id": "twljri", "name": "Kids See Ghosts", "description": "Kids See Ghosts is a 2018 album released by the duo Kids See Ghosts, consisting of rappers Kid Cuti and Kanye West.", "links": {"website": ["https://en.wikipedia.org/wiki/Kids_See_Ghosts_(album)"], "subreddit": ["WestSubEver", "Kanye"]}, "path": {"146-159": [[1780, 1020], [1780, 1044], [1799, 1044], [1799, 1020]], "125-145": [[1795, 1013], [1780, 1027], [1780, 1043], [1799, 1043], [1799, 1023], [1796, 1021], [1796, 1013]]}, "center": {"146-159": [1790, 1032], "125-145": [1790, 1031]}}, {"id": "twycq8", "name": "Johnny", "description": "Johnny is a friend of the group Maxtopia.", "links": {}, "path": {"127-158": [[1768, 1029], [1768, 1044], [1780, 1044], [1780, 1029]]}, "center": {"127-158": [1774, 1037]}}, -{"id": "511", "name": "TWICE", "description": "TWICE is a female K-pop group composed of nine members: Nayeon, Jeongyeon, Momo, Sana, Jihyo, Mina, Dahyun, Chaeyoung, and Tzuyu. Their fandom is known as Once. Formed in 2016 under JYP Entertainment, TWICE are a worldwide K-pop phenomenon. Some of their most notable releases include the songs \"Cheer Up\", \"TT\", \"Likey\", and \"Fancy\". Most recently, they embarked on a successful world tour titled \"TWICE III\" which broke numerous K-pop records.", "links": {"website": ["http://twice.jype.com/", "https://mobile.twitter.com/jypetwice?lang=en", "https://en.wikipedia.org/wiki/Twice"], "subreddit": ["twice"]}, "path": {"156-166, T:0-1": [[1708, 1091], [1708, 1095], [1725, 1095], [1725, 1091]]}, "center": {"156-166, T:0-1": [1717, 1093]}}, -{"id": "512", "name": "ONCE", "description": "ONCE is the fanbase of the K-pop girl group TWICE.", "links": {"website": ["https://twice.fandom.com/wiki/ONCE"], "subreddit": ["twice"]}, "path": {"158-166, T:0-1": [[1725, 1094], [1725, 1110], [1729, 1110], [1729, 1094]]}, "center": {"158-166, T:0-1": [1727, 1102]}}, -{"id": "513", "name": "1885", "description": "Yonsei University was founded in 1885.", "links": {}, "path": {"155-166, T:0-1": [[1734, 1115], [1732, 1117], [1732, 1121], [1753, 1121], [1753, 1115]]}, "center": {"155-166, T:0-1": [1743, 1118]}}, +{"id": 511, "name": "TWICE", "description": "TWICE is a female K-pop group composed of nine members: Nayeon, Jeongyeon, Momo, Sana, Jihyo, Mina, Dahyun, Chaeyoung, and Tzuyu. Their fandom is known as Once. Formed in 2016 under JYP Entertainment, TWICE are a worldwide K-pop phenomenon. Some of their most notable releases include the songs \"Cheer Up\", \"TT\", \"Likey\", and \"Fancy\". Most recently, they embarked on a successful world tour titled \"TWICE III\" which broke numerous K-pop records.", "links": {"website": ["http://twice.jype.com/", "https://mobile.twitter.com/jypetwice?lang=en", "https://en.wikipedia.org/wiki/Twice"], "subreddit": ["twice"]}, "path": {"156-166, T:0-1": [[1708, 1091], [1708, 1095], [1725, 1095], [1725, 1091]]}, "center": {"156-166, T:0-1": [1717, 1093]}}, +{"id": 512, "name": "ONCE", "description": "ONCE is the fanbase of the K-pop girl group TWICE.", "links": {"website": ["https://twice.fandom.com/wiki/ONCE"], "subreddit": ["twice"]}, "path": {"158-166, T:0-1": [[1725, 1094], [1725, 1110], [1729, 1110], [1729, 1094]]}, "center": {"158-166, T:0-1": [1727, 1102]}}, +{"id": 513, "name": "1885", "description": "Yonsei University was founded in 1885.", "links": {}, "path": {"155-166, T:0-1": [[1734, 1115], [1732, 1117], [1732, 1121], [1753, 1121], [1753, 1115]]}, "center": {"155-166, T:0-1": [1743, 1118]}}, {"id": "twmsu5", "name": "Slayer Brigade", "description": "After undergoing the tutelage of a terror teacher, a group of close Filipino scholars united and dubbed themselves members of the \"Slayer Brigade\". They forever vowed to always slay, be it in academics, games, or in anything that may come against them, with the almighty power of friendship.", "links": {"website": ["https://www.youtube.com/channel/UCHwQiOaH2lXOmX5l4XMgjsg"], "subreddit": ["slayerbrigade"]}, "path": {"138-147": [[1777, 1064], [1777, 1074], [1789, 1074], [1789, 1064]]}, "center": {"138-147": [1783, 1069]}}, {"id": "tx3ysi", "name": "csinhache", "description": "csinhache (CSH) is a streamer. This art depicts CSH's skin from the game Minecraft, along with a Donk emote representative of his community, the DonkiNation.", "links": {"website": ["https://www.twitch.tv/csinhache"], "subreddit": ["csinhache"]}, "path": {"156-166, T:0-1": [[1754, 1098], [1768, 1098], [1768, 1100], [1769, 1100], [1769, 1106], [1768, 1106], [1768, 1118], [1754, 1118]]}, "center": {"156-166, T:0-1": [1761, 1105]}}, -{"id": "514", "name": "čo už", "description": "\"čo už\" is a magical phrase that can be used for any occasion. It is usually meant as a nihilistic response to an event that one either can't or just does not want to affect. It became a meme in our small circle of friends due to one of us overusing it too much and spreading it onto others, including beyond the borders of our minuscule community.", "links": {}, "path": {"132-146": [[1768, 1006], [1768, 1016], [1778, 1016], [1778, 1006]]}, "center": {"132-146": [1773, 1011]}}, -{"id": "515", "name": "Car Crash", "description": "Car Crash is a music single by eaJ. It released on April 8, 2022, shortly after r/place.", "links": {"website": ["https://www.youtube.com/watch?v=c3KOZ2iw8Hk"]}, "path": {"114-122": [[1768, 999], [1768, 1006], [1767, 1006], [1767, 1053], [1808, 1053], [1808, 999]]}, "center": {"114-122": [1788, 1026]}}, -{"id": "516", "name": "eaJ", "description": "eaJ is a musician of South Korean descent.", "links": {"website": ["https://en.wikipedia.org/wiki/Jae_Park"]}, "path": {"116-122": [[1776, 1009], [1774, 1011], [1774, 1015], [1777, 1018], [1800, 1018], [1803, 1015], [1803, 1008], [1795, 1008], [1795, 1009]]}, "center": {"116-122": [1797, 1013]}}, -{"id": "517", "name": "Noob World", "description": "Noob World is a Discord server.", "links": {"discord": ["noobworld"]}, "path": {"110-121": [[1768, 1052], [1768, 1062], [1792, 1062], [1792, 1057], [1799, 1057], [1799, 1052]]}, "center": {"110-121": [1783, 1057]}}, -{"id": "518", "name": "Serial Experiments Lain", "description": "Serial Experiments Lain is a Japanese anime series.", "links": {"website": ["https://en.wikipedia.org/wiki/Serial_Experiments_Lain"], "subreddit": ["Lain"]}, "path": {"109-124": [[1869, 1035], [1869, 1125], [1925, 1125], [1925, 1035]]}, "center": {"109-124": [1897, 1080]}}, -{"id": "519", "name": "The Wired", "description": "The Wired is a virtual world in the Japanese anime Serial Experiments Lain.", "links": {"website": ["https://sel.fandom.com/wiki/The_Wired"], "subreddit": ["Lain"]}, "path": {"115-123": [[1913, 1077], [1913, 1081], [1914, 1082], [1914, 1084], [1915, 1084], [1915, 1118], [1918, 1118], [1920, 1116], [1920, 1094], [1919, 1094], [1919, 1084], [1921, 1082], [1921, 1080], [1922, 1079], [1920, 1077]]}, "center": {"115-123": [1917, 1081]}}, -{"id": "520", "name": "Navi", "description": "The Navi is a computer in the Japanese anime Serial Experiments Lain that is used to access The Wired, a virtual world.", "links": {"website": ["https://sel.fandom.com/wiki/Navi"], "subreddit": ["Lain"]}, "path": {"117-124": [[1918, 1047], [1918, 1049], [1916, 1049], [1913, 1052], [1913, 1055], [1915, 1055], [1915, 1057], [1923, 1057], [1923, 1055], [1925, 1055], [1925, 1052], [1922, 1049], [1920, 1049], [1920, 1047]]}, "center": {"117-124": [1919, 1053]}}, -{"id": "521", "name": "Let's all love Lain", "description": "\"Let's all love Lain\" is a meme phrase in the fandom of the Japanese anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"113-124": [[1870, 1036], [1870, 1055], [1884, 1055], [1884, 1036]]}, "center": {"113-124": [1877, 1046]}}, -{"id": "522", "name": "Connor McDavid", "description": "Connor McDavid (#97) is the captain of the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Connor_McDavid"], "subreddit": ["EdmontonOilers"]}, "path": {"116-122": [[1807, 1010], [1807, 1018], [1816, 1018], [1816, 1010]], "130-144": [[1796, 1013], [1796, 1019], [1803, 1019], [1803, 1017], [1804, 1016], [1804, 1013]]}, "center": {"116-122": [1812, 1014], "130-144": [1800, 1016]}}, -{"id": "523", "name": "Leon Draisaitl", "description": "Leon Draisaitl (#29) is a player on the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Leon_Draisaitl"], "subreddit": ["EdmontonOilers"]}, "path": {"117-122": [[1816, 1006], [1816, 1014], [1826, 1014], [1826, 1006]]}, "center": {"117-122": [1821, 1010]}}, -{"id": "524", "name": "Ryan Nugent-Hopkins", "description": "Ryan Nugent-Hopkins (#93) is a player on the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Ryan_Nugent-Hopkins"], "subreddit": ["EdmontonOilers"]}, "path": {"119-122": [[1807, 1041], [1807, 1047], [1815, 1047], [1815, 1041]]}, "center": {"119-122": [1811, 1044]}}, -{"id": "525", "name": "Brunenger", "description": "Brunenger is a Turkish streamer.", "links": {"website": ["https://www.twitch.tv/brunenger"]}, "path": {"124-144": [[1871, 1034], [1871, 1044], [1869, 1044], [1869, 1125], [1925, 1125], [1925, 1034]], "T:0-1": [[1888, 1047], [1882, 1051], [1875, 1064], [1875, 1077], [1876, 1078], [1876, 1085], [1879, 1093], [1887, 1100], [1890, 1100], [1891, 1101], [1894, 1101], [1894, 1104], [1891, 1110], [1891, 1113], [1894, 1116], [1896, 1116], [1896, 1114], [1903, 1114], [1903, 1116], [1925, 1116], [1925, 1101], [1919, 1100], [1916, 1097], [1914, 1092], [1913, 1092], [1913, 1084], [1915, 1084], [1919, 1080], [1919, 1075], [1916, 1072], [1916, 1059], [1908, 1050], [1901, 1047]], "163-166": [[1889, 1056], [1879, 1067], [1877, 1078], [1877, 1081], [1879, 1085], [1884, 1091], [1887, 1095], [1891, 1096], [1903, 1096], [1907, 1092], [1914, 1078], [1914, 1072], [1911, 1060], [1907, 1055]]}, "center": {"124-144": [1897, 1080], "T:0-1": [1896, 1072], "163-166": [1896, 1075]}}, -{"id": "534", "name": "Rei Ayanami", "description": "Rei Ayanami is a character from the anime Neon Genesis Evangelion. Lain, the main character of the anime Serial Experiments Lain, is based on Rei.", "links": {"website": ["https://en.wikipedia.org/wiki/Rei_Ayanami"], "subreddit": ["evangelion", "Lain"]}, "path": {"112-124": [[1884, 1075], [1874, 1085], [1874, 1095], [1877, 1101], [1884, 1109], [1884, 1110], [1877, 1114], [1870, 1121], [1870, 1125], [1914, 1125], [1914, 1122], [1900, 1110], [1900, 1108], [1902, 1105], [1904, 1105], [1907, 1102], [1907, 1099], [1909, 1097], [1909, 1085], [1904, 1080], [1899, 1075]]}, "center": {"112-124": [1892, 1092]}}, -{"id": "535", "name": "C418", "description": "C418 is an electronic musician known for the soundtrack for the game Minecraft.", "links": {"website": ["https://c418.org", "https://en.wikipedia.org/wiki/C418"], "subreddit": ["C418"]}, "path": {"120-145": [[1983, 1058], [1998, 1058], [1998, 1073], [1983, 1073]]}, "center": {"120-145": [1991, 1066]}}, -{"id": "536", "name": "r/gorillaz", "description": "Subreddit focused on the English virtual band Gorillaz.", "links": {"website": ["https://en.wikipedia.org/wiki/Gorillaz"], "subreddit": ["gorillaz"]}, "path": {"109-123": [[1925, 1074], [1925, 1083], [1963, 1083], [1963, 1074]]}, "center": {"109-123": [1944, 1079]}}, -{"id": "537", "name": "Vinesauce-Terezi Pyrope heart", "description": "A heart with the designs of the Vinesauce and Terezi Pyrope arts.", "links": {"website": ["https://vinesauce.com/", "https://mspaintadventures.fandom.com/wiki/Terezi_Pyrope"], "subreddit": ["Vinesauce", "homestuck"]}, "path": {"127-166, T:0-1": [[89, 1113], [87, 1115], [87, 1117], [91, 1121], [92, 1121], [96, 1117], [96, 1115], [94, 1113]]}, "center": {"127-166, T:0-1": [92, 1117]}}, -{"id": "538", "name": "SterB", "description": "SterB, is a burger emote and Discord server icon of Steven Serge, also known as STAR_, Ster, or Niichts. Steven Serge is a YouTuber, Twitch streamer, and programmer formerly known for his content for the game Team Fortress 2. He was once considered one of the most influential TF2 players on the internet. He is also known for his YouTube series \"Basically\" and being the creator of The Myriad, a system similar to the tabletop game Dungeons & Dragons. He has made various videos with fellow content creator Jerma, and inspired Jerma to make his own channel.", "links": {"website": ["https://jerma-lore.fandom.com/wiki/Ster"], "subreddit": ["jerma985", "PlaceTacos", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"141-144": [[120, 1150], [114, 1155], [111, 1160], [111, 1166], [115, 1172], [131, 1172], [133, 1170], [133, 1168], [135, 1168], [135, 1162], [134, 1161], [134, 1157], [132, 1154], [128, 1150]], "145-166, T:0-1": [[134, 1150], [128, 1155], [125, 1161], [125, 1166], [127, 1169], [127, 1172], [145, 1172], [147, 1170], [147, 1168], [149, 1167], [149, 1162], [148, 1161], [148, 1157], [146, 1154], [142, 1150]]}, "center": {"141-144": [123, 1161], "145-166, T:0-1": [137, 1161]}}, -{"id": "539", "name": "Scrooge McDuck", "description": "Scrooge McDuck is a cartoon character created by Disney, and the uncle of Donald Duck. This is his sprite from the game DuckTales.", "links": {"website": ["https://en.wikipedia.org/wiki/Scrooge_McDuck"]}, "path": {"121-129": [[50, 1143], [50, 1149], [43, 1157], [42, 1157], [41, 1156], [39, 1158], [39, 1163], [41, 1165], [41, 1167], [40, 1168], [40, 1170], [55, 1170], [55, 1167], [57, 1165], [57, 1162], [55, 1159], [58, 1159], [60, 1157], [60, 1153], [59, 1152], [59, 1150], [58, 1149], [58, 1143]]}, "center": {"121-129": [48, 1163]}}, -{"id": "540", "name": "Tinky Winky", "description": "Tinky Winky is one of the main characters of the children's show Teletubbies.", "links": {"website": ["https://teletubbies.fandom.com/wiki/Tinky_Winky"]}, "path": {"125-129": [[66, 1149], [66, 1153], [64, 1155], [64, 1157], [66, 1159], [63, 1162], [63, 1172], [72, 1172], [72, 1169], [73, 1169], [73, 1163], [70, 1159], [72, 1157], [72, 1155], [70, 1153], [70, 1149]]}, "center": {"125-129": [68, 1164]}}, -{"id": "541", "name": "Flag of Israel", "description": "Israel, officially the State of Israel, is a country in the Middle East.", "links": {"website": ["https://en.wikipedia.org/wiki/Israel", "https://en.wikipedia.org/wiki/Flag_of_Israel"], "subreddit": ["Israel", "ani_bm"], "discord": ["israel"]}, "path": {"126-132": [[18, 1106], [18, 1114], [24, 1114], [24, 1106]]}, "center": {"126-132": [21, 1110]}}, -{"id": "542", "name": "r/Vinesauce", "description": "Subreddit focused on the Twitch channel Vinesauce.", "links": {"subreddit": ["Vinesauce"]}, "path": {"116-166, T:0-1": [[94, 1108], [94, 1114], [135, 1114], [135, 1107], [102, 1107], [102, 1108]]}, "center": {"116-166, T:0-1": [115, 1111]}}, -{"id": "543", "name": "Kongou", "description": "Kongou is a character from the free-to-play game Kantai Collection (KanColle).\n\nThis art was originally Akagi from the game Azur Lane before being replaced by Kongou.", "links": {"website": ["https://en.kancollewiki.net/Kongou", "https://en.wikipedia.org/wiki/Kantai_Collection"]}, "path": {"163-166, T:0-1": [[159, 1103], [155, 1107], [155, 1110], [157, 1114], [157, 1117], [156, 1117], [156, 1120], [171, 1120], [173, 1118], [173, 1113], [172, 1112], [172, 1106], [170, 1106], [166, 1103]]}, "center": {"163-166, T:0-1": [164, 1112]}}, -{"id": "544", "name": "Akagi", "description": "Akagi is a character from the mobile gacha game Azur Lane.\n\nThis art was later replaced with Kongou from the game Kantai Collection.", "links": {"website": ["https://azurlane.koumakan.jp/wiki/Akagi", "https://www.azurlane.jp/", "https://en.wikipedia.org/wiki/Azur_Lane"], "subreddit": ["AzureLane"]}, "path": {"117-162": [[156, 1103], [156, 1108], [153, 1114], [153, 1120], [171, 1120], [174, 1117], [174, 1115], [173, 1114], [173, 1111], [171, 1107], [171, 1103], [167, 1103], [165, 1105], [162, 1105], [160, 1103]]}, "center": {"117-162": [164, 1112]}}, -{"id": "545", "name": "r/Technoblade", "description": "Subreddit focused on Minecraft YouTuber Technoblade.", "links": {"subreddit": ["Technoblade"]}, "path": {"115-166, T:0-1": [[191, 1102], [191, 1111], [252, 1111], [252, 1102]]}, "center": {"115-166, T:0-1": [222, 1107]}}, -{"id": "546", "name": "New Jersey", "description": "New Jersey is a character from the mobile gacha game Azur Lane.", "links": {"website": ["https://azurlane.koumakan.jp/wiki/New_Jersey", "https://www.azurlane.jp/", "https://en.wikipedia.org/wiki/Azur_Lane"], "subreddit": ["AzureLane"]}, "path": {"111-166, T:0-1": [[173, 1103], [173, 1104], [175, 1106], [175, 1107], [172, 1111], [172, 1120], [188, 1120], [188, 1111], [185, 1107], [185, 1106], [187, 1104], [187, 1103], [184, 1103], [183, 1104], [177, 1104], [176, 1103]]}, "center": {"111-166, T:0-1": [180, 1112]}}, -{"id": "547", "name": "Kilroy was here", "description": "\"Kilroy was here\" is a graffiti meme originating from soldiers in World War II.", "links": {"website": ["https://en.wikipedia.org/wiki/Kilroy_was_here", "https://knowyourmeme.com/memes/kilroy-was-here"]}, "path": {"119-130": [[150, 1169], [148, 1171], [148, 1172], [150, 1174], [154, 1174], [155, 1173], [159, 1173], [161, 1175], [163, 1173], [167, 1173], [168, 1174], [172, 1174], [174, 1172], [174, 1171], [172, 1169], [168, 1169], [166, 1171], [166, 1168], [163, 1165], [159, 1165], [156, 1168], [156, 1171], [154, 1169]]}, "center": {"119-130": [161, 1169]}}, -{"id": "548", "name": "r/Juanquilador", "description": "Subreddit focused on the Colombian streamer Juan Guarnizo, a.k.a. JuanSGuarnizo or Juaniquilador.", "links": {"subreddit": ["Juanquilador"]}, "path": {"149-155": [[260, 1112], [260, 1119], [264, 1119], [264, 1120], [317, 1120], [317, 1115], [320, 1115], [320, 1112]]}, "center": {"149-155": [290, 1116]}}, -{"id": "549", "name": "LVNDMARK", "description": "LVNDMARK is a Twitch streamer and YouTuber.", "links": {"website": ["https://www.twitch.tv/lvndmark", "https://www.youtube.com/c/LVNDMARK"]}, "path": {"122-131": [[261, 1122], [261, 1172], [312, 1172], [312, 1122]]}, "center": {"122-131": [287, 1147]}}, -{"id": "550", "name": "Inky", "description": "Inky is one of the enemy ghosts in the arcade game Pac-Man.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghosts_(Pac-Man)"]}, "path": {"126-131": [[327, 1122], [324, 1125], [324, 1132], [332, 1132], [332, 1125], [329, 1122]]}, "center": {"126-131": [328, 1128]}}, -{"id": "551", "name": "Ewilan's Quest", "description": "Ewilan's Quest is an animated series.", "links": {"website": ["https://www.andarta-pictures.com/production/ewilan-s-quest.html"]}, "path": {"159-163, T:0-1": [[491, 1160], [491, 1166], [502, 1166], [502, 1160]]}, "center": {"159-163, T:0-1": [497, 1163]}}, -{"id": "552", "name": "!aal", "description": "!aal is a chat command that can be used in SlaixGG's steams.", "links": {}, "path": {"146-166, T:0-1": [[447, 1172], [447, 1178], [461, 1178], [461, 1172]]}, "center": {"146-166, T:0-1": [454, 1175]}}, -{"id": "553", "name": "Rat", "description": "This rat is used commonly in SlaixGG's streams.", "links": {}, "path": {"153-166, T:0-1": [[439, 1172], [439, 1176], [447, 1176], [447, 1172]]}, "center": {"153-166, T:0-1": [443, 1174]}}, -{"id": "554", "name": "Snake", "description": "This snake is used commonly in SlaixGG's streams.", "links": {}, "path": {"157-166, T:0-1": [[439, 1176], [439, 1206], [438, 1207], [438, 1212], [444, 1218], [446, 1218], [446, 1214], [444, 1211], [441, 1211], [441, 1208], [446, 1208], [446, 1205], [442, 1200], [442, 1198], [447, 1188], [447, 1176]]}, "center": {"157-166, T:0-1": [443, 1180]}}, -{"id": "555", "name": "Cargo wagon", "description": "A cargo wagon is a part of the train system in the game Factorio. It is used to transport items.\n\nr/factorio initially planned to add more wagons behind their signature locomotive to represent more subreddits, but instead decided on just one wagon due to time and manpower constraints.", "links": {"website": ["https://wiki.factorio.com/Cargo_wagon"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"112-148": [[442, 1199], [445, 1202], [445, 1208], [447, 1210], [458, 1210], [460, 1208], [483, 1208], [485, 1210], [496, 1210], [498, 1208], [498, 1202], [501, 1199], [496, 1190], [494, 1188], [490, 1188], [490, 1186], [481, 1186], [481, 1188], [477, 1188], [477, 1201], [467, 1201], [464, 1198], [464, 1188], [460, 1188], [460, 1186], [451, 1186], [451, 1188], [449, 1188]], "149-166, T:0-1": [[451, 1188], [449, 1188], [442, 1199], [445, 1202], [445, 1208], [447, 1210], [458, 1210], [460, 1208], [483, 1208], [485, 1210], [496, 1210], [498, 1208], [498, 1202], [501, 1199], [494, 1188], [490, 1188], [490, 1186], [481, 1186], [481, 1188], [477, 1188], [477, 1201], [467, 1201], [464, 1198], [464, 1188], [460, 1188], [460, 1186], [451, 1186]]}, "center": {"112-148": [488, 1199], "149-166, T:0-1": [488, 1199]}}, -{"id": "556", "name": "Rail", "description": "A rail is used to build railway tracks for trains to follow in the game Factorio.", "links": {"website": ["https://wiki.factorio.com/Rail"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"113-153": [[441, 1208], [441, 1211], [445, 1211], [445, 1213], [503, 1213], [503, 1211], [565, 1211], [565, 1208], [509, 1208], [509, 1205], [504, 1205], [504, 1198], [501, 1198], [501, 1200], [499, 1202], [499, 1208]], "109-112": [[389, 1199], [389, 1211], [445, 1211], [447, 1213], [525, 1213], [525, 1212], [534, 1212], [534, 1211], [554, 1211], [554, 1209], [545, 1209], [545, 1199], [503, 1199], [503, 1197], [455, 1197], [455, 1198], [442, 1198], [442, 1199]], "154-165, T:0-1": [[441, 1208], [441, 1211], [445, 1211], [445, 1213], [503, 1213], [503, 1212], [548, 1212], [548, 1211], [554, 1211], [554, 1209], [549, 1209], [549, 1208], [503, 1208], [503, 1197], [501, 1197], [501, 1200], [499, 1202], [499, 1208]]}, "center": {"113-153": [502, 1208], "109-112": [472, 1205], "154-165, T:0-1": [538, 1210]}}, -{"id": "557", "name": "Dodo", "description": "Dodo is the dodo bird pet of the character Randy Bullet (played by streamer RatedEpicz) in NoPixel, a role-play server for the game Grand Theft Auto V.\n\nThis art was designed by u/NikkiTheDuck along with the nearby Bullet Club. <3", "links": {"website": ["https://nopixel.fandom.com/wiki/Dodo", "https://www.facebook.com/RatedEpicz", "https://www.twitch.tv/ratedepicz"], "subreddit": ["Chang_Gang", "NoPixel", "place_CentralAlliance"]}, "path": {"123-166, T:0-1": [[452, 1104], [448, 1111], [448, 1115], [450, 1115], [450, 1118], [453, 1122], [454, 1122], [454, 1123], [456, 1125], [463, 1125], [466, 1122], [468, 1115], [468, 1112], [465, 1112], [464, 1113], [461, 1113], [460, 1112], [458, 1112], [458, 1108], [454, 1104]]}, "center": {"123-166, T:0-1": [459, 1119]}}, -{"id": "558", "name": "Castle Crashers", "description": "Castle Crashers is a 2D indie hack-and-slash video game made by The Behemoth. Depicted are various color palettes of the otherwise identical playable knights in Castle Crashers.", "links": {"website": ["https://www.castlecrashers.com/", "https://store.steampowered.com/app/204360/Castle_Crashers/", "https://en.wikipedia.org/wiki/Castle_Crashers"], "subreddit": ["castlecrashers"]}, "path": {"118-132": [[462, 1154], [462, 1172], [495, 1172], [495, 1163], [471, 1163], [471, 1154]]}, "center": {"118-132": [467, 1167]}}, -{"id": "559", "name": "Rodney McKay", "description": "Rodney McKay is a character in the science fiction franchise Stargate.", "links": {"website": ["https://mgm.com/franchise/stargate", "https://en.wikipedia.org/wiki/Rodney_McKay"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"161-166, T:0-1": [[520, 1100], [520, 1104], [538, 1104], [540, 1102], [540, 1100]]}, "center": {"161-166, T:0-1": [530, 1102]}}, -{"id": "560", "name": "r/Stargate", "description": "Subreddit focused on the science-fiction media franchise Stargate.", "links": {"website": ["https://mgm.com/franchise/stargate"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"119-166, T:0-1": [[510, 1124], [510, 1130], [550, 1130], [550, 1124]]}, "center": {"119-166, T:0-1": [530, 1127]}}, -{"id": "561", "name": "Milky Way Stargate", "description": "These chevrons from Stargate are featured on the titular Stargates in the Milky Way in. Stargates are devices that can create wormholes to warp between locations instantly.", "links": {"website": ["https://stargate.fandom.com/wiki/Stargate#Milky_Way_gates"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[513, 1101], [509, 1107], [509, 1117], [513, 1124], [514, 1124], [514, 1121], [546, 1121], [546, 1124], [547, 1124], [550, 1120], [550, 1118], [551, 1118], [551, 1107], [550, 1107], [550, 1105], [547, 1101], [546, 1101], [546, 1106], [539, 1110], [537, 1112], [537, 1113], [540, 1116], [546, 1119], [546, 1121], [514, 1121], [514, 1119], [521, 1115], [523, 1113], [523, 1112], [520, 1109], [514, 1106], [514, 1101]]}, "center": {"114-166, T:0-1": [545, 1113]}}, -{"id": "562", "name": "Alpha Gate glyph", "description": "This glyph from Stargate symbolizes the Alpha Gate, a portal (Stargate) on Earth that can be used to travel to other gates across the universe.", "links": {"website": ["https://stargate.fandom.com/wiki/Alpha_Gate", "https://stargate.fandom.com/wiki/Glyph#Milky_Way"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[530, 1105], [527, 1108], [529, 1110], [523, 1118], [525, 1120], [527, 1120], [529, 1118], [529, 1115], [531, 1115], [531, 1118], [533, 1120], [535, 1120], [537, 1118], [531, 1110], [533, 1108]]}, "center": {"114-166, T:0-1": [530, 1113]}}, -{"id": "563", "name": "Shiny Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"125-132": [[511, 1150], [506, 1156], [506, 1158], [510, 1161], [510, 1164], [512, 1166], [514, 1166], [516, 1168], [520, 1168], [528, 1157], [528, 1156], [524, 1150], [520, 1154], [522, 1158], [522, 1159], [521, 1160], [514, 1150]]}, "center": {"125-132": [515, 1161]}}, -{"id": "564", "name": "Peashooter", "description": "Peashooter is a character from the Plants vs. Zombies game series.", "links": {"website": ["https://plantsvszombies.fandom.com/wiki/Peashooter"]}, "path": {"122-132": [[568, 1143], [564, 1147], [564, 1151], [566, 1153], [566, 1154], [563, 1157], [561, 1157], [561, 1161], [562, 1162], [565, 1162], [568, 1164], [571, 1164], [572, 1163], [578, 1163], [578, 1160], [573, 1154], [575, 1152], [576, 1152], [577, 1153], [578, 1153], [581, 1150], [585, 1150], [586, 1151], [589, 1151], [591, 1149], [591, 1147], [589, 1145], [586, 1145], [585, 1146], [580, 1146], [578, 1144], [576, 1144], [575, 1145], [574, 1145], [572, 1143]]}, "center": {"122-132": [570, 1149]}}, -{"id": "565", "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.\n\nThis flag was drawn under Korra from The Legend of Korra, as the character is canonically bisexual.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["avatarplace", "ATLA"]}, "path": {"147-165, T:0-1": [[691, 1121], [691, 1124], [697, 1124], [697, 1126], [699, 1126], [700, 1125], [705, 1125], [705, 1123], [707, 1123], [707, 1121]]}, "center": {"147-165, T:0-1": [699, 1123]}}, -{"id": "566", "name": "Clone Hero guitar", "description": "The game Clone Hero, along with its predecessors like Guitar Hero and Rock Band, uses a model guitar as a controller.", "links": {"subreddit": ["CloneHero"]}, "path": {"110-123": [[670, 1103], [668, 1105], [668, 1106], [667, 1107], [668, 1108], [668, 1109], [670, 1111], [672, 1111], [673, 1110], [676, 1110], [678, 1108], [683, 1108], [684, 1109], [685, 1109], [687, 1107], [685, 1105], [684, 1105], [683, 1106], [678, 1106], [676, 1104], [673, 1104], [672, 1103]]}, "center": {"110-123": [671, 1107]}}, -{"id": "567", "name": "Germany-nagzz21-chibidoki heart", "description": "A heart depicting the flag of Germany and elements of the artworks of streamers nagzz21 and chibidoki.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://www.nagzz21.com/", "https://www.twitch.tv/chibidoki"], "subreddit": ["placeDE", "de", "germany", "Nagzz21", "chibidoki"], "discord": ["placeDE"]}, "path": {"144-165, T:0-1": [[743, 1115], [739, 1120], [739, 1121], [740, 1122], [740, 1124], [746, 1130], [752, 1124], [752, 1122], [753, 1121], [753, 1120], [749, 1115]]}, "center": {"144-165, T:0-1": [746, 1122]}}, +{"id": 514, "name": "čo už", "description": "\"čo už\" is a magical phrase that can be used for any occasion. It is usually meant as a nihilistic response to an event that one either can't or just does not want to affect. It became a meme in our small circle of friends due to one of us overusing it too much and spreading it onto others, including beyond the borders of our minuscule community.", "links": {}, "path": {"132-146": [[1768, 1006], [1768, 1016], [1778, 1016], [1778, 1006]]}, "center": {"132-146": [1773, 1011]}}, +{"id": 515, "name": "Car Crash", "description": "Car Crash is a music single by eaJ. It released on April 8, 2022, shortly after r/place.", "links": {"website": ["https://www.youtube.com/watch?v=c3KOZ2iw8Hk"]}, "path": {"114-122": [[1768, 999], [1768, 1006], [1767, 1006], [1767, 1053], [1808, 1053], [1808, 999]]}, "center": {"114-122": [1788, 1026]}}, +{"id": 516, "name": "eaJ", "description": "eaJ is a musician of South Korean descent.", "links": {"website": ["https://en.wikipedia.org/wiki/Jae_Park"]}, "path": {"116-122": [[1776, 1009], [1774, 1011], [1774, 1015], [1777, 1018], [1800, 1018], [1803, 1015], [1803, 1008], [1795, 1008], [1795, 1009]]}, "center": {"116-122": [1797, 1013]}}, +{"id": 517, "name": "Noob World", "description": "Noob World is a Discord server.", "links": {"discord": ["noobworld"]}, "path": {"110-121": [[1768, 1052], [1768, 1062], [1792, 1062], [1792, 1057], [1799, 1057], [1799, 1052]]}, "center": {"110-121": [1783, 1057]}}, +{"id": 518, "name": "Serial Experiments Lain", "description": "Serial Experiments Lain is a Japanese anime series.", "links": {"website": ["https://en.wikipedia.org/wiki/Serial_Experiments_Lain"], "subreddit": ["Lain"]}, "path": {"109-124": [[1869, 1035], [1869, 1125], [1925, 1125], [1925, 1035]]}, "center": {"109-124": [1897, 1080]}}, +{"id": 519, "name": "The Wired", "description": "The Wired is a virtual world in the Japanese anime Serial Experiments Lain.", "links": {"website": ["https://sel.fandom.com/wiki/The_Wired"], "subreddit": ["Lain"]}, "path": {"115-123": [[1913, 1077], [1913, 1081], [1914, 1082], [1914, 1084], [1915, 1084], [1915, 1118], [1918, 1118], [1920, 1116], [1920, 1094], [1919, 1094], [1919, 1084], [1921, 1082], [1921, 1080], [1922, 1079], [1920, 1077]]}, "center": {"115-123": [1917, 1081]}}, +{"id": 520, "name": "Navi", "description": "The Navi is a computer in the Japanese anime Serial Experiments Lain that is used to access The Wired, a virtual world.", "links": {"website": ["https://sel.fandom.com/wiki/Navi"], "subreddit": ["Lain"]}, "path": {"117-124": [[1918, 1047], [1918, 1049], [1916, 1049], [1913, 1052], [1913, 1055], [1915, 1055], [1915, 1057], [1923, 1057], [1923, 1055], [1925, 1055], [1925, 1052], [1922, 1049], [1920, 1049], [1920, 1047]]}, "center": {"117-124": [1919, 1053]}}, +{"id": 521, "name": "Let's all love Lain", "description": "\"Let's all love Lain\" is a meme phrase in the fandom of the Japanese anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"113-124": [[1870, 1036], [1870, 1055], [1884, 1055], [1884, 1036]]}, "center": {"113-124": [1877, 1046]}}, +{"id": 522, "name": "Connor McDavid", "description": "Connor McDavid (#97) is the captain of the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Connor_McDavid"], "subreddit": ["EdmontonOilers"]}, "path": {"116-122": [[1807, 1010], [1807, 1018], [1816, 1018], [1816, 1010]], "130-144": [[1796, 1013], [1796, 1019], [1803, 1019], [1803, 1017], [1804, 1016], [1804, 1013]]}, "center": {"116-122": [1812, 1014], "130-144": [1800, 1016]}}, +{"id": 523, "name": "Leon Draisaitl", "description": "Leon Draisaitl (#29) is a player on the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Leon_Draisaitl"], "subreddit": ["EdmontonOilers"]}, "path": {"117-122": [[1816, 1006], [1816, 1014], [1826, 1014], [1826, 1006]]}, "center": {"117-122": [1821, 1010]}}, +{"id": 524, "name": "Ryan Nugent-Hopkins", "description": "Ryan Nugent-Hopkins (#93) is a player on the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Ryan_Nugent-Hopkins"], "subreddit": ["EdmontonOilers"]}, "path": {"119-122": [[1807, 1041], [1807, 1047], [1815, 1047], [1815, 1041]]}, "center": {"119-122": [1811, 1044]}}, +{"id": 525, "name": "Brunenger", "description": "Brunenger is a Turkish streamer.", "links": {"website": ["https://www.twitch.tv/brunenger"]}, "path": {"124-144": [[1871, 1034], [1871, 1044], [1869, 1044], [1869, 1125], [1925, 1125], [1925, 1034]], "T:0-1": [[1888, 1047], [1882, 1051], [1875, 1064], [1875, 1077], [1876, 1078], [1876, 1085], [1879, 1093], [1887, 1100], [1890, 1100], [1891, 1101], [1894, 1101], [1894, 1104], [1891, 1110], [1891, 1113], [1894, 1116], [1896, 1116], [1896, 1114], [1903, 1114], [1903, 1116], [1925, 1116], [1925, 1101], [1919, 1100], [1916, 1097], [1914, 1092], [1913, 1092], [1913, 1084], [1915, 1084], [1919, 1080], [1919, 1075], [1916, 1072], [1916, 1059], [1908, 1050], [1901, 1047]], "163-166": [[1889, 1056], [1879, 1067], [1877, 1078], [1877, 1081], [1879, 1085], [1884, 1091], [1887, 1095], [1891, 1096], [1903, 1096], [1907, 1092], [1914, 1078], [1914, 1072], [1911, 1060], [1907, 1055]]}, "center": {"124-144": [1897, 1080], "T:0-1": [1896, 1072], "163-166": [1896, 1075]}}, +{"id": 534, "name": "Rei Ayanami", "description": "Rei Ayanami is a character from the anime Neon Genesis Evangelion. Lain, the main character of the anime Serial Experiments Lain, is based on Rei.", "links": {"website": ["https://en.wikipedia.org/wiki/Rei_Ayanami"], "subreddit": ["evangelion", "Lain"]}, "path": {"112-124": [[1884, 1075], [1874, 1085], [1874, 1095], [1877, 1101], [1884, 1109], [1884, 1110], [1877, 1114], [1870, 1121], [1870, 1125], [1914, 1125], [1914, 1122], [1900, 1110], [1900, 1108], [1902, 1105], [1904, 1105], [1907, 1102], [1907, 1099], [1909, 1097], [1909, 1085], [1904, 1080], [1899, 1075]]}, "center": {"112-124": [1892, 1092]}}, +{"id": 535, "name": "C418", "description": "C418 is an electronic musician known for the soundtrack for the game Minecraft.", "links": {"website": ["https://c418.org", "https://en.wikipedia.org/wiki/C418"], "subreddit": ["C418"]}, "path": {"120-145": [[1983, 1058], [1998, 1058], [1998, 1073], [1983, 1073]]}, "center": {"120-145": [1991, 1066]}}, +{"id": 536, "name": "r/gorillaz", "description": "Subreddit focused on the English virtual band Gorillaz.", "links": {"website": ["https://en.wikipedia.org/wiki/Gorillaz"], "subreddit": ["gorillaz"]}, "path": {"109-123": [[1925, 1074], [1925, 1083], [1963, 1083], [1963, 1074]]}, "center": {"109-123": [1944, 1079]}}, +{"id": 537, "name": "Vinesauce-Terezi Pyrope heart", "description": "A heart with the designs of the Vinesauce and Terezi Pyrope arts.", "links": {"website": ["https://vinesauce.com/", "https://mspaintadventures.fandom.com/wiki/Terezi_Pyrope"], "subreddit": ["Vinesauce", "homestuck"]}, "path": {"127-166, T:0-1": [[89, 1113], [87, 1115], [87, 1117], [91, 1121], [92, 1121], [96, 1117], [96, 1115], [94, 1113]]}, "center": {"127-166, T:0-1": [92, 1117]}}, +{"id": 538, "name": "SterB", "description": "SterB, is a burger emote and Discord server icon of Steven Serge, also known as STAR_, Ster, or Niichts. Steven Serge is a YouTuber, Twitch streamer, and programmer formerly known for his content for the game Team Fortress 2. He was once considered one of the most influential TF2 players on the internet. He is also known for his YouTube series \"Basically\" and being the creator of The Myriad, a system similar to the tabletop game Dungeons & Dragons. He has made various videos with fellow content creator Jerma, and inspired Jerma to make his own channel.", "links": {"website": ["https://jerma-lore.fandom.com/wiki/Ster"], "subreddit": ["jerma985", "PlaceTacos", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"141-144": [[120, 1150], [114, 1155], [111, 1160], [111, 1166], [115, 1172], [131, 1172], [133, 1170], [133, 1168], [135, 1168], [135, 1162], [134, 1161], [134, 1157], [132, 1154], [128, 1150]], "145-166, T:0-1": [[134, 1150], [128, 1155], [125, 1161], [125, 1166], [127, 1169], [127, 1172], [145, 1172], [147, 1170], [147, 1168], [149, 1167], [149, 1162], [148, 1161], [148, 1157], [146, 1154], [142, 1150]]}, "center": {"141-144": [123, 1161], "145-166, T:0-1": [137, 1161]}}, +{"id": 539, "name": "Scrooge McDuck", "description": "Scrooge McDuck is a cartoon character created by Disney, and the uncle of Donald Duck. This is his sprite from the game DuckTales.", "links": {"website": ["https://en.wikipedia.org/wiki/Scrooge_McDuck"]}, "path": {"121-129": [[50, 1143], [50, 1149], [43, 1157], [42, 1157], [41, 1156], [39, 1158], [39, 1163], [41, 1165], [41, 1167], [40, 1168], [40, 1170], [55, 1170], [55, 1167], [57, 1165], [57, 1162], [55, 1159], [58, 1159], [60, 1157], [60, 1153], [59, 1152], [59, 1150], [58, 1149], [58, 1143]]}, "center": {"121-129": [48, 1163]}}, +{"id": 540, "name": "Tinky Winky", "description": "Tinky Winky is one of the main characters of the children's show Teletubbies.", "links": {"website": ["https://teletubbies.fandom.com/wiki/Tinky_Winky"]}, "path": {"125-129": [[66, 1149], [66, 1153], [64, 1155], [64, 1157], [66, 1159], [63, 1162], [63, 1172], [72, 1172], [72, 1169], [73, 1169], [73, 1163], [70, 1159], [72, 1157], [72, 1155], [70, 1153], [70, 1149]]}, "center": {"125-129": [68, 1164]}}, +{"id": 541, "name": "Flag of Israel", "description": "Israel, officially the State of Israel, is a country in the Middle East.", "links": {"website": ["https://en.wikipedia.org/wiki/Israel", "https://en.wikipedia.org/wiki/Flag_of_Israel"], "subreddit": ["Israel", "ani_bm"], "discord": ["israel"]}, "path": {"126-132": [[18, 1106], [18, 1114], [24, 1114], [24, 1106]]}, "center": {"126-132": [21, 1110]}}, +{"id": 542, "name": "r/Vinesauce", "description": "Subreddit focused on the Twitch channel Vinesauce.", "links": {"subreddit": ["Vinesauce"]}, "path": {"116-166, T:0-1": [[94, 1108], [94, 1114], [135, 1114], [135, 1107], [102, 1107], [102, 1108]]}, "center": {"116-166, T:0-1": [115, 1111]}}, +{"id": 543, "name": "Kongou", "description": "Kongou is a character from the free-to-play game Kantai Collection (KanColle).\n\nThis art was originally Akagi from the game Azur Lane before being replaced by Kongou.", "links": {"website": ["https://en.kancollewiki.net/Kongou", "https://en.wikipedia.org/wiki/Kantai_Collection"]}, "path": {"163-166, T:0-1": [[159, 1103], [155, 1107], [155, 1110], [157, 1114], [157, 1117], [156, 1117], [156, 1120], [171, 1120], [173, 1118], [173, 1113], [172, 1112], [172, 1106], [170, 1106], [166, 1103]]}, "center": {"163-166, T:0-1": [164, 1112]}}, +{"id": 544, "name": "Akagi", "description": "Akagi is a character from the mobile gacha game Azur Lane.\n\nThis art was later replaced with Kongou from the game Kantai Collection.", "links": {"website": ["https://azurlane.koumakan.jp/wiki/Akagi", "https://www.azurlane.jp/", "https://en.wikipedia.org/wiki/Azur_Lane"], "subreddit": ["AzureLane"]}, "path": {"117-162": [[156, 1103], [156, 1108], [153, 1114], [153, 1120], [171, 1120], [174, 1117], [174, 1115], [173, 1114], [173, 1111], [171, 1107], [171, 1103], [167, 1103], [165, 1105], [162, 1105], [160, 1103]]}, "center": {"117-162": [164, 1112]}}, +{"id": 545, "name": "r/Technoblade", "description": "Subreddit focused on Minecraft YouTuber Technoblade.", "links": {"subreddit": ["Technoblade"]}, "path": {"115-166, T:0-1": [[191, 1102], [191, 1111], [252, 1111], [252, 1102]]}, "center": {"115-166, T:0-1": [222, 1107]}}, +{"id": 546, "name": "New Jersey", "description": "New Jersey is a character from the mobile gacha game Azur Lane.", "links": {"website": ["https://azurlane.koumakan.jp/wiki/New_Jersey", "https://www.azurlane.jp/", "https://en.wikipedia.org/wiki/Azur_Lane"], "subreddit": ["AzureLane"]}, "path": {"111-166, T:0-1": [[173, 1103], [173, 1104], [175, 1106], [175, 1107], [172, 1111], [172, 1120], [188, 1120], [188, 1111], [185, 1107], [185, 1106], [187, 1104], [187, 1103], [184, 1103], [183, 1104], [177, 1104], [176, 1103]]}, "center": {"111-166, T:0-1": [180, 1112]}}, +{"id": 547, "name": "Kilroy was here", "description": "\"Kilroy was here\" is a graffiti meme originating from soldiers in World War II.", "links": {"website": ["https://en.wikipedia.org/wiki/Kilroy_was_here", "https://knowyourmeme.com/memes/kilroy-was-here"]}, "path": {"119-130": [[150, 1169], [148, 1171], [148, 1172], [150, 1174], [154, 1174], [155, 1173], [159, 1173], [161, 1175], [163, 1173], [167, 1173], [168, 1174], [172, 1174], [174, 1172], [174, 1171], [172, 1169], [168, 1169], [166, 1171], [166, 1168], [163, 1165], [159, 1165], [156, 1168], [156, 1171], [154, 1169]]}, "center": {"119-130": [161, 1169]}}, +{"id": 548, "name": "r/Juanquilador", "description": "Subreddit focused on the Colombian streamer Juan Guarnizo, a.k.a. JuanSGuarnizo or Juaniquilador.", "links": {"subreddit": ["Juanquilador"]}, "path": {"149-155": [[260, 1112], [260, 1119], [264, 1119], [264, 1120], [317, 1120], [317, 1115], [320, 1115], [320, 1112]]}, "center": {"149-155": [290, 1116]}}, +{"id": 549, "name": "LVNDMARK", "description": "LVNDMARK is a Twitch streamer and YouTuber.", "links": {"website": ["https://www.twitch.tv/lvndmark", "https://www.youtube.com/c/LVNDMARK"]}, "path": {"122-131": [[261, 1122], [261, 1172], [312, 1172], [312, 1122]]}, "center": {"122-131": [287, 1147]}}, +{"id": 550, "name": "Inky", "description": "Inky is one of the enemy ghosts in the arcade game Pac-Man.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghosts_(Pac-Man)"]}, "path": {"126-131": [[327, 1122], [324, 1125], [324, 1132], [332, 1132], [332, 1125], [329, 1122]]}, "center": {"126-131": [328, 1128]}}, +{"id": 551, "name": "Ewilan's Quest", "description": "Ewilan's Quest is an animated series.", "links": {"website": ["https://www.andarta-pictures.com/production/ewilan-s-quest.html"]}, "path": {"159-163, T:0-1": [[491, 1160], [491, 1166], [502, 1166], [502, 1160]]}, "center": {"159-163, T:0-1": [497, 1163]}}, +{"id": 552, "name": "!aal", "description": "!aal is a chat command that can be used in SlaixGG's steams.", "links": {}, "path": {"146-166, T:0-1": [[447, 1172], [447, 1178], [461, 1178], [461, 1172]]}, "center": {"146-166, T:0-1": [454, 1175]}}, +{"id": 553, "name": "Rat", "description": "This rat is used commonly in SlaixGG's streams.", "links": {}, "path": {"153-166, T:0-1": [[439, 1172], [439, 1176], [447, 1176], [447, 1172]]}, "center": {"153-166, T:0-1": [443, 1174]}}, +{"id": 554, "name": "Snake", "description": "This snake is used commonly in SlaixGG's streams.", "links": {}, "path": {"157-166, T:0-1": [[439, 1176], [439, 1206], [438, 1207], [438, 1212], [444, 1218], [446, 1218], [446, 1214], [444, 1211], [441, 1211], [441, 1208], [446, 1208], [446, 1205], [442, 1200], [442, 1198], [447, 1188], [447, 1176]]}, "center": {"157-166, T:0-1": [443, 1180]}}, +{"id": 555, "name": "Cargo wagon", "description": "A cargo wagon is a part of the train system in the game Factorio. It is used to transport items.\n\nr/factorio initially planned to add more wagons behind their signature locomotive to represent more subreddits, but instead decided on just one wagon due to time and manpower constraints.", "links": {"website": ["https://wiki.factorio.com/Cargo_wagon"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"112-148": [[442, 1199], [445, 1202], [445, 1208], [447, 1210], [458, 1210], [460, 1208], [483, 1208], [485, 1210], [496, 1210], [498, 1208], [498, 1202], [501, 1199], [496, 1190], [494, 1188], [490, 1188], [490, 1186], [481, 1186], [481, 1188], [477, 1188], [477, 1201], [467, 1201], [464, 1198], [464, 1188], [460, 1188], [460, 1186], [451, 1186], [451, 1188], [449, 1188]], "149-166, T:0-1": [[451, 1188], [449, 1188], [442, 1199], [445, 1202], [445, 1208], [447, 1210], [458, 1210], [460, 1208], [483, 1208], [485, 1210], [496, 1210], [498, 1208], [498, 1202], [501, 1199], [494, 1188], [490, 1188], [490, 1186], [481, 1186], [481, 1188], [477, 1188], [477, 1201], [467, 1201], [464, 1198], [464, 1188], [460, 1188], [460, 1186], [451, 1186]]}, "center": {"112-148": [488, 1199], "149-166, T:0-1": [488, 1199]}}, +{"id": 556, "name": "Rail", "description": "A rail is used to build railway tracks for trains to follow in the game Factorio.", "links": {"website": ["https://wiki.factorio.com/Rail"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"113-153": [[441, 1208], [441, 1211], [445, 1211], [445, 1213], [503, 1213], [503, 1211], [565, 1211], [565, 1208], [509, 1208], [509, 1205], [504, 1205], [504, 1198], [501, 1198], [501, 1200], [499, 1202], [499, 1208]], "109-112": [[389, 1199], [389, 1211], [445, 1211], [447, 1213], [525, 1213], [525, 1212], [534, 1212], [534, 1211], [554, 1211], [554, 1209], [545, 1209], [545, 1199], [503, 1199], [503, 1197], [455, 1197], [455, 1198], [442, 1198], [442, 1199]], "154-165, T:0-1": [[441, 1208], [441, 1211], [445, 1211], [445, 1213], [503, 1213], [503, 1212], [548, 1212], [548, 1211], [554, 1211], [554, 1209], [549, 1209], [549, 1208], [503, 1208], [503, 1197], [501, 1197], [501, 1200], [499, 1202], [499, 1208]]}, "center": {"113-153": [502, 1208], "109-112": [472, 1205], "154-165, T:0-1": [538, 1210]}}, +{"id": 557, "name": "Dodo", "description": "Dodo is the dodo bird pet of the character Randy Bullet (played by streamer RatedEpicz) in NoPixel, a role-play server for the game Grand Theft Auto V.\n\nThis art was designed by u/NikkiTheDuck along with the nearby Bullet Club. <3", "links": {"website": ["https://nopixel.fandom.com/wiki/Dodo", "https://www.facebook.com/RatedEpicz", "https://www.twitch.tv/ratedepicz"], "subreddit": ["Chang_Gang", "NoPixel", "place_CentralAlliance"]}, "path": {"123-166, T:0-1": [[452, 1104], [448, 1111], [448, 1115], [450, 1115], [450, 1118], [453, 1122], [454, 1122], [454, 1123], [456, 1125], [463, 1125], [466, 1122], [468, 1115], [468, 1112], [465, 1112], [464, 1113], [461, 1113], [460, 1112], [458, 1112], [458, 1108], [454, 1104]]}, "center": {"123-166, T:0-1": [459, 1119]}}, +{"id": 558, "name": "Castle Crashers", "description": "Castle Crashers is a 2D indie hack-and-slash video game made by The Behemoth. Depicted are various color palettes of the otherwise identical playable knights in Castle Crashers.", "links": {"website": ["https://www.castlecrashers.com/", "https://store.steampowered.com/app/204360/Castle_Crashers/", "https://en.wikipedia.org/wiki/Castle_Crashers"], "subreddit": ["castlecrashers"]}, "path": {"118-132": [[462, 1154], [462, 1172], [495, 1172], [495, 1163], [471, 1163], [471, 1154]]}, "center": {"118-132": [467, 1167]}}, +{"id": 559, "name": "Rodney McKay", "description": "Rodney McKay is a character in the science fiction franchise Stargate.", "links": {"website": ["https://mgm.com/franchise/stargate", "https://en.wikipedia.org/wiki/Rodney_McKay"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"161-166, T:0-1": [[520, 1100], [520, 1104], [538, 1104], [540, 1102], [540, 1100]]}, "center": {"161-166, T:0-1": [530, 1102]}}, +{"id": 560, "name": "r/Stargate", "description": "Subreddit focused on the science-fiction media franchise Stargate.", "links": {"website": ["https://mgm.com/franchise/stargate"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"119-166, T:0-1": [[510, 1124], [510, 1130], [550, 1130], [550, 1124]]}, "center": {"119-166, T:0-1": [530, 1127]}}, +{"id": 561, "name": "Milky Way Stargate", "description": "These chevrons from Stargate are featured on the titular Stargates in the Milky Way in. Stargates are devices that can create wormholes to warp between locations instantly.", "links": {"website": ["https://stargate.fandom.com/wiki/Stargate#Milky_Way_gates"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[513, 1101], [509, 1107], [509, 1117], [513, 1124], [514, 1124], [514, 1121], [546, 1121], [546, 1124], [547, 1124], [550, 1120], [550, 1118], [551, 1118], [551, 1107], [550, 1107], [550, 1105], [547, 1101], [546, 1101], [546, 1106], [539, 1110], [537, 1112], [537, 1113], [540, 1116], [546, 1119], [546, 1121], [514, 1121], [514, 1119], [521, 1115], [523, 1113], [523, 1112], [520, 1109], [514, 1106], [514, 1101]]}, "center": {"114-166, T:0-1": [545, 1113]}}, +{"id": 562, "name": "Alpha Gate glyph", "description": "This glyph from Stargate symbolizes the Alpha Gate, a portal (Stargate) on Earth that can be used to travel to other gates across the universe.", "links": {"website": ["https://stargate.fandom.com/wiki/Alpha_Gate", "https://stargate.fandom.com/wiki/Glyph#Milky_Way"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[530, 1105], [527, 1108], [529, 1110], [523, 1118], [525, 1120], [527, 1120], [529, 1118], [529, 1115], [531, 1115], [531, 1118], [533, 1120], [535, 1120], [537, 1118], [531, 1110], [533, 1108]]}, "center": {"114-166, T:0-1": [530, 1113]}}, +{"id": 563, "name": "Shiny Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"125-132": [[511, 1150], [506, 1156], [506, 1158], [510, 1161], [510, 1164], [512, 1166], [514, 1166], [516, 1168], [520, 1168], [528, 1157], [528, 1156], [524, 1150], [520, 1154], [522, 1158], [522, 1159], [521, 1160], [514, 1150]]}, "center": {"125-132": [515, 1161]}}, +{"id": 564, "name": "Peashooter", "description": "Peashooter is a character from the Plants vs. Zombies game series.", "links": {"website": ["https://plantsvszombies.fandom.com/wiki/Peashooter"]}, "path": {"122-132": [[568, 1143], [564, 1147], [564, 1151], [566, 1153], [566, 1154], [563, 1157], [561, 1157], [561, 1161], [562, 1162], [565, 1162], [568, 1164], [571, 1164], [572, 1163], [578, 1163], [578, 1160], [573, 1154], [575, 1152], [576, 1152], [577, 1153], [578, 1153], [581, 1150], [585, 1150], [586, 1151], [589, 1151], [591, 1149], [591, 1147], [589, 1145], [586, 1145], [585, 1146], [580, 1146], [578, 1144], [576, 1144], [575, 1145], [574, 1145], [572, 1143]]}, "center": {"122-132": [570, 1149]}}, +{"id": 565, "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.\n\nThis flag was drawn under Korra from The Legend of Korra, as the character is canonically bisexual.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["avatarplace", "ATLA"]}, "path": {"147-165, T:0-1": [[691, 1121], [691, 1124], [697, 1124], [697, 1126], [699, 1126], [700, 1125], [705, 1125], [705, 1123], [707, 1123], [707, 1121]]}, "center": {"147-165, T:0-1": [699, 1123]}}, +{"id": 566, "name": "Clone Hero guitar", "description": "The game Clone Hero, along with its predecessors like Guitar Hero and Rock Band, uses a model guitar as a controller.", "links": {"subreddit": ["CloneHero"]}, "path": {"110-123": [[670, 1103], [668, 1105], [668, 1106], [667, 1107], [668, 1108], [668, 1109], [670, 1111], [672, 1111], [673, 1110], [676, 1110], [678, 1108], [683, 1108], [684, 1109], [685, 1109], [687, 1107], [685, 1105], [684, 1105], [683, 1106], [678, 1106], [676, 1104], [673, 1104], [672, 1103]]}, "center": {"110-123": [671, 1107]}}, +{"id": 567, "name": "Germany-nagzz21-chibidoki heart", "description": "A heart depicting the flag of Germany and elements of the artworks of streamers nagzz21 and chibidoki.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://www.nagzz21.com/", "https://www.twitch.tv/chibidoki"], "subreddit": ["placeDE", "de", "germany", "Nagzz21", "chibidoki"], "discord": ["placeDE"]}, "path": {"144-165, T:0-1": [[743, 1115], [739, 1120], [739, 1121], [740, 1122], [740, 1124], [746, 1130], [752, 1124], [752, 1122], [753, 1121], [753, 1120], [749, 1115]]}, "center": {"144-165, T:0-1": [746, 1122]}}, {"id": "tx7g6y", "name": "Onib", "description": "Onib is an original character made by the Twitter artist DarknessBeat. This art was later destroyed by the Gojo art.", "links": {"website": ["https://twitter.com/darkness_beat"]}, "path": {"134-151": [[890, 1190], [890, 1200], [899, 1200], [899, 1190]]}, "center": {"134-151": [895, 1195]}}, -{"id": "568", "name": "Bubbles", "description": "Bubbles is one of the main characters in the animated TV series The Powerpuff Girls.", "links": {"website": ["https://powerpuffgirls.fandom.com/wiki/Bubbles_(1998_TV_series)"]}, "path": {"125-155": [[859, 1194], [857, 1196], [857, 1202], [859, 1202], [859, 1204], [862, 1206], [860, 1208], [860, 1210], [863, 1210], [863, 1213], [871, 1213], [871, 1210], [874, 1210], [874, 1204], [877, 1201], [877, 1196], [875, 1194]]}, "center": {"125-155": [867, 1201]}}, -{"id": "569", "name": "Jake the Dog", "description": "Jake is the best friend and adoptive brother of Finn in the animated TV series Adventure Time. He has magical powers to change his size and shape at will.", "links": {"website": ["https://adventuretime.fandom.com/wiki/Jake", "https://en.wikipedia.org/wiki/Jake_the_Dog"], "subreddit": ["adventuretime"]}, "path": {"124-133": [[871, 1154], [869, 1156], [869, 1161], [871, 1163], [885, 1163], [887, 1161], [887, 1155], [880, 1155], [879, 1154]]}, "center": {"124-133": [874, 1159]}}, -{"id": "570", "name": "ARK: Survival Evolved", "description": "Ark: Survival Evolved (stylized as ARK) is a 2017 action-adventure survival video game developed by Studio Wildcard. In the game, players must survive being stranded on one of several maps filled with roaming dinosaurs, fictional fantasy monsters and other prehistoric animals, natural hazards, and potentially hostile human players.", "links": {"website": ["https://survivetheark.com", "https://en.wikipedia.org/wiki/Ark:_Survival_Evolved"], "subreddit": ["ARK"]}, "path": {"120-133": [[872, 1121], [864, 1133], [864, 1136], [871, 1136], [873, 1134], [873, 1133], [875, 1133], [875, 1134], [877, 1136], [884, 1136], [884, 1133], [876, 1121]]}, "center": {"120-133": [874, 1128]}}, -{"id": "571", "name": "Flag of Colombia", "description": "Colombia is a country on the northwest coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Flag_of_Colombia"], "subreddit": ["Colombia"]}, "path": {"147-150": [[1542, 1172], [1542, 1176], [1550, 1176], [1550, 1172]], "133-146": [[1544, 1172], [1544, 1176], [1550, 1176], [1550, 1172]]}, "center": {"147-150": [1546, 1174], "133-146": [1547, 1174]}}, -{"id": "572", "name": "Jack Manifold", "description": "Jack Manifold is a Twitch streamer and YouTuber. His community added his trademark 3D glasses to several art pieces in r/place.", "links": {"website": ["https://www.twitch.tv/jackmanifoldtv", "https://youtube.fandom.com/wiki/JackManifoldTV"], "subreddit": ["JackManifold"]}, "path": {"113": [[804, 1183], [801, 1185], [806, 1191], [814, 1191], [817, 1187], [817, 1184], [824, 1184], [829, 1189], [833, 1190], [836, 1190], [837, 1189], [838, 1189], [841, 1185], [839, 1183]]}, "center": {"113": [812, 1187]}}, -{"id": "573", "name": "r/italy", "description": "Subreddit focused on the country of Italy.", "links": {"subreddit": ["italy"]}, "path": {"145-165, T:0-1": [[961, 1116], [961, 1121], [986, 1121], [986, 1116]]}, "center": {"145-165, T:0-1": [974, 1119]}}, -{"id": "574", "name": "Italian Empire", "description": "Italian Empire is a Discord server used to coordinate art related to the country of Italy on r/place.", "links": {"website": ["https://discord.io/italy"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"144-153": [[904, 1116], [904, 1121], [957, 1121], [957, 1116]]}, "center": {"144-153": [931, 1119]}}, -{"id": "576", "name": "r/mauerstrassenwetten", "description": "r/mauerstrassenwetten is a German meme stock subreddit. Its name translates to \"Wall Street bets\", as it is the German equivalent of r/wallstreetbets.", "links": {"subreddit": ["mauerstrassenwetten"]}, "path": {"151-165, T:0-1": [[998, 1132], [998, 1138], [1012, 1138], [1014, 1135], [1011, 1132]]}, "center": {"151-165, T:0-1": [1006, 1135]}}, -{"id": "577", "name": "Dross", "description": "Dross is a character from Will Wight's fantasy novel series Cradle. It is a one-eyed mind spirit and an ally of protagonist Wei Shi Lindon.", "links": {"website": ["https://wiki.abidanarchive.com/index.php/Dross"], "subreddit": ["Iteration110Cradle"]}, "path": {"114-165, T:0-1": [[934, 1198], [929, 1202], [926, 1206], [926, 1221], [928, 1226], [931, 1229], [933, 1229], [933, 1225], [931, 1220], [931, 1219], [933, 1219], [934, 1220], [940, 1220], [941, 1219], [943, 1219], [942, 1221], [942, 1224], [941, 1225], [941, 1229], [943, 1229], [947, 1225], [947, 1222], [948, 1221], [948, 1206], [945, 1202], [940, 1198]]}, "center": {"114-165, T:0-1": [937, 1209]}}, -{"id": "578", "name": "Iteration #110", "description": "Iteration #110, a.k.a. Cradle, is a planet that serves as the setting of the fantasy novel series Cradle.", "links": {"website": ["https://wiki.abidanarchive.com/index.php/Cradle_Locations#Iteration_.23110"], "subreddit": ["Iteration110Cradle"]}, "path": {"126-165": [[933, 1221], [933, 1228], [941, 1228], [941, 1221]]}, "center": {"126-165": [937, 1225]}}, -{"id": "579", "name": "Ukraine heart", "description": "A heart depicting the flag of Ukraine, a country in Eastern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Ukraine", "https://en.wikipedia.org/wiki/Flag_of_Ukraine"], "subreddit": ["placeukraine", "ukraine"], "discord": ["fMf7RJBMw6"]}, "path": {"154-161": [[923, 1107], [921, 1109], [921, 1111], [925, 1115], [929, 1111], [929, 1109], [927, 1107]], "129-135": [[1305, 1179], [1303, 1181], [1303, 1182], [1307, 1186], [1311, 1182], [1311, 1181], [1309, 1179]]}, "center": {"154-161": [925, 1110], "129-135": [1307, 1182]}}, -{"id": "580", "name": "LOEVI", "description": "LOEVI is a game developer creating the game Froguelike.", "links": {"website": ["https://www.youtube.com/c/LOEVI"]}, "path": {"126-134": [[975, 1156], [975, 1170], [997, 1170], [997, 1156]]}, "center": {"126-134": [986, 1163]}}, -{"id": "581", "name": "Diamond", "description": "This diamond sprite is from the game Minecraft. Diamonds are rare minerals used to create powerful tools and armor, along with other useful applications.", "links": {"website": ["https://minecraft.fandom.com/wiki/Diamond"], "subreddit": ["Minecraft"]}, "path": {"114-141": [[999, 1104], [995, 1108], [994, 1110], [994, 1113], [996, 1116], [998, 1118], [1003, 1118], [1006, 1115], [1007, 1113], [1007, 1110], [1005, 1107], [1002, 1104]]}, "center": {"114-141": [1001, 1111]}}, -{"id": "582", "name": "Kenny McCormick", "description": "Kenny McCormick is one of the four main characters in the American animated television series South Park.", "links": {"website": ["https://en.wikipedia.org/wiki/Kenny_McCormick"], "subreddit": ["southpark"]}, "path": {"115-127": [[916, 1115], [914, 1117], [914, 1120], [913, 1120], [913, 1123], [916, 1123], [916, 1122], [924, 1122], [924, 1123], [927, 1123], [927, 1120], [926, 1120], [926, 1117], [924, 1115]]}, "center": {"115-127": [922, 1119]}}, -{"id": "583", "name": "TotalBiscuit-Germany heart", "description": "A heart with the background of the TotalBiscuit art and the flag of Germany.", "links": {"website": ["https://www.youtube.com/channel/UCy1Ms_5qBTawC-k7PVjHXKQ", "https://en.wikipedia.org/wiki/Germany"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"112-115": [[953, 1173], [951, 1175], [951, 1177], [955, 1181], [959, 1177], [959, 1175], [957, 1173]]}, "center": {"112-115": [955, 1176]}}, +{"id": 568, "name": "Bubbles", "description": "Bubbles is one of the main characters in the animated TV series The Powerpuff Girls.", "links": {"website": ["https://powerpuffgirls.fandom.com/wiki/Bubbles_(1998_TV_series)"]}, "path": {"125-155": [[859, 1194], [857, 1196], [857, 1202], [859, 1202], [859, 1204], [862, 1206], [860, 1208], [860, 1210], [863, 1210], [863, 1213], [871, 1213], [871, 1210], [874, 1210], [874, 1204], [877, 1201], [877, 1196], [875, 1194]]}, "center": {"125-155": [867, 1201]}}, +{"id": 569, "name": "Jake the Dog", "description": "Jake is the best friend and adoptive brother of Finn in the animated TV series Adventure Time. He has magical powers to change his size and shape at will.", "links": {"website": ["https://adventuretime.fandom.com/wiki/Jake", "https://en.wikipedia.org/wiki/Jake_the_Dog"], "subreddit": ["adventuretime"]}, "path": {"124-133": [[871, 1154], [869, 1156], [869, 1161], [871, 1163], [885, 1163], [887, 1161], [887, 1155], [880, 1155], [879, 1154]]}, "center": {"124-133": [874, 1159]}}, +{"id": 570, "name": "ARK: Survival Evolved", "description": "Ark: Survival Evolved (stylized as ARK) is a 2017 action-adventure survival video game developed by Studio Wildcard. In the game, players must survive being stranded on one of several maps filled with roaming dinosaurs, fictional fantasy monsters and other prehistoric animals, natural hazards, and potentially hostile human players.", "links": {"website": ["https://survivetheark.com", "https://en.wikipedia.org/wiki/Ark:_Survival_Evolved"], "subreddit": ["ARK"]}, "path": {"120-133": [[872, 1121], [864, 1133], [864, 1136], [871, 1136], [873, 1134], [873, 1133], [875, 1133], [875, 1134], [877, 1136], [884, 1136], [884, 1133], [876, 1121]]}, "center": {"120-133": [874, 1128]}}, +{"id": 571, "name": "Flag of Colombia", "description": "Colombia is a country on the northwest coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Flag_of_Colombia"], "subreddit": ["Colombia"]}, "path": {"147-150": [[1542, 1172], [1542, 1176], [1550, 1176], [1550, 1172]], "133-146": [[1544, 1172], [1544, 1176], [1550, 1176], [1550, 1172]]}, "center": {"147-150": [1546, 1174], "133-146": [1547, 1174]}}, +{"id": 572, "name": "Jack Manifold", "description": "Jack Manifold is a Twitch streamer and YouTuber. His community added his trademark 3D glasses to several art pieces in r/place.", "links": {"website": ["https://www.twitch.tv/jackmanifoldtv", "https://youtube.fandom.com/wiki/JackManifoldTV"], "subreddit": ["JackManifold"]}, "path": {"113": [[804, 1183], [801, 1185], [806, 1191], [814, 1191], [817, 1187], [817, 1184], [824, 1184], [829, 1189], [833, 1190], [836, 1190], [837, 1189], [838, 1189], [841, 1185], [839, 1183]]}, "center": {"113": [812, 1187]}}, +{"id": 573, "name": "r/italy", "description": "Subreddit focused on the country of Italy.", "links": {"subreddit": ["italy"]}, "path": {"145-165, T:0-1": [[961, 1116], [961, 1121], [986, 1121], [986, 1116]]}, "center": {"145-165, T:0-1": [974, 1119]}}, +{"id": 574, "name": "Italian Empire", "description": "Italian Empire is a Discord server used to coordinate art related to the country of Italy on r/place.", "links": {"website": ["https://discord.io/italy"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"144-153": [[904, 1116], [904, 1121], [957, 1121], [957, 1116]]}, "center": {"144-153": [931, 1119]}}, +{"id": 576, "name": "r/mauerstrassenwetten", "description": "r/mauerstrassenwetten is a German meme stock subreddit. Its name translates to \"Wall Street bets\", as it is the German equivalent of r/wallstreetbets.", "links": {"subreddit": ["mauerstrassenwetten"]}, "path": {"151-165, T:0-1": [[998, 1132], [998, 1138], [1012, 1138], [1014, 1135], [1011, 1132]]}, "center": {"151-165, T:0-1": [1006, 1135]}}, +{"id": 577, "name": "Dross", "description": "Dross is a character from Will Wight's fantasy novel series Cradle. It is a one-eyed mind spirit and an ally of protagonist Wei Shi Lindon.", "links": {"website": ["https://wiki.abidanarchive.com/index.php/Dross"], "subreddit": ["Iteration110Cradle"]}, "path": {"114-165, T:0-1": [[934, 1198], [929, 1202], [926, 1206], [926, 1221], [928, 1226], [931, 1229], [933, 1229], [933, 1225], [931, 1220], [931, 1219], [933, 1219], [934, 1220], [940, 1220], [941, 1219], [943, 1219], [942, 1221], [942, 1224], [941, 1225], [941, 1229], [943, 1229], [947, 1225], [947, 1222], [948, 1221], [948, 1206], [945, 1202], [940, 1198]]}, "center": {"114-165, T:0-1": [937, 1209]}}, +{"id": 578, "name": "Iteration #110", "description": "Iteration #110, a.k.a. Cradle, is a planet that serves as the setting of the fantasy novel series Cradle.", "links": {"website": ["https://wiki.abidanarchive.com/index.php/Cradle_Locations#Iteration_.23110"], "subreddit": ["Iteration110Cradle"]}, "path": {"126-165": [[933, 1221], [933, 1228], [941, 1228], [941, 1221]]}, "center": {"126-165": [937, 1225]}}, +{"id": 579, "name": "Ukraine heart", "description": "A heart depicting the flag of Ukraine, a country in Eastern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Ukraine", "https://en.wikipedia.org/wiki/Flag_of_Ukraine"], "subreddit": ["placeukraine", "ukraine"], "discord": ["fMf7RJBMw6"]}, "path": {"154-161": [[923, 1107], [921, 1109], [921, 1111], [925, 1115], [929, 1111], [929, 1109], [927, 1107]], "129-135": [[1305, 1179], [1303, 1181], [1303, 1182], [1307, 1186], [1311, 1182], [1311, 1181], [1309, 1179]]}, "center": {"154-161": [925, 1110], "129-135": [1307, 1182]}}, +{"id": 580, "name": "LOEVI", "description": "LOEVI is a game developer creating the game Froguelike.", "links": {"website": ["https://www.youtube.com/c/LOEVI"]}, "path": {"126-134": [[975, 1156], [975, 1170], [997, 1170], [997, 1156]]}, "center": {"126-134": [986, 1163]}}, +{"id": 581, "name": "Diamond", "description": "This diamond sprite is from the game Minecraft. Diamonds are rare minerals used to create powerful tools and armor, along with other useful applications.", "links": {"website": ["https://minecraft.fandom.com/wiki/Diamond"], "subreddit": ["Minecraft"]}, "path": {"114-141": [[999, 1104], [995, 1108], [994, 1110], [994, 1113], [996, 1116], [998, 1118], [1003, 1118], [1006, 1115], [1007, 1113], [1007, 1110], [1005, 1107], [1002, 1104]]}, "center": {"114-141": [1001, 1111]}}, +{"id": 582, "name": "Kenny McCormick", "description": "Kenny McCormick is one of the four main characters in the American animated television series South Park.", "links": {"website": ["https://en.wikipedia.org/wiki/Kenny_McCormick"], "subreddit": ["southpark"]}, "path": {"115-127": [[916, 1115], [914, 1117], [914, 1120], [913, 1120], [913, 1123], [916, 1123], [916, 1122], [924, 1122], [924, 1123], [927, 1123], [927, 1120], [926, 1120], [926, 1117], [924, 1115]]}, "center": {"115-127": [922, 1119]}}, +{"id": 583, "name": "TotalBiscuit-Germany heart", "description": "A heart with the background of the TotalBiscuit art and the flag of Germany.", "links": {"website": ["https://www.youtube.com/channel/UCy1Ms_5qBTawC-k7PVjHXKQ", "https://en.wikipedia.org/wiki/Germany"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"112-115": [[953, 1173], [951, 1175], [951, 1177], [955, 1181], [959, 1177], [959, 1175], [957, 1173]]}, "center": {"112-115": [955, 1176]}}, {"id": "twy8ox", "name": "Altaria", "description": "Altaria is a Dragon/Flying-type cloud Pokémon from the Generation III Pokémon games (Pokémon Ruby/Sapphire).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Altaria_(Pok%C3%A9mon)"], "subreddit": ["pokemon"], "discord": ["wkcSfmbA"]}, "path": {"156-162": [[1053, 1177], [1053, 1178], [1055, 1180], [1058, 1180], [1058, 1178], [1059, 1178], [1059, 1176], [1055, 1176], [1055, 1177]], "147-155": [[1056, 1176], [1055, 1177], [1054, 1177], [1052, 1179], [1054, 1181], [1058, 1181], [1058, 1179], [1059, 1178], [1057, 1176]]}, "center": {"156-162": [1056, 1178], "147-155": [1055, 1179]}}, -{"id": "584", "name": "Rowlet", "description": "Rowlet is the Grass/Flying-type starter Pokémon from the Alola region in the Generation VII Pokémon games (Pokémon Sun/Moon).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Rowlet_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"149-158": [[1059, 1127], [1059, 1137], [1069, 1137], [1069, 1127]]}, "center": {"149-158": [1064, 1132]}}, -{"id": "585", "name": "Technical University of Munich", "description": "The Technical University of Munich (TUM) is a university in Munich, Germany.", "links": {"website": ["https://tum.de", "https://en.wikipedia.org/wiki/Technical_University_of_Munich"], "subreddit": ["tumunich"]}, "path": {"143-165, T:0-1": [[1109, 1171], [1109, 1176], [1121, 1176], [1121, 1171]]}, "center": {"143-165, T:0-1": [1115, 1174]}}, -{"id": "586", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"155-162": [[1138, 1114], [1138, 1132], [1142, 1132], [1142, 1114]], "163-165, T:0-1": [[1138, 1118], [1138, 1121], [1141, 1124], [1142, 1124], [1142, 1118]]}, "center": {"155-162": [1140, 1123], "163-165, T:0-1": [1140, 1120]}}, -{"id": "587", "name": "uwu", "description": "A text emoticon used to indicate cuteness. The 'u' depicts eyes, while the 'w' depicts a mouth.", "links": {"website": ["https://en.wikipedia.org/wiki/Uwu", "https://www.urbandictionary.com/define.php?term=uwu"]}, "path": {"137-151": [[1097, 1115], [1097, 1119], [1099, 1121], [1116, 1121], [1116, 1115]]}, "center": {"137-151": [1107, 1118]}}, -{"id": "588", "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["bisexual"]}, "path": {"111-151": [[1116, 1103], [1116, 1110], [1125, 1110], [1125, 1103]]}, "center": {"111-151": [1121, 1107]}}, -{"id": "589", "name": "Republican Rat", "description": "Republican Rat is a character played by variety YouTuber and streamer Quackity on Dream SMP, a series for the game Minecraft.", "links": {"website": ["https://youtube.fandom.com/wiki/Quackity", "https://www.youtube.com/channel/UC_8NknAFiyhOUaZqHR3lq3Q", "https://www.twitch.tv/quackity"], "subreddit": ["quackity"]}, "path": {"110-156": [[1214, 1114], [1214, 1125], [1226, 1125], [1226, 1114]], "157-165, T:0-1": [[1214, 1114], [1214, 1123], [1226, 1123], [1226, 1114]]}, "center": {"110-156": [1220, 1120], "157-165, T:0-1": [1220, 1119]}}, -{"id": "591", "name": "Derrick Henry", "description": "Derrick Henry (#22) is an American football player who plays with the Tennessee Titans as a running back. The crown next to his player number represents his nickname, \"King Henry\".", "links": {"website": ["https://en.wikipedia.org/wiki/Derrick_Henry"], "subreddit": ["Tennesseetitans"]}, "path": {"117-159": [[1204, 1177], [1202, 1179], [1202, 1181], [1204, 1183], [1216, 1183], [1216, 1177]], "160-165, T:0-1": [[1200, 1177], [1200, 1183], [1216, 1183], [1216, 1177]]}, "center": {"117-159": [1209, 1180], "160-165, T:0-1": [1208, 1180]}}, -{"id": "592", "name": "A. J. Brown", "description": "A. J. Brown (#11) is an American football player who plays with the Tennessee Titans as a wide receiver.", "links": {"website": ["https://en.wikipedia.org/wiki/A._J._Brown"], "subreddit": ["Tennesseetitans"]}, "path": {"153-165, T:0-1": [[1203, 1197], [1201, 1199], [1202, 1200], [1202, 1203], [1207, 1203], [1207, 1197]]}, "center": {"153-165, T:0-1": [1204, 1200]}}, -{"id": "593", "name": "Kevin Byard", "description": "Kevin Byard (#31) is an American football player who plays with the Tennessee Titans as a free safety.", "links": {"website": ["https://en.wikipedia.org/wiki/Kevin_Byard"], "subreddit": ["Tennesseetitans"]}, "path": {"153-165, T:0-1": [[1210, 1202], [1210, 1208], [1217, 1208], [1217, 1202]]}, "center": {"153-165, T:0-1": [1214, 1205]}}, -{"id": "594", "name": "Tits", "description": "\"Tits\" is a nickname for the Tennessee Titans. It is used jokingly for its vulgar nature.", "links": {"subreddit": ["Tennesseetitans"]}, "path": {"146-165, T:0-1": [[1219, 1197], [1219, 1199], [1220, 1199], [1220, 1203], [1232, 1203], [1232, 1197]]}, "center": {"146-165, T:0-1": [1226, 1200]}}, -{"id": "595", "name": "Titan Up", "description": "A rallying cry for fans of the Tennessee Titans.", "links": {"subreddit": ["Tennesseetitans"]}, "path": {"126-145": [[1219, 1197], [1219, 1199], [1220, 1199], [1220, 1203], [1243, 1203], [1243, 1201], [1245, 1201], [1245, 1197]]}, "center": {"126-145": [1232, 1200]}}, -{"id": "596", "name": "Aachen University of Applied Sciences", "description": "The Aachen University of Applied Sciences (FH Aachen) is a university in Aachen, Germany.", "links": {"website": ["http://fh-aachen.de/", "https://en.wikipedia.org/wiki/FH_Aachen"]}, "path": {"141-165, T:0-1": [[1253, 1199], [1253, 1207], [1260, 1207], [1260, 1199]]}, "center": {"141-165, T:0-1": [1257, 1203]}}, -{"id": "597", "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"], "subreddit": ["rwth"]}, "path": {"148-164, T:0-1": [[1232, 1198], [1232, 1208], [1245, 1208], [1245, 1207], [1235, 1198]]}, "center": {"148-164, T:0-1": [1236, 1204]}}, -{"id": "598", "name": "DreamNotFound", "description": "DreamNotFound (DNF) is the ship name of content creators Dream and GeorgeNotFound.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["DreamWasTaken", "dreamnotfound2"]}, "path": {"118-122": [[1256, 1125], [1256, 1130], [1257, 1130], [1257, 1136], [1269, 1136], [1269, 1131], [1268, 1131], [1268, 1125]]}, "center": {"118-122": [1263, 1131]}}, -{"id": "599", "name": "Onigiri", "description": "An onigiri (rice ball) is used to represent Japanese VTuber Nekomata Okayu, since she used to live with an old lady in a rice ball store. Her fans are called the Onigirya (the Rice Balls).", "links": {"website": ["https://en.wikipedia.org/wiki/Onigiri"], "subreddit": ["okbuddyhololive", "Hololive"], "discord": ["holofans"]}, "path": {"118-119": [[1336, 1180], [1333, 1182], [1333, 1199], [1337, 1199], [1337, 1180]], "125-166, T:0-1": [[1337, 1190], [1334, 1193], [1333, 1195], [1333, 1197], [1335, 1199], [1340, 1199], [1342, 1197], [1342, 1195], [1340, 1192], [1338, 1190]]}, "center": {"118-119": [1335, 1190], "125-166, T:0-1": [1337, 1195]}}, -{"id": "600", "name": "Jamaica-Germany heart", "description": "A heart depicting the flags of Jamaica and Germany.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://en.wikipedia.org/wiki/Jamaica"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"147-148": [[1381, 1168], [1378, 1171], [1378, 1172], [1383, 1177], [1384, 1177], [1389, 1172], [1389, 1171], [1386, 1168]], "120-125": [[1382, 1167], [1378, 1171], [1378, 1172], [1390, 1172], [1390, 1171], [1386, 1167]]}, "center": {"147-148": [1384, 1172], "120-125": [1384, 1170]}}, -{"id": "601", "name": "Flag of Guyana", "description": "Guyana is a country in northern South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Guyana", "https://en.wikipedia.org/wiki/Flag_of_Guyana"], "subreddit": ["Guyana"]}, "path": {"121-135": [[1372, 1157], [1372, 1172], [1395, 1172], [1395, 1157]]}, "center": {"121-135": [1384, 1165]}}, -{"id": "602", "name": "Flag of Sri Lanka", "description": "Sri Lanka is an island country in South Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Sri_Lanka", "https://en.wikipedia.org/wiki/Flag_of_Sri_Lanka"], "subreddit": ["srilanka"]}, "path": {"125-136": [[1393, 1137], [1393, 1150], [1418, 1150], [1418, 1137]]}, "center": {"125-136": [1406, 1144]}}, -{"id": "603", "name": "Bolivia-Trinidad and Tobago heart", "description": "A heart depicting the flags of Bolivia and Trinidad and Tobago.", "links": {"website": ["https://en.wikipedia.org/wiki/Bolivia", "https://en.wikipedia.org/wiki/Trinidad_and_Tobago"], "subreddit": ["BOLIVIA", "TrinidadandTobago"]}, "path": {"117-122": [[1376, 1195], [1373, 1198], [1373, 1200], [1378, 1205], [1383, 1200], [1383, 1198], [1380, 1195]]}, "center": {"117-122": [1378, 1199]}}, -{"id": "605", "name": "r/DDLC", "description": "Subreddit focused on the visual novel Doki Doki Literature Club! (DDLC).", "links": {"subreddit": ["DDLC"]}, "path": {"122-165, T:0-1": [[1564, 1184], [1564, 1188], [1588, 1188], [1588, 1184]]}, "center": {"122-165, T:0-1": [1576, 1186]}}, -{"id": "606", "name": "Meow", "description": "Meow is a gray cat owned by a Redditor.", "links": {"subreddit": ["PlaceChico"]}, "path": {"154-166, T:0-1": [[1563, 1107], [1563, 1112], [1559, 1112], [1559, 1115], [1565, 1115], [1565, 1112], [1568, 1112], [1568, 1108], [1565, 1108], [1565, 1107]]}, "center": {"154-166, T:0-1": [1566, 1110]}}, -{"id": "607", "name": "Flag of Argentina", "description": "Argentina, officially the Argentine Republic, is a country in the southern part of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Argentina", "https://en.wikipedia.org/wiki/Flag_of_Argentina"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"127-143": [[1546, 1175], [1546, 1179], [1550, 1179], [1550, 1175]], "144-151": [[1530, 1172], [1530, 1176], [1545, 1176], [1545, 1179], [1550, 1179], [1550, 1175], [1545, 1175], [1545, 1176], [1537, 1176], [1537, 1172]]}, "center": {"127-143": [1548, 1177], "144-151": [1535, 1174]}}, -{"id": "608", "name": "Flag of Peru", "description": "Peru is a country on the west coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Peru", "https://en.wikipedia.org/wiki/Flag_of_Peru"], "subreddit": ["PERU"]}, "path": {"145-149": [[1545, 1183], [1545, 1189], [1550, 1189], [1550, 1183]], "133-137": [[1534, 1196], [1534, 1200], [1540, 1200], [1540, 1201], [1547, 1201], [1547, 1197], [1542, 1197], [1542, 1196]], "124-132": [[1507, 1182], [1507, 1187], [1505, 1187], [1505, 1201], [1547, 1201], [1547, 1197], [1540, 1197], [1540, 1201], [1505, 1201], [1505, 1187], [1514, 1187], [1514, 1182]]}, "center": {"145-149": [1548, 1186], "133-137": [1544, 1199], "124-132": [1511, 1185]}}, -{"id": "609", "name": "Colombia heart", "description": "A heart depicting the flag of Colombia, a country on the northwest coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Flag_of_Colombia"], "subreddit": ["Colombia"]}, "path": {"123-132": [[1508, 1187], [1505, 1190], [1509, 1194], [1513, 1190], [1510, 1187]]}, "center": {"123-132": [1509, 1190]}}, -{"id": "610", "name": "Flag of Madagascar", "description": "Madagascar is an island nation east of mainland Africa. It is famous for its endemic lemurs.", "links": {"website": ["https://en.wikipedia.org/wiki/Madagascar", "https://en.wikipedia.org/wiki/Flag_of_Madagascar"]}, "path": {"141-149": [[1511, 1172], [1511, 1175], [1515, 1175], [1515, 1172]]}, "center": {"141-149": [1513, 1174]}}, -{"id": "611", "name": "Flag of Spain", "description": "Spain is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain", "https://en.wikipedia.org/wiki/Flag_of_Spain"], "subreddit": ["esPlace", "spain"]}, "path": {"136-149": [[1545, 1190], [1545, 1194], [1550, 1194], [1550, 1196], [1529, 1196], [1529, 1200], [1550, 1200], [1550, 1190]]}, "center": {"136-149": [1531, 1198]}}, -{"id": "612", "name": "Germany-Myth hearts", "description": "Hearts with the colors of the flag of Germany and the Myth artwork.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://www.twitch.tv/myth"], "subreddit": ["placeDE", "de", "germany", "TheMyth"], "discord": ["placeDE"]}, "path": {"110-138": [[1588, 1139], [1585, 1142], [1585, 1145], [1591, 1151], [1525, 1151], [1519, 1145], [1519, 1142], [1522, 1139], [1528, 1139], [1531, 1142], [1531, 1145], [1525, 1151], [1591, 1151], [1597, 1145], [1597, 1142], [1594, 1139]]}, "center": {"110-138": [1591, 1144]}}, -{"id": "613", "name": "Lapras", "description": "Lapras is an Water/Ice-type plesiosaur Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Lapras_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"123-137": [[1523, 1151], [1520, 1153], [1520, 1157], [1524, 1162], [1527, 1162], [1527, 1164], [1523, 1167], [1523, 1170], [1531, 1170], [1535, 1165], [1532, 1159], [1532, 1156], [1533, 1155], [1533, 1153], [1530, 1150], [1529, 1150], [1528, 1151]]}, "center": {"123-137": [1527, 1157]}}, -{"id": "614", "name": "Great A'Tuin", "description": "Great A'Tuin, also known as the World Turtle, is a giant turtle in the Discworld books. The turtle holds up the four elephants who carry the planet Discworld.", "links": {"website": ["https://discworld.fandom.com/wiki/Great_A%27Tuin"], "subreddit": ["discworld"]}, "path": {"132-138": [[1529, 1133], [1526, 1136], [1527, 1137], [1527, 1140], [1529, 1140], [1531, 1137], [1534, 1137], [1534, 1139], [1537, 1139], [1540, 1136], [1542, 1136], [1542, 1133]]}, "center": {"132-138": [1536, 1136]}}, -{"id": "615", "name": "World Elephant", "description": "The World Elephants are a group of four elephants in the Discworld books. They hold up the planet of Discworld on their backs while standing on a giant turtle.", "links": {"website": ["https://discworld.fandom.com/wiki/World_Elephant"], "subreddit": ["discworld"]}, "path": {"133-138": [[1530, 1128], [1527, 1131], [1527, 1132], [1529, 1132], [1529, 1134], [1536, 1134], [1536, 1132], [1539, 1132], [1541, 1130], [1541, 1129], [1538, 1129], [1538, 1127], [1534, 1127], [1534, 1128]]}, "center": {"133-138": [1532, 1131]}}, -{"id": "616", "name": "Slowpoke", "description": "Slowpoke is a Water/Psychic-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Slowpoke_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"126-138": [[1573, 1137], [1573, 1144], [1575, 1146], [1575, 1150], [1582, 1150], [1582, 1146], [1584, 1144], [1584, 1137]]}, "center": {"126-138": [1579, 1143]}}, -{"id": "617", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"159": [[1541, 1123], [1541, 1127], [1542, 1127], [1543, 1126], [1545, 1126], [1545, 1123]], "149-158": [[1540, 1122], [1540, 1130], [1544, 1130], [1544, 1122]]}, "center": {"159": [1543, 1125], "149-158": [1542, 1126]}} +{"id": 584, "name": "Rowlet", "description": "Rowlet is the Grass/Flying-type starter Pokémon from the Alola region in the Generation VII Pokémon games (Pokémon Sun/Moon).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Rowlet_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"149-158": [[1059, 1127], [1059, 1137], [1069, 1137], [1069, 1127]]}, "center": {"149-158": [1064, 1132]}}, +{"id": 585, "name": "Technical University of Munich", "description": "The Technical University of Munich (TUM) is a university in Munich, Germany.", "links": {"website": ["https://tum.de", "https://en.wikipedia.org/wiki/Technical_University_of_Munich"], "subreddit": ["tumunich"]}, "path": {"143-165, T:0-1": [[1109, 1171], [1109, 1176], [1121, 1176], [1121, 1171]]}, "center": {"143-165, T:0-1": [1115, 1174]}}, +{"id": 586, "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"155-162": [[1138, 1114], [1138, 1132], [1142, 1132], [1142, 1114]], "163-165, T:0-1": [[1138, 1118], [1138, 1121], [1141, 1124], [1142, 1124], [1142, 1118]]}, "center": {"155-162": [1140, 1123], "163-165, T:0-1": [1140, 1120]}}, +{"id": 587, "name": "uwu", "description": "A text emoticon used to indicate cuteness. The 'u' depicts eyes, while the 'w' depicts a mouth.", "links": {"website": ["https://en.wikipedia.org/wiki/Uwu", "https://www.urbandictionary.com/define.php?term=uwu"]}, "path": {"137-151": [[1097, 1115], [1097, 1119], [1099, 1121], [1116, 1121], [1116, 1115]]}, "center": {"137-151": [1107, 1118]}}, +{"id": 588, "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["bisexual"]}, "path": {"111-151": [[1116, 1103], [1116, 1110], [1125, 1110], [1125, 1103]]}, "center": {"111-151": [1121, 1107]}}, +{"id": 589, "name": "Republican Rat", "description": "Republican Rat is a character played by variety YouTuber and streamer Quackity on Dream SMP, a series for the game Minecraft.", "links": {"website": ["https://youtube.fandom.com/wiki/Quackity", "https://www.youtube.com/channel/UC_8NknAFiyhOUaZqHR3lq3Q", "https://www.twitch.tv/quackity"], "subreddit": ["quackity"]}, "path": {"110-156": [[1214, 1114], [1214, 1125], [1226, 1125], [1226, 1114]], "157-165, T:0-1": [[1214, 1114], [1214, 1123], [1226, 1123], [1226, 1114]]}, "center": {"110-156": [1220, 1120], "157-165, T:0-1": [1220, 1119]}}, +{"id": 591, "name": "Derrick Henry", "description": "Derrick Henry (#22) is an American football player who plays with the Tennessee Titans as a running back. The crown next to his player number represents his nickname, \"King Henry\".", "links": {"website": ["https://en.wikipedia.org/wiki/Derrick_Henry"], "subreddit": ["Tennesseetitans"]}, "path": {"117-159": [[1204, 1177], [1202, 1179], [1202, 1181], [1204, 1183], [1216, 1183], [1216, 1177]], "160-165, T:0-1": [[1200, 1177], [1200, 1183], [1216, 1183], [1216, 1177]]}, "center": {"117-159": [1209, 1180], "160-165, T:0-1": [1208, 1180]}}, +{"id": 592, "name": "A. J. Brown", "description": "A. J. Brown (#11) is an American football player who plays with the Tennessee Titans as a wide receiver.", "links": {"website": ["https://en.wikipedia.org/wiki/A._J._Brown"], "subreddit": ["Tennesseetitans"]}, "path": {"153-165, T:0-1": [[1203, 1197], [1201, 1199], [1202, 1200], [1202, 1203], [1207, 1203], [1207, 1197]]}, "center": {"153-165, T:0-1": [1204, 1200]}}, +{"id": 593, "name": "Kevin Byard", "description": "Kevin Byard (#31) is an American football player who plays with the Tennessee Titans as a free safety.", "links": {"website": ["https://en.wikipedia.org/wiki/Kevin_Byard"], "subreddit": ["Tennesseetitans"]}, "path": {"153-165, T:0-1": [[1210, 1202], [1210, 1208], [1217, 1208], [1217, 1202]]}, "center": {"153-165, T:0-1": [1214, 1205]}}, +{"id": 594, "name": "Tits", "description": "\"Tits\" is a nickname for the Tennessee Titans. It is used jokingly for its vulgar nature.", "links": {"subreddit": ["Tennesseetitans"]}, "path": {"146-165, T:0-1": [[1219, 1197], [1219, 1199], [1220, 1199], [1220, 1203], [1232, 1203], [1232, 1197]]}, "center": {"146-165, T:0-1": [1226, 1200]}}, +{"id": 595, "name": "Titan Up", "description": "A rallying cry for fans of the Tennessee Titans.", "links": {"subreddit": ["Tennesseetitans"]}, "path": {"126-145": [[1219, 1197], [1219, 1199], [1220, 1199], [1220, 1203], [1243, 1203], [1243, 1201], [1245, 1201], [1245, 1197]]}, "center": {"126-145": [1232, 1200]}}, +{"id": 596, "name": "Aachen University of Applied Sciences", "description": "The Aachen University of Applied Sciences (FH Aachen) is a university in Aachen, Germany.", "links": {"website": ["http://fh-aachen.de/", "https://en.wikipedia.org/wiki/FH_Aachen"]}, "path": {"141-165, T:0-1": [[1253, 1199], [1253, 1207], [1260, 1207], [1260, 1199]]}, "center": {"141-165, T:0-1": [1257, 1203]}}, +{"id": 597, "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"], "subreddit": ["rwth"]}, "path": {"148-164, T:0-1": [[1232, 1198], [1232, 1208], [1245, 1208], [1245, 1207], [1235, 1198]]}, "center": {"148-164, T:0-1": [1236, 1204]}}, +{"id": 598, "name": "DreamNotFound", "description": "DreamNotFound (DNF) is the ship name of content creators Dream and GeorgeNotFound.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["DreamWasTaken", "dreamnotfound2"]}, "path": {"118-122": [[1256, 1125], [1256, 1130], [1257, 1130], [1257, 1136], [1269, 1136], [1269, 1131], [1268, 1131], [1268, 1125]]}, "center": {"118-122": [1263, 1131]}}, +{"id": 599, "name": "Onigiri", "description": "An onigiri (rice ball) is used to represent Japanese VTuber Nekomata Okayu, since she used to live with an old lady in a rice ball store. Her fans are called the Onigirya (the Rice Balls).", "links": {"website": ["https://en.wikipedia.org/wiki/Onigiri"], "subreddit": ["okbuddyhololive", "Hololive"], "discord": ["holofans"]}, "path": {"118-119": [[1336, 1180], [1333, 1182], [1333, 1199], [1337, 1199], [1337, 1180]], "125-166, T:0-1": [[1337, 1190], [1334, 1193], [1333, 1195], [1333, 1197], [1335, 1199], [1340, 1199], [1342, 1197], [1342, 1195], [1340, 1192], [1338, 1190]]}, "center": {"118-119": [1335, 1190], "125-166, T:0-1": [1337, 1195]}}, +{"id": 600, "name": "Jamaica-Germany heart", "description": "A heart depicting the flags of Jamaica and Germany.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://en.wikipedia.org/wiki/Jamaica"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"147-148": [[1381, 1168], [1378, 1171], [1378, 1172], [1383, 1177], [1384, 1177], [1389, 1172], [1389, 1171], [1386, 1168]], "120-125": [[1382, 1167], [1378, 1171], [1378, 1172], [1390, 1172], [1390, 1171], [1386, 1167]]}, "center": {"147-148": [1384, 1172], "120-125": [1384, 1170]}}, +{"id": 601, "name": "Flag of Guyana", "description": "Guyana is a country in northern South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Guyana", "https://en.wikipedia.org/wiki/Flag_of_Guyana"], "subreddit": ["Guyana"]}, "path": {"121-135": [[1372, 1157], [1372, 1172], [1395, 1172], [1395, 1157]]}, "center": {"121-135": [1384, 1165]}}, +{"id": 602, "name": "Flag of Sri Lanka", "description": "Sri Lanka is an island country in South Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Sri_Lanka", "https://en.wikipedia.org/wiki/Flag_of_Sri_Lanka"], "subreddit": ["srilanka"]}, "path": {"125-136": [[1393, 1137], [1393, 1150], [1418, 1150], [1418, 1137]]}, "center": {"125-136": [1406, 1144]}}, +{"id": 603, "name": "Bolivia-Trinidad and Tobago heart", "description": "A heart depicting the flags of Bolivia and Trinidad and Tobago.", "links": {"website": ["https://en.wikipedia.org/wiki/Bolivia", "https://en.wikipedia.org/wiki/Trinidad_and_Tobago"], "subreddit": ["BOLIVIA", "TrinidadandTobago"]}, "path": {"117-122": [[1376, 1195], [1373, 1198], [1373, 1200], [1378, 1205], [1383, 1200], [1383, 1198], [1380, 1195]]}, "center": {"117-122": [1378, 1199]}}, +{"id": 605, "name": "r/DDLC", "description": "Subreddit focused on the visual novel Doki Doki Literature Club! (DDLC).", "links": {"subreddit": ["DDLC"]}, "path": {"122-165, T:0-1": [[1564, 1184], [1564, 1188], [1588, 1188], [1588, 1184]]}, "center": {"122-165, T:0-1": [1576, 1186]}}, +{"id": 606, "name": "Meow", "description": "Meow is a gray cat owned by a Redditor.", "links": {"subreddit": ["PlaceChico"]}, "path": {"154-166, T:0-1": [[1563, 1107], [1563, 1112], [1559, 1112], [1559, 1115], [1565, 1115], [1565, 1112], [1568, 1112], [1568, 1108], [1565, 1108], [1565, 1107]]}, "center": {"154-166, T:0-1": [1566, 1110]}}, +{"id": 607, "name": "Flag of Argentina", "description": "Argentina, officially the Argentine Republic, is a country in the southern part of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Argentina", "https://en.wikipedia.org/wiki/Flag_of_Argentina"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"127-143": [[1546, 1175], [1546, 1179], [1550, 1179], [1550, 1175]], "144-151": [[1530, 1172], [1530, 1176], [1545, 1176], [1545, 1179], [1550, 1179], [1550, 1175], [1545, 1175], [1545, 1176], [1537, 1176], [1537, 1172]]}, "center": {"127-143": [1548, 1177], "144-151": [1535, 1174]}}, +{"id": 608, "name": "Flag of Peru", "description": "Peru is a country on the west coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Peru", "https://en.wikipedia.org/wiki/Flag_of_Peru"], "subreddit": ["PERU"]}, "path": {"145-149": [[1545, 1183], [1545, 1189], [1550, 1189], [1550, 1183]], "133-137": [[1534, 1196], [1534, 1200], [1540, 1200], [1540, 1201], [1547, 1201], [1547, 1197], [1542, 1197], [1542, 1196]], "124-132": [[1507, 1182], [1507, 1187], [1505, 1187], [1505, 1201], [1547, 1201], [1547, 1197], [1540, 1197], [1540, 1201], [1505, 1201], [1505, 1187], [1514, 1187], [1514, 1182]]}, "center": {"145-149": [1548, 1186], "133-137": [1544, 1199], "124-132": [1511, 1185]}}, +{"id": 609, "name": "Colombia heart", "description": "A heart depicting the flag of Colombia, a country on the northwest coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Flag_of_Colombia"], "subreddit": ["Colombia"]}, "path": {"123-132": [[1508, 1187], [1505, 1190], [1509, 1194], [1513, 1190], [1510, 1187]]}, "center": {"123-132": [1509, 1190]}}, +{"id": 610, "name": "Flag of Madagascar", "description": "Madagascar is an island nation east of mainland Africa. It is famous for its endemic lemurs.", "links": {"website": ["https://en.wikipedia.org/wiki/Madagascar", "https://en.wikipedia.org/wiki/Flag_of_Madagascar"]}, "path": {"141-149": [[1511, 1172], [1511, 1175], [1515, 1175], [1515, 1172]]}, "center": {"141-149": [1513, 1174]}}, +{"id": 611, "name": "Flag of Spain", "description": "Spain is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain", "https://en.wikipedia.org/wiki/Flag_of_Spain"], "subreddit": ["esPlace", "spain"]}, "path": {"136-149": [[1545, 1190], [1545, 1194], [1550, 1194], [1550, 1196], [1529, 1196], [1529, 1200], [1550, 1200], [1550, 1190]]}, "center": {"136-149": [1531, 1198]}}, +{"id": 612, "name": "Germany-Myth hearts", "description": "Hearts with the colors of the flag of Germany and the Myth artwork.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://www.twitch.tv/myth"], "subreddit": ["placeDE", "de", "germany", "TheMyth"], "discord": ["placeDE"]}, "path": {"110-138": [[1588, 1139], [1585, 1142], [1585, 1145], [1591, 1151], [1525, 1151], [1519, 1145], [1519, 1142], [1522, 1139], [1528, 1139], [1531, 1142], [1531, 1145], [1525, 1151], [1591, 1151], [1597, 1145], [1597, 1142], [1594, 1139]]}, "center": {"110-138": [1591, 1144]}}, +{"id": 613, "name": "Lapras", "description": "Lapras is a Water/Ice-type plesiosaur Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Lapras_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"123-137": [[1523, 1151], [1520, 1153], [1520, 1157], [1524, 1162], [1527, 1162], [1527, 1164], [1523, 1167], [1523, 1170], [1531, 1170], [1535, 1165], [1532, 1159], [1532, 1156], [1533, 1155], [1533, 1153], [1530, 1150], [1529, 1150], [1528, 1151]]}, "center": {"123-137": [1527, 1157]}}, +{"id": 614, "name": "Great A'Tuin", "description": "Great A'Tuin, also known as the World Turtle, is a giant turtle in the Discworld books. The turtle holds up the four elephants who carry the planet Discworld.", "links": {"website": ["https://discworld.fandom.com/wiki/Great_A%27Tuin"], "subreddit": ["discworld"]}, "path": {"132-138": [[1529, 1133], [1526, 1136], [1527, 1137], [1527, 1140], [1529, 1140], [1531, 1137], [1534, 1137], [1534, 1139], [1537, 1139], [1540, 1136], [1542, 1136], [1542, 1133]]}, "center": {"132-138": [1536, 1136]}}, +{"id": 615, "name": "World Elephant", "description": "The World Elephants are a group of four elephants in the Discworld books. They hold up the planet of Discworld on their backs while standing on a giant turtle.", "links": {"website": ["https://discworld.fandom.com/wiki/World_Elephant"], "subreddit": ["discworld"]}, "path": {"133-138": [[1530, 1128], [1527, 1131], [1527, 1132], [1529, 1132], [1529, 1134], [1536, 1134], [1536, 1132], [1539, 1132], [1541, 1130], [1541, 1129], [1538, 1129], [1538, 1127], [1534, 1127], [1534, 1128]]}, "center": {"133-138": [1532, 1131]}}, +{"id": 616, "name": "Slowpoke", "description": "Slowpoke is a Water/Psychic-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Slowpoke_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"126-138": [[1573, 1137], [1573, 1144], [1575, 1146], [1575, 1150], [1582, 1150], [1582, 1146], [1584, 1144], [1584, 1137]]}, "center": {"126-138": [1579, 1143]}}, +{"id": 617, "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"159": [[1541, 1123], [1541, 1127], [1542, 1127], [1543, 1126], [1545, 1126], [1545, 1123]], "149-158": [[1540, 1122], [1540, 1130], [1544, 1130], [1544, 1122]]}, "center": {"159": [1543, 1125], "149-158": [1542, 1126]}}, +{"id": 618, "name": "Annie's duck", "description": "A duck with a purple beanie. \n\nAfter many failed attempts to place this little duck, a home was found in a tiny blank spot on the third canvas. Later, an alliance of sorts was formed with the VTuber and streaming community that had developed the area around the duck, on the condition he was given a purple beanie.", "links": {"website": ["https://www.reddit.com/user/Annilee_Rose"]}, "path": {"110-165, T:0-1": [[621, 1053], [620, 1054], [617, 1054], [617, 1061], [624, 1061], [624, 1054], [622, 1054]]}, "center": {"110-165, T:0-1": [621, 1057]}}, +{"id": 619, "name": "BananaJuice", "description": "This flag was made and maintained by the community of YouTuber/streamer BananaJuice in her channel's signature neon colors.", "links": {}, "path": {"153-165, T:0-1": [[556, 1123], [554, 1125], [554, 1127], [555, 1128], [555, 1130], [559, 1130], [562, 1132], [564, 1132], [564, 1130], [563, 1130], [563, 1125], [561, 1123]]}, "center": {"153-165, T:0-1": [559, 1127]}}, +{"id": 620, "name": "Shiny Shuckle", "description": "Shuckle is a Bug/Rock-type Pokémon from the Generation II Pokémon games (Pokémon Gold/Silver). This Shuckle has its rare Shiny colors.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Shuckle_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"123-128": [[1672, 1142], [1669, 1145], [1669, 1151], [1667, 1153], [1667, 1155], [1683, 1155], [1683, 1153], [1679, 1150], [1679, 1147], [1675, 1142]]}, "center": {"123-128": [1674, 1149]}}, +{"id": 584, "name": "Porygon", "description": "Porygon is a Normal-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Porygon_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"63-64": [[1745, 955], [1747, 953], [1748, 953], [1749, 954], [1750, 954], [1750, 953], [1751, 952], [1752, 952], [1752, 955], [1751, 955], [1751, 958], [1748, 958], [1748, 957], [1747, 957], [1746, 958], [1745, 958], [1745, 957], [1746, 956]]}, "center": {"63-64": [1748, 955]}}, +{"id": 585, "name": "Université de Sherbrooke", "description": "A university in Quebec.", "links": {"website": ["https://fr.wikipedia.org/wiki/Universit%C3%A9_de_Sherbrooke"]}, "path": {"122-135": [[1067, 1074], [1067, 1089], [1082, 1089], [1082, 1074]]}, "center": {"122-135": [1075, 1082]}}, +{"id": 586, "name": "Natu", "description": "Natu is a Psychic/Flying-type Pokémon from the Generation II Pokémon games (Pokémon Gold/Silver).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Natu_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"71-76": [[1137, 106], [1139, 104], [1139, 102], [1140, 101], [1140, 100], [1141, 99], [1142, 99], [1143, 98], [1143, 97], [1146, 94], [1147, 94], [1148, 95], [1145, 98], [1146, 98], [1147, 99], [1148, 99], [1150, 101], [1151, 101], [1152, 102], [1152, 105], [1153, 106], [1153, 107], [1152, 108], [1150, 108], [1148, 109], [1146, 111], [1145, 111], [1145, 109], [1144, 109], [1143, 110], [1142, 110], [1142, 109], [1141, 107], [1138, 107]]}, "center": {"71-76": [1145, 104]}}, +{"id": 587, "name": "Kanto Eeveelutions", "description": "Jolteon, Vaporeon and Flareon are the original Eeveelutions that were introduced in the Generation I Pokémon games (Pokémon Red/Blue). Eeveelution is a term used for the current group of eight Pokémon that evolve from Eevee. It is a portmanteau of the words \"Eevee\" and \"evolution\".", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Eeveelution#Introduced_in_Generation_I"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"120-151": [[312, 1276], [356, 1339], [329, 1339], [283, 1276]]}, "center": {"120-151": [307, 1289]}}, +{"id": 588, "name": "Gastrodon", "description": "Gastrodon is a Water/Ground-type Pokémon from the Generation IV Pokémon games (Pokémon Diamond/Pearl).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Gastrodon_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"29-37": [[728, 840], [729, 840], [729, 842], [731, 842], [732, 843], [735, 843], [736, 842], [739, 842], [739, 843], [738, 844], [738, 845], [737, 846], [737, 847], [735, 849], [735, 851], [736, 852], [738, 850], [739, 850], [740, 849], [741, 849], [744, 852], [744, 853], [743, 854], [744, 855], [744, 856], [745, 857], [745, 858], [744, 859], [742, 859], [741, 860], [740, 860], [739, 859], [738, 859], [736, 861], [735, 861], [734, 860], [733, 860], [732, 859], [729, 859], [728, 858], [728, 857], [729, 856], [729, 855], [730, 855], [730, 854], [730, 853], [729, 852], [728, 852], [727, 851], [726, 851], [725, 850], [725, 849], [724, 848], [724, 846], [723, 845], [723, 843], [725, 841], [727, 841], [729, 840]]}, "center": {"29-37": [731, 848]}}, +{"id": 589, "name": "Staryu", "description": "Staryu is a Water-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Staryu_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"26-38": [[684, 220], [684, 224], [685, 225], [685, 226], [686, 227], [690, 227], [691, 228], [691, 229], [688, 232], [688, 235], [689, 236], [689, 238], [687, 238], [686, 237], [685, 237], [684, 236], [683, 236], [682, 237], [680, 237], [678, 237], [676, 239], [676, 234], [677, 234], [677, 232], [676, 230], [676, 229], [674, 229], [674, 227], [675, 227], [676, 226], [678, 226], [679, 227], [680, 227], [680, 224]]}, "center": {"26-38": [683, 231]}}, +{"id": 591, "name": "Shiny Celebi", "description": "Celebi is a Grass/Psychic-type mythical Pokémon from the Generation II Pokémon games (Pokémon Gold/Silver). This Celebi has its pink Shiny colors instead of the usual green. This is an in-game sprite from Pokémon Mystery Dungeon: Explorers of Time/Darkness/Sky for the Nintendo DS, which feature Shiny Celebi as a supporting character.\n\nThis art was a collaboration between r/MysteryDungeon, Pokémon in r/place, and r/HollowKnight.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Celebi_(Explorers_of_Time,_Darkness,_and_Sky)"], "subreddit": ["PlacePokemon2", "MysteryDungeon"], "discord": ["k4gaPAma"]}, "path": {"69-166, T:0-1": [[1323, 49], [1320, 54], [1320, 61], [1317, 61], [1317, 63], [1320, 66], [1319, 67], [1319, 69], [1324, 69], [1325, 70], [1326, 70], [1327, 69], [1330, 69], [1330, 64], [1331, 63], [1331, 58], [1332, 57], [1332, 55], [1330, 53], [1329, 54], [1326, 54]]}, "center": {"69-166, T:0-1": [1326, 60]}}, +{"id": 592, "name": "A loving Hearth", "description": "Just a heath bounding two people forever. From the start to the finish, with difficults moments.", "links": {}, "path": {"1-165": [[95, 393], [97, 395], [98, 395], [98, 394], [98, 393], [99, 392], [100, 394], [100, 395], [99, 397], [97, 398], [96, 397], [95, 397], [95, 396], [94, 395], [95, 393], [95, 392], [97, 393], [97, 394], [98, 392], [99, 391], [100, 391], [100, 392], [101, 395], [101, 392], [100, 397], [96, 398], [95, 394], [96, 392], [96, 391], [95, 391], [94, 392], [94, 393], [94, 396], [98, 392], [96, 395], [96, 396], [97, 395], [99, 393], [99, 394], [98, 396], [97, 396], [96, 395], [96, 396], [97, 397], [96, 396], [96, 395], [96, 396], [93, 396], [95, 391], [96, 390], [98, 389], [98, 390], [98, 392], [96, 391], [101, 393], [102, 392], [103, 391], [103, 389], [102, 389], [100, 388], [101, 388], [102, 388], [99, 389], [97, 388], [96, 389], [96, 388], [95, 390], [102, 392], [103, 392], [102, 393], [101, 393], [101, 392], [101, 390], [98, 391], [97, 390], [97, 393], [97, 394]]}, "center": {"1-165": [102, 390]}}, +{"id": 593, "name": "Shuckle", "description": "Shuckle is a Bug/Rock-type Pokémon from the Generation II Pokémon games (Pokémon Gold/Silver).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Shuckle_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"121-149": [[1034, 1961], [1037, 1961], [1038, 1962], [1039, 1962], [1039, 1968], [1042, 1968], [1042, 1969], [1043, 1969], [1047, 1973], [1047, 1974], [1046, 1975], [1045, 1975], [1044, 1974], [1042, 1974], [1042, 1975], [1041, 1976], [1041, 1977], [1040, 1978], [1039, 1978], [1038, 1977], [1037, 1976], [1037, 1975], [1035, 1975], [1034, 1976], [1032, 1976], [1031, 1975], [1031, 1974], [1032, 1973], [1033, 1973], [1034, 1972], [1034, 1971], [1035, 1970], [1035, 1969], [1036, 1968], [1035, 1967], [1034, 1967], [1033, 1966], [1032, 1965], [1032, 1963]]}, "center": {"121-149": [1039, 1972]}}, +{"id": 594, "name": "Hacker Emblem", "description": "This Symbol, known from Conways Game of Life as a so called \"Glider\", is nowadays used to represent Hacker Culture. However it could not withstand the combined efforts of the VTuber Communities\n\nit was drawn and maintained by u/Frosty_Pineapple78 for a few hours who ultimately needed to sleep and the symbol was lost", "links": {"website": ["https://en.wikipedia.org/wiki/Glider_(Conway%27s_Game_of_Life)#Hacker_emblem"]}, "path": {"8-22": [[194, 717], [194, 719], [198, 719], [198, 715], [194, 715], [194, 719]]}, "center": {"8-22": [196, 717]}}, +{"id": 595, "name": "Meloetta", "description": "Meloetta is a Normal/Psychic-type Pokémon from the Generation V Pokémon games (Pokémon Black/White).\n\nWhile it is not known to evolve into or from any Pokémon, Meloetta has a second Forme activated by using the move Relic Song in battle. Its original Forme, Aria Forme, will then become the Normal/Fighting-type Pirouette Forme.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Meloetta_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"117-130": [[1515, 1655], [1519, 1655], [1519, 1656], [1520, 1656], [1520, 1657], [1522, 1657], [1522, 1658], [1525, 1658], [1525, 1660], [1526, 1660], [1526, 1662], [1527, 1662], [1527, 1666], [1526, 1666], [1526, 1668], [1525, 1668], [1525, 1670], [1526, 1670], [1526, 1672], [1528, 1672], [1527, 1676], [1521, 1676], [1521, 1677], [1519, 1677], [1519, 1676], [1518, 1676], [1518, 1674], [1517, 1674], [1517, 1673], [1516, 1673], [1516, 1671], [1514, 1671], [1514, 1668], [1512, 1668], [1512, 1665], [1514, 1665], [1514, 1656], [1515, 1656]]}, "center": {"117-130": [1520, 1665]}}, +{"id": 596, "name": "Sneasel", "description": "Sneasel is a Dark/Ice-type Pokémon from the Generation II Pokémon games (Pokémon Gold/Silver).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Sneasel_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"35-42": [[272, 205], [273, 205], [273, 204], [275, 204], [275, 203], [276, 202], [278, 202], [279, 201], [277, 200], [278, 199], [280, 201], [281, 201], [281, 199], [280, 198], [280, 197], [278, 195], [280, 193], [280, 191], [279, 190], [279, 189], [278, 188], [278, 187], [277, 186], [275, 188], [274, 188], [273, 189], [271, 187], [270, 187], [268, 187], [268, 188], [270, 190], [270, 192], [272, 194], [272, 195], [271, 196], [269, 194], [267, 194], [267, 195], [264, 195], [267, 198], [265, 198], [265, 199], [266, 200], [267, 200], [270, 203], [271, 203], [271, 205]]}, "center": {"35-42": [273, 200]}}, +{"id": 597, "name": "Magikarp", "description": "Magikarp is a Water-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Magikarp_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"148-155": [[846, 1746], [846, 1743], [847, 1742], [848, 1742], [849, 1741], [850, 1742], [850, 1745], [853, 1748], [854, 1747], [854, 1746], [855, 1745], [856, 1745], [856, 1753], [856, 1754], [854, 1754], [853, 1755], [856, 1758], [856, 1759], [853, 1761], [851, 1759], [849, 1761], [848, 1761], [847, 1760], [847, 1758], [843, 1758], [841, 1760], [838, 1758], [841, 1755], [842, 1755], [840, 1752], [841, 1751], [843, 1751], [843, 1749]]}, "center": {"148-155": [848, 1752]}}, +{"id": 598, "name": "Koffing", "description": "Koffing is a Poison-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Koffing_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"126": [[1096, 486], [1098, 486], [1101, 489], [1101, 495], [1099, 497], [1097, 497], [1096, 498], [1094, 498], [1093, 497], [1090, 495], [1090, 491], [1091, 490], [1091, 488], [1093, 488], [1094, 487], [1095, 487]]}, "center": {"126": [1096, 492]}}, +{"id": 599, "name": "Skitty", "description": "Skitty is a Normal-type Pokémon from the Generation III Pokémon games (Pokémon Ruby/Sapphire).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Skitty_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"131-157": [[520, 1448], [521, 1449], [521, 1450], [523, 1452], [523, 1454], [524, 1454], [524, 1459], [533, 1459], [533, 1461], [531, 1463], [530, 1463], [530, 1466], [529, 1467], [527, 1467], [526, 1468], [525, 1468], [524, 1467], [523, 1468], [522, 1467], [522, 1465], [521, 1465], [520, 1464], [519, 1464], [517, 1462], [517, 1457], [518, 1456], [518, 1452], [519, 1451], [518, 1450]]}, "center": {"131-157": [526, 1463]}}, +{"id": 600, "name": "Vaporeon", "description": "Hey guys, did you know that Vaporeon is a Water-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue)? It evolves from Eevee when exposed to a Water Stone.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Vaporeon_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"122-150": [[312, 1300], [314, 1300], [314, 1302], [313, 1303], [313, 1304], [314, 1305], [314, 1306], [315, 1306], [315, 1307], [318, 1307], [320, 1305], [318, 1303], [319, 1302], [318, 1301], [321, 1301], [321, 1298], [325, 1298], [325, 1301], [327, 1301], [327, 1303], [328, 1304], [328, 1309], [330, 1310], [330, 1311], [329, 1312], [329, 1313], [327, 1315], [326, 1315], [325, 1316], [324, 1316], [324, 1317], [325, 1318], [325, 1319], [323, 1319], [322, 1320], [321, 1320], [319, 1318], [319, 1317], [317, 1315], [315, 1315], [315, 1316], [314, 1316], [314, 1317], [313, 1317], [312, 1316], [312, 1315], [313, 1314], [313, 1311], [312, 1310], [312, 1309], [311, 1308], [311, 1304], [309, 1304], [308, 1303], [308, 1302], [309, 1302], [311, 1300]]}, "center": {"122-150": [322, 1311]}}, +{"id": 602, "name": "Shinx", "description": "Shinx is an Electric-type Pokémon from the Generation IV Pokémon games (Pokémon Diamond/Pearl).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Shinx_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"138-154": [[615, 1709], [614, 1708], [614, 1706], [615, 1705], [615, 1704], [616, 1703], [617, 1703], [618, 1704], [619, 1703], [621, 1705], [622, 1705], [624, 1707], [625, 1706], [627, 1706], [629, 1708], [629, 1710], [630, 1710], [631, 1709], [631, 1708], [632, 1707], [632, 1705], [630, 1703], [630, 1702], [632, 1702], [633, 1701], [634, 1702], [637, 1705], [637, 1706], [635, 1706], [634, 1707], [634, 1708], [633, 1709], [633, 1710], [630, 1713], [630, 1715], [631, 1718], [630, 1719], [629, 1719], [628, 1718], [628, 1717], [626, 1717], [626, 1718], [625, 1719], [625, 1721], [622, 1721], [622, 1719], [621, 1718], [620, 1719], [618, 1719], [618, 1714], [617, 1714], [616, 1713], [615, 1712]]}, "center": {"138-154": [623, 1713]}}, +{"id": 603, "name": "Jolteon", "description": "Jolteon is an Electric-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). It evolves from Eevee when exposed to a Thunder Stone.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Jolteon_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"126": [[297, 1280], [298, 1280], [299, 1281], [302, 1281], [304, 1279], [304, 1276], [309, 1276], [311, 1278], [311, 1279], [312, 1280], [312, 1284], [313, 1285], [313, 1287], [314, 1288], [313, 1289], [314, 1290], [313, 1291], [312, 1291], [311, 1292], [311, 1293], [312, 1294], [311, 1295], [309, 1295], [308, 1296], [306, 1296], [305, 1295], [305, 1294], [304, 1293], [304, 1292], [303, 1292], [301, 1290], [300, 1291], [299, 1291], [298, 1292], [298, 1293], [297, 1293], [296, 1292], [296, 1290], [298, 1288], [296, 1286], [297, 1285], [295, 1283], [295, 1282], [297, 1282]]}, "center": {"126": [306, 1286]}}, +{"id": 604, "name": "Flareon", "description": "Flareon is a Fire-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). It evolves from Eevee when exposed to a Fire Stone.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Flareon_(Pok%C3%A9mon)"], "subreddit": ["PlacePokemon2"], "discord": ["k4gaPAma"]}, "path": {"119-151": [[340, 1319], [341, 1320], [341, 1321], [342, 1322], [342, 1324], [344, 1326], [344, 1327], [345, 1328], [345, 1331], [344, 1332], [345, 1333], [345, 1334], [343, 1336], [343, 1338], [341, 1338], [341, 1339], [332, 1339], [332, 1337], [333, 1337], [333, 1336], [334, 1335], [334, 1334], [333, 1334], [331, 1336], [330, 1336], [329, 1335], [329, 1333], [330, 1332], [330, 1331], [328, 1331], [327, 1330], [326, 1330], [325, 1329], [324, 1328], [324, 1326], [323, 1325], [324, 1324], [324, 1323], [325, 1322], [325, 1321], [326, 1320], [328, 1320], [331, 1323], [332, 1322], [334, 1324], [335, 1324], [337, 1322], [339, 1322], [339, 1319], [341, 1319]]}, "center": {"119-151": [338, 1329]}}, +{"id": "yllf71", "name": "Guts", "description": "Guts is the protagonist of the manga and anime Berserk.\n\nThis drawing of Guts was drawn by Twitch streamer Asmongold above the existing tribute to Berserk, replacing the My Little Pony artwork. The high quality of the drawing was embraced by both the Berserk and MLP communities, so the MLP community moved elsewhere.", "links": {"website": ["https://en.wikipedia.org/wiki/Guts_(Berserk)"], "subreddit": ["Berserk"]}, "path": {"59-166, T:0-1": [[597, 203], [595, 205], [595, 258], [598, 262], [690, 262], [693, 259], [693, 223], [690, 220], [682, 220], [676, 214], [676, 205], [674, 203]]}, "center": {"59-166, T:0-1": [644, 233]}}, +{"id": 621, "name": "ASL", "description": "Group of friends in Discord from Colombia and Venezuela", "links": {"subreddit": ["aslcol"]}, "path": {"132": [[175, 708], [182, 708], [182, 714], [175, 714]]}, "center": {"132": [179, 711]}}, +{"id": 622, "name": "If", "description": "The fourth studio album by the electropunk band Mindless Self Indulgence.", "links": {"subreddit": ["MSI"]}, "path": {"118-141": [[1904, 1227], [1883, 1227], [1883, 1247], [1904, 1247]]}, "center": {"118-141": [1894, 1237]}}, +{"id": 623, "name": "Lawrence", "description": "Just a little guy.", "links": {}, "path": {"164": [[1844, 1326], [1852, 1326], [1848, 1327]]}, "center": {"164": [1848, 1327]}}, +{"id": 624, "name": "The Dodo Fans", "description": "The dodo bird is the symbol of a friend group of 6 named The Dodo Fans, formed in 2017.", "links": {"subreddit": ["thedodofans"]}, "path": {"5-10": [[370, 809], [375, 809], [375, 817], [370, 817]], "11-14": [[368, 809], [373, 809], [373, 817], [368, 817]]}, "center": {"5-10": [373, 813], "11-14": [371, 813]}}, +{"id": 625, "name": "Cross-Hatchers", "description": "A small grid of orange stripes", "links": {"subreddit": ["CrossHatchers"]}, "path": {"1-11": [[249, 277], [225, 277], [225, 280], [222, 280], [222, 282], [225, 282], [225, 284], [223, 284], [222, 284], [222, 286], [225, 286], [225, 288], [220, 288], [219, 288], [218, 293], [221, 298], [229, 302], [233, 298], [237, 299], [241, 300], [245, 300], [254, 297], [254, 288], [254, 281], [250, 277]]}, "center": {"1-11": [242, 289]}}, +{"id": 626, "name": "Hydro-Québec", "description": "Hydro-Québec is a public utility that manages the generation, transmission and distribution of electricity in the Canadian province of Quebec, as well as the export of power to portions of the Northeast United States.\n\nIt was established by the Government of Quebec in 1944 from the expropriation of private firms. This was followed by massive investment in hydro-electric projects like the James Bay Project. Today, with 63 hydroelectric power stations, the combined output capacity is 37,370 megawatts. Extra power is exported from the province and Hydro-Québec supplies 10 per cent of New England's power requirements.\n\nHydro-Québec is a Crown corporation (state-owned enterprise) based in Montreal. In 2018, it paid CAD$2.39 billion in dividends to its sole shareholder, the Government of Québec. Its residential power rates are among the lowest in North America.\n\nMore than 40 percent of Canada's water resources are in Québec and Hydro-Québec is the fourth largest hydropower producer in the world.\n\nThe company logo, a stylized \"Q\" fashioned out of a circle and a lightning bolt, was designed by Montreal-based design agency Gagnon/Valkus in 1960.", "links": {"website": ["https://www.hydroquebec.com/", "https://en.wikipedia.org/wiki/Hydro-Qu%C3%A9bec"], "subreddit": ["Quebec"], "discord": ["PlaceQuebec"]}, "path": {"10": [[346, 400], [346, 401], [345, 401], [344, 402], [343, 402], [343, 403], [342, 403], [342, 406], [341, 406], [342, 407], [342, 411], [342, 412], [343, 412], [343, 413], [344, 413], [344, 414], [345, 414], [345, 415], [346, 415], [346, 416], [351, 416], [351, 414], [353, 414], [353, 407], [356, 406], [355, 405], [355, 403], [354, 403], [354, 402], [353, 402], [353, 401], [352, 401], [351, 400], [349, 400]], "11-37": [[350, 400], [347, 400], [346, 401], [345, 401], [344, 402], [343, 403], [342, 404], [341, 405], [341, 410], [342, 411], [343, 412], [344, 413], [344, 414], [345, 415], [347, 415], [348, 416], [350, 416], [351, 415], [352, 414], [353, 415], [355, 416], [360, 416], [360, 415], [359, 414], [358, 413], [357, 412], [357, 411], [356, 413], [355, 412], [355, 411], [355, 409], [356, 409], [356, 408], [355, 406], [355, 405], [354, 404], [354, 403], [353, 402], [352, 402], [352, 401], [351, 401]]}, "center": {"10": [347, 407], "11-37": [348, 408]}}, +{"id": 627, "name": "KY23 Logo", "description": "A random logo desperately placed by u/KY23thememer and his alt accounts\n(I'm sorry for doing this, -KY)", "links": {}, "path": {"139": [[1390, 355], [1402, 355], [1402, 367], [1390, 367]]}, "center": {"139": [1396, 361]}}, +{"id": 628, "name": "Tim - The Little Music Fox", "description": "A small monument to the musical artist 'Tim - The Little Music Fox'", "links": {"website": ["https://www.timthelittlemusicfox.com/about"]}, "path": {"148-162": [[1110, 1177], [1118, 1189], [1118, 1177], [1110, 1177], [1110, 1189], [1118, 1189]]}, "center": {"148-162": [1113, 1186]}}, +{"id": 629, "name": "Goated ass dog", "description": "R.I.P Boswell Youth made this. A few pals. history forever", "links": {}, "path": {"164": [[1171, 1769], [1173, 1769], [1182, 1769], [1184, 1772], [1184, 1774], [1181, 1775], [1181, 1777], [1180, 1778], [1174, 1778], [1173, 1777], [1172, 1775], [1171, 1770]]}, "center": {"164": [1177, 1773]}}, +{"id": 630, "name": "OkBrawlerRetard", "description": "OkBrawlerRetard mascot featuring Doge as Mortis from the mobile game Brawl Stars. OkBrawlerRetard is a circejerk server of Brawl Stars.", "links": {"subreddit": ["OkBrawlerRetard2"], "wiki": ["OkBrawlerRetard"]}, "path": {"80-98": [[1983, 556], [1993, 556], [1992, 551], [1994, 550], [1995, 549], [1995, 547], [1994, 540], [1987, 540], [1985, 541], [1984, 544], [1981, 544], [1979, 549], [1981, 550], [1980, 555], [1996, 556], [1996, 561], [1998, 561], [1998, 557], [1998, 551], [1998, 548], [1998, 545], [1997, 539], [1994, 539]]}, "center": {"80-98": [1984, 548]}}, +{"id": 631, "name": "SSundee", "description": "Famous Youtuber SSundee, formerly known for Minecraft content and being a member of Team Crafted, now known for modded Among Us content. He still returns to Minecraft from time to time.", "links": {"website": ["https://www.youtube.com/@SSundee"], "subreddit": ["SSundee"]}, "path": {"119-126": [[1585, 1301], [1585, 1310], [1594, 1310], [1594, 1301], [1591, 1301], [1588, 1301]]}, "center": {"119-126": [1590, 1306]}}, +{"id": 632, "name": "Bernie sanders sitting down meme", "description": "The Bernie Sanders sitting down meme became an internet sensation during the 2021 Presidential Inauguration when a photograph of Senator Bernie Sanders wearing mittens and sitting alone on a folding chair went viral. The image was humorously inserted into various pop culture scenes and settings, making it a humorous and widely recognized symbol of relatable moments and internet creativity.", "links": {"website": ["https://berniesanders.com/"], "subreddit": ["BernieSanders", "politics"]}, "path": {"69-90": [[1726, 434], [1735, 434], [1735, 435], [1737, 435], [1737, 436], [1738, 436], [1738, 437], [1738, 438], [1739, 438], [1739, 439], [1739, 440], [1741, 440], [1741, 448], [1741, 451], [1743, 452], [1743, 462], [1744, 462], [1744, 464], [1743, 464], [1743, 466], [1740, 466], [1740, 470], [1739, 470], [1739, 483], [1738, 483], [1738, 492], [1739, 494], [1737, 494], [1737, 495], [1734, 495], [1734, 494], [1733, 494], [1732, 485], [1731, 484], [1730, 489], [1729, 497], [1727, 497], [1727, 498], [1725, 498], [1725, 497], [1724, 497], [1724, 494], [1725, 494], [1725, 491], [1724, 491], [1724, 466], [1721, 466], [1721, 465], [1720, 465], [1720, 463], [1719, 463], [1719, 460], [1718, 460], [1718, 457], [1719, 457], [1719, 449], [1722, 449], [1722, 446], [1722, 445], [1720, 444], [1720, 443], [1721, 441], [1725, 434], [1733, 434]]}, "center": {"69-90": [1731, 457]}}, +{"id": 633, "name": "Jimmy Blake", "description": "2 friends wrote their initials which stands for Jimmy Blake (JB)", "links": {}, "path": {"164": [[1973, 675], [1979, 675], [1979, 681], [1973, 681]]}, "center": {"164": [1976, 678]}}, +{"id": 634, "name": "Melk", "description": "Melk has one eye and eats babies, he loves his blue haired gf in which he resides next to and he hates Poland as they eradicated him and all his loved ones literal minutes before r/place ended.", "links": {"website": ["https://roing.us/"]}, "path": {"160-164": [[1703, 554], [1703, 560], [1709, 560], [1709, 553], [1703, 553]]}, "center": {"160-164": [1706, 557]}}, +{"id": 635, "name": "ZezoHD", "description": "The Head of the Minecraft Skin of the Player ZezoHD. He is a very small german YouTuber and he and his friends from the KloFlo SMP built his skin. It was used by the Account \"theLEGOV\", which belonged to ZezoHD and his Brother, so they built this as their shared Account Logo.", "links": {}, "path": {"111-123": [[1347, 1840], [1348, 1841], [1348, 1842], [1350, 1841], [1351, 1842], [1354, 1847], [1347, 1847], [1354, 1840], [1346, 1840], [1347, 1840], [1348, 1839], [1347, 1839], [1348, 1840], [1348, 1841], [1347, 1841], [1346, 1841], [1346, 1838], [1349, 1843], [1350, 1842], [1350, 1843], [1354, 1843], [1354, 1845], [1354, 1843], [1354, 1842], [1354, 1841], [1354, 1843], [1353, 1841], [1353, 1842], [1353, 1843], [1353, 1844], [1355, 1847], [1355, 1845], [1355, 1844], [1355, 1843], [1355, 1842], [1355, 1841], [1355, 1840], [1355, 1839], [1346, 1839], [1346, 1848], [1355, 1848], [1355, 1839], [1346, 1839], [1346, 1848], [1355, 1848], [1355, 1839], [1346, 1839], [1346, 1848], [1355, 1848], [1355, 1839]]}, "center": {"111-123": [1347, 1843]}}, +{"id": 636, "name": "Super Bear Adventure", "description": "Super Bear Adventure is a 3D platformer game inspired by late 90s games.", "links": {"website": ["https://superbearadventure.com/"], "subreddit": ["superbear"], "discord": ["super-bear-adventure-398832325728796672"]}, "path": {"145-157": [[1862, 1540], [1867, 1540], [1867, 1542], [1870, 1542], [1870, 1540], [1875, 1540], [1875, 1545], [1873, 1545], [1873, 1551], [1864, 1551], [1864, 1545], [1862, 1545]]}, "center": {"145-157": [1869, 1547]}} ] \ No newline at end of file diff --git a/web/index.html b/web/index.html index b3cd359d..ef08bc53 100644 --- a/web/index.html +++ b/web/index.html @@ -2,7 +2,7 @@ The 2022 r/place Atlas Copyright (c) 2017 Roland Rytz Copyright (c) 2022 Place Atlas contributors - Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt) + Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt) --> @@ -17,14 +17,22 @@ - - + + - + + + + + + + + + @@ -49,7 +57,7 @@ "@context": "https://schema.org", "@type": "WebSite", "name": "The 2022 r/place Atlas", - "url": "https://place-atlas.stefanocoding.me/", + "url": "https://2022.place-atlas.stefanocoding.me/", "author": [ { "@type": "Person", @@ -78,7 +86,7 @@ "name": "Place Atlas", "alternateName": "r/placeatlas2", "url": "https://github.com/placeAtlas", - "image": "http://place-atlas.stefanocoding.me/_img/logo.png", + "image": "http://2022.place-atlas.stefanocoding.me/_img/logo.png", "founder": { "@type": "Person", "@id": "#Codixer", @@ -94,58 +102,74 @@ } ], "copyrightYear": 2017, - "license": "https://place-atlas.stefanocoding.me/license.txt", + "license": "https://2022.place-atlas.stefanocoding.me/license.txt", "inLanguage": "English", "isAccessibleForFree": true, "keywords": "reddit, r/place, place, experiment", - "thumbnailUrl": "https://place-atlas.stefanocoding.me/_img/logo.png", - "image": "https://place-atlas.stefanocoding.me/_img/logo.png", + "thumbnailUrl": "https://2022.place-atlas.stefanocoding.me/_img/logo.png", + "image": "https://2022.place-atlas.stefanocoding.me/_img/logo.png", "description": "An interactive map of Reddit's 2022 r/place, with information to each artwork of the canvas." }
- + + +
@@ -156,7 +180,7 @@
@@ -248,7 +272,7 @@
- Code by Place Atlas. Source on GitHub. Site powered by Netlify. + Code by Place Atlas. Source on GitHub. Site powered by Netlify.
@@ -288,7 +312,7 @@
-

Please read this guide for instructions.

+

Please read this guide for instructions.


You can suggest new entries to the Atlas for art that isn't mapped yet, or update entries by editing it.

Click anywhere on the image to start drawing a shape. Switch between periods by adding a period, and/or seek through the timeline.

@@ -349,7 +373,7 @@ If you want to use Reddit, use the Post Direct to Reddit button or manually copy the text below and submit it as a new text post to r/placeAtlas2 on Reddit. Don't forget to flair it with the New Entry flair.

- If you want to use GitHub, use the Submit Direct to GitHub button, or read the contributing guide to submit a patch. + If you want to use GitHub, use the Submit Direct to GitHub button, or read the contributing guide to submit a patch.

We will then check it and add it to the Atlas.