diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0472fd5f7..a70dcc6f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ jobs: configuration: [Debug, Release] platform: - { name: win-x64, os: windows-latest, zip_os_name: win_x64 } + - { name: win-arm64, os: windows-latest, zip_os_name: win_arm64 } - { name: linux-x64, os: ubuntu-latest, zip_os_name: linux_x64 } - { name: linux-arm64, os: ubuntu-latest, zip_os_name: linux_arm64 } - { name: osx-x64, os: macos-13, zip_os_name: osx_x64 } diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index fbd76a2d8..aeac1c4a7 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -19,7 +19,7 @@ concurrency: release env: POWERSHELL_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 - RYUJINX_BASE_VERSION: "1.2" + RYUJINX_BASE_VERSION: "1.3" RYUJINX_TARGET_RELEASE_CHANNEL_NAME: "canary" RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: "Ryubing" RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO: "Ryujinx" @@ -38,17 +38,6 @@ jobs: echo "prev_build_version=${{ env.RYUJINX_BASE_VERSION }}.$((${{ github.run_number }} - 1))" >> $GITHUB_OUTPUT shell: bash - - name: Create tag - uses: actions/github-script@v7 - with: - script: | - github.rest.git.createRef({ - owner: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}", - repo: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }}", - ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}', - sha: context.sha - }) - - name: Create release uses: ncipollo/release-action@v1 with: @@ -57,16 +46,15 @@ jobs: body: | # Canary builds: - These builds are experimental and may sometimes not work, use [regular builds](https://github.com/${{ github.repository }}/releases/latest) instead if that sounds like something you don't want to deal with. + These builds are experimental and may sometimes not work, use [regular builds](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/latest) instead if that sounds like something you don't want to deal with. | Platform | Artifact | |--|--| | Windows 64-bit | [Canary Windows Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-win_x64.zip) | + | Windows ARM 64-bit | [Canary Windows Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-win_arm64.zip) | | Linux 64-bit | [Canary Linux Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_x64.tar.gz) | | Linux ARM 64-bit | [Canary Linux ARM Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_arm64.tar.gz) | | macOS | [Canary macOS Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-macos_universal.app.tar.gz) | - - **Full Changelog**: https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }}/compare/Canary-${{ steps.version_info.outputs.prev_build_version }}...Canary-${{ steps.version_info.outputs.build_version }} omitBodyDuringUpdate: true owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }} repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }} @@ -79,6 +67,7 @@ jobs: matrix: platform: - { name: win-x64, os: windows-latest, zip_os_name: win_x64 } + - { name: win-arm64, os: windows-latest, zip_os_name: win_arm64 } - { name: linux-x64, os: ubuntu-latest, zip_os_name: linux_x64 } - { name: linux-arm64, os: ubuntu-latest, zip_os_name: linux_arm64 } steps: @@ -183,7 +172,7 @@ jobs: body: | # Canary builds: - These builds are experimental and may sometimes not work, use [regular builds](https://github.com/${{ github.repository }}/releases/latest) instead if that sounds like something you don't want to deal with. + These builds are experimental and may sometimes not work, use [regular builds](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/latest) instead if that sounds like something you don't want to deal with. | Platform | Artifact | |--|--| @@ -191,8 +180,6 @@ jobs: | Linux 64-bit | [Canary Linux Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_x64.tar.gz) | | Linux ARM 64-bit | [Canary Linux ARM Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_arm64.tar.gz) | | macOS | [Canary macOS Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-macos_universal.app.tar.gz) | - - **Full Changelog**: https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }}/compare/Canary-${{ steps.version_info.outputs.prev_build_version }}...Canary-${{ steps.version_info.outputs.build_version }} omitBodyDuringUpdate: true allowUpdates: true replacesArtifacts: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69e4dc216..bb2a44131 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ concurrency: release env: POWERSHELL_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 - RYUJINX_BASE_VERSION: "1.2" + RYUJINX_BASE_VERSION: "1.3" RYUJINX_TARGET_RELEASE_CHANNEL_NAME: "release" RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: "Ryubing" RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO: "Ryujinx" @@ -28,17 +28,6 @@ jobs: echo "prev_build_version=${{ env.RYUJINX_BASE_VERSION }}.$((${{ github.run_number }} - 1))" >> $GITHUB_OUTPUT shell: bash - - name: Create tag - uses: actions/github-script@v7 - with: - script: | - github.rest.git.createRef({ - owner: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}", - repo: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }}", - ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}', - sha: context.sha - }) - - name: Create release uses: ncipollo/release-action@v1 with: @@ -52,8 +41,6 @@ jobs: | Linux 64-bit | [Stable Linux Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-${{ steps.version_info.outputs.build_version }}-linux_x64.tar.gz) | | Linux ARM 64-bit | [Stable Linux ARM Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-${{ steps.version_info.outputs.build_version }}-linux_arm64.tar.gz) | | macOS | [Stable macOS Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-${{ steps.version_info.outputs.build_version }}-macos_universal.app.tar.gz) | - - **Full Changelog**: https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }}/compare/${{ steps.version_info.outputs.prev_build_version }}...${{ steps.version_info.outputs.build_version }} omitBodyDuringUpdate: true owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }} repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }} @@ -66,6 +53,7 @@ jobs: matrix: platform: - { name: win-x64, os: windows-latest, zip_os_name: win_x64 } + - { name: win-arm64, os: windows-latest, zip_os_name: win_arm64 } - { name: linux-x64, os: ubuntu-latest, zip_os_name: linux_x64 } - { name: linux-arm64, os: ubuntu-latest, zip_os_name: linux_arm64 } steps: @@ -117,6 +105,7 @@ jobs: if: matrix.platform.os == 'ubuntu-latest' run: | pushd publish + rm libarmeilleure-jitsupport.dylib chmod +x Ryujinx.sh Ryujinx tar -czvf ../release_output/ryujinx-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz ../publish popd @@ -173,8 +162,6 @@ jobs: | Linux 64-bit | [Stable Linux Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-${{ steps.version_info.outputs.build_version }}-linux_x64.tar.gz) | | Linux ARM 64-bit | [Stable Linux ARM Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-${{ steps.version_info.outputs.build_version }}-linux_arm64.tar.gz) | | macOS | [Stable macOS Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-${{ steps.version_info.outputs.build_version }}-macos_universal.app.tar.gz) | - - **Full Changelog**: https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }}/compare/${{ steps.version_info.outputs.prev_build_version }}...${{ steps.version_info.outputs.build_version }} omitBodyDuringUpdate: true allowUpdates: true replacesArtifacts: true diff --git a/Directory.Packages.props b/Directory.Packages.props index 62a642374..adf48c1de 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -39,7 +39,7 @@ - + @@ -53,8 +53,8 @@ - - + + diff --git a/README.md b/README.md index 447dda021..a02a100e8 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ # Ryujinx - -[![Release workflow](https://github.com/Ryubing/Ryujinx/actions/workflows/release.yml/badge.svg)](https://github.com/Ryubing/Ryujinx/actions/workflows/release.yml) -[![Latest release](https://img.shields.io/github/v/release/Ryubing/Ryujinx)](https://github.com/Ryubing/Ryujinx/releases/latest) -
-[![Canary workflow](https://github.com/Ryubing/Ryujinx/actions/workflows/canary.yml/badge.svg)](https://github.com/Ryubing/Ryujinx/actions/workflows/canary.yml) + +[![Latest release](https://img.shields.io/github/v/release/Ryubing/Stable-Releases?label=stable)](https://github.com/Ryubing/Stable-Releases/releases/latest) [![Latest canary release](https://img.shields.io/github/v/release/Ryubing/Canary-Releases?label=canary)](https://github.com/Ryubing/Canary-Releases/releases/latest) +
+ +Discord + @@ -20,7 +21,7 @@ Ryujinx is an open-source Nintendo Switch emulator, originally created by gdkchan, written in C#. This emulator aims at providing excellent accuracy and performance, a user-friendly interface and consistent builds. It was written from scratch and development on the project began in September 2017. - Ryujinx is available on GitHub under the MIT license. + Ryujinx is available on a self-managed GitLab instance under the MIT license.

@@ -30,21 +31,11 @@
This is not a Ryujinx revival project. This is not a Phoenix project.
- Guides and documentation can be found on the Wiki tab. -

-

- If you would like a more preservative fork of Ryujinx, check out ryujinx-mirror. + Guides and documentation can be found on the Wiki tab.

- Click below to join the Discord: -
- - Discord - -
-
- + Ryujinx example

## Usage @@ -58,7 +49,7 @@ Stable builds are made every so often, based on the `master` branch, that then g These stable builds exist so that the end user can get a more **enjoyable and stable experience**. They are released every month or so, to ensure consistent updates, while not being an annoying amount of individual updates to download over the course of that month. -You can find the latest stable release [here](https://github.com/Ryubing/Ryujinx/releases/latest). +You can find the latest stable release [here](https://github.com/Ryubing/Stable-Releases/releases/latest). Canary builds are compiled automatically for each commit on the `master` branch. While we strive to ensure optimal stability and performance prior to pushing an update, these builds **may be unstable or completely broken**. diff --git a/assets/amiibo/Amiibo.json b/assets/amiibo/Amiibo.json deleted file mode 100644 index e3c01c1c3..000000000 --- a/assets/amiibo/Amiibo.json +++ /dev/null @@ -1,48348 +0,0 @@ -{ - "amiibo": [ - { - "amiiboSeries": "Animal Crossing", - "character": "Sandy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04380001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04380001-03000502.png", - "name": "Sandy", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03000502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810101-00b40502.png", - "name": "Isabelle - Winter", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b40502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Sonic", - "gameSeries": "Sonic", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "32000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_32000000-00300002.png", - "name": "Sonic", - "release": { - "au": "2015-01-29", - "eu": "2015-02-20", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00300002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ava", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "029e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_029e0001-013d0502.png", - "name": "Ava", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "013d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Blanca", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01b30001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01b30001-00b50502.png", - "name": "Blanca", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b50502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mac", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02f80001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02f80001-01380502.png", - "name": "Mac", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01380502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lucha", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "023c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_023c0001-00bd0502.png", - "name": "Lucha", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00bd0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Punchy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02630001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02630001-00750502.png", - "name": "Punchy", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00750502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Violet", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03700001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03700001-015d0502.png", - "name": "Violet", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "015d0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mii", - "gameSeries": "Mii", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07c00000-00210002.png", - "name": "Mii Brawler", - "release": { - "au": "2015-09-26", - "eu": "2015-09-25", - "jp": "2015-09-10", - "na": "2015-11-01" - }, - "tail": "00210002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Wario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c50201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c50201-02830e02.png", - "name": "Wario - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02830e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tom", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "026c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_026c0001-00c30502.png", - "name": "Tom", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c30502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Zelda", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Quickly travel between the surface and the sky", - "write": false - } - ], - "gameID": [ - "01002DA013484000" - ], - "gameName": "The Legend of Zelda: Skyward Sword HD" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Blue Attire", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01010300", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01010300-04140902.png", - "name": "Zelda & Loftwing", - "release": { - "au": "2021-07-16", - "eu": "2021-07-16", - "jp": "2021-07-16", - "na": "2021-07-16" - }, - "tail": "04140902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mint", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04e60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04e60001-00820502.png", - "name": "Mint", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00820502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Caroline", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04e30001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04e30001-01650502.png", - "name": "Caroline", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01650502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mabel", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01880001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01880001-01120502.png", - "name": "Mabel", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01120502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000100-04150402.png", - "name": "Inkling - Yellow", - "release": { - "au": "2022-11-11", - "eu": "2022-11-11", - "jp": "2022-11-11", - "na": "2022-11-11" - }, - "tail": "04150402", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Shiver", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08070000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08070000-04330402.png", - "name": "Shiver", - "release": { - "au": "2023-11-17", - "eu": "2023-11-17", - "jp": "2023-11-17", - "na": "2023-11-17" - }, - "tail": "04330402", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Frye", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08080000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08080000-04340402.png", - "name": "Frye", - "release": { - "au": "2023-11-17", - "eu": "2023-11-17", - "jp": "2023-11-17", - "na": "2023-11-17" - }, - "tail": "04340402", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Big Man", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08090000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08090000-04350402.png", - "name": "Big Man", - "release": { - "au": "2023-11-17", - "eu": "2023-11-17", - "jp": "2023-11-17", - "na": "2023-11-17" - }, - "tail": "04350402", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Frett", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a1d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a1d0001-03d40502.png", - "name": "Frett", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03d40502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kidd", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "035d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_035d0001-00c90502.png", - "name": "Kidd", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c90502", - "type": "Card" - }, - { - "amiiboSeries": "BoxBoy!", - "character": "Qbby", - "gameSeries": "BoxBoy!", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive star coins and a boost item", - "write": false - } - ], - "gameID": [ - "01004D300C5AE000" - ], - "gameName": "Kirby and the Forgotten Land" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive two Picture Pieces, a Maxim Tomato, and two Point Stars", - "write": false - } - ], - "gameID": [ - "01007E3006DDA000" - ], - "gameName": "Kirby Star Allies" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive more useful items", - "write": false - } - ], - "gameID": [ - "01006B601380E000" - ], - "gameName": "Kirby's Return to Dream Land Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive 20 Fragments", - "write": false - } - ], - "gameID": [ - "01003FB00C5A8000" - ], - "gameName": "Super Kirby Clash" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1f400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1f400000-035e1002.png", - "name": "Qbby", - "release": { - "au": null, - "eu": null, - "jp": "2017-02-02", - "na": null - }, - "tail": "035e1002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Waluigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c60101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c60101-02870e02.png", - "name": "Waluigi - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02870e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Purrl", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02640001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02640001-01ac0502.png", - "name": "Purrl", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01ac0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mitzi", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "025e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_025e0001-01250502.png", - "name": "Mitzi", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01250502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Reneigh", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a100001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a100001-03c70502.png", - "name": "Reneigh", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rasher", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "047a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_047a0001-00600502.png", - "name": "Rasher", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00600502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chrissy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04a10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04a10001-016f0502.png", - "name": "Chrissy", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "016f0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Metal Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d00301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d00301-02bb0e02.png", - "name": "Metal Mario - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02bb0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Harriet", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01910001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01910001-004e0502.png", - "name": "Harriet", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "004e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Daisy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02f10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02f10001-01450502.png", - "name": "Daisy", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01450502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bam", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02d70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02d70001-01300502.png", - "name": "Bam", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01300502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Anabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02030001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02030001-019a0502.png", - "name": "Anabelle", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "019a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Label", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01890001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01890001-00ab0502.png", - "name": "Labelle", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ab0502", - "type": "Card" - }, - { - "amiiboSeries": "Yu-Gi-Oh!", - "character": "Tatsuhisa \u201cLuke\u201d Kamij\u014d", - "gameSeries": "Yu-Gi-Oh!", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive items/bonuses", - "write": false - } - ], - "gameID": [ - "01003C101454A000" - ], - "gameName": "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale" - } - ], - "head": "38410001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38410001-04251902.png", - "name": "Tatsuhisa \u201cLuke\u201d Kamij\u014d", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2021-08-12" - }, - "tail": "04251902", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Smallfry", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08060100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08060100-041c0402.png", - "name": "Smallfry", - "release": { - "au": "2022-11-11", - "eu": "2022-11-11", - "jp": "2022-11-11", - "na": "2022-11-11" - }, - "tail": "041c0402", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000100-03820002.png", - "name": "Inkling", - "release": { - "au": "2018-12-07", - "eu": "2018-12-07", - "jp": "2018-12-07", - "na": "2018-12-07" - }, - "tail": "03820002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rover", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "018d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018d0001-010c0502.png", - "name": "Rover", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "010c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Wendell", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a70001-01140502.png", - "name": "Wendell", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01140502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ren\u00e9e", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04ba0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04ba0001-005d0502.png", - "name": "Ren\u00e9e", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "005d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Agnes", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04890001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04890001-00ef0502.png", - "name": "Agnes", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ef0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Resetti", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "018e0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018e0101-01780502.png", - "name": "Resetti - Without Hat", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01780502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Daisy Mae", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a040001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a040001-03b50502.png", - "name": "Daisy Mae", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b50502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Merry", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "026d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_026d0001-013f0502.png", - "name": "Merry", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "013f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Big Top", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03250001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03250001-010a0502.png", - "name": "Big Top", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "010a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Leif", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01b40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01b40001-01130502.png", - "name": "Leif", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01130502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rocco", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03900001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03900001-01850502.png", - "name": "Rocco", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01850502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Donkey Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c70501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c70501-02900e02.png", - "name": "Donkey Kong - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02900e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gladys", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04370001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04370001-01050502.png", - "name": "Gladys", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01050502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Twiggy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02300001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02300001-01d20502.png", - "name": "Twiggy", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01d20502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Camofrog", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "033b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_033b0001-00fa0502.png", - "name": "Camofrog", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00fa0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lottie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01c10000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01c10000-02440502.png", - "name": "Lottie", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-22" - }, - "tail": "02440502", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "King K. Rool", - "gameSeries": "Donkey Kong", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00c00000-037b0002.png", - "name": "King K. Rool", - "release": { - "au": "2019-02-15", - "eu": "2019-02-15", - "jp": "2019-02-15", - "na": "2019-02-15" - }, - "tail": "037b0002", - "type": "Figure" - }, - { - "amiiboSeries": "Yu-Gi-Oh!", - "character": "Nail Saionji", - "gameSeries": "Yu-Gi-Oh!", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive items/bonuses", - "write": false - } - ], - "gameID": [ - "01003C101454A000" - ], - "gameName": "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale" - } - ], - "head": "38450001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38450001-04291902.png", - "name": "Nail Saionji", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2021-08-12" - }, - "tail": "04291902", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Sephiroth", - "gameSeries": "Final Fantasy", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "36010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_36010000-04210002.png", - "name": "Sephiroth", - "release": { - "au": "2023-01-13", - "eu": "2023-01-13", - "jp": "2023-01-13", - "na": "2023-01-13" - }, - "tail": "04210002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Deirdre", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02da0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02da0001-01330502.png", - "name": "Deirdre", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01330502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Flick", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a030001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a030001-03b40502.png", - "name": "Flick", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b40502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Lucina", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21020000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21020000-00290002.png", - "name": "Lucina", - "release": { - "au": "2015-04-25", - "eu": "2015-04-24", - "jp": "2015-04-29", - "na": "2015-05-29" - }, - "tail": "00290002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Naomi", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02b80001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02b80001-019c0502.png", - "name": "Naomi", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "019c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Raddle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03470001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03470001-03020502.png", - "name": "Raddle", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03020502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tortimer", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01b00001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01b00001-00520502.png", - "name": "Tortimer", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00520502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Digby", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "018c0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018c0000-02430502.png", - "name": "Digby", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "02430502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Puddles", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "033e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_033e0001-01a20502.png", - "name": "Puddles", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a20502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Octoling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08050200", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08050200-038f0402.png", - "name": "Octoling Boy", - "release": { - "au": "2018-11-11", - "eu": "2018-11-09", - "jp": "2018-11-09", - "na": "2018-11-09" - }, - "tail": "038f0402", - "type": "Figure" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Guardian", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Black Cat Clothes", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01400000-03550902.png", - "name": "Guardian", - "release": { - "au": "2017-03-03", - "eu": "2017-03-03", - "jp": "2017-03-03", - "na": "2017-03-03" - }, - "tail": "03550902", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Squirtle", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "19070000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_19070000-03840002.png", - "name": "Squirtle", - "release": { - "au": "2019-09-20", - "eu": "2019-09-20", - "jp": "2019-09-20", - "na": "2019-09-20" - }, - "tail": "03840002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Nintendo World", - "character": "Peach", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a life-up heart", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00020003", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00020003-039dff02.png", - "name": "Peach - Power Up Band", - "release": { - "au": null, - "eu": null, - "jp": "2021-02-04", - "na": null - }, - "tail": "039dff02", - "type": "Band" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Jacob", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02380001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02380001-02f80502.png", - "name": "Jacob", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f80502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Boo", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Chain Chomp weapon", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00170000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00170000-02680102.png", - "name": "Boo", - "release": { - "au": "2016-10-08", - "eu": "2016-10-07", - "jp": "2016-10-20", - "na": "2016-11-04" - }, - "tail": "02680102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pashmina", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "035e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_035e0001-018e0502.png", - "name": "Pashmina", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "018e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Paolo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03280001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03280001-02eb0502.png", - "name": "Paolo", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02eb0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "June", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "028a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_028a0001-02e90502.png", - "name": "June", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02e90502", - "type": "Card" - }, - { - "amiiboSeries": "Others", - "character": "Mario Cereal", - "gameSeries": "Kellogs", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "See the location of a Power Moon (as \"delicious amiibo\")", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - } - ], - "head": "37400001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_37400001-03741402.png", - "name": "Super Mario Cereal", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2017-12-11" - }, - "tail": "03741402", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Bring Epona into the game as a rideable horse", - "write": false - }, - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Bring Epona into the game as a rideable horse", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-00040002.png", - "name": "Link", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00040002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Cloud Strife", - "gameSeries": "Final Fantasy", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "36000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_36000000-02590002.png", - "name": "Cloud", - "release": { - "au": "2017-07-22", - "eu": "2017-07-21", - "jp": "2017-07-21", - "na": "2017-07-21" - }, - "tail": "02590002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rudy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02710001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02710001-019b0502.png", - "name": "Rudy", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "019b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Flurry", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03840001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03840001-00860502.png", - "name": "Flurry", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00860502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tammy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "028e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_028e0001-019e0502.png", - "name": "Tammy", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "019e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Teddy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02140001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02140001-00e40502.png", - "name": "Teddy", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e40502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Frank", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04510001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04510001-015e0502.png", - "name": "Frank", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "015e0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c20501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c20501-02770e02.png", - "name": "Peach - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02770e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Stu", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "024d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_024d0001-02f60502.png", - "name": "Stu", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Roscoe", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03a80001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03a80001-00910502.png", - "name": "Roscoe", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00910502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Ike", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21010000-00180002.png", - "name": "Ike", - "release": { - "au": "2015-01-29", - "eu": "2015-01-23", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00180002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c10401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c10401-02710e02.png", - "name": "Luigi - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02710e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rodney", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03810001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03810001-00d50502.png", - "name": "Rodney", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d50502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cc0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cc0101-02a50e02.png", - "name": "Baby Mario - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a50e02", - "type": "Card" - }, - { - "amiiboSeries": "Power Pros", - "character": "Daijobu", - "gameSeries": "Power Pros", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive in-game items and power-ups / Save items to your card after playing with friends to bring them home", - "write": true - } - ], - "gameID": [ - "0100E9C00BF28000" - ], - "gameName": "Jikkyou Powerful Pro Baseball" - } - ], - "head": "38050001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38050001-03981702.png", - "name": "Daijobu", - "release": { - "au": null, - "eu": null, - "jp": "2019-06-27", - "na": null - }, - "tail": "03981702", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bruce", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02d90001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02d90001-01c80502.png", - "name": "Bruce", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c80502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bree", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "040f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_040f0001-01500502.png", - "name": "Bree", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01500502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bangle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04fd0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04fd0001-007b0502.png", - "name": "Bangle", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "007b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Stitches", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02820001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02820001-01810502.png", - "name": "Stitches", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01810502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Aurora", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "045f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_045f0001-01a80502.png", - "name": "Aurora", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a80502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Iggly", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "046a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_046a0001-01d00502.png", - "name": "Iggly", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01d00502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Vic", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02520001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02520001-00fe0502.png", - "name": "Vic", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00fe0502", - "type": "Card" - }, - { - "amiiboSeries": "Monster Hunter Rise", - "character": "Palico", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock special layered armor / Enter daily lottery for a variety of useful items", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hunter Sticker Set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - } - ], - "head": "35090100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35090100-042b1802.png", - "name": "Palico", - "release": { - "au": "2022-06-30", - "eu": "2022-06-30", - "jp": "2022-06-30", - "na": "2022-06-30" - }, - "tail": "042b1802", - "type": "Figure" - }, - { - "amiiboSeries": "Super Nintendo World", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - }, - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000003", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000003-0430ff02.png", - "name": "Golden - Power Up Band", - "release": { - "au": null, - "eu": null, - "jp": "2023-03-18", - "na": null - }, - "tail": "0430ff02", - "type": "Band" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Amelia", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "044c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_044c0001-008e0502.png", - "name": "Amelia", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "008e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Miranda", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03130001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03130001-01210502.png", - "name": "Miranda", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01210502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Katrina", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a50001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a50001-01720502.png", - "name": "Katrina", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01720502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Audie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a0c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a0c0001-03c30502.png", - "name": "Audie", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c30502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Diddy Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c80501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c80501-02950e02.png", - "name": "Diddy Kong - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02950e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bill", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03070001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03070001-00640502.png", - "name": "Bill", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00640502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Anchovy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "022f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_022f0001-011e0502.png", - "name": "Anchovy", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "011e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Harvey", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a050001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a050001-03b80502.png", - "name": "Harvey", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b80502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-03530902.png", - "name": "Link - Archer", - "release": { - "au": "2017-03-03", - "eu": "2017-03-03", - "jp": "2017-03-03", - "na": "2017-03-03" - }, - "tail": "03530902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tommy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01860101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01860101-00af0502.png", - "name": "Tommy - Uniform", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00af0502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Octoling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08050100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08050100-038e0402.png", - "name": "Octoling Girl", - "release": { - "au": "2018-11-11", - "eu": "2018-11-09", - "jp": "2018-11-09", - "na": "2018-11-09" - }, - "tail": "038e0402", - "type": "Figure" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-034f0902.png", - "name": "8-Bit Link", - "release": { - "au": "2016-12-03", - "eu": "2016-12-02", - "jp": "2016-12-01", - "na": "2016-12-02" - }, - "tail": "034f0902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Maggie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04820001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04820001-02fd0502.png", - "name": "Maggie", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02fd0502", - "type": "Card" - }, - { - "amiiboSeries": "Mega Man", - "character": "Mega Man", - "gameSeries": "Megaman", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive E Tanks and other useful in-game items", - "write": false - } - ], - "gameID": [ - "0100B0C0086B0000" - ], - "gameName": "Mega Man 11" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock 11 exclusive challenge stages designed by fans", - "write": false - } - ], - "gameID": [ - "01002D4007AE0000" - ], - "gameName": "Mega Man Legacy Collection" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock new platforming challenges", - "write": false - } - ], - "gameID": [ - "0100842008EC4000" - ], - "gameName": "Mega Man Legacy Collection 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "34800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_34800000-03791502.png", - "name": "Mega Man", - "release": { - "au": null, - "eu": null, - "jp": "2018-10-04", - "na": "2018-10-02" - }, - "tail": "03791502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Orville", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a000001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a000001-03ab0502.png", - "name": "Orville", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03ab0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chai", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "032e0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_032e0101-031c0502.png", - "name": "Chai", - "release": { - "au": null, - "eu": "2016-11-25", - "jp": "2016-11-03", - "na": null - }, - "tail": "031c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Dom", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a0b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a0b0001-03c20502.png", - "name": "Dom", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c20502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kapp'n", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01960000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01960000-024e0502.png", - "name": "Kapp'n", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-03-24", - "na": "2016-03-18" - }, - "tail": "024e0502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Limberg", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "040d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_040d0001-00780502.png", - "name": "Limberg", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00780502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Weber", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03120001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03120001-03090502.png", - "name": "Weber", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03090502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bunnie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04940001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04940001-009a0502.png", - "name": "Bunnie", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "009a0502", - "type": "Card" - }, - { - "amiiboSeries": "Yoshi's Woolly World", - "character": "Poochy", - "gameSeries": "Yoshi's Woolly World", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00800102", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00800102-035d0302.png", - "name": "Poochy", - "release": { - "au": "2017-02-04", - "eu": "2017-02-03", - "jp": "2017-01-19", - "na": "2017-02-03" - }, - "tail": "035d0302", - "type": "Yarn" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Waluigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c60301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c60301-02890e02.png", - "name": "Waluigi - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02890e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pelly", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a00001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a00001-010f0502.png", - "name": "Pelly", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "010f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Frobert", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "033a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_033a0001-01cc0502.png", - "name": "Frobert", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01cc0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Birdo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ce0501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ce0501-02b30e02.png", - "name": "Birdo - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b30e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tasha", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04ea0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04ea0001-03180502.png", - "name": "Tasha", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03180502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Robin", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "022e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_022e0001-01d30502.png", - "name": "Robin", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01d30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Alfonso", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02c30001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02c30001-00dc0502.png", - "name": "Alfonso", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00dc0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Peck", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "023e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_023e0001-00d10502.png", - "name": "Peck", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d10502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cd0201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cd0201-02ab0e02.png", - "name": "Baby Luigi - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02ab0e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Rosalina", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00040000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00040000-02620102.png", - "name": "Rosalina", - "release": { - "au": "2016-10-08", - "eu": "2016-10-07", - "jp": "2016-10-20", - "na": "2016-11-04" - }, - "tail": "02620102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cyrus", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "018b0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018b0000-02460502.png", - "name": "Cyrus", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "02460502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Frita", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04d00001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04d00001-01960502.png", - "name": "Frita", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01960502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sprinkle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "046d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_046d0001-00f30502.png", - "name": "Sprinkle", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bella", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "040e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_040e0001-00880502.png", - "name": "Bella", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00880502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Drago", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02cb0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02cb0001-01360502.png", - "name": "Drago", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01360502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Grams", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01990001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01990001-01160502.png", - "name": "Grams", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01160502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Corrin", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21050000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21050000-025a0002.png", - "name": "Corrin", - "release": { - "au": "2017-07-22", - "eu": "2017-07-21", - "jp": "2017-07-21", - "na": "2017-07-21" - }, - "tail": "025a0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "OHare", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04a30001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04a30001-01c90502.png", - "name": "OHare", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c90502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Dark Pit", - "gameSeries": "Kid Icarus", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07410000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07410000-00200002.png", - "name": "Dark Pit", - "release": { - "au": "2015-07-04", - "eu": "2015-06-26", - "jp": "2015-06-11", - "na": "2015-07-31" - }, - "tail": "00200002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Rosalina", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00040100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00040100-00130002.png", - "name": "Rosalina & Luma", - "release": { - "au": "2015-01-29", - "eu": "2015-01-23", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00130002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Redd", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a80001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a80001-004f0502.png", - "name": "Redd", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "004f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mabel", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01880000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01880000-02410502.png", - "name": "Mabel", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "02410502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Hamphrey", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03850001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03850001-01060502.png", - "name": "Hamphrey", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01060502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pave", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01ab0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01ab0001-017c0502.png", - "name": "Pave", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "017c0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Wario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c50101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c50101-02820e02.png", - "name": "Wario - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02820e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Alli", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02c40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02c40001-00670502.png", - "name": "Alli", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00670502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Yoshi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c40401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c40401-02800e02.png", - "name": "Yoshi - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02800e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bones", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02ee0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02ee0001-01990502.png", - "name": "Bones", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01990502", - "type": "Card" - }, - { - "amiiboSeries": "Metroid", - "character": "E.M.M.I.", - "gameSeries": "Metroid", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Metroid-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Permanently increase missile capacity by 10", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Replenish a random amount of missiles once per day", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05c40000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05c40000-04131302.png", - "name": "E.M.M.I.", - "release": { - "au": "2021-10-08", - "eu": "2021-11-05", - "jp": "2021-10-08", - "na": "2021-10-08" - }, - "tail": "04131302", - "type": "Figure" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-03540902.png", - "name": "Link - Rider", - "release": { - "au": "2017-03-03", - "eu": "2017-03-03", - "jp": "2017-03-03", - "na": "2017-03-03" - }, - "tail": "03540902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gaston", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04980001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04980001-014a0502.png", - "name": "Gaston", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "014a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Quillson", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03180001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03180001-006c0502.png", - "name": "Quillson", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "006c0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Pink Gold Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d10101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d10101-02be0e02.png", - "name": "Pink Gold Peach - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02be0e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Wii Fit Trainer", - "gameSeries": "Wii Fit", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07000000-00070002.png", - "name": "Wii Fit Trainer", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00070002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Wario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00070000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00070000-001a0002.png", - "name": "Wario", - "release": { - "au": "2015-04-25", - "eu": "2015-04-24", - "jp": "2015-04-29", - "na": "2015-05-29" - }, - "tail": "001a0002", - "type": "Figure" - }, - { - "amiiboSeries": "Chibi-Robo!", - "character": "Chibi-Robo", - "gameSeries": "Chibi Robo", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "22c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_22c00000-003a0202.png", - "name": "Chibi Robo", - "release": { - "au": "2015-11-07", - "eu": "2015-11-06", - "jp": "2015-10-08", - "na": "2015-10-09" - }, - "tail": "003a0202", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Diddy Kong", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00090000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00090000-000d0002.png", - "name": "Diddy Kong", - "release": { - "au": "2014-12-12", - "eu": "2014-12-19", - "jp": "2014-12-06", - "na": "2014-12-14" - }, - "tail": "000d0002", - "type": "Figure" - }, - { - "amiiboSeries": "Monster Hunter", - "character": "Razewing Ratha", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Monster Hunter Stories 2 sticker set", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume for Navirou", - "write": false - } - ], - "gameID": [ - "010069301B1D4000" - ], - "gameName": "Monster Hunter Stories" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific special layered armor set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - } - ], - "head": "35050000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35050000-040c0f02.png", - "name": "Razewing Ratha", - "release": { - "au": "2021-07-09", - "eu": "2021-07-09", - "jp": "2021-07-09", - "na": "2021-07-09" - }, - "tail": "040c0f02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Zipper", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01ac0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01ac0001-017f0502.png", - "name": "Zipper", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "017f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pierce", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "044d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_044d0001-01930502.png", - "name": "Pierce", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01930502", - "type": "Card" - }, - { - "amiiboSeries": "Power Pros", - "character": "Ikari", - "gameSeries": "Power Pros", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive in-game items and power-ups / Save items to your card after playing with friends to bring them home", - "write": true - } - ], - "gameID": [ - "0100E9C00BF28000" - ], - "gameName": "Jikkyou Powerful Pro Baseball" - } - ], - "head": "38010001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38010001-03941702.png", - "name": "Ikari", - "release": { - "au": null, - "eu": null, - "jp": "2019-06-27", - "na": null - }, - "tail": "03941702", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000100-03500902.png", - "name": "Toon Link - The Wind Waker", - "release": { - "au": "2016-12-03", - "eu": "2016-12-02", - "jp": "2016-12-01", - "na": "2016-12-02" - }, - "tail": "03500902", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Hero", - "gameSeries": "Dragon Quest", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "36400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_36400000-03a20002.png", - "name": "Hero", - "release": { - "au": "2020-09-25", - "eu": "2020-09-25", - "jp": "2020-09-25", - "na": "2020-10-05" - }, - "tail": "03a20002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kapp'n", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01960001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01960001-00480502.png", - "name": "Kapp'n", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00480502", - "type": "Card" - }, - { - "amiiboSeries": "Super Nintendo World", - "character": "Luigi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00010003", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00010003-039cff02.png", - "name": "Luigi - Power Up Band", - "release": { - "au": null, - "eu": null, - "jp": "2021-02-04", - "na": null - }, - "tail": "039cff02", - "type": "Band" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000100-003e0402.png", - "name": "Inkling Girl", - "release": { - "au": "2015-05-30", - "eu": "2015-05-29", - "jp": "2015-05-28", - "na": "2015-05-29" - }, - "tail": "003e0402", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lobo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "050c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_050c0001-01c10502.png", - "name": "Lobo", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c10502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Zelda", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Blue Attire", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01010000-03560902.png", - "name": "Zelda", - "release": { - "au": "2017-03-03", - "eu": "2017-03-03", - "jp": "2017-03-03", - "na": "2017-03-03" - }, - "tail": "03560902", - "type": "Figure" - }, - { - "amiiboSeries": "Monster Hunter", - "character": "Rathian", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Monster Hunter Stories 2 sticker set", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based monstie egg", - "write": false - } - ], - "gameID": [ - "010069301B1D4000" - ], - "gameName": "Monster Hunter Stories" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hakum Rider Outfit layered armor set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - } - ], - "head": "35020100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35020100-02e40f02.png", - "name": "Rathian and Cheval", - "release": { - "au": null, - "eu": null, - "jp": "2016-12-08", - "na": null - }, - "tail": "02e40f02", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Waluigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c60501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c60501-028b0e02.png", - "name": "Waluigi - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "028b0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Quinn", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a180001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a180001-03cf0502.png", - "name": "Quinn", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03cf0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Digby", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "018c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018c0001-004c0502.png", - "name": "Digby", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "004c0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-037c0002.png", - "name": "Young Link", - "release": { - "au": "2019-04-12", - "eu": "2019-04-12", - "jp": "2019-04-12", - "na": "2019-04-12" - }, - "tail": "037c0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Huck", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03430001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03430001-02ef0502.png", - "name": "Huck", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02ef0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Avery", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04500001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04500001-00cf0502.png", - "name": "Avery", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00cf0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Carrie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03d30001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03d30001-02f30502.png", - "name": "Carrie", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kiki", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02610001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02610001-00650502.png", - "name": "Kiki", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00650502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810000-024b0502.png", - "name": "Isabelle - Summer Outfit", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "024b0502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rooney", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03da0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03da0001-01510502.png", - "name": "Rooney", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01510502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Nate", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02190001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02190001-007e0502.png", - "name": "Nate", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "007e0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Metal Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d00101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d00101-02b90e02.png", - "name": "Metal Mario - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b90e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pippy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "049a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_049a0001-014e0502.png", - "name": "Pippy", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "014e0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Yoshi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00030000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00030000-00020002.png", - "name": "Yoshi", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00020002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Birdo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ce0301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ce0301-02b10e02.png", - "name": "Birdo - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b10e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mythra", - "gameSeries": "Xenoblade Chronicles", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific weapon skin for characters using the Swordfighter Class", - "write": false - } - ], - "gameID": [ - "010074F013262000" - ], - "gameName": "Xenoblade Chronicles 3" - } - ], - "head": "22420000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_22420000-041f0002.png", - "name": "Mythra", - "release": { - "au": "2023-07-21", - "eu": "2023-07-21", - "jp": "2023-07-21", - "na": "2023-07-21" - }, - "tail": "041f0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rocket", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03720001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03720001-010b0502.png", - "name": "Rocket", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "010b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Peaches", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03ac0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03ac0001-01880502.png", - "name": "Peaches", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01880502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ken", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02a60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02a60001-01240502.png", - "name": "Ken", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01240502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08000200", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000200-003f0402.png", - "name": "Inkling Boy", - "release": { - "au": "2015-05-30", - "eu": "2015-05-29", - "jp": "2015-05-28", - "na": "2015-05-29" - }, - "tail": "003f0402", - "type": "Figure" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Luigi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00010000-00350102.png", - "name": "Luigi", - "release": { - "au": "2015-03-21", - "eu": "2015-03-20", - "jp": "2015-03-12", - "na": "2015-03-20" - }, - "tail": "00350102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chip", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "019a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_019a0001-00b70502.png", - "name": "Chip", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Claudia", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04ff0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04ff0001-01620502.png", - "name": "Claudia", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01620502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Greta", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "041c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_041c0001-01410502.png", - "name": "Greta", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01410502", - "type": "Card" - }, - { - "amiiboSeries": "Fire Emblem", - "character": "Celica", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21070000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21070000-03611202.png", - "name": "Celica", - "release": { - "au": "2017-05-20", - "eu": "2017-05-19", - "jp": "2017-04-20", - "na": "2017-05-19" - }, - "tail": "03611202", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Deena", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "030b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_030b0001-00790502.png", - "name": "Deena", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00790502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Ivysaur", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "19020000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_19020000-03830002.png", - "name": "Ivysaur", - "release": { - "au": "2019-09-20", - "eu": "2019-09-20", - "jp": "2019-09-20", - "na": "2019-09-20" - }, - "tail": "03830002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Filbert", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04df0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04df0001-00e80502.png", - "name": "Filbert", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e80502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Velma", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "035c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_035c0001-01290502.png", - "name": "Velma", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01290502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Beardo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02210001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02210001-013c0502.png", - "name": "Beardo", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "013c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Azalea", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a1e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a1e0001-03d50502.png", - "name": "Azalea", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03d50502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Samus", - "gameSeries": "Metroid", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Metroid-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Restore a random amount of health once per day", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05c00000-00060002.png", - "name": "Samus", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00060002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Simon", - "gameSeries": "Castlevania", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "37c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_37c00000-038b0002.png", - "name": "Simon", - "release": { - "au": "2019-11-15", - "eu": "2019-11-15", - "jp": "2019-11-08", - "na": "2019-11-15" - }, - "tail": "038b0002", - "type": "Figure" - }, - { - "amiiboSeries": "Monster Hunter Rise", - "character": "Magnamalo", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock special layered armor / Enter daily lottery for a variety of useful items", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hunter Sticker Set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - } - ], - "head": "35080000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35080000-040f1802.png", - "name": "Magnamalo", - "release": { - "au": "2021-03-26", - "eu": "2021-03-26", - "jp": "2021-03-26", - "na": "2021-03-26" - }, - "tail": "040f1802", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Rosalina", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cf0301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cf0301-02b60e02.png", - "name": "Rosalina - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b60e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Boo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cb0401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cb0401-02a30e02.png", - "name": "Boo - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a30e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Flip", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03ff0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03ff0001-00f40502.png", - "name": "Flip", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f40502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Hazel", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04ef0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04ef0001-013b0502.png", - "name": "Hazel", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "013b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bubbles", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03920001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03920001-01270502.png", - "name": "Bubbles", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01270502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Elmer", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03a70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03a70001-01a10502.png", - "name": "Elmer", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a10502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Boots", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02c50001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02c50001-03080502.png", - "name": "Boots", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03080502", - "type": "Card" - }, - { - "amiiboSeries": "Skylanders", - "character": "Bowser", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Chain Chomp weapon", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - }, - { - "Usage": "Make Fury Bowser appear (in Bowser's Fury mode)", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "0005ff00", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0005ff00-023a0702.png", - "name": "Hammer Slam Bowser", - "release": { - "au": "2015-09-24", - "eu": "2015-09-25", - "jp": null, - "na": "2015-09-20" - }, - "tail": "023a0702", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bea", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02f40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02f40001-03050502.png", - "name": "Bea", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03050502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Boone", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "036b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_036b0001-018b0502.png", - "name": "Boone", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "018b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Wardell", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a080001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a080001-03bd0502.png", - "name": "Wardell", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03bd0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Petri", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a160001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a160001-03cd0502.png", - "name": "Petri", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03cd0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ace", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a1b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a1b0001-03d20502.png", - "name": "Ace", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03d20502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mii", - "gameSeries": "Mii", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07c00100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07c00100-00220002.png", - "name": "Mii Swordfighter", - "release": { - "au": "2015-09-26", - "eu": "2015-09-25", - "jp": "2015-09-10", - "na": "2015-11-01" - }, - "tail": "00220002", - "type": "Figure" - }, - { - "amiiboSeries": "Yu-Gi-Oh!", - "character": "Gakuto S\u014dgetsu", - "gameSeries": "Yu-Gi-Oh!", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive items/bonuses", - "write": false - } - ], - "gameID": [ - "01003C101454A000" - ], - "gameName": "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale" - } - ], - "head": "38420001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38420001-04261902.png", - "name": "Gakuto S\u014dgetsu", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2021-08-12" - }, - "tail": "04261902", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Terry", - "gameSeries": "Fatal Fury", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "3c800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_3c800000-03a40002.png", - "name": "Terry", - "release": { - "au": "2021-03-26", - "eu": "2021-03-26", - "jp": "2021-03-26", - "na": "2021-03-26" - }, - "tail": "03a40002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Daisy", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c30501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c30501-027c0e02.png", - "name": "Daisy - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "027c0e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Snake", - "gameSeries": "Metal Gear Solid", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "37800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_37800000-038a0002.png", - "name": "Snake", - "release": { - "au": "2019-09-20", - "eu": "2019-09-20", - "jp": "2019-09-20", - "na": "2019-09-20" - }, - "tail": "038a0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Franklin", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01ae0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01ae0001-011b0502.png", - "name": "Franklin", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "011b0502", - "type": "Card" - }, - { - "amiiboSeries": "Pokemon", - "character": "Detective Pikachu", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1d010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1d010000-03750d02.png", - "name": "Detective Pikachu", - "release": { - "au": "2018-03-24", - "eu": "2018-03-23", - "jp": "2018-03-23", - "na": "2018-03-23" - }, - "tail": "03750d02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Hopper", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04620001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04620001-00f60502.png", - "name": "Hopper", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f60502", - "type": "Card" - }, - { - "amiiboSeries": "Monster Hunter Rise", - "character": "Palamute", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock special layered armor / Enter daily lottery for a variety of useful items", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hunter Sticker Set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - } - ], - "head": "350a0100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_350a0100-042c1802.png", - "name": "Palamute", - "release": { - "au": "2022-06-30", - "eu": "2022-06-30", - "jp": "2022-06-30", - "na": "2022-06-30" - }, - "tail": "042c1802", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Colton", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03af0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03af0001-012c0502.png", - "name": "Colton", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "012c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Phoebe", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04400001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04400001-00ca0502.png", - "name": "Phoebe", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ca0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ursala", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "021c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_021c0001-02f70502.png", - "name": "Ursala", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gayle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02ca0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02ca0001-01ca0502.png", - "name": "Gayle", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01ca0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Daisy", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00130000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00130000-037a0002.png", - "name": "Daisy", - "release": { - "au": "2019-04-12", - "eu": "2019-04-12", - "jp": "2019-04-12", - "na": "2019-04-12" - }, - "tail": "037a0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lucy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "047c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_047c0001-01a00502.png", - "name": "Lucy", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a00502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sylvana", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04eb0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04eb0001-02f00502.png", - "name": "Sylvana", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f00502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Billy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03580001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03580001-02fa0502.png", - "name": "Billy", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02fa0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tutu", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "021b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_021b0001-00800502.png", - "name": "Tutu", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00800502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Niko", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a070001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a070001-03bc0502.png", - "name": "Niko", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03bc0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Grizzly", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "021d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_021d0001-01cd0502.png", - "name": "Grizzly", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01cd0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810001-00440502.png", - "name": "Isabelle", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00440502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Hopkins", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04a20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04a20001-02e80502.png", - "name": "Hopkins", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02e80502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Scoot", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03110001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03110001-00d60502.png", - "name": "Scoot", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sydney", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03bf0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03bf0001-01bc0502.png", - "name": "Sydney", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01bc0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Candi", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04140001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04140001-030a0502.png", - "name": "Candi", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "030a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "\u00c9toile", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04d30101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04d30101-031b0502.png", - "name": "\u00c9toile", - "release": { - "au": null, - "eu": "2016-11-25", - "jp": "2016-11-03", - "na": null - }, - "tail": "031b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Axel", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03290001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03290001-009d0502.png", - "name": "Axel", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "009d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rowan", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04fb0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04fb0001-01c60502.png", - "name": "Rowan", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rosie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "025f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_025f0001-01d70502.png", - "name": "Rosie - Amiibo Festival", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "01d70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kicks", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01940000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01940000-024a0502.png", - "name": "Kicks", - "release": { - "au": "2016-01-30", - "eu": "2016-01-29", - "jp": "2015-12-17", - "na": "2016-01-22" - }, - "tail": "024a0502", - "type": "Figure" - }, - { - "amiiboSeries": "Monster Hunter", - "character": "One-Eyed Rathalos", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Monster Hunter Stories 2 sticker set", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based monstie egg", - "write": false - } - ], - "gameID": [ - "010069301B1D4000" - ], - "gameName": "Monster Hunter Stories" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hakum Rider Outfit layered armor set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - } - ], - "head": "35000200", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35000200-02e20f02.png", - "name": "One-Eyed Rathalos and Rider - Female", - "release": { - "au": null, - "eu": null, - "jp": "2016-10-08", - "na": null - }, - "tail": "02e20f02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Copper", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "019d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_019d0001-00ac0502.png", - "name": "Copper", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ac0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Admiral", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - } - ], - "head": "02330001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02330001-03060502.png", - "name": "Admiral", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03060502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cranston", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "043c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_043c0001-01cb0502.png", - "name": "Cranston", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01cb0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Wolf", - "gameSeries": "Star Fox", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05840000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05840000-037e0002.png", - "name": "Wolf", - "release": { - "au": "2018-12-07", - "eu": "2018-12-07", - "jp": "2018-12-07", - "na": "2018-12-07" - }, - "tail": "037e0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Apple", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "037f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_037f0001-01aa0502.png", - "name": "Apple", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01aa0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Resetti", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "018e0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018e0000-02490502.png", - "name": "Resetti", - "release": { - "au": "2016-01-30", - "eu": "2016-01-29", - "jp": "2015-12-17", - "na": "2016-01-22" - }, - "tail": "02490502", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Daisy", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c30101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c30101-02780e02.png", - "name": "Daisy - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02780e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Pikachu", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "19190000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_19190000-00090002.png", - "name": "Pikachu", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00090002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Monty", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03fd0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03fd0001-01580502.png", - "name": "Monty", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01580502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Snooty", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02060001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02060001-03120502.png", - "name": "Snooty", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03120502", - "type": "Card" - }, - { - "amiiboSeries": "Yoshi's Woolly World", - "character": "Yoshi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00030102", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00030102-023e0302.png", - "name": "Mega Yarn Yoshi", - "release": { - "au": "2015-11-28", - "eu": "2015-11-27", - "jp": "2015-12-10", - "na": "2015-11-15" - }, - "tail": "023e0302", - "type": "Yarn" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Plucky", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02a30001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02a30001-02ff0502.png", - "name": "Plucky", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02ff0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Genji", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "049c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_049c0001-01400502.png", - "name": "Genji", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01400502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Timmy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01850001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01850001-004b0502.png", - "name": "Timmy", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "004b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ketchup", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03140001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03140001-02f40502.png", - "name": "Ketchup", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f40502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Midna", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Bring Wolf Link into the game as a partner character", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01030000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01030000-024f0902.png", - "name": "Midna & Wolf Link", - "release": { - "au": "2016-03-05", - "eu": "2016-03-04", - "jp": "2016-03-10", - "na": "2016-03-04" - }, - "tail": "024f0902", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Luigi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00010000-000c0002.png", - "name": "Luigi", - "release": { - "au": "2014-12-12", - "eu": "2014-12-19", - "jp": "2014-12-06", - "na": "2014-12-14" - }, - "tail": "000c0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Label", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01890101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01890101-03b10502.png", - "name": "Label", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b10502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Steve", - "gameSeries": "Minecraft", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "3dc00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_3dc00000-04220002.png", - "name": "Steve", - "release": { - "au": "2022-09-09", - "eu": "2022-09-09", - "jp": "2022-09-09", - "na": "2022-09-09" - }, - "tail": "04220002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Timmy & Tommy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - }, - { - "Usage": "Unlock Timmy & Tommy's shop early", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01840000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01840000-024d0502.png", - "name": "Timmy & Tommy", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-03-24", - "na": "2016-03-18" - }, - "tail": "024d0502", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Marth", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21000000-000b0002.png", - "name": "Marth", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "000b0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Porter", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01950001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01950001-00b00502.png", - "name": "Porter", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b00502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Yoshi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00030000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00030000-00370102.png", - "name": "Yoshi", - "release": { - "au": "2015-03-21", - "eu": "2015-03-20", - "jp": "2015-03-12", - "na": "2015-03-20" - }, - "tail": "00370102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Derwin", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "030f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_030f0001-016d0502.png", - "name": "Derwin", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "016d0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "R.O.B.", - "gameSeries": "Classic Nintendo", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07810000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07810000-002e0002.png", - "name": "R.O.B. - Famicom", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2015-10-29", - "na": "2016-03-18" - }, - "tail": "002e0002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Cloud Strife", - "gameSeries": "Final Fantasy", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "36000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_36000100-03620002.png", - "name": "Cloud - Player 2", - "release": { - "au": "2017-07-22", - "eu": "2017-07-21", - "jp": "2017-07-21", - "na": "2017-07-21" - }, - "tail": "03620002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Olaf", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02090001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02090001-019f0502.png", - "name": "Olaf", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "019f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rhonda", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04b30001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04b30001-00dd0502.png", - "name": "Rhonda", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00dd0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Waluigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c60401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c60401-028a0e02.png", - "name": "Waluigi - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "028a0e02", - "type": "Card" - }, - { - "amiiboSeries": "Fire Emblem", - "character": "Chrom", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon", - "write": false - }, - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21080000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21080000-036f1202.png", - "name": "Chrom", - "release": { - "au": "2017-10-20", - "eu": "2017-10-20", - "jp": "2017-09-28", - "na": "2017-10-20" - }, - "tail": "036f1202", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Birdo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ce0401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ce0401-02b20e02.png", - "name": "Birdo - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b20e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Wario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c50401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c50401-02850e02.png", - "name": "Wario - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02850e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cesar", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03690001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03690001-00d30502.png", - "name": "Cesar", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d30502", - "type": "Card" - }, - { - "amiiboSeries": "Others", - "character": "Solaire of Astora", - "gameSeries": "Dark Souls", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock and perform the \u201cPraise the Sun\u201d gesture", - "write": false - } - ], - "gameID": [ - "01004AB00A260000" - ], - "gameName": "Dark Souls: Remastered" - } - ], - "head": "33800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_33800000-03781402.png", - "name": "Solaire of Astora", - "release": { - "au": "2018-10-19", - "eu": "2018-10-19", - "jp": "2018-10-18", - "na": "2018-10-19" - }, - "tail": "03781402", - "type": "Figure" - }, - { - "amiiboSeries": "Yu-Gi-Oh!", - "character": "Roa Kirishima", - "gameSeries": "Yu-Gi-Oh!", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive items/bonuses", - "write": false - } - ], - "gameID": [ - "01003C101454A000" - ], - "gameName": "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale" - } - ], - "head": "38440001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38440001-04281902.png", - "name": "Roa Kirishima", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2021-08-12" - }, - "tail": "04281902", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pinky", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02150001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02150001-01820502.png", - "name": "Pinky", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01820502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Olive", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02860001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02860001-03130502.png", - "name": "Olive", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03130502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Ice Climbers", - "gameSeries": "Classic Nintendo", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "078f0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_078f0000-03810002.png", - "name": "Ice Climbers", - "release": { - "au": "2019-02-15", - "eu": "2019-02-15", - "jp": "2019-02-15", - "na": "2019-02-15" - }, - "tail": "03810002", - "type": "Figure" - }, - { - "amiiboSeries": "Yu-Gi-Oh!", - "character": "Asana Mutsuba", - "gameSeries": "Yu-Gi-Oh!", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive items/bonuses", - "write": false - } - ], - "gameID": [ - "01003C101454A000" - ], - "gameName": "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale" - } - ], - "head": "38460001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38460001-042a1902.png", - "name": "Asana Mutsuba", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2021-08-12" - }, - "tail": "042a1902", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tom Nook", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01830101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01830101-010e0502.png", - "name": "Tom Nook - Jacket", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "010e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Anicotti", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04160001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04160001-00fb0502.png", - "name": "Anicotti", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00fb0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c00101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c00101-02690e02.png", - "name": "Mario - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02690e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Croque", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03490001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03490001-018d0502.png", - "name": "Croque", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "018d0502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Daruk", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Black Cat Clothes", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01050000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01050000-03580902.png", - "name": "Daruk", - "release": { - "au": "2017-11-10", - "eu": "2017-11-10", - "jp": "2017-11-10", - "na": "2017-11-10" - }, - "tail": "03580902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chops", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04860001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04860001-00fc0502.png", - "name": "Chops", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00fc0502", - "type": "Card" - }, - { - "amiiboSeries": "Shovel Knight", - "character": "Shovel Knight", - "gameSeries": "Shovel Knight", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock boss fight against Shovel Knight", - "write": false - } - ], - "gameID": [ - "0100192003FA4000" - ], - "gameName": "Azure Striker Gunvolt: Striker Pack" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a fairy companion and player color palette matching the character", - "write": false - } - ], - "gameID": [ - "01008D100DE46000" - ], - "gameName": "Cyber Shadow" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific Shovel Knight remix immediately", - "write": false - } - ], - "gameID": [ - "0100830008426000" - ], - "gameName": "Just Shapes & Beats" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock Custom Knight, and save customizations to the amiibo (Shovel of Hope only)", - "write": true - }, - { - "Usage": "Unlock character-specific challenge stages, a character-based fairy companion, and costumes for the character", - "write": false - } - ], - "gameID": [ - "010057D0021E8000" - ], - "gameName": "Shovel Knight" - }, - { - "amiiboUsage": [ - { - "Usage": "Summon a fairy friend", - "write": false - } - ], - "gameID": [ - "0100B62017E68000" - ], - "gameName": "Shovel Knight Dig" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume for the character", - "write": false - } - ], - "gameID": [ - "0100B380022AE000" - ], - "gameName": "Shovel Knight Showdown" - } - ], - "head": "35c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35c00000-03920a02.png", - "name": "Shovel Knight - Gold Edition", - "release": { - "au": null, - "eu": "2019-12-10", - "jp": null, - "na": "2019-12-10" - }, - "tail": "03920a02", - "type": "Figure" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Bowser", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Chain Chomp weapon", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock Super Mario Odyssey-themed levels early", - "write": false - } - ], - "gameID": [ - "01009BF0072D4000" - ], - "gameName": "Captain Toad: Treasure Tracker" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - }, - { - "Usage": "Make Fury Bowser appear (in Bowser's Fury mode)", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Reveal regional coin locations", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00050000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00050000-03730102.png", - "name": "Bowser - Wedding", - "release": { - "au": "2017-10-27", - "eu": "2017-10-27", - "jp": "2017-10-27", - "na": "2017-10-27" - }, - "tail": "03730102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "K.K. Slider", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01820101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01820101-00460502.png", - "name": "DJ KK", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00460502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Saharah", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a60001-03b70502.png", - "name": "Saharah", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Jitters", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02310001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02310001-006a0502.png", - "name": "Jitters", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "006a0502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Mipha", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Black Cat Clothes", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01070000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01070000-035a0902.png", - "name": "Mipha", - "release": { - "au": "2017-11-10", - "eu": "2017-11-10", - "jp": "2017-11-10", - "na": "2017-11-10" - }, - "tail": "035a0902", - "type": "Figure" - }, - { - "amiiboSeries": "Monster Hunter", - "character": "Tsukino", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Monster Hunter Stories 2 sticker set", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume for Navirou", - "write": false - } - ], - "gameID": [ - "010069301B1D4000" - ], - "gameName": "Monster Hunter Stories" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific special layered armor set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - } - ], - "head": "35070000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35070000-040e0f02.png", - "name": "Tsukino", - "release": { - "au": "2021-07-09", - "eu": "2021-07-09", - "jp": "2021-07-09", - "na": "2021-07-09" - }, - "tail": "040e0f02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Coach", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02510001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02510001-00c10502.png", - "name": "Coach", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c10502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Erik", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02df0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02df0001-01910502.png", - "name": "Erik", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01910502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tammi", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03fc0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03fc0001-01470502.png", - "name": "Tammi", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01470502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gigi", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03480001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03480001-006b0502.png", - "name": "Gigi", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "006b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Biskit", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02ed0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02ed0001-015a0502.png", - "name": "Biskit", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "015a0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Ken", - "gameSeries": "Street fighter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "34c10000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_34c10000-03890002.png", - "name": "Ken", - "release": { - "au": "2019-04-12", - "eu": "2019-04-12", - "jp": "2019-04-12", - "na": "2019-04-12" - }, - "tail": "03890002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sable", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01870001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01870001-00470502.png", - "name": "Sable", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00470502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Brewster", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01900001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01900001-01710502.png", - "name": "Brewster", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01710502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lyman", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03c50001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03c50001-015c0502.png", - "name": "Lyman", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "015c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cyrano", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02000001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02000001-00a10502.png", - "name": "Cyrano", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00a10502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Broccolo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04180001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04180001-00d80502.png", - "name": "Broccolo", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d80502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Winnie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03a90001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03a90001-00710502.png", - "name": "Winnie", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00710502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Midge", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02350001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02350001-00840502.png", - "name": "Midge", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00840502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cally", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04e80001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04e80001-01ce0502.png", - "name": "Cally", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01ce0502", - "type": "Card" - }, - { - "amiiboSeries": "Monster Hunter", - "character": "Qurupeco", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Monster Hunter Stories 2 sticker set", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based monstie egg", - "write": false - } - ], - "gameID": [ - "010069301B1D4000" - ], - "gameName": "Monster Hunter Stories" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hakum Rider Outfit layered armor set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - } - ], - "head": "35040100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35040100-02e60f02.png", - "name": "Qurupeco and Dan", - "release": { - "au": null, - "eu": null, - "jp": "2016-12-08", - "na": null - }, - "tail": "02e60f02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Vladimir", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02830001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02830001-00c70502.png", - "name": "Vladimir", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Leopold", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03ea0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03ea0001-030b0502.png", - "name": "Leopold", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "030b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Maelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "030a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_030a0001-01c70502.png", - "name": "Maelle", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c70502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Callie", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08010000-025d0402.png", - "name": "Callie", - "release": { - "au": "2016-07-09", - "eu": "2016-07-08", - "jp": "2016-07-07", - "na": "2016-07-08" - }, - "tail": "025d0402", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Callie", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08010000-04360402.png", - "name": "Callie - Alterna", - "release": { - "au": "2024-09-05", - "eu": "2024-09-05", - "jp": "2024-09-05", - "na": "2024-09-05" - }, - "tail": "04360402", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Toby", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04a80101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04a80101-031e0502.png", - "name": "Toby", - "release": { - "au": null, - "eu": "2016-11-25", - "jp": "2016-11-03", - "na": null - }, - "tail": "031e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Coco", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04960001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04960001-00d90502.png", - "name": "Coco", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d90502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sprocket", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04390001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04390001-03110502.png", - "name": "Sprocket", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03110502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Jack", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01ad0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01ad0001-00b80502.png", - "name": "Jack", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b80502", - "type": "Card" - }, - { - "amiiboSeries": "Power Pros", - "character": "Pawapuro", - "gameSeries": "Power Pros", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive in-game items and power-ups / Save items to your card after playing with friends to bring them home", - "write": true - } - ], - "gameID": [ - "0100E9C00BF28000" - ], - "gameName": "Jikkyou Powerful Pro Baseball" - } - ], - "head": "38000001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38000001-03931702.png", - "name": "Pawapuro", - "release": { - "au": null, - "eu": null, - "jp": "2019-06-27", - "na": null - }, - "tail": "03931702", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Banjo", - "gameSeries": "Banjo Kazooie", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "3b400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_3b400000-03a30002.png", - "name": "Banjo & Kazooie", - "release": { - "au": "2021-03-26", - "eu": "2021-03-26", - "jp": "2021-03-26", - "na": "2021-03-26" - }, - "tail": "03a30002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sylvia", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03d70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03d70001-01b40502.png", - "name": "Sylvia", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b40502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Whitney", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "050e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_050e0001-00d70502.png", - "name": "Whitney", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Redd", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a80101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a80101-017e0502.png", - "name": "Redd - Shirt", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "017e0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Min Min", - "gameSeries": "ARMS", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "0a400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a400000-041d0002.png", - "name": "Min Min", - "release": { - "au": "2022-04-29", - "eu": "2022-04-29", - "jp": "2022-04-29", - "na": "2022-04-29" - }, - "tail": "041d0002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c20101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c20101-02730e02.png", - "name": "Peach - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02730e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sherb", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a090001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a090001-03c00502.png", - "name": "Sherb", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c00502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Stinky", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "026a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_026a0001-01460502.png", - "name": "Stinky", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01460502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Francine", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04a00001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04a00001-016e0502.png", - "name": "Francine", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "016e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Roald", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04600001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04600001-00a50502.png", - "name": "Roald", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00a50502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Boo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cb0501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cb0501-02a40e02.png", - "name": "Boo - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a40e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Monique", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02680001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02680001-007d0502.png", - "name": "Monique", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "007d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tybalt", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04fc0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04fc0001-02ee0502.png", - "name": "Tybalt", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02ee0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Melba", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03be0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03be0001-01980502.png", - "name": "Melba", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01980502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c10101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c10101-026e0e02.png", - "name": "Luigi - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "026e0e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Chrom", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon", - "write": false - }, - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21080000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21080000-03880002.png", - "name": "Chrom", - "release": { - "au": "2019-11-15", - "eu": "2019-11-15", - "jp": "2019-11-08", - "na": "2019-11-15" - }, - "tail": "03880002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Meta Knight", - "gameSeries": "Kirby", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive star coins and a boost item", - "write": false - } - ], - "gameID": [ - "01004D300C5AE000" - ], - "gameName": "Kirby and the Forgotten Land" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive two Picture Pieces, a Maxim Tomato, and two Point Stars", - "write": false - } - ], - "gameID": [ - "01007E3006DDA000" - ], - "gameName": "Kirby Star Allies" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive more useful items", - "write": false - } - ], - "gameID": [ - "01006B601380E000" - ], - "gameName": "Kirby's Return to Dream Land Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Kirby-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive 10 Fragments", - "write": false - } - ], - "gameID": [ - "01003FB00C5A8000" - ], - "gameName": "Super Kirby Clash" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1f010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1f010000-00270002.png", - "name": "Meta Knight", - "release": { - "au": "2015-01-29", - "eu": "2015-02-20", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00270002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Nibbles", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04e10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04e10001-01be0502.png", - "name": "Nibbles", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01be0502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Marie", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08020000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08020000-025e0402.png", - "name": "Marie", - "release": { - "au": "2016-07-09", - "eu": "2016-07-08", - "jp": "2016-07-07", - "na": "2016-07-08" - }, - "tail": "025e0402", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Marie", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08020000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08020000-04370402.png", - "name": "Marie - Alterna", - "release": { - "au": "2024-09-05", - "eu": "2024-09-05", - "jp": "2024-09-05", - "na": "2024-09-05" - }, - "tail": "04370402", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Marty", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "028f0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_028f0101-031a0502.png", - "name": "Marty", - "release": { - "au": null, - "eu": "2016-11-25", - "jp": "2016-11-03", - "na": null - }, - "tail": "031a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Spork/Crackle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "047d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_047d0001-012e0502.png", - "name": "Spork/Crackle", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "012e0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Boo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cb0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cb0101-02a00e02.png", - "name": "Boo - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a00e02", - "type": "Card" - }, - { - "amiiboSeries": "Shovel Knight", - "character": "King Knight", - "gameSeries": "Shovel Knight", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a fairy companion and player color palette matching the character", - "write": false - } - ], - "gameID": [ - "01008D100DE46000" - ], - "gameName": "Cyber Shadow" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific Shovel Knight remix immediately", - "write": false - } - ], - "gameID": [ - "0100830008426000" - ], - "gameName": "Just Shapes & Beats" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock character-specific challenge stages, a character-based fairy companion, and costumes for the character", - "write": false - } - ], - "gameID": [ - "010057D0021E8000" - ], - "gameName": "Shovel Knight" - }, - { - "amiiboUsage": [ - { - "Usage": "Summon a fairy friend", - "write": false - } - ], - "gameID": [ - "0100B62017E68000" - ], - "gameName": "Shovel Knight Dig" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume for the character", - "write": false - } - ], - "gameID": [ - "0100B380022AE000" - ], - "gameName": "Shovel Knight Showdown" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "35c30000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35c30000-036e0a02.png", - "name": "King Knight", - "release": { - "au": null, - "eu": "2019-12-10", - "jp": null, - "na": "2019-12-10" - }, - "tail": "036e0a02", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000300", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000300-00400402.png", - "name": "Inkling Squid", - "release": { - "au": "2015-05-30", - "eu": "2015-05-29", - "jp": "2015-05-28", - "na": "2015-05-29" - }, - "tail": "00400402", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Henry", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "034b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_034b0001-009f0502.png", - "name": "Henry", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "009f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Blathers", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01920000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01920000-02470502.png", - "name": "Blathers", - "release": { - "au": "2016-01-30", - "eu": "2016-01-29", - "jp": "2015-12-17", - "na": "2016-01-22" - }, - "tail": "02470502", - "type": "Figure" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Revali", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Black Cat Clothes", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01080000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01080000-035b0902.png", - "name": "Revali", - "release": { - "au": "2017-11-10", - "eu": "2017-11-10", - "jp": "2017-11-10", - "na": "2017-11-10" - }, - "tail": "035b0902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Timbra", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04cf0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04cf0001-00e10502.png", - "name": "Timbra", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e10502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ed", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03aa0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03aa0001-00e60502.png", - "name": "Ed", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sable", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01870001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01870001-03b00502.png", - "name": "Sable", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b00502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Keaton", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04530001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04530001-01040502.png", - "name": "Keaton", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01040502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Hugh", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "047b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_047b0001-00f50502.png", - "name": "Hugh", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f50502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Wart Jr.", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "033d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_033d0001-013a0502.png", - "name": "Wart Jr.", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "013a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kicks", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01940001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01940001-00aa0502.png", - "name": "Kicks", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00aa0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Shrunk", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01b10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01b10001-00b20502.png", - "name": "Shrunk", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b20502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Eugene", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03c60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03c60001-00930502.png", - "name": "Eugene", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00930502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pecan", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04e00001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04e00001-00f70502.png", - "name": "Pecan", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f70502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Lucario", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1ac00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1ac00000-00110002.png", - "name": "Lucario", - "release": { - "au": "2015-01-29", - "eu": "2015-01-23", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00110002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sparro", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "023f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_023f0001-01660502.png", - "name": "Sparro", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01660502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Zelda", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Blue Attire", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01010000-03520902.png", - "name": "Toon Zelda - The Wind Waker", - "release": { - "au": "2016-12-03", - "eu": "2016-12-02", - "jp": "2016-12-01", - "na": "2016-12-02" - }, - "tail": "03520902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810301-01700502.png", - "name": "Isabelle - Dress", - "release": { - "au": "2016-06-18", - "eu": "2016-06-17", - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01700502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kabuki", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02660001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02660001-00680502.png", - "name": "Kabuki", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00680502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Eloise", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03260001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03260001-01390502.png", - "name": "Eloise", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01390502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gala", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04850001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04850001-014c0502.png", - "name": "Gala", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "014c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tex", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "046b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_046b0001-01970502.png", - "name": "Tex", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01970502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Reese", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "018a0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018a0000-02450502.png", - "name": "Reese", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "02450502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bianca", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "05000001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05000001-00e70502.png", - "name": "Bianca", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e70502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - }, - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000000-00340102.png", - "name": "Mario", - "release": { - "au": "2015-03-21", - "eu": "2015-03-20", - "jp": "2015-03-12", - "na": "2015-03-20" - }, - "tail": "00340102", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mii", - "gameSeries": "Mii", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07c00200", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07c00200-00230002.png", - "name": "Mii Gunner", - "release": { - "au": "2015-09-26", - "eu": "2015-09-25", - "jp": "2015-09-10", - "na": "2015-11-01" - }, - "tail": "00230002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Peach", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock Super Mario Odyssey-themed levels early", - "write": false - } - ], - "gameID": [ - "01009BF0072D4000" - ], - "gameName": "Captain Toad: Treasure Tracker" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a life-up heart", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00020000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00020000-03720102.png", - "name": "Peach - Wedding", - "release": { - "au": "2017-10-27", - "eu": "2017-10-27", - "jp": "2017-10-27", - "na": "2017-10-27" - }, - "tail": "03720102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cephalobot", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a170001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a170001-03ce0502.png", - "name": "Cephalobot", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03ce0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gwen", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04640001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04640001-00c00502.png", - "name": "Gwen", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c00502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Donkey Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c70101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c70101-028c0e02.png", - "name": "Donkey Kong - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "028c0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kevin", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04870001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04870001-01bf0502.png", - "name": "Kevin", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01bf0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Blaire", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04de0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04de0001-00ce0502.png", - "name": "Blaire", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ce0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Wolfgang", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "050d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_050d0001-01420502.png", - "name": "Wolfgang", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01420502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Yoshi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c40301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c40301-027f0e02.png", - "name": "Yoshi - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "027f0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Resetti", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "018e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018e0001-00490502.png", - "name": "Resetti", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00490502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Peggy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04830001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04830001-01b00502.png", - "name": "Peggy", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b00502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Bring Epona into the game as a rideable horse", - "write": false - }, - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Bring Epona into the game as a rideable horse", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-034d0902.png", - "name": "Link - Twilight Princess", - "release": { - "au": "2017-06-24", - "eu": "2017-06-23", - "jp": "2017-06-23", - "na": "2017-06-23" - }, - "tail": "034d0902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Boyd", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "036e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_036e0001-02fb0502.png", - "name": "Boyd", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02fb0502", - "type": "Card" - }, - { - "amiiboSeries": "Monster Hunter", - "character": "One-Eyed Rathalos", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Monster Hunter Stories 2 sticker set", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based monstie egg", - "write": false - } - ], - "gameID": [ - "010069301B1D4000" - ], - "gameName": "Monster Hunter Stories" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hakum Rider Outfit layered armor set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - } - ], - "head": "35000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35000100-02e10f02.png", - "name": "One-Eyed Rathalos and Rider - Male", - "release": { - "au": null, - "eu": null, - "jp": "2016-10-08", - "na": null - }, - "tail": "02e10f02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gabi", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04990001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04990001-00df0502.png", - "name": "Gabi", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00df0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "T-Bone", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "024f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_024f0001-00810502.png", - "name": "T-Bone", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00810502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Wario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c50301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c50301-02840e02.png", - "name": "Wario - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02840e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Fox", - "gameSeries": "Star Fox", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a Star Fox costume", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05800000-00050002.png", - "name": "Fox", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00050002", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000300", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000300-02610402.png", - "name": "Inkling Squid - Orange", - "release": { - "au": "2016-07-09", - "eu": "2016-07-08", - "jp": "2016-07-07", - "na": "2016-07-08" - }, - "tail": "02610402", - "type": "Figure" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Ganon", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Black Cat Clothes", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01020100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01020100-041a0902.png", - "name": "Ganondorf - Tears of the Kingdom", - "release": { - "au": "2023-11-03", - "eu": "2023-11-03", - "jp": "2023-11-03", - "na": "2023-11-03" - }, - "tail": "041a0902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Boris", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04810001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04810001-02f10502.png", - "name": "Boris", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f10502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Antonio", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02010001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02010001-016a0502.png", - "name": "Antonio", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "016a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Murphy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02840001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02840001-02fe0502.png", - "name": "Murphy", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02fe0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Wade", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04680001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04680001-02f20502.png", - "name": "Wade", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f20502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Stitches", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02820001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02820001-01d60502.png", - "name": "Stitches - Amiibo Festival", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "01d60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pascal", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a40001-004d0502.png", - "name": "Pascal", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "004d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Wisp", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a060001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a060001-03ba0502.png", - "name": "Wisp", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03ba0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Fuchsia", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02dc0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02dc0001-00be0502.png", - "name": "Fuchsia", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00be0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Jigglypuff", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "19270000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_19270000-00260002.png", - "name": "Jigglypuff", - "release": { - "au": "2015-05-30", - "eu": "2015-05-29", - "jp": "2015-04-29", - "na": "2015-05-29" - }, - "tail": "00260002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tucker", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "032c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_032c0001-01480502.png", - "name": "Tucker", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01480502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-034b0902.png", - "name": "Link - Ocarina of Time", - "release": { - "au": "2016-12-03", - "eu": "2016-12-02", - "jp": "2016-12-01", - "na": "2016-12-02" - }, - "tail": "034b0902", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Boo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cb0201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cb0201-02a10e02.png", - "name": "Boo - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a10e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c20401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c20401-02760e02.png", - "name": "Peach - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02760e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Elvis", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03e70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03e70001-012a0502.png", - "name": "Elvis", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "012a0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Pichu", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "19ac0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_19ac0000-03850002.png", - "name": "Pichu", - "release": { - "au": "2019-07-19", - "eu": "2019-07-19", - "jp": "2019-07-19", - "na": "2019-07-19" - }, - "tail": "03850002", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Pearl", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08030000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08030000-03760402.png", - "name": "Pearl", - "release": { - "au": "2018-07-13", - "eu": "2018-07-13", - "jp": "2018-07-13", - "na": "2018-07-13" - }, - "tail": "03760402", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Pearl", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08030000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08030000-04380402.png", - "name": "Pearl - Side Order", - "release": { - "au": "2024-09-05", - "eu": "2024-09-05", - "jp": "2024-09-05", - "na": "2024-09-05" - }, - "tail": "04380402", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Shino", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a140001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a140001-03cb0502.png", - "name": "Shino", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03cb0502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-034c0902.png", - "name": "Link - Majora's Mask", - "release": { - "au": "2017-06-24", - "eu": "2017-06-23", - "jp": "2017-06-23", - "na": "2017-06-23" - }, - "tail": "034c0902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lottie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01c10101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01c10101-017a0502.png", - "name": "Lottie - Black Skirt And Bow", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "017a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Vivian", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "05130001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05130001-02e70502.png", - "name": "Vivian", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02e70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bettina", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "041b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_041b0001-00f10502.png", - "name": "Bettina", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f10502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Alex", - "gameSeries": "Minecraft", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "3dc10000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_3dc10000-04230002.png", - "name": "Alex", - "release": { - "au": "2022-09-09", - "eu": "2022-09-09", - "jp": "2022-09-09", - "na": "2022-09-09" - }, - "tail": "04230002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lyle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01aa0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01aa0001-00530502.png", - "name": "Lyle", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00530502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Walker", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02f00001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02f00001-00a70502.png", - "name": "Walker", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00a70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ozzie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03c10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03c10001-00bb0502.png", - "name": "Ozzie", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00bb0502", - "type": "Card" - }, - { - "amiiboSeries": "Skylanders", - "character": "Donkey Kong", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "0008ff00", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0008ff00-023b0702.png", - "name": "Turbo Charge Donkey Kong", - "release": { - "au": "2015-09-24", - "eu": "2015-09-25", - "jp": null, - "na": "2015-09-20" - }, - "tail": "023b0702", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sterling", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04520001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04520001-00730502.png", - "name": "Sterling", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00730502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810001-01d40502.png", - "name": "Isabelle - Character Parfait", - "release": { - "au": null, - "eu": null, - "jp": "2015-08-01", - "na": null - }, - "tail": "01d40502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Claude", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "049f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_049f0001-03010502.png", - "name": "Claude", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03010502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Goldie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02ea0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02ea0001-01d50502.png", - "name": "Goldie - Amiibo Festival", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "01d50502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Fauna", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02d60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02d60001-00560502.png", - "name": "Fauna", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00560502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ankha", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02700001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02700001-00ff0502.png", - "name": "Ankha", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ff0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gulliver", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a20001-03b90502.png", - "name": "Gulliver", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b90502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kid Cat", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02670001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02670001-01080502.png", - "name": "Kid Cat", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01080502", - "type": "Card" - }, - { - "amiiboSeries": "Yu-Gi-Oh!", - "character": "Romin Kirishima", - "gameSeries": "Yu-Gi-Oh!", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive items/bonuses", - "write": false - } - ], - "gameID": [ - "01003C101454A000" - ], - "gameName": "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale" - } - ], - "head": "38430001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38430001-04271902.png", - "name": "Romin Kirishima", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2021-08-12" - }, - "tail": "04271902", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Katt", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02720001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02720001-01860502.png", - "name": "Katt", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01860502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Piranha Plant", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00240000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00240000-038d0002.png", - "name": "Piranha Plant", - "release": { - "au": "2019-02-15", - "eu": "2019-02-15", - "jp": "2019-02-15", - "na": "2019-02-15" - }, - "tail": "038d0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rex", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03e80001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03e80001-02f50502.png", - "name": "Rex", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f50502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Beau", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02dd0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02dd0001-00ea0502.png", - "name": "Beau", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ea0502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Bokoblin", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Black Cat Clothes", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01410000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01410000-035c0902.png", - "name": "Bokoblin", - "release": { - "au": "2017-03-03", - "eu": "2017-03-03", - "jp": "2017-03-03", - "na": "2017-03-03" - }, - "tail": "035c0902", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Rosalina", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cf0201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cf0201-02b50e02.png", - "name": "Rosalina - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b50e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mewtwo", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "19960000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_19960000-023d0002.png", - "name": "Mewtwo", - "release": { - "au": "2015-10-24", - "eu": "2015-10-23", - "jp": "2015-10-29", - "na": "2015-11-13" - }, - "tail": "023d0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bertha", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03930001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03930001-00a00502.png", - "name": "Bertha", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00a00502", - "type": "Card" - }, - { - "amiiboSeries": "Pokemon", - "character": "Shadow Mewtwo", - "gameSeries": "Pokemon", - "gamesSwitch": [], - "head": "1d000001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1d000001-025c0d02.png", - "name": "Shadow Mewtwo", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-03-18", - "na": "2016-03-18" - }, - "tail": "025c0d02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Puck", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04650001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04650001-006e0502.png", - "name": "Puck", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "006e0502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Urbosa", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Black Cat Clothes", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01060000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01060000-03590902.png", - "name": "Urbosa", - "release": { - "au": "2017-11-10", - "eu": "2017-11-10", - "jp": "2017-11-10", - "na": "2017-11-10" - }, - "tail": "03590902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rosie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "025f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_025f0001-01c50502.png", - "name": "Rosie", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c50502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Byleth", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "210b0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_210b0000-03a50002.png", - "name": "Byleth", - "release": { - "au": "2021-03-26", - "eu": "2021-03-26", - "jp": "2021-03-26", - "na": "2021-03-26" - }, - "tail": "03a50002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Spike", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04b40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04b40001-030c0502.png", - "name": "Spike", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "030c0502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Shadow Link Plus Effect for Chamber Dungeons", - "write": false - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-03990902.png", - "name": "Link - Link's Awakening", - "release": { - "au": "2019-09-20", - "eu": "2019-09-20", - "jp": "2019-09-20", - "na": "2019-09-20" - }, - "tail": "03990902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Moose", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "041a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_041a0001-00e00502.png", - "name": "Moose", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e00502", - "type": "Card" - }, - { - "amiiboSeries": "8-bit Mario", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - }, - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000000-02390602.png", - "name": "8-Bit Mario Modern Color", - "release": { - "au": "2015-10-24", - "eu": "2015-10-23", - "jp": "2015-09-10", - "na": "2015-09-11" - }, - "tail": "02390602", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cobb", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04800001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04800001-008d0502.png", - "name": "Cobb", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "008d0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Diddy Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c80101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c80101-02910e02.png", - "name": "Diddy Kong - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02910e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Portia", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02ef0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02ef0001-00580502.png", - "name": "Portia", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00580502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Benedict", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "029a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_029a0001-00ee0502.png", - "name": "Benedict", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ee0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pudge", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02800001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02800001-00830502.png", - "name": "Pudge", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00830502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Jay", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "022d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_022d0001-00f20502.png", - "name": "Jay", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f20502", - "type": "Card" - }, - { - "amiiboSeries": "Shovel Knight", - "character": "Shovel Knight", - "gameSeries": "Shovel Knight", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock boss fight against Shovel Knight", - "write": false - } - ], - "gameID": [ - "0100192003FA4000" - ], - "gameName": "Azure Striker Gunvolt: Striker Pack" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a fairy companion and player color palette matching the character", - "write": false - } - ], - "gameID": [ - "01008D100DE46000" - ], - "gameName": "Cyber Shadow" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific Shovel Knight remix immediately", - "write": false - } - ], - "gameID": [ - "0100830008426000" - ], - "gameName": "Just Shapes & Beats" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock Custom Knight, and save customizations to the amiibo (Shovel of Hope only)", - "write": true - }, - { - "Usage": "Unlock character-specific challenge stages, a character-based fairy companion, and costumes for the character", - "write": false - } - ], - "gameID": [ - "010057D0021E8000" - ], - "gameName": "Shovel Knight" - }, - { - "amiiboUsage": [ - { - "Usage": "Summon a fairy friend", - "write": false - } - ], - "gameID": [ - "0100B62017E68000" - ], - "gameName": "Shovel Knight Dig" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume for the character", - "write": false - } - ], - "gameID": [ - "0100B380022AE000" - ], - "gameName": "Shovel Knight Showdown" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "35c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35c00000-02500a02.png", - "name": "Shovel Knight", - "release": { - "au": "2015-12-11", - "eu": "2016-01-08", - "jp": "2016-06-30", - "na": "2016-01-08" - }, - "tail": "02500a02", - "type": "Figure" - }, - { - "amiiboSeries": "Diablo", - "character": "Loot Goblin", - "gameSeries": "Diablo", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Summon a portal to Golden Greed's Domain", - "write": false - } - ], - "gameID": [ - "01001B300B9BE000" - ], - "gameName": "Diablo III: Eternal Collection" - } - ], - "head": "38c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38c00000-03911602.png", - "name": "Loot Goblin", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2018-12-21" - }, - "tail": "03911602", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tabby", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02690001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02690001-011f0502.png", - "name": "Tabby", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "011f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kody", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02810001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02810001-01200502.png", - "name": "Kody", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01200502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser Jr.", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ca0501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ca0501-029f0e02.png", - "name": "Bowser Jr. - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "029f0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Apollo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "044b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_044b0001-016c0502.png", - "name": "Apollo", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "016c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Timmy & Tommy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01840501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01840501-03a90502.png", - "name": "Timmy & Tommy", - "release": { - "au": "2021-10-05", - "eu": "2021-10-05", - "jp": "2021-10-05", - "na": "2021-10-05" - }, - "tail": "03a90502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Maple", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "027e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_027e0001-01690502.png", - "name": "Maple", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01690502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - }, - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000100-00190002.png", - "name": "Dr. Mario", - "release": { - "au": "2015-07-23", - "eu": "2015-07-17", - "jp": "2015-07-17", - "na": "2015-09-11" - }, - "tail": "00190002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cc0501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cc0501-02a90e02.png", - "name": "Baby Mario - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a90e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cd0301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cd0301-02ac0e02.png", - "name": "Baby Luigi - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02ac0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Annalisa", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02080001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02080001-00960502.png", - "name": "Annalisa", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00960502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tia", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "032d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_032d0001-00bc0502.png", - "name": "Tia", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00bc0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Yuka", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03bc0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03bc0001-008a0502.png", - "name": "Yuka", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "008a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tom Nook", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01830000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01830000-02420502.png", - "name": "Tom Nook", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "02420502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pate", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03090001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03090001-00c60502.png", - "name": "Pate", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c60502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Kirby", - "gameSeries": "Kirby", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive star coins and a boost item", - "write": false - } - ], - "gameID": [ - "01004D300C5AE000" - ], - "gameName": "Kirby and the Forgotten Land" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive two Picture Pieces, a Maxim Tomato, and two Point Stars", - "write": false - } - ], - "gameID": [ - "01007E3006DDA000" - ], - "gameName": "Kirby Star Allies" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive more useful items", - "write": false - } - ], - "gameID": [ - "01006B601380E000" - ], - "gameName": "Kirby's Return to Dream Land Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Kirby-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive 10 Fragments", - "write": false - } - ], - "gameID": [ - "01003FB00C5A8000" - ], - "gameName": "Super Kirby Clash" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1f000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1f000000-000a0002.png", - "name": "Kirby", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "000a0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Carmen", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04a40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04a40001-00d40502.png", - "name": "Carmen", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d40502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Phineas", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "019c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_019c0001-01730502.png", - "name": "Phineas", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01730502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lily", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03380001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03380001-011d0502.png", - "name": "Lily", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "011d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bob", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "025d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_025d0001-00550502.png", - "name": "Bob", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00550502", - "type": "Card" - }, - { - "amiiboSeries": "Monster Hunter", - "character": "Nabiru", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Monster Hunter Stories 2 sticker set", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based monstie egg", - "write": false - } - ], - "gameID": [ - "010069301B1D4000" - ], - "gameName": "Monster Hunter Stories" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hakum Rider Outfit layered armor set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - } - ], - "head": "35010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35010000-02e30f02.png", - "name": "Nabiru", - "release": { - "au": null, - "eu": null, - "jp": "2016-10-08", - "na": null - }, - "tail": "02e30f02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cyrus", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "018b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018b0001-01150502.png", - "name": "Cyrus", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01150502", - "type": "Card" - }, - { - "amiiboSeries": "Monster Hunter Rise", - "character": "Palamute", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock special layered armor / Enter daily lottery for a variety of useful items", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hunter Sticker Set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - } - ], - "head": "350a0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_350a0000-04111802.png", - "name": "Palamute", - "release": { - "au": "2021-03-26", - "eu": "2021-03-26", - "jp": "2021-03-26", - "na": "2021-03-26" - }, - "tail": "04111802", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810401-03aa0502.png", - "name": "Isabelle", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03aa0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Kazuya", - "gameSeries": "Tekken", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "33c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_33c00000-04200002.png", - "name": "Kazuya", - "release": { - "au": "2023-01-13", - "eu": "2023-01-13", - "jp": "2023-01-13", - "na": "2023-01-13" - }, - "tail": "04200002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Falco", - "gameSeries": "Star Fox", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a Star Fox costume", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05810000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05810000-001c0002.png", - "name": "Falco", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-05", - "na": "2015-11-20" - }, - "tail": "001c0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Savannah", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03a60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03a60001-00c80502.png", - "name": "Savannah", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c80502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Lucas", - "gameSeries": "Earthbound", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "22810000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_22810000-02510002.png", - "name": "Lucas", - "release": { - "au": "2016-01-30", - "eu": "2016-01-29", - "jp": "2015-12-17", - "na": "2016-01-30" - }, - "tail": "02510002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Phil", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "043d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_043d0001-007c0502.png", - "name": "Phil", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "007c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pete", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "019f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_019f0001-01110502.png", - "name": "Pete", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01110502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Graham", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03800001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03800001-01870502.png", - "name": "Graham", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01870502", - "type": "Card" - }, - { - "amiiboSeries": "Monster Hunter", - "character": "Barioth", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Monster Hunter Stories 2 sticker set", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based monstie egg", - "write": false - } - ], - "gameID": [ - "010069301B1D4000" - ], - "gameName": "Monster Hunter Stories" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hakum Rider Outfit layered armor set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - } - ], - "head": "35030100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35030100-02e50f02.png", - "name": "Barioth and Ayuria", - "release": { - "au": null, - "eu": null, - "jp": "2016-12-08", - "na": null - }, - "tail": "02e50f02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Freckles", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "030e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_030e0001-012f0502.png", - "name": "Freckles", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "012f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Roswell", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a1f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a1f0001-03d60502.png", - "name": "Roswell", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03d60502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Bowser", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Chain Chomp weapon", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - }, - { - "Usage": "Make Fury Bowser appear (in Bowser's Fury mode)", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Reveal regional coin locations", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00050000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00050000-00140002.png", - "name": "Bowser", - "release": { - "au": "2015-01-29", - "eu": "2015-01-23", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00140002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Benjamin", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02fa0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02fa0001-00970502.png", - "name": "Benjamin", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00970502", - "type": "Card" - }, - { - "amiiboSeries": "Metroid", - "character": "Samus", - "gameSeries": "Metroid", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Metroid-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Permanently increase health by 100", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Restore a random amount of health once per day", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05c00000-04121302.png", - "name": "Samus - Metroid Dread", - "release": { - "au": "2021-10-08", - "eu": "2021-11-05", - "jp": "2021-10-08", - "na": "2021-10-08" - }, - "tail": "04121302", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lopez", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02db0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02db0001-005e0502.png", - "name": "Lopez", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "005e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Willow", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04cc0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04cc0001-00a40502.png", - "name": "Willow", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00a40502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Jambette", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03450001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03450001-005f0502.png", - "name": "Jambette", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "005f0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Charizard", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "19060000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_19060000-00240002.png", - "name": "Charizard", - "release": { - "au": "2015-04-25", - "eu": "2015-04-24", - "jp": "2015-04-29", - "na": "2015-05-29" - }, - "tail": "00240002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mira", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04a70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04a70001-01a60502.png", - "name": "Mira", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a60502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000300", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000300-03a60102.png", - "name": "Mario - Cat", - "release": { - "au": "2021-02-12", - "eu": "2021-02-12", - "jp": "2021-02-12", - "na": "2021-02-12" - }, - "tail": "03a60102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Shrunk", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01b10101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01b10101-017b0502.png", - "name": "Shrunk - Loud Jacket", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "017b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Raymond", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a0f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a0f0001-03c60502.png", - "name": "Raymond", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ione", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a120001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a120001-03c90502.png", - "name": "Ione", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c90502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Molly", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03170001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03170001-00a60502.png", - "name": "Molly", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00a60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gracie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a90001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a90001-01760502.png", - "name": "Gracie", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01760502", - "type": "Card" - }, - { - "amiiboSeries": "Fire Emblem", - "character": "Tiki", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon", - "write": false - }, - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21090000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21090000-03701202.png", - "name": "Tiki", - "release": { - "au": "2017-10-20", - "eu": "2017-10-20", - "jp": "2017-09-28", - "na": "2017-10-20" - }, - "tail": "03701202", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Hans", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03730001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03730001-01340502.png", - "name": "Hans", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01340502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Nat", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "019b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_019b0001-00b60502.png", - "name": "Nat", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tommy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01860301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01860301-01750502.png", - "name": "Tommy - Suit", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01750502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mega Man", - "gameSeries": "Megaman", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive E Tanks and other useful in-game items", - "write": false - } - ], - "gameID": [ - "0100B0C0086B0000" - ], - "gameName": "Mega Man 11" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock 11 exclusive challenge stages designed by fans", - "write": false - } - ], - "gameID": [ - "01002D4007AE0000" - ], - "gameName": "Mega Man Legacy Collection" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock new platforming challenges", - "write": false - } - ], - "gameID": [ - "0100842008EC4000" - ], - "gameName": "Mega Man Legacy Collection 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "34800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_34800000-02580002.png", - "name": "Mega Man - Gold Edition", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2016-02-23" - }, - "tail": "02580002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Timmy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01850201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01850201-01170502.png", - "name": "Timmy - Full Apron", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01170502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Zelda", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Blue Attire", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01010000-04190902.png", - "name": "Zelda - Tears of the Kingdom", - "release": { - "au": "2023-11-03", - "eu": "2023-11-03", - "jp": "2023-11-03", - "na": "2023-11-03" - }, - "tail": "04190902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Felicity", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "026e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_026e0001-00ba0502.png", - "name": "Felicity", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ba0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gulliver", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a20001-017d0502.png", - "name": "Gulliver", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "017d0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Waluigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c60201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c60201-02880e02.png", - "name": "Waluigi - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02880e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Blathers", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01920001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01920001-010d0502.png", - "name": "Blathers", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "010d0502", - "type": "Card" - }, - { - "amiiboSeries": "Kirby", - "character": "Kirby", - "gameSeries": "Kirby", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive star coins and a boost item", - "write": false - } - ], - "gameID": [ - "01004D300C5AE000" - ], - "gameName": "Kirby and the Forgotten Land" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive two Picture Pieces, a Maxim Tomato, and two Point Stars", - "write": false - } - ], - "gameID": [ - "01007E3006DDA000" - ], - "gameName": "Kirby Star Allies" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive more useful items", - "write": false - } - ], - "gameID": [ - "01006B601380E000" - ], - "gameName": "Kirby's Return to Dream Land Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Kirby-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive 20 Fragments", - "write": false - } - ], - "gameID": [ - "01003FB00C5A8000" - ], - "gameName": "Super Kirby Clash" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1f000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1f000000-02540c02.png", - "name": "Kirby", - "release": { - "au": "2016-06-11", - "eu": "2016-06-10", - "jp": "2016-04-28", - "na": "2016-06-10" - }, - "tail": "02540c02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rodeo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "024b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_024b0001-01260502.png", - "name": "Rodeo", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01260502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cc0401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cc0401-02a80e02.png", - "name": "Baby Mario - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a80e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kitt", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03d10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03d10001-00c20502.png", - "name": "Kitt", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c20502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Prince", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03440001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03440001-00c50502.png", - "name": "Prince", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c50502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "K.K. Slider", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01820001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01820001-01d80502.png", - "name": "K. K. Slider - Pikopuri", - "release": { - "au": null, - "eu": null, - "jp": "2016-03-15", - "na": null - }, - "tail": "01d80502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Olimar", - "gameSeries": "Pikmin", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a Pikmin-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "06400100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_06400100-001e0002.png", - "name": "Olimar", - "release": { - "au": "2015-07-23", - "eu": "2015-07-17", - "jp": "2015-07-17", - "na": "2015-09-11" - }, - "tail": "001e0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Clyde", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03ae0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03ae0001-00870502.png", - "name": "Clyde", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00870502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ruby", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "049d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_049d0001-00ed0502.png", - "name": "Ruby", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ed0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Groucho", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "021a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_021a0001-00da0502.png", - "name": "Groucho", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00da0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "King Dedede", - "gameSeries": "Kirby", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive star coins and a boost item", - "write": false - } - ], - "gameID": [ - "01004D300C5AE000" - ], - "gameName": "Kirby and the Forgotten Land" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive two Picture Pieces, a Maxim Tomato, and two Point Stars", - "write": false - } - ], - "gameID": [ - "01007E3006DDA000" - ], - "gameName": "Kirby Star Allies" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive more useful items", - "write": false - } - ], - "gameID": [ - "01006B601380E000" - ], - "gameName": "Kirby's Return to Dream Land Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Kirby-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive 10 Fragments", - "write": false - } - ], - "gameID": [ - "01003FB00C5A8000" - ], - "gameName": "Super Kirby Clash" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1f020000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1f020000-00280002.png", - "name": "King Dedede", - "release": { - "au": "2015-01-29", - "eu": "2015-02-20", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00280002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Roy", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21040000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21040000-02520002.png", - "name": "Roy", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-04-28", - "na": "2016-03-18" - }, - "tail": "02520002", - "type": "Figure" - }, - { - "amiiboSeries": "Monster Hunter Rise", - "character": "Malzeno", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock special layered armor / Enter daily lottery for a variety of useful items", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - } - ], - "head": "350b0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_350b0000-042d1802.png", - "name": "Malzeno", - "release": { - "au": "2022-06-30", - "eu": "2022-06-30", - "jp": "2022-06-30", - "na": "2022-06-30" - }, - "tail": "042d1802", - "type": "Figure" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Super Mario Odyssey-themed levels early", - "write": false - } - ], - "gameID": [ - "01009BF0072D4000" - ], - "gameName": "Captain Toad: Treasure Tracker" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000000-03710102.png", - "name": "Mario - Wedding", - "release": { - "au": "2017-10-27", - "eu": "2017-10-27", - "jp": "2017-10-27", - "na": "2017-10-27" - }, - "tail": "03710102", - "type": "Figure" - }, - { - "amiiboSeries": "Yoshi's Woolly World", - "character": "Yoshi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00030102", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00030102-00430302.png", - "name": "Light Blue Yarn Yoshi", - "release": { - "au": "2015-06-25", - "eu": "2015-06-26", - "jp": "2015-07-16", - "na": "2015-10-16" - }, - "tail": "00430302", - "type": "Yarn" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Baabara", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04c60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04c60001-01670502.png", - "name": "Baabara", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01670502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mr. G&W", - "gameSeries": "Classic Nintendo", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07800000-002d0002.png", - "name": "Mr. Game & Watch", - "release": { - "au": "2015-09-26", - "eu": "2015-09-25", - "jp": "2015-10-29", - "na": "2015-09-25" - }, - "tail": "002d0002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Captain Falcon", - "gameSeries": "F-Zero", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "06000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_06000000-00120002.png", - "name": "Captain Falcon", - "release": { - "au": "2014-12-12", - "eu": "2014-12-19", - "jp": "2014-12-06", - "na": "2014-12-14" - }, - "tail": "00120002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Static", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04e50001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04e50001-01ad0502.png", - "name": "Static", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01ad0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rod", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04110001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04110001-01ab0502.png", - "name": "Rod", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01ab0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bitty", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03950001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03950001-02fc0502.png", - "name": "Bitty", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02fc0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Peach", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00020100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00020100-03a70102.png", - "name": "Peach - Cat", - "release": { - "au": "2021-02-12", - "eu": "2021-02-12", - "jp": "2021-02-12", - "na": "2021-02-12" - }, - "tail": "03a70102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Buzz", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "044e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_044e0001-03150502.png", - "name": "Buzz", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03150502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Blathers", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01920001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01920001-03ad0502.png", - "name": "Blathers", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03ad0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bonbon", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04a50001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04a50001-00740502.png", - "name": "Bonbon", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00740502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rolf", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04fa0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04fa0001-01680502.png", - "name": "Rolf", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01680502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Queenie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04360001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04360001-01940502.png", - "name": "Queenie", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01940502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Diana", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02de0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02de0001-009c0502.png", - "name": "Diana", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "009c0502", - "type": "Card" - }, - { - "amiiboSeries": "Power Pros", - "character": "Hayakawa", - "gameSeries": "Power Pros", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive in-game items and power-ups / Save items to your card after playing with friends to bring them home", - "write": true - } - ], - "gameID": [ - "0100E9C00BF28000" - ], - "gameName": "Jikkyou Powerful Pro Baseball" - } - ], - "head": "38030001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38030001-03961702.png", - "name": "Hayakawa", - "release": { - "au": null, - "eu": null, - "jp": "2019-06-27", - "na": null - }, - "tail": "03961702", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Alice", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03bd0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03bd0001-00f90502.png", - "name": "Alice", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f90502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Wario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00070000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00070000-02630102.png", - "name": "Wario", - "release": { - "au": "2016-10-08", - "eu": "2016-10-07", - "jp": "2016-10-20", - "na": "2016-11-04" - }, - "tail": "02630102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Paula", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "021e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_021e0001-01230502.png", - "name": "Paula", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01230502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Metal Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d00401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d00401-02bc0e02.png", - "name": "Metal Mario - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02bc0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Piper", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02320001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02320001-02ea0502.png", - "name": "Piper", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02ea0502", - "type": "Card" - }, - { - "amiiboSeries": "Kirby", - "character": "Meta Knight", - "gameSeries": "Kirby", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive star coins and a boost item", - "write": false - } - ], - "gameID": [ - "01004D300C5AE000" - ], - "gameName": "Kirby and the Forgotten Land" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive two Picture Pieces, a Maxim Tomato, and two Point Stars", - "write": false - } - ], - "gameID": [ - "01007E3006DDA000" - ], - "gameName": "Kirby Star Allies" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive more useful items", - "write": false - } - ], - "gameID": [ - "01006B601380E000" - ], - "gameName": "Kirby's Return to Dream Land Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Kirby-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive 20 Fragments", - "write": false - } - ], - "gameID": [ - "01003FB00C5A8000" - ], - "gameName": "Super Kirby Clash" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1f010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1f010000-02550c02.png", - "name": "Meta Knight", - "release": { - "au": "2016-06-11", - "eu": "2016-06-10", - "jp": "2016-04-28", - "na": "2016-06-10" - }, - "tail": "02550c02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ribbot", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03390001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03390001-01b10502.png", - "name": "Ribbot", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b10502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Hornsby", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04b60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04b60001-02ec0502.png", - "name": "Hornsby", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02ec0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Timmy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01850401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01850401-01790502.png", - "name": "Timmy - Suit", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01790502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Wilbur", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a010001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a010001-03ac0502.png", - "name": "Wilbur", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03ac0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ellie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "032a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_032a0001-03070502.png", - "name": "Ellie", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03070502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bluebear", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "027d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_027d0001-00630502.png", - "name": "Bluebear", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00630502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Bowser Jr.", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Chain Chomp weapon", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - }, - { - "Usage": "Unleash a powerful shockwave to knock out nearby enemies and blocks (in Bowser's Fury mode)", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00060000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00060000-00150002.png", - "name": "Bowser Jr.", - "release": { - "au": "2015-07-23", - "eu": "2015-07-17", - "jp": "2015-07-17", - "na": "2015-09-11" - }, - "tail": "00150002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Shulk", - "gameSeries": "Xenoblade Chronicles", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific weapon skin for characters using the Swordfighter Class", - "write": false - } - ], - "gameID": [ - "010074F013262000" - ], - "gameName": "Xenoblade Chronicles 3" - } - ], - "head": "22400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_22400000-002b0002.png", - "name": "Shulk", - "release": { - "au": "2015-01-29", - "eu": "2015-02-20", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "002b0002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Daisy", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - } - ], - "head": "00130000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00130000-02660102.png", - "name": "Daisy", - "release": { - "au": "2016-11-05", - "eu": "2016-11-04", - "jp": "2016-10-20", - "na": "2016-11-04" - }, - "tail": "02660102", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c90101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c90101-02960e02.png", - "name": "Bowser - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02960e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sally", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04e40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04e40001-01b60502.png", - "name": "Sally", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sasha", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a110001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a110001-03c80502.png", - "name": "Sasha", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c80502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Robin", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21030000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21030000-002a0002.png", - "name": "Robin", - "release": { - "au": "2015-04-25", - "eu": "2015-04-24", - "jp": "2015-04-29", - "na": "2015-05-29" - }, - "tail": "002a0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Patty", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02b10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02b10001-00690502.png", - "name": "Patty", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00690502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gloria", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03160001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03160001-01c00502.png", - "name": "Gloria", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c00502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "K.K. Slider", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01820001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01820001-00a80502.png", - "name": "K.K. Slider", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00a80502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Simon", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03fb0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03fb0001-01cf0502.png", - "name": "Simon", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01cf0502", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-04180902.png", - "name": "Link - Tears of the Kingdom", - "release": { - "au": "2023-05-12", - "eu": "2023-05-12", - "jp": "2023-05-12", - "na": "2023-05-12" - }, - "tail": "04180902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Papi", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03b00001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03b00001-01a90502.png", - "name": "Papi", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a90502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Dizzy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03240001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03240001-01890502.png", - "name": "Dizzy", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01890502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chow", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02170001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02170001-01b30502.png", - "name": "Chow", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tipper", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02b20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02b20001-00c40502.png", - "name": "Tipper", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00c40502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Leonardo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04fe0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04fe0001-00590502.png", - "name": "Leonardo", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00590502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000100-00160002.png", - "name": "Toon Link", - "release": { - "au": "2015-01-29", - "eu": "2015-01-23", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00160002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pango", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02020001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02020001-01030502.png", - "name": "Pango", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01030502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "R.O.B.", - "gameSeries": "Classic Nintendo", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07810000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07810000-00330002.png", - "name": "R.O.B. - NES", - "release": { - "au": "2015-09-26", - "eu": "2015-09-25", - "jp": null, - "na": "2015-09-25" - }, - "tail": "00330002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Pink Gold Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d10201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d10201-02bf0e02.png", - "name": "Pink Gold Peach - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02bf0e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "PAC-MAN", - "gameSeries": "Pac-man", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Pakku Mask", - "write": false - } - ], - "gameID": [ - "01002FC00412C000" - ], - "gameName": "Little Nightmares: Complete Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "33400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_33400000-00320002.png", - "name": "Pac-Man", - "release": { - "au": "2015-04-25", - "eu": "2015-04-24", - "jp": "2015-04-29", - "na": "2015-05-29" - }, - "tail": "00320002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Marlo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a150001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a150001-03cc0502.png", - "name": "Marlo", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03cc0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c10301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c10301-02700e02.png", - "name": "Luigi - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02700e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lottie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01c10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01c10001-00540502.png", - "name": "Lottie", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00540502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c20301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c20301-02750e02.png", - "name": "Peach - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02750e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Poncho", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "027f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_027f0001-00b90502.png", - "name": "Poncho", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b90502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mott", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03ec0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03ec0001-01830502.png", - "name": "Mott", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01830502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Zucker", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "042b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_042b0001-01af0502.png", - "name": "Zucker", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01af0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Nintendo World", - "character": "Daisy", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - } - ], - "head": "00130003", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00130003-039eff02.png", - "name": "Daisy - Power Up Band", - "release": { - "au": null, - "eu": null, - "jp": "2021-02-04", - "na": null - }, - "tail": "039eff02", - "type": "Band" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mega Man", - "gameSeries": "Megaman", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive E Tanks and other useful in-game items", - "write": false - } - ], - "gameID": [ - "0100B0C0086B0000" - ], - "gameName": "Mega Man 11" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock 11 exclusive challenge stages designed by fans", - "write": false - } - ], - "gameID": [ - "01002D4007AE0000" - ], - "gameName": "Mega Man Legacy Collection" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock new platforming challenges", - "write": false - } - ], - "gameID": [ - "0100842008EC4000" - ], - "gameName": "Mega Man Legacy Collection 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "34800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_34800000-00310002.png", - "name": "Mega Man", - "release": { - "au": "2015-01-29", - "eu": "2015-02-20", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00310002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gruff", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "035a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_035a0001-00850502.png", - "name": "Gruff", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00850502", - "type": "Card" - }, - { - "amiiboSeries": "Metroid", - "character": "Metroid", - "gameSeries": "Metroid", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Metroid-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Replenish a random amount of missiles once per day", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05c10000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05c10000-03661302.png", - "name": "Metroid", - "release": { - "au": "2017-09-16", - "eu": "2017-09-15", - "jp": "2017-09-15", - "na": "2017-09-15" - }, - "tail": "03661302", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pompom", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "030c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_030c0001-01b80502.png", - "name": "Pompom", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b80502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Celeste", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01930001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01930001-03ae0502.png", - "name": "Celeste", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03ae0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cashmere", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04c90001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04c90001-030d0502.png", - "name": "Cashmere", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "030d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Diva", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "034a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_034a0001-01430502.png", - "name": "Diva", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01430502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Truffles", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04790001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04790001-00920502.png", - "name": "Truffles", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00920502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Marina", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "042a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_042a0001-012d0502.png", - "name": "Marina", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "012d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Nana", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03fa0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03fa0001-00d00502.png", - "name": "Nana", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d00502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser Jr.", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ca0301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ca0301-029d0e02.png", - "name": "Bowser Jr. - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "029d0e02", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000200", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000200-02600402.png", - "name": "Inkling Boy - Purple", - "release": { - "au": "2016-07-09", - "eu": "2016-07-08", - "jp": "2016-07-07", - "na": "2016-07-08" - }, - "tail": "02600402", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Eunice", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04c70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04c70001-00940502.png", - "name": "Eunice", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00940502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c90501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c90501-029a0e02.png", - "name": "Bowser - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "029a0e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Donkey Kong", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00080000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00080000-00030002.png", - "name": "Donkey Kong", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00030002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Nintendo World", - "character": "Toad", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive an invincibility mushroom", - "write": false - } - ], - "gameID": [ - "01009BF0072D4000" - ], - "gameName": "Captain Toad: Treasure Tracker" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "000a0003", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_000a0003-03a0ff02.png", - "name": "Toad - Power Up Band", - "release": { - "au": null, - "eu": null, - "jp": "2021-02-04", - "na": null - }, - "tail": "03a0ff02", - "type": "Band" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rory", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03ed0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03ed0001-01a30502.png", - "name": "Rory", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Egbert", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "029b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_029b0001-00cb0502.png", - "name": "Egbert", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00cb0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - }, - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000000-00000002.png", - "name": "Mario", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00000002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Rosalina", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cf0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cf0101-02b40e02.png", - "name": "Rosalina - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b40e02", - "type": "Card" - }, - { - "amiiboSeries": "Legend Of Zelda", - "character": "Link", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Red Tunic", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01000000-034e0902.png", - "name": "Link - Skyward Sword", - "release": { - "au": "2017-06-24", - "eu": "2017-06-23", - "jp": "2017-06-23", - "na": "2017-06-23" - }, - "tail": "034e0902", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cheri", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02870001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02870001-005a0502.png", - "name": "Cheri", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "005a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tom Nook", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01830201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01830201-03a80502.png", - "name": "Tom Nook", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03a80502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c10501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c10501-02720e02.png", - "name": "Luigi - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02720e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Yoshi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c40101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c40101-027d0e02.png", - "name": "Yoshi - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "027d0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mathilda", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03d20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03d20001-00e50502.png", - "name": "Mathilda", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e50502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c00301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c00301-026b0e02.png", - "name": "Mario - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "026b0e02", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000300", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000300-036b0402.png", - "name": "Inkling Squid - Neon Purple", - "release": { - "au": "2017-07-21", - "eu": "2017-07-21", - "jp": "2017-07-21", - "na": "2017-07-21" - }, - "tail": "036b0402", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pietro", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04d20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04d20001-01a70502.png", - "name": "Pietro", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a70502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cc0301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cc0301-02a70e02.png", - "name": "Baby Mario - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a70e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Diddy Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c80201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c80201-02920e02.png", - "name": "Diddy Kong - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02920e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Drake", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03100001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03100001-00f80502.png", - "name": "Drake", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f80502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Dobie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "050f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_050f0001-03140502.png", - "name": "Dobie", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03140502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Peach", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a life-up heart", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00020000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00020000-00360102.png", - "name": "Peach", - "release": { - "au": "2015-03-21", - "eu": "2015-03-20", - "jp": "2015-03-12", - "na": "2015-03-20" - }, - "tail": "00360102", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Donkey Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c70201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c70201-028d0e02.png", - "name": "Donkey Kong - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "028d0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Zoe", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a1a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a1a0001-03d10502.png", - "name": "Zoe", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03d10502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tom Nook", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01830001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01830001-00450502.png", - "name": "Tom Nook", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00450502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Nan", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03570001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03570001-00eb0502.png", - "name": "Nan", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00eb0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Yoshi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c40201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c40201-027e0e02.png", - "name": "Yoshi - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "027e0e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Peach", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a life-up heart", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00020000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00020000-00010002.png", - "name": "Peach", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00010002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Waluigi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00140000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00140000-02670102.png", - "name": "Waluigi", - "release": { - "au": "2016-11-05", - "eu": "2016-11-04", - "jp": "2016-10-20", - "na": "2016-11-04" - }, - "tail": "02670102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "K.K. Slider", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01820001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01820001-03b20502.png", - "name": "K.K. Slider", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b20502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Victoria", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03a50001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03a50001-015b0502.png", - "name": "Victoria", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "015b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kitty", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "026b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_026b0001-00e90502.png", - "name": "Kitty", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e90502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rizzo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04150001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04150001-01bb0502.png", - "name": "Rizzo", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01bb0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Diddy Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c80401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c80401-02940e02.png", - "name": "Diddy Kong - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02940e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Agent S", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04e20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04e20001-01090502.png", - "name": "Agent S", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01090502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Greninja", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1b920000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1b920000-00250002.png", - "name": "Greninja", - "release": { - "au": "2015-05-30", - "eu": "2015-05-29", - "jp": "2015-04-29", - "na": "2015-05-29" - }, - "tail": "00250002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c20201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c20201-02740e02.png", - "name": "Peach - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02740e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Flora", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "043f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_043f0001-01550502.png", - "name": "Flora", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01550502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cole", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04a60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04a60001-00a30502.png", - "name": "Cole", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00a30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Octavian", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04290001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04290001-00700502.png", - "name": "Octavian", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00700502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Koopa Troopa", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Chain Chomp weapon", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00230000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00230000-03680102.png", - "name": "Koopa Troopa", - "release": { - "au": "2017-10-07", - "eu": "2017-10-06", - "jp": "2017-10-05", - "na": "2017-10-06" - }, - "tail": "03680102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Friga", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04630001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04630001-01310502.png", - "name": "Friga", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01310502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cousteau", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03420001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03420001-01280502.png", - "name": "Cousteau", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01280502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Don Resetti", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "018f0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018f0101-01190502.png", - "name": "Don Resetti - Without Hat", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01190502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tiansheng", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a130001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a130001-03ca0502.png", - "name": "Tiansheng", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03ca0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Becky", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02a20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02a20001-01ba0502.png", - "name": "Becky", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01ba0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Klaus", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02220001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02220001-01440502.png", - "name": "Klaus", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01440502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chadder", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "041e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_041e0001-015f0502.png", - "name": "Chadder", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "015f0502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000100-03690402.png", - "name": "Inkling Girl - Neon Pink", - "release": { - "au": "2017-07-21", - "eu": "2017-07-21", - "jp": "2017-07-21", - "na": "2017-07-21" - }, - "tail": "03690402", - "type": "Figure" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Goomba", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Chain Chomp weapon", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00150000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00150000-03670102.png", - "name": "Goomba", - "release": { - "au": "2017-10-07", - "eu": "2017-10-06", - "jp": "2017-10-05", - "na": "2017-10-06" - }, - "tail": "03670102", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Bayonetta", - "gameSeries": "Bayonetta", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Super Mirror and Super Mirror 64 and all the costumes they contain", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "32400100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_32400100-03640002.png", - "name": "Bayonetta - Player 2", - "release": { - "au": "2017-07-22", - "eu": "2017-07-21", - "jp": "2017-07-21", - "na": "2017-07-21" - }, - "tail": "03640002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000000-003c0102.png", - "name": "Mario - Gold Edition", - "release": { - "au": "2015-06-25", - "eu": null, - "jp": "2015-12-17", - "na": "2015-03-20" - }, - "tail": "003c0102", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Samus", - "gameSeries": "Metroid", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Metroid-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Restore a random amount of health once per day", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05c00100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05c00100-001d0002.png", - "name": "Zero Suit Samus", - "release": { - "au": "2015-07-04", - "eu": "2015-06-26", - "jp": "2015-06-11", - "na": "2015-09-11" - }, - "tail": "001d0002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Nintendo World", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - }, - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - } - ], - "head": "00000003", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000003-039bff02.png", - "name": "Mario - Power Up Band", - "release": { - "au": null, - "eu": null, - "jp": "2021-02-04", - "na": null - }, - "tail": "039bff02", - "type": "Band" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Pit", - "gameSeries": "Kid Icarus", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07400000-00100002.png", - "name": "Pit", - "release": { - "au": "2014-12-12", - "eu": "2014-12-19", - "jp": "2014-12-06", - "na": "2014-12-14" - }, - "tail": "00100002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Dotty", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04950001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04950001-01920502.png", - "name": "Dotty", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01920502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Katie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01b60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01b60001-00ae0502.png", - "name": "Katie", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ae0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Zelda", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Blue Attire", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01010100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01010100-00170002.png", - "name": "Sheik", - "release": { - "au": "2015-01-29", - "eu": "2015-01-23", - "jp": "2015-01-22", - "na": "2015-02-01" - }, - "tail": "00170002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Pink Gold Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d10501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d10501-02c20e02.png", - "name": "Pink Gold Peach - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02c20e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Jingle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01af0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01af0001-011c0502.png", - "name": "Jingle", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "011c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lolly", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "026f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_026f0001-01900502.png", - "name": "Lolly", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01900502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000100-025f0402.png", - "name": "Inkling Girl - Lime Green", - "release": { - "au": "2016-07-09", - "eu": "2016-07-08", - "jp": "2016-07-07", - "na": "2016-07-08" - }, - "tail": "025f0402", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Metal Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d00501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d00501-02bd0e02.png", - "name": "Metal Mario - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02bd0e02", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Octoling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08050200", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08050200-041b0402.png", - "name": "Octoling - Blue", - "release": { - "au": "2022-11-11", - "eu": "2022-11-11", - "jp": "2022-11-11", - "na": "2022-11-11" - }, - "tail": "041b0402", - "type": "Figure" - }, - { - "amiiboSeries": "Fire Emblem", - "character": "Alm", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21060000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21060000-03601202.png", - "name": "Alm", - "release": { - "au": "2017-05-20", - "eu": "2017-05-19", - "jp": "2017-04-20", - "na": "2017-05-19" - }, - "tail": "03601202", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Richter", - "gameSeries": "Castlevania", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "37c10000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_37c10000-038c0002.png", - "name": "Richter", - "release": { - "au": "2020-01-17", - "eu": "2020-01-17", - "jp": "2020-01-17", - "na": "2020-01-17" - }, - "tail": "038c0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Jeremiah", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "033f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_033f0001-008f0502.png", - "name": "Jeremiah", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "008f0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c90401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c90401-02990e02.png", - "name": "Bowser - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02990e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Booker", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "019e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_019e0001-00ad0502.png", - "name": "Booker", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ad0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lucky", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02ec0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02ec0001-01c40502.png", - "name": "Lucky", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c40502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "K.K. Slider", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01820000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01820000-02400502.png", - "name": "K. K. Slider", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "02400502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Luna", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01b50001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01b50001-00510502.png", - "name": "Luna", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00510502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Doc", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "049e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_049e0001-01b70502.png", - "name": "Doc", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Celia", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04540001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04540001-01ae0502.png", - "name": "Celia", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01ae0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Hippeux", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03990001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03990001-01c20502.png", - "name": "Hippeux", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c20502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cd0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cd0101-02aa0e02.png", - "name": "Baby Luigi - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02aa0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Poppy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04ec0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04ec0001-00770502.png", - "name": "Poppy", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00770502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tank", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04b20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04b20001-01b90502.png", - "name": "Tank", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b90502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lottie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01c10201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01c10201-03bb0502.png", - "name": "Lottie - Island", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03bb0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Marcel", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02f90001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02f90001-01020502.png", - "name": "Marcel", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01020502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Reese", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "018a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018a0001-00a90502.png", - "name": "Reese", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00a90502", - "type": "Card" - }, - { - "amiiboSeries": "Pikmin", - "character": "Pikmin", - "gameSeries": "Pikmin", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a Pikmin-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "06420000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_06420000-035f1102.png", - "name": "Pikmin", - "release": { - "au": "2017-07-29", - "eu": "2017-07-28", - "jp": "2017-07-13", - "na": "2017-07-28" - }, - "tail": "035f1102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Buck", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03a40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03a40001-014f0502.png", - "name": "Buck", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "014f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ricky", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04e70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04e70001-01320502.png", - "name": "Ricky", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01320502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cube", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04610001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04610001-01610502.png", - "name": "Cube", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01610502", - "type": "Card" - }, - { - "amiiboSeries": "Yu-Gi-Oh!", - "character": "Yuga Ohdo", - "gameSeries": "Yu-Gi-Oh!", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive items/bonuses", - "write": false - } - ], - "gameID": [ - "01003C101454A000" - ], - "gameName": "Yu-Gi-Oh! Rush Duel Saikyo Battle Royale" - } - ], - "head": "38400001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38400001-04241902.png", - "name": "Yuga Ohdo", - "release": { - "au": null, - "eu": null, - "jp": null, - "na": "2021-08-12" - }, - "tail": "04241902", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Birdo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ce0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ce0101-02af0e02.png", - "name": "Birdo - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02af0e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Daisy", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c30301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c30301-027a0e02.png", - "name": "Daisy - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "027a0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Astrid", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03d60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03d60001-01570502.png", - "name": "Astrid", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01570502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810100-023f0502.png", - "name": "Isabelle - Winter Outfit", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-11-21", - "na": "2015-11-13" - }, - "tail": "023f0502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Celeste", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01930000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01930000-02480502.png", - "name": "Celeste", - "release": { - "au": "2016-01-30", - "eu": "2016-01-29", - "jp": "2015-12-17", - "na": "2016-01-22" - }, - "tail": "02480502", - "type": "Figure" - }, - { - "amiiboSeries": "Yoshi's Woolly World", - "character": "Yoshi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00030102", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00030102-00420302.png", - "name": "Pink Yarn Yoshi", - "release": { - "au": "2015-06-25", - "eu": "2015-06-26", - "jp": "2015-07-16", - "na": "2015-10-16" - }, - "tail": "00420302", - "type": "Yarn" - }, - { - "amiiboSeries": "Power Pros", - "character": "Ganda", - "gameSeries": "Power Pros", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive in-game items and power-ups / Save items to your card after playing with friends to bring them home", - "write": true - } - ], - "gameID": [ - "0100E9C00BF28000" - ], - "gameName": "Jikkyou Powerful Pro Baseball" - } - ], - "head": "38040001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38040001-03971702.png", - "name": "Ganda", - "release": { - "au": null, - "eu": null, - "jp": "2019-06-27", - "na": null - }, - "tail": "03971702", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Daisy", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c30201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c30201-02790e02.png", - "name": "Daisy - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02790e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c90301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c90301-02980e02.png", - "name": "Bowser - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02980e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Boomer", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04690001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04690001-01640502.png", - "name": "Boomer", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01640502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Diddy Kong", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00090000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00090000-02650102.png", - "name": "Diddy Kong", - "release": { - "au": "2016-11-05", - "eu": "2016-11-04", - "jp": "2016-10-20", - "na": "2016-11-04" - }, - "tail": "02650102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Canberra", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03c40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03c40001-012b0502.png", - "name": "Canberra", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "012b0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Pink Gold Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d10401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d10401-02c10e02.png", - "name": "Pink Gold Peach - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02c10e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chief", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "050b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_050b0001-00990502.png", - "name": "Chief", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00990502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Inkling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08000200", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08000200-036a0402.png", - "name": "Inkling Boy - Neon Green", - "release": { - "au": "2017-07-21", - "eu": "2017-07-21", - "jp": "2017-07-21", - "na": "2017-07-21" - }, - "tail": "036a0402", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Biff", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03940001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03940001-00890502.png", - "name": "Biff", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00890502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Little Mac", - "gameSeries": "Punch Out", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "06c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_06c00000-000f0002.png", - "name": "Little Mac", - "release": { - "au": "2014-12-12", - "eu": "2014-12-19", - "jp": "2014-12-06", - "na": "2014-12-14" - }, - "tail": "000f0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Julian", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03b10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03b10001-00f00502.png", - "name": "Julian", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00f00502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Moe", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02650001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02650001-01540502.png", - "name": "Moe", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01540502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cc0201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cc0201-02a60e02.png", - "name": "Baby Mario - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a60e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Phyllis", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a10001-01100502.png", - "name": "Phyllis", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01100502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Megan", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a0a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a0a0001-03c10502.png", - "name": "Megan", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c10502", - "type": "Card" - }, - { - "amiiboSeries": "Yoshi's Woolly World", - "character": "Yoshi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00030102", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00030102-00410302.png", - "name": "Green Yarn Yoshi", - "release": { - "au": "2015-06-25", - "eu": "2015-06-26", - "jp": "2015-07-16", - "na": "2015-10-16" - }, - "tail": "00410302", - "type": "Yarn" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Maddie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02f30001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02f30001-02f90502.png", - "name": "Maddie", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02f90502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Wendy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04ce0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04ce0001-00db0502.png", - "name": "Wendy", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00db0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Peanut", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04dd0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04dd0001-00a20502.png", - "name": "Peanut", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00a20502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chabwick", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a190001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a190001-03d00502.png", - "name": "Chabwick", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03d00502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Leila", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01980001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01980001-00b10502.png", - "name": "Leila", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b10502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Pyra", - "gameSeries": "Xenoblade Chronicles", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific weapon skin for characters using the Swordfighter Class", - "write": false - } - ], - "gameID": [ - "010074F013262000" - ], - "gameName": "Xenoblade Chronicles 3" - } - ], - "head": "22410000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_22410000-041e0002.png", - "name": "Pyra", - "release": { - "au": "2023-07-21", - "eu": "2023-07-21", - "jp": "2023-07-21", - "na": "2023-07-21" - }, - "tail": "041e0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rilla", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03740101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03740101-03190502.png", - "name": "Rilla", - "release": { - "au": null, - "eu": "2016-11-25", - "jp": "2016-11-03", - "na": null - }, - "tail": "03190502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Villager", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special poster of the character", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01800000-00080002.png", - "name": "Villager", - "release": { - "au": "2014-11-29", - "eu": "2014-11-28", - "jp": "2014-12-06", - "na": "2014-11-21" - }, - "tail": "00080002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mabel", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01880001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01880001-03af0502.png", - "name": "Mabel", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03af0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tiffany", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "049b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_049b0001-00610502.png", - "name": "Tiffany", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00610502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser Jr.", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ca0401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ca0401-029e0e02.png", - "name": "Bowser Jr. - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "029e0e02", - "type": "Card" - }, - { - "amiiboSeries": "Kirby", - "character": "Waddle Dee", - "gameSeries": "Kirby", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive star coins and a boost item", - "write": false - } - ], - "gameID": [ - "01004D300C5AE000" - ], - "gameName": "Kirby and the Forgotten Land" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive two Picture Pieces, a Maxim Tomato, and two Point Stars", - "write": false - } - ], - "gameID": [ - "01007E3006DDA000" - ], - "gameName": "Kirby Star Allies" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive more useful items", - "write": false - } - ], - "gameID": [ - "01006B601380E000" - ], - "gameName": "Kirby's Return to Dream Land Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Kirby-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive 20 Fragments", - "write": false - } - ], - "gameID": [ - "01003FB00C5A8000" - ], - "gameName": "Super Kirby Clash" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1f030000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1f030000-02570c02.png", - "name": "Waddle Dee", - "release": { - "au": "2016-06-11", - "eu": "2016-06-10", - "jp": "2016-04-28", - "na": "2016-06-10" - }, - "tail": "02570c02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Del", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02c70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02c70001-01220502.png", - "name": "Del", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01220502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cookie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02f20001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02f20001-00cc0502.png", - "name": "Cookie", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00cc0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Donkey Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c70301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c70301-028e0e02.png", - "name": "Donkey Kong - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "028e0e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810000-037d0002.png", - "name": "Isabelle", - "release": { - "au": "2019-07-19", - "eu": "2019-07-19", - "jp": "2019-07-19", - "na": "2019-07-26" - }, - "tail": "037d0002", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Ryu", - "gameSeries": "Street fighter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "0100643002136000" - ], - "gameName": "Resident Evil Revelations" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a lot of BP / Receive better supplies (compared to other amiibo)", - "write": false - } - ], - "gameID": [ - "010095300212A000" - ], - "gameName": "Resident Evil Revelations 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "34c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_34c00000-02530002.png", - "name": "Ryu", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-04-28", - "na": "2016-03-18" - }, - "tail": "02530002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Harry", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03980001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03980001-00bf0502.png", - "name": "Harry", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00bf0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Deli", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04010001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04010001-00660502.png", - "name": "Deli", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00660502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chelsea", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02e00101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02e00101-031d0502.png", - "name": "Chelsea", - "release": { - "au": null, - "eu": "2016-11-25", - "jp": "2016-11-03", - "na": null - }, - "tail": "031d0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Ganon", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Black Cat Clothes", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01020100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01020100-001b0002.png", - "name": "Ganondorf", - "release": { - "au": "2015-07-04", - "eu": "2015-06-26", - "jp": "2015-06-11", - "na": "2015-09-11" - }, - "tail": "001b0002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Daisy", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c30401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c30401-027b0e02.png", - "name": "Daisy - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "027b0e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Pink Gold Peach", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d10301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d10301-02c00e02.png", - "name": "Pink Gold Peach - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02c00e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Bud", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03e60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03e60001-00ec0502.png", - "name": "Bud", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00ec0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Joker", - "gameSeries": "Persona", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "3a000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_3a000000-03a10002.png", - "name": "Joker", - "release": { - "au": "2020-09-25", - "eu": "2020-09-25", - "jp": "2020-09-25", - "na": "2020-10-02" - }, - "tail": "03a10002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Al", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "03710001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03710001-005c0502.png", - "name": "Al", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "005c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Elise", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03fe0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03fe0001-01a40502.png", - "name": "Elise", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a40502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Dark Samus", - "gameSeries": "Metroid", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a Metroid-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Replenish a random amount of missiles once per day", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05c30000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05c30000-03800002.png", - "name": "Dark Samus", - "release": { - "au": "2020-01-17", - "eu": "2020-01-17", - "jp": "2020-01-17", - "na": "2020-01-17" - }, - "tail": "03800002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Marcie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03db0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03db0001-006d0502.png", - "name": "Marcie", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "006d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Curt", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02160001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02160001-00570502.png", - "name": "Curt", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00570502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kyle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "05150001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05150001-005b0502.png", - "name": "Kyle", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "005b0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Corrin", - "gameSeries": "Fire Emblem", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive a Fashion Ticket and a Music Ticket, for unlocking any of the available costumes and music tracks", - "write": false - } - ], - "gameID": [ - "0100A6301214E000" - ], - "gameName": "Fire Emblem Engage" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon", - "write": false - } - ], - "gameID": [ - "0100F15003E64000" - ], - "gameName": "Fire Emblem Warriors" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive better-quality randomized resources, weapons, or equipment", - "write": false - } - ], - "gameID": [ - "010071F0143EA000" - ], - "gameName": "Fire Emblem Warriors: Three Hopes" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ], - "gameID": [ - "010055D009F78000" - ], - "gameName": "Fire Emblem: Three Houses" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "21050100", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_21050100-03630002.png", - "name": "Corrin - Player 2", - "release": { - "au": "2017-07-22", - "eu": "2017-07-21", - "jp": "2017-07-21", - "na": "2017-07-21" - }, - "tail": "03630002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Angus", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "024a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_024a0001-01d10502.png", - "name": "Angus", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01d10502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Curly", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04780001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04780001-01630502.png", - "name": "Curly", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01630502", - "type": "Card" - }, - { - "amiiboSeries": "Super Nintendo World", - "character": "Yoshi", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00030003", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00030003-039fff02.png", - "name": "Yoshi - Power Up Band", - "release": { - "au": null, - "eu": null, - "jp": "2021-02-04", - "na": null - }, - "tail": "039fff02", - "type": "Band" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c00401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c00401-026c0e02.png", - "name": "Mario - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "026c0e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cd0401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cd0401-02ad0e02.png", - "name": "Baby Luigi - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02ad0e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Wario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c50501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c50501-02860e02.png", - "name": "Wario - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02860e02", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser Jr.", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ca0201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ca0201-029c0e02.png", - "name": "Bowser Jr. - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "029c0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810201-011a0502.png", - "name": "Isabelle - Kimono", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "011a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Drift", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "033c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_033c0001-01000502.png", - "name": "Drift", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01000502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Margie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03270001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03270001-01c30502.png", - "name": "Margie", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01c30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Mallary", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "030d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_030d0001-01840502.png", - "name": "Mallary", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01840502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c90201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c90201-02970e02.png", - "name": "Bowser - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02970e02", - "type": "Card" - }, - { - "amiiboSeries": "Kirby", - "character": "King Dedede", - "gameSeries": "Kirby", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive star coins and a boost item", - "write": false - } - ], - "gameID": [ - "01004D300C5AE000" - ], - "gameName": "Kirby and the Forgotten Land" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive two Picture Pieces, a Maxim Tomato, and two Point Stars", - "write": false - } - ], - "gameID": [ - "01007E3006DDA000" - ], - "gameName": "Kirby Star Allies" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive more useful items", - "write": false - } - ], - "gameID": [ - "01006B601380E000" - ], - "gameName": "Kirby's Return to Dream Land Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Kirby-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive 20 Fragments", - "write": false - } - ], - "gameID": [ - "01003FB00C5A8000" - ], - "gameName": "Super Kirby Clash" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1f020000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1f020000-02560c02.png", - "name": "King Dedede", - "release": { - "au": "2016-06-11", - "eu": "2016-06-10", - "jp": "2016-04-28", - "na": "2016-06-10" - }, - "tail": "02560c02", - "type": "Figure" - }, - { - "amiiboSeries": "Monster Hunter", - "character": "Ena", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock Monster Hunter Stories 2 sticker set", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume for Navirou", - "write": false - } - ], - "gameID": [ - "010069301B1D4000" - ], - "gameName": "Monster Hunter Stories" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific special layered armor set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - } - ], - "head": "35060000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35060000-040d0f02.png", - "name": "Ena", - "release": { - "au": "2021-07-09", - "eu": "2021-07-09", - "jp": "2021-07-09", - "na": "2021-07-09" - }, - "tail": "040d0f02", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c10201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c10201-026f0e02.png", - "name": "Luigi - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "026f0e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Duck Hunt", - "gameSeries": "Classic Nintendo", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07820000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07820000-002f0002.png", - "name": "Duck Hunt", - "release": { - "au": "2015-09-26", - "eu": "2015-09-25", - "jp": "2015-10-29", - "na": "2015-09-25" - }, - "tail": "002f0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cleo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03ab0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03ab0001-03160502.png", - "name": "Cleo", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03160502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Digby", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "018c0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018c0101-01180502.png", - "name": "Digby - Raincoat", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01180502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Rosalina", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cf0501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cf0501-02b80e02.png", - "name": "Rosalina - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b80e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cyd", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a0d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a0d0001-03c40502.png", - "name": "Cyd", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c40502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Bowser", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Chain Chomp weapon", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - }, - { - "Usage": "Make Fury Bowser appear (in Bowser's Fury mode)", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Reveal regional coin locations", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00050000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00050000-00390102.png", - "name": "Bowser", - "release": { - "au": "2015-03-21", - "eu": "2015-03-20", - "jp": "2015-03-12", - "na": "2015-03-20" - }, - "tail": "00390102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Faith", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a200001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a200001-03d70502.png", - "name": "Faith", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03d70502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Annalise", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03ad0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03ad0001-01b20502.png", - "name": "Annalise", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b20502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000000-003d0102.png", - "name": "Mario - Silver Edition", - "release": { - "au": "2015-05-30", - "eu": null, - "jp": null, - "na": "2015-05-29" - }, - "tail": "003d0102", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Incineroar", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1bd70000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1bd70000-03860002.png", - "name": "Incineroar", - "release": { - "au": "2019-11-15", - "eu": "2019-11-15", - "jp": "2019-11-08", - "na": "2019-11-15" - }, - "tail": "03860002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Yoshi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c40501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c40501-02810e02.png", - "name": "Yoshi - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02810e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sly", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02c90001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02c90001-00cd0502.png", - "name": "Sly", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00cd0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Goose", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02990001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02990001-00950502.png", - "name": "Goose", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00950502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Marina", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08040000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08040000-03770402.png", - "name": "Marina", - "release": { - "au": "2018-07-13", - "eu": "2018-07-13", - "jp": "2018-07-13", - "na": "2018-07-13" - }, - "tail": "03770402", - "type": "Figure" - }, - { - "amiiboSeries": "Splatoon", - "character": "Marina", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - } - ], - "head": "08040000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08040000-04390402.png", - "name": "Marina - Side Order", - "release": { - "au": "2024-09-05", - "eu": "2024-09-05", - "jp": "2024-09-05", - "na": "2024-09-05" - }, - "tail": "04390402", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Bayonetta", - "gameSeries": "Bayonetta", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the Super Mirror 2 and all the costumes it contains", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "32400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_32400000-025b0002.png", - "name": "Bayonetta", - "release": { - "au": "2017-07-22", - "eu": "2017-07-21", - "jp": "2017-07-21", - "na": "2017-07-21" - }, - "tail": "025b0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Joey", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03080001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03080001-014d0502.png", - "name": "Joey", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "014d0502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Pokemon Trainer", - "gameSeries": "Pokemon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "1d400000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_1d400000-03870002.png", - "name": "Pokemon Trainer", - "release": { - "au": "2019-07-19", - "eu": "2019-07-19", - "jp": "2019-07-19", - "na": "2019-07-26" - }, - "tail": "03870002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tangy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02620001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02620001-01370502.png", - "name": "Tangy", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01370502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pancetti", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04880001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04880001-00980502.png", - "name": "Pancetti", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00980502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Ridley", - "gameSeries": "Metroid", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a Metroid-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Replenish a random amount of missiles once per day", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05c20000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05c20000-037f0002.png", - "name": "Ridley", - "release": { - "au": "2018-12-07", - "eu": "2018-12-07", - "jp": "2018-12-07", - "na": "2018-12-07" - }, - "tail": "037f0002", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Donkey Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c70401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c70401-028f0e02.png", - "name": "Donkey Kong - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "028f0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Louie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "036d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_036d0001-03040502.png", - "name": "Louie", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03040502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Dora", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "040c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_040c0001-01590502.png", - "name": "Dora", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01590502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Broffina", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02a50001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02a50001-018c0502.png", - "name": "Broffina", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "018c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Blanche", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "043e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_043e0001-01490502.png", - "name": "Blanche", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01490502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c00501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c00501-026d0e02.png", - "name": "Mario - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "026d0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Lionel", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03ee0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03ee0001-008b0502.png", - "name": "Lionel", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "008b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Jacques", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "023d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_023d0001-01b50502.png", - "name": "Jacques", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01b50502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Vesta", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04c50001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04c50001-01010502.png", - "name": "Vesta", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01010502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chevre", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03560001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03560001-01350502.png", - "name": "Chevre", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01350502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Shep", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02fc0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02fc0001-018f0502.png", - "name": "Shep", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "018f0502", - "type": "Card" - }, - { - "amiiboSeries": "Shovel Knight", - "character": "Specter Knight", - "gameSeries": "Shovel Knight", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a fairy companion and player color palette matching the character", - "write": false - } - ], - "gameID": [ - "01008D100DE46000" - ], - "gameName": "Cyber Shadow" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific Shovel Knight remix immediately", - "write": false - } - ], - "gameID": [ - "0100830008426000" - ], - "gameName": "Just Shapes & Beats" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock character-specific challenge stages, a character-based fairy companion, and costumes for the character", - "write": false - } - ], - "gameID": [ - "010057D0021E8000" - ], - "gameName": "Shovel Knight" - }, - { - "amiiboUsage": [ - { - "Usage": "Summon a fairy friend", - "write": false - } - ], - "gameID": [ - "0100B62017E68000" - ], - "gameName": "Shovel Knight Dig" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume for the character", - "write": false - } - ], - "gameID": [ - "0100B380022AE000" - ], - "gameName": "Shovel Knight Showdown" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "35c20000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35c20000-036d0a02.png", - "name": "Specter Knight", - "release": { - "au": null, - "eu": "2019-12-10", - "jp": null, - "na": "2019-12-10" - }, - "tail": "036d0a02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Fang", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "05110001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05110001-01950502.png", - "name": "Fang", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01950502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Isabelle", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "01810501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01810501-03bf0502.png", - "name": "Isabelle - Sweater", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03bf0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Snake", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04970001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04970001-007a0502.png", - "name": "Snake", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "007a0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rio", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a1c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a1c0001-03d30502.png", - "name": "Rio", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03d30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Pekoe", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "028b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_028b0001-00e30502.png", - "name": "Pekoe", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Celeste", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01930001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01930001-01740502.png", - "name": "Celeste", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01740502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Norma", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02b70001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02b70001-030f0502.png", - "name": "Norma", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "030f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Butch", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02eb0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02eb0001-00de0502.png", - "name": "Butch", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00de0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Marshal", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04ee0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04ee0001-014b0502.png", - "name": "Marshal", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "014b0502", - "type": "Card" - }, - { - "amiiboSeries": "Splatoon", - "character": "Octoling", - "gameSeries": "Splatoon", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Splatoon-themed racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "01003BC0000A0000" - ], - "gameName": "Splatoon 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", - "write": true - } - ], - "gameID": [ - "0100C2500FC20000" - ], - "gameName": "Splatoon 3" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "08050300", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_08050300-03900402.png", - "name": "Octoling Octopus", - "release": { - "au": "2018-11-11", - "eu": "2018-11-09", - "jp": "2018-11-09", - "na": "2018-11-09" - }, - "tail": "03900402", - "type": "Figure" - }, - { - "amiiboSeries": "8-bit Mario", - "character": "Mario", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive weapon for the character and their Rabbid counterpart", - "write": false - } - ], - "gameID": [ - "010067300059A000" - ], - "gameName": "Mario + Rabbids: Kingdom Battle" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a character-based costume", - "write": false - }, - { - "Usage": "Gain temporary invincibility", - "write": false - } - ], - "gameID": [ - "0100000000010000" - ], - "gameName": "Super Mario Odyssey" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "00000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00000000-02380602.png", - "name": "8-Bit Mario Classic Color", - "release": { - "au": "2015-09-12", - "eu": "2015-11-09", - "jp": "2015-09-10", - "na": "2015-09-11" - }, - "tail": "02380602", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Olivia", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02600001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02600001-00d20502.png", - "name": "Olivia", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00d20502", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Zelda", - "gameSeries": "The Legend of Zelda", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ], - "gameID": [ - "01002B00111A2000" - ], - "gameName": "Hyrule Warriors: Age of Calamity" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a weapon rated 3 stars or higher", - "write": false - } - ], - "gameID": [ - "0100AE00096EA000" - ], - "gameName": "Hyrule Warriors: Definitive Edition" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", - "write": false - } - ], - "gameID": [ - "01000A10041EA000" - ], - "gameName": "The Elder Scrolls V: Skyrim" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ], - "gameID": [ - "01007EF00011E000" - ], - "gameName": "The Legend of Zelda: Breath of the Wild" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock one of five amiibo-exclusive Chamber Dungeon chambers", - "write": false - }, - { - "Usage": "Save your Chamber Dungeon to the amiibo to share with friends", - "write": true - } - ], - "gameID": [ - "01006BB00C6F0000" - ], - "gameName": "The Legend of Zelda: Link's Awakening" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", - "write": false - }, - { - "Usage": "Receive materials and a weapon or rare item", - "write": false - } - ], - "gameID": [ - "0100F2C0115B6000" - ], - "gameName": "The Legend of Zelda: Tears of the Kingdom" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive the Blue Attire", - "write": false - }, - { - "Usage": "Receive random materials", - "write": false - } - ], - "gameID": [ - "01008CF01BAAC000" - ], - "gameName": "The Legend of Zelda: Echoes of Wisdom" - } - ], - "head": "01010000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01010000-000e0002.png", - "name": "Zelda", - "release": { - "au": "2014-12-12", - "eu": "2014-12-19", - "jp": "2014-12-06", - "na": "2014-12-14" - }, - "tail": "000e0002", - "type": "Figure" - }, - { - "amiiboSeries": "Metroid", - "character": "Samus", - "gameSeries": "Metroid", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a costume based on the character (short-hair version)", - "write": false - } - ], - "gameID": [ - "01007960049A0000" - ], - "gameName": "Bayonetta 2" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a Metroid-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Restore a random amount of health once per day", - "write": false - } - ], - "gameID": [ - "010093801237C000" - ], - "gameName": "Metroid Dread" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "05c00000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05c00000-03651302.png", - "name": "Samus Aran", - "release": { - "au": "2017-09-16", - "eu": "2017-09-15", - "jp": "2017-09-15", - "na": "2017-09-15" - }, - "tail": "03651302", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Zell", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02d80001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02d80001-00e20502.png", - "name": "Zell", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00e20502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Clay", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03830001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03830001-009b0502.png", - "name": "Clay", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "009b0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Boo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cb0301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cb0301-02a20e02.png", - "name": "Boo - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02a20e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Goldie", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02ea0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02ea0001-01800502.png", - "name": "Goldie", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01800502", - "type": "Card" - }, - { - "amiiboSeries": "Power Pros", - "character": "Yabe", - "gameSeries": "Power Pros", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive in-game items and power-ups / Save items to your card after playing with friends to bring them home", - "write": true - } - ], - "gameID": [ - "0100E9C00BF28000" - ], - "gameName": "Jikkyou Powerful Pro Baseball" - } - ], - "head": "38020001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_38020001-03951702.png", - "name": "Yabe", - "release": { - "au": null, - "eu": null, - "jp": "2019-06-27", - "na": null - }, - "tail": "03951702", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Ness", - "gameSeries": "Earthbound", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "22800000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_22800000-002c0002.png", - "name": "Ness", - "release": { - "au": "2015-04-25", - "eu": "2015-04-24", - "jp": "2015-04-29", - "na": "2015-05-29" - }, - "tail": "002c0002", - "type": "Figure" - }, - { - "amiiboSeries": "Shovel Knight", - "character": "Plague Knight", - "gameSeries": "Shovel Knight", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a fairy companion and player color palette matching the character", - "write": false - } - ], - "gameID": [ - "01008D100DE46000" - ], - "gameName": "Cyber Shadow" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-specific Shovel Knight remix immediately", - "write": false - } - ], - "gameID": [ - "0100830008426000" - ], - "gameName": "Just Shapes & Beats" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock character-specific challenge stages, a character-based fairy companion, and costumes for the character", - "write": false - } - ], - "gameID": [ - "010057D0021E8000" - ], - "gameName": "Shovel Knight" - }, - { - "amiiboUsage": [ - { - "Usage": "Summon a fairy friend", - "write": false - } - ], - "gameID": [ - "0100B62017E68000" - ], - "gameName": "Shovel Knight Dig" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume for the character", - "write": false - } - ], - "gameID": [ - "0100B380022AE000" - ], - "gameName": "Shovel Knight Showdown" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "35c10000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35c10000-036c0a02.png", - "name": "Plague Knight", - "release": { - "au": null, - "eu": "2019-12-10", - "jp": null, - "na": "2019-12-10" - }, - "tail": "036c0a02", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tad", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03410001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03410001-030e0502.png", - "name": "Tad", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "030e0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Penelope", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "041d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_041d0001-018a0502.png", - "name": "Penelope", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "018a0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Rosalina", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cf0401", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cf0401-02b70e02.png", - "name": "Rosalina - Golf", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b70e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Palutena", - "gameSeries": "Kid Icarus", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "07420000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_07420000-001f0002.png", - "name": "Palutena", - "release": { - "au": "2015-07-04", - "eu": "2015-06-26", - "jp": "2015-06-11", - "na": "2015-07-24" - }, - "tail": "001f0002", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Curlos", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04cd0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04cd0001-01520502.png", - "name": "Curlos", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01520502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Samson", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04100001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04100001-007f0502.png", - "name": "Samson", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "007f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Saharah", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a60001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a60001-00500502.png", - "name": "Saharah", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00500502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Walt", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03d90001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03d90001-01a50502.png", - "name": "Walt", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01a50502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Julia", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "043b0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_043b0001-03030502.png", - "name": "Julia", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03030502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Hamlet", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "037e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_037e0001-01560502.png", - "name": "Hamlet", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01560502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Charlise", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02200001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02200001-00fd0502.png", - "name": "Charlise", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00fd0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Gonzo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03c00001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03c00001-03100502.png", - "name": "Gonzo", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03100502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Opal", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03230001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03230001-00760502.png", - "name": "Opal", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00760502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Flo", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "046c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_046c0001-008c0502.png", - "name": "Flo", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "008c0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Knox", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02a40001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02a40001-00720502.png", - "name": "Knox", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00720502", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Donkey Kong", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the character's shiny sticker", - "write": false - } - ], - "gameID": [ - "010036B0034E4000" - ], - "gameName": "Super Mario Party" - }, - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "00080000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_00080000-02640102.png", - "name": "Donkey Kong", - "release": { - "au": "2016-10-08", - "eu": "2016-10-07", - "jp": "2016-10-20", - "na": "2016-11-04" - }, - "tail": "02640102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Cherry", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "02fb0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_02fb0001-00900502.png", - "name": "Cherry", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00900502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Rover", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "018d0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018d0000-024c0502.png", - "name": "Rover", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-03-24", - "na": "2016-03-18" - }, - "tail": "024c0502", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Soleil", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "03820001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_03820001-016b0502.png", - "name": "Soleil", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "016b0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Barold", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "028d0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_028d0001-01bd0502.png", - "name": "Barold", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01bd0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Birdo", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ce0201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ce0201-02b00e02.png", - "name": "Birdo - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02b00e02", - "type": "Card" - }, - { - "amiiboSeries": "Super Mario Bros.", - "character": "Toad", - "gameSeries": "Super Mario", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Receive an invincibility mushroom", - "write": false - } - ], - "gameID": [ - "01009BF0072D4000" - ], - "gameName": "Captain Toad: Treasure Tracker" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01003DA010E8A000" - ], - "gameName": "Miitopia" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a particular power-up depending on the character", - "write": false - } - ], - "gameID": [ - "010028600EBDA000" - ], - "gameName": "Super Mario 3D World + Bowser's Fury" - }, - { - "amiiboUsage": [ - { - "Usage": "Receive a Spirit of the character", - "write": false - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ], - "gameID": [ - "01006000040C2000" - ], - "gameName": "Yoshi's Crafted World" - } - ], - "head": "000a0000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_000a0000-00380102.png", - "name": "Toad", - "release": { - "au": "2015-03-21", - "eu": "2015-03-20", - "jp": "2015-03-12", - "na": "2015-03-20" - }, - "tail": "00380102", - "type": "Figure" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Shari", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04000001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04000001-006f0502.png", - "name": "Shari", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "006f0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Joan", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01a30001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01a30001-004a0502.png", - "name": "Joan", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "004a0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Bowser Jr.", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09ca0101", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09ca0101-029b0e02.png", - "name": "Bowser Jr. - Soccer", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "029b0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Sheldon", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04ed0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04ed0001-00620502.png", - "name": "Sheldon", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "00620502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Chester", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "028c0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_028c0001-013e0502.png", - "name": "Chester", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "013e0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Baby Luigi", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09cd0501", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09cd0501-02ae0e02.png", - "name": "Baby Luigi - Horse Racing", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02ae0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Ike", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "021f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_021f0001-03170502.png", - "name": "Ike", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "03170502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Leilani", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01970001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01970001-01770502.png", - "name": "Leilani", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "01770502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Skye", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "05140001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05140001-01530502.png", - "name": "Skye", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01530502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "C.J.", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a020001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a020001-03b30502.png", - "name": "C.J.", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b30502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Metal Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09d00201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09d00201-02ba0e02.png", - "name": "Metal Mario - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02ba0e02", - "type": "Card" - }, - { - "amiiboSeries": "Monster Hunter Rise", - "character": "Palico", - "gameSeries": "Monster Hunter", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock special layered armor / Enter daily lottery for a variety of useful items", - "write": false - } - ], - "gameID": [ - "0100B04011742000" - ], - "gameName": "Monster Hunter Rise" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock the Hunter Sticker Set / Have Tsukino read your fortune and receive a random item", - "write": false - } - ], - "gameID": [ - "0100E21011446000" - ], - "gameName": "Monster Hunter Stories 2: Wings of Ruin" - } - ], - "head": "35090000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_35090000-04101802.png", - "name": "Palico", - "release": { - "au": "2021-03-26", - "eu": "2021-03-26", - "jp": "2021-03-26", - "na": "2021-03-26" - }, - "tail": "04101802", - "type": "Figure" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Mario", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c00201", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c00201-026a0e02.png", - "name": "Mario - Baseball", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "026a0e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Kicks", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01940001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01940001-03b60502.png", - "name": "Kicks", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03b60502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Stella", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04c80001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04c80001-02ed0502.png", - "name": "Stella", - "release": { - "au": "2016-11-10", - "eu": "2016-11-11", - "jp": "2016-11-03", - "na": "2016-12-02" - }, - "tail": "02ed0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Freya", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "05100001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_05100001-01070502.png", - "name": "Freya", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "01070502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Judy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "0a0e0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_0a0e0001-03c50502.png", - "name": "Judy", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03c50502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Peewee", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "036a0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_036a0001-019d0502.png", - "name": "Peewee", - "release": { - "au": "2016-06-18", - "eu": null, - "jp": "2016-03-24", - "na": "2016-06-10" - }, - "tail": "019d0502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Tom Nook", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "01830301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_01830301-03be0502.png", - "name": "Tom Nook - Coat", - "release": { - "au": "2021-11-05", - "eu": "2021-11-05", - "jp": "2021-11-05", - "na": "2021-11-05" - }, - "tail": "03be0502", - "type": "Card" - }, - { - "amiiboSeries": "Mario Sports Superstars", - "character": "Diddy Kong", - "gameSeries": "Mario Sports Superstars", - "gamesSwitch": [], - "head": "09c80301", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_09c80301-02930e02.png", - "name": "Diddy Kong - Tennis", - "release": { - "au": "2017-03-11", - "eu": "2017-03-10", - "jp": "2017-03-30", - "na": "2017-03-24" - }, - "tail": "02930e02", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Don Resetti", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "018f0001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_018f0001-00b30502.png", - "name": "Don Resetti", - "release": { - "au": "2015-11-21", - "eu": "2015-11-20", - "jp": "2015-10-29", - "na": "2016-01-22" - }, - "tail": "00b30502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Merengue", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04b90001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04b90001-01600502.png", - "name": "Merengue", - "release": { - "au": "2016-03-19", - "eu": "2016-03-18", - "jp": "2016-01-14", - "na": "2016-03-18" - }, - "tail": "01600502", - "type": "Card" - }, - { - "amiiboSeries": "Animal Crossing", - "character": "Muffy", - "gameSeries": "Animal Crossing", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ], - "gameID": [ - "01006F8002326000" - ], - "gameName": "Animal Crossing: New Horizons" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ], - "gameID": [ - "01007EF00399C000" - ], - "gameName": "Conga Master Party!" - }, - { - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ], - "gameID": [ - "0100152000022000" - ], - "gameName": "Mario Kart 8 Deluxe" - } - ], - "head": "04d10001", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_04d10001-009e0502.png", - "name": "Muffy", - "release": { - "au": "2015-10-03", - "eu": "2015-10-02", - "jp": "2015-07-30", - "na": "2015-09-25" - }, - "tail": "009e0502", - "type": "Card" - }, - { - "amiiboSeries": "Xenoblade Chronicles 3", - "character": "Noah", - "gameSeries": "Xenoblade Chronicles", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the \u201cN\u2019s Consul Suit\u201d outfit for Noah as well as Noah, Lanz, and Eunie costumes without jackets", - "write": false - } - ], - "gameID": [ - "010074F013262000" - ], - "gameName": "Xenoblade Chronicles 3" - } - ], - "head": "22430000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_22430000-043d1b02.png", - "name": "Noah", - "release": { - "au": "2024-01-19", - "eu": "2024-01-19", - "jp": "2024-01-19", - "na": "2024-01-19" - }, - "tail": "043d1b02", - "type": "Figure" - }, - { - "amiiboSeries": "Xenoblade Chronicles 3", - "character": "Mio", - "gameSeries": "Xenoblade Chronicles", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Unlock the \u201cM\u2019s Consul Suit\u201d outfit for Mio as well as Mio, Sena, and Taion costumes without jackets", - "write": false - } - ], - "gameID": [ - "010074F013262000" - ], - "gameName": "Xenoblade Chronicles 3" - } - ], - "head": "22440000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_22440000-043e1b02.png", - "name": "Mio", - "release": { - "au": "2024-01-19", - "eu": "2024-01-19", - "jp": "2024-01-19", - "na": "2024-01-19" - }, - "tail": "043e1b02", - "type": "Figure" - }, - { - "amiiboSeries": "Super Smash Bros.", - "character": "Sora", - "gameSeries": "Kingdom Hearts", - "gamesSwitch": [ - { - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ], - "gameID": [ - "01006A800016E000" - ], - "gameName": "Super Smash Bros. Ultimate" - } - ], - "head": "3f000000", - "image": "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/images/icon_3f000000-042e0002.png", - "name": "Sora", - "release": { - "au": "2024-02-16", - "eu": "2024-02-16", - "jp": "2024-02-16", - "na": "2024-02-16" - }, - "tail": "042e0002", - "type": "Figure" - } - ], - "lastUpdated": "2024-11-17T15:28:47.035619" -} diff --git a/assets/amiibo/images/icon_00000000-00000002.png b/assets/amiibo/images/icon_00000000-00000002.png deleted file mode 100644 index 7e238140d..000000000 Binary files a/assets/amiibo/images/icon_00000000-00000002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000000-00340102.png b/assets/amiibo/images/icon_00000000-00340102.png deleted file mode 100644 index 0566243de..000000000 Binary files a/assets/amiibo/images/icon_00000000-00340102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000000-003c0102.png b/assets/amiibo/images/icon_00000000-003c0102.png deleted file mode 100644 index 0c93ab0dd..000000000 Binary files a/assets/amiibo/images/icon_00000000-003c0102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000000-003d0102.png b/assets/amiibo/images/icon_00000000-003d0102.png deleted file mode 100644 index ceb3232b1..000000000 Binary files a/assets/amiibo/images/icon_00000000-003d0102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000000-02380602.png b/assets/amiibo/images/icon_00000000-02380602.png deleted file mode 100644 index e17bfa297..000000000 Binary files a/assets/amiibo/images/icon_00000000-02380602.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000000-02390602.png b/assets/amiibo/images/icon_00000000-02390602.png deleted file mode 100644 index 71293f2d6..000000000 Binary files a/assets/amiibo/images/icon_00000000-02390602.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000000-03710102.png b/assets/amiibo/images/icon_00000000-03710102.png deleted file mode 100644 index b42ada43b..000000000 Binary files a/assets/amiibo/images/icon_00000000-03710102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000003-039bff02.png b/assets/amiibo/images/icon_00000003-039bff02.png deleted file mode 100644 index c7e12e520..000000000 Binary files a/assets/amiibo/images/icon_00000003-039bff02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000003-0430ff02.png b/assets/amiibo/images/icon_00000003-0430ff02.png deleted file mode 100644 index 188b8b1ea..000000000 Binary files a/assets/amiibo/images/icon_00000003-0430ff02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000100-00190002.png b/assets/amiibo/images/icon_00000100-00190002.png deleted file mode 100644 index 0a61be06e..000000000 Binary files a/assets/amiibo/images/icon_00000100-00190002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00000300-03a60102.png b/assets/amiibo/images/icon_00000300-03a60102.png deleted file mode 100644 index e76e47ac2..000000000 Binary files a/assets/amiibo/images/icon_00000300-03a60102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00010000-000c0002.png b/assets/amiibo/images/icon_00010000-000c0002.png deleted file mode 100644 index 4c34aae16..000000000 Binary files a/assets/amiibo/images/icon_00010000-000c0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00010000-00350102.png b/assets/amiibo/images/icon_00010000-00350102.png deleted file mode 100644 index d51680212..000000000 Binary files a/assets/amiibo/images/icon_00010000-00350102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00010003-039cff02.png b/assets/amiibo/images/icon_00010003-039cff02.png deleted file mode 100644 index 5c91d4319..000000000 Binary files a/assets/amiibo/images/icon_00010003-039cff02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00020000-00010002.png b/assets/amiibo/images/icon_00020000-00010002.png deleted file mode 100644 index b90bbbd21..000000000 Binary files a/assets/amiibo/images/icon_00020000-00010002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00020000-00360102.png b/assets/amiibo/images/icon_00020000-00360102.png deleted file mode 100644 index 69e45a3ab..000000000 Binary files a/assets/amiibo/images/icon_00020000-00360102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00020000-03720102.png b/assets/amiibo/images/icon_00020000-03720102.png deleted file mode 100644 index 0808fc2ab..000000000 Binary files a/assets/amiibo/images/icon_00020000-03720102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00020003-039dff02.png b/assets/amiibo/images/icon_00020003-039dff02.png deleted file mode 100644 index 2e62af9e4..000000000 Binary files a/assets/amiibo/images/icon_00020003-039dff02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00020100-03a70102.png b/assets/amiibo/images/icon_00020100-03a70102.png deleted file mode 100644 index dac040cac..000000000 Binary files a/assets/amiibo/images/icon_00020100-03a70102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00030000-00020002.png b/assets/amiibo/images/icon_00030000-00020002.png deleted file mode 100644 index 1b3b1f81a..000000000 Binary files a/assets/amiibo/images/icon_00030000-00020002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00030000-00370102.png b/assets/amiibo/images/icon_00030000-00370102.png deleted file mode 100644 index 337dc3db2..000000000 Binary files a/assets/amiibo/images/icon_00030000-00370102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00030003-039fff02.png b/assets/amiibo/images/icon_00030003-039fff02.png deleted file mode 100644 index ec3ce7a9c..000000000 Binary files a/assets/amiibo/images/icon_00030003-039fff02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00030102-00410302.png b/assets/amiibo/images/icon_00030102-00410302.png deleted file mode 100644 index 518e40610..000000000 Binary files a/assets/amiibo/images/icon_00030102-00410302.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00030102-00420302.png b/assets/amiibo/images/icon_00030102-00420302.png deleted file mode 100644 index 51945ca20..000000000 Binary files a/assets/amiibo/images/icon_00030102-00420302.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00030102-00430302.png b/assets/amiibo/images/icon_00030102-00430302.png deleted file mode 100644 index b426fbaf5..000000000 Binary files a/assets/amiibo/images/icon_00030102-00430302.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00030102-023e0302.png b/assets/amiibo/images/icon_00030102-023e0302.png deleted file mode 100644 index 3f1396ad9..000000000 Binary files a/assets/amiibo/images/icon_00030102-023e0302.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00040000-02620102.png b/assets/amiibo/images/icon_00040000-02620102.png deleted file mode 100644 index 29a96ae90..000000000 Binary files a/assets/amiibo/images/icon_00040000-02620102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00040100-00130002.png b/assets/amiibo/images/icon_00040100-00130002.png deleted file mode 100644 index 3399daf93..000000000 Binary files a/assets/amiibo/images/icon_00040100-00130002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00050000-00140002.png b/assets/amiibo/images/icon_00050000-00140002.png deleted file mode 100644 index 76f480d03..000000000 Binary files a/assets/amiibo/images/icon_00050000-00140002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00050000-00390102.png b/assets/amiibo/images/icon_00050000-00390102.png deleted file mode 100644 index 23a574d6c..000000000 Binary files a/assets/amiibo/images/icon_00050000-00390102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00050000-03730102.png b/assets/amiibo/images/icon_00050000-03730102.png deleted file mode 100644 index 59ef48e1e..000000000 Binary files a/assets/amiibo/images/icon_00050000-03730102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0005ff00-023a0702.png b/assets/amiibo/images/icon_0005ff00-023a0702.png deleted file mode 100644 index ba99e5a18..000000000 Binary files a/assets/amiibo/images/icon_0005ff00-023a0702.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00060000-00150002.png b/assets/amiibo/images/icon_00060000-00150002.png deleted file mode 100644 index 307d0981d..000000000 Binary files a/assets/amiibo/images/icon_00060000-00150002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00070000-001a0002.png b/assets/amiibo/images/icon_00070000-001a0002.png deleted file mode 100644 index 97e3c66fa..000000000 Binary files a/assets/amiibo/images/icon_00070000-001a0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00070000-02630102.png b/assets/amiibo/images/icon_00070000-02630102.png deleted file mode 100644 index aed740985..000000000 Binary files a/assets/amiibo/images/icon_00070000-02630102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00080000-00030002.png b/assets/amiibo/images/icon_00080000-00030002.png deleted file mode 100644 index 5b43fc4f4..000000000 Binary files a/assets/amiibo/images/icon_00080000-00030002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00080000-02640102.png b/assets/amiibo/images/icon_00080000-02640102.png deleted file mode 100644 index f4a6d291a..000000000 Binary files a/assets/amiibo/images/icon_00080000-02640102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0008ff00-023b0702.png b/assets/amiibo/images/icon_0008ff00-023b0702.png deleted file mode 100644 index f4869fee9..000000000 Binary files a/assets/amiibo/images/icon_0008ff00-023b0702.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00090000-000d0002.png b/assets/amiibo/images/icon_00090000-000d0002.png deleted file mode 100644 index 43f563daf..000000000 Binary files a/assets/amiibo/images/icon_00090000-000d0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00090000-02650102.png b/assets/amiibo/images/icon_00090000-02650102.png deleted file mode 100644 index 6219c458d..000000000 Binary files a/assets/amiibo/images/icon_00090000-02650102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_000a0000-00380102.png b/assets/amiibo/images/icon_000a0000-00380102.png deleted file mode 100644 index 0da5fbdfd..000000000 Binary files a/assets/amiibo/images/icon_000a0000-00380102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_000a0003-03a0ff02.png b/assets/amiibo/images/icon_000a0003-03a0ff02.png deleted file mode 100644 index c638956e7..000000000 Binary files a/assets/amiibo/images/icon_000a0003-03a0ff02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00130000-02660102.png b/assets/amiibo/images/icon_00130000-02660102.png deleted file mode 100644 index 502850e8f..000000000 Binary files a/assets/amiibo/images/icon_00130000-02660102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00130000-037a0002.png b/assets/amiibo/images/icon_00130000-037a0002.png deleted file mode 100644 index cc5d09782..000000000 Binary files a/assets/amiibo/images/icon_00130000-037a0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00130003-039eff02.png b/assets/amiibo/images/icon_00130003-039eff02.png deleted file mode 100644 index 215ea5bcc..000000000 Binary files a/assets/amiibo/images/icon_00130003-039eff02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00140000-02670102.png b/assets/amiibo/images/icon_00140000-02670102.png deleted file mode 100644 index e04bba004..000000000 Binary files a/assets/amiibo/images/icon_00140000-02670102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00150000-03670102.png b/assets/amiibo/images/icon_00150000-03670102.png deleted file mode 100644 index 76524c612..000000000 Binary files a/assets/amiibo/images/icon_00150000-03670102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00170000-02680102.png b/assets/amiibo/images/icon_00170000-02680102.png deleted file mode 100644 index 0b93845c4..000000000 Binary files a/assets/amiibo/images/icon_00170000-02680102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00230000-03680102.png b/assets/amiibo/images/icon_00230000-03680102.png deleted file mode 100644 index d3e966cf4..000000000 Binary files a/assets/amiibo/images/icon_00230000-03680102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00240000-038d0002.png b/assets/amiibo/images/icon_00240000-038d0002.png deleted file mode 100644 index 1b06313b5..000000000 Binary files a/assets/amiibo/images/icon_00240000-038d0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00800102-035d0302.png b/assets/amiibo/images/icon_00800102-035d0302.png deleted file mode 100644 index 1b0bb1f9f..000000000 Binary files a/assets/amiibo/images/icon_00800102-035d0302.png and /dev/null differ diff --git a/assets/amiibo/images/icon_00c00000-037b0002.png b/assets/amiibo/images/icon_00c00000-037b0002.png deleted file mode 100644 index 2ecb86bb9..000000000 Binary files a/assets/amiibo/images/icon_00c00000-037b0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-00040002.png b/assets/amiibo/images/icon_01000000-00040002.png deleted file mode 100644 index 89db88178..000000000 Binary files a/assets/amiibo/images/icon_01000000-00040002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-034b0902.png b/assets/amiibo/images/icon_01000000-034b0902.png deleted file mode 100644 index d76fc5f51..000000000 Binary files a/assets/amiibo/images/icon_01000000-034b0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-034c0902.png b/assets/amiibo/images/icon_01000000-034c0902.png deleted file mode 100644 index d0fefccda..000000000 Binary files a/assets/amiibo/images/icon_01000000-034c0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-034d0902.png b/assets/amiibo/images/icon_01000000-034d0902.png deleted file mode 100644 index 5e75dcfa4..000000000 Binary files a/assets/amiibo/images/icon_01000000-034d0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-034e0902.png b/assets/amiibo/images/icon_01000000-034e0902.png deleted file mode 100644 index aef55553f..000000000 Binary files a/assets/amiibo/images/icon_01000000-034e0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-034f0902.png b/assets/amiibo/images/icon_01000000-034f0902.png deleted file mode 100644 index 11a59e917..000000000 Binary files a/assets/amiibo/images/icon_01000000-034f0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-03530902.png b/assets/amiibo/images/icon_01000000-03530902.png deleted file mode 100644 index 46d157378..000000000 Binary files a/assets/amiibo/images/icon_01000000-03530902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-03540902.png b/assets/amiibo/images/icon_01000000-03540902.png deleted file mode 100644 index 23c61e036..000000000 Binary files a/assets/amiibo/images/icon_01000000-03540902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-037c0002.png b/assets/amiibo/images/icon_01000000-037c0002.png deleted file mode 100644 index 95dec8361..000000000 Binary files a/assets/amiibo/images/icon_01000000-037c0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-03990902.png b/assets/amiibo/images/icon_01000000-03990902.png deleted file mode 100644 index 37d7a0db0..000000000 Binary files a/assets/amiibo/images/icon_01000000-03990902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000000-04180902.png b/assets/amiibo/images/icon_01000000-04180902.png deleted file mode 100644 index 939071f54..000000000 Binary files a/assets/amiibo/images/icon_01000000-04180902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000100-00160002.png b/assets/amiibo/images/icon_01000100-00160002.png deleted file mode 100644 index 2d8738b53..000000000 Binary files a/assets/amiibo/images/icon_01000100-00160002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01000100-03500902.png b/assets/amiibo/images/icon_01000100-03500902.png deleted file mode 100644 index bbb04cd21..000000000 Binary files a/assets/amiibo/images/icon_01000100-03500902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01010000-000e0002.png b/assets/amiibo/images/icon_01010000-000e0002.png deleted file mode 100644 index b399f67a1..000000000 Binary files a/assets/amiibo/images/icon_01010000-000e0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01010000-03520902.png b/assets/amiibo/images/icon_01010000-03520902.png deleted file mode 100644 index c2259a606..000000000 Binary files a/assets/amiibo/images/icon_01010000-03520902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01010000-03560902.png b/assets/amiibo/images/icon_01010000-03560902.png deleted file mode 100644 index 8d336a55d..000000000 Binary files a/assets/amiibo/images/icon_01010000-03560902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01010000-04190902.png b/assets/amiibo/images/icon_01010000-04190902.png deleted file mode 100644 index 155656e7c..000000000 Binary files a/assets/amiibo/images/icon_01010000-04190902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01010100-00170002.png b/assets/amiibo/images/icon_01010100-00170002.png deleted file mode 100644 index 418b500f7..000000000 Binary files a/assets/amiibo/images/icon_01010100-00170002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01010300-04140902.png b/assets/amiibo/images/icon_01010300-04140902.png deleted file mode 100644 index c1db27252..000000000 Binary files a/assets/amiibo/images/icon_01010300-04140902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01020100-001b0002.png b/assets/amiibo/images/icon_01020100-001b0002.png deleted file mode 100644 index 8a5b3a0a2..000000000 Binary files a/assets/amiibo/images/icon_01020100-001b0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01020100-041a0902.png b/assets/amiibo/images/icon_01020100-041a0902.png deleted file mode 100644 index f1729e327..000000000 Binary files a/assets/amiibo/images/icon_01020100-041a0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01030000-024f0902.png b/assets/amiibo/images/icon_01030000-024f0902.png deleted file mode 100644 index e044af322..000000000 Binary files a/assets/amiibo/images/icon_01030000-024f0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01050000-03580902.png b/assets/amiibo/images/icon_01050000-03580902.png deleted file mode 100644 index 4680bbbd6..000000000 Binary files a/assets/amiibo/images/icon_01050000-03580902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01060000-03590902.png b/assets/amiibo/images/icon_01060000-03590902.png deleted file mode 100644 index 18c1b0f11..000000000 Binary files a/assets/amiibo/images/icon_01060000-03590902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01070000-035a0902.png b/assets/amiibo/images/icon_01070000-035a0902.png deleted file mode 100644 index 19971ab00..000000000 Binary files a/assets/amiibo/images/icon_01070000-035a0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01080000-035b0902.png b/assets/amiibo/images/icon_01080000-035b0902.png deleted file mode 100644 index 215829c7b..000000000 Binary files a/assets/amiibo/images/icon_01080000-035b0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01400000-03550902.png b/assets/amiibo/images/icon_01400000-03550902.png deleted file mode 100644 index 8d669c7f8..000000000 Binary files a/assets/amiibo/images/icon_01400000-03550902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01410000-035c0902.png b/assets/amiibo/images/icon_01410000-035c0902.png deleted file mode 100644 index d09e84278..000000000 Binary files a/assets/amiibo/images/icon_01410000-035c0902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01800000-00080002.png b/assets/amiibo/images/icon_01800000-00080002.png deleted file mode 100644 index 3c229cb35..000000000 Binary files a/assets/amiibo/images/icon_01800000-00080002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810000-024b0502.png b/assets/amiibo/images/icon_01810000-024b0502.png deleted file mode 100644 index 9cdfdf5ac..000000000 Binary files a/assets/amiibo/images/icon_01810000-024b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810000-037d0002.png b/assets/amiibo/images/icon_01810000-037d0002.png deleted file mode 100644 index c46642153..000000000 Binary files a/assets/amiibo/images/icon_01810000-037d0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810001-00440502.png b/assets/amiibo/images/icon_01810001-00440502.png deleted file mode 100644 index 0d4439f02..000000000 Binary files a/assets/amiibo/images/icon_01810001-00440502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810001-01d40502.png b/assets/amiibo/images/icon_01810001-01d40502.png deleted file mode 100644 index fb6e5c8ad..000000000 Binary files a/assets/amiibo/images/icon_01810001-01d40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810100-023f0502.png b/assets/amiibo/images/icon_01810100-023f0502.png deleted file mode 100644 index 26a5c0c11..000000000 Binary files a/assets/amiibo/images/icon_01810100-023f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810101-00b40502.png b/assets/amiibo/images/icon_01810101-00b40502.png deleted file mode 100644 index d5a901289..000000000 Binary files a/assets/amiibo/images/icon_01810101-00b40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810201-011a0502.png b/assets/amiibo/images/icon_01810201-011a0502.png deleted file mode 100644 index 22dc77e1f..000000000 Binary files a/assets/amiibo/images/icon_01810201-011a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810301-01700502.png b/assets/amiibo/images/icon_01810301-01700502.png deleted file mode 100644 index bdd969b3a..000000000 Binary files a/assets/amiibo/images/icon_01810301-01700502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810401-03aa0502.png b/assets/amiibo/images/icon_01810401-03aa0502.png deleted file mode 100644 index 44e646f67..000000000 Binary files a/assets/amiibo/images/icon_01810401-03aa0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01810501-03bf0502.png b/assets/amiibo/images/icon_01810501-03bf0502.png deleted file mode 100644 index 97c89b5fb..000000000 Binary files a/assets/amiibo/images/icon_01810501-03bf0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01820000-02400502.png b/assets/amiibo/images/icon_01820000-02400502.png deleted file mode 100644 index fae58f523..000000000 Binary files a/assets/amiibo/images/icon_01820000-02400502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01820001-00a80502.png b/assets/amiibo/images/icon_01820001-00a80502.png deleted file mode 100644 index aedee2c99..000000000 Binary files a/assets/amiibo/images/icon_01820001-00a80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01820001-01d80502.png b/assets/amiibo/images/icon_01820001-01d80502.png deleted file mode 100644 index f31ded694..000000000 Binary files a/assets/amiibo/images/icon_01820001-01d80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01820001-03b20502.png b/assets/amiibo/images/icon_01820001-03b20502.png deleted file mode 100644 index 974b4415d..000000000 Binary files a/assets/amiibo/images/icon_01820001-03b20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01820101-00460502.png b/assets/amiibo/images/icon_01820101-00460502.png deleted file mode 100644 index 4eee12a4d..000000000 Binary files a/assets/amiibo/images/icon_01820101-00460502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01830000-02420502.png b/assets/amiibo/images/icon_01830000-02420502.png deleted file mode 100644 index df6a8df77..000000000 Binary files a/assets/amiibo/images/icon_01830000-02420502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01830001-00450502.png b/assets/amiibo/images/icon_01830001-00450502.png deleted file mode 100644 index e7a8edd06..000000000 Binary files a/assets/amiibo/images/icon_01830001-00450502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01830101-010e0502.png b/assets/amiibo/images/icon_01830101-010e0502.png deleted file mode 100644 index c397bc1c4..000000000 Binary files a/assets/amiibo/images/icon_01830101-010e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01830201-03a80502.png b/assets/amiibo/images/icon_01830201-03a80502.png deleted file mode 100644 index 7c53003ea..000000000 Binary files a/assets/amiibo/images/icon_01830201-03a80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01830301-03be0502.png b/assets/amiibo/images/icon_01830301-03be0502.png deleted file mode 100644 index a25b00bd9..000000000 Binary files a/assets/amiibo/images/icon_01830301-03be0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01840000-024d0502.png b/assets/amiibo/images/icon_01840000-024d0502.png deleted file mode 100644 index af0b9c5ae..000000000 Binary files a/assets/amiibo/images/icon_01840000-024d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01840501-03a90502.png b/assets/amiibo/images/icon_01840501-03a90502.png deleted file mode 100644 index 6f3dd2672..000000000 Binary files a/assets/amiibo/images/icon_01840501-03a90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01850001-004b0502.png b/assets/amiibo/images/icon_01850001-004b0502.png deleted file mode 100644 index 70043a090..000000000 Binary files a/assets/amiibo/images/icon_01850001-004b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01850201-01170502.png b/assets/amiibo/images/icon_01850201-01170502.png deleted file mode 100644 index d3950e2bd..000000000 Binary files a/assets/amiibo/images/icon_01850201-01170502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01850401-01790502.png b/assets/amiibo/images/icon_01850401-01790502.png deleted file mode 100644 index 2f49cc6e2..000000000 Binary files a/assets/amiibo/images/icon_01850401-01790502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01860101-00af0502.png b/assets/amiibo/images/icon_01860101-00af0502.png deleted file mode 100644 index a75b5ddc5..000000000 Binary files a/assets/amiibo/images/icon_01860101-00af0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01860301-01750502.png b/assets/amiibo/images/icon_01860301-01750502.png deleted file mode 100644 index 82075f79e..000000000 Binary files a/assets/amiibo/images/icon_01860301-01750502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01870001-00470502.png b/assets/amiibo/images/icon_01870001-00470502.png deleted file mode 100644 index e068c1e52..000000000 Binary files a/assets/amiibo/images/icon_01870001-00470502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01870001-03b00502.png b/assets/amiibo/images/icon_01870001-03b00502.png deleted file mode 100644 index 736abcaec..000000000 Binary files a/assets/amiibo/images/icon_01870001-03b00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01880000-02410502.png b/assets/amiibo/images/icon_01880000-02410502.png deleted file mode 100644 index cbfef0032..000000000 Binary files a/assets/amiibo/images/icon_01880000-02410502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01880001-01120502.png b/assets/amiibo/images/icon_01880001-01120502.png deleted file mode 100644 index 1167638f9..000000000 Binary files a/assets/amiibo/images/icon_01880001-01120502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01880001-03af0502.png b/assets/amiibo/images/icon_01880001-03af0502.png deleted file mode 100644 index 6e162e6d3..000000000 Binary files a/assets/amiibo/images/icon_01880001-03af0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01890001-00ab0502.png b/assets/amiibo/images/icon_01890001-00ab0502.png deleted file mode 100644 index a96ad753e..000000000 Binary files a/assets/amiibo/images/icon_01890001-00ab0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01890101-03b10502.png b/assets/amiibo/images/icon_01890101-03b10502.png deleted file mode 100644 index c973f9e65..000000000 Binary files a/assets/amiibo/images/icon_01890101-03b10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018a0000-02450502.png b/assets/amiibo/images/icon_018a0000-02450502.png deleted file mode 100644 index 29bcf9427..000000000 Binary files a/assets/amiibo/images/icon_018a0000-02450502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018a0001-00a90502.png b/assets/amiibo/images/icon_018a0001-00a90502.png deleted file mode 100644 index a08a53e75..000000000 Binary files a/assets/amiibo/images/icon_018a0001-00a90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018b0000-02460502.png b/assets/amiibo/images/icon_018b0000-02460502.png deleted file mode 100644 index d3ca3157f..000000000 Binary files a/assets/amiibo/images/icon_018b0000-02460502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018b0001-01150502.png b/assets/amiibo/images/icon_018b0001-01150502.png deleted file mode 100644 index 0b50ed0d0..000000000 Binary files a/assets/amiibo/images/icon_018b0001-01150502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018c0000-02430502.png b/assets/amiibo/images/icon_018c0000-02430502.png deleted file mode 100644 index 5b8af1a5e..000000000 Binary files a/assets/amiibo/images/icon_018c0000-02430502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018c0001-004c0502.png b/assets/amiibo/images/icon_018c0001-004c0502.png deleted file mode 100644 index c67f64bbc..000000000 Binary files a/assets/amiibo/images/icon_018c0001-004c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018c0101-01180502.png b/assets/amiibo/images/icon_018c0101-01180502.png deleted file mode 100644 index 93fbe1bce..000000000 Binary files a/assets/amiibo/images/icon_018c0101-01180502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018d0000-024c0502.png b/assets/amiibo/images/icon_018d0000-024c0502.png deleted file mode 100644 index 38c2dcb37..000000000 Binary files a/assets/amiibo/images/icon_018d0000-024c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018d0001-010c0502.png b/assets/amiibo/images/icon_018d0001-010c0502.png deleted file mode 100644 index fb328b1c0..000000000 Binary files a/assets/amiibo/images/icon_018d0001-010c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018e0000-02490502.png b/assets/amiibo/images/icon_018e0000-02490502.png deleted file mode 100644 index f27bd19fa..000000000 Binary files a/assets/amiibo/images/icon_018e0000-02490502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018e0001-00490502.png b/assets/amiibo/images/icon_018e0001-00490502.png deleted file mode 100644 index d3f5e504b..000000000 Binary files a/assets/amiibo/images/icon_018e0001-00490502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018e0101-01780502.png b/assets/amiibo/images/icon_018e0101-01780502.png deleted file mode 100644 index fb579f84d..000000000 Binary files a/assets/amiibo/images/icon_018e0101-01780502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018f0001-00b30502.png b/assets/amiibo/images/icon_018f0001-00b30502.png deleted file mode 100644 index 5c8bf0d0d..000000000 Binary files a/assets/amiibo/images/icon_018f0001-00b30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_018f0101-01190502.png b/assets/amiibo/images/icon_018f0101-01190502.png deleted file mode 100644 index 805ae3eb4..000000000 Binary files a/assets/amiibo/images/icon_018f0101-01190502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01900001-01710502.png b/assets/amiibo/images/icon_01900001-01710502.png deleted file mode 100644 index df82724d5..000000000 Binary files a/assets/amiibo/images/icon_01900001-01710502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01910001-004e0502.png b/assets/amiibo/images/icon_01910001-004e0502.png deleted file mode 100644 index 62ab4d28a..000000000 Binary files a/assets/amiibo/images/icon_01910001-004e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01920000-02470502.png b/assets/amiibo/images/icon_01920000-02470502.png deleted file mode 100644 index c605f10dd..000000000 Binary files a/assets/amiibo/images/icon_01920000-02470502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01920001-010d0502.png b/assets/amiibo/images/icon_01920001-010d0502.png deleted file mode 100644 index 465c7d348..000000000 Binary files a/assets/amiibo/images/icon_01920001-010d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01920001-03ad0502.png b/assets/amiibo/images/icon_01920001-03ad0502.png deleted file mode 100644 index 371e97846..000000000 Binary files a/assets/amiibo/images/icon_01920001-03ad0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01930000-02480502.png b/assets/amiibo/images/icon_01930000-02480502.png deleted file mode 100644 index 033acf278..000000000 Binary files a/assets/amiibo/images/icon_01930000-02480502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01930001-01740502.png b/assets/amiibo/images/icon_01930001-01740502.png deleted file mode 100644 index 3ccafabe9..000000000 Binary files a/assets/amiibo/images/icon_01930001-01740502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01930001-03ae0502.png b/assets/amiibo/images/icon_01930001-03ae0502.png deleted file mode 100644 index 7d85c371c..000000000 Binary files a/assets/amiibo/images/icon_01930001-03ae0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01940000-024a0502.png b/assets/amiibo/images/icon_01940000-024a0502.png deleted file mode 100644 index 5d0571c61..000000000 Binary files a/assets/amiibo/images/icon_01940000-024a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01940001-00aa0502.png b/assets/amiibo/images/icon_01940001-00aa0502.png deleted file mode 100644 index 8fbaa48ab..000000000 Binary files a/assets/amiibo/images/icon_01940001-00aa0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01940001-03b60502.png b/assets/amiibo/images/icon_01940001-03b60502.png deleted file mode 100644 index 5ce1e16ad..000000000 Binary files a/assets/amiibo/images/icon_01940001-03b60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01950001-00b00502.png b/assets/amiibo/images/icon_01950001-00b00502.png deleted file mode 100644 index 31e3f7c4a..000000000 Binary files a/assets/amiibo/images/icon_01950001-00b00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01960000-024e0502.png b/assets/amiibo/images/icon_01960000-024e0502.png deleted file mode 100644 index 3eb260263..000000000 Binary files a/assets/amiibo/images/icon_01960000-024e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01960001-00480502.png b/assets/amiibo/images/icon_01960001-00480502.png deleted file mode 100644 index 2b5f81c6f..000000000 Binary files a/assets/amiibo/images/icon_01960001-00480502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01970001-01770502.png b/assets/amiibo/images/icon_01970001-01770502.png deleted file mode 100644 index 64d3a0cee..000000000 Binary files a/assets/amiibo/images/icon_01970001-01770502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01980001-00b10502.png b/assets/amiibo/images/icon_01980001-00b10502.png deleted file mode 100644 index 5b0fed906..000000000 Binary files a/assets/amiibo/images/icon_01980001-00b10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01990001-01160502.png b/assets/amiibo/images/icon_01990001-01160502.png deleted file mode 100644 index 1fba27a52..000000000 Binary files a/assets/amiibo/images/icon_01990001-01160502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_019a0001-00b70502.png b/assets/amiibo/images/icon_019a0001-00b70502.png deleted file mode 100644 index 03723b3e9..000000000 Binary files a/assets/amiibo/images/icon_019a0001-00b70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_019b0001-00b60502.png b/assets/amiibo/images/icon_019b0001-00b60502.png deleted file mode 100644 index f1a8d4730..000000000 Binary files a/assets/amiibo/images/icon_019b0001-00b60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_019c0001-01730502.png b/assets/amiibo/images/icon_019c0001-01730502.png deleted file mode 100644 index bacbaa11e..000000000 Binary files a/assets/amiibo/images/icon_019c0001-01730502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_019d0001-00ac0502.png b/assets/amiibo/images/icon_019d0001-00ac0502.png deleted file mode 100644 index fbc0976fd..000000000 Binary files a/assets/amiibo/images/icon_019d0001-00ac0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_019e0001-00ad0502.png b/assets/amiibo/images/icon_019e0001-00ad0502.png deleted file mode 100644 index 16ed5854f..000000000 Binary files a/assets/amiibo/images/icon_019e0001-00ad0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_019f0001-01110502.png b/assets/amiibo/images/icon_019f0001-01110502.png deleted file mode 100644 index 42d0ae64e..000000000 Binary files a/assets/amiibo/images/icon_019f0001-01110502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a00001-010f0502.png b/assets/amiibo/images/icon_01a00001-010f0502.png deleted file mode 100644 index 76283ef27..000000000 Binary files a/assets/amiibo/images/icon_01a00001-010f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a10001-01100502.png b/assets/amiibo/images/icon_01a10001-01100502.png deleted file mode 100644 index 9f09fbced..000000000 Binary files a/assets/amiibo/images/icon_01a10001-01100502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a20001-017d0502.png b/assets/amiibo/images/icon_01a20001-017d0502.png deleted file mode 100644 index 821fb22f7..000000000 Binary files a/assets/amiibo/images/icon_01a20001-017d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a20001-03b90502.png b/assets/amiibo/images/icon_01a20001-03b90502.png deleted file mode 100644 index 768c08f4f..000000000 Binary files a/assets/amiibo/images/icon_01a20001-03b90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a30001-004a0502.png b/assets/amiibo/images/icon_01a30001-004a0502.png deleted file mode 100644 index c7c3ac4f3..000000000 Binary files a/assets/amiibo/images/icon_01a30001-004a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a40001-004d0502.png b/assets/amiibo/images/icon_01a40001-004d0502.png deleted file mode 100644 index b7fc5a5ca..000000000 Binary files a/assets/amiibo/images/icon_01a40001-004d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a50001-01720502.png b/assets/amiibo/images/icon_01a50001-01720502.png deleted file mode 100644 index c2606e78c..000000000 Binary files a/assets/amiibo/images/icon_01a50001-01720502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a60001-00500502.png b/assets/amiibo/images/icon_01a60001-00500502.png deleted file mode 100644 index e1979133e..000000000 Binary files a/assets/amiibo/images/icon_01a60001-00500502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a60001-03b70502.png b/assets/amiibo/images/icon_01a60001-03b70502.png deleted file mode 100644 index 4679e138a..000000000 Binary files a/assets/amiibo/images/icon_01a60001-03b70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a70001-01140502.png b/assets/amiibo/images/icon_01a70001-01140502.png deleted file mode 100644 index 40d9725c6..000000000 Binary files a/assets/amiibo/images/icon_01a70001-01140502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a80001-004f0502.png b/assets/amiibo/images/icon_01a80001-004f0502.png deleted file mode 100644 index 45f21ea13..000000000 Binary files a/assets/amiibo/images/icon_01a80001-004f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a80101-017e0502.png b/assets/amiibo/images/icon_01a80101-017e0502.png deleted file mode 100644 index f5df61dfa..000000000 Binary files a/assets/amiibo/images/icon_01a80101-017e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01a90001-01760502.png b/assets/amiibo/images/icon_01a90001-01760502.png deleted file mode 100644 index 67651098f..000000000 Binary files a/assets/amiibo/images/icon_01a90001-01760502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01aa0001-00530502.png b/assets/amiibo/images/icon_01aa0001-00530502.png deleted file mode 100644 index a68c51f4d..000000000 Binary files a/assets/amiibo/images/icon_01aa0001-00530502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01ab0001-017c0502.png b/assets/amiibo/images/icon_01ab0001-017c0502.png deleted file mode 100644 index 345a0e7f6..000000000 Binary files a/assets/amiibo/images/icon_01ab0001-017c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01ac0001-017f0502.png b/assets/amiibo/images/icon_01ac0001-017f0502.png deleted file mode 100644 index 9a54b2bfa..000000000 Binary files a/assets/amiibo/images/icon_01ac0001-017f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01ad0001-00b80502.png b/assets/amiibo/images/icon_01ad0001-00b80502.png deleted file mode 100644 index 78ec67d2d..000000000 Binary files a/assets/amiibo/images/icon_01ad0001-00b80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01ae0001-011b0502.png b/assets/amiibo/images/icon_01ae0001-011b0502.png deleted file mode 100644 index b12d3c1e2..000000000 Binary files a/assets/amiibo/images/icon_01ae0001-011b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01af0001-011c0502.png b/assets/amiibo/images/icon_01af0001-011c0502.png deleted file mode 100644 index 0b4e4ac27..000000000 Binary files a/assets/amiibo/images/icon_01af0001-011c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01b00001-00520502.png b/assets/amiibo/images/icon_01b00001-00520502.png deleted file mode 100644 index 57f138b37..000000000 Binary files a/assets/amiibo/images/icon_01b00001-00520502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01b10001-00b20502.png b/assets/amiibo/images/icon_01b10001-00b20502.png deleted file mode 100644 index 7a1fbef4f..000000000 Binary files a/assets/amiibo/images/icon_01b10001-00b20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01b10101-017b0502.png b/assets/amiibo/images/icon_01b10101-017b0502.png deleted file mode 100644 index eac173ad6..000000000 Binary files a/assets/amiibo/images/icon_01b10101-017b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01b30001-00b50502.png b/assets/amiibo/images/icon_01b30001-00b50502.png deleted file mode 100644 index 4a9db5473..000000000 Binary files a/assets/amiibo/images/icon_01b30001-00b50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01b40001-01130502.png b/assets/amiibo/images/icon_01b40001-01130502.png deleted file mode 100644 index 426021a34..000000000 Binary files a/assets/amiibo/images/icon_01b40001-01130502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01b50001-00510502.png b/assets/amiibo/images/icon_01b50001-00510502.png deleted file mode 100644 index 5f2979eff..000000000 Binary files a/assets/amiibo/images/icon_01b50001-00510502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01b60001-00ae0502.png b/assets/amiibo/images/icon_01b60001-00ae0502.png deleted file mode 100644 index ff7b9006d..000000000 Binary files a/assets/amiibo/images/icon_01b60001-00ae0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01c10000-02440502.png b/assets/amiibo/images/icon_01c10000-02440502.png deleted file mode 100644 index 9707816af..000000000 Binary files a/assets/amiibo/images/icon_01c10000-02440502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01c10001-00540502.png b/assets/amiibo/images/icon_01c10001-00540502.png deleted file mode 100644 index 3971b1a63..000000000 Binary files a/assets/amiibo/images/icon_01c10001-00540502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01c10101-017a0502.png b/assets/amiibo/images/icon_01c10101-017a0502.png deleted file mode 100644 index ee4f4a096..000000000 Binary files a/assets/amiibo/images/icon_01c10101-017a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_01c10201-03bb0502.png b/assets/amiibo/images/icon_01c10201-03bb0502.png deleted file mode 100644 index 5421bf70b..000000000 Binary files a/assets/amiibo/images/icon_01c10201-03bb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02000001-00a10502.png b/assets/amiibo/images/icon_02000001-00a10502.png deleted file mode 100644 index 3a85b87db..000000000 Binary files a/assets/amiibo/images/icon_02000001-00a10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02010001-016a0502.png b/assets/amiibo/images/icon_02010001-016a0502.png deleted file mode 100644 index 0f0560f48..000000000 Binary files a/assets/amiibo/images/icon_02010001-016a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02020001-01030502.png b/assets/amiibo/images/icon_02020001-01030502.png deleted file mode 100644 index d498b6828..000000000 Binary files a/assets/amiibo/images/icon_02020001-01030502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02030001-019a0502.png b/assets/amiibo/images/icon_02030001-019a0502.png deleted file mode 100644 index e47a6c82b..000000000 Binary files a/assets/amiibo/images/icon_02030001-019a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02060001-03120502.png b/assets/amiibo/images/icon_02060001-03120502.png deleted file mode 100644 index fee76bd28..000000000 Binary files a/assets/amiibo/images/icon_02060001-03120502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02080001-00960502.png b/assets/amiibo/images/icon_02080001-00960502.png deleted file mode 100644 index 74b1f0fed..000000000 Binary files a/assets/amiibo/images/icon_02080001-00960502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02090001-019f0502.png b/assets/amiibo/images/icon_02090001-019f0502.png deleted file mode 100644 index b964bb673..000000000 Binary files a/assets/amiibo/images/icon_02090001-019f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02140001-00e40502.png b/assets/amiibo/images/icon_02140001-00e40502.png deleted file mode 100644 index 0bdc41652..000000000 Binary files a/assets/amiibo/images/icon_02140001-00e40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02150001-01820502.png b/assets/amiibo/images/icon_02150001-01820502.png deleted file mode 100644 index 1ed1e3fb3..000000000 Binary files a/assets/amiibo/images/icon_02150001-01820502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02160001-00570502.png b/assets/amiibo/images/icon_02160001-00570502.png deleted file mode 100644 index d1c719550..000000000 Binary files a/assets/amiibo/images/icon_02160001-00570502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02170001-01b30502.png b/assets/amiibo/images/icon_02170001-01b30502.png deleted file mode 100644 index ca2fb9742..000000000 Binary files a/assets/amiibo/images/icon_02170001-01b30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02190001-007e0502.png b/assets/amiibo/images/icon_02190001-007e0502.png deleted file mode 100644 index 7a83357c8..000000000 Binary files a/assets/amiibo/images/icon_02190001-007e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_021a0001-00da0502.png b/assets/amiibo/images/icon_021a0001-00da0502.png deleted file mode 100644 index 84cf671b3..000000000 Binary files a/assets/amiibo/images/icon_021a0001-00da0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_021b0001-00800502.png b/assets/amiibo/images/icon_021b0001-00800502.png deleted file mode 100644 index 2062ec0ff..000000000 Binary files a/assets/amiibo/images/icon_021b0001-00800502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_021c0001-02f70502.png b/assets/amiibo/images/icon_021c0001-02f70502.png deleted file mode 100644 index e90ac27be..000000000 Binary files a/assets/amiibo/images/icon_021c0001-02f70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_021d0001-01cd0502.png b/assets/amiibo/images/icon_021d0001-01cd0502.png deleted file mode 100644 index 1cc55a53c..000000000 Binary files a/assets/amiibo/images/icon_021d0001-01cd0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_021e0001-01230502.png b/assets/amiibo/images/icon_021e0001-01230502.png deleted file mode 100644 index e00d6b0b2..000000000 Binary files a/assets/amiibo/images/icon_021e0001-01230502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_021f0001-03170502.png b/assets/amiibo/images/icon_021f0001-03170502.png deleted file mode 100644 index b1ed41933..000000000 Binary files a/assets/amiibo/images/icon_021f0001-03170502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02200001-00fd0502.png b/assets/amiibo/images/icon_02200001-00fd0502.png deleted file mode 100644 index 9d39523c1..000000000 Binary files a/assets/amiibo/images/icon_02200001-00fd0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02210001-013c0502.png b/assets/amiibo/images/icon_02210001-013c0502.png deleted file mode 100644 index ec0d12d1a..000000000 Binary files a/assets/amiibo/images/icon_02210001-013c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02220001-01440502.png b/assets/amiibo/images/icon_02220001-01440502.png deleted file mode 100644 index 1bcd9f160..000000000 Binary files a/assets/amiibo/images/icon_02220001-01440502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_022d0001-00f20502.png b/assets/amiibo/images/icon_022d0001-00f20502.png deleted file mode 100644 index ca575920e..000000000 Binary files a/assets/amiibo/images/icon_022d0001-00f20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_022e0001-01d30502.png b/assets/amiibo/images/icon_022e0001-01d30502.png deleted file mode 100644 index 8b3d0db28..000000000 Binary files a/assets/amiibo/images/icon_022e0001-01d30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_022f0001-011e0502.png b/assets/amiibo/images/icon_022f0001-011e0502.png deleted file mode 100644 index 5c9df328a..000000000 Binary files a/assets/amiibo/images/icon_022f0001-011e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02300001-01d20502.png b/assets/amiibo/images/icon_02300001-01d20502.png deleted file mode 100644 index d35c91e6d..000000000 Binary files a/assets/amiibo/images/icon_02300001-01d20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02310001-006a0502.png b/assets/amiibo/images/icon_02310001-006a0502.png deleted file mode 100644 index 67051c521..000000000 Binary files a/assets/amiibo/images/icon_02310001-006a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02320001-02ea0502.png b/assets/amiibo/images/icon_02320001-02ea0502.png deleted file mode 100644 index 3d8b089b0..000000000 Binary files a/assets/amiibo/images/icon_02320001-02ea0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02330001-03060502.png b/assets/amiibo/images/icon_02330001-03060502.png deleted file mode 100644 index d918fa161..000000000 Binary files a/assets/amiibo/images/icon_02330001-03060502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02350001-00840502.png b/assets/amiibo/images/icon_02350001-00840502.png deleted file mode 100644 index 5b16b02d5..000000000 Binary files a/assets/amiibo/images/icon_02350001-00840502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02380001-02f80502.png b/assets/amiibo/images/icon_02380001-02f80502.png deleted file mode 100644 index 7a6f375c5..000000000 Binary files a/assets/amiibo/images/icon_02380001-02f80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_023c0001-00bd0502.png b/assets/amiibo/images/icon_023c0001-00bd0502.png deleted file mode 100644 index 4b79159c7..000000000 Binary files a/assets/amiibo/images/icon_023c0001-00bd0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_023d0001-01b50502.png b/assets/amiibo/images/icon_023d0001-01b50502.png deleted file mode 100644 index 3f80dff60..000000000 Binary files a/assets/amiibo/images/icon_023d0001-01b50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_023e0001-00d10502.png b/assets/amiibo/images/icon_023e0001-00d10502.png deleted file mode 100644 index 8c76abb05..000000000 Binary files a/assets/amiibo/images/icon_023e0001-00d10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_023f0001-01660502.png b/assets/amiibo/images/icon_023f0001-01660502.png deleted file mode 100644 index 7036a0c27..000000000 Binary files a/assets/amiibo/images/icon_023f0001-01660502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_024a0001-01d10502.png b/assets/amiibo/images/icon_024a0001-01d10502.png deleted file mode 100644 index d7f6430b2..000000000 Binary files a/assets/amiibo/images/icon_024a0001-01d10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_024b0001-01260502.png b/assets/amiibo/images/icon_024b0001-01260502.png deleted file mode 100644 index fed4228a0..000000000 Binary files a/assets/amiibo/images/icon_024b0001-01260502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_024d0001-02f60502.png b/assets/amiibo/images/icon_024d0001-02f60502.png deleted file mode 100644 index a2d0832ef..000000000 Binary files a/assets/amiibo/images/icon_024d0001-02f60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_024f0001-00810502.png b/assets/amiibo/images/icon_024f0001-00810502.png deleted file mode 100644 index 9456ed75c..000000000 Binary files a/assets/amiibo/images/icon_024f0001-00810502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02510001-00c10502.png b/assets/amiibo/images/icon_02510001-00c10502.png deleted file mode 100644 index 9ce5c04d0..000000000 Binary files a/assets/amiibo/images/icon_02510001-00c10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02520001-00fe0502.png b/assets/amiibo/images/icon_02520001-00fe0502.png deleted file mode 100644 index 915a8942f..000000000 Binary files a/assets/amiibo/images/icon_02520001-00fe0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_025d0001-00550502.png b/assets/amiibo/images/icon_025d0001-00550502.png deleted file mode 100644 index 96b45ecdd..000000000 Binary files a/assets/amiibo/images/icon_025d0001-00550502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_025e0001-01250502.png b/assets/amiibo/images/icon_025e0001-01250502.png deleted file mode 100644 index 83a06f997..000000000 Binary files a/assets/amiibo/images/icon_025e0001-01250502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_025f0001-01c50502.png b/assets/amiibo/images/icon_025f0001-01c50502.png deleted file mode 100644 index 372cea8ba..000000000 Binary files a/assets/amiibo/images/icon_025f0001-01c50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_025f0001-01d70502.png b/assets/amiibo/images/icon_025f0001-01d70502.png deleted file mode 100644 index d44a31cac..000000000 Binary files a/assets/amiibo/images/icon_025f0001-01d70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02600001-00d20502.png b/assets/amiibo/images/icon_02600001-00d20502.png deleted file mode 100644 index e1941dab6..000000000 Binary files a/assets/amiibo/images/icon_02600001-00d20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02610001-00650502.png b/assets/amiibo/images/icon_02610001-00650502.png deleted file mode 100644 index fe5bddf16..000000000 Binary files a/assets/amiibo/images/icon_02610001-00650502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02620001-01370502.png b/assets/amiibo/images/icon_02620001-01370502.png deleted file mode 100644 index 6af1156a5..000000000 Binary files a/assets/amiibo/images/icon_02620001-01370502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02630001-00750502.png b/assets/amiibo/images/icon_02630001-00750502.png deleted file mode 100644 index b4ae4ecbb..000000000 Binary files a/assets/amiibo/images/icon_02630001-00750502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02640001-01ac0502.png b/assets/amiibo/images/icon_02640001-01ac0502.png deleted file mode 100644 index 9ddb980a3..000000000 Binary files a/assets/amiibo/images/icon_02640001-01ac0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02650001-01540502.png b/assets/amiibo/images/icon_02650001-01540502.png deleted file mode 100644 index 2912b78f6..000000000 Binary files a/assets/amiibo/images/icon_02650001-01540502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02660001-00680502.png b/assets/amiibo/images/icon_02660001-00680502.png deleted file mode 100644 index 8b6937be3..000000000 Binary files a/assets/amiibo/images/icon_02660001-00680502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02670001-01080502.png b/assets/amiibo/images/icon_02670001-01080502.png deleted file mode 100644 index 95882b58b..000000000 Binary files a/assets/amiibo/images/icon_02670001-01080502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02680001-007d0502.png b/assets/amiibo/images/icon_02680001-007d0502.png deleted file mode 100644 index 18882d1be..000000000 Binary files a/assets/amiibo/images/icon_02680001-007d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02690001-011f0502.png b/assets/amiibo/images/icon_02690001-011f0502.png deleted file mode 100644 index e83b0c984..000000000 Binary files a/assets/amiibo/images/icon_02690001-011f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_026a0001-01460502.png b/assets/amiibo/images/icon_026a0001-01460502.png deleted file mode 100644 index 9f0e870ec..000000000 Binary files a/assets/amiibo/images/icon_026a0001-01460502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_026b0001-00e90502.png b/assets/amiibo/images/icon_026b0001-00e90502.png deleted file mode 100644 index b2c9407bd..000000000 Binary files a/assets/amiibo/images/icon_026b0001-00e90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_026c0001-00c30502.png b/assets/amiibo/images/icon_026c0001-00c30502.png deleted file mode 100644 index d47fde6b8..000000000 Binary files a/assets/amiibo/images/icon_026c0001-00c30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_026d0001-013f0502.png b/assets/amiibo/images/icon_026d0001-013f0502.png deleted file mode 100644 index ce54b0201..000000000 Binary files a/assets/amiibo/images/icon_026d0001-013f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_026e0001-00ba0502.png b/assets/amiibo/images/icon_026e0001-00ba0502.png deleted file mode 100644 index eb6d3b580..000000000 Binary files a/assets/amiibo/images/icon_026e0001-00ba0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_026f0001-01900502.png b/assets/amiibo/images/icon_026f0001-01900502.png deleted file mode 100644 index a3a008e52..000000000 Binary files a/assets/amiibo/images/icon_026f0001-01900502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02700001-00ff0502.png b/assets/amiibo/images/icon_02700001-00ff0502.png deleted file mode 100644 index d748bb1cb..000000000 Binary files a/assets/amiibo/images/icon_02700001-00ff0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02710001-019b0502.png b/assets/amiibo/images/icon_02710001-019b0502.png deleted file mode 100644 index fd8f7bbe8..000000000 Binary files a/assets/amiibo/images/icon_02710001-019b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02720001-01860502.png b/assets/amiibo/images/icon_02720001-01860502.png deleted file mode 100644 index 76854ded4..000000000 Binary files a/assets/amiibo/images/icon_02720001-01860502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_027d0001-00630502.png b/assets/amiibo/images/icon_027d0001-00630502.png deleted file mode 100644 index d205c6105..000000000 Binary files a/assets/amiibo/images/icon_027d0001-00630502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_027e0001-01690502.png b/assets/amiibo/images/icon_027e0001-01690502.png deleted file mode 100644 index ce2146352..000000000 Binary files a/assets/amiibo/images/icon_027e0001-01690502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_027f0001-00b90502.png b/assets/amiibo/images/icon_027f0001-00b90502.png deleted file mode 100644 index 2dcf62c96..000000000 Binary files a/assets/amiibo/images/icon_027f0001-00b90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02800001-00830502.png b/assets/amiibo/images/icon_02800001-00830502.png deleted file mode 100644 index 59acd3e09..000000000 Binary files a/assets/amiibo/images/icon_02800001-00830502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02810001-01200502.png b/assets/amiibo/images/icon_02810001-01200502.png deleted file mode 100644 index 6d1fe3acb..000000000 Binary files a/assets/amiibo/images/icon_02810001-01200502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02820001-01810502.png b/assets/amiibo/images/icon_02820001-01810502.png deleted file mode 100644 index 88066c59a..000000000 Binary files a/assets/amiibo/images/icon_02820001-01810502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02820001-01d60502.png b/assets/amiibo/images/icon_02820001-01d60502.png deleted file mode 100644 index 0ea8032cf..000000000 Binary files a/assets/amiibo/images/icon_02820001-01d60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02830001-00c70502.png b/assets/amiibo/images/icon_02830001-00c70502.png deleted file mode 100644 index 1d263c7cb..000000000 Binary files a/assets/amiibo/images/icon_02830001-00c70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02840001-02fe0502.png b/assets/amiibo/images/icon_02840001-02fe0502.png deleted file mode 100644 index f5df3dddf..000000000 Binary files a/assets/amiibo/images/icon_02840001-02fe0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02860001-03130502.png b/assets/amiibo/images/icon_02860001-03130502.png deleted file mode 100644 index 769a4aceb..000000000 Binary files a/assets/amiibo/images/icon_02860001-03130502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02870001-005a0502.png b/assets/amiibo/images/icon_02870001-005a0502.png deleted file mode 100644 index 6a81c697c..000000000 Binary files a/assets/amiibo/images/icon_02870001-005a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_028a0001-02e90502.png b/assets/amiibo/images/icon_028a0001-02e90502.png deleted file mode 100644 index d9f28c379..000000000 Binary files a/assets/amiibo/images/icon_028a0001-02e90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_028b0001-00e30502.png b/assets/amiibo/images/icon_028b0001-00e30502.png deleted file mode 100644 index 609bc7d27..000000000 Binary files a/assets/amiibo/images/icon_028b0001-00e30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_028c0001-013e0502.png b/assets/amiibo/images/icon_028c0001-013e0502.png deleted file mode 100644 index 5ba4e987c..000000000 Binary files a/assets/amiibo/images/icon_028c0001-013e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_028d0001-01bd0502.png b/assets/amiibo/images/icon_028d0001-01bd0502.png deleted file mode 100644 index b5c349f7e..000000000 Binary files a/assets/amiibo/images/icon_028d0001-01bd0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_028e0001-019e0502.png b/assets/amiibo/images/icon_028e0001-019e0502.png deleted file mode 100644 index 4edb9846b..000000000 Binary files a/assets/amiibo/images/icon_028e0001-019e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_028f0101-031a0502.png b/assets/amiibo/images/icon_028f0101-031a0502.png deleted file mode 100644 index 8c6620594..000000000 Binary files a/assets/amiibo/images/icon_028f0101-031a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02990001-00950502.png b/assets/amiibo/images/icon_02990001-00950502.png deleted file mode 100644 index 43a7fdb0d..000000000 Binary files a/assets/amiibo/images/icon_02990001-00950502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_029a0001-00ee0502.png b/assets/amiibo/images/icon_029a0001-00ee0502.png deleted file mode 100644 index ce13951b8..000000000 Binary files a/assets/amiibo/images/icon_029a0001-00ee0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_029b0001-00cb0502.png b/assets/amiibo/images/icon_029b0001-00cb0502.png deleted file mode 100644 index a4205538b..000000000 Binary files a/assets/amiibo/images/icon_029b0001-00cb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_029e0001-013d0502.png b/assets/amiibo/images/icon_029e0001-013d0502.png deleted file mode 100644 index 1a0b16897..000000000 Binary files a/assets/amiibo/images/icon_029e0001-013d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02a20001-01ba0502.png b/assets/amiibo/images/icon_02a20001-01ba0502.png deleted file mode 100644 index c08f5439f..000000000 Binary files a/assets/amiibo/images/icon_02a20001-01ba0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02a30001-02ff0502.png b/assets/amiibo/images/icon_02a30001-02ff0502.png deleted file mode 100644 index f817f4b6f..000000000 Binary files a/assets/amiibo/images/icon_02a30001-02ff0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02a40001-00720502.png b/assets/amiibo/images/icon_02a40001-00720502.png deleted file mode 100644 index bb2a694b7..000000000 Binary files a/assets/amiibo/images/icon_02a40001-00720502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02a50001-018c0502.png b/assets/amiibo/images/icon_02a50001-018c0502.png deleted file mode 100644 index 8fa364a7b..000000000 Binary files a/assets/amiibo/images/icon_02a50001-018c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02a60001-01240502.png b/assets/amiibo/images/icon_02a60001-01240502.png deleted file mode 100644 index be41540e5..000000000 Binary files a/assets/amiibo/images/icon_02a60001-01240502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02b10001-00690502.png b/assets/amiibo/images/icon_02b10001-00690502.png deleted file mode 100644 index 738cfe08a..000000000 Binary files a/assets/amiibo/images/icon_02b10001-00690502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02b20001-00c40502.png b/assets/amiibo/images/icon_02b20001-00c40502.png deleted file mode 100644 index 02484d867..000000000 Binary files a/assets/amiibo/images/icon_02b20001-00c40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02b70001-030f0502.png b/assets/amiibo/images/icon_02b70001-030f0502.png deleted file mode 100644 index c516fd13f..000000000 Binary files a/assets/amiibo/images/icon_02b70001-030f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02b80001-019c0502.png b/assets/amiibo/images/icon_02b80001-019c0502.png deleted file mode 100644 index d09751c2a..000000000 Binary files a/assets/amiibo/images/icon_02b80001-019c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02c30001-00dc0502.png b/assets/amiibo/images/icon_02c30001-00dc0502.png deleted file mode 100644 index dcb38f063..000000000 Binary files a/assets/amiibo/images/icon_02c30001-00dc0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02c40001-00670502.png b/assets/amiibo/images/icon_02c40001-00670502.png deleted file mode 100644 index 0f360252d..000000000 Binary files a/assets/amiibo/images/icon_02c40001-00670502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02c50001-03080502.png b/assets/amiibo/images/icon_02c50001-03080502.png deleted file mode 100644 index ed57c3dc8..000000000 Binary files a/assets/amiibo/images/icon_02c50001-03080502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02c70001-01220502.png b/assets/amiibo/images/icon_02c70001-01220502.png deleted file mode 100644 index a9e004a29..000000000 Binary files a/assets/amiibo/images/icon_02c70001-01220502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02c90001-00cd0502.png b/assets/amiibo/images/icon_02c90001-00cd0502.png deleted file mode 100644 index 243025e28..000000000 Binary files a/assets/amiibo/images/icon_02c90001-00cd0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02ca0001-01ca0502.png b/assets/amiibo/images/icon_02ca0001-01ca0502.png deleted file mode 100644 index 3e9f542ee..000000000 Binary files a/assets/amiibo/images/icon_02ca0001-01ca0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02cb0001-01360502.png b/assets/amiibo/images/icon_02cb0001-01360502.png deleted file mode 100644 index f2cf11f71..000000000 Binary files a/assets/amiibo/images/icon_02cb0001-01360502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02d60001-00560502.png b/assets/amiibo/images/icon_02d60001-00560502.png deleted file mode 100644 index da83d04bb..000000000 Binary files a/assets/amiibo/images/icon_02d60001-00560502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02d70001-01300502.png b/assets/amiibo/images/icon_02d70001-01300502.png deleted file mode 100644 index 82573edb8..000000000 Binary files a/assets/amiibo/images/icon_02d70001-01300502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02d80001-00e20502.png b/assets/amiibo/images/icon_02d80001-00e20502.png deleted file mode 100644 index 2d0fdfe06..000000000 Binary files a/assets/amiibo/images/icon_02d80001-00e20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02d90001-01c80502.png b/assets/amiibo/images/icon_02d90001-01c80502.png deleted file mode 100644 index 60b0c8bcf..000000000 Binary files a/assets/amiibo/images/icon_02d90001-01c80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02da0001-01330502.png b/assets/amiibo/images/icon_02da0001-01330502.png deleted file mode 100644 index 41710be35..000000000 Binary files a/assets/amiibo/images/icon_02da0001-01330502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02db0001-005e0502.png b/assets/amiibo/images/icon_02db0001-005e0502.png deleted file mode 100644 index 9c275d06d..000000000 Binary files a/assets/amiibo/images/icon_02db0001-005e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02dc0001-00be0502.png b/assets/amiibo/images/icon_02dc0001-00be0502.png deleted file mode 100644 index 3a6bd74e5..000000000 Binary files a/assets/amiibo/images/icon_02dc0001-00be0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02dd0001-00ea0502.png b/assets/amiibo/images/icon_02dd0001-00ea0502.png deleted file mode 100644 index 14f97b6db..000000000 Binary files a/assets/amiibo/images/icon_02dd0001-00ea0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02de0001-009c0502.png b/assets/amiibo/images/icon_02de0001-009c0502.png deleted file mode 100644 index 36be4a260..000000000 Binary files a/assets/amiibo/images/icon_02de0001-009c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02df0001-01910502.png b/assets/amiibo/images/icon_02df0001-01910502.png deleted file mode 100644 index e5dec7031..000000000 Binary files a/assets/amiibo/images/icon_02df0001-01910502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02e00101-031d0502.png b/assets/amiibo/images/icon_02e00101-031d0502.png deleted file mode 100644 index 5433fe297..000000000 Binary files a/assets/amiibo/images/icon_02e00101-031d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02ea0001-01800502.png b/assets/amiibo/images/icon_02ea0001-01800502.png deleted file mode 100644 index 5a267856d..000000000 Binary files a/assets/amiibo/images/icon_02ea0001-01800502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02ea0001-01d50502.png b/assets/amiibo/images/icon_02ea0001-01d50502.png deleted file mode 100644 index 4c0a9820a..000000000 Binary files a/assets/amiibo/images/icon_02ea0001-01d50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02eb0001-00de0502.png b/assets/amiibo/images/icon_02eb0001-00de0502.png deleted file mode 100644 index 3ebf34fb1..000000000 Binary files a/assets/amiibo/images/icon_02eb0001-00de0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02ec0001-01c40502.png b/assets/amiibo/images/icon_02ec0001-01c40502.png deleted file mode 100644 index a999e5720..000000000 Binary files a/assets/amiibo/images/icon_02ec0001-01c40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02ed0001-015a0502.png b/assets/amiibo/images/icon_02ed0001-015a0502.png deleted file mode 100644 index cb5991f34..000000000 Binary files a/assets/amiibo/images/icon_02ed0001-015a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02ee0001-01990502.png b/assets/amiibo/images/icon_02ee0001-01990502.png deleted file mode 100644 index e38d197c8..000000000 Binary files a/assets/amiibo/images/icon_02ee0001-01990502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02ef0001-00580502.png b/assets/amiibo/images/icon_02ef0001-00580502.png deleted file mode 100644 index 17eb8cbe0..000000000 Binary files a/assets/amiibo/images/icon_02ef0001-00580502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02f00001-00a70502.png b/assets/amiibo/images/icon_02f00001-00a70502.png deleted file mode 100644 index bcdb3ec80..000000000 Binary files a/assets/amiibo/images/icon_02f00001-00a70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02f10001-01450502.png b/assets/amiibo/images/icon_02f10001-01450502.png deleted file mode 100644 index 9db98f772..000000000 Binary files a/assets/amiibo/images/icon_02f10001-01450502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02f20001-00cc0502.png b/assets/amiibo/images/icon_02f20001-00cc0502.png deleted file mode 100644 index 172e7641a..000000000 Binary files a/assets/amiibo/images/icon_02f20001-00cc0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02f30001-02f90502.png b/assets/amiibo/images/icon_02f30001-02f90502.png deleted file mode 100644 index d13d3ec6a..000000000 Binary files a/assets/amiibo/images/icon_02f30001-02f90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02f40001-03050502.png b/assets/amiibo/images/icon_02f40001-03050502.png deleted file mode 100644 index 029075d2c..000000000 Binary files a/assets/amiibo/images/icon_02f40001-03050502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02f80001-01380502.png b/assets/amiibo/images/icon_02f80001-01380502.png deleted file mode 100644 index 971ce7bad..000000000 Binary files a/assets/amiibo/images/icon_02f80001-01380502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02f90001-01020502.png b/assets/amiibo/images/icon_02f90001-01020502.png deleted file mode 100644 index d21d32053..000000000 Binary files a/assets/amiibo/images/icon_02f90001-01020502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02fa0001-00970502.png b/assets/amiibo/images/icon_02fa0001-00970502.png deleted file mode 100644 index f0e5d0f1e..000000000 Binary files a/assets/amiibo/images/icon_02fa0001-00970502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02fb0001-00900502.png b/assets/amiibo/images/icon_02fb0001-00900502.png deleted file mode 100644 index 0834b1e52..000000000 Binary files a/assets/amiibo/images/icon_02fb0001-00900502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_02fc0001-018f0502.png b/assets/amiibo/images/icon_02fc0001-018f0502.png deleted file mode 100644 index 016a029f3..000000000 Binary files a/assets/amiibo/images/icon_02fc0001-018f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03070001-00640502.png b/assets/amiibo/images/icon_03070001-00640502.png deleted file mode 100644 index 93c08298b..000000000 Binary files a/assets/amiibo/images/icon_03070001-00640502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03080001-014d0502.png b/assets/amiibo/images/icon_03080001-014d0502.png deleted file mode 100644 index 1171a607e..000000000 Binary files a/assets/amiibo/images/icon_03080001-014d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03090001-00c60502.png b/assets/amiibo/images/icon_03090001-00c60502.png deleted file mode 100644 index a47eebcf4..000000000 Binary files a/assets/amiibo/images/icon_03090001-00c60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_030a0001-01c70502.png b/assets/amiibo/images/icon_030a0001-01c70502.png deleted file mode 100644 index 547aa7125..000000000 Binary files a/assets/amiibo/images/icon_030a0001-01c70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_030b0001-00790502.png b/assets/amiibo/images/icon_030b0001-00790502.png deleted file mode 100644 index 8fec4500d..000000000 Binary files a/assets/amiibo/images/icon_030b0001-00790502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_030c0001-01b80502.png b/assets/amiibo/images/icon_030c0001-01b80502.png deleted file mode 100644 index 6ba27c7c8..000000000 Binary files a/assets/amiibo/images/icon_030c0001-01b80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_030d0001-01840502.png b/assets/amiibo/images/icon_030d0001-01840502.png deleted file mode 100644 index f7c81b472..000000000 Binary files a/assets/amiibo/images/icon_030d0001-01840502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_030e0001-012f0502.png b/assets/amiibo/images/icon_030e0001-012f0502.png deleted file mode 100644 index 0a03741e5..000000000 Binary files a/assets/amiibo/images/icon_030e0001-012f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_030f0001-016d0502.png b/assets/amiibo/images/icon_030f0001-016d0502.png deleted file mode 100644 index 562aec36f..000000000 Binary files a/assets/amiibo/images/icon_030f0001-016d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03100001-00f80502.png b/assets/amiibo/images/icon_03100001-00f80502.png deleted file mode 100644 index e6bd987e4..000000000 Binary files a/assets/amiibo/images/icon_03100001-00f80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03110001-00d60502.png b/assets/amiibo/images/icon_03110001-00d60502.png deleted file mode 100644 index 5075a1ff6..000000000 Binary files a/assets/amiibo/images/icon_03110001-00d60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03120001-03090502.png b/assets/amiibo/images/icon_03120001-03090502.png deleted file mode 100644 index d7075e5e1..000000000 Binary files a/assets/amiibo/images/icon_03120001-03090502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03130001-01210502.png b/assets/amiibo/images/icon_03130001-01210502.png deleted file mode 100644 index 272cd46c1..000000000 Binary files a/assets/amiibo/images/icon_03130001-01210502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03140001-02f40502.png b/assets/amiibo/images/icon_03140001-02f40502.png deleted file mode 100644 index 6eb1f94f1..000000000 Binary files a/assets/amiibo/images/icon_03140001-02f40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03160001-01c00502.png b/assets/amiibo/images/icon_03160001-01c00502.png deleted file mode 100644 index f9098de66..000000000 Binary files a/assets/amiibo/images/icon_03160001-01c00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03170001-00a60502.png b/assets/amiibo/images/icon_03170001-00a60502.png deleted file mode 100644 index bad1e9869..000000000 Binary files a/assets/amiibo/images/icon_03170001-00a60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03180001-006c0502.png b/assets/amiibo/images/icon_03180001-006c0502.png deleted file mode 100644 index da154406c..000000000 Binary files a/assets/amiibo/images/icon_03180001-006c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03230001-00760502.png b/assets/amiibo/images/icon_03230001-00760502.png deleted file mode 100644 index 48414da5e..000000000 Binary files a/assets/amiibo/images/icon_03230001-00760502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03240001-01890502.png b/assets/amiibo/images/icon_03240001-01890502.png deleted file mode 100644 index e1462000f..000000000 Binary files a/assets/amiibo/images/icon_03240001-01890502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03250001-010a0502.png b/assets/amiibo/images/icon_03250001-010a0502.png deleted file mode 100644 index 6f99a0539..000000000 Binary files a/assets/amiibo/images/icon_03250001-010a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03260001-01390502.png b/assets/amiibo/images/icon_03260001-01390502.png deleted file mode 100644 index 2ef5b99a8..000000000 Binary files a/assets/amiibo/images/icon_03260001-01390502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03270001-01c30502.png b/assets/amiibo/images/icon_03270001-01c30502.png deleted file mode 100644 index 07a18b1ac..000000000 Binary files a/assets/amiibo/images/icon_03270001-01c30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03280001-02eb0502.png b/assets/amiibo/images/icon_03280001-02eb0502.png deleted file mode 100644 index e1041ad62..000000000 Binary files a/assets/amiibo/images/icon_03280001-02eb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03290001-009d0502.png b/assets/amiibo/images/icon_03290001-009d0502.png deleted file mode 100644 index 9dc2efb62..000000000 Binary files a/assets/amiibo/images/icon_03290001-009d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_032a0001-03070502.png b/assets/amiibo/images/icon_032a0001-03070502.png deleted file mode 100644 index d66af0365..000000000 Binary files a/assets/amiibo/images/icon_032a0001-03070502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_032c0001-01480502.png b/assets/amiibo/images/icon_032c0001-01480502.png deleted file mode 100644 index f104dd4ca..000000000 Binary files a/assets/amiibo/images/icon_032c0001-01480502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_032d0001-00bc0502.png b/assets/amiibo/images/icon_032d0001-00bc0502.png deleted file mode 100644 index 2ecb354fc..000000000 Binary files a/assets/amiibo/images/icon_032d0001-00bc0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_032e0101-031c0502.png b/assets/amiibo/images/icon_032e0101-031c0502.png deleted file mode 100644 index 322986fa5..000000000 Binary files a/assets/amiibo/images/icon_032e0101-031c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03380001-011d0502.png b/assets/amiibo/images/icon_03380001-011d0502.png deleted file mode 100644 index 11061b7e5..000000000 Binary files a/assets/amiibo/images/icon_03380001-011d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03390001-01b10502.png b/assets/amiibo/images/icon_03390001-01b10502.png deleted file mode 100644 index 030259000..000000000 Binary files a/assets/amiibo/images/icon_03390001-01b10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_033a0001-01cc0502.png b/assets/amiibo/images/icon_033a0001-01cc0502.png deleted file mode 100644 index 352a20851..000000000 Binary files a/assets/amiibo/images/icon_033a0001-01cc0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_033b0001-00fa0502.png b/assets/amiibo/images/icon_033b0001-00fa0502.png deleted file mode 100644 index ac370dd6f..000000000 Binary files a/assets/amiibo/images/icon_033b0001-00fa0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_033c0001-01000502.png b/assets/amiibo/images/icon_033c0001-01000502.png deleted file mode 100644 index cc28dc6b2..000000000 Binary files a/assets/amiibo/images/icon_033c0001-01000502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_033d0001-013a0502.png b/assets/amiibo/images/icon_033d0001-013a0502.png deleted file mode 100644 index cf23f8b8c..000000000 Binary files a/assets/amiibo/images/icon_033d0001-013a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_033e0001-01a20502.png b/assets/amiibo/images/icon_033e0001-01a20502.png deleted file mode 100644 index ae87a860a..000000000 Binary files a/assets/amiibo/images/icon_033e0001-01a20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_033f0001-008f0502.png b/assets/amiibo/images/icon_033f0001-008f0502.png deleted file mode 100644 index 3d9ebcb22..000000000 Binary files a/assets/amiibo/images/icon_033f0001-008f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03410001-030e0502.png b/assets/amiibo/images/icon_03410001-030e0502.png deleted file mode 100644 index c1b04a37a..000000000 Binary files a/assets/amiibo/images/icon_03410001-030e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03420001-01280502.png b/assets/amiibo/images/icon_03420001-01280502.png deleted file mode 100644 index 86296d34d..000000000 Binary files a/assets/amiibo/images/icon_03420001-01280502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03430001-02ef0502.png b/assets/amiibo/images/icon_03430001-02ef0502.png deleted file mode 100644 index 15bc190cc..000000000 Binary files a/assets/amiibo/images/icon_03430001-02ef0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03440001-00c50502.png b/assets/amiibo/images/icon_03440001-00c50502.png deleted file mode 100644 index 910935482..000000000 Binary files a/assets/amiibo/images/icon_03440001-00c50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03450001-005f0502.png b/assets/amiibo/images/icon_03450001-005f0502.png deleted file mode 100644 index 47b7d63d3..000000000 Binary files a/assets/amiibo/images/icon_03450001-005f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03470001-03020502.png b/assets/amiibo/images/icon_03470001-03020502.png deleted file mode 100644 index 177f635e9..000000000 Binary files a/assets/amiibo/images/icon_03470001-03020502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03480001-006b0502.png b/assets/amiibo/images/icon_03480001-006b0502.png deleted file mode 100644 index 280be9772..000000000 Binary files a/assets/amiibo/images/icon_03480001-006b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03490001-018d0502.png b/assets/amiibo/images/icon_03490001-018d0502.png deleted file mode 100644 index 4588dcd51..000000000 Binary files a/assets/amiibo/images/icon_03490001-018d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_034a0001-01430502.png b/assets/amiibo/images/icon_034a0001-01430502.png deleted file mode 100644 index 207e31c7d..000000000 Binary files a/assets/amiibo/images/icon_034a0001-01430502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_034b0001-009f0502.png b/assets/amiibo/images/icon_034b0001-009f0502.png deleted file mode 100644 index d2372fe58..000000000 Binary files a/assets/amiibo/images/icon_034b0001-009f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03560001-01350502.png b/assets/amiibo/images/icon_03560001-01350502.png deleted file mode 100644 index 91bab9566..000000000 Binary files a/assets/amiibo/images/icon_03560001-01350502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03570001-00eb0502.png b/assets/amiibo/images/icon_03570001-00eb0502.png deleted file mode 100644 index 18231d6a1..000000000 Binary files a/assets/amiibo/images/icon_03570001-00eb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03580001-02fa0502.png b/assets/amiibo/images/icon_03580001-02fa0502.png deleted file mode 100644 index 51b60e18b..000000000 Binary files a/assets/amiibo/images/icon_03580001-02fa0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_035a0001-00850502.png b/assets/amiibo/images/icon_035a0001-00850502.png deleted file mode 100644 index caff771e8..000000000 Binary files a/assets/amiibo/images/icon_035a0001-00850502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_035c0001-01290502.png b/assets/amiibo/images/icon_035c0001-01290502.png deleted file mode 100644 index 36a08c4fe..000000000 Binary files a/assets/amiibo/images/icon_035c0001-01290502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_035d0001-00c90502.png b/assets/amiibo/images/icon_035d0001-00c90502.png deleted file mode 100644 index 1e3eb5fae..000000000 Binary files a/assets/amiibo/images/icon_035d0001-00c90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_035e0001-018e0502.png b/assets/amiibo/images/icon_035e0001-018e0502.png deleted file mode 100644 index 458379e12..000000000 Binary files a/assets/amiibo/images/icon_035e0001-018e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03690001-00d30502.png b/assets/amiibo/images/icon_03690001-00d30502.png deleted file mode 100644 index dfe73c64b..000000000 Binary files a/assets/amiibo/images/icon_03690001-00d30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_036a0001-019d0502.png b/assets/amiibo/images/icon_036a0001-019d0502.png deleted file mode 100644 index 28ea32165..000000000 Binary files a/assets/amiibo/images/icon_036a0001-019d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_036b0001-018b0502.png b/assets/amiibo/images/icon_036b0001-018b0502.png deleted file mode 100644 index 8e6d1ae2a..000000000 Binary files a/assets/amiibo/images/icon_036b0001-018b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_036d0001-03040502.png b/assets/amiibo/images/icon_036d0001-03040502.png deleted file mode 100644 index e7f92cd53..000000000 Binary files a/assets/amiibo/images/icon_036d0001-03040502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_036e0001-02fb0502.png b/assets/amiibo/images/icon_036e0001-02fb0502.png deleted file mode 100644 index 4faaef80d..000000000 Binary files a/assets/amiibo/images/icon_036e0001-02fb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03700001-015d0502.png b/assets/amiibo/images/icon_03700001-015d0502.png deleted file mode 100644 index 6ad05a10b..000000000 Binary files a/assets/amiibo/images/icon_03700001-015d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03710001-005c0502.png b/assets/amiibo/images/icon_03710001-005c0502.png deleted file mode 100644 index 03f3d8c71..000000000 Binary files a/assets/amiibo/images/icon_03710001-005c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03720001-010b0502.png b/assets/amiibo/images/icon_03720001-010b0502.png deleted file mode 100644 index e3fb76304..000000000 Binary files a/assets/amiibo/images/icon_03720001-010b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03730001-01340502.png b/assets/amiibo/images/icon_03730001-01340502.png deleted file mode 100644 index 14909d468..000000000 Binary files a/assets/amiibo/images/icon_03730001-01340502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03740101-03190502.png b/assets/amiibo/images/icon_03740101-03190502.png deleted file mode 100644 index e83cf5925..000000000 Binary files a/assets/amiibo/images/icon_03740101-03190502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_037e0001-01560502.png b/assets/amiibo/images/icon_037e0001-01560502.png deleted file mode 100644 index fdbe3f50b..000000000 Binary files a/assets/amiibo/images/icon_037e0001-01560502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_037f0001-01aa0502.png b/assets/amiibo/images/icon_037f0001-01aa0502.png deleted file mode 100644 index b36e5eb3d..000000000 Binary files a/assets/amiibo/images/icon_037f0001-01aa0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03800001-01870502.png b/assets/amiibo/images/icon_03800001-01870502.png deleted file mode 100644 index 0c73368ed..000000000 Binary files a/assets/amiibo/images/icon_03800001-01870502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03810001-00d50502.png b/assets/amiibo/images/icon_03810001-00d50502.png deleted file mode 100644 index eeb9db20c..000000000 Binary files a/assets/amiibo/images/icon_03810001-00d50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03820001-016b0502.png b/assets/amiibo/images/icon_03820001-016b0502.png deleted file mode 100644 index b53577381..000000000 Binary files a/assets/amiibo/images/icon_03820001-016b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03830001-009b0502.png b/assets/amiibo/images/icon_03830001-009b0502.png deleted file mode 100644 index 21f77c24c..000000000 Binary files a/assets/amiibo/images/icon_03830001-009b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03840001-00860502.png b/assets/amiibo/images/icon_03840001-00860502.png deleted file mode 100644 index fb98b0086..000000000 Binary files a/assets/amiibo/images/icon_03840001-00860502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03850001-01060502.png b/assets/amiibo/images/icon_03850001-01060502.png deleted file mode 100644 index 5f306ef46..000000000 Binary files a/assets/amiibo/images/icon_03850001-01060502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03900001-01850502.png b/assets/amiibo/images/icon_03900001-01850502.png deleted file mode 100644 index 5118b7d58..000000000 Binary files a/assets/amiibo/images/icon_03900001-01850502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03920001-01270502.png b/assets/amiibo/images/icon_03920001-01270502.png deleted file mode 100644 index a57a9090b..000000000 Binary files a/assets/amiibo/images/icon_03920001-01270502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03930001-00a00502.png b/assets/amiibo/images/icon_03930001-00a00502.png deleted file mode 100644 index 0d1b2b0d9..000000000 Binary files a/assets/amiibo/images/icon_03930001-00a00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03940001-00890502.png b/assets/amiibo/images/icon_03940001-00890502.png deleted file mode 100644 index f39909723..000000000 Binary files a/assets/amiibo/images/icon_03940001-00890502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03950001-02fc0502.png b/assets/amiibo/images/icon_03950001-02fc0502.png deleted file mode 100644 index 4dbb794f2..000000000 Binary files a/assets/amiibo/images/icon_03950001-02fc0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03980001-00bf0502.png b/assets/amiibo/images/icon_03980001-00bf0502.png deleted file mode 100644 index ff4abd930..000000000 Binary files a/assets/amiibo/images/icon_03980001-00bf0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03990001-01c20502.png b/assets/amiibo/images/icon_03990001-01c20502.png deleted file mode 100644 index 591d765bf..000000000 Binary files a/assets/amiibo/images/icon_03990001-01c20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03a40001-014f0502.png b/assets/amiibo/images/icon_03a40001-014f0502.png deleted file mode 100644 index 8d994aba0..000000000 Binary files a/assets/amiibo/images/icon_03a40001-014f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03a50001-015b0502.png b/assets/amiibo/images/icon_03a50001-015b0502.png deleted file mode 100644 index 6a7920391..000000000 Binary files a/assets/amiibo/images/icon_03a50001-015b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03a60001-00c80502.png b/assets/amiibo/images/icon_03a60001-00c80502.png deleted file mode 100644 index bf5eabed8..000000000 Binary files a/assets/amiibo/images/icon_03a60001-00c80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03a70001-01a10502.png b/assets/amiibo/images/icon_03a70001-01a10502.png deleted file mode 100644 index 08ed537e6..000000000 Binary files a/assets/amiibo/images/icon_03a70001-01a10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03a80001-00910502.png b/assets/amiibo/images/icon_03a80001-00910502.png deleted file mode 100644 index 30f550e72..000000000 Binary files a/assets/amiibo/images/icon_03a80001-00910502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03a90001-00710502.png b/assets/amiibo/images/icon_03a90001-00710502.png deleted file mode 100644 index d944f0375..000000000 Binary files a/assets/amiibo/images/icon_03a90001-00710502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03aa0001-00e60502.png b/assets/amiibo/images/icon_03aa0001-00e60502.png deleted file mode 100644 index 50cdff012..000000000 Binary files a/assets/amiibo/images/icon_03aa0001-00e60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03ab0001-03160502.png b/assets/amiibo/images/icon_03ab0001-03160502.png deleted file mode 100644 index 3d63e2ca0..000000000 Binary files a/assets/amiibo/images/icon_03ab0001-03160502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03ac0001-01880502.png b/assets/amiibo/images/icon_03ac0001-01880502.png deleted file mode 100644 index 90341b5b9..000000000 Binary files a/assets/amiibo/images/icon_03ac0001-01880502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03ad0001-01b20502.png b/assets/amiibo/images/icon_03ad0001-01b20502.png deleted file mode 100644 index 5c144b07f..000000000 Binary files a/assets/amiibo/images/icon_03ad0001-01b20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03ae0001-00870502.png b/assets/amiibo/images/icon_03ae0001-00870502.png deleted file mode 100644 index 765d97b33..000000000 Binary files a/assets/amiibo/images/icon_03ae0001-00870502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03af0001-012c0502.png b/assets/amiibo/images/icon_03af0001-012c0502.png deleted file mode 100644 index 23de0e475..000000000 Binary files a/assets/amiibo/images/icon_03af0001-012c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03b00001-01a90502.png b/assets/amiibo/images/icon_03b00001-01a90502.png deleted file mode 100644 index 585d160fa..000000000 Binary files a/assets/amiibo/images/icon_03b00001-01a90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03b10001-00f00502.png b/assets/amiibo/images/icon_03b10001-00f00502.png deleted file mode 100644 index 9a9e5753a..000000000 Binary files a/assets/amiibo/images/icon_03b10001-00f00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03bc0001-008a0502.png b/assets/amiibo/images/icon_03bc0001-008a0502.png deleted file mode 100644 index e6961eb13..000000000 Binary files a/assets/amiibo/images/icon_03bc0001-008a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03bd0001-00f90502.png b/assets/amiibo/images/icon_03bd0001-00f90502.png deleted file mode 100644 index 6a8dd6768..000000000 Binary files a/assets/amiibo/images/icon_03bd0001-00f90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03be0001-01980502.png b/assets/amiibo/images/icon_03be0001-01980502.png deleted file mode 100644 index 8c0007366..000000000 Binary files a/assets/amiibo/images/icon_03be0001-01980502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03bf0001-01bc0502.png b/assets/amiibo/images/icon_03bf0001-01bc0502.png deleted file mode 100644 index 270bf1180..000000000 Binary files a/assets/amiibo/images/icon_03bf0001-01bc0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03c00001-03100502.png b/assets/amiibo/images/icon_03c00001-03100502.png deleted file mode 100644 index 67dabbb83..000000000 Binary files a/assets/amiibo/images/icon_03c00001-03100502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03c10001-00bb0502.png b/assets/amiibo/images/icon_03c10001-00bb0502.png deleted file mode 100644 index 20f70a119..000000000 Binary files a/assets/amiibo/images/icon_03c10001-00bb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03c40001-012b0502.png b/assets/amiibo/images/icon_03c40001-012b0502.png deleted file mode 100644 index 9ae17c709..000000000 Binary files a/assets/amiibo/images/icon_03c40001-012b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03c50001-015c0502.png b/assets/amiibo/images/icon_03c50001-015c0502.png deleted file mode 100644 index dfe8385cd..000000000 Binary files a/assets/amiibo/images/icon_03c50001-015c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03c60001-00930502.png b/assets/amiibo/images/icon_03c60001-00930502.png deleted file mode 100644 index 10095b607..000000000 Binary files a/assets/amiibo/images/icon_03c60001-00930502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03d10001-00c20502.png b/assets/amiibo/images/icon_03d10001-00c20502.png deleted file mode 100644 index 98de5e48f..000000000 Binary files a/assets/amiibo/images/icon_03d10001-00c20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03d20001-00e50502.png b/assets/amiibo/images/icon_03d20001-00e50502.png deleted file mode 100644 index fe4bd1853..000000000 Binary files a/assets/amiibo/images/icon_03d20001-00e50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03d30001-02f30502.png b/assets/amiibo/images/icon_03d30001-02f30502.png deleted file mode 100644 index 66ed073e3..000000000 Binary files a/assets/amiibo/images/icon_03d30001-02f30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03d60001-01570502.png b/assets/amiibo/images/icon_03d60001-01570502.png deleted file mode 100644 index b0e001da4..000000000 Binary files a/assets/amiibo/images/icon_03d60001-01570502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03d70001-01b40502.png b/assets/amiibo/images/icon_03d70001-01b40502.png deleted file mode 100644 index 6bf80eee1..000000000 Binary files a/assets/amiibo/images/icon_03d70001-01b40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03d90001-01a50502.png b/assets/amiibo/images/icon_03d90001-01a50502.png deleted file mode 100644 index 7b6feae20..000000000 Binary files a/assets/amiibo/images/icon_03d90001-01a50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03da0001-01510502.png b/assets/amiibo/images/icon_03da0001-01510502.png deleted file mode 100644 index 2b99f8760..000000000 Binary files a/assets/amiibo/images/icon_03da0001-01510502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03db0001-006d0502.png b/assets/amiibo/images/icon_03db0001-006d0502.png deleted file mode 100644 index 2251a5cc0..000000000 Binary files a/assets/amiibo/images/icon_03db0001-006d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03e60001-00ec0502.png b/assets/amiibo/images/icon_03e60001-00ec0502.png deleted file mode 100644 index 9dfad5926..000000000 Binary files a/assets/amiibo/images/icon_03e60001-00ec0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03e70001-012a0502.png b/assets/amiibo/images/icon_03e70001-012a0502.png deleted file mode 100644 index b075a3210..000000000 Binary files a/assets/amiibo/images/icon_03e70001-012a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03e80001-02f50502.png b/assets/amiibo/images/icon_03e80001-02f50502.png deleted file mode 100644 index 3dfeac4db..000000000 Binary files a/assets/amiibo/images/icon_03e80001-02f50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03ea0001-030b0502.png b/assets/amiibo/images/icon_03ea0001-030b0502.png deleted file mode 100644 index 2994374cd..000000000 Binary files a/assets/amiibo/images/icon_03ea0001-030b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03ec0001-01830502.png b/assets/amiibo/images/icon_03ec0001-01830502.png deleted file mode 100644 index f36a4c5d1..000000000 Binary files a/assets/amiibo/images/icon_03ec0001-01830502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03ed0001-01a30502.png b/assets/amiibo/images/icon_03ed0001-01a30502.png deleted file mode 100644 index 82e50fe0a..000000000 Binary files a/assets/amiibo/images/icon_03ed0001-01a30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03ee0001-008b0502.png b/assets/amiibo/images/icon_03ee0001-008b0502.png deleted file mode 100644 index b147f180f..000000000 Binary files a/assets/amiibo/images/icon_03ee0001-008b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03fa0001-00d00502.png b/assets/amiibo/images/icon_03fa0001-00d00502.png deleted file mode 100644 index d36868c07..000000000 Binary files a/assets/amiibo/images/icon_03fa0001-00d00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03fb0001-01cf0502.png b/assets/amiibo/images/icon_03fb0001-01cf0502.png deleted file mode 100644 index 51b844c62..000000000 Binary files a/assets/amiibo/images/icon_03fb0001-01cf0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03fc0001-01470502.png b/assets/amiibo/images/icon_03fc0001-01470502.png deleted file mode 100644 index a2e0d07cd..000000000 Binary files a/assets/amiibo/images/icon_03fc0001-01470502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03fd0001-01580502.png b/assets/amiibo/images/icon_03fd0001-01580502.png deleted file mode 100644 index e7260d1c5..000000000 Binary files a/assets/amiibo/images/icon_03fd0001-01580502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03fe0001-01a40502.png b/assets/amiibo/images/icon_03fe0001-01a40502.png deleted file mode 100644 index 2a453accd..000000000 Binary files a/assets/amiibo/images/icon_03fe0001-01a40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_03ff0001-00f40502.png b/assets/amiibo/images/icon_03ff0001-00f40502.png deleted file mode 100644 index 5e96cc5fb..000000000 Binary files a/assets/amiibo/images/icon_03ff0001-00f40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04000001-006f0502.png b/assets/amiibo/images/icon_04000001-006f0502.png deleted file mode 100644 index 5339ed84e..000000000 Binary files a/assets/amiibo/images/icon_04000001-006f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04010001-00660502.png b/assets/amiibo/images/icon_04010001-00660502.png deleted file mode 100644 index 01d2bf99f..000000000 Binary files a/assets/amiibo/images/icon_04010001-00660502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_040c0001-01590502.png b/assets/amiibo/images/icon_040c0001-01590502.png deleted file mode 100644 index 47cc39b9a..000000000 Binary files a/assets/amiibo/images/icon_040c0001-01590502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_040d0001-00780502.png b/assets/amiibo/images/icon_040d0001-00780502.png deleted file mode 100644 index 5bd30b5ad..000000000 Binary files a/assets/amiibo/images/icon_040d0001-00780502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_040e0001-00880502.png b/assets/amiibo/images/icon_040e0001-00880502.png deleted file mode 100644 index 49849c3cb..000000000 Binary files a/assets/amiibo/images/icon_040e0001-00880502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_040f0001-01500502.png b/assets/amiibo/images/icon_040f0001-01500502.png deleted file mode 100644 index af18b2c22..000000000 Binary files a/assets/amiibo/images/icon_040f0001-01500502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04100001-007f0502.png b/assets/amiibo/images/icon_04100001-007f0502.png deleted file mode 100644 index b7bb883f3..000000000 Binary files a/assets/amiibo/images/icon_04100001-007f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04110001-01ab0502.png b/assets/amiibo/images/icon_04110001-01ab0502.png deleted file mode 100644 index 9f058ab98..000000000 Binary files a/assets/amiibo/images/icon_04110001-01ab0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04140001-030a0502.png b/assets/amiibo/images/icon_04140001-030a0502.png deleted file mode 100644 index e3a2d3b67..000000000 Binary files a/assets/amiibo/images/icon_04140001-030a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04150001-01bb0502.png b/assets/amiibo/images/icon_04150001-01bb0502.png deleted file mode 100644 index 4ea1fcc40..000000000 Binary files a/assets/amiibo/images/icon_04150001-01bb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04160001-00fb0502.png b/assets/amiibo/images/icon_04160001-00fb0502.png deleted file mode 100644 index 55288c8af..000000000 Binary files a/assets/amiibo/images/icon_04160001-00fb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04180001-00d80502.png b/assets/amiibo/images/icon_04180001-00d80502.png deleted file mode 100644 index 02940a384..000000000 Binary files a/assets/amiibo/images/icon_04180001-00d80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_041a0001-00e00502.png b/assets/amiibo/images/icon_041a0001-00e00502.png deleted file mode 100644 index a100014ba..000000000 Binary files a/assets/amiibo/images/icon_041a0001-00e00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_041b0001-00f10502.png b/assets/amiibo/images/icon_041b0001-00f10502.png deleted file mode 100644 index 371ed0838..000000000 Binary files a/assets/amiibo/images/icon_041b0001-00f10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_041c0001-01410502.png b/assets/amiibo/images/icon_041c0001-01410502.png deleted file mode 100644 index f0f3241e9..000000000 Binary files a/assets/amiibo/images/icon_041c0001-01410502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_041d0001-018a0502.png b/assets/amiibo/images/icon_041d0001-018a0502.png deleted file mode 100644 index 1009e18c4..000000000 Binary files a/assets/amiibo/images/icon_041d0001-018a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_041e0001-015f0502.png b/assets/amiibo/images/icon_041e0001-015f0502.png deleted file mode 100644 index a9d532763..000000000 Binary files a/assets/amiibo/images/icon_041e0001-015f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04290001-00700502.png b/assets/amiibo/images/icon_04290001-00700502.png deleted file mode 100644 index b75f15fd4..000000000 Binary files a/assets/amiibo/images/icon_04290001-00700502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_042a0001-012d0502.png b/assets/amiibo/images/icon_042a0001-012d0502.png deleted file mode 100644 index d6b0901d9..000000000 Binary files a/assets/amiibo/images/icon_042a0001-012d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_042b0001-01af0502.png b/assets/amiibo/images/icon_042b0001-01af0502.png deleted file mode 100644 index 568784816..000000000 Binary files a/assets/amiibo/images/icon_042b0001-01af0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04360001-01940502.png b/assets/amiibo/images/icon_04360001-01940502.png deleted file mode 100644 index dfe7ab602..000000000 Binary files a/assets/amiibo/images/icon_04360001-01940502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04370001-01050502.png b/assets/amiibo/images/icon_04370001-01050502.png deleted file mode 100644 index b4105b6a8..000000000 Binary files a/assets/amiibo/images/icon_04370001-01050502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04380001-03000502.png b/assets/amiibo/images/icon_04380001-03000502.png deleted file mode 100644 index 1febdfad9..000000000 Binary files a/assets/amiibo/images/icon_04380001-03000502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04390001-03110502.png b/assets/amiibo/images/icon_04390001-03110502.png deleted file mode 100644 index effd0143b..000000000 Binary files a/assets/amiibo/images/icon_04390001-03110502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_043b0001-03030502.png b/assets/amiibo/images/icon_043b0001-03030502.png deleted file mode 100644 index 11d4f5767..000000000 Binary files a/assets/amiibo/images/icon_043b0001-03030502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_043c0001-01cb0502.png b/assets/amiibo/images/icon_043c0001-01cb0502.png deleted file mode 100644 index 732f4b31f..000000000 Binary files a/assets/amiibo/images/icon_043c0001-01cb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_043d0001-007c0502.png b/assets/amiibo/images/icon_043d0001-007c0502.png deleted file mode 100644 index 34e958ff7..000000000 Binary files a/assets/amiibo/images/icon_043d0001-007c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_043e0001-01490502.png b/assets/amiibo/images/icon_043e0001-01490502.png deleted file mode 100644 index 9ba22b901..000000000 Binary files a/assets/amiibo/images/icon_043e0001-01490502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_043f0001-01550502.png b/assets/amiibo/images/icon_043f0001-01550502.png deleted file mode 100644 index 4a672c317..000000000 Binary files a/assets/amiibo/images/icon_043f0001-01550502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04400001-00ca0502.png b/assets/amiibo/images/icon_04400001-00ca0502.png deleted file mode 100644 index b0a8729c0..000000000 Binary files a/assets/amiibo/images/icon_04400001-00ca0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_044b0001-016c0502.png b/assets/amiibo/images/icon_044b0001-016c0502.png deleted file mode 100644 index a9233d9e9..000000000 Binary files a/assets/amiibo/images/icon_044b0001-016c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_044c0001-008e0502.png b/assets/amiibo/images/icon_044c0001-008e0502.png deleted file mode 100644 index 6c726a616..000000000 Binary files a/assets/amiibo/images/icon_044c0001-008e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_044d0001-01930502.png b/assets/amiibo/images/icon_044d0001-01930502.png deleted file mode 100644 index a71549608..000000000 Binary files a/assets/amiibo/images/icon_044d0001-01930502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_044e0001-03150502.png b/assets/amiibo/images/icon_044e0001-03150502.png deleted file mode 100644 index 49141cc04..000000000 Binary files a/assets/amiibo/images/icon_044e0001-03150502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04500001-00cf0502.png b/assets/amiibo/images/icon_04500001-00cf0502.png deleted file mode 100644 index 13be22964..000000000 Binary files a/assets/amiibo/images/icon_04500001-00cf0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04510001-015e0502.png b/assets/amiibo/images/icon_04510001-015e0502.png deleted file mode 100644 index 35e6e8e7d..000000000 Binary files a/assets/amiibo/images/icon_04510001-015e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04520001-00730502.png b/assets/amiibo/images/icon_04520001-00730502.png deleted file mode 100644 index 3ed3c81bc..000000000 Binary files a/assets/amiibo/images/icon_04520001-00730502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04530001-01040502.png b/assets/amiibo/images/icon_04530001-01040502.png deleted file mode 100644 index eba854c14..000000000 Binary files a/assets/amiibo/images/icon_04530001-01040502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04540001-01ae0502.png b/assets/amiibo/images/icon_04540001-01ae0502.png deleted file mode 100644 index b157f5b61..000000000 Binary files a/assets/amiibo/images/icon_04540001-01ae0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_045f0001-01a80502.png b/assets/amiibo/images/icon_045f0001-01a80502.png deleted file mode 100644 index 15f988762..000000000 Binary files a/assets/amiibo/images/icon_045f0001-01a80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04600001-00a50502.png b/assets/amiibo/images/icon_04600001-00a50502.png deleted file mode 100644 index 8fa50c665..000000000 Binary files a/assets/amiibo/images/icon_04600001-00a50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04610001-01610502.png b/assets/amiibo/images/icon_04610001-01610502.png deleted file mode 100644 index a9a5c84ea..000000000 Binary files a/assets/amiibo/images/icon_04610001-01610502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04620001-00f60502.png b/assets/amiibo/images/icon_04620001-00f60502.png deleted file mode 100644 index 731e551d4..000000000 Binary files a/assets/amiibo/images/icon_04620001-00f60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04630001-01310502.png b/assets/amiibo/images/icon_04630001-01310502.png deleted file mode 100644 index f9f65b68f..000000000 Binary files a/assets/amiibo/images/icon_04630001-01310502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04640001-00c00502.png b/assets/amiibo/images/icon_04640001-00c00502.png deleted file mode 100644 index 4866ccf00..000000000 Binary files a/assets/amiibo/images/icon_04640001-00c00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04650001-006e0502.png b/assets/amiibo/images/icon_04650001-006e0502.png deleted file mode 100644 index ccf44f8fe..000000000 Binary files a/assets/amiibo/images/icon_04650001-006e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04680001-02f20502.png b/assets/amiibo/images/icon_04680001-02f20502.png deleted file mode 100644 index 2a9400b03..000000000 Binary files a/assets/amiibo/images/icon_04680001-02f20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04690001-01640502.png b/assets/amiibo/images/icon_04690001-01640502.png deleted file mode 100644 index 5d0c55a48..000000000 Binary files a/assets/amiibo/images/icon_04690001-01640502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_046a0001-01d00502.png b/assets/amiibo/images/icon_046a0001-01d00502.png deleted file mode 100644 index 499ac6b4a..000000000 Binary files a/assets/amiibo/images/icon_046a0001-01d00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_046b0001-01970502.png b/assets/amiibo/images/icon_046b0001-01970502.png deleted file mode 100644 index 11baad688..000000000 Binary files a/assets/amiibo/images/icon_046b0001-01970502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_046c0001-008c0502.png b/assets/amiibo/images/icon_046c0001-008c0502.png deleted file mode 100644 index d0c18d3ca..000000000 Binary files a/assets/amiibo/images/icon_046c0001-008c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_046d0001-00f30502.png b/assets/amiibo/images/icon_046d0001-00f30502.png deleted file mode 100644 index 3d52d9285..000000000 Binary files a/assets/amiibo/images/icon_046d0001-00f30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04780001-01630502.png b/assets/amiibo/images/icon_04780001-01630502.png deleted file mode 100644 index fc72e2691..000000000 Binary files a/assets/amiibo/images/icon_04780001-01630502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04790001-00920502.png b/assets/amiibo/images/icon_04790001-00920502.png deleted file mode 100644 index d7d5bd169..000000000 Binary files a/assets/amiibo/images/icon_04790001-00920502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_047a0001-00600502.png b/assets/amiibo/images/icon_047a0001-00600502.png deleted file mode 100644 index b047d7ef3..000000000 Binary files a/assets/amiibo/images/icon_047a0001-00600502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_047b0001-00f50502.png b/assets/amiibo/images/icon_047b0001-00f50502.png deleted file mode 100644 index c7bf99573..000000000 Binary files a/assets/amiibo/images/icon_047b0001-00f50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_047c0001-01a00502.png b/assets/amiibo/images/icon_047c0001-01a00502.png deleted file mode 100644 index 29b0f6e45..000000000 Binary files a/assets/amiibo/images/icon_047c0001-01a00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_047d0001-012e0502.png b/assets/amiibo/images/icon_047d0001-012e0502.png deleted file mode 100644 index d67d9926e..000000000 Binary files a/assets/amiibo/images/icon_047d0001-012e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04800001-008d0502.png b/assets/amiibo/images/icon_04800001-008d0502.png deleted file mode 100644 index 80a4ea82d..000000000 Binary files a/assets/amiibo/images/icon_04800001-008d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04810001-02f10502.png b/assets/amiibo/images/icon_04810001-02f10502.png deleted file mode 100644 index 51e1b6ed9..000000000 Binary files a/assets/amiibo/images/icon_04810001-02f10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04820001-02fd0502.png b/assets/amiibo/images/icon_04820001-02fd0502.png deleted file mode 100644 index 911c35d00..000000000 Binary files a/assets/amiibo/images/icon_04820001-02fd0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04830001-01b00502.png b/assets/amiibo/images/icon_04830001-01b00502.png deleted file mode 100644 index cbd81bd4b..000000000 Binary files a/assets/amiibo/images/icon_04830001-01b00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04850001-014c0502.png b/assets/amiibo/images/icon_04850001-014c0502.png deleted file mode 100644 index 6bbb3dd03..000000000 Binary files a/assets/amiibo/images/icon_04850001-014c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04860001-00fc0502.png b/assets/amiibo/images/icon_04860001-00fc0502.png deleted file mode 100644 index 974999f4d..000000000 Binary files a/assets/amiibo/images/icon_04860001-00fc0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04870001-01bf0502.png b/assets/amiibo/images/icon_04870001-01bf0502.png deleted file mode 100644 index afec0720a..000000000 Binary files a/assets/amiibo/images/icon_04870001-01bf0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04880001-00980502.png b/assets/amiibo/images/icon_04880001-00980502.png deleted file mode 100644 index b7a96db41..000000000 Binary files a/assets/amiibo/images/icon_04880001-00980502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04890001-00ef0502.png b/assets/amiibo/images/icon_04890001-00ef0502.png deleted file mode 100644 index 5b6376b80..000000000 Binary files a/assets/amiibo/images/icon_04890001-00ef0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04940001-009a0502.png b/assets/amiibo/images/icon_04940001-009a0502.png deleted file mode 100644 index 904e3c38f..000000000 Binary files a/assets/amiibo/images/icon_04940001-009a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04950001-01920502.png b/assets/amiibo/images/icon_04950001-01920502.png deleted file mode 100644 index b8e0bff4c..000000000 Binary files a/assets/amiibo/images/icon_04950001-01920502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04960001-00d90502.png b/assets/amiibo/images/icon_04960001-00d90502.png deleted file mode 100644 index 706c7c38a..000000000 Binary files a/assets/amiibo/images/icon_04960001-00d90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04970001-007a0502.png b/assets/amiibo/images/icon_04970001-007a0502.png deleted file mode 100644 index 281b38190..000000000 Binary files a/assets/amiibo/images/icon_04970001-007a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04980001-014a0502.png b/assets/amiibo/images/icon_04980001-014a0502.png deleted file mode 100644 index d6255e4d9..000000000 Binary files a/assets/amiibo/images/icon_04980001-014a0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04990001-00df0502.png b/assets/amiibo/images/icon_04990001-00df0502.png deleted file mode 100644 index d4fb987ce..000000000 Binary files a/assets/amiibo/images/icon_04990001-00df0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_049a0001-014e0502.png b/assets/amiibo/images/icon_049a0001-014e0502.png deleted file mode 100644 index 7fee6f9bf..000000000 Binary files a/assets/amiibo/images/icon_049a0001-014e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_049b0001-00610502.png b/assets/amiibo/images/icon_049b0001-00610502.png deleted file mode 100644 index 23b46d064..000000000 Binary files a/assets/amiibo/images/icon_049b0001-00610502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_049c0001-01400502.png b/assets/amiibo/images/icon_049c0001-01400502.png deleted file mode 100644 index 9074dc403..000000000 Binary files a/assets/amiibo/images/icon_049c0001-01400502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_049d0001-00ed0502.png b/assets/amiibo/images/icon_049d0001-00ed0502.png deleted file mode 100644 index cf18eb9aa..000000000 Binary files a/assets/amiibo/images/icon_049d0001-00ed0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_049e0001-01b70502.png b/assets/amiibo/images/icon_049e0001-01b70502.png deleted file mode 100644 index 5bbb1ae02..000000000 Binary files a/assets/amiibo/images/icon_049e0001-01b70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_049f0001-03010502.png b/assets/amiibo/images/icon_049f0001-03010502.png deleted file mode 100644 index b3b4417c6..000000000 Binary files a/assets/amiibo/images/icon_049f0001-03010502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04a00001-016e0502.png b/assets/amiibo/images/icon_04a00001-016e0502.png deleted file mode 100644 index 4cb4f0083..000000000 Binary files a/assets/amiibo/images/icon_04a00001-016e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04a10001-016f0502.png b/assets/amiibo/images/icon_04a10001-016f0502.png deleted file mode 100644 index 513f2da6c..000000000 Binary files a/assets/amiibo/images/icon_04a10001-016f0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04a20001-02e80502.png b/assets/amiibo/images/icon_04a20001-02e80502.png deleted file mode 100644 index b5947612d..000000000 Binary files a/assets/amiibo/images/icon_04a20001-02e80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04a30001-01c90502.png b/assets/amiibo/images/icon_04a30001-01c90502.png deleted file mode 100644 index cf1195fcf..000000000 Binary files a/assets/amiibo/images/icon_04a30001-01c90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04a40001-00d40502.png b/assets/amiibo/images/icon_04a40001-00d40502.png deleted file mode 100644 index f6e7a9919..000000000 Binary files a/assets/amiibo/images/icon_04a40001-00d40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04a50001-00740502.png b/assets/amiibo/images/icon_04a50001-00740502.png deleted file mode 100644 index 132809dcf..000000000 Binary files a/assets/amiibo/images/icon_04a50001-00740502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04a60001-00a30502.png b/assets/amiibo/images/icon_04a60001-00a30502.png deleted file mode 100644 index 2c3f56b3b..000000000 Binary files a/assets/amiibo/images/icon_04a60001-00a30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04a70001-01a60502.png b/assets/amiibo/images/icon_04a70001-01a60502.png deleted file mode 100644 index 765967df6..000000000 Binary files a/assets/amiibo/images/icon_04a70001-01a60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04a80101-031e0502.png b/assets/amiibo/images/icon_04a80101-031e0502.png deleted file mode 100644 index 7fa0c4759..000000000 Binary files a/assets/amiibo/images/icon_04a80101-031e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04b20001-01b90502.png b/assets/amiibo/images/icon_04b20001-01b90502.png deleted file mode 100644 index 944f685e1..000000000 Binary files a/assets/amiibo/images/icon_04b20001-01b90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04b30001-00dd0502.png b/assets/amiibo/images/icon_04b30001-00dd0502.png deleted file mode 100644 index b15f5bbe1..000000000 Binary files a/assets/amiibo/images/icon_04b30001-00dd0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04b40001-030c0502.png b/assets/amiibo/images/icon_04b40001-030c0502.png deleted file mode 100644 index 626afa842..000000000 Binary files a/assets/amiibo/images/icon_04b40001-030c0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04b60001-02ec0502.png b/assets/amiibo/images/icon_04b60001-02ec0502.png deleted file mode 100644 index f866d240c..000000000 Binary files a/assets/amiibo/images/icon_04b60001-02ec0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04b90001-01600502.png b/assets/amiibo/images/icon_04b90001-01600502.png deleted file mode 100644 index 1a7cb5d0a..000000000 Binary files a/assets/amiibo/images/icon_04b90001-01600502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04ba0001-005d0502.png b/assets/amiibo/images/icon_04ba0001-005d0502.png deleted file mode 100644 index 523b6993f..000000000 Binary files a/assets/amiibo/images/icon_04ba0001-005d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04c50001-01010502.png b/assets/amiibo/images/icon_04c50001-01010502.png deleted file mode 100644 index 91aaa2926..000000000 Binary files a/assets/amiibo/images/icon_04c50001-01010502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04c60001-01670502.png b/assets/amiibo/images/icon_04c60001-01670502.png deleted file mode 100644 index a6c846513..000000000 Binary files a/assets/amiibo/images/icon_04c60001-01670502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04c70001-00940502.png b/assets/amiibo/images/icon_04c70001-00940502.png deleted file mode 100644 index 59ab69e99..000000000 Binary files a/assets/amiibo/images/icon_04c70001-00940502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04c80001-02ed0502.png b/assets/amiibo/images/icon_04c80001-02ed0502.png deleted file mode 100644 index c092125e6..000000000 Binary files a/assets/amiibo/images/icon_04c80001-02ed0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04c90001-030d0502.png b/assets/amiibo/images/icon_04c90001-030d0502.png deleted file mode 100644 index 44ae1f18c..000000000 Binary files a/assets/amiibo/images/icon_04c90001-030d0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04cc0001-00a40502.png b/assets/amiibo/images/icon_04cc0001-00a40502.png deleted file mode 100644 index 48e0c40a1..000000000 Binary files a/assets/amiibo/images/icon_04cc0001-00a40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04cd0001-01520502.png b/assets/amiibo/images/icon_04cd0001-01520502.png deleted file mode 100644 index 4f68d039b..000000000 Binary files a/assets/amiibo/images/icon_04cd0001-01520502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04ce0001-00db0502.png b/assets/amiibo/images/icon_04ce0001-00db0502.png deleted file mode 100644 index 229987607..000000000 Binary files a/assets/amiibo/images/icon_04ce0001-00db0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04cf0001-00e10502.png b/assets/amiibo/images/icon_04cf0001-00e10502.png deleted file mode 100644 index 8d7805621..000000000 Binary files a/assets/amiibo/images/icon_04cf0001-00e10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04d00001-01960502.png b/assets/amiibo/images/icon_04d00001-01960502.png deleted file mode 100644 index 9aa3c0d2d..000000000 Binary files a/assets/amiibo/images/icon_04d00001-01960502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04d10001-009e0502.png b/assets/amiibo/images/icon_04d10001-009e0502.png deleted file mode 100644 index 7db7be011..000000000 Binary files a/assets/amiibo/images/icon_04d10001-009e0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04d20001-01a70502.png b/assets/amiibo/images/icon_04d20001-01a70502.png deleted file mode 100644 index 1b39b02ad..000000000 Binary files a/assets/amiibo/images/icon_04d20001-01a70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04d30101-031b0502.png b/assets/amiibo/images/icon_04d30101-031b0502.png deleted file mode 100644 index bac3e9ef2..000000000 Binary files a/assets/amiibo/images/icon_04d30101-031b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04dd0001-00a20502.png b/assets/amiibo/images/icon_04dd0001-00a20502.png deleted file mode 100644 index d0d5f1bf2..000000000 Binary files a/assets/amiibo/images/icon_04dd0001-00a20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04de0001-00ce0502.png b/assets/amiibo/images/icon_04de0001-00ce0502.png deleted file mode 100644 index ea0bb8759..000000000 Binary files a/assets/amiibo/images/icon_04de0001-00ce0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04df0001-00e80502.png b/assets/amiibo/images/icon_04df0001-00e80502.png deleted file mode 100644 index 8f1335d1a..000000000 Binary files a/assets/amiibo/images/icon_04df0001-00e80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04e00001-00f70502.png b/assets/amiibo/images/icon_04e00001-00f70502.png deleted file mode 100644 index e9c66d594..000000000 Binary files a/assets/amiibo/images/icon_04e00001-00f70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04e10001-01be0502.png b/assets/amiibo/images/icon_04e10001-01be0502.png deleted file mode 100644 index 9bdd6e29a..000000000 Binary files a/assets/amiibo/images/icon_04e10001-01be0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04e20001-01090502.png b/assets/amiibo/images/icon_04e20001-01090502.png deleted file mode 100644 index e75376d4a..000000000 Binary files a/assets/amiibo/images/icon_04e20001-01090502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04e30001-01650502.png b/assets/amiibo/images/icon_04e30001-01650502.png deleted file mode 100644 index 534c4c7fd..000000000 Binary files a/assets/amiibo/images/icon_04e30001-01650502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04e40001-01b60502.png b/assets/amiibo/images/icon_04e40001-01b60502.png deleted file mode 100644 index f0132edf7..000000000 Binary files a/assets/amiibo/images/icon_04e40001-01b60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04e50001-01ad0502.png b/assets/amiibo/images/icon_04e50001-01ad0502.png deleted file mode 100644 index e4f6011c7..000000000 Binary files a/assets/amiibo/images/icon_04e50001-01ad0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04e60001-00820502.png b/assets/amiibo/images/icon_04e60001-00820502.png deleted file mode 100644 index 7417922d7..000000000 Binary files a/assets/amiibo/images/icon_04e60001-00820502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04e70001-01320502.png b/assets/amiibo/images/icon_04e70001-01320502.png deleted file mode 100644 index 1ab787712..000000000 Binary files a/assets/amiibo/images/icon_04e70001-01320502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04e80001-01ce0502.png b/assets/amiibo/images/icon_04e80001-01ce0502.png deleted file mode 100644 index a8e854a18..000000000 Binary files a/assets/amiibo/images/icon_04e80001-01ce0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04ea0001-03180502.png b/assets/amiibo/images/icon_04ea0001-03180502.png deleted file mode 100644 index d6109cdde..000000000 Binary files a/assets/amiibo/images/icon_04ea0001-03180502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04eb0001-02f00502.png b/assets/amiibo/images/icon_04eb0001-02f00502.png deleted file mode 100644 index 3a3a2e89a..000000000 Binary files a/assets/amiibo/images/icon_04eb0001-02f00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04ec0001-00770502.png b/assets/amiibo/images/icon_04ec0001-00770502.png deleted file mode 100644 index dc8033191..000000000 Binary files a/assets/amiibo/images/icon_04ec0001-00770502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04ed0001-00620502.png b/assets/amiibo/images/icon_04ed0001-00620502.png deleted file mode 100644 index 911e03c9b..000000000 Binary files a/assets/amiibo/images/icon_04ed0001-00620502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04ee0001-014b0502.png b/assets/amiibo/images/icon_04ee0001-014b0502.png deleted file mode 100644 index 7f1dad03e..000000000 Binary files a/assets/amiibo/images/icon_04ee0001-014b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04ef0001-013b0502.png b/assets/amiibo/images/icon_04ef0001-013b0502.png deleted file mode 100644 index 1fc03fcba..000000000 Binary files a/assets/amiibo/images/icon_04ef0001-013b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04fa0001-01680502.png b/assets/amiibo/images/icon_04fa0001-01680502.png deleted file mode 100644 index 82b44dbec..000000000 Binary files a/assets/amiibo/images/icon_04fa0001-01680502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04fb0001-01c60502.png b/assets/amiibo/images/icon_04fb0001-01c60502.png deleted file mode 100644 index 29d0dbce5..000000000 Binary files a/assets/amiibo/images/icon_04fb0001-01c60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04fc0001-02ee0502.png b/assets/amiibo/images/icon_04fc0001-02ee0502.png deleted file mode 100644 index 3426938a4..000000000 Binary files a/assets/amiibo/images/icon_04fc0001-02ee0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04fd0001-007b0502.png b/assets/amiibo/images/icon_04fd0001-007b0502.png deleted file mode 100644 index 001c0e76d..000000000 Binary files a/assets/amiibo/images/icon_04fd0001-007b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04fe0001-00590502.png b/assets/amiibo/images/icon_04fe0001-00590502.png deleted file mode 100644 index fc41a4ac2..000000000 Binary files a/assets/amiibo/images/icon_04fe0001-00590502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_04ff0001-01620502.png b/assets/amiibo/images/icon_04ff0001-01620502.png deleted file mode 100644 index 42457c5b2..000000000 Binary files a/assets/amiibo/images/icon_04ff0001-01620502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05000001-00e70502.png b/assets/amiibo/images/icon_05000001-00e70502.png deleted file mode 100644 index 73163bed2..000000000 Binary files a/assets/amiibo/images/icon_05000001-00e70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_050b0001-00990502.png b/assets/amiibo/images/icon_050b0001-00990502.png deleted file mode 100644 index a3774feec..000000000 Binary files a/assets/amiibo/images/icon_050b0001-00990502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_050c0001-01c10502.png b/assets/amiibo/images/icon_050c0001-01c10502.png deleted file mode 100644 index 460cea4ab..000000000 Binary files a/assets/amiibo/images/icon_050c0001-01c10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_050d0001-01420502.png b/assets/amiibo/images/icon_050d0001-01420502.png deleted file mode 100644 index b4e07f997..000000000 Binary files a/assets/amiibo/images/icon_050d0001-01420502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_050e0001-00d70502.png b/assets/amiibo/images/icon_050e0001-00d70502.png deleted file mode 100644 index 2b69f818b..000000000 Binary files a/assets/amiibo/images/icon_050e0001-00d70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_050f0001-03140502.png b/assets/amiibo/images/icon_050f0001-03140502.png deleted file mode 100644 index 1a1211383..000000000 Binary files a/assets/amiibo/images/icon_050f0001-03140502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05100001-01070502.png b/assets/amiibo/images/icon_05100001-01070502.png deleted file mode 100644 index 1d1f5e4b5..000000000 Binary files a/assets/amiibo/images/icon_05100001-01070502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05110001-01950502.png b/assets/amiibo/images/icon_05110001-01950502.png deleted file mode 100644 index 1367350b9..000000000 Binary files a/assets/amiibo/images/icon_05110001-01950502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05130001-02e70502.png b/assets/amiibo/images/icon_05130001-02e70502.png deleted file mode 100644 index ad3925f85..000000000 Binary files a/assets/amiibo/images/icon_05130001-02e70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05140001-01530502.png b/assets/amiibo/images/icon_05140001-01530502.png deleted file mode 100644 index c594d3330..000000000 Binary files a/assets/amiibo/images/icon_05140001-01530502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05150001-005b0502.png b/assets/amiibo/images/icon_05150001-005b0502.png deleted file mode 100644 index a6246088c..000000000 Binary files a/assets/amiibo/images/icon_05150001-005b0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05800000-00050002.png b/assets/amiibo/images/icon_05800000-00050002.png deleted file mode 100644 index 7ef3ef1d3..000000000 Binary files a/assets/amiibo/images/icon_05800000-00050002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05810000-001c0002.png b/assets/amiibo/images/icon_05810000-001c0002.png deleted file mode 100644 index 76cf31c0d..000000000 Binary files a/assets/amiibo/images/icon_05810000-001c0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05840000-037e0002.png b/assets/amiibo/images/icon_05840000-037e0002.png deleted file mode 100644 index 4f5511d59..000000000 Binary files a/assets/amiibo/images/icon_05840000-037e0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05c00000-00060002.png b/assets/amiibo/images/icon_05c00000-00060002.png deleted file mode 100644 index f05b04bfb..000000000 Binary files a/assets/amiibo/images/icon_05c00000-00060002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05c00000-03651302.png b/assets/amiibo/images/icon_05c00000-03651302.png deleted file mode 100644 index 71b80ee00..000000000 Binary files a/assets/amiibo/images/icon_05c00000-03651302.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05c00000-04121302.png b/assets/amiibo/images/icon_05c00000-04121302.png deleted file mode 100644 index f59e2e38d..000000000 Binary files a/assets/amiibo/images/icon_05c00000-04121302.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05c00100-001d0002.png b/assets/amiibo/images/icon_05c00100-001d0002.png deleted file mode 100644 index 4a3f91858..000000000 Binary files a/assets/amiibo/images/icon_05c00100-001d0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05c10000-03661302.png b/assets/amiibo/images/icon_05c10000-03661302.png deleted file mode 100644 index d0fea06de..000000000 Binary files a/assets/amiibo/images/icon_05c10000-03661302.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05c20000-037f0002.png b/assets/amiibo/images/icon_05c20000-037f0002.png deleted file mode 100644 index 395bbd458..000000000 Binary files a/assets/amiibo/images/icon_05c20000-037f0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05c30000-03800002.png b/assets/amiibo/images/icon_05c30000-03800002.png deleted file mode 100644 index 372efafbd..000000000 Binary files a/assets/amiibo/images/icon_05c30000-03800002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_05c40000-04131302.png b/assets/amiibo/images/icon_05c40000-04131302.png deleted file mode 100644 index 61e224c17..000000000 Binary files a/assets/amiibo/images/icon_05c40000-04131302.png and /dev/null differ diff --git a/assets/amiibo/images/icon_06000000-00120002.png b/assets/amiibo/images/icon_06000000-00120002.png deleted file mode 100644 index 77d355410..000000000 Binary files a/assets/amiibo/images/icon_06000000-00120002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_06400100-001e0002.png b/assets/amiibo/images/icon_06400100-001e0002.png deleted file mode 100644 index 1f6948f1a..000000000 Binary files a/assets/amiibo/images/icon_06400100-001e0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_06420000-035f1102.png b/assets/amiibo/images/icon_06420000-035f1102.png deleted file mode 100644 index 6e851d7e9..000000000 Binary files a/assets/amiibo/images/icon_06420000-035f1102.png and /dev/null differ diff --git a/assets/amiibo/images/icon_06c00000-000f0002.png b/assets/amiibo/images/icon_06c00000-000f0002.png deleted file mode 100644 index 1f07b9ec1..000000000 Binary files a/assets/amiibo/images/icon_06c00000-000f0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07000000-00070002.png b/assets/amiibo/images/icon_07000000-00070002.png deleted file mode 100644 index 3cd5bd046..000000000 Binary files a/assets/amiibo/images/icon_07000000-00070002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07400000-00100002.png b/assets/amiibo/images/icon_07400000-00100002.png deleted file mode 100644 index c5be3753d..000000000 Binary files a/assets/amiibo/images/icon_07400000-00100002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07410000-00200002.png b/assets/amiibo/images/icon_07410000-00200002.png deleted file mode 100644 index 3ba5b062f..000000000 Binary files a/assets/amiibo/images/icon_07410000-00200002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07420000-001f0002.png b/assets/amiibo/images/icon_07420000-001f0002.png deleted file mode 100644 index b60823370..000000000 Binary files a/assets/amiibo/images/icon_07420000-001f0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07800000-002d0002.png b/assets/amiibo/images/icon_07800000-002d0002.png deleted file mode 100644 index afa8d7d15..000000000 Binary files a/assets/amiibo/images/icon_07800000-002d0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07810000-002e0002.png b/assets/amiibo/images/icon_07810000-002e0002.png deleted file mode 100644 index 5491c00cc..000000000 Binary files a/assets/amiibo/images/icon_07810000-002e0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07810000-00330002.png b/assets/amiibo/images/icon_07810000-00330002.png deleted file mode 100644 index cacdaa0fd..000000000 Binary files a/assets/amiibo/images/icon_07810000-00330002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07820000-002f0002.png b/assets/amiibo/images/icon_07820000-002f0002.png deleted file mode 100644 index b6a0fd750..000000000 Binary files a/assets/amiibo/images/icon_07820000-002f0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_078f0000-03810002.png b/assets/amiibo/images/icon_078f0000-03810002.png deleted file mode 100644 index c33e7947a..000000000 Binary files a/assets/amiibo/images/icon_078f0000-03810002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07c00000-00210002.png b/assets/amiibo/images/icon_07c00000-00210002.png deleted file mode 100644 index a9c717d52..000000000 Binary files a/assets/amiibo/images/icon_07c00000-00210002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07c00100-00220002.png b/assets/amiibo/images/icon_07c00100-00220002.png deleted file mode 100644 index 5b6f292e5..000000000 Binary files a/assets/amiibo/images/icon_07c00100-00220002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_07c00200-00230002.png b/assets/amiibo/images/icon_07c00200-00230002.png deleted file mode 100644 index b0a722736..000000000 Binary files a/assets/amiibo/images/icon_07c00200-00230002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000100-003e0402.png b/assets/amiibo/images/icon_08000100-003e0402.png deleted file mode 100644 index 8b36f2ecb..000000000 Binary files a/assets/amiibo/images/icon_08000100-003e0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000100-025f0402.png b/assets/amiibo/images/icon_08000100-025f0402.png deleted file mode 100644 index 124eadf55..000000000 Binary files a/assets/amiibo/images/icon_08000100-025f0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000100-03690402.png b/assets/amiibo/images/icon_08000100-03690402.png deleted file mode 100644 index 280a4bc23..000000000 Binary files a/assets/amiibo/images/icon_08000100-03690402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000100-03820002.png b/assets/amiibo/images/icon_08000100-03820002.png deleted file mode 100644 index cf1f34b7d..000000000 Binary files a/assets/amiibo/images/icon_08000100-03820002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000100-04150402.png b/assets/amiibo/images/icon_08000100-04150402.png deleted file mode 100644 index 1b30696e5..000000000 Binary files a/assets/amiibo/images/icon_08000100-04150402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000200-003f0402.png b/assets/amiibo/images/icon_08000200-003f0402.png deleted file mode 100644 index ad67ecfcb..000000000 Binary files a/assets/amiibo/images/icon_08000200-003f0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000200-02600402.png b/assets/amiibo/images/icon_08000200-02600402.png deleted file mode 100644 index 1dbb393db..000000000 Binary files a/assets/amiibo/images/icon_08000200-02600402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000200-036a0402.png b/assets/amiibo/images/icon_08000200-036a0402.png deleted file mode 100644 index de98a445b..000000000 Binary files a/assets/amiibo/images/icon_08000200-036a0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000300-00400402.png b/assets/amiibo/images/icon_08000300-00400402.png deleted file mode 100644 index 42cd5a5b6..000000000 Binary files a/assets/amiibo/images/icon_08000300-00400402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000300-02610402.png b/assets/amiibo/images/icon_08000300-02610402.png deleted file mode 100644 index e18b73f3f..000000000 Binary files a/assets/amiibo/images/icon_08000300-02610402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08000300-036b0402.png b/assets/amiibo/images/icon_08000300-036b0402.png deleted file mode 100644 index 6bc022f43..000000000 Binary files a/assets/amiibo/images/icon_08000300-036b0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08010000-025d0402.png b/assets/amiibo/images/icon_08010000-025d0402.png deleted file mode 100644 index 6cbee1a7a..000000000 Binary files a/assets/amiibo/images/icon_08010000-025d0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08010000-04360402.png b/assets/amiibo/images/icon_08010000-04360402.png deleted file mode 100644 index b45684564..000000000 Binary files a/assets/amiibo/images/icon_08010000-04360402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08020000-025e0402.png b/assets/amiibo/images/icon_08020000-025e0402.png deleted file mode 100644 index 5fa18cc97..000000000 Binary files a/assets/amiibo/images/icon_08020000-025e0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08020000-04370402.png b/assets/amiibo/images/icon_08020000-04370402.png deleted file mode 100644 index 10cb5987a..000000000 Binary files a/assets/amiibo/images/icon_08020000-04370402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08030000-03760402.png b/assets/amiibo/images/icon_08030000-03760402.png deleted file mode 100644 index 85a5e9f6a..000000000 Binary files a/assets/amiibo/images/icon_08030000-03760402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08030000-04380402.png b/assets/amiibo/images/icon_08030000-04380402.png deleted file mode 100644 index 84425939e..000000000 Binary files a/assets/amiibo/images/icon_08030000-04380402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08040000-03770402.png b/assets/amiibo/images/icon_08040000-03770402.png deleted file mode 100644 index 35880b996..000000000 Binary files a/assets/amiibo/images/icon_08040000-03770402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08040000-04390402.png b/assets/amiibo/images/icon_08040000-04390402.png deleted file mode 100644 index ab3ee111b..000000000 Binary files a/assets/amiibo/images/icon_08040000-04390402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08050100-038e0402.png b/assets/amiibo/images/icon_08050100-038e0402.png deleted file mode 100644 index a14e3641a..000000000 Binary files a/assets/amiibo/images/icon_08050100-038e0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08050200-038f0402.png b/assets/amiibo/images/icon_08050200-038f0402.png deleted file mode 100644 index 6764e467d..000000000 Binary files a/assets/amiibo/images/icon_08050200-038f0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08050200-041b0402.png b/assets/amiibo/images/icon_08050200-041b0402.png deleted file mode 100644 index 03c0cb37a..000000000 Binary files a/assets/amiibo/images/icon_08050200-041b0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08050300-03900402.png b/assets/amiibo/images/icon_08050300-03900402.png deleted file mode 100644 index 8359af06b..000000000 Binary files a/assets/amiibo/images/icon_08050300-03900402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08060100-041c0402.png b/assets/amiibo/images/icon_08060100-041c0402.png deleted file mode 100644 index 695b655c9..000000000 Binary files a/assets/amiibo/images/icon_08060100-041c0402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08070000-04330402.png b/assets/amiibo/images/icon_08070000-04330402.png deleted file mode 100644 index 55641008b..000000000 Binary files a/assets/amiibo/images/icon_08070000-04330402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08080000-04340402.png b/assets/amiibo/images/icon_08080000-04340402.png deleted file mode 100644 index d3070548d..000000000 Binary files a/assets/amiibo/images/icon_08080000-04340402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_08090000-04350402.png b/assets/amiibo/images/icon_08090000-04350402.png deleted file mode 100644 index c7d9baee8..000000000 Binary files a/assets/amiibo/images/icon_08090000-04350402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c00101-02690e02.png b/assets/amiibo/images/icon_09c00101-02690e02.png deleted file mode 100644 index 4b06e9379..000000000 Binary files a/assets/amiibo/images/icon_09c00101-02690e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c00201-026a0e02.png b/assets/amiibo/images/icon_09c00201-026a0e02.png deleted file mode 100644 index cf281b228..000000000 Binary files a/assets/amiibo/images/icon_09c00201-026a0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c00301-026b0e02.png b/assets/amiibo/images/icon_09c00301-026b0e02.png deleted file mode 100644 index 2b34ce4f4..000000000 Binary files a/assets/amiibo/images/icon_09c00301-026b0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c00401-026c0e02.png b/assets/amiibo/images/icon_09c00401-026c0e02.png deleted file mode 100644 index 3626bf2f2..000000000 Binary files a/assets/amiibo/images/icon_09c00401-026c0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c00501-026d0e02.png b/assets/amiibo/images/icon_09c00501-026d0e02.png deleted file mode 100644 index eb75ff4a2..000000000 Binary files a/assets/amiibo/images/icon_09c00501-026d0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c10101-026e0e02.png b/assets/amiibo/images/icon_09c10101-026e0e02.png deleted file mode 100644 index 5ed8fa848..000000000 Binary files a/assets/amiibo/images/icon_09c10101-026e0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c10201-026f0e02.png b/assets/amiibo/images/icon_09c10201-026f0e02.png deleted file mode 100644 index a41f561b1..000000000 Binary files a/assets/amiibo/images/icon_09c10201-026f0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c10301-02700e02.png b/assets/amiibo/images/icon_09c10301-02700e02.png deleted file mode 100644 index 41f0303ab..000000000 Binary files a/assets/amiibo/images/icon_09c10301-02700e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c10401-02710e02.png b/assets/amiibo/images/icon_09c10401-02710e02.png deleted file mode 100644 index a2e9857b3..000000000 Binary files a/assets/amiibo/images/icon_09c10401-02710e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c10501-02720e02.png b/assets/amiibo/images/icon_09c10501-02720e02.png deleted file mode 100644 index 1e2435e58..000000000 Binary files a/assets/amiibo/images/icon_09c10501-02720e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c20101-02730e02.png b/assets/amiibo/images/icon_09c20101-02730e02.png deleted file mode 100644 index e16422004..000000000 Binary files a/assets/amiibo/images/icon_09c20101-02730e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c20201-02740e02.png b/assets/amiibo/images/icon_09c20201-02740e02.png deleted file mode 100644 index 67151ed3e..000000000 Binary files a/assets/amiibo/images/icon_09c20201-02740e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c20301-02750e02.png b/assets/amiibo/images/icon_09c20301-02750e02.png deleted file mode 100644 index 850bf778e..000000000 Binary files a/assets/amiibo/images/icon_09c20301-02750e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c20401-02760e02.png b/assets/amiibo/images/icon_09c20401-02760e02.png deleted file mode 100644 index ee6e9a14c..000000000 Binary files a/assets/amiibo/images/icon_09c20401-02760e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c20501-02770e02.png b/assets/amiibo/images/icon_09c20501-02770e02.png deleted file mode 100644 index 1d78c40f3..000000000 Binary files a/assets/amiibo/images/icon_09c20501-02770e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c30101-02780e02.png b/assets/amiibo/images/icon_09c30101-02780e02.png deleted file mode 100644 index f43043198..000000000 Binary files a/assets/amiibo/images/icon_09c30101-02780e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c30201-02790e02.png b/assets/amiibo/images/icon_09c30201-02790e02.png deleted file mode 100644 index ef5474478..000000000 Binary files a/assets/amiibo/images/icon_09c30201-02790e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c30301-027a0e02.png b/assets/amiibo/images/icon_09c30301-027a0e02.png deleted file mode 100644 index f4499e97c..000000000 Binary files a/assets/amiibo/images/icon_09c30301-027a0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c30401-027b0e02.png b/assets/amiibo/images/icon_09c30401-027b0e02.png deleted file mode 100644 index ad4534890..000000000 Binary files a/assets/amiibo/images/icon_09c30401-027b0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c30501-027c0e02.png b/assets/amiibo/images/icon_09c30501-027c0e02.png deleted file mode 100644 index fd7dd66f4..000000000 Binary files a/assets/amiibo/images/icon_09c30501-027c0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c40101-027d0e02.png b/assets/amiibo/images/icon_09c40101-027d0e02.png deleted file mode 100644 index a06217baf..000000000 Binary files a/assets/amiibo/images/icon_09c40101-027d0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c40201-027e0e02.png b/assets/amiibo/images/icon_09c40201-027e0e02.png deleted file mode 100644 index fe801a167..000000000 Binary files a/assets/amiibo/images/icon_09c40201-027e0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c40301-027f0e02.png b/assets/amiibo/images/icon_09c40301-027f0e02.png deleted file mode 100644 index fe358924d..000000000 Binary files a/assets/amiibo/images/icon_09c40301-027f0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c40401-02800e02.png b/assets/amiibo/images/icon_09c40401-02800e02.png deleted file mode 100644 index 1b29d1338..000000000 Binary files a/assets/amiibo/images/icon_09c40401-02800e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c40501-02810e02.png b/assets/amiibo/images/icon_09c40501-02810e02.png deleted file mode 100644 index 35c48cf56..000000000 Binary files a/assets/amiibo/images/icon_09c40501-02810e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c50101-02820e02.png b/assets/amiibo/images/icon_09c50101-02820e02.png deleted file mode 100644 index 8f6833c11..000000000 Binary files a/assets/amiibo/images/icon_09c50101-02820e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c50201-02830e02.png b/assets/amiibo/images/icon_09c50201-02830e02.png deleted file mode 100644 index 4eac5dbdb..000000000 Binary files a/assets/amiibo/images/icon_09c50201-02830e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c50301-02840e02.png b/assets/amiibo/images/icon_09c50301-02840e02.png deleted file mode 100644 index 5bc86c598..000000000 Binary files a/assets/amiibo/images/icon_09c50301-02840e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c50401-02850e02.png b/assets/amiibo/images/icon_09c50401-02850e02.png deleted file mode 100644 index daaee032a..000000000 Binary files a/assets/amiibo/images/icon_09c50401-02850e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c50501-02860e02.png b/assets/amiibo/images/icon_09c50501-02860e02.png deleted file mode 100644 index 88c3f6338..000000000 Binary files a/assets/amiibo/images/icon_09c50501-02860e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c60101-02870e02.png b/assets/amiibo/images/icon_09c60101-02870e02.png deleted file mode 100644 index d3874a25b..000000000 Binary files a/assets/amiibo/images/icon_09c60101-02870e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c60201-02880e02.png b/assets/amiibo/images/icon_09c60201-02880e02.png deleted file mode 100644 index 9d16e06c5..000000000 Binary files a/assets/amiibo/images/icon_09c60201-02880e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c60301-02890e02.png b/assets/amiibo/images/icon_09c60301-02890e02.png deleted file mode 100644 index 5e6ae378b..000000000 Binary files a/assets/amiibo/images/icon_09c60301-02890e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c60401-028a0e02.png b/assets/amiibo/images/icon_09c60401-028a0e02.png deleted file mode 100644 index 8bae55726..000000000 Binary files a/assets/amiibo/images/icon_09c60401-028a0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c60501-028b0e02.png b/assets/amiibo/images/icon_09c60501-028b0e02.png deleted file mode 100644 index 1f97ae4ed..000000000 Binary files a/assets/amiibo/images/icon_09c60501-028b0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c70101-028c0e02.png b/assets/amiibo/images/icon_09c70101-028c0e02.png deleted file mode 100644 index d13ce245d..000000000 Binary files a/assets/amiibo/images/icon_09c70101-028c0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c70201-028d0e02.png b/assets/amiibo/images/icon_09c70201-028d0e02.png deleted file mode 100644 index e20cae51d..000000000 Binary files a/assets/amiibo/images/icon_09c70201-028d0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c70301-028e0e02.png b/assets/amiibo/images/icon_09c70301-028e0e02.png deleted file mode 100644 index 952ecc950..000000000 Binary files a/assets/amiibo/images/icon_09c70301-028e0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c70401-028f0e02.png b/assets/amiibo/images/icon_09c70401-028f0e02.png deleted file mode 100644 index d0dc99b28..000000000 Binary files a/assets/amiibo/images/icon_09c70401-028f0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c70501-02900e02.png b/assets/amiibo/images/icon_09c70501-02900e02.png deleted file mode 100644 index 9945ad8fe..000000000 Binary files a/assets/amiibo/images/icon_09c70501-02900e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c80101-02910e02.png b/assets/amiibo/images/icon_09c80101-02910e02.png deleted file mode 100644 index b3b1677dc..000000000 Binary files a/assets/amiibo/images/icon_09c80101-02910e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c80201-02920e02.png b/assets/amiibo/images/icon_09c80201-02920e02.png deleted file mode 100644 index 2b8d35f4e..000000000 Binary files a/assets/amiibo/images/icon_09c80201-02920e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c80301-02930e02.png b/assets/amiibo/images/icon_09c80301-02930e02.png deleted file mode 100644 index 436ade949..000000000 Binary files a/assets/amiibo/images/icon_09c80301-02930e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c80401-02940e02.png b/assets/amiibo/images/icon_09c80401-02940e02.png deleted file mode 100644 index c5e3778e7..000000000 Binary files a/assets/amiibo/images/icon_09c80401-02940e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c80501-02950e02.png b/assets/amiibo/images/icon_09c80501-02950e02.png deleted file mode 100644 index fe389a659..000000000 Binary files a/assets/amiibo/images/icon_09c80501-02950e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c90101-02960e02.png b/assets/amiibo/images/icon_09c90101-02960e02.png deleted file mode 100644 index d57f5999e..000000000 Binary files a/assets/amiibo/images/icon_09c90101-02960e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c90201-02970e02.png b/assets/amiibo/images/icon_09c90201-02970e02.png deleted file mode 100644 index 7baf1ce76..000000000 Binary files a/assets/amiibo/images/icon_09c90201-02970e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c90301-02980e02.png b/assets/amiibo/images/icon_09c90301-02980e02.png deleted file mode 100644 index 616b3b598..000000000 Binary files a/assets/amiibo/images/icon_09c90301-02980e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c90401-02990e02.png b/assets/amiibo/images/icon_09c90401-02990e02.png deleted file mode 100644 index dcb3a1c8d..000000000 Binary files a/assets/amiibo/images/icon_09c90401-02990e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09c90501-029a0e02.png b/assets/amiibo/images/icon_09c90501-029a0e02.png deleted file mode 100644 index a7568ace1..000000000 Binary files a/assets/amiibo/images/icon_09c90501-029a0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ca0101-029b0e02.png b/assets/amiibo/images/icon_09ca0101-029b0e02.png deleted file mode 100644 index 78eb4604d..000000000 Binary files a/assets/amiibo/images/icon_09ca0101-029b0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ca0201-029c0e02.png b/assets/amiibo/images/icon_09ca0201-029c0e02.png deleted file mode 100644 index 4252e0811..000000000 Binary files a/assets/amiibo/images/icon_09ca0201-029c0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ca0301-029d0e02.png b/assets/amiibo/images/icon_09ca0301-029d0e02.png deleted file mode 100644 index 9b2000936..000000000 Binary files a/assets/amiibo/images/icon_09ca0301-029d0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ca0401-029e0e02.png b/assets/amiibo/images/icon_09ca0401-029e0e02.png deleted file mode 100644 index 75629fba4..000000000 Binary files a/assets/amiibo/images/icon_09ca0401-029e0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ca0501-029f0e02.png b/assets/amiibo/images/icon_09ca0501-029f0e02.png deleted file mode 100644 index bf7b20627..000000000 Binary files a/assets/amiibo/images/icon_09ca0501-029f0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cb0101-02a00e02.png b/assets/amiibo/images/icon_09cb0101-02a00e02.png deleted file mode 100644 index 0be53a6ec..000000000 Binary files a/assets/amiibo/images/icon_09cb0101-02a00e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cb0201-02a10e02.png b/assets/amiibo/images/icon_09cb0201-02a10e02.png deleted file mode 100644 index cbeab29a0..000000000 Binary files a/assets/amiibo/images/icon_09cb0201-02a10e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cb0301-02a20e02.png b/assets/amiibo/images/icon_09cb0301-02a20e02.png deleted file mode 100644 index 116c54001..000000000 Binary files a/assets/amiibo/images/icon_09cb0301-02a20e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cb0401-02a30e02.png b/assets/amiibo/images/icon_09cb0401-02a30e02.png deleted file mode 100644 index cc6dd95e3..000000000 Binary files a/assets/amiibo/images/icon_09cb0401-02a30e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cb0501-02a40e02.png b/assets/amiibo/images/icon_09cb0501-02a40e02.png deleted file mode 100644 index 2d83d372a..000000000 Binary files a/assets/amiibo/images/icon_09cb0501-02a40e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cc0101-02a50e02.png b/assets/amiibo/images/icon_09cc0101-02a50e02.png deleted file mode 100644 index fed772541..000000000 Binary files a/assets/amiibo/images/icon_09cc0101-02a50e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cc0201-02a60e02.png b/assets/amiibo/images/icon_09cc0201-02a60e02.png deleted file mode 100644 index b9e0f5d60..000000000 Binary files a/assets/amiibo/images/icon_09cc0201-02a60e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cc0301-02a70e02.png b/assets/amiibo/images/icon_09cc0301-02a70e02.png deleted file mode 100644 index 6ae820337..000000000 Binary files a/assets/amiibo/images/icon_09cc0301-02a70e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cc0401-02a80e02.png b/assets/amiibo/images/icon_09cc0401-02a80e02.png deleted file mode 100644 index 5683d4d60..000000000 Binary files a/assets/amiibo/images/icon_09cc0401-02a80e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cc0501-02a90e02.png b/assets/amiibo/images/icon_09cc0501-02a90e02.png deleted file mode 100644 index 14563a651..000000000 Binary files a/assets/amiibo/images/icon_09cc0501-02a90e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cd0101-02aa0e02.png b/assets/amiibo/images/icon_09cd0101-02aa0e02.png deleted file mode 100644 index b078973ea..000000000 Binary files a/assets/amiibo/images/icon_09cd0101-02aa0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cd0201-02ab0e02.png b/assets/amiibo/images/icon_09cd0201-02ab0e02.png deleted file mode 100644 index 40e8ebe08..000000000 Binary files a/assets/amiibo/images/icon_09cd0201-02ab0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cd0301-02ac0e02.png b/assets/amiibo/images/icon_09cd0301-02ac0e02.png deleted file mode 100644 index 728bdd9bc..000000000 Binary files a/assets/amiibo/images/icon_09cd0301-02ac0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cd0401-02ad0e02.png b/assets/amiibo/images/icon_09cd0401-02ad0e02.png deleted file mode 100644 index dd4c21a1c..000000000 Binary files a/assets/amiibo/images/icon_09cd0401-02ad0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cd0501-02ae0e02.png b/assets/amiibo/images/icon_09cd0501-02ae0e02.png deleted file mode 100644 index 589141a07..000000000 Binary files a/assets/amiibo/images/icon_09cd0501-02ae0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ce0101-02af0e02.png b/assets/amiibo/images/icon_09ce0101-02af0e02.png deleted file mode 100644 index f11a9255d..000000000 Binary files a/assets/amiibo/images/icon_09ce0101-02af0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ce0201-02b00e02.png b/assets/amiibo/images/icon_09ce0201-02b00e02.png deleted file mode 100644 index a00c613bd..000000000 Binary files a/assets/amiibo/images/icon_09ce0201-02b00e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ce0301-02b10e02.png b/assets/amiibo/images/icon_09ce0301-02b10e02.png deleted file mode 100644 index cd80a6c9d..000000000 Binary files a/assets/amiibo/images/icon_09ce0301-02b10e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ce0401-02b20e02.png b/assets/amiibo/images/icon_09ce0401-02b20e02.png deleted file mode 100644 index 0a487fa8c..000000000 Binary files a/assets/amiibo/images/icon_09ce0401-02b20e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09ce0501-02b30e02.png b/assets/amiibo/images/icon_09ce0501-02b30e02.png deleted file mode 100644 index f0b64e622..000000000 Binary files a/assets/amiibo/images/icon_09ce0501-02b30e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cf0101-02b40e02.png b/assets/amiibo/images/icon_09cf0101-02b40e02.png deleted file mode 100644 index 631fc0625..000000000 Binary files a/assets/amiibo/images/icon_09cf0101-02b40e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cf0201-02b50e02.png b/assets/amiibo/images/icon_09cf0201-02b50e02.png deleted file mode 100644 index 1369f4a0a..000000000 Binary files a/assets/amiibo/images/icon_09cf0201-02b50e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cf0301-02b60e02.png b/assets/amiibo/images/icon_09cf0301-02b60e02.png deleted file mode 100644 index 47583c338..000000000 Binary files a/assets/amiibo/images/icon_09cf0301-02b60e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cf0401-02b70e02.png b/assets/amiibo/images/icon_09cf0401-02b70e02.png deleted file mode 100644 index 7ccca04fb..000000000 Binary files a/assets/amiibo/images/icon_09cf0401-02b70e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09cf0501-02b80e02.png b/assets/amiibo/images/icon_09cf0501-02b80e02.png deleted file mode 100644 index d89f69c11..000000000 Binary files a/assets/amiibo/images/icon_09cf0501-02b80e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d00101-02b90e02.png b/assets/amiibo/images/icon_09d00101-02b90e02.png deleted file mode 100644 index 98251a253..000000000 Binary files a/assets/amiibo/images/icon_09d00101-02b90e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d00201-02ba0e02.png b/assets/amiibo/images/icon_09d00201-02ba0e02.png deleted file mode 100644 index 6fd847af8..000000000 Binary files a/assets/amiibo/images/icon_09d00201-02ba0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d00301-02bb0e02.png b/assets/amiibo/images/icon_09d00301-02bb0e02.png deleted file mode 100644 index d1777e410..000000000 Binary files a/assets/amiibo/images/icon_09d00301-02bb0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d00401-02bc0e02.png b/assets/amiibo/images/icon_09d00401-02bc0e02.png deleted file mode 100644 index d406b5401..000000000 Binary files a/assets/amiibo/images/icon_09d00401-02bc0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d00501-02bd0e02.png b/assets/amiibo/images/icon_09d00501-02bd0e02.png deleted file mode 100644 index 3ace8999f..000000000 Binary files a/assets/amiibo/images/icon_09d00501-02bd0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d10101-02be0e02.png b/assets/amiibo/images/icon_09d10101-02be0e02.png deleted file mode 100644 index faa60b54e..000000000 Binary files a/assets/amiibo/images/icon_09d10101-02be0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d10201-02bf0e02.png b/assets/amiibo/images/icon_09d10201-02bf0e02.png deleted file mode 100644 index 14d77a191..000000000 Binary files a/assets/amiibo/images/icon_09d10201-02bf0e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d10301-02c00e02.png b/assets/amiibo/images/icon_09d10301-02c00e02.png deleted file mode 100644 index 327294a0a..000000000 Binary files a/assets/amiibo/images/icon_09d10301-02c00e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d10401-02c10e02.png b/assets/amiibo/images/icon_09d10401-02c10e02.png deleted file mode 100644 index 71d4cdbbf..000000000 Binary files a/assets/amiibo/images/icon_09d10401-02c10e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_09d10501-02c20e02.png b/assets/amiibo/images/icon_09d10501-02c20e02.png deleted file mode 100644 index 4ec9c4fcd..000000000 Binary files a/assets/amiibo/images/icon_09d10501-02c20e02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a000001-03ab0502.png b/assets/amiibo/images/icon_0a000001-03ab0502.png deleted file mode 100644 index 510277318..000000000 Binary files a/assets/amiibo/images/icon_0a000001-03ab0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a010001-03ac0502.png b/assets/amiibo/images/icon_0a010001-03ac0502.png deleted file mode 100644 index c7c554873..000000000 Binary files a/assets/amiibo/images/icon_0a010001-03ac0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a020001-03b30502.png b/assets/amiibo/images/icon_0a020001-03b30502.png deleted file mode 100644 index d18384c2c..000000000 Binary files a/assets/amiibo/images/icon_0a020001-03b30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a030001-03b40502.png b/assets/amiibo/images/icon_0a030001-03b40502.png deleted file mode 100644 index 926e0f1aa..000000000 Binary files a/assets/amiibo/images/icon_0a030001-03b40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a040001-03b50502.png b/assets/amiibo/images/icon_0a040001-03b50502.png deleted file mode 100644 index 363f70b2f..000000000 Binary files a/assets/amiibo/images/icon_0a040001-03b50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a050001-03b80502.png b/assets/amiibo/images/icon_0a050001-03b80502.png deleted file mode 100644 index 16d9bb7cd..000000000 Binary files a/assets/amiibo/images/icon_0a050001-03b80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a060001-03ba0502.png b/assets/amiibo/images/icon_0a060001-03ba0502.png deleted file mode 100644 index 07bc3cd25..000000000 Binary files a/assets/amiibo/images/icon_0a060001-03ba0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a070001-03bc0502.png b/assets/amiibo/images/icon_0a070001-03bc0502.png deleted file mode 100644 index 3aa13de02..000000000 Binary files a/assets/amiibo/images/icon_0a070001-03bc0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a080001-03bd0502.png b/assets/amiibo/images/icon_0a080001-03bd0502.png deleted file mode 100644 index caecf627c..000000000 Binary files a/assets/amiibo/images/icon_0a080001-03bd0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a090001-03c00502.png b/assets/amiibo/images/icon_0a090001-03c00502.png deleted file mode 100644 index d86a8f141..000000000 Binary files a/assets/amiibo/images/icon_0a090001-03c00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a0a0001-03c10502.png b/assets/amiibo/images/icon_0a0a0001-03c10502.png deleted file mode 100644 index 746aacea7..000000000 Binary files a/assets/amiibo/images/icon_0a0a0001-03c10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a0b0001-03c20502.png b/assets/amiibo/images/icon_0a0b0001-03c20502.png deleted file mode 100644 index e29db73ab..000000000 Binary files a/assets/amiibo/images/icon_0a0b0001-03c20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a0c0001-03c30502.png b/assets/amiibo/images/icon_0a0c0001-03c30502.png deleted file mode 100644 index 22f1a3f45..000000000 Binary files a/assets/amiibo/images/icon_0a0c0001-03c30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a0d0001-03c40502.png b/assets/amiibo/images/icon_0a0d0001-03c40502.png deleted file mode 100644 index 91c74f3c2..000000000 Binary files a/assets/amiibo/images/icon_0a0d0001-03c40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a0e0001-03c50502.png b/assets/amiibo/images/icon_0a0e0001-03c50502.png deleted file mode 100644 index 40f7bbc90..000000000 Binary files a/assets/amiibo/images/icon_0a0e0001-03c50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a0f0001-03c60502.png b/assets/amiibo/images/icon_0a0f0001-03c60502.png deleted file mode 100644 index 718cf8cb1..000000000 Binary files a/assets/amiibo/images/icon_0a0f0001-03c60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a100001-03c70502.png b/assets/amiibo/images/icon_0a100001-03c70502.png deleted file mode 100644 index a94756028..000000000 Binary files a/assets/amiibo/images/icon_0a100001-03c70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a110001-03c80502.png b/assets/amiibo/images/icon_0a110001-03c80502.png deleted file mode 100644 index 8d1780827..000000000 Binary files a/assets/amiibo/images/icon_0a110001-03c80502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a120001-03c90502.png b/assets/amiibo/images/icon_0a120001-03c90502.png deleted file mode 100644 index 501457991..000000000 Binary files a/assets/amiibo/images/icon_0a120001-03c90502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a130001-03ca0502.png b/assets/amiibo/images/icon_0a130001-03ca0502.png deleted file mode 100644 index 8f00679e7..000000000 Binary files a/assets/amiibo/images/icon_0a130001-03ca0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a140001-03cb0502.png b/assets/amiibo/images/icon_0a140001-03cb0502.png deleted file mode 100644 index 2bb0a28c1..000000000 Binary files a/assets/amiibo/images/icon_0a140001-03cb0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a150001-03cc0502.png b/assets/amiibo/images/icon_0a150001-03cc0502.png deleted file mode 100644 index 5c4613f86..000000000 Binary files a/assets/amiibo/images/icon_0a150001-03cc0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a160001-03cd0502.png b/assets/amiibo/images/icon_0a160001-03cd0502.png deleted file mode 100644 index d30a7be4e..000000000 Binary files a/assets/amiibo/images/icon_0a160001-03cd0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a170001-03ce0502.png b/assets/amiibo/images/icon_0a170001-03ce0502.png deleted file mode 100644 index ce8a63e93..000000000 Binary files a/assets/amiibo/images/icon_0a170001-03ce0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a180001-03cf0502.png b/assets/amiibo/images/icon_0a180001-03cf0502.png deleted file mode 100644 index e6d69cef8..000000000 Binary files a/assets/amiibo/images/icon_0a180001-03cf0502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a190001-03d00502.png b/assets/amiibo/images/icon_0a190001-03d00502.png deleted file mode 100644 index 49be62741..000000000 Binary files a/assets/amiibo/images/icon_0a190001-03d00502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a1a0001-03d10502.png b/assets/amiibo/images/icon_0a1a0001-03d10502.png deleted file mode 100644 index 8d66162d9..000000000 Binary files a/assets/amiibo/images/icon_0a1a0001-03d10502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a1b0001-03d20502.png b/assets/amiibo/images/icon_0a1b0001-03d20502.png deleted file mode 100644 index 5e8a03b75..000000000 Binary files a/assets/amiibo/images/icon_0a1b0001-03d20502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a1c0001-03d30502.png b/assets/amiibo/images/icon_0a1c0001-03d30502.png deleted file mode 100644 index ae4162a06..000000000 Binary files a/assets/amiibo/images/icon_0a1c0001-03d30502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a1d0001-03d40502.png b/assets/amiibo/images/icon_0a1d0001-03d40502.png deleted file mode 100644 index 4f1882c01..000000000 Binary files a/assets/amiibo/images/icon_0a1d0001-03d40502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a1e0001-03d50502.png b/assets/amiibo/images/icon_0a1e0001-03d50502.png deleted file mode 100644 index 28708b09e..000000000 Binary files a/assets/amiibo/images/icon_0a1e0001-03d50502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a1f0001-03d60502.png b/assets/amiibo/images/icon_0a1f0001-03d60502.png deleted file mode 100644 index e7af35a0b..000000000 Binary files a/assets/amiibo/images/icon_0a1f0001-03d60502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a200001-03d70502.png b/assets/amiibo/images/icon_0a200001-03d70502.png deleted file mode 100644 index 6d22d1c07..000000000 Binary files a/assets/amiibo/images/icon_0a200001-03d70502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_0a400000-041d0002.png b/assets/amiibo/images/icon_0a400000-041d0002.png deleted file mode 100644 index 9274e6a6f..000000000 Binary files a/assets/amiibo/images/icon_0a400000-041d0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_19020000-03830002.png b/assets/amiibo/images/icon_19020000-03830002.png deleted file mode 100644 index 380231ccd..000000000 Binary files a/assets/amiibo/images/icon_19020000-03830002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_19060000-00240002.png b/assets/amiibo/images/icon_19060000-00240002.png deleted file mode 100644 index cb3ed0a25..000000000 Binary files a/assets/amiibo/images/icon_19060000-00240002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_19070000-03840002.png b/assets/amiibo/images/icon_19070000-03840002.png deleted file mode 100644 index 973b04912..000000000 Binary files a/assets/amiibo/images/icon_19070000-03840002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_19190000-00090002.png b/assets/amiibo/images/icon_19190000-00090002.png deleted file mode 100644 index bb245cc1a..000000000 Binary files a/assets/amiibo/images/icon_19190000-00090002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_19270000-00260002.png b/assets/amiibo/images/icon_19270000-00260002.png deleted file mode 100644 index 95ef6c6b4..000000000 Binary files a/assets/amiibo/images/icon_19270000-00260002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_19960000-023d0002.png b/assets/amiibo/images/icon_19960000-023d0002.png deleted file mode 100644 index fbf00009f..000000000 Binary files a/assets/amiibo/images/icon_19960000-023d0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_19ac0000-03850002.png b/assets/amiibo/images/icon_19ac0000-03850002.png deleted file mode 100644 index 907fa0f29..000000000 Binary files a/assets/amiibo/images/icon_19ac0000-03850002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1ac00000-00110002.png b/assets/amiibo/images/icon_1ac00000-00110002.png deleted file mode 100644 index 160d69dd8..000000000 Binary files a/assets/amiibo/images/icon_1ac00000-00110002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1b920000-00250002.png b/assets/amiibo/images/icon_1b920000-00250002.png deleted file mode 100644 index 585dfffce..000000000 Binary files a/assets/amiibo/images/icon_1b920000-00250002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1bd70000-03860002.png b/assets/amiibo/images/icon_1bd70000-03860002.png deleted file mode 100644 index 0a9991ee9..000000000 Binary files a/assets/amiibo/images/icon_1bd70000-03860002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1d000001-025c0d02.png b/assets/amiibo/images/icon_1d000001-025c0d02.png deleted file mode 100644 index 8aa9c256a..000000000 Binary files a/assets/amiibo/images/icon_1d000001-025c0d02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1d010000-03750d02.png b/assets/amiibo/images/icon_1d010000-03750d02.png deleted file mode 100644 index df0819ccb..000000000 Binary files a/assets/amiibo/images/icon_1d010000-03750d02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1d400000-03870002.png b/assets/amiibo/images/icon_1d400000-03870002.png deleted file mode 100644 index 709bdb51d..000000000 Binary files a/assets/amiibo/images/icon_1d400000-03870002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1f000000-000a0002.png b/assets/amiibo/images/icon_1f000000-000a0002.png deleted file mode 100644 index a5b1eabbe..000000000 Binary files a/assets/amiibo/images/icon_1f000000-000a0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1f000000-02540c02.png b/assets/amiibo/images/icon_1f000000-02540c02.png deleted file mode 100644 index 8ddf186b9..000000000 Binary files a/assets/amiibo/images/icon_1f000000-02540c02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1f010000-00270002.png b/assets/amiibo/images/icon_1f010000-00270002.png deleted file mode 100644 index 448d7ede5..000000000 Binary files a/assets/amiibo/images/icon_1f010000-00270002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1f010000-02550c02.png b/assets/amiibo/images/icon_1f010000-02550c02.png deleted file mode 100644 index d25052f61..000000000 Binary files a/assets/amiibo/images/icon_1f010000-02550c02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1f020000-00280002.png b/assets/amiibo/images/icon_1f020000-00280002.png deleted file mode 100644 index d0d74dceb..000000000 Binary files a/assets/amiibo/images/icon_1f020000-00280002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1f020000-02560c02.png b/assets/amiibo/images/icon_1f020000-02560c02.png deleted file mode 100644 index 20b535278..000000000 Binary files a/assets/amiibo/images/icon_1f020000-02560c02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1f030000-02570c02.png b/assets/amiibo/images/icon_1f030000-02570c02.png deleted file mode 100644 index e4632f365..000000000 Binary files a/assets/amiibo/images/icon_1f030000-02570c02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_1f400000-035e1002.png b/assets/amiibo/images/icon_1f400000-035e1002.png deleted file mode 100644 index 37f22b45a..000000000 Binary files a/assets/amiibo/images/icon_1f400000-035e1002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21000000-000b0002.png b/assets/amiibo/images/icon_21000000-000b0002.png deleted file mode 100644 index 2760763fe..000000000 Binary files a/assets/amiibo/images/icon_21000000-000b0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21010000-00180002.png b/assets/amiibo/images/icon_21010000-00180002.png deleted file mode 100644 index b17a65b05..000000000 Binary files a/assets/amiibo/images/icon_21010000-00180002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21020000-00290002.png b/assets/amiibo/images/icon_21020000-00290002.png deleted file mode 100644 index 7f39e642f..000000000 Binary files a/assets/amiibo/images/icon_21020000-00290002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21030000-002a0002.png b/assets/amiibo/images/icon_21030000-002a0002.png deleted file mode 100644 index f90edce7f..000000000 Binary files a/assets/amiibo/images/icon_21030000-002a0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21040000-02520002.png b/assets/amiibo/images/icon_21040000-02520002.png deleted file mode 100644 index 60dfd9339..000000000 Binary files a/assets/amiibo/images/icon_21040000-02520002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21050000-025a0002.png b/assets/amiibo/images/icon_21050000-025a0002.png deleted file mode 100644 index 8d351018c..000000000 Binary files a/assets/amiibo/images/icon_21050000-025a0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21050100-03630002.png b/assets/amiibo/images/icon_21050100-03630002.png deleted file mode 100644 index 9d8eabefb..000000000 Binary files a/assets/amiibo/images/icon_21050100-03630002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21060000-03601202.png b/assets/amiibo/images/icon_21060000-03601202.png deleted file mode 100644 index 0d0130aef..000000000 Binary files a/assets/amiibo/images/icon_21060000-03601202.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21070000-03611202.png b/assets/amiibo/images/icon_21070000-03611202.png deleted file mode 100644 index 1b7908769..000000000 Binary files a/assets/amiibo/images/icon_21070000-03611202.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21080000-036f1202.png b/assets/amiibo/images/icon_21080000-036f1202.png deleted file mode 100644 index 383ee8346..000000000 Binary files a/assets/amiibo/images/icon_21080000-036f1202.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21080000-03880002.png b/assets/amiibo/images/icon_21080000-03880002.png deleted file mode 100644 index b33e47866..000000000 Binary files a/assets/amiibo/images/icon_21080000-03880002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_21090000-03701202.png b/assets/amiibo/images/icon_21090000-03701202.png deleted file mode 100644 index b7650618d..000000000 Binary files a/assets/amiibo/images/icon_21090000-03701202.png and /dev/null differ diff --git a/assets/amiibo/images/icon_210b0000-03a50002.png b/assets/amiibo/images/icon_210b0000-03a50002.png deleted file mode 100644 index 51c6bca8c..000000000 Binary files a/assets/amiibo/images/icon_210b0000-03a50002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_22400000-002b0002.png b/assets/amiibo/images/icon_22400000-002b0002.png deleted file mode 100644 index c2a350ac3..000000000 Binary files a/assets/amiibo/images/icon_22400000-002b0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_22410000-041e0002.png b/assets/amiibo/images/icon_22410000-041e0002.png deleted file mode 100644 index 56ac2d891..000000000 Binary files a/assets/amiibo/images/icon_22410000-041e0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_22420000-041f0002.png b/assets/amiibo/images/icon_22420000-041f0002.png deleted file mode 100644 index 98ad4d2c1..000000000 Binary files a/assets/amiibo/images/icon_22420000-041f0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_22430000-043d1b02.png b/assets/amiibo/images/icon_22430000-043d1b02.png deleted file mode 100644 index e26698a04..000000000 Binary files a/assets/amiibo/images/icon_22430000-043d1b02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_22440000-043e1b02.png b/assets/amiibo/images/icon_22440000-043e1b02.png deleted file mode 100644 index 79b056f02..000000000 Binary files a/assets/amiibo/images/icon_22440000-043e1b02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_22800000-002c0002.png b/assets/amiibo/images/icon_22800000-002c0002.png deleted file mode 100644 index dd550c5cb..000000000 Binary files a/assets/amiibo/images/icon_22800000-002c0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_22810000-02510002.png b/assets/amiibo/images/icon_22810000-02510002.png deleted file mode 100644 index 2956ad517..000000000 Binary files a/assets/amiibo/images/icon_22810000-02510002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_22c00000-003a0202.png b/assets/amiibo/images/icon_22c00000-003a0202.png deleted file mode 100644 index c2849b126..000000000 Binary files a/assets/amiibo/images/icon_22c00000-003a0202.png and /dev/null differ diff --git a/assets/amiibo/images/icon_32000000-00300002.png b/assets/amiibo/images/icon_32000000-00300002.png deleted file mode 100644 index e1b5f5b6c..000000000 Binary files a/assets/amiibo/images/icon_32000000-00300002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_32400000-025b0002.png b/assets/amiibo/images/icon_32400000-025b0002.png deleted file mode 100644 index 50e456668..000000000 Binary files a/assets/amiibo/images/icon_32400000-025b0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_32400100-03640002.png b/assets/amiibo/images/icon_32400100-03640002.png deleted file mode 100644 index 95994cb88..000000000 Binary files a/assets/amiibo/images/icon_32400100-03640002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_33400000-00320002.png b/assets/amiibo/images/icon_33400000-00320002.png deleted file mode 100644 index eb0ec7edd..000000000 Binary files a/assets/amiibo/images/icon_33400000-00320002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_33800000-03781402.png b/assets/amiibo/images/icon_33800000-03781402.png deleted file mode 100644 index fe1caf2c3..000000000 Binary files a/assets/amiibo/images/icon_33800000-03781402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_33c00000-04200002.png b/assets/amiibo/images/icon_33c00000-04200002.png deleted file mode 100644 index b234756ef..000000000 Binary files a/assets/amiibo/images/icon_33c00000-04200002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_34800000-00310002.png b/assets/amiibo/images/icon_34800000-00310002.png deleted file mode 100644 index 8a47fc455..000000000 Binary files a/assets/amiibo/images/icon_34800000-00310002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_34800000-02580002.png b/assets/amiibo/images/icon_34800000-02580002.png deleted file mode 100644 index 9bb39319f..000000000 Binary files a/assets/amiibo/images/icon_34800000-02580002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_34800000-03791502.png b/assets/amiibo/images/icon_34800000-03791502.png deleted file mode 100644 index 67c2d9bd5..000000000 Binary files a/assets/amiibo/images/icon_34800000-03791502.png and /dev/null differ diff --git a/assets/amiibo/images/icon_34c00000-02530002.png b/assets/amiibo/images/icon_34c00000-02530002.png deleted file mode 100644 index 67b03e459..000000000 Binary files a/assets/amiibo/images/icon_34c00000-02530002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_34c10000-03890002.png b/assets/amiibo/images/icon_34c10000-03890002.png deleted file mode 100644 index 4f42acca7..000000000 Binary files a/assets/amiibo/images/icon_34c10000-03890002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35000100-02e10f02.png b/assets/amiibo/images/icon_35000100-02e10f02.png deleted file mode 100644 index 98ea3e053..000000000 Binary files a/assets/amiibo/images/icon_35000100-02e10f02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35000200-02e20f02.png b/assets/amiibo/images/icon_35000200-02e20f02.png deleted file mode 100644 index 46ccb906e..000000000 Binary files a/assets/amiibo/images/icon_35000200-02e20f02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35010000-02e30f02.png b/assets/amiibo/images/icon_35010000-02e30f02.png deleted file mode 100644 index 747b4c001..000000000 Binary files a/assets/amiibo/images/icon_35010000-02e30f02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35020100-02e40f02.png b/assets/amiibo/images/icon_35020100-02e40f02.png deleted file mode 100644 index bb15618c1..000000000 Binary files a/assets/amiibo/images/icon_35020100-02e40f02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35030100-02e50f02.png b/assets/amiibo/images/icon_35030100-02e50f02.png deleted file mode 100644 index ce4ca715c..000000000 Binary files a/assets/amiibo/images/icon_35030100-02e50f02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35040100-02e60f02.png b/assets/amiibo/images/icon_35040100-02e60f02.png deleted file mode 100644 index 82ef53cd8..000000000 Binary files a/assets/amiibo/images/icon_35040100-02e60f02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35050000-040c0f02.png b/assets/amiibo/images/icon_35050000-040c0f02.png deleted file mode 100644 index f36c21ae5..000000000 Binary files a/assets/amiibo/images/icon_35050000-040c0f02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35060000-040d0f02.png b/assets/amiibo/images/icon_35060000-040d0f02.png deleted file mode 100644 index c3e362e30..000000000 Binary files a/assets/amiibo/images/icon_35060000-040d0f02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35070000-040e0f02.png b/assets/amiibo/images/icon_35070000-040e0f02.png deleted file mode 100644 index 0268c77df..000000000 Binary files a/assets/amiibo/images/icon_35070000-040e0f02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35080000-040f1802.png b/assets/amiibo/images/icon_35080000-040f1802.png deleted file mode 100644 index 180032a97..000000000 Binary files a/assets/amiibo/images/icon_35080000-040f1802.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35090000-04101802.png b/assets/amiibo/images/icon_35090000-04101802.png deleted file mode 100644 index b51e56865..000000000 Binary files a/assets/amiibo/images/icon_35090000-04101802.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35090100-042b1802.png b/assets/amiibo/images/icon_35090100-042b1802.png deleted file mode 100644 index 5f9be1e18..000000000 Binary files a/assets/amiibo/images/icon_35090100-042b1802.png and /dev/null differ diff --git a/assets/amiibo/images/icon_350a0000-04111802.png b/assets/amiibo/images/icon_350a0000-04111802.png deleted file mode 100644 index 86a830c38..000000000 Binary files a/assets/amiibo/images/icon_350a0000-04111802.png and /dev/null differ diff --git a/assets/amiibo/images/icon_350a0100-042c1802.png b/assets/amiibo/images/icon_350a0100-042c1802.png deleted file mode 100644 index 0bf05657b..000000000 Binary files a/assets/amiibo/images/icon_350a0100-042c1802.png and /dev/null differ diff --git a/assets/amiibo/images/icon_350b0000-042d1802.png b/assets/amiibo/images/icon_350b0000-042d1802.png deleted file mode 100644 index 0cbfd3112..000000000 Binary files a/assets/amiibo/images/icon_350b0000-042d1802.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35c00000-02500a02.png b/assets/amiibo/images/icon_35c00000-02500a02.png deleted file mode 100644 index 3b451e5fd..000000000 Binary files a/assets/amiibo/images/icon_35c00000-02500a02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35c00000-03920a02.png b/assets/amiibo/images/icon_35c00000-03920a02.png deleted file mode 100644 index 3eff209bf..000000000 Binary files a/assets/amiibo/images/icon_35c00000-03920a02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35c10000-036c0a02.png b/assets/amiibo/images/icon_35c10000-036c0a02.png deleted file mode 100644 index 6a6cc340b..000000000 Binary files a/assets/amiibo/images/icon_35c10000-036c0a02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35c20000-036d0a02.png b/assets/amiibo/images/icon_35c20000-036d0a02.png deleted file mode 100644 index a40f12e06..000000000 Binary files a/assets/amiibo/images/icon_35c20000-036d0a02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_35c30000-036e0a02.png b/assets/amiibo/images/icon_35c30000-036e0a02.png deleted file mode 100644 index f9b10e3b4..000000000 Binary files a/assets/amiibo/images/icon_35c30000-036e0a02.png and /dev/null differ diff --git a/assets/amiibo/images/icon_36000000-02590002.png b/assets/amiibo/images/icon_36000000-02590002.png deleted file mode 100644 index 5f989aa44..000000000 Binary files a/assets/amiibo/images/icon_36000000-02590002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_36000100-03620002.png b/assets/amiibo/images/icon_36000100-03620002.png deleted file mode 100644 index 9d7fd0bb7..000000000 Binary files a/assets/amiibo/images/icon_36000100-03620002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_36010000-04210002.png b/assets/amiibo/images/icon_36010000-04210002.png deleted file mode 100644 index ea0a4faca..000000000 Binary files a/assets/amiibo/images/icon_36010000-04210002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_36400000-03a20002.png b/assets/amiibo/images/icon_36400000-03a20002.png deleted file mode 100644 index ac5396b0a..000000000 Binary files a/assets/amiibo/images/icon_36400000-03a20002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_37400001-03741402.png b/assets/amiibo/images/icon_37400001-03741402.png deleted file mode 100644 index 379f45227..000000000 Binary files a/assets/amiibo/images/icon_37400001-03741402.png and /dev/null differ diff --git a/assets/amiibo/images/icon_37800000-038a0002.png b/assets/amiibo/images/icon_37800000-038a0002.png deleted file mode 100644 index d9ee41829..000000000 Binary files a/assets/amiibo/images/icon_37800000-038a0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_37c00000-038b0002.png b/assets/amiibo/images/icon_37c00000-038b0002.png deleted file mode 100644 index b27281627..000000000 Binary files a/assets/amiibo/images/icon_37c00000-038b0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_37c10000-038c0002.png b/assets/amiibo/images/icon_37c10000-038c0002.png deleted file mode 100644 index 80de69f07..000000000 Binary files a/assets/amiibo/images/icon_37c10000-038c0002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38000001-03931702.png b/assets/amiibo/images/icon_38000001-03931702.png deleted file mode 100644 index ef4ac5d96..000000000 Binary files a/assets/amiibo/images/icon_38000001-03931702.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38010001-03941702.png b/assets/amiibo/images/icon_38010001-03941702.png deleted file mode 100644 index 9eac608a1..000000000 Binary files a/assets/amiibo/images/icon_38010001-03941702.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38020001-03951702.png b/assets/amiibo/images/icon_38020001-03951702.png deleted file mode 100644 index c9871b605..000000000 Binary files a/assets/amiibo/images/icon_38020001-03951702.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38030001-03961702.png b/assets/amiibo/images/icon_38030001-03961702.png deleted file mode 100644 index 5df5e5451..000000000 Binary files a/assets/amiibo/images/icon_38030001-03961702.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38040001-03971702.png b/assets/amiibo/images/icon_38040001-03971702.png deleted file mode 100644 index 7a4ea23f2..000000000 Binary files a/assets/amiibo/images/icon_38040001-03971702.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38050001-03981702.png b/assets/amiibo/images/icon_38050001-03981702.png deleted file mode 100644 index 761af21c2..000000000 Binary files a/assets/amiibo/images/icon_38050001-03981702.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38400001-04241902.png b/assets/amiibo/images/icon_38400001-04241902.png deleted file mode 100644 index 026dba66e..000000000 Binary files a/assets/amiibo/images/icon_38400001-04241902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38410001-04251902.png b/assets/amiibo/images/icon_38410001-04251902.png deleted file mode 100644 index ca0e85254..000000000 Binary files a/assets/amiibo/images/icon_38410001-04251902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38420001-04261902.png b/assets/amiibo/images/icon_38420001-04261902.png deleted file mode 100644 index d2124f8f8..000000000 Binary files a/assets/amiibo/images/icon_38420001-04261902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38430001-04271902.png b/assets/amiibo/images/icon_38430001-04271902.png deleted file mode 100644 index d3b43a51c..000000000 Binary files a/assets/amiibo/images/icon_38430001-04271902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38440001-04281902.png b/assets/amiibo/images/icon_38440001-04281902.png deleted file mode 100644 index e492f8682..000000000 Binary files a/assets/amiibo/images/icon_38440001-04281902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38450001-04291902.png b/assets/amiibo/images/icon_38450001-04291902.png deleted file mode 100644 index 45fcc10f7..000000000 Binary files a/assets/amiibo/images/icon_38450001-04291902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38460001-042a1902.png b/assets/amiibo/images/icon_38460001-042a1902.png deleted file mode 100644 index 7d6001adb..000000000 Binary files a/assets/amiibo/images/icon_38460001-042a1902.png and /dev/null differ diff --git a/assets/amiibo/images/icon_38c00000-03911602.png b/assets/amiibo/images/icon_38c00000-03911602.png deleted file mode 100644 index c0b859397..000000000 Binary files a/assets/amiibo/images/icon_38c00000-03911602.png and /dev/null differ diff --git a/assets/amiibo/images/icon_3a000000-03a10002.png b/assets/amiibo/images/icon_3a000000-03a10002.png deleted file mode 100644 index 74d62f68d..000000000 Binary files a/assets/amiibo/images/icon_3a000000-03a10002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_3b400000-03a30002.png b/assets/amiibo/images/icon_3b400000-03a30002.png deleted file mode 100644 index 31f46a05e..000000000 Binary files a/assets/amiibo/images/icon_3b400000-03a30002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_3c800000-03a40002.png b/assets/amiibo/images/icon_3c800000-03a40002.png deleted file mode 100644 index a84d3e7c0..000000000 Binary files a/assets/amiibo/images/icon_3c800000-03a40002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_3dc00000-04220002.png b/assets/amiibo/images/icon_3dc00000-04220002.png deleted file mode 100644 index cf567ee88..000000000 Binary files a/assets/amiibo/images/icon_3dc00000-04220002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_3dc10000-04230002.png b/assets/amiibo/images/icon_3dc10000-04230002.png deleted file mode 100644 index f218ad8d9..000000000 Binary files a/assets/amiibo/images/icon_3dc10000-04230002.png and /dev/null differ diff --git a/assets/amiibo/images/icon_3f000000-042e0002.png b/assets/amiibo/images/icon_3f000000-042e0002.png deleted file mode 100644 index 90f97bd2d..000000000 Binary files a/assets/amiibo/images/icon_3f000000-042e0002.png and /dev/null differ diff --git a/src/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj b/src/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj index d06f66181..911401338 100644 --- a/src/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj +++ b/src/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj @@ -2,7 +2,7 @@ true - win-x64;osx-x64;linux-x64 + win-x64;osx-x64;linux-x64;win-arm64;osx-arm64;linux-arm64 $(DefaultItemExcludes);._* @@ -11,15 +11,15 @@ - + PreserveNewest libsoundio.dll - + PreserveNewest libsoundio.dylib - + PreserveNewest libsoundio.so diff --git a/src/Ryujinx.Graphics.Nvdec.FFmpeg/Native/FFmpegApi.cs b/src/Ryujinx.Graphics.Nvdec.FFmpeg/Native/FFmpegApi.cs index c31d3034e..1134b0c6b 100644 --- a/src/Ryujinx.Graphics.Nvdec.FFmpeg/Native/FFmpegApi.cs +++ b/src/Ryujinx.Graphics.Nvdec.FFmpeg/Native/FFmpegApi.cs @@ -12,8 +12,8 @@ namespace Ryujinx.Graphics.Nvdec.FFmpeg.Native private static readonly Dictionary _librariesWhitelist = new() { - { AvCodecLibraryName, (58, 59) }, - { AvUtilLibraryName, (56, 57) }, + { AvCodecLibraryName, (58, 61) }, + { AvUtilLibraryName, (56, 59) }, }; private static string FormatLibraryNameForCurrentOs(string libraryName, int version) diff --git a/src/Ryujinx.HLE/HOS/Services/Am/AppletOE/ApplicationProxyService/ApplicationProxy/IApplicationFunctions.cs b/src/Ryujinx.HLE/HOS/Services/Am/AppletOE/ApplicationProxyService/ApplicationProxy/IApplicationFunctions.cs index c782340e8..8648b0642 100644 --- a/src/Ryujinx.HLE/HOS/Services/Am/AppletOE/ApplicationProxyService/ApplicationProxy/IApplicationFunctions.cs +++ b/src/Ryujinx.HLE/HOS/Services/Am/AppletOE/ApplicationProxyService/ApplicationProxy/IApplicationFunctions.cs @@ -659,7 +659,7 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletOE.ApplicationProxyService.Applicati if (string.IsNullOrWhiteSpace(filePath)) { - throw new InvalidSystemResourceException("JIT (010000000000003B) system title not found! The JIT will not work, provide the system archive to fix this error. (See https://github.com/Ryubing/Ryujinx#requirements for more information)"); + throw new InvalidSystemResourceException("JIT (010000000000003B) system title not found! The JIT will not work, provide the system archive to fix this error."); } context.Device.LoadNca(filePath); diff --git a/src/Ryujinx.HLE/HOS/Services/Sdb/Pl/SharedFontManager.cs b/src/Ryujinx.HLE/HOS/Services/Sdb/Pl/SharedFontManager.cs index d0e3a7a44..83e93ec31 100644 --- a/src/Ryujinx.HLE/HOS/Services/Sdb/Pl/SharedFontManager.cs +++ b/src/Ryujinx.HLE/HOS/Services/Sdb/Pl/SharedFontManager.cs @@ -105,7 +105,7 @@ namespace Ryujinx.HLE.HOS.Services.Sdb.Pl titleName = "Unknown"; } - throw new InvalidSystemResourceException($"{titleName} ({fontTitle:x8}) system title not found! This font will not work, provide the system archive to fix this error. (See https://github.com/Ryubing/Ryujinx#requirements for more information)"); + throw new InvalidSystemResourceException($"{titleName} ({fontTitle:x8}) system title not found! This font will not work, provide the system archive to fix this error."); } } else diff --git a/src/Ryujinx/Assets/UIImages/Logo_GitHub_Dark.png b/src/Ryujinx/Assets/UIImages/Logo_GitHub_Dark.png deleted file mode 100644 index 50b817522..000000000 Binary files a/src/Ryujinx/Assets/UIImages/Logo_GitHub_Dark.png and /dev/null differ diff --git a/src/Ryujinx/Assets/UIImages/Logo_GitHub_Light.png b/src/Ryujinx/Assets/UIImages/Logo_GitHub_Light.png deleted file mode 100644 index 95bc742bb..000000000 Binary files a/src/Ryujinx/Assets/UIImages/Logo_GitHub_Light.png and /dev/null differ diff --git a/src/Ryujinx/Assets/UIImages/Logo_GitLab.png b/src/Ryujinx/Assets/UIImages/Logo_GitLab.png new file mode 100644 index 000000000..0e5412744 Binary files /dev/null and b/src/Ryujinx/Assets/UIImages/Logo_GitLab.png differ diff --git a/src/Ryujinx/Assets/locales.json b/src/Ryujinx/Assets/locales.json index fb96f120b..7ff896802 100644 --- a/src/Ryujinx/Assets/locales.json +++ b/src/Ryujinx/Assets/locales.json @@ -84,7 +84,7 @@ "he_IL": "", "it_IT": "Applet Editor Mii", "ja_JP": "", - "ko_KR": "Mii 편집 애플릿", + "ko_KR": "애플릿 Mii 편집기", "no_NO": "Mii-redigeringsapplet", "pl_PL": "", "pt_BR": "Editor de Mii", @@ -459,7 +459,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "스크린샷 폴더 열기", "no_NO": "", "pl_PL": "", "pt_BR": "Abrir Pasta de Capturas de Tela", @@ -1559,7 +1559,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "{0}에서 개발", "no_NO": "Utviklet av {0}", "pl_PL": "", "pt_BR": "Desenvolvido por {0}", @@ -1859,7 +1859,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "호환성 :", "no_NO": "Kompatibilitet", "pl_PL": "", "pt_BR": "Compatibilidade:", @@ -1884,7 +1884,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "타이틀 ID :", "no_NO": "Tittel ID:", "pl_PL": "", "pt_BR": "ID do Título:", @@ -1909,7 +1909,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "호스트 게임 : {0}", "no_NO": "Spill som Arrangeres: {0}", "pl_PL": "", "pt_BR": "Jogos Hospedados: {0}", @@ -1934,7 +1934,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "온라인 플레이어 : {0}", "no_NO": "Online-spillere: {0}", "pl_PL": "", "pt_BR": "Jogadores Online: {0}", @@ -2759,7 +2759,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "사용자 정의 구성 만들기", "no_NO": "", "pl_PL": "", "pt_BR": "", @@ -2784,7 +2784,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "사용자 정의 구성 편집", "no_NO": "", "pl_PL": "", "pt_BR": "", @@ -2859,7 +2859,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "선택한 게임에 대한 기존 독립 구성 편집", "no_NO": "", "pl_PL": "", "pt_BR": "", @@ -3509,7 +3509,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "업데이트 확인 :", "no_NO": "Se etter Oppdateringer:", "pl_PL": "", "pt_BR": "Verificar Atualizações:", @@ -3534,7 +3534,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "끔", "no_NO": "Av", "pl_PL": "", "pt_BR": "Desligado", @@ -3559,7 +3559,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "프롬프트", "no_NO": "Spør", "pl_PL": "", "pt_BR": "Ao Abrir", @@ -3584,7 +3584,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "백그라운드", "no_NO": "Bakgrunn", "pl_PL": "", "pt_BR": "2° Plano", @@ -3609,7 +3609,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "에뮬레이터 초점 손실 :", "no_NO": "På Emulator Fokus Tapt:", "pl_PL": "", "pt_BR": "Ao Perder o Foco:", @@ -3634,7 +3634,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "아무것도 하지 않음", "no_NO": "Gjør Ingenting", "pl_PL": "", "pt_BR": "Não Fazer Nada", @@ -3659,7 +3659,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "입력 차단", "no_NO": "Blokkinngang", "pl_PL": "", "pt_BR": "Bloquear Controles", @@ -3684,7 +3684,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "음소거", "no_NO": "Demp Lyd", "pl_PL": "", "pt_BR": "Ficar Mudo", @@ -3709,7 +3709,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "입력 차단 및 음소거", "no_NO": "Blokker Inputs og demp Volumet", "pl_PL": "", "pt_BR": "Bloquear Controles & Ficar Mudo", @@ -3734,7 +3734,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "에뮬레이션 일시 중지", "no_NO": "Pause Emulatoren", "pl_PL": "", "pt_BR": "Pausar a Emulação", @@ -3809,7 +3809,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "초점이 맞지 않으면 입력 비활성화", "no_NO": "Deaktiver inndata når vinduet er ute av fokus", "pl_PL": "", "pt_BR": "Desativar Controles Quando Estiver Fora de Foco", @@ -3834,7 +3834,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "원래 UI 스타일 표시(다시 시작 필요)", "no_NO": "Vis original UI-stil (krever omstart)", "pl_PL": "", "pt_BR": "", @@ -3859,7 +3859,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "Ryujinx 1.1.1403을 연상시키는 이전 Avalonia Ryujinx UI를 표시합니다. 이 기능은 Windows가 아닌 플랫폼에서는 기본적으로 활성화됩니다.\n 클래식 스타일의 타이틀 바가 돌아왔고 주요 창 레이아웃 재작업이 역전되었습니다. 이 툴팁 위의 설정 탐색 배치와 같은 작업입니다.", "no_NO": "Vis det eldre Avalonia Ryujinx-grensesnittet som minner om Ryujinx 1.1.1403. Dette er aktivert som standard på plattformer som ikke er Windows.\nTittellinjen i klassisk stil er tilbake, og store omarbeidinger av vindusoppsettet er reversert, for eksempel plasseringen av innstillingsnavigasjonen over dette verktøytipset.", "pl_PL": "", "pt_BR": "", @@ -5359,7 +5359,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "컨트롤러 애플릿 무시", "no_NO": "", "pl_PL": "", "pt_BR": "Ignorar Applet do Controlador", @@ -6209,7 +6209,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "UI 로그 활성화", "no_NO": "Aktivere UI-logger", "pl_PL": "", "pt_BR": "Habilitar Logs da IU", @@ -6609,7 +6609,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "설정 초기화", "no_NO": "Tilbakestill innstillinger", "pl_PL": "", "pt_BR": "Redefinir Configurações", @@ -6634,7 +6634,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "설정을 초기화하고 싶습니다.", "no_NO": "Jeg vil tilbakestille innstillingene mine.", "pl_PL": "", "pt_BR": "Quero redefinir minhas configurações.", @@ -13559,7 +13559,7 @@ "he_IL": "שגיאה בהצגת דיאלוג ErrorApplet: {0}", "it_IT": "Errore nella visualizzazione della finestra dell'ErrorApplet: {0}", "ja_JP": "エラーアプレットダイアログ表示エラー: {0}", - "ko_KR": "애플릿 오류류 대화 상자 표시 오류 : {0}", + "ko_KR": "애플릿 오류 대화 상자 표시 오류 : {0}", "no_NO": "Feil ved visning av Feilmeldingsdialog: {0}", "pl_PL": "Błąd wyświetlania okna Dialogowego ErrorApplet: {0}", "pt_BR": "Erro ao exibir applet ErrorApplet: {0}", @@ -15273,28 +15273,28 @@ } }, { - "ID": "AboutGithubUrlTooltipMessage", + "ID": "AboutGitLabUrlTooltipMessage", "Translations": { "ar_SA": "انقر لفتح صفحة ريوجينكس في غيت هاب في متصفحك الافتراضي.", - "de_DE": "Klicke hier, um die Ryujinx GitHub Seite im Standardbrowser zu öffnen.", - "el_GR": "Κάντε κλικ για να ανοίξετε τη σελίδα Ryujinx GitHub στο προεπιλεγμένο πρόγραμμα περιήγησης.", - "en_US": "Click to open the Ryujinx GitHub page in your default browser.", - "es_ES": "Haz clic para abrir el GitHub de Ryujinx en tu navegador predeterminado.", - "fr_FR": "Cliquez pour ouvrir la page GitHub de Ryujinx dans votre navigateur par défaut.", + "de_DE": "Klicke hier, um die Ryujinx GitLab Seite im Standardbrowser zu öffnen.", + "el_GR": "Κάντε κλικ για να ανοίξετε τη σελίδα Ryujinx GitLab στο προεπιλεγμένο πρόγραμμα περιήγησης.", + "en_US": "Click to open the Ryujinx GitLab page in your default browser.", + "es_ES": "Haz clic para abrir el GitLab de Ryujinx en tu navegador predeterminado.", + "fr_FR": "Cliquez pour ouvrir la page GitLab de Ryujinx dans votre navigateur par défaut.", "he_IL": "לחץ כדי לפתוח את דף הגיטהב של ריוג'ינקס בדפדפן ברירת המחדל שלך.", - "it_IT": "Clicca per aprire la pagina GitHub di Ryujinx nel tuo browser predefinito.", - "ja_JP": "クリックするとデフォルトのブラウザで Ryujinx の Github ページを開きます.", - "ko_KR": "클릭하면 기본 브라우저에서 Ryujinx GitHub 페이지가 열립니다.", - "no_NO": "Klikk for å åpne Ryujinx GitHub siden i din standardnettleser.", - "pl_PL": "Kliknij, aby otworzyć stronę GitHub Ryujinx w domyślnej przeglądarce.", - "pt_BR": "Clique para abrir a página do GitHub do Ryujinx no seu navegador padrão.", - "ru_RU": "Нажмите, чтобы открыть страницу Ryujinx на GitHub", - "sv_SE": "Klicka för att öppna Ryujinx GitHub-sida i din webbläsare.", - "th_TH": "คลิกเพื่อเปิดหน้า Github ของ Ryujinx บนเบราว์เซอร์เริ่มต้นของคุณ", - "tr_TR": "Ryujinx'in GitHub sayfasını varsayılan tarayıcınızda açmak için tıklayın.", - "uk_UA": "Натисніть, щоб відкрити сторінку GitHub Ryujinx у браузері.", - "zh_CN": "在浏览器中打开 Ryujinx 的 GitHub 代码库。", - "zh_TW": "在預設瀏覽器中開啟 Ryujinx 的 GitHub 網頁。" + "it_IT": "Clicca per aprire la pagina GitLab di Ryujinx nel tuo browser predefinito.", + "ja_JP": "クリックするとデフォルトのブラウザで Ryujinx の GitLab ページを開きます.", + "ko_KR": "클릭하면 기본 브라우저에서 Ryujinx GitLab 페이지가 열립니다.", + "no_NO": "Klikk for å åpne Ryujinx GitLab siden i din standardnettleser.", + "pl_PL": "Kliknij, aby otworzyć stronę GitLab Ryujinx w domyślnej przeglądarce.", + "pt_BR": "Clique para abrir a página do GitLab do Ryujinx no seu navegador padrão.", + "ru_RU": "Нажмите, чтобы открыть страницу Ryujinx на GitLab", + "sv_SE": "Klicka för att öppna Ryujinx GitLab-sida i din webbläsare.", + "th_TH": "คลิกเพื่อเปิดหน้า GitLab ของ Ryujinx บนเบราว์เซอร์เริ่มต้นของคุณ", + "tr_TR": "Ryujinx'in GitLab sayfasını varsayılan tarayıcınızda açmak için tıklayın.", + "uk_UA": "Натисніть, щоб відкрити сторінку GitLab Ryujinx у браузері.", + "zh_CN": "在浏览器中打开 Ryujinx 的 GitLab 代码库。", + "zh_TW": "在預設瀏覽器中開啟 Ryujinx 的 GitLab 網頁。" } }, { @@ -16759,7 +16759,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "앱이 실행 중일 때, 게임패드의 연결이 끊어지면 컨트롤러 애플릿 대화 상자가 나타나지 않습니다.\n\n모르시면 끔으로 두십시오.", "no_NO": "", "pl_PL": "", "pt_BR": "A caixa de diálogo do Applet do controlador não aparecerá se o controle for desconectado enquanto um aplicativo estiver em execução.\n\nDeixe a opção DESLIGADO se não tiver certeza.", @@ -17234,7 +17234,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "콘솔에 Avalonia(UI) 로그 메시지를 출력합니다.", "no_NO": "Skriver ut Avalonia (UI)-loggmeldinger i konsollen.", "pl_PL": "", "pt_BR": "Imprime mensagens de log do Avalonia (UI) no console.", @@ -17434,7 +17434,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "Ryujinx 스크린샷 폴더 열기", "no_NO": "", "pl_PL": "", "pt_BR": "Abre a pasta de capturas de tela do Ryujinx", @@ -18234,7 +18234,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "업데이트 가능!", "no_NO": "Oppdatering tilgjengelig!", "pl_PL": "", "pt_BR": "Atualização Disponível!", @@ -24059,7 +24059,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "호환성 목록 - {0}개 항목", "no_NO": "", "pl_PL": "", "pt_BR": "", @@ -24134,7 +24134,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "어카이브 {0} 호환성 항목...", "no_NO": "Søk i {0} kompatibilitetsoppføringer...", "pl_PL": "", "pt_BR": "", @@ -24334,7 +24334,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "어떠한 충돌이나 GPU 버그 없이 부팅 및 플레이가 가능하며, 일반 PC에서 충분히 즐길 수 있을 만큼 빠른 속도입니다.", "no_NO": "Starter opp og spiller uten krasj eller GPU-feil av noe slag, og med en hastighet som er rask nok til å ha rimelig glede av på en gjennomsnittlig PC.", "pl_PL": "", "pt_BR": "Inicializa e roda sem travamentos ou bugs de GPU de qualquer tipo, e em uma velocidade rápida o suficiente para ser aproveitado em um PC comum.", @@ -24359,7 +24359,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "부팅하고 게임에 들어가지만 충돌, 교착 상태, GPU 버그, 방해가 될 정도로 나쁜 오디오 또는 너무 느린 문제 중 하나 이상으로 인해 문제가 발생합니다. 게임은 여전히 ​​가능할 수 있습니다.", "no_NO": "Starter og går i gang i spillet, men lider av ett eller flere av følgende: krasjer, fastlåser, GPU-feil, distraherende dårlig lyd eller er rett og slett for tregt. Spillet kan fortsatt spilles helt til ende, men ikke slik det er ment å spilles.", "pl_PL": "", "pt_BR": "Inicializa e entra no jogo, mas sofre de um ou mais dos seguintes: travamentos, deadlocks, bugs de GPU, áudio ruim que distrai ou é simplesmente muito lento. O jogo ainda pode ser jogado até o fim, mas não da forma como foi criado para ser jogado.", @@ -24384,7 +24384,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "부팅하고 타이틀 화면이 나오지만 메인 게임 플레이로 진입할 수 없습니다.", "no_NO": "Starter opp og går forbi tittelskjermen, men kommer ikke inn i hovedspillet.", "pl_PL": "", "pt_BR": "Inicializa e passa da tela de título, mas não entra no jogo principal.", @@ -24409,7 +24409,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "부팅되지만 타이틀 화면을 통과하지 못합니다.", "no_NO": "Starter, men kommer ikke lenger enn til tittelskjermen.", "pl_PL": "", "pt_BR": "Inizializa, mas não passa da tela de título.", @@ -24434,7 +24434,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "부팅되지 않거나 활동 흔적이 보이지 않습니다.", "no_NO": "Starter ikke opp eller viser ingen tegn til aktivitet.", "pl_PL": "", "pt_BR": "Não inicializa ou não mostra sinais de atividade.", @@ -24459,7 +24459,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "사용자 정의 설정", "no_NO": "", "pl_PL": "", "pt_BR": "", @@ -24484,7 +24484,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "(글로벌)", "no_NO": "", "pl_PL": "", "pt_BR": "", @@ -24534,7 +24534,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "리치 프레즌스 이미지", "no_NO": "Rikt nærværsbilde", "pl_PL": "", "pt_BR": "Imagem da Presença do Discord", @@ -24559,7 +24559,7 @@ "he_IL": "", "it_IT": "", "ja_JP": "", - "ko_KR": "", + "ko_KR": "다이내믹 리치 프레즌스", "no_NO": "Dynamisk og rik tilstedeværelse", "pl_PL": "", "pt_BR": "Presença Dinâmica do Discord", diff --git a/src/Ryujinx/Ryujinx.csproj b/src/Ryujinx/Ryujinx.csproj index 1f9642466..db97c9b68 100644 --- a/src/Ryujinx/Ryujinx.csproj +++ b/src/Ryujinx/Ryujinx.csproj @@ -1,6 +1,6 @@ - win-x64;osx-x64;linux-x64 + win-x64;osx-x64;linux-x64;win-arm64;osx-arm64;linux-arm64; Exe true 1.0.0-dirty @@ -29,12 +29,18 @@ partial + + true + false + + + true @@ -57,8 +63,8 @@ - - + + @@ -67,7 +73,7 @@ - + @@ -84,7 +90,7 @@ - + Always alsoft.ini @@ -162,8 +168,7 @@ - - + diff --git a/src/Ryujinx/Systems/Updater.cs b/src/Ryujinx/Systems/Updater.cs index 850bacc60..a601123a7 100644 --- a/src/Ryujinx/Systems/Updater.cs +++ b/src/Ryujinx/Systems/Updater.cs @@ -94,10 +94,10 @@ namespace Ryujinx.Ava.Systems LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage], string.Empty); - if (userResult is UserResult.Ok) + /*if (userResult is UserResult.Ok) { OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion)); - } + }*/ } Logger.Info?.Print(LogClass.Application, "Up to date."); @@ -184,10 +184,10 @@ namespace Ryujinx.Ava.Systems LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage], string.Empty); - if (userResult is UserResult.Ok) + /*if (userResult is UserResult.Ok) { OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion)); - } + }*/ } Logger.Info?.Print(LogClass.Application, "Up to date."); @@ -223,7 +223,7 @@ namespace Ryujinx.Ava.Systems Logger.Info?.Print(LogClass.Application, $"Version found: {newVersionString}"); - RequestUserToUpdate: + //RequestUserToUpdate: // Show a message asking the user if they want to update UserResult shouldUpdate = await ContentDialogHelper.CreateUpdaterChoiceDialog( LocaleManager.Instance[LocaleKeys.RyujinxUpdater], @@ -236,9 +236,9 @@ namespace Ryujinx.Ava.Systems await UpdateRyujinx(_buildUrl); break; // Secondary button maps to no, which in this case is the show changelog button. - case UserResult.No: + /*case UserResult.No: OpenHelper.OpenUrl(ReleaseInformation.GetChangelogUrl(currentVersion, newVersion)); - goto RequestUserToUpdate; + goto RequestUserToUpdate;*/ default: _running = false; break; diff --git a/src/Ryujinx/UI/Helpers/ButtonKeyAssigner.cs b/src/Ryujinx/UI/Helpers/ButtonKeyAssigner.cs index 2781a32b1..a3939abf7 100644 --- a/src/Ryujinx/UI/Helpers/ButtonKeyAssigner.cs +++ b/src/Ryujinx/UI/Helpers/ButtonKeyAssigner.cs @@ -83,8 +83,13 @@ namespace Ryujinx.Ava.UI.Helpers ToggledButton.IsChecked = false; - ButtonAssigned?.Invoke(this, new ButtonAssignedEventArgs(ToggledButton, pressedButton)); + if (pressedButton.HasValue && pressedButton.Value.AsHidType() == Key.BackSpace) + { + ButtonAssigned?.Invoke(this, new ButtonAssignedEventArgs(ToggledButton, new Button(Key.Unbound))); + return; + } + ButtonAssigned?.Invoke(this, new ButtonAssignedEventArgs(ToggledButton, pressedButton)); }); } diff --git a/src/Ryujinx/UI/Helpers/ContentDialogHelper.cs b/src/Ryujinx/UI/Helpers/ContentDialogHelper.cs index a93b2894e..50347f48b 100644 --- a/src/Ryujinx/UI/Helpers/ContentDialogHelper.cs +++ b/src/Ryujinx/UI/Helpers/ContentDialogHelper.cs @@ -354,7 +354,7 @@ namespace Ryujinx.Ava.UI.Helpers primary, secondaryText, LocaleManager.Instance[LocaleKeys.InputDialogYes], - LocaleManager.Instance[LocaleKeys.DialogUpdaterShowChangelogMessage], + string.Empty, // LocaleManager.Instance[LocaleKeys.DialogUpdaterShowChangelogMessage], LocaleManager.Instance[LocaleKeys.InputDialogNo], (int)Symbol.Help, UserResult.Yes); diff --git a/src/Ryujinx/UI/ViewModels/AboutWindowViewModel.cs b/src/Ryujinx/UI/ViewModels/AboutWindowViewModel.cs index 6e1bd7ce3..23a82277f 100644 --- a/src/Ryujinx/UI/ViewModels/AboutWindowViewModel.cs +++ b/src/Ryujinx/UI/ViewModels/AboutWindowViewModel.cs @@ -11,7 +11,7 @@ namespace Ryujinx.Ava.UI.ViewModels { public partial class AboutWindowViewModel : BaseModel, IDisposable { - [ObservableProperty] private Bitmap _githubLogo; + [ObservableProperty] private Bitmap _gitLabLogo; [ObservableProperty] private Bitmap _discordLogo; [ObservableProperty] private string _version; @@ -24,6 +24,8 @@ namespace Ryujinx.Ava.UI.ViewModels Version = RyujinxApp.FullAppName + "\n" + Program.Version; UpdateLogoTheme(ConfigurationState.Instance.UI.BaseStyle.Value); + GitLabLogo = LoadBitmap("resm:Ryujinx.Assets.UIImages.Logo_GitLab.png?assembly=Ryujinx"); + RyujinxApp.ThemeChanged += Ryujinx_ThemeChanged; } @@ -39,8 +41,7 @@ namespace Ryujinx.Ava.UI.ViewModels bool isDarkTheme = theme == "Dark" || (theme == "Auto" && RyujinxApp.DetectSystemTheme() == ThemeVariant.Dark); string themeName = isDarkTheme ? "Dark" : "Light"; - - GithubLogo = LoadBitmap(LogoPathFormat.Format("GitHub", themeName)); + DiscordLogo = LoadBitmap(LogoPathFormat.Format("Discord", themeName)); } @@ -50,7 +51,7 @@ namespace Ryujinx.Ava.UI.ViewModels { RyujinxApp.ThemeChanged -= Ryujinx_ThemeChanged; - GithubLogo.Dispose(); + GitLabLogo.Dispose(); DiscordLogo.Dispose(); GC.SuppressFinalize(this); diff --git a/src/Ryujinx/UI/ViewModels/AmiiboWindowViewModel.cs b/src/Ryujinx/UI/ViewModels/AmiiboWindowViewModel.cs index e550c4ae0..48c0837b4 100644 --- a/src/Ryujinx/UI/ViewModels/AmiiboWindowViewModel.cs +++ b/src/Ryujinx/UI/ViewModels/AmiiboWindowViewModel.cs @@ -432,7 +432,7 @@ namespace Ryujinx.Ava.UI.ViewModels { try { - HttpResponseMessage response = await _httpClient.SendAsync(new HttpRequestMessage(HttpMethod.Head, "https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/Amiibo.json")); + HttpResponseMessage response = await _httpClient.SendAsync(new HttpRequestMessage(HttpMethod.Head, "https://raw.githubusercontent.com/Ryubing/Nfc/refs/heads/main/tags.json")); if (response.IsSuccessStatusCode) { @@ -451,7 +451,7 @@ namespace Ryujinx.Ava.UI.ViewModels { try { - HttpResponseMessage response = await _httpClient.GetAsync($"https://raw.githubusercontent.com/Ryubing/Ryujinx/refs/heads/master/assets/amiibo/Amiibo.json"); + HttpResponseMessage response = await _httpClient.GetAsync("https://raw.githubusercontent.com/Ryubing/Nfc/refs/heads/main/tags.json"); if (response.IsSuccessStatusCode) { diff --git a/src/Ryujinx/UI/Views/Dialog/AboutView.axaml b/src/Ryujinx/UI/Views/Dialog/AboutView.axaml index 4c3da21e4..acf2940e5 100644 --- a/src/Ryujinx/UI/Views/Dialog/AboutView.axaml +++ b/src/Ryujinx/UI/Views/Dialog/AboutView.axaml @@ -104,7 +104,7 @@ HorizontalAlignment="Center" Orientation="Horizontal" Spacing="10"> - diff --git a/src/Ryujinx/UI/Views/Dialog/AboutView.axaml.cs b/src/Ryujinx/UI/Views/Dialog/AboutView.axaml.cs index 6cbb9eea0..4e89bfd86 100644 --- a/src/Ryujinx/UI/Views/Dialog/AboutView.axaml.cs +++ b/src/Ryujinx/UI/Views/Dialog/AboutView.axaml.cs @@ -19,8 +19,8 @@ namespace Ryujinx.Ava.UI.Views.Dialog { InitializeComponent(); - GitHubRepoButton.Tag = - $"https://github.com/{ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelRepo}"; + GitRepoButton.Tag = + $"https://git.ryujinx.app/{ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelSourceRepo}"; } public static async Task Show() diff --git a/src/Ryujinx/UI/Views/Main/MainMenuBarView.axaml b/src/Ryujinx/UI/Views/Main/MainMenuBarView.axaml index 61f5c1e50..3e9086a79 100644 --- a/src/Ryujinx/UI/Views/Main/MainMenuBarView.axaml +++ b/src/Ryujinx/UI/Views/Main/MainMenuBarView.axaml @@ -266,19 +266,19 @@ Name="FaqMenuItem" Header="{ext:Locale MenuBarHelpFaq}" Icon="{ext:Icon fa-github}" - CommandParameter="https://github.com/Ryubing/Ryujinx/wiki/FAQ-and-Troubleshooting" + CommandParameter="https://git.ryujinx.app/ryubing/ryujinx/-/wikis/FAQ-&-Troubleshooting" ToolTip.Tip="{ext:Locale MenuBarHelpFaqTooltip}" /> diff --git a/src/Ryujinx/UI/Views/Settings/SettingsHotkeysView.axaml.cs b/src/Ryujinx/UI/Views/Settings/SettingsHotkeysView.axaml.cs index 892a603f6..82e01b609 100644 --- a/src/Ryujinx/UI/Views/Settings/SettingsHotkeysView.axaml.cs +++ b/src/Ryujinx/UI/Views/Settings/SettingsHotkeysView.axaml.cs @@ -45,15 +45,6 @@ namespace Ryujinx.Ava.UI.Views.Settings } } - private void MouseClick(object sender, PointerPressedEventArgs e) - { - bool shouldUnbind = e.GetCurrentPoint(this).Properties.IsMiddleButtonPressed; - - _currentAssigner?.Cancel(shouldUnbind); - - PointerPressed -= MouseClick; - } - private void Button_IsCheckedChanged(object sender, RoutedEventArgs e) { if (sender is ToggleButton button) @@ -71,8 +62,6 @@ namespace Ryujinx.Ava.UI.Views.Settings this.Focus(NavigationMethod.Pointer); - PointerPressed += MouseClick; - IKeyboard keyboard = (IKeyboard)_avaloniaKeyboardDriver.GetGamepad("0"); IButtonAssigner assigner = new KeyboardKeyAssigner(keyboard);